[SCM] gsequencer/upstream: imported 0.4.2-44

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Sun Jun 14 16:06:56 UTC 2015


The following commit has been merged in the upstream branch:
commit b472e944579a18230c3b28b4a34a936c63073b53
Author: Joël Krähemann <weedlight at gmail.com>
Date:   Thu Apr 9 17:04:44 2015 +0000

    imported 0.4.2-44

diff --git a/.gitignore~ b/.gitignore~
deleted file mode 100644
index 095720a..0000000
--- a/.gitignore~
+++ /dev/null
@@ -1,2 +0,0 @@
-*.o
-libags*.a
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..9b058dc
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Joël Krähemann
diff --git a/LICENSE b/COPYING
similarity index 99%
rename from LICENSE
rename to COPYING
index 733c072..94a9ed0 100644
--- a/LICENSE
+++ b/COPYING
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
 state the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
-    {one line to give the program's name and a brief idea of what it does.}
-    Copyright (C) {year}  {name of author}
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
 
     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
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    {project}  Copyright (C) {year}  {fullname}
+    <program>  Copyright (C) <year>  <name of author>
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
@@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
 <http://www.gnu.org/philosophy/why-not-lgpl.html>.
-
diff --git a/doc/images/dia/AGS b/ChangeLog
similarity index 100%
rename from doc/images/dia/AGS
rename to ChangeLog
diff --git a/Documentation b/Documentation
new file mode 100644
index 0000000..0d41af7
--- /dev/null
+++ b/Documentation
@@ -0,0 +1 @@
+- check if AgsRecycling is valid in AgsInput when AgsOutput on same assigned AgsAudio has no AgsRecycling
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..6e90e07
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,370 @@
+Installation Instructions
+*************************
+
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Inc.
+
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
+
+Basic Installation
+==================
+
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+   It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring.  Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+   The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
+
+   The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+     `./configure' to configure the package for your system.
+
+     Running `configure' might take a while.  While running, it prints
+     some messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Optionally, type `make check' to run any self-tests that come with
+     the package, generally using the just-built uninstalled binaries.
+
+  4. Type `make install' to install the programs and any data files and
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
+
+  6. You can remove the program binaries and object files from the
+     source code directory by typing `make clean'.  To also remove the
+     files that `configure' created (so you can compile the package for
+     a different kind of computer), type `make distclean'.  There is
+     also a `make maintainer-clean' target, but that is intended mainly
+     for the package's developers.  If you use it, you may have to get
+     all sorts of other programs in order to regenerate files that came
+     with the distribution.
+
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
+
+Compilers and Options
+=====================
+
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
+
+   You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment.  Here
+is an example:
+
+     ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+
+   *Note Defining Variables::, for more details.
+
+Compiling For Multiple Architectures
+====================================
+
+   You can compile the package for more than one kind of computer at the
+same time, by placing the object files for each architecture in their
+own directory.  To do this, you can use GNU `make'.  `cd' to the
+directory where you want the object files and executables to go and run
+the `configure' script.  `configure' automatically checks for the
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
+
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have
+installed the package for one architecture, use `make distclean' before
+reconfiguring for another architecture.
+
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
+Installation Names
+==================
+
+   By default, `make install' installs the package's commands under
+`/usr/local/bin', include files under `/usr/local/include', etc.  You
+can specify an installation prefix other than `/usr/local' by giving
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
+
+   You can specify separate installation prefixes for
+architecture-specific files and architecture-independent files.  If you
+pass the option `--exec-prefix=PREFIX' to `configure', the package uses
+PREFIX as the prefix for installing programs and libraries.
+Documentation and other data files still use the regular prefix.
+
+   In addition, if you use an unusual directory layout you can give
+options like `--bindir=DIR' to specify different values for particular
+kinds of files.  Run `configure --help' for a list of the directories
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
+
+   If the package supports it, you can cause programs to be installed
+with an extra prefix or suffix on their names by giving `configure' the
+option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
+
+   Some packages pay attention to `--enable-FEATURE' options to
+`configure', where FEATURE indicates an optional part of the package.
+They may also pay attention to `--with-PACKAGE' options, where PACKAGE
+is something like `gnu-as' or `x' (for the X Window System).  The
+`README' should mention any `--enable-' and `--with-' options that the
+package recognizes.
+
+   For packages that use the X Window System, `configure' can usually
+find the X include and library files automatically, but if it doesn't,
+you can use the `configure' options `--x-includes=DIR' and
+`--x-libraries=DIR' to specify their locations.
+
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+     ./configure --prefix=/boot/common
+
+Specifying the System Type
+==========================
+
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
+`--build=TYPE' option.  TYPE can either be a short name for the system
+type, such as `sun4', or a canonical name which has the form:
+
+     CPU-COMPANY-SYSTEM
+
+where SYSTEM can have one of these forms:
+
+     OS
+     KERNEL-OS
+
+   See the file `config.sub' for the possible values of each field.  If
+`config.sub' isn't included in this package, then this package doesn't
+need to know the machine type.
+
+   If you are _building_ compiler tools for cross-compiling, you should
+use the option `--target=TYPE' to select the type of system they will
+produce code for.
+
+   If you want to _use_ a cross compiler, that generates code for a
+platform different from the build platform, you should specify the
+"host" platform (i.e., that on which the generated programs will
+eventually be run) with `--host=TYPE'.
+
+Sharing Defaults
+================
+
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
+`configure' looks for `PREFIX/share/config.site' if it exists, then
+`PREFIX/etc/config.site' if it exists.  Or, you can set the
+`CONFIG_SITE' environment variable to the location of the site script.
+A warning: not all `configure' scripts look for a site script.
+
+Defining Variables
+==================
+
+   Variables not defined in a site shell script can be set in the
+environment passed to `configure'.  However, some packages may run
+configure again during the build, and the customized values of these
+variables may be lost.  In order to avoid this problem, you should set
+them in the `configure' command line, using `VAR=value'.  For example:
+
+     ./configure CC=/usr/local2/bin/gcc
+
+causes the specified `gcc' to be used as the C compiler (unless it is
+overridden in the site shell script).
+
+Unfortunately, this technique does not work for `CONFIG_SHELL' due to
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
+
+     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
+
+`configure' Invocation
+======================
+
+   `configure' recognizes the following options to control how it
+operates.
+
+`--help'
+`-h'
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
+
+`--version'
+`-V'
+     Print the version of Autoconf used to generate the `configure'
+     script, and exit.
+
+`--cache-file=FILE'
+     Enable the cache: use and save the results of the tests in FILE,
+     traditionally `config.cache'.  FILE defaults to `/dev/null' to
+     disable caching.
+
+`--config-cache'
+`-C'
+     Alias for `--cache-file=config.cache'.
+
+`--quiet'
+`--silent'
+`-q'
+     Do not print messages saying which checks are being made.  To
+     suppress all normal output, redirect it to `/dev/null' (any error
+     messages will still be shown).
+
+`--srcdir=DIR'
+     Look for the package's source code in directory DIR.  Usually
+     `configure' can determine that directory automatically.
+
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
+`configure' also accepts some other, not widely useful, options.  Run
+`configure --help' for more details.
diff --git a/Makefile b/Makefile
index 51a6146..e2b53bf 100644
--- a/Makefile
+++ b/Makefile
@@ -61,10 +61,10 @@ am__make_running_with_option = \
   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)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
+pkgdatadir = $(datadir)/ags
+pkgincludedir = $(includedir)/ags
+pkglibdir = $(libdir)/ags
+pkglibexecdir = $(libexecdir)/ags
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
@@ -79,17 +79,15 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = x86_64-unknown-linux-gnu
 host_triplet = x86_64-unknown-linux-gnu
-bin_PROGRAMS = gsequencer$(EXEEXT)
+bin_PROGRAMS = ags$(EXEEXT)
 subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/configure $(am__configure_deps) \
-	$(srcdir)/config.h.in depcomp compile config.guess config.sub \
-	install-sh missing ltmain.sh
+	$(srcdir)/config.h.in depcomp AUTHORS COPYING ChangeLog \
+	INSTALL NEWS README compile config.guess config.rpath \
+	config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -99,6 +97,7 @@ CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LIBRARIES = $(noinst_LIBRARIES)
+AR = ar
 ARFLAGS = cru
 AM_V_AR = $(am__v_AR_$(V))
 am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
@@ -106,420 +105,250 @@ am__v_AR_0 = @echo "  AR      " $@;
 am__v_AR_1 = 
 libags_a_AR = $(AR) $(ARFLAGS)
 libags_a_LIBADD =
-am__objects_1 =
-am__objects_2 = $(am__objects_1) libags_a-ags_id_generator.$(OBJEXT)
-am__objects_3 = $(am__objects_1) libags_a-ags_connectable.$(OBJEXT) \
-	libags_a-ags_combo_box_text.$(OBJEXT) \
-	libags_a-ags_container.$(OBJEXT) libags_a-ags_list.$(OBJEXT) \
-	libags_a-ags_log.$(OBJEXT) libags_a-ags_parameter.$(OBJEXT)
-am__objects_4 = $(am__objects_1) libags_a-ags_init.$(OBJEXT) \
-	libags_a-ags_application_context.$(OBJEXT) \
-	libags_a-ags_config.$(OBJEXT) \
-	libags_a-ags_applicable.$(OBJEXT) \
-	libags_a-ags_countable.$(OBJEXT) \
-	libags_a-ags_dynamic_connectable.$(OBJEXT) \
-	libags_a-ags_effect.$(OBJEXT) libags_a-ags_main_loop.$(OBJEXT) \
-	libags_a-ags_marshal.$(OBJEXT) libags_a-ags_mutable.$(OBJEXT) \
-	libags_a-ags_packable.$(OBJEXT) \
-	libags_a-ags_persistable.$(OBJEXT) \
-	libags_a-ags_plugin.$(OBJEXT) libags_a-ags_portlet.$(OBJEXT) \
-	libags_a-ags_runnable.$(OBJEXT) \
-	libags_a-ags_seekable.$(OBJEXT) \
-	libags_a-ags_soundcard.$(OBJEXT) \
-	libags_a-ags_stackable.$(OBJEXT) \
-	libags_a-ags_tactable.$(OBJEXT) \
-	libags_a-ags_tree_iterator.$(OBJEXT)
-am_libags_a_OBJECTS = $(am__objects_2) $(am__objects_3) \
-	$(am__objects_4)
+am_libags_a_OBJECTS = libags_a-ags_connectable.$(OBJEXT)
 libags_a_OBJECTS = $(am_libags_a_OBJECTS)
-libags_audio_a_AR = $(AR) $(ARFLAGS)
-libags_audio_a_DEPENDENCIES = libags_thread.a libags.a
-am__objects_5 = libags_audio_a-ags_garbage_collector.$(OBJEXT) \
-	libags_audio_a-ags_libao.$(OBJEXT) \
-	libags_audio_a-ags_timestamp.$(OBJEXT) \
-	libags_audio_a-ags_timestamp_factory.$(OBJEXT)
-am__objects_6 = $(am__objects_5) \
-	libags_audio_a-ags_audio_init.$(OBJEXT) \
-	libags_audio_a-ags_audio_application_context.$(OBJEXT) \
-	libags_audio_a-ags_sound_provider.$(OBJEXT) \
-	libags_audio_a-ags_acceleration.$(OBJEXT) \
-	libags_audio_a-ags_playable.$(OBJEXT) \
-	libags_audio_a-ags_audio.$(OBJEXT) \
-	libags_audio_a-ags_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_automation.$(OBJEXT) \
-	libags_audio_a-ags_channel.$(OBJEXT) \
-	libags_audio_a-ags_channel_iter.$(OBJEXT) \
-	libags_audio_a-ags_devout.$(OBJEXT) \
-	libags_audio_a-ags_input.$(OBJEXT) \
-	libags_audio_a-ags_notation.$(OBJEXT) \
-	libags_audio_a-ags_note.$(OBJEXT) \
-	libags_audio_a-ags_output.$(OBJEXT) \
-	libags_audio_a-ags_pattern.$(OBJEXT) \
-	libags_audio_a-ags_port.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel_run_dummy.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_recall_dependency.$(OBJEXT) \
-	libags_audio_a-ags_recall_factory.$(OBJEXT) \
-	libags_audio_a-ags_recall.$(OBJEXT) \
-	libags_audio_a-ags_recall_id.$(OBJEXT) \
-	libags_audio_a-ags_recall_ladspa.$(OBJEXT) \
-	libags_audio_a-ags_recall_ladspa_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_recycling_dummy.$(OBJEXT) \
-	libags_audio_a-ags_recall_recycling.$(OBJEXT) \
-	libags_audio_a-ags_recycling_container.$(OBJEXT) \
-	libags_audio_a-ags_recycling.$(OBJEXT) \
-	libags_audio_a-ags_synths.$(OBJEXT) \
-	libags_audio_a-ags_task.$(OBJEXT) \
-	libags_audio_a-ags_timestamp_factory.$(OBJEXT) \
-	libags_audio_a-ags_timestamp.$(OBJEXT)
-am__objects_7 = libags_audio_a-ags_audio_file_xml.$(OBJEXT)
-am__objects_8 = $(am__objects_7) \
-	libags_audio_a-ags_audio_file.$(OBJEXT) \
-	libags_audio_a-ags_ipatch.$(OBJEXT) \
-	libags_audio_a-ags_ipatch_sf2_reader.$(OBJEXT) \
-	libags_audio_a-ags_sndfile.$(OBJEXT)
-am__objects_9 = libags_audio_a-ags_add_audio.$(OBJEXT) \
-	libags_audio_a-ags_add_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_add_note.$(OBJEXT) \
-	libags_audio_a-ags_add_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_add_recall.$(OBJEXT) \
-	libags_audio_a-ags_append_audio.$(OBJEXT) \
-	libags_audio_a-ags_append_audio_threaded.$(OBJEXT) \
-	libags_audio_a-ags_append_channel.$(OBJEXT) \
-	libags_audio_a-ags_append_recall.$(OBJEXT) \
-	libags_audio_a-ags_apply_synth.$(OBJEXT) \
-	libags_audio_a-ags_audio_set_recycling.$(OBJEXT) \
-	libags_audio_a-ags_cancel_audio.$(OBJEXT) \
-	libags_audio_a-ags_cancel_channel.$(OBJEXT) \
-	libags_audio_a-ags_cancel_recall.$(OBJEXT) \
-	libags_audio_a-ags_channel_set_recycling.$(OBJEXT) \
-	libags_audio_a-ags_export_output.$(OBJEXT) \
-	libags_audio_a-ags_init_audio.$(OBJEXT) \
-	libags_audio_a-ags_init_channel.$(OBJEXT) \
-	libags_audio_a-ags_link_channel.$(OBJEXT) \
-	libags_audio_a-ags_open_file.$(OBJEXT) \
-	libags_audio_a-ags_open_single_file.$(OBJEXT) \
-	libags_audio_a-ags_remove_audio.$(OBJEXT) \
-	libags_audio_a-ags_remove_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_remove_note.$(OBJEXT) \
-	libags_audio_a-ags_remove_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_remove_recall.$(OBJEXT) \
-	libags_audio_a-ags_remove_region_from_selection.$(OBJEXT) \
-	libags_audio_a-ags_resize_audio.$(OBJEXT) \
-	libags_audio_a-ags_set_audio_channels.$(OBJEXT) \
-	libags_audio_a-ags_set_buffer_size.$(OBJEXT) \
-	libags_audio_a-ags_set_devout_play_flags.$(OBJEXT) \
-	libags_audio_a-ags_set_output_device.$(OBJEXT) \
-	libags_audio_a-ags_set_samplerate.$(OBJEXT) \
-	libags_audio_a-ags_start_devout.$(OBJEXT) \
-	libags_audio_a-ags_unref_audio_signal.$(OBJEXT)
-am__objects_10 = $(am__objects_1) \
-	libags_audio_a-ags_apply_bpm.$(OBJEXT) \
-	libags_audio_a-ags_apply_sequencer_length.$(OBJEXT) \
-	libags_audio_a-ags_apply_tact.$(OBJEXT) \
-	libags_audio_a-ags_set_muted.$(OBJEXT)
-am__objects_11 = libags_audio_a-ags_amplifier.$(OBJEXT) \
-	libags_audio_a-ags_clone_channel.$(OBJEXT) \
-	libags_audio_a-ags_clone_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_echo.$(OBJEXT) \
-	libags_audio_a-ags_loop_channel.$(OBJEXT) \
-	libags_audio_a-ags_loop_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_note.$(OBJEXT) \
-	libags_audio_a-ags_stream.$(OBJEXT)
-am__objects_12 = $(am__objects_11) \
-	libags_audio_a-ags_buffer_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_buffer_channel.$(OBJEXT) \
-	libags_audio_a-ags_buffer_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_buffer_recycling.$(OBJEXT) \
-	libags_audio_a-ags_copy_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_copy_channel.$(OBJEXT) \
-	libags_audio_a-ags_copy_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_notation_audio.$(OBJEXT) \
-	libags_audio_a-ags_copy_notation_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_audio.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_channel.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_recycling.$(OBJEXT) \
-	libags_audio_a-ags_count_beats_audio.$(OBJEXT) \
-	libags_audio_a-ags_count_beats_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_delay_audio.$(OBJEXT) \
-	libags_audio_a-ags_delay_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_mute_audio.$(OBJEXT) \
-	libags_audio_a-ags_mute_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_mute_channel.$(OBJEXT) \
-	libags_audio_a-ags_mute_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_mute_recycling.$(OBJEXT) \
-	libags_audio_a-ags_peak_channel.$(OBJEXT) \
-	libags_audio_a-ags_peak_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_audio_file.$(OBJEXT) \
-	libags_audio_a-ags_play_audio.$(OBJEXT) \
-	libags_audio_a-ags_play_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_play_channel.$(OBJEXT) \
-	libags_audio_a-ags_play_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_channel_run_master.$(OBJEXT) \
-	libags_audio_a-ags_play_notation_audio.$(OBJEXT) \
-	libags_audio_a-ags_play_notation_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_play_pattern.$(OBJEXT) \
-	libags_audio_a-ags_play_recycling.$(OBJEXT) \
-	libags_audio_a-ags_stream_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_stream_channel.$(OBJEXT) \
-	libags_audio_a-ags_stream_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_stream_recycling.$(OBJEXT) \
-	libags_audio_a-ags_volume_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_volume_channel.$(OBJEXT) \
-	libags_audio_a-ags_volume_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_volume_recycling.$(OBJEXT)
-am__objects_13 = $(am__objects_1) \
-	libags_audio_a-ags_ladspa_manager.$(OBJEXT) \
-	libags_audio_a-ags_plugin_factory.$(OBJEXT)
-am_libags_audio_a_OBJECTS = $(am__objects_6) $(am__objects_8) \
-	$(am__objects_9) $(am__objects_10) $(am__objects_12) \
-	$(am__objects_13)
-libags_audio_a_OBJECTS = $(am_libags_audio_a_OBJECTS)
-libags_gui_a_AR = $(AR) $(ARFLAGS)
-libags_gui_a_LIBADD =
-am__objects_14 = $(am__objects_1) libags_gui_a-ags_gui_init.$(OBJEXT) \
-	libags_gui_a-ags_cartesian.$(OBJEXT) \
-	libags_gui_a-ags_dial.$(OBJEXT) \
-	libags_gui_a-ags_expander.$(OBJEXT) \
-	libags_gui_a-ags_expander_set.$(OBJEXT) \
-	libags_gui_a-ags_hindicator.$(OBJEXT) \
-	libags_gui_a-ags_htimebar.$(OBJEXT) \
-	libags_gui_a-ags_indicator.$(OBJEXT) \
-	libags_gui_a-ags_led.$(OBJEXT) libags_gui_a-ags_menu.$(OBJEXT) \
-	libags_gui_a-ags_menu_item.$(OBJEXT) \
-	libags_gui_a-ags_option_menu.$(OBJEXT) \
-	libags_gui_a-ags_ruler.$(OBJEXT) \
-	libags_gui_a-ags_segment.$(OBJEXT) \
-	libags_gui_a-ags_table.$(OBJEXT) \
-	libags_gui_a-ags_timebar.$(OBJEXT) \
-	libags_gui_a-ags_vindicator.$(OBJEXT) \
-	libags_gui_a-ags_waveform.$(OBJEXT)
-am_libags_gui_a_OBJECTS = $(am__objects_14)
-libags_gui_a_OBJECTS = $(am_libags_gui_a_OBJECTS)
-libags_thread_a_AR = $(AR) $(ARFLAGS)
-libags_thread_a_DEPENDENCIES = libags.a
-am__objects_15 = $(am__objects_1) \
-	libags_thread_a-ags_thread_init.$(OBJEXT) \
-	libags_thread_a-ags_thread_application_context.$(OBJEXT) \
-	libags_thread_a-ags_concurrency_provider.$(OBJEXT) \
-	libags_thread_a-ags_async_queue.$(OBJEXT) \
-	libags_thread_a-ags_audio_loop.$(OBJEXT) \
-	libags_thread_a-ags_autosave_thread.$(OBJEXT) \
-	libags_thread_a-ags_devout_thread.$(OBJEXT) \
-	libags_thread_a-ags_export_thread.$(OBJEXT) \
-	libags_thread_a-ags_gui_thread.$(OBJEXT) \
-	libags_thread_a-ags_iterator_thread.$(OBJEXT) \
-	libags_thread_a-ags_record_thread.$(OBJEXT) \
-	libags_thread_a-ags_recycling_thread_callbacks.$(OBJEXT) \
-	libags_thread_a-ags_recycling_thread.$(OBJEXT) \
-	libags_thread_a-ags_returnable_thread.$(OBJEXT) \
-	libags_thread_a-ags_single_thread.$(OBJEXT) \
-	libags_thread_a-ags_task_thread.$(OBJEXT) \
-	libags_thread_a-ags_thread_pool.$(OBJEXT) \
-	libags_thread_a-ags_thread-posix.$(OBJEXT) \
-	libags_thread_a-ags_timestamp_thread.$(OBJEXT)
-am_libags_thread_a_OBJECTS = $(am__objects_15)
-libags_thread_a_OBJECTS = $(am_libags_thread_a_OBJECTS)
 am__installdirs = "$(DESTDIR)$(bindir)"
 PROGRAMS = $(bin_PROGRAMS)
-am__objects_16 = gsequencer-main.$(OBJEXT)
-am__objects_17 = $(am__objects_1) gsequencer-ags_server_init.$(OBJEXT) \
-	gsequencer-ags_server_application_context.$(OBJEXT) \
-	gsequencer-ags_service_provider.$(OBJEXT) \
-	gsequencer-ags_registry.$(OBJEXT) \
-	gsequencer-ags_remote_task.$(OBJEXT) \
-	gsequencer-ags_server.$(OBJEXT)
-am__objects_18 = $(am__objects_1) gsequencer-ags_xorg_init.$(OBJEXT) \
-	gsequencer-ags_xorg_application_context.$(OBJEXT) \
-	gsequencer-ags_audio_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_audio_preferences.$(OBJEXT) \
-	gsequencer-ags_automation_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_editor.$(OBJEXT) \
-	gsequencer-ags_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_editor.$(OBJEXT) \
-	gsequencer-ags_effect_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_bridge.$(OBJEXT) \
-	gsequencer-ags_effect_bulk_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_bulk.$(OBJEXT) \
-	gsequencer-ags_bulk_member.$(OBJEXT) \
-	gsequencer-ags_bulk_member_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_line.$(OBJEXT) \
-	gsequencer-ags_effect_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_pad.$(OBJEXT) \
-	gsequencer-ags_export_window_callbacks.$(OBJEXT) \
-	gsequencer-ags_export_window.$(OBJEXT) \
-	gsequencer-ags_generic_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_generic_preferences.$(OBJEXT) \
-	gsequencer-ags_ladspa_browser_callbacks.$(OBJEXT) \
-	gsequencer-ags_ladspa_browser.$(OBJEXT) \
-	gsequencer-ags_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_editor.$(OBJEXT) \
-	gsequencer-ags_line.$(OBJEXT) \
-	gsequencer-ags_line_member_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_member_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_member_editor.$(OBJEXT) \
-	gsequencer-ags_line_member.$(OBJEXT) \
-	gsequencer-ags_link_collection_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_link_collection_editor.$(OBJEXT) \
-	gsequencer-ags_link_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_link_editor.$(OBJEXT) \
-	gsequencer-ags_listing_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_listing_editor.$(OBJEXT) \
-	gsequencer-ags_machine_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_editor.$(OBJEXT) \
-	gsequencer-ags_machine.$(OBJEXT) \
-	gsequencer-ags_menu_bar_callbacks.$(OBJEXT) \
-	gsequencer-ags_menu_bar.$(OBJEXT) \
-	gsequencer-ags_navigation_callbacks.$(OBJEXT) \
-	gsequencer-ags_navigation.$(OBJEXT) \
-	gsequencer-ags_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_pad_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_pad_editor.$(OBJEXT) \
-	gsequencer-ags_pad.$(OBJEXT) \
-	gsequencer-ags_performance_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_performance_preferences.$(OBJEXT) \
-	gsequencer-ags_plugin_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_plugin_preferences.$(OBJEXT) \
-	gsequencer-ags_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_preferences.$(OBJEXT) \
-	gsequencer-ags_property_collection_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_property_collection_editor.$(OBJEXT) \
-	gsequencer-ags_property_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_property_editor.$(OBJEXT) \
-	gsequencer-ags_property_listing_editor.$(OBJEXT) \
-	gsequencer-ags_resize_editor.$(OBJEXT) \
-	gsequencer-ags_server_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_server_preferences.$(OBJEXT) \
-	gsequencer-ags_window_callbacks.$(OBJEXT) \
-	gsequencer-ags_window.$(OBJEXT)
-am__objects_19 = $(am__objects_1) \
-	gsequencer-ags_drum_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum.$(OBJEXT) \
-	gsequencer-ags_drum_input_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_input_line.$(OBJEXT) \
-	gsequencer-ags_drum_input_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_input_pad.$(OBJEXT) \
-	gsequencer-ags_drum_output_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_output_line.$(OBJEXT) \
-	gsequencer-ags_drum_output_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_output_pad.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bridge.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bulk_input_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bulk_input.$(OBJEXT) \
-	gsequencer-ags_ffplayer_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_line.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_pad.$(OBJEXT) \
-	gsequencer-ags_ladspa_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_ladspa_bridge.$(OBJEXT) \
-	gsequencer-ags_matrix_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix_bridge.$(OBJEXT) \
-	gsequencer-ags_matrix_bulk_input_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix_bulk_input.$(OBJEXT) \
-	gsequencer-ags_matrix_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix.$(OBJEXT) \
-	gsequencer-ags_mixer_callbacks.$(OBJEXT) \
-	gsequencer-ags_mixer.$(OBJEXT) \
-	gsequencer-ags_mixer_input_line.$(OBJEXT) \
-	gsequencer-ags_mixer_input_pad.$(OBJEXT) \
-	gsequencer-ags_oscillator_callbacks.$(OBJEXT) \
-	gsequencer-ags_oscillator.$(OBJEXT) \
-	gsequencer-ags_panel_callbacks.$(OBJEXT) \
-	gsequencer-ags_panel.$(OBJEXT) \
-	gsequencer-ags_panel_input_line.$(OBJEXT) \
-	gsequencer-ags_panel_input_pad.$(OBJEXT) \
-	gsequencer-ags_synth_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_bridge.$(OBJEXT) \
-	gsequencer-ags_synth_bulk_output_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_bulk_output.$(OBJEXT) \
-	gsequencer-ags_synth_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth.$(OBJEXT) \
-	gsequencer-ags_synth_input_line.$(OBJEXT) \
-	gsequencer-ags_synth_input_pad.$(OBJEXT) \
-	gsequencer-ags_synth_output_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_output_line.$(OBJEXT) \
-	gsequencer-ags_synth_output_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_output_pad.$(OBJEXT)
-am__objects_20 = $(am__objects_1) \
-	gsequencer-ags_automation_area_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_area.$(OBJEXT) \
-	gsequencer-ags_automation_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_edit.$(OBJEXT) \
-	gsequencer-ags_automation_toolbar_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_toolbar.$(OBJEXT) \
-	gsequencer-ags_file_selection_callbacks.$(OBJEXT) \
-	gsequencer-ags_file_selection.$(OBJEXT) \
-	gsequencer-ags_inline_player_callbacks.$(OBJEXT) \
-	gsequencer-ags_inline_player.$(OBJEXT) \
-	gsequencer-ags_machine_radio_button.$(OBJEXT) \
-	gsequencer-ags_machine_selection.$(OBJEXT) \
-	gsequencer-ags_machine_selector_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_selector.$(OBJEXT) \
-	gsequencer-ags_meter_callbacks.$(OBJEXT) \
-	gsequencer-ags_meter.$(OBJEXT) \
-	gsequencer-ags_notebook_callbacks.$(OBJEXT) \
-	gsequencer-ags_notebook.$(OBJEXT) \
-	gsequencer-ags_note_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_note_edit.$(OBJEXT) \
-	gsequencer-ags_pattern_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_pattern_edit.$(OBJEXT) \
-	gsequencer-ags_port_selection_callbacks.$(OBJEXT) \
-	gsequencer-ags_port_selection.$(OBJEXT) \
-	gsequencer-ags_sf2_chooser_callbacks.$(OBJEXT) \
-	gsequencer-ags_sf2_chooser.$(OBJEXT) \
-	gsequencer-ags_soundset_callbacks.$(OBJEXT) \
-	gsequencer-ags_soundset.$(OBJEXT) \
-	gsequencer-ags_toolbar_callbacks.$(OBJEXT) \
-	gsequencer-ags_toolbar.$(OBJEXT)
-am__objects_21 = gsequencer-ags_add_line_member.$(OBJEXT) \
-	gsequencer-ags_add_bulk_member.$(OBJEXT) \
-	gsequencer-ags_update_bulk_member.$(OBJEXT) \
-	gsequencer-ags_add_point_to_selection.$(OBJEXT) \
-	gsequencer-ags_add_region_to_selection.$(OBJEXT) \
-	gsequencer-ags_change_indicator.$(OBJEXT) \
-	gsequencer-ags_change_tact.$(OBJEXT) \
-	gsequencer-ags_display_tact.$(OBJEXT) \
-	gsequencer-ags_free_selection.$(OBJEXT) \
-	gsequencer-ags_remove_point_from_selection.$(OBJEXT) \
-	gsequencer-ags_save_file.$(OBJEXT) \
-	gsequencer-ags_scroll_on_play.$(OBJEXT) \
-	gsequencer-ags_toggle_led.$(OBJEXT) \
-	gsequencer-ags_toggle_pattern_bit.$(OBJEXT)
-am__objects_22 = $(am__objects_1) gsequencer-ags_file_gui.$(OBJEXT) \
-	gsequencer-ags_file.$(OBJEXT) \
-	gsequencer-ags_file_id_ref.$(OBJEXT) \
-	gsequencer-ags_file_launch.$(OBJEXT) \
-	gsequencer-ags_file_link.$(OBJEXT) \
-	gsequencer-ags_file_lookup.$(OBJEXT) \
-	gsequencer-ags_file_sound.$(OBJEXT) \
-	gsequencer-ags_file_thread.$(OBJEXT) \
-	gsequencer-ags_file_util.$(OBJEXT)
-am_gsequencer_OBJECTS = $(am__objects_16) $(am__objects_17) \
-	$(am__objects_18) $(am__objects_19) $(am__objects_20) \
-	$(am__objects_21) $(am__objects_22)
-gsequencer_OBJECTS = $(am_gsequencer_OBJECTS)
-gsequencer_DEPENDENCIES = libags_audio.a libags_gui.a libags_thread.a \
-	libags.a
-AM_V_lt = $(am__v_lt_$(V))
-am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-gsequencer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(gsequencer_CFLAGS) \
-	$(CFLAGS) $(gsequencer_LDFLAGS) $(LDFLAGS) -o $@
+am_ags_OBJECTS = ags-ags_combo_box_text.$(OBJEXT) \
+	ags-ags_list.$(OBJEXT) ags-ags_container.$(OBJEXT) \
+	ags-ags_log.$(OBJEXT) ags-ags_parameter.$(OBJEXT) \
+	ags-ags_notebook_callbacks.$(OBJEXT) \
+	ags-ags_meter_callbacks.$(OBJEXT) \
+	ags-ags_toolbar_callbacks.$(OBJEXT) \
+	ags-ags_machine_selector.$(OBJEXT) \
+	ags-ags_machine_selector_callbacks.$(OBJEXT) \
+	ags-ags_machine_radio_button.$(OBJEXT) \
+	ags-ags_sf2_chooser.$(OBJEXT) \
+	ags-ags_sf2_chooser_callbacks.$(OBJEXT) \
+	ags-ags_notebook.$(OBJEXT) \
+	ags-ags_note_edit_callbacks.$(OBJEXT) \
+	ags-ags_file_selection_callbacks.$(OBJEXT) \
+	ags-ags_machine_selection.$(OBJEXT) \
+	ags-ags_inline_player.$(OBJEXT) ags-ags_meter.$(OBJEXT) \
+	ags-ags_file_selection.$(OBJEXT) ags-ags_note_edit.$(OBJEXT) \
+	ags-ags_inline_player_callbacks.$(OBJEXT) \
+	ags-ags_toolbar.$(OBJEXT) ags-ags_plugin_preferences.$(OBJEXT) \
+	ags-ags_link_editor.$(OBJEXT) \
+	ags-ags_machine_callbacks.$(OBJEXT) \
+	ags-ags_listing_editor_callbacks.$(OBJEXT) \
+	ags-ags_link_collection_editor_callbacks.$(OBJEXT) \
+	ags-ags_generic_preferences_callbacks.$(OBJEXT) \
+	ags-ags_property_collection_editor_callbacks.$(OBJEXT) \
+	ags-ags_property_editor_callbacks.$(OBJEXT) \
+	ags-ags_synth.$(OBJEXT) ags-ags_mixer.$(OBJEXT) \
+	ags-ags_matrix_callbacks.$(OBJEXT) \
+	ags-ags_panel_input_line.$(OBJEXT) \
+	ags-ags_synth_input_line.$(OBJEXT) \
+	ags-ags_mixer_callbacks.$(OBJEXT) \
+	ags-ags_synth_callbacks.$(OBJEXT) \
+	ags-ags_mixer_input_line.$(OBJEXT) \
+	ags-ags_oscillator.$(OBJEXT) ags-ags_panel_input_pad.$(OBJEXT) \
+	ags-ags_matrix.$(OBJEXT) \
+	ags-ags_drum_output_line_callbacks.$(OBJEXT) \
+	ags-ags_panel_callbacks.$(OBJEXT) \
+	ags-ags_mixer_input_pad.$(OBJEXT) ags-ags_panel.$(OBJEXT) \
+	ags-ags_drum.$(OBJEXT) ags-ags_ffplayer.$(OBJEXT) \
+	ags-ags_drum_output_pad_callbacks.$(OBJEXT) \
+	ags-ags_oscillator_callbacks.$(OBJEXT) \
+	ags-ags_drum_callbacks.$(OBJEXT) \
+	ags-ags_drum_input_pad_callbacks.$(OBJEXT) \
+	ags-ags_drum_input_pad.$(OBJEXT) \
+	ags-ags_drum_output_line.$(OBJEXT) \
+	ags-ags_drum_input_line.$(OBJEXT) \
+	ags-ags_ffplayer_callbacks.$(OBJEXT) \
+	ags-ags_drum_output_pad.$(OBJEXT) \
+	ags-ags_drum_input_line_callbacks.$(OBJEXT) \
+	ags-ags_synth_input_pad.$(OBJEXT) \
+	ags-ags_pad_editor_callbacks.$(OBJEXT) \
+	ags-ags_line_member_callbacks.$(OBJEXT) \
+	ags-ags_editor_callbacks.$(OBJEXT) \
+	ags-ags_server_preferences.$(OBJEXT) \
+	ags-ags_line_editor.$(OBJEXT) \
+	ags-ags_audio_preferences.$(OBJEXT) ags-ags_pad.$(OBJEXT) \
+	ags-ags_line.$(OBJEXT) ags-ags_menu_bar_callbacks.$(OBJEXT) \
+	ags-ags_generic_preferences.$(OBJEXT) ags-ags_window.$(OBJEXT) \
+	ags-ags_line_editor_callbacks.$(OBJEXT) \
+	ags-ags_property_editor.$(OBJEXT) \
+	ags-ags_link_editor_callbacks.$(OBJEXT) \
+	ags-ags_server_preferences_callbacks.$(OBJEXT) \
+	ags-ags_pad_callbacks.$(OBJEXT) \
+	ags-ags_audio_preferences_callbacks.$(OBJEXT) \
+	ags-ags_property_collection_editor.$(OBJEXT) \
+	ags-ags_machine.$(OBJEXT) \
+	ags-ags_preferences_callbacks.$(OBJEXT) \
+	ags-ags_export_window.$(OBJEXT) ags-ags_menu_bar.$(OBJEXT) \
+	ags-ags_plugin_preferences_callbacks.$(OBJEXT) \
+	ags-ags_preferences.$(OBJEXT) ags-ags_line_callbacks.$(OBJEXT) \
+	ags-ags_pad_editor.$(OBJEXT) ags-ags_ladspa_browser.$(OBJEXT) \
+	ags-ags_editor.$(OBJEXT) ags-ags_resize_editor.$(OBJEXT) \
+	ags-ags_property_listing_editor.$(OBJEXT) \
+	ags-ags_window_callbacks.$(OBJEXT) \
+	ags-ags_navigation_callbacks.$(OBJEXT) \
+	ags-ags_performance_preferences_callbacks.$(OBJEXT) \
+	ags-ags_line_member.$(OBJEXT) \
+	ags-ags_performance_preferences.$(OBJEXT) \
+	ags-ags_ladspa_browser_callbacks.$(OBJEXT) \
+	ags-ags_link_collection_editor.$(OBJEXT) \
+	ags-ags_machine_editor_callbacks.$(OBJEXT) \
+	ags-ags_export_window_callbacks.$(OBJEXT) \
+	ags-ags_line_member_editor_callbacks.$(OBJEXT) \
+	ags-ags_navigation.$(OBJEXT) ags-ags_machine_editor.$(OBJEXT) \
+	ags-ags_line_member_editor.$(OBJEXT) \
+	ags-ags_listing_editor.$(OBJEXT) ags-ags_applicable.$(OBJEXT) \
+	ags-ags_packable.$(OBJEXT) ags-ags_main_loop.$(OBJEXT) \
+	ags-ags_soundcard.$(OBJEXT) ags-ags_marshal.$(OBJEXT) \
+	ags-ags_runnable.$(OBJEXT) ags-ags_mutable.$(OBJEXT) \
+	ags-ags_effect.$(OBJEXT) ags-ags_playable.$(OBJEXT) \
+	ags-ags_dynamic_connectable.$(OBJEXT) \
+	ags-ags_seekable.$(OBJEXT) ags-ags_countable.$(OBJEXT) \
+	ags-ags_plugin.$(OBJEXT) ags-ags_tactable.$(OBJEXT) \
+	ags-ags_tree_iterator.$(OBJEXT) ags-ags_persistable.$(OBJEXT) \
+	ags-ags_stackable.$(OBJEXT) ags-ags_portlet.$(OBJEXT) \
+	ags-ags_id_generator.$(OBJEXT) ags-ags_expander_set.$(OBJEXT) \
+	ags-ags_menu.$(OBJEXT) ags-ags_timebar.$(OBJEXT) \
+	ags-ags_dial.$(OBJEXT) ags-ags_segment.$(OBJEXT) \
+	ags-ags_htimebar.$(OBJEXT) ags-ags_indicator.$(OBJEXT) \
+	ags-ags_option_menu.$(OBJEXT) ags-ags_hindicator.$(OBJEXT) \
+	ags-ags_cartesian.$(OBJEXT) ags-ags_menu_item.$(OBJEXT) \
+	ags-ags_waveform.$(OBJEXT) ags-ags_ruler.$(OBJEXT) \
+	ags-ags_expander.$(OBJEXT) ags-ags_vindicator.$(OBJEXT) \
+	ags-ags_led.$(OBJEXT) ags-ags_table.$(OBJEXT) \
+	ags-main.$(OBJEXT) ags-ags_set_output_device.$(OBJEXT) \
+	ags-ags_set_samplerate.$(OBJEXT) \
+	ags-ags_remove_point_from_selection.$(OBJEXT) \
+	ags-ags_link_channel.$(OBJEXT) ags-ags_save_file.$(OBJEXT) \
+	ags-ags_add_audio_signal.$(OBJEXT) \
+	ags-ags_unref_audio_signal.$(OBJEXT) \
+	ags-ags_remove_region_from_selection.$(OBJEXT) \
+	ags-ags_remove_recall_container.$(OBJEXT) \
+	ags-ags_remove_recall.$(OBJEXT) \
+	ags-ags_append_recall.$(OBJEXT) \
+	ags-ags_add_recall_container.$(OBJEXT) \
+	ags-ags_add_recall.$(OBJEXT) ags-ags_export_output.$(OBJEXT) \
+	ags-ags_remove_note.$(OBJEXT) \
+	ags-ags_set_audio_channels.$(OBJEXT) \
+	ags-ags_cancel_audio.$(OBJEXT) \
+	ags-ags_add_region_to_selection.$(OBJEXT) \
+	ags-ags_init_audio.$(OBJEXT) \
+	ags-ags_channel_set_recycling.$(OBJEXT) \
+	ags-ags_display_tact.$(OBJEXT) \
+	ags-ags_append_channel.$(OBJEXT) \
+	ags-ags_change_indicator.$(OBJEXT) ags-ags_add_note.$(OBJEXT) \
+	ags-ags_set_muted.$(OBJEXT) \
+	ags-ags_apply_sequencer_length.$(OBJEXT) \
+	ags-ags_apply_tact.$(OBJEXT) ags-ags_apply_bpm.$(OBJEXT) \
+	ags-ags_cancel_channel.$(OBJEXT) \
+	ags-ags_start_devout.$(OBJEXT) \
+	ags-ags_append_audio_threaded.$(OBJEXT) \
+	ags-ags_append_audio.$(OBJEXT) ags-ags_init_channel.$(OBJEXT) \
+	ags-ags_toggle_led.$(OBJEXT) ags-ags_set_buffer_size.$(OBJEXT) \
+	ags-ags_free_selection.$(OBJEXT) ags-ags_add_audio.$(OBJEXT) \
+	ags-ags_apply_synth.$(OBJEXT) ags-ags_remove_audio.$(OBJEXT) \
+	ags-ags_cancel_recall.$(OBJEXT) \
+	ags-ags_remove_audio_signal.$(OBJEXT) \
+	ags-ags_audio_set_recycling.$(OBJEXT) \
+	ags-ags_add_point_to_selection.$(OBJEXT) \
+	ags-ags_scroll_on_play.$(OBJEXT) \
+	ags-ags_set_devout_play_flags.$(OBJEXT) \
+	ags-ags_apply_wavetable.$(OBJEXT) \
+	ags-ags_add_line_member.$(OBJEXT) \
+	ags-ags_toggle_pattern_bit.$(OBJEXT) \
+	ags-ags_open_file.$(OBJEXT) ags-ags_open_single_file.$(OBJEXT) \
+	ags-ags_change_tact.$(OBJEXT) ags-ags_resize_audio.$(OBJEXT) \
+	ags-ags_devout.$(OBJEXT) ags-ags_garbage_collector.$(OBJEXT) \
+	ags-ags_recall_container.$(OBJEXT) ags-ags_timestamp.$(OBJEXT) \
+	ags-ags_recall_channel_run.$(OBJEXT) ags-ags_port.$(OBJEXT) \
+	ags-ags_notation.$(OBJEXT) ags-ags_recycling.$(OBJEXT) \
+	ags-ags_input.$(OBJEXT) ags-ags_synths.$(OBJEXT) \
+	ags-ags_note.$(OBJEXT) ags-ags_timestamp_factory.$(OBJEXT) \
+	ags-ags_channel.$(OBJEXT) ags-ags_recall_audio.$(OBJEXT) \
+	ags-ags_audio_signal.$(OBJEXT) ags-ags_libao.$(OBJEXT) \
+	ags-ags_ipatch_sf2_reader.$(OBJEXT) ags-ags_ipatch.$(OBJEXT) \
+	ags-ags_audio_file.$(OBJEXT) ags-ags_audio_file_xml.$(OBJEXT) \
+	ags-ags_sndfile.$(OBJEXT) ags-ags_recall_audio_run.$(OBJEXT) \
+	ags-ags_recycling_container.$(OBJEXT) \
+	ags-ags_clone_channel.$(OBJEXT) ags-ags_copy_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_channel.$(OBJEXT) \
+	ags-ags_copy_recycling.$(OBJEXT) \
+	ags-ags_play_notation_audio_run.$(OBJEXT) \
+	ags-ags_buffer_audio_signal.$(OBJEXT) \
+	ags-ags_play_channel_run.$(OBJEXT) \
+	ags-ags_stream_channel_run.$(OBJEXT) \
+	ags-ags_copy_notation_audio_run.$(OBJEXT) \
+	ags-ags_mute_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_audio.$(OBJEXT) \
+	ags-ags_copy_pattern_audio_run.$(OBJEXT) \
+	ags-ags_stream.$(OBJEXT) ags-ags_loop_channel_run.$(OBJEXT) \
+	ags-ags_play_pattern.$(OBJEXT) ags-ags_echo.$(OBJEXT) \
+	ags-ags_play_note.$(OBJEXT) ags-ags_buffer_channel.$(OBJEXT) \
+	ags-ags_clone_channel_run.$(OBJEXT) \
+	ags-ags_amplifier.$(OBJEXT) \
+	ags-ags_copy_notation_audio.$(OBJEXT) \
+	ags-ags_stream_channel.$(OBJEXT) \
+	ags-ags_mute_recycling.$(OBJEXT) ags-ags_delay_audio.$(OBJEXT) \
+	ags-ags_buffer_recycling.$(OBJEXT) \
+	ags-ags_play_audio_signal.$(OBJEXT) \
+	ags-ags_volume_recycling.$(OBJEXT) \
+	ags-ags_loop_channel.$(OBJEXT) \
+	ags-ags_peak_channel_run.$(OBJEXT) \
+	ags-ags_copy_audio_signal.$(OBJEXT) \
+	ags-ags_play_recycling.$(OBJEXT) \
+	ags-ags_mute_channel_run.$(OBJEXT) \
+	ags-ags_volume_channel_run.$(OBJEXT) \
+	ags-ags_play_channel_run_master.$(OBJEXT) \
+	ags-ags_mute_audio.$(OBJEXT) \
+	ags-ags_volume_audio_signal.$(OBJEXT) \
+	ags-ags_stream_audio_signal.$(OBJEXT) \
+	ags-ags_copy_channel_run.$(OBJEXT) \
+	ags-ags_delay_audio_run.$(OBJEXT) \
+	ags-ags_mute_audio_signal.$(OBJEXT) \
+	ags-ags_buffer_channel_run.$(OBJEXT) \
+	ags-ags_play_audio.$(OBJEXT) \
+	ags-ags_count_beats_audio.$(OBJEXT) \
+	ags-ags_play_channel.$(OBJEXT) \
+	ags-ags_count_beats_audio_run.$(OBJEXT) \
+	ags-ags_stream_recycling.$(OBJEXT) \
+	ags-ags_play_audio_file.$(OBJEXT) \
+	ags-ags_play_notation_audio.$(OBJEXT) \
+	ags-ags_peak_channel.$(OBJEXT) \
+	ags-ags_volume_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_channel_run.$(OBJEXT) \
+	ags-ags_recall_recycling.$(OBJEXT) ags-ags_pattern.$(OBJEXT) \
+	ags-ags_recall_audio_signal.$(OBJEXT) ags-ags_output.$(OBJEXT) \
+	ags-ags_recall_channel_run_dummy.$(OBJEXT) \
+	ags-ags_recall_dependency.$(OBJEXT) \
+	ags-ags_channel_iter.$(OBJEXT) ags-ags_recall.$(OBJEXT) \
+	ags-ags_config.$(OBJEXT) ags-ags_recall_channel.$(OBJEXT) \
+	ags-ags_audio.$(OBJEXT) ags-ags_recall_ladspa_run.$(OBJEXT) \
+	ags-ags_recall_id.$(OBJEXT) ags-ags_task.$(OBJEXT) \
+	ags-ags_recall_ladspa.$(OBJEXT) \
+	ags-ags_recall_factory.$(OBJEXT) \
+	ags-ags_recall_recycling_dummy.$(OBJEXT) \
+	ags-ags_file_id_ref.$(OBJEXT) ags-ags_file_link.$(OBJEXT) \
+	ags-ags_file_sound.$(OBJEXT) ags-ags_file_thread.$(OBJEXT) \
+	ags-ags_file_util.$(OBJEXT) ags-ags_file_lookup.$(OBJEXT) \
+	ags-ags_file_launch.$(OBJEXT) ags-ags_file_gui.$(OBJEXT) \
+	ags-ags_file.$(OBJEXT) ags-ags_record_thread.$(OBJEXT) \
+	ags-ags_returnable_thread.$(OBJEXT) \
+	ags-ags_autosave_thread.$(OBJEXT) \
+	ags-ags_devout_thread.$(OBJEXT) ags-ags_thread_pool.$(OBJEXT) \
+	ags-ags_gui_task_thread.$(OBJEXT) \
+	ags-ags_task_thread.$(OBJEXT) \
+	ags-ags_timestamp_thread.$(OBJEXT) \
+	ags-ags_recycling_thread_callbacks.$(OBJEXT) \
+	ags-ags_iterator_thread.$(OBJEXT) \
+	ags-ags_async_queue.$(OBJEXT) ags-ags_export_thread.$(OBJEXT) \
+	ags-ags_audio_loop.$(OBJEXT) \
+	ags-ags_recycling_thread.$(OBJEXT) \
+	ags-ags_thread-posix.$(OBJEXT) ags-ags_history.$(OBJEXT) \
+	ags-ags_gui_thread.$(OBJEXT) ags-ags_single_thread.$(OBJEXT) \
+	ags-ags_registry.$(OBJEXT) ags-ags_remote_task.$(OBJEXT) \
+	ags-ags_server.$(OBJEXT) ags-ags_plugin_factory.$(OBJEXT) \
+	ags-ags_ladspa_manager.$(OBJEXT)
+ags_OBJECTS = $(am_ags_OBJECTS)
+ags_DEPENDENCIES = libags.a
+ags_LINK = $(CCLD) $(ags_CFLAGS) $(CFLAGS) $(ags_LDFLAGS) $(LDFLAGS) \
+	-o $@
 AM_V_P = $(am__v_P_$(V))
 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
 am__v_P_0 = false
@@ -536,30 +365,24 @@ DEFAULT_INCLUDES = -I.
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
+AM_V_lt = $(am__v_lt_$(V))
+am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+am__v_lt_0 = --silent
+am__v_lt_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
 AM_V_CC = $(am__v_CC_$(V))
 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 am__v_CC_0 = @echo "  CC      " $@;
 am__v_CC_1 = 
 CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 AM_V_CCLD = $(am__v_CCLD_$(V))
 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 am__v_CCLD_0 = @echo "  CCLD    " $@;
 am__v_CCLD_1 = 
-SOURCES = $(libags_a_SOURCES) $(libags_audio_a_SOURCES) \
-	$(libags_gui_a_SOURCES) $(libags_thread_a_SOURCES) \
-	$(gsequencer_SOURCES)
-DIST_SOURCES = $(libags_a_SOURCES) $(libags_audio_a_SOURCES) \
-	$(libags_gui_a_SOURCES) $(libags_thread_a_SOURCES) \
-	$(gsequencer_SOURCES)
+SOURCES = $(libags_a_SOURCES) $(ags_SOURCES)
+DIST_SOURCES = $(libags_a_SOURCES) $(ags_SOURCES)
 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 	ctags-recursive dvi-recursive html-recursive info-recursive \
 	install-data-recursive install-dvi-recursive \
@@ -645,105 +468,133 @@ 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 = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
+ACLOCAL = ${SHELL} /home/minos/ags-0_4_2-42/missing aclocal-1.14
+ALLOCA = 
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
+AUTOCONF = ${SHELL} /home/minos/ags-0_4_2-42/missing autoconf
+AUTOHEADER = ${SHELL} /home/minos/ags-0_4_2-42/missing autoheader
+AUTOMAKE = ${SHELL} /home/minos/ags-0_4_2-42/missing automake-1.14
 AWK = gawk
+BUILD_INCLUDED_LIBINTL = no
 CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
 CAIRO_LIBS = -lcairo 
+CATOBJEXT = .gmo
 CC = gcc
 CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
+
+# what flags you want to pass to the C compiler & linker
+CFLAGS = -g -I./src -I/usr/include
+CFLAG_VISIBILITY = -fvisibility=hidden
 CPP = gcc -E
 CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
 CYGPATH_W = echo
+DATADIRNAME = share
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
 ECHO_C = 
 ECHO_N = -n
 ECHO_T = 
 EGREP = /bin/grep -E
 EXEEXT = 
-FGREP = /bin/grep -F
 GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
+GENCAT = gencat
+GETTEXT_MACRO_VERSION = 0.19
+GLIBC2 = yes
+GLIBC21 = yes
+GMSGFMT = /usr/bin/msgfmt
+GMSGFMT_015 = /usr/bin/msgfmt
 GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
 GREP = /bin/grep
 GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
+HAVE_ASPRINTF = 1
+HAVE_NEWLOCALE = 1
+HAVE_POSIX_PRINTF = 1
+HAVE_SNPRINTF = 1
+HAVE_VISIBILITY = 1
+HAVE_WPRINTF = 0
 INSTALL = /usr/bin/install -c
 INSTALL_DATA = ${INSTALL} -m 644
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
+INSTOBJEXT = .mo
+INTLBISON = bison
+INTLLIBS = 
+INTLOBJS = 
+INTL_DEFAULT_VERBOSITY = 1
+INTL_LIBTOOL_SUFFIX_PREFIX = 
+INTL_MACOSX_LIBS = 
+LDFLAGS = -L/lib -L/usr/lib -L/usr/X11/lib
 LIBAO_CFLAGS = 
 LIBAO_LIBS = -lao 
 LIBASOUND2_CFLAGS = -I/usr/include/alsa 
 LIBASOUND2_LIBS = -lasound 
+LIBICONV = 
 LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
 LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
+LIBINTL = 
+LIBMULTITHREAD = -pthread
 LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
+LIBPTH = 
+LIBPTH_PREFIX = 
+LIBS = -lrt -lm -ldl 
+LIBTHREAD = 
 LIBXML2_CFLAGS = -I/usr/include/libxml2 
 LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
+LTLIBC = -lc
+LTLIBICONV = 
+LTLIBINTL = 
+LTLIBMULTITHREAD = -pthread
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
+LTLIBPTH = 
+LTLIBTHREAD = 
+MAKEINFO = ${SHELL} /home/minos/ags-0_4_2-42/missing makeinfo
 MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
+MSGFMT = /usr/bin/msgfmt
+MSGFMT_015 = /usr/bin/msgfmt
+MSGMERGE = /usr/bin/msgmerge
 OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
+PACKAGE = ags
 PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
+PACKAGE_NAME = ags
+PACKAGE_STRING = ags 0.4.2
+PACKAGE_TARNAME = ags
 PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
+PACKAGE_VERSION = 0.4.2
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
+PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
+POSUB = po
+PRI_MACROS_BROKEN = 0
 RANLIB = ranlib
 SED = /bin/sed
 SET_MAKE = 
 SHELL = /bin/sh
 SNDFILE_CFLAGS = 
 SNDFILE_LIBS = -lsndfile 
-STRIP = strip
+STRIP = 
+USE_INCLUDED_LIBINTL = no
+USE_NLS = yes
 UUID_CFLAGS = -I/usr/include/uuid 
 UUID_LIBS = -luuid 
-VERSION = 0.4.3
+VERSION = 0.4.2
+WINDRES = 
+WOE32 = no
+WOE32DLL = no
+XGETTEXT = /usr/bin/xgettext
+XGETTEXT_015 = /usr/bin/xgettext
+XGETTEXT_EXTRA_OPTIONS = 
 XMKMF = 
-abs_builddir = /usr/src/ags-devel
-abs_srcdir = /usr/src/ags-devel
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
+abs_builddir = /home/minos/ags-0_4_2-42
+abs_srcdir = /home/minos/ags-0_4_2-42
+abs_top_builddir = /home/minos/ags-0_4_2-42
+abs_top_srcdir = /home/minos/ags-0_4_2-42
 ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
 am__include = include
 am__leading_dot = .
 am__quote = 
@@ -769,7 +620,7 @@ host_vendor = unknown
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
+install_sh = ${SHELL} /home/minos/ags-0_4_2-42/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -784,993 +635,574 @@ psdir = ${docdir}
 sbindir = ${exec_prefix}/sbin
 sharedstatedir = ${prefix}/com
 srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
 sysconfdir = ${prefix}/etc
 target_alias = 
 top_build_prefix = 
 top_builddir = .
 top_srcdir = .
 AUTOMAKE_OPTIONS = foreign
-
-#
-SUBDIRS = po \
-	. \
-	src/ags/util \
-	src/ags/lib \
-	src/ags/object \
-	src/ags/widget \
-	src/ags/audio/task \
-	src/ags/audio/task/recall \
-	src/ags/audio/file \
-	src/ags/audio/recall \
-	src/ags/audio \
-	src/ags/file \
-	src/ags/server \
-	src/ags/X/editor \
-	src/ags/X/machine \
-	src/ags/X \
-	src/ags \
-	doc
-
-
-#
-libags_a_SOURCES = $(ags_util_c_sources) $(ags_lib_c_sources) $(ags_object_c_sources)
-libags_thread_a_SOURCES = $(ags_thread_c_sources)
-libags_audio_a_SOURCES = $(ags_audio_c_sources) $(ags_audio_file_c_sources) $(ags_audio_task_c_sources) $(ags_audio_task_recall_c_sources) $(ags_audio_recall_c_sources)  $(ags_plugin_c_sources)
-libags_gui_a_SOURCES = $(ags_widget_c_sources)
-gsequencer_SOURCES = $(gsequencer_main_c_sources) $(gsequencer_server_c_sources) $(gsequencer_xorg_c_sources) $(gsequencer_machine_c_sources) $(gsequencer_editor_c_sources) $(ags_xorg_task_c_sources) $(gsequencer_file_c_sources)
-
-#
-TARGETS = gsequencer
+SUBDIRS = src doc
 
 # this lists the binaries to produce, the (non-PHONY, binary) targets in
 # the previous manual Makefile
-noinst_LIBRARIES = libags.a libags_thread.a libags_audio.a libags_gui.a
+noinst_LIBRARIES = libags.a
+
+# library
+libags_a_CFLAGS = $(GOBJECT_CFLAGS) $(LIBXML2_CFLAGS) 
+libags_a_SOURCES = ./src/ags-lib/object/ags_connectable.c ./src/ags-lib/object/ags_connectable.h
 
 # application
-libags_a_CFLAGS = -g -O2 -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_a_LDFLAGS =  -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_thread_a_CFLAGS = -g -O2 -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_thread_a_LDFLAGS =  -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_thread_a_LIBADD = libags.a
-libags_audio_a_CFLAGS = -g -O2 -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_audio_a_LDFLAGS =  -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_audio_a_LIBADD = libags_thread.a libags.a 
-libags_gui_a_CFLAGS = -g -O2 -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_gui_a_LDFLAGS =  -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_CFLAGS = -g -O2 -g 	-std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-gsequencer_LDFLAGS =  -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_LDADD = libags_audio.a libags_gui.a libags_thread.a libags.a
-ACLOCAL_AMFLAGS = -I m4
-
-# libags all files
-deprecated_ags_lib_h_sources = 
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	src/ags-lib/object/ags_connectable.h	\
-	src/ags/lib/ags_combo_box_text.h		\
-	src/ags/lib/ags_container.h			\
-	src/ags/lib/ags_list.h			\
-	src/ags/lib/ags_log.h			\
-	src/ags/lib/ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	src/ags-lib/object/ags_connectable.c	\
-	src/ags/lib/ags_combo_box_text.c		\
-	src/ags/lib/ags_container.c			\
-	src/ags/lib/ags_list.c			\
-	src/ags/lib/ags_log.c			\
-	src/ags/lib/ags_parameter.c
-
-deprecated_ags_util_h_sources = 
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	src/ags/util/ags_id_generator.h
-
-deprecated_ags_util_c_sources = 
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	src/ags/util/ags_id_generator.c
-
-deprecated_ags_object_h_sources = 
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	src/ags/object/ags_init.h			\
-	src/ags/object/ags_application_context.h	\
-	src/ags/object/ags_config.h			\
-	src/ags/object/ags_applicable.h			\
-	src/ags/object/ags_countable.h			\
-	src/ags/object/ags_dynamic_connectable.h	\
-	src/ags/object/ags_effect.h			\
-	src/ags/object/ags_main_loop.h			\
-	src/ags/object/ags_marshal.h			\
-	src/ags/object/ags_mutable.h			\
-	src/ags/object/ags_packable.h			\
-	src/ags/object/ags_persistable.h		\
-	src/ags/object/ags_playable.h			\
-	src/ags/object/ags_plugin.h			\
-	src/ags/object/ags_portlet.h			\
-	src/ags/object/ags_runnable.h			\
-	src/ags/object/ags_seekable.h			\
-	src/ags/object/ags_soundcard.h			\
-	src/ags/object/ags_stackable.h			\
-	src/ags/object/ags_tactable.h			\
-	src/ags/object/ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	src/ags/object/ags_init.c			\
-	src/ags/object/ags_application_context.c	\
-	src/ags/object/ags_config.c			\
-	src/ags/object/ags_applicable.c			\
-	src/ags/object/ags_countable.c			\
-	src/ags/object/ags_dynamic_connectable.c	\
-	src/ags/object/ags_effect.c			\
-	src/ags/object/ags_main_loop.c			\
-	src/ags/object/ags_marshal.c			\
-	src/ags/object/ags_mutable.c			\
-	src/ags/object/ags_packable.c			\
-	src/ags/object/ags_persistable.c		\
-	src/ags/object/ags_plugin.c			\
-	src/ags/object/ags_portlet.c			\
-	src/ags/object/ags_runnable.c			\
-	src/ags/object/ags_seekable.c			\
-	src/ags/object/ags_soundcard.c			\
-	src/ags/object/ags_stackable.c			\
-	src/ags/object/ags_tactable.c			\
-	src/ags/object/ags_tree_iterator.c
-
-deprecated_ags_plugin_h_sources = 
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	src/ags/plugin/ags_ladspa_manager.h		\
-	src/ags/plugin/ags_plugin_factory.h		\
-	src/ags/plugin/ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	src/ags/plugin/ags_ladspa_manager.c		\
-	src/ags/plugin/ags_plugin_factory.c
-
-
-# libags_thread all files
-deprecated_ags_thread_h_sources = \
-	src/ags/thread/ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	src/ags/thread/ags_thread_init.h		\
-	src/ags/thread/ags_thread_application_context.h	\
-	src/ags/thread/ags_concurrency_provider.h	\
-	src/ags/thread/ags_async_queue.h		\
-	src/ags/thread/ags_audio_loop.h			\
-	src/ags/thread/ags_autosave_thread.h		\
-	src/ags/thread/ags_devout_thread.h		\
-	src/ags/thread/ags_export_thread.h		\
-	src/ags/thread/ags_gui_thread.h			\
-	src/ags/thread/ags_iterator_thread.h		\
-	src/ags/thread/ags_record_thread.h		\
-	src/ags/thread/ags_recycling_thread_callbacks.h \
-	src/ags/thread/ags_recycling_thread.h		\
-	src/ags/thread/ags_returnable_thread.h		\
-	src/ags/thread/ags_single_thread.h		\
-	src/ags/thread/ags_task_thread.h		\
-	src/ags/thread/ags_thread_pool.h		\
-	src/ags/thread/ags_thread-posix.h		\
-	src/ags/thread/ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	src/ags/thread/ags_thread_init.c		\
-	src/ags/thread/ags_thread_application_context.c	\
-	src/ags/thread/ags_concurrency_provider.c	\
-	src/ags/thread/ags_async_queue.c		\
-	src/ags/thread/ags_audio_loop.c			\
-	src/ags/thread/ags_autosave_thread.c		\
-	src/ags/thread/ags_devout_thread.c		\
-	src/ags/thread/ags_export_thread.c		\
-	src/ags/thread/ags_gui_thread.c			\
-	src/ags/thread/ags_iterator_thread.c		\
-	src/ags/thread/ags_record_thread.c		\
-	src/ags/thread/ags_recycling_thread_callbacks.c \
-	src/ags/thread/ags_recycling_thread.c		\
-	src/ags/thread/ags_returnable_thread.c		\
-	src/ags/thread/ags_single_thread.c		\
-	src/ags/thread/ags_task_thread.c		\
-	src/ags/thread/ags_thread_pool.c		\
-	src/ags/thread/ags_thread-posix.c		\
-	src/ags/thread/ags_timestamp_thread.c
-
-
-# libags_gui all files
-odeprecated_ags_widget_h_sources = 
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	src/ags/widget/ags_gui_init.h			\
-	src/ags/widget/ags_cartesian.h			\
-	src/ags/widget/ags_dial.h 			\
-	src/ags/widget/ags_expander.h			\
-	src/ags/widget/ags_expander_set.h		\
-	src/ags/widget/ags_hindicator.h		\
-	src/ags/widget/ags_htimebar.h			\
-	src/ags/widget/ags_indicator.h			\
-	src/ags/widget/ags_led.h			\
-	src/ags/widget/ags_menu.h			\
-	src/ags/widget/ags_menu_item.h			\
-	src/ags/widget/ags_option_menu.h		\
-	src/ags/widget/ags_ruler.h			\
-	src/ags/widget/ags_segment.h			\
-	src/ags/widget/ags_table.h			\
-	src/ags/widget/ags_timebar.h			\
-	src/ags/widget/ags_vindicator.h		\
-	src/ags/widget/ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	src/ags/widget/ags_gui_init.c			\
-	src/ags/widget/ags_cartesian.c			\
-	src/ags/widget/ags_dial.c 			\
-	src/ags/widget/ags_expander.c			\
-	src/ags/widget/ags_expander_set.c		\
-	src/ags/widget/ags_hindicator.c		\
-	src/ags/widget/ags_htimebar.c			\
-	src/ags/widget/ags_indicator.c			\
-	src/ags/widget/ags_led.c			\
-	src/ags/widget/ags_menu.c			\
-	src/ags/widget/ags_menu_item.c			\
-	src/ags/widget/ags_option_menu.c		\
-	src/ags/widget/ags_ruler.c			\
-	src/ags/widget/ags_segment.c			\
-	src/ags/widget/ags_table.c			\
-	src/ags/widget/ags_timebar.c			\
-	src/ags/widget/ags_vindicator.c		\
-	src/ags/widget/ags_waveform.c
-
-
-# libags_audio all files
-deprecated_ags_audio_h_sources = \
-	src/ags/audio/ags_garbage_collector.h	\
-	src/ags/audio/ags_effect.h		\
-	src/ags/audio/ags_libao.h		\
-	src/ags/audio/ags_timestamp.h		\
-	src/ags/audio/ags_timestamp_factory.h	
-
-ags_audio_h_sources = \
-	$(deprecated_ags_audio_h_sources) \
-	src/ags/audio/ags_audio_init.h		\
-	src/ags/audio/ags_audio_application_context.h	\
-	src/ags/audio/ags_sound_provider.h	\
-	src/ags/audio/ags_acceleration.h	\
-	src/ags/audio/ags_audio.h		\
-	src/ags/audio/ags_audio_signal.h	\
-	src/ags/audio/ags_automation.h		\
-	src/ags/audio/ags_channel.h		\
-	src/ags/audio/ags_channel_iter.h	\
-	src/ags/audio/ags_devout.h		\
-	src/ags/audio/ags_input.h		\
-	src/ags/audio/ags_notation.h		\
-	src/ags/audio/ags_note.h		\
-	src/ags/audio/ags_output.h		\
-	src/ags/audio/ags_pattern.h		\
-	src/ags/audio/ags_port.h		\
-	src/ags/audio/ags_recall_audio.h	\
-	src/ags/audio/ags_recall_audio_run.h	\
-	src/ags/audio/ags_recall_audio_signal.h \
-	src/ags/audio/ags_recall_channel.h	\
-	src/ags/audio/ags_recall_channel_run_dummy.h \
-	src/ags/audio/ags_recall_channel_run.h \
-	src/ags/audio/ags_recall_container.h	\
-	src/ags/audio/ags_recall_dependency.h	\
-	src/ags/audio/ags_recall_factory.h	\
-	src/ags/audio/ags_recall.h		\
-	src/ags/audio/ags_recall_id.h		\
-	src/ags/audio/ags_recall_ladspa.h	\
-	src/ags/audio/ags_recall_ladspa_run.h	\
-	src/ags/audio/ags_recall_recycling_dummy.h \
-	src/ags/audio/ags_recall_recycling.h	\
-	src/ags/audio/ags_recycling_container.h \
-	src/ags/audio/ags_recycling.h		\
-	src/ags/audio/ags_synths.h		\
-	src/ags/audio/ags_task.h		\
-	src/ags/audio/ags_timestamp_factory.h	\
-	src/ags/audio/ags_timestamp.h
-
-deprecated_ags_audio_c_sources = \
-	src/ags/audio/ags_garbage_collector.c	\
-	src/ags/audio/ags_libao.c		\
-	src/ags/audio/ags_timestamp.c		\
-	src/ags/audio/ags_timestamp_factory.c	
-
-ags_audio_c_sources = \
-	$(deprecated_ags_audio_c_sources) \
-	src/ags/audio/ags_audio_init.c		\
-	src/ags/audio/ags_audio_application_context.c	\
-	src/ags/audio/ags_sound_provider.c	\
-	src/ags/audio/ags_acceleration.c	\
-	src/ags/object/ags_playable.c		\
-	src/ags/audio/ags_audio.c		\
-	src/ags/audio/ags_audio_signal.c	\
-	src/ags/audio/ags_automation.c		\
-	src/ags/audio/ags_channel.c		\
-	src/ags/audio/ags_channel_iter.c	\
-	src/ags/audio/ags_devout.c		\
-	src/ags/audio/ags_input.c		\
-	src/ags/audio/ags_notation.c		\
-	src/ags/audio/ags_note.c		\
-	src/ags/audio/ags_output.c		\
-	src/ags/audio/ags_pattern.c		\
-	src/ags/audio/ags_port.c		\
-	src/ags/audio/ags_recall_audio.c	\
-	src/ags/audio/ags_recall_audio_run.c	\
-	src/ags/audio/ags_recall_audio_signal.c \
-	src/ags/audio/ags_recall_channel.c	\
-	src/ags/audio/ags_recall_channel_run_dummy.c \
-	src/ags/audio/ags_recall_channel_run.c \
-	src/ags/audio/ags_recall_container.c	\
-	src/ags/audio/ags_recall_dependency.c	\
-	src/ags/audio/ags_recall_factory.c	\
-	src/ags/audio/ags_recall.c		\
-	src/ags/audio/ags_recall_id.c		\
-	src/ags/audio/ags_recall_ladspa.c	\
-	src/ags/audio/ags_recall_ladspa_run.c	\
-	src/ags/audio/ags_recall_recycling_dummy.c \
-	src/ags/audio/ags_recall_recycling.c	\
-	src/ags/audio/ags_recycling_container.c \
-	src/ags/audio/ags_recycling.c		\
-	src/ags/audio/ags_synths.c		\
-	src/ags/audio/ags_task.c		\
-	src/ags/audio/ags_timestamp_factory.c	\
-	src/ags/audio/ags_timestamp.c
-
-deprecated_ags_audio_file_h_sources = \
-	src/ags/audio/file/ags_audio_file_xml.h	
-
-ags_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	src/ags/audio/file/ags_audio_file.h	\
-	src/ags/audio/file/ags_ipatch.h		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.h	\
-	src/ags/audio/file/ags_sndfile.h
-
-deprecated_ags_audio_file_c_sources = \
-	src/ags/audio/file/ags_audio_file_xml.c
-
-ags_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	src/ags/audio/file/ags_audio_file.c	\
-	src/ags/audio/file/ags_ipatch.c		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.c	\
-	src/ags/audio/file/ags_sndfile.c
-
-deprecated_ags_audio_recall_h_sources = \
-	src/ags/audio/recall/ags_amplifier.h			\
-	src/ags/audio/recall/ags_clone_channel.h		\
-	src/ags/audio/recall/ags_clone_channel_run.h		\
-	src/ags/audio/recall/ags_down_mix.h			\
-	src/ags/audio/recall/ags_echo.h			\
-	src/ags/audio/recall/ags_loop_channel.h		\
-	src/ags/audio/recall/ags_loop_channel_run.h		\
-	src/ags/audio/recall/ags_play_note.h			\
-	src/ags/audio/recall/ags_stream.h
-
-ags_audio_recall_h_sources = \
-	$(deprecated_ags_audio_recall_h_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.h	\
-	src/ags/audio/recall/ags_buffer_channel.h		\
-	src/ags/audio/recall/ags_buffer_channel_run.h	\
-	src/ags/audio/recall/ags_buffer_recycling.h		\
-	src/ags/audio/recall/ags_copy_audio_signal.h		\
-	src/ags/audio/recall/ags_copy_channel.h		\
-	src/ags/audio/recall/ags_copy_channel_run.h		\
-	src/ags/audio/recall/ags_copy_notation_audio.h	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.h	\
-	src/ags/audio/recall/ags_copy_recycling.h		\
-	src/ags/audio/recall/ags_count_beats_audio.h		\
-	src/ags/audio/recall/ags_count_beats_audio_run.h	\
-	src/ags/audio/recall/ags_delay_audio.h 		\
-	src/ags/audio/recall/ags_delay_audio_run.h		\
-	src/ags/audio/recall/ags_mute_audio.h		\
-	src/ags/audio/recall/ags_mute_audio_signal.h		\
-	src/ags/audio/recall/ags_mute_channel.h		\
-	src/ags/audio/recall/ags_mute_channel_run.h		\
-	src/ags/audio/recall/ags_mute_recycling.h		\
-	src/ags/audio/recall/ags_peak_channel.h		\
-	src/ags/audio/recall/ags_peak_channel_run.h		\
-	src/ags/audio/recall/ags_play_audio_file.h		\
-	src/ags/audio/recall/ags_play_audio.h		\
-	src/ags/audio/recall/ags_play_audio_signal.h		\
-	src/ags/audio/recall/ags_play_channel.h		\
-	src/ags/audio/recall/ags_play_channel_run.h		\
-	src/ags/audio/recall/ags_play_channel_run_master.h	\
-	src/ags/audio/recall/ags_play_notation_audio.h	\
-	src/ags/audio/recall/ags_play_notation_audio_run.h	\
-	src/ags/audio/recall/ags_play_pattern.h		\
-	src/ags/audio/recall/ags_play_recycling.h		\
-	src/ags/audio/recall/ags_stream_audio_signal.h	\
-	src/ags/audio/recall/ags_stream_channel.h		\
-	src/ags/audio/recall/ags_stream_channel_run.h	\
-	src/ags/audio/recall/ags_stream_recycling.h		\
-	src/ags/audio/recall/ags_volume_audio_signal.h	\
-	src/ags/audio/recall/ags_volume_channel.h		\
-	src/ags/audio/recall/ags_volume_channel_run.h	\
-	src/ags/audio/recall/ags_volume_recycling.h
-
-deprecated_ags_audio_recall_c_sources = \
-	src/ags/audio/recall/ags_amplifier.c			\
-	src/ags/audio/recall/ags_clone_channel.c		\
-	src/ags/audio/recall/ags_clone_channel_run.c		\
-	src/ags/audio/recall/ags_echo.c			\
-	src/ags/audio/recall/ags_loop_channel.c		\
-	src/ags/audio/recall/ags_loop_channel_run.c		\
-	src/ags/audio/recall/ags_play_note.c			\
-	src/ags/audio/recall/ags_stream.c
-
-ags_audio_recall_c_sources = \
-	$(deprecated_ags_audio_recall_c_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.c	\
-	src/ags/audio/recall/ags_buffer_channel.c		\
-	src/ags/audio/recall/ags_buffer_channel_run.c	\
-	src/ags/audio/recall/ags_buffer_recycling.c		\
-	src/ags/audio/recall/ags_copy_audio_signal.c		\
-	src/ags/audio/recall/ags_copy_channel.c		\
-	src/ags/audio/recall/ags_copy_channel_run.c		\
-	src/ags/audio/recall/ags_copy_notation_audio.c	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.c	\
-	src/ags/audio/recall/ags_copy_recycling.c		\
-	src/ags/audio/recall/ags_count_beats_audio.c		\
-	src/ags/audio/recall/ags_count_beats_audio_run.c	\
-	src/ags/audio/recall/ags_delay_audio.c 		\
-	src/ags/audio/recall/ags_delay_audio_run.c		\
-	src/ags/audio/recall/ags_mute_audio.c		\
-	src/ags/audio/recall/ags_mute_audio_signal.c		\
-	src/ags/audio/recall/ags_mute_channel.c		\
-	src/ags/audio/recall/ags_mute_channel_run.c		\
-	src/ags/audio/recall/ags_mute_recycling.c		\
-	src/ags/audio/recall/ags_peak_channel.c		\
-	src/ags/audio/recall/ags_peak_channel_run.c		\
-	src/ags/audio/recall/ags_play_audio_file.c		\
-	src/ags/audio/recall/ags_play_audio.c		\
-	src/ags/audio/recall/ags_play_audio_signal.c		\
-	src/ags/audio/recall/ags_play_channel.c		\
-	src/ags/audio/recall/ags_play_channel_run.c		\
-	src/ags/audio/recall/ags_play_channel_run_master.c	\
-	src/ags/audio/recall/ags_play_notation_audio.c	\
-	src/ags/audio/recall/ags_play_notation_audio_run.c	\
-	src/ags/audio/recall/ags_play_pattern.c		\
-	src/ags/audio/recall/ags_play_recycling.c		\
-	src/ags/audio/recall/ags_stream_audio_signal.c	\
-	src/ags/audio/recall/ags_stream_channel.c		\
-	src/ags/audio/recall/ags_stream_channel_run.c	\
-	src/ags/audio/recall/ags_stream_recycling.c		\
-	src/ags/audio/recall/ags_volume_audio_signal.c	\
-	src/ags/audio/recall/ags_volume_channel.c		\
-	src/ags/audio/recall/ags_volume_channel_run.c	\
-	src/ags/audio/recall/ags_volume_recycling.c
-
-deprecated_ags_task_h_sources = \
-	src/ags/audio/task/ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	src/ags/audio/task/ags_add_audio.h		\
-	src/ags/audio/task/ags_add_audio_signal.h	\
-	src/ags/audio/task/ags_add_note.h		\
-	src/ags/audio/task/ags_add_recall_container.h \
-	src/ags/audio/task/ags_add_recall.h	\
-	src/ags/audio/task/ags_append_audio.h	\
+ags_CFLAGS = $(CFLAGS) $(UUID_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBAO_CFLAGS) $(LIBXML2_CFLAGS) $(OPENSSL_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS) $(XMLRPC_CFLAGS) $(XMLRPC_UTIL_CFLAGS) $(XMLRPC_SERVER_ABYSS_CFLAGS) $(XMLRPC_SERVER_CGI_CFLAGS) $(XMLRPC_SERVER_CFLAGS) $(PTH_FLAGS)
+ags_LDFLAGS = -ldl $(LDFLAGS) $(UUID_LIBS) $(LIBASOUND2_LIBS) $(LIBAO_LIBS) $(LIBXML2_LIBS) $(OPENSSL_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS) $(XMLRPC_LIBS) $(XMLRPC_UTIL_LIBS) $(XMLRPC_SERVER_ABYSS_LIBS) $(XMLRPC_SERVER_CGI_LIBS) $(XMLRPC_SERVER_LIBS) -lm -lrt -lX11 -pthread
+ags_LDADD = libags.a
+ags_SOURCES = src/ags/lib/ags_combo_box_text.c src/ags/lib/ags_list.c \
+	src/ags/lib/ags_container.c src/ags/lib/ags_parameter.h \
+	src/ags/lib/ags_list.h src/ags/lib/ags_log.c \
+	src/ags/lib/ags_container.h src/ags/lib/ags_combo_box_text.h \
+	src/ags/lib/ags_log.h src/ags/lib/ags_parameter.c \
+	src/ags/X/editor/ags_notebook_callbacks.c \
+	src/ags/X/editor/ags_meter.h src/ags/X/editor/ags_toolbar.h \
+	src/ags/X/editor/ags_machine_radio_button.h \
+	src/ags/X/editor/ags_file_selection_callbacks.h \
+	src/ags/X/editor/ags_notebook_callbacks.h \
+	src/ags/X/editor/ags_note_edit.h \
+	src/ags/X/editor/ags_meter_callbacks.c \
+	src/ags/X/editor/ags_notebook.h \
+	src/ags/X/editor/ags_sf2_chooser.h \
+	src/ags/X/editor/ags_toolbar_mode_stock.h \
+	src/ags/X/editor/ags_meter_callbacks.h \
+	src/ags/X/editor/ags_toolbar_callbacks.c \
+	src/ags/X/editor/ags_machine_selector.c \
+	src/ags/X/editor/ags_machine_selector_callbacks.c \
+	src/ags/X/editor/ags_machine_radio_button.c \
+	src/ags/X/editor/ags_sf2_chooser.c \
+	src/ags/X/editor/ags_machine_selector_callbacks.h \
+	src/ags/X/editor/ags_sf2_chooser_callbacks.c \
+	src/ags/X/editor/ags_notebook.c \
+	src/ags/X/editor/ags_note_edit_callbacks.c \
+	src/ags/X/editor/ags_file_selection_callbacks.c \
+	src/ags/X/editor/ags_machine_selection.c \
+	src/ags/X/editor/ags_inline_player_callbacks.h \
+	src/ags/X/editor/ags_inline_player.c \
+	src/ags/X/editor/ags_meter.c \
+	src/ags/X/editor/ags_file_selection.h \
+	src/ags/X/editor/ags_inline_player.h \
+	src/ags/X/editor/ags_sf2_chooser_callbacks.h \
+	src/ags/X/editor/ags_file_selection.c \
+	src/ags/X/editor/ags_machine_selector.h \
+	src/ags/X/editor/ags_note_edit_callbacks.h \
+	src/ags/X/editor/ags_note_edit.c \
+	src/ags/X/editor/ags_inline_player_callbacks.c \
+	src/ags/X/editor/ags_toolbar_callbacks.h \
+	src/ags/X/editor/ags_machine_selection.h \
+	src/ags/X/editor/ags_toolbar.c src/ags/X/ags_line_callbacks.h \
+	src/ags/X/ags_plugin_preferences.c src/ags/X/ags_link_editor.c \
+	src/ags/X/ags_pad_callbacks.h \
+	src/ags/X/ags_machine_callbacks.c \
+	src/ags/X/ags_server_preferences_callbacks.h \
+	src/ags/X/ags_listing_editor_callbacks.c \
+	src/ags/X/ags_link_collection_editor_callbacks.c \
+	src/ags/X/ags_generic_preferences_callbacks.c \
+	src/ags/X/ags_property_collection_editor_callbacks.c \
+	src/ags/X/ags_property_collection_editor.h \
+	src/ags/X/ags_resize_editor.h src/ags/X/ags_property_editor.h \
+	src/ags/X/ags_window_callbacks.h \
+	src/ags/X/ags_property_editor_callbacks.c \
+	src/ags/X/machine/ags_synth_callbacks.h \
+	src/ags/X/machine/ags_synth.c src/ags/X/machine/ags_mixer.c \
+	src/ags/X/machine/ags_matrix_callbacks.c \
+	src/ags/X/machine/ags_panel_input_line.c \
+	src/ags/X/machine/ags_synth_input_line.c \
+	src/ags/X/machine/ags_drum_callbacks.h \
+	src/ags/X/machine/ags_mixer_callbacks.c \
+	src/ags/X/machine/ags_synth_callbacks.c \
+	src/ags/X/machine/ags_ffplayer_callbacks.h \
+	src/ags/X/machine/ags_drum_input_line.h \
+	src/ags/X/machine/ags_matrix.h \
+	src/ags/X/machine/ags_mixer_input_line.c \
+	src/ags/X/machine/ags_oscillator.c \
+	src/ags/X/machine/ags_oscillator.h \
+	src/ags/X/machine/ags_oscillator_callbacks.h \
+	src/ags/X/machine/ags_mixer.h \
+	src/ags/X/machine/ags_panel_input_pad.h \
+	src/ags/X/machine/ags_panel_input_pad.c \
+	src/ags/X/machine/ags_matrix.c src/ags/X/machine/ags_panel.h \
+	src/ags/X/machine/ags_drum_output_line_callbacks.c \
+	src/ags/X/machine/ags_ffplayer.h \
+	src/ags/X/machine/ags_panel_callbacks.c \
+	src/ags/X/machine/ags_mixer_input_pad.c \
+	src/ags/X/machine/ags_panel.c src/ags/X/machine/ags_drum.c \
+	src/ags/X/machine/ags_matrix_callbacks.h \
+	src/ags/X/machine/ags_drum_output_line.h \
+	src/ags/X/machine/ags_drum_output_pad.h \
+	src/ags/X/machine/ags_synth_input_pad.h \
+	src/ags/X/machine/ags_panel_callbacks.h \
+	src/ags/X/machine/ags_ffplayer.c \
+	src/ags/X/machine/ags_drum_output_line_callbacks.h \
+	src/ags/X/machine/ags_drum_output_pad_callbacks.c \
+	src/ags/X/machine/ags_drum_output_pad_callbacks.h \
+	src/ags/X/machine/ags_drum_input_pad_callbacks.h \
+	src/ags/X/machine/ags_oscillator_callbacks.c \
+	src/ags/X/machine/ags_drum_callbacks.c \
+	src/ags/X/machine/ags_synth_input_line.h \
+	src/ags/X/machine/ags_drum_input_pad_callbacks.c \
+	src/ags/X/machine/ags_drum_input_pad.c \
+	src/ags/X/machine/ags_panel_input_line.h \
+	src/ags/X/machine/ags_drum_input_line_callbacks.h \
+	src/ags/X/machine/ags_drum_output_line.c \
+	src/ags/X/machine/ags_mixer_callbacks.h \
+	src/ags/X/machine/ags_synth.h \
+	src/ags/X/machine/ags_mixer_input_line.h \
+	src/ags/X/machine/ags_drum.h \
+	src/ags/X/machine/ags_drum_input_line.c \
+	src/ags/X/machine/ags_ffplayer_callbacks.c \
+	src/ags/X/machine/ags_drum_output_pad.c \
+	src/ags/X/machine/ags_drum_input_pad.h \
+	src/ags/X/machine/ags_drum_input_line_callbacks.c \
+	src/ags/X/machine/ags_mixer_input_pad.h \
+	src/ags/X/machine/ags_synth_input_pad.c \
+	src/ags/X/ags_server_preferences.h \
+	src/ags/X/ags_line_editor_callbacks.h \
+	src/ags/X/ags_pad_editor_callbacks.c \
+	src/ags/X/ags_listing_editor_callbacks.h \
+	src/ags/X/ags_line_member_callbacks.c src/ags/X/ags_editor.h \
+	src/ags/X/ags_machine_editor.h \
+	src/ags/X/ags_plugin_preferences_callbacks.h \
+	src/ags/X/ags_export_window_callbacks.h \
+	src/ags/X/ags_editor_callbacks.c src/ags/X/ags_pad_editor.h \
+	src/ags/X/ags_server_preferences.c src/ags/X/ags_line_editor.c \
+	src/ags/X/ags_ladspa_browser.h \
+	src/ags/X/ags_audio_preferences.c src/ags/X/ags_pad.c \
+	src/ags/X/ags_line.c src/ags/X/ags_menu_bar_callbacks.c \
+	src/ags/X/ags_generic_preferences_callbacks.h \
+	src/ags/X/ags_pad.h \
+	src/ags/X/ags_audio_preferences_callbacks.h \
+	src/ags/X/ags_generic_preferences.c src/ags/X/ags_window.c \
+	src/ags/X/ags_machine_editor_callbacks.h \
+	src/ags/X/ags_editor_callbacks.h \
+	src/ags/X/ags_menu_bar_callbacks.h \
+	src/ags/X/ags_line_member_editor.h \
+	src/ags/X/ags_property_collection_editor_callbacks.h \
+	src/ags/X/ags_line_editor_callbacks.c \
+	src/ags/X/ags_property_editor.c \
+	src/ags/X/ags_link_editor_callbacks.c \
+	src/ags/X/ags_server_preferences_callbacks.c \
+	src/ags/X/ags_pad_callbacks.c src/ags/X/ags_line_member.h \
+	src/ags/X/ags_audio_preferences_callbacks.c \
+	src/ags/X/ags_performance_preferences.h \
+	src/ags/X/ags_property_collection_editor.c \
+	src/ags/X/ags_performance_preferences_callbacks.h \
+	src/ags/X/ags_line.h src/ags/X/ags_machine.c \
+	src/ags/X/ags_preferences_callbacks.c \
+	src/ags/X/ags_export_window.c src/ags/X/ags_menu_bar.c \
+	src/ags/X/ags_plugin_preferences_callbacks.c \
+	src/ags/X/ags_line_member_callbacks.h \
+	src/ags/X/ags_preferences.c src/ags/X/ags_export_window.h \
+	src/ags/X/ags_pad_editor_callbacks.h src/ags/X/ags_window.h \
+	src/ags/X/ags_machine_callbacks.h src/ags/X/ags_machine.h \
+	src/ags/X/ags_line_callbacks.c \
+	src/ags/X/ags_link_editor_callbacks.h \
+	src/ags/X/ags_navigation_callbacks.h \
+	src/ags/X/ags_pad_editor.c src/ags/X/ags_ladspa_browser.c \
+	src/ags/X/ags_editor.c src/ags/X/ags_resize_editor.c \
+	src/ags/X/ags_property_listing_editor.c \
+	src/ags/X/ags_property_editor_callbacks.h \
+	src/ags/X/ags_line_member_editor_callbacks.h \
+	src/ags/X/ags_window_callbacks.c \
+	src/ags/X/ags_audio_preferences.h \
+	src/ags/X/ags_navigation_callbacks.c \
+	src/ags/X/ags_plugin_preferences.h \
+	src/ags/X/ags_performance_preferences_callbacks.c \
+	src/ags/X/ags_line_member.c src/ags/X/ags_preferences.h \
+	src/ags/X/ags_generic_preferences.h src/ags/X/ags_navigation.h \
+	src/ags/X/ags_listing_editor.h \
+	src/ags/X/ags_performance_preferences.c \
+	src/ags/X/ags_link_editor.h \
+	src/ags/X/ags_ladspa_browser_callbacks.c \
+	src/ags/X/ags_link_collection_editor.c \
+	src/ags/X/ags_preferences_callbacks.h \
+	src/ags/X/ags_machine_editor_callbacks.c \
+	src/ags/X/ags_menu_bar.h \
+	src/ags/X/ags_export_window_callbacks.c \
+	src/ags/X/ags_line_member_editor_callbacks.c \
+	src/ags/X/ags_link_collection_editor.h \
+	src/ags/X/ags_link_collection_editor_callbacks.h \
+	src/ags/X/ags_property_listing_editor.h \
+	src/ags/X/ags_navigation.c src/ags/X/ags_machine_editor.c \
+	src/ags/X/ags_line_member_editor.c \
+	src/ags/X/ags_ladspa_browser_callbacks.h \
+	src/ags/X/ags_line_editor.h src/ags/X/ags_listing_editor.c \
+	src/ags/object/ags_applicable.c src/ags/object/ags_seekable.h \
+	src/ags/object/ags_packable.c src/ags/object/ags_persistable.h \
+	src/ags/object/ags_packable.h src/ags/object/ags_applicable.h \
+	src/ags/object/ags_main_loop.c src/ags/object/ags_soundcard.c \
+	src/ags/object/ags_marshal.c src/ags/object/ags_mutable.h \
+	src/ags/object/ags_plugin.h src/ags/object/ags_stackable.h \
+	src/ags/object/ags_runnable.c src/ags/object/ags_tactable.h \
+	src/ags/object/ags_mutable.c src/ags/object/ags_runnable.h \
+	src/ags/object/ags_effect.c src/ags/object/ags_playable.c \
+	src/ags/object/ags_dynamic_connectable.c \
+	src/ags/object/ags_seekable.c src/ags/object/ags_countable.c \
+	src/ags/object/ags_plugin.c src/ags/object/ags_tree_iterator.h \
+	src/ags/object/ags_playable.h src/ags/object/ags_effect.h \
+	src/ags/object/ags_soundcard.h src/ags/object/ags_countable.h \
+	src/ags/object/ags_marshal.h src/ags/object/ags_portlet.h \
+	src/ags/object/ags_dynamic_connectable.h \
+	src/ags/object/ags_tactable.c \
+	src/ags/object/ags_tree_iterator.c \
+	src/ags/object/ags_persistable.c \
+	src/ags/object/ags_main_loop.h src/ags/object/ags_stackable.c \
+	src/ags/object/ags_portlet.c src/ags/util/ags_id_generator.c \
+	src/ags/util/ags_id_generator.h src/ags/widget/ags_led.h \
+	src/ags/widget/ags_expander_set.c \
+	src/ags/widget/ags_expander_set.h src/ags/widget/ags_menu.c \
+	src/ags/widget/ags_hindicator.h src/ags/widget/ags_menu.h \
+	src/ags/widget/ags_timebar.c src/ags/widget/ags_dial.c \
+	src/ags/widget/ags_ruler.h src/ags/widget/ags_dial.h \
+	src/ags/widget/ags_segment.c src/ags/widget/ags_htimebar.c \
+	src/ags/widget/ags_option_menu.h \
+	src/ags/widget/ags_indicator.c src/ags/widget/ags_htimebar.h \
+	src/ags/widget/ags_option_menu.c src/ags/widget/ags_expander.h \
+	src/ags/widget/ags_menu_item.h src/ags/widget/ags_hindicator.c \
+	src/ags/widget/ags_cartesian.h src/ags/widget/ags_indicator.h \
+	src/ags/widget/ags_cartesian.c src/ags/widget/ags_menu_item.c \
+	src/ags/widget/ags_waveform.c src/ags/widget/ags_ruler.c \
+	src/ags/widget/ags_expander.c src/ags/widget/ags_vindicator.c \
+	src/ags/widget/ags_timebar.h src/ags/widget/ags_led.c \
+	src/ags/widget/ags_waveform.h src/ags/widget/ags_table.c \
+	src/ags/widget/ags_table.h src/ags/widget/ags_vindicator.h \
+	src/ags/widget/ags_segment.h src/ags/main.c \
+	src/ags/audio/task/ags_export_output.h \
+	src/ags/audio/task/ags_set_output_device.c \
+	src/ags/audio/task/ags_add_audio.h \
+	src/ags/audio/task/ags_set_samplerate.c \
+	src/ags/audio/task/ags_remove_point_from_selection.c \
+	src/ags/audio/task/ags_save_file.h \
+	src/ags/audio/task/ags_set_buffer_size.h \
+	src/ags/audio/task/ags_link_channel.c \
+	src/ags/audio/task/ags_save_file.c \
 	src/ags/audio/task/ags_append_audio_threaded.h \
-	src/ags/audio/task/ags_append_channel.h	\
-	src/ags/audio/task/ags_append_recall.h	\
-	src/ags/audio/task/ags_apply_synth.h	\
-	src/ags/audio/task/ags_audio_set_recycling.h \
-	src/ags/audio/task/ags_cancel_audio.h	\
-	src/ags/audio/task/ags_cancel_channel.h	\
-	src/ags/audio/task/ags_cancel_recall.h	\
-	src/ags/audio/task/ags_channel_set_recycling.h \
-	src/ags/audio/task/ags_export_output.h	\
-	src/ags/audio/task/ags_init_audio.h	\
-	src/ags/audio/task/ags_init_channel.h	\
-	src/ags/audio/task/ags_link_channel.h	\
-	src/ags/audio/task/ags_open_file.h		\
-	src/ags/audio/task/ags_open_single_file.h	\
-	src/ags/audio/task/ags_remove_audio.h	\
-	src/ags/audio/task/ags_remove_audio_signal.h \
-	src/ags/audio/task/ags_remove_note.h	\
-	src/ags/audio/task/ags_remove_recall_container.h \
-	src/ags/audio/task/ags_remove_recall.h	\
-	src/ags/audio/task/ags_remove_region_from_selection.h \
-	src/ags/audio/task/ags_resize_audio.h	\
-	src/ags/audio/task/ags_set_audio_channels.h \
-	src/ags/audio/task/ags_set_buffer_size.h	\
-	src/ags/audio/task/ags_set_devout_play_flags.h \
-	src/ags/audio/task/ags_set_output_device.h	\
-	src/ags/audio/task/ags_set_samplerate.h	\
-	src/ags/audio/task/ags_start_devout.h	\
-	src/ags/audio/task/ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = \
-	src/ags/audio/task/ags_add_point_to_selection.h	\
-	src/ags/audio/task/ags_add_region_to_selection.h	\
-	src/ags/audio/task/ags_add_line_member.h	\
-	src/ags/audio/task/ags_add_bulk_member.h	\
-	src/ags/audio/task/ags_update_bulk_member.h	\
-	src/ags/audio/task/ags_change_indicator.h		\
-	src/ags/audio/task/ags_change_tact.h		\
-	src/ags/audio/task/ags_display_tact.h		\
-	src/ags/audio/task/ags_free_selection.h		\
+	src/ags/audio/task/ags_cancel_channel.h \
+	src/ags/audio/task/ags_apply_synth.h \
+	src/ags/audio/task/ags_append_recall.h \
+	src/ags/audio/task/ags_add_audio_signal.c \
+	src/ags/audio/task/ags_unref_audio_signal.c \
+	src/ags/audio/task/ags_remove_region_from_selection.c \
+	src/ags/audio/task/ags_change_indicator.h \
 	src/ags/audio/task/ags_remove_point_from_selection.h \
-	src/ags/audio/task/ags_save_file.h			\
-	src/ags/audio/task/ags_scroll_on_play.h		\
-	src/ags/audio/task/ags_toggle_led.h		\
-	src/ags/audio/task/ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	src/ags/audio/task/ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	src/ags/audio/task/ags_add_audio.c		\
-	src/ags/audio/task/ags_add_audio_signal.c	\
-	src/ags/audio/task/ags_add_note.c		\
+	src/ags/audio/task/ags_set_audio_channels.h \
+	src/ags/audio/task/ags_scroll_on_play.h \
+	src/ags/audio/task/ags_remove_audio.h \
+	src/ags/audio/task/ags_remove_recall_container.c \
+	src/ags/audio/task/ags_remove_recall.c \
+	src/ags/audio/task/ags_append_recall.c \
+	src/ags/audio/task/ags_free_selection.h \
 	src/ags/audio/task/ags_add_recall_container.c \
-	src/ags/audio/task/ags_add_recall.c	\
-	src/ags/audio/task/ags_append_audio.c	\
-	src/ags/audio/task/ags_append_audio_threaded.c \
-	src/ags/audio/task/ags_append_channel.c	\
-	src/ags/audio/task/ags_append_recall.c	\
-	src/ags/audio/task/ags_apply_synth.c	\
-	src/ags/audio/task/ags_audio_set_recycling.c \
-	src/ags/audio/task/ags_cancel_audio.c	\
-	src/ags/audio/task/ags_cancel_channel.c	\
-	src/ags/audio/task/ags_cancel_recall.c	\
+	src/ags/audio/task/ags_add_recall.c \
+	src/ags/audio/task/ags_export_output.c \
+	src/ags/audio/task/ags_init_channel.h \
+	src/ags/audio/task/ags_remove_note.c \
+	src/ags/audio/task/ags_apply_wavetable.h \
+	src/ags/audio/task/ags_add_audio_signal.h \
+	src/ags/audio/task/ags_cancel_recall.h \
+	src/ags/audio/task/ags_set_audio_channels.c \
+	src/ags/audio/task/ags_cancel_audio.c \
+	src/ags/audio/task/ags_unref_audio_signal.h \
+	src/ags/audio/task/ags_add_region_to_selection.c \
+	src/ags/audio/task/ags_change_tact.h \
+	src/ags/audio/task/ags_init_audio.c \
 	src/ags/audio/task/ags_channel_set_recycling.c \
-	src/ags/audio/task/ags_export_output.c	\
-	src/ags/audio/task/ags_init_audio.c	\
-	src/ags/audio/task/ags_init_channel.c	\
-	src/ags/audio/task/ags_link_channel.c	\
-	src/ags/audio/task/ags_open_file.c		\
-	src/ags/audio/task/ags_open_single_file.c	\
-	src/ags/audio/task/ags_remove_audio.c	\
+	src/ags/audio/task/ags_display_tact.c \
+	src/ags/audio/task/ags_add_point_to_selection.h \
+	src/ags/audio/task/ags_toggle_pattern_bit.h \
+	src/ags/audio/task/ags_append_channel.c \
+	src/ags/audio/task/ags_change_indicator.c \
+	src/ags/audio/task/ags_add_note.c \
+	src/ags/audio/task/ags_channel_set_recycling.h \
+	src/ags/audio/task/ags_cancel_audio.h \
+	src/ags/audio/task/recall/ags_set_muted.c \
+	src/ags/audio/task/recall/ags_set_muted.h \
+	src/ags/audio/task/recall/ags_apply_sequencer_length.c \
+	src/ags/audio/task/recall/ags_apply_bpm.h \
+	src/ags/audio/task/recall/ags_apply_tact.c \
+	src/ags/audio/task/recall/ags_apply_bpm.c \
+	src/ags/audio/task/recall/ags_apply_sequencer_length.h \
+	src/ags/audio/task/recall/ags_apply_tact.h \
+	src/ags/audio/task/ags_remove_region_from_selection.h \
+	src/ags/audio/task/ags_cancel_channel.c \
+	src/ags/audio/task/ags_add_recall_container.h \
+	src/ags/audio/task/ags_add_recall.h \
+	src/ags/audio/task/ags_add_note.h \
+	src/ags/audio/task/ags_start_devout.c \
+	src/ags/audio/task/ags_append_audio_threaded.c \
+	src/ags/audio/task/ags_append_audio.c \
+	src/ags/audio/task/ags_init_channel.c \
+	src/ags/audio/task/ags_remove_audio_signal.h \
+	src/ags/audio/task/ags_toggle_led.c \
+	src/ags/audio/task/ags_set_buffer_size.c \
+	src/ags/audio/task/ags_add_region_to_selection.h \
+	src/ags/audio/task/ags_audio_set_recycling.h \
+	src/ags/audio/task/ags_toggle_led.h \
+	src/ags/audio/task/ags_resize_audio.h \
+	src/ags/audio/task/ags_free_selection.c \
+	src/ags/audio/task/ags_add_audio.c \
+	src/ags/audio/task/ags_set_samplerate.h \
+	src/ags/audio/task/ags_apply_synth.c \
+	src/ags/audio/task/ags_open_single_file.h \
+	src/ags/audio/task/ags_remove_audio.c \
+	src/ags/audio/task/ags_cancel_recall.c \
+	src/ags/audio/task/ags_init_audio.h \
+	src/ags/audio/task/ags_remove_note.h \
 	src/ags/audio/task/ags_remove_audio_signal.c \
-	src/ags/audio/task/ags_remove_note.c	\
-	src/ags/audio/task/ags_remove_recall_container.c \
-	src/ags/audio/task/ags_remove_recall.c	\
-	src/ags/audio/task/ags_remove_region_from_selection.c \
-	src/ags/audio/task/ags_resize_audio.c	\
-	src/ags/audio/task/ags_set_audio_channels.c \
-	src/ags/audio/task/ags_set_buffer_size.c	\
+	src/ags/audio/task/ags_audio_set_recycling.c \
+	src/ags/audio/task/ags_add_point_to_selection.c \
+	src/ags/audio/task/ags_scroll_on_play.c \
 	src/ags/audio/task/ags_set_devout_play_flags.c \
-	src/ags/audio/task/ags_set_output_device.c	\
-	src/ags/audio/task/ags_set_samplerate.c	\
-	src/ags/audio/task/ags_start_devout.c	\
-	src/ags/audio/task/ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = \
-	src/ags/audio/task/ags_add_line_member.c	\
-	src/ags/audio/task/ags_add_bulk_member.c	\
-	src/ags/audio/task/ags_update_bulk_member.c	\
-	src/ags/audio/task/ags_add_point_to_selection.c	\
-	src/ags/audio/task/ags_add_region_to_selection.c	\
-	src/ags/audio/task/ags_change_indicator.c		\
-	src/ags/audio/task/ags_change_tact.c		\
-	src/ags/audio/task/ags_display_tact.c		\
-	src/ags/audio/task/ags_free_selection.c		\
-	src/ags/audio/task/ags_remove_point_from_selection.c \
-	src/ags/audio/task/ags_save_file.c			\
-	src/ags/audio/task/ags_scroll_on_play.c		\
-	src/ags/audio/task/ags_toggle_led.c		\
-	src/ags/audio/task/ags_toggle_pattern_bit.c
-
-deprecated_ags_audio_task_recall_h_sources = 
-ags_audio_task_recall_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.h		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.h \
-	src/ags/audio/task/recall/ags_apply_tact.h	\
-	src/ags/audio/task/recall/ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources = 
-ags_audio_task_recall_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.c		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.c \
-	src/ags/audio/task/recall/ags_apply_tact.c	\
-	src/ags/audio/task/recall/ags_set_muted.c
-
-
-# gsequencer all files
-gsequencer_main_h_sources = \
-	src/ags/main.h
-
-gsequencer_main_c_sources = \
-	src/ags/main.c
-
-deprecated_gsequencer_server_h_sources = 
-gsequencer_server_h_sources = \
-	$(deprecated_gsequencer_server_h_sources) \
-	src/ags/server/ags_server_init.h		\
-	src/ags/server/ags_server_application_context.h	\
-	src/ags/server/ags_service_provider.h 		\
-	src/ags/server/ags_registry.h			\
-	src/ags/server/ags_remote_task.h		\
-	src/ags/server/ags_server.h
-
-deprecated_gsequencer_server_c_sources = 
-gsequencer_server_c_sources = \
-	$(deprecated_gsequencer_server_c_sources) \
-	src/ags/server/ags_server_init.c		\
-	src/ags/server/ags_server_application_context.c	\
-	src/ags/server/ags_service_provider.c 		\
-	src/ags/server/ags_registry.c			\
-	src/ags/server/ags_remote_task.c		\
-	src/ags/server/ags_server.c
-
-deprecated_gsequencer_xorg_h_sources = 
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	src/ags/X/ags_xorg_init.h			\
-	src/ags/X/ags_xorg_application_context.h	\
-	src/ags/X/ags_audio_preferences_callbacks.h	\
-	src/ags/X/ags_audio_preferences.h		\
-	src/ags/X/ags_automation_editor_callbacks.h	\
-	src/ags/X/ags_automation_editor.h		\
-	src/ags/X/ags_editor_callbacks.h		\
-	src/ags/X/ags_editor.h				\
-	src/ags/X/ags_effect_bridge_callbacks.h		\
-	src/ags/X/ags_effect_bridge.h			\
-	src/ags/X/ags_effect_bulk_callbacks.h		\
-	src/ags/X/ags_effect_bulk.h			\
-	src/ags/X/ags_bulk_member_callbacks.h		\
-	src/ags/X/ags_bulk_member.h			\
-	src/ags/X/ags_effect_line_callbacks.h		\
-	src/ags/X/ags_effect_line.h			\
-	src/ags/X/ags_effect_pad_callbacks.h		\
-	src/ags/X/ags_effect_pad.h			\
-	src/ags/X/ags_export_window_callbacks.h		\
-	src/ags/X/ags_export_window.h			\
-	src/ags/X/ags_generic_preferences_callbacks.h	\
-	src/ags/X/ags_generic_preferences.h		\
-	src/ags/X/ags_ladspa_browser_callbacks.h	\
-	src/ags/X/ags_ladspa_browser.h			\
-	src/ags/X/ags_line_callbacks.h 			\
-	src/ags/X/ags_line_editor_callbacks.h		\
-	src/ags/X/ags_line_editor.h			\
-	src/ags/X/ags_line.h				\
-	src/ags/X/ags_line_member_callbacks.h		\
-	src/ags/X/ags_line_member_editor_callbacks.h	\
-	src/ags/X/ags_line_member_editor.h		\
-	src/ags/X/ags_line_member.h			\
-	src/ags/X/ags_link_collection_editor_callbacks.h	\
-	src/ags/X/ags_link_collection_editor.h		\
-	src/ags/X/ags_link_editor_callbacks.h		\
-	src/ags/X/ags_link_editor.h			\
-	src/ags/X/ags_listing_editor_callbacks.h	\
-	src/ags/X/ags_listing_editor.h			\
-	src/ags/X/ags_machine_callbacks.h		\
-	src/ags/X/ags_machine_editor_callbacks.h	\
-	src/ags/X/ags_machine_editor.h			\
-	src/ags/X/ags_machine.h				\
-	src/ags/X/ags_menu_bar_callbacks.h		\
-	src/ags/X/ags_menu_bar.h 			\
-	src/ags/X/ags_navigation_callbacks.h		\
-	src/ags/X/ags_navigation.h			\
-	src/ags/X/ags_pad_callbacks.h			\
-	src/ags/X/ags_pad_editor_callbacks.h 		\
-	src/ags/X/ags_pad_editor.h			\
-	src/ags/X/ags_pad.h				\
-	src/ags/X/ags_performance_preferences_callbacks.h	\
-	src/ags/X/ags_performance_preferences.h		\
-	src/ags/X/ags_plugin_preferences_callbacks.h	\
-	src/ags/X/ags_plugin_preferences.h		\
-	src/ags/X/ags_preferences_callbacks.h		\
-	src/ags/X/ags_preferences.h			\
-	src/ags/X/ags_property_collection_editor_callbacks.h \
-	src/ags/X/ags_property_collection_editor.h	\
-	src/ags/X/ags_property_editor_callbacks.h	\
-	src/ags/X/ags_property_editor.h			\
-	src/ags/X/ags_property_listing_editor.h		\
-	src/ags/X/ags_resize_editor.h			\
-	src/ags/X/ags_server_preferences_callbacks.h	\
-	src/ags/X/ags_server_preferences.h		\
-	src/ags/X/ags_window_callbacks.h		\
-	src/ags/X/ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) 	\
-	src/ags/X/ags_xorg_init.c			\
-	src/ags/X/ags_xorg_application_context.c	\
-	src/ags/X/ags_audio_preferences_callbacks.c	\
-	src/ags/X/ags_audio_preferences.c		\
-	src/ags/X/ags_automation_editor_callbacks.c	\
-	src/ags/X/ags_automation_editor.c		\
-	src/ags/X/ags_editor_callbacks.c		\
-	src/ags/X/ags_editor.c				\
-	src/ags/X/ags_effect_bridge_callbacks.c		\
-	src/ags/X/ags_effect_bridge.c			\
-	src/ags/X/ags_effect_bulk_callbacks.c		\
-	src/ags/X/ags_effect_bulk.c			\
-	src/ags/X/ags_bulk_member.c			\
-	src/ags/X/ags_bulk_member_callbacks.c		\
-	src/ags/X/ags_effect_line_callbacks.c		\
-	src/ags/X/ags_effect_line.c			\
-	src/ags/X/ags_effect_pad_callbacks.c		\
-	src/ags/X/ags_effect_pad.c			\
-	src/ags/X/ags_export_window_callbacks.c		\
-	src/ags/X/ags_export_window.c			\
-	src/ags/X/ags_generic_preferences_callbacks.c	\
-	src/ags/X/ags_generic_preferences.c		\
-	src/ags/X/ags_ladspa_browser_callbacks.c	\
-	src/ags/X/ags_ladspa_browser.c			\
-	src/ags/X/ags_line_callbacks.c 			\
-	src/ags/X/ags_line_editor_callbacks.c		\
-	src/ags/X/ags_line_editor.c			\
-	src/ags/X/ags_line.c				\
-	src/ags/X/ags_line_member_callbacks.c		\
-	src/ags/X/ags_line_member_editor_callbacks.c	\
-	src/ags/X/ags_line_member_editor.c		\
-	src/ags/X/ags_line_member.c			\
-	src/ags/X/ags_link_collection_editor_callbacks.c	\
-	src/ags/X/ags_link_collection_editor.c		\
-	src/ags/X/ags_link_editor_callbacks.c		\
-	src/ags/X/ags_link_editor.c			\
-	src/ags/X/ags_listing_editor_callbacks.c	\
-	src/ags/X/ags_listing_editor.c			\
-	src/ags/X/ags_machine_callbacks.c		\
-	src/ags/X/ags_machine_editor_callbacks.c	\
-	src/ags/X/ags_machine_editor.c			\
-	src/ags/X/ags_machine.c				\
-	src/ags/X/ags_menu_bar_callbacks.c		\
-	src/ags/X/ags_menu_bar.c 			\
-	src/ags/X/ags_navigation_callbacks.c		\
-	src/ags/X/ags_navigation.c			\
-	src/ags/X/ags_pad_callbacks.c			\
-	src/ags/X/ags_pad_editor_callbacks.c 		\
-	src/ags/X/ags_pad_editor.c			\
-	src/ags/X/ags_pad.c				\
-	src/ags/X/ags_performance_preferences_callbacks.c	\
-	src/ags/X/ags_performance_preferences.c		\
-	src/ags/X/ags_plugin_preferences_callbacks.c	\
-	src/ags/X/ags_plugin_preferences.c		\
-	src/ags/X/ags_preferences_callbacks.c		\
-	src/ags/X/ags_preferences.c			\
-	src/ags/X/ags_property_collection_editor_callbacks.c \
-	src/ags/X/ags_property_collection_editor.c	\
-	src/ags/X/ags_property_editor_callbacks.c	\
-	src/ags/X/ags_property_editor.c			\
-	src/ags/X/ags_property_listing_editor.c		\
-	src/ags/X/ags_resize_editor.c			\
-	src/ags/X/ags_server_preferences_callbacks.c	\
-	src/ags/X/ags_server_preferences.c		\
-	src/ags/X/ags_window_callbacks.c		\
-	src/ags/X/ags_window.c
-
-deprecated_gsequencer_machine_h_sources = 
-gsequencer_machine_h_sources = \
-	$(deprecated_gsequencer_machine_h_sources) \
-	src/ags/X/machine/ags_drum_callbacks.h			\
-	src/ags/X/machine/ags_drum.h				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_line.h			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_pad.h			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_line.h		\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_pad.h			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bridge.h			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.h		\
-	src/ags/X/machine/ags_ffplayer_callbacks.h		\
-	src/ags/X/machine/ags_ffplayer.h			\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_line.h		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_pad.h		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.h		\
-	src/ags/X/machine/ags_ladspa_bridge.h			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.h		\
-	src/ags/X/machine/ags_matrix_bridge.h			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_matrix_bulk_input.h		\
-	src/ags/X/machine/ags_matrix_callbacks.h		\
-	src/ags/X/machine/ags_matrix.h				\
-	src/ags/X/machine/ags_mixer_callbacks.h			\
-	src/ags/X/machine/ags_mixer.h				\
-	src/ags/X/machine/ags_mixer_input_line.h		\
-	src/ags/X/machine/ags_mixer_input_pad.h			\
-	src/ags/X/machine/ags_oscillator_callbacks.h		\
-	src/ags/X/machine/ags_oscillator.h			\
-	src/ags/X/machine/ags_panel_callbacks.h			\
-	src/ags/X/machine/ags_panel.h				\
-	src/ags/X/machine/ags_panel_input_line.h		\
-	src/ags/X/machine/ags_panel_input_pad.h			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.h		\
-	src/ags/X/machine/ags_synth_bridge.h			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.h	\
-	src/ags/X/machine/ags_synth_bulk_output.h		\
-	src/ags/X/machine/ags_synth_callbacks.h			\
-	src/ags/X/machine/ags_synth.h				\
-	src/ags/X/machine/ags_synth_input_line.h		\
-	src/ags/X/machine/ags_synth_input_pad.h			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_line.h		\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_pad.h
-
-deprecated_gsequencer_machine_c_sources = 
-gsequencer_machine_c_sources = \
-	$(deprecated_gsequencer_machine_c_sources) \
-	src/ags/X/machine/ags_drum_callbacks.c			\
-	src/ags/X/machine/ags_drum.c				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_line.c			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_pad.c			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.c	\
-	src/ags/X/machine/ags_drum_output_line.c			\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_output_pad.c			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer_bridge.c			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.c		\
-	src/ags/X/machine/ags_ffplayer_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer.c				\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_line.c		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_pad.c		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ladspa_bridge.c			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.c		\
-	src/ags/X/machine/ags_matrix_bridge.c			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_matrix_bulk_input.c			\
-	src/ags/X/machine/ags_matrix_callbacks.c			\
-	src/ags/X/machine/ags_matrix.c				\
-	src/ags/X/machine/ags_mixer_callbacks.c			\
-	src/ags/X/machine/ags_mixer.c				\
-	src/ags/X/machine/ags_mixer_input_line.c			\
-	src/ags/X/machine/ags_mixer_input_pad.c			\
-	src/ags/X/machine/ags_oscillator_callbacks.c		\
-	src/ags/X/machine/ags_oscillator.c			\
-	src/ags/X/machine/ags_panel_callbacks.c			\
-	src/ags/X/machine/ags_panel.c				\
-	src/ags/X/machine/ags_panel_input_line.c			\
-	src/ags/X/machine/ags_panel_input_pad.c			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.c		\
-	src/ags/X/machine/ags_synth_bridge.c			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.c	\
-	src/ags/X/machine/ags_synth_bulk_output.c			\
-	src/ags/X/machine/ags_synth_callbacks.c			\
-	src/ags/X/machine/ags_synth.c				\
-	src/ags/X/machine/ags_synth_input_line.c			\
-	src/ags/X/machine/ags_synth_input_pad.c			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_line.c			\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_pad.c
-
-deprecated_gsequencer_editor_h_sources = 
-gsequencer_editor_h_sources = \
-	$(deprecated_gsequencer_editor_h_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.h		\
-	src/ags/X/editor/ags_automation_area.h			\
-	src/ags/X/editor/ags_automation_edit_callbacks.h		\
-	src/ags/X/editor/ags_automation_edit.h			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.h	\
-	src/ags/X/editor/ags_automation_toolbar.h		\
-	src/ags/X/editor/ags_file_selection_callbacks.h		\
-	src/ags/X/editor/ags_file_selection.h			\
-	src/ags/X/editor/ags_inline_player_callbacks.h		\
-	src/ags/X/editor/ags_inline_player.h			\
-	src/ags/X/editor/ags_machine_radio_button.h		\
-	src/ags/X/editor/ags_machine_selection.h			\
-	src/ags/X/editor/ags_machine_selector_callbacks.h	\
-	src/ags/X/editor/ags_machine_selector.h			\
-	src/ags/X/editor/ags_meter_callbacks.h			\
-	src/ags/X/editor/ags_meter.h				\
-	src/ags/X/editor/ags_notebook_callbacks.h		\
-	src/ags/X/editor/ags_notebook.h				\
-	src/ags/X/editor/ags_note_edit_callbacks.h		\
-	src/ags/X/editor/ags_note_edit.h				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.h		\
-	src/ags/X/editor/ags_pattern_edit.h			\
-	src/ags/X/editor/ags_port_selection_callbacks.h		\
-	src/ags/X/editor/ags_port_selection.h			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.h		\
-	src/ags/X/editor/ags_sf2_chooser.h			\
-	src/ags/X/editor/ags_soundset_callbacks.h		\
-	src/ags/X/editor/ags_soundset.h				\
-	src/ags/X/editor/ags_toolbar_callbacks.h			\
-	src/ags/X/editor/ags_toolbar.h				\
-	src/ags/X/editor/ags_toolbar_mode_stock.h
-
-deprecated_gsequencer_editor_c_sources = 
-gsequencer_editor_c_sources = \
-	$(deprecated_gsequencer_editor_c_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.c		\
-	src/ags/X/editor/ags_automation_area.c			\
-	src/ags/X/editor/ags_automation_edit_callbacks.c		\
-	src/ags/X/editor/ags_automation_edit.c			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.c	\
-	src/ags/X/editor/ags_automation_toolbar.c		\
-	src/ags/X/editor/ags_file_selection_callbacks.c		\
-	src/ags/X/editor/ags_file_selection.c			\
-	src/ags/X/editor/ags_inline_player_callbacks.c		\
-	src/ags/X/editor/ags_inline_player.c			\
-	src/ags/X/editor/ags_machine_radio_button.c		\
-	src/ags/X/editor/ags_machine_selection.c			\
-	src/ags/X/editor/ags_machine_selector_callbacks.c	\
-	src/ags/X/editor/ags_machine_selector.c			\
-	src/ags/X/editor/ags_meter_callbacks.c			\
-	src/ags/X/editor/ags_meter.c				\
-	src/ags/X/editor/ags_notebook_callbacks.c		\
-	src/ags/X/editor/ags_notebook.c				\
-	src/ags/X/editor/ags_note_edit_callbacks.c		\
-	src/ags/X/editor/ags_note_edit.c				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.c		\
-	src/ags/X/editor/ags_pattern_edit.c			\
-	src/ags/X/editor/ags_port_selection_callbacks.c		\
-	src/ags/X/editor/ags_port_selection.c			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.c		\
-	src/ags/X/editor/ags_sf2_chooser.c			\
-	src/ags/X/editor/ags_soundset_callbacks.c		\
-	src/ags/X/editor/ags_soundset.c				\
-	src/ags/X/editor/ags_toolbar_callbacks.c			\
-	src/ags/X/editor/ags_toolbar.c
-
-deprecated_gsequencer_file_h_sources = 
-gsequencer_file_h_sources = \
-	$(deprecated_gsequencer_file_h_sources) \
-	src/ags/file/ags_file_gui.h			\
-	src/ags/file/ags_file.h			\
-	src/ags/file/ags_file_id_ref.h		\
-	src/ags/file/ags_file_launch.h		\
-	src/ags/file/ags_file_link.h			\
-	src/ags/file/ags_file_lookup.h		\
-	src/ags/file/ags_file_read.h			\
-	src/ags/file/ags_file_sound.h		\
-	src/ags/file/ags_file_stock.h		\
-	src/ags/file/ags_file_thread.h		\
-	src/ags/file/ags_file_util.h			\
-	src/ags/file/ags_file_value_factory.h	\
-	src/ags/file/ags_file_write.h
-
-deprecated_gsequencer_file_c_sources = 
-gsequencer_file_c_sources = \
-	$(deprecated_gsequencer_file_c_sources) \
-	src/ags/file/ags_file_gui.c			\
-	src/ags/file/ags_file.c			\
-	src/ags/file/ags_file_id_ref.c		\
-	src/ags/file/ags_file_launch.c		\
-	src/ags/file/ags_file_link.c			\
-	src/ags/file/ags_file_lookup.c		\
-	src/ags/file/ags_file_sound.c		\
-	src/ags/file/ags_file_thread.c		\
-	src/ags/file/ags_file_util.c
-
+	src/ags/audio/task/ags_apply_wavetable.c \
+	src/ags/audio/task/ags_add_line_member.c \
+	src/ags/audio/task/ags_open_file.h \
+	src/ags/audio/task/ags_set_output_device.h \
+	src/ags/audio/task/ags_toggle_pattern_bit.c \
+	src/ags/audio/task/ags_open_file.c \
+	src/ags/audio/task/ags_open_single_file.c \
+	src/ags/audio/task/ags_append_audio.h \
+	src/ags/audio/task/ags_start_devout.h \
+	src/ags/audio/task/ags_display_tact.h \
+	src/ags/audio/task/ags_remove_recall_container.h \
+	src/ags/audio/task/ags_remove_recall.h \
+	src/ags/audio/task/ags_change_tact.c \
+	src/ags/audio/task/ags_append_channel.h \
+	src/ags/audio/task/ags_resize_audio.c \
+	src/ags/audio/task/ags_link_channel.h \
+	src/ags/audio/task/ags_add_line_member.h \
+	src/ags/audio/task/ags_set_devout_play_flags.h \
+	src/ags/audio/ags_devout.c src/ags/audio/ags_recall_channel.h \
+	src/ags/audio/ags_timestamp_factory.h \
+	src/ags/audio/ags_garbage_collector.c \
+	src/ags/audio/ags_garbage_collector.h \
+	src/ags/audio/ags_recall_container.c \
+	src/ags/audio/ags_timestamp.c src/ags/audio/ags_channel_iter.h \
+	src/ags/audio/ags_recall_channel_run.c \
+	src/ags/audio/ags_audio.h src/ags/audio/ags_port.c \
+	src/ags/audio/ags_notation.c \
+	src/ags/audio/ags_recall_dependency.h \
+	src/ags/audio/ags_recycling.c \
+	src/ags/audio/ags_recall_audio_signal.h \
+	src/ags/audio/ags_input.c src/ags/audio/ags_synths.c \
+	src/ags/audio/ags_input.h \
+	src/ags/audio/ags_recycling_container.h \
+	src/ags/audio/ags_recall_id.h src/ags/audio/ags_note.c \
+	src/ags/audio/ags_timestamp_factory.c \
+	src/ags/audio/ags_channel.c src/ags/audio/ags_recall_audio.c \
+	src/ags/audio/ags_audio_signal.c src/ags/audio/ags_output.h \
+	src/ags/audio/ags_libao.c \
+	src/ags/audio/file/ags_ipatch_sf2_reader.c \
+	src/ags/audio/file/ags_audio_file_xml.h \
+	src/ags/audio/file/ags_ipatch.c \
+	src/ags/audio/file/ags_audio_file.c \
+	src/ags/audio/file/ags_sndfile.h \
+	src/ags/audio/file/ags_ipatch.h \
+	src/ags/audio/file/ags_audio_file.h \
+	src/ags/audio/file/ags_ipatch_sf2_reader.h \
+	src/ags/audio/file/ags_audio_file_xml.c \
+	src/ags/audio/file/ags_sndfile.c src/ags/audio/ags_devout.h \
+	src/ags/audio/ags_port.h src/ags/audio/ags_note.h \
+	src/ags/audio/ags_timestamp.h src/ags/audio/ags_notation.h \
+	src/ags/audio/ags_recall_audio_run.c \
+	src/ags/audio/ags_recycling_container.c \
+	src/ags/audio/ags_audio_signal.h \
+	src/ags/audio/ags_recall_recycling.h \
+	src/ags/audio/recall/ags_mute_audio.h \
+	src/ags/audio/recall/ags_clone_channel.c \
+	src/ags/audio/recall/ags_copy_channel.c \
+	src/ags/audio/recall/ags_copy_pattern_channel.c \
+	src/ags/audio/recall/ags_copy_recycling.c \
+	src/ags/audio/recall/ags_volume_audio_signal.h \
+	src/ags/audio/recall/ags_play_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio_run.c \
+	src/ags/audio/recall/ags_buffer_audio_signal.c \
+	src/ags/audio/recall/ags_play_channel_run.c \
+	src/ags/audio/recall/ags_stream_channel_run.c \
+	src/ags/audio/recall/ags_copy_notation_audio_run.c \
+	src/ags/audio/recall/ags_mute_channel.c \
+	src/ags/audio/recall/ags_count_beats_audio.h \
+	src/ags/audio/recall/ags_copy_pattern_audio.c \
+	src/ags/audio/recall/ags_copy_pattern_audio_run.c \
+	src/ags/audio/recall/ags_clone_channel_run.h \
+	src/ags/audio/recall/ags_delay_audio.h \
+	src/ags/audio/recall/ags_copy_notation_audio_run.h \
+	src/ags/audio/recall/ags_stream.c \
+	src/ags/audio/recall/ags_play_audio_file.h \
+	src/ags/audio/recall/ags_loop_channel_run.c \
+	src/ags/audio/recall/ags_play_pattern.c \
+	src/ags/audio/recall/ags_stream_channel_run.h \
+	src/ags/audio/recall/ags_amplifier.h \
+	src/ags/audio/recall/ags_echo.c \
+	src/ags/audio/recall/ags_play_note.c \
+	src/ags/audio/recall/ags_buffer_channel.c \
+	src/ags/audio/recall/ags_clone_channel_run.c \
+	src/ags/audio/recall/ags_peak_channel.h \
+	src/ags/audio/recall/ags_play_recycling.h \
+	src/ags/audio/recall/ags_stream_channel.h \
+	src/ags/audio/recall/ags_amplifier.c \
+	src/ags/audio/recall/ags_mute_audio_signal.h \
+	src/ags/audio/recall/ags_copy_notation_audio.c \
+	src/ags/audio/recall/ags_buffer_channel_run.h \
+	src/ags/audio/recall/ags_copy_recycling.h \
+	src/ags/audio/recall/ags_down_mix.h \
+	src/ags/audio/recall/ags_volume_recycling.h \
+	src/ags/audio/recall/ags_volume_channel_run.h \
+	src/ags/audio/recall/ags_stream_channel.c \
+	src/ags/audio/recall/ags_echo.h \
+	src/ags/audio/recall/ags_delay_audio_run.h \
+	src/ags/audio/recall/ags_stream_audio_signal.h \
+	src/ags/audio/recall/ags_mute_recycling.c \
+	src/ags/audio/recall/ags_play_pattern.h \
+	src/ags/audio/recall/ags_delay_audio.c \
+	src/ags/audio/recall/ags_buffer_recycling.c \
+	src/ags/audio/recall/ags_stream_recycling.h \
+	src/ags/audio/recall/ags_play_audio_signal.c \
+	src/ags/audio/recall/ags_play_channel_run_master.h \
+	src/ags/audio/recall/ags_volume_recycling.c \
+	src/ags/audio/recall/ags_loop_channel.c \
+	src/ags/audio/recall/ags_buffer_recycling.h \
+	src/ags/audio/recall/ags_copy_pattern_channel_run.h \
+	src/ags/audio/recall/ags_peak_channel_run.c \
+	src/ags/audio/recall/ags_loop_channel.h \
+	src/ags/audio/recall/ags_play_audio.h \
+	src/ags/audio/recall/ags_copy_audio_signal.c \
+	src/ags/audio/recall/ags_mute_channel_run.h \
+	src/ags/audio/recall/ags_copy_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio.h \
+	src/ags/audio/recall/ags_play_note.h \
+	src/ags/audio/recall/ags_synths.h \
+	src/ags/audio/recall/ags_play_recycling.c \
+	src/ags/audio/recall/ags_mute_channel_run.c \
+	src/ags/audio/recall/ags_buffer_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio_run.h \
+	src/ags/audio/recall/ags_volume_channel_run.c \
+	src/ags/audio/recall/ags_play_channel_run_master.c \
+	src/ags/audio/recall/ags_stream.h \
+	src/ags/audio/recall/ags_copy_pattern_channel.h \
+	src/ags/audio/recall/ags_play_channel_run.h \
+	src/ags/audio/recall/ags_mute_channel.h \
+	src/ags/audio/recall/ags_mute_audio.c \
+	src/ags/audio/recall/ags_volume_channel.h \
+	src/ags/audio/recall/ags_volume_audio_signal.c \
+	src/ags/audio/recall/ags_stream_audio_signal.c \
+	src/ags/audio/recall/ags_count_beats_audio_run.h \
+	src/ags/audio/recall/ags_copy_audio_signal.h \
+	src/ags/audio/recall/ags_copy_channel_run.c \
+	src/ags/audio/recall/ags_delay_audio_run.c \
+	src/ags/audio/recall/ags_mute_audio_signal.c \
+	src/ags/audio/recall/ags_copy_notation_audio.h \
+	src/ags/audio/recall/ags_clone_channel.h \
+	src/ags/audio/recall/ags_buffer_channel_run.c \
+	src/ags/audio/recall/ags_play_audio.c \
+	src/ags/audio/recall/ags_copy_pattern_audio.h \
+	src/ags/audio/recall/ags_count_beats_audio.c \
+	src/ags/audio/recall/ags_play_channel.c \
+	src/ags/audio/recall/ags_count_beats_audio_run.c \
+	src/ags/audio/recall/ags_copy_pattern_audio_run.h \
+	src/ags/audio/recall/ags_stream_recycling.c \
+	src/ags/audio/recall/ags_play_audio_file.c \
+	src/ags/audio/recall/ags_play_notation_audio.c \
+	src/ags/audio/recall/ags_loop_channel_run.h \
+	src/ags/audio/recall/ags_mute_recycling.h \
+	src/ags/audio/recall/ags_peak_channel.c \
+	src/ags/audio/recall/ags_buffer_audio_signal.h \
+	src/ags/audio/recall/ags_peak_channel_run.h \
+	src/ags/audio/recall/ags_volume_channel.c \
+	src/ags/audio/recall/ags_play_audio_signal.h \
+	src/ags/audio/recall/ags_copy_channel_run.h \
+	src/ags/audio/recall/ags_copy_pattern_channel_run.c \
+	src/ags/audio/ags_recall_ladspa.h \
+	src/ags/audio/ags_recall_recycling.c \
+	src/ags/audio/ags_recall.h \
+	src/ags/audio/ags_recall_channel_run.h \
+	src/ags/audio/ags_recall_audio.h src/ags/audio/ags_channel.h \
+	src/ags/audio/ags_pattern.c src/ags/audio/ags_synths.h \
+	src/ags/audio/ags_recall_factory.h \
+	src/ags/audio/ags_recall_audio_signal.c \
+	src/ags/audio/ags_config.h src/ags/audio/ags_effect.h \
+	src/ags/audio/ags_pattern.h src/ags/audio/ags_output.c \
+	src/ags/audio/ags_recall_channel_run_dummy.c \
+	src/ags/audio/ags_recall_dependency.c \
+	src/ags/audio/ags_channel_iter.c \
+	src/ags/audio/ags_recall_channel_run_dummy.h \
+	src/ags/audio/ags_recall.c \
+	src/ags/audio/ags_recall_ladspa_run.h \
+	src/ags/audio/ags_recall_recycling_dummy.h \
+	src/ags/audio/ags_libao.h src/ags/audio/ags_task.h \
+	src/ags/audio/ags_config.c src/ags/audio/ags_recall_channel.c \
+	src/ags/audio/ags_audio.c \
+	src/ags/audio/ags_recall_ladspa_run.c \
+	src/ags/audio/ags_recall_audio_run.h \
+	src/ags/audio/ags_recall_id.c src/ags/audio/ags_task.c \
+	src/ags/audio/ags_recall_ladspa.c \
+	src/ags/audio/ags_recall_factory.c \
+	src/ags/audio/ags_recall_container.h \
+	src/ags/audio/ags_recycling.h \
+	src/ags/audio/ags_recall_recycling_dummy.c \
+	src/ags/file/ags_file_util.h src/ags/file/ags_file_sound.h \
+	src/ags/file/ags_file_thread.h src/ags/file/ags_file_gui.h \
+	src/ags/file/ags_file_lookup.h src/ags/file/ags_file_id_ref.c \
+	src/ags/file/ags_file.h src/ags/file/ags_file_link.c \
+	src/ags/file/ags_file_write.h src/ags/file/ags_file_read.h \
+	src/ags/file/ags_file_id_ref.h src/ags/file/ags_file_sound.c \
+	src/ags/file/ags_file_thread.c src/ags/file/ags_file_util.c \
+	src/ags/file/ags_file_lookup.c src/ags/file/ags_file_launch.c \
+	src/ags/file/ags_file_stock.h src/ags/file/ags_file_gui.c \
+	src/ags/file/ags_file.c src/ags/file/ags_file_launch.h \
+	src/ags/file/ags_file_link.h \
+	src/ags/thread/ags_record_thread.c \
+	src/ags/thread/ags_thread_pool.h \
+	src/ags/thread/ags_timestamp_thread.h \
+	src/ags/thread/ags_task_thread.h \
+	src/ags/thread/ags_audio_loop.h \
+	src/ags/thread/ags_gui_task_thread.h \
+	src/ags/thread/ags_recycling_thread.h \
+	src/ags/thread/ags_autosave_thread.h \
+	src/ags/thread/ags_returnable_thread.c \
+	src/ags/thread/ags_autosave_thread.c \
+	src/ags/thread/ags_export_thread.h \
+	src/ags/thread/ags_history.h \
+	src/ags/thread/ags_iterator_thread.h \
+	src/ags/thread/ags_devout_thread.c \
+	src/ags/thread/ags_thread_pool.c \
+	src/ags/thread/ags_gui_task_thread.c \
+	src/ags/thread/ags_gui_thread.h \
+	src/ags/thread/ags_task_thread.c \
+	src/ags/thread/ags_timestamp_thread.c \
+	src/ags/thread/ags_thread-posix.h \
+	src/ags/thread/ags_async_queue.h \
+	src/ags/thread/ags_record_thread.h \
+	src/ags/thread/ags_recycling_thread_callbacks.c \
+	src/ags/thread/ags_recycling_thread_callbacks.h \
+	src/ags/thread/ags_iterator_thread.c \
+	src/ags/thread/ags_async_queue.c \
+	src/ags/thread/ags_export_thread.c \
+	src/ags/thread/ags_audio_loop.c \
+	src/ags/thread/ags_returnable_thread.h \
+	src/ags/thread/ags_recycling_thread.c \
+	src/ags/thread/ags_devout_thread.h \
+	src/ags/thread/ags_single_thread.h \
+	src/ags/thread/ags_thread-posix.c src/ags/thread/ags_history.c \
+	src/ags/thread/ags_gui_thread.c \
+	src/ags/thread/ags_single_thread.c \
+	src/ags/server/ags_registry.c src/ags/server/ags_registry.h \
+	src/ags/server/ags_server.h src/ags/server/ags_remote_task.h \
+	src/ags/server/ags_remote_task.c src/ags/server/ags_server.c \
+	src/ags/plugin/ags_plugin_stock.h \
+	src/ags/plugin/ags_plugin_factory.h \
+	src/ags/plugin/ags_ladspa_manager.h \
+	src/ags/plugin/ags_plugin_factory.c \
+	src/ags/plugin/ags_ladspa_manager.c src/ags/main.h
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
+.SUFFIXES: .c .o .obj
 am--refresh: Makefile
 	@:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
@@ -1828,21 +1260,6 @@ libags.a: $(libags_a_OBJECTS) $(libags_a_DEPENDENCIES) $(EXTRA_libags_a_DEPENDEN
 	$(AM_V_at)-rm -f libags.a
 	$(AM_V_AR)$(libags_a_AR) libags.a $(libags_a_OBJECTS) $(libags_a_LIBADD)
 	$(AM_V_at)$(RANLIB) libags.a
-
-libags_audio.a: $(libags_audio_a_OBJECTS) $(libags_audio_a_DEPENDENCIES) $(EXTRA_libags_audio_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_audio.a
-	$(AM_V_AR)$(libags_audio_a_AR) libags_audio.a $(libags_audio_a_OBJECTS) $(libags_audio_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_audio.a
-
-libags_gui.a: $(libags_gui_a_OBJECTS) $(libags_gui_a_DEPENDENCIES) $(EXTRA_libags_gui_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_gui.a
-	$(AM_V_AR)$(libags_gui_a_AR) libags_gui.a $(libags_gui_a_OBJECTS) $(libags_gui_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_gui.a
-
-libags_thread.a: $(libags_thread_a_OBJECTS) $(libags_thread_a_DEPENDENCIES) $(EXTRA_libags_thread_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_thread.a
-	$(AM_V_AR)$(libags_thread_a_AR) libags_thread.a $(libags_thread_a_OBJECTS) $(libags_thread_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_thread.a
 install-binPROGRAMS: $(bin_PROGRAMS)
 	@$(NORMAL_INSTALL)
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
@@ -1853,7 +1270,6 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	for p in $$list; do echo "$$p $$p"; done | \
 	sed 's/$(EXEEXT)$$//' | \
 	while read p p1; do if test -f $$p \
-	 || test -f $$p1 \
 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
 	done | \
 	sed -e 'p;s,.*/,,;n;h' \
@@ -1868,8 +1284,8 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	while read type dir files; do \
 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 	    test -z "$$files" || { \
-	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
-	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 	    } \
 	; done
 
@@ -1885,17 +1301,11 @@ uninstall-binPROGRAMS:
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
 clean-binPROGRAMS:
-	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-gsequencer$(EXEEXT): $(gsequencer_OBJECTS) $(gsequencer_DEPENDENCIES) $(EXTRA_gsequencer_DEPENDENCIES) 
-	@rm -f gsequencer$(EXEEXT)
-	$(AM_V_CCLD)$(gsequencer_LINK) $(gsequencer_OBJECTS) $(gsequencer_LDADD) $(LIBS)
+	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+
+ags$(EXEEXT): $(ags_OBJECTS) $(ags_DEPENDENCIES) $(EXTRA_ags_DEPENDENCIES) 
+	@rm -f ags$(EXEEXT)
+	$(AM_V_CCLD)$(ags_LINK) $(ags_OBJECTS) $(ags_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -1903,383 +1313,322 @@ mostlyclean-compile:
 distclean-compile:
 	-rm -f *.tab.c
 
-include ./$(DEPDIR)/gsequencer-ags_add_bulk_member.Po
-include ./$(DEPDIR)/gsequencer-ags_add_line_member.Po
-include ./$(DEPDIR)/gsequencer-ags_add_point_to_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_add_region_to_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_audio_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_area.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_edit.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_toolbar.Po
-include ./$(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_bulk_member.Po
-include ./$(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_change_indicator.Po
-include ./$(DEPDIR)/gsequencer-ags_change_tact.Po
-include ./$(DEPDIR)/gsequencer-ags_display_tact.Po
-include ./$(DEPDIR)/gsequencer-ags_drum.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_input_line.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_input_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_output_line.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_output_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_bridge.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_bulk.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_line.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_export_window.Po
-include ./$(DEPDIR)/gsequencer-ags_export_window_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_file.Po
-include ./$(DEPDIR)/gsequencer-ags_file_gui.Po
-include ./$(DEPDIR)/gsequencer-ags_file_id_ref.Po
-include ./$(DEPDIR)/gsequencer-ags_file_launch.Po
-include ./$(DEPDIR)/gsequencer-ags_file_link.Po
-include ./$(DEPDIR)/gsequencer-ags_file_lookup.Po
-include ./$(DEPDIR)/gsequencer-ags_file_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_file_sound.Po
-include ./$(DEPDIR)/gsequencer-ags_file_thread.Po
-include ./$(DEPDIR)/gsequencer-ags_file_util.Po
-include ./$(DEPDIR)/gsequencer-ags_free_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_generic_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_inline_player.Po
-include ./$(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ladspa_bridge.Po
-include ./$(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_ladspa_browser.Po
-include ./$(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_line.Po
-include ./$(DEPDIR)/gsequencer-ags_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_line_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_line_member.Po
-include ./$(DEPDIR)/gsequencer-ags_line_member_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_line_member_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_link_collection_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_link_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_listing_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_machine.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_radio_button.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_selector.Po
-include ./$(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix_bridge.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_matrix_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_menu_bar.Po
-include ./$(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_meter.Po
-include ./$(DEPDIR)/gsequencer-ags_meter_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_mixer.Po
-include ./$(DEPDIR)/gsequencer-ags_mixer_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_mixer_input_line.Po
-include ./$(DEPDIR)/gsequencer-ags_mixer_input_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_navigation.Po
-include ./$(DEPDIR)/gsequencer-ags_navigation_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_note_edit.Po
-include ./$(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_notebook.Po
-include ./$(DEPDIR)/gsequencer-ags_notebook_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_oscillator.Po
-include ./$(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_pad_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_panel.Po
-include ./$(DEPDIR)/gsequencer-ags_panel_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_panel_input_line.Po
-include ./$(DEPDIR)/gsequencer-ags_panel_input_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_pattern_edit.Po
-include ./$(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_performance_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_plugin_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_port_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_property_collection_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_property_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_property_listing_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_registry.Po
-include ./$(DEPDIR)/gsequencer-ags_remote_task.Po
-include ./$(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po
-include ./$(DEPDIR)/gsequencer-ags_resize_editor.Po
-include ./$(DEPDIR)/gsequencer-ags_save_file.Po
-include ./$(DEPDIR)/gsequencer-ags_scroll_on_play.Po
-include ./$(DEPDIR)/gsequencer-ags_server.Po
-include ./$(DEPDIR)/gsequencer-ags_server_application_context.Po
-include ./$(DEPDIR)/gsequencer-ags_server_init.Po
-include ./$(DEPDIR)/gsequencer-ags_server_preferences.Po
-include ./$(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_service_provider.Po
-include ./$(DEPDIR)/gsequencer-ags_sf2_chooser.Po
-include ./$(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_soundset.Po
-include ./$(DEPDIR)/gsequencer-ags_soundset_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_synth.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_bridge.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_bulk_output.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_input_line.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_input_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_output_line.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_output_pad.Po
-include ./$(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_toggle_led.Po
-include ./$(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po
-include ./$(DEPDIR)/gsequencer-ags_toolbar.Po
-include ./$(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_update_bulk_member.Po
-include ./$(DEPDIR)/gsequencer-ags_window.Po
-include ./$(DEPDIR)/gsequencer-ags_window_callbacks.Po
-include ./$(DEPDIR)/gsequencer-ags_xorg_application_context.Po
-include ./$(DEPDIR)/gsequencer-ags_xorg_init.Po
-include ./$(DEPDIR)/gsequencer-main.Po
-include ./$(DEPDIR)/libags_a-ags_applicable.Po
-include ./$(DEPDIR)/libags_a-ags_application_context.Po
-include ./$(DEPDIR)/libags_a-ags_combo_box_text.Po
-include ./$(DEPDIR)/libags_a-ags_config.Po
+include ./$(DEPDIR)/ags-ags_add_audio.Po
+include ./$(DEPDIR)/ags-ags_add_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_add_line_member.Po
+include ./$(DEPDIR)/ags-ags_add_note.Po
+include ./$(DEPDIR)/ags-ags_add_point_to_selection.Po
+include ./$(DEPDIR)/ags-ags_add_recall.Po
+include ./$(DEPDIR)/ags-ags_add_recall_container.Po
+include ./$(DEPDIR)/ags-ags_add_region_to_selection.Po
+include ./$(DEPDIR)/ags-ags_amplifier.Po
+include ./$(DEPDIR)/ags-ags_append_audio.Po
+include ./$(DEPDIR)/ags-ags_append_audio_threaded.Po
+include ./$(DEPDIR)/ags-ags_append_channel.Po
+include ./$(DEPDIR)/ags-ags_append_recall.Po
+include ./$(DEPDIR)/ags-ags_applicable.Po
+include ./$(DEPDIR)/ags-ags_apply_bpm.Po
+include ./$(DEPDIR)/ags-ags_apply_sequencer_length.Po
+include ./$(DEPDIR)/ags-ags_apply_synth.Po
+include ./$(DEPDIR)/ags-ags_apply_tact.Po
+include ./$(DEPDIR)/ags-ags_apply_wavetable.Po
+include ./$(DEPDIR)/ags-ags_async_queue.Po
+include ./$(DEPDIR)/ags-ags_audio.Po
+include ./$(DEPDIR)/ags-ags_audio_file.Po
+include ./$(DEPDIR)/ags-ags_audio_file_xml.Po
+include ./$(DEPDIR)/ags-ags_audio_loop.Po
+include ./$(DEPDIR)/ags-ags_audio_preferences.Po
+include ./$(DEPDIR)/ags-ags_audio_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_audio_set_recycling.Po
+include ./$(DEPDIR)/ags-ags_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_autosave_thread.Po
+include ./$(DEPDIR)/ags-ags_buffer_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_buffer_channel.Po
+include ./$(DEPDIR)/ags-ags_buffer_channel_run.Po
+include ./$(DEPDIR)/ags-ags_buffer_recycling.Po
+include ./$(DEPDIR)/ags-ags_cancel_audio.Po
+include ./$(DEPDIR)/ags-ags_cancel_channel.Po
+include ./$(DEPDIR)/ags-ags_cancel_recall.Po
+include ./$(DEPDIR)/ags-ags_cartesian.Po
+include ./$(DEPDIR)/ags-ags_change_indicator.Po
+include ./$(DEPDIR)/ags-ags_change_tact.Po
+include ./$(DEPDIR)/ags-ags_channel.Po
+include ./$(DEPDIR)/ags-ags_channel_iter.Po
+include ./$(DEPDIR)/ags-ags_channel_set_recycling.Po
+include ./$(DEPDIR)/ags-ags_clone_channel.Po
+include ./$(DEPDIR)/ags-ags_clone_channel_run.Po
+include ./$(DEPDIR)/ags-ags_combo_box_text.Po
+include ./$(DEPDIR)/ags-ags_config.Po
+include ./$(DEPDIR)/ags-ags_container.Po
+include ./$(DEPDIR)/ags-ags_copy_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_copy_channel.Po
+include ./$(DEPDIR)/ags-ags_copy_channel_run.Po
+include ./$(DEPDIR)/ags-ags_copy_notation_audio.Po
+include ./$(DEPDIR)/ags-ags_copy_notation_audio_run.Po
+include ./$(DEPDIR)/ags-ags_copy_pattern_audio.Po
+include ./$(DEPDIR)/ags-ags_copy_pattern_audio_run.Po
+include ./$(DEPDIR)/ags-ags_copy_pattern_channel.Po
+include ./$(DEPDIR)/ags-ags_copy_pattern_channel_run.Po
+include ./$(DEPDIR)/ags-ags_copy_recycling.Po
+include ./$(DEPDIR)/ags-ags_count_beats_audio.Po
+include ./$(DEPDIR)/ags-ags_count_beats_audio_run.Po
+include ./$(DEPDIR)/ags-ags_countable.Po
+include ./$(DEPDIR)/ags-ags_delay_audio.Po
+include ./$(DEPDIR)/ags-ags_delay_audio_run.Po
+include ./$(DEPDIR)/ags-ags_devout.Po
+include ./$(DEPDIR)/ags-ags_devout_thread.Po
+include ./$(DEPDIR)/ags-ags_dial.Po
+include ./$(DEPDIR)/ags-ags_display_tact.Po
+include ./$(DEPDIR)/ags-ags_drum.Po
+include ./$(DEPDIR)/ags-ags_drum_callbacks.Po
+include ./$(DEPDIR)/ags-ags_drum_input_line.Po
+include ./$(DEPDIR)/ags-ags_drum_input_line_callbacks.Po
+include ./$(DEPDIR)/ags-ags_drum_input_pad.Po
+include ./$(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po
+include ./$(DEPDIR)/ags-ags_drum_output_line.Po
+include ./$(DEPDIR)/ags-ags_drum_output_line_callbacks.Po
+include ./$(DEPDIR)/ags-ags_drum_output_pad.Po
+include ./$(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po
+include ./$(DEPDIR)/ags-ags_dynamic_connectable.Po
+include ./$(DEPDIR)/ags-ags_echo.Po
+include ./$(DEPDIR)/ags-ags_editor.Po
+include ./$(DEPDIR)/ags-ags_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_effect.Po
+include ./$(DEPDIR)/ags-ags_expander.Po
+include ./$(DEPDIR)/ags-ags_expander_set.Po
+include ./$(DEPDIR)/ags-ags_export_output.Po
+include ./$(DEPDIR)/ags-ags_export_thread.Po
+include ./$(DEPDIR)/ags-ags_export_window.Po
+include ./$(DEPDIR)/ags-ags_export_window_callbacks.Po
+include ./$(DEPDIR)/ags-ags_ffplayer.Po
+include ./$(DEPDIR)/ags-ags_ffplayer_callbacks.Po
+include ./$(DEPDIR)/ags-ags_file.Po
+include ./$(DEPDIR)/ags-ags_file_gui.Po
+include ./$(DEPDIR)/ags-ags_file_id_ref.Po
+include ./$(DEPDIR)/ags-ags_file_launch.Po
+include ./$(DEPDIR)/ags-ags_file_link.Po
+include ./$(DEPDIR)/ags-ags_file_lookup.Po
+include ./$(DEPDIR)/ags-ags_file_selection.Po
+include ./$(DEPDIR)/ags-ags_file_selection_callbacks.Po
+include ./$(DEPDIR)/ags-ags_file_sound.Po
+include ./$(DEPDIR)/ags-ags_file_thread.Po
+include ./$(DEPDIR)/ags-ags_file_util.Po
+include ./$(DEPDIR)/ags-ags_free_selection.Po
+include ./$(DEPDIR)/ags-ags_garbage_collector.Po
+include ./$(DEPDIR)/ags-ags_generic_preferences.Po
+include ./$(DEPDIR)/ags-ags_generic_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_gui_task_thread.Po
+include ./$(DEPDIR)/ags-ags_gui_thread.Po
+include ./$(DEPDIR)/ags-ags_hindicator.Po
+include ./$(DEPDIR)/ags-ags_history.Po
+include ./$(DEPDIR)/ags-ags_htimebar.Po
+include ./$(DEPDIR)/ags-ags_id_generator.Po
+include ./$(DEPDIR)/ags-ags_indicator.Po
+include ./$(DEPDIR)/ags-ags_init_audio.Po
+include ./$(DEPDIR)/ags-ags_init_channel.Po
+include ./$(DEPDIR)/ags-ags_inline_player.Po
+include ./$(DEPDIR)/ags-ags_inline_player_callbacks.Po
+include ./$(DEPDIR)/ags-ags_input.Po
+include ./$(DEPDIR)/ags-ags_ipatch.Po
+include ./$(DEPDIR)/ags-ags_ipatch_sf2_reader.Po
+include ./$(DEPDIR)/ags-ags_iterator_thread.Po
+include ./$(DEPDIR)/ags-ags_ladspa_browser.Po
+include ./$(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po
+include ./$(DEPDIR)/ags-ags_ladspa_manager.Po
+include ./$(DEPDIR)/ags-ags_led.Po
+include ./$(DEPDIR)/ags-ags_libao.Po
+include ./$(DEPDIR)/ags-ags_line.Po
+include ./$(DEPDIR)/ags-ags_line_callbacks.Po
+include ./$(DEPDIR)/ags-ags_line_editor.Po
+include ./$(DEPDIR)/ags-ags_line_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_line_member.Po
+include ./$(DEPDIR)/ags-ags_line_member_callbacks.Po
+include ./$(DEPDIR)/ags-ags_line_member_editor.Po
+include ./$(DEPDIR)/ags-ags_line_member_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_link_channel.Po
+include ./$(DEPDIR)/ags-ags_link_collection_editor.Po
+include ./$(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_link_editor.Po
+include ./$(DEPDIR)/ags-ags_link_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_list.Po
+include ./$(DEPDIR)/ags-ags_listing_editor.Po
+include ./$(DEPDIR)/ags-ags_listing_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_log.Po
+include ./$(DEPDIR)/ags-ags_loop_channel.Po
+include ./$(DEPDIR)/ags-ags_loop_channel_run.Po
+include ./$(DEPDIR)/ags-ags_machine.Po
+include ./$(DEPDIR)/ags-ags_machine_callbacks.Po
+include ./$(DEPDIR)/ags-ags_machine_editor.Po
+include ./$(DEPDIR)/ags-ags_machine_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_machine_radio_button.Po
+include ./$(DEPDIR)/ags-ags_machine_selection.Po
+include ./$(DEPDIR)/ags-ags_machine_selector.Po
+include ./$(DEPDIR)/ags-ags_machine_selector_callbacks.Po
+include ./$(DEPDIR)/ags-ags_main_loop.Po
+include ./$(DEPDIR)/ags-ags_marshal.Po
+include ./$(DEPDIR)/ags-ags_matrix.Po
+include ./$(DEPDIR)/ags-ags_matrix_callbacks.Po
+include ./$(DEPDIR)/ags-ags_menu.Po
+include ./$(DEPDIR)/ags-ags_menu_bar.Po
+include ./$(DEPDIR)/ags-ags_menu_bar_callbacks.Po
+include ./$(DEPDIR)/ags-ags_menu_item.Po
+include ./$(DEPDIR)/ags-ags_meter.Po
+include ./$(DEPDIR)/ags-ags_meter_callbacks.Po
+include ./$(DEPDIR)/ags-ags_mixer.Po
+include ./$(DEPDIR)/ags-ags_mixer_callbacks.Po
+include ./$(DEPDIR)/ags-ags_mixer_input_line.Po
+include ./$(DEPDIR)/ags-ags_mixer_input_pad.Po
+include ./$(DEPDIR)/ags-ags_mutable.Po
+include ./$(DEPDIR)/ags-ags_mute_audio.Po
+include ./$(DEPDIR)/ags-ags_mute_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_mute_channel.Po
+include ./$(DEPDIR)/ags-ags_mute_channel_run.Po
+include ./$(DEPDIR)/ags-ags_mute_recycling.Po
+include ./$(DEPDIR)/ags-ags_navigation.Po
+include ./$(DEPDIR)/ags-ags_navigation_callbacks.Po
+include ./$(DEPDIR)/ags-ags_notation.Po
+include ./$(DEPDIR)/ags-ags_note.Po
+include ./$(DEPDIR)/ags-ags_note_edit.Po
+include ./$(DEPDIR)/ags-ags_note_edit_callbacks.Po
+include ./$(DEPDIR)/ags-ags_notebook.Po
+include ./$(DEPDIR)/ags-ags_notebook_callbacks.Po
+include ./$(DEPDIR)/ags-ags_open_file.Po
+include ./$(DEPDIR)/ags-ags_open_single_file.Po
+include ./$(DEPDIR)/ags-ags_option_menu.Po
+include ./$(DEPDIR)/ags-ags_oscillator.Po
+include ./$(DEPDIR)/ags-ags_oscillator_callbacks.Po
+include ./$(DEPDIR)/ags-ags_output.Po
+include ./$(DEPDIR)/ags-ags_packable.Po
+include ./$(DEPDIR)/ags-ags_pad.Po
+include ./$(DEPDIR)/ags-ags_pad_callbacks.Po
+include ./$(DEPDIR)/ags-ags_pad_editor.Po
+include ./$(DEPDIR)/ags-ags_pad_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_panel.Po
+include ./$(DEPDIR)/ags-ags_panel_callbacks.Po
+include ./$(DEPDIR)/ags-ags_panel_input_line.Po
+include ./$(DEPDIR)/ags-ags_panel_input_pad.Po
+include ./$(DEPDIR)/ags-ags_parameter.Po
+include ./$(DEPDIR)/ags-ags_pattern.Po
+include ./$(DEPDIR)/ags-ags_peak_channel.Po
+include ./$(DEPDIR)/ags-ags_peak_channel_run.Po
+include ./$(DEPDIR)/ags-ags_performance_preferences.Po
+include ./$(DEPDIR)/ags-ags_performance_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_persistable.Po
+include ./$(DEPDIR)/ags-ags_play_audio.Po
+include ./$(DEPDIR)/ags-ags_play_audio_file.Po
+include ./$(DEPDIR)/ags-ags_play_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_play_channel.Po
+include ./$(DEPDIR)/ags-ags_play_channel_run.Po
+include ./$(DEPDIR)/ags-ags_play_channel_run_master.Po
+include ./$(DEPDIR)/ags-ags_play_notation_audio.Po
+include ./$(DEPDIR)/ags-ags_play_notation_audio_run.Po
+include ./$(DEPDIR)/ags-ags_play_note.Po
+include ./$(DEPDIR)/ags-ags_play_pattern.Po
+include ./$(DEPDIR)/ags-ags_play_recycling.Po
+include ./$(DEPDIR)/ags-ags_playable.Po
+include ./$(DEPDIR)/ags-ags_plugin.Po
+include ./$(DEPDIR)/ags-ags_plugin_factory.Po
+include ./$(DEPDIR)/ags-ags_plugin_preferences.Po
+include ./$(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_port.Po
+include ./$(DEPDIR)/ags-ags_portlet.Po
+include ./$(DEPDIR)/ags-ags_preferences.Po
+include ./$(DEPDIR)/ags-ags_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_property_collection_editor.Po
+include ./$(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_property_editor.Po
+include ./$(DEPDIR)/ags-ags_property_editor_callbacks.Po
+include ./$(DEPDIR)/ags-ags_property_listing_editor.Po
+include ./$(DEPDIR)/ags-ags_recall.Po
+include ./$(DEPDIR)/ags-ags_recall_audio.Po
+include ./$(DEPDIR)/ags-ags_recall_audio_run.Po
+include ./$(DEPDIR)/ags-ags_recall_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_recall_channel.Po
+include ./$(DEPDIR)/ags-ags_recall_channel_run.Po
+include ./$(DEPDIR)/ags-ags_recall_channel_run_dummy.Po
+include ./$(DEPDIR)/ags-ags_recall_container.Po
+include ./$(DEPDIR)/ags-ags_recall_dependency.Po
+include ./$(DEPDIR)/ags-ags_recall_factory.Po
+include ./$(DEPDIR)/ags-ags_recall_id.Po
+include ./$(DEPDIR)/ags-ags_recall_ladspa.Po
+include ./$(DEPDIR)/ags-ags_recall_ladspa_run.Po
+include ./$(DEPDIR)/ags-ags_recall_recycling.Po
+include ./$(DEPDIR)/ags-ags_recall_recycling_dummy.Po
+include ./$(DEPDIR)/ags-ags_record_thread.Po
+include ./$(DEPDIR)/ags-ags_recycling.Po
+include ./$(DEPDIR)/ags-ags_recycling_container.Po
+include ./$(DEPDIR)/ags-ags_recycling_thread.Po
+include ./$(DEPDIR)/ags-ags_recycling_thread_callbacks.Po
+include ./$(DEPDIR)/ags-ags_registry.Po
+include ./$(DEPDIR)/ags-ags_remote_task.Po
+include ./$(DEPDIR)/ags-ags_remove_audio.Po
+include ./$(DEPDIR)/ags-ags_remove_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_remove_note.Po
+include ./$(DEPDIR)/ags-ags_remove_point_from_selection.Po
+include ./$(DEPDIR)/ags-ags_remove_recall.Po
+include ./$(DEPDIR)/ags-ags_remove_recall_container.Po
+include ./$(DEPDIR)/ags-ags_remove_region_from_selection.Po
+include ./$(DEPDIR)/ags-ags_resize_audio.Po
+include ./$(DEPDIR)/ags-ags_resize_editor.Po
+include ./$(DEPDIR)/ags-ags_returnable_thread.Po
+include ./$(DEPDIR)/ags-ags_ruler.Po
+include ./$(DEPDIR)/ags-ags_runnable.Po
+include ./$(DEPDIR)/ags-ags_save_file.Po
+include ./$(DEPDIR)/ags-ags_scroll_on_play.Po
+include ./$(DEPDIR)/ags-ags_seekable.Po
+include ./$(DEPDIR)/ags-ags_segment.Po
+include ./$(DEPDIR)/ags-ags_server.Po
+include ./$(DEPDIR)/ags-ags_server_preferences.Po
+include ./$(DEPDIR)/ags-ags_server_preferences_callbacks.Po
+include ./$(DEPDIR)/ags-ags_set_audio_channels.Po
+include ./$(DEPDIR)/ags-ags_set_buffer_size.Po
+include ./$(DEPDIR)/ags-ags_set_devout_play_flags.Po
+include ./$(DEPDIR)/ags-ags_set_muted.Po
+include ./$(DEPDIR)/ags-ags_set_output_device.Po
+include ./$(DEPDIR)/ags-ags_set_samplerate.Po
+include ./$(DEPDIR)/ags-ags_sf2_chooser.Po
+include ./$(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po
+include ./$(DEPDIR)/ags-ags_single_thread.Po
+include ./$(DEPDIR)/ags-ags_sndfile.Po
+include ./$(DEPDIR)/ags-ags_soundcard.Po
+include ./$(DEPDIR)/ags-ags_stackable.Po
+include ./$(DEPDIR)/ags-ags_start_devout.Po
+include ./$(DEPDIR)/ags-ags_stream.Po
+include ./$(DEPDIR)/ags-ags_stream_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_stream_channel.Po
+include ./$(DEPDIR)/ags-ags_stream_channel_run.Po
+include ./$(DEPDIR)/ags-ags_stream_recycling.Po
+include ./$(DEPDIR)/ags-ags_synth.Po
+include ./$(DEPDIR)/ags-ags_synth_callbacks.Po
+include ./$(DEPDIR)/ags-ags_synth_input_line.Po
+include ./$(DEPDIR)/ags-ags_synth_input_pad.Po
+include ./$(DEPDIR)/ags-ags_synths.Po
+include ./$(DEPDIR)/ags-ags_table.Po
+include ./$(DEPDIR)/ags-ags_tactable.Po
+include ./$(DEPDIR)/ags-ags_task.Po
+include ./$(DEPDIR)/ags-ags_task_thread.Po
+include ./$(DEPDIR)/ags-ags_thread-posix.Po
+include ./$(DEPDIR)/ags-ags_thread_pool.Po
+include ./$(DEPDIR)/ags-ags_timebar.Po
+include ./$(DEPDIR)/ags-ags_timestamp.Po
+include ./$(DEPDIR)/ags-ags_timestamp_factory.Po
+include ./$(DEPDIR)/ags-ags_timestamp_thread.Po
+include ./$(DEPDIR)/ags-ags_toggle_led.Po
+include ./$(DEPDIR)/ags-ags_toggle_pattern_bit.Po
+include ./$(DEPDIR)/ags-ags_toolbar.Po
+include ./$(DEPDIR)/ags-ags_toolbar_callbacks.Po
+include ./$(DEPDIR)/ags-ags_tree_iterator.Po
+include ./$(DEPDIR)/ags-ags_unref_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_vindicator.Po
+include ./$(DEPDIR)/ags-ags_volume_audio_signal.Po
+include ./$(DEPDIR)/ags-ags_volume_channel.Po
+include ./$(DEPDIR)/ags-ags_volume_channel_run.Po
+include ./$(DEPDIR)/ags-ags_volume_recycling.Po
+include ./$(DEPDIR)/ags-ags_waveform.Po
+include ./$(DEPDIR)/ags-ags_window.Po
+include ./$(DEPDIR)/ags-ags_window_callbacks.Po
+include ./$(DEPDIR)/ags-main.Po
 include ./$(DEPDIR)/libags_a-ags_connectable.Po
-include ./$(DEPDIR)/libags_a-ags_container.Po
-include ./$(DEPDIR)/libags_a-ags_countable.Po
-include ./$(DEPDIR)/libags_a-ags_dynamic_connectable.Po
-include ./$(DEPDIR)/libags_a-ags_effect.Po
-include ./$(DEPDIR)/libags_a-ags_id_generator.Po
-include ./$(DEPDIR)/libags_a-ags_init.Po
-include ./$(DEPDIR)/libags_a-ags_list.Po
-include ./$(DEPDIR)/libags_a-ags_log.Po
-include ./$(DEPDIR)/libags_a-ags_main_loop.Po
-include ./$(DEPDIR)/libags_a-ags_marshal.Po
-include ./$(DEPDIR)/libags_a-ags_mutable.Po
-include ./$(DEPDIR)/libags_a-ags_packable.Po
-include ./$(DEPDIR)/libags_a-ags_parameter.Po
-include ./$(DEPDIR)/libags_a-ags_persistable.Po
-include ./$(DEPDIR)/libags_a-ags_plugin.Po
-include ./$(DEPDIR)/libags_a-ags_portlet.Po
-include ./$(DEPDIR)/libags_a-ags_runnable.Po
-include ./$(DEPDIR)/libags_a-ags_seekable.Po
-include ./$(DEPDIR)/libags_a-ags_soundcard.Po
-include ./$(DEPDIR)/libags_a-ags_stackable.Po
-include ./$(DEPDIR)/libags_a-ags_tactable.Po
-include ./$(DEPDIR)/libags_a-ags_tree_iterator.Po
-include ./$(DEPDIR)/libags_audio_a-ags_acceleration.Po
-include ./$(DEPDIR)/libags_audio_a-ags_add_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_add_note.Po
-include ./$(DEPDIR)/libags_audio_a-ags_add_recall.Po
-include ./$(DEPDIR)/libags_audio_a-ags_add_recall_container.Po
-include ./$(DEPDIR)/libags_audio_a-ags_amplifier.Po
-include ./$(DEPDIR)/libags_audio_a-ags_append_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po
-include ./$(DEPDIR)/libags_audio_a-ags_append_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_append_recall.Po
-include ./$(DEPDIR)/libags_audio_a-ags_apply_bpm.Po
-include ./$(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po
-include ./$(DEPDIR)/libags_audio_a-ags_apply_synth.Po
-include ./$(DEPDIR)/libags_audio_a-ags_apply_tact.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_application_context.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_file.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_init.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_automation.Po
-include ./$(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_buffer_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_cancel_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_cancel_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_cancel_recall.Po
-include ./$(DEPDIR)/libags_audio_a-ags_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_channel_iter.Po
-include ./$(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_clone_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_copy_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_delay_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_devout.Po
-include ./$(DEPDIR)/libags_audio_a-ags_echo.Po
-include ./$(DEPDIR)/libags_audio_a-ags_export_output.Po
-include ./$(DEPDIR)/libags_audio_a-ags_garbage_collector.Po
-include ./$(DEPDIR)/libags_audio_a-ags_init_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_init_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_input.Po
-include ./$(DEPDIR)/libags_audio_a-ags_ipatch.Po
-include ./$(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po
-include ./$(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po
-include ./$(DEPDIR)/libags_audio_a-ags_libao.Po
-include ./$(DEPDIR)/libags_audio_a-ags_link_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_loop_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_mute_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_mute_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_mute_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_notation.Po
-include ./$(DEPDIR)/libags_audio_a-ags_note.Po
-include ./$(DEPDIR)/libags_audio_a-ags_open_file.Po
-include ./$(DEPDIR)/libags_audio_a-ags_open_single_file.Po
-include ./$(DEPDIR)/libags_audio_a-ags_output.Po
-include ./$(DEPDIR)/libags_audio_a-ags_pattern.Po
-include ./$(DEPDIR)/libags_audio_a-ags_peak_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_audio_file.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_note.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_pattern.Po
-include ./$(DEPDIR)/libags_audio_a-ags_play_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_playable.Po
-include ./$(DEPDIR)/libags_audio_a-ags_plugin_factory.Po
-include ./$(DEPDIR)/libags_audio_a-ags_port.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_container.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_dependency.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_factory.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_id.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_recycling_container.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_note.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_recall.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po
-include ./$(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po
-include ./$(DEPDIR)/libags_audio_a-ags_resize_audio.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_muted.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_output_device.Po
-include ./$(DEPDIR)/libags_audio_a-ags_set_samplerate.Po
-include ./$(DEPDIR)/libags_audio_a-ags_sndfile.Po
-include ./$(DEPDIR)/libags_audio_a-ags_sound_provider.Po
-include ./$(DEPDIR)/libags_audio_a-ags_start_devout.Po
-include ./$(DEPDIR)/libags_audio_a-ags_stream.Po
-include ./$(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_stream_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_stream_recycling.Po
-include ./$(DEPDIR)/libags_audio_a-ags_synths.Po
-include ./$(DEPDIR)/libags_audio_a-ags_task.Po
-include ./$(DEPDIR)/libags_audio_a-ags_timestamp.Po
-include ./$(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po
-include ./$(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po
-include ./$(DEPDIR)/libags_audio_a-ags_volume_channel.Po
-include ./$(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po
-include ./$(DEPDIR)/libags_audio_a-ags_volume_recycling.Po
-include ./$(DEPDIR)/libags_gui_a-ags_cartesian.Po
-include ./$(DEPDIR)/libags_gui_a-ags_dial.Po
-include ./$(DEPDIR)/libags_gui_a-ags_expander.Po
-include ./$(DEPDIR)/libags_gui_a-ags_expander_set.Po
-include ./$(DEPDIR)/libags_gui_a-ags_gui_init.Po
-include ./$(DEPDIR)/libags_gui_a-ags_hindicator.Po
-include ./$(DEPDIR)/libags_gui_a-ags_htimebar.Po
-include ./$(DEPDIR)/libags_gui_a-ags_indicator.Po
-include ./$(DEPDIR)/libags_gui_a-ags_led.Po
-include ./$(DEPDIR)/libags_gui_a-ags_menu.Po
-include ./$(DEPDIR)/libags_gui_a-ags_menu_item.Po
-include ./$(DEPDIR)/libags_gui_a-ags_option_menu.Po
-include ./$(DEPDIR)/libags_gui_a-ags_ruler.Po
-include ./$(DEPDIR)/libags_gui_a-ags_segment.Po
-include ./$(DEPDIR)/libags_gui_a-ags_table.Po
-include ./$(DEPDIR)/libags_gui_a-ags_timebar.Po
-include ./$(DEPDIR)/libags_gui_a-ags_vindicator.Po
-include ./$(DEPDIR)/libags_gui_a-ags_waveform.Po
-include ./$(DEPDIR)/libags_thread_a-ags_async_queue.Po
-include ./$(DEPDIR)/libags_thread_a-ags_audio_loop.Po
-include ./$(DEPDIR)/libags_thread_a-ags_autosave_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po
-include ./$(DEPDIR)/libags_thread_a-ags_devout_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_export_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_gui_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_iterator_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_record_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_recycling_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po
-include ./$(DEPDIR)/libags_thread_a-ags_returnable_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_single_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_task_thread.Po
-include ./$(DEPDIR)/libags_thread_a-ags_thread-posix.Po
-include ./$(DEPDIR)/libags_thread_a-ags_thread_application_context.Po
-include ./$(DEPDIR)/libags_thread_a-ags_thread_init.Po
-include ./$(DEPDIR)/libags_thread_a-ags_thread_pool.Po
-include ./$(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
 
 .c.o:
 	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -2295,5299 +1644,4429 @@ include ./$(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
 #	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
-.c.lo:
-	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
-
-libags_a-ags_id_generator.o: src/ags/util/ags_id_generator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_id_generator.o -MD -MP -MF $(DEPDIR)/libags_a-ags_id_generator.Tpo -c -o libags_a-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_id_generator.Tpo $(DEPDIR)/libags_a-ags_id_generator.Po
-#	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='libags_a-ags_id_generator.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
-
-libags_a-ags_id_generator.obj: src/ags/util/ags_id_generator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_id_generator.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_id_generator.Tpo -c -o libags_a-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_id_generator.Tpo $(DEPDIR)/libags_a-ags_id_generator.Po
-#	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='libags_a-ags_id_generator.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
-
-libags_a-ags_connectable.o: src/ags-lib/object/ags_connectable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.o `test -f 'src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`src/ags-lib/object/ags_connectable.c
+libags_a-ags_connectable.o: ./src/ags-lib/object/ags_connectable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.o `test -f './src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`./src/ags-lib/object/ags_connectable.c
 	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_connectable.Tpo $(DEPDIR)/libags_a-ags_connectable.Po
-#	$(AM_V_CC)source='src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.o' libtool=no \
+#	$(AM_V_CC)source='./src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.o `test -f 'src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`src/ags-lib/object/ags_connectable.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.o `test -f './src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`./src/ags-lib/object/ags_connectable.c
 
-libags_a-ags_connectable.obj: src/ags-lib/object/ags_connectable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.obj `if test -f 'src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) 'src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags-lib/object/ags_connectable.c'; fi`
+libags_a-ags_connectable.obj: ./src/ags-lib/object/ags_connectable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.obj `if test -f './src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) './src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/./src/ags-lib/object/ags_connectable.c'; fi`
 	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_connectable.Tpo $(DEPDIR)/libags_a-ags_connectable.Po
-#	$(AM_V_CC)source='src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.obj `if test -f 'src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) 'src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags-lib/object/ags_connectable.c'; fi`
-
-libags_a-ags_combo_box_text.o: src/ags/lib/ags_combo_box_text.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_combo_box_text.o -MD -MP -MF $(DEPDIR)/libags_a-ags_combo_box_text.Tpo -c -o libags_a-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_combo_box_text.Tpo $(DEPDIR)/libags_a-ags_combo_box_text.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='libags_a-ags_combo_box_text.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
-
-libags_a-ags_combo_box_text.obj: src/ags/lib/ags_combo_box_text.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_combo_box_text.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_combo_box_text.Tpo -c -o libags_a-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_combo_box_text.Tpo $(DEPDIR)/libags_a-ags_combo_box_text.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='libags_a-ags_combo_box_text.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
-
-libags_a-ags_container.o: src/ags/lib/ags_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_container.o -MD -MP -MF $(DEPDIR)/libags_a-ags_container.Tpo -c -o libags_a-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_container.Tpo $(DEPDIR)/libags_a-ags_container.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='libags_a-ags_container.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
-
-libags_a-ags_container.obj: src/ags/lib/ags_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_container.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_container.Tpo -c -o libags_a-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_container.Tpo $(DEPDIR)/libags_a-ags_container.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='libags_a-ags_container.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
-
-libags_a-ags_list.o: src/ags/lib/ags_list.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_list.o -MD -MP -MF $(DEPDIR)/libags_a-ags_list.Tpo -c -o libags_a-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_list.Tpo $(DEPDIR)/libags_a-ags_list.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='libags_a-ags_list.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
-
-libags_a-ags_list.obj: src/ags/lib/ags_list.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_list.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_list.Tpo -c -o libags_a-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_list.Tpo $(DEPDIR)/libags_a-ags_list.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='libags_a-ags_list.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
-
-libags_a-ags_log.o: src/ags/lib/ags_log.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_log.o -MD -MP -MF $(DEPDIR)/libags_a-ags_log.Tpo -c -o libags_a-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_log.Tpo $(DEPDIR)/libags_a-ags_log.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='libags_a-ags_log.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
-
-libags_a-ags_log.obj: src/ags/lib/ags_log.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_log.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_log.Tpo -c -o libags_a-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_log.Tpo $(DEPDIR)/libags_a-ags_log.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='libags_a-ags_log.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
-
-libags_a-ags_parameter.o: src/ags/lib/ags_parameter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_parameter.o -MD -MP -MF $(DEPDIR)/libags_a-ags_parameter.Tpo -c -o libags_a-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_parameter.Tpo $(DEPDIR)/libags_a-ags_parameter.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='libags_a-ags_parameter.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
-
-libags_a-ags_parameter.obj: src/ags/lib/ags_parameter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_parameter.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_parameter.Tpo -c -o libags_a-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_parameter.Tpo $(DEPDIR)/libags_a-ags_parameter.Po
-#	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='libags_a-ags_parameter.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
-
-libags_a-ags_init.o: src/ags/object/ags_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_init.o -MD -MP -MF $(DEPDIR)/libags_a-ags_init.Tpo -c -o libags_a-ags_init.o `test -f 'src/ags/object/ags_init.c' || echo '$(srcdir)/'`src/ags/object/ags_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_init.Tpo $(DEPDIR)/libags_a-ags_init.Po
-#	$(AM_V_CC)source='src/ags/object/ags_init.c' object='libags_a-ags_init.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_init.o `test -f 'src/ags/object/ags_init.c' || echo '$(srcdir)/'`src/ags/object/ags_init.c
-
-libags_a-ags_init.obj: src/ags/object/ags_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_init.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_init.Tpo -c -o libags_a-ags_init.obj `if test -f 'src/ags/object/ags_init.c'; then $(CYGPATH_W) 'src/ags/object/ags_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_init.Tpo $(DEPDIR)/libags_a-ags_init.Po
-#	$(AM_V_CC)source='src/ags/object/ags_init.c' object='libags_a-ags_init.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_init.obj `if test -f 'src/ags/object/ags_init.c'; then $(CYGPATH_W) 'src/ags/object/ags_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_init.c'; fi`
-
-libags_a-ags_application_context.o: src/ags/object/ags_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_application_context.o -MD -MP -MF $(DEPDIR)/libags_a-ags_application_context.Tpo -c -o libags_a-ags_application_context.o `test -f 'src/ags/object/ags_application_context.c' || echo '$(srcdir)/'`src/ags/object/ags_application_context.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_application_context.Tpo $(DEPDIR)/libags_a-ags_application_context.Po
-#	$(AM_V_CC)source='src/ags/object/ags_application_context.c' object='libags_a-ags_application_context.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_application_context.o `test -f 'src/ags/object/ags_application_context.c' || echo '$(srcdir)/'`src/ags/object/ags_application_context.c
-
-libags_a-ags_application_context.obj: src/ags/object/ags_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_application_context.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_application_context.Tpo -c -o libags_a-ags_application_context.obj `if test -f 'src/ags/object/ags_application_context.c'; then $(CYGPATH_W) 'src/ags/object/ags_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_application_context.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_application_context.Tpo $(DEPDIR)/libags_a-ags_application_context.Po
-#	$(AM_V_CC)source='src/ags/object/ags_application_context.c' object='libags_a-ags_application_context.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_application_context.obj `if test -f 'src/ags/object/ags_application_context.c'; then $(CYGPATH_W) 'src/ags/object/ags_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_application_context.c'; fi`
-
-libags_a-ags_config.o: src/ags/object/ags_config.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_config.o -MD -MP -MF $(DEPDIR)/libags_a-ags_config.Tpo -c -o libags_a-ags_config.o `test -f 'src/ags/object/ags_config.c' || echo '$(srcdir)/'`src/ags/object/ags_config.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_config.Tpo $(DEPDIR)/libags_a-ags_config.Po
-#	$(AM_V_CC)source='src/ags/object/ags_config.c' object='libags_a-ags_config.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_config.o `test -f 'src/ags/object/ags_config.c' || echo '$(srcdir)/'`src/ags/object/ags_config.c
-
-libags_a-ags_config.obj: src/ags/object/ags_config.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_config.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_config.Tpo -c -o libags_a-ags_config.obj `if test -f 'src/ags/object/ags_config.c'; then $(CYGPATH_W) 'src/ags/object/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_config.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_config.Tpo $(DEPDIR)/libags_a-ags_config.Po
-#	$(AM_V_CC)source='src/ags/object/ags_config.c' object='libags_a-ags_config.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_config.obj `if test -f 'src/ags/object/ags_config.c'; then $(CYGPATH_W) 'src/ags/object/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_config.c'; fi`
-
-libags_a-ags_applicable.o: src/ags/object/ags_applicable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_applicable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_applicable.Tpo -c -o libags_a-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_applicable.Tpo $(DEPDIR)/libags_a-ags_applicable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='libags_a-ags_applicable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
-
-libags_a-ags_applicable.obj: src/ags/object/ags_applicable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_applicable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_applicable.Tpo -c -o libags_a-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_applicable.Tpo $(DEPDIR)/libags_a-ags_applicable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='libags_a-ags_applicable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
-
-libags_a-ags_countable.o: src/ags/object/ags_countable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_countable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_countable.Tpo -c -o libags_a-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_countable.Tpo $(DEPDIR)/libags_a-ags_countable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='libags_a-ags_countable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
-
-libags_a-ags_countable.obj: src/ags/object/ags_countable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_countable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_countable.Tpo -c -o libags_a-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_countable.Tpo $(DEPDIR)/libags_a-ags_countable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='libags_a-ags_countable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
-
-libags_a-ags_dynamic_connectable.o: src/ags/object/ags_dynamic_connectable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_dynamic_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo -c -o libags_a-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo $(DEPDIR)/libags_a-ags_dynamic_connectable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='libags_a-ags_dynamic_connectable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
-
-libags_a-ags_dynamic_connectable.obj: src/ags/object/ags_dynamic_connectable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_dynamic_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo -c -o libags_a-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo $(DEPDIR)/libags_a-ags_dynamic_connectable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='libags_a-ags_dynamic_connectable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
-
-libags_a-ags_effect.o: src/ags/object/ags_effect.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_effect.o -MD -MP -MF $(DEPDIR)/libags_a-ags_effect.Tpo -c -o libags_a-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_effect.Tpo $(DEPDIR)/libags_a-ags_effect.Po
-#	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='libags_a-ags_effect.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
-
-libags_a-ags_effect.obj: src/ags/object/ags_effect.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_effect.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_effect.Tpo -c -o libags_a-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_effect.Tpo $(DEPDIR)/libags_a-ags_effect.Po
-#	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='libags_a-ags_effect.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
-
-libags_a-ags_main_loop.o: src/ags/object/ags_main_loop.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_main_loop.o -MD -MP -MF $(DEPDIR)/libags_a-ags_main_loop.Tpo -c -o libags_a-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_main_loop.Tpo $(DEPDIR)/libags_a-ags_main_loop.Po
-#	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='libags_a-ags_main_loop.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
-
-libags_a-ags_main_loop.obj: src/ags/object/ags_main_loop.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_main_loop.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_main_loop.Tpo -c -o libags_a-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_main_loop.Tpo $(DEPDIR)/libags_a-ags_main_loop.Po
-#	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='libags_a-ags_main_loop.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
-
-libags_a-ags_marshal.o: src/ags/object/ags_marshal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_marshal.o -MD -MP -MF $(DEPDIR)/libags_a-ags_marshal.Tpo -c -o libags_a-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_marshal.Tpo $(DEPDIR)/libags_a-ags_marshal.Po
-#	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='libags_a-ags_marshal.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
-
-libags_a-ags_marshal.obj: src/ags/object/ags_marshal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_marshal.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_marshal.Tpo -c -o libags_a-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_marshal.Tpo $(DEPDIR)/libags_a-ags_marshal.Po
-#	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='libags_a-ags_marshal.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
-
-libags_a-ags_mutable.o: src/ags/object/ags_mutable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_mutable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_mutable.Tpo -c -o libags_a-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_mutable.Tpo $(DEPDIR)/libags_a-ags_mutable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='libags_a-ags_mutable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
-
-libags_a-ags_mutable.obj: src/ags/object/ags_mutable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_mutable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_mutable.Tpo -c -o libags_a-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_mutable.Tpo $(DEPDIR)/libags_a-ags_mutable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='libags_a-ags_mutable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
-
-libags_a-ags_packable.o: src/ags/object/ags_packable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_packable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_packable.Tpo -c -o libags_a-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_packable.Tpo $(DEPDIR)/libags_a-ags_packable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='libags_a-ags_packable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
-
-libags_a-ags_packable.obj: src/ags/object/ags_packable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_packable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_packable.Tpo -c -o libags_a-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_packable.Tpo $(DEPDIR)/libags_a-ags_packable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='libags_a-ags_packable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
-
-libags_a-ags_persistable.o: src/ags/object/ags_persistable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_persistable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_persistable.Tpo -c -o libags_a-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_persistable.Tpo $(DEPDIR)/libags_a-ags_persistable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='libags_a-ags_persistable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
-
-libags_a-ags_persistable.obj: src/ags/object/ags_persistable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_persistable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_persistable.Tpo -c -o libags_a-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_persistable.Tpo $(DEPDIR)/libags_a-ags_persistable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='libags_a-ags_persistable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
-
-libags_a-ags_plugin.o: src/ags/object/ags_plugin.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_plugin.o -MD -MP -MF $(DEPDIR)/libags_a-ags_plugin.Tpo -c -o libags_a-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_plugin.Tpo $(DEPDIR)/libags_a-ags_plugin.Po
-#	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='libags_a-ags_plugin.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
-
-libags_a-ags_plugin.obj: src/ags/object/ags_plugin.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_plugin.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_plugin.Tpo -c -o libags_a-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_plugin.Tpo $(DEPDIR)/libags_a-ags_plugin.Po
-#	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='libags_a-ags_plugin.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
-
-libags_a-ags_portlet.o: src/ags/object/ags_portlet.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_portlet.o -MD -MP -MF $(DEPDIR)/libags_a-ags_portlet.Tpo -c -o libags_a-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_portlet.Tpo $(DEPDIR)/libags_a-ags_portlet.Po
-#	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='libags_a-ags_portlet.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
-
-libags_a-ags_portlet.obj: src/ags/object/ags_portlet.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_portlet.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_portlet.Tpo -c -o libags_a-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_portlet.Tpo $(DEPDIR)/libags_a-ags_portlet.Po
-#	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='libags_a-ags_portlet.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
-
-libags_a-ags_runnable.o: src/ags/object/ags_runnable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_runnable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_runnable.Tpo -c -o libags_a-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_runnable.Tpo $(DEPDIR)/libags_a-ags_runnable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='libags_a-ags_runnable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
-
-libags_a-ags_runnable.obj: src/ags/object/ags_runnable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_runnable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_runnable.Tpo -c -o libags_a-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_runnable.Tpo $(DEPDIR)/libags_a-ags_runnable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='libags_a-ags_runnable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
-
-libags_a-ags_seekable.o: src/ags/object/ags_seekable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_seekable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_seekable.Tpo -c -o libags_a-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_seekable.Tpo $(DEPDIR)/libags_a-ags_seekable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='libags_a-ags_seekable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
-
-libags_a-ags_seekable.obj: src/ags/object/ags_seekable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_seekable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_seekable.Tpo -c -o libags_a-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_seekable.Tpo $(DEPDIR)/libags_a-ags_seekable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='libags_a-ags_seekable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
-
-libags_a-ags_soundcard.o: src/ags/object/ags_soundcard.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_soundcard.o -MD -MP -MF $(DEPDIR)/libags_a-ags_soundcard.Tpo -c -o libags_a-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_soundcard.Tpo $(DEPDIR)/libags_a-ags_soundcard.Po
-#	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='libags_a-ags_soundcard.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
-
-libags_a-ags_soundcard.obj: src/ags/object/ags_soundcard.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_soundcard.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_soundcard.Tpo -c -o libags_a-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_soundcard.Tpo $(DEPDIR)/libags_a-ags_soundcard.Po
-#	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='libags_a-ags_soundcard.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
-
-libags_a-ags_stackable.o: src/ags/object/ags_stackable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_stackable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_stackable.Tpo -c -o libags_a-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_stackable.Tpo $(DEPDIR)/libags_a-ags_stackable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='libags_a-ags_stackable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
-
-libags_a-ags_stackable.obj: src/ags/object/ags_stackable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_stackable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_stackable.Tpo -c -o libags_a-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_stackable.Tpo $(DEPDIR)/libags_a-ags_stackable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='libags_a-ags_stackable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
-
-libags_a-ags_tactable.o: src/ags/object/ags_tactable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tactable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_tactable.Tpo -c -o libags_a-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tactable.Tpo $(DEPDIR)/libags_a-ags_tactable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='libags_a-ags_tactable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
-
-libags_a-ags_tactable.obj: src/ags/object/ags_tactable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tactable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_tactable.Tpo -c -o libags_a-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tactable.Tpo $(DEPDIR)/libags_a-ags_tactable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='libags_a-ags_tactable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
-
-libags_a-ags_tree_iterator.o: src/ags/object/ags_tree_iterator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tree_iterator.o -MD -MP -MF $(DEPDIR)/libags_a-ags_tree_iterator.Tpo -c -o libags_a-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tree_iterator.Tpo $(DEPDIR)/libags_a-ags_tree_iterator.Po
-#	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='libags_a-ags_tree_iterator.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
-
-libags_a-ags_tree_iterator.obj: src/ags/object/ags_tree_iterator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tree_iterator.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_tree_iterator.Tpo -c -o libags_a-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tree_iterator.Tpo $(DEPDIR)/libags_a-ags_tree_iterator.Po
-#	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='libags_a-ags_tree_iterator.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
-
-libags_audio_a-ags_garbage_collector.o: src/ags/audio/ags_garbage_collector.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_garbage_collector.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo -c -o libags_audio_a-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo $(DEPDIR)/libags_audio_a-ags_garbage_collector.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='libags_audio_a-ags_garbage_collector.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
-
-libags_audio_a-ags_garbage_collector.obj: src/ags/audio/ags_garbage_collector.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_garbage_collector.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo -c -o libags_audio_a-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo $(DEPDIR)/libags_audio_a-ags_garbage_collector.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='libags_audio_a-ags_garbage_collector.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
-
-libags_audio_a-ags_libao.o: src/ags/audio/ags_libao.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_libao.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_libao.Tpo -c -o libags_audio_a-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_libao.Tpo $(DEPDIR)/libags_audio_a-ags_libao.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='libags_audio_a-ags_libao.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
-
-libags_audio_a-ags_libao.obj: src/ags/audio/ags_libao.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_libao.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_libao.Tpo -c -o libags_audio_a-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_libao.Tpo $(DEPDIR)/libags_audio_a-ags_libao.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='libags_audio_a-ags_libao.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
-
-libags_audio_a-ags_timestamp.o: src/ags/audio/ags_timestamp.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo -c -o libags_audio_a-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='libags_audio_a-ags_timestamp.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
-
-libags_audio_a-ags_timestamp.obj: src/ags/audio/ags_timestamp.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo -c -o libags_audio_a-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='libags_audio_a-ags_timestamp.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
-
-libags_audio_a-ags_timestamp_factory.o: src/ags/audio/ags_timestamp_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo -c -o libags_audio_a-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='libags_audio_a-ags_timestamp_factory.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
-
-libags_audio_a-ags_timestamp_factory.obj: src/ags/audio/ags_timestamp_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo -c -o libags_audio_a-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='libags_audio_a-ags_timestamp_factory.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
-
-libags_audio_a-ags_audio_init.o: src/ags/audio/ags_audio_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_init.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo -c -o libags_audio_a-ags_audio_init.o `test -f 'src/ags/audio/ags_audio_init.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo $(DEPDIR)/libags_audio_a-ags_audio_init.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_init.c' object='libags_audio_a-ags_audio_init.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_init.o `test -f 'src/ags/audio/ags_audio_init.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_init.c
-
-libags_audio_a-ags_audio_init.obj: src/ags/audio/ags_audio_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_init.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo -c -o libags_audio_a-ags_audio_init.obj `if test -f 'src/ags/audio/ags_audio_init.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo $(DEPDIR)/libags_audio_a-ags_audio_init.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_init.c' object='libags_audio_a-ags_audio_init.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_init.obj `if test -f 'src/ags/audio/ags_audio_init.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_init.c'; fi`
-
-libags_audio_a-ags_audio_application_context.o: src/ags/audio/ags_audio_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_application_context.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo -c -o libags_audio_a-ags_audio_application_context.o `test -f 'src/ags/audio/ags_audio_application_context.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_application_context.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo $(DEPDIR)/libags_audio_a-ags_audio_application_context.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_application_context.c' object='libags_audio_a-ags_audio_application_context.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_application_context.o `test -f 'src/ags/audio/ags_audio_application_context.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_application_context.c
-
-libags_audio_a-ags_audio_application_context.obj: src/ags/audio/ags_audio_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_application_context.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo -c -o libags_audio_a-ags_audio_application_context.obj `if test -f 'src/ags/audio/ags_audio_application_context.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_application_context.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo $(DEPDIR)/libags_audio_a-ags_audio_application_context.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_application_context.c' object='libags_audio_a-ags_audio_application_context.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_application_context.obj `if test -f 'src/ags/audio/ags_audio_application_context.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_application_context.c'; fi`
-
-libags_audio_a-ags_sound_provider.o: src/ags/audio/ags_sound_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sound_provider.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo -c -o libags_audio_a-ags_sound_provider.o `test -f 'src/ags/audio/ags_sound_provider.c' || echo '$(srcdir)/'`src/ags/audio/ags_sound_provider.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo $(DEPDIR)/libags_audio_a-ags_sound_provider.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_sound_provider.c' object='libags_audio_a-ags_sound_provider.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sound_provider.o `test -f 'src/ags/audio/ags_sound_provider.c' || echo '$(srcdir)/'`src/ags/audio/ags_sound_provider.c
-
-libags_audio_a-ags_sound_provider.obj: src/ags/audio/ags_sound_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sound_provider.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo -c -o libags_audio_a-ags_sound_provider.obj `if test -f 'src/ags/audio/ags_sound_provider.c'; then $(CYGPATH_W) 'src/ags/audio/ags_sound_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_sound_provider.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo $(DEPDIR)/libags_audio_a-ags_sound_provider.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_sound_provider.c' object='libags_audio_a-ags_sound_provider.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sound_provider.obj `if test -f 'src/ags/audio/ags_sound_provider.c'; then $(CYGPATH_W) 'src/ags/audio/ags_sound_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_sound_provider.c'; fi`
-
-libags_audio_a-ags_acceleration.o: src/ags/audio/ags_acceleration.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_acceleration.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo -c -o libags_audio_a-ags_acceleration.o `test -f 'src/ags/audio/ags_acceleration.c' || echo '$(srcdir)/'`src/ags/audio/ags_acceleration.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo $(DEPDIR)/libags_audio_a-ags_acceleration.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_acceleration.c' object='libags_audio_a-ags_acceleration.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_acceleration.o `test -f 'src/ags/audio/ags_acceleration.c' || echo '$(srcdir)/'`src/ags/audio/ags_acceleration.c
-
-libags_audio_a-ags_acceleration.obj: src/ags/audio/ags_acceleration.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_acceleration.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo -c -o libags_audio_a-ags_acceleration.obj `if test -f 'src/ags/audio/ags_acceleration.c'; then $(CYGPATH_W) 'src/ags/audio/ags_acceleration.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_acceleration.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo $(DEPDIR)/libags_audio_a-ags_acceleration.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_acceleration.c' object='libags_audio_a-ags_acceleration.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_acceleration.obj `if test -f 'src/ags/audio/ags_acceleration.c'; then $(CYGPATH_W) 'src/ags/audio/ags_acceleration.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_acceleration.c'; fi`
-
-libags_audio_a-ags_playable.o: src/ags/object/ags_playable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_playable.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_playable.Tpo -c -o libags_audio_a-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_playable.Tpo $(DEPDIR)/libags_audio_a-ags_playable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='libags_audio_a-ags_playable.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
-
-libags_audio_a-ags_playable.obj: src/ags/object/ags_playable.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_playable.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_playable.Tpo -c -o libags_audio_a-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_playable.Tpo $(DEPDIR)/libags_audio_a-ags_playable.Po
-#	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='libags_audio_a-ags_playable.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
-
-libags_audio_a-ags_audio.o: src/ags/audio/ags_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio.Tpo -c -o libags_audio_a-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio.Tpo $(DEPDIR)/libags_audio_a-ags_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='libags_audio_a-ags_audio.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
-
-libags_audio_a-ags_audio.obj: src/ags/audio/ags_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio.Tpo -c -o libags_audio_a-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio.Tpo $(DEPDIR)/libags_audio_a-ags_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='libags_audio_a-ags_audio.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
-
-libags_audio_a-ags_audio_signal.o: src/ags/audio/ags_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo -c -o libags_audio_a-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='libags_audio_a-ags_audio_signal.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
-
-libags_audio_a-ags_audio_signal.obj: src/ags/audio/ags_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo -c -o libags_audio_a-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='libags_audio_a-ags_audio_signal.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
-
-libags_audio_a-ags_automation.o: src/ags/audio/ags_automation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_automation.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_automation.Tpo -c -o libags_audio_a-ags_automation.o `test -f 'src/ags/audio/ags_automation.c' || echo '$(srcdir)/'`src/ags/audio/ags_automation.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_automation.Tpo $(DEPDIR)/libags_audio_a-ags_automation.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_automation.c' object='libags_audio_a-ags_automation.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_automation.o `test -f 'src/ags/audio/ags_automation.c' || echo '$(srcdir)/'`src/ags/audio/ags_automation.c
-
-libags_audio_a-ags_automation.obj: src/ags/audio/ags_automation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_automation.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_automation.Tpo -c -o libags_audio_a-ags_automation.obj `if test -f 'src/ags/audio/ags_automation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_automation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_automation.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_automation.Tpo $(DEPDIR)/libags_audio_a-ags_automation.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_automation.c' object='libags_audio_a-ags_automation.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_automation.obj `if test -f 'src/ags/audio/ags_automation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_automation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_automation.c'; fi`
-
-libags_audio_a-ags_channel.o: src/ags/audio/ags_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel.Tpo -c -o libags_audio_a-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel.Tpo $(DEPDIR)/libags_audio_a-ags_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='libags_audio_a-ags_channel.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
-
-libags_audio_a-ags_channel.obj: src/ags/audio/ags_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel.Tpo -c -o libags_audio_a-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel.Tpo $(DEPDIR)/libags_audio_a-ags_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='libags_audio_a-ags_channel.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
-
-libags_audio_a-ags_channel_iter.o: src/ags/audio/ags_channel_iter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_iter.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo -c -o libags_audio_a-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo $(DEPDIR)/libags_audio_a-ags_channel_iter.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='libags_audio_a-ags_channel_iter.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
-
-libags_audio_a-ags_channel_iter.obj: src/ags/audio/ags_channel_iter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_iter.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo -c -o libags_audio_a-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo $(DEPDIR)/libags_audio_a-ags_channel_iter.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='libags_audio_a-ags_channel_iter.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
-
-libags_audio_a-ags_devout.o: src/ags/audio/ags_devout.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_devout.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_devout.Tpo -c -o libags_audio_a-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_devout.Tpo $(DEPDIR)/libags_audio_a-ags_devout.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='libags_audio_a-ags_devout.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
-
-libags_audio_a-ags_devout.obj: src/ags/audio/ags_devout.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_devout.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_devout.Tpo -c -o libags_audio_a-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_devout.Tpo $(DEPDIR)/libags_audio_a-ags_devout.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='libags_audio_a-ags_devout.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
-
-libags_audio_a-ags_input.o: src/ags/audio/ags_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_input.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_input.Tpo -c -o libags_audio_a-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_input.Tpo $(DEPDIR)/libags_audio_a-ags_input.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='libags_audio_a-ags_input.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
-
-libags_audio_a-ags_input.obj: src/ags/audio/ags_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_input.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_input.Tpo -c -o libags_audio_a-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_input.Tpo $(DEPDIR)/libags_audio_a-ags_input.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='libags_audio_a-ags_input.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
-
-libags_audio_a-ags_notation.o: src/ags/audio/ags_notation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_notation.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_notation.Tpo -c -o libags_audio_a-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_notation.Tpo $(DEPDIR)/libags_audio_a-ags_notation.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='libags_audio_a-ags_notation.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
-
-libags_audio_a-ags_notation.obj: src/ags/audio/ags_notation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_notation.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_notation.Tpo -c -o libags_audio_a-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_notation.Tpo $(DEPDIR)/libags_audio_a-ags_notation.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='libags_audio_a-ags_notation.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
-
-libags_audio_a-ags_note.o: src/ags/audio/ags_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_note.Tpo -c -o libags_audio_a-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_note.Tpo $(DEPDIR)/libags_audio_a-ags_note.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='libags_audio_a-ags_note.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
-
-libags_audio_a-ags_note.obj: src/ags/audio/ags_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_note.Tpo -c -o libags_audio_a-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_note.Tpo $(DEPDIR)/libags_audio_a-ags_note.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='libags_audio_a-ags_note.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
-
-libags_audio_a-ags_output.o: src/ags/audio/ags_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_output.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_output.Tpo -c -o libags_audio_a-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_output.Tpo $(DEPDIR)/libags_audio_a-ags_output.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='libags_audio_a-ags_output.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
-
-libags_audio_a-ags_output.obj: src/ags/audio/ags_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_output.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_output.Tpo -c -o libags_audio_a-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_output.Tpo $(DEPDIR)/libags_audio_a-ags_output.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='libags_audio_a-ags_output.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
-
-libags_audio_a-ags_pattern.o: src/ags/audio/ags_pattern.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_pattern.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_pattern.Tpo -c -o libags_audio_a-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_pattern.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='libags_audio_a-ags_pattern.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
-
-libags_audio_a-ags_pattern.obj: src/ags/audio/ags_pattern.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_pattern.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_pattern.Tpo -c -o libags_audio_a-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_pattern.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='libags_audio_a-ags_pattern.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
-
-libags_audio_a-ags_port.o: src/ags/audio/ags_port.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_port.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_port.Tpo -c -o libags_audio_a-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_port.Tpo $(DEPDIR)/libags_audio_a-ags_port.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='libags_audio_a-ags_port.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
-
-libags_audio_a-ags_port.obj: src/ags/audio/ags_port.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_port.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_port.Tpo -c -o libags_audio_a-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_port.Tpo $(DEPDIR)/libags_audio_a-ags_port.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='libags_audio_a-ags_port.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
-
-libags_audio_a-ags_recall_audio.o: src/ags/audio/ags_recall_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo -c -o libags_audio_a-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='libags_audio_a-ags_recall_audio.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
-
-libags_audio_a-ags_recall_audio.obj: src/ags/audio/ags_recall_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo -c -o libags_audio_a-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='libags_audio_a-ags_recall_audio.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
-
-libags_audio_a-ags_recall_audio_run.o: src/ags/audio/ags_recall_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo -c -o libags_audio_a-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='libags_audio_a-ags_recall_audio_run.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
-
-libags_audio_a-ags_recall_audio_run.obj: src/ags/audio/ags_recall_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo -c -o libags_audio_a-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='libags_audio_a-ags_recall_audio_run.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
-
-libags_audio_a-ags_recall_audio_signal.o: src/ags/audio/ags_recall_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo -c -o libags_audio_a-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='libags_audio_a-ags_recall_audio_signal.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
-
-libags_audio_a-ags_recall_audio_signal.obj: src/ags/audio/ags_recall_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo -c -o libags_audio_a-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='libags_audio_a-ags_recall_audio_signal.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
-
-libags_audio_a-ags_recall_channel.o: src/ags/audio/ags_recall_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo -c -o libags_audio_a-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='libags_audio_a-ags_recall_channel.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
-
-libags_audio_a-ags_recall_channel.obj: src/ags/audio/ags_recall_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo -c -o libags_audio_a-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='libags_audio_a-ags_recall_channel.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
-
-libags_audio_a-ags_recall_channel_run_dummy.o: src/ags/audio/ags_recall_channel_run_dummy.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run_dummy.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo -c -o libags_audio_a-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='libags_audio_a-ags_recall_channel_run_dummy.o' libtool=no \
+#	$(AM_V_CC)source='./src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.obj `if test -f './src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) './src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/./src/ags-lib/object/ags_connectable.c'; fi`
 
-libags_audio_a-ags_recall_channel_run_dummy.obj: src/ags/audio/ags_recall_channel_run_dummy.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run_dummy.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo -c -o libags_audio_a-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='libags_audio_a-ags_recall_channel_run_dummy.obj' libtool=no \
+ags-ags_combo_box_text.o: src/ags/lib/ags_combo_box_text.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_combo_box_text.o -MD -MP -MF $(DEPDIR)/ags-ags_combo_box_text.Tpo -c -o ags-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_combo_box_text.Tpo $(DEPDIR)/ags-ags_combo_box_text.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='ags-ags_combo_box_text.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
 
-libags_audio_a-ags_recall_channel_run.o: src/ags/audio/ags_recall_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo -c -o libags_audio_a-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='libags_audio_a-ags_recall_channel_run.o' libtool=no \
+ags-ags_combo_box_text.obj: src/ags/lib/ags_combo_box_text.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_combo_box_text.obj -MD -MP -MF $(DEPDIR)/ags-ags_combo_box_text.Tpo -c -o ags-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_combo_box_text.Tpo $(DEPDIR)/ags-ags_combo_box_text.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='ags-ags_combo_box_text.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
 
-libags_audio_a-ags_recall_channel_run.obj: src/ags/audio/ags_recall_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo -c -o libags_audio_a-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='libags_audio_a-ags_recall_channel_run.obj' libtool=no \
+ags-ags_list.o: src/ags/lib/ags_list.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_list.o -MD -MP -MF $(DEPDIR)/ags-ags_list.Tpo -c -o ags-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_list.Tpo $(DEPDIR)/ags-ags_list.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='ags-ags_list.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
 
-libags_audio_a-ags_recall_container.o: src/ags/audio/ags_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo -c -o libags_audio_a-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='libags_audio_a-ags_recall_container.o' libtool=no \
+ags-ags_list.obj: src/ags/lib/ags_list.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_list.obj -MD -MP -MF $(DEPDIR)/ags-ags_list.Tpo -c -o ags-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_list.Tpo $(DEPDIR)/ags-ags_list.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='ags-ags_list.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
 
-libags_audio_a-ags_recall_container.obj: src/ags/audio/ags_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo -c -o libags_audio_a-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='libags_audio_a-ags_recall_container.obj' libtool=no \
+ags-ags_container.o: src/ags/lib/ags_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_container.o -MD -MP -MF $(DEPDIR)/ags-ags_container.Tpo -c -o ags-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_container.Tpo $(DEPDIR)/ags-ags_container.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='ags-ags_container.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
 
-libags_audio_a-ags_recall_dependency.o: src/ags/audio/ags_recall_dependency.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_dependency.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo -c -o libags_audio_a-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo $(DEPDIR)/libags_audio_a-ags_recall_dependency.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='libags_audio_a-ags_recall_dependency.o' libtool=no \
+ags-ags_container.obj: src/ags/lib/ags_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_container.Tpo -c -o ags-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_container.Tpo $(DEPDIR)/ags-ags_container.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='ags-ags_container.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
 
-libags_audio_a-ags_recall_dependency.obj: src/ags/audio/ags_recall_dependency.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_dependency.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo -c -o libags_audio_a-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo $(DEPDIR)/libags_audio_a-ags_recall_dependency.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='libags_audio_a-ags_recall_dependency.obj' libtool=no \
+ags-ags_log.o: src/ags/lib/ags_log.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_log.o -MD -MP -MF $(DEPDIR)/ags-ags_log.Tpo -c -o ags-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_log.Tpo $(DEPDIR)/ags-ags_log.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='ags-ags_log.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
 
-libags_audio_a-ags_recall_factory.o: src/ags/audio/ags_recall_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo -c -o libags_audio_a-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo $(DEPDIR)/libags_audio_a-ags_recall_factory.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='libags_audio_a-ags_recall_factory.o' libtool=no \
+ags-ags_log.obj: src/ags/lib/ags_log.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_log.obj -MD -MP -MF $(DEPDIR)/ags-ags_log.Tpo -c -o ags-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_log.Tpo $(DEPDIR)/ags-ags_log.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='ags-ags_log.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
 
-libags_audio_a-ags_recall_factory.obj: src/ags/audio/ags_recall_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo -c -o libags_audio_a-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo $(DEPDIR)/libags_audio_a-ags_recall_factory.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='libags_audio_a-ags_recall_factory.obj' libtool=no \
+ags-ags_parameter.o: src/ags/lib/ags_parameter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_parameter.o -MD -MP -MF $(DEPDIR)/ags-ags_parameter.Tpo -c -o ags-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_parameter.Tpo $(DEPDIR)/ags-ags_parameter.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='ags-ags_parameter.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
 
-libags_audio_a-ags_recall.o: src/ags/audio/ags_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall.Tpo -c -o libags_audio_a-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall.Tpo $(DEPDIR)/libags_audio_a-ags_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='libags_audio_a-ags_recall.o' libtool=no \
+ags-ags_parameter.obj: src/ags/lib/ags_parameter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_parameter.obj -MD -MP -MF $(DEPDIR)/ags-ags_parameter.Tpo -c -o ags-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_parameter.Tpo $(DEPDIR)/ags-ags_parameter.Po
+#	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='ags-ags_parameter.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
 
-libags_audio_a-ags_recall.obj: src/ags/audio/ags_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall.Tpo -c -o libags_audio_a-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall.Tpo $(DEPDIR)/libags_audio_a-ags_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='libags_audio_a-ags_recall.obj' libtool=no \
+ags-ags_notebook_callbacks.o: src/ags/X/editor/ags_notebook_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_notebook_callbacks.Tpo -c -o ags-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook_callbacks.Tpo $(DEPDIR)/ags-ags_notebook_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='ags-ags_notebook_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
 
-libags_audio_a-ags_recall_id.o: src/ags/audio/ags_recall_id.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_id.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo -c -o libags_audio_a-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo $(DEPDIR)/libags_audio_a-ags_recall_id.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='libags_audio_a-ags_recall_id.o' libtool=no \
+ags-ags_notebook_callbacks.obj: src/ags/X/editor/ags_notebook_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_notebook_callbacks.Tpo -c -o ags-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook_callbacks.Tpo $(DEPDIR)/ags-ags_notebook_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='ags-ags_notebook_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_id.obj: src/ags/audio/ags_recall_id.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_id.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo -c -o libags_audio_a-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo $(DEPDIR)/libags_audio_a-ags_recall_id.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='libags_audio_a-ags_recall_id.obj' libtool=no \
+ags-ags_meter_callbacks.o: src/ags/X/editor/ags_meter_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_meter_callbacks.Tpo -c -o ags-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter_callbacks.Tpo $(DEPDIR)/ags-ags_meter_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='ags-ags_meter_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
 
-libags_audio_a-ags_recall_ladspa.o: src/ags/audio/ags_recall_ladspa.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo -c -o libags_audio_a-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='libags_audio_a-ags_recall_ladspa.o' libtool=no \
+ags-ags_meter_callbacks.obj: src/ags/X/editor/ags_meter_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_meter_callbacks.Tpo -c -o ags-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter_callbacks.Tpo $(DEPDIR)/ags-ags_meter_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='ags-ags_meter_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_ladspa.obj: src/ags/audio/ags_recall_ladspa.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo -c -o libags_audio_a-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='libags_audio_a-ags_recall_ladspa.obj' libtool=no \
+ags-ags_toolbar_callbacks.o: src/ags/X/editor/ags_toolbar_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo -c -o ags-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo $(DEPDIR)/ags-ags_toolbar_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='ags-ags_toolbar_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
 
-libags_audio_a-ags_recall_ladspa_run.o: src/ags/audio/ags_recall_ladspa_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo -c -o libags_audio_a-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='libags_audio_a-ags_recall_ladspa_run.o' libtool=no \
+ags-ags_toolbar_callbacks.obj: src/ags/X/editor/ags_toolbar_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo -c -o ags-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo $(DEPDIR)/ags-ags_toolbar_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='ags-ags_toolbar_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_ladspa_run.obj: src/ags/audio/ags_recall_ladspa_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo -c -o libags_audio_a-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='libags_audio_a-ags_recall_ladspa_run.obj' libtool=no \
+ags-ags_machine_selector.o: src/ags/X/editor/ags_machine_selector.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector.Tpo -c -o ags-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector.Tpo $(DEPDIR)/ags-ags_machine_selector.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='ags-ags_machine_selector.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
 
-libags_audio_a-ags_recall_recycling_dummy.o: src/ags/audio/ags_recall_recycling_dummy.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling_dummy.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo -c -o libags_audio_a-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='libags_audio_a-ags_recall_recycling_dummy.o' libtool=no \
+ags-ags_machine_selector.obj: src/ags/X/editor/ags_machine_selector.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector.Tpo -c -o ags-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector.Tpo $(DEPDIR)/ags-ags_machine_selector.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='ags-ags_machine_selector.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
 
-libags_audio_a-ags_recall_recycling_dummy.obj: src/ags/audio/ags_recall_recycling_dummy.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling_dummy.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo -c -o libags_audio_a-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='libags_audio_a-ags_recall_recycling_dummy.obj' libtool=no \
+ags-ags_machine_selector_callbacks.o: src/ags/X/editor/ags_machine_selector_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo -c -o ags-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo $(DEPDIR)/ags-ags_machine_selector_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='ags-ags_machine_selector_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
 
-libags_audio_a-ags_recall_recycling.o: src/ags/audio/ags_recall_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo -c -o libags_audio_a-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='libags_audio_a-ags_recall_recycling.o' libtool=no \
+ags-ags_machine_selector_callbacks.obj: src/ags/X/editor/ags_machine_selector_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo -c -o ags-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo $(DEPDIR)/ags-ags_machine_selector_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='ags-ags_machine_selector_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_recycling.obj: src/ags/audio/ags_recall_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo -c -o libags_audio_a-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='libags_audio_a-ags_recall_recycling.obj' libtool=no \
+ags-ags_machine_radio_button.o: src/ags/X/editor/ags_machine_radio_button.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_radio_button.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_radio_button.Tpo -c -o ags-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_radio_button.Tpo $(DEPDIR)/ags-ags_machine_radio_button.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='ags-ags_machine_radio_button.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
 
-libags_audio_a-ags_recycling_container.o: src/ags/audio/ags_recycling_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo -c -o libags_audio_a-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo $(DEPDIR)/libags_audio_a-ags_recycling_container.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='libags_audio_a-ags_recycling_container.o' libtool=no \
+ags-ags_machine_radio_button.obj: src/ags/X/editor/ags_machine_radio_button.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_radio_button.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_radio_button.Tpo -c -o ags-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_radio_button.Tpo $(DEPDIR)/ags-ags_machine_radio_button.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='ags-ags_machine_radio_button.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
 
-libags_audio_a-ags_recycling_container.obj: src/ags/audio/ags_recycling_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo -c -o libags_audio_a-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo $(DEPDIR)/libags_audio_a-ags_recycling_container.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='libags_audio_a-ags_recycling_container.obj' libtool=no \
+ags-ags_sf2_chooser.o: src/ags/X/editor/ags_sf2_chooser.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser.o -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser.Tpo -c -o ags-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser.Tpo $(DEPDIR)/ags-ags_sf2_chooser.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='ags-ags_sf2_chooser.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
 
-libags_audio_a-ags_recycling.o: src/ags/audio/ags_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling.Tpo -c -o libags_audio_a-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='libags_audio_a-ags_recycling.o' libtool=no \
+ags-ags_sf2_chooser.obj: src/ags/X/editor/ags_sf2_chooser.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser.obj -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser.Tpo -c -o ags-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser.Tpo $(DEPDIR)/ags-ags_sf2_chooser.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='ags-ags_sf2_chooser.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
 
-libags_audio_a-ags_recycling.obj: src/ags/audio/ags_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling.Tpo -c -o libags_audio_a-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='libags_audio_a-ags_recycling.obj' libtool=no \
+ags-ags_sf2_chooser_callbacks.o: src/ags/X/editor/ags_sf2_chooser_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo -c -o ags-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='ags-ags_sf2_chooser_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
 
-libags_audio_a-ags_synths.o: src/ags/audio/ags_synths.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_synths.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_synths.Tpo -c -o libags_audio_a-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_synths.Tpo $(DEPDIR)/libags_audio_a-ags_synths.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='libags_audio_a-ags_synths.o' libtool=no \
+ags-ags_sf2_chooser_callbacks.obj: src/ags/X/editor/ags_sf2_chooser_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo -c -o ags-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='ags-ags_sf2_chooser_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
 
-libags_audio_a-ags_synths.obj: src/ags/audio/ags_synths.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_synths.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_synths.Tpo -c -o libags_audio_a-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_synths.Tpo $(DEPDIR)/libags_audio_a-ags_synths.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='libags_audio_a-ags_synths.obj' libtool=no \
+ags-ags_notebook.o: src/ags/X/editor/ags_notebook.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook.o -MD -MP -MF $(DEPDIR)/ags-ags_notebook.Tpo -c -o ags-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook.Tpo $(DEPDIR)/ags-ags_notebook.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='ags-ags_notebook.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
 
-libags_audio_a-ags_task.o: src/ags/audio/ags_task.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_task.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_task.Tpo -c -o libags_audio_a-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_task.Tpo $(DEPDIR)/libags_audio_a-ags_task.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='libags_audio_a-ags_task.o' libtool=no \
+ags-ags_notebook.obj: src/ags/X/editor/ags_notebook.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook.obj -MD -MP -MF $(DEPDIR)/ags-ags_notebook.Tpo -c -o ags-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook.Tpo $(DEPDIR)/ags-ags_notebook.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='ags-ags_notebook.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
 
-libags_audio_a-ags_task.obj: src/ags/audio/ags_task.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_task.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_task.Tpo -c -o libags_audio_a-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_task.Tpo $(DEPDIR)/libags_audio_a-ags_task.Po
-#	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='libags_audio_a-ags_task.obj' libtool=no \
+ags-ags_note_edit_callbacks.o: src/ags/X/editor/ags_note_edit_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo -c -o ags-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo $(DEPDIR)/ags-ags_note_edit_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='ags-ags_note_edit_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
 
-libags_audio_a-ags_audio_file_xml.o: src/ags/audio/file/ags_audio_file_xml.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file_xml.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo -c -o libags_audio_a-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='libags_audio_a-ags_audio_file_xml.o' libtool=no \
+ags-ags_note_edit_callbacks.obj: src/ags/X/editor/ags_note_edit_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo -c -o ags-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo $(DEPDIR)/ags-ags_note_edit_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='ags-ags_note_edit_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_file_xml.obj: src/ags/audio/file/ags_audio_file_xml.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file_xml.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo -c -o libags_audio_a-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='libags_audio_a-ags_audio_file_xml.obj' libtool=no \
+ags-ags_file_selection_callbacks.o: src/ags/X/editor/ags_file_selection_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo -c -o ags-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo $(DEPDIR)/ags-ags_file_selection_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='ags-ags_file_selection_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
 
-libags_audio_a-ags_audio_file.o: src/ags/audio/file/ags_audio_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo -c -o libags_audio_a-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='libags_audio_a-ags_audio_file.o' libtool=no \
+ags-ags_file_selection_callbacks.obj: src/ags/X/editor/ags_file_selection_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo -c -o ags-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo $(DEPDIR)/ags-ags_file_selection_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='ags-ags_file_selection_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_file.obj: src/ags/audio/file/ags_audio_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo -c -o libags_audio_a-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='libags_audio_a-ags_audio_file.obj' libtool=no \
+ags-ags_machine_selection.o: src/ags/X/editor/ags_machine_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selection.Tpo -c -o ags-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selection.Tpo $(DEPDIR)/ags-ags_machine_selection.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='ags-ags_machine_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
 
-libags_audio_a-ags_ipatch.o: src/ags/audio/file/ags_ipatch.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo -c -o libags_audio_a-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='libags_audio_a-ags_ipatch.o' libtool=no \
+ags-ags_machine_selection.obj: src/ags/X/editor/ags_machine_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selection.Tpo -c -o ags-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selection.Tpo $(DEPDIR)/ags-ags_machine_selection.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='ags-ags_machine_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
 
-libags_audio_a-ags_ipatch.obj: src/ags/audio/file/ags_ipatch.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo -c -o libags_audio_a-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='libags_audio_a-ags_ipatch.obj' libtool=no \
+ags-ags_inline_player.o: src/ags/X/editor/ags_inline_player.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player.o -MD -MP -MF $(DEPDIR)/ags-ags_inline_player.Tpo -c -o ags-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player.Tpo $(DEPDIR)/ags-ags_inline_player.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='ags-ags_inline_player.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
 
-libags_audio_a-ags_ipatch_sf2_reader.o: src/ags/audio/file/ags_ipatch_sf2_reader.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch_sf2_reader.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo -c -o libags_audio_a-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='libags_audio_a-ags_ipatch_sf2_reader.o' libtool=no \
+ags-ags_inline_player.obj: src/ags/X/editor/ags_inline_player.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player.obj -MD -MP -MF $(DEPDIR)/ags-ags_inline_player.Tpo -c -o ags-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player.Tpo $(DEPDIR)/ags-ags_inline_player.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='ags-ags_inline_player.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
 
-libags_audio_a-ags_ipatch_sf2_reader.obj: src/ags/audio/file/ags_ipatch_sf2_reader.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch_sf2_reader.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo -c -o libags_audio_a-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='libags_audio_a-ags_ipatch_sf2_reader.obj' libtool=no \
+ags-ags_meter.o: src/ags/X/editor/ags_meter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter.o -MD -MP -MF $(DEPDIR)/ags-ags_meter.Tpo -c -o ags-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter.Tpo $(DEPDIR)/ags-ags_meter.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='ags-ags_meter.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
 
-libags_audio_a-ags_sndfile.o: src/ags/audio/file/ags_sndfile.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sndfile.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo -c -o libags_audio_a-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo $(DEPDIR)/libags_audio_a-ags_sndfile.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='libags_audio_a-ags_sndfile.o' libtool=no \
+ags-ags_meter.obj: src/ags/X/editor/ags_meter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter.obj -MD -MP -MF $(DEPDIR)/ags-ags_meter.Tpo -c -o ags-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter.Tpo $(DEPDIR)/ags-ags_meter.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='ags-ags_meter.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
 
-libags_audio_a-ags_sndfile.obj: src/ags/audio/file/ags_sndfile.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sndfile.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo -c -o libags_audio_a-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo $(DEPDIR)/libags_audio_a-ags_sndfile.Po
-#	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='libags_audio_a-ags_sndfile.obj' libtool=no \
+ags-ags_file_selection.o: src/ags/X/editor/ags_file_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_file_selection.Tpo -c -o ags-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection.Tpo $(DEPDIR)/ags-ags_file_selection.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='ags-ags_file_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
 
-libags_audio_a-ags_add_audio.o: src/ags/audio/task/ags_add_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo -c -o libags_audio_a-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='libags_audio_a-ags_add_audio.o' libtool=no \
+ags-ags_file_selection.obj: src/ags/X/editor/ags_file_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_selection.Tpo -c -o ags-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection.Tpo $(DEPDIR)/ags-ags_file_selection.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='ags-ags_file_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
 
-libags_audio_a-ags_add_audio.obj: src/ags/audio/task/ags_add_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo -c -o libags_audio_a-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='libags_audio_a-ags_add_audio.obj' libtool=no \
+ags-ags_note_edit.o: src/ags/X/editor/ags_note_edit.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit.o -MD -MP -MF $(DEPDIR)/ags-ags_note_edit.Tpo -c -o ags-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit.Tpo $(DEPDIR)/ags-ags_note_edit.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='ags-ags_note_edit.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
 
-libags_audio_a-ags_add_audio_signal.o: src/ags/audio/task/ags_add_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo -c -o libags_audio_a-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='libags_audio_a-ags_add_audio_signal.o' libtool=no \
+ags-ags_note_edit.obj: src/ags/X/editor/ags_note_edit.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit.obj -MD -MP -MF $(DEPDIR)/ags-ags_note_edit.Tpo -c -o ags-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit.Tpo $(DEPDIR)/ags-ags_note_edit.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='ags-ags_note_edit.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
 
-libags_audio_a-ags_add_audio_signal.obj: src/ags/audio/task/ags_add_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo -c -o libags_audio_a-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='libags_audio_a-ags_add_audio_signal.obj' libtool=no \
+ags-ags_inline_player_callbacks.o: src/ags/X/editor/ags_inline_player_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo -c -o ags-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo $(DEPDIR)/ags-ags_inline_player_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='ags-ags_inline_player_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
 
-libags_audio_a-ags_add_note.o: src/ags/audio/task/ags_add_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_note.Tpo -c -o libags_audio_a-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_note.Tpo $(DEPDIR)/libags_audio_a-ags_add_note.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='libags_audio_a-ags_add_note.o' libtool=no \
+ags-ags_inline_player_callbacks.obj: src/ags/X/editor/ags_inline_player_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo -c -o ags-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo $(DEPDIR)/ags-ags_inline_player_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='ags-ags_inline_player_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
 
-libags_audio_a-ags_add_note.obj: src/ags/audio/task/ags_add_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_note.Tpo -c -o libags_audio_a-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_note.Tpo $(DEPDIR)/libags_audio_a-ags_add_note.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='libags_audio_a-ags_add_note.obj' libtool=no \
+ags-ags_toolbar.o: src/ags/X/editor/ags_toolbar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar.o -MD -MP -MF $(DEPDIR)/ags-ags_toolbar.Tpo -c -o ags-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar.Tpo $(DEPDIR)/ags-ags_toolbar.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='ags-ags_toolbar.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
 
-libags_audio_a-ags_add_recall_container.o: src/ags/audio/task/ags_add_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo -c -o libags_audio_a-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='libags_audio_a-ags_add_recall_container.o' libtool=no \
+ags-ags_toolbar.obj: src/ags/X/editor/ags_toolbar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar.obj -MD -MP -MF $(DEPDIR)/ags-ags_toolbar.Tpo -c -o ags-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar.Tpo $(DEPDIR)/ags-ags_toolbar.Po
+#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='ags-ags_toolbar.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
 
-libags_audio_a-ags_add_recall_container.obj: src/ags/audio/task/ags_add_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo -c -o libags_audio_a-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='libags_audio_a-ags_add_recall_container.obj' libtool=no \
+ags-ags_plugin_preferences.o: src/ags/X/ags_plugin_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences.Tpo -c -o ags-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences.Tpo $(DEPDIR)/ags-ags_plugin_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='ags-ags_plugin_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
 
-libags_audio_a-ags_add_recall.o: src/ags/audio/task/ags_add_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo -c -o libags_audio_a-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='libags_audio_a-ags_add_recall.o' libtool=no \
+ags-ags_plugin_preferences.obj: src/ags/X/ags_plugin_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences.Tpo -c -o ags-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences.Tpo $(DEPDIR)/ags-ags_plugin_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='ags-ags_plugin_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
 
-libags_audio_a-ags_add_recall.obj: src/ags/audio/task/ags_add_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo -c -o libags_audio_a-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='libags_audio_a-ags_add_recall.obj' libtool=no \
+ags-ags_link_editor.o: src/ags/X/ags_link_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_link_editor.Tpo -c -o ags-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor.Tpo $(DEPDIR)/ags-ags_link_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='ags-ags_link_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
 
-libags_audio_a-ags_append_audio.o: src/ags/audio/task/ags_append_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo -c -o libags_audio_a-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='libags_audio_a-ags_append_audio.o' libtool=no \
+ags-ags_link_editor.obj: src/ags/X/ags_link_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_editor.Tpo -c -o ags-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor.Tpo $(DEPDIR)/ags-ags_link_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='ags-ags_link_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
 
-libags_audio_a-ags_append_audio.obj: src/ags/audio/task/ags_append_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo -c -o libags_audio_a-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='libags_audio_a-ags_append_audio.obj' libtool=no \
+ags-ags_machine_callbacks.o: src/ags/X/ags_machine_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_callbacks.Tpo -c -o ags-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_callbacks.Tpo $(DEPDIR)/ags-ags_machine_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='ags-ags_machine_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
 
-libags_audio_a-ags_append_audio_threaded.o: src/ags/audio/task/ags_append_audio_threaded.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio_threaded.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo -c -o libags_audio_a-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='libags_audio_a-ags_append_audio_threaded.o' libtool=no \
+ags-ags_machine_callbacks.obj: src/ags/X/ags_machine_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_callbacks.Tpo -c -o ags-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_callbacks.Tpo $(DEPDIR)/ags-ags_machine_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='ags-ags_machine_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
 
-libags_audio_a-ags_append_audio_threaded.obj: src/ags/audio/task/ags_append_audio_threaded.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio_threaded.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo -c -o libags_audio_a-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='libags_audio_a-ags_append_audio_threaded.obj' libtool=no \
+ags-ags_listing_editor_callbacks.o: src/ags/X/ags_listing_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo -c -o ags-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo $(DEPDIR)/ags-ags_listing_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='ags-ags_listing_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
 
-libags_audio_a-ags_append_channel.o: src/ags/audio/task/ags_append_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo -c -o libags_audio_a-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo $(DEPDIR)/libags_audio_a-ags_append_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='libags_audio_a-ags_append_channel.o' libtool=no \
+ags-ags_listing_editor_callbacks.obj: src/ags/X/ags_listing_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo -c -o ags-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo $(DEPDIR)/ags-ags_listing_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='ags-ags_listing_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_append_channel.obj: src/ags/audio/task/ags_append_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo -c -o libags_audio_a-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo $(DEPDIR)/libags_audio_a-ags_append_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='libags_audio_a-ags_append_channel.obj' libtool=no \
+ags-ags_link_collection_editor_callbacks.o: src/ags/X/ags_link_collection_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo -c -o ags-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='ags-ags_link_collection_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
 
-libags_audio_a-ags_append_recall.o: src/ags/audio/task/ags_append_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo -c -o libags_audio_a-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo $(DEPDIR)/libags_audio_a-ags_append_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='libags_audio_a-ags_append_recall.o' libtool=no \
+ags-ags_link_collection_editor_callbacks.obj: src/ags/X/ags_link_collection_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo -c -o ags-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='ags-ags_link_collection_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_append_recall.obj: src/ags/audio/task/ags_append_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo -c -o libags_audio_a-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo $(DEPDIR)/libags_audio_a-ags_append_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='libags_audio_a-ags_append_recall.obj' libtool=no \
+ags-ags_generic_preferences_callbacks.o: src/ags/X/ags_generic_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo -c -o ags-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_generic_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='ags-ags_generic_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
 
-libags_audio_a-ags_apply_synth.o: src/ags/audio/task/ags_apply_synth.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_synth.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo -c -o libags_audio_a-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo $(DEPDIR)/libags_audio_a-ags_apply_synth.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='libags_audio_a-ags_apply_synth.o' libtool=no \
+ags-ags_generic_preferences_callbacks.obj: src/ags/X/ags_generic_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo -c -o ags-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_generic_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='ags-ags_generic_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_apply_synth.obj: src/ags/audio/task/ags_apply_synth.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_synth.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo -c -o libags_audio_a-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo $(DEPDIR)/libags_audio_a-ags_apply_synth.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='libags_audio_a-ags_apply_synth.obj' libtool=no \
+ags-ags_property_collection_editor_callbacks.o: src/ags/X/ags_property_collection_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo -c -o ags-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='ags-ags_property_collection_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
 
-libags_audio_a-ags_audio_set_recycling.o: src/ags/audio/task/ags_audio_set_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_set_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo -c -o libags_audio_a-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='libags_audio_a-ags_audio_set_recycling.o' libtool=no \
+ags-ags_property_collection_editor_callbacks.obj: src/ags/X/ags_property_collection_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo -c -o ags-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='ags-ags_property_collection_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_set_recycling.obj: src/ags/audio/task/ags_audio_set_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_set_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo -c -o libags_audio_a-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='libags_audio_a-ags_audio_set_recycling.obj' libtool=no \
+ags-ags_property_editor_callbacks.o: src/ags/X/ags_property_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo -c -o ags-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='ags-ags_property_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
 
-libags_audio_a-ags_cancel_audio.o: src/ags/audio/task/ags_cancel_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo -c -o libags_audio_a-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='libags_audio_a-ags_cancel_audio.o' libtool=no \
+ags-ags_property_editor_callbacks.obj: src/ags/X/ags_property_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo -c -o ags-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='ags-ags_property_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_cancel_audio.obj: src/ags/audio/task/ags_cancel_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo -c -o libags_audio_a-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='libags_audio_a-ags_cancel_audio.obj' libtool=no \
+ags-ags_synth.o: src/ags/X/machine/ags_synth.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth.o -MD -MP -MF $(DEPDIR)/ags-ags_synth.Tpo -c -o ags-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth.Tpo $(DEPDIR)/ags-ags_synth.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='ags-ags_synth.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
 
-libags_audio_a-ags_cancel_channel.o: src/ags/audio/task/ags_cancel_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo -c -o libags_audio_a-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='libags_audio_a-ags_cancel_channel.o' libtool=no \
+ags-ags_synth.obj: src/ags/X/machine/ags_synth.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth.Tpo -c -o ags-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth.Tpo $(DEPDIR)/ags-ags_synth.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='ags-ags_synth.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
 
-libags_audio_a-ags_cancel_channel.obj: src/ags/audio/task/ags_cancel_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo -c -o libags_audio_a-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='libags_audio_a-ags_cancel_channel.obj' libtool=no \
+ags-ags_mixer.o: src/ags/X/machine/ags_mixer.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer.Tpo -c -o ags-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer.Tpo $(DEPDIR)/ags-ags_mixer.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='ags-ags_mixer.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
 
-libags_audio_a-ags_cancel_recall.o: src/ags/audio/task/ags_cancel_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo -c -o libags_audio_a-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='libags_audio_a-ags_cancel_recall.o' libtool=no \
+ags-ags_mixer.obj: src/ags/X/machine/ags_mixer.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer.Tpo -c -o ags-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer.Tpo $(DEPDIR)/ags-ags_mixer.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='ags-ags_mixer.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
 
-libags_audio_a-ags_cancel_recall.obj: src/ags/audio/task/ags_cancel_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo -c -o libags_audio_a-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='libags_audio_a-ags_cancel_recall.obj' libtool=no \
+ags-ags_matrix_callbacks.o: src/ags/X/machine/ags_matrix_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_matrix_callbacks.Tpo -c -o ags-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix_callbacks.Tpo $(DEPDIR)/ags-ags_matrix_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='ags-ags_matrix_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
 
-libags_audio_a-ags_channel_set_recycling.o: src/ags/audio/task/ags_channel_set_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_set_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo -c -o libags_audio_a-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='libags_audio_a-ags_channel_set_recycling.o' libtool=no \
+ags-ags_matrix_callbacks.obj: src/ags/X/machine/ags_matrix_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_matrix_callbacks.Tpo -c -o ags-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix_callbacks.Tpo $(DEPDIR)/ags-ags_matrix_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='ags-ags_matrix_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
 
-libags_audio_a-ags_channel_set_recycling.obj: src/ags/audio/task/ags_channel_set_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_set_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo -c -o libags_audio_a-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='libags_audio_a-ags_channel_set_recycling.obj' libtool=no \
+ags-ags_panel_input_line.o: src/ags/X/machine/ags_panel_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_line.Tpo -c -o ags-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_line.Tpo $(DEPDIR)/ags-ags_panel_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='ags-ags_panel_input_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
 
-libags_audio_a-ags_export_output.o: src/ags/audio/task/ags_export_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_export_output.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_export_output.Tpo -c -o libags_audio_a-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_export_output.Tpo $(DEPDIR)/libags_audio_a-ags_export_output.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='libags_audio_a-ags_export_output.o' libtool=no \
+ags-ags_panel_input_line.obj: src/ags/X/machine/ags_panel_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_line.Tpo -c -o ags-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_line.Tpo $(DEPDIR)/ags-ags_panel_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='ags-ags_panel_input_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
 
-libags_audio_a-ags_export_output.obj: src/ags/audio/task/ags_export_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_export_output.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_export_output.Tpo -c -o libags_audio_a-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_export_output.Tpo $(DEPDIR)/libags_audio_a-ags_export_output.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='libags_audio_a-ags_export_output.obj' libtool=no \
+ags-ags_synth_input_line.o: src/ags/X/machine/ags_synth_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_line.Tpo -c -o ags-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_line.Tpo $(DEPDIR)/ags-ags_synth_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='ags-ags_synth_input_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
 
-libags_audio_a-ags_init_audio.o: src/ags/audio/task/ags_init_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo -c -o libags_audio_a-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo $(DEPDIR)/libags_audio_a-ags_init_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='libags_audio_a-ags_init_audio.o' libtool=no \
+ags-ags_synth_input_line.obj: src/ags/X/machine/ags_synth_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_line.Tpo -c -o ags-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_line.Tpo $(DEPDIR)/ags-ags_synth_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='ags-ags_synth_input_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
 
-libags_audio_a-ags_init_audio.obj: src/ags/audio/task/ags_init_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo -c -o libags_audio_a-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo $(DEPDIR)/libags_audio_a-ags_init_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='libags_audio_a-ags_init_audio.obj' libtool=no \
+ags-ags_mixer_callbacks.o: src/ags/X/machine/ags_mixer_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_callbacks.Tpo -c -o ags-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_callbacks.Tpo $(DEPDIR)/ags-ags_mixer_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='ags-ags_mixer_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
 
-libags_audio_a-ags_init_channel.o: src/ags/audio/task/ags_init_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo -c -o libags_audio_a-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo $(DEPDIR)/libags_audio_a-ags_init_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='libags_audio_a-ags_init_channel.o' libtool=no \
+ags-ags_mixer_callbacks.obj: src/ags/X/machine/ags_mixer_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_callbacks.Tpo -c -o ags-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_callbacks.Tpo $(DEPDIR)/ags-ags_mixer_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='ags-ags_mixer_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
 
-libags_audio_a-ags_init_channel.obj: src/ags/audio/task/ags_init_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo -c -o libags_audio_a-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo $(DEPDIR)/libags_audio_a-ags_init_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='libags_audio_a-ags_init_channel.obj' libtool=no \
+ags-ags_synth_callbacks.o: src/ags/X/machine/ags_synth_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_callbacks.Tpo -c -o ags-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_callbacks.Tpo $(DEPDIR)/ags-ags_synth_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='ags-ags_synth_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
 
-libags_audio_a-ags_link_channel.o: src/ags/audio/task/ags_link_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_link_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo -c -o libags_audio_a-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo $(DEPDIR)/libags_audio_a-ags_link_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='libags_audio_a-ags_link_channel.o' libtool=no \
+ags-ags_synth_callbacks.obj: src/ags/X/machine/ags_synth_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_callbacks.Tpo -c -o ags-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_callbacks.Tpo $(DEPDIR)/ags-ags_synth_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='ags-ags_synth_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
 
-libags_audio_a-ags_link_channel.obj: src/ags/audio/task/ags_link_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_link_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo -c -o libags_audio_a-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo $(DEPDIR)/libags_audio_a-ags_link_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='libags_audio_a-ags_link_channel.obj' libtool=no \
+ags-ags_mixer_input_line.o: src/ags/X/machine/ags_mixer_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_line.Tpo -c -o ags-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_line.Tpo $(DEPDIR)/ags-ags_mixer_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='ags-ags_mixer_input_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
 
-libags_audio_a-ags_open_file.o: src/ags/audio/task/ags_open_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_file.Tpo -c -o libags_audio_a-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='libags_audio_a-ags_open_file.o' libtool=no \
+ags-ags_mixer_input_line.obj: src/ags/X/machine/ags_mixer_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_line.Tpo -c -o ags-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_line.Tpo $(DEPDIR)/ags-ags_mixer_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='ags-ags_mixer_input_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
 
-libags_audio_a-ags_open_file.obj: src/ags/audio/task/ags_open_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_file.Tpo -c -o libags_audio_a-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='libags_audio_a-ags_open_file.obj' libtool=no \
+ags-ags_oscillator.o: src/ags/X/machine/ags_oscillator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator.o -MD -MP -MF $(DEPDIR)/ags-ags_oscillator.Tpo -c -o ags-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator.Tpo $(DEPDIR)/ags-ags_oscillator.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='ags-ags_oscillator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
 
-libags_audio_a-ags_open_single_file.o: src/ags/audio/task/ags_open_single_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_single_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo -c -o libags_audio_a-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_single_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='libags_audio_a-ags_open_single_file.o' libtool=no \
+ags-ags_oscillator.obj: src/ags/X/machine/ags_oscillator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator.obj -MD -MP -MF $(DEPDIR)/ags-ags_oscillator.Tpo -c -o ags-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator.Tpo $(DEPDIR)/ags-ags_oscillator.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='ags-ags_oscillator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
 
-libags_audio_a-ags_open_single_file.obj: src/ags/audio/task/ags_open_single_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_single_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo -c -o libags_audio_a-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_single_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='libags_audio_a-ags_open_single_file.obj' libtool=no \
+ags-ags_panel_input_pad.o: src/ags/X/machine/ags_panel_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_pad.Tpo -c -o ags-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_pad.Tpo $(DEPDIR)/ags-ags_panel_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='ags-ags_panel_input_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
 
-libags_audio_a-ags_remove_audio.o: src/ags/audio/task/ags_remove_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo -c -o libags_audio_a-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='libags_audio_a-ags_remove_audio.o' libtool=no \
+ags-ags_panel_input_pad.obj: src/ags/X/machine/ags_panel_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_pad.Tpo -c -o ags-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_pad.Tpo $(DEPDIR)/ags-ags_panel_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='ags-ags_panel_input_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
 
-libags_audio_a-ags_remove_audio.obj: src/ags/audio/task/ags_remove_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo -c -o libags_audio_a-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='libags_audio_a-ags_remove_audio.obj' libtool=no \
+ags-ags_matrix.o: src/ags/X/machine/ags_matrix.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix.o -MD -MP -MF $(DEPDIR)/ags-ags_matrix.Tpo -c -o ags-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix.Tpo $(DEPDIR)/ags-ags_matrix.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='ags-ags_matrix.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
 
-libags_audio_a-ags_remove_audio_signal.o: src/ags/audio/task/ags_remove_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo -c -o libags_audio_a-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='libags_audio_a-ags_remove_audio_signal.o' libtool=no \
+ags-ags_matrix.obj: src/ags/X/machine/ags_matrix.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix.obj -MD -MP -MF $(DEPDIR)/ags-ags_matrix.Tpo -c -o ags-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix.Tpo $(DEPDIR)/ags-ags_matrix.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='ags-ags_matrix.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
 
-libags_audio_a-ags_remove_audio_signal.obj: src/ags/audio/task/ags_remove_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo -c -o libags_audio_a-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='libags_audio_a-ags_remove_audio_signal.obj' libtool=no \
+ags-ags_drum_output_line_callbacks.o: src/ags/X/machine/ags_drum_output_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo -c -o ags-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='ags-ags_drum_output_line_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
 
-libags_audio_a-ags_remove_note.o: src/ags/audio/task/ags_remove_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo -c -o libags_audio_a-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo $(DEPDIR)/libags_audio_a-ags_remove_note.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='libags_audio_a-ags_remove_note.o' libtool=no \
+ags-ags_drum_output_line_callbacks.obj: src/ags/X/machine/ags_drum_output_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo -c -o ags-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='ags-ags_drum_output_line_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_note.obj: src/ags/audio/task/ags_remove_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo -c -o libags_audio_a-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo $(DEPDIR)/libags_audio_a-ags_remove_note.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='libags_audio_a-ags_remove_note.obj' libtool=no \
+ags-ags_panel_callbacks.o: src/ags/X/machine/ags_panel_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_callbacks.Tpo -c -o ags-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_callbacks.Tpo $(DEPDIR)/ags-ags_panel_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='ags-ags_panel_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
 
-libags_audio_a-ags_remove_recall_container.o: src/ags/audio/task/ags_remove_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo -c -o libags_audio_a-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='libags_audio_a-ags_remove_recall_container.o' libtool=no \
+ags-ags_panel_callbacks.obj: src/ags/X/machine/ags_panel_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_callbacks.Tpo -c -o ags-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_callbacks.Tpo $(DEPDIR)/ags-ags_panel_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='ags-ags_panel_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_recall_container.obj: src/ags/audio/task/ags_remove_recall_container.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo -c -o libags_audio_a-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='libags_audio_a-ags_remove_recall_container.obj' libtool=no \
+ags-ags_mixer_input_pad.o: src/ags/X/machine/ags_mixer_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_pad.Tpo -c -o ags-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_pad.Tpo $(DEPDIR)/ags-ags_mixer_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='ags-ags_mixer_input_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
 
-libags_audio_a-ags_remove_recall.o: src/ags/audio/task/ags_remove_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo -c -o libags_audio_a-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='libags_audio_a-ags_remove_recall.o' libtool=no \
+ags-ags_mixer_input_pad.obj: src/ags/X/machine/ags_mixer_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_pad.Tpo -c -o ags-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_pad.Tpo $(DEPDIR)/ags-ags_mixer_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='ags-ags_mixer_input_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
 
-libags_audio_a-ags_remove_recall.obj: src/ags/audio/task/ags_remove_recall.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo -c -o libags_audio_a-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='libags_audio_a-ags_remove_recall.obj' libtool=no \
+ags-ags_panel.o: src/ags/X/machine/ags_panel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel.o -MD -MP -MF $(DEPDIR)/ags-ags_panel.Tpo -c -o ags-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel.Tpo $(DEPDIR)/ags-ags_panel.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='ags-ags_panel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
 
-libags_audio_a-ags_remove_region_from_selection.o: src/ags/audio/task/ags_remove_region_from_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_region_from_selection.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo -c -o libags_audio_a-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='libags_audio_a-ags_remove_region_from_selection.o' libtool=no \
+ags-ags_panel.obj: src/ags/X/machine/ags_panel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel.Tpo -c -o ags-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel.Tpo $(DEPDIR)/ags-ags_panel.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='ags-ags_panel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
 
-libags_audio_a-ags_remove_region_from_selection.obj: src/ags/audio/task/ags_remove_region_from_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_region_from_selection.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo -c -o libags_audio_a-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='libags_audio_a-ags_remove_region_from_selection.obj' libtool=no \
+ags-ags_drum.o: src/ags/X/machine/ags_drum.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum.o -MD -MP -MF $(DEPDIR)/ags-ags_drum.Tpo -c -o ags-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum.Tpo $(DEPDIR)/ags-ags_drum.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='ags-ags_drum.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
 
-libags_audio_a-ags_resize_audio.o: src/ags/audio/task/ags_resize_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_resize_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo -c -o libags_audio_a-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo $(DEPDIR)/libags_audio_a-ags_resize_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='libags_audio_a-ags_resize_audio.o' libtool=no \
+ags-ags_drum.obj: src/ags/X/machine/ags_drum.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum.Tpo -c -o ags-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum.Tpo $(DEPDIR)/ags-ags_drum.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='ags-ags_drum.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
 
-libags_audio_a-ags_resize_audio.obj: src/ags/audio/task/ags_resize_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_resize_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo -c -o libags_audio_a-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo $(DEPDIR)/libags_audio_a-ags_resize_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='libags_audio_a-ags_resize_audio.obj' libtool=no \
+ags-ags_ffplayer.o: src/ags/X/machine/ags_ffplayer.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer.o -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer.Tpo -c -o ags-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer.Tpo $(DEPDIR)/ags-ags_ffplayer.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='ags-ags_ffplayer.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
 
-libags_audio_a-ags_set_audio_channels.o: src/ags/audio/task/ags_set_audio_channels.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_audio_channels.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo -c -o libags_audio_a-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='libags_audio_a-ags_set_audio_channels.o' libtool=no \
+ags-ags_ffplayer.obj: src/ags/X/machine/ags_ffplayer.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer.obj -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer.Tpo -c -o ags-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer.Tpo $(DEPDIR)/ags-ags_ffplayer.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='ags-ags_ffplayer.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
 
-libags_audio_a-ags_set_audio_channels.obj: src/ags/audio/task/ags_set_audio_channels.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_audio_channels.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo -c -o libags_audio_a-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='libags_audio_a-ags_set_audio_channels.obj' libtool=no \
+ags-ags_drum_output_pad_callbacks.o: src/ags/X/machine/ags_drum_output_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo -c -o ags-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='ags-ags_drum_output_pad_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
 
-libags_audio_a-ags_set_buffer_size.o: src/ags/audio/task/ags_set_buffer_size.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_buffer_size.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo -c -o libags_audio_a-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='libags_audio_a-ags_set_buffer_size.o' libtool=no \
+ags-ags_drum_output_pad_callbacks.obj: src/ags/X/machine/ags_drum_output_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo -c -o ags-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='ags-ags_drum_output_pad_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_set_buffer_size.obj: src/ags/audio/task/ags_set_buffer_size.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_buffer_size.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo -c -o libags_audio_a-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='libags_audio_a-ags_set_buffer_size.obj' libtool=no \
+ags-ags_oscillator_callbacks.o: src/ags/X/machine/ags_oscillator_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo -c -o ags-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo $(DEPDIR)/ags-ags_oscillator_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='ags-ags_oscillator_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
 
-libags_audio_a-ags_set_devout_play_flags.o: src/ags/audio/task/ags_set_devout_play_flags.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_devout_play_flags.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo -c -o libags_audio_a-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='libags_audio_a-ags_set_devout_play_flags.o' libtool=no \
+ags-ags_oscillator_callbacks.obj: src/ags/X/machine/ags_oscillator_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo -c -o ags-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo $(DEPDIR)/ags-ags_oscillator_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='ags-ags_oscillator_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
 
-libags_audio_a-ags_set_devout_play_flags.obj: src/ags/audio/task/ags_set_devout_play_flags.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_devout_play_flags.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo -c -o libags_audio_a-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='libags_audio_a-ags_set_devout_play_flags.obj' libtool=no \
+ags-ags_drum_callbacks.o: src/ags/X/machine/ags_drum_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_callbacks.Tpo -c -o ags-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_callbacks.Tpo $(DEPDIR)/ags-ags_drum_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='ags-ags_drum_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
 
-libags_audio_a-ags_set_output_device.o: src/ags/audio/task/ags_set_output_device.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_output_device.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo -c -o libags_audio_a-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo $(DEPDIR)/libags_audio_a-ags_set_output_device.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='libags_audio_a-ags_set_output_device.o' libtool=no \
+ags-ags_drum_callbacks.obj: src/ags/X/machine/ags_drum_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_callbacks.Tpo -c -o ags-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_callbacks.Tpo $(DEPDIR)/ags-ags_drum_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='ags-ags_drum_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
 
-libags_audio_a-ags_set_output_device.obj: src/ags/audio/task/ags_set_output_device.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_output_device.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo -c -o libags_audio_a-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo $(DEPDIR)/libags_audio_a-ags_set_output_device.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='libags_audio_a-ags_set_output_device.obj' libtool=no \
+ags-ags_drum_input_pad_callbacks.o: src/ags/X/machine/ags_drum_input_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo -c -o ags-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='ags-ags_drum_input_pad_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
 
-libags_audio_a-ags_set_samplerate.o: src/ags/audio/task/ags_set_samplerate.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_samplerate.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo -c -o libags_audio_a-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo $(DEPDIR)/libags_audio_a-ags_set_samplerate.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='libags_audio_a-ags_set_samplerate.o' libtool=no \
+ags-ags_drum_input_pad_callbacks.obj: src/ags/X/machine/ags_drum_input_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo -c -o ags-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='ags-ags_drum_input_pad_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_set_samplerate.obj: src/ags/audio/task/ags_set_samplerate.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_samplerate.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo -c -o libags_audio_a-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo $(DEPDIR)/libags_audio_a-ags_set_samplerate.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='libags_audio_a-ags_set_samplerate.obj' libtool=no \
+ags-ags_drum_input_pad.o: src/ags/X/machine/ags_drum_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad.Tpo -c -o ags-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad.Tpo $(DEPDIR)/ags-ags_drum_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='ags-ags_drum_input_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
 
-libags_audio_a-ags_start_devout.o: src/ags/audio/task/ags_start_devout.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_start_devout.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo -c -o libags_audio_a-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo $(DEPDIR)/libags_audio_a-ags_start_devout.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='libags_audio_a-ags_start_devout.o' libtool=no \
+ags-ags_drum_input_pad.obj: src/ags/X/machine/ags_drum_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad.Tpo -c -o ags-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad.Tpo $(DEPDIR)/ags-ags_drum_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='ags-ags_drum_input_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
 
-libags_audio_a-ags_start_devout.obj: src/ags/audio/task/ags_start_devout.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_start_devout.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo -c -o libags_audio_a-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo $(DEPDIR)/libags_audio_a-ags_start_devout.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='libags_audio_a-ags_start_devout.obj' libtool=no \
+ags-ags_drum_output_line.o: src/ags/X/machine/ags_drum_output_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line.Tpo -c -o ags-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line.Tpo $(DEPDIR)/ags-ags_drum_output_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='ags-ags_drum_output_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
 
-libags_audio_a-ags_unref_audio_signal.o: src/ags/audio/task/ags_unref_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_unref_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo -c -o libags_audio_a-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='libags_audio_a-ags_unref_audio_signal.o' libtool=no \
+ags-ags_drum_output_line.obj: src/ags/X/machine/ags_drum_output_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line.Tpo -c -o ags-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line.Tpo $(DEPDIR)/ags-ags_drum_output_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='ags-ags_drum_output_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
 
-libags_audio_a-ags_unref_audio_signal.obj: src/ags/audio/task/ags_unref_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_unref_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo -c -o libags_audio_a-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='libags_audio_a-ags_unref_audio_signal.obj' libtool=no \
+ags-ags_drum_input_line.o: src/ags/X/machine/ags_drum_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line.Tpo -c -o ags-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line.Tpo $(DEPDIR)/ags-ags_drum_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='ags-ags_drum_input_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
 
-libags_audio_a-ags_apply_bpm.o: src/ags/audio/task/recall/ags_apply_bpm.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_bpm.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo -c -o libags_audio_a-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo $(DEPDIR)/libags_audio_a-ags_apply_bpm.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='libags_audio_a-ags_apply_bpm.o' libtool=no \
+ags-ags_drum_input_line.obj: src/ags/X/machine/ags_drum_input_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line.Tpo -c -o ags-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line.Tpo $(DEPDIR)/ags-ags_drum_input_line.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='ags-ags_drum_input_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
 
-libags_audio_a-ags_apply_bpm.obj: src/ags/audio/task/recall/ags_apply_bpm.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_bpm.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo -c -o libags_audio_a-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo $(DEPDIR)/libags_audio_a-ags_apply_bpm.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='libags_audio_a-ags_apply_bpm.obj' libtool=no \
+ags-ags_ffplayer_callbacks.o: src/ags/X/machine/ags_ffplayer_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo -c -o ags-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo $(DEPDIR)/ags-ags_ffplayer_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='ags-ags_ffplayer_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
 
-libags_audio_a-ags_apply_sequencer_length.o: src/ags/audio/task/recall/ags_apply_sequencer_length.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_sequencer_length.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo -c -o libags_audio_a-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='libags_audio_a-ags_apply_sequencer_length.o' libtool=no \
+ags-ags_ffplayer_callbacks.obj: src/ags/X/machine/ags_ffplayer_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo -c -o ags-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo $(DEPDIR)/ags-ags_ffplayer_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='ags-ags_ffplayer_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
 
-libags_audio_a-ags_apply_sequencer_length.obj: src/ags/audio/task/recall/ags_apply_sequencer_length.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_sequencer_length.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo -c -o libags_audio_a-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='libags_audio_a-ags_apply_sequencer_length.obj' libtool=no \
+ags-ags_drum_output_pad.o: src/ags/X/machine/ags_drum_output_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad.Tpo -c -o ags-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad.Tpo $(DEPDIR)/ags-ags_drum_output_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='ags-ags_drum_output_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
 
-libags_audio_a-ags_apply_tact.o: src/ags/audio/task/recall/ags_apply_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_tact.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo -c -o libags_audio_a-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo $(DEPDIR)/libags_audio_a-ags_apply_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='libags_audio_a-ags_apply_tact.o' libtool=no \
+ags-ags_drum_output_pad.obj: src/ags/X/machine/ags_drum_output_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad.Tpo -c -o ags-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad.Tpo $(DEPDIR)/ags-ags_drum_output_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='ags-ags_drum_output_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
 
-libags_audio_a-ags_apply_tact.obj: src/ags/audio/task/recall/ags_apply_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_tact.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo -c -o libags_audio_a-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo $(DEPDIR)/libags_audio_a-ags_apply_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='libags_audio_a-ags_apply_tact.obj' libtool=no \
+ags-ags_drum_input_line_callbacks.o: src/ags/X/machine/ags_drum_input_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo -c -o ags-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='ags-ags_drum_input_line_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
 
-libags_audio_a-ags_set_muted.o: src/ags/audio/task/recall/ags_set_muted.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_muted.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo -c -o libags_audio_a-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo $(DEPDIR)/libags_audio_a-ags_set_muted.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='libags_audio_a-ags_set_muted.o' libtool=no \
+ags-ags_drum_input_line_callbacks.obj: src/ags/X/machine/ags_drum_input_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo -c -o ags-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='ags-ags_drum_input_line_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
 
-libags_audio_a-ags_set_muted.obj: src/ags/audio/task/recall/ags_set_muted.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_muted.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo -c -o libags_audio_a-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo $(DEPDIR)/libags_audio_a-ags_set_muted.Po
-#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='libags_audio_a-ags_set_muted.obj' libtool=no \
+ags-ags_synth_input_pad.o: src/ags/X/machine/ags_synth_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_pad.Tpo -c -o ags-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_pad.Tpo $(DEPDIR)/ags-ags_synth_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='ags-ags_synth_input_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
 
-libags_audio_a-ags_amplifier.o: src/ags/audio/recall/ags_amplifier.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_amplifier.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo -c -o libags_audio_a-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo $(DEPDIR)/libags_audio_a-ags_amplifier.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='libags_audio_a-ags_amplifier.o' libtool=no \
+ags-ags_synth_input_pad.obj: src/ags/X/machine/ags_synth_input_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_pad.Tpo -c -o ags-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_pad.Tpo $(DEPDIR)/ags-ags_synth_input_pad.Po
+#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='ags-ags_synth_input_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
 
-libags_audio_a-ags_amplifier.obj: src/ags/audio/recall/ags_amplifier.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_amplifier.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo -c -o libags_audio_a-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo $(DEPDIR)/libags_audio_a-ags_amplifier.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='libags_audio_a-ags_amplifier.obj' libtool=no \
+ags-ags_pad_editor_callbacks.o: src/ags/X/ags_pad_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo -c -o ags-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo $(DEPDIR)/ags-ags_pad_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='ags-ags_pad_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
 
-libags_audio_a-ags_clone_channel.o: src/ags/audio/recall/ags_clone_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo -c -o libags_audio_a-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='libags_audio_a-ags_clone_channel.o' libtool=no \
+ags-ags_pad_editor_callbacks.obj: src/ags/X/ags_pad_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo -c -o ags-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo $(DEPDIR)/ags-ags_pad_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='ags-ags_pad_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_clone_channel.obj: src/ags/audio/recall/ags_clone_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo -c -o libags_audio_a-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='libags_audio_a-ags_clone_channel.obj' libtool=no \
+ags-ags_line_member_callbacks.o: src/ags/X/ags_line_member_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_callbacks.Tpo -c -o ags-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='ags-ags_line_member_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
 
-libags_audio_a-ags_clone_channel_run.o: src/ags/audio/recall/ags_clone_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo -c -o libags_audio_a-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='libags_audio_a-ags_clone_channel_run.o' libtool=no \
+ags-ags_line_member_callbacks.obj: src/ags/X/ags_line_member_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_callbacks.Tpo -c -o ags-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='ags-ags_line_member_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
 
-libags_audio_a-ags_clone_channel_run.obj: src/ags/audio/recall/ags_clone_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo -c -o libags_audio_a-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='libags_audio_a-ags_clone_channel_run.obj' libtool=no \
+ags-ags_editor_callbacks.o: src/ags/X/ags_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_editor_callbacks.Tpo -c -o ags-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor_callbacks.Tpo $(DEPDIR)/ags-ags_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='ags-ags_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
 
-libags_audio_a-ags_echo.o: src/ags/audio/recall/ags_echo.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_echo.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_echo.Tpo -c -o libags_audio_a-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_echo.Tpo $(DEPDIR)/libags_audio_a-ags_echo.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='libags_audio_a-ags_echo.o' libtool=no \
+ags-ags_editor_callbacks.obj: src/ags/X/ags_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_editor_callbacks.Tpo -c -o ags-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor_callbacks.Tpo $(DEPDIR)/ags-ags_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='ags-ags_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_echo.obj: src/ags/audio/recall/ags_echo.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_echo.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_echo.Tpo -c -o libags_audio_a-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_echo.Tpo $(DEPDIR)/libags_audio_a-ags_echo.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='libags_audio_a-ags_echo.obj' libtool=no \
+ags-ags_server_preferences.o: src/ags/X/ags_server_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences.Tpo -c -o ags-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences.Tpo $(DEPDIR)/ags-ags_server_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='ags-ags_server_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
 
-libags_audio_a-ags_loop_channel.o: src/ags/audio/recall/ags_loop_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo -c -o libags_audio_a-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='libags_audio_a-ags_loop_channel.o' libtool=no \
+ags-ags_server_preferences.obj: src/ags/X/ags_server_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences.Tpo -c -o ags-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences.Tpo $(DEPDIR)/ags-ags_server_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='ags-ags_server_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
 
-libags_audio_a-ags_loop_channel.obj: src/ags/audio/recall/ags_loop_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo -c -o libags_audio_a-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='libags_audio_a-ags_loop_channel.obj' libtool=no \
+ags-ags_line_editor.o: src/ags/X/ags_line_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_line_editor.Tpo -c -o ags-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor.Tpo $(DEPDIR)/ags-ags_line_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='ags-ags_line_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
 
-libags_audio_a-ags_loop_channel_run.o: src/ags/audio/recall/ags_loop_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo -c -o libags_audio_a-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='libags_audio_a-ags_loop_channel_run.o' libtool=no \
+ags-ags_line_editor.obj: src/ags/X/ags_line_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_editor.Tpo -c -o ags-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor.Tpo $(DEPDIR)/ags-ags_line_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='ags-ags_line_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
 
-libags_audio_a-ags_loop_channel_run.obj: src/ags/audio/recall/ags_loop_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo -c -o libags_audio_a-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='libags_audio_a-ags_loop_channel_run.obj' libtool=no \
+ags-ags_audio_preferences.o: src/ags/X/ags_audio_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences.Tpo -c -o ags-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences.Tpo $(DEPDIR)/ags-ags_audio_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='ags-ags_audio_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
 
-libags_audio_a-ags_play_note.o: src/ags/audio/recall/ags_play_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_note.Tpo -c -o libags_audio_a-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_note.Tpo $(DEPDIR)/libags_audio_a-ags_play_note.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='libags_audio_a-ags_play_note.o' libtool=no \
+ags-ags_audio_preferences.obj: src/ags/X/ags_audio_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences.Tpo -c -o ags-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences.Tpo $(DEPDIR)/ags-ags_audio_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='ags-ags_audio_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
 
-libags_audio_a-ags_play_note.obj: src/ags/audio/recall/ags_play_note.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_note.Tpo -c -o libags_audio_a-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_note.Tpo $(DEPDIR)/libags_audio_a-ags_play_note.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='libags_audio_a-ags_play_note.obj' libtool=no \
+ags-ags_pad.o: src/ags/X/ags_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_pad.Tpo -c -o ags-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad.Tpo $(DEPDIR)/ags-ags_pad.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='ags-ags_pad.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
 
-libags_audio_a-ags_stream.o: src/ags/audio/recall/ags_stream.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream.Tpo -c -o libags_audio_a-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream.Tpo $(DEPDIR)/libags_audio_a-ags_stream.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='libags_audio_a-ags_stream.o' libtool=no \
+ags-ags_pad.obj: src/ags/X/ags_pad.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad.Tpo -c -o ags-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad.Tpo $(DEPDIR)/ags-ags_pad.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='ags-ags_pad.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
 
-libags_audio_a-ags_stream.obj: src/ags/audio/recall/ags_stream.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream.Tpo -c -o libags_audio_a-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream.Tpo $(DEPDIR)/libags_audio_a-ags_stream.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='libags_audio_a-ags_stream.obj' libtool=no \
+ags-ags_line.o: src/ags/X/ags_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line.o -MD -MP -MF $(DEPDIR)/ags-ags_line.Tpo -c -o ags-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line.Tpo $(DEPDIR)/ags-ags_line.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line.c' object='ags-ags_line.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
 
-libags_audio_a-ags_buffer_audio_signal.o: src/ags/audio/recall/ags_buffer_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo -c -o libags_audio_a-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='libags_audio_a-ags_buffer_audio_signal.o' libtool=no \
+ags-ags_line.obj: src/ags/X/ags_line.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_line.Tpo -c -o ags-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line.Tpo $(DEPDIR)/ags-ags_line.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line.c' object='ags-ags_line.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
 
-libags_audio_a-ags_buffer_audio_signal.obj: src/ags/audio/recall/ags_buffer_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo -c -o libags_audio_a-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='libags_audio_a-ags_buffer_audio_signal.obj' libtool=no \
+ags-ags_menu_bar_callbacks.o: src/ags/X/ags_menu_bar_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo -c -o ags-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo $(DEPDIR)/ags-ags_menu_bar_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='ags-ags_menu_bar_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
 
-libags_audio_a-ags_buffer_channel.o: src/ags/audio/recall/ags_buffer_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo -c -o libags_audio_a-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='libags_audio_a-ags_buffer_channel.o' libtool=no \
+ags-ags_menu_bar_callbacks.obj: src/ags/X/ags_menu_bar_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo -c -o ags-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo $(DEPDIR)/ags-ags_menu_bar_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='ags-ags_menu_bar_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
 
-libags_audio_a-ags_buffer_channel.obj: src/ags/audio/recall/ags_buffer_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo -c -o libags_audio_a-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='libags_audio_a-ags_buffer_channel.obj' libtool=no \
+ags-ags_generic_preferences.o: src/ags/X/ags_generic_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences.Tpo -c -o ags-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences.Tpo $(DEPDIR)/ags-ags_generic_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='ags-ags_generic_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
 
-libags_audio_a-ags_buffer_channel_run.o: src/ags/audio/recall/ags_buffer_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo -c -o libags_audio_a-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='libags_audio_a-ags_buffer_channel_run.o' libtool=no \
+ags-ags_generic_preferences.obj: src/ags/X/ags_generic_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences.Tpo -c -o ags-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences.Tpo $(DEPDIR)/ags-ags_generic_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='ags-ags_generic_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
 
-libags_audio_a-ags_buffer_channel_run.obj: src/ags/audio/recall/ags_buffer_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo -c -o libags_audio_a-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='libags_audio_a-ags_buffer_channel_run.obj' libtool=no \
+ags-ags_window.o: src/ags/X/ags_window.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window.o -MD -MP -MF $(DEPDIR)/ags-ags_window.Tpo -c -o ags-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window.Tpo $(DEPDIR)/ags-ags_window.Po
+#	$(AM_V_CC)source='src/ags/X/ags_window.c' object='ags-ags_window.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
 
-libags_audio_a-ags_buffer_recycling.o: src/ags/audio/recall/ags_buffer_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo -c -o libags_audio_a-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='libags_audio_a-ags_buffer_recycling.o' libtool=no \
+ags-ags_window.obj: src/ags/X/ags_window.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window.obj -MD -MP -MF $(DEPDIR)/ags-ags_window.Tpo -c -o ags-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window.Tpo $(DEPDIR)/ags-ags_window.Po
+#	$(AM_V_CC)source='src/ags/X/ags_window.c' object='ags-ags_window.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
 
-libags_audio_a-ags_buffer_recycling.obj: src/ags/audio/recall/ags_buffer_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo -c -o libags_audio_a-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='libags_audio_a-ags_buffer_recycling.obj' libtool=no \
+ags-ags_line_editor_callbacks.o: src/ags/X/ags_line_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo -c -o ags-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='ags-ags_line_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
 
-libags_audio_a-ags_copy_audio_signal.o: src/ags/audio/recall/ags_copy_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo -c -o libags_audio_a-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='libags_audio_a-ags_copy_audio_signal.o' libtool=no \
+ags-ags_line_editor_callbacks.obj: src/ags/X/ags_line_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo -c -o ags-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='ags-ags_line_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_audio_signal.obj: src/ags/audio/recall/ags_copy_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo -c -o libags_audio_a-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='libags_audio_a-ags_copy_audio_signal.obj' libtool=no \
+ags-ags_property_editor.o: src/ags/X/ags_property_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_editor.Tpo -c -o ags-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor.Tpo $(DEPDIR)/ags-ags_property_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='ags-ags_property_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
 
-libags_audio_a-ags_copy_channel.o: src/ags/audio/recall/ags_copy_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo -c -o libags_audio_a-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='libags_audio_a-ags_copy_channel.o' libtool=no \
+ags-ags_property_editor.obj: src/ags/X/ags_property_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_editor.Tpo -c -o ags-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor.Tpo $(DEPDIR)/ags-ags_property_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='ags-ags_property_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
 
-libags_audio_a-ags_copy_channel.obj: src/ags/audio/recall/ags_copy_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo -c -o libags_audio_a-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='libags_audio_a-ags_copy_channel.obj' libtool=no \
+ags-ags_link_editor_callbacks.o: src/ags/X/ags_link_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo -c -o ags-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='ags-ags_link_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
 
-libags_audio_a-ags_copy_channel_run.o: src/ags/audio/recall/ags_copy_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo -c -o libags_audio_a-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='libags_audio_a-ags_copy_channel_run.o' libtool=no \
+ags-ags_link_editor_callbacks.obj: src/ags/X/ags_link_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo -c -o ags-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='ags-ags_link_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_channel_run.obj: src/ags/audio/recall/ags_copy_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo -c -o libags_audio_a-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='libags_audio_a-ags_copy_channel_run.obj' libtool=no \
+ags-ags_server_preferences_callbacks.o: src/ags/X/ags_server_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo -c -o ags-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_server_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='ags-ags_server_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
 
-libags_audio_a-ags_copy_notation_audio.o: src/ags/audio/recall/ags_copy_notation_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo -c -o libags_audio_a-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='libags_audio_a-ags_copy_notation_audio.o' libtool=no \
+ags-ags_server_preferences_callbacks.obj: src/ags/X/ags_server_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo -c -o ags-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_server_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='ags-ags_server_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_notation_audio.obj: src/ags/audio/recall/ags_copy_notation_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo -c -o libags_audio_a-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='libags_audio_a-ags_copy_notation_audio.obj' libtool=no \
+ags-ags_pad_callbacks.o: src/ags/X/ags_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_callbacks.Tpo -c -o ags-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_callbacks.Tpo $(DEPDIR)/ags-ags_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='ags-ags_pad_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
 
-libags_audio_a-ags_copy_notation_audio_run.o: src/ags/audio/recall/ags_copy_notation_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo -c -o libags_audio_a-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='libags_audio_a-ags_copy_notation_audio_run.o' libtool=no \
+ags-ags_pad_callbacks.obj: src/ags/X/ags_pad_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_callbacks.Tpo -c -o ags-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_callbacks.Tpo $(DEPDIR)/ags-ags_pad_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='ags-ags_pad_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_notation_audio_run.obj: src/ags/audio/recall/ags_copy_notation_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo -c -o libags_audio_a-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='libags_audio_a-ags_copy_notation_audio_run.obj' libtool=no \
+ags-ags_audio_preferences_callbacks.o: src/ags/X/ags_audio_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo -c -o ags-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_audio_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='ags-ags_audio_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
 
-libags_audio_a-ags_copy_pattern_audio.o: src/ags/audio/recall/ags_copy_pattern_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo -c -o libags_audio_a-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='libags_audio_a-ags_copy_pattern_audio.o' libtool=no \
+ags-ags_audio_preferences_callbacks.obj: src/ags/X/ags_audio_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo -c -o ags-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_audio_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='ags-ags_audio_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_pattern_audio.obj: src/ags/audio/recall/ags_copy_pattern_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo -c -o libags_audio_a-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='libags_audio_a-ags_copy_pattern_audio.obj' libtool=no \
+ags-ags_property_collection_editor.o: src/ags/X/ags_property_collection_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor.Tpo -c -o ags-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor.Tpo $(DEPDIR)/ags-ags_property_collection_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='ags-ags_property_collection_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
 
-libags_audio_a-ags_copy_pattern_audio_run.o: src/ags/audio/recall/ags_copy_pattern_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo -c -o libags_audio_a-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='libags_audio_a-ags_copy_pattern_audio_run.o' libtool=no \
+ags-ags_property_collection_editor.obj: src/ags/X/ags_property_collection_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor.Tpo -c -o ags-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor.Tpo $(DEPDIR)/ags-ags_property_collection_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='ags-ags_property_collection_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
 
-libags_audio_a-ags_copy_pattern_audio_run.obj: src/ags/audio/recall/ags_copy_pattern_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo -c -o libags_audio_a-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='libags_audio_a-ags_copy_pattern_audio_run.obj' libtool=no \
+ags-ags_machine.o: src/ags/X/ags_machine.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine.o -MD -MP -MF $(DEPDIR)/ags-ags_machine.Tpo -c -o ags-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine.Tpo $(DEPDIR)/ags-ags_machine.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='ags-ags_machine.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
 
-libags_audio_a-ags_copy_pattern_channel.o: src/ags/audio/recall/ags_copy_pattern_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo -c -o libags_audio_a-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='libags_audio_a-ags_copy_pattern_channel.o' libtool=no \
+ags-ags_machine.obj: src/ags/X/ags_machine.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine.Tpo -c -o ags-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine.Tpo $(DEPDIR)/ags-ags_machine.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='ags-ags_machine.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
 
-libags_audio_a-ags_copy_pattern_channel.obj: src/ags/audio/recall/ags_copy_pattern_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo -c -o libags_audio_a-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='libags_audio_a-ags_copy_pattern_channel.obj' libtool=no \
+ags-ags_preferences_callbacks.o: src/ags/X/ags_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_preferences_callbacks.Tpo -c -o ags-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='ags-ags_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
 
-libags_audio_a-ags_copy_pattern_channel_run.o: src/ags/audio/recall/ags_copy_pattern_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo -c -o libags_audio_a-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='libags_audio_a-ags_copy_pattern_channel_run.o' libtool=no \
+ags-ags_preferences_callbacks.obj: src/ags/X/ags_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_preferences_callbacks.Tpo -c -o ags-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='ags-ags_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_copy_pattern_channel_run.obj: src/ags/audio/recall/ags_copy_pattern_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo -c -o libags_audio_a-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='libags_audio_a-ags_copy_pattern_channel_run.obj' libtool=no \
+ags-ags_export_window.o: src/ags/X/ags_export_window.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window.o -MD -MP -MF $(DEPDIR)/ags-ags_export_window.Tpo -c -o ags-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window.Tpo $(DEPDIR)/ags-ags_export_window.Po
+#	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='ags-ags_export_window.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
 
-libags_audio_a-ags_copy_recycling.o: src/ags/audio/recall/ags_copy_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo -c -o libags_audio_a-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_copy_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='libags_audio_a-ags_copy_recycling.o' libtool=no \
+ags-ags_export_window.obj: src/ags/X/ags_export_window.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_window.Tpo -c -o ags-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window.Tpo $(DEPDIR)/ags-ags_export_window.Po
+#	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='ags-ags_export_window.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
 
-libags_audio_a-ags_copy_recycling.obj: src/ags/audio/recall/ags_copy_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo -c -o libags_audio_a-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_copy_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='libags_audio_a-ags_copy_recycling.obj' libtool=no \
+ags-ags_menu_bar.o: src/ags/X/ags_menu_bar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar.Tpo -c -o ags-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar.Tpo $(DEPDIR)/ags-ags_menu_bar.Po
+#	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='ags-ags_menu_bar.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
 
-libags_audio_a-ags_count_beats_audio.o: src/ags/audio/recall/ags_count_beats_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo -c -o libags_audio_a-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='libags_audio_a-ags_count_beats_audio.o' libtool=no \
+ags-ags_menu_bar.obj: src/ags/X/ags_menu_bar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar.Tpo -c -o ags-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar.Tpo $(DEPDIR)/ags-ags_menu_bar.Po
+#	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='ags-ags_menu_bar.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
 
-libags_audio_a-ags_count_beats_audio.obj: src/ags/audio/recall/ags_count_beats_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo -c -o libags_audio_a-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='libags_audio_a-ags_count_beats_audio.obj' libtool=no \
+ags-ags_plugin_preferences_callbacks.o: src/ags/X/ags_plugin_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo -c -o ags-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='ags-ags_plugin_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
 
-libags_audio_a-ags_count_beats_audio_run.o: src/ags/audio/recall/ags_count_beats_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo -c -o libags_audio_a-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='libags_audio_a-ags_count_beats_audio_run.o' libtool=no \
+ags-ags_plugin_preferences_callbacks.obj: src/ags/X/ags_plugin_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo -c -o ags-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='ags-ags_plugin_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_count_beats_audio_run.obj: src/ags/audio/recall/ags_count_beats_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo -c -o libags_audio_a-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='libags_audio_a-ags_count_beats_audio_run.obj' libtool=no \
+ags-ags_preferences.o: src/ags/X/ags_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_preferences.Tpo -c -o ags-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences.Tpo $(DEPDIR)/ags-ags_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='ags-ags_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
 
-libags_audio_a-ags_delay_audio.o: src/ags/audio/recall/ags_delay_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo -c -o libags_audio_a-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='libags_audio_a-ags_delay_audio.o' libtool=no \
+ags-ags_preferences.obj: src/ags/X/ags_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_preferences.Tpo -c -o ags-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences.Tpo $(DEPDIR)/ags-ags_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='ags-ags_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
 
-libags_audio_a-ags_delay_audio.obj: src/ags/audio/recall/ags_delay_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo -c -o libags_audio_a-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='libags_audio_a-ags_delay_audio.obj' libtool=no \
+ags-ags_line_callbacks.o: src/ags/X/ags_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_callbacks.Tpo -c -o ags-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_callbacks.Tpo $(DEPDIR)/ags-ags_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='ags-ags_line_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
 
-libags_audio_a-ags_delay_audio_run.o: src/ags/audio/recall/ags_delay_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo -c -o libags_audio_a-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='libags_audio_a-ags_delay_audio_run.o' libtool=no \
+ags-ags_line_callbacks.obj: src/ags/X/ags_line_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_callbacks.Tpo -c -o ags-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_callbacks.Tpo $(DEPDIR)/ags-ags_line_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='ags-ags_line_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
 
-libags_audio_a-ags_delay_audio_run.obj: src/ags/audio/recall/ags_delay_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo -c -o libags_audio_a-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='libags_audio_a-ags_delay_audio_run.obj' libtool=no \
+ags-ags_pad_editor.o: src/ags/X/ags_pad_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor.Tpo -c -o ags-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor.Tpo $(DEPDIR)/ags-ags_pad_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='ags-ags_pad_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
 
-libags_audio_a-ags_mute_audio.o: src/ags/audio/recall/ags_mute_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo -c -o libags_audio_a-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='libags_audio_a-ags_mute_audio.o' libtool=no \
+ags-ags_pad_editor.obj: src/ags/X/ags_pad_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor.Tpo -c -o ags-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor.Tpo $(DEPDIR)/ags-ags_pad_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='ags-ags_pad_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
 
-libags_audio_a-ags_mute_audio.obj: src/ags/audio/recall/ags_mute_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo -c -o libags_audio_a-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='libags_audio_a-ags_mute_audio.obj' libtool=no \
+ags-ags_ladspa_browser.o: src/ags/X/ags_ladspa_browser.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser.Tpo -c -o ags-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser.Tpo $(DEPDIR)/ags-ags_ladspa_browser.Po
+#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='ags-ags_ladspa_browser.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
 
-libags_audio_a-ags_mute_audio_signal.o: src/ags/audio/recall/ags_mute_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo -c -o libags_audio_a-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='libags_audio_a-ags_mute_audio_signal.o' libtool=no \
+ags-ags_ladspa_browser.obj: src/ags/X/ags_ladspa_browser.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser.Tpo -c -o ags-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser.Tpo $(DEPDIR)/ags-ags_ladspa_browser.Po
+#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='ags-ags_ladspa_browser.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
 
-libags_audio_a-ags_mute_audio_signal.obj: src/ags/audio/recall/ags_mute_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo -c -o libags_audio_a-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='libags_audio_a-ags_mute_audio_signal.obj' libtool=no \
+ags-ags_editor.o: src/ags/X/ags_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_editor.Tpo -c -o ags-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor.Tpo $(DEPDIR)/ags-ags_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='ags-ags_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
 
-libags_audio_a-ags_mute_channel.o: src/ags/audio/recall/ags_mute_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo -c -o libags_audio_a-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='libags_audio_a-ags_mute_channel.o' libtool=no \
+ags-ags_editor.obj: src/ags/X/ags_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_editor.Tpo -c -o ags-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor.Tpo $(DEPDIR)/ags-ags_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='ags-ags_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
 
-libags_audio_a-ags_mute_channel.obj: src/ags/audio/recall/ags_mute_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo -c -o libags_audio_a-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='libags_audio_a-ags_mute_channel.obj' libtool=no \
+ags-ags_resize_editor.o: src/ags/X/ags_resize_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_resize_editor.Tpo -c -o ags-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_editor.Tpo $(DEPDIR)/ags-ags_resize_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='ags-ags_resize_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
 
-libags_audio_a-ags_mute_channel_run.o: src/ags/audio/recall/ags_mute_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo -c -o libags_audio_a-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='libags_audio_a-ags_mute_channel_run.o' libtool=no \
+ags-ags_resize_editor.obj: src/ags/X/ags_resize_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_resize_editor.Tpo -c -o ags-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_editor.Tpo $(DEPDIR)/ags-ags_resize_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='ags-ags_resize_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
 
-libags_audio_a-ags_mute_channel_run.obj: src/ags/audio/recall/ags_mute_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo -c -o libags_audio_a-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='libags_audio_a-ags_mute_channel_run.obj' libtool=no \
+ags-ags_property_listing_editor.o: src/ags/X/ags_property_listing_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_listing_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_listing_editor.Tpo -c -o ags-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_listing_editor.Tpo $(DEPDIR)/ags-ags_property_listing_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='ags-ags_property_listing_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
 
-libags_audio_a-ags_mute_recycling.o: src/ags/audio/recall/ags_mute_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo -c -o libags_audio_a-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_mute_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='libags_audio_a-ags_mute_recycling.o' libtool=no \
+ags-ags_property_listing_editor.obj: src/ags/X/ags_property_listing_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_listing_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_listing_editor.Tpo -c -o ags-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_listing_editor.Tpo $(DEPDIR)/ags-ags_property_listing_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='ags-ags_property_listing_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
 
-libags_audio_a-ags_mute_recycling.obj: src/ags/audio/recall/ags_mute_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo -c -o libags_audio_a-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_mute_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='libags_audio_a-ags_mute_recycling.obj' libtool=no \
+ags-ags_window_callbacks.o: src/ags/X/ags_window_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_window_callbacks.Tpo -c -o ags-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window_callbacks.Tpo $(DEPDIR)/ags-ags_window_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='ags-ags_window_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
 
-libags_audio_a-ags_peak_channel.o: src/ags/audio/recall/ags_peak_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo -c -o libags_audio_a-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='libags_audio_a-ags_peak_channel.o' libtool=no \
+ags-ags_window_callbacks.obj: src/ags/X/ags_window_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_window_callbacks.Tpo -c -o ags-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window_callbacks.Tpo $(DEPDIR)/ags-ags_window_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='ags-ags_window_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
 
-libags_audio_a-ags_peak_channel.obj: src/ags/audio/recall/ags_peak_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo -c -o libags_audio_a-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='libags_audio_a-ags_peak_channel.obj' libtool=no \
+ags-ags_navigation_callbacks.o: src/ags/X/ags_navigation_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_navigation_callbacks.Tpo -c -o ags-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation_callbacks.Tpo $(DEPDIR)/ags-ags_navigation_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='ags-ags_navigation_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
 
-libags_audio_a-ags_peak_channel_run.o: src/ags/audio/recall/ags_peak_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo -c -o libags_audio_a-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='libags_audio_a-ags_peak_channel_run.o' libtool=no \
+ags-ags_navigation_callbacks.obj: src/ags/X/ags_navigation_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_navigation_callbacks.Tpo -c -o ags-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation_callbacks.Tpo $(DEPDIR)/ags-ags_navigation_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='ags-ags_navigation_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
 
-libags_audio_a-ags_peak_channel_run.obj: src/ags/audio/recall/ags_peak_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo -c -o libags_audio_a-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='libags_audio_a-ags_peak_channel_run.obj' libtool=no \
+ags-ags_performance_preferences_callbacks.o: src/ags/X/ags_performance_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo -c -o ags-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_performance_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='ags-ags_performance_preferences_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
 
-libags_audio_a-ags_play_audio_file.o: src/ags/audio/recall/ags_play_audio_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo -c -o libags_audio_a-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_file.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='libags_audio_a-ags_play_audio_file.o' libtool=no \
+ags-ags_performance_preferences_callbacks.obj: src/ags/X/ags_performance_preferences_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo -c -o ags-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_performance_preferences_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='ags-ags_performance_preferences_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_play_audio_file.obj: src/ags/audio/recall/ags_play_audio_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo -c -o libags_audio_a-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_file.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='libags_audio_a-ags_play_audio_file.obj' libtool=no \
+ags-ags_line_member.o: src/ags/X/ags_line_member.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member.Tpo -c -o ags-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member.Tpo $(DEPDIR)/ags-ags_line_member.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='ags-ags_line_member.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
 
-libags_audio_a-ags_play_audio.o: src/ags/audio/recall/ags_play_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo -c -o libags_audio_a-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='libags_audio_a-ags_play_audio.o' libtool=no \
+ags-ags_line_member.obj: src/ags/X/ags_line_member.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member.Tpo -c -o ags-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member.Tpo $(DEPDIR)/ags-ags_line_member.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='ags-ags_line_member.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
 
-libags_audio_a-ags_play_audio.obj: src/ags/audio/recall/ags_play_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo -c -o libags_audio_a-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='libags_audio_a-ags_play_audio.obj' libtool=no \
+ags-ags_performance_preferences.o: src/ags/X/ags_performance_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences.Tpo -c -o ags-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences.Tpo $(DEPDIR)/ags-ags_performance_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='ags-ags_performance_preferences.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
 
-libags_audio_a-ags_play_audio_signal.o: src/ags/audio/recall/ags_play_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo -c -o libags_audio_a-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='libags_audio_a-ags_play_audio_signal.o' libtool=no \
+ags-ags_performance_preferences.obj: src/ags/X/ags_performance_preferences.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences.Tpo -c -o ags-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences.Tpo $(DEPDIR)/ags-ags_performance_preferences.Po
+#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='ags-ags_performance_preferences.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
 
-libags_audio_a-ags_play_audio_signal.obj: src/ags/audio/recall/ags_play_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo -c -o libags_audio_a-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='libags_audio_a-ags_play_audio_signal.obj' libtool=no \
+ags-ags_ladspa_browser_callbacks.o: src/ags/X/ags_ladspa_browser_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo -c -o ags-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='ags-ags_ladspa_browser_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
 
-libags_audio_a-ags_play_channel.o: src/ags/audio/recall/ags_play_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo -c -o libags_audio_a-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='libags_audio_a-ags_play_channel.o' libtool=no \
+ags-ags_ladspa_browser_callbacks.obj: src/ags/X/ags_ladspa_browser_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo -c -o ags-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='ags-ags_ladspa_browser_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
 
-libags_audio_a-ags_play_channel.obj: src/ags/audio/recall/ags_play_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo -c -o libags_audio_a-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='libags_audio_a-ags_play_channel.obj' libtool=no \
+ags-ags_link_collection_editor.o: src/ags/X/ags_link_collection_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor.Tpo -c -o ags-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor.Tpo $(DEPDIR)/ags-ags_link_collection_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='ags-ags_link_collection_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
 
-libags_audio_a-ags_play_channel_run.o: src/ags/audio/recall/ags_play_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo -c -o libags_audio_a-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='libags_audio_a-ags_play_channel_run.o' libtool=no \
+ags-ags_link_collection_editor.obj: src/ags/X/ags_link_collection_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor.Tpo -c -o ags-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor.Tpo $(DEPDIR)/ags-ags_link_collection_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='ags-ags_link_collection_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
 
-libags_audio_a-ags_play_channel_run.obj: src/ags/audio/recall/ags_play_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo -c -o libags_audio_a-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='libags_audio_a-ags_play_channel_run.obj' libtool=no \
+ags-ags_machine_editor_callbacks.o: src/ags/X/ags_machine_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo -c -o ags-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo $(DEPDIR)/ags-ags_machine_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='ags-ags_machine_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
 
-libags_audio_a-ags_play_channel_run_master.o: src/ags/audio/recall/ags_play_channel_run_master.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run_master.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo -c -o libags_audio_a-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='libags_audio_a-ags_play_channel_run_master.o' libtool=no \
+ags-ags_machine_editor_callbacks.obj: src/ags/X/ags_machine_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo -c -o ags-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo $(DEPDIR)/ags-ags_machine_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='ags-ags_machine_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_play_channel_run_master.obj: src/ags/audio/recall/ags_play_channel_run_master.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run_master.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo -c -o libags_audio_a-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='libags_audio_a-ags_play_channel_run_master.obj' libtool=no \
+ags-ags_export_window_callbacks.o: src/ags/X/ags_export_window_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_export_window_callbacks.Tpo -c -o ags-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window_callbacks.Tpo $(DEPDIR)/ags-ags_export_window_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='ags-ags_export_window_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
 
-libags_audio_a-ags_play_notation_audio.o: src/ags/audio/recall/ags_play_notation_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo -c -o libags_audio_a-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='libags_audio_a-ags_play_notation_audio.o' libtool=no \
+ags-ags_export_window_callbacks.obj: src/ags/X/ags_export_window_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_window_callbacks.Tpo -c -o ags-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window_callbacks.Tpo $(DEPDIR)/ags-ags_export_window_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='ags-ags_export_window_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
 
-libags_audio_a-ags_play_notation_audio.obj: src/ags/audio/recall/ags_play_notation_audio.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo -c -o libags_audio_a-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='libags_audio_a-ags_play_notation_audio.obj' libtool=no \
+ags-ags_line_member_editor_callbacks.o: src/ags/X/ags_line_member_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo -c -o ags-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='ags-ags_line_member_editor_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
 
-libags_audio_a-ags_play_notation_audio_run.o: src/ags/audio/recall/ags_play_notation_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo -c -o libags_audio_a-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='libags_audio_a-ags_play_notation_audio_run.o' libtool=no \
+ags-ags_line_member_editor_callbacks.obj: src/ags/X/ags_line_member_editor_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo -c -o ags-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_editor_callbacks.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='ags-ags_line_member_editor_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_play_notation_audio_run.obj: src/ags/audio/recall/ags_play_notation_audio_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo -c -o libags_audio_a-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='libags_audio_a-ags_play_notation_audio_run.obj' libtool=no \
+ags-ags_navigation.o: src/ags/X/ags_navigation.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation.o -MD -MP -MF $(DEPDIR)/ags-ags_navigation.Tpo -c -o ags-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation.Tpo $(DEPDIR)/ags-ags_navigation.Po
+#	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='ags-ags_navigation.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
 
-libags_audio_a-ags_play_pattern.o: src/ags/audio/recall/ags_play_pattern.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_pattern.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo -c -o libags_audio_a-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_play_pattern.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='libags_audio_a-ags_play_pattern.o' libtool=no \
+ags-ags_navigation.obj: src/ags/X/ags_navigation.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation.obj -MD -MP -MF $(DEPDIR)/ags-ags_navigation.Tpo -c -o ags-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation.Tpo $(DEPDIR)/ags-ags_navigation.Po
+#	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='ags-ags_navigation.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
 
-libags_audio_a-ags_play_pattern.obj: src/ags/audio/recall/ags_play_pattern.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_pattern.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo -c -o libags_audio_a-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_play_pattern.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='libags_audio_a-ags_play_pattern.obj' libtool=no \
+ags-ags_machine_editor.o: src/ags/X/ags_machine_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor.Tpo -c -o ags-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor.Tpo $(DEPDIR)/ags-ags_machine_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='ags-ags_machine_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
 
-libags_audio_a-ags_play_recycling.o: src/ags/audio/recall/ags_play_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo -c -o libags_audio_a-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_play_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='libags_audio_a-ags_play_recycling.o' libtool=no \
+ags-ags_machine_editor.obj: src/ags/X/ags_machine_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor.Tpo -c -o ags-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor.Tpo $(DEPDIR)/ags-ags_machine_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='ags-ags_machine_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
 
-libags_audio_a-ags_play_recycling.obj: src/ags/audio/recall/ags_play_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo -c -o libags_audio_a-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_play_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='libags_audio_a-ags_play_recycling.obj' libtool=no \
+ags-ags_line_member_editor.o: src/ags/X/ags_line_member_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor.Tpo -c -o ags-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor.Tpo $(DEPDIR)/ags-ags_line_member_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='ags-ags_line_member_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
 
-libags_audio_a-ags_stream_audio_signal.o: src/ags/audio/recall/ags_stream_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo -c -o libags_audio_a-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='libags_audio_a-ags_stream_audio_signal.o' libtool=no \
+ags-ags_line_member_editor.obj: src/ags/X/ags_line_member_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor.Tpo -c -o ags-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor.Tpo $(DEPDIR)/ags-ags_line_member_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='ags-ags_line_member_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
 
-libags_audio_a-ags_stream_audio_signal.obj: src/ags/audio/recall/ags_stream_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo -c -o libags_audio_a-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='libags_audio_a-ags_stream_audio_signal.obj' libtool=no \
+ags-ags_listing_editor.o: src/ags/X/ags_listing_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor.Tpo -c -o ags-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor.Tpo $(DEPDIR)/ags-ags_listing_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='ags-ags_listing_editor.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
 
-libags_audio_a-ags_stream_channel.o: src/ags/audio/recall/ags_stream_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo -c -o libags_audio_a-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='libags_audio_a-ags_stream_channel.o' libtool=no \
+ags-ags_listing_editor.obj: src/ags/X/ags_listing_editor.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor.Tpo -c -o ags-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor.Tpo $(DEPDIR)/ags-ags_listing_editor.Po
+#	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='ags-ags_listing_editor.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
 
-libags_audio_a-ags_stream_channel.obj: src/ags/audio/recall/ags_stream_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo -c -o libags_audio_a-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='libags_audio_a-ags_stream_channel.obj' libtool=no \
+ags-ags_applicable.o: src/ags/object/ags_applicable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_applicable.o -MD -MP -MF $(DEPDIR)/ags-ags_applicable.Tpo -c -o ags-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_applicable.Tpo $(DEPDIR)/ags-ags_applicable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='ags-ags_applicable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
 
-libags_audio_a-ags_stream_channel_run.o: src/ags/audio/recall/ags_stream_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo -c -o libags_audio_a-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='libags_audio_a-ags_stream_channel_run.o' libtool=no \
+ags-ags_applicable.obj: src/ags/object/ags_applicable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_applicable.obj -MD -MP -MF $(DEPDIR)/ags-ags_applicable.Tpo -c -o ags-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_applicable.Tpo $(DEPDIR)/ags-ags_applicable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='ags-ags_applicable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
 
-libags_audio_a-ags_stream_channel_run.obj: src/ags/audio/recall/ags_stream_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo -c -o libags_audio_a-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='libags_audio_a-ags_stream_channel_run.obj' libtool=no \
+ags-ags_packable.o: src/ags/object/ags_packable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_packable.o -MD -MP -MF $(DEPDIR)/ags-ags_packable.Tpo -c -o ags-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_packable.Tpo $(DEPDIR)/ags-ags_packable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='ags-ags_packable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
 
-libags_audio_a-ags_stream_recycling.o: src/ags/audio/recall/ags_stream_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo -c -o libags_audio_a-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_stream_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='libags_audio_a-ags_stream_recycling.o' libtool=no \
+ags-ags_packable.obj: src/ags/object/ags_packable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_packable.obj -MD -MP -MF $(DEPDIR)/ags-ags_packable.Tpo -c -o ags-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_packable.Tpo $(DEPDIR)/ags-ags_packable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='ags-ags_packable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
 
-libags_audio_a-ags_stream_recycling.obj: src/ags/audio/recall/ags_stream_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo -c -o libags_audio_a-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_stream_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='libags_audio_a-ags_stream_recycling.obj' libtool=no \
+ags-ags_main_loop.o: src/ags/object/ags_main_loop.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_main_loop.o -MD -MP -MF $(DEPDIR)/ags-ags_main_loop.Tpo -c -o ags-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_main_loop.Tpo $(DEPDIR)/ags-ags_main_loop.Po
+#	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='ags-ags_main_loop.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
 
-libags_audio_a-ags_volume_audio_signal.o: src/ags/audio/recall/ags_volume_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo -c -o libags_audio_a-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='libags_audio_a-ags_volume_audio_signal.o' libtool=no \
+ags-ags_main_loop.obj: src/ags/object/ags_main_loop.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_main_loop.obj -MD -MP -MF $(DEPDIR)/ags-ags_main_loop.Tpo -c -o ags-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_main_loop.Tpo $(DEPDIR)/ags-ags_main_loop.Po
+#	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='ags-ags_main_loop.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
 
-libags_audio_a-ags_volume_audio_signal.obj: src/ags/audio/recall/ags_volume_audio_signal.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo -c -o libags_audio_a-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='libags_audio_a-ags_volume_audio_signal.obj' libtool=no \
+ags-ags_soundcard.o: src/ags/object/ags_soundcard.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_soundcard.o -MD -MP -MF $(DEPDIR)/ags-ags_soundcard.Tpo -c -o ags-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_soundcard.Tpo $(DEPDIR)/ags-ags_soundcard.Po
+#	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='ags-ags_soundcard.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
 
-libags_audio_a-ags_volume_channel.o: src/ags/audio/recall/ags_volume_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo -c -o libags_audio_a-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='libags_audio_a-ags_volume_channel.o' libtool=no \
+ags-ags_soundcard.obj: src/ags/object/ags_soundcard.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_soundcard.obj -MD -MP -MF $(DEPDIR)/ags-ags_soundcard.Tpo -c -o ags-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_soundcard.Tpo $(DEPDIR)/ags-ags_soundcard.Po
+#	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='ags-ags_soundcard.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
 
-libags_audio_a-ags_volume_channel.obj: src/ags/audio/recall/ags_volume_channel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo -c -o libags_audio_a-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='libags_audio_a-ags_volume_channel.obj' libtool=no \
+ags-ags_marshal.o: src/ags/object/ags_marshal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_marshal.o -MD -MP -MF $(DEPDIR)/ags-ags_marshal.Tpo -c -o ags-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_marshal.Tpo $(DEPDIR)/ags-ags_marshal.Po
+#	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='ags-ags_marshal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
 
-libags_audio_a-ags_volume_channel_run.o: src/ags/audio/recall/ags_volume_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo -c -o libags_audio_a-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='libags_audio_a-ags_volume_channel_run.o' libtool=no \
+ags-ags_marshal.obj: src/ags/object/ags_marshal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_marshal.obj -MD -MP -MF $(DEPDIR)/ags-ags_marshal.Tpo -c -o ags-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_marshal.Tpo $(DEPDIR)/ags-ags_marshal.Po
+#	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='ags-ags_marshal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
 
-libags_audio_a-ags_volume_channel_run.obj: src/ags/audio/recall/ags_volume_channel_run.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo -c -o libags_audio_a-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='libags_audio_a-ags_volume_channel_run.obj' libtool=no \
+ags-ags_runnable.o: src/ags/object/ags_runnable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_runnable.o -MD -MP -MF $(DEPDIR)/ags-ags_runnable.Tpo -c -o ags-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_runnable.Tpo $(DEPDIR)/ags-ags_runnable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='ags-ags_runnable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
 
-libags_audio_a-ags_volume_recycling.o: src/ags/audio/recall/ags_volume_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo -c -o libags_audio_a-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_volume_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='libags_audio_a-ags_volume_recycling.o' libtool=no \
+ags-ags_runnable.obj: src/ags/object/ags_runnable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_runnable.obj -MD -MP -MF $(DEPDIR)/ags-ags_runnable.Tpo -c -o ags-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_runnable.Tpo $(DEPDIR)/ags-ags_runnable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='ags-ags_runnable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
 
-libags_audio_a-ags_volume_recycling.obj: src/ags/audio/recall/ags_volume_recycling.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo -c -o libags_audio_a-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_volume_recycling.Po
-#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='libags_audio_a-ags_volume_recycling.obj' libtool=no \
+ags-ags_mutable.o: src/ags/object/ags_mutable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mutable.o -MD -MP -MF $(DEPDIR)/ags-ags_mutable.Tpo -c -o ags-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mutable.Tpo $(DEPDIR)/ags-ags_mutable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='ags-ags_mutable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
 
-libags_audio_a-ags_ladspa_manager.o: src/ags/plugin/ags_ladspa_manager.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ladspa_manager.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo -c -o libags_audio_a-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po
-#	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='libags_audio_a-ags_ladspa_manager.o' libtool=no \
+ags-ags_mutable.obj: src/ags/object/ags_mutable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mutable.obj -MD -MP -MF $(DEPDIR)/ags-ags_mutable.Tpo -c -o ags-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mutable.Tpo $(DEPDIR)/ags-ags_mutable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='ags-ags_mutable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
 
-libags_audio_a-ags_ladspa_manager.obj: src/ags/plugin/ags_ladspa_manager.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ladspa_manager.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo -c -o libags_audio_a-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po
-#	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='libags_audio_a-ags_ladspa_manager.obj' libtool=no \
+ags-ags_effect.o: src/ags/object/ags_effect.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_effect.o -MD -MP -MF $(DEPDIR)/ags-ags_effect.Tpo -c -o ags-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_effect.Tpo $(DEPDIR)/ags-ags_effect.Po
+#	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='ags-ags_effect.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
 
-libags_audio_a-ags_plugin_factory.o: src/ags/plugin/ags_plugin_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_plugin_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo -c -o libags_audio_a-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo $(DEPDIR)/libags_audio_a-ags_plugin_factory.Po
-#	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='libags_audio_a-ags_plugin_factory.o' libtool=no \
+ags-ags_effect.obj: src/ags/object/ags_effect.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_effect.obj -MD -MP -MF $(DEPDIR)/ags-ags_effect.Tpo -c -o ags-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_effect.Tpo $(DEPDIR)/ags-ags_effect.Po
+#	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='ags-ags_effect.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
 
-libags_audio_a-ags_plugin_factory.obj: src/ags/plugin/ags_plugin_factory.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_plugin_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo -c -o libags_audio_a-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo $(DEPDIR)/libags_audio_a-ags_plugin_factory.Po
-#	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='libags_audio_a-ags_plugin_factory.obj' libtool=no \
+ags-ags_playable.o: src/ags/object/ags_playable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_playable.o -MD -MP -MF $(DEPDIR)/ags-ags_playable.Tpo -c -o ags-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_playable.Tpo $(DEPDIR)/ags-ags_playable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='ags-ags_playable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
 
-libags_gui_a-ags_gui_init.o: src/ags/widget/ags_gui_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_gui_init.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo -c -o libags_gui_a-ags_gui_init.o `test -f 'src/ags/widget/ags_gui_init.c' || echo '$(srcdir)/'`src/ags/widget/ags_gui_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo $(DEPDIR)/libags_gui_a-ags_gui_init.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_gui_init.c' object='libags_gui_a-ags_gui_init.o' libtool=no \
+ags-ags_playable.obj: src/ags/object/ags_playable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_playable.obj -MD -MP -MF $(DEPDIR)/ags-ags_playable.Tpo -c -o ags-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_playable.Tpo $(DEPDIR)/ags-ags_playable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='ags-ags_playable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_gui_init.o `test -f 'src/ags/widget/ags_gui_init.c' || echo '$(srcdir)/'`src/ags/widget/ags_gui_init.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
 
-libags_gui_a-ags_gui_init.obj: src/ags/widget/ags_gui_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_gui_init.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo -c -o libags_gui_a-ags_gui_init.obj `if test -f 'src/ags/widget/ags_gui_init.c'; then $(CYGPATH_W) 'src/ags/widget/ags_gui_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_gui_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo $(DEPDIR)/libags_gui_a-ags_gui_init.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_gui_init.c' object='libags_gui_a-ags_gui_init.obj' libtool=no \
+ags-ags_dynamic_connectable.o: src/ags/object/ags_dynamic_connectable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dynamic_connectable.o -MD -MP -MF $(DEPDIR)/ags-ags_dynamic_connectable.Tpo -c -o ags-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dynamic_connectable.Tpo $(DEPDIR)/ags-ags_dynamic_connectable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='ags-ags_dynamic_connectable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_gui_init.obj `if test -f 'src/ags/widget/ags_gui_init.c'; then $(CYGPATH_W) 'src/ags/widget/ags_gui_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_gui_init.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
 
-libags_gui_a-ags_cartesian.o: src/ags/widget/ags_cartesian.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_cartesian.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo -c -o libags_gui_a-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo $(DEPDIR)/libags_gui_a-ags_cartesian.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='libags_gui_a-ags_cartesian.o' libtool=no \
+ags-ags_dynamic_connectable.obj: src/ags/object/ags_dynamic_connectable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dynamic_connectable.obj -MD -MP -MF $(DEPDIR)/ags-ags_dynamic_connectable.Tpo -c -o ags-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dynamic_connectable.Tpo $(DEPDIR)/ags-ags_dynamic_connectable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='ags-ags_dynamic_connectable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
 
-libags_gui_a-ags_cartesian.obj: src/ags/widget/ags_cartesian.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_cartesian.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo -c -o libags_gui_a-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo $(DEPDIR)/libags_gui_a-ags_cartesian.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='libags_gui_a-ags_cartesian.obj' libtool=no \
+ags-ags_seekable.o: src/ags/object/ags_seekable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_seekable.o -MD -MP -MF $(DEPDIR)/ags-ags_seekable.Tpo -c -o ags-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_seekable.Tpo $(DEPDIR)/ags-ags_seekable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='ags-ags_seekable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
 
-libags_gui_a-ags_dial.o: src/ags/widget/ags_dial.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_dial.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_dial.Tpo -c -o libags_gui_a-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_dial.Tpo $(DEPDIR)/libags_gui_a-ags_dial.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='libags_gui_a-ags_dial.o' libtool=no \
+ags-ags_seekable.obj: src/ags/object/ags_seekable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_seekable.obj -MD -MP -MF $(DEPDIR)/ags-ags_seekable.Tpo -c -o ags-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_seekable.Tpo $(DEPDIR)/ags-ags_seekable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='ags-ags_seekable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
 
-libags_gui_a-ags_dial.obj: src/ags/widget/ags_dial.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_dial.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_dial.Tpo -c -o libags_gui_a-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_dial.Tpo $(DEPDIR)/libags_gui_a-ags_dial.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='libags_gui_a-ags_dial.obj' libtool=no \
+ags-ags_countable.o: src/ags/object/ags_countable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_countable.o -MD -MP -MF $(DEPDIR)/ags-ags_countable.Tpo -c -o ags-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_countable.Tpo $(DEPDIR)/ags-ags_countable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='ags-ags_countable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
 
-libags_gui_a-ags_expander.o: src/ags/widget/ags_expander.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander.Tpo -c -o libags_gui_a-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander.Tpo $(DEPDIR)/libags_gui_a-ags_expander.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='libags_gui_a-ags_expander.o' libtool=no \
+ags-ags_countable.obj: src/ags/object/ags_countable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_countable.obj -MD -MP -MF $(DEPDIR)/ags-ags_countable.Tpo -c -o ags-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_countable.Tpo $(DEPDIR)/ags-ags_countable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='ags-ags_countable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
 
-libags_gui_a-ags_expander.obj: src/ags/widget/ags_expander.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander.Tpo -c -o libags_gui_a-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander.Tpo $(DEPDIR)/libags_gui_a-ags_expander.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='libags_gui_a-ags_expander.obj' libtool=no \
+ags-ags_plugin.o: src/ags/object/ags_plugin.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin.Tpo -c -o ags-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin.Tpo $(DEPDIR)/ags-ags_plugin.Po
+#	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='ags-ags_plugin.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
 
-libags_gui_a-ags_expander_set.o: src/ags/widget/ags_expander_set.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander_set.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo -c -o libags_gui_a-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo $(DEPDIR)/libags_gui_a-ags_expander_set.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='libags_gui_a-ags_expander_set.o' libtool=no \
+ags-ags_plugin.obj: src/ags/object/ags_plugin.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin.Tpo -c -o ags-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin.Tpo $(DEPDIR)/ags-ags_plugin.Po
+#	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='ags-ags_plugin.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
 
-libags_gui_a-ags_expander_set.obj: src/ags/widget/ags_expander_set.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander_set.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo -c -o libags_gui_a-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo $(DEPDIR)/libags_gui_a-ags_expander_set.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='libags_gui_a-ags_expander_set.obj' libtool=no \
+ags-ags_tactable.o: src/ags/object/ags_tactable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tactable.o -MD -MP -MF $(DEPDIR)/ags-ags_tactable.Tpo -c -o ags-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tactable.Tpo $(DEPDIR)/ags-ags_tactable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='ags-ags_tactable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
 
-libags_gui_a-ags_hindicator.o: src/ags/widget/ags_hindicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_hindicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo -c -o libags_gui_a-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo $(DEPDIR)/libags_gui_a-ags_hindicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='libags_gui_a-ags_hindicator.o' libtool=no \
+ags-ags_tactable.obj: src/ags/object/ags_tactable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tactable.obj -MD -MP -MF $(DEPDIR)/ags-ags_tactable.Tpo -c -o ags-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tactable.Tpo $(DEPDIR)/ags-ags_tactable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='ags-ags_tactable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
 
-libags_gui_a-ags_hindicator.obj: src/ags/widget/ags_hindicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_hindicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo -c -o libags_gui_a-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo $(DEPDIR)/libags_gui_a-ags_hindicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='libags_gui_a-ags_hindicator.obj' libtool=no \
+ags-ags_tree_iterator.o: src/ags/object/ags_tree_iterator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tree_iterator.o -MD -MP -MF $(DEPDIR)/ags-ags_tree_iterator.Tpo -c -o ags-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tree_iterator.Tpo $(DEPDIR)/ags-ags_tree_iterator.Po
+#	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='ags-ags_tree_iterator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
 
-libags_gui_a-ags_htimebar.o: src/ags/widget/ags_htimebar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_htimebar.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo -c -o libags_gui_a-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo $(DEPDIR)/libags_gui_a-ags_htimebar.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='libags_gui_a-ags_htimebar.o' libtool=no \
+ags-ags_tree_iterator.obj: src/ags/object/ags_tree_iterator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tree_iterator.obj -MD -MP -MF $(DEPDIR)/ags-ags_tree_iterator.Tpo -c -o ags-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tree_iterator.Tpo $(DEPDIR)/ags-ags_tree_iterator.Po
+#	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='ags-ags_tree_iterator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
 
-libags_gui_a-ags_htimebar.obj: src/ags/widget/ags_htimebar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_htimebar.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo -c -o libags_gui_a-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo $(DEPDIR)/libags_gui_a-ags_htimebar.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='libags_gui_a-ags_htimebar.obj' libtool=no \
+ags-ags_persistable.o: src/ags/object/ags_persistable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_persistable.o -MD -MP -MF $(DEPDIR)/ags-ags_persistable.Tpo -c -o ags-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_persistable.Tpo $(DEPDIR)/ags-ags_persistable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='ags-ags_persistable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
 
-libags_gui_a-ags_indicator.o: src/ags/widget/ags_indicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_indicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_indicator.Tpo -c -o libags_gui_a-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_indicator.Tpo $(DEPDIR)/libags_gui_a-ags_indicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='libags_gui_a-ags_indicator.o' libtool=no \
+ags-ags_persistable.obj: src/ags/object/ags_persistable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_persistable.obj -MD -MP -MF $(DEPDIR)/ags-ags_persistable.Tpo -c -o ags-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_persistable.Tpo $(DEPDIR)/ags-ags_persistable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='ags-ags_persistable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
 
-libags_gui_a-ags_indicator.obj: src/ags/widget/ags_indicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_indicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_indicator.Tpo -c -o libags_gui_a-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_indicator.Tpo $(DEPDIR)/libags_gui_a-ags_indicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='libags_gui_a-ags_indicator.obj' libtool=no \
+ags-ags_stackable.o: src/ags/object/ags_stackable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stackable.o -MD -MP -MF $(DEPDIR)/ags-ags_stackable.Tpo -c -o ags-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stackable.Tpo $(DEPDIR)/ags-ags_stackable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='ags-ags_stackable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
 
-libags_gui_a-ags_led.o: src/ags/widget/ags_led.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_led.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_led.Tpo -c -o libags_gui_a-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_led.Tpo $(DEPDIR)/libags_gui_a-ags_led.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='libags_gui_a-ags_led.o' libtool=no \
+ags-ags_stackable.obj: src/ags/object/ags_stackable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stackable.obj -MD -MP -MF $(DEPDIR)/ags-ags_stackable.Tpo -c -o ags-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stackable.Tpo $(DEPDIR)/ags-ags_stackable.Po
+#	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='ags-ags_stackable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
 
-libags_gui_a-ags_led.obj: src/ags/widget/ags_led.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_led.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_led.Tpo -c -o libags_gui_a-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_led.Tpo $(DEPDIR)/libags_gui_a-ags_led.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='libags_gui_a-ags_led.obj' libtool=no \
+ags-ags_portlet.o: src/ags/object/ags_portlet.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_portlet.o -MD -MP -MF $(DEPDIR)/ags-ags_portlet.Tpo -c -o ags-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_portlet.Tpo $(DEPDIR)/ags-ags_portlet.Po
+#	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='ags-ags_portlet.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
 
-libags_gui_a-ags_menu.o: src/ags/widget/ags_menu.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu.Tpo -c -o libags_gui_a-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu.Tpo $(DEPDIR)/libags_gui_a-ags_menu.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='libags_gui_a-ags_menu.o' libtool=no \
+ags-ags_portlet.obj: src/ags/object/ags_portlet.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_portlet.obj -MD -MP -MF $(DEPDIR)/ags-ags_portlet.Tpo -c -o ags-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_portlet.Tpo $(DEPDIR)/ags-ags_portlet.Po
+#	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='ags-ags_portlet.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
 
-libags_gui_a-ags_menu.obj: src/ags/widget/ags_menu.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu.Tpo -c -o libags_gui_a-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu.Tpo $(DEPDIR)/libags_gui_a-ags_menu.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='libags_gui_a-ags_menu.obj' libtool=no \
+ags-ags_id_generator.o: src/ags/util/ags_id_generator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_id_generator.o -MD -MP -MF $(DEPDIR)/ags-ags_id_generator.Tpo -c -o ags-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_id_generator.Tpo $(DEPDIR)/ags-ags_id_generator.Po
+#	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='ags-ags_id_generator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
 
-libags_gui_a-ags_menu_item.o: src/ags/widget/ags_menu_item.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu_item.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo -c -o libags_gui_a-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo $(DEPDIR)/libags_gui_a-ags_menu_item.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='libags_gui_a-ags_menu_item.o' libtool=no \
+ags-ags_id_generator.obj: src/ags/util/ags_id_generator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_id_generator.obj -MD -MP -MF $(DEPDIR)/ags-ags_id_generator.Tpo -c -o ags-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_id_generator.Tpo $(DEPDIR)/ags-ags_id_generator.Po
+#	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='ags-ags_id_generator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
 
-libags_gui_a-ags_menu_item.obj: src/ags/widget/ags_menu_item.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu_item.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo -c -o libags_gui_a-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo $(DEPDIR)/libags_gui_a-ags_menu_item.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='libags_gui_a-ags_menu_item.obj' libtool=no \
+ags-ags_expander_set.o: src/ags/widget/ags_expander_set.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander_set.o -MD -MP -MF $(DEPDIR)/ags-ags_expander_set.Tpo -c -o ags-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander_set.Tpo $(DEPDIR)/ags-ags_expander_set.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='ags-ags_expander_set.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
 
-libags_gui_a-ags_option_menu.o: src/ags/widget/ags_option_menu.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_option_menu.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo -c -o libags_gui_a-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo $(DEPDIR)/libags_gui_a-ags_option_menu.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='libags_gui_a-ags_option_menu.o' libtool=no \
+ags-ags_expander_set.obj: src/ags/widget/ags_expander_set.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander_set.obj -MD -MP -MF $(DEPDIR)/ags-ags_expander_set.Tpo -c -o ags-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander_set.Tpo $(DEPDIR)/ags-ags_expander_set.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='ags-ags_expander_set.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
 
-libags_gui_a-ags_option_menu.obj: src/ags/widget/ags_option_menu.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_option_menu.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo -c -o libags_gui_a-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo $(DEPDIR)/libags_gui_a-ags_option_menu.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='libags_gui_a-ags_option_menu.obj' libtool=no \
+ags-ags_menu.o: src/ags/widget/ags_menu.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu.o -MD -MP -MF $(DEPDIR)/ags-ags_menu.Tpo -c -o ags-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu.Tpo $(DEPDIR)/ags-ags_menu.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='ags-ags_menu.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
 
-libags_gui_a-ags_ruler.o: src/ags/widget/ags_ruler.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_ruler.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_ruler.Tpo -c -o libags_gui_a-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_ruler.Tpo $(DEPDIR)/libags_gui_a-ags_ruler.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='libags_gui_a-ags_ruler.o' libtool=no \
+ags-ags_menu.obj: src/ags/widget/ags_menu.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu.Tpo -c -o ags-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu.Tpo $(DEPDIR)/ags-ags_menu.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='ags-ags_menu.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
 
-libags_gui_a-ags_ruler.obj: src/ags/widget/ags_ruler.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_ruler.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_ruler.Tpo -c -o libags_gui_a-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_ruler.Tpo $(DEPDIR)/libags_gui_a-ags_ruler.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='libags_gui_a-ags_ruler.obj' libtool=no \
+ags-ags_timebar.o: src/ags/widget/ags_timebar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timebar.o -MD -MP -MF $(DEPDIR)/ags-ags_timebar.Tpo -c -o ags-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timebar.Tpo $(DEPDIR)/ags-ags_timebar.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='ags-ags_timebar.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
 
-libags_gui_a-ags_segment.o: src/ags/widget/ags_segment.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_segment.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_segment.Tpo -c -o libags_gui_a-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_segment.Tpo $(DEPDIR)/libags_gui_a-ags_segment.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='libags_gui_a-ags_segment.o' libtool=no \
+ags-ags_timebar.obj: src/ags/widget/ags_timebar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timebar.obj -MD -MP -MF $(DEPDIR)/ags-ags_timebar.Tpo -c -o ags-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timebar.Tpo $(DEPDIR)/ags-ags_timebar.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='ags-ags_timebar.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
 
-libags_gui_a-ags_segment.obj: src/ags/widget/ags_segment.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_segment.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_segment.Tpo -c -o libags_gui_a-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_segment.Tpo $(DEPDIR)/libags_gui_a-ags_segment.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='libags_gui_a-ags_segment.obj' libtool=no \
+ags-ags_dial.o: src/ags/widget/ags_dial.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dial.o -MD -MP -MF $(DEPDIR)/ags-ags_dial.Tpo -c -o ags-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dial.Tpo $(DEPDIR)/ags-ags_dial.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='ags-ags_dial.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
 
-libags_gui_a-ags_table.o: src/ags/widget/ags_table.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_table.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_table.Tpo -c -o libags_gui_a-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_table.Tpo $(DEPDIR)/libags_gui_a-ags_table.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='libags_gui_a-ags_table.o' libtool=no \
+ags-ags_dial.obj: src/ags/widget/ags_dial.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dial.obj -MD -MP -MF $(DEPDIR)/ags-ags_dial.Tpo -c -o ags-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dial.Tpo $(DEPDIR)/ags-ags_dial.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='ags-ags_dial.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
 
-libags_gui_a-ags_table.obj: src/ags/widget/ags_table.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_table.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_table.Tpo -c -o libags_gui_a-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_table.Tpo $(DEPDIR)/libags_gui_a-ags_table.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='libags_gui_a-ags_table.obj' libtool=no \
+ags-ags_segment.o: src/ags/widget/ags_segment.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_segment.o -MD -MP -MF $(DEPDIR)/ags-ags_segment.Tpo -c -o ags-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_segment.Tpo $(DEPDIR)/ags-ags_segment.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='ags-ags_segment.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
 
-libags_gui_a-ags_timebar.o: src/ags/widget/ags_timebar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_timebar.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_timebar.Tpo -c -o libags_gui_a-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_timebar.Tpo $(DEPDIR)/libags_gui_a-ags_timebar.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='libags_gui_a-ags_timebar.o' libtool=no \
+ags-ags_segment.obj: src/ags/widget/ags_segment.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_segment.obj -MD -MP -MF $(DEPDIR)/ags-ags_segment.Tpo -c -o ags-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_segment.Tpo $(DEPDIR)/ags-ags_segment.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='ags-ags_segment.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
 
-libags_gui_a-ags_timebar.obj: src/ags/widget/ags_timebar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_timebar.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_timebar.Tpo -c -o libags_gui_a-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_timebar.Tpo $(DEPDIR)/libags_gui_a-ags_timebar.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='libags_gui_a-ags_timebar.obj' libtool=no \
+ags-ags_htimebar.o: src/ags/widget/ags_htimebar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_htimebar.o -MD -MP -MF $(DEPDIR)/ags-ags_htimebar.Tpo -c -o ags-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_htimebar.Tpo $(DEPDIR)/ags-ags_htimebar.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='ags-ags_htimebar.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
 
-libags_gui_a-ags_vindicator.o: src/ags/widget/ags_vindicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_vindicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo -c -o libags_gui_a-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo $(DEPDIR)/libags_gui_a-ags_vindicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='libags_gui_a-ags_vindicator.o' libtool=no \
+ags-ags_htimebar.obj: src/ags/widget/ags_htimebar.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_htimebar.obj -MD -MP -MF $(DEPDIR)/ags-ags_htimebar.Tpo -c -o ags-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_htimebar.Tpo $(DEPDIR)/ags-ags_htimebar.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='ags-ags_htimebar.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
 
-libags_gui_a-ags_vindicator.obj: src/ags/widget/ags_vindicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_vindicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo -c -o libags_gui_a-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo $(DEPDIR)/libags_gui_a-ags_vindicator.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='libags_gui_a-ags_vindicator.obj' libtool=no \
+ags-ags_indicator.o: src/ags/widget/ags_indicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_indicator.o -MD -MP -MF $(DEPDIR)/ags-ags_indicator.Tpo -c -o ags-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_indicator.Tpo $(DEPDIR)/ags-ags_indicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='ags-ags_indicator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
 
-libags_gui_a-ags_waveform.o: src/ags/widget/ags_waveform.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_waveform.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_waveform.Tpo -c -o libags_gui_a-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_waveform.Tpo $(DEPDIR)/libags_gui_a-ags_waveform.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='libags_gui_a-ags_waveform.o' libtool=no \
+ags-ags_indicator.obj: src/ags/widget/ags_indicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_indicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_indicator.Tpo -c -o ags-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_indicator.Tpo $(DEPDIR)/ags-ags_indicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='ags-ags_indicator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
 
-libags_gui_a-ags_waveform.obj: src/ags/widget/ags_waveform.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_waveform.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_waveform.Tpo -c -o libags_gui_a-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_waveform.Tpo $(DEPDIR)/libags_gui_a-ags_waveform.Po
-#	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='libags_gui_a-ags_waveform.obj' libtool=no \
+ags-ags_option_menu.o: src/ags/widget/ags_option_menu.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_option_menu.o -MD -MP -MF $(DEPDIR)/ags-ags_option_menu.Tpo -c -o ags-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_option_menu.Tpo $(DEPDIR)/ags-ags_option_menu.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='ags-ags_option_menu.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
 
-libags_thread_a-ags_thread_init.o: src/ags/thread/ags_thread_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_init.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo -c -o libags_thread_a-ags_thread_init.o `test -f 'src/ags/thread/ags_thread_init.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo $(DEPDIR)/libags_thread_a-ags_thread_init.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_init.c' object='libags_thread_a-ags_thread_init.o' libtool=no \
+ags-ags_option_menu.obj: src/ags/widget/ags_option_menu.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_option_menu.obj -MD -MP -MF $(DEPDIR)/ags-ags_option_menu.Tpo -c -o ags-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_option_menu.Tpo $(DEPDIR)/ags-ags_option_menu.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='ags-ags_option_menu.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_init.o `test -f 'src/ags/thread/ags_thread_init.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_init.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
 
-libags_thread_a-ags_thread_init.obj: src/ags/thread/ags_thread_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_init.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo -c -o libags_thread_a-ags_thread_init.obj `if test -f 'src/ags/thread/ags_thread_init.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo $(DEPDIR)/libags_thread_a-ags_thread_init.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_init.c' object='libags_thread_a-ags_thread_init.obj' libtool=no \
+ags-ags_hindicator.o: src/ags/widget/ags_hindicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_hindicator.o -MD -MP -MF $(DEPDIR)/ags-ags_hindicator.Tpo -c -o ags-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_hindicator.Tpo $(DEPDIR)/ags-ags_hindicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='ags-ags_hindicator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_init.obj `if test -f 'src/ags/thread/ags_thread_init.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_init.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
 
-libags_thread_a-ags_thread_application_context.o: src/ags/thread/ags_thread_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_application_context.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo -c -o libags_thread_a-ags_thread_application_context.o `test -f 'src/ags/thread/ags_thread_application_context.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_application_context.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo $(DEPDIR)/libags_thread_a-ags_thread_application_context.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_application_context.c' object='libags_thread_a-ags_thread_application_context.o' libtool=no \
+ags-ags_hindicator.obj: src/ags/widget/ags_hindicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_hindicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_hindicator.Tpo -c -o ags-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_hindicator.Tpo $(DEPDIR)/ags-ags_hindicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='ags-ags_hindicator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_application_context.o `test -f 'src/ags/thread/ags_thread_application_context.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_application_context.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
 
-libags_thread_a-ags_thread_application_context.obj: src/ags/thread/ags_thread_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_application_context.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo -c -o libags_thread_a-ags_thread_application_context.obj `if test -f 'src/ags/thread/ags_thread_application_context.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_application_context.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo $(DEPDIR)/libags_thread_a-ags_thread_application_context.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_application_context.c' object='libags_thread_a-ags_thread_application_context.obj' libtool=no \
+ags-ags_cartesian.o: src/ags/widget/ags_cartesian.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cartesian.o -MD -MP -MF $(DEPDIR)/ags-ags_cartesian.Tpo -c -o ags-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cartesian.Tpo $(DEPDIR)/ags-ags_cartesian.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='ags-ags_cartesian.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_application_context.obj `if test -f 'src/ags/thread/ags_thread_application_context.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_application_context.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
 
-libags_thread_a-ags_concurrency_provider.o: src/ags/thread/ags_concurrency_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_concurrency_provider.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo -c -o libags_thread_a-ags_concurrency_provider.o `test -f 'src/ags/thread/ags_concurrency_provider.c' || echo '$(srcdir)/'`src/ags/thread/ags_concurrency_provider.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_concurrency_provider.c' object='libags_thread_a-ags_concurrency_provider.o' libtool=no \
+ags-ags_cartesian.obj: src/ags/widget/ags_cartesian.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cartesian.obj -MD -MP -MF $(DEPDIR)/ags-ags_cartesian.Tpo -c -o ags-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cartesian.Tpo $(DEPDIR)/ags-ags_cartesian.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='ags-ags_cartesian.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_concurrency_provider.o `test -f 'src/ags/thread/ags_concurrency_provider.c' || echo '$(srcdir)/'`src/ags/thread/ags_concurrency_provider.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
 
-libags_thread_a-ags_concurrency_provider.obj: src/ags/thread/ags_concurrency_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_concurrency_provider.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo -c -o libags_thread_a-ags_concurrency_provider.obj `if test -f 'src/ags/thread/ags_concurrency_provider.c'; then $(CYGPATH_W) 'src/ags/thread/ags_concurrency_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_concurrency_provider.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_concurrency_provider.c' object='libags_thread_a-ags_concurrency_provider.obj' libtool=no \
+ags-ags_menu_item.o: src/ags/widget/ags_menu_item.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_item.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_item.Tpo -c -o ags-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_item.Tpo $(DEPDIR)/ags-ags_menu_item.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='ags-ags_menu_item.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_concurrency_provider.obj `if test -f 'src/ags/thread/ags_concurrency_provider.c'; then $(CYGPATH_W) 'src/ags/thread/ags_concurrency_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_concurrency_provider.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
 
-libags_thread_a-ags_async_queue.o: src/ags/thread/ags_async_queue.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_async_queue.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo -c -o libags_thread_a-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo $(DEPDIR)/libags_thread_a-ags_async_queue.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='libags_thread_a-ags_async_queue.o' libtool=no \
+ags-ags_menu_item.obj: src/ags/widget/ags_menu_item.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_item.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_item.Tpo -c -o ags-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_item.Tpo $(DEPDIR)/ags-ags_menu_item.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='ags-ags_menu_item.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
 
-libags_thread_a-ags_async_queue.obj: src/ags/thread/ags_async_queue.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_async_queue.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo -c -o libags_thread_a-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo $(DEPDIR)/libags_thread_a-ags_async_queue.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='libags_thread_a-ags_async_queue.obj' libtool=no \
+ags-ags_waveform.o: src/ags/widget/ags_waveform.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_waveform.o -MD -MP -MF $(DEPDIR)/ags-ags_waveform.Tpo -c -o ags-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_waveform.Tpo $(DEPDIR)/ags-ags_waveform.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='ags-ags_waveform.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
 
-libags_thread_a-ags_audio_loop.o: src/ags/thread/ags_audio_loop.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_audio_loop.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo -c -o libags_thread_a-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo $(DEPDIR)/libags_thread_a-ags_audio_loop.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='libags_thread_a-ags_audio_loop.o' libtool=no \
+ags-ags_waveform.obj: src/ags/widget/ags_waveform.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_waveform.obj -MD -MP -MF $(DEPDIR)/ags-ags_waveform.Tpo -c -o ags-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_waveform.Tpo $(DEPDIR)/ags-ags_waveform.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='ags-ags_waveform.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
 
-libags_thread_a-ags_audio_loop.obj: src/ags/thread/ags_audio_loop.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_audio_loop.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo -c -o libags_thread_a-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo $(DEPDIR)/libags_thread_a-ags_audio_loop.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='libags_thread_a-ags_audio_loop.obj' libtool=no \
+ags-ags_ruler.o: src/ags/widget/ags_ruler.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ruler.o -MD -MP -MF $(DEPDIR)/ags-ags_ruler.Tpo -c -o ags-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ruler.Tpo $(DEPDIR)/ags-ags_ruler.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='ags-ags_ruler.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
 
-libags_thread_a-ags_autosave_thread.o: src/ags/thread/ags_autosave_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_autosave_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo -c -o libags_thread_a-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo $(DEPDIR)/libags_thread_a-ags_autosave_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='libags_thread_a-ags_autosave_thread.o' libtool=no \
+ags-ags_ruler.obj: src/ags/widget/ags_ruler.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ruler.obj -MD -MP -MF $(DEPDIR)/ags-ags_ruler.Tpo -c -o ags-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ruler.Tpo $(DEPDIR)/ags-ags_ruler.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='ags-ags_ruler.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
 
-libags_thread_a-ags_autosave_thread.obj: src/ags/thread/ags_autosave_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_autosave_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo -c -o libags_thread_a-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo $(DEPDIR)/libags_thread_a-ags_autosave_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='libags_thread_a-ags_autosave_thread.obj' libtool=no \
+ags-ags_expander.o: src/ags/widget/ags_expander.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander.o -MD -MP -MF $(DEPDIR)/ags-ags_expander.Tpo -c -o ags-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander.Tpo $(DEPDIR)/ags-ags_expander.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='ags-ags_expander.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
 
-libags_thread_a-ags_devout_thread.o: src/ags/thread/ags_devout_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_devout_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo -c -o libags_thread_a-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo $(DEPDIR)/libags_thread_a-ags_devout_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='libags_thread_a-ags_devout_thread.o' libtool=no \
+ags-ags_expander.obj: src/ags/widget/ags_expander.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander.obj -MD -MP -MF $(DEPDIR)/ags-ags_expander.Tpo -c -o ags-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander.Tpo $(DEPDIR)/ags-ags_expander.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='ags-ags_expander.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
 
-libags_thread_a-ags_devout_thread.obj: src/ags/thread/ags_devout_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_devout_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo -c -o libags_thread_a-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo $(DEPDIR)/libags_thread_a-ags_devout_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='libags_thread_a-ags_devout_thread.obj' libtool=no \
+ags-ags_vindicator.o: src/ags/widget/ags_vindicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_vindicator.o -MD -MP -MF $(DEPDIR)/ags-ags_vindicator.Tpo -c -o ags-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_vindicator.Tpo $(DEPDIR)/ags-ags_vindicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='ags-ags_vindicator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
 
-libags_thread_a-ags_export_thread.o: src/ags/thread/ags_export_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_export_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo -c -o libags_thread_a-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo $(DEPDIR)/libags_thread_a-ags_export_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='libags_thread_a-ags_export_thread.o' libtool=no \
+ags-ags_vindicator.obj: src/ags/widget/ags_vindicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_vindicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_vindicator.Tpo -c -o ags-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_vindicator.Tpo $(DEPDIR)/ags-ags_vindicator.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='ags-ags_vindicator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
 
-libags_thread_a-ags_export_thread.obj: src/ags/thread/ags_export_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_export_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo -c -o libags_thread_a-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo $(DEPDIR)/libags_thread_a-ags_export_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='libags_thread_a-ags_export_thread.obj' libtool=no \
+ags-ags_led.o: src/ags/widget/ags_led.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_led.o -MD -MP -MF $(DEPDIR)/ags-ags_led.Tpo -c -o ags-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_led.Tpo $(DEPDIR)/ags-ags_led.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='ags-ags_led.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
 
-libags_thread_a-ags_gui_thread.o: src/ags/thread/ags_gui_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_gui_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo -c -o libags_thread_a-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo $(DEPDIR)/libags_thread_a-ags_gui_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='libags_thread_a-ags_gui_thread.o' libtool=no \
+ags-ags_led.obj: src/ags/widget/ags_led.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_led.obj -MD -MP -MF $(DEPDIR)/ags-ags_led.Tpo -c -o ags-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_led.Tpo $(DEPDIR)/ags-ags_led.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='ags-ags_led.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
 
-libags_thread_a-ags_gui_thread.obj: src/ags/thread/ags_gui_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_gui_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo -c -o libags_thread_a-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo $(DEPDIR)/libags_thread_a-ags_gui_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='libags_thread_a-ags_gui_thread.obj' libtool=no \
+ags-ags_table.o: src/ags/widget/ags_table.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_table.o -MD -MP -MF $(DEPDIR)/ags-ags_table.Tpo -c -o ags-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_table.Tpo $(DEPDIR)/ags-ags_table.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='ags-ags_table.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
 
-libags_thread_a-ags_iterator_thread.o: src/ags/thread/ags_iterator_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_iterator_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo -c -o libags_thread_a-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo $(DEPDIR)/libags_thread_a-ags_iterator_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='libags_thread_a-ags_iterator_thread.o' libtool=no \
+ags-ags_table.obj: src/ags/widget/ags_table.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_table.obj -MD -MP -MF $(DEPDIR)/ags-ags_table.Tpo -c -o ags-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_table.Tpo $(DEPDIR)/ags-ags_table.Po
+#	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='ags-ags_table.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
 
-libags_thread_a-ags_iterator_thread.obj: src/ags/thread/ags_iterator_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_iterator_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo -c -o libags_thread_a-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo $(DEPDIR)/libags_thread_a-ags_iterator_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='libags_thread_a-ags_iterator_thread.obj' libtool=no \
+ags-main.o: src/ags/main.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-main.o -MD -MP -MF $(DEPDIR)/ags-main.Tpo -c -o ags-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-main.Tpo $(DEPDIR)/ags-main.Po
+#	$(AM_V_CC)source='src/ags/main.c' object='ags-main.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
 
-libags_thread_a-ags_record_thread.o: src/ags/thread/ags_record_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_record_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo -c -o libags_thread_a-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo $(DEPDIR)/libags_thread_a-ags_record_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='libags_thread_a-ags_record_thread.o' libtool=no \
+ags-main.obj: src/ags/main.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-main.obj -MD -MP -MF $(DEPDIR)/ags-main.Tpo -c -o ags-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-main.Tpo $(DEPDIR)/ags-main.Po
+#	$(AM_V_CC)source='src/ags/main.c' object='ags-main.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
 
-libags_thread_a-ags_record_thread.obj: src/ags/thread/ags_record_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_record_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo -c -o libags_thread_a-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo $(DEPDIR)/libags_thread_a-ags_record_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='libags_thread_a-ags_record_thread.obj' libtool=no \
+ags-ags_set_output_device.o: src/ags/audio/task/ags_set_output_device.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_output_device.o -MD -MP -MF $(DEPDIR)/ags-ags_set_output_device.Tpo -c -o ags-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_output_device.Tpo $(DEPDIR)/ags-ags_set_output_device.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='ags-ags_set_output_device.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
 
-libags_thread_a-ags_recycling_thread_callbacks.o: src/ags/thread/ags_recycling_thread_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread_callbacks.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo -c -o libags_thread_a-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='libags_thread_a-ags_recycling_thread_callbacks.o' libtool=no \
+ags-ags_set_output_device.obj: src/ags/audio/task/ags_set_output_device.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_output_device.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_output_device.Tpo -c -o ags-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_output_device.Tpo $(DEPDIR)/ags-ags_set_output_device.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='ags-ags_set_output_device.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
 
-libags_thread_a-ags_recycling_thread_callbacks.obj: src/ags/thread/ags_recycling_thread_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread_callbacks.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo -c -o libags_thread_a-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='libags_thread_a-ags_recycling_thread_callbacks.obj' libtool=no \
+ags-ags_set_samplerate.o: src/ags/audio/task/ags_set_samplerate.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_samplerate.o -MD -MP -MF $(DEPDIR)/ags-ags_set_samplerate.Tpo -c -o ags-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_samplerate.Tpo $(DEPDIR)/ags-ags_set_samplerate.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='ags-ags_set_samplerate.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
 
-libags_thread_a-ags_recycling_thread.o: src/ags/thread/ags_recycling_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo -c -o libags_thread_a-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='libags_thread_a-ags_recycling_thread.o' libtool=no \
+ags-ags_set_samplerate.obj: src/ags/audio/task/ags_set_samplerate.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_samplerate.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_samplerate.Tpo -c -o ags-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_samplerate.Tpo $(DEPDIR)/ags-ags_set_samplerate.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='ags-ags_set_samplerate.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
 
-libags_thread_a-ags_recycling_thread.obj: src/ags/thread/ags_recycling_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo -c -o libags_thread_a-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='libags_thread_a-ags_recycling_thread.obj' libtool=no \
+ags-ags_remove_point_from_selection.o: src/ags/audio/task/ags_remove_point_from_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_point_from_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo -c -o ags-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo $(DEPDIR)/ags-ags_remove_point_from_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='ags-ags_remove_point_from_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
 
-libags_thread_a-ags_returnable_thread.o: src/ags/thread/ags_returnable_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_returnable_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo -c -o libags_thread_a-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo $(DEPDIR)/libags_thread_a-ags_returnable_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='libags_thread_a-ags_returnable_thread.o' libtool=no \
+ags-ags_remove_point_from_selection.obj: src/ags/audio/task/ags_remove_point_from_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_point_from_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo -c -o ags-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo $(DEPDIR)/ags-ags_remove_point_from_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='ags-ags_remove_point_from_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
 
-libags_thread_a-ags_returnable_thread.obj: src/ags/thread/ags_returnable_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_returnable_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo -c -o libags_thread_a-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo $(DEPDIR)/libags_thread_a-ags_returnable_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='libags_thread_a-ags_returnable_thread.obj' libtool=no \
+ags-ags_link_channel.o: src/ags/audio/task/ags_link_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_link_channel.Tpo -c -o ags-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_channel.Tpo $(DEPDIR)/ags-ags_link_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='ags-ags_link_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
 
-libags_thread_a-ags_single_thread.o: src/ags/thread/ags_single_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_single_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo -c -o libags_thread_a-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo $(DEPDIR)/libags_thread_a-ags_single_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='libags_thread_a-ags_single_thread.o' libtool=no \
+ags-ags_link_channel.obj: src/ags/audio/task/ags_link_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_channel.Tpo -c -o ags-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_channel.Tpo $(DEPDIR)/ags-ags_link_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='ags-ags_link_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
 
-libags_thread_a-ags_single_thread.obj: src/ags/thread/ags_single_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_single_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo -c -o libags_thread_a-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo $(DEPDIR)/libags_thread_a-ags_single_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='libags_thread_a-ags_single_thread.obj' libtool=no \
+ags-ags_save_file.o: src/ags/audio/task/ags_save_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_save_file.o -MD -MP -MF $(DEPDIR)/ags-ags_save_file.Tpo -c -o ags-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_save_file.Tpo $(DEPDIR)/ags-ags_save_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='ags-ags_save_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
 
-libags_thread_a-ags_task_thread.o: src/ags/thread/ags_task_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_task_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo -c -o libags_thread_a-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo $(DEPDIR)/libags_thread_a-ags_task_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='libags_thread_a-ags_task_thread.o' libtool=no \
+ags-ags_save_file.obj: src/ags/audio/task/ags_save_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_save_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_save_file.Tpo -c -o ags-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_save_file.Tpo $(DEPDIR)/ags-ags_save_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='ags-ags_save_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
 
-libags_thread_a-ags_task_thread.obj: src/ags/thread/ags_task_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_task_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo -c -o libags_thread_a-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo $(DEPDIR)/libags_thread_a-ags_task_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='libags_thread_a-ags_task_thread.obj' libtool=no \
+ags-ags_add_audio_signal.o: src/ags/audio/task/ags_add_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_add_audio_signal.Tpo -c -o ags-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio_signal.Tpo $(DEPDIR)/ags-ags_add_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='ags-ags_add_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
 
-libags_thread_a-ags_thread_pool.o: src/ags/thread/ags_thread_pool.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_pool.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo -c -o libags_thread_a-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo $(DEPDIR)/libags_thread_a-ags_thread_pool.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='libags_thread_a-ags_thread_pool.o' libtool=no \
+ags-ags_add_audio_signal.obj: src/ags/audio/task/ags_add_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_audio_signal.Tpo -c -o ags-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio_signal.Tpo $(DEPDIR)/ags-ags_add_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='ags-ags_add_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
 
-libags_thread_a-ags_thread_pool.obj: src/ags/thread/ags_thread_pool.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_pool.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo -c -o libags_thread_a-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo $(DEPDIR)/libags_thread_a-ags_thread_pool.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='libags_thread_a-ags_thread_pool.obj' libtool=no \
+ags-ags_unref_audio_signal.o: src/ags/audio/task/ags_unref_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_unref_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_unref_audio_signal.Tpo -c -o ags-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_unref_audio_signal.Tpo $(DEPDIR)/ags-ags_unref_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='ags-ags_unref_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
 
-libags_thread_a-ags_thread-posix.o: src/ags/thread/ags_thread-posix.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread-posix.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo -c -o libags_thread_a-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo $(DEPDIR)/libags_thread_a-ags_thread-posix.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='libags_thread_a-ags_thread-posix.o' libtool=no \
+ags-ags_unref_audio_signal.obj: src/ags/audio/task/ags_unref_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_unref_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_unref_audio_signal.Tpo -c -o ags-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_unref_audio_signal.Tpo $(DEPDIR)/ags-ags_unref_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='ags-ags_unref_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
 
-libags_thread_a-ags_thread-posix.obj: src/ags/thread/ags_thread-posix.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread-posix.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo -c -o libags_thread_a-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo $(DEPDIR)/libags_thread_a-ags_thread-posix.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='libags_thread_a-ags_thread-posix.obj' libtool=no \
+ags-ags_remove_region_from_selection.o: src/ags/audio/task/ags_remove_region_from_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_region_from_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo -c -o ags-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo $(DEPDIR)/ags-ags_remove_region_from_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='ags-ags_remove_region_from_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
 
-libags_thread_a-ags_timestamp_thread.o: src/ags/thread/ags_timestamp_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_timestamp_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo -c -o libags_thread_a-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='libags_thread_a-ags_timestamp_thread.o' libtool=no \
+ags-ags_remove_region_from_selection.obj: src/ags/audio/task/ags_remove_region_from_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_region_from_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo -c -o ags-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo $(DEPDIR)/ags-ags_remove_region_from_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='ags-ags_remove_region_from_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
 
-libags_thread_a-ags_timestamp_thread.obj: src/ags/thread/ags_timestamp_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_timestamp_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo -c -o libags_thread_a-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
-#	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='libags_thread_a-ags_timestamp_thread.obj' libtool=no \
+ags-ags_remove_recall_container.o: src/ags/audio/task/ags_remove_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall_container.Tpo -c -o ags-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall_container.Tpo $(DEPDIR)/ags-ags_remove_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='ags-ags_remove_recall_container.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
 
-gsequencer-main.o: src/ags/main.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-main.o -MD -MP -MF $(DEPDIR)/gsequencer-main.Tpo -c -o gsequencer-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-main.Tpo $(DEPDIR)/gsequencer-main.Po
-#	$(AM_V_CC)source='src/ags/main.c' object='gsequencer-main.o' libtool=no \
+ags-ags_remove_recall_container.obj: src/ags/audio/task/ags_remove_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall_container.Tpo -c -o ags-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall_container.Tpo $(DEPDIR)/ags-ags_remove_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='ags-ags_remove_recall_container.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
 
-gsequencer-main.obj: src/ags/main.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-main.obj -MD -MP -MF $(DEPDIR)/gsequencer-main.Tpo -c -o gsequencer-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-main.Tpo $(DEPDIR)/gsequencer-main.Po
-#	$(AM_V_CC)source='src/ags/main.c' object='gsequencer-main.obj' libtool=no \
+ags-ags_remove_recall.o: src/ags/audio/task/ags_remove_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall.Tpo -c -o ags-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall.Tpo $(DEPDIR)/ags-ags_remove_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='ags-ags_remove_recall.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
 
-gsequencer-ags_server_init.o: src/ags/server/ags_server_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_init.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_init.Tpo -c -o gsequencer-ags_server_init.o `test -f 'src/ags/server/ags_server_init.c' || echo '$(srcdir)/'`src/ags/server/ags_server_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_init.Tpo $(DEPDIR)/gsequencer-ags_server_init.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server_init.c' object='gsequencer-ags_server_init.o' libtool=no \
+ags-ags_remove_recall.obj: src/ags/audio/task/ags_remove_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall.Tpo -c -o ags-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall.Tpo $(DEPDIR)/ags-ags_remove_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='ags-ags_remove_recall.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_init.o `test -f 'src/ags/server/ags_server_init.c' || echo '$(srcdir)/'`src/ags/server/ags_server_init.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
 
-gsequencer-ags_server_init.obj: src/ags/server/ags_server_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_init.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_init.Tpo -c -o gsequencer-ags_server_init.obj `if test -f 'src/ags/server/ags_server_init.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_init.Tpo $(DEPDIR)/gsequencer-ags_server_init.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server_init.c' object='gsequencer-ags_server_init.obj' libtool=no \
+ags-ags_append_recall.o: src/ags/audio/task/ags_append_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_append_recall.Tpo -c -o ags-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_recall.Tpo $(DEPDIR)/ags-ags_append_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='ags-ags_append_recall.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_init.obj `if test -f 'src/ags/server/ags_server_init.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_init.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
 
-gsequencer-ags_server_application_context.o: src/ags/server/ags_server_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_application_context.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_application_context.Tpo -c -o gsequencer-ags_server_application_context.o `test -f 'src/ags/server/ags_server_application_context.c' || echo '$(srcdir)/'`src/ags/server/ags_server_application_context.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_application_context.Tpo $(DEPDIR)/gsequencer-ags_server_application_context.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server_application_context.c' object='gsequencer-ags_server_application_context.o' libtool=no \
+ags-ags_append_recall.obj: src/ags/audio/task/ags_append_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_recall.Tpo -c -o ags-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_recall.Tpo $(DEPDIR)/ags-ags_append_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='ags-ags_append_recall.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_application_context.o `test -f 'src/ags/server/ags_server_application_context.c' || echo '$(srcdir)/'`src/ags/server/ags_server_application_context.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
 
-gsequencer-ags_server_application_context.obj: src/ags/server/ags_server_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_application_context.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_application_context.Tpo -c -o gsequencer-ags_server_application_context.obj `if test -f 'src/ags/server/ags_server_application_context.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_application_context.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_application_context.Tpo $(DEPDIR)/gsequencer-ags_server_application_context.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server_application_context.c' object='gsequencer-ags_server_application_context.obj' libtool=no \
+ags-ags_add_recall_container.o: src/ags/audio/task/ags_add_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_add_recall_container.Tpo -c -o ags-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall_container.Tpo $(DEPDIR)/ags-ags_add_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='ags-ags_add_recall_container.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_application_context.obj `if test -f 'src/ags/server/ags_server_application_context.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_application_context.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
 
-gsequencer-ags_service_provider.o: src/ags/server/ags_service_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_service_provider.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_service_provider.Tpo -c -o gsequencer-ags_service_provider.o `test -f 'src/ags/server/ags_service_provider.c' || echo '$(srcdir)/'`src/ags/server/ags_service_provider.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_service_provider.Tpo $(DEPDIR)/gsequencer-ags_service_provider.Po
-#	$(AM_V_CC)source='src/ags/server/ags_service_provider.c' object='gsequencer-ags_service_provider.o' libtool=no \
+ags-ags_add_recall_container.obj: src/ags/audio/task/ags_add_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_recall_container.Tpo -c -o ags-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall_container.Tpo $(DEPDIR)/ags-ags_add_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='ags-ags_add_recall_container.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_service_provider.o `test -f 'src/ags/server/ags_service_provider.c' || echo '$(srcdir)/'`src/ags/server/ags_service_provider.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
 
-gsequencer-ags_service_provider.obj: src/ags/server/ags_service_provider.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_service_provider.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_service_provider.Tpo -c -o gsequencer-ags_service_provider.obj `if test -f 'src/ags/server/ags_service_provider.c'; then $(CYGPATH_W) 'src/ags/server/ags_service_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_service_provider.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_service_provider.Tpo $(DEPDIR)/gsequencer-ags_service_provider.Po
-#	$(AM_V_CC)source='src/ags/server/ags_service_provider.c' object='gsequencer-ags_service_provider.obj' libtool=no \
+ags-ags_add_recall.o: src/ags/audio/task/ags_add_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_add_recall.Tpo -c -o ags-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall.Tpo $(DEPDIR)/ags-ags_add_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='ags-ags_add_recall.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_service_provider.obj `if test -f 'src/ags/server/ags_service_provider.c'; then $(CYGPATH_W) 'src/ags/server/ags_service_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_service_provider.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
 
-gsequencer-ags_registry.o: src/ags/server/ags_registry.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_registry.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_registry.Tpo -c -o gsequencer-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_registry.Tpo $(DEPDIR)/gsequencer-ags_registry.Po
-#	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='gsequencer-ags_registry.o' libtool=no \
+ags-ags_add_recall.obj: src/ags/audio/task/ags_add_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_recall.Tpo -c -o ags-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall.Tpo $(DEPDIR)/ags-ags_add_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='ags-ags_add_recall.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
 
-gsequencer-ags_registry.obj: src/ags/server/ags_registry.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_registry.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_registry.Tpo -c -o gsequencer-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_registry.Tpo $(DEPDIR)/gsequencer-ags_registry.Po
-#	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='gsequencer-ags_registry.obj' libtool=no \
+ags-ags_export_output.o: src/ags/audio/task/ags_export_output.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_output.o -MD -MP -MF $(DEPDIR)/ags-ags_export_output.Tpo -c -o ags-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_output.Tpo $(DEPDIR)/ags-ags_export_output.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='ags-ags_export_output.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
 
-gsequencer-ags_remote_task.o: src/ags/server/ags_remote_task.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remote_task.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_remote_task.Tpo -c -o gsequencer-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remote_task.Tpo $(DEPDIR)/gsequencer-ags_remote_task.Po
-#	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='gsequencer-ags_remote_task.o' libtool=no \
+ags-ags_export_output.obj: src/ags/audio/task/ags_export_output.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_output.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_output.Tpo -c -o ags-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_output.Tpo $(DEPDIR)/ags-ags_export_output.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='ags-ags_export_output.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
 
-gsequencer-ags_remote_task.obj: src/ags/server/ags_remote_task.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remote_task.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_remote_task.Tpo -c -o gsequencer-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remote_task.Tpo $(DEPDIR)/gsequencer-ags_remote_task.Po
-#	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='gsequencer-ags_remote_task.obj' libtool=no \
+ags-ags_remove_note.o: src/ags/audio/task/ags_remove_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_note.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_note.Tpo -c -o ags-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_note.Tpo $(DEPDIR)/ags-ags_remove_note.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='ags-ags_remove_note.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
 
-gsequencer-ags_server.o: src/ags/server/ags_server.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server.Tpo -c -o gsequencer-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server.Tpo $(DEPDIR)/gsequencer-ags_server.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server.c' object='gsequencer-ags_server.o' libtool=no \
+ags-ags_remove_note.obj: src/ags/audio/task/ags_remove_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_note.Tpo -c -o ags-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_note.Tpo $(DEPDIR)/ags-ags_remove_note.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='ags-ags_remove_note.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
 
-gsequencer-ags_server.obj: src/ags/server/ags_server.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server.Tpo -c -o gsequencer-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server.Tpo $(DEPDIR)/gsequencer-ags_server.Po
-#	$(AM_V_CC)source='src/ags/server/ags_server.c' object='gsequencer-ags_server.obj' libtool=no \
+ags-ags_set_audio_channels.o: src/ags/audio/task/ags_set_audio_channels.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_audio_channels.o -MD -MP -MF $(DEPDIR)/ags-ags_set_audio_channels.Tpo -c -o ags-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_audio_channels.Tpo $(DEPDIR)/ags-ags_set_audio_channels.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='ags-ags_set_audio_channels.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
 
-gsequencer-ags_xorg_init.o: src/ags/X/ags_xorg_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_init.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_init.Tpo -c -o gsequencer-ags_xorg_init.o `test -f 'src/ags/X/ags_xorg_init.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_init.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_init.Tpo $(DEPDIR)/gsequencer-ags_xorg_init.Po
-#	$(AM_V_CC)source='src/ags/X/ags_xorg_init.c' object='gsequencer-ags_xorg_init.o' libtool=no \
+ags-ags_set_audio_channels.obj: src/ags/audio/task/ags_set_audio_channels.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_audio_channels.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_audio_channels.Tpo -c -o ags-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_audio_channels.Tpo $(DEPDIR)/ags-ags_set_audio_channels.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='ags-ags_set_audio_channels.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_init.o `test -f 'src/ags/X/ags_xorg_init.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_init.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
 
-gsequencer-ags_xorg_init.obj: src/ags/X/ags_xorg_init.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_init.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_init.Tpo -c -o gsequencer-ags_xorg_init.obj `if test -f 'src/ags/X/ags_xorg_init.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_init.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_init.Tpo $(DEPDIR)/gsequencer-ags_xorg_init.Po
-#	$(AM_V_CC)source='src/ags/X/ags_xorg_init.c' object='gsequencer-ags_xorg_init.obj' libtool=no \
+ags-ags_cancel_audio.o: src/ags/audio/task/ags_cancel_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_audio.Tpo -c -o ags-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_audio.Tpo $(DEPDIR)/ags-ags_cancel_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='ags-ags_cancel_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_init.obj `if test -f 'src/ags/X/ags_xorg_init.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_init.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
 
-gsequencer-ags_xorg_application_context.o: src/ags/X/ags_xorg_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_application_context.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo -c -o gsequencer-ags_xorg_application_context.o `test -f 'src/ags/X/ags_xorg_application_context.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_application_context.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo $(DEPDIR)/gsequencer-ags_xorg_application_context.Po
-#	$(AM_V_CC)source='src/ags/X/ags_xorg_application_context.c' object='gsequencer-ags_xorg_application_context.o' libtool=no \
+ags-ags_cancel_audio.obj: src/ags/audio/task/ags_cancel_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_audio.Tpo -c -o ags-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_audio.Tpo $(DEPDIR)/ags-ags_cancel_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='ags-ags_cancel_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_application_context.o `test -f 'src/ags/X/ags_xorg_application_context.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_application_context.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
 
-gsequencer-ags_xorg_application_context.obj: src/ags/X/ags_xorg_application_context.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_application_context.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo -c -o gsequencer-ags_xorg_application_context.obj `if test -f 'src/ags/X/ags_xorg_application_context.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_application_context.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo $(DEPDIR)/gsequencer-ags_xorg_application_context.Po
-#	$(AM_V_CC)source='src/ags/X/ags_xorg_application_context.c' object='gsequencer-ags_xorg_application_context.obj' libtool=no \
+ags-ags_add_region_to_selection.o: src/ags/audio/task/ags_add_region_to_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_region_to_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_add_region_to_selection.Tpo -c -o ags-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_region_to_selection.Tpo $(DEPDIR)/ags-ags_add_region_to_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='ags-ags_add_region_to_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_application_context.obj `if test -f 'src/ags/X/ags_xorg_application_context.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_application_context.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
 
-gsequencer-ags_audio_preferences_callbacks.o: src/ags/X/ags_audio_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo -c -o gsequencer-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='gsequencer-ags_audio_preferences_callbacks.o' libtool=no \
+ags-ags_add_region_to_selection.obj: src/ags/audio/task/ags_add_region_to_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_region_to_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_region_to_selection.Tpo -c -o ags-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_region_to_selection.Tpo $(DEPDIR)/ags-ags_add_region_to_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='ags-ags_add_region_to_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
 
-gsequencer-ags_audio_preferences_callbacks.obj: src/ags/X/ags_audio_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo -c -o gsequencer-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='gsequencer-ags_audio_preferences_callbacks.obj' libtool=no \
+ags-ags_init_audio.o: src/ags/audio/task/ags_init_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_init_audio.Tpo -c -o ags-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_audio.Tpo $(DEPDIR)/ags-ags_init_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='ags-ags_init_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
 
-gsequencer-ags_audio_preferences.o: src/ags/X/ags_audio_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo -c -o gsequencer-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='gsequencer-ags_audio_preferences.o' libtool=no \
+ags-ags_init_audio.obj: src/ags/audio/task/ags_init_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_init_audio.Tpo -c -o ags-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_audio.Tpo $(DEPDIR)/ags-ags_init_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='ags-ags_init_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
 
-gsequencer-ags_audio_preferences.obj: src/ags/X/ags_audio_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo -c -o gsequencer-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='gsequencer-ags_audio_preferences.obj' libtool=no \
+ags-ags_channel_set_recycling.o: src/ags/audio/task/ags_channel_set_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_set_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_channel_set_recycling.Tpo -c -o ags-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_set_recycling.Tpo $(DEPDIR)/ags-ags_channel_set_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='ags-ags_channel_set_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
 
-gsequencer-ags_automation_editor_callbacks.o: src/ags/X/ags_automation_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo -c -o gsequencer-ags_automation_editor_callbacks.o `test -f 'src/ags/X/ags_automation_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_automation_editor_callbacks.c' object='gsequencer-ags_automation_editor_callbacks.o' libtool=no \
+ags-ags_channel_set_recycling.obj: src/ags/audio/task/ags_channel_set_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_set_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel_set_recycling.Tpo -c -o ags-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_set_recycling.Tpo $(DEPDIR)/ags-ags_channel_set_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='ags-ags_channel_set_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor_callbacks.o `test -f 'src/ags/X/ags_automation_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
 
-gsequencer-ags_automation_editor_callbacks.obj: src/ags/X/ags_automation_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo -c -o gsequencer-ags_automation_editor_callbacks.obj `if test -f 'src/ags/X/ags_automation_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_automation_editor_callbacks.c' object='gsequencer-ags_automation_editor_callbacks.obj' libtool=no \
+ags-ags_display_tact.o: src/ags/audio/task/ags_display_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_display_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_display_tact.Tpo -c -o ags-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_display_tact.Tpo $(DEPDIR)/ags-ags_display_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='ags-ags_display_tact.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor_callbacks.obj `if test -f 'src/ags/X/ags_automation_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
 
-gsequencer-ags_automation_editor.o: src/ags/X/ags_automation_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor.Tpo -c -o gsequencer-ags_automation_editor.o `test -f 'src/ags/X/ags_automation_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor.Tpo $(DEPDIR)/gsequencer-ags_automation_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_automation_editor.c' object='gsequencer-ags_automation_editor.o' libtool=no \
+ags-ags_display_tact.obj: src/ags/audio/task/ags_display_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_display_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_display_tact.Tpo -c -o ags-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_display_tact.Tpo $(DEPDIR)/ags-ags_display_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='ags-ags_display_tact.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor.o `test -f 'src/ags/X/ags_automation_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
 
-gsequencer-ags_automation_editor.obj: src/ags/X/ags_automation_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor.Tpo -c -o gsequencer-ags_automation_editor.obj `if test -f 'src/ags/X/ags_automation_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor.Tpo $(DEPDIR)/gsequencer-ags_automation_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_automation_editor.c' object='gsequencer-ags_automation_editor.obj' libtool=no \
+ags-ags_append_channel.o: src/ags/audio/task/ags_append_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_append_channel.Tpo -c -o ags-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_channel.Tpo $(DEPDIR)/ags-ags_append_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='ags-ags_append_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor.obj `if test -f 'src/ags/X/ags_automation_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
 
-gsequencer-ags_editor_callbacks.o: src/ags/X/ags_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo -c -o gsequencer-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='gsequencer-ags_editor_callbacks.o' libtool=no \
+ags-ags_append_channel.obj: src/ags/audio/task/ags_append_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_channel.Tpo -c -o ags-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_channel.Tpo $(DEPDIR)/ags-ags_append_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='ags-ags_append_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
 
-gsequencer-ags_editor_callbacks.obj: src/ags/X/ags_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo -c -o gsequencer-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='gsequencer-ags_editor_callbacks.obj' libtool=no \
+ags-ags_change_indicator.o: src/ags/audio/task/ags_change_indicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_indicator.o -MD -MP -MF $(DEPDIR)/ags-ags_change_indicator.Tpo -c -o ags-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_indicator.Tpo $(DEPDIR)/ags-ags_change_indicator.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='ags-ags_change_indicator.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
 
-gsequencer-ags_editor.o: src/ags/X/ags_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor.Tpo -c -o gsequencer-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor.Tpo $(DEPDIR)/gsequencer-ags_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='gsequencer-ags_editor.o' libtool=no \
+ags-ags_change_indicator.obj: src/ags/audio/task/ags_change_indicator.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_indicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_change_indicator.Tpo -c -o ags-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_indicator.Tpo $(DEPDIR)/ags-ags_change_indicator.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='ags-ags_change_indicator.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
 
-gsequencer-ags_editor.obj: src/ags/X/ags_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor.Tpo -c -o gsequencer-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor.Tpo $(DEPDIR)/gsequencer-ags_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='gsequencer-ags_editor.obj' libtool=no \
+ags-ags_add_note.o: src/ags/audio/task/ags_add_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_note.o -MD -MP -MF $(DEPDIR)/ags-ags_add_note.Tpo -c -o ags-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_note.Tpo $(DEPDIR)/ags-ags_add_note.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='ags-ags_add_note.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
 
-gsequencer-ags_effect_bridge_callbacks.o: src/ags/X/ags_effect_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo -c -o gsequencer-ags_effect_bridge_callbacks.o `test -f 'src/ags/X/ags_effect_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bridge_callbacks.c' object='gsequencer-ags_effect_bridge_callbacks.o' libtool=no \
+ags-ags_add_note.obj: src/ags/audio/task/ags_add_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_note.Tpo -c -o ags-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_note.Tpo $(DEPDIR)/ags-ags_add_note.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='ags-ags_add_note.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge_callbacks.o `test -f 'src/ags/X/ags_effect_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
 
-gsequencer-ags_effect_bridge_callbacks.obj: src/ags/X/ags_effect_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo -c -o gsequencer-ags_effect_bridge_callbacks.obj `if test -f 'src/ags/X/ags_effect_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bridge_callbacks.c' object='gsequencer-ags_effect_bridge_callbacks.obj' libtool=no \
+ags-ags_set_muted.o: src/ags/audio/task/recall/ags_set_muted.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_muted.o -MD -MP -MF $(DEPDIR)/ags-ags_set_muted.Tpo -c -o ags-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_muted.Tpo $(DEPDIR)/ags-ags_set_muted.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='ags-ags_set_muted.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge_callbacks.obj `if test -f 'src/ags/X/ags_effect_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
 
-gsequencer-ags_effect_bridge.o: src/ags/X/ags_effect_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo -c -o gsequencer-ags_effect_bridge.o `test -f 'src/ags/X/ags_effect_bridge.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bridge.c' object='gsequencer-ags_effect_bridge.o' libtool=no \
+ags-ags_set_muted.obj: src/ags/audio/task/recall/ags_set_muted.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_muted.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_muted.Tpo -c -o ags-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_muted.Tpo $(DEPDIR)/ags-ags_set_muted.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='ags-ags_set_muted.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge.o `test -f 'src/ags/X/ags_effect_bridge.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
 
-gsequencer-ags_effect_bridge.obj: src/ags/X/ags_effect_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo -c -o gsequencer-ags_effect_bridge.obj `if test -f 'src/ags/X/ags_effect_bridge.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bridge.c' object='gsequencer-ags_effect_bridge.obj' libtool=no \
+ags-ags_apply_sequencer_length.o: src/ags/audio/task/recall/ags_apply_sequencer_length.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_sequencer_length.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo -c -o ags-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo $(DEPDIR)/ags-ags_apply_sequencer_length.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='ags-ags_apply_sequencer_length.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge.obj `if test -f 'src/ags/X/ags_effect_bridge.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
 
-gsequencer-ags_effect_bulk_callbacks.o: src/ags/X/ags_effect_bulk_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo -c -o gsequencer-ags_effect_bulk_callbacks.o `test -f 'src/ags/X/ags_effect_bulk_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bulk_callbacks.c' object='gsequencer-ags_effect_bulk_callbacks.o' libtool=no \
+ags-ags_apply_sequencer_length.obj: src/ags/audio/task/recall/ags_apply_sequencer_length.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_sequencer_length.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo -c -o ags-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo $(DEPDIR)/ags-ags_apply_sequencer_length.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='ags-ags_apply_sequencer_length.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk_callbacks.o `test -f 'src/ags/X/ags_effect_bulk_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
 
-gsequencer-ags_effect_bulk_callbacks.obj: src/ags/X/ags_effect_bulk_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo -c -o gsequencer-ags_effect_bulk_callbacks.obj `if test -f 'src/ags/X/ags_effect_bulk_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bulk_callbacks.c' object='gsequencer-ags_effect_bulk_callbacks.obj' libtool=no \
+ags-ags_apply_tact.o: src/ags/audio/task/recall/ags_apply_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_tact.Tpo -c -o ags-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_tact.Tpo $(DEPDIR)/ags-ags_apply_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='ags-ags_apply_tact.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk_callbacks.obj `if test -f 'src/ags/X/ags_effect_bulk_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
 
-gsequencer-ags_effect_bulk.o: src/ags/X/ags_effect_bulk.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo -c -o gsequencer-ags_effect_bulk.o `test -f 'src/ags/X/ags_effect_bulk.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bulk.c' object='gsequencer-ags_effect_bulk.o' libtool=no \
+ags-ags_apply_tact.obj: src/ags/audio/task/recall/ags_apply_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_tact.Tpo -c -o ags-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_tact.Tpo $(DEPDIR)/ags-ags_apply_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='ags-ags_apply_tact.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk.o `test -f 'src/ags/X/ags_effect_bulk.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
 
-gsequencer-ags_effect_bulk.obj: src/ags/X/ags_effect_bulk.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo -c -o gsequencer-ags_effect_bulk.obj `if test -f 'src/ags/X/ags_effect_bulk.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_bulk.c' object='gsequencer-ags_effect_bulk.obj' libtool=no \
+ags-ags_apply_bpm.o: src/ags/audio/task/recall/ags_apply_bpm.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_bpm.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_bpm.Tpo -c -o ags-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_bpm.Tpo $(DEPDIR)/ags-ags_apply_bpm.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='ags-ags_apply_bpm.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk.obj `if test -f 'src/ags/X/ags_effect_bulk.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
 
-gsequencer-ags_bulk_member.o: src/ags/X/ags_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member.Tpo -c -o gsequencer-ags_bulk_member.o `test -f 'src/ags/X/ags_bulk_member.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/X/ags_bulk_member.c' object='gsequencer-ags_bulk_member.o' libtool=no \
+ags-ags_apply_bpm.obj: src/ags/audio/task/recall/ags_apply_bpm.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_bpm.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_bpm.Tpo -c -o ags-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_bpm.Tpo $(DEPDIR)/ags-ags_apply_bpm.Po
+#	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='ags-ags_apply_bpm.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member.o `test -f 'src/ags/X/ags_bulk_member.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
 
-gsequencer-ags_bulk_member.obj: src/ags/X/ags_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member.Tpo -c -o gsequencer-ags_bulk_member.obj `if test -f 'src/ags/X/ags_bulk_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/X/ags_bulk_member.c' object='gsequencer-ags_bulk_member.obj' libtool=no \
+ags-ags_cancel_channel.o: src/ags/audio/task/ags_cancel_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_channel.Tpo -c -o ags-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_channel.Tpo $(DEPDIR)/ags-ags_cancel_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='ags-ags_cancel_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member.obj `if test -f 'src/ags/X/ags_bulk_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
 
-gsequencer-ags_bulk_member_callbacks.o: src/ags/X/ags_bulk_member_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo -c -o gsequencer-ags_bulk_member_callbacks.o `test -f 'src/ags/X/ags_bulk_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_bulk_member_callbacks.c' object='gsequencer-ags_bulk_member_callbacks.o' libtool=no \
+ags-ags_cancel_channel.obj: src/ags/audio/task/ags_cancel_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_channel.Tpo -c -o ags-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_channel.Tpo $(DEPDIR)/ags-ags_cancel_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='ags-ags_cancel_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member_callbacks.o `test -f 'src/ags/X/ags_bulk_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
 
-gsequencer-ags_bulk_member_callbacks.obj: src/ags/X/ags_bulk_member_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo -c -o gsequencer-ags_bulk_member_callbacks.obj `if test -f 'src/ags/X/ags_bulk_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_bulk_member_callbacks.c' object='gsequencer-ags_bulk_member_callbacks.obj' libtool=no \
+ags-ags_start_devout.o: src/ags/audio/task/ags_start_devout.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_start_devout.o -MD -MP -MF $(DEPDIR)/ags-ags_start_devout.Tpo -c -o ags-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_start_devout.Tpo $(DEPDIR)/ags-ags_start_devout.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='ags-ags_start_devout.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member_callbacks.obj `if test -f 'src/ags/X/ags_bulk_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
 
-gsequencer-ags_effect_line_callbacks.o: src/ags/X/ags_effect_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo -c -o gsequencer-ags_effect_line_callbacks.o `test -f 'src/ags/X/ags_effect_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_line_callbacks.c' object='gsequencer-ags_effect_line_callbacks.o' libtool=no \
+ags-ags_start_devout.obj: src/ags/audio/task/ags_start_devout.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_start_devout.obj -MD -MP -MF $(DEPDIR)/ags-ags_start_devout.Tpo -c -o ags-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_start_devout.Tpo $(DEPDIR)/ags-ags_start_devout.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='ags-ags_start_devout.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line_callbacks.o `test -f 'src/ags/X/ags_effect_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
 
-gsequencer-ags_effect_line_callbacks.obj: src/ags/X/ags_effect_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo -c -o gsequencer-ags_effect_line_callbacks.obj `if test -f 'src/ags/X/ags_effect_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_line_callbacks.c' object='gsequencer-ags_effect_line_callbacks.obj' libtool=no \
+ags-ags_append_audio_threaded.o: src/ags/audio/task/ags_append_audio_threaded.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio_threaded.o -MD -MP -MF $(DEPDIR)/ags-ags_append_audio_threaded.Tpo -c -o ags-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio_threaded.Tpo $(DEPDIR)/ags-ags_append_audio_threaded.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='ags-ags_append_audio_threaded.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line_callbacks.obj `if test -f 'src/ags/X/ags_effect_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
 
-gsequencer-ags_effect_line.o: src/ags/X/ags_effect_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line.Tpo -c -o gsequencer-ags_effect_line.o `test -f 'src/ags/X/ags_effect_line.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line.Tpo $(DEPDIR)/gsequencer-ags_effect_line.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_line.c' object='gsequencer-ags_effect_line.o' libtool=no \
+ags-ags_append_audio_threaded.obj: src/ags/audio/task/ags_append_audio_threaded.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio_threaded.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_audio_threaded.Tpo -c -o ags-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio_threaded.Tpo $(DEPDIR)/ags-ags_append_audio_threaded.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='ags-ags_append_audio_threaded.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line.o `test -f 'src/ags/X/ags_effect_line.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
 
-gsequencer-ags_effect_line.obj: src/ags/X/ags_effect_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line.Tpo -c -o gsequencer-ags_effect_line.obj `if test -f 'src/ags/X/ags_effect_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line.Tpo $(DEPDIR)/gsequencer-ags_effect_line.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_line.c' object='gsequencer-ags_effect_line.obj' libtool=no \
+ags-ags_append_audio.o: src/ags/audio/task/ags_append_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_append_audio.Tpo -c -o ags-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio.Tpo $(DEPDIR)/ags-ags_append_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='ags-ags_append_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line.obj `if test -f 'src/ags/X/ags_effect_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
 
-gsequencer-ags_effect_pad_callbacks.o: src/ags/X/ags_effect_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo -c -o gsequencer-ags_effect_pad_callbacks.o `test -f 'src/ags/X/ags_effect_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_pad_callbacks.c' object='gsequencer-ags_effect_pad_callbacks.o' libtool=no \
+ags-ags_append_audio.obj: src/ags/audio/task/ags_append_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_audio.Tpo -c -o ags-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio.Tpo $(DEPDIR)/ags-ags_append_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='ags-ags_append_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad_callbacks.o `test -f 'src/ags/X/ags_effect_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
 
-gsequencer-ags_effect_pad_callbacks.obj: src/ags/X/ags_effect_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo -c -o gsequencer-ags_effect_pad_callbacks.obj `if test -f 'src/ags/X/ags_effect_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_pad_callbacks.c' object='gsequencer-ags_effect_pad_callbacks.obj' libtool=no \
+ags-ags_init_channel.o: src/ags/audio/task/ags_init_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_init_channel.Tpo -c -o ags-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_channel.Tpo $(DEPDIR)/ags-ags_init_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='ags-ags_init_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad_callbacks.obj `if test -f 'src/ags/X/ags_effect_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
 
-gsequencer-ags_effect_pad.o: src/ags/X/ags_effect_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad.Tpo -c -o gsequencer-ags_effect_pad.o `test -f 'src/ags/X/ags_effect_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad.Tpo $(DEPDIR)/gsequencer-ags_effect_pad.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_pad.c' object='gsequencer-ags_effect_pad.o' libtool=no \
+ags-ags_init_channel.obj: src/ags/audio/task/ags_init_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_init_channel.Tpo -c -o ags-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_channel.Tpo $(DEPDIR)/ags-ags_init_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='ags-ags_init_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad.o `test -f 'src/ags/X/ags_effect_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
 
-gsequencer-ags_effect_pad.obj: src/ags/X/ags_effect_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad.Tpo -c -o gsequencer-ags_effect_pad.obj `if test -f 'src/ags/X/ags_effect_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad.Tpo $(DEPDIR)/gsequencer-ags_effect_pad.Po
-#	$(AM_V_CC)source='src/ags/X/ags_effect_pad.c' object='gsequencer-ags_effect_pad.obj' libtool=no \
+ags-ags_toggle_led.o: src/ags/audio/task/ags_toggle_led.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_led.o -MD -MP -MF $(DEPDIR)/ags-ags_toggle_led.Tpo -c -o ags-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_led.Tpo $(DEPDIR)/ags-ags_toggle_led.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='ags-ags_toggle_led.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad.obj `if test -f 'src/ags/X/ags_effect_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
 
-gsequencer-ags_export_window_callbacks.o: src/ags/X/ags_export_window_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo -c -o gsequencer-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_export_window_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='gsequencer-ags_export_window_callbacks.o' libtool=no \
+ags-ags_toggle_led.obj: src/ags/audio/task/ags_toggle_led.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_led.obj -MD -MP -MF $(DEPDIR)/ags-ags_toggle_led.Tpo -c -o ags-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_led.Tpo $(DEPDIR)/ags-ags_toggle_led.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='ags-ags_toggle_led.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
 
-gsequencer-ags_export_window_callbacks.obj: src/ags/X/ags_export_window_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo -c -o gsequencer-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_export_window_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='gsequencer-ags_export_window_callbacks.obj' libtool=no \
+ags-ags_set_buffer_size.o: src/ags/audio/task/ags_set_buffer_size.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_buffer_size.o -MD -MP -MF $(DEPDIR)/ags-ags_set_buffer_size.Tpo -c -o ags-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_buffer_size.Tpo $(DEPDIR)/ags-ags_set_buffer_size.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='ags-ags_set_buffer_size.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
 
-gsequencer-ags_export_window.o: src/ags/X/ags_export_window.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window.Tpo -c -o gsequencer-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window.Tpo $(DEPDIR)/gsequencer-ags_export_window.Po
-#	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='gsequencer-ags_export_window.o' libtool=no \
+ags-ags_set_buffer_size.obj: src/ags/audio/task/ags_set_buffer_size.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_buffer_size.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_buffer_size.Tpo -c -o ags-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_buffer_size.Tpo $(DEPDIR)/ags-ags_set_buffer_size.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='ags-ags_set_buffer_size.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
 
-gsequencer-ags_export_window.obj: src/ags/X/ags_export_window.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window.Tpo -c -o gsequencer-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window.Tpo $(DEPDIR)/gsequencer-ags_export_window.Po
-#	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='gsequencer-ags_export_window.obj' libtool=no \
+ags-ags_free_selection.o: src/ags/audio/task/ags_free_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_free_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_free_selection.Tpo -c -o ags-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_free_selection.Tpo $(DEPDIR)/ags-ags_free_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='ags-ags_free_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
 
-gsequencer-ags_generic_preferences_callbacks.o: src/ags/X/ags_generic_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo -c -o gsequencer-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='gsequencer-ags_generic_preferences_callbacks.o' libtool=no \
+ags-ags_free_selection.obj: src/ags/audio/task/ags_free_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_free_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_free_selection.Tpo -c -o ags-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_free_selection.Tpo $(DEPDIR)/ags-ags_free_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='ags-ags_free_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
 
-gsequencer-ags_generic_preferences_callbacks.obj: src/ags/X/ags_generic_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo -c -o gsequencer-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='gsequencer-ags_generic_preferences_callbacks.obj' libtool=no \
+ags-ags_add_audio.o: src/ags/audio/task/ags_add_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_add_audio.Tpo -c -o ags-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio.Tpo $(DEPDIR)/ags-ags_add_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='ags-ags_add_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
 
-gsequencer-ags_generic_preferences.o: src/ags/X/ags_generic_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo -c -o gsequencer-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='gsequencer-ags_generic_preferences.o' libtool=no \
+ags-ags_add_audio.obj: src/ags/audio/task/ags_add_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_audio.Tpo -c -o ags-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio.Tpo $(DEPDIR)/ags-ags_add_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='ags-ags_add_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
 
-gsequencer-ags_generic_preferences.obj: src/ags/X/ags_generic_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo -c -o gsequencer-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='gsequencer-ags_generic_preferences.obj' libtool=no \
+ags-ags_apply_synth.o: src/ags/audio/task/ags_apply_synth.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_synth.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_synth.Tpo -c -o ags-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_synth.Tpo $(DEPDIR)/ags-ags_apply_synth.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='ags-ags_apply_synth.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
 
-gsequencer-ags_ladspa_browser_callbacks.o: src/ags/X/ags_ladspa_browser_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo -c -o gsequencer-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='gsequencer-ags_ladspa_browser_callbacks.o' libtool=no \
+ags-ags_apply_synth.obj: src/ags/audio/task/ags_apply_synth.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_synth.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_synth.Tpo -c -o ags-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_synth.Tpo $(DEPDIR)/ags-ags_apply_synth.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='ags-ags_apply_synth.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
 
-gsequencer-ags_ladspa_browser_callbacks.obj: src/ags/X/ags_ladspa_browser_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo -c -o gsequencer-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='gsequencer-ags_ladspa_browser_callbacks.obj' libtool=no \
+ags-ags_remove_audio.o: src/ags/audio/task/ags_remove_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio.Tpo -c -o ags-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio.Tpo $(DEPDIR)/ags-ags_remove_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='ags-ags_remove_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
 
-gsequencer-ags_ladspa_browser.o: src/ags/X/ags_ladspa_browser.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo -c -o gsequencer-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser.Po
-#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='gsequencer-ags_ladspa_browser.o' libtool=no \
+ags-ags_remove_audio.obj: src/ags/audio/task/ags_remove_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio.Tpo -c -o ags-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio.Tpo $(DEPDIR)/ags-ags_remove_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='ags-ags_remove_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
 
-gsequencer-ags_ladspa_browser.obj: src/ags/X/ags_ladspa_browser.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo -c -o gsequencer-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser.Po
-#	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='gsequencer-ags_ladspa_browser.obj' libtool=no \
+ags-ags_cancel_recall.o: src/ags/audio/task/ags_cancel_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_recall.Tpo -c -o ags-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_recall.Tpo $(DEPDIR)/ags-ags_cancel_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='ags-ags_cancel_recall.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
 
-gsequencer-ags_line_callbacks.o: src/ags/X/ags_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo -c -o gsequencer-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='gsequencer-ags_line_callbacks.o' libtool=no \
+ags-ags_cancel_recall.obj: src/ags/audio/task/ags_cancel_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_recall.Tpo -c -o ags-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_recall.Tpo $(DEPDIR)/ags-ags_cancel_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='ags-ags_cancel_recall.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
 
-gsequencer-ags_line_callbacks.obj: src/ags/X/ags_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo -c -o gsequencer-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='gsequencer-ags_line_callbacks.obj' libtool=no \
+ags-ags_remove_audio_signal.o: src/ags/audio/task/ags_remove_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio_signal.Tpo -c -o ags-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio_signal.Tpo $(DEPDIR)/ags-ags_remove_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='ags-ags_remove_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
 
-gsequencer-ags_line_editor_callbacks.o: src/ags/X/ags_line_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo -c -o gsequencer-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='gsequencer-ags_line_editor_callbacks.o' libtool=no \
+ags-ags_remove_audio_signal.obj: src/ags/audio/task/ags_remove_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio_signal.Tpo -c -o ags-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio_signal.Tpo $(DEPDIR)/ags-ags_remove_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='ags-ags_remove_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
 
-gsequencer-ags_line_editor_callbacks.obj: src/ags/X/ags_line_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo -c -o gsequencer-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='gsequencer-ags_line_editor_callbacks.obj' libtool=no \
+ags-ags_audio_set_recycling.o: src/ags/audio/task/ags_audio_set_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_set_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_set_recycling.Tpo -c -o ags-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_set_recycling.Tpo $(DEPDIR)/ags-ags_audio_set_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='ags-ags_audio_set_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
 
-gsequencer-ags_line_editor.o: src/ags/X/ags_line_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor.Tpo -c -o gsequencer-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor.Tpo $(DEPDIR)/gsequencer-ags_line_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='gsequencer-ags_line_editor.o' libtool=no \
+ags-ags_audio_set_recycling.obj: src/ags/audio/task/ags_audio_set_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_set_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_set_recycling.Tpo -c -o ags-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_set_recycling.Tpo $(DEPDIR)/ags-ags_audio_set_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='ags-ags_audio_set_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
 
-gsequencer-ags_line_editor.obj: src/ags/X/ags_line_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor.Tpo -c -o gsequencer-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor.Tpo $(DEPDIR)/gsequencer-ags_line_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='gsequencer-ags_line_editor.obj' libtool=no \
+ags-ags_add_point_to_selection.o: src/ags/audio/task/ags_add_point_to_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_point_to_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_add_point_to_selection.Tpo -c -o ags-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_point_to_selection.Tpo $(DEPDIR)/ags-ags_add_point_to_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='ags-ags_add_point_to_selection.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
 
-gsequencer-ags_line.o: src/ags/X/ags_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line.Tpo -c -o gsequencer-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line.Tpo $(DEPDIR)/gsequencer-ags_line.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line.c' object='gsequencer-ags_line.o' libtool=no \
+ags-ags_add_point_to_selection.obj: src/ags/audio/task/ags_add_point_to_selection.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_point_to_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_point_to_selection.Tpo -c -o ags-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_point_to_selection.Tpo $(DEPDIR)/ags-ags_add_point_to_selection.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='ags-ags_add_point_to_selection.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
 
-gsequencer-ags_line.obj: src/ags/X/ags_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line.Tpo -c -o gsequencer-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line.Tpo $(DEPDIR)/gsequencer-ags_line.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line.c' object='gsequencer-ags_line.obj' libtool=no \
+ags-ags_scroll_on_play.o: src/ags/audio/task/ags_scroll_on_play.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_scroll_on_play.o -MD -MP -MF $(DEPDIR)/ags-ags_scroll_on_play.Tpo -c -o ags-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_scroll_on_play.Tpo $(DEPDIR)/ags-ags_scroll_on_play.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='ags-ags_scroll_on_play.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
 
-gsequencer-ags_line_member_callbacks.o: src/ags/X/ags_line_member_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo -c -o gsequencer-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='gsequencer-ags_line_member_callbacks.o' libtool=no \
+ags-ags_scroll_on_play.obj: src/ags/audio/task/ags_scroll_on_play.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_scroll_on_play.obj -MD -MP -MF $(DEPDIR)/ags-ags_scroll_on_play.Tpo -c -o ags-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_scroll_on_play.Tpo $(DEPDIR)/ags-ags_scroll_on_play.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='ags-ags_scroll_on_play.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
 
-gsequencer-ags_line_member_callbacks.obj: src/ags/X/ags_line_member_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo -c -o gsequencer-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='gsequencer-ags_line_member_callbacks.obj' libtool=no \
+ags-ags_set_devout_play_flags.o: src/ags/audio/task/ags_set_devout_play_flags.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_devout_play_flags.o -MD -MP -MF $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo -c -o ags-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo $(DEPDIR)/ags-ags_set_devout_play_flags.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='ags-ags_set_devout_play_flags.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
 
-gsequencer-ags_line_member_editor_callbacks.o: src/ags/X/ags_line_member_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo -c -o gsequencer-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='gsequencer-ags_line_member_editor_callbacks.o' libtool=no \
+ags-ags_set_devout_play_flags.obj: src/ags/audio/task/ags_set_devout_play_flags.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_devout_play_flags.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo -c -o ags-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo $(DEPDIR)/ags-ags_set_devout_play_flags.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='ags-ags_set_devout_play_flags.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
 
-gsequencer-ags_line_member_editor_callbacks.obj: src/ags/X/ags_line_member_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo -c -o gsequencer-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='gsequencer-ags_line_member_editor_callbacks.obj' libtool=no \
+ags-ags_apply_wavetable.o: src/ags/audio/task/ags_apply_wavetable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_wavetable.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_wavetable.Tpo -c -o ags-ags_apply_wavetable.o `test -f 'src/ags/audio/task/ags_apply_wavetable.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_wavetable.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_wavetable.Tpo $(DEPDIR)/ags-ags_apply_wavetable.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_wavetable.c' object='ags-ags_apply_wavetable.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_wavetable.o `test -f 'src/ags/audio/task/ags_apply_wavetable.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_wavetable.c
 
-gsequencer-ags_line_member_editor.o: src/ags/X/ags_line_member_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo -c -o gsequencer-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='gsequencer-ags_line_member_editor.o' libtool=no \
+ags-ags_apply_wavetable.obj: src/ags/audio/task/ags_apply_wavetable.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_wavetable.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_wavetable.Tpo -c -o ags-ags_apply_wavetable.obj `if test -f 'src/ags/audio/task/ags_apply_wavetable.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_wavetable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_wavetable.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_wavetable.Tpo $(DEPDIR)/ags-ags_apply_wavetable.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_apply_wavetable.c' object='ags-ags_apply_wavetable.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_wavetable.obj `if test -f 'src/ags/audio/task/ags_apply_wavetable.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_wavetable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_wavetable.c'; fi`
 
-gsequencer-ags_line_member_editor.obj: src/ags/X/ags_line_member_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo -c -o gsequencer-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='gsequencer-ags_line_member_editor.obj' libtool=no \
+ags-ags_add_line_member.o: src/ags/audio/task/ags_add_line_member.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_line_member.o -MD -MP -MF $(DEPDIR)/ags-ags_add_line_member.Tpo -c -o ags-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_line_member.Tpo $(DEPDIR)/ags-ags_add_line_member.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='ags-ags_add_line_member.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
 
-gsequencer-ags_line_member.o: src/ags/X/ags_line_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member.Tpo -c -o gsequencer-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member.Tpo $(DEPDIR)/gsequencer-ags_line_member.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='gsequencer-ags_line_member.o' libtool=no \
+ags-ags_add_line_member.obj: src/ags/audio/task/ags_add_line_member.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_line_member.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_line_member.Tpo -c -o ags-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_line_member.Tpo $(DEPDIR)/ags-ags_add_line_member.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='ags-ags_add_line_member.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
 
-gsequencer-ags_line_member.obj: src/ags/X/ags_line_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member.Tpo -c -o gsequencer-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member.Tpo $(DEPDIR)/gsequencer-ags_line_member.Po
-#	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='gsequencer-ags_line_member.obj' libtool=no \
+ags-ags_toggle_pattern_bit.o: src/ags/audio/task/ags_toggle_pattern_bit.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_pattern_bit.o -MD -MP -MF $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo -c -o ags-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo $(DEPDIR)/ags-ags_toggle_pattern_bit.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='ags-ags_toggle_pattern_bit.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
 
-gsequencer-ags_link_collection_editor_callbacks.o: src/ags/X/ags_link_collection_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo -c -o gsequencer-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='gsequencer-ags_link_collection_editor_callbacks.o' libtool=no \
+ags-ags_toggle_pattern_bit.obj: src/ags/audio/task/ags_toggle_pattern_bit.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_pattern_bit.obj -MD -MP -MF $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo -c -o ags-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo $(DEPDIR)/ags-ags_toggle_pattern_bit.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='ags-ags_toggle_pattern_bit.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
 
-gsequencer-ags_link_collection_editor_callbacks.obj: src/ags/X/ags_link_collection_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo -c -o gsequencer-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='gsequencer-ags_link_collection_editor_callbacks.obj' libtool=no \
+ags-ags_open_file.o: src/ags/audio/task/ags_open_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_file.o -MD -MP -MF $(DEPDIR)/ags-ags_open_file.Tpo -c -o ags-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_file.Tpo $(DEPDIR)/ags-ags_open_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='ags-ags_open_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
 
-gsequencer-ags_link_collection_editor.o: src/ags/X/ags_link_collection_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo -c -o gsequencer-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='gsequencer-ags_link_collection_editor.o' libtool=no \
+ags-ags_open_file.obj: src/ags/audio/task/ags_open_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_open_file.Tpo -c -o ags-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_file.Tpo $(DEPDIR)/ags-ags_open_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='ags-ags_open_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
 
-gsequencer-ags_link_collection_editor.obj: src/ags/X/ags_link_collection_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo -c -o gsequencer-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='gsequencer-ags_link_collection_editor.obj' libtool=no \
+ags-ags_open_single_file.o: src/ags/audio/task/ags_open_single_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_single_file.o -MD -MP -MF $(DEPDIR)/ags-ags_open_single_file.Tpo -c -o ags-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_single_file.Tpo $(DEPDIR)/ags-ags_open_single_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='ags-ags_open_single_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
 
-gsequencer-ags_link_editor_callbacks.o: src/ags/X/ags_link_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo -c -o gsequencer-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='gsequencer-ags_link_editor_callbacks.o' libtool=no \
+ags-ags_open_single_file.obj: src/ags/audio/task/ags_open_single_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_single_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_open_single_file.Tpo -c -o ags-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_single_file.Tpo $(DEPDIR)/ags-ags_open_single_file.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='ags-ags_open_single_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
 
-gsequencer-ags_link_editor_callbacks.obj: src/ags/X/ags_link_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo -c -o gsequencer-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='gsequencer-ags_link_editor_callbacks.obj' libtool=no \
+ags-ags_change_tact.o: src/ags/audio/task/ags_change_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_change_tact.Tpo -c -o ags-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_tact.Tpo $(DEPDIR)/ags-ags_change_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='ags-ags_change_tact.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
 
-gsequencer-ags_link_editor.o: src/ags/X/ags_link_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor.Tpo -c -o gsequencer-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor.Tpo $(DEPDIR)/gsequencer-ags_link_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='gsequencer-ags_link_editor.o' libtool=no \
+ags-ags_change_tact.obj: src/ags/audio/task/ags_change_tact.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_change_tact.Tpo -c -o ags-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_tact.Tpo $(DEPDIR)/ags-ags_change_tact.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='ags-ags_change_tact.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
 
-gsequencer-ags_link_editor.obj: src/ags/X/ags_link_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor.Tpo -c -o gsequencer-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor.Tpo $(DEPDIR)/gsequencer-ags_link_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='gsequencer-ags_link_editor.obj' libtool=no \
+ags-ags_resize_audio.o: src/ags/audio/task/ags_resize_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_resize_audio.Tpo -c -o ags-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_audio.Tpo $(DEPDIR)/ags-ags_resize_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='ags-ags_resize_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
 
-gsequencer-ags_listing_editor_callbacks.o: src/ags/X/ags_listing_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo -c -o gsequencer-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='gsequencer-ags_listing_editor_callbacks.o' libtool=no \
+ags-ags_resize_audio.obj: src/ags/audio/task/ags_resize_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_resize_audio.Tpo -c -o ags-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_audio.Tpo $(DEPDIR)/ags-ags_resize_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='ags-ags_resize_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
 
-gsequencer-ags_listing_editor_callbacks.obj: src/ags/X/ags_listing_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo -c -o gsequencer-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='gsequencer-ags_listing_editor_callbacks.obj' libtool=no \
+ags-ags_devout.o: src/ags/audio/ags_devout.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout.o -MD -MP -MF $(DEPDIR)/ags-ags_devout.Tpo -c -o ags-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout.Tpo $(DEPDIR)/ags-ags_devout.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='ags-ags_devout.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
 
-gsequencer-ags_listing_editor.o: src/ags/X/ags_listing_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor.Tpo -c -o gsequencer-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_listing_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='gsequencer-ags_listing_editor.o' libtool=no \
+ags-ags_devout.obj: src/ags/audio/ags_devout.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout.obj -MD -MP -MF $(DEPDIR)/ags-ags_devout.Tpo -c -o ags-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout.Tpo $(DEPDIR)/ags-ags_devout.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='ags-ags_devout.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
 
-gsequencer-ags_listing_editor.obj: src/ags/X/ags_listing_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor.Tpo -c -o gsequencer-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_listing_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='gsequencer-ags_listing_editor.obj' libtool=no \
+ags-ags_garbage_collector.o: src/ags/audio/ags_garbage_collector.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_garbage_collector.o -MD -MP -MF $(DEPDIR)/ags-ags_garbage_collector.Tpo -c -o ags-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_garbage_collector.Tpo $(DEPDIR)/ags-ags_garbage_collector.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='ags-ags_garbage_collector.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
 
-gsequencer-ags_machine_callbacks.o: src/ags/X/ags_machine_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo -c -o gsequencer-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='gsequencer-ags_machine_callbacks.o' libtool=no \
+ags-ags_garbage_collector.obj: src/ags/audio/ags_garbage_collector.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_garbage_collector.obj -MD -MP -MF $(DEPDIR)/ags-ags_garbage_collector.Tpo -c -o ags-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_garbage_collector.Tpo $(DEPDIR)/ags-ags_garbage_collector.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='ags-ags_garbage_collector.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
 
-gsequencer-ags_machine_callbacks.obj: src/ags/X/ags_machine_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo -c -o gsequencer-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='gsequencer-ags_machine_callbacks.obj' libtool=no \
+ags-ags_recall_container.o: src/ags/audio/ags_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_container.Tpo -c -o ags-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_container.Tpo $(DEPDIR)/ags-ags_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='ags-ags_recall_container.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
 
-gsequencer-ags_machine_editor_callbacks.o: src/ags/X/ags_machine_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo -c -o gsequencer-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='gsequencer-ags_machine_editor_callbacks.o' libtool=no \
+ags-ags_recall_container.obj: src/ags/audio/ags_recall_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_container.Tpo -c -o ags-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_container.Tpo $(DEPDIR)/ags-ags_recall_container.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='ags-ags_recall_container.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
 
-gsequencer-ags_machine_editor_callbacks.obj: src/ags/X/ags_machine_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo -c -o gsequencer-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='gsequencer-ags_machine_editor_callbacks.obj' libtool=no \
+ags-ags_timestamp.o: src/ags/audio/ags_timestamp.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp.Tpo -c -o ags-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp.Tpo $(DEPDIR)/ags-ags_timestamp.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='ags-ags_timestamp.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
 
-gsequencer-ags_machine_editor.o: src/ags/X/ags_machine_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor.Tpo -c -o gsequencer-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor.Tpo $(DEPDIR)/gsequencer-ags_machine_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='gsequencer-ags_machine_editor.o' libtool=no \
+ags-ags_timestamp.obj: src/ags/audio/ags_timestamp.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp.Tpo -c -o ags-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp.Tpo $(DEPDIR)/ags-ags_timestamp.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='ags-ags_timestamp.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
 
-gsequencer-ags_machine_editor.obj: src/ags/X/ags_machine_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor.Tpo -c -o gsequencer-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor.Tpo $(DEPDIR)/gsequencer-ags_machine_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='gsequencer-ags_machine_editor.obj' libtool=no \
+ags-ags_recall_channel_run.o: src/ags/audio/ags_recall_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run.Tpo -c -o ags-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run.Tpo $(DEPDIR)/ags-ags_recall_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='ags-ags_recall_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
 
-gsequencer-ags_machine.o: src/ags/X/ags_machine.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine.Tpo -c -o gsequencer-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine.Tpo $(DEPDIR)/gsequencer-ags_machine.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='gsequencer-ags_machine.o' libtool=no \
+ags-ags_recall_channel_run.obj: src/ags/audio/ags_recall_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run.Tpo -c -o ags-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run.Tpo $(DEPDIR)/ags-ags_recall_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='ags-ags_recall_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
 
-gsequencer-ags_machine.obj: src/ags/X/ags_machine.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine.Tpo -c -o gsequencer-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine.Tpo $(DEPDIR)/gsequencer-ags_machine.Po
-#	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='gsequencer-ags_machine.obj' libtool=no \
+ags-ags_port.o: src/ags/audio/ags_port.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_port.o -MD -MP -MF $(DEPDIR)/ags-ags_port.Tpo -c -o ags-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_port.Tpo $(DEPDIR)/ags-ags_port.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='ags-ags_port.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
 
-gsequencer-ags_menu_bar_callbacks.o: src/ags/X/ags_menu_bar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo -c -o gsequencer-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='gsequencer-ags_menu_bar_callbacks.o' libtool=no \
+ags-ags_port.obj: src/ags/audio/ags_port.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_port.obj -MD -MP -MF $(DEPDIR)/ags-ags_port.Tpo -c -o ags-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_port.Tpo $(DEPDIR)/ags-ags_port.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='ags-ags_port.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
 
-gsequencer-ags_menu_bar_callbacks.obj: src/ags/X/ags_menu_bar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo -c -o gsequencer-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='gsequencer-ags_menu_bar_callbacks.obj' libtool=no \
+ags-ags_notation.o: src/ags/audio/ags_notation.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notation.o -MD -MP -MF $(DEPDIR)/ags-ags_notation.Tpo -c -o ags-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notation.Tpo $(DEPDIR)/ags-ags_notation.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='ags-ags_notation.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
 
-gsequencer-ags_menu_bar.o: src/ags/X/ags_menu_bar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar.Tpo -c -o gsequencer-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar.Tpo $(DEPDIR)/gsequencer-ags_menu_bar.Po
-#	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='gsequencer-ags_menu_bar.o' libtool=no \
+ags-ags_notation.obj: src/ags/audio/ags_notation.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notation.obj -MD -MP -MF $(DEPDIR)/ags-ags_notation.Tpo -c -o ags-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notation.Tpo $(DEPDIR)/ags-ags_notation.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='ags-ags_notation.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
 
-gsequencer-ags_menu_bar.obj: src/ags/X/ags_menu_bar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar.Tpo -c -o gsequencer-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar.Tpo $(DEPDIR)/gsequencer-ags_menu_bar.Po
-#	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='gsequencer-ags_menu_bar.obj' libtool=no \
+ags-ags_recycling.o: src/ags/audio/ags_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling.Tpo -c -o ags-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling.Tpo $(DEPDIR)/ags-ags_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='ags-ags_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
 
-gsequencer-ags_navigation_callbacks.o: src/ags/X/ags_navigation_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo -c -o gsequencer-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo $(DEPDIR)/gsequencer-ags_navigation_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='gsequencer-ags_navigation_callbacks.o' libtool=no \
+ags-ags_recycling.obj: src/ags/audio/ags_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling.Tpo -c -o ags-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling.Tpo $(DEPDIR)/ags-ags_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='ags-ags_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
 
-gsequencer-ags_navigation_callbacks.obj: src/ags/X/ags_navigation_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo -c -o gsequencer-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo $(DEPDIR)/gsequencer-ags_navigation_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='gsequencer-ags_navigation_callbacks.obj' libtool=no \
+ags-ags_input.o: src/ags/audio/ags_input.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_input.o -MD -MP -MF $(DEPDIR)/ags-ags_input.Tpo -c -o ags-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_input.Tpo $(DEPDIR)/ags-ags_input.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='ags-ags_input.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
 
-gsequencer-ags_navigation.o: src/ags/X/ags_navigation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation.Tpo -c -o gsequencer-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation.Tpo $(DEPDIR)/gsequencer-ags_navigation.Po
-#	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='gsequencer-ags_navigation.o' libtool=no \
+ags-ags_input.obj: src/ags/audio/ags_input.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_input.obj -MD -MP -MF $(DEPDIR)/ags-ags_input.Tpo -c -o ags-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_input.Tpo $(DEPDIR)/ags-ags_input.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='ags-ags_input.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
 
-gsequencer-ags_navigation.obj: src/ags/X/ags_navigation.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation.Tpo -c -o gsequencer-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation.Tpo $(DEPDIR)/gsequencer-ags_navigation.Po
-#	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='gsequencer-ags_navigation.obj' libtool=no \
+ags-ags_synths.o: src/ags/audio/ags_synths.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synths.o -MD -MP -MF $(DEPDIR)/ags-ags_synths.Tpo -c -o ags-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synths.Tpo $(DEPDIR)/ags-ags_synths.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='ags-ags_synths.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
 
-gsequencer-ags_pad_callbacks.o: src/ags/X/ags_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo -c -o gsequencer-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='gsequencer-ags_pad_callbacks.o' libtool=no \
+ags-ags_synths.obj: src/ags/audio/ags_synths.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synths.obj -MD -MP -MF $(DEPDIR)/ags-ags_synths.Tpo -c -o ags-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synths.Tpo $(DEPDIR)/ags-ags_synths.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='ags-ags_synths.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
 
-gsequencer-ags_pad_callbacks.obj: src/ags/X/ags_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo -c -o gsequencer-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='gsequencer-ags_pad_callbacks.obj' libtool=no \
+ags-ags_note.o: src/ags/audio/ags_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note.o -MD -MP -MF $(DEPDIR)/ags-ags_note.Tpo -c -o ags-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note.Tpo $(DEPDIR)/ags-ags_note.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='ags-ags_note.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
 
-gsequencer-ags_pad_editor_callbacks.o: src/ags/X/ags_pad_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo -c -o gsequencer-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='gsequencer-ags_pad_editor_callbacks.o' libtool=no \
+ags-ags_note.obj: src/ags/audio/ags_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_note.Tpo -c -o ags-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note.Tpo $(DEPDIR)/ags-ags_note.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='ags-ags_note.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
 
-gsequencer-ags_pad_editor_callbacks.obj: src/ags/X/ags_pad_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo -c -o gsequencer-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='gsequencer-ags_pad_editor_callbacks.obj' libtool=no \
+ags-ags_timestamp_factory.o: src/ags/audio/ags_timestamp_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_factory.Tpo -c -o ags-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_factory.Tpo $(DEPDIR)/ags-ags_timestamp_factory.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='ags-ags_timestamp_factory.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
 
-gsequencer-ags_pad_editor.o: src/ags/X/ags_pad_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor.Tpo -c -o gsequencer-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor.Tpo $(DEPDIR)/gsequencer-ags_pad_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='gsequencer-ags_pad_editor.o' libtool=no \
+ags-ags_timestamp_factory.obj: src/ags/audio/ags_timestamp_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_factory.Tpo -c -o ags-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_factory.Tpo $(DEPDIR)/ags-ags_timestamp_factory.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='ags-ags_timestamp_factory.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
 
-gsequencer-ags_pad_editor.obj: src/ags/X/ags_pad_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor.Tpo -c -o gsequencer-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor.Tpo $(DEPDIR)/gsequencer-ags_pad_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='gsequencer-ags_pad_editor.obj' libtool=no \
+ags-ags_channel.o: src/ags/audio/ags_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_channel.Tpo -c -o ags-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel.Tpo $(DEPDIR)/ags-ags_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='ags-ags_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
 
-gsequencer-ags_pad.o: src/ags/X/ags_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad.Tpo -c -o gsequencer-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad.Tpo $(DEPDIR)/gsequencer-ags_pad.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='gsequencer-ags_pad.o' libtool=no \
+ags-ags_channel.obj: src/ags/audio/ags_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel.Tpo -c -o ags-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel.Tpo $(DEPDIR)/ags-ags_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='ags-ags_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
 
-gsequencer-ags_pad.obj: src/ags/X/ags_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad.Tpo -c -o gsequencer-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad.Tpo $(DEPDIR)/gsequencer-ags_pad.Po
-#	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='gsequencer-ags_pad.obj' libtool=no \
+ags-ags_recall_audio.o: src/ags/audio/ags_recall_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio.Tpo -c -o ags-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio.Tpo $(DEPDIR)/ags-ags_recall_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='ags-ags_recall_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
 
-gsequencer-ags_performance_preferences_callbacks.o: src/ags/X/ags_performance_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo -c -o gsequencer-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='gsequencer-ags_performance_preferences_callbacks.o' libtool=no \
+ags-ags_recall_audio.obj: src/ags/audio/ags_recall_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio.Tpo -c -o ags-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio.Tpo $(DEPDIR)/ags-ags_recall_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='ags-ags_recall_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
 
-gsequencer-ags_performance_preferences_callbacks.obj: src/ags/X/ags_performance_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo -c -o gsequencer-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='gsequencer-ags_performance_preferences_callbacks.obj' libtool=no \
+ags-ags_audio_signal.o: src/ags/audio/ags_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_signal.Tpo -c -o ags-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_signal.Tpo $(DEPDIR)/ags-ags_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='ags-ags_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
 
-gsequencer-ags_performance_preferences.o: src/ags/X/ags_performance_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo -c -o gsequencer-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='gsequencer-ags_performance_preferences.o' libtool=no \
+ags-ags_audio_signal.obj: src/ags/audio/ags_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_signal.Tpo -c -o ags-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_signal.Tpo $(DEPDIR)/ags-ags_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='ags-ags_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
 
-gsequencer-ags_performance_preferences.obj: src/ags/X/ags_performance_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo -c -o gsequencer-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='gsequencer-ags_performance_preferences.obj' libtool=no \
+ags-ags_libao.o: src/ags/audio/ags_libao.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_libao.o -MD -MP -MF $(DEPDIR)/ags-ags_libao.Tpo -c -o ags-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_libao.Tpo $(DEPDIR)/ags-ags_libao.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='ags-ags_libao.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
 
-gsequencer-ags_plugin_preferences_callbacks.o: src/ags/X/ags_plugin_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo -c -o gsequencer-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='gsequencer-ags_plugin_preferences_callbacks.o' libtool=no \
+ags-ags_libao.obj: src/ags/audio/ags_libao.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_libao.obj -MD -MP -MF $(DEPDIR)/ags-ags_libao.Tpo -c -o ags-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_libao.Tpo $(DEPDIR)/ags-ags_libao.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='ags-ags_libao.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
 
-gsequencer-ags_plugin_preferences_callbacks.obj: src/ags/X/ags_plugin_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo -c -o gsequencer-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='gsequencer-ags_plugin_preferences_callbacks.obj' libtool=no \
+ags-ags_ipatch_sf2_reader.o: src/ags/audio/file/ags_ipatch_sf2_reader.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch_sf2_reader.o -MD -MP -MF $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo -c -o ags-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/ags-ags_ipatch_sf2_reader.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='ags-ags_ipatch_sf2_reader.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
 
-gsequencer-ags_plugin_preferences.o: src/ags/X/ags_plugin_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo -c -o gsequencer-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='gsequencer-ags_plugin_preferences.o' libtool=no \
+ags-ags_ipatch_sf2_reader.obj: src/ags/audio/file/ags_ipatch_sf2_reader.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch_sf2_reader.obj -MD -MP -MF $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo -c -o ags-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/ags-ags_ipatch_sf2_reader.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='ags-ags_ipatch_sf2_reader.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
 
-gsequencer-ags_plugin_preferences.obj: src/ags/X/ags_plugin_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo -c -o gsequencer-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='gsequencer-ags_plugin_preferences.obj' libtool=no \
+ags-ags_ipatch.o: src/ags/audio/file/ags_ipatch.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch.o -MD -MP -MF $(DEPDIR)/ags-ags_ipatch.Tpo -c -o ags-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch.Tpo $(DEPDIR)/ags-ags_ipatch.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='ags-ags_ipatch.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
 
-gsequencer-ags_preferences_callbacks.o: src/ags/X/ags_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo -c -o gsequencer-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='gsequencer-ags_preferences_callbacks.o' libtool=no \
+ags-ags_ipatch.obj: src/ags/audio/file/ags_ipatch.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch.obj -MD -MP -MF $(DEPDIR)/ags-ags_ipatch.Tpo -c -o ags-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch.Tpo $(DEPDIR)/ags-ags_ipatch.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='ags-ags_ipatch.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
 
-gsequencer-ags_preferences_callbacks.obj: src/ags/X/ags_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo -c -o gsequencer-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='gsequencer-ags_preferences_callbacks.obj' libtool=no \
+ags-ags_audio_file.o: src/ags/audio/file/ags_audio_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_file.Tpo -c -o ags-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file.Tpo $(DEPDIR)/ags-ags_audio_file.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='ags-ags_audio_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
 
-gsequencer-ags_preferences.o: src/ags/X/ags_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences.Tpo -c -o gsequencer-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences.Tpo $(DEPDIR)/gsequencer-ags_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='gsequencer-ags_preferences.o' libtool=no \
+ags-ags_audio_file.obj: src/ags/audio/file/ags_audio_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_file.Tpo -c -o ags-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file.Tpo $(DEPDIR)/ags-ags_audio_file.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='ags-ags_audio_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
 
-gsequencer-ags_preferences.obj: src/ags/X/ags_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences.Tpo -c -o gsequencer-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences.Tpo $(DEPDIR)/gsequencer-ags_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='gsequencer-ags_preferences.obj' libtool=no \
+ags-ags_audio_file_xml.o: src/ags/audio/file/ags_audio_file_xml.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file_xml.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_file_xml.Tpo -c -o ags-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file_xml.Tpo $(DEPDIR)/ags-ags_audio_file_xml.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='ags-ags_audio_file_xml.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
 
-gsequencer-ags_property_collection_editor_callbacks.o: src/ags/X/ags_property_collection_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo -c -o gsequencer-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='gsequencer-ags_property_collection_editor_callbacks.o' libtool=no \
+ags-ags_audio_file_xml.obj: src/ags/audio/file/ags_audio_file_xml.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file_xml.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_file_xml.Tpo -c -o ags-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file_xml.Tpo $(DEPDIR)/ags-ags_audio_file_xml.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='ags-ags_audio_file_xml.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
 
-gsequencer-ags_property_collection_editor_callbacks.obj: src/ags/X/ags_property_collection_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo -c -o gsequencer-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='gsequencer-ags_property_collection_editor_callbacks.obj' libtool=no \
+ags-ags_sndfile.o: src/ags/audio/file/ags_sndfile.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sndfile.o -MD -MP -MF $(DEPDIR)/ags-ags_sndfile.Tpo -c -o ags-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sndfile.Tpo $(DEPDIR)/ags-ags_sndfile.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='ags-ags_sndfile.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
 
-gsequencer-ags_property_collection_editor.o: src/ags/X/ags_property_collection_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo -c -o gsequencer-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='gsequencer-ags_property_collection_editor.o' libtool=no \
+ags-ags_sndfile.obj: src/ags/audio/file/ags_sndfile.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sndfile.obj -MD -MP -MF $(DEPDIR)/ags-ags_sndfile.Tpo -c -o ags-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sndfile.Tpo $(DEPDIR)/ags-ags_sndfile.Po
+#	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='ags-ags_sndfile.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
 
-gsequencer-ags_property_collection_editor.obj: src/ags/X/ags_property_collection_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo -c -o gsequencer-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='gsequencer-ags_property_collection_editor.obj' libtool=no \
+ags-ags_recall_audio_run.o: src/ags/audio/ags_recall_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_run.Tpo -c -o ags-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_run.Tpo $(DEPDIR)/ags-ags_recall_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='ags-ags_recall_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
 
-gsequencer-ags_property_editor_callbacks.o: src/ags/X/ags_property_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo -c -o gsequencer-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='gsequencer-ags_property_editor_callbacks.o' libtool=no \
+ags-ags_recall_audio_run.obj: src/ags/audio/ags_recall_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_run.Tpo -c -o ags-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_run.Tpo $(DEPDIR)/ags-ags_recall_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='ags-ags_recall_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
 
-gsequencer-ags_property_editor_callbacks.obj: src/ags/X/ags_property_editor_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo -c -o gsequencer-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='gsequencer-ags_property_editor_callbacks.obj' libtool=no \
+ags-ags_recycling_container.o: src/ags/audio/ags_recycling_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_container.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_container.Tpo -c -o ags-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_container.Tpo $(DEPDIR)/ags-ags_recycling_container.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='ags-ags_recycling_container.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
 
-gsequencer-ags_property_editor.o: src/ags/X/ags_property_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor.Tpo -c -o gsequencer-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor.Tpo $(DEPDIR)/gsequencer-ags_property_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='gsequencer-ags_property_editor.o' libtool=no \
+ags-ags_recycling_container.obj: src/ags/audio/ags_recycling_container.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_container.Tpo -c -o ags-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_container.Tpo $(DEPDIR)/ags-ags_recycling_container.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='ags-ags_recycling_container.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
 
-gsequencer-ags_property_editor.obj: src/ags/X/ags_property_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor.Tpo -c -o gsequencer-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor.Tpo $(DEPDIR)/gsequencer-ags_property_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='gsequencer-ags_property_editor.obj' libtool=no \
+ags-ags_clone_channel.o: src/ags/audio/recall/ags_clone_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel.Tpo -c -o ags-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel.Tpo $(DEPDIR)/ags-ags_clone_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='ags-ags_clone_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
 
-gsequencer-ags_property_listing_editor.o: src/ags/X/ags_property_listing_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_listing_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo -c -o gsequencer-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_property_listing_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='gsequencer-ags_property_listing_editor.o' libtool=no \
+ags-ags_clone_channel.obj: src/ags/audio/recall/ags_clone_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel.Tpo -c -o ags-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel.Tpo $(DEPDIR)/ags-ags_clone_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='ags-ags_clone_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
 
-gsequencer-ags_property_listing_editor.obj: src/ags/X/ags_property_listing_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_listing_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo -c -o gsequencer-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_property_listing_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='gsequencer-ags_property_listing_editor.obj' libtool=no \
+ags-ags_copy_channel.o: src/ags/audio/recall/ags_copy_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel.Tpo -c -o ags-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel.Tpo $(DEPDIR)/ags-ags_copy_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='ags-ags_copy_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
 
-gsequencer-ags_resize_editor.o: src/ags/X/ags_resize_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_resize_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_resize_editor.Tpo -c -o gsequencer-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_resize_editor.Tpo $(DEPDIR)/gsequencer-ags_resize_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='gsequencer-ags_resize_editor.o' libtool=no \
+ags-ags_copy_channel.obj: src/ags/audio/recall/ags_copy_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel.Tpo -c -o ags-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel.Tpo $(DEPDIR)/ags-ags_copy_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='ags-ags_copy_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
 
-gsequencer-ags_resize_editor.obj: src/ags/X/ags_resize_editor.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_resize_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_resize_editor.Tpo -c -o gsequencer-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_resize_editor.Tpo $(DEPDIR)/gsequencer-ags_resize_editor.Po
-#	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='gsequencer-ags_resize_editor.obj' libtool=no \
+ags-ags_copy_pattern_channel.o: src/ags/audio/recall/ags_copy_pattern_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo -c -o ags-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='ags-ags_copy_pattern_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
 
-gsequencer-ags_server_preferences_callbacks.o: src/ags/X/ags_server_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo -c -o gsequencer-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='gsequencer-ags_server_preferences_callbacks.o' libtool=no \
+ags-ags_copy_pattern_channel.obj: src/ags/audio/recall/ags_copy_pattern_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo -c -o ags-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='ags-ags_copy_pattern_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
 
-gsequencer-ags_server_preferences_callbacks.obj: src/ags/X/ags_server_preferences_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo -c -o gsequencer-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='gsequencer-ags_server_preferences_callbacks.obj' libtool=no \
+ags-ags_copy_recycling.o: src/ags/audio/recall/ags_copy_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_recycling.Tpo -c -o ags-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_recycling.Tpo $(DEPDIR)/ags-ags_copy_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='ags-ags_copy_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
 
-gsequencer-ags_server_preferences.o: src/ags/X/ags_server_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences.Tpo -c -o gsequencer-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences.Tpo $(DEPDIR)/gsequencer-ags_server_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='gsequencer-ags_server_preferences.o' libtool=no \
+ags-ags_copy_recycling.obj: src/ags/audio/recall/ags_copy_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_recycling.Tpo -c -o ags-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_recycling.Tpo $(DEPDIR)/ags-ags_copy_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='ags-ags_copy_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
 
-gsequencer-ags_server_preferences.obj: src/ags/X/ags_server_preferences.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences.Tpo -c -o gsequencer-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences.Tpo $(DEPDIR)/gsequencer-ags_server_preferences.Po
-#	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='gsequencer-ags_server_preferences.obj' libtool=no \
+ags-ags_play_notation_audio_run.o: src/ags/audio/recall/ags_play_notation_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo -c -o ags-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo $(DEPDIR)/ags-ags_play_notation_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='ags-ags_play_notation_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
 
-gsequencer-ags_window_callbacks.o: src/ags/X/ags_window_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo -c -o gsequencer-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_window_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='gsequencer-ags_window_callbacks.o' libtool=no \
+ags-ags_play_notation_audio_run.obj: src/ags/audio/recall/ags_play_notation_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo -c -o ags-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo $(DEPDIR)/ags-ags_play_notation_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='ags-ags_play_notation_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
 
-gsequencer-ags_window_callbacks.obj: src/ags/X/ags_window_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo -c -o gsequencer-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_window_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='gsequencer-ags_window_callbacks.obj' libtool=no \
+ags-ags_buffer_audio_signal.o: src/ags/audio/recall/ags_buffer_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo -c -o ags-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo $(DEPDIR)/ags-ags_buffer_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='ags-ags_buffer_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
 
-gsequencer-ags_window.o: src/ags/X/ags_window.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_window.Tpo -c -o gsequencer-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window.Tpo $(DEPDIR)/gsequencer-ags_window.Po
-#	$(AM_V_CC)source='src/ags/X/ags_window.c' object='gsequencer-ags_window.o' libtool=no \
+ags-ags_buffer_audio_signal.obj: src/ags/audio/recall/ags_buffer_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo -c -o ags-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo $(DEPDIR)/ags-ags_buffer_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='ags-ags_buffer_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
 
-gsequencer-ags_window.obj: src/ags/X/ags_window.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_window.Tpo -c -o gsequencer-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window.Tpo $(DEPDIR)/gsequencer-ags_window.Po
-#	$(AM_V_CC)source='src/ags/X/ags_window.c' object='gsequencer-ags_window.obj' libtool=no \
+ags-ags_play_channel_run.o: src/ags/audio/recall/ags_play_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run.Tpo -c -o ags-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run.Tpo $(DEPDIR)/ags-ags_play_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='ags-ags_play_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
 
-gsequencer-ags_drum_callbacks.o: src/ags/X/machine/ags_drum_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo -c -o gsequencer-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='gsequencer-ags_drum_callbacks.o' libtool=no \
+ags-ags_play_channel_run.obj: src/ags/audio/recall/ags_play_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run.Tpo -c -o ags-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run.Tpo $(DEPDIR)/ags-ags_play_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='ags-ags_play_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
 
-gsequencer-ags_drum_callbacks.obj: src/ags/X/machine/ags_drum_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo -c -o gsequencer-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='gsequencer-ags_drum_callbacks.obj' libtool=no \
+ags-ags_stream_channel_run.o: src/ags/audio/recall/ags_stream_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel_run.Tpo -c -o ags-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel_run.Tpo $(DEPDIR)/ags-ags_stream_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='ags-ags_stream_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
 
-gsequencer-ags_drum.o: src/ags/X/machine/ags_drum.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum.Tpo -c -o gsequencer-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum.Tpo $(DEPDIR)/gsequencer-ags_drum.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='gsequencer-ags_drum.o' libtool=no \
+ags-ags_stream_channel_run.obj: src/ags/audio/recall/ags_stream_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel_run.Tpo -c -o ags-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel_run.Tpo $(DEPDIR)/ags-ags_stream_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='ags-ags_stream_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
 
-gsequencer-ags_drum.obj: src/ags/X/machine/ags_drum.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum.Tpo -c -o gsequencer-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum.Tpo $(DEPDIR)/gsequencer-ags_drum.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='gsequencer-ags_drum.obj' libtool=no \
+ags-ags_copy_notation_audio_run.o: src/ags/audio/recall/ags_copy_notation_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo -c -o ags-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo $(DEPDIR)/ags-ags_copy_notation_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='ags-ags_copy_notation_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
 
-gsequencer-ags_drum_input_line_callbacks.o: src/ags/X/machine/ags_drum_input_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo -c -o gsequencer-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='gsequencer-ags_drum_input_line_callbacks.o' libtool=no \
+ags-ags_copy_notation_audio_run.obj: src/ags/audio/recall/ags_copy_notation_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo -c -o ags-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo $(DEPDIR)/ags-ags_copy_notation_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='ags-ags_copy_notation_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
 
-gsequencer-ags_drum_input_line_callbacks.obj: src/ags/X/machine/ags_drum_input_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo -c -o gsequencer-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='gsequencer-ags_drum_input_line_callbacks.obj' libtool=no \
+ags-ags_mute_channel.o: src/ags/audio/recall/ags_mute_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel.Tpo -c -o ags-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel.Tpo $(DEPDIR)/ags-ags_mute_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='ags-ags_mute_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
 
-gsequencer-ags_drum_input_line.o: src/ags/X/machine/ags_drum_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo -c -o gsequencer-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='gsequencer-ags_drum_input_line.o' libtool=no \
+ags-ags_mute_channel.obj: src/ags/audio/recall/ags_mute_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel.Tpo -c -o ags-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel.Tpo $(DEPDIR)/ags-ags_mute_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='ags-ags_mute_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
 
-gsequencer-ags_drum_input_line.obj: src/ags/X/machine/ags_drum_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo -c -o gsequencer-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='gsequencer-ags_drum_input_line.obj' libtool=no \
+ags-ags_copy_pattern_audio.o: src/ags/audio/recall/ags_copy_pattern_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo -c -o ags-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='ags-ags_copy_pattern_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
 
-gsequencer-ags_drum_input_pad_callbacks.o: src/ags/X/machine/ags_drum_input_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo -c -o gsequencer-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='gsequencer-ags_drum_input_pad_callbacks.o' libtool=no \
+ags-ags_copy_pattern_audio.obj: src/ags/audio/recall/ags_copy_pattern_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo -c -o ags-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='ags-ags_copy_pattern_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
 
-gsequencer-ags_drum_input_pad_callbacks.obj: src/ags/X/machine/ags_drum_input_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo -c -o gsequencer-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='gsequencer-ags_drum_input_pad_callbacks.obj' libtool=no \
+ags-ags_copy_pattern_audio_run.o: src/ags/audio/recall/ags_copy_pattern_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo -c -o ags-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='ags-ags_copy_pattern_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
 
-gsequencer-ags_drum_input_pad.o: src/ags/X/machine/ags_drum_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo -c -o gsequencer-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='gsequencer-ags_drum_input_pad.o' libtool=no \
+ags-ags_copy_pattern_audio_run.obj: src/ags/audio/recall/ags_copy_pattern_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo -c -o ags-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='ags-ags_copy_pattern_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
 
-gsequencer-ags_drum_input_pad.obj: src/ags/X/machine/ags_drum_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo -c -o gsequencer-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='gsequencer-ags_drum_input_pad.obj' libtool=no \
+ags-ags_stream.o: src/ags/audio/recall/ags_stream.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream.o -MD -MP -MF $(DEPDIR)/ags-ags_stream.Tpo -c -o ags-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream.Tpo $(DEPDIR)/ags-ags_stream.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='ags-ags_stream.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
 
-gsequencer-ags_drum_output_line_callbacks.o: src/ags/X/machine/ags_drum_output_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo -c -o gsequencer-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='gsequencer-ags_drum_output_line_callbacks.o' libtool=no \
+ags-ags_stream.obj: src/ags/audio/recall/ags_stream.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream.Tpo -c -o ags-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream.Tpo $(DEPDIR)/ags-ags_stream.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='ags-ags_stream.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
 
-gsequencer-ags_drum_output_line_callbacks.obj: src/ags/X/machine/ags_drum_output_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo -c -o gsequencer-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='gsequencer-ags_drum_output_line_callbacks.obj' libtool=no \
+ags-ags_loop_channel_run.o: src/ags/audio/recall/ags_loop_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel_run.Tpo -c -o ags-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel_run.Tpo $(DEPDIR)/ags-ags_loop_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='ags-ags_loop_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
 
-gsequencer-ags_drum_output_line.o: src/ags/X/machine/ags_drum_output_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo -c -o gsequencer-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='gsequencer-ags_drum_output_line.o' libtool=no \
+ags-ags_loop_channel_run.obj: src/ags/audio/recall/ags_loop_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel_run.Tpo -c -o ags-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel_run.Tpo $(DEPDIR)/ags-ags_loop_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='ags-ags_loop_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
 
-gsequencer-ags_drum_output_line.obj: src/ags/X/machine/ags_drum_output_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo -c -o gsequencer-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='gsequencer-ags_drum_output_line.obj' libtool=no \
+ags-ags_play_pattern.o: src/ags/audio/recall/ags_play_pattern.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_pattern.o -MD -MP -MF $(DEPDIR)/ags-ags_play_pattern.Tpo -c -o ags-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_pattern.Tpo $(DEPDIR)/ags-ags_play_pattern.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='ags-ags_play_pattern.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
 
-gsequencer-ags_drum_output_pad_callbacks.o: src/ags/X/machine/ags_drum_output_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo -c -o gsequencer-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='gsequencer-ags_drum_output_pad_callbacks.o' libtool=no \
+ags-ags_play_pattern.obj: src/ags/audio/recall/ags_play_pattern.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_pattern.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_pattern.Tpo -c -o ags-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_pattern.Tpo $(DEPDIR)/ags-ags_play_pattern.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='ags-ags_play_pattern.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
 
-gsequencer-ags_drum_output_pad_callbacks.obj: src/ags/X/machine/ags_drum_output_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo -c -o gsequencer-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='gsequencer-ags_drum_output_pad_callbacks.obj' libtool=no \
+ags-ags_echo.o: src/ags/audio/recall/ags_echo.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_echo.o -MD -MP -MF $(DEPDIR)/ags-ags_echo.Tpo -c -o ags-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_echo.Tpo $(DEPDIR)/ags-ags_echo.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='ags-ags_echo.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
 
-gsequencer-ags_drum_output_pad.o: src/ags/X/machine/ags_drum_output_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo -c -o gsequencer-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='gsequencer-ags_drum_output_pad.o' libtool=no \
+ags-ags_echo.obj: src/ags/audio/recall/ags_echo.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_echo.obj -MD -MP -MF $(DEPDIR)/ags-ags_echo.Tpo -c -o ags-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_echo.Tpo $(DEPDIR)/ags-ags_echo.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='ags-ags_echo.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
 
-gsequencer-ags_drum_output_pad.obj: src/ags/X/machine/ags_drum_output_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo -c -o gsequencer-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='gsequencer-ags_drum_output_pad.obj' libtool=no \
+ags-ags_play_note.o: src/ags/audio/recall/ags_play_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_note.o -MD -MP -MF $(DEPDIR)/ags-ags_play_note.Tpo -c -o ags-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_note.Tpo $(DEPDIR)/ags-ags_play_note.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='ags-ags_play_note.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
 
-gsequencer-ags_ffplayer_bridge_callbacks.o: src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' object='gsequencer-ags_ffplayer_bridge_callbacks.o' libtool=no \
+ags-ags_play_note.obj: src/ags/audio/recall/ags_play_note.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_note.Tpo -c -o ags-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_note.Tpo $(DEPDIR)/ags-ags_play_note.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='ags-ags_play_note.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
 
-gsequencer-ags_ffplayer_bridge_callbacks.obj: src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' object='gsequencer-ags_ffplayer_bridge_callbacks.obj' libtool=no \
+ags-ags_buffer_channel.o: src/ags/audio/recall/ags_buffer_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel.Tpo -c -o ags-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel.Tpo $(DEPDIR)/ags-ags_buffer_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='ags-ags_buffer_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
 
-gsequencer-ags_ffplayer_bridge.o: src/ags/X/machine/ags_ffplayer_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo -c -o gsequencer-ags_ffplayer_bridge.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge.c' object='gsequencer-ags_ffplayer_bridge.o' libtool=no \
+ags-ags_buffer_channel.obj: src/ags/audio/recall/ags_buffer_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel.Tpo -c -o ags-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel.Tpo $(DEPDIR)/ags-ags_buffer_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='ags-ags_buffer_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
 
-gsequencer-ags_ffplayer_bridge.obj: src/ags/X/machine/ags_ffplayer_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo -c -o gsequencer-ags_ffplayer_bridge.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge.c' object='gsequencer-ags_ffplayer_bridge.obj' libtool=no \
+ags-ags_clone_channel_run.o: src/ags/audio/recall/ags_clone_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel_run.Tpo -c -o ags-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel_run.Tpo $(DEPDIR)/ags-ags_clone_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='ags-ags_clone_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
 
-gsequencer-ags_ffplayer_bulk_input_callbacks.o: src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' object='gsequencer-ags_ffplayer_bulk_input_callbacks.o' libtool=no \
+ags-ags_clone_channel_run.obj: src/ags/audio/recall/ags_clone_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel_run.Tpo -c -o ags-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel_run.Tpo $(DEPDIR)/ags-ags_clone_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='ags-ags_clone_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
 
-gsequencer-ags_ffplayer_bulk_input_callbacks.obj: src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' object='gsequencer-ags_ffplayer_bulk_input_callbacks.obj' libtool=no \
+ags-ags_amplifier.o: src/ags/audio/recall/ags_amplifier.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_amplifier.o -MD -MP -MF $(DEPDIR)/ags-ags_amplifier.Tpo -c -o ags-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_amplifier.Tpo $(DEPDIR)/ags-ags_amplifier.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='ags-ags_amplifier.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
 
-gsequencer-ags_ffplayer_bulk_input.o: src/ags/X/machine/ags_ffplayer_bulk_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo -c -o gsequencer-ags_ffplayer_bulk_input.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input.c' object='gsequencer-ags_ffplayer_bulk_input.o' libtool=no \
+ags-ags_amplifier.obj: src/ags/audio/recall/ags_amplifier.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_amplifier.obj -MD -MP -MF $(DEPDIR)/ags-ags_amplifier.Tpo -c -o ags-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_amplifier.Tpo $(DEPDIR)/ags-ags_amplifier.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='ags-ags_amplifier.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
 
-gsequencer-ags_ffplayer_bulk_input.obj: src/ags/X/machine/ags_ffplayer_bulk_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo -c -o gsequencer-ags_ffplayer_bulk_input.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input.c' object='gsequencer-ags_ffplayer_bulk_input.obj' libtool=no \
+ags-ags_copy_notation_audio.o: src/ags/audio/recall/ags_copy_notation_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio.Tpo -c -o ags-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio.Tpo $(DEPDIR)/ags-ags_copy_notation_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='ags-ags_copy_notation_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
 
-gsequencer-ags_ffplayer_callbacks.o: src/ags/X/machine/ags_ffplayer_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo -c -o gsequencer-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='gsequencer-ags_ffplayer_callbacks.o' libtool=no \
+ags-ags_copy_notation_audio.obj: src/ags/audio/recall/ags_copy_notation_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio.Tpo -c -o ags-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio.Tpo $(DEPDIR)/ags-ags_copy_notation_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='ags-ags_copy_notation_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
 
-gsequencer-ags_ffplayer_callbacks.obj: src/ags/X/machine/ags_ffplayer_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo -c -o gsequencer-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='gsequencer-ags_ffplayer_callbacks.obj' libtool=no \
+ags-ags_stream_channel.o: src/ags/audio/recall/ags_stream_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel.Tpo -c -o ags-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel.Tpo $(DEPDIR)/ags-ags_stream_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='ags-ags_stream_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
 
-gsequencer-ags_ffplayer.o: src/ags/X/machine/ags_ffplayer.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer.Tpo -c -o gsequencer-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer.Tpo $(DEPDIR)/gsequencer-ags_ffplayer.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='gsequencer-ags_ffplayer.o' libtool=no \
+ags-ags_stream_channel.obj: src/ags/audio/recall/ags_stream_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel.Tpo -c -o ags-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel.Tpo $(DEPDIR)/ags-ags_stream_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='ags-ags_stream_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
 
-gsequencer-ags_ffplayer.obj: src/ags/X/machine/ags_ffplayer.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer.Tpo -c -o gsequencer-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer.Tpo $(DEPDIR)/gsequencer-ags_ffplayer.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='gsequencer-ags_ffplayer.obj' libtool=no \
+ags-ags_mute_recycling.o: src/ags/audio/recall/ags_mute_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_recycling.Tpo -c -o ags-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_recycling.Tpo $(DEPDIR)/ags-ags_mute_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='ags-ags_mute_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
 
-gsequencer-ags_ffplayer_input_line_callbacks.o: src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' object='gsequencer-ags_ffplayer_input_line_callbacks.o' libtool=no \
+ags-ags_mute_recycling.obj: src/ags/audio/recall/ags_mute_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_recycling.Tpo -c -o ags-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_recycling.Tpo $(DEPDIR)/ags-ags_mute_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='ags-ags_mute_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
 
-gsequencer-ags_ffplayer_input_line_callbacks.obj: src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' object='gsequencer-ags_ffplayer_input_line_callbacks.obj' libtool=no \
+ags-ags_delay_audio.o: src/ags/audio/recall/ags_delay_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio.Tpo -c -o ags-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio.Tpo $(DEPDIR)/ags-ags_delay_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='ags-ags_delay_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
 
-gsequencer-ags_ffplayer_input_line.o: src/ags/X/machine/ags_ffplayer_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo -c -o gsequencer-ags_ffplayer_input_line.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line.c' object='gsequencer-ags_ffplayer_input_line.o' libtool=no \
+ags-ags_delay_audio.obj: src/ags/audio/recall/ags_delay_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio.Tpo -c -o ags-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio.Tpo $(DEPDIR)/ags-ags_delay_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='ags-ags_delay_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
 
-gsequencer-ags_ffplayer_input_line.obj: src/ags/X/machine/ags_ffplayer_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo -c -o gsequencer-ags_ffplayer_input_line.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line.c' object='gsequencer-ags_ffplayer_input_line.obj' libtool=no \
+ags-ags_buffer_recycling.o: src/ags/audio/recall/ags_buffer_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_recycling.Tpo -c -o ags-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_recycling.Tpo $(DEPDIR)/ags-ags_buffer_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='ags-ags_buffer_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
 
-gsequencer-ags_ffplayer_input_pad_callbacks.o: src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' object='gsequencer-ags_ffplayer_input_pad_callbacks.o' libtool=no \
+ags-ags_buffer_recycling.obj: src/ags/audio/recall/ags_buffer_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_recycling.Tpo -c -o ags-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_recycling.Tpo $(DEPDIR)/ags-ags_buffer_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='ags-ags_buffer_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
 
-gsequencer-ags_ffplayer_input_pad_callbacks.obj: src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' object='gsequencer-ags_ffplayer_input_pad_callbacks.obj' libtool=no \
+ags-ags_play_audio_signal.o: src/ags/audio/recall/ags_play_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_signal.Tpo -c -o ags-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_signal.Tpo $(DEPDIR)/ags-ags_play_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='ags-ags_play_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
 
-gsequencer-ags_ffplayer_input_pad.o: src/ags/X/machine/ags_ffplayer_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo -c -o gsequencer-ags_ffplayer_input_pad.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad.c' object='gsequencer-ags_ffplayer_input_pad.o' libtool=no \
+ags-ags_play_audio_signal.obj: src/ags/audio/recall/ags_play_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_signal.Tpo -c -o ags-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_signal.Tpo $(DEPDIR)/ags-ags_play_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='ags-ags_play_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
 
-gsequencer-ags_ffplayer_input_pad.obj: src/ags/X/machine/ags_ffplayer_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo -c -o gsequencer-ags_ffplayer_input_pad.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad.c' object='gsequencer-ags_ffplayer_input_pad.obj' libtool=no \
+ags-ags_volume_recycling.o: src/ags/audio/recall/ags_volume_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_recycling.Tpo -c -o ags-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_recycling.Tpo $(DEPDIR)/ags-ags_volume_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='ags-ags_volume_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
 
-gsequencer-ags_ladspa_bridge_callbacks.o: src/ags/X/machine/ags_ladspa_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo -c -o gsequencer-ags_ladspa_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge_callbacks.c' object='gsequencer-ags_ladspa_bridge_callbacks.o' libtool=no \
+ags-ags_volume_recycling.obj: src/ags/audio/recall/ags_volume_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_recycling.Tpo -c -o ags-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_recycling.Tpo $(DEPDIR)/ags-ags_volume_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='ags-ags_volume_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
 
-gsequencer-ags_ladspa_bridge_callbacks.obj: src/ags/X/machine/ags_ladspa_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo -c -o gsequencer-ags_ladspa_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge_callbacks.c' object='gsequencer-ags_ladspa_bridge_callbacks.obj' libtool=no \
+ags-ags_loop_channel.o: src/ags/audio/recall/ags_loop_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel.Tpo -c -o ags-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel.Tpo $(DEPDIR)/ags-ags_loop_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='ags-ags_loop_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
 
-gsequencer-ags_ladspa_bridge.o: src/ags/X/machine/ags_ladspa_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo -c -o gsequencer-ags_ladspa_bridge.o `test -f 'src/ags/X/machine/ags_ladspa_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge.c' object='gsequencer-ags_ladspa_bridge.o' libtool=no \
+ags-ags_loop_channel.obj: src/ags/audio/recall/ags_loop_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel.Tpo -c -o ags-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel.Tpo $(DEPDIR)/ags-ags_loop_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='ags-ags_loop_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge.o `test -f 'src/ags/X/machine/ags_ladspa_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
 
-gsequencer-ags_ladspa_bridge.obj: src/ags/X/machine/ags_ladspa_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo -c -o gsequencer-ags_ladspa_bridge.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge.c' object='gsequencer-ags_ladspa_bridge.obj' libtool=no \
+ags-ags_peak_channel_run.o: src/ags/audio/recall/ags_peak_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel_run.Tpo -c -o ags-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel_run.Tpo $(DEPDIR)/ags-ags_peak_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='ags-ags_peak_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
 
-gsequencer-ags_matrix_bridge_callbacks.o: src/ags/X/machine/ags_matrix_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo -c -o gsequencer-ags_matrix_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge_callbacks.c' object='gsequencer-ags_matrix_bridge_callbacks.o' libtool=no \
+ags-ags_peak_channel_run.obj: src/ags/audio/recall/ags_peak_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel_run.Tpo -c -o ags-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel_run.Tpo $(DEPDIR)/ags-ags_peak_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='ags-ags_peak_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
 
-gsequencer-ags_matrix_bridge_callbacks.obj: src/ags/X/machine/ags_matrix_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo -c -o gsequencer-ags_matrix_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge_callbacks.c' object='gsequencer-ags_matrix_bridge_callbacks.obj' libtool=no \
+ags-ags_copy_audio_signal.o: src/ags/audio/recall/ags_copy_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_audio_signal.Tpo -c -o ags-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_audio_signal.Tpo $(DEPDIR)/ags-ags_copy_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='ags-ags_copy_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
 
-gsequencer-ags_matrix_bridge.o: src/ags/X/machine/ags_matrix_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo -c -o gsequencer-ags_matrix_bridge.o `test -f 'src/ags/X/machine/ags_matrix_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge.c' object='gsequencer-ags_matrix_bridge.o' libtool=no \
+ags-ags_copy_audio_signal.obj: src/ags/audio/recall/ags_copy_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_audio_signal.Tpo -c -o ags-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_audio_signal.Tpo $(DEPDIR)/ags-ags_copy_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='ags-ags_copy_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge.o `test -f 'src/ags/X/machine/ags_matrix_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
 
-gsequencer-ags_matrix_bridge.obj: src/ags/X/machine/ags_matrix_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo -c -o gsequencer-ags_matrix_bridge.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge.c' object='gsequencer-ags_matrix_bridge.obj' libtool=no \
+ags-ags_play_recycling.o: src/ags/audio/recall/ags_play_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_play_recycling.Tpo -c -o ags-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_recycling.Tpo $(DEPDIR)/ags-ags_play_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='ags-ags_play_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
 
-gsequencer-ags_matrix_bulk_input_callbacks.o: src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo -c -o gsequencer-ags_matrix_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' object='gsequencer-ags_matrix_bulk_input_callbacks.o' libtool=no \
+ags-ags_play_recycling.obj: src/ags/audio/recall/ags_play_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_recycling.Tpo -c -o ags-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_recycling.Tpo $(DEPDIR)/ags-ags_play_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='ags-ags_play_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
 
-gsequencer-ags_matrix_bulk_input_callbacks.obj: src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo -c -o gsequencer-ags_matrix_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' object='gsequencer-ags_matrix_bulk_input_callbacks.obj' libtool=no \
+ags-ags_mute_channel_run.o: src/ags/audio/recall/ags_mute_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel_run.Tpo -c -o ags-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel_run.Tpo $(DEPDIR)/ags-ags_mute_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='ags-ags_mute_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
 
-gsequencer-ags_matrix_bulk_input.o: src/ags/X/machine/ags_matrix_bulk_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo -c -o gsequencer-ags_matrix_bulk_input.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input.c' object='gsequencer-ags_matrix_bulk_input.o' libtool=no \
+ags-ags_mute_channel_run.obj: src/ags/audio/recall/ags_mute_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel_run.Tpo -c -o ags-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel_run.Tpo $(DEPDIR)/ags-ags_mute_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='ags-ags_mute_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
 
-gsequencer-ags_matrix_bulk_input.obj: src/ags/X/machine/ags_matrix_bulk_input.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo -c -o gsequencer-ags_matrix_bulk_input.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input.c' object='gsequencer-ags_matrix_bulk_input.obj' libtool=no \
+ags-ags_volume_channel_run.o: src/ags/audio/recall/ags_volume_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel_run.Tpo -c -o ags-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel_run.Tpo $(DEPDIR)/ags-ags_volume_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='ags-ags_volume_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
 
-gsequencer-ags_matrix_callbacks.o: src/ags/X/machine/ags_matrix_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo -c -o gsequencer-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='gsequencer-ags_matrix_callbacks.o' libtool=no \
+ags-ags_volume_channel_run.obj: src/ags/audio/recall/ags_volume_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel_run.Tpo -c -o ags-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel_run.Tpo $(DEPDIR)/ags-ags_volume_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='ags-ags_volume_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
 
-gsequencer-ags_matrix_callbacks.obj: src/ags/X/machine/ags_matrix_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo -c -o gsequencer-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='gsequencer-ags_matrix_callbacks.obj' libtool=no \
+ags-ags_play_channel_run_master.o: src/ags/audio/recall/ags_play_channel_run_master.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run_master.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run_master.Tpo -c -o ags-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run_master.Tpo $(DEPDIR)/ags-ags_play_channel_run_master.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='ags-ags_play_channel_run_master.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
 
-gsequencer-ags_matrix.o: src/ags/X/machine/ags_matrix.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix.Tpo -c -o gsequencer-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix.Tpo $(DEPDIR)/gsequencer-ags_matrix.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='gsequencer-ags_matrix.o' libtool=no \
+ags-ags_play_channel_run_master.obj: src/ags/audio/recall/ags_play_channel_run_master.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run_master.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run_master.Tpo -c -o ags-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run_master.Tpo $(DEPDIR)/ags-ags_play_channel_run_master.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='ags-ags_play_channel_run_master.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
 
-gsequencer-ags_matrix.obj: src/ags/X/machine/ags_matrix.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix.Tpo -c -o gsequencer-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix.Tpo $(DEPDIR)/gsequencer-ags_matrix.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='gsequencer-ags_matrix.obj' libtool=no \
+ags-ags_mute_audio.o: src/ags/audio/recall/ags_mute_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio.Tpo -c -o ags-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio.Tpo $(DEPDIR)/ags-ags_mute_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='ags-ags_mute_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
 
-gsequencer-ags_mixer_callbacks.o: src/ags/X/machine/ags_mixer_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo -c -o gsequencer-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_mixer_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='gsequencer-ags_mixer_callbacks.o' libtool=no \
+ags-ags_mute_audio.obj: src/ags/audio/recall/ags_mute_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio.Tpo -c -o ags-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio.Tpo $(DEPDIR)/ags-ags_mute_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='ags-ags_mute_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
 
-gsequencer-ags_mixer_callbacks.obj: src/ags/X/machine/ags_mixer_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo -c -o gsequencer-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_mixer_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='gsequencer-ags_mixer_callbacks.obj' libtool=no \
+ags-ags_volume_audio_signal.o: src/ags/audio/recall/ags_volume_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_audio_signal.Tpo -c -o ags-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_audio_signal.Tpo $(DEPDIR)/ags-ags_volume_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='ags-ags_volume_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
 
-gsequencer-ags_mixer.o: src/ags/X/machine/ags_mixer.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer.Tpo -c -o gsequencer-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer.Tpo $(DEPDIR)/gsequencer-ags_mixer.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='gsequencer-ags_mixer.o' libtool=no \
+ags-ags_volume_audio_signal.obj: src/ags/audio/recall/ags_volume_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_audio_signal.Tpo -c -o ags-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_audio_signal.Tpo $(DEPDIR)/ags-ags_volume_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='ags-ags_volume_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
 
-gsequencer-ags_mixer.obj: src/ags/X/machine/ags_mixer.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer.Tpo -c -o gsequencer-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer.Tpo $(DEPDIR)/gsequencer-ags_mixer.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='gsequencer-ags_mixer.obj' libtool=no \
+ags-ags_stream_audio_signal.o: src/ags/audio/recall/ags_stream_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_audio_signal.Tpo -c -o ags-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_audio_signal.Tpo $(DEPDIR)/ags-ags_stream_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='ags-ags_stream_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
 
-gsequencer-ags_mixer_input_line.o: src/ags/X/machine/ags_mixer_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo -c -o gsequencer-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='gsequencer-ags_mixer_input_line.o' libtool=no \
+ags-ags_stream_audio_signal.obj: src/ags/audio/recall/ags_stream_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_audio_signal.Tpo -c -o ags-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_audio_signal.Tpo $(DEPDIR)/ags-ags_stream_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='ags-ags_stream_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
 
-gsequencer-ags_mixer_input_line.obj: src/ags/X/machine/ags_mixer_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo -c -o gsequencer-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='gsequencer-ags_mixer_input_line.obj' libtool=no \
+ags-ags_copy_channel_run.o: src/ags/audio/recall/ags_copy_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel_run.Tpo -c -o ags-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel_run.Tpo $(DEPDIR)/ags-ags_copy_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='ags-ags_copy_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
 
-gsequencer-ags_mixer_input_pad.o: src/ags/X/machine/ags_mixer_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo -c -o gsequencer-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='gsequencer-ags_mixer_input_pad.o' libtool=no \
+ags-ags_copy_channel_run.obj: src/ags/audio/recall/ags_copy_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel_run.Tpo -c -o ags-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel_run.Tpo $(DEPDIR)/ags-ags_copy_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='ags-ags_copy_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
 
-gsequencer-ags_mixer_input_pad.obj: src/ags/X/machine/ags_mixer_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo -c -o gsequencer-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='gsequencer-ags_mixer_input_pad.obj' libtool=no \
+ags-ags_delay_audio_run.o: src/ags/audio/recall/ags_delay_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio_run.Tpo -c -o ags-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio_run.Tpo $(DEPDIR)/ags-ags_delay_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='ags-ags_delay_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
 
-gsequencer-ags_oscillator_callbacks.o: src/ags/X/machine/ags_oscillator_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo -c -o gsequencer-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='gsequencer-ags_oscillator_callbacks.o' libtool=no \
+ags-ags_delay_audio_run.obj: src/ags/audio/recall/ags_delay_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio_run.Tpo -c -o ags-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio_run.Tpo $(DEPDIR)/ags-ags_delay_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='ags-ags_delay_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
 
-gsequencer-ags_oscillator_callbacks.obj: src/ags/X/machine/ags_oscillator_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo -c -o gsequencer-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='gsequencer-ags_oscillator_callbacks.obj' libtool=no \
+ags-ags_mute_audio_signal.o: src/ags/audio/recall/ags_mute_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio_signal.Tpo -c -o ags-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio_signal.Tpo $(DEPDIR)/ags-ags_mute_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='ags-ags_mute_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
 
-gsequencer-ags_oscillator.o: src/ags/X/machine/ags_oscillator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator.Tpo -c -o gsequencer-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator.Tpo $(DEPDIR)/gsequencer-ags_oscillator.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='gsequencer-ags_oscillator.o' libtool=no \
+ags-ags_mute_audio_signal.obj: src/ags/audio/recall/ags_mute_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio_signal.Tpo -c -o ags-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio_signal.Tpo $(DEPDIR)/ags-ags_mute_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='ags-ags_mute_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
 
-gsequencer-ags_oscillator.obj: src/ags/X/machine/ags_oscillator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator.Tpo -c -o gsequencer-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator.Tpo $(DEPDIR)/gsequencer-ags_oscillator.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='gsequencer-ags_oscillator.obj' libtool=no \
+ags-ags_buffer_channel_run.o: src/ags/audio/recall/ags_buffer_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel_run.Tpo -c -o ags-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel_run.Tpo $(DEPDIR)/ags-ags_buffer_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='ags-ags_buffer_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
 
-gsequencer-ags_panel_callbacks.o: src/ags/X/machine/ags_panel_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo -c -o gsequencer-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo $(DEPDIR)/gsequencer-ags_panel_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='gsequencer-ags_panel_callbacks.o' libtool=no \
+ags-ags_buffer_channel_run.obj: src/ags/audio/recall/ags_buffer_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel_run.Tpo -c -o ags-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel_run.Tpo $(DEPDIR)/ags-ags_buffer_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='ags-ags_buffer_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
 
-gsequencer-ags_panel_callbacks.obj: src/ags/X/machine/ags_panel_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo -c -o gsequencer-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo $(DEPDIR)/gsequencer-ags_panel_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='gsequencer-ags_panel_callbacks.obj' libtool=no \
+ags-ags_play_audio.o: src/ags/audio/recall/ags_play_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio.Tpo -c -o ags-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio.Tpo $(DEPDIR)/ags-ags_play_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='ags-ags_play_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
 
-gsequencer-ags_panel.o: src/ags/X/machine/ags_panel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel.Tpo -c -o gsequencer-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel.Tpo $(DEPDIR)/gsequencer-ags_panel.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='gsequencer-ags_panel.o' libtool=no \
+ags-ags_play_audio.obj: src/ags/audio/recall/ags_play_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio.Tpo -c -o ags-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio.Tpo $(DEPDIR)/ags-ags_play_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='ags-ags_play_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
 
-gsequencer-ags_panel.obj: src/ags/X/machine/ags_panel.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel.Tpo -c -o gsequencer-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel.Tpo $(DEPDIR)/gsequencer-ags_panel.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='gsequencer-ags_panel.obj' libtool=no \
+ags-ags_count_beats_audio.o: src/ags/audio/recall/ags_count_beats_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio.Tpo -c -o ags-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio.Tpo $(DEPDIR)/ags-ags_count_beats_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='ags-ags_count_beats_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
 
-gsequencer-ags_panel_input_line.o: src/ags/X/machine/ags_panel_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo -c -o gsequencer-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo $(DEPDIR)/gsequencer-ags_panel_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='gsequencer-ags_panel_input_line.o' libtool=no \
+ags-ags_count_beats_audio.obj: src/ags/audio/recall/ags_count_beats_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio.Tpo -c -o ags-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio.Tpo $(DEPDIR)/ags-ags_count_beats_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='ags-ags_count_beats_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
 
-gsequencer-ags_panel_input_line.obj: src/ags/X/machine/ags_panel_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo -c -o gsequencer-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo $(DEPDIR)/gsequencer-ags_panel_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='gsequencer-ags_panel_input_line.obj' libtool=no \
+ags-ags_play_channel.o: src/ags/audio/recall/ags_play_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel.Tpo -c -o ags-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel.Tpo $(DEPDIR)/ags-ags_play_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='ags-ags_play_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
 
-gsequencer-ags_panel_input_pad.o: src/ags/X/machine/ags_panel_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo -c -o gsequencer-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo $(DEPDIR)/gsequencer-ags_panel_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='gsequencer-ags_panel_input_pad.o' libtool=no \
+ags-ags_play_channel.obj: src/ags/audio/recall/ags_play_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel.Tpo -c -o ags-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel.Tpo $(DEPDIR)/ags-ags_play_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='ags-ags_play_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
 
-gsequencer-ags_panel_input_pad.obj: src/ags/X/machine/ags_panel_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo -c -o gsequencer-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo $(DEPDIR)/gsequencer-ags_panel_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='gsequencer-ags_panel_input_pad.obj' libtool=no \
+ags-ags_count_beats_audio_run.o: src/ags/audio/recall/ags_count_beats_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo -c -o ags-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo $(DEPDIR)/ags-ags_count_beats_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='ags-ags_count_beats_audio_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
 
-gsequencer-ags_synth_bridge_callbacks.o: src/ags/X/machine/ags_synth_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo -c -o gsequencer-ags_synth_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge_callbacks.c' object='gsequencer-ags_synth_bridge_callbacks.o' libtool=no \
+ags-ags_count_beats_audio_run.obj: src/ags/audio/recall/ags_count_beats_audio_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo -c -o ags-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo $(DEPDIR)/ags-ags_count_beats_audio_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='ags-ags_count_beats_audio_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
 
-gsequencer-ags_synth_bridge_callbacks.obj: src/ags/X/machine/ags_synth_bridge_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo -c -o gsequencer-ags_synth_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge_callbacks.c' object='gsequencer-ags_synth_bridge_callbacks.obj' libtool=no \
+ags-ags_stream_recycling.o: src/ags/audio/recall/ags_stream_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_recycling.Tpo -c -o ags-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_recycling.Tpo $(DEPDIR)/ags-ags_stream_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='ags-ags_stream_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
 
-gsequencer-ags_synth_bridge.o: src/ags/X/machine/ags_synth_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo -c -o gsequencer-ags_synth_bridge.o `test -f 'src/ags/X/machine/ags_synth_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge.c' object='gsequencer-ags_synth_bridge.o' libtool=no \
+ags-ags_stream_recycling.obj: src/ags/audio/recall/ags_stream_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_recycling.Tpo -c -o ags-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_recycling.Tpo $(DEPDIR)/ags-ags_stream_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='ags-ags_stream_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge.o `test -f 'src/ags/X/machine/ags_synth_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
 
-gsequencer-ags_synth_bridge.obj: src/ags/X/machine/ags_synth_bridge.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo -c -o gsequencer-ags_synth_bridge.obj `if test -f 'src/ags/X/machine/ags_synth_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge.c' object='gsequencer-ags_synth_bridge.obj' libtool=no \
+ags-ags_play_audio_file.o: src/ags/audio/recall/ags_play_audio_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_file.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_file.Tpo -c -o ags-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_file.Tpo $(DEPDIR)/ags-ags_play_audio_file.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='ags-ags_play_audio_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge.obj `if test -f 'src/ags/X/machine/ags_synth_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
 
-gsequencer-ags_synth_bulk_output_callbacks.o: src/ags/X/machine/ags_synth_bulk_output_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo -c -o gsequencer-ags_synth_bulk_output_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output_callbacks.c' object='gsequencer-ags_synth_bulk_output_callbacks.o' libtool=no \
+ags-ags_play_audio_file.obj: src/ags/audio/recall/ags_play_audio_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_file.Tpo -c -o ags-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_file.Tpo $(DEPDIR)/ags-ags_play_audio_file.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='ags-ags_play_audio_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
 
-gsequencer-ags_synth_bulk_output_callbacks.obj: src/ags/X/machine/ags_synth_bulk_output_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo -c -o gsequencer-ags_synth_bulk_output_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output_callbacks.c' object='gsequencer-ags_synth_bulk_output_callbacks.obj' libtool=no \
+ags-ags_play_notation_audio.o: src/ags/audio/recall/ags_play_notation_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio.Tpo -c -o ags-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio.Tpo $(DEPDIR)/ags-ags_play_notation_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='ags-ags_play_notation_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
 
-gsequencer-ags_synth_bulk_output.o: src/ags/X/machine/ags_synth_bulk_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo -c -o gsequencer-ags_synth_bulk_output.o `test -f 'src/ags/X/machine/ags_synth_bulk_output.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output.c' object='gsequencer-ags_synth_bulk_output.o' libtool=no \
+ags-ags_play_notation_audio.obj: src/ags/audio/recall/ags_play_notation_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio.Tpo -c -o ags-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio.Tpo $(DEPDIR)/ags-ags_play_notation_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='ags-ags_play_notation_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output.o `test -f 'src/ags/X/machine/ags_synth_bulk_output.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
 
-gsequencer-ags_synth_bulk_output.obj: src/ags/X/machine/ags_synth_bulk_output.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo -c -o gsequencer-ags_synth_bulk_output.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output.c' object='gsequencer-ags_synth_bulk_output.obj' libtool=no \
+ags-ags_peak_channel.o: src/ags/audio/recall/ags_peak_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel.Tpo -c -o ags-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel.Tpo $(DEPDIR)/ags-ags_peak_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='ags-ags_peak_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
 
-gsequencer-ags_synth_callbacks.o: src/ags/X/machine/ags_synth_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo -c -o gsequencer-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='gsequencer-ags_synth_callbacks.o' libtool=no \
+ags-ags_peak_channel.obj: src/ags/audio/recall/ags_peak_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel.Tpo -c -o ags-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel.Tpo $(DEPDIR)/ags-ags_peak_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='ags-ags_peak_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
 
-gsequencer-ags_synth_callbacks.obj: src/ags/X/machine/ags_synth_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo -c -o gsequencer-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='gsequencer-ags_synth_callbacks.obj' libtool=no \
+ags-ags_volume_channel.o: src/ags/audio/recall/ags_volume_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel.Tpo -c -o ags-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel.Tpo $(DEPDIR)/ags-ags_volume_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='ags-ags_volume_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
 
-gsequencer-ags_synth.o: src/ags/X/machine/ags_synth.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth.Tpo -c -o gsequencer-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth.Tpo $(DEPDIR)/gsequencer-ags_synth.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='gsequencer-ags_synth.o' libtool=no \
+ags-ags_volume_channel.obj: src/ags/audio/recall/ags_volume_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel.Tpo -c -o ags-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel.Tpo $(DEPDIR)/ags-ags_volume_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='ags-ags_volume_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
 
-gsequencer-ags_synth.obj: src/ags/X/machine/ags_synth.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth.Tpo -c -o gsequencer-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth.Tpo $(DEPDIR)/gsequencer-ags_synth.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='gsequencer-ags_synth.obj' libtool=no \
+ags-ags_copy_pattern_channel_run.o: src/ags/audio/recall/ags_copy_pattern_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo -c -o ags-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='ags-ags_copy_pattern_channel_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
 
-gsequencer-ags_synth_input_line.o: src/ags/X/machine/ags_synth_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo -c -o gsequencer-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo $(DEPDIR)/gsequencer-ags_synth_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='gsequencer-ags_synth_input_line.o' libtool=no \
+ags-ags_copy_pattern_channel_run.obj: src/ags/audio/recall/ags_copy_pattern_channel_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo -c -o ags-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel_run.Po
+#	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='ags-ags_copy_pattern_channel_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
 
-gsequencer-ags_synth_input_line.obj: src/ags/X/machine/ags_synth_input_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo -c -o gsequencer-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo $(DEPDIR)/gsequencer-ags_synth_input_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='gsequencer-ags_synth_input_line.obj' libtool=no \
+ags-ags_recall_recycling.o: src/ags/audio/ags_recall_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling.Tpo -c -o ags-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling.Tpo $(DEPDIR)/ags-ags_recall_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='ags-ags_recall_recycling.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
 
-gsequencer-ags_synth_input_pad.o: src/ags/X/machine/ags_synth_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo -c -o gsequencer-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='gsequencer-ags_synth_input_pad.o' libtool=no \
+ags-ags_recall_recycling.obj: src/ags/audio/ags_recall_recycling.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling.Tpo -c -o ags-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling.Tpo $(DEPDIR)/ags-ags_recall_recycling.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='ags-ags_recall_recycling.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
 
-gsequencer-ags_synth_input_pad.obj: src/ags/X/machine/ags_synth_input_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo -c -o gsequencer-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_input_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='gsequencer-ags_synth_input_pad.obj' libtool=no \
+ags-ags_pattern.o: src/ags/audio/ags_pattern.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pattern.o -MD -MP -MF $(DEPDIR)/ags-ags_pattern.Tpo -c -o ags-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pattern.Tpo $(DEPDIR)/ags-ags_pattern.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='ags-ags_pattern.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
 
-gsequencer-ags_synth_output_line_callbacks.o: src/ags/X/machine/ags_synth_output_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo -c -o gsequencer-ags_synth_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line_callbacks.c' object='gsequencer-ags_synth_output_line_callbacks.o' libtool=no \
+ags-ags_pattern.obj: src/ags/audio/ags_pattern.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pattern.obj -MD -MP -MF $(DEPDIR)/ags-ags_pattern.Tpo -c -o ags-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pattern.Tpo $(DEPDIR)/ags-ags_pattern.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='ags-ags_pattern.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
 
-gsequencer-ags_synth_output_line_callbacks.obj: src/ags/X/machine/ags_synth_output_line_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo -c -o gsequencer-ags_synth_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line_callbacks.c' object='gsequencer-ags_synth_output_line_callbacks.obj' libtool=no \
+ags-ags_recall_audio_signal.o: src/ags/audio/ags_recall_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_signal.Tpo -c -o ags-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_signal.Tpo $(DEPDIR)/ags-ags_recall_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='ags-ags_recall_audio_signal.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
 
-gsequencer-ags_synth_output_line.o: src/ags/X/machine/ags_synth_output_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo -c -o gsequencer-ags_synth_output_line.o `test -f 'src/ags/X/machine/ags_synth_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line.c' object='gsequencer-ags_synth_output_line.o' libtool=no \
+ags-ags_recall_audio_signal.obj: src/ags/audio/ags_recall_audio_signal.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_signal.Tpo -c -o ags-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_signal.Tpo $(DEPDIR)/ags-ags_recall_audio_signal.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='ags-ags_recall_audio_signal.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line.o `test -f 'src/ags/X/machine/ags_synth_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
 
-gsequencer-ags_synth_output_line.obj: src/ags/X/machine/ags_synth_output_line.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo -c -o gsequencer-ags_synth_output_line.obj `if test -f 'src/ags/X/machine/ags_synth_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line.c' object='gsequencer-ags_synth_output_line.obj' libtool=no \
+ags-ags_output.o: src/ags/audio/ags_output.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_output.o -MD -MP -MF $(DEPDIR)/ags-ags_output.Tpo -c -o ags-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_output.Tpo $(DEPDIR)/ags-ags_output.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='ags-ags_output.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line.obj `if test -f 'src/ags/X/machine/ags_synth_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
 
-gsequencer-ags_synth_output_pad_callbacks.o: src/ags/X/machine/ags_synth_output_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo -c -o gsequencer-ags_synth_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad_callbacks.c' object='gsequencer-ags_synth_output_pad_callbacks.o' libtool=no \
+ags-ags_output.obj: src/ags/audio/ags_output.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_output.obj -MD -MP -MF $(DEPDIR)/ags-ags_output.Tpo -c -o ags-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_output.Tpo $(DEPDIR)/ags-ags_output.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='ags-ags_output.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
 
-gsequencer-ags_synth_output_pad_callbacks.obj: src/ags/X/machine/ags_synth_output_pad_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo -c -o gsequencer-ags_synth_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad_callbacks.c' object='gsequencer-ags_synth_output_pad_callbacks.obj' libtool=no \
+ags-ags_recall_channel_run_dummy.o: src/ags/audio/ags_recall_channel_run_dummy.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run_dummy.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo -c -o ags-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/ags-ags_recall_channel_run_dummy.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='ags-ags_recall_channel_run_dummy.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
 
-gsequencer-ags_synth_output_pad.o: src/ags/X/machine/ags_synth_output_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo -c -o gsequencer-ags_synth_output_pad.o `test -f 'src/ags/X/machine/ags_synth_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad.c' object='gsequencer-ags_synth_output_pad.o' libtool=no \
+ags-ags_recall_channel_run_dummy.obj: src/ags/audio/ags_recall_channel_run_dummy.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run_dummy.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo -c -o ags-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/ags-ags_recall_channel_run_dummy.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='ags-ags_recall_channel_run_dummy.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad.o `test -f 'src/ags/X/machine/ags_synth_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
 
-gsequencer-ags_synth_output_pad.obj: src/ags/X/machine/ags_synth_output_pad.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo -c -o gsequencer-ags_synth_output_pad.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad.Po
-#	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad.c' object='gsequencer-ags_synth_output_pad.obj' libtool=no \
+ags-ags_recall_dependency.o: src/ags/audio/ags_recall_dependency.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_dependency.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_dependency.Tpo -c -o ags-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_dependency.Tpo $(DEPDIR)/ags-ags_recall_dependency.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='ags-ags_recall_dependency.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
 
-gsequencer-ags_automation_area_callbacks.o: src/ags/X/editor/ags_automation_area_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo -c -o gsequencer-ags_automation_area_callbacks.o `test -f 'src/ags/X/editor/ags_automation_area_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area_callbacks.c' object='gsequencer-ags_automation_area_callbacks.o' libtool=no \
+ags-ags_recall_dependency.obj: src/ags/audio/ags_recall_dependency.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_dependency.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_dependency.Tpo -c -o ags-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_dependency.Tpo $(DEPDIR)/ags-ags_recall_dependency.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='ags-ags_recall_dependency.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area_callbacks.o `test -f 'src/ags/X/editor/ags_automation_area_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
 
-gsequencer-ags_automation_area_callbacks.obj: src/ags/X/editor/ags_automation_area_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo -c -o gsequencer-ags_automation_area_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_area_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area_callbacks.c' object='gsequencer-ags_automation_area_callbacks.obj' libtool=no \
+ags-ags_channel_iter.o: src/ags/audio/ags_channel_iter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_iter.o -MD -MP -MF $(DEPDIR)/ags-ags_channel_iter.Tpo -c -o ags-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_iter.Tpo $(DEPDIR)/ags-ags_channel_iter.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='ags-ags_channel_iter.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_area_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
 
-gsequencer-ags_automation_area.o: src/ags/X/editor/ags_automation_area.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area.Tpo -c -o gsequencer-ags_automation_area.o `test -f 'src/ags/X/editor/ags_automation_area.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area.Tpo $(DEPDIR)/gsequencer-ags_automation_area.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area.c' object='gsequencer-ags_automation_area.o' libtool=no \
+ags-ags_channel_iter.obj: src/ags/audio/ags_channel_iter.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_iter.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel_iter.Tpo -c -o ags-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_iter.Tpo $(DEPDIR)/ags-ags_channel_iter.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='ags-ags_channel_iter.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area.o `test -f 'src/ags/X/editor/ags_automation_area.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
 
-gsequencer-ags_automation_area.obj: src/ags/X/editor/ags_automation_area.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area.Tpo -c -o gsequencer-ags_automation_area.obj `if test -f 'src/ags/X/editor/ags_automation_area.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area.Tpo $(DEPDIR)/gsequencer-ags_automation_area.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area.c' object='gsequencer-ags_automation_area.obj' libtool=no \
+ags-ags_recall.o: src/ags/audio/ags_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_recall.Tpo -c -o ags-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall.Tpo $(DEPDIR)/ags-ags_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='ags-ags_recall.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area.obj `if test -f 'src/ags/X/editor/ags_automation_area.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
 
-gsequencer-ags_automation_edit_callbacks.o: src/ags/X/editor/ags_automation_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo -c -o gsequencer-ags_automation_edit_callbacks.o `test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit_callbacks.c' object='gsequencer-ags_automation_edit_callbacks.o' libtool=no \
+ags-ags_recall.obj: src/ags/audio/ags_recall.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall.Tpo -c -o ags-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall.Tpo $(DEPDIR)/ags-ags_recall.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='ags-ags_recall.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit_callbacks.o `test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
 
-gsequencer-ags_automation_edit_callbacks.obj: src/ags/X/editor/ags_automation_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo -c -o gsequencer-ags_automation_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit_callbacks.c' object='gsequencer-ags_automation_edit_callbacks.obj' libtool=no \
+ags-ags_config.o: src/ags/audio/ags_config.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_config.o -MD -MP -MF $(DEPDIR)/ags-ags_config.Tpo -c -o ags-ags_config.o `test -f 'src/ags/audio/ags_config.c' || echo '$(srcdir)/'`src/ags/audio/ags_config.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_config.Tpo $(DEPDIR)/ags-ags_config.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_config.c' object='ags-ags_config.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_config.o `test -f 'src/ags/audio/ags_config.c' || echo '$(srcdir)/'`src/ags/audio/ags_config.c
 
-gsequencer-ags_automation_edit.o: src/ags/X/editor/ags_automation_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit.Tpo -c -o gsequencer-ags_automation_edit.o `test -f 'src/ags/X/editor/ags_automation_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit.Tpo $(DEPDIR)/gsequencer-ags_automation_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit.c' object='gsequencer-ags_automation_edit.o' libtool=no \
+ags-ags_config.obj: src/ags/audio/ags_config.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_config.obj -MD -MP -MF $(DEPDIR)/ags-ags_config.Tpo -c -o ags-ags_config.obj `if test -f 'src/ags/audio/ags_config.c'; then $(CYGPATH_W) 'src/ags/audio/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_config.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_config.Tpo $(DEPDIR)/ags-ags_config.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_config.c' object='ags-ags_config.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit.o `test -f 'src/ags/X/editor/ags_automation_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_config.obj `if test -f 'src/ags/audio/ags_config.c'; then $(CYGPATH_W) 'src/ags/audio/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_config.c'; fi`
 
-gsequencer-ags_automation_edit.obj: src/ags/X/editor/ags_automation_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit.Tpo -c -o gsequencer-ags_automation_edit.obj `if test -f 'src/ags/X/editor/ags_automation_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit.Tpo $(DEPDIR)/gsequencer-ags_automation_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit.c' object='gsequencer-ags_automation_edit.obj' libtool=no \
+ags-ags_recall_channel.o: src/ags/audio/ags_recall_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel.Tpo -c -o ags-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel.Tpo $(DEPDIR)/ags-ags_recall_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='ags-ags_recall_channel.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit.obj `if test -f 'src/ags/X/editor/ags_automation_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
 
-gsequencer-ags_automation_toolbar_callbacks.o: src/ags/X/editor/ags_automation_toolbar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo -c -o gsequencer-ags_automation_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar_callbacks.c' object='gsequencer-ags_automation_toolbar_callbacks.o' libtool=no \
+ags-ags_recall_channel.obj: src/ags/audio/ags_recall_channel.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel.Tpo -c -o ags-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel.Tpo $(DEPDIR)/ags-ags_recall_channel.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='ags-ags_recall_channel.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
 
-gsequencer-ags_automation_toolbar_callbacks.obj: src/ags/X/editor/ags_automation_toolbar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo -c -o gsequencer-ags_automation_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar_callbacks.c' object='gsequencer-ags_automation_toolbar_callbacks.obj' libtool=no \
+ags-ags_audio.o: src/ags/audio/ags_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_audio.Tpo -c -o ags-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio.Tpo $(DEPDIR)/ags-ags_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='ags-ags_audio.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
 
-gsequencer-ags_automation_toolbar.o: src/ags/X/editor/ags_automation_toolbar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo -c -o gsequencer-ags_automation_toolbar.o `test -f 'src/ags/X/editor/ags_automation_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar.c' object='gsequencer-ags_automation_toolbar.o' libtool=no \
+ags-ags_audio.obj: src/ags/audio/ags_audio.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio.Tpo -c -o ags-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio.Tpo $(DEPDIR)/ags-ags_audio.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='ags-ags_audio.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar.o `test -f 'src/ags/X/editor/ags_automation_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
 
-gsequencer-ags_automation_toolbar.obj: src/ags/X/editor/ags_automation_toolbar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo -c -o gsequencer-ags_automation_toolbar.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar.c' object='gsequencer-ags_automation_toolbar.obj' libtool=no \
+ags-ags_recall_ladspa_run.o: src/ags/audio/ags_recall_ladspa_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo -c -o ags-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo $(DEPDIR)/ags-ags_recall_ladspa_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='ags-ags_recall_ladspa_run.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
 
-gsequencer-ags_file_selection_callbacks.o: src/ags/X/editor/ags_file_selection_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo -c -o gsequencer-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='gsequencer-ags_file_selection_callbacks.o' libtool=no \
+ags-ags_recall_ladspa_run.obj: src/ags/audio/ags_recall_ladspa_run.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo -c -o ags-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo $(DEPDIR)/ags-ags_recall_ladspa_run.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='ags-ags_recall_ladspa_run.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
 
-gsequencer-ags_file_selection_callbacks.obj: src/ags/X/editor/ags_file_selection_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo -c -o gsequencer-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='gsequencer-ags_file_selection_callbacks.obj' libtool=no \
+ags-ags_recall_id.o: src/ags/audio/ags_recall_id.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_id.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_id.Tpo -c -o ags-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_id.Tpo $(DEPDIR)/ags-ags_recall_id.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='ags-ags_recall_id.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
 
-gsequencer-ags_file_selection.o: src/ags/X/editor/ags_file_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection.Tpo -c -o gsequencer-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection.Tpo $(DEPDIR)/gsequencer-ags_file_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='gsequencer-ags_file_selection.o' libtool=no \
+ags-ags_recall_id.obj: src/ags/audio/ags_recall_id.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_id.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_id.Tpo -c -o ags-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_id.Tpo $(DEPDIR)/ags-ags_recall_id.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='ags-ags_recall_id.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
 
-gsequencer-ags_file_selection.obj: src/ags/X/editor/ags_file_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection.Tpo -c -o gsequencer-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection.Tpo $(DEPDIR)/gsequencer-ags_file_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='gsequencer-ags_file_selection.obj' libtool=no \
+ags-ags_task.o: src/ags/audio/ags_task.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task.o -MD -MP -MF $(DEPDIR)/ags-ags_task.Tpo -c -o ags-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task.Tpo $(DEPDIR)/ags-ags_task.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='ags-ags_task.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
 
-gsequencer-ags_inline_player_callbacks.o: src/ags/X/editor/ags_inline_player_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo -c -o gsequencer-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='gsequencer-ags_inline_player_callbacks.o' libtool=no \
+ags-ags_task.obj: src/ags/audio/ags_task.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task.obj -MD -MP -MF $(DEPDIR)/ags-ags_task.Tpo -c -o ags-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task.Tpo $(DEPDIR)/ags-ags_task.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='ags-ags_task.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
 
-gsequencer-ags_inline_player_callbacks.obj: src/ags/X/editor/ags_inline_player_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo -c -o gsequencer-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='gsequencer-ags_inline_player_callbacks.obj' libtool=no \
+ags-ags_recall_ladspa.o: src/ags/audio/ags_recall_ladspa.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa.Tpo -c -o ags-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa.Tpo $(DEPDIR)/ags-ags_recall_ladspa.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='ags-ags_recall_ladspa.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
 
-gsequencer-ags_inline_player.o: src/ags/X/editor/ags_inline_player.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player.Tpo -c -o gsequencer-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player.Tpo $(DEPDIR)/gsequencer-ags_inline_player.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='gsequencer-ags_inline_player.o' libtool=no \
+ags-ags_recall_ladspa.obj: src/ags/audio/ags_recall_ladspa.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa.Tpo -c -o ags-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa.Tpo $(DEPDIR)/ags-ags_recall_ladspa.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='ags-ags_recall_ladspa.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
 
-gsequencer-ags_inline_player.obj: src/ags/X/editor/ags_inline_player.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player.Tpo -c -o gsequencer-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player.Tpo $(DEPDIR)/gsequencer-ags_inline_player.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='gsequencer-ags_inline_player.obj' libtool=no \
+ags-ags_recall_factory.o: src/ags/audio/ags_recall_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_factory.Tpo -c -o ags-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_factory.Tpo $(DEPDIR)/ags-ags_recall_factory.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='ags-ags_recall_factory.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
 
-gsequencer-ags_machine_radio_button.o: src/ags/X/editor/ags_machine_radio_button.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_radio_button.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo -c -o gsequencer-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo $(DEPDIR)/gsequencer-ags_machine_radio_button.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='gsequencer-ags_machine_radio_button.o' libtool=no \
+ags-ags_recall_factory.obj: src/ags/audio/ags_recall_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_factory.Tpo -c -o ags-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_factory.Tpo $(DEPDIR)/ags-ags_recall_factory.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='ags-ags_recall_factory.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
 
-gsequencer-ags_machine_radio_button.obj: src/ags/X/editor/ags_machine_radio_button.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_radio_button.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo -c -o gsequencer-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo $(DEPDIR)/gsequencer-ags_machine_radio_button.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='gsequencer-ags_machine_radio_button.obj' libtool=no \
+ags-ags_recall_recycling_dummy.o: src/ags/audio/ags_recall_recycling_dummy.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling_dummy.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo -c -o ags-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo $(DEPDIR)/ags-ags_recall_recycling_dummy.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='ags-ags_recall_recycling_dummy.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
 
-gsequencer-ags_machine_selection.o: src/ags/X/editor/ags_machine_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selection.Tpo -c -o gsequencer-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selection.Tpo $(DEPDIR)/gsequencer-ags_machine_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='gsequencer-ags_machine_selection.o' libtool=no \
+ags-ags_recall_recycling_dummy.obj: src/ags/audio/ags_recall_recycling_dummy.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling_dummy.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo -c -o ags-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo $(DEPDIR)/ags-ags_recall_recycling_dummy.Po
+#	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='ags-ags_recall_recycling_dummy.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
 
-gsequencer-ags_machine_selection.obj: src/ags/X/editor/ags_machine_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selection.Tpo -c -o gsequencer-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selection.Tpo $(DEPDIR)/gsequencer-ags_machine_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='gsequencer-ags_machine_selection.obj' libtool=no \
+ags-ags_file_id_ref.o: src/ags/file/ags_file_id_ref.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_id_ref.o -MD -MP -MF $(DEPDIR)/ags-ags_file_id_ref.Tpo -c -o ags-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_id_ref.Tpo $(DEPDIR)/ags-ags_file_id_ref.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='ags-ags_file_id_ref.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
 
-gsequencer-ags_machine_selector_callbacks.o: src/ags/X/editor/ags_machine_selector_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo -c -o gsequencer-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='gsequencer-ags_machine_selector_callbacks.o' libtool=no \
+ags-ags_file_id_ref.obj: src/ags/file/ags_file_id_ref.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_id_ref.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_id_ref.Tpo -c -o ags-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_id_ref.Tpo $(DEPDIR)/ags-ags_file_id_ref.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='ags-ags_file_id_ref.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
 
-gsequencer-ags_machine_selector_callbacks.obj: src/ags/X/editor/ags_machine_selector_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo -c -o gsequencer-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='gsequencer-ags_machine_selector_callbacks.obj' libtool=no \
+ags-ags_file_link.o: src/ags/file/ags_file_link.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_link.o -MD -MP -MF $(DEPDIR)/ags-ags_file_link.Tpo -c -o ags-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_link.Tpo $(DEPDIR)/ags-ags_file_link.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='ags-ags_file_link.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
 
-gsequencer-ags_machine_selector.o: src/ags/X/editor/ags_machine_selector.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector.Tpo -c -o gsequencer-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector.Tpo $(DEPDIR)/gsequencer-ags_machine_selector.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='gsequencer-ags_machine_selector.o' libtool=no \
+ags-ags_file_link.obj: src/ags/file/ags_file_link.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_link.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_link.Tpo -c -o ags-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_link.Tpo $(DEPDIR)/ags-ags_file_link.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='ags-ags_file_link.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
 
-gsequencer-ags_machine_selector.obj: src/ags/X/editor/ags_machine_selector.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector.Tpo -c -o gsequencer-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector.Tpo $(DEPDIR)/gsequencer-ags_machine_selector.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='gsequencer-ags_machine_selector.obj' libtool=no \
+ags-ags_file_sound.o: src/ags/file/ags_file_sound.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_sound.o -MD -MP -MF $(DEPDIR)/ags-ags_file_sound.Tpo -c -o ags-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_sound.Tpo $(DEPDIR)/ags-ags_file_sound.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='ags-ags_file_sound.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
 
-gsequencer-ags_meter_callbacks.o: src/ags/X/editor/ags_meter_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo -c -o gsequencer-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo $(DEPDIR)/gsequencer-ags_meter_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='gsequencer-ags_meter_callbacks.o' libtool=no \
+ags-ags_file_sound.obj: src/ags/file/ags_file_sound.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_sound.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_sound.Tpo -c -o ags-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_sound.Tpo $(DEPDIR)/ags-ags_file_sound.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='ags-ags_file_sound.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
 
-gsequencer-ags_meter_callbacks.obj: src/ags/X/editor/ags_meter_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo -c -o gsequencer-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo $(DEPDIR)/gsequencer-ags_meter_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='gsequencer-ags_meter_callbacks.obj' libtool=no \
+ags-ags_file_thread.o: src/ags/file/ags_file_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_file_thread.Tpo -c -o ags-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_thread.Tpo $(DEPDIR)/ags-ags_file_thread.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='ags-ags_file_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
 
-gsequencer-ags_meter.o: src/ags/X/editor/ags_meter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter.Tpo -c -o gsequencer-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter.Tpo $(DEPDIR)/gsequencer-ags_meter.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='gsequencer-ags_meter.o' libtool=no \
+ags-ags_file_thread.obj: src/ags/file/ags_file_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_thread.Tpo -c -o ags-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_thread.Tpo $(DEPDIR)/ags-ags_file_thread.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='ags-ags_file_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
 
-gsequencer-ags_meter.obj: src/ags/X/editor/ags_meter.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter.Tpo -c -o gsequencer-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter.Tpo $(DEPDIR)/gsequencer-ags_meter.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='gsequencer-ags_meter.obj' libtool=no \
+ags-ags_file_util.o: src/ags/file/ags_file_util.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_util.o -MD -MP -MF $(DEPDIR)/ags-ags_file_util.Tpo -c -o ags-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_util.Tpo $(DEPDIR)/ags-ags_file_util.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='ags-ags_file_util.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
 
-gsequencer-ags_notebook_callbacks.o: src/ags/X/editor/ags_notebook_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo -c -o gsequencer-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo $(DEPDIR)/gsequencer-ags_notebook_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='gsequencer-ags_notebook_callbacks.o' libtool=no \
+ags-ags_file_util.obj: src/ags/file/ags_file_util.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_util.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_util.Tpo -c -o ags-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_util.Tpo $(DEPDIR)/ags-ags_file_util.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='ags-ags_file_util.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
 
-gsequencer-ags_notebook_callbacks.obj: src/ags/X/editor/ags_notebook_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo -c -o gsequencer-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo $(DEPDIR)/gsequencer-ags_notebook_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='gsequencer-ags_notebook_callbacks.obj' libtool=no \
+ags-ags_file_lookup.o: src/ags/file/ags_file_lookup.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_lookup.o -MD -MP -MF $(DEPDIR)/ags-ags_file_lookup.Tpo -c -o ags-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_lookup.Tpo $(DEPDIR)/ags-ags_file_lookup.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='ags-ags_file_lookup.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
 
-gsequencer-ags_notebook.o: src/ags/X/editor/ags_notebook.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook.Tpo -c -o gsequencer-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook.Tpo $(DEPDIR)/gsequencer-ags_notebook.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='gsequencer-ags_notebook.o' libtool=no \
+ags-ags_file_lookup.obj: src/ags/file/ags_file_lookup.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_lookup.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_lookup.Tpo -c -o ags-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_lookup.Tpo $(DEPDIR)/ags-ags_file_lookup.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='ags-ags_file_lookup.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
 
-gsequencer-ags_notebook.obj: src/ags/X/editor/ags_notebook.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook.Tpo -c -o gsequencer-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook.Tpo $(DEPDIR)/gsequencer-ags_notebook.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='gsequencer-ags_notebook.obj' libtool=no \
+ags-ags_file_launch.o: src/ags/file/ags_file_launch.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_launch.o -MD -MP -MF $(DEPDIR)/ags-ags_file_launch.Tpo -c -o ags-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_launch.Tpo $(DEPDIR)/ags-ags_file_launch.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='ags-ags_file_launch.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
 
-gsequencer-ags_note_edit_callbacks.o: src/ags/X/editor/ags_note_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo -c -o gsequencer-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='gsequencer-ags_note_edit_callbacks.o' libtool=no \
+ags-ags_file_launch.obj: src/ags/file/ags_file_launch.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_launch.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_launch.Tpo -c -o ags-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_launch.Tpo $(DEPDIR)/ags-ags_file_launch.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='ags-ags_file_launch.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
 
-gsequencer-ags_note_edit_callbacks.obj: src/ags/X/editor/ags_note_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo -c -o gsequencer-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='gsequencer-ags_note_edit_callbacks.obj' libtool=no \
+ags-ags_file_gui.o: src/ags/file/ags_file_gui.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_gui.o -MD -MP -MF $(DEPDIR)/ags-ags_file_gui.Tpo -c -o ags-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_gui.Tpo $(DEPDIR)/ags-ags_file_gui.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='ags-ags_file_gui.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
 
-gsequencer-ags_note_edit.o: src/ags/X/editor/ags_note_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit.Tpo -c -o gsequencer-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit.Tpo $(DEPDIR)/gsequencer-ags_note_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='gsequencer-ags_note_edit.o' libtool=no \
+ags-ags_file_gui.obj: src/ags/file/ags_file_gui.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_gui.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_gui.Tpo -c -o ags-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_gui.Tpo $(DEPDIR)/ags-ags_file_gui.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='ags-ags_file_gui.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
 
-gsequencer-ags_note_edit.obj: src/ags/X/editor/ags_note_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit.Tpo -c -o gsequencer-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit.Tpo $(DEPDIR)/gsequencer-ags_note_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='gsequencer-ags_note_edit.obj' libtool=no \
+ags-ags_file.o: src/ags/file/ags_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file.o -MD -MP -MF $(DEPDIR)/ags-ags_file.Tpo -c -o ags-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file.Tpo $(DEPDIR)/ags-ags_file.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file.c' object='ags-ags_file.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
 
-gsequencer-ags_pattern_edit_callbacks.o: src/ags/X/editor/ags_pattern_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo -c -o gsequencer-ags_pattern_edit_callbacks.o `test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit_callbacks.c' object='gsequencer-ags_pattern_edit_callbacks.o' libtool=no \
+ags-ags_file.obj: src/ags/file/ags_file.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_file.Tpo -c -o ags-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file.Tpo $(DEPDIR)/ags-ags_file.Po
+#	$(AM_V_CC)source='src/ags/file/ags_file.c' object='ags-ags_file.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit_callbacks.o `test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
 
-gsequencer-ags_pattern_edit_callbacks.obj: src/ags/X/editor/ags_pattern_edit_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo -c -o gsequencer-ags_pattern_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit_callbacks.c' object='gsequencer-ags_pattern_edit_callbacks.obj' libtool=no \
+ags-ags_record_thread.o: src/ags/thread/ags_record_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_record_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_record_thread.Tpo -c -o ags-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_record_thread.Tpo $(DEPDIR)/ags-ags_record_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='ags-ags_record_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
 
-gsequencer-ags_pattern_edit.o: src/ags/X/editor/ags_pattern_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo -c -o gsequencer-ags_pattern_edit.o `test -f 'src/ags/X/editor/ags_pattern_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit.c' object='gsequencer-ags_pattern_edit.o' libtool=no \
+ags-ags_record_thread.obj: src/ags/thread/ags_record_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_record_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_record_thread.Tpo -c -o ags-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_record_thread.Tpo $(DEPDIR)/ags-ags_record_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='ags-ags_record_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit.o `test -f 'src/ags/X/editor/ags_pattern_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
 
-gsequencer-ags_pattern_edit.obj: src/ags/X/editor/ags_pattern_edit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo -c -o gsequencer-ags_pattern_edit.obj `if test -f 'src/ags/X/editor/ags_pattern_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit.c' object='gsequencer-ags_pattern_edit.obj' libtool=no \
+ags-ags_returnable_thread.o: src/ags/thread/ags_returnable_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_returnable_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_returnable_thread.Tpo -c -o ags-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_returnable_thread.Tpo $(DEPDIR)/ags-ags_returnable_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='ags-ags_returnable_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit.obj `if test -f 'src/ags/X/editor/ags_pattern_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
 
-gsequencer-ags_port_selection_callbacks.o: src/ags/X/editor/ags_port_selection_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo -c -o gsequencer-ags_port_selection_callbacks.o `test -f 'src/ags/X/editor/ags_port_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection_callbacks.c' object='gsequencer-ags_port_selection_callbacks.o' libtool=no \
+ags-ags_returnable_thread.obj: src/ags/thread/ags_returnable_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_returnable_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_returnable_thread.Tpo -c -o ags-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_returnable_thread.Tpo $(DEPDIR)/ags-ags_returnable_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='ags-ags_returnable_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection_callbacks.o `test -f 'src/ags/X/editor/ags_port_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
 
-gsequencer-ags_port_selection_callbacks.obj: src/ags/X/editor/ags_port_selection_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo -c -o gsequencer-ags_port_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_port_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection_callbacks.c' object='gsequencer-ags_port_selection_callbacks.obj' libtool=no \
+ags-ags_autosave_thread.o: src/ags/thread/ags_autosave_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_autosave_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_autosave_thread.Tpo -c -o ags-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_autosave_thread.Tpo $(DEPDIR)/ags-ags_autosave_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='ags-ags_autosave_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_port_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
 
-gsequencer-ags_port_selection.o: src/ags/X/editor/ags_port_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection.Tpo -c -o gsequencer-ags_port_selection.o `test -f 'src/ags/X/editor/ags_port_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection.Tpo $(DEPDIR)/gsequencer-ags_port_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection.c' object='gsequencer-ags_port_selection.o' libtool=no \
+ags-ags_autosave_thread.obj: src/ags/thread/ags_autosave_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_autosave_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_autosave_thread.Tpo -c -o ags-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_autosave_thread.Tpo $(DEPDIR)/ags-ags_autosave_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='ags-ags_autosave_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection.o `test -f 'src/ags/X/editor/ags_port_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
 
-gsequencer-ags_port_selection.obj: src/ags/X/editor/ags_port_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection.Tpo -c -o gsequencer-ags_port_selection.obj `if test -f 'src/ags/X/editor/ags_port_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection.Tpo $(DEPDIR)/gsequencer-ags_port_selection.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection.c' object='gsequencer-ags_port_selection.obj' libtool=no \
+ags-ags_devout_thread.o: src/ags/thread/ags_devout_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_devout_thread.Tpo -c -o ags-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout_thread.Tpo $(DEPDIR)/ags-ags_devout_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='ags-ags_devout_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection.obj `if test -f 'src/ags/X/editor/ags_port_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
 
-gsequencer-ags_sf2_chooser_callbacks.o: src/ags/X/editor/ags_sf2_chooser_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo -c -o gsequencer-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='gsequencer-ags_sf2_chooser_callbacks.o' libtool=no \
+ags-ags_devout_thread.obj: src/ags/thread/ags_devout_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_devout_thread.Tpo -c -o ags-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout_thread.Tpo $(DEPDIR)/ags-ags_devout_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='ags-ags_devout_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
 
-gsequencer-ags_sf2_chooser_callbacks.obj: src/ags/X/editor/ags_sf2_chooser_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo -c -o gsequencer-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='gsequencer-ags_sf2_chooser_callbacks.obj' libtool=no \
+ags-ags_thread_pool.o: src/ags/thread/ags_thread_pool.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread_pool.o -MD -MP -MF $(DEPDIR)/ags-ags_thread_pool.Tpo -c -o ags-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread_pool.Tpo $(DEPDIR)/ags-ags_thread_pool.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='ags-ags_thread_pool.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
 
-gsequencer-ags_sf2_chooser.o: src/ags/X/editor/ags_sf2_chooser.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo -c -o gsequencer-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='gsequencer-ags_sf2_chooser.o' libtool=no \
+ags-ags_thread_pool.obj: src/ags/thread/ags_thread_pool.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread_pool.obj -MD -MP -MF $(DEPDIR)/ags-ags_thread_pool.Tpo -c -o ags-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread_pool.Tpo $(DEPDIR)/ags-ags_thread_pool.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='ags-ags_thread_pool.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
 
-gsequencer-ags_sf2_chooser.obj: src/ags/X/editor/ags_sf2_chooser.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo -c -o gsequencer-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='gsequencer-ags_sf2_chooser.obj' libtool=no \
+ags-ags_gui_task_thread.o: src/ags/thread/ags_gui_task_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_task_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_gui_task_thread.Tpo -c -o ags-ags_gui_task_thread.o `test -f 'src/ags/thread/ags_gui_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_task_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_task_thread.Tpo $(DEPDIR)/ags-ags_gui_task_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_gui_task_thread.c' object='ags-ags_gui_task_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_task_thread.o `test -f 'src/ags/thread/ags_gui_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_task_thread.c
 
-gsequencer-ags_soundset_callbacks.o: src/ags/X/editor/ags_soundset_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo -c -o gsequencer-ags_soundset_callbacks.o `test -f 'src/ags/X/editor/ags_soundset_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo $(DEPDIR)/gsequencer-ags_soundset_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_soundset_callbacks.c' object='gsequencer-ags_soundset_callbacks.o' libtool=no \
+ags-ags_gui_task_thread.obj: src/ags/thread/ags_gui_task_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_task_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_gui_task_thread.Tpo -c -o ags-ags_gui_task_thread.obj `if test -f 'src/ags/thread/ags_gui_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_task_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_task_thread.Tpo $(DEPDIR)/ags-ags_gui_task_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_gui_task_thread.c' object='ags-ags_gui_task_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset_callbacks.o `test -f 'src/ags/X/editor/ags_soundset_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_task_thread.obj `if test -f 'src/ags/thread/ags_gui_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_task_thread.c'; fi`
 
-gsequencer-ags_soundset_callbacks.obj: src/ags/X/editor/ags_soundset_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo -c -o gsequencer-ags_soundset_callbacks.obj `if test -f 'src/ags/X/editor/ags_soundset_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo $(DEPDIR)/gsequencer-ags_soundset_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_soundset_callbacks.c' object='gsequencer-ags_soundset_callbacks.obj' libtool=no \
+ags-ags_task_thread.o: src/ags/thread/ags_task_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_task_thread.Tpo -c -o ags-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task_thread.Tpo $(DEPDIR)/ags-ags_task_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='ags-ags_task_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset_callbacks.obj `if test -f 'src/ags/X/editor/ags_soundset_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
 
-gsequencer-ags_soundset.o: src/ags/X/editor/ags_soundset.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset.Tpo -c -o gsequencer-ags_soundset.o `test -f 'src/ags/X/editor/ags_soundset.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset.Tpo $(DEPDIR)/gsequencer-ags_soundset.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_soundset.c' object='gsequencer-ags_soundset.o' libtool=no \
+ags-ags_task_thread.obj: src/ags/thread/ags_task_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_task_thread.Tpo -c -o ags-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task_thread.Tpo $(DEPDIR)/ags-ags_task_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='ags-ags_task_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset.o `test -f 'src/ags/X/editor/ags_soundset.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
 
-gsequencer-ags_soundset.obj: src/ags/X/editor/ags_soundset.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset.Tpo -c -o gsequencer-ags_soundset.obj `if test -f 'src/ags/X/editor/ags_soundset.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset.Tpo $(DEPDIR)/gsequencer-ags_soundset.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_soundset.c' object='gsequencer-ags_soundset.obj' libtool=no \
+ags-ags_timestamp_thread.o: src/ags/thread/ags_timestamp_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_thread.Tpo -c -o ags-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_thread.Tpo $(DEPDIR)/ags-ags_timestamp_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='ags-ags_timestamp_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset.obj `if test -f 'src/ags/X/editor/ags_soundset.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
 
-gsequencer-ags_toolbar_callbacks.o: src/ags/X/editor/ags_toolbar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo -c -o gsequencer-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='gsequencer-ags_toolbar_callbacks.o' libtool=no \
+ags-ags_timestamp_thread.obj: src/ags/thread/ags_timestamp_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_thread.Tpo -c -o ags-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_thread.Tpo $(DEPDIR)/ags-ags_timestamp_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='ags-ags_timestamp_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
 
-gsequencer-ags_toolbar_callbacks.obj: src/ags/X/editor/ags_toolbar_callbacks.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo -c -o gsequencer-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='gsequencer-ags_toolbar_callbacks.obj' libtool=no \
+ags-ags_recycling_thread_callbacks.o: src/ags/thread/ags_recycling_thread_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo -c -o ags-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/ags-ags_recycling_thread_callbacks.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='ags-ags_recycling_thread_callbacks.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
 
-gsequencer-ags_toolbar.o: src/ags/X/editor/ags_toolbar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar.Tpo -c -o gsequencer-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar.Tpo $(DEPDIR)/gsequencer-ags_toolbar.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='gsequencer-ags_toolbar.o' libtool=no \
+ags-ags_recycling_thread_callbacks.obj: src/ags/thread/ags_recycling_thread_callbacks.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo -c -o ags-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/ags-ags_recycling_thread_callbacks.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='ags-ags_recycling_thread_callbacks.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
 
-gsequencer-ags_toolbar.obj: src/ags/X/editor/ags_toolbar.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar.Tpo -c -o gsequencer-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar.Tpo $(DEPDIR)/gsequencer-ags_toolbar.Po
-#	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='gsequencer-ags_toolbar.obj' libtool=no \
+ags-ags_iterator_thread.o: src/ags/thread/ags_iterator_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_iterator_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_iterator_thread.Tpo -c -o ags-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_iterator_thread.Tpo $(DEPDIR)/ags-ags_iterator_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='ags-ags_iterator_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
 
-gsequencer-ags_add_line_member.o: src/ags/audio/task/ags_add_line_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_line_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_line_member.Tpo -c -o gsequencer-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_line_member.Tpo $(DEPDIR)/gsequencer-ags_add_line_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='gsequencer-ags_add_line_member.o' libtool=no \
+ags-ags_iterator_thread.obj: src/ags/thread/ags_iterator_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_iterator_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_iterator_thread.Tpo -c -o ags-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_iterator_thread.Tpo $(DEPDIR)/ags-ags_iterator_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='ags-ags_iterator_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
 
-gsequencer-ags_add_line_member.obj: src/ags/audio/task/ags_add_line_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_line_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_line_member.Tpo -c -o gsequencer-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_line_member.Tpo $(DEPDIR)/gsequencer-ags_add_line_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='gsequencer-ags_add_line_member.obj' libtool=no \
+ags-ags_async_queue.o: src/ags/thread/ags_async_queue.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_async_queue.o -MD -MP -MF $(DEPDIR)/ags-ags_async_queue.Tpo -c -o ags-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_async_queue.Tpo $(DEPDIR)/ags-ags_async_queue.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='ags-ags_async_queue.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
 
-gsequencer-ags_add_bulk_member.o: src/ags/audio/task/ags_add_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo -c -o gsequencer-ags_add_bulk_member.o `test -f 'src/ags/audio/task/ags_add_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_bulk_member.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_add_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_bulk_member.c' object='gsequencer-ags_add_bulk_member.o' libtool=no \
+ags-ags_async_queue.obj: src/ags/thread/ags_async_queue.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_async_queue.obj -MD -MP -MF $(DEPDIR)/ags-ags_async_queue.Tpo -c -o ags-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_async_queue.Tpo $(DEPDIR)/ags-ags_async_queue.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='ags-ags_async_queue.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_bulk_member.o `test -f 'src/ags/audio/task/ags_add_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_bulk_member.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
 
-gsequencer-ags_add_bulk_member.obj: src/ags/audio/task/ags_add_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo -c -o gsequencer-ags_add_bulk_member.obj `if test -f 'src/ags/audio/task/ags_add_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_bulk_member.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_add_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_bulk_member.c' object='gsequencer-ags_add_bulk_member.obj' libtool=no \
+ags-ags_export_thread.o: src/ags/thread/ags_export_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_export_thread.Tpo -c -o ags-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_thread.Tpo $(DEPDIR)/ags-ags_export_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='ags-ags_export_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_bulk_member.obj `if test -f 'src/ags/audio/task/ags_add_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_bulk_member.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
 
-gsequencer-ags_update_bulk_member.o: src/ags/audio/task/ags_update_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_update_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo -c -o gsequencer-ags_update_bulk_member.o `test -f 'src/ags/audio/task/ags_update_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_update_bulk_member.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_update_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_update_bulk_member.c' object='gsequencer-ags_update_bulk_member.o' libtool=no \
+ags-ags_export_thread.obj: src/ags/thread/ags_export_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_thread.Tpo -c -o ags-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_thread.Tpo $(DEPDIR)/ags-ags_export_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='ags-ags_export_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_update_bulk_member.o `test -f 'src/ags/audio/task/ags_update_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_update_bulk_member.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
 
-gsequencer-ags_update_bulk_member.obj: src/ags/audio/task/ags_update_bulk_member.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_update_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo -c -o gsequencer-ags_update_bulk_member.obj `if test -f 'src/ags/audio/task/ags_update_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_update_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_update_bulk_member.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_update_bulk_member.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_update_bulk_member.c' object='gsequencer-ags_update_bulk_member.obj' libtool=no \
+ags-ags_audio_loop.o: src/ags/thread/ags_audio_loop.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_loop.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_loop.Tpo -c -o ags-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_loop.Tpo $(DEPDIR)/ags-ags_audio_loop.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='ags-ags_audio_loop.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_update_bulk_member.obj `if test -f 'src/ags/audio/task/ags_update_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_update_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_update_bulk_member.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
 
-gsequencer-ags_add_point_to_selection.o: src/ags/audio/task/ags_add_point_to_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_point_to_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo -c -o gsequencer-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_point_to_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='gsequencer-ags_add_point_to_selection.o' libtool=no \
+ags-ags_audio_loop.obj: src/ags/thread/ags_audio_loop.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_loop.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_loop.Tpo -c -o ags-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_loop.Tpo $(DEPDIR)/ags-ags_audio_loop.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='ags-ags_audio_loop.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
 
-gsequencer-ags_add_point_to_selection.obj: src/ags/audio/task/ags_add_point_to_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_point_to_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo -c -o gsequencer-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_point_to_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='gsequencer-ags_add_point_to_selection.obj' libtool=no \
+ags-ags_recycling_thread.o: src/ags/thread/ags_recycling_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread.Tpo -c -o ags-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread.Tpo $(DEPDIR)/ags-ags_recycling_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='ags-ags_recycling_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
 
-gsequencer-ags_add_region_to_selection.o: src/ags/audio/task/ags_add_region_to_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_region_to_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo -c -o gsequencer-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_region_to_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='gsequencer-ags_add_region_to_selection.o' libtool=no \
+ags-ags_recycling_thread.obj: src/ags/thread/ags_recycling_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread.Tpo -c -o ags-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread.Tpo $(DEPDIR)/ags-ags_recycling_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='ags-ags_recycling_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
 
-gsequencer-ags_add_region_to_selection.obj: src/ags/audio/task/ags_add_region_to_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_region_to_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo -c -o gsequencer-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_region_to_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='gsequencer-ags_add_region_to_selection.obj' libtool=no \
+ags-ags_thread-posix.o: src/ags/thread/ags_thread-posix.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread-posix.o -MD -MP -MF $(DEPDIR)/ags-ags_thread-posix.Tpo -c -o ags-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread-posix.Tpo $(DEPDIR)/ags-ags_thread-posix.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='ags-ags_thread-posix.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
 
-gsequencer-ags_change_indicator.o: src/ags/audio/task/ags_change_indicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_indicator.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_indicator.Tpo -c -o gsequencer-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_indicator.Tpo $(DEPDIR)/gsequencer-ags_change_indicator.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='gsequencer-ags_change_indicator.o' libtool=no \
+ags-ags_thread-posix.obj: src/ags/thread/ags_thread-posix.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread-posix.obj -MD -MP -MF $(DEPDIR)/ags-ags_thread-posix.Tpo -c -o ags-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread-posix.Tpo $(DEPDIR)/ags-ags_thread-posix.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='ags-ags_thread-posix.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
 
-gsequencer-ags_change_indicator.obj: src/ags/audio/task/ags_change_indicator.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_indicator.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_indicator.Tpo -c -o gsequencer-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_indicator.Tpo $(DEPDIR)/gsequencer-ags_change_indicator.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='gsequencer-ags_change_indicator.obj' libtool=no \
+ags-ags_history.o: src/ags/thread/ags_history.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_history.o -MD -MP -MF $(DEPDIR)/ags-ags_history.Tpo -c -o ags-ags_history.o `test -f 'src/ags/thread/ags_history.c' || echo '$(srcdir)/'`src/ags/thread/ags_history.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_history.Tpo $(DEPDIR)/ags-ags_history.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_history.c' object='ags-ags_history.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_history.o `test -f 'src/ags/thread/ags_history.c' || echo '$(srcdir)/'`src/ags/thread/ags_history.c
 
-gsequencer-ags_change_tact.o: src/ags/audio/task/ags_change_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_tact.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_tact.Tpo -c -o gsequencer-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_tact.Tpo $(DEPDIR)/gsequencer-ags_change_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='gsequencer-ags_change_tact.o' libtool=no \
+ags-ags_history.obj: src/ags/thread/ags_history.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_history.obj -MD -MP -MF $(DEPDIR)/ags-ags_history.Tpo -c -o ags-ags_history.obj `if test -f 'src/ags/thread/ags_history.c'; then $(CYGPATH_W) 'src/ags/thread/ags_history.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_history.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_history.Tpo $(DEPDIR)/ags-ags_history.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_history.c' object='ags-ags_history.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_history.obj `if test -f 'src/ags/thread/ags_history.c'; then $(CYGPATH_W) 'src/ags/thread/ags_history.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_history.c'; fi`
 
-gsequencer-ags_change_tact.obj: src/ags/audio/task/ags_change_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_tact.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_tact.Tpo -c -o gsequencer-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_tact.Tpo $(DEPDIR)/gsequencer-ags_change_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='gsequencer-ags_change_tact.obj' libtool=no \
+ags-ags_gui_thread.o: src/ags/thread/ags_gui_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_gui_thread.Tpo -c -o ags-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_thread.Tpo $(DEPDIR)/ags-ags_gui_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='ags-ags_gui_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
 
-gsequencer-ags_display_tact.o: src/ags/audio/task/ags_display_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_display_tact.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_display_tact.Tpo -c -o gsequencer-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_display_tact.Tpo $(DEPDIR)/gsequencer-ags_display_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='gsequencer-ags_display_tact.o' libtool=no \
+ags-ags_gui_thread.obj: src/ags/thread/ags_gui_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_gui_thread.Tpo -c -o ags-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_thread.Tpo $(DEPDIR)/ags-ags_gui_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='ags-ags_gui_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
 
-gsequencer-ags_display_tact.obj: src/ags/audio/task/ags_display_tact.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_display_tact.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_display_tact.Tpo -c -o gsequencer-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_display_tact.Tpo $(DEPDIR)/gsequencer-ags_display_tact.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='gsequencer-ags_display_tact.obj' libtool=no \
+ags-ags_single_thread.o: src/ags/thread/ags_single_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_single_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_single_thread.Tpo -c -o ags-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_single_thread.Tpo $(DEPDIR)/ags-ags_single_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='ags-ags_single_thread.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
 
-gsequencer-ags_free_selection.o: src/ags/audio/task/ags_free_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_free_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_free_selection.Tpo -c -o gsequencer-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_free_selection.Tpo $(DEPDIR)/gsequencer-ags_free_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='gsequencer-ags_free_selection.o' libtool=no \
+ags-ags_single_thread.obj: src/ags/thread/ags_single_thread.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_single_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_single_thread.Tpo -c -o ags-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_single_thread.Tpo $(DEPDIR)/ags-ags_single_thread.Po
+#	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='ags-ags_single_thread.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
 
-gsequencer-ags_free_selection.obj: src/ags/audio/task/ags_free_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_free_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_free_selection.Tpo -c -o gsequencer-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_free_selection.Tpo $(DEPDIR)/gsequencer-ags_free_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='gsequencer-ags_free_selection.obj' libtool=no \
+ags-ags_registry.o: src/ags/server/ags_registry.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_registry.o -MD -MP -MF $(DEPDIR)/ags-ags_registry.Tpo -c -o ags-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_registry.Tpo $(DEPDIR)/ags-ags_registry.Po
+#	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='ags-ags_registry.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
 
-gsequencer-ags_remove_point_from_selection.o: src/ags/audio/task/ags_remove_point_from_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remove_point_from_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo -c -o gsequencer-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='gsequencer-ags_remove_point_from_selection.o' libtool=no \
+ags-ags_registry.obj: src/ags/server/ags_registry.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_registry.obj -MD -MP -MF $(DEPDIR)/ags-ags_registry.Tpo -c -o ags-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_registry.Tpo $(DEPDIR)/ags-ags_registry.Po
+#	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='ags-ags_registry.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
 
-gsequencer-ags_remove_point_from_selection.obj: src/ags/audio/task/ags_remove_point_from_selection.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remove_point_from_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo -c -o gsequencer-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='gsequencer-ags_remove_point_from_selection.obj' libtool=no \
+ags-ags_remote_task.o: src/ags/server/ags_remote_task.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remote_task.o -MD -MP -MF $(DEPDIR)/ags-ags_remote_task.Tpo -c -o ags-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remote_task.Tpo $(DEPDIR)/ags-ags_remote_task.Po
+#	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='ags-ags_remote_task.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
 
-gsequencer-ags_save_file.o: src/ags/audio/task/ags_save_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_save_file.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_save_file.Tpo -c -o gsequencer-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_save_file.Tpo $(DEPDIR)/gsequencer-ags_save_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='gsequencer-ags_save_file.o' libtool=no \
+ags-ags_remote_task.obj: src/ags/server/ags_remote_task.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remote_task.obj -MD -MP -MF $(DEPDIR)/ags-ags_remote_task.Tpo -c -o ags-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remote_task.Tpo $(DEPDIR)/ags-ags_remote_task.Po
+#	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='ags-ags_remote_task.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
 
-gsequencer-ags_save_file.obj: src/ags/audio/task/ags_save_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_save_file.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_save_file.Tpo -c -o gsequencer-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_save_file.Tpo $(DEPDIR)/gsequencer-ags_save_file.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='gsequencer-ags_save_file.obj' libtool=no \
+ags-ags_server.o: src/ags/server/ags_server.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server.o -MD -MP -MF $(DEPDIR)/ags-ags_server.Tpo -c -o ags-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server.Tpo $(DEPDIR)/ags-ags_server.Po
+#	$(AM_V_CC)source='src/ags/server/ags_server.c' object='ags-ags_server.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
 
-gsequencer-ags_scroll_on_play.o: src/ags/audio/task/ags_scroll_on_play.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_scroll_on_play.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo -c -o gsequencer-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo $(DEPDIR)/gsequencer-ags_scroll_on_play.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='gsequencer-ags_scroll_on_play.o' libtool=no \
+ags-ags_server.obj: src/ags/server/ags_server.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server.obj -MD -MP -MF $(DEPDIR)/ags-ags_server.Tpo -c -o ags-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server.Tpo $(DEPDIR)/ags-ags_server.Po
+#	$(AM_V_CC)source='src/ags/server/ags_server.c' object='ags-ags_server.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
 
-gsequencer-ags_scroll_on_play.obj: src/ags/audio/task/ags_scroll_on_play.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_scroll_on_play.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo -c -o gsequencer-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo $(DEPDIR)/gsequencer-ags_scroll_on_play.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='gsequencer-ags_scroll_on_play.obj' libtool=no \
+ags-ags_plugin_factory.o: src/ags/plugin/ags_plugin_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_factory.Tpo -c -o ags-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_factory.Tpo $(DEPDIR)/ags-ags_plugin_factory.Po
+#	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='ags-ags_plugin_factory.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
 
-gsequencer-ags_toggle_led.o: src/ags/audio/task/ags_toggle_led.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_led.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_led.Tpo -c -o gsequencer-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_led.Tpo $(DEPDIR)/gsequencer-ags_toggle_led.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='gsequencer-ags_toggle_led.o' libtool=no \
+ags-ags_plugin_factory.obj: src/ags/plugin/ags_plugin_factory.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_factory.Tpo -c -o ags-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_factory.Tpo $(DEPDIR)/ags-ags_plugin_factory.Po
+#	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='ags-ags_plugin_factory.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
 
-gsequencer-ags_toggle_led.obj: src/ags/audio/task/ags_toggle_led.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_led.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_led.Tpo -c -o gsequencer-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_led.Tpo $(DEPDIR)/gsequencer-ags_toggle_led.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='gsequencer-ags_toggle_led.obj' libtool=no \
+ags-ags_ladspa_manager.o: src/ags/plugin/ags_ladspa_manager.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_manager.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_manager.Tpo -c -o ags-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_manager.Tpo $(DEPDIR)/ags-ags_ladspa_manager.Po
+#	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='ags-ags_ladspa_manager.o' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
 
-gsequencer-ags_toggle_pattern_bit.o: src/ags/audio/task/ags_toggle_pattern_bit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_pattern_bit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo -c -o gsequencer-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='gsequencer-ags_toggle_pattern_bit.o' libtool=no \
+ags-ags_ladspa_manager.obj: src/ags/plugin/ags_ladspa_manager.c
+	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_manager.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_manager.Tpo -c -o ags-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
+	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_manager.Tpo $(DEPDIR)/ags-ags_ladspa_manager.Po
+#	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='ags-ags_ladspa_manager.obj' libtool=no \
 #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
-
-gsequencer-ags_toggle_pattern_bit.obj: src/ags/audio/task/ags_toggle_pattern_bit.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_pattern_bit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo -c -o gsequencer-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po
-#	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='gsequencer-ags_toggle_pattern_bit.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
-
-gsequencer-ags_file_gui.o: src/ags/file/ags_file_gui.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_gui.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_gui.Tpo -c -o gsequencer-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_gui.Tpo $(DEPDIR)/gsequencer-ags_file_gui.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='gsequencer-ags_file_gui.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
-
-gsequencer-ags_file_gui.obj: src/ags/file/ags_file_gui.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_gui.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_gui.Tpo -c -o gsequencer-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_gui.Tpo $(DEPDIR)/gsequencer-ags_file_gui.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='gsequencer-ags_file_gui.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
-
-gsequencer-ags_file.o: src/ags/file/ags_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file.Tpo -c -o gsequencer-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file.Tpo $(DEPDIR)/gsequencer-ags_file.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file.c' object='gsequencer-ags_file.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
-
-gsequencer-ags_file.obj: src/ags/file/ags_file.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file.Tpo -c -o gsequencer-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file.Tpo $(DEPDIR)/gsequencer-ags_file.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file.c' object='gsequencer-ags_file.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
-
-gsequencer-ags_file_id_ref.o: src/ags/file/ags_file_id_ref.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_id_ref.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo -c -o gsequencer-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo $(DEPDIR)/gsequencer-ags_file_id_ref.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='gsequencer-ags_file_id_ref.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
-
-gsequencer-ags_file_id_ref.obj: src/ags/file/ags_file_id_ref.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_id_ref.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo -c -o gsequencer-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo $(DEPDIR)/gsequencer-ags_file_id_ref.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='gsequencer-ags_file_id_ref.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
-
-gsequencer-ags_file_launch.o: src/ags/file/ags_file_launch.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_launch.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_launch.Tpo -c -o gsequencer-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_launch.Tpo $(DEPDIR)/gsequencer-ags_file_launch.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='gsequencer-ags_file_launch.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
-
-gsequencer-ags_file_launch.obj: src/ags/file/ags_file_launch.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_launch.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_launch.Tpo -c -o gsequencer-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_launch.Tpo $(DEPDIR)/gsequencer-ags_file_launch.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='gsequencer-ags_file_launch.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
-
-gsequencer-ags_file_link.o: src/ags/file/ags_file_link.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_link.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_link.Tpo -c -o gsequencer-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_link.Tpo $(DEPDIR)/gsequencer-ags_file_link.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='gsequencer-ags_file_link.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
-
-gsequencer-ags_file_link.obj: src/ags/file/ags_file_link.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_link.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_link.Tpo -c -o gsequencer-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_link.Tpo $(DEPDIR)/gsequencer-ags_file_link.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='gsequencer-ags_file_link.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
-
-gsequencer-ags_file_lookup.o: src/ags/file/ags_file_lookup.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_lookup.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_lookup.Tpo -c -o gsequencer-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_lookup.Tpo $(DEPDIR)/gsequencer-ags_file_lookup.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='gsequencer-ags_file_lookup.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
-
-gsequencer-ags_file_lookup.obj: src/ags/file/ags_file_lookup.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_lookup.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_lookup.Tpo -c -o gsequencer-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_lookup.Tpo $(DEPDIR)/gsequencer-ags_file_lookup.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='gsequencer-ags_file_lookup.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
-
-gsequencer-ags_file_sound.o: src/ags/file/ags_file_sound.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_sound.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_sound.Tpo -c -o gsequencer-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_sound.Tpo $(DEPDIR)/gsequencer-ags_file_sound.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='gsequencer-ags_file_sound.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
-
-gsequencer-ags_file_sound.obj: src/ags/file/ags_file_sound.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_sound.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_sound.Tpo -c -o gsequencer-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_sound.Tpo $(DEPDIR)/gsequencer-ags_file_sound.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='gsequencer-ags_file_sound.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
-
-gsequencer-ags_file_thread.o: src/ags/file/ags_file_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_thread.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_thread.Tpo -c -o gsequencer-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_thread.Tpo $(DEPDIR)/gsequencer-ags_file_thread.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='gsequencer-ags_file_thread.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
-
-gsequencer-ags_file_thread.obj: src/ags/file/ags_file_thread.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_thread.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_thread.Tpo -c -o gsequencer-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_thread.Tpo $(DEPDIR)/gsequencer-ags_file_thread.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='gsequencer-ags_file_thread.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
-
-gsequencer-ags_file_util.o: src/ags/file/ags_file_util.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_util.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_util.Tpo -c -o gsequencer-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_util.Tpo $(DEPDIR)/gsequencer-ags_file_util.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='gsequencer-ags_file_util.o' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
-
-gsequencer-ags_file_util.obj: src/ags/file/ags_file_util.c
-	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_util.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_util.Tpo -c -o gsequencer-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
-	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_util.Tpo $(DEPDIR)/gsequencer-ags_file_util.Po
-#	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='gsequencer-ags_file_util.obj' libtool=no \
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-distclean-libtool:
-	-rm -f libtool config.lt
+#	$(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run 'make' without going through this Makefile.
@@ -7828,6 +6307,7 @@ distcheck: dist
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
 	  && ../configure \
+	    --with-included-gettext \
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
 	    --srcdir=.. --prefix="$$dc_install_base" \
@@ -7923,15 +6403,15 @@ maintainer-clean-generic:
 	@echo "it deletes files that may require special tools to rebuild."
 clean: clean-recursive
 
-clean-am: clean-binPROGRAMS clean-generic clean-libtool \
-	clean-noinstLIBRARIES mostlyclean-am
+clean-am: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
+	mostlyclean-am
 
 distclean: distclean-recursive
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 	-rm -rf ./$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags
+	distclean-hdr distclean-tags
 
 dvi: dvi-recursive
 
@@ -7982,8 +6462,7 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
 
 mostlyclean: mostlyclean-recursive
 
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
 pdf: pdf-recursive
 
@@ -7999,21 +6478,21 @@ uninstall-am: uninstall-binPROGRAMS
 
 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 	am--refresh check check-am clean clean-binPROGRAMS \
-	clean-cscope clean-generic clean-libtool clean-noinstLIBRARIES \
-	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
+	clean-cscope clean-generic clean-noinstLIBRARIES 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-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
-	distdir distuninstallcheck dvi dvi-am html html-am info \
-	info-am install install-am install-binPROGRAMS install-data \
+	distclean-hdr distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-binPROGRAMS install-data \
 	install-data-am install-dvi install-dvi-am install-exec \
 	install-exec-am install-html install-html-am install-info \
 	install-info-am install-man install-pdf install-pdf-am \
 	install-ps install-ps-am install-strip installcheck \
 	installcheck-am installdirs installdirs-am maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-binPROGRAMS
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/Makefile.am b/Makefile.am
index 04469a5..8722f7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,1000 +1,23 @@
 AUTOMAKE_OPTIONS = foreign
+SUBDIRS = src doc
 
-#
-SUBDIRS = po \
-	. \
-	src/ags/util \
-	src/ags/lib \
-	src/ags/object \
-	src/ags/widget \
-	src/ags/audio/task \
-	src/ags/audio/task/recall \
-	src/ags/audio/file \
-	src/ags/audio/recall \
-	src/ags/audio \
-	src/ags/file \
-	src/ags/server \
-	src/ags/X/editor \
-	src/ags/X/machine \
-	src/ags/X \
-	src/ags \
-	doc
-
-#
-libags_a_SOURCES = $(ags_util_c_sources) $(ags_lib_c_sources) $(ags_object_c_sources)
-libags_thread_a_SOURCES = $(ags_thread_c_sources)
-libags_audio_a_SOURCES = $(ags_audio_c_sources) $(ags_audio_file_c_sources) $(ags_audio_task_c_sources) $(ags_audio_task_recall_c_sources) $(ags_audio_recall_c_sources)  $(ags_plugin_c_sources)
-libags_gui_a_SOURCES = $(ags_widget_c_sources)
-gsequencer_SOURCES = $(gsequencer_main_c_sources) $(gsequencer_server_c_sources) $(gsequencer_xorg_c_sources) $(gsequencer_machine_c_sources) $(gsequencer_editor_c_sources) $(ags_xorg_task_c_sources) $(gsequencer_file_c_sources)
-
-#
-TARGETS = gsequencer
+# what flags you want to pass to the C compiler & linker
+CFLAGS = -g -I./src -I/usr/include
+LDFLAGS = -L/lib -L/usr/lib -L/usr/X11/lib
 
 # this lists the binaries to produce, the (non-PHONY, binary) targets in
 # the previous manual Makefile
-noinst_LIBRARIES = libags.a libags_thread.a libags_audio.a libags_gui.a
-bin_PROGRAMS = gsequencer
-
-# application
-libags_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-
-libags_thread_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_thread_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_thread_a_LIBADD = libags.a
-
-libags_audio_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_audio_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_audio_a_LIBADD = libags_thread.a libags.a 
-
-libags_gui_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_gui_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-
-gsequencer_CFLAGS = @CFLAGS@ -g 	-std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-gsequencer_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_LDADD = libags_audio.a libags_gui.a libags_thread.a libags.a
-
-ACLOCAL_AMFLAGS = -I m4
-
-# libags all files
-deprecated_ags_lib_h_sources =
-
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	src/ags-lib/object/ags_connectable.h	\
-	src/ags/lib/ags_combo_box_text.h		\
-	src/ags/lib/ags_container.h			\
-	src/ags/lib/ags_list.h			\
-	src/ags/lib/ags_log.h			\
-	src/ags/lib/ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	src/ags-lib/object/ags_connectable.c	\
-	src/ags/lib/ags_combo_box_text.c		\
-	src/ags/lib/ags_container.c			\
-	src/ags/lib/ags_list.c			\
-	src/ags/lib/ags_log.c			\
-	src/ags/lib/ags_parameter.c
-
-deprecated_ags_util_h_sources =
-
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	src/ags/util/ags_id_generator.h
-
-deprecated_ags_util_c_sources = 
-
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	src/ags/util/ags_id_generator.c
-
-deprecated_ags_object_h_sources =
-
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	src/ags/object/ags_init.h			\
-	src/ags/object/ags_application_context.h	\
-	src/ags/object/ags_config.h			\
-	src/ags/object/ags_applicable.h			\
-	src/ags/object/ags_countable.h			\
-	src/ags/object/ags_dynamic_connectable.h	\
-	src/ags/object/ags_effect.h			\
-	src/ags/object/ags_main_loop.h			\
-	src/ags/object/ags_marshal.h			\
-	src/ags/object/ags_mutable.h			\
-	src/ags/object/ags_packable.h			\
-	src/ags/object/ags_persistable.h		\
-	src/ags/object/ags_playable.h			\
-	src/ags/object/ags_plugin.h			\
-	src/ags/object/ags_portlet.h			\
-	src/ags/object/ags_runnable.h			\
-	src/ags/object/ags_seekable.h			\
-	src/ags/object/ags_soundcard.h			\
-	src/ags/object/ags_stackable.h			\
-	src/ags/object/ags_tactable.h			\
-	src/ags/object/ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	src/ags/object/ags_init.c			\
-	src/ags/object/ags_application_context.c	\
-	src/ags/object/ags_config.c			\
-	src/ags/object/ags_applicable.c			\
-	src/ags/object/ags_countable.c			\
-	src/ags/object/ags_dynamic_connectable.c	\
-	src/ags/object/ags_effect.c			\
-	src/ags/object/ags_main_loop.c			\
-	src/ags/object/ags_marshal.c			\
-	src/ags/object/ags_mutable.c			\
-	src/ags/object/ags_packable.c			\
-	src/ags/object/ags_persistable.c		\
-	src/ags/object/ags_plugin.c			\
-	src/ags/object/ags_portlet.c			\
-	src/ags/object/ags_runnable.c			\
-	src/ags/object/ags_seekable.c			\
-	src/ags/object/ags_soundcard.c			\
-	src/ags/object/ags_stackable.c			\
-	src/ags/object/ags_tactable.c			\
-	src/ags/object/ags_tree_iterator.c
-
-deprecated_ags_plugin_h_sources =
-
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	src/ags/plugin/ags_ladspa_manager.h		\
-	src/ags/plugin/ags_plugin_factory.h		\
-	src/ags/plugin/ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	src/ags/plugin/ags_ladspa_manager.c		\
-	src/ags/plugin/ags_plugin_factory.c
-
-# libags_thread all files
-deprecated_ags_thread_h_sources = \
-	src/ags/thread/ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	src/ags/thread/ags_thread_init.h		\
-	src/ags/thread/ags_thread_application_context.h	\
-	src/ags/thread/ags_concurrency_provider.h	\
-	src/ags/thread/ags_async_queue.h		\
-	src/ags/thread/ags_audio_loop.h			\
-	src/ags/thread/ags_autosave_thread.h		\
-	src/ags/thread/ags_devout_thread.h		\
-	src/ags/thread/ags_export_thread.h		\
-	src/ags/thread/ags_gui_thread.h			\
-	src/ags/thread/ags_iterator_thread.h		\
-	src/ags/thread/ags_record_thread.h		\
-	src/ags/thread/ags_recycling_thread_callbacks.h \
-	src/ags/thread/ags_recycling_thread.h		\
-	src/ags/thread/ags_returnable_thread.h		\
-	src/ags/thread/ags_single_thread.h		\
-	src/ags/thread/ags_task_thread.h		\
-	src/ags/thread/ags_thread_pool.h		\
-	src/ags/thread/ags_thread-posix.h		\
-	src/ags/thread/ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	src/ags/thread/ags_thread_init.c		\
-	src/ags/thread/ags_thread_application_context.c	\
-	src/ags/thread/ags_concurrency_provider.c	\
-	src/ags/thread/ags_async_queue.c		\
-	src/ags/thread/ags_audio_loop.c			\
-	src/ags/thread/ags_autosave_thread.c		\
-	src/ags/thread/ags_devout_thread.c		\
-	src/ags/thread/ags_export_thread.c		\
-	src/ags/thread/ags_gui_thread.c			\
-	src/ags/thread/ags_iterator_thread.c		\
-	src/ags/thread/ags_record_thread.c		\
-	src/ags/thread/ags_recycling_thread_callbacks.c \
-	src/ags/thread/ags_recycling_thread.c		\
-	src/ags/thread/ags_returnable_thread.c		\
-	src/ags/thread/ags_single_thread.c		\
-	src/ags/thread/ags_task_thread.c		\
-	src/ags/thread/ags_thread_pool.c		\
-	src/ags/thread/ags_thread-posix.c		\
-	src/ags/thread/ags_timestamp_thread.c
-
-# libags_gui all files
-odeprecated_ags_widget_h_sources = 
-
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	src/ags/widget/ags_gui_init.h			\
-	src/ags/widget/ags_cartesian.h			\
-	src/ags/widget/ags_dial.h 			\
-	src/ags/widget/ags_expander.h			\
-	src/ags/widget/ags_expander_set.h		\
-	src/ags/widget/ags_hindicator.h		\
-	src/ags/widget/ags_htimebar.h			\
-	src/ags/widget/ags_indicator.h			\
-	src/ags/widget/ags_led.h			\
-	src/ags/widget/ags_menu.h			\
-	src/ags/widget/ags_menu_item.h			\
-	src/ags/widget/ags_option_menu.h		\
-	src/ags/widget/ags_ruler.h			\
-	src/ags/widget/ags_segment.h			\
-	src/ags/widget/ags_table.h			\
-	src/ags/widget/ags_timebar.h			\
-	src/ags/widget/ags_vindicator.h		\
-	src/ags/widget/ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	src/ags/widget/ags_gui_init.c			\
-	src/ags/widget/ags_cartesian.c			\
-	src/ags/widget/ags_dial.c 			\
-	src/ags/widget/ags_expander.c			\
-	src/ags/widget/ags_expander_set.c		\
-	src/ags/widget/ags_hindicator.c		\
-	src/ags/widget/ags_htimebar.c			\
-	src/ags/widget/ags_indicator.c			\
-	src/ags/widget/ags_led.c			\
-	src/ags/widget/ags_menu.c			\
-	src/ags/widget/ags_menu_item.c			\
-	src/ags/widget/ags_option_menu.c		\
-	src/ags/widget/ags_ruler.c			\
-	src/ags/widget/ags_segment.c			\
-	src/ags/widget/ags_table.c			\
-	src/ags/widget/ags_timebar.c			\
-	src/ags/widget/ags_vindicator.c		\
-	src/ags/widget/ags_waveform.c
-
-# libags_audio all files
-deprecated_ags_audio_h_sources = \
-	src/ags/audio/ags_garbage_collector.h	\
-	src/ags/audio/ags_effect.h		\
-	src/ags/audio/ags_libao.h		\
-	src/ags/audio/ags_timestamp.h		\
-	src/ags/audio/ags_timestamp_factory.h	
-
-ags_audio_h_sources = 		\
-	$(deprecated_ags_audio_h_sources) \
-	src/ags/audio/ags_audio_init.h		\
-	src/ags/audio/ags_audio_application_context.h	\
-	src/ags/audio/ags_sound_provider.h	\
-	src/ags/audio/ags_acceleration.h	\
-	src/ags/audio/ags_audio.h		\
-	src/ags/audio/ags_audio_signal.h	\
-	src/ags/audio/ags_automation.h		\
-	src/ags/audio/ags_channel.h		\
-	src/ags/audio/ags_channel_iter.h	\
-	src/ags/audio/ags_devout.h		\
-	src/ags/audio/ags_input.h		\
-	src/ags/audio/ags_notation.h		\
-	src/ags/audio/ags_note.h		\
-	src/ags/audio/ags_output.h		\
-	src/ags/audio/ags_pattern.h		\
-	src/ags/audio/ags_port.h		\
-	src/ags/audio/ags_recall_audio.h	\
-	src/ags/audio/ags_recall_audio_run.h	\
-	src/ags/audio/ags_recall_audio_signal.h \
-	src/ags/audio/ags_recall_channel.h	\
-	src/ags/audio/ags_recall_channel_run_dummy.h \
-	src/ags/audio/ags_recall_channel_run.h \
-	src/ags/audio/ags_recall_container.h	\
-	src/ags/audio/ags_recall_dependency.h	\
-	src/ags/audio/ags_recall_factory.h	\
-	src/ags/audio/ags_recall.h		\
-	src/ags/audio/ags_recall_id.h		\
-	src/ags/audio/ags_recall_ladspa.h	\
-	src/ags/audio/ags_recall_ladspa_run.h	\
-	src/ags/audio/ags_recall_recycling_dummy.h \
-	src/ags/audio/ags_recall_recycling.h	\
-	src/ags/audio/ags_recycling_container.h \
-	src/ags/audio/ags_recycling.h		\
-	src/ags/audio/ags_synths.h		\
-	src/ags/audio/ags_task.h		\
-	src/ags/audio/ags_timestamp_factory.h	\
-	src/ags/audio/ags_timestamp.h
-
-deprecated_ags_audio_c_sources =  \
-	src/ags/audio/ags_garbage_collector.c	\
-	src/ags/audio/ags_libao.c		\
-	src/ags/audio/ags_timestamp.c		\
-	src/ags/audio/ags_timestamp_factory.c	
-
-ags_audio_c_sources =  		\
-	$(deprecated_ags_audio_c_sources) \
-	src/ags/audio/ags_audio_init.c		\
-	src/ags/audio/ags_audio_application_context.c	\
-	src/ags/audio/ags_sound_provider.c	\
-	src/ags/audio/ags_acceleration.c	\
-	src/ags/object/ags_playable.c		\
-	src/ags/audio/ags_audio.c		\
-	src/ags/audio/ags_audio_signal.c	\
-	src/ags/audio/ags_automation.c		\
-	src/ags/audio/ags_channel.c		\
-	src/ags/audio/ags_channel_iter.c	\
-	src/ags/audio/ags_devout.c		\
-	src/ags/audio/ags_input.c		\
-	src/ags/audio/ags_notation.c		\
-	src/ags/audio/ags_note.c		\
-	src/ags/audio/ags_output.c		\
-	src/ags/audio/ags_pattern.c		\
-	src/ags/audio/ags_port.c		\
-	src/ags/audio/ags_recall_audio.c	\
-	src/ags/audio/ags_recall_audio_run.c	\
-	src/ags/audio/ags_recall_audio_signal.c \
-	src/ags/audio/ags_recall_channel.c	\
-	src/ags/audio/ags_recall_channel_run_dummy.c \
-	src/ags/audio/ags_recall_channel_run.c \
-	src/ags/audio/ags_recall_container.c	\
-	src/ags/audio/ags_recall_dependency.c	\
-	src/ags/audio/ags_recall_factory.c	\
-	src/ags/audio/ags_recall.c		\
-	src/ags/audio/ags_recall_id.c		\
-	src/ags/audio/ags_recall_ladspa.c	\
-	src/ags/audio/ags_recall_ladspa_run.c	\
-	src/ags/audio/ags_recall_recycling_dummy.c \
-	src/ags/audio/ags_recall_recycling.c	\
-	src/ags/audio/ags_recycling_container.c \
-	src/ags/audio/ags_recycling.c		\
-	src/ags/audio/ags_synths.c		\
-	src/ags/audio/ags_task.c		\
-	src/ags/audio/ags_timestamp_factory.c	\
-	src/ags/audio/ags_timestamp.c
-
-deprecated_ags_audio_file_h_sources = \
-	src/ags/audio/file/ags_audio_file_xml.h	
+noinst_LIBRARIES = libags.a
+bin_PROGRAMS = ags
 
-ags_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	src/ags/audio/file/ags_audio_file.h	\
-	src/ags/audio/file/ags_ipatch.h		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.h	\
-	src/ags/audio/file/ags_sndfile.h
+# library
+libags_a_CFLAGS=$(GOBJECT_CFLAGS) $(LIBXML2_CFLAGS) 
 
-deprecated_ags_audio_file_c_sources = \
-	src/ags/audio/file/ags_audio_file_xml.c
+libags_a_SOURCES = ./src/ags-lib/object/ags_connectable.c ./src/ags-lib/object/ags_connectable.h
 
-ags_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	src/ags/audio/file/ags_audio_file.c	\
-	src/ags/audio/file/ags_ipatch.c		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.c	\
-	src/ags/audio/file/ags_sndfile.c
-
-deprecated_ags_audio_recall_h_sources = \
-	src/ags/audio/recall/ags_amplifier.h			\
-	src/ags/audio/recall/ags_clone_channel.h		\
-	src/ags/audio/recall/ags_clone_channel_run.h		\
-	src/ags/audio/recall/ags_down_mix.h			\
-	src/ags/audio/recall/ags_echo.h			\
-	src/ags/audio/recall/ags_loop_channel.h		\
-	src/ags/audio/recall/ags_loop_channel_run.h		\
-	src/ags/audio/recall/ags_play_note.h			\
-	src/ags/audio/recall/ags_stream.h
-
-ags_audio_recall_h_sources = \
-	$(deprecated_ags_audio_recall_h_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.h	\
-	src/ags/audio/recall/ags_buffer_channel.h		\
-	src/ags/audio/recall/ags_buffer_channel_run.h	\
-	src/ags/audio/recall/ags_buffer_recycling.h		\
-	src/ags/audio/recall/ags_copy_audio_signal.h		\
-	src/ags/audio/recall/ags_copy_channel.h		\
-	src/ags/audio/recall/ags_copy_channel_run.h		\
-	src/ags/audio/recall/ags_copy_notation_audio.h	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.h	\
-	src/ags/audio/recall/ags_copy_recycling.h		\
-	src/ags/audio/recall/ags_count_beats_audio.h		\
-	src/ags/audio/recall/ags_count_beats_audio_run.h	\
-	src/ags/audio/recall/ags_delay_audio.h 		\
-	src/ags/audio/recall/ags_delay_audio_run.h		\
-	src/ags/audio/recall/ags_mute_audio.h		\
-	src/ags/audio/recall/ags_mute_audio_signal.h		\
-	src/ags/audio/recall/ags_mute_channel.h		\
-	src/ags/audio/recall/ags_mute_channel_run.h		\
-	src/ags/audio/recall/ags_mute_recycling.h		\
-	src/ags/audio/recall/ags_peak_channel.h		\
-	src/ags/audio/recall/ags_peak_channel_run.h		\
-	src/ags/audio/recall/ags_play_audio_file.h		\
-	src/ags/audio/recall/ags_play_audio.h		\
-	src/ags/audio/recall/ags_play_audio_signal.h		\
-	src/ags/audio/recall/ags_play_channel.h		\
-	src/ags/audio/recall/ags_play_channel_run.h		\
-	src/ags/audio/recall/ags_play_channel_run_master.h	\
-	src/ags/audio/recall/ags_play_notation_audio.h	\
-	src/ags/audio/recall/ags_play_notation_audio_run.h	\
-	src/ags/audio/recall/ags_play_pattern.h		\
-	src/ags/audio/recall/ags_play_recycling.h		\
-	src/ags/audio/recall/ags_stream_audio_signal.h	\
-	src/ags/audio/recall/ags_stream_channel.h		\
-	src/ags/audio/recall/ags_stream_channel_run.h	\
-	src/ags/audio/recall/ags_stream_recycling.h		\
-	src/ags/audio/recall/ags_volume_audio_signal.h	\
-	src/ags/audio/recall/ags_volume_channel.h		\
-	src/ags/audio/recall/ags_volume_channel_run.h	\
-	src/ags/audio/recall/ags_volume_recycling.h
-
-deprecated_ags_audio_recall_c_sources =  \
-	src/ags/audio/recall/ags_amplifier.c			\
-	src/ags/audio/recall/ags_clone_channel.c		\
-	src/ags/audio/recall/ags_clone_channel_run.c		\
-	src/ags/audio/recall/ags_echo.c			\
-	src/ags/audio/recall/ags_loop_channel.c		\
-	src/ags/audio/recall/ags_loop_channel_run.c		\
-	src/ags/audio/recall/ags_play_note.c			\
-	src/ags/audio/recall/ags_stream.c
-
-ags_audio_recall_c_sources = \
-	$(deprecated_ags_audio_recall_c_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.c	\
-	src/ags/audio/recall/ags_buffer_channel.c		\
-	src/ags/audio/recall/ags_buffer_channel_run.c	\
-	src/ags/audio/recall/ags_buffer_recycling.c		\
-	src/ags/audio/recall/ags_copy_audio_signal.c		\
-	src/ags/audio/recall/ags_copy_channel.c		\
-	src/ags/audio/recall/ags_copy_channel_run.c		\
-	src/ags/audio/recall/ags_copy_notation_audio.c	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.c	\
-	src/ags/audio/recall/ags_copy_recycling.c		\
-	src/ags/audio/recall/ags_count_beats_audio.c		\
-	src/ags/audio/recall/ags_count_beats_audio_run.c	\
-	src/ags/audio/recall/ags_delay_audio.c 		\
-	src/ags/audio/recall/ags_delay_audio_run.c		\
-	src/ags/audio/recall/ags_mute_audio.c		\
-	src/ags/audio/recall/ags_mute_audio_signal.c		\
-	src/ags/audio/recall/ags_mute_channel.c		\
-	src/ags/audio/recall/ags_mute_channel_run.c		\
-	src/ags/audio/recall/ags_mute_recycling.c		\
-	src/ags/audio/recall/ags_peak_channel.c		\
-	src/ags/audio/recall/ags_peak_channel_run.c		\
-	src/ags/audio/recall/ags_play_audio_file.c		\
-	src/ags/audio/recall/ags_play_audio.c		\
-	src/ags/audio/recall/ags_play_audio_signal.c		\
-	src/ags/audio/recall/ags_play_channel.c		\
-	src/ags/audio/recall/ags_play_channel_run.c		\
-	src/ags/audio/recall/ags_play_channel_run_master.c	\
-	src/ags/audio/recall/ags_play_notation_audio.c	\
-	src/ags/audio/recall/ags_play_notation_audio_run.c	\
-	src/ags/audio/recall/ags_play_pattern.c		\
-	src/ags/audio/recall/ags_play_recycling.c		\
-	src/ags/audio/recall/ags_stream_audio_signal.c	\
-	src/ags/audio/recall/ags_stream_channel.c		\
-	src/ags/audio/recall/ags_stream_channel_run.c	\
-	src/ags/audio/recall/ags_stream_recycling.c		\
-	src/ags/audio/recall/ags_volume_audio_signal.c	\
-	src/ags/audio/recall/ags_volume_channel.c		\
-	src/ags/audio/recall/ags_volume_channel_run.c	\
-	src/ags/audio/recall/ags_volume_recycling.c
-
-deprecated_ags_task_h_sources = \
-	src/ags/audio/task/ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	src/ags/audio/task/ags_add_audio.h		\
-	src/ags/audio/task/ags_add_audio_signal.h	\
-	src/ags/audio/task/ags_add_note.h		\
-	src/ags/audio/task/ags_add_recall_container.h \
-	src/ags/audio/task/ags_add_recall.h	\
-	src/ags/audio/task/ags_append_audio.h	\
-	src/ags/audio/task/ags_append_audio_threaded.h \
-	src/ags/audio/task/ags_append_channel.h	\
-	src/ags/audio/task/ags_append_recall.h	\
-	src/ags/audio/task/ags_apply_synth.h	\
-	src/ags/audio/task/ags_audio_set_recycling.h \
-	src/ags/audio/task/ags_cancel_audio.h	\
-	src/ags/audio/task/ags_cancel_channel.h	\
-	src/ags/audio/task/ags_cancel_recall.h	\
-	src/ags/audio/task/ags_channel_set_recycling.h \
-	src/ags/audio/task/ags_export_output.h	\
-	src/ags/audio/task/ags_init_audio.h	\
-	src/ags/audio/task/ags_init_channel.h	\
-	src/ags/audio/task/ags_link_channel.h	\
-	src/ags/audio/task/ags_open_file.h		\
-	src/ags/audio/task/ags_open_single_file.h	\
-	src/ags/audio/task/ags_remove_audio.h	\
-	src/ags/audio/task/ags_remove_audio_signal.h \
-	src/ags/audio/task/ags_remove_note.h	\
-	src/ags/audio/task/ags_remove_recall_container.h \
-	src/ags/audio/task/ags_remove_recall.h	\
-	src/ags/audio/task/ags_remove_region_from_selection.h \
-	src/ags/audio/task/ags_resize_audio.h	\
-	src/ags/audio/task/ags_set_audio_channels.h \
-	src/ags/audio/task/ags_set_buffer_size.h	\
-	src/ags/audio/task/ags_set_devout_play_flags.h \
-	src/ags/audio/task/ags_set_output_device.h	\
-	src/ags/audio/task/ags_set_samplerate.h	\
-	src/ags/audio/task/ags_start_devout.h	\
-	src/ags/audio/task/ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = 		\
-	src/ags/audio/task/ags_add_point_to_selection.h	\
-	src/ags/audio/task/ags_add_region_to_selection.h	\
-	src/ags/audio/task/ags_add_line_member.h	\
-	src/ags/audio/task/ags_add_bulk_member.h	\
-	src/ags/audio/task/ags_update_bulk_member.h	\
-	src/ags/audio/task/ags_change_indicator.h		\
-	src/ags/audio/task/ags_change_tact.h		\
-	src/ags/audio/task/ags_display_tact.h		\
-	src/ags/audio/task/ags_free_selection.h		\
-	src/ags/audio/task/ags_remove_point_from_selection.h \
-	src/ags/audio/task/ags_save_file.h			\
-	src/ags/audio/task/ags_scroll_on_play.h		\
-	src/ags/audio/task/ags_toggle_led.h		\
-	src/ags/audio/task/ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	src/ags/audio/task/ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	src/ags/audio/task/ags_add_audio.c		\
-	src/ags/audio/task/ags_add_audio_signal.c	\
-	src/ags/audio/task/ags_add_note.c		\
-	src/ags/audio/task/ags_add_recall_container.c \
-	src/ags/audio/task/ags_add_recall.c	\
-	src/ags/audio/task/ags_append_audio.c	\
-	src/ags/audio/task/ags_append_audio_threaded.c \
-	src/ags/audio/task/ags_append_channel.c	\
-	src/ags/audio/task/ags_append_recall.c	\
-	src/ags/audio/task/ags_apply_synth.c	\
-	src/ags/audio/task/ags_audio_set_recycling.c \
-	src/ags/audio/task/ags_cancel_audio.c	\
-	src/ags/audio/task/ags_cancel_channel.c	\
-	src/ags/audio/task/ags_cancel_recall.c	\
-	src/ags/audio/task/ags_channel_set_recycling.c \
-	src/ags/audio/task/ags_export_output.c	\
-	src/ags/audio/task/ags_init_audio.c	\
-	src/ags/audio/task/ags_init_channel.c	\
-	src/ags/audio/task/ags_link_channel.c	\
-	src/ags/audio/task/ags_open_file.c		\
-	src/ags/audio/task/ags_open_single_file.c	\
-	src/ags/audio/task/ags_remove_audio.c	\
-	src/ags/audio/task/ags_remove_audio_signal.c \
-	src/ags/audio/task/ags_remove_note.c	\
-	src/ags/audio/task/ags_remove_recall_container.c \
-	src/ags/audio/task/ags_remove_recall.c	\
-	src/ags/audio/task/ags_remove_region_from_selection.c \
-	src/ags/audio/task/ags_resize_audio.c	\
-	src/ags/audio/task/ags_set_audio_channels.c \
-	src/ags/audio/task/ags_set_buffer_size.c	\
-	src/ags/audio/task/ags_set_devout_play_flags.c \
-	src/ags/audio/task/ags_set_output_device.c	\
-	src/ags/audio/task/ags_set_samplerate.c	\
-	src/ags/audio/task/ags_start_devout.c	\
-	src/ags/audio/task/ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = 		\
-	src/ags/audio/task/ags_add_line_member.c	\
-	src/ags/audio/task/ags_add_bulk_member.c	\
-	src/ags/audio/task/ags_update_bulk_member.c	\
-	src/ags/audio/task/ags_add_point_to_selection.c	\
-	src/ags/audio/task/ags_add_region_to_selection.c	\
-	src/ags/audio/task/ags_change_indicator.c		\
-	src/ags/audio/task/ags_change_tact.c		\
-	src/ags/audio/task/ags_display_tact.c		\
-	src/ags/audio/task/ags_free_selection.c		\
-	src/ags/audio/task/ags_remove_point_from_selection.c \
-	src/ags/audio/task/ags_save_file.c			\
-	src/ags/audio/task/ags_scroll_on_play.c		\
-	src/ags/audio/task/ags_toggle_led.c		\
-	src/ags/audio/task/ags_toggle_pattern_bit.c
-
-deprecated_ags_audio_task_recall_h_sources =
-
-ags_audio_task_recall_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.h		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.h \
-	src/ags/audio/task/recall/ags_apply_tact.h	\
-	src/ags/audio/task/recall/ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources =
-
-ags_audio_task_recall_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.c		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.c \
-	src/ags/audio/task/recall/ags_apply_tact.c	\
-	src/ags/audio/task/recall/ags_set_muted.c
-
-# gsequencer all files
-gsequencer_main_h_sources = \
-	src/ags/main.h
-
-gsequencer_main_c_sources = \
-	src/ags/main.c
-
-deprecated_gsequencer_server_h_sources = 
-
-gsequencer_server_h_sources = \
-	$(deprecated_gsequencer_server_h_sources) \
-	src/ags/server/ags_server_init.h		\
-	src/ags/server/ags_server_application_context.h	\
-	src/ags/server/ags_service_provider.h 		\
-	src/ags/server/ags_registry.h			\
-	src/ags/server/ags_remote_task.h		\
-	src/ags/server/ags_server.h
-
-deprecated_gsequencer_server_c_sources = 
-
-gsequencer_server_c_sources = \
-	$(deprecated_gsequencer_server_c_sources) \
-	src/ags/server/ags_server_init.c		\
-	src/ags/server/ags_server_application_context.c	\
-	src/ags/server/ags_service_provider.c 		\
-	src/ags/server/ags_registry.c			\
-	src/ags/server/ags_remote_task.c		\
-	src/ags/server/ags_server.c
-
-
-deprecated_gsequencer_xorg_h_sources =
-
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	src/ags/X/ags_xorg_init.h			\
-	src/ags/X/ags_xorg_application_context.h	\
-	src/ags/X/ags_audio_preferences_callbacks.h	\
-	src/ags/X/ags_audio_preferences.h		\
-	src/ags/X/ags_automation_editor_callbacks.h	\
-	src/ags/X/ags_automation_editor.h		\
-	src/ags/X/ags_editor_callbacks.h		\
-	src/ags/X/ags_editor.h				\
-	src/ags/X/ags_effect_bridge_callbacks.h		\
-	src/ags/X/ags_effect_bridge.h			\
-	src/ags/X/ags_effect_bulk_callbacks.h		\
-	src/ags/X/ags_effect_bulk.h			\
-	src/ags/X/ags_bulk_member_callbacks.h		\
-	src/ags/X/ags_bulk_member.h			\
-	src/ags/X/ags_effect_line_callbacks.h		\
-	src/ags/X/ags_effect_line.h			\
-	src/ags/X/ags_effect_pad_callbacks.h		\
-	src/ags/X/ags_effect_pad.h			\
-	src/ags/X/ags_export_window_callbacks.h		\
-	src/ags/X/ags_export_window.h			\
-	src/ags/X/ags_generic_preferences_callbacks.h	\
-	src/ags/X/ags_generic_preferences.h		\
-	src/ags/X/ags_ladspa_browser_callbacks.h	\
-	src/ags/X/ags_ladspa_browser.h			\
-	src/ags/X/ags_line_callbacks.h 			\
-	src/ags/X/ags_line_editor_callbacks.h		\
-	src/ags/X/ags_line_editor.h			\
-	src/ags/X/ags_line.h				\
-	src/ags/X/ags_line_member_callbacks.h		\
-	src/ags/X/ags_line_member_editor_callbacks.h	\
-	src/ags/X/ags_line_member_editor.h		\
-	src/ags/X/ags_line_member.h			\
-	src/ags/X/ags_link_collection_editor_callbacks.h	\
-	src/ags/X/ags_link_collection_editor.h		\
-	src/ags/X/ags_link_editor_callbacks.h		\
-	src/ags/X/ags_link_editor.h			\
-	src/ags/X/ags_listing_editor_callbacks.h	\
-	src/ags/X/ags_listing_editor.h			\
-	src/ags/X/ags_machine_callbacks.h		\
-	src/ags/X/ags_machine_editor_callbacks.h	\
-	src/ags/X/ags_machine_editor.h			\
-	src/ags/X/ags_machine.h				\
-	src/ags/X/ags_menu_bar_callbacks.h		\
-	src/ags/X/ags_menu_bar.h 			\
-	src/ags/X/ags_navigation_callbacks.h		\
-	src/ags/X/ags_navigation.h			\
-	src/ags/X/ags_pad_callbacks.h			\
-	src/ags/X/ags_pad_editor_callbacks.h 		\
-	src/ags/X/ags_pad_editor.h			\
-	src/ags/X/ags_pad.h				\
-	src/ags/X/ags_performance_preferences_callbacks.h	\
-	src/ags/X/ags_performance_preferences.h		\
-	src/ags/X/ags_plugin_preferences_callbacks.h	\
-	src/ags/X/ags_plugin_preferences.h		\
-	src/ags/X/ags_preferences_callbacks.h		\
-	src/ags/X/ags_preferences.h			\
-	src/ags/X/ags_property_collection_editor_callbacks.h \
-	src/ags/X/ags_property_collection_editor.h	\
-	src/ags/X/ags_property_editor_callbacks.h	\
-	src/ags/X/ags_property_editor.h			\
-	src/ags/X/ags_property_listing_editor.h		\
-	src/ags/X/ags_resize_editor.h			\
-	src/ags/X/ags_server_preferences_callbacks.h	\
-	src/ags/X/ags_server_preferences.h		\
-	src/ags/X/ags_window_callbacks.h		\
-	src/ags/X/ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) 	\
-	src/ags/X/ags_xorg_init.c			\
-	src/ags/X/ags_xorg_application_context.c	\
-	src/ags/X/ags_audio_preferences_callbacks.c	\
-	src/ags/X/ags_audio_preferences.c		\
-	src/ags/X/ags_automation_editor_callbacks.c	\
-	src/ags/X/ags_automation_editor.c		\
-	src/ags/X/ags_editor_callbacks.c		\
-	src/ags/X/ags_editor.c				\
-	src/ags/X/ags_effect_bridge_callbacks.c		\
-	src/ags/X/ags_effect_bridge.c			\
-	src/ags/X/ags_effect_bulk_callbacks.c		\
-	src/ags/X/ags_effect_bulk.c			\
-	src/ags/X/ags_bulk_member.c			\
-	src/ags/X/ags_bulk_member_callbacks.c		\
-	src/ags/X/ags_effect_line_callbacks.c		\
-	src/ags/X/ags_effect_line.c			\
-	src/ags/X/ags_effect_pad_callbacks.c		\
-	src/ags/X/ags_effect_pad.c			\
-	src/ags/X/ags_export_window_callbacks.c		\
-	src/ags/X/ags_export_window.c			\
-	src/ags/X/ags_generic_preferences_callbacks.c	\
-	src/ags/X/ags_generic_preferences.c		\
-	src/ags/X/ags_ladspa_browser_callbacks.c	\
-	src/ags/X/ags_ladspa_browser.c			\
-	src/ags/X/ags_line_callbacks.c 			\
-	src/ags/X/ags_line_editor_callbacks.c		\
-	src/ags/X/ags_line_editor.c			\
-	src/ags/X/ags_line.c				\
-	src/ags/X/ags_line_member_callbacks.c		\
-	src/ags/X/ags_line_member_editor_callbacks.c	\
-	src/ags/X/ags_line_member_editor.c		\
-	src/ags/X/ags_line_member.c			\
-	src/ags/X/ags_link_collection_editor_callbacks.c	\
-	src/ags/X/ags_link_collection_editor.c		\
-	src/ags/X/ags_link_editor_callbacks.c		\
-	src/ags/X/ags_link_editor.c			\
-	src/ags/X/ags_listing_editor_callbacks.c	\
-	src/ags/X/ags_listing_editor.c			\
-	src/ags/X/ags_machine_callbacks.c		\
-	src/ags/X/ags_machine_editor_callbacks.c	\
-	src/ags/X/ags_machine_editor.c			\
-	src/ags/X/ags_machine.c				\
-	src/ags/X/ags_menu_bar_callbacks.c		\
-	src/ags/X/ags_menu_bar.c 			\
-	src/ags/X/ags_navigation_callbacks.c		\
-	src/ags/X/ags_navigation.c			\
-	src/ags/X/ags_pad_callbacks.c			\
-	src/ags/X/ags_pad_editor_callbacks.c 		\
-	src/ags/X/ags_pad_editor.c			\
-	src/ags/X/ags_pad.c				\
-	src/ags/X/ags_performance_preferences_callbacks.c	\
-	src/ags/X/ags_performance_preferences.c		\
-	src/ags/X/ags_plugin_preferences_callbacks.c	\
-	src/ags/X/ags_plugin_preferences.c		\
-	src/ags/X/ags_preferences_callbacks.c		\
-	src/ags/X/ags_preferences.c			\
-	src/ags/X/ags_property_collection_editor_callbacks.c \
-	src/ags/X/ags_property_collection_editor.c	\
-	src/ags/X/ags_property_editor_callbacks.c	\
-	src/ags/X/ags_property_editor.c			\
-	src/ags/X/ags_property_listing_editor.c		\
-	src/ags/X/ags_resize_editor.c			\
-	src/ags/X/ags_server_preferences_callbacks.c	\
-	src/ags/X/ags_server_preferences.c		\
-	src/ags/X/ags_window_callbacks.c		\
-	src/ags/X/ags_window.c
-
-deprecated_gsequencer_machine_h_sources =
-
-gsequencer_machine_h_sources = \
-	$(deprecated_gsequencer_machine_h_sources) \
-	src/ags/X/machine/ags_drum_callbacks.h			\
-	src/ags/X/machine/ags_drum.h				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_line.h			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_pad.h			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_line.h		\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_pad.h			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bridge.h			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.h		\
-	src/ags/X/machine/ags_ffplayer_callbacks.h		\
-	src/ags/X/machine/ags_ffplayer.h			\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_line.h		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_pad.h		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.h		\
-	src/ags/X/machine/ags_ladspa_bridge.h			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.h		\
-	src/ags/X/machine/ags_matrix_bridge.h			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_matrix_bulk_input.h		\
-	src/ags/X/machine/ags_matrix_callbacks.h		\
-	src/ags/X/machine/ags_matrix.h				\
-	src/ags/X/machine/ags_mixer_callbacks.h			\
-	src/ags/X/machine/ags_mixer.h				\
-	src/ags/X/machine/ags_mixer_input_line.h		\
-	src/ags/X/machine/ags_mixer_input_pad.h			\
-	src/ags/X/machine/ags_oscillator_callbacks.h		\
-	src/ags/X/machine/ags_oscillator.h			\
-	src/ags/X/machine/ags_panel_callbacks.h			\
-	src/ags/X/machine/ags_panel.h				\
-	src/ags/X/machine/ags_panel_input_line.h		\
-	src/ags/X/machine/ags_panel_input_pad.h			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.h		\
-	src/ags/X/machine/ags_synth_bridge.h			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.h	\
-	src/ags/X/machine/ags_synth_bulk_output.h		\
-	src/ags/X/machine/ags_synth_callbacks.h			\
-	src/ags/X/machine/ags_synth.h				\
-	src/ags/X/machine/ags_synth_input_line.h		\
-	src/ags/X/machine/ags_synth_input_pad.h			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_line.h		\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_pad.h
-
-deprecated_gsequencer_machine_c_sources = 
-
-gsequencer_machine_c_sources = \
-	$(deprecated_gsequencer_machine_c_sources) \
-	src/ags/X/machine/ags_drum_callbacks.c			\
-	src/ags/X/machine/ags_drum.c				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_line.c			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_pad.c			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.c	\
-	src/ags/X/machine/ags_drum_output_line.c			\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_output_pad.c			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer_bridge.c			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.c		\
-	src/ags/X/machine/ags_ffplayer_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer.c				\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_line.c		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_pad.c		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ladspa_bridge.c			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.c		\
-	src/ags/X/machine/ags_matrix_bridge.c			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_matrix_bulk_input.c			\
-	src/ags/X/machine/ags_matrix_callbacks.c			\
-	src/ags/X/machine/ags_matrix.c				\
-	src/ags/X/machine/ags_mixer_callbacks.c			\
-	src/ags/X/machine/ags_mixer.c				\
-	src/ags/X/machine/ags_mixer_input_line.c			\
-	src/ags/X/machine/ags_mixer_input_pad.c			\
-	src/ags/X/machine/ags_oscillator_callbacks.c		\
-	src/ags/X/machine/ags_oscillator.c			\
-	src/ags/X/machine/ags_panel_callbacks.c			\
-	src/ags/X/machine/ags_panel.c				\
-	src/ags/X/machine/ags_panel_input_line.c			\
-	src/ags/X/machine/ags_panel_input_pad.c			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.c		\
-	src/ags/X/machine/ags_synth_bridge.c			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.c	\
-	src/ags/X/machine/ags_synth_bulk_output.c			\
-	src/ags/X/machine/ags_synth_callbacks.c			\
-	src/ags/X/machine/ags_synth.c				\
-	src/ags/X/machine/ags_synth_input_line.c			\
-	src/ags/X/machine/ags_synth_input_pad.c			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_line.c			\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_pad.c
-
-deprecated_gsequencer_editor_h_sources = 
-
-gsequencer_editor_h_sources = \
-	$(deprecated_gsequencer_editor_h_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.h		\
-	src/ags/X/editor/ags_automation_area.h			\
-	src/ags/X/editor/ags_automation_edit_callbacks.h		\
-	src/ags/X/editor/ags_automation_edit.h			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.h	\
-	src/ags/X/editor/ags_automation_toolbar.h		\
-	src/ags/X/editor/ags_file_selection_callbacks.h		\
-	src/ags/X/editor/ags_file_selection.h			\
-	src/ags/X/editor/ags_inline_player_callbacks.h		\
-	src/ags/X/editor/ags_inline_player.h			\
-	src/ags/X/editor/ags_machine_radio_button.h		\
-	src/ags/X/editor/ags_machine_selection.h			\
-	src/ags/X/editor/ags_machine_selector_callbacks.h	\
-	src/ags/X/editor/ags_machine_selector.h			\
-	src/ags/X/editor/ags_meter_callbacks.h			\
-	src/ags/X/editor/ags_meter.h				\
-	src/ags/X/editor/ags_notebook_callbacks.h		\
-	src/ags/X/editor/ags_notebook.h				\
-	src/ags/X/editor/ags_note_edit_callbacks.h		\
-	src/ags/X/editor/ags_note_edit.h				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.h		\
-	src/ags/X/editor/ags_pattern_edit.h			\
-	src/ags/X/editor/ags_port_selection_callbacks.h		\
-	src/ags/X/editor/ags_port_selection.h			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.h		\
-	src/ags/X/editor/ags_sf2_chooser.h			\
-	src/ags/X/editor/ags_soundset_callbacks.h		\
-	src/ags/X/editor/ags_soundset.h				\
-	src/ags/X/editor/ags_toolbar_callbacks.h			\
-	src/ags/X/editor/ags_toolbar.h				\
-	src/ags/X/editor/ags_toolbar_mode_stock.h
-
-deprecated_gsequencer_editor_c_sources = 
-
-gsequencer_editor_c_sources = \
-	$(deprecated_gsequencer_editor_c_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.c		\
-	src/ags/X/editor/ags_automation_area.c			\
-	src/ags/X/editor/ags_automation_edit_callbacks.c		\
-	src/ags/X/editor/ags_automation_edit.c			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.c	\
-	src/ags/X/editor/ags_automation_toolbar.c		\
-	src/ags/X/editor/ags_file_selection_callbacks.c		\
-	src/ags/X/editor/ags_file_selection.c			\
-	src/ags/X/editor/ags_inline_player_callbacks.c		\
-	src/ags/X/editor/ags_inline_player.c			\
-	src/ags/X/editor/ags_machine_radio_button.c		\
-	src/ags/X/editor/ags_machine_selection.c			\
-	src/ags/X/editor/ags_machine_selector_callbacks.c	\
-	src/ags/X/editor/ags_machine_selector.c			\
-	src/ags/X/editor/ags_meter_callbacks.c			\
-	src/ags/X/editor/ags_meter.c				\
-	src/ags/X/editor/ags_notebook_callbacks.c		\
-	src/ags/X/editor/ags_notebook.c				\
-	src/ags/X/editor/ags_note_edit_callbacks.c		\
-	src/ags/X/editor/ags_note_edit.c				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.c		\
-	src/ags/X/editor/ags_pattern_edit.c			\
-	src/ags/X/editor/ags_port_selection_callbacks.c		\
-	src/ags/X/editor/ags_port_selection.c			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.c		\
-	src/ags/X/editor/ags_sf2_chooser.c			\
-	src/ags/X/editor/ags_soundset_callbacks.c		\
-	src/ags/X/editor/ags_soundset.c				\
-	src/ags/X/editor/ags_toolbar_callbacks.c			\
-	src/ags/X/editor/ags_toolbar.c
-
-deprecated_gsequencer_file_h_sources =
-
-gsequencer_file_h_sources = \
-	$(deprecated_gsequencer_file_h_sources) \
-	src/ags/file/ags_file_gui.h			\
-	src/ags/file/ags_file.h			\
-	src/ags/file/ags_file_id_ref.h		\
-	src/ags/file/ags_file_launch.h		\
-	src/ags/file/ags_file_link.h			\
-	src/ags/file/ags_file_lookup.h		\
-	src/ags/file/ags_file_read.h			\
-	src/ags/file/ags_file_sound.h		\
-	src/ags/file/ags_file_stock.h		\
-	src/ags/file/ags_file_thread.h		\
-	src/ags/file/ags_file_util.h			\
-	src/ags/file/ags_file_value_factory.h	\
-	src/ags/file/ags_file_write.h
-
-deprecated_gsequencer_file_c_sources = 
+# application
+ags_CFLAGS=$(CFLAGS) $(UUID_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBAO_CFLAGS) $(LIBXML2_CFLAGS) $(OPENSSL_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS) $(XMLRPC_CFLAGS) $(XMLRPC_UTIL_CFLAGS) $(XMLRPC_SERVER_ABYSS_CFLAGS) $(XMLRPC_SERVER_CGI_CFLAGS) $(XMLRPC_SERVER_CFLAGS) $(PTH_FLAGS)
+ags_LDFLAGS=-ldl $(LDFLAGS) $(UUID_LIBS) $(LIBASOUND2_LIBS) $(LIBAO_LIBS) $(LIBXML2_LIBS) $(OPENSSL_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS) $(XMLRPC_LIBS) $(XMLRPC_UTIL_LIBS) $(XMLRPC_SERVER_ABYSS_LIBS) $(XMLRPC_SERVER_CGI_LIBS) $(XMLRPC_SERVER_LIBS) -lm -lrt -lX11 -pthread
+ags_LDADD=libags.a
 
-gsequencer_file_c_sources = \
-	$(deprecated_gsequencer_file_c_sources) \
-	src/ags/file/ags_file_gui.c			\
-	src/ags/file/ags_file.c			\
-	src/ags/file/ags_file_id_ref.c		\
-	src/ags/file/ags_file_launch.c		\
-	src/ags/file/ags_file_link.c			\
-	src/ags/file/ags_file_lookup.c		\
-	src/ags/file/ags_file_sound.c		\
-	src/ags/file/ags_file_thread.c		\
-	src/ags/file/ags_file_util.c
+ags_SOURCES = src/ags/lib/ags_combo_box_text.c src/ags/lib/ags_list.c src/ags/lib/ags_container.c src/ags/lib/ags_parameter.h src/ags/lib/ags_list.h src/ags/lib/ags_log.c src/ags/lib/ags_container.h src/ags/lib/ags_combo_box_text.h src/ags/lib/ags_log.h src/ags/lib/ags_parameter.c src/ags/X/editor/ags_notebook_callbacks.c src/ags/X/editor/ags_meter.h src/ags/X/editor/ags_toolbar.h src/ags/X/editor/ags_machine_radio_button.h src/ags/X/editor/ags_file_selection_callbacks.h src/ags/X/editor/ags_notebook_callbacks.h src/ags/X/editor/ags_note_edit.h src/ags/X/editor/ags_meter_callbacks.c src/ags/X/editor/ags_notebook.h src/ags/X/editor/ags_sf2_chooser.h src/ags/X/editor/ags_toolbar_mode_stock.h src/ags/X/editor/ags_meter_callbacks.h src/ags/X/editor/ags_toolbar_callbacks.c src/ags/X/editor/ags_machine_selector.c src/ags/X/editor/ags_machine_selector_callbacks.c src/ags/X/editor/ags_machine_radio_button.c src/ags/X/editor/ags_sf2_chooser.c src/ags/X/editor/ags_machine_selector_callbacks.h src/ags/X/editor/ags_sf2_chooser_callbacks.c src/ags/X/editor/ags_notebook.c src/ags/X/editor/ags_note_edit_callbacks.c src/ags/X/editor/ags_file_selection_callbacks.c src/ags/X/editor/ags_machine_selection.c src/ags/X/editor/ags_inline_player_callbacks.h src/ags/X/editor/ags_inline_player.c src/ags/X/editor/ags_meter.c src/ags/X/editor/ags_file_selection.h src/ags/X/editor/ags_inline_player.h src/ags/X/editor/ags_sf2_chooser_callbacks.h src/ags/X/editor/ags_file_selection.c src/ags/X/editor/ags_machine_selector.h src/ags/X/editor/ags_note_edit_callbacks.h src/ags/X/editor/ags_note_edit.c src/ags/X/editor/ags_inline_player_callbacks.c src/ags/X/editor/ags_toolbar_callbacks.h src/ags/X/editor/ags_machine_selection.h src/ags/X/editor/ags_toolbar.c src/ags/X/ags_line_callbacks.h src/ags/X/ags_plugin_preferences.c src/ags/X/ags_link_editor.c src/ags/X/ags_pad_callbacks.h src/ags/X/ags_machine_callbacks.c src/ags/X/ags_server_preferences_callbacks.h src/ags/X/ags_listing_editor_callbacks.c src/ags/X/ags_link_collection_editor_callbacks.c src/ags/X/ags_generic_preferences_callbacks.c src/ags/X/ags_property_collection_editor_callbacks.c src/ags/X/ags_property_collection_editor.h src/ags/X/ags_resize_editor.h src/ags/X/ags_property_editor.h src/ags/X/ags_window_callbacks.h src/ags/X/ags_property_editor_callbacks.c src/ags/X/machine/ags_synth_callbacks.h src/ags/X/machine/ags_synth.c src/ags/X/machine/ags_mixer.c src/ags/X/machine/ags_matrix_callbacks.c src/ags/X/machine/ags_panel_input_line.c src/ags/X/machine/ags_synth_input_line.c src/ags/X/machine/ags_drum_callbacks.h src/ags/X/machine/ags_mixer_callbacks.c src/ags/X/machine/ags_synth_callbacks.c src/ags/X/machine/ags_ffplayer_callbacks.h src/ags/X/machine/ags_drum_input_line.h src/ags/X/machine/ags_matrix.h src/ags/X/machine/ags_mixer_input_line.c src/ags/X/machine/ags_oscillator.c src/ags/X/machine/ags_oscillator.h src/ags/X/machine/ags_oscillator_callbacks.h src/ags/X/machine/ags_mixer.h src/ags/X/machine/ags_panel_input_pad.h src/ags/X/machine/ags_panel_input_pad.c src/ags/X/machine/ags_matrix.c src/ags/X/machine/ags_panel.h src/ags/X/machine/ags_drum_output_line_callbacks.c src/ags/X/machine/ags_ffplayer.h src/ags/X/machine/ags_panel_callbacks.c src/ags/X/machine/ags_mixer_input_pad.c src/ags/X/machine/ags_panel.c src/ags/X/machine/ags_drum.c src/ags/X/machine/ags_matrix_callbacks.h src/ags/X/machine/ags_drum_output_line.h src/ags/X/machine/ags_drum_output_pad.h src/ags/X/machine/ags_synth_input_pad.h src/ags/X/machine/ags_panel_callbacks.h src/ags/X/machine/ags_ffplayer.c src/ags/X/machine/ags_drum_output_line_callbacks.h src/ags/X/machine/ags_drum_output_pad_callbacks.c src/ags/X/machine/ags_drum_output_pad_callbacks.h src/ags/X/machine/ags_drum_input_pad_callbacks.h src/ags/X/machine/ags_oscillator_callbacks.c src/ags/X/machine/ags_drum_callbacks.c src/ags/X/machine/ags_synth_input_line.h src/ags/X/machine/ags_drum_input_pad_callbacks.c src/ags/X/machine/ags_drum_input_pad.c src/ags/X/machine/ags_panel_input_line.h src/ags/X/machine/ags_drum_input_line_callbacks.h src/ags/X/machine/ags_drum_output_line.c src/ags/X/machine/ags_mixer_callbacks.h src/ags/X/machine/ags_synth.h src/ags/X/machine/ags_mixer_input_line.h src/ags/X/machine/ags_drum.h src/ags/X/machine/ags_drum_input_line.c src/ags/X/machine/ags_ffplayer_callbacks.c src/ags/X/machine/ags_drum_output_pad.c src/ags/X/machine/ags_drum_input_pad.h src/ags/X/machine/ags_drum_input_line_callbacks.c src/ags/X/machine/ags_mixer_input_pad.h src/ags/X/machine/ags_synth_input_pad.c src/ags/X/ags_server_preferences.h src/ags/X/ags_line_editor_callbacks.h src/ags/X/ags_pad_editor_callbacks.c src/ags/X/ags_listing_editor_callbacks.h src/ags/X/ags_line_member_callbacks.c src/ags/X/ags_editor.h src/ags/X/ags_machine_editor.h src/ags/X/ags_plugin_preferences_callbacks.h src/ags/X/ags_export_window_callbacks.h src/ags/X/ags_editor_callbacks.c src/ags/X/ags_pad_editor.h src/ags/X/ags_server_preferences.c src/ags/X/ags_line_editor.c src/ags/X/ags_ladspa_browser.h src/ags/X/ags_audio_preferences.c src/ags/X/ags_pad.c src/ags/X/ags_line.c src/ags/X/ags_menu_bar_callbacks.c src/ags/X/ags_generic_preferences_callbacks.h src/ags/X/ags_pad.h src/ags/X/ags_audio_preferences_callbacks.h src/ags/X/ags_generic_preferences.c src/ags/X/ags_window.c src/ags/X/ags_machine_editor_callbacks.h src/ags/X/ags_editor_callbacks.h src/ags/X/ags_menu_bar_callbacks.h src/ags/X/ags_line_member_editor.h src/ags/X/ags_property_collection_editor_callbacks.h src/ags/X/ags_line_editor_callbacks.c src/ags/X/ags_property_editor.c src/ags/X/ags_link_editor_callbacks.c src/ags/X/ags_server_preferences_callbacks.c src/ags/X/ags_pad_callbacks.c src/ags/X/ags_line_member.h src/ags/X/ags_audio_preferences_callbacks.c src/ags/X/ags_performance_preferences.h src/ags/X/ags_property_collection_editor.c src/ags/X/ags_performance_preferences_callbacks.h src/ags/X/ags_line.h src/ags/X/ags_machine.c src/ags/X/ags_preferences_callbacks.c src/ags/X/ags_export_window.c src/ags/X/ags_menu_bar.c src/ags/X/ags_plugin_preferences_callbacks.c src/ags/X/ags_line_member_callbacks.h src/ags/X/ags_preferences.c src/ags/X/ags_export_window.h src/ags/X/ags_pad_editor_callbacks.h src/ags/X/ags_window.h src/ags/X/ags_machine_callbacks.h src/ags/X/ags_machine.h src/ags/X/ags_line_callbacks.c src/ags/X/ags_link_editor_callbacks.h src/ags/X/ags_navigation_callbacks.h src/ags/X/ags_pad_editor.c src/ags/X/ags_ladspa_browser.c src/ags/X/ags_editor.c src/ags/X/ags_resize_editor.c src/ags/X/ags_property_listing_editor.c src/ags/X/ags_property_editor_callbacks.h src/ags/X/ags_line_member_editor_callbacks.h src/ags/X/ags_window_callbacks.c src/ags/X/ags_audio_preferences.h src/ags/X/ags_navigation_callbacks.c src/ags/X/ags_plugin_preferences.h src/ags/X/ags_performance_preferences_callbacks.c src/ags/X/ags_line_member.c src/ags/X/ags_preferences.h src/ags/X/ags_generic_preferences.h src/ags/X/ags_navigation.h src/ags/X/ags_listing_editor.h src/ags/X/ags_performance_preferences.c src/ags/X/ags_link_editor.h src/ags/X/ags_ladspa_browser_callbacks.c src/ags/X/ags_link_collection_editor.c src/ags/X/ags_preferences_callbacks.h src/ags/X/ags_machine_editor_callbacks.c src/ags/X/ags_menu_bar.h src/ags/X/ags_export_window_callbacks.c src/ags/X/ags_line_member_editor_callbacks.c src/ags/X/ags_link_collection_editor.h src/ags/X/ags_link_collection_editor_callbacks.h src/ags/X/ags_property_listing_editor.h src/ags/X/ags_navigation.c src/ags/X/ags_machine_editor.c src/ags/X/ags_line_member_editor.c src/ags/X/ags_ladspa_browser_callbacks.h src/ags/X/ags_line_editor.h src/ags/X/ags_listing_editor.c src/ags/object/ags_applicable.c src/ags/object/ags_seekable.h src/ags/object/ags_packable.c src/ags/object/ags_persistable.h src/ags/object/ags_packable.h src/ags/object/ags_applicable.h src/ags/object/ags_main_loop.c src/ags/object/ags_soundcard.c src/ags/object/ags_marshal.c src/ags/object/ags_mutable.h src/ags/object/ags_plugin.h src/ags/object/ags_stackable.h src/ags/object/ags_runnable.c src/ags/object/ags_tactable.h src/ags/object/ags_mutable.c src/ags/object/ags_runnable.h src/ags/object/ags_effect.c src/ags/object/ags_playable.c src/ags/object/ags_dynamic_connectable.c src/ags/object/ags_seekable.c src/ags/object/ags_countable.c src/ags/object/ags_plugin.c src/ags/object/ags_tree_iterator.h src/ags/object/ags_playable.h src/ags/object/ags_effect.h src/ags/object/ags_soundcard.h src/ags/object/ags_countable.h src/ags/object/ags_marshal.h src/ags/object/ags_portlet.h src/ags/object/ags_dynamic_connectable.h src/ags/object/ags_tactable.c src/ags/object/ags_tree_iterator.c src/ags/object/ags_persistable.c src/ags/object/ags_main_loop.h src/ags/object/ags_stackable.c src/ags/object/ags_portlet.c src/ags/util/ags_id_generator.c src/ags/util/ags_id_generator.h src/ags/widget/ags_led.h src/ags/widget/ags_expander_set.c src/ags/widget/ags_expander_set.h src/ags/widget/ags_menu.c src/ags/widget/ags_hindicator.h src/ags/widget/ags_menu.h src/ags/widget/ags_timebar.c src/ags/widget/ags_dial.c src/ags/widget/ags_ruler.h src/ags/widget/ags_dial.h src/ags/widget/ags_segment.c src/ags/widget/ags_htimebar.c src/ags/widget/ags_option_menu.h src/ags/widget/ags_indicator.c src/ags/widget/ags_htimebar.h src/ags/widget/ags_option_menu.c src/ags/widget/ags_expander.h src/ags/widget/ags_menu_item.h src/ags/widget/ags_hindicator.c src/ags/widget/ags_cartesian.h src/ags/widget/ags_indicator.h src/ags/widget/ags_cartesian.c src/ags/widget/ags_menu_item.c src/ags/widget/ags_waveform.c src/ags/widget/ags_ruler.c src/ags/widget/ags_expander.c src/ags/widget/ags_vindicator.c src/ags/widget/ags_timebar.h src/ags/widget/ags_led.c src/ags/widget/ags_waveform.h src/ags/widget/ags_table.c src/ags/widget/ags_table.h src/ags/widget/ags_vindicator.h src/ags/widget/ags_segment.h src/ags/main.c src/ags/audio/task/ags_export_output.h src/ags/audio/task/ags_set_output_device.c src/ags/audio/task/ags_add_audio.h src/ags/audio/task/ags_set_samplerate.c src/ags/audio/task/ags_remove_point_from_selection.c src/ags/audio/task/ags_save_file.h src/ags/audio/task/ags_set_buffer_size.h src/ags/audio/task/ags_link_channel.c src/ags/audio/task/ags_save_file.c src/ags/audio/task/ags_append_audio_threaded.h src/ags/audio/task/ags_cancel_channel.h src/ags/audio/task/ags_apply_synth.h src/ags/audio/task/ags_append_recall.h src/ags/audio/task/ags_add_audio_signal.c src/ags/audio/task/ags_unref_audio_signal.c src/ags/audio/task/ags_remove_region_from_selection.c src/ags/audio/task/ags_change_indicator.h src/ags/audio/task/ags_remove_point_from_selection.h src/ags/audio/task/ags_set_audio_channels.h src/ags/audio/task/ags_scroll_on_play.h src/ags/audio/task/ags_remove_audio.h src/ags/audio/task/ags_remove_recall_container.c src/ags/audio/task/ags_remove_recall.c src/ags/audio/task/ags_append_recall.c src/ags/audio/task/ags_free_selection.h src/ags/audio/task/ags_add_recall_container.c src/ags/audio/task/ags_add_recall.c src/ags/audio/task/ags_export_output.c src/ags/audio/task/ags_init_channel.h src/ags/audio/task/ags_remove_note.c src/ags/audio/task/ags_apply_wavetable.h src/ags/audio/task/ags_add_audio_signal.h src/ags/audio/task/ags_cancel_recall.h src/ags/audio/task/ags_set_audio_channels.c src/ags/audio/task/ags_cancel_audio.c src/ags/audio/task/ags_unref_audio_signal.h src/ags/audio/task/ags_add_region_to_selection.c src/ags/audio/task/ags_change_tact.h src/ags/audio/task/ags_init_audio.c src/ags/audio/task/ags_channel_set_recycling.c src/ags/audio/task/ags_display_tact.c src/ags/audio/task/ags_add_point_to_selection.h src/ags/audio/task/ags_toggle_pattern_bit.h src/ags/audio/task/ags_append_channel.c src/ags/audio/task/ags_change_indicator.c src/ags/audio/task/ags_add_note.c src/ags/audio/task/ags_channel_set_recycling.h src/ags/audio/task/ags_cancel_audio.h src/ags/audio/task/recall/ags_set_muted.c src/ags/audio/task/recall/ags_set_muted.h src/ags/audio/task/recall/ags_apply_sequencer_length.c src/ags/audio/task/recall/ags_apply_bpm.h src/ags/audio/task/recall/ags_apply_tact.c src/ags/audio/task/recall/ags_apply_bpm.c src/ags/audio/task/recall/ags_apply_sequencer_length.h src/ags/audio/task/recall/ags_apply_tact.h src/ags/audio/task/ags_remove_region_from_selection.h src/ags/audio/task/ags_cancel_channel.c src/ags/audio/task/ags_add_recall_container.h src/ags/audio/task/ags_add_recall.h src/ags/audio/task/ags_add_note.h src/ags/audio/task/ags_start_devout.c src/ags/audio/task/ags_append_audio_threaded.c src/ags/audio/task/ags_append_audio.c src/ags/audio/task/ags_init_channel.c src/ags/audio/task/ags_remove_audio_signal.h src/ags/audio/task/ags_toggle_led.c src/ags/audio/task/ags_set_buffer_size.c src/ags/audio/task/ags_add_region_to_selection.h src/ags/audio/task/ags_audio_set_recycling.h src/ags/audio/task/ags_toggle_led.h src/ags/audio/task/ags_resize_audio.h src/ags/audio/task/ags_free_selection.c src/ags/audio/task/ags_add_audio.c src/ags/audio/task/ags_set_samplerate.h src/ags/audio/task/ags_apply_synth.c src/ags/audio/task/ags_open_single_file.h src/ags/audio/task/ags_remove_audio.c src/ags/audio/task/ags_cancel_recall.c src/ags/audio/task/ags_init_audio.h src/ags/audio/task/ags_remove_note.h src/ags/audio/task/ags_remove_audio_signal.c src/ags/audio/task/ags_audio_set_recycling.c src/ags/audio/task/ags_add_point_to_selection.c src/ags/audio/task/ags_scroll_on_play.c src/ags/audio/task/ags_set_devout_play_flags.c src/ags/audio/task/ags_apply_wavetable.c src/ags/audio/task/ags_add_line_member.c src/ags/audio/task/ags_open_file.h src/ags/audio/task/ags_set_output_device.h src/ags/audio/task/ags_toggle_pattern_bit.c src/ags/audio/task/ags_open_file.c src/ags/audio/task/ags_open_single_file.c src/ags/audio/task/ags_append_audio.h src/ags/audio/task/ags_start_devout.h src/ags/audio/task/ags_display_tact.h src/ags/audio/task/ags_remove_recall_container.h src/ags/audio/task/ags_remove_recall.h src/ags/audio/task/ags_change_tact.c src/ags/audio/task/ags_append_channel.h src/ags/audio/task/ags_resize_audio.c src/ags/audio/task/ags_link_channel.h src/ags/audio/task/ags_add_line_member.h src/ags/audio/task/ags_set_devout_play_flags.h src/ags/audio/ags_devout.c src/ags/audio/ags_recall_channel.h src/ags/audio/ags_timestamp_factory.h src/ags/audio/ags_garbage_collector.c src/ags/audio/ags_garbage_collector.h src/ags/audio/ags_recall_container.c src/ags/audio/ags_timestamp.c src/ags/audio/ags_channel_iter.h src/ags/audio/ags_recall_channel_run.c src/ags/audio/ags_audio.h src/ags/audio/ags_port.c src/ags/audio/ags_notation.c src/ags/audio/ags_recall_dependency.h src/ags/audio/ags_recycling.c src/ags/audio/ags_recall_audio_signal.h src/ags/audio/ags_input.c src/ags/audio/ags_synths.c src/ags/audio/ags_input.h src/ags/audio/ags_recycling_container.h src/ags/audio/ags_recall_id.h src/ags/audio/ags_note.c src/ags/audio/ags_timestamp_factory.c src/ags/audio/ags_channel.c src/ags/audio/ags_recall_audio.c src/ags/audio/ags_audio_signal.c src/ags/audio/ags_output.h src/ags/audio/ags_libao.c src/ags/audio/file/ags_ipatch_sf2_reader.c src/ags/audio/file/ags_audio_file_xml.h src/ags/audio/file/ags_ipatch.c src/ags/audio/file/ags_audio_file.c src/ags/audio/file/ags_sndfile.h src/ags/audio/file/ags_ipatch.h src/ags/audio/file/ags_audio_file.h src/ags/audio/file/ags_ipatch_sf2_reader.h src/ags/audio/file/ags_audio_file_xml.c src/ags/audio/file/ags_sndfile.c src/ags/audio/ags_devout.h src/ags/audio/ags_port.h src/ags/audio/ags_note.h src/ags/audio/ags_timestamp.h src/ags/audio/ags_notation.h src/ags/audio/ags_recall_audio_run.c src/ags/audio/ags_recycling_container.c src/ags/audio/ags_audio_signal.h src/ags/audio/ags_recall_recycling.h src/ags/audio/recall/ags_mute_audio.h src/ags/audio/recall/ags_clone_channel.c src/ags/audio/recall/ags_copy_channel.c src/ags/audio/recall/ags_copy_pattern_channel.c src/ags/audio/recall/ags_copy_recycling.c src/ags/audio/recall/ags_volume_audio_signal.h src/ags/audio/recall/ags_play_channel.h src/ags/audio/recall/ags_play_notation_audio_run.c src/ags/audio/recall/ags_buffer_audio_signal.c src/ags/audio/recall/ags_play_channel_run.c src/ags/audio/recall/ags_stream_channel_run.c src/ags/audio/recall/ags_copy_notation_audio_run.c src/ags/audio/recall/ags_mute_channel.c src/ags/audio/recall/ags_count_beats_audio.h src/ags/audio/recall/ags_copy_pattern_audio.c src/ags/audio/recall/ags_copy_pattern_audio_run.c src/ags/audio/recall/ags_clone_channel_run.h src/ags/audio/recall/ags_delay_audio.h src/ags/audio/recall/ags_copy_notation_audio_run.h src/ags/audio/recall/ags_stream.c src/ags/audio/recall/ags_play_audio_file.h src/ags/audio/recall/ags_loop_channel_run.c src/ags/audio/recall/ags_play_pattern.c src/ags/audio/recall/ags_stream_channel_run.h src/ags/audio/recall/ags_amplifier.h src/ags/audio/recall/ags_echo.c src/ags/audio/recall/ags_play_note.c src/ags/audio/recall/ags_buffer_channel.c src/ags/audio/recall/ags_clone_channel_run.c src/ags/audio/recall/ags_peak_channel.h src/ags/audio/recall/ags_play_recycling.h src/ags/audio/recall/ags_stream_channel.h src/ags/audio/recall/ags_amplifier.c src/ags/audio/recall/ags_mute_audio_signal.h src/ags/audio/recall/ags_copy_notation_audio.c src/ags/audio/recall/ags_buffer_channel_run.h src/ags/audio/recall/ags_copy_recycling.h src/ags/audio/recall/ags_down_mix.h src/ags/audio/recall/ags_volume_recycling.h src/ags/audio/recall/ags_volume_channel_run.h src/ags/audio/recall/ags_stream_channel.c src/ags/audio/recall/ags_echo.h src/ags/audio/recall/ags_delay_audio_run.h src/ags/audio/recall/ags_stream_audio_signal.h src/ags/audio/recall/ags_mute_recycling.c src/ags/audio/recall/ags_play_pattern.h src/ags/audio/recall/ags_delay_audio.c src/ags/audio/recall/ags_buffer_recycling.c src/ags/audio/recall/ags_stream_recycling.h src/ags/audio/recall/ags_play_audio_signal.c src/ags/audio/recall/ags_play_channel_run_master.h src/ags/audio/recall/ags_volume_recycling.c src/ags/audio/recall/ags_loop_channel.c src/ags/audio/recall/ags_buffer_recycling.h src/ags/audio/recall/ags_copy_pattern_channel_run.h src/ags/audio/recall/ags_peak_channel_run.c src/ags/audio/recall/ags_loop_channel.h src/ags/audio/recall/ags_play_audio.h src/ags/audio/recall/ags_copy_audio_signal.c src/ags/audio/recall/ags_mute_channel_run.h src/ags/audio/recall/ags_copy_channel.h src/ags/audio/recall/ags_play_notation_audio.h src/ags/audio/recall/ags_play_note.h src/ags/audio/recall/ags_synths.h src/ags/audio/recall/ags_play_recycling.c src/ags/audio/recall/ags_mute_channel_run.c src/ags/audio/recall/ags_buffer_channel.h src/ags/audio/recall/ags_play_notation_audio_run.h src/ags/audio/recall/ags_volume_channel_run.c src/ags/audio/recall/ags_play_channel_run_master.c src/ags/audio/recall/ags_stream.h src/ags/audio/recall/ags_copy_pattern_channel.h src/ags/audio/recall/ags_play_channel_run.h src/ags/audio/recall/ags_mute_channel.h src/ags/audio/recall/ags_mute_audio.c src/ags/audio/recall/ags_volume_channel.h src/ags/audio/recall/ags_volume_audio_signal.c src/ags/audio/recall/ags_stream_audio_signal.c src/ags/audio/recall/ags_count_beats_audio_run.h src/ags/audio/recall/ags_copy_audio_signal.h src/ags/audio/recall/ags_copy_channel_run.c src/ags/audio/recall/ags_delay_audio_run.c src/ags/audio/recall/ags_mute_audio_signal.c src/ags/audio/recall/ags_copy_notation_audio.h src/ags/audio/recall/ags_clone_channel.h src/ags/audio/recall/ags_buffer_channel_run.c src/ags/audio/recall/ags_play_audio.c src/ags/audio/recall/ags_copy_pattern_audio.h src/ags/audio/recall/ags_count_beats_audio.c src/ags/audio/recall/ags_play_channel.c src/ags/audio/recall/ags_count_beats_audio_run.c src/ags/audio/recall/ags_copy_pattern_audio_run.h src/ags/audio/recall/ags_stream_recycling.c src/ags/audio/recall/ags_play_audio_file.c src/ags/audio/recall/ags_play_notation_audio.c src/ags/audio/recall/ags_loop_channel_run.h src/ags/audio/recall/ags_mute_recycling.h src/ags/audio/recall/ags_peak_channel.c src/ags/audio/recall/ags_buffer_audio_signal.h src/ags/audio/recall/ags_peak_channel_run.h src/ags/audio/recall/ags_volume_channel.c src/ags/audio/recall/ags_play_audio_signal.h src/ags/audio/recall/ags_copy_channel_run.h src/ags/audio/recall/ags_copy_pattern_channel_run.c src/ags/audio/ags_recall_ladspa.h src/ags/audio/ags_recall_recycling.c src/ags/audio/ags_recall.h src/ags/audio/ags_recall_channel_run.h src/ags/audio/ags_recall_audio.h src/ags/audio/ags_channel.h src/ags/audio/ags_pattern.c src/ags/audio/ags_synths.h src/ags/audio/ags_recall_factory.h src/ags/audio/ags_recall_audio_signal.c src/ags/audio/ags_config.h src/ags/audio/ags_effect.h src/ags/audio/ags_pattern.h src/ags/audio/ags_output.c src/ags/audio/ags_recall_channel_run_dummy.c src/ags/audio/ags_recall_dependency.c src/ags/audio/ags_channel_iter.c src/ags/audio/ags_recall_channel_run_dummy.h src/ags/audio/ags_recall.c src/ags/audio/ags_recall_ladspa_run.h src/ags/audio/ags_recall_recycling_dummy.h src/ags/audio/ags_libao.h src/ags/audio/ags_task.h src/ags/audio/ags_config.c src/ags/audio/ags_recall_channel.c src/ags/audio/ags_audio.c src/ags/audio/ags_recall_ladspa_run.c src/ags/audio/ags_recall_audio_run.h src/ags/audio/ags_recall_id.c src/ags/audio/ags_task.c src/ags/audio/ags_recall_ladspa.c src/ags/audio/ags_recall_factory.c src/ags/audio/ags_recall_container.h src/ags/audio/ags_recycling.h src/ags/audio/ags_recall_recycling_dummy.c src/ags/file/ags_file_util.h src/ags/file/ags_file_sound.h src/ags/file/ags_file_thread.h src/ags/file/ags_file_gui.h src/ags/file/ags_file_lookup.h src/ags/file/ags_file_id_ref.c src/ags/file/ags_file.h src/ags/file/ags_file_link.c src/ags/file/ags_file_write.h src/ags/file/ags_file_read.h src/ags/file/ags_file_id_ref.h src/ags/file/ags_file_sound.c src/ags/file/ags_file_thread.c src/ags/file/ags_file_util.c src/ags/file/ags_file_lookup.c src/ags/file/ags_file_launch.c src/ags/file/ags_file_stock.h src/ags/file/ags_file_gui.c src/ags/file/ags_file.c src/ags/file/ags_file_launch.h src/ags/file/ags_file_link.h src/ags/thread/ags_record_thread.c src/ags/thread/ags_thread_pool.h src/ags/thread/ags_timestamp_thread.h src/ags/thread/ags_task_thread.h src/ags/thread/ags_audio_loop.h src/ags/thread/ags_gui_task_thread.h src/ags/thread/ags_recycling_thread.h src/ags/thread/ags_autosave_thread.h src/ags/thread/ags_returnable_thread.c src/ags/thread/ags_autosave_thread.c src/ags/thread/ags_export_thread.h src/ags/thread/ags_history.h src/ags/thread/ags_iterator_thread.h src/ags/thread/ags_devout_thread.c src/ags/thread/ags_thread_pool.c src/ags/thread/ags_gui_task_thread.c src/ags/thread/ags_gui_thread.h src/ags/thread/ags_task_thread.c src/ags/thread/ags_timestamp_thread.c src/ags/thread/ags_thread-posix.h src/ags/thread/ags_async_queue.h src/ags/thread/ags_record_thread.h src/ags/thread/ags_recycling_thread_callbacks.c src/ags/thread/ags_recycling_thread_callbacks.h src/ags/thread/ags_iterator_thread.c src/ags/thread/ags_async_queue.c src/ags/thread/ags_export_thread.c src/ags/thread/ags_audio_loop.c src/ags/thread/ags_returnable_thread.h src/ags/thread/ags_recycling_thread.c src/ags/thread/ags_devout_thread.h src/ags/thread/ags_single_thread.h src/ags/thread/ags_thread-posix.c src/ags/thread/ags_history.c src/ags/thread/ags_gui_thread.c src/ags/thread/ags_single_thread.c src/ags/server/ags_registry.c src/ags/server/ags_registry.h src/ags/server/ags_server.h src/ags/server/ags_remote_task.h src/ags/server/ags_remote_task.c src/ags/server/ags_server.c src/ags/plugin/ags_plugin_stock.h src/ags/plugin/ags_plugin_factory.h src/ags/plugin/ags_ladspa_manager.h src/ags/plugin/ags_plugin_factory.c src/ags/plugin/ags_ladspa_manager.c src/ags/main.h
diff --git a/Makefile.in b/Makefile.in
index 305ebad..8174394 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,17 +79,15 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-bin_PROGRAMS = gsequencer$(EXEEXT)
+bin_PROGRAMS = ags$(EXEEXT)
 subdir = .
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/configure $(am__configure_deps) \
-	$(srcdir)/config.h.in depcomp compile config.guess config.sub \
-	install-sh missing ltmain.sh
+	$(srcdir)/config.h.in depcomp AUTHORS COPYING ChangeLog \
+	INSTALL NEWS README compile config.guess config.rpath \
+	config.sub install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -99,6 +97,7 @@ CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LIBRARIES = $(noinst_LIBRARIES)
+AR = ar
 ARFLAGS = cru
 AM_V_AR = $(am__v_AR_ at AM_V@)
 am__v_AR_ = $(am__v_AR_ at AM_DEFAULT_V@)
@@ -106,420 +105,250 @@ am__v_AR_0 = @echo "  AR      " $@;
 am__v_AR_1 = 
 libags_a_AR = $(AR) $(ARFLAGS)
 libags_a_LIBADD =
-am__objects_1 =
-am__objects_2 = $(am__objects_1) libags_a-ags_id_generator.$(OBJEXT)
-am__objects_3 = $(am__objects_1) libags_a-ags_connectable.$(OBJEXT) \
-	libags_a-ags_combo_box_text.$(OBJEXT) \
-	libags_a-ags_container.$(OBJEXT) libags_a-ags_list.$(OBJEXT) \
-	libags_a-ags_log.$(OBJEXT) libags_a-ags_parameter.$(OBJEXT)
-am__objects_4 = $(am__objects_1) libags_a-ags_init.$(OBJEXT) \
-	libags_a-ags_application_context.$(OBJEXT) \
-	libags_a-ags_config.$(OBJEXT) \
-	libags_a-ags_applicable.$(OBJEXT) \
-	libags_a-ags_countable.$(OBJEXT) \
-	libags_a-ags_dynamic_connectable.$(OBJEXT) \
-	libags_a-ags_effect.$(OBJEXT) libags_a-ags_main_loop.$(OBJEXT) \
-	libags_a-ags_marshal.$(OBJEXT) libags_a-ags_mutable.$(OBJEXT) \
-	libags_a-ags_packable.$(OBJEXT) \
-	libags_a-ags_persistable.$(OBJEXT) \
-	libags_a-ags_plugin.$(OBJEXT) libags_a-ags_portlet.$(OBJEXT) \
-	libags_a-ags_runnable.$(OBJEXT) \
-	libags_a-ags_seekable.$(OBJEXT) \
-	libags_a-ags_soundcard.$(OBJEXT) \
-	libags_a-ags_stackable.$(OBJEXT) \
-	libags_a-ags_tactable.$(OBJEXT) \
-	libags_a-ags_tree_iterator.$(OBJEXT)
-am_libags_a_OBJECTS = $(am__objects_2) $(am__objects_3) \
-	$(am__objects_4)
+am_libags_a_OBJECTS = libags_a-ags_connectable.$(OBJEXT)
 libags_a_OBJECTS = $(am_libags_a_OBJECTS)
-libags_audio_a_AR = $(AR) $(ARFLAGS)
-libags_audio_a_DEPENDENCIES = libags_thread.a libags.a
-am__objects_5 = libags_audio_a-ags_garbage_collector.$(OBJEXT) \
-	libags_audio_a-ags_libao.$(OBJEXT) \
-	libags_audio_a-ags_timestamp.$(OBJEXT) \
-	libags_audio_a-ags_timestamp_factory.$(OBJEXT)
-am__objects_6 = $(am__objects_5) \
-	libags_audio_a-ags_audio_init.$(OBJEXT) \
-	libags_audio_a-ags_audio_application_context.$(OBJEXT) \
-	libags_audio_a-ags_sound_provider.$(OBJEXT) \
-	libags_audio_a-ags_acceleration.$(OBJEXT) \
-	libags_audio_a-ags_playable.$(OBJEXT) \
-	libags_audio_a-ags_audio.$(OBJEXT) \
-	libags_audio_a-ags_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_automation.$(OBJEXT) \
-	libags_audio_a-ags_channel.$(OBJEXT) \
-	libags_audio_a-ags_channel_iter.$(OBJEXT) \
-	libags_audio_a-ags_devout.$(OBJEXT) \
-	libags_audio_a-ags_input.$(OBJEXT) \
-	libags_audio_a-ags_notation.$(OBJEXT) \
-	libags_audio_a-ags_note.$(OBJEXT) \
-	libags_audio_a-ags_output.$(OBJEXT) \
-	libags_audio_a-ags_pattern.$(OBJEXT) \
-	libags_audio_a-ags_port.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel_run_dummy.$(OBJEXT) \
-	libags_audio_a-ags_recall_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_recall_dependency.$(OBJEXT) \
-	libags_audio_a-ags_recall_factory.$(OBJEXT) \
-	libags_audio_a-ags_recall.$(OBJEXT) \
-	libags_audio_a-ags_recall_id.$(OBJEXT) \
-	libags_audio_a-ags_recall_ladspa.$(OBJEXT) \
-	libags_audio_a-ags_recall_ladspa_run.$(OBJEXT) \
-	libags_audio_a-ags_recall_recycling_dummy.$(OBJEXT) \
-	libags_audio_a-ags_recall_recycling.$(OBJEXT) \
-	libags_audio_a-ags_recycling_container.$(OBJEXT) \
-	libags_audio_a-ags_recycling.$(OBJEXT) \
-	libags_audio_a-ags_synths.$(OBJEXT) \
-	libags_audio_a-ags_task.$(OBJEXT) \
-	libags_audio_a-ags_timestamp_factory.$(OBJEXT) \
-	libags_audio_a-ags_timestamp.$(OBJEXT)
-am__objects_7 = libags_audio_a-ags_audio_file_xml.$(OBJEXT)
-am__objects_8 = $(am__objects_7) \
-	libags_audio_a-ags_audio_file.$(OBJEXT) \
-	libags_audio_a-ags_ipatch.$(OBJEXT) \
-	libags_audio_a-ags_ipatch_sf2_reader.$(OBJEXT) \
-	libags_audio_a-ags_sndfile.$(OBJEXT)
-am__objects_9 = libags_audio_a-ags_add_audio.$(OBJEXT) \
-	libags_audio_a-ags_add_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_add_note.$(OBJEXT) \
-	libags_audio_a-ags_add_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_add_recall.$(OBJEXT) \
-	libags_audio_a-ags_append_audio.$(OBJEXT) \
-	libags_audio_a-ags_append_audio_threaded.$(OBJEXT) \
-	libags_audio_a-ags_append_channel.$(OBJEXT) \
-	libags_audio_a-ags_append_recall.$(OBJEXT) \
-	libags_audio_a-ags_apply_synth.$(OBJEXT) \
-	libags_audio_a-ags_audio_set_recycling.$(OBJEXT) \
-	libags_audio_a-ags_cancel_audio.$(OBJEXT) \
-	libags_audio_a-ags_cancel_channel.$(OBJEXT) \
-	libags_audio_a-ags_cancel_recall.$(OBJEXT) \
-	libags_audio_a-ags_channel_set_recycling.$(OBJEXT) \
-	libags_audio_a-ags_export_output.$(OBJEXT) \
-	libags_audio_a-ags_init_audio.$(OBJEXT) \
-	libags_audio_a-ags_init_channel.$(OBJEXT) \
-	libags_audio_a-ags_link_channel.$(OBJEXT) \
-	libags_audio_a-ags_open_file.$(OBJEXT) \
-	libags_audio_a-ags_open_single_file.$(OBJEXT) \
-	libags_audio_a-ags_remove_audio.$(OBJEXT) \
-	libags_audio_a-ags_remove_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_remove_note.$(OBJEXT) \
-	libags_audio_a-ags_remove_recall_container.$(OBJEXT) \
-	libags_audio_a-ags_remove_recall.$(OBJEXT) \
-	libags_audio_a-ags_remove_region_from_selection.$(OBJEXT) \
-	libags_audio_a-ags_resize_audio.$(OBJEXT) \
-	libags_audio_a-ags_set_audio_channels.$(OBJEXT) \
-	libags_audio_a-ags_set_buffer_size.$(OBJEXT) \
-	libags_audio_a-ags_set_devout_play_flags.$(OBJEXT) \
-	libags_audio_a-ags_set_output_device.$(OBJEXT) \
-	libags_audio_a-ags_set_samplerate.$(OBJEXT) \
-	libags_audio_a-ags_start_devout.$(OBJEXT) \
-	libags_audio_a-ags_unref_audio_signal.$(OBJEXT)
-am__objects_10 = $(am__objects_1) \
-	libags_audio_a-ags_apply_bpm.$(OBJEXT) \
-	libags_audio_a-ags_apply_sequencer_length.$(OBJEXT) \
-	libags_audio_a-ags_apply_tact.$(OBJEXT) \
-	libags_audio_a-ags_set_muted.$(OBJEXT)
-am__objects_11 = libags_audio_a-ags_amplifier.$(OBJEXT) \
-	libags_audio_a-ags_clone_channel.$(OBJEXT) \
-	libags_audio_a-ags_clone_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_echo.$(OBJEXT) \
-	libags_audio_a-ags_loop_channel.$(OBJEXT) \
-	libags_audio_a-ags_loop_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_note.$(OBJEXT) \
-	libags_audio_a-ags_stream.$(OBJEXT)
-am__objects_12 = $(am__objects_11) \
-	libags_audio_a-ags_buffer_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_buffer_channel.$(OBJEXT) \
-	libags_audio_a-ags_buffer_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_buffer_recycling.$(OBJEXT) \
-	libags_audio_a-ags_copy_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_copy_channel.$(OBJEXT) \
-	libags_audio_a-ags_copy_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_notation_audio.$(OBJEXT) \
-	libags_audio_a-ags_copy_notation_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_audio.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_channel.$(OBJEXT) \
-	libags_audio_a-ags_copy_pattern_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_copy_recycling.$(OBJEXT) \
-	libags_audio_a-ags_count_beats_audio.$(OBJEXT) \
-	libags_audio_a-ags_count_beats_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_delay_audio.$(OBJEXT) \
-	libags_audio_a-ags_delay_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_mute_audio.$(OBJEXT) \
-	libags_audio_a-ags_mute_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_mute_channel.$(OBJEXT) \
-	libags_audio_a-ags_mute_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_mute_recycling.$(OBJEXT) \
-	libags_audio_a-ags_peak_channel.$(OBJEXT) \
-	libags_audio_a-ags_peak_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_audio_file.$(OBJEXT) \
-	libags_audio_a-ags_play_audio.$(OBJEXT) \
-	libags_audio_a-ags_play_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_play_channel.$(OBJEXT) \
-	libags_audio_a-ags_play_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_play_channel_run_master.$(OBJEXT) \
-	libags_audio_a-ags_play_notation_audio.$(OBJEXT) \
-	libags_audio_a-ags_play_notation_audio_run.$(OBJEXT) \
-	libags_audio_a-ags_play_pattern.$(OBJEXT) \
-	libags_audio_a-ags_play_recycling.$(OBJEXT) \
-	libags_audio_a-ags_stream_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_stream_channel.$(OBJEXT) \
-	libags_audio_a-ags_stream_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_stream_recycling.$(OBJEXT) \
-	libags_audio_a-ags_volume_audio_signal.$(OBJEXT) \
-	libags_audio_a-ags_volume_channel.$(OBJEXT) \
-	libags_audio_a-ags_volume_channel_run.$(OBJEXT) \
-	libags_audio_a-ags_volume_recycling.$(OBJEXT)
-am__objects_13 = $(am__objects_1) \
-	libags_audio_a-ags_ladspa_manager.$(OBJEXT) \
-	libags_audio_a-ags_plugin_factory.$(OBJEXT)
-am_libags_audio_a_OBJECTS = $(am__objects_6) $(am__objects_8) \
-	$(am__objects_9) $(am__objects_10) $(am__objects_12) \
-	$(am__objects_13)
-libags_audio_a_OBJECTS = $(am_libags_audio_a_OBJECTS)
-libags_gui_a_AR = $(AR) $(ARFLAGS)
-libags_gui_a_LIBADD =
-am__objects_14 = $(am__objects_1) libags_gui_a-ags_gui_init.$(OBJEXT) \
-	libags_gui_a-ags_cartesian.$(OBJEXT) \
-	libags_gui_a-ags_dial.$(OBJEXT) \
-	libags_gui_a-ags_expander.$(OBJEXT) \
-	libags_gui_a-ags_expander_set.$(OBJEXT) \
-	libags_gui_a-ags_hindicator.$(OBJEXT) \
-	libags_gui_a-ags_htimebar.$(OBJEXT) \
-	libags_gui_a-ags_indicator.$(OBJEXT) \
-	libags_gui_a-ags_led.$(OBJEXT) libags_gui_a-ags_menu.$(OBJEXT) \
-	libags_gui_a-ags_menu_item.$(OBJEXT) \
-	libags_gui_a-ags_option_menu.$(OBJEXT) \
-	libags_gui_a-ags_ruler.$(OBJEXT) \
-	libags_gui_a-ags_segment.$(OBJEXT) \
-	libags_gui_a-ags_table.$(OBJEXT) \
-	libags_gui_a-ags_timebar.$(OBJEXT) \
-	libags_gui_a-ags_vindicator.$(OBJEXT) \
-	libags_gui_a-ags_waveform.$(OBJEXT)
-am_libags_gui_a_OBJECTS = $(am__objects_14)
-libags_gui_a_OBJECTS = $(am_libags_gui_a_OBJECTS)
-libags_thread_a_AR = $(AR) $(ARFLAGS)
-libags_thread_a_DEPENDENCIES = libags.a
-am__objects_15 = $(am__objects_1) \
-	libags_thread_a-ags_thread_init.$(OBJEXT) \
-	libags_thread_a-ags_thread_application_context.$(OBJEXT) \
-	libags_thread_a-ags_concurrency_provider.$(OBJEXT) \
-	libags_thread_a-ags_async_queue.$(OBJEXT) \
-	libags_thread_a-ags_audio_loop.$(OBJEXT) \
-	libags_thread_a-ags_autosave_thread.$(OBJEXT) \
-	libags_thread_a-ags_devout_thread.$(OBJEXT) \
-	libags_thread_a-ags_export_thread.$(OBJEXT) \
-	libags_thread_a-ags_gui_thread.$(OBJEXT) \
-	libags_thread_a-ags_iterator_thread.$(OBJEXT) \
-	libags_thread_a-ags_record_thread.$(OBJEXT) \
-	libags_thread_a-ags_recycling_thread_callbacks.$(OBJEXT) \
-	libags_thread_a-ags_recycling_thread.$(OBJEXT) \
-	libags_thread_a-ags_returnable_thread.$(OBJEXT) \
-	libags_thread_a-ags_single_thread.$(OBJEXT) \
-	libags_thread_a-ags_task_thread.$(OBJEXT) \
-	libags_thread_a-ags_thread_pool.$(OBJEXT) \
-	libags_thread_a-ags_thread-posix.$(OBJEXT) \
-	libags_thread_a-ags_timestamp_thread.$(OBJEXT)
-am_libags_thread_a_OBJECTS = $(am__objects_15)
-libags_thread_a_OBJECTS = $(am_libags_thread_a_OBJECTS)
 am__installdirs = "$(DESTDIR)$(bindir)"
 PROGRAMS = $(bin_PROGRAMS)
-am__objects_16 = gsequencer-main.$(OBJEXT)
-am__objects_17 = $(am__objects_1) gsequencer-ags_server_init.$(OBJEXT) \
-	gsequencer-ags_server_application_context.$(OBJEXT) \
-	gsequencer-ags_service_provider.$(OBJEXT) \
-	gsequencer-ags_registry.$(OBJEXT) \
-	gsequencer-ags_remote_task.$(OBJEXT) \
-	gsequencer-ags_server.$(OBJEXT)
-am__objects_18 = $(am__objects_1) gsequencer-ags_xorg_init.$(OBJEXT) \
-	gsequencer-ags_xorg_application_context.$(OBJEXT) \
-	gsequencer-ags_audio_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_audio_preferences.$(OBJEXT) \
-	gsequencer-ags_automation_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_editor.$(OBJEXT) \
-	gsequencer-ags_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_editor.$(OBJEXT) \
-	gsequencer-ags_effect_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_bridge.$(OBJEXT) \
-	gsequencer-ags_effect_bulk_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_bulk.$(OBJEXT) \
-	gsequencer-ags_bulk_member.$(OBJEXT) \
-	gsequencer-ags_bulk_member_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_line.$(OBJEXT) \
-	gsequencer-ags_effect_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_effect_pad.$(OBJEXT) \
-	gsequencer-ags_export_window_callbacks.$(OBJEXT) \
-	gsequencer-ags_export_window.$(OBJEXT) \
-	gsequencer-ags_generic_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_generic_preferences.$(OBJEXT) \
-	gsequencer-ags_ladspa_browser_callbacks.$(OBJEXT) \
-	gsequencer-ags_ladspa_browser.$(OBJEXT) \
-	gsequencer-ags_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_editor.$(OBJEXT) \
-	gsequencer-ags_line.$(OBJEXT) \
-	gsequencer-ags_line_member_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_member_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_line_member_editor.$(OBJEXT) \
-	gsequencer-ags_line_member.$(OBJEXT) \
-	gsequencer-ags_link_collection_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_link_collection_editor.$(OBJEXT) \
-	gsequencer-ags_link_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_link_editor.$(OBJEXT) \
-	gsequencer-ags_listing_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_listing_editor.$(OBJEXT) \
-	gsequencer-ags_machine_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_editor.$(OBJEXT) \
-	gsequencer-ags_machine.$(OBJEXT) \
-	gsequencer-ags_menu_bar_callbacks.$(OBJEXT) \
-	gsequencer-ags_menu_bar.$(OBJEXT) \
-	gsequencer-ags_navigation_callbacks.$(OBJEXT) \
-	gsequencer-ags_navigation.$(OBJEXT) \
-	gsequencer-ags_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_pad_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_pad_editor.$(OBJEXT) \
-	gsequencer-ags_pad.$(OBJEXT) \
-	gsequencer-ags_performance_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_performance_preferences.$(OBJEXT) \
-	gsequencer-ags_plugin_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_plugin_preferences.$(OBJEXT) \
-	gsequencer-ags_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_preferences.$(OBJEXT) \
-	gsequencer-ags_property_collection_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_property_collection_editor.$(OBJEXT) \
-	gsequencer-ags_property_editor_callbacks.$(OBJEXT) \
-	gsequencer-ags_property_editor.$(OBJEXT) \
-	gsequencer-ags_property_listing_editor.$(OBJEXT) \
-	gsequencer-ags_resize_editor.$(OBJEXT) \
-	gsequencer-ags_server_preferences_callbacks.$(OBJEXT) \
-	gsequencer-ags_server_preferences.$(OBJEXT) \
-	gsequencer-ags_window_callbacks.$(OBJEXT) \
-	gsequencer-ags_window.$(OBJEXT)
-am__objects_19 = $(am__objects_1) \
-	gsequencer-ags_drum_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum.$(OBJEXT) \
-	gsequencer-ags_drum_input_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_input_line.$(OBJEXT) \
-	gsequencer-ags_drum_input_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_input_pad.$(OBJEXT) \
-	gsequencer-ags_drum_output_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_output_line.$(OBJEXT) \
-	gsequencer-ags_drum_output_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_drum_output_pad.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bridge.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bulk_input_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_bulk_input.$(OBJEXT) \
-	gsequencer-ags_ffplayer_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_line.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_ffplayer_input_pad.$(OBJEXT) \
-	gsequencer-ags_ladspa_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_ladspa_bridge.$(OBJEXT) \
-	gsequencer-ags_matrix_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix_bridge.$(OBJEXT) \
-	gsequencer-ags_matrix_bulk_input_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix_bulk_input.$(OBJEXT) \
-	gsequencer-ags_matrix_callbacks.$(OBJEXT) \
-	gsequencer-ags_matrix.$(OBJEXT) \
-	gsequencer-ags_mixer_callbacks.$(OBJEXT) \
-	gsequencer-ags_mixer.$(OBJEXT) \
-	gsequencer-ags_mixer_input_line.$(OBJEXT) \
-	gsequencer-ags_mixer_input_pad.$(OBJEXT) \
-	gsequencer-ags_oscillator_callbacks.$(OBJEXT) \
-	gsequencer-ags_oscillator.$(OBJEXT) \
-	gsequencer-ags_panel_callbacks.$(OBJEXT) \
-	gsequencer-ags_panel.$(OBJEXT) \
-	gsequencer-ags_panel_input_line.$(OBJEXT) \
-	gsequencer-ags_panel_input_pad.$(OBJEXT) \
-	gsequencer-ags_synth_bridge_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_bridge.$(OBJEXT) \
-	gsequencer-ags_synth_bulk_output_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_bulk_output.$(OBJEXT) \
-	gsequencer-ags_synth_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth.$(OBJEXT) \
-	gsequencer-ags_synth_input_line.$(OBJEXT) \
-	gsequencer-ags_synth_input_pad.$(OBJEXT) \
-	gsequencer-ags_synth_output_line_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_output_line.$(OBJEXT) \
-	gsequencer-ags_synth_output_pad_callbacks.$(OBJEXT) \
-	gsequencer-ags_synth_output_pad.$(OBJEXT)
-am__objects_20 = $(am__objects_1) \
-	gsequencer-ags_automation_area_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_area.$(OBJEXT) \
-	gsequencer-ags_automation_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_edit.$(OBJEXT) \
-	gsequencer-ags_automation_toolbar_callbacks.$(OBJEXT) \
-	gsequencer-ags_automation_toolbar.$(OBJEXT) \
-	gsequencer-ags_file_selection_callbacks.$(OBJEXT) \
-	gsequencer-ags_file_selection.$(OBJEXT) \
-	gsequencer-ags_inline_player_callbacks.$(OBJEXT) \
-	gsequencer-ags_inline_player.$(OBJEXT) \
-	gsequencer-ags_machine_radio_button.$(OBJEXT) \
-	gsequencer-ags_machine_selection.$(OBJEXT) \
-	gsequencer-ags_machine_selector_callbacks.$(OBJEXT) \
-	gsequencer-ags_machine_selector.$(OBJEXT) \
-	gsequencer-ags_meter_callbacks.$(OBJEXT) \
-	gsequencer-ags_meter.$(OBJEXT) \
-	gsequencer-ags_notebook_callbacks.$(OBJEXT) \
-	gsequencer-ags_notebook.$(OBJEXT) \
-	gsequencer-ags_note_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_note_edit.$(OBJEXT) \
-	gsequencer-ags_pattern_edit_callbacks.$(OBJEXT) \
-	gsequencer-ags_pattern_edit.$(OBJEXT) \
-	gsequencer-ags_port_selection_callbacks.$(OBJEXT) \
-	gsequencer-ags_port_selection.$(OBJEXT) \
-	gsequencer-ags_sf2_chooser_callbacks.$(OBJEXT) \
-	gsequencer-ags_sf2_chooser.$(OBJEXT) \
-	gsequencer-ags_soundset_callbacks.$(OBJEXT) \
-	gsequencer-ags_soundset.$(OBJEXT) \
-	gsequencer-ags_toolbar_callbacks.$(OBJEXT) \
-	gsequencer-ags_toolbar.$(OBJEXT)
-am__objects_21 = gsequencer-ags_add_line_member.$(OBJEXT) \
-	gsequencer-ags_add_bulk_member.$(OBJEXT) \
-	gsequencer-ags_update_bulk_member.$(OBJEXT) \
-	gsequencer-ags_add_point_to_selection.$(OBJEXT) \
-	gsequencer-ags_add_region_to_selection.$(OBJEXT) \
-	gsequencer-ags_change_indicator.$(OBJEXT) \
-	gsequencer-ags_change_tact.$(OBJEXT) \
-	gsequencer-ags_display_tact.$(OBJEXT) \
-	gsequencer-ags_free_selection.$(OBJEXT) \
-	gsequencer-ags_remove_point_from_selection.$(OBJEXT) \
-	gsequencer-ags_save_file.$(OBJEXT) \
-	gsequencer-ags_scroll_on_play.$(OBJEXT) \
-	gsequencer-ags_toggle_led.$(OBJEXT) \
-	gsequencer-ags_toggle_pattern_bit.$(OBJEXT)
-am__objects_22 = $(am__objects_1) gsequencer-ags_file_gui.$(OBJEXT) \
-	gsequencer-ags_file.$(OBJEXT) \
-	gsequencer-ags_file_id_ref.$(OBJEXT) \
-	gsequencer-ags_file_launch.$(OBJEXT) \
-	gsequencer-ags_file_link.$(OBJEXT) \
-	gsequencer-ags_file_lookup.$(OBJEXT) \
-	gsequencer-ags_file_sound.$(OBJEXT) \
-	gsequencer-ags_file_thread.$(OBJEXT) \
-	gsequencer-ags_file_util.$(OBJEXT)
-am_gsequencer_OBJECTS = $(am__objects_16) $(am__objects_17) \
-	$(am__objects_18) $(am__objects_19) $(am__objects_20) \
-	$(am__objects_21) $(am__objects_22)
-gsequencer_OBJECTS = $(am_gsequencer_OBJECTS)
-gsequencer_DEPENDENCIES = libags_audio.a libags_gui.a libags_thread.a \
-	libags.a
-AM_V_lt = $(am__v_lt_ at AM_V@)
-am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
-am__v_lt_0 = --silent
-am__v_lt_1 = 
-gsequencer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(gsequencer_CFLAGS) \
-	$(CFLAGS) $(gsequencer_LDFLAGS) $(LDFLAGS) -o $@
+am_ags_OBJECTS = ags-ags_combo_box_text.$(OBJEXT) \
+	ags-ags_list.$(OBJEXT) ags-ags_container.$(OBJEXT) \
+	ags-ags_log.$(OBJEXT) ags-ags_parameter.$(OBJEXT) \
+	ags-ags_notebook_callbacks.$(OBJEXT) \
+	ags-ags_meter_callbacks.$(OBJEXT) \
+	ags-ags_toolbar_callbacks.$(OBJEXT) \
+	ags-ags_machine_selector.$(OBJEXT) \
+	ags-ags_machine_selector_callbacks.$(OBJEXT) \
+	ags-ags_machine_radio_button.$(OBJEXT) \
+	ags-ags_sf2_chooser.$(OBJEXT) \
+	ags-ags_sf2_chooser_callbacks.$(OBJEXT) \
+	ags-ags_notebook.$(OBJEXT) \
+	ags-ags_note_edit_callbacks.$(OBJEXT) \
+	ags-ags_file_selection_callbacks.$(OBJEXT) \
+	ags-ags_machine_selection.$(OBJEXT) \
+	ags-ags_inline_player.$(OBJEXT) ags-ags_meter.$(OBJEXT) \
+	ags-ags_file_selection.$(OBJEXT) ags-ags_note_edit.$(OBJEXT) \
+	ags-ags_inline_player_callbacks.$(OBJEXT) \
+	ags-ags_toolbar.$(OBJEXT) ags-ags_plugin_preferences.$(OBJEXT) \
+	ags-ags_link_editor.$(OBJEXT) \
+	ags-ags_machine_callbacks.$(OBJEXT) \
+	ags-ags_listing_editor_callbacks.$(OBJEXT) \
+	ags-ags_link_collection_editor_callbacks.$(OBJEXT) \
+	ags-ags_generic_preferences_callbacks.$(OBJEXT) \
+	ags-ags_property_collection_editor_callbacks.$(OBJEXT) \
+	ags-ags_property_editor_callbacks.$(OBJEXT) \
+	ags-ags_synth.$(OBJEXT) ags-ags_mixer.$(OBJEXT) \
+	ags-ags_matrix_callbacks.$(OBJEXT) \
+	ags-ags_panel_input_line.$(OBJEXT) \
+	ags-ags_synth_input_line.$(OBJEXT) \
+	ags-ags_mixer_callbacks.$(OBJEXT) \
+	ags-ags_synth_callbacks.$(OBJEXT) \
+	ags-ags_mixer_input_line.$(OBJEXT) \
+	ags-ags_oscillator.$(OBJEXT) ags-ags_panel_input_pad.$(OBJEXT) \
+	ags-ags_matrix.$(OBJEXT) \
+	ags-ags_drum_output_line_callbacks.$(OBJEXT) \
+	ags-ags_panel_callbacks.$(OBJEXT) \
+	ags-ags_mixer_input_pad.$(OBJEXT) ags-ags_panel.$(OBJEXT) \
+	ags-ags_drum.$(OBJEXT) ags-ags_ffplayer.$(OBJEXT) \
+	ags-ags_drum_output_pad_callbacks.$(OBJEXT) \
+	ags-ags_oscillator_callbacks.$(OBJEXT) \
+	ags-ags_drum_callbacks.$(OBJEXT) \
+	ags-ags_drum_input_pad_callbacks.$(OBJEXT) \
+	ags-ags_drum_input_pad.$(OBJEXT) \
+	ags-ags_drum_output_line.$(OBJEXT) \
+	ags-ags_drum_input_line.$(OBJEXT) \
+	ags-ags_ffplayer_callbacks.$(OBJEXT) \
+	ags-ags_drum_output_pad.$(OBJEXT) \
+	ags-ags_drum_input_line_callbacks.$(OBJEXT) \
+	ags-ags_synth_input_pad.$(OBJEXT) \
+	ags-ags_pad_editor_callbacks.$(OBJEXT) \
+	ags-ags_line_member_callbacks.$(OBJEXT) \
+	ags-ags_editor_callbacks.$(OBJEXT) \
+	ags-ags_server_preferences.$(OBJEXT) \
+	ags-ags_line_editor.$(OBJEXT) \
+	ags-ags_audio_preferences.$(OBJEXT) ags-ags_pad.$(OBJEXT) \
+	ags-ags_line.$(OBJEXT) ags-ags_menu_bar_callbacks.$(OBJEXT) \
+	ags-ags_generic_preferences.$(OBJEXT) ags-ags_window.$(OBJEXT) \
+	ags-ags_line_editor_callbacks.$(OBJEXT) \
+	ags-ags_property_editor.$(OBJEXT) \
+	ags-ags_link_editor_callbacks.$(OBJEXT) \
+	ags-ags_server_preferences_callbacks.$(OBJEXT) \
+	ags-ags_pad_callbacks.$(OBJEXT) \
+	ags-ags_audio_preferences_callbacks.$(OBJEXT) \
+	ags-ags_property_collection_editor.$(OBJEXT) \
+	ags-ags_machine.$(OBJEXT) \
+	ags-ags_preferences_callbacks.$(OBJEXT) \
+	ags-ags_export_window.$(OBJEXT) ags-ags_menu_bar.$(OBJEXT) \
+	ags-ags_plugin_preferences_callbacks.$(OBJEXT) \
+	ags-ags_preferences.$(OBJEXT) ags-ags_line_callbacks.$(OBJEXT) \
+	ags-ags_pad_editor.$(OBJEXT) ags-ags_ladspa_browser.$(OBJEXT) \
+	ags-ags_editor.$(OBJEXT) ags-ags_resize_editor.$(OBJEXT) \
+	ags-ags_property_listing_editor.$(OBJEXT) \
+	ags-ags_window_callbacks.$(OBJEXT) \
+	ags-ags_navigation_callbacks.$(OBJEXT) \
+	ags-ags_performance_preferences_callbacks.$(OBJEXT) \
+	ags-ags_line_member.$(OBJEXT) \
+	ags-ags_performance_preferences.$(OBJEXT) \
+	ags-ags_ladspa_browser_callbacks.$(OBJEXT) \
+	ags-ags_link_collection_editor.$(OBJEXT) \
+	ags-ags_machine_editor_callbacks.$(OBJEXT) \
+	ags-ags_export_window_callbacks.$(OBJEXT) \
+	ags-ags_line_member_editor_callbacks.$(OBJEXT) \
+	ags-ags_navigation.$(OBJEXT) ags-ags_machine_editor.$(OBJEXT) \
+	ags-ags_line_member_editor.$(OBJEXT) \
+	ags-ags_listing_editor.$(OBJEXT) ags-ags_applicable.$(OBJEXT) \
+	ags-ags_packable.$(OBJEXT) ags-ags_main_loop.$(OBJEXT) \
+	ags-ags_soundcard.$(OBJEXT) ags-ags_marshal.$(OBJEXT) \
+	ags-ags_runnable.$(OBJEXT) ags-ags_mutable.$(OBJEXT) \
+	ags-ags_effect.$(OBJEXT) ags-ags_playable.$(OBJEXT) \
+	ags-ags_dynamic_connectable.$(OBJEXT) \
+	ags-ags_seekable.$(OBJEXT) ags-ags_countable.$(OBJEXT) \
+	ags-ags_plugin.$(OBJEXT) ags-ags_tactable.$(OBJEXT) \
+	ags-ags_tree_iterator.$(OBJEXT) ags-ags_persistable.$(OBJEXT) \
+	ags-ags_stackable.$(OBJEXT) ags-ags_portlet.$(OBJEXT) \
+	ags-ags_id_generator.$(OBJEXT) ags-ags_expander_set.$(OBJEXT) \
+	ags-ags_menu.$(OBJEXT) ags-ags_timebar.$(OBJEXT) \
+	ags-ags_dial.$(OBJEXT) ags-ags_segment.$(OBJEXT) \
+	ags-ags_htimebar.$(OBJEXT) ags-ags_indicator.$(OBJEXT) \
+	ags-ags_option_menu.$(OBJEXT) ags-ags_hindicator.$(OBJEXT) \
+	ags-ags_cartesian.$(OBJEXT) ags-ags_menu_item.$(OBJEXT) \
+	ags-ags_waveform.$(OBJEXT) ags-ags_ruler.$(OBJEXT) \
+	ags-ags_expander.$(OBJEXT) ags-ags_vindicator.$(OBJEXT) \
+	ags-ags_led.$(OBJEXT) ags-ags_table.$(OBJEXT) \
+	ags-main.$(OBJEXT) ags-ags_set_output_device.$(OBJEXT) \
+	ags-ags_set_samplerate.$(OBJEXT) \
+	ags-ags_remove_point_from_selection.$(OBJEXT) \
+	ags-ags_link_channel.$(OBJEXT) ags-ags_save_file.$(OBJEXT) \
+	ags-ags_add_audio_signal.$(OBJEXT) \
+	ags-ags_unref_audio_signal.$(OBJEXT) \
+	ags-ags_remove_region_from_selection.$(OBJEXT) \
+	ags-ags_remove_recall_container.$(OBJEXT) \
+	ags-ags_remove_recall.$(OBJEXT) \
+	ags-ags_append_recall.$(OBJEXT) \
+	ags-ags_add_recall_container.$(OBJEXT) \
+	ags-ags_add_recall.$(OBJEXT) ags-ags_export_output.$(OBJEXT) \
+	ags-ags_remove_note.$(OBJEXT) \
+	ags-ags_set_audio_channels.$(OBJEXT) \
+	ags-ags_cancel_audio.$(OBJEXT) \
+	ags-ags_add_region_to_selection.$(OBJEXT) \
+	ags-ags_init_audio.$(OBJEXT) \
+	ags-ags_channel_set_recycling.$(OBJEXT) \
+	ags-ags_display_tact.$(OBJEXT) \
+	ags-ags_append_channel.$(OBJEXT) \
+	ags-ags_change_indicator.$(OBJEXT) ags-ags_add_note.$(OBJEXT) \
+	ags-ags_set_muted.$(OBJEXT) \
+	ags-ags_apply_sequencer_length.$(OBJEXT) \
+	ags-ags_apply_tact.$(OBJEXT) ags-ags_apply_bpm.$(OBJEXT) \
+	ags-ags_cancel_channel.$(OBJEXT) \
+	ags-ags_start_devout.$(OBJEXT) \
+	ags-ags_append_audio_threaded.$(OBJEXT) \
+	ags-ags_append_audio.$(OBJEXT) ags-ags_init_channel.$(OBJEXT) \
+	ags-ags_toggle_led.$(OBJEXT) ags-ags_set_buffer_size.$(OBJEXT) \
+	ags-ags_free_selection.$(OBJEXT) ags-ags_add_audio.$(OBJEXT) \
+	ags-ags_apply_synth.$(OBJEXT) ags-ags_remove_audio.$(OBJEXT) \
+	ags-ags_cancel_recall.$(OBJEXT) \
+	ags-ags_remove_audio_signal.$(OBJEXT) \
+	ags-ags_audio_set_recycling.$(OBJEXT) \
+	ags-ags_add_point_to_selection.$(OBJEXT) \
+	ags-ags_scroll_on_play.$(OBJEXT) \
+	ags-ags_set_devout_play_flags.$(OBJEXT) \
+	ags-ags_apply_wavetable.$(OBJEXT) \
+	ags-ags_add_line_member.$(OBJEXT) \
+	ags-ags_toggle_pattern_bit.$(OBJEXT) \
+	ags-ags_open_file.$(OBJEXT) ags-ags_open_single_file.$(OBJEXT) \
+	ags-ags_change_tact.$(OBJEXT) ags-ags_resize_audio.$(OBJEXT) \
+	ags-ags_devout.$(OBJEXT) ags-ags_garbage_collector.$(OBJEXT) \
+	ags-ags_recall_container.$(OBJEXT) ags-ags_timestamp.$(OBJEXT) \
+	ags-ags_recall_channel_run.$(OBJEXT) ags-ags_port.$(OBJEXT) \
+	ags-ags_notation.$(OBJEXT) ags-ags_recycling.$(OBJEXT) \
+	ags-ags_input.$(OBJEXT) ags-ags_synths.$(OBJEXT) \
+	ags-ags_note.$(OBJEXT) ags-ags_timestamp_factory.$(OBJEXT) \
+	ags-ags_channel.$(OBJEXT) ags-ags_recall_audio.$(OBJEXT) \
+	ags-ags_audio_signal.$(OBJEXT) ags-ags_libao.$(OBJEXT) \
+	ags-ags_ipatch_sf2_reader.$(OBJEXT) ags-ags_ipatch.$(OBJEXT) \
+	ags-ags_audio_file.$(OBJEXT) ags-ags_audio_file_xml.$(OBJEXT) \
+	ags-ags_sndfile.$(OBJEXT) ags-ags_recall_audio_run.$(OBJEXT) \
+	ags-ags_recycling_container.$(OBJEXT) \
+	ags-ags_clone_channel.$(OBJEXT) ags-ags_copy_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_channel.$(OBJEXT) \
+	ags-ags_copy_recycling.$(OBJEXT) \
+	ags-ags_play_notation_audio_run.$(OBJEXT) \
+	ags-ags_buffer_audio_signal.$(OBJEXT) \
+	ags-ags_play_channel_run.$(OBJEXT) \
+	ags-ags_stream_channel_run.$(OBJEXT) \
+	ags-ags_copy_notation_audio_run.$(OBJEXT) \
+	ags-ags_mute_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_audio.$(OBJEXT) \
+	ags-ags_copy_pattern_audio_run.$(OBJEXT) \
+	ags-ags_stream.$(OBJEXT) ags-ags_loop_channel_run.$(OBJEXT) \
+	ags-ags_play_pattern.$(OBJEXT) ags-ags_echo.$(OBJEXT) \
+	ags-ags_play_note.$(OBJEXT) ags-ags_buffer_channel.$(OBJEXT) \
+	ags-ags_clone_channel_run.$(OBJEXT) \
+	ags-ags_amplifier.$(OBJEXT) \
+	ags-ags_copy_notation_audio.$(OBJEXT) \
+	ags-ags_stream_channel.$(OBJEXT) \
+	ags-ags_mute_recycling.$(OBJEXT) ags-ags_delay_audio.$(OBJEXT) \
+	ags-ags_buffer_recycling.$(OBJEXT) \
+	ags-ags_play_audio_signal.$(OBJEXT) \
+	ags-ags_volume_recycling.$(OBJEXT) \
+	ags-ags_loop_channel.$(OBJEXT) \
+	ags-ags_peak_channel_run.$(OBJEXT) \
+	ags-ags_copy_audio_signal.$(OBJEXT) \
+	ags-ags_play_recycling.$(OBJEXT) \
+	ags-ags_mute_channel_run.$(OBJEXT) \
+	ags-ags_volume_channel_run.$(OBJEXT) \
+	ags-ags_play_channel_run_master.$(OBJEXT) \
+	ags-ags_mute_audio.$(OBJEXT) \
+	ags-ags_volume_audio_signal.$(OBJEXT) \
+	ags-ags_stream_audio_signal.$(OBJEXT) \
+	ags-ags_copy_channel_run.$(OBJEXT) \
+	ags-ags_delay_audio_run.$(OBJEXT) \
+	ags-ags_mute_audio_signal.$(OBJEXT) \
+	ags-ags_buffer_channel_run.$(OBJEXT) \
+	ags-ags_play_audio.$(OBJEXT) \
+	ags-ags_count_beats_audio.$(OBJEXT) \
+	ags-ags_play_channel.$(OBJEXT) \
+	ags-ags_count_beats_audio_run.$(OBJEXT) \
+	ags-ags_stream_recycling.$(OBJEXT) \
+	ags-ags_play_audio_file.$(OBJEXT) \
+	ags-ags_play_notation_audio.$(OBJEXT) \
+	ags-ags_peak_channel.$(OBJEXT) \
+	ags-ags_volume_channel.$(OBJEXT) \
+	ags-ags_copy_pattern_channel_run.$(OBJEXT) \
+	ags-ags_recall_recycling.$(OBJEXT) ags-ags_pattern.$(OBJEXT) \
+	ags-ags_recall_audio_signal.$(OBJEXT) ags-ags_output.$(OBJEXT) \
+	ags-ags_recall_channel_run_dummy.$(OBJEXT) \
+	ags-ags_recall_dependency.$(OBJEXT) \
+	ags-ags_channel_iter.$(OBJEXT) ags-ags_recall.$(OBJEXT) \
+	ags-ags_config.$(OBJEXT) ags-ags_recall_channel.$(OBJEXT) \
+	ags-ags_audio.$(OBJEXT) ags-ags_recall_ladspa_run.$(OBJEXT) \
+	ags-ags_recall_id.$(OBJEXT) ags-ags_task.$(OBJEXT) \
+	ags-ags_recall_ladspa.$(OBJEXT) \
+	ags-ags_recall_factory.$(OBJEXT) \
+	ags-ags_recall_recycling_dummy.$(OBJEXT) \
+	ags-ags_file_id_ref.$(OBJEXT) ags-ags_file_link.$(OBJEXT) \
+	ags-ags_file_sound.$(OBJEXT) ags-ags_file_thread.$(OBJEXT) \
+	ags-ags_file_util.$(OBJEXT) ags-ags_file_lookup.$(OBJEXT) \
+	ags-ags_file_launch.$(OBJEXT) ags-ags_file_gui.$(OBJEXT) \
+	ags-ags_file.$(OBJEXT) ags-ags_record_thread.$(OBJEXT) \
+	ags-ags_returnable_thread.$(OBJEXT) \
+	ags-ags_autosave_thread.$(OBJEXT) \
+	ags-ags_devout_thread.$(OBJEXT) ags-ags_thread_pool.$(OBJEXT) \
+	ags-ags_gui_task_thread.$(OBJEXT) \
+	ags-ags_task_thread.$(OBJEXT) \
+	ags-ags_timestamp_thread.$(OBJEXT) \
+	ags-ags_recycling_thread_callbacks.$(OBJEXT) \
+	ags-ags_iterator_thread.$(OBJEXT) \
+	ags-ags_async_queue.$(OBJEXT) ags-ags_export_thread.$(OBJEXT) \
+	ags-ags_audio_loop.$(OBJEXT) \
+	ags-ags_recycling_thread.$(OBJEXT) \
+	ags-ags_thread-posix.$(OBJEXT) ags-ags_history.$(OBJEXT) \
+	ags-ags_gui_thread.$(OBJEXT) ags-ags_single_thread.$(OBJEXT) \
+	ags-ags_registry.$(OBJEXT) ags-ags_remote_task.$(OBJEXT) \
+	ags-ags_server.$(OBJEXT) ags-ags_plugin_factory.$(OBJEXT) \
+	ags-ags_ladspa_manager.$(OBJEXT)
+ags_OBJECTS = $(am_ags_OBJECTS)
+ags_DEPENDENCIES = libags.a
+ags_LINK = $(CCLD) $(ags_CFLAGS) $(CFLAGS) $(ags_LDFLAGS) $(LDFLAGS) \
+	-o $@
 AM_V_P = $(am__v_P_ at AM_V@)
 am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
 am__v_P_0 = false
@@ -536,30 +365,24 @@ DEFAULT_INCLUDES = -I. at am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
+AM_V_lt = $(am__v_lt_ at AM_V@)
+am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
-	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-	$(AM_CFLAGS) $(CFLAGS)
 AM_V_CC = $(am__v_CC_ at AM_V@)
 am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
 am__v_CC_0 = @echo "  CC      " $@;
 am__v_CC_1 = 
 CCLD = $(CC)
-LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 AM_V_CCLD = $(am__v_CCLD_ at AM_V@)
 am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
 am__v_CCLD_0 = @echo "  CCLD    " $@;
 am__v_CCLD_1 = 
-SOURCES = $(libags_a_SOURCES) $(libags_audio_a_SOURCES) \
-	$(libags_gui_a_SOURCES) $(libags_thread_a_SOURCES) \
-	$(gsequencer_SOURCES)
-DIST_SOURCES = $(libags_a_SOURCES) $(libags_audio_a_SOURCES) \
-	$(libags_gui_a_SOURCES) $(libags_thread_a_SOURCES) \
-	$(gsequencer_SOURCES)
+SOURCES = $(libags_a_SOURCES) $(ags_SOURCES)
+DIST_SOURCES = $(libags_a_SOURCES) $(ags_SOURCES)
 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 	ctags-recursive dvi-recursive html-recursive info-recursive \
 	install-data-recursive install-dvi-recursive \
@@ -646,74 +469,95 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
+ALLOCA = @ALLOCA@
 AMTAR = @AMTAR@
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
+BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 CAIRO_CFLAGS = @CAIRO_CFLAGS@
 CAIRO_LIBS = @CAIRO_LIBS@
+CATOBJEXT = @CATOBJEXT@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+
+# what flags you want to pass to the C compiler & linker
+CFLAGS = -g -I./src -I/usr/include
+CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
 CYGPATH_W = @CYGPATH_W@
+DATADIRNAME = @DATADIRNAME@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
-FGREP = @FGREP@
 GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
 GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
+GENCAT = @GENCAT@
+GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
+GLIBC2 = @GLIBC2@
+GLIBC21 = @GLIBC21@
+GMSGFMT = @GMSGFMT@
+GMSGFMT_015 = @GMSGFMT_015@
 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
 GOBJECT_LIBS = @GOBJECT_LIBS@
 GREP = @GREP@
 GTK_CFLAGS = @GTK_CFLAGS@
 GTK_LIBS = @GTK_LIBS@
+HAVE_ASPRINTF = @HAVE_ASPRINTF@
+HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
+HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
+HAVE_SNPRINTF = @HAVE_SNPRINTF@
+HAVE_VISIBILITY = @HAVE_VISIBILITY@
+HAVE_WPRINTF = @HAVE_WPRINTF@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
+INSTOBJEXT = @INSTOBJEXT@
+INTLBISON = @INTLBISON@
+INTLLIBS = @INTLLIBS@
+INTLOBJS = @INTLOBJS@
+INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
+INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
+INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
+LDFLAGS = -L/lib -L/usr/lib -L/usr/X11/lib
 LIBAO_CFLAGS = @LIBAO_CFLAGS@
 LIBAO_LIBS = @LIBAO_LIBS@
 LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
 LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
+LIBICONV = @LIBICONV@
 LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
 LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
+LIBINTL = @LIBINTL@
+LIBMULTITHREAD = @LIBMULTITHREAD@
 LIBOBJS = @LIBOBJS@
+LIBPTH = @LIBPTH@
+LIBPTH_PREFIX = @LIBPTH_PREFIX@
 LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
+LIBTHREAD = @LIBTHREAD@
 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
 LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
+LTLIBC = @LTLIBC@
+LTLIBICONV = @LTLIBICONV@
+LTLIBINTL = @LTLIBINTL@
+LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
 LTLIBOBJS = @LTLIBOBJS@
+LTLIBPTH = @LTLIBPTH@
+LTLIBTHREAD = @LTLIBTHREAD@
 MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
+MSGFMT = @MSGFMT@
+MSGFMT_015 = @MSGFMT_015@
+MSGMERGE = @MSGMERGE@
 OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
@@ -725,6 +569,8 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
 PKG_CONFIG = @PKG_CONFIG@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+POSUB = @POSUB@
+PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
 RANLIB = @RANLIB@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
@@ -732,18 +578,23 @@ SHELL = @SHELL@
 SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 SNDFILE_LIBS = @SNDFILE_LIBS@
 STRIP = @STRIP@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+USE_NLS = @USE_NLS@
 UUID_CFLAGS = @UUID_CFLAGS@
 UUID_LIBS = @UUID_LIBS@
 VERSION = @VERSION@
+WINDRES = @WINDRES@
+WOE32 = @WOE32@
+WOE32DLL = @WOE32DLL@
+XGETTEXT = @XGETTEXT@
+XGETTEXT_015 = @XGETTEXT_015@
+XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
 XMKMF = @XMKMF@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 am__include = @am__include@
 am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@
@@ -784,993 +635,574 @@ psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
-subdirs = @subdirs@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign
-
-#
-SUBDIRS = po \
-	. \
-	src/ags/util \
-	src/ags/lib \
-	src/ags/object \
-	src/ags/widget \
-	src/ags/audio/task \
-	src/ags/audio/task/recall \
-	src/ags/audio/file \
-	src/ags/audio/recall \
-	src/ags/audio \
-	src/ags/file \
-	src/ags/server \
-	src/ags/X/editor \
-	src/ags/X/machine \
-	src/ags/X \
-	src/ags \
-	doc
-
-
-#
-libags_a_SOURCES = $(ags_util_c_sources) $(ags_lib_c_sources) $(ags_object_c_sources)
-libags_thread_a_SOURCES = $(ags_thread_c_sources)
-libags_audio_a_SOURCES = $(ags_audio_c_sources) $(ags_audio_file_c_sources) $(ags_audio_task_c_sources) $(ags_audio_task_recall_c_sources) $(ags_audio_recall_c_sources)  $(ags_plugin_c_sources)
-libags_gui_a_SOURCES = $(ags_widget_c_sources)
-gsequencer_SOURCES = $(gsequencer_main_c_sources) $(gsequencer_server_c_sources) $(gsequencer_xorg_c_sources) $(gsequencer_machine_c_sources) $(gsequencer_editor_c_sources) $(ags_xorg_task_c_sources) $(gsequencer_file_c_sources)
-
-#
-TARGETS = gsequencer
+SUBDIRS = src doc
 
 # this lists the binaries to produce, the (non-PHONY, binary) targets in
 # the previous manual Makefile
-noinst_LIBRARIES = libags.a libags_thread.a libags_audio.a libags_gui.a
+noinst_LIBRARIES = libags.a
+
+# library
+libags_a_CFLAGS = $(GOBJECT_CFLAGS) $(LIBXML2_CFLAGS) 
+libags_a_SOURCES = ./src/ags-lib/object/ags_connectable.c ./src/ags-lib/object/ags_connectable.h
 
 # application
-libags_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_thread_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_thread_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_thread_a_LIBADD = libags.a
-libags_audio_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_audio_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-libags_audio_a_LIBADD = libags_thread.a libags.a 
-libags_gui_a_CFLAGS = @CFLAGS@ -g -std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-libags_gui_a_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_CFLAGS = @CFLAGS@ -g 	-std=gnu11 -Wall -O -I./src -I/usr/include $(UUID_CFLAGS) $(LIBAO_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBXML2_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS)
-gsequencer_LDFLAGS = @LDFLAGS@ -L/lib -L/usr/lib -L/usr/X11/lib -lm -pthread -lrt -lgmp $(UUID_LIBS) $(LIBAO_LIBS) $(LIBASOUND2_LIBS) $(LIBXML2_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS)
-gsequencer_LDADD = libags_audio.a libags_gui.a libags_thread.a libags.a
-ACLOCAL_AMFLAGS = -I m4
-
-# libags all files
-deprecated_ags_lib_h_sources = 
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	src/ags-lib/object/ags_connectable.h	\
-	src/ags/lib/ags_combo_box_text.h		\
-	src/ags/lib/ags_container.h			\
-	src/ags/lib/ags_list.h			\
-	src/ags/lib/ags_log.h			\
-	src/ags/lib/ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	src/ags-lib/object/ags_connectable.c	\
-	src/ags/lib/ags_combo_box_text.c		\
-	src/ags/lib/ags_container.c			\
-	src/ags/lib/ags_list.c			\
-	src/ags/lib/ags_log.c			\
-	src/ags/lib/ags_parameter.c
-
-deprecated_ags_util_h_sources = 
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	src/ags/util/ags_id_generator.h
-
-deprecated_ags_util_c_sources = 
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	src/ags/util/ags_id_generator.c
-
-deprecated_ags_object_h_sources = 
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	src/ags/object/ags_init.h			\
-	src/ags/object/ags_application_context.h	\
-	src/ags/object/ags_config.h			\
-	src/ags/object/ags_applicable.h			\
-	src/ags/object/ags_countable.h			\
-	src/ags/object/ags_dynamic_connectable.h	\
-	src/ags/object/ags_effect.h			\
-	src/ags/object/ags_main_loop.h			\
-	src/ags/object/ags_marshal.h			\
-	src/ags/object/ags_mutable.h			\
-	src/ags/object/ags_packable.h			\
-	src/ags/object/ags_persistable.h		\
-	src/ags/object/ags_playable.h			\
-	src/ags/object/ags_plugin.h			\
-	src/ags/object/ags_portlet.h			\
-	src/ags/object/ags_runnable.h			\
-	src/ags/object/ags_seekable.h			\
-	src/ags/object/ags_soundcard.h			\
-	src/ags/object/ags_stackable.h			\
-	src/ags/object/ags_tactable.h			\
-	src/ags/object/ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	src/ags/object/ags_init.c			\
-	src/ags/object/ags_application_context.c	\
-	src/ags/object/ags_config.c			\
-	src/ags/object/ags_applicable.c			\
-	src/ags/object/ags_countable.c			\
-	src/ags/object/ags_dynamic_connectable.c	\
-	src/ags/object/ags_effect.c			\
-	src/ags/object/ags_main_loop.c			\
-	src/ags/object/ags_marshal.c			\
-	src/ags/object/ags_mutable.c			\
-	src/ags/object/ags_packable.c			\
-	src/ags/object/ags_persistable.c		\
-	src/ags/object/ags_plugin.c			\
-	src/ags/object/ags_portlet.c			\
-	src/ags/object/ags_runnable.c			\
-	src/ags/object/ags_seekable.c			\
-	src/ags/object/ags_soundcard.c			\
-	src/ags/object/ags_stackable.c			\
-	src/ags/object/ags_tactable.c			\
-	src/ags/object/ags_tree_iterator.c
-
-deprecated_ags_plugin_h_sources = 
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	src/ags/plugin/ags_ladspa_manager.h		\
-	src/ags/plugin/ags_plugin_factory.h		\
-	src/ags/plugin/ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	src/ags/plugin/ags_ladspa_manager.c		\
-	src/ags/plugin/ags_plugin_factory.c
-
-
-# libags_thread all files
-deprecated_ags_thread_h_sources = \
-	src/ags/thread/ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	src/ags/thread/ags_thread_init.h		\
-	src/ags/thread/ags_thread_application_context.h	\
-	src/ags/thread/ags_concurrency_provider.h	\
-	src/ags/thread/ags_async_queue.h		\
-	src/ags/thread/ags_audio_loop.h			\
-	src/ags/thread/ags_autosave_thread.h		\
-	src/ags/thread/ags_devout_thread.h		\
-	src/ags/thread/ags_export_thread.h		\
-	src/ags/thread/ags_gui_thread.h			\
-	src/ags/thread/ags_iterator_thread.h		\
-	src/ags/thread/ags_record_thread.h		\
-	src/ags/thread/ags_recycling_thread_callbacks.h \
-	src/ags/thread/ags_recycling_thread.h		\
-	src/ags/thread/ags_returnable_thread.h		\
-	src/ags/thread/ags_single_thread.h		\
-	src/ags/thread/ags_task_thread.h		\
-	src/ags/thread/ags_thread_pool.h		\
-	src/ags/thread/ags_thread-posix.h		\
-	src/ags/thread/ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	src/ags/thread/ags_thread_init.c		\
-	src/ags/thread/ags_thread_application_context.c	\
-	src/ags/thread/ags_concurrency_provider.c	\
-	src/ags/thread/ags_async_queue.c		\
-	src/ags/thread/ags_audio_loop.c			\
-	src/ags/thread/ags_autosave_thread.c		\
-	src/ags/thread/ags_devout_thread.c		\
-	src/ags/thread/ags_export_thread.c		\
-	src/ags/thread/ags_gui_thread.c			\
-	src/ags/thread/ags_iterator_thread.c		\
-	src/ags/thread/ags_record_thread.c		\
-	src/ags/thread/ags_recycling_thread_callbacks.c \
-	src/ags/thread/ags_recycling_thread.c		\
-	src/ags/thread/ags_returnable_thread.c		\
-	src/ags/thread/ags_single_thread.c		\
-	src/ags/thread/ags_task_thread.c		\
-	src/ags/thread/ags_thread_pool.c		\
-	src/ags/thread/ags_thread-posix.c		\
-	src/ags/thread/ags_timestamp_thread.c
-
-
-# libags_gui all files
-odeprecated_ags_widget_h_sources = 
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	src/ags/widget/ags_gui_init.h			\
-	src/ags/widget/ags_cartesian.h			\
-	src/ags/widget/ags_dial.h 			\
-	src/ags/widget/ags_expander.h			\
-	src/ags/widget/ags_expander_set.h		\
-	src/ags/widget/ags_hindicator.h		\
-	src/ags/widget/ags_htimebar.h			\
-	src/ags/widget/ags_indicator.h			\
-	src/ags/widget/ags_led.h			\
-	src/ags/widget/ags_menu.h			\
-	src/ags/widget/ags_menu_item.h			\
-	src/ags/widget/ags_option_menu.h		\
-	src/ags/widget/ags_ruler.h			\
-	src/ags/widget/ags_segment.h			\
-	src/ags/widget/ags_table.h			\
-	src/ags/widget/ags_timebar.h			\
-	src/ags/widget/ags_vindicator.h		\
-	src/ags/widget/ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	src/ags/widget/ags_gui_init.c			\
-	src/ags/widget/ags_cartesian.c			\
-	src/ags/widget/ags_dial.c 			\
-	src/ags/widget/ags_expander.c			\
-	src/ags/widget/ags_expander_set.c		\
-	src/ags/widget/ags_hindicator.c		\
-	src/ags/widget/ags_htimebar.c			\
-	src/ags/widget/ags_indicator.c			\
-	src/ags/widget/ags_led.c			\
-	src/ags/widget/ags_menu.c			\
-	src/ags/widget/ags_menu_item.c			\
-	src/ags/widget/ags_option_menu.c		\
-	src/ags/widget/ags_ruler.c			\
-	src/ags/widget/ags_segment.c			\
-	src/ags/widget/ags_table.c			\
-	src/ags/widget/ags_timebar.c			\
-	src/ags/widget/ags_vindicator.c		\
-	src/ags/widget/ags_waveform.c
-
-
-# libags_audio all files
-deprecated_ags_audio_h_sources = \
-	src/ags/audio/ags_garbage_collector.h	\
-	src/ags/audio/ags_effect.h		\
-	src/ags/audio/ags_libao.h		\
-	src/ags/audio/ags_timestamp.h		\
-	src/ags/audio/ags_timestamp_factory.h	
-
-ags_audio_h_sources = \
-	$(deprecated_ags_audio_h_sources) \
-	src/ags/audio/ags_audio_init.h		\
-	src/ags/audio/ags_audio_application_context.h	\
-	src/ags/audio/ags_sound_provider.h	\
-	src/ags/audio/ags_acceleration.h	\
-	src/ags/audio/ags_audio.h		\
-	src/ags/audio/ags_audio_signal.h	\
-	src/ags/audio/ags_automation.h		\
-	src/ags/audio/ags_channel.h		\
-	src/ags/audio/ags_channel_iter.h	\
-	src/ags/audio/ags_devout.h		\
-	src/ags/audio/ags_input.h		\
-	src/ags/audio/ags_notation.h		\
-	src/ags/audio/ags_note.h		\
-	src/ags/audio/ags_output.h		\
-	src/ags/audio/ags_pattern.h		\
-	src/ags/audio/ags_port.h		\
-	src/ags/audio/ags_recall_audio.h	\
-	src/ags/audio/ags_recall_audio_run.h	\
-	src/ags/audio/ags_recall_audio_signal.h \
-	src/ags/audio/ags_recall_channel.h	\
-	src/ags/audio/ags_recall_channel_run_dummy.h \
-	src/ags/audio/ags_recall_channel_run.h \
-	src/ags/audio/ags_recall_container.h	\
-	src/ags/audio/ags_recall_dependency.h	\
-	src/ags/audio/ags_recall_factory.h	\
-	src/ags/audio/ags_recall.h		\
-	src/ags/audio/ags_recall_id.h		\
-	src/ags/audio/ags_recall_ladspa.h	\
-	src/ags/audio/ags_recall_ladspa_run.h	\
-	src/ags/audio/ags_recall_recycling_dummy.h \
-	src/ags/audio/ags_recall_recycling.h	\
-	src/ags/audio/ags_recycling_container.h \
-	src/ags/audio/ags_recycling.h		\
-	src/ags/audio/ags_synths.h		\
-	src/ags/audio/ags_task.h		\
-	src/ags/audio/ags_timestamp_factory.h	\
-	src/ags/audio/ags_timestamp.h
-
-deprecated_ags_audio_c_sources = \
-	src/ags/audio/ags_garbage_collector.c	\
-	src/ags/audio/ags_libao.c		\
-	src/ags/audio/ags_timestamp.c		\
-	src/ags/audio/ags_timestamp_factory.c	
-
-ags_audio_c_sources = \
-	$(deprecated_ags_audio_c_sources) \
-	src/ags/audio/ags_audio_init.c		\
-	src/ags/audio/ags_audio_application_context.c	\
-	src/ags/audio/ags_sound_provider.c	\
-	src/ags/audio/ags_acceleration.c	\
-	src/ags/object/ags_playable.c		\
-	src/ags/audio/ags_audio.c		\
-	src/ags/audio/ags_audio_signal.c	\
-	src/ags/audio/ags_automation.c		\
-	src/ags/audio/ags_channel.c		\
-	src/ags/audio/ags_channel_iter.c	\
-	src/ags/audio/ags_devout.c		\
-	src/ags/audio/ags_input.c		\
-	src/ags/audio/ags_notation.c		\
-	src/ags/audio/ags_note.c		\
-	src/ags/audio/ags_output.c		\
-	src/ags/audio/ags_pattern.c		\
-	src/ags/audio/ags_port.c		\
-	src/ags/audio/ags_recall_audio.c	\
-	src/ags/audio/ags_recall_audio_run.c	\
-	src/ags/audio/ags_recall_audio_signal.c \
-	src/ags/audio/ags_recall_channel.c	\
-	src/ags/audio/ags_recall_channel_run_dummy.c \
-	src/ags/audio/ags_recall_channel_run.c \
-	src/ags/audio/ags_recall_container.c	\
-	src/ags/audio/ags_recall_dependency.c	\
-	src/ags/audio/ags_recall_factory.c	\
-	src/ags/audio/ags_recall.c		\
-	src/ags/audio/ags_recall_id.c		\
-	src/ags/audio/ags_recall_ladspa.c	\
-	src/ags/audio/ags_recall_ladspa_run.c	\
-	src/ags/audio/ags_recall_recycling_dummy.c \
-	src/ags/audio/ags_recall_recycling.c	\
-	src/ags/audio/ags_recycling_container.c \
-	src/ags/audio/ags_recycling.c		\
-	src/ags/audio/ags_synths.c		\
-	src/ags/audio/ags_task.c		\
-	src/ags/audio/ags_timestamp_factory.c	\
-	src/ags/audio/ags_timestamp.c
-
-deprecated_ags_audio_file_h_sources = \
-	src/ags/audio/file/ags_audio_file_xml.h	
-
-ags_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	src/ags/audio/file/ags_audio_file.h	\
-	src/ags/audio/file/ags_ipatch.h		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.h	\
-	src/ags/audio/file/ags_sndfile.h
-
-deprecated_ags_audio_file_c_sources = \
-	src/ags/audio/file/ags_audio_file_xml.c
-
-ags_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	src/ags/audio/file/ags_audio_file.c	\
-	src/ags/audio/file/ags_ipatch.c		\
-	src/ags/audio/file/ags_ipatch_sf2_reader.c	\
-	src/ags/audio/file/ags_sndfile.c
-
-deprecated_ags_audio_recall_h_sources = \
-	src/ags/audio/recall/ags_amplifier.h			\
-	src/ags/audio/recall/ags_clone_channel.h		\
-	src/ags/audio/recall/ags_clone_channel_run.h		\
-	src/ags/audio/recall/ags_down_mix.h			\
-	src/ags/audio/recall/ags_echo.h			\
-	src/ags/audio/recall/ags_loop_channel.h		\
-	src/ags/audio/recall/ags_loop_channel_run.h		\
-	src/ags/audio/recall/ags_play_note.h			\
-	src/ags/audio/recall/ags_stream.h
-
-ags_audio_recall_h_sources = \
-	$(deprecated_ags_audio_recall_h_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.h	\
-	src/ags/audio/recall/ags_buffer_channel.h		\
-	src/ags/audio/recall/ags_buffer_channel_run.h	\
-	src/ags/audio/recall/ags_buffer_recycling.h		\
-	src/ags/audio/recall/ags_copy_audio_signal.h		\
-	src/ags/audio/recall/ags_copy_channel.h		\
-	src/ags/audio/recall/ags_copy_channel_run.h		\
-	src/ags/audio/recall/ags_copy_notation_audio.h	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio.h	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel.h	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.h	\
-	src/ags/audio/recall/ags_copy_recycling.h		\
-	src/ags/audio/recall/ags_count_beats_audio.h		\
-	src/ags/audio/recall/ags_count_beats_audio_run.h	\
-	src/ags/audio/recall/ags_delay_audio.h 		\
-	src/ags/audio/recall/ags_delay_audio_run.h		\
-	src/ags/audio/recall/ags_mute_audio.h		\
-	src/ags/audio/recall/ags_mute_audio_signal.h		\
-	src/ags/audio/recall/ags_mute_channel.h		\
-	src/ags/audio/recall/ags_mute_channel_run.h		\
-	src/ags/audio/recall/ags_mute_recycling.h		\
-	src/ags/audio/recall/ags_peak_channel.h		\
-	src/ags/audio/recall/ags_peak_channel_run.h		\
-	src/ags/audio/recall/ags_play_audio_file.h		\
-	src/ags/audio/recall/ags_play_audio.h		\
-	src/ags/audio/recall/ags_play_audio_signal.h		\
-	src/ags/audio/recall/ags_play_channel.h		\
-	src/ags/audio/recall/ags_play_channel_run.h		\
-	src/ags/audio/recall/ags_play_channel_run_master.h	\
-	src/ags/audio/recall/ags_play_notation_audio.h	\
-	src/ags/audio/recall/ags_play_notation_audio_run.h	\
-	src/ags/audio/recall/ags_play_pattern.h		\
-	src/ags/audio/recall/ags_play_recycling.h		\
-	src/ags/audio/recall/ags_stream_audio_signal.h	\
-	src/ags/audio/recall/ags_stream_channel.h		\
-	src/ags/audio/recall/ags_stream_channel_run.h	\
-	src/ags/audio/recall/ags_stream_recycling.h		\
-	src/ags/audio/recall/ags_volume_audio_signal.h	\
-	src/ags/audio/recall/ags_volume_channel.h		\
-	src/ags/audio/recall/ags_volume_channel_run.h	\
-	src/ags/audio/recall/ags_volume_recycling.h
-
-deprecated_ags_audio_recall_c_sources = \
-	src/ags/audio/recall/ags_amplifier.c			\
-	src/ags/audio/recall/ags_clone_channel.c		\
-	src/ags/audio/recall/ags_clone_channel_run.c		\
-	src/ags/audio/recall/ags_echo.c			\
-	src/ags/audio/recall/ags_loop_channel.c		\
-	src/ags/audio/recall/ags_loop_channel_run.c		\
-	src/ags/audio/recall/ags_play_note.c			\
-	src/ags/audio/recall/ags_stream.c
-
-ags_audio_recall_c_sources = \
-	$(deprecated_ags_audio_recall_c_sources) \
-	src/ags/audio/recall/ags_buffer_audio_signal.c	\
-	src/ags/audio/recall/ags_buffer_channel.c		\
-	src/ags/audio/recall/ags_buffer_channel_run.c	\
-	src/ags/audio/recall/ags_buffer_recycling.c		\
-	src/ags/audio/recall/ags_copy_audio_signal.c		\
-	src/ags/audio/recall/ags_copy_channel.c		\
-	src/ags/audio/recall/ags_copy_channel_run.c		\
-	src/ags/audio/recall/ags_copy_notation_audio.c	\
-	src/ags/audio/recall/ags_copy_notation_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio.c	\
-	src/ags/audio/recall/ags_copy_pattern_audio_run.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel.c	\
-	src/ags/audio/recall/ags_copy_pattern_channel_run.c	\
-	src/ags/audio/recall/ags_copy_recycling.c		\
-	src/ags/audio/recall/ags_count_beats_audio.c		\
-	src/ags/audio/recall/ags_count_beats_audio_run.c	\
-	src/ags/audio/recall/ags_delay_audio.c 		\
-	src/ags/audio/recall/ags_delay_audio_run.c		\
-	src/ags/audio/recall/ags_mute_audio.c		\
-	src/ags/audio/recall/ags_mute_audio_signal.c		\
-	src/ags/audio/recall/ags_mute_channel.c		\
-	src/ags/audio/recall/ags_mute_channel_run.c		\
-	src/ags/audio/recall/ags_mute_recycling.c		\
-	src/ags/audio/recall/ags_peak_channel.c		\
-	src/ags/audio/recall/ags_peak_channel_run.c		\
-	src/ags/audio/recall/ags_play_audio_file.c		\
-	src/ags/audio/recall/ags_play_audio.c		\
-	src/ags/audio/recall/ags_play_audio_signal.c		\
-	src/ags/audio/recall/ags_play_channel.c		\
-	src/ags/audio/recall/ags_play_channel_run.c		\
-	src/ags/audio/recall/ags_play_channel_run_master.c	\
-	src/ags/audio/recall/ags_play_notation_audio.c	\
-	src/ags/audio/recall/ags_play_notation_audio_run.c	\
-	src/ags/audio/recall/ags_play_pattern.c		\
-	src/ags/audio/recall/ags_play_recycling.c		\
-	src/ags/audio/recall/ags_stream_audio_signal.c	\
-	src/ags/audio/recall/ags_stream_channel.c		\
-	src/ags/audio/recall/ags_stream_channel_run.c	\
-	src/ags/audio/recall/ags_stream_recycling.c		\
-	src/ags/audio/recall/ags_volume_audio_signal.c	\
-	src/ags/audio/recall/ags_volume_channel.c		\
-	src/ags/audio/recall/ags_volume_channel_run.c	\
-	src/ags/audio/recall/ags_volume_recycling.c
-
-deprecated_ags_task_h_sources = \
-	src/ags/audio/task/ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	src/ags/audio/task/ags_add_audio.h		\
-	src/ags/audio/task/ags_add_audio_signal.h	\
-	src/ags/audio/task/ags_add_note.h		\
-	src/ags/audio/task/ags_add_recall_container.h \
-	src/ags/audio/task/ags_add_recall.h	\
-	src/ags/audio/task/ags_append_audio.h	\
+ags_CFLAGS = $(CFLAGS) $(UUID_CFLAGS) $(LIBASOUND2_CFLAGS) $(LIBAO_CFLAGS) $(LIBXML2_CFLAGS) $(OPENSSL_CFLAGS) $(SNDFILE_CFLAGS) $(LIBINSTPATCH_CFLAGS) $(GOBJECT_CFLAGS) $(GDKPIXBUF_CFLAGS) $(CAIRO_CFLAGS) $(GTK_CFLAGS) $(XMLRPC_CFLAGS) $(XMLRPC_UTIL_CFLAGS) $(XMLRPC_SERVER_ABYSS_CFLAGS) $(XMLRPC_SERVER_CGI_CFLAGS) $(XMLRPC_SERVER_CFLAGS) $(PTH_FLAGS)
+ags_LDFLAGS = -ldl $(LDFLAGS) $(UUID_LIBS) $(LIBASOUND2_LIBS) $(LIBAO_LIBS) $(LIBXML2_LIBS) $(OPENSSL_LIBS) $(SNDFILE_LIBS) $(LIBINSTPATCH_LIBS) $(GOBJECT_LIBS) $(GDKPIXBUF_LIBS) $(CAIRO_LIBS) $(GTK_LIBS) $(XMLRPC_LIBS) $(XMLRPC_UTIL_LIBS) $(XMLRPC_SERVER_ABYSS_LIBS) $(XMLRPC_SERVER_CGI_LIBS) $(XMLRPC_SERVER_LIBS) -lm -lrt -lX11 -pthread
+ags_LDADD = libags.a
+ags_SOURCES = src/ags/lib/ags_combo_box_text.c src/ags/lib/ags_list.c \
+	src/ags/lib/ags_container.c src/ags/lib/ags_parameter.h \
+	src/ags/lib/ags_list.h src/ags/lib/ags_log.c \
+	src/ags/lib/ags_container.h src/ags/lib/ags_combo_box_text.h \
+	src/ags/lib/ags_log.h src/ags/lib/ags_parameter.c \
+	src/ags/X/editor/ags_notebook_callbacks.c \
+	src/ags/X/editor/ags_meter.h src/ags/X/editor/ags_toolbar.h \
+	src/ags/X/editor/ags_machine_radio_button.h \
+	src/ags/X/editor/ags_file_selection_callbacks.h \
+	src/ags/X/editor/ags_notebook_callbacks.h \
+	src/ags/X/editor/ags_note_edit.h \
+	src/ags/X/editor/ags_meter_callbacks.c \
+	src/ags/X/editor/ags_notebook.h \
+	src/ags/X/editor/ags_sf2_chooser.h \
+	src/ags/X/editor/ags_toolbar_mode_stock.h \
+	src/ags/X/editor/ags_meter_callbacks.h \
+	src/ags/X/editor/ags_toolbar_callbacks.c \
+	src/ags/X/editor/ags_machine_selector.c \
+	src/ags/X/editor/ags_machine_selector_callbacks.c \
+	src/ags/X/editor/ags_machine_radio_button.c \
+	src/ags/X/editor/ags_sf2_chooser.c \
+	src/ags/X/editor/ags_machine_selector_callbacks.h \
+	src/ags/X/editor/ags_sf2_chooser_callbacks.c \
+	src/ags/X/editor/ags_notebook.c \
+	src/ags/X/editor/ags_note_edit_callbacks.c \
+	src/ags/X/editor/ags_file_selection_callbacks.c \
+	src/ags/X/editor/ags_machine_selection.c \
+	src/ags/X/editor/ags_inline_player_callbacks.h \
+	src/ags/X/editor/ags_inline_player.c \
+	src/ags/X/editor/ags_meter.c \
+	src/ags/X/editor/ags_file_selection.h \
+	src/ags/X/editor/ags_inline_player.h \
+	src/ags/X/editor/ags_sf2_chooser_callbacks.h \
+	src/ags/X/editor/ags_file_selection.c \
+	src/ags/X/editor/ags_machine_selector.h \
+	src/ags/X/editor/ags_note_edit_callbacks.h \
+	src/ags/X/editor/ags_note_edit.c \
+	src/ags/X/editor/ags_inline_player_callbacks.c \
+	src/ags/X/editor/ags_toolbar_callbacks.h \
+	src/ags/X/editor/ags_machine_selection.h \
+	src/ags/X/editor/ags_toolbar.c src/ags/X/ags_line_callbacks.h \
+	src/ags/X/ags_plugin_preferences.c src/ags/X/ags_link_editor.c \
+	src/ags/X/ags_pad_callbacks.h \
+	src/ags/X/ags_machine_callbacks.c \
+	src/ags/X/ags_server_preferences_callbacks.h \
+	src/ags/X/ags_listing_editor_callbacks.c \
+	src/ags/X/ags_link_collection_editor_callbacks.c \
+	src/ags/X/ags_generic_preferences_callbacks.c \
+	src/ags/X/ags_property_collection_editor_callbacks.c \
+	src/ags/X/ags_property_collection_editor.h \
+	src/ags/X/ags_resize_editor.h src/ags/X/ags_property_editor.h \
+	src/ags/X/ags_window_callbacks.h \
+	src/ags/X/ags_property_editor_callbacks.c \
+	src/ags/X/machine/ags_synth_callbacks.h \
+	src/ags/X/machine/ags_synth.c src/ags/X/machine/ags_mixer.c \
+	src/ags/X/machine/ags_matrix_callbacks.c \
+	src/ags/X/machine/ags_panel_input_line.c \
+	src/ags/X/machine/ags_synth_input_line.c \
+	src/ags/X/machine/ags_drum_callbacks.h \
+	src/ags/X/machine/ags_mixer_callbacks.c \
+	src/ags/X/machine/ags_synth_callbacks.c \
+	src/ags/X/machine/ags_ffplayer_callbacks.h \
+	src/ags/X/machine/ags_drum_input_line.h \
+	src/ags/X/machine/ags_matrix.h \
+	src/ags/X/machine/ags_mixer_input_line.c \
+	src/ags/X/machine/ags_oscillator.c \
+	src/ags/X/machine/ags_oscillator.h \
+	src/ags/X/machine/ags_oscillator_callbacks.h \
+	src/ags/X/machine/ags_mixer.h \
+	src/ags/X/machine/ags_panel_input_pad.h \
+	src/ags/X/machine/ags_panel_input_pad.c \
+	src/ags/X/machine/ags_matrix.c src/ags/X/machine/ags_panel.h \
+	src/ags/X/machine/ags_drum_output_line_callbacks.c \
+	src/ags/X/machine/ags_ffplayer.h \
+	src/ags/X/machine/ags_panel_callbacks.c \
+	src/ags/X/machine/ags_mixer_input_pad.c \
+	src/ags/X/machine/ags_panel.c src/ags/X/machine/ags_drum.c \
+	src/ags/X/machine/ags_matrix_callbacks.h \
+	src/ags/X/machine/ags_drum_output_line.h \
+	src/ags/X/machine/ags_drum_output_pad.h \
+	src/ags/X/machine/ags_synth_input_pad.h \
+	src/ags/X/machine/ags_panel_callbacks.h \
+	src/ags/X/machine/ags_ffplayer.c \
+	src/ags/X/machine/ags_drum_output_line_callbacks.h \
+	src/ags/X/machine/ags_drum_output_pad_callbacks.c \
+	src/ags/X/machine/ags_drum_output_pad_callbacks.h \
+	src/ags/X/machine/ags_drum_input_pad_callbacks.h \
+	src/ags/X/machine/ags_oscillator_callbacks.c \
+	src/ags/X/machine/ags_drum_callbacks.c \
+	src/ags/X/machine/ags_synth_input_line.h \
+	src/ags/X/machine/ags_drum_input_pad_callbacks.c \
+	src/ags/X/machine/ags_drum_input_pad.c \
+	src/ags/X/machine/ags_panel_input_line.h \
+	src/ags/X/machine/ags_drum_input_line_callbacks.h \
+	src/ags/X/machine/ags_drum_output_line.c \
+	src/ags/X/machine/ags_mixer_callbacks.h \
+	src/ags/X/machine/ags_synth.h \
+	src/ags/X/machine/ags_mixer_input_line.h \
+	src/ags/X/machine/ags_drum.h \
+	src/ags/X/machine/ags_drum_input_line.c \
+	src/ags/X/machine/ags_ffplayer_callbacks.c \
+	src/ags/X/machine/ags_drum_output_pad.c \
+	src/ags/X/machine/ags_drum_input_pad.h \
+	src/ags/X/machine/ags_drum_input_line_callbacks.c \
+	src/ags/X/machine/ags_mixer_input_pad.h \
+	src/ags/X/machine/ags_synth_input_pad.c \
+	src/ags/X/ags_server_preferences.h \
+	src/ags/X/ags_line_editor_callbacks.h \
+	src/ags/X/ags_pad_editor_callbacks.c \
+	src/ags/X/ags_listing_editor_callbacks.h \
+	src/ags/X/ags_line_member_callbacks.c src/ags/X/ags_editor.h \
+	src/ags/X/ags_machine_editor.h \
+	src/ags/X/ags_plugin_preferences_callbacks.h \
+	src/ags/X/ags_export_window_callbacks.h \
+	src/ags/X/ags_editor_callbacks.c src/ags/X/ags_pad_editor.h \
+	src/ags/X/ags_server_preferences.c src/ags/X/ags_line_editor.c \
+	src/ags/X/ags_ladspa_browser.h \
+	src/ags/X/ags_audio_preferences.c src/ags/X/ags_pad.c \
+	src/ags/X/ags_line.c src/ags/X/ags_menu_bar_callbacks.c \
+	src/ags/X/ags_generic_preferences_callbacks.h \
+	src/ags/X/ags_pad.h \
+	src/ags/X/ags_audio_preferences_callbacks.h \
+	src/ags/X/ags_generic_preferences.c src/ags/X/ags_window.c \
+	src/ags/X/ags_machine_editor_callbacks.h \
+	src/ags/X/ags_editor_callbacks.h \
+	src/ags/X/ags_menu_bar_callbacks.h \
+	src/ags/X/ags_line_member_editor.h \
+	src/ags/X/ags_property_collection_editor_callbacks.h \
+	src/ags/X/ags_line_editor_callbacks.c \
+	src/ags/X/ags_property_editor.c \
+	src/ags/X/ags_link_editor_callbacks.c \
+	src/ags/X/ags_server_preferences_callbacks.c \
+	src/ags/X/ags_pad_callbacks.c src/ags/X/ags_line_member.h \
+	src/ags/X/ags_audio_preferences_callbacks.c \
+	src/ags/X/ags_performance_preferences.h \
+	src/ags/X/ags_property_collection_editor.c \
+	src/ags/X/ags_performance_preferences_callbacks.h \
+	src/ags/X/ags_line.h src/ags/X/ags_machine.c \
+	src/ags/X/ags_preferences_callbacks.c \
+	src/ags/X/ags_export_window.c src/ags/X/ags_menu_bar.c \
+	src/ags/X/ags_plugin_preferences_callbacks.c \
+	src/ags/X/ags_line_member_callbacks.h \
+	src/ags/X/ags_preferences.c src/ags/X/ags_export_window.h \
+	src/ags/X/ags_pad_editor_callbacks.h src/ags/X/ags_window.h \
+	src/ags/X/ags_machine_callbacks.h src/ags/X/ags_machine.h \
+	src/ags/X/ags_line_callbacks.c \
+	src/ags/X/ags_link_editor_callbacks.h \
+	src/ags/X/ags_navigation_callbacks.h \
+	src/ags/X/ags_pad_editor.c src/ags/X/ags_ladspa_browser.c \
+	src/ags/X/ags_editor.c src/ags/X/ags_resize_editor.c \
+	src/ags/X/ags_property_listing_editor.c \
+	src/ags/X/ags_property_editor_callbacks.h \
+	src/ags/X/ags_line_member_editor_callbacks.h \
+	src/ags/X/ags_window_callbacks.c \
+	src/ags/X/ags_audio_preferences.h \
+	src/ags/X/ags_navigation_callbacks.c \
+	src/ags/X/ags_plugin_preferences.h \
+	src/ags/X/ags_performance_preferences_callbacks.c \
+	src/ags/X/ags_line_member.c src/ags/X/ags_preferences.h \
+	src/ags/X/ags_generic_preferences.h src/ags/X/ags_navigation.h \
+	src/ags/X/ags_listing_editor.h \
+	src/ags/X/ags_performance_preferences.c \
+	src/ags/X/ags_link_editor.h \
+	src/ags/X/ags_ladspa_browser_callbacks.c \
+	src/ags/X/ags_link_collection_editor.c \
+	src/ags/X/ags_preferences_callbacks.h \
+	src/ags/X/ags_machine_editor_callbacks.c \
+	src/ags/X/ags_menu_bar.h \
+	src/ags/X/ags_export_window_callbacks.c \
+	src/ags/X/ags_line_member_editor_callbacks.c \
+	src/ags/X/ags_link_collection_editor.h \
+	src/ags/X/ags_link_collection_editor_callbacks.h \
+	src/ags/X/ags_property_listing_editor.h \
+	src/ags/X/ags_navigation.c src/ags/X/ags_machine_editor.c \
+	src/ags/X/ags_line_member_editor.c \
+	src/ags/X/ags_ladspa_browser_callbacks.h \
+	src/ags/X/ags_line_editor.h src/ags/X/ags_listing_editor.c \
+	src/ags/object/ags_applicable.c src/ags/object/ags_seekable.h \
+	src/ags/object/ags_packable.c src/ags/object/ags_persistable.h \
+	src/ags/object/ags_packable.h src/ags/object/ags_applicable.h \
+	src/ags/object/ags_main_loop.c src/ags/object/ags_soundcard.c \
+	src/ags/object/ags_marshal.c src/ags/object/ags_mutable.h \
+	src/ags/object/ags_plugin.h src/ags/object/ags_stackable.h \
+	src/ags/object/ags_runnable.c src/ags/object/ags_tactable.h \
+	src/ags/object/ags_mutable.c src/ags/object/ags_runnable.h \
+	src/ags/object/ags_effect.c src/ags/object/ags_playable.c \
+	src/ags/object/ags_dynamic_connectable.c \
+	src/ags/object/ags_seekable.c src/ags/object/ags_countable.c \
+	src/ags/object/ags_plugin.c src/ags/object/ags_tree_iterator.h \
+	src/ags/object/ags_playable.h src/ags/object/ags_effect.h \
+	src/ags/object/ags_soundcard.h src/ags/object/ags_countable.h \
+	src/ags/object/ags_marshal.h src/ags/object/ags_portlet.h \
+	src/ags/object/ags_dynamic_connectable.h \
+	src/ags/object/ags_tactable.c \
+	src/ags/object/ags_tree_iterator.c \
+	src/ags/object/ags_persistable.c \
+	src/ags/object/ags_main_loop.h src/ags/object/ags_stackable.c \
+	src/ags/object/ags_portlet.c src/ags/util/ags_id_generator.c \
+	src/ags/util/ags_id_generator.h src/ags/widget/ags_led.h \
+	src/ags/widget/ags_expander_set.c \
+	src/ags/widget/ags_expander_set.h src/ags/widget/ags_menu.c \
+	src/ags/widget/ags_hindicator.h src/ags/widget/ags_menu.h \
+	src/ags/widget/ags_timebar.c src/ags/widget/ags_dial.c \
+	src/ags/widget/ags_ruler.h src/ags/widget/ags_dial.h \
+	src/ags/widget/ags_segment.c src/ags/widget/ags_htimebar.c \
+	src/ags/widget/ags_option_menu.h \
+	src/ags/widget/ags_indicator.c src/ags/widget/ags_htimebar.h \
+	src/ags/widget/ags_option_menu.c src/ags/widget/ags_expander.h \
+	src/ags/widget/ags_menu_item.h src/ags/widget/ags_hindicator.c \
+	src/ags/widget/ags_cartesian.h src/ags/widget/ags_indicator.h \
+	src/ags/widget/ags_cartesian.c src/ags/widget/ags_menu_item.c \
+	src/ags/widget/ags_waveform.c src/ags/widget/ags_ruler.c \
+	src/ags/widget/ags_expander.c src/ags/widget/ags_vindicator.c \
+	src/ags/widget/ags_timebar.h src/ags/widget/ags_led.c \
+	src/ags/widget/ags_waveform.h src/ags/widget/ags_table.c \
+	src/ags/widget/ags_table.h src/ags/widget/ags_vindicator.h \
+	src/ags/widget/ags_segment.h src/ags/main.c \
+	src/ags/audio/task/ags_export_output.h \
+	src/ags/audio/task/ags_set_output_device.c \
+	src/ags/audio/task/ags_add_audio.h \
+	src/ags/audio/task/ags_set_samplerate.c \
+	src/ags/audio/task/ags_remove_point_from_selection.c \
+	src/ags/audio/task/ags_save_file.h \
+	src/ags/audio/task/ags_set_buffer_size.h \
+	src/ags/audio/task/ags_link_channel.c \
+	src/ags/audio/task/ags_save_file.c \
 	src/ags/audio/task/ags_append_audio_threaded.h \
-	src/ags/audio/task/ags_append_channel.h	\
-	src/ags/audio/task/ags_append_recall.h	\
-	src/ags/audio/task/ags_apply_synth.h	\
-	src/ags/audio/task/ags_audio_set_recycling.h \
-	src/ags/audio/task/ags_cancel_audio.h	\
-	src/ags/audio/task/ags_cancel_channel.h	\
-	src/ags/audio/task/ags_cancel_recall.h	\
-	src/ags/audio/task/ags_channel_set_recycling.h \
-	src/ags/audio/task/ags_export_output.h	\
-	src/ags/audio/task/ags_init_audio.h	\
-	src/ags/audio/task/ags_init_channel.h	\
-	src/ags/audio/task/ags_link_channel.h	\
-	src/ags/audio/task/ags_open_file.h		\
-	src/ags/audio/task/ags_open_single_file.h	\
-	src/ags/audio/task/ags_remove_audio.h	\
-	src/ags/audio/task/ags_remove_audio_signal.h \
-	src/ags/audio/task/ags_remove_note.h	\
-	src/ags/audio/task/ags_remove_recall_container.h \
-	src/ags/audio/task/ags_remove_recall.h	\
-	src/ags/audio/task/ags_remove_region_from_selection.h \
-	src/ags/audio/task/ags_resize_audio.h	\
-	src/ags/audio/task/ags_set_audio_channels.h \
-	src/ags/audio/task/ags_set_buffer_size.h	\
-	src/ags/audio/task/ags_set_devout_play_flags.h \
-	src/ags/audio/task/ags_set_output_device.h	\
-	src/ags/audio/task/ags_set_samplerate.h	\
-	src/ags/audio/task/ags_start_devout.h	\
-	src/ags/audio/task/ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = \
-	src/ags/audio/task/ags_add_point_to_selection.h	\
-	src/ags/audio/task/ags_add_region_to_selection.h	\
-	src/ags/audio/task/ags_add_line_member.h	\
-	src/ags/audio/task/ags_add_bulk_member.h	\
-	src/ags/audio/task/ags_update_bulk_member.h	\
-	src/ags/audio/task/ags_change_indicator.h		\
-	src/ags/audio/task/ags_change_tact.h		\
-	src/ags/audio/task/ags_display_tact.h		\
-	src/ags/audio/task/ags_free_selection.h		\
+	src/ags/audio/task/ags_cancel_channel.h \
+	src/ags/audio/task/ags_apply_synth.h \
+	src/ags/audio/task/ags_append_recall.h \
+	src/ags/audio/task/ags_add_audio_signal.c \
+	src/ags/audio/task/ags_unref_audio_signal.c \
+	src/ags/audio/task/ags_remove_region_from_selection.c \
+	src/ags/audio/task/ags_change_indicator.h \
 	src/ags/audio/task/ags_remove_point_from_selection.h \
-	src/ags/audio/task/ags_save_file.h			\
-	src/ags/audio/task/ags_scroll_on_play.h		\
-	src/ags/audio/task/ags_toggle_led.h		\
-	src/ags/audio/task/ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	src/ags/audio/task/ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	src/ags/audio/task/ags_add_audio.c		\
-	src/ags/audio/task/ags_add_audio_signal.c	\
-	src/ags/audio/task/ags_add_note.c		\
+	src/ags/audio/task/ags_set_audio_channels.h \
+	src/ags/audio/task/ags_scroll_on_play.h \
+	src/ags/audio/task/ags_remove_audio.h \
+	src/ags/audio/task/ags_remove_recall_container.c \
+	src/ags/audio/task/ags_remove_recall.c \
+	src/ags/audio/task/ags_append_recall.c \
+	src/ags/audio/task/ags_free_selection.h \
 	src/ags/audio/task/ags_add_recall_container.c \
-	src/ags/audio/task/ags_add_recall.c	\
-	src/ags/audio/task/ags_append_audio.c	\
-	src/ags/audio/task/ags_append_audio_threaded.c \
-	src/ags/audio/task/ags_append_channel.c	\
-	src/ags/audio/task/ags_append_recall.c	\
-	src/ags/audio/task/ags_apply_synth.c	\
-	src/ags/audio/task/ags_audio_set_recycling.c \
-	src/ags/audio/task/ags_cancel_audio.c	\
-	src/ags/audio/task/ags_cancel_channel.c	\
-	src/ags/audio/task/ags_cancel_recall.c	\
+	src/ags/audio/task/ags_add_recall.c \
+	src/ags/audio/task/ags_export_output.c \
+	src/ags/audio/task/ags_init_channel.h \
+	src/ags/audio/task/ags_remove_note.c \
+	src/ags/audio/task/ags_apply_wavetable.h \
+	src/ags/audio/task/ags_add_audio_signal.h \
+	src/ags/audio/task/ags_cancel_recall.h \
+	src/ags/audio/task/ags_set_audio_channels.c \
+	src/ags/audio/task/ags_cancel_audio.c \
+	src/ags/audio/task/ags_unref_audio_signal.h \
+	src/ags/audio/task/ags_add_region_to_selection.c \
+	src/ags/audio/task/ags_change_tact.h \
+	src/ags/audio/task/ags_init_audio.c \
 	src/ags/audio/task/ags_channel_set_recycling.c \
-	src/ags/audio/task/ags_export_output.c	\
-	src/ags/audio/task/ags_init_audio.c	\
-	src/ags/audio/task/ags_init_channel.c	\
-	src/ags/audio/task/ags_link_channel.c	\
-	src/ags/audio/task/ags_open_file.c		\
-	src/ags/audio/task/ags_open_single_file.c	\
-	src/ags/audio/task/ags_remove_audio.c	\
+	src/ags/audio/task/ags_display_tact.c \
+	src/ags/audio/task/ags_add_point_to_selection.h \
+	src/ags/audio/task/ags_toggle_pattern_bit.h \
+	src/ags/audio/task/ags_append_channel.c \
+	src/ags/audio/task/ags_change_indicator.c \
+	src/ags/audio/task/ags_add_note.c \
+	src/ags/audio/task/ags_channel_set_recycling.h \
+	src/ags/audio/task/ags_cancel_audio.h \
+	src/ags/audio/task/recall/ags_set_muted.c \
+	src/ags/audio/task/recall/ags_set_muted.h \
+	src/ags/audio/task/recall/ags_apply_sequencer_length.c \
+	src/ags/audio/task/recall/ags_apply_bpm.h \
+	src/ags/audio/task/recall/ags_apply_tact.c \
+	src/ags/audio/task/recall/ags_apply_bpm.c \
+	src/ags/audio/task/recall/ags_apply_sequencer_length.h \
+	src/ags/audio/task/recall/ags_apply_tact.h \
+	src/ags/audio/task/ags_remove_region_from_selection.h \
+	src/ags/audio/task/ags_cancel_channel.c \
+	src/ags/audio/task/ags_add_recall_container.h \
+	src/ags/audio/task/ags_add_recall.h \
+	src/ags/audio/task/ags_add_note.h \
+	src/ags/audio/task/ags_start_devout.c \
+	src/ags/audio/task/ags_append_audio_threaded.c \
+	src/ags/audio/task/ags_append_audio.c \
+	src/ags/audio/task/ags_init_channel.c \
+	src/ags/audio/task/ags_remove_audio_signal.h \
+	src/ags/audio/task/ags_toggle_led.c \
+	src/ags/audio/task/ags_set_buffer_size.c \
+	src/ags/audio/task/ags_add_region_to_selection.h \
+	src/ags/audio/task/ags_audio_set_recycling.h \
+	src/ags/audio/task/ags_toggle_led.h \
+	src/ags/audio/task/ags_resize_audio.h \
+	src/ags/audio/task/ags_free_selection.c \
+	src/ags/audio/task/ags_add_audio.c \
+	src/ags/audio/task/ags_set_samplerate.h \
+	src/ags/audio/task/ags_apply_synth.c \
+	src/ags/audio/task/ags_open_single_file.h \
+	src/ags/audio/task/ags_remove_audio.c \
+	src/ags/audio/task/ags_cancel_recall.c \
+	src/ags/audio/task/ags_init_audio.h \
+	src/ags/audio/task/ags_remove_note.h \
 	src/ags/audio/task/ags_remove_audio_signal.c \
-	src/ags/audio/task/ags_remove_note.c	\
-	src/ags/audio/task/ags_remove_recall_container.c \
-	src/ags/audio/task/ags_remove_recall.c	\
-	src/ags/audio/task/ags_remove_region_from_selection.c \
-	src/ags/audio/task/ags_resize_audio.c	\
-	src/ags/audio/task/ags_set_audio_channels.c \
-	src/ags/audio/task/ags_set_buffer_size.c	\
+	src/ags/audio/task/ags_audio_set_recycling.c \
+	src/ags/audio/task/ags_add_point_to_selection.c \
+	src/ags/audio/task/ags_scroll_on_play.c \
 	src/ags/audio/task/ags_set_devout_play_flags.c \
-	src/ags/audio/task/ags_set_output_device.c	\
-	src/ags/audio/task/ags_set_samplerate.c	\
-	src/ags/audio/task/ags_start_devout.c	\
-	src/ags/audio/task/ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = \
-	src/ags/audio/task/ags_add_line_member.c	\
-	src/ags/audio/task/ags_add_bulk_member.c	\
-	src/ags/audio/task/ags_update_bulk_member.c	\
-	src/ags/audio/task/ags_add_point_to_selection.c	\
-	src/ags/audio/task/ags_add_region_to_selection.c	\
-	src/ags/audio/task/ags_change_indicator.c		\
-	src/ags/audio/task/ags_change_tact.c		\
-	src/ags/audio/task/ags_display_tact.c		\
-	src/ags/audio/task/ags_free_selection.c		\
-	src/ags/audio/task/ags_remove_point_from_selection.c \
-	src/ags/audio/task/ags_save_file.c			\
-	src/ags/audio/task/ags_scroll_on_play.c		\
-	src/ags/audio/task/ags_toggle_led.c		\
-	src/ags/audio/task/ags_toggle_pattern_bit.c
-
-deprecated_ags_audio_task_recall_h_sources = 
-ags_audio_task_recall_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.h		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.h \
-	src/ags/audio/task/recall/ags_apply_tact.h	\
-	src/ags/audio/task/recall/ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources = 
-ags_audio_task_recall_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	src/ags/audio/task/recall/ags_apply_bpm.c		\
-	src/ags/audio/task/recall/ags_apply_sequencer_length.c \
-	src/ags/audio/task/recall/ags_apply_tact.c	\
-	src/ags/audio/task/recall/ags_set_muted.c
-
-
-# gsequencer all files
-gsequencer_main_h_sources = \
-	src/ags/main.h
-
-gsequencer_main_c_sources = \
-	src/ags/main.c
-
-deprecated_gsequencer_server_h_sources = 
-gsequencer_server_h_sources = \
-	$(deprecated_gsequencer_server_h_sources) \
-	src/ags/server/ags_server_init.h		\
-	src/ags/server/ags_server_application_context.h	\
-	src/ags/server/ags_service_provider.h 		\
-	src/ags/server/ags_registry.h			\
-	src/ags/server/ags_remote_task.h		\
-	src/ags/server/ags_server.h
-
-deprecated_gsequencer_server_c_sources = 
-gsequencer_server_c_sources = \
-	$(deprecated_gsequencer_server_c_sources) \
-	src/ags/server/ags_server_init.c		\
-	src/ags/server/ags_server_application_context.c	\
-	src/ags/server/ags_service_provider.c 		\
-	src/ags/server/ags_registry.c			\
-	src/ags/server/ags_remote_task.c		\
-	src/ags/server/ags_server.c
-
-deprecated_gsequencer_xorg_h_sources = 
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	src/ags/X/ags_xorg_init.h			\
-	src/ags/X/ags_xorg_application_context.h	\
-	src/ags/X/ags_audio_preferences_callbacks.h	\
-	src/ags/X/ags_audio_preferences.h		\
-	src/ags/X/ags_automation_editor_callbacks.h	\
-	src/ags/X/ags_automation_editor.h		\
-	src/ags/X/ags_editor_callbacks.h		\
-	src/ags/X/ags_editor.h				\
-	src/ags/X/ags_effect_bridge_callbacks.h		\
-	src/ags/X/ags_effect_bridge.h			\
-	src/ags/X/ags_effect_bulk_callbacks.h		\
-	src/ags/X/ags_effect_bulk.h			\
-	src/ags/X/ags_bulk_member_callbacks.h		\
-	src/ags/X/ags_bulk_member.h			\
-	src/ags/X/ags_effect_line_callbacks.h		\
-	src/ags/X/ags_effect_line.h			\
-	src/ags/X/ags_effect_pad_callbacks.h		\
-	src/ags/X/ags_effect_pad.h			\
-	src/ags/X/ags_export_window_callbacks.h		\
-	src/ags/X/ags_export_window.h			\
-	src/ags/X/ags_generic_preferences_callbacks.h	\
-	src/ags/X/ags_generic_preferences.h		\
-	src/ags/X/ags_ladspa_browser_callbacks.h	\
-	src/ags/X/ags_ladspa_browser.h			\
-	src/ags/X/ags_line_callbacks.h 			\
-	src/ags/X/ags_line_editor_callbacks.h		\
-	src/ags/X/ags_line_editor.h			\
-	src/ags/X/ags_line.h				\
-	src/ags/X/ags_line_member_callbacks.h		\
-	src/ags/X/ags_line_member_editor_callbacks.h	\
-	src/ags/X/ags_line_member_editor.h		\
-	src/ags/X/ags_line_member.h			\
-	src/ags/X/ags_link_collection_editor_callbacks.h	\
-	src/ags/X/ags_link_collection_editor.h		\
-	src/ags/X/ags_link_editor_callbacks.h		\
-	src/ags/X/ags_link_editor.h			\
-	src/ags/X/ags_listing_editor_callbacks.h	\
-	src/ags/X/ags_listing_editor.h			\
-	src/ags/X/ags_machine_callbacks.h		\
-	src/ags/X/ags_machine_editor_callbacks.h	\
-	src/ags/X/ags_machine_editor.h			\
-	src/ags/X/ags_machine.h				\
-	src/ags/X/ags_menu_bar_callbacks.h		\
-	src/ags/X/ags_menu_bar.h 			\
-	src/ags/X/ags_navigation_callbacks.h		\
-	src/ags/X/ags_navigation.h			\
-	src/ags/X/ags_pad_callbacks.h			\
-	src/ags/X/ags_pad_editor_callbacks.h 		\
-	src/ags/X/ags_pad_editor.h			\
-	src/ags/X/ags_pad.h				\
-	src/ags/X/ags_performance_preferences_callbacks.h	\
-	src/ags/X/ags_performance_preferences.h		\
-	src/ags/X/ags_plugin_preferences_callbacks.h	\
-	src/ags/X/ags_plugin_preferences.h		\
-	src/ags/X/ags_preferences_callbacks.h		\
-	src/ags/X/ags_preferences.h			\
-	src/ags/X/ags_property_collection_editor_callbacks.h \
-	src/ags/X/ags_property_collection_editor.h	\
-	src/ags/X/ags_property_editor_callbacks.h	\
-	src/ags/X/ags_property_editor.h			\
-	src/ags/X/ags_property_listing_editor.h		\
-	src/ags/X/ags_resize_editor.h			\
-	src/ags/X/ags_server_preferences_callbacks.h	\
-	src/ags/X/ags_server_preferences.h		\
-	src/ags/X/ags_window_callbacks.h		\
-	src/ags/X/ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) 	\
-	src/ags/X/ags_xorg_init.c			\
-	src/ags/X/ags_xorg_application_context.c	\
-	src/ags/X/ags_audio_preferences_callbacks.c	\
-	src/ags/X/ags_audio_preferences.c		\
-	src/ags/X/ags_automation_editor_callbacks.c	\
-	src/ags/X/ags_automation_editor.c		\
-	src/ags/X/ags_editor_callbacks.c		\
-	src/ags/X/ags_editor.c				\
-	src/ags/X/ags_effect_bridge_callbacks.c		\
-	src/ags/X/ags_effect_bridge.c			\
-	src/ags/X/ags_effect_bulk_callbacks.c		\
-	src/ags/X/ags_effect_bulk.c			\
-	src/ags/X/ags_bulk_member.c			\
-	src/ags/X/ags_bulk_member_callbacks.c		\
-	src/ags/X/ags_effect_line_callbacks.c		\
-	src/ags/X/ags_effect_line.c			\
-	src/ags/X/ags_effect_pad_callbacks.c		\
-	src/ags/X/ags_effect_pad.c			\
-	src/ags/X/ags_export_window_callbacks.c		\
-	src/ags/X/ags_export_window.c			\
-	src/ags/X/ags_generic_preferences_callbacks.c	\
-	src/ags/X/ags_generic_preferences.c		\
-	src/ags/X/ags_ladspa_browser_callbacks.c	\
-	src/ags/X/ags_ladspa_browser.c			\
-	src/ags/X/ags_line_callbacks.c 			\
-	src/ags/X/ags_line_editor_callbacks.c		\
-	src/ags/X/ags_line_editor.c			\
-	src/ags/X/ags_line.c				\
-	src/ags/X/ags_line_member_callbacks.c		\
-	src/ags/X/ags_line_member_editor_callbacks.c	\
-	src/ags/X/ags_line_member_editor.c		\
-	src/ags/X/ags_line_member.c			\
-	src/ags/X/ags_link_collection_editor_callbacks.c	\
-	src/ags/X/ags_link_collection_editor.c		\
-	src/ags/X/ags_link_editor_callbacks.c		\
-	src/ags/X/ags_link_editor.c			\
-	src/ags/X/ags_listing_editor_callbacks.c	\
-	src/ags/X/ags_listing_editor.c			\
-	src/ags/X/ags_machine_callbacks.c		\
-	src/ags/X/ags_machine_editor_callbacks.c	\
-	src/ags/X/ags_machine_editor.c			\
-	src/ags/X/ags_machine.c				\
-	src/ags/X/ags_menu_bar_callbacks.c		\
-	src/ags/X/ags_menu_bar.c 			\
-	src/ags/X/ags_navigation_callbacks.c		\
-	src/ags/X/ags_navigation.c			\
-	src/ags/X/ags_pad_callbacks.c			\
-	src/ags/X/ags_pad_editor_callbacks.c 		\
-	src/ags/X/ags_pad_editor.c			\
-	src/ags/X/ags_pad.c				\
-	src/ags/X/ags_performance_preferences_callbacks.c	\
-	src/ags/X/ags_performance_preferences.c		\
-	src/ags/X/ags_plugin_preferences_callbacks.c	\
-	src/ags/X/ags_plugin_preferences.c		\
-	src/ags/X/ags_preferences_callbacks.c		\
-	src/ags/X/ags_preferences.c			\
-	src/ags/X/ags_property_collection_editor_callbacks.c \
-	src/ags/X/ags_property_collection_editor.c	\
-	src/ags/X/ags_property_editor_callbacks.c	\
-	src/ags/X/ags_property_editor.c			\
-	src/ags/X/ags_property_listing_editor.c		\
-	src/ags/X/ags_resize_editor.c			\
-	src/ags/X/ags_server_preferences_callbacks.c	\
-	src/ags/X/ags_server_preferences.c		\
-	src/ags/X/ags_window_callbacks.c		\
-	src/ags/X/ags_window.c
-
-deprecated_gsequencer_machine_h_sources = 
-gsequencer_machine_h_sources = \
-	$(deprecated_gsequencer_machine_h_sources) \
-	src/ags/X/machine/ags_drum_callbacks.h			\
-	src/ags/X/machine/ags_drum.h				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_line.h			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_input_pad.h			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_line.h		\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_drum_output_pad.h			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bridge.h			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.h		\
-	src/ags/X/machine/ags_ffplayer_callbacks.h		\
-	src/ags/X/machine/ags_ffplayer.h			\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_line.h		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h	\
-	src/ags/X/machine/ags_ffplayer_input_pad.h		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.h		\
-	src/ags/X/machine/ags_ladspa_bridge.h			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.h		\
-	src/ags/X/machine/ags_matrix_bridge.h			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.h	\
-	src/ags/X/machine/ags_matrix_bulk_input.h		\
-	src/ags/X/machine/ags_matrix_callbacks.h		\
-	src/ags/X/machine/ags_matrix.h				\
-	src/ags/X/machine/ags_mixer_callbacks.h			\
-	src/ags/X/machine/ags_mixer.h				\
-	src/ags/X/machine/ags_mixer_input_line.h		\
-	src/ags/X/machine/ags_mixer_input_pad.h			\
-	src/ags/X/machine/ags_oscillator_callbacks.h		\
-	src/ags/X/machine/ags_oscillator.h			\
-	src/ags/X/machine/ags_panel_callbacks.h			\
-	src/ags/X/machine/ags_panel.h				\
-	src/ags/X/machine/ags_panel_input_line.h		\
-	src/ags/X/machine/ags_panel_input_pad.h			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.h		\
-	src/ags/X/machine/ags_synth_bridge.h			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.h	\
-	src/ags/X/machine/ags_synth_bulk_output.h		\
-	src/ags/X/machine/ags_synth_callbacks.h			\
-	src/ags/X/machine/ags_synth.h				\
-	src/ags/X/machine/ags_synth_input_line.h		\
-	src/ags/X/machine/ags_synth_input_pad.h			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_line.h		\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.h	\
-	src/ags/X/machine/ags_synth_output_pad.h
-
-deprecated_gsequencer_machine_c_sources = 
-gsequencer_machine_c_sources = \
-	$(deprecated_gsequencer_machine_c_sources) \
-	src/ags/X/machine/ags_drum_callbacks.c			\
-	src/ags/X/machine/ags_drum.c				\
-	src/ags/X/machine/ags_drum_input_line_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_line.c			\
-	src/ags/X/machine/ags_drum_input_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_input_pad.c			\
-	src/ags/X/machine/ags_drum_output_line_callbacks.c	\
-	src/ags/X/machine/ags_drum_output_line.c			\
-	src/ags/X/machine/ags_drum_output_pad_callbacks.c		\
-	src/ags/X/machine/ags_drum_output_pad.c			\
-	src/ags/X/machine/ags_ffplayer_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer_bridge.c			\
-	src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_bulk_input.c		\
-	src/ags/X/machine/ags_ffplayer_callbacks.c		\
-	src/ags/X/machine/ags_ffplayer.c				\
-	src/ags/X/machine/ags_ffplayer_input_line_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_line.c		\
-	src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c	\
-	src/ags/X/machine/ags_ffplayer_input_pad.c		\
-	src/ags/X/machine/ags_ladspa_bridge_callbacks.c		\
-	src/ags/X/machine/ags_ladspa_bridge.c			\
-	src/ags/X/machine/ags_matrix_bridge_callbacks.c		\
-	src/ags/X/machine/ags_matrix_bridge.c			\
-	src/ags/X/machine/ags_matrix_bulk_input_callbacks.c	\
-	src/ags/X/machine/ags_matrix_bulk_input.c			\
-	src/ags/X/machine/ags_matrix_callbacks.c			\
-	src/ags/X/machine/ags_matrix.c				\
-	src/ags/X/machine/ags_mixer_callbacks.c			\
-	src/ags/X/machine/ags_mixer.c				\
-	src/ags/X/machine/ags_mixer_input_line.c			\
-	src/ags/X/machine/ags_mixer_input_pad.c			\
-	src/ags/X/machine/ags_oscillator_callbacks.c		\
-	src/ags/X/machine/ags_oscillator.c			\
-	src/ags/X/machine/ags_panel_callbacks.c			\
-	src/ags/X/machine/ags_panel.c				\
-	src/ags/X/machine/ags_panel_input_line.c			\
-	src/ags/X/machine/ags_panel_input_pad.c			\
-	src/ags/X/machine/ags_synth_bridge_callbacks.c		\
-	src/ags/X/machine/ags_synth_bridge.c			\
-	src/ags/X/machine/ags_synth_bulk_output_callbacks.c	\
-	src/ags/X/machine/ags_synth_bulk_output.c			\
-	src/ags/X/machine/ags_synth_callbacks.c			\
-	src/ags/X/machine/ags_synth.c				\
-	src/ags/X/machine/ags_synth_input_line.c			\
-	src/ags/X/machine/ags_synth_input_pad.c			\
-	src/ags/X/machine/ags_synth_output_line_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_line.c			\
-	src/ags/X/machine/ags_synth_output_pad_callbacks.c	\
-	src/ags/X/machine/ags_synth_output_pad.c
-
-deprecated_gsequencer_editor_h_sources = 
-gsequencer_editor_h_sources = \
-	$(deprecated_gsequencer_editor_h_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.h		\
-	src/ags/X/editor/ags_automation_area.h			\
-	src/ags/X/editor/ags_automation_edit_callbacks.h		\
-	src/ags/X/editor/ags_automation_edit.h			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.h	\
-	src/ags/X/editor/ags_automation_toolbar.h		\
-	src/ags/X/editor/ags_file_selection_callbacks.h		\
-	src/ags/X/editor/ags_file_selection.h			\
-	src/ags/X/editor/ags_inline_player_callbacks.h		\
-	src/ags/X/editor/ags_inline_player.h			\
-	src/ags/X/editor/ags_machine_radio_button.h		\
-	src/ags/X/editor/ags_machine_selection.h			\
-	src/ags/X/editor/ags_machine_selector_callbacks.h	\
-	src/ags/X/editor/ags_machine_selector.h			\
-	src/ags/X/editor/ags_meter_callbacks.h			\
-	src/ags/X/editor/ags_meter.h				\
-	src/ags/X/editor/ags_notebook_callbacks.h		\
-	src/ags/X/editor/ags_notebook.h				\
-	src/ags/X/editor/ags_note_edit_callbacks.h		\
-	src/ags/X/editor/ags_note_edit.h				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.h		\
-	src/ags/X/editor/ags_pattern_edit.h			\
-	src/ags/X/editor/ags_port_selection_callbacks.h		\
-	src/ags/X/editor/ags_port_selection.h			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.h		\
-	src/ags/X/editor/ags_sf2_chooser.h			\
-	src/ags/X/editor/ags_soundset_callbacks.h		\
-	src/ags/X/editor/ags_soundset.h				\
-	src/ags/X/editor/ags_toolbar_callbacks.h			\
-	src/ags/X/editor/ags_toolbar.h				\
-	src/ags/X/editor/ags_toolbar_mode_stock.h
-
-deprecated_gsequencer_editor_c_sources = 
-gsequencer_editor_c_sources = \
-	$(deprecated_gsequencer_editor_c_sources) \
-	src/ags/X/editor/ags_automation_area_callbacks.c		\
-	src/ags/X/editor/ags_automation_area.c			\
-	src/ags/X/editor/ags_automation_edit_callbacks.c		\
-	src/ags/X/editor/ags_automation_edit.c			\
-	src/ags/X/editor/ags_automation_toolbar_callbacks.c	\
-	src/ags/X/editor/ags_automation_toolbar.c		\
-	src/ags/X/editor/ags_file_selection_callbacks.c		\
-	src/ags/X/editor/ags_file_selection.c			\
-	src/ags/X/editor/ags_inline_player_callbacks.c		\
-	src/ags/X/editor/ags_inline_player.c			\
-	src/ags/X/editor/ags_machine_radio_button.c		\
-	src/ags/X/editor/ags_machine_selection.c			\
-	src/ags/X/editor/ags_machine_selector_callbacks.c	\
-	src/ags/X/editor/ags_machine_selector.c			\
-	src/ags/X/editor/ags_meter_callbacks.c			\
-	src/ags/X/editor/ags_meter.c				\
-	src/ags/X/editor/ags_notebook_callbacks.c		\
-	src/ags/X/editor/ags_notebook.c				\
-	src/ags/X/editor/ags_note_edit_callbacks.c		\
-	src/ags/X/editor/ags_note_edit.c				\
-	src/ags/X/editor/ags_pattern_edit_callbacks.c		\
-	src/ags/X/editor/ags_pattern_edit.c			\
-	src/ags/X/editor/ags_port_selection_callbacks.c		\
-	src/ags/X/editor/ags_port_selection.c			\
-	src/ags/X/editor/ags_sf2_chooser_callbacks.c		\
-	src/ags/X/editor/ags_sf2_chooser.c			\
-	src/ags/X/editor/ags_soundset_callbacks.c		\
-	src/ags/X/editor/ags_soundset.c				\
-	src/ags/X/editor/ags_toolbar_callbacks.c			\
-	src/ags/X/editor/ags_toolbar.c
-
-deprecated_gsequencer_file_h_sources = 
-gsequencer_file_h_sources = \
-	$(deprecated_gsequencer_file_h_sources) \
-	src/ags/file/ags_file_gui.h			\
-	src/ags/file/ags_file.h			\
-	src/ags/file/ags_file_id_ref.h		\
-	src/ags/file/ags_file_launch.h		\
-	src/ags/file/ags_file_link.h			\
-	src/ags/file/ags_file_lookup.h		\
-	src/ags/file/ags_file_read.h			\
-	src/ags/file/ags_file_sound.h		\
-	src/ags/file/ags_file_stock.h		\
-	src/ags/file/ags_file_thread.h		\
-	src/ags/file/ags_file_util.h			\
-	src/ags/file/ags_file_value_factory.h	\
-	src/ags/file/ags_file_write.h
-
-deprecated_gsequencer_file_c_sources = 
-gsequencer_file_c_sources = \
-	$(deprecated_gsequencer_file_c_sources) \
-	src/ags/file/ags_file_gui.c			\
-	src/ags/file/ags_file.c			\
-	src/ags/file/ags_file_id_ref.c		\
-	src/ags/file/ags_file_launch.c		\
-	src/ags/file/ags_file_link.c			\
-	src/ags/file/ags_file_lookup.c		\
-	src/ags/file/ags_file_sound.c		\
-	src/ags/file/ags_file_thread.c		\
-	src/ags/file/ags_file_util.c
-
+	src/ags/audio/task/ags_apply_wavetable.c \
+	src/ags/audio/task/ags_add_line_member.c \
+	src/ags/audio/task/ags_open_file.h \
+	src/ags/audio/task/ags_set_output_device.h \
+	src/ags/audio/task/ags_toggle_pattern_bit.c \
+	src/ags/audio/task/ags_open_file.c \
+	src/ags/audio/task/ags_open_single_file.c \
+	src/ags/audio/task/ags_append_audio.h \
+	src/ags/audio/task/ags_start_devout.h \
+	src/ags/audio/task/ags_display_tact.h \
+	src/ags/audio/task/ags_remove_recall_container.h \
+	src/ags/audio/task/ags_remove_recall.h \
+	src/ags/audio/task/ags_change_tact.c \
+	src/ags/audio/task/ags_append_channel.h \
+	src/ags/audio/task/ags_resize_audio.c \
+	src/ags/audio/task/ags_link_channel.h \
+	src/ags/audio/task/ags_add_line_member.h \
+	src/ags/audio/task/ags_set_devout_play_flags.h \
+	src/ags/audio/ags_devout.c src/ags/audio/ags_recall_channel.h \
+	src/ags/audio/ags_timestamp_factory.h \
+	src/ags/audio/ags_garbage_collector.c \
+	src/ags/audio/ags_garbage_collector.h \
+	src/ags/audio/ags_recall_container.c \
+	src/ags/audio/ags_timestamp.c src/ags/audio/ags_channel_iter.h \
+	src/ags/audio/ags_recall_channel_run.c \
+	src/ags/audio/ags_audio.h src/ags/audio/ags_port.c \
+	src/ags/audio/ags_notation.c \
+	src/ags/audio/ags_recall_dependency.h \
+	src/ags/audio/ags_recycling.c \
+	src/ags/audio/ags_recall_audio_signal.h \
+	src/ags/audio/ags_input.c src/ags/audio/ags_synths.c \
+	src/ags/audio/ags_input.h \
+	src/ags/audio/ags_recycling_container.h \
+	src/ags/audio/ags_recall_id.h src/ags/audio/ags_note.c \
+	src/ags/audio/ags_timestamp_factory.c \
+	src/ags/audio/ags_channel.c src/ags/audio/ags_recall_audio.c \
+	src/ags/audio/ags_audio_signal.c src/ags/audio/ags_output.h \
+	src/ags/audio/ags_libao.c \
+	src/ags/audio/file/ags_ipatch_sf2_reader.c \
+	src/ags/audio/file/ags_audio_file_xml.h \
+	src/ags/audio/file/ags_ipatch.c \
+	src/ags/audio/file/ags_audio_file.c \
+	src/ags/audio/file/ags_sndfile.h \
+	src/ags/audio/file/ags_ipatch.h \
+	src/ags/audio/file/ags_audio_file.h \
+	src/ags/audio/file/ags_ipatch_sf2_reader.h \
+	src/ags/audio/file/ags_audio_file_xml.c \
+	src/ags/audio/file/ags_sndfile.c src/ags/audio/ags_devout.h \
+	src/ags/audio/ags_port.h src/ags/audio/ags_note.h \
+	src/ags/audio/ags_timestamp.h src/ags/audio/ags_notation.h \
+	src/ags/audio/ags_recall_audio_run.c \
+	src/ags/audio/ags_recycling_container.c \
+	src/ags/audio/ags_audio_signal.h \
+	src/ags/audio/ags_recall_recycling.h \
+	src/ags/audio/recall/ags_mute_audio.h \
+	src/ags/audio/recall/ags_clone_channel.c \
+	src/ags/audio/recall/ags_copy_channel.c \
+	src/ags/audio/recall/ags_copy_pattern_channel.c \
+	src/ags/audio/recall/ags_copy_recycling.c \
+	src/ags/audio/recall/ags_volume_audio_signal.h \
+	src/ags/audio/recall/ags_play_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio_run.c \
+	src/ags/audio/recall/ags_buffer_audio_signal.c \
+	src/ags/audio/recall/ags_play_channel_run.c \
+	src/ags/audio/recall/ags_stream_channel_run.c \
+	src/ags/audio/recall/ags_copy_notation_audio_run.c \
+	src/ags/audio/recall/ags_mute_channel.c \
+	src/ags/audio/recall/ags_count_beats_audio.h \
+	src/ags/audio/recall/ags_copy_pattern_audio.c \
+	src/ags/audio/recall/ags_copy_pattern_audio_run.c \
+	src/ags/audio/recall/ags_clone_channel_run.h \
+	src/ags/audio/recall/ags_delay_audio.h \
+	src/ags/audio/recall/ags_copy_notation_audio_run.h \
+	src/ags/audio/recall/ags_stream.c \
+	src/ags/audio/recall/ags_play_audio_file.h \
+	src/ags/audio/recall/ags_loop_channel_run.c \
+	src/ags/audio/recall/ags_play_pattern.c \
+	src/ags/audio/recall/ags_stream_channel_run.h \
+	src/ags/audio/recall/ags_amplifier.h \
+	src/ags/audio/recall/ags_echo.c \
+	src/ags/audio/recall/ags_play_note.c \
+	src/ags/audio/recall/ags_buffer_channel.c \
+	src/ags/audio/recall/ags_clone_channel_run.c \
+	src/ags/audio/recall/ags_peak_channel.h \
+	src/ags/audio/recall/ags_play_recycling.h \
+	src/ags/audio/recall/ags_stream_channel.h \
+	src/ags/audio/recall/ags_amplifier.c \
+	src/ags/audio/recall/ags_mute_audio_signal.h \
+	src/ags/audio/recall/ags_copy_notation_audio.c \
+	src/ags/audio/recall/ags_buffer_channel_run.h \
+	src/ags/audio/recall/ags_copy_recycling.h \
+	src/ags/audio/recall/ags_down_mix.h \
+	src/ags/audio/recall/ags_volume_recycling.h \
+	src/ags/audio/recall/ags_volume_channel_run.h \
+	src/ags/audio/recall/ags_stream_channel.c \
+	src/ags/audio/recall/ags_echo.h \
+	src/ags/audio/recall/ags_delay_audio_run.h \
+	src/ags/audio/recall/ags_stream_audio_signal.h \
+	src/ags/audio/recall/ags_mute_recycling.c \
+	src/ags/audio/recall/ags_play_pattern.h \
+	src/ags/audio/recall/ags_delay_audio.c \
+	src/ags/audio/recall/ags_buffer_recycling.c \
+	src/ags/audio/recall/ags_stream_recycling.h \
+	src/ags/audio/recall/ags_play_audio_signal.c \
+	src/ags/audio/recall/ags_play_channel_run_master.h \
+	src/ags/audio/recall/ags_volume_recycling.c \
+	src/ags/audio/recall/ags_loop_channel.c \
+	src/ags/audio/recall/ags_buffer_recycling.h \
+	src/ags/audio/recall/ags_copy_pattern_channel_run.h \
+	src/ags/audio/recall/ags_peak_channel_run.c \
+	src/ags/audio/recall/ags_loop_channel.h \
+	src/ags/audio/recall/ags_play_audio.h \
+	src/ags/audio/recall/ags_copy_audio_signal.c \
+	src/ags/audio/recall/ags_mute_channel_run.h \
+	src/ags/audio/recall/ags_copy_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio.h \
+	src/ags/audio/recall/ags_play_note.h \
+	src/ags/audio/recall/ags_synths.h \
+	src/ags/audio/recall/ags_play_recycling.c \
+	src/ags/audio/recall/ags_mute_channel_run.c \
+	src/ags/audio/recall/ags_buffer_channel.h \
+	src/ags/audio/recall/ags_play_notation_audio_run.h \
+	src/ags/audio/recall/ags_volume_channel_run.c \
+	src/ags/audio/recall/ags_play_channel_run_master.c \
+	src/ags/audio/recall/ags_stream.h \
+	src/ags/audio/recall/ags_copy_pattern_channel.h \
+	src/ags/audio/recall/ags_play_channel_run.h \
+	src/ags/audio/recall/ags_mute_channel.h \
+	src/ags/audio/recall/ags_mute_audio.c \
+	src/ags/audio/recall/ags_volume_channel.h \
+	src/ags/audio/recall/ags_volume_audio_signal.c \
+	src/ags/audio/recall/ags_stream_audio_signal.c \
+	src/ags/audio/recall/ags_count_beats_audio_run.h \
+	src/ags/audio/recall/ags_copy_audio_signal.h \
+	src/ags/audio/recall/ags_copy_channel_run.c \
+	src/ags/audio/recall/ags_delay_audio_run.c \
+	src/ags/audio/recall/ags_mute_audio_signal.c \
+	src/ags/audio/recall/ags_copy_notation_audio.h \
+	src/ags/audio/recall/ags_clone_channel.h \
+	src/ags/audio/recall/ags_buffer_channel_run.c \
+	src/ags/audio/recall/ags_play_audio.c \
+	src/ags/audio/recall/ags_copy_pattern_audio.h \
+	src/ags/audio/recall/ags_count_beats_audio.c \
+	src/ags/audio/recall/ags_play_channel.c \
+	src/ags/audio/recall/ags_count_beats_audio_run.c \
+	src/ags/audio/recall/ags_copy_pattern_audio_run.h \
+	src/ags/audio/recall/ags_stream_recycling.c \
+	src/ags/audio/recall/ags_play_audio_file.c \
+	src/ags/audio/recall/ags_play_notation_audio.c \
+	src/ags/audio/recall/ags_loop_channel_run.h \
+	src/ags/audio/recall/ags_mute_recycling.h \
+	src/ags/audio/recall/ags_peak_channel.c \
+	src/ags/audio/recall/ags_buffer_audio_signal.h \
+	src/ags/audio/recall/ags_peak_channel_run.h \
+	src/ags/audio/recall/ags_volume_channel.c \
+	src/ags/audio/recall/ags_play_audio_signal.h \
+	src/ags/audio/recall/ags_copy_channel_run.h \
+	src/ags/audio/recall/ags_copy_pattern_channel_run.c \
+	src/ags/audio/ags_recall_ladspa.h \
+	src/ags/audio/ags_recall_recycling.c \
+	src/ags/audio/ags_recall.h \
+	src/ags/audio/ags_recall_channel_run.h \
+	src/ags/audio/ags_recall_audio.h src/ags/audio/ags_channel.h \
+	src/ags/audio/ags_pattern.c src/ags/audio/ags_synths.h \
+	src/ags/audio/ags_recall_factory.h \
+	src/ags/audio/ags_recall_audio_signal.c \
+	src/ags/audio/ags_config.h src/ags/audio/ags_effect.h \
+	src/ags/audio/ags_pattern.h src/ags/audio/ags_output.c \
+	src/ags/audio/ags_recall_channel_run_dummy.c \
+	src/ags/audio/ags_recall_dependency.c \
+	src/ags/audio/ags_channel_iter.c \
+	src/ags/audio/ags_recall_channel_run_dummy.h \
+	src/ags/audio/ags_recall.c \
+	src/ags/audio/ags_recall_ladspa_run.h \
+	src/ags/audio/ags_recall_recycling_dummy.h \
+	src/ags/audio/ags_libao.h src/ags/audio/ags_task.h \
+	src/ags/audio/ags_config.c src/ags/audio/ags_recall_channel.c \
+	src/ags/audio/ags_audio.c \
+	src/ags/audio/ags_recall_ladspa_run.c \
+	src/ags/audio/ags_recall_audio_run.h \
+	src/ags/audio/ags_recall_id.c src/ags/audio/ags_task.c \
+	src/ags/audio/ags_recall_ladspa.c \
+	src/ags/audio/ags_recall_factory.c \
+	src/ags/audio/ags_recall_container.h \
+	src/ags/audio/ags_recycling.h \
+	src/ags/audio/ags_recall_recycling_dummy.c \
+	src/ags/file/ags_file_util.h src/ags/file/ags_file_sound.h \
+	src/ags/file/ags_file_thread.h src/ags/file/ags_file_gui.h \
+	src/ags/file/ags_file_lookup.h src/ags/file/ags_file_id_ref.c \
+	src/ags/file/ags_file.h src/ags/file/ags_file_link.c \
+	src/ags/file/ags_file_write.h src/ags/file/ags_file_read.h \
+	src/ags/file/ags_file_id_ref.h src/ags/file/ags_file_sound.c \
+	src/ags/file/ags_file_thread.c src/ags/file/ags_file_util.c \
+	src/ags/file/ags_file_lookup.c src/ags/file/ags_file_launch.c \
+	src/ags/file/ags_file_stock.h src/ags/file/ags_file_gui.c \
+	src/ags/file/ags_file.c src/ags/file/ags_file_launch.h \
+	src/ags/file/ags_file_link.h \
+	src/ags/thread/ags_record_thread.c \
+	src/ags/thread/ags_thread_pool.h \
+	src/ags/thread/ags_timestamp_thread.h \
+	src/ags/thread/ags_task_thread.h \
+	src/ags/thread/ags_audio_loop.h \
+	src/ags/thread/ags_gui_task_thread.h \
+	src/ags/thread/ags_recycling_thread.h \
+	src/ags/thread/ags_autosave_thread.h \
+	src/ags/thread/ags_returnable_thread.c \
+	src/ags/thread/ags_autosave_thread.c \
+	src/ags/thread/ags_export_thread.h \
+	src/ags/thread/ags_history.h \
+	src/ags/thread/ags_iterator_thread.h \
+	src/ags/thread/ags_devout_thread.c \
+	src/ags/thread/ags_thread_pool.c \
+	src/ags/thread/ags_gui_task_thread.c \
+	src/ags/thread/ags_gui_thread.h \
+	src/ags/thread/ags_task_thread.c \
+	src/ags/thread/ags_timestamp_thread.c \
+	src/ags/thread/ags_thread-posix.h \
+	src/ags/thread/ags_async_queue.h \
+	src/ags/thread/ags_record_thread.h \
+	src/ags/thread/ags_recycling_thread_callbacks.c \
+	src/ags/thread/ags_recycling_thread_callbacks.h \
+	src/ags/thread/ags_iterator_thread.c \
+	src/ags/thread/ags_async_queue.c \
+	src/ags/thread/ags_export_thread.c \
+	src/ags/thread/ags_audio_loop.c \
+	src/ags/thread/ags_returnable_thread.h \
+	src/ags/thread/ags_recycling_thread.c \
+	src/ags/thread/ags_devout_thread.h \
+	src/ags/thread/ags_single_thread.h \
+	src/ags/thread/ags_thread-posix.c src/ags/thread/ags_history.c \
+	src/ags/thread/ags_gui_thread.c \
+	src/ags/thread/ags_single_thread.c \
+	src/ags/server/ags_registry.c src/ags/server/ags_registry.h \
+	src/ags/server/ags_server.h src/ags/server/ags_remote_task.h \
+	src/ags/server/ags_remote_task.c src/ags/server/ags_server.c \
+	src/ags/plugin/ags_plugin_stock.h \
+	src/ags/plugin/ags_plugin_factory.h \
+	src/ags/plugin/ags_ladspa_manager.h \
+	src/ags/plugin/ags_plugin_factory.c \
+	src/ags/plugin/ags_ladspa_manager.c src/ags/main.h
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 .SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
+.SUFFIXES: .c .o .obj
 am--refresh: Makefile
 	@:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
@@ -1828,21 +1260,6 @@ libags.a: $(libags_a_OBJECTS) $(libags_a_DEPENDENCIES) $(EXTRA_libags_a_DEPENDEN
 	$(AM_V_at)-rm -f libags.a
 	$(AM_V_AR)$(libags_a_AR) libags.a $(libags_a_OBJECTS) $(libags_a_LIBADD)
 	$(AM_V_at)$(RANLIB) libags.a
-
-libags_audio.a: $(libags_audio_a_OBJECTS) $(libags_audio_a_DEPENDENCIES) $(EXTRA_libags_audio_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_audio.a
-	$(AM_V_AR)$(libags_audio_a_AR) libags_audio.a $(libags_audio_a_OBJECTS) $(libags_audio_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_audio.a
-
-libags_gui.a: $(libags_gui_a_OBJECTS) $(libags_gui_a_DEPENDENCIES) $(EXTRA_libags_gui_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_gui.a
-	$(AM_V_AR)$(libags_gui_a_AR) libags_gui.a $(libags_gui_a_OBJECTS) $(libags_gui_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_gui.a
-
-libags_thread.a: $(libags_thread_a_OBJECTS) $(libags_thread_a_DEPENDENCIES) $(EXTRA_libags_thread_a_DEPENDENCIES) 
-	$(AM_V_at)-rm -f libags_thread.a
-	$(AM_V_AR)$(libags_thread_a_AR) libags_thread.a $(libags_thread_a_OBJECTS) $(libags_thread_a_LIBADD)
-	$(AM_V_at)$(RANLIB) libags_thread.a
 install-binPROGRAMS: $(bin_PROGRAMS)
 	@$(NORMAL_INSTALL)
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
@@ -1853,7 +1270,6 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	for p in $$list; do echo "$$p $$p"; done | \
 	sed 's/$(EXEEXT)$$//' | \
 	while read p p1; do if test -f $$p \
-	 || test -f $$p1 \
 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
 	done | \
 	sed -e 'p;s,.*/,,;n;h' \
@@ -1868,8 +1284,8 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	while read type dir files; do \
 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 	    test -z "$$files" || { \
-	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
-	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 	    } \
 	; done
 
@@ -1885,17 +1301,11 @@ uninstall-binPROGRAMS:
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
 clean-binPROGRAMS:
-	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
-	echo " rm -f" $$list; \
-	rm -f $$list || exit $$?; \
-	test -n "$(EXEEXT)" || exit 0; \
-	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
-	echo " rm -f" $$list; \
-	rm -f $$list
-
-gsequencer$(EXEEXT): $(gsequencer_OBJECTS) $(gsequencer_DEPENDENCIES) $(EXTRA_gsequencer_DEPENDENCIES) 
-	@rm -f gsequencer$(EXEEXT)
-	$(AM_V_CCLD)$(gsequencer_LINK) $(gsequencer_OBJECTS) $(gsequencer_LDADD) $(LIBS)
+	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+
+ags$(EXEEXT): $(ags_OBJECTS) $(ags_DEPENDENCIES) $(EXTRA_ags_DEPENDENCIES) 
+	@rm -f ags$(EXEEXT)
+	$(AM_V_CCLD)$(ags_LINK) $(ags_OBJECTS) $(ags_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -1903,383 +1313,322 @@ mostlyclean-compile:
 distclean-compile:
 	-rm -f *.tab.c
 
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_add_bulk_member.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_add_line_member.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_add_point_to_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_add_region_to_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_audio_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_area.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_edit.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_toolbar.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_bulk_member.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_change_indicator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_change_tact.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_display_tact.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_input_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_input_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_output_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_output_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_bridge.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_bulk.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_export_window.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_export_window_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_gui.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_id_ref.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_launch.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_link.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_lookup.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_sound.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_file_util.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_free_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_generic_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_inline_player.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ladspa_bridge.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ladspa_browser.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_member.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_member_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_member_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_link_collection_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_link_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_listing_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_radio_button.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_selector.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix_bridge.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_matrix_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_menu_bar.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_meter.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_meter_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_mixer.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_mixer_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_mixer_input_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_mixer_input_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_navigation.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_navigation_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_note_edit.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_notebook.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_notebook_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_oscillator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pad_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_panel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_panel_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_panel_input_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_panel_input_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pattern_edit.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_performance_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_plugin_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_port_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_property_collection_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_property_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_property_listing_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_registry.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_remote_task.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_resize_editor.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_save_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_scroll_on_play.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_server.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_server_application_context.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_server_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_server_preferences.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_service_provider.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_sf2_chooser.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_soundset.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_soundset_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_bridge.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_bulk_output.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_input_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_input_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_output_line.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_output_pad.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_toggle_led.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_toolbar.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_update_bulk_member.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_window.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_window_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_xorg_application_context.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-ags_xorg_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/gsequencer-main.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_applicable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_application_context.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_combo_box_text.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_config.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_line_member.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_note.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_point_to_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_recall.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_recall_container.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_add_region_to_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_amplifier.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_append_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_append_audio_threaded.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_append_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_append_recall.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_applicable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_apply_bpm.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_apply_sequencer_length.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_apply_synth.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_apply_tact.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_apply_wavetable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_async_queue.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_file_xml.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_loop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_set_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_autosave_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_buffer_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_buffer_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_buffer_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_buffer_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_cancel_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_cancel_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_cancel_recall.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_cartesian.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_change_indicator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_change_tact.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_channel_iter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_channel_set_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_clone_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_clone_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_combo_box_text.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_config.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_container.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_notation_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_notation_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_pattern_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_pattern_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_pattern_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_pattern_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_copy_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_count_beats_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_count_beats_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_countable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_delay_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_delay_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_devout.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_devout_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_dial.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_display_tact.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_input_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_input_line_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_input_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_output_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_output_line_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_output_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_dynamic_connectable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_echo.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_effect.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_expander.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_expander_set.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_export_output.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_export_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_export_window.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_export_window_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ffplayer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ffplayer_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_gui.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_id_ref.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_launch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_link.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_lookup.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_selection_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_sound.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_file_util.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_free_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_garbage_collector.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_generic_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_generic_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_gui_task_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_gui_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_hindicator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_history.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_htimebar.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_id_generator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_indicator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_init_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_init_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_inline_player.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_inline_player_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_input.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ipatch.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ipatch_sf2_reader.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_iterator_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ladspa_browser.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ladspa_manager.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_led.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_libao.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_member.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_member_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_member_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_line_member_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_link_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_link_collection_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_link_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_link_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_list.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_listing_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_listing_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_log.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_loop_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_loop_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_radio_button.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_selector.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_machine_selector_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_main_loop.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_marshal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_matrix.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_matrix_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_menu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_menu_bar.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_menu_bar_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_menu_item.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_meter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_meter_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mixer.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mixer_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mixer_input_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mixer_input_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mutable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mute_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mute_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mute_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mute_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_mute_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_navigation.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_navigation_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_notation.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_note.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_note_edit.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_note_edit_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_notebook.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_notebook_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_open_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_open_single_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_option_menu.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_oscillator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_oscillator_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_output.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_packable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_pad_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_pad_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_pad_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_panel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_panel_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_panel_input_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_panel_input_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_parameter.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_pattern.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_peak_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_peak_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_performance_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_performance_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_persistable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_audio_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_channel_run_master.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_notation_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_notation_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_note.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_pattern.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_play_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_playable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_plugin.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_plugin_factory.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_plugin_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_port.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_portlet.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_property_collection_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_property_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_property_editor_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_property_listing_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_audio_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_channel_run_dummy.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_container.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_dependency.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_factory.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_id.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_ladspa.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_ladspa_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recall_recycling_dummy.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_record_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recycling_container.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recycling_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_recycling_thread_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_registry.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remote_task.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_note.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_point_from_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_recall.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_recall_container.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_remove_region_from_selection.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_resize_audio.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_resize_editor.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_returnable_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_ruler.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_runnable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_save_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_scroll_on_play.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_seekable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_segment.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_server.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_server_preferences.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_server_preferences_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_audio_channels.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_buffer_size.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_devout_play_flags.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_muted.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_output_device.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_set_samplerate.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_sf2_chooser.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_single_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_sndfile.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_soundcard.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stackable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_start_devout.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stream.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stream_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stream_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stream_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_stream_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_synth.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_synth_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_synth_input_line.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_synth_input_pad.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_synths.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_table.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_tactable.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_task.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_task_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_thread-posix.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_thread_pool.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_timebar.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_timestamp.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_timestamp_factory.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_timestamp_thread.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_toggle_led.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_toggle_pattern_bit.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_toolbar.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_toolbar_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_tree_iterator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_unref_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_vindicator.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_volume_audio_signal.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_volume_channel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_volume_channel_run.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_volume_recycling.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_waveform.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_window.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-ags_window_callbacks.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/ags-main.Po at am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_connectable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_container.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_countable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_dynamic_connectable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_effect.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_id_generator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_list.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_log.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_main_loop.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_marshal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_mutable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_packable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_parameter.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_persistable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_plugin.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_portlet.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_runnable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_seekable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_soundcard.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_stackable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_tactable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_a-ags_tree_iterator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_acceleration.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_add_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_add_note.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_add_recall.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_add_recall_container.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_amplifier.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_append_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_append_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_append_recall.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_apply_bpm.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_apply_synth.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_apply_tact.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_application_context.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_automation.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_buffer_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_cancel_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_cancel_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_cancel_recall.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_channel_iter.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_clone_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_copy_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_delay_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_devout.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_echo.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_export_output.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_garbage_collector.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_init_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_init_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_input.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_ipatch.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_libao.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_link_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_loop_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_mute_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_mute_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_mute_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_notation.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_note.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_open_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_open_single_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_output.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_pattern.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_peak_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_audio_file.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_note.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_pattern.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_play_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_playable.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_plugin_factory.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_port.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_container.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_dependency.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_factory.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_id.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_recycling_container.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_note.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_recall.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_resize_audio.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_muted.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_output_device.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_set_samplerate.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_sndfile.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_sound_provider.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_start_devout.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_stream.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_stream_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_stream_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_synths.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_task.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_timestamp.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_volume_channel.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_audio_a-ags_volume_recycling.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_cartesian.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_dial.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_expander.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_expander_set.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_gui_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_hindicator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_htimebar.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_indicator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_led.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_menu.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_menu_item.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_option_menu.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_ruler.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_segment.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_table.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_timebar.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_vindicator.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_gui_a-ags_waveform.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_async_queue.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_audio_loop.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_autosave_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_devout_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_export_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_gui_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_iterator_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_record_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_recycling_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_returnable_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_single_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_task_thread.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_thread-posix.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_thread_application_context.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_thread_init.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_thread_pool.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po at am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -2295,5299 +1644,4429 @@ distclean-compile:
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
-.c.lo:
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(LTCOMPILE) -c -o $@ $<
-
-libags_a-ags_id_generator.o: src/ags/util/ags_id_generator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_id_generator.o -MD -MP -MF $(DEPDIR)/libags_a-ags_id_generator.Tpo -c -o libags_a-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_id_generator.Tpo $(DEPDIR)/libags_a-ags_id_generator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='libags_a-ags_id_generator.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
-
-libags_a-ags_id_generator.obj: src/ags/util/ags_id_generator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_id_generator.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_id_generator.Tpo -c -o libags_a-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_id_generator.Tpo $(DEPDIR)/libags_a-ags_id_generator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='libags_a-ags_id_generator.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
-
-libags_a-ags_connectable.o: src/ags-lib/object/ags_connectable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.o `test -f 'src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`src/ags-lib/object/ags_connectable.c
+libags_a-ags_connectable.o: ./src/ags-lib/object/ags_connectable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.o `test -f './src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`./src/ags-lib/object/ags_connectable.c
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_connectable.Tpo $(DEPDIR)/libags_a-ags_connectable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.o `test -f 'src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`src/ags-lib/object/ags_connectable.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.o `test -f './src/ags-lib/object/ags_connectable.c' || echo '$(srcdir)/'`./src/ags-lib/object/ags_connectable.c
 
-libags_a-ags_connectable.obj: src/ags-lib/object/ags_connectable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.obj `if test -f 'src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) 'src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags-lib/object/ags_connectable.c'; fi`
+libags_a-ags_connectable.obj: ./src/ags-lib/object/ags_connectable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_connectable.Tpo -c -o libags_a-ags_connectable.obj `if test -f './src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) './src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/./src/ags-lib/object/ags_connectable.c'; fi`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_connectable.Tpo $(DEPDIR)/libags_a-ags_connectable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.obj `if test -f 'src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) 'src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags-lib/object/ags_connectable.c'; fi`
-
-libags_a-ags_combo_box_text.o: src/ags/lib/ags_combo_box_text.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_combo_box_text.o -MD -MP -MF $(DEPDIR)/libags_a-ags_combo_box_text.Tpo -c -o libags_a-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_combo_box_text.Tpo $(DEPDIR)/libags_a-ags_combo_box_text.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='libags_a-ags_combo_box_text.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
-
-libags_a-ags_combo_box_text.obj: src/ags/lib/ags_combo_box_text.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_combo_box_text.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_combo_box_text.Tpo -c -o libags_a-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_combo_box_text.Tpo $(DEPDIR)/libags_a-ags_combo_box_text.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='libags_a-ags_combo_box_text.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
-
-libags_a-ags_container.o: src/ags/lib/ags_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_container.o -MD -MP -MF $(DEPDIR)/libags_a-ags_container.Tpo -c -o libags_a-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_container.Tpo $(DEPDIR)/libags_a-ags_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='libags_a-ags_container.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
-
-libags_a-ags_container.obj: src/ags/lib/ags_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_container.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_container.Tpo -c -o libags_a-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_container.Tpo $(DEPDIR)/libags_a-ags_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='libags_a-ags_container.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
-
-libags_a-ags_list.o: src/ags/lib/ags_list.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_list.o -MD -MP -MF $(DEPDIR)/libags_a-ags_list.Tpo -c -o libags_a-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_list.Tpo $(DEPDIR)/libags_a-ags_list.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='libags_a-ags_list.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
-
-libags_a-ags_list.obj: src/ags/lib/ags_list.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_list.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_list.Tpo -c -o libags_a-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_list.Tpo $(DEPDIR)/libags_a-ags_list.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='libags_a-ags_list.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
-
-libags_a-ags_log.o: src/ags/lib/ags_log.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_log.o -MD -MP -MF $(DEPDIR)/libags_a-ags_log.Tpo -c -o libags_a-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_log.Tpo $(DEPDIR)/libags_a-ags_log.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='libags_a-ags_log.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
-
-libags_a-ags_log.obj: src/ags/lib/ags_log.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_log.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_log.Tpo -c -o libags_a-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_log.Tpo $(DEPDIR)/libags_a-ags_log.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='libags_a-ags_log.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
-
-libags_a-ags_parameter.o: src/ags/lib/ags_parameter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_parameter.o -MD -MP -MF $(DEPDIR)/libags_a-ags_parameter.Tpo -c -o libags_a-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_parameter.Tpo $(DEPDIR)/libags_a-ags_parameter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='libags_a-ags_parameter.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
-
-libags_a-ags_parameter.obj: src/ags/lib/ags_parameter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_parameter.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_parameter.Tpo -c -o libags_a-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_parameter.Tpo $(DEPDIR)/libags_a-ags_parameter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='libags_a-ags_parameter.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
-
-libags_a-ags_init.o: src/ags/object/ags_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_init.o -MD -MP -MF $(DEPDIR)/libags_a-ags_init.Tpo -c -o libags_a-ags_init.o `test -f 'src/ags/object/ags_init.c' || echo '$(srcdir)/'`src/ags/object/ags_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_init.Tpo $(DEPDIR)/libags_a-ags_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_init.c' object='libags_a-ags_init.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_init.o `test -f 'src/ags/object/ags_init.c' || echo '$(srcdir)/'`src/ags/object/ags_init.c
-
-libags_a-ags_init.obj: src/ags/object/ags_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_init.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_init.Tpo -c -o libags_a-ags_init.obj `if test -f 'src/ags/object/ags_init.c'; then $(CYGPATH_W) 'src/ags/object/ags_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_init.Tpo $(DEPDIR)/libags_a-ags_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_init.c' object='libags_a-ags_init.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_init.obj `if test -f 'src/ags/object/ags_init.c'; then $(CYGPATH_W) 'src/ags/object/ags_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_init.c'; fi`
-
-libags_a-ags_application_context.o: src/ags/object/ags_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_application_context.o -MD -MP -MF $(DEPDIR)/libags_a-ags_application_context.Tpo -c -o libags_a-ags_application_context.o `test -f 'src/ags/object/ags_application_context.c' || echo '$(srcdir)/'`src/ags/object/ags_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_application_context.Tpo $(DEPDIR)/libags_a-ags_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_application_context.c' object='libags_a-ags_application_context.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_application_context.o `test -f 'src/ags/object/ags_application_context.c' || echo '$(srcdir)/'`src/ags/object/ags_application_context.c
-
-libags_a-ags_application_context.obj: src/ags/object/ags_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_application_context.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_application_context.Tpo -c -o libags_a-ags_application_context.obj `if test -f 'src/ags/object/ags_application_context.c'; then $(CYGPATH_W) 'src/ags/object/ags_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_application_context.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_application_context.Tpo $(DEPDIR)/libags_a-ags_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_application_context.c' object='libags_a-ags_application_context.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_application_context.obj `if test -f 'src/ags/object/ags_application_context.c'; then $(CYGPATH_W) 'src/ags/object/ags_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_application_context.c'; fi`
-
-libags_a-ags_config.o: src/ags/object/ags_config.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_config.o -MD -MP -MF $(DEPDIR)/libags_a-ags_config.Tpo -c -o libags_a-ags_config.o `test -f 'src/ags/object/ags_config.c' || echo '$(srcdir)/'`src/ags/object/ags_config.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_config.Tpo $(DEPDIR)/libags_a-ags_config.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_config.c' object='libags_a-ags_config.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_config.o `test -f 'src/ags/object/ags_config.c' || echo '$(srcdir)/'`src/ags/object/ags_config.c
-
-libags_a-ags_config.obj: src/ags/object/ags_config.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_config.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_config.Tpo -c -o libags_a-ags_config.obj `if test -f 'src/ags/object/ags_config.c'; then $(CYGPATH_W) 'src/ags/object/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_config.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_config.Tpo $(DEPDIR)/libags_a-ags_config.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_config.c' object='libags_a-ags_config.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_config.obj `if test -f 'src/ags/object/ags_config.c'; then $(CYGPATH_W) 'src/ags/object/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_config.c'; fi`
-
-libags_a-ags_applicable.o: src/ags/object/ags_applicable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_applicable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_applicable.Tpo -c -o libags_a-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_applicable.Tpo $(DEPDIR)/libags_a-ags_applicable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='libags_a-ags_applicable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
-
-libags_a-ags_applicable.obj: src/ags/object/ags_applicable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_applicable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_applicable.Tpo -c -o libags_a-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_applicable.Tpo $(DEPDIR)/libags_a-ags_applicable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='libags_a-ags_applicable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
-
-libags_a-ags_countable.o: src/ags/object/ags_countable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_countable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_countable.Tpo -c -o libags_a-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_countable.Tpo $(DEPDIR)/libags_a-ags_countable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='libags_a-ags_countable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
-
-libags_a-ags_countable.obj: src/ags/object/ags_countable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_countable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_countable.Tpo -c -o libags_a-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_countable.Tpo $(DEPDIR)/libags_a-ags_countable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='libags_a-ags_countable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
-
-libags_a-ags_dynamic_connectable.o: src/ags/object/ags_dynamic_connectable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_dynamic_connectable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo -c -o libags_a-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo $(DEPDIR)/libags_a-ags_dynamic_connectable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='libags_a-ags_dynamic_connectable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
-
-libags_a-ags_dynamic_connectable.obj: src/ags/object/ags_dynamic_connectable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_dynamic_connectable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo -c -o libags_a-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_dynamic_connectable.Tpo $(DEPDIR)/libags_a-ags_dynamic_connectable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='libags_a-ags_dynamic_connectable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
-
-libags_a-ags_effect.o: src/ags/object/ags_effect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_effect.o -MD -MP -MF $(DEPDIR)/libags_a-ags_effect.Tpo -c -o libags_a-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_effect.Tpo $(DEPDIR)/libags_a-ags_effect.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='libags_a-ags_effect.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
-
-libags_a-ags_effect.obj: src/ags/object/ags_effect.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_effect.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_effect.Tpo -c -o libags_a-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_effect.Tpo $(DEPDIR)/libags_a-ags_effect.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='libags_a-ags_effect.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
-
-libags_a-ags_main_loop.o: src/ags/object/ags_main_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_main_loop.o -MD -MP -MF $(DEPDIR)/libags_a-ags_main_loop.Tpo -c -o libags_a-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_main_loop.Tpo $(DEPDIR)/libags_a-ags_main_loop.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='libags_a-ags_main_loop.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
-
-libags_a-ags_main_loop.obj: src/ags/object/ags_main_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_main_loop.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_main_loop.Tpo -c -o libags_a-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_main_loop.Tpo $(DEPDIR)/libags_a-ags_main_loop.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='libags_a-ags_main_loop.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
-
-libags_a-ags_marshal.o: src/ags/object/ags_marshal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_marshal.o -MD -MP -MF $(DEPDIR)/libags_a-ags_marshal.Tpo -c -o libags_a-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_marshal.Tpo $(DEPDIR)/libags_a-ags_marshal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='libags_a-ags_marshal.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
-
-libags_a-ags_marshal.obj: src/ags/object/ags_marshal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_marshal.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_marshal.Tpo -c -o libags_a-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_marshal.Tpo $(DEPDIR)/libags_a-ags_marshal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='libags_a-ags_marshal.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
-
-libags_a-ags_mutable.o: src/ags/object/ags_mutable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_mutable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_mutable.Tpo -c -o libags_a-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_mutable.Tpo $(DEPDIR)/libags_a-ags_mutable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='libags_a-ags_mutable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
-
-libags_a-ags_mutable.obj: src/ags/object/ags_mutable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_mutable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_mutable.Tpo -c -o libags_a-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_mutable.Tpo $(DEPDIR)/libags_a-ags_mutable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='libags_a-ags_mutable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
-
-libags_a-ags_packable.o: src/ags/object/ags_packable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_packable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_packable.Tpo -c -o libags_a-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_packable.Tpo $(DEPDIR)/libags_a-ags_packable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='libags_a-ags_packable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
-
-libags_a-ags_packable.obj: src/ags/object/ags_packable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_packable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_packable.Tpo -c -o libags_a-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_packable.Tpo $(DEPDIR)/libags_a-ags_packable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='libags_a-ags_packable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
-
-libags_a-ags_persistable.o: src/ags/object/ags_persistable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_persistable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_persistable.Tpo -c -o libags_a-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_persistable.Tpo $(DEPDIR)/libags_a-ags_persistable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='libags_a-ags_persistable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
-
-libags_a-ags_persistable.obj: src/ags/object/ags_persistable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_persistable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_persistable.Tpo -c -o libags_a-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_persistable.Tpo $(DEPDIR)/libags_a-ags_persistable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='libags_a-ags_persistable.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
-
-libags_a-ags_plugin.o: src/ags/object/ags_plugin.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_plugin.o -MD -MP -MF $(DEPDIR)/libags_a-ags_plugin.Tpo -c -o libags_a-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_plugin.Tpo $(DEPDIR)/libags_a-ags_plugin.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='libags_a-ags_plugin.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
-
-libags_a-ags_plugin.obj: src/ags/object/ags_plugin.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_plugin.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_plugin.Tpo -c -o libags_a-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_plugin.Tpo $(DEPDIR)/libags_a-ags_plugin.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='libags_a-ags_plugin.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
-
-libags_a-ags_portlet.o: src/ags/object/ags_portlet.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_portlet.o -MD -MP -MF $(DEPDIR)/libags_a-ags_portlet.Tpo -c -o libags_a-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_portlet.Tpo $(DEPDIR)/libags_a-ags_portlet.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='libags_a-ags_portlet.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
-
-libags_a-ags_portlet.obj: src/ags/object/ags_portlet.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_portlet.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_portlet.Tpo -c -o libags_a-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_portlet.Tpo $(DEPDIR)/libags_a-ags_portlet.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='libags_a-ags_portlet.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
-
-libags_a-ags_runnable.o: src/ags/object/ags_runnable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_runnable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_runnable.Tpo -c -o libags_a-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_runnable.Tpo $(DEPDIR)/libags_a-ags_runnable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='libags_a-ags_runnable.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
-
-libags_a-ags_runnable.obj: src/ags/object/ags_runnable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_runnable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_runnable.Tpo -c -o libags_a-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_runnable.Tpo $(DEPDIR)/libags_a-ags_runnable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='libags_a-ags_runnable.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='./src/ags-lib/object/ags_connectable.c' object='libags_a-ags_connectable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_connectable.obj `if test -f './src/ags-lib/object/ags_connectable.c'; then $(CYGPATH_W) './src/ags-lib/object/ags_connectable.c'; else $(CYGPATH_W) '$(srcdir)/./src/ags-lib/object/ags_connectable.c'; fi`
 
-libags_a-ags_seekable.o: src/ags/object/ags_seekable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_seekable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_seekable.Tpo -c -o libags_a-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_seekable.Tpo $(DEPDIR)/libags_a-ags_seekable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='libags_a-ags_seekable.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_combo_box_text.o: src/ags/lib/ags_combo_box_text.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_combo_box_text.o -MD -MP -MF $(DEPDIR)/ags-ags_combo_box_text.Tpo -c -o ags-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_combo_box_text.Tpo $(DEPDIR)/ags-ags_combo_box_text.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='ags-ags_combo_box_text.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_combo_box_text.o `test -f 'src/ags/lib/ags_combo_box_text.c' || echo '$(srcdir)/'`src/ags/lib/ags_combo_box_text.c
 
-libags_a-ags_seekable.obj: src/ags/object/ags_seekable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_seekable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_seekable.Tpo -c -o libags_a-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_seekable.Tpo $(DEPDIR)/libags_a-ags_seekable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='libags_a-ags_seekable.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_combo_box_text.obj: src/ags/lib/ags_combo_box_text.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_combo_box_text.obj -MD -MP -MF $(DEPDIR)/ags-ags_combo_box_text.Tpo -c -o ags-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_combo_box_text.Tpo $(DEPDIR)/ags-ags_combo_box_text.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_combo_box_text.c' object='ags-ags_combo_box_text.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_combo_box_text.obj `if test -f 'src/ags/lib/ags_combo_box_text.c'; then $(CYGPATH_W) 'src/ags/lib/ags_combo_box_text.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_combo_box_text.c'; fi`
 
-libags_a-ags_soundcard.o: src/ags/object/ags_soundcard.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_soundcard.o -MD -MP -MF $(DEPDIR)/libags_a-ags_soundcard.Tpo -c -o libags_a-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_soundcard.Tpo $(DEPDIR)/libags_a-ags_soundcard.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='libags_a-ags_soundcard.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_list.o: src/ags/lib/ags_list.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_list.o -MD -MP -MF $(DEPDIR)/ags-ags_list.Tpo -c -o ags-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_list.Tpo $(DEPDIR)/ags-ags_list.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='ags-ags_list.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_list.o `test -f 'src/ags/lib/ags_list.c' || echo '$(srcdir)/'`src/ags/lib/ags_list.c
 
-libags_a-ags_soundcard.obj: src/ags/object/ags_soundcard.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_soundcard.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_soundcard.Tpo -c -o libags_a-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_soundcard.Tpo $(DEPDIR)/libags_a-ags_soundcard.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='libags_a-ags_soundcard.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_list.obj: src/ags/lib/ags_list.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_list.obj -MD -MP -MF $(DEPDIR)/ags-ags_list.Tpo -c -o ags-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_list.Tpo $(DEPDIR)/ags-ags_list.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_list.c' object='ags-ags_list.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_list.obj `if test -f 'src/ags/lib/ags_list.c'; then $(CYGPATH_W) 'src/ags/lib/ags_list.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_list.c'; fi`
 
-libags_a-ags_stackable.o: src/ags/object/ags_stackable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_stackable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_stackable.Tpo -c -o libags_a-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_stackable.Tpo $(DEPDIR)/libags_a-ags_stackable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='libags_a-ags_stackable.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_container.o: src/ags/lib/ags_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_container.o -MD -MP -MF $(DEPDIR)/ags-ags_container.Tpo -c -o ags-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_container.Tpo $(DEPDIR)/ags-ags_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='ags-ags_container.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_container.o `test -f 'src/ags/lib/ags_container.c' || echo '$(srcdir)/'`src/ags/lib/ags_container.c
 
-libags_a-ags_stackable.obj: src/ags/object/ags_stackable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_stackable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_stackable.Tpo -c -o libags_a-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_stackable.Tpo $(DEPDIR)/libags_a-ags_stackable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='libags_a-ags_stackable.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_container.obj: src/ags/lib/ags_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_container.Tpo -c -o ags-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_container.Tpo $(DEPDIR)/ags-ags_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_container.c' object='ags-ags_container.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_container.obj `if test -f 'src/ags/lib/ags_container.c'; then $(CYGPATH_W) 'src/ags/lib/ags_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_container.c'; fi`
 
-libags_a-ags_tactable.o: src/ags/object/ags_tactable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tactable.o -MD -MP -MF $(DEPDIR)/libags_a-ags_tactable.Tpo -c -o libags_a-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tactable.Tpo $(DEPDIR)/libags_a-ags_tactable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='libags_a-ags_tactable.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_log.o: src/ags/lib/ags_log.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_log.o -MD -MP -MF $(DEPDIR)/ags-ags_log.Tpo -c -o ags-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_log.Tpo $(DEPDIR)/ags-ags_log.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='ags-ags_log.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_log.o `test -f 'src/ags/lib/ags_log.c' || echo '$(srcdir)/'`src/ags/lib/ags_log.c
 
-libags_a-ags_tactable.obj: src/ags/object/ags_tactable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tactable.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_tactable.Tpo -c -o libags_a-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tactable.Tpo $(DEPDIR)/libags_a-ags_tactable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='libags_a-ags_tactable.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_log.obj: src/ags/lib/ags_log.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_log.obj -MD -MP -MF $(DEPDIR)/ags-ags_log.Tpo -c -o ags-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_log.Tpo $(DEPDIR)/ags-ags_log.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_log.c' object='ags-ags_log.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_log.obj `if test -f 'src/ags/lib/ags_log.c'; then $(CYGPATH_W) 'src/ags/lib/ags_log.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_log.c'; fi`
 
-libags_a-ags_tree_iterator.o: src/ags/object/ags_tree_iterator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tree_iterator.o -MD -MP -MF $(DEPDIR)/libags_a-ags_tree_iterator.Tpo -c -o libags_a-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tree_iterator.Tpo $(DEPDIR)/libags_a-ags_tree_iterator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='libags_a-ags_tree_iterator.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_parameter.o: src/ags/lib/ags_parameter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_parameter.o -MD -MP -MF $(DEPDIR)/ags-ags_parameter.Tpo -c -o ags-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_parameter.Tpo $(DEPDIR)/ags-ags_parameter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='ags-ags_parameter.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_parameter.o `test -f 'src/ags/lib/ags_parameter.c' || echo '$(srcdir)/'`src/ags/lib/ags_parameter.c
 
-libags_a-ags_tree_iterator.obj: src/ags/object/ags_tree_iterator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -MT libags_a-ags_tree_iterator.obj -MD -MP -MF $(DEPDIR)/libags_a-ags_tree_iterator.Tpo -c -o libags_a-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_a-ags_tree_iterator.Tpo $(DEPDIR)/libags_a-ags_tree_iterator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='libags_a-ags_tree_iterator.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_parameter.obj: src/ags/lib/ags_parameter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_parameter.obj -MD -MP -MF $(DEPDIR)/ags-ags_parameter.Tpo -c -o ags-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_parameter.Tpo $(DEPDIR)/ags-ags_parameter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/lib/ags_parameter.c' object='ags-ags_parameter.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_a_CFLAGS) $(CFLAGS) -c -o libags_a-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_parameter.obj `if test -f 'src/ags/lib/ags_parameter.c'; then $(CYGPATH_W) 'src/ags/lib/ags_parameter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/lib/ags_parameter.c'; fi`
 
-libags_audio_a-ags_garbage_collector.o: src/ags/audio/ags_garbage_collector.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_garbage_collector.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo -c -o libags_audio_a-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo $(DEPDIR)/libags_audio_a-ags_garbage_collector.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='libags_audio_a-ags_garbage_collector.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_notebook_callbacks.o: src/ags/X/editor/ags_notebook_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_notebook_callbacks.Tpo -c -o ags-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook_callbacks.Tpo $(DEPDIR)/ags-ags_notebook_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='ags-ags_notebook_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
 
-libags_audio_a-ags_garbage_collector.obj: src/ags/audio/ags_garbage_collector.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_garbage_collector.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo -c -o libags_audio_a-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_garbage_collector.Tpo $(DEPDIR)/libags_audio_a-ags_garbage_collector.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='libags_audio_a-ags_garbage_collector.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_notebook_callbacks.obj: src/ags/X/editor/ags_notebook_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_notebook_callbacks.Tpo -c -o ags-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook_callbacks.Tpo $(DEPDIR)/ags-ags_notebook_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='ags-ags_notebook_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
 
-libags_audio_a-ags_libao.o: src/ags/audio/ags_libao.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_libao.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_libao.Tpo -c -o libags_audio_a-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_libao.Tpo $(DEPDIR)/libags_audio_a-ags_libao.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='libags_audio_a-ags_libao.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_meter_callbacks.o: src/ags/X/editor/ags_meter_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_meter_callbacks.Tpo -c -o ags-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter_callbacks.Tpo $(DEPDIR)/ags-ags_meter_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='ags-ags_meter_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
 
-libags_audio_a-ags_libao.obj: src/ags/audio/ags_libao.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_libao.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_libao.Tpo -c -o libags_audio_a-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_libao.Tpo $(DEPDIR)/libags_audio_a-ags_libao.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='libags_audio_a-ags_libao.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_meter_callbacks.obj: src/ags/X/editor/ags_meter_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_meter_callbacks.Tpo -c -o ags-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter_callbacks.Tpo $(DEPDIR)/ags-ags_meter_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='ags-ags_meter_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
 
-libags_audio_a-ags_timestamp.o: src/ags/audio/ags_timestamp.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo -c -o libags_audio_a-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='libags_audio_a-ags_timestamp.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_toolbar_callbacks.o: src/ags/X/editor/ags_toolbar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo -c -o ags-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo $(DEPDIR)/ags-ags_toolbar_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='ags-ags_toolbar_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
 
-libags_audio_a-ags_timestamp.obj: src/ags/audio/ags_timestamp.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo -c -o libags_audio_a-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='libags_audio_a-ags_timestamp.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_toolbar_callbacks.obj: src/ags/X/editor/ags_toolbar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo -c -o ags-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar_callbacks.Tpo $(DEPDIR)/ags-ags_toolbar_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='ags-ags_toolbar_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
 
-libags_audio_a-ags_timestamp_factory.o: src/ags/audio/ags_timestamp_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo -c -o libags_audio_a-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='libags_audio_a-ags_timestamp_factory.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selector.o: src/ags/X/editor/ags_machine_selector.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector.Tpo -c -o ags-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector.Tpo $(DEPDIR)/ags-ags_machine_selector.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='ags-ags_machine_selector.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
 
-libags_audio_a-ags_timestamp_factory.obj: src/ags/audio/ags_timestamp_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_timestamp_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo -c -o libags_audio_a-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Tpo $(DEPDIR)/libags_audio_a-ags_timestamp_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='libags_audio_a-ags_timestamp_factory.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selector.obj: src/ags/X/editor/ags_machine_selector.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector.Tpo -c -o ags-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector.Tpo $(DEPDIR)/ags-ags_machine_selector.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='ags-ags_machine_selector.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
 
-libags_audio_a-ags_audio_init.o: src/ags/audio/ags_audio_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_init.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo -c -o libags_audio_a-ags_audio_init.o `test -f 'src/ags/audio/ags_audio_init.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo $(DEPDIR)/libags_audio_a-ags_audio_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_init.c' object='libags_audio_a-ags_audio_init.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selector_callbacks.o: src/ags/X/editor/ags_machine_selector_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo -c -o ags-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo $(DEPDIR)/ags-ags_machine_selector_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='ags-ags_machine_selector_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_init.o `test -f 'src/ags/audio/ags_audio_init.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_init.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
 
-libags_audio_a-ags_audio_init.obj: src/ags/audio/ags_audio_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_init.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo -c -o libags_audio_a-ags_audio_init.obj `if test -f 'src/ags/audio/ags_audio_init.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_init.Tpo $(DEPDIR)/libags_audio_a-ags_audio_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_init.c' object='libags_audio_a-ags_audio_init.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selector_callbacks.obj: src/ags/X/editor/ags_machine_selector_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selector_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo -c -o ags-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selector_callbacks.Tpo $(DEPDIR)/ags-ags_machine_selector_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='ags-ags_machine_selector_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_init.obj `if test -f 'src/ags/audio/ags_audio_init.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_init.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_application_context.o: src/ags/audio/ags_audio_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_application_context.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo -c -o libags_audio_a-ags_audio_application_context.o `test -f 'src/ags/audio/ags_audio_application_context.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo $(DEPDIR)/libags_audio_a-ags_audio_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_application_context.c' object='libags_audio_a-ags_audio_application_context.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_radio_button.o: src/ags/X/editor/ags_machine_radio_button.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_radio_button.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_radio_button.Tpo -c -o ags-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_radio_button.Tpo $(DEPDIR)/ags-ags_machine_radio_button.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='ags-ags_machine_radio_button.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_application_context.o `test -f 'src/ags/audio/ags_audio_application_context.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_application_context.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
 
-libags_audio_a-ags_audio_application_context.obj: src/ags/audio/ags_audio_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_application_context.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo -c -o libags_audio_a-ags_audio_application_context.obj `if test -f 'src/ags/audio/ags_audio_application_context.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_application_context.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_application_context.Tpo $(DEPDIR)/libags_audio_a-ags_audio_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_application_context.c' object='libags_audio_a-ags_audio_application_context.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_radio_button.obj: src/ags/X/editor/ags_machine_radio_button.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_radio_button.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_radio_button.Tpo -c -o ags-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_radio_button.Tpo $(DEPDIR)/ags-ags_machine_radio_button.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='ags-ags_machine_radio_button.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_application_context.obj `if test -f 'src/ags/audio/ags_audio_application_context.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_application_context.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
 
-libags_audio_a-ags_sound_provider.o: src/ags/audio/ags_sound_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sound_provider.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo -c -o libags_audio_a-ags_sound_provider.o `test -f 'src/ags/audio/ags_sound_provider.c' || echo '$(srcdir)/'`src/ags/audio/ags_sound_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo $(DEPDIR)/libags_audio_a-ags_sound_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_sound_provider.c' object='libags_audio_a-ags_sound_provider.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_sf2_chooser.o: src/ags/X/editor/ags_sf2_chooser.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser.o -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser.Tpo -c -o ags-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser.Tpo $(DEPDIR)/ags-ags_sf2_chooser.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='ags-ags_sf2_chooser.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sound_provider.o `test -f 'src/ags/audio/ags_sound_provider.c' || echo '$(srcdir)/'`src/ags/audio/ags_sound_provider.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
 
-libags_audio_a-ags_sound_provider.obj: src/ags/audio/ags_sound_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sound_provider.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo -c -o libags_audio_a-ags_sound_provider.obj `if test -f 'src/ags/audio/ags_sound_provider.c'; then $(CYGPATH_W) 'src/ags/audio/ags_sound_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_sound_provider.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sound_provider.Tpo $(DEPDIR)/libags_audio_a-ags_sound_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_sound_provider.c' object='libags_audio_a-ags_sound_provider.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_sf2_chooser.obj: src/ags/X/editor/ags_sf2_chooser.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser.obj -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser.Tpo -c -o ags-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser.Tpo $(DEPDIR)/ags-ags_sf2_chooser.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='ags-ags_sf2_chooser.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sound_provider.obj `if test -f 'src/ags/audio/ags_sound_provider.c'; then $(CYGPATH_W) 'src/ags/audio/ags_sound_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_sound_provider.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
 
-libags_audio_a-ags_acceleration.o: src/ags/audio/ags_acceleration.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_acceleration.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo -c -o libags_audio_a-ags_acceleration.o `test -f 'src/ags/audio/ags_acceleration.c' || echo '$(srcdir)/'`src/ags/audio/ags_acceleration.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo $(DEPDIR)/libags_audio_a-ags_acceleration.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_acceleration.c' object='libags_audio_a-ags_acceleration.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_sf2_chooser_callbacks.o: src/ags/X/editor/ags_sf2_chooser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo -c -o ags-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='ags-ags_sf2_chooser_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_acceleration.o `test -f 'src/ags/audio/ags_acceleration.c' || echo '$(srcdir)/'`src/ags/audio/ags_acceleration.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
 
-libags_audio_a-ags_acceleration.obj: src/ags/audio/ags_acceleration.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_acceleration.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo -c -o libags_audio_a-ags_acceleration.obj `if test -f 'src/ags/audio/ags_acceleration.c'; then $(CYGPATH_W) 'src/ags/audio/ags_acceleration.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_acceleration.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_acceleration.Tpo $(DEPDIR)/libags_audio_a-ags_acceleration.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_acceleration.c' object='libags_audio_a-ags_acceleration.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_sf2_chooser_callbacks.obj: src/ags/X/editor/ags_sf2_chooser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sf2_chooser_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo -c -o ags-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/ags-ags_sf2_chooser_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='ags-ags_sf2_chooser_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_acceleration.obj `if test -f 'src/ags/audio/ags_acceleration.c'; then $(CYGPATH_W) 'src/ags/audio/ags_acceleration.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_acceleration.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
 
-libags_audio_a-ags_playable.o: src/ags/object/ags_playable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_playable.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_playable.Tpo -c -o libags_audio_a-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_playable.Tpo $(DEPDIR)/libags_audio_a-ags_playable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='libags_audio_a-ags_playable.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_notebook.o: src/ags/X/editor/ags_notebook.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook.o -MD -MP -MF $(DEPDIR)/ags-ags_notebook.Tpo -c -o ags-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook.Tpo $(DEPDIR)/ags-ags_notebook.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='ags-ags_notebook.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
 
-libags_audio_a-ags_playable.obj: src/ags/object/ags_playable.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_playable.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_playable.Tpo -c -o libags_audio_a-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_playable.Tpo $(DEPDIR)/libags_audio_a-ags_playable.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='libags_audio_a-ags_playable.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_notebook.obj: src/ags/X/editor/ags_notebook.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notebook.obj -MD -MP -MF $(DEPDIR)/ags-ags_notebook.Tpo -c -o ags-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notebook.Tpo $(DEPDIR)/ags-ags_notebook.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='ags-ags_notebook.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
 
-libags_audio_a-ags_audio.o: src/ags/audio/ags_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio.Tpo -c -o libags_audio_a-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio.Tpo $(DEPDIR)/libags_audio_a-ags_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='libags_audio_a-ags_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_note_edit_callbacks.o: src/ags/X/editor/ags_note_edit_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo -c -o ags-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo $(DEPDIR)/ags-ags_note_edit_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='ags-ags_note_edit_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
 
-libags_audio_a-ags_audio.obj: src/ags/audio/ags_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio.Tpo -c -o libags_audio_a-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio.Tpo $(DEPDIR)/libags_audio_a-ags_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='libags_audio_a-ags_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_note_edit_callbacks.obj: src/ags/X/editor/ags_note_edit_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo -c -o ags-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit_callbacks.Tpo $(DEPDIR)/ags-ags_note_edit_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='ags-ags_note_edit_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_signal.o: src/ags/audio/ags_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo -c -o libags_audio_a-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='libags_audio_a-ags_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_selection_callbacks.o: src/ags/X/editor/ags_file_selection_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo -c -o ags-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo $(DEPDIR)/ags-ags_file_selection_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='ags-ags_file_selection_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
 
-libags_audio_a-ags_audio_signal.obj: src/ags/audio/ags_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo -c -o libags_audio_a-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='libags_audio_a-ags_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_selection_callbacks.obj: src/ags/X/editor/ags_file_selection_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo -c -o ags-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection_callbacks.Tpo $(DEPDIR)/ags-ags_file_selection_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='ags-ags_file_selection_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
 
-libags_audio_a-ags_automation.o: src/ags/audio/ags_automation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_automation.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_automation.Tpo -c -o libags_audio_a-ags_automation.o `test -f 'src/ags/audio/ags_automation.c' || echo '$(srcdir)/'`src/ags/audio/ags_automation.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_automation.Tpo $(DEPDIR)/libags_audio_a-ags_automation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_automation.c' object='libags_audio_a-ags_automation.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selection.o: src/ags/X/editor/ags_machine_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_selection.Tpo -c -o ags-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selection.Tpo $(DEPDIR)/ags-ags_machine_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='ags-ags_machine_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_automation.o `test -f 'src/ags/audio/ags_automation.c' || echo '$(srcdir)/'`src/ags/audio/ags_automation.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
 
-libags_audio_a-ags_automation.obj: src/ags/audio/ags_automation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_automation.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_automation.Tpo -c -o libags_audio_a-ags_automation.obj `if test -f 'src/ags/audio/ags_automation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_automation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_automation.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_automation.Tpo $(DEPDIR)/libags_audio_a-ags_automation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_automation.c' object='libags_audio_a-ags_automation.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_selection.obj: src/ags/X/editor/ags_machine_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_selection.Tpo -c -o ags-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_selection.Tpo $(DEPDIR)/ags-ags_machine_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='ags-ags_machine_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_automation.obj `if test -f 'src/ags/audio/ags_automation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_automation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_automation.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
 
-libags_audio_a-ags_channel.o: src/ags/audio/ags_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel.Tpo -c -o libags_audio_a-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel.Tpo $(DEPDIR)/libags_audio_a-ags_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='libags_audio_a-ags_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_inline_player.o: src/ags/X/editor/ags_inline_player.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player.o -MD -MP -MF $(DEPDIR)/ags-ags_inline_player.Tpo -c -o ags-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player.Tpo $(DEPDIR)/ags-ags_inline_player.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='ags-ags_inline_player.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
 
-libags_audio_a-ags_channel.obj: src/ags/audio/ags_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel.Tpo -c -o libags_audio_a-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel.Tpo $(DEPDIR)/libags_audio_a-ags_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='libags_audio_a-ags_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_inline_player.obj: src/ags/X/editor/ags_inline_player.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player.obj -MD -MP -MF $(DEPDIR)/ags-ags_inline_player.Tpo -c -o ags-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player.Tpo $(DEPDIR)/ags-ags_inline_player.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='ags-ags_inline_player.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
 
-libags_audio_a-ags_channel_iter.o: src/ags/audio/ags_channel_iter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_iter.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo -c -o libags_audio_a-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo $(DEPDIR)/libags_audio_a-ags_channel_iter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='libags_audio_a-ags_channel_iter.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_meter.o: src/ags/X/editor/ags_meter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter.o -MD -MP -MF $(DEPDIR)/ags-ags_meter.Tpo -c -o ags-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter.Tpo $(DEPDIR)/ags-ags_meter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='ags-ags_meter.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
 
-libags_audio_a-ags_channel_iter.obj: src/ags/audio/ags_channel_iter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_iter.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo -c -o libags_audio_a-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_iter.Tpo $(DEPDIR)/libags_audio_a-ags_channel_iter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='libags_audio_a-ags_channel_iter.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_meter.obj: src/ags/X/editor/ags_meter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_meter.obj -MD -MP -MF $(DEPDIR)/ags-ags_meter.Tpo -c -o ags-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_meter.Tpo $(DEPDIR)/ags-ags_meter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='ags-ags_meter.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
 
-libags_audio_a-ags_devout.o: src/ags/audio/ags_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_devout.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_devout.Tpo -c -o libags_audio_a-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_devout.Tpo $(DEPDIR)/libags_audio_a-ags_devout.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='libags_audio_a-ags_devout.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_selection.o: src/ags/X/editor/ags_file_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_file_selection.Tpo -c -o ags-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection.Tpo $(DEPDIR)/ags-ags_file_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='ags-ags_file_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
 
-libags_audio_a-ags_devout.obj: src/ags/audio/ags_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_devout.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_devout.Tpo -c -o libags_audio_a-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_devout.Tpo $(DEPDIR)/libags_audio_a-ags_devout.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='libags_audio_a-ags_devout.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_selection.obj: src/ags/X/editor/ags_file_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_selection.Tpo -c -o ags-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_selection.Tpo $(DEPDIR)/ags-ags_file_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='ags-ags_file_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
 
-libags_audio_a-ags_input.o: src/ags/audio/ags_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_input.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_input.Tpo -c -o libags_audio_a-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_input.Tpo $(DEPDIR)/libags_audio_a-ags_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='libags_audio_a-ags_input.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_note_edit.o: src/ags/X/editor/ags_note_edit.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit.o -MD -MP -MF $(DEPDIR)/ags-ags_note_edit.Tpo -c -o ags-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit.Tpo $(DEPDIR)/ags-ags_note_edit.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='ags-ags_note_edit.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
 
-libags_audio_a-ags_input.obj: src/ags/audio/ags_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_input.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_input.Tpo -c -o libags_audio_a-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_input.Tpo $(DEPDIR)/libags_audio_a-ags_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='libags_audio_a-ags_input.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_note_edit.obj: src/ags/X/editor/ags_note_edit.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note_edit.obj -MD -MP -MF $(DEPDIR)/ags-ags_note_edit.Tpo -c -o ags-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note_edit.Tpo $(DEPDIR)/ags-ags_note_edit.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='ags-ags_note_edit.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
 
-libags_audio_a-ags_notation.o: src/ags/audio/ags_notation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_notation.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_notation.Tpo -c -o libags_audio_a-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_notation.Tpo $(DEPDIR)/libags_audio_a-ags_notation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='libags_audio_a-ags_notation.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_inline_player_callbacks.o: src/ags/X/editor/ags_inline_player_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo -c -o ags-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo $(DEPDIR)/ags-ags_inline_player_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='ags-ags_inline_player_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
 
-libags_audio_a-ags_notation.obj: src/ags/audio/ags_notation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_notation.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_notation.Tpo -c -o libags_audio_a-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_notation.Tpo $(DEPDIR)/libags_audio_a-ags_notation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='libags_audio_a-ags_notation.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_inline_player_callbacks.obj: src/ags/X/editor/ags_inline_player_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_inline_player_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo -c -o ags-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_inline_player_callbacks.Tpo $(DEPDIR)/ags-ags_inline_player_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='ags-ags_inline_player_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
 
-libags_audio_a-ags_note.o: src/ags/audio/ags_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_note.Tpo -c -o libags_audio_a-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_note.Tpo $(DEPDIR)/libags_audio_a-ags_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='libags_audio_a-ags_note.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_toolbar.o: src/ags/X/editor/ags_toolbar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar.o -MD -MP -MF $(DEPDIR)/ags-ags_toolbar.Tpo -c -o ags-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar.Tpo $(DEPDIR)/ags-ags_toolbar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='ags-ags_toolbar.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
 
-libags_audio_a-ags_note.obj: src/ags/audio/ags_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_note.Tpo -c -o libags_audio_a-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_note.Tpo $(DEPDIR)/libags_audio_a-ags_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='libags_audio_a-ags_note.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_toolbar.obj: src/ags/X/editor/ags_toolbar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toolbar.obj -MD -MP -MF $(DEPDIR)/ags-ags_toolbar.Tpo -c -o ags-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toolbar.Tpo $(DEPDIR)/ags-ags_toolbar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='ags-ags_toolbar.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
 
-libags_audio_a-ags_output.o: src/ags/audio/ags_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_output.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_output.Tpo -c -o libags_audio_a-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_output.Tpo $(DEPDIR)/libags_audio_a-ags_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='libags_audio_a-ags_output.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_preferences.o: src/ags/X/ags_plugin_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences.Tpo -c -o ags-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences.Tpo $(DEPDIR)/ags-ags_plugin_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='ags-ags_plugin_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
 
-libags_audio_a-ags_output.obj: src/ags/audio/ags_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_output.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_output.Tpo -c -o libags_audio_a-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_output.Tpo $(DEPDIR)/libags_audio_a-ags_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='libags_audio_a-ags_output.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_preferences.obj: src/ags/X/ags_plugin_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences.Tpo -c -o ags-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences.Tpo $(DEPDIR)/ags-ags_plugin_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='ags-ags_plugin_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
 
-libags_audio_a-ags_pattern.o: src/ags/audio/ags_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_pattern.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_pattern.Tpo -c -o libags_audio_a-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_pattern.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='libags_audio_a-ags_pattern.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_editor.o: src/ags/X/ags_link_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_link_editor.Tpo -c -o ags-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor.Tpo $(DEPDIR)/ags-ags_link_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='ags-ags_link_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
 
-libags_audio_a-ags_pattern.obj: src/ags/audio/ags_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_pattern.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_pattern.Tpo -c -o libags_audio_a-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_pattern.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='libags_audio_a-ags_pattern.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_editor.obj: src/ags/X/ags_link_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_editor.Tpo -c -o ags-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor.Tpo $(DEPDIR)/ags-ags_link_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='ags-ags_link_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
 
-libags_audio_a-ags_port.o: src/ags/audio/ags_port.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_port.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_port.Tpo -c -o libags_audio_a-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_port.Tpo $(DEPDIR)/libags_audio_a-ags_port.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='libags_audio_a-ags_port.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_callbacks.o: src/ags/X/ags_machine_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_callbacks.Tpo -c -o ags-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_callbacks.Tpo $(DEPDIR)/ags-ags_machine_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='ags-ags_machine_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
 
-libags_audio_a-ags_port.obj: src/ags/audio/ags_port.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_port.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_port.Tpo -c -o libags_audio_a-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_port.Tpo $(DEPDIR)/libags_audio_a-ags_port.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='libags_audio_a-ags_port.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_callbacks.obj: src/ags/X/ags_machine_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_callbacks.Tpo -c -o ags-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_callbacks.Tpo $(DEPDIR)/ags-ags_machine_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='ags-ags_machine_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_audio.o: src/ags/audio/ags_recall_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo -c -o libags_audio_a-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='libags_audio_a-ags_recall_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_listing_editor_callbacks.o: src/ags/X/ags_listing_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo -c -o ags-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo $(DEPDIR)/ags-ags_listing_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='ags-ags_listing_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
 
-libags_audio_a-ags_recall_audio.obj: src/ags/audio/ags_recall_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo -c -o libags_audio_a-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='libags_audio_a-ags_recall_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_listing_editor_callbacks.obj: src/ags/X/ags_listing_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo -c -o ags-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor_callbacks.Tpo $(DEPDIR)/ags-ags_listing_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='ags-ags_listing_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_audio_run.o: src/ags/audio/ags_recall_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo -c -o libags_audio_a-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='libags_audio_a-ags_recall_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_collection_editor_callbacks.o: src/ags/X/ags_link_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo -c -o ags-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='ags-ags_link_collection_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
 
-libags_audio_a-ags_recall_audio_run.obj: src/ags/audio/ags_recall_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo -c -o libags_audio_a-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='libags_audio_a-ags_recall_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_collection_editor_callbacks.obj: src/ags/X/ags_link_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo -c -o ags-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_collection_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='ags-ags_link_collection_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_audio_signal.o: src/ags/audio/ags_recall_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo -c -o libags_audio_a-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='libags_audio_a-ags_recall_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_generic_preferences_callbacks.o: src/ags/X/ags_generic_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo -c -o ags-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_generic_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='ags-ags_generic_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
 
-libags_audio_a-ags_recall_audio_signal.obj: src/ags/audio/ags_recall_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo -c -o libags_audio_a-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_recall_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='libags_audio_a-ags_recall_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_generic_preferences_callbacks.obj: src/ags/X/ags_generic_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo -c -o ags-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_generic_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='ags-ags_generic_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_channel.o: src/ags/audio/ags_recall_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo -c -o libags_audio_a-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='libags_audio_a-ags_recall_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_collection_editor_callbacks.o: src/ags/X/ags_property_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo -c -o ags-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='ags-ags_property_collection_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
 
-libags_audio_a-ags_recall_channel.obj: src/ags/audio/ags_recall_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo -c -o libags_audio_a-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='libags_audio_a-ags_recall_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_collection_editor_callbacks.obj: src/ags/X/ags_property_collection_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo -c -o ags-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_collection_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='ags-ags_property_collection_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_channel_run_dummy.o: src/ags/audio/ags_recall_channel_run_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run_dummy.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo -c -o libags_audio_a-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='libags_audio_a-ags_recall_channel_run_dummy.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_editor_callbacks.o: src/ags/X/ags_property_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo -c -o ags-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='ags-ags_property_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
 
-libags_audio_a-ags_recall_channel_run_dummy.obj: src/ags/audio/ags_recall_channel_run_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run_dummy.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo -c -o libags_audio_a-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run_dummy.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='libags_audio_a-ags_recall_channel_run_dummy.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_editor_callbacks.obj: src/ags/X/ags_property_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo -c -o ags-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor_callbacks.Tpo $(DEPDIR)/ags-ags_property_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='ags-ags_property_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_channel_run.o: src/ags/audio/ags_recall_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo -c -o libags_audio_a-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='libags_audio_a-ags_recall_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth.o: src/ags/X/machine/ags_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth.o -MD -MP -MF $(DEPDIR)/ags-ags_synth.Tpo -c -o ags-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth.Tpo $(DEPDIR)/ags-ags_synth.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='ags-ags_synth.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
 
-libags_audio_a-ags_recall_channel_run.obj: src/ags/audio/ags_recall_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo -c -o libags_audio_a-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='libags_audio_a-ags_recall_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth.obj: src/ags/X/machine/ags_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth.Tpo -c -o ags-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth.Tpo $(DEPDIR)/ags-ags_synth.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='ags-ags_synth.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
 
-libags_audio_a-ags_recall_container.o: src/ags/audio/ags_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo -c -o libags_audio_a-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='libags_audio_a-ags_recall_container.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer.o: src/ags/X/machine/ags_mixer.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer.Tpo -c -o ags-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer.Tpo $(DEPDIR)/ags-ags_mixer.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='ags-ags_mixer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
 
-libags_audio_a-ags_recall_container.obj: src/ags/audio/ags_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo -c -o libags_audio_a-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='libags_audio_a-ags_recall_container.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer.obj: src/ags/X/machine/ags_mixer.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer.Tpo -c -o ags-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer.Tpo $(DEPDIR)/ags-ags_mixer.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='ags-ags_mixer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
 
-libags_audio_a-ags_recall_dependency.o: src/ags/audio/ags_recall_dependency.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_dependency.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo -c -o libags_audio_a-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo $(DEPDIR)/libags_audio_a-ags_recall_dependency.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='libags_audio_a-ags_recall_dependency.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_matrix_callbacks.o: src/ags/X/machine/ags_matrix_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_matrix_callbacks.Tpo -c -o ags-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix_callbacks.Tpo $(DEPDIR)/ags-ags_matrix_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='ags-ags_matrix_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
 
-libags_audio_a-ags_recall_dependency.obj: src/ags/audio/ags_recall_dependency.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_dependency.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo -c -o libags_audio_a-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_dependency.Tpo $(DEPDIR)/libags_audio_a-ags_recall_dependency.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='libags_audio_a-ags_recall_dependency.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_matrix_callbacks.obj: src/ags/X/machine/ags_matrix_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_matrix_callbacks.Tpo -c -o ags-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix_callbacks.Tpo $(DEPDIR)/ags-ags_matrix_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='ags-ags_matrix_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_factory.o: src/ags/audio/ags_recall_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo -c -o libags_audio_a-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo $(DEPDIR)/libags_audio_a-ags_recall_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='libags_audio_a-ags_recall_factory.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_input_line.o: src/ags/X/machine/ags_panel_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_line.Tpo -c -o ags-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_line.Tpo $(DEPDIR)/ags-ags_panel_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='ags-ags_panel_input_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
 
-libags_audio_a-ags_recall_factory.obj: src/ags/audio/ags_recall_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo -c -o libags_audio_a-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_factory.Tpo $(DEPDIR)/libags_audio_a-ags_recall_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='libags_audio_a-ags_recall_factory.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_input_line.obj: src/ags/X/machine/ags_panel_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_line.Tpo -c -o ags-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_line.Tpo $(DEPDIR)/ags-ags_panel_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='ags-ags_panel_input_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
 
-libags_audio_a-ags_recall.o: src/ags/audio/ags_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall.Tpo -c -o libags_audio_a-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall.Tpo $(DEPDIR)/libags_audio_a-ags_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='libags_audio_a-ags_recall.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_input_line.o: src/ags/X/machine/ags_synth_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_line.Tpo -c -o ags-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_line.Tpo $(DEPDIR)/ags-ags_synth_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='ags-ags_synth_input_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
 
-libags_audio_a-ags_recall.obj: src/ags/audio/ags_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall.Tpo -c -o libags_audio_a-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall.Tpo $(DEPDIR)/libags_audio_a-ags_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='libags_audio_a-ags_recall.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_input_line.obj: src/ags/X/machine/ags_synth_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_line.Tpo -c -o ags-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_line.Tpo $(DEPDIR)/ags-ags_synth_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='ags-ags_synth_input_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
 
-libags_audio_a-ags_recall_id.o: src/ags/audio/ags_recall_id.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_id.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo -c -o libags_audio_a-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo $(DEPDIR)/libags_audio_a-ags_recall_id.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='libags_audio_a-ags_recall_id.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_callbacks.o: src/ags/X/machine/ags_mixer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_callbacks.Tpo -c -o ags-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_callbacks.Tpo $(DEPDIR)/ags-ags_mixer_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='ags-ags_mixer_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
 
-libags_audio_a-ags_recall_id.obj: src/ags/audio/ags_recall_id.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_id.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo -c -o libags_audio_a-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_id.Tpo $(DEPDIR)/libags_audio_a-ags_recall_id.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='libags_audio_a-ags_recall_id.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_callbacks.obj: src/ags/X/machine/ags_mixer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_callbacks.Tpo -c -o ags-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_callbacks.Tpo $(DEPDIR)/ags-ags_mixer_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='ags-ags_mixer_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_ladspa.o: src/ags/audio/ags_recall_ladspa.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo -c -o libags_audio_a-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='libags_audio_a-ags_recall_ladspa.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_callbacks.o: src/ags/X/machine/ags_synth_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_callbacks.Tpo -c -o ags-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_callbacks.Tpo $(DEPDIR)/ags-ags_synth_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='ags-ags_synth_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
 
-libags_audio_a-ags_recall_ladspa.obj: src/ags/audio/ags_recall_ladspa.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo -c -o libags_audio_a-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='libags_audio_a-ags_recall_ladspa.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_callbacks.obj: src/ags/X/machine/ags_synth_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_callbacks.Tpo -c -o ags-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_callbacks.Tpo $(DEPDIR)/ags-ags_synth_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='ags-ags_synth_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
 
-libags_audio_a-ags_recall_ladspa_run.o: src/ags/audio/ags_recall_ladspa_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo -c -o libags_audio_a-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='libags_audio_a-ags_recall_ladspa_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_input_line.o: src/ags/X/machine/ags_mixer_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_line.Tpo -c -o ags-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_line.Tpo $(DEPDIR)/ags-ags_mixer_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='ags-ags_mixer_input_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
 
-libags_audio_a-ags_recall_ladspa_run.obj: src/ags/audio/ags_recall_ladspa_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_ladspa_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo -c -o libags_audio_a-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Tpo $(DEPDIR)/libags_audio_a-ags_recall_ladspa_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='libags_audio_a-ags_recall_ladspa_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_input_line.obj: src/ags/X/machine/ags_mixer_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_line.Tpo -c -o ags-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_line.Tpo $(DEPDIR)/ags-ags_mixer_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='ags-ags_mixer_input_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
 
-libags_audio_a-ags_recall_recycling_dummy.o: src/ags/audio/ags_recall_recycling_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling_dummy.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo -c -o libags_audio_a-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='libags_audio_a-ags_recall_recycling_dummy.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_oscillator.o: src/ags/X/machine/ags_oscillator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator.o -MD -MP -MF $(DEPDIR)/ags-ags_oscillator.Tpo -c -o ags-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator.Tpo $(DEPDIR)/ags-ags_oscillator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='ags-ags_oscillator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
 
-libags_audio_a-ags_recall_recycling_dummy.obj: src/ags/audio/ags_recall_recycling_dummy.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling_dummy.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo -c -o libags_audio_a-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling_dummy.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='libags_audio_a-ags_recall_recycling_dummy.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_oscillator.obj: src/ags/X/machine/ags_oscillator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator.obj -MD -MP -MF $(DEPDIR)/ags-ags_oscillator.Tpo -c -o ags-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator.Tpo $(DEPDIR)/ags-ags_oscillator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='ags-ags_oscillator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
 
-libags_audio_a-ags_recall_recycling.o: src/ags/audio/ags_recall_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo -c -o libags_audio_a-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='libags_audio_a-ags_recall_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_input_pad.o: src/ags/X/machine/ags_panel_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_pad.Tpo -c -o ags-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_pad.Tpo $(DEPDIR)/ags-ags_panel_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='ags-ags_panel_input_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
 
-libags_audio_a-ags_recall_recycling.obj: src/ags/audio/ags_recall_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recall_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo -c -o libags_audio_a-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recall_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recall_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='libags_audio_a-ags_recall_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_input_pad.obj: src/ags/X/machine/ags_panel_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_input_pad.Tpo -c -o ags-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_input_pad.Tpo $(DEPDIR)/ags-ags_panel_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='ags-ags_panel_input_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
 
-libags_audio_a-ags_recycling_container.o: src/ags/audio/ags_recycling_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo -c -o libags_audio_a-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo $(DEPDIR)/libags_audio_a-ags_recycling_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='libags_audio_a-ags_recycling_container.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_matrix.o: src/ags/X/machine/ags_matrix.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix.o -MD -MP -MF $(DEPDIR)/ags-ags_matrix.Tpo -c -o ags-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix.Tpo $(DEPDIR)/ags-ags_matrix.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='ags-ags_matrix.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
 
-libags_audio_a-ags_recycling_container.obj: src/ags/audio/ags_recycling_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo -c -o libags_audio_a-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling_container.Tpo $(DEPDIR)/libags_audio_a-ags_recycling_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='libags_audio_a-ags_recycling_container.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_matrix.obj: src/ags/X/machine/ags_matrix.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_matrix.obj -MD -MP -MF $(DEPDIR)/ags-ags_matrix.Tpo -c -o ags-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_matrix.Tpo $(DEPDIR)/ags-ags_matrix.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='ags-ags_matrix.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
 
-libags_audio_a-ags_recycling.o: src/ags/audio/ags_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling.Tpo -c -o libags_audio_a-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='libags_audio_a-ags_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_line_callbacks.o: src/ags/X/machine/ags_drum_output_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo -c -o ags-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='ags-ags_drum_output_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
 
-libags_audio_a-ags_recycling.obj: src/ags/audio/ags_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_recycling.Tpo -c -o libags_audio_a-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='libags_audio_a-ags_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_line_callbacks.obj: src/ags/X/machine/ags_drum_output_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo -c -o ags-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='ags-ags_drum_output_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
 
-libags_audio_a-ags_synths.o: src/ags/audio/ags_synths.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_synths.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_synths.Tpo -c -o libags_audio_a-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_synths.Tpo $(DEPDIR)/libags_audio_a-ags_synths.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='libags_audio_a-ags_synths.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_callbacks.o: src/ags/X/machine/ags_panel_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_panel_callbacks.Tpo -c -o ags-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_callbacks.Tpo $(DEPDIR)/ags-ags_panel_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='ags-ags_panel_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
 
-libags_audio_a-ags_synths.obj: src/ags/audio/ags_synths.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_synths.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_synths.Tpo -c -o libags_audio_a-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_synths.Tpo $(DEPDIR)/libags_audio_a-ags_synths.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='libags_audio_a-ags_synths.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel_callbacks.obj: src/ags/X/machine/ags_panel_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel_callbacks.Tpo -c -o ags-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel_callbacks.Tpo $(DEPDIR)/ags-ags_panel_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='ags-ags_panel_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
 
-libags_audio_a-ags_task.o: src/ags/audio/ags_task.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_task.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_task.Tpo -c -o libags_audio_a-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_task.Tpo $(DEPDIR)/libags_audio_a-ags_task.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='libags_audio_a-ags_task.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_input_pad.o: src/ags/X/machine/ags_mixer_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_pad.Tpo -c -o ags-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_pad.Tpo $(DEPDIR)/ags-ags_mixer_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='ags-ags_mixer_input_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
 
-libags_audio_a-ags_task.obj: src/ags/audio/ags_task.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_task.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_task.Tpo -c -o libags_audio_a-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_task.Tpo $(DEPDIR)/libags_audio_a-ags_task.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='libags_audio_a-ags_task.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mixer_input_pad.obj: src/ags/X/machine/ags_mixer_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mixer_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_mixer_input_pad.Tpo -c -o ags-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mixer_input_pad.Tpo $(DEPDIR)/ags-ags_mixer_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='ags-ags_mixer_input_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
 
-libags_audio_a-ags_audio_file_xml.o: src/ags/audio/file/ags_audio_file_xml.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file_xml.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo -c -o libags_audio_a-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='libags_audio_a-ags_audio_file_xml.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel.o: src/ags/X/machine/ags_panel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel.o -MD -MP -MF $(DEPDIR)/ags-ags_panel.Tpo -c -o ags-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel.Tpo $(DEPDIR)/ags-ags_panel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='ags-ags_panel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
 
-libags_audio_a-ags_audio_file_xml.obj: src/ags/audio/file/ags_audio_file_xml.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file_xml.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo -c -o libags_audio_a-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file_xml.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='libags_audio_a-ags_audio_file_xml.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_panel.obj: src/ags/X/machine/ags_panel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_panel.obj -MD -MP -MF $(DEPDIR)/ags-ags_panel.Tpo -c -o ags-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_panel.Tpo $(DEPDIR)/ags-ags_panel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='ags-ags_panel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
 
-libags_audio_a-ags_audio_file.o: src/ags/audio/file/ags_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo -c -o libags_audio_a-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='libags_audio_a-ags_audio_file.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum.o: src/ags/X/machine/ags_drum.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum.o -MD -MP -MF $(DEPDIR)/ags-ags_drum.Tpo -c -o ags-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum.Tpo $(DEPDIR)/ags-ags_drum.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='ags-ags_drum.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
 
-libags_audio_a-ags_audio_file.obj: src/ags/audio/file/ags_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo -c -o libags_audio_a-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_audio_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='libags_audio_a-ags_audio_file.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum.obj: src/ags/X/machine/ags_drum.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum.Tpo -c -o ags-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum.Tpo $(DEPDIR)/ags-ags_drum.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='ags-ags_drum.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
 
-libags_audio_a-ags_ipatch.o: src/ags/audio/file/ags_ipatch.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo -c -o libags_audio_a-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='libags_audio_a-ags_ipatch.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ffplayer.o: src/ags/X/machine/ags_ffplayer.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer.o -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer.Tpo -c -o ags-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer.Tpo $(DEPDIR)/ags-ags_ffplayer.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='ags-ags_ffplayer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
 
-libags_audio_a-ags_ipatch.obj: src/ags/audio/file/ags_ipatch.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo -c -o libags_audio_a-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='libags_audio_a-ags_ipatch.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ffplayer.obj: src/ags/X/machine/ags_ffplayer.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer.obj -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer.Tpo -c -o ags-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer.Tpo $(DEPDIR)/ags-ags_ffplayer.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='ags-ags_ffplayer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
 
-libags_audio_a-ags_ipatch_sf2_reader.o: src/ags/audio/file/ags_ipatch_sf2_reader.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch_sf2_reader.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo -c -o libags_audio_a-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='libags_audio_a-ags_ipatch_sf2_reader.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_pad_callbacks.o: src/ags/X/machine/ags_drum_output_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo -c -o ags-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='ags-ags_drum_output_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
 
-libags_audio_a-ags_ipatch_sf2_reader.obj: src/ags/audio/file/ags_ipatch_sf2_reader.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ipatch_sf2_reader.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo -c -o libags_audio_a-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/libags_audio_a-ags_ipatch_sf2_reader.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='libags_audio_a-ags_ipatch_sf2_reader.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_pad_callbacks.obj: src/ags/X/machine/ags_drum_output_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo -c -o ags-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_output_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='ags-ags_drum_output_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_sndfile.o: src/ags/audio/file/ags_sndfile.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sndfile.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo -c -o libags_audio_a-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo $(DEPDIR)/libags_audio_a-ags_sndfile.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='libags_audio_a-ags_sndfile.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_oscillator_callbacks.o: src/ags/X/machine/ags_oscillator_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo -c -o ags-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo $(DEPDIR)/ags-ags_oscillator_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='ags-ags_oscillator_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
 
-libags_audio_a-ags_sndfile.obj: src/ags/audio/file/ags_sndfile.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_sndfile.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo -c -o libags_audio_a-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_sndfile.Tpo $(DEPDIR)/libags_audio_a-ags_sndfile.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='libags_audio_a-ags_sndfile.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_oscillator_callbacks.obj: src/ags/X/machine/ags_oscillator_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_oscillator_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo -c -o ags-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_oscillator_callbacks.Tpo $(DEPDIR)/ags-ags_oscillator_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='ags-ags_oscillator_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
 
-libags_audio_a-ags_add_audio.o: src/ags/audio/task/ags_add_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo -c -o libags_audio_a-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='libags_audio_a-ags_add_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_callbacks.o: src/ags/X/machine/ags_drum_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_callbacks.Tpo -c -o ags-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_callbacks.Tpo $(DEPDIR)/ags-ags_drum_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='ags-ags_drum_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
 
-libags_audio_a-ags_add_audio.obj: src/ags/audio/task/ags_add_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo -c -o libags_audio_a-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='libags_audio_a-ags_add_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_callbacks.obj: src/ags/X/machine/ags_drum_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_callbacks.Tpo -c -o ags-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_callbacks.Tpo $(DEPDIR)/ags-ags_drum_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='ags-ags_drum_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
 
-libags_audio_a-ags_add_audio_signal.o: src/ags/audio/task/ags_add_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo -c -o libags_audio_a-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='libags_audio_a-ags_add_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_pad_callbacks.o: src/ags/X/machine/ags_drum_input_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo -c -o ags-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='ags-ags_drum_input_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
 
-libags_audio_a-ags_add_audio_signal.obj: src/ags/audio/task/ags_add_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo -c -o libags_audio_a-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_add_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='libags_audio_a-ags_add_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_pad_callbacks.obj: src/ags/X/machine/ags_drum_input_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo -c -o ags-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='ags-ags_drum_input_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_add_note.o: src/ags/audio/task/ags_add_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_note.Tpo -c -o libags_audio_a-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_note.Tpo $(DEPDIR)/libags_audio_a-ags_add_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='libags_audio_a-ags_add_note.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_pad.o: src/ags/X/machine/ags_drum_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad.Tpo -c -o ags-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad.Tpo $(DEPDIR)/ags-ags_drum_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='ags-ags_drum_input_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
 
-libags_audio_a-ags_add_note.obj: src/ags/audio/task/ags_add_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_note.Tpo -c -o libags_audio_a-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_note.Tpo $(DEPDIR)/libags_audio_a-ags_add_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='libags_audio_a-ags_add_note.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_pad.obj: src/ags/X/machine/ags_drum_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_pad.Tpo -c -o ags-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_pad.Tpo $(DEPDIR)/ags-ags_drum_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='ags-ags_drum_input_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
 
-libags_audio_a-ags_add_recall_container.o: src/ags/audio/task/ags_add_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo -c -o libags_audio_a-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='libags_audio_a-ags_add_recall_container.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_line.o: src/ags/X/machine/ags_drum_output_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line.Tpo -c -o ags-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line.Tpo $(DEPDIR)/ags-ags_drum_output_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='ags-ags_drum_output_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
 
-libags_audio_a-ags_add_recall_container.obj: src/ags/audio/task/ags_add_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo -c -o libags_audio_a-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='libags_audio_a-ags_add_recall_container.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_line.obj: src/ags/X/machine/ags_drum_output_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_line.Tpo -c -o ags-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_line.Tpo $(DEPDIR)/ags-ags_drum_output_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='ags-ags_drum_output_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
 
-libags_audio_a-ags_add_recall.o: src/ags/audio/task/ags_add_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo -c -o libags_audio_a-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='libags_audio_a-ags_add_recall.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_line.o: src/ags/X/machine/ags_drum_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line.Tpo -c -o ags-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line.Tpo $(DEPDIR)/ags-ags_drum_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='ags-ags_drum_input_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
 
-libags_audio_a-ags_add_recall.obj: src/ags/audio/task/ags_add_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_add_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo -c -o libags_audio_a-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_add_recall.Tpo $(DEPDIR)/libags_audio_a-ags_add_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='libags_audio_a-ags_add_recall.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_line.obj: src/ags/X/machine/ags_drum_input_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line.Tpo -c -o ags-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line.Tpo $(DEPDIR)/ags-ags_drum_input_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='ags-ags_drum_input_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
 
-libags_audio_a-ags_append_audio.o: src/ags/audio/task/ags_append_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo -c -o libags_audio_a-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='libags_audio_a-ags_append_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ffplayer_callbacks.o: src/ags/X/machine/ags_ffplayer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo -c -o ags-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo $(DEPDIR)/ags-ags_ffplayer_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='ags-ags_ffplayer_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
 
-libags_audio_a-ags_append_audio.obj: src/ags/audio/task/ags_append_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo -c -o libags_audio_a-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='libags_audio_a-ags_append_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ffplayer_callbacks.obj: src/ags/X/machine/ags_ffplayer_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ffplayer_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo -c -o ags-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ffplayer_callbacks.Tpo $(DEPDIR)/ags-ags_ffplayer_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='ags-ags_ffplayer_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
 
-libags_audio_a-ags_append_audio_threaded.o: src/ags/audio/task/ags_append_audio_threaded.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio_threaded.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo -c -o libags_audio_a-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='libags_audio_a-ags_append_audio_threaded.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_pad.o: src/ags/X/machine/ags_drum_output_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad.Tpo -c -o ags-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad.Tpo $(DEPDIR)/ags-ags_drum_output_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='ags-ags_drum_output_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
 
-libags_audio_a-ags_append_audio_threaded.obj: src/ags/audio/task/ags_append_audio_threaded.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_audio_threaded.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo -c -o libags_audio_a-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Tpo $(DEPDIR)/libags_audio_a-ags_append_audio_threaded.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='libags_audio_a-ags_append_audio_threaded.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_output_pad.obj: src/ags/X/machine/ags_drum_output_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_output_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_output_pad.Tpo -c -o ags-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_output_pad.Tpo $(DEPDIR)/ags-ags_drum_output_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='ags-ags_drum_output_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
 
-libags_audio_a-ags_append_channel.o: src/ags/audio/task/ags_append_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo -c -o libags_audio_a-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo $(DEPDIR)/libags_audio_a-ags_append_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='libags_audio_a-ags_append_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_line_callbacks.o: src/ags/X/machine/ags_drum_input_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo -c -o ags-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='ags-ags_drum_input_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
 
-libags_audio_a-ags_append_channel.obj: src/ags/audio/task/ags_append_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo -c -o libags_audio_a-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_channel.Tpo $(DEPDIR)/libags_audio_a-ags_append_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='libags_audio_a-ags_append_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_drum_input_line_callbacks.obj: src/ags/X/machine/ags_drum_input_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_drum_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo -c -o ags-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/ags-ags_drum_input_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='ags-ags_drum_input_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
 
-libags_audio_a-ags_append_recall.o: src/ags/audio/task/ags_append_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo -c -o libags_audio_a-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo $(DEPDIR)/libags_audio_a-ags_append_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='libags_audio_a-ags_append_recall.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_input_pad.o: src/ags/X/machine/ags_synth_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_pad.Tpo -c -o ags-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_pad.Tpo $(DEPDIR)/ags-ags_synth_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='ags-ags_synth_input_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
 
-libags_audio_a-ags_append_recall.obj: src/ags/audio/task/ags_append_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_append_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo -c -o libags_audio_a-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_append_recall.Tpo $(DEPDIR)/libags_audio_a-ags_append_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='libags_audio_a-ags_append_recall.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_synth_input_pad.obj: src/ags/X/machine/ags_synth_input_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synth_input_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_synth_input_pad.Tpo -c -o ags-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synth_input_pad.Tpo $(DEPDIR)/ags-ags_synth_input_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='ags-ags_synth_input_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
 
-libags_audio_a-ags_apply_synth.o: src/ags/audio/task/ags_apply_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_synth.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo -c -o libags_audio_a-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo $(DEPDIR)/libags_audio_a-ags_apply_synth.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='libags_audio_a-ags_apply_synth.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_editor_callbacks.o: src/ags/X/ags_pad_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo -c -o ags-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo $(DEPDIR)/ags-ags_pad_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='ags-ags_pad_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
 
-libags_audio_a-ags_apply_synth.obj: src/ags/audio/task/ags_apply_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_synth.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo -c -o libags_audio_a-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_synth.Tpo $(DEPDIR)/libags_audio_a-ags_apply_synth.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='libags_audio_a-ags_apply_synth.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_editor_callbacks.obj: src/ags/X/ags_pad_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo -c -o ags-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor_callbacks.Tpo $(DEPDIR)/ags-ags_pad_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='ags-ags_pad_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_audio_set_recycling.o: src/ags/audio/task/ags_audio_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_set_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo -c -o libags_audio_a-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='libags_audio_a-ags_audio_set_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_callbacks.o: src/ags/X/ags_line_member_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_callbacks.Tpo -c -o ags-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='ags-ags_line_member_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
 
-libags_audio_a-ags_audio_set_recycling.obj: src/ags/audio/task/ags_audio_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_audio_set_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo -c -o libags_audio_a-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_audio_set_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='libags_audio_a-ags_audio_set_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_callbacks.obj: src/ags/X/ags_line_member_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_callbacks.Tpo -c -o ags-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='ags-ags_line_member_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
 
-libags_audio_a-ags_cancel_audio.o: src/ags/audio/task/ags_cancel_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo -c -o libags_audio_a-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='libags_audio_a-ags_cancel_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_editor_callbacks.o: src/ags/X/ags_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_editor_callbacks.Tpo -c -o ags-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor_callbacks.Tpo $(DEPDIR)/ags-ags_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='ags-ags_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
 
-libags_audio_a-ags_cancel_audio.obj: src/ags/audio/task/ags_cancel_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo -c -o libags_audio_a-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_audio.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='libags_audio_a-ags_cancel_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_editor_callbacks.obj: src/ags/X/ags_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_editor_callbacks.Tpo -c -o ags-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor_callbacks.Tpo $(DEPDIR)/ags-ags_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='ags-ags_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_cancel_channel.o: src/ags/audio/task/ags_cancel_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo -c -o libags_audio_a-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='libags_audio_a-ags_cancel_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_server_preferences.o: src/ags/X/ags_server_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences.Tpo -c -o ags-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences.Tpo $(DEPDIR)/ags-ags_server_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='ags-ags_server_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
 
-libags_audio_a-ags_cancel_channel.obj: src/ags/audio/task/ags_cancel_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo -c -o libags_audio_a-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_channel.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='libags_audio_a-ags_cancel_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_server_preferences.obj: src/ags/X/ags_server_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences.Tpo -c -o ags-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences.Tpo $(DEPDIR)/ags-ags_server_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='ags-ags_server_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
 
-libags_audio_a-ags_cancel_recall.o: src/ags/audio/task/ags_cancel_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo -c -o libags_audio_a-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='libags_audio_a-ags_cancel_recall.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_editor.o: src/ags/X/ags_line_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_line_editor.Tpo -c -o ags-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor.Tpo $(DEPDIR)/ags-ags_line_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='ags-ags_line_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
 
-libags_audio_a-ags_cancel_recall.obj: src/ags/audio/task/ags_cancel_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_cancel_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo -c -o libags_audio_a-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_cancel_recall.Tpo $(DEPDIR)/libags_audio_a-ags_cancel_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='libags_audio_a-ags_cancel_recall.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_editor.obj: src/ags/X/ags_line_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_editor.Tpo -c -o ags-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor.Tpo $(DEPDIR)/ags-ags_line_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='ags-ags_line_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
 
-libags_audio_a-ags_channel_set_recycling.o: src/ags/audio/task/ags_channel_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_set_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo -c -o libags_audio_a-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='libags_audio_a-ags_channel_set_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_preferences.o: src/ags/X/ags_audio_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences.Tpo -c -o ags-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences.Tpo $(DEPDIR)/ags-ags_audio_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='ags-ags_audio_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
 
-libags_audio_a-ags_channel_set_recycling.obj: src/ags/audio/task/ags_channel_set_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_channel_set_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo -c -o libags_audio_a-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_channel_set_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='libags_audio_a-ags_channel_set_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_preferences.obj: src/ags/X/ags_audio_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences.Tpo -c -o ags-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences.Tpo $(DEPDIR)/ags-ags_audio_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='ags-ags_audio_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
 
-libags_audio_a-ags_export_output.o: src/ags/audio/task/ags_export_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_export_output.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_export_output.Tpo -c -o libags_audio_a-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_export_output.Tpo $(DEPDIR)/libags_audio_a-ags_export_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='libags_audio_a-ags_export_output.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad.o: src/ags/X/ags_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad.o -MD -MP -MF $(DEPDIR)/ags-ags_pad.Tpo -c -o ags-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad.Tpo $(DEPDIR)/ags-ags_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='ags-ags_pad.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
 
-libags_audio_a-ags_export_output.obj: src/ags/audio/task/ags_export_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_export_output.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_export_output.Tpo -c -o libags_audio_a-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_export_output.Tpo $(DEPDIR)/libags_audio_a-ags_export_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='libags_audio_a-ags_export_output.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad.obj: src/ags/X/ags_pad.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad.Tpo -c -o ags-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad.Tpo $(DEPDIR)/ags-ags_pad.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='ags-ags_pad.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
 
-libags_audio_a-ags_init_audio.o: src/ags/audio/task/ags_init_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo -c -o libags_audio_a-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo $(DEPDIR)/libags_audio_a-ags_init_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='libags_audio_a-ags_init_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line.o: src/ags/X/ags_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line.o -MD -MP -MF $(DEPDIR)/ags-ags_line.Tpo -c -o ags-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line.Tpo $(DEPDIR)/ags-ags_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line.c' object='ags-ags_line.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
 
-libags_audio_a-ags_init_audio.obj: src/ags/audio/task/ags_init_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo -c -o libags_audio_a-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_audio.Tpo $(DEPDIR)/libags_audio_a-ags_init_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='libags_audio_a-ags_init_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line.obj: src/ags/X/ags_line.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line.obj -MD -MP -MF $(DEPDIR)/ags-ags_line.Tpo -c -o ags-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line.Tpo $(DEPDIR)/ags-ags_line.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line.c' object='ags-ags_line.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
 
-libags_audio_a-ags_init_channel.o: src/ags/audio/task/ags_init_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo -c -o libags_audio_a-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo $(DEPDIR)/libags_audio_a-ags_init_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='libags_audio_a-ags_init_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_bar_callbacks.o: src/ags/X/ags_menu_bar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo -c -o ags-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo $(DEPDIR)/ags-ags_menu_bar_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='ags-ags_menu_bar_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
 
-libags_audio_a-ags_init_channel.obj: src/ags/audio/task/ags_init_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_init_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo -c -o libags_audio_a-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_init_channel.Tpo $(DEPDIR)/libags_audio_a-ags_init_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='libags_audio_a-ags_init_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_bar_callbacks.obj: src/ags/X/ags_menu_bar_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo -c -o ags-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar_callbacks.Tpo $(DEPDIR)/ags-ags_menu_bar_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='ags-ags_menu_bar_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
 
-libags_audio_a-ags_link_channel.o: src/ags/audio/task/ags_link_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_link_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo -c -o libags_audio_a-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo $(DEPDIR)/libags_audio_a-ags_link_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='libags_audio_a-ags_link_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_generic_preferences.o: src/ags/X/ags_generic_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences.Tpo -c -o ags-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences.Tpo $(DEPDIR)/ags-ags_generic_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='ags-ags_generic_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
 
-libags_audio_a-ags_link_channel.obj: src/ags/audio/task/ags_link_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_link_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo -c -o libags_audio_a-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_link_channel.Tpo $(DEPDIR)/libags_audio_a-ags_link_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='libags_audio_a-ags_link_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_generic_preferences.obj: src/ags/X/ags_generic_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_generic_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_generic_preferences.Tpo -c -o ags-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_generic_preferences.Tpo $(DEPDIR)/ags-ags_generic_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='ags-ags_generic_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
 
-libags_audio_a-ags_open_file.o: src/ags/audio/task/ags_open_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_file.Tpo -c -o libags_audio_a-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='libags_audio_a-ags_open_file.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_window.o: src/ags/X/ags_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window.o -MD -MP -MF $(DEPDIR)/ags-ags_window.Tpo -c -o ags-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window.Tpo $(DEPDIR)/ags-ags_window.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window.c' object='ags-ags_window.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
 
-libags_audio_a-ags_open_file.obj: src/ags/audio/task/ags_open_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_file.Tpo -c -o libags_audio_a-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='libags_audio_a-ags_open_file.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_window.obj: src/ags/X/ags_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window.obj -MD -MP -MF $(DEPDIR)/ags-ags_window.Tpo -c -o ags-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window.Tpo $(DEPDIR)/ags-ags_window.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window.c' object='ags-ags_window.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
 
-libags_audio_a-ags_open_single_file.o: src/ags/audio/task/ags_open_single_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_single_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo -c -o libags_audio_a-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_single_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='libags_audio_a-ags_open_single_file.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_editor_callbacks.o: src/ags/X/ags_line_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo -c -o ags-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='ags-ags_line_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
 
-libags_audio_a-ags_open_single_file.obj: src/ags/audio/task/ags_open_single_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_open_single_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo -c -o libags_audio_a-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_open_single_file.Tpo $(DEPDIR)/libags_audio_a-ags_open_single_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='libags_audio_a-ags_open_single_file.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_editor_callbacks.obj: src/ags/X/ags_line_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo -c -o ags-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='ags-ags_line_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_audio.o: src/ags/audio/task/ags_remove_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo -c -o libags_audio_a-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='libags_audio_a-ags_remove_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_editor.o: src/ags/X/ags_property_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_editor.Tpo -c -o ags-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor.Tpo $(DEPDIR)/ags-ags_property_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='ags-ags_property_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
 
-libags_audio_a-ags_remove_audio.obj: src/ags/audio/task/ags_remove_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo -c -o libags_audio_a-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='libags_audio_a-ags_remove_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_editor.obj: src/ags/X/ags_property_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_editor.Tpo -c -o ags-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_editor.Tpo $(DEPDIR)/ags-ags_property_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='ags-ags_property_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
 
-libags_audio_a-ags_remove_audio_signal.o: src/ags/audio/task/ags_remove_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo -c -o libags_audio_a-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='libags_audio_a-ags_remove_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_editor_callbacks.o: src/ags/X/ags_link_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo -c -o ags-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='ags-ags_link_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
 
-libags_audio_a-ags_remove_audio_signal.obj: src/ags/audio/task/ags_remove_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo -c -o libags_audio_a-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_remove_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='libags_audio_a-ags_remove_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_editor_callbacks.obj: src/ags/X/ags_link_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo -c -o ags-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_editor_callbacks.Tpo $(DEPDIR)/ags-ags_link_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='ags-ags_link_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_note.o: src/ags/audio/task/ags_remove_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo -c -o libags_audio_a-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo $(DEPDIR)/libags_audio_a-ags_remove_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='libags_audio_a-ags_remove_note.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_server_preferences_callbacks.o: src/ags/X/ags_server_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo -c -o ags-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_server_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='ags-ags_server_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
 
-libags_audio_a-ags_remove_note.obj: src/ags/audio/task/ags_remove_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo -c -o libags_audio_a-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_note.Tpo $(DEPDIR)/libags_audio_a-ags_remove_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='libags_audio_a-ags_remove_note.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_server_preferences_callbacks.obj: src/ags/X/ags_server_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo -c -o ags-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_server_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='ags-ags_server_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_recall_container.o: src/ags/audio/task/ags_remove_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall_container.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo -c -o libags_audio_a-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='libags_audio_a-ags_remove_recall_container.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_callbacks.o: src/ags/X/ags_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_callbacks.Tpo -c -o ags-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_callbacks.Tpo $(DEPDIR)/ags-ags_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='ags-ags_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
 
-libags_audio_a-ags_remove_recall_container.obj: src/ags/audio/task/ags_remove_recall_container.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall_container.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo -c -o libags_audio_a-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall_container.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='libags_audio_a-ags_remove_recall_container.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_callbacks.obj: src/ags/X/ags_pad_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_callbacks.Tpo -c -o ags-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_callbacks.Tpo $(DEPDIR)/ags-ags_pad_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='ags-ags_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_recall.o: src/ags/audio/task/ags_remove_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo -c -o libags_audio_a-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='libags_audio_a-ags_remove_recall.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_preferences_callbacks.o: src/ags/X/ags_audio_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo -c -o ags-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_audio_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='ags-ags_audio_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
 
-libags_audio_a-ags_remove_recall.obj: src/ags/audio/task/ags_remove_recall.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_recall.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo -c -o libags_audio_a-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_recall.Tpo $(DEPDIR)/libags_audio_a-ags_remove_recall.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='libags_audio_a-ags_remove_recall.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_preferences_callbacks.obj: src/ags/X/ags_audio_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo -c -o ags-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_audio_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='ags-ags_audio_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_remove_region_from_selection.o: src/ags/audio/task/ags_remove_region_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_region_from_selection.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo -c -o libags_audio_a-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='libags_audio_a-ags_remove_region_from_selection.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_collection_editor.o: src/ags/X/ags_property_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor.Tpo -c -o ags-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor.Tpo $(DEPDIR)/ags-ags_property_collection_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='ags-ags_property_collection_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
 
-libags_audio_a-ags_remove_region_from_selection.obj: src/ags/audio/task/ags_remove_region_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_remove_region_from_selection.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo -c -o libags_audio_a-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Tpo $(DEPDIR)/libags_audio_a-ags_remove_region_from_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='libags_audio_a-ags_remove_region_from_selection.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_collection_editor.obj: src/ags/X/ags_property_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_collection_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_collection_editor.Tpo -c -o ags-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_collection_editor.Tpo $(DEPDIR)/ags-ags_property_collection_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='ags-ags_property_collection_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
 
-libags_audio_a-ags_resize_audio.o: src/ags/audio/task/ags_resize_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_resize_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo -c -o libags_audio_a-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo $(DEPDIR)/libags_audio_a-ags_resize_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='libags_audio_a-ags_resize_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine.o: src/ags/X/ags_machine.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine.o -MD -MP -MF $(DEPDIR)/ags-ags_machine.Tpo -c -o ags-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine.Tpo $(DEPDIR)/ags-ags_machine.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='ags-ags_machine.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
 
-libags_audio_a-ags_resize_audio.obj: src/ags/audio/task/ags_resize_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_resize_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo -c -o libags_audio_a-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_resize_audio.Tpo $(DEPDIR)/libags_audio_a-ags_resize_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='libags_audio_a-ags_resize_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine.obj: src/ags/X/ags_machine.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine.Tpo -c -o ags-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine.Tpo $(DEPDIR)/ags-ags_machine.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='ags-ags_machine.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
 
-libags_audio_a-ags_set_audio_channels.o: src/ags/audio/task/ags_set_audio_channels.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_audio_channels.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo -c -o libags_audio_a-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='libags_audio_a-ags_set_audio_channels.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_preferences_callbacks.o: src/ags/X/ags_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_preferences_callbacks.Tpo -c -o ags-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='ags-ags_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
 
-libags_audio_a-ags_set_audio_channels.obj: src/ags/audio/task/ags_set_audio_channels.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_audio_channels.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo -c -o libags_audio_a-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Tpo $(DEPDIR)/libags_audio_a-ags_set_audio_channels.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='libags_audio_a-ags_set_audio_channels.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_preferences_callbacks.obj: src/ags/X/ags_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_preferences_callbacks.Tpo -c -o ags-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='ags-ags_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_set_buffer_size.o: src/ags/audio/task/ags_set_buffer_size.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_buffer_size.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo -c -o libags_audio_a-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='libags_audio_a-ags_set_buffer_size.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_window.o: src/ags/X/ags_export_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window.o -MD -MP -MF $(DEPDIR)/ags-ags_export_window.Tpo -c -o ags-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window.Tpo $(DEPDIR)/ags-ags_export_window.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='ags-ags_export_window.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
 
-libags_audio_a-ags_set_buffer_size.obj: src/ags/audio/task/ags_set_buffer_size.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_buffer_size.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo -c -o libags_audio_a-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Tpo $(DEPDIR)/libags_audio_a-ags_set_buffer_size.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='libags_audio_a-ags_set_buffer_size.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_window.obj: src/ags/X/ags_export_window.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_window.Tpo -c -o ags-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window.Tpo $(DEPDIR)/ags-ags_export_window.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='ags-ags_export_window.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
 
-libags_audio_a-ags_set_devout_play_flags.o: src/ags/audio/task/ags_set_devout_play_flags.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_devout_play_flags.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo -c -o libags_audio_a-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='libags_audio_a-ags_set_devout_play_flags.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_bar.o: src/ags/X/ags_menu_bar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar.Tpo -c -o ags-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar.Tpo $(DEPDIR)/ags-ags_menu_bar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='ags-ags_menu_bar.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
 
-libags_audio_a-ags_set_devout_play_flags.obj: src/ags/audio/task/ags_set_devout_play_flags.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_devout_play_flags.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo -c -o libags_audio_a-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Tpo $(DEPDIR)/libags_audio_a-ags_set_devout_play_flags.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='libags_audio_a-ags_set_devout_play_flags.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_bar.obj: src/ags/X/ags_menu_bar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_bar.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_bar.Tpo -c -o ags-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_bar.Tpo $(DEPDIR)/ags-ags_menu_bar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='ags-ags_menu_bar.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
 
-libags_audio_a-ags_set_output_device.o: src/ags/audio/task/ags_set_output_device.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_output_device.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo -c -o libags_audio_a-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo $(DEPDIR)/libags_audio_a-ags_set_output_device.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='libags_audio_a-ags_set_output_device.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_preferences_callbacks.o: src/ags/X/ags_plugin_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo -c -o ags-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='ags-ags_plugin_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
 
-libags_audio_a-ags_set_output_device.obj: src/ags/audio/task/ags_set_output_device.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_output_device.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo -c -o libags_audio_a-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_output_device.Tpo $(DEPDIR)/libags_audio_a-ags_set_output_device.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='libags_audio_a-ags_set_output_device.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_preferences_callbacks.obj: src/ags/X/ags_plugin_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo -c -o ags-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_plugin_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='ags-ags_plugin_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_set_samplerate.o: src/ags/audio/task/ags_set_samplerate.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_samplerate.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo -c -o libags_audio_a-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo $(DEPDIR)/libags_audio_a-ags_set_samplerate.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='libags_audio_a-ags_set_samplerate.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_preferences.o: src/ags/X/ags_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_preferences.Tpo -c -o ags-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences.Tpo $(DEPDIR)/ags-ags_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='ags-ags_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
 
-libags_audio_a-ags_set_samplerate.obj: src/ags/audio/task/ags_set_samplerate.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_samplerate.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo -c -o libags_audio_a-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_samplerate.Tpo $(DEPDIR)/libags_audio_a-ags_set_samplerate.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='libags_audio_a-ags_set_samplerate.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_preferences.obj: src/ags/X/ags_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_preferences.Tpo -c -o ags-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_preferences.Tpo $(DEPDIR)/ags-ags_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='ags-ags_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
 
-libags_audio_a-ags_start_devout.o: src/ags/audio/task/ags_start_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_start_devout.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo -c -o libags_audio_a-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo $(DEPDIR)/libags_audio_a-ags_start_devout.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='libags_audio_a-ags_start_devout.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_callbacks.o: src/ags/X/ags_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_callbacks.Tpo -c -o ags-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_callbacks.Tpo $(DEPDIR)/ags-ags_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='ags-ags_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
 
-libags_audio_a-ags_start_devout.obj: src/ags/audio/task/ags_start_devout.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_start_devout.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo -c -o libags_audio_a-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_start_devout.Tpo $(DEPDIR)/libags_audio_a-ags_start_devout.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='libags_audio_a-ags_start_devout.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_callbacks.obj: src/ags/X/ags_line_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_callbacks.Tpo -c -o ags-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_callbacks.Tpo $(DEPDIR)/ags-ags_line_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='ags-ags_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
 
-libags_audio_a-ags_unref_audio_signal.o: src/ags/audio/task/ags_unref_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_unref_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo -c -o libags_audio_a-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='libags_audio_a-ags_unref_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_editor.o: src/ags/X/ags_pad_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor.Tpo -c -o ags-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor.Tpo $(DEPDIR)/ags-ags_pad_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='ags-ags_pad_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
 
-libags_audio_a-ags_unref_audio_signal.obj: src/ags/audio/task/ags_unref_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_unref_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo -c -o libags_audio_a-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_unref_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='libags_audio_a-ags_unref_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_pad_editor.obj: src/ags/X/ags_pad_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pad_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_pad_editor.Tpo -c -o ags-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pad_editor.Tpo $(DEPDIR)/ags-ags_pad_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='ags-ags_pad_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
 
-libags_audio_a-ags_apply_bpm.o: src/ags/audio/task/recall/ags_apply_bpm.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_bpm.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo -c -o libags_audio_a-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo $(DEPDIR)/libags_audio_a-ags_apply_bpm.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='libags_audio_a-ags_apply_bpm.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_browser.o: src/ags/X/ags_ladspa_browser.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser.Tpo -c -o ags-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser.Tpo $(DEPDIR)/ags-ags_ladspa_browser.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='ags-ags_ladspa_browser.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
 
-libags_audio_a-ags_apply_bpm.obj: src/ags/audio/task/recall/ags_apply_bpm.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_bpm.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo -c -o libags_audio_a-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_bpm.Tpo $(DEPDIR)/libags_audio_a-ags_apply_bpm.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='libags_audio_a-ags_apply_bpm.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_browser.obj: src/ags/X/ags_ladspa_browser.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser.Tpo -c -o ags-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser.Tpo $(DEPDIR)/ags-ags_ladspa_browser.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='ags-ags_ladspa_browser.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
 
-libags_audio_a-ags_apply_sequencer_length.o: src/ags/audio/task/recall/ags_apply_sequencer_length.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_sequencer_length.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo -c -o libags_audio_a-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='libags_audio_a-ags_apply_sequencer_length.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_editor.o: src/ags/X/ags_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_editor.Tpo -c -o ags-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor.Tpo $(DEPDIR)/ags-ags_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='ags-ags_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
 
-libags_audio_a-ags_apply_sequencer_length.obj: src/ags/audio/task/recall/ags_apply_sequencer_length.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_sequencer_length.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo -c -o libags_audio_a-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Tpo $(DEPDIR)/libags_audio_a-ags_apply_sequencer_length.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='libags_audio_a-ags_apply_sequencer_length.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_editor.obj: src/ags/X/ags_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_editor.Tpo -c -o ags-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_editor.Tpo $(DEPDIR)/ags-ags_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='ags-ags_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
 
-libags_audio_a-ags_apply_tact.o: src/ags/audio/task/recall/ags_apply_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_tact.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo -c -o libags_audio_a-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo $(DEPDIR)/libags_audio_a-ags_apply_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='libags_audio_a-ags_apply_tact.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_resize_editor.o: src/ags/X/ags_resize_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_resize_editor.Tpo -c -o ags-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_editor.Tpo $(DEPDIR)/ags-ags_resize_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='ags-ags_resize_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
 
-libags_audio_a-ags_apply_tact.obj: src/ags/audio/task/recall/ags_apply_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_apply_tact.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo -c -o libags_audio_a-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_apply_tact.Tpo $(DEPDIR)/libags_audio_a-ags_apply_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='libags_audio_a-ags_apply_tact.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_resize_editor.obj: src/ags/X/ags_resize_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_resize_editor.Tpo -c -o ags-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_editor.Tpo $(DEPDIR)/ags-ags_resize_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='ags-ags_resize_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
 
-libags_audio_a-ags_set_muted.o: src/ags/audio/task/recall/ags_set_muted.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_muted.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo -c -o libags_audio_a-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo $(DEPDIR)/libags_audio_a-ags_set_muted.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='libags_audio_a-ags_set_muted.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_listing_editor.o: src/ags/X/ags_property_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_listing_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_property_listing_editor.Tpo -c -o ags-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_listing_editor.Tpo $(DEPDIR)/ags-ags_property_listing_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='ags-ags_property_listing_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
 
-libags_audio_a-ags_set_muted.obj: src/ags/audio/task/recall/ags_set_muted.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_set_muted.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo -c -o libags_audio_a-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_set_muted.Tpo $(DEPDIR)/libags_audio_a-ags_set_muted.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='libags_audio_a-ags_set_muted.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_property_listing_editor.obj: src/ags/X/ags_property_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_property_listing_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_property_listing_editor.Tpo -c -o ags-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_property_listing_editor.Tpo $(DEPDIR)/ags-ags_property_listing_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='ags-ags_property_listing_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
 
-libags_audio_a-ags_amplifier.o: src/ags/audio/recall/ags_amplifier.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_amplifier.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo -c -o libags_audio_a-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo $(DEPDIR)/libags_audio_a-ags_amplifier.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='libags_audio_a-ags_amplifier.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_window_callbacks.o: src/ags/X/ags_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_window_callbacks.Tpo -c -o ags-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window_callbacks.Tpo $(DEPDIR)/ags-ags_window_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='ags-ags_window_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
 
-libags_audio_a-ags_amplifier.obj: src/ags/audio/recall/ags_amplifier.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_amplifier.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo -c -o libags_audio_a-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_amplifier.Tpo $(DEPDIR)/libags_audio_a-ags_amplifier.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='libags_audio_a-ags_amplifier.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_window_callbacks.obj: src/ags/X/ags_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_window_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_window_callbacks.Tpo -c -o ags-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_window_callbacks.Tpo $(DEPDIR)/ags-ags_window_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='ags-ags_window_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
 
-libags_audio_a-ags_clone_channel.o: src/ags/audio/recall/ags_clone_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo -c -o libags_audio_a-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='libags_audio_a-ags_clone_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_navigation_callbacks.o: src/ags/X/ags_navigation_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_navigation_callbacks.Tpo -c -o ags-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation_callbacks.Tpo $(DEPDIR)/ags-ags_navigation_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='ags-ags_navigation_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
 
-libags_audio_a-ags_clone_channel.obj: src/ags/audio/recall/ags_clone_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo -c -o libags_audio_a-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='libags_audio_a-ags_clone_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_navigation_callbacks.obj: src/ags/X/ags_navigation_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_navigation_callbacks.Tpo -c -o ags-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation_callbacks.Tpo $(DEPDIR)/ags-ags_navigation_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='ags-ags_navigation_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
 
-libags_audio_a-ags_clone_channel_run.o: src/ags/audio/recall/ags_clone_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo -c -o libags_audio_a-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='libags_audio_a-ags_clone_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_performance_preferences_callbacks.o: src/ags/X/ags_performance_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo -c -o ags-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_performance_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='ags-ags_performance_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
 
-libags_audio_a-ags_clone_channel_run.obj: src/ags/audio/recall/ags_clone_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_clone_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo -c -o libags_audio_a-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_clone_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='libags_audio_a-ags_clone_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_performance_preferences_callbacks.obj: src/ags/X/ags_performance_preferences_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo -c -o ags-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/ags-ags_performance_preferences_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='ags-ags_performance_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
 
-libags_audio_a-ags_echo.o: src/ags/audio/recall/ags_echo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_echo.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_echo.Tpo -c -o libags_audio_a-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_echo.Tpo $(DEPDIR)/libags_audio_a-ags_echo.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='libags_audio_a-ags_echo.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member.o: src/ags/X/ags_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member.Tpo -c -o ags-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member.Tpo $(DEPDIR)/ags-ags_line_member.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='ags-ags_line_member.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
 
-libags_audio_a-ags_echo.obj: src/ags/audio/recall/ags_echo.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_echo.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_echo.Tpo -c -o libags_audio_a-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_echo.Tpo $(DEPDIR)/libags_audio_a-ags_echo.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='libags_audio_a-ags_echo.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member.obj: src/ags/X/ags_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member.Tpo -c -o ags-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member.Tpo $(DEPDIR)/ags-ags_line_member.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='ags-ags_line_member.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
 
-libags_audio_a-ags_loop_channel.o: src/ags/audio/recall/ags_loop_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo -c -o libags_audio_a-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='libags_audio_a-ags_loop_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_performance_preferences.o: src/ags/X/ags_performance_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences.o -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences.Tpo -c -o ags-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences.Tpo $(DEPDIR)/ags-ags_performance_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='ags-ags_performance_preferences.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
 
-libags_audio_a-ags_loop_channel.obj: src/ags/audio/recall/ags_loop_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo -c -o libags_audio_a-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='libags_audio_a-ags_loop_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_performance_preferences.obj: src/ags/X/ags_performance_preferences.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_performance_preferences.obj -MD -MP -MF $(DEPDIR)/ags-ags_performance_preferences.Tpo -c -o ags-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_performance_preferences.Tpo $(DEPDIR)/ags-ags_performance_preferences.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='ags-ags_performance_preferences.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
 
-libags_audio_a-ags_loop_channel_run.o: src/ags/audio/recall/ags_loop_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo -c -o libags_audio_a-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='libags_audio_a-ags_loop_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_browser_callbacks.o: src/ags/X/ags_ladspa_browser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo -c -o ags-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='ags-ags_ladspa_browser_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
 
-libags_audio_a-ags_loop_channel_run.obj: src/ags/audio/recall/ags_loop_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_loop_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo -c -o libags_audio_a-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_loop_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='libags_audio_a-ags_loop_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_browser_callbacks.obj: src/ags/X/ags_ladspa_browser_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_browser_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo -c -o ags-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/ags-ags_ladspa_browser_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='ags-ags_ladspa_browser_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
 
-libags_audio_a-ags_play_note.o: src/ags/audio/recall/ags_play_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_note.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_note.Tpo -c -o libags_audio_a-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_note.Tpo $(DEPDIR)/libags_audio_a-ags_play_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='libags_audio_a-ags_play_note.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_collection_editor.o: src/ags/X/ags_link_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor.Tpo -c -o ags-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor.Tpo $(DEPDIR)/ags-ags_link_collection_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='ags-ags_link_collection_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
 
-libags_audio_a-ags_play_note.obj: src/ags/audio/recall/ags_play_note.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_note.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_note.Tpo -c -o libags_audio_a-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_note.Tpo $(DEPDIR)/libags_audio_a-ags_play_note.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='libags_audio_a-ags_play_note.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_collection_editor.obj: src/ags/X/ags_link_collection_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_collection_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_collection_editor.Tpo -c -o ags-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_collection_editor.Tpo $(DEPDIR)/ags-ags_link_collection_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='ags-ags_link_collection_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
 
-libags_audio_a-ags_stream.o: src/ags/audio/recall/ags_stream.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream.Tpo -c -o libags_audio_a-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream.Tpo $(DEPDIR)/libags_audio_a-ags_stream.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='libags_audio_a-ags_stream.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_editor_callbacks.o: src/ags/X/ags_machine_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo -c -o ags-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo $(DEPDIR)/ags-ags_machine_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='ags-ags_machine_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
 
-libags_audio_a-ags_stream.obj: src/ags/audio/recall/ags_stream.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream.Tpo -c -o libags_audio_a-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream.Tpo $(DEPDIR)/libags_audio_a-ags_stream.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='libags_audio_a-ags_stream.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_editor_callbacks.obj: src/ags/X/ags_machine_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo -c -o ags-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor_callbacks.Tpo $(DEPDIR)/ags-ags_machine_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='ags-ags_machine_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_buffer_audio_signal.o: src/ags/audio/recall/ags_buffer_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo -c -o libags_audio_a-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='libags_audio_a-ags_buffer_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_window_callbacks.o: src/ags/X/ags_export_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_export_window_callbacks.Tpo -c -o ags-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window_callbacks.Tpo $(DEPDIR)/ags-ags_export_window_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='ags-ags_export_window_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
 
-libags_audio_a-ags_buffer_audio_signal.obj: src/ags/audio/recall/ags_buffer_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo -c -o libags_audio_a-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='libags_audio_a-ags_buffer_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_window_callbacks.obj: src/ags/X/ags_export_window_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_window_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_window_callbacks.Tpo -c -o ags-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_window_callbacks.Tpo $(DEPDIR)/ags-ags_export_window_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='ags-ags_export_window_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
 
-libags_audio_a-ags_buffer_channel.o: src/ags/audio/recall/ags_buffer_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo -c -o libags_audio_a-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='libags_audio_a-ags_buffer_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_editor_callbacks.o: src/ags/X/ags_line_member_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo -c -o ags-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='ags-ags_line_member_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
 
-libags_audio_a-ags_buffer_channel.obj: src/ags/audio/recall/ags_buffer_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo -c -o libags_audio_a-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='libags_audio_a-ags_buffer_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_editor_callbacks.obj: src/ags/X/ags_line_member_editor_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo -c -o ags-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/ags-ags_line_member_editor_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='ags-ags_line_member_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
 
-libags_audio_a-ags_buffer_channel_run.o: src/ags/audio/recall/ags_buffer_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo -c -o libags_audio_a-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='libags_audio_a-ags_buffer_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_navigation.o: src/ags/X/ags_navigation.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation.o -MD -MP -MF $(DEPDIR)/ags-ags_navigation.Tpo -c -o ags-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation.Tpo $(DEPDIR)/ags-ags_navigation.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='ags-ags_navigation.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
 
-libags_audio_a-ags_buffer_channel_run.obj: src/ags/audio/recall/ags_buffer_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo -c -o libags_audio_a-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='libags_audio_a-ags_buffer_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_navigation.obj: src/ags/X/ags_navigation.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_navigation.obj -MD -MP -MF $(DEPDIR)/ags-ags_navigation.Tpo -c -o ags-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_navigation.Tpo $(DEPDIR)/ags-ags_navigation.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='ags-ags_navigation.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
 
-libags_audio_a-ags_buffer_recycling.o: src/ags/audio/recall/ags_buffer_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo -c -o libags_audio_a-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='libags_audio_a-ags_buffer_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_editor.o: src/ags/X/ags_machine_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor.Tpo -c -o ags-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor.Tpo $(DEPDIR)/ags-ags_machine_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='ags-ags_machine_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
 
-libags_audio_a-ags_buffer_recycling.obj: src/ags/audio/recall/ags_buffer_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_buffer_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo -c -o libags_audio_a-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_buffer_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='libags_audio_a-ags_buffer_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_machine_editor.obj: src/ags/X/ags_machine_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_machine_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_machine_editor.Tpo -c -o ags-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_machine_editor.Tpo $(DEPDIR)/ags-ags_machine_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='ags-ags_machine_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
 
-libags_audio_a-ags_copy_audio_signal.o: src/ags/audio/recall/ags_copy_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo -c -o libags_audio_a-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='libags_audio_a-ags_copy_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_editor.o: src/ags/X/ags_line_member_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor.Tpo -c -o ags-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor.Tpo $(DEPDIR)/ags-ags_line_member_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='ags-ags_line_member_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
 
-libags_audio_a-ags_copy_audio_signal.obj: src/ags/audio/recall/ags_copy_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo -c -o libags_audio_a-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_copy_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='libags_audio_a-ags_copy_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_line_member_editor.obj: src/ags/X/ags_line_member_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_line_member_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_line_member_editor.Tpo -c -o ags-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_line_member_editor.Tpo $(DEPDIR)/ags-ags_line_member_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='ags-ags_line_member_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
 
-libags_audio_a-ags_copy_channel.o: src/ags/audio/recall/ags_copy_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo -c -o libags_audio_a-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='libags_audio_a-ags_copy_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_listing_editor.o: src/ags/X/ags_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor.o -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor.Tpo -c -o ags-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor.Tpo $(DEPDIR)/ags-ags_listing_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='ags-ags_listing_editor.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
 
-libags_audio_a-ags_copy_channel.obj: src/ags/audio/recall/ags_copy_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo -c -o libags_audio_a-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='libags_audio_a-ags_copy_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_listing_editor.obj: src/ags/X/ags_listing_editor.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_listing_editor.obj -MD -MP -MF $(DEPDIR)/ags-ags_listing_editor.Tpo -c -o ags-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_listing_editor.Tpo $(DEPDIR)/ags-ags_listing_editor.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='ags-ags_listing_editor.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
 
-libags_audio_a-ags_copy_channel_run.o: src/ags/audio/recall/ags_copy_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo -c -o libags_audio_a-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='libags_audio_a-ags_copy_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_applicable.o: src/ags/object/ags_applicable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_applicable.o -MD -MP -MF $(DEPDIR)/ags-ags_applicable.Tpo -c -o ags-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_applicable.Tpo $(DEPDIR)/ags-ags_applicable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='ags-ags_applicable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_applicable.o `test -f 'src/ags/object/ags_applicable.c' || echo '$(srcdir)/'`src/ags/object/ags_applicable.c
 
-libags_audio_a-ags_copy_channel_run.obj: src/ags/audio/recall/ags_copy_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo -c -o libags_audio_a-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='libags_audio_a-ags_copy_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_applicable.obj: src/ags/object/ags_applicable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_applicable.obj -MD -MP -MF $(DEPDIR)/ags-ags_applicable.Tpo -c -o ags-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_applicable.Tpo $(DEPDIR)/ags-ags_applicable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_applicable.c' object='ags-ags_applicable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_applicable.obj `if test -f 'src/ags/object/ags_applicable.c'; then $(CYGPATH_W) 'src/ags/object/ags_applicable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_applicable.c'; fi`
 
-libags_audio_a-ags_copy_notation_audio.o: src/ags/audio/recall/ags_copy_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo -c -o libags_audio_a-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='libags_audio_a-ags_copy_notation_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_packable.o: src/ags/object/ags_packable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_packable.o -MD -MP -MF $(DEPDIR)/ags-ags_packable.Tpo -c -o ags-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_packable.Tpo $(DEPDIR)/ags-ags_packable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='ags-ags_packable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_packable.o `test -f 'src/ags/object/ags_packable.c' || echo '$(srcdir)/'`src/ags/object/ags_packable.c
 
-libags_audio_a-ags_copy_notation_audio.obj: src/ags/audio/recall/ags_copy_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo -c -o libags_audio_a-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='libags_audio_a-ags_copy_notation_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_packable.obj: src/ags/object/ags_packable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_packable.obj -MD -MP -MF $(DEPDIR)/ags-ags_packable.Tpo -c -o ags-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_packable.Tpo $(DEPDIR)/ags-ags_packable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_packable.c' object='ags-ags_packable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_packable.obj `if test -f 'src/ags/object/ags_packable.c'; then $(CYGPATH_W) 'src/ags/object/ags_packable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_packable.c'; fi`
 
-libags_audio_a-ags_copy_notation_audio_run.o: src/ags/audio/recall/ags_copy_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo -c -o libags_audio_a-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='libags_audio_a-ags_copy_notation_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_main_loop.o: src/ags/object/ags_main_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_main_loop.o -MD -MP -MF $(DEPDIR)/ags-ags_main_loop.Tpo -c -o ags-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_main_loop.Tpo $(DEPDIR)/ags-ags_main_loop.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='ags-ags_main_loop.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_main_loop.o `test -f 'src/ags/object/ags_main_loop.c' || echo '$(srcdir)/'`src/ags/object/ags_main_loop.c
 
-libags_audio_a-ags_copy_notation_audio_run.obj: src/ags/audio/recall/ags_copy_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo -c -o libags_audio_a-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_notation_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='libags_audio_a-ags_copy_notation_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_main_loop.obj: src/ags/object/ags_main_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_main_loop.obj -MD -MP -MF $(DEPDIR)/ags-ags_main_loop.Tpo -c -o ags-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_main_loop.Tpo $(DEPDIR)/ags-ags_main_loop.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_main_loop.c' object='ags-ags_main_loop.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_main_loop.obj `if test -f 'src/ags/object/ags_main_loop.c'; then $(CYGPATH_W) 'src/ags/object/ags_main_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_main_loop.c'; fi`
 
-libags_audio_a-ags_copy_pattern_audio.o: src/ags/audio/recall/ags_copy_pattern_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo -c -o libags_audio_a-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='libags_audio_a-ags_copy_pattern_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_soundcard.o: src/ags/object/ags_soundcard.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_soundcard.o -MD -MP -MF $(DEPDIR)/ags-ags_soundcard.Tpo -c -o ags-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_soundcard.Tpo $(DEPDIR)/ags-ags_soundcard.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='ags-ags_soundcard.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_soundcard.o `test -f 'src/ags/object/ags_soundcard.c' || echo '$(srcdir)/'`src/ags/object/ags_soundcard.c
 
-libags_audio_a-ags_copy_pattern_audio.obj: src/ags/audio/recall/ags_copy_pattern_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo -c -o libags_audio_a-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='libags_audio_a-ags_copy_pattern_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_soundcard.obj: src/ags/object/ags_soundcard.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_soundcard.obj -MD -MP -MF $(DEPDIR)/ags-ags_soundcard.Tpo -c -o ags-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_soundcard.Tpo $(DEPDIR)/ags-ags_soundcard.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_soundcard.c' object='ags-ags_soundcard.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_soundcard.obj `if test -f 'src/ags/object/ags_soundcard.c'; then $(CYGPATH_W) 'src/ags/object/ags_soundcard.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_soundcard.c'; fi`
 
-libags_audio_a-ags_copy_pattern_audio_run.o: src/ags/audio/recall/ags_copy_pattern_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo -c -o libags_audio_a-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='libags_audio_a-ags_copy_pattern_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_marshal.o: src/ags/object/ags_marshal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_marshal.o -MD -MP -MF $(DEPDIR)/ags-ags_marshal.Tpo -c -o ags-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_marshal.Tpo $(DEPDIR)/ags-ags_marshal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='ags-ags_marshal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_marshal.o `test -f 'src/ags/object/ags_marshal.c' || echo '$(srcdir)/'`src/ags/object/ags_marshal.c
 
-libags_audio_a-ags_copy_pattern_audio_run.obj: src/ags/audio/recall/ags_copy_pattern_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo -c -o libags_audio_a-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='libags_audio_a-ags_copy_pattern_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_marshal.obj: src/ags/object/ags_marshal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_marshal.obj -MD -MP -MF $(DEPDIR)/ags-ags_marshal.Tpo -c -o ags-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_marshal.Tpo $(DEPDIR)/ags-ags_marshal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_marshal.c' object='ags-ags_marshal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_marshal.obj `if test -f 'src/ags/object/ags_marshal.c'; then $(CYGPATH_W) 'src/ags/object/ags_marshal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_marshal.c'; fi`
 
-libags_audio_a-ags_copy_pattern_channel.o: src/ags/audio/recall/ags_copy_pattern_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo -c -o libags_audio_a-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='libags_audio_a-ags_copy_pattern_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_runnable.o: src/ags/object/ags_runnable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_runnable.o -MD -MP -MF $(DEPDIR)/ags-ags_runnable.Tpo -c -o ags-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_runnable.Tpo $(DEPDIR)/ags-ags_runnable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='ags-ags_runnable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_runnable.o `test -f 'src/ags/object/ags_runnable.c' || echo '$(srcdir)/'`src/ags/object/ags_runnable.c
 
-libags_audio_a-ags_copy_pattern_channel.obj: src/ags/audio/recall/ags_copy_pattern_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo -c -o libags_audio_a-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='libags_audio_a-ags_copy_pattern_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_runnable.obj: src/ags/object/ags_runnable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_runnable.obj -MD -MP -MF $(DEPDIR)/ags-ags_runnable.Tpo -c -o ags-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_runnable.Tpo $(DEPDIR)/ags-ags_runnable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_runnable.c' object='ags-ags_runnable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_runnable.obj `if test -f 'src/ags/object/ags_runnable.c'; then $(CYGPATH_W) 'src/ags/object/ags_runnable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_runnable.c'; fi`
 
-libags_audio_a-ags_copy_pattern_channel_run.o: src/ags/audio/recall/ags_copy_pattern_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo -c -o libags_audio_a-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='libags_audio_a-ags_copy_pattern_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mutable.o: src/ags/object/ags_mutable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mutable.o -MD -MP -MF $(DEPDIR)/ags-ags_mutable.Tpo -c -o ags-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mutable.Tpo $(DEPDIR)/ags-ags_mutable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='ags-ags_mutable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mutable.o `test -f 'src/ags/object/ags_mutable.c' || echo '$(srcdir)/'`src/ags/object/ags_mutable.c
 
-libags_audio_a-ags_copy_pattern_channel_run.obj: src/ags/audio/recall/ags_copy_pattern_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_pattern_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo -c -o libags_audio_a-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_copy_pattern_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='libags_audio_a-ags_copy_pattern_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mutable.obj: src/ags/object/ags_mutable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mutable.obj -MD -MP -MF $(DEPDIR)/ags-ags_mutable.Tpo -c -o ags-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mutable.Tpo $(DEPDIR)/ags-ags_mutable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_mutable.c' object='ags-ags_mutable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mutable.obj `if test -f 'src/ags/object/ags_mutable.c'; then $(CYGPATH_W) 'src/ags/object/ags_mutable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_mutable.c'; fi`
 
-libags_audio_a-ags_copy_recycling.o: src/ags/audio/recall/ags_copy_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo -c -o libags_audio_a-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_copy_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='libags_audio_a-ags_copy_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_effect.o: src/ags/object/ags_effect.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_effect.o -MD -MP -MF $(DEPDIR)/ags-ags_effect.Tpo -c -o ags-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_effect.Tpo $(DEPDIR)/ags-ags_effect.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='ags-ags_effect.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_effect.o `test -f 'src/ags/object/ags_effect.c' || echo '$(srcdir)/'`src/ags/object/ags_effect.c
 
-libags_audio_a-ags_copy_recycling.obj: src/ags/audio/recall/ags_copy_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_copy_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo -c -o libags_audio_a-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_copy_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_copy_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='libags_audio_a-ags_copy_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_effect.obj: src/ags/object/ags_effect.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_effect.obj -MD -MP -MF $(DEPDIR)/ags-ags_effect.Tpo -c -o ags-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_effect.Tpo $(DEPDIR)/ags-ags_effect.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_effect.c' object='ags-ags_effect.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_effect.obj `if test -f 'src/ags/object/ags_effect.c'; then $(CYGPATH_W) 'src/ags/object/ags_effect.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_effect.c'; fi`
 
-libags_audio_a-ags_count_beats_audio.o: src/ags/audio/recall/ags_count_beats_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo -c -o libags_audio_a-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='libags_audio_a-ags_count_beats_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_playable.o: src/ags/object/ags_playable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_playable.o -MD -MP -MF $(DEPDIR)/ags-ags_playable.Tpo -c -o ags-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_playable.Tpo $(DEPDIR)/ags-ags_playable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='ags-ags_playable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_playable.o `test -f 'src/ags/object/ags_playable.c' || echo '$(srcdir)/'`src/ags/object/ags_playable.c
 
-libags_audio_a-ags_count_beats_audio.obj: src/ags/audio/recall/ags_count_beats_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo -c -o libags_audio_a-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='libags_audio_a-ags_count_beats_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_playable.obj: src/ags/object/ags_playable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_playable.obj -MD -MP -MF $(DEPDIR)/ags-ags_playable.Tpo -c -o ags-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_playable.Tpo $(DEPDIR)/ags-ags_playable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_playable.c' object='ags-ags_playable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_playable.obj `if test -f 'src/ags/object/ags_playable.c'; then $(CYGPATH_W) 'src/ags/object/ags_playable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_playable.c'; fi`
 
-libags_audio_a-ags_count_beats_audio_run.o: src/ags/audio/recall/ags_count_beats_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo -c -o libags_audio_a-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='libags_audio_a-ags_count_beats_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_dynamic_connectable.o: src/ags/object/ags_dynamic_connectable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dynamic_connectable.o -MD -MP -MF $(DEPDIR)/ags-ags_dynamic_connectable.Tpo -c -o ags-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dynamic_connectable.Tpo $(DEPDIR)/ags-ags_dynamic_connectable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='ags-ags_dynamic_connectable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dynamic_connectable.o `test -f 'src/ags/object/ags_dynamic_connectable.c' || echo '$(srcdir)/'`src/ags/object/ags_dynamic_connectable.c
 
-libags_audio_a-ags_count_beats_audio_run.obj: src/ags/audio/recall/ags_count_beats_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_count_beats_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo -c -o libags_audio_a-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_count_beats_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='libags_audio_a-ags_count_beats_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_dynamic_connectable.obj: src/ags/object/ags_dynamic_connectable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dynamic_connectable.obj -MD -MP -MF $(DEPDIR)/ags-ags_dynamic_connectable.Tpo -c -o ags-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dynamic_connectable.Tpo $(DEPDIR)/ags-ags_dynamic_connectable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_dynamic_connectable.c' object='ags-ags_dynamic_connectable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dynamic_connectable.obj `if test -f 'src/ags/object/ags_dynamic_connectable.c'; then $(CYGPATH_W) 'src/ags/object/ags_dynamic_connectable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_dynamic_connectable.c'; fi`
 
-libags_audio_a-ags_delay_audio.o: src/ags/audio/recall/ags_delay_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo -c -o libags_audio_a-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='libags_audio_a-ags_delay_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_seekable.o: src/ags/object/ags_seekable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_seekable.o -MD -MP -MF $(DEPDIR)/ags-ags_seekable.Tpo -c -o ags-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_seekable.Tpo $(DEPDIR)/ags-ags_seekable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='ags-ags_seekable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_seekable.o `test -f 'src/ags/object/ags_seekable.c' || echo '$(srcdir)/'`src/ags/object/ags_seekable.c
 
-libags_audio_a-ags_delay_audio.obj: src/ags/audio/recall/ags_delay_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo -c -o libags_audio_a-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='libags_audio_a-ags_delay_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_seekable.obj: src/ags/object/ags_seekable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_seekable.obj -MD -MP -MF $(DEPDIR)/ags-ags_seekable.Tpo -c -o ags-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_seekable.Tpo $(DEPDIR)/ags-ags_seekable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_seekable.c' object='ags-ags_seekable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_seekable.obj `if test -f 'src/ags/object/ags_seekable.c'; then $(CYGPATH_W) 'src/ags/object/ags_seekable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_seekable.c'; fi`
 
-libags_audio_a-ags_delay_audio_run.o: src/ags/audio/recall/ags_delay_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo -c -o libags_audio_a-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='libags_audio_a-ags_delay_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_countable.o: src/ags/object/ags_countable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_countable.o -MD -MP -MF $(DEPDIR)/ags-ags_countable.Tpo -c -o ags-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_countable.Tpo $(DEPDIR)/ags-ags_countable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='ags-ags_countable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_countable.o `test -f 'src/ags/object/ags_countable.c' || echo '$(srcdir)/'`src/ags/object/ags_countable.c
 
-libags_audio_a-ags_delay_audio_run.obj: src/ags/audio/recall/ags_delay_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_delay_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo -c -o libags_audio_a-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_delay_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='libags_audio_a-ags_delay_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_countable.obj: src/ags/object/ags_countable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_countable.obj -MD -MP -MF $(DEPDIR)/ags-ags_countable.Tpo -c -o ags-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_countable.Tpo $(DEPDIR)/ags-ags_countable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_countable.c' object='ags-ags_countable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_countable.obj `if test -f 'src/ags/object/ags_countable.c'; then $(CYGPATH_W) 'src/ags/object/ags_countable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_countable.c'; fi`
 
-libags_audio_a-ags_mute_audio.o: src/ags/audio/recall/ags_mute_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo -c -o libags_audio_a-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='libags_audio_a-ags_mute_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin.o: src/ags/object/ags_plugin.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin.Tpo -c -o ags-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin.Tpo $(DEPDIR)/ags-ags_plugin.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='ags-ags_plugin.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin.o `test -f 'src/ags/object/ags_plugin.c' || echo '$(srcdir)/'`src/ags/object/ags_plugin.c
 
-libags_audio_a-ags_mute_audio.obj: src/ags/audio/recall/ags_mute_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo -c -o libags_audio_a-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='libags_audio_a-ags_mute_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin.obj: src/ags/object/ags_plugin.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin.Tpo -c -o ags-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin.Tpo $(DEPDIR)/ags-ags_plugin.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_plugin.c' object='ags-ags_plugin.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin.obj `if test -f 'src/ags/object/ags_plugin.c'; then $(CYGPATH_W) 'src/ags/object/ags_plugin.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_plugin.c'; fi`
 
-libags_audio_a-ags_mute_audio_signal.o: src/ags/audio/recall/ags_mute_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo -c -o libags_audio_a-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='libags_audio_a-ags_mute_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_tactable.o: src/ags/object/ags_tactable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tactable.o -MD -MP -MF $(DEPDIR)/ags-ags_tactable.Tpo -c -o ags-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tactable.Tpo $(DEPDIR)/ags-ags_tactable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='ags-ags_tactable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tactable.o `test -f 'src/ags/object/ags_tactable.c' || echo '$(srcdir)/'`src/ags/object/ags_tactable.c
 
-libags_audio_a-ags_mute_audio_signal.obj: src/ags/audio/recall/ags_mute_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo -c -o libags_audio_a-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_mute_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='libags_audio_a-ags_mute_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_tactable.obj: src/ags/object/ags_tactable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tactable.obj -MD -MP -MF $(DEPDIR)/ags-ags_tactable.Tpo -c -o ags-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tactable.Tpo $(DEPDIR)/ags-ags_tactable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tactable.c' object='ags-ags_tactable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tactable.obj `if test -f 'src/ags/object/ags_tactable.c'; then $(CYGPATH_W) 'src/ags/object/ags_tactable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tactable.c'; fi`
 
-libags_audio_a-ags_mute_channel.o: src/ags/audio/recall/ags_mute_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo -c -o libags_audio_a-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='libags_audio_a-ags_mute_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_tree_iterator.o: src/ags/object/ags_tree_iterator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tree_iterator.o -MD -MP -MF $(DEPDIR)/ags-ags_tree_iterator.Tpo -c -o ags-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tree_iterator.Tpo $(DEPDIR)/ags-ags_tree_iterator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='ags-ags_tree_iterator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tree_iterator.o `test -f 'src/ags/object/ags_tree_iterator.c' || echo '$(srcdir)/'`src/ags/object/ags_tree_iterator.c
 
-libags_audio_a-ags_mute_channel.obj: src/ags/audio/recall/ags_mute_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo -c -o libags_audio_a-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='libags_audio_a-ags_mute_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_tree_iterator.obj: src/ags/object/ags_tree_iterator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_tree_iterator.obj -MD -MP -MF $(DEPDIR)/ags-ags_tree_iterator.Tpo -c -o ags-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_tree_iterator.Tpo $(DEPDIR)/ags-ags_tree_iterator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_tree_iterator.c' object='ags-ags_tree_iterator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_tree_iterator.obj `if test -f 'src/ags/object/ags_tree_iterator.c'; then $(CYGPATH_W) 'src/ags/object/ags_tree_iterator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_tree_iterator.c'; fi`
 
-libags_audio_a-ags_mute_channel_run.o: src/ags/audio/recall/ags_mute_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo -c -o libags_audio_a-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='libags_audio_a-ags_mute_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_persistable.o: src/ags/object/ags_persistable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_persistable.o -MD -MP -MF $(DEPDIR)/ags-ags_persistable.Tpo -c -o ags-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_persistable.Tpo $(DEPDIR)/ags-ags_persistable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='ags-ags_persistable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_persistable.o `test -f 'src/ags/object/ags_persistable.c' || echo '$(srcdir)/'`src/ags/object/ags_persistable.c
 
-libags_audio_a-ags_mute_channel_run.obj: src/ags/audio/recall/ags_mute_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo -c -o libags_audio_a-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_mute_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='libags_audio_a-ags_mute_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_persistable.obj: src/ags/object/ags_persistable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_persistable.obj -MD -MP -MF $(DEPDIR)/ags-ags_persistable.Tpo -c -o ags-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_persistable.Tpo $(DEPDIR)/ags-ags_persistable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_persistable.c' object='ags-ags_persistable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_persistable.obj `if test -f 'src/ags/object/ags_persistable.c'; then $(CYGPATH_W) 'src/ags/object/ags_persistable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_persistable.c'; fi`
 
-libags_audio_a-ags_mute_recycling.o: src/ags/audio/recall/ags_mute_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo -c -o libags_audio_a-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_mute_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='libags_audio_a-ags_mute_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stackable.o: src/ags/object/ags_stackable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stackable.o -MD -MP -MF $(DEPDIR)/ags-ags_stackable.Tpo -c -o ags-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stackable.Tpo $(DEPDIR)/ags-ags_stackable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='ags-ags_stackable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stackable.o `test -f 'src/ags/object/ags_stackable.c' || echo '$(srcdir)/'`src/ags/object/ags_stackable.c
 
-libags_audio_a-ags_mute_recycling.obj: src/ags/audio/recall/ags_mute_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_mute_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo -c -o libags_audio_a-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_mute_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_mute_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='libags_audio_a-ags_mute_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stackable.obj: src/ags/object/ags_stackable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stackable.obj -MD -MP -MF $(DEPDIR)/ags-ags_stackable.Tpo -c -o ags-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stackable.Tpo $(DEPDIR)/ags-ags_stackable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_stackable.c' object='ags-ags_stackable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stackable.obj `if test -f 'src/ags/object/ags_stackable.c'; then $(CYGPATH_W) 'src/ags/object/ags_stackable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_stackable.c'; fi`
 
-libags_audio_a-ags_peak_channel.o: src/ags/audio/recall/ags_peak_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo -c -o libags_audio_a-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='libags_audio_a-ags_peak_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_portlet.o: src/ags/object/ags_portlet.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_portlet.o -MD -MP -MF $(DEPDIR)/ags-ags_portlet.Tpo -c -o ags-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_portlet.Tpo $(DEPDIR)/ags-ags_portlet.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='ags-ags_portlet.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_portlet.o `test -f 'src/ags/object/ags_portlet.c' || echo '$(srcdir)/'`src/ags/object/ags_portlet.c
 
-libags_audio_a-ags_peak_channel.obj: src/ags/audio/recall/ags_peak_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo -c -o libags_audio_a-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='libags_audio_a-ags_peak_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_portlet.obj: src/ags/object/ags_portlet.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_portlet.obj -MD -MP -MF $(DEPDIR)/ags-ags_portlet.Tpo -c -o ags-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_portlet.Tpo $(DEPDIR)/ags-ags_portlet.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/object/ags_portlet.c' object='ags-ags_portlet.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_portlet.obj `if test -f 'src/ags/object/ags_portlet.c'; then $(CYGPATH_W) 'src/ags/object/ags_portlet.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/object/ags_portlet.c'; fi`
 
-libags_audio_a-ags_peak_channel_run.o: src/ags/audio/recall/ags_peak_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo -c -o libags_audio_a-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='libags_audio_a-ags_peak_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_id_generator.o: src/ags/util/ags_id_generator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_id_generator.o -MD -MP -MF $(DEPDIR)/ags-ags_id_generator.Tpo -c -o ags-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_id_generator.Tpo $(DEPDIR)/ags-ags_id_generator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='ags-ags_id_generator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_id_generator.o `test -f 'src/ags/util/ags_id_generator.c' || echo '$(srcdir)/'`src/ags/util/ags_id_generator.c
 
-libags_audio_a-ags_peak_channel_run.obj: src/ags/audio/recall/ags_peak_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_peak_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo -c -o libags_audio_a-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_peak_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='libags_audio_a-ags_peak_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_id_generator.obj: src/ags/util/ags_id_generator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_id_generator.obj -MD -MP -MF $(DEPDIR)/ags-ags_id_generator.Tpo -c -o ags-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_id_generator.Tpo $(DEPDIR)/ags-ags_id_generator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/util/ags_id_generator.c' object='ags-ags_id_generator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_id_generator.obj `if test -f 'src/ags/util/ags_id_generator.c'; then $(CYGPATH_W) 'src/ags/util/ags_id_generator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/util/ags_id_generator.c'; fi`
 
-libags_audio_a-ags_play_audio_file.o: src/ags/audio/recall/ags_play_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_file.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo -c -o libags_audio_a-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='libags_audio_a-ags_play_audio_file.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_expander_set.o: src/ags/widget/ags_expander_set.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander_set.o -MD -MP -MF $(DEPDIR)/ags-ags_expander_set.Tpo -c -o ags-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander_set.Tpo $(DEPDIR)/ags-ags_expander_set.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='ags-ags_expander_set.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
 
-libags_audio_a-ags_play_audio_file.obj: src/ags/audio/recall/ags_play_audio_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_file.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo -c -o libags_audio_a-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_file.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='libags_audio_a-ags_play_audio_file.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_expander_set.obj: src/ags/widget/ags_expander_set.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander_set.obj -MD -MP -MF $(DEPDIR)/ags-ags_expander_set.Tpo -c -o ags-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander_set.Tpo $(DEPDIR)/ags-ags_expander_set.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='ags-ags_expander_set.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
 
-libags_audio_a-ags_play_audio.o: src/ags/audio/recall/ags_play_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo -c -o libags_audio_a-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='libags_audio_a-ags_play_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu.o: src/ags/widget/ags_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu.o -MD -MP -MF $(DEPDIR)/ags-ags_menu.Tpo -c -o ags-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu.Tpo $(DEPDIR)/ags-ags_menu.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='ags-ags_menu.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
 
-libags_audio_a-ags_play_audio.obj: src/ags/audio/recall/ags_play_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo -c -o libags_audio_a-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='libags_audio_a-ags_play_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu.obj: src/ags/widget/ags_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu.Tpo -c -o ags-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu.Tpo $(DEPDIR)/ags-ags_menu.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='ags-ags_menu.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
 
-libags_audio_a-ags_play_audio_signal.o: src/ags/audio/recall/ags_play_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo -c -o libags_audio_a-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='libags_audio_a-ags_play_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_timebar.o: src/ags/widget/ags_timebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timebar.o -MD -MP -MF $(DEPDIR)/ags-ags_timebar.Tpo -c -o ags-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timebar.Tpo $(DEPDIR)/ags-ags_timebar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='ags-ags_timebar.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
 
-libags_audio_a-ags_play_audio_signal.obj: src/ags/audio/recall/ags_play_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo -c -o libags_audio_a-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_play_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='libags_audio_a-ags_play_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_timebar.obj: src/ags/widget/ags_timebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timebar.obj -MD -MP -MF $(DEPDIR)/ags-ags_timebar.Tpo -c -o ags-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timebar.Tpo $(DEPDIR)/ags-ags_timebar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='ags-ags_timebar.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
 
-libags_audio_a-ags_play_channel.o: src/ags/audio/recall/ags_play_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo -c -o libags_audio_a-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='libags_audio_a-ags_play_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_dial.o: src/ags/widget/ags_dial.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dial.o -MD -MP -MF $(DEPDIR)/ags-ags_dial.Tpo -c -o ags-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dial.Tpo $(DEPDIR)/ags-ags_dial.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='ags-ags_dial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
 
-libags_audio_a-ags_play_channel.obj: src/ags/audio/recall/ags_play_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo -c -o libags_audio_a-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='libags_audio_a-ags_play_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_dial.obj: src/ags/widget/ags_dial.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_dial.obj -MD -MP -MF $(DEPDIR)/ags-ags_dial.Tpo -c -o ags-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_dial.Tpo $(DEPDIR)/ags-ags_dial.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='ags-ags_dial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
 
-libags_audio_a-ags_play_channel_run.o: src/ags/audio/recall/ags_play_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo -c -o libags_audio_a-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='libags_audio_a-ags_play_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_segment.o: src/ags/widget/ags_segment.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_segment.o -MD -MP -MF $(DEPDIR)/ags-ags_segment.Tpo -c -o ags-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_segment.Tpo $(DEPDIR)/ags-ags_segment.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='ags-ags_segment.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
 
-libags_audio_a-ags_play_channel_run.obj: src/ags/audio/recall/ags_play_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo -c -o libags_audio_a-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='libags_audio_a-ags_play_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_segment.obj: src/ags/widget/ags_segment.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_segment.obj -MD -MP -MF $(DEPDIR)/ags-ags_segment.Tpo -c -o ags-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_segment.Tpo $(DEPDIR)/ags-ags_segment.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='ags-ags_segment.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
 
-libags_audio_a-ags_play_channel_run_master.o: src/ags/audio/recall/ags_play_channel_run_master.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run_master.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo -c -o libags_audio_a-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='libags_audio_a-ags_play_channel_run_master.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_htimebar.o: src/ags/widget/ags_htimebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_htimebar.o -MD -MP -MF $(DEPDIR)/ags-ags_htimebar.Tpo -c -o ags-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_htimebar.Tpo $(DEPDIR)/ags-ags_htimebar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='ags-ags_htimebar.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
 
-libags_audio_a-ags_play_channel_run_master.obj: src/ags/audio/recall/ags_play_channel_run_master.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_channel_run_master.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo -c -o libags_audio_a-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Tpo $(DEPDIR)/libags_audio_a-ags_play_channel_run_master.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='libags_audio_a-ags_play_channel_run_master.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_htimebar.obj: src/ags/widget/ags_htimebar.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_htimebar.obj -MD -MP -MF $(DEPDIR)/ags-ags_htimebar.Tpo -c -o ags-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_htimebar.Tpo $(DEPDIR)/ags-ags_htimebar.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='ags-ags_htimebar.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
 
-libags_audio_a-ags_play_notation_audio.o: src/ags/audio/recall/ags_play_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo -c -o libags_audio_a-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='libags_audio_a-ags_play_notation_audio.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_indicator.o: src/ags/widget/ags_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_indicator.o -MD -MP -MF $(DEPDIR)/ags-ags_indicator.Tpo -c -o ags-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_indicator.Tpo $(DEPDIR)/ags-ags_indicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='ags-ags_indicator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
 
-libags_audio_a-ags_play_notation_audio.obj: src/ags/audio/recall/ags_play_notation_audio.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo -c -o libags_audio_a-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='libags_audio_a-ags_play_notation_audio.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_indicator.obj: src/ags/widget/ags_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_indicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_indicator.Tpo -c -o ags-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_indicator.Tpo $(DEPDIR)/ags-ags_indicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='ags-ags_indicator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
 
-libags_audio_a-ags_play_notation_audio_run.o: src/ags/audio/recall/ags_play_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo -c -o libags_audio_a-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='libags_audio_a-ags_play_notation_audio_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_option_menu.o: src/ags/widget/ags_option_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_option_menu.o -MD -MP -MF $(DEPDIR)/ags-ags_option_menu.Tpo -c -o ags-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_option_menu.Tpo $(DEPDIR)/ags-ags_option_menu.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='ags-ags_option_menu.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
 
-libags_audio_a-ags_play_notation_audio_run.obj: src/ags/audio/recall/ags_play_notation_audio_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo -c -o libags_audio_a-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Tpo $(DEPDIR)/libags_audio_a-ags_play_notation_audio_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='libags_audio_a-ags_play_notation_audio_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_option_menu.obj: src/ags/widget/ags_option_menu.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_option_menu.obj -MD -MP -MF $(DEPDIR)/ags-ags_option_menu.Tpo -c -o ags-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_option_menu.Tpo $(DEPDIR)/ags-ags_option_menu.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='ags-ags_option_menu.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
 
-libags_audio_a-ags_play_pattern.o: src/ags/audio/recall/ags_play_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_pattern.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo -c -o libags_audio_a-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_play_pattern.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='libags_audio_a-ags_play_pattern.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_hindicator.o: src/ags/widget/ags_hindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_hindicator.o -MD -MP -MF $(DEPDIR)/ags-ags_hindicator.Tpo -c -o ags-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_hindicator.Tpo $(DEPDIR)/ags-ags_hindicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='ags-ags_hindicator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
 
-libags_audio_a-ags_play_pattern.obj: src/ags/audio/recall/ags_play_pattern.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_pattern.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo -c -o libags_audio_a-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_pattern.Tpo $(DEPDIR)/libags_audio_a-ags_play_pattern.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='libags_audio_a-ags_play_pattern.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_hindicator.obj: src/ags/widget/ags_hindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_hindicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_hindicator.Tpo -c -o ags-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_hindicator.Tpo $(DEPDIR)/ags-ags_hindicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='ags-ags_hindicator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
 
-libags_audio_a-ags_play_recycling.o: src/ags/audio/recall/ags_play_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo -c -o libags_audio_a-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_play_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='libags_audio_a-ags_play_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_cartesian.o: src/ags/widget/ags_cartesian.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cartesian.o -MD -MP -MF $(DEPDIR)/ags-ags_cartesian.Tpo -c -o ags-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cartesian.Tpo $(DEPDIR)/ags-ags_cartesian.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='ags-ags_cartesian.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
 
-libags_audio_a-ags_play_recycling.obj: src/ags/audio/recall/ags_play_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_play_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo -c -o libags_audio_a-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_play_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_play_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='libags_audio_a-ags_play_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_cartesian.obj: src/ags/widget/ags_cartesian.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cartesian.obj -MD -MP -MF $(DEPDIR)/ags-ags_cartesian.Tpo -c -o ags-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cartesian.Tpo $(DEPDIR)/ags-ags_cartesian.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='ags-ags_cartesian.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
 
-libags_audio_a-ags_stream_audio_signal.o: src/ags/audio/recall/ags_stream_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo -c -o libags_audio_a-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='libags_audio_a-ags_stream_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_item.o: src/ags/widget/ags_menu_item.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_item.o -MD -MP -MF $(DEPDIR)/ags-ags_menu_item.Tpo -c -o ags-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_item.Tpo $(DEPDIR)/ags-ags_menu_item.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='ags-ags_menu_item.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
 
-libags_audio_a-ags_stream_audio_signal.obj: src/ags/audio/recall/ags_stream_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo -c -o libags_audio_a-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_stream_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='libags_audio_a-ags_stream_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_menu_item.obj: src/ags/widget/ags_menu_item.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_menu_item.obj -MD -MP -MF $(DEPDIR)/ags-ags_menu_item.Tpo -c -o ags-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_menu_item.Tpo $(DEPDIR)/ags-ags_menu_item.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='ags-ags_menu_item.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
 
-libags_audio_a-ags_stream_channel.o: src/ags/audio/recall/ags_stream_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo -c -o libags_audio_a-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='libags_audio_a-ags_stream_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_waveform.o: src/ags/widget/ags_waveform.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_waveform.o -MD -MP -MF $(DEPDIR)/ags-ags_waveform.Tpo -c -o ags-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_waveform.Tpo $(DEPDIR)/ags-ags_waveform.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='ags-ags_waveform.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
 
-libags_audio_a-ags_stream_channel.obj: src/ags/audio/recall/ags_stream_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo -c -o libags_audio_a-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='libags_audio_a-ags_stream_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_waveform.obj: src/ags/widget/ags_waveform.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_waveform.obj -MD -MP -MF $(DEPDIR)/ags-ags_waveform.Tpo -c -o ags-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_waveform.Tpo $(DEPDIR)/ags-ags_waveform.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='ags-ags_waveform.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
 
-libags_audio_a-ags_stream_channel_run.o: src/ags/audio/recall/ags_stream_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo -c -o libags_audio_a-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='libags_audio_a-ags_stream_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ruler.o: src/ags/widget/ags_ruler.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ruler.o -MD -MP -MF $(DEPDIR)/ags-ags_ruler.Tpo -c -o ags-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ruler.Tpo $(DEPDIR)/ags-ags_ruler.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='ags-ags_ruler.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
 
-libags_audio_a-ags_stream_channel_run.obj: src/ags/audio/recall/ags_stream_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo -c -o libags_audio_a-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_stream_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='libags_audio_a-ags_stream_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ruler.obj: src/ags/widget/ags_ruler.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ruler.obj -MD -MP -MF $(DEPDIR)/ags-ags_ruler.Tpo -c -o ags-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ruler.Tpo $(DEPDIR)/ags-ags_ruler.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='ags-ags_ruler.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
 
-libags_audio_a-ags_stream_recycling.o: src/ags/audio/recall/ags_stream_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo -c -o libags_audio_a-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_stream_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='libags_audio_a-ags_stream_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_expander.o: src/ags/widget/ags_expander.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander.o -MD -MP -MF $(DEPDIR)/ags-ags_expander.Tpo -c -o ags-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander.Tpo $(DEPDIR)/ags-ags_expander.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='ags-ags_expander.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
 
-libags_audio_a-ags_stream_recycling.obj: src/ags/audio/recall/ags_stream_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_stream_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo -c -o libags_audio_a-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_stream_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_stream_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='libags_audio_a-ags_stream_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_expander.obj: src/ags/widget/ags_expander.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_expander.obj -MD -MP -MF $(DEPDIR)/ags-ags_expander.Tpo -c -o ags-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_expander.Tpo $(DEPDIR)/ags-ags_expander.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='ags-ags_expander.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
 
-libags_audio_a-ags_volume_audio_signal.o: src/ags/audio/recall/ags_volume_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_audio_signal.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo -c -o libags_audio_a-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='libags_audio_a-ags_volume_audio_signal.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_vindicator.o: src/ags/widget/ags_vindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_vindicator.o -MD -MP -MF $(DEPDIR)/ags-ags_vindicator.Tpo -c -o ags-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_vindicator.Tpo $(DEPDIR)/ags-ags_vindicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='ags-ags_vindicator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
 
-libags_audio_a-ags_volume_audio_signal.obj: src/ags/audio/recall/ags_volume_audio_signal.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_audio_signal.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo -c -o libags_audio_a-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Tpo $(DEPDIR)/libags_audio_a-ags_volume_audio_signal.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='libags_audio_a-ags_volume_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_vindicator.obj: src/ags/widget/ags_vindicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_vindicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_vindicator.Tpo -c -o ags-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_vindicator.Tpo $(DEPDIR)/ags-ags_vindicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='ags-ags_vindicator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
 
-libags_audio_a-ags_volume_channel.o: src/ags/audio/recall/ags_volume_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo -c -o libags_audio_a-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='libags_audio_a-ags_volume_channel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_led.o: src/ags/widget/ags_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_led.o -MD -MP -MF $(DEPDIR)/ags-ags_led.Tpo -c -o ags-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_led.Tpo $(DEPDIR)/ags-ags_led.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='ags-ags_led.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
 
-libags_audio_a-ags_volume_channel.obj: src/ags/audio/recall/ags_volume_channel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo -c -o libags_audio_a-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='libags_audio_a-ags_volume_channel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_led.obj: src/ags/widget/ags_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_led.obj -MD -MP -MF $(DEPDIR)/ags-ags_led.Tpo -c -o ags-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_led.Tpo $(DEPDIR)/ags-ags_led.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='ags-ags_led.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
 
-libags_audio_a-ags_volume_channel_run.o: src/ags/audio/recall/ags_volume_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel_run.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo -c -o libags_audio_a-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='libags_audio_a-ags_volume_channel_run.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_table.o: src/ags/widget/ags_table.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_table.o -MD -MP -MF $(DEPDIR)/ags-ags_table.Tpo -c -o ags-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_table.Tpo $(DEPDIR)/ags-ags_table.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='ags-ags_table.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
 
-libags_audio_a-ags_volume_channel_run.obj: src/ags/audio/recall/ags_volume_channel_run.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_channel_run.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo -c -o libags_audio_a-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Tpo $(DEPDIR)/libags_audio_a-ags_volume_channel_run.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='libags_audio_a-ags_volume_channel_run.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_table.obj: src/ags/widget/ags_table.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_table.obj -MD -MP -MF $(DEPDIR)/ags-ags_table.Tpo -c -o ags-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_table.Tpo $(DEPDIR)/ags-ags_table.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='ags-ags_table.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
 
-libags_audio_a-ags_volume_recycling.o: src/ags/audio/recall/ags_volume_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_recycling.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo -c -o libags_audio_a-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_volume_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='libags_audio_a-ags_volume_recycling.o' libtool=no @AMDEPBACKSLASH@
+ags-main.o: src/ags/main.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-main.o -MD -MP -MF $(DEPDIR)/ags-main.Tpo -c -o ags-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-main.Tpo $(DEPDIR)/ags-main.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/main.c' object='ags-main.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
 
-libags_audio_a-ags_volume_recycling.obj: src/ags/audio/recall/ags_volume_recycling.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_volume_recycling.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo -c -o libags_audio_a-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_volume_recycling.Tpo $(DEPDIR)/libags_audio_a-ags_volume_recycling.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='libags_audio_a-ags_volume_recycling.obj' libtool=no @AMDEPBACKSLASH@
+ags-main.obj: src/ags/main.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-main.obj -MD -MP -MF $(DEPDIR)/ags-main.Tpo -c -o ags-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-main.Tpo $(DEPDIR)/ags-main.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/main.c' object='ags-main.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
 
-libags_audio_a-ags_ladspa_manager.o: src/ags/plugin/ags_ladspa_manager.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ladspa_manager.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo -c -o libags_audio_a-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='libags_audio_a-ags_ladspa_manager.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_output_device.o: src/ags/audio/task/ags_set_output_device.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_output_device.o -MD -MP -MF $(DEPDIR)/ags-ags_set_output_device.Tpo -c -o ags-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_output_device.Tpo $(DEPDIR)/ags-ags_set_output_device.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='ags-ags_set_output_device.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_output_device.o `test -f 'src/ags/audio/task/ags_set_output_device.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_output_device.c
 
-libags_audio_a-ags_ladspa_manager.obj: src/ags/plugin/ags_ladspa_manager.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_ladspa_manager.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo -c -o libags_audio_a-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Tpo $(DEPDIR)/libags_audio_a-ags_ladspa_manager.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='libags_audio_a-ags_ladspa_manager.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_output_device.obj: src/ags/audio/task/ags_set_output_device.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_output_device.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_output_device.Tpo -c -o ags-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_output_device.Tpo $(DEPDIR)/ags-ags_set_output_device.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_output_device.c' object='ags-ags_set_output_device.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_output_device.obj `if test -f 'src/ags/audio/task/ags_set_output_device.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_output_device.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_output_device.c'; fi`
 
-libags_audio_a-ags_plugin_factory.o: src/ags/plugin/ags_plugin_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_plugin_factory.o -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo -c -o libags_audio_a-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo $(DEPDIR)/libags_audio_a-ags_plugin_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='libags_audio_a-ags_plugin_factory.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_samplerate.o: src/ags/audio/task/ags_set_samplerate.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_samplerate.o -MD -MP -MF $(DEPDIR)/ags-ags_set_samplerate.Tpo -c -o ags-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_samplerate.Tpo $(DEPDIR)/ags-ags_set_samplerate.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='ags-ags_set_samplerate.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_samplerate.o `test -f 'src/ags/audio/task/ags_set_samplerate.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_samplerate.c
 
-libags_audio_a-ags_plugin_factory.obj: src/ags/plugin/ags_plugin_factory.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -MT libags_audio_a-ags_plugin_factory.obj -MD -MP -MF $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo -c -o libags_audio_a-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_audio_a-ags_plugin_factory.Tpo $(DEPDIR)/libags_audio_a-ags_plugin_factory.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='libags_audio_a-ags_plugin_factory.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_samplerate.obj: src/ags/audio/task/ags_set_samplerate.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_samplerate.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_samplerate.Tpo -c -o ags-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_samplerate.Tpo $(DEPDIR)/ags-ags_set_samplerate.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_samplerate.c' object='ags-ags_set_samplerate.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_audio_a_CFLAGS) $(CFLAGS) -c -o libags_audio_a-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_samplerate.obj `if test -f 'src/ags/audio/task/ags_set_samplerate.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_samplerate.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_samplerate.c'; fi`
 
-libags_gui_a-ags_gui_init.o: src/ags/widget/ags_gui_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_gui_init.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo -c -o libags_gui_a-ags_gui_init.o `test -f 'src/ags/widget/ags_gui_init.c' || echo '$(srcdir)/'`src/ags/widget/ags_gui_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo $(DEPDIR)/libags_gui_a-ags_gui_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_gui_init.c' object='libags_gui_a-ags_gui_init.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_point_from_selection.o: src/ags/audio/task/ags_remove_point_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_point_from_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo -c -o ags-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo $(DEPDIR)/ags-ags_remove_point_from_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='ags-ags_remove_point_from_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_gui_init.o `test -f 'src/ags/widget/ags_gui_init.c' || echo '$(srcdir)/'`src/ags/widget/ags_gui_init.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
 
-libags_gui_a-ags_gui_init.obj: src/ags/widget/ags_gui_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_gui_init.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo -c -o libags_gui_a-ags_gui_init.obj `if test -f 'src/ags/widget/ags_gui_init.c'; then $(CYGPATH_W) 'src/ags/widget/ags_gui_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_gui_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_gui_init.Tpo $(DEPDIR)/libags_gui_a-ags_gui_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_gui_init.c' object='libags_gui_a-ags_gui_init.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_point_from_selection.obj: src/ags/audio/task/ags_remove_point_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_point_from_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo -c -o ags-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_point_from_selection.Tpo $(DEPDIR)/ags-ags_remove_point_from_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='ags-ags_remove_point_from_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_gui_init.obj `if test -f 'src/ags/widget/ags_gui_init.c'; then $(CYGPATH_W) 'src/ags/widget/ags_gui_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_gui_init.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
 
-libags_gui_a-ags_cartesian.o: src/ags/widget/ags_cartesian.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_cartesian.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo -c -o libags_gui_a-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo $(DEPDIR)/libags_gui_a-ags_cartesian.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='libags_gui_a-ags_cartesian.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_channel.o: src/ags/audio/task/ags_link_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_link_channel.Tpo -c -o ags-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_channel.Tpo $(DEPDIR)/ags-ags_link_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='ags-ags_link_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_cartesian.o `test -f 'src/ags/widget/ags_cartesian.c' || echo '$(srcdir)/'`src/ags/widget/ags_cartesian.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_channel.o `test -f 'src/ags/audio/task/ags_link_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_link_channel.c
 
-libags_gui_a-ags_cartesian.obj: src/ags/widget/ags_cartesian.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_cartesian.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo -c -o libags_gui_a-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_cartesian.Tpo $(DEPDIR)/libags_gui_a-ags_cartesian.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_cartesian.c' object='libags_gui_a-ags_cartesian.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_link_channel.obj: src/ags/audio/task/ags_link_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_link_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_link_channel.Tpo -c -o ags-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_link_channel.Tpo $(DEPDIR)/ags-ags_link_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_link_channel.c' object='ags-ags_link_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_cartesian.obj `if test -f 'src/ags/widget/ags_cartesian.c'; then $(CYGPATH_W) 'src/ags/widget/ags_cartesian.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_cartesian.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_link_channel.obj `if test -f 'src/ags/audio/task/ags_link_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_link_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_link_channel.c'; fi`
 
-libags_gui_a-ags_dial.o: src/ags/widget/ags_dial.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_dial.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_dial.Tpo -c -o libags_gui_a-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_dial.Tpo $(DEPDIR)/libags_gui_a-ags_dial.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='libags_gui_a-ags_dial.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_save_file.o: src/ags/audio/task/ags_save_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_save_file.o -MD -MP -MF $(DEPDIR)/ags-ags_save_file.Tpo -c -o ags-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_save_file.Tpo $(DEPDIR)/ags-ags_save_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='ags-ags_save_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_dial.o `test -f 'src/ags/widget/ags_dial.c' || echo '$(srcdir)/'`src/ags/widget/ags_dial.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
 
-libags_gui_a-ags_dial.obj: src/ags/widget/ags_dial.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_dial.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_dial.Tpo -c -o libags_gui_a-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_dial.Tpo $(DEPDIR)/libags_gui_a-ags_dial.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_dial.c' object='libags_gui_a-ags_dial.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_save_file.obj: src/ags/audio/task/ags_save_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_save_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_save_file.Tpo -c -o ags-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_save_file.Tpo $(DEPDIR)/ags-ags_save_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='ags-ags_save_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_dial.obj `if test -f 'src/ags/widget/ags_dial.c'; then $(CYGPATH_W) 'src/ags/widget/ags_dial.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_dial.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
 
-libags_gui_a-ags_expander.o: src/ags/widget/ags_expander.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander.Tpo -c -o libags_gui_a-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander.Tpo $(DEPDIR)/libags_gui_a-ags_expander.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='libags_gui_a-ags_expander.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_audio_signal.o: src/ags/audio/task/ags_add_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_add_audio_signal.Tpo -c -o ags-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio_signal.Tpo $(DEPDIR)/ags-ags_add_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='ags-ags_add_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander.o `test -f 'src/ags/widget/ags_expander.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio_signal.o `test -f 'src/ags/audio/task/ags_add_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio_signal.c
 
-libags_gui_a-ags_expander.obj: src/ags/widget/ags_expander.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander.Tpo -c -o libags_gui_a-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander.Tpo $(DEPDIR)/libags_gui_a-ags_expander.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander.c' object='libags_gui_a-ags_expander.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_audio_signal.obj: src/ags/audio/task/ags_add_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_audio_signal.Tpo -c -o ags-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio_signal.Tpo $(DEPDIR)/ags-ags_add_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio_signal.c' object='ags-ags_add_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander.obj `if test -f 'src/ags/widget/ags_expander.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio_signal.obj `if test -f 'src/ags/audio/task/ags_add_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio_signal.c'; fi`
 
-libags_gui_a-ags_expander_set.o: src/ags/widget/ags_expander_set.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander_set.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo -c -o libags_gui_a-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo $(DEPDIR)/libags_gui_a-ags_expander_set.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='libags_gui_a-ags_expander_set.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_unref_audio_signal.o: src/ags/audio/task/ags_unref_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_unref_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_unref_audio_signal.Tpo -c -o ags-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_unref_audio_signal.Tpo $(DEPDIR)/ags-ags_unref_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='ags-ags_unref_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander_set.o `test -f 'src/ags/widget/ags_expander_set.c' || echo '$(srcdir)/'`src/ags/widget/ags_expander_set.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_unref_audio_signal.o `test -f 'src/ags/audio/task/ags_unref_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_unref_audio_signal.c
 
-libags_gui_a-ags_expander_set.obj: src/ags/widget/ags_expander_set.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_expander_set.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo -c -o libags_gui_a-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_expander_set.Tpo $(DEPDIR)/libags_gui_a-ags_expander_set.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_expander_set.c' object='libags_gui_a-ags_expander_set.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_unref_audio_signal.obj: src/ags/audio/task/ags_unref_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_unref_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_unref_audio_signal.Tpo -c -o ags-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_unref_audio_signal.Tpo $(DEPDIR)/ags-ags_unref_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_unref_audio_signal.c' object='ags-ags_unref_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_expander_set.obj `if test -f 'src/ags/widget/ags_expander_set.c'; then $(CYGPATH_W) 'src/ags/widget/ags_expander_set.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_expander_set.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_unref_audio_signal.obj `if test -f 'src/ags/audio/task/ags_unref_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_unref_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_unref_audio_signal.c'; fi`
 
-libags_gui_a-ags_hindicator.o: src/ags/widget/ags_hindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_hindicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo -c -o libags_gui_a-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo $(DEPDIR)/libags_gui_a-ags_hindicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='libags_gui_a-ags_hindicator.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_region_from_selection.o: src/ags/audio/task/ags_remove_region_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_region_from_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo -c -o ags-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo $(DEPDIR)/ags-ags_remove_region_from_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='ags-ags_remove_region_from_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_hindicator.o `test -f 'src/ags/widget/ags_hindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_hindicator.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_region_from_selection.o `test -f 'src/ags/audio/task/ags_remove_region_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_region_from_selection.c
 
-libags_gui_a-ags_hindicator.obj: src/ags/widget/ags_hindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_hindicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo -c -o libags_gui_a-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_hindicator.Tpo $(DEPDIR)/libags_gui_a-ags_hindicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_hindicator.c' object='libags_gui_a-ags_hindicator.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_region_from_selection.obj: src/ags/audio/task/ags_remove_region_from_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_region_from_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo -c -o ags-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_region_from_selection.Tpo $(DEPDIR)/ags-ags_remove_region_from_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_region_from_selection.c' object='ags-ags_remove_region_from_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_hindicator.obj `if test -f 'src/ags/widget/ags_hindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_hindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_hindicator.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_region_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_region_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_region_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_region_from_selection.c'; fi`
 
-libags_gui_a-ags_htimebar.o: src/ags/widget/ags_htimebar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_htimebar.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo -c -o libags_gui_a-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo $(DEPDIR)/libags_gui_a-ags_htimebar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='libags_gui_a-ags_htimebar.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_recall_container.o: src/ags/audio/task/ags_remove_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall_container.Tpo -c -o ags-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall_container.Tpo $(DEPDIR)/ags-ags_remove_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='ags-ags_remove_recall_container.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_htimebar.o `test -f 'src/ags/widget/ags_htimebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_htimebar.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall_container.o `test -f 'src/ags/audio/task/ags_remove_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall_container.c
 
-libags_gui_a-ags_htimebar.obj: src/ags/widget/ags_htimebar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_htimebar.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo -c -o libags_gui_a-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_htimebar.Tpo $(DEPDIR)/libags_gui_a-ags_htimebar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_htimebar.c' object='libags_gui_a-ags_htimebar.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_recall_container.obj: src/ags/audio/task/ags_remove_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall_container.Tpo -c -o ags-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall_container.Tpo $(DEPDIR)/ags-ags_remove_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall_container.c' object='ags-ags_remove_recall_container.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_htimebar.obj `if test -f 'src/ags/widget/ags_htimebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_htimebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_htimebar.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall_container.obj `if test -f 'src/ags/audio/task/ags_remove_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall_container.c'; fi`
 
-libags_gui_a-ags_indicator.o: src/ags/widget/ags_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_indicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_indicator.Tpo -c -o libags_gui_a-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_indicator.Tpo $(DEPDIR)/libags_gui_a-ags_indicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='libags_gui_a-ags_indicator.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_recall.o: src/ags/audio/task/ags_remove_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall.Tpo -c -o ags-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall.Tpo $(DEPDIR)/ags-ags_remove_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='ags-ags_remove_recall.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_indicator.o `test -f 'src/ags/widget/ags_indicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_indicator.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall.o `test -f 'src/ags/audio/task/ags_remove_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_recall.c
 
-libags_gui_a-ags_indicator.obj: src/ags/widget/ags_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_indicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_indicator.Tpo -c -o libags_gui_a-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_indicator.Tpo $(DEPDIR)/libags_gui_a-ags_indicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_indicator.c' object='libags_gui_a-ags_indicator.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_recall.obj: src/ags/audio/task/ags_remove_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_recall.Tpo -c -o ags-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_recall.Tpo $(DEPDIR)/ags-ags_remove_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_recall.c' object='ags-ags_remove_recall.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_indicator.obj `if test -f 'src/ags/widget/ags_indicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_indicator.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_recall.obj `if test -f 'src/ags/audio/task/ags_remove_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_recall.c'; fi`
 
-libags_gui_a-ags_led.o: src/ags/widget/ags_led.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_led.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_led.Tpo -c -o libags_gui_a-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_led.Tpo $(DEPDIR)/libags_gui_a-ags_led.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='libags_gui_a-ags_led.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_recall.o: src/ags/audio/task/ags_append_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_append_recall.Tpo -c -o ags-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_recall.Tpo $(DEPDIR)/ags-ags_append_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='ags-ags_append_recall.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_led.o `test -f 'src/ags/widget/ags_led.c' || echo '$(srcdir)/'`src/ags/widget/ags_led.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_recall.o `test -f 'src/ags/audio/task/ags_append_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_recall.c
 
-libags_gui_a-ags_led.obj: src/ags/widget/ags_led.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_led.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_led.Tpo -c -o libags_gui_a-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_led.Tpo $(DEPDIR)/libags_gui_a-ags_led.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_led.c' object='libags_gui_a-ags_led.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_recall.obj: src/ags/audio/task/ags_append_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_recall.Tpo -c -o ags-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_recall.Tpo $(DEPDIR)/ags-ags_append_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_recall.c' object='ags-ags_append_recall.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_led.obj `if test -f 'src/ags/widget/ags_led.c'; then $(CYGPATH_W) 'src/ags/widget/ags_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_led.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_recall.obj `if test -f 'src/ags/audio/task/ags_append_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_recall.c'; fi`
 
-libags_gui_a-ags_menu.o: src/ags/widget/ags_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu.Tpo -c -o libags_gui_a-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu.Tpo $(DEPDIR)/libags_gui_a-ags_menu.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='libags_gui_a-ags_menu.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_recall_container.o: src/ags/audio/task/ags_add_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_add_recall_container.Tpo -c -o ags-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall_container.Tpo $(DEPDIR)/ags-ags_add_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='ags-ags_add_recall_container.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu.o `test -f 'src/ags/widget/ags_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall_container.o `test -f 'src/ags/audio/task/ags_add_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall_container.c
 
-libags_gui_a-ags_menu.obj: src/ags/widget/ags_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu.Tpo -c -o libags_gui_a-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu.Tpo $(DEPDIR)/libags_gui_a-ags_menu.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu.c' object='libags_gui_a-ags_menu.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_recall_container.obj: src/ags/audio/task/ags_add_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_recall_container.Tpo -c -o ags-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall_container.Tpo $(DEPDIR)/ags-ags_add_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall_container.c' object='ags-ags_add_recall_container.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu.obj `if test -f 'src/ags/widget/ags_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall_container.obj `if test -f 'src/ags/audio/task/ags_add_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall_container.c'; fi`
 
-libags_gui_a-ags_menu_item.o: src/ags/widget/ags_menu_item.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu_item.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo -c -o libags_gui_a-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo $(DEPDIR)/libags_gui_a-ags_menu_item.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='libags_gui_a-ags_menu_item.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_recall.o: src/ags/audio/task/ags_add_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_add_recall.Tpo -c -o ags-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall.Tpo $(DEPDIR)/ags-ags_add_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='ags-ags_add_recall.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu_item.o `test -f 'src/ags/widget/ags_menu_item.c' || echo '$(srcdir)/'`src/ags/widget/ags_menu_item.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall.o `test -f 'src/ags/audio/task/ags_add_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_recall.c
 
-libags_gui_a-ags_menu_item.obj: src/ags/widget/ags_menu_item.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_menu_item.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo -c -o libags_gui_a-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_menu_item.Tpo $(DEPDIR)/libags_gui_a-ags_menu_item.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_menu_item.c' object='libags_gui_a-ags_menu_item.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_recall.obj: src/ags/audio/task/ags_add_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_recall.Tpo -c -o ags-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_recall.Tpo $(DEPDIR)/ags-ags_add_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_recall.c' object='ags-ags_add_recall.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_menu_item.obj `if test -f 'src/ags/widget/ags_menu_item.c'; then $(CYGPATH_W) 'src/ags/widget/ags_menu_item.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_menu_item.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_recall.obj `if test -f 'src/ags/audio/task/ags_add_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_recall.c'; fi`
 
-libags_gui_a-ags_option_menu.o: src/ags/widget/ags_option_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_option_menu.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo -c -o libags_gui_a-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo $(DEPDIR)/libags_gui_a-ags_option_menu.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='libags_gui_a-ags_option_menu.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_output.o: src/ags/audio/task/ags_export_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_output.o -MD -MP -MF $(DEPDIR)/ags-ags_export_output.Tpo -c -o ags-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_output.Tpo $(DEPDIR)/ags-ags_export_output.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='ags-ags_export_output.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_option_menu.o `test -f 'src/ags/widget/ags_option_menu.c' || echo '$(srcdir)/'`src/ags/widget/ags_option_menu.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_output.o `test -f 'src/ags/audio/task/ags_export_output.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_export_output.c
 
-libags_gui_a-ags_option_menu.obj: src/ags/widget/ags_option_menu.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_option_menu.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo -c -o libags_gui_a-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_option_menu.Tpo $(DEPDIR)/libags_gui_a-ags_option_menu.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_option_menu.c' object='libags_gui_a-ags_option_menu.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_output.obj: src/ags/audio/task/ags_export_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_output.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_output.Tpo -c -o ags-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_output.Tpo $(DEPDIR)/ags-ags_export_output.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_export_output.c' object='ags-ags_export_output.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_option_menu.obj `if test -f 'src/ags/widget/ags_option_menu.c'; then $(CYGPATH_W) 'src/ags/widget/ags_option_menu.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_option_menu.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_output.obj `if test -f 'src/ags/audio/task/ags_export_output.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_export_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_export_output.c'; fi`
 
-libags_gui_a-ags_ruler.o: src/ags/widget/ags_ruler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_ruler.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_ruler.Tpo -c -o libags_gui_a-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_ruler.Tpo $(DEPDIR)/libags_gui_a-ags_ruler.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='libags_gui_a-ags_ruler.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_note.o: src/ags/audio/task/ags_remove_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_note.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_note.Tpo -c -o ags-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_note.Tpo $(DEPDIR)/ags-ags_remove_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='ags-ags_remove_note.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_ruler.o `test -f 'src/ags/widget/ags_ruler.c' || echo '$(srcdir)/'`src/ags/widget/ags_ruler.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_note.o `test -f 'src/ags/audio/task/ags_remove_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_note.c
 
-libags_gui_a-ags_ruler.obj: src/ags/widget/ags_ruler.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_ruler.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_ruler.Tpo -c -o libags_gui_a-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_ruler.Tpo $(DEPDIR)/libags_gui_a-ags_ruler.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_ruler.c' object='libags_gui_a-ags_ruler.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_note.obj: src/ags/audio/task/ags_remove_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_note.Tpo -c -o ags-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_note.Tpo $(DEPDIR)/ags-ags_remove_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_note.c' object='ags-ags_remove_note.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_ruler.obj `if test -f 'src/ags/widget/ags_ruler.c'; then $(CYGPATH_W) 'src/ags/widget/ags_ruler.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_ruler.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_note.obj `if test -f 'src/ags/audio/task/ags_remove_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_note.c'; fi`
 
-libags_gui_a-ags_segment.o: src/ags/widget/ags_segment.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_segment.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_segment.Tpo -c -o libags_gui_a-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_segment.Tpo $(DEPDIR)/libags_gui_a-ags_segment.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='libags_gui_a-ags_segment.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_audio_channels.o: src/ags/audio/task/ags_set_audio_channels.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_audio_channels.o -MD -MP -MF $(DEPDIR)/ags-ags_set_audio_channels.Tpo -c -o ags-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_audio_channels.Tpo $(DEPDIR)/ags-ags_set_audio_channels.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='ags-ags_set_audio_channels.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_segment.o `test -f 'src/ags/widget/ags_segment.c' || echo '$(srcdir)/'`src/ags/widget/ags_segment.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_audio_channels.o `test -f 'src/ags/audio/task/ags_set_audio_channels.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_audio_channels.c
 
-libags_gui_a-ags_segment.obj: src/ags/widget/ags_segment.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_segment.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_segment.Tpo -c -o libags_gui_a-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_segment.Tpo $(DEPDIR)/libags_gui_a-ags_segment.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_segment.c' object='libags_gui_a-ags_segment.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_audio_channels.obj: src/ags/audio/task/ags_set_audio_channels.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_audio_channels.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_audio_channels.Tpo -c -o ags-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_audio_channels.Tpo $(DEPDIR)/ags-ags_set_audio_channels.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_audio_channels.c' object='ags-ags_set_audio_channels.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_segment.obj `if test -f 'src/ags/widget/ags_segment.c'; then $(CYGPATH_W) 'src/ags/widget/ags_segment.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_segment.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_audio_channels.obj `if test -f 'src/ags/audio/task/ags_set_audio_channels.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_audio_channels.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_audio_channels.c'; fi`
 
-libags_gui_a-ags_table.o: src/ags/widget/ags_table.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_table.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_table.Tpo -c -o libags_gui_a-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_table.Tpo $(DEPDIR)/libags_gui_a-ags_table.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='libags_gui_a-ags_table.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_audio.o: src/ags/audio/task/ags_cancel_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_audio.Tpo -c -o ags-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_audio.Tpo $(DEPDIR)/ags-ags_cancel_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='ags-ags_cancel_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_table.o `test -f 'src/ags/widget/ags_table.c' || echo '$(srcdir)/'`src/ags/widget/ags_table.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_audio.o `test -f 'src/ags/audio/task/ags_cancel_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_audio.c
 
-libags_gui_a-ags_table.obj: src/ags/widget/ags_table.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_table.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_table.Tpo -c -o libags_gui_a-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_table.Tpo $(DEPDIR)/libags_gui_a-ags_table.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_table.c' object='libags_gui_a-ags_table.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_audio.obj: src/ags/audio/task/ags_cancel_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_audio.Tpo -c -o ags-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_audio.Tpo $(DEPDIR)/ags-ags_cancel_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_audio.c' object='ags-ags_cancel_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_table.obj `if test -f 'src/ags/widget/ags_table.c'; then $(CYGPATH_W) 'src/ags/widget/ags_table.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_table.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_audio.obj `if test -f 'src/ags/audio/task/ags_cancel_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_audio.c'; fi`
 
-libags_gui_a-ags_timebar.o: src/ags/widget/ags_timebar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_timebar.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_timebar.Tpo -c -o libags_gui_a-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_timebar.Tpo $(DEPDIR)/libags_gui_a-ags_timebar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='libags_gui_a-ags_timebar.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_region_to_selection.o: src/ags/audio/task/ags_add_region_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_region_to_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_add_region_to_selection.Tpo -c -o ags-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_region_to_selection.Tpo $(DEPDIR)/ags-ags_add_region_to_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='ags-ags_add_region_to_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_timebar.o `test -f 'src/ags/widget/ags_timebar.c' || echo '$(srcdir)/'`src/ags/widget/ags_timebar.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
 
-libags_gui_a-ags_timebar.obj: src/ags/widget/ags_timebar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_timebar.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_timebar.Tpo -c -o libags_gui_a-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_timebar.Tpo $(DEPDIR)/libags_gui_a-ags_timebar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_timebar.c' object='libags_gui_a-ags_timebar.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_region_to_selection.obj: src/ags/audio/task/ags_add_region_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_region_to_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_region_to_selection.Tpo -c -o ags-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_region_to_selection.Tpo $(DEPDIR)/ags-ags_add_region_to_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='ags-ags_add_region_to_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_timebar.obj `if test -f 'src/ags/widget/ags_timebar.c'; then $(CYGPATH_W) 'src/ags/widget/ags_timebar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_timebar.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
 
-libags_gui_a-ags_vindicator.o: src/ags/widget/ags_vindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_vindicator.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo -c -o libags_gui_a-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo $(DEPDIR)/libags_gui_a-ags_vindicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='libags_gui_a-ags_vindicator.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_init_audio.o: src/ags/audio/task/ags_init_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_init_audio.Tpo -c -o ags-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_audio.Tpo $(DEPDIR)/ags-ags_init_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='ags-ags_init_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_vindicator.o `test -f 'src/ags/widget/ags_vindicator.c' || echo '$(srcdir)/'`src/ags/widget/ags_vindicator.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_audio.o `test -f 'src/ags/audio/task/ags_init_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_audio.c
 
-libags_gui_a-ags_vindicator.obj: src/ags/widget/ags_vindicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_vindicator.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo -c -o libags_gui_a-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_vindicator.Tpo $(DEPDIR)/libags_gui_a-ags_vindicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_vindicator.c' object='libags_gui_a-ags_vindicator.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_init_audio.obj: src/ags/audio/task/ags_init_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_init_audio.Tpo -c -o ags-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_audio.Tpo $(DEPDIR)/ags-ags_init_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_audio.c' object='ags-ags_init_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_vindicator.obj `if test -f 'src/ags/widget/ags_vindicator.c'; then $(CYGPATH_W) 'src/ags/widget/ags_vindicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_vindicator.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_audio.obj `if test -f 'src/ags/audio/task/ags_init_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_audio.c'; fi`
 
-libags_gui_a-ags_waveform.o: src/ags/widget/ags_waveform.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_waveform.o -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_waveform.Tpo -c -o libags_gui_a-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_waveform.Tpo $(DEPDIR)/libags_gui_a-ags_waveform.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='libags_gui_a-ags_waveform.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel_set_recycling.o: src/ags/audio/task/ags_channel_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_set_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_channel_set_recycling.Tpo -c -o ags-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_set_recycling.Tpo $(DEPDIR)/ags-ags_channel_set_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='ags-ags_channel_set_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_waveform.o `test -f 'src/ags/widget/ags_waveform.c' || echo '$(srcdir)/'`src/ags/widget/ags_waveform.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_set_recycling.o `test -f 'src/ags/audio/task/ags_channel_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_channel_set_recycling.c
 
-libags_gui_a-ags_waveform.obj: src/ags/widget/ags_waveform.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -MT libags_gui_a-ags_waveform.obj -MD -MP -MF $(DEPDIR)/libags_gui_a-ags_waveform.Tpo -c -o libags_gui_a-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_gui_a-ags_waveform.Tpo $(DEPDIR)/libags_gui_a-ags_waveform.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/widget/ags_waveform.c' object='libags_gui_a-ags_waveform.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel_set_recycling.obj: src/ags/audio/task/ags_channel_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_set_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel_set_recycling.Tpo -c -o ags-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_set_recycling.Tpo $(DEPDIR)/ags-ags_channel_set_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_channel_set_recycling.c' object='ags-ags_channel_set_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_gui_a_CFLAGS) $(CFLAGS) -c -o libags_gui_a-ags_waveform.obj `if test -f 'src/ags/widget/ags_waveform.c'; then $(CYGPATH_W) 'src/ags/widget/ags_waveform.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/widget/ags_waveform.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_set_recycling.obj `if test -f 'src/ags/audio/task/ags_channel_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_channel_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_channel_set_recycling.c'; fi`
 
-libags_thread_a-ags_thread_init.o: src/ags/thread/ags_thread_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_init.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo -c -o libags_thread_a-ags_thread_init.o `test -f 'src/ags/thread/ags_thread_init.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo $(DEPDIR)/libags_thread_a-ags_thread_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_init.c' object='libags_thread_a-ags_thread_init.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_display_tact.o: src/ags/audio/task/ags_display_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_display_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_display_tact.Tpo -c -o ags-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_display_tact.Tpo $(DEPDIR)/ags-ags_display_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='ags-ags_display_tact.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_init.o `test -f 'src/ags/thread/ags_thread_init.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_init.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
 
-libags_thread_a-ags_thread_init.obj: src/ags/thread/ags_thread_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_init.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo -c -o libags_thread_a-ags_thread_init.obj `if test -f 'src/ags/thread/ags_thread_init.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_init.Tpo $(DEPDIR)/libags_thread_a-ags_thread_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_init.c' object='libags_thread_a-ags_thread_init.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_display_tact.obj: src/ags/audio/task/ags_display_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_display_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_display_tact.Tpo -c -o ags-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_display_tact.Tpo $(DEPDIR)/ags-ags_display_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='ags-ags_display_tact.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_init.obj `if test -f 'src/ags/thread/ags_thread_init.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_init.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
 
-libags_thread_a-ags_thread_application_context.o: src/ags/thread/ags_thread_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_application_context.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo -c -o libags_thread_a-ags_thread_application_context.o `test -f 'src/ags/thread/ags_thread_application_context.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo $(DEPDIR)/libags_thread_a-ags_thread_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_application_context.c' object='libags_thread_a-ags_thread_application_context.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_channel.o: src/ags/audio/task/ags_append_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_append_channel.Tpo -c -o ags-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_channel.Tpo $(DEPDIR)/ags-ags_append_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='ags-ags_append_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_application_context.o `test -f 'src/ags/thread/ags_thread_application_context.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_application_context.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_channel.o `test -f 'src/ags/audio/task/ags_append_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_channel.c
 
-libags_thread_a-ags_thread_application_context.obj: src/ags/thread/ags_thread_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_application_context.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo -c -o libags_thread_a-ags_thread_application_context.obj `if test -f 'src/ags/thread/ags_thread_application_context.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_application_context.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_application_context.Tpo $(DEPDIR)/libags_thread_a-ags_thread_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_application_context.c' object='libags_thread_a-ags_thread_application_context.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_channel.obj: src/ags/audio/task/ags_append_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_channel.Tpo -c -o ags-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_channel.Tpo $(DEPDIR)/ags-ags_append_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_channel.c' object='ags-ags_append_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_application_context.obj `if test -f 'src/ags/thread/ags_thread_application_context.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_application_context.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_channel.obj `if test -f 'src/ags/audio/task/ags_append_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_channel.c'; fi`
 
-libags_thread_a-ags_concurrency_provider.o: src/ags/thread/ags_concurrency_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_concurrency_provider.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo -c -o libags_thread_a-ags_concurrency_provider.o `test -f 'src/ags/thread/ags_concurrency_provider.c' || echo '$(srcdir)/'`src/ags/thread/ags_concurrency_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_concurrency_provider.c' object='libags_thread_a-ags_concurrency_provider.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_change_indicator.o: src/ags/audio/task/ags_change_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_indicator.o -MD -MP -MF $(DEPDIR)/ags-ags_change_indicator.Tpo -c -o ags-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_indicator.Tpo $(DEPDIR)/ags-ags_change_indicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='ags-ags_change_indicator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_concurrency_provider.o `test -f 'src/ags/thread/ags_concurrency_provider.c' || echo '$(srcdir)/'`src/ags/thread/ags_concurrency_provider.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
 
-libags_thread_a-ags_concurrency_provider.obj: src/ags/thread/ags_concurrency_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_concurrency_provider.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo -c -o libags_thread_a-ags_concurrency_provider.obj `if test -f 'src/ags/thread/ags_concurrency_provider.c'; then $(CYGPATH_W) 'src/ags/thread/ags_concurrency_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_concurrency_provider.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Tpo $(DEPDIR)/libags_thread_a-ags_concurrency_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_concurrency_provider.c' object='libags_thread_a-ags_concurrency_provider.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_change_indicator.obj: src/ags/audio/task/ags_change_indicator.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_indicator.obj -MD -MP -MF $(DEPDIR)/ags-ags_change_indicator.Tpo -c -o ags-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_indicator.Tpo $(DEPDIR)/ags-ags_change_indicator.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='ags-ags_change_indicator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_concurrency_provider.obj `if test -f 'src/ags/thread/ags_concurrency_provider.c'; then $(CYGPATH_W) 'src/ags/thread/ags_concurrency_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_concurrency_provider.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
 
-libags_thread_a-ags_async_queue.o: src/ags/thread/ags_async_queue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_async_queue.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo -c -o libags_thread_a-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo $(DEPDIR)/libags_thread_a-ags_async_queue.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='libags_thread_a-ags_async_queue.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_note.o: src/ags/audio/task/ags_add_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_note.o -MD -MP -MF $(DEPDIR)/ags-ags_add_note.Tpo -c -o ags-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_note.Tpo $(DEPDIR)/ags-ags_add_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='ags-ags_add_note.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_note.o `test -f 'src/ags/audio/task/ags_add_note.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_note.c
 
-libags_thread_a-ags_async_queue.obj: src/ags/thread/ags_async_queue.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_async_queue.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo -c -o libags_thread_a-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_async_queue.Tpo $(DEPDIR)/libags_thread_a-ags_async_queue.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='libags_thread_a-ags_async_queue.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_note.obj: src/ags/audio/task/ags_add_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_note.Tpo -c -o ags-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_note.Tpo $(DEPDIR)/ags-ags_add_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_note.c' object='ags-ags_add_note.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_note.obj `if test -f 'src/ags/audio/task/ags_add_note.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_note.c'; fi`
 
-libags_thread_a-ags_audio_loop.o: src/ags/thread/ags_audio_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_audio_loop.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo -c -o libags_thread_a-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo $(DEPDIR)/libags_thread_a-ags_audio_loop.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='libags_thread_a-ags_audio_loop.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_muted.o: src/ags/audio/task/recall/ags_set_muted.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_muted.o -MD -MP -MF $(DEPDIR)/ags-ags_set_muted.Tpo -c -o ags-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_muted.Tpo $(DEPDIR)/ags-ags_set_muted.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='ags-ags_set_muted.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_muted.o `test -f 'src/ags/audio/task/recall/ags_set_muted.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_set_muted.c
 
-libags_thread_a-ags_audio_loop.obj: src/ags/thread/ags_audio_loop.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_audio_loop.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo -c -o libags_thread_a-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_audio_loop.Tpo $(DEPDIR)/libags_thread_a-ags_audio_loop.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='libags_thread_a-ags_audio_loop.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_muted.obj: src/ags/audio/task/recall/ags_set_muted.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_muted.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_muted.Tpo -c -o ags-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_muted.Tpo $(DEPDIR)/ags-ags_set_muted.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_set_muted.c' object='ags-ags_set_muted.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_muted.obj `if test -f 'src/ags/audio/task/recall/ags_set_muted.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_set_muted.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_set_muted.c'; fi`
 
-libags_thread_a-ags_autosave_thread.o: src/ags/thread/ags_autosave_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_autosave_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo -c -o libags_thread_a-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo $(DEPDIR)/libags_thread_a-ags_autosave_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='libags_thread_a-ags_autosave_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_sequencer_length.o: src/ags/audio/task/recall/ags_apply_sequencer_length.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_sequencer_length.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo -c -o ags-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo $(DEPDIR)/ags-ags_apply_sequencer_length.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='ags-ags_apply_sequencer_length.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_sequencer_length.o `test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_sequencer_length.c
 
-libags_thread_a-ags_autosave_thread.obj: src/ags/thread/ags_autosave_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_autosave_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo -c -o libags_thread_a-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_autosave_thread.Tpo $(DEPDIR)/libags_thread_a-ags_autosave_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='libags_thread_a-ags_autosave_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_sequencer_length.obj: src/ags/audio/task/recall/ags_apply_sequencer_length.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_sequencer_length.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo -c -o ags-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_sequencer_length.Tpo $(DEPDIR)/ags-ags_apply_sequencer_length.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_sequencer_length.c' object='ags-ags_apply_sequencer_length.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_sequencer_length.obj `if test -f 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_sequencer_length.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_sequencer_length.c'; fi`
 
-libags_thread_a-ags_devout_thread.o: src/ags/thread/ags_devout_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_devout_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo -c -o libags_thread_a-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo $(DEPDIR)/libags_thread_a-ags_devout_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='libags_thread_a-ags_devout_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_tact.o: src/ags/audio/task/recall/ags_apply_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_tact.Tpo -c -o ags-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_tact.Tpo $(DEPDIR)/ags-ags_apply_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='ags-ags_apply_tact.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_tact.o `test -f 'src/ags/audio/task/recall/ags_apply_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_tact.c
 
-libags_thread_a-ags_devout_thread.obj: src/ags/thread/ags_devout_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_devout_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo -c -o libags_thread_a-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_devout_thread.Tpo $(DEPDIR)/libags_thread_a-ags_devout_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='libags_thread_a-ags_devout_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_tact.obj: src/ags/audio/task/recall/ags_apply_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_tact.Tpo -c -o ags-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_tact.Tpo $(DEPDIR)/ags-ags_apply_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_tact.c' object='ags-ags_apply_tact.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_tact.obj `if test -f 'src/ags/audio/task/recall/ags_apply_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_tact.c'; fi`
 
-libags_thread_a-ags_export_thread.o: src/ags/thread/ags_export_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_export_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo -c -o libags_thread_a-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo $(DEPDIR)/libags_thread_a-ags_export_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='libags_thread_a-ags_export_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_bpm.o: src/ags/audio/task/recall/ags_apply_bpm.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_bpm.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_bpm.Tpo -c -o ags-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_bpm.Tpo $(DEPDIR)/ags-ags_apply_bpm.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='ags-ags_apply_bpm.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_bpm.o `test -f 'src/ags/audio/task/recall/ags_apply_bpm.c' || echo '$(srcdir)/'`src/ags/audio/task/recall/ags_apply_bpm.c
 
-libags_thread_a-ags_export_thread.obj: src/ags/thread/ags_export_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_export_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo -c -o libags_thread_a-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_export_thread.Tpo $(DEPDIR)/libags_thread_a-ags_export_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='libags_thread_a-ags_export_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_bpm.obj: src/ags/audio/task/recall/ags_apply_bpm.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_bpm.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_bpm.Tpo -c -o ags-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_bpm.Tpo $(DEPDIR)/ags-ags_apply_bpm.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/recall/ags_apply_bpm.c' object='ags-ags_apply_bpm.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_bpm.obj `if test -f 'src/ags/audio/task/recall/ags_apply_bpm.c'; then $(CYGPATH_W) 'src/ags/audio/task/recall/ags_apply_bpm.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/recall/ags_apply_bpm.c'; fi`
 
-libags_thread_a-ags_gui_thread.o: src/ags/thread/ags_gui_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_gui_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo -c -o libags_thread_a-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo $(DEPDIR)/libags_thread_a-ags_gui_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='libags_thread_a-ags_gui_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_channel.o: src/ags/audio/task/ags_cancel_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_channel.Tpo -c -o ags-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_channel.Tpo $(DEPDIR)/ags-ags_cancel_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='ags-ags_cancel_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_channel.o `test -f 'src/ags/audio/task/ags_cancel_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_channel.c
 
-libags_thread_a-ags_gui_thread.obj: src/ags/thread/ags_gui_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_gui_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo -c -o libags_thread_a-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_gui_thread.Tpo $(DEPDIR)/libags_thread_a-ags_gui_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='libags_thread_a-ags_gui_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_channel.obj: src/ags/audio/task/ags_cancel_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_channel.Tpo -c -o ags-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_channel.Tpo $(DEPDIR)/ags-ags_cancel_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_channel.c' object='ags-ags_cancel_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_channel.obj `if test -f 'src/ags/audio/task/ags_cancel_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_channel.c'; fi`
 
-libags_thread_a-ags_iterator_thread.o: src/ags/thread/ags_iterator_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_iterator_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo -c -o libags_thread_a-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo $(DEPDIR)/libags_thread_a-ags_iterator_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='libags_thread_a-ags_iterator_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_start_devout.o: src/ags/audio/task/ags_start_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_start_devout.o -MD -MP -MF $(DEPDIR)/ags-ags_start_devout.Tpo -c -o ags-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_start_devout.Tpo $(DEPDIR)/ags-ags_start_devout.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='ags-ags_start_devout.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_start_devout.o `test -f 'src/ags/audio/task/ags_start_devout.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_start_devout.c
 
-libags_thread_a-ags_iterator_thread.obj: src/ags/thread/ags_iterator_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_iterator_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo -c -o libags_thread_a-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_iterator_thread.Tpo $(DEPDIR)/libags_thread_a-ags_iterator_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='libags_thread_a-ags_iterator_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_start_devout.obj: src/ags/audio/task/ags_start_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_start_devout.obj -MD -MP -MF $(DEPDIR)/ags-ags_start_devout.Tpo -c -o ags-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_start_devout.Tpo $(DEPDIR)/ags-ags_start_devout.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_start_devout.c' object='ags-ags_start_devout.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_start_devout.obj `if test -f 'src/ags/audio/task/ags_start_devout.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_start_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_start_devout.c'; fi`
 
-libags_thread_a-ags_record_thread.o: src/ags/thread/ags_record_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_record_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo -c -o libags_thread_a-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo $(DEPDIR)/libags_thread_a-ags_record_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='libags_thread_a-ags_record_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_audio_threaded.o: src/ags/audio/task/ags_append_audio_threaded.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio_threaded.o -MD -MP -MF $(DEPDIR)/ags-ags_append_audio_threaded.Tpo -c -o ags-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio_threaded.Tpo $(DEPDIR)/ags-ags_append_audio_threaded.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='ags-ags_append_audio_threaded.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio_threaded.o `test -f 'src/ags/audio/task/ags_append_audio_threaded.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio_threaded.c
 
-libags_thread_a-ags_record_thread.obj: src/ags/thread/ags_record_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_record_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo -c -o libags_thread_a-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_record_thread.Tpo $(DEPDIR)/libags_thread_a-ags_record_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='libags_thread_a-ags_record_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_audio_threaded.obj: src/ags/audio/task/ags_append_audio_threaded.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio_threaded.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_audio_threaded.Tpo -c -o ags-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio_threaded.Tpo $(DEPDIR)/ags-ags_append_audio_threaded.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio_threaded.c' object='ags-ags_append_audio_threaded.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio_threaded.obj `if test -f 'src/ags/audio/task/ags_append_audio_threaded.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio_threaded.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio_threaded.c'; fi`
 
-libags_thread_a-ags_recycling_thread_callbacks.o: src/ags/thread/ags_recycling_thread_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread_callbacks.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo -c -o libags_thread_a-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='libags_thread_a-ags_recycling_thread_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_audio.o: src/ags/audio/task/ags_append_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_append_audio.Tpo -c -o ags-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio.Tpo $(DEPDIR)/ags-ags_append_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='ags-ags_append_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio.o `test -f 'src/ags/audio/task/ags_append_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_append_audio.c
 
-libags_thread_a-ags_recycling_thread_callbacks.obj: src/ags/thread/ags_recycling_thread_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread_callbacks.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo -c -o libags_thread_a-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='libags_thread_a-ags_recycling_thread_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_append_audio.obj: src/ags/audio/task/ags_append_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_append_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_append_audio.Tpo -c -o ags-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_append_audio.Tpo $(DEPDIR)/ags-ags_append_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_append_audio.c' object='ags-ags_append_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_append_audio.obj `if test -f 'src/ags/audio/task/ags_append_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_append_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_append_audio.c'; fi`
 
-libags_thread_a-ags_recycling_thread.o: src/ags/thread/ags_recycling_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo -c -o libags_thread_a-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='libags_thread_a-ags_recycling_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_init_channel.o: src/ags/audio/task/ags_init_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_init_channel.Tpo -c -o ags-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_channel.Tpo $(DEPDIR)/ags-ags_init_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='ags-ags_init_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_channel.o `test -f 'src/ags/audio/task/ags_init_channel.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_init_channel.c
 
-libags_thread_a-ags_recycling_thread.obj: src/ags/thread/ags_recycling_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_recycling_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo -c -o libags_thread_a-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_recycling_thread.Tpo $(DEPDIR)/libags_thread_a-ags_recycling_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='libags_thread_a-ags_recycling_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_init_channel.obj: src/ags/audio/task/ags_init_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_init_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_init_channel.Tpo -c -o ags-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_init_channel.Tpo $(DEPDIR)/ags-ags_init_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_init_channel.c' object='ags-ags_init_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_init_channel.obj `if test -f 'src/ags/audio/task/ags_init_channel.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_init_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_init_channel.c'; fi`
 
-libags_thread_a-ags_returnable_thread.o: src/ags/thread/ags_returnable_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_returnable_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo -c -o libags_thread_a-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo $(DEPDIR)/libags_thread_a-ags_returnable_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='libags_thread_a-ags_returnable_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_toggle_led.o: src/ags/audio/task/ags_toggle_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_led.o -MD -MP -MF $(DEPDIR)/ags-ags_toggle_led.Tpo -c -o ags-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_led.Tpo $(DEPDIR)/ags-ags_toggle_led.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='ags-ags_toggle_led.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
 
-libags_thread_a-ags_returnable_thread.obj: src/ags/thread/ags_returnable_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_returnable_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo -c -o libags_thread_a-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_returnable_thread.Tpo $(DEPDIR)/libags_thread_a-ags_returnable_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='libags_thread_a-ags_returnable_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_toggle_led.obj: src/ags/audio/task/ags_toggle_led.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_led.obj -MD -MP -MF $(DEPDIR)/ags-ags_toggle_led.Tpo -c -o ags-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_led.Tpo $(DEPDIR)/ags-ags_toggle_led.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='ags-ags_toggle_led.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
 
-libags_thread_a-ags_single_thread.o: src/ags/thread/ags_single_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_single_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo -c -o libags_thread_a-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo $(DEPDIR)/libags_thread_a-ags_single_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='libags_thread_a-ags_single_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_buffer_size.o: src/ags/audio/task/ags_set_buffer_size.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_buffer_size.o -MD -MP -MF $(DEPDIR)/ags-ags_set_buffer_size.Tpo -c -o ags-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_buffer_size.Tpo $(DEPDIR)/ags-ags_set_buffer_size.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='ags-ags_set_buffer_size.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_buffer_size.o `test -f 'src/ags/audio/task/ags_set_buffer_size.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_buffer_size.c
 
-libags_thread_a-ags_single_thread.obj: src/ags/thread/ags_single_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_single_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo -c -o libags_thread_a-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_single_thread.Tpo $(DEPDIR)/libags_thread_a-ags_single_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='libags_thread_a-ags_single_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_buffer_size.obj: src/ags/audio/task/ags_set_buffer_size.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_buffer_size.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_buffer_size.Tpo -c -o ags-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_buffer_size.Tpo $(DEPDIR)/ags-ags_set_buffer_size.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_buffer_size.c' object='ags-ags_set_buffer_size.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_buffer_size.obj `if test -f 'src/ags/audio/task/ags_set_buffer_size.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_buffer_size.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_buffer_size.c'; fi`
 
-libags_thread_a-ags_task_thread.o: src/ags/thread/ags_task_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_task_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo -c -o libags_thread_a-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo $(DEPDIR)/libags_thread_a-ags_task_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='libags_thread_a-ags_task_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_free_selection.o: src/ags/audio/task/ags_free_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_free_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_free_selection.Tpo -c -o ags-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_free_selection.Tpo $(DEPDIR)/ags-ags_free_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='ags-ags_free_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
 
-libags_thread_a-ags_task_thread.obj: src/ags/thread/ags_task_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_task_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo -c -o libags_thread_a-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_task_thread.Tpo $(DEPDIR)/libags_thread_a-ags_task_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='libags_thread_a-ags_task_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_free_selection.obj: src/ags/audio/task/ags_free_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_free_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_free_selection.Tpo -c -o ags-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_free_selection.Tpo $(DEPDIR)/ags-ags_free_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='ags-ags_free_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
 
-libags_thread_a-ags_thread_pool.o: src/ags/thread/ags_thread_pool.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_pool.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo -c -o libags_thread_a-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo $(DEPDIR)/libags_thread_a-ags_thread_pool.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='libags_thread_a-ags_thread_pool.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_audio.o: src/ags/audio/task/ags_add_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_add_audio.Tpo -c -o ags-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio.Tpo $(DEPDIR)/ags-ags_add_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='ags-ags_add_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio.o `test -f 'src/ags/audio/task/ags_add_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_audio.c
 
-libags_thread_a-ags_thread_pool.obj: src/ags/thread/ags_thread_pool.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread_pool.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo -c -o libags_thread_a-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread_pool.Tpo $(DEPDIR)/libags_thread_a-ags_thread_pool.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='libags_thread_a-ags_thread_pool.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_audio.obj: src/ags/audio/task/ags_add_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_audio.Tpo -c -o ags-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_audio.Tpo $(DEPDIR)/ags-ags_add_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_audio.c' object='ags-ags_add_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_audio.obj `if test -f 'src/ags/audio/task/ags_add_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_audio.c'; fi`
 
-libags_thread_a-ags_thread-posix.o: src/ags/thread/ags_thread-posix.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread-posix.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo -c -o libags_thread_a-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo $(DEPDIR)/libags_thread_a-ags_thread-posix.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='libags_thread_a-ags_thread-posix.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_synth.o: src/ags/audio/task/ags_apply_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_synth.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_synth.Tpo -c -o ags-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_synth.Tpo $(DEPDIR)/ags-ags_apply_synth.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='ags-ags_apply_synth.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_synth.o `test -f 'src/ags/audio/task/ags_apply_synth.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_synth.c
 
-libags_thread_a-ags_thread-posix.obj: src/ags/thread/ags_thread-posix.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_thread-posix.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo -c -o libags_thread_a-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_thread-posix.Tpo $(DEPDIR)/libags_thread_a-ags_thread-posix.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='libags_thread_a-ags_thread-posix.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_synth.obj: src/ags/audio/task/ags_apply_synth.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_synth.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_synth.Tpo -c -o ags-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_synth.Tpo $(DEPDIR)/ags-ags_apply_synth.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_synth.c' object='ags-ags_apply_synth.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_synth.obj `if test -f 'src/ags/audio/task/ags_apply_synth.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_synth.c'; fi`
 
-libags_thread_a-ags_timestamp_thread.o: src/ags/thread/ags_timestamp_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_timestamp_thread.o -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo -c -o libags_thread_a-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='libags_thread_a-ags_timestamp_thread.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_audio.o: src/ags/audio/task/ags_remove_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio.Tpo -c -o ags-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio.Tpo $(DEPDIR)/ags-ags_remove_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='ags-ags_remove_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio.o `test -f 'src/ags/audio/task/ags_remove_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio.c
 
-libags_thread_a-ags_timestamp_thread.obj: src/ags/thread/ags_timestamp_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -MT libags_thread_a-ags_timestamp_thread.obj -MD -MP -MF $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo -c -o libags_thread_a-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Tpo $(DEPDIR)/libags_thread_a-ags_timestamp_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='libags_thread_a-ags_timestamp_thread.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_audio.obj: src/ags/audio/task/ags_remove_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio.Tpo -c -o ags-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio.Tpo $(DEPDIR)/ags-ags_remove_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio.c' object='ags-ags_remove_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libags_thread_a_CFLAGS) $(CFLAGS) -c -o libags_thread_a-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio.obj `if test -f 'src/ags/audio/task/ags_remove_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio.c'; fi`
 
-gsequencer-main.o: src/ags/main.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-main.o -MD -MP -MF $(DEPDIR)/gsequencer-main.Tpo -c -o gsequencer-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-main.Tpo $(DEPDIR)/gsequencer-main.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/main.c' object='gsequencer-main.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_recall.o: src/ags/audio/task/ags_cancel_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_cancel_recall.Tpo -c -o ags-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_recall.Tpo $(DEPDIR)/ags-ags_cancel_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='ags-ags_cancel_recall.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-main.o `test -f 'src/ags/main.c' || echo '$(srcdir)/'`src/ags/main.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_recall.o `test -f 'src/ags/audio/task/ags_cancel_recall.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_cancel_recall.c
 
-gsequencer-main.obj: src/ags/main.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-main.obj -MD -MP -MF $(DEPDIR)/gsequencer-main.Tpo -c -o gsequencer-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-main.Tpo $(DEPDIR)/gsequencer-main.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/main.c' object='gsequencer-main.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_cancel_recall.obj: src/ags/audio/task/ags_cancel_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_cancel_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_cancel_recall.Tpo -c -o ags-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_cancel_recall.Tpo $(DEPDIR)/ags-ags_cancel_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_cancel_recall.c' object='ags-ags_cancel_recall.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-main.obj `if test -f 'src/ags/main.c'; then $(CYGPATH_W) 'src/ags/main.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/main.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_cancel_recall.obj `if test -f 'src/ags/audio/task/ags_cancel_recall.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_cancel_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_cancel_recall.c'; fi`
 
-gsequencer-ags_server_init.o: src/ags/server/ags_server_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_init.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_init.Tpo -c -o gsequencer-ags_server_init.o `test -f 'src/ags/server/ags_server_init.c' || echo '$(srcdir)/'`src/ags/server/ags_server_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_init.Tpo $(DEPDIR)/gsequencer-ags_server_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server_init.c' object='gsequencer-ags_server_init.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_audio_signal.o: src/ags/audio/task/ags_remove_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio_signal.Tpo -c -o ags-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio_signal.Tpo $(DEPDIR)/ags-ags_remove_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='ags-ags_remove_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_init.o `test -f 'src/ags/server/ags_server_init.c' || echo '$(srcdir)/'`src/ags/server/ags_server_init.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio_signal.o `test -f 'src/ags/audio/task/ags_remove_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_audio_signal.c
 
-gsequencer-ags_server_init.obj: src/ags/server/ags_server_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_init.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_init.Tpo -c -o gsequencer-ags_server_init.obj `if test -f 'src/ags/server/ags_server_init.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_init.Tpo $(DEPDIR)/gsequencer-ags_server_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server_init.c' object='gsequencer-ags_server_init.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remove_audio_signal.obj: src/ags/audio/task/ags_remove_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remove_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_remove_audio_signal.Tpo -c -o ags-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remove_audio_signal.Tpo $(DEPDIR)/ags-ags_remove_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_audio_signal.c' object='ags-ags_remove_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_init.obj `if test -f 'src/ags/server/ags_server_init.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_init.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remove_audio_signal.obj `if test -f 'src/ags/audio/task/ags_remove_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_audio_signal.c'; fi`
 
-gsequencer-ags_server_application_context.o: src/ags/server/ags_server_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_application_context.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_application_context.Tpo -c -o gsequencer-ags_server_application_context.o `test -f 'src/ags/server/ags_server_application_context.c' || echo '$(srcdir)/'`src/ags/server/ags_server_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_application_context.Tpo $(DEPDIR)/gsequencer-ags_server_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server_application_context.c' object='gsequencer-ags_server_application_context.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_set_recycling.o: src/ags/audio/task/ags_audio_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_set_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_set_recycling.Tpo -c -o ags-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_set_recycling.Tpo $(DEPDIR)/ags-ags_audio_set_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='ags-ags_audio_set_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_application_context.o `test -f 'src/ags/server/ags_server_application_context.c' || echo '$(srcdir)/'`src/ags/server/ags_server_application_context.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_set_recycling.o `test -f 'src/ags/audio/task/ags_audio_set_recycling.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_audio_set_recycling.c
 
-gsequencer-ags_server_application_context.obj: src/ags/server/ags_server_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_application_context.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_application_context.Tpo -c -o gsequencer-ags_server_application_context.obj `if test -f 'src/ags/server/ags_server_application_context.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_application_context.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_application_context.Tpo $(DEPDIR)/gsequencer-ags_server_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server_application_context.c' object='gsequencer-ags_server_application_context.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_set_recycling.obj: src/ags/audio/task/ags_audio_set_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_set_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_set_recycling.Tpo -c -o ags-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_set_recycling.Tpo $(DEPDIR)/ags-ags_audio_set_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_audio_set_recycling.c' object='ags-ags_audio_set_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_application_context.obj `if test -f 'src/ags/server/ags_server_application_context.c'; then $(CYGPATH_W) 'src/ags/server/ags_server_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server_application_context.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_set_recycling.obj `if test -f 'src/ags/audio/task/ags_audio_set_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_audio_set_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_audio_set_recycling.c'; fi`
 
-gsequencer-ags_service_provider.o: src/ags/server/ags_service_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_service_provider.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_service_provider.Tpo -c -o gsequencer-ags_service_provider.o `test -f 'src/ags/server/ags_service_provider.c' || echo '$(srcdir)/'`src/ags/server/ags_service_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_service_provider.Tpo $(DEPDIR)/gsequencer-ags_service_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_service_provider.c' object='gsequencer-ags_service_provider.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_point_to_selection.o: src/ags/audio/task/ags_add_point_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_point_to_selection.o -MD -MP -MF $(DEPDIR)/ags-ags_add_point_to_selection.Tpo -c -o ags-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_point_to_selection.Tpo $(DEPDIR)/ags-ags_add_point_to_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='ags-ags_add_point_to_selection.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_service_provider.o `test -f 'src/ags/server/ags_service_provider.c' || echo '$(srcdir)/'`src/ags/server/ags_service_provider.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
 
-gsequencer-ags_service_provider.obj: src/ags/server/ags_service_provider.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_service_provider.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_service_provider.Tpo -c -o gsequencer-ags_service_provider.obj `if test -f 'src/ags/server/ags_service_provider.c'; then $(CYGPATH_W) 'src/ags/server/ags_service_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_service_provider.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_service_provider.Tpo $(DEPDIR)/gsequencer-ags_service_provider.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_service_provider.c' object='gsequencer-ags_service_provider.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_point_to_selection.obj: src/ags/audio/task/ags_add_point_to_selection.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_point_to_selection.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_point_to_selection.Tpo -c -o ags-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_point_to_selection.Tpo $(DEPDIR)/ags-ags_add_point_to_selection.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='ags-ags_add_point_to_selection.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_service_provider.obj `if test -f 'src/ags/server/ags_service_provider.c'; then $(CYGPATH_W) 'src/ags/server/ags_service_provider.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_service_provider.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
 
-gsequencer-ags_registry.o: src/ags/server/ags_registry.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_registry.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_registry.Tpo -c -o gsequencer-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_registry.Tpo $(DEPDIR)/gsequencer-ags_registry.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='gsequencer-ags_registry.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_scroll_on_play.o: src/ags/audio/task/ags_scroll_on_play.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_scroll_on_play.o -MD -MP -MF $(DEPDIR)/ags-ags_scroll_on_play.Tpo -c -o ags-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_scroll_on_play.Tpo $(DEPDIR)/ags-ags_scroll_on_play.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='ags-ags_scroll_on_play.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
 
-gsequencer-ags_registry.obj: src/ags/server/ags_registry.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_registry.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_registry.Tpo -c -o gsequencer-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_registry.Tpo $(DEPDIR)/gsequencer-ags_registry.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='gsequencer-ags_registry.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_scroll_on_play.obj: src/ags/audio/task/ags_scroll_on_play.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_scroll_on_play.obj -MD -MP -MF $(DEPDIR)/ags-ags_scroll_on_play.Tpo -c -o ags-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_scroll_on_play.Tpo $(DEPDIR)/ags-ags_scroll_on_play.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='ags-ags_scroll_on_play.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
 
-gsequencer-ags_remote_task.o: src/ags/server/ags_remote_task.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remote_task.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_remote_task.Tpo -c -o gsequencer-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remote_task.Tpo $(DEPDIR)/gsequencer-ags_remote_task.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='gsequencer-ags_remote_task.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_devout_play_flags.o: src/ags/audio/task/ags_set_devout_play_flags.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_devout_play_flags.o -MD -MP -MF $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo -c -o ags-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo $(DEPDIR)/ags-ags_set_devout_play_flags.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='ags-ags_set_devout_play_flags.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_devout_play_flags.o `test -f 'src/ags/audio/task/ags_set_devout_play_flags.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_set_devout_play_flags.c
 
-gsequencer-ags_remote_task.obj: src/ags/server/ags_remote_task.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remote_task.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_remote_task.Tpo -c -o gsequencer-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remote_task.Tpo $(DEPDIR)/gsequencer-ags_remote_task.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='gsequencer-ags_remote_task.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_set_devout_play_flags.obj: src/ags/audio/task/ags_set_devout_play_flags.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_set_devout_play_flags.obj -MD -MP -MF $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo -c -o ags-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_set_devout_play_flags.Tpo $(DEPDIR)/ags-ags_set_devout_play_flags.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_set_devout_play_flags.c' object='ags-ags_set_devout_play_flags.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_set_devout_play_flags.obj `if test -f 'src/ags/audio/task/ags_set_devout_play_flags.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_set_devout_play_flags.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_set_devout_play_flags.c'; fi`
 
-gsequencer-ags_server.o: src/ags/server/ags_server.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server.Tpo -c -o gsequencer-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server.Tpo $(DEPDIR)/gsequencer-ags_server.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server.c' object='gsequencer-ags_server.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_wavetable.o: src/ags/audio/task/ags_apply_wavetable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_wavetable.o -MD -MP -MF $(DEPDIR)/ags-ags_apply_wavetable.Tpo -c -o ags-ags_apply_wavetable.o `test -f 'src/ags/audio/task/ags_apply_wavetable.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_wavetable.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_wavetable.Tpo $(DEPDIR)/ags-ags_apply_wavetable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_wavetable.c' object='ags-ags_apply_wavetable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_wavetable.o `test -f 'src/ags/audio/task/ags_apply_wavetable.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_apply_wavetable.c
 
-gsequencer-ags_server.obj: src/ags/server/ags_server.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server.Tpo -c -o gsequencer-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server.Tpo $(DEPDIR)/gsequencer-ags_server.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server.c' object='gsequencer-ags_server.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_apply_wavetable.obj: src/ags/audio/task/ags_apply_wavetable.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_apply_wavetable.obj -MD -MP -MF $(DEPDIR)/ags-ags_apply_wavetable.Tpo -c -o ags-ags_apply_wavetable.obj `if test -f 'src/ags/audio/task/ags_apply_wavetable.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_wavetable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_wavetable.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_apply_wavetable.Tpo $(DEPDIR)/ags-ags_apply_wavetable.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_apply_wavetable.c' object='ags-ags_apply_wavetable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_apply_wavetable.obj `if test -f 'src/ags/audio/task/ags_apply_wavetable.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_apply_wavetable.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_apply_wavetable.c'; fi`
 
-gsequencer-ags_xorg_init.o: src/ags/X/ags_xorg_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_init.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_init.Tpo -c -o gsequencer-ags_xorg_init.o `test -f 'src/ags/X/ags_xorg_init.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_init.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_init.Tpo $(DEPDIR)/gsequencer-ags_xorg_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_xorg_init.c' object='gsequencer-ags_xorg_init.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_line_member.o: src/ags/audio/task/ags_add_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_line_member.o -MD -MP -MF $(DEPDIR)/ags-ags_add_line_member.Tpo -c -o ags-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_line_member.Tpo $(DEPDIR)/ags-ags_add_line_member.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='ags-ags_add_line_member.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_init.o `test -f 'src/ags/X/ags_xorg_init.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_init.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
 
-gsequencer-ags_xorg_init.obj: src/ags/X/ags_xorg_init.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_init.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_init.Tpo -c -o gsequencer-ags_xorg_init.obj `if test -f 'src/ags/X/ags_xorg_init.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_init.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_init.Tpo $(DEPDIR)/gsequencer-ags_xorg_init.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_xorg_init.c' object='gsequencer-ags_xorg_init.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_add_line_member.obj: src/ags/audio/task/ags_add_line_member.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_add_line_member.obj -MD -MP -MF $(DEPDIR)/ags-ags_add_line_member.Tpo -c -o ags-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_add_line_member.Tpo $(DEPDIR)/ags-ags_add_line_member.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='ags-ags_add_line_member.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_init.obj `if test -f 'src/ags/X/ags_xorg_init.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_init.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_init.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
 
-gsequencer-ags_xorg_application_context.o: src/ags/X/ags_xorg_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_application_context.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo -c -o gsequencer-ags_xorg_application_context.o `test -f 'src/ags/X/ags_xorg_application_context.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo $(DEPDIR)/gsequencer-ags_xorg_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_xorg_application_context.c' object='gsequencer-ags_xorg_application_context.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_toggle_pattern_bit.o: src/ags/audio/task/ags_toggle_pattern_bit.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_pattern_bit.o -MD -MP -MF $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo -c -o ags-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo $(DEPDIR)/ags-ags_toggle_pattern_bit.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='ags-ags_toggle_pattern_bit.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_application_context.o `test -f 'src/ags/X/ags_xorg_application_context.c' || echo '$(srcdir)/'`src/ags/X/ags_xorg_application_context.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
 
-gsequencer-ags_xorg_application_context.obj: src/ags/X/ags_xorg_application_context.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_xorg_application_context.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo -c -o gsequencer-ags_xorg_application_context.obj `if test -f 'src/ags/X/ags_xorg_application_context.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_application_context.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_xorg_application_context.Tpo $(DEPDIR)/gsequencer-ags_xorg_application_context.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_xorg_application_context.c' object='gsequencer-ags_xorg_application_context.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_toggle_pattern_bit.obj: src/ags/audio/task/ags_toggle_pattern_bit.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_toggle_pattern_bit.obj -MD -MP -MF $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo -c -o ags-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_toggle_pattern_bit.Tpo $(DEPDIR)/ags-ags_toggle_pattern_bit.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='ags-ags_toggle_pattern_bit.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_xorg_application_context.obj `if test -f 'src/ags/X/ags_xorg_application_context.c'; then $(CYGPATH_W) 'src/ags/X/ags_xorg_application_context.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_xorg_application_context.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
 
-gsequencer-ags_audio_preferences_callbacks.o: src/ags/X/ags_audio_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo -c -o gsequencer-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='gsequencer-ags_audio_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_open_file.o: src/ags/audio/task/ags_open_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_file.o -MD -MP -MF $(DEPDIR)/ags-ags_open_file.Tpo -c -o ags-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_file.Tpo $(DEPDIR)/ags-ags_open_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='ags-ags_open_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences_callbacks.o `test -f 'src/ags/X/ags_audio_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_file.o `test -f 'src/ags/audio/task/ags_open_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_file.c
 
-gsequencer-ags_audio_preferences_callbacks.obj: src/ags/X/ags_audio_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo -c -o gsequencer-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences_callbacks.c' object='gsequencer-ags_audio_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_open_file.obj: src/ags/audio/task/ags_open_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_open_file.Tpo -c -o ags-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_file.Tpo $(DEPDIR)/ags-ags_open_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_file.c' object='ags-ags_open_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences_callbacks.obj `if test -f 'src/ags/X/ags_audio_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_file.obj `if test -f 'src/ags/audio/task/ags_open_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_file.c'; fi`
 
-gsequencer-ags_audio_preferences.o: src/ags/X/ags_audio_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo -c -o gsequencer-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='gsequencer-ags_audio_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_open_single_file.o: src/ags/audio/task/ags_open_single_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_single_file.o -MD -MP -MF $(DEPDIR)/ags-ags_open_single_file.Tpo -c -o ags-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_single_file.Tpo $(DEPDIR)/ags-ags_open_single_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='ags-ags_open_single_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences.o `test -f 'src/ags/X/ags_audio_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_audio_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_single_file.o `test -f 'src/ags/audio/task/ags_open_single_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_open_single_file.c
 
-gsequencer-ags_audio_preferences.obj: src/ags/X/ags_audio_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_audio_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo -c -o gsequencer-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_audio_preferences.Tpo $(DEPDIR)/gsequencer-ags_audio_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_audio_preferences.c' object='gsequencer-ags_audio_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_open_single_file.obj: src/ags/audio/task/ags_open_single_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_open_single_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_open_single_file.Tpo -c -o ags-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_open_single_file.Tpo $(DEPDIR)/ags-ags_open_single_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_open_single_file.c' object='ags-ags_open_single_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_audio_preferences.obj `if test -f 'src/ags/X/ags_audio_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_audio_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_audio_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_open_single_file.obj `if test -f 'src/ags/audio/task/ags_open_single_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_open_single_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_open_single_file.c'; fi`
 
-gsequencer-ags_automation_editor_callbacks.o: src/ags/X/ags_automation_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo -c -o gsequencer-ags_automation_editor_callbacks.o `test -f 'src/ags/X/ags_automation_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_automation_editor_callbacks.c' object='gsequencer-ags_automation_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_change_tact.o: src/ags/audio/task/ags_change_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_tact.o -MD -MP -MF $(DEPDIR)/ags-ags_change_tact.Tpo -c -o ags-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_tact.Tpo $(DEPDIR)/ags-ags_change_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='ags-ags_change_tact.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor_callbacks.o `test -f 'src/ags/X/ags_automation_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
 
-gsequencer-ags_automation_editor_callbacks.obj: src/ags/X/ags_automation_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo -c -o gsequencer-ags_automation_editor_callbacks.obj `if test -f 'src/ags/X/ags_automation_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_automation_editor_callbacks.c' object='gsequencer-ags_automation_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_change_tact.obj: src/ags/audio/task/ags_change_tact.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_change_tact.obj -MD -MP -MF $(DEPDIR)/ags-ags_change_tact.Tpo -c -o ags-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_change_tact.Tpo $(DEPDIR)/ags-ags_change_tact.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='ags-ags_change_tact.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor_callbacks.obj `if test -f 'src/ags/X/ags_automation_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
 
-gsequencer-ags_automation_editor.o: src/ags/X/ags_automation_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor.Tpo -c -o gsequencer-ags_automation_editor.o `test -f 'src/ags/X/ags_automation_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor.Tpo $(DEPDIR)/gsequencer-ags_automation_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_automation_editor.c' object='gsequencer-ags_automation_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_resize_audio.o: src/ags/audio/task/ags_resize_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_resize_audio.Tpo -c -o ags-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_audio.Tpo $(DEPDIR)/ags-ags_resize_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='ags-ags_resize_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor.o `test -f 'src/ags/X/ags_automation_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_automation_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_audio.o `test -f 'src/ags/audio/task/ags_resize_audio.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_resize_audio.c
 
-gsequencer-ags_automation_editor.obj: src/ags/X/ags_automation_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_editor.Tpo -c -o gsequencer-ags_automation_editor.obj `if test -f 'src/ags/X/ags_automation_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_editor.Tpo $(DEPDIR)/gsequencer-ags_automation_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_automation_editor.c' object='gsequencer-ags_automation_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_resize_audio.obj: src/ags/audio/task/ags_resize_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_resize_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_resize_audio.Tpo -c -o ags-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_resize_audio.Tpo $(DEPDIR)/ags-ags_resize_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_resize_audio.c' object='ags-ags_resize_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_editor.obj `if test -f 'src/ags/X/ags_automation_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_automation_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_automation_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_resize_audio.obj `if test -f 'src/ags/audio/task/ags_resize_audio.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_resize_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_resize_audio.c'; fi`
 
-gsequencer-ags_editor_callbacks.o: src/ags/X/ags_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo -c -o gsequencer-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='gsequencer-ags_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_devout.o: src/ags/audio/ags_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout.o -MD -MP -MF $(DEPDIR)/ags-ags_devout.Tpo -c -o ags-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout.Tpo $(DEPDIR)/ags-ags_devout.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='ags-ags_devout.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor_callbacks.o `test -f 'src/ags/X/ags_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout.o `test -f 'src/ags/audio/ags_devout.c' || echo '$(srcdir)/'`src/ags/audio/ags_devout.c
 
-gsequencer-ags_editor_callbacks.obj: src/ags/X/ags_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo -c -o gsequencer-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor_callbacks.c' object='gsequencer-ags_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_devout.obj: src/ags/audio/ags_devout.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout.obj -MD -MP -MF $(DEPDIR)/ags-ags_devout.Tpo -c -o ags-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout.Tpo $(DEPDIR)/ags-ags_devout.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_devout.c' object='ags-ags_devout.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor_callbacks.obj `if test -f 'src/ags/X/ags_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout.obj `if test -f 'src/ags/audio/ags_devout.c'; then $(CYGPATH_W) 'src/ags/audio/ags_devout.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_devout.c'; fi`
 
-gsequencer-ags_editor.o: src/ags/X/ags_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor.Tpo -c -o gsequencer-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor.Tpo $(DEPDIR)/gsequencer-ags_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='gsequencer-ags_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_garbage_collector.o: src/ags/audio/ags_garbage_collector.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_garbage_collector.o -MD -MP -MF $(DEPDIR)/ags-ags_garbage_collector.Tpo -c -o ags-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_garbage_collector.Tpo $(DEPDIR)/ags-ags_garbage_collector.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='ags-ags_garbage_collector.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor.o `test -f 'src/ags/X/ags_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_garbage_collector.o `test -f 'src/ags/audio/ags_garbage_collector.c' || echo '$(srcdir)/'`src/ags/audio/ags_garbage_collector.c
 
-gsequencer-ags_editor.obj: src/ags/X/ags_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_editor.Tpo -c -o gsequencer-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_editor.Tpo $(DEPDIR)/gsequencer-ags_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_editor.c' object='gsequencer-ags_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_garbage_collector.obj: src/ags/audio/ags_garbage_collector.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_garbage_collector.obj -MD -MP -MF $(DEPDIR)/ags-ags_garbage_collector.Tpo -c -o ags-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_garbage_collector.Tpo $(DEPDIR)/ags-ags_garbage_collector.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_garbage_collector.c' object='ags-ags_garbage_collector.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_editor.obj `if test -f 'src/ags/X/ags_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_garbage_collector.obj `if test -f 'src/ags/audio/ags_garbage_collector.c'; then $(CYGPATH_W) 'src/ags/audio/ags_garbage_collector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_garbage_collector.c'; fi`
 
-gsequencer-ags_effect_bridge_callbacks.o: src/ags/X/ags_effect_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo -c -o gsequencer-ags_effect_bridge_callbacks.o `test -f 'src/ags/X/ags_effect_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bridge_callbacks.c' object='gsequencer-ags_effect_bridge_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_container.o: src/ags/audio/ags_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_container.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_container.Tpo -c -o ags-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_container.Tpo $(DEPDIR)/ags-ags_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='ags-ags_recall_container.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge_callbacks.o `test -f 'src/ags/X/ags_effect_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_container.o `test -f 'src/ags/audio/ags_recall_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_container.c
 
-gsequencer-ags_effect_bridge_callbacks.obj: src/ags/X/ags_effect_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo -c -o gsequencer-ags_effect_bridge_callbacks.obj `if test -f 'src/ags/X/ags_effect_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bridge_callbacks.c' object='gsequencer-ags_effect_bridge_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_container.obj: src/ags/audio/ags_recall_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_container.Tpo -c -o ags-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_container.Tpo $(DEPDIR)/ags-ags_recall_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_container.c' object='ags-ags_recall_container.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge_callbacks.obj `if test -f 'src/ags/X/ags_effect_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_container.obj `if test -f 'src/ags/audio/ags_recall_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_container.c'; fi`
 
-gsequencer-ags_effect_bridge.o: src/ags/X/ags_effect_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo -c -o gsequencer-ags_effect_bridge.o `test -f 'src/ags/X/ags_effect_bridge.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bridge.c' object='gsequencer-ags_effect_bridge.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp.o: src/ags/audio/ags_timestamp.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp.Tpo -c -o ags-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp.Tpo $(DEPDIR)/ags-ags_timestamp.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='ags-ags_timestamp.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge.o `test -f 'src/ags/X/ags_effect_bridge.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bridge.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp.o `test -f 'src/ags/audio/ags_timestamp.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp.c
 
-gsequencer-ags_effect_bridge.obj: src/ags/X/ags_effect_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo -c -o gsequencer-ags_effect_bridge.obj `if test -f 'src/ags/X/ags_effect_bridge.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bridge.Tpo $(DEPDIR)/gsequencer-ags_effect_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bridge.c' object='gsequencer-ags_effect_bridge.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp.obj: src/ags/audio/ags_timestamp.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp.Tpo -c -o ags-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp.Tpo $(DEPDIR)/ags-ags_timestamp.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp.c' object='ags-ags_timestamp.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bridge.obj `if test -f 'src/ags/X/ags_effect_bridge.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bridge.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp.obj `if test -f 'src/ags/audio/ags_timestamp.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp.c'; fi`
 
-gsequencer-ags_effect_bulk_callbacks.o: src/ags/X/ags_effect_bulk_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo -c -o gsequencer-ags_effect_bulk_callbacks.o `test -f 'src/ags/X/ags_effect_bulk_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bulk_callbacks.c' object='gsequencer-ags_effect_bulk_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel_run.o: src/ags/audio/ags_recall_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run.Tpo -c -o ags-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run.Tpo $(DEPDIR)/ags-ags_recall_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='ags-ags_recall_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk_callbacks.o `test -f 'src/ags/X/ags_effect_bulk_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run.o `test -f 'src/ags/audio/ags_recall_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run.c
 
-gsequencer-ags_effect_bulk_callbacks.obj: src/ags/X/ags_effect_bulk_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo -c -o gsequencer-ags_effect_bulk_callbacks.obj `if test -f 'src/ags/X/ags_effect_bulk_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bulk_callbacks.c' object='gsequencer-ags_effect_bulk_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel_run.obj: src/ags/audio/ags_recall_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run.Tpo -c -o ags-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run.Tpo $(DEPDIR)/ags-ags_recall_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run.c' object='ags-ags_recall_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk_callbacks.obj `if test -f 'src/ags/X/ags_effect_bulk_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run.obj `if test -f 'src/ags/audio/ags_recall_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run.c'; fi`
 
-gsequencer-ags_effect_bulk.o: src/ags/X/ags_effect_bulk.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo -c -o gsequencer-ags_effect_bulk.o `test -f 'src/ags/X/ags_effect_bulk.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bulk.c' object='gsequencer-ags_effect_bulk.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_port.o: src/ags/audio/ags_port.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_port.o -MD -MP -MF $(DEPDIR)/ags-ags_port.Tpo -c -o ags-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_port.Tpo $(DEPDIR)/ags-ags_port.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='ags-ags_port.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk.o `test -f 'src/ags/X/ags_effect_bulk.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_bulk.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_port.o `test -f 'src/ags/audio/ags_port.c' || echo '$(srcdir)/'`src/ags/audio/ags_port.c
 
-gsequencer-ags_effect_bulk.obj: src/ags/X/ags_effect_bulk.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_bulk.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo -c -o gsequencer-ags_effect_bulk.obj `if test -f 'src/ags/X/ags_effect_bulk.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_bulk.Tpo $(DEPDIR)/gsequencer-ags_effect_bulk.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_bulk.c' object='gsequencer-ags_effect_bulk.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_port.obj: src/ags/audio/ags_port.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_port.obj -MD -MP -MF $(DEPDIR)/ags-ags_port.Tpo -c -o ags-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_port.Tpo $(DEPDIR)/ags-ags_port.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_port.c' object='ags-ags_port.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_bulk.obj `if test -f 'src/ags/X/ags_effect_bulk.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_bulk.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_bulk.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_port.obj `if test -f 'src/ags/audio/ags_port.c'; then $(CYGPATH_W) 'src/ags/audio/ags_port.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_port.c'; fi`
 
-gsequencer-ags_bulk_member.o: src/ags/X/ags_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member.Tpo -c -o gsequencer-ags_bulk_member.o `test -f 'src/ags/X/ags_bulk_member.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_bulk_member.c' object='gsequencer-ags_bulk_member.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_notation.o: src/ags/audio/ags_notation.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notation.o -MD -MP -MF $(DEPDIR)/ags-ags_notation.Tpo -c -o ags-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notation.Tpo $(DEPDIR)/ags-ags_notation.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='ags-ags_notation.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member.o `test -f 'src/ags/X/ags_bulk_member.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notation.o `test -f 'src/ags/audio/ags_notation.c' || echo '$(srcdir)/'`src/ags/audio/ags_notation.c
 
-gsequencer-ags_bulk_member.obj: src/ags/X/ags_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member.Tpo -c -o gsequencer-ags_bulk_member.obj `if test -f 'src/ags/X/ags_bulk_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_bulk_member.c' object='gsequencer-ags_bulk_member.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_notation.obj: src/ags/audio/ags_notation.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_notation.obj -MD -MP -MF $(DEPDIR)/ags-ags_notation.Tpo -c -o ags-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_notation.Tpo $(DEPDIR)/ags-ags_notation.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_notation.c' object='ags-ags_notation.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member.obj `if test -f 'src/ags/X/ags_bulk_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_notation.obj `if test -f 'src/ags/audio/ags_notation.c'; then $(CYGPATH_W) 'src/ags/audio/ags_notation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_notation.c'; fi`
 
-gsequencer-ags_bulk_member_callbacks.o: src/ags/X/ags_bulk_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo -c -o gsequencer-ags_bulk_member_callbacks.o `test -f 'src/ags/X/ags_bulk_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_bulk_member_callbacks.c' object='gsequencer-ags_bulk_member_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling.o: src/ags/audio/ags_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling.Tpo -c -o ags-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling.Tpo $(DEPDIR)/ags-ags_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='ags-ags_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member_callbacks.o `test -f 'src/ags/X/ags_bulk_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_bulk_member_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling.o `test -f 'src/ags/audio/ags_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling.c
 
-gsequencer-ags_bulk_member_callbacks.obj: src/ags/X/ags_bulk_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_bulk_member_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo -c -o gsequencer-ags_bulk_member_callbacks.obj `if test -f 'src/ags/X/ags_bulk_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_bulk_member_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_bulk_member_callbacks.c' object='gsequencer-ags_bulk_member_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling.obj: src/ags/audio/ags_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling.Tpo -c -o ags-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling.Tpo $(DEPDIR)/ags-ags_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling.c' object='ags-ags_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_bulk_member_callbacks.obj `if test -f 'src/ags/X/ags_bulk_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_bulk_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_bulk_member_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling.obj `if test -f 'src/ags/audio/ags_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling.c'; fi`
 
-gsequencer-ags_effect_line_callbacks.o: src/ags/X/ags_effect_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo -c -o gsequencer-ags_effect_line_callbacks.o `test -f 'src/ags/X/ags_effect_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_line_callbacks.c' object='gsequencer-ags_effect_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_input.o: src/ags/audio/ags_input.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_input.o -MD -MP -MF $(DEPDIR)/ags-ags_input.Tpo -c -o ags-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_input.Tpo $(DEPDIR)/ags-ags_input.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='ags-ags_input.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line_callbacks.o `test -f 'src/ags/X/ags_effect_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_input.o `test -f 'src/ags/audio/ags_input.c' || echo '$(srcdir)/'`src/ags/audio/ags_input.c
 
-gsequencer-ags_effect_line_callbacks.obj: src/ags/X/ags_effect_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo -c -o gsequencer-ags_effect_line_callbacks.obj `if test -f 'src/ags/X/ags_effect_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_line_callbacks.c' object='gsequencer-ags_effect_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_input.obj: src/ags/audio/ags_input.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_input.obj -MD -MP -MF $(DEPDIR)/ags-ags_input.Tpo -c -o ags-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_input.Tpo $(DEPDIR)/ags-ags_input.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_input.c' object='ags-ags_input.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line_callbacks.obj `if test -f 'src/ags/X/ags_effect_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_input.obj `if test -f 'src/ags/audio/ags_input.c'; then $(CYGPATH_W) 'src/ags/audio/ags_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_input.c'; fi`
 
-gsequencer-ags_effect_line.o: src/ags/X/ags_effect_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line.Tpo -c -o gsequencer-ags_effect_line.o `test -f 'src/ags/X/ags_effect_line.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line.Tpo $(DEPDIR)/gsequencer-ags_effect_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_line.c' object='gsequencer-ags_effect_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_synths.o: src/ags/audio/ags_synths.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synths.o -MD -MP -MF $(DEPDIR)/ags-ags_synths.Tpo -c -o ags-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synths.Tpo $(DEPDIR)/ags-ags_synths.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='ags-ags_synths.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line.o `test -f 'src/ags/X/ags_effect_line.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synths.o `test -f 'src/ags/audio/ags_synths.c' || echo '$(srcdir)/'`src/ags/audio/ags_synths.c
 
-gsequencer-ags_effect_line.obj: src/ags/X/ags_effect_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_line.Tpo -c -o gsequencer-ags_effect_line.obj `if test -f 'src/ags/X/ags_effect_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_line.Tpo $(DEPDIR)/gsequencer-ags_effect_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_line.c' object='gsequencer-ags_effect_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_synths.obj: src/ags/audio/ags_synths.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_synths.obj -MD -MP -MF $(DEPDIR)/ags-ags_synths.Tpo -c -o ags-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_synths.Tpo $(DEPDIR)/ags-ags_synths.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_synths.c' object='ags-ags_synths.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_line.obj `if test -f 'src/ags/X/ags_effect_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_synths.obj `if test -f 'src/ags/audio/ags_synths.c'; then $(CYGPATH_W) 'src/ags/audio/ags_synths.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_synths.c'; fi`
 
-gsequencer-ags_effect_pad_callbacks.o: src/ags/X/ags_effect_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo -c -o gsequencer-ags_effect_pad_callbacks.o `test -f 'src/ags/X/ags_effect_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_pad_callbacks.c' object='gsequencer-ags_effect_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_note.o: src/ags/audio/ags_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note.o -MD -MP -MF $(DEPDIR)/ags-ags_note.Tpo -c -o ags-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note.Tpo $(DEPDIR)/ags-ags_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='ags-ags_note.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad_callbacks.o `test -f 'src/ags/X/ags_effect_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note.o `test -f 'src/ags/audio/ags_note.c' || echo '$(srcdir)/'`src/ags/audio/ags_note.c
 
-gsequencer-ags_effect_pad_callbacks.obj: src/ags/X/ags_effect_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo -c -o gsequencer-ags_effect_pad_callbacks.obj `if test -f 'src/ags/X/ags_effect_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_effect_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_pad_callbacks.c' object='gsequencer-ags_effect_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_note.obj: src/ags/audio/ags_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_note.Tpo -c -o ags-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_note.Tpo $(DEPDIR)/ags-ags_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_note.c' object='ags-ags_note.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad_callbacks.obj `if test -f 'src/ags/X/ags_effect_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_note.obj `if test -f 'src/ags/audio/ags_note.c'; then $(CYGPATH_W) 'src/ags/audio/ags_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_note.c'; fi`
 
-gsequencer-ags_effect_pad.o: src/ags/X/ags_effect_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad.Tpo -c -o gsequencer-ags_effect_pad.o `test -f 'src/ags/X/ags_effect_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad.Tpo $(DEPDIR)/gsequencer-ags_effect_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_pad.c' object='gsequencer-ags_effect_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp_factory.o: src/ags/audio/ags_timestamp_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_factory.Tpo -c -o ags-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_factory.Tpo $(DEPDIR)/ags-ags_timestamp_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='ags-ags_timestamp_factory.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad.o `test -f 'src/ags/X/ags_effect_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_effect_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_factory.o `test -f 'src/ags/audio/ags_timestamp_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_timestamp_factory.c
 
-gsequencer-ags_effect_pad.obj: src/ags/X/ags_effect_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_effect_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_effect_pad.Tpo -c -o gsequencer-ags_effect_pad.obj `if test -f 'src/ags/X/ags_effect_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_effect_pad.Tpo $(DEPDIR)/gsequencer-ags_effect_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_effect_pad.c' object='gsequencer-ags_effect_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp_factory.obj: src/ags/audio/ags_timestamp_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_factory.Tpo -c -o ags-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_factory.Tpo $(DEPDIR)/ags-ags_timestamp_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_timestamp_factory.c' object='ags-ags_timestamp_factory.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_effect_pad.obj `if test -f 'src/ags/X/ags_effect_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_effect_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_effect_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_factory.obj `if test -f 'src/ags/audio/ags_timestamp_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_timestamp_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_timestamp_factory.c'; fi`
 
-gsequencer-ags_export_window_callbacks.o: src/ags/X/ags_export_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo -c -o gsequencer-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_export_window_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='gsequencer-ags_export_window_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel.o: src/ags/audio/ags_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_channel.Tpo -c -o ags-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel.Tpo $(DEPDIR)/ags-ags_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='ags-ags_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window_callbacks.o `test -f 'src/ags/X/ags_export_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel.o `test -f 'src/ags/audio/ags_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel.c
 
-gsequencer-ags_export_window_callbacks.obj: src/ags/X/ags_export_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo -c -o gsequencer-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_export_window_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window_callbacks.c' object='gsequencer-ags_export_window_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel.obj: src/ags/audio/ags_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel.Tpo -c -o ags-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel.Tpo $(DEPDIR)/ags-ags_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel.c' object='ags-ags_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window_callbacks.obj `if test -f 'src/ags/X/ags_export_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel.obj `if test -f 'src/ags/audio/ags_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel.c'; fi`
 
-gsequencer-ags_export_window.o: src/ags/X/ags_export_window.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window.Tpo -c -o gsequencer-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window.Tpo $(DEPDIR)/gsequencer-ags_export_window.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='gsequencer-ags_export_window.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio.o: src/ags/audio/ags_recall_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio.Tpo -c -o ags-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio.Tpo $(DEPDIR)/ags-ags_recall_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='ags-ags_recall_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window.o `test -f 'src/ags/X/ags_export_window.c' || echo '$(srcdir)/'`src/ags/X/ags_export_window.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio.o `test -f 'src/ags/audio/ags_recall_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio.c
 
-gsequencer-ags_export_window.obj: src/ags/X/ags_export_window.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_export_window.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_export_window.Tpo -c -o gsequencer-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_export_window.Tpo $(DEPDIR)/gsequencer-ags_export_window.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_export_window.c' object='gsequencer-ags_export_window.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio.obj: src/ags/audio/ags_recall_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio.Tpo -c -o ags-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio.Tpo $(DEPDIR)/ags-ags_recall_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio.c' object='ags-ags_recall_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_export_window.obj `if test -f 'src/ags/X/ags_export_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_export_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_export_window.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio.obj `if test -f 'src/ags/audio/ags_recall_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio.c'; fi`
 
-gsequencer-ags_generic_preferences_callbacks.o: src/ags/X/ags_generic_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo -c -o gsequencer-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='gsequencer-ags_generic_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_signal.o: src/ags/audio/ags_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_signal.Tpo -c -o ags-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_signal.Tpo $(DEPDIR)/ags-ags_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='ags-ags_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences_callbacks.o `test -f 'src/ags/X/ags_generic_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_signal.o `test -f 'src/ags/audio/ags_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio_signal.c
 
-gsequencer-ags_generic_preferences_callbacks.obj: src/ags/X/ags_generic_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo -c -o gsequencer-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences_callbacks.c' object='gsequencer-ags_generic_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_signal.obj: src/ags/audio/ags_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_signal.Tpo -c -o ags-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_signal.Tpo $(DEPDIR)/ags-ags_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio_signal.c' object='ags-ags_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences_callbacks.obj `if test -f 'src/ags/X/ags_generic_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_signal.obj `if test -f 'src/ags/audio/ags_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio_signal.c'; fi`
 
-gsequencer-ags_generic_preferences.o: src/ags/X/ags_generic_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo -c -o gsequencer-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='gsequencer-ags_generic_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_libao.o: src/ags/audio/ags_libao.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_libao.o -MD -MP -MF $(DEPDIR)/ags-ags_libao.Tpo -c -o ags-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_libao.Tpo $(DEPDIR)/ags-ags_libao.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='ags-ags_libao.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences.o `test -f 'src/ags/X/ags_generic_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_generic_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_libao.o `test -f 'src/ags/audio/ags_libao.c' || echo '$(srcdir)/'`src/ags/audio/ags_libao.c
 
-gsequencer-ags_generic_preferences.obj: src/ags/X/ags_generic_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_generic_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo -c -o gsequencer-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_generic_preferences.Tpo $(DEPDIR)/gsequencer-ags_generic_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_generic_preferences.c' object='gsequencer-ags_generic_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_libao.obj: src/ags/audio/ags_libao.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_libao.obj -MD -MP -MF $(DEPDIR)/ags-ags_libao.Tpo -c -o ags-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_libao.Tpo $(DEPDIR)/ags-ags_libao.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_libao.c' object='ags-ags_libao.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_generic_preferences.obj `if test -f 'src/ags/X/ags_generic_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_generic_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_generic_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_libao.obj `if test -f 'src/ags/audio/ags_libao.c'; then $(CYGPATH_W) 'src/ags/audio/ags_libao.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_libao.c'; fi`
 
-gsequencer-ags_ladspa_browser_callbacks.o: src/ags/X/ags_ladspa_browser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo -c -o gsequencer-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='gsequencer-ags_ladspa_browser_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ipatch_sf2_reader.o: src/ags/audio/file/ags_ipatch_sf2_reader.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch_sf2_reader.o -MD -MP -MF $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo -c -o ags-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/ags-ags_ipatch_sf2_reader.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='ags-ags_ipatch_sf2_reader.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser_callbacks.o `test -f 'src/ags/X/ags_ladspa_browser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch_sf2_reader.o `test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch_sf2_reader.c
 
-gsequencer-ags_ladspa_browser_callbacks.obj: src/ags/X/ags_ladspa_browser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo -c -o gsequencer-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser_callbacks.c' object='gsequencer-ags_ladspa_browser_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ipatch_sf2_reader.obj: src/ags/audio/file/ags_ipatch_sf2_reader.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch_sf2_reader.obj -MD -MP -MF $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo -c -o ags-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch_sf2_reader.Tpo $(DEPDIR)/ags-ags_ipatch_sf2_reader.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch_sf2_reader.c' object='ags-ags_ipatch_sf2_reader.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser_callbacks.obj `if test -f 'src/ags/X/ags_ladspa_browser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch_sf2_reader.obj `if test -f 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch_sf2_reader.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch_sf2_reader.c'; fi`
 
-gsequencer-ags_ladspa_browser.o: src/ags/X/ags_ladspa_browser.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo -c -o gsequencer-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='gsequencer-ags_ladspa_browser.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ipatch.o: src/ags/audio/file/ags_ipatch.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch.o -MD -MP -MF $(DEPDIR)/ags-ags_ipatch.Tpo -c -o ags-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch.Tpo $(DEPDIR)/ags-ags_ipatch.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='ags-ags_ipatch.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser.o `test -f 'src/ags/X/ags_ladspa_browser.c' || echo '$(srcdir)/'`src/ags/X/ags_ladspa_browser.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch.o `test -f 'src/ags/audio/file/ags_ipatch.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_ipatch.c
 
-gsequencer-ags_ladspa_browser.obj: src/ags/X/ags_ladspa_browser.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_browser.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo -c -o gsequencer-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_browser.Tpo $(DEPDIR)/gsequencer-ags_ladspa_browser.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_ladspa_browser.c' object='gsequencer-ags_ladspa_browser.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ipatch.obj: src/ags/audio/file/ags_ipatch.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ipatch.obj -MD -MP -MF $(DEPDIR)/ags-ags_ipatch.Tpo -c -o ags-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ipatch.Tpo $(DEPDIR)/ags-ags_ipatch.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_ipatch.c' object='ags-ags_ipatch.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_browser.obj `if test -f 'src/ags/X/ags_ladspa_browser.c'; then $(CYGPATH_W) 'src/ags/X/ags_ladspa_browser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_ladspa_browser.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ipatch.obj `if test -f 'src/ags/audio/file/ags_ipatch.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_ipatch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_ipatch.c'; fi`
 
-gsequencer-ags_line_callbacks.o: src/ags/X/ags_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo -c -o gsequencer-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='gsequencer-ags_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_file.o: src/ags/audio/file/ags_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_file.Tpo -c -o ags-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file.Tpo $(DEPDIR)/ags-ags_audio_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='ags-ags_audio_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_callbacks.o `test -f 'src/ags/X/ags_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file.o `test -f 'src/ags/audio/file/ags_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file.c
 
-gsequencer-ags_line_callbacks.obj: src/ags/X/ags_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo -c -o gsequencer-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_callbacks.c' object='gsequencer-ags_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_file.obj: src/ags/audio/file/ags_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_file.Tpo -c -o ags-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file.Tpo $(DEPDIR)/ags-ags_audio_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file.c' object='ags-ags_audio_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_callbacks.obj `if test -f 'src/ags/X/ags_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file.obj `if test -f 'src/ags/audio/file/ags_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file.c'; fi`
 
-gsequencer-ags_line_editor_callbacks.o: src/ags/X/ags_line_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo -c -o gsequencer-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='gsequencer-ags_line_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_file_xml.o: src/ags/audio/file/ags_audio_file_xml.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file_xml.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_file_xml.Tpo -c -o ags-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file_xml.Tpo $(DEPDIR)/ags-ags_audio_file_xml.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='ags-ags_audio_file_xml.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor_callbacks.o `test -f 'src/ags/X/ags_line_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file_xml.o `test -f 'src/ags/audio/file/ags_audio_file_xml.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_audio_file_xml.c
 
-gsequencer-ags_line_editor_callbacks.obj: src/ags/X/ags_line_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo -c -o gsequencer-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor_callbacks.c' object='gsequencer-ags_line_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_file_xml.obj: src/ags/audio/file/ags_audio_file_xml.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_file_xml.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_file_xml.Tpo -c -o ags-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_file_xml.Tpo $(DEPDIR)/ags-ags_audio_file_xml.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_audio_file_xml.c' object='ags-ags_audio_file_xml.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_file_xml.obj `if test -f 'src/ags/audio/file/ags_audio_file_xml.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_audio_file_xml.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_audio_file_xml.c'; fi`
 
-gsequencer-ags_line_editor.o: src/ags/X/ags_line_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor.Tpo -c -o gsequencer-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor.Tpo $(DEPDIR)/gsequencer-ags_line_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='gsequencer-ags_line_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_sndfile.o: src/ags/audio/file/ags_sndfile.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sndfile.o -MD -MP -MF $(DEPDIR)/ags-ags_sndfile.Tpo -c -o ags-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sndfile.Tpo $(DEPDIR)/ags-ags_sndfile.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='ags-ags_sndfile.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor.o `test -f 'src/ags/X/ags_line_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sndfile.o `test -f 'src/ags/audio/file/ags_sndfile.c' || echo '$(srcdir)/'`src/ags/audio/file/ags_sndfile.c
 
-gsequencer-ags_line_editor.obj: src/ags/X/ags_line_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_editor.Tpo -c -o gsequencer-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_editor.Tpo $(DEPDIR)/gsequencer-ags_line_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_editor.c' object='gsequencer-ags_line_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_sndfile.obj: src/ags/audio/file/ags_sndfile.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_sndfile.obj -MD -MP -MF $(DEPDIR)/ags-ags_sndfile.Tpo -c -o ags-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_sndfile.Tpo $(DEPDIR)/ags-ags_sndfile.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/file/ags_sndfile.c' object='ags-ags_sndfile.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_editor.obj `if test -f 'src/ags/X/ags_line_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_sndfile.obj `if test -f 'src/ags/audio/file/ags_sndfile.c'; then $(CYGPATH_W) 'src/ags/audio/file/ags_sndfile.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/file/ags_sndfile.c'; fi`
 
-gsequencer-ags_line.o: src/ags/X/ags_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line.Tpo -c -o gsequencer-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line.Tpo $(DEPDIR)/gsequencer-ags_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line.c' object='gsequencer-ags_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio_run.o: src/ags/audio/ags_recall_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_run.Tpo -c -o ags-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_run.Tpo $(DEPDIR)/ags-ags_recall_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='ags-ags_recall_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line.o `test -f 'src/ags/X/ags_line.c' || echo '$(srcdir)/'`src/ags/X/ags_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_run.o `test -f 'src/ags/audio/ags_recall_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_run.c
 
-gsequencer-ags_line.obj: src/ags/X/ags_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line.Tpo -c -o gsequencer-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line.Tpo $(DEPDIR)/gsequencer-ags_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line.c' object='gsequencer-ags_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio_run.obj: src/ags/audio/ags_recall_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_run.Tpo -c -o ags-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_run.Tpo $(DEPDIR)/ags-ags_recall_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_run.c' object='ags-ags_recall_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line.obj `if test -f 'src/ags/X/ags_line.c'; then $(CYGPATH_W) 'src/ags/X/ags_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_run.obj `if test -f 'src/ags/audio/ags_recall_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_run.c'; fi`
 
-gsequencer-ags_line_member_callbacks.o: src/ags/X/ags_line_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo -c -o gsequencer-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='gsequencer-ags_line_member_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_container.o: src/ags/audio/ags_recycling_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_container.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_container.Tpo -c -o ags-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_container.Tpo $(DEPDIR)/ags-ags_recycling_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='ags-ags_recycling_container.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_callbacks.o `test -f 'src/ags/X/ags_line_member_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_container.o `test -f 'src/ags/audio/ags_recycling_container.c' || echo '$(srcdir)/'`src/ags/audio/ags_recycling_container.c
 
-gsequencer-ags_line_member_callbacks.obj: src/ags/X/ags_line_member_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo -c -o gsequencer-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_callbacks.c' object='gsequencer-ags_line_member_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_container.obj: src/ags/audio/ags_recycling_container.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_container.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_container.Tpo -c -o ags-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_container.Tpo $(DEPDIR)/ags-ags_recycling_container.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recycling_container.c' object='ags-ags_recycling_container.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_callbacks.obj `if test -f 'src/ags/X/ags_line_member_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_container.obj `if test -f 'src/ags/audio/ags_recycling_container.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recycling_container.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recycling_container.c'; fi`
 
-gsequencer-ags_line_member_editor_callbacks.o: src/ags/X/ags_line_member_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo -c -o gsequencer-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='gsequencer-ags_line_member_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_clone_channel.o: src/ags/audio/recall/ags_clone_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel.Tpo -c -o ags-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel.Tpo $(DEPDIR)/ags-ags_clone_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='ags-ags_clone_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor_callbacks.o `test -f 'src/ags/X/ags_line_member_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel.o `test -f 'src/ags/audio/recall/ags_clone_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel.c
 
-gsequencer-ags_line_member_editor_callbacks.obj: src/ags/X/ags_line_member_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo -c -o gsequencer-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor_callbacks.c' object='gsequencer-ags_line_member_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_clone_channel.obj: src/ags/audio/recall/ags_clone_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel.Tpo -c -o ags-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel.Tpo $(DEPDIR)/ags-ags_clone_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel.c' object='ags-ags_clone_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor_callbacks.obj `if test -f 'src/ags/X/ags_line_member_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel.obj `if test -f 'src/ags/audio/recall/ags_clone_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel.c'; fi`
 
-gsequencer-ags_line_member_editor.o: src/ags/X/ags_line_member_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo -c -o gsequencer-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='gsequencer-ags_line_member_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_channel.o: src/ags/audio/recall/ags_copy_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel.Tpo -c -o ags-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel.Tpo $(DEPDIR)/ags-ags_copy_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='ags-ags_copy_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor.o `test -f 'src/ags/X/ags_line_member_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel.o `test -f 'src/ags/audio/recall/ags_copy_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel.c
 
-gsequencer-ags_line_member_editor.obj: src/ags/X/ags_line_member_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo -c -o gsequencer-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member_editor.Tpo $(DEPDIR)/gsequencer-ags_line_member_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member_editor.c' object='gsequencer-ags_line_member_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_channel.obj: src/ags/audio/recall/ags_copy_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel.Tpo -c -o ags-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel.Tpo $(DEPDIR)/ags-ags_copy_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel.c' object='ags-ags_copy_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member_editor.obj `if test -f 'src/ags/X/ags_line_member_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel.c'; fi`
 
-gsequencer-ags_line_member.o: src/ags/X/ags_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member.Tpo -c -o gsequencer-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member.Tpo $(DEPDIR)/gsequencer-ags_line_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='gsequencer-ags_line_member.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_channel.o: src/ags/audio/recall/ags_copy_pattern_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo -c -o ags-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='ags-ags_copy_pattern_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member.o `test -f 'src/ags/X/ags_line_member.c' || echo '$(srcdir)/'`src/ags/X/ags_line_member.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel.c
 
-gsequencer-ags_line_member.obj: src/ags/X/ags_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_line_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_line_member.Tpo -c -o gsequencer-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_line_member.Tpo $(DEPDIR)/gsequencer-ags_line_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_line_member.c' object='gsequencer-ags_line_member.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_channel.obj: src/ags/audio/recall/ags_copy_pattern_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo -c -o ags-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel.c' object='ags-ags_copy_pattern_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_line_member.obj `if test -f 'src/ags/X/ags_line_member.c'; then $(CYGPATH_W) 'src/ags/X/ags_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_line_member.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel.c'; fi`
 
-gsequencer-ags_link_collection_editor_callbacks.o: src/ags/X/ags_link_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo -c -o gsequencer-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='gsequencer-ags_link_collection_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_recycling.o: src/ags/audio/recall/ags_copy_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_recycling.Tpo -c -o ags-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_recycling.Tpo $(DEPDIR)/ags-ags_copy_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='ags-ags_copy_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor_callbacks.o `test -f 'src/ags/X/ags_link_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_recycling.o `test -f 'src/ags/audio/recall/ags_copy_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_recycling.c
 
-gsequencer-ags_link_collection_editor_callbacks.obj: src/ags/X/ags_link_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo -c -o gsequencer-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor_callbacks.c' object='gsequencer-ags_link_collection_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_recycling.obj: src/ags/audio/recall/ags_copy_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_recycling.Tpo -c -o ags-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_recycling.Tpo $(DEPDIR)/ags-ags_copy_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_recycling.c' object='ags-ags_copy_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_recycling.obj `if test -f 'src/ags/audio/recall/ags_copy_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_recycling.c'; fi`
 
-gsequencer-ags_link_collection_editor.o: src/ags/X/ags_link_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo -c -o gsequencer-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='gsequencer-ags_link_collection_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_notation_audio_run.o: src/ags/audio/recall/ags_play_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo -c -o ags-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo $(DEPDIR)/ags-ags_play_notation_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='ags-ags_play_notation_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor.o `test -f 'src/ags/X/ags_link_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_collection_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio_run.c
 
-gsequencer-ags_link_collection_editor.obj: src/ags/X/ags_link_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_collection_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo -c -o gsequencer-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_link_collection_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_collection_editor.c' object='gsequencer-ags_link_collection_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_notation_audio_run.obj: src/ags/audio/recall/ags_play_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo -c -o ags-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio_run.Tpo $(DEPDIR)/ags-ags_play_notation_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio_run.c' object='ags-ags_play_notation_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_collection_editor.obj `if test -f 'src/ags/X/ags_link_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_collection_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio_run.c'; fi`
 
-gsequencer-ags_link_editor_callbacks.o: src/ags/X/ags_link_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo -c -o gsequencer-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='gsequencer-ags_link_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_audio_signal.o: src/ags/audio/recall/ags_buffer_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo -c -o ags-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo $(DEPDIR)/ags-ags_buffer_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='ags-ags_buffer_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor_callbacks.o `test -f 'src/ags/X/ags_link_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_audio_signal.o `test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_audio_signal.c
 
-gsequencer-ags_link_editor_callbacks.obj: src/ags/X/ags_link_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo -c -o gsequencer-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_link_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor_callbacks.c' object='gsequencer-ags_link_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_audio_signal.obj: src/ags/audio/recall/ags_buffer_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo -c -o ags-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_audio_signal.Tpo $(DEPDIR)/ags-ags_buffer_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_audio_signal.c' object='ags-ags_buffer_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor_callbacks.obj `if test -f 'src/ags/X/ags_link_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_buffer_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_audio_signal.c'; fi`
 
-gsequencer-ags_link_editor.o: src/ags/X/ags_link_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor.Tpo -c -o gsequencer-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor.Tpo $(DEPDIR)/gsequencer-ags_link_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='gsequencer-ags_link_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel_run.o: src/ags/audio/recall/ags_play_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run.Tpo -c -o ags-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run.Tpo $(DEPDIR)/ags-ags_play_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='ags-ags_play_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor.o `test -f 'src/ags/X/ags_link_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_link_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run.o `test -f 'src/ags/audio/recall/ags_play_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run.c
 
-gsequencer-ags_link_editor.obj: src/ags/X/ags_link_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_link_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_link_editor.Tpo -c -o gsequencer-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_link_editor.Tpo $(DEPDIR)/gsequencer-ags_link_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_link_editor.c' object='gsequencer-ags_link_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel_run.obj: src/ags/audio/recall/ags_play_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run.Tpo -c -o ags-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run.Tpo $(DEPDIR)/ags-ags_play_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run.c' object='ags-ags_play_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_link_editor.obj `if test -f 'src/ags/X/ags_link_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_link_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_link_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run.c'; fi`
 
-gsequencer-ags_listing_editor_callbacks.o: src/ags/X/ags_listing_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo -c -o gsequencer-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='gsequencer-ags_listing_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_channel_run.o: src/ags/audio/recall/ags_stream_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel_run.Tpo -c -o ags-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel_run.Tpo $(DEPDIR)/ags-ags_stream_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='ags-ags_stream_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor_callbacks.o `test -f 'src/ags/X/ags_listing_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel_run.o `test -f 'src/ags/audio/recall/ags_stream_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel_run.c
 
-gsequencer-ags_listing_editor_callbacks.obj: src/ags/X/ags_listing_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo -c -o gsequencer-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_listing_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor_callbacks.c' object='gsequencer-ags_listing_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_channel_run.obj: src/ags/audio/recall/ags_stream_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel_run.Tpo -c -o ags-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel_run.Tpo $(DEPDIR)/ags-ags_stream_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel_run.c' object='ags-ags_stream_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor_callbacks.obj `if test -f 'src/ags/X/ags_listing_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel_run.obj `if test -f 'src/ags/audio/recall/ags_stream_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel_run.c'; fi`
 
-gsequencer-ags_listing_editor.o: src/ags/X/ags_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor.Tpo -c -o gsequencer-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_listing_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='gsequencer-ags_listing_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_notation_audio_run.o: src/ags/audio/recall/ags_copy_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo -c -o ags-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo $(DEPDIR)/ags-ags_copy_notation_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='ags-ags_copy_notation_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor.o `test -f 'src/ags/X/ags_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_listing_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio_run.c
 
-gsequencer-ags_listing_editor.obj: src/ags/X/ags_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_listing_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_listing_editor.Tpo -c -o gsequencer-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_listing_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_listing_editor.c' object='gsequencer-ags_listing_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_notation_audio_run.obj: src/ags/audio/recall/ags_copy_notation_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo -c -o ags-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio_run.Tpo $(DEPDIR)/ags-ags_copy_notation_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio_run.c' object='ags-ags_copy_notation_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_listing_editor.obj `if test -f 'src/ags/X/ags_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_listing_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio_run.c'; fi`
 
-gsequencer-ags_machine_callbacks.o: src/ags/X/ags_machine_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo -c -o gsequencer-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='gsequencer-ags_machine_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_channel.o: src/ags/audio/recall/ags_mute_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel.Tpo -c -o ags-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel.Tpo $(DEPDIR)/ags-ags_mute_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='ags-ags_mute_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_callbacks.o `test -f 'src/ags/X/ags_machine_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel.o `test -f 'src/ags/audio/recall/ags_mute_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel.c
 
-gsequencer-ags_machine_callbacks.obj: src/ags/X/ags_machine_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo -c -o gsequencer-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_callbacks.c' object='gsequencer-ags_machine_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_channel.obj: src/ags/audio/recall/ags_mute_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel.Tpo -c -o ags-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel.Tpo $(DEPDIR)/ags-ags_mute_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel.c' object='ags-ags_mute_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_callbacks.obj `if test -f 'src/ags/X/ags_machine_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel.obj `if test -f 'src/ags/audio/recall/ags_mute_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel.c'; fi`
 
-gsequencer-ags_machine_editor_callbacks.o: src/ags/X/ags_machine_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo -c -o gsequencer-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='gsequencer-ags_machine_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_audio.o: src/ags/audio/recall/ags_copy_pattern_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo -c -o ags-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='ags-ags_copy_pattern_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor_callbacks.o `test -f 'src/ags/X/ags_machine_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio.c
 
-gsequencer-ags_machine_editor_callbacks.obj: src/ags/X/ags_machine_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo -c -o gsequencer-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor_callbacks.c' object='gsequencer-ags_machine_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_audio.obj: src/ags/audio/recall/ags_copy_pattern_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo -c -o ags-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio.c' object='ags-ags_copy_pattern_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor_callbacks.obj `if test -f 'src/ags/X/ags_machine_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio.c'; fi`
 
-gsequencer-ags_machine_editor.o: src/ags/X/ags_machine_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor.Tpo -c -o gsequencer-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor.Tpo $(DEPDIR)/gsequencer-ags_machine_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='gsequencer-ags_machine_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_audio_run.o: src/ags/audio/recall/ags_copy_pattern_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo -c -o ags-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='ags-ags_copy_pattern_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor.o `test -f 'src/ags/X/ags_machine_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_machine_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_audio_run.c
 
-gsequencer-ags_machine_editor.obj: src/ags/X/ags_machine_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_editor.Tpo -c -o gsequencer-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_editor.Tpo $(DEPDIR)/gsequencer-ags_machine_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine_editor.c' object='gsequencer-ags_machine_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_audio_run.obj: src/ags/audio/recall/ags_copy_pattern_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo -c -o ags-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_audio_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_audio_run.c' object='ags-ags_copy_pattern_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_editor.obj `if test -f 'src/ags/X/ags_machine_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_audio_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_audio_run.c'; fi`
 
-gsequencer-ags_machine.o: src/ags/X/ags_machine.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine.Tpo -c -o gsequencer-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine.Tpo $(DEPDIR)/gsequencer-ags_machine.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='gsequencer-ags_machine.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream.o: src/ags/audio/recall/ags_stream.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream.o -MD -MP -MF $(DEPDIR)/ags-ags_stream.Tpo -c -o ags-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream.Tpo $(DEPDIR)/ags-ags_stream.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='ags-ags_stream.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine.o `test -f 'src/ags/X/ags_machine.c' || echo '$(srcdir)/'`src/ags/X/ags_machine.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream.o `test -f 'src/ags/audio/recall/ags_stream.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream.c
 
-gsequencer-ags_machine.obj: src/ags/X/ags_machine.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine.Tpo -c -o gsequencer-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine.Tpo $(DEPDIR)/gsequencer-ags_machine.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_machine.c' object='gsequencer-ags_machine.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream.obj: src/ags/audio/recall/ags_stream.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream.Tpo -c -o ags-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream.Tpo $(DEPDIR)/ags-ags_stream.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream.c' object='ags-ags_stream.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine.obj `if test -f 'src/ags/X/ags_machine.c'; then $(CYGPATH_W) 'src/ags/X/ags_machine.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_machine.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream.obj `if test -f 'src/ags/audio/recall/ags_stream.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream.c'; fi`
 
-gsequencer-ags_menu_bar_callbacks.o: src/ags/X/ags_menu_bar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo -c -o gsequencer-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='gsequencer-ags_menu_bar_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_loop_channel_run.o: src/ags/audio/recall/ags_loop_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel_run.Tpo -c -o ags-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel_run.Tpo $(DEPDIR)/ags-ags_loop_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='ags-ags_loop_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar_callbacks.o `test -f 'src/ags/X/ags_menu_bar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel_run.o `test -f 'src/ags/audio/recall/ags_loop_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel_run.c
 
-gsequencer-ags_menu_bar_callbacks.obj: src/ags/X/ags_menu_bar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo -c -o gsequencer-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_menu_bar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar_callbacks.c' object='gsequencer-ags_menu_bar_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_loop_channel_run.obj: src/ags/audio/recall/ags_loop_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel_run.Tpo -c -o ags-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel_run.Tpo $(DEPDIR)/ags-ags_loop_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel_run.c' object='ags-ags_loop_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar_callbacks.obj `if test -f 'src/ags/X/ags_menu_bar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel_run.obj `if test -f 'src/ags/audio/recall/ags_loop_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel_run.c'; fi`
 
-gsequencer-ags_menu_bar.o: src/ags/X/ags_menu_bar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar.Tpo -c -o gsequencer-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar.Tpo $(DEPDIR)/gsequencer-ags_menu_bar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='gsequencer-ags_menu_bar.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_pattern.o: src/ags/audio/recall/ags_play_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_pattern.o -MD -MP -MF $(DEPDIR)/ags-ags_play_pattern.Tpo -c -o ags-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_pattern.Tpo $(DEPDIR)/ags-ags_play_pattern.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='ags-ags_play_pattern.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar.o `test -f 'src/ags/X/ags_menu_bar.c' || echo '$(srcdir)/'`src/ags/X/ags_menu_bar.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_pattern.o `test -f 'src/ags/audio/recall/ags_play_pattern.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_pattern.c
 
-gsequencer-ags_menu_bar.obj: src/ags/X/ags_menu_bar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_menu_bar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_menu_bar.Tpo -c -o gsequencer-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_menu_bar.Tpo $(DEPDIR)/gsequencer-ags_menu_bar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_menu_bar.c' object='gsequencer-ags_menu_bar.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_pattern.obj: src/ags/audio/recall/ags_play_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_pattern.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_pattern.Tpo -c -o ags-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_pattern.Tpo $(DEPDIR)/ags-ags_play_pattern.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_pattern.c' object='ags-ags_play_pattern.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_menu_bar.obj `if test -f 'src/ags/X/ags_menu_bar.c'; then $(CYGPATH_W) 'src/ags/X/ags_menu_bar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_menu_bar.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_pattern.obj `if test -f 'src/ags/audio/recall/ags_play_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_pattern.c'; fi`
 
-gsequencer-ags_navigation_callbacks.o: src/ags/X/ags_navigation_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo -c -o gsequencer-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo $(DEPDIR)/gsequencer-ags_navigation_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='gsequencer-ags_navigation_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_echo.o: src/ags/audio/recall/ags_echo.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_echo.o -MD -MP -MF $(DEPDIR)/ags-ags_echo.Tpo -c -o ags-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_echo.Tpo $(DEPDIR)/ags-ags_echo.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='ags-ags_echo.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation_callbacks.o `test -f 'src/ags/X/ags_navigation_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_echo.o `test -f 'src/ags/audio/recall/ags_echo.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_echo.c
 
-gsequencer-ags_navigation_callbacks.obj: src/ags/X/ags_navigation_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo -c -o gsequencer-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation_callbacks.Tpo $(DEPDIR)/gsequencer-ags_navigation_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation_callbacks.c' object='gsequencer-ags_navigation_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_echo.obj: src/ags/audio/recall/ags_echo.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_echo.obj -MD -MP -MF $(DEPDIR)/ags-ags_echo.Tpo -c -o ags-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_echo.Tpo $(DEPDIR)/ags-ags_echo.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_echo.c' object='ags-ags_echo.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation_callbacks.obj `if test -f 'src/ags/X/ags_navigation_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_echo.obj `if test -f 'src/ags/audio/recall/ags_echo.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_echo.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_echo.c'; fi`
 
-gsequencer-ags_navigation.o: src/ags/X/ags_navigation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation.Tpo -c -o gsequencer-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation.Tpo $(DEPDIR)/gsequencer-ags_navigation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='gsequencer-ags_navigation.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_note.o: src/ags/audio/recall/ags_play_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_note.o -MD -MP -MF $(DEPDIR)/ags-ags_play_note.Tpo -c -o ags-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_note.Tpo $(DEPDIR)/ags-ags_play_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='ags-ags_play_note.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation.o `test -f 'src/ags/X/ags_navigation.c' || echo '$(srcdir)/'`src/ags/X/ags_navigation.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_note.o `test -f 'src/ags/audio/recall/ags_play_note.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_note.c
 
-gsequencer-ags_navigation.obj: src/ags/X/ags_navigation.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_navigation.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_navigation.Tpo -c -o gsequencer-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_navigation.Tpo $(DEPDIR)/gsequencer-ags_navigation.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_navigation.c' object='gsequencer-ags_navigation.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_note.obj: src/ags/audio/recall/ags_play_note.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_note.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_note.Tpo -c -o ags-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_note.Tpo $(DEPDIR)/ags-ags_play_note.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_note.c' object='ags-ags_play_note.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_navigation.obj `if test -f 'src/ags/X/ags_navigation.c'; then $(CYGPATH_W) 'src/ags/X/ags_navigation.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_navigation.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_note.obj `if test -f 'src/ags/audio/recall/ags_play_note.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_note.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_note.c'; fi`
 
-gsequencer-ags_pad_callbacks.o: src/ags/X/ags_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo -c -o gsequencer-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='gsequencer-ags_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_channel.o: src/ags/audio/recall/ags_buffer_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel.Tpo -c -o ags-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel.Tpo $(DEPDIR)/ags-ags_buffer_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='ags-ags_buffer_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_callbacks.o `test -f 'src/ags/X/ags_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel.o `test -f 'src/ags/audio/recall/ags_buffer_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel.c
 
-gsequencer-ags_pad_callbacks.obj: src/ags/X/ags_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo -c -o gsequencer-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_callbacks.c' object='gsequencer-ags_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_channel.obj: src/ags/audio/recall/ags_buffer_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel.Tpo -c -o ags-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel.Tpo $(DEPDIR)/ags-ags_buffer_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel.c' object='ags-ags_buffer_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_callbacks.obj `if test -f 'src/ags/X/ags_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel.c'; fi`
 
-gsequencer-ags_pad_editor_callbacks.o: src/ags/X/ags_pad_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo -c -o gsequencer-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='gsequencer-ags_pad_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_clone_channel_run.o: src/ags/audio/recall/ags_clone_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel_run.Tpo -c -o ags-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel_run.Tpo $(DEPDIR)/ags-ags_clone_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='ags-ags_clone_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor_callbacks.o `test -f 'src/ags/X/ags_pad_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel_run.o `test -f 'src/ags/audio/recall/ags_clone_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_clone_channel_run.c
 
-gsequencer-ags_pad_editor_callbacks.obj: src/ags/X/ags_pad_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo -c -o gsequencer-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pad_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor_callbacks.c' object='gsequencer-ags_pad_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_clone_channel_run.obj: src/ags/audio/recall/ags_clone_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_clone_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_clone_channel_run.Tpo -c -o ags-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_clone_channel_run.Tpo $(DEPDIR)/ags-ags_clone_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_clone_channel_run.c' object='ags-ags_clone_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor_callbacks.obj `if test -f 'src/ags/X/ags_pad_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_clone_channel_run.obj `if test -f 'src/ags/audio/recall/ags_clone_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_clone_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_clone_channel_run.c'; fi`
 
-gsequencer-ags_pad_editor.o: src/ags/X/ags_pad_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor.Tpo -c -o gsequencer-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor.Tpo $(DEPDIR)/gsequencer-ags_pad_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='gsequencer-ags_pad_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_amplifier.o: src/ags/audio/recall/ags_amplifier.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_amplifier.o -MD -MP -MF $(DEPDIR)/ags-ags_amplifier.Tpo -c -o ags-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_amplifier.Tpo $(DEPDIR)/ags-ags_amplifier.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='ags-ags_amplifier.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor.o `test -f 'src/ags/X/ags_pad_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_pad_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_amplifier.o `test -f 'src/ags/audio/recall/ags_amplifier.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_amplifier.c
 
-gsequencer-ags_pad_editor.obj: src/ags/X/ags_pad_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad_editor.Tpo -c -o gsequencer-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad_editor.Tpo $(DEPDIR)/gsequencer-ags_pad_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad_editor.c' object='gsequencer-ags_pad_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_amplifier.obj: src/ags/audio/recall/ags_amplifier.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_amplifier.obj -MD -MP -MF $(DEPDIR)/ags-ags_amplifier.Tpo -c -o ags-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_amplifier.Tpo $(DEPDIR)/ags-ags_amplifier.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_amplifier.c' object='ags-ags_amplifier.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad_editor.obj `if test -f 'src/ags/X/ags_pad_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_amplifier.obj `if test -f 'src/ags/audio/recall/ags_amplifier.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_amplifier.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_amplifier.c'; fi`
 
-gsequencer-ags_pad.o: src/ags/X/ags_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad.Tpo -c -o gsequencer-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad.Tpo $(DEPDIR)/gsequencer-ags_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='gsequencer-ags_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_notation_audio.o: src/ags/audio/recall/ags_copy_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio.Tpo -c -o ags-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio.Tpo $(DEPDIR)/ags-ags_copy_notation_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='ags-ags_copy_notation_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad.o `test -f 'src/ags/X/ags_pad.c' || echo '$(srcdir)/'`src/ags/X/ags_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio.o `test -f 'src/ags/audio/recall/ags_copy_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_notation_audio.c
 
-gsequencer-ags_pad.obj: src/ags/X/ags_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pad.Tpo -c -o gsequencer-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pad.Tpo $(DEPDIR)/gsequencer-ags_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_pad.c' object='gsequencer-ags_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_notation_audio.obj: src/ags/audio/recall/ags_copy_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_notation_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_notation_audio.Tpo -c -o ags-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_notation_audio.Tpo $(DEPDIR)/ags-ags_copy_notation_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_notation_audio.c' object='ags-ags_copy_notation_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pad.obj `if test -f 'src/ags/X/ags_pad.c'; then $(CYGPATH_W) 'src/ags/X/ags_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_copy_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_notation_audio.c'; fi`
 
-gsequencer-ags_performance_preferences_callbacks.o: src/ags/X/ags_performance_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo -c -o gsequencer-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='gsequencer-ags_performance_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_channel.o: src/ags/audio/recall/ags_stream_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel.Tpo -c -o ags-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel.Tpo $(DEPDIR)/ags-ags_stream_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='ags-ags_stream_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences_callbacks.o `test -f 'src/ags/X/ags_performance_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel.o `test -f 'src/ags/audio/recall/ags_stream_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_channel.c
 
-gsequencer-ags_performance_preferences_callbacks.obj: src/ags/X/ags_performance_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo -c -o gsequencer-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences_callbacks.c' object='gsequencer-ags_performance_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_channel.obj: src/ags/audio/recall/ags_stream_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_channel.Tpo -c -o ags-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_channel.Tpo $(DEPDIR)/ags-ags_stream_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_channel.c' object='ags-ags_stream_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences_callbacks.obj `if test -f 'src/ags/X/ags_performance_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_channel.obj `if test -f 'src/ags/audio/recall/ags_stream_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_channel.c'; fi`
 
-gsequencer-ags_performance_preferences.o: src/ags/X/ags_performance_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo -c -o gsequencer-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='gsequencer-ags_performance_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_recycling.o: src/ags/audio/recall/ags_mute_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_recycling.Tpo -c -o ags-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_recycling.Tpo $(DEPDIR)/ags-ags_mute_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='ags-ags_mute_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences.o `test -f 'src/ags/X/ags_performance_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_performance_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_recycling.o `test -f 'src/ags/audio/recall/ags_mute_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_recycling.c
 
-gsequencer-ags_performance_preferences.obj: src/ags/X/ags_performance_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_performance_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo -c -o gsequencer-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_performance_preferences.Tpo $(DEPDIR)/gsequencer-ags_performance_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_performance_preferences.c' object='gsequencer-ags_performance_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_recycling.obj: src/ags/audio/recall/ags_mute_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_recycling.Tpo -c -o ags-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_recycling.Tpo $(DEPDIR)/ags-ags_mute_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_recycling.c' object='ags-ags_mute_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_performance_preferences.obj `if test -f 'src/ags/X/ags_performance_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_performance_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_performance_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_recycling.obj `if test -f 'src/ags/audio/recall/ags_mute_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_recycling.c'; fi`
 
-gsequencer-ags_plugin_preferences_callbacks.o: src/ags/X/ags_plugin_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo -c -o gsequencer-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='gsequencer-ags_plugin_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_delay_audio.o: src/ags/audio/recall/ags_delay_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio.Tpo -c -o ags-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio.Tpo $(DEPDIR)/ags-ags_delay_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='ags-ags_delay_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences_callbacks.o `test -f 'src/ags/X/ags_plugin_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio.o `test -f 'src/ags/audio/recall/ags_delay_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio.c
 
-gsequencer-ags_plugin_preferences_callbacks.obj: src/ags/X/ags_plugin_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo -c -o gsequencer-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences_callbacks.c' object='gsequencer-ags_plugin_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_delay_audio.obj: src/ags/audio/recall/ags_delay_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio.Tpo -c -o ags-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio.Tpo $(DEPDIR)/ags-ags_delay_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio.c' object='ags-ags_delay_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences_callbacks.obj `if test -f 'src/ags/X/ags_plugin_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio.obj `if test -f 'src/ags/audio/recall/ags_delay_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio.c'; fi`
 
-gsequencer-ags_plugin_preferences.o: src/ags/X/ags_plugin_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo -c -o gsequencer-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='gsequencer-ags_plugin_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_recycling.o: src/ags/audio/recall/ags_buffer_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_recycling.Tpo -c -o ags-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_recycling.Tpo $(DEPDIR)/ags-ags_buffer_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='ags-ags_buffer_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences.o `test -f 'src/ags/X/ags_plugin_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_plugin_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_recycling.o `test -f 'src/ags/audio/recall/ags_buffer_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_recycling.c
 
-gsequencer-ags_plugin_preferences.obj: src/ags/X/ags_plugin_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_plugin_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo -c -o gsequencer-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_plugin_preferences.Tpo $(DEPDIR)/gsequencer-ags_plugin_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_plugin_preferences.c' object='gsequencer-ags_plugin_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_recycling.obj: src/ags/audio/recall/ags_buffer_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_recycling.Tpo -c -o ags-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_recycling.Tpo $(DEPDIR)/ags-ags_buffer_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_recycling.c' object='ags-ags_buffer_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_plugin_preferences.obj `if test -f 'src/ags/X/ags_plugin_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_plugin_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_plugin_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_recycling.obj `if test -f 'src/ags/audio/recall/ags_buffer_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_recycling.c'; fi`
 
-gsequencer-ags_preferences_callbacks.o: src/ags/X/ags_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo -c -o gsequencer-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='gsequencer-ags_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio_signal.o: src/ags/audio/recall/ags_play_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_signal.Tpo -c -o ags-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_signal.Tpo $(DEPDIR)/ags-ags_play_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='ags-ags_play_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences_callbacks.o `test -f 'src/ags/X/ags_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_signal.o `test -f 'src/ags/audio/recall/ags_play_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_signal.c
 
-gsequencer-ags_preferences_callbacks.obj: src/ags/X/ags_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo -c -o gsequencer-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences_callbacks.c' object='gsequencer-ags_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio_signal.obj: src/ags/audio/recall/ags_play_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_signal.Tpo -c -o ags-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_signal.Tpo $(DEPDIR)/ags-ags_play_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_signal.c' object='ags-ags_play_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences_callbacks.obj `if test -f 'src/ags/X/ags_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_play_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_signal.c'; fi`
 
-gsequencer-ags_preferences.o: src/ags/X/ags_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences.Tpo -c -o gsequencer-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences.Tpo $(DEPDIR)/gsequencer-ags_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='gsequencer-ags_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_recycling.o: src/ags/audio/recall/ags_volume_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_recycling.Tpo -c -o ags-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_recycling.Tpo $(DEPDIR)/ags-ags_volume_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='ags-ags_volume_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences.o `test -f 'src/ags/X/ags_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_recycling.o `test -f 'src/ags/audio/recall/ags_volume_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_recycling.c
 
-gsequencer-ags_preferences.obj: src/ags/X/ags_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_preferences.Tpo -c -o gsequencer-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_preferences.Tpo $(DEPDIR)/gsequencer-ags_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_preferences.c' object='gsequencer-ags_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_recycling.obj: src/ags/audio/recall/ags_volume_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_recycling.Tpo -c -o ags-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_recycling.Tpo $(DEPDIR)/ags-ags_volume_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_recycling.c' object='ags-ags_volume_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_preferences.obj `if test -f 'src/ags/X/ags_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_recycling.obj `if test -f 'src/ags/audio/recall/ags_volume_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_recycling.c'; fi`
 
-gsequencer-ags_property_collection_editor_callbacks.o: src/ags/X/ags_property_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo -c -o gsequencer-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='gsequencer-ags_property_collection_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_loop_channel.o: src/ags/audio/recall/ags_loop_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel.Tpo -c -o ags-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel.Tpo $(DEPDIR)/ags-ags_loop_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='ags-ags_loop_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor_callbacks.o `test -f 'src/ags/X/ags_property_collection_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel.o `test -f 'src/ags/audio/recall/ags_loop_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_loop_channel.c
 
-gsequencer-ags_property_collection_editor_callbacks.obj: src/ags/X/ags_property_collection_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo -c -o gsequencer-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor_callbacks.c' object='gsequencer-ags_property_collection_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_loop_channel.obj: src/ags/audio/recall/ags_loop_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_loop_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_loop_channel.Tpo -c -o ags-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_loop_channel.Tpo $(DEPDIR)/ags-ags_loop_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_loop_channel.c' object='ags-ags_loop_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_collection_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_loop_channel.obj `if test -f 'src/ags/audio/recall/ags_loop_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_loop_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_loop_channel.c'; fi`
 
-gsequencer-ags_property_collection_editor.o: src/ags/X/ags_property_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo -c -o gsequencer-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='gsequencer-ags_property_collection_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_peak_channel_run.o: src/ags/audio/recall/ags_peak_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel_run.Tpo -c -o ags-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel_run.Tpo $(DEPDIR)/ags-ags_peak_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='ags-ags_peak_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor.o `test -f 'src/ags/X/ags_property_collection_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_collection_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel_run.o `test -f 'src/ags/audio/recall/ags_peak_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel_run.c
 
-gsequencer-ags_property_collection_editor.obj: src/ags/X/ags_property_collection_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_collection_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo -c -o gsequencer-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_collection_editor.Tpo $(DEPDIR)/gsequencer-ags_property_collection_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_collection_editor.c' object='gsequencer-ags_property_collection_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_peak_channel_run.obj: src/ags/audio/recall/ags_peak_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel_run.Tpo -c -o ags-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel_run.Tpo $(DEPDIR)/ags-ags_peak_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel_run.c' object='ags-ags_peak_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_collection_editor.obj `if test -f 'src/ags/X/ags_property_collection_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_collection_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_collection_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel_run.obj `if test -f 'src/ags/audio/recall/ags_peak_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel_run.c'; fi`
 
-gsequencer-ags_property_editor_callbacks.o: src/ags/X/ags_property_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo -c -o gsequencer-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='gsequencer-ags_property_editor_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_audio_signal.o: src/ags/audio/recall/ags_copy_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_audio_signal.Tpo -c -o ags-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_audio_signal.Tpo $(DEPDIR)/ags-ags_copy_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='ags-ags_copy_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor_callbacks.o `test -f 'src/ags/X/ags_property_editor_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_audio_signal.o `test -f 'src/ags/audio/recall/ags_copy_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_audio_signal.c
 
-gsequencer-ags_property_editor_callbacks.obj: src/ags/X/ags_property_editor_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo -c -o gsequencer-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Tpo $(DEPDIR)/gsequencer-ags_property_editor_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor_callbacks.c' object='gsequencer-ags_property_editor_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_audio_signal.obj: src/ags/audio/recall/ags_copy_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_audio_signal.Tpo -c -o ags-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_audio_signal.Tpo $(DEPDIR)/ags-ags_copy_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_audio_signal.c' object='ags-ags_copy_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor_callbacks.obj `if test -f 'src/ags/X/ags_property_editor_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_copy_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_audio_signal.c'; fi`
 
-gsequencer-ags_property_editor.o: src/ags/X/ags_property_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor.Tpo -c -o gsequencer-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor.Tpo $(DEPDIR)/gsequencer-ags_property_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='gsequencer-ags_property_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_recycling.o: src/ags/audio/recall/ags_play_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_play_recycling.Tpo -c -o ags-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_recycling.Tpo $(DEPDIR)/ags-ags_play_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='ags-ags_play_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor.o `test -f 'src/ags/X/ags_property_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_recycling.o `test -f 'src/ags/audio/recall/ags_play_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_recycling.c
 
-gsequencer-ags_property_editor.obj: src/ags/X/ags_property_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_editor.Tpo -c -o gsequencer-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_editor.Tpo $(DEPDIR)/gsequencer-ags_property_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_editor.c' object='gsequencer-ags_property_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_recycling.obj: src/ags/audio/recall/ags_play_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_recycling.Tpo -c -o ags-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_recycling.Tpo $(DEPDIR)/ags-ags_play_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_recycling.c' object='ags-ags_play_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_editor.obj `if test -f 'src/ags/X/ags_property_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_recycling.obj `if test -f 'src/ags/audio/recall/ags_play_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_recycling.c'; fi`
 
-gsequencer-ags_property_listing_editor.o: src/ags/X/ags_property_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_listing_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo -c -o gsequencer-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_property_listing_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='gsequencer-ags_property_listing_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_channel_run.o: src/ags/audio/recall/ags_mute_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel_run.Tpo -c -o ags-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel_run.Tpo $(DEPDIR)/ags-ags_mute_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='ags-ags_mute_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_listing_editor.o `test -f 'src/ags/X/ags_property_listing_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_property_listing_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel_run.o `test -f 'src/ags/audio/recall/ags_mute_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_channel_run.c
 
-gsequencer-ags_property_listing_editor.obj: src/ags/X/ags_property_listing_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_property_listing_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo -c -o gsequencer-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_property_listing_editor.Tpo $(DEPDIR)/gsequencer-ags_property_listing_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_property_listing_editor.c' object='gsequencer-ags_property_listing_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_channel_run.obj: src/ags/audio/recall/ags_mute_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_channel_run.Tpo -c -o ags-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_channel_run.Tpo $(DEPDIR)/ags-ags_mute_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_channel_run.c' object='ags-ags_mute_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_property_listing_editor.obj `if test -f 'src/ags/X/ags_property_listing_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_property_listing_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_property_listing_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_channel_run.obj `if test -f 'src/ags/audio/recall/ags_mute_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_channel_run.c'; fi`
 
-gsequencer-ags_resize_editor.o: src/ags/X/ags_resize_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_resize_editor.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_resize_editor.Tpo -c -o gsequencer-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_resize_editor.Tpo $(DEPDIR)/gsequencer-ags_resize_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='gsequencer-ags_resize_editor.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_channel_run.o: src/ags/audio/recall/ags_volume_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel_run.Tpo -c -o ags-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel_run.Tpo $(DEPDIR)/ags-ags_volume_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='ags-ags_volume_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_resize_editor.o `test -f 'src/ags/X/ags_resize_editor.c' || echo '$(srcdir)/'`src/ags/X/ags_resize_editor.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel_run.o `test -f 'src/ags/audio/recall/ags_volume_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel_run.c
 
-gsequencer-ags_resize_editor.obj: src/ags/X/ags_resize_editor.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_resize_editor.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_resize_editor.Tpo -c -o gsequencer-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_resize_editor.Tpo $(DEPDIR)/gsequencer-ags_resize_editor.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_resize_editor.c' object='gsequencer-ags_resize_editor.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_channel_run.obj: src/ags/audio/recall/ags_volume_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel_run.Tpo -c -o ags-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel_run.Tpo $(DEPDIR)/ags-ags_volume_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel_run.c' object='ags-ags_volume_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_resize_editor.obj `if test -f 'src/ags/X/ags_resize_editor.c'; then $(CYGPATH_W) 'src/ags/X/ags_resize_editor.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_resize_editor.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel_run.obj `if test -f 'src/ags/audio/recall/ags_volume_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel_run.c'; fi`
 
-gsequencer-ags_server_preferences_callbacks.o: src/ags/X/ags_server_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo -c -o gsequencer-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='gsequencer-ags_server_preferences_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel_run_master.o: src/ags/audio/recall/ags_play_channel_run_master.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run_master.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run_master.Tpo -c -o ags-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run_master.Tpo $(DEPDIR)/ags-ags_play_channel_run_master.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='ags-ags_play_channel_run_master.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences_callbacks.o `test -f 'src/ags/X/ags_server_preferences_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run_master.o `test -f 'src/ags/audio/recall/ags_play_channel_run_master.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel_run_master.c
 
-gsequencer-ags_server_preferences_callbacks.obj: src/ags/X/ags_server_preferences_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo -c -o gsequencer-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Tpo $(DEPDIR)/gsequencer-ags_server_preferences_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences_callbacks.c' object='gsequencer-ags_server_preferences_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel_run_master.obj: src/ags/audio/recall/ags_play_channel_run_master.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel_run_master.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel_run_master.Tpo -c -o ags-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel_run_master.Tpo $(DEPDIR)/ags-ags_play_channel_run_master.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel_run_master.c' object='ags-ags_play_channel_run_master.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences_callbacks.obj `if test -f 'src/ags/X/ags_server_preferences_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel_run_master.obj `if test -f 'src/ags/audio/recall/ags_play_channel_run_master.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel_run_master.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel_run_master.c'; fi`
 
-gsequencer-ags_server_preferences.o: src/ags/X/ags_server_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences.Tpo -c -o gsequencer-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences.Tpo $(DEPDIR)/gsequencer-ags_server_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='gsequencer-ags_server_preferences.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_audio.o: src/ags/audio/recall/ags_mute_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio.Tpo -c -o ags-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio.Tpo $(DEPDIR)/ags-ags_mute_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='ags-ags_mute_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences.o `test -f 'src/ags/X/ags_server_preferences.c' || echo '$(srcdir)/'`src/ags/X/ags_server_preferences.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio.o `test -f 'src/ags/audio/recall/ags_mute_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio.c
 
-gsequencer-ags_server_preferences.obj: src/ags/X/ags_server_preferences.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_server_preferences.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_server_preferences.Tpo -c -o gsequencer-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_server_preferences.Tpo $(DEPDIR)/gsequencer-ags_server_preferences.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_server_preferences.c' object='gsequencer-ags_server_preferences.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_audio.obj: src/ags/audio/recall/ags_mute_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio.Tpo -c -o ags-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio.Tpo $(DEPDIR)/ags-ags_mute_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio.c' object='ags-ags_mute_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_server_preferences.obj `if test -f 'src/ags/X/ags_server_preferences.c'; then $(CYGPATH_W) 'src/ags/X/ags_server_preferences.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_server_preferences.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio.obj `if test -f 'src/ags/audio/recall/ags_mute_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio.c'; fi`
 
-gsequencer-ags_window_callbacks.o: src/ags/X/ags_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo -c -o gsequencer-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_window_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='gsequencer-ags_window_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_audio_signal.o: src/ags/audio/recall/ags_volume_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_audio_signal.Tpo -c -o ags-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_audio_signal.Tpo $(DEPDIR)/ags-ags_volume_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='ags-ags_volume_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window_callbacks.o `test -f 'src/ags/X/ags_window_callbacks.c' || echo '$(srcdir)/'`src/ags/X/ags_window_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_audio_signal.o `test -f 'src/ags/audio/recall/ags_volume_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_audio_signal.c
 
-gsequencer-ags_window_callbacks.obj: src/ags/X/ags_window_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo -c -o gsequencer-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window_callbacks.Tpo $(DEPDIR)/gsequencer-ags_window_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window_callbacks.c' object='gsequencer-ags_window_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_audio_signal.obj: src/ags/audio/recall/ags_volume_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_audio_signal.Tpo -c -o ags-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_audio_signal.Tpo $(DEPDIR)/ags-ags_volume_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_audio_signal.c' object='ags-ags_volume_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window_callbacks.obj `if test -f 'src/ags/X/ags_window_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/ags_window_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_volume_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_audio_signal.c'; fi`
 
-gsequencer-ags_window.o: src/ags/X/ags_window.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_window.Tpo -c -o gsequencer-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window.Tpo $(DEPDIR)/gsequencer-ags_window.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window.c' object='gsequencer-ags_window.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_audio_signal.o: src/ags/audio/recall/ags_stream_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_audio_signal.Tpo -c -o ags-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_audio_signal.Tpo $(DEPDIR)/ags-ags_stream_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='ags-ags_stream_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window.o `test -f 'src/ags/X/ags_window.c' || echo '$(srcdir)/'`src/ags/X/ags_window.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_audio_signal.o `test -f 'src/ags/audio/recall/ags_stream_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_audio_signal.c
 
-gsequencer-ags_window.obj: src/ags/X/ags_window.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_window.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_window.Tpo -c -o gsequencer-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_window.Tpo $(DEPDIR)/gsequencer-ags_window.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/ags_window.c' object='gsequencer-ags_window.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_audio_signal.obj: src/ags/audio/recall/ags_stream_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_audio_signal.Tpo -c -o ags-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_audio_signal.Tpo $(DEPDIR)/ags-ags_stream_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_audio_signal.c' object='ags-ags_stream_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_window.obj `if test -f 'src/ags/X/ags_window.c'; then $(CYGPATH_W) 'src/ags/X/ags_window.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/ags_window.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_stream_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_audio_signal.c'; fi`
 
-gsequencer-ags_drum_callbacks.o: src/ags/X/machine/ags_drum_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo -c -o gsequencer-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='gsequencer-ags_drum_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_channel_run.o: src/ags/audio/recall/ags_copy_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel_run.Tpo -c -o ags-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel_run.Tpo $(DEPDIR)/ags-ags_copy_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='ags-ags_copy_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_callbacks.o `test -f 'src/ags/X/machine/ags_drum_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_channel_run.c
 
-gsequencer-ags_drum_callbacks.obj: src/ags/X/machine/ags_drum_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo -c -o gsequencer-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_callbacks.c' object='gsequencer-ags_drum_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_channel_run.obj: src/ags/audio/recall/ags_copy_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_channel_run.Tpo -c -o ags-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_channel_run.Tpo $(DEPDIR)/ags-ags_copy_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_channel_run.c' object='ags-ags_copy_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_channel_run.c'; fi`
 
-gsequencer-ags_drum.o: src/ags/X/machine/ags_drum.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum.Tpo -c -o gsequencer-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum.Tpo $(DEPDIR)/gsequencer-ags_drum.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='gsequencer-ags_drum.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_delay_audio_run.o: src/ags/audio/recall/ags_delay_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio_run.Tpo -c -o ags-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio_run.Tpo $(DEPDIR)/ags-ags_delay_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='ags-ags_delay_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum.o `test -f 'src/ags/X/machine/ags_drum.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio_run.o `test -f 'src/ags/audio/recall/ags_delay_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_delay_audio_run.c
 
-gsequencer-ags_drum.obj: src/ags/X/machine/ags_drum.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum.Tpo -c -o gsequencer-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum.Tpo $(DEPDIR)/gsequencer-ags_drum.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum.c' object='gsequencer-ags_drum.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_delay_audio_run.obj: src/ags/audio/recall/ags_delay_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_delay_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_delay_audio_run.Tpo -c -o ags-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_delay_audio_run.Tpo $(DEPDIR)/ags-ags_delay_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_delay_audio_run.c' object='ags-ags_delay_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum.obj `if test -f 'src/ags/X/machine/ags_drum.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_delay_audio_run.obj `if test -f 'src/ags/audio/recall/ags_delay_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_delay_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_delay_audio_run.c'; fi`
 
-gsequencer-ags_drum_input_line_callbacks.o: src/ags/X/machine/ags_drum_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo -c -o gsequencer-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='gsequencer-ags_drum_input_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_audio_signal.o: src/ags/audio/recall/ags_mute_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio_signal.Tpo -c -o ags-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio_signal.Tpo $(DEPDIR)/ags-ags_mute_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='ags-ags_mute_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio_signal.o `test -f 'src/ags/audio/recall/ags_mute_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_mute_audio_signal.c
 
-gsequencer-ags_drum_input_line_callbacks.obj: src/ags/X/machine/ags_drum_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo -c -o gsequencer-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line_callbacks.c' object='gsequencer-ags_drum_input_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_mute_audio_signal.obj: src/ags/audio/recall/ags_mute_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_mute_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_mute_audio_signal.Tpo -c -o ags-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_mute_audio_signal.Tpo $(DEPDIR)/ags-ags_mute_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_mute_audio_signal.c' object='ags-ags_mute_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_mute_audio_signal.obj `if test -f 'src/ags/audio/recall/ags_mute_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_mute_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_mute_audio_signal.c'; fi`
 
-gsequencer-ags_drum_input_line.o: src/ags/X/machine/ags_drum_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo -c -o gsequencer-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='gsequencer-ags_drum_input_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_channel_run.o: src/ags/audio/recall/ags_buffer_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel_run.Tpo -c -o ags-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel_run.Tpo $(DEPDIR)/ags-ags_buffer_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='ags-ags_buffer_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line.o `test -f 'src/ags/X/machine/ags_drum_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel_run.o `test -f 'src/ags/audio/recall/ags_buffer_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_buffer_channel_run.c
 
-gsequencer-ags_drum_input_line.obj: src/ags/X/machine/ags_drum_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo -c -o gsequencer-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_line.Tpo $(DEPDIR)/gsequencer-ags_drum_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_line.c' object='gsequencer-ags_drum_input_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_buffer_channel_run.obj: src/ags/audio/recall/ags_buffer_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_buffer_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_buffer_channel_run.Tpo -c -o ags-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_buffer_channel_run.Tpo $(DEPDIR)/ags-ags_buffer_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_buffer_channel_run.c' object='ags-ags_buffer_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_line.obj `if test -f 'src/ags/X/machine/ags_drum_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_buffer_channel_run.obj `if test -f 'src/ags/audio/recall/ags_buffer_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_buffer_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_buffer_channel_run.c'; fi`
 
-gsequencer-ags_drum_input_pad_callbacks.o: src/ags/X/machine/ags_drum_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo -c -o gsequencer-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='gsequencer-ags_drum_input_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio.o: src/ags/audio/recall/ags_play_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio.Tpo -c -o ags-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio.Tpo $(DEPDIR)/ags-ags_play_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='ags-ags_play_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio.o `test -f 'src/ags/audio/recall/ags_play_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio.c
 
-gsequencer-ags_drum_input_pad_callbacks.obj: src/ags/X/machine/ags_drum_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo -c -o gsequencer-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad_callbacks.c' object='gsequencer-ags_drum_input_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio.obj: src/ags/audio/recall/ags_play_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio.Tpo -c -o ags-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio.Tpo $(DEPDIR)/ags-ags_play_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio.c' object='ags-ags_play_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio.obj `if test -f 'src/ags/audio/recall/ags_play_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio.c'; fi`
 
-gsequencer-ags_drum_input_pad.o: src/ags/X/machine/ags_drum_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo -c -o gsequencer-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='gsequencer-ags_drum_input_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_count_beats_audio.o: src/ags/audio/recall/ags_count_beats_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio.Tpo -c -o ags-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio.Tpo $(DEPDIR)/ags-ags_count_beats_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='ags-ags_count_beats_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad.o `test -f 'src/ags/X/machine/ags_drum_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_input_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio.o `test -f 'src/ags/audio/recall/ags_count_beats_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio.c
 
-gsequencer-ags_drum_input_pad.obj: src/ags/X/machine/ags_drum_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo -c -o gsequencer-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_input_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_input_pad.c' object='gsequencer-ags_drum_input_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_count_beats_audio.obj: src/ags/audio/recall/ags_count_beats_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio.Tpo -c -o ags-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio.Tpo $(DEPDIR)/ags-ags_count_beats_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio.c' object='ags-ags_count_beats_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_input_pad.obj `if test -f 'src/ags/X/machine/ags_drum_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_input_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio.c'; fi`
 
-gsequencer-ags_drum_output_line_callbacks.o: src/ags/X/machine/ags_drum_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo -c -o gsequencer-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='gsequencer-ags_drum_output_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel.o: src/ags/audio/recall/ags_play_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_play_channel.Tpo -c -o ags-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel.Tpo $(DEPDIR)/ags-ags_play_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='ags-ags_play_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel.o `test -f 'src/ags/audio/recall/ags_play_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_channel.c
 
-gsequencer-ags_drum_output_line_callbacks.obj: src/ags/X/machine/ags_drum_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo -c -o gsequencer-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line_callbacks.c' object='gsequencer-ags_drum_output_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_channel.obj: src/ags/audio/recall/ags_play_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_channel.Tpo -c -o ags-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_channel.Tpo $(DEPDIR)/ags-ags_play_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_channel.c' object='ags-ags_play_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_channel.obj `if test -f 'src/ags/audio/recall/ags_play_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_channel.c'; fi`
 
-gsequencer-ags_drum_output_line.o: src/ags/X/machine/ags_drum_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo -c -o gsequencer-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='gsequencer-ags_drum_output_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_count_beats_audio_run.o: src/ags/audio/recall/ags_count_beats_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio_run.o -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo -c -o ags-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo $(DEPDIR)/ags-ags_count_beats_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='ags-ags_count_beats_audio_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line.o `test -f 'src/ags/X/machine/ags_drum_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio_run.o `test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_count_beats_audio_run.c
 
-gsequencer-ags_drum_output_line.obj: src/ags/X/machine/ags_drum_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo -c -o gsequencer-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_line.Tpo $(DEPDIR)/gsequencer-ags_drum_output_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_line.c' object='gsequencer-ags_drum_output_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_count_beats_audio_run.obj: src/ags/audio/recall/ags_count_beats_audio_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_count_beats_audio_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo -c -o ags-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_count_beats_audio_run.Tpo $(DEPDIR)/ags-ags_count_beats_audio_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_count_beats_audio_run.c' object='ags-ags_count_beats_audio_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_line.obj `if test -f 'src/ags/X/machine/ags_drum_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_count_beats_audio_run.obj `if test -f 'src/ags/audio/recall/ags_count_beats_audio_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_count_beats_audio_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_count_beats_audio_run.c'; fi`
 
-gsequencer-ags_drum_output_pad_callbacks.o: src/ags/X/machine/ags_drum_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo -c -o gsequencer-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='gsequencer-ags_drum_output_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_recycling.o: src/ags/audio/recall/ags_stream_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_stream_recycling.Tpo -c -o ags-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_recycling.Tpo $(DEPDIR)/ags-ags_stream_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='ags-ags_stream_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_recycling.o `test -f 'src/ags/audio/recall/ags_stream_recycling.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_stream_recycling.c
 
-gsequencer-ags_drum_output_pad_callbacks.obj: src/ags/X/machine/ags_drum_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo -c -o gsequencer-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad_callbacks.c' object='gsequencer-ags_drum_output_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_stream_recycling.obj: src/ags/audio/recall/ags_stream_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_stream_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_stream_recycling.Tpo -c -o ags-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_stream_recycling.Tpo $(DEPDIR)/ags-ags_stream_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_stream_recycling.c' object='ags-ags_stream_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_stream_recycling.obj `if test -f 'src/ags/audio/recall/ags_stream_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_stream_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_stream_recycling.c'; fi`
 
-gsequencer-ags_drum_output_pad.o: src/ags/X/machine/ags_drum_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo -c -o gsequencer-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='gsequencer-ags_drum_output_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio_file.o: src/ags/audio/recall/ags_play_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_file.o -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_file.Tpo -c -o ags-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_file.Tpo $(DEPDIR)/ags-ags_play_audio_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='ags-ags_play_audio_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad.o `test -f 'src/ags/X/machine/ags_drum_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_drum_output_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_file.o `test -f 'src/ags/audio/recall/ags_play_audio_file.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_audio_file.c
 
-gsequencer-ags_drum_output_pad.obj: src/ags/X/machine/ags_drum_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_drum_output_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo -c -o gsequencer-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_drum_output_pad.Tpo $(DEPDIR)/gsequencer-ags_drum_output_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_drum_output_pad.c' object='gsequencer-ags_drum_output_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_audio_file.obj: src/ags/audio/recall/ags_play_audio_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_audio_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_audio_file.Tpo -c -o ags-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_audio_file.Tpo $(DEPDIR)/ags-ags_play_audio_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_audio_file.c' object='ags-ags_play_audio_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_drum_output_pad.obj `if test -f 'src/ags/X/machine/ags_drum_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_drum_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_drum_output_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_audio_file.obj `if test -f 'src/ags/audio/recall/ags_play_audio_file.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_audio_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_audio_file.c'; fi`
 
-gsequencer-ags_ffplayer_bridge_callbacks.o: src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' object='gsequencer-ags_ffplayer_bridge_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_notation_audio.o: src/ags/audio/recall/ags_play_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio.Tpo -c -o ags-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio.Tpo $(DEPDIR)/ags-ags_play_notation_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='ags-ags_play_notation_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio.o `test -f 'src/ags/audio/recall/ags_play_notation_audio.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_play_notation_audio.c
 
-gsequencer-ags_ffplayer_bridge_callbacks.obj: src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge_callbacks.c' object='gsequencer-ags_ffplayer_bridge_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_play_notation_audio.obj: src/ags/audio/recall/ags_play_notation_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_play_notation_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_play_notation_audio.Tpo -c -o ags-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_play_notation_audio.Tpo $(DEPDIR)/ags-ags_play_notation_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_play_notation_audio.c' object='ags-ags_play_notation_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_play_notation_audio.obj `if test -f 'src/ags/audio/recall/ags_play_notation_audio.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_play_notation_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_play_notation_audio.c'; fi`
 
-gsequencer-ags_ffplayer_bridge.o: src/ags/X/machine/ags_ffplayer_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo -c -o gsequencer-ags_ffplayer_bridge.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge.c' object='gsequencer-ags_ffplayer_bridge.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_peak_channel.o: src/ags/audio/recall/ags_peak_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel.Tpo -c -o ags-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel.Tpo $(DEPDIR)/ags-ags_peak_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='ags-ags_peak_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge.o `test -f 'src/ags/X/machine/ags_ffplayer_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bridge.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel.o `test -f 'src/ags/audio/recall/ags_peak_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_peak_channel.c
 
-gsequencer-ags_ffplayer_bridge.obj: src/ags/X/machine/ags_ffplayer_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo -c -o gsequencer-ags_ffplayer_bridge.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bridge.c' object='gsequencer-ags_ffplayer_bridge.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_peak_channel.obj: src/ags/audio/recall/ags_peak_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_peak_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_peak_channel.Tpo -c -o ags-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_peak_channel.Tpo $(DEPDIR)/ags-ags_peak_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_peak_channel.c' object='ags-ags_peak_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bridge.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bridge.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_peak_channel.obj `if test -f 'src/ags/audio/recall/ags_peak_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_peak_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_peak_channel.c'; fi`
 
-gsequencer-ags_ffplayer_bulk_input_callbacks.o: src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' object='gsequencer-ags_ffplayer_bulk_input_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_channel.o: src/ags/audio/recall/ags_volume_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel.Tpo -c -o ags-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel.Tpo $(DEPDIR)/ags-ags_volume_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='ags-ags_volume_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel.o `test -f 'src/ags/audio/recall/ags_volume_channel.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_volume_channel.c
 
-gsequencer-ags_ffplayer_bulk_input_callbacks.obj: src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c' object='gsequencer-ags_ffplayer_bulk_input_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_volume_channel.obj: src/ags/audio/recall/ags_volume_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_volume_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_volume_channel.Tpo -c -o ags-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_volume_channel.Tpo $(DEPDIR)/ags-ags_volume_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_volume_channel.c' object='ags-ags_volume_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_volume_channel.obj `if test -f 'src/ags/audio/recall/ags_volume_channel.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_volume_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_volume_channel.c'; fi`
 
-gsequencer-ags_ffplayer_bulk_input.o: src/ags/X/machine/ags_ffplayer_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo -c -o gsequencer-ags_ffplayer_bulk_input.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input.c' object='gsequencer-ags_ffplayer_bulk_input.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_channel_run.o: src/ags/audio/recall/ags_copy_pattern_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel_run.o -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo -c -o ags-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='ags-ags_copy_pattern_channel_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input.o `test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_bulk_input.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel_run.o `test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c' || echo '$(srcdir)/'`src/ags/audio/recall/ags_copy_pattern_channel_run.c
 
-gsequencer-ags_ffplayer_bulk_input.obj: src/ags/X/machine/ags_ffplayer_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_bulk_input.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo -c -o gsequencer-ags_ffplayer_bulk_input.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_bulk_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_bulk_input.c' object='gsequencer-ags_ffplayer_bulk_input.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_copy_pattern_channel_run.obj: src/ags/audio/recall/ags_copy_pattern_channel_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_copy_pattern_channel_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo -c -o ags-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_copy_pattern_channel_run.Tpo $(DEPDIR)/ags-ags_copy_pattern_channel_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/recall/ags_copy_pattern_channel_run.c' object='ags-ags_copy_pattern_channel_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_bulk_input.obj `if test -f 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_bulk_input.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_copy_pattern_channel_run.obj `if test -f 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; then $(CYGPATH_W) 'src/ags/audio/recall/ags_copy_pattern_channel_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/recall/ags_copy_pattern_channel_run.c'; fi`
 
-gsequencer-ags_ffplayer_callbacks.o: src/ags/X/machine/ags_ffplayer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo -c -o gsequencer-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='gsequencer-ags_ffplayer_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_recycling.o: src/ags/audio/ags_recall_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling.Tpo -c -o ags-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling.Tpo $(DEPDIR)/ags-ags_recall_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='ags-ags_recall_recycling.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling.o `test -f 'src/ags/audio/ags_recall_recycling.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling.c
 
-gsequencer-ags_ffplayer_callbacks.obj: src/ags/X/machine/ags_ffplayer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo -c -o gsequencer-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_callbacks.c' object='gsequencer-ags_ffplayer_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_recycling.obj: src/ags/audio/ags_recall_recycling.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling.Tpo -c -o ags-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling.Tpo $(DEPDIR)/ags-ags_recall_recycling.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling.c' object='ags-ags_recall_recycling.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling.obj `if test -f 'src/ags/audio/ags_recall_recycling.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling.c'; fi`
 
-gsequencer-ags_ffplayer.o: src/ags/X/machine/ags_ffplayer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer.Tpo -c -o gsequencer-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer.Tpo $(DEPDIR)/gsequencer-ags_ffplayer.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='gsequencer-ags_ffplayer.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_pattern.o: src/ags/audio/ags_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pattern.o -MD -MP -MF $(DEPDIR)/ags-ags_pattern.Tpo -c -o ags-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pattern.Tpo $(DEPDIR)/ags-ags_pattern.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='ags-ags_pattern.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer.o `test -f 'src/ags/X/machine/ags_ffplayer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pattern.o `test -f 'src/ags/audio/ags_pattern.c' || echo '$(srcdir)/'`src/ags/audio/ags_pattern.c
 
-gsequencer-ags_ffplayer.obj: src/ags/X/machine/ags_ffplayer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer.Tpo -c -o gsequencer-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer.Tpo $(DEPDIR)/gsequencer-ags_ffplayer.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer.c' object='gsequencer-ags_ffplayer.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_pattern.obj: src/ags/audio/ags_pattern.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_pattern.obj -MD -MP -MF $(DEPDIR)/ags-ags_pattern.Tpo -c -o ags-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_pattern.Tpo $(DEPDIR)/ags-ags_pattern.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_pattern.c' object='ags-ags_pattern.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer.obj `if test -f 'src/ags/X/machine/ags_ffplayer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_pattern.obj `if test -f 'src/ags/audio/ags_pattern.c'; then $(CYGPATH_W) 'src/ags/audio/ags_pattern.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_pattern.c'; fi`
 
-gsequencer-ags_ffplayer_input_line_callbacks.o: src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' object='gsequencer-ags_ffplayer_input_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio_signal.o: src/ags/audio/ags_recall_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_signal.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_signal.Tpo -c -o ags-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_signal.Tpo $(DEPDIR)/ags-ags_recall_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='ags-ags_recall_audio_signal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_signal.o `test -f 'src/ags/audio/ags_recall_audio_signal.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_audio_signal.c
 
-gsequencer-ags_ffplayer_input_line_callbacks.obj: src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line_callbacks.c' object='gsequencer-ags_ffplayer_input_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_audio_signal.obj: src/ags/audio/ags_recall_audio_signal.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_audio_signal.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_audio_signal.Tpo -c -o ags-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_audio_signal.Tpo $(DEPDIR)/ags-ags_recall_audio_signal.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_audio_signal.c' object='ags-ags_recall_audio_signal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_audio_signal.obj `if test -f 'src/ags/audio/ags_recall_audio_signal.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_audio_signal.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_audio_signal.c'; fi`
 
-gsequencer-ags_ffplayer_input_line.o: src/ags/X/machine/ags_ffplayer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo -c -o gsequencer-ags_ffplayer_input_line.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line.c' object='gsequencer-ags_ffplayer_input_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_output.o: src/ags/audio/ags_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_output.o -MD -MP -MF $(DEPDIR)/ags-ags_output.Tpo -c -o ags-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_output.Tpo $(DEPDIR)/ags-ags_output.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='ags-ags_output.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line.o `test -f 'src/ags/X/machine/ags_ffplayer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_output.o `test -f 'src/ags/audio/ags_output.c' || echo '$(srcdir)/'`src/ags/audio/ags_output.c
 
-gsequencer-ags_ffplayer_input_line.obj: src/ags/X/machine/ags_ffplayer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo -c -o gsequencer-ags_ffplayer_input_line.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_line.c' object='gsequencer-ags_ffplayer_input_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_output.obj: src/ags/audio/ags_output.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_output.obj -MD -MP -MF $(DEPDIR)/ags-ags_output.Tpo -c -o ags-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_output.Tpo $(DEPDIR)/ags-ags_output.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_output.c' object='ags-ags_output.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_line.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_output.obj `if test -f 'src/ags/audio/ags_output.c'; then $(CYGPATH_W) 'src/ags/audio/ags_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_output.c'; fi`
 
-gsequencer-ags_ffplayer_input_pad_callbacks.o: src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' object='gsequencer-ags_ffplayer_input_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel_run_dummy.o: src/ags/audio/ags_recall_channel_run_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run_dummy.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo -c -o ags-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/ags-ags_recall_channel_run_dummy.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='ags-ags_recall_channel_run_dummy.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad_callbacks.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run_dummy.o `test -f 'src/ags/audio/ags_recall_channel_run_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel_run_dummy.c
 
-gsequencer-ags_ffplayer_input_pad_callbacks.obj: src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo -c -o gsequencer-ags_ffplayer_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c' object='gsequencer-ags_ffplayer_input_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel_run_dummy.obj: src/ags/audio/ags_recall_channel_run_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel_run_dummy.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo -c -o ags-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel_run_dummy.Tpo $(DEPDIR)/ags-ags_recall_channel_run_dummy.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel_run_dummy.c' object='ags-ags_recall_channel_run_dummy.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel_run_dummy.obj `if test -f 'src/ags/audio/ags_recall_channel_run_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel_run_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel_run_dummy.c'; fi`
 
-gsequencer-ags_ffplayer_input_pad.o: src/ags/X/machine/ags_ffplayer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo -c -o gsequencer-ags_ffplayer_input_pad.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad.c' object='gsequencer-ags_ffplayer_input_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_dependency.o: src/ags/audio/ags_recall_dependency.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_dependency.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_dependency.Tpo -c -o ags-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_dependency.Tpo $(DEPDIR)/ags-ags_recall_dependency.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='ags-ags_recall_dependency.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad.o `test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ffplayer_input_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_dependency.o `test -f 'src/ags/audio/ags_recall_dependency.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_dependency.c
 
-gsequencer-ags_ffplayer_input_pad.obj: src/ags/X/machine/ags_ffplayer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ffplayer_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo -c -o gsequencer-ags_ffplayer_input_pad.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_ffplayer_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ffplayer_input_pad.c' object='gsequencer-ags_ffplayer_input_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_dependency.obj: src/ags/audio/ags_recall_dependency.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_dependency.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_dependency.Tpo -c -o ags-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_dependency.Tpo $(DEPDIR)/ags-ags_recall_dependency.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_dependency.c' object='ags-ags_recall_dependency.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ffplayer_input_pad.obj `if test -f 'src/ags/X/machine/ags_ffplayer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ffplayer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ffplayer_input_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_dependency.obj `if test -f 'src/ags/audio/ags_recall_dependency.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_dependency.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_dependency.c'; fi`
 
-gsequencer-ags_ladspa_bridge_callbacks.o: src/ags/X/machine/ags_ladspa_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo -c -o gsequencer-ags_ladspa_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge_callbacks.c' object='gsequencer-ags_ladspa_bridge_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel_iter.o: src/ags/audio/ags_channel_iter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_iter.o -MD -MP -MF $(DEPDIR)/ags-ags_channel_iter.Tpo -c -o ags-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_iter.Tpo $(DEPDIR)/ags-ags_channel_iter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='ags-ags_channel_iter.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_iter.o `test -f 'src/ags/audio/ags_channel_iter.c' || echo '$(srcdir)/'`src/ags/audio/ags_channel_iter.c
 
-gsequencer-ags_ladspa_bridge_callbacks.obj: src/ags/X/machine/ags_ladspa_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo -c -o gsequencer-ags_ladspa_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge_callbacks.c' object='gsequencer-ags_ladspa_bridge_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_channel_iter.obj: src/ags/audio/ags_channel_iter.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_channel_iter.obj -MD -MP -MF $(DEPDIR)/ags-ags_channel_iter.Tpo -c -o ags-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_channel_iter.Tpo $(DEPDIR)/ags-ags_channel_iter.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_channel_iter.c' object='ags-ags_channel_iter.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_channel_iter.obj `if test -f 'src/ags/audio/ags_channel_iter.c'; then $(CYGPATH_W) 'src/ags/audio/ags_channel_iter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_channel_iter.c'; fi`
 
-gsequencer-ags_ladspa_bridge.o: src/ags/X/machine/ags_ladspa_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo -c -o gsequencer-ags_ladspa_bridge.o `test -f 'src/ags/X/machine/ags_ladspa_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge.c' object='gsequencer-ags_ladspa_bridge.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall.o: src/ags/audio/ags_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall.o -MD -MP -MF $(DEPDIR)/ags-ags_recall.Tpo -c -o ags-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall.Tpo $(DEPDIR)/ags-ags_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='ags-ags_recall.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge.o `test -f 'src/ags/X/machine/ags_ladspa_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_ladspa_bridge.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall.o `test -f 'src/ags/audio/ags_recall.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall.c
 
-gsequencer-ags_ladspa_bridge.obj: src/ags/X/machine/ags_ladspa_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_ladspa_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo -c -o gsequencer-ags_ladspa_bridge.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_ladspa_bridge.Tpo $(DEPDIR)/gsequencer-ags_ladspa_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_ladspa_bridge.c' object='gsequencer-ags_ladspa_bridge.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall.obj: src/ags/audio/ags_recall.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall.Tpo -c -o ags-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall.Tpo $(DEPDIR)/ags-ags_recall.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall.c' object='ags-ags_recall.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_ladspa_bridge.obj `if test -f 'src/ags/X/machine/ags_ladspa_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_ladspa_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_ladspa_bridge.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall.obj `if test -f 'src/ags/audio/ags_recall.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall.c'; fi`
 
-gsequencer-ags_matrix_bridge_callbacks.o: src/ags/X/machine/ags_matrix_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo -c -o gsequencer-ags_matrix_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge_callbacks.c' object='gsequencer-ags_matrix_bridge_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_config.o: src/ags/audio/ags_config.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_config.o -MD -MP -MF $(DEPDIR)/ags-ags_config.Tpo -c -o ags-ags_config.o `test -f 'src/ags/audio/ags_config.c' || echo '$(srcdir)/'`src/ags/audio/ags_config.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_config.Tpo $(DEPDIR)/ags-ags_config.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_config.c' object='ags-ags_config.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_config.o `test -f 'src/ags/audio/ags_config.c' || echo '$(srcdir)/'`src/ags/audio/ags_config.c
 
-gsequencer-ags_matrix_bridge_callbacks.obj: src/ags/X/machine/ags_matrix_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo -c -o gsequencer-ags_matrix_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge_callbacks.c' object='gsequencer-ags_matrix_bridge_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_config.obj: src/ags/audio/ags_config.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_config.obj -MD -MP -MF $(DEPDIR)/ags-ags_config.Tpo -c -o ags-ags_config.obj `if test -f 'src/ags/audio/ags_config.c'; then $(CYGPATH_W) 'src/ags/audio/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_config.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_config.Tpo $(DEPDIR)/ags-ags_config.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_config.c' object='ags-ags_config.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_config.obj `if test -f 'src/ags/audio/ags_config.c'; then $(CYGPATH_W) 'src/ags/audio/ags_config.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_config.c'; fi`
 
-gsequencer-ags_matrix_bridge.o: src/ags/X/machine/ags_matrix_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo -c -o gsequencer-ags_matrix_bridge.o `test -f 'src/ags/X/machine/ags_matrix_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge.c' object='gsequencer-ags_matrix_bridge.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel.o: src/ags/audio/ags_recall_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel.Tpo -c -o ags-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel.Tpo $(DEPDIR)/ags-ags_recall_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='ags-ags_recall_channel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge.o `test -f 'src/ags/X/machine/ags_matrix_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bridge.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel.o `test -f 'src/ags/audio/ags_recall_channel.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_channel.c
 
-gsequencer-ags_matrix_bridge.obj: src/ags/X/machine/ags_matrix_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo -c -o gsequencer-ags_matrix_bridge.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bridge.Tpo $(DEPDIR)/gsequencer-ags_matrix_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bridge.c' object='gsequencer-ags_matrix_bridge.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_channel.obj: src/ags/audio/ags_recall_channel.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_channel.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_channel.Tpo -c -o ags-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_channel.Tpo $(DEPDIR)/ags-ags_recall_channel.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_channel.c' object='ags-ags_recall_channel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bridge.obj `if test -f 'src/ags/X/machine/ags_matrix_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bridge.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_channel.obj `if test -f 'src/ags/audio/ags_recall_channel.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_channel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_channel.c'; fi`
 
-gsequencer-ags_matrix_bulk_input_callbacks.o: src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo -c -o gsequencer-ags_matrix_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' object='gsequencer-ags_matrix_bulk_input_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio.o: src/ags/audio/ags_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio.o -MD -MP -MF $(DEPDIR)/ags-ags_audio.Tpo -c -o ags-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio.Tpo $(DEPDIR)/ags-ags_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='ags-ags_audio.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio.o `test -f 'src/ags/audio/ags_audio.c' || echo '$(srcdir)/'`src/ags/audio/ags_audio.c
 
-gsequencer-ags_matrix_bulk_input_callbacks.obj: src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo -c -o gsequencer-ags_matrix_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input_callbacks.c' object='gsequencer-ags_matrix_bulk_input_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio.obj: src/ags/audio/ags_audio.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio.Tpo -c -o ags-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio.Tpo $(DEPDIR)/ags-ags_audio.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_audio.c' object='ags-ags_audio.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio.obj `if test -f 'src/ags/audio/ags_audio.c'; then $(CYGPATH_W) 'src/ags/audio/ags_audio.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_audio.c'; fi`
 
-gsequencer-ags_matrix_bulk_input.o: src/ags/X/machine/ags_matrix_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo -c -o gsequencer-ags_matrix_bulk_input.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input.c' object='gsequencer-ags_matrix_bulk_input.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_ladspa_run.o: src/ags/audio/ags_recall_ladspa_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa_run.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo -c -o ags-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo $(DEPDIR)/ags-ags_recall_ladspa_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='ags-ags_recall_ladspa_run.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input.o `test -f 'src/ags/X/machine/ags_matrix_bulk_input.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_bulk_input.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa_run.o `test -f 'src/ags/audio/ags_recall_ladspa_run.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa_run.c
 
-gsequencer-ags_matrix_bulk_input.obj: src/ags/X/machine/ags_matrix_bulk_input.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_bulk_input.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo -c -o gsequencer-ags_matrix_bulk_input.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Tpo $(DEPDIR)/gsequencer-ags_matrix_bulk_input.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_bulk_input.c' object='gsequencer-ags_matrix_bulk_input.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_ladspa_run.obj: src/ags/audio/ags_recall_ladspa_run.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa_run.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo -c -o ags-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa_run.Tpo $(DEPDIR)/ags-ags_recall_ladspa_run.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa_run.c' object='ags-ags_recall_ladspa_run.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_bulk_input.obj `if test -f 'src/ags/X/machine/ags_matrix_bulk_input.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_bulk_input.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_bulk_input.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa_run.obj `if test -f 'src/ags/audio/ags_recall_ladspa_run.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa_run.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa_run.c'; fi`
 
-gsequencer-ags_matrix_callbacks.o: src/ags/X/machine/ags_matrix_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo -c -o gsequencer-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='gsequencer-ags_matrix_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_id.o: src/ags/audio/ags_recall_id.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_id.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_id.Tpo -c -o ags-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_id.Tpo $(DEPDIR)/ags-ags_recall_id.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='ags-ags_recall_id.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_callbacks.o `test -f 'src/ags/X/machine/ags_matrix_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_id.o `test -f 'src/ags/audio/ags_recall_id.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_id.c
 
-gsequencer-ags_matrix_callbacks.obj: src/ags/X/machine/ags_matrix_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo -c -o gsequencer-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix_callbacks.Tpo $(DEPDIR)/gsequencer-ags_matrix_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix_callbacks.c' object='gsequencer-ags_matrix_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_id.obj: src/ags/audio/ags_recall_id.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_id.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_id.Tpo -c -o ags-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_id.Tpo $(DEPDIR)/ags-ags_recall_id.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_id.c' object='ags-ags_recall_id.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix_callbacks.obj `if test -f 'src/ags/X/machine/ags_matrix_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_id.obj `if test -f 'src/ags/audio/ags_recall_id.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_id.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_id.c'; fi`
 
-gsequencer-ags_matrix.o: src/ags/X/machine/ags_matrix.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix.Tpo -c -o gsequencer-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix.Tpo $(DEPDIR)/gsequencer-ags_matrix.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='gsequencer-ags_matrix.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_task.o: src/ags/audio/ags_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task.o -MD -MP -MF $(DEPDIR)/ags-ags_task.Tpo -c -o ags-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task.Tpo $(DEPDIR)/ags-ags_task.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='ags-ags_task.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix.o `test -f 'src/ags/X/machine/ags_matrix.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_matrix.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task.o `test -f 'src/ags/audio/ags_task.c' || echo '$(srcdir)/'`src/ags/audio/ags_task.c
 
-gsequencer-ags_matrix.obj: src/ags/X/machine/ags_matrix.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_matrix.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_matrix.Tpo -c -o gsequencer-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_matrix.Tpo $(DEPDIR)/gsequencer-ags_matrix.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_matrix.c' object='gsequencer-ags_matrix.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_task.obj: src/ags/audio/ags_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task.obj -MD -MP -MF $(DEPDIR)/ags-ags_task.Tpo -c -o ags-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task.Tpo $(DEPDIR)/ags-ags_task.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_task.c' object='ags-ags_task.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_matrix.obj `if test -f 'src/ags/X/machine/ags_matrix.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_matrix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_matrix.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task.obj `if test -f 'src/ags/audio/ags_task.c'; then $(CYGPATH_W) 'src/ags/audio/ags_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_task.c'; fi`
 
-gsequencer-ags_mixer_callbacks.o: src/ags/X/machine/ags_mixer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo -c -o gsequencer-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_mixer_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='gsequencer-ags_mixer_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_ladspa.o: src/ags/audio/ags_recall_ladspa.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa.Tpo -c -o ags-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa.Tpo $(DEPDIR)/ags-ags_recall_ladspa.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='ags-ags_recall_ladspa.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_callbacks.o `test -f 'src/ags/X/machine/ags_mixer_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa.o `test -f 'src/ags/audio/ags_recall_ladspa.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_ladspa.c
 
-gsequencer-ags_mixer_callbacks.obj: src/ags/X/machine/ags_mixer_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo -c -o gsequencer-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_callbacks.Tpo $(DEPDIR)/gsequencer-ags_mixer_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_callbacks.c' object='gsequencer-ags_mixer_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_ladspa.obj: src/ags/audio/ags_recall_ladspa.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_ladspa.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_ladspa.Tpo -c -o ags-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_ladspa.Tpo $(DEPDIR)/ags-ags_recall_ladspa.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_ladspa.c' object='ags-ags_recall_ladspa.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_callbacks.obj `if test -f 'src/ags/X/machine/ags_mixer_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_ladspa.obj `if test -f 'src/ags/audio/ags_recall_ladspa.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_ladspa.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_ladspa.c'; fi`
 
-gsequencer-ags_mixer.o: src/ags/X/machine/ags_mixer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer.Tpo -c -o gsequencer-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer.Tpo $(DEPDIR)/gsequencer-ags_mixer.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='gsequencer-ags_mixer.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_factory.o: src/ags/audio/ags_recall_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_factory.Tpo -c -o ags-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_factory.Tpo $(DEPDIR)/ags-ags_recall_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='ags-ags_recall_factory.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer.o `test -f 'src/ags/X/machine/ags_mixer.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_factory.o `test -f 'src/ags/audio/ags_recall_factory.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_factory.c
 
-gsequencer-ags_mixer.obj: src/ags/X/machine/ags_mixer.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer.Tpo -c -o gsequencer-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer.Tpo $(DEPDIR)/gsequencer-ags_mixer.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer.c' object='gsequencer-ags_mixer.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_factory.obj: src/ags/audio/ags_recall_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_factory.Tpo -c -o ags-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_factory.Tpo $(DEPDIR)/ags-ags_recall_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_factory.c' object='ags-ags_recall_factory.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer.obj `if test -f 'src/ags/X/machine/ags_mixer.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_factory.obj `if test -f 'src/ags/audio/ags_recall_factory.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_factory.c'; fi`
 
-gsequencer-ags_mixer_input_line.o: src/ags/X/machine/ags_mixer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo -c -o gsequencer-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='gsequencer-ags_mixer_input_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_recycling_dummy.o: src/ags/audio/ags_recall_recycling_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling_dummy.o -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo -c -o ags-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo $(DEPDIR)/ags-ags_recall_recycling_dummy.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='ags-ags_recall_recycling_dummy.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_line.o `test -f 'src/ags/X/machine/ags_mixer_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling_dummy.o `test -f 'src/ags/audio/ags_recall_recycling_dummy.c' || echo '$(srcdir)/'`src/ags/audio/ags_recall_recycling_dummy.c
 
-gsequencer-ags_mixer_input_line.obj: src/ags/X/machine/ags_mixer_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo -c -o gsequencer-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_line.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_line.c' object='gsequencer-ags_mixer_input_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recall_recycling_dummy.obj: src/ags/audio/ags_recall_recycling_dummy.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recall_recycling_dummy.obj -MD -MP -MF $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo -c -o ags-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recall_recycling_dummy.Tpo $(DEPDIR)/ags-ags_recall_recycling_dummy.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/ags_recall_recycling_dummy.c' object='ags-ags_recall_recycling_dummy.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_line.obj `if test -f 'src/ags/X/machine/ags_mixer_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recall_recycling_dummy.obj `if test -f 'src/ags/audio/ags_recall_recycling_dummy.c'; then $(CYGPATH_W) 'src/ags/audio/ags_recall_recycling_dummy.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/ags_recall_recycling_dummy.c'; fi`
 
-gsequencer-ags_mixer_input_pad.o: src/ags/X/machine/ags_mixer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo -c -o gsequencer-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='gsequencer-ags_mixer_input_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_id_ref.o: src/ags/file/ags_file_id_ref.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_id_ref.o -MD -MP -MF $(DEPDIR)/ags-ags_file_id_ref.Tpo -c -o ags-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_id_ref.Tpo $(DEPDIR)/ags-ags_file_id_ref.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='ags-ags_file_id_ref.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_pad.o `test -f 'src/ags/X/machine/ags_mixer_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_mixer_input_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
 
-gsequencer-ags_mixer_input_pad.obj: src/ags/X/machine/ags_mixer_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_mixer_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo -c -o gsequencer-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_mixer_input_pad.Tpo $(DEPDIR)/gsequencer-ags_mixer_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_mixer_input_pad.c' object='gsequencer-ags_mixer_input_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_id_ref.obj: src/ags/file/ags_file_id_ref.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_id_ref.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_id_ref.Tpo -c -o ags-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_id_ref.Tpo $(DEPDIR)/ags-ags_file_id_ref.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='ags-ags_file_id_ref.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_mixer_input_pad.obj `if test -f 'src/ags/X/machine/ags_mixer_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_mixer_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_mixer_input_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
 
-gsequencer-ags_oscillator_callbacks.o: src/ags/X/machine/ags_oscillator_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo -c -o gsequencer-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='gsequencer-ags_oscillator_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_link.o: src/ags/file/ags_file_link.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_link.o -MD -MP -MF $(DEPDIR)/ags-ags_file_link.Tpo -c -o ags-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_link.Tpo $(DEPDIR)/ags-ags_file_link.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='ags-ags_file_link.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator_callbacks.o `test -f 'src/ags/X/machine/ags_oscillator_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
 
-gsequencer-ags_oscillator_callbacks.obj: src/ags/X/machine/ags_oscillator_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo -c -o gsequencer-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Tpo $(DEPDIR)/gsequencer-ags_oscillator_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator_callbacks.c' object='gsequencer-ags_oscillator_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_link.obj: src/ags/file/ags_file_link.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_link.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_link.Tpo -c -o ags-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_link.Tpo $(DEPDIR)/ags-ags_file_link.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='ags-ags_file_link.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator_callbacks.obj `if test -f 'src/ags/X/machine/ags_oscillator_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
 
-gsequencer-ags_oscillator.o: src/ags/X/machine/ags_oscillator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator.Tpo -c -o gsequencer-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator.Tpo $(DEPDIR)/gsequencer-ags_oscillator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='gsequencer-ags_oscillator.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_sound.o: src/ags/file/ags_file_sound.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_sound.o -MD -MP -MF $(DEPDIR)/ags-ags_file_sound.Tpo -c -o ags-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_sound.Tpo $(DEPDIR)/ags-ags_file_sound.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='ags-ags_file_sound.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator.o `test -f 'src/ags/X/machine/ags_oscillator.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_oscillator.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
 
-gsequencer-ags_oscillator.obj: src/ags/X/machine/ags_oscillator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_oscillator.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_oscillator.Tpo -c -o gsequencer-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_oscillator.Tpo $(DEPDIR)/gsequencer-ags_oscillator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_oscillator.c' object='gsequencer-ags_oscillator.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_sound.obj: src/ags/file/ags_file_sound.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_sound.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_sound.Tpo -c -o ags-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_sound.Tpo $(DEPDIR)/ags-ags_file_sound.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='ags-ags_file_sound.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_oscillator.obj `if test -f 'src/ags/X/machine/ags_oscillator.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_oscillator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_oscillator.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
 
-gsequencer-ags_panel_callbacks.o: src/ags/X/machine/ags_panel_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo -c -o gsequencer-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo $(DEPDIR)/gsequencer-ags_panel_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='gsequencer-ags_panel_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_thread.o: src/ags/file/ags_file_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_file_thread.Tpo -c -o ags-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_thread.Tpo $(DEPDIR)/ags-ags_file_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='ags-ags_file_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_callbacks.o `test -f 'src/ags/X/machine/ags_panel_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
 
-gsequencer-ags_panel_callbacks.obj: src/ags/X/machine/ags_panel_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo -c -o gsequencer-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_callbacks.Tpo $(DEPDIR)/gsequencer-ags_panel_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_callbacks.c' object='gsequencer-ags_panel_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_thread.obj: src/ags/file/ags_file_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_thread.Tpo -c -o ags-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_thread.Tpo $(DEPDIR)/ags-ags_file_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='ags-ags_file_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_callbacks.obj `if test -f 'src/ags/X/machine/ags_panel_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
 
-gsequencer-ags_panel.o: src/ags/X/machine/ags_panel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel.Tpo -c -o gsequencer-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel.Tpo $(DEPDIR)/gsequencer-ags_panel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='gsequencer-ags_panel.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_util.o: src/ags/file/ags_file_util.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_util.o -MD -MP -MF $(DEPDIR)/ags-ags_file_util.Tpo -c -o ags-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_util.Tpo $(DEPDIR)/ags-ags_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='ags-ags_file_util.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel.o `test -f 'src/ags/X/machine/ags_panel.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
 
-gsequencer-ags_panel.obj: src/ags/X/machine/ags_panel.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel.Tpo -c -o gsequencer-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel.Tpo $(DEPDIR)/gsequencer-ags_panel.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel.c' object='gsequencer-ags_panel.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_util.obj: src/ags/file/ags_file_util.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_util.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_util.Tpo -c -o ags-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_util.Tpo $(DEPDIR)/ags-ags_file_util.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='ags-ags_file_util.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel.obj `if test -f 'src/ags/X/machine/ags_panel.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
 
-gsequencer-ags_panel_input_line.o: src/ags/X/machine/ags_panel_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo -c -o gsequencer-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo $(DEPDIR)/gsequencer-ags_panel_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='gsequencer-ags_panel_input_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_lookup.o: src/ags/file/ags_file_lookup.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_lookup.o -MD -MP -MF $(DEPDIR)/ags-ags_file_lookup.Tpo -c -o ags-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_lookup.Tpo $(DEPDIR)/ags-ags_file_lookup.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='ags-ags_file_lookup.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_line.o `test -f 'src/ags/X/machine/ags_panel_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
 
-gsequencer-ags_panel_input_line.obj: src/ags/X/machine/ags_panel_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo -c -o gsequencer-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_line.Tpo $(DEPDIR)/gsequencer-ags_panel_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_line.c' object='gsequencer-ags_panel_input_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_lookup.obj: src/ags/file/ags_file_lookup.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_lookup.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_lookup.Tpo -c -o ags-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_lookup.Tpo $(DEPDIR)/ags-ags_file_lookup.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='ags-ags_file_lookup.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_line.obj `if test -f 'src/ags/X/machine/ags_panel_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
 
-gsequencer-ags_panel_input_pad.o: src/ags/X/machine/ags_panel_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo -c -o gsequencer-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo $(DEPDIR)/gsequencer-ags_panel_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='gsequencer-ags_panel_input_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_launch.o: src/ags/file/ags_file_launch.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_launch.o -MD -MP -MF $(DEPDIR)/ags-ags_file_launch.Tpo -c -o ags-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_launch.Tpo $(DEPDIR)/ags-ags_file_launch.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='ags-ags_file_launch.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_pad.o `test -f 'src/ags/X/machine/ags_panel_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_panel_input_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
 
-gsequencer-ags_panel_input_pad.obj: src/ags/X/machine/ags_panel_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_panel_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo -c -o gsequencer-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_panel_input_pad.Tpo $(DEPDIR)/gsequencer-ags_panel_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_panel_input_pad.c' object='gsequencer-ags_panel_input_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_launch.obj: src/ags/file/ags_file_launch.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_launch.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_launch.Tpo -c -o ags-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_launch.Tpo $(DEPDIR)/ags-ags_file_launch.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='ags-ags_file_launch.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_panel_input_pad.obj `if test -f 'src/ags/X/machine/ags_panel_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_panel_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_panel_input_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
 
-gsequencer-ags_synth_bridge_callbacks.o: src/ags/X/machine/ags_synth_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo -c -o gsequencer-ags_synth_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge_callbacks.c' object='gsequencer-ags_synth_bridge_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_gui.o: src/ags/file/ags_file_gui.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_gui.o -MD -MP -MF $(DEPDIR)/ags-ags_file_gui.Tpo -c -o ags-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_gui.Tpo $(DEPDIR)/ags-ags_file_gui.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='ags-ags_file_gui.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
 
-gsequencer-ags_synth_bridge_callbacks.obj: src/ags/X/machine/ags_synth_bridge_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo -c -o gsequencer-ags_synth_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge_callbacks.c' object='gsequencer-ags_synth_bridge_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file_gui.obj: src/ags/file/ags_file_gui.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file_gui.obj -MD -MP -MF $(DEPDIR)/ags-ags_file_gui.Tpo -c -o ags-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file_gui.Tpo $(DEPDIR)/ags-ags_file_gui.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='ags-ags_file_gui.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
 
-gsequencer-ags_synth_bridge.o: src/ags/X/machine/ags_synth_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo -c -o gsequencer-ags_synth_bridge.o `test -f 'src/ags/X/machine/ags_synth_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge.c' object='gsequencer-ags_synth_bridge.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_file.o: src/ags/file/ags_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file.o -MD -MP -MF $(DEPDIR)/ags-ags_file.Tpo -c -o ags-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file.Tpo $(DEPDIR)/ags-ags_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file.c' object='ags-ags_file.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge.o `test -f 'src/ags/X/machine/ags_synth_bridge.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bridge.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
 
-gsequencer-ags_synth_bridge.obj: src/ags/X/machine/ags_synth_bridge.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bridge.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo -c -o gsequencer-ags_synth_bridge.obj `if test -f 'src/ags/X/machine/ags_synth_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bridge.Tpo $(DEPDIR)/gsequencer-ags_synth_bridge.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bridge.c' object='gsequencer-ags_synth_bridge.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_file.obj: src/ags/file/ags_file.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_file.obj -MD -MP -MF $(DEPDIR)/ags-ags_file.Tpo -c -o ags-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_file.Tpo $(DEPDIR)/ags-ags_file.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file.c' object='ags-ags_file.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bridge.obj `if test -f 'src/ags/X/machine/ags_synth_bridge.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bridge.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bridge.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
 
-gsequencer-ags_synth_bulk_output_callbacks.o: src/ags/X/machine/ags_synth_bulk_output_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo -c -o gsequencer-ags_synth_bulk_output_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output_callbacks.c' object='gsequencer-ags_synth_bulk_output_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_record_thread.o: src/ags/thread/ags_record_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_record_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_record_thread.Tpo -c -o ags-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_record_thread.Tpo $(DEPDIR)/ags-ags_record_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='ags-ags_record_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output_callbacks.o `test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_record_thread.o `test -f 'src/ags/thread/ags_record_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_record_thread.c
 
-gsequencer-ags_synth_bulk_output_callbacks.obj: src/ags/X/machine/ags_synth_bulk_output_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo -c -o gsequencer-ags_synth_bulk_output_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output_callbacks.c' object='gsequencer-ags_synth_bulk_output_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_record_thread.obj: src/ags/thread/ags_record_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_record_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_record_thread.Tpo -c -o ags-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_record_thread.Tpo $(DEPDIR)/ags-ags_record_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_record_thread.c' object='ags-ags_record_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_record_thread.obj `if test -f 'src/ags/thread/ags_record_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_record_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_record_thread.c'; fi`
 
-gsequencer-ags_synth_bulk_output.o: src/ags/X/machine/ags_synth_bulk_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo -c -o gsequencer-ags_synth_bulk_output.o `test -f 'src/ags/X/machine/ags_synth_bulk_output.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output.c' object='gsequencer-ags_synth_bulk_output.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_returnable_thread.o: src/ags/thread/ags_returnable_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_returnable_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_returnable_thread.Tpo -c -o ags-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_returnable_thread.Tpo $(DEPDIR)/ags-ags_returnable_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='ags-ags_returnable_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output.o `test -f 'src/ags/X/machine/ags_synth_bulk_output.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_bulk_output.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_returnable_thread.o `test -f 'src/ags/thread/ags_returnable_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_returnable_thread.c
 
-gsequencer-ags_synth_bulk_output.obj: src/ags/X/machine/ags_synth_bulk_output.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_bulk_output.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo -c -o gsequencer-ags_synth_bulk_output.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_bulk_output.Tpo $(DEPDIR)/gsequencer-ags_synth_bulk_output.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_bulk_output.c' object='gsequencer-ags_synth_bulk_output.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_returnable_thread.obj: src/ags/thread/ags_returnable_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_returnable_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_returnable_thread.Tpo -c -o ags-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_returnable_thread.Tpo $(DEPDIR)/ags-ags_returnable_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_returnable_thread.c' object='ags-ags_returnable_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_bulk_output.obj `if test -f 'src/ags/X/machine/ags_synth_bulk_output.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_bulk_output.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_bulk_output.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_returnable_thread.obj `if test -f 'src/ags/thread/ags_returnable_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_returnable_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_returnable_thread.c'; fi`
 
-gsequencer-ags_synth_callbacks.o: src/ags/X/machine/ags_synth_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo -c -o gsequencer-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='gsequencer-ags_synth_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_autosave_thread.o: src/ags/thread/ags_autosave_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_autosave_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_autosave_thread.Tpo -c -o ags-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_autosave_thread.Tpo $(DEPDIR)/ags-ags_autosave_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='ags-ags_autosave_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_callbacks.o `test -f 'src/ags/X/machine/ags_synth_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_autosave_thread.o `test -f 'src/ags/thread/ags_autosave_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_autosave_thread.c
 
-gsequencer-ags_synth_callbacks.obj: src/ags/X/machine/ags_synth_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo -c -o gsequencer-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_callbacks.c' object='gsequencer-ags_synth_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_autosave_thread.obj: src/ags/thread/ags_autosave_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_autosave_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_autosave_thread.Tpo -c -o ags-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_autosave_thread.Tpo $(DEPDIR)/ags-ags_autosave_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_autosave_thread.c' object='ags-ags_autosave_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_autosave_thread.obj `if test -f 'src/ags/thread/ags_autosave_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_autosave_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_autosave_thread.c'; fi`
 
-gsequencer-ags_synth.o: src/ags/X/machine/ags_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth.Tpo -c -o gsequencer-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth.Tpo $(DEPDIR)/gsequencer-ags_synth.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='gsequencer-ags_synth.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_devout_thread.o: src/ags/thread/ags_devout_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_devout_thread.Tpo -c -o ags-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout_thread.Tpo $(DEPDIR)/ags-ags_devout_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='ags-ags_devout_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth.o `test -f 'src/ags/X/machine/ags_synth.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout_thread.o `test -f 'src/ags/thread/ags_devout_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_devout_thread.c
 
-gsequencer-ags_synth.obj: src/ags/X/machine/ags_synth.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth.Tpo -c -o gsequencer-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth.Tpo $(DEPDIR)/gsequencer-ags_synth.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth.c' object='gsequencer-ags_synth.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_devout_thread.obj: src/ags/thread/ags_devout_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_devout_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_devout_thread.Tpo -c -o ags-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_devout_thread.Tpo $(DEPDIR)/ags-ags_devout_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_devout_thread.c' object='ags-ags_devout_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth.obj `if test -f 'src/ags/X/machine/ags_synth.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_devout_thread.obj `if test -f 'src/ags/thread/ags_devout_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_devout_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_devout_thread.c'; fi`
 
-gsequencer-ags_synth_input_line.o: src/ags/X/machine/ags_synth_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo -c -o gsequencer-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo $(DEPDIR)/gsequencer-ags_synth_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='gsequencer-ags_synth_input_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_thread_pool.o: src/ags/thread/ags_thread_pool.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread_pool.o -MD -MP -MF $(DEPDIR)/ags-ags_thread_pool.Tpo -c -o ags-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread_pool.Tpo $(DEPDIR)/ags-ags_thread_pool.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='ags-ags_thread_pool.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_line.o `test -f 'src/ags/X/machine/ags_synth_input_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread_pool.o `test -f 'src/ags/thread/ags_thread_pool.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread_pool.c
 
-gsequencer-ags_synth_input_line.obj: src/ags/X/machine/ags_synth_input_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo -c -o gsequencer-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_line.Tpo $(DEPDIR)/gsequencer-ags_synth_input_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_line.c' object='gsequencer-ags_synth_input_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_thread_pool.obj: src/ags/thread/ags_thread_pool.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread_pool.obj -MD -MP -MF $(DEPDIR)/ags-ags_thread_pool.Tpo -c -o ags-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread_pool.Tpo $(DEPDIR)/ags-ags_thread_pool.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread_pool.c' object='ags-ags_thread_pool.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_line.obj `if test -f 'src/ags/X/machine/ags_synth_input_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread_pool.obj `if test -f 'src/ags/thread/ags_thread_pool.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread_pool.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread_pool.c'; fi`
 
-gsequencer-ags_synth_input_pad.o: src/ags/X/machine/ags_synth_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo -c -o gsequencer-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='gsequencer-ags_synth_input_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_gui_task_thread.o: src/ags/thread/ags_gui_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_task_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_gui_task_thread.Tpo -c -o ags-ags_gui_task_thread.o `test -f 'src/ags/thread/ags_gui_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_task_thread.Tpo $(DEPDIR)/ags-ags_gui_task_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_task_thread.c' object='ags-ags_gui_task_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_pad.o `test -f 'src/ags/X/machine/ags_synth_input_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_input_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_task_thread.o `test -f 'src/ags/thread/ags_gui_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_task_thread.c
 
-gsequencer-ags_synth_input_pad.obj: src/ags/X/machine/ags_synth_input_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_input_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo -c -o gsequencer-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_input_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_input_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_input_pad.c' object='gsequencer-ags_synth_input_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_gui_task_thread.obj: src/ags/thread/ags_gui_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_task_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_gui_task_thread.Tpo -c -o ags-ags_gui_task_thread.obj `if test -f 'src/ags/thread/ags_gui_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_task_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_task_thread.Tpo $(DEPDIR)/ags-ags_gui_task_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_task_thread.c' object='ags-ags_gui_task_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_input_pad.obj `if test -f 'src/ags/X/machine/ags_synth_input_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_input_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_input_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_task_thread.obj `if test -f 'src/ags/thread/ags_gui_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_task_thread.c'; fi`
 
-gsequencer-ags_synth_output_line_callbacks.o: src/ags/X/machine/ags_synth_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo -c -o gsequencer-ags_synth_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line_callbacks.c' object='gsequencer-ags_synth_output_line_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_task_thread.o: src/ags/thread/ags_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_task_thread.Tpo -c -o ags-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task_thread.Tpo $(DEPDIR)/ags-ags_task_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='ags-ags_task_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task_thread.o `test -f 'src/ags/thread/ags_task_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_task_thread.c
 
-gsequencer-ags_synth_output_line_callbacks.obj: src/ags/X/machine/ags_synth_output_line_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo -c -o gsequencer-ags_synth_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line_callbacks.c' object='gsequencer-ags_synth_output_line_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_task_thread.obj: src/ags/thread/ags_task_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_task_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_task_thread.Tpo -c -o ags-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_task_thread.Tpo $(DEPDIR)/ags-ags_task_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_task_thread.c' object='ags-ags_task_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_task_thread.obj `if test -f 'src/ags/thread/ags_task_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_task_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_task_thread.c'; fi`
 
-gsequencer-ags_synth_output_line.o: src/ags/X/machine/ags_synth_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo -c -o gsequencer-ags_synth_output_line.o `test -f 'src/ags/X/machine/ags_synth_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line.c' object='gsequencer-ags_synth_output_line.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp_thread.o: src/ags/thread/ags_timestamp_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_thread.Tpo -c -o ags-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_thread.Tpo $(DEPDIR)/ags-ags_timestamp_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='ags-ags_timestamp_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line.o `test -f 'src/ags/X/machine/ags_synth_output_line.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_line.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_thread.o `test -f 'src/ags/thread/ags_timestamp_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_timestamp_thread.c
 
-gsequencer-ags_synth_output_line.obj: src/ags/X/machine/ags_synth_output_line.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_line.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo -c -o gsequencer-ags_synth_output_line.obj `if test -f 'src/ags/X/machine/ags_synth_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_line.Tpo $(DEPDIR)/gsequencer-ags_synth_output_line.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_line.c' object='gsequencer-ags_synth_output_line.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_timestamp_thread.obj: src/ags/thread/ags_timestamp_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_timestamp_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_timestamp_thread.Tpo -c -o ags-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_timestamp_thread.Tpo $(DEPDIR)/ags-ags_timestamp_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_timestamp_thread.c' object='ags-ags_timestamp_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_line.obj `if test -f 'src/ags/X/machine/ags_synth_output_line.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_line.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_line.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_timestamp_thread.obj `if test -f 'src/ags/thread/ags_timestamp_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_timestamp_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_timestamp_thread.c'; fi`
 
-gsequencer-ags_synth_output_pad_callbacks.o: src/ags/X/machine/ags_synth_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo -c -o gsequencer-ags_synth_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad_callbacks.c' object='gsequencer-ags_synth_output_pad_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_thread_callbacks.o: src/ags/thread/ags_recycling_thread_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread_callbacks.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo -c -o ags-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/ags-ags_recycling_thread_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='ags-ags_recycling_thread_callbacks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad_callbacks.o `test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread_callbacks.o `test -f 'src/ags/thread/ags_recycling_thread_callbacks.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread_callbacks.c
 
-gsequencer-ags_synth_output_pad_callbacks.obj: src/ags/X/machine/ags_synth_output_pad_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo -c -o gsequencer-ags_synth_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad_callbacks.c' object='gsequencer-ags_synth_output_pad_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_thread_callbacks.obj: src/ags/thread/ags_recycling_thread_callbacks.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread_callbacks.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo -c -o ags-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread_callbacks.Tpo $(DEPDIR)/ags-ags_recycling_thread_callbacks.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread_callbacks.c' object='ags-ags_recycling_thread_callbacks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad_callbacks.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread_callbacks.obj `if test -f 'src/ags/thread/ags_recycling_thread_callbacks.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread_callbacks.c'; fi`
 
-gsequencer-ags_synth_output_pad.o: src/ags/X/machine/ags_synth_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo -c -o gsequencer-ags_synth_output_pad.o `test -f 'src/ags/X/machine/ags_synth_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad.c' object='gsequencer-ags_synth_output_pad.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_iterator_thread.o: src/ags/thread/ags_iterator_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_iterator_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_iterator_thread.Tpo -c -o ags-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_iterator_thread.Tpo $(DEPDIR)/ags-ags_iterator_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='ags-ags_iterator_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad.o `test -f 'src/ags/X/machine/ags_synth_output_pad.c' || echo '$(srcdir)/'`src/ags/X/machine/ags_synth_output_pad.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_iterator_thread.o `test -f 'src/ags/thread/ags_iterator_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_iterator_thread.c
 
-gsequencer-ags_synth_output_pad.obj: src/ags/X/machine/ags_synth_output_pad.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_synth_output_pad.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo -c -o gsequencer-ags_synth_output_pad.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_synth_output_pad.Tpo $(DEPDIR)/gsequencer-ags_synth_output_pad.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/machine/ags_synth_output_pad.c' object='gsequencer-ags_synth_output_pad.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_iterator_thread.obj: src/ags/thread/ags_iterator_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_iterator_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_iterator_thread.Tpo -c -o ags-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_iterator_thread.Tpo $(DEPDIR)/ags-ags_iterator_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_iterator_thread.c' object='ags-ags_iterator_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_synth_output_pad.obj `if test -f 'src/ags/X/machine/ags_synth_output_pad.c'; then $(CYGPATH_W) 'src/ags/X/machine/ags_synth_output_pad.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/machine/ags_synth_output_pad.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_iterator_thread.obj `if test -f 'src/ags/thread/ags_iterator_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_iterator_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_iterator_thread.c'; fi`
 
-gsequencer-ags_automation_area_callbacks.o: src/ags/X/editor/ags_automation_area_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo -c -o gsequencer-ags_automation_area_callbacks.o `test -f 'src/ags/X/editor/ags_automation_area_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area_callbacks.c' object='gsequencer-ags_automation_area_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_async_queue.o: src/ags/thread/ags_async_queue.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_async_queue.o -MD -MP -MF $(DEPDIR)/ags-ags_async_queue.Tpo -c -o ags-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_async_queue.Tpo $(DEPDIR)/ags-ags_async_queue.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='ags-ags_async_queue.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area_callbacks.o `test -f 'src/ags/X/editor/ags_automation_area_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_async_queue.o `test -f 'src/ags/thread/ags_async_queue.c' || echo '$(srcdir)/'`src/ags/thread/ags_async_queue.c
 
-gsequencer-ags_automation_area_callbacks.obj: src/ags/X/editor/ags_automation_area_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo -c -o gsequencer-ags_automation_area_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_area_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_area_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area_callbacks.c' object='gsequencer-ags_automation_area_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_async_queue.obj: src/ags/thread/ags_async_queue.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_async_queue.obj -MD -MP -MF $(DEPDIR)/ags-ags_async_queue.Tpo -c -o ags-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_async_queue.Tpo $(DEPDIR)/ags-ags_async_queue.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_async_queue.c' object='ags-ags_async_queue.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_area_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_async_queue.obj `if test -f 'src/ags/thread/ags_async_queue.c'; then $(CYGPATH_W) 'src/ags/thread/ags_async_queue.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_async_queue.c'; fi`
 
-gsequencer-ags_automation_area.o: src/ags/X/editor/ags_automation_area.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area.Tpo -c -o gsequencer-ags_automation_area.o `test -f 'src/ags/X/editor/ags_automation_area.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area.Tpo $(DEPDIR)/gsequencer-ags_automation_area.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area.c' object='gsequencer-ags_automation_area.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_thread.o: src/ags/thread/ags_export_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_export_thread.Tpo -c -o ags-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_thread.Tpo $(DEPDIR)/ags-ags_export_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='ags-ags_export_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area.o `test -f 'src/ags/X/editor/ags_automation_area.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_area.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_thread.o `test -f 'src/ags/thread/ags_export_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_export_thread.c
 
-gsequencer-ags_automation_area.obj: src/ags/X/editor/ags_automation_area.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_area.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_area.Tpo -c -o gsequencer-ags_automation_area.obj `if test -f 'src/ags/X/editor/ags_automation_area.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_area.Tpo $(DEPDIR)/gsequencer-ags_automation_area.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_area.c' object='gsequencer-ags_automation_area.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_export_thread.obj: src/ags/thread/ags_export_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_export_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_export_thread.Tpo -c -o ags-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_export_thread.Tpo $(DEPDIR)/ags-ags_export_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_export_thread.c' object='ags-ags_export_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_area.obj `if test -f 'src/ags/X/editor/ags_automation_area.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_area.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_area.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_export_thread.obj `if test -f 'src/ags/thread/ags_export_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_export_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_export_thread.c'; fi`
 
-gsequencer-ags_automation_edit_callbacks.o: src/ags/X/editor/ags_automation_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo -c -o gsequencer-ags_automation_edit_callbacks.o `test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit_callbacks.c' object='gsequencer-ags_automation_edit_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_loop.o: src/ags/thread/ags_audio_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_loop.o -MD -MP -MF $(DEPDIR)/ags-ags_audio_loop.Tpo -c -o ags-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_loop.Tpo $(DEPDIR)/ags-ags_audio_loop.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='ags-ags_audio_loop.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit_callbacks.o `test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_loop.o `test -f 'src/ags/thread/ags_audio_loop.c' || echo '$(srcdir)/'`src/ags/thread/ags_audio_loop.c
 
-gsequencer-ags_automation_edit_callbacks.obj: src/ags/X/editor/ags_automation_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo -c -o gsequencer-ags_automation_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit_callbacks.c' object='gsequencer-ags_automation_edit_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_audio_loop.obj: src/ags/thread/ags_audio_loop.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_audio_loop.obj -MD -MP -MF $(DEPDIR)/ags-ags_audio_loop.Tpo -c -o ags-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_audio_loop.Tpo $(DEPDIR)/ags-ags_audio_loop.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_audio_loop.c' object='ags-ags_audio_loop.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_audio_loop.obj `if test -f 'src/ags/thread/ags_audio_loop.c'; then $(CYGPATH_W) 'src/ags/thread/ags_audio_loop.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_audio_loop.c'; fi`
 
-gsequencer-ags_automation_edit.o: src/ags/X/editor/ags_automation_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit.Tpo -c -o gsequencer-ags_automation_edit.o `test -f 'src/ags/X/editor/ags_automation_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit.Tpo $(DEPDIR)/gsequencer-ags_automation_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit.c' object='gsequencer-ags_automation_edit.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_thread.o: src/ags/thread/ags_recycling_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread.Tpo -c -o ags-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread.Tpo $(DEPDIR)/ags-ags_recycling_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='ags-ags_recycling_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit.o `test -f 'src/ags/X/editor/ags_automation_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_edit.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread.o `test -f 'src/ags/thread/ags_recycling_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_recycling_thread.c
 
-gsequencer-ags_automation_edit.obj: src/ags/X/editor/ags_automation_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_edit.Tpo -c -o gsequencer-ags_automation_edit.obj `if test -f 'src/ags/X/editor/ags_automation_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_edit.Tpo $(DEPDIR)/gsequencer-ags_automation_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_edit.c' object='gsequencer-ags_automation_edit.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_recycling_thread.obj: src/ags/thread/ags_recycling_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_recycling_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_recycling_thread.Tpo -c -o ags-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_recycling_thread.Tpo $(DEPDIR)/ags-ags_recycling_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_recycling_thread.c' object='ags-ags_recycling_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_edit.obj `if test -f 'src/ags/X/editor/ags_automation_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_edit.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_recycling_thread.obj `if test -f 'src/ags/thread/ags_recycling_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_recycling_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_recycling_thread.c'; fi`
 
-gsequencer-ags_automation_toolbar_callbacks.o: src/ags/X/editor/ags_automation_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo -c -o gsequencer-ags_automation_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar_callbacks.c' object='gsequencer-ags_automation_toolbar_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_thread-posix.o: src/ags/thread/ags_thread-posix.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread-posix.o -MD -MP -MF $(DEPDIR)/ags-ags_thread-posix.Tpo -c -o ags-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread-posix.Tpo $(DEPDIR)/ags-ags_thread-posix.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='ags-ags_thread-posix.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread-posix.o `test -f 'src/ags/thread/ags_thread-posix.c' || echo '$(srcdir)/'`src/ags/thread/ags_thread-posix.c
 
-gsequencer-ags_automation_toolbar_callbacks.obj: src/ags/X/editor/ags_automation_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo -c -o gsequencer-ags_automation_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar_callbacks.c' object='gsequencer-ags_automation_toolbar_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_thread-posix.obj: src/ags/thread/ags_thread-posix.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_thread-posix.obj -MD -MP -MF $(DEPDIR)/ags-ags_thread-posix.Tpo -c -o ags-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_thread-posix.Tpo $(DEPDIR)/ags-ags_thread-posix.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_thread-posix.c' object='ags-ags_thread-posix.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_thread-posix.obj `if test -f 'src/ags/thread/ags_thread-posix.c'; then $(CYGPATH_W) 'src/ags/thread/ags_thread-posix.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_thread-posix.c'; fi`
 
-gsequencer-ags_automation_toolbar.o: src/ags/X/editor/ags_automation_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo -c -o gsequencer-ags_automation_toolbar.o `test -f 'src/ags/X/editor/ags_automation_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar.c' object='gsequencer-ags_automation_toolbar.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_history.o: src/ags/thread/ags_history.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_history.o -MD -MP -MF $(DEPDIR)/ags-ags_history.Tpo -c -o ags-ags_history.o `test -f 'src/ags/thread/ags_history.c' || echo '$(srcdir)/'`src/ags/thread/ags_history.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_history.Tpo $(DEPDIR)/ags-ags_history.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_history.c' object='ags-ags_history.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar.o `test -f 'src/ags/X/editor/ags_automation_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_automation_toolbar.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_history.o `test -f 'src/ags/thread/ags_history.c' || echo '$(srcdir)/'`src/ags/thread/ags_history.c
 
-gsequencer-ags_automation_toolbar.obj: src/ags/X/editor/ags_automation_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_automation_toolbar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo -c -o gsequencer-ags_automation_toolbar.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_automation_toolbar.Tpo $(DEPDIR)/gsequencer-ags_automation_toolbar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_automation_toolbar.c' object='gsequencer-ags_automation_toolbar.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_history.obj: src/ags/thread/ags_history.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_history.obj -MD -MP -MF $(DEPDIR)/ags-ags_history.Tpo -c -o ags-ags_history.obj `if test -f 'src/ags/thread/ags_history.c'; then $(CYGPATH_W) 'src/ags/thread/ags_history.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_history.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_history.Tpo $(DEPDIR)/ags-ags_history.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_history.c' object='ags-ags_history.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_automation_toolbar.obj `if test -f 'src/ags/X/editor/ags_automation_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_automation_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_automation_toolbar.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_history.obj `if test -f 'src/ags/thread/ags_history.c'; then $(CYGPATH_W) 'src/ags/thread/ags_history.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_history.c'; fi`
 
-gsequencer-ags_file_selection_callbacks.o: src/ags/X/editor/ags_file_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo -c -o gsequencer-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='gsequencer-ags_file_selection_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_gui_thread.o: src/ags/thread/ags_gui_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_gui_thread.Tpo -c -o ags-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_thread.Tpo $(DEPDIR)/ags-ags_gui_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='ags-ags_gui_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection_callbacks.o `test -f 'src/ags/X/editor/ags_file_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_thread.o `test -f 'src/ags/thread/ags_gui_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_gui_thread.c
 
-gsequencer-ags_file_selection_callbacks.obj: src/ags/X/editor/ags_file_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo -c -o gsequencer-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_file_selection_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection_callbacks.c' object='gsequencer-ags_file_selection_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_gui_thread.obj: src/ags/thread/ags_gui_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_gui_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_gui_thread.Tpo -c -o ags-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_gui_thread.Tpo $(DEPDIR)/ags-ags_gui_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_gui_thread.c' object='ags-ags_gui_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_file_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_gui_thread.obj `if test -f 'src/ags/thread/ags_gui_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_gui_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_gui_thread.c'; fi`
 
-gsequencer-ags_file_selection.o: src/ags/X/editor/ags_file_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection.Tpo -c -o gsequencer-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection.Tpo $(DEPDIR)/gsequencer-ags_file_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='gsequencer-ags_file_selection.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_single_thread.o: src/ags/thread/ags_single_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_single_thread.o -MD -MP -MF $(DEPDIR)/ags-ags_single_thread.Tpo -c -o ags-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_single_thread.Tpo $(DEPDIR)/ags-ags_single_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='ags-ags_single_thread.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection.o `test -f 'src/ags/X/editor/ags_file_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_file_selection.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_single_thread.o `test -f 'src/ags/thread/ags_single_thread.c' || echo '$(srcdir)/'`src/ags/thread/ags_single_thread.c
 
-gsequencer-ags_file_selection.obj: src/ags/X/editor/ags_file_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_selection.Tpo -c -o gsequencer-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_selection.Tpo $(DEPDIR)/gsequencer-ags_file_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_file_selection.c' object='gsequencer-ags_file_selection.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_single_thread.obj: src/ags/thread/ags_single_thread.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_single_thread.obj -MD -MP -MF $(DEPDIR)/ags-ags_single_thread.Tpo -c -o ags-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_single_thread.Tpo $(DEPDIR)/ags-ags_single_thread.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/thread/ags_single_thread.c' object='ags-ags_single_thread.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_selection.obj `if test -f 'src/ags/X/editor/ags_file_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_file_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_file_selection.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_single_thread.obj `if test -f 'src/ags/thread/ags_single_thread.c'; then $(CYGPATH_W) 'src/ags/thread/ags_single_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/thread/ags_single_thread.c'; fi`
 
-gsequencer-ags_inline_player_callbacks.o: src/ags/X/editor/ags_inline_player_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo -c -o gsequencer-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='gsequencer-ags_inline_player_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_registry.o: src/ags/server/ags_registry.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_registry.o -MD -MP -MF $(DEPDIR)/ags-ags_registry.Tpo -c -o ags-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_registry.Tpo $(DEPDIR)/ags-ags_registry.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='ags-ags_registry.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player_callbacks.o `test -f 'src/ags/X/editor/ags_inline_player_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_registry.o `test -f 'src/ags/server/ags_registry.c' || echo '$(srcdir)/'`src/ags/server/ags_registry.c
 
-gsequencer-ags_inline_player_callbacks.obj: src/ags/X/editor/ags_inline_player_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo -c -o gsequencer-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Tpo $(DEPDIR)/gsequencer-ags_inline_player_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player_callbacks.c' object='gsequencer-ags_inline_player_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_registry.obj: src/ags/server/ags_registry.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_registry.obj -MD -MP -MF $(DEPDIR)/ags-ags_registry.Tpo -c -o ags-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_registry.Tpo $(DEPDIR)/ags-ags_registry.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_registry.c' object='ags-ags_registry.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player_callbacks.obj `if test -f 'src/ags/X/editor/ags_inline_player_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player_callbacks.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_registry.obj `if test -f 'src/ags/server/ags_registry.c'; then $(CYGPATH_W) 'src/ags/server/ags_registry.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_registry.c'; fi`
 
-gsequencer-ags_inline_player.o: src/ags/X/editor/ags_inline_player.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player.Tpo -c -o gsequencer-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player.Tpo $(DEPDIR)/gsequencer-ags_inline_player.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='gsequencer-ags_inline_player.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_remote_task.o: src/ags/server/ags_remote_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remote_task.o -MD -MP -MF $(DEPDIR)/ags-ags_remote_task.Tpo -c -o ags-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remote_task.Tpo $(DEPDIR)/ags-ags_remote_task.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='ags-ags_remote_task.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player.o `test -f 'src/ags/X/editor/ags_inline_player.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_inline_player.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remote_task.o `test -f 'src/ags/server/ags_remote_task.c' || echo '$(srcdir)/'`src/ags/server/ags_remote_task.c
 
-gsequencer-ags_inline_player.obj: src/ags/X/editor/ags_inline_player.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_inline_player.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_inline_player.Tpo -c -o gsequencer-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_inline_player.Tpo $(DEPDIR)/gsequencer-ags_inline_player.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_inline_player.c' object='gsequencer-ags_inline_player.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_remote_task.obj: src/ags/server/ags_remote_task.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_remote_task.obj -MD -MP -MF $(DEPDIR)/ags-ags_remote_task.Tpo -c -o ags-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_remote_task.Tpo $(DEPDIR)/ags-ags_remote_task.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_remote_task.c' object='ags-ags_remote_task.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_inline_player.obj `if test -f 'src/ags/X/editor/ags_inline_player.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_inline_player.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_inline_player.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_remote_task.obj `if test -f 'src/ags/server/ags_remote_task.c'; then $(CYGPATH_W) 'src/ags/server/ags_remote_task.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_remote_task.c'; fi`
 
-gsequencer-ags_machine_radio_button.o: src/ags/X/editor/ags_machine_radio_button.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_radio_button.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo -c -o gsequencer-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo $(DEPDIR)/gsequencer-ags_machine_radio_button.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='gsequencer-ags_machine_radio_button.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_server.o: src/ags/server/ags_server.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server.o -MD -MP -MF $(DEPDIR)/ags-ags_server.Tpo -c -o ags-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server.Tpo $(DEPDIR)/ags-ags_server.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server.c' object='ags-ags_server.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_radio_button.o `test -f 'src/ags/X/editor/ags_machine_radio_button.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_radio_button.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server.o `test -f 'src/ags/server/ags_server.c' || echo '$(srcdir)/'`src/ags/server/ags_server.c
 
-gsequencer-ags_machine_radio_button.obj: src/ags/X/editor/ags_machine_radio_button.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_radio_button.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo -c -o gsequencer-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_radio_button.Tpo $(DEPDIR)/gsequencer-ags_machine_radio_button.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_radio_button.c' object='gsequencer-ags_machine_radio_button.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_server.obj: src/ags/server/ags_server.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_server.obj -MD -MP -MF $(DEPDIR)/ags-ags_server.Tpo -c -o ags-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_server.Tpo $(DEPDIR)/ags-ags_server.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/server/ags_server.c' object='ags-ags_server.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_radio_button.obj `if test -f 'src/ags/X/editor/ags_machine_radio_button.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_radio_button.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_radio_button.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_server.obj `if test -f 'src/ags/server/ags_server.c'; then $(CYGPATH_W) 'src/ags/server/ags_server.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/server/ags_server.c'; fi`
 
-gsequencer-ags_machine_selection.o: src/ags/X/editor/ags_machine_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selection.Tpo -c -o gsequencer-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selection.Tpo $(DEPDIR)/gsequencer-ags_machine_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='gsequencer-ags_machine_selection.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_factory.o: src/ags/plugin/ags_plugin_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_factory.o -MD -MP -MF $(DEPDIR)/ags-ags_plugin_factory.Tpo -c -o ags-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_factory.Tpo $(DEPDIR)/ags-ags_plugin_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='ags-ags_plugin_factory.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selection.o `test -f 'src/ags/X/editor/ags_machine_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selection.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_factory.o `test -f 'src/ags/plugin/ags_plugin_factory.c' || echo '$(srcdir)/'`src/ags/plugin/ags_plugin_factory.c
 
-gsequencer-ags_machine_selection.obj: src/ags/X/editor/ags_machine_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selection.Tpo -c -o gsequencer-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selection.Tpo $(DEPDIR)/gsequencer-ags_machine_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selection.c' object='gsequencer-ags_machine_selection.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_plugin_factory.obj: src/ags/plugin/ags_plugin_factory.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_plugin_factory.obj -MD -MP -MF $(DEPDIR)/ags-ags_plugin_factory.Tpo -c -o ags-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_plugin_factory.Tpo $(DEPDIR)/ags-ags_plugin_factory.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_plugin_factory.c' object='ags-ags_plugin_factory.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selection.obj `if test -f 'src/ags/X/editor/ags_machine_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selection.c'; fi`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_plugin_factory.obj `if test -f 'src/ags/plugin/ags_plugin_factory.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_plugin_factory.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_plugin_factory.c'; fi`
 
-gsequencer-ags_machine_selector_callbacks.o: src/ags/X/editor/ags_machine_selector_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo -c -o gsequencer-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='gsequencer-ags_machine_selector_callbacks.o' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_manager.o: src/ags/plugin/ags_ladspa_manager.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_manager.o -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_manager.Tpo -c -o ags-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_manager.Tpo $(DEPDIR)/ags-ags_ladspa_manager.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='ags-ags_ladspa_manager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector_callbacks.o `test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector_callbacks.c
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_manager.o `test -f 'src/ags/plugin/ags_ladspa_manager.c' || echo '$(srcdir)/'`src/ags/plugin/ags_ladspa_manager.c
 
-gsequencer-ags_machine_selector_callbacks.obj: src/ags/X/editor/ags_machine_selector_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo -c -o gsequencer-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Tpo $(DEPDIR)/gsequencer-ags_machine_selector_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector_callbacks.c' object='gsequencer-ags_machine_selector_callbacks.obj' libtool=no @AMDEPBACKSLASH@
+ags-ags_ladspa_manager.obj: src/ags/plugin/ags_ladspa_manager.c
+ at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -MT ags-ags_ladspa_manager.obj -MD -MP -MF $(DEPDIR)/ags-ags_ladspa_manager.Tpo -c -o ags-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
+ at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ags-ags_ladspa_manager.Tpo $(DEPDIR)/ags-ags_ladspa_manager.Po
+ at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/plugin/ags_ladspa_manager.c' object='ags-ags_ladspa_manager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector_callbacks.obj `if test -f 'src/ags/X/editor/ags_machine_selector_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector_callbacks.c'; fi`
-
-gsequencer-ags_machine_selector.o: src/ags/X/editor/ags_machine_selector.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector.Tpo -c -o gsequencer-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector.Tpo $(DEPDIR)/gsequencer-ags_machine_selector.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='gsequencer-ags_machine_selector.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector.o `test -f 'src/ags/X/editor/ags_machine_selector.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_machine_selector.c
-
-gsequencer-ags_machine_selector.obj: src/ags/X/editor/ags_machine_selector.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_machine_selector.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_machine_selector.Tpo -c -o gsequencer-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_machine_selector.Tpo $(DEPDIR)/gsequencer-ags_machine_selector.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_machine_selector.c' object='gsequencer-ags_machine_selector.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_machine_selector.obj `if test -f 'src/ags/X/editor/ags_machine_selector.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_machine_selector.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_machine_selector.c'; fi`
-
-gsequencer-ags_meter_callbacks.o: src/ags/X/editor/ags_meter_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo -c -o gsequencer-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo $(DEPDIR)/gsequencer-ags_meter_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='gsequencer-ags_meter_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter_callbacks.o `test -f 'src/ags/X/editor/ags_meter_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter_callbacks.c
-
-gsequencer-ags_meter_callbacks.obj: src/ags/X/editor/ags_meter_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo -c -o gsequencer-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter_callbacks.Tpo $(DEPDIR)/gsequencer-ags_meter_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter_callbacks.c' object='gsequencer-ags_meter_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter_callbacks.obj `if test -f 'src/ags/X/editor/ags_meter_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter_callbacks.c'; fi`
-
-gsequencer-ags_meter.o: src/ags/X/editor/ags_meter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter.Tpo -c -o gsequencer-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter.Tpo $(DEPDIR)/gsequencer-ags_meter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='gsequencer-ags_meter.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter.o `test -f 'src/ags/X/editor/ags_meter.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_meter.c
-
-gsequencer-ags_meter.obj: src/ags/X/editor/ags_meter.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_meter.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_meter.Tpo -c -o gsequencer-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_meter.Tpo $(DEPDIR)/gsequencer-ags_meter.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_meter.c' object='gsequencer-ags_meter.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_meter.obj `if test -f 'src/ags/X/editor/ags_meter.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_meter.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_meter.c'; fi`
-
-gsequencer-ags_notebook_callbacks.o: src/ags/X/editor/ags_notebook_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo -c -o gsequencer-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo $(DEPDIR)/gsequencer-ags_notebook_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='gsequencer-ags_notebook_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook_callbacks.o `test -f 'src/ags/X/editor/ags_notebook_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook_callbacks.c
-
-gsequencer-ags_notebook_callbacks.obj: src/ags/X/editor/ags_notebook_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo -c -o gsequencer-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook_callbacks.Tpo $(DEPDIR)/gsequencer-ags_notebook_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook_callbacks.c' object='gsequencer-ags_notebook_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook_callbacks.obj `if test -f 'src/ags/X/editor/ags_notebook_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook_callbacks.c'; fi`
-
-gsequencer-ags_notebook.o: src/ags/X/editor/ags_notebook.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook.Tpo -c -o gsequencer-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook.Tpo $(DEPDIR)/gsequencer-ags_notebook.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='gsequencer-ags_notebook.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook.o `test -f 'src/ags/X/editor/ags_notebook.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_notebook.c
-
-gsequencer-ags_notebook.obj: src/ags/X/editor/ags_notebook.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_notebook.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_notebook.Tpo -c -o gsequencer-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_notebook.Tpo $(DEPDIR)/gsequencer-ags_notebook.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_notebook.c' object='gsequencer-ags_notebook.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_notebook.obj `if test -f 'src/ags/X/editor/ags_notebook.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_notebook.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_notebook.c'; fi`
-
-gsequencer-ags_note_edit_callbacks.o: src/ags/X/editor/ags_note_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo -c -o gsequencer-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='gsequencer-ags_note_edit_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit_callbacks.o `test -f 'src/ags/X/editor/ags_note_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit_callbacks.c
-
-gsequencer-ags_note_edit_callbacks.obj: src/ags/X/editor/ags_note_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo -c -o gsequencer-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_note_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit_callbacks.c' object='gsequencer-ags_note_edit_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_note_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit_callbacks.c'; fi`
-
-gsequencer-ags_note_edit.o: src/ags/X/editor/ags_note_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit.Tpo -c -o gsequencer-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit.Tpo $(DEPDIR)/gsequencer-ags_note_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='gsequencer-ags_note_edit.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit.o `test -f 'src/ags/X/editor/ags_note_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_note_edit.c
-
-gsequencer-ags_note_edit.obj: src/ags/X/editor/ags_note_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_note_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_note_edit.Tpo -c -o gsequencer-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_note_edit.Tpo $(DEPDIR)/gsequencer-ags_note_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_note_edit.c' object='gsequencer-ags_note_edit.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_note_edit.obj `if test -f 'src/ags/X/editor/ags_note_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_note_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_note_edit.c'; fi`
-
-gsequencer-ags_pattern_edit_callbacks.o: src/ags/X/editor/ags_pattern_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo -c -o gsequencer-ags_pattern_edit_callbacks.o `test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit_callbacks.c' object='gsequencer-ags_pattern_edit_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit_callbacks.o `test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit_callbacks.c
-
-gsequencer-ags_pattern_edit_callbacks.obj: src/ags/X/editor/ags_pattern_edit_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo -c -o gsequencer-ags_pattern_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit_callbacks.c' object='gsequencer-ags_pattern_edit_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit_callbacks.obj `if test -f 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit_callbacks.c'; fi`
-
-gsequencer-ags_pattern_edit.o: src/ags/X/editor/ags_pattern_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo -c -o gsequencer-ags_pattern_edit.o `test -f 'src/ags/X/editor/ags_pattern_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit.c' object='gsequencer-ags_pattern_edit.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit.o `test -f 'src/ags/X/editor/ags_pattern_edit.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_pattern_edit.c
-
-gsequencer-ags_pattern_edit.obj: src/ags/X/editor/ags_pattern_edit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_pattern_edit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo -c -o gsequencer-ags_pattern_edit.obj `if test -f 'src/ags/X/editor/ags_pattern_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_pattern_edit.Tpo $(DEPDIR)/gsequencer-ags_pattern_edit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_pattern_edit.c' object='gsequencer-ags_pattern_edit.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_pattern_edit.obj `if test -f 'src/ags/X/editor/ags_pattern_edit.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_pattern_edit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_pattern_edit.c'; fi`
-
-gsequencer-ags_port_selection_callbacks.o: src/ags/X/editor/ags_port_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo -c -o gsequencer-ags_port_selection_callbacks.o `test -f 'src/ags/X/editor/ags_port_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection_callbacks.c' object='gsequencer-ags_port_selection_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection_callbacks.o `test -f 'src/ags/X/editor/ags_port_selection_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection_callbacks.c
-
-gsequencer-ags_port_selection_callbacks.obj: src/ags/X/editor/ags_port_selection_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo -c -o gsequencer-ags_port_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_port_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Tpo $(DEPDIR)/gsequencer-ags_port_selection_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection_callbacks.c' object='gsequencer-ags_port_selection_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection_callbacks.obj `if test -f 'src/ags/X/editor/ags_port_selection_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection_callbacks.c'; fi`
-
-gsequencer-ags_port_selection.o: src/ags/X/editor/ags_port_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection.Tpo -c -o gsequencer-ags_port_selection.o `test -f 'src/ags/X/editor/ags_port_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection.Tpo $(DEPDIR)/gsequencer-ags_port_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection.c' object='gsequencer-ags_port_selection.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection.o `test -f 'src/ags/X/editor/ags_port_selection.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_port_selection.c
-
-gsequencer-ags_port_selection.obj: src/ags/X/editor/ags_port_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_port_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_port_selection.Tpo -c -o gsequencer-ags_port_selection.obj `if test -f 'src/ags/X/editor/ags_port_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_port_selection.Tpo $(DEPDIR)/gsequencer-ags_port_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_port_selection.c' object='gsequencer-ags_port_selection.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_port_selection.obj `if test -f 'src/ags/X/editor/ags_port_selection.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_port_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_port_selection.c'; fi`
-
-gsequencer-ags_sf2_chooser_callbacks.o: src/ags/X/editor/ags_sf2_chooser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo -c -o gsequencer-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='gsequencer-ags_sf2_chooser_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser_callbacks.o `test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser_callbacks.c
-
-gsequencer-ags_sf2_chooser_callbacks.obj: src/ags/X/editor/ags_sf2_chooser_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo -c -o gsequencer-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser_callbacks.c' object='gsequencer-ags_sf2_chooser_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser_callbacks.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser_callbacks.c'; fi`
-
-gsequencer-ags_sf2_chooser.o: src/ags/X/editor/ags_sf2_chooser.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo -c -o gsequencer-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='gsequencer-ags_sf2_chooser.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser.o `test -f 'src/ags/X/editor/ags_sf2_chooser.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_sf2_chooser.c
-
-gsequencer-ags_sf2_chooser.obj: src/ags/X/editor/ags_sf2_chooser.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_sf2_chooser.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo -c -o gsequencer-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_sf2_chooser.Tpo $(DEPDIR)/gsequencer-ags_sf2_chooser.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_sf2_chooser.c' object='gsequencer-ags_sf2_chooser.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_sf2_chooser.obj `if test -f 'src/ags/X/editor/ags_sf2_chooser.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_sf2_chooser.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_sf2_chooser.c'; fi`
-
-gsequencer-ags_soundset_callbacks.o: src/ags/X/editor/ags_soundset_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo -c -o gsequencer-ags_soundset_callbacks.o `test -f 'src/ags/X/editor/ags_soundset_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo $(DEPDIR)/gsequencer-ags_soundset_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_soundset_callbacks.c' object='gsequencer-ags_soundset_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset_callbacks.o `test -f 'src/ags/X/editor/ags_soundset_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset_callbacks.c
-
-gsequencer-ags_soundset_callbacks.obj: src/ags/X/editor/ags_soundset_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo -c -o gsequencer-ags_soundset_callbacks.obj `if test -f 'src/ags/X/editor/ags_soundset_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset_callbacks.Tpo $(DEPDIR)/gsequencer-ags_soundset_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_soundset_callbacks.c' object='gsequencer-ags_soundset_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset_callbacks.obj `if test -f 'src/ags/X/editor/ags_soundset_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset_callbacks.c'; fi`
-
-gsequencer-ags_soundset.o: src/ags/X/editor/ags_soundset.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset.Tpo -c -o gsequencer-ags_soundset.o `test -f 'src/ags/X/editor/ags_soundset.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset.Tpo $(DEPDIR)/gsequencer-ags_soundset.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_soundset.c' object='gsequencer-ags_soundset.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset.o `test -f 'src/ags/X/editor/ags_soundset.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_soundset.c
-
-gsequencer-ags_soundset.obj: src/ags/X/editor/ags_soundset.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_soundset.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_soundset.Tpo -c -o gsequencer-ags_soundset.obj `if test -f 'src/ags/X/editor/ags_soundset.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_soundset.Tpo $(DEPDIR)/gsequencer-ags_soundset.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_soundset.c' object='gsequencer-ags_soundset.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_soundset.obj `if test -f 'src/ags/X/editor/ags_soundset.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_soundset.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_soundset.c'; fi`
-
-gsequencer-ags_toolbar_callbacks.o: src/ags/X/editor/ags_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar_callbacks.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo -c -o gsequencer-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='gsequencer-ags_toolbar_callbacks.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar_callbacks.o `test -f 'src/ags/X/editor/ags_toolbar_callbacks.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar_callbacks.c
-
-gsequencer-ags_toolbar_callbacks.obj: src/ags/X/editor/ags_toolbar_callbacks.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar_callbacks.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo -c -o gsequencer-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Tpo $(DEPDIR)/gsequencer-ags_toolbar_callbacks.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar_callbacks.c' object='gsequencer-ags_toolbar_callbacks.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar_callbacks.obj `if test -f 'src/ags/X/editor/ags_toolbar_callbacks.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar_callbacks.c'; fi`
-
-gsequencer-ags_toolbar.o: src/ags/X/editor/ags_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar.Tpo -c -o gsequencer-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar.Tpo $(DEPDIR)/gsequencer-ags_toolbar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='gsequencer-ags_toolbar.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar.o `test -f 'src/ags/X/editor/ags_toolbar.c' || echo '$(srcdir)/'`src/ags/X/editor/ags_toolbar.c
-
-gsequencer-ags_toolbar.obj: src/ags/X/editor/ags_toolbar.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toolbar.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toolbar.Tpo -c -o gsequencer-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toolbar.Tpo $(DEPDIR)/gsequencer-ags_toolbar.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/X/editor/ags_toolbar.c' object='gsequencer-ags_toolbar.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toolbar.obj `if test -f 'src/ags/X/editor/ags_toolbar.c'; then $(CYGPATH_W) 'src/ags/X/editor/ags_toolbar.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/X/editor/ags_toolbar.c'; fi`
-
-gsequencer-ags_add_line_member.o: src/ags/audio/task/ags_add_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_line_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_line_member.Tpo -c -o gsequencer-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_line_member.Tpo $(DEPDIR)/gsequencer-ags_add_line_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='gsequencer-ags_add_line_member.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_line_member.o `test -f 'src/ags/audio/task/ags_add_line_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_line_member.c
-
-gsequencer-ags_add_line_member.obj: src/ags/audio/task/ags_add_line_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_line_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_line_member.Tpo -c -o gsequencer-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_line_member.Tpo $(DEPDIR)/gsequencer-ags_add_line_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_line_member.c' object='gsequencer-ags_add_line_member.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_line_member.obj `if test -f 'src/ags/audio/task/ags_add_line_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_line_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_line_member.c'; fi`
-
-gsequencer-ags_add_bulk_member.o: src/ags/audio/task/ags_add_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo -c -o gsequencer-ags_add_bulk_member.o `test -f 'src/ags/audio/task/ags_add_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_add_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_bulk_member.c' object='gsequencer-ags_add_bulk_member.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_bulk_member.o `test -f 'src/ags/audio/task/ags_add_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_bulk_member.c
-
-gsequencer-ags_add_bulk_member.obj: src/ags/audio/task/ags_add_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo -c -o gsequencer-ags_add_bulk_member.obj `if test -f 'src/ags/audio/task/ags_add_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_bulk_member.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_add_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_bulk_member.c' object='gsequencer-ags_add_bulk_member.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_bulk_member.obj `if test -f 'src/ags/audio/task/ags_add_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_bulk_member.c'; fi`
-
-gsequencer-ags_update_bulk_member.o: src/ags/audio/task/ags_update_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_update_bulk_member.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo -c -o gsequencer-ags_update_bulk_member.o `test -f 'src/ags/audio/task/ags_update_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_update_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_update_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_update_bulk_member.c' object='gsequencer-ags_update_bulk_member.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_update_bulk_member.o `test -f 'src/ags/audio/task/ags_update_bulk_member.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_update_bulk_member.c
-
-gsequencer-ags_update_bulk_member.obj: src/ags/audio/task/ags_update_bulk_member.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_update_bulk_member.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo -c -o gsequencer-ags_update_bulk_member.obj `if test -f 'src/ags/audio/task/ags_update_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_update_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_update_bulk_member.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_update_bulk_member.Tpo $(DEPDIR)/gsequencer-ags_update_bulk_member.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_update_bulk_member.c' object='gsequencer-ags_update_bulk_member.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_update_bulk_member.obj `if test -f 'src/ags/audio/task/ags_update_bulk_member.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_update_bulk_member.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_update_bulk_member.c'; fi`
-
-gsequencer-ags_add_point_to_selection.o: src/ags/audio/task/ags_add_point_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_point_to_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo -c -o gsequencer-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_point_to_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='gsequencer-ags_add_point_to_selection.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_point_to_selection.o `test -f 'src/ags/audio/task/ags_add_point_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_point_to_selection.c
-
-gsequencer-ags_add_point_to_selection.obj: src/ags/audio/task/ags_add_point_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_point_to_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo -c -o gsequencer-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_point_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_point_to_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_point_to_selection.c' object='gsequencer-ags_add_point_to_selection.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_point_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_point_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_point_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_point_to_selection.c'; fi`
-
-gsequencer-ags_add_region_to_selection.o: src/ags/audio/task/ags_add_region_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_region_to_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo -c -o gsequencer-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_region_to_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='gsequencer-ags_add_region_to_selection.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_region_to_selection.o `test -f 'src/ags/audio/task/ags_add_region_to_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_add_region_to_selection.c
-
-gsequencer-ags_add_region_to_selection.obj: src/ags/audio/task/ags_add_region_to_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_add_region_to_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo -c -o gsequencer-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_add_region_to_selection.Tpo $(DEPDIR)/gsequencer-ags_add_region_to_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_add_region_to_selection.c' object='gsequencer-ags_add_region_to_selection.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_add_region_to_selection.obj `if test -f 'src/ags/audio/task/ags_add_region_to_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_add_region_to_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_add_region_to_selection.c'; fi`
-
-gsequencer-ags_change_indicator.o: src/ags/audio/task/ags_change_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_indicator.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_indicator.Tpo -c -o gsequencer-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_indicator.Tpo $(DEPDIR)/gsequencer-ags_change_indicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='gsequencer-ags_change_indicator.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_indicator.o `test -f 'src/ags/audio/task/ags_change_indicator.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_indicator.c
-
-gsequencer-ags_change_indicator.obj: src/ags/audio/task/ags_change_indicator.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_indicator.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_indicator.Tpo -c -o gsequencer-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_indicator.Tpo $(DEPDIR)/gsequencer-ags_change_indicator.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_indicator.c' object='gsequencer-ags_change_indicator.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_indicator.obj `if test -f 'src/ags/audio/task/ags_change_indicator.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_indicator.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_indicator.c'; fi`
-
-gsequencer-ags_change_tact.o: src/ags/audio/task/ags_change_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_tact.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_tact.Tpo -c -o gsequencer-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_tact.Tpo $(DEPDIR)/gsequencer-ags_change_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='gsequencer-ags_change_tact.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_tact.o `test -f 'src/ags/audio/task/ags_change_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_change_tact.c
-
-gsequencer-ags_change_tact.obj: src/ags/audio/task/ags_change_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_change_tact.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_change_tact.Tpo -c -o gsequencer-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_change_tact.Tpo $(DEPDIR)/gsequencer-ags_change_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_change_tact.c' object='gsequencer-ags_change_tact.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_change_tact.obj `if test -f 'src/ags/audio/task/ags_change_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_change_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_change_tact.c'; fi`
-
-gsequencer-ags_display_tact.o: src/ags/audio/task/ags_display_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_display_tact.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_display_tact.Tpo -c -o gsequencer-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_display_tact.Tpo $(DEPDIR)/gsequencer-ags_display_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='gsequencer-ags_display_tact.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_display_tact.o `test -f 'src/ags/audio/task/ags_display_tact.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_display_tact.c
-
-gsequencer-ags_display_tact.obj: src/ags/audio/task/ags_display_tact.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_display_tact.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_display_tact.Tpo -c -o gsequencer-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_display_tact.Tpo $(DEPDIR)/gsequencer-ags_display_tact.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_display_tact.c' object='gsequencer-ags_display_tact.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_display_tact.obj `if test -f 'src/ags/audio/task/ags_display_tact.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_display_tact.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_display_tact.c'; fi`
-
-gsequencer-ags_free_selection.o: src/ags/audio/task/ags_free_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_free_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_free_selection.Tpo -c -o gsequencer-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_free_selection.Tpo $(DEPDIR)/gsequencer-ags_free_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='gsequencer-ags_free_selection.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_free_selection.o `test -f 'src/ags/audio/task/ags_free_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_free_selection.c
-
-gsequencer-ags_free_selection.obj: src/ags/audio/task/ags_free_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_free_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_free_selection.Tpo -c -o gsequencer-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_free_selection.Tpo $(DEPDIR)/gsequencer-ags_free_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_free_selection.c' object='gsequencer-ags_free_selection.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_free_selection.obj `if test -f 'src/ags/audio/task/ags_free_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_free_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_free_selection.c'; fi`
-
-gsequencer-ags_remove_point_from_selection.o: src/ags/audio/task/ags_remove_point_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remove_point_from_selection.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo -c -o gsequencer-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='gsequencer-ags_remove_point_from_selection.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remove_point_from_selection.o `test -f 'src/ags/audio/task/ags_remove_point_from_selection.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_remove_point_from_selection.c
-
-gsequencer-ags_remove_point_from_selection.obj: src/ags/audio/task/ags_remove_point_from_selection.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_remove_point_from_selection.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo -c -o gsequencer-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Tpo $(DEPDIR)/gsequencer-ags_remove_point_from_selection.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_remove_point_from_selection.c' object='gsequencer-ags_remove_point_from_selection.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_remove_point_from_selection.obj `if test -f 'src/ags/audio/task/ags_remove_point_from_selection.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_remove_point_from_selection.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_remove_point_from_selection.c'; fi`
-
-gsequencer-ags_save_file.o: src/ags/audio/task/ags_save_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_save_file.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_save_file.Tpo -c -o gsequencer-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_save_file.Tpo $(DEPDIR)/gsequencer-ags_save_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='gsequencer-ags_save_file.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_save_file.o `test -f 'src/ags/audio/task/ags_save_file.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_save_file.c
-
-gsequencer-ags_save_file.obj: src/ags/audio/task/ags_save_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_save_file.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_save_file.Tpo -c -o gsequencer-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_save_file.Tpo $(DEPDIR)/gsequencer-ags_save_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_save_file.c' object='gsequencer-ags_save_file.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_save_file.obj `if test -f 'src/ags/audio/task/ags_save_file.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_save_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_save_file.c'; fi`
-
-gsequencer-ags_scroll_on_play.o: src/ags/audio/task/ags_scroll_on_play.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_scroll_on_play.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo -c -o gsequencer-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo $(DEPDIR)/gsequencer-ags_scroll_on_play.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='gsequencer-ags_scroll_on_play.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_scroll_on_play.o `test -f 'src/ags/audio/task/ags_scroll_on_play.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_scroll_on_play.c
-
-gsequencer-ags_scroll_on_play.obj: src/ags/audio/task/ags_scroll_on_play.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_scroll_on_play.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo -c -o gsequencer-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_scroll_on_play.Tpo $(DEPDIR)/gsequencer-ags_scroll_on_play.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_scroll_on_play.c' object='gsequencer-ags_scroll_on_play.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_scroll_on_play.obj `if test -f 'src/ags/audio/task/ags_scroll_on_play.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_scroll_on_play.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_scroll_on_play.c'; fi`
-
-gsequencer-ags_toggle_led.o: src/ags/audio/task/ags_toggle_led.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_led.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_led.Tpo -c -o gsequencer-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_led.Tpo $(DEPDIR)/gsequencer-ags_toggle_led.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='gsequencer-ags_toggle_led.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_led.o `test -f 'src/ags/audio/task/ags_toggle_led.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_led.c
-
-gsequencer-ags_toggle_led.obj: src/ags/audio/task/ags_toggle_led.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_led.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_led.Tpo -c -o gsequencer-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_led.Tpo $(DEPDIR)/gsequencer-ags_toggle_led.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_led.c' object='gsequencer-ags_toggle_led.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_led.obj `if test -f 'src/ags/audio/task/ags_toggle_led.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_led.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_led.c'; fi`
-
-gsequencer-ags_toggle_pattern_bit.o: src/ags/audio/task/ags_toggle_pattern_bit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_pattern_bit.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo -c -o gsequencer-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='gsequencer-ags_toggle_pattern_bit.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_pattern_bit.o `test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c' || echo '$(srcdir)/'`src/ags/audio/task/ags_toggle_pattern_bit.c
-
-gsequencer-ags_toggle_pattern_bit.obj: src/ags/audio/task/ags_toggle_pattern_bit.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_toggle_pattern_bit.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo -c -o gsequencer-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Tpo $(DEPDIR)/gsequencer-ags_toggle_pattern_bit.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/audio/task/ags_toggle_pattern_bit.c' object='gsequencer-ags_toggle_pattern_bit.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_toggle_pattern_bit.obj `if test -f 'src/ags/audio/task/ags_toggle_pattern_bit.c'; then $(CYGPATH_W) 'src/ags/audio/task/ags_toggle_pattern_bit.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/audio/task/ags_toggle_pattern_bit.c'; fi`
-
-gsequencer-ags_file_gui.o: src/ags/file/ags_file_gui.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_gui.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_gui.Tpo -c -o gsequencer-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_gui.Tpo $(DEPDIR)/gsequencer-ags_file_gui.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='gsequencer-ags_file_gui.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_gui.o `test -f 'src/ags/file/ags_file_gui.c' || echo '$(srcdir)/'`src/ags/file/ags_file_gui.c
-
-gsequencer-ags_file_gui.obj: src/ags/file/ags_file_gui.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_gui.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_gui.Tpo -c -o gsequencer-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_gui.Tpo $(DEPDIR)/gsequencer-ags_file_gui.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_gui.c' object='gsequencer-ags_file_gui.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_gui.obj `if test -f 'src/ags/file/ags_file_gui.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_gui.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_gui.c'; fi`
-
-gsequencer-ags_file.o: src/ags/file/ags_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file.Tpo -c -o gsequencer-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file.Tpo $(DEPDIR)/gsequencer-ags_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file.c' object='gsequencer-ags_file.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file.o `test -f 'src/ags/file/ags_file.c' || echo '$(srcdir)/'`src/ags/file/ags_file.c
-
-gsequencer-ags_file.obj: src/ags/file/ags_file.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file.Tpo -c -o gsequencer-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file.Tpo $(DEPDIR)/gsequencer-ags_file.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file.c' object='gsequencer-ags_file.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file.obj `if test -f 'src/ags/file/ags_file.c'; then $(CYGPATH_W) 'src/ags/file/ags_file.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file.c'; fi`
-
-gsequencer-ags_file_id_ref.o: src/ags/file/ags_file_id_ref.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_id_ref.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo -c -o gsequencer-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo $(DEPDIR)/gsequencer-ags_file_id_ref.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='gsequencer-ags_file_id_ref.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_id_ref.o `test -f 'src/ags/file/ags_file_id_ref.c' || echo '$(srcdir)/'`src/ags/file/ags_file_id_ref.c
-
-gsequencer-ags_file_id_ref.obj: src/ags/file/ags_file_id_ref.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_id_ref.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo -c -o gsequencer-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_id_ref.Tpo $(DEPDIR)/gsequencer-ags_file_id_ref.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_id_ref.c' object='gsequencer-ags_file_id_ref.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_id_ref.obj `if test -f 'src/ags/file/ags_file_id_ref.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_id_ref.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_id_ref.c'; fi`
-
-gsequencer-ags_file_launch.o: src/ags/file/ags_file_launch.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_launch.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_launch.Tpo -c -o gsequencer-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_launch.Tpo $(DEPDIR)/gsequencer-ags_file_launch.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='gsequencer-ags_file_launch.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_launch.o `test -f 'src/ags/file/ags_file_launch.c' || echo '$(srcdir)/'`src/ags/file/ags_file_launch.c
-
-gsequencer-ags_file_launch.obj: src/ags/file/ags_file_launch.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_launch.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_launch.Tpo -c -o gsequencer-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_launch.Tpo $(DEPDIR)/gsequencer-ags_file_launch.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_launch.c' object='gsequencer-ags_file_launch.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_launch.obj `if test -f 'src/ags/file/ags_file_launch.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_launch.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_launch.c'; fi`
-
-gsequencer-ags_file_link.o: src/ags/file/ags_file_link.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_link.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_link.Tpo -c -o gsequencer-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_link.Tpo $(DEPDIR)/gsequencer-ags_file_link.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='gsequencer-ags_file_link.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_link.o `test -f 'src/ags/file/ags_file_link.c' || echo '$(srcdir)/'`src/ags/file/ags_file_link.c
-
-gsequencer-ags_file_link.obj: src/ags/file/ags_file_link.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_link.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_link.Tpo -c -o gsequencer-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_link.Tpo $(DEPDIR)/gsequencer-ags_file_link.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_link.c' object='gsequencer-ags_file_link.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_link.obj `if test -f 'src/ags/file/ags_file_link.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_link.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_link.c'; fi`
-
-gsequencer-ags_file_lookup.o: src/ags/file/ags_file_lookup.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_lookup.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_lookup.Tpo -c -o gsequencer-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_lookup.Tpo $(DEPDIR)/gsequencer-ags_file_lookup.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='gsequencer-ags_file_lookup.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_lookup.o `test -f 'src/ags/file/ags_file_lookup.c' || echo '$(srcdir)/'`src/ags/file/ags_file_lookup.c
-
-gsequencer-ags_file_lookup.obj: src/ags/file/ags_file_lookup.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_lookup.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_lookup.Tpo -c -o gsequencer-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_lookup.Tpo $(DEPDIR)/gsequencer-ags_file_lookup.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_lookup.c' object='gsequencer-ags_file_lookup.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_lookup.obj `if test -f 'src/ags/file/ags_file_lookup.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_lookup.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_lookup.c'; fi`
-
-gsequencer-ags_file_sound.o: src/ags/file/ags_file_sound.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_sound.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_sound.Tpo -c -o gsequencer-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_sound.Tpo $(DEPDIR)/gsequencer-ags_file_sound.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='gsequencer-ags_file_sound.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_sound.o `test -f 'src/ags/file/ags_file_sound.c' || echo '$(srcdir)/'`src/ags/file/ags_file_sound.c
-
-gsequencer-ags_file_sound.obj: src/ags/file/ags_file_sound.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_sound.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_sound.Tpo -c -o gsequencer-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_sound.Tpo $(DEPDIR)/gsequencer-ags_file_sound.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_sound.c' object='gsequencer-ags_file_sound.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_sound.obj `if test -f 'src/ags/file/ags_file_sound.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_sound.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_sound.c'; fi`
-
-gsequencer-ags_file_thread.o: src/ags/file/ags_file_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_thread.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_thread.Tpo -c -o gsequencer-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_thread.Tpo $(DEPDIR)/gsequencer-ags_file_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='gsequencer-ags_file_thread.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_thread.o `test -f 'src/ags/file/ags_file_thread.c' || echo '$(srcdir)/'`src/ags/file/ags_file_thread.c
-
-gsequencer-ags_file_thread.obj: src/ags/file/ags_file_thread.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_thread.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_thread.Tpo -c -o gsequencer-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_thread.Tpo $(DEPDIR)/gsequencer-ags_file_thread.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_thread.c' object='gsequencer-ags_file_thread.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_thread.obj `if test -f 'src/ags/file/ags_file_thread.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_thread.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_thread.c'; fi`
-
-gsequencer-ags_file_util.o: src/ags/file/ags_file_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_util.o -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_util.Tpo -c -o gsequencer-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_util.Tpo $(DEPDIR)/gsequencer-ags_file_util.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='gsequencer-ags_file_util.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_util.o `test -f 'src/ags/file/ags_file_util.c' || echo '$(srcdir)/'`src/ags/file/ags_file_util.c
-
-gsequencer-ags_file_util.obj: src/ags/file/ags_file_util.c
- at am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -MT gsequencer-ags_file_util.obj -MD -MP -MF $(DEPDIR)/gsequencer-ags_file_util.Tpo -c -o gsequencer-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
- at am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gsequencer-ags_file_util.Tpo $(DEPDIR)/gsequencer-ags_file_util.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='src/ags/file/ags_file_util.c' object='gsequencer-ags_file_util.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gsequencer_CFLAGS) $(CFLAGS) -c -o gsequencer-ags_file_util.obj `if test -f 'src/ags/file/ags_file_util.c'; then $(CYGPATH_W) 'src/ags/file/ags_file_util.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/file/ags_file_util.c'; fi`
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-
-distclean-libtool:
-	-rm -f libtool config.lt
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ags_CFLAGS) $(CFLAGS) -c -o ags-ags_ladspa_manager.obj `if test -f 'src/ags/plugin/ags_ladspa_manager.c'; then $(CYGPATH_W) 'src/ags/plugin/ags_ladspa_manager.c'; else $(CYGPATH_W) '$(srcdir)/src/ags/plugin/ags_ladspa_manager.c'; fi`
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run 'make' without going through this Makefile.
@@ -7828,6 +6307,7 @@ distcheck: dist
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
 	  && ../configure \
+	    --with-included-gettext \
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
 	    --srcdir=.. --prefix="$$dc_install_base" \
@@ -7923,15 +6403,15 @@ maintainer-clean-generic:
 	@echo "it deletes files that may require special tools to rebuild."
 clean: clean-recursive
 
-clean-am: clean-binPROGRAMS clean-generic clean-libtool \
-	clean-noinstLIBRARIES mostlyclean-am
+clean-am: clean-binPROGRAMS clean-generic clean-noinstLIBRARIES \
+	mostlyclean-am
 
 distclean: distclean-recursive
 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 	-rm -rf ./$(DEPDIR)
 	-rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags
+	distclean-hdr distclean-tags
 
 dvi: dvi-recursive
 
@@ -7982,8 +6462,7 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
 
 mostlyclean: mostlyclean-recursive
 
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-	mostlyclean-libtool
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
 pdf: pdf-recursive
 
@@ -7999,21 +6478,21 @@ uninstall-am: uninstall-binPROGRAMS
 
 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 	am--refresh check check-am clean clean-binPROGRAMS \
-	clean-cscope clean-generic clean-libtool clean-noinstLIBRARIES \
-	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
+	clean-cscope clean-generic clean-noinstLIBRARIES 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-compile distclean-generic \
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
-	distdir distuninstallcheck dvi dvi-am html html-am info \
-	info-am install install-am install-binPROGRAMS install-data \
+	distclean-hdr distclean-tags distcleancheck distdir \
+	distuninstallcheck dvi dvi-am html html-am info info-am \
+	install install-am install-binPROGRAMS install-data \
 	install-data-am install-dvi install-dvi-am install-exec \
 	install-exec-am install-html install-html-am install-info \
 	install-info-am install-man install-pdf install-pdf-am \
 	install-ps install-ps-am install-strip installcheck \
 	installcheck-am installdirs installdirs-am maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
+	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-binPROGRAMS
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/doc/reference/ags/ags-overrides.txt b/NEWS
similarity index 100%
rename from doc/reference/ags/ags-overrides.txt
rename to NEWS
diff --git a/README b/README
new file mode 100644
index 0000000..db25b73
--- /dev/null
+++ b/README
@@ -0,0 +1,55 @@
+weedlight at gmail.com
+
+You need a realtime kernel in conjunction with ags. The realtime kernel shipped with Ubuntu Studio didn't work but a self compiled worked. See http://rt.wiki.kernel.org/ for more information. 
+
+
+TODO:
+- fix AgsAudio shouldn't contain an AgsDevout move it to AgsChannel
+- revise ags_recall_set_property
+- revise destroy functions - disconnect before destroying
+- play channel when linked if needed
+- implement an iteration function for ags_channel_recursive_play_init
+- AgsCopyPattern implementation in AgsDrum and AgsMatrix doesn't have correct abort code, perhaps see AgsDelay
+- remove recalls after the 3 stages were executed in ags_channel_recursive_play
+- destroy AgsRecalls and AgsAudioSignals
+- implement cancel signal in AgsRecalls
+- update retrieving of AgsDelay in recalls, recalls should duplicate AgsDelays in contrast plays work fine
+- modify ags_audio_set_audio_channels and ags_audio_set_pads so that it updates parent AgsChannel's first_recycling and last_recycling
+- ags_machine_link_editor_callbacks.c replace code in callbacks with ags_machine_link_editor_reset_input and ags_machine_link_editor_reset_output
+- remove ags_editor_reset and move code to callback functions
+- ags_editor.c implement machine_changed signal
+- ags_audio.c add protection against multiple pads on AgsChannel's with AGS_AUDIO_ASYNC and without AgsAudioSignal on AgsOutput
+
+DONE:
+- write a destroy task (see <ags/audio/recall/ags_remove_audio_run.[ch]>)
+
+BUGS:
+- ags_audio_set_audio_channels do proper set_async_link: believed to be fixed
+- application crashes while running an AgsSynth linked with an AgsMatrix, when AgsOscillator has different length
+
+WARNING:
+- ags_copy_pattern should be used only once by an AgsAudio because in ags_copy_pattern_duplicate detection of AgsCopyPatternAudioRun can't handle more than one
+
+DEPRECATED:
+- AgsGroupID
+- ags_run_order.[ch]
+
+NOTES:
+- AgsRecallID gives every stream an identification and makes it possible to stop a single of multiple AgsRecalls that are possible. Imagine an AgsAudio object is played and a child of it, too. A child of the child is also played and so on.
+
+
+RELEASE NOTES:
+
+ags_0.4.0:
+	- many refactorings to make Advanced Gtk+ Sequencer more attractive to develop with.
+	- implemented threading model and safety in use with super threaded fashion.
+	- revised AgsEditor and therefore introduced AgsNoteEdit.
+	- reimplemented from scratch file IO interface.
+	- implemented XPath in file IO.
+	- rudimentary scripting and remote control support
+	- grained AgsDevout which knows music tics
+	- removed OSS output support?
+
+ags_0.3.9.6:
+	- AgsStreamLock removed
+	- ags_garbage_collector removed
diff --git a/README.md b/README.md
deleted file mode 100644
index 039a6e7..0000000
--- a/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-Advanced Gtk+ Sequencer development tree
-===
-
-This is the development tree of ags aka gsequencer. This repository includes:
-
-* libags
-* libags-thread
-* libags-audio
-* libags-widget
-* libags-server
-* gsequencer
-
diff --git a/aclocal.m4 b/aclocal.m4
index 5d41afd..bf7ae88 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -20,6 +20,2910 @@ 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'.])])
 
+# codeset.m4 serial 5 (gettext-0.18.2)
+dnl Copyright (C) 2000-2002, 2006, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_DEFUN([AM_LANGINFO_CODESET],
+[
+  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <langinfo.h>]],
+          [[char* cs = nl_langinfo(CODESET); return !cs;]])],
+       [am_cv_langinfo_codeset=yes],
+       [am_cv_langinfo_codeset=no])
+    ])
+  if test $am_cv_langinfo_codeset = yes; then
+    AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
+      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+  fi
+])
+
+dnl 'extern inline' a la ISO C99.
+
+dnl Copyright 2012-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_EXTERN_INLINE],
+[
+  AH_VERBATIM([extern_inline],
+[/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for 'inline void f
+   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
+   'reference to static identifier "f" in extern inline function'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
+   on configurations that mistakenly use 'static inline' to implement
+   functions or macros in standard C headers like <ctype.h>.  For example,
+   if isdigit is mistakenly implemented via a static inline function,
+   a program containing an extern inline function that calls isdigit
+   may not work since the C standard prohibits extern inline functions
+   from calling static functions.  This bug is known to occur on:
+
+     OS X 10.8 and earlier; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
+
+     DragonFly; see
+     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
+
+     FreeBSD; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
+
+   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
+   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
+   Assume DragonFly and FreeBSD will be similar.  */
+#if (((defined __APPLE__ && defined __MACH__) \
+      || defined __DragonFly__ || defined __FreeBSD__) \
+     && (defined __header_inline \
+         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
+            && ! defined __clang__) \
+         : ((! defined _DONT_USE_CTYPE_INLINE_ \
+             && (defined __GNUC__ || defined __cplusplus)) \
+            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
+                && defined __GNUC__ && ! defined __cplusplus))))
+# define _GL_EXTERN_INLINE_STDHEADER_BUG
+#endif
+#if ((__GNUC__ \
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
+      : (199901L <= __STDC_VERSION__ \
+         && !defined __HP_cc \
+         && !(defined __SUNPRO_C && __STDC__))) \
+     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# define _GL_EXTERN_INLINE_IN_USE
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
+       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+# define _GL_EXTERN_INLINE_IN_USE
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+/* In GCC, suppress bogus "no previous prototype for 'FOO'"
+   and "no previous declaration for 'FOO'" diagnostics,
+   when FOO is an inline function in the header; see
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \
+     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
+# endif
+# define _GL_INLINE_HEADER_BEGIN \
+    _Pragma ("GCC diagnostic push") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif])
+])
+
+# fcntl-o.m4 serial 4
+dnl Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl Written by Paul Eggert.
+
+# Test whether the flags O_NOATIME and O_NOFOLLOW actually work.
+# Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise.
+# Define HAVE_WORKING_O_NOFOLLOW to 1 if O_NOFOLLOW works, or to 0 otherwise.
+AC_DEFUN([gl_FCNTL_O_FLAGS],
+[
+  dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+
+  AC_CHECK_HEADERS_ONCE([unistd.h])
+  AC_CHECK_FUNCS_ONCE([symlink])
+  AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
+    [AC_RUN_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          ]],
+          [[
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;]])],
+       [gl_cv_header_working_fcntl_h=yes],
+       [case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac],
+       [gl_cv_header_working_fcntl_h=cross-compiling])])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val],
+    [Define to 1 if O_NOATIME works.])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val],
+    [Define to 1 if O_NOFOLLOW works.])
+])
+
+# gettext.m4 serial 66 (gettext-0.18.2)
+dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1995-2000.
+dnl   Bruno Haible <haible at clisp.cons.org>, 2000-2006, 2008-2010.
+
+dnl Macro to add for using GNU gettext.
+
+dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]).
+dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
+dnl    default (if it is not specified or empty) is 'no-libtool'.
+dnl    INTLSYMBOL should be 'external' for packages with no intl directory,
+dnl    and 'no-libtool' or 'use-libtool' for packages with an intl directory.
+dnl    If INTLSYMBOL is 'use-libtool', then a libtool library
+dnl    $(top_builddir)/intl/libintl.la will be created (shared and/or static,
+dnl    depending on --{enable,disable}-{shared,static} and on the presence of
+dnl    AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
+dnl    $(top_builddir)/intl/libintl.a will be created.
+dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
+dnl    implementations (in libc or libintl) without the ngettext() function
+dnl    will be ignored.  If NEEDSYMBOL is specified and is
+dnl    'need-formatstring-macros', then GNU gettext implementations that don't
+dnl    support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
+dnl INTLDIR is used to find the intl libraries.  If empty,
+dnl    the value '$(top_builddir)/intl/' is used.
+dnl
+dnl The result of the configuration is one of three cases:
+dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
+dnl    and used.
+dnl    Catalog format: GNU --> install in $(datadir)
+dnl    Catalog extension: .mo after installation, .gmo in source tree
+dnl 2) GNU gettext has been found in the system's C library.
+dnl    Catalog format: GNU --> install in $(datadir)
+dnl    Catalog extension: .mo after installation, .gmo in source tree
+dnl 3) No internationalization, always use English msgid.
+dnl    Catalog format: none
+dnl    Catalog extension: none
+dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur.
+dnl The use of .gmo is historical (it was needed to avoid overwriting the
+dnl GNU format catalogs when building on a platform with an X/Open gettext),
+dnl but we keep it in order not to force irrelevant filename changes on the
+dnl maintainers.
+dnl
+AC_DEFUN([AM_GNU_GETTEXT],
+[
+  dnl Argument checking.
+  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
+    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
+])])])])])
+  ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
+    [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
+  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
+    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
+])])])])
+  define([gt_included_intl],
+    ifelse([$1], [external],
+      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
+      [yes]))
+  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
+  gt_NEEDS_INIT
+  AM_GNU_GETTEXT_NEED([$2])
+
+  AC_REQUIRE([AM_PO_SUBDIRS])dnl
+  ifelse(gt_included_intl, yes, [
+    AC_REQUIRE([AM_INTL_SUBDIR])dnl
+  ])
+
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Sometimes libintl requires libiconv, so first search for libiconv.
+  dnl Ideally we would do this search only after the
+  dnl      if test "$USE_NLS" = "yes"; then
+  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
+  dnl the configure script would need to contain the same shell code
+  dnl again, outside any 'if'. There are two solutions:
+  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
+  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
+  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
+  dnl documented, we avoid it.
+  ifelse(gt_included_intl, yes, , [
+    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+  ])
+
+  dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
+  gt_INTL_MACOSX
+
+  dnl Set USE_NLS.
+  AC_REQUIRE([AM_NLS])
+
+  ifelse(gt_included_intl, yes, [
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  ])
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+  dnl Add a version number to the cache macros.
+  case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
+  esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
+
+  dnl If we use NLS figure out what method
+  if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    ifelse(gt_included_intl, yes, [
+      AC_MSG_CHECKING([whether included gettext is requested])
+      AC_ARG_WITH([included-gettext],
+        [  --with-included-gettext use the GNU gettext library included here],
+        nls_cv_force_use_gnu_gettext=$withval,
+        nls_cv_force_use_gnu_gettext=no)
+      AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
+
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
+    ])
+        dnl User does not insist on using GNU NLS library.  Figure out what
+        dnl to use.  If GNU gettext is available we use this.  Else we have
+        dnl to fall back to GNU NLS library.
+
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+changequote(,)dnl
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+changequote([,])dnl
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
+
+        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
+         [AC_LINK_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+               ]],
+               [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+               ]])],
+            [eval "$gt_func_gnugettext_libc=yes"],
+            [eval "$gt_func_gnugettext_libc=no"])])
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+          dnl Sometimes libintl requires libiconv, so first search for libiconv.
+          ifelse(gt_included_intl, yes, , [
+            AM_ICONV_LINK
+          ])
+          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
+          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
+          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
+          dnl even if libiconv doesn't exist.
+          AC_LIB_LINKFLAGS_BODY([intl])
+          AC_CACHE_CHECK([for GNU gettext in libintl],
+            [$gt_func_gnugettext_libintl],
+           [gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+            dnl Now see whether libintl exists and does not depend on libiconv.
+            AC_LINK_IFELSE(
+              [AC_LANG_PROGRAM(
+                 [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                 ]],
+                 [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                 ]])],
+              [eval "$gt_func_gnugettext_libintl=yes"],
+              [eval "$gt_func_gnugettext_libintl=no"])
+            dnl Now see whether libintl exists and depends on libiconv.
+            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              AC_LINK_IFELSE(
+                [AC_LANG_PROGRAM(
+                   [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                   ]],
+                   [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                   ]])],
+                [LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
+                ])
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"])
+        fi
+
+        dnl If an already present or preinstalled GNU gettext() is found,
+        dnl use it.  But if this macro is used in GNU gettext, and GNU
+        dnl gettext is already preinstalled in libintl, we update this
+        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+          dnl Reset the values set by searching for libintl.
+          LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
+
+    ifelse(gt_included_intl, yes, [
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+          dnl GNU gettext is not found in the C library.
+          dnl Fall back on included GNU gettext library.
+          nls_cv_use_gnu_gettext=yes
+        fi
+      fi
+
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions used to generate GNU NLS library.
+        BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
+
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions to use GNU gettext tools.
+        CATOBJEXT=.gmo
+      fi
+    ])
+
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Some extra flags are needed during linking.
+        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      AC_DEFINE([ENABLE_NLS], [1],
+        [Define to 1 if translation of program messages to the user's native language
+   is requested.])
+    else
+      USE_NLS=no
+    fi
+  fi
+
+  AC_MSG_CHECKING([whether to use NLS])
+  AC_MSG_RESULT([$USE_NLS])
+  if test "$USE_NLS" = "yes"; then
+    AC_MSG_CHECKING([where the gettext function comes from])
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    AC_MSG_RESULT([$gt_source])
+  fi
+
+  if test "$USE_NLS" = "yes"; then
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        AC_MSG_CHECKING([how to link with libintl])
+        AC_MSG_RESULT([$LIBINTL])
+        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+      fi
+
+      dnl For backward compatibility. Some packages may be using this.
+      AC_DEFINE([HAVE_GETTEXT], [1],
+       [Define if the GNU gettext() function is already present or preinstalled.])
+      AC_DEFINE([HAVE_DCGETTEXT], [1],
+       [Define if the GNU dcgettext() function is already present or preinstalled.])
+    fi
+
+    dnl We need to process the po/ directory.
+    POSUB=po
+  fi
+
+  ifelse(gt_included_intl, yes, [
+    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
+    dnl to 'yes' because some of the testsuite requires it.
+    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
+
+    dnl Make all variables we use known to autoconf.
+    AC_SUBST([BUILD_INCLUDED_LIBINTL])
+    AC_SUBST([USE_INCLUDED_LIBINTL])
+    AC_SUBST([CATOBJEXT])
+
+    dnl For backward compatibility. Some configure.ins may be using this.
+    nls_cv_header_intl=
+    nls_cv_header_libgt=
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    DATADIRNAME=share
+    AC_SUBST([DATADIRNAME])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INSTOBJEXT=.mo
+    AC_SUBST([INSTOBJEXT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    GENCAT=gencat
+    AC_SUBST([GENCAT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
+    AC_SUBST([INTLOBJS])
+
+    dnl Enable libtool support if the surrounding package wishes it.
+    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
+    AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+  ])
+
+  dnl For backward compatibility. Some Makefiles may be using this.
+  INTLLIBS="$LIBINTL"
+  AC_SUBST([INTLLIBS])
+
+  dnl Make all documented variables known to autoconf.
+  AC_SUBST([LIBINTL])
+  AC_SUBST([LTLIBINTL])
+  AC_SUBST([POSUB])
+])
+
+
+dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized.
+m4_define([gt_NEEDS_INIT],
+[
+  m4_divert_text([DEFAULTS], [gt_needs=])
+  m4_define([gt_NEEDS_INIT], [])
+])
+
+
+dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL])
+AC_DEFUN([AM_GNU_GETTEXT_NEED],
+[
+  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
+])
+
+
+dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version])
+AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
+
+# glibc2.m4 serial 3
+dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2014 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+# Test for the GNU C Library, version 2.0 or newer.
+# From Bruno Haible.
+
+AC_DEFUN([gt_GLIBC2],
+  [
+    AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer],
+      [ac_cv_gnu_library_2],
+      [AC_EGREP_CPP([Lucky GNU user],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
+        ],
+        [ac_cv_gnu_library_2=yes],
+        [ac_cv_gnu_library_2=no])
+      ]
+    )
+    AC_SUBST([GLIBC2])
+    GLIBC2="$ac_cv_gnu_library_2"
+  ]
+)
+
+# glibc21.m4 serial 5
+dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2014 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+# Test for the GNU C Library, version 2.1 or newer, or uClibc.
+# From Bruno Haible.
+
+AC_DEFUN([gl_GLIBC21],
+  [
+    AC_CACHE_CHECK([whether we are using the GNU C Library >= 2.1 or uClibc],
+      [ac_cv_gnu_library_2_1],
+      [AC_EGREP_CPP([Lucky],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
+        ],
+        [ac_cv_gnu_library_2_1=yes],
+        [ac_cv_gnu_library_2_1=no])
+      ]
+    )
+    AC_SUBST([GLIBC21])
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  ]
+)
+
+# iconv.m4 serial 19 (gettext-0.18.2)
+dnl Copyright (C) 2000-2002, 2007-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_DEFUN([AM_ICONV_LINKFLAGS_BODY],
+[
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([iconv])
+])
+
+AC_DEFUN([AM_ICONV_LINK],
+[
+  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
+  dnl those with the standalone portable GNU libiconv installed).
+  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+
+  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed libiconv and not disabled its use
+  dnl via --without-libiconv-prefix, he wants to use it. The first
+  dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
+  am_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+
+  AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM(
+         [[
+#include <stdlib.h>
+#include <iconv.h>
+         ]],
+         [[iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);]])],
+      [am_cv_func_iconv=yes])
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+           ]],
+           [[iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);]])],
+        [am_cv_lib_iconv=yes]
+        [am_cv_func_iconv=yes])
+      LIBS="$am_save_LIBS"
+    fi
+  ])
+  if test "$am_cv_func_iconv" = yes; then
+    AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
+      dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
+      dnl Solaris 10.
+      am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      am_cv_func_iconv_works=no
+      for ac_iconv_const in '' 'const'; do
+        AC_RUN_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <iconv.h>
+#include <string.h>
+
+#ifndef ICONV_CONST
+# define ICONV_CONST $ac_iconv_const
+#endif
+             ]],
+             [[int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\263";
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
+]])],
+          [am_cv_func_iconv_works=yes], ,
+          [case "$host_os" in
+             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+             *)            am_cv_func_iconv_works="guessing yes" ;;
+           esac])
+        test "$am_cv_func_iconv_works" = no || break
+      done
+      LIBS="$am_save_LIBS"
+    ])
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
+    AC_DEFINE([HAVE_ICONV], [1],
+      [Define if you have the iconv() function and it works.])
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    AC_MSG_CHECKING([how to link with libiconv])
+    AC_MSG_RESULT([$LIBICONV])
+  else
+    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
+    dnl either.
+    CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  AC_SUBST([LIBICONV])
+  AC_SUBST([LTLIBICONV])
+])
+
+dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to
+dnl avoid warnings like
+dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required".
+dnl This is tricky because of the way 'aclocal' is implemented:
+dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN.
+dnl   Otherwise aclocal's initial scan pass would miss the macro definition.
+dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions.
+dnl   Otherwise aclocal would emit many "Use of uninitialized value $1"
+dnl   warnings.
+m4_define([gl_iconv_AC_DEFUN],
+  m4_version_prereq([2.64],
+    [[AC_DEFUN_ONCE(
+        [$1], [$2])]],
+    [m4_ifdef([gl_00GNULIB],
+       [[AC_DEFUN_ONCE(
+           [$1], [$2])]],
+       [[AC_DEFUN(
+           [$1], [$2])]])]))
+gl_iconv_AC_DEFUN([AM_ICONV],
+[
+  AM_ICONV_LINK
+  if test "$am_cv_func_iconv" = yes; then
+    AC_MSG_CHECKING([for iconv declaration])
+    AC_CACHE_VAL([am_cv_proto_iconv], [
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+           ]],
+           [[]])],
+        [am_cv_proto_iconv_arg1=""],
+        [am_cv_proto_iconv_arg1="const"])
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
+    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    AC_MSG_RESULT([
+         $am_cv_proto_iconv])
+    AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
+      [Define as const if the declaration of iconv() needs const.])
+    dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
+    m4_ifdef([gl_ICONV_H_DEFAULTS],
+      [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
+       if test -n "$am_cv_proto_iconv_arg1"; then
+         ICONV_CONST="const"
+       fi
+      ])
+  fi
+])
+
+# intdiv0.m4 serial 6 (gettext-0.18.2)
+dnl Copyright (C) 2002, 2007-2008, 2010-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_DEFUN([gt_INTDIV0],
+[
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
+    gt_cv_int_divbyzero_sigfpe,
+    [
+      gt_cv_int_divbyzero_sigfpe=
+changequote(,)dnl
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+changequote([,])dnl
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        AC_RUN_IFELSE(
+          [AC_LANG_SOURCE([[
+#include <stdlib.h>
+#include <signal.h>
+
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
+
+int x = 1;
+int y = 0;
+int z;
+int nan;
+
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
+
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
+]])],
+          [gt_cv_int_divbyzero_sigfpe=yes],
+          [gt_cv_int_divbyzero_sigfpe=no],
+          [
+            # Guess based on the CPU.
+changequote(,)dnl
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+changequote([,])dnl
+          ])
+      fi
+    ])
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value],
+    [Define if integer division by zero raises signal SIGFPE.])
+])
+
+# intl.m4 serial 28 (gettext-0.19)
+dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1995-2000.
+dnl   Bruno Haible <haible at clisp.cons.org>, 2000-2009.
+
+AC_PREREQ([2.60])
+
+dnl Checks for all prerequisites of the intl subdirectory,
+dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS,
+dnl            USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL.
+AC_DEFUN([AM_INTL_SUBDIR],
+[
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+  AC_REQUIRE([gt_GLIBC2])dnl
+  AC_REQUIRE([AC_PROG_RANLIB])dnl
+  AC_REQUIRE([gl_VISIBILITY])dnl
+  AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl
+  AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
+  AC_REQUIRE([gt_TYPE_WINT_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gt_TYPE_INTMAX_T])
+  AC_REQUIRE([gt_PRINTF_POSIX])
+  AC_REQUIRE([gl_GLIBC21])dnl
+  AC_REQUIRE([gl_XSIZE])dnl
+  AC_REQUIRE([gl_FCNTL_O_FLAGS])dnl
+  AC_REQUIRE([gt_INTL_MACOSX])dnl
+  AC_REQUIRE([gl_EXTERN_INLINE])dnl
+  AC_REQUIRE([gt_GL_ATTRIBUTE])dnl
+
+  dnl Support for automake's --enable-silent-rules.
+  case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  AC_SUBST([INTL_DEFAULT_VERBOSITY])
+
+  AC_CHECK_TYPE([ptrdiff_t], ,
+    [AC_DEFINE([ptrdiff_t], [long],
+       [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
+    ])
+  AC_CHECK_HEADERS([features.h stddef.h stdlib.h string.h])
+  AC_CHECK_FUNCS([asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
+
+  dnl Use the _snprintf function only if it is declared (because on NetBSD it
+  dnl is defined as a weak alias of snprintf; we prefer to use the latter).
+  AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([getc_unlocked], , , [#include <stdio.h>])
+
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  AC_SUBST([HAVE_POSIX_PRINTF])
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  AC_SUBST([HAVE_ASPRINTF])
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  AC_SUBST([HAVE_SNPRINTF])
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  AC_SUBST([HAVE_NEWLOCALE])
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
+  AC_SUBST([HAVE_WPRINTF])
+
+  AM_LANGINFO_CODESET
+  gt_LC_MESSAGES
+
+  dnl Compilation on mingw and Cygwin needs special Makefile rules, because
+  dnl 1. when we install a shared library, we must arrange to export
+  dnl    auxiliary pointer variables for every exported variable,
+  dnl 2. when we install a shared library and a static library simultaneously,
+  dnl    the include file specifies __declspec(dllimport) and therefore we
+  dnl    must arrange to define the auxiliary pointer variables for the
+  dnl    exported variables _also_ in the static library.
+  if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  AC_SUBST([WOE32DLL])
+
+  dnl On mingw and Cygwin, we can activate special Makefile rules which add
+  dnl version information to the shared libraries and executables.
+  case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  AC_SUBST([WOE32])
+  if test $WOE32 = yes; then
+    dnl Check for a program that compiles Windows resource files.
+    AC_CHECK_TOOL([WINDRES], [windres])
+  fi
+
+  dnl Determine whether when creating a library, "-lc" should be passed to
+  dnl libtool or not. On many platforms, it is required for the libtool option
+  dnl -no-undefined to work. On HP-UX, however, the -lc - stored by libtool
+  dnl in the *.la files - makes it impossible to create multithreaded programs,
+  dnl because libtool also reorders the -lc to come before the -pthread, and
+  dnl this disables pthread_create() <http://docs.hp.com/en/1896/pthreads.html>.
+  case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
+  AC_SUBST([LTLIBC])
+
+  dnl Rename some macros and functions used for locking.
+  AH_BOTTOM([
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+])
+])
+
+
+dnl Checks for the core files of the intl subdirectory:
+dnl   dcigettext.c
+dnl   eval-plural.h
+dnl   explodename.c
+dnl   finddomain.c
+dnl   gettextP.h
+dnl   gmo.h
+dnl   hash-string.h hash-string.c
+dnl   l10nflist.c
+dnl   libgnuintl.h.in (except the *printf stuff)
+dnl   loadinfo.h
+dnl   loadmsgcat.c
+dnl   localealias.c
+dnl   log.c
+dnl   plural-exp.h plural-exp.c
+dnl   plural.y
+dnl Used by libglocale.
+AC_DEFUN([gt_INTL_SUBDIR_CORE],
+[
+  AC_REQUIRE([AC_C_INLINE])dnl
+  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+  AC_REQUIRE([AC_FUNC_MMAP])dnl
+  AC_REQUIRE([gt_INTDIV0])dnl
+  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl
+  AC_REQUIRE([gt_INTTYPES_PRI])dnl
+  AC_REQUIRE([gl_LOCK])dnl
+
+  AC_LINK_IFELSE(
+    [AC_LANG_PROGRAM(
+       [[int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }]],
+       [[]])],
+    [AC_DEFINE([HAVE_BUILTIN_EXPECT], [1],
+       [Define to 1 if the compiler understands __builtin_expect.])])
+
+  AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
+  AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
+
+  AM_ICONV
+
+  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
+  dnl because plural.y uses bison specific features. It requires at least
+  dnl bison-2.7 for %define api.pure.
+  dnl bison is only needed for the maintainer (who touches plural.y). But in
+  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
+  dnl the rule in general Makefile. Now, some people carelessly touch the
+  dnl files or have a broken "make" program, hence the plural.c rule will
+  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
+  dnl present or too old.
+  AC_CHECK_PROGS([INTLBISON], [bison])
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
+  else
+    dnl Found it, now check the version.
+    AC_MSG_CHECKING([version of bison])
+changequote(<<,>>)dnl
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      2.[7-9]* | [3-9].*)
+changequote([,])dnl
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    AC_MSG_RESULT([$ac_prog_version])
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
+  fi
+])
+
+dnl Copies _GL_UNUSED and _GL_ATTRIBUTE_PURE definitions from
+dnl gnulib-common.m4 as a fallback, if the project isn't using Gnulib.
+AC_DEFUN([gt_GL_ATTRIBUTE], [
+  m4_ifndef([gl_[]COMMON],
+    AH_VERBATIM([gt_gl_attribute],
+[/* Define as a marker that can be attached to declarations that might not
+    be used.  This helps to reduce warnings, such as from
+    GCC -Wunused-parameter.  */
+#ifndef _GL_UNUSED
+# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#  define _GL_UNUSED __attribute__ ((__unused__))
+# else
+#  define _GL_UNUSED
+# endif
+#endif
+
+/* The __pure__ attribute was added in gcc 2.96.  */
+#ifndef _GL_ATTRIBUTE_PURE
+# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
+#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+# else
+#  define _GL_ATTRIBUTE_PURE /* empty */
+# endif
+#endif
+]))])
+
+# intlmacosx.m4 serial 5 (gettext-0.18.2)
+dnl Copyright (C) 2004-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Checks for special options needed on Mac OS X.
+dnl Defines INTL_MACOSX_LIBS.
+AC_DEFUN([gt_INTL_MACOSX],
+[
+  dnl Check for API introduced in Mac OS X 10.2.
+  AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
+    [gt_cv_func_CFPreferencesCopyAppValue],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFPreferences.h>]],
+          [[CFPreferencesCopyAppValue(NULL, NULL)]])],
+       [gt_cv_func_CFPreferencesCopyAppValue=yes],
+       [gt_cv_func_CFPreferencesCopyAppValue=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
+      [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
+  fi
+  dnl Check for API introduced in Mac OS X 10.3.
+  AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFLocale.h>]],
+          [[CFLocaleCopyCurrent();]])],
+       [gt_cv_func_CFLocaleCopyCurrent=yes],
+       [gt_cv_func_CFLocaleCopyCurrent=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
+      [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  AC_SUBST([INTL_MACOSX_LIBS])
+])
+
+# intmax.m4 serial 6 (gettext-0.18.2)
+dnl Copyright (C) 2002-2005, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+dnl Test whether the system has the 'intmax_t' type, but don't attempt to
+dnl find a replacement if it is lacking.
+
+AC_DEFUN([gt_TYPE_INTMAX_T],
+[
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+          ]],
+          [[intmax_t x = -1;
+            return !x;]])],
+       [gt_cv_c_intmax_t=yes],
+       [gt_cv_c_intmax_t=no])])
+  if test $gt_cv_c_intmax_t = yes; then
+    AC_DEFINE([HAVE_INTMAX_T], [1],
+      [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+
+# inttypes-pri.m4 serial 7 (gettext-0.18.2)
+dnl Copyright (C) 1997-2002, 2006, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_PREREQ([2.53])
+
+# Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI*
+# macros to non-string values.  This is the case on AIX 4.3.3.
+
+AC_DEFUN([gt_INTTYPES_PRI],
+[
+  AC_CHECK_HEADERS([inttypes.h])
+  if test $ac_cv_header_inttypes_h = yes; then
+    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
+      [gt_cv_inttypes_pri_broken],
+      [
+        AC_COMPILE_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+             ]],
+             [[]])],
+          [gt_cv_inttypes_pri_broken=no],
+          [gt_cv_inttypes_pri_broken=yes])
+      ])
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1],
+      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  AC_SUBST([PRI_MACROS_BROKEN])
+])
+
+# inttypes_h.m4 serial 10
+dnl Copyright (C) 1997-2004, 2006, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Paul Eggert.
+
+# Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h> exists,
+# doesn't clash with <sys/types.h>, and declares uintmax_t.
+
+AC_DEFUN([gl_AC_HEADER_INTTYPES_H],
+[
+  AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <sys/types.h>
+#include <inttypes.h>
+          ]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_inttypes_h=yes],
+       [gl_cv_header_inttypes_h=no])])
+  if test $gl_cv_header_inttypes_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1],
+      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+
+# lcmessage.m4 serial 7 (gettext-0.18.2)
+dnl Copyright (C) 1995-2002, 2004-2005, 2008-2014 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1995.
+
+# Check whether LC_MESSAGES is available in <locale.h>.
+
+AC_DEFUN([gt_LC_MESSAGES],
+[
+  AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <locale.h>]],
+          [[return LC_MESSAGES]])],
+       [gt_cv_val_LC_MESSAGES=yes],
+       [gt_cv_val_LC_MESSAGES=no])])
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    AC_DEFINE([HAVE_LC_MESSAGES], [1],
+      [Define if your <locale.h> file defines LC_MESSAGES.])
+  fi
+])
+
+# lib-ld.m4 serial 6
+dnl Copyright (C) 1996-2003, 2009-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl Subroutines of libtool.m4,
+dnl with replacements s/_*LT_PATH/AC_LIB_PROG/ and s/lt_/acl_/ to avoid
+dnl collision with libtool.m4.
+
+dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no.
+AC_DEFUN([AC_LIB_PROG_LD_GNU],
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac])
+with_gnu_ld=$acl_cv_prog_gnu_ld
+])
+
+dnl From libtool-2.4. Sets the variable LD.
+AC_DEFUN([AC_LIB_PROG_LD],
+[AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+AC_ARG_WITH([gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
+        [assume the C compiler uses GNU ld [default=no]])],
+    [test "$withval" = no || with_gnu_ld=yes],
+    [with_gnu_ld=no])dnl
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  AC_MSG_CHECKING([for ld used by $CC])
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [[\\/]]* | ?:[[\\/]]*)
+      re_direlt='/[[^/]][[^/]]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  AC_MSG_CHECKING([for GNU ld])
+else
+  AC_MSG_CHECKING([for non-GNU ld])
+fi
+AC_CACHE_VAL([acl_cv_path_LD],
+[if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
+  done
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
+fi])
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  AC_MSG_RESULT([$LD])
+else
+  AC_MSG_RESULT([no])
+fi
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+AC_LIB_PROG_LD_GNU
+])
+
+# lib-link.m4 serial 26 (gettext-0.18.2)
+dnl Copyright (C) 2001-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_PREREQ([2.54])
+
+dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
+dnl the libraries corresponding to explicit and implicit dependencies.
+dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
+dnl augments the CPPFLAGS variable.
+dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
+dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
+AC_DEFUN([AC_LIB_LINKFLAGS],
+[
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
+    AC_LIB_LINKFLAGS_BODY([$1], [$2])
+    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
+    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
+    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
+    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
+  ])
+  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
+  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
+  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
+  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
+  dnl results of this search when this library appears as a dependency.
+  HAVE_LIB[]NAME=yes
+  popdef([NAME])
+  popdef([Name])
+])
+
+dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message])
+dnl searches for libname and the libraries corresponding to explicit and
+dnl implicit dependencies, together with the specified include files and
+dnl the ability to compile and link the specified testcode. The missing-message
+dnl defaults to 'no' and may contain additional hints for the user.
+dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME}
+dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and
+dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
+dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
+dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname
+dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
+AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
+[
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+
+  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([$1], [$2])
+
+  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed lib[]Name and not disabled its use
+  dnl via --without-lib[]Name-prefix, he wants to use it.
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+
+  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
+    ac_save_LIBS="$LIBS"
+    dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
+    dnl because these -l options might require -L options that are present in
+    dnl LIBS. -l options benefit only from the -L options listed before it.
+    dnl Otherwise, add it to the front of LIBS, because it may be a static
+    dnl library that depends on another static library that is present in LIBS.
+    dnl Static libraries benefit only from the static libraries listed after
+    dnl it.
+    case " $LIB[]NAME" in
+      *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
+      *)       LIBS="$LIB[]NAME $LIBS" ;;
+    esac
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM([[$3]], [[$4]])],
+      [ac_cv_lib[]Name=yes],
+      [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
+    LIBS="$ac_save_LIBS"
+  ])
+  if test "$ac_cv_lib[]Name" = yes; then
+    HAVE_LIB[]NAME=yes
+    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
+    AC_MSG_CHECKING([how to link with lib[]$1])
+    AC_MSG_RESULT([$LIB[]NAME])
+  else
+    HAVE_LIB[]NAME=no
+    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
+    dnl $INC[]NAME either.
+    CPPFLAGS="$ac_save_CPPFLAGS"
+    LIB[]NAME=
+    LTLIB[]NAME=
+    LIB[]NAME[]_PREFIX=
+  fi
+  AC_SUBST([HAVE_LIB]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  popdef([NAME])
+  popdef([Name])
+])
+
+dnl Determine the platform dependent parameters needed to use rpath:
+dnl   acl_libext,
+dnl   acl_shlibext,
+dnl   acl_libname_spec,
+dnl   acl_library_names_spec,
+dnl   acl_hardcode_libdir_flag_spec,
+dnl   acl_hardcode_libdir_separator,
+dnl   acl_hardcode_direct,
+dnl   acl_hardcode_minus_L.
+AC_DEFUN([AC_LIB_RPATH],
+[
+  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
+  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
+  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
+  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
+  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
+  AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  ])
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+  dnl Determine whether the user wants rpath handling at all.
+  AC_ARG_ENABLE([rpath],
+    [  --disable-rpath         do not hardcode runtime library paths],
+    :, enable_rpath=yes)
+])
+
+dnl AC_LIB_FROMPACKAGE(name, package)
+dnl declares that libname comes from the given package. The configure file
+dnl will then not have a --with-libname-prefix option but a
+dnl --with-package-prefix option. Several libraries can come from the same
+dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar
+dnl macro call that searches for libname.
+AC_DEFUN([AC_LIB_FROMPACKAGE],
+[
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_frompackage_]NAME, [$2])
+  popdef([NAME])
+  pushdef([PACK],[$2])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_libsinpackage_]PACKUP,
+    m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
+  popdef([PACKUP])
+  popdef([PACK])
+])
+
+dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
+dnl the libraries corresponding to explicit and implicit dependencies.
+dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
+dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found
+dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem.
+AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
+[
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
+  dnl Autoconf >= 2.61 supports dots in --with options.
+  pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_ARG_WITH(P_A_C_K[-prefix],
+[[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
+  --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ in includedir and libdir]],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
+])
+  dnl Search the library and its dependencies in $additional_libdir and
+  dnl $LDFLAGS. Using breadth-first-seach.
+  LIB[]NAME=
+  LTLIB[]NAME=
+  INC[]NAME=
+  LIB[]NAME[]_PREFIX=
+  dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
+  dnl computed. So it has to be reset here.
+  HAVE_LIB[]NAME=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='$1 $2'
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
+        dnl or AC_LIB_HAVE_LINKFLAGS call.
+        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
+          else
+            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
+            dnl that this library doesn't exist. So just drop it.
+            :
+          fi
+        else
+          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
+          dnl and the already constructed $LIBNAME/$LTLIBNAME.
+          found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+            dnl The same code as in the loop below:
+            dnl First look for a shared library.
+            if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+            dnl Then look for a static library.
+            if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIB[]NAME; do
+              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                  dnl First look for a shared library.
+                  if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                  dnl Then look for a static library.
+                  if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+            dnl Found the library.
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+              dnl Linking with a shared library. We attempt to hardcode its
+              dnl directory into the executable's runpath, unless it's the
+              dnl standard /usr/lib.
+              if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                dnl No hardcoding is needed.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+              else
+                dnl Use an explicit option to hardcode DIR into the resulting
+                dnl binary.
+                dnl Potentially add DIR to ltrpathdirs.
+                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                dnl The hardcoding into $LIBNAME is system dependent.
+                if test "$acl_hardcode_direct" = yes; then
+                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
+                  dnl resulting binary.
+                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                    dnl Use an explicit option to hardcode DIR into the resulting
+                    dnl binary.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    dnl Potentially add DIR to rpathdirs.
+                    dnl The rpathdirs will be appended to $LIBNAME at the end.
+                    haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                    dnl Rely on "-L$found_dir".
+                    dnl But don't add it if it's already contained in the LDFLAGS
+                    dnl or the already constructed $LIBNAME
+                    haveit=
+                    for x in $LDFLAGS $LIB[]NAME; do
+                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    else
+                      dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH
+                      dnl here, because this doesn't fit in flags passed to the
+                      dnl compiler. So give up. No hardcoding. This affects only
+                      dnl very old systems.
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                dnl Linking with a static library.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
+              else
+                dnl We shouldn't come here, but anyway it's good to have a
+                dnl fallback.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
+              fi
+            fi
+            dnl Assume the include files are nearby.
+            additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+              dnl Potentially add $additional_includedir to $INCNAME.
+              dnl But don't add it
+              dnl   1. if it's the standard /usr/include,
+              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
+              dnl   3. if it's already present in $CPPFLAGS or the already
+              dnl      constructed $INCNAME,
+              dnl   4. if it doesn't exist as a directory.
+              if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INC[]NAME; do
+                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                      dnl Really add $additional_includedir to $INCNAME.
+                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+            dnl Look for dependencies.
+            if test -n "$found_la"; then
+              dnl Read the .la file. It defines the variables
+              dnl dlname, library_names, old_library, dependency_libs, current,
+              dnl age, revision, installed, dlopen, dlpreopen, libdir.
+              save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+              dnl We use only dependency_libs.
+              for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
+                    dnl But don't add it
+                    dnl   1. if it's the standard /usr/lib,
+                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
+                    dnl   3. if it's already present in $LDFLAGS or the already
+                    dnl      constructed $LIBNAME,
+                    dnl   4. if it doesn't exist as a directory.
+                    if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LIBNAME.
+                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LTLIBNAME.
+                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                      dnl Potentially add DIR to rpathdirs.
+                      dnl The rpathdirs will be appended to $LIBNAME at the end.
+                      haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                      dnl Potentially add DIR to ltrpathdirs.
+                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                      haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                    dnl Handle this in the next round.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                    dnl Handle this in the next round. Throw away the .la's
+                    dnl directory; it is already contained in a preceding -L
+                    dnl option.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                    dnl Most likely an immediate library name.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
+                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+            dnl Didn't find the library; assume it is in the system directories
+            dnl known to the linker and runtime loader. (All the system
+            dnl directories known to the linker should also be known to the
+            dnl runtime loader, otherwise the system is severely misconfigured.)
+            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+      dnl Weird platform: only the last -rpath option counts, the user must
+      dnl pass all path elements in one option. We can arrange that for a
+      dnl single library, but not when more than one $LIBNAMEs are used.
+      alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
+      acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+    else
+      dnl The -rpath options are cumulative.
+      for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+    dnl When using libtool, the option that works for both libraries and
+    dnl executables is -R. The -R options are cumulative.
+    for found_dir in $ltrpathdirs; do
+      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
+    done
+  fi
+  popdef([P_A_C_K])
+  popdef([PACKLIBS])
+  popdef([PACKUP])
+  popdef([PACK])
+  popdef([NAME])
+])
+
+dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
+dnl unless already present in VAR.
+dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
+dnl contains two or three consecutive elements that belong together.
+AC_DEFUN([AC_LIB_APPENDTOVAR],
+[
+  for element in [$2]; do
+    haveit=
+    for x in $[$1]; do
+      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      [$1]="${[$1]}${[$1]:+ }$element"
+    fi
+  done
+])
+
+dnl For those cases where a variable contains several -L and -l options
+dnl referring to unknown libraries and directories, this macro determines the
+dnl necessary additional linker options for the runtime path.
+dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
+dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
+dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
+dnl otherwise linking without libtool is assumed.
+AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
+[
+  AC_REQUIRE([AC_LIB_RPATH])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  $1=
+  if test "$enable_rpath" != no; then
+    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+      dnl Use an explicit option to hardcode directories into the resulting
+      dnl binary.
+      rpathdirs=
+      next=
+      for opt in $2; do
+        if test -n "$next"; then
+          dir="$next"
+          dnl No need to hardcode the standard /usr/lib.
+          if test "X$dir" != "X/usr/$acl_libdirstem" \
+             && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+            rpathdirs="$rpathdirs $dir"
+          fi
+          next=
+        else
+          case $opt in
+            -L) next=yes ;;
+            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
+                 dnl No need to hardcode the standard /usr/lib.
+                 if test "X$dir" != "X/usr/$acl_libdirstem" \
+                    && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+                   rpathdirs="$rpathdirs $dir"
+                 fi
+                 next= ;;
+            *) next= ;;
+          esac
+        fi
+      done
+      if test "X$rpathdirs" != "X"; then
+        if test -n ""$3""; then
+          dnl libtool is used for linking. Use -R options.
+          for dir in $rpathdirs; do
+            $1="${$1}${$1:+ }-R$dir"
+          done
+        else
+          dnl The linker is used for linking directly.
+          if test -n "$acl_hardcode_libdir_separator"; then
+            dnl Weird platform: only the last -rpath option counts, the user
+            dnl must pass all path elements in one option.
+            alldirs=
+            for dir in $rpathdirs; do
+              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
+            done
+            acl_save_libdir="$libdir"
+            libdir="$alldirs"
+            eval flag=\"$acl_hardcode_libdir_flag_spec\"
+            libdir="$acl_save_libdir"
+            $1="$flag"
+          else
+            dnl The -rpath options are cumulative.
+            for dir in $rpathdirs; do
+              acl_save_libdir="$libdir"
+              libdir="$dir"
+              eval flag=\"$acl_hardcode_libdir_flag_spec\"
+              libdir="$acl_save_libdir"
+              $1="${$1}${$1:+ }$flag"
+            done
+          fi
+        fi
+      fi
+    fi
+  fi
+  AC_SUBST([$1])
+])
+
+# lib-prefix.m4 serial 7 (gettext-0.18)
+dnl Copyright (C) 2001-2005, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
+dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
+dnl require excessive bracketing.
+ifdef([AC_HELP_STRING],
+[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
+[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
+
+dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
+dnl to access previously installed libraries. The basic assumption is that
+dnl a user will want packages to use other packages he previously installed
+dnl with the same --prefix option.
+dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
+dnl libraries, but is otherwise very convenient.
+AC_DEFUN([AC_LIB_PREFIX],
+[
+  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
+  AC_REQUIRE([AC_PROG_CC])
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_LIB_ARG_WITH([lib-prefix],
+[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
+  --without-lib-prefix    don't search for libraries in includedir and libdir],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+      fi
+    fi
+])
+  if test $use_additional = yes; then
+    dnl Potentially add $additional_includedir to $CPPFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/include,
+    dnl   2. if it's already present in $CPPFLAGS,
+    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_includedir" != "X/usr/include"; then
+      haveit=
+      for x in $CPPFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-I$additional_includedir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_includedir" = "X/usr/local/include"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_includedir"; then
+            dnl Really add $additional_includedir to $CPPFLAGS.
+            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
+          fi
+        fi
+      fi
+    fi
+    dnl Potentially add $additional_libdir to $LDFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/lib,
+    dnl   2. if it's already present in $LDFLAGS,
+    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
+      haveit=
+      for x in $LDFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-L$additional_libdir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux*) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_libdir"; then
+            dnl Really add $additional_libdir to $LDFLAGS.
+            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
+          fi
+        fi
+      fi
+    fi
+  fi
+])
+
+dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
+dnl acl_final_exec_prefix, containing the values to which $prefix and
+dnl $exec_prefix will expand at the end of the configure script.
+AC_DEFUN([AC_LIB_PREPARE_PREFIX],
+[
+  dnl Unfortunately, prefix and exec_prefix get only finally determined
+  dnl at the end of configure.
+  if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
+])
+
+dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
+dnl variables prefix and exec_prefix bound to the values they will have
+dnl at the end of the configure script.
+AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
+[
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  $1
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+])
+
+dnl AC_LIB_PREPARE_MULTILIB creates
+dnl - a variable acl_libdirstem, containing the basename of the libdir, either
+dnl   "lib" or "lib64" or "lib/64",
+dnl - a variable acl_libdirstem2, as a secondary possible value for
+dnl   acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or
+dnl   "lib/amd64".
+AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
+[
+  dnl There is no formal standard regarding lib and lib64.
+  dnl On glibc systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
+  dnl the compiler's default mode by looking at the compiler's library search
+  dnl path. If at least one of its elements ends in /lib64 or points to a
+  dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
+  dnl Otherwise we use the default, namely "lib".
+  dnl On Solaris systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
+  dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+      dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
+      dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
+      dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
+      dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
+      dnl symlink is missing, so we set acl_libdirstem2 too.
+      AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
+        [AC_EGREP_CPP([sixtyfour bits], [
+#ifdef _LP64
+sixtyfour bits
+#endif
+           ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
+        ])
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+])
+
+# lock.m4 serial 13 (gettext-0.18.2)
+dnl Copyright (C) 2005-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_DEFUN([gl_LOCK],
+[
+  AC_REQUIRE([gl_THREADLIB])
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    AC_CHECK_TYPE([pthread_rwlock_t],
+      [AC_DEFINE([HAVE_PTHREAD_RWLOCK], [1],
+         [Define if the POSIX multithreading library has read/write locks.])],
+      [],
+      [#include <pthread.h>])
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM(
+        [[#include <pthread.h>]],
+        [[
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+        ]])],
+      [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], [1],
+         [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
+  fi
+  gl_PREREQ_LOCK
+])
+
+# Prerequisites of lib/glthread/lock.c.
+AC_DEFUN([gl_PREREQ_LOCK], [:])
+
+# longlong.m4 serial 17
+dnl Copyright (C) 1999-2007, 2009-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Paul Eggert.
+
+# Define HAVE_LONG_LONG_INT if 'long long int' works.
+# This fixes a bug in Autoconf 2.61, and can be faster
+# than what's in Autoconf 2.62 through 2.68.
+
+# Note: If the type 'long long int' exists but is only 32 bits large
+# (as on some very old compilers), HAVE_LONG_LONG_INT will not be
+# defined. In this case you can treat 'long long int' like 'long int'.
+
+AC_DEFUN([AC_TYPE_LONG_LONG_INT],
+[
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+     [ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+          dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
+          dnl If cross compiling, assume the bug is not important, since
+          dnl nobody cross compiles for this platform as far as we know.
+          AC_RUN_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[@%:@include <limits.h>
+                 @%:@ifndef LLONG_MAX
+                 @%:@ define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+                 @%:@endif]],
+               [[long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;]])],
+            [],
+            [ac_cv_type_long_long_int=no],
+            [:])
+        fi
+      fi])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'long long int'.])
+  fi
+])
+
+# Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works.
+# This fixes a bug in Autoconf 2.61, and can be faster
+# than what's in Autoconf 2.62 through 2.68.
+
+# Note: If the type 'unsigned long long int' exists but is only 32 bits
+# large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
+# will not be defined. In this case you can treat 'unsigned long long int'
+# like 'unsigned long int'.
+
+AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT],
+[
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       AC_LINK_IFELSE(
+         [_AC_TYPE_LONG_LONG_SNIPPET],
+         [],
+         [ac_cv_type_unsigned_long_long_int=no])
+     fi])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'unsigned long long int'.])
+  fi
+])
+
+# Expands to a C program that can be used to test for simultaneous support
+# of 'long long' and 'unsigned long long'. We don't want to say that
+# 'long long' is available if 'unsigned long long' is not, or vice versa,
+# because too many programs rely on the symmetry between signed and unsigned
+# integer types (excluding 'bool').
+AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET],
+[
+  AC_LANG_PROGRAM(
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;]],
+    [[/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));]])
+])
+
+# nls.m4 serial 5 (gettext-0.18)
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1995-2000.
+dnl   Bruno Haible <haible at clisp.cons.org>, 2000-2003.
+
+AC_PREREQ([2.50])
+
+AC_DEFUN([AM_NLS],
+[
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE([nls],
+    [  --disable-nls           do not use Native Language Support],
+    USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
+])
+
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 # serial 1 (pkg-config-0.24)
 # 
@@ -235,6 +3139,1279 @@ AS_VAR_COPY([$1], [pkg_cv_][$1])
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])# PKG_CHECK_VAR
 
+# po.m4 serial 24 (gettext-0.19)
+dnl Copyright (C) 1995-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1995-2000.
+dnl   Bruno Haible <haible at clisp.cons.org>, 2000-2003.
+
+AC_PREREQ([2.60])
+
+dnl Checks for all prerequisites of the po subdirectory.
+AC_DEFUN([AM_PO_SUBDIRS],
+[
+  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_SED])dnl
+  AC_REQUIRE([AM_NLS])dnl
+
+  dnl Release version of the gettext macros. This is used to ensure that
+  dnl the gettext macros and po/Makefile.in.in are in sync.
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
+
+  dnl Perform the following tests also if --disable-nls has been given,
+  dnl because they are needed for "make dist" to work.
+
+  dnl Search for GNU msgfmt in the PATH.
+  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
+  dnl The second test excludes FreeBSD msgfmt.
+  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
+    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
+
+  dnl Test whether it is GNU msgfmt >= 0.15.
+changequote(,)dnl
+  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([MSGFMT_015])
+changequote(,)dnl
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([GMSGFMT_015])
+
+  dnl Search for GNU xgettext 0.12 or newer in the PATH.
+  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
+  dnl The second test excludes FreeBSD xgettext.
+  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  dnl Remove leftover from FreeBSD xgettext call.
+  rm -f messages.po
+
+  dnl Test whether it is GNU xgettext >= 0.15.
+changequote(,)dnl
+  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([XGETTEXT_015])
+
+  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
+  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
+    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
+
+  dnl Installation directories.
+  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
+  dnl have to define it here, so that it can be used in po/Makefile.
+  test -n "$localedir" || localedir='${datadir}/locale'
+  AC_SUBST([localedir])
+
+  dnl Support for AM_XGETTEXT_OPTION.
+  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
+
+  AC_CONFIG_COMMANDS([po-directories], [[
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done]],
+   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   ])
+])
+
+dnl Postprocesses a Makefile in a directory containing PO files.
+AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
+[
+  # When this code is run, in config.status, two variables have already been
+  # set:
+  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
+  # - LINGUAS is the value of the environment variable LINGUAS at configure
+  #   time.
+
+changequote(,)dnl
+  # Adjust a relative srcdir.
+  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+  # In autoconf-2.13 it is called $ac_given_srcdir.
+  # In autoconf-2.50 it is called $srcdir.
+  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+  case "$ac_given_srcdir" in
+    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+    /*) top_srcdir="$ac_given_srcdir" ;;
+    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+  esac
+
+  # Find a way to echo strings without interpreting backslash.
+  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
+    gt_echo='echo'
+  else
+    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
+      gt_echo='printf %s\n'
+    else
+      echo_func () {
+        cat <<EOT
+$*
+EOT
+      }
+      gt_echo='echo_func'
+    fi
+  fi
+
+  # A sed script that extracts the value of VARIABLE from a Makefile.
+  tab=`printf '\t'`
+  sed_x_variable='
+# Test if the hold space is empty.
+x
+s/P/P/
+x
+ta
+# Yes it was empty. Look if we have the expected variable definition.
+/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
+  # Seen the first line of the variable definition.
+  s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
+  ba
+}
+bd
+:a
+# Here we are processing a line from the variable definition.
+# Remove comment, more precisely replace it with a space.
+s/#.*$/ /
+# See if the line ends in a backslash.
+tb
+:b
+s/\\$//
+# Print the line, without the trailing backslash.
+p
+tc
+# There was no trailing backslash. The end of the variable definition is
+# reached. Clear the hold space.
+s/^.*$//
+x
+bd
+:c
+# A trailing backslash means that the variable definition continues in the
+# next line. Put a nonempty string into the hold space to indicate this.
+s/^.*$/P/
+x
+:d
+'
+changequote([,])dnl
+
+  # Set POTFILES to the value of the Makefile variable POTFILES.
+  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
+  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
+  # Compute POTFILES_DEPS as
+  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
+  POTFILES_DEPS=
+  for file in $POTFILES; do
+    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
+  done
+  POMAKEFILEDEPS=""
+
+  if test -n "$OBSOLETE_ALL_LINGUAS"; then
+    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+  fi
+  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+    # The LINGUAS file contains the set of available languages.
+    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+  else
+    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
+    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
+    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
+  fi
+  # Hide the ALL_LINGUAS assignment from automake < 1.5.
+  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+  # Compute POFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+  # Compute UPDATEPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+  # Compute DUMMYPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+  # Compute GMOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+  # Compute PROPERTIESFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
+  # Compute CLASSFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
+  # Compute QMFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
+  # Compute MSGFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
+  # Compute RESOURCESDLLFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
+  case "$ac_given_srcdir" in
+    .) srcdirpre= ;;
+    *) srcdirpre='$(srcdir)/' ;;
+  esac
+  POFILES=
+  UPDATEPOFILES=
+  DUMMYPOFILES=
+  GMOFILES=
+  PROPERTIESFILES=
+  CLASSFILES=
+  QMFILES=
+  MSGFILES=
+  RESOURCESDLLFILES=
+  for lang in $ALL_LINGUAS; do
+    POFILES="$POFILES $srcdirpre$lang.po"
+    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
+    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
+    QMFILES="$QMFILES $srcdirpre$lang.qm"
+    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
+    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
+  done
+  # CATALOGS depends on both $ac_dir and the user's LINGUAS
+  # environment variable.
+  INST_LINGUAS=
+  if test -n "$ALL_LINGUAS"; then
+    for presentlang in $ALL_LINGUAS; do
+      useit=no
+      if test "%UNSET%" != "$LINGUAS"; then
+        desiredlanguages="$LINGUAS"
+      else
+        desiredlanguages="$ALL_LINGUAS"
+      fi
+      for desiredlang in $desiredlanguages; do
+        # Use the presentlang catalog if desiredlang is
+        #   a. equal to presentlang, or
+        #   b. a variant of presentlang (because in this case,
+        #      presentlang can be used as a fallback for messages
+        #      which are not translated in the desiredlang catalog).
+        case "$desiredlang" in
+          "$presentlang"*) useit=yes;;
+        esac
+      done
+      if test $useit = yes; then
+        INST_LINGUAS="$INST_LINGUAS $presentlang"
+      fi
+    done
+  fi
+  CATALOGS=
+  JAVACATALOGS=
+  QTCATALOGS=
+  TCLCATALOGS=
+  CSHARPCATALOGS=
+  if test -n "$INST_LINGUAS"; then
+    for lang in $INST_LINGUAS; do
+      CATALOGS="$CATALOGS $lang.gmo"
+      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
+      QTCATALOGS="$QTCATALOGS $lang.qm"
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
+    done
+  fi
+
+  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
+  tab=`printf '\t'`
+  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang.msg: $lang.po
+${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
+${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
+${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
+${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if test -n "$POMAKEFILEDEPS"; then
+    cat >> "$ac_file.tmp" <<EOF
+Makefile: $POMAKEFILEDEPS
+EOF
+  fi
+  mv "$ac_file.tmp" "$ac_file"
+])
+
+dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
+AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
+[
+  XGETTEXT_EXTRA_OPTIONS=
+])
+
+dnl Registers an option to be passed to xgettext in the po subdirectory.
+AC_DEFUN([AM_XGETTEXT_OPTION],
+[
+  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
+  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
+])
+
+# printf-posix.m4 serial 6 (gettext-0.18.2)
+dnl Copyright (C) 2003, 2007, 2009-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+dnl Test whether the printf() function supports POSIX/XSI format strings with
+dnl positions.
+
+AC_DEFUN([gt_PRINTF_POSIX],
+[
+  AC_REQUIRE([AC_PROG_CC])
+  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
+    gt_cv_func_printf_posix,
+    [
+      AC_RUN_IFELSE(
+        [AC_LANG_SOURCE([[
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}]])],
+        [gt_cv_func_printf_posix=yes],
+        [gt_cv_func_printf_posix=no],
+        [
+          AC_EGREP_CPP([notposix], [
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+            ],
+            [gt_cv_func_printf_posix="guessing no"],
+            [gt_cv_func_printf_posix="guessing yes"])
+        ])
+    ])
+  case $gt_cv_func_printf_posix in
+    *yes)
+      AC_DEFINE([HAVE_POSIX_PRINTF], [1],
+        [Define if your printf() function supports format strings with positions.])
+      ;;
+  esac
+])
+
+# progtest.m4 serial 7 (gettext-0.18.2)
+dnl Copyright (C) 1996-2003, 2005, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl   Ulrich Drepper <drepper at cygnus.com>, 1996.
+
+AC_PREREQ([2.50])
+
+# Search path for a program which passes the given test.
+
+dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
+dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
+AC_DEFUN([AM_PATH_PROG_WITH_TEST],
+[
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=[$]2
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL([ac_cv_path_$1],
+[case "[$]$1" in
+  [[\\/]]* | ?:[[\\/]]*)
+    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in ifelse([$5], , $PATH, [$5]); do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
+          if [$3]; then
+            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+])dnl
+    ;;
+esac])dnl
+$1="$ac_cv_path_$1"
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+  AC_MSG_RESULT([$][$1])
+else
+  AC_MSG_RESULT([no])
+fi
+AC_SUBST([$1])dnl
+])
+
+# size_max.m4 serial 10
+dnl Copyright (C) 2003, 2005-2006, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+AC_DEFUN([gl_SIZE_MAX],
+[
+  AC_CHECK_HEADERS([stdint.h])
+  dnl First test whether the system already has SIZE_MAX.
+  AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
+    gl_cv_size_max=
+    AC_EGREP_CPP([Found it], [
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
+], [gl_cv_size_max=yes])
+    if test -z "$gl_cv_size_max"; then
+      dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
+      dnl than the type 'unsigned long'. Try hard to find a definition that can
+      dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
+      AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1],
+        [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+      AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],
+        [#include <stddef.h>], [fits_in_uint=])
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+          dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
+          dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
+          AC_COMPILE_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
+               ]],
+               [[]])],
+            [fits_in_uint=0])
+        fi
+        dnl We cannot use 'expr' to simplify this expression, because 'expr'
+        dnl works only with 'long' integers in the host environment, while we
+        dnl might be cross-compiling from a 32-bit platform to a 64-bit platform.
+        if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+        dnl Shouldn't happen, but who knows...
+        gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  ])
+  if test "$gl_cv_size_max" != yes; then
+    AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
+      [Define as the maximum value of type 'size_t', if the system doesn't define it.])
+  fi
+  dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
+  dnl <stdint.h>. Remember that the #undef in AH_VERBATIM gets replaced with
+  dnl #define by AC_DEFINE_UNQUOTED.
+  AH_VERBATIM([SIZE_MAX],
+[/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif])
+])
+
+dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in.
+dnl Remove this when we can assume autoconf >= 2.61.
+m4_ifdef([AC_COMPUTE_INT], [], [
+  AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])])
+])
+
+# stdint_h.m4 serial 9
+dnl Copyright (C) 1997-2004, 2006, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Paul Eggert.
+
+# Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h> exists,
+# doesn't clash with <sys/types.h>, and declares uintmax_t.
+
+AC_DEFUN([gl_AC_HEADER_STDINT_H],
+[
+  AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+            #include <stdint.h>]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_stdint_h=yes],
+       [gl_cv_header_stdint_h=no])])
+  if test $gl_cv_header_stdint_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1],
+      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+
+# threadlib.m4 serial 11 (gettext-0.18.2)
+dnl Copyright (C) 2005-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+dnl gl_THREADLIB
+dnl ------------
+dnl Tests for a multithreading library to be used.
+dnl If the configure.ac contains a definition of the gl_THREADLIB_DEFAULT_NO
+dnl (it must be placed before the invocation of gl_THREADLIB_EARLY!), then the
+dnl default is 'no', otherwise it is system dependent. In both cases, the user
+dnl can change the choice through the options --enable-threads=choice or
+dnl --disable-threads.
+dnl Defines at most one of the macros USE_POSIX_THREADS, USE_SOLARIS_THREADS,
+dnl USE_PTH_THREADS, USE_WINDOWS_THREADS
+dnl Sets the variables LIBTHREAD and LTLIBTHREAD to the linker options for use
+dnl in a Makefile (LIBTHREAD for use without libtool, LTLIBTHREAD for use with
+dnl libtool).
+dnl Sets the variables LIBMULTITHREAD and LTLIBMULTITHREAD similarly, for
+dnl programs that really need multithread functionality. The difference
+dnl between LIBTHREAD and LIBMULTITHREAD is that on platforms supporting weak
+dnl symbols, typically LIBTHREAD is empty whereas LIBMULTITHREAD is not.
+dnl Adds to CPPFLAGS the flag -D_REENTRANT or -D_THREAD_SAFE if needed for
+dnl multithread-safe programs.
+
+AC_DEFUN([gl_THREADLIB_EARLY],
+[
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+])
+
+dnl The guts of gl_THREADLIB_EARLY. Needs to be expanded only once.
+
+AC_DEFUN([gl_THREADLIB_EARLY_BODY],
+[
+  dnl Ordering constraints: This macro modifies CPPFLAGS in a way that
+  dnl influences the result of the autoconf tests that test for *_unlocked
+  dnl declarations, on AIX 5 at least. Therefore it must come early.
+  AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl
+  AC_BEFORE([$0], [gl_ARGP])dnl
+
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+  dnl Check for multithreading.
+  m4_ifdef([gl_THREADLIB_DEFAULT_NO],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=no])],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=])])
+  AC_ARG_ENABLE([threads],
+AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifdef([gl_THREADLIB_DEFAULT_NO], [], [
+AC_HELP_STRING([--disable-threads], [build without multithread safety])]),
+    [gl_use_threads=$enableval],
+    [if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+changequote(,)dnl
+       case "$host_os" in
+         dnl Disable multithreading by default on OSF/1, because it interferes
+         dnl with fork()/exec(): When msgexec is linked with -lpthread, its
+         dnl child process gets an endless segmentation fault inside execvp().
+         dnl Disable multithreading by default on Cygwin 1.5.x, because it has
+         dnl bugs that lead to endless loops or crashes. See
+         dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
+         osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+changequote([,])dnl
+     fi
+    ])
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
+])
+
+dnl The guts of gl_THREADLIB. Needs to be expanded only once.
+
+AC_DEFUN([gl_THREADLIB_BODY],
+[
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+    dnl Check whether the compiler and linker support weak declarations.
+    AC_CACHE_CHECK([whether imported symbols can be declared weak],
+      [gl_cv_have_weak],
+      [gl_cv_have_weak=no
+       dnl First, test whether the compiler accepts it syntactically.
+       AC_LINK_IFELSE(
+         [AC_LANG_PROGRAM(
+            [[extern void xyzzy ();
+#pragma weak xyzzy]],
+            [[xyzzy();]])],
+         [gl_cv_have_weak=maybe])
+       if test $gl_cv_have_weak = maybe; then
+         dnl Second, test whether it actually works. On Cygwin 1.7.2, with
+         dnl gcc 4.3, symbols declared weak always evaluate to the address 0.
+         AC_RUN_IFELSE(
+           [AC_LANG_SOURCE([[
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}]])],
+           [gl_cv_have_weak=yes],
+           [gl_cv_have_weak=no],
+           [dnl When cross-compiling, assume that only ELF platforms support
+            dnl weak symbols.
+            AC_EGREP_CPP([Extensible Linking Format],
+              [#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              ],
+              [gl_cv_have_weak="guessing yes"],
+              [gl_cv_have_weak="guessing no"])
+           ])
+       fi
+      ])
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      AC_CHECK_HEADER([pthread.h],
+        [gl_have_pthread_h=yes], [gl_have_pthread_h=no])
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        #
+        # If -pthread works, prefer it to -lpthread, since Ubuntu 14.04
+        # needs -pthread for some reason.  See:
+        # http://lists.gnu.org/archive/html/bug-gnulib/2014-09/msg00023.html
+        save_LIBS=$LIBS
+        for gl_pthread in '' '-pthread'; do
+          LIBS="$LIBS $gl_pthread"
+          AC_LINK_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[#include <pthread.h>
+                 pthread_mutex_t m;
+                 pthread_mutexattr_t ma;
+               ]],
+               [[pthread_mutex_lock (&m);
+                 pthread_mutexattr_init (&ma);]])],
+            [gl_have_pthread=yes
+             LIBTHREAD=$gl_pthread LTLIBTHREAD=$gl_pthread
+             LIBMULTITHREAD=$gl_pthread LTLIBMULTITHREAD=$gl_pthread])
+          LIBS=$save_LIBS
+          test -n "$gl_have_pthread" && break
+        done
+
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread" && test -z "$LIBTHREAD"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], [1],
+                   [Define if the pthread_in_use() detection is hard.])
+             esac
+            ])
+        elif test -z "$gl_have_pthread"; then
+          # Some library is needed. Try libpthread and libc_r.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread])
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            AC_CHECK_LIB([c_r], [pthread_kill],
+              [gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r])
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          AC_DEFINE([USE_POSIX_THREADS], [1],
+            [Define if the POSIX multithreading library can be used.])
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              AC_DEFINE([USE_POSIX_THREADS_WEAK], [1],
+                [Define if references to the POSIX multithreading library should be made weak.])
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        AC_LINK_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <thread.h>
+#include <synch.h>
+             ]],
+             [[thr_self();]])],
+          [gl_have_solaristhread=yes])
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          AC_DEFINE([USE_SOLARIS_THREADS], [1],
+            [Define if the old Solaris multithreading library can be used.])
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_SOLARIS_THREADS_WEAK], [1],
+              [Define if references to the old Solaris multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      AC_LIB_LINKFLAGS([pth])
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM([[#include <pth.h>]], [[pth_self();]])],
+        [gl_have_pth=yes])
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        AC_DEFINE([USE_PTH_THREADS], [1],
+          [Define if the GNU Pth multithreading library can be used.])
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_PTH_THREADS_WEAK], [1],
+              [Define if references to the GNU Pth multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+            AC_DEFINE([USE_WINDOWS_THREADS], [1],
+              [Define if the native Windows multithreading API can be used.])
+          fi
+          ;;
+      esac
+    fi
+  fi
+  AC_MSG_CHECKING([for multithread API to use])
+  AC_MSG_RESULT([$gl_threads_api])
+  AC_SUBST([LIBTHREAD])
+  AC_SUBST([LTLIBTHREAD])
+  AC_SUBST([LIBMULTITHREAD])
+  AC_SUBST([LTLIBMULTITHREAD])
+])
+
+AC_DEFUN([gl_THREADLIB],
+[
+  AC_REQUIRE([gl_THREADLIB_EARLY])
+  AC_REQUIRE([gl_THREADLIB_BODY])
+])
+
+
+dnl gl_DISABLE_THREADS
+dnl ------------------
+dnl Sets the gl_THREADLIB default so that threads are not used by default.
+dnl The user can still override it at installation time, by using the
+dnl configure option '--enable-threads'.
+
+AC_DEFUN([gl_DISABLE_THREADS], [
+  m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no])
+])
+
+
+dnl Survey of platforms:
+dnl
+dnl Platform           Available  Compiler    Supports   test-lock
+dnl                    flavours   option      weak       result
+dnl ---------------    ---------  ---------   --------   ---------
+dnl Linux 2.4/glibc    posix      -lpthread       Y      OK
+dnl
+dnl GNU Hurd/glibc     posix
+dnl
+dnl Ubuntu 14.04       posix      -pthread        Y      OK
+dnl
+dnl FreeBSD 5.3        posix      -lc_r           Y
+dnl                    posix      -lkse ?         Y
+dnl                    posix      -lpthread ?     Y
+dnl                    posix      -lthr           Y
+dnl
+dnl FreeBSD 5.2        posix      -lc_r           Y
+dnl                    posix      -lkse           Y
+dnl                    posix      -lthr           Y
+dnl
+dnl FreeBSD 4.0,4.10   posix      -lc_r           Y      OK
+dnl
+dnl NetBSD 1.6         --
+dnl
+dnl OpenBSD 3.4        posix      -lpthread       Y      OK
+dnl
+dnl Mac OS X 10.[123]  posix      -lpthread       Y      OK
+dnl
+dnl Solaris 7,8,9      posix      -lpthread       Y      Sol 7,8: 0.0; Sol 9: OK
+dnl                    solaris    -lthread        Y      Sol 7,8: 0.0; Sol 9: OK
+dnl
+dnl HP-UX 11           posix      -lpthread       N (cc) OK
+dnl                                               Y (gcc)
+dnl
+dnl IRIX 6.5           posix      -lpthread       Y      0.5
+dnl
+dnl AIX 4.3,5.1        posix      -lpthread       N      AIX 4: 0.5; AIX 5: OK
+dnl
+dnl OSF/1 4.0,5.1      posix      -pthread (cc)   N      OK
+dnl                               -lpthread (gcc) Y
+dnl
+dnl Cygwin             posix      -lpthread       Y      OK
+dnl
+dnl Any of the above   pth        -lpth                  0.0
+dnl
+dnl Mingw              windows                    N      OK
+dnl
+dnl BeOS 5             --
+dnl
+dnl The test-lock result shows what happens if in test-lock.c EXPLICIT_YIELD is
+dnl turned off:
+dnl   OK if all three tests terminate OK,
+dnl   0.5 if the first test terminates OK but the second one loops endlessly,
+dnl   0.0 if the first test already loops endlessly.
+
+# uintmax_t.m4 serial 12
+dnl Copyright (C) 1997-2004, 2007-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Paul Eggert.
+
+AC_PREREQ([2.13])
+
+# Define uintmax_t to 'unsigned long' or 'unsigned long long'
+# if it is not already defined in <stdint.h> or <inttypes.h>.
+
+AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
+[
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
+      [Define to unsigned long or unsigned long long
+       if <stdint.h> and <inttypes.h> don't define.])
+  else
+    AC_DEFINE([HAVE_UINTMAX_T], [1],
+      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+
+# visibility.m4 serial 5 (gettext-0.18.2)
+dnl Copyright (C) 2005, 2008, 2010-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+
+dnl Tests whether the compiler supports the command-line option
+dnl -fvisibility=hidden and the function and variable attributes
+dnl __attribute__((__visibility__("hidden"))) and
+dnl __attribute__((__visibility__("default"))).
+dnl Does *not* test for __visibility__("protected") - which has tricky
+dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on
+dnl Mac OS X.
+dnl Does *not* test for __visibility__("internal") - which has processor
+dnl dependent semantics.
+dnl Does *not* test for #pragma GCC visibility push(hidden) - which is
+dnl "really only recommended for legacy code".
+dnl Set the variable CFLAG_VISIBILITY.
+dnl Defines and sets the variable HAVE_VISIBILITY.
+
+AC_DEFUN([gl_VISIBILITY],
+[
+  AC_REQUIRE([AC_PROG_CC])
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+    dnl First, check whether -Werror can be added to the command line, or
+    dnl whether it leads to an error because of some other option that the
+    dnl user has put into $CC $CFLAGS $CPPFLAGS.
+    AC_MSG_CHECKING([whether the -Werror option is usable])
+    AC_CACHE_VAL([gl_cv_cc_vis_werror], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM([[]], [[]])],
+        [gl_cv_cc_vis_werror=yes],
+        [gl_cv_cc_vis_werror=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_vis_werror])
+    dnl Now check whether visibility declarations are supported.
+    AC_MSG_CHECKING([for simple visibility declarations])
+    AC_CACHE_VAL([gl_cv_cc_visibility], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+      dnl We use the option -Werror and a function dummyfunc, because on some
+      dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
+      dnl "visibility attribute not supported in this configuration; ignored"
+      dnl at the first function definition in every compilation unit, and we
+      dnl don't want to use the option in this case.
+      if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
+           ]],
+           [[]])],
+        [gl_cv_cc_visibility=yes],
+        [gl_cv_cc_visibility=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_visibility])
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
+  fi
+  AC_SUBST([CFLAG_VISIBILITY])
+  AC_SUBST([HAVE_VISIBILITY])
+  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
+    [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
+])
+
+# wchar_t.m4 serial 4 (gettext-0.18.2)
+dnl Copyright (C) 2002-2003, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+dnl Test whether <stddef.h> has the 'wchar_t' type.
+dnl Prerequisite: AC_PROG_CC
+
+AC_DEFUN([gt_TYPE_WCHAR_T],
+[
+  AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wchar_t=yes],
+       [gt_cv_c_wchar_t=no])])
+  if test $gt_cv_c_wchar_t = yes; then
+    AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.])
+  fi
+])
+
+# wint_t.m4 serial 5 (gettext-0.18.2)
+dnl Copyright (C) 2003, 2007-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+dnl From Bruno Haible.
+dnl Test whether <wchar.h> has the 'wint_t' type.
+dnl Prerequisite: AC_PROG_CC
+
+AC_DEFUN([gt_TYPE_WINT_T],
+[
+  AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wint_t=yes],
+       [gt_cv_c_wint_t=no])])
+  if test $gt_cv_c_wint_t = yes; then
+    AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.])
+  fi
+])
+
+# xsize.m4 serial 5
+dnl Copyright (C) 2003-2004, 2008-2014 Free Software Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+
+AC_DEFUN([gl_XSIZE],
+[
+  dnl Prerequisites of lib/xsize.h.
+  AC_REQUIRE([gl_SIZE_MAX])
+  AC_CHECK_HEADERS([stdint.h])
+])
+
 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -946,35 +5123,6 @@ else
 fi
 ])
 
-#  -*- Autoconf -*-
-# Obsolete and "removed" macros, that must however still report explicit
-# error messages when used, to smooth transition.
-#
-# Copyright (C) 1996-2013 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.
-
-AC_DEFUN([AM_CONFIG_HEADER],
-[AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
-AC_CONFIG_HEADERS($@)])
-
-AC_DEFUN([AM_PROG_CC_STDC],
-[AC_PROG_CC
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should simply use the 'AC][_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.])])
-
-AC_DEFUN([AM_C_PROTOTYPES],
-         [AC_FATAL([automatic de-ANSI-fication support has been removed])])
-AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
-
 # Helper functions for option handling.                     -*- Autoconf -*-
 
 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
@@ -1391,8 +5539,3 @@ AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
-m4_include([m4/libtool.m4])
-m4_include([m4/ltoptions.m4])
-m4_include([m4/ltsugar.m4])
-m4_include([m4/ltversion.m4])
-m4_include([m4/lt~obsolete.m4])
diff --git a/ags.conf b/ags.conf
new file mode 100644
index 0000000..5da5710
--- /dev/null
+++ b/ags.conf
@@ -0,0 +1,17 @@
+[generic]
+autosave-thread=false
+
+[thread]
+model=multi-threaded
+lock-global=ags-thread
+lock-parent=ags-recycling-thread
+
+[device]
+samplerate=44100
+buffer-size=940
+pcm-channels=2
+dsp-channels=2
+alsa-handle=hw:0
+
+[recall]
+auto-sense=true
diff --git a/ags_default_plugin.xml b/ags_default_plugin.xml
new file mode 100644
index 0000000..bf427eb
--- /dev/null
+++ b/ags_default_plugin.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0"?>
+<!DOCTYPE schema [
+<!ENTITY ags-plugin-default-version "0.4.0">
+<!ENTITY ags-plugin-default-build-id "0.4.0">
+<!ENTITY ags-led "AgsLed">
+<!ENTITY ags-vindicator "AgsVIndicator">
+<!ENTITY ags-hindicator "AgsHIndicator">
+<!ENTITY gtk-label "GtkLabel">
+<!ENTITY ags-waveform "AgsWaveform">
+<!ENTITY gtk-button "GtkButton">
+<!ENTITY gtk-toggle-button "GtkToggleButton">
+<!ENTITY gtk-check-button "GtkCheckButton">
+<!ENTITY gtk-spin-button "GtkSpinButton">
+<!ENTITY gtk-vscale "GtkVScale">
+<!ENTITY gtk-hscale "GtkHScale">
+<!ENTITY ags-dial "AgsDial">
+<!ENTITY ags-cartesian "AgsCartesian">
+]>
+<ags-default-plugin>
+  <widgets>
+    <widget name="&ags-led;" control-type="boolean" control-ports="1" access="r"/>
+    <widget name="&ags-vindicator;" control-type="float" control-ports="1" access="r"/>
+    <widget name="&ags-hindicator;" control-type="float" control-ports="1" access="r"/>
+    <widget name="&gtk-label;" control-type="text" control-ports="1" access="r"/>
+    <widget name="&ags-waveform;" control-type="float" control-ports="*" access="r"/>
+    <widget name="&gtk-button;" control-type="boolean" control-ports="1" access="w"/>
+    <widget name="&gtk-toggle-button;" control-type="boolean" control-ports="1" access="rw"/>
+    <widget name="&gtk-check-button;" control-type="boolean" control-ports="1" access="rw"/>
+    <widget name="&gtk-spin-button;" control-type="float" control-ports="1" access="rw"/>
+    <widget name="&gtk-vscale;" control-type="float" control-ports="1" access="rw"/>
+    <widget name="&gtk-hscale;" control-type="float" control-ports="1" access="rw"/>
+    <widget name="&ags-dial;" control-type="float" control-ports="1" access="rw"/>
+    <widget name="&ags-cartesian;" control-type="float" control-ports="*" access="rw"/>
+  </widgets>
+
+  <plugins>
+    <plugin>
+      <plugin-type>AgsCopyPatternChannel</plugin-type>
+      <plugin-name>AgsCopyPattern</plugin-name>
+      <version>&ags-plugin-default-version;</version>
+      <build-id>&ags-plugin-default-build-id;</build-id>
+      <xml-type>ags-copy-pattern-channel</xml-type>
+      <controls>
+	<control>
+	  <control-name></control-name>
+	  <control-type></control-type>
+	  <control-widget></control-widget>
+	</control>
+      </controls>
+      <control-count></control-count>
+    </plugin>
+    <plugin>
+      <plugin-type>AgsCopyPatternChannelRun</plugin-type>
+      <plugin-name>AgsCopyPattern</plugin-name>
+      <version>&ags-plugin-default-version;</version>
+      <build-id>&ags-plugin-default-build-id;</build-id>
+      <xml-type>ags-copy-pattern-channel</xml-type>
+      <controls>
+	<control>
+	  <control-name></control-name>
+	  <control-type></control-type>
+	  <control-widget></control-widget>
+	</control>
+      </controls>
+      <control-count></control-count>
+    </plugin>
+
+
+    <plugin>
+      <plugin-type>AgsVolumeChannel</plugin-type>
+      <plugin-name>AgsVolume</plugin-name>
+      <version>&ags-plugin-default-version;</version>
+      <build-id>&ags-plugin-default-build-id;</build-id>
+      <xml-type>ags-copy-pattern-channel</xml-type>
+      <controls>
+	<control-name></control-name>
+	<control-type></control-type>
+	<control-widget></control-widget>
+      </controls>
+      <control-count></control-count>
+    </plugin>
+
+  </plugins>
+</ags-default-plugin>
diff --git a/ags_file.xml b/ags_file.xml
new file mode 100644
index 0000000..3cfdb7c
--- /dev/null
+++ b/ags_file.xml
@@ -0,0 +1,22369 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ags>
+  <ags-main id="71b1b098-a9c2-11e4-a731-4d12196f4000" flags="0" version="0.4.2" build-id="CEST 02-10-2014 19:36">
+    <ags-thread id="71b1b5e8-a9c2-11e4-a731-4d12196f4000" type="AgsAudioLoop" flags="100001" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+      <ags-audio-loop id="71b1b8cc-a9c2-11e4-a731-4d12196f4000" devout-thread="xpath=//ags-thread[@id='71b1bf20-a9c2-11e4-a731-4d12196f4000']" gui-thread="xpath=//ags-thread[@id='71b1bcdc-a9c2-11e4-a731-4d12196f4000']" task-thread="xpath=//ags-thread[@id='71b1bb42-a9c2-11e4-a731-4d12196f4000']"/>
+      <ags-thread-list>
+        <ags-thread id="71b1bb42-a9c2-11e4-a731-4d12196f4000" type="AgsTaskThread" flags="3" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+          <ags-thread-list/>
+        </ags-thread>
+        <ags-thread id="71b1bcdc-a9c2-11e4-a731-4d12196f4000" type="AgsGuiThread" flags="100001" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+          <ags-thread-list/>
+        </ags-thread>
+        <ags-thread id="71b1bf20-a9c2-11e4-a731-4d12196f4000" type="AgsDevoutThread" flags="0" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+          <ags-thread-list>
+            <ags-thread id="71b1c0f6-a9c2-11e4-a731-4d12196f4000" type="AgsTimestampThread" flags="0" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+              <ags-thread-list/>
+            </ags-thread>
+          </ags-thread-list>
+        </ags-thread>
+        <ags-thread id="71b1c272-a9c2-11e4-a731-4d12196f4000" type="AgsExportThread" flags="0" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+          <ags-thread-list/>
+        </ags-thread>
+      </ags-thread-list>
+    </ags-thread>
+    <ags-devout-list id="71b1c592-a9c2-11e4-a731-4d12196f4000">
+      <ags-devout id="71b1c6be-a9c2-11e4-a731-4d12196f4000" flags="100" dsp-channels="2" pcm-channels="2" bits="16" buffer-size="940" frequency="44100" bpm="120.000000" delay-counter="0" device="hw:0">
+        <ags-audio-list id="71b1c8d0-a9c2-11e4-a731-4d12196f4000">
+          <ags-audio id="71b1c9fc-a9c2-11e4-a731-4d12196f4000" flags="13f" sequence-length="0" audio-channels="2" output-pads="1" input-pads="78" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71b1cbbe-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71b1cd76-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b1cfa6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b1d0e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b1d2f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b1d41a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b1d528-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b1d636-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b1d7e4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b1dc58-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b1de74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b1df8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b1e130-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b1e234-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b1e428-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b1e5f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b1e6f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b1e806-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b1e9aa-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b1eb12-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b1ece8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b1ee00-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71b1efae-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b1f238-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recycling id="71b1f364-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b1f508-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b1f670-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71b1f77e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71b1f9ae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71b1fb2a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b1fc7e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b1fd8c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b1ff58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b20070-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2016a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b20278-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b20412-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b20598-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b20782-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b208ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b20a52-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b20b56-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b20f52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b21092-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b211a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b212ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2143e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b215a6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2177c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b21894-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b21a24-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b21bf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b21d08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b21e0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b21f1a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b220a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b221f4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b223ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b224e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b22690-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b22910-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recycling id="71b22a46-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b22bae-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b22cc6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b22e42-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b2309a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0">
+                <ags-recycling id="71b231bc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b23450-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b2357c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b236f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b2386a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b23964-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b23a72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b23bf8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b23d60-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b23ee6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b2404e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b241f2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b242f6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b244ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b245da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b246d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b247d8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b24972-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b24ad0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b24cb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b24dc8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b24f58-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b250ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b25232-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2532c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b25444-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b255d4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b25750-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b258d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b25ad4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b25c8c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b25eb2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="1">
+                <ags-recycling id="71b2604c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b261b4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b262c2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b263da-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b26678-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="0">
+                <ags-recycling id="71b267a4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b268ee-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b26a4c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b26bc8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b26ce0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b26df8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b26f4c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b27096-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2724e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b273d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b274e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b27686-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b277da-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2796a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b27a78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b27bb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b27cc6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b27e06-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b27fc8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2823e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b2836a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b28568-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b286f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b28810-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2890a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b28a68-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b28bb2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b28d4c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b28ed2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b28fe0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b29184-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b293fa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="1">
+                <ags-recycling id="71b29526-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b296d4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b297ec-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b298f0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b29b0c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="0">
+                <ags-recycling id="71b29c88-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b29dfa-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b29f26-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2a0fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b2a214-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2a30e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2a412-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2a5a2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2a71e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2a9c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b2aae8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b2ac8c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b2ad90-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2af70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b2b088-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2b182-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2b286-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2b434-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2b588-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2b75e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b2b894-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b2ba2e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2bca4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b2bdc6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2bec0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2c028-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2c1e0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2c33e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2c514-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b2c64a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b2c7e4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b2ca5a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="1">
+                <ags-recycling id="71b2cb86-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b2cce4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b2cdf2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b2d004-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b2d2ac-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="0">
+                <ags-recycling id="71b2d3ba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b2d4b4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b2d568-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2d694-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b2d838-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2d914-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2d9e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2db26-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2dc3e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2dd88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b2de96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b2dfd6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b2e0a8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2e210-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b2e2ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2e3aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2e49a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2e5d0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2e6f2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2e882-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b2e95e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b2ea9e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b2ebc0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b2ecd8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b2eda0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b2ee72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b2efa8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b2f0d4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b2f20a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b2f322-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b2f46c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b2f6f6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="1">
+                <ags-recycling id="71b2f8d6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b2fa02-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b2faf2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b2fbf6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b2fdea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="0">
+                <ags-recycling id="71b2fed0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b2ffd4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b300ec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b30222-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b30312-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b30416-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b304e8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b305e2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3072c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b30858-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b30934-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b30ab0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b30b82-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b30ca4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b30d76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b30e98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b30f6a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b31064-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b311cc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b31302-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b313d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b31550-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b31672-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b3174e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b31834-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b31942-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b31a3c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b31b86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b31cb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b31ea6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b3214e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b32478-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="1">
+                <ags-recycling id="71b32626-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b32860-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b329d2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b32b30-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b32e32-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="0">
+                <ags-recycling id="71b33012-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b331de-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b3335a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3360c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b33788-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b338dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b33a44-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b33c56-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b33e22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b340e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b34278-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b3453e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b346e2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b34962-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b34af2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b34c5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b34db8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b34fd4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b351a0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b35448-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b35600-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b35858-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b35b00-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b35cae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b35e16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b35f74-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b361a4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3637a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3660e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b367b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b36a0a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b36eec-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="1">
+                <ags-recycling id="71b370b8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b372a2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b37482-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b37626-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b37888-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="0">
+                <ags-recycling id="71b379e6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b37b08-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b37be4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b37d7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b37e5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b37f22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b37ffe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3815c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b38274-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b383f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b3858a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b3876a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b38850-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b38a9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b38bca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b38c92-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b38d64-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b38f8a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b390b6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b39322-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b39412-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b39552-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b396c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b397a0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b39868-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b39944-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b39ab6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b39c96-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b39e6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b39f48-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b3a0a6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3a2e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="1">
+                <ags-recycling id="71b3a4a2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3a5c4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b3a6be-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b3a790-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3a984-a9c2-11e4-a731-4d12196f4000" flags="0" pad="8" audio-channel="0">
+                <ags-recycling id="71b3aa6a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3ab8c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b3ac86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3adc6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b3aea2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3afa6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3b078-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3b172-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3b2e4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3b424-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b3b500-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b3b686-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b3b758-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3b884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b3ba3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3bb22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3bbf4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3bcf8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3be4c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3bfd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b3c0f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b3c234-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3c3ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b3c4be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3c5ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3c676-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3c75c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3c87e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3c996-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b3ca54-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b3cbb2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3cd38-a9c2-11e4-a731-4d12196f4000" flags="0" pad="8" audio-channel="1">
+                <ags-recycling id="71b3ce0a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3cf4a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b3d008-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b3d0c6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3d27e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="9" audio-channel="0">
+                <ags-recycling id="71b3d350-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3d436-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b3d4f4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3d634-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b3d6f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3d7ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3d878-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3d990-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3da94-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3dbde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b3dcba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b3ddfa-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b3deae-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3e002-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b3e232-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3e30e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3e3e0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3e534-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3e642-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3e7b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b3e890-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b3e9d0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b3eb4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b3ec1e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b3ece6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b3edb8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b3eeee-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b3effc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b3f16e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b3f240-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b3f38a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3f59c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="9" audio-channel="1">
+                <ags-recycling id="71b3f682-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3f79a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b3f8c6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b3f998-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b3fb64-a9c2-11e4-a731-4d12196f4000" flags="0" pad="10" audio-channel="0">
+                <ags-recycling id="71b3fca4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b3fdbc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b3fea2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b40082-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b40140-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b401f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b402b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b403c0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b404b0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b405fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b406c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b40870-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b40938-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b40a82-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b40b4a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b40bfe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b40cb2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b40dd4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b40eba-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4100e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b410ea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b41202-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4134c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b41414-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b414e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b415a4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b416d0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b417c0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b41914-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b419f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b41b1c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b41c98-a9c2-11e4-a731-4d12196f4000" flags="0" pad="10" audio-channel="1">
+                <ags-recycling id="71b41da6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b41e96-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b41f54-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b42012-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b421de-a9c2-11e4-a731-4d12196f4000" flags="0" pad="11" audio-channel="0">
+                <ags-recycling id="71b422b0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b423d2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b4249a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b425a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b42666-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b42756-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b42814-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b428f0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b42a12-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b42b20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b42bde-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b42d3c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b42df0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b42f8a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b430ac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b43160-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4321e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b43336-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4343a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b43552-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b4366a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b4378c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b43890-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4394e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b43a3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b43af2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b43bd8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b43cf0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b43dfe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b43ebc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b4402e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b441aa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="11" audio-channel="1">
+                <ags-recycling id="71b442ae-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4439e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b44470-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b4452e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b446e6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="12" audio-channel="0">
+                <ags-recycling id="71b447b8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4489e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b44984-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b44ad8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b44b96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b44c4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b44d08-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b44e16-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b44f06-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b45046-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4510e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b4524e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b4533e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b45442-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b45500-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4571c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4585c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b45960-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b45aa0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b45be0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b45cbc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b45df2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b45f5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b460ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b46176-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b46234-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b46342-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b46432-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4657c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b46644-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b4677a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b46946-a9c2-11e4-a731-4d12196f4000" flags="0" pad="12" audio-channel="1">
+                <ags-recycling id="71b46ac2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b46bd0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b46d60-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b46e28-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b46fa4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="13" audio-channel="0">
+                <ags-recycling id="71b47170-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b472c4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b47418-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4758a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b47648-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b476fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b477b0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b478c8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b479b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b47b02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b47bca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b47efe-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b47fc6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b48124-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b481e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b48296-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4834a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b48476-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4857a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b486c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b48782-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b4889a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b489f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b48ab6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b48b6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b48c28-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b48d40-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b48e30-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b48f84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b49042-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b49178-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4933a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="13" audio-channel="1">
+                <ags-recycling id="71b4940c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b49506-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b495c4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b496be-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4983a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="14" audio-channel="0">
+                <ags-recycling id="71b4990c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b49a2e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b49aec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b49bf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b49cf4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b49dbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b49e7a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b49f9c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4a08c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4a19a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4a294-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b4a438-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b4a500-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4a60e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b4a712-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4a7bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4a87a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4a992-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4aa8c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4aba4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b4ac9e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b4adc0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4aece-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4afbe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4b068-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4b126-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4b23e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4b338-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4b450-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4b540-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b4b66c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4b7fc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="14" audio-channel="1">
+                <ags-recycling id="71b4b914-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4ba18-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b4bae0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b4bb9e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4bd56-a9c2-11e4-a731-4d12196f4000" flags="0" pad="15" audio-channel="0">
+                <ags-recycling id="71b4be1e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4bf0e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b4bffe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4c10c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4c1de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4c292-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4c382-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4c468-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4c58a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4c6a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4c760-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b4c882-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b4c972-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4ca80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b4cbc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4ccc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4cd8c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4ce68-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4cf9e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4d0c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b4d188-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b4d2c8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4d412-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4d4d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4d58e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4d692-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4d778-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4d868-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4d9a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4da66-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b4db92-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4dd4a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="15" audio-channel="1">
+                <ags-recycling id="71b4de26-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4df48-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b4e006-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b4e0c4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b4e240-a9c2-11e4-a731-4d12196f4000" flags="0" pad="16" audio-channel="0">
+                <ags-recycling id="71b4e34e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b4e434-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b4e4f2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4e632-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4e6fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4e7a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4e862-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4e97a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4ea74-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4ebf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b4ecae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b4edda-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b4ee8e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4efce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b4f08c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4f140-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4f316-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4f488-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4f5a0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b4f730-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b4f80c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b4f942-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b4fb36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b4fc08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b4fcb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b4fd66-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b4fe7e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b4ff6e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b500c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5018a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b502b6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b50478-a9c2-11e4-a731-4d12196f4000" flags="0" pad="16" audio-channel="1">
+                <ags-recycling id="71b5054a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5063a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b506f8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b507fc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b50982-a9c2-11e4-a731-4d12196f4000" flags="0" pad="17" audio-channel="0">
+                <ags-recycling id="71b50a5e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b50b80-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b50c3e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b50d42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b50e3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b50ef0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b50fa4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b510c6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b511ac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b512ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b513b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b514d6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b51594-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b516d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b51792-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b519ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b51aa8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b51c60-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b51d5a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b51ea4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b51f6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b52084-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5217e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b52282-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b52340-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b523fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5250c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b525fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5270a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5280e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b52930-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b52aac-a9c2-11e4-a731-4d12196f4000" flags="0" pad="17" audio-channel="1">
+                <ags-recycling id="71b52bba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b52cb4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b52d72-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b52e30-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b52fe8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="18" audio-channel="0">
+                <ags-recycling id="71b530b0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b53236-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b53358-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b534fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b535ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5368c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b53790-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b53876-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b539a2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b53ace-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b53b96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b53cea-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b53db2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b53eb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b53f7e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b540e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b541a4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5428a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b543ca-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b544d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b54596-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b546ea-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b547ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b548b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b54960-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b54a50-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b54b22-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b54c44-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b54d52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b54e10-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b54f64-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b550ea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="18" audio-channel="1">
+                <ags-recycling id="71b551bc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b552f2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b553b0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b5546e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b55608-a9c2-11e4-a731-4d12196f4000" flags="0" pad="19" audio-channel="0">
+                <ags-recycling id="71b5572a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5581a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b558ce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b55a0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b55acc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b55b80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b55c34-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b55d56-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b55e46-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b55f90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5604e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b5617a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b5622e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5636e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b5642c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b564d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5658a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b56698-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b567f6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5694a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b56a08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b56b2a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b56c6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b56d28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b56ddc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b56e9a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b56fa8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b570a2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5721e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b572fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b57426-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b575de-a9c2-11e4-a731-4d12196f4000" flags="0" pad="19" audio-channel="1">
+                <ags-recycling id="71b576ba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b577aa-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b5787c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b57962-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b57b9c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="20" audio-channel="0">
+                <ags-recycling id="71b57d54-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b57ef8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b5804c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b58272-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b583bc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b584e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b58614-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b58808-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5898e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b58bbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b58d08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b59064-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b591cc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5942e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b59604-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5973a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5985c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b59a0a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b59b86-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b59dac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b59ed8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b5a090-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5a2c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b5a414-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5a536-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5a66c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5a842-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5a9d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5abe4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5ad38-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b5af18-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b5b198-a9c2-11e4-a731-4d12196f4000" flags="0" pad="20" audio-channel="1">
+                <ags-recycling id="71b5b332-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5b634-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b5b814-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b5b95e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b5bc42-a9c2-11e4-a731-4d12196f4000" flags="0" pad="21" audio-channel="0">
+                <ags-recycling id="71b5bda0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5bf1c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b5c0ac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5c28c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b5c3d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5c55c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5c692-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5c80e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5c9da-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5cbba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5cd22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b5cf7a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b5d0b0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5d272-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b5d434-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5d574-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5d754-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5d920-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5da9c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5dbf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b5ddee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b5df38-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5e064-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b5e136-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5e23a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5e30c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5e410-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5e55a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5e690-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5e76c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b5e8fc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b5eae6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="21" audio-channel="1">
+                <ags-recycling id="71b5ec1c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5ed34-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b5ee1a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b5eeec-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b5f0e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="22" audio-channel="0">
+                <ags-recycling id="71b5f202-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b5f310-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b5f428-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5f568-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b5f644-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b5f702-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b5f81a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b5f914-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b5fa5e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b5fb94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b5fc70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b5fdec-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b5fec8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b5fff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b600c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b601ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6029c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b60418-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6056c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b60724-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b6080a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b60940-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b60a62-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b60b7a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b60c42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b60d0a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b60e40-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b60f62-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b610a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b61200-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b61354-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b61502-a9c2-11e4-a731-4d12196f4000" flags="0" pad="22" audio-channel="1">
+                <ags-recycling id="71b6162e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b61746-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b61818-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b618ea-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b61aca-a9c2-11e4-a731-4d12196f4000" flags="0" pad="23" audio-channel="0">
+                <ags-recycling id="71b61bc4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b61cbe-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b61dcc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b61eee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b61fca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b62092-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b621dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b622ea-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b62402-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b62574-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b62650-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b627a4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b62876-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b629fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b62b8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b62c54-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b62d26-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b62e84-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b62f9c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b63118-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b63212-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b6335c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b634ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b635a0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b63668-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b63730-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b63884-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b63992-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b63b04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b63be0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b63d48-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b63ef6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="23" audio-channel="1">
+                <ags-recycling id="71b640c2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b64216-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b642e8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b643b0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b64540-a9c2-11e4-a731-4d12196f4000" flags="0" pad="24" audio-channel="0">
+                <ags-recycling id="71b64658-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b64748-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b64806-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b64964-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b64a22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b64ae0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b64bc6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b64ce8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b64de2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b64f4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b6501c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b651fc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b652ce-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6542c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b654f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b655a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6565c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b657b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b658b4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b65a12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b65ad0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b65bf2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b65d50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b65e0e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b65ecc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b65fbc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b660ac-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6619c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6630e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b663d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b6650c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b6670a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="24" audio-channel="1">
+                <ags-recycling id="71b667f0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b66926-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b66a20-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b66ad4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b66c5a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="25" audio-channel="0">
+                <ags-recycling id="71b66d72-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b66ea8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b66f66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b670c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b67182-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b67240-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b67308-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6742a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b67538-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b67696-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b677ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b67998-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b67a60-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b67b78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b67c7c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b67d3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b67df8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b67f2e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b68028-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b68154-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b68258-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b6838e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b684a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b68564-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b68654-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b68712-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b68820-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b689d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b68bae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b68cc6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b68f64-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b69180-a9c2-11e4-a731-4d12196f4000" flags="0" pad="25" audio-channel="1">
+                <ags-recycling id="71b692ac-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b69504-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b6961c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b69734-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b69a22-a9c2-11e4-a731-4d12196f4000" flags="0" pad="26" audio-channel="0">
+                <ags-recycling id="71b69b4e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b69db0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b69ec8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6a5e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b6a828-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6a968-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6ab20-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6ad64-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6afd0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6b2b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b6b3e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b6b516-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b6b5d4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6b71e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b6b7e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6b89a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6b94e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6ba70-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6bb60-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6bcaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b6be08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b6bf7a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6c0b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b6c1dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6c2b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6c3a8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6c4f2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6c60a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6c9a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b6ca9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b6cc04-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b6ce16-a9c2-11e4-a731-4d12196f4000" flags="0" pad="26" audio-channel="1">
+                <ags-recycling id="71b6cf1a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b6d082-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b6d15e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b6d294-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b6d460-a9c2-11e4-a731-4d12196f4000" flags="0" pad="27" audio-channel="0">
+                <ags-recycling id="71b6d55a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b6d6b8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b6d794-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6d8de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b6da14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6daf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6dbcc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6dd0c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6de2e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6df6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b6e090-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b6e1f8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b6e2d4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6e46e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b6e5cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6e69e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6e75c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6e874-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6e96e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6eab8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b6eb80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b6eca2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b6ee78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b6ef40-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b6eff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b6f0b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b6f1de-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b6f2d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b6f422-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b6f4e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b6f60c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b6f7ba-a9c2-11e4-a731-4d12196f4000" flags="0" pad="27" audio-channel="1">
+                <ags-recycling id="71b6f88c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b6f986-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b6fa8a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b6fb52-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b6fcce-a9c2-11e4-a731-4d12196f4000" flags="0" pad="28" audio-channel="0">
+                <ags-recycling id="71b6fddc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b6ff26-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b6ffee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b700f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b701b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7025a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b70354-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b70430-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b70520-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7066a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b70732-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b70854-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b70944-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b70a52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b70b10-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b70c00-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b70cbe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b70d9a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b70ebc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b70fca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b71088-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b711a0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b712e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b713a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b71452-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b715ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b716aa-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b717a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b718ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b719f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b71b28-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b71cae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="28" audio-channel="1">
+                <ags-recycling id="71b71dbc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b71eb6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b71f74-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b72032-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b721ea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="29" audio-channel="0">
+                <ags-recycling id="71b722bc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b723ac-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b72474-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b725be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b72686-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b72744-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b727f8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b72910-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b72a14-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b72b5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b72c1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b72d48-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b72e38-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b72f46-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b73004-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b730b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b73202-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b732fc-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b73400-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7354a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b73612-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b7373e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b73874-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7393c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b739f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b73aae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b73cf2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b73e28-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b73f86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b740a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b741f2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b743aa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="29" audio-channel="1">
+                <ags-recycling id="71b74558-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b74666-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b74724-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b747ec-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b749a4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="30" audio-channel="0">
+                <ags-recycling id="71b74a76-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b74b5c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b74c56-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b74d64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b74e68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b74f26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b74ff8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7511a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7520a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b75354-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7541c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b7553e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b755fc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7573c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b757fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b758ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b75962-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b75a7a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b75b6a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b75cbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b75d86-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b75ea8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b75fde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b760a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7615a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b76330-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b76556-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b76650-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b767a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b76862-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b7698e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b76b5a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="30" audio-channel="1">
+                <ags-recycling id="71b76c40-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b76d4e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b76e52-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b76f06-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b77082-a9c2-11e4-a731-4d12196f4000" flags="0" pad="31" audio-channel="0">
+                <ags-recycling id="71b77186-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b77276-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b77334-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b77474-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7753c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b775fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b776ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b777c6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b778b6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b77a0a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b77ad2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b77bf4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b77ca8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b77dde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b77eb0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b77f5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7800e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b78130-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b78220-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b78374-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b78478-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b785a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7869e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7875c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b78810-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b78932-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b78a90-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b78bc6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b78cde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b78d9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b78f04-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b79080-a9c2-11e4-a731-4d12196f4000" flags="0" pad="31" audio-channel="1">
+                <ags-recycling id="71b79152-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b79288-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b79346-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b79404-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b79580-a9c2-11e4-a731-4d12196f4000" flags="0" pad="32" audio-channel="0">
+                <ags-recycling id="71b79684-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b79774-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b79832-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b79968-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b79a30-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b79ada-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b79ba2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b79cd8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b79e18-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b79f26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7a020-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b7a142-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b7a200-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7a2fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b7a3f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7a4a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7a57a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7a688-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7a778-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7a886-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b7a976-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b7aa8e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7ab92-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7ac8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7ad36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7adea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7aed0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7aff2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7b164-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7b290-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b7b3bc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b7b54c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="32" audio-channel="1">
+                <ags-recycling id="71b7b65a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b7b754-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b7b83a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b7b902-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b7bab0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="33" audio-channel="0">
+                <ags-recycling id="71b7bb78-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b7bca4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b7bd62-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7be70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7bf2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7c01e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7c0dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7c1e0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7c302-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7c41a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7c4d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b7c636-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b7c6ea-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7c7f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b7c8e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7c9b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7ca64-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7cb7c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7cc62-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7cd70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b7ce6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b7cf96-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7d0a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7d19e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7d252-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7d310-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7d41e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7d50e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7d658-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7d716-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b7d964-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b7db94-a9c2-11e4-a731-4d12196f4000" flags="0" pad="33" audio-channel="1">
+                <ags-recycling id="71b7dc84-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b7dd92-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b7de82-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b7e04e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b7e1d4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="34" audio-channel="0">
+                <ags-recycling id="71b7e2d8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b7e3c8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b7e486-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7e594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7e756-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7e83c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7e904-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7eabc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7ebac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7ecc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b7edb4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b7ef3a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b7eff8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7f0fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b7f1ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7f264-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7f354-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7f430-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7f552-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b7f660-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b7f71e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b7f840-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b7f980-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b7fa3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b7faf2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b7fba6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b7fcd2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b7fdc2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b800b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8020e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b80344-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b80506-a9c2-11e4-a731-4d12196f4000" flags="0" pad="34" audio-channel="1">
+                <ags-recycling id="71b805d8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b806c8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b807b8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b80876-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b80a4c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="35" audio-channel="0">
+                <ags-recycling id="71b80b1e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b80c04-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b80ccc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b80e20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b80ee8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b80fba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8106e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b81190-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8128a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b813d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8149c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b815be-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b81672-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b817b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b81870-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8191a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b81a14-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b81b0e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b81bfe-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b81d48-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b81e06-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b81f1e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8205e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b82112-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b821c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8227a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b823d8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b824dc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b82662-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b82784-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b828a6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b82a2c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="35" audio-channel="1">
+                <ags-recycling id="71b82b30-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b82c2a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b82ce8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b82da6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b82f68-a9c2-11e4-a731-4d12196f4000" flags="0" pad="36" audio-channel="0">
+                <ags-recycling id="71b83030-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b83120-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b83206-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b83314-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b833dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b83486-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b83576-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8365c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b837b0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b838be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8397c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b83aa8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b83b8e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b83cc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b83dc8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b83e7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b83f4e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b84066-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b84156-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b842a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b8435e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b84480-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b845b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b84674-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b84728-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b847e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b848f4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b849e4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b84b2e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b84bec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b84d68-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b84ef8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="36" audio-channel="1">
+                <ags-recycling id="71b85006-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b850f6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b851b4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b85290-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8543e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="37" audio-channel="0">
+                <ags-recycling id="71b85510-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b85632-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b85704-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b85844-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8590c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b859d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b85a92-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b85baa-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b85c9a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b85dee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b85eca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b85fec-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b860a0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b861ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b862a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8635c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b86410-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8651e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8660e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b86758-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b86816-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b8692e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b86a96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b86b5e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b86c12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b86cc6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b86dde-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b86ef6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b87036-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b870fe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b87266-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b87400-a9c2-11e4-a731-4d12196f4000" flags="0" pad="37" audio-channel="1">
+                <ags-recycling id="71b87626-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b87784-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b87860-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b87932-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b87ad6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="38" audio-channel="0">
+                <ags-recycling id="71b87c7a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b87d74-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b87e32-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b87f7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8803a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b880ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b881ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b882c4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b883be-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b88512-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b885d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b886f2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b887a6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b888e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b889a4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b88a58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b88b0c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b88d0a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b88e2c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b88f6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b8907a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b89232-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8934a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b89408-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b894ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b895ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b89692-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b897aa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b898b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b89976-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b89c50-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b89e94-a9c2-11e4-a731-4d12196f4000" flags="0" pad="38" audio-channel="1">
+                <ags-recycling id="71b89f66-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8a092-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b8a15a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b8a20e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8a3c6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="39" audio-channel="0">
+                <ags-recycling id="71b8a498-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8a57e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b8a632-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8a77c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8a83a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8a92a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8a9f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8aad8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8ac18-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8ad26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8ade4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b8af42-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b8aff6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8b0fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b8b1f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8b2a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8b35c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8b442-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8b55a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8b668-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b8b762-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b8b87a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8b988-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8ba3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8bb36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8bbf4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8bcda-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8bdf2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8bf00-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8bfbe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b8c130-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8c338-a9c2-11e4-a731-4d12196f4000" flags="0" pad="39" audio-channel="1">
+                <ags-recycling id="71b8c464-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8c55e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b8c626-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b8c720-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8c89c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="40" audio-channel="0">
+                <ags-recycling id="71b8c9a0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8cac2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b8cb80-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8cc8e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8cd88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8ce3c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8cef0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8d008-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8d0f8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8d206-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8d300-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b8d422-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b8d4d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8d60c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b8d6d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8d788-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8d846-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8d954-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8da4e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8db84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b8dc4c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b8ddb4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8dec2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8df80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8e02a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8e0de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8e200-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8e2fa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8e458-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8e516-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b8e642-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8e7f0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="40" audio-channel="1">
+                <ags-recycling id="71b8e8cc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8ea2a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b8eb2e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b8ebf6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b8ed90-a9c2-11e4-a731-4d12196f4000" flags="0" pad="41" audio-channel="0">
+                <ags-recycling id="71b8ee94-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b8ef84-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b8f042-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8f22c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b8f312-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8f3d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8f4ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b8f5d8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b8f6e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b8f894-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b8f970-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b8fab0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b8fb82-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b8fce0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b8fdb2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b8fe7a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b8ff42-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b900a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b901c2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9032a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b90406-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b9053c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b906a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b90776-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9083e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b90906-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b90a3c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b90b40-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b90cbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b90d98-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b90ee2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9116c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="41" audio-channel="1">
+                <ags-recycling id="71b91266-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b91392-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b914be-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b915e0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b91798-a9c2-11e4-a731-4d12196f4000" flags="0" pad="42" audio-channel="0">
+                <ags-recycling id="71b91888-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b91996-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b91a68-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b91bd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b91cac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b91d74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b91e82-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b91f86-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9209e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b92206-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b922ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b92436-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b92562-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9268e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b92788-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9285a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b92990-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b92a8a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b92bca-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b92d00-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b92dd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b92f08-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b93066-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b93142-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9325a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9332c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9346c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9357a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b936e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9382c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b93994-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b93b60-a9c2-11e4-a731-4d12196f4000" flags="0" pad="42" audio-channel="1">
+                <ags-recycling id="71b93c8c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b93da4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b93e80-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b93f52-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9413c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="43" audio-channel="0">
+                <ags-recycling id="71b94222-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b94326-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b9443e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b94560-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b94632-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b94736-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b94808-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b94902-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b94a56-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b94b8c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b94c5e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b94dee-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b94ed4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9503c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b95118-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b951d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b952a8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b953d4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b954ec-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b95654-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b95726-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b95866-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9597e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b95a96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b95b86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b95c62-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b95d98-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b95f0a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9605e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9618a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b962d4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9648c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="43" audio-channel="1">
+                <ags-recycling id="71b965ae-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b966c6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b967a2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b96874-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b96a54-a9c2-11e4-a731-4d12196f4000" flags="0" pad="44" audio-channel="0">
+                <ags-recycling id="71b96bb2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b96cb6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b96d88-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b96efa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b96fcc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b97094-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9715c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b972a6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b973b4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9753a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b97616-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b97760-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b9783c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b979a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b97a76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b97b48-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b97c10-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b97d46-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b97e4a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b97fbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b9808e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b981c4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b98368-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9843a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b98502-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9867e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b987d2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b98912-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b98aac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b98b7e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b98d22-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b98eda-a9c2-11e4-a731-4d12196f4000" flags="0" pad="44" audio-channel="1">
+                <ags-recycling id="71b99006-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b99150-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b9922c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b992fe-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b994de-a9c2-11e4-a731-4d12196f4000" flags="0" pad="45" audio-channel="0">
+                <ags-recycling id="71b995ce-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b996d2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b997ae-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b99916-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b999fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b99ace-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b99bb4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b99cf4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b99e02-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b99f7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9a050-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b9a19a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b9a26c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9a3de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b9a4b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9a5c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9a69a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9a7a8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9a8f2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9aa1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b9aaf0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b9ac6c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9ae60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9af3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9b004-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9b11c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9b216-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9b356-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9b482-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9b554-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b9b694-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9b888-a9c2-11e4-a731-4d12196f4000" flags="0" pad="45" audio-channel="1">
+                <ags-recycling id="71b9b978-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b9bafe-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b9bbe4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b9bcc0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9be6e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="46" audio-channel="0">
+                <ags-recycling id="71b9bfa4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b9c0a8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b9c17a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9c33c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9c422-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9c530-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9c620-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9c71a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9c8d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9c9fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9cabc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b9cc10-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b9ccce-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9cdd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b9cecc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9cf76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9d034-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9d156-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9d23c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9d35e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b9d4ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b9d610-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9d71e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9d7dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9d8cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9d9a8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9da84-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9dba6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9dcbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9dd7c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71b9ded0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9e0ba-a9c2-11e4-a731-4d12196f4000" flags="0" pad="46" audio-channel="1">
+                <ags-recycling id="71b9e196-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b9e286-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71b9e34e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71b9e43e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71b9e5c4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="47" audio-channel="0">
+                <ags-recycling id="71b9e6c8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71b9e7b8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71b9e86c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9e97a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9ea6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9eb1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9ebdc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9ecf4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9edda-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9eef2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71b9efe2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71b9f122-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71b9f1d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9f32a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71b9f3f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9f4b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9f582-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9f690-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71b9f780-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71b9f8e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71b9f9a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71b9fb36-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71b9fcb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71b9fd70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71b9fe1a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71b9fed8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71b9fff0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba00d6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba0220-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba02e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71ba040a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba05b8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="47" audio-channel="1">
+                <ags-recycling id="71ba0694-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba0784-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ba0842-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ba0932-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba0ab8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="48" audio-channel="0">
+                <ags-recycling id="71ba0b8a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba0cac-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ba0d60-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba0e64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba0f68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba1026-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba112a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba1224-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba131e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba1468-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba1526-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ba165c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ba171a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba1850-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ba190e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba19b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba1ab2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba1b8e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba1c7e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba1dd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ba1e90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ba1fbc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba2106-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba225a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba23ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba24bc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba25fc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba271e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba28a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba2980-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71ba2aca-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba2d36-a9c2-11e4-a731-4d12196f4000" flags="0" pad="48" audio-channel="1">
+                <ags-recycling id="71ba2e1c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba2f5c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ba3042-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ba310a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba32cc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="49" audio-channel="0">
+                <ags-recycling id="71ba339e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba347a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ba3574-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba3682-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba3740-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba37f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba38e4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba39ca-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba3aec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba3bfa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba3cb8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ba3de4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ba3ed4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba3fd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ba4096-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba417c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba4230-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba430c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba4438-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba4546-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ba45fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ba474e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba49c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba4b86-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba4c4e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba4d0c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba4e10-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba4f3c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba5072-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba516c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71ba528e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba5414-a9c2-11e4-a731-4d12196f4000" flags="0" pad="49" audio-channel="1">
+                <ags-recycling id="71ba5554-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba564e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ba570c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ba57ca-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba5982-a9c2-11e4-a731-4d12196f4000" flags="0" pad="50" audio-channel="0">
+                <ags-recycling id="71ba5a4a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba5b30-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ba5c02-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba5d2e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba5dec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba5ea0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba5f90-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba606c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba6152-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba6292-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba6396-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ba64b8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ba656c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba66ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ba676a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba681e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba68dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba6a12-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba6b02-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba6c56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ba6d14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ba6e7c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba7138-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba723c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba72f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba73ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba74da-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba75d4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba771e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba77e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71ba7908-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba7a8e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="50" audio-channel="1">
+                <ags-recycling id="71ba7b9c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba7c8c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ba7d4a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ba7e1c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ba8024-a9c2-11e4-a731-4d12196f4000" flags="0" pad="51" audio-channel="0">
+                <ags-recycling id="71ba80f6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ba81dc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ba82a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba84ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba8588-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba8650-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba8718-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba8858-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba8984-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba8b6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba8c36-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ba8d62-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ba8e16-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba8f56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ba9014-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba90c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba917c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba9294-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba937a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba94c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ba9582-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ba96a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ba985c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ba9924-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ba99ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ba9ad2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ba9bb8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ba9cbc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ba9e06-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ba9ec4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71ba9ff0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71baa1bc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="51" audio-channel="1">
+                <ags-recycling id="71baa28e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71baa37e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71baa478-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71baa554-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71baa6da-a9c2-11e4-a731-4d12196f4000" flags="0" pad="52" audio-channel="0">
+                <ags-recycling id="71baa7de-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71baa8ce-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71baa98c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71baaacc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71baab8a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71baac52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71baad10-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71baae32-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71baaf22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bab062-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bab12a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bab24c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bab31e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bab472-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bab53a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bab634-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bab6f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bab7ce-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bab8fa-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71baba08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71babac6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71babc1a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71babd1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71babdd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bac020-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bac0fc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bac200-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bac372-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bac4a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bac5fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bac76e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bac8ea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="52" audio-channel="1">
+                <ags-recycling id="71bac9c6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bacae8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bacbb0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bacc6e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bace1c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="53" audio-channel="0">
+                <ags-recycling id="71bacef8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bad02e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bad0ec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bad1fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bad2f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bad3a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bad466-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bad574-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bad664-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bad772-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bad876-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bad998-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bada4c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71badb78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71badc68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71badd1c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71baddd0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71badee8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71badfe2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bae0fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bae1ea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bae302-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bae406-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bae672-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bae7c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bae898-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bae9b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71baeaaa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71baebc2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71baecc6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71baedf2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71baef78-a9c2-11e4-a731-4d12196f4000" flags="0" pad="53" audio-channel="1">
+                <ags-recycling id="71baf07c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71baf16c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71baf22a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71baf2e8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71baf496-a9c2-11e4-a731-4d12196f4000" flags="0" pad="54" audio-channel="0">
+                <ags-recycling id="71baf55e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71baf680-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71baf734-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71baf838-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71baf8f6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71baf9dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bafa9a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bafb80-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bafcac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bafdba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bafe78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71baffd6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bb008a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb0198-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bb0288-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb0332-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb0440-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb0526-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb0616-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb077e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bb083c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bb095e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb0ac6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb0b84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb0ca6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb0d78-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb0e9a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb0f8a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb10de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb119c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bb12be-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb1476-a9c2-11e4-a731-4d12196f4000" flags="0" pad="54" audio-channel="1">
+                <ags-recycling id="71bb1548-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb1638-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bb1746-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bb1804-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb198a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="55" audio-channel="0">
+                <ags-recycling id="71bb1a8e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb1b74-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bb1c32-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb1d68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb1e6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb1f2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb1fe8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb20ce-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb2204-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb231c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb23da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bb24fc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bb25ec-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb26f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bb27ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb2894-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb2948-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb2a24-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb2b46-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb2c54-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bb2d12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bb2e66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb2f7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb3046-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb30f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb31e0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb32c6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb3456-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb3578-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb3636-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bb37c6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb399c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="55" audio-channel="1">
+                <ags-recycling id="71bb3a6e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb3b5e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bb3c80-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bb3e2e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb3fdc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="56" audio-channel="0">
+                <ags-recycling id="71bb4108-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb4374-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bb4450-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb4630-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb470c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb47b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb4874-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb498c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb4a7c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb4bbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb4c84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bb4dc4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bb4e78-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb4fb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bb5076-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb512a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb51de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb5300-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb53fa-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb554e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bb5652-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bb5774-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb588c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb594a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb5a08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb5c74-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb5d82-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb5e90-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb600c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb60e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bb62a0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb6462-a9c2-11e4-a731-4d12196f4000" flags="0" pad="56" audio-channel="1">
+                <ags-recycling id="71bb6534-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb6624-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bb671e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bb67d2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb694e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="57" audio-channel="0">
+                <ags-recycling id="71bb6a70-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb6b56-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bb6c46-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb6d5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb6e1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb6ed0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb6fca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb70f6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb71e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb7330-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb73ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bb7510-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bb75c4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb772c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bb77f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb789e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb7952-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb7a6a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb7b5a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb7ca4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bb7d6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bb7e84-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb7fc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb8118-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb82b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb8406-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb8532-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb8622-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb878a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb8848-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bb896a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb8ae6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="57" audio-channel="1">
+                <ags-recycling id="71bb8bea-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb8cda-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bb8dde-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bb8f82-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bb91bc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="58" audio-channel="0">
+                <ags-recycling id="71bb92de-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bb93ce-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bb94a0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb95ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bb96b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bb9766-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bb981a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bb9928-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bb9a18-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bb9b80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bb9c3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bb9d60-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bb9e5a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bb9f68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bba026-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bba0e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bba1de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bba2ba-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bba3e6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bba4f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bba5b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bba6de-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bba81e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bba9ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbaa6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbab34-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbac60-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbad64-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbaeae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bbaf94-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bbb0c0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bbb23c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="58" audio-channel="1">
+                <ags-recycling id="71bbb354-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bbb444-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bbb502-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bbb5ca-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bbb778-a9c2-11e4-a731-4d12196f4000" flags="0" pad="59" audio-channel="0">
+                <ags-recycling id="71bbb84a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bbb93a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bbba20-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbbb2e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bbbbec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbbcd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbbd90-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbbe6c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbbfa2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbc0ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bbc16e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bbc308-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bbc3c6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbc4d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bbc592-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbc63c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbc736-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbc826-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbc95c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbca6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bbcb64-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bbcc7c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbcd80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bbce3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbcf24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbd05a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbd14a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbd276-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbd38e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bbd44c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bbd5b4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bbd73a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="59" audio-channel="1">
+                <ags-recycling id="71bbd802-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bbd92e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bbd9ec-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bbdaa0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bbdc76-a9c2-11e4-a731-4d12196f4000" flags="0" pad="60" audio-channel="0">
+                <ags-recycling id="71bbdd48-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bbde2e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bbdf28-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbe036-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bbe0f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbe1c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbe2ca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbe3b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbe4e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbe5fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bbe6bc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bbe810-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bbe8c4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbe9c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bbea86-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbeb76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbec34-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbed10-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbee28-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbef36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bbeff4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bbf148-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bbf260-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bbf31e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bbf40e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bbf4cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bbf5ee-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bbf81e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bbf9c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bbfa94-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bbfbde-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bbfe40-a9c2-11e4-a731-4d12196f4000" flags="0" pad="60" audio-channel="1">
+                <ags-recycling id="71bbff26-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc0034-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bc012e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bc01e2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc035e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="61" audio-channel="0">
+                <ags-recycling id="71bc0462-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc0548-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bc0606-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc075a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc0818-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc08c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc0980-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc0a98-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc0b88-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc0cd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc0d90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bc0ebc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bc0f70-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc10b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bc11b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc1268-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc131c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc13f8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc151a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc161e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bc1722-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bc183a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc193e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc1a06-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc1aec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc1bbe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc1d30-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc1f38-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc2104-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc21c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bc232a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc24a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="61" audio-channel="1">
+                <ags-recycling id="71bc25be-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc26b8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bc2776-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bc291a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc2b4a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="62" audio-channel="0">
+                <ags-recycling id="71bc2c26-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc2d3e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bc2e10-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc2f50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc3018-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc30cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc3180-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc32ac-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc339c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc34fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc35b8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bc36da-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bc3798-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc38d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bc3996-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc3a4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc3b1c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc3c34-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc3d24-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc3e6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bc3f2c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bc4044-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc4184-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc4242-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc42ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc43aa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc451c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc4620-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc4788-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc4846-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bc49b8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc4b3e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="62" audio-channel="1">
+                <ags-recycling id="71bc4c10-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc4d32-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bc4dfa-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bc4eb8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc5066-a9c2-11e4-a731-4d12196f4000" flags="0" pad="63" audio-channel="0">
+                <ags-recycling id="71bc5138-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc5214-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bc52d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc5430-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc552a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc55e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc56a6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc57d2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc58cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc59da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc5ade-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bc5c00-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bc5cb4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc5db8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bc5ea8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc5f5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc601a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc613c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc622c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc6376-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bc6434-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bc654c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc668c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc674a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc67f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc68b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc69c0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc6ab0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc6c4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc6d1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bc6e3e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc7000-a9c2-11e4-a731-4d12196f4000" flags="0" pad="63" audio-channel="1">
+                <ags-recycling id="71bc70d2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc71cc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bc72e4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bc73a2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc751e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="64" audio-channel="0">
+                <ags-recycling id="71bc762c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc7712-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bc77d0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc7910-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc79ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc7a96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc7b4a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc7d16-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc7e24-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc80fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc81da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bc84aa-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bc859a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc873e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bc8824-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc890a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc89be-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc8aa4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc8bd0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc8cde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bc8d9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bc8ef0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bc8ff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bc90b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bc9198-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bc9260-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bc949a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bc960c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bc9756-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bc9828-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bc99b8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bc9bd4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="64" audio-channel="1">
+                <ags-recycling id="71bc9cec-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bc9de6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bc9ea4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bc9f94-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bca110-a9c2-11e4-a731-4d12196f4000" flags="0" pad="65" audio-channel="0">
+                <ags-recycling id="71bca1e2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bca2fa-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bca3c2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bca4c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bca5b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bca66a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bca728-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bca840-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bca930-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcaa3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bcab2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bcac5a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bcad0e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcae44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bcaf0c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcafb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bcb074-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bcb1a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bcb290-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcb3f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bcb4c0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bcb61e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcb72c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bcb826-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcb95c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bcbae2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bcbcb8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bcbdb2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcbeca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bcbfce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bcc0fa-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bcc276-a9c2-11e4-a731-4d12196f4000" flags="0" pad="65" audio-channel="1">
+                <ags-recycling id="71bcc37a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bcc46a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bcc532-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bcc5e6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bcc794-a9c2-11e4-a731-4d12196f4000" flags="0" pad="66" audio-channel="0">
+                <ags-recycling id="71bcc866-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bcc94c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bcca3c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bccb40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bccbfe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcccb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bccd98-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bcce7e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bccf96-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcd0e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bcd1da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bcd2fc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bcd45a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcd590-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bcd69e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcd766-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bcd82e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bcd964-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bcda68-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcdb94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bcdcac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bcdde2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcdf04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bce01c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bce15c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bce242-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bce350-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bce49a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bce634-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bce706-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bce850-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bcea44-a9c2-11e4-a731-4d12196f4000" flags="0" pad="66" audio-channel="1">
+                <ags-recycling id="71bceb2a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bcec4c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bced5a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bcef1c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bcf0b6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="67" audio-channel="0">
+                <ags-recycling id="71bcf17e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bcf26e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bcf32c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcf480-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bcf53e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcf5f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bcf6ec-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bcf7d2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bcf8b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bcf9f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bcfab6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bcfbd8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bcfcd2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bcfdd6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bcfe8a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bcff3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd002e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd010a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd0236-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd033a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bd0402-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bd0524-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd065a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd0722-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd086c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd093e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd0a74-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd0b82-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd0ce0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd0da8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bd0ed4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd105a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="67" audio-channel="1">
+                <ags-recycling id="71bd1168-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd1258-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bd1316-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bd141a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd15a0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="68" audio-channel="0">
+                <ags-recycling id="71bd16ae-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd179e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bd1852-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd199c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd1a5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd1b0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd1bc2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd1cda-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd1dde-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd1f1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd1fe6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bd2108-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bd2202-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd231a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bd23d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd2482-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd2540-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd2658-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd2766-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd28a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bd2964-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bd2a7c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd2bbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd2c84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd2d2e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd2dec-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd3008-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd315c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd32f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd33d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bd3512-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd377e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="68" audio-channel="1">
+                <ags-recycling id="71bd3850-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd3940-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bd3a30-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bd3aee-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd3c6a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="69" audio-channel="0">
+                <ags-recycling id="71bd3d82-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd3e68-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bd3f26-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd407a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd4138-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd4228-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd42f0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd4408-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd4502-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd4642-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd470a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bd482c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bd48e0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd4a16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bd4ade-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd4b88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd4c3c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd4d5e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd4e4e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd4f98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bd5060-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bd5182-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd52cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd538a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd543e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd54f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd5772-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd5902-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd5a88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd5b46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bd5c68-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd5e20-a9c2-11e4-a731-4d12196f4000" flags="0" pad="69" audio-channel="1">
+                <ags-recycling id="71bd5ef2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd5fe2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bd60dc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bd61a4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd632a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="70" audio-channel="0">
+                <ags-recycling id="71bd642e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd6514-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bd65d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd6712-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd67da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd6884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd6956-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd6a64-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd6b54-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd6c9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd6d5c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bd6e74-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bd6f32-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd7086-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bd7176-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd7234-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd72f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd7400-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd74f0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd7630-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bd76f8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bd7810-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd7946-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd7a04-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd7ab8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd7b6c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd7c7a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd7df6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd7f22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd801c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bd813e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd82ce-a9c2-11e4-a731-4d12196f4000" flags="0" pad="70" audio-channel="1">
+                <ags-recycling id="71bd83dc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd84d6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bd8594-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bd8652-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bd8800-a9c2-11e4-a731-4d12196f4000" flags="0" pad="71" audio-channel="0">
+                <ags-recycling id="71bd88d2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bd89b8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bd8abc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd8c10-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd8cce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd8d82-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd8e36-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd8f4e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd903e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd9188-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bd9246-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bd935e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bd9412-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd9552-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bd9610-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd96ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bd976e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bd987c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bd9980-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bd9ac0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bd9b88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bd9cbe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bd9e12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bd9ed0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bd9f84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bda074-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bda150-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bda240-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bda376-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bda48e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bda5c4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bda7c2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="71" audio-channel="1">
+                <ags-recycling id="71bda88a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bda97a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bdaa38-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bdaaf6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bdacae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="72" audio-channel="0">
+                <ags-recycling id="71bdad80-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bdaeac-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bdaf6a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bdb078-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bdb14a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdb244-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bdb302-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bdb3f2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bdb51e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bdb622-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bdb6e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bdb848-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bdb906-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bdba1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bdbb18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdbbcc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bdbc80-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bdbd8e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bdbe88-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bdbfe6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bdc0ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bdc1d0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bdc310-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bdc3d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdc4a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bdc554-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bdc662-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bdc752-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bdc856-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bdc946-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bdcac2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bdcdb0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="72" audio-channel="1">
+                <ags-recycling id="71bdcea0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bdcfb8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bdd0d0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bdd1a2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bdd3d2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="73" audio-channel="0">
+                <ags-recycling id="71bdd4e0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bdd5c6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bdd67a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bdd7c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bdd88c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdd936-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bdda30-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bddb16-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bddc4c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bddd5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bdde18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71bddf80-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71bde03e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bde142-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71bde200-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bde2e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bde3a4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bde480-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bde5a2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bde6b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71bde778-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71bde8cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bde9d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bdea8e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdeb74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71bdec32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71bded0e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71bdee30-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71bdef52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71bdf010-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71bdf1e6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bdf470-a9c2-11e4-a731-4d12196f4000" flags="0" pad="73" audio-channel="1">
+                <ags-recycling id="71bdf5d8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bdf74a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71bdf812-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71bdf8d0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71bdfa4c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="74" audio-channel="0">
+                <ags-recycling id="71bdfb64-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71bdfc4a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71bdfd12-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71bdfe5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71bdff24-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71bdffce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be0082-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be019a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be028a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be03d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be0492-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71be05b4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71be0672-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be07bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71be087a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be092e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be09f6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be0b04-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be0bf4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be0d52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71be0e1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71be0f28-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be107c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be113a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be11ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be12a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be13c4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be14b4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be15ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be16b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71be17d4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be19fa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="74" audio-channel="1">
+                <ags-recycling id="71be1ae0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be1bc6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71be1cc0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71be1d7e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be1f04-a9c2-11e4-a731-4d12196f4000" flags="0" pad="75" audio-channel="0">
+                <ags-recycling id="71be2008-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be20ee-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71be21a2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be22ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be23aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be2454-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be2512-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be263e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be2738-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be28a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be29a4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71be2ac6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71be2b84-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be2cba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71be2e04-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be2ed6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be2fa8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be3156-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be3250-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be33a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71be3462-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71be357a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be36ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be3778-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be3822-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be38e0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be39ee-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be3ad4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be3c14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be3cd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71be3df4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be3fa2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="75" audio-channel="1">
+                <ags-recycling id="71be40d8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be41e6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71be42c2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71be43c6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be459c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="76" audio-channel="0">
+                <ags-recycling id="71be466e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be474a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71be4808-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be4952-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be4a10-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be4ac4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be4b82-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be4c9a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be4d8a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be4ed4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be4f92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71be50b4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71be5168-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be52a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71be5366-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be5410-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be550a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be5622-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be5712-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be5820-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71be5924-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71be5a46-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be5b40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be5c3a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be5ce4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be5dac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be5ef6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be5fe6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be6130-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be61ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71be6310-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be648c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="76" audio-channel="1">
+                <ags-recycling id="71be659a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be668a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71be673e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71be6978-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be6b44-a9c2-11e4-a731-4d12196f4000" flags="0" pad="77" audio-channel="0">
+                <ags-recycling id="71be6c2a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be6d7e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71be6e50-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be6ff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be70ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be71a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be7260-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be7346-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be7486-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be7594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be7652-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71be77a6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71be785a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be79ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71be7a6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be7b20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be7bd4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be7d00-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be7df0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be7f44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71be8002-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71be8124-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71be8264-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71be8322-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71be841c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71be84da-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71be85c0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71be86d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71be87f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71be88ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71be8a16-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71be8b92-a9c2-11e4-a731-4d12196f4000" flags="0" pad="77" audio-channel="1">
+                <ags-recycling id="71be8c64-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71be8d86-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71be8f98-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71be907e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71be92cc-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71be938a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71be954c-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71be95c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1b72c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71be96a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1bd12-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71be975e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71be9830-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71be989e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c197f6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71be9998-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1a6ec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71be9a74-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71be9b46-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71be9bbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c18374-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71be9c7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c19486-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71be9d6c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71be9e34-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71be9ea2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b1e5f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71be9f6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b1ee00-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bea050-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bea122-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bea190-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b1d41a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bea24e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b1df8c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bea30c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bea406-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bea474-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be8322-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bea53c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be88ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bea5fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bea6b8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bea758-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be70ee-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bea816-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be7652-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bea8d4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bea992-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beaa1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be7a6c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beab18-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be8002-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beabcc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beac94-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bead02-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be5c3a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beadf2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be61ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beaea6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beaf6e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beafdc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be4a10-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beb09a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be4f92-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beb18a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beb25c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beb2de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be5366-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beb3a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be5924-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beb4a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beb572-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beb64e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be3778-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beb720-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be3cd2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beb82e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beb8f6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beb964-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be23aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beba2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be29a4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bebb26-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bebbe4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bebc5c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be2e04-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bebd10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be3462-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bebe00-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bebed2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bebf40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be113a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bebffe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be16b2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bec0b2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bec1ac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bec238-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdff24-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bec2f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be0492-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bec3aa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bec4ae-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bec51c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be087a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bec5da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71be0e1a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bec68e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bec74c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bec7c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdea8e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bec8b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdf010-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bec972-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beca30-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71becaa8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdd88c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71becb98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdde18-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71becc6a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71becd32-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71becda0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bde200-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bece68-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bde778-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71becf62-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bed020-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bed098-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdc3d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bed156-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdc946-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bed23c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bed304-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bed386-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdb14a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bed44e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdb6e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bed502-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bed5f2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bed66a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdbb18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bed71e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bdc0ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bed7dc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bed89a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bed962-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd9ed0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beda20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bda48e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bedade-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bedba6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bedc14-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd8cce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bedd5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd9246-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bede1c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bedf34-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bedfa2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd9610-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bee060-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd9b88-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bee114-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bee1dc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bee24a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd7a04-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bee358-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd801c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bee416-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bee4e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bee574-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd67da-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bee66e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd6d5c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bee72c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bee7ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bee862-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd7176-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bee916-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd76f8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beea1a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beeae2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beeb50-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd538a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beec4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd5b46-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beed08-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71beedd0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71beee3e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd4138-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71beef2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd470a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beefec-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bef0b4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bef136-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd4ade-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bef1f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd5060-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bef2f8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bef3b6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bef42e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd2c84-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bef56e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd33d2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bef686-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bef76c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bef866-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd1a5a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bef92e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd1fe6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bef9ec-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71befadc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71befb54-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd23d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71befc08-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd2964-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71befcc6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71befd8e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71befe2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd0722-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71befeec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd0da8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71beffbe-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf0086-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf00f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcf53e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf01e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcfab6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf02a2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf04be-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf0554-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcfe8a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf070c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bd0402-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf07d4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf08a6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf0914-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bce01c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf09d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bce706-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf0ac2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf0b8a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf0c98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bccbfe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf0d7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcd1da-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf0e8c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf0f68-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf0fe0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcd69e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf10b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcdcac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf1184-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf129c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf131e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcb826-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf13f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcbfce-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf14cc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf15a8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf1684-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bca5b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf1760-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcab2e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf1832-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf190e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf1986-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcaf0c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf1a94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bcb4c0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf1b66-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf1c4c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf1ce2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc90b2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf1df0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc9828-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf1ec2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf1f9e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf2020-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc79ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf20e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc81da-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf221e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf22fa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf2372-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc8824-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf2480-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc8d9c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf2552-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf2638-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf26c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc674a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf27b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc6d1c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf28c2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf299e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf2a16-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc552a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf2b42-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc5ade-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf2c64-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf2d54-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf2dcc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc5ea8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf2e9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc6434-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf2f70-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf30ba-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf313c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc4242-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf3218-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc4846-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf32ea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf33bc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf343e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc3018-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf3510-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc35b8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf3614-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf36fa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf3772-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc3996-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf384e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc3f2c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf3952-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf3a6a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf3ae2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc1a06-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf3bbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc21c2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf3c86-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf3d9e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf3e20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc0818-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf3efc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc0d90-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf3fce-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf40aa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf4140-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc11b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf424e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bc1722-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf4316-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf43f2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf4474-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbf31e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf4582-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbfa94-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf4654-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf4730-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf47b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbe0f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf487a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbe6bc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf49ba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf4aaa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf4b2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbea86-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf4bfe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbeff4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf4d0c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf4df2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf4e6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbce3e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf4f3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbd44c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf500e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf511c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf519e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbbbec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf52e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbc16e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf53c4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf54aa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf5586-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbc592-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf566c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbcb64-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf5734-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf5810-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf5892-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bba9ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf59a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bbaf94-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf5ac2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf5ba8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf5c48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb96b2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf5d24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb9c3e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf5dec-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf5f04-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf5f7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bba026-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf6058-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bba5b2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf6120-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf61fc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf62a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb8118-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf6382-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb8848-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf6454-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf6530-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf65b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb6e1c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf66c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb73ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf6788-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf686e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf68e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb77f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf69c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb7d6c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf6ac6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf6ba2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf6c24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb594a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf6d0a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb60e8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf6e18-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf6efe-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf6f76-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb470c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf7052-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb4c84-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf7142-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf725a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf72dc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb5076-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf73ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb5652-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf7480-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf75a2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf7638-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb3046-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf7714-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb3636-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf77e6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf78b8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf79e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb1e6c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf7b10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb23da-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf7be2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf7cbe-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf7d40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb27ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf7e58-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb2d12-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf7f3e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf801a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf8092-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb0b84-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf8164-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb119c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf8272-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf83a8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf842a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71baf8f6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf84fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bafe78-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf85ce-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf86a0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf8722-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb0288-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf8830-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bb083c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf8902-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf89de-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf8a56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bae672-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf8b64-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71baecc6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf8c36-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf8d12-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf8db2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bad2f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf8e8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bad876-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf8f92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf906e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf9104-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71badc68-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf91d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bae1ea-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf92ee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf93d4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf944c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71babdd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf955a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bac5fc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf9636-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf9712-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf9794-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71baab8a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf9866-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bab12a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf996a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf9a46-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf9ac8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71bab53a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf9b9a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71babac6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf9ca8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bf9d84-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bf9e06-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba9924-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bf9ed8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba9ec4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bf9fa0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfa176-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfa1f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba8588-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfa2d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba8c36-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfa3a6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfa482-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfa540-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba9014-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfa612-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba9582-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfa6e4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfa7c0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfa842-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba723c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfa950-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba77e6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfaa40-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfab1c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfabb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba5dec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfacc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba6396-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfad9c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfae78-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfaef0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba676a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfafc2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba6d14-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfb0ee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfb1ca-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfb24c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba4b86-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfb31e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba516c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfb42c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfb508-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfb580-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba3740-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfb652-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba3cb8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfb71a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfb832-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfb8be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba4096-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfb990-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba45fa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfba62-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfbb3e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfbc10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba225a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfbcec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba2980-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfbdb4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfbe9a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfbf12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba0f68-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfc020-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba1526-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfc0f2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfc1c4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfc246-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba190e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfc354-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba1e90-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfc430-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfc50c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfc5b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9fd70-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfc69c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ba02e8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfc822-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfc912-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfc994-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9ea6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfca66-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9efe2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfcb92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfcc78-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfccf0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9f3f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfcdcc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9f9a6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfced0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfcfac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfd024-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9d7dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfd0f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9dd7c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfd1fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfd2ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfd36c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9c422-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfd43e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9cabc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfd524-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfd650-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfd6d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9cecc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfd7ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9d4ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfd8da-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfd9c0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfda4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9af3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfdb1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9b554-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfdbfa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfdd12-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfdd94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b999fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfde66-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9a050-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfdfba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfe096-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfe15e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9a4b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfe230-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9aaf0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfe302-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfe3d4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfe442-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9843a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfe550-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b98b7e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfe60e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfe6d6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfe744-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b96fcc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfe82a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b97616-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfe8f2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfe9c4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfea32-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b97a76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfeafa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9808e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfebea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bfecb2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfed2a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b95a96-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfede8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9618a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bfef46-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bff022-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bff090-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b94632-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bff14e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b94c5e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bff20c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bff306-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bff374-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b95118-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bff432-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b95726-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bff4fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bff5b8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bff658-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b93142-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bff720-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b9382c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bff7d4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bff89c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bff932-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b91cac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bffa2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b922ec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bffaea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bffbb2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bffc3e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b92788-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bffcfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b92dd2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71bffdec-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71bffeb4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71bfff2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b90776-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71bfffea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b90d98-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c000e4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c001ac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0021a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8f312-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0030a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8f970-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c003c8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c00490-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c004fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8fdb2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c005ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b90406-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c006ac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c00774-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c007e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8df80-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c008b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8e516-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c009a4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c00a6c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c00ada-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8cd88-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c00b98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8d300-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c00c7e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c00d46-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c00dbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8d6d4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c00e86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8dc4c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c00f44-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0103e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c010ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8ba3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c01188-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8bfbe-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c01246-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c01304-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c013b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8a83a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c01480-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8ade4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c01674-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c01782-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c01804-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8b1f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0191c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8b762-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c01a02-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c01ade-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c01b60-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b89408-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c01c6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b89976-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c01d40-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c01e1c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c01e9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8803a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c01f70-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b885d0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c020f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c021d2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c02240-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b889a4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c022fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8907a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c023ee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c024fc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0256a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b86b5e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c02628-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b870fe-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c026e6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c027a4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c02812-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8590c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c028da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b85eca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c029d4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c02aa6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c02b1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b862a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c02bd2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b86816-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c02cc2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c02d8a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c02df8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b84674-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c02eb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b84bec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c02f6a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0306e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c030e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b833dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c031ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8397c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0326c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0332a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c033ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b83dc8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c03488-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8435e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0358c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c03654-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c036c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b82112-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c03780-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b82784-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0383e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c03938-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c039a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b80ee8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c03a64-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8149c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c03b22-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c03d7a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c03dfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b81870-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c03f5a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b81e06-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c04022-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c040ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c04162-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7fa3e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0425c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b8020e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0431a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c043e2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0445a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7e756-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c04554-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7edb4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0461c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c046da-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c04752-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7f1ba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c04810-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7f71e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c04900-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c049c8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c04a36-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7d19e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c04afe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7d716-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c04bee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c04cc0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c04d2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7bf2e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c04dec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7c4d8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c04eaa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c04f9a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c05012-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7c8e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c050c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7ce6a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05184-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c05242-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c052ec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7ac8c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c053aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7b290-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05468-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c05526-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c05594-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b79a30-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c05684-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7a020-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05742-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0580a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c05878-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7a3f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c05968-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7a976-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05a26-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c05aee-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c05b5c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7875c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c05c24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b78d9c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05d0a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c05dd2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c05e4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7753c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c05efe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b77ad2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c05fee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c060b6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0612e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b77eb0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c061ec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b78478-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c062a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c06412-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c06494-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b760a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c06566-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b76862-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c06624-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c066e2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0678c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b74e68-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c06854-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7541c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0694e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c06a16-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c06a8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b757fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c06b56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b75d86-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c06c0a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c06d0e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c06d7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b7393c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c06e3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b740a8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c06ef8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c06ffc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0706a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b72686-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c07132-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b72c1c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c07222-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c072f4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c07362-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b73004-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c07420-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b73612-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c074de-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c075d8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c07646-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b713a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c07704-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b719f2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c077c2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0788a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0792a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b701b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c079f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b70732-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c07aa6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c07b6e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c07bdc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b70b10-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c07cd6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b71088-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c07d94-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c07e5c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c07eca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6ef40-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c07fba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6f4e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0808c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c08154-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c081c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6da14-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c08280-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6e090-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c08366-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c08438-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c084a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6e5cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c08564-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6eb80-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c08654-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c08726-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c08794-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6c1dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c08852-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6ca9c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c08906-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c08a0a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c08ae6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6a828-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c08bb8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6b3e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c08c76-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c08d3e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c08de8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6b7e6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c08eb0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6be08-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c08f64-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0904a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c090b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b68564-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c091bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b68cc6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0927a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c09342-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c093b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b67182-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c094a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b677ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c09568-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0963a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c096b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b67c7c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c09770-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b68258-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c09860-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c09928-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c09996-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b65e0e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c09a5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b663d6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c09b6c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c09c34-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c09ca2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b64a22-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c09d92-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6501c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c09e50-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c09f18-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c09fa4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b654f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0a062-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b65ad0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0a15c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0a224-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0a29c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b635a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0a35a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b63be0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0a44a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0a508-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0a580-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b61fca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0a63e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b62650-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0a6f2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0a7f6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0a864-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b62b8c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0a922-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b63212-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0a9e0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0aa9e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0ab3e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b60b7a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0ac06-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b61200-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0acce-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0ada0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0ae0e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5f644-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0af12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5fc70-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0afc6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0b08e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0b106-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b600c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0b318-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b6080a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0b3fe-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0b4e4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0b566-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5e136-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0b638-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5e76c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0b746-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0b82c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0b926-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5c3d6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0b9f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5cd22-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0bade-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0bbba-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0bc32-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5d434-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0bcf0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5ddee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0bdea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0beb2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0bf20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5a414-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0bfde-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5ad38-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0c09c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0c18c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0c1fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b583bc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0c2b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b58d08-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0c36c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0c466-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0c4de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b59604-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0c592-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b59ed8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0c650-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0c718-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0c786-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b56d28-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0c876-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b572fa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0c934-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0c9fc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0ca6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b55acc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0cb64-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5604e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0cc2c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0ccf4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0cd6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5642c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0ce2a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b56a08-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0cf38-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0d000-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0d06e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b548b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0d172-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b54e10-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0d226-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0d2ee-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0d35c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b535ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0d44c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b53b96-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0d500-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0d5d2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0d64a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b53f7e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0d708-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b54596-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0d910-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0da46-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0db4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b52282-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0dc1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5280e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0dd0c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0ddde-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0de4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b50e3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0df0a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b513b4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0dfc8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0e0c2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0e130-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b51792-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0e1f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b51f6c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0e2b6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0e37e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0e432-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4fc08-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0e4f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b5018a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0e5ae-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0e680-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0e6ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4e6fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0e7f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4ecae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0e8a6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0e96e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0e9dc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4f08c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0eacc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4f80c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0eb8a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0ec52-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0ecc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4d4d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0ed7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4da66-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0ee6e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0ef36-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0efa4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4c1de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0f062-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4c760-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0f148-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0f21a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0f288-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4cbc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0f346-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4d188-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0f3fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0f4f4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0f562-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4afbe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0f62a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4b540-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0f6e8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0f7a6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0f850-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b49cf4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0f922-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4a294-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0f9e0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0faa8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0fb34-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4a712-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0fc42-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4ac9e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c0fcf6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c0fdbe-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c0fe2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b48ab6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c0feea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b49042-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c10066-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c10142-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c101b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b47648-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c1026e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b47bca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c10386-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1044e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c104c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b481e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c105c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b48782-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1067e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1078c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c10804-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b460ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c108c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b46644-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c10980-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c10a98-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c10b10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b44b96-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c10bce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4510e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c10c82-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c10d4a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c10dc2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b45500-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c10eb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b45cbc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c10f66-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1102e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1109c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4394e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c11196-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b43ebc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1124a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c11312-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c11380-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b42666-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c11448-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b42bde-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c11556-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1161e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c11696-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b430ac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c11754-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b4366a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1183a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c11902-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1198e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b41414-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c11a4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b419f0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c11b00-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c11bf0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c11c7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b40140-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c11d3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b406c2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c11dee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c11eb6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c11f56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b40b4a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c1201e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b410ea-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c120dc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1219a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c12212-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3ec1e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c122f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3f240-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c123b6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c12474-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c124e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3d6f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c125d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3dcba-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c12690-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c127bc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c12834-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3e232-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c12906-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3e890-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c129f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c12abe-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c12b2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3c4be-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c12bea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3ca54-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c12cd0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c12d98-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c12e24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3aea2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c12eec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3b500-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c12faa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c130c2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c13130-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3ba3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c131ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3c0f4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c132ac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c13374-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1341e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b397a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c134e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b39f48-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c135ea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c136b2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c13720-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b37e5a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c137de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3858a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c138b0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c139aa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c13a22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b38bca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c13ad6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b39412-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c13b94-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c13c8e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c13cfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b35cae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c13dba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b367b2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c13e78-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c13f40-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c13fae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b33788-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c1409e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b34278-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c14166-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c14224-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1429c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b34af2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c1438c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b35600-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1444a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c1451c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1458a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b3174e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c14652-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b31ea6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c14756-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c14832-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c148a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b30312-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c1495e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b30934-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c14a4e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c14b20-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c14bb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b30d76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c14c74-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b313d4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c14d28-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c14f44-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c14fd0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2ecd8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c150b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2f322-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c15188-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c152be-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c15340-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2d838-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c15412-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2de96-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1558e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c15674-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c156e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2e2ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c157a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2e95e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1585e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c15958-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c159d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2bdc6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c15a8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2c64a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c15b4c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c15c46-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c15cb4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2a214-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c15d72-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2aae8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c15e30-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c15ef8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c15fa2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2b088-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16060-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2b894-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c16114-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c161e6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c16272-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b28810-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16362-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b28fe0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1642a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c164e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c16574-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b26ce0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16632-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b274e2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c16722-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c167ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c16858-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b27a78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16920-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2836a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c16a1a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c16aec-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c16b5a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b25232-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16c4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b25ad4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c16d08-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c16dd0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c16e48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2386a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c16f06-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b2404e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c16ff6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c170be-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c1712c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b245da-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c171ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b24dc8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c172d0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c17398-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c17492-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b21d08-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c17636-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b224e2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c1778a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c178a2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c17910-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b20070-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c179ce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b208ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c17a8c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c17b4a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71c17bf4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b21092-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c17cbc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71b21894-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c17d98-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c17e6a-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71c17eec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1ac3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c17fe6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1b1e6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71c180a4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+              <ags-recall id="71c18162-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-delay-audio id="71c18374-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71c18432-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71c184e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_duration[0]" control-port="6/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c18658-a9c2-11e4-a731-4d12196f4000" type="gdouble">768454228724.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c18752-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_duration[0]" control-port="5/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c1890a-a9c2-11e4-a731-4d12196f4000" type="gdouble">376.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c189be-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_delay[0]" control-port="4/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c18b08-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71c18bbc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_delay[0]" control-port="3/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c18d10-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71c18db0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./tact[0]" control-port="2/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c18ef0-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c18f90-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./bpm[0]" control-port="1/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c190da-a9c2-11e4-a731-4d12196f4000" type="gdouble">120.000000</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71c19206-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="63d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71c193aa-a9c2-11e4-a731-4d12196f4000">
+                  <ags-delay-audio-run id="71c19486-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio-run>
+              </ags-recall>
+              <ags-recall id="71c195c6-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-count-beats-audio id="71c197f6-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71c198be-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71c19986-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_end[0]" control-port="5/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c19ab2-a9c2-11e4-a731-4d12196f4000" type="gdouble">64.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c19b5c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_end[0]" control-port="4/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c19d3c-a9c2-11e4-a731-4d12196f4000" type="gdouble">16.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c19e18-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_start[0]" control-port="3/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c19f6c-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c1a00c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_start[0]" control-port="2/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c1a124-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71c1a1e2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./loop[0]" control-port="1/5" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                    <ags-value id="71c1a2f0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71c1a43a-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23c" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71c1a5e8-a9c2-11e4-a731-4d12196f4000">
+                  <ags-count-beats-audio-run id="71c1a6ec-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71c1a7f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71c1a868-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71c19486-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-count-beats-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-recall-list id="71c1a994-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+              <ags-recall id="71c1aa84-a9c2-11e4-a731-4d12196f4000" type="AgsPlayNotationAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play-notation" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-play-notation-audio id="71c1ac3c-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71c1acf0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71c1ade0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play-notation" specifier="./notation[0]" control-port="1/1" port-data-is-pointer="1" port-data-type="gpointer" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c1aec6-a9c2-11e4-a731-4d12196f4000" type="gpointer" link="xpath=//*[@id='71ea4f84-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71c1b01a-a9c2-11e4-a731-4d12196f4000" type="AgsPlayNotationAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play-notation" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71c1b128-a9c2-11e4-a731-4d12196f4000">
+                  <ags-play-notation-audio-run id="71c1b1e6-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71c1b29a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71c1b344-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71c1a6ec-a9c2-11e4-a731-4d12196f4000']"/>
+                      <ags-dependency id="71c1b402-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71c19486-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-play-notation-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+              <ags-recall id="71c1b51a-a9c2-11e4-a731-4d12196f4000" type="AgsPlayNotationAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play-notation" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-play-notation-audio id="71c1b72c-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71c1b7e0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71c1b8a8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play-notation" specifier="./notation[0]" control-port="1/1" port-data-is-pointer="1" port-data-type="gpointer" port-data-size="8" port-data-length="1">
+                    <ags-value id="71c1b9ca-a9c2-11e4-a731-4d12196f4000" type="gpointer" link="xpath=//*[@id='71ea4f84-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71c1bb0a-a9c2-11e4-a731-4d12196f4000" type="AgsPlayNotationAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play-notation" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71c1bc54-a9c2-11e4-a731-4d12196f4000">
+                  <ags-play-notation-audio-run id="71c1bd12-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71c1bdc6-a9c2-11e4-a731-4d12196f4000"/>
+                  </ags-play-notation-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-notation-list id="71c1beb6-a9c2-11e4-a731-4d12196f4000">
+              <ags-notation id="71c1bfa6-a9c2-11e4-a731-4d12196f4000" flags="0" key="violine" audio-channel="0" base-frequency="440.000000" tact="0.062500" bpm="120.000000" max-note-length="16.000000" loop-start="0.000000" loop-end="0.000000">
+                <ags-note-list id="71c1c122-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-notation>
+              <ags-notation id="71c1c21c-a9c2-11e4-a731-4d12196f4000" flags="0" key="violine" audio-channel="1" base-frequency="440.000000" tact="0.062500" bpm="120.000000" max-note-length="16.000000" loop-start="0.000000" loop-end="0.000000">
+                <ags-note-list id="71c1c3de-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-notation>
+            </ags-notation-list>
+          </ags-audio>
+          <ags-audio id="71c1c4e2-a9c2-11e4-a731-4d12196f4000" flags="2b" sequence-length="0" audio-channels="1" output-pads="78" input-pads="2" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71c1c5fa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0" link="xpath=//*[@id='71ca8abe-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c1c744-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c1c816-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c1c8d4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c1ca1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c1cae6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c1cb9a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c1cc58-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c1cd70-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c1ce60-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c1cfaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c1d072-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c1d194-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c1d28e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c1d3ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c1d4aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c1d572-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c1d630-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c1d73e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c1d84c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c1d9a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c1da68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c1db8a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c1dd42-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0" link="xpath=//*[@id='71cab872-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c1de46-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c1df0e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c1dfc2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c1e0f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c1e1b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c1e26a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c1e31e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c1e42c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c1e51c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c1e65c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c1e724-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c1e83c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c1e936-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c1eb5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c1ec6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c1ed96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c1ee72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c1efa8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c1f0c0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c1f1f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c1f386-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c1f4b2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c1f642-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="0" link="xpath=//*[@id='71cae450-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c1f782-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c1f84a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c1f912-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c1fa52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c1fb1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c1fbce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c1fc82-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c1fd9a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c1fe8a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c1ffca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2009c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c201c8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c20286-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c203c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2048e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c20542-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c20646-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2072c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2081c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c209a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c20a60-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c20b82-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c20cfe-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="0" link="xpath=//*[@id='71cb11a0-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c20e34-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c20efc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c20fb0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c21280-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c213f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c214ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2156e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2169a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2178a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c218d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2199c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c21ab4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c21b72-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c21cb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c21d70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c21e24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c21ed8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c21fe6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c220cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c22216-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c222d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c22400-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c225cc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="0" link="xpath=//*[@id='71cb41e8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c22702-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c227ca-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c22888-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c229b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c22a7c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c22b30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c22be4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c22d06-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c22e00-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c22f4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c23008-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2312a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c2321a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2331e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c233e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c234cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c23580-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c23666-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c23788-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2390e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c239d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c23b34-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c23cb0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="0" link="xpath=//*[@id='71cb7366-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c23db4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c23ecc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c23f8a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c240ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c24188-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2423c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c242fa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c24412-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c244f8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c24642-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2470a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2482c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c248e0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c24a3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c24afc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c24bb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c24c6e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c24d90-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c24e80-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c24fc0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c25088-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c251aa-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c25358-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="0" link="xpath=//*[@id='71cba46c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2545c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c25524-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c255d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2570e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2583a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c258f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c259ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c25ac4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c25bb4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c25cfe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c25dbc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c25ee8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c26050-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c26168-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c26226-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c262da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c263ca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c264b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c265c8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c266e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2679e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c268e8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c26a96-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="0" link="xpath=//*[@id='71cbd61c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c26b9a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c26c94-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c26d52-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c26e56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c26f14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c26ffa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c270ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c271da-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c272ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c27414-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c274d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c275f4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c276a8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c277de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c278a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c27964-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c27a22-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c27b3a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c27c2a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c27d74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c27e32-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c27f54-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c28116-a9c2-11e4-a731-4d12196f4000" flags="0" pad="8" audio-channel="0" link="xpath=//*[@id='71cc075e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2821a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c282e2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c283fa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c28512-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c28602-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c287ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c288c8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c28a12-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c28b20-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c28c60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c28df0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c28f26-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c28fe4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2912e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c291ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c292a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c29354-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c29462-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2955c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2969c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c29764-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c29886-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c29a34-a9c2-11e4-a731-4d12196f4000" flags="0" pad="9" audio-channel="0" link="xpath=//*[@id='71cc349a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c29b38-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c29c00-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c29d04-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c29e12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c29ed0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c29f7a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2a06a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2a150-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2a25e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2a39e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2a52e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2a68c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c2a7b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2a8e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2a9fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2aace-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2ab96-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2acd6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2ae98-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2b0a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2b15e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c2b280-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c2b41a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="10" audio-channel="0" link="xpath=//*[@id='71cc6230-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2b564-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c2b65e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c2b71c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2b82a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2b91a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2b9ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2ba96-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2bbae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2bca8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2bdb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2beb0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2bfd2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c2c0a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2c1b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2c2a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2c356-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2c40a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2c536-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2c626-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2c766-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2c824-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c2c950-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c2cb08-a9c2-11e4-a731-4d12196f4000" flags="0" pad="11" audio-channel="0" link="xpath=//*[@id='71cc900c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2cc0c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c2ccd4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c2cdba-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2cec8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2cf86-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2d06c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2d120-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2d1fc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2d31e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2d576-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2d65c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2d86e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c2d936-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2da3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2daf8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2dbe8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2dca6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2dd82-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2dec2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2dfd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2e08e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c2e228-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c2e3ae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="12" audio-channel="0" link="xpath=//*[@id='71ccbda2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2e4b2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c2e5ac-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c2e660-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2e764-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2e822-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2e908-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2e9c6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2eaa2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2ebc4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2ecd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2ed90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c2eee4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c2efac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2f0b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2f1aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2f254-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c2f312-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c2f420-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c2f510-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c2f614-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c2f704-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c2f830-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c2f9ca-a9c2-11e4-a731-4d12196f4000" flags="0" pad="13" audio-channel="0" link="xpath=//*[@id='71cced5e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c2fb14-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c2fc4a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c2fd44-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c2fe52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c2ff10-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c2ffba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c300b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3019a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3028a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c303e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c304a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c305d2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c306c2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c307bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3087a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c30960-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c30a32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c30b0e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c30c30-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c30d8e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c30e4c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c30f64-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c310e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="14" audio-channel="0" link="xpath=//*[@id='71cd1b30-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c31220-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c312de-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c31392-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c314e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c315c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c316bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3177a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c31856-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c31978-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c31a86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c31b3a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c31c8e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c31d42-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c31e50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c31f40-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c31fea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3209e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c321ac-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c323b4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c32530-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c32648-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c32792-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c329c2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="15" audio-channel="0" link="xpath=//*[@id='71cd481c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c32b20-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c32be8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c32c9c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c32dd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c32e90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c32f3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c33034-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c33124-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3321e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c33390-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c33458-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c3357a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c3362e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3376e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c33822-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3391c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c339e4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c33afc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c33be2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c33cf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c33de0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c33f02-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c34092-a9c2-11e4-a731-4d12196f4000" flags="0" pad="16" audio-channel="0" link="xpath=//*[@id='71cd74a4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c341d2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3429a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c34358-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3448e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3454c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c345f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c346b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c347c2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c34934-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c34b82-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c34d26-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c34e5c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c34f1a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c35028-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c350fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c351ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3529e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3537a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c354b0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c355be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3567c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c357d0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c3594c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="17" audio-channel="0" link="xpath=//*[@id='71cda258-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c35a8c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c35b54-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c35c1c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c35d20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c35e1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c35ece-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c35f82-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c360a4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c36194-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c36298-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c36392-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c364b4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c36568-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c366c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c367b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3686a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3691e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c36a36-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c36b26-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c36c48-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c36d42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c36e6e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c36ff4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="18" audio-channel="0" link="xpath=//*[@id='71cdcf76-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c371ac-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3727e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c37332-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3747c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3753a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c375ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c376b6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c377ce-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c378be-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c37a08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c37ad0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c37bf2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c37ca6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c37df0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c37eae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c37f62-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3805c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c38142-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3823c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3837c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3843a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c3855c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c38714-a9c2-11e4-a731-4d12196f4000" flags="0" pad="19" audio-channel="0" link="xpath=//*[@id='71cdfbd6-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c38836-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c38930-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c389ee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c38af2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c38bb0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c38ca0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c38d68-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c38e4e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c38f66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c39088-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3918c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c392b8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c39376-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c394b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c39574-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3961e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c396d2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3984e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c39948-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c39a9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c39ba0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c39ccc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c39e66-a9c2-11e4-a731-4d12196f4000" flags="0" pad="20" audio-channel="0" link="xpath=//*[@id='71ce2944-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c39fa6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3a06e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c3a122-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3a262-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3a320-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3a3de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3a4a6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3a5c8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3a6b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3a802-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3a8c0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c3a9e2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c3aaaa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3abea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3aca8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3ad52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3ae10-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3af1e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3b022-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3b162-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3b220-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c3b342-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c3b504-a9c2-11e4-a731-4d12196f4000" flags="0" pad="21" audio-channel="0" link="xpath=//*[@id='71ce5716-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c3b612-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3b70c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c3b7ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3b8ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3b9d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3ba7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3bb3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3bc66-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3bd56-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3be96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3c0b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c3c224-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c3c2f6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3c468-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3c53a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3c670-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3c77e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3c864-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3c954-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3ca94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3cb52-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c3cc6a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c3ce22-a9c2-11e4-a731-4d12196f4000" flags="0" pad="22" audio-channel="0" link="xpath=//*[@id='71ce8312-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c3cf26-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3d02a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c3d0fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3d21e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3d2fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3d3ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3d46c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3d57a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3d66a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3d782-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3d872-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c3d994-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c3da48-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3db88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3dc46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3dcfa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3ddc2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3ded0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3dfb6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3e100-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3e1c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c3e2e0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c3e45c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="23" audio-channel="0" link="xpath=//*[@id='71ceaedc-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c3e6fa-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3e86c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c3e93e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3ea88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3eb8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3ec86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3ed44-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3ee2a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3ef1a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3f05a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3f118-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c3f23a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c3f2f8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c3f438-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c3f500-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c3f5b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c3f672-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c3f78a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c3f87a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c3f9d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c3faa0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c3fbcc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c3fd84-a9c2-11e4-a731-4d12196f4000" flags="0" pad="24" audio-channel="0" link="xpath=//*[@id='71cee014-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c3fe88-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c3ff50-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4000e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c40144-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c40202-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c402c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c40392-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4048c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4057c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c406f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c407b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c408d8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c4098c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c40acc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c40b8a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c40c3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c40d60-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c40e96-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c40f86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c410da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c411a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c412c4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4144a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="25" audio-channel="0" link="xpath=//*[@id='71cf0e72-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4158a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4165c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c41760-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c41878-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c41968-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c41a1c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c41ad0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c41bb6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c41cd8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c41ddc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c41ee0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c42002-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c420ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4221e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c422dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c42386-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c42444-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c42552-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c42642-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c42782-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4284a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c42962-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c42b10-a9c2-11e4-a731-4d12196f4000" flags="0" pad="26" audio-channel="0" link="xpath=//*[@id='71cf3d7a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c42c1e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c42cdc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c42d9a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c42eda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c42f98-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c43042-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c43100-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c43222-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c43326-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c434de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c435a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c436c8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c43786-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c438c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4397a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c43a74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c43b32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c43c4a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c43d3a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c43e7a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c43f42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c44064-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c441e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="27" audio-channel="0" link="xpath=//*[@id='71cf6c50-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c44334-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4442e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4450a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c44604-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c446c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c447a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c44866-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c44942-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c44a6e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c44b7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c44c3a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c44da2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c44e56-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c44f5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4504a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c450fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c451b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4528e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c453a6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c454fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c455cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c456ee-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c458a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="28" audio-channel="0" link="xpath=//*[@id='71cf9996-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c459aa-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c45a68-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c45c84-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c45dce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c45eaa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c45f72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4608a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c46184-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4633c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c46454-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c46512-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c46634-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c46724-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c46828-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c468e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c469cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c46a8a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c46b7a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c46c92-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c46da0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c46e5e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c46fd0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c471a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="29" audio-channel="0" link="xpath=//*[@id='71cfc704-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c472aa-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c47372-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c47426-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c47570-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4762e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c476e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c47796-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c478ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4799e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c47ade-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c47ba6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c47cc8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c47dae-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c47eb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c47f70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c48024-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4818c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c48358-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c48524-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c48646-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c48704-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c48830-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c489e8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="30" audio-channel="0" link="xpath=//*[@id='71cff27e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c48aec-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c48c22-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c48ce0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c48dee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c48eac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c48f56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4900a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c49122-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c49212-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4935c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c49424-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c4953c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c495fa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4973a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c497f8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c498ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c49960-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c49a78-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c49b5e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c49cbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c49dc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c49eec-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4a068-a9c2-11e4-a731-4d12196f4000" flags="0" pad="31" audio-channel="0" link="xpath=//*[@id='71d02776-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4a19e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4a270-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4a324-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4a46e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4a568-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4a626-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4a6e4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4a7c0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4a8d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4aa72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4ab30-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c4ac8e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c4ad42-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4ae50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4af0e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4aff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4b0b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4b18e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4b2b0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4b3be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4b47c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c4b5da-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4b774-a9c2-11e4-a731-4d12196f4000" flags="0" pad="32" audio-channel="0" link="xpath=//*[@id='71d05336-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4b878-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4b972-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4ba26-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4bb2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4bc1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4bcd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4bd96-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4beb8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4bfa8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4c0f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4c1ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c4c2d2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c4c390-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4c4c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4c58e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4c688-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4c750-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4c82c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4c94e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4ca66-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4cb24-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c4cc96-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4ce1c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="33" audio-channel="0" link="xpath=//*[@id='71d07f1e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4cf52-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4d01a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4d15a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4d29a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4d362-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4d416-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4d4ca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4d5e2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4d6d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4d7e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4d8d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c4da42-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c4daf6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4dc0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4dce0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4dd9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4de8e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4df74-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4e096-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4e1a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4e262-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c4e38e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4e53c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="34" audio-channel="0" link="xpath=//*[@id='71d0acfa-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4e640-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c4e73a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c4e7f8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4e8fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4e9ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4eaaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4eb7c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4ec62-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4eda2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4eeb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4ef78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c4f0f4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c4f1b2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c4f306-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c4f400-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c4f4be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c4f572-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c4f64e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c4f888-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c4f9fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c4facc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c4fc66-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c4fe8c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="35" audio-channel="0" link="xpath=//*[@id='71d0dbf8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c4ffe0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c5018e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c5027e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c503dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c505da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c506d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c507a6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5095e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c50a58-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c50b98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c50c88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c50daa-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c50e5e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c50f9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5105c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c51106-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c511ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c512dc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c513cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5152a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c51606-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c51732-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c518e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="36" audio-channel="0" link="xpath=//*[@id='71d10858-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c519e4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c51ab6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c51ba6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c51caa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c51dea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c51f84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c52132-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c52222-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c52344-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5245c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c52560-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c52722-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c52812-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5297a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c52a4c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c52b14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c52bdc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c52d08-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c52e16-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c52f88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c53064-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c531f4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c533ac-a9c2-11e4-a731-4d12196f4000" flags="0" pad="37" audio-channel="0" link="xpath=//*[@id='71d13602-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c534ce-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c53618-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c536ea-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5380c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c53924-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c539e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c53ab4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c53be0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c53cee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c53e1a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c53f28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c54068-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5413a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c54298-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c54374-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c54432-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c54522-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c546f8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c54806-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5498c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c54a68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c54ba8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c54d4c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="38" audio-channel="0" link="xpath=//*[@id='71d1653c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c54ed2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c54fea-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c550bc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c551de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c552ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c553be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c55490-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c555f8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c55706-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c55882-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5595e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c55aa8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c55b70-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c55cd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c55daa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c55e72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c55f3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c56070-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c56174-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c562fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c563cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c56516-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c566f6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="39" audio-channel="0" link="xpath=//*[@id='71d195e8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c56818-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c568f4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c56a0c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c56b4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c56cbe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c56dae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c56e80-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c56f84-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c570ce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c571fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c572cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c57470-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5754c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5766e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c57786-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5784e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5792a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c57a6a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c57b6e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c57c9a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c57da8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c57ef2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c580b4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="40" audio-channel="0" link="xpath=//*[@id='71d1c716-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c58212-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c582f8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c583c0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5851e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5860e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c586e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c587ee-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5892e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c58a32-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c58b5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c58c76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c58dc0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c58e88-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c58fdc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c590b8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c59180-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c59252-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c59446-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c59568-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c596ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c597ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c59900-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c59aae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="41" audio-channel="0" link="xpath=//*[@id='71d1f84e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c59c02-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c59cde-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c59db0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c59f18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c59ff4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5a0b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5a184-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5a2b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5a3b4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5a526-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5a65c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c5a79c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5a86e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5a990-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5aa9e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5ab66-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5ac38-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5ad82-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5ae86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5afbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5b0ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c5b232-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c5b3ea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="42" audio-channel="0" link="xpath=//*[@id='71d228c8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c5b548-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c5b624-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c5b746-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5b872-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5b944-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5ba0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5bbd8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5bce6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5be30-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5bf70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5c042-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c5c1c8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5c2a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5c416-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5c4f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5c5ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5c682-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5c7b8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5c8bc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5c9f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5cb00-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c5cc40-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c5cdda-a9c2-11e4-a731-4d12196f4000" flags="0" pad="43" audio-channel="0" link="xpath=//*[@id='71d2592e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c5cf42-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c5d01e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c5d0f0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5d276-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5d352-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5d410-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5d4e2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5d622-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5d726-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5d8a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5d97e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c5dabe-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5db86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5dcee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5ddc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5de88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5dfa0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5e0a4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5e266-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5e3b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5e4d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c5e612-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c5e7c0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="44" audio-channel="0" link="xpath=//*[@id='71d28a16-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c5e95a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c5ea40-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c5eb12-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5ec84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5ed56-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5ee1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5eef0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5f030-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5f170-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5f2e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5f3b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c5f4f4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c5f652-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c5f79c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c5f864-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c5f918-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c5f9d6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c5faee-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c5fbd4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c5fd14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c5fe18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c5ff44-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c600ca-a9c2-11e4-a731-4d12196f4000" flags="0" pad="45" audio-channel="0" link="xpath=//*[@id='71d2bb58-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c60214-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c602dc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c6039a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c604da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c60598-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6064c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6070a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c60822-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c60980-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c60ade-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c60b9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c60cbe-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c60d7c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c60ed0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c60f8e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c61042-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c61100-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c61222-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c613ee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c61588-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c616dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6186c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c61a42-a9c2-11e4-a731-4d12196f4000" flags="0" pad="46" audio-channel="0" link="xpath=//*[@id='71d2ec68-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c61b5a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c61c22-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c61ce0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c61e20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c61ee8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c61f9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6205a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c62168-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c62258-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c623a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c62460-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c625a0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c62654-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c62794-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c62852-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c62906-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c629ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c62ad2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c62be0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c62d34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c62df2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c62f14-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c63234-a9c2-11e4-a731-4d12196f4000" flags="0" pad="47" audio-channel="0" link="xpath=//*[@id='71d31d64-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c6336a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c63446-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c63590-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c636bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c63810-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c638c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c63982-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c63aa4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c63b94-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c63ce8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c63db0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c63ed2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c63f86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c64184-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c64260-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c64382-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6445e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c64594-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c646a2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6488c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c64972-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c64aee-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c64cb0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="48" audio-channel="0" link="xpath=//*[@id='71d34e42-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c64e0e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c64ef4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c64fc6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c650e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c65200-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6530e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c653ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c654e4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c655e8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c65818-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c658fe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c65a48-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c65b6a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c65ca0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c65d72-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c65e3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c65fca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c660b0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c661d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c662f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c663a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c664d4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c6668c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="49" audio-channel="0" link="xpath=//*[@id='71d37f7a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c66790-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c66894-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c66952-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c66a60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c66b1e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c66c18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c66cd6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c66db2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c66ed4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c67032-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c670fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c67212-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c672c6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6741a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c674e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c675dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6769a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c67780-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c67870-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c679ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c67a78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c67ba4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c67d52-a9c2-11e4-a731-4d12196f4000" flags="0" pad="50" audio-channel="0" link="xpath=//*[@id='71d3b03a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c67ed8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c67fdc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c680a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c681c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6828e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6837e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6843c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c68518-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6864e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c68766-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c68838-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c68996-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c68a90-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c68b9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c68c5c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c68d10-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c68dc4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c68edc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c68fcc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c69120-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c691f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6931e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c694cc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="51" audio-channel="0" link="xpath=//*[@id='71d3e140-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c695d0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c69698-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c69788-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c69896-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c69954-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c699fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c69aee-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c69be8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c69cd8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c69e18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c69ee0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c6a00c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c6a0fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6a250-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6a30e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6a408-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6a4bc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6a62e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6a764-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6a890-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6a94e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6aaa2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c6ac28-a9c2-11e4-a731-4d12196f4000" flags="0" pad="52" audio-channel="0" link="xpath=//*[@id='71d411ec-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c6ad22-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c6ae30-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c6aeee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6affc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6b0f6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6b1aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6b25e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6b36c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6b45c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6b56a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6b68c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c6b7ae-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c6b86c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6b984-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6ba74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6bb28-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6bbdc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6bcf4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6bdda-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6bf42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6c00a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6c12c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c6c2da-a9c2-11e4-a731-4d12196f4000" flags="0" pad="53" audio-channel="0" link="xpath=//*[@id='71d444e6-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c6c3e8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c6c4b0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c6c564-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6c69a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6c758-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6c80c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6c8c0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6c9d8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6cadc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6cd2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6ce9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c6cff0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c6d0c2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6d23e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6d39c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6d46e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6d52c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6d644-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6d734-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6d888-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6d946-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6da7c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c6dc52-a9c2-11e4-a731-4d12196f4000" flags="0" pad="54" audio-channel="0" link="xpath=//*[@id='71d47416-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c6dd56-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c6de64-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c6df22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6e026-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6e0e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6e1ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6e288-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6e36e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6e486-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6e59e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6e666-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c6e7ba-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c6e86e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6e972-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6ea6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6eb20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6ebd4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6ecf6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6edf0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6eefe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6eff8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c6f11a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c6f3ea-a9c2-11e4-a731-4d12196f4000" flags="0" pad="55" audio-channel="0" link="xpath=//*[@id='71d4a026-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c6f5fc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c6f71e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c6f7e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c6f912-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c6f9d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c6fa84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c6fb7e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c6fcaa-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c6fd9a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c6febc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c6ffac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c700ce-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7018c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c702cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c70394-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7043e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c704f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7060a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c706f0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c70830-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7090c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c70a2e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c70baa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="56" audio-channel="0" link="xpath=//*[@id='71d4cc04-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c70cea-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c70da8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c70e66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c70f9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7106e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c71122-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c71212-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c712ee-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c713fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7153c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c715fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c7171c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7180c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c71910-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c719ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c71afa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c71bf4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c71cda-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c71dfc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c71f14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c71fd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c72126-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c722b6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="57" audio-channel="0" link="xpath=//*[@id='71d4fa08-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c723ba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c724be-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c72572-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c72680-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7278e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c72842-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c72900-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c72a5e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c72b58-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c72c66-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c72d60-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c72e82-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c72f36-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7306c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7315c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c73210-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c732ce-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c733e6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c734d6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c735e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c736de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c73800-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c73986-a9c2-11e4-a731-4d12196f4000" flags="0" pad="58" audio-channel="0" link="xpath=//*[@id='71d5280c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c73abc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c73b8e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c73c42-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c73d8c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c73e4a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c73efe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c73fbc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c740d4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c74232-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c74390-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7444e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c745c0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7467e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7478c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c74872-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c74944-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c74a02-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c74ade-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c74c1e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c74d36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c74df4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c74f48-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c750ce-a9c2-11e4-a731-4d12196f4000" flags="0" pad="59" audio-channel="0" link="xpath=//*[@id='71d553fe-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c7520e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c752d6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c753e4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c754f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c755b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c75664-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c75754-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c75844-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c75948-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c75a88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c75b46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c75c68-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c75d58-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c75e5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c75f6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7601e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c760dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c761e0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c762d0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c763de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c764ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c765f0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7678a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="60" audio-channel="0" link="xpath=//*[@id='71d581bc-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c76a14-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c76b04-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c76bf4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c76d5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c76e2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c76ef6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c77040-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c77158-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c77248-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c77392-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7745a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c77572-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c77630-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c77770-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7782e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c778e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c77996-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c77ac2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c77bda-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c77ce8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c77da6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c77f0e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7808a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="61" audio-channel="0" link="xpath=//*[@id='71d5aeee-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c781de-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c782a6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c78364-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7849a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c78558-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7862a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c786e8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7880a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c788fa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c78a44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c78b02-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c78c2e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c78ce2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c78e2c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7903e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c79124-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7926e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c79390-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7948a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c795d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c79692-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c79804-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7998a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="62" audio-channel="0" link="xpath=//*[@id='71d5da86-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c79aca-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c79b9c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c79c50-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c79d90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c79e4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c79f02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c79fb6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7a0ce-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7a1be-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7a312-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7a3ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c7a510-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7a5ce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7a70e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7a7d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7a88a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7a93e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7aa56-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7ab46-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7ac90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7ad4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c7aeb6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7b046-a9c2-11e4-a731-4d12196f4000" flags="0" pad="63" audio-channel="0" link="xpath=//*[@id='71d6068c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c7b19a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c7b262-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c7b316-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7b456-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7b514-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7b5c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7b6ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7b820-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7b910-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7ba64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7bb22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c7bc44-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7bcf8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7be38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7bef6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7bfc8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7c07c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7c194-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7c284-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7c3ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7c48c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c7c5ae-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7c75c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="64" audio-channel="0" link="xpath=//*[@id='71d633d2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c7c860-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c7c928-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c7c9e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7cb58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7cc20-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7ccd4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7cd88-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7cea0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7cf86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7d0da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7d1a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c7d2c4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7d378-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7d4b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7d576-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7d62a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7d6de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7d7f6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7d8f0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7da58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7db34-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c7dc92-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7de86-a9c2-11e4-a731-4d12196f4000" flags="0" pad="65" audio-channel="0" link="xpath=//*[@id='71d6638e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c7df8a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c7e08e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c7e14c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7e246-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7e340-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7e3ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7e4ee-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7e5d4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7e6c4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7e818-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7e8d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c7ea0c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c7eaca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7ec1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7ecdc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7ed90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7ee44-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7ef5c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7f0e2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7f254-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c7f39e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c7f4ca-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c7f682-a9c2-11e4-a731-4d12196f4000" flags="0" pad="66" audio-channel="0" link="xpath=//*[@id='71d68f80-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c7f786-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c7f86c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c7f95c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c7fa60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c7fb1e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c7fc18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c7fce0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c7fdbc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c7fee8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c7fff6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c80104-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c80226-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c802da-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c80410-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c805fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c80730-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8080c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c80910-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c80a28-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c80c08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c80cd0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c80df2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c80fb4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="67" audio-channel="0" link="xpath=//*[@id='71d6bce4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c810b8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c81180-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8127a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8137e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c81432-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c814e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c815e0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c816da-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c817f2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8190a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c819c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c81b1c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c81bda-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c81d2e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c81dec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c81eaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c81f5e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c82076-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c82166-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c822b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8236e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c82490-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8265c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="68" audio-channel="0" link="xpath=//*[@id='71d6ea5c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c82788-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c82850-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8290e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c82a44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c82c60-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c82d50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c82ea4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c82fc6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c830b6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c83200-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c832be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c833fe-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c834ee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8364c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8370a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c837be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c838ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8399e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c83a8e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c83bce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c83c8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c83dae-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c83f66-a9c2-11e4-a731-4d12196f4000" flags="0" pad="69" audio-channel="0" link="xpath=//*[@id='71d715d6-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8406a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c8416e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c84222-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c84326-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c843e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c844d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c84588-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c84664-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8477c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c84894-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c84952-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c84ab0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c84b6e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c84c72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c84d6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c84e2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c84ede-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c85014-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c85104-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8521c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c853a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c854ce-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c85654-a9c2-11e4-a731-4d12196f4000" flags="0" pad="70" audio-channel="0" link="xpath=//*[@id='71d741e6-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8579e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c85866-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8591a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c85a5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c85b18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c85bcc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c85c80-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c85d8e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c85e88-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c85fd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c860cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c861f8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c862ac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c863b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c864b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c86568-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c86626-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c86748-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c86838-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c86950-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c86a4a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c86b8a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c86d56-a9c2-11e4-a731-4d12196f4000" flags="0" pad="71" audio-channel="0" link="xpath=//*[@id='71d771d4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c86e5a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c86f22-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c87026-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c87134-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c871f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c872a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8738c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c87468-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c87558-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c876b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c87774-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c87896-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c87990-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c87b02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c87bc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c87c74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c87d64-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c87e4a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c87f62-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8807a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c88160-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c882b4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8843a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="72" audio-channel="0" link="xpath=//*[@id='71d7a33e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c88534-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c88638-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8873c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8885e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8891c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c889d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c88a84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c88bba-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c88cbe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c88dcc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c88ebc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c88fde-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c8909c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c891a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c892ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c89362-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c89416-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8952e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8961e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c89722-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8981c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c8993e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c89ace-a9c2-11e4-a731-4d12196f4000" flags="0" pad="73" audio-channel="0" link="xpath=//*[@id='71d7d458-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c89c0e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c89cd6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c89d8a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c89ec0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c89f7e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8a078-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8a26c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8a37a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8a4ba-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8a640-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8a712-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c8a8ca-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c8a988-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8aad2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8ab90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8ac44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8ad2a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8ae06-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8aef6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8b02c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8b0ea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c8b20c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8b3c4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="74" audio-channel="0" link="xpath=//*[@id='71d80590-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8b4c8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c8b5c2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8b680-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8b7a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8b950-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8ba2c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8bb76-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8bc98-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8bd92-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8bef0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8bfb8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c8c116-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c8c1d4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8c2d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8c3d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8c486-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8c53a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8c648-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8c83c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8c9ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8cb7a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c8cc9c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8ce18-a9c2-11e4-a731-4d12196f4000" flags="0" pad="75" audio-channel="0" link="xpath=//*[@id='71d83736-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8cf6c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c8d034-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8d0f2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8d228-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8d2f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8d39a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8d458-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8d58e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8d67e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8d7c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8d890-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c8d9b2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c8daac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8dbc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8dc78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8dd68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8de1c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8df02-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8e02e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8e132-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8e1f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c8e34e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8e4d4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="76" audio-channel="0" link="xpath=//*[@id='71d86828-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8e5ce-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c8e6c8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8e79a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8e8da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8e998-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8ea4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8eb00-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8ec0e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8ed08-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8ee48-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8ef92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c8f0be-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c8f17c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8f2c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c8f384-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c8f474-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c8f532-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c8f618-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c8f744-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c8f852-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c8f910-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c8fa32-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c8fbf4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="77" audio-channel="0" link="xpath=//*[@id='71d89a6e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71c8fcee-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c8fdf2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71c8feba-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c8ffb4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c900ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c90162-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c90216-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c902f2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c9041e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c9052c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c90626-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71c90748-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71c907fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71c90914-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71c90a0e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71c90ac2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71c90b76-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71c90c84-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71c90d74-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71c90ebe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71c90f90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71c910bc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71c9126a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71c9138c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c91454-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71c91512-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71c915d0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71c9180a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0">
+                <ags-recycling id="71c918e6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71c919a4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71c91a94-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71c91b52-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71c91cd8-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71c91dc8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c91ff8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run">
+                  <ags-value id="71c92070-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c90a0e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9214c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8f384-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92232-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8dc78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9232c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8c3d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c923ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8ab90-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c924bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c892ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c925b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c87bc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9267e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c864b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92746-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c84d6c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9280e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8370a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c928d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c81dec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c929c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c805fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92a8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7ecdc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92b56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7d576-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92c14-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7bef6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92d04-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7a7d6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92dcc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7903e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92e8a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7782e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c92f48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c75f6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9304c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c74872-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9311e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7315c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c931f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c719ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c932e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c70394-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c933bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6ea6c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9348e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6d39c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93560-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6ba74-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93628-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6a30e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93722-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c68c5c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c937ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c674e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c938b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c65d72-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9397a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c64260-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93a6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c62852-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93b3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c60f8e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93c04-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5f864-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93ccc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5ddc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c93f1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5c4f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9401e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5aa9e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94118-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c590b8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9424e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c57786-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94334-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c55daa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94488-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c54374-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94596-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c52a4c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94668-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5105c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94726-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4f400-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c947f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4dce0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c948f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4c58e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c949ce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4af0e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94aaa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c497f8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94ba4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c47f70-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94c80-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c468e6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94d48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4504a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94e1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4397a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c94f28-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c422dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95018-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c40b8a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c950ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3f500-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c951b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3dc46-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c952ac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3c53a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95388-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3aca8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95464-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c39574-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95536-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c37eae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9563a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c367b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9570c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c350fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c957de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c33822-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c958b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c31f40-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c959aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3087a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95a86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2f1aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95b58-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2daf8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95c20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2c2a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95d24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2a9fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95df6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c291ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95ee6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c278a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c95fb8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c26226-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c960b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c24afc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9618e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c233e6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96260-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c21d70-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c963b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2048e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9656c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1ec6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9671a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1d4aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96800-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c90f90-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c968d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8f910-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c969a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8e1f0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96abc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8cb7a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96b8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8b0ea-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96c6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8981c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96d3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c88160-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96e40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c86a4a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c96f12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c853a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9700c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c83c8c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c970e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8236e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9720a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c80cd0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c972f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7f39e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c973fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7db34-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c974da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7c48c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c975b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7ad4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97692-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c79692-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c977a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c77da6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97890-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c764ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9799e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c74df4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97a8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c736de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97b74-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c71fd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97c82-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7090c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97d5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6eff8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97e3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6d946-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c97f16-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6c00a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98006-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6a94e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9811e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c691f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98204-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c67a78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c982e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c663a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c983bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c64972-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c984ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c62df2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c985ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c616dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c986be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5fe18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c987a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5e4d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98880-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5cb00-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98966-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5b0ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98a38-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c597ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98b78-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c57da8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98c72-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c563cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98d8a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c54a68-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98e70-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c53064-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c98f56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c51606-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99050-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4facc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9915e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4e262-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99244-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4cb24-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99320-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4b47c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c993fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c49dc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9950a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c48704-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c995fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c46e5e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c996ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c455cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c997d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c43f42-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c998e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4284a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c999d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c411a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99abe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3faa0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99b9a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3e1c8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99cb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3cb52-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99da2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3b220-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99e7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c39ba0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c99f5a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3843a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a054-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c36d42-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a16c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3567c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a2a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c33de0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a392-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c32648-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a478-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c30e4c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a55e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2f704-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a676-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2e08e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a766-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2c824-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a84c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2b15e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9a932-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c29764-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9aa22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c27e32-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ab3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2679e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9acd4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c25088-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ae1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c239d6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9af22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c222d4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b0d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c20a60-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b1c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1f386-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b350-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1da68-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71c9b44a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71c9b68e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run">
+                  <ags-value id="71c9b706-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c900ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b7d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8e998-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b896-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8d2f0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9b99a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8b950-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ba62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c89f7e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9bb20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8891c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9bbde-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c871f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9bce2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c85b18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9bda0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c843e4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9be5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c82c60-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9bf1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c81432-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c016-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7fb1e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c0de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7e340-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c19c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7cc20-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c25a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7b514-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c34a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c79e4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c430-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c78558-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c4ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c76e2e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c5c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c755b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c6b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c73e4a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c782-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7278e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c840-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7106e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c908-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6f9d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9c9f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6e0e4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9caca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6c758-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9cb92-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6b0f6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9cc50-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c69954-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9cd4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6828e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ce12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c66b1e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ceda-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c65200-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9cfa2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c63810-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d09c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c61ee8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d16e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c60598-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d268-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5ed56-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d380-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5d352-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d448-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5b944-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d510-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c59ff4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d60a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5860e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d6d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c56cbe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d7ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c552ba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9d876-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c53924-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9da92-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c51dea-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9dba0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c505da-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9dc86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4e9ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9dd6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4d362-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9de48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4bc1a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9df74-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4a568-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e0dc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c48eac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e1e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4762e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e2b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c45eaa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e398-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c446c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e46a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c42f98-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e53c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c41968-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e640-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c40202-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e712-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3eb8c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e7e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3d2fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e8b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3b9d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9e9ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3a320-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ea8c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c38bb0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9eb5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3753a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ec62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c35e1a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ed34-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3454c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9ee06-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c32e90-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9eed8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c315c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9efa0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2ff10-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f09a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2e822-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f176-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2cf86-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f27a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2b91a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f34c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c29ed0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f446-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c28602-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f522-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c26f14-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f5f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2583a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f6d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c24188-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f7ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c22a7c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f89c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c213f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9f96e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1fb1a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9fa40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1e1b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9fb12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1cae6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9fc16-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c90626-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9fce8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8ef92-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9fdba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8d890-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71c9febe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8bfb8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca001c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c8a712-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca01d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c88ebc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0364-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c87774-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca049a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c860cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0580-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c84952-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0652-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c832be-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0760-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c819c8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca083c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c80104-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0918-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7e8d6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0a30-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7d1a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0b0c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7bb22-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0be8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7a3ee-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0cba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c78b02-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0dc8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7745a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0eae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c75b46-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca0f94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c7444e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1098-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c72d60-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca117e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c715fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1264-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6ffac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca13a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6e666-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca148a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6ce9c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1566-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c6b68c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1642-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c69ee0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1750-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c68838-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1836-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c670fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1912-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c658fe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca19e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c63db0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1ac0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c62460-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1bd8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c60b9c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1cbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5f3b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1dcc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5d97e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1eb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5c042-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca1f8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5a65c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2060-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c58c76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca213c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c572cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2218-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c5595e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2308-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c53f28-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2420-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c52560-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2506-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c50c88-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca25e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4ef78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca26c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4d8d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2844-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4c1ba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca293e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c4ab30-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2a24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c49424-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2b00-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c47ba6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2c18-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c46512-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2d08-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c44c3a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2de4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c435a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2eca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c41ee0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca2fd8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c407b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca30be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3f118-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca31a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3d872-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca328a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3c0b2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca33d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3a8c0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca34d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c3918c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca35f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c37ad0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca36d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c36392-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca37bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c34d26-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca38d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c33458-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca39ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c31b3a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3aa0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c304a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3b7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2ed90-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3c62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2d65c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3d48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2beb0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3e56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2a52e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca3f3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c28df0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca4022-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c274d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca413a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c25dbc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca4220-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2470a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca4306-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c23008-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca443c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2199c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca452c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c2009c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca461c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1e724-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ca4702-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71c1d072-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71ca47f2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+            <ags-recall-list id="71ca48c4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+            <ags-notation-list id="71ca4982-a9c2-11e4-a731-4d12196f4000">
+              <ags-notation id="71ca4a40-a9c2-11e4-a731-4d12196f4000" flags="0" key="violine" audio-channel="0" base-frequency="440.000000" tact="0.062500" bpm="120.000000" max-note-length="16.000000" loop-start="0.000000" loop-end="0.000000">
+                <ags-note-list id="71ca4c20-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-notation>
+            </ags-notation-list>
+          </ags-audio>
+          <ags-audio id="71ca4ce8-a9c2-11e4-a731-4d12196f4000" flags="13b" sequence-length="0" audio-channels="1" output-pads="1" input-pads="78" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71ca4ebe-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71ca4fae-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ca5134-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ca51fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca5314-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ca542c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca54ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca55bc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ca56de-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ca57e2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ca5904-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ca5a08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ca5b20-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71ca5be8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71ca5d6e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0" link="xpath=//*[@id='71c1db8a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ca5ea4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ca5f8a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ca6048-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ca611a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca628c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ca6354-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca63fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca64bc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ca65d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca7f10-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ca6700-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ca6840-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ca6912-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ca6a48-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca6b92-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ca6c50-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca6cfa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca6db8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ca6eda-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ca6fd4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ca7128-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ca71fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ca731c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca745c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ca751a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca76f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca77ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ca7920-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ca7a2e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ca7bb4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ca7d08-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ca7e52-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ca7f10-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ca64bc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ca8064-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ca812c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca82a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca83ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca84a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca85b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca86d6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca87b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca88c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ca899c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ca8abe-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ca8c80-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0" link="xpath=//*[@id='71c1f4b2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ca8dac-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ca8e92-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ca8f8c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ca904a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca9158-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ca9216-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca931a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca93d8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ca94be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caada0-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ca961c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ca9720-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ca97de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ca993c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ca9a40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ca9afe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ca9cfc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ca9e28-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ca9f9a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71caa0da-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71caa1f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71caa30a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71caa42c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71caa56c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71caa62a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71caa6de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71caa792-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71caa8be-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71caa9c2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71caaaf8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71caabc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71caace2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71caada0-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ca93d8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71caaecc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71caaf94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab084-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab192-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab278-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab37c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab4a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab584-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab688-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cab75a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cab872-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cab9f8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="0" link="xpath=//*[@id='71c20b82-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cabb38-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cabc28-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cabce6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cabdd6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cabee4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cabfa2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cac056-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cac146-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cac222-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cad974-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cac376-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cac510-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cac5ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cac704-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cac84e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cac916-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cac9ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cacaba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cacba0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cacc90-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cacdd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71caceac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cacfce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cad104-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cad1c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cad276-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cad32a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cad442-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cad532-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cad686-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cad78a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cad8b6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cad974-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cac146-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cada6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cadb72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cadc6c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cadd7a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cade56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cadf64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cae040-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cae158-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cae266-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cae342-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cae450-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cae5e0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="0" link="xpath=//*[@id='71c22400-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cae6e4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cae7fc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cae8ba-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cae9fa-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71caec0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71caecf2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71caedd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71caef18-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71caf04e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb0700-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71caf18e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71caf2e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71caf3aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71caf4c2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71caf5f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71caf6b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71caf760-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71caf832-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71caf936-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cafa26-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cafb70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cafc38-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cafd50-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cafe90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71caff58-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb0002-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb00fc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb021e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb0322-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb0430-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cb0520-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cb0642-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cb0700-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71caef18-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cb07fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cb08f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb09e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0b06-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0be2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0cfa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0dcc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0eda-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb0fac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb10c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cb11a0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cb14c0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="0" link="xpath=//*[@id='71c23b34-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cb15ec-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cb1736-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cb1808-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cb1952-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb1a6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cb1b64-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb1c0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb1ccc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cb1dee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb3478-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb1f1a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb2028-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cb2118-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb223a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb233e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cb242e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb24d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb2596-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb26b8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb27a8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb2906-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cb2a00-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb2b22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb2c44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cb2d02-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb2dde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb2e9c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb2f78-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb3090-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb31a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cb3266-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cb33ba-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cb3478-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cb1ccc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cb3572-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cb3630-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb373e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb38b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb3ad6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb3c48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb3d60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb3e3c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb3f40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb404e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cb41e8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cb43a0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="0" link="xpath=//*[@id='71c251aa-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cb454e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cb465c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cb4742-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cb4814-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb497c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cb4a58-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb4b2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb4bfc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cb4d32-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb67ae-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb4e86-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb502a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cb5106-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb5250-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb53ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cb548a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb555c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb562e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb5764-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb5872-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb59e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cb5ac0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb5c0a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb5d72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cb5e4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb5f0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb6056-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb61b4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb62cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb6466-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cb6542-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cb6696-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cb67ae-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cb4bfc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cb68ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cb69c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb6af6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb6be6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb6d12-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb6e0c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb6f2e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb701e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb7140-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb723a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cb7366-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cb751e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="0" link="xpath=//*[@id='71c268e8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cb7686-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cb778a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cb78b6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cb799c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb7abe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cb7bd6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb7c94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb7d66-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cb7ec4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb9864-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb8018-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb8180-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cb825c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb8392-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb84f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cb85cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb8694-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb87de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb891e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb8a22-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb8bd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cb8cb6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cb8df6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cb8f54-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cb9030-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cb90f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cb91de-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cb9314-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cb9418-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cb9580-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cb9652-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cb9792-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cb9864-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cb7d66-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cb99c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cb9a94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb9b8e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb9cba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb9dfa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cb9eea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cba016-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cba110-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cba232-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cba372-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cba46c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cba67e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="0" link="xpath=//*[@id='71c27f54-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cba7a0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cba8ea-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cba9d0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cbaaa2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbabce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cbacd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbad9a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbaf2a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cbb088-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbc974-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbb1dc-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbb2fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cbb42a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cbb560-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbb682-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cbb79a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbb862-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbb934-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cbba7e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbbb8c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbbcf4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cbbdda-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cbbf10-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbc032-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cbc136-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbc1fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbc2c6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cbc3fc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbc500-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbc622-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cbc730-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cbc8a2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cbc974-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cbaf2a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cbca96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cbcba4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbcc94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbcdc0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbcf00-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbcffa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbd11c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbd216-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbd32e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbd428-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cbd61c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cbd842-a9c2-11e4-a731-4d12196f4000" flags="0" pad="8" audio-channel="0" link="xpath=//*[@id='71c29886-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cbd964-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cbda68-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cbdb44-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cbdc7a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbdd9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cbde78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbdf7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbe04e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cbe148-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbfaca-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbe2ce-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbe3fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cbe4cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cbe648-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbe788-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cbe85a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbe922-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbea30-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cbeb48-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbec88-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbedbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cbee90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cbefd0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cbf138-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cbf20a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cbf2dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cbf3ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cbf520-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cbf62e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cbf764-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cbf872-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cbf9b2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cbfaca-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cbe04e-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cbfbf6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cbfd68-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbfeb2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cbffb6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc00e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc01d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc02fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc0402-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc0538-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc0632-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cc075e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cc090c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="9" audio-channel="0" link="xpath=//*[@id='71c2b280-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cc0a74-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cc0c0e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cc0d08-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cc0dc6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc0f10-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cc0fd8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc108c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc1190-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cc1294-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc29aa-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc13c0-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc14f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cc15b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc16d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc180c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cc18ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc1974-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc1a28-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc1b40-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc1c30-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc1d70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cc1e2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc1f50-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc20ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cc219e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc2252-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc2306-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc245a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc2586-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc269e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cc2798-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cc28e2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cc29aa-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cc1190-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cc2aa4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cc2b62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc2c8e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc2dba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc2edc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc2fc2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc30c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc31a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc32ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc3396-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cc349a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cc362a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="10" audio-channel="0" link="xpath=//*[@id='71c2c950-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cc3760-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cc3850-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cc390e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cc39c2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc3b02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cc3bc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc3c88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc3d46-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cc3e5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc57e0-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc3f8a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc40e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cc41b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc42c8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc43fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cc44d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc4584-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc467e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc47b4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc48b8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc49c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cc4c0a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc4d54-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc4e80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cc4fa2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc5074-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc513c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc52fe-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc53ee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc5506-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cc5600-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cc5722-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cc57e0-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cc3d46-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cc58da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cc5998-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5aa6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5b82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5c90-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5d8a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5e66-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc5f6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc6046-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc614a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cc6230-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cc63f2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="11" audio-channel="0" link="xpath=//*[@id='71c2e228-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cc64f6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cc65f0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cc6708-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cc67c6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc68ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cc69c4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc6a78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc6b68-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cc6c58-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc8562-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc6d84-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc6ece-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cc6f8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc71bc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc7414-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cc74e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc759a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc764e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc7766-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc7856-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc79b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cc7a72-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cc7b94-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc7cd4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cc7d92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc7e46-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc7f40-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cc8026-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc8148-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc8256-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cc8328-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cc84a4-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cc8562-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cc6b68-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cc865c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cc871a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc883c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8918-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8a44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8b34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8c42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8d14-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8e22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cc8ef4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cc900c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cc9188-a9c2-11e4-a731-4d12196f4000" flags="0" pad="12" audio-channel="0" link="xpath=//*[@id='71c2f830-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cc92dc-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cc93fe-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cc94b2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cc9570-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cc96a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cc97f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cc99a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cc9a84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cc9c00-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccb2b2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cc9d54-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cc9ea8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cc9f66-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cca09c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cca1e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cca2ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cca358-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cca416-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cca542-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cca63c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cca786-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cca844-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cca95c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ccaa9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ccab5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ccac0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ccacc2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ccadd0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ccaec0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ccb000-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ccb0d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ccb1f4-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ccb2b2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cc9a84-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ccb3e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ccb4a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccb5c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccb6a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccb7a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccb884-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccb992-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccbaaa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccbb9a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccbcbc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ccbda2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ccbf50-a9c2-11e4-a731-4d12196f4000" flags="0" pad="13" audio-channel="0" link="xpath=//*[@id='71c30f64-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ccc0e0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ccc1d0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ccc2f2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ccc3ba-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ccc4d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ccc590-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ccc676-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ccc734-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ccc81a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cce0a2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ccc96e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ccca7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cccb3a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cccc84-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cccd88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ccce46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cccf40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cccffe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ccd116-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ccd206-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ccd346-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ccd4ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ccd60c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ccd76a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ccd83c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ccd918-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ccd9ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ccdb98-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ccdc88-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ccdde6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ccdeae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ccdfe4-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cce0a2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ccc734-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cce19c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cce296-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce372-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce494-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce5a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce700-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce8f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cce9ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cceb24-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ccec1e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cced5e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ccefb6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="14" audio-channel="0" link="xpath=//*[@id='71c32792-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ccf0ba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ccf1aa-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ccf29a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ccf34e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ccf470-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ccf56a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ccf61e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ccf6dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ccf7ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd105e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ccf920-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ccfa24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ccfb14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ccfc36-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ccfd3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ccfdf8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ccfee8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ccffa6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd00a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd01c2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd02da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cd0398-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd04ec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd05f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cd06ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd079e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd085c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd096a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd0a5a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd0bae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cd0c6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cd0f0a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cd105e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ccf6dc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cd11bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cd1270-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1356-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1478-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1554-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1658-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1734-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1842-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1946-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd1a2c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cd1b30-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cd1cb6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="15" audio-channel="0" link="xpath=//*[@id='71c33f02-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cd1dba-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cd1edc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cd1fae-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cd206c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd21ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cd22b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd2364-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd2422-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cd24fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd3c3c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd262a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd2760-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cd281e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd2936-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd2a76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cd2b3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd2be8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd2ca6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd2dbe-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd2eae-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd2fee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cd30fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd3228-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd332c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cd3426-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd3548-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd3610-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd373c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd382c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd3944-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cd3a3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cd3b7e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cd3c3c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cd2422-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cd3d36-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cd3e3a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd3f52-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd402e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd4132-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd420e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd4312-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd43ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd44f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd46c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cd481c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cd4a42-a9c2-11e4-a731-4d12196f4000" flags="0" pad="16" audio-channel="0" link="xpath=//*[@id='71c357d0-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cd4bb4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cd4c9a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cd4d58-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cd4e16-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd4f56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cd501e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd50c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd517c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cd5294-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd69dc-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd53b6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd54f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cd55b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd571c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd582a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cd592e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd59e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd5aaa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd5c44-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd5d66-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd5e88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cd5f82-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd60a4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd61a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cd625c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd634c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd6400-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd64e6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd65fe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd670c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cd67ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cd691e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cd69dc-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cd517c-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cd6ad6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cd6b94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd6ca2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd6d7e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd6ea0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd6f7c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd708a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd7166-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd7274-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd7396-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cd74a4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cd762a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="17" audio-channel="0" link="xpath=//*[@id='71c36e6e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cd7724-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cd7846-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cd7918-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cd79d6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd7b2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cd7bf2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd7ca6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd7d5a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cd7e68-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd9790-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd7f94-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd80de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cd81b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd83e0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd8598-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cd8674-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd8732-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd8804-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd893a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd8ac0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd8c1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cd8cdc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cd8df4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cd8f34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cd9038-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cd90ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cd91a0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cd9286-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cd939e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cd94ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cd9574-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cd96d2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cd9790-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cd7d5a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cd989e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cd995c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9a74-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9b50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9c5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9d30-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9e3e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cd9f1a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cda028-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cda12c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cda258-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cda3de-a9c2-11e4-a731-4d12196f4000" flags="0" pad="18" audio-channel="0" link="xpath=//*[@id='71c3855c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cda4e2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cda60e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cda6cc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cda78a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cda96a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cdab18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cdac6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cdad34-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cdae56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdc490-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cdaf8c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cdb0d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cdb194-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cdb2b6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cdb3f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cdb4b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cdb55e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cdb61c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cdb72a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cdb81a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cdb964-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cdba22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cdbb3a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cdbc70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cdbd2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cdbde2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cdbeaa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cdbfb8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cdc0a8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cdc1f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cdc2b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cdc3dc-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cdc490-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cdad34-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cdc5da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cdc698-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdc7b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdc88c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdc99a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdca76-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdcb8e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdccb0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdcd8c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdce9a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cdcf76-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cdd1a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="19" audio-channel="0" link="xpath=//*[@id='71c39ccc-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cdd2be-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cdd3e0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cdd4a8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cdd55c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cdd660-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cdd764-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cdd818-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cdd8cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cdd9ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdf05a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cddb1a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cddc1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cddd18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cdde30-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cddf84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cde042-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cde0ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cde1a0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cde2c2-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cde3b2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cde4fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cde5ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cde6d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cde808-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cde8c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cde97a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cdea2e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cdeb50-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cdec40-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cdeda8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cdee70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cdef9c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cdf05a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cdd8cc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cdf19a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cdf26c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf38e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf46a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf578-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf654-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf758-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf8a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdf9e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cdfaf0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cdfbd6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cdfd98-a9c2-11e4-a731-4d12196f4000" flags="0" pad="20" audio-channel="0" link="xpath=//*[@id='71c3b342-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cdfeb0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cdffa0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ce005e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ce0144-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce0252-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ce0310-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce03f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce04b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ce0590-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce1c60-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce06e4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce07f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ce08b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce0a04-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce0b08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ce0bc6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce0c70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce0d60-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce0e46-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce0f7c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce108a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ce1152-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce1274-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce13f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ce14ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce1558-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce167a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce176a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce185a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce199a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ce1a58-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ce1b70-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ce1c60-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ce04b4-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ce1d5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ce1e0e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce2034-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce2160-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce22b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce23ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce24d0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce2642-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce275a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce2836-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ce2944-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ce2aca-a9c2-11e4-a731-4d12196f4000" flags="0" pad="21" audio-channel="0" link="xpath=//*[@id='71c3cc6a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ce2c14-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ce2d04-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ce2dc2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ce2ec6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce2ff2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ce30ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce31aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce3268-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ce3362-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce4cb2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce34ac-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce35b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ce36aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce37cc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce38d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ce3998-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce3a7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce3b3c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce3c72-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce3d62-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce3eac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ce3f74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce408c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce41e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ce42a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce4352-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce4406-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce45a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce4794-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce49a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ce4a6e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ce4bae-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ce4cb2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ce3268-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ce4db6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ce4e6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce4f50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce505e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce5162-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce523e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce5342-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce5428-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce552c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce5608-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ce5716-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ce589c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="22" audio-channel="0" link="xpath=//*[@id='71c3e2e0-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ce59d2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ce5ac2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ce5b80-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ce5c34-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce5d7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ce5e3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce5ef0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce5fa4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ce60bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce7836-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce61de-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce6346-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ce6404-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce6562-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce6670-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ce6760-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce6828-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce68e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce6a12-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce6b0c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce6c24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ce6d96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce6ecc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce6fd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ce70d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce7188-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce723c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce7322-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce7444-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce7552-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ce7642-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ce776e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ce7836-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ce5fa4-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ce793a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ce79ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce7b10-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce7bec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce7d04-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce7e08-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce7eee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce8010-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce811e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ce81fa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ce8312-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ce84ac-a9c2-11e4-a731-4d12196f4000" flags="0" pad="23" audio-channel="0" link="xpath=//*[@id='71c3fbcc-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ce85f6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ce86dc-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ce87e0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ce88b2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce89c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ce8a7e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce8b78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce8c36-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ce8d12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cea43c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce8e70-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce8f74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ce9032-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce9186-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce928a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71ce933e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce9406-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce956e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce9654-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ce9776-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ce98a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71ce9960-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ce9abe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ce9bc2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ce9c80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ce9d66-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ce9e24-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ce9f14-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cea05e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cea16c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cea22a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cea37e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cea43c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ce8c36-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cea540-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cea5fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cea716-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cea7f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cea900-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cea9dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ceaae0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ceabbc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ceacd4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ceadf6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ceaedc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ceb094-a9c2-11e4-a731-4d12196f4000" flags="0" pad="24" audio-channel="0" link="xpath=//*[@id='71c412c4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71ceb198-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ceb2b0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ceb3aa-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ceb472-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ceb576-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71ceb634-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ceb6de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ceb7d8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ceb8d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ced574-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ceb9f4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cebc6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cebd6e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cebeae-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cec03e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cec11a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cec25a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cec322-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cec44e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cec62e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cec7b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cec912-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cecb10-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cecd04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cecdd6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cece80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cecf3e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ced056-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ced146-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ced290-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ced34e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71ced4b6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71ced574-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ceb7d8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71ced66e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71ced72c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ced84e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ced92a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ceda6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cedb5a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cedc36-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cedd44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cede16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cedf2e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cee014-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cee348-a9c2-11e4-a731-4d12196f4000" flags="0" pad="25" audio-channel="0" link="xpath=//*[@id='71c42962-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cee500-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cee636-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cee6fe-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cee7b2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cee8f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cee9ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ceea6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ceeb2c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ceec44-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf031e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ceed66-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ceeea6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71ceef82-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cef09a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cef202-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cef2ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cef374-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cef428-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cef540-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cef630-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cef77a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cef838-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cef96e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cefaa4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cefb62-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cefc16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cefcca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cefdec-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cefef0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf003a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cf0102-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cf0224-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cf031e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71ceeb2c-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cf042c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cf04e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf05f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf06d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf07e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf08c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf0a76-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf0b98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf0c7e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf0d82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cf0e72-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cf102a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="26" audio-channel="0" link="xpath=//*[@id='71c44064-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cf1138-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cf121e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cf1322-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cf13d6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf14da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cf15de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf169c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf1750-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cf1868-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf319a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf198a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf1a98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cf1b88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf1cbe-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf1de0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cf1e9e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf1f84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf2042-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf211e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf2254-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf2362-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cf24e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf2646-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf27c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cf2894-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf295c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf2a60-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf2b64-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf2c72-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf2dda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cf2eac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cf3000-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cf319a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cf1750-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cf32c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cf3398-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf34e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf35d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf36fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf37f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf3924-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf3a1e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf3b4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf3c44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cf3d7a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cf3fbe-a9c2-11e4-a731-4d12196f4000" flags="0" pad="27" audio-channel="0" link="xpath=//*[@id='71c456ee-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cf4112-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cf4216-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cf42d4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cf43ce-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf44d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cf45a4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf4658-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf4748-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cf4824-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf61ce-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf498c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf4ab8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cf4b76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf4c8e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf4dce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cf4ed2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf4f90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf5058-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf5170-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf5260-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf53a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cf5468-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf5580-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf5698-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cf58a0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf59a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf5a6c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf5bac-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf5ce2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf5e18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cf5fda-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cf611a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cf61ce-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cf4748-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cf62d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cf6386-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf649e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf657a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf667e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf675a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf6868-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf6944-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf6a5c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf6b42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cf6c50-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cf6de0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="28" audio-channel="0" link="xpath=//*[@id='71c46fd0-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cf6f20-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cf7010-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cf70ce-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cf718c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf72cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cf738a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf743e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf7542-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cf7628-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf8ece-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf7786-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf78da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cf7998-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf7aba-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf7c04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cf7cc2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf7d76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf7f88-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf815e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf8258-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf83b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cf8474-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cf8596-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cf86cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cf8794-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cf8848-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cf88fc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cf8a0a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cf8afa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cf8c3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cf8cf8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cf8e1a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cf8ece-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cf7542-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cf8fd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cf90c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf91a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf92ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf9388-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf94a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf9586-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf9694-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf9798-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cf987e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cf9996-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cf9b26-a9c2-11e4-a731-4d12196f4000" flags="0" pad="29" audio-channel="0" link="xpath=//*[@id='71c48830-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cf9c7a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cf9d60-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cf9e1e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cf9edc-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfa012-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cfa0d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfa184-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfa238-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cfa350-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfbc00-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfa490-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfa63e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cfa710-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cfa828-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfa972-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cfaa3a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfaae4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfab98-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cfacba-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfadaa-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfaf08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cfb0ac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cfb1f6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfb3a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cfb46c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfb552-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfb610-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cfb6f6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfb822-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfb930-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cfb9ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cfbb42-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cfbc00-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cfa238-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cfbcf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cfbdae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfbed0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfbfb6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc0d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc1be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc2e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc40c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc4e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfc5f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cfc704-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cfc894-a9c2-11e4-a731-4d12196f4000" flags="0" pad="30" audio-channel="0" link="xpath=//*[@id='71c49eec-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cfc9e8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cfcace-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cfcb8c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cfcc72-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfce02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cfceca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfcf7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfd078-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cfd168-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfe7e8-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfd294-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfd3d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71cfd492-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cfd5c8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfd708-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71cfd7c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfd870-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfd924-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cfda3c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfdb2c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfdc6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71cfdd2a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71cfde4c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cfdf8c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71cfe04a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cfe0fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cfe1b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71cfe2ca-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71cfe3ba-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71cfe50e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71cfe5cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71cfe72a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71cfe7e8-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cfd078-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71cfe8ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71cfe9a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfeac2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfebe4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfecca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfedce-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfeeaa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cfefb8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cff08a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71cff1a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71cff27e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71cff580-a9c2-11e4-a731-4d12196f4000" flags="0" pad="31" audio-channel="0" link="xpath=//*[@id='71c4b5da-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71cff6ac-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71cff7f6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71cff8d2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71cff9a4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71cffb66-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71cffc6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71cffd1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71cffddc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71cfff08-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d01c0e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d00034-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d00174-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d00232-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d003d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d00552-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d0062e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0084a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0093a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d00af2-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d00cc8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d00eda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d00fac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d010ce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0120e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d012d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d01394-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d01448-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d01560-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d01650-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d017cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d01894-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d01a60-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d01c0e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71cffddc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d01dbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d01e84-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d01fa6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d02082-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d021a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d022bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d02398-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d024b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d02582-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d02690-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d02776-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d02938-a9c2-11e4-a731-4d12196f4000" flags="0" pad="32" audio-channel="0" link="xpath=//*[@id='71c4cc96-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d02a3c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d02b54-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d02c1c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d02cd0-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d02dde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d02ece-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d02f78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d03036-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d03162-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d04896-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d032ac-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d033ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d034b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d035d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d036da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d037d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0387e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d03932-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d03a54-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d03b44-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d03c84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d03d60-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d03e78-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d03fae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d0406c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d04120-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d04242-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d04378-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0447c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d045c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d04684-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d047a6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d04896-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d03036-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d0499a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d04a58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d04b70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d04c56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d04d64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d04e40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d04f62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d05048-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d05156-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d05228-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d05336-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d0550c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="33" audio-channel="0" link="xpath=//*[@id='71c4e38e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d0562e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d0571e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d05818-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d058cc-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d059d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d05aca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d05b7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d05c32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d05d4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d074b0-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d05e8a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d05f98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d06088-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d061be-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d062fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d063bc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d06470-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d06524-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d06632-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d06722-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d06880-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d069a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d06ac4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d06c18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d06cf4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d06da8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d06e5c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d06f92-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d070d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d071ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d0729e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d073ca-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d074b0-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d05c32-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d075b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d07668-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07776-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07852-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07960-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07a32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07b4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07c26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07d34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d07e06-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d07f1e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d0809a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="34" audio-channel="0" link="xpath=//*[@id='71c4fc66-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d081da-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d082d4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d0839c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d08450-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d085a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d0869e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d08752-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d08810-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d08932-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0a1e2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d08a7c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d08bbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d08c7a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d08da6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d08eaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d08f9a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d09170-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d09260-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d093a0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d094ae-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d095e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d0977e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d098a0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d099ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d09aa8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d09b52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d09c10-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d09d14-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d09e04-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d09f12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d0a00c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d0a12e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d0a1e2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d08810-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d0a2fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d0a3ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a4d0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a5f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a6f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a7e6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a8fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0a9f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0ab06-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0abe2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d0acfa-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d0aebc-a9c2-11e4-a731-4d12196f4000" flags="0" pad="35" audio-channel="0" link="xpath=//*[@id='71c51732-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d0afc0-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d0b0a6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d0b164-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d0b254-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0b358-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d0b416-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0b4fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0b5ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d0b7ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0d14e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0ba1a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0bc2c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d0bd12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d0bf1a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0c032-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d0c0f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0c19a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0c2c6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d0c3b6-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0c4a6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0c5e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d0c6ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d0c7c6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0c8de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d0ca00-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0cabe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0cb72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d0cc8a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0cd7a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0ce88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d0cf78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d0d09a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d0d14e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d0b5ba-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d0d252-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d0d342-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d41e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d52c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d5fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d70c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d82e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0d90a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0da0e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d0daea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d0dbf8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d0dd9c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="36" audio-channel="0" link="xpath=//*[@id='71c531f4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d0df5e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d0e044-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d0e102-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d0e1f2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0e300-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d0e3be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0e468-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0e576-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d0e65c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0fd04-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0e79c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0e8f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d0e9ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d0eac6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0ebfc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d0ecba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0ed64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0ee2c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d0ef58-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0f048-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0f17e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d0f23c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d0f35e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d0f494-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d0f552-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d0f606-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d0f700-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d0f7f0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d0f908-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d0fa34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d0fb24-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d0fc46-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d0fd04-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d0e576-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d0fdfe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d0ff20-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d10006-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d10114-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d101f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d10308-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d103f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d10506-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1065a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d10772-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d10858-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d10a1a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="37" audio-channel="0" link="xpath=//*[@id='71c54ba8-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d10b1e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d10c36-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d10cf4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d10da8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d10f06-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d10fce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d110c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d11186-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d1126c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d12914-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d113a2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d114e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d115a0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d116c2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d11802-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d118c0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1196a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d11a1e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d11b36-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d11c44-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d11d84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d11e42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d11f5a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1209a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d12176-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1222a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d12324-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d1241e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d12540-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1264e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d1270c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d12860-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d12914-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d11186-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d12a18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d12acc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d12bee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d12e50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d12f54-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d13080-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1317a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1329c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1340e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1351c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d13602-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d137c4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="38" audio-channel="0" link="xpath=//*[@id='71c56516-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d138d2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d139c2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d13abc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d13b70-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d13c7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d13d6e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d13e22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d13ed6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d13fee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d158c6-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d14138-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d14250-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d14340-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d14462-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d14566-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d14624-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d14746-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1480e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d14908-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d14a2a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d14b38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d14bf6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d14d18-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d14e58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d14f20-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d14fca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d150ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d15196-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d15308-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d155e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d156b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d157d6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d158c6-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d13ed6-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d159ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d15a88-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d15c40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d15d44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d15e70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d15f6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d160be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d161b8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d162e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d163d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d1653c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d16730-a9c2-11e4-a731-4d12196f4000" flags="0" pad="39" audio-channel="0" link="xpath=//*[@id='71c57ef2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d16852-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d16960-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d16a6e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d16b36-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d16c62-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d16d7a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d16e38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d16f0a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d17040-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d18a1c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1718a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d17306-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d173e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d17518-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d17676-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d17748-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d17806-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d178d8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d17a04-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d17ba8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d17d38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d17e0a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d17f54-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d180c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d181b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d182b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d18378-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d18490-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d185a8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1871a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d1880a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d1894a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d18a1c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d16f0a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d18b84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d18c56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d18d82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d18e72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d18f94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1908e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d191b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d192a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d193cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d194bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d195e8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d19796-a9c2-11e4-a731-4d12196f4000" flags="0" pad="40" audio-channel="0" link="xpath=//*[@id='71c59900-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d198f4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d199f8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d19b1a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d19bec-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d19d2c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d19e4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d19f20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d19fe8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d1a132-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1bad2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1a31c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1a498-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d1a56a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d1a6aa-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1a812-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d1a8e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1a9ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1aa74-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d1abaa-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1acb8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1ae3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d1af1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d1b064-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1b1cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d1b2a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1b370-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1b438-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d1b564-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1b672-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1b7ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d1b8ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d1ba0a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d1bad2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d19fe8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d1bbf4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d1bd3e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1be42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1bf32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c05e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c158-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c2a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c39c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c4d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1c612-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d1c716-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d1c9b4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="41" audio-channel="0" link="xpath=//*[@id='71c5b232-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d1caea-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d1cbee-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d1cd06-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d1cdd8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1cf04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d1cfd6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1d0da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1d1a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d1d29c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1eb6a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1d422-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1d544-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d1d616-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d1d788-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1d8b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d1d9e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1daa8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1db7a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d1dcb0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1ddb4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1ded6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d1dfe4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d1e11a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1e23c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d1e318-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d1e41c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d1e4e4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d1e5de-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d1e71e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d1e84a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d1e91c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d1ea98-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d1eb6a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d1d1a2-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d1ec8c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d1ed5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1ee94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1effc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f1c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f2cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f3bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f4e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f60a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d1f754-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d1f84e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d1fa10-a9c2-11e4-a731-4d12196f4000" flags="0" pad="42" audio-channel="0" link="xpath=//*[@id='71c5cc40-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d1fb50-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d1fc4a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d1fd1c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d1fe2a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d1ff4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d2001e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d200e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d201fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d20302-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d21d1a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d20456-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d205be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d20690-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d207c6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d20938-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d20a14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d20adc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d20ba4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d20ce4-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d20df2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d20f50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d2102c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d21162-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d212e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d2140a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d214dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d215ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d2175c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d21874-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d219aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d21ac2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d21c02-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d21d1a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d201fe-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d21e46-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d21f18-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22012-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2213e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22260-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22364-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22486-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22580-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22698-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d22792-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d228c8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d22a80-a9c2-11e4-a731-4d12196f4000" flags="0" pad="43" audio-channel="0" link="xpath=//*[@id='71c5e612-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d22bde-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d22ce2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d22db4-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d22e7c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d22ff8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d230ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d23192-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d23278-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d233ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d24d58-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d234f8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d23656-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d23732-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2387c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d239e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d23ab6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d23b7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d23c46-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d23d72-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d23eee-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2406a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d24146-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2427c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d24402-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d244de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d245a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d246b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d247ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d248ee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d24a1a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d24aec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d24c4a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d24d58-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d23278-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d24ec0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d24fa6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d250a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d251cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d252c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d253fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d254ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d25622-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d25712-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2583e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d2592e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d25b0e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="44" audio-channel="0" link="xpath=//*[@id='71c5ff44-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d25c3a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d25d70-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d25e4c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d25f14-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d26036-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d26158-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d26220-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d262f2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d26428-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d27e54-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d26626-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2678e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d268b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d269e6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d26b76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d26c98-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d26d6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d26e32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d26f2c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d27080-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d271b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d272c4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d27404-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d27530-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d27602-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d27706-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d277ce-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d278be-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d279fe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d27b2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d27c06-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d27d8c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d27e54-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d262f2-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d27f76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d28048-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2817e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2826e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2839a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d28494-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d285ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d286ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d287f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2891c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d28a16-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d28ca0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="45" audio-channel="0" link="xpath=//*[@id='71c6186c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d28dea-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d28f02-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d29010-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d290e2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d29204-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d2931c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d293da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d294fc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d29600-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2af3c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2974a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d298b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d29984-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d29ace-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d29c2c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d29cfe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d29dd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d29e98-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d29fce-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2a0d2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2a244-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d2a316-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2a456-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2a5e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d2a6c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2a78a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d2a88e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d2a992-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2aac8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2ac12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d2ace4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d2ae2e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d2af3c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d294fc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d2b054-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d2b126-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b248-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b3c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b50e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b5fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b720-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b81a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2b93c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2ba2c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d2bb58-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d2bd06-a9c2-11e4-a731-4d12196f4000" flags="0" pad="46" audio-channel="0" link="xpath=//*[@id='71c62f14-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d2be82-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d2bf86-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d2c094-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d2c1b6-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2c2e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d2c3b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2c47c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d2c54e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d2c6a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2e074-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2c814-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2c97c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d2ca4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2cba2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2cd14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d2cde6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2ceae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d2cf76-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d2d0a2-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2d1a6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2d318-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d2d3ea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2d52a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2d67e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d2d75a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2d818-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d2d8fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d2daac-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2dbc4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2dd40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d2de1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d2df5c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d2e074-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d2c54e-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d2e1a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d2e27c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e376-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e4a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e59c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e6be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e7e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2e92a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2ea42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d2eb6e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d2ec68-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d2ee66-a9c2-11e4-a731-4d12196f4000" flags="0" pad="47" audio-channel="0" link="xpath=//*[@id='71c64aee-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d2ef88-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d2f08c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d2f15e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d2f262-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2f384-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d2f456-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2f51e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d2f636-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d2f73a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d31116-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d2f8c0-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d2f9e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d2fab4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d2fc4e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d2fda2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d2fe74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d2ff3c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d30004-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d301d0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d30306-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d30482-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d3055e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d30694-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d307b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d308d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d309a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d30a72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d30bb2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d30cc0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d30dec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d30f04-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d31044-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d31116-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d2f636-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d3122e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d3133c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d31436-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d31580-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d316ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d317a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d318dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d31a26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d31b16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d31c60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d31d64-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d31f58-a9c2-11e4-a731-4d12196f4000" flags="0" pad="48" audio-channel="0" link="xpath=//*[@id='71c664d4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d3208e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d32192-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d32296-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d32372-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d324b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d32584-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d32692-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d32764-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d3291c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d34262-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d32aca-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d32c00-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d32cd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d32e58-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d32f84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d33056-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3311e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d33222-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d3331c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3345c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d33588-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d3365a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d337f4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d33916-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d339e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d33aec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d33bbe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d33cae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d33dee-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d33f6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d34050-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d34190-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d34262-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d32764-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d343ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d344ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d345c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d346f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d347e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3491a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d34a0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d34b36-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d34c26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d34d48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d34e42-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d350b8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="49" audio-channel="0" link="xpath=//*[@id='71c67ba4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d351da-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d3531a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d3543c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d35504-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d35626-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d35702-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d357ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d35892-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d359d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3732c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d35b26-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d35c84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d35d56-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d35e8c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d35ff4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d360d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3618e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d36256-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d36382-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d36490-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d36620-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d36742-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d3688c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d369ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d36a80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d36b84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d36c56-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d36d46-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d36e86-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d36fb2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d37084-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d37250-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d3732c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d35892-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d37462-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d37534-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37688-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d377dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d378cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37a16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37b06-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37c32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37d22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d37e4e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d37f7a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d38128-a9c2-11e4-a731-4d12196f4000" flags="0" pad="50" audio-channel="0" link="xpath=//*[@id='71c6931e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d38268-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d383a8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d3847a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d38542-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d386a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d38790-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d38862-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3892a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d38a74-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3a43c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d38bc8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d38d26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d38e0c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d38f92-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d390c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d3919a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d39258-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3935c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d39456-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d39596-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d396b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d39794-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d398ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d39a32-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d39b04-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d39bc2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d39ca8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d39e88-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d39fa0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3a112-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d3a1ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d3a32e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d3a43c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d3892a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d3a55e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d3a64e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3a784-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3a87e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3a9aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3aaa4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3abee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3ad1a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3ae14-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3af40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d3b03a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d3b22e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="51" audio-channel="0" link="xpath=//*[@id='71c6aaa2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d3b346-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d3b44a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d3b558-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d3b634-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3b7a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d3b878-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3b940-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3ba08-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d3bb3e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3d538-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3bc88-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3bdf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d3bec2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d3c002-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3c16a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d3c23c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3c304-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3c3cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d3c5b6-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3c6ce-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3c868-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d3c994-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d3cad4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3cbf6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d3ccd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3cd90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3ce9e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d3cf98-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3d0d8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3d204-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d3d2cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d3d416-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d3d538-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d3ba08-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d3d66e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d3d740-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3d86c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3d970-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3da9c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3db96-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3dcb8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3ddb2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3dede-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d3dfd8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d3e140-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d3e302-a9c2-11e4-a731-4d12196f4000" flags="0" pad="52" audio-channel="0" link="xpath=//*[@id='71c6c12c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d3e424-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d3e578-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d3e64a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d3e712-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3e898-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d3e988-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3ea50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3eb18-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d3ece4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d40620-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3ee38-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3efa0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d3f07c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d3f1b2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3f310-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d3f3ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3f4b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3f586-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d3f6bc-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d3f7d4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d3f946-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d3fa22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d3fb6c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d3fc84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d3fd9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d3fe64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d3ff2c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d40062-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4017a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4029c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d40404-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d4054e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d40620-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d3eb18-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d40742-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d40828-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4095e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40a58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40b7a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40c6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40daa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40ed6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d40fc6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d410f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d411ec-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d4146c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="53" audio-channel="0" link="xpath=//*[@id='71c6da7c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d415a2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d416a6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d41782-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d41886-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d419c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d41a98-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d41b9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d41c6e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d41d72-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d43744-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d41f0c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d42088-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d4215a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d4229a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d423f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d424ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d42592-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d42664-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d42790-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d428b2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d42a42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d42b28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d42c72-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d42d9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d42ec0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d42f88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d43050-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d43190-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d43294-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d43474-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d4356e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d43686-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d43744-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d41c6e-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d43848-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d43956-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d43bea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d43d02-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d43e42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d43f50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4407c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d441ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d442fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d443d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d444e6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d44662-a9c2-11e4-a731-4d12196f4000" flags="0" pad="54" audio-channel="0" link="xpath=//*[@id='71c6f11a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d447a2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d44892-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d44950-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d44a40-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d44b4e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d44c2a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d44cde-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d44dd8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d44ebe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d46944-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d44fea-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4512a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d451e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d45300-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d45512-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d45602-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d456ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d45814-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d4592c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d45a1c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d45bb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d45c74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d45d96-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d45e9a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d45f8a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4619c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4635e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d46458-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d46548-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d466b0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d4676e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d46890-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d46944-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d44dd8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d46a8e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d46b60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d46c46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d46d68-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d46e44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d46f48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4704c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d47128-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4722c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d47312-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d47416-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d475a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="55" audio-channel="0" link="xpath=//*[@id='71c70a2e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d476fa-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d477e0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d4789e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d47998-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d47aa6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d47b64-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d47c18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d47cfe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d47de4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d49572-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d47f42-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d48050-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d4810e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d48226-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d48366-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d48424-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d484ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d485be-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d486ea-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4885c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4899c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d48aaa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d48bcc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d48d20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d48de8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d48e9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d48f5a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d49072-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4916c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d492c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d49388-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d494b4-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d49572-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d47cfe-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d496a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d49766-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4987e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4995a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49a5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49b4e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49c5c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49d38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49e3c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d49f18-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d4a026-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d4a1ac-a9c2-11e4-a731-4d12196f4000" flags="0" pad="56" audio-channel="0" link="xpath=//*[@id='71c72126-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d4a2e2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d4a3c8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d4a486-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d4a53a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4a67a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d4a760-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4a814-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4a8c8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d4a9f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4c128-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4ab52-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4acb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d4ad78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d4aefe-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4b066-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d4b138-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4b1ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4b2aa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d4b3c2-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4b4b2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4b5fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d4b6ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d4b7dc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4b912-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d4b9d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4ba84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4bb38-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d4bc5a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4bd40-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4be80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d4bf52-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d4c074-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d4c128-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d4a8c8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d4c22c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d4c33a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c420-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c52e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c646-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c722-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c830-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4c90c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4ca10-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4caec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d4cc04-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d4cd94-a9c2-11e4-a731-4d12196f4000" flags="0" pad="57" audio-channel="0" link="xpath=//*[@id='71c73800-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d4ced4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d4cfc4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d4d0dc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d4d190-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4d2b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d4d3a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4d456-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4d50a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d4d776-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4ef54-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4d8e8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4da1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d4db36-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d4dc76-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4de10-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d4dece-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4dfbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4e072-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d4e1a8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4e298-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4e400-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d4e4c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d4e5ea-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d4e72a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d4e7e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d4e892-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d4e95a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d4ea7c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d4eb6c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d4ecb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d4ed74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d4ee96-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d4ef54-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d4d50a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d4f08a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d4f148-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f224-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f332-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f40e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f512-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f5ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f6f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f800-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d4f8fa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d4fa08-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d4fc60-a9c2-11e4-a731-4d12196f4000" flags="0" pad="58" audio-channel="0" link="xpath=//*[@id='71c74f48-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d4fe68-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d5003e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d500fc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d501ba-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d502fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d503c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d50476-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5052a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d5064c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d51c86-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d50782-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5089a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d50980-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d50aa2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d50ba6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d50c96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d50d4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d50dfe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d50f20-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d51010-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5111e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d5120e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d51330-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5142a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d514e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d515ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d51682-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d517ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5189e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d519e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d51aa6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d51bd2-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d51c86-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d5052a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d51dc6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d51e84-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d51f6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d52082-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d521ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d52294-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d523a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5253c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d52622-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d52726-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d5280c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d529c4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="59" audio-channel="0" link="xpath=//*[@id='71c765f0-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d52ac8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d52bae-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d52c6c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d52d52-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d52e60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d52f1e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d52fd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d530cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d531e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d548f0-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d53324-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d53432-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d5352c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d5364e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d53798-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d53860-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d53914-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d539c8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d53ae0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d53bda-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d53d24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d53e0a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d53f22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d54062-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d5412a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d541de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d54292-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d543be-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d544ae-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d54602-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d546ca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d547f6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d548f0-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d530cc-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d549fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d54abc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d54c4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d54d6e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d54e4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d54f62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5503e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d55142-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d55214-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d55322-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d553fe-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d555c0-a9c2-11e4-a731-4d12196f4000" flags="0" pad="60" audio-channel="0" link="xpath=//*[@id='71c77f0e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d556e2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d5580e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d558cc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d55980-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d55aca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d55b92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d55c46-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d55d04-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d55e30-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d57668-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d55f5c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5606a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d5615a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d56272-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d56376-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d56466-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5651a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5661e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d5670e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5681c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d56970-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d56a2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d56b46-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d56c9a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d56d58-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d56e0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d56ef2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d56fd8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d570f0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d572f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d57406-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d5758c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d57668-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d55d04-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d5778a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d5785c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57a0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57af0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57c08-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57ce4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57df2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57ece-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d57fd2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d580ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d581bc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d58388-a9c2-11e4-a731-4d12196f4000" flags="0" pad="61" audio-channel="0" link="xpath=//*[@id='71c79804-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d5848c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d58572-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d58662-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d58720-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d58824-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d588e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d589c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d58a7c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d58b62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5a48a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d58cca-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d58e1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d58ee6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d58ffe-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5913e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d59242-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d59300-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d593c8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d594ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d595d0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d596d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d5979c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d59a08-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d59c24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d59cec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d59da0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d59ea4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d59fbc-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5a0ac-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5a1ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d5a2aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d5a3cc-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d5a48a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d58a7c-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d5a584-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d5a674-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5a750-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5a854-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5a930-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5aa3e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5ab1a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5ac1e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5ad04-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5ae08-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d5aeee-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d5b0ba-a9c2-11e4-a731-4d12196f4000" flags="0" pad="62" audio-channel="0" link="xpath=//*[@id='71c7aeb6-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d5b1c8-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d5b2c2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d5b3bc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d5b47a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5b57e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d5b678-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5b772-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5b844-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d5b92a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5d00e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5ba92-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5bb96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d5bc5e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d5bda8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5beac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d5bf6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5c082-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5c190-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d5c276-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5c398-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5c4a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d5c564-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d5c67c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5c7bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d5c87a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5c92e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5c9e2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d5caf0-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5cbe0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5cd20-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d5cdde-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d5cf1e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d5d00e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d5b844-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d5d108-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d5d1c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d2e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d3c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d4d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d5ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d6bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d798-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d89c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5d978-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d5da86-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d5dc0c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="63" audio-channel="0" link="xpath=//*[@id='71c7c5ae-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d5dd56-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d5de6e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d5df2c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d5dfe0-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5e116-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d5e1de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5e288-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5e346-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d5e468-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5fbc4-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5e5e4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5e6f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d5e832-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d5e954-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5ea9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d5eb5c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5ec56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5ed32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d5ee4a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5ef44-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5f052-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d5f142-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d5f25a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d5f368-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d5f458-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d5f50c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d5f5c0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d5f6ba-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d5f7dc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d5f8ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d5f9a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d5fb06-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d5fbc4-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d5e346-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d5fcbe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d5fd72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5fe8a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d5ff5c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6006a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d60146-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d60254-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6036c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d60484-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d60560-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d6068c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d6084e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="64" audio-channel="0" link="xpath=//*[@id='71c7dc92-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d60966-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d60a6a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d60b28-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d60c18-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d60d1c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d60dda-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d60fb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d610e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d611e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d62946-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d61370-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6149c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d615e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d61708-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6183e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d618fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d619a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d61a96-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d61b72-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d61c6c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d61db6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d61e74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d61f8c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d620d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d6219e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6228e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6234c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d62428-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6254a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d62658-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d62716-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d6287e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d62946-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d610e6-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d62a4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d62b08-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d62c16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d62d38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d62e14-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d62f22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d63008-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6310c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d631e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d632f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d633d2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d6371a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="65" audio-channel="0" link="xpath=//*[@id='71c7f4ca-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d638be-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d639a4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d63aa8-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d63b5c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d63cb0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d63db4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d63e68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d63f26-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d64048-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d656aa-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d64174-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d64282-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d6437c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d6449e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d645a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d64660-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d64746-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d64818-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d648fe-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d64a20-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d64b38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d64bf6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d64d40-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d64e4e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d64f0c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d64fc0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d650b0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6518c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d652ae-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d65416-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d654d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d655f6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d656aa-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d63f26-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d657e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d658da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d659ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d65a9c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d65c36-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d65de4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d65f24-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d66096-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d661a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d66280-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d6638e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d6650a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="66" audio-channel="0" link="xpath=//*[@id='71c80df2-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d66654-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d6674e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d66816-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d668d4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d66a14-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d66ae6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d66ba4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d66c58-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d66d70-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d684a4-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d66e92-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d66fdc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d6709a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d671bc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d672fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d67400-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d674b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d67586-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6766c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6778e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d67892-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d67996-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d67ab8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d67c02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d67cca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d67d74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d67e28-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d67f40-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d68030-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d68166-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d6822e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d683c8-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d684a4-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d66c58-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d685a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d68698-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6877e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68882-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6895e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68a62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68b3e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68c4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68d28-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d68e72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d68f80-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d69124-a9c2-11e4-a731-4d12196f4000" flags="0" pad="67" audio-channel="0" link="xpath=//*[@id='71c82490-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d6926e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d69354-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d69412-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d69502-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d69606-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d696c4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d697aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d69868-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d6994e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6b244-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d69aa2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d69ba6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d69c64-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d69dc2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d69ed0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d69fc0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6a088-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6a150-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6a268-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6a358-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6a466-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d6a56a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d6a682-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6a786-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d6a8a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6a95c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6aa10-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6ac2c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6ad4e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6aede-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d6afb0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d6b0f0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d6b244-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d69868-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d6b384-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d6b442-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b51e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b636-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b73a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b816-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b91a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6b9f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6bafa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6bbd6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d6bce4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d6be6a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="68" audio-channel="0" link="xpath=//*[@id='71c83dae-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d6bfb4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d6c0a4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d6c162-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d6c216-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6c3a6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d6c46e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6c522-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6c5d6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d6c6ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6df4e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6c81a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6c91e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d6ca22-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d6cb44-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6cc3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d6cd38-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6cdec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6ceaa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6cfb8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6d12a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6d332-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d6d4d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d6d5f8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6d6fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d6d7b0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6d8a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6d954-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6da30-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6db66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6dc7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d6dd46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d6de9a-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d6df4e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d6c5d6-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d6e0b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d6e17e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e296-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e372-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e476-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e552-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e66a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e73c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e840-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d6e91c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d6ea5c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d6ebec-a9c2-11e4-a731-4d12196f4000" flags="0" pad="69" audio-channel="0" link="xpath=//*[@id='71c854ce-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d6ecfa-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d6ee1c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d6eeda-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d6ef8e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6f0c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d6f182-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6f236-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6f2ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d6f402-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d70b0e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6f524-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6f66e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d6f736-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d6f844-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d6fa24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d6faec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d6fbaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d6fc5e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d6fd8a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d6fe84-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d6ffc4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d7008c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d701b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d702f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d703b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d70460-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d70514-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7062c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7071c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7085c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d7092e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d70a50-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d70b0e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d6f2ea-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d70c44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d70d02-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d70dde-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d70eec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d70fc8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d710cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d711ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d712ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d713ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d714f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d715d6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d71798-a9c2-11e4-a731-4d12196f4000" flags="0" pad="70" audio-channel="0" link="xpath=//*[@id='71c86b8a-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d7189c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d71982-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d71a7c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d71b30-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d71c52-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d71d10-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d71e0a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d71ec8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d71ffe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7371e-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7218e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d72292-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d72350-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d724a4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d725a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d72666-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7274c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7280a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d728e6-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d72a26-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d72b34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d72bf2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d72d3c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d72eae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d72f6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d73020-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d730d4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d731ec-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d732e6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d73444-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d7350c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d7362e-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d7371e-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d71ec8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d73836-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d7393a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73a20-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73b2e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73c0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73d0e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73dea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73ef8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d73ff2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d74100-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d741e6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d743b2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="71" audio-channel="0" link="xpath=//*[@id='71c882b4-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d744b6-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d7459c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d74696-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d748f8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d74a38-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d74b0a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d74bdc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d74ca4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d74e70-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d76518-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d74f9c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d750e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d751ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d752d0-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d75406-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d754ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d75582-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d75636-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7574e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7583e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d75988-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d75a46-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d75b5e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d75c9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d75d66-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d75e1a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d75f14-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d75ffa-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d76126-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7623e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d762fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d76450-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d76518-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d74ca4-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d7661c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d7670c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d767e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d768ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d769d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d76ae0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d76bbc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d76d4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d76f22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d770da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d771d4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d7738c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="72" audio-channel="0" link="xpath=//*[@id='71c8993e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d7749a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d7760c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d77738-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d7780a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d77940-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d77a12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d77b16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d77bf2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d77cf6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d79722-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d77e72-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d77f9e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d78070-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d7821e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7834a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d7841c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d784e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d785c0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7871e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7882c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7899e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d78a7a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d78bc4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d78d72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d78e4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d78f16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d78fe8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d79114-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d79222-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7934e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d79470-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d79650-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d79722-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d77bf2-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d7984e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d79966-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79a60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79b82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79c72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79d94-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79e8e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d79fec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7a122-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7a212-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d7a33e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d7a514-a9c2-11e4-a731-4d12196f4000" flags="0" pad="73" audio-channel="0" link="xpath=//*[@id='71c8b20c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d7a67c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d7a78a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d7a85c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d7a92e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7aa96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d7ab68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7ac26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7acf8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d7ae2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7c814-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7af78-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7b0fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d7b1e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d7b374-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7b496-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d7b568-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7b630-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7b73e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7b838-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7b98c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7bac2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d7bb94-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d7bdb0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7bee6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d7bfb8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7c0bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7c184-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7c288-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7c3d2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7c4f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d7c5c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d7c742-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d7c814-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d7acf8-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d7c936-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d7ca62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7cbac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7ccb0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7cde6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7ced6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7d002-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7d0f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7d21e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7d35e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d7d458-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d7d64c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="74" audio-channel="0" link="xpath=//*[@id='71c8cc9c-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d7d778-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d7d87c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d7d9d0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d7daac-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7dbd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d7dcaa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7dd72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7de3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d7df70-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7f99c-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7e0ba-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7e236-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d7e3bc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d7e51a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7e6a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d7e77c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7e83a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7e902-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7ea42-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7eb50-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7ecd6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d7eda8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d7ef1a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d7f03c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d7f10e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d7f1cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d7f2da-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d7f3f2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d7f53c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d7f668-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d7f730-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d7f8ca-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d7f99c-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d7de3a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d7fafa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d7fbcc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7fcc6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7fdf2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d7fee2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d8000e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d800fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d8022a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d80324-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d80464-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d80590-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d8073e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="75" audio-channel="0" link="xpath=//*[@id='71c8e34e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d80892-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d80996-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d80b30-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d80c0c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d80d88-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d80e5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d80f18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d80fea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d8113e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d82a34-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d81288-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d813f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d81512-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d81670-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d8179c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d8186e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d81936-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d81a3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d81b34-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d81c74-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d81da0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d81e72-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d81fb2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d82110-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d821e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d822b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d82372-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d824b2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d825b6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d8271e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d827f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d82930-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d82a34-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d80fea-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d82b56-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d82c28-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d82d54-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d82e58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d82f98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d830c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d832a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d8339e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d834de-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d835f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d83736-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d838f8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="76" audio-channel="0" link="xpath=//*[@id='71c8fa32-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d83a60-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d83b64-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d83c36-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d83cfe-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d83e5c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d83f2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d83ff6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d840be-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d841fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d85c2a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d8435c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d844c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d845a0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d846d6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d84848-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d84924-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d84a28-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d84afa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d84bea-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d84d34-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d84e60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d84f82-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d850cc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d8522a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d85306-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d853d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d854aa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d85608-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d85716-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d858ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d859d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d85b12-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d85c2a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d840be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d85d60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d85e3c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d85f7c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d8606c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d861ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d862a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d863c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d864c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d865e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d866de-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d86828-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71d869d6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="77" audio-channel="0" link="xpath=//*[@id='71c910bc-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recycling id="71d86b5c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71d86c6a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71d86d46-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71d86e54-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d86f76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71d87048-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d87106-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d87214-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71d8730e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d88ea2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d87458-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d875c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71d8769c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d87804-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d87962-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71d87a34-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d87afc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d87bce-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d87cfa-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d87e26-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d88042-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71d8813c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71d882fe-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71d8847a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71d8856a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71d8861e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71d886d2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71d887ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71d889ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71d88b1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71d88c86-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71d88dd0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71d88ea2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="1" dim-2nd-level="9" length="32" port="xpath=//*[@id='71d87214-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71d88fba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71d8908c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d8917c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d892b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d893c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d894e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d89604-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d896f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d89820-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71d89938-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">00000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71d89a6e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71d89c1c-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71d89cee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d89dca-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d89e7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca542c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d89f5a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca5a08-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8a04a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8a126-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8a1a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d8856a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8a2c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d88c86-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8a3a6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8a4b4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8a52c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d87a34-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8a608-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d8813c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8a77a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8a860-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8a91e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d85306-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8a9fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d859d2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8aac2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8ab9e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8ac20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d84924-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8ad2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d84f82-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8ae6e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8af40-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8afb8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d821e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8b0a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d827f0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8b17a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8b27e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8b2f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d8186e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8b3aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d81e72-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8b468-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8b530-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8b5bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7f10e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8b6b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7f730-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8b76a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8b882-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8b8fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7e77c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8b9c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7eda8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8baa8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8bba2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8bc10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7bfb8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8bcd8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7c5c6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8bd8c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8be54-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8bef4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7b568-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8bfc6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7bb94-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8c0ac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8c17e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8c1ec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d78e4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8c2aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d79470-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8c35e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8c458-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8c4d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7841c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8c584-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d78a7a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8c642-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8c750-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8c7d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d75d66-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8c89a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d762fc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8c94e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8ca16-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8ca8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d754ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8cb7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d75a46-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8cc32-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8ccfa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8cdc2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d72f6c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8ceda-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7350c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8cfb6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8d07e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8d0f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d72666-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8d1aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d72bf2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8d2b8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8d380-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8d3f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d703b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8d4b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7092e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8d5a6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8d66e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8d6dc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6faec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8d7ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7008c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8d8bc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8d98e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8d9fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6d7b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8daec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6dd46-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8dbaa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8dc7c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8dcea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6cd38-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8dda8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6d4d6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8dea2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8df6a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8dfe2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6a8a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8e0a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6afb0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8e15e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8e258-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8e2d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d69fc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8e384-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6a56a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8e488-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8e550-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8e5be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d67cca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8e67c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6822e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8e780-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8e848-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8e8d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d67400-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8e99c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d67996-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8ea64-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8eb5e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8ebd6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d64f0c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8ec94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d654d4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8ed52-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8ee10-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8eeb0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d64660-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8ef6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d64bf6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8f02c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8f0ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8f162-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6219e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8f25c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d62716-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8f31a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8f40a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8f5a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d618fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8f6b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d61e74-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8f77a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8f874-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8f932-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5f458-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8fa0e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5f9a8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8fae0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8fbbc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8fcb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5eb5c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d8fdba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5f142-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d8fe6e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d8ff36-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d8ffa4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5c87a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9006c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5cdde-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d90152-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9021a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d90288-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5bf6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d90350-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5c564-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9045e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d90544-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d905b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d59cec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d90670-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5a2aa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d90760-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d90832-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d908a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d59242-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9095e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5979c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d90a44-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d90b0c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d90b7a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d56d58-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d90c38-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d57406-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d90d46-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d90e0e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d90e7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d56466-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d90f6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d56a2e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9102a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d910e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d91160-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5412a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9121e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d546ca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d91304-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d913cc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9143a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d53860-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d914f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d53e0a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d915b6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d916b0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9171e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d514e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d917d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d51aa6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d918e0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d919a8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d91a20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d50c96-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d91b6a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5120e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d91d5e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d91ec6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d91f52-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4e7e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9201a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4ed74-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9210a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d921dc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9224a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4dece-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d92308-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4e4c8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d923bc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d924b6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9252e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4b9d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d925e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4bf52-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d926a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9275e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d92808-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4b138-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d928da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4b6ba-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d929ca-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d92a92-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d92b00-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d48de8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d92bbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d49388-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d92c7c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d92d8a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d92df8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d48424-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d92eb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d48aaa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d92f74-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d93064-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d930e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d45f8a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d931a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4676e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d93262-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d93320-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9338e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d45602-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9347e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d45c74-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d93550-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d93618-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d93686-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d42ec0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d93776-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4356e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d93848-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9391a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d93992-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d424ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d93a50-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d42b28-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d93b54-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d93c1c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d93c8a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3fd9c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d93d48-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d40404-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d93e2e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d93f00-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d93f6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3f3ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d94036-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3fa22-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9413a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d94202-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d94270-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3ccd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d943e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3d2cc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d944aa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9457c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d945ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3c23c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d946a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3c994-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9478e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d94860-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d948e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d39b04-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d949a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3a1ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d94a5e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d94b58-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d94bc6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3919a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d94c84-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d39794-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d94d92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d94e5a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d94ed2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d36a80-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d94f86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d37084-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d95076-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d95184-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9521a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d360d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d952d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d36742-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9538c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d95454-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d954c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d339e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d955bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d34050-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9567a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d95742-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d957b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d33056-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d95878-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3365a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d95968-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d95a30-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d95a9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d308d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d95ba2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d30f04-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d95c60-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d95d28-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d95d96-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2fe74-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d95e86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3055e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d95f44-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9600c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9607a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2d75a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d96138-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2de1c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d96228-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d962f0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9635e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2cde6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9641c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2d3ea-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d96520-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d965f2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d96660-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2a6c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9671e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2ace4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d967e6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d968e0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d96958-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d29cfe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d96a7a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2a316-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d96b56-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d96c1e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d96cc8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d27602-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d96d86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d27c06-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d96e44-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d96f0c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d96f84-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d26c98-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d97074-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d272c4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d97132-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d971fa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d97268-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d244de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d97358-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d24aec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d97506-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d975ec-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9766e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d23ab6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d977c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d24146-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d97880-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d97952-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d979ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2140a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d97aba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d21ac2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d97b78-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d97c40-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d97cae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d20a14-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d97d9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2102c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d97e70-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d97f38-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d97fb0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1e318-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d98064-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1e91c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d98168-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9823a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d982a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1d9e0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d98398-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1dfe4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d98456-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9851e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d985aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1b2a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9869a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1b8ca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d98758-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9882a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d988ac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1a8e4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9896a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1af1a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d98a64-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d98b2c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d98b9a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d181b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d98c58-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1880a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d98d48-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d98e10-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d98e7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d17748-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d98f96-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d17e0a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d99054-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d99252-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d992d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d14f20-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d993b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d156b4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d994d2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d995b8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d99630-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d14624-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d99702-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d14bf6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d99810-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d998ec-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d99964-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d12176-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d99a40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1270c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d99b8a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d99c8e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d99cfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d118c0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d99dba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d11e42-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d99e78-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d99f7c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d99ff4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0f552-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9a0b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0fb24-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9a1ac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9a27e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9a2ec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0ecba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9a3b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0f23c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9a468-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9a562-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9a5d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0ca00-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9a68e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0cf78-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9a74c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9a850-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9a8be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0c0f0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9a97c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0c6ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9aa80-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9ab48-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9abb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d09aa8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9ac7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0a00c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9ad64-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9ae2c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9ae9a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d08f9a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9af62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0977e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9b020-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9b11a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9b192-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d06cf4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9b250-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0729e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9b304-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9b3cc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9b46c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d063bc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9b534-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d069a2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9b62e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9b782-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9b8ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0406c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9b99e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d04684-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9bae8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9bbf6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9bc6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d037d4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9bd2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d03d60-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9bdea-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9bee4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9bf52-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d012d6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9c010-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d01894-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9c0ce-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9c196-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9c20e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0062e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9c312-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d00fac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9c3d0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9c498-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9c506-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfe04a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9c614-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfe5cc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9c6dc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9c86c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9c8ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfd7c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9c9ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfdd2a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9cb3c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9ccea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9cdb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfb46c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9cf10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfb9ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9d0a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9d190-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9d208-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfaa3a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9d3a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfb0ac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9d456-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9d51e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9d58c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf8794-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9d67c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf8cf8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9d73a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9d802-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9d87a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf7cc2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9d938-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf8474-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9da32-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9dafa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9db68-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf58a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9dc26-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf5fda-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9dce4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9ddde-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9de56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf4ed2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9df82-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf5468-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9e04a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9e158-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9e1d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf2894-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9e28e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf2eac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9e388-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9e45a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9e4c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf1e9e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9e586-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf24e8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9e63a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9e734-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9e7ac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cefb62-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9e86a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf0102-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9e91e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9e9e6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9ea9a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cef2ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9eb62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cef838-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9ec16-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9ecde-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9ed56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cecdd6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9ee46-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ced34e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9ef4a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9f01c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9f094-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cec11a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9f152-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cec912-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9f24c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9f31e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9f396-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce9c80-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9f454-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cea22a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9f512-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9f60c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9f67a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce933e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9f738-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce9960-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9f7f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9f8be-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9f972-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce70d4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9fa44-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce7642-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9faf8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9fbc0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9fc2e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce6760-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71d9fd3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce6d96-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71d9fdfa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71d9fef4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71d9ff62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce42a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da0020-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce4a6e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da00de-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da01d8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da0250-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce3998-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da030e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce3f74-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da03cc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da048a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da052a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce14ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da0642-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce1a58-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da0714-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da07dc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da084a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce0bc6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da0944-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce1152-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da0a16-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da0ade-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da0b4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cde8c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da0c0a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdee70-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da0d04-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da0dcc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da0e3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cde042-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da0ef8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cde5ba-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da0fde-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da10a6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da1114-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdbd2e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da11d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdc2b0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da1286-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da1380-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da13f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdb4b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da14b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdba22-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da15b0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da1678-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da16f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd9038-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da17a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd9574-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da1894-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da197a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da19f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd8674-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da1ab0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd8cdc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da1ba0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da1c68-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da1cd6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd625c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da1d94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd67ca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da1e52-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da1f56-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da1fc4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd592e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da208c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd5f82-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da2190-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da2262-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da22d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd3426-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da238e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd3a3e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da2442-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da2546-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da25be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd2b3e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da2686-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd30fc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da273a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da2834-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da28ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd06ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da2988-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd0c6c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da2a3c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da2b04-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da2b7c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccfdf8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da2c6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd0398-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da2e38-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da2f3c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da2fbe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccd83c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da30f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccdeae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da31d0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da32e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da336a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccce46-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da34b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccd4ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da357c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da363a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da36e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccab5a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da37a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccb0d2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da3860-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da391e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da3996-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cca2ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da3a90-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cca844-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da3b4e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da3c66-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da3cde-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc7d92-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da3da6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc8328-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da3e6e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da3f36-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da3fe0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc74e6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da40a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc7a72-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da4166-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da4238-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da42b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc4fa2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da43a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc5600-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da445e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da451c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da458a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc44d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da467a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc4c0a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da4738-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da480a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da4882-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc219e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da4940-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc2798-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da4a4e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da4b20-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da4b8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc18ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da4c92-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc1e2e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da4d50-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da4e22-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da4e90-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbf20a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da4f80-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbf872-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da503e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da5110-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da517e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbe85a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da523c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbee90-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da53ae-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da555c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da55d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbc136-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da5732-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbc730-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da5854-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da5926-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da599e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbb79a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da5a8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbbdda-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da5b4c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da5c1e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da5c8c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb9030-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da5d4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb9652-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da5e4e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da5f16-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da5f84-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb85cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da6042-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb8cb6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da6128-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da61fa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da6268-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb5e4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da6326-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb6542-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da63e4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da64d4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da654c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb548a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da6650-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb5ac0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da6718-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da67e0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da684e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb2d02-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da690c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb3266-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da69fc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da6ac4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da6b3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb242e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da6bf0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb2a00-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da6cae-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da6db2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da6e20-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caff58-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da6ede-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb0520-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da6f92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7096-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da710e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caf6b6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da71cc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cafc38-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da7280-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7352-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da73c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cad1c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da74ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cad78a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da7578-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7640-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da76b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cac916-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da77a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caceac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da787a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7942-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da79b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caa62a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da7a78-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caabc0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da7bf4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7cd0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da7d3e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca9afe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da7dfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caa30a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da7f00-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da7fd2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da8040-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca751a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da813a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca7d08-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da81ee-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da82b6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71da832e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca6c50-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8414-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca71fa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71da84dc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71da872a-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run">
+                  <ags-value id="71da87a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db4a2a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da889c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db5164-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da895a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d87048-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8a18-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d83f2e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8acc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d80e5a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8bc6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7dcaa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8c98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7ab68-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8d60-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d77a12-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8e6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d74b0a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da8f4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d71d10-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9008-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6f182-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da90c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6c46e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da91d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d696c4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da92b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d66ae6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da93b4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d63db4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da947c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d60dda-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da953a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5e1de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da95f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5b678-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da96e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d588e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da97b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d55b92-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9878-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d52f1e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9972-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d503c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9a44-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4d3a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9b0c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4a760-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9bca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d47b64-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9c92-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d44c2a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9d8c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d41a98-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9e54-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3e988-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9f1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3b878-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71da9ff8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d38790-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa110-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d35702-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa1d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d32584-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa354-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2f456-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa426-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2c3b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa4f8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2931c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa5b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d26158-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa6ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d230ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa78c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2001e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa854-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1cfd6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daa912-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d19e4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daaa16-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d16d7a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daaae8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d13d6e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daabce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d10fce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daaca0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0e3be-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daada4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0b416-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daae6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0869e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daaf5c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d05aca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab074-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d02ece-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab150-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cffc6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab222-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfceca-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab330-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfa0d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab402-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf738a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab4d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf45a4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab5d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf15de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab6aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cee9ba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab77c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ceb634-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab894-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce8a7e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dab970-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce5e3c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daba42-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce30ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabb14-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce0310-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabc0e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdd764-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabcea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdab18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabdbc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd7bf2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabe8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd501e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dabfa6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd22b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac082-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccf56a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac186-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccc590-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac262-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc97f0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac334-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc69c4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac406-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc3bc0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac500-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc0fd8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac5f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbde78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac6c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbacd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac794-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb7bd6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dac898-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb4a58-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daca82-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb1b64-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dacbc2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caecf2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daccb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cabfa2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dacdc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca9216-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dacee2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca6354-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dacfd2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d8769c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad194-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d845a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad270-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d81512-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad34c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7e3bc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad45a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d7b1e4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad536-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d78070-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad612-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d751ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad6e4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d72350-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad7c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6f736-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad8c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6ca22-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dad9a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d69c64-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dada72-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6709a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dadb4e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d6437c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dadc52-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d615e6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dadd38-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5e832-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dade46-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5bc5e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dadf2c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d58ee6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae012-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5615a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae13e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d5352c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae224-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d50980-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae332-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4db36-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae418-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4ad78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae526-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4810e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae60c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d451e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae6e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d4215a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae7c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3f07c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae8aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d3bec2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dae9cc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d38e0c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daeab2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d35d56-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daebc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d32cd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daecce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2fab4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daedb4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d2ca4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daee90-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d29984-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf002-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d268b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf1f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d23732-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf39a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d20690-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf4bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1d616-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf5a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d1a56a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf688-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d173e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf764-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d14340-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf872-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d115a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daf958-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0e9ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafa34-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d0bd12-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafb10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d08c7a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafc1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d06088-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafd04-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d034b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafde0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71d00232-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71dafec6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfd492-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71daffde-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cfa710-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db00c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf7998-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db01aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf4b76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0290-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cf1b88-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db03b2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ceef82-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db04a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cebd6e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db057e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce9032-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0664-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce6404-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db077c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce36aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0858-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ce08b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db093e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cddd18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0a56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cdb194-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0b46-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd81b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0c22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd55b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0d26-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cd281e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0e0c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ccfb14-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db0f10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cccb3a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1032-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc9f66-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1122-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc6f8c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db11fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc41b0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1316-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cc15b4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db141a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbe4cc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1500-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cbb42a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1618-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb825c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db16fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb5106-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db185c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cb2118-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db194c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71caf3aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1a64-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71cac5ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1b54-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca97de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1c3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ca6912-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71db1d3e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71db1e60-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71db1ed8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db37e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db1fa0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db44ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71db205e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71db2130-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71db21a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db2644-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71db22a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db34fe-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71db236a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+              <ags-recall id="71db2432-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-delay-audio id="71db2644-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71db26f8-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71db27b6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_duration[0]" control-port="6/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db28e2-a9c2-11e4-a731-4d12196f4000" type="gdouble">768454228724.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db29b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_duration[0]" control-port="5/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db2afe-a9c2-11e4-a731-4d12196f4000" type="gdouble">376.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db2b94-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_delay[0]" control-port="4/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db2cb6-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71db2d56-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_delay[0]" control-port="3/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db2e96-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71db2f2c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./tact[0]" control-port="2/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db304e-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db30da-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./bpm[0]" control-port="1/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db31f2-a9c2-11e4-a731-4d12196f4000" type="gdouble">120.000000</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71db32ec-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="63d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71db3404-a9c2-11e4-a731-4d12196f4000">
+                  <ags-delay-audio-run id="71db34fe-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio-run>
+              </ags-recall>
+              <ags-recall id="71db3620-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-count-beats-audio id="71db37e2-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71db38c8-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71db397c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_end[0]" control-port="5/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db3a62-a9c2-11e4-a731-4d12196f4000" type="gdouble">64.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db3b2a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_end[0]" control-port="4/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db3c10-a9c2-11e4-a731-4d12196f4000" type="gdouble">16.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db3cce-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_start[0]" control-port="3/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db3db4-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db3ee0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_start[0]" control-port="2/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71db3fe4-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71db40ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./loop[0]" control-port="1/5" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                    <ags-value id="71db419c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71db42b4-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23c" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71db441c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-count-beats-audio-run id="71db44ee-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71db45b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71db462e-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71db34fe-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-count-beats-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-recall-list id="71db4782-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+              <ags-recall id="71db484a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-copy-pattern-audio id="71db4a2a-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71db4b10-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71db4bce-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./bank-index-1[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="4" port-data-length="1">
+                    <ags-value id="71db4cb4-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                  </ags-port>
+                  <ags-port id="71db4d72-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./bank-index-0[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="4" port-data-length="1">
+                    <ags-value id="71db4e58-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71db4f98-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71db50a6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-copy-pattern-audio-run id="71db5164-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71db5222-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71db52c2-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71db44ee-a9c2-11e4-a731-4d12196f4000']"/>
+                      <ags-dependency id="71db5376-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71db34fe-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-copy-pattern-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-notation-list id="71db54d4-a9c2-11e4-a731-4d12196f4000">
+              <ags-notation id="71db55a6-a9c2-11e4-a731-4d12196f4000" flags="0" key="violine" audio-channel="0" base-frequency="440.000000" tact="0.062500" bpm="120.000000" max-note-length="16.000000" loop-start="0.000000" loop-end="0.000000">
+                <ags-note-list id="71db574a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-notation>
+            </ags-notation-list>
+          </ags-audio>
+          <ags-audio id="71db581c-a9c2-11e4-a731-4d12196f4000" flags="37" sequence-length="0" audio-channels="2" output-pads="1" input-pads="8" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71db592a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71db5a42-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71db5b6e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71db5c2c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db5d6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71db5e34-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db5ee8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db5f9c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71db60be-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71db61b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71db6406-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71db64ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71db6820-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71db691a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db6a64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71db6b40-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db6c58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db6d2a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71db6ea6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71db6fd2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71db70e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71db71a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71db7306-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71db7482-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recycling id="71db755e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71db766c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71db772a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db7824-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71db791e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db7a72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db7b44-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71db7d10-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71db7e0a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71db7f22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71db801c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71db813e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71db8238-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db8346-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71db8404-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db84b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db85c6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71db86de-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71db87ce-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="33d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71db8904-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71db89cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-output id="71db8aee-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71db8de6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recycling id="71db8f9e-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71db9084-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71db9142-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db928c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71db934a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db93f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db94b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71db95c0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71db964c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71db9778-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71db9872-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71db99d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71db9a8e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71db9bec-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71db9cf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71db9dae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71db9e94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71db9f5c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dba06a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dba16e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dba27c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dba376-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dba498-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dba59c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dba664-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dba74a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dba812-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dba8f8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbaa2e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbab3c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dbabfa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dbad6c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbae70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dbaf2e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbb01e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbb0dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dbb1b8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbb2da-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbb46a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dbb53c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71dbb6ae-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71dbb76c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbb8b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71dbb974-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbba78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbbb40-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dbbc30-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbe516-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbbd8e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbbe9c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dbbf5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dbc072-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbc1a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dbc270-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbc324-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbc414-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dbc4fa-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbc5fe-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbc748-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dbc806-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dbc928-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbca5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dbcb1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbcbd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbcc84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dbcda6-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbcea0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbcfe0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dbd09e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dbd1b6-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbd2f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71dbd3be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbd472-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbd576-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dbd65c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbd77e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbd896-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71dbd954-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dbdb20-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dbdc42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dbdcf6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dbddf0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dbdeb8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dbdf9e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dbe0ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dbe228-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dbe2fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dbe426-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dbe516-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71dbbb40-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dbe61a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dbe6e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbe80e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbe8f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbea0c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbeaf2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbec0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbecf0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbedfe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbef20-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf006-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf128-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf20e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf326-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf40c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf524-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf63c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf72c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf83a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbf920-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbfa6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbfb50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbfc68-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbfd4e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbfeac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dbff9c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc00aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc019a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0424-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0532-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0668-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0762-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0910-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0a00-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0b22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0c08-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0d5c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0e42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc0f46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc102c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc113a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc1220-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc132e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc1414-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc1522-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc1608-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc170c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc17fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc190a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71dc1a18-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71dc1bc6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recycling id="71dc1cca-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71dc1dba-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71dc1e96-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc1fe0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71dc20a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc215c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc2210-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dc2328-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71dc23b4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc24d6-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc25c6-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc272e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71dc2878-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc2b52-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc2c7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dc2d3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc2df0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc2ee0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc2fc6-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc30fc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc3214-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dc32d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc33ea-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc3520-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dc35de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc3688-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc3746-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc385e-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc394e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc3a8e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dc3b56-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc3c8c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc3dd6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dc3e94-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc3f48-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc4010-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dc41b4-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc42c2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc44d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dc45e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71dc4704-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71dc47c2-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc48d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71dc498e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc4a74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc4b46-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc4c5e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc74f4-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc4d80-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc4ec0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dc4f88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc512c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc5280-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dc533e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc53f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc54a6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc55be-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc56c2-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc580c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dc58d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc5a0a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc5b18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dc5c12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc5cc6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc5d84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dc5e92-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc5f8c-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc60a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dc61d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc62e8-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc643c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71dc64fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc65ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc6662-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dc677a-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc686a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc6978-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71dc6a68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dc6b80-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dc6c84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dc6d42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dc6e28-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dc6ee6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dc6fc2-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dc70e4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dc71e8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dc72a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dc7422-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dc74f4-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71dc4b46-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dc75f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dc76ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7864-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc799a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7ab2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7b98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7cc4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7ddc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7ec2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc7fda-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc80c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc81d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc82b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc83cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc84b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc85c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc86d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc87be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc88cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc89a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8ab6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8b9c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8caa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8d86-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8eb2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc8f98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc90a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc91dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc92c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc93da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc94fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9614-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9740-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9830-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc993e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9a38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9b32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9c40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9d26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dc9f4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca078-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca1b8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca2b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca3de-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca55a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca672-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca758-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca866-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dca96a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71dcaa5a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71dcac12-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0">
+                <ags-recycling id="71dcacee-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71dcadca-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71dcae88-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcb018-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71dcb11c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcb1da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcb28e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dcb374-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71dcb3f6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dcb522-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcb61c-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dcb770-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71dcb838-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dcb964-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcbaae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dcbb6c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcbc16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcbcca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dcbde2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcbedc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dcc030-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dcc0ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dcc206-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcc346-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dcc486-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcc620-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcc706-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dcc8b4-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcc9ae-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dccb02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dccbca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dccce2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcce22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dccf26-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dccfda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcd098-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dcd17e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcd2b4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dcd3c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dcd48a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71dcd5c0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71dcd6c4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcd7c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71dcd886-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcd98a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcda48-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dcdb24-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd03c4-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcdc82-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dcdd90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dcde4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dcdfb6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dce0c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dce1be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dce272-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dce330-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dce448-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dce542-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dce6a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dce768-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dce880-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dce9b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dceab0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dceb64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dceca4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dceda8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dceede-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dceff6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dcf0b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dcf1ea-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcf334-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71dcf3f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcf49c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcf55a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dcf67c-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcf76c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dcf8ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71dcf96a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dcfa82-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dcfbb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dcfc76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dcfd2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dcfdde-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dcff00-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dcffe6-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd0130-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dd01ee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dd0310-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dd03c4-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71dcda48-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dd04fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dd0608-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0716-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd082e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0914-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0a4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0b62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0c48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0d60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0e50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd0f86-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd106c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1184-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1292-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd13dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1508-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd15f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1706-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd17ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1904-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd19ea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1b0c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1bf2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1d0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1e0e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd1ef4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2020-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2142-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2228-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2336-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2462-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2548-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2660-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd275a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2868-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2976-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2a66-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2b88-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2c6e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2d7c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2e62-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd2f70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd3056-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd316e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd3268-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd338a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd3498-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd357e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd368c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71dd3772-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71dd39e8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="1">
+                <ags-recycling id="71dd3c2c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71dd3dc6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71dd3f56-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd406e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71dd4136-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd4226-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd4302-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dd43e8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71dd44a6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd4596-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd46b8-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd4816-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71dd48f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd4a14-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd4b18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dd4c12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd4cbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd4d7a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd4e88-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd4f8c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd509a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dd5194-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd52ca-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd53ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dd54aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd5590-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd564e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd5770-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd5874-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd59d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dd5a90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd5bb2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd5ce8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dd5db0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd5e64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd5f18-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dd6030-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd6120-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd631e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dd63e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71dd651c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71dd65da-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd671a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71dd67e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd6896-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd694a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd6a6c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd9492-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd6bde-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd6ce2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dd6daa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd6f26-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd7034-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dd70f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd71e2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd72a0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd73d6-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd750c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd761a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dd76f6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd784a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd794e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dd7a02-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd7ab6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd7b9c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dd7c82-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd7db8-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd7ed0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dd7f84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd809c-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd81f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71dd82ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd8362-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd8416-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dd852e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd8614-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd8768-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71dd8830-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dd89ca-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dd8b32-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dd8bfa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dd8cae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dd8d62-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dd8e70-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dd8f6a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dd915e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dd9244-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dd9384-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dd9492-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71dd694a-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dd95b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dd9686-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd97e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd98fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9a32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9b4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9c80-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9d7a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9eba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dd9ff0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda11c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda220-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda34c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda450-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda590-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda694-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda7c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda8ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dda9f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddaaea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddac20-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddad60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddaeb4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb076-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb1ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb2c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb40e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb508-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb63e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb742-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb86e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddb9ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddbaa8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddbbe8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddbd14-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddbe18-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddbf44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc048-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc188-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc282-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc3b8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc4b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc5de-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc6d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc804-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddc926-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddca70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddcb6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ddcc96-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71ddcda4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ddcf84-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="0">
+                <ags-recycling id="71ddd074-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71ddd196-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ddd272-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ddd402-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71ddd4fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ddd5c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ddd754-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ddd8bc-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71ddd970-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dddab0-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dddbbe-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dddd30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71ddde0c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dddf4c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dde0b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dde1d6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dde2a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dde370-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dde4ba-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dde5dc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dde712-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dde820-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dde97e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ddeadc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71ddebb8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ddec80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dded52-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ddee7e-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ddef96-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ddf0d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71ddf1e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71ddf32e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ddf4c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71ddf5a4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ddf66c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ddf73e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ddf86a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ddf978-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ddfae0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71ddfbb2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ddfcfc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71ddfe50-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ddffcc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71de00a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de0166-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de022e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de0378-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de30c8-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de04b8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de062a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71de06fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de0882-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de09ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71de0a80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de0b84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de0c60-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de0d50-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de0ea4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de0fda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71de10b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de123c-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de13cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71de14b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de157a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de1642-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de1778-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de1890-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de19f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71de1aca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de1c0a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de1d68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71de1e44-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de1f0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de1fde-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71de2114-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de2222-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de2380-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71de2466-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de2628-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de27c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71de2894-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de295c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de2a24-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71de2b5a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de2c68-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de2dd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71de2eac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71de2fec-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71de30c8-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71de022e-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71de324e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71de332a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de347e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3582-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de36b8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de37bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de38f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de39f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3b36-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3c3a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3d70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3ec4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de3fbe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de40fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de41f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4338-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4482-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4586-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de46bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de47c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de48f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4a22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4b26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4d38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4e46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de4f86-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de508a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de51c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de52ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de53fa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de54f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de562a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de576a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de586e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de59ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de5abc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de5c2e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de5d46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de5e40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de5f76-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de6084-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de6200-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de62fa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de6426-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de652a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de6656-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de675a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de6886-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71de698a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71de6ad4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71de6c96-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="1">
+                <ags-recycling id="71de6dc2-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71de6f02-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71de6fd4-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de7150-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71de7222-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de73b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de7498-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71de75d8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71de7682-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de77ea-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de7902-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de7a7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71de7b64-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de7ca4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de7dda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71de7efc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de800a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de80e6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de81e0-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de8302-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de853c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71de8622-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de8744-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de8884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71de894c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de89f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de8ab4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de8bcc-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de8cc6-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de8e06-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71de8ece-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71de8ff0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de9130-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71de9202-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de92ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de9374-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71de9482-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71de9572-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71de96bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71de977a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71de989c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71de995a-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71de9b30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71de9c02-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71de9cfc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71de9dc4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71de9eaa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dec7ae-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dea026-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dea13e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dea206-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dea31e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dea45e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dea51c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dea5d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dea68e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dea79c-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dea896-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dea9e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71deaa9e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71deabca-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dead0a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71deadd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71deae86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71deaf3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71deb052-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71deb160-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71deb2be-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71deb386-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71deb4ee-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71deb5fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71deb6ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71deb782-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71deb8a4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71deb994-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71deba84-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71debbd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71debca0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71debdb8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71debeee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71debfb6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dec060-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dec178-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dec2b8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dec3a8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dec4fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dec5ce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dec6f0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dec7ae-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71de9dc4-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dec8bc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dec9b6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decaa6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decbbe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decca4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decdb2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decea2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71decfc4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded0b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded1cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded2da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded406-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded500-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded62c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded758-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded848-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71ded956-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deda3c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dedb54-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dedc30-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dedd48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dede56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dedf46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee04a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee13a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee252-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee338-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee446-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee52c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee644-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee72a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dee964-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deeacc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deebd0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deed06-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deee32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71deefc2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def166-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def256-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def396-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def4ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def594-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def6ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def788-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def8a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71def990-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71defab2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71defba2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71defcc4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71defdaa-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71deff76-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="0">
+                <ags-recycling id="71df0048-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71df0138-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71df0228-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df03a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71df0462-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df0516-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df05d4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71df06ec-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71df076e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df0890-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df0976-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df0ade-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71df0b9c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df0cf0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df0e80-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71df1038-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df118c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df12ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df139e-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df14e8-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df160a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71df16c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df17ea-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df1934-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71df19f2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df1ab0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df1baa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df1ccc-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df1dd0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df1ede-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71df1fd8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df20fa-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df21fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71df2302-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df2442-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df2528-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71df2672-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df2780-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df28b6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71df2a1e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71df2bd6-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71df2c9e-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df2dac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71df2e7e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df2f32-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df2ff0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df3112-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df5a02-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df3248-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df3392-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71df3450-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df3572-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df3748-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71df3810-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df38c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df3982-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df3a9a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df3b94-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df3ce8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71df3da6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df3ebe-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df3ffe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71df40c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df4170-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df422e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df4346-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df4440-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df4594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71df4666-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df477e-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df48d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71df499a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df4a8a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df4b52-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71df4c60-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df4d50-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df4e5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71df4f58-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df507a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df51ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71df5282-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df5340-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df53fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71df550c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df55fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df5746-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71df580e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71df5930-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71df5a02-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71df2ff0-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71df5b42-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71df5c00-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df5cf0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df5ea8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df5fb6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df609c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df61c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df62e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df63c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df64f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df65e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df66f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df67e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df68f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df69de-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df6af6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df6c18-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df6d12-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df6e34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df6f56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df705a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df717c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7262-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df737a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7456-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df756e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7654-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df776c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7852-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7974-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7a82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7ba4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7c8a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7d98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7e88-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df7f96-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8086-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8194-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df827a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8392-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df85a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8720-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df887e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df89be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8b44-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8c66-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8d56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8e64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71df8f4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71df906c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71df91f2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="1">
+                <ags-recycling id="71df9300-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71df93f0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71df94c2-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71df9616-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71df96e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71df979c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71df985a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71df9972-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71df99fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71df9b2a-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71df9c24-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71df9d64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71df9e2c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71df9f44-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfa084-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dfa142-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfa1f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfa2aa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dfa3b8-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfa4c6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfa610-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dfa6d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfa7fa-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfa93a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dfaa02-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfac0a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfad04-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dfaec6-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfafca-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfb128-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dfb1f0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfb326-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfb48e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dfb588-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfb63c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfb6fa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dfb81c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfb90c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfba4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dfbb14-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71dfbc36-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71dfbcea-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfbe2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71dfbef2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfbfa6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfc064-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dfc17c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfea62-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfc2a8-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfc3fc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71dfc4ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfc5d2-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfc712-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71dfc7d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfc884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfc938-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dfca50-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfcb4a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfcc8a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71dfcd52-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfce88-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfcf8c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71dfd0b8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfd176-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfd298-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71dfd39c-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfd4a0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfd644-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71dfd70c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfd824-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfd928-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71dfda18-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfdacc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfdb8a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dfdc70-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfdd92-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfdea0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71dfdf9a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71dfe0da-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71dfe21a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71dfe2d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71dfe38c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71dfe44a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71dfe562-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71dfe652-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71dfe79c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71dfe864-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71dfe9a4-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71dfea62-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71dfc064-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71dfeba2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71dfec6a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dfed8c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dfee9a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dfefb2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff098-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff1c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff2aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff3c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff4a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff5c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff6a6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff7c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dff8d6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dffa34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dffb56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dffc3c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dffd54-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dffe3a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71dfff48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00074-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0015a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00272-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00358-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00484-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00592-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e006be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e007a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e008b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00998-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00ab0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00b96-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00ccc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00db2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00eca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e00fd8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e010be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e011cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e012b2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e013c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0149c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e015aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e01690-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0179e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0188e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e019ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e01adc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e01bf4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e01cda-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e01df2-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e020f4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="0">
+                <ags-recycling id="71e02216-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e0231a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e023ec-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e02572-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e026c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e02798-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e02856-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e02978-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e02a04-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e02b1c-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e02c0c-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e02d60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e02e28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e02f72-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e030da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e03198-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0324c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0330a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e03422-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0351c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e03666-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e0372e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e03850-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e03990-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e03a4e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e03b02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e03bc0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e03cf6-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e03df0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e03f30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e0400c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0412e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0426e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e04336-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e043ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e044a8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e045b6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e04732-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0499e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e04afc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e04c78-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e04d40-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e04e58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e04f16-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e04ffc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e050ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e051a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e07acc-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e05312-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e05420-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e054de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e05632-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0577c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e05844-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e058ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e059ac-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e05ae2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e05be6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e05d30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e05dee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e05f06-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0603c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e060fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e061ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e06262-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0637a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e06492-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e065e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e066ae-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e067e4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e06924-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e069ec-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e06aa0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e06b54-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e06c62-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e06d52-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e06f0a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e06fdc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e070f4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e07252-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e07310-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e073c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e07478-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e075b8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e076da-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e07838-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e078f6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e07a18-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e07acc-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e050ba-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e07c0c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e07cca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e07dba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e07edc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e07fcc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08102-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0821a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0830a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08422-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08512-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08648-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08738-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08850-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08954-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08a6c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08b52-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08c74-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08d82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08e68-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e08f80-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09066-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09192-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e092aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e093d6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e094c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0964c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09746-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09868-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09958-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09a70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09b60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09c78-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09d5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09e76-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e09f98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a07e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a196-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a290-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a3a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a48e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a59c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a682-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a790-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a880-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0a9b6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0aace-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0abfa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0ace0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e0ae16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e0af38-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e0b0be-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="1">
+                <ags-recycling id="71e0b190-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e0b2a8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e0b366-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0b488-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e0b58c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0b640-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0b6fe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e0b816-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e0b8a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0b988-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0baaa-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0bbb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e0bdb6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0bf32-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0c072-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e0c158-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0c266-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0c3ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0c4b4-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0c5e0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0c702-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e0c7c0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0c96e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0ca86-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e0cb44-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0cbf8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0ccb6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0cdce-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0ced2-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0d01c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e0d0da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0d1fc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0d332-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e0d3fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0d4ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0d562-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e0d670-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0d760-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0d8a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e0d972-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e0da8a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e0db48-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0dcd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e0dd96-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0de4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0defe-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0e020-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e10aa0-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0e142-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0e282-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e0e4a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0e6b0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0e818-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e0e8e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0e994-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0ea52-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0eb6a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0ec6e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0edc2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e0ee80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0ef98-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0f0d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e0f196-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0f24a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0f308-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e0f420-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0f51a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0f664-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e0f72c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e0f844-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e0f97a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e0fa42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e0faf6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e0fbaa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e0fcc2-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e0fdb2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e0fef2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e0ffba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e100dc-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1024e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e1030c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e103c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e10474-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e1058c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1067c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e107d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e1088e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e109b0-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e10aa0-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e0defe-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e10c44-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e10d0c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e10e38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e10f50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11040-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1114e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11234-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11342-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11428-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11536-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1161c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11734-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11810-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11928-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11a18-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11b12-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11c34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11d4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11e28-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e11f40-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1201c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12134-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1222e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12350-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12436-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12544-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12670-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12788-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1286e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12972-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12a58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12b70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12c56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12d64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12e4a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e12f58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e13052-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e13160-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e132d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e133c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e134da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e135ca-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e136e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e137f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e138cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e139e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e13ac0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e13be2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e13cbe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e13dcc-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e13f5c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="0">
+                <ags-recycling id="71e14060-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e141a0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e14268-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e14380-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e14466-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1452e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e14628-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e1470e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e147cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e148b2-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e149a2-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e14ae2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e14baa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e14ccc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e14e02-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e14ec0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e14fba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e15078-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e1519a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e15294-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e153a2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e1549c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e155c8-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e156d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e157c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e15884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e15a5a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e15b7c-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e15cda-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e15e6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e15fc8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e160f4-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e16266-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e16324-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e163d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e16496-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e165ae-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1669e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e167f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e168ba-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e169dc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e16a90-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e16bd0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e16c84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e16d74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e16e32-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e16f4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e19b96-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e17076-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e171ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e17288-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e173aa-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e17594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e17670-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e17738-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e17800-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e1792c-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e17a44-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e17bb6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e17c92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e17dd2-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e17f4e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e180e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e181c4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e18296-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e183d6-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e184e4-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e18624-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e1873c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e18872-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1899e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e18ab6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e18b7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e18c64-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e18e30-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e18f2a-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e1907e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e19146-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e1925e-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e19394-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e19452-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e19506-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e195ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e196c8-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e197b8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e198ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e199b6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e19ad8-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e19b96-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e16e32-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e19cb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e19da8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e19e8e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e19fce-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a0f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a1e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a2ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a3d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a4e2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a5c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a6d6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a898-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1a9b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1aaa0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1abb8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1ac9e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1adc0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1aea6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1afc8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b0ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b1c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b2d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b3ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b4c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b5ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b6c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b7b6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b8c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1b9aa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bad6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bbee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bcd4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bde2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bef0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1bff4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c116-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c242-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c328-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c436-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c51c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c63e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c724-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c832-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1c940-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1ca26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1cb3e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1cc24-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1cd32-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e1ce7c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e1cfd0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e1d160-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="1">
+                <ags-recycling id="71e1d264-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e1d35e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e1d41c-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1d55c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e1d624-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1d6d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e1d7dc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e1d8d6-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e1d962-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e1da84-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1db74-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e1dcd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e1dd90-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e1df02-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1e060-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e1e132-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1e1e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e1e29a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e1e3b2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1e4ac-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e1e5f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e1e6be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e1e7e0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1e8da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e1e9de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1ea92-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e1eb50-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e1ec68-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1ed62-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e1ee70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e1ef60-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e1f078-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1f17c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e1f276-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1f32a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e1f3e8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e1f4f6-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e1f726-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e1f870-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e1f9d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e1fb4a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e1fc94-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e1fdd4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e1fe92-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e1ff46-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e1fffa-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e2011c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e22b6a-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e20248-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e20388-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e20450-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e20568-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e206a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e207ac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e20860-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2091e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e209fa-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e20b26-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e20c3e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e20d38-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e20e50-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e20f5e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e2101c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e21116-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e211d4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e212ba-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e213e6-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e21512-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e21616-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e21738-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e21878-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e21954-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e21a08-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e21abc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e21d32-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e21ecc-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2203e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e22106-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e22228-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e22336-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e2241c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e224c6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e22584-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e2269c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2278c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2289a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e2298a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e22aac-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e22b6a-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e1fffa-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e22caa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e22d72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e22e8a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e22f70-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2307e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23178-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e232ea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e233da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e234f2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e235d8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e236e6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e237cc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e238f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e239e8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23b00-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23bdc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23cf4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23dda-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23ee8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e23ff6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e240dc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e241ea-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e242d0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24460-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24550-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24668-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2474e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2485c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24942-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24a50-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24b5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24d52-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24e9c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e24fdc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2511c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2536a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e254b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2563a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25766-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2584c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2595a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25a36-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25b58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25c34-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25d42-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25e5a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e25f54-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2606c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e26152-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e2626a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e263fa-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="0">
+                <ags-recycling id="71e26508-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e265ee-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e266b6-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e267f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e26904-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e269d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e26aee-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e26be8-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e26c74-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e26da0-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e26e86-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e26fda-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e270a2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e27214-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e27322-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e27430-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e274e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e27598-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e276a6-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e277a0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e278ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e279a8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e27ad4-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e27bd8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e27cb4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e27da4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e27e58-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e27f34-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e28060-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e28178-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e28236-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e2838a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e2848e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e28588-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e28646-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2870e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e28920-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e28ab0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e28bd2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e28ccc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e28e0c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e28ed4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e29014-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e290d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e2929e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e29398-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e294d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2c016-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2962c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2978a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e298e8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e29a14-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e29b22-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e29c26-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e29ce4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e29da2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e29eb0-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e29fb4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2a0c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e2a1da-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e2a2fc-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e2a432-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e2a536-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e2a5ea-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2a69e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e2a784-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2a8ba-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2a9c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e2aab8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e2abe4-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e2ace8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e2ada6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e2ae96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2af4a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e2b026-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2b148-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2b29c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e2b364-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e2b47c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e2b5b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e2b67a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e2b738-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2b904-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e2bb16-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2bc1a-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2bd78-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e2be36-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e2bf62-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e2c016-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e29398-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e2c156-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e2c264-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c354-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c43a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c552-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c62e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c746-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c822-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2c930-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2ca66-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2cb56-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2cc64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2cd72-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2ce58-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2cf66-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d04c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d15a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d236-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d34e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d434-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d542-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d628-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d736-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d84e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2d93e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2da4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2db46-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2dc5e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2dd6c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2de52-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2df60-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e0c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e1e0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e2c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e3d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e50a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e5f0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e708-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e7ee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2e8fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2ea0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2eaf0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2ebfe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2ece4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2edf2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2eed8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2efe6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2f0c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e2f1da-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e2f2c0-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e2f4c8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="1">
+                <ags-recycling id="71e2f5a4-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e2f68a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e2f748-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e2f892-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e2f95a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e2fa0e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e2fad6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e2fbee-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e2fc84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e2fda6-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e2feaa-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e2fffe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e300bc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e301d4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3031e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e303dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e30490-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e30544-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e30670-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e307e2-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e30954-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e30a12-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e30b2a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e30c74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e30d32-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e30de6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e30ea4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e30ff8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e31110-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3121e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e31318-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e31430-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e31534-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e315fc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e316ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e317a0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e31886-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e319a8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e31ab6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e31b74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e31cd2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e31d86-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e31e8a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e31f84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e32038-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e32100-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e32218-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e34d74-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e32344-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e32452-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e32542-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3265a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e32768-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e32826-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3290c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e329c0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e32aec-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e32be6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e32d30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e32f1a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e33082-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e33212-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e332f8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e333d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e334ec-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e33636-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3374e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3387a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e33992-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e33b40-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e33c62-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e33d52-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e33e06-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e33eba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e33fa0-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e340c2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e341d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e34298-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e343ec-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e344f0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e345b8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e346b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e34770-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e3484c-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e34978-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e34ad6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e34b94-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e34cb6-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e34d74-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e32100-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e34ebe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e34f86-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35076-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e351a2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3527e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35396-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35620-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e357b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e358d2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e359ae-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35ac6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35bac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35cce-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35dfa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35ee0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e35fee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e360d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e361ec-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e362fa-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e363d6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e364f8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3661a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36700-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36818-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e368fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36a16-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36af2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36c0a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36d22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36e12-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e36f2a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3701a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3713c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37222-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3733a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37420-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37538-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37614-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37740-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37858-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37934-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37a4c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37b64-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37cc2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37dee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e37ed4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e38000-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3810e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e381fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e38316-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e384a6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="0">
+                <ags-recycling id="71e3858c-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e386ae-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e3876c-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e38884-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e3897e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e38a32-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e38af0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e38cbc-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e38d5c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e38fbe-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e39112-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e392de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e394b4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e39608-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e397ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e3986a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e39964-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e39a2c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e39b08-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e39c48-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e39d6a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e39e28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e39fc2-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3a0e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e3a1ac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3a260-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3a3d2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e3a4c2-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3a602-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3a71a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e3a7d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3a904-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3aa4e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e3abac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3ac7e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3ad50-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e3ae90-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3afa8-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3b11a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e3b1f6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e3b336-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e3b444-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3b57a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e3b656-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3b71e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3b840-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e3b94e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3e7f2-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3bad4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3bc5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e3bd40-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3bed0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3bffc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e3c0d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3c196-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3c268-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e3c3a8-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3c4c0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3c628-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e3c704-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3c83a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3c9ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e3cb78-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3cc4a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3cd1c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e3ce5c-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3cf92-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3d10e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e3d1ea-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3d348-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3d4ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e3d5c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3d6c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3d794-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e3d88e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3d9e2-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3db18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e3dbf4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e3dd66-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e3deba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e3dfd2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e3e090-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e3e162-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e3e28e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e3e39c-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e3e4c8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e3e5e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e3e720-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e3e7f2-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e3b840-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e3e914-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e3ea22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3eb30-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3ec5c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3ed7e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3eeb4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3efb8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f170-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f2ce-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f422-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f544-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f67a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f7b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f8b4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3f9f4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3fb48-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3fc92-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3fd96-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3fecc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e3ffc6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e400fc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e401f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4032c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40426-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4055c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40656-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4078c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e408c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e409bc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40af2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40bf6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40d22-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40e26-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e40f52-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41056-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41182-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4129a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e413d0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41510-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41614-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4174a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4192a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41a7e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41b82-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41cd6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41de4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e41f38-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4203c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e42172-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e422a8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e4246a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="1">
+                <ags-recycling id="71e4255a-a9c2-11e4-a731-4d12196f4000" flags="0"/>
+                <ags-recall-list id="71e426d6-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e427a8-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e428f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71e42a00-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e42ac8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e42b9a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e42c9e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71e42d70-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e42e74-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e42fc8-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e430fe-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run id="71e431d0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e43342-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e43482-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e4355e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e43662-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e43734-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e4387e-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e439aa-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e43ae0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e43bf8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e43d56-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e43e82-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e43fcc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e440e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e441b6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e442ba-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e4440e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e44594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e4467a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e447b0-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e44922-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e449f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e44ab2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e44b84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e44cba-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e44dd2-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e44f58-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e45034-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e451e2-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e452be-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e453f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel id="71e454c6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e45610-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e456e2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./pattern[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="GObject" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e457dc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e48608-a9c2-11e4-a731-4d12196f4000']"/>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e45930-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e45a98-a9c2-11e4-a731-4d12196f4000">
+                      <ags-copy-pattern-channel-run id="71e45b74-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e45cd2-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e45e3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e45f0c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e45fd4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e4609c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e461c8-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e462e0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e46466-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e46556-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e46754-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e468d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e469ac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e46a74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e46b3c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e46c7c-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e46d94-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e46efc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e46fe2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e47122-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e47244-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel id="71e47352-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e4741a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e47532-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-buffer" specifier="./muted[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e47636-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e47744-a9c2-11e4-a731-4d12196f4000" type="AgsBufferChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-buffer" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e478ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-buffer-channel-run id="71e479e2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e47b22-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e47c62-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel id="71e47d48-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e47e74-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e47f46-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-stream" specifier="./auto-sense[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71e4804a-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e48194-a9c2-11e4-a731-4d12196f4000" type="AgsStreamChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-stream" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e482d4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-stream-channel-run id="71e483a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-pattern-list id="71e4852c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-pattern id="71e48608-a9c2-11e4-a731-4d12196f4000" dim-1st-level="4" dim-2nd-level="12" length="64" port="xpath=//*[@id='71e456e2-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-pattern-data-list id="71e4872a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-pattern-data id="71e48806-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e489c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e48acc-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e48bee-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e48e6e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4903a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49184-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49274-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4938c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4947c-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e495a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e496c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="0" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e497b0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e498be-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e499a4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49ab2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49b98-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49cba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49dd2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49eb8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e49fc6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a0d4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a1ba-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a2c8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="1" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a3b8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a4c6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a5ac-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a6c4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a7a0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a8c2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4a99e-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4aac0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4abd8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4acbe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4adc2-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4aef8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="2" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4afde-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="0" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b0f6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="1" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b1e6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="2" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b2fe-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="3" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b3e4-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="4" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b574-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="5" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b65a-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="6" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b790-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="7" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b8a8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="8" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4b9c0-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="9" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4baa6-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="10" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                      <ags-pattern-data id="71e4bbc8-a9c2-11e4-a731-4d12196f4000" flags="0" index-1st-level="3" index-2nd-level="11" coding="human readable">0000000000000000000000000000000000000000000000000000000000000000</ags-pattern-data>
+                    </ags-pattern-data-list>
+                  </ags-pattern>
+                </ags-pattern-list>
+                <ags-input id="71e4bcb8-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71e4be8e-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71e4bf56-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4c028-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4c0a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db6b40-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4c172-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db71a8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4c262-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4c334-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4c3a2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db5e34-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4c460-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db64ec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4c550-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4c622-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4c690-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db8404-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4c7a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db89cc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4c870-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4c938-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4c9a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db791e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4ca64-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db801c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4cb54-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4cc26-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4cc94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3dfd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4cd52-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3e5e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4ce10-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4cf1e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4cf96-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3abac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4d05e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3b1f6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4d126-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4d22a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4d298-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3d5c8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4d360-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3dbf4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4d41e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4d4e6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4d55e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3cb78-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4d64e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3d1ea-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4d702-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4d810-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4d888-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3a1ac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4d946-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3a7d8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4d9fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4daf4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4dbc6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3c0d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4dc98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3c704-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4dd56-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4de14-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e4debe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3986a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4df7c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4e04e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4e0c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3897e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4e1d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e394b4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4e292-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4e35a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4e3d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e47d48-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4e4f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e483a6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4e5b2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4e6ac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4e71a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e449f4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4e7d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e45034-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4e896-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4e968-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4ea26-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e47352-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4eaee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e479e2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4ebac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4ec7e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4ecec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e469ac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4ede6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e46fe2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4eea4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4ef6c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4efda-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e43fcc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4f0ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e4467a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4f188-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4f250-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4f2c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e45f0c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4f386-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e46556-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4f494-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4f566-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e4f5d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e4355e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4f692-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4f75a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4f7fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e42a00-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4f8c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e431d0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4f980-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4fa48-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4fac0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2b67a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4fbc4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2be36-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4fc82-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e4fd7c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e4fdea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e28588-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e4fea8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e28ccc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e4ff5c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e50060-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e500ce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2ada6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5018c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2b364-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e502c2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5047a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e50524-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2a536-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5063c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2aab8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5070e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e507ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5086c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e27cb4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e509f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e28236-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e50aba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e50b82-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e50bf0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e29c26-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e50cae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2a1da-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e50d9e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e50e5c-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e50ed4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e27430-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e50f88-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e51082-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e510fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e26904-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e511b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e270a2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5126c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5133e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e513de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e345b8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e514a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e34b94-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e51564-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5162c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e516a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e315fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e517a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e31b74-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e51866-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5197e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e519f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e33d52-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e51ab4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e34298-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e51ba4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e51c6c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e51ce4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e332f8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e51dac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e33992-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e51eba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e51f96-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e52004-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e30d32-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e520c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e31318-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e52176-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e522ac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5231a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e32826-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e523d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e32f1a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e524c8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e52590-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e525fe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e303dc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e526bc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e52784-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e527fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2f95a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e52a54-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e300bc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e52b44-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e52cac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e52d1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e19452-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e52e1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e199b6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e52ee6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e52fae-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5301c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e16324-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e530da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e168ba-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e531ca-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e53292-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e53300-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e18ab6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5340e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e19146-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e534cc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e53594-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5360c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e180e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e536f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1873c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e537b0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e53882-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e538fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e157c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e539d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e15fc8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e53ad0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e53ba2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e53c10-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e17670-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e53cce-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e17c92-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e53e54-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e53f3a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e53fb2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e14ec0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e54110-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e541d8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e54246-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e14466-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e54340-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e14baa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e543fe-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e544c6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e54534-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2241c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e54624-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2298a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e546ec-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e547b4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e54822-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1f276-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e548e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1f9d8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e549da-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e54aac-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e54b1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e21954-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e54bd8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e22106-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e54cc8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e54d90-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e54e08-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e2101c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e54f0c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e21616-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e54fe8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5511e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e551d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1e9de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e552ae-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1ef60-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5536c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e55434-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e554c0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e207ac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e555ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e20d38-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e55678-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e55736-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e557a4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1e132-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e558a8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e55970-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e559e8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1d624-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e55aa6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1dd90-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e55b6e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e55c72-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e55ce0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e07310-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e55d9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e078f6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e55e5c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e55f24-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e55fc4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e04336-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5608c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e04afc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5614a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5621c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5628a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e069ec-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5637a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e06fdc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e56438-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e56500-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e56578-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e060fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e56668-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e066ae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5671c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e567ee-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5685c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e03a4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5696a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0400c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e56a3c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e56b04-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e56b86-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e05844-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e56c62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e05dee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e56d2a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e56e56-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e56ece-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e03198-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e56f8c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e57054-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e570cc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e026c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e571bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e02e28-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5727a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e57342-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e573b0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1030c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e574a0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1088e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5755e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e57626-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5769e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0d3fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5775c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0d972-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e578ba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5798c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e57a18-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0fa42-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e57ad6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0ffba-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e57bc6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e57c98-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e57d06-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0f196-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e57dc4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0f72c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e57e96-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e57fa4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e58012-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0cb44-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e580da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0d0da-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5818e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e58256-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e582f6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0e8e0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5840e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0ee80-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e584cc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5858a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e58602-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0c158-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e58706-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e587ec-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5885a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0b58c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e58918-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0bdb6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e58a1c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e58ae4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e58b5c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df5282-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e58c1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df580e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e58cd8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e58dd2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e58e40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df2302-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e58efe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df2a1e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e58fbc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e59084-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e59124-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df499a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e591e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df4f58-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e592a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5935e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e593d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df40c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e594c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df4666-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e59584-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e59660-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e596d8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df19f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e597c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df1fd8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e59886-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e59962-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e599da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df3810-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e59a98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df3da6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e59b88-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e59c5a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e59cc8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df1038-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e59dc2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e59f0c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5a02e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df0462-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5a128-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df0b9c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5a25e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5a344-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5a3c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfe2d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5a498-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfe864-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5a5f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5a6e6-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5a754-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfb588-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5a812-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfbb14-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5a8d0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5a9ca-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5aa38-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfda18-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5ab00-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfdf9a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5abbe-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5ac86-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5ad30-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfd0b8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5adee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfd70c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5aeac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5af6a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5afec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfaa02-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5b0e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfb1f0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5b19a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5b262-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5b2da-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfc7d0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5b398-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfcd52-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5b488-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5b546-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e5b5be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfa142-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5b672-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5b7a8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5b820-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df96e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5b8f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df9e2c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5b9f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5bac8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5bb40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de2894-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5bc12-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de2eac-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5bcd0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5bdde-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5be4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddf5a4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5bf0a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddfbb2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5bfc8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5c090-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5c130-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de1e44-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5c1ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de2466-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5c2ac-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5c374-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5c3ec-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de14b2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5c568-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de1aca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5c6f8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5c86a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5c8e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddebb8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5c9fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddf1e4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5cac2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5cb8a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5cbf8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de0a80-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5ccc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de10b6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5cdb0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5ce78-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e5cee6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dde1d6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5cfae-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5d076-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5d116-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddd4fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5d1d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ddde0c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5d292-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5d35a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5d3c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71debfb6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5d4c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dec5ce-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5d5c6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5d698-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5d724-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de9202-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5d7e2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de977a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5d8a0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5d9ae-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5da1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71deb6ce-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5dae4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71debca0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5dba2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5dc6a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5dd0a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71deadd2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5ddd2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71deb386-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5de86-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5df4e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5dfbc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de894c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5e0b6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de8ece-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5e188-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5e250-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5e2be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dea51c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5e37c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71deaa9e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5e476-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5e534-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e5e5ac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de7efc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5e660-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5e75a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5e7d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de7222-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5e89a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de7b64-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5e94e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5ea16-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5eab6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcfc76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5eb7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd01ee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5ec3c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5edcc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5ee44-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dccf26-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5ef16-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcd48a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5f01a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5f10a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5f182-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcf3f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5f24a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcf96a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5f330-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5f402-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5f470-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dceab0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5f52e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcf0b4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5f61e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5f6f0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5f75e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcc486-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5f826-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dccbca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5f8da-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5f9e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5fa56-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dce1be-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e5fb1e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dce768-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5fbdc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5fc9a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e5fd1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcbb6c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e5fdf8-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e5feca-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e5ff38-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcb11c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e60000-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcb838-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e600f0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e601cc-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e60244-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd8bfa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6030c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd9244-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e60406-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e604e2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e605e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd5db0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e606d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd63e6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e60870-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6094c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e609ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd82ae-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e60a82-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd8830-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e60c80-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e60d7a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e60dfc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd7a02-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e60f8c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd7f84-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e61054-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6111c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e6118a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd54aa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e61252-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd5a90-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e61342-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e61464-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e614fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd70f2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e615c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd76f6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e616b2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6177a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e617fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd4c12-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e618ba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e61982-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e619f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd4136-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e61af4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd48f2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e61bb2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e61c7a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e61ce8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbdcf6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e61dd8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbe2fa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e61ea0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e61f68-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e61fd6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbaf2e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e62094-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbb53c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e62184-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6224c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e622ba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbd3be-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e62378-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbd954-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e6247c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e62558-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e625d0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbcb1c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e626de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbd09e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e6285a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6294a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e629f4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dba664-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e62ad0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbabfa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e62ba2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e62c7e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e62cf6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbc270-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e62e22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbc806-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e62ef4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e62fd0-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e63048-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db9dae-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e63156-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6323c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e632be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db934a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e63390-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71db9a8e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e63458-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e63570-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e635f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc6d42-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e636c4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc72a6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e63796-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e63872-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e6394e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc3e94-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e63a2a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc45e2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e63b92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e63ca0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e63d22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc64fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e63e4e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc6a68-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e63f16-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e64006-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e6407e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc5c12-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6418c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc61d0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e64268-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6434e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e643ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc35de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e644ca-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc3b56-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e6466e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e64740-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e647b8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc533e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e648a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc58d4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e64970-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e64a38-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e64aa6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc2d3c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e64b96-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e64c68-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e64ce0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc20a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e64d9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc2878-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e64e70-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e64fc4-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run recall-channel-run">
+                  <ags-value id="71e6503c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e69cc2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e650fa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6a3fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e651ea-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3b656-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e652a8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e454c6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65366-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e290d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6541a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e31f84-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6550a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e16c84-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e655d2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e1fe92-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6569a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e04f16-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65758-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0dd96-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65852-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df2e7e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6591a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfbef2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65a28-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de00a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65b0e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de9c02-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65c08-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcd886-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65cd0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd67e2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65d8e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbb974-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65e4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc498e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e65f14-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e3bd40-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6602c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e45b74-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66180-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e298e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66342-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e32542-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e664e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e17288-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e665c2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e20450-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6668a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e054de-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66752-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e0e4a8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66856-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71df3450-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66928-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dfc4ba-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e669f0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71de06fc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66afe-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dea206-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66bd0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dcde4e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66c98-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dd6daa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66d7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dbbf5a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e66e6e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71dc4f88-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e66f36-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6704e-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71e670c6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e68aa2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6718e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e69754-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e6724c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e6731e-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-audio-run">
+                  <ags-value id="71e673be-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6783c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e6747c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e686ec-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71e67544-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+              <ags-recall id="71e67616-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-delay-audio id="71e6783c-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71e678fa-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71e679b8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_duration[0]" control-port="6/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e67ae4-a9c2-11e4-a731-4d12196f4000" type="gdouble">768454228724.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e67bb6-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_duration[0]" control-port="5/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e67ce2-a9c2-11e4-a731-4d12196f4000" type="gdouble">376.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e67d78-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./notation_delay[0]" control-port="4/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e67e9a-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71e67f4e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./sequencer_delay[0]" control-port="3/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e68070-a9c2-11e4-a731-4d12196f4000" type="gdouble">23.457447</ags-value>
+                  </ags-port>
+                  <ags-port id="71e68106-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./tact[0]" control-port="2/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e68232-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e682be-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-delay" specifier="./bpm[0]" control-port="1/6" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e683e0-a9c2-11e4-a731-4d12196f4000" type="gdouble">120.000000</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71e684da-a9c2-11e4-a731-4d12196f4000" type="AgsDelayAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="63d" effect="" name="ags-delay" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71e68624-a9c2-11e4-a731-4d12196f4000">
+                  <ags-delay-audio-run id="71e686ec-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio-run>
+              </ags-recall>
+              <ags-recall id="71e6880e-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23d" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-count-beats-audio id="71e68aa2-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71e68b56-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71e68c14-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_end[0]" control-port="5/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e68d40-a9c2-11e4-a731-4d12196f4000" type="gdouble">64.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e68de0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_end[0]" control-port="4/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e68eda-a9c2-11e4-a731-4d12196f4000" type="gdouble">16.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e68f98-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./notation_loop_start[0]" control-port="3/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e690ce-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e69164-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./sequencer_loop_start[0]" control-port="2/5" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                    <ags-value id="71e69286-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                  </ags-port>
+                  <ags-port id="71e69312-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-count-beats" specifier="./loop[0]" control-port="1/5" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                    <ags-value id="71e6943e-a9c2-11e4-a731-4d12196f4000" type="gboolean">TRUE</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71e6952e-a9c2-11e4-a731-4d12196f4000" type="AgsCountBeatsAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="23c" effect="" name="ags-count-beats" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71e6968c-a9c2-11e4-a731-4d12196f4000">
+                  <ags-count-beats-audio-run id="71e69754-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71e69808-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71e698b2-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71e686ec-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-count-beats-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-recall-list id="71e699de-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+              <ags-recall id="71e69a9c-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-copy-pattern-audio id="71e69cc2-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+                <ags-port-list id="71e69d76-a9c2-11e4-a731-4d12196f4000">
+                  <ags-port id="71e69e2a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./bank-index-1[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="4" port-data-length="1">
+                    <ags-value id="71e69f4c-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                  </ags-port>
+                  <ags-port id="71e69fd8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-copy-pattern" specifier="./bank-index-0[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="4" port-data-length="1">
+                    <ags-value id="71e6a0fa-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                  </ags-port>
+                </ags-port-list>
+              </ags-recall>
+              <ags-recall id="71e6a1f4-a9c2-11e4-a731-4d12196f4000" type="AgsCopyPatternAudioRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="115" effect="" name="ags-copy-pattern" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio-run id="71e6a302-a9c2-11e4-a731-4d12196f4000">
+                  <ags-copy-pattern-audio-run id="71e6a3fc-a9c2-11e4-a731-4d12196f4000">
+                    <ags-dependency-list id="71e6a4ba-a9c2-11e4-a731-4d12196f4000">
+                      <ags-dependency id="71e6a53c-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71e69754-a9c2-11e4-a731-4d12196f4000']"/>
+                      <ags-dependency id="71e6a64a-a9c2-11e4-a731-4d12196f4000" xpath="xpath=//*[@id='71e686ec-a9c2-11e4-a731-4d12196f4000']"/>
+                    </ags-dependency-list>
+                  </ags-copy-pattern-audio-run>
+                </ags-recall-audio-run>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-notation-list id="71e6a776-a9c2-11e4-a731-4d12196f4000"/>
+          </ags-audio>
+          <ags-audio id="71e6a83e-a9c2-11e4-a731-4d12196f4000" flags="20" sequence-length="0" audio-channels="2" output-pads="1" input-pads="8" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71e6a956-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0" link="xpath=//*[@id='71ea296e-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-list id="71e6aac8-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71e6ab86-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71e6ac44-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e6ae06-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1" link="xpath=//*[@id='71ea3b20-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-list id="71e6af1e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71e6afdc-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71e6b176-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71e6b306-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recall-list id="71e6b43c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e6b4fa-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6b644-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e6b716-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6b7ca-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6b89c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6b9c8-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6bad6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6bc34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e6bcfc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e6be28-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6bf40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e6c04e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6c10c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6c1c0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6c2d8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6c3d2-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6c526-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e6c5e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e6c706-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e6c7c4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6c904-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e6c9e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6ca94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6cb84-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6cc6a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6cd64-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6ceb8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e6cfc6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e6d0e8-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6d200-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e6d2fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6d3b8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6d476-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6d5a2-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6d69c-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6d908-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e6da3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e6db88-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e6dd4a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recall-list id="71e6df02-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e6dfd4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6e0ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e6e1e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6e29a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6e358-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6e470-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6e56a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6e682-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e6e77c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e6e89e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6e9ac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e6ea6a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6eb5a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6ec54-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6ed44-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6ee3e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6efa6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e6f0aa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e6f1e0-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e6f294-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6f3f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e6f4c4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6f56e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e6f622-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e6f73a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e6f834-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e6f97e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e6fa3c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e6fb54-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e6fc94-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e6fdd4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e6ff6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e700cc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e70202-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e70306-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e70478-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e70536-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e70662-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e707f2-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="0">
+                <ags-recall-list id="71e7090a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e70a0e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e70b12-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e70bd0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e70c84-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e70d38-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e70e50-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e70f4a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e710a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e71170-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e71288-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e713d2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e71490-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e71544-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e715f8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e71706-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e71800-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e71954-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e71a1c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e71b34-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e71be8-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e71d28-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e71de6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e71ed6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e71f94-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e72070-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7219c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e722aa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e72368-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e724ee-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7267e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e72746-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e727fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e728ae-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e729d0-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e72ad4-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e72c3c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e72d0e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e72e3a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e72fb6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="1" audio-channel="1">
+                <ags-recall-list id="71e730ce-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e731a0-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e732d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7339e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e73452-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e73510-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7361e-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e73718-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e73862-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7392a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e73a4c-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e73b50-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e73c4a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e73cf4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e73db2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e73ede-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e73fd8-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e74122-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e741e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e7432a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e7441a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7451e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e745dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e74690-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e74780-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e74866-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7499c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e74b04-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e74bcc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e74d98-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e74ec4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e74f82-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7502c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e750ea-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e75216-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e75310-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7548c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e75554-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e75680-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e75838-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="0">
+                <ags-recall-list id="71e75914-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e759d2-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e75b30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e75bee-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e75cd4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e75d92-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e75e8c-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e75fb8-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e760d0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e76198-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e762ba-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e763fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e764c2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e76594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e76684-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7676a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e76864-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e769a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e76a62-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e76b84-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e76c74-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e76d82-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e76e40-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e76ef4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e76fe4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e770ca-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e771f6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7730e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e77516-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e77660-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7782c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e77908-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e779ee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e77b42-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e77c6e-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e77d68-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e77ec6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e77f84-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e780a6-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e78272-a9c2-11e4-a731-4d12196f4000" flags="0" pad="2" audio-channel="1">
+                <ags-recall-list id="71e7834e-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e7840c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e78542-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e78600-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e786b4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e78772-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e78880-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7897a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e78ac4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e78b8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e78cae-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e78dee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e78eac-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e78f60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7901e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e79136-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e79230-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7938e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e79492-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e795be-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e79672-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e797b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7987a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7992e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e79b0e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e79d2a-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e79e38-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e79f64-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7a068-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e7a18a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7a2de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e7a3a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7a45a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7a50e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7a63a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7a72a-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7a888-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e7a946-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e7aa68-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e7ac3e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="0">
+                <ags-recall-list id="71e7ad1a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e7ae0a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7af18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7b012-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7b0e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7b1a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7b2ba-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7b3b4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7b4c2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7b5b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e7b6d4-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7b7d8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e7b8d2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7b990-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7ba58-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7bb66-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7bc60-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7bd6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e7be68-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e7bf8a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e7c048-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7c14c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7c2c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7c386-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7c444-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7c55c-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7c660-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7c76e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7c872-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e7c994-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7caac-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e7cbe2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7cc96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7cd54-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7ce3a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7cf34-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7d09c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e7d15a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e7d27c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e7d434-a9c2-11e4-a731-4d12196f4000" flags="0" pad="3" audio-channel="1">
+                <ags-recall-list id="71e7d510-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e7d5ce-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7d70e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7d7cc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7d8da-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7d9a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7da92-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7dbc8-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7dcd6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7dda8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e7df06-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7e00a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e7e0dc-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7e1d6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7e294-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7e37a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7e4ba-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7e5dc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e7e6f4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e7e82a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e7e94c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7eaaa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e7eb7c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7ec26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7ece4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7edfc-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7eef6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7f04a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e7f108-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e7f220-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7f374-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e7f432-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e7f4e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e7f59a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e7f6b2-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e7f7ac-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e7f91e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e7f9e6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e7fb44-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e7fcd4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="0">
+                <ags-recall-list id="71e7fdb0-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e7feaa-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e7ffcc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e80094-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e80184-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8024c-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e80364-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e80486-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e80594-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8068e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e807ce-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e80918-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e809e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e80a8a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e80b48-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e80c6a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e80d8c-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e80ee0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e810de-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e8125a-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e8132c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e814b2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e81584-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8164c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e81796-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e818b8-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e819bc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e81b10-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e81bce-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e81cf0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e81e30-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e81ef8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e81ff2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e820ba-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e821a0-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e822ea-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e823f8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e824c0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e8261e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e827ae-a9c2-11e4-a731-4d12196f4000" flags="0" pad="4" audio-channel="1">
+                <ags-recall-list id="71e82894-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e8298e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e82ab0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e82b8c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e82c40-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e82d3a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e82e20-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e82f4c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e83064-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e83122-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e83244-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8337a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e83442-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e834f6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e83636-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e838a2-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e83a32-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e83b90-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e83c62-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e83dca-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e83e92-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e83f96-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8405e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e84112-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e84202-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e842f2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8441e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e84536-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e845fe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e84716-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e84860-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8493c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e849fa-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e84ab8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e84bd0-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e84cca-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e84e28-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e84ee6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e85012-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e851d4-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="0">
+                <ags-recall-list id="71e852ba-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e85378-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e854e0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e855e4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e85698-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e85774-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e858a0-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8599a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e85af8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e85bca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e85cec-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e85e72-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e85f8a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e86048-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e86106-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e86228-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e86322-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8644e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e86548-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e86688-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e86746-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e868a4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e86962-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e86a16-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e86b06-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e86bec-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e86ce6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e86e26-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e86ee4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e86ffc-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8713c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e871fa-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e872ae-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e873b2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e874de-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e875d8-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e876e6-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e877e0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e8790c-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e87a9c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="5" audio-channel="1">
+                <ags-recall-list id="71e87bb4-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e87c68-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e87d76-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e87e70-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e87f24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e87fd8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e880f0-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e88208-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8832a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e88424-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e885aa-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e886cc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8879e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8887a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8892e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e88a0a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e88b40-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e88c6c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e88d2a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e88e88-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e88f82-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8909a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e89158-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8920c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e892ca-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e893e2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e894dc-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e89662-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8972a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e8987e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e89982-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e89a4a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e89b3a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e89bf8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e89ce8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e89e50-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e89f68-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e8a026-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e8a18e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e8a31e-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="0">
+                <ags-recall-list id="71e8a3fa-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e8a4f4-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8a60c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8a6d4-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8a788-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8a882-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8a9a4-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8aa9e-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8ad1e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8ae36-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e8af76-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8b0f2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8b1d8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8b322-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8b3f4-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8b50c-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8b606-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8b764-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e8b82c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e8b944-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e8b9f8-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8bb4c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8bc28-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8bcdc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8bd9a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8beb2-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8bfb6-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8c10a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8c1c8-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e8c2e0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8c42a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8c52e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8c5ec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8c6a0-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8c7d6-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8c8d0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8ca24-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e8cae2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e8cc0e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e8cdc6-a9c2-11e4-a731-4d12196f4000" flags="0" pad="6" audio-channel="1">
+                <ags-recall-list id="71e8cea2-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e8cf60-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8d0a0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8d15e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8d2a8-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8d442-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8d604-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8d712-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8d870-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8d938-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e8da78-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8dbc2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8dc80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8dd2a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8ddde-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8df00-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8dffa-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8e14e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e8e216-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e8e32e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e8e3ec-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8e540-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8e5fe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8e6e4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8e7a2-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8e87e-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8e9aa-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8eac2-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e8eb80-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e8ecde-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8edec-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e8eea0-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8ef54-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8f044-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8f12a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8f260-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e8f382-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e8f490-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e8f5e4-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e8f76a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="0">
+                <ags-recall-list id="71e8f882-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e8f940-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e8faee-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e8fbca-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e8fc92-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e8fd50-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e8fe68-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e8ff6c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e900c0-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e9017e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e902a0-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e903f4-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e904b2-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e90598-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e90656-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e90746-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e90872-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e90980-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e90a3e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e90b9c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e90c64-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e90d7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e90e76-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e90f34-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e90ffc-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e910ec-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e91240-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e91362-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e91466-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e91588-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e91696-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e91754-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e9183a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e91902-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e919e8-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e91b1e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e91c7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e91d44-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e91e7a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71e9203c-a9c2-11e4-a731-4d12196f4000" flags="0" pad="7" audio-channel="1">
+                <ags-recall-list id="71e9219a-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71e92276-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e923de-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e924a6-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e9255a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e92654-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e92744-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e92848-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e92988-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e92a5a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e92b72-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e92cbc-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e92d8e-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e92e60-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e92f1e-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e93040-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e9314e-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e9328e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e93360-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71e9348c-a9c2-11e4-a731-4d12196f4000" is-play="FALSE">
+                  <ags-recall id="71e9354a-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e9368a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel id="71e93798-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e9384c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e9390a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-peak" specifier="./peak[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e93a22-a9c2-11e4-a731-4d12196f4000" type="gdouble">0.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e93b1c-a9c2-11e4-a731-4d12196f4000" type="AgsPeakChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-peak" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e93c7a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-peak-channel-run id="71e93d42-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                  <ags-recall id="71e93e64-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71e93f7c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel id="71e9406c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71e94120-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71e941e8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-volume" specifier="./volume[0]" control-port="1/1" port-data-is-pointer="0" port-data-type="gdouble" port-data-size="8" port-data-length="1">
+                        <ags-value id="71e9430a-a9c2-11e4-a731-4d12196f4000" type="gdouble">1.000000</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71e94404-a9c2-11e4-a731-4d12196f4000" type="AgsVolumeChannelRun" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-volume" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71e9451c-a9c2-11e4-a731-4d12196f4000">
+                      <ags-volume-channel-run id="71e9460c-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-input id="71e9472e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71e949fe-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71e94ae4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e94c06-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e94c88-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e91754-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e94d78-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e91d44-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e94e54-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e94fa8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e95052-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e904b2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9512e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e90a3e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e95246-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9530e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9537c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e90e76-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e95494-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e91466-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9555c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9561a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e95688-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8fbca-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e95796-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9585e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e958cc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e9406c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e95994-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e9460c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e95a52-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e95b4c-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e95bba-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e92d8e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e95c78-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e93360-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e95d36-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e95df4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e95e94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e93798-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e95f5c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e93d42-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9601a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9611e-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9618c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e924a6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e96254-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e96312-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9638a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8c52e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e96484-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8cae2-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e96542-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9660a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e96678-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8b1d8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e96736-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8b82c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e96826-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e968f8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e96966-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8bc28-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e96a1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8c1c8-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e96b0a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e96bd2-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e96c4a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8a6d4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e96d4e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e96e98-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e96fb0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8eea0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e970e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8f490-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9724e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e97366-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e973de-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8dc80-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e974a6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8e216-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9756e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e97672-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e976e0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8e5fe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9779e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8eb80-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9785c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e97924-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9799c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8d15e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e97a96-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e97b5e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e97bcc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e871fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e97c94-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e877e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e97d8e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e97e56-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e97ec4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e85f8a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e97f8c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e86548-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9807c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9822a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e982ac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e86962-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9839c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e86ee4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e984e6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e985ea-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e98662-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e855e4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e98720-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e987e8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e98860-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e89a4a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e98964-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8a026-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e98a40-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e98b58-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e98bd0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8879e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e98cb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e88d2a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e98da6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e98e78-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e98ef0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e89158-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e98fb8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8972a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e99080-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9917a-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e991f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e87e70-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e992b0-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e99378-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e993e6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e81ef8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e994d6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e824c0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e99594-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e996ca-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9974c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e809e0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9981e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e810de-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e99918-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e999e0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e99a4e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e81584-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e99b0c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e81bce-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e99bfc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e99cba-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e99d32-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e80094-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e99de6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e99eae-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e99f1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8493c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9a016-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e84ee6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9a0ca-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9a192-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9a214-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e83442-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9a318-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e83c62-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9a3d6-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9a49e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9a516-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e8405e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9a5d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e845fe-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9a6e2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9a7aa-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9a84a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e82b8c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9a908-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9aa16-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9aa84-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7cbe2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9ab4c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7d15a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9ac00-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9acd2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9ad40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7b8d2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9ae3a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7be68-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9af02-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9afde-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9b04c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7c2c8-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9b146-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7c872-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9b204-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9b2cc-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9b33a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7b012-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9b402-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9b510-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9b57e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7f432-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9b63c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7f9e6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9b6fa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9b7f4-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9b862-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7e0dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9b920-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7e6f4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9ba06-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9bad8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9bb50-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7eb7c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9bc40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7f108-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9bcf4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9be34-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9beb6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7d7cc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9bfce-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9c0aa-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9c118-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e77908-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9c208-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e77f84-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9c2da-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9c3f2-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9c46a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e764c2-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9c528-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e76a62-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9c668-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9c762-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9c816-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e76e40-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9c8f2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e77516-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9c9ba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9caa0-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9cb18-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e75bee-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9cc30-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9cd20-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9cdac-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7a3a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9ce7e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7a946-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9cfaa-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9d0ae-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9d130-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e78eac-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9d202-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e79492-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9d2d4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9d3ec-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9d482-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7987a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9d568-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7a068-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9d644-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9d720-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9d7d4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e78600-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9d8ba-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9d9a0-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9da22-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e72746-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9daf4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e72d0e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9dc02-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9dce8-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9dd60-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e71490-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9de3c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e71a1c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9df4a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9e03a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9e0bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e71de6-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9e1fc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e72368-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9e2e2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9e3b4-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9e436-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e70bd0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9e5b2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9e6de-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9e756-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e74f82-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9e83c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e75554-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9e922-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9ea62-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9eae4-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e73c4a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9ebc0-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e741e0-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9ec92-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9ed78-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9ee36-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e745dc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9ef1c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e74bcc-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9f00c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9f0f2-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9f174-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e7339e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9f28c-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9f372-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9f408-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6d2fa-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9f4ee-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6da3e-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9f5fc-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9f728-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9f7aa-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6c04e-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9f886-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6c5e4-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9f962-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9fa98-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71e9fb1a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6c9e0-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71e9fbf6-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6cfc6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9fcd2-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71e9fdae-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71e9fe62-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6b716-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71e9ff3e-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea001a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71ea0092-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6fdd4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea01c8-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e70536-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71ea02a4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea038a-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71ea0402-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6ea6a-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea051a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6f0aa-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71ea060a-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea070e-a9c2-11e4-a731-4d12196f4000" name="recall-channel recall-channel-run">
+                  <ags-value id="71ea0786-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6f4c4-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea0862-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6fa3c-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71ea0966-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea0a4c-a9c2-11e4-a731-4d12196f4000" name="recall-channel">
+                  <ags-value id="71ea0ae2-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71e6e1e6-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71ea0c18-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+            <ags-recall-list id="71ea0d4e-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+            <ags-notation-list id="71ea0e20-a9c2-11e4-a731-4d12196f4000"/>
+          </ags-audio>
+          <ags-audio id="71ea0ef2-a9c2-11e4-a731-4d12196f4000" flags="10" sequence-length="0" audio-channels="2" output-pads="1" input-pads="1" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+            <ags-channel-list>
+              <ags-channel id="71ea1078-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0">
+                <ags-recall-list id="71ea1172-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ea1244-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71ea132a-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ea1532-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1">
+                <ags-recall-list id="71ea1618-a9c2-11e4-a731-4d12196f4000" is-play="TRUE"/>
+                <ags-recall-list id="71ea16ea-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-output id="71ea1802-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-channel-list>
+              <ags-channel id="71ea19d8-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="0" link="xpath=//*[@id='71e6ac44-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-list id="71ea1b54-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ea1c30-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ea1d70-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71ea1e88-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ea1f6e-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ea204a-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ea219e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71ea2252-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ea23a6-a9c2-11e4-a731-4d12196f4000" type="guint64">0</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ea24b4-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRunMaster" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="53d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ea263a-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run-master id="71ea272a-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ea2892-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ea296e-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+              <ags-channel id="71ea2b8a-a9c2-11e4-a731-4d12196f4000" flags="0" pad="0" audio-channel="1" link="xpath=//*[@id='71e6b176-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-list id="71ea2cac-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+                  <ags-recall id="71ea2d7e-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel id="71ea2f18-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel id="71ea2ffe-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel>
+                    <ags-port-list id="71ea3120-a9c2-11e4-a731-4d12196f4000">
+                      <ags-port id="71ea31e8-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./muted[0]" control-port="2/2" port-data-is-pointer="0" port-data-type="gboolean" port-data-size="4" port-data-length="1">
+                        <ags-value id="71ea336e-a9c2-11e4-a731-4d12196f4000" type="gboolean">FALSE</ags-value>
+                      </ags-port>
+                      <ags-port id="71ea3440-a9c2-11e4-a731-4d12196f4000" plugin-name="ags-play" specifier="./audio-channel[0]" control-port="1/2" port-data-is-pointer="0" port-data-type="guint64" port-data-size="8" port-data-length="1">
+                        <ags-value id="71ea3558-a9c2-11e4-a731-4d12196f4000" type="guint64">1</ags-value>
+                      </ags-port>
+                    </ags-port-list>
+                  </ags-recall>
+                  <ags-recall id="71ea36a2-a9c2-11e4-a731-4d12196f4000" type="AgsPlayChannelRunMaster" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="53d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                    <ags-recall-channel-run id="71ea37ce-a9c2-11e4-a731-4d12196f4000">
+                      <ags-play-channel-run-master id="71ea38be-a9c2-11e4-a731-4d12196f4000"/>
+                    </ags-recall-channel-run>
+                  </ags-recall>
+                </ags-recall-list>
+                <ags-recall-list id="71ea3a44-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+                <ags-input id="71ea3b20-a9c2-11e4-a731-4d12196f4000"/>
+              </ags-channel>
+            </ags-channel-list>
+            <ags-recall-container-list id="71ea3cd8-a9c2-11e4-a731-4d12196f4000">
+              <ags-recall-container id="71ea3db4-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea3f1c-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-channel recall-channel-run">
+                  <ags-value id="71ea3f9e-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea4d2c-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea407a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea1e88-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea414c-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea272a-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+              <ags-recall-container id="71ea4232-a9c2-11e4-a731-4d12196f4000">
+                <ags-parameter id="71ea4318-a9c2-11e4-a731-4d12196f4000" name="recall-audio recall-channel recall-channel-run">
+                  <ags-value id="71ea439a-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea49bc-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea44bc-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea2ffe-a9c2-11e4-a731-4d12196f4000']"/>
+                  <ags-value id="71ea4598-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ea38be-a9c2-11e4-a731-4d12196f4000']"/>
+                </ags-parameter>
+              </ags-recall-container>
+            </ags-recall-container-list>
+            <ags-recall-list id="71ea469c-a9c2-11e4-a731-4d12196f4000" is-play="TRUE">
+              <ags-recall id="71ea4796-a9c2-11e4-a731-4d12196f4000" type="AgsPlayAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-play-audio id="71ea49bc-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+              </ags-recall>
+              <ags-recall id="71ea4b38-a9c2-11e4-a731-4d12196f4000" type="AgsPlayAudio" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="13d" effect="" name="ags-play" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+                <ags-recall-audio>
+                  <ags-play-audio id="71ea4d2c-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-recall-audio>
+              </ags-recall>
+            </ags-recall-list>
+            <ags-recall-list id="71ea4e76-a9c2-11e4-a731-4d12196f4000" is-play="FALSE"/>
+            <ags-notation-list id="71ea4f84-a9c2-11e4-a731-4d12196f4000"/>
+          </ags-audio>
+        </ags-audio-list>
+        <ags-delay-data checksum="7e8d1f23fea2c6d2964b277cdd335efe">23.457447
+24.054255
+24.285106
+23.745745
+24.442553
+24.204255
+23.615957
+24.150000
+23.739362
+23.798936
+23.476596
+23.854255
+24.269149
+24.332979
+24.095745
+24.444681
+24.253191
+24.145745
+23.647872
+23.546809
+24.186170
+23.644681
+24.245745
+24.277660
+23.938298
+24.415957
+23.625532
+23.831915
+23.885106
+23.655319
+23.548936
+23.871277
+24.339362
+24.002128
+24.168085
+23.737234
+23.747872
+23.625532
+23.854255
+24.207447
+23.747872
+23.528723
+23.869149
+24.063830
+24.353191
+23.542553
+23.592553
+24.069149
+24.284043
+24.342553
+23.889362
+24.108511
+24.004255
+23.974468
+23.538298
+24.082979
+23.635106
+24.045745
+23.574468
+23.527660
+23.664894
+24.078723
+24.074468
+23.914894
+24.303191
+23.823404
+23.823404
+24.450000
+23.888298
+23.929787
+24.229787
+23.482979
+23.527660
+24.396809
+23.855319
+24.369149
+24.078723
+23.662766
+23.639362
+23.873404
+23.835106
+24.077660
+23.927660
+24.210638
+23.908511
+23.780851
+24.125532
+23.635106
+23.656383
+24.205319
+24.371277
+24.361702
+23.750000
+23.803191
+23.509574
+24.374468
+23.984043
+23.792553
+23.656383
+23.581915
+23.864894
+23.520213
+24.113830
+24.072340
+24.452128
+24.209574
+24.261702
+23.888298
+23.904255
+24.397872
+24.355319
+24.057447
+24.442553
+24.091489
+23.457447
+23.835106
+23.957447
+23.602128
+23.873404
+24.410638
+24.038298
+23.917021
+23.943617
+23.743617
+23.460638
+24.424468
+23.955319
+23.686170
+</ags-delay-data>
+        <ags-attack-data checksum="c7d4cf534f886b59db5d5699d6be3400">0
+561
+778
+271
+926
+702
+149
+651
+265
+321
+18
+373
+763
+823
+600
+928
+748
+647
+179
+84
+685
+176
+741
+771
+452
+901
+158
+352
+402
+186
+86
+389
+829
+512
+668
+263
+273
+158
+373
+705
+273
+67
+387
+570
+842
+80
+127
+575
+777
+832
+406
+612
+514
+486
+76
+588
+167
+553
+110
+66
+195
+584
+580
+430
+795
+344
+344
+933
+405
+444
+726
+24
+66
+883
+374
+857
+584
+193
+171
+391
+355
+583
+442
+708
+424
+304
+628
+167
+187
+703
+859
+850
+275
+325
+49
+862
+495
+315
+187
+117
+383
+59
+617
+578
+935
+707
+756
+405
+420
+884
+844
+564
+926
+596
+0
+355
+470
+136
+391
+896
+546
+432
+457
+269
+3
+909
+468
+215
+</ags-attack-data>
+      </ags-devout>
+    </ags-devout-list>
+    <ags-window id="71eae1ba-a9c2-11e4-a731-4d12196f4000" flags="0" name="unnamed" devout="xpath=//ags-devout[@id='71b1c6be-a9c2-11e4-a731-4d12196f4000']">
+      <ags-menu-bar id="71eae5d4-a9c2-11e4-a731-4d12196f4000"/>
+      <ags-machine-list id="71eae732-a9c2-11e4-a731-4d12196f4000">
+        <ags-machine id="71eae822-a9c2-11e4-a731-4d12196f4000" type="AgsPanel" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="220" file-input-flags="0" name="Default 0" audio="xpath=//ags-audio[@id='71ea0ef2-a9c2-11e4-a731-4d12196f4000']">
+          <ags-panel id="71eae980-a9c2-11e4-a731-4d12196f4000"/>
+          <ags-pad-list id="71eaeade-a9c2-11e4-a731-4d12196f4000" scope="input">
+            <ags-pad id="71eaebc4-a9c2-11e4-a731-4d12196f4000" type="AgsPanelInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eaefd4-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eaf1aa-a9c2-11e4-a731-4d12196f4000" type="AgsPanelInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="1" right-attach="1" bottom-attach="2">
+                  <ags-line-member-list id="71eaf524-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eaf772-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkCheckButton" label="mute" value="FALSE" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="-1" height="-1" port="xpath=//*[@id='71ea31e8-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eaface-a9c2-11e4-a731-4d12196f4000" type="AgsPanelInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eafdf8-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eaff74-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkCheckButton" label="mute" value="FALSE" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="-1" height="-1" port="xpath=//*[@id='71ea204a-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+          </ags-pad-list>
+        </ags-machine>
+        <ags-machine id="71eb0212-a9c2-11e4-a731-4d12196f4000" type="AgsMixer" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="220" file-input-flags="0" name="Default 0" audio="xpath=//ags-audio[@id='71e6a83e-a9c2-11e4-a731-4d12196f4000']">
+          <ags-mixer id="71eb0442-a9c2-11e4-a731-4d12196f4000"/>
+          <ags-pad-list id="71eb0528-a9c2-11e4-a731-4d12196f4000" scope="input">
+            <ags-pad id="71eb05fa-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eb08ca-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eb0a1e-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71eb0cb2-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb0de8-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e6ec54-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e700cc-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb123e-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e6e358-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e6f622-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eb16e4-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eb198c-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb1b12-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e6c1c0-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e6d476-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb2134-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e6b89c-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e6cb84-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71eb2684-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eb2972-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eb2a9e-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71eb2d78-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb2f08-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e73db2-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e750ea-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb32aa-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e73510-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e74780-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eb376e-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eb3a66-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb3b92-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e715f8-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e728ae-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb3f70-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e70d38-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e71f94-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71eb4560-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eb484e-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eb4984-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71eb4c5e-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb4d94-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e7901e-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e7a50e-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb51c2-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e78772-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e79b0e-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eb562c-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eb5906-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb5a32-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e76684-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e77b42-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb5e6a-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e75d92-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e76fe4-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71eb6ffe-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eb72f6-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eb742c-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71eb771a-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb7850-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e7e294-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e7f59a-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb7c24-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e7d9a2-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e7ece4-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eb80de-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eb8390-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb84f8-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e7ba58-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e7cd54-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb88cc-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e7b1a2-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e7c444-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71eb8d72-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71eb9056-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eb9182-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71eb9560-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eb9718-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e83636-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e84ab8-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eb9ace-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e82d3a-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e84202-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71eb9f56-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71eba1e0-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71eba366-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e80b48-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e820ba-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71eba76c-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e8024c-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e81796-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ebabf4-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ebaece-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ebb004-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ebb1e4-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebb2ac-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e8892e-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e89bf8-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebb572-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e87fd8-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e892ca-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ebb9be-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ebbca2-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebbdc4-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e86106-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e873b2-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebc01c-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e85774-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e86b06-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ebc396-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ebc56c-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ebc63e-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ebc83c-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebc92c-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e8ddde-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e8f044-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebcc24-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e8d442-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e8e7a2-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ebcf44-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ebd11a-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebd1ec-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e8b3f4-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e8c6a0-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebd480-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e8a882-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e8bd9a-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ebd7dc-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ebd9f8-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ebdaca-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ebdcdc-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebdda4-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e92f1e-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e941e8-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebe09c-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e92654-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e9390a-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ebe3da-a9c2-11e4-a731-4d12196f4000" type="AgsMixerInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ebe5b0-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebe682-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e90656-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e91902-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ebe916-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e8fd50-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e90ffc-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+          </ags-pad-list>
+        </ags-machine>
+        <ags-machine id="71ebec90-a9c2-11e4-a731-4d12196f4000" type="AgsDrum" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="224" file-input-flags="0" name="Default 0" audio="xpath=//ags-audio[@id='71db581c-a9c2-11e4-a731-4d12196f4000']">
+          <ags-drum id="71ebedbc-a9c2-11e4-a731-4d12196f4000" length="16" bank-index-0="0" bank-index-1="0" loop="TRUE"/>
+          <ags-pad-list id="71ebeefc-a9c2-11e4-a731-4d12196f4000" scope="output">
+            <ags-pad id="71ebefba-a9c2-11e4-a731-4d12196f4000" type="AgsDrumOutputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ebf17c-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ebf24e-a9c2-11e4-a731-4d12196f4000" type="AgsDrumOutputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ebf42e-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-line>
+                <ags-line id="71ebf4ec-a9c2-11e4-a731-4d12196f4000" type="AgsDrumOutputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ebf6ae-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+          </ags-pad-list>
+          <ags-pad-list id="71ebf80c-a9c2-11e4-a731-4d12196f4000" scope="input">
+            <ags-pad id="71ebf8ca-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-drum-input-pad id="71ebf9e2-a9c2-11e4-a731-4d12196f4000" edit="TRUE"/>
+              <ags-line-list id="71ebfab4-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ebfb72-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ebfd52-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ebfe38-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dc3746-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dc5d84-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec00ea-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71dc2ee0-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dc54a6-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec0400-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec05ae-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec0676-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dba812-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dbcc84-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec096e-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71db9f5c-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dbc414-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec0ce8-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec0dd8-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec0e96-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec1094-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec121a-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dd564e-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dd7b9c-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec151c-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71dd4d7a-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dd72a0-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec1a4e-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec1c06-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec1cc4-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dcc706-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dceca4-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec1f62-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71dcbcca-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dce330-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec22e6-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec241c-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec24e4-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec267e-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec273c-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71de8ab4-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71deaf3a-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec2a48-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71de80e6-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dea68e-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec2d72-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec307e-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec3196-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dded52-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71de1642-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec34a2-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71dde370-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71de0c60-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec3812-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec3902-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec39c0-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec3bb4-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec3c68-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71dfad04-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dfd298-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec3f10-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71dfa2aa-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71dfc938-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec423a-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec43e8-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec449c-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71df1baa-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71df422e-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec4726-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71df12ae-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71df3982-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec4a96-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec4b86-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec4c44-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec4e10-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec4ec4-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e0ccb6-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e0f308-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec5162-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e0c3ba-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e0ea52-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec554a-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec5874-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec5932-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e03bc0-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e06262-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec5be4-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e0330a-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e059ac-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec5f68-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec6058-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec6120-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec62ec-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec63aa-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e1eb50-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e211d4-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec6648-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e1e29a-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e2091e-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec6922-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec6b02-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec6bc0-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e15a5a-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e18296-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec6e40-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e15078-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e17800-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec7188-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec72c8-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec7386-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec7552-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec7606-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e30ea4-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e334ec-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec78a4-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e30544-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e329c0-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec7bce-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec7e62-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec7f20-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e27e58-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e2a69e-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec81c8-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e27598-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e29da2-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ec8506-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-line-list id="71ec861e-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ec86dc-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1">
+                  <ags-line-member-list id="71ec88b2-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec8970-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e441b6-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e46b3c-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec8c04-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e43734-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e4609c-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+                <ags-line id="71ec8ef2-a9c2-11e4-a731-4d12196f4000" type="AgsDrumInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-line-member-list id="71ec90e6-a9c2-11e4-a731-4d12196f4000">
+                    <ags-line-member id="71ec91a4-a9c2-11e4-a731-4d12196f4000" flags="a" widget-type="GtkVScale" inverted="TRUE" upper="2.00000000" lower="0.00000000" page="0.00000000" step="0.02500000" value="1.00000000" left-attach="1" top-attach="0" right-attach="2" bottom-attach="1" width="-1" height="100" port="xpath=//*[@id='71e3a3d2-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e3cd1c-a9c2-11e4-a731-4d12196f4000']"/>
+                    <ags-line-member id="71ec942e-a9c2-11e4-a731-4d12196f4000" flags="3a" widget-type="AgsVIndicator" upper="10.00000000" lower="0.00000000" page="10.00000000" step="1.00000000" value="0.00000000" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1" width="16" height="100" port="xpath=//*[@id='71e39a2c-a9c2-11e4-a731-4d12196f4000']" recall-port="xpath=//*[@id='71e3c268-a9c2-11e4-a731-4d12196f4000']"/>
+                  </ags-line-member-list>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+          </ags-pad-list>
+        </ags-machine>
+        <ags-machine id="71ec9780-a9c2-11e4-a731-4d12196f4000" type="AgsMatrix" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="224" file-input-flags="0" name="Default 0" audio="xpath=//ags-audio[@id='71ca4ce8-a9c2-11e4-a731-4d12196f4000']">
+          <ags-matrix id="71ec98d4-a9c2-11e4-a731-4d12196f4000" length="16" bank-index-0="0" loop="TRUE"/>
+        </ags-machine>
+        <ags-machine id="71ec99ba-a9c2-11e4-a731-4d12196f4000" type="AgsSynth" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="220" file-input-flags="0" name="Default 0" audio="xpath=//ags-audio[@id='71c1c4e2-a9c2-11e4-a731-4d12196f4000']">
+          <ags-synth id="71ec9afa-a9c2-11e4-a731-4d12196f4000" lower="0.000000" loop-begin="0.000000" loop-end="0.000000"/>
+          <ags-pad-list id="71ec9c62-a9c2-11e4-a731-4d12196f4000" scope="input">
+            <ags-pad id="71ec9eb0-a9c2-11e4-a731-4d12196f4000" type="AgsSynthInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-synth-input-pad id="71eca090-a9c2-11e4-a731-4d12196f4000"/>
+              <ags-line-list id="71eca1bc-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71eca2de-a9c2-11e4-a731-4d12196f4000" type="AgsSynthInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-synth-input-line id="71eca554-a9c2-11e4-a731-4d12196f4000">
+                    <ags-oscillator id="71eca680-a9c2-11e4-a731-4d12196f4000" wave="sin" attack="0.000000" frame-count="3200.000000" frequency="27.500000" phase="0.000000" volume="0.200000"/>
+                  </ags-synth-input-line>
+                  <ags-line-member-list id="71eca996-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+            <ags-pad id="71ecab4e-a9c2-11e4-a731-4d12196f4000" type="AgsSynthInputPad" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="10">
+              <ags-synth-input-pad id="71ecace8-a9c2-11e4-a731-4d12196f4000"/>
+              <ags-line-list id="71ecae32-a9c2-11e4-a731-4d12196f4000">
+                <ags-line id="71ecaf68-a9c2-11e4-a731-4d12196f4000" type="AgsSynthInputLine" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="4" left-attach="0" top-attach="0" right-attach="1" bottom-attach="1">
+                  <ags-synth-input-line id="71ecb120-a9c2-11e4-a731-4d12196f4000">
+                    <ags-oscillator id="71ecb2c4-a9c2-11e4-a731-4d12196f4000" wave="sin" attack="0.000000" frame-count="3200.000000" frequency="27.500000" phase="0.000000" volume="0.200000"/>
+                  </ags-synth-input-line>
+                  <ags-line-member-list id="71ecb508-a9c2-11e4-a731-4d12196f4000"/>
+                </ags-line>
+              </ags-line-list>
+            </ags-pad>
+          </ags-pad-list>
+        </ags-machine>
+        <ags-machine id="71ecb6a2-a9c2-11e4-a731-4d12196f4000" type="AgsFFPlayer" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="228" file-input-flags="4" name="Default 0" audio="xpath=//ags-audio[@id='71b1c9fc-a9c2-11e4-a731-4d12196f4000']">
+          <ags-ffplayer id="71ecb8d2-a9c2-11e4-a731-4d12196f4000"/>
+        </ags-machine>
+      </ags-machine-list>
+      <ags-editor id="71ecba58-a9c2-11e4-a731-4d12196f4000" version="0.4.2" build-id="CEST 02-10-2014 19:36" flags="0">
+        <ags-machine-selector id="71ecbc06-a9c2-11e4-a731-4d12196f4000">
+          <ags-parameter id="71ecbd78-a9c2-11e4-a731-4d12196f4000" name="machine">
+            <ags-value id="71ecbe40-a9c2-11e4-a731-4d12196f4000" type="GObject" link="xpath=//*[@id='71ecb8d2-a9c2-11e4-a731-4d12196f4000']"/>
+          </ags-parameter>
+        </ags-machine-selector>
+        <ags-toolbar id="71ecbf8a-a9c2-11e4-a731-4d12196f4000" edit-mode="edit" zoom="1:4" mode="single channel"/>
+      </ags-editor>
+      <ags-navigation id="71ecc1c4-a9c2-11e4-a731-4d12196f4000" expanded="FALSE" bpm="120" loop="TRUE" position="0.000" loop-left="0.000" loop-right="4.000"/>
+    </ags-window>
+  </ags-main>
+</ags>
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 0000000..79afab8
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,51 @@
+#! /bin/sh
+
+echo aclocal...
+(aclocal --version) < /dev/null > /dev/null 2>&1 || {
+    echo aclocal not found
+    exit 1
+}
+
+aclocal -I ./scripts -I . ${ACLOCAL_FLAGS} || exit 1
+
+echo autoheader...
+(autoheader --version) < /dev/null > /dev/null 2>&1 || {
+    echo autoheader not found
+    exit 1
+}
+
+autoheader || exit 1
+
+echo -n "libtoolize... "
+if ( (glibtoolize --version) < /dev/null > /dev/null 2>&1 ); then
+    echo "using glibtoolize"
+    glibtoolize --automake --copy --force || exit 1
+
+elif ( (libtoolize --version) < /dev/null > /dev/null 2>&1 ) ; then
+    echo "using libtoolize"
+    libtoolize --automake --copy --force || exit 1
+
+else
+    echo "libtoolize nor glibtoolize not found"
+    exit 1
+fi
+
+echo automake...
+(automake --version) < /dev/null > /dev/null 2>&1 || {
+    echo automake not found
+    exit 1
+}
+
+automake --add-missing --copy --gnu || exit 1
+
+echo autoconf...
+(autoconf --version) < /dev/null > /dev/null 2>&1 || {
+    echo autoconf not found
+    exit 1
+}
+
+autoconf || exit 1
+
+echo ready to configure
+
+exit 0
diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0
index c0deb4b..3b220ec 100644
--- a/autom4te.cache/output.0
+++ b/autom4te.cache/output.0
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for gsequencer 0.4.3.
+@%:@ Generated by GNU Autoconf 2.69 for ags 0.4.2.
 @%:@
 @%:@ Report bugs to <weedlight at gmail.com>.
 @%:@ 
@@ -198,14 +198,6 @@ test -x / || exit 1"
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
 test \$(( 1 + 1 )) = 2 || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
@@ -564,8 +556,6 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 # Sed expression to map a string onto a valid variable name.
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-SHELL=${CONFIG_SHELL-/bin/sh}
-
 
 test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1
@@ -588,15 +578,14 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='gsequencer'
-PACKAGE_TARNAME='gsequencer'
-PACKAGE_VERSION='0.4.3'
-PACKAGE_STRING='gsequencer 0.4.3'
+PACKAGE_NAME='ags'
+PACKAGE_TARNAME='ags'
+PACKAGE_VERSION='0.4.2'
+PACKAGE_STRING='ags 0.4.2'
 PACKAGE_BUGREPORT='weedlight at gmail.com'
 PACKAGE_URL=''
 
 ac_unique_file="config.h.in"
-enable_option_checking=no
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -633,10 +622,69 @@ ac_includes_default="\
 # include <unistd.h>
 #endif"
 
+gt_needs=
+ac_header_list=
+gl_use_threads_default=
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIB@&t at OBJS
+POSUB
+LTLIBINTL
+LIBINTL
+INTLLIBS
+INTL_LIBTOOL_SUFFIX_PREFIX
+INTLOBJS
+GENCAT
+INSTOBJEXT
+DATADIRNAME
+CATOBJEXT
+USE_INCLUDED_LIBINTL
+BUILD_INCLUDED_LIBINTL
+LTLIBC
+WINDRES
+WOE32
+WOE32DLL
+HAVE_WPRINTF
+HAVE_NEWLOCALE
+HAVE_SNPRINTF
+HAVE_ASPRINTF
+HAVE_POSIX_PRINTF
+INTL_DEFAULT_VERBOSITY
+INTL_MACOSX_LIBS
+GLIBC21
+INTLBISON
+LTLIBICONV
+LIBICONV
+LTLIBMULTITHREAD
+LIBMULTITHREAD
+LTLIBTHREAD
+LIBTHREAD
+LIBPTH_PREFIX
+LTLIBPTH
+LIBPTH
+PRI_MACROS_BROKEN
+HAVE_VISIBILITY
+CFLAG_VISIBILITY
+GLIBC2
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+XGETTEXT_EXTRA_OPTIONS
+MSGMERGE
+XGETTEXT_015
+XGETTEXT
+GMSGFMT_015
+MSGFMT_015
+GMSGFMT
+MSGFMT
+GETTEXT_MACRO_VERSION
+USE_NLS
 GTK_LIBS
 GTK_CFLAGS
 CAIRO_LIBS
@@ -660,36 +708,12 @@ UUID_CFLAGS
 PKG_CONFIG_LIBDIR
 PKG_CONFIG_PATH
 PKG_CONFIG
-XMKMF
-CXXCPP
-OTOOL64
-OTOOL
-LIPO
-NMEDIT
-DSYMUTIL
-MANIFEST_TOOL
-ac_ct_AR
-AR
-NM
-ac_ct_DUMPBIN
-DUMPBIN
-LD
-FGREP
+ALLOCA
 EGREP
 GREP
-SED
-LIBTOOL
-OBJDUMP
-DLLTOOL
-AS
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
+XMKMF
+YFLAGS
+YACC
 RANLIB
 LN_S
 CPP
@@ -716,10 +740,6 @@ CPPFLAGS
 LDFLAGS
 CXXFLAGS
 CXX
-AM_BACKSLASH
-AM_DEFAULT_VERBOSITY
-AM_DEFAULT_V
-AM_V
 am__untar
 am__tar
 AMTAR
@@ -743,7 +763,6 @@ am__isrc
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
-subdirs
 target_alias
 host_alias
 build_alias
@@ -785,17 +804,16 @@ SHELL'
 ac_subst_files=''
 ac_user_opts='
 enable_option_checking
-enable_silent_rules
 enable_dependency_tracking
-enable_shared
-enable_static
-with_pic
-enable_fast_install
-with_aix_soname
-with_gnu_ld
-with_sysroot
-enable_libtool_lock
 with_x
+enable_nls
+enable_threads
+with_gnu_ld
+enable_rpath
+with_libpth_prefix
+with_libiconv_prefix
+with_included_gettext
+with_libintl_prefix
 '
       ac_precious_vars='build_alias
 host_alias
@@ -809,7 +827,8 @@ CCC
 CC
 CFLAGS
 CPP
-CXXCPP
+YACC
+YFLAGS
 XMKMF
 PKG_CONFIG
 PKG_CONFIG_PATH
@@ -834,26 +853,7 @@ CAIRO_CFLAGS
 CAIRO_LIBS
 GTK_CFLAGS
 GTK_LIBS'
-ac_subdirs_all='.
-		   po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget'
+
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -1393,7 +1393,7 @@ 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 gsequencer 0.4.3 to adapt to many kinds of systems.
+\`configure' configures ags 0.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1441,7 +1441,7 @@ Fine tuning of the installation directories:
   --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/gsequencer@:>@
+  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/ags@:>@
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1467,7 +1467,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gsequencer 0.4.3:";;
+     short | recursive ) echo "Configuration of ags 0.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1475,30 +1475,26 @@ 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-dependency-tracking 
-                          do not reject slow dependency extractors
-  --disable-dependency-tracking 
-                          speeds up one-time build
-  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
-  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
-  --enable-fast-install@<:@=PKGS@:>@ 
-                          optimize for fast installation @<:@default=yes@:>@
-  --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
+  --disable-nls           do not use Native Language Support
+  --enable-threads={posix|solaris|pth|win32} 
+                          specify multithreading API
+  --disable-threads       build without multithread safety
+  --disable-rpath         do not hardcode runtime library paths
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-pic@<:@=PKGS@:>@       try to use only PIC/non-PIC objects @<:@default=use
-                          both@:>@
-  --with-aix-soname=aix|svr4|both 
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, @<:@default=aix@:>@.
-  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
-  --with-sysroot@<:@=DIR@:>@    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
   --with-x                use the X Window System
+  --with-gnu-ld           assume the C compiler uses GNU ld default=no
+  --with-libpth-prefix[=DIR]  search for libpth in DIR/include and DIR/lib
+  --without-libpth-prefix     don't search for libpth in includedir and libdir
+  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
+  --with-included-gettext use the GNU gettext library included here
+  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+  --without-libintl-prefix     don't search for libintl in includedir and libdir
 
 Some influential environment variables:
   CXX         C++ compiler command
@@ -1511,7 +1507,12 @@ Some influential environment variables:
   CC          C compiler command
   CFLAGS      C compiler flags
   CPP         C preprocessor
-  CXXCPP      C++ preprocessor
+  YACC        The `Yet Another Compiler Compiler' implementation to use.
+              Defaults to the first program found out of: `bison -y', `byacc',
+              `yacc'.
+  YFLAGS      The list of arguments that will be passed by default to @S|@YACC.
+              This script will default YFLAGS to the empty string to avoid a
+              default value of `-d' given by some make applications.
   XMKMF       Path to xmkmf, Makefile generator for X Window System
   PKG_CONFIG  path to pkg-config utility
   PKG_CONFIG_PATH 
@@ -1619,7 +1620,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gsequencer configure 0.4.3
+ags configure 0.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1792,11 +1793,11 @@ fi
 
 } @%:@ ac_fn_c_try_link
 
-@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-@%:@ -------------------------------------------------------
-@%:@ Tests whether HEADER exists and can be compiled using the include files in
-@%:@ INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
+@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+@%:@ -------------------------------------------
+@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
+@%:@ variable VAR accordingly.
+ac_fn_c_check_type ()
 {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
@@ -1804,15 +1805,38 @@ $as_echo_n "checking for $2... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
+  eval "$3=no"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
-@%:@include <$2>
+int
+main ()
+{
+if (sizeof ($2))
+	 return 0;
+  ;
+  return 0;
+}
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  eval "$3=yes"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof (($2)))
+	    return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
 else
-  eval "$3=no"
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -1821,7 +1845,7 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} @%:@ ac_fn_c_check_header_compile
+} @%:@ ac_fn_c_check_type
 
 @%:@ ac_fn_c_try_run LINENO
 @%:@ ----------------------
@@ -1865,6 +1889,37 @@ fi
 
 } @%:@ ac_fn_c_try_run
 
+@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+@%:@ -------------------------------------------------------
+@%:@ Tests whether HEADER exists and can be compiled using the include files in
+@%:@ INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+@%:@include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_check_header_compile
+
 @%:@ ac_fn_c_check_func LINENO FUNC VAR
 @%:@ ----------------------------------
 @%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
@@ -1932,89 +1987,6 @@ $as_echo "$ac_res" >&6; }
 
 } @%:@ ac_fn_c_check_func
 
-@%:@ ac_fn_cxx_try_cpp LINENO
-@%:@ ------------------------
-@%:@ Try to preprocess conftest. at S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_cpp
-
-@%:@ ac_fn_cxx_try_link LINENO
-@%:@ -------------------------
-@%:@ Try to link conftest. at S|@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_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 @%:@ -------------------------------------------------------
 @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using
@@ -2106,75 +2078,258 @@ fi
 
 } @%:@ ac_fn_c_check_header_mongrel
 
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
+@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR
+@%:@ ------------------------------------
+@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR
+@%:@ accordingly.
+ac_fn_c_find_uintX_t ()
 {
   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; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
+$as_echo_n "checking for uint$2_t... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=no"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
+	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  case $ac_type in @%:@(
+  uint$2_t) :
+    eval "$3=yes" ;; @%:@(
+  *) :
+    eval "$3=\$ac_type" ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+       if eval test \"x\$"$3"\" = x"no"; then :
+  
+else
+  break
+fi
+     done
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_find_uintX_t
+
+@%:@ ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
+@%:@ --------------------------------------------
+@%:@ Tries to find the compile-time value of EXPR in a program that includes
+@%:@ INCLUDES, setting VAR accordingly. Returns whether the value could be
+@%:@ computed
+ac_fn_c_compute_int ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if test "$cross_compiling" = yes; then
+    # Depending upon the size, compute the lo and hi bounds.
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
 int
 main ()
 {
-if (sizeof ($2))
-	 return 0;
+static int test_array @<:@1 - 2 * !(($2) >= 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_lo=0 ac_mid=0
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
 int
 main ()
 {
-if (sizeof (($2)))
-	    return 0;
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  
+  ac_hi=$ac_mid; break
 else
-  eval "$3=yes"
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-eval ac_res=\$$3
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-
-} @%:@ ac_fn_c_check_type
-cat >config.log <<_ACEOF
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by gsequencer $as_me 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  $ $0 $@
+  done
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) < 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
 
+  ;
+  return 0;
+}
 _ACEOF
-exec 5>>config.log
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=-1 ac_mid=-1
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
 {
-cat <<_ASUNAME
-## --------- ##
-## Platform. ##
-## --------- ##
+static int test_array @<:@1 - 2 * !(($2) >= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=$ac_mid; break
+else
+  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  ac_lo= ac_hi=
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid
+else
+  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+case $ac_lo in @%:@((
+?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+'') ac_retval=1 ;;
+esac
+  else
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+@%:@include <stdio.h>
+@%:@include <stdlib.h>
+int
+main ()
+{
+
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
+else
+  ac_retval=1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f conftest.val
+
+  fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} @%:@ ac_fn_c_compute_int
+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 ags $as_me 0.4.2, 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`
@@ -2443,6 +2598,10 @@ $as_echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file
 fi
 
+gt_needs="$gt_needs "
+as_fn_append ac_header_list " stdlib.h"
+as_fn_append ac_header_list " unistd.h"
+as_fn_append ac_header_list " sys/param.h"
 # Check that the precious variables saved in the cache have kept the same
 # value.
 ac_cache_corrupted=false
@@ -2511,8 +2670,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-
-ac_config_headers="$ac_config_headers config.h"
+am__api_version='1.11'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2543,15 +2701,6 @@ 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.
 
 
-
-
-subdirs="$subdirs . po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget"
-
-ac_config_files="$ac_config_files Makefile po/Makefile doc/Makefile src/ags/Makefile src/ags/X/Makefile src/ags/X/editor/Makefile src/ags/X/machine/Makefile src/ags/audio/Makefile src/ags/audio/file/Makefile src/ags/audio/recall/Makefile src/ags/audio/task/Makefile src/ags/audio/task/recall/Makefile src/ags/file/Makefile src/ags/lib/Makefile src/ags/object/Makefile src/ags/plugin/Makefile src/ags/server/Makefile src/ags/thread/Makefile src/ags/util/Makefile src/ags/widget/Makefile"
-
-
-am__api_version='1.14'
-
 # 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:
@@ -2647,6 +2796,9 @@ 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; }
+# Just in case
+sleep 1
+echo timestamp > conftest.file
 # Reject unsafe characters in $srcdir or the absolute working directory
 # name.  Accept space and tab only in the latter.
 am_lf='
@@ -2657,40 +2809,32 @@ case `pwd` in
 esac
 case $srcdir in
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 esac
 
-# Do 'set' in a subshell so we don't clobber the current shell's
+# 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
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   if test "$*" = "X"; then
+      # -L didn't work.
+      set X `ls -t "$srcdir/configure" conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$*" != "X $srcdir/configure conftest.file" \
+      && test "$*" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" "$LINENO" 5
+   fi
+
    test "$2" = conftest.file
    )
 then
@@ -2702,16 +2846,6 @@ 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.
@@ -2734,12 +2868,12 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --is-lightweight"; then
-  am_missing_run="$MISSING "
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
 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;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 fi
 
 if test x"${install_sh}" != xset; then
@@ -2751,10 +2885,10 @@ if test x"${install_sh}" != xset; then
   esac
 fi
 
-# Installed binaries are usually stripped using 'strip' when the user
-# run "make install-strip".  However 'strip' might not be the right
+# 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.
+# 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.
@@ -2893,6 +3027,12 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 $as_echo "$MKDIR_P" >&6; }
 
+mkdir_p="$MKDIR_P"
+case $mkdir_p in
+  [\\/$]* | ?:[\\/]*) ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+
 for ac_prog in gawk mawk nawk awk
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -2975,45 +3115,6 @@ else
 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."
@@ -3035,9 +3136,8 @@ fi
 
 
 # Define the identity of the package.
-
- PACKAGE=gsequencer
- VERSION=0.4.3
+ PACKAGE='ags'
+ VERSION='0.4.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3065,22 +3165,12 @@ 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:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
-mkdir_p='$(MKDIR_P)'
-
 # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.
 # Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
 
-
-# We'll loop over all known methods to create a tar archive until one works.
-_am_tools='gnutar  pax cpio none'
-
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
@@ -3088,47 +3178,8 @@ 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: <http://austingroupbugs.net/view.php?id=542>
-
-Please tell bug-automake at 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: <http://www.gnu.org/software/coreutils/>.
-
-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.
+ac_config_headers="$ac_config_headers config.h"
 
-END
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
-  fi
-fi
 
 # Checks for programs.
 ac_ext=cpp
@@ -3656,7 +3707,7 @@ am__quote=
 _am_result=none
 # First try GNU make style include.
 echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
+# 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
@@ -3712,8 +3763,8 @@ else
   # 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".
+  # 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
@@ -3748,16 +3799,16 @@ else
     : > 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
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
     done
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # 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.
+    # 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
@@ -3766,8 +3817,8 @@ else
       test "$am__universal" = false || continue
       ;;
     nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
+      # 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
@@ -3775,7 +3826,7 @@ else
       fi
       ;;
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
+      # 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}
@@ -4410,65 +4461,6 @@ 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
-
-
 depcc="$CC"   am_compiler_list=
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
@@ -4480,8 +4472,8 @@ else
   # 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".
+  # 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
@@ -4516,16 +4508,16 @@ else
     : > 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
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
     done
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # 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.
+    # 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
@@ -4534,8 +4526,8 @@ else
       test "$am__universal" = false || continue
       ;;
     nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
+      # 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
@@ -4543,7 +4535,7 @@ else
       fi
       ;;
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
+      # 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}
@@ -4869,21 +4861,18 @@ else
   RANLIB="$ac_cv_prog_RANLIB"
 fi
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
+
+for ac_prog in 'bison -y' byacc
+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_CC+:} false; then :
+if ${ac_cv_prog_YACC+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
+  if test -n "$YACC"; then
+  ac_cv_prog_YACC="$YACC" # Let the user override the test.
 else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
@@ -4892,7 +4881,7 @@ do
   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"
+    ac_cv_prog_YACC="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -4902,524 +4891,520 @@ 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; }
+YACC=$ac_cv_prog_YACC
+if test -n "$YACC"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
+$as_echo "$YACC" >&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 :
+  test -n "$YACC" && break
+done
+test -n "$YACC" || YACC="yacc"
+
+
+# Checks for libraries.
+# FIXME: Replace `main' with a function in `-lX11':
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5
+$as_echo_n "checking for main in -lX11... " >&6; }
+if ${ac_cv_lib_X11_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lX11  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_X11_main=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_X11_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_X11_main" >&5
+$as_echo "$ac_cv_lib_X11_main" >&6; }
+if test "x$ac_cv_lib_X11_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBX11 1
+_ACEOF
+
+  LIBS="-lX11 $LIBS"
 
-  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 :
+# FIXME: Replace `main' with a function in `-ldl':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
+$as_echo_n "checking for main in -ldl... " >&6; }
+if ${ac_cv_lib_dl_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_main=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_dl_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_dl_main" >&5
+$as_echo "$ac_cv_lib_dl_main" >&6; }
+if test "x$ac_cv_lib_dl_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBDL 1
+_ACEOF
 
+  LIBS="-ldl $LIBS"
 
-  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 :
+
+# FIXME: Replace `main' with a function in `-lm':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
+$as_echo_n "checking for main in -lm... " >&6; }
+if ${ac_cv_lib_m_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lm  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_m_main=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_m_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_m_main" >&5
+$as_echo "$ac_cv_lib_m_main" >&6; }
+if test "x$ac_cv_lib_m_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBM 1
+_ACEOF
 
+  LIBS="-lm $LIBS"
 
 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 :
+
+# FIXME: Replace `main' with a function in `-lrt':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
+$as_echo_n "checking for main in -lrt... " >&6; }
+if ${ac_cv_lib_rt_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lrt  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_rt_main=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_rt_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_rt_main" >&5
+$as_echo "$ac_cv_lib_rt_main" >&6; }
+if test "x$ac_cv_lib_rt_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBRT 1
+_ACEOF
 
+  LIBS="-lrt $LIBS"
 
-    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
 
+# Checks for header files.
 
-  test -n "$ac_ct_CC" && break
-done
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
+$as_echo_n "checking for X... " >&6; }
 
-  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
 
+@%:@ Check whether --with-x was given.
+if test "${with_x+set}" = set; then :
+  withval=$with_x; 
 fi
 
-
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
+else
+  case $x_includes,$x_libraries in #(
+    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
+    *,NONE | NONE,*) if ${ac_cv_have_x+:} 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;
-}
+  # One or both of the vars are not set, and there is no cached value.
+ac_x_includes=no ac_x_libraries=no
+rm -f -r conftest.dir
+if mkdir conftest.dir; then
+  cd conftest.dir
+  cat >Imakefile <<'_ACEOF'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
-else
-  ac_compiler_gnu=no
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl dylib la dll; do
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
+	ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case $ac_im_incroot in
+	/usr/include) ac_x_includes= ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+    esac
+    case $ac_im_usrlibdir in
+	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
+    esac
+  fi
+  cd ..
+  rm -f -r conftest.dir
 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.  */
+# Standard set of common directories for X headers.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+ac_x_header_dirs='
+/usr/X11/include
+/usr/X11R7/include
+/usr/X11R6/include
+/usr/X11R5/include
+/usr/X11R4/include
 
-int
-main ()
-{
+/usr/include/X11
+/usr/include/X11R7
+/usr/include/X11R6
+/usr/include/X11R5
+/usr/include/X11R4
 
-  ;
-  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.  */
+/usr/local/X11/include
+/usr/local/X11R7/include
+/usr/local/X11R6/include
+/usr/local/X11R5/include
+/usr/local/X11R4/include
 
-int
-main ()
-{
+/usr/local/include/X11
+/usr/local/include/X11R7
+/usr/local/include/X11R6
+/usr/local/include/X11R5
+/usr/local/include/X11R4
 
-  ;
-  return 0;
-}
+/usr/X386/include
+/usr/x386/include
+/usr/XFree86/include/X11
+
+/usr/include
+/usr/local/include
+/usr/unsupported/include
+/usr/athena/include
+/usr/local/x11r5/include
+/usr/lpp/Xamples/include
+
+/usr/openwin/include
+/usr/openwin/share/include'
+
+if test "$ac_x_includes" = no; then
+  # Guess where to find include files, by looking for Xlib.h.
+  # First, try using that file with no special directory specified.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # We can compile using X headers with no special include directory.
+ac_x_includes=
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  for ac_dir in $ac_x_header_dirs; do
+  if test -r "$ac_dir/X11/Xlib.h"; then
+    ac_x_includes=$ac_dir
+    break
+  fi
+done
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+fi # $ac_x_includes = no
 
+if test "$ac_x_libraries" = no; then
+  # Check for the libraries.
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS=$LIBS
+  LIBS="-lX11 $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
 int
 main ()
 {
-
+XrmInitialize ()
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBS=$ac_save_LIBS
+# We can link X programs with no special library path.
+ac_x_libraries=
+else
+  LIBS=$ac_save_LIBS
+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
+do
+  # Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl dylib la dll; do
+    if test -r "$ac_dir/libX11.$ac_extension"; then
+      ac_x_libraries=$ac_dir
+      break 2
+    fi
+  done
+done
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi # $ac_x_libraries = no
+
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
+  *)
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
+esac
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+;; #(
+    *) have_x=yes;;
+  esac
+  eval "$ac_cv_have_x"
+fi # $with_x != no
+
+if test "$have_x" != yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
+$as_echo "$have_x" >&6; }
+  no_x=yes
+else
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
+$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
 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 "$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
-  ac_cv_prog_cc_c89=no
-ac_save_CC=$CC
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdarg.h>
-#include <stdio.h>
-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__"
+  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
-  CC="$ac_save_CC $ac_arg"
-  if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_c89=$ac_arg
+  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
-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; } ;;
+{ $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
-if test "x$ac_cv_prog_cc_c89" != xno; then :
-  
+
+      $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
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+   fi
+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"
+ 
 
-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 "$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 <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
 
 int
 main ()
@@ -5429,2342 +5414,1746 @@ 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"
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
 fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-depcc="$CC"   am_compiler_list=
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
-{ $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
+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 <string.h>
 
-  cd ..
-  rm -rf conftest.dir
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+  
 else
-  am_cv_CC_dependencies_compiler_type=none
+  ac_cv_header_stdc=no
 fi
+rm -f conftest*
 
 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='#'
+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 <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+  
 else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
+  ac_cv_header_stdc=no
 fi
+rm -f conftest*
 
+fi
 
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
-if ${ac_cv_c_const+:} false; then :
-  $as_echo_n "(cached) " >&6
+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 <ctype.h>
+#include <stdlib.h>
+#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 ()
 {
-
-#ifndef __cplusplus
-  /* Ultrix mips cc rejects this sort of thing.  */
-  typedef int charset[2];
-  const charset cs = { 0, 0 };
-  /* SunOS 4.1.1 cc rejects this.  */
-  char const *const *pcpcc;
-  char **ppc;
-  /* NEC SVR4.0.2 mips cc rejects this.  */
-  struct point {int x, y;};
-  static struct point const zero = {0,0};
-  /* AIX XL C 1.02.0.0 rejects this.
-     It does not let you subtract one const X* pointer from another in
-     an arm of an if-expression whose if-part is not a constant
-     expression */
-  const char *g = "string";
-  pcpcc = &g + (g ? g-g : 0);
-  /* HPUX 7.0 cc rejects these. */
-  ++pcpcc;
-  ppc = (char**) pcpcc;
-  pcpcc = (char const *const *) ppc;
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
-    char tx;
-    char *t = &tx;
-    char const *s = 0 ? (char *) 0 : (char const *) 0;
-
-    *t++ = 0;
-    if (s) return 0;
-  }
-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-    int x[] = {25, 17};
-    const int *foo = &x[0];
-    ++foo;
-  }
-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-    typedef const int *iptr;
-    iptr p = 0;
-    ++p;
-  }
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-    struct s { int j; const int *ap[3]; } bx;
-    struct s *b = &bx; b->j = 5;
-  }
-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-    const int foo = 10;
-    if (!foo) return 0;
-  }
-  return !cs[0] && !zero.x;
-#endif
-
-  ;
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_const=yes
+if ac_fn_c_try_run "$LINENO"; then :
+  
 else
-  ac_cv_c_const=no
+  ac_cv_header_stdc=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
-$as_echo "$ac_cv_c_const" >&6; }
-if test $ac_cv_c_const = no; then
+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 const /**/" >>confdefs.h
+$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
 
 fi
 
-# 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
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
 
-{ $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
+done
+
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
 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
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
 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 :
+# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
+# for constant arguments.  Useless!
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
+$as_echo_n "checking for working alloca.h... " >&6; }
+if ${ac_cv_working_alloca_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test "x$host_alias" = x; then
-  ac_cv_host=$ac_cv_build
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <alloca.h>
+int
+main ()
+{
+char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_working_alloca_h=yes
 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
+  ac_cv_working_alloca_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
+$as_echo "$ac_cv_working_alloca_h" >&6; }
+if test $ac_cv_working_alloca_h = yes; then
+  
+$as_echo "@%:@define HAVE_ALLOCA_H 1" >>confdefs.h
 
 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
 
-
-enable_win32_dll=yes
-
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
-set dummy ${ac_tool_prefix}as; 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_AS+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
+$as_echo_n "checking for alloca... " >&6; }
+if ${ac_cv_func_alloca_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$AS"; then
-  ac_cv_prog_AS="$AS" # 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_AS="${ac_tool_prefix}as"
-    $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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __GNUC__
+# define alloca __builtin_alloca
+#else
+# ifdef _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  ifdef HAVE_ALLOCA_H
+#   include <alloca.h>
+#  else
+#   ifdef _AIX
+ #pragma alloca
+#   else
+#    ifndef alloca /* predefined by HP cc +Olibcalls */
+void *alloca (size_t);
+#    endif
+#   endif
+#  endif
+# endif
+#endif
 
+int
+main ()
+{
+char *p = (char *) alloca (1);
+				    if (p) return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_func_alloca_works=yes
+else
+  ac_cv_func_alloca_works=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
-AS=$ac_cv_prog_AS
-if test -n "$AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
-$as_echo "$AS" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
+$as_echo "$ac_cv_func_alloca_works" >&6; }
+
+if test $ac_cv_func_alloca_works = yes; then
+  
+$as_echo "@%:@define HAVE_ALLOCA 1" >>confdefs.h
+
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
+# that cause trouble.  Some versions do not even contain alloca or
+# contain a buggy version.  If you still want to use their alloca,
+# use ar to extract alloca.o from them instead of compiling alloca.c.
 
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
 
-fi
-if test -z "$ac_cv_prog_AS"; then
-  ac_ct_AS=$AS
-  # Extract the first word of "as", so it can be a program name with args.
-set dummy as; 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_AS+:} false; then :
+$as_echo "@%:@define C_ALLOCA 1" >>confdefs.h
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
+if ${ac_cv_os_cray+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_AS"; then
-  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # 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_AS="as"
-    $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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined CRAY && ! defined CRAY2
+webecray
+#else
+wenotbecray
+#endif
 
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "webecray" >/dev/null 2>&1; then :
+  ac_cv_os_cray=yes
+else
+  ac_cv_os_cray=no
 fi
+rm -f conftest*
+
 fi
-ac_ct_AS=$ac_cv_prog_ac_ct_AS
-if test -n "$ac_ct_AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
-$as_echo "$ac_ct_AS" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
+$as_echo "$ac_cv_os_cray" >&6; }
+if test $ac_cv_os_cray = yes; then
+  for ac_func in _getb67 GETB67 getb67; do
+    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define CRAY_STACKSEG_END $ac_func
+_ACEOF
+
+    break
 fi
 
-  if test "x$ac_ct_AS" = x; then
-    AS="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AS=$ac_ct_AS
-  fi
-else
-  AS="$ac_cv_prog_AS"
+  done
 fi
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
+$as_echo_n "checking stack direction for C alloca... " >&6; }
+if ${ac_cv_c_stack_direction+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+  if test "$cross_compiling" = yes; then :
+  ac_cv_c_stack_direction=0
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+int
+find_stack_direction (int *addr, int depth)
+{
+  int dir, dummy = 0;
+  if (! addr)
+    addr = &dummy;
+  *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
+  dir = depth ? find_stack_direction (addr, depth - 1) : 0;
+  return dir + dummy;
+}
 
+int
+main (int argc, char **argv)
+{
+  return find_stack_direction (0, argc + !argv + 20) < 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_c_stack_direction=1
+else
+  ac_cv_c_stack_direction=-1
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
+$as_echo "$ac_cv_c_stack_direction" >&6; }
+cat >>confdefs.h <<_ACEOF
+@%:@define STACK_DIRECTION $ac_cv_c_stack_direction
+_ACEOF
 
 
 fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+for ac_header in argz.h fcntl.h float.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdint.h stdio_ext.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
-else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
-fi
+done
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
+
+# Checks for typedefs, structures, and compiler characteristics.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
+if ${ac_cv_header_stdbool_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+           
+int
+main ()
+{
+
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+           
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdbool_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_header_stdbool_h=no
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
+   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
+if test "x$ac_cv_type__Bool" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE__BOOL 1
+_ACEOF
 
 
 fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
+$as_echo_n "checking for inline... " >&6; }
+if ${ac_cv_c_inline+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
 
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_inline=$ac_kw
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  test "$ac_cv_c_inline" != no && break
+done
+
 fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
+$as_echo "$ac_cv_c_inline" >&6; }
 
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
-else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
-fi
-
-  ;;
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
 esac
 
-test -z "$AS" && AS=as
-
-    
-    
-    
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-
-    
-    
-    
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
+if test "x$ac_cv_type_pid_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define pid_t int
+_ACEOF
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
+fi
 
-    
-    
-    
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
+fi
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
+if ${ac_cv_type_uid_t+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
 
-case `pwd` in
-  *\ * | *\	*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
-esac
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "uid_t" >/dev/null 2>&1; then :
+  ac_cv_type_uid_t=yes
+else
+  ac_cv_type_uid_t=no
+fi
+rm -f conftest*
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
+$as_echo "$ac_cv_type_uid_t" >&6; }
+if test $ac_cv_type_uid_t = no; then
+  
+$as_echo "@%:@define uid_t int" >>confdefs.h
 
+  
+$as_echo "@%:@define gid_t int" >>confdefs.h
 
-macro_version='2.4.4'
-macro_revision='2.4.4'
+fi
 
+ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
+case $ac_cv_c_uint16_t in #(
+  no|yes) ;; #(
+  *)
     
     
-    
-
+cat >>confdefs.h <<_ACEOF
+@%:@define uint16_t $ac_cv_c_uint16_t
+_ACEOF
+;;
+  esac
 
+ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
+case $ac_cv_c_uint32_t in #(
+  no|yes) ;; #(
+  *)
     
-    
-    
-
-
-
+$as_echo "@%:@define _UINT32_T 1" >>confdefs.h
 
-ltmain=$ac_aux_dir/ltmain.sh
-
-# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
-
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint32_t $ac_cv_c_uint32_t
+_ACEOF
+;;
+  esac
 
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
+case $ac_cv_c_uint8_t in #(
+  no|yes) ;; #(
+  *)
+    
+$as_echo "@%:@define _UINT8_T 1" >>confdefs.h
 
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint8_t $ac_cv_c_uint8_t
+_ACEOF
+;;
+  esac
 
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
+ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_PTRDIFF_T 1
+_ACEOF
 
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
-$as_echo_n "checking how to print strings... " >&6; }
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
-else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
 fi
 
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO ""
-}
-
-case $ECHO in
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
-$as_echo "printf" >&6; } ;;
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
-$as_echo "print -r" >&6; } ;;
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
-$as_echo "cat" >&6; } ;;
-esac
 
 
 
 
-    
-    
-    
 
 
-    
-    
-    
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
-if ${ac_cv_path_SED+:} false; then :
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+	if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_PKG_CONFIG+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-     for ac_i in 1 2 3 4 5 6 7; do
-       ac_script="$ac_script$as_nl$ac_script"
-     done
-     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
-     { ac_script=; unset ac_script;}
-     if test -z "$SED"; then
-  ac_path_SED_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
-    for ac_prog in sed gsed; do
     for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_SED" || continue
-# Check for GNU ac_path_SED and select it if it is found.
-  # Check for GNU $ac_path_SED
-case `"$ac_path_SED" --version 2>&1` in
-*GNU*)
-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo '' >> "conftest.nl"
-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_SED_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_SED="$ac_path_SED"
-      ac_path_SED_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_SED_found && break 3
-    done
-  done
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+    $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 -z "$ac_cv_path_SED"; then
-    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
-  fi
-else
-  ac_cv_path_SED=$SED
-fi
 
+  ;;
+esac
+fi
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
-$as_echo "$ac_cv_path_SED" >&6; }
- SED="$ac_cv_path_SED"
-  rm -f conftest.sed
-
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
-
-    
-    
-    
-
-
-    
-    
-    
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
-if ${ac_cv_path_GREP+:} false; then :
+fi
+if test -z "$ac_cv_path_PKG_CONFIG"; then
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} 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
+  case $ac_pt_PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+for as_dir in $PATH
 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
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+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
+
+  ;;
+esac
+fi
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n "$ac_pt_PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 else
-  ac_cv_path_GREP=$GREP
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 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;;
+  if test "x$ac_pt_PKG_CONFIG" = x; then
+    PKG_CONFIG=""
+  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
-
-      $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
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
   fi
 else
-  ac_cv_path_EGREP=$EGREP
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 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"
- 
+if test -n "$PKG_CONFIG"; then
+	_pkg_min_version=0.9.0
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	else
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+		PKG_CONFIG=""
+	fi
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
-$as_echo_n "checking for fgrep... " >&6; }
-if ${ac_cv_path_FGREP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
-   then ac_cv_path_FGREP="$GREP -F"
-   else
-     if test -z "$FGREP"; then
-  ac_path_FGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in fgrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_FGREP" || continue
-# Check for GNU ac_path_FGREP and select it if it is found.
-  # Check for GNU $ac_path_FGREP
-case `"$ac_path_FGREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'FGREP' >> "conftest.nl"
-    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_FGREP="$ac_path_FGREP"
-      ac_path_FGREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
+$as_echo_n "checking for UUID... " >&6; }
 
-      $ac_path_FGREP_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
-  fi
+if test -n "$UUID_CFLAGS"; then
+    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$UUID_LIBS"; then
+    pkg_cv_UUID_LIBS="$UUID_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_cv_path_FGREP=$FGREP
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
-   fi
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
-$as_echo "$ac_cv_path_FGREP" >&6; }
- FGREP="$ac_cv_path_FGREP"
- 
+        if test $_pkg_short_errors_supported = yes; then
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        else 
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$UUID_PKG_ERRORS" >&5
 
-test -z "$GREP" && GREP=grep
+	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
 
-    
-    
-    
+$UUID_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-    
-    
-    
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-    
-    
-    
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
+	UUID_LIBS=$pkg_cv_UUID_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
 
 
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
+$as_echo_n "checking for LIBAO... " >&6; }
 
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+if test -n "$LIBAO_CFLAGS"; then
+    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  with_gnu_ld=no
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$LIBAO_LIBS"; then
+    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
 
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        else 
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBAO_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
 
+$LIBAO_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-    
-    
-    
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if ${lt_cv_path_NM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi
+	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
+	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
-$as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in dumpbin "link -dump"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DUMPBIN+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DUMPBIN"; then
-  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-DUMPBIN=$ac_cv_prog_DUMPBIN
-if test -n "$DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
-$as_echo "$DUMPBIN" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
 
-    test -n "$DUMPBIN" && break
-  done
-fi
-if test -z "$DUMPBIN"; then
-  ac_ct_DUMPBIN=$DUMPBIN
-  for ac_prog in dumpbin "link -dump"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DUMPBIN"; then
-  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
+$as_echo_n "checking for LIBASOUND2... " >&6; }
+
+if test -n "$LIBASOUND2_CFLAGS"; then
+    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
-if test -n "$ac_ct_DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
-$as_echo "$ac_ct_DUMPBIN" >&6; }
+if test -n "$LIBASOUND2_LIBS"; then
+    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_DUMPBIN" && break
-done
-
-  if test "x$ac_ct_DUMPBIN" = x; then
-    DUMPBIN=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DUMPBIN=$ac_ct_DUMPBIN
-  fi
+  pkg_failed=yes
 fi
-
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-  
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
+ else
+    pkg_failed=untried
 fi
-test -z "$NM" && NM=nm
 
 
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if ${lt_cv_nm_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
-  cat conftest.out >&5
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
-$as_echo "$lt_cv_nm_interface" >&6; }
-
-# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if ${lt_cv_sys_max_cmd_len+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-    i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        else 
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBASOUND2_PKG_ERRORS" >&5
 
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
 
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+$LIBASOUND2_PKG_ERRORS
 
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-fi
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
-$as_echo "none" >&6; }
+	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
+	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
-    
-    
-    
 
 
-: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
+$as_echo_n "checking for LIBXML2... " >&6; }
+
+if test -n "$LIBXML2_CFLAGS"; then
+    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  lt_unset=false
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$LIBXML2_LIBS"; then
+    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
-    
-    
-    
-
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
-
-    
-    
-    
 
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
-if ${lt_cv_to_host_file_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
-
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        else 
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXML2_PKG_ERRORS" >&5
 
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
-
-    
-    
-    
+	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
-if ${lt_cv_to_tool_file_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  #assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
+$LIBXML2_PKG_ERRORS
 
-fi
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-    
-    
-    
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if ${lt_cv_ld_reload_flag+:} false; then :
-  $as_echo_n "(cached) " >&6
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  lt_cv_ld_reload_flag='-r'
+	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
+	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
 
-    
-    
-    
 
-    
-    
-    
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
+$as_echo_n "checking for SNDFILE... " >&6; }
+
+if test -n "$SNDFILE_CFLAGS"; then
+    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
+if test -n "$SNDFILE_LIBS"; then
+    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        else 
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$SNDFILE_PKG_ERRORS" >&5
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
+	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
 
+$SNDFILE_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if ${lt_cv_deplibs_check_method+:} false; then :
-  $as_echo_n "(cached) " >&6
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[4-9]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
+	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-bsdi[45]*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
 
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
 
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
-  fi
-  ;;
 
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
+$as_echo_n "checking for LIBINSTPATCH... " >&6; }
 
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+if test -n "$LIBINSTPATCH_CFLAGS"; then
+    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$LIBINSTPATCH_LIBS"; then
+    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
 
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        else 
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
 
-interix[3-9]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-  ;;
+	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
 
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+$LIBINSTPATCH_PKG_ERRORS
 
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
-  fi
-  ;;
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
+	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  fi
-  ;;
 
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
+$as_echo_n "checking for GOBJECT... " >&6; }
 
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+if test -n "$GOBJECT_CFLAGS"; then
+    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GOBJECT_LIBS"; then
+    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
 
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
 
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
+        if test $_pkg_short_errors_supported = yes; then
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        else 
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GOBJECT_PKG_ERRORS" >&5
 
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
-    fi
-    ;;
-  esac
-fi
+	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
 
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
+$GOBJECT_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-    
-    
-    
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-    
-    
-    
-
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
+	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-    
-    
-    
 
 
-    
-    
-    
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
+$as_echo_n "checking for GDKPIXBUF... " >&6; }
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+if test -n "$GDKPIXBUF_CFLAGS"; then
+    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+if test -n "$GDKPIXBUF_LIBS"; then
+    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        else 
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GDKPIXBUF_PKG_ERRORS" >&5
 
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-
-
+	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
 
+$GDKPIXBUF_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  lt_cv_sharedlib_from_linklib_cmd='unknown'
-
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
-
+	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
+	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
 
 
-    
-    
-    
 
 
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+$as_echo_n "checking for CAIRO... " >&6; }
 
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
+if test -n "$CAIRO_CFLAGS"; then
+    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
 fi
-
-
-    test -n "$AR" && break
-  done
+ else
+    pkg_failed=untried
 fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
+if test -n "$CAIRO_LIBS"; then
+    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
+  pkg_failed=yes
 fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+ else
+    pkg_failed=untried
 fi
 
 
-  test -n "$ac_ct_AR" && break
-done
-
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
-
-: ${AR=ar}
-: ${AR_FLAGS=cru}
 
-    
-    
-    
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        else 
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$CAIRO_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
 
-    
-    
-    
+$CAIRO_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
-$as_echo_n "checking for archiver @FILE support... " >&6; }
-if ${lt_cv_ar_at_file+:} false; then :
-  $as_echo_n "(cached) " >&6
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  lt_cv_ar_at_file=no
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-int
-main ()
-{
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
+$as_echo_n "checking for GTK... " >&6; }
+
+if test -n "$GTK_CFLAGS"; then
+    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GTK_LIBS"; then
+    pkg_cv_GTK_LIBS="$GTK_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-     
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-  
+ else
+    pkg_failed=untried
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
-$as_echo "$lt_cv_ar_at_file" >&6; }
 
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  archiver_list_spec=$lt_cv_ar_at_file
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        else 
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK_PKG_ERRORS" >&5
 
-    
-    
-    
+	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
 
+$GTK_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-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
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  if test -n "$STRIP"; then
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
+	GTK_LIBS=$pkg_cv_GTK_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
+
+
+
+#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
+#AC_SUBST(XMLRPC_UTIL_CFLAGS)
+#AC_SUBST(XMLRPC_UTIL_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
+#AC_SUBST(XMLRPC_SERVER_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
+
+# Checks for library functions.
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
+$as_echo_n "checking whether NLS is requested... " >&6; }
+    @%:@ Check whether --enable-nls was given.
+if test "${enable_nls+set}" = set; then :
+  enableval=$enable_nls; USE_NLS=$enableval
 else
-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
+  USE_NLS=yes
+fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  
+
+
+        
+      GETTEXT_MACRO_VERSION=0.18
+
+
+    
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
   fi
-done
-  done
-IFS=$as_save_IFS
+  rm -f conf$$.sh
+fi
 
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
 fi
+rm -f conf$$.file
+
+# Extract the first word of "msgfmt", so it can be a program name with args.
+set dummy msgfmt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGFMT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case "$MSGFMT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
+    ;;
+esac
 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; }
+MSGFMT="$ac_cv_path_MSGFMT"
+if test "$MSGFMT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
+$as_echo "$MSGFMT" >&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
+  # Extract the first word of "gmsgfmt", so it can be a program name with args.
+set dummy gmsgfmt; ac_word=$2
 { $as_echo "$as_me:${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 :
+if ${ac_cv_path_GMSGFMT+:} 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
+  case $GMSGFMT in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_STRIP="strip"
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -7772,13488 +7161,6803 @@ done
   done
 IFS=$as_save_IFS
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
+  ;;
+esac
 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; }
+GMSGFMT=$ac_cv_path_GMSGFMT
+if test -n "$GMSGFMT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
+$as_echo "$GMSGFMT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
-  if test "x$ac_ct_STRIP" = x; then
-    STRIP=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    STRIP=$ac_ct_STRIP
-  fi
-else
-  STRIP="$ac_cv_prog_STRIP"
-fi
 
-test -z "$STRIP" && STRIP=:
-
-    
-    
-    
 
+    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+  
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+  
 
-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
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
   fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
+  rm -f conf$$.sh
 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; }
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_executable_p="test -f"
 fi
+rm -f conf$$.file
 
-
-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
+# Extract the first word of "xgettext", so it can be a program name with args.
+set dummy xgettext; ac_word=$2
 { $as_echo "$as_me:${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 :
+if ${ac_cv_path_XGETTEXT+:} 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
+  case "$XGETTEXT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
+    ;;
+esac
 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; }
+XGETTEXT="$ac_cv_path_XGETTEXT"
+if test "$XGETTEXT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
+$as_echo "$XGETTEXT" >&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
+    rm -f messages.po
 
-test -z "$RANLIB" && RANLIB=:
+    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+  
 
     
-    
-    
-
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
+fi
 
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
 
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGMERGE+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case "$MSGMERGE" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
     ;;
   *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
+            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
     ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+esac
+fi
+MSGMERGE="$ac_cv_path_MSGMERGE"
+if test "$MSGMERGE" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
+$as_echo "$MSGMERGE" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
 
-    
-    
-    
+        test -n "$localedir" || localedir='${datadir}/locale'
+  
 
+    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  
 
-    
-    
-    
+  ac_config_commands="$ac_config_commands po-directories"
 
 
-    
-    
-    
+# 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 whether we are using the GNU C Library 2 or newer" >&5
+$as_echo_n "checking whether we are using the GNU C Library 2 or newer... " >&6; }
+if ${ac_cv_gnu_library_2+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    
-    
-    
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2)
+  Lucky GNU user
+ #endif
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2=yes
+else
+  ac_cv_gnu_library_2=no
+fi
+rm -f conftest*
 
+      
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2" >&5
+$as_echo "$ac_cv_gnu_library_2" >&6; }
     
-    
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
+    GLIBC2="$ac_cv_gnu_library_2"
+  
 
 
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+  
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5
+$as_echo_n "checking whether the -Werror option is usable... " >&6; }
+    if ${gl_cv_cc_vis_werror+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[BCDEGRST]'
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+int
+main ()
+{
 
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[BCDT]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[ABCDGISTW]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[ABCDEGRST]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[BCDEGRST]'
-  ;;
-osf*)
-  symcode='[BCDEGQRST]'
-  ;;
-solaris*)
-  symcode='[BDRT]'
-  ;;
-sco3.2v5*)
-  symcode='[DT]'
-  ;;
-sysv4.2uw2*)
-  symcode='[DT]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[ABDT]'
-  ;;
-sysv4)
-  symcode='[DFNSTU]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[ABCDGIRSTW]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK '"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
-
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
+  ;
+  return 0;
 }
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_vis_werror=yes
+else
+  gl_cv_cc_vis_werror=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5
+$as_echo "$gl_cv_cc_vis_werror" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
+$as_echo_n "checking for simple visibility declarations... " >&6; }
+    if ${gl_cv_cc_visibility+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+                                    if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
       fi
-
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT@&t at _DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT@&t at _DLSYM_CONST
-#else
-# define LT@&t at _DLSYM_CONST const
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT@&t at _DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[] =
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+         extern __attribute__((__visibility__("default"))) int exportedvar;
+         extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+         extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+         void dummyfunc (void) {}
+int
+main ()
 {
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
 
-#ifdef __cplusplus
+  ;
+  return 0;
 }
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&5
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&5
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_visibility=yes
+else
+  gl_cv_cc_visibility=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5
+$as_echo "$gl_cv_cc_visibility" >&6; }
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
     fi
-  else
-    echo "$progname: failed program was:" >&5
-    cat conftest.$ac_ext >&5
   fi
-  rm -rf conftest* conftst*
+  
+  
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_VISIBILITY $HAVE_VISIBILITY
+_ACEOF
 
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
 
-fi
 
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
-$as_echo "failed" >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
+$as_echo_n "checking for stdint.h... " >&6; }
+if ${gl_cv_header_stdint_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <stdint.h>
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_stdint_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
-$as_echo "ok" >&6; }
+  gl_cv_header_stdint_h=no
 fi
-
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
-  nm_file_list_spec='@'
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-
-
-    
-    
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5
+$as_echo "$gl_cv_header_stdint_h" >&6; }
+  if test $gl_cv_header_stdint_h = yes; then
     
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H_WITH_UINTMAX 1
+_ACEOF
 
+  fi
 
-    
-    
-    
 
 
-    
-    
-    
+  
+  for ac_header in $ac_header_list
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
 
+done
 
-    
-    
-    
+  
 
 
-    
-    
-    
 
 
-    
-    
-    
 
 
-    
-    
-    
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
-$as_echo_n "checking for sysroot... " >&6; }
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
-@%:@ Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then :
-  withval=$with_sysroot; 
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
 else
-  with_sysroot=no
+  ac_cv_func_mmap_fixed_mapped=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
-   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
-   ;;
-esac
+fi
+rm -f conftest.mmap conftest.txt
 
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
-$as_echo "${lt_sysroot:-no}" >&6; }
 
     
-    
-    
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
+$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
+if ${gt_cv_int_divbyzero_sigfpe+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi
-      $ac_path_lt_DD_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
-  fi
+  
+      gt_cv_int_divbyzero_sigfpe=
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On MacOS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        if test "$cross_compiling" = yes; then :
+  
+            # Guess based on the CPU.
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+          
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <stdlib.h>
+#include <signal.h>
+
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
+
+int x = 1;
+int y = 0;
+int z;
+int nan;
+
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
+
+  z = x / y;
+  nan = y / y;
+  exit (1);
+}
+
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_int_divbyzero_sigfpe=yes
 else
-  ac_cv_path_lt_DD=$lt_DD
+  gt_cv_int_divbyzero_sigfpe=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-rm -f conftest.i conftest2.i conftest.out
+      fi
+    
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_int_divbyzero_sigfpe" >&5
+$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define INTDIV0_RAISES_SIGFPE $value
+_ACEOF
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
+$as_echo_n "checking for inttypes.h... " >&6; }
+if ${gl_cv_header_inttypes_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+#include <inttypes.h>
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_inttypes_h=yes
+else
+  gl_cv_header_inttypes_h=no
 fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
-
-    
-    
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5
+$as_echo "$gl_cv_header_inttypes_h" >&6; }
+  if test $gl_cv_header_inttypes_h = yes; then
     
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H_WITH_UINTMAX 1
+_ACEOF
 
+  fi
 
-@%:@ Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
-  enableval=$enable_libtool_lock; 
-fi
 
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
-
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
-    else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
-    fi
-  fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if ${lt_cv_cc_needs_belf+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
+$as_echo_n "checking for unsigned long long int... " >&6; }
+if ${ac_cv_type_unsigned_long_long_int+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+  /* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;
 int
 main ()
 {
-
+/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));
   ;
   return 0;
 }
+
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_cc_needs_belf=yes
+  ac_cv_type_unsigned_long_long_int=yes
 else
-  lt_cv_cc_needs_belf=no
+  ac_cv_type_unsigned_long_long_int=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-     ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
+$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
+
   fi
-  rm -rf conftest*
-  ;;
-esac
 
-need_locks=$enable_libtool_lock
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
-set dummy ${ac_tool_prefix}mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$MANIFEST_TOOL"; then
-  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
+  
+  
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uintmax_t $ac_type
+_ACEOF
+
+  else
+    
+$as_echo "@%:@define HAVE_UINTMAX_T 1" >>confdefs.h
+
   fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
-if test -n "$MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
-$as_echo "$MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+  for ac_header in inttypes.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
+if test "x$ac_cv_header_inttypes_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H 1
+_ACEOF
+ 
 fi
 
+done
 
-fi
-if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
-  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
-  # Extract the first word of "mt", so it can be a program name with args.
-set dummy mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+  if test $ac_cv_header_inttypes_h = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
+$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
+if ${gt_cv_inttypes_pri_broken+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_MANIFEST_TOOL"; then
-  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
 
-fi
-fi
-ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
-if test -n "$ac_ct_MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_inttypes_pri_broken=no
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_inttypes_pri_broken=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
+$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define PRI_MACROS_BROKEN 1
+_ACEOF
 
-  if test "x$ac_ct_MANIFEST_TOOL" = x; then
-    MANIFEST_TOOL=":"
+    PRI_MACROS_BROKEN=1
   else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
+    PRI_MACROS_BROKEN=0
   fi
-else
-  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
-fi
+  
 
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
-if ${lt_cv_path_mainfest_tool+:} false; then :
-  $as_echo_n "(cached) " >&6
+
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
+if test "x$ac_cv_header_minix_config_h" = xyes; then :
+  MINIX=yes
 else
-  lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&5
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
+  MINIX=
 fi
 
+
+  if test "$MINIX" = yes; then
     
+$as_echo "@%:@define _POSIX_SOURCE 1" >>confdefs.h
+
     
+$as_echo "@%:@define _POSIX_1_SOURCE 2" >>confdefs.h
+
     
+$as_echo "@%:@define _MINIX 1" >>confdefs.h
 
+  fi
 
-  case $host_os in
-    rhapsody* | darwin*)
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DSYMUTIL+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
+if ${ac_cv_safe_to_define___extensions__+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DSYMUTIL"; then
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
-if test -n "$DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
-$as_echo "$DSYMUTIL" >&6; }
+#         define __EXTENSIONS__ 1
+          $ac_includes_default
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_safe_to_define___extensions__=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_safe_to_define___extensions__=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
+  test $ac_cv_safe_to_define___extensions__ = yes &&
+    $as_echo "@%:@define __EXTENSIONS__ 1" >>confdefs.h
 
+  $as_echo "@%:@define _ALL_SOURCE 1" >>confdefs.h
 
-fi
-if test -z "$ac_cv_prog_DSYMUTIL"; then
-  ac_ct_DSYMUTIL=$DSYMUTIL
-  # Extract the first word of "dsymutil", so it can be a program name with args.
-set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DSYMUTIL"; then
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  $as_echo "@%:@define _GNU_SOURCE 1" >>confdefs.h
 
-fi
-fi
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
-if test -n "$ac_ct_DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
+  $as_echo "@%:@define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
+
+  $as_echo "@%:@define _TANDEM_SOURCE 1" >>confdefs.h
+
+
+
+          
+  
+        
+    
+  @%:@ Check whether --enable-threads was given.
+if test "${enable_threads+set}" = set; then :
+  enableval=$enable_threads; gl_use_threads=$enableval
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+       case "$host_os" in
+                                                               osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+     fi
+    
 fi
 
-  if test "x$ac_ct_DSYMUTIL" = x; then
-    DSYMUTIL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DSYMUTIL=$ac_ct_DSYMUTIL
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_TRY_LINK test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
   fi
-else
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NMEDIT"; then
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
+
+  
+
+
+      if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
   fi
-done
-  done
-IFS=$as_save_IFS
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
 
-fi
-fi
-NMEDIT=$ac_cv_prog_NMEDIT
-if test -n "$NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
-$as_echo "$NMEDIT" >&6; }
+
+@%:@ Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  with_gnu_ld=no
 fi
 
-
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
 fi
-if test -z "$ac_cv_prog_NMEDIT"; then
-  ac_ct_NMEDIT=$NMEDIT
-  # Extract the first word of "nmedit", so it can be a program name with args.
-set dummy nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
+$as_echo_n "checking for ld used by GCC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | [A-Za-z]:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the path of ld
+      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
+      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
 else
-  if test -n "$ac_ct_NMEDIT"; then
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
+fi
+if ${acl_cv_path_LD+:} 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=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
+  if test -z "$LD"; then
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
+  for ac_dir in $PATH; do
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some GNU ld's only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break ;;
+      *)
+        test "$with_gnu_ld" != yes && break ;;
+      esac
+    fi
   done
-IFS=$as_save_IFS
-
+  IFS="$ac_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
 fi
 fi
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
-if test -n "$ac_ct_NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
-$as_echo "$ac_ct_NMEDIT" >&6; }
+
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
-
-  if test "x$ac_ct_NMEDIT" = x; then
-    NMEDIT=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    NMEDIT=$ac_ct_NMEDIT
-  fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${acl_cv_prog_gnu_ld+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  NMEDIT="$ac_cv_prog_NMEDIT"
+  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes ;;
+*)
+  acl_cv_prog_gnu_ld=no ;;
+esac
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
+$as_echo "$acl_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$acl_cv_prog_gnu_ld
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
-set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LIPO+:} false; then :
+
+
+    
+                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
+$as_echo_n "checking for shared library run path origin... " >&6; }
+if ${acl_cv_rpath+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$LIPO"; then
-  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
+  
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  
 fi
-LIPO=$ac_cv_prog_LIPO
-if test -n "$LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
-$as_echo "$LIPO" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
+$as_echo "$acl_cv_rpath" >&6; }
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+    @%:@ Check whether --enable-rpath was given.
+if test "${enable_rpath+set}" = set; then :
+  enableval=$enable_rpath; :
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  enable_rpath=yes
 fi
 
 
-fi
-if test -z "$ac_cv_prog_LIPO"; then
-  ac_ct_LIPO=$LIPO
-  # Extract the first word of "lipo", so it can be a program name with args.
-set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+
+                          
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
+$as_echo_n "checking for 64-bit host... " >&6; }
+if ${gl_cv_solaris_64bit+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_LIPO"; then
-  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#ifdef _LP64
+sixtyfour bits
+#endif
+           
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
+  gl_cv_solaris_64bit=yes
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_LIPO="lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  gl_cv_solaris_64bit=no
+fi
+rm -f conftest*
 
+        
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
+$as_echo "$gl_cv_solaris_64bit" >&6; }
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+
+
+  
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5
+$as_echo_n "checking whether imported symbols can be declared weak... " >&6; }
+if ${gl_cv_have_weak+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gl_cv_have_weak=no
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern void xyzzy ();
+#pragma weak xyzzy
+int
+main ()
+{
+xyzzy();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_cv_have_weak=maybe
 fi
-ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
-if test -n "$ac_ct_LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
-$as_echo "$ac_ct_LIPO" >&6; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+       if test $gl_cv_have_weak = maybe; then
+                           if test "$cross_compiling" = yes; then :
+                          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Extensible Linking Format" >/dev/null 2>&1; then :
+  gl_cv_have_weak="guessing yes"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_have_weak="guessing no"
 fi
+rm -f conftest*
 
-  if test "x$ac_ct_LIPO" = x; then
-    LIPO=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    LIPO=$ac_ct_LIPO
-  fi
+           
 else
-  LIPO="$ac_cv_prog_LIPO"
-fi
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OTOOL"; then
-  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_have_weak=yes
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
+  gl_cv_have_weak=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
-OTOOL=$ac_cv_prog_OTOOL
-if test -n "$OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
-$as_echo "$OTOOL" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5
+$as_echo "$gl_cv_have_weak" >&6; }
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
+if test "x$ac_cv_header_pthread_h" = xyes; then :
+  gl_have_pthread_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_have_pthread_h=no
 fi
 
 
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pthread.h>
+int
+main ()
+{
+pthread_mutex_lock((pthread_mutex_t*)0);
+           pthread_mutexattr_init((pthread_mutexattr_t*)0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pthread=yes
 fi
-if test -z "$ac_cv_prog_OTOOL"; then
-  ac_ct_OTOOL=$OTOOL
-  # Extract the first word of "otool", so it can be a program name with args.
-set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL"; then
-  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL="otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpthread  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
-if test -n "$ac_ct_OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
-$as_echo "$ac_ct_OTOOL" >&6; }
+/* 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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_pthread_pthread_kill=no
 fi
-
-  if test "x$ac_ct_OTOOL" = x; then
-    OTOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL=$ac_ct_OTOOL
-  fi
-else
-  OTOOL="$ac_cv_prog_OTOOL"
+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_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 
+$as_echo "@%:@define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OTOOL64"; then
-  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OTOOL64=$ac_cv_prog_OTOOL64
-if test -n "$OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
-$as_echo "$OTOOL64" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+             esac
+            
 fi
 
-
-fi
-if test -z "$ac_cv_prog_OTOOL64"; then
-  ac_ct_OTOOL64=$OTOOL64
-  # Extract the first word of "otool64", so it can be a program name with args.
-set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
+        else
+          # Some library is needed. Try libpthread and libc_r.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL64"; then
-  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL64="otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpthread  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
-if test -n "$ac_ct_OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
-$as_echo "$ac_ct_OTOOL64" >&6; }
+/* 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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_pthread_pthread_kill=no
 fi
-
-  if test "x$ac_ct_OTOOL64" = x; then
-    OTOOL64=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL64=$ac_ct_OTOOL64
-  fi
-else
-  OTOOL64="$ac_cv_prog_OTOOL64"
+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}: checking for -single_module linker flag" >&5
-$as_echo_n "checking for -single_module linker flag... " >&6; }
-if ${lt_cv_apple_cc_single_mod+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&5
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&5
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&5
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if ${lt_cv_ld_exported_symbols_list+:} false; then :
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5
+$as_echo_n "checking for pthread_kill in -lc_r... " >&6; }
+if ${ac_cv_lib_c_r_pthread_kill+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lc_r  $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_kill ();
 int
 main ()
 {
-
+return pthread_kill ();
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_ld_exported_symbols_list=yes
+  ac_cv_lib_c_r_pthread_kill=yes
 else
-  lt_cv_ld_exported_symbols_list=no
+  ac_cv_lib_c_r_pthread_kill=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
-    
+LIBS=$ac_check_lib_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5
+$as_echo "$ac_cv_lib_c_r_pthread_kill" >&6; }
+if test "x$ac_cv_lib_c_r_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
-$as_echo_n "checking for -force_load linker flag... " >&6; }
-if ${lt_cv_ld_force_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
-      echo "$AR cru libconftest.a conftest.o" >&5
-      $AR cru libconftest.a conftest.o 2>&5
-      echo "$RANLIB libconftest.a" >&5
-      $RANLIB libconftest.a 2>&5
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&5
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          
+$as_echo "@%:@define USE_POSIX_THREADS 1" >>confdefs.h
+
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              
+$as_echo "@%:@define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
+
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
       fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-    
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
-$as_echo "$lt_cv_ld_force_load" >&6; }
-    case $host_os in
-    rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
     fi
-    ;;
-  esac
-
-
-{ $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
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
+#include <thread.h>
+#include <synch.h>
 int
 main ()
 {
-
+thr_self();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stdc=yes
-else
-  ac_cv_header_stdc=no
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_solaristhread=yes
 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 <string.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "memchr" >/dev/null 2>&1; then :
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          
+$as_echo "@%:@define USE_SOLARIS_THREADS 1" >>confdefs.h
+
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_SOLARIS_THREADS_WEAK 1" >>confdefs.h
+
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      
+  
+  
   
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libpth" >&5
+$as_echo_n "checking how to link with libpth... " >&6; }
+if ${ac_cv_libpth_libs+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
+  
+    
+  
+  
+  
+  
+  
+    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-fi
+  
+@%:@ Check whether --with-libpth-prefix was given.
+if test "${with_libpth_prefix+set}" = set; then :
+  withval=$with_libpth_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-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 <stdlib.h>
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-_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*
 
+      LIBPTH=
+  LTLIBPTH=
+  INCPTH=
+  LIBPTH_PREFIX=
+      HAVE_LIBPTH=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='pth '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBPTH="${LIBPTH}${LIBPTH:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBPTH; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBPTH; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_a"
+              else
+                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCPTH; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCPTH="${INCPTH}${INCPTH:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$dep"
+                    LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+            LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
+
+    ac_cv_libpth_libs="$LIBPTH"
+    ac_cv_libpth_ltlibs="$LTLIBPTH"
+    ac_cv_libpth_cppflags="$INCPTH"
+    ac_cv_libpth_prefix="$LIBPTH_PREFIX"
+  
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libpth_libs" >&5
+$as_echo "$ac_cv_libpth_libs" >&6; }
+  LIBPTH="$ac_cv_libpth_libs"
+  LTLIBPTH="$ac_cv_libpth_ltlibs"
+  INCPTH="$ac_cv_libpth_cppflags"
+  LIBPTH_PREFIX="$ac_cv_libpth_prefix"
+  
+  for element in $INCPTH; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-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 <ctype.h>
-#include <stdlib.h>
-#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
+  
+  
+  
+      HAVE_LIBPTH=yes
+  
+  
 
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS -lpth"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pth.h>
 int
 main ()
 {
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-	|| toupper (i) != TOUPPER (i))
-      return 2;
+pth_self();
+  ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  
-else
-  ac_cv_header_stdc=no
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
-$as_echo "$ac_cv_header_stdc" >&6; }
-if test $ac_cv_header_stdc = yes; then
-  
-$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
-
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pth=yes
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        
+$as_echo "@%:@define USE_PTH_THREADS 1" >>confdefs.h
 
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-		  inttypes.h stdint.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_PTH_THREADS_WEAK 1" >>confdefs.h
 
-done
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then
+        if { case "$host_os" in
+               mingw*) true;;
+               *) false;;
+             esac
+           }; then
+          gl_threads_api=win32
+          
+$as_echo "@%:@define USE_WIN32_THREADS 1" >>confdefs.h
 
+        fi
+      fi
+    fi
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5
+$as_echo_n "checking for multithread API to use... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5
+$as_echo "$gl_threads_api" >&6; }
+  
+  
+  
+  
 
-for ac_header in dlfcn.h
-do :
-  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_DLFCN_H 1
-_ACEOF
- 
-fi
 
-done
+  
+  
 
 
+  
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    ac_fn_c_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include <pthread.h>
+"
+if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h
 
+fi
 
-func_stripname_cnf ()
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pthread.h>
+int
+main ()
 {
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
-  esac
-} # func_stripname_cnf
-
-
-
-
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h
 
-# Set options
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  
+  
 
 
 
-        enable_dlopen=no
+    
   
 
+      
+  
+  
+  
+  
   
-            @%:@ Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  enable_shared=yes
-fi
-
-
-    
-    
-    
     
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+  
+@%:@ Check whether --with-libiconv-prefix was given.
+if test "${with_libiconv_prefix+set}" = set; then :
+  withval=$with_libiconv_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-  @%:@ Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  enable_static=yes
 fi
 
+      LIBICONV=
+  LTLIBICONV=
+  INCICONV=
+  LIBICONV_PREFIX=
+      HAVE_LIBICONV=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='iconv '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBICONV; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBICONV; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
+              else
+                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCICONV; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
+                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
-    
-    
-    
-    
 
 
+  
+       
+      
 
+          am_save_CPPFLAGS="$CPPFLAGS"
   
-@%:@ Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
-  withval=$with_pic; lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
-else
-  pic_mode=default
-fi
-
-
-
-    
-    
-    
+  for element in $INCICONV; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
 
-  @%:@ Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
-  enableval=$enable_fast_install; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
+$as_echo_n "checking for iconv... " >&6; }
+if ${am_cv_func_iconv+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  enable_fast_install=yes
+  
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <iconv.h>
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+       iconv(cd,NULL,NULL,NULL,NULL);
+       iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_func_iconv=yes
 fi
-
-
-
-    
-    
-    
-
-
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdlib.h>
+#include <iconv.h>
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+         iconv(cd,NULL,NULL,NULL,NULL);
+         iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_lib_iconv=yes
+        am_cv_func_iconv=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$am_save_LIBS"
+    fi
   
-@%:@ Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
+$as_echo "$am_cv_func_iconv" >&6; }
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
+$as_echo_n "checking for working iconv... " >&6; }
+if ${am_cv_func_iconv_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_with_aix_soname=aix
-fi
+  
+            am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      if test "$cross_compiling" = yes; then :
+  case "$host_os" in
+           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+           *)            am_cv_func_iconv_works="guessing yes" ;;
+         esac
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    with_aix_soname=$lt_cv_with_aix_soname
+#include <iconv.h>
+#include <string.h>
+int main ()
+{
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          return 1;
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\263";
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          return 1;
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          return 1;
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    return 1;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  am_cv_func_iconv_works=yes
+else
+  am_cv_func_iconv_works=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-
-    
+      LIBS="$am_save_LIBS"
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
+$as_echo "$am_cv_func_iconv_works" >&6; }
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
     
+$as_echo "@%:@define HAVE_ICONV 1" >>confdefs.h
 
-
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
+$as_echo_n "checking how to link with libiconv... " >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
+$as_echo "$LIBICONV" >&6; }
+  else
+            CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  
   
 
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
+$as_echo_n "checking for iconv declaration... " >&6; }
+    if ${am_cv_proto_iconv+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-
-
-    
-    
-    
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
 
-    
-    
-    
+int
+main ()
+{
 
-    
-    
-    
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  am_cv_proto_iconv_arg1=""
+else
+  am_cv_proto_iconv_arg1="const"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
+fi
 
+    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 
+         $am_cv_proto_iconv" >&5
+$as_echo "
+         $am_cv_proto_iconv" >&6; }
     
-    
-    
+cat >>confdefs.h <<_ACEOF
+@%:@define ICONV_CONST $am_cv_proto_iconv_arg1
+_ACEOF
 
-    
-    
-    
+  fi
 
-    
-    
-    
 
-    
-    
-    
-test -z "$LN_S" && LN_S="ln -s"
+      
+            
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }
+int
+main ()
+{
 
-    
-    
-    
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_BUILTIN_EXPECT 1" >>confdefs.h
 
-    
-    
-    
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 
-    
-    
-    
+  for ac_header in argz.h inttypes.h limits.h unistd.h sys/param.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
 
+done
 
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
+  for ac_func in getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
+done
+
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
-$as_echo_n "checking for objdir... " >&6; }
-if ${lt_cv_objdir+:} false; then :
+            
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether feof_unlocked is declared" >&5
+$as_echo_n "checking whether feof_unlocked is declared... " >&6; }
+if ${ac_cv_have_decl_feof_unlocked+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
+
+#ifndef feof_unlocked
+  char *p = (char *) feof_unlocked;
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_decl_feof_unlocked=yes
 else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
+  ac_cv_have_decl_feof_unlocked=no
 fi
-rmdir .libs 2>/dev/null
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
-$as_echo "$lt_cv_objdir" >&6; }
-objdir=$lt_cv_objdir
-
-    
-    
-    
-
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_feof_unlocked" >&5
+$as_echo "$ac_cv_have_decl_feof_unlocked" >&6; }
+  if test $ac_cv_have_decl_feof_unlocked = yes; then
+    gt_value=1
+  else
+    gt_value=0
+  fi
+  
 cat >>confdefs.h <<_ACEOF
-@%:@define LT_OBJDIR "$lt_cv_objdir/"
+@%:@define HAVE_DECL_FEOF_UNLOCKED $gt_value
 _ACEOF
 
 
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fgets_unlocked is declared" >&5
+$as_echo_n "checking whether fgets_unlocked is declared... " >&6; }
+if ${ac_cv_have_decl_fgets_unlocked+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
 
+#ifndef fgets_unlocked
+  char *p = (char *) fgets_unlocked;
+#endif
 
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_decl_fgets_unlocked=yes
+else
+  ac_cv_have_decl_fgets_unlocked=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_fgets_unlocked" >&5
+$as_echo "$ac_cv_have_decl_fgets_unlocked" >&6; }
+  if test $ac_cv_have_decl_fgets_unlocked = yes; then
+    gt_value=1
+  else
+    gt_value=0
   fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_FGETS_UNLOCKED $gt_value
+_ACEOF
 
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
 
-with_gnu_ld=$lt_cv_prog_gnu_ld
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
+  
 
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
-
-for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
-
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
+                      for ac_prog in bison
+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_INTLBISON+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
+  if test -n "$INTLBISON"; then
+  ac_cv_prog_INTLBISON="$INTLBISON" # 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_INTLBISON="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
   done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
+IFS=$as_save_IFS
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
 fi
-
-    
-    
-    
-
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
-$as_echo_n "checking for file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
 fi
-
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
+INTLBISON=$ac_cv_prog_INTLBISON
+if test -n "$INTLBISON"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
+$as_echo "$INTLBISON" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
 
+  test -n "$INTLBISON" && break
+done
+
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
   else
-    MAGIC_CMD=:
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
+$as_echo_n "checking version of bison... " >&6; }
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
+$as_echo "$ac_prog_version" >&6; }
   fi
-fi
-
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
   fi
-  ;;
-esac
 
-# Use C for the default configuration in the libtool script
-
-lt_save_CC=$CC
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
+$as_echo_n "checking for long long int... " >&6; }
+if ${ac_cv_type_long_long_int+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Source file extension for C test sources.
-ac_ext=c
+  /* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;
+int
+main ()
+{
+/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));
+  ;
+  return 0;
+}
 
-# Object file extension for compiled C test sources.
-objext=o
-objext=$objext
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+                          if test "$cross_compiling" = yes; then :
+  ac_cv_type_long_long_int=yes
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <limits.h>
+               @%:@ifndef LLONG_MAX
+               @%:@ define HALF \
+                        (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+               @%:@ define LLONG_MAX (HALF - 1 + HALF)
+               @%:@endif
+int
+main ()
+{
+long long int n = 1;
+               int i;
+               for (i = 0; ; i++)
+                 {
+                   long long int m = n << i;
+                   if (m >> i != n)
+                     return 1;
+                   if (LLONG_MAX / 2 < m)
+                     break;
+                 }
+               return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_type_long_long_int=yes
+else
+  ac_cv_type_long_long_int=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
 
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
+else
+  ac_cv_type_long_long_int=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
+$as_echo "$ac_cv_type_long_long_int" >&6; }
+  if test $ac_cv_type_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_LONG_LONG_INT 1" >>confdefs.h
 
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
+  fi
 
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
+$as_echo_n "checking for wchar_t... " >&6; }
+if ${gt_cv_c_wchar_t+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+       wchar_t foo = (wchar_t)'\0';
+int
+main ()
+{
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wchar_t=yes
+else
+  gt_cv_c_wchar_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
+$as_echo "$gt_cv_c_wchar_t" >&6; }
+  if test $gt_cv_c_wchar_t = yes; then
+    
+$as_echo "@%:@define HAVE_WCHAR_T 1" >>confdefs.h
 
+  fi
 
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
+$as_echo_n "checking for wint_t... " >&6; }
+if ${gt_cv_c_wint_t+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+       wint_t foo = (wchar_t)'\0';
+int
+main ()
+{
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wint_t=yes
+else
+  gt_cv_c_wint_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
+$as_echo "$gt_cv_c_wint_t" >&6; }
+  if test $gt_cv_c_wint_t = yes; then
+    
+$as_echo "@%:@define HAVE_WINT_T 1" >>confdefs.h
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
+  fi
 
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
 
-# save warnings/boilerplate of simple test code
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5
+$as_echo_n "checking for intmax_t... " >&6; }
+if ${gt_cv_c_intmax_t+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
 
+int
+main ()
+{
+intmax_t x = -1;
+        return !x;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_intmax_t=yes
+else
+  gt_cv_c_intmax_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5
+$as_echo "$gt_cv_c_intmax_t" >&6; }
+  if test $gt_cv_c_intmax_t = yes; then
+    
+$as_echo "@%:@define HAVE_INTMAX_T 1" >>confdefs.h
 
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  
-lt_prog_compiler_no_builtin_flag=
+  fi
 
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
-  *)
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
-  esac
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf() supports POSIX/XSI format strings" >&5
+$as_echo_n "checking whether printf() supports POSIX/XSI format strings... " >&6; }
+if ${gt_cv_func_printf_posix+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_rtti_exceptions=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_rtti_exceptions=yes
-     fi
-   fi
-   $RM conftest*
+  
+      if test "$cross_compiling" = yes; then :
+  
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+          
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "notposix" >/dev/null 2>&1; then :
+  gt_cv_func_printf_posix="guessing no"
+else
+  gt_cv_func_printf_posix="guessing yes"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+rm -f conftest*
 
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
+      
 else
-    :
-fi
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_func_printf_posix=yes
+else
+  gt_cv_func_printf_posix=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_printf_posix" >&5
+$as_echo "$gt_cv_func_printf_posix" >&6; }
+  case $gt_cv_func_printf_posix in
+    *yes)
+      
+$as_echo "@%:@define HAVE_POSIX_PRINTF 1" >>confdefs.h
 
+      ;;
+  esac
 
-  lt_prog_compiler_wl=
-lt_prog_compiler_pic=
-lt_prog_compiler_static=
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2.1 or newer" >&5
+$as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; }
+if ${ac_cv_gnu_library_2_1+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-  if test yes = "$GCC"; then
-    lt_prog_compiler_wl='-Wl,'
-    lt_prog_compiler_static='-static'
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2_1=yes
+else
+  ac_cv_gnu_library_2_1=no
+fi
+rm -f conftest*
 
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      lt_prog_compiler_pic='-fPIC'
-      ;;
+      
+    
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
+$as_echo "$ac_cv_gnu_library_2_1" >&6; }
+    
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
+_ACEOF
+ 
+fi
 
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
+done
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      ;;
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5
+$as_echo_n "checking for SIZE_MAX... " >&6; }
+if ${gl_cv_size_max+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+    gl_cv_size_max=
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static=
-      ;;
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
 
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='-fPIC'
-	;;
-      esac
-      ;;
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Found it" >/dev/null 2>&1; then :
+  gl_cv_size_max=yes
+fi
+rm -f conftest*
 
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
+    if test -z "$gl_cv_size_max"; then
+                        if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1"        "#include <stddef.h>
+#include <limits.h>"; then :
+  
+else
+  size_t_bits_minus_1=
+fi
 
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      lt_prog_compiler_can_build_shared=no
-      enable_shared=no
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic=-Kconform_pic
-      fi
-      ;;
+      if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint"        "#include <stddef.h>"; then :
+  
+else
+  fits_in_uint=
+fi
 
-    *)
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-    esac
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+                              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+            extern size_t foo;
+            extern unsigned long foo;
+            
+int
+main ()
+{
 
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      lt_prog_compiler_wl='-Xlinker '
-      if test -n "$lt_prog_compiler_pic"; then
-        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  fits_in_uint=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+        fi
+                                if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
       else
-	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
+                gl_cv_size_max='((size_t)~(size_t)0)'
       fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC (with -KPIC) is the default.
-      lt_prog_compiler_static='-non_shared'
-      ;;
+    fi
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5
+$as_echo "$gl_cv_size_max" >&6; }
+  if test "$gl_cv_size_max" != yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define SIZE_MAX $gl_cv_size_max
+_ACEOF
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-KPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='--shared'
-	lt_prog_compiler_static='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	lt_prog_compiler_wl='-Wl,-Wl,,'
-	lt_prog_compiler_pic='-PIC'
-	lt_prog_compiler_static='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fpic'
-	lt_prog_compiler_static='-Bstatic'
-        ;;
-      ccc*)
-        lt_prog_compiler_wl='-Wl,'
-        # All Alpha code is PIC.
-        lt_prog_compiler_static='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-qpic'
-	lt_prog_compiler_static='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Wl,'
-	  ;;
-        *Intel*\ [CF]*Compiler*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fPIC'
-	  lt_prog_compiler_static='-static'
-	  ;;
-	*Portland\ Group*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fpic'
-	  lt_prog_compiler_static='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
+  fi
+        
 
-    newsos6)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
 
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
+    
+  
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
+_ACEOF
+ 
+fi
 
-    osf3* | osf4* | osf5*)
-      lt_prog_compiler_wl='-Wl,'
-      # All OSF/1 code is PIC.
-      lt_prog_compiler_static='-non_shared'
-      ;;
+done
 
-    rdos*)
-      lt_prog_compiler_static='-non_shared'
-      ;;
 
-    solaris*)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	lt_prog_compiler_wl='-Qoption ld ';;
-      *)
-	lt_prog_compiler_wl='-Wl,';;
-      esac
-      ;;
 
-    sunos4*)
-      lt_prog_compiler_wl='-Qoption ld '
-      lt_prog_compiler_pic='-PIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
+    
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5
+$as_echo_n "checking for working fcntl.h... " >&6; }
+if ${gl_cv_header_working_fcntl_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  gl_cv_header_working_fcntl_h=cross-compiling
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+           #include <sys/stat.h>
+           #include <unistd.h>
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          
+int
+main ()
+{
 
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
+            int status = !constants;
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink (".", sym) != 0
+                  || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
+                status |= 32;
+              unlink (sym);
+            }
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              char c;
+              struct stat st0, st1;
+              if (fd < 0
+                  || fstat (fd, &st0) != 0
+                  || sleep (1) != 0
+                  || read (fd, &c, 1) != 1
+                  || close (fd) != 0
+                  || stat (file, &st1) != 0
+                  || st0.st_atime != st1.st_atime)
+                status |= 64;
+            }
+            return status;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_header_working_fcntl_h=yes
+else
+  case $? in #(
+        32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
 
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic='-Kconform_pic'
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5
+$as_echo "$gl_cv_header_working_fcntl_h" >&6; }
 
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOATIME $ac_val
+_ACEOF
 
-    unicos*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_can_build_shared=no
-      ;;
 
-    uts4*)
-      lt_prog_compiler_pic='-pic'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOFOLLOW $ac_val
+_ACEOF
 
-    *)
-      lt_prog_compiler_can_build_shared=no
-      ;;
-    esac
-  fi
 
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic=
-    ;;
-  *)
-    lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
-    ;;
-esac
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
+else
+  gt_cv_func_CFPreferencesCopyAppValue=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
-lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works+:} false; then :
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_pic_works=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
-    case $lt_prog_compiler_pic in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
-     esac
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
 else
-    lt_prog_compiler_pic=
-     lt_prog_compiler_can_build_shared=no
+  gt_cv_func_CFLocaleCopyCurrent=no
 fi
-
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 fi
-
-    
-    
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
     
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
 
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  
 
 
-    
-    
-    
+                        
+  
+  
+        
+    case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  
 
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works+:} false; then :
-  $as_echo_n "(cached) " >&6
+  ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
 else
-  lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+  
+$as_echo "@%:@define ptrdiff_t long" >>confdefs.h
 
+    
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
-if test yes = "$lt_cv_prog_compiler_static_works"; then
-    :
-else
-    lt_prog_compiler_static=
+  for ac_header in stddef.h stdlib.h string.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
+done
 
-    
-    
-    
+  for ac_func in asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
+done
 
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
+      
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _snprintf is declared" >&5
+$as_echo_n "checking whether _snprintf is declared... " >&6; }
+if ${ac_cv_have_decl__snprintf+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
+#ifndef _snprintf
+  char *p = (char *) _snprintf;
+#endif
 
-    
-    
-    
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_decl__snprintf=yes
+else
+  ac_cv_have_decl__snprintf=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl__snprintf" >&5
+$as_echo "$ac_cv_have_decl__snprintf" >&6; }
+  if test $ac_cv_have_decl__snprintf = yes; then
+    gt_value=1
+  else
+    gt_value=0
+  fi
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNPRINTF $gt_value
+_ACEOF
 
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _snwprintf is declared" >&5
+$as_echo_n "checking whether _snwprintf is declared... " >&6; }
+if ${ac_cv_have_decl__snwprintf+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
 
-    
-    
-    
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  runpath_var=
-  allow_undefined_flag=
-  always_export_symbols=no
-  archive_cmds=
-  archive_expsym_cmds=
-  compiler_needs_object=no
-  enable_shared_with_static_runtimes=no
-  export_dynamic_flag_spec=
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  hardcode_automatic=no
-  hardcode_direct=no
-  hardcode_direct_absolute=no
-  hardcode_libdir_flag_spec=
-  hardcode_libdir_separator=
-  hardcode_minus_L=no
-  hardcode_shlibpath_var=unsupported
-  inherit_rpath=no
-  link_all_deplibs=unknown
-  module_cmds=
-  module_expsym_cmds=
-  old_archive_from_new_cmds=
-  old_archive_from_expsyms_cmds=
-  thread_safe_flag_spec=
-  whole_archive_flag_spec=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  include_expsyms=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
+#ifndef _snwprintf
+  char *p = (char *) _snwprintf;
+#endif
 
-  ld_shlibs=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
-	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_decl__snwprintf=yes
+else
+  ac_cv_have_decl__snwprintf=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl__snwprintf" >&5
+$as_echo "$ac_cv_have_decl__snwprintf" >&6; }
+  if test $ac_cv_have_decl__snwprintf = yes; then
+    gt_value=1
+  else
+    gt_value=0
   fi
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNWPRINTF $gt_value
+_ACEOF
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      whole_archive_flag_spec=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
-    esac
-
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	allow_undefined_flag=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
-      # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
-      allow_undefined_flag=unsupported
-      always_export_symbols=no
-      enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      link_all_deplibs=yes
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  whole_archive_flag_spec=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
-	esac
-      else
-        ld_shlibs=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
 
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    ld_shlibs=no
-	  fi
-	;;
-      esac
-      ;;
 
-    sunos4*)
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+            
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getc_unlocked is declared" >&5
+$as_echo_n "checking whether getc_unlocked is declared... " >&6; }
+if ${ac_cv_have_decl_getc_unlocked+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
 
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-    esac
+#ifndef getc_unlocked
+  char *p = (char *) getc_unlocked;
+#endif
 
-    if test no = "$ld_shlibs"; then
-      runpath_var=
-      hardcode_libdir_flag_spec=
-      export_dynamic_flag_spec=
-      whole_archive_flag_spec=
-    fi
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_have_decl_getc_unlocked=yes
+else
+  ac_cv_have_decl_getc_unlocked=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_decl_getc_unlocked" >&5
+$as_echo "$ac_cv_have_decl_getc_unlocked" >&6; }
+  if test $ac_cv_have_decl_getc_unlocked = yes; then
+    gt_value=1
   else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      allow_undefined_flag=unsupported
-      always_export_symbols=yes
-      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	hardcode_direct=unsupported
-      fi
-      ;;
-
-    aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
+    gt_value=0
+  fi
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_GETC_UNLOCKED $gt_value
+_ACEOF
 
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      fi
 
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      archive_cmds=''
-      hardcode_direct=yes
-      hardcode_direct_absolute=yes
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
 
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[012]|aix4.[012].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  hardcode_direct=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
-	  hardcode_libdir_separator=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
+  
 
-      export_dynamic_flag_spec='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	allow_undefined_flag='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
+$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
+if ${am_cv_langinfo_codeset+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
+#include <langinfo.h>
 int
 main ()
 {
-
+char* cs = nl_langinfo(CODESET); return !cs;
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
+  am_cv_langinfo_codeset=yes
+else
+  am_cv_langinfo_codeset=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-  
+    
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
+$as_echo "$am_cv_langinfo_codeset" >&6; }
+  if test $am_cv_langinfo_codeset = yes; then
+    
+$as_echo "@%:@define HAVE_LANGINFO_CODESET 1" >>confdefs.h
 
-  aix_libpath=$lt_cv_aix_libpath_
-fi
+  fi
 
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
-	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
+if ${gt_cv_val_LC_MESSAGES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
+#include <locale.h>
 int
 main ()
 {
-
+return LC_MESSAGES
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
+  gt_cv_val_LC_MESSAGES=yes
+else
+  gt_cv_val_LC_MESSAGES=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath_
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5
+$as_echo "$gt_cv_val_LC_MESSAGES" >&6; }
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    
+$as_echo "@%:@define HAVE_LC_MESSAGES 1" >>confdefs.h
 
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    whole_archive_flag_spec='$convenience'
-	  fi
-	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
-	fi
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    bsdi[45]*)
-      export_dynamic_flag_spec=-rdynamic
-      ;;
+  fi
 
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	always_export_symbols=yes
-	file_list_spec='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
-	enable_shared_with_static_runtimes=yes
-	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	old_postinstall_cmds='chmod 644 $oldlib'
-	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	old_archive_from_new_cmds='true'
-	# FIXME: Should let the user specify the lib program.
-	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	enable_shared_with_static_runtimes=yes
-	;;
-      esac
-      ;;
 
-    darwin* | rhapsody*)
-      
-  
-  archive_cmds_need_lc=no
-  hardcode_direct=no
-  hardcode_automatic=yes
-  hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec=''
-  fi
-  link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-    
+                if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
   else
-  ld_shlibs=no
+    is_woe32dll=no
   fi
+  WOE32DLL=$is_woe32dll
+  
 
-      ;;
-
-    dgux*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
-      ;;
-
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-	hardcode_direct=yes
-	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	hardcode_minus_L=yes
-      fi
-      ;;
-
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
-$as_echo_n "checking if $CC understands -b... " >&6; }
-if ${lt_cv_prog_compiler__b+:} false; then :
+      case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  
+  if test $WOE32 = yes; then
+        if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
+set dummy ${ac_tool_prefix}windres; 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_WINDRES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -b"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler__b=yes
-       fi
-     else
-       lt_cv_prog_compiler__b=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+  if test -n "$WINDRES"; then
+  ac_cv_prog_WINDRES="$WINDRES" # 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_WINDRES="${ac_tool_prefix}windres"
+    $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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
-
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+fi
+WINDRES=$ac_cv_prog_WINDRES
+if test -n "$WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
+$as_echo "$WINDRES" >&6; }
 else
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	*)
-	  hardcode_direct=yes
-	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
-	  ;;
-	esac
-      fi
-      ;;
 
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
-if ${lt_cv_irix_exported_symbol+:} false; then :
+fi
+if test -z "$ac_cv_prog_WINDRES"; then
+  ac_ct_WINDRES=$WINDRES
+  # Extract the first word of "windres", so it can be a program name with args.
+set dummy windres; 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_WINDRES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int foo (void) { return 0; }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_irix_exported_symbol=yes
+  if test -n "$ac_ct_WINDRES"; then
+  ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
 else
-  lt_cv_irix_exported_symbol=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
+    ac_cv_prog_ac_ct_WINDRES="windres"
+    $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
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      inherit_rpath=yes
-      link_all_deplibs=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    newsos6)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_shlibpath_var=no
-      ;;
-
-    *nto* | *qnx*)
-      ;;
-
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	hardcode_direct=yes
-	hardcode_shlibpath_var=no
-	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
-	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	fi
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
-
-	# Both c and cxx compiler support -rpath directly
-	hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_separator=:
-      ;;
-
-    solaris*)
-      no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_shlibpath_var=no
-      case $host_os in
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      link_all_deplibs=yes
-      ;;
-
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4)
-      case $host_vendor in
-	sni)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  reload_cmds='$CC -r -o $output$reload_objs'
-	  hardcode_direct=no
-        ;;
-	motorola)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
-	;;
-      esac
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4.3*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	hardcode_shlibpath_var=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	ld_shlibs=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      runpath_var='LD_RUN_PATH'
+ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
+if test -n "$ac_ct_WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
+$as_echo "$ac_ct_WINDRES" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
 
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+  if test "x$ac_ct_WINDRES" = x; then
+    WINDRES=""
+  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
+    WINDRES=$ac_ct_WINDRES
+  fi
+else
+  WINDRES="$ac_cv_prog_WINDRES"
+fi
 
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+  fi
 
-    uts4*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
+              case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
+  
 
-    *)
-      ld_shlibs=no
-      ;;
-    esac
+    
 
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
-$as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
+    
+  
+  
+  
+  
+  
+  
+  
 
-with_gnu_ld=$with_gnu_ld
+  
+  
 
 
     
-    
-    
+      
 
     
-    
-    
+  
+
+                        
 
     
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
+else
+  gt_cv_func_CFPreferencesCopyAppValue=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
     
-    
-
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc+:} false; then :
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl
-	  pic_flag=$lt_prog_compiler_pic
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag
-	  allow_undefined_flag=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc=no
-	  else
-	    lt_cv_archive_cmds_need_lc=yes
-	  fi
-	  allow_undefined_flag=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-    
-    
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
     
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
+
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  
 
 
-    
-    
     
 
+  
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+    case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
+  esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
 
+    if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
     
-    
-    
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
+$as_echo_n "checking whether included gettext is requested... " >&6; }
+      
+@%:@ Check whether --with-included-gettext was given.
+if test "${with_included_gettext+set}" = set; then :
+  withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
+else
+  nls_cv_force_use_gnu_gettext=no
+fi
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
+$as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
 
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
     
-    
-    
+                        
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
+$as_echo_n "checking for GNU gettext in libc... " >&6; }
+if eval \${$gt_func_gnugettext_libc+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+int
+main ()
+{
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libc=yes"
+else
+  eval "$gt_func_gnugettext_libc=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$gt_func_gnugettext_libc
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
 
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+                    
+                                                  
+  
+  
+  
+  
+  
     
-    
-    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+  
+@%:@ Check whether --with-libintl-prefix was given.
+if test "${with_libintl_prefix+set}" = set; then :
+  withval=$with_libintl_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-    
-    
-    
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
+fi
 
-    
-    
-    
-
-
-    
-    
-    
-
+      LIBINTL=
+  LTLIBINTL=
+  INCINTL=
+  LIBINTL_PREFIX=
+      HAVE_LIBINTL=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='intl '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBINTL; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBINTL; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
+              else
+                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCINTL; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
+                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
-    
-    
-    
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
+$as_echo_n "checking for GNU gettext in libintl... " >&6; }
+if eval \${$gt_func_gnugettext_libintl+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+int
+main ()
+{
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libintl=yes"
+else
+  eval "$gt_func_gnugettext_libintl=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+int
+main ()
+{
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBINTL="$LIBINTL $LIBICONV"
+                LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                eval "$gt_func_gnugettext_libintl=yes"
+               
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"
+fi
+eval ac_res=\$$gt_func_gnugettext_libintl
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+        fi
 
+                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+                    LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
 
     
-    
-    
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+                              nls_cv_use_gnu_gettext=yes
+        fi
+      fi
 
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+                BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
 
-    
-    
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                CATOBJEXT=.gmo
+      fi
     
 
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
 
-    
-    
-    
-
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      
+$as_echo "@%:@define ENABLE_NLS 1" >>confdefs.h
 
-    
-    
-    
+    else
+      USE_NLS=no
+    fi
+  fi
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
+$as_echo_n "checking whether to use NLS... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  if test "$USE_NLS" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
+$as_echo_n "checking where the gettext function comes from... " >&6; }
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
+$as_echo "$gt_source" >&6; }
+  fi
 
-    
-    
-    
+  if test "$USE_NLS" = "yes"; then
 
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
+$as_echo_n "checking how to link with libintl... " >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
+$as_echo "$LIBINTL" >&6; }
+        
+  for element in $INCINTL; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-    
-    
-    
+      fi
 
+            
+$as_echo "@%:@define HAVE_GETTEXT 1" >>confdefs.h
 
-    
-    
-    
+      
+$as_echo "@%:@define HAVE_DCGETTEXT 1" >>confdefs.h
 
+    fi
 
-    
-    
-    
+        POSUB=po
+  fi
 
+  
+            if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
 
-    
+        
     
     
 
+        nls_cv_header_intl=
+    nls_cv_header_libgt=
 
+        DATADIRNAME=share
     
-    
-    
-
 
-    
-    
+        INSTOBJEXT=.mo
     
 
-
-    
+        GENCAT=gencat
     
-    
-
 
+        INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
     
-    
-    
-
 
+        INTL_LIBTOOL_SUFFIX_PREFIX=
     
-    
-    
+  
 
+    INTLLIBS="$LIBINTL"
+  
 
     
-    
-    
+  
+  
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-    
-    
-    
+done
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
+$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
+if ${ac_cv_func_malloc_0_nonnull+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_malloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *malloc ();
+#endif
 
-    
-    
-    
+int
+main ()
+{
+return ! malloc (0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_malloc_0_nonnull=yes
+else
+  ac_cv_func_malloc_0_nonnull=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
+if test $ac_cv_func_malloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
 
-    
-    
-    
+else
+  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
 
+   case " $LIB@&t at OBJS " in
+  *" malloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
+ ;;
+esac
 
-    
-    
-    
+   
+$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
 
+fi
 
-    
-    
-    
 
 
-    
-    
-    
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
-  }
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
+else
+  ac_cv_func_mmap_fixed_mapped=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
 
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
+fi
+rm -f conftest.mmap conftest.txt
 
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
+done
 
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
+$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
+if ${ac_cv_func_realloc_0_nonnull+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_realloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *realloc ();
+#endif
 
 int
 main ()
 {
-
+return ! realloc (0, 0);
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_realloc_0_nonnull=yes
+else
+  ac_cv_func_realloc_0_nonnull=no
 fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
+if test $ac_cv_func_realloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
 
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
+else
+  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
 
-*)
-  dynamic_linker=no
-  ;;
+   case " $LIB@&t at OBJS " in
+  *" realloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
+ ;;
 esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
+   
+$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
 
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
 fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-    
-    
-    
-
-
-    
-    
-    
-
 
-    
-    
-    
 
+for ac_func in __argz_count __argz_next __argz_stringify atexit clock_gettime floor getcwd localeconv mblen mbrlen memchr mempcpy memset munmap nl_langinfo setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strstr strtol strtoul
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
+done
 
-    
-    
-    
 
+ac_config_files="$ac_config_files Makefile"
 
-    
-    
-    
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
 
+_ACEOF
 
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${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 : $LIB@&t at OBJS; 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
+LIB@&t at OBJS=$ac_libobjs
 
+LTLIBOBJS=$ac_ltlibobjs
 
-    
-    
-    
 
+ if test -n "$EXEEXT"; then
+  am__EXEEXT_TRUE=
+  am__EXEEXT_FALSE='#'
+else
+  am__EXEEXT_TRUE='#'
+  am__EXEEXT_FALSE=
+fi
 
-    
-    
-    
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 
+: "${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_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action=
-if test -n "$hardcode_libdir_flag_spec" ||
-   test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action=relink
+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
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action=immediate
+    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
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action=unsupported
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
-$as_echo "$hardcode_action" >&6; }
 
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
+# 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"
 
-  if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
+# 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
 
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
+     ;;
+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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    
+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='+ '
 
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
 
-  *)
-    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if ${ac_cv_lib_dld_shl_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char shl_load ();
-int
-main ()
+
+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
+@%:@ ----------------------------------------
+@%:@ Output "`basename @S|@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 ()
 {
-return shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_shl_load=yes
-else
-  ac_cv_lib_dld_shl_load=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
-else
-  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  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
 
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
+
+@%:@ as_fn_set_status STATUS
+@%:@ -----------------------
+@%:@ Set @S|@? to STATUS, without forking.
+as_fn_set_status ()
 {
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if ${ac_cv_lib_svld_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  return $1
+} @%:@ as_fn_set_status
 
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
+@%:@ as_fn_exit STATUS
+@%:@ -----------------
+@%:@ Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
 {
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_svld_dlopen=yes
-else
-  ac_cv_lib_svld_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if ${ac_cv_lib_dld_dld_link+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  set +e
+  as_fn_set_status $1
+  exit $1
+} @%:@ as_fn_exit
 
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dld_link ();
-int
-main ()
+@%:@ as_fn_unset VAR
+@%:@ ---------------
+@%:@ Portably unset VAR.
+as_fn_unset ()
 {
-return dld_link ();
-  ;
-  return 0;
+  { eval $1=; unset $1;}
 }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_dld_link=yes
+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
-  ac_cv_lib_dld_dld_link=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
-fi
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
 
-	      
-fi
+@%:@ as_fn_arith ARG...
+@%:@ ------------------
+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
+@%:@ must be portable across @S|@(()) 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
 
-	    
-fi
 
-	  
+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
 
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+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'`
 
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+# 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
 
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
+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
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self+:} false; then :
-  $as_echo_n "(cached) " >&6
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
 else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self=cross
+  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
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
+  as_ln_s='cp -pR'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
 
-#include <stdio.h>
+@%:@ as_fn_mkdir_p
+@%:@ -------------
+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+  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"
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
 
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
+} @%:@ 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
 
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
+@%:@ 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
 
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
+# 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'"
 
-    
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
-$as_echo "$lt_cv_dlopen_self" >&6; }
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self_static+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
 
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
-#include <stdio.h>
+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 ags $as_me 0.4.2, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
 
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
 
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
+_ACEOF
 
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
 
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
+case $ac_config_headers in *"
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
+esac
 
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
 
-      
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
-    fi
+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"
 
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
+_ACEOF
 
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
+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.
 
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
+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 <weedlight at gmail.com>."
 
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ags config.status 0.4.2
+configured by $0, generated by GNU Autoconf 2.69,
+  with options \\"\$ac_cs_config\\"
 
-  
-striplib=
-old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    fi
+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=:
     ;;
   *)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
     ;;
   esac
-fi
-
-    
-    
-    
-
-
-    
-    
-    
 
+  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." ;;
 
-  # Report what library types will actually be built
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
-$as_echo "$can_build_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
-$as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
 
-  aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
   esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
-$as_echo "$enable_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
-$as_echo_n "checking whether to build static libraries... " >&6; }
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
-$as_echo "$enable_static" >&6; }
-
-  
+  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
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-CC=$lt_save_CC
-
-      if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
-if test -z "$CXXCPP"; then
-  if ${ac_cv_prog_CXXCPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
-		     Syntax error
 _ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  
-else
-  # Broken: fails on valid input.
-continue
+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
-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 <ac_nonexistent.h>
 _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
+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
 
-    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 <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   
 
-  # 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 <ac_nonexistent.h>
 _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
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
 done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-else
-  _lt_caught_CXX_error=yes
+# 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
 
-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
+# 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.
 
-archive_cmds_need_lc_CXX=no
-allow_undefined_flag_CXX=
-always_export_symbols_CXX=no
-archive_expsym_cmds_CXX=
-compiler_needs_object_CXX=no
-export_dynamic_flag_spec_CXX=
-hardcode_direct_CXX=no
-hardcode_direct_absolute_CXX=no
-hardcode_libdir_flag_spec_CXX=
-hardcode_libdir_separator_CXX=
-hardcode_minus_L_CXX=no
-hardcode_shlibpath_var_CXX=unsupported
-hardcode_automatic_CXX=no
-inherit_rpath_CXX=no
-module_cmds_CXX=
-module_expsym_cmds_CXX=
-link_all_deplibs_CXX=unknown
-old_archive_cmds_CXX=$old_archive_cmds
-reload_flag_CXX=$reload_flag
-reload_cmds_CXX=$reload_cmds
-no_undefined_flag_CXX=
-whole_archive_flag_spec_CXX=
-enable_shared_with_static_runtimes_CXX=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
+{
+  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
 
-# Object file extension for compiled C++ test sources.
-objext=o
-objext_CXX=$objext
+# 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
 
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
 
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
+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 2>/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
 
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  
+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
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$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 = ""
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
+}
+{
+  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
+  }
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+  print line
+}
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
+_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
 
-  # save warnings/boilerplate of simple test code
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
 
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
+# 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.
 
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
+# 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
-    $as_unset lt_cv_path_LD
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  compiler_CXX=$CC
-  for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
 done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
 
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-    else
-      lt_prog_compiler_no_builtin_flag_CXX=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-      
+# 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.
 
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
+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
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          whole_archive_flag_spec_CXX=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-    ld_shlibs_CXX=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-      aix[4-9]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        archive_cmds_CXX=''
-        hardcode_direct_CXX=yes
-        hardcode_direct_absolute_CXX=yes
-        hardcode_libdir_separator_CXX=':'
-        link_all_deplibs_CXX=yes
-        file_list_spec_CXX='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          hardcode_direct_CXX=no
-          hardcode_direct_absolute_CXX=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[012]|aix4.[012].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    hardcode_direct_CXX=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    hardcode_minus_L_CXX=yes
-	    hardcode_libdir_flag_spec_CXX='-L$libdir'
-	    hardcode_libdir_separator_CXX=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        export_dynamic_flag_spec_CXX='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        always_export_symbols_CXX=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          no_undefined_flag_CXX='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-          hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
-	    allow_undefined_flag_CXX="-z nodefs"
-	    archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-	    hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    no_undefined_flag_CXX=' $wl-bernotok'
-	    allow_undefined_flag_CXX=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      whole_archive_flag_spec_CXX='$convenience'
-	    fi
-	    archive_cmds_need_lc_CXX=yes
-	    archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	    else
-	      # used by -dlpreopen to get the symbols
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  allow_undefined_flag_CXX=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  ld_shlibs_CXX=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX=' '
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=yes
-	  file_list_spec_CXX='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
-	  enable_shared_with_static_runtimes_CXX=yes
-	  # Don't use ranlib
-	  old_postinstall_cmds_CXX='chmod 644 $oldlib'
-	  postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX='-L$libdir'
-	  export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=no
-	  enable_shared_with_static_runtimes_CXX=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    ld_shlibs_CXX=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-        
-  
-  archive_cmds_need_lc_CXX=no
-  hardcode_direct_CXX=no
-  hardcode_automatic_CXX=yes
-  hardcode_shlibpath_var_CXX=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec_CXX=''
-  fi
-  link_all_deplibs_CXX=yes
-  allow_undefined_flag_CXX=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-       if test yes != "$lt_cv_apple_cc_single_mod"; then
-      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-
-  else
-  ld_shlibs_CXX=no
-  fi
-
-	;;
-
-      os2*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
-	hardcode_minus_L_CXX=yes
-	allow_undefined_flag_CXX=unsupported
-	shrext_cmds=.dll
-	archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	enable_shared_with_static_runtimes_CXX=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        ld_shlibs_CXX=no
-        ;;
-
-      freebsd-elf*)
-        archive_cmds_need_lc_CXX=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        ld_shlibs_CXX=yes
-        ;;
-
-      haiku*)
-        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        link_all_deplibs_CXX=yes
-        ;;
-
-      hpux9*)
-        hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        export_dynamic_flag_spec_CXX='$wl-E'
-        hardcode_direct_CXX=yes
-        hardcode_minus_L_CXX=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            ld_shlibs_CXX=no
-            ;;
-          aCC*)
-            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              ld_shlibs_CXX=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-	  hardcode_libdir_separator_CXX=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      export_dynamic_flag_spec_CXX='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct_CXX=no
-            hardcode_shlibpath_var_CXX=no
-            ;;
-          *)
-            hardcode_direct_CXX=yes
-            hardcode_direct_absolute_CXX=yes
-            hardcode_minus_L_CXX=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[3-9]*)
-	hardcode_direct_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	export_dynamic_flag_spec_CXX='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    link_all_deplibs_CXX=yes
-	    ;;
-        esac
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        inherit_rpath_CXX=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    archive_cmds_need_lc_CXX=no
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
-	      prelink_cmds_CXX='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      old_archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      no_undefined_flag_CXX=' -zdefs'
-	      archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
-	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      compiler_needs_object_CXX=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        ld_shlibs_CXX=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	  hardcode_direct_absolute_CXX=yes
-	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    export_dynamic_flag_spec_CXX='$wl-E'
-	    whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-		;;
-	    esac
-
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	      hardcode_libdir_separator_CXX=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            archive_cmds_need_lc_CXX=yes
-	    no_undefined_flag_CXX=' -zdefs'
-	    archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    hardcode_libdir_flag_spec_CXX='-R$libdir'
-	    hardcode_shlibpath_var_CXX=no
-	    case $host_os in
-	      solaris2.[0-5] | solaris2.[0-5].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    link_all_deplibs_CXX=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      no_undefined_flag_CXX=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[0-5] | solaris2.[0-5].*) ;;
-		*)
-		  whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag_CXX='$wl-z,text'
-      archive_cmds_need_lc_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	no_undefined_flag_CXX='$wl-z,text'
-	allow_undefined_flag_CXX='$wl-z,nodefs'
-	archive_cmds_need_lc_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
-	hardcode_libdir_separator_CXX=':'
-	link_all_deplibs_CXX=yes
-	export_dynamic_flag_spec_CXX='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
-              '"$old_archive_cmds_CXX"
-	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
-              '"$reload_cmds_CXX"
-	    ;;
-	  *)
-	    archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-    esac
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-    test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-    GCC_CXX=$GXX
-    LD_CXX=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    # Dependencies to place before and after the object being linked:
-predep_objects_CXX=
-postdep_objects_CXX=
-predeps_CXX=
-postdeps_CXX=
-compiler_lib_search_path_CXX=
-
-cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$compiler_lib_search_path_CXX"; then
-	     compiler_lib_search_path_CXX=$prev$p
-	   else
-	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$postdeps_CXX"; then
-	   postdeps_CXX=$prev$p
-	 else
-	   postdeps_CXX="${postdeps_CXX} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$predep_objects_CXX"; then
-	   predep_objects_CXX=$p
-	 else
-	   predep_objects_CXX="$predep_objects_CXX $p"
-	 fi
-       else
-	 if test -z "$postdep_objects_CXX"; then
-	   postdep_objects_CXX=$p
-	 else
-	   postdep_objects_CXX="$postdep_objects_CXX $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling CXX test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-case $host_os in
-interix[3-9]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  predep_objects_CXX=
-  postdep_objects_CXX=
-  postdeps_CXX=
-  ;;
-
-linux*)
-  case `$CC -V 2>&1 | sed 5q` in
-  *Sun\ C*)
-    # Sun C++ 5.9
-
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-
-solaris*)
-  case $cc_basename in
-  CC* | sunCC*)
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    # Adding this requires a known-good setup of shared libraries for
-    # Sun compiler versions before 5.6, else PIC objects from an old
-    # archive will be linked into the output, leading to subtle bugs.
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-esac
-
-
-case " $postdeps_CXX " in
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
-esac
- compiler_lib_search_dirs_CXX=
-if test -n "${compiler_lib_search_path_CXX}"; then
- compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    lt_prog_compiler_wl_CXX=
-lt_prog_compiler_pic_CXX=
-lt_prog_compiler_static_CXX=
-
-
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    lt_prog_compiler_wl_CXX='-Wl,'
-    lt_prog_compiler_static_CXX='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static_CXX='-Bstatic'
-      fi
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic_CXX='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static_CXX='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic_CXX='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      lt_prog_compiler_pic_CXX=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static_CXX=
-      ;;
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic_CXX=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	lt_prog_compiler_pic_CXX='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic_CXX='-fPIC -shared'
-      ;;
-    *)
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[4-9]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  lt_prog_compiler_static_CXX='-Bstatic'
-	else
-	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      lt_prog_compiler_pic_CXX='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      lt_prog_compiler_pic_CXX='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fpic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-qpic'
-	    lt_prog_compiler_static_CXX='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      lt_prog_compiler_pic_CXX='-KPIC'
-	      lt_prog_compiler_static_CXX='-Bstatic'
-	      lt_prog_compiler_wl_CXX='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    lt_prog_compiler_pic_CXX='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        lt_prog_compiler_pic_CXX='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    lt_prog_compiler_wl_CXX='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    lt_prog_compiler_pic_CXX='-pic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	lt_prog_compiler_can_build_shared_CXX=no
-	;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic_CXX=
-    ;;
-  *)
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX@&t@ -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
-lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works_CXX=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works_CXX=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
-    case $lt_prog_compiler_pic_CXX in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
-     esac
-else
-    lt_prog_compiler_pic_CXX=
-     lt_prog_compiler_can_build_shared_CXX=no
-fi
-
-fi
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works_CXX=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works_CXX=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works_CXX=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
-    :
-else
-    lt_prog_compiler_static_CXX=
-fi
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  case $host_os in
-  aix[4-9]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    export_symbols_cmds_CXX=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-      ;;
-    esac
-    ;;
-  *)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-with_gnu_ld_CXX=$with_gnu_ld
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc_CXX" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc_CXX=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds_CXX in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl_CXX
-	  pic_flag=$lt_prog_compiler_pic_CXX
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-	  allow_undefined_flag_CXX=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc_CXX=no
-	  else
-	    lt_cv_archive_cmds_need_lc_CXX=yes
-	  fi
-	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
-      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec_CXX='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action_CXX=
-if test -n "$hardcode_libdir_flag_spec_CXX" ||
-   test -n "$runpath_var_CXX" ||
-   test yes = "$hardcode_automatic_CXX"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct_CXX" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
-     test no != "$hardcode_minus_L_CXX"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_CXX=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_CXX=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_CXX=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
-$as_echo "$hardcode_action_CXX" >&6; }
-
-if test relink = "$hardcode_action_CXX" ||
-   test yes = "$inherit_rpath_CXX"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-    
-
-
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-       
-       
-
-
-
-
-
-        ac_config_commands="$ac_config_commands libtool"
-
-
-
-
-# Only expand once:
-
-
-
-# Checks for libraries.
-# FIXME: Replace `main' with a function in `-lgmp':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
-$as_echo_n "checking for main in -lgmp... " >&6; }
-if ${ac_cv_lib_gmp_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgmp  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gmp_main=yes
-else
-  ac_cv_lib_gmp_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_gmp_main" >&5
-$as_echo "$ac_cv_lib_gmp_main" >&6; }
-if test "x$ac_cv_lib_gmp_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBGMP 1
-_ACEOF
-
-  LIBS="-lgmp $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lm':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
-$as_echo_n "checking for main in -lm... " >&6; }
-if ${ac_cv_lib_m_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lm  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_m_main=yes
-else
-  ac_cv_lib_m_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_m_main" >&5
-$as_echo "$ac_cv_lib_m_main" >&6; }
-if test "x$ac_cv_lib_m_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBM 1
-_ACEOF
-
-  LIBS="-lm $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lrt':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
-$as_echo_n "checking for main in -lrt... " >&6; }
-if ${ac_cv_lib_rt_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lrt  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_rt_main=yes
-else
-  ac_cv_lib_rt_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_rt_main" >&5
-$as_echo "$ac_cv_lib_rt_main" >&6; }
-if test "x$ac_cv_lib_rt_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBRT 1
-_ACEOF
-
-  LIBS="-lrt $LIBS"
-
-fi
-
-
-# Checks for header files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
-$as_echo_n "checking for X... " >&6; }
-
-
-@%:@ Check whether --with-x was given.
-if test "${with_x+set}" = set; then :
-  withval=$with_x; 
-fi
-
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
-  # The user explicitly disabled X.
-  have_x=disabled
-else
-  case $x_includes,$x_libraries in #(
-    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
-    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # One or both of the vars are not set, and there is no cached value.
-ac_x_includes=no ac_x_libraries=no
-rm -f -r conftest.dir
-if mkdir conftest.dir; then
-  cd conftest.dir
-  cat >Imakefile <<'_ACEOF'
-incroot:
-	@echo incroot='${INCROOT}'
-usrlibdir:
-	@echo usrlibdir='${USRLIBDIR}'
-libdir:
-	@echo libdir='${LIBDIR}'
-_ACEOF
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
-    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
-    for ac_var in incroot usrlibdir libdir; do
-      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
-    done
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl dylib la dll; do
-      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
-	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
-	ac_im_usrlibdir=$ac_im_libdir; break
-      fi
-    done
-    # Screen out bogus values from the imake configuration.  They are
-    # bogus both because they are the default anyway, and because
-    # using them would break gcc on systems where it needs fixed includes.
-    case $ac_im_incroot in
-	/usr/include) ac_x_includes= ;;
-	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
-    esac
-    case $ac_im_usrlibdir in
-	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
-	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
-    esac
-  fi
-  cd ..
-  rm -f -r conftest.dir
-fi
-
-# Standard set of common directories for X headers.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-ac_x_header_dirs='
-/usr/X11/include
-/usr/X11R7/include
-/usr/X11R6/include
-/usr/X11R5/include
-/usr/X11R4/include
-
-/usr/include/X11
-/usr/include/X11R7
-/usr/include/X11R6
-/usr/include/X11R5
-/usr/include/X11R4
-
-/usr/local/X11/include
-/usr/local/X11R7/include
-/usr/local/X11R6/include
-/usr/local/X11R5/include
-/usr/local/X11R4/include
-
-/usr/local/include/X11
-/usr/local/include/X11R7
-/usr/local/include/X11R6
-/usr/local/include/X11R5
-/usr/local/include/X11R4
-
-/usr/X386/include
-/usr/x386/include
-/usr/XFree86/include/X11
-
-/usr/include
-/usr/local/include
-/usr/unsupported/include
-/usr/athena/include
-/usr/local/x11r5/include
-/usr/lpp/Xamples/include
-
-/usr/openwin/include
-/usr/openwin/share/include'
-
-if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for Xlib.h.
-  # First, try using that file with no special directory specified.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # We can compile using X headers with no special include directory.
-ac_x_includes=
-else
-  for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Xlib.h"; then
-    ac_x_includes=$ac_dir
-    break
-  fi
-done
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-fi # $ac_x_includes = no
-
-if test "$ac_x_libraries" = no; then
-  # Check for the libraries.
-  # See if we find them without any special options.
-  # Don't add to $LIBS permanently.
-  ac_save_LIBS=$LIBS
-  LIBS="-lX11 $LIBS"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-int
-main ()
-{
-XrmInitialize ()
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  LIBS=$ac_save_LIBS
-# We can link X programs with no special library path.
-ac_x_libraries=
-else
-  LIBS=$ac_save_LIBS
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
-do
-  # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl dylib la dll; do
-    if test -r "$ac_dir/libX11.$ac_extension"; then
-      ac_x_libraries=$ac_dir
-      break 2
-    fi
-  done
-done
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-fi # $ac_x_libraries = no
-
-case $ac_x_includes,$ac_x_libraries in #(
-  no,* | *,no | *\'*)
-    # Didn't find X, or a directory has "'" in its name.
-    ac_cv_have_x="have_x=no";; #(
-  *)
-    # Record where we found X for the cache.
-    ac_cv_have_x="have_x=yes\
-	ac_x_includes='$ac_x_includes'\
-	ac_x_libraries='$ac_x_libraries'"
-esac
-fi
-;; #(
-    *) have_x=yes;;
-  esac
-  eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
-$as_echo "$have_x" >&6; }
-  no_x=yes
-else
-  # If each of the values was on the command line, it overrides each guess.
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
-  # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes\
-	ac_x_includes='$x_includes'\
-	ac_x_libraries='$x_libraries'"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
-fi
-
-for ac_header in fcntl.h libintl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-
-done
-
-
-# Checks for typedefs, structures, and compiler characteristics.
-ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
-if test "x$ac_cv_type_pid_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define pid_t int
-_ACEOF
-
-fi
-
-ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
-if test "x$ac_cv_type_size_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define size_t unsigned int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
-$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-if ${ac_cv_type_uid_t+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "uid_t" >/dev/null 2>&1; then :
-  ac_cv_type_uid_t=yes
-else
-  ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
-$as_echo "$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-  
-$as_echo "@%:@define uid_t int" >>confdefs.h
-
-  
-$as_echo "@%:@define gid_t int" >>confdefs.h
-
-fi
-
-
-
-
-
-
-
-
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $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
-
-  ;;
-esac
-fi
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-if test -n "$PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
-$as_echo "$PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_PKG_CONFIG"; then
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
-  # Extract the first word of "pkg-config", so it can be a program name with args.
-set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $ac_pt_PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
-if test -n "$ac_pt_PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_pt_PKG_CONFIG" = x; then
-    PKG_CONFIG=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${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
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
-  fi
-else
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
-fi
-
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=0.9.0
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	else
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-		PKG_CONFIG=""
-	fi
-fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
-$as_echo_n "checking for UUID... " >&6; }
-
-if test -n "$UUID_CFLAGS"; then
-    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$UUID_LIBS"; then
-    pkg_cv_UUID_LIBS="$UUID_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        else 
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$UUID_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
-
-$UUID_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
-	UUID_LIBS=$pkg_cv_UUID_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
-$as_echo_n "checking for LIBAO... " >&6; }
-
-if test -n "$LIBAO_CFLAGS"; then
-    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBAO_LIBS"; then
-    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        else 
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBAO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
-
-$LIBAO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
-	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
-$as_echo_n "checking for LIBASOUND2... " >&6; }
-
-if test -n "$LIBASOUND2_CFLAGS"; then
-    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBASOUND2_LIBS"; then
-    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        else 
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBASOUND2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
-
-$LIBASOUND2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
-	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
-$as_echo_n "checking for LIBXML2... " >&6; }
-
-if test -n "$LIBXML2_CFLAGS"; then
-    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBXML2_LIBS"; then
-    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        else 
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBXML2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
-
-$LIBXML2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
-	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
-$as_echo_n "checking for SNDFILE... " >&6; }
-
-if test -n "$SNDFILE_CFLAGS"; then
-    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SNDFILE_LIBS"; then
-    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        else 
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SNDFILE_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
-
-$SNDFILE_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
-	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
-$as_echo_n "checking for LIBINSTPATCH... " >&6; }
-
-if test -n "$LIBINSTPATCH_CFLAGS"; then
-    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBINSTPATCH_LIBS"; then
-    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        else 
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
-
-$LIBINSTPATCH_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
-	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
-$as_echo_n "checking for GOBJECT... " >&6; }
-
-if test -n "$GOBJECT_CFLAGS"; then
-    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GOBJECT_LIBS"; then
-    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        else 
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GOBJECT_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
-
-$GOBJECT_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
-	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
-$as_echo_n "checking for GDKPIXBUF... " >&6; }
-
-if test -n "$GDKPIXBUF_CFLAGS"; then
-    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GDKPIXBUF_LIBS"; then
-    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        else 
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GDKPIXBUF_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
-
-$GDKPIXBUF_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
-	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
-$as_echo_n "checking for CAIRO... " >&6; }
-
-if test -n "$CAIRO_CFLAGS"; then
-    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$CAIRO_LIBS"; then
-    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        else 
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$CAIRO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
-
-$CAIRO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
-	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
-$as_echo_n "checking for GTK... " >&6; }
-
-if test -n "$GTK_CFLAGS"; then
-    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GTK_LIBS"; then
-    pkg_cv_GTK_LIBS="$GTK_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        else 
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GTK_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
-
-$GTK_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
-	GTK_LIBS=$pkg_cv_GTK_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
-#AC_SUBST(XMLRPC_UTIL_CFLAGS)
-#AC_SUBST(XMLRPC_UTIL_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
-#AC_SUBST(XMLRPC_SERVER_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
-
-# Checks for library functions.
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if ${ac_cv_func_malloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  ac_cv_func_malloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" malloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
-
-fi
-
-
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
-$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
-if ${ac_cv_func_realloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_realloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *realloc ();
-#endif
-
-int
-main ()
-{
-return ! realloc (0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_realloc_0_nonnull=yes
-else
-  ac_cv_func_realloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
-if test $ac_cv_func_realloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" realloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
-
-fi
-
-
-for ac_func in atexit clock_gettime floor memset socket sqrt strchr strtol strtoul
-do :
-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-done
-
-
-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=
-for ac_i in : $LIB@&t at OBJS; 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
-LIB@&t at OBJS=$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 "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error $? "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 "@S|@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 gsequencer $as_me 0.4.3, 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 <weedlight at gmail.com>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-gsequencer config.status 0.4.3
-configured by $0, generated by GNU Autoconf 2.69,
-  with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=?*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  --*=)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --config | --confi | --conf | --con | --co | --c )
-    $as_echo "$ac_cs_config"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    '') as_fn_error $? "missing file argument" ;;
-    esac
-    as_fn_append CONFIG_FILES " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
-
-  *) as_fn_append ac_config_targets " $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
-@%:@@%:@ Running $as_me. @%:@@%:@
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
-DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
-file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
-want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
-sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
-archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
-nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
-lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
-MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
-postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
-predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
-postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
-predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
-postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
-LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
-reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
-reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
-GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
-inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
-always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
-predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
-postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
-
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in AS \
-DLLTOOL \
-OBJDUMP \
-SHELL \
-ECHO \
-PATH_SEPARATOR \
-SED \
-GREP \
-EGREP \
-FGREP \
-LD \
-NM \
-LN_S \
-lt_SP2NL \
-lt_NL2SP \
-reload_flag \
-deplibs_check_method \
-file_magic_cmd \
-file_magic_glob \
-want_nocaseglob \
-sharedlib_from_linklib_cmd \
-AR \
-AR_FLAGS \
-archiver_list_spec \
-STRIP \
-RANLIB \
-CC \
-CFLAGS \
-compiler \
-lt_cv_sys_global_symbol_pipe \
-lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
-lt_cv_sys_global_symbol_to_c_name_address \
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
-nm_file_list_spec \
-lt_cv_truncate_bin \
-lt_prog_compiler_no_builtin_flag \
-lt_prog_compiler_pic \
-lt_prog_compiler_wl \
-lt_prog_compiler_static \
-lt_cv_prog_compiler_c_o \
-need_locks \
-MANIFEST_TOOL \
-DSYMUTIL \
-NMEDIT \
-LIPO \
-OTOOL \
-OTOOL64 \
-shrext_cmds \
-export_dynamic_flag_spec \
-whole_archive_flag_spec \
-compiler_needs_object \
-with_gnu_ld \
-allow_undefined_flag \
-no_undefined_flag \
-hardcode_libdir_flag_spec \
-hardcode_libdir_separator \
-exclude_expsyms \
-include_expsyms \
-file_list_spec \
-variables_saved_for_relink \
-libname_spec \
-library_names_spec \
-soname_spec \
-install_override_mode \
-finish_eval \
-old_striplib \
-striplib \
-compiler_lib_search_dirs \
-predep_objects \
-postdep_objects \
-predeps \
-postdeps \
-compiler_lib_search_path \
-LD_CXX \
-reload_flag_CXX \
-compiler_CXX \
-lt_prog_compiler_no_builtin_flag_CXX \
-lt_prog_compiler_pic_CXX \
-lt_prog_compiler_wl_CXX \
-lt_prog_compiler_static_CXX \
-lt_cv_prog_compiler_c_o_CXX \
-export_dynamic_flag_spec_CXX \
-whole_archive_flag_spec_CXX \
-compiler_needs_object_CXX \
-with_gnu_ld_CXX \
-allow_undefined_flag_CXX \
-no_undefined_flag_CXX \
-hardcode_libdir_flag_spec_CXX \
-hardcode_libdir_separator_CXX \
-exclude_expsyms_CXX \
-include_expsyms_CXX \
-file_list_spec_CXX \
-compiler_lib_search_dirs_CXX \
-predep_objects_CXX \
-postdep_objects_CXX \
-predeps_CXX \
-postdeps_CXX \
-compiler_lib_search_path_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds \
-old_postinstall_cmds \
-old_postuninstall_cmds \
-old_archive_cmds \
-extract_expsyms_cmds \
-old_archive_from_new_cmds \
-old_archive_from_expsyms_cmds \
-archive_cmds \
-archive_expsym_cmds \
-module_cmds \
-module_expsym_cmds \
-export_symbols_cmds \
-prelink_cmds \
-postlink_cmds \
-postinstall_cmds \
-postuninstall_cmds \
-finish_cmds \
-sys_lib_search_path_spec \
-sys_lib_dlsearch_path_spec \
-reload_cmds_CXX \
-old_archive_cmds_CXX \
-old_archive_from_new_cmds_CXX \
-old_archive_from_expsyms_cmds_CXX \
-archive_cmds_CXX \
-archive_expsym_cmds_CXX \
-module_cmds_CXX \
-module_expsym_cmds_CXX \
-export_symbols_cmds_CXX \
-prelink_cmds_CXX \
-postlink_cmds_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='$ac_aux_dir'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'
-
-
-
-
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "src/ags/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/Makefile" ;;
-    "src/ags/X/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/Makefile" ;;
-    "src/ags/X/editor/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/editor/Makefile" ;;
-    "src/ags/X/machine/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/machine/Makefile" ;;
-    "src/ags/audio/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/Makefile" ;;
-    "src/ags/audio/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/file/Makefile" ;;
-    "src/ags/audio/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/recall/Makefile" ;;
-    "src/ags/audio/task/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/Makefile" ;;
-    "src/ags/audio/task/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/recall/Makefile" ;;
-    "src/ags/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/file/Makefile" ;;
-    "src/ags/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/lib/Makefile" ;;
-    "src/ags/object/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/object/Makefile" ;;
-    "src/ags/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/plugin/Makefile" ;;
-    "src/ags/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/server/Makefile" ;;
-    "src/ags/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/thread/Makefile" ;;
-    "src/ags/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/util/Makefile" ;;
-    "src/ags/widget/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/widget/Makefile" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
-
-  *) 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$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
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$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
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
 }
- ;;
-    "libtool":C) 
-    
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS=$lt_AS
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Object dumper program.
-OBJDUMP=$lt_OBJDUMP
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
+/^[\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"
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
+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
 
-# ### END LIBTOOL CONFIG
+  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
 
-_LT_EOF
+    # 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 $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
     ;;
   esac
 
-  
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
+  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=.
 
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
+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
 
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
+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
 
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
 
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
 
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
+  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
 
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
+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
 
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
+# 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
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
+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;}
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+  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
 
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
 
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Autoconf 2.62 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"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
  ;;
+    "po-directories":C) 
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assigment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assigment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done ;;
 
   esac
 done # for ac_tag
@@ -21287,154 +13991,8 @@ if test "$no_create" != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit 1
 fi
-
-#
-# CONFIG_SUBDIRS section.
-#
-if test "$no_recursion" != yes; then
-
-  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
-  # so they do not pile up.
-  ac_sub_configure_args=
-  ac_prev=
-  eval "set x $ac_configure_args"
-  shift
-  for ac_arg
-  do
-    if test -n "$ac_prev"; then
-      ac_prev=
-      continue
-    fi
-    case $ac_arg in
-    -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=*)
-      ;;
-    --config-cache | -C)
-      ;;
-    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-      ac_prev=srcdir ;;
-    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-      ;;
-    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-      ac_prev=prefix ;;
-    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-      ;;
-    --disable-option-checking)
-      ;;
-    *)
-      case $ac_arg in
-      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-      esac
-      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
-    esac
-  done
-
-  # Always prepend --prefix to ensure using the same prefix
-  # in subdir configurations.
-  ac_arg="--prefix=$prefix"
-  case $ac_arg in
-  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-  esac
-  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-
-  # Pass --silent
-  if test "$silent" = yes; then
-    ac_sub_configure_args="--silent $ac_sub_configure_args"
-  fi
-
-  # Always prepend --disable-option-checking to silence warnings, since
-  # different subdirs can have different --enable and --with options.
-  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
-
-  ac_popdir=`pwd`
-  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
-
-    # Do not complain, so a configure script can configure whichever
-    # parts of a large source tree are present.
-    test -d "$srcdir/$ac_dir" || continue
-
-    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
-    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
-    $as_echo "$ac_msg" >&6
-    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
-
-
-    cd "$ac_dir"
-
-    # Check for guested configure; otherwise get Cygnus style configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      ac_sub_configure=$ac_srcdir/configure.gnu
-    elif test -f "$ac_srcdir/configure"; then
-      ac_sub_configure=$ac_srcdir/configure
-    elif test -f "$ac_srcdir/configure.in"; then
-      # This should be Cygnus configure.
-      ac_sub_configure=$ac_aux_dir/configure
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
-$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-      ac_sub_configure=
-    fi
-
-    # The recursion is here.
-    if test -n "$ac_sub_configure"; then
-      # Make the cache file name correct relative to the subdirectory.
-      case $cache_file in
-      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
-      *) # Relative name.
-	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-      esac
-
-      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
-$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-      # The eval makes quoting arguments work.
-      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
-	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
-	as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
-    fi
-
-    cd "$ac_popdir"
-  done
-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
 
-
diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1
index 5d3149b..61696a4 100644
--- a/autom4te.cache/output.1
+++ b/autom4te.cache/output.1
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for gsequencer 0.4.3.
+@%:@ Generated by GNU Autoconf 2.69 for ags 0.4.2.
 @%:@
 @%:@ Report bugs to <weedlight at gmail.com>.
 @%:@ 
@@ -198,14 +198,6 @@ test -x / || exit 1"
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
 test \$(( 1 + 1 )) = 2 || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
@@ -564,8 +556,6 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 # Sed expression to map a string onto a valid variable name.
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-SHELL=${CONFIG_SHELL-/bin/sh}
-
 
 test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1
@@ -588,15 +578,14 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='gsequencer'
-PACKAGE_TARNAME='gsequencer'
-PACKAGE_VERSION='0.4.3'
-PACKAGE_STRING='gsequencer 0.4.3'
+PACKAGE_NAME='ags'
+PACKAGE_TARNAME='ags'
+PACKAGE_VERSION='0.4.2'
+PACKAGE_STRING='ags 0.4.2'
 PACKAGE_BUGREPORT='weedlight at gmail.com'
 PACKAGE_URL=''
 
 ac_unique_file="config.h.in"
-enable_option_checking=no
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -633,10 +622,72 @@ ac_includes_default="\
 # include <unistd.h>
 #endif"
 
+gt_needs=
+ac_header_list=
+gl_use_threads_default=
+ac_func_list=
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIB@&t at OBJS
+POSUB
+LTLIBINTL
+LIBINTL
+INTLLIBS
+INTL_LIBTOOL_SUFFIX_PREFIX
+INTLOBJS
+GENCAT
+INSTOBJEXT
+DATADIRNAME
+CATOBJEXT
+USE_INCLUDED_LIBINTL
+BUILD_INCLUDED_LIBINTL
+LTLIBC
+WINDRES
+WOE32
+WOE32DLL
+HAVE_WPRINTF
+HAVE_NEWLOCALE
+HAVE_SNPRINTF
+HAVE_ASPRINTF
+HAVE_POSIX_PRINTF
+INTL_DEFAULT_VERBOSITY
+INTL_MACOSX_LIBS
+GLIBC21
+INTLBISON
+LTLIBICONV
+LIBICONV
+LTLIBMULTITHREAD
+LIBMULTITHREAD
+LTLIBTHREAD
+LIBTHREAD
+LIBPTH_PREFIX
+LTLIBPTH
+LIBPTH
+PRI_MACROS_BROKEN
+HAVE_VISIBILITY
+CFLAG_VISIBILITY
+RANLIB
+GLIBC2
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+XGETTEXT_EXTRA_OPTIONS
+MSGMERGE
+XGETTEXT_015
+XGETTEXT
+GMSGFMT_015
+MSGFMT_015
+GMSGFMT
+MSGFMT
+GETTEXT_MACRO_VERSION
+USE_NLS
+SED
 GTK_LIBS
 GTK_CFLAGS
 CAIRO_LIBS
@@ -660,48 +711,14 @@ UUID_CFLAGS
 PKG_CONFIG_LIBDIR
 PKG_CONFIG_PATH
 PKG_CONFIG
-XMKMF
-CXXCPP
-OTOOL64
-OTOOL
-LIPO
-NMEDIT
-DSYMUTIL
-MANIFEST_TOOL
-ac_ct_AR
-AR
-NM
-ac_ct_DUMPBIN
-DUMPBIN
-LD
-FGREP
+ALLOCA
 EGREP
 GREP
-SED
-LIBTOOL
-OBJDUMP
-DLLTOOL
-AS
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-RANLIB
-LN_S
+XMKMF
 CPP
 am__fastdepCC_FALSE
 am__fastdepCC_TRUE
 CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
 am__nodep
 AMDEPBACKSLASH
 AMDEP_FALSE
@@ -711,11 +728,11 @@ am__include
 DEPDIR
 OBJEXT
 EXEEXT
-ac_ct_CXX
+ac_ct_CC
 CPPFLAGS
 LDFLAGS
-CXXFLAGS
-CXX
+CFLAGS
+CC
 AM_BACKSLASH
 AM_DEFAULT_VERBOSITY
 AM_DEFAULT_V
@@ -743,7 +760,6 @@ am__isrc
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
-subdirs
 target_alias
 host_alias
 build_alias
@@ -787,29 +803,25 @@ ac_user_opts='
 enable_option_checking
 enable_silent_rules
 enable_dependency_tracking
-enable_shared
-enable_static
-with_pic
-enable_fast_install
-with_aix_soname
-with_gnu_ld
-with_sysroot
-enable_libtool_lock
 with_x
+enable_nls
+enable_threads
+with_gnu_ld
+enable_rpath
+with_libpth_prefix
+with_libiconv_prefix
+with_included_gettext
+with_libintl_prefix
 '
       ac_precious_vars='build_alias
 host_alias
 target_alias
-CXX
-CXXFLAGS
+CC
+CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-CCC
-CC
-CFLAGS
 CPP
-CXXCPP
 XMKMF
 PKG_CONFIG
 PKG_CONFIG_PATH
@@ -834,25 +846,7 @@ CAIRO_CFLAGS
 CAIRO_LIBS
 GTK_CFLAGS
 GTK_LIBS'
-ac_subdirs_all='po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget'
+
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -1392,7 +1386,7 @@ 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 gsequencer 0.4.3 to adapt to many kinds of systems.
+\`configure' configures ags 0.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1434,7 @@ Fine tuning of the installation directories:
   --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/gsequencer@:>@
+  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/ags@:>@
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1466,7 +1460,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gsequencer 0.4.3:";;
+     short | recursive ) echo "Configuration of ags 0.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1480,37 +1474,34 @@ Optional Features:
                           do not reject slow dependency extractors
   --disable-dependency-tracking 
                           speeds up one-time build
-  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
-  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
-  --enable-fast-install@<:@=PKGS@:>@ 
-                          optimize for fast installation @<:@default=yes@:>@
-  --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-nls           do not use Native Language Support
+  --enable-threads={posix|solaris|pth|windows} 
+                          specify multithreading API
+  --disable-threads       build without multithread safety
+  --disable-rpath         do not hardcode runtime library paths
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-pic@<:@=PKGS@:>@       try to use only PIC/non-PIC objects @<:@default=use
-                          both@:>@
-  --with-aix-soname=aix|svr4|both 
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, @<:@default=aix@:>@.
-  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
-  --with-sysroot@<:@=DIR@:>@    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
   --with-x                use the X Window System
+  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
+  --with-libpth-prefix[=DIR]  search for libpth in DIR/include and DIR/lib
+  --without-libpth-prefix     don't search for libpth in includedir and libdir
+  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
+  --with-included-gettext use the GNU gettext library included here
+  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+  --without-libintl-prefix     don't search for libintl in includedir and libdir
 
 Some influential environment variables:
-  CXX         C++ compiler command
-  CXXFLAGS    C++ compiler flags
+  CC          C compiler command
+  CFLAGS      C compiler flags
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>
   LIBS        libraries to pass to the linker, e.g. -l<library>
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
-  CC          C compiler command
-  CFLAGS      C compiler flags
   CPP         C preprocessor
-  CXXCPP      C++ preprocessor
   XMKMF       Path to xmkmf, Makefile generator for X Window System
   PKG_CONFIG  path to pkg-config utility
   PKG_CONFIG_PATH 
@@ -1618,7 +1609,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gsequencer configure 0.4.3
+ags configure 0.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1632,44 +1623,6 @@ fi
 ## Autoconf initialization. ##
 ## ------------------------ ##
 
-@%:@ ac_fn_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest. at S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext
-  if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_compile
-
 @%:@ ac_fn_c_try_compile LINENO
 @%:@ --------------------------
 @%:@ Try to compile conftest. at S|@ac_ext, and return whether this succeeded.
@@ -1791,11 +1744,11 @@ fi
 
 } @%:@ ac_fn_c_try_link
 
-@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-@%:@ -------------------------------------------------------
-@%:@ Tests whether HEADER exists and can be compiled using the include files in
-@%:@ INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
+@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+@%:@ -------------------------------------------
+@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
+@%:@ variable VAR accordingly.
+ac_fn_c_check_type ()
 {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
@@ -1803,15 +1756,38 @@ $as_echo_n "checking for $2... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
+  eval "$3=no"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
-@%:@include <$2>
+int
+main ()
+{
+if (sizeof ($2))
+	 return 0;
+  ;
+  return 0;
+}
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  eval "$3=yes"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof (($2)))
+	    return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
 else
-  eval "$3=no"
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -1820,7 +1796,7 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} @%:@ ac_fn_c_check_header_compile
+} @%:@ ac_fn_c_check_type
 
 @%:@ ac_fn_c_try_run LINENO
 @%:@ ----------------------
@@ -1864,6 +1840,37 @@ fi
 
 } @%:@ ac_fn_c_try_run
 
+@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+@%:@ -------------------------------------------------------
+@%:@ Tests whether HEADER exists and can be compiled using the include files in
+@%:@ INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+@%:@include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_check_header_compile
+
 @%:@ ac_fn_c_check_func LINENO FUNC VAR
 @%:@ ----------------------------------
 @%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
@@ -1931,89 +1938,6 @@ $as_echo "$ac_res" >&6; }
 
 } @%:@ ac_fn_c_check_func
 
-@%:@ ac_fn_cxx_try_cpp LINENO
-@%:@ ------------------------
-@%:@ Try to preprocess conftest. at S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_cpp
-
-@%:@ ac_fn_cxx_try_link LINENO
-@%:@ -------------------------
-@%:@ Try to link conftest. at S|@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_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 @%:@ -------------------------------------------------------
 @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using
@@ -2105,50 +2029,96 @@ fi
 
 } @%:@ ac_fn_c_check_header_mongrel
 
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
+@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR
+@%:@ ------------------------------------
+@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR
+@%:@ accordingly.
+ac_fn_c_find_uintX_t ()
 {
   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; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
+$as_echo_n "checking for uint$2_t... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=no"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-if (sizeof ($2))
-	 return 0;
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
+	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-$4
+$ac_includes_default
 int
 main ()
 {
-if (sizeof (($2)))
-	    return 0;
+static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
+  case $ac_type in @%:@(
+  uint$2_t) :
+    eval "$3=yes" ;; @%:@(
+  *) :
+    eval "$3=\$ac_type" ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+       if eval test \"x\$"$3"\" = x"no"; then :
   
 else
-  eval "$3=yes"
+  break
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+     done
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_find_uintX_t
+
+@%:@ ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
+@%:@ ---------------------------------------------
+@%:@ Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
+@%:@ accordingly.
+ac_fn_c_check_decl ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  as_decl_name=`echo $2|sed 's/ *(.*//'`
+  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+@%:@ifndef $as_decl_name
+@%:@ifdef __cplusplus
+  (void) $as_decl_use;
+@%:@else
+  (void) $as_decl_name;
+@%:@endif
+@%:@endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -2157,12 +2127,195 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} @%:@ ac_fn_c_check_type
+} @%:@ ac_fn_c_check_decl
+
+@%:@ ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
+@%:@ --------------------------------------------
+@%:@ Tries to find the compile-time value of EXPR in a program that includes
+@%:@ INCLUDES, setting VAR accordingly. Returns whether the value could be
+@%:@ computed
+ac_fn_c_compute_int ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if test "$cross_compiling" = yes; then
+    # Depending upon the size, compute the lo and hi bounds.
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) >= 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=0 ac_mid=0
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid; break
+else
+  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) < 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=-1 ac_mid=-1
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) >= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=$ac_mid; break
+else
+  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  ac_lo= ac_hi=
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid
+else
+  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+case $ac_lo in @%:@((
+?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+'') ac_retval=1 ;;
+esac
+  else
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+@%:@include <stdio.h>
+@%:@include <stdlib.h>
+int
+main ()
+{
+
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
+else
+  ac_retval=1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f conftest.val
+
+  fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} @%:@ ac_fn_c_compute_int
 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 gsequencer $as_me 0.4.3, which was
+It was created by ags $as_me 0.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2442,6 +2595,11 @@ $as_echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file
 fi
 
+gt_needs="$gt_needs "
+as_fn_append ac_header_list " stdlib.h"
+as_fn_append ac_header_list " unistd.h"
+as_fn_append ac_header_list " sys/param.h"
+as_fn_append ac_func_list " symlink"
 # Check that the precious variables saved in the cache have kept the same
 # value.
 ac_cache_corrupted=false
@@ -2510,8 +2668,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-
-ac_config_headers="$ac_config_headers config.h"
+am__api_version='1.14'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2542,15 +2699,6 @@ 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.
 
 
-
-
-subdirs="$subdirs po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget"
-
-ac_config_files="$ac_config_files Makefile po/Makefile doc/Makefile src/ags/Makefile src/ags/X/Makefile src/ags/X/editor/Makefile src/ags/X/machine/Makefile src/ags/audio/Makefile src/ags/audio/file/Makefile src/ags/audio/recall/Makefile src/ags/audio/task/Makefile src/ags/audio/task/recall/Makefile src/ags/file/Makefile src/ags/lib/Makefile src/ags/object/Makefile src/ags/plugin/Makefile src/ags/server/Makefile src/ags/thread/Makefile src/ags/util/Makefile src/ags/widget/Makefile"
-
-
-am__api_version='1.14'
-
 # 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:
@@ -3034,9 +3182,8 @@ fi
 
 
 # Define the identity of the package.
-
- PACKAGE=gsequencer
- VERSION=0.4.3
+ PACKAGE='ags'
+ VERSION='0.4.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3129,28 +3276,25 @@ END
   fi
 fi
 
+ac_config_headers="$ac_config_headers config.h"
+
+
 # Checks for programs.
-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
+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_CXX+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CXX"; then
-  ac_cv_prog_CXX="$CXX" # Let the user override the test.
+  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
@@ -3159,7 +3303,7 @@ do
   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"
+    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
@@ -3169,32 +3313,28 @@ 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; }
+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 "$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
+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_CXX+:} false; then :
+if ${ac_cv_prog_ac_ct_CC+:} 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.
+  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
@@ -3203,7 +3343,7 @@ do
   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"
+    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
@@ -3213,21 +3353,17 @@ 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; }
+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_CXX" && break
-done
-
-  if test "x$ac_ct_CXX" = x; then
-    CXX="g++"
+  if test "x$ac_ct_CC" = x; then
+    CC=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -3235,45 +3371,251 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CXX=$ac_ct_CXX
+    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
-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
+  done
+IFS=$as_save_IFS
 
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
+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
@@ -3282,8 +3624,8 @@ 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; }
+{ $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:
@@ -3353,14 +3695,14 @@ 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
+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}: 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
@@ -3454,7 +3796,7 @@ $as_echo "$ac_try_echo"; } >&5
     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.
+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
@@ -3516,9 +3858,9 @@ fi
 $as_echo "$ac_cv_objext" >&6; }
 OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
-if ${ac_cv_cxx_compiler_gnu+:} false; then :
+{ $as_echo "$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
@@ -3535,33 +3877,33 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+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_cxx_compiler_gnu=$ac_compiler_gnu
+ac_cv_c_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; }
+{ $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
-  GXX=yes
+  GCC=yes
 else
-  GXX=
+  GCC=
 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 :
+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_cxx_werror_flag=$ac_cxx_werror_flag
-   ac_cxx_werror_flag=yes
-   ac_cv_prog_cxx_g=no
-   CXXFLAGS="-g"
+  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.  */
 
@@ -3573,10 +3915,10 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
 else
-  CXXFLAGS=""
+  CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3588,11 +3930,11 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
   
 else
-  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-	 CXXFLAGS="-g"
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3604,38 +3946,187 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+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_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"
+   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
-    CXXFLAGS="-g"
+    CFLAGS="-g"
   fi
 else
-  if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
   else
-    CXXFLAGS=
+    CFLAGS=
   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
+{ $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 <stdarg.h>
+#include <stdio.h>
+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"
@@ -3700,11 +4191,11 @@ fi
 
 
 
-depcc="$CXX"  am_compiler_list=
+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_CXX_dependencies_compiler_type+:} false; then :
+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
@@ -3727,7 +4218,7 @@ else
   # directory.
   mkdir sub
 
-  am_cv_CXX_dependencies_compiler_type=none
+  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
@@ -3800,7 +4291,7 @@ else
       #   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
+        am_cv_CC_dependencies_compiler_type=$depmode
         break
       fi
     fi
@@ -3809,618 +4300,663 @@ else
   cd ..
   rm -rf conftest.dir
 else
-  am_cv_CXX_dependencies_compiler_type=none
+  am_cv_CC_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
+{ $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_CXX_dependencies_compiler_type" = gcc3; then
-  am__fastdepCXX_TRUE=
-  am__fastdepCXX_FALSE='#'
-else
-  am__fastdepCXX_TRUE='#'
-  am__fastdepCXX_FALSE=
-fi
-
-
-for ac_prog in gawk mawk nawk awk
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $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; }
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
 fi
 
 
-  test -n "$AWK" && break
-done
-
 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 "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  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
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
 do
-  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
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+@%:@else
+@%:@ include <assert.h>
+@%:@endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  
 else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
 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
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
 done
-  done
-IFS=$as_save_IFS
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
+fi
 
+    done
+    ac_cv_prog_CPP=$CPP
+  
 fi
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
 fi
-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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+@%:@else
+@%:@ include <assert.h>
+@%:@endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  # Broken: fails on valid input.
+continue
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-  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
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
 else
-  CC="$ac_cv_prog_CC"
+  # Passes both tests.
+ac_preproc_ok=:
+break
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-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; }
+# 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}: result: no" >&5
-$as_echo "no" >&6; }
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
 fi
 
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
 
-  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 :
+
+# Checks for libraries.
+# FIXME: Replace `main' with a function in `-lX11':
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5
+$as_echo_n "checking for main in -lX11... " >&6; }
+if ${ac_cv_lib_X11_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lX11  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_X11_main=yes
+else
+  ac_cv_lib_X11_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_X11_main" >&5
+$as_echo "$ac_cv_lib_X11_main" >&6; }
+if test "x$ac_cv_lib_X11_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBX11 1
+_ACEOF
+
+  LIBS="-lX11 $LIBS"
+
 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; }
+
+# FIXME: Replace `main' with a function in `-ldl':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
+$as_echo_n "checking for main in -ldl... " >&6; }
+if ${ac_cv_lib_dl_main+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
 
-fi
-if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl.exe
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CC" && break
-  done
-fi
-if test -z "$CC"; then
-  ac_ct_CC=$CC
-  for ac_prog in cl.exe
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CC" && break
-done
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-fi
-
-fi
-
-
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
 int
 main ()
 {
-#ifndef __GNUC__
-       choke me
-#endif
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_main=yes
 else
-  ac_compiler_gnu=no
+  ac_cv_lib_dl_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+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_c_compiler_gnu" >&5
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_main" >&5
+$as_echo "$ac_cv_lib_dl_main" >&6; }
+if test "x$ac_cv_lib_dl_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBDL 1
+_ACEOF
+
+  LIBS="-ldl $LIBS"
+
 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 :
+
+# FIXME: Replace `main' with a function in `-lm':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
+$as_echo_n "checking for main in -lm... " >&6; }
+if ${ac_cv_lib_m_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lm  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_m_main=yes
 else
-  CFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  ac_cv_lib_m_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_m_main" >&5
+$as_echo "$ac_cv_lib_m_main" >&6; }
+if test "x$ac_cv_lib_m_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBM 1
+_ACEOF
 
-int
-main ()
-{
+  LIBS="-lm $LIBS"
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  
+fi
+
+# FIXME: Replace `main' with a function in `-lrt':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
+$as_echo_n "checking for main in -lrt... " >&6; }
+if ${ac_cv_lib_rt_main+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lrt  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_rt_main=yes
+else
+  ac_cv_lib_rt_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_main" >&5
+$as_echo "$ac_cv_lib_rt_main" >&6; }
+if test "x$ac_cv_lib_rt_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBRT 1
+_ACEOF
+
+  LIBS="-lrt $LIBS"
+
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+
+
+# Checks for header files.
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
+$as_echo_n "checking for X... " >&6; }
+
+
+@%:@ Check whether --with-x was given.
+if test "${with_x+set}" = set; then :
+  withval=$with_x; 
 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
+
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
 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 :
+  case $x_includes,$x_libraries in #(
+    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
+    *,NONE | NONE,*) if ${ac_cv_have_x+:} 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 <stdarg.h>
-#include <stdio.h>
-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;
-}
+  # One or both of the vars are not set, and there is no cached value.
+ac_x_includes=no ac_x_libraries=no
+rm -f -r conftest.dir
+if mkdir conftest.dir; then
+  cd conftest.dir
+  cat >Imakefile <<'_ACEOF'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
+_ACEOF
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl dylib la dll; do
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
+	ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case $ac_im_incroot in
+	/usr/include) ac_x_includes= ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+    esac
+    case $ac_im_usrlibdir in
+	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
+    esac
+  fi
+  cd ..
+  rm -f -r conftest.dir
+fi
 
-/* 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];
+# Standard set of common directories for X headers.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+ac_x_header_dirs='
+/usr/X11/include
+/usr/X11R7/include
+/usr/X11R6/include
+/usr/X11R5/include
+/usr/X11R4/include
 
-/* 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];
+/usr/include/X11
+/usr/include/X11R7
+/usr/include/X11R6
+/usr/include/X11R5
+/usr/include/X11R4
 
-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;
+/usr/local/X11/include
+/usr/local/X11R7/include
+/usr/local/X11R6/include
+/usr/local/X11R5/include
+/usr/local/X11R4/include
+
+/usr/local/include/X11
+/usr/local/include/X11R7
+/usr/local/include/X11R6
+/usr/local/include/X11R5
+/usr/local/include/X11R4
+
+/usr/X386/include
+/usr/x386/include
+/usr/XFree86/include/X11
+
+/usr/include
+/usr/local/include
+/usr/unsupported/include
+/usr/athena/include
+/usr/local/x11r5/include
+/usr/lpp/Xamples/include
+
+/usr/openwin/include
+/usr/openwin/share/include'
+
+if test "$ac_x_includes" = no; then
+  # Guess where to find include files, by looking for Xlib.h.
+  # First, try using that file with no special directory specified.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # We can compile using X headers with no special include directory.
+ac_x_includes=
+else
+  for ac_dir in $ac_x_header_dirs; do
+  if test -r "$ac_dir/X11/Xlib.h"; then
+    ac_x_includes=$ac_dir
+    break
+  fi
+done
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+fi # $ac_x_includes = no
+
+if test "$ac_x_libraries" = no; then
+  # Check for the libraries.
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS=$LIBS
+  LIBS="-lX11 $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
 int
 main ()
 {
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+XrmInitialize ()
   ;
   return 0;
 }
 _ACEOF
-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBS=$ac_save_LIBS
+# We can link X programs with no special library path.
+ac_x_libraries=
+else
+  LIBS=$ac_save_LIBS
+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 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
+  # Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl dylib la dll; do
+    if test -r "$ac_dir/libX11.$ac_extension"; then
+      ac_x_libraries=$ac_dir
+      break 2
+    fi
+  done
 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; } ;;
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi # $ac_x_libraries = no
+
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
   *)
-    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; } ;;
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
 esac
-if test "x$ac_cv_prog_cc_c89" != xno; then :
-  
 fi
+;; #(
+    *) have_x=yes;;
+  esac
+  eval "$ac_cv_have_x"
+fi # $with_x != no
 
-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 :
+if test "$have_x" != yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
+$as_echo "$have_x" >&6; }
+  no_x=yes
+else
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
+$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
+fi
+
+{ $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 <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
 
 int
 main ()
@@ -4430,468 +4966,588 @@ 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
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
 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"
+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 <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+  
+else
+  ac_cv_header_stdc=no
 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
+rm -f conftest*
 
+fi
 
-depcc="$CC"   am_compiler_list=
+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 <stdlib.h>
 
-{ $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
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+  
 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
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
 
-  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
+fi
 
-    # 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
+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 <ctype.h>
+#include <stdlib.h>
+#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
 
-  cd ..
-  rm -rf conftest.dir
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  
 else
-  am_cv_CC_dependencies_compiler_type=none
+  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
-{ $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
+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
 
- 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
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
+
+done
+
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
-  CPP=
 fi
-if test -z "$CPP"; then
-  if ${ac_cv_prog_CPP+:} false; then :
+
+# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
+# for constant arguments.  Useless!
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
+$as_echo_n "checking for working alloca.h... " >&6; }
+if ${ac_cv_working_alloca_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-      # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
-		     Syntax error
+@%:@include <alloca.h>
+int
+main ()
+{
+char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;
+  ;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_working_alloca_h=yes
 else
-  # Broken: fails on valid input.
-continue
+  ac_cv_working_alloca_h=no
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
+$as_echo "$ac_cv_working_alloca_h" >&6; }
+if test $ac_cv_working_alloca_h = yes; then
+  
+$as_echo "@%:@define HAVE_ALLOCA_H 1" >>confdefs.h
 
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
+$as_echo_n "checking for alloca... " >&6; }
+if ${ac_cv_func_alloca_works+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-@%:@include <ac_nonexistent.h>
+#ifdef __GNUC__
+# define alloca __builtin_alloca
+#else
+# ifdef _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  ifdef HAVE_ALLOCA_H
+#   include <alloca.h>
+#  else
+#   ifdef _AIX
+ #pragma alloca
+#   else
+#    ifndef alloca /* predefined by HP cc +Olibcalls */
+void *alloca (size_t);
+#    endif
+#   endif
+#  endif
+# endif
+#endif
+
+int
+main ()
+{
+char *p = (char *) alloca (1);
+				    if (p) return 0;
+  ;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_func_alloca_works=yes
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  ac_cv_func_alloca_works=no
 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
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
+$as_echo "$ac_cv_func_alloca_works" >&6; }
 
-    done
-    ac_cv_prog_CPP=$CPP
+if test $ac_cv_func_alloca_works = yes; then
   
-fi
-  CPP=$ac_cv_prog_CPP
+$as_echo "@%:@define HAVE_ALLOCA 1" >>confdefs.h
+
 else
-  ac_cv_prog_CPP=$CPP
+  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
+# that cause trouble.  Some versions do not even contain alloca or
+# contain a buggy version.  If you still want to use their alloca,
+# use ar to extract alloca.o from them instead of compiling alloca.c.
+
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
+
+$as_echo "@%:@define C_ALLOCA 1" >>confdefs.h
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
+if ${ac_cv_os_cray+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined CRAY && ! defined CRAY2
+webecray
+#else
+wenotbecray
+#endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "webecray" >/dev/null 2>&1; then :
+  ac_cv_os_cray=yes
+else
+  ac_cv_os_cray=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
-$as_echo "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
-		     Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+rm -f conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
+$as_echo "$ac_cv_os_cray" >&6; }
+if test $ac_cv_os_cray = yes; then
+  for ac_func in _getb67 GETB67 getb67; do
+    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   
-else
-  # Broken: fails on valid input.
-continue
+cat >>confdefs.h <<_ACEOF
+@%:@define CRAY_STACKSEG_END $ac_func
+_ACEOF
+
+    break
 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.
+  done
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
+$as_echo_n "checking stack direction for C alloca... " >&6; }
+if ${ac_cv_c_stack_direction+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_c_stack_direction=0
+else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-@%:@include <ac_nonexistent.h>
+$ac_includes_default
+int
+find_stack_direction (int *addr, int depth)
+{
+  int dir, dummy = 0;
+  if (! addr)
+    addr = &dummy;
+  *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
+  dir = depth ? find_stack_direction (addr, depth - 1) : 0;
+  return dir + dummy;
+}
+
+int
+main (int argc, char **argv)
+{
+  return find_stack_direction (0, argc + !argv + 20) < 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_c_stack_direction=1
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  ac_cv_c_stack_direction=-1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
 
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
+$as_echo "$ac_cv_c_stack_direction" >&6; }
+cat >>confdefs.h <<_ACEOF
+@%:@define STACK_DIRECTION $ac_cv_c_stack_direction
+_ACEOF
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
-$as_echo_n "checking whether ln -s works... " >&6; }
-LN_S=$as_ln_s
-if test "$LN_S" = "ln -s"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
-$as_echo "no, using $LN_S" >&6; }
+for ac_header in argz.h fcntl.h float.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdint.h stdio_ext.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
-{ $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 :
+done
+
+
+# Checks for typedefs, structures, and compiler characteristics.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
+if ${ac_cv_header_stdbool_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  cat >conftest.make <<\_ACEOF
-SHELL = /bin/sh
-all:
-	@echo '@@@%%%=$(MAKE)=@@@%%%'
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+           
+int
+main ()
+{
+
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+           
+  ;
+  return 0;
+}
 _ACEOF
-# 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=
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdbool_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-  SET_MAKE="MAKE=${MAKE-make}"
+  ac_cv_header_stdbool_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
+   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
+if test "x$ac_cv_type__Bool" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE__BOOL 1
+_ACEOF
 
-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 :
+
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
+$as_echo_n "checking for inline... " >&6; }
+if ${ac_cv_c_inline+:} 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
+  ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
 
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_inline=$ac_kw
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  test "$ac_cv_c_inline" != no && break
+done
+
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
+$as_echo "$ac_cv_c_inline" >&6; }
+
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
+esac
+
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
+if test "x$ac_cv_type_pid_t" = xyes; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define pid_t int
+_ACEOF
+
 fi
 
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
 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 "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
+if ${ac_cv_type_uid_t+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
 
-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; }
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "uid_t" >/dev/null 2>&1; then :
+  ac_cv_type_uid_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_type_uid_t=no
 fi
+rm -f conftest*
 
-  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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
+$as_echo "$ac_cv_type_uid_t" >&6; }
+if test $ac_cv_type_uid_t = no; then
+  
+$as_echo "@%:@define uid_t int" >>confdefs.h
 
-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 "@%:@define gid_t int" >>confdefs.h
+
+fi
+
+ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
+case $ac_cv_c_uint16_t in #(
+  no|yes) ;; #(
+  *)
+    
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint16_t $ac_cv_c_uint16_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
+case $ac_cv_c_uint32_t in #(
+  no|yes) ;; #(
+  *)
+    
+$as_echo "@%:@define _UINT32_T 1" >>confdefs.h
+
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint32_t $ac_cv_c_uint32_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
+case $ac_cv_c_uint8_t in #(
+  no|yes) ;; #(
+  *)
+    
+$as_echo "@%:@define _UINT8_T 1" >>confdefs.h
+
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint8_t $ac_cv_c_uint8_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_PTRDIFF_T 1
+_ACEOF
+
+
+fi
+
+
+
+
+
+
+
+
+
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+	if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_path_PKG_CONFIG+:} 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
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="${ac_tool_prefix}gcc"
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -4899,12 +5555,13 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
@@ -4912,26 +5569,28 @@ 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
+if test -z "$ac_cv_path_PKG_CONFIG"; then
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
 { $as_echo "$as_me:${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 :
+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} 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
+  case $ac_pt_PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="gcc"
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -4939,19 +5598,20 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n "$ac_pt_PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+$as_echo "$ac_pt_PKG_CONFIG" >&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=""
+  if test "x$ac_pt_PKG_CONFIG" = x; then
+    PKG_CONFIG=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -4959,1430 +5619,1011 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CC=$ac_ct_CC
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
   fi
 else
-  CC="$ac_cv_prog_CC"
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 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
+if test -n "$PKG_CONFIG"; then
+	_pkg_min_version=0.9.0
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	else
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+		PKG_CONFIG=""
+	fi
 fi
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
+$as_echo_n "checking for UUID... " >&6; }
 
-  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.
+if test -n "$UUID_CFLAGS"; then
+    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 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
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 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; }
+if test -n "$UUID_LIBS"; then
+    pkg_cv_UUID_LIBS="$UUID_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
 fi
-
-
+ else
+    pkg_failed=untried
 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
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        else 
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$UUID_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
 
-    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
+$UUID_PKG_ERRORS
 
-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
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  test -n "$ac_ct_CC" && break
-done
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-  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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
+	UUID_LIBS=$pkg_cv_UUID_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 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
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
+$as_echo_n "checking for LIBAO... " >&6; }
+
+if test -n "$LIBAO_CFLAGS"; then
+    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
   ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_compiler_gnu=no
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+ else
+    pkg_failed=untried
 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
+if test -n "$LIBAO_LIBS"; then
+    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  GCC=
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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 :
-  
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        else 
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBAO_PKG_ERRORS" >&5
 
-int
-main ()
-{
+	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
 
-  ;
-  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
+$LIBAO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
+	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
+$as_echo_n "checking for LIBASOUND2... " >&6; }
+
+if test -n "$LIBASOUND2_CFLAGS"; then
+    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+ else
+    pkg_failed=untried
 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
+if test -n "$LIBASOUND2_LIBS"; then
+    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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 <stdarg.h>
-#include <stdio.h>
-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
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 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
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        else 
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBASOUND2_PKG_ERRORS" >&5
 
-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
+	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
 
-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
+$LIBASOUND2_PKG_ERRORS
 
-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.  */
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-int
-main ()
-{
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  ;
-  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
-
-
-depcc="$CC"   am_compiler_list=
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
+	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
+	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-  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
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
+$as_echo_n "checking for LIBXML2... " >&6; }
+
+if test -n "$LIBXML2_CFLAGS"; then
+    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  am_cv_CC_dependencies_compiler_type=none
+  pkg_failed=yes
 fi
-
+ else
+    pkg_failed=untried
 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='#'
+if test -n "$LIBXML2_LIBS"; then
+    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
-if ${ac_cv_c_const+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        else 
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXML2_PKG_ERRORS" >&5
 
-int
-main ()
-{
+	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
 
-#ifndef __cplusplus
-  /* Ultrix mips cc rejects this sort of thing.  */
-  typedef int charset[2];
-  const charset cs = { 0, 0 };
-  /* SunOS 4.1.1 cc rejects this.  */
-  char const *const *pcpcc;
-  char **ppc;
-  /* NEC SVR4.0.2 mips cc rejects this.  */
-  struct point {int x, y;};
-  static struct point const zero = {0,0};
-  /* AIX XL C 1.02.0.0 rejects this.
-     It does not let you subtract one const X* pointer from another in
-     an arm of an if-expression whose if-part is not a constant
-     expression */
-  const char *g = "string";
-  pcpcc = &g + (g ? g-g : 0);
-  /* HPUX 7.0 cc rejects these. */
-  ++pcpcc;
-  ppc = (char**) pcpcc;
-  pcpcc = (char const *const *) ppc;
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
-    char tx;
-    char *t = &tx;
-    char const *s = 0 ? (char *) 0 : (char const *) 0;
-
-    *t++ = 0;
-    if (s) return 0;
-  }
-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-    int x[] = {25, 17};
-    const int *foo = &x[0];
-    ++foo;
-  }
-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-    typedef const int *iptr;
-    iptr p = 0;
-    ++p;
-  }
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-    struct s { int j; const int *ap[3]; } bx;
-    struct s *b = &bx; b->j = 5;
-  }
-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-    const int foo = 10;
-    if (!foo) return 0;
-  }
-  return !cs[0] && !zero.x;
-#endif
+$LIBXML2_PKG_ERRORS
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_const=yes
-else
-  ac_cv_c_const=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
-$as_echo "$ac_cv_c_const" >&6; }
-if test $ac_cv_c_const = no; then
-  
-$as_echo "@%:@define const /**/" >>confdefs.h
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-fi
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-# 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
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
-
+	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
+	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 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
 
 
-enable_win32_dll=yes
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
+$as_echo_n "checking for SNDFILE... " >&6; }
 
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
-set dummy ${ac_tool_prefix}as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AS"; then
-  ac_cv_prog_AS="$AS" # Let the user override the test.
+if test -n "$SNDFILE_CFLAGS"; then
+    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 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_AS="${ac_tool_prefix}as"
-    $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
-
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-AS=$ac_cv_prog_AS
-if test -n "$AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
-$as_echo "$AS" >&6; }
+if test -n "$SNDFILE_LIBS"; then
+    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_AS"; then
-  ac_ct_AS=$AS
-  # Extract the first word of "as", so it can be a program name with args.
-set dummy as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AS"; then
-  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # 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_AS="as"
-    $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_AS=$ac_cv_prog_ac_ct_AS
-if test -n "$ac_ct_AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
-$as_echo "$ac_ct_AS" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        else 
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$SNDFILE_PKG_ERRORS" >&5
 
-  if test "x$ac_ct_AS" = x; then
-    AS="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AS=$ac_ct_AS
-  fi
+	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
+
+$SNDFILE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  AS="$ac_cv_prog_AS"
+	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
+	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
+$as_echo_n "checking for LIBINSTPATCH... " >&6; }
+
+if test -n "$LIBINSTPATCH_CFLAGS"; then
+    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+if test -n "$LIBINSTPATCH_LIBS"; then
+    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        else 
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
 
+$LIBINSTPATCH_PKG_ERRORS
 
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
+	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-  ;;
-esac
-
-test -z "$AS" && AS=as
-
-    
-    
-    
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-
-    
-    
-    
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
-    
-    
-    
-
-
-
-case `pwd` in
-  *\ * | *\	*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
-esac
-
-
-
-macro_version='2.4.4'
-macro_revision='2.4.4'
-
-    
-    
-    
 
 
-    
-    
-    
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
+$as_echo_n "checking for GOBJECT... " >&6; }
 
+if test -n "$GOBJECT_CFLAGS"; then
+    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GOBJECT_LIBS"; then
+    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
 
-ltmain=$ac_aux_dir/ltmain.sh
 
-# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        else 
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GOBJECT_PKG_ERRORS" >&5
 
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
+	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
 
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+$GOBJECT_PKG_ERRORS
 
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
-$as_echo_n "checking how to print strings... " >&6; }
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
+	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
+	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO ""
-}
-
-case $ECHO in
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
-$as_echo "printf" >&6; } ;;
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
-$as_echo "print -r" >&6; } ;;
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
-$as_echo "cat" >&6; } ;;
-esac
-
-
 
 
-    
-    
-    
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
+$as_echo_n "checking for GDKPIXBUF... " >&6; }
 
-    
-    
-    
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
-if ${ac_cv_path_SED+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test -n "$GDKPIXBUF_CFLAGS"; then
+    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-     for ac_i in 1 2 3 4 5 6 7; do
-       ac_script="$ac_script$as_nl$ac_script"
-     done
-     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
-     { ac_script=; unset ac_script;}
-     if test -z "$SED"; then
-  ac_path_SED_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in sed gsed; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_SED" || continue
-# Check for GNU ac_path_SED and select it if it is found.
-  # Check for GNU $ac_path_SED
-case `"$ac_path_SED" --version 2>&1` in
-*GNU*)
-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo '' >> "conftest.nl"
-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_SED_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_SED="$ac_path_SED"
-      ac_path_SED_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_SED_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_SED"; then
-    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
-  fi
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GDKPIXBUF_LIBS"; then
+    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_cv_path_SED=$SED
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
-$as_echo "$ac_cv_path_SED" >&6; }
- SED="$ac_cv_path_SED"
-  rm -f conftest.sed
+        if test $_pkg_short_errors_supported = yes; then
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        else 
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GDKPIXBUF_PKG_ERRORS" >&5
 
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
+	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
 
-    
-    
-    
+$GDKPIXBUF_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-    
-    
-    
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
+	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
+	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-      $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
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+$as_echo_n "checking for CAIRO... " >&6; }
+
+if test -n "$CAIRO_CFLAGS"; then
+    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_cv_path_GREP=$GREP
+  pkg_failed=yes
 fi
-
+ else
+    pkg_failed=untried
+fi
+if test -n "$CAIRO_LIBS"; then
+    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 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
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        else 
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$CAIRO_PKG_ERRORS" >&5
 
-      $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
+	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
+
+$CAIRO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  ac_cv_path_EGREP=$EGREP
+	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-   fi
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
+$as_echo_n "checking for GTK... " >&6; }
+
+if test -n "$GTK_CFLAGS"; then
+    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 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"
- 
+ else
+    pkg_failed=untried
+fi
+if test -n "$GTK_LIBS"; then
+    pkg_cv_GTK_LIBS="$GTK_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        else 
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK_PKG_ERRORS" >&5
+
+	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
+
+$GTK_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
+	GTK_LIBS=$pkg_cv_GTK_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
+
+
+
+#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
+#AC_SUBST(XMLRPC_UTIL_CFLAGS)
+#AC_SUBST(XMLRPC_UTIL_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
+#AC_SUBST(XMLRPC_SERVER_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
-$as_echo_n "checking for fgrep... " >&6; }
-if ${ac_cv_path_FGREP+:} false; then :
+# Checks for library functions.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
-   then ac_cv_path_FGREP="$GREP -F"
-   else
-     if test -z "$FGREP"; then
-  ac_path_FGREP_found=false
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
   # Loop through the user's path and test for each of PROGNAME-LIST
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
-    for ac_prog in fgrep; do
+    for ac_prog in sed gsed; do
     for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_FGREP" || continue
-# Check for GNU ac_path_FGREP and select it if it is found.
-  # Check for GNU $ac_path_FGREP
-case `"$ac_path_FGREP" --version 2>&1` in
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
 *GNU*)
-  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
 *)
   ac_count=0
   $as_echo_n 0123456789 >"conftest.in"
@@ -6391,14 +6632,14 @@ case `"$ac_path_FGREP" --version 2>&1` in
     cat "conftest.in" "conftest.in" >"conftest.tmp"
     mv "conftest.tmp" "conftest.in"
     cp "conftest.in" "conftest.nl"
-    $as_echo 'FGREP' >> "conftest.nl"
-    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
       # Best one so far, save it but keep looking for a better one
-      ac_cv_path_FGREP="$ac_path_FGREP"
-      ac_path_FGREP_max=$ac_count
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
     fi
     # 10*(2^10) chars as input seems more than enough
     test $ac_count -gt 10 && break
@@ -6406,240 +6647,133 @@ case `"$ac_path_FGREP" --version 2>&1` in
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 esac
 
-      $ac_path_FGREP_found && break 3
+      $ac_path_SED_found && break 3
     done
   done
   done
 IFS=$as_save_IFS
-  if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   fi
 else
-  ac_cv_path_FGREP=$FGREP
+  ac_cv_path_SED=$SED
 fi
 
-   fi
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
-$as_echo "$ac_cv_path_FGREP" >&6; }
- FGREP="$ac_cv_path_FGREP"
- 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
 
-test -z "$GREP" && GREP=grep
 
-    
-    
-    
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
+$as_echo_n "checking whether NLS is requested... " >&6; }
+    @%:@ Check whether --enable-nls was given.
+if test "${enable_nls+set}" = set; then :
+  enableval=$enable_nls; USE_NLS=$enableval
+else
+  USE_NLS=yes
+fi
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  
 
-    
-    
-    
+
+          
+      GETTEXT_MACRO_VERSION=0.19
 
 
     
-    
-    
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-
-
-
-
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
 else
-  with_gnu_ld=no
+  ac_executable_p="test -f"
 fi
+rm -f conf$$.file
 
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
+# Extract the first word of "msgfmt", so it can be a program name with args.
+set dummy msgfmt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGFMT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case "$MSGFMT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
     ;;
   *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
     ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
+esac
 fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
+MSGFMT="$ac_cv_path_MSGFMT"
+if test "$MSGFMT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
+$as_echo "$MSGFMT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-    
-    
-    
-
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if ${lt_cv_path_NM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
-$as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in dumpbin "link -dump"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+  # Extract the first word of "gmsgfmt", so it can be a program name with args.
+set dummy gmsgfmt; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DUMPBIN+:} false; then :
+if ${ac_cv_path_GMSGFMT+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DUMPBIN"; then
-  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  case $GMSGFMT in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -6647,424 +6781,302 @@ done
   done
 IFS=$as_save_IFS
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
+  ;;
+esac
 fi
-fi
-DUMPBIN=$ac_cv_prog_DUMPBIN
-if test -n "$DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
-$as_echo "$DUMPBIN" >&6; }
+GMSGFMT=$ac_cv_path_GMSGFMT
+if test -n "$GMSGFMT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
+$as_echo "$GMSGFMT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
 
-    test -n "$DUMPBIN" && break
-  done
+
+    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+  
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+  
+
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
-if test -z "$DUMPBIN"; then
-  ac_ct_DUMPBIN=$DUMPBIN
-  for ac_prog in dumpbin "link -dump"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "xgettext", so it can be a program name with args.
+set dummy xgettext; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+if ${ac_cv_path_XGETTEXT+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_DUMPBIN"; then
-  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
+  case "$XGETTEXT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
+    ;;
+esac
 fi
-ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
-if test -n "$ac_ct_DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
-$as_echo "$ac_ct_DUMPBIN" >&6; }
+XGETTEXT="$ac_cv_path_XGETTEXT"
+if test "$XGETTEXT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
+$as_echo "$XGETTEXT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
+    rm -f messages.po
 
-  test -n "$ac_ct_DUMPBIN" && break
-done
-
-  if test "x$ac_ct_DUMPBIN" = x; then
-    DUMPBIN=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DUMPBIN=$ac_ct_DUMPBIN
-  fi
-fi
-
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
+    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
   
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
 
-
-    
-    
     
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if ${lt_cv_nm_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
 else
-  lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
-  cat conftest.out >&5
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*
+  ac_executable_p="test -f"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
-$as_echo "$lt_cv_nm_interface" >&6; }
+rm -f conf$$.file
 
-# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if ${lt_cv_sys_max_cmd_len+:} false; then :
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGMERGE+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-    i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
+  case "$MSGMERGE" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
     ;;
   *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
+            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
       done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
     ;;
-  esac
-
+esac
 fi
-
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+MSGMERGE="$ac_cv_path_MSGMERGE"
+if test "$MSGMERGE" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
+$as_echo "$MSGMERGE" >&6; }
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
-$as_echo "none" >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
-    
-    
-    
 
+        test -n "$localedir" || localedir='${datadir}/locale'
+  
 
-: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
+    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
-fi
+  ac_config_commands="$ac_config_commands po-directories"
 
-    
-    
-    
 
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
+# 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 how to convert $build file names to $host format" >&5
-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
-if ${lt_cv_to_host_file_cmd+:} false; then :
+{ $as_echo "$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
-  case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
+  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
 
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
-
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
-if ${lt_cv_to_tool_file_cmd+:} false; then :
+{ $as_echo "$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
-  #assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
+  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
 
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
 
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if ${lt_cv_ld_reload_flag+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2 or newer" >&5
+$as_echo_n "checking whether we are using the GNU C Library 2 or newer... " >&6; }
+if ${ac_cv_gnu_library_2+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ld_reload_flag='-r'
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    
-    
-    
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2=yes
+else
+  ac_cv_gnu_library_2=no
+fi
+rm -f conftest*
 
+      
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2" >&5
+$as_echo "$ac_cv_gnu_library_2" >&6; }
     
-    
+    GLIBC2="$ac_cv_gnu_library_2"
+  
 
 if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
+  # 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_OBJDUMP+:} false; then :
+if ${ac_cv_prog_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+  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
@@ -7073,7 +7085,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+    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
@@ -7083,10 +7095,10 @@ IFS=$as_save_IFS
 
 fi
 fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
+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; }
@@ -7094,17 +7106,17 @@ fi
 
 
 fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
+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_OBJDUMP+:} false; then :
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+  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
@@ -7113,7 +7125,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
+    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
@@ -7123,17 +7135,17 @@ IFS=$as_save_IFS
 
 fi
 fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
+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_OBJDUMP" = x; then
-    OBJDUMP="false"
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -7141,1785 +7153,2772 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    OBJDUMP=$ac_ct_OBJDUMP
+    RANLIB=$ac_ct_RANLIB
   fi
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+  RANLIB="$ac_cv_prog_RANLIB"
 fi
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
-
 
+  
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5
+$as_echo_n "checking whether the -Werror option is usable... " >&6; }
+    if ${gl_cv_cc_vis_werror+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+int
+main ()
+{
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_vis_werror=yes
+else
+  gl_cv_cc_vis_werror=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if ${lt_cv_deplibs_check_method+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5
+$as_echo "$gl_cv_cc_vis_werror" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
+$as_echo_n "checking for simple visibility declarations... " >&6; }
+    if ${gl_cv_cc_visibility+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[4-9]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-bsdi[45]*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
+  
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+                                    if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
+           
+int
+main ()
+{
 
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_visibility=yes
+else
+  gl_cv_cc_visibility=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5
+$as_echo "$gl_cv_cc_visibility" >&6; }
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
   fi
-  ;;
+  
+  
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_VISIBILITY $HAVE_VISIBILITY
+_ACEOF
 
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
 
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
+$as_echo_n "checking for stdint.h... " >&6; }
+if ${gl_cv_header_stdint_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+            #include <stdint.h>
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_stdint_h=yes
+else
+  gl_cv_header_stdint_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5
+$as_echo "$gl_cv_header_stdint_h" >&6; }
+  if test $gl_cv_header_stdint_h = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H_WITH_UINTMAX 1
+_ACEOF
 
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+  fi
 
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
 
-interix[3-9]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-  ;;
 
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+  
+  for ac_header in $ac_header_list
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
 
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+done
 
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
-  fi
-  ;;
+  
 
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
 
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  fi
-  ;;
 
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
+else
+  ac_cv_func_mmap_fixed_mapped=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
-    fi
-    ;;
-  esac
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
+fi
+rm -f conftest.mmap conftest.txt
 
 
     
-    
-    
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
+$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
+if ${gt_cv_int_divbyzero_sigfpe+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      gt_cv_int_divbyzero_sigfpe=
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        if test "$cross_compiling" = yes; then :
+  
+            # Guess based on the CPU.
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+          
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <signal.h>
 
-    
-    
-    
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
 
+int x = 1;
+int y = 0;
+int z;
+int nan;
 
-    
-    
-    
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
 
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
 
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_int_divbyzero_sigfpe=yes
+else
+  gt_cv_int_divbyzero_sigfpe=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: $gt_cv_int_divbyzero_sigfpe" >&5
+$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define INTDIV0_RAISES_SIGFPE $value
+_ACEOF
 
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
+$as_echo_n "checking for inttypes.h... " >&6; }
+if ${gl_cv_header_inttypes_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+#include <sys/types.h>
+#include <inttypes.h>
+          
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_inttypes_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_header_inttypes_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5
+$as_echo "$gl_cv_header_inttypes_h" >&6; }
+  if test $gl_cv_header_inttypes_h = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H_WITH_UINTMAX 1
+_ACEOF
+
+  fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
+$as_echo_n "checking for unsigned long long int... " >&6; }
+if ${ac_cv_type_unsigned_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
+  /* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;
+int
+main ()
+{
+/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));
+  ;
+  return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_type_unsigned_long_long_int=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     fi
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
+$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
 
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
   fi
-else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
-fi
 
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
+  
+  
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uintmax_t $ac_type
+_ACEOF
 
+  else
+    
+$as_echo "@%:@define HAVE_UINTMAX_T 1" >>confdefs.h
 
+  fi
 
 
+  for ac_header in inttypes.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
+if test "x$ac_cv_header_inttypes_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H 1
+_ACEOF
+ 
+fi
 
+done
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
+  if test $ac_cv_header_inttypes_h = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
+$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
+if ${gt_cv_inttypes_pri_broken+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_sharedlib_from_linklib_cmd='unknown'
+  
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+             
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_inttypes_pri_broken=no
+else
+  gt_cv_inttypes_pri_broken=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
+$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define PRI_MACROS_BROKEN 1
+_ACEOF
+
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  
 
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
 
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
+if test "x$ac_cv_header_minix_config_h" = xyes; then :
+  MINIX=yes
+else
+  MINIX=
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
 
 
+  if test "$MINIX" = yes; then
     
+$as_echo "@%:@define _POSIX_SOURCE 1" >>confdefs.h
+
     
+$as_echo "@%:@define _POSIX_1_SOURCE 2" >>confdefs.h
+
     
+$as_echo "@%:@define _MINIX 1" >>confdefs.h
 
+  fi
 
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
+if ${ac_cv_safe_to_define___extensions__+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
+#         define __EXTENSIONS__ 1
+          $ac_includes_default
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_safe_to_define___extensions__=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_safe_to_define___extensions__=no
 fi
-
-
-    test -n "$AR" && break
-  done
-fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
+  test $ac_cv_safe_to_define___extensions__ = yes &&
+    $as_echo "@%:@define __EXTENSIONS__ 1" >>confdefs.h
 
+  $as_echo "@%:@define _ALL_SOURCE 1" >>confdefs.h
 
-  test -n "$ac_ct_AR" && break
-done
+  $as_echo "@%:@define _GNU_SOURCE 1" >>confdefs.h
 
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
+  $as_echo "@%:@define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
 
-: ${AR=ar}
-: ${AR_FLAGS=cru}
+  $as_echo "@%:@define _TANDEM_SOURCE 1" >>confdefs.h
 
-    
-    
-    
 
 
+          
+  
+        
     
+  @%:@ Check whether --enable-threads was given.
+if test "${enable_threads+set}" = set; then :
+  enableval=$enable_threads; gl_use_threads=$enableval
+else
+  if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+       case "$host_os" in
+                                                               osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+     fi
     
-    
-
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
-$as_echo_n "checking for archiver @FILE support... " >&6; }
-if ${lt_cv_ar_at_file+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ar_at_file=no
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
 
-int
-main ()
-{
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-     
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
-$as_echo "$lt_cv_ar_at_file" >&6; }
-
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
-else
-  archiver_list_spec=$lt_cv_ar_at_file
-fi
 
-    
-    
-    
 
+      if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
 
 
-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; }
+@%:@ Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  with_gnu_ld=no
 fi
 
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | ?:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
 fi
-if 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 :
+if ${acl_cv_path_LD+:} 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
+  if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
   done
-IFS=$as_save_IFS
-
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
 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; }
+
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&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
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${acl_cv_prog_gnu_ld+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  STRIP="$ac_cv_prog_STRIP"
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
+$as_echo "$acl_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$acl_cv_prog_gnu_ld
+
 
-test -z "$STRIP" && STRIP=:
 
     
-    
-    
+                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
+$as_echo_n "checking for shared library run path origin... " >&6; }
+if ${acl_cv_rpath+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
+$as_echo "$acl_cv_rpath" >&6; }
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+    @%:@ Check whether --enable-rpath was given.
+if test "${enable_rpath+set}" = set; then :
+  enableval=$enable_rpath; :
+else
+  enable_rpath=yes
+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 :
+
+                          
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
+$as_echo_n "checking for 64-bit host... " >&6; }
+if ${gl_cv_solaris_64bit+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+#ifdef _LP64
+sixtyfour bits
+#endif
+           
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
+  gl_cv_solaris_64bit=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_solaris_64bit=no
 fi
+rm -f conftest*
 
-
+        
 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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
+$as_echo "$gl_cv_solaris_64bit" >&6; }
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
 
+
+  
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5
+$as_echo_n "checking whether imported symbols can be declared weak... " >&6; }
+if ${gl_cv_have_weak+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gl_cv_have_weak=no
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern void xyzzy ();
+#pragma weak xyzzy
+int
+main ()
+{
+xyzzy();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_cv_have_weak=maybe
 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; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+       if test $gl_cv_have_weak = maybe; then
+                           if test "$cross_compiling" = yes; then :
+                          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Extensible Linking Format" >/dev/null 2>&1; then :
+  gl_cv_have_weak="guessing yes"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_have_weak="guessing no"
 fi
+rm -f conftest*
 
-  if test "x$ac_ct_RANLIB" = x; then
-    RANLIB=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    RANLIB=$ac_ct_RANLIB
-  fi
+           
 else
-  RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-test -z "$RANLIB" && RANLIB=:
-
-    
-    
-    
-
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_have_weak=yes
+else
+  gl_cv_have_weak=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-
-
-    
-    
-    
-
-    
-    
-    
-
-    
-    
-    
-
-    
-    
-    
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
+       fi
+      
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5
+$as_echo "$gl_cv_have_weak" >&6; }
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
+if test "x$ac_cv_header_pthread_h" = xyes; then :
+  gl_have_pthread_h=yes
+else
+  gl_have_pthread_h=no
+fi
+
+
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        #
+        # If -pthread works, prefer it to -lpthread, since Ubuntu 14.04
+        # needs -pthread for some reason.  See:
+        # http://lists.gnu.org/archive/html/bug-gnulib/2014-09/msg00023.html
+        save_LIBS=$LIBS
+        for gl_pthread in '' '-pthread'; do
+          LIBS="$LIBS $gl_pthread"
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pthread.h>
+                 pthread_mutex_t m;
+                 pthread_mutexattr_t ma;
+               
+int
+main ()
+{
+pthread_mutex_lock (&m);
+                 pthread_mutexattr_init (&ma);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pthread=yes
+             LIBTHREAD=$gl_pthread LTLIBTHREAD=$gl_pthread
+             LIBMULTITHREAD=$gl_pthread LTLIBMULTITHREAD=$gl_pthread
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+          LIBS=$save_LIBS
+          test -n "$gl_have_pthread" && break
+        done
 
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread" && test -z "$LIBTHREAD"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[BCDEGRST]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[BCDT]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[ABCDGISTW]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[ABCDEGRST]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[BCDEGRST]'
-  ;;
-osf*)
-  symcode='[BCDEGQRST]'
-  ;;
-solaris*)
-  symcode='[BDRT]'
-  ;;
-sco3.2v5*)
-  symcode='[DT]'
-  ;;
-sysv4.2uw2*)
-  symcode='[DT]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[ABDT]'
-  ;;
-sysv4)
-  symcode='[DFNSTU]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[ABCDGIRSTW]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK '"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpthread  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
+/* 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" {
+extern "C"
 #endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
+char pthread_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
 }
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
+else
+  ac_cv_lib_pthread_pthread_kill=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_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 
+$as_echo "@%:@define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
 
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
+             esac
+            
+fi
 
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT@&t at _DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT@&t at _DLSYM_CONST
-#else
-# define LT@&t at _DLSYM_CONST const
-#endif
+        elif test -z "$gl_have_pthread"; then
+          # Some library is needed. Try libpthread and libc_r.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} 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" {
+extern "C"
 #endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT@&t at _DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[] =
+char pthread_kill ();
+int
+main ()
 {
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
+return pthread_kill ();
+  ;
+  return 0;
 }
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&5
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&5
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
-    fi
-  else
-    echo "$progname: failed program was:" >&5
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
-
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
-
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
+else
+  ac_cv_lib_pthread_pthread_kill=no
 fi
-
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
-$as_echo "failed" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
-$as_echo "ok" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
 fi
 
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
-  nm_file_list_spec='@'
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5
+$as_echo_n "checking for pthread_kill in -lc_r... " >&6; }
+if ${ac_cv_lib_c_r_pthread_kill+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lc_r  $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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_c_r_pthread_kill=yes
+else
+  ac_cv_lib_c_r_pthread_kill=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_c_r_pthread_kill" >&5
+$as_echo "$ac_cv_lib_c_r_pthread_kill" >&6; }
+if test "x$ac_cv_lib_c_r_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r
 fi
 
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          
+$as_echo "@%:@define USE_POSIX_THREADS 1" >>confdefs.h
+
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              
+$as_echo "@%:@define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
+
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <thread.h>
+#include <synch.h>
+             
+int
+main ()
+{
+thr_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_solaristhread=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          
+$as_echo "@%:@define USE_SOLARIS_THREADS 1" >>confdefs.h
+
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_SOLARIS_THREADS_WEAK 1" >>confdefs.h
+
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      
+  
+  
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libpth" >&5
+$as_echo_n "checking how to link with libpth... " >&6; }
+if ${ac_cv_libpth_libs+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
     
+  
+  
+  
+  
+  
     
-    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+  
+@%:@ Check whether --with-libpth-prefix was given.
+if test "${with_libpth_prefix+set}" = set; then :
+  withval=$with_libpth_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-    
-    
-    
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
+fi
 
-    
-    
-    
+      LIBPTH=
+  LTLIBPTH=
+  INCPTH=
+  LIBPTH_PREFIX=
+      HAVE_LIBPTH=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='pth '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBPTH="${LIBPTH}${LIBPTH:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBPTH; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBPTH; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_a"
+              else
+                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCPTH; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCPTH="${INCPTH}${INCPTH:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$dep"
+                    LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+            LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
+    ac_cv_libpth_libs="$LIBPTH"
+    ac_cv_libpth_ltlibs="$LTLIBPTH"
+    ac_cv_libpth_cppflags="$INCPTH"
+    ac_cv_libpth_prefix="$LIBPTH_PREFIX"
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libpth_libs" >&5
+$as_echo "$ac_cv_libpth_libs" >&6; }
+  LIBPTH="$ac_cv_libpth_libs"
+  LTLIBPTH="$ac_cv_libpth_ltlibs"
+  INCPTH="$ac_cv_libpth_cppflags"
+  LIBPTH_PREFIX="$ac_cv_libpth_prefix"
+  
+  for element in $INCPTH; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-    
-    
-    
+  
+  
+  
+      HAVE_LIBPTH=yes
+  
+  
 
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pth.h>
+int
+main ()
+{
+pth_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pth=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        
+$as_echo "@%:@define USE_PTH_THREADS 1" >>confdefs.h
 
-    
-    
-    
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_PTH_THREADS_WEAK 1" >>confdefs.h
 
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+            
+$as_echo "@%:@define USE_WINDOWS_THREADS 1" >>confdefs.h
 
-    
-    
-    
+          fi
+          ;;
+      esac
+    fi
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5
+$as_echo_n "checking for multithread API to use... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5
+$as_echo "$gl_threads_api" >&6; }
+  
+  
+  
+  
 
 
-    
-    
-    
+  
+  
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
-$as_echo_n "checking for sysroot... " >&6; }
+  
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    ac_fn_c_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include <pthread.h>
+"
+if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h
 
-@%:@ Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then :
-  withval=$with_sysroot; 
-else
-  with_sysroot=no
 fi
 
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
-   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
-   ;;
-esac
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
-$as_echo "${lt_sysroot:-no}" >&6; }
+      #include <pthread.h>
+int
+main ()
+{
 
-    
-    
-    
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+        
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
 fi
-      $ac_path_lt_DD_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   fi
-else
-  ac_cv_path_lt_DD=$lt_DD
-fi
-
-rm -f conftest.i conftest2.i conftest.out
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
-
+  :
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
 
     
-    
-    
+  
 
+      
+  
+  
+  
+  
+  
+    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-@%:@ Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
-  enableval=$enable_libtool_lock; 
-fi
+  
+@%:@ Check whether --with-libiconv-prefix was given.
+if test "${with_libiconv_prefix+set}" = set; then :
+  withval=$with_libiconv_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
+fi
+
+      LIBICONV=
+  LTLIBICONV=
+  INCICONV=
+  LIBICONV_PREFIX=
+      HAVE_LIBICONV=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='iconv '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBICONV; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBICONV; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
+              else
+                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCICONV; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
+                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
     else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+      done
     fi
   fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+    done
   fi
-  rm -rf conftest*
-  ;;
+  
+  
+  
+  
+  
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
 
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if ${lt_cv_cc_needs_belf+:} false; then :
+
+  
+       
+      
+
+          am_save_CPPFLAGS="$CPPFLAGS"
+  
+  for element in $INCICONV; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
+$as_echo_n "checking for iconv... " >&6; }
+if ${am_cv_func_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <iconv.h>
+         
 int
 main ()
 {
-
+iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_cc_needs_belf=yes
-else
-  lt_cv_cc_needs_belf=no
+  am_cv_func_iconv=yes
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-     ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <iconv.h>
+           
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_lib_iconv=yes
+        am_cv_func_iconv=yes
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-esac
-
-need_locks=$enable_libtool_lock
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
-set dummy ${ac_tool_prefix}mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$am_save_LIBS"
+    fi
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
+$as_echo "$am_cv_func_iconv" >&6; }
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
+$as_echo_n "checking for working iconv... " >&6; }
+if ${am_cv_func_iconv_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$MANIFEST_TOOL"; then
-  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+  
+                  am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      am_cv_func_iconv_works=no
+      for ac_iconv_const in '' 'const'; do
+        if test "$cross_compiling" = yes; then :
+  case "$host_os" in
+             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+             *)            am_cv_func_iconv_works="guessing yes" ;;
+           esac
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <iconv.h>
+#include <string.h>
+
+#ifndef ICONV_CONST
+# define ICONV_CONST $ac_iconv_const
+#endif
+             
+int
+main ()
+{
+int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\263";
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  am_cv_func_iconv_works=yes
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
-if test -n "$MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
-$as_echo "$MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+        test "$am_cv_func_iconv_works" = no || break
+      done
+      LIBS="$am_save_LIBS"
+    
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
+$as_echo "$am_cv_func_iconv_works" >&6; }
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
+    
+$as_echo "@%:@define HAVE_ICONV 1" >>confdefs.h
 
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
+$as_echo_n "checking how to link with libiconv... " >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
+$as_echo "$LIBICONV" >&6; }
+  else
+            CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  
+  
 
-fi
-if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
-  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
-  # Extract the first word of "mt", so it can be a program name with args.
-set dummy mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
+$as_echo_n "checking for iconv declaration... " >&6; }
+    if ${am_cv_proto_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_MANIFEST_TOOL"; then
-  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
-if test -n "$ac_ct_MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_MANIFEST_TOOL" = x; then
-    MANIFEST_TOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
-  fi
-else
-  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
-fi
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+           
+int
+main ()
+{
 
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
-if ${lt_cv_path_mainfest_tool+:} false; then :
-  $as_echo_n "(cached) " >&6
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  am_cv_proto_iconv_arg1=""
 else
-  lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&5
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*
+  am_cv_proto_iconv_arg1="const"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
 fi
 
+    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 
+         $am_cv_proto_iconv" >&5
+$as_echo "
+         $am_cv_proto_iconv" >&6; }
     
-    
-    
-
+cat >>confdefs.h <<_ACEOF
+@%:@define ICONV_CONST $am_cv_proto_iconv_arg1
+_ACEOF
 
-  case $host_os in
-    rhapsody* | darwin*)
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DSYMUTIL"; then
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
+        
   fi
-done
-  done
-IFS=$as_save_IFS
+
+
+      
+            
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_BUILTIN_EXPECT 1" >>confdefs.h
 
 fi
-fi
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
-if test -n "$DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
-$as_echo "$DSYMUTIL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+
+  for ac_header in argz.h inttypes.h limits.h unistd.h sys/param.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
+done
 
+  for ac_func in getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
-if test -z "$ac_cv_prog_DSYMUTIL"; then
-  ac_ct_DSYMUTIL=$DSYMUTIL
-  # Extract the first word of "dsymutil", so it can be a program name with args.
-set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DSYMUTIL"; then
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
 done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
-if test -n "$ac_ct_DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
+
+          ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_feof_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_have_decl=0
 fi
 
-  if test "x$ac_ct_DSYMUTIL" = x; then
-    DSYMUTIL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DSYMUTIL=$ac_ct_DSYMUTIL
-  fi
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_FEOF_UNLOCKED $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_fgets_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
+  ac_have_decl=0
 fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NMEDIT"; then
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_FGETS_UNLOCKED $ac_have_decl
+_ACEOF
 
-fi
-fi
-NMEDIT=$ac_cv_prog_NMEDIT
-if test -n "$NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
-$as_echo "$NMEDIT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
+  
 
-fi
-if test -z "$ac_cv_prog_NMEDIT"; then
-  ac_ct_NMEDIT=$NMEDIT
-  # Extract the first word of "nmedit", so it can be a program name with args.
-set dummy nmedit; ac_word=$2
+                    for ac_prog in bison
+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_NMEDIT+:} false; then :
+if ${ac_cv_prog_INTLBISON+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_NMEDIT"; then
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+  if test -n "$INTLBISON"; then
+  ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
 else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
@@ -8928,7 +9927,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
+    ac_cv_prog_INTLBISON="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -8938,483 +9937,377 @@ IFS=$as_save_IFS
 
 fi
 fi
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
-if test -n "$ac_ct_NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
-$as_echo "$ac_ct_NMEDIT" >&6; }
+INTLBISON=$ac_cv_prog_INTLBISON
+if test -n "$INTLBISON"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
+$as_echo "$INTLBISON" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
-  if test "x$ac_ct_NMEDIT" = x; then
-    NMEDIT=":"
+
+  test -n "$INTLBISON" && break
+done
+
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
   else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    NMEDIT=$ac_ct_NMEDIT
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
+$as_echo_n "checking version of bison... " >&6; }
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      2.[7-9]* | [3-9].*)
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
+$as_echo "$ac_prog_version" >&6; }
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
   fi
-else
-  NMEDIT="$ac_cv_prog_NMEDIT"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
-set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LIPO+:} false; then :
+
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
+$as_echo_n "checking for long long int... " >&6; }
+if ${ac_cv_type_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$LIPO"; then
-  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+  ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+                                        if test "$cross_compiling" = yes; then :
+  :
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <limits.h>
+                 @%:@ifndef LLONG_MAX
+                 @%:@ define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+                 @%:@endif
+int
+main ()
+{
+long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  
+else
+  ac_cv_type_long_long_int=no
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-LIPO=$ac_cv_prog_LIPO
-if test -n "$LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
-$as_echo "$LIPO" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+        fi
+      fi
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
+$as_echo "$ac_cv_type_long_long_int" >&6; }
+  if test $ac_cv_type_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_LONG_LONG_INT 1" >>confdefs.h
 
+  fi
 
-fi
-if test -z "$ac_cv_prog_LIPO"; then
-  ac_ct_LIPO=$LIPO
-  # Extract the first word of "lipo", so it can be a program name with args.
-set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
+$as_echo_n "checking for wchar_t... " >&6; }
+if ${gt_cv_c_wchar_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_LIPO"; then
-  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_LIPO="lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';
+int
+main ()
+{
 
-fi
-fi
-ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
-if test -n "$ac_ct_LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
-$as_echo "$ac_ct_LIPO" >&6; }
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wchar_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wchar_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
+$as_echo "$gt_cv_c_wchar_t" >&6; }
+  if test $gt_cv_c_wchar_t = yes; then
+    
+$as_echo "@%:@define HAVE_WCHAR_T 1" >>confdefs.h
 
-  if test "x$ac_ct_LIPO" = x; then
-    LIPO=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    LIPO=$ac_ct_LIPO
   fi
-else
-  LIPO="$ac_cv_prog_LIPO"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
+$as_echo_n "checking for wint_t... " >&6; }
+if ${gt_cv_c_wint_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OTOOL"; then
-  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OTOOL=$ac_cv_prog_OTOOL
-if test -n "$OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
-$as_echo "$OTOOL" >&6; }
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wint_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wint_t=no
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
+$as_echo "$gt_cv_c_wint_t" >&6; }
+  if test $gt_cv_c_wint_t = yes; then
+    
+$as_echo "@%:@define HAVE_WINT_T 1" >>confdefs.h
+
+  fi
 
 
-fi
-if test -z "$ac_cv_prog_OTOOL"; then
-  ac_ct_OTOOL=$OTOOL
-  # Extract the first word of "otool", so it can be a program name with args.
-set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5
+$as_echo_n "checking for intmax_t... " >&6; }
+if ${gt_cv_c_intmax_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL"; then
-  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL="otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
-if test -n "$ac_ct_OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
-$as_echo "$ac_ct_OTOOL" >&6; }
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+          
+int
+main ()
+{
+intmax_t x = -1;
+            return !x;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_intmax_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_intmax_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5
+$as_echo "$gt_cv_c_intmax_t" >&6; }
+  if test $gt_cv_c_intmax_t = yes; then
+    
+$as_echo "@%:@define HAVE_INTMAX_T 1" >>confdefs.h
 
-  if test "x$ac_ct_OTOOL" = x; then
-    OTOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL=$ac_ct_OTOOL
   fi
-else
-  OTOOL="$ac_cv_prog_OTOOL"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL64+:} false; then :
+
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf() supports POSIX/XSI format strings" >&5
+$as_echo_n "checking whether printf() supports POSIX/XSI format strings... " >&6; }
+if ${gt_cv_func_printf_posix+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OTOOL64"; then
-  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  
+      if test "$cross_compiling" = yes; then :
+  
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OTOOL64=$ac_cv_prog_OTOOL64
-if test -n "$OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
-$as_echo "$OTOOL64" >&6; }
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+            
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "notposix" >/dev/null 2>&1; then :
+  gt_cv_func_printf_posix="guessing no"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_func_printf_posix="guessing yes"
 fi
+rm -f conftest*
 
-
-fi
-if test -z "$ac_cv_prog_OTOOL64"; then
-  ac_ct_OTOOL64=$OTOOL64
-  # Extract the first word of "otool64", so it can be a program name with args.
-set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OTOOL64"; then
-  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+        
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL64="otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
-if test -n "$ac_ct_OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
-$as_echo "$ac_ct_OTOOL64" >&6; }
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_func_printf_posix=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_func_printf_posix=no
 fi
-
-  if test "x$ac_ct_OTOOL64" = x; then
-    OTOOL64=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL64=$ac_ct_OTOOL64
-  fi
-else
-  OTOOL64="$ac_cv_prog_OTOOL64"
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
     
-    
-    
-    
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_printf_posix" >&5
+$as_echo "$gt_cv_func_printf_posix" >&6; }
+  case $gt_cv_func_printf_posix in
+    *yes)
+      
+$as_echo "@%:@define HAVE_POSIX_PRINTF 1" >>confdefs.h
 
-    
-    
-    
-    
+      ;;
+  esac
 
-    
-    
-    
-    
 
-    
-    
-    
-    
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5
+$as_echo_n "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; }
+if ${ac_cv_gnu_library_2_1+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2_1=yes
+else
+  ac_cv_gnu_library_2_1=no
+fi
+rm -f conftest*
+
+      
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
+$as_echo "$ac_cv_gnu_library_2_1" >&6; }
     
-    
-    
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
 
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
-$as_echo_n "checking for -single_module linker flag... " >&6; }
-if ${lt_cv_apple_cc_single_mod+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&5
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&5
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&5
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
+_ACEOF
+ 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if ${lt_cv_ld_exported_symbols_list+:} false; then :
+done
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5
+$as_echo_n "checking for SIZE_MAX... " >&6; }
+if ${gl_cv_size_max+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  
+    gl_cv_size_max=
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
-int
-main ()
-{
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
 
-  ;
-  return 0;
-}
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_ld_exported_symbols_list=yes
-else
-  lt_cv_ld_exported_symbols_list=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
-    
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Found it" >/dev/null 2>&1; then :
+  gl_cv_size_max=yes
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+rm -f conftest*
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
-$as_echo_n "checking for -force_load linker flag... " >&6; }
-if ${lt_cv_ld_force_load+:} false; then :
-  $as_echo_n "(cached) " >&6
+    if test -z "$gl_cv_size_max"; then
+                        if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1"        "#include <stddef.h>
+#include <limits.h>"; then :
+  
 else
-  lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
-      echo "$AR cru libconftest.a conftest.o" >&5
-      $AR cru libconftest.a conftest.o 2>&5
-      echo "$RANLIB libconftest.a" >&5
-      $RANLIB libconftest.a 2>&5
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&5
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-    
+  size_t_bits_minus_1=
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
-$as_echo "$lt_cv_ld_force_load" >&6; }
-    case $host_os in
-    rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-
 
-{ $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
+      if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint"        "#include <stddef.h>"; then :
+  
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
+  fits_in_uint=
+fi
 
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+                              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
+               
 int
 main ()
 {
@@ -9424,104 +10317,316 @@ main ()
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stdc=yes
-else
-  ac_cv_header_stdc=no
+  fits_in_uint=0
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+        fi
+                                if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+                gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5
+$as_echo "$gl_cv_size_max" >&6; }
+  if test "$gl_cv_size_max" != yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define SIZE_MAX $gl_cv_size_max
+_ACEOF
 
-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 <string.h>
+  fi
+        
 
+
+    
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
 _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
+done
+
+
 
-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 <stdlib.h>
 
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then :
   
-else
-  ac_cv_header_stdc=no
+  for ac_func in $ac_func_list
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
-rm -f conftest*
+done
 
-fi
+  
 
-if test $ac_cv_header_stdc = yes; then
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+
+        
+
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5
+$as_echo_n "checking for working fcntl.h... " >&6; }
+if ${gl_cv_header_working_fcntl_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
   if test "$cross_compiling" = yes; then :
-  :
+  gl_cv_header_working_fcntl_h=cross-compiling
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#include <ctype.h>
-#include <stdlib.h>
-#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)))
+#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          
 int
 main ()
 {
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-	|| toupper (i) != TOUPPER (i))
-      return 2;
+
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;
+  ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_run "$LINENO"; then :
-  
+  gl_cv_header_working_fcntl_h=yes
 else
-  ac_cv_header_stdc=no
+  case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac
 fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5
+$as_echo "$gl_cv_header_working_fcntl_h" >&6; }
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOATIME $ac_val
+_ACEOF
+
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOFOLLOW $ac_val
+_ACEOF
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
+else
+  gt_cv_func_CFPreferencesCopyAppValue=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 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 "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
+
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
+
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
   
-$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
 
+
+  
+
+
+  
+
+                        
+  
+  
+            
+    case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  
+
+  ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
+else
+  
+$as_echo "@%:@define ptrdiff_t long" >>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
+  for ac_header in features.h stddef.h stdlib.h string.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
 @%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -9531,11728 +10636,3024 @@ fi
 
 done
 
-
-for ac_header in dlfcn.h
+  for ac_func in asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
 do :
-  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_DLFCN_H 1
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
  
 fi
-
 done
 
 
+      ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snprintf" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNPRINTF $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "_snwprintf" "ac_cv_have_decl__snwprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snwprintf" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
-func_stripname_cnf ()
-{
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
-  esac
-} # func_stripname_cnf
-
-
-
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNWPRINTF $ac_have_decl
+_ACEOF
 
 
-# Set options
+          ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
+_ACEOF
 
 
-        enable_dlopen=no
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
   
 
   
-            @%:@ Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
+$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
+if ${am_cv_langinfo_codeset+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  enable_shared=yes
-fi
-
-
-    
-    
-    
-    
-
-
-
-  @%:@ Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <langinfo.h>
+int
+main ()
+{
+char* cs = nl_langinfo(CODESET); return !cs;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_langinfo_codeset=yes
 else
-  enable_static=yes
+  am_cv_langinfo_codeset=no
 fi
-
-
-    
-    
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
+$as_echo "$am_cv_langinfo_codeset" >&6; }
+  if test $am_cv_langinfo_codeset = yes; then
     
+$as_echo "@%:@define HAVE_LANGINFO_CODESET 1" >>confdefs.h
 
-
+  fi
 
   
-@%:@ Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
-  withval=$with_pic; lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
+if ${gt_cv_val_LC_MESSAGES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <locale.h>
+int
+main ()
+{
+return LC_MESSAGES
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_val_LC_MESSAGES=yes
 else
-  pic_mode=default
+  gt_cv_val_LC_MESSAGES=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5
+$as_echo "$gt_cv_val_LC_MESSAGES" >&6; }
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    
+$as_echo "@%:@define HAVE_LC_MESSAGES 1" >>confdefs.h
 
+  fi
 
 
-    
-    
-    
+                if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  
 
+      case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  
+  if test $WOE32 = yes; then
+        if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
+set dummy ${ac_tool_prefix}windres; 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_WINDRES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$WINDRES"; then
+  ac_cv_prog_WINDRES="$WINDRES" # 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_WINDRES="${ac_tool_prefix}windres"
+    $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
 
-  @%:@ Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
-  enableval=$enable_fast_install; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+fi
+fi
+WINDRES=$ac_cv_prog_WINDRES
+if test -n "$WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
+$as_echo "$WINDRES" >&6; }
 else
-  enable_fast_install=yes
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
 
-
-    
-    
-    
-
-
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
-  
-@%:@ Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
+fi
+if test -z "$ac_cv_prog_WINDRES"; then
+  ac_ct_WINDRES=$WINDRES
+  # Extract the first word of "windres", so it can be a program name with args.
+set dummy windres; 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_WINDRES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_with_aix_soname=aix
-fi
+  if test -n "$ac_ct_WINDRES"; then
+  ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # 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_WINDRES="windres"
+    $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
 
-    with_aix_soname=$lt_cv_with_aix_soname
+fi
+fi
+ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
+if test -n "$ac_ct_WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
+$as_echo "$ac_ct_WINDRES" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
+  if test "x$ac_ct_WINDRES" = x; then
+    WINDRES=""
+  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
+    WINDRES=$ac_ct_WINDRES
+  fi
+else
+  WINDRES="$ac_cv_prog_WINDRES"
+fi
 
+  fi
 
-    
-    
-    
-
-
+              case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
   
 
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-
-
-    
-    
-    
-
-    
-    
     
 
-    
-    
-    
 
     
-    
-    
+  
+  
+  
+  
+  
+  
+  
 
-    
-    
-    
+  
+  
 
-    
-    
-    
 
     
-    
-    
-test -z "$LN_S" && LN_S="ln -s"
+      
 
     
-    
-    
+  
 
-    
-    
-    
+                        
 
     
-    
-    
-
-
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
-$as_echo_n "checking for objdir... " >&6; }
-if ${lt_cv_objdir+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
 else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
+  gt_cv_func_CFPreferencesCopyAppValue=no
 fi
-rmdir .libs 2>/dev/null
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
-$as_echo "$lt_cv_objdir" >&6; }
-objdir=$lt_cv_objdir
-
-    
-    
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
     
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
-cat >>confdefs.h <<_ACEOF
-@%:@define LT_OBJDIR "$lt_cv_objdir/"
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
 _ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
 
-
-
-
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
   fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
 
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
+    
 
-for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
+  
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+    case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
   esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
 
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
+    if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
+$as_echo_n "checking whether included gettext is requested... " >&6; }
+      
+@%:@ Check whether --with-included-gettext was given.
+if test "${with_included_gettext+set}" = set; then :
+  withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
+  nls_cv_force_use_gnu_gettext=no
 fi
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
+$as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
 
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
     
-    
-    
+                        
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
 
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
-$as_echo_n "checking for file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
+$as_echo_n "checking for GNU gettext in libc... " >&6; }
+if eval \${$gt_func_gnugettext_libc+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+               
+int
+main ()
+{
 
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+               
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libc=yes"
+else
+  eval "$gt_func_gnugettext_libc=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$gt_func_gnugettext_libc
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+                    
+                                                  
+  
+  
+  
+  
+  
+    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+  
+@%:@ Check whether --with-libintl-prefix was given.
+if test "${with_libintl_prefix+set}" = set; then :
+  withval=$with_libintl_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-  else
-    MAGIC_CMD=:
-  fi
 fi
 
+      LIBINTL=
+  LTLIBINTL=
+  INCINTL=
+  LIBINTL_PREFIX=
+      HAVE_LIBINTL=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='intl '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBINTL; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBINTL; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
+              else
+                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCINTL; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
+                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+      done
+    fi
   fi
-  ;;
-esac
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
-# Use C for the default configuration in the libtool script
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
+$as_echo_n "checking for GNU gettext in libintl... " >&6; }
+if eval \${$gt_func_gnugettext_libintl+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-lt_save_CC=$CC
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                 
+int
+main ()
+{
 
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libintl=yes"
+else
+  eval "$gt_func_gnugettext_libintl=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Source file extension for C test sources.
-ac_ext=c
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                   
+int
+main ()
+{
 
-# Object file extension for compiled C test sources.
-objext=o
-objext=$objext
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                   
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
+                
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"
+fi
+eval ac_res=\$$gt_func_gnugettext_libintl
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+        fi
 
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
+                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+                    LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
 
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
+    
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+                              nls_cv_use_gnu_gettext=yes
+        fi
+      fi
 
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+                BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
 
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                CATOBJEXT=.gmo
+      fi
+    
 
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
 
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      
+$as_echo "@%:@define ENABLE_NLS 1" >>confdefs.h
 
+    else
+      USE_NLS=no
+    fi
+  fi
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
+$as_echo_n "checking whether to use NLS... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  if test "$USE_NLS" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
+$as_echo_n "checking where the gettext function comes from... " >&6; }
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
+$as_echo "$gt_source" >&6; }
+  fi
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
+  if test "$USE_NLS" = "yes"; then
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
+$as_echo_n "checking how to link with libintl... " >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
+$as_echo "$LIBINTL" >&6; }
+        
+  for element in $INCINTL; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
+      fi
 
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
+            
+$as_echo "@%:@define HAVE_GETTEXT 1" >>confdefs.h
 
-# save warnings/boilerplate of simple test code
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
+      
+$as_echo "@%:@define HAVE_DCGETTEXT 1" >>confdefs.h
 
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
+    fi
 
+        POSUB=po
+  fi
 
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
   
-lt_prog_compiler_no_builtin_flag=
-
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
-  *)
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
-  esac
+            if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_rtti_exceptions=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_rtti_exceptions=yes
-     fi
-   fi
-   $RM conftest*
+        
+    
+    
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+        nls_cv_header_intl=
+    nls_cv_header_libgt=
 
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
-else
-    :
-fi
+        DATADIRNAME=share
+    
 
-fi
+        INSTOBJEXT=.mo
+    
 
+        GENCAT=gencat
     
+
+        INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
     
+
+        INTL_LIBTOOL_SUFFIX_PREFIX=
     
+  
 
+    INTLLIBS="$LIBINTL"
+  
 
-  lt_prog_compiler_wl=
-lt_prog_compiler_pic=
-lt_prog_compiler_static=
+    
+  
+  
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-  if test yes = "$GCC"; then
-    lt_prog_compiler_wl='-Wl,'
-    lt_prog_compiler_static='-static'
+done
 
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      lt_prog_compiler_pic='-fPIC'
-      ;;
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
+$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
+if ${ac_cv_func_malloc_0_nonnull+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_malloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *malloc ();
+#endif
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
+int
+main ()
+{
+return ! malloc (0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_malloc_0_nonnull=yes
+else
+  ac_cv_func_malloc_0_nonnull=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
+if test $ac_cv_func_malloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
 
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
+else
+  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      ;;
+   case " $LIB@&t at OBJS " in
+  *" malloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
+ ;;
+esac
 
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static=
-      ;;
+   
+$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
 
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='-fPIC'
-	;;
-      esac
-      ;;
+fi
 
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
 
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      lt_prog_compiler_can_build_shared=no
-      enable_shared=no
-      ;;
 
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic=-Kconform_pic
-      fi
-      ;;
-
-    *)
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-    esac
-
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      lt_prog_compiler_wl='-Xlinker '
-      if test -n "$lt_prog_compiler_pic"; then
-        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      else
-	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC (with -KPIC) is the default.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-KPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='--shared'
-	lt_prog_compiler_static='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	lt_prog_compiler_wl='-Wl,-Wl,,'
-	lt_prog_compiler_pic='-PIC'
-	lt_prog_compiler_static='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fpic'
-	lt_prog_compiler_static='-Bstatic'
-        ;;
-      ccc*)
-        lt_prog_compiler_wl='-Wl,'
-        # All Alpha code is PIC.
-        lt_prog_compiler_static='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-qpic'
-	lt_prog_compiler_static='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Wl,'
-	  ;;
-        *Intel*\ [CF]*Compiler*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fPIC'
-	  lt_prog_compiler_static='-static'
-	  ;;
-	*Portland\ Group*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fpic'
-	  lt_prog_compiler_static='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      lt_prog_compiler_wl='-Wl,'
-      # All OSF/1 code is PIC.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    rdos*)
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    solaris*)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	lt_prog_compiler_wl='-Qoption ld ';;
-      *)
-	lt_prog_compiler_wl='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      lt_prog_compiler_wl='-Qoption ld '
-      lt_prog_compiler_pic='-PIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic='-Kconform_pic'
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    unicos*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_can_build_shared=no
-      ;;
-
-    uts4*)
-      lt_prog_compiler_pic='-pic'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *)
-      lt_prog_compiler_can_build_shared=no
-      ;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic=
-    ;;
-  *)
-    lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
-lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works+:} false; then :
-  $as_echo_n "(cached) " >&6
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
 else
-  lt_cv_prog_compiler_pic_works=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works=yes
-     fi
-   fi
-   $RM conftest*
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
-    case $lt_prog_compiler_pic in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
-     esac
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
 else
-    lt_prog_compiler_pic=
-     lt_prog_compiler_can_build_shared=no
+  ac_cv_func_mmap_fixed_mapped=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
+fi
+rm -f conftest.mmap conftest.txt
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-    
-    
-    
+done
 
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
+$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
+if ${ac_cv_func_realloc_0_nonnull+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_realloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *realloc ();
+#endif
 
-if test yes = "$lt_cv_prog_compiler_static_works"; then
-    :
+int
+main ()
+{
+return ! realloc (0, 0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_realloc_0_nonnull=yes
 else
-    lt_prog_compiler_static=
+  ac_cv_func_realloc_0_nonnull=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
+if test $ac_cv_func_realloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
 
-    
-    
-    
+else
+  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
 
+   case " $LIB@&t at OBJS " in
+  *" realloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
+ ;;
+esac
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
+   
+$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-    
-    
-    
 
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
+for ac_func in __argz_count __argz_next __argz_stringify atexit clock_gettime floor getcwd localeconv mblen mbrlen memchr mempcpy memset munmap nl_langinfo setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strstr strtol strtoul
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
+done
 
-    
-    
-    
 
+ac_config_files="$ac_config_files Makefile"
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  runpath_var=
-  allow_undefined_flag=
-  always_export_symbols=no
-  archive_cmds=
-  archive_expsym_cmds=
-  compiler_needs_object=no
-  enable_shared_with_static_runtimes=no
-  export_dynamic_flag_spec=
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  hardcode_automatic=no
-  hardcode_direct=no
-  hardcode_direct_absolute=no
-  hardcode_libdir_flag_spec=
-  hardcode_libdir_separator=
-  hardcode_minus_L=no
-  hardcode_shlibpath_var=unsupported
-  inherit_rpath=no
-  link_all_deplibs=unknown
-  module_cmds=
-  module_expsym_cmds=
-  old_archive_from_new_cmds=
-  old_archive_from_expsyms_cmds=
-  thread_safe_flag_spec=
-  whole_archive_flag_spec=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  include_expsyms=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
+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.
 
-  ld_shlibs=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
-	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
+_ACEOF
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      whole_archive_flag_spec=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
+# 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
 
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	allow_undefined_flag=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	ld_shlibs=no
-      fi
+  (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"
       ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
-      # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
-      allow_undefined_flag=unsupported
-      always_export_symbols=no
-      enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+    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
-	ld_shlibs=no
-      fi
-      ;;
-
-    haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      link_all_deplibs=yes
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  whole_archive_flag_spec=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
 	esac
-      else
-        ld_shlibs=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
       fi
-      ;;
+    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
 
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
+DEFS=-DHAVE_CONFIG_H
 
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    ld_shlibs=no
-	  fi
-	;;
-      esac
-      ;;
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIB@&t at OBJS; 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
+LIB@&t at OBJS=$ac_libobjs
 
-    sunos4*)
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+LTLIBOBJS=$ac_ltlibobjs
 
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-    esac
 
-    if test no = "$ld_shlibs"; then
-      runpath_var=
-      hardcode_libdir_flag_spec=
-      export_dynamic_flag_spec=
-      whole_archive_flag_spec=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      allow_undefined_flag=unsupported
-      always_export_symbols=yes
-      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	hardcode_direct=unsupported
-      fi
-      ;;
+{ $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
 
-    aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
+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
 
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      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.
 
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      archive_cmds=''
-      hardcode_direct=yes
-      hardcode_direct_absolute=yes
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
 
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[012]|aix4.[012].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  hardcode_direct=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
-	  hardcode_libdir_separator=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
 
-      export_dynamic_flag_spec='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	allow_undefined_flag='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
+# 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
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  case `(set -o) 2>/dev/null` in @%:@(
+  *posix*) :
+    set -o posix ;; @%:@(
+  *) :
+     ;;
+esac
+fi
 
-int
-main ()
-{
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
+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
 
-  aix_libpath=$lt_cv_aix_libpath_
+# 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
 
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
-	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
 
-int
-main ()
-{
+# 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"
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-  
-fi
+# 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
 
-  aix_libpath=$lt_cv_aix_libpath_
+     ;;
+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
 
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    whole_archive_flag_spec='$convenience'
-	  fi
-	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
-	fi
-      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='+ '
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
 
-    bsdi[45]*)
-      export_dynamic_flag_spec=-rdynamic
-      ;;
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	always_export_symbols=yes
-	file_list_spec='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
-	enable_shared_with_static_runtimes=yes
-	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	old_postinstall_cmds='chmod 644 $oldlib'
-	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	old_archive_from_new_cmds='true'
-	# FIXME: Should let the user specify the lib program.
-	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	enable_shared_with_static_runtimes=yes
-	;;
-      esac
-      ;;
 
-    darwin* | rhapsody*)
-      
-  
-  archive_cmds_need_lc=no
-  hardcode_direct=no
-  hardcode_automatic=yes
-  hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec=''
-  fi
-  link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-    
-  else
-  ld_shlibs=no
+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
+@%:@ ----------------------------------------
+@%:@ Output "`basename @S|@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
 
-      ;;
-
-    dgux*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
 
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ as_fn_set_status STATUS
+@%:@ -----------------------
+@%:@ Set @S|@? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} @%:@ as_fn_set_status
 
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ 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
 
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ 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
 
-    hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
-      ;;
+@%:@ as_fn_arith ARG...
+@%:@ ------------------
+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
+@%:@ must be portable across @S|@(()) 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
 
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-	hardcode_direct=yes
-	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	hardcode_minus_L=yes
-      fi
-      ;;
 
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
-$as_echo_n "checking if $CC understands -b... " >&6; }
-if ${lt_cv_prog_compiler__b+:} false; then :
-  $as_echo_n "(cached) " >&6
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
 else
-  lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -b"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler__b=yes
-       fi
-     else
-       lt_cv_prog_compiler__b=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
+  as_expr=false
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
 
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
 else
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+  as_basename=false
 fi
 
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	*)
-	  hardcode_direct=yes
-	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
-	  ;;
-	esac
-      fi
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
-if ${lt_cv_irix_exported_symbol+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int foo (void) { return 0; }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_irix_exported_symbol=yes
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
 else
-  lt_cv_irix_exported_symbol=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
+  as_dirname=false
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      inherit_rpath=yes
-      link_all_deplibs=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
 
-    newsos6)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_shlibpath_var=no
-      ;;
+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'`
 
-    *nto* | *qnx*)
-      ;;
+# 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
 
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	hardcode_direct=yes
-	hardcode_shlibpath_var=no
-	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
-	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	fi
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+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
 
-	# Both c and cxx compiler support -rpath directly
-	hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_separator=:
-      ;;
+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
 
-    solaris*)
-      no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_shlibpath_var=no
-      case $host_os in
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      link_all_deplibs=yes
-      ;;
 
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ as_fn_mkdir_p
+@%:@ -------------
+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
 
-    sysv4)
-      case $host_vendor in
-	sni)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  reload_cmds='$CC -r -o $output$reload_objs'
-	  hardcode_direct=no
-        ;;
-	motorola)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
-	;;
+  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
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4.3*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	hardcode_shlibpath_var=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	ld_shlibs=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      runpath_var='LD_RUN_PATH'
+      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"
 
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
 
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+} @%:@ 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
 
-    uts4*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
 
-    *)
-      ld_shlibs=no
-      ;;
-    esac
+@%:@ 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
 
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
+# 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'"
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
-$as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-with_gnu_ld=$with_gnu_ld
 
+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 ags $as_me 0.4.2, 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
 
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
 
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl
-	  pic_flag=$lt_prog_compiler_pic
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag
-	  allow_undefined_flag=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc=no
-	  else
-	    lt_cv_archive_cmds_need_lc=yes
-	  fi
-	  allow_undefined_flag=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
-      ;;
-    esac
-  fi
-  ;;
+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 <weedlight at gmail.com>."
 
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ags config.status 0.4.2
+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"
+# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   
 
-    
-    
-    
+_ACEOF
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
-    
-    
-    
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
 
-    
-    
-    
 
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
 
-    
-    
-    
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
 
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
 
-    
-    
-    
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
 
 
-    
-    
-    
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/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
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$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 = ""
 
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
+}
+{
+  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
   }
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
 
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
+  print line
+}
 
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
+_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
 
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
+# 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
 
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
 
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
+# 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
 
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
+# 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.
 
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
+# 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
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
+done
 
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action=
-if test -n "$hardcode_libdir_flag_spec" ||
-   test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
-$as_echo "$hardcode_action" >&6; }
-
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-    
-    
-    
-
-
-  if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    
-fi
-
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if ${ac_cv_lib_dld_shl_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char shl_load ();
-int
-main ()
-{
-return shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_shl_load=yes
-else
-  ac_cv_lib_dld_shl_load=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
-else
-  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if ${ac_cv_lib_svld_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_svld_dlopen=yes
-else
-  ac_cv_lib_svld_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if ${ac_cv_lib_dld_dld_link+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dld_link ();
-int
-main ()
-{
-return dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_dld_link=yes
-else
-  ac_cv_lib_dld_dld_link=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
-fi
-
-	      
-fi
-
-	    
-fi
-
-	  
-fi
-
-	
-fi
-
-      
-fi
-
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
-
-    
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
-$as_echo "$lt_cv_dlopen_self" >&6; }
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self_static+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
-
-      
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  
-striplib=
-old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    fi
-    ;;
-  *)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    ;;
-  esac
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-
-  # Report what library types will actually be built
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
-$as_echo "$can_build_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
-$as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
-$as_echo "$enable_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
-$as_echo_n "checking whether to build static libraries... " >&6; }
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
-$as_echo "$enable_static" >&6; }
-
-  
-
-
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-CC=$lt_save_CC
-
-      if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
-if test -z "$CXXCPP"; then
-  if ${ac_cv_prog_CXXCPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-else
-  _lt_caught_CXX_error=yes
-fi
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-archive_cmds_need_lc_CXX=no
-allow_undefined_flag_CXX=
-always_export_symbols_CXX=no
-archive_expsym_cmds_CXX=
-compiler_needs_object_CXX=no
-export_dynamic_flag_spec_CXX=
-hardcode_direct_CXX=no
-hardcode_direct_absolute_CXX=no
-hardcode_libdir_flag_spec_CXX=
-hardcode_libdir_separator_CXX=
-hardcode_minus_L_CXX=no
-hardcode_shlibpath_var_CXX=unsupported
-hardcode_automatic_CXX=no
-inherit_rpath_CXX=no
-module_cmds_CXX=
-module_expsym_cmds_CXX=
-link_all_deplibs_CXX=unknown
-old_archive_cmds_CXX=$old_archive_cmds
-reload_flag_CXX=$reload_flag
-reload_cmds_CXX=$reload_cmds
-no_undefined_flag_CXX=
-whole_archive_flag_spec_CXX=
-enable_shared_with_static_runtimes_CXX=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-objext_CXX=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-
-  # save warnings/boilerplate of simple test code
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  compiler_CXX=$CC
-  for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-    else
-      lt_prog_compiler_no_builtin_flag_CXX=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-      
-
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          whole_archive_flag_spec_CXX=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-    ld_shlibs_CXX=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-      aix[4-9]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        archive_cmds_CXX=''
-        hardcode_direct_CXX=yes
-        hardcode_direct_absolute_CXX=yes
-        hardcode_libdir_separator_CXX=':'
-        link_all_deplibs_CXX=yes
-        file_list_spec_CXX='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          hardcode_direct_CXX=no
-          hardcode_direct_absolute_CXX=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[012]|aix4.[012].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    hardcode_direct_CXX=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    hardcode_minus_L_CXX=yes
-	    hardcode_libdir_flag_spec_CXX='-L$libdir'
-	    hardcode_libdir_separator_CXX=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        export_dynamic_flag_spec_CXX='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        always_export_symbols_CXX=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          no_undefined_flag_CXX='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-          hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
-	    allow_undefined_flag_CXX="-z nodefs"
-	    archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-	    hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    no_undefined_flag_CXX=' $wl-bernotok'
-	    allow_undefined_flag_CXX=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      whole_archive_flag_spec_CXX='$convenience'
-	    fi
-	    archive_cmds_need_lc_CXX=yes
-	    archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	    else
-	      # used by -dlpreopen to get the symbols
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  allow_undefined_flag_CXX=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  ld_shlibs_CXX=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX=' '
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=yes
-	  file_list_spec_CXX='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
-	  enable_shared_with_static_runtimes_CXX=yes
-	  # Don't use ranlib
-	  old_postinstall_cmds_CXX='chmod 644 $oldlib'
-	  postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX='-L$libdir'
-	  export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=no
-	  enable_shared_with_static_runtimes_CXX=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    ld_shlibs_CXX=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-        
-  
-  archive_cmds_need_lc_CXX=no
-  hardcode_direct_CXX=no
-  hardcode_automatic_CXX=yes
-  hardcode_shlibpath_var_CXX=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec_CXX=''
-  fi
-  link_all_deplibs_CXX=yes
-  allow_undefined_flag_CXX=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-       if test yes != "$lt_cv_apple_cc_single_mod"; then
-      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-
-  else
-  ld_shlibs_CXX=no
-  fi
-
-	;;
-
-      os2*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
-	hardcode_minus_L_CXX=yes
-	allow_undefined_flag_CXX=unsupported
-	shrext_cmds=.dll
-	archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	enable_shared_with_static_runtimes_CXX=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        ld_shlibs_CXX=no
-        ;;
-
-      freebsd-elf*)
-        archive_cmds_need_lc_CXX=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        ld_shlibs_CXX=yes
-        ;;
-
-      haiku*)
-        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        link_all_deplibs_CXX=yes
-        ;;
-
-      hpux9*)
-        hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        export_dynamic_flag_spec_CXX='$wl-E'
-        hardcode_direct_CXX=yes
-        hardcode_minus_L_CXX=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            ld_shlibs_CXX=no
-            ;;
-          aCC*)
-            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              ld_shlibs_CXX=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-	  hardcode_libdir_separator_CXX=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      export_dynamic_flag_spec_CXX='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct_CXX=no
-            hardcode_shlibpath_var_CXX=no
-            ;;
-          *)
-            hardcode_direct_CXX=yes
-            hardcode_direct_absolute_CXX=yes
-            hardcode_minus_L_CXX=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[3-9]*)
-	hardcode_direct_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	export_dynamic_flag_spec_CXX='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    link_all_deplibs_CXX=yes
-	    ;;
-        esac
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        inherit_rpath_CXX=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    archive_cmds_need_lc_CXX=no
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
-	      prelink_cmds_CXX='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      old_archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      no_undefined_flag_CXX=' -zdefs'
-	      archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
-	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      compiler_needs_object_CXX=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        ld_shlibs_CXX=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	  hardcode_direct_absolute_CXX=yes
-	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    export_dynamic_flag_spec_CXX='$wl-E'
-	    whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-		;;
-	    esac
-
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	      hardcode_libdir_separator_CXX=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            archive_cmds_need_lc_CXX=yes
-	    no_undefined_flag_CXX=' -zdefs'
-	    archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    hardcode_libdir_flag_spec_CXX='-R$libdir'
-	    hardcode_shlibpath_var_CXX=no
-	    case $host_os in
-	      solaris2.[0-5] | solaris2.[0-5].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    link_all_deplibs_CXX=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      no_undefined_flag_CXX=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[0-5] | solaris2.[0-5].*) ;;
-		*)
-		  whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag_CXX='$wl-z,text'
-      archive_cmds_need_lc_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	no_undefined_flag_CXX='$wl-z,text'
-	allow_undefined_flag_CXX='$wl-z,nodefs'
-	archive_cmds_need_lc_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
-	hardcode_libdir_separator_CXX=':'
-	link_all_deplibs_CXX=yes
-	export_dynamic_flag_spec_CXX='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
-              '"$old_archive_cmds_CXX"
-	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
-              '"$reload_cmds_CXX"
-	    ;;
-	  *)
-	    archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-    esac
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-    test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-    GCC_CXX=$GXX
-    LD_CXX=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    # Dependencies to place before and after the object being linked:
-predep_objects_CXX=
-postdep_objects_CXX=
-predeps_CXX=
-postdeps_CXX=
-compiler_lib_search_path_CXX=
-
-cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$compiler_lib_search_path_CXX"; then
-	     compiler_lib_search_path_CXX=$prev$p
-	   else
-	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$postdeps_CXX"; then
-	   postdeps_CXX=$prev$p
-	 else
-	   postdeps_CXX="${postdeps_CXX} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$predep_objects_CXX"; then
-	   predep_objects_CXX=$p
-	 else
-	   predep_objects_CXX="$predep_objects_CXX $p"
-	 fi
-       else
-	 if test -z "$postdep_objects_CXX"; then
-	   postdep_objects_CXX=$p
-	 else
-	   postdep_objects_CXX="$postdep_objects_CXX $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling CXX test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-case $host_os in
-interix[3-9]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  predep_objects_CXX=
-  postdep_objects_CXX=
-  postdeps_CXX=
-  ;;
-
-linux*)
-  case `$CC -V 2>&1 | sed 5q` in
-  *Sun\ C*)
-    # Sun C++ 5.9
-
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-
-solaris*)
-  case $cc_basename in
-  CC* | sunCC*)
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    # Adding this requires a known-good setup of shared libraries for
-    # Sun compiler versions before 5.6, else PIC objects from an old
-    # archive will be linked into the output, leading to subtle bugs.
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-esac
-
-
-case " $postdeps_CXX " in
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
-esac
- compiler_lib_search_dirs_CXX=
-if test -n "${compiler_lib_search_path_CXX}"; then
- compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    lt_prog_compiler_wl_CXX=
-lt_prog_compiler_pic_CXX=
-lt_prog_compiler_static_CXX=
-
-
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    lt_prog_compiler_wl_CXX='-Wl,'
-    lt_prog_compiler_static_CXX='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static_CXX='-Bstatic'
-      fi
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic_CXX='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static_CXX='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic_CXX='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      lt_prog_compiler_pic_CXX=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static_CXX=
-      ;;
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic_CXX=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	lt_prog_compiler_pic_CXX='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic_CXX='-fPIC -shared'
-      ;;
-    *)
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[4-9]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  lt_prog_compiler_static_CXX='-Bstatic'
-	else
-	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      lt_prog_compiler_pic_CXX='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      lt_prog_compiler_pic_CXX='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fpic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-qpic'
-	    lt_prog_compiler_static_CXX='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      lt_prog_compiler_pic_CXX='-KPIC'
-	      lt_prog_compiler_static_CXX='-Bstatic'
-	      lt_prog_compiler_wl_CXX='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    lt_prog_compiler_pic_CXX='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        lt_prog_compiler_pic_CXX='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    lt_prog_compiler_wl_CXX='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    lt_prog_compiler_pic_CXX='-pic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	lt_prog_compiler_can_build_shared_CXX=no
-	;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic_CXX=
-    ;;
-  *)
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX@&t@ -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
-lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works_CXX=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works_CXX=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
-    case $lt_prog_compiler_pic_CXX in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
-     esac
-else
-    lt_prog_compiler_pic_CXX=
-     lt_prog_compiler_can_build_shared_CXX=no
-fi
-
-fi
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works_CXX=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works_CXX=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works_CXX=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
-    :
-else
-    lt_prog_compiler_static_CXX=
-fi
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  case $host_os in
-  aix[4-9]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    export_symbols_cmds_CXX=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-      ;;
-    esac
-    ;;
-  *)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-with_gnu_ld_CXX=$with_gnu_ld
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc_CXX" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc_CXX=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds_CXX in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl_CXX
-	  pic_flag=$lt_prog_compiler_pic_CXX
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-	  allow_undefined_flag_CXX=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc_CXX=no
-	  else
-	    lt_cv_archive_cmds_need_lc_CXX=yes
-	  fi
-	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
-      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec_CXX='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action_CXX=
-if test -n "$hardcode_libdir_flag_spec_CXX" ||
-   test -n "$runpath_var_CXX" ||
-   test yes = "$hardcode_automatic_CXX"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct_CXX" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
-     test no != "$hardcode_minus_L_CXX"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_CXX=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_CXX=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_CXX=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
-$as_echo "$hardcode_action_CXX" >&6; }
-
-if test relink = "$hardcode_action_CXX" ||
-   test yes = "$inherit_rpath_CXX"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-    
-
-
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-       
-       
-
-
-
-
-
-        ac_config_commands="$ac_config_commands libtool"
-
-
-
-
-# Only expand once:
-
-
-
-# Checks for libraries.
-# FIXME: Replace `main' with a function in `-lgmp':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
-$as_echo_n "checking for main in -lgmp... " >&6; }
-if ${ac_cv_lib_gmp_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgmp  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gmp_main=yes
-else
-  ac_cv_lib_gmp_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_gmp_main" >&5
-$as_echo "$ac_cv_lib_gmp_main" >&6; }
-if test "x$ac_cv_lib_gmp_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBGMP 1
-_ACEOF
-
-  LIBS="-lgmp $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lm':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
-$as_echo_n "checking for main in -lm... " >&6; }
-if ${ac_cv_lib_m_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lm  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_m_main=yes
-else
-  ac_cv_lib_m_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_m_main" >&5
-$as_echo "$ac_cv_lib_m_main" >&6; }
-if test "x$ac_cv_lib_m_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBM 1
-_ACEOF
-
-  LIBS="-lm $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lrt':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
-$as_echo_n "checking for main in -lrt... " >&6; }
-if ${ac_cv_lib_rt_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lrt  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_rt_main=yes
-else
-  ac_cv_lib_rt_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_rt_main" >&5
-$as_echo "$ac_cv_lib_rt_main" >&6; }
-if test "x$ac_cv_lib_rt_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBRT 1
-_ACEOF
-
-  LIBS="-lrt $LIBS"
-
-fi
-
-
-# Checks for header files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
-$as_echo_n "checking for X... " >&6; }
-
-
-@%:@ Check whether --with-x was given.
-if test "${with_x+set}" = set; then :
-  withval=$with_x; 
-fi
-
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
-  # The user explicitly disabled X.
-  have_x=disabled
-else
-  case $x_includes,$x_libraries in #(
-    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
-    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # One or both of the vars are not set, and there is no cached value.
-ac_x_includes=no ac_x_libraries=no
-rm -f -r conftest.dir
-if mkdir conftest.dir; then
-  cd conftest.dir
-  cat >Imakefile <<'_ACEOF'
-incroot:
-	@echo incroot='${INCROOT}'
-usrlibdir:
-	@echo usrlibdir='${USRLIBDIR}'
-libdir:
-	@echo libdir='${LIBDIR}'
-_ACEOF
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
-    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
-    for ac_var in incroot usrlibdir libdir; do
-      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
-    done
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl dylib la dll; do
-      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
-	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
-	ac_im_usrlibdir=$ac_im_libdir; break
-      fi
-    done
-    # Screen out bogus values from the imake configuration.  They are
-    # bogus both because they are the default anyway, and because
-    # using them would break gcc on systems where it needs fixed includes.
-    case $ac_im_incroot in
-	/usr/include) ac_x_includes= ;;
-	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
-    esac
-    case $ac_im_usrlibdir in
-	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
-	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
-    esac
-  fi
-  cd ..
-  rm -f -r conftest.dir
-fi
-
-# Standard set of common directories for X headers.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-ac_x_header_dirs='
-/usr/X11/include
-/usr/X11R7/include
-/usr/X11R6/include
-/usr/X11R5/include
-/usr/X11R4/include
-
-/usr/include/X11
-/usr/include/X11R7
-/usr/include/X11R6
-/usr/include/X11R5
-/usr/include/X11R4
-
-/usr/local/X11/include
-/usr/local/X11R7/include
-/usr/local/X11R6/include
-/usr/local/X11R5/include
-/usr/local/X11R4/include
-
-/usr/local/include/X11
-/usr/local/include/X11R7
-/usr/local/include/X11R6
-/usr/local/include/X11R5
-/usr/local/include/X11R4
-
-/usr/X386/include
-/usr/x386/include
-/usr/XFree86/include/X11
-
-/usr/include
-/usr/local/include
-/usr/unsupported/include
-/usr/athena/include
-/usr/local/x11r5/include
-/usr/lpp/Xamples/include
-
-/usr/openwin/include
-/usr/openwin/share/include'
-
-if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for Xlib.h.
-  # First, try using that file with no special directory specified.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # We can compile using X headers with no special include directory.
-ac_x_includes=
-else
-  for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Xlib.h"; then
-    ac_x_includes=$ac_dir
-    break
-  fi
-done
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-fi # $ac_x_includes = no
-
-if test "$ac_x_libraries" = no; then
-  # Check for the libraries.
-  # See if we find them without any special options.
-  # Don't add to $LIBS permanently.
-  ac_save_LIBS=$LIBS
-  LIBS="-lX11 $LIBS"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-int
-main ()
-{
-XrmInitialize ()
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  LIBS=$ac_save_LIBS
-# We can link X programs with no special library path.
-ac_x_libraries=
-else
-  LIBS=$ac_save_LIBS
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
-do
-  # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl dylib la dll; do
-    if test -r "$ac_dir/libX11.$ac_extension"; then
-      ac_x_libraries=$ac_dir
-      break 2
-    fi
-  done
-done
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-fi # $ac_x_libraries = no
-
-case $ac_x_includes,$ac_x_libraries in #(
-  no,* | *,no | *\'*)
-    # Didn't find X, or a directory has "'" in its name.
-    ac_cv_have_x="have_x=no";; #(
-  *)
-    # Record where we found X for the cache.
-    ac_cv_have_x="have_x=yes\
-	ac_x_includes='$ac_x_includes'\
-	ac_x_libraries='$ac_x_libraries'"
-esac
-fi
-;; #(
-    *) have_x=yes;;
-  esac
-  eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
-$as_echo "$have_x" >&6; }
-  no_x=yes
-else
-  # If each of the values was on the command line, it overrides each guess.
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
-  # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes\
-	ac_x_includes='$x_includes'\
-	ac_x_libraries='$x_libraries'"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
-fi
-
-for ac_header in fcntl.h libintl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-
-done
-
-
-# Checks for typedefs, structures, and compiler characteristics.
-ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
-if test "x$ac_cv_type_pid_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define pid_t int
-_ACEOF
-
-fi
-
-ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
-if test "x$ac_cv_type_size_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define size_t unsigned int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
-$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-if ${ac_cv_type_uid_t+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "uid_t" >/dev/null 2>&1; then :
-  ac_cv_type_uid_t=yes
-else
-  ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
-$as_echo "$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-  
-$as_echo "@%:@define uid_t int" >>confdefs.h
-
-  
-$as_echo "@%:@define gid_t int" >>confdefs.h
-
-fi
-
-
-
-
-
-
-
-
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $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
-
-  ;;
-esac
-fi
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-if test -n "$PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
-$as_echo "$PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_PKG_CONFIG"; then
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
-  # Extract the first word of "pkg-config", so it can be a program name with args.
-set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $ac_pt_PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
-if test -n "$ac_pt_PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_pt_PKG_CONFIG" = x; then
-    PKG_CONFIG=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${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
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
-  fi
-else
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
-fi
-
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=0.9.0
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	else
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-		PKG_CONFIG=""
-	fi
-fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
-$as_echo_n "checking for UUID... " >&6; }
-
-if test -n "$UUID_CFLAGS"; then
-    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$UUID_LIBS"; then
-    pkg_cv_UUID_LIBS="$UUID_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        else 
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$UUID_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
-
-$UUID_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
-	UUID_LIBS=$pkg_cv_UUID_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
-$as_echo_n "checking for LIBAO... " >&6; }
-
-if test -n "$LIBAO_CFLAGS"; then
-    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBAO_LIBS"; then
-    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        else 
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBAO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
-
-$LIBAO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
-	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
-$as_echo_n "checking for LIBASOUND2... " >&6; }
-
-if test -n "$LIBASOUND2_CFLAGS"; then
-    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBASOUND2_LIBS"; then
-    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        else 
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBASOUND2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
-
-$LIBASOUND2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
-	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
-$as_echo_n "checking for LIBXML2... " >&6; }
-
-if test -n "$LIBXML2_CFLAGS"; then
-    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBXML2_LIBS"; then
-    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        else 
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBXML2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
-
-$LIBXML2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
-	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
-$as_echo_n "checking for SNDFILE... " >&6; }
-
-if test -n "$SNDFILE_CFLAGS"; then
-    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SNDFILE_LIBS"; then
-    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        else 
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SNDFILE_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
-
-$SNDFILE_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
-	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
-$as_echo_n "checking for LIBINSTPATCH... " >&6; }
-
-if test -n "$LIBINSTPATCH_CFLAGS"; then
-    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBINSTPATCH_LIBS"; then
-    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        else 
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
-
-$LIBINSTPATCH_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
-	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
-$as_echo_n "checking for GOBJECT... " >&6; }
-
-if test -n "$GOBJECT_CFLAGS"; then
-    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GOBJECT_LIBS"; then
-    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        else 
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GOBJECT_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
-
-$GOBJECT_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
-	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
-$as_echo_n "checking for GDKPIXBUF... " >&6; }
-
-if test -n "$GDKPIXBUF_CFLAGS"; then
-    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GDKPIXBUF_LIBS"; then
-    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        else 
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GDKPIXBUF_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
-
-$GDKPIXBUF_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
-	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
-$as_echo_n "checking for CAIRO... " >&6; }
-
-if test -n "$CAIRO_CFLAGS"; then
-    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$CAIRO_LIBS"; then
-    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        else 
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$CAIRO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
-
-$CAIRO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
-	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
-$as_echo_n "checking for GTK... " >&6; }
-
-if test -n "$GTK_CFLAGS"; then
-    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GTK_LIBS"; then
-    pkg_cv_GTK_LIBS="$GTK_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        else 
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GTK_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
-
-$GTK_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
-	GTK_LIBS=$pkg_cv_GTK_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
-#AC_SUBST(XMLRPC_UTIL_CFLAGS)
-#AC_SUBST(XMLRPC_UTIL_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
-#AC_SUBST(XMLRPC_SERVER_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
-
-# Checks for library functions.
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if ${ac_cv_func_malloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  ac_cv_func_malloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" malloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
-
-fi
-
-
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
-$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
-if ${ac_cv_func_realloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_realloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *realloc ();
-#endif
-
-int
-main ()
-{
-return ! realloc (0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_realloc_0_nonnull=yes
-else
-  ac_cv_func_realloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
-if test $ac_cv_func_realloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" realloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
-
-fi
-
-
-for ac_func in atexit clock_gettime floor memset socket sqrt strchr strtol strtoul
-do :
-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-done
-
-
-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=
-for ac_i in : $LIB@&t at OBJS; 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
-LIB@&t at OBJS=$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 "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error $? "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 "@S|@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 gsequencer $as_me 0.4.3, 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 <weedlight at gmail.com>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-gsequencer config.status 0.4.3
-configured by $0, generated by GNU Autoconf 2.69,
-  with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=?*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  --*=)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --config | --confi | --conf | --con | --co | --c )
-    $as_echo "$ac_cs_config"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    '') as_fn_error $? "missing file argument" ;;
-    esac
-    as_fn_append CONFIG_FILES " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
-
-  *) as_fn_append ac_config_targets " $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
-@%:@@%:@ Running $as_me. @%:@@%:@
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
-DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
-file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
-want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
-sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
-archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
-nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
-lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
-MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
-postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
-predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
-postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
-predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
-postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
-LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
-reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
-reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
-GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
-inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
-always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
-predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
-postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
-
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in AS \
-DLLTOOL \
-OBJDUMP \
-SHELL \
-ECHO \
-PATH_SEPARATOR \
-SED \
-GREP \
-EGREP \
-FGREP \
-LD \
-NM \
-LN_S \
-lt_SP2NL \
-lt_NL2SP \
-reload_flag \
-deplibs_check_method \
-file_magic_cmd \
-file_magic_glob \
-want_nocaseglob \
-sharedlib_from_linklib_cmd \
-AR \
-AR_FLAGS \
-archiver_list_spec \
-STRIP \
-RANLIB \
-CC \
-CFLAGS \
-compiler \
-lt_cv_sys_global_symbol_pipe \
-lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
-lt_cv_sys_global_symbol_to_c_name_address \
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
-nm_file_list_spec \
-lt_cv_truncate_bin \
-lt_prog_compiler_no_builtin_flag \
-lt_prog_compiler_pic \
-lt_prog_compiler_wl \
-lt_prog_compiler_static \
-lt_cv_prog_compiler_c_o \
-need_locks \
-MANIFEST_TOOL \
-DSYMUTIL \
-NMEDIT \
-LIPO \
-OTOOL \
-OTOOL64 \
-shrext_cmds \
-export_dynamic_flag_spec \
-whole_archive_flag_spec \
-compiler_needs_object \
-with_gnu_ld \
-allow_undefined_flag \
-no_undefined_flag \
-hardcode_libdir_flag_spec \
-hardcode_libdir_separator \
-exclude_expsyms \
-include_expsyms \
-file_list_spec \
-variables_saved_for_relink \
-libname_spec \
-library_names_spec \
-soname_spec \
-install_override_mode \
-finish_eval \
-old_striplib \
-striplib \
-compiler_lib_search_dirs \
-predep_objects \
-postdep_objects \
-predeps \
-postdeps \
-compiler_lib_search_path \
-LD_CXX \
-reload_flag_CXX \
-compiler_CXX \
-lt_prog_compiler_no_builtin_flag_CXX \
-lt_prog_compiler_pic_CXX \
-lt_prog_compiler_wl_CXX \
-lt_prog_compiler_static_CXX \
-lt_cv_prog_compiler_c_o_CXX \
-export_dynamic_flag_spec_CXX \
-whole_archive_flag_spec_CXX \
-compiler_needs_object_CXX \
-with_gnu_ld_CXX \
-allow_undefined_flag_CXX \
-no_undefined_flag_CXX \
-hardcode_libdir_flag_spec_CXX \
-hardcode_libdir_separator_CXX \
-exclude_expsyms_CXX \
-include_expsyms_CXX \
-file_list_spec_CXX \
-compiler_lib_search_dirs_CXX \
-predep_objects_CXX \
-postdep_objects_CXX \
-predeps_CXX \
-postdeps_CXX \
-compiler_lib_search_path_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds \
-old_postinstall_cmds \
-old_postuninstall_cmds \
-old_archive_cmds \
-extract_expsyms_cmds \
-old_archive_from_new_cmds \
-old_archive_from_expsyms_cmds \
-archive_cmds \
-archive_expsym_cmds \
-module_cmds \
-module_expsym_cmds \
-export_symbols_cmds \
-prelink_cmds \
-postlink_cmds \
-postinstall_cmds \
-postuninstall_cmds \
-finish_cmds \
-sys_lib_search_path_spec \
-sys_lib_dlsearch_path_spec \
-reload_cmds_CXX \
-old_archive_cmds_CXX \
-old_archive_from_new_cmds_CXX \
-old_archive_from_expsyms_cmds_CXX \
-archive_cmds_CXX \
-archive_expsym_cmds_CXX \
-module_cmds_CXX \
-module_expsym_cmds_CXX \
-export_symbols_cmds_CXX \
-prelink_cmds_CXX \
-postlink_cmds_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='$ac_aux_dir'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'
-
-
-
-
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "src/ags/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/Makefile" ;;
-    "src/ags/X/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/Makefile" ;;
-    "src/ags/X/editor/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/editor/Makefile" ;;
-    "src/ags/X/machine/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/machine/Makefile" ;;
-    "src/ags/audio/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/Makefile" ;;
-    "src/ags/audio/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/file/Makefile" ;;
-    "src/ags/audio/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/recall/Makefile" ;;
-    "src/ags/audio/task/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/Makefile" ;;
-    "src/ags/audio/task/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/recall/Makefile" ;;
-    "src/ags/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/file/Makefile" ;;
-    "src/ags/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/lib/Makefile" ;;
-    "src/ags/object/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/object/Makefile" ;;
-    "src/ags/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/plugin/Makefile" ;;
-    "src/ags/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/server/Makefile" ;;
-    "src/ags/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/thread/Makefile" ;;
-    "src/ags/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/util/Makefile" ;;
-    "src/ags/widget/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/widget/Makefile" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
-
-  *) 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$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
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$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
+# 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
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
-  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
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
 }
- ;;
-    "libtool":C) 
-    
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS=$lt_AS
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Object dumper program.
-OBJDUMP=$lt_OBJDUMP
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
+/^[\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"
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
+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
 
-# ### END LIBTOOL CONFIG
+  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
 
-_LT_EOF
+    # 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 $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
     ;;
   esac
 
-  
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
+  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=.
 
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
+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
 
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
+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
 
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
 
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
 
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
+  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
 
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
+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
 
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
+# 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
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
+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;}
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+  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
 
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
 
+  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
+}
  ;;
+    "po-directories":C) 
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done ;;
 
   esac
 done # for ac_tag
@@ -21286,154 +13687,8 @@ if test "$no_create" != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit 1
 fi
-
-#
-# CONFIG_SUBDIRS section.
-#
-if test "$no_recursion" != yes; then
-
-  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
-  # so they do not pile up.
-  ac_sub_configure_args=
-  ac_prev=
-  eval "set x $ac_configure_args"
-  shift
-  for ac_arg
-  do
-    if test -n "$ac_prev"; then
-      ac_prev=
-      continue
-    fi
-    case $ac_arg in
-    -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=*)
-      ;;
-    --config-cache | -C)
-      ;;
-    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-      ac_prev=srcdir ;;
-    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-      ;;
-    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-      ac_prev=prefix ;;
-    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-      ;;
-    --disable-option-checking)
-      ;;
-    *)
-      case $ac_arg in
-      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-      esac
-      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
-    esac
-  done
-
-  # Always prepend --prefix to ensure using the same prefix
-  # in subdir configurations.
-  ac_arg="--prefix=$prefix"
-  case $ac_arg in
-  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-  esac
-  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-
-  # Pass --silent
-  if test "$silent" = yes; then
-    ac_sub_configure_args="--silent $ac_sub_configure_args"
-  fi
-
-  # Always prepend --disable-option-checking to silence warnings, since
-  # different subdirs can have different --enable and --with options.
-  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
-
-  ac_popdir=`pwd`
-  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
-
-    # Do not complain, so a configure script can configure whichever
-    # parts of a large source tree are present.
-    test -d "$srcdir/$ac_dir" || continue
-
-    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
-    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
-    $as_echo "$ac_msg" >&6
-    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
-
-
-    cd "$ac_dir"
-
-    # Check for guested configure; otherwise get Cygnus style configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      ac_sub_configure=$ac_srcdir/configure.gnu
-    elif test -f "$ac_srcdir/configure"; then
-      ac_sub_configure=$ac_srcdir/configure
-    elif test -f "$ac_srcdir/configure.in"; then
-      # This should be Cygnus configure.
-      ac_sub_configure=$ac_aux_dir/configure
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
-$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-      ac_sub_configure=
-    fi
-
-    # The recursion is here.
-    if test -n "$ac_sub_configure"; then
-      # Make the cache file name correct relative to the subdirectory.
-      case $cache_file in
-      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
-      *) # Relative name.
-	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-      esac
-
-      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
-$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-      # The eval makes quoting arguments work.
-      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
-	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
-	as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
-    fi
-
-    cd "$ac_popdir"
-  done
-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
 
-
diff --git a/autom4te.cache/output.2 b/autom4te.cache/output.2
index 5d3149b..61696a4 100644
--- a/autom4te.cache/output.2
+++ b/autom4te.cache/output.2
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for gsequencer 0.4.3.
+@%:@ Generated by GNU Autoconf 2.69 for ags 0.4.2.
 @%:@
 @%:@ Report bugs to <weedlight at gmail.com>.
 @%:@ 
@@ -198,14 +198,6 @@ test -x / || exit 1"
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
 test \$(( 1 + 1 )) = 2 || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
@@ -564,8 +556,6 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 # Sed expression to map a string onto a valid variable name.
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-SHELL=${CONFIG_SHELL-/bin/sh}
-
 
 test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1
@@ -588,15 +578,14 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='gsequencer'
-PACKAGE_TARNAME='gsequencer'
-PACKAGE_VERSION='0.4.3'
-PACKAGE_STRING='gsequencer 0.4.3'
+PACKAGE_NAME='ags'
+PACKAGE_TARNAME='ags'
+PACKAGE_VERSION='0.4.2'
+PACKAGE_STRING='ags 0.4.2'
 PACKAGE_BUGREPORT='weedlight at gmail.com'
 PACKAGE_URL=''
 
 ac_unique_file="config.h.in"
-enable_option_checking=no
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -633,10 +622,72 @@ ac_includes_default="\
 # include <unistd.h>
 #endif"
 
+gt_needs=
+ac_header_list=
+gl_use_threads_default=
+ac_func_list=
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIB@&t at OBJS
+POSUB
+LTLIBINTL
+LIBINTL
+INTLLIBS
+INTL_LIBTOOL_SUFFIX_PREFIX
+INTLOBJS
+GENCAT
+INSTOBJEXT
+DATADIRNAME
+CATOBJEXT
+USE_INCLUDED_LIBINTL
+BUILD_INCLUDED_LIBINTL
+LTLIBC
+WINDRES
+WOE32
+WOE32DLL
+HAVE_WPRINTF
+HAVE_NEWLOCALE
+HAVE_SNPRINTF
+HAVE_ASPRINTF
+HAVE_POSIX_PRINTF
+INTL_DEFAULT_VERBOSITY
+INTL_MACOSX_LIBS
+GLIBC21
+INTLBISON
+LTLIBICONV
+LIBICONV
+LTLIBMULTITHREAD
+LIBMULTITHREAD
+LTLIBTHREAD
+LIBTHREAD
+LIBPTH_PREFIX
+LTLIBPTH
+LIBPTH
+PRI_MACROS_BROKEN
+HAVE_VISIBILITY
+CFLAG_VISIBILITY
+RANLIB
+GLIBC2
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+XGETTEXT_EXTRA_OPTIONS
+MSGMERGE
+XGETTEXT_015
+XGETTEXT
+GMSGFMT_015
+MSGFMT_015
+GMSGFMT
+MSGFMT
+GETTEXT_MACRO_VERSION
+USE_NLS
+SED
 GTK_LIBS
 GTK_CFLAGS
 CAIRO_LIBS
@@ -660,48 +711,14 @@ UUID_CFLAGS
 PKG_CONFIG_LIBDIR
 PKG_CONFIG_PATH
 PKG_CONFIG
-XMKMF
-CXXCPP
-OTOOL64
-OTOOL
-LIPO
-NMEDIT
-DSYMUTIL
-MANIFEST_TOOL
-ac_ct_AR
-AR
-NM
-ac_ct_DUMPBIN
-DUMPBIN
-LD
-FGREP
+ALLOCA
 EGREP
 GREP
-SED
-LIBTOOL
-OBJDUMP
-DLLTOOL
-AS
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-RANLIB
-LN_S
+XMKMF
 CPP
 am__fastdepCC_FALSE
 am__fastdepCC_TRUE
 CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
 am__nodep
 AMDEPBACKSLASH
 AMDEP_FALSE
@@ -711,11 +728,11 @@ am__include
 DEPDIR
 OBJEXT
 EXEEXT
-ac_ct_CXX
+ac_ct_CC
 CPPFLAGS
 LDFLAGS
-CXXFLAGS
-CXX
+CFLAGS
+CC
 AM_BACKSLASH
 AM_DEFAULT_VERBOSITY
 AM_DEFAULT_V
@@ -743,7 +760,6 @@ am__isrc
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
-subdirs
 target_alias
 host_alias
 build_alias
@@ -787,29 +803,25 @@ ac_user_opts='
 enable_option_checking
 enable_silent_rules
 enable_dependency_tracking
-enable_shared
-enable_static
-with_pic
-enable_fast_install
-with_aix_soname
-with_gnu_ld
-with_sysroot
-enable_libtool_lock
 with_x
+enable_nls
+enable_threads
+with_gnu_ld
+enable_rpath
+with_libpth_prefix
+with_libiconv_prefix
+with_included_gettext
+with_libintl_prefix
 '
       ac_precious_vars='build_alias
 host_alias
 target_alias
-CXX
-CXXFLAGS
+CC
+CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-CCC
-CC
-CFLAGS
 CPP
-CXXCPP
 XMKMF
 PKG_CONFIG
 PKG_CONFIG_PATH
@@ -834,25 +846,7 @@ CAIRO_CFLAGS
 CAIRO_LIBS
 GTK_CFLAGS
 GTK_LIBS'
-ac_subdirs_all='po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget'
+
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -1392,7 +1386,7 @@ 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 gsequencer 0.4.3 to adapt to many kinds of systems.
+\`configure' configures ags 0.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1434,7 @@ Fine tuning of the installation directories:
   --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/gsequencer@:>@
+  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/ags@:>@
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1466,7 +1460,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gsequencer 0.4.3:";;
+     short | recursive ) echo "Configuration of ags 0.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1480,37 +1474,34 @@ Optional Features:
                           do not reject slow dependency extractors
   --disable-dependency-tracking 
                           speeds up one-time build
-  --enable-shared@<:@=PKGS@:>@  build shared libraries @<:@default=yes@:>@
-  --enable-static@<:@=PKGS@:>@  build static libraries @<:@default=yes@:>@
-  --enable-fast-install@<:@=PKGS@:>@ 
-                          optimize for fast installation @<:@default=yes@:>@
-  --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-nls           do not use Native Language Support
+  --enable-threads={posix|solaris|pth|windows} 
+                          specify multithreading API
+  --disable-threads       build without multithread safety
+  --disable-rpath         do not hardcode runtime library paths
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-pic@<:@=PKGS@:>@       try to use only PIC/non-PIC objects @<:@default=use
-                          both@:>@
-  --with-aix-soname=aix|svr4|both 
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, @<:@default=aix@:>@.
-  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
-  --with-sysroot@<:@=DIR@:>@    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
   --with-x                use the X Window System
+  --with-gnu-ld           assume the C compiler uses GNU ld @<:@default=no@:>@
+  --with-libpth-prefix[=DIR]  search for libpth in DIR/include and DIR/lib
+  --without-libpth-prefix     don't search for libpth in includedir and libdir
+  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
+  --with-included-gettext use the GNU gettext library included here
+  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+  --without-libintl-prefix     don't search for libintl in includedir and libdir
 
 Some influential environment variables:
-  CXX         C++ compiler command
-  CXXFLAGS    C++ compiler flags
+  CC          C compiler command
+  CFLAGS      C compiler flags
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>
   LIBS        libraries to pass to the linker, e.g. -l<library>
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
-  CC          C compiler command
-  CFLAGS      C compiler flags
   CPP         C preprocessor
-  CXXCPP      C++ preprocessor
   XMKMF       Path to xmkmf, Makefile generator for X Window System
   PKG_CONFIG  path to pkg-config utility
   PKG_CONFIG_PATH 
@@ -1618,7 +1609,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gsequencer configure 0.4.3
+ags configure 0.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1632,44 +1623,6 @@ fi
 ## Autoconf initialization. ##
 ## ------------------------ ##
 
-@%:@ ac_fn_cxx_try_compile LINENO
-@%:@ ----------------------------
-@%:@ Try to compile conftest. at S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext
-  if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_compile
-
 @%:@ ac_fn_c_try_compile LINENO
 @%:@ --------------------------
 @%:@ Try to compile conftest. at S|@ac_ext, and return whether this succeeded.
@@ -1791,11 +1744,11 @@ fi
 
 } @%:@ ac_fn_c_try_link
 
-@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-@%:@ -------------------------------------------------------
-@%:@ Tests whether HEADER exists and can be compiled using the include files in
-@%:@ INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
+@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+@%:@ -------------------------------------------
+@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
+@%:@ variable VAR accordingly.
+ac_fn_c_check_type ()
 {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
@@ -1803,15 +1756,38 @@ $as_echo_n "checking for $2... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
+  eval "$3=no"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
-@%:@include <$2>
+int
+main ()
+{
+if (sizeof ($2))
+	 return 0;
+  ;
+  return 0;
+}
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  eval "$3=yes"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof (($2)))
+	    return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
 else
-  eval "$3=no"
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -1820,7 +1796,7 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} @%:@ ac_fn_c_check_header_compile
+} @%:@ ac_fn_c_check_type
 
 @%:@ ac_fn_c_try_run LINENO
 @%:@ ----------------------
@@ -1864,6 +1840,37 @@ fi
 
 } @%:@ ac_fn_c_try_run
 
+@%:@ ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+@%:@ -------------------------------------------------------
+@%:@ Tests whether HEADER exists and can be compiled using the include files in
+@%:@ INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+@%:@include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_check_header_compile
+
 @%:@ ac_fn_c_check_func LINENO FUNC VAR
 @%:@ ----------------------------------
 @%:@ Tests whether FUNC exists, setting the cache variable VAR accordingly
@@ -1931,89 +1938,6 @@ $as_echo "$ac_res" >&6; }
 
 } @%:@ ac_fn_c_check_func
 
-@%:@ ac_fn_cxx_try_cpp LINENO
-@%:@ ------------------------
-@%:@ Try to preprocess conftest. at S|@ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} @%:@ ac_fn_cxx_try_cpp
-
-@%:@ ac_fn_cxx_try_link LINENO
-@%:@ -------------------------
-@%:@ Try to link conftest. at S|@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_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 @%:@ -------------------------------------------------------
 @%:@ Tests whether HEADER exists, giving a warning if it cannot be compiled using
@@ -2105,50 +2029,96 @@ fi
 
 } @%:@ ac_fn_c_check_header_mongrel
 
-@%:@ ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-@%:@ -------------------------------------------
-@%:@ Tests whether TYPE exists after having included INCLUDES, setting cache
-@%:@ variable VAR accordingly.
-ac_fn_c_check_type ()
+@%:@ ac_fn_c_find_uintX_t LINENO BITS VAR
+@%:@ ------------------------------------
+@%:@ Finds an unsigned integer type with width BITS, setting cache variable VAR
+@%:@ accordingly.
+ac_fn_c_find_uintX_t ()
 {
   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; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
+$as_echo_n "checking for uint$2_t... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=no"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-if (sizeof ($2))
-	 return 0;
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
+	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-$4
+$ac_includes_default
 int
 main ()
 {
-if (sizeof (($2)))
-	    return 0;
+static int test_array @<:@1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
+  case $ac_type in @%:@(
+  uint$2_t) :
+    eval "$3=yes" ;; @%:@(
+  *) :
+    eval "$3=\$ac_type" ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+       if eval test \"x\$"$3"\" = x"no"; then :
   
 else
-  eval "$3=yes"
+  break
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+     done
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} @%:@ ac_fn_c_find_uintX_t
+
+@%:@ ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
+@%:@ ---------------------------------------------
+@%:@ Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
+@%:@ accordingly.
+ac_fn_c_check_decl ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  as_decl_name=`echo $2|sed 's/ *(.*//'`
+  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+@%:@ifndef $as_decl_name
+@%:@ifdef __cplusplus
+  (void) $as_decl_use;
+@%:@else
+  (void) $as_decl_name;
+@%:@endif
+@%:@endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -2157,12 +2127,195 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} @%:@ ac_fn_c_check_type
+} @%:@ ac_fn_c_check_decl
+
+@%:@ ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
+@%:@ --------------------------------------------
+@%:@ Tries to find the compile-time value of EXPR in a program that includes
+@%:@ INCLUDES, setting VAR accordingly. Returns whether the value could be
+@%:@ computed
+ac_fn_c_compute_int ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if test "$cross_compiling" = yes; then
+    # Depending upon the size, compute the lo and hi bounds.
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) >= 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=0 ac_mid=0
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid; break
+else
+  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) < 0)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=-1 ac_mid=-1
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) >= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=$ac_mid; break
+else
+  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  ac_lo= ac_hi=
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array @<:@1 - 2 * !(($2) <= $ac_mid)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid
+else
+  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+case $ac_lo in @%:@((
+?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+'') ac_retval=1 ;;
+esac
+  else
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+@%:@include <stdio.h>
+@%:@include <stdlib.h>
+int
+main ()
+{
+
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
+else
+  ac_retval=1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f conftest.val
+
+  fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} @%:@ ac_fn_c_compute_int
 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 gsequencer $as_me 0.4.3, which was
+It was created by ags $as_me 0.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2442,6 +2595,11 @@ $as_echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file
 fi
 
+gt_needs="$gt_needs "
+as_fn_append ac_header_list " stdlib.h"
+as_fn_append ac_header_list " unistd.h"
+as_fn_append ac_header_list " sys/param.h"
+as_fn_append ac_func_list " symlink"
 # Check that the precious variables saved in the cache have kept the same
 # value.
 ac_cache_corrupted=false
@@ -2510,8 +2668,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-
-ac_config_headers="$ac_config_headers config.h"
+am__api_version='1.14'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2542,15 +2699,6 @@ 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.
 
 
-
-
-subdirs="$subdirs po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget"
-
-ac_config_files="$ac_config_files Makefile po/Makefile doc/Makefile src/ags/Makefile src/ags/X/Makefile src/ags/X/editor/Makefile src/ags/X/machine/Makefile src/ags/audio/Makefile src/ags/audio/file/Makefile src/ags/audio/recall/Makefile src/ags/audio/task/Makefile src/ags/audio/task/recall/Makefile src/ags/file/Makefile src/ags/lib/Makefile src/ags/object/Makefile src/ags/plugin/Makefile src/ags/server/Makefile src/ags/thread/Makefile src/ags/util/Makefile src/ags/widget/Makefile"
-
-
-am__api_version='1.14'
-
 # 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:
@@ -3034,9 +3182,8 @@ fi
 
 
 # Define the identity of the package.
-
- PACKAGE=gsequencer
- VERSION=0.4.3
+ PACKAGE='ags'
+ VERSION='0.4.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3129,28 +3276,25 @@ END
   fi
 fi
 
+ac_config_headers="$ac_config_headers config.h"
+
+
 # Checks for programs.
-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
+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_CXX+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CXX"; then
-  ac_cv_prog_CXX="$CXX" # Let the user override the test.
+  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
@@ -3159,7 +3303,7 @@ do
   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"
+    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
@@ -3169,32 +3313,28 @@ 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; }
+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 "$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
+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_CXX+:} false; then :
+if ${ac_cv_prog_ac_ct_CC+:} 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.
+  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
@@ -3203,7 +3343,7 @@ do
   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"
+    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
@@ -3213,21 +3353,17 @@ 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; }
+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_CXX" && break
-done
-
-  if test "x$ac_ct_CXX" = x; then
-    CXX="g++"
+  if test "x$ac_ct_CC" = x; then
+    CC=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -3235,45 +3371,251 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CXX=$ac_ct_CXX
+    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
-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
+  done
+IFS=$as_save_IFS
 
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
+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
@@ -3282,8 +3624,8 @@ 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; }
+{ $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:
@@ -3353,14 +3695,14 @@ 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
+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}: 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
@@ -3454,7 +3796,7 @@ $as_echo "$ac_try_echo"; } >&5
     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.
+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
@@ -3516,9 +3858,9 @@ fi
 $as_echo "$ac_cv_objext" >&6; }
 OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
-if ${ac_cv_cxx_compiler_gnu+:} false; then :
+{ $as_echo "$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
@@ -3535,33 +3877,33 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+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_cxx_compiler_gnu=$ac_compiler_gnu
+ac_cv_c_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; }
+{ $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
-  GXX=yes
+  GCC=yes
 else
-  GXX=
+  GCC=
 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 :
+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_cxx_werror_flag=$ac_cxx_werror_flag
-   ac_cxx_werror_flag=yes
-   ac_cv_prog_cxx_g=no
-   CXXFLAGS="-g"
+  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.  */
 
@@ -3573,10 +3915,10 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
 else
-  CXXFLAGS=""
+  CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3588,11 +3930,11 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
   
 else
-  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-	 CXXFLAGS="-g"
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3604,38 +3946,187 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+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_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"
+   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
-    CXXFLAGS="-g"
+    CFLAGS="-g"
   fi
 else
-  if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
   else
-    CXXFLAGS=
+    CFLAGS=
   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
+{ $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 <stdarg.h>
+#include <stdio.h>
+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"
@@ -3700,11 +4191,11 @@ fi
 
 
 
-depcc="$CXX"  am_compiler_list=
+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_CXX_dependencies_compiler_type+:} false; then :
+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
@@ -3727,7 +4218,7 @@ else
   # directory.
   mkdir sub
 
-  am_cv_CXX_dependencies_compiler_type=none
+  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
@@ -3800,7 +4291,7 @@ else
       #   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
+        am_cv_CC_dependencies_compiler_type=$depmode
         break
       fi
     fi
@@ -3809,618 +4300,663 @@ else
   cd ..
   rm -rf conftest.dir
 else
-  am_cv_CXX_dependencies_compiler_type=none
+  am_cv_CC_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
+{ $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_CXX_dependencies_compiler_type" = gcc3; then
-  am__fastdepCXX_TRUE=
-  am__fastdepCXX_FALSE='#'
-else
-  am__fastdepCXX_TRUE='#'
-  am__fastdepCXX_FALSE=
-fi
-
-
-for ac_prog in gawk mawk nawk awk
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $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; }
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
 fi
 
 
-  test -n "$AWK" && break
-done
-
 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 "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  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
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
 do
-  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
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+@%:@else
+@%:@ include <assert.h>
+@%:@endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  
 else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
 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
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+
 done
-  done
-IFS=$as_save_IFS
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
+fi
 
+    done
+    ac_cv_prog_CPP=$CPP
+  
 fi
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
 fi
-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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+@%:@else
+@%:@ include <assert.h>
+@%:@endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  # Broken: fails on valid input.
+continue
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-  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
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
 else
-  CC="$ac_cv_prog_CC"
+  # Passes both tests.
+ac_preproc_ok=:
+break
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-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; }
+# 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}: result: no" >&5
-$as_echo "no" >&6; }
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
 fi
 
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
 
-  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 :
+
+# Checks for libraries.
+# FIXME: Replace `main' with a function in `-lX11':
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5
+$as_echo_n "checking for main in -lX11... " >&6; }
+if ${ac_cv_lib_X11_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lX11  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_X11_main=yes
+else
+  ac_cv_lib_X11_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_X11_main" >&5
+$as_echo "$ac_cv_lib_X11_main" >&6; }
+if test "x$ac_cv_lib_X11_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBX11 1
+_ACEOF
+
+  LIBS="-lX11 $LIBS"
+
 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; }
+
+# FIXME: Replace `main' with a function in `-ldl':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
+$as_echo_n "checking for main in -ldl... " >&6; }
+if ${ac_cv_lib_dl_main+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
 
-fi
-if test -z "$CC"; then
-  if test -n "$ac_tool_prefix"; then
-  for ac_prog in cl.exe
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CC" && break
-  done
-fi
-if test -z "$CC"; then
-  ac_ct_CC=$CC
-  for ac_prog in cl.exe
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CC" && break
-done
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-fi
-
-fi
-
-
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
 int
 main ()
 {
-#ifndef __GNUC__
-       choke me
-#endif
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_main=yes
 else
-  ac_compiler_gnu=no
+  ac_cv_lib_dl_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+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_c_compiler_gnu" >&5
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_main" >&5
+$as_echo "$ac_cv_lib_dl_main" >&6; }
+if test "x$ac_cv_lib_dl_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBDL 1
+_ACEOF
+
+  LIBS="-ldl $LIBS"
+
 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 :
+
+# FIXME: Replace `main' with a function in `-lm':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
+$as_echo_n "checking for main in -lm... " >&6; }
+if ${ac_cv_lib_m_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lm  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_m_main=yes
 else
-  CFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  ac_cv_lib_m_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_m_main" >&5
+$as_echo "$ac_cv_lib_m_main" >&6; }
+if test "x$ac_cv_lib_m_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBM 1
+_ACEOF
 
-int
-main ()
-{
+  LIBS="-lm $LIBS"
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  
+fi
+
+# FIXME: Replace `main' with a function in `-lrt':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
+$as_echo_n "checking for main in -lrt... " >&6; }
+if ${ac_cv_lib_rt_main+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lrt  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_rt_main=yes
+else
+  ac_cv_lib_rt_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_main" >&5
+$as_echo "$ac_cv_lib_rt_main" >&6; }
+if test "x$ac_cv_lib_rt_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_LIBRT 1
+_ACEOF
+
+  LIBS="-lrt $LIBS"
+
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+
+
+# Checks for header files.
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
+$as_echo_n "checking for X... " >&6; }
+
+
+@%:@ Check whether --with-x was given.
+if test "${with_x+set}" = set; then :
+  withval=$with_x; 
 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
+
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
 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 :
+  case $x_includes,$x_libraries in #(
+    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
+    *,NONE | NONE,*) if ${ac_cv_have_x+:} 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 <stdarg.h>
-#include <stdio.h>
-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;
-}
+  # One or both of the vars are not set, and there is no cached value.
+ac_x_includes=no ac_x_libraries=no
+rm -f -r conftest.dir
+if mkdir conftest.dir; then
+  cd conftest.dir
+  cat >Imakefile <<'_ACEOF'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
+_ACEOF
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl dylib la dll; do
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
+	ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case $ac_im_incroot in
+	/usr/include) ac_x_includes= ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+    esac
+    case $ac_im_usrlibdir in
+	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
+    esac
+  fi
+  cd ..
+  rm -f -r conftest.dir
+fi
 
-/* 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];
+# Standard set of common directories for X headers.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+ac_x_header_dirs='
+/usr/X11/include
+/usr/X11R7/include
+/usr/X11R6/include
+/usr/X11R5/include
+/usr/X11R4/include
 
-/* 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];
+/usr/include/X11
+/usr/include/X11R7
+/usr/include/X11R6
+/usr/include/X11R5
+/usr/include/X11R4
 
-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;
+/usr/local/X11/include
+/usr/local/X11R7/include
+/usr/local/X11R6/include
+/usr/local/X11R5/include
+/usr/local/X11R4/include
+
+/usr/local/include/X11
+/usr/local/include/X11R7
+/usr/local/include/X11R6
+/usr/local/include/X11R5
+/usr/local/include/X11R4
+
+/usr/X386/include
+/usr/x386/include
+/usr/XFree86/include/X11
+
+/usr/include
+/usr/local/include
+/usr/unsupported/include
+/usr/athena/include
+/usr/local/x11r5/include
+/usr/lpp/Xamples/include
+
+/usr/openwin/include
+/usr/openwin/share/include'
+
+if test "$ac_x_includes" = no; then
+  # Guess where to find include files, by looking for Xlib.h.
+  # First, try using that file with no special directory specified.
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # We can compile using X headers with no special include directory.
+ac_x_includes=
+else
+  for ac_dir in $ac_x_header_dirs; do
+  if test -r "$ac_dir/X11/Xlib.h"; then
+    ac_x_includes=$ac_dir
+    break
+  fi
+done
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+fi # $ac_x_includes = no
+
+if test "$ac_x_libraries" = no; then
+  # Check for the libraries.
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS=$LIBS
+  LIBS="-lX11 $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <X11/Xlib.h>
 int
 main ()
 {
-return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
+XrmInitialize ()
   ;
   return 0;
 }
 _ACEOF
-for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
-	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBS=$ac_save_LIBS
+# We can link X programs with no special library path.
+ac_x_libraries=
+else
+  LIBS=$ac_save_LIBS
+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 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
+  # Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl dylib la dll; do
+    if test -r "$ac_dir/libX11.$ac_extension"; then
+      ac_x_libraries=$ac_dir
+      break 2
+    fi
+  done
 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; } ;;
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi # $ac_x_libraries = no
+
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
   *)
-    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; } ;;
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
 esac
-if test "x$ac_cv_prog_cc_c89" != xno; then :
-  
 fi
+;; #(
+    *) have_x=yes;;
+  esac
+  eval "$ac_cv_have_x"
+fi # $with_x != no
 
-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 :
+if test "$have_x" != yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
+$as_echo "$have_x" >&6; }
+  no_x=yes
+else
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
+$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
+fi
+
+{ $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 <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
 
 int
 main ()
@@ -4430,468 +4966,588 @@ 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
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
+else
+  ac_cv_header_stdc=no
 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"
+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 <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
+  
+else
+  ac_cv_header_stdc=no
 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
+rm -f conftest*
 
+fi
 
-depcc="$CC"   am_compiler_list=
+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 <stdlib.h>
 
-{ $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
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
+  
 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
+  ac_cv_header_stdc=no
+fi
+rm -f conftest*
 
-  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
+fi
 
-    # 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
+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 <ctype.h>
+#include <stdlib.h>
+#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
 
-  cd ..
-  rm -rf conftest.dir
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  
 else
-  am_cv_CC_dependencies_compiler_type=none
+  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
-{ $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
+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
 
- 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
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
+
+done
+
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
-  CPP=
 fi
-if test -z "$CPP"; then
-  if ${ac_cv_prog_CPP+:} false; then :
+
+# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
+# for constant arguments.  Useless!
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
+$as_echo_n "checking for working alloca.h... " >&6; }
+if ${ac_cv_working_alloca_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-      # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
-		     Syntax error
+@%:@include <alloca.h>
+int
+main ()
+{
+char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;
+  ;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_working_alloca_h=yes
 else
-  # Broken: fails on valid input.
-continue
+  ac_cv_working_alloca_h=no
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
+$as_echo "$ac_cv_working_alloca_h" >&6; }
+if test $ac_cv_working_alloca_h = yes; then
+  
+$as_echo "@%:@define HAVE_ALLOCA_H 1" >>confdefs.h
 
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
+$as_echo_n "checking for alloca... " >&6; }
+if ${ac_cv_func_alloca_works+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-@%:@include <ac_nonexistent.h>
+#ifdef __GNUC__
+# define alloca __builtin_alloca
+#else
+# ifdef _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  ifdef HAVE_ALLOCA_H
+#   include <alloca.h>
+#  else
+#   ifdef _AIX
+ #pragma alloca
+#   else
+#    ifndef alloca /* predefined by HP cc +Olibcalls */
+void *alloca (size_t);
+#    endif
+#   endif
+#  endif
+# endif
+#endif
+
+int
+main ()
+{
+char *p = (char *) alloca (1);
+				    if (p) return 0;
+  ;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_func_alloca_works=yes
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  ac_cv_func_alloca_works=no
 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
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
+$as_echo "$ac_cv_func_alloca_works" >&6; }
 
-    done
-    ac_cv_prog_CPP=$CPP
+if test $ac_cv_func_alloca_works = yes; then
   
-fi
-  CPP=$ac_cv_prog_CPP
+$as_echo "@%:@define HAVE_ALLOCA 1" >>confdefs.h
+
 else
-  ac_cv_prog_CPP=$CPP
+  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
+# that cause trouble.  Some versions do not even contain alloca or
+# contain a buggy version.  If you still want to use their alloca,
+# use ar to extract alloca.o from them instead of compiling alloca.c.
+
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
+
+$as_echo "@%:@define C_ALLOCA 1" >>confdefs.h
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
+if ${ac_cv_os_cray+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined CRAY && ! defined CRAY2
+webecray
+#else
+wenotbecray
+#endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "webecray" >/dev/null 2>&1; then :
+  ac_cv_os_cray=yes
+else
+  ac_cv_os_cray=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
-$as_echo "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@endif
-		     Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+rm -f conftest*
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
+$as_echo "$ac_cv_os_cray" >&6; }
+if test $ac_cv_os_cray = yes; then
+  for ac_func in _getb67 GETB67 getb67; do
+    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   
-else
-  # Broken: fails on valid input.
-continue
+cat >>confdefs.h <<_ACEOF
+@%:@define CRAY_STACKSEG_END $ac_func
+_ACEOF
+
+    break
 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.
+  done
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
+$as_echo_n "checking stack direction for C alloca... " >&6; }
+if ${ac_cv_c_stack_direction+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_c_stack_direction=0
+else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-@%:@include <ac_nonexistent.h>
+$ac_includes_default
+int
+find_stack_direction (int *addr, int depth)
+{
+  int dir, dummy = 0;
+  if (! addr)
+    addr = &dummy;
+  *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
+  dir = depth ? find_stack_direction (addr, depth - 1) : 0;
+  return dir + dummy;
+}
+
+int
+main (int argc, char **argv)
+{
+  return find_stack_direction (0, argc + !argv + 20) < 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_c_stack_direction=1
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  ac_cv_c_stack_direction=-1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
 
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
+$as_echo "$ac_cv_c_stack_direction" >&6; }
+cat >>confdefs.h <<_ACEOF
+@%:@define STACK_DIRECTION $ac_cv_c_stack_direction
+_ACEOF
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
-$as_echo_n "checking whether ln -s works... " >&6; }
-LN_S=$as_ln_s
-if test "$LN_S" = "ln -s"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
-$as_echo "no, using $LN_S" >&6; }
+for ac_header in argz.h fcntl.h float.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdint.h stdio_ext.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
-{ $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 :
+done
+
+
+# Checks for typedefs, structures, and compiler characteristics.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
+if ${ac_cv_header_stdbool_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  cat >conftest.make <<\_ACEOF
-SHELL = /bin/sh
-all:
-	@echo '@@@%%%=$(MAKE)=@@@%%%'
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+           
+int
+main ()
+{
+
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+           
+  ;
+  return 0;
+}
 _ACEOF
-# 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=
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdbool_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-  SET_MAKE="MAKE=${MAKE-make}"
+  ac_cv_header_stdbool_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
+   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
+if test "x$ac_cv_type__Bool" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE__BOOL 1
+_ACEOF
 
-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 :
+
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
+$as_echo_n "checking for inline... " >&6; }
+if ${ac_cv_c_inline+:} 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
+  ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
 
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_inline=$ac_kw
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  test "$ac_cv_c_inline" != no && break
+done
+
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
+$as_echo "$ac_cv_c_inline" >&6; }
+
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
+esac
+
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
+if test "x$ac_cv_type_pid_t" = xyes; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define pid_t int
+_ACEOF
+
 fi
 
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+  
+else
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define size_t unsigned int
+_ACEOF
 
 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 "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
+if ${ac_cv_type_uid_t+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
 
-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; }
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "uid_t" >/dev/null 2>&1; then :
+  ac_cv_type_uid_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_type_uid_t=no
 fi
+rm -f conftest*
 
-  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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
+$as_echo "$ac_cv_type_uid_t" >&6; }
+if test $ac_cv_type_uid_t = no; then
+  
+$as_echo "@%:@define uid_t int" >>confdefs.h
 
-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 "@%:@define gid_t int" >>confdefs.h
+
+fi
+
+ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
+case $ac_cv_c_uint16_t in #(
+  no|yes) ;; #(
+  *)
+    
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint16_t $ac_cv_c_uint16_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
+case $ac_cv_c_uint32_t in #(
+  no|yes) ;; #(
+  *)
+    
+$as_echo "@%:@define _UINT32_T 1" >>confdefs.h
+
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint32_t $ac_cv_c_uint32_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
+case $ac_cv_c_uint8_t in #(
+  no|yes) ;; #(
+  *)
+    
+$as_echo "@%:@define _UINT8_T 1" >>confdefs.h
+
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uint8_t $ac_cv_c_uint8_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_PTRDIFF_T 1
+_ACEOF
+
+
+fi
+
+
+
+
+
+
+
+
+
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+	if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_path_PKG_CONFIG+:} 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
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="${ac_tool_prefix}gcc"
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -4899,12 +5555,13 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
@@ -4912,26 +5569,28 @@ 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
+if test -z "$ac_cv_path_PKG_CONFIG"; then
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
 { $as_echo "$as_me:${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 :
+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} 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
+  case $ac_pt_PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="gcc"
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -4939,19 +5598,20 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n "$ac_pt_PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+$as_echo "$ac_pt_PKG_CONFIG" >&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=""
+  if test "x$ac_pt_PKG_CONFIG" = x; then
+    PKG_CONFIG=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -4959,1430 +5619,1011 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CC=$ac_ct_CC
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
   fi
 else
-  CC="$ac_cv_prog_CC"
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 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
+if test -n "$PKG_CONFIG"; then
+	_pkg_min_version=0.9.0
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	else
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+		PKG_CONFIG=""
+	fi
 fi
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
+$as_echo_n "checking for UUID... " >&6; }
 
-  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.
+if test -n "$UUID_CFLAGS"; then
+    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 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
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 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; }
+if test -n "$UUID_LIBS"; then
+    pkg_cv_UUID_LIBS="$UUID_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
 fi
-
-
+ else
+    pkg_failed=untried
 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
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        else 
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$UUID_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
 
-    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
+$UUID_PKG_ERRORS
 
-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
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  test -n "$ac_ct_CC" && break
-done
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-  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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
+	UUID_LIBS=$pkg_cv_UUID_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 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
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
+$as_echo_n "checking for LIBAO... " >&6; }
+
+if test -n "$LIBAO_CFLAGS"; then
+    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
   ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_compiler_gnu=no
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+ else
+    pkg_failed=untried
 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
+if test -n "$LIBAO_LIBS"; then
+    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  GCC=
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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 :
-  
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        else 
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBAO_PKG_ERRORS" >&5
 
-int
-main ()
-{
+	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
 
-  ;
-  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
+$LIBAO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
+	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
+$as_echo_n "checking for LIBASOUND2... " >&6; }
+
+if test -n "$LIBASOUND2_CFLAGS"; then
+    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+ else
+    pkg_failed=untried
 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
+if test -n "$LIBASOUND2_LIBS"; then
+    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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 <stdarg.h>
-#include <stdio.h>
-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
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 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
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        else 
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBASOUND2_PKG_ERRORS" >&5
 
-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
+	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
 
-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
+$LIBASOUND2_PKG_ERRORS
 
-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.  */
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-int
-main ()
-{
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  ;
-  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
-
-
-depcc="$CC"   am_compiler_list=
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
+	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
+	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-  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
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
+$as_echo_n "checking for LIBXML2... " >&6; }
+
+if test -n "$LIBXML2_CFLAGS"; then
+    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  am_cv_CC_dependencies_compiler_type=none
+  pkg_failed=yes
 fi
-
+ else
+    pkg_failed=untried
 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='#'
+if test -n "$LIBXML2_LIBS"; then
+    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
-if ${ac_cv_c_const+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        else 
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXML2_PKG_ERRORS" >&5
 
-int
-main ()
-{
+	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
 
-#ifndef __cplusplus
-  /* Ultrix mips cc rejects this sort of thing.  */
-  typedef int charset[2];
-  const charset cs = { 0, 0 };
-  /* SunOS 4.1.1 cc rejects this.  */
-  char const *const *pcpcc;
-  char **ppc;
-  /* NEC SVR4.0.2 mips cc rejects this.  */
-  struct point {int x, y;};
-  static struct point const zero = {0,0};
-  /* AIX XL C 1.02.0.0 rejects this.
-     It does not let you subtract one const X* pointer from another in
-     an arm of an if-expression whose if-part is not a constant
-     expression */
-  const char *g = "string";
-  pcpcc = &g + (g ? g-g : 0);
-  /* HPUX 7.0 cc rejects these. */
-  ++pcpcc;
-  ppc = (char**) pcpcc;
-  pcpcc = (char const *const *) ppc;
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
-    char tx;
-    char *t = &tx;
-    char const *s = 0 ? (char *) 0 : (char const *) 0;
-
-    *t++ = 0;
-    if (s) return 0;
-  }
-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-    int x[] = {25, 17};
-    const int *foo = &x[0];
-    ++foo;
-  }
-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-    typedef const int *iptr;
-    iptr p = 0;
-    ++p;
-  }
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-    struct s { int j; const int *ap[3]; } bx;
-    struct s *b = &bx; b->j = 5;
-  }
-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-    const int foo = 10;
-    if (!foo) return 0;
-  }
-  return !cs[0] && !zero.x;
-#endif
+$LIBXML2_PKG_ERRORS
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_const=yes
-else
-  ac_cv_c_const=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
-$as_echo "$ac_cv_c_const" >&6; }
-if test $ac_cv_c_const = no; then
-  
-$as_echo "@%:@define const /**/" >>confdefs.h
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-fi
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-# 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
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
-
+	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
+	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 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
 
 
-enable_win32_dll=yes
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
+$as_echo_n "checking for SNDFILE... " >&6; }
 
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
-set dummy ${ac_tool_prefix}as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AS"; then
-  ac_cv_prog_AS="$AS" # Let the user override the test.
+if test -n "$SNDFILE_CFLAGS"; then
+    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 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_AS="${ac_tool_prefix}as"
-    $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
-
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-AS=$ac_cv_prog_AS
-if test -n "$AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
-$as_echo "$AS" >&6; }
+if test -n "$SNDFILE_LIBS"; then
+    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_AS"; then
-  ac_ct_AS=$AS
-  # Extract the first word of "as", so it can be a program name with args.
-set dummy as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AS"; then
-  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # 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_AS="as"
-    $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_AS=$ac_cv_prog_ac_ct_AS
-if test -n "$ac_ct_AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
-$as_echo "$ac_ct_AS" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        else 
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$SNDFILE_PKG_ERRORS" >&5
 
-  if test "x$ac_ct_AS" = x; then
-    AS="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AS=$ac_ct_AS
-  fi
+	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
+
+$SNDFILE_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  AS="$ac_cv_prog_AS"
+	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
+	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
+$as_echo_n "checking for LIBINSTPATCH... " >&6; }
+
+if test -n "$LIBINSTPATCH_CFLAGS"; then
+    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+if test -n "$LIBINSTPATCH_LIBS"; then
+    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        else 
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
 
+$LIBINSTPATCH_PKG_ERRORS
 
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
+	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-  ;;
-esac
-
-test -z "$AS" && AS=as
-
-    
-    
-    
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-
-    
-    
-    
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
-    
-    
-    
-
-
-
-case `pwd` in
-  *\ * | *\	*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
-esac
-
-
-
-macro_version='2.4.4'
-macro_revision='2.4.4'
-
-    
-    
-    
 
 
-    
-    
-    
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
+$as_echo_n "checking for GOBJECT... " >&6; }
 
+if test -n "$GOBJECT_CFLAGS"; then
+    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GOBJECT_LIBS"; then
+    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
 
-ltmain=$ac_aux_dir/ltmain.sh
 
-# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        else 
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GOBJECT_PKG_ERRORS" >&5
 
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
+	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
 
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
+$GOBJECT_PKG_ERRORS
 
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
-$as_echo_n "checking how to print strings... " >&6; }
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
+	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
+	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO ""
-}
-
-case $ECHO in
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
-$as_echo "printf" >&6; } ;;
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
-$as_echo "print -r" >&6; } ;;
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
-$as_echo "cat" >&6; } ;;
-esac
-
-
 
 
-    
-    
-    
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
+$as_echo_n "checking for GDKPIXBUF... " >&6; }
 
-    
-    
-    
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
-if ${ac_cv_path_SED+:} false; then :
-  $as_echo_n "(cached) " >&6
+if test -n "$GDKPIXBUF_CFLAGS"; then
+    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-     for ac_i in 1 2 3 4 5 6 7; do
-       ac_script="$ac_script$as_nl$ac_script"
-     done
-     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
-     { ac_script=; unset ac_script;}
-     if test -z "$SED"; then
-  ac_path_SED_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in sed gsed; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_SED" || continue
-# Check for GNU ac_path_SED and select it if it is found.
-  # Check for GNU $ac_path_SED
-case `"$ac_path_SED" --version 2>&1` in
-*GNU*)
-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo '' >> "conftest.nl"
-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_SED_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_SED="$ac_path_SED"
-      ac_path_SED_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_SED_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_SED"; then
-    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
-  fi
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GDKPIXBUF_LIBS"; then
+    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_cv_path_SED=$SED
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
-$as_echo "$ac_cv_path_SED" >&6; }
- SED="$ac_cv_path_SED"
-  rm -f conftest.sed
+        if test $_pkg_short_errors_supported = yes; then
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        else 
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GDKPIXBUF_PKG_ERRORS" >&5
 
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
+	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
 
-    
-    
-    
+$GDKPIXBUF_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-    
-    
-    
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $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
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 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
+	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
+	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
 
-      $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
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+$as_echo_n "checking for CAIRO... " >&6; }
+
+if test -n "$CAIRO_CFLAGS"; then
+    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
 else
-  ac_cv_path_GREP=$GREP
+  pkg_failed=yes
 fi
-
+ else
+    pkg_failed=untried
+fi
+if test -n "$CAIRO_LIBS"; then
+    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 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
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        else 
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$CAIRO_PKG_ERRORS" >&5
 
-      $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
+	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
+
+$CAIRO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
 else
-  ac_cv_path_EGREP=$EGREP
+	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
 fi
 
-   fi
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
+$as_echo_n "checking for GTK... " >&6; }
+
+if test -n "$GTK_CFLAGS"; then
+    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
 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"
- 
+ else
+    pkg_failed=untried
+fi
+if test -n "$GTK_LIBS"; then
+    pkg_cv_GTK_LIBS="$GTK_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes 
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+        
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        else 
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK_PKG_ERRORS" >&5
+
+	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
+
+$GTK_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5        
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }        
+else
+	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
+	GTK_LIBS=$pkg_cv_GTK_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	
+fi
+
+
+
+#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
+#AC_SUBST(XMLRPC_UTIL_CFLAGS)
+#AC_SUBST(XMLRPC_UTIL_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
+#AC_SUBST(XMLRPC_SERVER_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
+
+#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
-$as_echo_n "checking for fgrep... " >&6; }
-if ${ac_cv_path_FGREP+:} false; then :
+# Checks for library functions.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
+if ${ac_cv_path_SED+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
-   then ac_cv_path_FGREP="$GREP -F"
-   else
-     if test -z "$FGREP"; then
-  ac_path_FGREP_found=false
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     { ac_script=; unset ac_script;}
+     if test -z "$SED"; then
+  ac_path_SED_found=false
   # Loop through the user's path and test for each of PROGNAME-LIST
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
-    for ac_prog in fgrep; do
+    for ac_prog in sed gsed; do
     for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_FGREP" || continue
-# Check for GNU ac_path_FGREP and select it if it is found.
-  # Check for GNU $ac_path_FGREP
-case `"$ac_path_FGREP" --version 2>&1` in
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+      as_fn_executable_p "$ac_path_SED" || continue
+# Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
 *GNU*)
-  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
 *)
   ac_count=0
   $as_echo_n 0123456789 >"conftest.in"
@@ -6391,14 +6632,14 @@ case `"$ac_path_FGREP" --version 2>&1` in
     cat "conftest.in" "conftest.in" >"conftest.tmp"
     mv "conftest.tmp" "conftest.in"
     cp "conftest.in" "conftest.nl"
-    $as_echo 'FGREP' >> "conftest.nl"
-    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    $as_echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
     as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
       # Best one so far, save it but keep looking for a better one
-      ac_cv_path_FGREP="$ac_path_FGREP"
-      ac_path_FGREP_max=$ac_count
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
     fi
     # 10*(2^10) chars as input seems more than enough
     test $ac_count -gt 10 && break
@@ -6406,240 +6647,133 @@ case `"$ac_path_FGREP" --version 2>&1` in
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 esac
 
-      $ac_path_FGREP_found && break 3
+      $ac_path_SED_found && break 3
     done
   done
   done
 IFS=$as_save_IFS
-  if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
+  if test -z "$ac_cv_path_SED"; then
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
   fi
 else
-  ac_cv_path_FGREP=$FGREP
+  ac_cv_path_SED=$SED
 fi
 
-   fi
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
-$as_echo "$ac_cv_path_FGREP" >&6; }
- FGREP="$ac_cv_path_FGREP"
- 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
+$as_echo "$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
 
-test -z "$GREP" && GREP=grep
 
-    
-    
-    
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
+$as_echo_n "checking whether NLS is requested... " >&6; }
+    @%:@ Check whether --enable-nls was given.
+if test "${enable_nls+set}" = set; then :
+  enableval=$enable_nls; USE_NLS=$enableval
+else
+  USE_NLS=yes
+fi
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  
 
-    
-    
-    
+
+          
+      GETTEXT_MACRO_VERSION=0.19
 
 
     
-    
-    
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-
-
-
-
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
 else
-  with_gnu_ld=no
+  ac_executable_p="test -f"
 fi
+rm -f conf$$.file
 
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
+# Extract the first word of "msgfmt", so it can be a program name with args.
+set dummy msgfmt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGFMT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case "$MSGFMT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
     ;;
   *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
     ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
+esac
 fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
+MSGFMT="$ac_cv_path_MSGFMT"
+if test "$MSGFMT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
+$as_echo "$MSGFMT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-    
-    
-    
-
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if ${lt_cv_path_NM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
-$as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in dumpbin "link -dump"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+  # Extract the first word of "gmsgfmt", so it can be a program name with args.
+set dummy gmsgfmt; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DUMPBIN+:} false; then :
+if ${ac_cv_path_GMSGFMT+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DUMPBIN"; then
-  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+  case $GMSGFMT in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -6647,424 +6781,302 @@ done
   done
 IFS=$as_save_IFS
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
+  ;;
+esac
 fi
-fi
-DUMPBIN=$ac_cv_prog_DUMPBIN
-if test -n "$DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
-$as_echo "$DUMPBIN" >&6; }
+GMSGFMT=$ac_cv_path_GMSGFMT
+if test -n "$GMSGFMT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
+$as_echo "$GMSGFMT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
 
-    test -n "$DUMPBIN" && break
-  done
+
+    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+  
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+  
+
+        
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
-if test -z "$DUMPBIN"; then
-  ac_ct_DUMPBIN=$DUMPBIN
-  for ac_prog in dumpbin "link -dump"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "xgettext", so it can be a program name with args.
+set dummy xgettext; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
+if ${ac_cv_path_XGETTEXT+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_DUMPBIN"; then
-  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
+  case "$XGETTEXT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
+    ;;
+esac
 fi
-ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
-if test -n "$ac_ct_DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
-$as_echo "$ac_ct_DUMPBIN" >&6; }
+XGETTEXT="$ac_cv_path_XGETTEXT"
+if test "$XGETTEXT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
+$as_echo "$XGETTEXT" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
+    rm -f messages.po
 
-  test -n "$ac_ct_DUMPBIN" && break
-done
-
-  if test "x$ac_ct_DUMPBIN" = x; then
-    DUMPBIN=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DUMPBIN=$ac_ct_DUMPBIN
-  fi
-fi
-
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
+    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
   
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
 
-
-    
-    
     
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if ${lt_cv_nm_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
 else
-  lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
-  cat conftest.out >&5
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*
+  ac_executable_p="test -f"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
-$as_echo "$lt_cv_nm_interface" >&6; }
+rm -f conf$$.file
 
-# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if ${lt_cv_sys_max_cmd_len+:} false; then :
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGMERGE+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-    i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
+  case "$MSGMERGE" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
     ;;
   *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
+            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
       done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
     ;;
-  esac
-
+esac
 fi
-
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+MSGMERGE="$ac_cv_path_MSGMERGE"
+if test "$MSGMERGE" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
+$as_echo "$MSGMERGE" >&6; }
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
-$as_echo "none" >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
-    
-    
-    
 
+        test -n "$localedir" || localedir='${datadir}/locale'
+  
 
-: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
+    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
-fi
+  ac_config_commands="$ac_config_commands po-directories"
 
-    
-    
-    
 
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
+# 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 how to convert $build file names to $host format" >&5
-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
-if ${lt_cv_to_host_file_cmd+:} false; then :
+{ $as_echo "$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
-  case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
+  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
 
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
-
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
-if ${lt_cv_to_tool_file_cmd+:} false; then :
+{ $as_echo "$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
-  #assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
+  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
 
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
 
-    
-    
-    
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if ${lt_cv_ld_reload_flag+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2 or newer" >&5
+$as_echo_n "checking whether we are using the GNU C Library 2 or newer... " >&6; }
+if ${ac_cv_gnu_library_2+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ld_reload_flag='-r'
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-    
-    
-    
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2=yes
+else
+  ac_cv_gnu_library_2=no
+fi
+rm -f conftest*
 
+      
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2" >&5
+$as_echo "$ac_cv_gnu_library_2" >&6; }
     
-    
+    GLIBC2="$ac_cv_gnu_library_2"
+  
 
 if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
+  # 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_OBJDUMP+:} false; then :
+if ${ac_cv_prog_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
+  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
@@ -7073,7 +7085,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
+    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
@@ -7083,10 +7095,10 @@ IFS=$as_save_IFS
 
 fi
 fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
+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; }
@@ -7094,17 +7106,17 @@ fi
 
 
 fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
+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_OBJDUMP+:} false; then :
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
+  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
@@ -7113,7 +7125,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
+    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
@@ -7123,17 +7135,17 @@ IFS=$as_save_IFS
 
 fi
 fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
+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_OBJDUMP" = x; then
-    OBJDUMP="false"
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -7141,1785 +7153,2772 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    OBJDUMP=$ac_ct_OBJDUMP
+    RANLIB=$ac_ct_RANLIB
   fi
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+  RANLIB="$ac_cv_prog_RANLIB"
 fi
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
-
-
 
+  
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5
+$as_echo_n "checking whether the -Werror option is usable... " >&6; }
+    if ${gl_cv_cc_vis_werror+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+int
+main ()
+{
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_vis_werror=yes
+else
+  gl_cv_cc_vis_werror=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if ${lt_cv_deplibs_check_method+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5
+$as_echo "$gl_cv_cc_vis_werror" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
+$as_echo_n "checking for simple visibility declarations... " >&6; }
+    if ${gl_cv_cc_visibility+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[4-9]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-bsdi[45]*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
+  
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+                                    if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
+           
+int
+main ()
+{
 
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_visibility=yes
+else
+  gl_cv_cc_visibility=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5
+$as_echo "$gl_cv_cc_visibility" >&6; }
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
   fi
-  ;;
+  
+  
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_VISIBILITY $HAVE_VISIBILITY
+_ACEOF
 
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
 
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
+$as_echo_n "checking for stdint.h... " >&6; }
+if ${gl_cv_header_stdint_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+            #include <stdint.h>
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_stdint_h=yes
+else
+  gl_cv_header_stdint_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5
+$as_echo "$gl_cv_header_stdint_h" >&6; }
+  if test $gl_cv_header_stdint_h = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H_WITH_UINTMAX 1
+_ACEOF
 
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+  fi
 
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
 
-interix[3-9]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-  ;;
 
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+  
+  for ac_header in $ac_header_list
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
+fi
 
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+done
 
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
-  fi
-  ;;
+  
 
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
 
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  fi
-  ;;
 
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
 
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
+else
+  ac_cv_func_mmap_fixed_mapped=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
-    fi
-    ;;
-  esac
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
+fi
+rm -f conftest.mmap conftest.txt
 
 
     
-    
-    
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
+$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
+if ${gt_cv_int_divbyzero_sigfpe+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+      gt_cv_int_divbyzero_sigfpe=
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        if test "$cross_compiling" = yes; then :
+  
+            # Guess based on the CPU.
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+          
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <signal.h>
 
-    
-    
-    
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
 
+int x = 1;
+int y = 0;
+int z;
+int nan;
 
-    
-    
-    
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
 
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
 
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_int_divbyzero_sigfpe=yes
+else
+  gt_cv_int_divbyzero_sigfpe=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: $gt_cv_int_divbyzero_sigfpe" >&5
+$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define INTDIV0_RAISES_SIGFPE $value
+_ACEOF
 
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
+$as_echo_n "checking for inttypes.h... " >&6; }
+if ${gl_cv_header_inttypes_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+#include <sys/types.h>
+#include <inttypes.h>
+          
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_inttypes_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_header_inttypes_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5
+$as_echo "$gl_cv_header_inttypes_h" >&6; }
+  if test $gl_cv_header_inttypes_h = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H_WITH_UINTMAX 1
+_ACEOF
+
+  fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
+$as_echo_n "checking for unsigned long long int... " >&6; }
+if ${ac_cv_type_unsigned_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
+  /* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;
+int
+main ()
+{
+/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));
+  ;
+  return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_type_unsigned_long_long_int=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     fi
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
+$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
 
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
   fi
-else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
-fi
 
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
+  
+  
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define uintmax_t $ac_type
+_ACEOF
 
+  else
+    
+$as_echo "@%:@define HAVE_UINTMAX_T 1" >>confdefs.h
 
+  fi
 
 
+  for ac_header in inttypes.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
+if test "x$ac_cv_header_inttypes_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_INTTYPES_H 1
+_ACEOF
+ 
+fi
 
+done
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
+  if test $ac_cv_header_inttypes_h = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
+$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
+if ${gt_cv_inttypes_pri_broken+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_sharedlib_from_linklib_cmd='unknown'
+  
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+             
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_inttypes_pri_broken=no
+else
+  gt_cv_inttypes_pri_broken=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
+$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define PRI_MACROS_BROKEN 1
+_ACEOF
+
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  
 
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
 
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
+if test "x$ac_cv_header_minix_config_h" = xyes; then :
+  MINIX=yes
+else
+  MINIX=
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
 
 
+  if test "$MINIX" = yes; then
     
+$as_echo "@%:@define _POSIX_SOURCE 1" >>confdefs.h
+
     
+$as_echo "@%:@define _POSIX_1_SOURCE 2" >>confdefs.h
+
     
+$as_echo "@%:@define _MINIX 1" >>confdefs.h
 
+  fi
 
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
+if ${ac_cv_safe_to_define___extensions__+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
+#         define __EXTENSIONS__ 1
+          $ac_includes_default
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_safe_to_define___extensions__=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_safe_to_define___extensions__=no
 fi
-
-
-    test -n "$AR" && break
-  done
-fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
+  test $ac_cv_safe_to_define___extensions__ = yes &&
+    $as_echo "@%:@define __EXTENSIONS__ 1" >>confdefs.h
 
+  $as_echo "@%:@define _ALL_SOURCE 1" >>confdefs.h
 
-  test -n "$ac_ct_AR" && break
-done
+  $as_echo "@%:@define _GNU_SOURCE 1" >>confdefs.h
 
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
+  $as_echo "@%:@define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
 
-: ${AR=ar}
-: ${AR_FLAGS=cru}
+  $as_echo "@%:@define _TANDEM_SOURCE 1" >>confdefs.h
 
-    
-    
-    
 
 
+          
+  
+        
     
+  @%:@ Check whether --enable-threads was given.
+if test "${enable_threads+set}" = set; then :
+  enableval=$enable_threads; gl_use_threads=$enableval
+else
+  if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+       case "$host_os" in
+                                                               osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+     fi
     
-    
-
+fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
-$as_echo_n "checking for archiver @FILE support... " >&6; }
-if ${lt_cv_ar_at_file+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ar_at_file=no
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
 
-int
-main ()
-{
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-     
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
-$as_echo "$lt_cv_ar_at_file" >&6; }
-
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
-else
-  archiver_list_spec=$lt_cv_ar_at_file
-fi
 
-    
-    
-    
 
+      if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
 
 
-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; }
+@%:@ Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  with_gnu_ld=no
 fi
 
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | ?:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
 fi
-if 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 :
+if ${acl_cv_path_LD+:} 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
+  if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
   done
-IFS=$as_save_IFS
-
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
 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; }
+
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&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
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${acl_cv_prog_gnu_ld+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  STRIP="$ac_cv_prog_STRIP"
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
+$as_echo "$acl_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$acl_cv_prog_gnu_ld
+
 
-test -z "$STRIP" && STRIP=:
 
     
-    
-    
+                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
+$as_echo_n "checking for shared library run path origin... " >&6; }
+if ${acl_cv_rpath+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
+$as_echo "$acl_cv_rpath" >&6; }
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+    @%:@ Check whether --enable-rpath was given.
+if test "${enable_rpath+set}" = set; then :
+  enableval=$enable_rpath; :
+else
+  enable_rpath=yes
+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 :
+
+                          
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
+$as_echo_n "checking for 64-bit host... " >&6; }
+if ${gl_cv_solaris_64bit+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+#ifdef _LP64
+sixtyfour bits
+#endif
+           
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
+  gl_cv_solaris_64bit=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_solaris_64bit=no
 fi
+rm -f conftest*
 
-
+        
 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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
+$as_echo "$gl_cv_solaris_64bit" >&6; }
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
 
+
+  
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5
+$as_echo_n "checking whether imported symbols can be declared weak... " >&6; }
+if ${gl_cv_have_weak+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gl_cv_have_weak=no
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern void xyzzy ();
+#pragma weak xyzzy
+int
+main ()
+{
+xyzzy();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_cv_have_weak=maybe
 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; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+       if test $gl_cv_have_weak = maybe; then
+                           if test "$cross_compiling" = yes; then :
+                          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Extensible Linking Format" >/dev/null 2>&1; then :
+  gl_cv_have_weak="guessing yes"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_have_weak="guessing no"
 fi
+rm -f conftest*
 
-  if test "x$ac_ct_RANLIB" = x; then
-    RANLIB=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    RANLIB=$ac_ct_RANLIB
-  fi
+           
 else
-  RANLIB="$ac_cv_prog_RANLIB"
-fi
-
-test -z "$RANLIB" && RANLIB=:
-
-    
-    
-    
-
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_have_weak=yes
+else
+  gl_cv_have_weak=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-
-
-    
-    
-    
-
-    
-    
-    
-
-    
-    
-    
-
-    
-    
-    
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
+       fi
+      
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5
+$as_echo "$gl_cv_have_weak" >&6; }
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
+if test "x$ac_cv_header_pthread_h" = xyes; then :
+  gl_have_pthread_h=yes
+else
+  gl_have_pthread_h=no
+fi
+
+
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        #
+        # If -pthread works, prefer it to -lpthread, since Ubuntu 14.04
+        # needs -pthread for some reason.  See:
+        # http://lists.gnu.org/archive/html/bug-gnulib/2014-09/msg00023.html
+        save_LIBS=$LIBS
+        for gl_pthread in '' '-pthread'; do
+          LIBS="$LIBS $gl_pthread"
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pthread.h>
+                 pthread_mutex_t m;
+                 pthread_mutexattr_t ma;
+               
+int
+main ()
+{
+pthread_mutex_lock (&m);
+                 pthread_mutexattr_init (&ma);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pthread=yes
+             LIBTHREAD=$gl_pthread LTLIBTHREAD=$gl_pthread
+             LIBMULTITHREAD=$gl_pthread LTLIBMULTITHREAD=$gl_pthread
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+          LIBS=$save_LIBS
+          test -n "$gl_have_pthread" && break
+        done
 
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread" && test -z "$LIBTHREAD"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[BCDEGRST]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[BCDT]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[ABCDGISTW]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[ABCDEGRST]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[BCDEGRST]'
-  ;;
-osf*)
-  symcode='[BCDEGQRST]'
-  ;;
-solaris*)
-  symcode='[BDRT]'
-  ;;
-sco3.2v5*)
-  symcode='[DT]'
-  ;;
-sysv4.2uw2*)
-  symcode='[DT]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[ABDT]'
-  ;;
-sysv4)
-  symcode='[DFNSTU]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[ABCDGIRSTW]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK '"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpthread  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
+/* 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" {
+extern "C"
 #endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
+char pthread_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
 }
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
+else
+  ac_cv_lib_pthread_pthread_kill=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_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 
+$as_echo "@%:@define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
 
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
+             esac
+            
+fi
 
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT@&t at _DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT@&t at _DLSYM_CONST
-#else
-# define LT@&t at _DLSYM_CONST const
-#endif
+        elif test -z "$gl_have_pthread"; then
+          # Some library is needed. Try libpthread and libc_r.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} 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" {
+extern "C"
 #endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT@&t at _DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[] =
+char pthread_kill ();
+int
+main ()
 {
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
+return pthread_kill ();
+  ;
+  return 0;
 }
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&5
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&5
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
-    fi
-  else
-    echo "$progname: failed program was:" >&5
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
-
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
-
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
+else
+  ac_cv_lib_pthread_pthread_kill=no
 fi
-
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
-$as_echo "failed" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
-$as_echo "ok" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
 fi
 
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
-  nm_file_list_spec='@'
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5
+$as_echo_n "checking for pthread_kill in -lc_r... " >&6; }
+if ${ac_cv_lib_c_r_pthread_kill+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lc_r  $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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_c_r_pthread_kill=yes
+else
+  ac_cv_lib_c_r_pthread_kill=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_c_r_pthread_kill" >&5
+$as_echo "$ac_cv_lib_c_r_pthread_kill" >&6; }
+if test "x$ac_cv_lib_c_r_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r
 fi
 
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          
+$as_echo "@%:@define USE_POSIX_THREADS 1" >>confdefs.h
+
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              
+$as_echo "@%:@define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
+
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <thread.h>
+#include <synch.h>
+             
+int
+main ()
+{
+thr_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_solaristhread=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          
+$as_echo "@%:@define USE_SOLARIS_THREADS 1" >>confdefs.h
+
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_SOLARIS_THREADS_WEAK 1" >>confdefs.h
+
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      
+  
+  
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libpth" >&5
+$as_echo_n "checking how to link with libpth... " >&6; }
+if ${ac_cv_libpth_libs+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  
     
+  
+  
+  
+  
+  
     
-    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+  
+@%:@ Check whether --with-libpth-prefix was given.
+if test "${with_libpth_prefix+set}" = set; then :
+  withval=$with_libpth_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-    
-    
-    
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
+fi
 
-    
-    
-    
+      LIBPTH=
+  LTLIBPTH=
+  INCPTH=
+  LIBPTH_PREFIX=
+      HAVE_LIBPTH=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='pth '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBPTH="${LIBPTH}${LIBPTH:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBPTH; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBPTH; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_a"
+              else
+                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCPTH; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCPTH="${INCPTH}${INCPTH:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBPTH; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$dep"
+                    LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+            LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
+    ac_cv_libpth_libs="$LIBPTH"
+    ac_cv_libpth_ltlibs="$LTLIBPTH"
+    ac_cv_libpth_cppflags="$INCPTH"
+    ac_cv_libpth_prefix="$LIBPTH_PREFIX"
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libpth_libs" >&5
+$as_echo "$ac_cv_libpth_libs" >&6; }
+  LIBPTH="$ac_cv_libpth_libs"
+  LTLIBPTH="$ac_cv_libpth_ltlibs"
+  INCPTH="$ac_cv_libpth_cppflags"
+  LIBPTH_PREFIX="$ac_cv_libpth_prefix"
+  
+  for element in $INCPTH; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-    
-    
-    
+  
+  
+  
+      HAVE_LIBPTH=yes
+  
+  
 
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pth.h>
+int
+main ()
+{
+pth_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pth=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        
+$as_echo "@%:@define USE_PTH_THREADS 1" >>confdefs.h
 
-    
-    
-    
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            
+$as_echo "@%:@define USE_PTH_THREADS_WEAK 1" >>confdefs.h
 
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+            
+$as_echo "@%:@define USE_WINDOWS_THREADS 1" >>confdefs.h
 
-    
-    
-    
+          fi
+          ;;
+      esac
+    fi
+  fi
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5
+$as_echo_n "checking for multithread API to use... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5
+$as_echo "$gl_threads_api" >&6; }
+  
+  
+  
+  
 
 
-    
-    
-    
+  
+  
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
-$as_echo_n "checking for sysroot... " >&6; }
+  
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    ac_fn_c_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include <pthread.h>
+"
+if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h
 
-@%:@ Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then :
-  withval=$with_sysroot; 
-else
-  with_sysroot=no
 fi
 
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
-   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
-   ;;
-esac
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
-$as_echo "${lt_sysroot:-no}" >&6; }
+      #include <pthread.h>
+int
+main ()
+{
 
-    
-    
-    
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+        
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
 fi
-      $ac_path_lt_DD_found && break 3
-    done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
   fi
-else
-  ac_cv_path_lt_DD=$lt_DD
-fi
-
-rm -f conftest.i conftest2.i conftest.out
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
-
+  :
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
 
     
-    
-    
+  
 
+      
+  
+  
+  
+  
+  
+    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-@%:@ Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
-  enableval=$enable_libtool_lock; 
-fi
+  
+@%:@ Check whether --with-libiconv-prefix was given.
+if test "${with_libiconv_prefix+set}" = set; then :
+  withval=$with_libiconv_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
+fi
+
+      LIBICONV=
+  LTLIBICONV=
+  INCICONV=
+  LIBICONV_PREFIX=
+      HAVE_LIBICONV=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='iconv '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBICONV; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBICONV; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
+              else
+                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCICONV; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBICONV; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
+                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
     else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+      done
     fi
   fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+    done
   fi
-  rm -rf conftest*
-  ;;
+  
+  
+  
+  
+  
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
 
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if ${lt_cv_cc_needs_belf+:} false; then :
+
+  
+       
+      
+
+          am_save_CPPFLAGS="$CPPFLAGS"
+  
+  for element in $INCICONV; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
+$as_echo_n "checking for iconv... " >&6; }
+if ${am_cv_func_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <iconv.h>
+         
 int
 main ()
 {
-
+iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_cc_needs_belf=yes
-else
-  lt_cv_cc_needs_belf=no
+  am_cv_func_iconv=yes
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
-     ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <iconv.h>
+           
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_lib_iconv=yes
+        am_cv_func_iconv=yes
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-esac
-
-need_locks=$enable_libtool_lock
-
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
-set dummy ${ac_tool_prefix}mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$am_save_LIBS"
+    fi
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
+$as_echo "$am_cv_func_iconv" >&6; }
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
+$as_echo_n "checking for working iconv... " >&6; }
+if ${am_cv_func_iconv_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$MANIFEST_TOOL"; then
-  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
+  
+                  am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      am_cv_func_iconv_works=no
+      for ac_iconv_const in '' 'const'; do
+        if test "$cross_compiling" = yes; then :
+  case "$host_os" in
+             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+             *)            am_cv_func_iconv_works="guessing yes" ;;
+           esac
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <iconv.h>
+#include <string.h>
+
+#ifndef ICONV_CONST
+# define ICONV_CONST $ac_iconv_const
+#endif
+             
+int
+main ()
+{
+int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\263";
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  am_cv_func_iconv_works=yes
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
-if test -n "$MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
-$as_echo "$MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+        test "$am_cv_func_iconv_works" = no || break
+      done
+      LIBS="$am_save_LIBS"
+    
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
+$as_echo "$am_cv_func_iconv_works" >&6; }
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
+    
+$as_echo "@%:@define HAVE_ICONV 1" >>confdefs.h
 
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
+$as_echo_n "checking how to link with libiconv... " >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
+$as_echo "$LIBICONV" >&6; }
+  else
+            CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  
+  
 
-fi
-if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
-  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
-  # Extract the first word of "mt", so it can be a program name with args.
-set dummy mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
+$as_echo_n "checking for iconv declaration... " >&6; }
+    if ${am_cv_proto_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_MANIFEST_TOOL"; then
-  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
-if test -n "$ac_ct_MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_MANIFEST_TOOL" = x; then
-    MANIFEST_TOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
-  fi
-else
-  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
-fi
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+           
+int
+main ()
+{
 
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
-if ${lt_cv_path_mainfest_tool+:} false; then :
-  $as_echo_n "(cached) " >&6
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  am_cv_proto_iconv_arg1=""
 else
-  lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&5
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*
+  am_cv_proto_iconv_arg1="const"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
 fi
 
+    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 
+         $am_cv_proto_iconv" >&5
+$as_echo "
+         $am_cv_proto_iconv" >&6; }
     
-    
-    
-
+cat >>confdefs.h <<_ACEOF
+@%:@define ICONV_CONST $am_cv_proto_iconv_arg1
+_ACEOF
 
-  case $host_os in
-    rhapsody* | darwin*)
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DSYMUTIL"; then
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
+        
   fi
-done
-  done
-IFS=$as_save_IFS
+
+
+      
+            
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  
+$as_echo "@%:@define HAVE_BUILTIN_EXPECT 1" >>confdefs.h
 
 fi
-fi
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
-if test -n "$DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
-$as_echo "$DSYMUTIL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+
+  for ac_header in argz.h inttypes.h limits.h unistd.h sys/param.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
 
+done
 
+  for ac_func in getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
-if test -z "$ac_cv_prog_DSYMUTIL"; then
-  ac_ct_DSYMUTIL=$DSYMUTIL
-  # Extract the first word of "dsymutil", so it can be a program name with args.
-set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DSYMUTIL"; then
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
 done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
-if test -n "$ac_ct_DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
+
+          ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_feof_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_have_decl=0
 fi
 
-  if test "x$ac_ct_DSYMUTIL" = x; then
-    DSYMUTIL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DSYMUTIL=$ac_ct_DSYMUTIL
-  fi
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_FEOF_UNLOCKED $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_fgets_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
+  ac_have_decl=0
 fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_NMEDIT+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NMEDIT"; then
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_FGETS_UNLOCKED $ac_have_decl
+_ACEOF
 
-fi
-fi
-NMEDIT=$ac_cv_prog_NMEDIT
-if test -n "$NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
-$as_echo "$NMEDIT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
+  
 
-fi
-if test -z "$ac_cv_prog_NMEDIT"; then
-  ac_ct_NMEDIT=$NMEDIT
-  # Extract the first word of "nmedit", so it can be a program name with args.
-set dummy nmedit; ac_word=$2
+                    for ac_prog in bison
+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_NMEDIT+:} false; then :
+if ${ac_cv_prog_INTLBISON+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_NMEDIT"; then
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
+  if test -n "$INTLBISON"; then
+  ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
 else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
@@ -8928,7 +9927,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
+    ac_cv_prog_INTLBISON="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -8938,483 +9937,377 @@ IFS=$as_save_IFS
 
 fi
 fi
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
-if test -n "$ac_ct_NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
-$as_echo "$ac_ct_NMEDIT" >&6; }
+INTLBISON=$ac_cv_prog_INTLBISON
+if test -n "$INTLBISON"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
+$as_echo "$INTLBISON" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
-  if test "x$ac_ct_NMEDIT" = x; then
-    NMEDIT=":"
+
+  test -n "$INTLBISON" && break
+done
+
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
   else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    NMEDIT=$ac_ct_NMEDIT
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
+$as_echo_n "checking version of bison... " >&6; }
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      2.[7-9]* | [3-9].*)
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
+$as_echo "$ac_prog_version" >&6; }
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
   fi
-else
-  NMEDIT="$ac_cv_prog_NMEDIT"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
-set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LIPO+:} false; then :
+
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
+$as_echo_n "checking for long long int... " >&6; }
+if ${ac_cv_type_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$LIPO"; then
-  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
+  ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+                                        if test "$cross_compiling" = yes; then :
+  :
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+@%:@include <limits.h>
+                 @%:@ifndef LLONG_MAX
+                 @%:@ define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+                 @%:@endif
+int
+main ()
+{
+long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  
+else
+  ac_cv_type_long_long_int=no
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-LIPO=$ac_cv_prog_LIPO
-if test -n "$LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
-$as_echo "$LIPO" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+        fi
+      fi
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
+$as_echo "$ac_cv_type_long_long_int" >&6; }
+  if test $ac_cv_type_long_long_int = yes; then
+    
+$as_echo "@%:@define HAVE_LONG_LONG_INT 1" >>confdefs.h
 
+  fi
 
-fi
-if test -z "$ac_cv_prog_LIPO"; then
-  ac_ct_LIPO=$LIPO
-  # Extract the first word of "lipo", so it can be a program name with args.
-set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
+$as_echo_n "checking for wchar_t... " >&6; }
+if ${gt_cv_c_wchar_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_LIPO"; then
-  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_LIPO="lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';
+int
+main ()
+{
 
-fi
-fi
-ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
-if test -n "$ac_ct_LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
-$as_echo "$ac_ct_LIPO" >&6; }
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wchar_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wchar_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
+$as_echo "$gt_cv_c_wchar_t" >&6; }
+  if test $gt_cv_c_wchar_t = yes; then
+    
+$as_echo "@%:@define HAVE_WCHAR_T 1" >>confdefs.h
 
-  if test "x$ac_ct_LIPO" = x; then
-    LIPO=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    LIPO=$ac_ct_LIPO
   fi
-else
-  LIPO="$ac_cv_prog_LIPO"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
+$as_echo_n "checking for wint_t... " >&6; }
+if ${gt_cv_c_wint_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OTOOL"; then
-  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OTOOL=$ac_cv_prog_OTOOL
-if test -n "$OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
-$as_echo "$OTOOL" >&6; }
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wint_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wint_t=no
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
+$as_echo "$gt_cv_c_wint_t" >&6; }
+  if test $gt_cv_c_wint_t = yes; then
+    
+$as_echo "@%:@define HAVE_WINT_T 1" >>confdefs.h
+
+  fi
 
 
-fi
-if test -z "$ac_cv_prog_OTOOL"; then
-  ac_ct_OTOOL=$OTOOL
-  # Extract the first word of "otool", so it can be a program name with args.
-set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5
+$as_echo_n "checking for intmax_t... " >&6; }
+if ${gt_cv_c_intmax_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL"; then
-  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL="otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
-if test -n "$ac_ct_OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
-$as_echo "$ac_ct_OTOOL" >&6; }
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+          
+int
+main ()
+{
+intmax_t x = -1;
+            return !x;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_intmax_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_intmax_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5
+$as_echo "$gt_cv_c_intmax_t" >&6; }
+  if test $gt_cv_c_intmax_t = yes; then
+    
+$as_echo "@%:@define HAVE_INTMAX_T 1" >>confdefs.h
 
-  if test "x$ac_ct_OTOOL" = x; then
-    OTOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL=$ac_ct_OTOOL
   fi
-else
-  OTOOL="$ac_cv_prog_OTOOL"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL64+:} false; then :
+
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf() supports POSIX/XSI format strings" >&5
+$as_echo_n "checking whether printf() supports POSIX/XSI format strings... " >&6; }
+if ${gt_cv_func_printf_posix+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OTOOL64"; then
-  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  
+      if test "$cross_compiling" = yes; then :
+  
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OTOOL64=$ac_cv_prog_OTOOL64
-if test -n "$OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
-$as_echo "$OTOOL64" >&6; }
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+            
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "notposix" >/dev/null 2>&1; then :
+  gt_cv_func_printf_posix="guessing no"
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_func_printf_posix="guessing yes"
 fi
+rm -f conftest*
 
-
-fi
-if test -z "$ac_cv_prog_OTOOL64"; then
-  ac_ct_OTOOL64=$OTOOL64
-  # Extract the first word of "otool64", so it can be a program name with args.
-set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OTOOL64"; then
-  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
+        
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL64="otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
-if test -n "$ac_ct_OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
-$as_echo "$ac_ct_OTOOL64" >&6; }
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_func_printf_posix=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_func_printf_posix=no
 fi
-
-  if test "x$ac_ct_OTOOL64" = x; then
-    OTOOL64=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL64=$ac_ct_OTOOL64
-  fi
-else
-  OTOOL64="$ac_cv_prog_OTOOL64"
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
     
-    
-    
-    
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_printf_posix" >&5
+$as_echo "$gt_cv_func_printf_posix" >&6; }
+  case $gt_cv_func_printf_posix in
+    *yes)
+      
+$as_echo "@%:@define HAVE_POSIX_PRINTF 1" >>confdefs.h
 
-    
-    
-    
-    
+      ;;
+  esac
 
-    
-    
-    
-    
 
-    
-    
-    
-    
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5
+$as_echo_n "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; }
+if ${ac_cv_gnu_library_2_1+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
+        
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2_1=yes
+else
+  ac_cv_gnu_library_2_1=no
+fi
+rm -f conftest*
+
+      
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
+$as_echo "$ac_cv_gnu_library_2_1" >&6; }
     
-    
-    
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
 
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
-$as_echo_n "checking for -single_module linker flag... " >&6; }
-if ${lt_cv_apple_cc_single_mod+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&5
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&5
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&5
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
+_ACEOF
+ 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if ${lt_cv_ld_exported_symbols_list+:} false; then :
+done
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5
+$as_echo_n "checking for SIZE_MAX... " >&6; }
+if ${gl_cv_size_max+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  
+    gl_cv_size_max=
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
-int
-main ()
-{
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
 
-  ;
-  return 0;
-}
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_ld_exported_symbols_list=yes
-else
-  lt_cv_ld_exported_symbols_list=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
-    
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Found it" >/dev/null 2>&1; then :
+  gl_cv_size_max=yes
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+rm -f conftest*
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
-$as_echo_n "checking for -force_load linker flag... " >&6; }
-if ${lt_cv_ld_force_load+:} false; then :
-  $as_echo_n "(cached) " >&6
+    if test -z "$gl_cv_size_max"; then
+                        if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1"        "#include <stddef.h>
+#include <limits.h>"; then :
+  
 else
-  lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
-      echo "$AR cru libconftest.a conftest.o" >&5
-      $AR cru libconftest.a conftest.o 2>&5
-      echo "$RANLIB libconftest.a" >&5
-      $RANLIB libconftest.a 2>&5
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&5
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-    
+  size_t_bits_minus_1=
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
-$as_echo "$lt_cv_ld_force_load" >&6; }
-    case $host_os in
-    rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-
 
-{ $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
+      if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint"        "#include <stddef.h>"; then :
+  
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
+  fits_in_uint=
+fi
 
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+                              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
+               
 int
 main ()
 {
@@ -9424,104 +10317,316 @@ main ()
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stdc=yes
-else
-  ac_cv_header_stdc=no
+  fits_in_uint=0
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+        fi
+                                if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+                gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5
+$as_echo "$gl_cv_size_max" >&6; }
+  if test "$gl_cv_size_max" != yes; then
+    
+cat >>confdefs.h <<_ACEOF
+@%:@define SIZE_MAX $gl_cv_size_max
+_ACEOF
 
-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 <string.h>
+  fi
+        
 
+
+    
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDINT_H 1
 _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
+done
+
+
 
-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 <stdlib.h>
 
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then :
   
-else
-  ac_cv_header_stdc=no
+  for ac_func in $ac_func_list
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
-rm -f conftest*
+done
 
-fi
+  
 
-if test $ac_cv_header_stdc = yes; then
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+
+        
+
+  
+  
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5
+$as_echo_n "checking for working fcntl.h... " >&6; }
+if ${gl_cv_header_working_fcntl_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
   if test "$cross_compiling" = yes; then :
-  :
+  gl_cv_header_working_fcntl_h=cross-compiling
 else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#include <ctype.h>
-#include <stdlib.h>
-#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)))
+#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          
 int
 main ()
 {
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-	|| toupper (i) != TOUPPER (i))
-      return 2;
+
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;
+  ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_run "$LINENO"; then :
-  
+  gl_cv_header_working_fcntl_h=yes
 else
-  ac_cv_header_stdc=no
+  case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac
 fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5
+$as_echo "$gl_cv_header_working_fcntl_h" >&6; }
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOATIME $ac_val
+_ACEOF
+
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_WORKING_O_NOFOLLOW $ac_val
+_ACEOF
+
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
+else
+  gt_cv_func_CFPreferencesCopyAppValue=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 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 "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
+
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
+
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
   
-$as_echo "@%:@define STDC_HEADERS 1" >>confdefs.h
 
+
+  
+
+
+  
+
+                        
+  
+  
+            
+    case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  
+
+  ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+  
+else
+  
+$as_echo "@%:@define ptrdiff_t long" >>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
+  for ac_header in features.h stddef.h stdlib.h string.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
 @%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -9531,11728 +10636,3024 @@ fi
 
 done
 
-
-for ac_header in dlfcn.h
+  for ac_func in asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
 do :
-  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_DLFCN_H 1
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
  
 fi
-
 done
 
 
+      ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snprintf" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNPRINTF $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "_snwprintf" "ac_cv_have_decl__snwprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snwprintf" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
-func_stripname_cnf ()
-{
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
-  esac
-} # func_stripname_cnf
-
-
-
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL__SNWPRINTF $ac_have_decl
+_ACEOF
 
 
-# Set options
+          ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
+cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
+_ACEOF
 
 
-        enable_dlopen=no
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
   
 
   
-            @%:@ Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
+$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
+if ${am_cv_langinfo_codeset+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  enable_shared=yes
-fi
-
-
-    
-    
-    
-    
-
-
-
-  @%:@ Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <langinfo.h>
+int
+main ()
+{
+char* cs = nl_langinfo(CODESET); return !cs;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_langinfo_codeset=yes
 else
-  enable_static=yes
+  am_cv_langinfo_codeset=no
 fi
-
-
-    
-    
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
     
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
+$as_echo "$am_cv_langinfo_codeset" >&6; }
+  if test $am_cv_langinfo_codeset = yes; then
     
+$as_echo "@%:@define HAVE_LANGINFO_CODESET 1" >>confdefs.h
 
-
+  fi
 
   
-@%:@ Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
-  withval=$with_pic; lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
+if ${gt_cv_val_LC_MESSAGES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <locale.h>
+int
+main ()
+{
+return LC_MESSAGES
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_val_LC_MESSAGES=yes
 else
-  pic_mode=default
+  gt_cv_val_LC_MESSAGES=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5
+$as_echo "$gt_cv_val_LC_MESSAGES" >&6; }
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    
+$as_echo "@%:@define HAVE_LC_MESSAGES 1" >>confdefs.h
 
+  fi
 
 
-    
-    
-    
+                if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  
 
+      case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  
+  if test $WOE32 = yes; then
+        if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
+set dummy ${ac_tool_prefix}windres; 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_WINDRES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$WINDRES"; then
+  ac_cv_prog_WINDRES="$WINDRES" # 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_WINDRES="${ac_tool_prefix}windres"
+    $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
 
-  @%:@ Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
-  enableval=$enable_fast_install; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+fi
+fi
+WINDRES=$ac_cv_prog_WINDRES
+if test -n "$WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
+$as_echo "$WINDRES" >&6; }
 else
-  enable_fast_install=yes
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
 
-
-    
-    
-    
-
-
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
-  
-@%:@ Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
+fi
+if test -z "$ac_cv_prog_WINDRES"; then
+  ac_ct_WINDRES=$WINDRES
+  # Extract the first word of "windres", so it can be a program name with args.
+set dummy windres; 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_WINDRES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_with_aix_soname=aix
-fi
+  if test -n "$ac_ct_WINDRES"; then
+  ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # 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_WINDRES="windres"
+    $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
 
-    with_aix_soname=$lt_cv_with_aix_soname
+fi
+fi
+ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
+if test -n "$ac_ct_WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
+$as_echo "$ac_ct_WINDRES" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
+  if test "x$ac_ct_WINDRES" = x; then
+    WINDRES=""
+  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
+    WINDRES=$ac_ct_WINDRES
+  fi
+else
+  WINDRES="$ac_cv_prog_WINDRES"
+fi
 
+  fi
 
-    
-    
-    
-
-
+              case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
   
 
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
-
-
-    
-    
-    
-
-    
-    
     
 
-    
-    
-    
 
     
-    
-    
+  
+  
+  
+  
+  
+  
+  
 
-    
-    
-    
+  
+  
 
-    
-    
-    
 
     
-    
-    
-test -z "$LN_S" && LN_S="ln -s"
+      
 
     
-    
-    
+  
 
-    
-    
-    
+                        
 
     
-    
-    
-
-
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
-$as_echo_n "checking for objdir... " >&6; }
-if ${lt_cv_objdir+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
 else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
+  gt_cv_func_CFPreferencesCopyAppValue=no
 fi
-rmdir .libs 2>/dev/null
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
-$as_echo "$lt_cv_objdir" >&6; }
-objdir=$lt_cv_objdir
-
-    
-    
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
     
+$as_echo "@%:@define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
-cat >>confdefs.h <<_ACEOF
-@%:@define LT_OBJDIR "$lt_cv_objdir/"
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
 _ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    
+$as_echo "@%:@define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
 
-
-
-
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
   fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
 
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
+    
 
-for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
+  
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+    case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
   esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
 
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
+    if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
+$as_echo_n "checking whether included gettext is requested... " >&6; }
+      
+@%:@ Check whether --with-included-gettext was given.
+if test "${with_included_gettext+set}" = set; then :
+  withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
+  nls_cv_force_use_gnu_gettext=no
 fi
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
+$as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
 
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
     
-    
-    
+                        
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
 
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
-$as_echo_n "checking for file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
+$as_echo_n "checking for GNU gettext in libc... " >&6; }
+if eval \${$gt_func_gnugettext_libc+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+               
+int
+main ()
+{
 
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+               
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libc=yes"
+else
+  eval "$gt_func_gnugettext_libc=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+eval ac_res=\$$gt_func_gnugettext_libc
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+                    
+                                                  
+  
+  
+  
+  
+  
+    
+    use_additional=yes
+  
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+  
+@%:@ Check whether --with-libintl-prefix was given.
+if test "${with_libintl_prefix+set}" = set; then :
+  withval=$with_libintl_prefix; 
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
-  else
-    MAGIC_CMD=:
-  fi
 fi
 
+      LIBINTL=
+  LTLIBINTL=
+  INCINTL=
+  LIBINTL_PREFIX=
+      HAVE_LIBINTL=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='intl '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBINTL; do
+              
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBINTL; do
+                      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
+              else
+                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCINTL; do
+                    
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBINTL; do
+                          
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
+                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+      done
+    fi
   fi
-  ;;
-esac
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
+    done
+  fi
+  
+  
+  
+  
+  
 
-# Use C for the default configuration in the libtool script
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
+$as_echo_n "checking for GNU gettext in libintl... " >&6; }
+if eval \${$gt_func_gnugettext_libintl+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-lt_save_CC=$CC
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                 
+int
+main ()
+{
 
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libintl=yes"
+else
+  eval "$gt_func_gnugettext_libintl=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Source file extension for C test sources.
-ac_ext=c
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                   
+int
+main ()
+{
 
-# Object file extension for compiled C test sources.
-objext=o
-objext=$objext
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                   
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
+                
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"
+fi
+eval ac_res=\$$gt_func_gnugettext_libintl
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+        fi
 
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
+                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+                    LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
 
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
+    
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+                              nls_cv_use_gnu_gettext=yes
+        fi
+      fi
 
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+                BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
 
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                CATOBJEXT=.gmo
+      fi
+    
 
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
 
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      
+$as_echo "@%:@define ENABLE_NLS 1" >>confdefs.h
 
+    else
+      USE_NLS=no
+    fi
+  fi
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
+$as_echo_n "checking whether to use NLS... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  if test "$USE_NLS" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
+$as_echo_n "checking where the gettext function comes from... " >&6; }
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
+$as_echo "$gt_source" >&6; }
+  fi
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
+  if test "$USE_NLS" = "yes"; then
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
+$as_echo_n "checking how to link with libintl... " >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
+$as_echo "$LIBINTL" >&6; }
+        
+  for element in $INCINTL; do
+    haveit=
+    for x in $CPPFLAGS; do
+      
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
+      fi
 
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
+            
+$as_echo "@%:@define HAVE_GETTEXT 1" >>confdefs.h
 
-# save warnings/boilerplate of simple test code
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
+      
+$as_echo "@%:@define HAVE_DCGETTEXT 1" >>confdefs.h
 
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
+    fi
 
+        POSUB=po
+  fi
 
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
   
-lt_prog_compiler_no_builtin_flag=
-
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
-  *)
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
-  esac
+            if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_rtti_exceptions=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_rtti_exceptions=yes
-     fi
-   fi
-   $RM conftest*
+        
+    
+    
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
+        nls_cv_header_intl=
+    nls_cv_header_libgt=
 
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
-else
-    :
-fi
+        DATADIRNAME=share
+    
 
-fi
+        INSTOBJEXT=.mo
+    
 
+        GENCAT=gencat
     
+
+        INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
     
+
+        INTL_LIBTOOL_SUFFIX_PREFIX=
     
+  
 
+    INTLLIBS="$LIBINTL"
+  
 
-  lt_prog_compiler_wl=
-lt_prog_compiler_pic=
-lt_prog_compiler_static=
+    
+  
+  
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-  if test yes = "$GCC"; then
-    lt_prog_compiler_wl='-Wl,'
-    lt_prog_compiler_static='-static'
+done
 
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      lt_prog_compiler_pic='-fPIC'
-      ;;
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
+$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
+if ${ac_cv_func_malloc_0_nonnull+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_malloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *malloc ();
+#endif
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
+int
+main ()
+{
+return ! malloc (0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_malloc_0_nonnull=yes
+else
+  ac_cv_func_malloc_0_nonnull=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
+if test $ac_cv_func_malloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
 
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
+else
+  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      ;;
+   case " $LIB@&t at OBJS " in
+  *" malloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
+ ;;
+esac
 
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static=
-      ;;
+   
+$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
 
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='-fPIC'
-	;;
-      esac
-      ;;
+fi
 
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
 
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      lt_prog_compiler_can_build_shared=no
-      enable_shared=no
-      ;;
 
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_GETPAGESIZE 1
+_ACEOF
+ 
+fi
+done
 
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic=-Kconform_pic
-      fi
-      ;;
-
-    *)
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-    esac
-
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      lt_prog_compiler_wl='-Xlinker '
-      if test -n "$lt_prog_compiler_pic"; then
-        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      else
-	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC (with -KPIC) is the default.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-KPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='--shared'
-	lt_prog_compiler_static='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	lt_prog_compiler_wl='-Wl,-Wl,,'
-	lt_prog_compiler_pic='-PIC'
-	lt_prog_compiler_static='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fpic'
-	lt_prog_compiler_static='-Bstatic'
-        ;;
-      ccc*)
-        lt_prog_compiler_wl='-Wl,'
-        # All Alpha code is PIC.
-        lt_prog_compiler_static='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-qpic'
-	lt_prog_compiler_static='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Wl,'
-	  ;;
-        *Intel*\ [CF]*Compiler*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fPIC'
-	  lt_prog_compiler_static='-static'
-	  ;;
-	*Portland\ Group*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fpic'
-	  lt_prog_compiler_static='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      lt_prog_compiler_wl='-Wl,'
-      # All OSF/1 code is PIC.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    rdos*)
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    solaris*)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	lt_prog_compiler_wl='-Qoption ld ';;
-      *)
-	lt_prog_compiler_wl='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      lt_prog_compiler_wl='-Qoption ld '
-      lt_prog_compiler_pic='-PIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic='-Kconform_pic'
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    unicos*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_can_build_shared=no
-      ;;
-
-    uts4*)
-      lt_prog_compiler_pic='-pic'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *)
-      lt_prog_compiler_can_build_shared=no
-      ;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic=
-    ;;
-  *)
-    lt_prog_compiler_pic="$lt_prog_compiler_pic@&t@ -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
-lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works+:} false; then :
-  $as_echo_n "(cached) " >&6
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
 else
-  lt_cv_prog_compiler_pic_works=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works=yes
-     fi
-   fi
-   $RM conftest*
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
-    case $lt_prog_compiler_pic in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
-     esac
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
 else
-    lt_prog_compiler_pic=
-     lt_prog_compiler_can_build_shared=no
+  ac_cv_func_mmap_fixed_mapped=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  
+$as_echo "@%:@define HAVE_MMAP 1" >>confdefs.h
 
+fi
+rm -f conftest.mmap conftest.txt
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define HAVE_STDLIB_H 1
+_ACEOF
+ 
+fi
 
-    
-    
-    
+done
 
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
+$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
+if ${ac_cv_func_realloc_0_nonnull+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_realloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *realloc ();
+#endif
 
-if test yes = "$lt_cv_prog_compiler_static_works"; then
-    :
+int
+main ()
+{
+return ! realloc (0, 0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_realloc_0_nonnull=yes
 else
-    lt_prog_compiler_static=
+  ac_cv_func_realloc_0_nonnull=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
+if test $ac_cv_func_realloc_0_nonnull = yes; then :
+  
+$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
 
-    
-    
-    
+else
+  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
 
+   case " $LIB@&t at OBJS " in
+  *" realloc.$ac_objext "* ) ;;
+  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
+ ;;
+esac
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
+   
+$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-    
-    
-    
 
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
+for ac_func in __argz_count __argz_next __argz_stringify atexit clock_gettime floor getcwd localeconv mblen mbrlen memchr mempcpy memset munmap nl_langinfo setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strstr strtol strtoul
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ 
 fi
+done
 
-    
-    
-    
 
+ac_config_files="$ac_config_files Makefile"
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  runpath_var=
-  allow_undefined_flag=
-  always_export_symbols=no
-  archive_cmds=
-  archive_expsym_cmds=
-  compiler_needs_object=no
-  enable_shared_with_static_runtimes=no
-  export_dynamic_flag_spec=
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  hardcode_automatic=no
-  hardcode_direct=no
-  hardcode_direct_absolute=no
-  hardcode_libdir_flag_spec=
-  hardcode_libdir_separator=
-  hardcode_minus_L=no
-  hardcode_shlibpath_var=unsupported
-  inherit_rpath=no
-  link_all_deplibs=unknown
-  module_cmds=
-  module_expsym_cmds=
-  old_archive_from_new_cmds=
-  old_archive_from_expsyms_cmds=
-  thread_safe_flag_spec=
-  whole_archive_flag_spec=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  include_expsyms=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
+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.
 
-  ld_shlibs=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
-	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
+_ACEOF
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      whole_archive_flag_spec=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
+# 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
 
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	allow_undefined_flag=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	ld_shlibs=no
-      fi
+  (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"
       ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
-      # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
-      allow_undefined_flag=unsupported
-      always_export_symbols=no
-      enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
+    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
-	ld_shlibs=no
-      fi
-      ;;
-
-    haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      link_all_deplibs=yes
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  whole_archive_flag_spec=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
 	esac
-      else
-        ld_shlibs=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
       fi
-      ;;
+    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
 
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
+DEFS=-DHAVE_CONFIG_H
 
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    ld_shlibs=no
-	  fi
-	;;
-      esac
-      ;;
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIB@&t at OBJS; 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
+LIB@&t at OBJS=$ac_libobjs
 
-    sunos4*)
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+LTLIBOBJS=$ac_ltlibobjs
 
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-    esac
 
-    if test no = "$ld_shlibs"; then
-      runpath_var=
-      hardcode_libdir_flag_spec=
-      export_dynamic_flag_spec=
-      whole_archive_flag_spec=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      allow_undefined_flag=unsupported
-      always_export_symbols=yes
-      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	hardcode_direct=unsupported
-      fi
-      ;;
+{ $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
 
-    aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
+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
 
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      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.
 
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      archive_cmds=''
-      hardcode_direct=yes
-      hardcode_direct_absolute=yes
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
 
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[012]|aix4.[012].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  hardcode_direct=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
-	  hardcode_libdir_separator=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
 
-      export_dynamic_flag_spec='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	allow_undefined_flag='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
+# 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
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  case `(set -o) 2>/dev/null` in @%:@(
+  *posix*) :
+    set -o posix ;; @%:@(
+  *) :
+     ;;
+esac
+fi
 
-int
-main ()
-{
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
+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
 
-  aix_libpath=$lt_cv_aix_libpath_
+# 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
 
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
-	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
 
-int
-main ()
-{
+# 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"
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
-  
-fi
+# 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
 
-  aix_libpath=$lt_cv_aix_libpath_
+     ;;
+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
 
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    whole_archive_flag_spec='$convenience'
-	  fi
-	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
-	fi
-      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='+ '
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
 
-    bsdi[45]*)
-      export_dynamic_flag_spec=-rdynamic
-      ;;
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	always_export_symbols=yes
-	file_list_spec='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
-	enable_shared_with_static_runtimes=yes
-	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	old_postinstall_cmds='chmod 644 $oldlib'
-	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	old_archive_from_new_cmds='true'
-	# FIXME: Should let the user specify the lib program.
-	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	enable_shared_with_static_runtimes=yes
-	;;
-      esac
-      ;;
 
-    darwin* | rhapsody*)
-      
-  
-  archive_cmds_need_lc=no
-  hardcode_direct=no
-  hardcode_automatic=yes
-  hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec=''
-  fi
-  link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-    
-  else
-  ld_shlibs=no
+@%:@ as_fn_error STATUS ERROR [LINENO LOG_FD]
+@%:@ ----------------------------------------
+@%:@ Output "`basename @S|@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
 
-      ;;
-
-    dgux*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
 
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ as_fn_set_status STATUS
+@%:@ -----------------------
+@%:@ Set @S|@? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} @%:@ as_fn_set_status
 
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ 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
 
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ 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
 
-    hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
-      ;;
+@%:@ as_fn_arith ARG...
+@%:@ ------------------
+@%:@ Perform arithmetic evaluation on the ARGs, and store the result in the
+@%:@ global @S|@as_val. Take advantage of shells that can avoid forks. The arguments
+@%:@ must be portable across @S|@(()) 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
 
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-	hardcode_direct=yes
-	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	hardcode_minus_L=yes
-      fi
-      ;;
 
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
-$as_echo_n "checking if $CC understands -b... " >&6; }
-if ${lt_cv_prog_compiler__b+:} false; then :
-  $as_echo_n "(cached) " >&6
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
 else
-  lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -b"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler__b=yes
-       fi
-     else
-       lt_cv_prog_compiler__b=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
+  as_expr=false
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
 
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
 else
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+  as_basename=false
 fi
 
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	*)
-	  hardcode_direct=yes
-	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
-	  ;;
-	esac
-      fi
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
-if ${lt_cv_irix_exported_symbol+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int foo (void) { return 0; }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_irix_exported_symbol=yes
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
 else
-  lt_cv_irix_exported_symbol=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
+  as_dirname=false
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      inherit_rpath=yes
-      link_all_deplibs=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
 
-    newsos6)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_shlibpath_var=no
-      ;;
+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'`
 
-    *nto* | *qnx*)
-      ;;
+# 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
 
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	hardcode_direct=yes
-	hardcode_shlibpath_var=no
-	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
-	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	fi
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+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
 
-	# Both c and cxx compiler support -rpath directly
-	hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_separator=:
-      ;;
+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
 
-    solaris*)
-      no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_shlibpath_var=no
-      case $host_os in
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      link_all_deplibs=yes
-      ;;
 
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
+@%:@ as_fn_mkdir_p
+@%:@ -------------
+@%:@ Create "@S|@as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
 
-    sysv4)
-      case $host_vendor in
-	sni)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  reload_cmds='$CC -r -o $output$reload_objs'
-	  hardcode_direct=no
-        ;;
-	motorola)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
-	;;
+  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
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4.3*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	hardcode_shlibpath_var=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	ld_shlibs=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      runpath_var='LD_RUN_PATH'
+      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"
 
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
 
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+} @%:@ 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
 
-    uts4*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
 
-    *)
-      ld_shlibs=no
-      ;;
-    esac
+@%:@ 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
 
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
+# 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'"
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
-$as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-with_gnu_ld=$with_gnu_ld
 
+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 ags $as_me 0.4.2, 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
 
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
 
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl
-	  pic_flag=$lt_prog_compiler_pic
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag
-	  allow_undefined_flag=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc=no
-	  else
-	    lt_cv_archive_cmds_need_lc=yes
-	  fi
-	  allow_undefined_flag=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
-      ;;
-    esac
-  fi
-  ;;
+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 <weedlight at gmail.com>."
 
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ags config.status 0.4.2
+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"
+# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   
 
-    
-    
-    
+_ACEOF
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
-    
-    
-    
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
 
-    
-    
-    
 
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
 
-    
-    
-    
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
 
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
 
-    
-    
-    
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
 
 
-    
-    
-    
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/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
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$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 = ""
 
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
+}
+{
+  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
   }
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
 
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
+  print line
+}
 
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
+_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
 
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
+# 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
 
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
 
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
+# 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
 
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
+# 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.
 
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
+# 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
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
   fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
+done
 
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action=
-if test -n "$hardcode_libdir_flag_spec" ||
-   test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
-$as_echo "$hardcode_action" >&6; }
-
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-    
-    
-    
-
-
-  if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    
-fi
-
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if ${ac_cv_lib_dld_shl_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char shl_load ();
-int
-main ()
-{
-return shl_load ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_shl_load=yes
-else
-  ac_cv_lib_dld_shl_load=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
-else
-  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if ${ac_cv_lib_svld_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_svld_dlopen=yes
-else
-  ac_cv_lib_svld_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if ${ac_cv_lib_dld_dld_link+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dld_link ();
-int
-main ()
-{
-return dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_dld_link=yes
-else
-  ac_cv_lib_dld_dld_link=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
-fi
-
-	      
-fi
-
-	    
-fi
-
-	  
-fi
-
-	
-fi
-
-      
-fi
-
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
-
-    
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
-$as_echo "$lt_cv_dlopen_self" >&6; }
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self_static+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
-
-      
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-  
-striplib=
-old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    fi
-    ;;
-  *)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    ;;
-  esac
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-
-  # Report what library types will actually be built
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
-$as_echo "$can_build_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
-$as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
-$as_echo "$enable_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
-$as_echo_n "checking whether to build static libraries... " >&6; }
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
-$as_echo "$enable_static" >&6; }
-
-  
-
-
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-CC=$lt_save_CC
-
-      if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
-if test -z "$CXXCPP"; then
-  if ${ac_cv_prog_CXXCPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-@%:@else
-@%:@ include <assert.h>
-@%:@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 <ac_nonexistent.h>
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-  
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-else
-  _lt_caught_CXX_error=yes
-fi
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-archive_cmds_need_lc_CXX=no
-allow_undefined_flag_CXX=
-always_export_symbols_CXX=no
-archive_expsym_cmds_CXX=
-compiler_needs_object_CXX=no
-export_dynamic_flag_spec_CXX=
-hardcode_direct_CXX=no
-hardcode_direct_absolute_CXX=no
-hardcode_libdir_flag_spec_CXX=
-hardcode_libdir_separator_CXX=
-hardcode_minus_L_CXX=no
-hardcode_shlibpath_var_CXX=unsupported
-hardcode_automatic_CXX=no
-inherit_rpath_CXX=no
-module_cmds_CXX=
-module_expsym_cmds_CXX=
-link_all_deplibs_CXX=unknown
-old_archive_cmds_CXX=$old_archive_cmds
-reload_flag_CXX=$reload_flag
-reload_cmds_CXX=$reload_cmds
-no_undefined_flag_CXX=
-whole_archive_flag_spec_CXX=
-enable_shared_with_static_runtimes_CXX=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-objext_CXX=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-
-  # save warnings/boilerplate of simple test code
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  compiler_CXX=$CC
-  for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-    else
-      lt_prog_compiler_no_builtin_flag_CXX=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-      
-
-@%:@ Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          whole_archive_flag_spec_CXX=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-    ld_shlibs_CXX=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-      aix[4-9]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        archive_cmds_CXX=''
-        hardcode_direct_CXX=yes
-        hardcode_direct_absolute_CXX=yes
-        hardcode_libdir_separator_CXX=':'
-        link_all_deplibs_CXX=yes
-        file_list_spec_CXX='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          hardcode_direct_CXX=no
-          hardcode_direct_absolute_CXX=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[012]|aix4.[012].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    hardcode_direct_CXX=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    hardcode_minus_L_CXX=yes
-	    hardcode_libdir_flag_spec_CXX='-L$libdir'
-	    hardcode_libdir_separator_CXX=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        export_dynamic_flag_spec_CXX='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        always_export_symbols_CXX=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          no_undefined_flag_CXX='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-          hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
-	    allow_undefined_flag_CXX="-z nodefs"
-	    archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-  
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-	    hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    no_undefined_flag_CXX=' $wl-bernotok'
-	    allow_undefined_flag_CXX=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      whole_archive_flag_spec_CXX='$convenience'
-	    fi
-	    archive_cmds_need_lc_CXX=yes
-	    archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	    else
-	      # used by -dlpreopen to get the symbols
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  allow_undefined_flag_CXX=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  ld_shlibs_CXX=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX=' '
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=yes
-	  file_list_spec_CXX='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
-	  enable_shared_with_static_runtimes_CXX=yes
-	  # Don't use ranlib
-	  old_postinstall_cmds_CXX='chmod 644 $oldlib'
-	  postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX='-L$libdir'
-	  export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=no
-	  enable_shared_with_static_runtimes_CXX=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    ld_shlibs_CXX=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-        
-  
-  archive_cmds_need_lc_CXX=no
-  hardcode_direct_CXX=no
-  hardcode_automatic_CXX=yes
-  hardcode_shlibpath_var_CXX=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    
-  else
-    whole_archive_flag_spec_CXX=''
-  fi
-  link_all_deplibs_CXX=yes
-  allow_undefined_flag_CXX=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-       if test yes != "$lt_cv_apple_cc_single_mod"; then
-      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-
-  else
-  ld_shlibs_CXX=no
-  fi
-
-	;;
-
-      os2*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
-	hardcode_minus_L_CXX=yes
-	allow_undefined_flag_CXX=unsupported
-	shrext_cmds=.dll
-	archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	enable_shared_with_static_runtimes_CXX=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        ld_shlibs_CXX=no
-        ;;
-
-      freebsd-elf*)
-        archive_cmds_need_lc_CXX=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        ld_shlibs_CXX=yes
-        ;;
-
-      haiku*)
-        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        link_all_deplibs_CXX=yes
-        ;;
-
-      hpux9*)
-        hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        export_dynamic_flag_spec_CXX='$wl-E'
-        hardcode_direct_CXX=yes
-        hardcode_minus_L_CXX=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            ld_shlibs_CXX=no
-            ;;
-          aCC*)
-            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              ld_shlibs_CXX=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-	  hardcode_libdir_separator_CXX=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      export_dynamic_flag_spec_CXX='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct_CXX=no
-            hardcode_shlibpath_var_CXX=no
-            ;;
-          *)
-            hardcode_direct_CXX=yes
-            hardcode_direct_absolute_CXX=yes
-            hardcode_minus_L_CXX=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[3-9]*)
-	hardcode_direct_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	export_dynamic_flag_spec_CXX='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    link_all_deplibs_CXX=yes
-	    ;;
-        esac
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        inherit_rpath_CXX=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    archive_cmds_need_lc_CXX=no
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
-	      prelink_cmds_CXX='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      old_archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      no_undefined_flag_CXX=' -zdefs'
-	      archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
-	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      compiler_needs_object_CXX=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        ld_shlibs_CXX=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	  hardcode_direct_absolute_CXX=yes
-	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    export_dynamic_flag_spec_CXX='$wl-E'
-	    whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-		;;
-	    esac
-
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	      hardcode_libdir_separator_CXX=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            archive_cmds_need_lc_CXX=yes
-	    no_undefined_flag_CXX=' -zdefs'
-	    archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    hardcode_libdir_flag_spec_CXX='-R$libdir'
-	    hardcode_shlibpath_var_CXX=no
-	    case $host_os in
-	      solaris2.[0-5] | solaris2.[0-5].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    link_all_deplibs_CXX=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      no_undefined_flag_CXX=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[0-5] | solaris2.[0-5].*) ;;
-		*)
-		  whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag_CXX='$wl-z,text'
-      archive_cmds_need_lc_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	no_undefined_flag_CXX='$wl-z,text'
-	allow_undefined_flag_CXX='$wl-z,nodefs'
-	archive_cmds_need_lc_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
-	hardcode_libdir_separator_CXX=':'
-	link_all_deplibs_CXX=yes
-	export_dynamic_flag_spec_CXX='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
-              '"$old_archive_cmds_CXX"
-	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
-              '"$reload_cmds_CXX"
-	    ;;
-	  *)
-	    archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-    esac
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-    test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-    GCC_CXX=$GXX
-    LD_CXX=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    # Dependencies to place before and after the object being linked:
-predep_objects_CXX=
-postdep_objects_CXX=
-predeps_CXX=
-postdeps_CXX=
-compiler_lib_search_path_CXX=
-
-cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$compiler_lib_search_path_CXX"; then
-	     compiler_lib_search_path_CXX=$prev$p
-	   else
-	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$postdeps_CXX"; then
-	   postdeps_CXX=$prev$p
-	 else
-	   postdeps_CXX="${postdeps_CXX} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$predep_objects_CXX"; then
-	   predep_objects_CXX=$p
-	 else
-	   predep_objects_CXX="$predep_objects_CXX $p"
-	 fi
-       else
-	 if test -z "$postdep_objects_CXX"; then
-	   postdep_objects_CXX=$p
-	 else
-	   postdep_objects_CXX="$postdep_objects_CXX $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling CXX test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-case $host_os in
-interix[3-9]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  predep_objects_CXX=
-  postdep_objects_CXX=
-  postdeps_CXX=
-  ;;
-
-linux*)
-  case `$CC -V 2>&1 | sed 5q` in
-  *Sun\ C*)
-    # Sun C++ 5.9
-
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-
-solaris*)
-  case $cc_basename in
-  CC* | sunCC*)
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    # Adding this requires a known-good setup of shared libraries for
-    # Sun compiler versions before 5.6, else PIC objects from an old
-    # archive will be linked into the output, leading to subtle bugs.
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-esac
-
-
-case " $postdeps_CXX " in
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
-esac
- compiler_lib_search_dirs_CXX=
-if test -n "${compiler_lib_search_path_CXX}"; then
- compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    
-    
-    
-
-
-    lt_prog_compiler_wl_CXX=
-lt_prog_compiler_pic_CXX=
-lt_prog_compiler_static_CXX=
-
-
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    lt_prog_compiler_wl_CXX='-Wl,'
-    lt_prog_compiler_static_CXX='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static_CXX='-Bstatic'
-      fi
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic_CXX='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static_CXX='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic_CXX='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      lt_prog_compiler_pic_CXX=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static_CXX=
-      ;;
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic_CXX=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	lt_prog_compiler_pic_CXX='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic_CXX='-fPIC -shared'
-      ;;
-    *)
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[4-9]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  lt_prog_compiler_static_CXX='-Bstatic'
-	else
-	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      lt_prog_compiler_pic_CXX='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      lt_prog_compiler_pic_CXX='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fpic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-qpic'
-	    lt_prog_compiler_static_CXX='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      lt_prog_compiler_pic_CXX='-KPIC'
-	      lt_prog_compiler_static_CXX='-Bstatic'
-	      lt_prog_compiler_wl_CXX='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    lt_prog_compiler_pic_CXX='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        lt_prog_compiler_pic_CXX='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    lt_prog_compiler_wl_CXX='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    lt_prog_compiler_pic_CXX='-pic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	lt_prog_compiler_can_build_shared_CXX=no
-	;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic_CXX=
-    ;;
-  *)
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX@&t@ -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
-lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works_CXX=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX@&t@ -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works_CXX=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
-    case $lt_prog_compiler_pic_CXX in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
-     esac
-else
-    lt_prog_compiler_pic_CXX=
-     lt_prog_compiler_can_build_shared_CXX=no
-fi
-
-fi
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works_CXX=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works_CXX=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works_CXX=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
-    :
-else
-    lt_prog_compiler_static_CXX=
-fi
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  case $host_os in
-  aix[4-9]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    export_symbols_cmds_CXX=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-      ;;
-    esac
-    ;;
-  *)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-with_gnu_ld_CXX=$with_gnu_ld
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc_CXX" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc_CXX=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds_CXX in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl_CXX
-	  pic_flag=$lt_prog_compiler_pic_CXX
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-	  allow_undefined_flag_CXX=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc_CXX=no
-	  else
-	    lt_cv_archive_cmds_need_lc_CXX=yes
-	  fi
-	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
-      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec_CXX='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action_CXX=
-if test -n "$hardcode_libdir_flag_spec_CXX" ||
-   test -n "$runpath_var_CXX" ||
-   test yes = "$hardcode_automatic_CXX"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct_CXX" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
-     test no != "$hardcode_minus_L_CXX"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_CXX=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_CXX=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_CXX=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
-$as_echo "$hardcode_action_CXX" >&6; }
-
-if test relink = "$hardcode_action_CXX" ||
-   test yes = "$inherit_rpath_CXX"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-    
-
-
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-       
-       
-
-
-
-
-
-        ac_config_commands="$ac_config_commands libtool"
-
-
-
-
-# Only expand once:
-
-
-
-# Checks for libraries.
-# FIXME: Replace `main' with a function in `-lgmp':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
-$as_echo_n "checking for main in -lgmp... " >&6; }
-if ${ac_cv_lib_gmp_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgmp  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gmp_main=yes
-else
-  ac_cv_lib_gmp_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_gmp_main" >&5
-$as_echo "$ac_cv_lib_gmp_main" >&6; }
-if test "x$ac_cv_lib_gmp_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBGMP 1
-_ACEOF
-
-  LIBS="-lgmp $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lm':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
-$as_echo_n "checking for main in -lm... " >&6; }
-if ${ac_cv_lib_m_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lm  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_m_main=yes
-else
-  ac_cv_lib_m_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_m_main" >&5
-$as_echo "$ac_cv_lib_m_main" >&6; }
-if test "x$ac_cv_lib_m_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBM 1
-_ACEOF
-
-  LIBS="-lm $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lrt':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
-$as_echo_n "checking for main in -lrt... " >&6; }
-if ${ac_cv_lib_rt_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lrt  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_rt_main=yes
-else
-  ac_cv_lib_rt_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_rt_main" >&5
-$as_echo "$ac_cv_lib_rt_main" >&6; }
-if test "x$ac_cv_lib_rt_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_LIBRT 1
-_ACEOF
-
-  LIBS="-lrt $LIBS"
-
-fi
-
-
-# Checks for header files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
-$as_echo_n "checking for X... " >&6; }
-
-
-@%:@ Check whether --with-x was given.
-if test "${with_x+set}" = set; then :
-  withval=$with_x; 
-fi
-
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
-  # The user explicitly disabled X.
-  have_x=disabled
-else
-  case $x_includes,$x_libraries in #(
-    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
-    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # One or both of the vars are not set, and there is no cached value.
-ac_x_includes=no ac_x_libraries=no
-rm -f -r conftest.dir
-if mkdir conftest.dir; then
-  cd conftest.dir
-  cat >Imakefile <<'_ACEOF'
-incroot:
-	@echo incroot='${INCROOT}'
-usrlibdir:
-	@echo usrlibdir='${USRLIBDIR}'
-libdir:
-	@echo libdir='${LIBDIR}'
-_ACEOF
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
-    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
-    for ac_var in incroot usrlibdir libdir; do
-      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
-    done
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl dylib la dll; do
-      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
-	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
-	ac_im_usrlibdir=$ac_im_libdir; break
-      fi
-    done
-    # Screen out bogus values from the imake configuration.  They are
-    # bogus both because they are the default anyway, and because
-    # using them would break gcc on systems where it needs fixed includes.
-    case $ac_im_incroot in
-	/usr/include) ac_x_includes= ;;
-	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
-    esac
-    case $ac_im_usrlibdir in
-	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
-	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
-    esac
-  fi
-  cd ..
-  rm -f -r conftest.dir
-fi
-
-# Standard set of common directories for X headers.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-ac_x_header_dirs='
-/usr/X11/include
-/usr/X11R7/include
-/usr/X11R6/include
-/usr/X11R5/include
-/usr/X11R4/include
-
-/usr/include/X11
-/usr/include/X11R7
-/usr/include/X11R6
-/usr/include/X11R5
-/usr/include/X11R4
-
-/usr/local/X11/include
-/usr/local/X11R7/include
-/usr/local/X11R6/include
-/usr/local/X11R5/include
-/usr/local/X11R4/include
-
-/usr/local/include/X11
-/usr/local/include/X11R7
-/usr/local/include/X11R6
-/usr/local/include/X11R5
-/usr/local/include/X11R4
-
-/usr/X386/include
-/usr/x386/include
-/usr/XFree86/include/X11
-
-/usr/include
-/usr/local/include
-/usr/unsupported/include
-/usr/athena/include
-/usr/local/x11r5/include
-/usr/lpp/Xamples/include
-
-/usr/openwin/include
-/usr/openwin/share/include'
-
-if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for Xlib.h.
-  # First, try using that file with no special directory specified.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # We can compile using X headers with no special include directory.
-ac_x_includes=
-else
-  for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Xlib.h"; then
-    ac_x_includes=$ac_dir
-    break
-  fi
-done
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-fi # $ac_x_includes = no
-
-if test "$ac_x_libraries" = no; then
-  # Check for the libraries.
-  # See if we find them without any special options.
-  # Don't add to $LIBS permanently.
-  ac_save_LIBS=$LIBS
-  LIBS="-lX11 $LIBS"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-@%:@include <X11/Xlib.h>
-int
-main ()
-{
-XrmInitialize ()
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  LIBS=$ac_save_LIBS
-# We can link X programs with no special library path.
-ac_x_libraries=
-else
-  LIBS=$ac_save_LIBS
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
-do
-  # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl dylib la dll; do
-    if test -r "$ac_dir/libX11.$ac_extension"; then
-      ac_x_libraries=$ac_dir
-      break 2
-    fi
-  done
-done
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-fi # $ac_x_libraries = no
-
-case $ac_x_includes,$ac_x_libraries in #(
-  no,* | *,no | *\'*)
-    # Didn't find X, or a directory has "'" in its name.
-    ac_cv_have_x="have_x=no";; #(
-  *)
-    # Record where we found X for the cache.
-    ac_cv_have_x="have_x=yes\
-	ac_x_includes='$ac_x_includes'\
-	ac_x_libraries='$ac_x_libraries'"
-esac
-fi
-;; #(
-    *) have_x=yes;;
-  esac
-  eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
-$as_echo "$have_x" >&6; }
-  no_x=yes
-else
-  # If each of the values was on the command line, it overrides each guess.
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
-  # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes\
-	ac_x_includes='$x_includes'\
-	ac_x_libraries='$x_libraries'"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
-fi
-
-for ac_header in fcntl.h libintl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-
-done
-
-
-# Checks for typedefs, structures, and compiler characteristics.
-ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
-if test "x$ac_cv_type_pid_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define pid_t int
-_ACEOF
-
-fi
-
-ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
-if test "x$ac_cv_type_size_t" = xyes; then :
-  
-else
-  
-cat >>confdefs.h <<_ACEOF
-@%:@define size_t unsigned int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
-$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-if ${ac_cv_type_uid_t+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "uid_t" >/dev/null 2>&1; then :
-  ac_cv_type_uid_t=yes
-else
-  ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
-$as_echo "$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-  
-$as_echo "@%:@define uid_t int" >>confdefs.h
-
-  
-$as_echo "@%:@define gid_t int" >>confdefs.h
-
-fi
-
-
-
-
-
-
-
-
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $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
-
-  ;;
-esac
-fi
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-if test -n "$PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
-$as_echo "$PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_PKG_CONFIG"; then
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
-  # Extract the first word of "pkg-config", so it can be a program name with args.
-set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $ac_pt_PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
-if test -n "$ac_pt_PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_pt_PKG_CONFIG" = x; then
-    PKG_CONFIG=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${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
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
-  fi
-else
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
-fi
-
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=0.9.0
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	else
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-		PKG_CONFIG=""
-	fi
-fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
-$as_echo_n "checking for UUID... " >&6; }
-
-if test -n "$UUID_CFLAGS"; then
-    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$UUID_LIBS"; then
-    pkg_cv_UUID_LIBS="$UUID_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        else 
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$UUID_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
-
-$UUID_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
-	UUID_LIBS=$pkg_cv_UUID_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
-$as_echo_n "checking for LIBAO... " >&6; }
-
-if test -n "$LIBAO_CFLAGS"; then
-    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBAO_LIBS"; then
-    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        else 
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBAO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
-
-$LIBAO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
-	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
-$as_echo_n "checking for LIBASOUND2... " >&6; }
-
-if test -n "$LIBASOUND2_CFLAGS"; then
-    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBASOUND2_LIBS"; then
-    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        else 
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBASOUND2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
-
-$LIBASOUND2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
-	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
-$as_echo_n "checking for LIBXML2... " >&6; }
-
-if test -n "$LIBXML2_CFLAGS"; then
-    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBXML2_LIBS"; then
-    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        else 
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBXML2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
-
-$LIBXML2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
-	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
-$as_echo_n "checking for SNDFILE... " >&6; }
-
-if test -n "$SNDFILE_CFLAGS"; then
-    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SNDFILE_LIBS"; then
-    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        else 
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SNDFILE_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
-
-$SNDFILE_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
-	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
-$as_echo_n "checking for LIBINSTPATCH... " >&6; }
-
-if test -n "$LIBINSTPATCH_CFLAGS"; then
-    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBINSTPATCH_LIBS"; then
-    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        else 
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
-
-$LIBINSTPATCH_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
-	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
-$as_echo_n "checking for GOBJECT... " >&6; }
-
-if test -n "$GOBJECT_CFLAGS"; then
-    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GOBJECT_LIBS"; then
-    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        else 
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GOBJECT_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
-
-$GOBJECT_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
-	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
-$as_echo_n "checking for GDKPIXBUF... " >&6; }
-
-if test -n "$GDKPIXBUF_CFLAGS"; then
-    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GDKPIXBUF_LIBS"; then
-    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        else 
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GDKPIXBUF_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
-
-$GDKPIXBUF_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
-	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
-$as_echo_n "checking for CAIRO... " >&6; }
-
-if test -n "$CAIRO_CFLAGS"; then
-    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$CAIRO_LIBS"; then
-    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        else 
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$CAIRO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
-
-$CAIRO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
-	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
-$as_echo_n "checking for GTK... " >&6; }
-
-if test -n "$GTK_CFLAGS"; then
-    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GTK_LIBS"; then
-    pkg_cv_GTK_LIBS="$GTK_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes 
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-        
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        else 
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GTK_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
-
-$GTK_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5        
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }        
-else
-	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
-	GTK_LIBS=$pkg_cv_GTK_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	
-fi
-
-
-
-#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
-#AC_SUBST(XMLRPC_UTIL_CFLAGS)
-#AC_SUBST(XMLRPC_UTIL_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
-#AC_SUBST(XMLRPC_SERVER_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
-
-# Checks for library functions.
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if ${ac_cv_func_malloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  ac_cv_func_malloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_MALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_MALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" malloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS malloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define malloc rpl_malloc" >>confdefs.h
-
-fi
-
-
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define HAVE_STDLIB_H 1
-_ACEOF
- 
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
-$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
-if ${ac_cv_func_realloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_realloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *realloc ();
-#endif
-
-int
-main ()
-{
-return ! realloc (0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_realloc_0_nonnull=yes
-else
-  ac_cv_func_realloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
-if test $ac_cv_func_realloc_0_nonnull = yes; then :
-  
-$as_echo "@%:@define HAVE_REALLOC 1" >>confdefs.h
-
-else
-  $as_echo "@%:@define HAVE_REALLOC 0" >>confdefs.h
-
-   case " $LIB@&t at OBJS " in
-  *" realloc.$ac_objext "* ) ;;
-  *) LIB@&t at OBJS="$LIB@&t at OBJS realloc.$ac_objext"
- ;;
-esac
-
-   
-$as_echo "@%:@define realloc rpl_realloc" >>confdefs.h
-
-fi
-
-
-for ac_func in atexit clock_gettime floor memset socket sqrt strchr strtol strtoul
-do :
-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
- 
-fi
-done
-
-
-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=
-for ac_i in : $LIB@&t at OBJS; 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
-LIB@&t at OBJS=$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 "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error $? "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: "${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 @S|@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 @S|@? 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 @S|@as_val. Take advantage of shells that can avoid forks. The arguments
-@%:@ must be portable across @S|@(()) 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 "@S|@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 gsequencer $as_me 0.4.3, 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 <weedlight at gmail.com>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-gsequencer config.status 0.4.3
-configured by $0, generated by GNU Autoconf 2.69,
-  with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=?*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  --*=)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --config | --confi | --conf | --con | --co | --c )
-    $as_echo "$ac_cs_config"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    '') as_fn_error $? "missing file argument" ;;
-    esac
-    as_fn_append CONFIG_FILES " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
-
-  *) as_fn_append ac_config_targets " $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
-@%:@@%:@ Running $as_me. @%:@@%:@
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
-DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
-file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
-want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
-sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
-archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
-nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
-lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
-MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
-postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
-predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
-postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
-predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
-postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
-LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
-reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
-reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
-GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
-inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
-always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
-predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
-postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
-
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in AS \
-DLLTOOL \
-OBJDUMP \
-SHELL \
-ECHO \
-PATH_SEPARATOR \
-SED \
-GREP \
-EGREP \
-FGREP \
-LD \
-NM \
-LN_S \
-lt_SP2NL \
-lt_NL2SP \
-reload_flag \
-deplibs_check_method \
-file_magic_cmd \
-file_magic_glob \
-want_nocaseglob \
-sharedlib_from_linklib_cmd \
-AR \
-AR_FLAGS \
-archiver_list_spec \
-STRIP \
-RANLIB \
-CC \
-CFLAGS \
-compiler \
-lt_cv_sys_global_symbol_pipe \
-lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
-lt_cv_sys_global_symbol_to_c_name_address \
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
-nm_file_list_spec \
-lt_cv_truncate_bin \
-lt_prog_compiler_no_builtin_flag \
-lt_prog_compiler_pic \
-lt_prog_compiler_wl \
-lt_prog_compiler_static \
-lt_cv_prog_compiler_c_o \
-need_locks \
-MANIFEST_TOOL \
-DSYMUTIL \
-NMEDIT \
-LIPO \
-OTOOL \
-OTOOL64 \
-shrext_cmds \
-export_dynamic_flag_spec \
-whole_archive_flag_spec \
-compiler_needs_object \
-with_gnu_ld \
-allow_undefined_flag \
-no_undefined_flag \
-hardcode_libdir_flag_spec \
-hardcode_libdir_separator \
-exclude_expsyms \
-include_expsyms \
-file_list_spec \
-variables_saved_for_relink \
-libname_spec \
-library_names_spec \
-soname_spec \
-install_override_mode \
-finish_eval \
-old_striplib \
-striplib \
-compiler_lib_search_dirs \
-predep_objects \
-postdep_objects \
-predeps \
-postdeps \
-compiler_lib_search_path \
-LD_CXX \
-reload_flag_CXX \
-compiler_CXX \
-lt_prog_compiler_no_builtin_flag_CXX \
-lt_prog_compiler_pic_CXX \
-lt_prog_compiler_wl_CXX \
-lt_prog_compiler_static_CXX \
-lt_cv_prog_compiler_c_o_CXX \
-export_dynamic_flag_spec_CXX \
-whole_archive_flag_spec_CXX \
-compiler_needs_object_CXX \
-with_gnu_ld_CXX \
-allow_undefined_flag_CXX \
-no_undefined_flag_CXX \
-hardcode_libdir_flag_spec_CXX \
-hardcode_libdir_separator_CXX \
-exclude_expsyms_CXX \
-include_expsyms_CXX \
-file_list_spec_CXX \
-compiler_lib_search_dirs_CXX \
-predep_objects_CXX \
-postdep_objects_CXX \
-predeps_CXX \
-postdeps_CXX \
-compiler_lib_search_path_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds \
-old_postinstall_cmds \
-old_postuninstall_cmds \
-old_archive_cmds \
-extract_expsyms_cmds \
-old_archive_from_new_cmds \
-old_archive_from_expsyms_cmds \
-archive_cmds \
-archive_expsym_cmds \
-module_cmds \
-module_expsym_cmds \
-export_symbols_cmds \
-prelink_cmds \
-postlink_cmds \
-postinstall_cmds \
-postuninstall_cmds \
-finish_cmds \
-sys_lib_search_path_spec \
-sys_lib_dlsearch_path_spec \
-reload_cmds_CXX \
-old_archive_cmds_CXX \
-old_archive_from_new_cmds_CXX \
-old_archive_from_expsyms_cmds_CXX \
-archive_cmds_CXX \
-archive_expsym_cmds_CXX \
-module_cmds_CXX \
-module_expsym_cmds_CXX \
-export_symbols_cmds_CXX \
-prelink_cmds_CXX \
-postlink_cmds_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='$ac_aux_dir'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'
-
-
-
-
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "src/ags/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/Makefile" ;;
-    "src/ags/X/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/Makefile" ;;
-    "src/ags/X/editor/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/editor/Makefile" ;;
-    "src/ags/X/machine/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/machine/Makefile" ;;
-    "src/ags/audio/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/Makefile" ;;
-    "src/ags/audio/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/file/Makefile" ;;
-    "src/ags/audio/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/recall/Makefile" ;;
-    "src/ags/audio/task/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/Makefile" ;;
-    "src/ags/audio/task/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/recall/Makefile" ;;
-    "src/ags/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/file/Makefile" ;;
-    "src/ags/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/lib/Makefile" ;;
-    "src/ags/object/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/object/Makefile" ;;
-    "src/ags/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/plugin/Makefile" ;;
-    "src/ags/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/server/Makefile" ;;
-    "src/ags/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/thread/Makefile" ;;
-    "src/ags/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/util/Makefile" ;;
-    "src/ags/widget/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/widget/Makefile" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
-
-  *) 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$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
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$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
+# 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
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
-  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
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  for (key in D) D_is_set[key] = 1
+  FS = ""
 }
- ;;
-    "libtool":C) 
-    
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS=$lt_AS
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Object dumper program.
-OBJDUMP=$lt_OBJDUMP
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
+/^[\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"
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
+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
 
-# ### END LIBTOOL CONFIG
+  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
 
-_LT_EOF
+    # 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 $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
     ;;
   esac
 
-  
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
+  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=.
 
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
+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
 
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
+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
 
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
 
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
 
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
+  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
 
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
+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
 
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
+# 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
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
+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;}
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+  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
 
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
 
+  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
+}
  ;;
+    "po-directories":C) 
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done ;;
 
   esac
 done # for ac_tag
@@ -21286,154 +13687,8 @@ if test "$no_create" != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit 1
 fi
-
-#
-# CONFIG_SUBDIRS section.
-#
-if test "$no_recursion" != yes; then
-
-  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
-  # so they do not pile up.
-  ac_sub_configure_args=
-  ac_prev=
-  eval "set x $ac_configure_args"
-  shift
-  for ac_arg
-  do
-    if test -n "$ac_prev"; then
-      ac_prev=
-      continue
-    fi
-    case $ac_arg in
-    -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=*)
-      ;;
-    --config-cache | -C)
-      ;;
-    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-      ac_prev=srcdir ;;
-    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-      ;;
-    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-      ac_prev=prefix ;;
-    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-      ;;
-    --disable-option-checking)
-      ;;
-    *)
-      case $ac_arg in
-      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-      esac
-      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
-    esac
-  done
-
-  # Always prepend --prefix to ensure using the same prefix
-  # in subdir configurations.
-  ac_arg="--prefix=$prefix"
-  case $ac_arg in
-  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-  esac
-  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-
-  # Pass --silent
-  if test "$silent" = yes; then
-    ac_sub_configure_args="--silent $ac_sub_configure_args"
-  fi
-
-  # Always prepend --disable-option-checking to silence warnings, since
-  # different subdirs can have different --enable and --with options.
-  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
-
-  ac_popdir=`pwd`
-  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
-
-    # Do not complain, so a configure script can configure whichever
-    # parts of a large source tree are present.
-    test -d "$srcdir/$ac_dir" || continue
-
-    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
-    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
-    $as_echo "$ac_msg" >&6
-    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
-
-
-    cd "$ac_dir"
-
-    # Check for guested configure; otherwise get Cygnus style configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      ac_sub_configure=$ac_srcdir/configure.gnu
-    elif test -f "$ac_srcdir/configure"; then
-      ac_sub_configure=$ac_srcdir/configure
-    elif test -f "$ac_srcdir/configure.in"; then
-      # This should be Cygnus configure.
-      ac_sub_configure=$ac_aux_dir/configure
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
-$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-      ac_sub_configure=
-    fi
-
-    # The recursion is here.
-    if test -n "$ac_sub_configure"; then
-      # Make the cache file name correct relative to the subdirectory.
-      case $cache_file in
-      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
-      *) # Relative name.
-	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-      esac
-
-      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
-$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-      # The eval makes quoting arguments work.
-      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
-	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
-	as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
-    fi
-
-    cd "$ac_popdir"
-  done
-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
 
-
diff --git a/doc/reference/ags/ags-undeclared.txt b/autom4te.cache/output.3
similarity index 100%
rename from doc/reference/ags/ags-undeclared.txt
rename to autom4te.cache/output.3
diff --git a/autom4te.cache/requests b/autom4te.cache/requests
index 5709ce5..03676e4 100644
--- a/autom4te.cache/requests
+++ b/autom4te.cache/requests
@@ -11,228 +11,158 @@
                       ],
                       [
                         '/usr/share/autoconf/autoconf/autoconf.m4f',
-                        '-',
-                        '/usr/share/aclocal-1.14/internal/ac-config-macro-dirs.m4',
-                        '/usr/share/aclocal/libtool.m4',
-                        '/usr/share/aclocal/ltargz.m4',
-                        '/usr/share/aclocal/ltdl.m4',
-                        '/usr/share/aclocal/ltoptions.m4',
-                        '/usr/share/aclocal/ltsugar.m4',
-                        '/usr/share/aclocal/ltversion.m4',
-                        '/usr/share/aclocal/lt~obsolete.m4',
+                        '/usr/share/aclocal/codeset.m4',
+                        '/usr/share/aclocal/fcntl-o.m4',
+                        '/usr/share/aclocal/gettext.m4',
+                        '/usr/share/aclocal/glibc2.m4',
+                        '/usr/share/aclocal/glibc21.m4',
+                        '/usr/share/aclocal/iconv.m4',
+                        '/usr/share/aclocal/intdiv0.m4',
+                        '/usr/share/aclocal/intl.m4',
+                        '/usr/share/aclocal/intlmacosx.m4',
+                        '/usr/share/aclocal/intmax.m4',
+                        '/usr/share/aclocal/inttypes-pri.m4',
+                        '/usr/share/aclocal/inttypes_h.m4',
+                        '/usr/share/aclocal/lcmessage.m4',
+                        '/usr/share/aclocal/lib-ld.m4',
+                        '/usr/share/aclocal/lib-link.m4',
+                        '/usr/share/aclocal/lib-prefix.m4',
+                        '/usr/share/aclocal/lock.m4',
+                        '/usr/share/aclocal/longlong.m4',
+                        '/usr/share/aclocal/nls.m4',
                         '/usr/share/aclocal/pkg.m4',
-                        '/usr/share/aclocal-1.14/amversion.m4',
-                        '/usr/share/aclocal-1.14/auxdir.m4',
-                        '/usr/share/aclocal-1.14/cond.m4',
-                        '/usr/share/aclocal-1.14/depend.m4',
-                        '/usr/share/aclocal-1.14/depout.m4',
-                        '/usr/share/aclocal-1.14/init.m4',
-                        '/usr/share/aclocal-1.14/install-sh.m4',
-                        '/usr/share/aclocal-1.14/lead-dot.m4',
-                        '/usr/share/aclocal-1.14/make.m4',
-                        '/usr/share/aclocal-1.14/missing.m4',
-                        '/usr/share/aclocal-1.14/obsolete.m4',
-                        '/usr/share/aclocal-1.14/options.m4',
-                        '/usr/share/aclocal-1.14/prog-cc-c-o.m4',
-                        '/usr/share/aclocal-1.14/runlog.m4',
-                        '/usr/share/aclocal-1.14/sanity.m4',
-                        '/usr/share/aclocal-1.14/silent.m4',
-                        '/usr/share/aclocal-1.14/strip.m4',
-                        '/usr/share/aclocal-1.14/substnot.m4',
-                        '/usr/share/aclocal-1.14/tar.m4',
+                        '/usr/share/aclocal/po.m4',
+                        '/usr/share/aclocal/printf-posix.m4',
+                        '/usr/share/aclocal/progtest.m4',
+                        '/usr/share/aclocal/size_max.m4',
+                        '/usr/share/aclocal/stdint_h.m4',
+                        '/usr/share/aclocal/threadlib.m4',
+                        '/usr/share/aclocal/uintmax_t.m4',
+                        '/usr/share/aclocal/visibility.m4',
+                        '/usr/share/aclocal/wchar_t.m4',
+                        '/usr/share/aclocal/wint_t.m4',
+                        '/usr/share/aclocal/xsize.m4',
+                        '/usr/share/aclocal-1.11/amversion.m4',
+                        '/usr/share/aclocal-1.11/auxdir.m4',
+                        '/usr/share/aclocal-1.11/cond.m4',
+                        '/usr/share/aclocal-1.11/depend.m4',
+                        '/usr/share/aclocal-1.11/depout.m4',
+                        '/usr/share/aclocal-1.11/init.m4',
+                        '/usr/share/aclocal-1.11/install-sh.m4',
+                        '/usr/share/aclocal-1.11/lead-dot.m4',
+                        '/usr/share/aclocal-1.11/make.m4',
+                        '/usr/share/aclocal-1.11/missing.m4',
+                        '/usr/share/aclocal-1.11/mkdirp.m4',
+                        '/usr/share/aclocal-1.11/options.m4',
+                        '/usr/share/aclocal-1.11/runlog.m4',
+                        '/usr/share/aclocal-1.11/sanity.m4',
+                        '/usr/share/aclocal-1.11/silent.m4',
+                        '/usr/share/aclocal-1.11/strip.m4',
+                        '/usr/share/aclocal-1.11/substnot.m4',
+                        '/usr/share/aclocal-1.11/tar.m4',
                         'configure.ac'
                       ],
                       {
-                        'AC_LTDL_DLLIB' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        'fp_C_PROTOTYPES' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
+                        'gt_INTTYPES_PRI' => 1,
+                        'AM_SET_DEPDIR' => 1,
                         'AC_DEFUN' => 1,
-                        'AC_LIBTOOL_FC' => 1,
+                        'AC_COMPUTE_INT' => 1,
+                        'm4_pattern_forbid' => 1,
                         'AU_DEFUN' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        '_LT_PROG_FC' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        '_LT_LIBOBJ' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'm4_pattern_allow' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        'LTDL_INIT' => 1,
-                        'LT_PROG_GO' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_PROG_LD' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'LT_LIB_M' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'AC_TYPE_LONG_LONG_INT' => 1,
+                        'gt_TYPE_INTMAX_T' => 1,
+                        'gl_THREADLIB' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'gl_THREADLIB_EARLY_BODY' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
                         'PKG_CHECK_EXISTS' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'AC_PROG_NM' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        'LT_PROG_RC' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        'LT_PATH_LD' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'AM_ICONV_LINKFLAGS_BODY' => 1,
+                        'AM_INTL_SUBDIR' => 1,
+                        'AC_LIB_PREPARE_MULTILIB' => 1,
+                        'gt_TYPE_WINT_T' => 1,
+                        'gt_CHECK_DECL' => 1,
+                        'AM_POSTPROCESS_PO_MAKEFILE' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
                         'm4_include' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        '_LT_CC_BASENAME' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
+                        'AM_PO_SUBDIRS' => 1,
                         '_m4_warn' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        'AM_PROG_CC_STDC' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
+                        'AC_' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'include' => 1,
+                        'gl_XSIZE' => 1,
+                        'AC_TYPE_UNSIGNED_LONG_LONG_INT' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
+                        'AC_LIB_RPATH' => 1,
+                        'gt_INTDIV0' => 1,
+                        'gt_TYPE_WCHAR_T' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'AC_LIB_HAVE_LINKFLAGS' => 1,
+                        'AM_LANGINFO_CODESET' => 1,
+                        'gl_AC_HEADER_STDINT_H' => 1,
+                        'gl_AC_TYPE_UINTMAX_T' => 1,
+                        '_AM_PROG_TAR' => 1,
+                        'AC_LIB_APPENDTOVAR' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        'AM_ICONV_LINK' => 1,
+                        'AC_LIB_PREPARE_PREFIX' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'AC_LIB_WITH_FINAL_PREFIX' => 1,
+                        'gt_INTL_SUBDIR_CORE' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
                         '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_RUN_LOG' => 1,
+                        'gl_VISIBILITY' => 1,
+                        'gl_GLIBC21' => 1,
                         'AM_SILENT_RULES' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        'gt_LC_MESSAGES' => 1,
+                        'AC_LIB_PREFIX' => 1,
+                        'gl_THREADLIB_EARLY' => 1,
+                        'AM_PATH_PROG_WITH_TEST' => 1,
+                        'AC_LIB_LINKFLAGS_FROM_LIBS' => 1,
+                        'AM_GNU_GETTEXT_NEED' => 1,
                         'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_LTDL_SETUP' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'AM_XGETTEXT_OPTION_INIT' => 1,
+                        'gl_PREREQ_LOCK' => 1,
+                        'gl_THREADLIB_BODY' => 1,
+                        'gl_LOCK' => 1,
+                        '_AM_DEPENDENCIES' => 1,
                         'AC_DEFUN_ONCE' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'LT_LANG' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        '_LT_PROG_F77' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AM_C_PROTOTYPES' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        'LT_OUTPUT' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'AC_DISABLE_STATIC' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'include' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AM_CONFIG_HEADER' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'AC_PROG_EGREP' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
                         'AM_AUTOMAKE_VERSION' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        'AM_RUN_LOG' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AM_ICONV' => 1,
                         'AM_CONDITIONAL' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AM_MISSING_PROG' => 1
+                        'AC_LIB_LINKFLAGS_BODY' => 1,
+                        'AC_LIB_PROG_LD' => 1,
+                        'gt_GLIBC2' => 1,
+                        'PKG_CHECK_MODULES' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'AC_LIB_LINKFLAGS' => 1,
+                        'AM_GNU_GETTEXT_VERSION' => 1,
+                        'AC_LIB_FROMPACKAGE' => 1,
+                        'gt_INTL_MACOSX' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        'AM_NLS' => 1,
+                        'gt_PRINTF_POSIX' => 1,
+                        'gl_DISABLE_THREADS' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'AC_LIB_PROG_LD_GNU' => 1,
+                        'gl_SIZE_MAX' => 1,
+                        'AC_LIB_ARG_WITH' => 1,
+                        'gl_FCNTL_O_FLAGS' => 1,
+                        'gl_AC_HEADER_INTTYPES_H' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        '_AC_TYPE_LONG_LONG_SNIPPET' => 1,
+                        'm4_pattern_allow' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -247,65 +177,65 @@
                         'configure.ac'
                       ],
                       {
-                        'include' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AC_SUBST' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
                         'AC_CANONICAL_TARGET' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_CONFIG_AUX_DIR' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        '_AM_COND_ELSE' => 1,
-                        'AM_NLS' => 1,
+                        'AM_POT_TOOLS' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AH_OUTPUT' => 1,
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
+                        '_AM_MAKEFILE_INCLUDE' => 1,
                         'AC_CANONICAL_BUILD' => 1,
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AM_PROG_F77_C_O' => 1,
+                        '_AM_COND_ENDIF' => 1,
+                        'AM_PROG_MOC' => 1,
+                        'AC_FC_SRCEXT' => 1,
+                        'AM_NLS' => 1,
+                        'AC_INIT' => 1,
+                        'AM_PROG_FC_C_O' => 1,
                         'AC_FC_PP_SRCEXT' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AC_SUBST_TRACE' => 1,
                         'AC_CONFIG_SUBDIRS' => 1,
-                        'AC_CONFIG_FILES' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        'AM_PROG_AR' => 1,
-                        'AC_CANONICAL_HOST' => 1,
-                        'AC_DEFINE_TRACE_LITERAL' => 1,
-                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
+                        'AC_FC_FREEFORM' => 1,
                         'AC_CONFIG_LINKS' => 1,
-                        'AM_PROG_MOC' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
+                        '_m4_warn' => 1,
+                        'm4_include' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        'include' => 1,
+                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
                         'AM_PROG_CC_C_O' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'LT_INIT' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        'AC_CONFIG_AUX_DIR' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'AM_PROG_AR' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
                         'AM_CONDITIONAL' => 1,
-                        'm4_sinclude' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_GNU_GETTEXT' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AC_SUBST_TRACE' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
                         'AM_SILENT_RULES' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
-                        'AC_FC_SRCEXT' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
-                        'sinclude' => 1,
-                        '_m4_warn' => 1,
                         'AC_CANONICAL_SYSTEM' => 1,
-                        '_AM_MAKEFILE_INCLUDE' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        'LT_INIT' => 1,
-                        'AC_FC_FREEFORM' => 1,
-                        'm4_pattern_allow' => 1,
-                        'm4_include' => 1,
-                        'AM_POT_TOOLS' => 1,
+                        'AM_PATH_GUILE' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'm4_sinclude' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
+                        'AC_CONFIG_FILES' => 1,
                         '_AM_COND_IF' => 1,
-                        'AH_OUTPUT' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_LIBSOURCE' => 1,
                         '_LT_AC_TAGCONFIG' => 1,
-                        'AC_INIT' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        '_AM_COND_ENDIF' => 1,
-                        'AC_PROG_LIBTOOL' => 1
+                        'AM_ENABLE_MULTILIB' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
+                        'sinclude' => 1,
+                        'AC_SUBST' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'm4_pattern_forbid' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -318,9 +248,38 @@
                         '/usr/share/autoconf/autoconf/autoconf.m4f',
                         '-',
                         '/usr/share/aclocal-1.14/internal/ac-config-macro-dirs.m4',
-                        '/usr/share/aclocal/ltargz.m4',
-                        '/usr/share/aclocal/ltdl.m4',
+                        '/usr/share/aclocal/codeset.m4',
+                        '/usr/share/aclocal/extern-inline.m4',
+                        '/usr/share/aclocal/fcntl-o.m4',
+                        '/usr/share/aclocal/gettext.m4',
+                        '/usr/share/aclocal/glibc2.m4',
+                        '/usr/share/aclocal/glibc21.m4',
+                        '/usr/share/aclocal/iconv.m4',
+                        '/usr/share/aclocal/intdiv0.m4',
+                        '/usr/share/aclocal/intl.m4',
+                        '/usr/share/aclocal/intlmacosx.m4',
+                        '/usr/share/aclocal/intmax.m4',
+                        '/usr/share/aclocal/inttypes-pri.m4',
+                        '/usr/share/aclocal/inttypes_h.m4',
+                        '/usr/share/aclocal/lcmessage.m4',
+                        '/usr/share/aclocal/lib-ld.m4',
+                        '/usr/share/aclocal/lib-link.m4',
+                        '/usr/share/aclocal/lib-prefix.m4',
+                        '/usr/share/aclocal/lock.m4',
+                        '/usr/share/aclocal/longlong.m4',
+                        '/usr/share/aclocal/nls.m4',
                         '/usr/share/aclocal/pkg.m4',
+                        '/usr/share/aclocal/po.m4',
+                        '/usr/share/aclocal/printf-posix.m4',
+                        '/usr/share/aclocal/progtest.m4',
+                        '/usr/share/aclocal/size_max.m4',
+                        '/usr/share/aclocal/stdint_h.m4',
+                        '/usr/share/aclocal/threadlib.m4',
+                        '/usr/share/aclocal/uintmax_t.m4',
+                        '/usr/share/aclocal/visibility.m4',
+                        '/usr/share/aclocal/wchar_t.m4',
+                        '/usr/share/aclocal/wint_t.m4',
+                        '/usr/share/aclocal/xsize.m4',
                         '/usr/share/aclocal-1.14/amversion.m4',
                         '/usr/share/aclocal-1.14/auxdir.m4',
                         '/usr/share/aclocal-1.14/cond.m4',
@@ -331,7 +290,6 @@
                         '/usr/share/aclocal-1.14/lead-dot.m4',
                         '/usr/share/aclocal-1.14/make.m4',
                         '/usr/share/aclocal-1.14/missing.m4',
-                        '/usr/share/aclocal-1.14/obsolete.m4',
                         '/usr/share/aclocal-1.14/options.m4',
                         '/usr/share/aclocal-1.14/prog-cc-c-o.m4',
                         '/usr/share/aclocal-1.14/runlog.m4',
@@ -340,204 +298,117 @@
                         '/usr/share/aclocal-1.14/strip.m4',
                         '/usr/share/aclocal-1.14/substnot.m4',
                         '/usr/share/aclocal-1.14/tar.m4',
-                        'm4/libtool.m4',
-                        'm4/ltoptions.m4',
-                        'm4/ltsugar.m4',
-                        'm4/ltversion.m4',
-                        'm4/lt~obsolete.m4',
                         'configure.ac'
                       ],
                       {
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AM_PROG_CC_STDC' => 1,
+                        'AC_LIB_LINKFLAGS' => 1,
+                        'PKG_CHECK_MODULES' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'gt_GLIBC2' => 1,
+                        'AC_LIB_PROG_LD' => 1,
+                        'AC_LIB_LINKFLAGS_BODY' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AM_ICONV' => 1,
+                        'gl_THREADLIB_BODY' => 1,
+                        '_AM_DEPENDENCIES' => 1,
+                        'gl_LOCK' => 1,
+                        'AM_GNU_GETTEXT_NEED' => 1,
+                        'gl_PREREQ_LOCK' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'AM_XGETTEXT_OPTION_INIT' => 1,
+                        'gl_THREADLIB_EARLY' => 1,
+                        'AM_PATH_PROG_WITH_TEST' => 1,
+                        'AC_LIB_LINKFLAGS_FROM_LIBS' => 1,
                         'AM_SILENT_RULES' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        '_m4_warn' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        '_LT_CC_BASENAME' => 1,
+                        'gt_LC_MESSAGES' => 1,
+                        'AC_LIB_PREFIX' => 1,
+                        'gl_GLIBC21' => 1,
+                        'gl_VISIBILITY' => 1,
+                        'AM_RUN_LOG' => 1,
+                        'gt_GL_ATTRIBUTE' => 1,
+                        'm4_pattern_allow' => 1,
+                        'gl_AC_HEADER_INTTYPES_H' => 1,
+                        '_AC_TYPE_LONG_LONG_SNIPPET' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        'gl_FCNTL_O_FLAGS' => 1,
+                        'AC_LIB_ARG_WITH' => 1,
+                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
+                        'AC_LIB_PROG_LD_GNU' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        'gl_SIZE_MAX' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
                         'AM_AUX_DIR_EXPAND' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'm4_include' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
+                        'gl_DISABLE_THREADS' => 1,
+                        'gt_PRINTF_POSIX' => 1,
+                        'AM_NLS' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'gt_INTL_MACOSX' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'AM_GNU_GETTEXT_VERSION' => 1,
+                        'AC_LIB_FROMPACKAGE' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
-                        'LT_PATH_LD' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        'LT_PROG_RC' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'AC_PROG_NM' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        'gt_TYPE_WINT_T' => 1,
+                        'AM_POSTPROCESS_PO_MAKEFILE' => 1,
+                        'AM_INTL_SUBDIR' => 1,
+                        'AC_LIB_PREPARE_MULTILIB' => 1,
                         'PKG_CHECK_EXISTS' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'AC_PROG_LD' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'LT_LIB_M' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        'LT_PROG_GO' => 1,
-                        'LTDL_INIT' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'm4_pattern_allow' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
-                        '_LT_LIBOBJ' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AC_LIB_LTDL' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        '_LT_PROG_FC' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
+                        'gl_THREADLIB_EARLY_BODY' => 1,
+                        'AM_ICONV_LINKFLAGS_BODY' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
+                        'gl_THREADLIB' => 1,
                         'AU_DEFUN' => 1,
-                        'AC_LIBTOOL_FC' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        'AC_TYPE_LONG_LONG_INT' => 1,
+                        'gt_TYPE_INTMAX_T' => 1,
+                        'AC_COMPUTE_INT' => 1,
                         'AC_DEFUN' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'fp_C_PROTOTYPES' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'AC_LTDL_DLLIB' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'gt_INTTYPES_PRI' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
+                        'gt_INTL_SUBDIR_CORE' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AC_LIB_PREPARE_PREFIX' => 1,
                         'AM_MISSING_PROG' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AM_RUN_LOG' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_LIB_WITH_FINAL_PREFIX' => 1,
+                        'AM_ICONV_LINK' => 1,
+                        'AC_LIB_APPENDTOVAR' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        '_AM_PROG_TAR' => 1,
+                        'AM_LANGINFO_CODESET' => 1,
+                        'gl_AC_HEADER_STDINT_H' => 1,
+                        'gl_AC_TYPE_UINTMAX_T' => 1,
+                        'gt_TYPE_WCHAR_T' => 1,
+                        'AC_LIB_HAVE_LINKFLAGS' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'gt_INTDIV0' => 1,
+                        'AC_LIB_RPATH' => 1,
                         'AM_MISSING_HAS_RUN' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        'AM_CONFIG_HEADER' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'PKG_INSTALLDIR' => 1,
+                        'AC_TYPE_UNSIGNED_LONG_LONG_INT' => 1,
+                        'gl_XSIZE' => 1,
                         'include' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        'AC_' => 1,
+                        'PKG_CHECK_VAR' => 1,
                         'PKG_PROG_PKG_CONFIG' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_DISABLE_STATIC' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        'LT_OUTPUT' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        'AC_PATH_TOOL_PREFIX' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AM_C_PROTOTYPES' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        '_LT_PROG_F77' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        'LT_LANG' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        '_LTDL_SETUP' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'LT_AC_PROG_SED' => 1,
-                        'AM_ENABLE_SHARED' => 1
+                        'gl_EXTERN_INLINE' => 1,
+                        '_m4_warn' => 1,
+                        'm4_include' => 1,
+                        'AM_PO_SUBDIRS' => 1
                       }
                     ], 'Autom4te::Request' )
            );
diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0
index d84d0e8..e5d05e9 100644
--- a/autom4te.cache/traces.0
+++ b/autom4te.cache/traces.0
@@ -1,637 +1,1089 @@
-m4trace:/usr/share/aclocal/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
-
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
-
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-AC_SUBST(LIBTOOL)dnl
-
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])
-m4trace:/usr/share/aclocal/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:602: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
-AC_MSG_NOTICE([creating $CONFIG_LT])
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
-[# Run this file to recreate a libtool stub with the current configuration.])
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-lt_cl_silent=false
-exec AS_MESSAGE_LOG_FD>>config.log
-{
-  echo
-  AS_BOX([Running $as_me.])
-} >&AS_MESSAGE_LOG_FD
-
-lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
-for use in further configure time tests before the real libtool is
-generated.
-
-Usage: $[0] [[OPTIONS]]
+m4trace:/usr/share/aclocal/codeset.m4:9: -1- AC_DEFUN([AM_LANGINFO_CODESET], [
+  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
+    [AC_TRY_LINK([#include <langinfo.h>],
+      [char* cs = nl_langinfo(CODESET); return !cs;],
+      [am_cv_langinfo_codeset=yes],
+      [am_cv_langinfo_codeset=no])
+    ])
+  if test $am_cv_langinfo_codeset = yes; then
+    AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
+      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+  fi
+])
+m4trace:/usr/share/aclocal/fcntl-o.m4:12: -1- AC_DEFUN([gl_FCNTL_O_FLAGS], [
+  dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
+  AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
+  AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
+    [AC_RUN_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+           #include <sys/stat.h>
+           #include <unistd.h>
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          ]],
+          [[
+            int status = !constants;
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink (".", sym) != 0
+                  || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
+                status |= 32;
+              unlink (sym);
+            }
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              char c;
+              struct stat st0, st1;
+              if (fd < 0
+                  || fstat (fd, &st0) != 0
+                  || sleep (1) != 0
+                  || read (fd, &c, 1) != 1
+                  || close (fd) != 0
+                  || stat (file, &st1) != 0
+                  || st0.st_atime != st1.st_atime)
+                status |= 64;
+            }
+            return status;]])],
+       [gl_cv_header_working_fcntl_h=yes],
+       [case $? in #(
+        32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac],
+       [gl_cv_header_working_fcntl_h=cross-compiling])])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val],
+    [Define to 1 if O_NOATIME works.])
 
-  -h, --help      print this help, then exit
-  -V, --version   print version number, then exit
-  -q, --quiet     do not print progress messages
-  -d, --debug     don't remove temporary files
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val],
+    [Define to 1 if O_NOFOLLOW works.])
+])
+m4trace:/usr/share/aclocal/gettext.m4:57: -1- AC_DEFUN([AM_GNU_GETTEXT], [
+  dnl Argument checking.
+  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
+    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
+])])])])])
+  ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
+    [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
+  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
+    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
+])])])])
+  define([gt_included_intl],
+    ifelse([$1], [external],
+      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
+      [yes]))
+  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
+  gt_NEEDS_INIT
+  AM_GNU_GETTEXT_NEED([$2])
+
+  AC_REQUIRE([AM_PO_SUBDIRS])dnl
+  ifelse(gt_included_intl, yes, [
+    AC_REQUIRE([AM_INTL_SUBDIR])dnl
+  ])
 
-Report bugs to <bug-libtool at gnu.org>."
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Sometimes libintl requires libiconv, so first search for libiconv.
+  dnl Ideally we would do this search only after the
+  dnl      if test "$USE_NLS" = "yes"; then
+  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
+  dnl the configure script would need to contain the same shell code
+  dnl again, outside any 'if'. There are two solutions:
+  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
+  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
+  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
+  dnl documented, we avoid it.
+  ifelse(gt_included_intl, yes, , [
+    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+  ])
 
-lt_cl_version="\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING.
+  dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation.
+  gt_INTL_MACOSX
 
-Copyright (C) 2011 Free Software Foundation, Inc.
-This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
+  dnl Set USE_NLS.
+  AC_REQUIRE([AM_NLS])
 
-while test 0 != $[#]
-do
-  case $[1] in
-    --version | --v* | -V )
-      echo "$lt_cl_version"; exit 0 ;;
-    --help | --h* | -h )
-      echo "$lt_cl_help"; exit 0 ;;
-    --debug | --d* | -d )
-      debug=: ;;
-    --quiet | --q* | --silent | --s* | -q )
-      lt_cl_silent=: ;;
-
-    -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
-
-    *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
+  ifelse(gt_included_intl, yes, [
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  ])
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+  dnl Add a version number to the cache macros.
+  case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
   esac
-  shift
-done
-
-if $lt_cl_silent; then
-  exec AS_MESSAGE_FD>/dev/null
-fi
-_LTEOF
-
-cat >>"$CONFIG_LT" <<_LTEOF
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
-_LTEOF
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-AC_MSG_NOTICE([creating $ofile])
-_LT_OUTPUT_LIBTOOL_COMMANDS
-AS_EXIT(0)
-_LTEOF
-chmod +x "$CONFIG_LT"
-
-# configure is writing to config.log, but config.lt does its own redirection,
-# appending to config.log, which fails on DOS, as config.log is still kept
-# open by configure.  Here we exec the FD to /dev/null, effectively closing
-# config.log, so it can be properly (re)opened and appended to by config.lt.
-lt_cl_success=:
-test yes = "$silent" &&
-  lt_config_lt_args="$lt_config_lt_args --quiet"
-exec AS_MESSAGE_LOG_FD>/dev/null
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
-exec AS_MESSAGE_LOG_FD>>config.log
-$lt_cl_success || AS_EXIT(1)
-])
-m4trace:/usr/share/aclocal/libtool.m4:781: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
-m4trace:/usr/share/aclocal/libtool.m4:792: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
-m4_case([$1],
-  [C],			[_LT_LANG(C)],
-  [C++],		[_LT_LANG(CXX)],
-  [Go],			[_LT_LANG(GO)],
-  [Java],		[_LT_LANG(GCJ)],
-  [Fortran 77],		[_LT_LANG(F77)],
-  [Fortran],		[_LT_LANG(FC)],
-  [Windows Resource],	[_LT_LANG(RC)],
-  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
-    [_LT_LANG($1)],
-    [m4_fatal([$0: unsupported language: "$1"])])])dnl
-])
-m4trace:/usr/share/aclocal/libtool.m4:884: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
-m4trace:/usr/share/aclocal/libtool.m4:884: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(C++)])
-m4trace:/usr/share/aclocal/libtool.m4:885: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
-m4trace:/usr/share/aclocal/libtool.m4:885: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Fortran 77)])
-m4trace:/usr/share/aclocal/libtool.m4:886: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
-m4trace:/usr/share/aclocal/libtool.m4:886: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Fortran)])
-m4trace:/usr/share/aclocal/libtool.m4:887: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
-m4trace:/usr/share/aclocal/libtool.m4:887: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Java)])
-m4trace:/usr/share/aclocal/libtool.m4:888: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
-m4trace:/usr/share/aclocal/libtool.m4:888: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Windows Resource)])
-m4trace:/usr/share/aclocal/libtool.m4:1216: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
-AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
-  [Search for dependent libraries within DIR (or the compiler's sysroot
-   if not specified).])],
-[], [with_sysroot=no])
-
-dnl lt_sysroot will always be passed unquoted.  We quote it here
-dnl in case the user passed a directory name.
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   AC_MSG_RESULT([$with_sysroot])
-   AC_MSG_ERROR([The sysroot must be an absolute path.])
-   ;;
-esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
+
+  dnl If we use NLS figure out what method
+  if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    ifelse(gt_included_intl, yes, [
+      AC_MSG_CHECKING([whether included gettext is requested])
+      AC_ARG_WITH([included-gettext],
+        [  --with-included-gettext use the GNU gettext library included here],
+        nls_cv_force_use_gnu_gettext=$withval,
+        nls_cv_force_use_gnu_gettext=no)
+      AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
+
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
+    ])
+        dnl User does not insist on using GNU NLS library.  Figure out what
+        dnl to use.  If GNU gettext is available we use this.  Else we have
+        dnl to fall back to GNU NLS library.
+
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+changequote(,)dnl
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+changequote([,])dnl
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
 
- AC_MSG_RESULT([${lt_sysroot:-no}])
-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
-m4trace:/usr/share/aclocal/libtool.m4:1547: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       $2=yes
-     fi
-   fi
-   $RM conftest*
-])
+        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
+         [AC_TRY_LINK([#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;],
+            [bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings],
+            [eval "$gt_func_gnugettext_libc=yes"],
+            [eval "$gt_func_gnugettext_libc=no"])])
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+          dnl Sometimes libintl requires libiconv, so first search for libiconv.
+          ifelse(gt_included_intl, yes, , [
+            AM_ICONV_LINK
+          ])
+          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
+          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
+          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
+          dnl even if libiconv doesn't exist.
+          AC_LIB_LINKFLAGS_BODY([intl])
+          AC_CACHE_CHECK([for GNU gettext in libintl],
+            [$gt_func_gnugettext_libintl],
+           [gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+            dnl Now see whether libintl exists and does not depend on libiconv.
+            AC_TRY_LINK([#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);],
+              [bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
+              [eval "$gt_func_gnugettext_libintl=yes"],
+              [eval "$gt_func_gnugettext_libintl=no"])
+            dnl Now see whether libintl exists and depends on libiconv.
+            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              AC_TRY_LINK([#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);],
+                [bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")],
+               [LIBINTL="$LIBINTL $LIBICONV"
+                LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                eval "$gt_func_gnugettext_libintl=yes"
+               ])
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"])
+        fi
 
-if test yes = "[$]$2"; then
-    m4_if([$5], , :, [$5])
-else
-    m4_if([$6], , :, [$6])
-fi
-])
-m4trace:/usr/share/aclocal/libtool.m4:1589: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1589: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1598: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $3"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         $2=yes
-       fi
-     else
-       $2=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-])
+        dnl If an already present or preinstalled GNU gettext() is found,
+        dnl use it.  But if this macro is used in GNU gettext, and GNU
+        dnl gettext is already preinstalled in libintl, we update this
+        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+          dnl Reset the values set by searching for libintl.
+          LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
 
-if test yes = "[$]$2"; then
-    m4_if([$4], , :, [$4])
-else
-    m4_if([$5], , :, [$5])
-fi
-])
-m4trace:/usr/share/aclocal/libtool.m4:1633: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1633: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1640: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# find the maximum length of command line arguments
-AC_MSG_CHECKING([the maximum length of command line arguments])
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
-  i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
+    ifelse(gt_included_intl, yes, [
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+          dnl GNU gettext is not found in the C library.
+          dnl Fall back on included GNU gettext library.
+          nls_cv_use_gnu_gettext=yes
+        fi
+      fi
 
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions used to generate GNU NLS library.
+        BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
 
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions to use GNU gettext tools.
+        CATOBJEXT=.gmo
+      fi
+    ])
 
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Some extra flags are needed during linking.
+        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
 
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      AC_DEFINE([ENABLE_NLS], [1],
+        [Define to 1 if translation of program messages to the user's native language
+   is requested.])
+    else
+      USE_NLS=no
+    fi
+  fi
 
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
+  AC_MSG_CHECKING([whether to use NLS])
+  AC_MSG_RESULT([$USE_NLS])
+  if test "$USE_NLS" = "yes"; then
+    AC_MSG_CHECKING([where the gettext function comes from])
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
     else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+      gt_source="included intl directory"
     fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
+    AC_MSG_RESULT([$gt_source])
+  fi
 
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
+  if test "$USE_NLS" = "yes"; then
 
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        AC_MSG_CHECKING([how to link with libintl])
+        AC_MSG_RESULT([$LIBINTL])
+        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+      fi
 
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
+      dnl For backward compatibility. Some packages may be using this.
+      AC_DEFINE([HAVE_GETTEXT], [1],
+       [Define if the GNU gettext() function is already present or preinstalled.])
+      AC_DEFINE([HAVE_DCGETTEXT], [1],
+       [Define if the GNU dcgettext() function is already present or preinstalled.])
     fi
-    ;;
-  esac
-])
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
-else
-  AC_MSG_RESULT(none)
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-_LT_DECL([], [max_cmd_len], [0],
-    [What is the maximum length of a command?])
-])
-m4trace:/usr/share/aclocal/libtool.m4:1779: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1779: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:1890: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
 
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
+    dnl We need to process the po/ directory.
+    POSUB=po
+  fi
 
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
+  ifelse(gt_included_intl, yes, [
+    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
+    dnl to 'yes' because some of the testsuite requires it.
+    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
 
-  darwin*)
-    # if libdl is installed we need to link against it
-    AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-    ;;
+    dnl Make all variables we use known to autoconf.
+    AC_SUBST([BUILD_INCLUDED_LIBINTL])
+    AC_SUBST([USE_INCLUDED_LIBINTL])
+    AC_SUBST([CATOBJEXT])
 
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
+    dnl For backward compatibility. Some configure.ins may be using this.
+    nls_cv_header_intl=
+    nls_cv_header_libgt=
 
-  *)
-    AC_CHECK_FUNC([shl_load],
-	  [lt_cv_dlopen=shl_load],
-      [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
-	[AC_CHECK_FUNC([dlopen],
-	      [lt_cv_dlopen=dlopen],
-	  [AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
-	    [AC_CHECK_LIB([svld], [dlopen],
-		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
-	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
-	      ])
-	    ])
-	  ])
-	])
-      ])
-    ;;
-  esac
+    dnl For backward compatibility. Some Makefiles may be using this.
+    DATADIRNAME=share
+    AC_SUBST([DATADIRNAME])
 
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INSTOBJEXT=.mo
+    AC_SUBST([INSTOBJEXT])
 
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
+    dnl For backward compatibility. Some Makefiles may be using this.
+    GENCAT=gencat
+    AC_SUBST([GENCAT])
 
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
+    AC_SUBST([INTLOBJS])
 
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
+    dnl Enable libtool support if the surrounding package wishes it.
+    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
+    AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+  ])
 
-    AC_CACHE_CHECK([whether a program can dlopen itself],
-	  lt_cv_dlopen_self, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
-    ])
+  dnl For backward compatibility. Some Makefiles may be using this.
+  INTLLIBS="$LIBINTL"
+  AC_SUBST([INTLLIBS])
 
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
-	  lt_cv_dlopen_self_static, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
-      ])
+  dnl Make all documented variables known to autoconf.
+  AC_SUBST([LIBINTL])
+  AC_SUBST([LTLIBINTL])
+  AC_SUBST([POSUB])
+])
+m4trace:/usr/share/aclocal/gettext.m4:376: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [
+  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
+])
+m4trace:/usr/share/aclocal/gettext.m4:383: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
+m4trace:/usr/share/aclocal/glibc2.m4:10: -1- AC_DEFUN([gt_GLIBC2], [
+    AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer],
+      [ac_cv_gnu_library_2],
+      [AC_EGREP_CPP([Lucky GNU user],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2)
+  Lucky GNU user
+ #endif
+#endif
+        ],
+        [ac_cv_gnu_library_2=yes],
+        [ac_cv_gnu_library_2=no])
+      ]
+    )
+    AC_SUBST([GLIBC2])
+    GLIBC2="$ac_cv_gnu_library_2"
+  
+])
+m4trace:/usr/share/aclocal/glibc21.m4:10: -1- AC_DEFUN([gl_GLIBC21], [
+    AC_CACHE_CHECK([whether we are using the GNU C Library 2.1 or newer],
+      [ac_cv_gnu_library_2_1],
+      [AC_EGREP_CPP([Lucky GNU user],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+        ],
+        [ac_cv_gnu_library_2_1=yes],
+        [ac_cv_gnu_library_2_1=no])
+      ]
+    )
+    AC_SUBST([GLIBC21])
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
+])
+m4trace:/usr/share/aclocal/iconv.m4:9: -1- AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([iconv])
+])
+m4trace:/usr/share/aclocal/iconv.m4:20: -1- AC_DEFUN([AM_ICONV_LINK], [
+  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
+  dnl those with the standalone portable GNU libiconv installed).
+  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+
+  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed libiconv and not disabled its use
+  dnl via --without-libiconv-prefix, he wants to use it. The first
+  dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed.
+  am_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+
+  AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    AC_TRY_LINK([#include <stdlib.h>
+#include <iconv.h>],
+      [iconv_t cd = iconv_open("","");
+       iconv(cd,NULL,NULL,NULL,NULL);
+       iconv_close(cd);],
+      [am_cv_func_iconv=yes])
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      AC_TRY_LINK([#include <stdlib.h>
+#include <iconv.h>],
+        [iconv_t cd = iconv_open("","");
+         iconv(cd,NULL,NULL,NULL,NULL);
+         iconv_close(cd);],
+        [am_cv_lib_iconv=yes]
+        [am_cv_func_iconv=yes])
+      LIBS="$am_save_LIBS"
     fi
+  ])
+  if test "$am_cv_func_iconv" = yes; then
+    AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
+      dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10.
+      am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      AC_TRY_RUN([
+#include <iconv.h>
+#include <string.h>
+int main ()
+{
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          return 1;
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\263";
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          return 1;
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          return 1;
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    return 1;
+  return 0;
+}], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no],
+        [case "$host_os" in
+           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+           *)            am_cv_func_iconv_works="guessing yes" ;;
+         esac])
+      LIBS="$am_save_LIBS"
+    ])
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
+    AC_DEFINE([HAVE_ICONV], [1],
+      [Define if you have the iconv() function and it works.])
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    AC_MSG_CHECKING([how to link with libiconv])
+    AC_MSG_RESULT([$LIBICONV])
+  else
+    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
+    dnl either.
+    CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  AC_SUBST([LIBICONV])
+  AC_SUBST([LTLIBICONV])
+])
+m4trace:/usr/share/aclocal/iconv.m4:188: -1- AC_DEFUN_ONCE([AM_ICONV], [
+  AM_ICONV_LINK
+  if test "$am_cv_func_iconv" = yes; then
+    AC_MSG_CHECKING([for iconv declaration])
+    AC_CACHE_VAL([am_cv_proto_iconv], [
+      AC_TRY_COMPILE([
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"])
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
+    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    AC_MSG_RESULT([
+         $am_cv_proto_iconv])
+    AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
+      [Define as const if the declaration of iconv() needs const.])
+  fi
+])
+m4trace:/usr/share/aclocal/intdiv0.m4:9: -1- AC_DEFUN([gt_INTDIV0], [
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
+    gt_cv_int_divbyzero_sigfpe,
+    [
+      gt_cv_int_divbyzero_sigfpe=
+changequote(,)dnl
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On MacOS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+changequote([,])dnl
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        AC_TRY_RUN([
+#include <stdlib.h>
+#include <signal.h>
+
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
 
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
+int x = 1;
+int y = 0;
+int z;
+int nan;
+
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
+
+  z = x / y;
+  nan = y / y;
+  exit (1);
+}
+], [gt_cv_int_divbyzero_sigfpe=yes], [gt_cv_int_divbyzero_sigfpe=no],
+          [
+            # Guess based on the CPU.
+changequote(,)dnl
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+changequote([,])dnl
+          ])
+      fi
+    ])
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value],
+    [Define if integer division by zero raises signal SIGFPE.])
+])
+m4trace:/usr/share/aclocal/intl.m4:25: -1- AC_DEFUN([AM_INTL_SUBDIR], [
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+  AC_REQUIRE([gt_GLIBC2])dnl
+  AC_REQUIRE([AC_PROG_RANLIB])dnl
+  AC_REQUIRE([gl_VISIBILITY])dnl
+  AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl
+  AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
+  AC_REQUIRE([gt_TYPE_WINT_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gt_TYPE_INTMAX_T])
+  AC_REQUIRE([gt_PRINTF_POSIX])
+  AC_REQUIRE([gl_GLIBC21])dnl
+  AC_REQUIRE([gl_XSIZE])dnl
+  AC_REQUIRE([gl_FCNTL_O_FLAGS])dnl
+  AC_REQUIRE([gt_INTL_MACOSX])dnl
+
+  dnl Support for automake's --enable-silent-rules.
+  case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
   esac
+  AC_SUBST([INTL_DEFAULT_VERBOSITY])
 
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
+  AC_CHECK_TYPE([ptrdiff_t], ,
+    [AC_DEFINE([ptrdiff_t], [long],
+       [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
+    ])
+  AC_CHECK_HEADERS([stddef.h stdlib.h string.h])
+  AC_CHECK_FUNCS([asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
+
+  dnl Use the _snprintf function only if it is declared (because on NetBSD it
+  dnl is defined as a weak alias of snprintf; we prefer to use the latter).
+  gt_CHECK_DECL(_snprintf, [#include <stdio.h>])
+  gt_CHECK_DECL(_snwprintf, [#include <stdio.h>])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
+  gt_CHECK_DECL(getc_unlocked, [#include <stdio.h>])
+
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
   esac
+  AC_SUBST([HAVE_POSIX_PRINTF])
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  AC_SUBST([HAVE_ASPRINTF])
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  AC_SUBST([HAVE_SNPRINTF])
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  AC_SUBST([HAVE_NEWLOCALE])
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
+  AC_SUBST([HAVE_WPRINTF])
+
+  AM_LANGINFO_CODESET
+  gt_LC_MESSAGES
+
+  dnl Compilation on mingw and Cygwin needs special Makefile rules, because
+  dnl 1. when we install a shared library, we must arrange to export
+  dnl    auxiliary pointer variables for every exported variable,
+  dnl 2. when we install a shared library and a static library simultaneously,
+  dnl    the include file specifies __declspec(dllimport) and therefore we
+  dnl    must arrange to define the auxiliary pointer variables for the
+  dnl    exported variables _also_ in the static library.
+  if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  AC_SUBST([WOE32DLL])
+
+  dnl On mingw and Cygwin, we can activate special Makefile rules which add
+  dnl version information to the shared libraries and executables.
+  case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  AC_SUBST([WOE32])
+  if test $WOE32 = yes; then
+    dnl Check for a program that compiles Windows resource files.
+    AC_CHECK_TOOL([WINDRES], [windres])
+  fi
 
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
+  dnl Determine whether when creating a library, "-lc" should be passed to
+  dnl libtool or not. On many platforms, it is required for the libtool option
+  dnl -no-undefined to work. On HP-UX, however, the -lc - stored by libtool
+  dnl in the *.la files - makes it impossible to create multithreaded programs,
+  dnl because libtool also reorders the -lc to come before the -pthread, and
+  dnl this disables pthread_create() <http://docs.hp.com/en/1896/pthreads.html>.
+  case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
   esac
-fi
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
-	 [Whether dlopen is supported])
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
-	 [Whether dlopen of programs is supported])
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
-	 [Whether dlopen of statically linked programs is supported])
-])
-m4trace:/usr/share/aclocal/libtool.m4:2015: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:2015: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3060: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
-AC_MSG_CHECKING([for $1])
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
-[case $MAGIC_CMD in
-[[\\/*] |  ?:[\\/]*])
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
+  AC_SUBST([LTLIBC])
+
+  dnl Rename some macros and functions used for locking.
+  AH_BOTTOM([
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+])
+])
+m4trace:/usr/share/aclocal/intl.m4:211: -1- AC_DEFUN([gt_INTL_SUBDIR_CORE], [
+  AC_REQUIRE([AC_C_INLINE])dnl
+  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+  AC_REQUIRE([AC_FUNC_MMAP])dnl
+  AC_REQUIRE([gt_INTDIV0])dnl
+  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl
+  AC_REQUIRE([gt_INTTYPES_PRI])dnl
+  AC_REQUIRE([gl_LOCK])dnl
+
+  AC_TRY_LINK(
+    [int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }],
+    [],
+    [AC_DEFINE([HAVE_BUILTIN_EXPECT], [1],
+       [Define to 1 if the compiler understands __builtin_expect.])])
+
+  AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
+  AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13.
+  gt_CHECK_DECL([feof_unlocked], [#include <stdio.h>])
+  gt_CHECK_DECL([fgets_unlocked], [#include <stdio.h>])
+
+  AM_ICONV
+
+  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
+  dnl because plural.y uses bison specific features. It requires at least
+  dnl bison-1.26 because earlier versions generate a plural.c that doesn't
+  dnl compile.
+  dnl bison is only needed for the maintainer (who touches plural.y). But in
+  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
+  dnl the rule in general Makefile. Now, some people carelessly touch the
+  dnl files or have a broken "make" program, hence the plural.c rule will
+  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
+  dnl present or too old.
+  AC_CHECK_PROGS([INTLBISON], [bison])
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
+  else
+    dnl Found it, now check the version.
+    AC_MSG_CHECKING([version of bison])
+changequote(<<,>>)dnl
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
+changequote([,])dnl
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    AC_MSG_RESULT([$ac_prog_version])
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
+  fi
+])
+m4trace:/usr/share/aclocal/intl.m4:279: -1- AC_DEFUN([gt_CHECK_DECL], [
+  AC_CACHE_CHECK([whether $1 is declared], [ac_cv_have_decl_$1],
+    [AC_TRY_COMPILE([$2], [
+#ifndef $1
+  char *p = (char *) $1;
+#endif
+], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)])
+  if test $ac_cv_have_decl_$1 = yes; then
+    gt_value=1
+  else
+    gt_value=0
+  fi
+  AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value],
+    [Define to 1 if you have the declaration of `$1', and to 0 if you don't.])
+])
+m4trace:/usr/share/aclocal/intlmacosx.m4:18: -1- AC_DEFUN([gt_INTL_MACOSX], [
+  dnl Check for API introduced in MacOS X 10.2.
+  AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
+    [gt_cv_func_CFPreferencesCopyAppValue],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_TRY_LINK([#include <CoreFoundation/CFPreferences.h>],
+       [CFPreferencesCopyAppValue(NULL, NULL)],
+       [gt_cv_func_CFPreferencesCopyAppValue=yes],
+       [gt_cv_func_CFPreferencesCopyAppValue=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
+      [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
+  fi
+  dnl Check for API introduced in MacOS X 10.3.
+  AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_TRY_LINK([#include <CoreFoundation/CFLocale.h>], [CFLocaleCopyCurrent();],
+       [gt_cv_func_CFLocaleCopyCurrent=yes],
+       [gt_cv_func_CFLocaleCopyCurrent=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
+      [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  AC_SUBST([INTL_MACOSX_LIBS])
+])
+m4trace:/usr/share/aclocal/intmax.m4:11: -1- AC_DEFUN([gt_TYPE_INTMAX_T], [
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
+    [AC_TRY_COMPILE([
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+],     [intmax_t x = -1;
+        return !x;],
+       [gt_cv_c_intmax_t=yes],
+       [gt_cv_c_intmax_t=no])])
+  if test $gt_cv_c_intmax_t = yes; then
+    AC_DEFINE([HAVE_INTMAX_T], [1],
+      [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+m4trace:/usr/share/aclocal/inttypes-pri.m4:14: -1- AC_DEFUN([gt_INTTYPES_PRI], [
+  AC_CHECK_HEADERS([inttypes.h])
+  if test $ac_cv_header_inttypes_h = yes; then
+    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
+      [gt_cv_inttypes_pri_broken],
+      [
+        AC_TRY_COMPILE([#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+], [], [gt_cv_inttypes_pri_broken=no], [gt_cv_inttypes_pri_broken=yes])
+      ])
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1],
+      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  AC_SUBST([PRI_MACROS_BROKEN])
+])
+m4trace:/usr/share/aclocal/inttypes_h.m4:12: -1- AC_DEFUN([gl_AC_HEADER_INTTYPES_H], [
+  AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h],
+  [AC_TRY_COMPILE(
+    [#include <sys/types.h>
+#include <inttypes.h>],
+    [uintmax_t i = (uintmax_t) -1; return !i;],
+    [gl_cv_header_inttypes_h=yes],
+    [gl_cv_header_inttypes_h=no])])
+  if test $gl_cv_header_inttypes_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1],
+      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+m4trace:/usr/share/aclocal/lcmessage.m4:22: -1- AC_DEFUN([gt_LC_MESSAGES], [
+  AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES],
+    [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
+       [gt_cv_val_LC_MESSAGES=yes], [gt_cv_val_LC_MESSAGES=no])])
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    AC_DEFINE([HAVE_LC_MESSAGES], [1],
+      [Define if your <locale.h> file defines LC_MESSAGES.])
+  fi
+])
+m4trace:/usr/share/aclocal/lib-ld.m4:12: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
+[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes ;;
 *)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-dnl $ac_dummy forces splitting on constant user-supplied paths.
-dnl POSIX.2 word splitting is done only on the output of word expansions,
-dnl not every word.  This closes a longstanding sh security hole.
-  ac_dummy="m4_if([$2], , $PATH, [$2])"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$1"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
+  acl_cv_prog_gnu_ld=no ;;
 esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  AC_MSG_RESULT($MAGIC_CMD)
-else
-  AC_MSG_RESULT(no)
-fi
-_LT_DECL([], [MAGIC_CMD], [0],
-	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
-])
-m4trace:/usr/share/aclocal/libtool.m4:3122: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3122: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3145: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
+with_gnu_ld=$acl_cv_prog_gnu_ld
+])
+m4trace:/usr/share/aclocal/lib-ld.m4:25: -1- AC_DEFUN([AC_LIB_PROG_LD], [AC_ARG_WITH([gnu-ld],
+[  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]],
+test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
+AC_REQUIRE([AC_PROG_CC])dnl
 AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-
-AC_ARG_WITH([gnu-ld],
-    [AS_HELP_STRING([--with-gnu-ld],
-	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
-    [test no = "$withval" || with_gnu_ld=yes],
-    [with_gnu_ld=no])dnl
-
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
+fi
 ac_prog=ld
-if test yes = "$GCC"; then
+if test "$GCC" = yes; then
   # Check if gcc -print-prog-name=ld gives a path.
-  AC_MSG_CHECKING([for ld used by $CC])
+  AC_MSG_CHECKING([for ld used by GCC])
   case $host in
   *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
+    # gcc leaves a trailing carriage return which upsets mingw
     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
   *)
     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
   esac
   case $ac_prog in
     # Accept absolute paths.
-    [[\\/]]* | ?:[[\\/]]*)
-      re_direlt='/[[^/]][[^/]]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
+    [[\\/]* | [A-Za-z]:[\\/]*)]
+      [re_direlt='/[^/][^/]*/\.\./']
+      # Canonicalize the path of ld
+      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
+      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
       done
-      test -z "$LD" && LD=$ac_prog
+      test -z "$LD" && LD="$ac_prog"
       ;;
   "")
     # If it fails, then pretend we aren't using GCC.
@@ -642,1048 +1094,1038 @@ if test yes = "$GCC"; then
     with_gnu_ld=unknown
     ;;
   esac
-elif test yes = "$with_gnu_ld"; then
+elif test "$with_gnu_ld" = yes; then
   AC_MSG_CHECKING([for GNU ld])
 else
   AC_MSG_CHECKING([for non-GNU ld])
 fi
-AC_CACHE_VAL(lt_cv_path_LD,
+AC_CACHE_VAL([acl_cv_path_LD],
 [if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
   for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
     test -z "$ac_dir" && ac_dir=.
     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
+      acl_cv_path_LD="$ac_dir/$ac_prog"
       # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
+      # but apparently some GNU ld's only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
+      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
       *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
+        test "$with_gnu_ld" != no && break ;;
       *)
-	test yes != "$with_gnu_ld" && break
-	;;
+        test "$with_gnu_ld" != yes && break ;;
       esac
     fi
   done
-  IFS=$lt_save_ifs
+  IFS="$ac_save_ifs"
 else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
 fi])
-LD=$lt_cv_path_LD
+LD="$acl_cv_path_LD"
 if test -n "$LD"; then
-  AC_MSG_RESULT($LD)
+  AC_MSG_RESULT([$LD])
 else
-  AC_MSG_RESULT(no)
+  AC_MSG_RESULT([no])
 fi
 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-_LT_PATH_LD_GNU
-AC_SUBST([LD])
-
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
-])
-m4trace:/usr/share/aclocal/libtool.m4:3234: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3234: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3235: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3235: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3564: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
-[if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi])
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
+AC_LIB_PROG_LD_GNU
+])
+m4trace:/usr/share/aclocal/lib-link.m4:17: -1- AC_DEFUN([AC_LIB_LINKFLAGS], [
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[translit([$1],[./-], [___])])
+  pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
+    AC_LIB_LINKFLAGS_BODY([$1], [$2])
+    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
+    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
+    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
+    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
+  ])
+  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
+  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
+  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
+  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
+  dnl results of this search when this library appears as a dependency.
+  HAVE_LIB[]NAME=yes
+  popdef([NAME])
+  popdef([Name])
+])
+m4trace:/usr/share/aclocal/lib-link.m4:57: -1- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[translit([$1],[./-], [___])])
+  pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+
+  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([$1], [$2])
+
+  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed lib[]Name and not disabled its use
+  dnl via --without-lib[]Name-prefix, he wants to use it.
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+
+  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
+    ac_save_LIBS="$LIBS"
+    dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
+    dnl because these -l options might require -L options that are present in
+    dnl LIBS. -l options benefit only from the -L options listed before it.
+    dnl Otherwise, add it to the front of LIBS, because it may be a static
+    dnl library that depends on another static library that is present in LIBS.
+    dnl Static libraries benefit only from the static libraries listed after
+    dnl it.
+    case " $LIB[]NAME" in
+      *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
+      *)       LIBS="$LIB[]NAME $LIBS" ;;
     esac
-  fi
-  AC_SUBST([DUMPBIN])
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
-AC_SUBST([NM])
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
-
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
-  [lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
-  cat conftest.out >&AS_MESSAGE_LOG_FD
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*])
-])
-m4trace:/usr/share/aclocal/libtool.m4:3659: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3659: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3660: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3660: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3731: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
-  test DEF = "`$SED -n dnl
-    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
-    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
-    -e q dnl                          Only consider the first "real" line
-    $1`" dnl
-])
-m4trace:/usr/share/aclocal/libtool.m4:3745: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-LIBM=
-case $host in
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
-  # These system don't have libm, or don't need it
-  ;;
-*-ncr-sysv4.3*)
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
-  ;;
-*)
-  AC_CHECK_LIB(m, cos, LIBM=-lm)
-  ;;
-esac
-AC_SUBST([LIBM])
-])
-m4trace:/usr/share/aclocal/libtool.m4:3764: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:3764: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8071: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
-  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
-    [AC_CHECK_TOOL(GCJ, gcj,)
-      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
-      AC_SUBST(GCJFLAGS)])])[]dnl
-])
-m4trace:/usr/share/aclocal/libtool.m4:8080: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8080: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8087: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
-])
-m4trace:/usr/share/aclocal/libtool.m4:8094: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
-])
-m4trace:/usr/share/aclocal/libtool.m4:8099: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8099: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8219: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
-m4trace:/usr/share/aclocal/libtool.m4:8219: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
-m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [
-AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
-
-AC_CHECK_TYPES([error_t],
-  [],
-  [AC_DEFINE([error_t], [int],
-   [Define to a type to use for 'error_t' if it is not otherwise available.])
-   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
-    does not typedef error_t.])],
-  [#if defined(HAVE_ARGZ_H)
-#  include <argz.h>
-#endif])
-
-LT_ARGZ_H=
-AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
-	argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
-
-dnl if have system argz functions, allow forced use of
-dnl libltdl-supplied implementation (and default to do so
-dnl on "known bad" systems). Could use a runtime check, but
-dnl (a) detecting malloc issues is notoriously unreliable
-dnl (b) only known system that declares argz functions,
-dnl     provides them, yet they are broken, is cygwin
-dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
-dnl So, it's more straightforward simply to special case
-dnl this for known bad systems.
-AS_IF([test -z "$LT_ARGZ_H"],
-    [AC_CACHE_CHECK(
-        [if argz actually works],
-        [lt_cv_sys_argz_works],
-        [[case $host_os in #(
-	 *cygwin*)
-	   lt_cv_sys_argz_works=no
-	   if test no != "$cross_compiling"; then
-	     lt_cv_sys_argz_works="guessing no"
-	   else
-	     lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
-	     save_IFS=$IFS
-	     IFS=-.
-	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
-	     IFS=$save_IFS
-	     lt_os_major=${2-0}
-	     lt_os_minor=${3-0}
-	     lt_os_micro=${4-0}
-	     if test 1 -lt "$lt_os_major" \
-		|| { test 1 -eq "$lt_os_major" \
-		  && { test 5 -lt "$lt_os_minor" \
-		    || { test 5 -eq "$lt_os_minor" \
-		      && test 24 -lt "$lt_os_micro"; }; }; }; then
-	       lt_cv_sys_argz_works=yes
-	     fi
-	   fi
-	   ;; #(
-	 *) lt_cv_sys_argz_works=yes ;;
-	 esac]])
-     AS_IF([test yes = "$lt_cv_sys_argz_works"],
-        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
-                   [This value is set to 1 to indicate that the system argz facility works])],
-        [LT_ARGZ_H=lt__argz.h
-        AC_LIBOBJ([lt__argz])])])
-
-AC_SUBST([LT_ARGZ_H])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
-_$0($*)
-])
-m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
-dnl Although the argument is deprecated and no longer documented,
-dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
-dnl here make sure it is the same as any other declaration of libltdl's
-dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
-dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
-m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
-_$0()
-])
-m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_CONVENIENCE])
-m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
-You should run autoupdate.])dnl
-_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_CONVENIENCE])
-m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
-dnl Although the argument is deprecated and no longer documented,
-dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
-dnl here make sure it is the same as any other declaration of libltdl's
-dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
-dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
-m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
-_$0()
-])
-m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_INSTALLABLE])
-m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
-You should run autoupdate.])dnl
-_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_INSTALLABLE])
-m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
-  m4_pattern_allow([^_LT_LIBOBJS$])
-  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
-])
-m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-dnl We need to keep our own list of libobjs separate from our parent project,
-dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
-dnl we look for our own LIBOBJs.
-m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
-m4_pushdef([AC_LIBSOURCES])
-
-dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
-m4_if(_LTDL_MODE, [],
-        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
-        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
-                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
-
-AC_ARG_WITH([included_ltdl],
-    [AS_HELP_STRING([--with-included-ltdl],
-                    [use the GNU ltdl sources included here])])
-
-if test yes != "$with_included_ltdl"; then
-  # We are not being forced to use the included libltdl sources, so
-  # decide whether there is a useful installed version we can use.
-  AC_CHECK_HEADER([ltdl.h],
-      [AC_CHECK_DECL([lt_dlinterface_register],
-	   [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
-	       [with_included_ltdl=no],
-	       [with_included_ltdl=yes])],
-	   [with_included_ltdl=yes],
-	   [AC_INCLUDES_DEFAULT
-	    #include <ltdl.h>])],
-      [with_included_ltdl=yes],
-      [AC_INCLUDES_DEFAULT]
-  )
-fi
-
-dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
-dnl was called yet, then for old times' sake, we assume libltdl is in an
-dnl eponymous directory:
-AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
-
-AC_ARG_WITH([ltdl_include],
-    [AS_HELP_STRING([--with-ltdl-include=DIR],
-                    [use the ltdl headers installed in DIR])])
-
-if test -n "$with_ltdl_include"; then
-  if test -f "$with_ltdl_include/ltdl.h"; then :
-  else
-    AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
-  fi
-else
-  with_ltdl_include=no
-fi
-
-AC_ARG_WITH([ltdl_lib],
-    [AS_HELP_STRING([--with-ltdl-lib=DIR],
-                    [use the libltdl.la installed in DIR])])
-
-if test -n "$with_ltdl_lib"; then
-  if test -f "$with_ltdl_lib/libltdl.la"; then :
+    AC_TRY_LINK([$3], [$4],
+      [ac_cv_lib[]Name=yes],
+      [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
+    LIBS="$ac_save_LIBS"
+  ])
+  if test "$ac_cv_lib[]Name" = yes; then
+    HAVE_LIB[]NAME=yes
+    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
+    AC_MSG_CHECKING([how to link with lib[]$1])
+    AC_MSG_RESULT([$LIB[]NAME])
   else
-    AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
+    HAVE_LIB[]NAME=no
+    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
+    dnl $INC[]NAME either.
+    CPPFLAGS="$ac_save_CPPFLAGS"
+    LIB[]NAME=
+    LTLIB[]NAME=
+    LIB[]NAME[]_PREFIX=
   fi
-else
-  with_ltdl_lib=no
-fi
-
-case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
-  ,yes,no,no,)
-	m4_case(m4_default(_LTDL_TYPE, [convenience]),
-	    [convenience], [_LTDL_CONVENIENCE],
-	    [installable], [_LTDL_INSTALLABLE],
-	  [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
-	;;
-  ,no,no,no,)
-	# If the included ltdl is not to be used, then use the
-	# preinstalled libltdl we found.
-	AC_DEFINE([HAVE_LTDL], [1],
-	  [Define this if a modern libltdl is already installed])
-	LIBLTDL=-lltdl
-	LTDLDEPS=
-	LTDLINCL=
-	;;
-  ,no*,no,*)
-	AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
-	;;
-  *)	with_included_ltdl=no
-	LIBLTDL="-L$with_ltdl_lib -lltdl"
-	LTDLDEPS=
-	LTDLINCL=-I$with_ltdl_include
-	;;
-esac
-INCLTDL=$LTDLINCL
-
-# Report our decision...
-AC_MSG_CHECKING([where to find libltdl headers])
-AC_MSG_RESULT([$LTDLINCL])
-AC_MSG_CHECKING([where to find libltdl library])
-AC_MSG_RESULT([$LIBLTDL])
-
-_LTDL_SETUP
-
-dnl restore autoconf definition.
-m4_popdef([AC_LIBOBJ])
-m4_popdef([AC_LIBSOURCES])
-
-AC_CONFIG_COMMANDS_PRE([
-    _ltdl_libobjs=
-    _ltdl_ltlibobjs=
-    if test -n "$_LT_LIBOBJS"; then
-      # Remove the extension.
-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
-      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
-        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
-      done
-    fi
-    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
-    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
-])
-
-# Only expand once:
-m4_define([LTDL_INIT])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
-AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
-AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
-AC_REQUIRE([LT_LIB_DLLOAD])dnl
-AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
-AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
-AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
-AC_REQUIRE([LT_FUNC_ARGZ])dnl
-
-m4_require([_LT_CHECK_OBJDIR])dnl
-m4_require([_LT_HEADER_DLFCN])dnl
-m4_require([_LT_CHECK_DLPREOPEN])dnl
-m4_require([_LT_DECL_SED])dnl
-
-dnl Don't require this, or it will be expanded earlier than the code
-dnl that sets the variables it relies on:
-_LT_ENABLE_INSTALL
-
-dnl _LTDL_MODE specific code must be called at least once:
-_LTDL_MODE_DISPATCH
-
-# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
-# the user used.  This is so that ltdl.h can pick up the parent projects
-# config.h file, The first file in AC_CONFIG_HEADERS must contain the
-# definitions required by ltdl.c.
-# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
-AC_CONFIG_COMMANDS_PRE([dnl
-m4_pattern_allow([^LT_CONFIG_H$])dnl
-m4_ifset([AH_HEADER],
-    [LT_CONFIG_H=AH_HEADER],
-    [m4_ifset([AC_LIST_HEADERS],
-	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[      ]]*||;s|[[ :]].*$||'`],
-	[])])])
-AC_SUBST([LT_CONFIG_H])
-
-AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
-	[], [], [AC_INCLUDES_DEFAULT])
-
-AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
-AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
-
-m4_pattern_allow([LT_LIBEXT])dnl
-AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
-
-name=
-eval "lt_libprefix=\"$libname_spec\""
-m4_pattern_allow([LT_LIBPREFIX])dnl
-AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
-
-name=ltdl
-eval "LTDLOPEN=\"$libname_spec\""
-AC_SUBST([LTDLOPEN])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
-  [lt_cv_sys_dlopen_deplibs],
-  [# PORTME does your system automatically load deplibs for dlopen?
-  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
-  # For now, we just catch OSes we know something about -- in the
-  # future, we'll try test this programmatically.
-  lt_cv_sys_dlopen_deplibs=unknown
-  case $host_os in
-  aix3*|aix4.1.*|aix4.2.*)
-    # Unknown whether this is true for these versions of AIX, but
-    # we want this 'case' here to explicitly catch those versions.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  aix[[4-9]]*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  amigaos*)
-    case $host_cpu in
-    powerpc)
-      lt_cv_sys_dlopen_deplibs=no
-      ;;
-    esac
-    ;;
-  bitrig*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  darwin*)
-    # Assuming the user has installed a libdl from somewhere, this is true
-    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  freebsd* | dragonfly*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
-    # GNU and its variants, using gnu ld.so (Glibc)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  hpux10*|hpux11*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  interix*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  irix[[12345]]*|irix6.[[01]]*)
-    # Catch all versions of IRIX before 6.2, and indicate that we don't
-    # know how it worked for any of those versions.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  irix*)
-    # The case above catches anything before 6.2, and it's known that
-    # at 6.2 and later dlopen does load deplibs.
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  netbsd*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  openbsd*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  osf[[1234]]*)
-    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
-    # it did *not* use an RPATH in a shared library to find objects the
-    # library depends on, so we explicitly say 'no'.
-    lt_cv_sys_dlopen_deplibs=no
-    ;;
-  osf5.0|osf5.0a|osf5.1)
-    # dlopen *does* load deplibs and with the right loader patch applied
-    # it even uses RPATH in a shared library to search for shared objects
-    # that the library depends on, but there's no easy way to know if that
-    # patch is installed.  Since this is the case, all we can really
-    # say is unknown -- it depends on the patch being installed.  If
-    # it is, this changes to 'yes'.  Without it, it would be 'no'.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  osf*)
-    # the two cases above should catch all versions of osf <= 5.1.  Read
-    # the comments above for what we know about them.
-    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
-    # is used to find them so we can finally say 'yes'.
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  qnx*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  solaris*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-    libltdl_cv_sys_dlopen_deplibs=yes
-    ;;
-  esac
-  ])
-if test yes != "$lt_cv_sys_dlopen_deplibs"; then
- AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
-    [Define if the OS needs help to load dependent libraries for dlopen().])
-fi
+  AC_SUBST([HAVE_LIB]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  popdef([NAME])
+  popdef([Name])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:552: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([what extension is used for runtime loadable modules],
-  [libltdl_cv_shlibext],
-[
-module=yes
-eval libltdl_cv_shlibext=$shrext_cmds
-module=no
-eval libltdl_cv_shrext=$shrext_cmds
+m4trace:/usr/share/aclocal/lib-link.m4:122: -1- AC_DEFUN([AC_LIB_RPATH], [
+  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
+  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
+  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
+  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
+  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
+  AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
   ])
-if test -n "$libltdl_cv_shlibext"; then
-  m4_pattern_allow([LT_MODULE_EXT])dnl
-  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
-    [Define to the extension used for runtime loadable modules, say, ".so".])
-fi
-if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
-  m4_pattern_allow([LT_SHARED_EXT])dnl
-  AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
-    [Define to the shared library suffix, say, ".dylib".])
-fi
-if test -n "$shared_archive_member_spec"; then
-  m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
-  AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
-    [Define to the shared archive member specification, say "(shr.o)".])
-fi
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+  dnl Determine whether the user wants rpath handling at all.
+  AC_ARG_ENABLE([rpath],
+    [  --disable-rpath         do not hardcode runtime library paths],
+    :, enable_rpath=yes)
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:587: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([what variable specifies run-time module search path],
-  [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
-if test -n "$lt_cv_module_path_var"; then
-  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
-  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
-    [Define to the name of the environment variable that determines the run-time module search path.])
-fi
+m4trace:/usr/share/aclocal/lib-link.m4:158: -1- AC_DEFUN([AC_LIB_FROMPACKAGE], [
+  pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+  define([acl_frompackage_]NAME, [$2])
+  popdef([NAME])
+  pushdef([PACK],[$2])
+  pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
+                                  [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+  define([acl_libsinpackage_]PACKUP,
+    m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1])
+  popdef([PACKUP])
+  popdef([PACK])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([for the default library search path],
-  [lt_cv_sys_dlsearch_path],
-  [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
-if test -n "$lt_cv_sys_dlsearch_path"; then
-  sys_dlsearch_path=
-  for dir in $lt_cv_sys_dlsearch_path; do
-    if test -z "$sys_dlsearch_path"; then
-      sys_dlsearch_path=$dir
+m4trace:/usr/share/aclocal/lib-link.m4:178: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
+                                [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+  pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
+  pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-],
+                                  [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
+  pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
+  dnl Autoconf >= 2.61 supports dots in --with options.
+  pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_ARG_WITH(P_A_C_K[-prefix],
+[[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
+  --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ in includedir and libdir]],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
     else
-      sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
     fi
+])
+  dnl Search the library and its dependencies in $additional_libdir and
+  dnl $LDFLAGS. Using breadth-first-seach.
+  LIB[]NAME=
+  LTLIB[]NAME=
+  INC[]NAME=
+  LIB[]NAME[]_PREFIX=
+  dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
+  dnl computed. So it has to be reset here.
+  HAVE_LIB[]NAME=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='$1 $2'
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
+        dnl or AC_LIB_HAVE_LINKFLAGS call.
+        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
+          else
+            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
+            dnl that this library doesn't exist. So just drop it.
+            :
+          fi
+        else
+          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
+          dnl and the already constructed $LIBNAME/$LTLIBNAME.
+          found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+            dnl The same code as in the loop below:
+            dnl First look for a shared library.
+            if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+            dnl Then look for a static library.
+            if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIB[]NAME; do
+              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                  dnl First look for a shared library.
+                  if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                  dnl Then look for a static library.
+                  if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+            dnl Found the library.
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+              dnl Linking with a shared library. We attempt to hardcode its
+              dnl directory into the executable's runpath, unless it's the
+              dnl standard /usr/lib.
+              if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                dnl No hardcoding is needed.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+              else
+                dnl Use an explicit option to hardcode DIR into the resulting
+                dnl binary.
+                dnl Potentially add DIR to ltrpathdirs.
+                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                dnl The hardcoding into $LIBNAME is system dependent.
+                if test "$acl_hardcode_direct" = yes; then
+                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
+                  dnl resulting binary.
+                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                    dnl Use an explicit option to hardcode DIR into the resulting
+                    dnl binary.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    dnl Potentially add DIR to rpathdirs.
+                    dnl The rpathdirs will be appended to $LIBNAME at the end.
+                    haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                    dnl Rely on "-L$found_dir".
+                    dnl But don't add it if it's already contained in the LDFLAGS
+                    dnl or the already constructed $LIBNAME
+                    haveit=
+                    for x in $LDFLAGS $LIB[]NAME; do
+                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    else
+                      dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH
+                      dnl here, because this doesn't fit in flags passed to the
+                      dnl compiler. So give up. No hardcoding. This affects only
+                      dnl very old systems.
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                dnl Linking with a static library.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
+              else
+                dnl We shouldn't come here, but anyway it's good to have a
+                dnl fallback.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
+              fi
+            fi
+            dnl Assume the include files are nearby.
+            additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+              dnl Potentially add $additional_includedir to $INCNAME.
+              dnl But don't add it
+              dnl   1. if it's the standard /usr/include,
+              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
+              dnl   3. if it's already present in $CPPFLAGS or the already
+              dnl      constructed $INCNAME,
+              dnl   4. if it doesn't exist as a directory.
+              if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INC[]NAME; do
+                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                      dnl Really add $additional_includedir to $INCNAME.
+                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+            dnl Look for dependencies.
+            if test -n "$found_la"; then
+              dnl Read the .la file. It defines the variables
+              dnl dlname, library_names, old_library, dependency_libs, current,
+              dnl age, revision, installed, dlopen, dlpreopen, libdir.
+              save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+              dnl We use only dependency_libs.
+              for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
+                    dnl But don't add it
+                    dnl   1. if it's the standard /usr/lib,
+                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
+                    dnl   3. if it's already present in $LDFLAGS or the already
+                    dnl      constructed $LIBNAME,
+                    dnl   4. if it doesn't exist as a directory.
+                    if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LIBNAME.
+                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LTLIBNAME.
+                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                      dnl Potentially add DIR to rpathdirs.
+                      dnl The rpathdirs will be appended to $LIBNAME at the end.
+                      haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                      dnl Potentially add DIR to ltrpathdirs.
+                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                      haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                    dnl Handle this in the next round.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                    dnl Handle this in the next round. Throw away the .la's
+                    dnl directory; it is already contained in a preceding -L
+                    dnl option.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                    dnl Most likely an immediate library name.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
+                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+            dnl Didn't find the library; assume it is in the system directories
+            dnl known to the linker and runtime loader. (All the system
+            dnl directories known to the linker should also be known to the
+            dnl runtime loader, otherwise the system is severely misconfigured.)
+            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
+          fi
+        fi
+      fi
+    done
   done
-  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
-  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
-    [Define to the system default library search path.])
-fi
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+      dnl Weird platform: only the last -rpath option counts, the user must
+      dnl pass all path elements in one option. We can arrange that for a
+      dnl single library, but not when more than one $LIBNAMEs are used.
+      alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
+      acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+    else
+      dnl The -rpath options are cumulative.
+      for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+    dnl When using libtool, the option that works for both libraries and
+    dnl executables is -R. The -R options are cumulative.
+    for found_dir in $ltrpathdirs; do
+      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
+    done
+  fi
+  popdef([P_A_C_K])
+  popdef([PACKLIBS])
+  popdef([PACKUP])
+  popdef([PACK])
+  popdef([NAME])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:653: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
-LT_DLLOADERS=
-AC_SUBST([LT_DLLOADERS])
-
-AC_LANG_PUSH([C])
-lt_dlload_save_LIBS=$LIBS
-
-LIBADD_DLOPEN=
-AC_SEARCH_LIBS([dlopen], [dl],
-	[AC_DEFINE([HAVE_LIBDL], [1],
-		   [Define if you have the libdl library or equivalent.])
-	if test "$ac_cv_search_dlopen" != "none required"; then
-	  LIBADD_DLOPEN=-ldl
-	fi
-	libltdl_cv_lib_dl_dlopen=yes
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
-    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
-#  include <dlfcn.h>
-#endif
-    ]], [[dlopen(0, 0);]])],
-	    [AC_DEFINE([HAVE_LIBDL], [1],
-		       [Define if you have the libdl library or equivalent.])
-	    libltdl_cv_func_dlopen=yes
-	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
-	[AC_CHECK_LIB([svld], [dlopen],
-		[AC_DEFINE([HAVE_LIBDL], [1],
-			 [Define if you have the libdl library or equivalent.])
-	        LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
-		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
-if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
-then
-  lt_save_LIBS=$LIBS
-  LIBS="$LIBS $LIBADD_DLOPEN"
-  AC_CHECK_FUNCS([dlerror])
-  LIBS=$lt_save_LIBS
-fi
-AC_SUBST([LIBADD_DLOPEN])
-
-LIBADD_SHL_LOAD=
-AC_CHECK_FUNC([shl_load],
-	[AC_DEFINE([HAVE_SHL_LOAD], [1],
-		   [Define if you have the shl_load function.])
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
-    [AC_CHECK_LIB([dld], [shl_load],
-	    [AC_DEFINE([HAVE_SHL_LOAD], [1],
-		       [Define if you have the shl_load function.])
-	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
-	    LIBADD_SHL_LOAD=-ldld])])
-AC_SUBST([LIBADD_SHL_LOAD])
-
-case $host_os in
-darwin[[1567]].*)
-# We only want this for pre-Mac OS X 10.4.
-  AC_CHECK_FUNC([_dyld_func_lookup],
-	[AC_DEFINE([HAVE_DYLD], [1],
-		   [Define if you have the _dyld_func_lookup function.])
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
-  ;;
-beos*)
-  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
-  ;;
-cygwin* | mingw* | pw32*)
-  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
-  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
-  ;;
-esac
-
-AC_CHECK_LIB([dld], [dld_link],
-	[AC_DEFINE([HAVE_DLD], [1],
-		   [Define if you have the GNU dld library.])
-		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
-AC_SUBST([LIBADD_DLD_LINK])
-
-m4_pattern_allow([^LT_DLPREOPEN$])
-LT_DLPREOPEN=
-if test -n "$LT_DLLOADERS"
-then
-  for lt_loader in $LT_DLLOADERS; do
-    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
+m4trace:/usr/share/aclocal/lib-link.m4:681: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [
+  for element in [$2]; do
+    haveit=
+    for x in $[$1]; do
+      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      [$1]="${[$1]}${[$1]:+ }$element"
+    fi
   done
-  AC_DEFINE([HAVE_LIBDLLOADER], [1],
-            [Define if libdlloader will be built on this platform])
-fi
-AC_SUBST([LT_DLPREOPEN])
-
-dnl This isn't used anymore, but set it for backwards compatibility
-LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
-AC_SUBST([LIBADD_DL])
-
-LIBS=$lt_dlload_save_LIBS
-AC_LANG_POP
-])
-m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:756: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-AC_CACHE_CHECK([for _ prefix in compiled symbols],
-  [lt_cv_sys_symbol_underscore],
-  [lt_cv_sys_symbol_underscore=no
-  cat > conftest.$ac_ext <<_LT_EOF
-void nm_test_func(){}
-int main(){nm_test_func;return 0;}
-_LT_EOF
-  if AC_TRY_EVAL(ac_compile); then
-    # Now try to grab the symbols.
-    ac_nlist=conftest.nm
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
-      # See whether the symbols have a leading underscore.
-      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
-        lt_cv_sys_symbol_underscore=yes
-      else
-        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
-	  :
+])
+m4trace:/usr/share/aclocal/lib-link.m4:705: -1- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [
+  AC_REQUIRE([AC_LIB_RPATH])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  $1=
+  if test "$enable_rpath" != no; then
+    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+      dnl Use an explicit option to hardcode directories into the resulting
+      dnl binary.
+      rpathdirs=
+      next=
+      for opt in $2; do
+        if test -n "$next"; then
+          dir="$next"
+          dnl No need to hardcode the standard /usr/lib.
+          if test "X$dir" != "X/usr/$acl_libdirstem" \
+             && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+            rpathdirs="$rpathdirs $dir"
+          fi
+          next=
+        else
+          case $opt in
+            -L) next=yes ;;
+            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
+                 dnl No need to hardcode the standard /usr/lib.
+                 if test "X$dir" != "X/usr/$acl_libdirstem" \
+                    && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+                   rpathdirs="$rpathdirs $dir"
+                 fi
+                 next= ;;
+            *) next= ;;
+          esac
+        fi
+      done
+      if test "X$rpathdirs" != "X"; then
+        if test -n ""$3""; then
+          dnl libtool is used for linking. Use -R options.
+          for dir in $rpathdirs; do
+            $1="${$1}${$1:+ }-R$dir"
+          done
         else
-	  echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
+          dnl The linker is used for linking directly.
+          if test -n "$acl_hardcode_libdir_separator"; then
+            dnl Weird platform: only the last -rpath option counts, the user
+            dnl must pass all path elements in one option.
+            alldirs=
+            for dir in $rpathdirs; do
+              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
+            done
+            acl_save_libdir="$libdir"
+            libdir="$alldirs"
+            eval flag=\"$acl_hardcode_libdir_flag_spec\"
+            libdir="$acl_save_libdir"
+            $1="$flag"
+          else
+            dnl The -rpath options are cumulative.
+            for dir in $rpathdirs; do
+              acl_save_libdir="$libdir"
+              libdir="$dir"
+              eval flag=\"$acl_hardcode_libdir_flag_spec\"
+              libdir="$acl_save_libdir"
+              $1="${$1}${$1:+ }$flag"
+            done
+          fi
         fi
       fi
+    fi
+  fi
+  AC_SUBST([$1])
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:12: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])
+m4trace:/usr/share/aclocal/lib-prefix.m4:22: -1- AC_DEFUN([AC_LIB_PREFIX], [
+  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
+  AC_REQUIRE([AC_PROG_CC])
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_LIB_ARG_WITH([lib-prefix],
+[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
+  --without-lib-prefix    don't search for libraries in includedir and libdir],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
     else
-      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+      fi
+    fi
+])
+  if test $use_additional = yes; then
+    dnl Potentially add $additional_includedir to $CPPFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/include,
+    dnl   2. if it's already present in $CPPFLAGS,
+    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_includedir" != "X/usr/include"; then
+      haveit=
+      for x in $CPPFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-I$additional_includedir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_includedir" = "X/usr/local/include"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_includedir"; then
+            dnl Really add $additional_includedir to $CPPFLAGS.
+            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
+          fi
+        fi
+      fi
+    fi
+    dnl Potentially add $additional_libdir to $LDFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/lib,
+    dnl   2. if it's already present in $LDFLAGS,
+    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
+      haveit=
+      for x in $LDFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-L$additional_libdir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux*) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_libdir"; then
+            dnl Really add $additional_libdir to $LDFLAGS.
+            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
+          fi
+        fi
+      fi
     fi
+  fi
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:122: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [
+  dnl Unfortunately, prefix and exec_prefix get only finally determined
+  dnl at the end of configure.
+  if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
   else
-    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
-    cat conftest.c >&AS_MESSAGE_LOG_FD
+    acl_final_prefix="$prefix"
   fi
-  rm -rf conftest*
-  ])
-  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
-  AC_SUBST([sys_symbol_underscore])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:800: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl	for lt_prog_compiler_wl
-AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl	for lt_cv_sys_symbol_underscore
-AC_REQUIRE([LT_SYS_MODULE_EXT])dnl	for libltdl_cv_shlibext
-if test yes = "$lt_cv_sys_symbol_underscore"; then
-  if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
-    AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
-      [libltdl_cv_need_uscore],
-      [libltdl_cv_need_uscore=unknown
-      dlsym_uscore_save_LIBS=$LIBS
-      LIBS="$LIBS $LIBADD_DLOPEN"
-      libname=conftmod # stay within 8.3 filename limits!
-      cat >$libname.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-int fnord () { return 42; }]
-_LT_EOF
-
-      # ltfn_module_cmds module_cmds
-      # Execute tilde-delimited MODULE_CMDS with environment primed for
-      # $module_cmds or $archive_cmds type content.
-      ltfn_module_cmds ()
-      {( # subshell avoids polluting parent global environment
-          module_cmds_save_ifs=$IFS; IFS='~'
-          for cmd in @S|@1; do
-            IFS=$module_cmds_save_ifs
-            libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
-            rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
-            major=; versuffix=; verstring=; deplibs=
-            ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
-            eval $cmd
-          done
-          IFS=$module_cmds_save_ifs
-      )}
-
-      # Compile a loadable module using libtool macro expansion results.
-      $CC $pic_flag -c $libname.$ac_ext
-      ltfn_module_cmds "${module_cmds:-$archive_cmds}"
-
-      # Try to fetch fnord with dlsym().
-      libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
-      cat >conftest.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-#include <stdio.h>
-#ifndef RTLD_GLOBAL
-#  ifdef DL_GLOBAL
-#    define RTLD_GLOBAL DL_GLOBAL
-#  else
-#    define RTLD_GLOBAL 0
-#  endif
-#endif
-#ifndef RTLD_NOW
-#  ifdef DL_NOW
-#    define RTLD_NOW DL_NOW
-#  else
-#    define RTLD_NOW 0
-#  endif
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:145: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  $1
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:162: -1- AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [
+  dnl There is no formal standard regarding lib and lib64.
+  dnl On glibc systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
+  dnl the compiler's default mode by looking at the compiler's library search
+  dnl path. If at least one of its elements ends in /lib64 or points to a
+  dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
+  dnl Otherwise we use the default, namely "lib".
+  dnl On Solaris systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
+  dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+      dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
+      dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
+      dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
+      dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
+      dnl symlink is missing, so we set acl_libdirstem2 too.
+      AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
+        [AC_EGREP_CPP([sixtyfour bits], [
+#ifdef _LP64
+sixtyfour bits
 #endif
-int main () {
-  void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
-  int status = $libltdl_dlunknown;
-  if (handle) {
-    if (dlsym (handle, "fnord"))
-      status = $libltdl_dlnouscore;
-    else {
-      if (dlsym (handle, "_fnord"))
-        status = $libltdl_dluscore;
-      else
-	puts (dlerror ());
-    }
-    dlclose (handle);
-  } else
-    puts (dlerror ());
-  return status;
-}]
-_LT_EOF
-      if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
-        (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
-        libltdl_status=$?
-        case x$libltdl_status in
-          x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
-	  x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
-	  x*) libltdl_cv_need_uscore=unknown ;;
+           ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
+        ])
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
         esac
       fi
-      rm -rf conftest* $libname*
-      LIBS=$dlsym_uscore_save_LIBS
-    ])
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+])
+m4trace:/usr/share/aclocal/lock.m4:9: -1- AC_DEFUN([gl_LOCK], [
+  AC_REQUIRE([gl_THREADLIB])
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    AC_CHECK_TYPE([pthread_rwlock_t],
+      [AC_DEFINE([HAVE_PTHREAD_RWLOCK], [1],
+         [Define if the POSIX multithreading library has read/write locks.])],
+      [],
+      [#include <pthread.h>])
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    AC_TRY_COMPILE([#include <pthread.h>],
+      [#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif],
+      [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], [1],
+         [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
   fi
-fi
-
-if test yes = "$libltdl_cv_need_uscore"; then
-  AC_DEFINE([NEED_USCORE], [1],
-    [Define if dlsym() requires a leading underscore in symbol names.])
-fi
+  gl_PREREQ_LOCK
+])
+m4trace:/usr/share/aclocal/lock.m4:35: -1- AC_DEFUN([gl_PREREQ_LOCK], [
+  AC_REQUIRE([AC_C_INLINE])
+])
+m4trace:/usr/share/aclocal/longlong.m4:17: -1- AC_DEFUN([AC_TYPE_LONG_LONG_INT], [
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+    [AC_LINK_IFELSE(
+       [_AC_TYPE_LONG_LONG_SNIPPET],
+       [dnl This catches a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
+        dnl If cross compiling, assume the bug isn't important, since
+        dnl nobody cross compiles for this platform as far as we know.
+        AC_RUN_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[@%:@include <limits.h>
+               @%:@ifndef LLONG_MAX
+               @%:@ define HALF \
+                        (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+               @%:@ define LLONG_MAX (HALF - 1 + HALF)
+               @%:@endif]],
+             [[long long int n = 1;
+               int i;
+               for (i = 0; ; i++)
+                 {
+                   long long int m = n << i;
+                   if (m >> i != n)
+                     return 1;
+                   if (LLONG_MAX / 2 < m)
+                     break;
+                 }
+               return 0;]])],
+          [ac_cv_type_long_long_int=yes],
+          [ac_cv_type_long_long_int=no],
+          [ac_cv_type_long_long_int=yes])],
+       [ac_cv_type_long_long_int=no])])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type `long long int'.])
+  fi
+])
+m4trace:/usr/share/aclocal/longlong.m4:63: -1- AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [AC_LINK_IFELSE(
+       [_AC_TYPE_LONG_LONG_SNIPPET],
+       [ac_cv_type_unsigned_long_long_int=yes],
+       [ac_cv_type_unsigned_long_long_int=no])])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type `unsigned long long int'.])
+  fi
+])
+m4trace:/usr/share/aclocal/longlong.m4:82: -1- AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET], [
+  AC_LANG_PROGRAM(
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;]],
+    [[/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));]])
+])
+m4trace:/usr/share/aclocal/nls.m4:23: -1- AC_DEFUN([AM_NLS], [
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE([nls],
+    [  --disable-nls           do not use Native Language Support],
+    USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
-m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
-You should run autoupdate.])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
-You should run autoupdate.])dnl
-AC_ENABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
-You should run autoupdate.])dnl
-AC_DISABLE_SHARED($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
-You should run autoupdate.])dnl
-AC_ENABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
-You should run autoupdate.])dnl
-AC_DISABLE_STATIC($@)])
-m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-m4trace:/usr/share/aclocal/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
-m4trace:/usr/share/aclocal/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.4'
-macro_revision='2.4.4'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
-m4trace:/usr/share/aclocal/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
 m4trace:/usr/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
@@ -1772,52 +2214,966 @@ else
 	$3
 fi[]dnl
 ])
-m4trace:/usr/share/aclocal/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([pkgconfigdir],
-    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
-    [with_pkgconfigdir=]pkg_default)
-AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
-])
-m4trace:/usr/share/aclocal/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([noarch-pkgconfigdir],
-    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
-    [with_noarch_pkgconfigdir=]pkg_default)
-AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
-])
-m4trace:/usr/share/aclocal/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
-
-_PKG_CONFIG([$1], [variable="][$3]["], [$2])
-AS_VAR_COPY([$1], [pkg_cv_][$1])
-
-AS_VAR_IF([$1], [""], [$5], [$4])dnl
-])
-m4trace:/usr/share/aclocal-1.14/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.14'
+m4trace:/usr/share/aclocal/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [
+  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake
+  AC_REQUIRE([AM_NLS])dnl
+
+  dnl Release version of the gettext macros. This is used to ensure that
+  dnl the gettext macros and po/Makefile.in.in are in sync.
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
+
+  dnl Perform the following tests also if --disable-nls has been given,
+  dnl because they are needed for "make dist" to work.
+
+  dnl Search for GNU msgfmt in the PATH.
+  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
+  dnl The second test excludes FreeBSD msgfmt.
+  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
+    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
+
+  dnl Test whether it is GNU msgfmt >= 0.15.
+changequote(,)dnl
+  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([MSGFMT_015])
+changequote(,)dnl
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([GMSGFMT_015])
+
+  dnl Search for GNU xgettext 0.12 or newer in the PATH.
+  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
+  dnl The second test excludes FreeBSD xgettext.
+  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  dnl Remove leftover from FreeBSD xgettext call.
+  rm -f messages.po
+
+  dnl Test whether it is GNU xgettext >= 0.15.
+changequote(,)dnl
+  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([XGETTEXT_015])
+
+  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
+  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
+    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
+
+  dnl Installation directories.
+  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
+  dnl have to define it here, so that it can be used in po/Makefile.
+  test -n "$localedir" || localedir='${datadir}/locale'
+  AC_SUBST([localedir])
+
+  dnl Support for AM_XGETTEXT_OPTION.
+  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
+
+  AC_CONFIG_COMMANDS([po-directories], [[
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ 	]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assigment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assigment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done]],
+   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   ])
+])
+m4trace:/usr/share/aclocal/po.m4:218: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [
+  # When this code is run, in config.status, two variables have already been
+  # set:
+  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
+  # - LINGUAS is the value of the environment variable LINGUAS at configure
+  #   time.
+
+changequote(,)dnl
+  # Adjust a relative srcdir.
+  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
+  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+  # In autoconf-2.13 it is called $ac_given_srcdir.
+  # In autoconf-2.50 it is called $srcdir.
+  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+  case "$ac_given_srcdir" in
+    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+    /*) top_srcdir="$ac_given_srcdir" ;;
+    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+  esac
+
+  # Find a way to echo strings without interpreting backslash.
+  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
+    gt_echo='echo'
+  else
+    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
+      gt_echo='printf %s\n'
+    else
+      echo_func () {
+        cat <<EOT
+$*
+EOT
+      }
+      gt_echo='echo_func'
+    fi
+  fi
+
+  # A sed script that extracts the value of VARIABLE from a Makefile.
+  sed_x_variable='
+# Test if the hold space is empty.
+x
+s/P/P/
+x
+ta
+# Yes it was empty. Look if we have the expected variable definition.
+/^[	 ]*VARIABLE[	 ]*=/{
+  # Seen the first line of the variable definition.
+  s/^[	 ]*VARIABLE[	 ]*=//
+  ba
+}
+bd
+:a
+# Here we are processing a line from the variable definition.
+# Remove comment, more precisely replace it with a space.
+s/#.*$/ /
+# See if the line ends in a backslash.
+tb
+:b
+s/\\$//
+# Print the line, without the trailing backslash.
+p
+tc
+# There was no trailing backslash. The end of the variable definition is
+# reached. Clear the hold space.
+s/^.*$//
+x
+bd
+:c
+# A trailing backslash means that the variable definition continues in the
+# next line. Put a nonempty string into the hold space to indicate this.
+s/^.*$/P/
+x
+:d
+'
+changequote([,])dnl
+
+  # Set POTFILES to the value of the Makefile variable POTFILES.
+  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
+  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
+  # Compute POTFILES_DEPS as
+  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
+  POTFILES_DEPS=
+  for file in $POTFILES; do
+    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
+  done
+  POMAKEFILEDEPS=""
+
+  if test -n "$OBSOLETE_ALL_LINGUAS"; then
+    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+  fi
+  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+    # The LINGUAS file contains the set of available languages.
+    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+  else
+    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
+    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
+    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
+  fi
+  # Hide the ALL_LINGUAS assigment from automake < 1.5.
+  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+  # Compute POFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+  # Compute UPDATEPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+  # Compute DUMMYPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+  # Compute GMOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+  # Compute PROPERTIESFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
+  # Compute CLASSFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
+  # Compute QMFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
+  # Compute MSGFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
+  # Compute RESOURCESDLLFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
+  case "$ac_given_srcdir" in
+    .) srcdirpre= ;;
+    *) srcdirpre='$(srcdir)/' ;;
+  esac
+  POFILES=
+  UPDATEPOFILES=
+  DUMMYPOFILES=
+  GMOFILES=
+  PROPERTIESFILES=
+  CLASSFILES=
+  QMFILES=
+  MSGFILES=
+  RESOURCESDLLFILES=
+  for lang in $ALL_LINGUAS; do
+    POFILES="$POFILES $srcdirpre$lang.po"
+    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
+    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
+    QMFILES="$QMFILES $srcdirpre$lang.qm"
+    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
+    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
+  done
+  # CATALOGS depends on both $ac_dir and the user's LINGUAS
+  # environment variable.
+  INST_LINGUAS=
+  if test -n "$ALL_LINGUAS"; then
+    for presentlang in $ALL_LINGUAS; do
+      useit=no
+      if test "%UNSET%" != "$LINGUAS"; then
+        desiredlanguages="$LINGUAS"
+      else
+        desiredlanguages="$ALL_LINGUAS"
+      fi
+      for desiredlang in $desiredlanguages; do
+        # Use the presentlang catalog if desiredlang is
+        #   a. equal to presentlang, or
+        #   b. a variant of presentlang (because in this case,
+        #      presentlang can be used as a fallback for messages
+        #      which are not translated in the desiredlang catalog).
+        case "$desiredlang" in
+          "$presentlang"*) useit=yes;;
+        esac
+      done
+      if test $useit = yes; then
+        INST_LINGUAS="$INST_LINGUAS $presentlang"
+      fi
+    done
+  fi
+  CATALOGS=
+  JAVACATALOGS=
+  QTCATALOGS=
+  TCLCATALOGS=
+  CSHARPCATALOGS=
+  if test -n "$INST_LINGUAS"; then
+    for lang in $INST_LINGUAS; do
+      CATALOGS="$CATALOGS $lang.gmo"
+      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
+      QTCATALOGS="$QTCATALOGS $lang.qm"
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
+    done
+  fi
+
+  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
+  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang.msg: $lang.po
+	@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
+	\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
+	@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
+	\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if test -n "$POMAKEFILEDEPS"; then
+    cat >> "$ac_file.tmp" <<EOF
+Makefile: $POMAKEFILEDEPS
+EOF
+  fi
+  mv "$ac_file.tmp" "$ac_file"
+])
+m4trace:/usr/share/aclocal/po.m4:439: -1- AC_DEFUN([AM_XGETTEXT_OPTION_INIT], [
+  XGETTEXT_EXTRA_OPTIONS=
+])
+m4trace:/usr/share/aclocal/po.m4:445: -1- AC_DEFUN([AM_XGETTEXT_OPTION], [
+  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
+  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
+])
+m4trace:/usr/share/aclocal/printf-posix.m4:11: -1- AC_DEFUN([gt_PRINTF_POSIX], [
+  AC_REQUIRE([AC_PROG_CC])
+  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
+    gt_cv_func_printf_posix,
+    [
+      AC_TRY_RUN([
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}], gt_cv_func_printf_posix=yes, gt_cv_func_printf_posix=no,
+      [
+        AC_EGREP_CPP([notposix], [
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+          ],
+          [gt_cv_func_printf_posix="guessing no"],
+          [gt_cv_func_printf_posix="guessing yes"])
+      ])
+    ])
+  case $gt_cv_func_printf_posix in
+    *yes)
+      AC_DEFINE([HAVE_POSIX_PRINTF], [1],
+        [Define if your printf() function supports format strings with positions.])
+      ;;
+  esac
+])
+m4trace:/usr/share/aclocal/progtest.m4:25: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST], [
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  echo "#! /bin/sh" >conf$$.sh
+  echo  "exit 0"   >>conf$$.sh
+  chmod +x conf$$.sh
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+    PATH_SEPARATOR=';'
+  else
+    PATH_SEPARATOR=:
+  fi
+  rm -f conf$$.sh
+fi
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=[$]2
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL([ac_cv_path_$1],
+[case "[$]$1" in
+  [[\\/]]* | ?:[[\\/]]*)
+    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in ifelse([$5], , $PATH, [$5]); do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
+          if [$3]; then
+            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+])dnl
+    ;;
+esac])dnl
+$1="$ac_cv_path_$1"
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+  AC_MSG_RESULT([$][$1])
+else
+  AC_MSG_RESULT([no])
+fi
+AC_SUBST([$1])dnl
+])
+m4trace:/usr/share/aclocal/size_max.m4:9: -1- AC_DEFUN([gl_SIZE_MAX], [
+  AC_CHECK_HEADERS([stdint.h])
+  dnl First test whether the system already has SIZE_MAX.
+  AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
+    gl_cv_size_max=
+    AC_EGREP_CPP([Found it], [
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
+], [gl_cv_size_max=yes])
+    if test -z "$gl_cv_size_max"; then
+      dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
+      dnl than the type 'unsigned long'. Try hard to find a definition that can
+      dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
+      AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1],
+        [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+      AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],
+        [#include <stddef.h>], [fits_in_uint=])
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+          dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
+          dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
+          AC_TRY_COMPILE([#include <stddef.h>
+            extern size_t foo;
+            extern unsigned long foo;
+            ], [], [fits_in_uint=0])
+        fi
+        dnl We cannot use 'expr' to simplify this expression, because 'expr'
+        dnl works only with 'long' integers in the host environment, while we
+        dnl might be cross-compiling from a 32-bit platform to a 64-bit platform.
+        if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+        dnl Shouldn't happen, but who knows...
+        gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  ])
+  if test "$gl_cv_size_max" != yes; then
+    AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
+      [Define as the maximum value of type 'size_t', if the system doesn't define it.])
+  fi
+  dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
+  dnl <stdint.h>. Remember that the #undef in AH_VERBATIM gets replaced with
+  dnl #define by AC_DEFINE_UNQUOTED.
+  AH_VERBATIM([SIZE_MAX],
+[/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif])
+])
+m4trace:/usr/share/aclocal/stdint_h.m4:12: -1- AC_DEFUN([gl_AC_HEADER_STDINT_H], [
+  AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
+  [AC_TRY_COMPILE(
+    [#include <sys/types.h>
+#include <stdint.h>],
+    [uintmax_t i = (uintmax_t) -1; return !i;],
+    [gl_cv_header_stdint_h=yes],
+    [gl_cv_header_stdint_h=no])])
+  if test $gl_cv_header_stdint_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1],
+      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+m4trace:/usr/share/aclocal/threadlib.m4:24: -1- AC_DEFUN([gl_THREADLIB_EARLY], [
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+])
+m4trace:/usr/share/aclocal/threadlib.m4:31: -1- AC_DEFUN([gl_THREADLIB_EARLY_BODY], [
+  dnl Ordering constraints: This macro modifies CPPFLAGS in a way that
+  dnl influences the result of the autoconf tests that test for *_unlocked
+  dnl declarations, on AIX 5 at least. Therefore it must come early.
+  AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl
+  AC_BEFORE([$0], [gl_ARGP])dnl
+
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+  dnl Check for multithreading.
+  m4_divert_text([DEFAULTS], [gl_use_threads_default=])
+  AC_ARG_ENABLE([threads],
+AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API])
+AC_HELP_STRING([--disable-threads], [build without multithread safety]),
+    [gl_use_threads=$enableval],
+    [if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+changequote(,)dnl
+       case "$host_os" in
+         dnl Disable multithreading by default on OSF/1, because it interferes
+         dnl with fork()/exec(): When msgexec is linked with -lpthread, its
+         dnl child process gets an endless segmentation fault inside execvp().
+         dnl Disable multithreading by default on Cygwin 1.5.x, because it has
+         dnl bugs that lead to endless loops or crashes. See
+         dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
+         osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+changequote([,])dnl
+     fi
+    ])
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_TRY_LINK test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
+])
+m4trace:/usr/share/aclocal/threadlib.m4:100: -1- AC_DEFUN([gl_THREADLIB_BODY], [
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+    dnl Check whether the compiler and linker support weak declarations.
+    AC_CACHE_CHECK([whether imported symbols can be declared weak],
+      [gl_cv_have_weak],
+      [gl_cv_have_weak=no
+       dnl First, test whether the compiler accepts it syntactically.
+       AC_TRY_LINK([extern void xyzzy ();
+#pragma weak xyzzy], [xyzzy();], [gl_cv_have_weak=maybe])
+       if test $gl_cv_have_weak = maybe; then
+         dnl Second, test whether it actually works. On Cygwin 1.7.2, with
+         dnl gcc 4.3, symbols declared weak always evaluate to the address 0.
+         AC_TRY_RUN([
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}], [gl_cv_have_weak=yes], [gl_cv_have_weak=no],
+           [dnl When cross-compiling, assume that only ELF platforms support
+            dnl weak symbols.
+            AC_EGREP_CPP([Extensible Linking Format],
+              [#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              ],
+              [gl_cv_have_weak="guessing yes"],
+              [gl_cv_have_weak="guessing no"])
+           ])
+       fi
+      ])
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      AC_CHECK_HEADER([pthread.h],
+        [gl_have_pthread_h=yes], [gl_have_pthread_h=no])
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        AC_TRY_LINK([#include <pthread.h>],
+          [pthread_mutex_lock((pthread_mutex_t*)0);
+           pthread_mutexattr_init((pthread_mutexattr_t*)0);],
+          [gl_have_pthread=yes])
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], [1],
+                   [Define if the pthread_in_use() detection is hard.])
+             esac
+            ])
+        else
+          # Some library is needed. Try libpthread and libc_r.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread])
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            AC_CHECK_LIB([c_r], [pthread_kill],
+              [gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r])
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          AC_DEFINE([USE_POSIX_THREADS], [1],
+            [Define if the POSIX multithreading library can be used.])
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              AC_DEFINE([USE_POSIX_THREADS_WEAK], [1],
+                [Define if references to the POSIX multithreading library should be made weak.])
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        AC_TRY_LINK([#include <thread.h>
+#include <synch.h>],
+          [thr_self();],
+          [gl_have_solaristhread=yes])
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          AC_DEFINE([USE_SOLARIS_THREADS], [1],
+            [Define if the old Solaris multithreading library can be used.])
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_SOLARIS_THREADS_WEAK], [1],
+              [Define if references to the old Solaris multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      AC_LIB_LINKFLAGS([pth])
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS -lpth"
+      AC_TRY_LINK([#include <pth.h>], [pth_self();], [gl_have_pth=yes])
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        AC_DEFINE([USE_PTH_THREADS], [1],
+          [Define if the GNU Pth multithreading library can be used.])
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_PTH_THREADS_WEAK], [1],
+              [Define if references to the GNU Pth multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then
+        if { case "$host_os" in
+               mingw*) true;;
+               *) false;;
+             esac
+           }; then
+          gl_threads_api=win32
+          AC_DEFINE([USE_WIN32_THREADS], [1],
+            [Define if the Win32 multithreading API can be used.])
+        fi
+      fi
+    fi
+  fi
+  AC_MSG_CHECKING([for multithread API to use])
+  AC_MSG_RESULT([$gl_threads_api])
+  AC_SUBST([LIBTHREAD])
+  AC_SUBST([LTLIBTHREAD])
+  AC_SUBST([LIBMULTITHREAD])
+  AC_SUBST([LTLIBMULTITHREAD])
+])
+m4trace:/usr/share/aclocal/threadlib.m4:278: -1- AC_DEFUN([gl_THREADLIB], [
+  AC_REQUIRE([gl_THREADLIB_EARLY])
+  AC_REQUIRE([gl_THREADLIB_BODY])
+])
+m4trace:/usr/share/aclocal/threadlib.m4:291: -1- AC_DEFUN([gl_DISABLE_THREADS], [
+  m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no])
+])
+m4trace:/usr/share/aclocal/uintmax_t.m4:14: -1- AC_DEFUN([gl_AC_TYPE_UINTMAX_T], [
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
+      [Define to unsigned long or unsigned long long
+       if <stdint.h> and <inttypes.h> don't define.])
+  else
+    AC_DEFINE([HAVE_UINTMAX_T], [1],
+      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+m4trace:/usr/share/aclocal/visibility.m4:23: -1- AC_DEFUN([gl_VISIBILITY], [
+  AC_REQUIRE([AC_PROG_CC])
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+    dnl First, check whether -Werror can be added to the command line, or
+    dnl whether it leads to an error because of some other option that the
+    dnl user has put into $CC $CFLAGS $CPPFLAGS.
+    AC_MSG_CHECKING([whether the -Werror option is usable])
+    AC_CACHE_VAL([gl_cv_cc_vis_werror], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      AC_TRY_COMPILE([], [],
+        [gl_cv_cc_vis_werror=yes],
+        [gl_cv_cc_vis_werror=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_vis_werror])
+    dnl Now check whether visibility declarations are supported.
+    AC_MSG_CHECKING([for simple visibility declarations])
+    AC_CACHE_VAL([gl_cv_cc_visibility], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+      dnl We use the option -Werror and a function dummyfunc, because on some
+      dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
+      dnl "visibility attribute not supported in this configuration; ignored"
+      dnl at the first function definition in every compilation unit, and we
+      dnl don't want to use the option in this case.
+      if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      AC_TRY_COMPILE(
+        [extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+         extern __attribute__((__visibility__("default"))) int exportedvar;
+         extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+         extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+         void dummyfunc (void) {}],
+        [],
+        [gl_cv_cc_visibility=yes],
+        [gl_cv_cc_visibility=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_visibility])
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
+  fi
+  AC_SUBST([CFLAG_VISIBILITY])
+  AC_SUBST([HAVE_VISIBILITY])
+  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
+    [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
+])
+m4trace:/usr/share/aclocal/wchar_t.m4:11: -1- AC_DEFUN([gt_TYPE_WCHAR_T], [
+  AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
+    [AC_TRY_COMPILE([#include <stddef.h>
+       wchar_t foo = (wchar_t)'\0';], ,
+       [gt_cv_c_wchar_t=yes], [gt_cv_c_wchar_t=no])])
+  if test $gt_cv_c_wchar_t = yes; then
+    AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.])
+  fi
+])
+m4trace:/usr/share/aclocal/wint_t.m4:11: -1- AC_DEFUN([gt_TYPE_WINT_T], [
+  AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
+    [AC_TRY_COMPILE([
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+       wint_t foo = (wchar_t)'\0';], ,
+       [gt_cv_c_wint_t=yes], [gt_cv_c_wint_t=no])])
+  if test $gt_cv_c_wint_t = yes; then
+    AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.])
+  fi
+])
+m4trace:/usr/share/aclocal/xsize.m4:7: -1- AC_DEFUN([gl_XSIZE], [
+  dnl Prerequisites of lib/xsize.h.
+  AC_REQUIRE([gl_SIZE_MAX])
+  AC_REQUIRE([AC_C_INLINE])
+  AC_CHECK_HEADERS([stdint.h])
+])
+m4trace:/usr/share/aclocal-1.11/amversion.m4:17: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
 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.14.1], [],
+m4_if([$1], [1.11.6], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
-m4trace:/usr/share/aclocal-1.14/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.14.1])dnl
+m4trace:/usr/share/aclocal-1.11/amversion.m4:36: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.6])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-m4trace:/usr/share/aclocal-1.14/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
+m4trace:/usr/share/aclocal-1.11/auxdir.m4:49: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
 AC_PREREQ([2.50])dnl
 # expand $ac_aux_dir to an absolute path
 am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
-m4trace:/usr/share/aclocal-1.14/cond.m4:12: -1- 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
+m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 AC_SUBST([$1_TRUE])dnl
 AC_SUBST([$1_FALSE])dnl
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
@@ -1835,18 +3191,17 @@ AC_CONFIG_COMMANDS_PRE(
   AC_MSG_ERROR([[conditional "$1" was never defined.
 Usually this means the macro was only invoked conditionally.]])
 fi])])
-m4trace:/usr/share/aclocal-1.14/depend.m4:26: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
+m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- 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=])
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                   [depcc="$$1"   am_compiler_list=])
 
 AC_CACHE_CHECK([dependency style of $depcc],
                [am_cv_$1_dependencies_compiler_type],
@@ -1854,8 +3209,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
   # 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".
+  # 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
@@ -1895,16 +3250,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
     : > 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
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
     done
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
+    # 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.
+    # 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
@@ -1913,8 +3268,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
       test "$am__universal" = false || continue
       ;;
     nosideeffect)
-      # After this tag, mechanisms are not by side-effect, so they'll
-      # only be used when explicitly requested.
+      # 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
@@ -1922,7 +3277,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
       fi
       ;;
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
-      # This compiler won't grok '-c -o', but also, the minuso test has
+      # 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}
@@ -1965,16 +3320,12 @@ AM_CONDITIONAL([am__fastdep$1], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 ])
-m4trace:/usr/share/aclocal-1.14/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+m4trace:/usr/share/aclocal-1.11/depend.m4:164: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 ])
-m4trace:/usr/share/aclocal-1.14/depend.m4:171: -1- 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])])
+m4trace:/usr/share/aclocal-1.11/depend.m4:172: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
+[  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors])
 if test "x$enable_dependency_tracking" != xno; then
   am_depcomp="$ac_aux_dir/depcomp"
   AMDEPBACKSLASH='\'
@@ -1986,8 +3337,8 @@ _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 AC_SUBST([am__nodep])dnl
 _AM_SUBST_NOTMAKE([am__nodep])dnl
 ])
-m4trace:/usr/share/aclocal-1.14/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
-  # Older Autoconf quotes --file arguments for eval, but not when files
+m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
+  # Autoconf 2.62 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
@@ -2000,7 +3351,7 @@ m4trace:/usr/share/aclocal-1.14/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENC
     # 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
+    # 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.
@@ -2012,19 +3363,21 @@ m4trace:/usr/share/aclocal-1.14/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENC
       continue
     fi
     # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
+    # 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
+    test -z "am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
     # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
     # simplest approach to changing $(DEPDIR) to its actual value in the
     # expansion.
     for file in `sed -n "
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
       # Make sure the directory exists.
       test -f "$dirpart/$file" && continue
       fdir=`AS_DIRNAME(["$file"])`
@@ -2035,11 +3388,11 @@ m4trace:/usr/share/aclocal-1.14/depout.m4:12: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENC
   done
 }
 ])
-m4trace:/usr/share/aclocal-1.14/depout.m4:71: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
+m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- 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"])
 ])
-m4trace:/usr/share/aclocal-1.14/init.m4:29: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl
+m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])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
@@ -2068,40 +3421,31 @@ 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
+[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_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
 _AM_IF_OPTION([no-define],,
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
 # Some tools Automake needs.
 AC_REQUIRE([AM_SANITY_CHECK])dnl
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-AM_MISSING_PROG([AUTOCONF], [autoconf])
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
+AM_MISSING_PROG(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:
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
-AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 # We need awk for the "check" target.  The system "awk" is bad on
 # some platforms.
 AC_REQUIRE([AC_PROG_AWK])dnl
@@ -2112,72 +3456,27 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 			     [_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
+		  [_AM_DEPENDENCIES(CC)],
+		  [define([AC_PROG_CC],
+			  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
+		  [_AM_DEPENDENCIES(CXX)],
+		  [define([AC_PROG_CXX],
+			  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.
+		  [_AM_DEPENDENCIES(OBJC)],
+		  [define([AC_PROG_OBJC],
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
+])
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
+dnl 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: <http://austingroupbugs.net/view.php?id=542>
-
-Please tell bug-automake at 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: <http://www.gnu.org/software/coreutils/>.
-
-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])
-m4trace:/usr/share/aclocal-1.14/init.m4:182: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
+])
+m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- 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
@@ -2189,7 +3488,7 @@ for _am_header in $config_headers :; do
   esac
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-m4trace:/usr/share/aclocal-1.14/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+m4trace:/usr/share/aclocal-1.11/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 if test x"${install_sh}" != xset; then
   case $am_aux_dir in
   *\ * | *\	*)
@@ -2198,8 +3497,8 @@ if test x"${install_sh}" != xset; then
     install_sh="\${SHELL} $am_aux_dir/install-sh"
   esac
 fi
-AC_SUBST([install_sh])])
-m4trace:/usr/share/aclocal-1.14/lead-dot.m4:10: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
+AC_SUBST(install_sh)])
+m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- 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=.
@@ -2208,7 +3507,7 @@ else
 fi
 rmdir .tst 2>/dev/null
 AC_SUBST([am__leading_dot])])
-m4trace:/usr/share/aclocal-1.14/make.m4:12: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
+m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
 cat > confinc << 'END'
 am__doit:
 	@echo this is the am__doit target
@@ -2221,7 +3520,7 @@ am__quote=
 _am_result=none
 # First try GNU make style include.
 echo "include confinc" > confmf
-# Ignore all kinds of additional output from 'make'.
+# 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
@@ -2245,10 +3544,10 @@ AC_SUBST([am__quote])
 AC_MSG_RESULT([$_am_result])
 rm -f confinc confmf
 ])
-m4trace:/usr/share/aclocal-1.14/missing.m4:11: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
+m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
 $1=${$1-"${am_missing_run}$2"}
 AC_SUBST($1)])
-m4trace:/usr/share/aclocal-1.14/missing.m4:20: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- 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
@@ -2259,72 +3558,41 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --is-lightweight"; then
-  am_missing_run="$MISSING "
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
 else
   am_missing_run=
-  AC_MSG_WARN(['missing' script is too old or missing])
+  AC_MSG_WARN([`missing' script is too old or missing])
 fi
 ])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:11: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
-AC_CONFIG_HEADERS($@)])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should simply use the 'AC][_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.])])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:26: -1- AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:28: -1- AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:28: -1- AC_DEFUN([fp_C_PROTOTYPES], [AC_DIAGNOSE([obsolete], [The macro `fp_C_PROTOTYPES' is obsolete.
-You should run autoupdate.])dnl
-AM_C_PROTOTYPES])
-m4trace:/usr/share/aclocal-1.14/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-m4trace:/usr/share/aclocal-1.14/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
-m4trace:/usr/share/aclocal-1.14/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-m4trace:/usr/share/aclocal-1.14/options.m4:29: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-m4trace:/usr/share/aclocal-1.14/prog-cc-c-o.m4:12: -1- 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])])
-m4trace:/usr/share/aclocal-1.14/prog-cc-c-o.m4:47: -1- AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
-m4trace:/usr/share/aclocal-1.14/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+m4trace:/usr/share/aclocal-1.11/mkdirp.m4:14: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+dnl while keeping a definition of mkdir_p for backward compatibility.
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
+dnl adjustment using top_builddir (which is defined more often than
+dnl MKDIR_P).
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
+case $mkdir_p in
+  [[\\/$]]* | ?:[[\\/]]*) ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+])
+m4trace:/usr/share/aclocal-1.11/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+m4trace:/usr/share/aclocal-1.11/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+m4trace:/usr/share/aclocal-1.11/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+m4trace:/usr/share/aclocal-1.11/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+m4trace:/usr/share/aclocal-1.11/runlog.m4:14: -1- 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); }])
-m4trace:/usr/share/aclocal-1.14/sanity.m4:11: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
+m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
+# Just in case
+sleep 1
+echo timestamp > conftest.file
 # Reject unsafe characters in $srcdir or the absolute working directory
 # name.  Accept space and tab only in the latter.
 am_lf='
@@ -2335,40 +3603,32 @@ case `pwd` in
 esac
 case $srcdir in
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
-    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 esac
 
-# Do 'set' in a subshell so we don't clobber the current shell's
+# 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
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   if test "$[*]" = "X"; then
+      # -L didn't work.
+      set X `ls -t "$srcdir/configure" conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+alias in your environment])
+   fi
+
    test "$[2]" = conftest.file
    )
 then
@@ -2378,38 +3638,17 @@ 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
-])
-m4trace:/usr/share/aclocal-1.14/silent.m4:12: -1- 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]);;
+AC_MSG_RESULT(yes)])
+m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
+[  --enable-silent-rules          less verbose build output (undo: `make V=1')
+  --disable-silent-rules         verbose build output (undo: `make V=0')])
+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 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}
@@ -2427,7 +3666,7 @@ 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.
+  dnl Using `$V' instead of `$(V)' breaks IRIX make.
   AM_V='$(V)'
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 else
@@ -2443,125 +3682,88 @@ AM_BACKSLASH='\'
 AC_SUBST([AM_BACKSLASH])dnl
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
-m4trace:/usr/share/aclocal-1.14/strip.m4:17: -1- 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
+m4trace:/usr/share/aclocal-1.11/strip.m4:19: -1- 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'.
+# 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])])
-m4trace:/usr/share/aclocal-1.14/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
-m4trace:/usr/share/aclocal-1.14/substnot.m4:17: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
-m4trace:/usr/share/aclocal-1.14/tar.m4:23: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.  Yes, it's still used
+m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
+m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- 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}
+     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+     [m4_case([$1], [ustar],, [pax],,
+              [m4_fatal([Unknown tar format])])
+AC_MSG_CHECKING([how to create a $1 tar archive])
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of `-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      AM_RUN_LOG([$_am_tar --version]) && break
+    done
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x $1 -w "$$tardir"'
+    am__tar_='pax -L -x $1 -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+    am__untar='cpio -i -H $1 -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
+    ;;
+  esac
 
-  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
 
-    # 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 <conftest.tar])
-      AM_RUN_LOG([cat conftest.dir/file])
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-    fi
-  done
+  # 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 <conftest.tar])
+    grep GrepMe conftest.dir/file >/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_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])
 ])
@@ -2616,413 +3818,887 @@ m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:8: -1- m4_pattern_allow([^subdirs$])
-m4trace:configure.ac:49: -1- AM_INIT_AUTOMAKE([gsequencer], [0.4.3])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:49: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:49: -1- AM_AUTOMAKE_VERSION([1.14.1])
-m4trace:configure.ac:49: -1- _AM_AUTOCONF_VERSION([2.69])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:49: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.14/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
-configure.ac:49: the top level])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:49: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
-m4trace:configure.ac:49: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:49: -1- AM_SANITY_CHECK
-m4trace:configure.ac:49: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:49: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:49: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:49: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:49: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:49: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:49: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:49: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:49: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:49: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:49: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:49: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:49: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:49: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:49: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([foreign])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
+m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
+m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.11.6])
+m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.69])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
+m4trace:configure.ac:6: -1- _AM_SET_OPTIONS([foreign])
+m4trace:configure.ac:6: -1- _AM_SET_OPTION([foreign])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([foreign])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- AM_SANITY_CHECK
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
+m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
+m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
+m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
+m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
+m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
+m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
+m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
+m4trace:configure.ac:6: -1- AM_PROG_MKDIR_P
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 			     [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:49: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:49: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:49: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:49: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:49: -1- _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
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
+m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
+		  [_AM_DEPENDENCIES(CC)],
+		  [define([AC_PROG_CC],
+			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
-		  [_AM_DEPENDENCIES([CXX])],
-		  [m4_define([AC_PROG_CXX],
-			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
+		  [_AM_DEPENDENCIES(CXX)],
+		  [define([AC_PROG_CXX],
+			  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
-])
-m4trace:configure.ac:49: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:49: -1- AM_SILENT_RULES
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AM_V$])
-m4trace:configure.ac:49: -1- AM_SUBST_NOTMAKE([AM_V])
-m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([AM_V])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AM_DEFAULT_V$])
-m4trace:configure.ac:49: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
-m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
-m4trace:configure.ac:49: -1- m4_pattern_allow([^AM_BACKSLASH$])
-m4trace:configure.ac:49: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:52: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:52: -1- AM_SET_DEPDIR
-m4trace:configure.ac:52: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:52: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:52: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:52: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:52: -1- AM_DEP_TRACK
-m4trace:configure.ac:52: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^am__nodep$])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([am__nodep])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:52: -1- AM_CONDITIONAL([am__fastdepCXX], [
+		  [_AM_DEPENDENCIES(OBJC)],
+		  [define([AC_PROG_OBJC],
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
+])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([silent-rules])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CXX$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CXXFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CXX$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_CXX$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^EXEEXT$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJEXT$])
+m4trace:configure.ac:11: -1- _AM_DEPENDENCIES([CXX])
+m4trace:configure.ac:11: -1- AM_SET_DEPDIR
+m4trace:configure.ac:11: -1- m4_pattern_allow([^DEPDIR$])
+m4trace:configure.ac:11: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
+m4trace:configure.ac:11: -1- AM_MAKE_INCLUDE
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__include$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__quote$])
+m4trace:configure.ac:11: -1- AM_DEP_TRACK
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__nodep$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__nodep])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CXXDEPMODE$])
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([am__fastdepCXX], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:52: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:54: -1- _AM_PROG_CC_C_O
-m4trace:configure.ac:54: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
-m4trace:configure.ac:54: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:54: -1- AM_CONDITIONAL([am__fastdepCC], [
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^AWK$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CFLAGS$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^LIBS$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^ac_ct_CC$])
+m4trace:configure.ac:13: -1- _AM_DEPENDENCIES([CC])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^CCDEPMODE$])
+m4trace:configure.ac:13: -1- AM_CONDITIONAL([am__fastdepCC], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:54: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:54: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:55: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:55: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:55: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:57: -1- m4_pattern_allow([^LN_S$])
-m4trace:configure.ac:58: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:60: -1- AM_PROG_CC_STDC
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:60: -1- _AM_PROG_CC_C_O
-m4trace:configure.ac:60: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
-m4trace:configure.ac:60: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:60: -1- AM_CONDITIONAL([am__fastdepCC], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:60: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:60: -1- _m4_warn([obsolete], ['AM_PROG_CC_STDC': this macro is obsolete.
-You should simply use the 'AC_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.], [/usr/share/aclocal-1.14/obsolete.m4:17: AM_PROG_CC_STDC is expanded from...
-configure.ac:60: the top level])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^const$])
-m4trace:configure.ac:62: -1- AC_LIBTOOL_WIN32_DLL
-m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
-You should run autoupdate.], [/usr/share/aclocal/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:62: the top level])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^build$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^build_cpu$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^build_vendor$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^build_os$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^host$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^host_cpu$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^host_vendor$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^host_os$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^AS$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:62: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.], [/usr/share/aclocal/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:62: the top level])
-m4trace:configure.ac:63: -1- AM_PROG_LIBTOOL
-m4trace:configure.ac:63: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.], [/usr/share/aclocal/libtool.m4:100: AM_PROG_LIBTOOL is expanded from...
-configure.ac:63: the top level])
-m4trace:configure.ac:63: -1- LT_INIT
-m4trace:configure.ac:63: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
-m4trace:configure.ac:63: -1- LTOPTIONS_VERSION
-m4trace:configure.ac:63: -1- LTSUGAR_VERSION
-m4trace:configure.ac:63: -1- LTVERSION_VERSION
-m4trace:configure.ac:63: -1- LTOBSOLETE_VERSION
-m4trace:configure.ac:63: -1- _LT_PROG_LTMAIN
-m4trace:configure.ac:63: -1- m4_pattern_allow([^LIBTOOL$])
-m4trace:configure.ac:63: -1- _LT_PREPARE_SED_QUOTE_VARS
-m4trace:configure.ac:63: -1- _LT_PROG_ECHO_BACKSLASH
-m4trace:configure.ac:63: -1- LT_PATH_LD
-m4trace:configure.ac:63: -1- m4_pattern_allow([^SED$])
-m4trace:configure.ac:63: -1- AC_PROG_EGREP
-m4trace:configure.ac:63: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^FGREP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:63: -1- LT_PATH_NM
-m4trace:configure.ac:63: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^NM$])
-m4trace:configure.ac:63: -1- LT_CMD_MAX_LEN
-m4trace:configure.ac:63: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^AR$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^ac_ct_AR$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:63: -1- _LT_WITH_SYSROOT
-m4trace:configure.ac:63: -1- m4_pattern_allow([LT_OBJDIR])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^LT_OBJDIR$])
-m4trace:configure.ac:63: -1- _LT_CC_BASENAME([$compiler])
-m4trace:configure.ac:63: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
-m4trace:configure.ac:63: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
-m4trace:configure.ac:63: -1- LT_SUPPORTED_TAG([CC])
-m4trace:configure.ac:63: -1- _LT_COMPILER_BOILERPLATE
-m4trace:configure.ac:63: -1- _LT_LINKER_BOILERPLATE
-m4trace:configure.ac:63: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
-m4trace:configure.ac:63: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t at m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
-     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
-m4trace:configure.ac:63: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^MANIFEST_TOOL$])
-m4trace:configure.ac:63: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:63: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:63: -1- _LT_REQUIRED_DARWIN_CHECKS
-m4trace:configure.ac:63: -1- m4_pattern_allow([^DSYMUTIL$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^NMEDIT$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^LIPO$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^OTOOL$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^OTOOL64$])
-m4trace:configure.ac:63: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
-m4trace:configure.ac:63: -1- LT_SYS_DLOPEN_SELF
-m4trace:configure.ac:63: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
-m4trace:configure.ac:63: -1- LT_LANG([CXX])
-m4trace:configure.ac:63: -1- LT_SUPPORTED_TAG([CXX])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:63: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:63: -1- _LT_COMPILER_BOILERPLATE
-m4trace:configure.ac:63: -1- _LT_LINKER_BOILERPLATE
-m4trace:configure.ac:63: -1- _LT_CC_BASENAME([$compiler])
-m4trace:configure.ac:63: -1- LT_PATH_LD
-m4trace:configure.ac:63: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:63: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:63: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:63: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t at m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
-     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
-m4trace:configure.ac:63: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
-m4trace:configure.ac:67: -1- m4_pattern_allow([^HAVE_LIBGMP$])
-m4trace:configure.ac:69: -1- m4_pattern_allow([^HAVE_LIBM$])
-m4trace:configure.ac:71: -1- m4_pattern_allow([^HAVE_LIBRT$])
-m4trace:configure.ac:74: -1- m4_pattern_allow([^XMKMF$])
-m4trace:configure.ac:78: -1- m4_pattern_allow([^pid_t$])
-m4trace:configure.ac:79: -1- m4_pattern_allow([^size_t$])
-m4trace:configure.ac:80: -1- m4_pattern_allow([^uid_t$])
-m4trace:configure.ac:80: -1- m4_pattern_allow([^gid_t$])
-m4trace:configure.ac:82: -1- PKG_CHECK_MODULES([UUID], [uuid >= 1.0.2])
-m4trace:configure.ac:82: -1- PKG_PROG_PKG_CONFIG
-m4trace:configure.ac:82: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:82: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_CFLAGS=`$PKG_CONFIG --[]cflags "uuid >= 1.0.2" 2>/dev/null`
+m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
+m4trace:configure.ac:13: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
+m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
+m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
+m4trace:configure.ac:14: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:14: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:14: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:16: -1- m4_pattern_allow([^LN_S$])
+m4trace:configure.ac:17: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.ac:18: -1- m4_pattern_allow([^RANLIB$])
+m4trace:configure.ac:20: -1- m4_pattern_allow([^YACC$])
+m4trace:configure.ac:20: -1- m4_pattern_allow([^YACC$])
+m4trace:configure.ac:20: -1- m4_pattern_allow([^YFLAGS$])
+m4trace:configure.ac:24: -1- m4_pattern_allow([^HAVE_LIBX11$])
+m4trace:configure.ac:26: -1- m4_pattern_allow([^HAVE_LIBDL$])
+m4trace:configure.ac:28: -1- m4_pattern_allow([^HAVE_LIBM$])
+m4trace:configure.ac:30: -1- m4_pattern_allow([^HAVE_LIBRT$])
+m4trace:configure.ac:33: -1- m4_pattern_allow([^XMKMF$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^GREP$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^EGREP$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^STDC_HEADERS$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^HAVE_ALLOCA$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^ALLOCA$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^C_ALLOCA$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^STACK_DIRECTION$])
+m4trace:configure.ac:38: -1- m4_pattern_allow([^HAVE__BOOL$])
+m4trace:configure.ac:40: -1- m4_pattern_allow([^pid_t$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:42: -1- m4_pattern_allow([^uid_t$])
+m4trace:configure.ac:42: -1- m4_pattern_allow([^gid_t$])
+m4trace:configure.ac:43: -1- m4_pattern_allow([^uint16_t$])
+m4trace:configure.ac:44: -1- m4_pattern_allow([^_UINT32_T$])
+m4trace:configure.ac:44: -1- m4_pattern_allow([^uint32_t$])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^_UINT8_T$])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^uint8_t$])
+m4trace:configure.ac:46: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
+m4trace:configure.ac:48: -1- PKG_CHECK_MODULES([UUID], [uuid >= 1.0.2])
+m4trace:configure.ac:48: -1- PKG_PROG_PKG_CONFIG
+m4trace:configure.ac:48: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:48: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:48: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_CFLAGS=`$PKG_CONFIG --[]cflags "uuid >= 1.0.2" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:82: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_LIBS=`$PKG_CONFIG --[]libs "uuid >= 1.0.2" 2>/dev/null`
+m4trace:configure.ac:48: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_LIBS=`$PKG_CONFIG --[]libs "uuid >= 1.0.2" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:82: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:83: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:84: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:86: -1- PKG_CHECK_MODULES([LIBAO], [ao >= 1.1.0])
-m4trace:configure.ac:86: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:86: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:86: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_CFLAGS=`$PKG_CONFIG --[]cflags "ao >= 1.1.0" 2>/dev/null`
+m4trace:configure.ac:48: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:49: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:50: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:52: -1- PKG_CHECK_MODULES([LIBAO], [ao >= 1.1.0])
+m4trace:configure.ac:52: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:52: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:52: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_CFLAGS=`$PKG_CONFIG --[]cflags "ao >= 1.1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:86: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_LIBS=`$PKG_CONFIG --[]libs "ao >= 1.1.0" 2>/dev/null`
+m4trace:configure.ac:52: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_LIBS=`$PKG_CONFIG --[]libs "ao >= 1.1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:86: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:87: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:88: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:90: -1- PKG_CHECK_MODULES([LIBASOUND2], [alsa >= 1.0.25])
-m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:90: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:52: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:54: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:56: -1- PKG_CHECK_MODULES([LIBASOUND2], [alsa >= 1.0.25])
+m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:56: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:56: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:90: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_LIBS=`$PKG_CONFIG --[]libs "alsa >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:56: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_LIBS=`$PKG_CONFIG --[]libs "alsa >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:90: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:92: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:94: -1- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.8.0])
-m4trace:configure.ac:94: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:94: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:94: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_CFLAGS=`$PKG_CONFIG --[]cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+m4trace:configure.ac:56: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:57: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:58: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:60: -1- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.8.0])
+m4trace:configure.ac:60: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:60: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:60: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_CFLAGS=`$PKG_CONFIG --[]cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:94: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_LIBS=`$PKG_CONFIG --[]libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+m4trace:configure.ac:60: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_LIBS=`$PKG_CONFIG --[]libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:94: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:95: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:96: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:98: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.25])
-m4trace:configure.ac:98: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:98: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:98: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:60: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:61: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:62: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:64: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.25])
+m4trace:configure.ac:64: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:64: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:64: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:98: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:64: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:98: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:99: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:100: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:102: -1- PKG_CHECK_MODULES([LIBINSTPATCH], [libinstpatch-1.0 >= 1.0])
-m4trace:configure.ac:102: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:102: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:102: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --[]cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+m4trace:configure.ac:64: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:65: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:66: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:68: -1- PKG_CHECK_MODULES([LIBINSTPATCH], [libinstpatch-1.0 >= 1.0])
+m4trace:configure.ac:68: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:68: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:68: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --[]cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:102: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_LIBS=`$PKG_CONFIG --[]libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+m4trace:configure.ac:68: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_LIBS=`$PKG_CONFIG --[]libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:102: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:103: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:104: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:106: -1- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3])
-m4trace:configure.ac:106: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:106: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:106: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+m4trace:configure.ac:68: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:69: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:70: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:72: -1- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3])
+m4trace:configure.ac:72: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:72: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:72: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:106: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_LIBS=`$PKG_CONFIG --[]libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+m4trace:configure.ac:72: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_LIBS=`$PKG_CONFIG --[]libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:106: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:107: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:108: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:110: -1- PKG_CHECK_MODULES([GDKPIXBUF], [gdk-pixbuf-2.0 >= 2.26.1])
-m4trace:configure.ac:110: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:110: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:110: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_CFLAGS=`$PKG_CONFIG --[]cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+m4trace:configure.ac:72: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:73: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:74: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:76: -1- PKG_CHECK_MODULES([GDKPIXBUF], [gdk-pixbuf-2.0 >= 2.26.1])
+m4trace:configure.ac:76: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:76: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:76: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_CFLAGS=`$PKG_CONFIG --[]cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:110: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_LIBS=`$PKG_CONFIG --[]libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+m4trace:configure.ac:76: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_LIBS=`$PKG_CONFIG --[]libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:110: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:111: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:112: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:114: -1- PKG_CHECK_MODULES([CAIRO], [cairo >= 1.12.0])
-m4trace:configure.ac:114: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:114: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:114: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_CFLAGS=`$PKG_CONFIG --[]cflags "cairo >= 1.12.0" 2>/dev/null`
+m4trace:configure.ac:76: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:77: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:78: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:80: -1- PKG_CHECK_MODULES([CAIRO], [cairo >= 1.12.0])
+m4trace:configure.ac:80: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:80: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:80: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_CFLAGS=`$PKG_CONFIG --[]cflags "cairo >= 1.12.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:114: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_LIBS=`$PKG_CONFIG --[]libs "cairo >= 1.12.0" 2>/dev/null`
+m4trace:configure.ac:80: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_LIBS=`$PKG_CONFIG --[]libs "cairo >= 1.12.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:114: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:115: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:116: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:118: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10])
-m4trace:configure.ac:118: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:118: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:118: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+m4trace:configure.ac:80: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:81: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:82: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:84: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10])
+m4trace:configure.ac:84: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:84: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:84: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:118: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+m4trace:configure.ac:84: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:118: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:119: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:120: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^malloc$])
-m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:140: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:140: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:140: -1- m4_pattern_allow([^realloc$])
-m4trace:configure.ac:143: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:143: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:143: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:143: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:143: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:143: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:143: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:143: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:143: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:143: -1- _LT_PROG_LTMAIN
+m4trace:configure.ac:84: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:85: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:86: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:105: -1- AM_GNU_GETTEXT
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.], [/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- AM_GNU_GETTEXT_NEED([])
+m4trace:configure.ac:105: -1- AM_PO_SUBDIRS
+m4trace:configure.ac:105: -1- AM_NLS
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_NLS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$])
+m4trace:configure.ac:105: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^MSGFMT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GMSGFMT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^MSGFMT_015$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GMSGFMT_015$])
+m4trace:configure.ac:105: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^XGETTEXT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^XGETTEXT_015$])
+m4trace:configure.ac:105: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^MSGMERGE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^localedir$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$])
+m4trace:configure.ac:105: -1- AM_INTL_SUBDIR
+m4trace:configure.ac:105: -1- m4_pattern_allow([^build$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^build_cpu$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^build_vendor$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^build_os$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^host$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^host_cpu$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^host_vendor$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^host_os$])
+m4trace:configure.ac:105: -1- gt_GLIBC2
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GLIBC2$])
+m4trace:configure.ac:105: -1- gl_VISIBILITY
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+/usr/share/aclocal/visibility.m4:23: gl_VISIBILITY is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+/usr/share/aclocal/visibility.m4:23: gl_VISIBILITY is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^CFLAG_VISIBILITY$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:105: -1- gt_INTL_SUBDIR_CORE
+m4trace:configure.ac:105: -1- gl_AC_HEADER_STDINT_H
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/stdint_h.m4:12: gl_AC_HEADER_STDINT_H is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
+m4trace:configure.ac:105: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:105: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:105: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:105: -1- gt_INTDIV0
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intdiv0.m4:9: gt_INTDIV0 is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
+m4trace:configure.ac:105: -1- gl_AC_TYPE_UINTMAX_T
+m4trace:configure.ac:105: -1- gl_AC_HEADER_INTTYPES_H
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/inttypes_h.m4:12: gl_AC_HEADER_INTTYPES_H is expanded from...
+/usr/share/aclocal/uintmax_t.m4:14: gl_AC_TYPE_UINTMAX_T is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
+m4trace:configure.ac:105: -1- AC_TYPE_UNSIGNED_LONG_LONG_INT
+m4trace:configure.ac:105: -1- _AC_TYPE_LONG_LONG_SNIPPET
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^uintmax_t$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
+m4trace:configure.ac:105: -1- gt_INTTYPES_PRI
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/inttypes-pri.m4:14: gt_INTTYPES_PRI is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:105: -1- gl_LOCK
+m4trace:configure.ac:105: -1- gl_THREADLIB
+m4trace:configure.ac:105: -1- gl_THREADLIB_EARLY
+m4trace:configure.ac:105: -1- gl_THREADLIB_EARLY_BODY
+m4trace:configure.ac:105: -1- _m4_warn([syntax], [AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [/usr/share/aclocal/threadlib.m4:31: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:24: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([syntax], [AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [/usr/share/aclocal/threadlib.m4:31: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:24: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_POSIX_SOURCE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_MINIX$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^__EXTENSIONS__$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_ALL_SOURCE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_GNU_SOURCE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
+m4trace:configure.ac:105: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+/usr/share/aclocal/threadlib.m4:31: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:24: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+/usr/share/aclocal/threadlib.m4:31: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:24: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- gl_THREADLIB_BODY
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/threadlib.m4:100: gl_THREADLIB_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/threadlib.m4:100: gl_THREADLIB_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+/usr/share/aclocal/threadlib.m4:100: gl_THREADLIB_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^PTHREAD_IN_USE_DETECTION_HARD$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_POSIX_THREADS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_POSIX_THREADS_WEAK$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+/usr/share/aclocal/threadlib.m4:100: gl_THREADLIB_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_SOLARIS_THREADS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_SOLARIS_THREADS_WEAK$])
+m4trace:configure.ac:105: -1- AC_LIB_LINKFLAGS([pth])
+m4trace:configure.ac:105: -1- AC_LIB_PREPARE_PREFIX
+m4trace:configure.ac:105: -1- AC_LIB_RPATH
+m4trace:configure.ac:105: -1- AC_LIB_PROG_LD
+m4trace:configure.ac:105: -1- AC_LIB_PROG_LD_GNU
+m4trace:configure.ac:105: -1- AC_LIB_LINKFLAGS_BODY([pth], [])
+m4trace:configure.ac:105: -1- AC_LIB_PREPARE_MULTILIB
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCPTH])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBPTH$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBPTH$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBPTH_PREFIX$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+/usr/share/aclocal/threadlib.m4:100: gl_THREADLIB_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:278: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_PTH_THREADS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_PTH_THREADS_WEAK$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_WIN32_THREADS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBTHREAD$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBTHREAD$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBMULTITHREAD$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBMULTITHREAD$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_PTHREAD_RWLOCK$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEX_RECURSIVE$])
+m4trace:configure.ac:105: -1- gl_PREREQ_LOCK
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_BUILTIN_EXPECT$])
+m4trace:configure.ac:105: -1- gt_CHECK_DECL([feof_unlocked], [#include <stdio.h>])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intl.m4:279: gt_CHECK_DECL is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DECL_FEOF_UNLOCKED$])
+m4trace:configure.ac:105: -1- gt_CHECK_DECL([fgets_unlocked], [#include <stdio.h>])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intl.m4:279: gt_CHECK_DECL is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DECL_FGETS_UNLOCKED$])
+m4trace:configure.ac:105: -1- AM_ICONV
+m4trace:configure.ac:105: -1- AM_ICONV_LINK
+m4trace:configure.ac:105: -1- AM_ICONV_LINKFLAGS_BODY
+m4trace:configure.ac:105: -1- AC_LIB_LINKFLAGS_BODY([iconv])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/iconv.m4:20: AM_ICONV_LINK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/iconv.m4:20: AM_ICONV_LINK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/iconv.m4:20: AM_ICONV_LINK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_ICONV$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBICONV$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBICONV$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^ICONV_CONST$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTLBISON$])
+m4trace:configure.ac:105: -1- AC_TYPE_LONG_LONG_INT
+m4trace:configure.ac:105: -1- _AC_TYPE_LONG_LONG_SNIPPET
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
+m4trace:configure.ac:105: -1- gt_TYPE_WCHAR_T
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/wchar_t.m4:11: gt_TYPE_WCHAR_T is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
+m4trace:configure.ac:105: -1- gt_TYPE_WINT_T
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/wint_t.m4:11: gt_TYPE_WINT_T is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_WINT_T$])
+m4trace:configure.ac:105: -1- gt_TYPE_INTMAX_T
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intmax.m4:11: gt_TYPE_INTMAX_T is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
+m4trace:configure.ac:105: -1- gt_PRINTF_POSIX
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2764: AC_TRY_RUN is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/printf-posix.m4:11: gt_PRINTF_POSIX is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:105: -1- gl_GLIBC21
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GLIBC21$])
+m4trace:configure.ac:105: -1- gl_XSIZE
+m4trace:configure.ac:105: -1- gl_SIZE_MAX
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:105: -1- AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+m4trace:configure.ac:105: -1- AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include <stddef.h>], [fits_in_uint=])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/size_max.m4:9: gl_SIZE_MAX is expanded from...
+/usr/share/aclocal/xsize.m4:7: gl_XSIZE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^SIZE_MAX$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:105: -1- gl_FCNTL_O_FLAGS
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_WORKING_O_NOATIME$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_WORKING_O_NOFOLLOW$])
+m4trace:configure.ac:105: -1- gt_INTL_MACOSX
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTL_DEFAULT_VERBOSITY$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^ptrdiff_t$])
+m4trace:configure.ac:105: -1- gt_CHECK_DECL([_snprintf], [#include <stdio.h>])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intl.m4:279: gt_CHECK_DECL is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DECL__SNPRINTF$])
+m4trace:configure.ac:105: -1- gt_CHECK_DECL([_snwprintf], [#include <stdio.h>])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intl.m4:279: gt_CHECK_DECL is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DECL__SNWPRINTF$])
+m4trace:configure.ac:105: -1- gt_CHECK_DECL([getc_unlocked], [#include <stdio.h>])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2614: AC_TRY_COMPILE is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intl.m4:279: gt_CHECK_DECL is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DECL_GETC_UNLOCKED$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_NEWLOCALE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_WPRINTF$])
+m4trace:configure.ac:105: -1- AM_LANGINFO_CODESET
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/codeset.m4:9: AM_LANGINFO_CODESET is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
+m4trace:configure.ac:105: -1- gt_LC_MESSAGES
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/lcmessage.m4:22: gt_LC_MESSAGES is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^WOE32DLL$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^WOE32$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^WINDRES$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBC$])
+m4trace:configure.ac:105: -1- gt_INTL_MACOSX
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/intlmacosx.m4:18: gt_INTL_MACOSX is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- AC_LIB_LINKFLAGS_BODY([intl])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
+../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
+../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
+../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:105: the top level])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^ENABLE_NLS$])
+m4trace:configure.ac:105: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+m4trace:configure.ac:105: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_GETTEXT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^CATOBJEXT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^DATADIRNAME$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INSTOBJEXT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^GENCAT$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTLOBJS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^INTLLIBS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIBINTL$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBINTL$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^POSUB$])
+m4trace:configure.ac:106: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:106: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:106: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:106: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:106: -1- m4_pattern_allow([^malloc$])
+m4trace:configure.ac:107: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:107: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:107: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:107: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:107: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:108: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:108: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:108: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:108: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:108: -1- m4_pattern_allow([^realloc$])
+m4trace:configure.ac:112: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:112: -1- m4_pattern_allow([^LTLIBOBJS$])
+m4trace:configure.ac:112: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
+m4trace:configure.ac:112: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
+m4trace:configure.ac:112: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
+m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
+m4trace:configure.ac:112: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
+m4trace:configure.ac:112: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
+m4trace:configure.ac:112: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1
index 793091b..30a0878 100644
--- a/autom4te.cache/traces.1
+++ b/autom4te.cache/traces.1
@@ -1,9 +1,4 @@
-m4trace:aclocal.m4:1394: -1- m4_include([m4/libtool.m4])
-m4trace:aclocal.m4:1395: -1- m4_include([m4/ltoptions.m4])
-m4trace:aclocal.m4:1396: -1- m4_include([m4/ltsugar.m4])
-m4trace:aclocal.m4:1397: -1- m4_include([m4/ltversion.m4])
-m4trace:aclocal.m4:1398: -1- m4_include([m4/lt~obsolete.m4])
-m4trace:configure.ac:5: -1- AC_INIT([gsequencer], [0.4.3], [weedlight at gmail.com])
+m4trace:configure.ac:5: -1- AC_INIT([ags], [0.4.2], [weedlight at gmail.com])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -151,792 +146,1360 @@ m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
 m4trace:configure.ac:5: -1- AC_SUBST([target_alias])
 m4trace:configure.ac:5: -1- AC_SUBST_TRACE([target_alias])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:7: -1- AC_CONFIG_HEADERS([config.h])
-m4trace:configure.ac:8: -1- AC_CONFIG_SUBDIRS([po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget])
-m4trace:configure.ac:8: -1- AC_SUBST([subdirs], ["$subdirs m4_normalize([po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget])"])
-m4trace:configure.ac:8: -1- AC_SUBST_TRACE([subdirs])
-m4trace:configure.ac:8: -1- m4_pattern_allow([^subdirs$])
-m4trace:configure.ac:27: -1- AC_CONFIG_FILES([Makefile
-		 po/Makefile
-                 doc/Makefile
-                 src/ags/Makefile
-                 src/ags/X/Makefile
-                 src/ags/X/editor/Makefile
-                 src/ags/X/machine/Makefile
-                 src/ags/audio/Makefile
-                 src/ags/audio/file/Makefile
-                 src/ags/audio/recall/Makefile
-                 src/ags/audio/task/Makefile
-                 src/ags/audio/task/recall/Makefile
-                 src/ags/file/Makefile
-                 src/ags/lib/Makefile
-                 src/ags/object/Makefile
-                 src/ags/plugin/Makefile
-                 src/ags/server/Makefile
-                 src/ags/thread/Makefile
-                 src/ags/util/Makefile
-                 src/ags/widget/Makefile])
-m4trace:configure.ac:48: -1- AM_INIT_AUTOMAKE([gsequencer], [0.4.3])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:48: -1- AM_AUTOMAKE_VERSION([1.14.1])
-m4trace:configure.ac:48: -1- AC_REQUIRE_AUX_FILE([install-sh])
-m4trace:configure.ac:48: -1- AC_SUBST([INSTALL_PROGRAM])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:48: -1- AC_SUBST([INSTALL_SCRIPT])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:48: -1- AC_SUBST([INSTALL_DATA])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([INSTALL_DATA])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:48: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([am__isrc])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:48: -1- AC_SUBST([CYGPATH_W])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([CYGPATH_W])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:48: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [aclocal.m4:653: AM_INIT_AUTOMAKE is expanded from...
-configure.ac:48: the top level])
-m4trace:configure.ac:48: -1- AC_SUBST([PACKAGE], [gsequencer])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([PACKAGE])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:48: -1- AC_SUBST([VERSION], [0.4.3])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([VERSION])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:48: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:48: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
+m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([foreign])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
+m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.14.1])
+m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([install-sh])
+m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_PROGRAM])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_PROGRAM])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
+m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_SCRIPT])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_SCRIPT])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
+m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_DATA])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_DATA])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
+m4trace:configure.ac:6: -1- AC_SUBST([am__isrc], [' -I$(srcdir)'])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__isrc])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
+m4trace:configure.ac:6: -1- AC_SUBST([CYGPATH_W])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CYGPATH_W])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
+m4trace:configure.ac:6: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([PACKAGE])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([VERSION])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- AH_OUTPUT([PACKAGE], [/* Name of package */
 @%:@undef PACKAGE])
-m4trace:configure.ac:48: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:48: -1- AH_OUTPUT([VERSION], [/* Version number of package */
+m4trace:configure.ac:6: -1- AC_DEFINE_TRACE_LITERAL([VERSION])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- AH_OUTPUT([VERSION], [/* Version number of package */
 @%:@undef VERSION])
-m4trace:configure.ac:48: -1- AC_REQUIRE_AUX_FILE([missing])
-m4trace:configure.ac:48: -1- AC_SUBST([ACLOCAL])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([ACLOCAL])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:48: -1- AC_SUBST([AUTOCONF])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AUTOCONF])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:48: -1- AC_SUBST([AUTOMAKE])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AUTOMAKE])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:48: -1- AC_SUBST([AUTOHEADER])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AUTOHEADER])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:48: -1- AC_SUBST([MAKEINFO])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([MAKEINFO])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:48: -1- AC_SUBST([install_sh])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([install_sh])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:48: -1- AC_SUBST([STRIP])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([STRIP])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:48: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:48: -1- AC_REQUIRE_AUX_FILE([install-sh])
-m4trace:configure.ac:48: -1- AC_SUBST([MKDIR_P])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([MKDIR_P])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:48: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([mkdir_p])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:48: -1- AC_SUBST([AWK])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AWK])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:48: -1- AC_SUBST([SET_MAKE])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([SET_MAKE])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:48: -1- AC_SUBST([am__leading_dot])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([am__leading_dot])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:48: -1- AC_SUBST([AMTAR], ['$${TAR-tar}'])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AMTAR])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:48: -1- AC_SUBST([am__tar])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([am__tar])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:48: -1- AC_SUBST([am__untar])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([am__untar])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:48: -1- AM_SILENT_RULES
-m4trace:configure.ac:48: -1- AC_SUBST([AM_V])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AM_V])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_V$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_V])
-m4trace:configure.ac:48: -1- AC_SUBST([AM_DEFAULT_V])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AM_DEFAULT_V])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_DEFAULT_V$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
-m4trace:configure.ac:48: -1- AC_SUBST([AM_DEFAULT_VERBOSITY])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
-m4trace:configure.ac:48: -1- AC_SUBST([AM_BACKSLASH])
-m4trace:configure.ac:48: -1- AC_SUBST_TRACE([AM_BACKSLASH])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_BACKSLASH$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
-m4trace:configure.ac:51: -1- AC_SUBST([CXX])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([CXX])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:51: -1- AC_SUBST([CXXFLAGS])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([CXXFLAGS])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:51: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:51: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:51: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:51: -1- AC_SUBST([CXX])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([CXX])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:51: -1- AC_SUBST([ac_ct_CXX])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([ac_ct_CXX])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:51: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([EXEEXT])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:51: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([OBJEXT])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:51: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([DEPDIR])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:51: -1- AC_SUBST([am__include])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([am__include])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:51: -1- AC_SUBST([am__quote])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([am__quote])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:51: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:51: -1- AC_SUBST([AMDEP_TRUE])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([AMDEP_TRUE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:51: -1- AC_SUBST([AMDEP_FALSE])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([AMDEP_FALSE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:51: -1- AC_SUBST([AMDEPBACKSLASH])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:51: -1- AC_SUBST([am__nodep])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([am__nodep])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__nodep$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__nodep])
-m4trace:configure.ac:51: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([CXXDEPMODE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:51: -1- AM_CONDITIONAL([am__fastdepCXX], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:51: -1- AC_SUBST([am__fastdepCXX_TRUE])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:51: -1- AC_SUBST([am__fastdepCXX_FALSE])
-m4trace:configure.ac:51: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:52: -1- AC_SUBST([AWK])
-m4trace:configure.ac:52: -1- AC_SUBST_TRACE([AWK])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:53: -1- AC_SUBST([CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- AC_SUBST([CFLAGS])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CFLAGS])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:53: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:53: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:53: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:53: -1- AC_SUBST([CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- AC_SUBST([CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- AC_SUBST([CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- AC_SUBST([CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- AC_SUBST([ac_ct_CC])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([ac_ct_CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:53: -1- AC_REQUIRE_AUX_FILE([compile])
-m4trace:configure.ac:53: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([CCDEPMODE])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:53: -1- AM_CONDITIONAL([am__fastdepCC], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:53: -1- AC_SUBST([am__fastdepCC_TRUE])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:53: -1- AC_SUBST([am__fastdepCC_FALSE])
-m4trace:configure.ac:53: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:53: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:53: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:54: -1- AC_SUBST([CPP])
-m4trace:configure.ac:54: -1- AC_SUBST_TRACE([CPP])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:54: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:54: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:54: -1- AC_SUBST([CPP])
-m4trace:configure.ac:54: -1- AC_SUBST_TRACE([CPP])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:56: -1- AC_SUBST([LN_S], [$as_ln_s])
-m4trace:configure.ac:56: -1- AC_SUBST_TRACE([LN_S])
-m4trace:configure.ac:56: -1- m4_pattern_allow([^LN_S$])
-m4trace:configure.ac:57: -1- AC_SUBST([SET_MAKE])
-m4trace:configure.ac:57: -1- AC_SUBST_TRACE([SET_MAKE])
-m4trace:configure.ac:57: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:58: -1- AC_SUBST([RANLIB])
-m4trace:configure.ac:58: -1- AC_SUBST_TRACE([RANLIB])
-m4trace:configure.ac:58: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:59: -1- AC_SUBST([CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- AC_SUBST([CFLAGS])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CFLAGS])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:59: -1- AC_SUBST([LDFLAGS])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([LDFLAGS])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:59: -1- AC_SUBST([LIBS])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([LIBS])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:59: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:59: -1- AC_SUBST([CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- AC_SUBST([CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- AC_SUBST([CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- AC_SUBST([CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- AC_SUBST([ac_ct_CC])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([ac_ct_CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:59: -1- AC_REQUIRE_AUX_FILE([compile])
-m4trace:configure.ac:59: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([CCDEPMODE])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:59: -1- AM_CONDITIONAL([am__fastdepCC], [
+m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([missing])
+m4trace:configure.ac:6: -1- AC_SUBST([ACLOCAL])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([ACLOCAL])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
+m4trace:configure.ac:6: -1- AC_SUBST([AUTOCONF])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOCONF])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
+m4trace:configure.ac:6: -1- AC_SUBST([AUTOMAKE])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOMAKE])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
+m4trace:configure.ac:6: -1- AC_SUBST([AUTOHEADER])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AUTOHEADER])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
+m4trace:configure.ac:6: -1- AC_SUBST([MAKEINFO])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([MAKEINFO])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
+m4trace:configure.ac:6: -1- AC_SUBST([install_sh])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([install_sh])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
+m4trace:configure.ac:6: -1- AC_SUBST([STRIP])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([STRIP])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
+m4trace:configure.ac:6: -1- AC_SUBST([INSTALL_STRIP_PROGRAM])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([INSTALL_STRIP_PROGRAM])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
+m4trace:configure.ac:6: -1- AC_REQUIRE_AUX_FILE([install-sh])
+m4trace:configure.ac:6: -1- AC_SUBST([MKDIR_P])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([MKDIR_P])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
+m4trace:configure.ac:6: -1- AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([mkdir_p])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
+m4trace:configure.ac:6: -1- AC_SUBST([AWK])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AWK])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
+m4trace:configure.ac:6: -1- AC_SUBST([SET_MAKE])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([SET_MAKE])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.ac:6: -1- AC_SUBST([am__leading_dot])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__leading_dot])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
+m4trace:configure.ac:6: -1- AC_SUBST([AMTAR], ['$${TAR-tar}'])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AMTAR])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
+m4trace:configure.ac:6: -1- AC_SUBST([am__tar])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__tar])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
+m4trace:configure.ac:6: -1- AC_SUBST([am__untar])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([am__untar])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
+m4trace:configure.ac:6: -1- AM_SILENT_RULES
+m4trace:configure.ac:6: -1- AC_SUBST([AM_V])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_V])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_V$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_V])
+m4trace:configure.ac:6: -1- AC_SUBST([AM_DEFAULT_V])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_DEFAULT_V])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_V$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
+m4trace:configure.ac:6: -1- AC_SUBST([AM_DEFAULT_VERBOSITY])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_DEFAULT_VERBOSITY])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
+m4trace:configure.ac:6: -1- AC_SUBST([AM_BACKSLASH])
+m4trace:configure.ac:6: -1- AC_SUBST_TRACE([AM_BACKSLASH])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_BACKSLASH$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
+m4trace:configure.ac:8: -1- AC_CONFIG_HEADERS([config.h])
+m4trace:configure.ac:11: -1- AC_SUBST([CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([CFLAGS])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CFLAGS])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CFLAGS$])
+m4trace:configure.ac:11: -1- AC_SUBST([LDFLAGS])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([LDFLAGS])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.ac:11: -1- AC_SUBST([LIBS])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([LIBS])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBS$])
+m4trace:configure.ac:11: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CPPFLAGS])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:11: -1- AC_SUBST([CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([ac_ct_CC])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([ac_ct_CC])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_CC$])
+m4trace:configure.ac:11: -1- AC_SUBST([EXEEXT], [$ac_cv_exeext])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([EXEEXT])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^EXEEXT$])
+m4trace:configure.ac:11: -1- AC_SUBST([OBJEXT], [$ac_cv_objext])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([OBJEXT])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJEXT$])
+m4trace:configure.ac:11: -1- AC_REQUIRE_AUX_FILE([compile])
+m4trace:configure.ac:11: -1- AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([DEPDIR])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^DEPDIR$])
+m4trace:configure.ac:11: -1- AC_SUBST([am__include])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__include])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__include$])
+m4trace:configure.ac:11: -1- AC_SUBST([am__quote])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__quote])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__quote$])
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+m4trace:configure.ac:11: -1- AC_SUBST([AMDEP_TRUE])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AMDEP_TRUE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
+m4trace:configure.ac:11: -1- AC_SUBST([AMDEP_FALSE])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AMDEP_FALSE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
+m4trace:configure.ac:11: -1- AC_SUBST([AMDEPBACKSLASH])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([AMDEPBACKSLASH])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
+m4trace:configure.ac:11: -1- AC_SUBST([am__nodep])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__nodep])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__nodep$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__nodep])
+m4trace:configure.ac:11: -1- AC_SUBST([CCDEPMODE], [depmode=$am_cv_CC_dependencies_compiler_type])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CCDEPMODE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CCDEPMODE$])
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([am__fastdepCC], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:59: -1- AC_SUBST([am__fastdepCC_TRUE])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:59: -1- AC_SUBST([am__fastdepCC_FALSE])
-m4trace:configure.ac:59: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:59: -1- _m4_warn([obsolete], ['AM_PROG_CC_STDC': this macro is obsolete.
-You should simply use the 'AC_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.], [aclocal.m4:965: AM_PROG_CC_STDC is expanded from...
-configure.ac:59: the top level])
-m4trace:configure.ac:60: -1- AC_DEFINE_TRACE_LITERAL([const])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^const$])
-m4trace:configure.ac:60: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */
-@%:@undef const])
-m4trace:configure.ac:61: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
-You should run autoupdate.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:61: the top level])
-m4trace:configure.ac:61: -1- AC_CANONICAL_HOST
-m4trace:configure.ac:61: -1- AC_CANONICAL_BUILD
-m4trace:configure.ac:61: -1- AC_REQUIRE_AUX_FILE([config.sub])
-m4trace:configure.ac:61: -1- AC_REQUIRE_AUX_FILE([config.guess])
-m4trace:configure.ac:61: -1- AC_SUBST([build], [$ac_cv_build])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([build])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build$])
-m4trace:configure.ac:61: -1- AC_SUBST([build_cpu], [$[1]])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([build_cpu])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_cpu$])
-m4trace:configure.ac:61: -1- AC_SUBST([build_vendor], [$[2]])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([build_vendor])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_vendor$])
-m4trace:configure.ac:61: -1- AC_SUBST([build_os])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([build_os])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_os$])
-m4trace:configure.ac:61: -1- AC_SUBST([host], [$ac_cv_host])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([host])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host$])
-m4trace:configure.ac:61: -1- AC_SUBST([host_cpu], [$[1]])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([host_cpu])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_cpu$])
-m4trace:configure.ac:61: -1- AC_SUBST([host_vendor], [$[2]])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([host_vendor])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_vendor$])
-m4trace:configure.ac:61: -1- AC_SUBST([host_os])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([host_os])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_os$])
-m4trace:configure.ac:61: -1- AC_SUBST([AS])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([AS])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^AS$])
-m4trace:configure.ac:61: -1- AC_SUBST([DLLTOOL])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([DLLTOOL])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:61: -1- AC_SUBST([OBJDUMP])
-m4trace:configure.ac:61: -1- AC_SUBST_TRACE([OBJDUMP])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:61: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:61: the top level])
-m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.], [m4/libtool.m4:100: AM_PROG_LIBTOOL is expanded from...
-configure.ac:62: the top level])
-m4trace:configure.ac:62: -1- LT_INIT
-m4trace:configure.ac:62: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
-m4trace:configure.ac:62: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
-m4trace:configure.ac:62: -1- AC_SUBST([LIBTOOL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([LIBTOOL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LIBTOOL$])
-m4trace:configure.ac:62: -1- AC_SUBST([SED])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([SED])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^SED$])
-m4trace:configure.ac:62: -1- AC_SUBST([GREP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([GREP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:62: -1- AC_SUBST([EGREP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([EGREP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:62: -1- AC_SUBST([FGREP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([FGREP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^FGREP$])
-m4trace:configure.ac:62: -1- AC_SUBST([GREP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([GREP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:62: -1- AC_SUBST([LD])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([LD])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:62: -1- AC_SUBST([DUMPBIN])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([DUMPBIN])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:62: -1- AC_SUBST([ac_ct_DUMPBIN])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([ac_ct_DUMPBIN])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
-m4trace:configure.ac:62: -1- AC_SUBST([DUMPBIN])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([DUMPBIN])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:62: -1- AC_SUBST([NM])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([NM])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^NM$])
-m4trace:configure.ac:62: -1- AC_SUBST([OBJDUMP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([OBJDUMP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:62: -1- AC_SUBST([OBJDUMP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([OBJDUMP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:62: -1- AC_SUBST([DLLTOOL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([DLLTOOL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:62: -1- AC_SUBST([DLLTOOL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([DLLTOOL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:62: -1- AC_SUBST([AR])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([AR])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^AR$])
-m4trace:configure.ac:62: -1- AC_SUBST([ac_ct_AR])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([ac_ct_AR])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^ac_ct_AR$])
-m4trace:configure.ac:62: -1- AC_SUBST([STRIP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([STRIP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:62: -1- AC_SUBST([RANLIB])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([RANLIB])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([LT_OBJDIR])
-m4trace:configure.ac:62: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LT_OBJDIR$])
-m4trace:configure.ac:62: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory where libtool stores uninstalled libraries. */
-@%:@undef LT_OBJDIR])
-m4trace:configure.ac:62: -1- LT_SUPPORTED_TAG([CC])
-m4trace:configure.ac:62: -1- AC_SUBST([MANIFEST_TOOL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([MANIFEST_TOOL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^MANIFEST_TOOL$])
-m4trace:configure.ac:62: -1- AC_SUBST([DSYMUTIL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([DSYMUTIL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DSYMUTIL$])
-m4trace:configure.ac:62: -1- AC_SUBST([NMEDIT])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([NMEDIT])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^NMEDIT$])
-m4trace:configure.ac:62: -1- AC_SUBST([LIPO])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([LIPO])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LIPO$])
-m4trace:configure.ac:62: -1- AC_SUBST([OTOOL])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([OTOOL])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OTOOL$])
-m4trace:configure.ac:62: -1- AC_SUBST([OTOOL64])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([OTOOL64])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OTOOL64$])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the <dlfcn.h> header file. */
-@%:@undef HAVE_DLFCN_H])
-m4trace:configure.ac:62: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:62: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
+m4trace:configure.ac:11: -1- AC_SUBST([am__fastdepCC_TRUE])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__fastdepCC_TRUE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
+m4trace:configure.ac:11: -1- AC_SUBST([am__fastdepCC_FALSE])
+m4trace:configure.ac:11: -1- AC_SUBST_TRACE([am__fastdepCC_FALSE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
+m4trace:configure.ac:12: -1- AC_SUBST([CPP])
+m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPP])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:12: -1- AC_SUBST([CPPFLAGS])
+m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPPFLAGS])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:12: -1- AC_SUBST([CPP])
+m4trace:configure.ac:12: -1- AC_SUBST_TRACE([CPP])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:17: -1- AH_OUTPUT([HAVE_LIBX11], [/* Define to 1 if you have the `X11\' library (-lX11). */
+@%:@undef HAVE_LIBX11])
+m4trace:configure.ac:17: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBX11])
+m4trace:configure.ac:17: -1- m4_pattern_allow([^HAVE_LIBX11$])
+m4trace:configure.ac:19: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */
+@%:@undef HAVE_LIBDL])
+m4trace:configure.ac:19: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL])
+m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LIBDL$])
+m4trace:configure.ac:21: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
+@%:@undef HAVE_LIBM])
+m4trace:configure.ac:21: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
+m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBM$])
+m4trace:configure.ac:23: -1- AH_OUTPUT([HAVE_LIBRT], [/* Define to 1 if you have the `rt\' library (-lrt). */
+@%:@undef HAVE_LIBRT])
+m4trace:configure.ac:23: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBRT])
+m4trace:configure.ac:23: -1- m4_pattern_allow([^HAVE_LIBRT$])
+m4trace:configure.ac:26: -1- AC_SUBST([XMKMF])
+m4trace:configure.ac:26: -1- AC_SUBST_TRACE([XMKMF])
+m4trace:configure.ac:26: -1- m4_pattern_allow([^XMKMF$])
+m4trace:configure.ac:27: -1- AC_SUBST([GREP])
+m4trace:configure.ac:27: -1- AC_SUBST_TRACE([GREP])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^GREP$])
+m4trace:configure.ac:27: -1- AC_SUBST([EGREP])
+m4trace:configure.ac:27: -1- AC_SUBST_TRACE([EGREP])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^STDC_HEADERS$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */
 @%:@undef STDC_HEADERS])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the <sys/types.h> header file. */
 @%:@undef HAVE_SYS_TYPES_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the <sys/stat.h> header file. */
 @%:@undef HAVE_SYS_STAT_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 @%:@undef HAVE_STDLIB_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
 @%:@undef HAVE_STRING_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the <memory.h> header file. */
 @%:@undef HAVE_MEMORY_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the <strings.h> header file. */
 @%:@undef HAVE_STRINGS_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
 @%:@undef HAVE_INTTYPES_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
 @%:@undef HAVE_STDINT_H])
-m4trace:configure.ac:62: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 @%:@undef HAVE_UNISTD_H])
-m4trace:configure.ac:62: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DLFCN_H])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
-m4trace:configure.ac:62: -1- LT_SUPPORTED_TAG([CXX])
-m4trace:configure.ac:62: -1- AC_SUBST([CXXCPP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([CXXCPP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:62: -1- AC_SUBST([CPPFLAGS])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([CPPFLAGS])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:62: -1- AC_SUBST([CXXCPP])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([CXXCPP])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:62: -1- AC_SUBST([LD])
-m4trace:configure.ac:62: -1- AC_SUBST_TRACE([LD])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:66: -1- AH_OUTPUT([HAVE_LIBGMP], [/* Define to 1 if you have the `gmp\' library (-lgmp). */
-@%:@undef HAVE_LIBGMP])
-m4trace:configure.ac:66: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBGMP])
-m4trace:configure.ac:66: -1- m4_pattern_allow([^HAVE_LIBGMP$])
-m4trace:configure.ac:68: -1- AH_OUTPUT([HAVE_LIBM], [/* Define to 1 if you have the `m\' library (-lm). */
-@%:@undef HAVE_LIBM])
-m4trace:configure.ac:68: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBM])
-m4trace:configure.ac:68: -1- m4_pattern_allow([^HAVE_LIBM$])
-m4trace:configure.ac:70: -1- AH_OUTPUT([HAVE_LIBRT], [/* Define to 1 if you have the `rt\' library (-lrt). */
-@%:@undef HAVE_LIBRT])
-m4trace:configure.ac:70: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBRT])
-m4trace:configure.ac:70: -1- m4_pattern_allow([^HAVE_LIBRT$])
-m4trace:configure.ac:73: -1- AC_SUBST([XMKMF])
-m4trace:configure.ac:73: -1- AC_SUBST_TRACE([XMKMF])
-m4trace:configure.ac:73: -1- m4_pattern_allow([^XMKMF$])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([size_t])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
+@%:@undef size_t])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+   */
+@%:@undef HAVE_ALLOCA_H])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^HAVE_ALLOCA$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([HAVE_ALLOCA], [/* Define to 1 if you have `alloca\', as a function or macro. */
+@%:@undef HAVE_ALLOCA])
+m4trace:configure.ac:27: -1- AC_LIBSOURCE([alloca.c])
+m4trace:configure.ac:27: -1- AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])
+m4trace:configure.ac:27: -1- AC_SUBST_TRACE([ALLOCA])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^ALLOCA$])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([C_ALLOCA])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^C_ALLOCA$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([C_ALLOCA], [/* Define to 1 if using `alloca.c\'. */
+@%:@undef C_ALLOCA])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([CRAY_STACKSEG_END])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
+m4trace:configure.ac:27: -1- AH_OUTPUT([CRAY_STACKSEG_END], [/* Define to one of `_getb67\', `GETB67\', `getb67\' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c\' support on those systems.
+   */
+@%:@undef CRAY_STACKSEG_END])
+m4trace:configure.ac:27: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at runtime.
+	STACK_DIRECTION > 0 => grows toward higher addresses
+	STACK_DIRECTION < 0 => grows toward lower addresses
+	STACK_DIRECTION = 0 => direction of growth unknown */
+@%:@undef STACK_DIRECTION])
+m4trace:configure.ac:27: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^STACK_DIRECTION$])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
+@%:@undef HAVE_ARGZ_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_FCNTL_H], [/* Define to 1 if you have the <fcntl.h> header file. */
 @%:@undef HAVE_FCNTL_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_LIBINTL_H], [/* Define to 1 if you have the <libintl.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_FLOAT_H], [/* Define to 1 if you have the <float.h> header file. */
+@%:@undef HAVE_FLOAT_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
+@%:@undef HAVE_INTTYPES_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the <langinfo.h> header file. */
+@%:@undef HAVE_LANGINFO_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_LIBINTL_H], [/* Define to 1 if you have the <libintl.h> header file. */
 @%:@undef HAVE_LIBINTL_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
+@%:@undef HAVE_LIMITS_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the <locale.h> header file. */
+@%:@undef HAVE_LOCALE_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you have the <malloc.h> header file. */
+@%:@undef HAVE_MALLOC_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the <netinet/in.h> header file. */
 @%:@undef HAVE_NETINET_IN_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
+@%:@undef HAVE_STDDEF_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
 @%:@undef HAVE_STDINT_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STDIO_EXT_H], [/* Define to 1 if you have the <stdio_ext.h> header file. */
+@%:@undef HAVE_STDIO_EXT_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 @%:@undef HAVE_STDLIB_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
 @%:@undef HAVE_STRING_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the <sys/ioctl.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_IOCTL_H], [/* Define to 1 if you have the <sys/ioctl.h> header file. */
 @%:@undef HAVE_SYS_IOCTL_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the <sys/socket.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+@%:@undef HAVE_SYS_PARAM_H])
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the <sys/socket.h> header file. */
 @%:@undef HAVE_SYS_SOCKET_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the <sys/time.h> header file. */
 @%:@undef HAVE_SYS_TIME_H])
-m4trace:configure.ac:74: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+m4trace:configure.ac:28: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
 @%:@undef HAVE_UNISTD_H])
-m4trace:configure.ac:77: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
-m4trace:configure.ac:77: -1- m4_pattern_allow([^pid_t$])
-m4trace:configure.ac:77: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
+m4trace:configure.ac:31: -1- AC_DEFINE_TRACE_LITERAL([HAVE__BOOL])
+m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE__BOOL$])
+m4trace:configure.ac:31: -1- AH_OUTPUT([HAVE__BOOL], [/* Define to 1 if the system has the type `_Bool\'. */
+@%:@undef HAVE__BOOL])
+m4trace:configure.ac:32: -1- AH_OUTPUT([inline], [/* Define to `__inline__\' or `__inline\' if that\'s what the C compiler
+   calls it, or to nothing if \'inline\' is not supported under any name.  */
+#ifndef __cplusplus
+#undef inline
+#endif])
+m4trace:configure.ac:33: -1- AC_DEFINE_TRACE_LITERAL([pid_t])
+m4trace:configure.ac:33: -1- m4_pattern_allow([^pid_t$])
+m4trace:configure.ac:33: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if <sys/types.h> does not define. */
 @%:@undef pid_t])
-m4trace:configure.ac:78: -1- AC_DEFINE_TRACE_LITERAL([size_t])
-m4trace:configure.ac:78: -1- m4_pattern_allow([^size_t$])
-m4trace:configure.ac:78: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
+m4trace:configure.ac:34: -1- AC_DEFINE_TRACE_LITERAL([size_t])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:34: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if <sys/types.h> does not define. */
 @%:@undef size_t])
-m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
-m4trace:configure.ac:79: -1- m4_pattern_allow([^uid_t$])
-m4trace:configure.ac:79: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
+m4trace:configure.ac:35: -1- AC_DEFINE_TRACE_LITERAL([uid_t])
+m4trace:configure.ac:35: -1- m4_pattern_allow([^uid_t$])
+m4trace:configure.ac:35: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
 @%:@undef uid_t])
-m4trace:configure.ac:79: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
-m4trace:configure.ac:79: -1- m4_pattern_allow([^gid_t$])
-m4trace:configure.ac:79: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
+m4trace:configure.ac:35: -1- AC_DEFINE_TRACE_LITERAL([gid_t])
+m4trace:configure.ac:35: -1- m4_pattern_allow([^gid_t$])
+m4trace:configure.ac:35: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if <sys/types.h> doesn\'t define. */
 @%:@undef gid_t])
-m4trace:configure.ac:81: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
-m4trace:configure.ac:81: -1- AC_SUBST([PKG_CONFIG])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([PKG_CONFIG])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:81: -1- AC_SUBST([PKG_CONFIG_PATH])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([PKG_CONFIG_PATH])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
-m4trace:configure.ac:81: -1- AC_SUBST([PKG_CONFIG_LIBDIR])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([PKG_CONFIG_LIBDIR])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
-m4trace:configure.ac:81: -1- AC_SUBST([PKG_CONFIG])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([PKG_CONFIG])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:81: -1- AC_SUBST([UUID_CFLAGS])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([UUID_CFLAGS])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:81: -1- AC_SUBST([UUID_LIBS])
-m4trace:configure.ac:81: -1- AC_SUBST_TRACE([UUID_LIBS])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:82: -1- AC_SUBST([UUID_CFLAGS])
-m4trace:configure.ac:82: -1- AC_SUBST_TRACE([UUID_CFLAGS])
-m4trace:configure.ac:82: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:83: -1- AC_SUBST([UUID_LIBS])
-m4trace:configure.ac:83: -1- AC_SUBST_TRACE([UUID_LIBS])
-m4trace:configure.ac:83: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:85: -1- AC_SUBST([LIBAO_CFLAGS])
-m4trace:configure.ac:85: -1- AC_SUBST_TRACE([LIBAO_CFLAGS])
-m4trace:configure.ac:85: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:85: -1- AC_SUBST([LIBAO_LIBS])
-m4trace:configure.ac:85: -1- AC_SUBST_TRACE([LIBAO_LIBS])
-m4trace:configure.ac:85: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:86: -1- AC_SUBST([LIBAO_CFLAGS])
-m4trace:configure.ac:86: -1- AC_SUBST_TRACE([LIBAO_CFLAGS])
-m4trace:configure.ac:86: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:87: -1- AC_SUBST([LIBAO_LIBS])
-m4trace:configure.ac:87: -1- AC_SUBST_TRACE([LIBAO_LIBS])
-m4trace:configure.ac:87: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:89: -1- AC_SUBST([LIBASOUND2_CFLAGS])
-m4trace:configure.ac:89: -1- AC_SUBST_TRACE([LIBASOUND2_CFLAGS])
-m4trace:configure.ac:89: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:89: -1- AC_SUBST([LIBASOUND2_LIBS])
-m4trace:configure.ac:89: -1- AC_SUBST_TRACE([LIBASOUND2_LIBS])
-m4trace:configure.ac:89: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:90: -1- AC_SUBST([LIBASOUND2_CFLAGS])
-m4trace:configure.ac:90: -1- AC_SUBST_TRACE([LIBASOUND2_CFLAGS])
-m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:91: -1- AC_SUBST([LIBASOUND2_LIBS])
-m4trace:configure.ac:91: -1- AC_SUBST_TRACE([LIBASOUND2_LIBS])
-m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:93: -1- AC_SUBST([LIBXML2_CFLAGS])
-m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LIBXML2_CFLAGS])
-m4trace:configure.ac:93: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:93: -1- AC_SUBST([LIBXML2_LIBS])
-m4trace:configure.ac:93: -1- AC_SUBST_TRACE([LIBXML2_LIBS])
-m4trace:configure.ac:93: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:94: -1- AC_SUBST([LIBXML2_CFLAGS])
-m4trace:configure.ac:94: -1- AC_SUBST_TRACE([LIBXML2_CFLAGS])
-m4trace:configure.ac:94: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:95: -1- AC_SUBST([LIBXML2_LIBS])
-m4trace:configure.ac:95: -1- AC_SUBST_TRACE([LIBXML2_LIBS])
-m4trace:configure.ac:95: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:97: -1- AC_SUBST([SNDFILE_CFLAGS])
-m4trace:configure.ac:97: -1- AC_SUBST_TRACE([SNDFILE_CFLAGS])
-m4trace:configure.ac:97: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:97: -1- AC_SUBST([SNDFILE_LIBS])
-m4trace:configure.ac:97: -1- AC_SUBST_TRACE([SNDFILE_LIBS])
-m4trace:configure.ac:97: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:98: -1- AC_SUBST([SNDFILE_CFLAGS])
-m4trace:configure.ac:98: -1- AC_SUBST_TRACE([SNDFILE_CFLAGS])
-m4trace:configure.ac:98: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:99: -1- AC_SUBST([SNDFILE_LIBS])
-m4trace:configure.ac:99: -1- AC_SUBST_TRACE([SNDFILE_LIBS])
-m4trace:configure.ac:99: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:101: -1- AC_SUBST([LIBINSTPATCH_CFLAGS])
-m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LIBINSTPATCH_CFLAGS])
-m4trace:configure.ac:101: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:101: -1- AC_SUBST([LIBINSTPATCH_LIBS])
-m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LIBINSTPATCH_LIBS])
-m4trace:configure.ac:101: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:102: -1- AC_SUBST([LIBINSTPATCH_CFLAGS])
-m4trace:configure.ac:102: -1- AC_SUBST_TRACE([LIBINSTPATCH_CFLAGS])
-m4trace:configure.ac:102: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:103: -1- AC_SUBST([LIBINSTPATCH_LIBS])
-m4trace:configure.ac:103: -1- AC_SUBST_TRACE([LIBINSTPATCH_LIBS])
-m4trace:configure.ac:103: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:105: -1- AC_SUBST([GOBJECT_CFLAGS])
-m4trace:configure.ac:105: -1- AC_SUBST_TRACE([GOBJECT_CFLAGS])
-m4trace:configure.ac:105: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:105: -1- AC_SUBST([GOBJECT_LIBS])
-m4trace:configure.ac:105: -1- AC_SUBST_TRACE([GOBJECT_LIBS])
-m4trace:configure.ac:105: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:106: -1- AC_SUBST([GOBJECT_CFLAGS])
-m4trace:configure.ac:106: -1- AC_SUBST_TRACE([GOBJECT_CFLAGS])
-m4trace:configure.ac:106: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:107: -1- AC_SUBST([GOBJECT_LIBS])
-m4trace:configure.ac:107: -1- AC_SUBST_TRACE([GOBJECT_LIBS])
-m4trace:configure.ac:107: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:109: -1- AC_SUBST([GDKPIXBUF_CFLAGS])
-m4trace:configure.ac:109: -1- AC_SUBST_TRACE([GDKPIXBUF_CFLAGS])
-m4trace:configure.ac:109: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:109: -1- AC_SUBST([GDKPIXBUF_LIBS])
-m4trace:configure.ac:109: -1- AC_SUBST_TRACE([GDKPIXBUF_LIBS])
-m4trace:configure.ac:109: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:110: -1- AC_SUBST([GDKPIXBUF_CFLAGS])
-m4trace:configure.ac:110: -1- AC_SUBST_TRACE([GDKPIXBUF_CFLAGS])
-m4trace:configure.ac:110: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:111: -1- AC_SUBST([GDKPIXBUF_LIBS])
-m4trace:configure.ac:111: -1- AC_SUBST_TRACE([GDKPIXBUF_LIBS])
-m4trace:configure.ac:111: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:113: -1- AC_SUBST([CAIRO_CFLAGS])
-m4trace:configure.ac:113: -1- AC_SUBST_TRACE([CAIRO_CFLAGS])
-m4trace:configure.ac:113: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:113: -1- AC_SUBST([CAIRO_LIBS])
-m4trace:configure.ac:113: -1- AC_SUBST_TRACE([CAIRO_LIBS])
-m4trace:configure.ac:113: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:114: -1- AC_SUBST([CAIRO_CFLAGS])
-m4trace:configure.ac:114: -1- AC_SUBST_TRACE([CAIRO_CFLAGS])
-m4trace:configure.ac:114: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:115: -1- AC_SUBST([CAIRO_LIBS])
-m4trace:configure.ac:115: -1- AC_SUBST_TRACE([CAIRO_LIBS])
-m4trace:configure.ac:115: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:117: -1- AC_SUBST([GTK_CFLAGS])
-m4trace:configure.ac:117: -1- AC_SUBST_TRACE([GTK_CFLAGS])
-m4trace:configure.ac:117: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:117: -1- AC_SUBST([GTK_LIBS])
-m4trace:configure.ac:117: -1- AC_SUBST_TRACE([GTK_LIBS])
-m4trace:configure.ac:117: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:118: -1- AC_SUBST([GTK_CFLAGS])
-m4trace:configure.ac:118: -1- AC_SUBST_TRACE([GTK_CFLAGS])
-m4trace:configure.ac:118: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:119: -1- AC_SUBST([GTK_LIBS])
-m4trace:configure.ac:119: -1- AC_SUBST_TRACE([GTK_LIBS])
-m4trace:configure.ac:119: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:138: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+m4trace:configure.ac:36: -1- AC_DEFINE_TRACE_LITERAL([uint16_t])
+m4trace:configure.ac:36: -1- m4_pattern_allow([^uint16_t$])
+m4trace:configure.ac:36: -1- AH_OUTPUT([uint16_t], [/* Define to the type of an unsigned integer type of width exactly 16 bits if
+   such a type exists and the standard includes do not define it. */
+@%:@undef uint16_t])
+m4trace:configure.ac:37: -1- AC_DEFINE_TRACE_LITERAL([_UINT32_T])
+m4trace:configure.ac:37: -1- m4_pattern_allow([^_UINT32_T$])
+m4trace:configure.ac:37: -1- AH_OUTPUT([_UINT32_T], [/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   @%:@define below would cause a syntax error. */
+@%:@undef _UINT32_T])
+m4trace:configure.ac:37: -1- AC_DEFINE_TRACE_LITERAL([uint32_t])
+m4trace:configure.ac:37: -1- m4_pattern_allow([^uint32_t$])
+m4trace:configure.ac:37: -1- AH_OUTPUT([uint32_t], [/* Define to the type of an unsigned integer type of width exactly 32 bits if
+   such a type exists and the standard includes do not define it. */
+@%:@undef uint32_t])
+m4trace:configure.ac:38: -1- AC_DEFINE_TRACE_LITERAL([_UINT8_T])
+m4trace:configure.ac:38: -1- m4_pattern_allow([^_UINT8_T$])
+m4trace:configure.ac:38: -1- AH_OUTPUT([_UINT8_T], [/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   @%:@define below would cause a syntax error. */
+@%:@undef _UINT8_T])
+m4trace:configure.ac:38: -1- AC_DEFINE_TRACE_LITERAL([uint8_t])
+m4trace:configure.ac:38: -1- m4_pattern_allow([^uint8_t$])
+m4trace:configure.ac:38: -1- AH_OUTPUT([uint8_t], [/* Define to the type of an unsigned integer type of width exactly 8 bits if
+   such a type exists and the standard includes do not define it. */
+@%:@undef uint8_t])
+m4trace:configure.ac:39: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTRDIFF_T])
+m4trace:configure.ac:39: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
+m4trace:configure.ac:39: -1- AH_OUTPUT([HAVE_PTRDIFF_T], [/* Define to 1 if the system has the type `ptrdiff_t\'. */
+@%:@undef HAVE_PTRDIFF_T])
+m4trace:configure.ac:41: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+m4trace:configure.ac:41: -1- AC_SUBST([PKG_CONFIG])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([PKG_CONFIG])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:41: -1- AC_SUBST([PKG_CONFIG_PATH])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([PKG_CONFIG_PATH])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
+m4trace:configure.ac:41: -1- AC_SUBST([PKG_CONFIG_LIBDIR])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([PKG_CONFIG_LIBDIR])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
+m4trace:configure.ac:41: -1- AC_SUBST([PKG_CONFIG])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([PKG_CONFIG])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:41: -1- AC_SUBST([UUID_CFLAGS])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([UUID_CFLAGS])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:41: -1- AC_SUBST([UUID_LIBS])
+m4trace:configure.ac:41: -1- AC_SUBST_TRACE([UUID_LIBS])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:42: -1- AC_SUBST([UUID_CFLAGS])
+m4trace:configure.ac:42: -1- AC_SUBST_TRACE([UUID_CFLAGS])
+m4trace:configure.ac:42: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:43: -1- AC_SUBST([UUID_LIBS])
+m4trace:configure.ac:43: -1- AC_SUBST_TRACE([UUID_LIBS])
+m4trace:configure.ac:43: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:45: -1- AC_SUBST([LIBAO_CFLAGS])
+m4trace:configure.ac:45: -1- AC_SUBST_TRACE([LIBAO_CFLAGS])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:45: -1- AC_SUBST([LIBAO_LIBS])
+m4trace:configure.ac:45: -1- AC_SUBST_TRACE([LIBAO_LIBS])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:46: -1- AC_SUBST([LIBAO_CFLAGS])
+m4trace:configure.ac:46: -1- AC_SUBST_TRACE([LIBAO_CFLAGS])
+m4trace:configure.ac:46: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:47: -1- AC_SUBST([LIBAO_LIBS])
+m4trace:configure.ac:47: -1- AC_SUBST_TRACE([LIBAO_LIBS])
+m4trace:configure.ac:47: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:49: -1- AC_SUBST([LIBASOUND2_CFLAGS])
+m4trace:configure.ac:49: -1- AC_SUBST_TRACE([LIBASOUND2_CFLAGS])
+m4trace:configure.ac:49: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:49: -1- AC_SUBST([LIBASOUND2_LIBS])
+m4trace:configure.ac:49: -1- AC_SUBST_TRACE([LIBASOUND2_LIBS])
+m4trace:configure.ac:49: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:50: -1- AC_SUBST([LIBASOUND2_CFLAGS])
+m4trace:configure.ac:50: -1- AC_SUBST_TRACE([LIBASOUND2_CFLAGS])
+m4trace:configure.ac:50: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:51: -1- AC_SUBST([LIBASOUND2_LIBS])
+m4trace:configure.ac:51: -1- AC_SUBST_TRACE([LIBASOUND2_LIBS])
+m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:53: -1- AC_SUBST([LIBXML2_CFLAGS])
+m4trace:configure.ac:53: -1- AC_SUBST_TRACE([LIBXML2_CFLAGS])
+m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:53: -1- AC_SUBST([LIBXML2_LIBS])
+m4trace:configure.ac:53: -1- AC_SUBST_TRACE([LIBXML2_LIBS])
+m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:54: -1- AC_SUBST([LIBXML2_CFLAGS])
+m4trace:configure.ac:54: -1- AC_SUBST_TRACE([LIBXML2_CFLAGS])
+m4trace:configure.ac:54: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:55: -1- AC_SUBST([LIBXML2_LIBS])
+m4trace:configure.ac:55: -1- AC_SUBST_TRACE([LIBXML2_LIBS])
+m4trace:configure.ac:55: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:57: -1- AC_SUBST([SNDFILE_CFLAGS])
+m4trace:configure.ac:57: -1- AC_SUBST_TRACE([SNDFILE_CFLAGS])
+m4trace:configure.ac:57: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:57: -1- AC_SUBST([SNDFILE_LIBS])
+m4trace:configure.ac:57: -1- AC_SUBST_TRACE([SNDFILE_LIBS])
+m4trace:configure.ac:57: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:58: -1- AC_SUBST([SNDFILE_CFLAGS])
+m4trace:configure.ac:58: -1- AC_SUBST_TRACE([SNDFILE_CFLAGS])
+m4trace:configure.ac:58: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:59: -1- AC_SUBST([SNDFILE_LIBS])
+m4trace:configure.ac:59: -1- AC_SUBST_TRACE([SNDFILE_LIBS])
+m4trace:configure.ac:59: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:61: -1- AC_SUBST([LIBINSTPATCH_CFLAGS])
+m4trace:configure.ac:61: -1- AC_SUBST_TRACE([LIBINSTPATCH_CFLAGS])
+m4trace:configure.ac:61: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:61: -1- AC_SUBST([LIBINSTPATCH_LIBS])
+m4trace:configure.ac:61: -1- AC_SUBST_TRACE([LIBINSTPATCH_LIBS])
+m4trace:configure.ac:61: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:62: -1- AC_SUBST([LIBINSTPATCH_CFLAGS])
+m4trace:configure.ac:62: -1- AC_SUBST_TRACE([LIBINSTPATCH_CFLAGS])
+m4trace:configure.ac:62: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:63: -1- AC_SUBST([LIBINSTPATCH_LIBS])
+m4trace:configure.ac:63: -1- AC_SUBST_TRACE([LIBINSTPATCH_LIBS])
+m4trace:configure.ac:63: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:65: -1- AC_SUBST([GOBJECT_CFLAGS])
+m4trace:configure.ac:65: -1- AC_SUBST_TRACE([GOBJECT_CFLAGS])
+m4trace:configure.ac:65: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:65: -1- AC_SUBST([GOBJECT_LIBS])
+m4trace:configure.ac:65: -1- AC_SUBST_TRACE([GOBJECT_LIBS])
+m4trace:configure.ac:65: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:66: -1- AC_SUBST([GOBJECT_CFLAGS])
+m4trace:configure.ac:66: -1- AC_SUBST_TRACE([GOBJECT_CFLAGS])
+m4trace:configure.ac:66: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:67: -1- AC_SUBST([GOBJECT_LIBS])
+m4trace:configure.ac:67: -1- AC_SUBST_TRACE([GOBJECT_LIBS])
+m4trace:configure.ac:67: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:69: -1- AC_SUBST([GDKPIXBUF_CFLAGS])
+m4trace:configure.ac:69: -1- AC_SUBST_TRACE([GDKPIXBUF_CFLAGS])
+m4trace:configure.ac:69: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:69: -1- AC_SUBST([GDKPIXBUF_LIBS])
+m4trace:configure.ac:69: -1- AC_SUBST_TRACE([GDKPIXBUF_LIBS])
+m4trace:configure.ac:69: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:70: -1- AC_SUBST([GDKPIXBUF_CFLAGS])
+m4trace:configure.ac:70: -1- AC_SUBST_TRACE([GDKPIXBUF_CFLAGS])
+m4trace:configure.ac:70: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:71: -1- AC_SUBST([GDKPIXBUF_LIBS])
+m4trace:configure.ac:71: -1- AC_SUBST_TRACE([GDKPIXBUF_LIBS])
+m4trace:configure.ac:71: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:73: -1- AC_SUBST([CAIRO_CFLAGS])
+m4trace:configure.ac:73: -1- AC_SUBST_TRACE([CAIRO_CFLAGS])
+m4trace:configure.ac:73: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:73: -1- AC_SUBST([CAIRO_LIBS])
+m4trace:configure.ac:73: -1- AC_SUBST_TRACE([CAIRO_LIBS])
+m4trace:configure.ac:73: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:74: -1- AC_SUBST([CAIRO_CFLAGS])
+m4trace:configure.ac:74: -1- AC_SUBST_TRACE([CAIRO_CFLAGS])
+m4trace:configure.ac:74: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:75: -1- AC_SUBST([CAIRO_LIBS])
+m4trace:configure.ac:75: -1- AC_SUBST_TRACE([CAIRO_LIBS])
+m4trace:configure.ac:75: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:77: -1- AC_SUBST([GTK_CFLAGS])
+m4trace:configure.ac:77: -1- AC_SUBST_TRACE([GTK_CFLAGS])
+m4trace:configure.ac:77: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:77: -1- AC_SUBST([GTK_LIBS])
+m4trace:configure.ac:77: -1- AC_SUBST_TRACE([GTK_LIBS])
+m4trace:configure.ac:77: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:78: -1- AC_SUBST([GTK_CFLAGS])
+m4trace:configure.ac:78: -1- AC_SUBST_TRACE([GTK_CFLAGS])
+m4trace:configure.ac:78: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:79: -1- AC_SUBST([GTK_LIBS])
+m4trace:configure.ac:79: -1- AC_SUBST_TRACE([GTK_LIBS])
+m4trace:configure.ac:79: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:98: -1- AM_GNU_GETTEXT
+m4trace:configure.ac:98: -1- _m4_warn([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.], [aclocal.m4:339: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- AC_SUBST([SED])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([SED])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^SED$])
+m4trace:configure.ac:98: -1- AM_NLS
+m4trace:configure.ac:98: -1- AC_SUBST([USE_NLS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([USE_NLS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_NLS$])
+m4trace:configure.ac:98: -1- AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GETTEXT_MACRO_VERSION])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$])
+m4trace:configure.ac:98: -1- AC_SUBST([MSGFMT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([MSGFMT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGFMT$])
+m4trace:configure.ac:98: -1- AC_SUBST([GMSGFMT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GMSGFMT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GMSGFMT$])
+m4trace:configure.ac:98: -1- AC_SUBST([MSGFMT_015])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([MSGFMT_015])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGFMT_015$])
+m4trace:configure.ac:98: -1- AC_SUBST([GMSGFMT_015])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GMSGFMT_015])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GMSGFMT_015$])
+m4trace:configure.ac:98: -1- AC_SUBST([XGETTEXT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([XGETTEXT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT$])
+m4trace:configure.ac:98: -1- AC_SUBST([XGETTEXT_015])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([XGETTEXT_015])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT_015$])
+m4trace:configure.ac:98: -1- AC_SUBST([MSGMERGE])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([MSGMERGE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGMERGE$])
+m4trace:configure.ac:98: -1- AC_SUBST([localedir])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([localedir])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^localedir$])
+m4trace:configure.ac:98: -1- AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([XGETTEXT_EXTRA_OPTIONS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$])
+m4trace:configure.ac:98: -1- AC_CANONICAL_HOST
+m4trace:configure.ac:98: -1- AC_CANONICAL_BUILD
+m4trace:configure.ac:98: -1- AC_REQUIRE_AUX_FILE([config.sub])
+m4trace:configure.ac:98: -1- AC_REQUIRE_AUX_FILE([config.guess])
+m4trace:configure.ac:98: -1- AC_SUBST([build], [$ac_cv_build])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([build])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build$])
+m4trace:configure.ac:98: -1- AC_SUBST([build_cpu], [$[1]])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([build_cpu])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_cpu$])
+m4trace:configure.ac:98: -1- AC_SUBST([build_vendor], [$[2]])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([build_vendor])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_vendor$])
+m4trace:configure.ac:98: -1- AC_SUBST([build_os])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([build_os])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_os$])
+m4trace:configure.ac:98: -1- AC_SUBST([host], [$ac_cv_host])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([host])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host$])
+m4trace:configure.ac:98: -1- AC_SUBST([host_cpu], [$[1]])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([host_cpu])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_cpu$])
+m4trace:configure.ac:98: -1- AC_SUBST([host_vendor], [$[2]])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([host_vendor])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_vendor$])
+m4trace:configure.ac:98: -1- AC_SUBST([host_os])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([host_os])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_os$])
+m4trace:configure.ac:98: -1- AC_SUBST([GLIBC2])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GLIBC2])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GLIBC2$])
+m4trace:configure.ac:98: -1- AC_SUBST([RANLIB])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([RANLIB])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^RANLIB$])
+m4trace:configure.ac:98: -1- AC_SUBST([CFLAG_VISIBILITY])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([CFLAG_VISIBILITY])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^CFLAG_VISIBILITY$])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_VISIBILITY])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_VISIBILITY])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_VISIBILITY])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_VISIBILITY], [/* Define to 1 or 0, depending whether the compiler supports simple visibility
+   declarations. */
+@%:@undef HAVE_VISIBILITY])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H_WITH_UINTMAX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDINT_H_WITH_UINTMAX], [/* Define if <stdint.h> exists, doesn\'t clash with <sys/types.h>, and declares
+   uintmax_t. */
+@%:@undef HAVE_STDINT_H_WITH_UINTMAX])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+@%:@undef HAVE_STDLIB_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+@%:@undef HAVE_UNISTD_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+@%:@undef HAVE_SYS_PARAM_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
+@%:@undef HAVE_GETPAGESIZE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
+@%:@undef HAVE_MMAP])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([INTDIV0_RAISES_SIGFPE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([INTDIV0_RAISES_SIGFPE], [/* Define if integer division by zero raises signal SIGFPE. */
+@%:@undef INTDIV0_RAISES_SIGFPE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H_WITH_UINTMAX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_INTTYPES_H_WITH_UINTMAX], [/* Define if <inttypes.h> exists, doesn\'t clash with <sys/types.h>, and
+   declares uintmax_t. */
+@%:@undef HAVE_INTTYPES_H_WITH_UINTMAX])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG_INT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_UNSIGNED_LONG_LONG_INT], [/* Define to 1 if the system has the type \'unsigned long long int\'. */
+@%:@undef HAVE_UNSIGNED_LONG_LONG_INT])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([uintmax_t])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^uintmax_t$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([uintmax_t], [/* Define to unsigned long or unsigned long long if <stdint.h> and
+   <inttypes.h> don\'t define. */
+@%:@undef uintmax_t])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UINTMAX_T])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_UINTMAX_T], [/* Define if you have the \'uintmax_t\' type in <stdint.h> or <inttypes.h>. */
+@%:@undef HAVE_UINTMAX_T])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
+@%:@undef HAVE_INTTYPES_H])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([PRI_MACROS_BROKEN])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([PRI_MACROS_BROKEN], [/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
+@%:@undef PRI_MACROS_BROKEN])
+m4trace:configure.ac:98: -1- AC_SUBST([PRI_MACROS_BROKEN])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([PRI_MACROS_BROKEN])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:98: -1- _m4_warn([syntax], [AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [aclocal.m4:3880: gl_THREADLIB_EARLY_BODY is expanded from...
+aclocal.m4:3873: gl_THREADLIB_EARLY is expanded from...
+aclocal.m4:4162: gl_THREADLIB is expanded from...
+aclocal.m4:2745: gl_LOCK is expanded from...
+aclocal.m4:1322: gt_INTL_SUBDIR_CORE is expanded from...
+aclocal.m4:1136: AM_INTL_SUBDIR is expanded from...
+aclocal.m4:339: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- _m4_warn([syntax], [AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [aclocal.m4:3880: gl_THREADLIB_EARLY_BODY is expanded from...
+aclocal.m4:3873: gl_THREADLIB_EARLY is expanded from...
+aclocal.m4:4162: gl_THREADLIB is expanded from...
+aclocal.m4:2745: gl_LOCK is expanded from...
+aclocal.m4:1322: gt_INTL_SUBDIR_CORE is expanded from...
+aclocal.m4:1136: AM_INTL_SUBDIR is expanded from...
+aclocal.m4:339: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_SOURCE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_SOURCE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([_POSIX_SOURCE], [/* Define to 1 if you need to in order for `stat\' and other things to work. */
+@%:@undef _POSIX_SOURCE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_1_SOURCE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([_POSIX_1_SOURCE], [/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+@%:@undef _POSIX_1_SOURCE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_MINIX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_MINIX$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */
+@%:@undef _MINIX])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_SYSTEM_EXTENSIONS], [/* Enable extensions on AIX 3, Interix.  */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([__EXTENSIONS__])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^__EXTENSIONS__$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_ALL_SOURCE$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_GNU_SOURCE$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_PTHREAD_SEMANTICS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([_TANDEM_SOURCE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
+m4trace:configure.ac:98: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+aclocal.m4:3880: gl_THREADLIB_EARLY_BODY is expanded from...
+aclocal.m4:3873: gl_THREADLIB_EARLY is expanded from...
+aclocal.m4:4162: gl_THREADLIB is expanded from...
+aclocal.m4:2745: gl_LOCK is expanded from...
+aclocal.m4:1322: gt_INTL_SUBDIR_CORE is expanded from...
+aclocal.m4:1136: AM_INTL_SUBDIR is expanded from...
+aclocal.m4:339: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+aclocal.m4:3880: gl_THREADLIB_EARLY_BODY is expanded from...
+aclocal.m4:3873: gl_THREADLIB_EARLY is expanded from...
+aclocal.m4:4162: gl_THREADLIB is expanded from...
+aclocal.m4:2745: gl_LOCK is expanded from...
+aclocal.m4:1322: gt_INTL_SUBDIR_CORE is expanded from...
+aclocal.m4:1136: AM_INTL_SUBDIR is expanded from...
+aclocal.m4:339: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([PTHREAD_IN_USE_DETECTION_HARD])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PTHREAD_IN_USE_DETECTION_HARD$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([PTHREAD_IN_USE_DETECTION_HARD], [/* Define if the pthread_in_use() detection is hard. */
+@%:@undef PTHREAD_IN_USE_DETECTION_HARD])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_POSIX_THREADS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_POSIX_THREADS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_POSIX_THREADS], [/* Define if the POSIX multithreading library can be used. */
+@%:@undef USE_POSIX_THREADS])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_POSIX_THREADS_WEAK])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_POSIX_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_POSIX_THREADS_WEAK], [/* Define if references to the POSIX multithreading library should be made
+   weak. */
+@%:@undef USE_POSIX_THREADS_WEAK])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_SOLARIS_THREADS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_SOLARIS_THREADS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_SOLARIS_THREADS], [/* Define if the old Solaris multithreading library can be used. */
+@%:@undef USE_SOLARIS_THREADS])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_SOLARIS_THREADS_WEAK])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_SOLARIS_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_SOLARIS_THREADS_WEAK], [/* Define if references to the old Solaris multithreading library should be
+   made weak. */
+@%:@undef USE_SOLARIS_THREADS_WEAK])
+m4trace:configure.ac:98: -1- AC_REQUIRE_AUX_FILE([config.rpath])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBPTH])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBPTH])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBPTH$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBPTH])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBPTH])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBPTH$])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBPTH_PREFIX])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBPTH_PREFIX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBPTH_PREFIX$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_PTH_THREADS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_PTH_THREADS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_PTH_THREADS], [/* Define if the GNU Pth multithreading library can be used. */
+@%:@undef USE_PTH_THREADS])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_PTH_THREADS_WEAK])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_PTH_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_PTH_THREADS_WEAK], [/* Define if references to the GNU Pth multithreading library should be made
+   weak. */
+@%:@undef USE_PTH_THREADS_WEAK])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([USE_WINDOWS_THREADS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_WINDOWS_THREADS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([USE_WINDOWS_THREADS], [/* Define if the native Windows multithreading API can be used. */
+@%:@undef USE_WINDOWS_THREADS])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBTHREAD])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBTHREAD])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBTHREAD$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBTHREAD])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBTHREAD])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBTHREAD$])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBMULTITHREAD])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBMULTITHREAD])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBMULTITHREAD$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBMULTITHREAD])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBMULTITHREAD])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBMULTITHREAD$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_RWLOCK])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_PTHREAD_RWLOCK$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_PTHREAD_RWLOCK], [/* Define if the POSIX multithreading library has read/write locks. */
+@%:@undef HAVE_PTHREAD_RWLOCK])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PTHREAD_MUTEX_RECURSIVE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEX_RECURSIVE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_PTHREAD_MUTEX_RECURSIVE], [/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
+@%:@undef HAVE_PTHREAD_MUTEX_RECURSIVE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_BUILTIN_EXPECT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_BUILTIN_EXPECT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_BUILTIN_EXPECT], [/* Define to 1 if the compiler understands __builtin_expect. */
+@%:@undef HAVE_BUILTIN_EXPECT])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the <argz.h> header file. */
+@%:@undef HAVE_ARGZ_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the <inttypes.h> header file. */
+@%:@undef HAVE_INTTYPES_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the <limits.h> header file. */
+@%:@undef HAVE_LIMITS_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+@%:@undef HAVE_UNISTD_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+@%:@undef HAVE_SYS_PARAM_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
+@%:@undef HAVE_GETCWD])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETEGID], [/* Define to 1 if you have the `getegid\' function. */
+@%:@undef HAVE_GETEGID])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETEUID], [/* Define to 1 if you have the `geteuid\' function. */
+@%:@undef HAVE_GETEUID])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETGID], [/* Define to 1 if you have the `getgid\' function. */
+@%:@undef HAVE_GETGID])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETUID], [/* Define to 1 if you have the `getuid\' function. */
+@%:@undef HAVE_GETUID])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */
+@%:@undef HAVE_MEMPCPY])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
+@%:@undef HAVE_MUNMAP])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
+@%:@undef HAVE_STPCPY])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
+@%:@undef HAVE_STRCASECMP])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
+@%:@undef HAVE_STRDUP])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
+@%:@undef HAVE_STRTOUL])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_TSEARCH], [/* Define to 1 if you have the `tsearch\' function. */
+@%:@undef HAVE_TSEARCH])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_USELOCALE], [/* Define to 1 if you have the `uselocale\' function. */
+@%:@undef HAVE_USELOCALE])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ARGZ_COUNT], [/* Define to 1 if you have the `argz_count\' function. */
+@%:@undef HAVE_ARGZ_COUNT])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ARGZ_STRINGIFY], [/* Define to 1 if you have the `argz_stringify\' function. */
+@%:@undef HAVE_ARGZ_STRINGIFY])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ARGZ_NEXT], [/* Define to 1 if you have the `argz_next\' function. */
+@%:@undef HAVE_ARGZ_NEXT])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE___FSETLOCKING], [/* Define to 1 if you have the `__fsetlocking\' function. */
+@%:@undef HAVE___FSETLOCKING])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FEOF_UNLOCKED])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_FEOF_UNLOCKED$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DECL_FEOF_UNLOCKED], [/* Define to 1 if you have the declaration of `feof_unlocked\', and to 0 if you
+   don\'t. */
+@%:@undef HAVE_DECL_FEOF_UNLOCKED])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FGETS_UNLOCKED])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_FGETS_UNLOCKED$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DECL_FGETS_UNLOCKED], [/* Define to 1 if you have the declaration of `fgets_unlocked\', and to 0 if
+   you don\'t. */
+@%:@undef HAVE_DECL_FGETS_UNLOCKED])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ICONV])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_ICONV$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ICONV], [/* Define if you have the iconv() function and it works. */
+@%:@undef HAVE_ICONV])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBICONV])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBICONV])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBICONV$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBICONV])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBICONV])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBICONV$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([ICONV_CONST])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ICONV_CONST$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([ICONV_CONST], [/* Define as const if the declaration of iconv() needs const. */
+@%:@undef ICONV_CONST])
+m4trace:configure.ac:98: -1- AC_SUBST([INTLBISON])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTLBISON])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLBISON$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG_INT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_LONG_LONG_INT], [/* Define to 1 if the system has the type \'long long int\'. */
+@%:@undef HAVE_LONG_LONG_INT])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_T])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WCHAR_T], [/* Define if you have the \'wchar_t\' type. */
+@%:@undef HAVE_WCHAR_T])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WINT_T])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WINT_T$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WINT_T], [/* Define if you have the \'wint_t\' type. */
+@%:@undef HAVE_WINT_T])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTMAX_T])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_INTMAX_T], [/* Define if you have the \'intmax_t\' type in <stdint.h> or <inttypes.h>. */
+@%:@undef HAVE_INTMAX_T])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_PRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_POSIX_PRINTF], [/* Define if your printf() function supports format strings with positions. */
+@%:@undef HAVE_POSIX_PRINTF])
+m4trace:configure.ac:98: -1- AC_SUBST([GLIBC21])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GLIBC21])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GLIBC21$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
+@%:@undef HAVE_STDINT_H])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([SIZE_MAX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^SIZE_MAX$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([SIZE_MAX], [/* Define as the maximum value of type \'size_t\', if the system doesn\'t define
+   it. */
+@%:@undef SIZE_MAX])
+m4trace:configure.ac:98: -1- AH_OUTPUT([SIZE_MAX], [/* Define as the maximum value of type \'size_t\', if the system doesn\'t define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the <stdint.h> header file. */
+@%:@undef HAVE_STDINT_H])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+@%:@undef HAVE_UNISTD_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SYMLINK], [/* Define to 1 if you have the `symlink\' function. */
+@%:@undef HAVE_SYMLINK])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_O_NOATIME])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WORKING_O_NOATIME$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WORKING_O_NOATIME], [/* Define to 1 if O_NOATIME works. */
+@%:@undef HAVE_WORKING_O_NOATIME])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WORKING_O_NOFOLLOW])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WORKING_O_NOFOLLOW$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WORKING_O_NOFOLLOW], [/* Define to 1 if O_NOFOLLOW works. */
+@%:@undef HAVE_WORKING_O_NOFOLLOW])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFPREFERENCESCOPYAPPVALUE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_CFPREFERENCESCOPYAPPVALUE], [/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+@%:@undef HAVE_CFPREFERENCESCOPYAPPVALUE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYCURRENT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_CFLOCALECOPYCURRENT], [/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+@%:@undef HAVE_CFLOCALECOPYCURRENT])
+m4trace:configure.ac:98: -1- AC_SUBST([INTL_MACOSX_LIBS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTL_MACOSX_LIBS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([extern_inline], [/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for \'inline void f
+   (void) { } inline void g (void) { f (); }\', c99 incorrectly complains
+   \'reference to static identifier "f" in extern inline function\'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
+   on configurations that mistakenly use \'static inline\' to implement
+   functions or macros in standard C headers like <ctype.h>.  For example,
+   if isdigit is mistakenly implemented via a static inline function,
+   a program containing an extern inline function that calls isdigit
+   may not work since the C standard prohibits extern inline functions
+   from calling static functions.  This bug is known to occur on:
+
+     OS X 10.8 and earlier; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
+
+     DragonFly; see
+     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
+
+     FreeBSD; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
+
+   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
+   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
+   Assume DragonFly and FreeBSD will be similar.  */
+#if (((defined __APPLE__ && defined __MACH__) \\
+      || defined __DragonFly__ || defined __FreeBSD__) \\
+     && (defined __header_inline \\
+         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \\
+            && ! defined __clang__) \\
+         : ((! defined _DONT_USE_CTYPE_INLINE_ \\
+             && (defined __GNUC__ || defined __cplusplus)) \\
+            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \\
+                && defined __GNUC__ && ! defined __cplusplus))))
+# define _GL_EXTERN_INLINE_STDHEADER_BUG
+#endif
+#if ((__GNUC__ \\
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \\
+      : (199901L <= __STDC_VERSION__ \\
+         && !defined __HP_cc \\
+         && !(defined __SUNPRO_C && __STDC__))) \\
+     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# define _GL_EXTERN_INLINE_IN_USE
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \\
+       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+# define _GL_EXTERN_INLINE_IN_USE
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+/* In GCC, suppress bogus "no previous prototype for \'FOO\'"
+   and "no previous declaration for \'FOO\'" diagnostics,
+   when FOO is an inline function in the header; see
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \\
+     _Pragma ("GCC diagnostic ignored \\"-Wsuggest-attribute=const\\"")
+# endif
+# define _GL_INLINE_HEADER_BEGIN \\
+    _Pragma ("GCC diagnostic push") \\
+    _Pragma ("GCC diagnostic ignored \\"-Wmissing-prototypes\\"") \\
+    _Pragma ("GCC diagnostic ignored \\"-Wmissing-declarations\\"") \\
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \\
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif])
+m4trace:configure.ac:98: -2- AH_OUTPUT([gt_gl_attribute], [/* Define as a marker that can be attached to declarations that might not
+    be used.  This helps to reduce warnings, such as from
+    GCC -Wunused-parameter.  */
+#ifndef _GL_UNUSED
+# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#  define _GL_UNUSED __attribute__ ((__unused__))
+# else
+#  define _GL_UNUSED
+# endif
+#endif
+
+/* The __pure__ attribute was added in gcc 2.96.  */
+#ifndef _GL_ATTRIBUTE_PURE
+# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
+#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+# else
+#  define _GL_ATTRIBUTE_PURE /* empty */
+# endif
+#endif
+])
+m4trace:configure.ac:98: -1- AC_SUBST([INTL_DEFAULT_VERBOSITY])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTL_DEFAULT_VERBOSITY])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_DEFAULT_VERBOSITY$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ptrdiff_t$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([ptrdiff_t], [/* Define as the type of the result of subtracting two pointers, if the system
+   doesn\'t define it. */
+@%:@undef ptrdiff_t])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_FEATURES_H], [/* Define to 1 if you have the <features.h> header file. */
+@%:@undef HAVE_FEATURES_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the <stddef.h> header file. */
+@%:@undef HAVE_STDDEF_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+@%:@undef HAVE_STDLIB_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the <string.h> header file. */
+@%:@undef HAVE_STRING_H])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_ASPRINTF], [/* Define to 1 if you have the `asprintf\' function. */
+@%:@undef HAVE_ASPRINTF])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_FWPRINTF], [/* Define to 1 if you have the `fwprintf\' function. */
+@%:@undef HAVE_FWPRINTF])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_NEWLOCALE], [/* Define to 1 if you have the `newlocale\' function. */
+@%:@undef HAVE_NEWLOCALE])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */
+@%:@undef HAVE_PUTENV])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */
+@%:@undef HAVE_SETENV])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
+@%:@undef HAVE_SETLOCALE])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */
+@%:@undef HAVE_SNPRINTF])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_STRNLEN], [/* Define to 1 if you have the `strnlen\' function. */
+@%:@undef HAVE_STRNLEN])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WCSLEN], [/* Define to 1 if you have the `wcslen\' function. */
+@%:@undef HAVE_WCSLEN])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WCSNLEN], [/* Define to 1 if you have the `wcsnlen\' function. */
+@%:@undef HAVE_WCSNLEN])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if you have the `mbrtowc\' function. */
+@%:@undef HAVE_MBRTOWC])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_WCRTOMB], [/* Define to 1 if you have the `wcrtomb\' function. */
+@%:@undef HAVE_WCRTOMB])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL__SNPRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL__SNPRINTF$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DECL__SNPRINTF], [/* Define to 1 if you have the declaration of `_snprintf\', and to 0 if you
+   don\'t. */
+@%:@undef HAVE_DECL__SNPRINTF])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL__SNWPRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL__SNWPRINTF$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DECL__SNWPRINTF], [/* Define to 1 if you have the declaration of `_snwprintf\', and to 0 if you
+   don\'t. */
+@%:@undef HAVE_DECL__SNWPRINTF])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_GETC_UNLOCKED])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_GETC_UNLOCKED$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DECL_GETC_UNLOCKED], [/* Define to 1 if you have the declaration of `getc_unlocked\', and to 0 if you
+   don\'t. */
+@%:@undef HAVE_DECL_GETC_UNLOCKED])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_POSIX_PRINTF])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_POSIX_PRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_ASPRINTF])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_ASPRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_SNPRINTF])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_SNPRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_NEWLOCALE])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_NEWLOCALE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_NEWLOCALE$])
+m4trace:configure.ac:98: -1- AC_SUBST([HAVE_WPRINTF])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([HAVE_WPRINTF])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WPRINTF$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_LANGINFO_CODESET], [/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+@%:@undef HAVE_LANGINFO_CODESET])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_LC_MESSAGES], [/* Define if your <locale.h> file defines LC_MESSAGES. */
+@%:@undef HAVE_LC_MESSAGES])
+m4trace:configure.ac:98: -1- AC_SUBST([WOE32DLL])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([WOE32DLL])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WOE32DLL$])
+m4trace:configure.ac:98: -1- AC_SUBST([WOE32])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([WOE32])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WOE32$])
+m4trace:configure.ac:98: -1- AC_SUBST([WINDRES])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([WINDRES])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WINDRES$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBC])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBC])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBC$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([zzzz1], [
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFPREFERENCESCOPYAPPVALUE])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_CFPREFERENCESCOPYAPPVALUE], [/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+@%:@undef HAVE_CFPREFERENCESCOPYAPPVALUE])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_CFLOCALECOPYCURRENT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_CFLOCALECOPYCURRENT], [/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+@%:@undef HAVE_CFLOCALECOPYCURRENT])
+m4trace:configure.ac:98: -1- AC_SUBST([INTL_MACOSX_LIBS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTL_MACOSX_LIBS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ENABLE_NLS$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([ENABLE_NLS], [/* Define to 1 if translation of program messages to the user\'s native
+   language is requested. */
+@%:@undef ENABLE_NLS])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETTEXT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_GETTEXT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_GETTEXT], [/* Define if the GNU gettext() function is already present or preinstalled. */
+@%:@undef HAVE_GETTEXT])
+m4trace:configure.ac:98: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DCGETTEXT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
+m4trace:configure.ac:98: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
+@%:@undef HAVE_DCGETTEXT])
+m4trace:configure.ac:98: -1- AC_SUBST([BUILD_INCLUDED_LIBINTL])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([BUILD_INCLUDED_LIBINTL])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
+m4trace:configure.ac:98: -1- AC_SUBST([USE_INCLUDED_LIBINTL])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([USE_INCLUDED_LIBINTL])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
+m4trace:configure.ac:98: -1- AC_SUBST([CATOBJEXT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([CATOBJEXT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^CATOBJEXT$])
+m4trace:configure.ac:98: -1- AC_SUBST([DATADIRNAME])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([DATADIRNAME])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^DATADIRNAME$])
+m4trace:configure.ac:98: -1- AC_SUBST([INSTOBJEXT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INSTOBJEXT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INSTOBJEXT$])
+m4trace:configure.ac:98: -1- AC_SUBST([GENCAT])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([GENCAT])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GENCAT$])
+m4trace:configure.ac:98: -1- AC_SUBST([INTLOBJS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTLOBJS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLOBJS$])
+m4trace:configure.ac:98: -1- AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTL_LIBTOOL_SUFFIX_PREFIX])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
+m4trace:configure.ac:98: -1- AC_SUBST([INTLLIBS])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([INTLLIBS])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLLIBS$])
+m4trace:configure.ac:98: -1- AC_SUBST([LIBINTL])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LIBINTL])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBINTL$])
+m4trace:configure.ac:98: -1- AC_SUBST([LTLIBINTL])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([LTLIBINTL])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBINTL$])
+m4trace:configure.ac:98: -1- AC_SUBST([POSUB])
+m4trace:configure.ac:98: -1- AC_SUBST_TRACE([POSUB])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^POSUB$])
+m4trace:configure.ac:99: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 @%:@undef HAVE_STDLIB_H])
-m4trace:configure.ac:138: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:138: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:138: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if your system has a GNU libc compatible `malloc\' function, and
+m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:99: -1- AH_OUTPUT([HAVE_MALLOC], [/* Define to 1 if your system has a GNU libc compatible `malloc\' function, and
    to 0 otherwise. */
 @%:@undef HAVE_MALLOC])
-m4trace:configure.ac:138: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:138: -1- AC_SUBST([LIB@&t at OBJS], ["$LIB@&t at OBJS malloc.$ac_objext"])
-m4trace:configure.ac:138: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:138: -1- AC_LIBSOURCE([malloc.c])
-m4trace:configure.ac:138: -1- AC_DEFINE_TRACE_LITERAL([malloc])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^malloc$])
-m4trace:configure.ac:138: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
+m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MALLOC])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:99: -1- AC_SUBST([LIB@&t at OBJS], ["$LIB@&t at OBJS malloc.$ac_objext"])
+m4trace:configure.ac:99: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:99: -1- AC_LIBSOURCE([malloc.c])
+m4trace:configure.ac:99: -1- AC_DEFINE_TRACE_LITERAL([malloc])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^malloc$])
+m4trace:configure.ac:99: -1- AH_OUTPUT([malloc], [/* Define to rpl_malloc if the replacement function should be used. */
 @%:@undef malloc])
-m4trace:configure.ac:139: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+m4trace:configure.ac:100: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
+@%:@undef HAVE_STDLIB_H])
+m4trace:configure.ac:100: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the <unistd.h> header file. */
+@%:@undef HAVE_UNISTD_H])
+m4trace:configure.ac:100: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the <sys/param.h> header file. */
+@%:@undef HAVE_SYS_PARAM_H])
+m4trace:configure.ac:100: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */
+@%:@undef HAVE_GETPAGESIZE])
+m4trace:configure.ac:100: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPAGESIZE])
+m4trace:configure.ac:100: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:100: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP])
+m4trace:configure.ac:100: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:100: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */
+@%:@undef HAVE_MMAP])
+m4trace:configure.ac:101: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the <stdlib.h> header file. */
 @%:@undef HAVE_STDLIB_H])
-m4trace:configure.ac:139: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:139: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:139: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if your system has a GNU libc compatible `realloc\' function,
+m4trace:configure.ac:101: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDLIB_H])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:101: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:101: -1- AH_OUTPUT([HAVE_REALLOC], [/* Define to 1 if your system has a GNU libc compatible `realloc\' function,
    and to 0 otherwise. */
 @%:@undef HAVE_REALLOC])
-m4trace:configure.ac:139: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:139: -1- AC_SUBST([LIB@&t at OBJS], ["$LIB@&t at OBJS realloc.$ac_objext"])
-m4trace:configure.ac:139: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:139: -1- AC_LIBSOURCE([realloc.c])
-m4trace:configure.ac:139: -1- AC_DEFINE_TRACE_LITERAL([realloc])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^realloc$])
-m4trace:configure.ac:139: -1- AH_OUTPUT([realloc], [/* Define to rpl_realloc if the replacement function should be used. */
+m4trace:configure.ac:101: -1- AC_DEFINE_TRACE_LITERAL([HAVE_REALLOC])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:101: -1- AC_SUBST([LIB@&t at OBJS], ["$LIB@&t at OBJS realloc.$ac_objext"])
+m4trace:configure.ac:101: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:101: -1- AC_LIBSOURCE([realloc.c])
+m4trace:configure.ac:101: -1- AC_DEFINE_TRACE_LITERAL([realloc])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^realloc$])
+m4trace:configure.ac:101: -1- AH_OUTPUT([realloc], [/* Define to rpl_realloc if the replacement function should be used. */
 @%:@undef realloc])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */
+@%:@undef HAVE___ARGZ_COUNT])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */
+@%:@undef HAVE___ARGZ_NEXT])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */
+@%:@undef HAVE___ARGZ_STRINGIFY])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_ATEXIT], [/* Define to 1 if you have the `atexit\' function. */
 @%:@undef HAVE_ATEXIT])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_CLOCK_GETTIME], [/* Define to 1 if you have the `clock_gettime\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_CLOCK_GETTIME], [/* Define to 1 if you have the `clock_gettime\' function. */
 @%:@undef HAVE_CLOCK_GETTIME])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_FLOOR], [/* Define to 1 if you have the `floor\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_FLOOR], [/* Define to 1 if you have the `floor\' function. */
 @%:@undef HAVE_FLOOR])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */
+@%:@undef HAVE_GETCWD])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_LOCALECONV], [/* Define to 1 if you have the `localeconv\' function. */
+@%:@undef HAVE_LOCALECONV])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MBLEN], [/* Define to 1 if you have the `mblen\' function. */
+@%:@undef HAVE_MBLEN])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MBRLEN], [/* Define to 1 if you have the `mbrlen\' function. */
+@%:@undef HAVE_MBRLEN])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MEMCHR], [/* Define to 1 if you have the `memchr\' function. */
+@%:@undef HAVE_MEMCHR])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */
+@%:@undef HAVE_MEMPCPY])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */
 @%:@undef HAVE_MEMSET])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_SOCKET], [/* Define to 1 if you have the `socket\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */
+@%:@undef HAVE_MUNMAP])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_NL_LANGINFO], [/* Define to 1 if you have the `nl_langinfo\' function. */
+@%:@undef HAVE_NL_LANGINFO])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */
+@%:@undef HAVE_SETLOCALE])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_SOCKET], [/* Define to 1 if you have the `socket\' function. */
 @%:@undef HAVE_SOCKET])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_SQRT], [/* Define to 1 if you have the `sqrt\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_SQRT], [/* Define to 1 if you have the `sqrt\' function. */
 @%:@undef HAVE_SQRT])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */
+@%:@undef HAVE_STPCPY])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
+@%:@undef HAVE_STRCASECMP])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */
 @%:@undef HAVE_STRCHR])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRCSPN], [/* Define to 1 if you have the `strcspn\' function. */
+@%:@undef HAVE_STRCSPN])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */
+@%:@undef HAVE_STRDUP])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRSTR], [/* Define to 1 if you have the `strstr\' function. */
+@%:@undef HAVE_STRSTR])
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */
 @%:@undef HAVE_STRTOL])
-m4trace:configure.ac:140: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
+m4trace:configure.ac:102: -1- AH_OUTPUT([HAVE_STRTOUL], [/* Define to 1 if you have the `strtoul\' function. */
 @%:@undef HAVE_STRTOUL])
-m4trace:configure.ac:142: -1- AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:142: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([LTLIBOBJS])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:142: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:142: -1- AC_SUBST([am__EXEEXT_TRUE])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:142: -1- AC_SUBST([am__EXEEXT_FALSE])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([top_builddir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([top_build_prefix])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([srcdir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([abs_srcdir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([top_srcdir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([abs_top_srcdir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([builddir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([abs_builddir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([abs_top_builddir])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([INSTALL])
-m4trace:configure.ac:142: -1- AC_SUBST_TRACE([MKDIR_P])
-m4trace:configure.ac:142: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
+m4trace:configure.ac:104: -1- AC_CONFIG_FILES([Makefile])
+m4trace:configure.ac:105: -1- AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([LIB@&t at OBJS])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:105: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([LTLIBOBJS])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBOBJS$])
+m4trace:configure.ac:105: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
+m4trace:configure.ac:105: -1- AC_SUBST([am__EXEEXT_TRUE])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
+m4trace:configure.ac:105: -1- AC_SUBST([am__EXEEXT_FALSE])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
+m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
+m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([top_builddir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([top_build_prefix])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([srcdir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([abs_srcdir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([top_srcdir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([abs_top_srcdir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([builddir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([abs_builddir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([abs_top_builddir])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([INSTALL])
+m4trace:configure.ac:105: -1- AC_SUBST_TRACE([MKDIR_P])
diff --git a/autom4te.cache/traces.2 b/autom4te.cache/traces.2
index 8fcda7b..5ddf53d 100644
--- a/autom4te.cache/traces.2
+++ b/autom4te.cache/traces.2
@@ -1,701 +1,2405 @@
-m4trace:/usr/share/aclocal/ltargz.m4:12: -1- AC_DEFUN([LT_FUNC_ARGZ], [
-AC_CHECK_HEADERS([argz.h], [], [], [AC_INCLUDES_DEFAULT])
-
-AC_CHECK_TYPES([error_t],
-  [],
-  [AC_DEFINE([error_t], [int],
-   [Define to a type to use for 'error_t' if it is not otherwise available.])
-   AC_DEFINE([__error_t_defined], [1], [Define so that glibc/gnulib argp.h
-    does not typedef error_t.])],
-  [#if defined(HAVE_ARGZ_H)
-#  include <argz.h>
+m4trace:/usr/share/aclocal/codeset.m4:9: -1- AC_DEFUN([AM_LANGINFO_CODESET], [
+  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <langinfo.h>]],
+          [[char* cs = nl_langinfo(CODESET); return !cs;]])],
+       [am_cv_langinfo_codeset=yes],
+       [am_cv_langinfo_codeset=no])
+    ])
+  if test $am_cv_langinfo_codeset = yes; then
+    AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
+      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+  fi
+])
+m4trace:/usr/share/aclocal/extern-inline.m4:8: -1- AC_DEFUN([gl_EXTERN_INLINE], [
+  AH_VERBATIM([extern_inline],
+[/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for 'inline void f
+   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
+   'reference to static identifier "f" in extern inline function'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
+   on configurations that mistakenly use 'static inline' to implement
+   functions or macros in standard C headers like <ctype.h>.  For example,
+   if isdigit is mistakenly implemented via a static inline function,
+   a program containing an extern inline function that calls isdigit
+   may not work since the C standard prohibits extern inline functions
+   from calling static functions.  This bug is known to occur on:
+
+     OS X 10.8 and earlier; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
+
+     DragonFly; see
+     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
+
+     FreeBSD; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
+
+   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
+   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
+   Assume DragonFly and FreeBSD will be similar.  */
+#if (((defined __APPLE__ && defined __MACH__) \
+      || defined __DragonFly__ || defined __FreeBSD__) \
+     && (defined __header_inline \
+         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
+            && ! defined __clang__) \
+         : ((! defined _DONT_USE_CTYPE_INLINE_ \
+             && (defined __GNUC__ || defined __cplusplus)) \
+            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
+                && defined __GNUC__ && ! defined __cplusplus))))
+# define _GL_EXTERN_INLINE_STDHEADER_BUG
+#endif
+#if ((__GNUC__ \
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
+      : (199901L <= __STDC_VERSION__ \
+         && !defined __HP_cc \
+         && !(defined __SUNPRO_C && __STDC__))) \
+     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# define _GL_EXTERN_INLINE_IN_USE
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
+       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+# define _GL_EXTERN_INLINE_IN_USE
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+/* In GCC, suppress bogus "no previous prototype for 'FOO'"
+   and "no previous declaration for 'FOO'" diagnostics,
+   when FOO is an inline function in the header; see
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \
+     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
+# endif
+# define _GL_INLINE_HEADER_BEGIN \
+    _Pragma ("GCC diagnostic push") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
 #endif])
+])
+m4trace:/usr/share/aclocal/fcntl-o.m4:12: -1- AC_DEFUN([gl_FCNTL_O_FLAGS], [
+  dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+
+  AC_CHECK_HEADERS_ONCE([unistd.h])
+  AC_CHECK_FUNCS_ONCE([symlink])
+  AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
+    [AC_RUN_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          ]],
+          [[
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;]])],
+       [gl_cv_header_working_fcntl_h=yes],
+       [case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac],
+       [gl_cv_header_working_fcntl_h=cross-compiling])])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val],
+    [Define to 1 if O_NOATIME works.])
 
-LT_ARGZ_H=
-AC_CHECK_FUNCS([argz_add argz_append argz_count argz_create_sep argz_insert \
-	argz_next argz_stringify], [], [LT_ARGZ_H=lt__argz.h; AC_LIBOBJ([lt__argz])])
-
-dnl if have system argz functions, allow forced use of
-dnl libltdl-supplied implementation (and default to do so
-dnl on "known bad" systems). Could use a runtime check, but
-dnl (a) detecting malloc issues is notoriously unreliable
-dnl (b) only known system that declares argz functions,
-dnl     provides them, yet they are broken, is cygwin
-dnl     releases prior to 16-Mar-2007 (1.5.24 and earlier)
-dnl So, it's more straightforward simply to special case
-dnl this for known bad systems.
-AS_IF([test -z "$LT_ARGZ_H"],
-    [AC_CACHE_CHECK(
-        [if argz actually works],
-        [lt_cv_sys_argz_works],
-        [[case $host_os in #(
-	 *cygwin*)
-	   lt_cv_sys_argz_works=no
-	   if test no != "$cross_compiling"; then
-	     lt_cv_sys_argz_works="guessing no"
-	   else
-	     lt_sed_extract_leading_digits='s/^\([0-9\.]*\).*/\1/'
-	     save_IFS=$IFS
-	     IFS=-.
-	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
-	     IFS=$save_IFS
-	     lt_os_major=${2-0}
-	     lt_os_minor=${3-0}
-	     lt_os_micro=${4-0}
-	     if test 1 -lt "$lt_os_major" \
-		|| { test 1 -eq "$lt_os_major" \
-		  && { test 5 -lt "$lt_os_minor" \
-		    || { test 5 -eq "$lt_os_minor" \
-		      && test 24 -lt "$lt_os_micro"; }; }; }; then
-	       lt_cv_sys_argz_works=yes
-	     fi
-	   fi
-	   ;; #(
-	 *) lt_cv_sys_argz_works=yes ;;
-	 esac]])
-     AS_IF([test yes = "$lt_cv_sys_argz_works"],
-        [AC_DEFINE([HAVE_WORKING_ARGZ], 1,
-                   [This value is set to 1 to indicate that the system argz facility works])],
-        [LT_ARGZ_H=lt__argz.h
-        AC_LIBOBJ([lt__argz])])])
-
-AC_SUBST([LT_ARGZ_H])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:16: -1- AC_DEFUN([LT_CONFIG_LTDL_DIR], [AC_BEFORE([$0], [LTDL_INIT])
-_$0($*)
-])
-m4trace:/usr/share/aclocal/ltdl.m4:68: -1- AC_DEFUN([LTDL_CONVENIENCE], [AC_BEFORE([$0], [LTDL_INIT])dnl
-dnl Although the argument is deprecated and no longer documented,
-dnl LTDL_CONVENIENCE used to take a DIRECTORY orgument, if we have one
-dnl here make sure it is the same as any other declaration of libltdl's
-dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
-dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
-m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
-_$0()
-])
-m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AU_DEFUN([AC_LIBLTDL_CONVENIENCE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_CONVENIENCE])
-m4trace:/usr/share/aclocal/ltdl.m4:81: -1- AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_CONVENIENCE' is obsolete.
-You should run autoupdate.])dnl
-_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_CONVENIENCE])
-m4trace:/usr/share/aclocal/ltdl.m4:124: -1- AC_DEFUN([LTDL_INSTALLABLE], [AC_BEFORE([$0], [LTDL_INIT])dnl
-dnl Although the argument is deprecated and no longer documented,
-dnl LTDL_INSTALLABLE used to take a DIRECTORY orgument, if we have one
-dnl here make sure it is the same as any other declaration of libltdl's
-dnl location!  This also ensures lt_ltdl_dir is set when configure.ac is
-dnl not yet using an explicit LT_CONFIG_LTDL_DIR.
-m4_ifval([$1], [_LT_CONFIG_LTDL_DIR([$1])])dnl
-_$0()
-])
-m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AU_DEFUN([AC_LIBLTDL_INSTALLABLE], [_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_INSTALLABLE])
-m4trace:/usr/share/aclocal/ltdl.m4:137: -1- AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBLTDL_INSTALLABLE' is obsolete.
-You should run autoupdate.])dnl
-_LT_CONFIG_LTDL_DIR([m4_default([$1], [libltdl])])
-_LTDL_INSTALLABLE])
-m4trace:/usr/share/aclocal/ltdl.m4:213: -1- AC_DEFUN([_LT_LIBOBJ], [
-  m4_pattern_allow([^_LT_LIBOBJS$])
-  _LT_LIBOBJS="$_LT_LIBOBJS $1.$ac_objext"
-])
-m4trace:/usr/share/aclocal/ltdl.m4:226: -1- AC_DEFUN([LTDL_INIT], [dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-dnl We need to keep our own list of libobjs separate from our parent project,
-dnl and the easiest way to do that is redefine the AC_LIBOBJs macro while
-dnl we look for our own LIBOBJs.
-m4_pushdef([AC_LIBOBJ], m4_defn([_LT_LIBOBJ]))
-m4_pushdef([AC_LIBSOURCES])
-
-dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
-m4_if(_LTDL_MODE, [],
-        [m4_define([_LTDL_MODE], m4_default([$2], [subproject]))
-        m4_if([-1], [m4_bregexp(_LTDL_MODE, [\(subproject\|\(non\)?recursive\)])],
-                [m4_fatal([unknown libltdl mode: ]_LTDL_MODE)])])
-
-AC_ARG_WITH([included_ltdl],
-    [AS_HELP_STRING([--with-included-ltdl],
-                    [use the GNU ltdl sources included here])])
-
-if test yes != "$with_included_ltdl"; then
-  # We are not being forced to use the included libltdl sources, so
-  # decide whether there is a useful installed version we can use.
-  AC_CHECK_HEADER([ltdl.h],
-      [AC_CHECK_DECL([lt_dlinterface_register],
-	   [AC_CHECK_LIB([ltdl], [lt_dladvise_preload],
-	       [with_included_ltdl=no],
-	       [with_included_ltdl=yes])],
-	   [with_included_ltdl=yes],
-	   [AC_INCLUDES_DEFAULT
-	    #include <ltdl.h>])],
-      [with_included_ltdl=yes],
-      [AC_INCLUDES_DEFAULT]
-  )
-fi
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val],
+    [Define to 1 if O_NOFOLLOW works.])
+])
+m4trace:/usr/share/aclocal/gettext.m4:57: -1- AC_DEFUN([AM_GNU_GETTEXT], [
+  dnl Argument checking.
+  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
+    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
+])])])])])
+  ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
+    [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
+  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
+    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
+])])])])
+  define([gt_included_intl],
+    ifelse([$1], [external],
+      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
+      [yes]))
+  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
+  gt_NEEDS_INIT
+  AM_GNU_GETTEXT_NEED([$2])
+
+  AC_REQUIRE([AM_PO_SUBDIRS])dnl
+  ifelse(gt_included_intl, yes, [
+    AC_REQUIRE([AM_INTL_SUBDIR])dnl
+  ])
+
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Sometimes libintl requires libiconv, so first search for libiconv.
+  dnl Ideally we would do this search only after the
+  dnl      if test "$USE_NLS" = "yes"; then
+  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
+  dnl the configure script would need to contain the same shell code
+  dnl again, outside any 'if'. There are two solutions:
+  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
+  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
+  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
+  dnl documented, we avoid it.
+  ifelse(gt_included_intl, yes, , [
+    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+  ])
+
+  dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
+  gt_INTL_MACOSX
 
-dnl If neither LT_CONFIG_LTDL_DIR, LTDL_CONVENIENCE nor LTDL_INSTALLABLE
-dnl was called yet, then for old times' sake, we assume libltdl is in an
-dnl eponymous directory:
-AC_PROVIDE_IFELSE([LT_CONFIG_LTDL_DIR], [], [_LT_CONFIG_LTDL_DIR([libltdl])])
+  dnl Set USE_NLS.
+  AC_REQUIRE([AM_NLS])
+
+  ifelse(gt_included_intl, yes, [
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  ])
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+  dnl Add a version number to the cache macros.
+  case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
+  esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
+
+  dnl If we use NLS figure out what method
+  if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    ifelse(gt_included_intl, yes, [
+      AC_MSG_CHECKING([whether included gettext is requested])
+      AC_ARG_WITH([included-gettext],
+        [  --with-included-gettext use the GNU gettext library included here],
+        nls_cv_force_use_gnu_gettext=$withval,
+        nls_cv_force_use_gnu_gettext=no)
+      AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
+
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
+    ])
+        dnl User does not insist on using GNU NLS library.  Figure out what
+        dnl to use.  If GNU gettext is available we use this.  Else we have
+        dnl to fall back to GNU NLS library.
+
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+changequote(,)dnl
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+changequote([,])dnl
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
+
+        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
+         [AC_LINK_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+               ]],
+               [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+               ]])],
+            [eval "$gt_func_gnugettext_libc=yes"],
+            [eval "$gt_func_gnugettext_libc=no"])])
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+          dnl Sometimes libintl requires libiconv, so first search for libiconv.
+          ifelse(gt_included_intl, yes, , [
+            AM_ICONV_LINK
+          ])
+          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
+          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
+          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
+          dnl even if libiconv doesn't exist.
+          AC_LIB_LINKFLAGS_BODY([intl])
+          AC_CACHE_CHECK([for GNU gettext in libintl],
+            [$gt_func_gnugettext_libintl],
+           [gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+            dnl Now see whether libintl exists and does not depend on libiconv.
+            AC_LINK_IFELSE(
+              [AC_LANG_PROGRAM(
+                 [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                 ]],
+                 [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                 ]])],
+              [eval "$gt_func_gnugettext_libintl=yes"],
+              [eval "$gt_func_gnugettext_libintl=no"])
+            dnl Now see whether libintl exists and depends on libiconv.
+            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              AC_LINK_IFELSE(
+                [AC_LANG_PROGRAM(
+                   [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                   ]],
+                   [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                   ]])],
+                [LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
+                ])
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"])
+        fi
 
-AC_ARG_WITH([ltdl_include],
-    [AS_HELP_STRING([--with-ltdl-include=DIR],
-                    [use the ltdl headers installed in DIR])])
+        dnl If an already present or preinstalled GNU gettext() is found,
+        dnl use it.  But if this macro is used in GNU gettext, and GNU
+        dnl gettext is already preinstalled in libintl, we update this
+        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+          dnl Reset the values set by searching for libintl.
+          LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
+
+    ifelse(gt_included_intl, yes, [
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+          dnl GNU gettext is not found in the C library.
+          dnl Fall back on included GNU gettext library.
+          nls_cv_use_gnu_gettext=yes
+        fi
+      fi
+
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions used to generate GNU NLS library.
+        BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
+
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions to use GNU gettext tools.
+        CATOBJEXT=.gmo
+      fi
+    ])
+
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Some extra flags are needed during linking.
+        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      AC_DEFINE([ENABLE_NLS], [1],
+        [Define to 1 if translation of program messages to the user's native language
+   is requested.])
+    else
+      USE_NLS=no
+    fi
+  fi
+
+  AC_MSG_CHECKING([whether to use NLS])
+  AC_MSG_RESULT([$USE_NLS])
+  if test "$USE_NLS" = "yes"; then
+    AC_MSG_CHECKING([where the gettext function comes from])
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    AC_MSG_RESULT([$gt_source])
+  fi
+
+  if test "$USE_NLS" = "yes"; then
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        AC_MSG_CHECKING([how to link with libintl])
+        AC_MSG_RESULT([$LIBINTL])
+        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+      fi
+
+      dnl For backward compatibility. Some packages may be using this.
+      AC_DEFINE([HAVE_GETTEXT], [1],
+       [Define if the GNU gettext() function is already present or preinstalled.])
+      AC_DEFINE([HAVE_DCGETTEXT], [1],
+       [Define if the GNU dcgettext() function is already present or preinstalled.])
+    fi
 
-if test -n "$with_ltdl_include"; then
-  if test -f "$with_ltdl_include/ltdl.h"; then :
+    dnl We need to process the po/ directory.
+    POSUB=po
+  fi
+
+  ifelse(gt_included_intl, yes, [
+    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
+    dnl to 'yes' because some of the testsuite requires it.
+    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
+
+    dnl Make all variables we use known to autoconf.
+    AC_SUBST([BUILD_INCLUDED_LIBINTL])
+    AC_SUBST([USE_INCLUDED_LIBINTL])
+    AC_SUBST([CATOBJEXT])
+
+    dnl For backward compatibility. Some configure.ins may be using this.
+    nls_cv_header_intl=
+    nls_cv_header_libgt=
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    DATADIRNAME=share
+    AC_SUBST([DATADIRNAME])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INSTOBJEXT=.mo
+    AC_SUBST([INSTOBJEXT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    GENCAT=gencat
+    AC_SUBST([GENCAT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
+    AC_SUBST([INTLOBJS])
+
+    dnl Enable libtool support if the surrounding package wishes it.
+    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
+    AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+  ])
+
+  dnl For backward compatibility. Some Makefiles may be using this.
+  INTLLIBS="$LIBINTL"
+  AC_SUBST([INTLLIBS])
+
+  dnl Make all documented variables known to autoconf.
+  AC_SUBST([LIBINTL])
+  AC_SUBST([LTLIBINTL])
+  AC_SUBST([POSUB])
+])
+m4trace:/usr/share/aclocal/gettext.m4:394: -1- AC_DEFUN([AM_GNU_GETTEXT_NEED], [
+  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
+])
+m4trace:/usr/share/aclocal/gettext.m4:401: -1- AC_DEFUN([AM_GNU_GETTEXT_VERSION], [])
+m4trace:/usr/share/aclocal/glibc2.m4:11: -1- AC_DEFUN([gt_GLIBC2], [
+    AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer],
+      [ac_cv_gnu_library_2],
+      [AC_EGREP_CPP([Lucky GNU user],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
+        ],
+        [ac_cv_gnu_library_2=yes],
+        [ac_cv_gnu_library_2=no])
+      ]
+    )
+    AC_SUBST([GLIBC2])
+    GLIBC2="$ac_cv_gnu_library_2"
+  
+])
+m4trace:/usr/share/aclocal/glibc21.m4:11: -1- AC_DEFUN([gl_GLIBC21], [
+    AC_CACHE_CHECK([whether we are using the GNU C Library >= 2.1 or uClibc],
+      [ac_cv_gnu_library_2_1],
+      [AC_EGREP_CPP([Lucky],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
+        ],
+        [ac_cv_gnu_library_2_1=yes],
+        [ac_cv_gnu_library_2_1=no])
+      ]
+    )
+    AC_SUBST([GLIBC21])
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
+])
+m4trace:/usr/share/aclocal/iconv.m4:9: -1- AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([iconv])
+])
+m4trace:/usr/share/aclocal/iconv.m4:20: -1- AC_DEFUN([AM_ICONV_LINK], [
+  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
+  dnl those with the standalone portable GNU libiconv installed).
+  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+
+  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed libiconv and not disabled its use
+  dnl via --without-libiconv-prefix, he wants to use it. The first
+  dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
+  am_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+
+  AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM(
+         [[
+#include <stdlib.h>
+#include <iconv.h>
+         ]],
+         [[iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);]])],
+      [am_cv_func_iconv=yes])
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+           ]],
+           [[iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);]])],
+        [am_cv_lib_iconv=yes]
+        [am_cv_func_iconv=yes])
+      LIBS="$am_save_LIBS"
+    fi
+  ])
+  if test "$am_cv_func_iconv" = yes; then
+    AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
+      dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
+      dnl Solaris 10.
+      am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      am_cv_func_iconv_works=no
+      for ac_iconv_const in '' 'const'; do
+        AC_RUN_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <iconv.h>
+#include <string.h>
+
+#ifndef ICONV_CONST
+# define ICONV_CONST $ac_iconv_const
+#endif
+             ]],
+             [[int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\263";
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
+]])],
+          [am_cv_func_iconv_works=yes], ,
+          [case "$host_os" in
+             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+             *)            am_cv_func_iconv_works="guessing yes" ;;
+           esac])
+        test "$am_cv_func_iconv_works" = no || break
+      done
+      LIBS="$am_save_LIBS"
+    ])
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
   else
-    AC_MSG_ERROR([invalid ltdl include directory: '$with_ltdl_include'])
+    am_func_iconv=no am_cv_lib_iconv=no
   fi
-else
-  with_ltdl_include=no
-fi
+  if test "$am_func_iconv" = yes; then
+    AC_DEFINE([HAVE_ICONV], [1],
+      [Define if you have the iconv() function and it works.])
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    AC_MSG_CHECKING([how to link with libiconv])
+    AC_MSG_RESULT([$LIBICONV])
+  else
+    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
+    dnl either.
+    CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  AC_SUBST([LIBICONV])
+  AC_SUBST([LTLIBICONV])
+])
+m4trace:/usr/share/aclocal/iconv.m4:233: -1- AC_DEFUN_ONCE([AM_ICONV], [
+  AM_ICONV_LINK
+  if test "$am_cv_func_iconv" = yes; then
+    AC_MSG_CHECKING([for iconv declaration])
+    AC_CACHE_VAL([am_cv_proto_iconv], [
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+           ]],
+           [[]])],
+        [am_cv_proto_iconv_arg1=""],
+        [am_cv_proto_iconv_arg1="const"])
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
+    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    AC_MSG_RESULT([
+         $am_cv_proto_iconv])
+    AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
+      [Define as const if the declaration of iconv() needs const.])
+    dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
+    m4_ifdef([gl_ICONV_H_DEFAULTS],
+      [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
+       if test -n "$am_cv_proto_iconv_arg1"; then
+         ICONV_CONST="const"
+       fi
+      ])
+  fi
+])
+m4trace:/usr/share/aclocal/intdiv0.m4:9: -1- AC_DEFUN([gt_INTDIV0], [
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
+    gt_cv_int_divbyzero_sigfpe,
+    [
+      gt_cv_int_divbyzero_sigfpe=
+changequote(,)dnl
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+changequote([,])dnl
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        AC_RUN_IFELSE(
+          [AC_LANG_SOURCE([[
+#include <stdlib.h>
+#include <signal.h>
+
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
+
+int x = 1;
+int y = 0;
+int z;
+int nan;
+
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
 
-AC_ARG_WITH([ltdl_lib],
-    [AS_HELP_STRING([--with-ltdl-lib=DIR],
-                    [use the libltdl.la installed in DIR])])
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
+]])],
+          [gt_cv_int_divbyzero_sigfpe=yes],
+          [gt_cv_int_divbyzero_sigfpe=no],
+          [
+            # Guess based on the CPU.
+changequote(,)dnl
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+changequote([,])dnl
+          ])
+      fi
+    ])
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value],
+    [Define if integer division by zero raises signal SIGFPE.])
+])
+m4trace:/usr/share/aclocal/intl.m4:25: -1- AC_DEFUN([AM_INTL_SUBDIR], [
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+  AC_REQUIRE([gt_GLIBC2])dnl
+  AC_REQUIRE([AC_PROG_RANLIB])dnl
+  AC_REQUIRE([gl_VISIBILITY])dnl
+  AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl
+  AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
+  AC_REQUIRE([gt_TYPE_WINT_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gt_TYPE_INTMAX_T])
+  AC_REQUIRE([gt_PRINTF_POSIX])
+  AC_REQUIRE([gl_GLIBC21])dnl
+  AC_REQUIRE([gl_XSIZE])dnl
+  AC_REQUIRE([gl_FCNTL_O_FLAGS])dnl
+  AC_REQUIRE([gt_INTL_MACOSX])dnl
+  AC_REQUIRE([gl_EXTERN_INLINE])dnl
+  AC_REQUIRE([gt_GL_ATTRIBUTE])dnl
+
+  dnl Support for automake's --enable-silent-rules.
+  case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  AC_SUBST([INTL_DEFAULT_VERBOSITY])
 
-if test -n "$with_ltdl_lib"; then
-  if test -f "$with_ltdl_lib/libltdl.la"; then :
+  AC_CHECK_TYPE([ptrdiff_t], ,
+    [AC_DEFINE([ptrdiff_t], [long],
+       [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
+    ])
+  AC_CHECK_HEADERS([features.h stddef.h stdlib.h string.h])
+  AC_CHECK_FUNCS([asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
+
+  dnl Use the _snprintf function only if it is declared (because on NetBSD it
+  dnl is defined as a weak alias of snprintf; we prefer to use the latter).
+  AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([getc_unlocked], , , [#include <stdio.h>])
+
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  AC_SUBST([HAVE_POSIX_PRINTF])
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
   else
-    AC_MSG_ERROR([invalid ltdl library directory: '$with_ltdl_lib'])
+    HAVE_ASPRINTF=0
   fi
-else
-  with_ltdl_lib=no
+  AC_SUBST([HAVE_ASPRINTF])
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  AC_SUBST([HAVE_SNPRINTF])
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  AC_SUBST([HAVE_NEWLOCALE])
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
+  AC_SUBST([HAVE_WPRINTF])
+
+  AM_LANGINFO_CODESET
+  gt_LC_MESSAGES
+
+  dnl Compilation on mingw and Cygwin needs special Makefile rules, because
+  dnl 1. when we install a shared library, we must arrange to export
+  dnl    auxiliary pointer variables for every exported variable,
+  dnl 2. when we install a shared library and a static library simultaneously,
+  dnl    the include file specifies __declspec(dllimport) and therefore we
+  dnl    must arrange to define the auxiliary pointer variables for the
+  dnl    exported variables _also_ in the static library.
+  if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  AC_SUBST([WOE32DLL])
+
+  dnl On mingw and Cygwin, we can activate special Makefile rules which add
+  dnl version information to the shared libraries and executables.
+  case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  AC_SUBST([WOE32])
+  if test $WOE32 = yes; then
+    dnl Check for a program that compiles Windows resource files.
+    AC_CHECK_TOOL([WINDRES], [windres])
+  fi
+
+  dnl Determine whether when creating a library, "-lc" should be passed to
+  dnl libtool or not. On many platforms, it is required for the libtool option
+  dnl -no-undefined to work. On HP-UX, however, the -lc - stored by libtool
+  dnl in the *.la files - makes it impossible to create multithreaded programs,
+  dnl because libtool also reorders the -lc to come before the -pthread, and
+  dnl this disables pthread_create() <http://docs.hp.com/en/1896/pthreads.html>.
+  case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
+  AC_SUBST([LTLIBC])
+
+  dnl Rename some macros and functions used for locking.
+  AH_BOTTOM([
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+])
+])
+m4trace:/usr/share/aclocal/intl.m4:211: -1- AC_DEFUN([gt_INTL_SUBDIR_CORE], [
+  AC_REQUIRE([AC_C_INLINE])dnl
+  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+  AC_REQUIRE([AC_FUNC_MMAP])dnl
+  AC_REQUIRE([gt_INTDIV0])dnl
+  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl
+  AC_REQUIRE([gt_INTTYPES_PRI])dnl
+  AC_REQUIRE([gl_LOCK])dnl
+
+  AC_LINK_IFELSE(
+    [AC_LANG_PROGRAM(
+       [[int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }]],
+       [[]])],
+    [AC_DEFINE([HAVE_BUILTIN_EXPECT], [1],
+       [Define to 1 if the compiler understands __builtin_expect.])])
+
+  AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
+  AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
+
+  AM_ICONV
+
+  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
+  dnl because plural.y uses bison specific features. It requires at least
+  dnl bison-2.7 for %define api.pure.
+  dnl bison is only needed for the maintainer (who touches plural.y). But in
+  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
+  dnl the rule in general Makefile. Now, some people carelessly touch the
+  dnl files or have a broken "make" program, hence the plural.c rule will
+  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
+  dnl present or too old.
+  AC_CHECK_PROGS([INTLBISON], [bison])
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
+  else
+    dnl Found it, now check the version.
+    AC_MSG_CHECKING([version of bison])
+changequote(<<,>>)dnl
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      2.[7-9]* | [3-9].*)
+changequote([,])dnl
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    AC_MSG_RESULT([$ac_prog_version])
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
+  fi
+])
+m4trace:/usr/share/aclocal/intl.m4:276: -1- AC_DEFUN([gt_GL_ATTRIBUTE], [
+  m4_ifndef([gl_[]COMMON],
+    AH_VERBATIM([gt_gl_attribute],
+[/* Define as a marker that can be attached to declarations that might not
+    be used.  This helps to reduce warnings, such as from
+    GCC -Wunused-parameter.  */
+#ifndef _GL_UNUSED
+# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#  define _GL_UNUSED __attribute__ ((__unused__))
+# else
+#  define _GL_UNUSED
+# endif
+#endif
+
+/* The __pure__ attribute was added in gcc 2.96.  */
+#ifndef _GL_ATTRIBUTE_PURE
+# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
+#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+# else
+#  define _GL_ATTRIBUTE_PURE /* empty */
+# endif
+#endif
+]))])
+m4trace:/usr/share/aclocal/intlmacosx.m4:18: -1- AC_DEFUN([gt_INTL_MACOSX], [
+  dnl Check for API introduced in Mac OS X 10.2.
+  AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
+    [gt_cv_func_CFPreferencesCopyAppValue],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFPreferences.h>]],
+          [[CFPreferencesCopyAppValue(NULL, NULL)]])],
+       [gt_cv_func_CFPreferencesCopyAppValue=yes],
+       [gt_cv_func_CFPreferencesCopyAppValue=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
+      [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
+  fi
+  dnl Check for API introduced in Mac OS X 10.3.
+  AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFLocale.h>]],
+          [[CFLocaleCopyCurrent();]])],
+       [gt_cv_func_CFLocaleCopyCurrent=yes],
+       [gt_cv_func_CFLocaleCopyCurrent=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
+      [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  AC_SUBST([INTL_MACOSX_LIBS])
+])
+m4trace:/usr/share/aclocal/intmax.m4:11: -1- AC_DEFUN([gt_TYPE_INTMAX_T], [
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+          ]],
+          [[intmax_t x = -1;
+            return !x;]])],
+       [gt_cv_c_intmax_t=yes],
+       [gt_cv_c_intmax_t=no])])
+  if test $gt_cv_c_intmax_t = yes; then
+    AC_DEFINE([HAVE_INTMAX_T], [1],
+      [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+m4trace:/usr/share/aclocal/inttypes-pri.m4:14: -1- AC_DEFUN([gt_INTTYPES_PRI], [
+  AC_CHECK_HEADERS([inttypes.h])
+  if test $ac_cv_header_inttypes_h = yes; then
+    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
+      [gt_cv_inttypes_pri_broken],
+      [
+        AC_COMPILE_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+             ]],
+             [[]])],
+          [gt_cv_inttypes_pri_broken=no],
+          [gt_cv_inttypes_pri_broken=yes])
+      ])
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1],
+      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  AC_SUBST([PRI_MACROS_BROKEN])
+])
+m4trace:/usr/share/aclocal/inttypes_h.m4:12: -1- AC_DEFUN([gl_AC_HEADER_INTTYPES_H], [
+  AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <sys/types.h>
+#include <inttypes.h>
+          ]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_inttypes_h=yes],
+       [gl_cv_header_inttypes_h=no])])
+  if test $gl_cv_header_inttypes_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1],
+      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+m4trace:/usr/share/aclocal/lcmessage.m4:22: -1- AC_DEFUN([gt_LC_MESSAGES], [
+  AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <locale.h>]],
+          [[return LC_MESSAGES]])],
+       [gt_cv_val_LC_MESSAGES=yes],
+       [gt_cv_val_LC_MESSAGES=no])])
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    AC_DEFINE([HAVE_LC_MESSAGES], [1],
+      [Define if your <locale.h> file defines LC_MESSAGES.])
+  fi
+])
+m4trace:/usr/share/aclocal/lib-ld.m4:12: -1- AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac])
+with_gnu_ld=$acl_cv_prog_gnu_ld
+])
+m4trace:/usr/share/aclocal/lib-ld.m4:27: -1- AC_DEFUN([AC_LIB_PROG_LD], [AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+AC_ARG_WITH([gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
+        [assume the C compiler uses GNU ld [default=no]])],
+    [test "$withval" = no || with_gnu_ld=yes],
+    [with_gnu_ld=no])dnl
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-case ,$with_included_ltdl,$with_ltdl_include,$with_ltdl_lib, in
-  ,yes,no,no,)
-	m4_case(m4_default(_LTDL_TYPE, [convenience]),
-	    [convenience], [_LTDL_CONVENIENCE],
-	    [installable], [_LTDL_INSTALLABLE],
-	  [m4_fatal([unknown libltdl build type: ]_LTDL_TYPE)])
-	;;
-  ,no,no,no,)
-	# If the included ltdl is not to be used, then use the
-	# preinstalled libltdl we found.
-	AC_DEFINE([HAVE_LTDL], [1],
-	  [Define this if a modern libltdl is already installed])
-	LIBLTDL=-lltdl
-	LTDLDEPS=
-	LTDLINCL=
-	;;
-  ,no*,no,*)
-	AC_MSG_ERROR(['--with-ltdl-include' and '--with-ltdl-lib' options must be used together])
-	;;
-  *)	with_included_ltdl=no
-	LIBLTDL="-L$with_ltdl_lib -lltdl"
-	LTDLDEPS=
-	LTDLINCL=-I$with_ltdl_include
-	;;
-esac
-INCLTDL=$LTDLINCL
-
-# Report our decision...
-AC_MSG_CHECKING([where to find libltdl headers])
-AC_MSG_RESULT([$LTDLINCL])
-AC_MSG_CHECKING([where to find libltdl library])
-AC_MSG_RESULT([$LIBLTDL])
-
-_LTDL_SETUP
-
-dnl restore autoconf definition.
-m4_popdef([AC_LIBOBJ])
-m4_popdef([AC_LIBSOURCES])
-
-AC_CONFIG_COMMANDS_PRE([
-    _ltdl_libobjs=
-    _ltdl_ltlibobjs=
-    if test -n "$_LT_LIBOBJS"; then
-      # Remove the extension.
-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
-      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
-        _ltdl_ltlibobjs="$_ltdl_ltlibobjs $lt_libobj_prefix$i.lo"
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  AC_MSG_CHECKING([for ld used by $CC])
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [[\\/]]* | ?:[[\\/]]*)
+      re_direlt='/[[^/]][[^/]]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
       done
-    fi
-    AC_SUBST([ltdl_LIBOBJS], [$_ltdl_libobjs])
-    AC_SUBST([ltdl_LTLIBOBJS], [$_ltdl_ltlibobjs])
-])
-
-# Only expand once:
-m4_define([LTDL_INIT])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AU_DEFUN([AC_LIB_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:352: -1- AC_DEFUN([AC_LIB_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIB_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AU_DEFUN([AC_WITH_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:353: -1- AC_DEFUN([AC_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `AC_WITH_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AU_DEFUN([LT_WITH_LTDL], [LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:354: -1- AC_DEFUN([LT_WITH_LTDL], [AC_DIAGNOSE([obsolete], [The macro `LT_WITH_LTDL' is obsolete.
-You should run autoupdate.])dnl
-LTDL_INIT($@)])
-m4trace:/usr/share/aclocal/ltdl.m4:367: -1- AC_DEFUN([_LTDL_SETUP], [AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([LT_SYS_MODULE_EXT])dnl
-AC_REQUIRE([LT_SYS_MODULE_PATH])dnl
-AC_REQUIRE([LT_SYS_DLSEARCH_PATH])dnl
-AC_REQUIRE([LT_LIB_DLLOAD])dnl
-AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl
-AC_REQUIRE([LT_FUNC_DLSYM_USCORE])dnl
-AC_REQUIRE([LT_SYS_DLOPEN_DEPLIBS])dnl
-AC_REQUIRE([LT_FUNC_ARGZ])dnl
-
-m4_require([_LT_CHECK_OBJDIR])dnl
-m4_require([_LT_HEADER_DLFCN])dnl
-m4_require([_LT_CHECK_DLPREOPEN])dnl
-m4_require([_LT_DECL_SED])dnl
-
-dnl Don't require this, or it will be expanded earlier than the code
-dnl that sets the variables it relies on:
-_LT_ENABLE_INSTALL
-
-dnl _LTDL_MODE specific code must be called at least once:
-_LTDL_MODE_DISPATCH
-
-# In order that ltdl.c can compile, find out the first AC_CONFIG_HEADERS
-# the user used.  This is so that ltdl.h can pick up the parent projects
-# config.h file, The first file in AC_CONFIG_HEADERS must contain the
-# definitions required by ltdl.c.
-# FIXME: Remove use of undocumented AC_LIST_HEADERS (2.59 compatibility).
-AC_CONFIG_COMMANDS_PRE([dnl
-m4_pattern_allow([^LT_CONFIG_H$])dnl
-m4_ifset([AH_HEADER],
-    [LT_CONFIG_H=AH_HEADER],
-    [m4_ifset([AC_LIST_HEADERS],
-	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's|^[[      ]]*||;s|[[ :]].*$||'`],
-	[])])])
-AC_SUBST([LT_CONFIG_H])
-
-AC_CHECK_HEADERS([unistd.h dl.h sys/dl.h dld.h mach-o/dyld.h dirent.h],
-	[], [], [AC_INCLUDES_DEFAULT])
-
-AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
-AC_CHECK_FUNCS([strlcat strlcpy], [], [AC_LIBOBJ([lt__strl])])
-
-m4_pattern_allow([LT_LIBEXT])dnl
-AC_DEFINE_UNQUOTED([LT_LIBEXT],["$libext"],[The archive extension])
-
-name=
-eval "lt_libprefix=\"$libname_spec\""
-m4_pattern_allow([LT_LIBPREFIX])dnl
-AC_DEFINE_UNQUOTED([LT_LIBPREFIX],["$lt_libprefix"],[The archive prefix])
-
-name=ltdl
-eval "LTDLOPEN=\"$libname_spec\""
-AC_SUBST([LTDLOPEN])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:443: -1- AC_DEFUN([LT_SYS_DLOPEN_DEPLIBS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
-  [lt_cv_sys_dlopen_deplibs],
-  [# PORTME does your system automatically load deplibs for dlopen?
-  # or its logical equivalent (e.g. shl_load for HP-UX < 11)
-  # For now, we just catch OSes we know something about -- in the
-  # future, we'll try test this programmatically.
-  lt_cv_sys_dlopen_deplibs=unknown
-  case $host_os in
-  aix3*|aix4.1.*|aix4.2.*)
-    # Unknown whether this is true for these versions of AIX, but
-    # we want this 'case' here to explicitly catch those versions.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  aix[[4-9]]*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  amigaos*)
-    case $host_cpu in
-    powerpc)
-      lt_cv_sys_dlopen_deplibs=no
+      test -z "$LD" && LD="$ac_prog"
       ;;
-    esac
-    ;;
-  bitrig*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  darwin*)
-    # Assuming the user has installed a libdl from somewhere, this is true
-    # If you are looking for one http://www.opendarwin.org/projects/dlcompat
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  freebsd* | dragonfly*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  gnu* | linux* | k*bsd*-gnu | kopensolaris*-gnu)
-    # GNU and its variants, using gnu ld.so (Glibc)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  hpux10*|hpux11*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  interix*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  irix[[12345]]*|irix6.[[01]]*)
-    # Catch all versions of IRIX before 6.2, and indicate that we don't
-    # know how it worked for any of those versions.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  irix*)
-    # The case above catches anything before 6.2, and it's known that
-    # at 6.2 and later dlopen does load deplibs.
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  netbsd*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  openbsd*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  osf[[1234]]*)
-    # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
-    # it did *not* use an RPATH in a shared library to find objects the
-    # library depends on, so we explicitly say 'no'.
-    lt_cv_sys_dlopen_deplibs=no
-    ;;
-  osf5.0|osf5.0a|osf5.1)
-    # dlopen *does* load deplibs and with the right loader patch applied
-    # it even uses RPATH in a shared library to search for shared objects
-    # that the library depends on, but there's no easy way to know if that
-    # patch is installed.  Since this is the case, all we can really
-    # say is unknown -- it depends on the patch being installed.  If
-    # it is, this changes to 'yes'.  Without it, it would be 'no'.
-    lt_cv_sys_dlopen_deplibs=unknown
-    ;;
-  osf*)
-    # the two cases above should catch all versions of osf <= 5.1.  Read
-    # the comments above for what we know about them.
-    # At > 5.1, deplibs are loaded *and* any RPATH in a shared library
-    # is used to find them so we can finally say 'yes'.
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  qnx*)
-    lt_cv_sys_dlopen_deplibs=yes
-    ;;
-  solaris*)
-    lt_cv_sys_dlopen_deplibs=yes
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
     ;;
-  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-    libltdl_cv_sys_dlopen_deplibs=yes
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
     ;;
   esac
-  ])
-if test yes != "$lt_cv_sys_dlopen_deplibs"; then
- AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
-    [Define if the OS needs help to load dependent libraries for dlopen().])
+elif test "$with_gnu_ld" = yes; then
+  AC_MSG_CHECKING([for GNU ld])
+else
+  AC_MSG_CHECKING([for non-GNU ld])
 fi
+AC_CACHE_VAL([acl_cv_path_LD],
+[if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
+  done
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
+fi])
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  AC_MSG_RESULT([$LD])
+else
+  AC_MSG_RESULT([no])
+fi
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+AC_LIB_PROG_LD_GNU
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AU_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:545: -1- AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYS_DLOPEN_DEPLIBS' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLOPEN_DEPLIBS], [LT_SYS_DLOPEN_DEPLIBS($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:552: -1- AC_DEFUN([LT_SYS_MODULE_EXT], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([what extension is used for runtime loadable modules],
-  [libltdl_cv_shlibext],
-[
-module=yes
-eval libltdl_cv_shlibext=$shrext_cmds
-module=no
-eval libltdl_cv_shrext=$shrext_cmds
+m4trace:/usr/share/aclocal/lib-link.m4:17: -1- AC_DEFUN([AC_LIB_LINKFLAGS], [
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
+    AC_LIB_LINKFLAGS_BODY([$1], [$2])
+    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
+    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
+    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
+    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
   ])
-if test -n "$libltdl_cv_shlibext"; then
-  m4_pattern_allow([LT_MODULE_EXT])dnl
-  AC_DEFINE_UNQUOTED([LT_MODULE_EXT], ["$libltdl_cv_shlibext"],
-    [Define to the extension used for runtime loadable modules, say, ".so".])
-fi
-if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
-  m4_pattern_allow([LT_SHARED_EXT])dnl
-  AC_DEFINE_UNQUOTED([LT_SHARED_EXT], ["$libltdl_cv_shrext"],
-    [Define to the shared library suffix, say, ".dylib".])
-fi
-if test -n "$shared_archive_member_spec"; then
-  m4_pattern_allow([LT_SHARED_LIB_MEMBER])dnl
-  AC_DEFINE_UNQUOTED([LT_SHARED_LIB_MEMBER], ["($shared_archive_member_spec.o)"],
-    [Define to the shared archive member specification, say "(shr.o)".])
-fi
+  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
+  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
+  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
+  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
+  dnl results of this search when this library appears as a dependency.
+  HAVE_LIB[]NAME=yes
+  popdef([NAME])
+  popdef([Name])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AU_DEFUN([AC_LTDL_SHLIBEXT], [m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:580: -1- AC_DEFUN([AC_LTDL_SHLIBEXT], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBEXT' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_MODULE_EXT], [LT_SYS_MODULE_EXT($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:587: -1- AC_DEFUN([LT_SYS_MODULE_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([what variable specifies run-time module search path],
-  [lt_cv_module_path_var], [lt_cv_module_path_var=$shlibpath_var])
-if test -n "$lt_cv_module_path_var"; then
-  m4_pattern_allow([LT_MODULE_PATH_VAR])dnl
-  AC_DEFINE_UNQUOTED([LT_MODULE_PATH_VAR], ["$lt_cv_module_path_var"],
-    [Define to the name of the environment variable that determines the run-time module search path.])
-fi
+m4trace:/usr/share/aclocal/lib-link.m4:57: -1- AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+
+  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([$1], [$2])
+
+  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed lib[]Name and not disabled its use
+  dnl via --without-lib[]Name-prefix, he wants to use it.
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+
+  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
+    ac_save_LIBS="$LIBS"
+    dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
+    dnl because these -l options might require -L options that are present in
+    dnl LIBS. -l options benefit only from the -L options listed before it.
+    dnl Otherwise, add it to the front of LIBS, because it may be a static
+    dnl library that depends on another static library that is present in LIBS.
+    dnl Static libraries benefit only from the static libraries listed after
+    dnl it.
+    case " $LIB[]NAME" in
+      *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
+      *)       LIBS="$LIB[]NAME $LIBS" ;;
+    esac
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM([[$3]], [[$4]])],
+      [ac_cv_lib[]Name=yes],
+      [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
+    LIBS="$ac_save_LIBS"
+  ])
+  if test "$ac_cv_lib[]Name" = yes; then
+    HAVE_LIB[]NAME=yes
+    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
+    AC_MSG_CHECKING([how to link with lib[]$1])
+    AC_MSG_RESULT([$LIB[]NAME])
+  else
+    HAVE_LIB[]NAME=no
+    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
+    dnl $INC[]NAME either.
+    CPPFLAGS="$ac_save_CPPFLAGS"
+    LIB[]NAME=
+    LTLIB[]NAME=
+    LIB[]NAME[]_PREFIX=
+  fi
+  AC_SUBST([HAVE_LIB]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  popdef([NAME])
+  popdef([Name])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AU_DEFUN([AC_LTDL_SHLIBPATH], [m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:599: -1- AC_DEFUN([AC_LTDL_SHLIBPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SHLIBPATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_MODULE_PATH], [LT_SYS_MODULE_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:606: -1- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl
-AC_CACHE_CHECK([for the default library search path],
-  [lt_cv_sys_dlsearch_path],
-  [lt_cv_sys_dlsearch_path=$sys_lib_dlsearch_path_spec])
-if test -n "$lt_cv_sys_dlsearch_path"; then
-  sys_dlsearch_path=
-  for dir in $lt_cv_sys_dlsearch_path; do
-    if test -z "$sys_dlsearch_path"; then
-      sys_dlsearch_path=$dir
+m4trace:/usr/share/aclocal/lib-link.m4:125: -1- AC_DEFUN([AC_LIB_RPATH], [
+  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
+  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
+  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
+  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
+  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
+  AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  ])
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+  dnl Determine whether the user wants rpath handling at all.
+  AC_ARG_ENABLE([rpath],
+    [  --disable-rpath         do not hardcode runtime library paths],
+    :, enable_rpath=yes)
+])
+m4trace:/usr/share/aclocal/lib-link.m4:161: -1- AC_DEFUN([AC_LIB_FROMPACKAGE], [
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_frompackage_]NAME, [$2])
+  popdef([NAME])
+  pushdef([PACK],[$2])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_libsinpackage_]PACKUP,
+    m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
+  popdef([PACKUP])
+  popdef([PACK])
+])
+m4trace:/usr/share/aclocal/lib-link.m4:181: -1- AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
+  dnl Autoconf >= 2.61 supports dots in --with options.
+  pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_ARG_WITH(P_A_C_K[-prefix],
+[[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
+  --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ in includedir and libdir]],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
     else
-      sys_dlsearch_path=$sys_dlsearch_path$PATH_SEPARATOR$dir
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
     fi
+])
+  dnl Search the library and its dependencies in $additional_libdir and
+  dnl $LDFLAGS. Using breadth-first-seach.
+  LIB[]NAME=
+  LTLIB[]NAME=
+  INC[]NAME=
+  LIB[]NAME[]_PREFIX=
+  dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
+  dnl computed. So it has to be reset here.
+  HAVE_LIB[]NAME=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='$1 $2'
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
+        dnl or AC_LIB_HAVE_LINKFLAGS call.
+        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
+          else
+            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
+            dnl that this library doesn't exist. So just drop it.
+            :
+          fi
+        else
+          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
+          dnl and the already constructed $LIBNAME/$LTLIBNAME.
+          found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+            dnl The same code as in the loop below:
+            dnl First look for a shared library.
+            if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+            dnl Then look for a static library.
+            if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIB[]NAME; do
+              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                  dnl First look for a shared library.
+                  if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                  dnl Then look for a static library.
+                  if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+            dnl Found the library.
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+              dnl Linking with a shared library. We attempt to hardcode its
+              dnl directory into the executable's runpath, unless it's the
+              dnl standard /usr/lib.
+              if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                dnl No hardcoding is needed.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+              else
+                dnl Use an explicit option to hardcode DIR into the resulting
+                dnl binary.
+                dnl Potentially add DIR to ltrpathdirs.
+                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                dnl The hardcoding into $LIBNAME is system dependent.
+                if test "$acl_hardcode_direct" = yes; then
+                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
+                  dnl resulting binary.
+                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                    dnl Use an explicit option to hardcode DIR into the resulting
+                    dnl binary.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    dnl Potentially add DIR to rpathdirs.
+                    dnl The rpathdirs will be appended to $LIBNAME at the end.
+                    haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                    dnl Rely on "-L$found_dir".
+                    dnl But don't add it if it's already contained in the LDFLAGS
+                    dnl or the already constructed $LIBNAME
+                    haveit=
+                    for x in $LDFLAGS $LIB[]NAME; do
+                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    else
+                      dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH
+                      dnl here, because this doesn't fit in flags passed to the
+                      dnl compiler. So give up. No hardcoding. This affects only
+                      dnl very old systems.
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                dnl Linking with a static library.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
+              else
+                dnl We shouldn't come here, but anyway it's good to have a
+                dnl fallback.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
+              fi
+            fi
+            dnl Assume the include files are nearby.
+            additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+              dnl Potentially add $additional_includedir to $INCNAME.
+              dnl But don't add it
+              dnl   1. if it's the standard /usr/include,
+              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
+              dnl   3. if it's already present in $CPPFLAGS or the already
+              dnl      constructed $INCNAME,
+              dnl   4. if it doesn't exist as a directory.
+              if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INC[]NAME; do
+                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                      dnl Really add $additional_includedir to $INCNAME.
+                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+            dnl Look for dependencies.
+            if test -n "$found_la"; then
+              dnl Read the .la file. It defines the variables
+              dnl dlname, library_names, old_library, dependency_libs, current,
+              dnl age, revision, installed, dlopen, dlpreopen, libdir.
+              save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+              dnl We use only dependency_libs.
+              for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
+                    dnl But don't add it
+                    dnl   1. if it's the standard /usr/lib,
+                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
+                    dnl   3. if it's already present in $LDFLAGS or the already
+                    dnl      constructed $LIBNAME,
+                    dnl   4. if it doesn't exist as a directory.
+                    if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LIBNAME.
+                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LTLIBNAME.
+                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                      dnl Potentially add DIR to rpathdirs.
+                      dnl The rpathdirs will be appended to $LIBNAME at the end.
+                      haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                      dnl Potentially add DIR to ltrpathdirs.
+                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                      haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                    dnl Handle this in the next round.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                    dnl Handle this in the next round. Throw away the .la's
+                    dnl directory; it is already contained in a preceding -L
+                    dnl option.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                    dnl Most likely an immediate library name.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
+                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+            dnl Didn't find the library; assume it is in the system directories
+            dnl known to the linker and runtime loader. (All the system
+            dnl directories known to the linker should also be known to the
+            dnl runtime loader, otherwise the system is severely misconfigured.)
+            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
+          fi
+        fi
+      fi
+    done
   done
-  m4_pattern_allow([LT_DLSEARCH_PATH])dnl
-  AC_DEFINE_UNQUOTED([LT_DLSEARCH_PATH], ["$sys_dlsearch_path"],
-    [Define to the system default library search path.])
-fi
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+      dnl Weird platform: only the last -rpath option counts, the user must
+      dnl pass all path elements in one option. We can arrange that for a
+      dnl single library, but not when more than one $LIBNAMEs are used.
+      alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
+      acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+    else
+      dnl The -rpath options are cumulative.
+      for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+    dnl When using libtool, the option that works for both libraries and
+    dnl executables is -R. The -R options are cumulative.
+    for found_dir in $ltrpathdirs; do
+      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
+    done
+  fi
+  popdef([P_A_C_K])
+  popdef([PACKLIBS])
+  popdef([PACKUP])
+  popdef([PACK])
+  popdef([NAME])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AU_DEFUN([AC_LTDL_SYSSEARCHPATH], [m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:627: -1- AC_DEFUN([AC_LTDL_SYSSEARCHPATH], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYSSEARCHPATH' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLSEARCH_PATH], [LT_SYS_DLSEARCH_PATH($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:653: -1- AC_DEFUN([LT_LIB_DLLOAD], [m4_pattern_allow([^LT_DLLOADERS$])
-LT_DLLOADERS=
-AC_SUBST([LT_DLLOADERS])
-
-AC_LANG_PUSH([C])
-lt_dlload_save_LIBS=$LIBS
-
-LIBADD_DLOPEN=
-AC_SEARCH_LIBS([dlopen], [dl],
-	[AC_DEFINE([HAVE_LIBDL], [1],
-		   [Define if you have the libdl library or equivalent.])
-	if test "$ac_cv_search_dlopen" != "none required"; then
-	  LIBADD_DLOPEN=-ldl
-	fi
-	libltdl_cv_lib_dl_dlopen=yes
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
-    [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#if HAVE_DLFCN_H
-#  include <dlfcn.h>
-#endif
-    ]], [[dlopen(0, 0);]])],
-	    [AC_DEFINE([HAVE_LIBDL], [1],
-		       [Define if you have the libdl library or equivalent.])
-	    libltdl_cv_func_dlopen=yes
-	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"],
-	[AC_CHECK_LIB([svld], [dlopen],
-		[AC_DEFINE([HAVE_LIBDL], [1],
-			 [Define if you have the libdl library or equivalent.])
-	        LIBADD_DLOPEN=-lsvld libltdl_cv_func_dlopen=yes
-		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"])])])
-if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"
-then
-  lt_save_LIBS=$LIBS
-  LIBS="$LIBS $LIBADD_DLOPEN"
-  AC_CHECK_FUNCS([dlerror])
-  LIBS=$lt_save_LIBS
-fi
-AC_SUBST([LIBADD_DLOPEN])
-
-LIBADD_SHL_LOAD=
-AC_CHECK_FUNC([shl_load],
-	[AC_DEFINE([HAVE_SHL_LOAD], [1],
-		   [Define if you have the shl_load function.])
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"],
-    [AC_CHECK_LIB([dld], [shl_load],
-	    [AC_DEFINE([HAVE_SHL_LOAD], [1],
-		       [Define if you have the shl_load function.])
-	    LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}shl_load.la"
-	    LIBADD_SHL_LOAD=-ldld])])
-AC_SUBST([LIBADD_SHL_LOAD])
-
-case $host_os in
-darwin[[1567]].*)
-# We only want this for pre-Mac OS X 10.4.
-  AC_CHECK_FUNC([_dyld_func_lookup],
-	[AC_DEFINE([HAVE_DYLD], [1],
-		   [Define if you have the _dyld_func_lookup function.])
-	LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dyld.la"])
-  ;;
-beos*)
-  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
-  ;;
-cygwin* | mingw* | pw32*)
-  AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
-  LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
-  ;;
-esac
-
-AC_CHECK_LIB([dld], [dld_link],
-	[AC_DEFINE([HAVE_DLD], [1],
-		   [Define if you have the GNU dld library.])
-		LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dld_link.la"])
-AC_SUBST([LIBADD_DLD_LINK])
-
-m4_pattern_allow([^LT_DLPREOPEN$])
-LT_DLPREOPEN=
-if test -n "$LT_DLLOADERS"
-then
-  for lt_loader in $LT_DLLOADERS; do
-    LT_DLPREOPEN="$LT_DLPREOPEN-dlpreopen $lt_loader "
+m4trace:/usr/share/aclocal/lib-link.m4:684: -1- AC_DEFUN([AC_LIB_APPENDTOVAR], [
+  for element in [$2]; do
+    haveit=
+    for x in $[$1]; do
+      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      [$1]="${[$1]}${[$1]:+ }$element"
+    fi
   done
-  AC_DEFINE([HAVE_LIBDLLOADER], [1],
-            [Define if libdlloader will be built on this platform])
-fi
-AC_SUBST([LT_DLPREOPEN])
-
-dnl This isn't used anymore, but set it for backwards compatibility
-LIBADD_DL="$LIBADD_DLOPEN $LIBADD_SHL_LOAD"
-AC_SUBST([LIBADD_DL])
-
-LIBS=$lt_dlload_save_LIBS
-AC_LANG_POP
-])
-m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AU_DEFUN([AC_LTDL_DLLIB], [m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:748: -1- AC_DEFUN([AC_LTDL_DLLIB], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLLIB' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_LIB_DLLOAD], [LT_LIB_DLLOAD($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:756: -1- AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-AC_CACHE_CHECK([for _ prefix in compiled symbols],
-  [lt_cv_sys_symbol_underscore],
-  [lt_cv_sys_symbol_underscore=no
-  cat > conftest.$ac_ext <<_LT_EOF
-void nm_test_func(){}
-int main(){nm_test_func;return 0;}
-_LT_EOF
-  if AC_TRY_EVAL(ac_compile); then
-    # Now try to grab the symbols.
-    ac_nlist=conftest.nm
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
-      # See whether the symbols have a leading underscore.
-      if grep '^. _nm_test_func' "$ac_nlist" >/dev/null; then
-        lt_cv_sys_symbol_underscore=yes
-      else
-        if grep '^. nm_test_func ' "$ac_nlist" >/dev/null; then
-	  :
+])
+m4trace:/usr/share/aclocal/lib-link.m4:708: -1- AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [
+  AC_REQUIRE([AC_LIB_RPATH])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  $1=
+  if test "$enable_rpath" != no; then
+    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+      dnl Use an explicit option to hardcode directories into the resulting
+      dnl binary.
+      rpathdirs=
+      next=
+      for opt in $2; do
+        if test -n "$next"; then
+          dir="$next"
+          dnl No need to hardcode the standard /usr/lib.
+          if test "X$dir" != "X/usr/$acl_libdirstem" \
+             && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+            rpathdirs="$rpathdirs $dir"
+          fi
+          next=
         else
-	  echo "configure: cannot find nm_test_func in $ac_nlist" >&AS_MESSAGE_LOG_FD
+          case $opt in
+            -L) next=yes ;;
+            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
+                 dnl No need to hardcode the standard /usr/lib.
+                 if test "X$dir" != "X/usr/$acl_libdirstem" \
+                    && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+                   rpathdirs="$rpathdirs $dir"
+                 fi
+                 next= ;;
+            *) next= ;;
+          esac
+        fi
+      done
+      if test "X$rpathdirs" != "X"; then
+        if test -n ""$3""; then
+          dnl libtool is used for linking. Use -R options.
+          for dir in $rpathdirs; do
+            $1="${$1}${$1:+ }-R$dir"
+          done
+        else
+          dnl The linker is used for linking directly.
+          if test -n "$acl_hardcode_libdir_separator"; then
+            dnl Weird platform: only the last -rpath option counts, the user
+            dnl must pass all path elements in one option.
+            alldirs=
+            for dir in $rpathdirs; do
+              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
+            done
+            acl_save_libdir="$libdir"
+            libdir="$alldirs"
+            eval flag=\"$acl_hardcode_libdir_flag_spec\"
+            libdir="$acl_save_libdir"
+            $1="$flag"
+          else
+            dnl The -rpath options are cumulative.
+            for dir in $rpathdirs; do
+              acl_save_libdir="$libdir"
+              libdir="$dir"
+              eval flag=\"$acl_hardcode_libdir_flag_spec\"
+              libdir="$acl_save_libdir"
+              $1="${$1}${$1:+ }$flag"
+            done
+          fi
         fi
       fi
+    fi
+  fi
+  AC_SUBST([$1])
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:12: -1- AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])
+m4trace:/usr/share/aclocal/lib-prefix.m4:22: -1- AC_DEFUN([AC_LIB_PREFIX], [
+  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
+  AC_REQUIRE([AC_PROG_CC])
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_LIB_ARG_WITH([lib-prefix],
+[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
+  --without-lib-prefix    don't search for libraries in includedir and libdir],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
     else
-      echo "configure: cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+      fi
+    fi
+])
+  if test $use_additional = yes; then
+    dnl Potentially add $additional_includedir to $CPPFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/include,
+    dnl   2. if it's already present in $CPPFLAGS,
+    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_includedir" != "X/usr/include"; then
+      haveit=
+      for x in $CPPFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-I$additional_includedir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_includedir" = "X/usr/local/include"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_includedir"; then
+            dnl Really add $additional_includedir to $CPPFLAGS.
+            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
+          fi
+        fi
+      fi
+    fi
+    dnl Potentially add $additional_libdir to $LDFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/lib,
+    dnl   2. if it's already present in $LDFLAGS,
+    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
+      haveit=
+      for x in $LDFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-L$additional_libdir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux*) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_libdir"; then
+            dnl Really add $additional_libdir to $LDFLAGS.
+            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
+          fi
+        fi
+      fi
     fi
+  fi
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:122: -1- AC_DEFUN([AC_LIB_PREPARE_PREFIX], [
+  dnl Unfortunately, prefix and exec_prefix get only finally determined
+  dnl at the end of configure.
+  if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
   else
-    echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
-    cat conftest.c >&AS_MESSAGE_LOG_FD
+    acl_final_prefix="$prefix"
   fi
-  rm -rf conftest*
-  ])
-  sys_symbol_underscore=$lt_cv_sys_symbol_underscore
-  AC_SUBST([sys_symbol_underscore])
-])
-m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AU_DEFUN([AC_LTDL_SYMBOL_USCORE], [m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:793: -1- AC_DEFUN([AC_LTDL_SYMBOL_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_SYMBOL_USCORE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_SYMBOL_USCORE], [LT_SYS_SYMBOL_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:800: -1- AC_DEFUN([LT_FUNC_DLSYM_USCORE], [AC_REQUIRE([_LT_COMPILER_PIC])dnl	for lt_prog_compiler_wl
-AC_REQUIRE([LT_SYS_SYMBOL_USCORE])dnl	for lt_cv_sys_symbol_underscore
-AC_REQUIRE([LT_SYS_MODULE_EXT])dnl	for libltdl_cv_shlibext
-if test yes = "$lt_cv_sys_symbol_underscore"; then
-  if test yes = "$libltdl_cv_func_dlopen" || test yes = "$libltdl_cv_lib_dl_dlopen"; then
-    AC_CACHE_CHECK([whether we have to add an underscore for dlsym],
-      [libltdl_cv_need_uscore],
-      [libltdl_cv_need_uscore=unknown
-      dlsym_uscore_save_LIBS=$LIBS
-      LIBS="$LIBS $LIBADD_DLOPEN"
-      libname=conftmod # stay within 8.3 filename limits!
-      cat >$libname.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-int fnord () { return 42; }]
-_LT_EOF
-
-      # ltfn_module_cmds module_cmds
-      # Execute tilde-delimited MODULE_CMDS with environment primed for
-      # $module_cmds or $archive_cmds type content.
-      ltfn_module_cmds ()
-      {( # subshell avoids polluting parent global environment
-          module_cmds_save_ifs=$IFS; IFS='~'
-          for cmd in @S|@1; do
-            IFS=$module_cmds_save_ifs
-            libobjs=$libname.$ac_objext; lib=$libname$libltdl_cv_shlibext
-            rpath=/not-exists; soname=$libname$libltdl_cv_shlibext; output_objdir=.
-            major=; versuffix=; verstring=; deplibs=
-            ECHO=echo; wl=$lt_prog_compiler_wl; allow_undefined_flag=
-            eval $cmd
-          done
-          IFS=$module_cmds_save_ifs
-      )}
-
-      # Compile a loadable module using libtool macro expansion results.
-      $CC $pic_flag -c $libname.$ac_ext
-      ltfn_module_cmds "${module_cmds:-$archive_cmds}"
-
-      # Try to fetch fnord with dlsym().
-      libltdl_dlunknown=0; libltdl_dlnouscore=1; libltdl_dluscore=2
-      cat >conftest.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-#include <stdio.h>
-#ifndef RTLD_GLOBAL
-#  ifdef DL_GLOBAL
-#    define RTLD_GLOBAL DL_GLOBAL
-#  else
-#    define RTLD_GLOBAL 0
-#  endif
-#endif
-#ifndef RTLD_NOW
-#  ifdef DL_NOW
-#    define RTLD_NOW DL_NOW
-#  else
-#    define RTLD_NOW 0
-#  endif
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:145: -1- AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  $1
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+])
+m4trace:/usr/share/aclocal/lib-prefix.m4:162: -1- AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [
+  dnl There is no formal standard regarding lib and lib64.
+  dnl On glibc systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
+  dnl the compiler's default mode by looking at the compiler's library search
+  dnl path. If at least one of its elements ends in /lib64 or points to a
+  dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
+  dnl Otherwise we use the default, namely "lib".
+  dnl On Solaris systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
+  dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+      dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
+      dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
+      dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
+      dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
+      dnl symlink is missing, so we set acl_libdirstem2 too.
+      AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
+        [AC_EGREP_CPP([sixtyfour bits], [
+#ifdef _LP64
+sixtyfour bits
 #endif
-int main () {
-  void *handle = dlopen ("`pwd`/$libname$libltdl_cv_shlibext", RTLD_GLOBAL|RTLD_NOW);
-  int status = $libltdl_dlunknown;
-  if (handle) {
-    if (dlsym (handle, "fnord"))
-      status = $libltdl_dlnouscore;
-    else {
-      if (dlsym (handle, "_fnord"))
-        status = $libltdl_dluscore;
-      else
-	puts (dlerror ());
-    }
-    dlclose (handle);
-  } else
-    puts (dlerror ());
-  return status;
-}]
-_LT_EOF
-      if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
-        (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
-        libltdl_status=$?
-        case x$libltdl_status in
-          x$libltdl_dlnouscore) libltdl_cv_need_uscore=no ;;
-	  x$libltdl_dluscore) libltdl_cv_need_uscore=yes ;;
-	  x*) libltdl_cv_need_uscore=unknown ;;
+           ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
+        ])
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
         esac
       fi
-      rm -rf conftest* $libname*
-      LIBS=$dlsym_uscore_save_LIBS
-    ])
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+])
+m4trace:/usr/share/aclocal/lock.m4:9: -1- AC_DEFUN([gl_LOCK], [
+  AC_REQUIRE([gl_THREADLIB])
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    AC_CHECK_TYPE([pthread_rwlock_t],
+      [AC_DEFINE([HAVE_PTHREAD_RWLOCK], [1],
+         [Define if the POSIX multithreading library has read/write locks.])],
+      [],
+      [#include <pthread.h>])
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM(
+        [[#include <pthread.h>]],
+        [[
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+        ]])],
+      [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], [1],
+         [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
   fi
-fi
-
-if test yes = "$libltdl_cv_need_uscore"; then
-  AC_DEFINE([NEED_USCORE], [1],
-    [Define if dlsym() requires a leading underscore in symbol names.])
-fi
+  gl_PREREQ_LOCK
+])
+m4trace:/usr/share/aclocal/lock.m4:42: -1- AC_DEFUN([gl_PREREQ_LOCK], [:])
+m4trace:/usr/share/aclocal/longlong.m4:17: -1- AC_DEFUN([AC_TYPE_LONG_LONG_INT], [
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+     [ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+          dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
+          dnl If cross compiling, assume the bug is not important, since
+          dnl nobody cross compiles for this platform as far as we know.
+          AC_RUN_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[@%:@include <limits.h>
+                 @%:@ifndef LLONG_MAX
+                 @%:@ define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+                 @%:@endif]],
+               [[long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;]])],
+            [],
+            [ac_cv_type_long_long_int=no],
+            [:])
+        fi
+      fi])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'long long int'.])
+  fi
+])
+m4trace:/usr/share/aclocal/longlong.m4:67: -1- AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       AC_LINK_IFELSE(
+         [_AC_TYPE_LONG_LONG_SNIPPET],
+         [],
+         [ac_cv_type_unsigned_long_long_int=no])
+     fi])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'unsigned long long int'.])
+  fi
+])
+m4trace:/usr/share/aclocal/longlong.m4:89: -1- AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET], [
+  AC_LANG_PROGRAM(
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;]],
+    [[/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));]])
+])
+m4trace:/usr/share/aclocal/nls.m4:23: -1- AC_DEFUN([AM_NLS], [
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE([nls],
+    [  --disable-nls           do not use Native Language Support],
+    USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
 ])
-m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AU_DEFUN([AC_LTDL_DLSYM_USCORE], [m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
-m4trace:/usr/share/aclocal/ltdl.m4:907: -1- AC_DEFUN([AC_LTDL_DLSYM_USCORE], [AC_DIAGNOSE([obsolete], [The macro `AC_LTDL_DLSYM_USCORE' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_FUNC_DLSYM_USCORE], [LT_FUNC_DLSYM_USCORE($@)])])
 m4trace:/usr/share/aclocal/pkg.m4:27: -1- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
 m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
@@ -784,33 +2488,1031 @@ else
 	$3
 fi[]dnl
 ])
-m4trace:/usr/share/aclocal/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([pkgconfigdir],
-    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
-    [with_pkgconfigdir=]pkg_default)
-AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
+m4trace:/usr/share/aclocal/pkg.m4:169: -1- AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([pkgconfigdir],
+    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
+    [with_pkgconfigdir=]pkg_default)
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+])
+m4trace:/usr/share/aclocal/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([noarch-pkgconfigdir],
+    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
+    [with_noarch_pkgconfigdir=]pkg_default)
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+])
+m4trace:/usr/share/aclocal/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [""], [$5], [$4])dnl
+])
+m4trace:/usr/share/aclocal/po.m4:23: -1- AC_DEFUN([AM_PO_SUBDIRS], [
+  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_SED])dnl
+  AC_REQUIRE([AM_NLS])dnl
+
+  dnl Release version of the gettext macros. This is used to ensure that
+  dnl the gettext macros and po/Makefile.in.in are in sync.
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
+
+  dnl Perform the following tests also if --disable-nls has been given,
+  dnl because they are needed for "make dist" to work.
+
+  dnl Search for GNU msgfmt in the PATH.
+  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
+  dnl The second test excludes FreeBSD msgfmt.
+  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
+    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
+
+  dnl Test whether it is GNU msgfmt >= 0.15.
+changequote(,)dnl
+  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([MSGFMT_015])
+changequote(,)dnl
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([GMSGFMT_015])
+
+  dnl Search for GNU xgettext 0.12 or newer in the PATH.
+  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
+  dnl The second test excludes FreeBSD xgettext.
+  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  dnl Remove leftover from FreeBSD xgettext call.
+  rm -f messages.po
+
+  dnl Test whether it is GNU xgettext >= 0.15.
+changequote(,)dnl
+  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([XGETTEXT_015])
+
+  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
+  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
+    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
+
+  dnl Installation directories.
+  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
+  dnl have to define it here, so that it can be used in po/Makefile.
+  test -n "$localedir" || localedir='${datadir}/locale'
+  AC_SUBST([localedir])
+
+  dnl Support for AM_XGETTEXT_OPTION.
+  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
+
+  AC_CONFIG_COMMANDS([po-directories], [[
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done]],
+   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   ])
+])
+m4trace:/usr/share/aclocal/po.m4:220: -1- AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [
+  # When this code is run, in config.status, two variables have already been
+  # set:
+  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
+  # - LINGUAS is the value of the environment variable LINGUAS at configure
+  #   time.
+
+changequote(,)dnl
+  # Adjust a relative srcdir.
+  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+  # In autoconf-2.13 it is called $ac_given_srcdir.
+  # In autoconf-2.50 it is called $srcdir.
+  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+  case "$ac_given_srcdir" in
+    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+    /*) top_srcdir="$ac_given_srcdir" ;;
+    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+  esac
+
+  # Find a way to echo strings without interpreting backslash.
+  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
+    gt_echo='echo'
+  else
+    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
+      gt_echo='printf %s\n'
+    else
+      echo_func () {
+        cat <<EOT
+$*
+EOT
+      }
+      gt_echo='echo_func'
+    fi
+  fi
+
+  # A sed script that extracts the value of VARIABLE from a Makefile.
+  tab=`printf '\t'`
+  sed_x_variable='
+# Test if the hold space is empty.
+x
+s/P/P/
+x
+ta
+# Yes it was empty. Look if we have the expected variable definition.
+/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
+  # Seen the first line of the variable definition.
+  s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
+  ba
+}
+bd
+:a
+# Here we are processing a line from the variable definition.
+# Remove comment, more precisely replace it with a space.
+s/#.*$/ /
+# See if the line ends in a backslash.
+tb
+:b
+s/\\$//
+# Print the line, without the trailing backslash.
+p
+tc
+# There was no trailing backslash. The end of the variable definition is
+# reached. Clear the hold space.
+s/^.*$//
+x
+bd
+:c
+# A trailing backslash means that the variable definition continues in the
+# next line. Put a nonempty string into the hold space to indicate this.
+s/^.*$/P/
+x
+:d
+'
+changequote([,])dnl
+
+  # Set POTFILES to the value of the Makefile variable POTFILES.
+  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
+  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
+  # Compute POTFILES_DEPS as
+  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
+  POTFILES_DEPS=
+  for file in $POTFILES; do
+    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
+  done
+  POMAKEFILEDEPS=""
+
+  if test -n "$OBSOLETE_ALL_LINGUAS"; then
+    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+  fi
+  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+    # The LINGUAS file contains the set of available languages.
+    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+  else
+    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
+    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
+    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
+  fi
+  # Hide the ALL_LINGUAS assignment from automake < 1.5.
+  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+  # Compute POFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+  # Compute UPDATEPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+  # Compute DUMMYPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+  # Compute GMOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+  # Compute PROPERTIESFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
+  # Compute CLASSFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
+  # Compute QMFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
+  # Compute MSGFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
+  # Compute RESOURCESDLLFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
+  case "$ac_given_srcdir" in
+    .) srcdirpre= ;;
+    *) srcdirpre='$(srcdir)/' ;;
+  esac
+  POFILES=
+  UPDATEPOFILES=
+  DUMMYPOFILES=
+  GMOFILES=
+  PROPERTIESFILES=
+  CLASSFILES=
+  QMFILES=
+  MSGFILES=
+  RESOURCESDLLFILES=
+  for lang in $ALL_LINGUAS; do
+    POFILES="$POFILES $srcdirpre$lang.po"
+    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
+    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
+    QMFILES="$QMFILES $srcdirpre$lang.qm"
+    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
+    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
+  done
+  # CATALOGS depends on both $ac_dir and the user's LINGUAS
+  # environment variable.
+  INST_LINGUAS=
+  if test -n "$ALL_LINGUAS"; then
+    for presentlang in $ALL_LINGUAS; do
+      useit=no
+      if test "%UNSET%" != "$LINGUAS"; then
+        desiredlanguages="$LINGUAS"
+      else
+        desiredlanguages="$ALL_LINGUAS"
+      fi
+      for desiredlang in $desiredlanguages; do
+        # Use the presentlang catalog if desiredlang is
+        #   a. equal to presentlang, or
+        #   b. a variant of presentlang (because in this case,
+        #      presentlang can be used as a fallback for messages
+        #      which are not translated in the desiredlang catalog).
+        case "$desiredlang" in
+          "$presentlang"*) useit=yes;;
+        esac
+      done
+      if test $useit = yes; then
+        INST_LINGUAS="$INST_LINGUAS $presentlang"
+      fi
+    done
+  fi
+  CATALOGS=
+  JAVACATALOGS=
+  QTCATALOGS=
+  TCLCATALOGS=
+  CSHARPCATALOGS=
+  if test -n "$INST_LINGUAS"; then
+    for lang in $INST_LINGUAS; do
+      CATALOGS="$CATALOGS $lang.gmo"
+      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
+      QTCATALOGS="$QTCATALOGS $lang.qm"
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
+    done
+  fi
+
+  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
+  tab=`printf '\t'`
+  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang.msg: $lang.po
+${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
+${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
+${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
+${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if test -n "$POMAKEFILEDEPS"; then
+    cat >> "$ac_file.tmp" <<EOF
+Makefile: $POMAKEFILEDEPS
+EOF
+  fi
+  mv "$ac_file.tmp" "$ac_file"
+])
+m4trace:/usr/share/aclocal/po.m4:443: -1- AC_DEFUN([AM_XGETTEXT_OPTION_INIT], [
+  XGETTEXT_EXTRA_OPTIONS=
+])
+m4trace:/usr/share/aclocal/po.m4:449: -1- AC_DEFUN([AM_XGETTEXT_OPTION], [
+  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
+  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
+])
+m4trace:/usr/share/aclocal/printf-posix.m4:11: -1- AC_DEFUN([gt_PRINTF_POSIX], [
+  AC_REQUIRE([AC_PROG_CC])
+  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
+    gt_cv_func_printf_posix,
+    [
+      AC_RUN_IFELSE(
+        [AC_LANG_SOURCE([[
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}]])],
+        [gt_cv_func_printf_posix=yes],
+        [gt_cv_func_printf_posix=no],
+        [
+          AC_EGREP_CPP([notposix], [
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+            ],
+            [gt_cv_func_printf_posix="guessing no"],
+            [gt_cv_func_printf_posix="guessing yes"])
+        ])
+    ])
+  case $gt_cv_func_printf_posix in
+    *yes)
+      AC_DEFINE([HAVE_POSIX_PRINTF], [1],
+        [Define if your printf() function supports format strings with positions.])
+      ;;
+  esac
+])
+m4trace:/usr/share/aclocal/progtest.m4:25: -1- AC_DEFUN([AM_PATH_PROG_WITH_TEST], [
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=[$]2
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL([ac_cv_path_$1],
+[case "[$]$1" in
+  [[\\/]]* | ?:[[\\/]]*)
+    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in ifelse([$5], , $PATH, [$5]); do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
+          if [$3]; then
+            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+])dnl
+    ;;
+esac])dnl
+$1="$ac_cv_path_$1"
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+  AC_MSG_RESULT([$][$1])
+else
+  AC_MSG_RESULT([no])
+fi
+AC_SUBST([$1])dnl
+])
+m4trace:/usr/share/aclocal/size_max.m4:9: -1- AC_DEFUN([gl_SIZE_MAX], [
+  AC_CHECK_HEADERS([stdint.h])
+  dnl First test whether the system already has SIZE_MAX.
+  AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
+    gl_cv_size_max=
+    AC_EGREP_CPP([Found it], [
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
+], [gl_cv_size_max=yes])
+    if test -z "$gl_cv_size_max"; then
+      dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
+      dnl than the type 'unsigned long'. Try hard to find a definition that can
+      dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
+      AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1],
+        [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+      AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],
+        [#include <stddef.h>], [fits_in_uint=])
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+          dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
+          dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
+          AC_COMPILE_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
+               ]],
+               [[]])],
+            [fits_in_uint=0])
+        fi
+        dnl We cannot use 'expr' to simplify this expression, because 'expr'
+        dnl works only with 'long' integers in the host environment, while we
+        dnl might be cross-compiling from a 32-bit platform to a 64-bit platform.
+        if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+        dnl Shouldn't happen, but who knows...
+        gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  ])
+  if test "$gl_cv_size_max" != yes; then
+    AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
+      [Define as the maximum value of type 'size_t', if the system doesn't define it.])
+  fi
+  dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
+  dnl <stdint.h>. Remember that the #undef in AH_VERBATIM gets replaced with
+  dnl #define by AC_DEFINE_UNQUOTED.
+  AH_VERBATIM([SIZE_MAX],
+[/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif])
+])
+m4trace:/usr/share/aclocal/stdint_h.m4:12: -1- AC_DEFUN([gl_AC_HEADER_STDINT_H], [
+  AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+            #include <stdint.h>]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_stdint_h=yes],
+       [gl_cv_header_stdint_h=no])])
+  if test $gl_cv_header_stdint_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1],
+      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+])
+m4trace:/usr/share/aclocal/threadlib.m4:29: -1- AC_DEFUN([gl_THREADLIB_EARLY], [
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+])
+m4trace:/usr/share/aclocal/threadlib.m4:36: -1- AC_DEFUN([gl_THREADLIB_EARLY_BODY], [
+  dnl Ordering constraints: This macro modifies CPPFLAGS in a way that
+  dnl influences the result of the autoconf tests that test for *_unlocked
+  dnl declarations, on AIX 5 at least. Therefore it must come early.
+  AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl
+  AC_BEFORE([$0], [gl_ARGP])dnl
+
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+  dnl Check for multithreading.
+  m4_ifdef([gl_THREADLIB_DEFAULT_NO],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=no])],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=])])
+  AC_ARG_ENABLE([threads],
+AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifdef([gl_THREADLIB_DEFAULT_NO], [], [
+AC_HELP_STRING([--disable-threads], [build without multithread safety])]),
+    [gl_use_threads=$enableval],
+    [if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+changequote(,)dnl
+       case "$host_os" in
+         dnl Disable multithreading by default on OSF/1, because it interferes
+         dnl with fork()/exec(): When msgexec is linked with -lpthread, its
+         dnl child process gets an endless segmentation fault inside execvp().
+         dnl Disable multithreading by default on Cygwin 1.5.x, because it has
+         dnl bugs that lead to endless loops or crashes. See
+         dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
+         osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+changequote([,])dnl
+     fi
+    ])
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
+])
+m4trace:/usr/share/aclocal/threadlib.m4:107: -1- AC_DEFUN([gl_THREADLIB_BODY], [
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+    dnl Check whether the compiler and linker support weak declarations.
+    AC_CACHE_CHECK([whether imported symbols can be declared weak],
+      [gl_cv_have_weak],
+      [gl_cv_have_weak=no
+       dnl First, test whether the compiler accepts it syntactically.
+       AC_LINK_IFELSE(
+         [AC_LANG_PROGRAM(
+            [[extern void xyzzy ();
+#pragma weak xyzzy]],
+            [[xyzzy();]])],
+         [gl_cv_have_weak=maybe])
+       if test $gl_cv_have_weak = maybe; then
+         dnl Second, test whether it actually works. On Cygwin 1.7.2, with
+         dnl gcc 4.3, symbols declared weak always evaluate to the address 0.
+         AC_RUN_IFELSE(
+           [AC_LANG_SOURCE([[
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}]])],
+           [gl_cv_have_weak=yes],
+           [gl_cv_have_weak=no],
+           [dnl When cross-compiling, assume that only ELF platforms support
+            dnl weak symbols.
+            AC_EGREP_CPP([Extensible Linking Format],
+              [#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              ],
+              [gl_cv_have_weak="guessing yes"],
+              [gl_cv_have_weak="guessing no"])
+           ])
+       fi
+      ])
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      AC_CHECK_HEADER([pthread.h],
+        [gl_have_pthread_h=yes], [gl_have_pthread_h=no])
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        #
+        # If -pthread works, prefer it to -lpthread, since Ubuntu 14.04
+        # needs -pthread for some reason.  See:
+        # http://lists.gnu.org/archive/html/bug-gnulib/2014-09/msg00023.html
+        save_LIBS=$LIBS
+        for gl_pthread in '' '-pthread'; do
+          LIBS="$LIBS $gl_pthread"
+          AC_LINK_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[#include <pthread.h>
+                 pthread_mutex_t m;
+                 pthread_mutexattr_t ma;
+               ]],
+               [[pthread_mutex_lock (&m);
+                 pthread_mutexattr_init (&ma);]])],
+            [gl_have_pthread=yes
+             LIBTHREAD=$gl_pthread LTLIBTHREAD=$gl_pthread
+             LIBMULTITHREAD=$gl_pthread LTLIBMULTITHREAD=$gl_pthread])
+          LIBS=$save_LIBS
+          test -n "$gl_have_pthread" && break
+        done
+
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread" && test -z "$LIBTHREAD"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], [1],
+                   [Define if the pthread_in_use() detection is hard.])
+             esac
+            ])
+        elif test -z "$gl_have_pthread"; then
+          # Some library is needed. Try libpthread and libc_r.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread])
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            AC_CHECK_LIB([c_r], [pthread_kill],
+              [gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r])
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          AC_DEFINE([USE_POSIX_THREADS], [1],
+            [Define if the POSIX multithreading library can be used.])
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              AC_DEFINE([USE_POSIX_THREADS_WEAK], [1],
+                [Define if references to the POSIX multithreading library should be made weak.])
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        AC_LINK_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <thread.h>
+#include <synch.h>
+             ]],
+             [[thr_self();]])],
+          [gl_have_solaristhread=yes])
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          AC_DEFINE([USE_SOLARIS_THREADS], [1],
+            [Define if the old Solaris multithreading library can be used.])
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_SOLARIS_THREADS_WEAK], [1],
+              [Define if references to the old Solaris multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      AC_LIB_LINKFLAGS([pth])
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM([[#include <pth.h>]], [[pth_self();]])],
+        [gl_have_pth=yes])
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        AC_DEFINE([USE_PTH_THREADS], [1],
+          [Define if the GNU Pth multithreading library can be used.])
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_PTH_THREADS_WEAK], [1],
+              [Define if references to the GNU Pth multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+            AC_DEFINE([USE_WINDOWS_THREADS], [1],
+              [Define if the native Windows multithreading API can be used.])
+          fi
+          ;;
+      esac
+    fi
+  fi
+  AC_MSG_CHECKING([for multithread API to use])
+  AC_MSG_RESULT([$gl_threads_api])
+  AC_SUBST([LIBTHREAD])
+  AC_SUBST([LTLIBTHREAD])
+  AC_SUBST([LIBMULTITHREAD])
+  AC_SUBST([LTLIBMULTITHREAD])
 ])
-m4trace:/usr/share/aclocal/pkg.m4:189: -1- AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
-m4_pushdef([pkg_description],
-    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
-AC_ARG_WITH([noarch-pkgconfigdir],
-    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
-    [with_noarch_pkgconfigdir=]pkg_default)
-AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
-m4_popdef([pkg_default])
-m4_popdef([pkg_description])
+m4trace:/usr/share/aclocal/threadlib.m4:318: -1- AC_DEFUN([gl_THREADLIB], [
+  AC_REQUIRE([gl_THREADLIB_EARLY])
+  AC_REQUIRE([gl_THREADLIB_BODY])
 ])
-m4trace:/usr/share/aclocal/pkg.m4:206: -1- AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
-AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
-
-_PKG_CONFIG([$1], [variable="][$3]["], [$2])
-AS_VAR_COPY([$1], [pkg_cv_][$1])
-
-AS_VAR_IF([$1], [""], [$5], [$4])dnl
+m4trace:/usr/share/aclocal/threadlib.m4:331: -1- AC_DEFUN([gl_DISABLE_THREADS], [
+  m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no])
+])
+m4trace:/usr/share/aclocal/uintmax_t.m4:14: -1- AC_DEFUN([gl_AC_TYPE_UINTMAX_T], [
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
+      [Define to unsigned long or unsigned long long
+       if <stdint.h> and <inttypes.h> don't define.])
+  else
+    AC_DEFINE([HAVE_UINTMAX_T], [1],
+      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+])
+m4trace:/usr/share/aclocal/visibility.m4:23: -1- AC_DEFUN([gl_VISIBILITY], [
+  AC_REQUIRE([AC_PROG_CC])
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+    dnl First, check whether -Werror can be added to the command line, or
+    dnl whether it leads to an error because of some other option that the
+    dnl user has put into $CC $CFLAGS $CPPFLAGS.
+    AC_MSG_CHECKING([whether the -Werror option is usable])
+    AC_CACHE_VAL([gl_cv_cc_vis_werror], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM([[]], [[]])],
+        [gl_cv_cc_vis_werror=yes],
+        [gl_cv_cc_vis_werror=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_vis_werror])
+    dnl Now check whether visibility declarations are supported.
+    AC_MSG_CHECKING([for simple visibility declarations])
+    AC_CACHE_VAL([gl_cv_cc_visibility], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+      dnl We use the option -Werror and a function dummyfunc, because on some
+      dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
+      dnl "visibility attribute not supported in this configuration; ignored"
+      dnl at the first function definition in every compilation unit, and we
+      dnl don't want to use the option in this case.
+      if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
+           ]],
+           [[]])],
+        [gl_cv_cc_visibility=yes],
+        [gl_cv_cc_visibility=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_visibility])
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
+  fi
+  AC_SUBST([CFLAG_VISIBILITY])
+  AC_SUBST([HAVE_VISIBILITY])
+  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
+    [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
+])
+m4trace:/usr/share/aclocal/wchar_t.m4:11: -1- AC_DEFUN([gt_TYPE_WCHAR_T], [
+  AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wchar_t=yes],
+       [gt_cv_c_wchar_t=no])])
+  if test $gt_cv_c_wchar_t = yes; then
+    AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.])
+  fi
+])
+m4trace:/usr/share/aclocal/wint_t.m4:11: -1- AC_DEFUN([gt_TYPE_WINT_T], [
+  AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wint_t=yes],
+       [gt_cv_c_wint_t=no])])
+  if test $gt_cv_c_wint_t = yes; then
+    AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.])
+  fi
+])
+m4trace:/usr/share/aclocal/xsize.m4:7: -1- AC_DEFUN([gl_XSIZE], [
+  dnl Prerequisites of lib/xsize.h.
+  AC_REQUIRE([gl_SIZE_MAX])
+  AC_CHECK_HEADERS([stdint.h])
 ])
 m4trace:/usr/share/aclocal-1.14/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
@@ -1278,22 +3980,6 @@ else
   AC_MSG_WARN(['missing' script is too old or missing])
 fi
 ])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:11: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
-AC_CONFIG_HEADERS($@)])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:17: -1- AC_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
-AC_DIAGNOSE([obsolete],
-['$0': this macro is obsolete.
-You should simply use the 'AC][_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.])])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:26: -1- AC_DEFUN([AM_C_PROTOTYPES], [AC_FATAL([automatic de-ANSI-fication support has been removed])])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:28: -1- AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
-m4trace:/usr/share/aclocal-1.14/obsolete.m4:28: -1- AC_DEFUN([fp_C_PROTOTYPES], [AC_DIAGNOSE([obsolete], [The macro `fp_C_PROTOTYPES' is obsolete.
-You should run autoupdate.])dnl
-AM_C_PROTOTYPES])
 m4trace:/usr/share/aclocal-1.14/options.m4:11: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 m4trace:/usr/share/aclocal-1.14/options.m4:17: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
 m4trace:/usr/share/aclocal-1.14/options.m4:23: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
@@ -1577,994 +4263,6 @@ m4_if([$1], [v7],
 AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ])
-m4trace:m4/libtool.m4:61: -1- AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
-
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
-
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-AC_SUBST(LIBTOOL)dnl
-
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])
-m4trace:m4/libtool.m4:99: -1- AU_DEFUN([AC_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:m4/libtool.m4:99: -1- AC_DEFUN([AC_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:m4/libtool.m4:100: -1- AU_DEFUN([AM_PROG_LIBTOOL], [m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:m4/libtool.m4:100: -1- AC_DEFUN([AM_PROG_LIBTOOL], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_INIT], [LT_INIT($@)])])
-m4trace:m4/libtool.m4:602: -1- AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt}
-AC_MSG_NOTICE([creating $CONFIG_LT])
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
-[# Run this file to recreate a libtool stub with the current configuration.])
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-lt_cl_silent=false
-exec AS_MESSAGE_LOG_FD>>config.log
-{
-  echo
-  AS_BOX([Running $as_me.])
-} >&AS_MESSAGE_LOG_FD
-
-lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
-for use in further configure time tests before the real libtool is
-generated.
-
-Usage: $[0] [[OPTIONS]]
-
-  -h, --help      print this help, then exit
-  -V, --version   print version number, then exit
-  -q, --quiet     do not print progress messages
-  -d, --debug     don't remove temporary files
-
-Report bugs to <bug-libtool at gnu.org>."
-
-lt_cl_version="\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING.
-
-Copyright (C) 2011 Free Software Foundation, Inc.
-This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
-
-while test 0 != $[#]
-do
-  case $[1] in
-    --version | --v* | -V )
-      echo "$lt_cl_version"; exit 0 ;;
-    --help | --h* | -h )
-      echo "$lt_cl_help"; exit 0 ;;
-    --debug | --d* | -d )
-      debug=: ;;
-    --quiet | --q* | --silent | --s* | -q )
-      lt_cl_silent=: ;;
-
-    -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
-
-    *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
-  esac
-  shift
-done
-
-if $lt_cl_silent; then
-  exec AS_MESSAGE_FD>/dev/null
-fi
-_LTEOF
-
-cat >>"$CONFIG_LT" <<_LTEOF
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
-_LTEOF
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-AC_MSG_NOTICE([creating $ofile])
-_LT_OUTPUT_LIBTOOL_COMMANDS
-AS_EXIT(0)
-_LTEOF
-chmod +x "$CONFIG_LT"
-
-# configure is writing to config.log, but config.lt does its own redirection,
-# appending to config.log, which fails on DOS, as config.log is still kept
-# open by configure.  Here we exec the FD to /dev/null, effectively closing
-# config.log, so it can be properly (re)opened and appended to by config.lt.
-lt_cl_success=:
-test yes = "$silent" &&
-  lt_config_lt_args="$lt_config_lt_args --quiet"
-exec AS_MESSAGE_LOG_FD>/dev/null
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
-exec AS_MESSAGE_LOG_FD>>config.log
-$lt_cl_success || AS_EXIT(1)
-])
-m4trace:m4/libtool.m4:781: -1- AC_DEFUN([LT_SUPPORTED_TAG], [])
-m4trace:m4/libtool.m4:792: -1- AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl
-m4_case([$1],
-  [C],			[_LT_LANG(C)],
-  [C++],		[_LT_LANG(CXX)],
-  [Go],			[_LT_LANG(GO)],
-  [Java],		[_LT_LANG(GCJ)],
-  [Fortran 77],		[_LT_LANG(F77)],
-  [Fortran],		[_LT_LANG(FC)],
-  [Windows Resource],	[_LT_LANG(RC)],
-  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
-    [_LT_LANG($1)],
-    [m4_fatal([$0: unsupported language: "$1"])])])dnl
-])
-m4trace:m4/libtool.m4:884: -1- AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
-m4trace:m4/libtool.m4:884: -1- AC_DEFUN([AC_LIBTOOL_CXX], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_CXX' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(C++)])
-m4trace:m4/libtool.m4:885: -1- AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
-m4trace:m4/libtool.m4:885: -1- AC_DEFUN([AC_LIBTOOL_F77], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_F77' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Fortran 77)])
-m4trace:m4/libtool.m4:886: -1- AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
-m4trace:m4/libtool.m4:886: -1- AC_DEFUN([AC_LIBTOOL_FC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_FC' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Fortran)])
-m4trace:m4/libtool.m4:887: -1- AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
-m4trace:m4/libtool.m4:887: -1- AC_DEFUN([AC_LIBTOOL_GCJ], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_GCJ' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Java)])
-m4trace:m4/libtool.m4:888: -1- AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
-m4trace:m4/libtool.m4:888: -1- AC_DEFUN([AC_LIBTOOL_RC], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_RC' is obsolete.
-You should run autoupdate.])dnl
-LT_LANG(Windows Resource)])
-m4trace:m4/libtool.m4:1216: -1- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot])
-AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
-  [Search for dependent libraries within DIR (or the compiler's sysroot
-   if not specified).])],
-[], [with_sysroot=no])
-
-dnl lt_sysroot will always be passed unquoted.  We quote it here
-dnl in case the user passed a directory name.
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   AC_MSG_RESULT([$with_sysroot])
-   AC_MSG_ERROR([The sysroot must be an absolute path.])
-   ;;
-esac
-
- AC_MSG_RESULT([${lt_sysroot:-no}])
-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
-m4trace:m4/libtool.m4:1547: -1- AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       $2=yes
-     fi
-   fi
-   $RM conftest*
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$5], , :, [$5])
-else
-    m4_if([$6], , :, [$6])
-fi
-])
-m4trace:m4/libtool.m4:1589: -1- AU_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
-m4trace:m4/libtool.m4:1589: -1- AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_COMPILER_OPTION' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_COMPILER_OPTION], [_LT_COMPILER_OPTION($@)])])
-m4trace:m4/libtool.m4:1598: -1- AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $3"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         $2=yes
-       fi
-     else
-       $2=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$4], , :, [$4])
-else
-    m4_if([$5], , :, [$5])
-fi
-])
-m4trace:m4/libtool.m4:1633: -1- AU_DEFUN([AC_LIBTOOL_LINKER_OPTION], [m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
-m4trace:m4/libtool.m4:1633: -1- AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_LINKER_OPTION' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_LINKER_OPTION], [_LT_LINKER_OPTION($@)])])
-m4trace:m4/libtool.m4:1640: -1- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# find the maximum length of command line arguments
-AC_MSG_CHECKING([the maximum length of command line arguments])
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
-  i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
-])
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
-else
-  AC_MSG_RESULT(none)
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-_LT_DECL([], [max_cmd_len], [0],
-    [What is the maximum length of a command?])
-])
-m4trace:m4/libtool.m4:1779: -1- AU_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
-m4trace:m4/libtool.m4:1779: -1- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_SYS_MAX_CMD_LEN' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_CMD_MAX_LEN], [LT_CMD_MAX_LEN($@)])])
-m4trace:m4/libtool.m4:1890: -1- AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    AC_CHECK_FUNC([shl_load],
-	  [lt_cv_dlopen=shl_load],
-      [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
-	[AC_CHECK_FUNC([dlopen],
-	      [lt_cv_dlopen=dlopen],
-	  [AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
-	    [AC_CHECK_LIB([svld], [dlopen],
-		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
-	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
-	      ])
-	    ])
-	  ])
-	])
-      ])
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    AC_CACHE_CHECK([whether a program can dlopen itself],
-	  lt_cv_dlopen_self, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
-    ])
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
-	  lt_cv_dlopen_self_static, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
-      ])
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
-	 [Whether dlopen is supported])
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
-	 [Whether dlopen of programs is supported])
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
-	 [Whether dlopen of statically linked programs is supported])
-])
-m4trace:m4/libtool.m4:2015: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
-m4trace:m4/libtool.m4:2015: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN_SELF' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_SYS_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF($@)])])
-m4trace:m4/libtool.m4:3060: -1- AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl
-AC_MSG_CHECKING([for $1])
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
-[case $MAGIC_CMD in
-[[\\/*] |  ?:[\\/]*])
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-dnl $ac_dummy forces splitting on constant user-supplied paths.
-dnl POSIX.2 word splitting is done only on the output of word expansions,
-dnl not every word.  This closes a longstanding sh security hole.
-  ac_dummy="m4_if([$2], , $PATH, [$2])"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$1"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  AC_MSG_RESULT($MAGIC_CMD)
-else
-  AC_MSG_RESULT(no)
-fi
-_LT_DECL([], [MAGIC_CMD], [0],
-	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
-])
-m4trace:m4/libtool.m4:3122: -1- AU_DEFUN([AC_PATH_TOOL_PREFIX], [m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
-m4trace:m4/libtool.m4:3122: -1- AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_DIAGNOSE([obsolete], [The macro `AC_PATH_TOOL_PREFIX' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [_LT_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX($@)])])
-m4trace:m4/libtool.m4:3145: -1- AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-
-AC_ARG_WITH([gnu-ld],
-    [AS_HELP_STRING([--with-gnu-ld],
-	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
-    [test no = "$withval" || with_gnu_ld=yes],
-    [with_gnu_ld=no])dnl
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  AC_MSG_CHECKING([for ld used by $CC])
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [[\\/]]* | ?:[[\\/]]*)
-      re_direlt='/[[^/]][[^/]]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  AC_MSG_CHECKING([for GNU ld])
-else
-  AC_MSG_CHECKING([for non-GNU ld])
-fi
-AC_CACHE_VAL(lt_cv_path_LD,
-[if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi])
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  AC_MSG_RESULT($LD)
-else
-  AC_MSG_RESULT(no)
-fi
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-_LT_PATH_LD_GNU
-AC_SUBST([LD])
-
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
-])
-m4trace:m4/libtool.m4:3234: -1- AU_DEFUN([AM_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:m4/libtool.m4:3234: -1- AC_DEFUN([AM_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_LD' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:m4/libtool.m4:3235: -1- AU_DEFUN([AC_PROG_LD], [m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:m4/libtool.m4:3235: -1- AC_DEFUN([AC_PROG_LD], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_LD' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_LD], [LT_PATH_LD($@)])])
-m4trace:m4/libtool.m4:3564: -1- AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
-[if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi])
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-  AC_SUBST([DUMPBIN])
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
-AC_SUBST([NM])
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
-
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
-  [lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
-  cat conftest.out >&AS_MESSAGE_LOG_FD
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*])
-])
-m4trace:m4/libtool.m4:3659: -1- AU_DEFUN([AM_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:m4/libtool.m4:3659: -1- AC_DEFUN([AM_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AM_PROG_NM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:m4/libtool.m4:3660: -1- AU_DEFUN([AC_PROG_NM], [m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:m4/libtool.m4:3660: -1- AC_DEFUN([AC_PROG_NM], [AC_DIAGNOSE([obsolete], [The macro `AC_PROG_NM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PATH_NM], [LT_PATH_NM($@)])])
-m4trace:m4/libtool.m4:3731: -1- AC_DEFUN([_LT_DLL_DEF_P], [dnl
-  test DEF = "`$SED -n dnl
-    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
-    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
-    -e q dnl                          Only consider the first "real" line
-    $1`" dnl
-])
-m4trace:m4/libtool.m4:3745: -1- AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-LIBM=
-case $host in
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
-  # These system don't have libm, or don't need it
-  ;;
-*-ncr-sysv4.3*)
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
-  ;;
-*)
-  AC_CHECK_LIB(m, cos, LIBM=-lm)
-  ;;
-esac
-AC_SUBST([LIBM])
-])
-m4trace:m4/libtool.m4:3764: -1- AU_DEFUN([AC_CHECK_LIBM], [m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
-m4trace:m4/libtool.m4:3764: -1- AC_DEFUN([AC_CHECK_LIBM], [AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_LIBM' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_LIB_M], [LT_LIB_M($@)])])
-m4trace:m4/libtool.m4:8071: -1- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
-  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
-    [AC_CHECK_TOOL(GCJ, gcj,)
-      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
-      AC_SUBST(GCJFLAGS)])])[]dnl
-])
-m4trace:m4/libtool.m4:8080: -1- AU_DEFUN([LT_AC_PROG_GCJ], [m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
-m4trace:m4/libtool.m4:8080: -1- AC_DEFUN([LT_AC_PROG_GCJ], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_GCJ' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PROG_GCJ], [LT_PROG_GCJ($@)])])
-m4trace:m4/libtool.m4:8087: -1- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,)
-])
-m4trace:m4/libtool.m4:8094: -1- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,)
-])
-m4trace:m4/libtool.m4:8099: -1- AU_DEFUN([LT_AC_PROG_RC], [m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
-m4trace:m4/libtool.m4:8099: -1- AC_DEFUN([LT_AC_PROG_RC], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_RC' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [LT_PROG_RC], [LT_PROG_RC($@)])])
-m4trace:m4/libtool.m4:8219: -1- AU_DEFUN([LT_AC_PROG_SED], [m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
-m4trace:m4/libtool.m4:8219: -1- AC_DEFUN([LT_AC_PROG_SED], [AC_DIAGNOSE([obsolete], [The macro `LT_AC_PROG_SED' is obsolete.
-You should run autoupdate.])dnl
-m4_if($#, 0, [AC_PROG_SED], [AC_PROG_SED($@)])])
-m4trace:m4/ltoptions.m4:14: -1- AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
-m4trace:m4/ltoptions.m4:113: -1- AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:113: -1- AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_DLOPEN' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:148: -1- AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:148: -1- AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
-You should run autoupdate.])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:197: -1- AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
-])
-m4trace:m4/ltoptions.m4:201: -1- AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared])
-])
-m4trace:m4/ltoptions.m4:205: -1- AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-m4trace:m4/ltoptions.m4:205: -1- AC_DEFUN([AM_ENABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_SHARED' is obsolete.
-You should run autoupdate.])dnl
-AC_ENABLE_SHARED($@)])
-m4trace:m4/ltoptions.m4:206: -1- AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-m4trace:m4/ltoptions.m4:206: -1- AC_DEFUN([AM_DISABLE_SHARED], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_SHARED' is obsolete.
-You should run autoupdate.])dnl
-AC_DISABLE_SHARED($@)])
-m4trace:m4/ltoptions.m4:251: -1- AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
-])
-m4trace:m4/ltoptions.m4:255: -1- AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static])
-])
-m4trace:m4/ltoptions.m4:259: -1- AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-m4trace:m4/ltoptions.m4:259: -1- AC_DEFUN([AM_ENABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_ENABLE_STATIC' is obsolete.
-You should run autoupdate.])dnl
-AC_ENABLE_STATIC($@)])
-m4trace:m4/ltoptions.m4:260: -1- AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-m4trace:m4/ltoptions.m4:260: -1- AC_DEFUN([AM_DISABLE_STATIC], [AC_DIAGNOSE([obsolete], [The macro `AM_DISABLE_STATIC' is obsolete.
-You should run autoupdate.])dnl
-AC_DISABLE_STATIC($@)])
-m4trace:m4/ltoptions.m4:305: -1- AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:305: -1- AC_DEFUN([AC_ENABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE_FAST_INSTALL' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:312: -1- AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:312: -1- AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_DIAGNOSE([obsolete], [The macro `AC_DISABLE_FAST_INSTALL' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:411: -1- AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltoptions.m4:411: -1- AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_DIAGNOSE([obsolete], [The macro `AC_LIBTOOL_PICMODE' is obsolete.
-You should run autoupdate.])dnl
-_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-m4trace:m4/ltsugar.m4:14: -1- AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
-m4trace:m4/ltversion.m4:18: -1- AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.4'
-macro_revision='2.4.4'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])
-m4trace:m4/lt~obsolete.m4:37: -1- AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
-m4trace:m4/lt~obsolete.m4:41: -1- AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])
-m4trace:m4/lt~obsolete.m4:42: -1- AC_DEFUN([_LT_AC_SHELL_INIT])
-m4trace:m4/lt~obsolete.m4:43: -1- AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])
-m4trace:m4/lt~obsolete.m4:45: -1- AC_DEFUN([_LT_AC_TAGVAR])
-m4trace:m4/lt~obsolete.m4:46: -1- AC_DEFUN([AC_LTDL_ENABLE_INSTALL])
-m4trace:m4/lt~obsolete.m4:47: -1- AC_DEFUN([AC_LTDL_PREOPEN])
-m4trace:m4/lt~obsolete.m4:48: -1- AC_DEFUN([_LT_AC_SYS_COMPILER])
-m4trace:m4/lt~obsolete.m4:49: -1- AC_DEFUN([_LT_AC_LOCK])
-m4trace:m4/lt~obsolete.m4:50: -1- AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])
-m4trace:m4/lt~obsolete.m4:51: -1- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])
-m4trace:m4/lt~obsolete.m4:52: -1- AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])
-m4trace:m4/lt~obsolete.m4:53: -1- AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])
-m4trace:m4/lt~obsolete.m4:54: -1- AC_DEFUN([AC_LIBTOOL_OBJDIR])
-m4trace:m4/lt~obsolete.m4:55: -1- AC_DEFUN([AC_LTDL_OBJDIR])
-m4trace:m4/lt~obsolete.m4:56: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])
-m4trace:m4/lt~obsolete.m4:57: -1- AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])
-m4trace:m4/lt~obsolete.m4:58: -1- AC_DEFUN([AC_PATH_MAGIC])
-m4trace:m4/lt~obsolete.m4:59: -1- AC_DEFUN([AC_PROG_LD_GNU])
-m4trace:m4/lt~obsolete.m4:60: -1- AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])
-m4trace:m4/lt~obsolete.m4:61: -1- AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])
-m4trace:m4/lt~obsolete.m4:62: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])
-m4trace:m4/lt~obsolete.m4:63: -1- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])
-m4trace:m4/lt~obsolete.m4:64: -1- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])
-m4trace:m4/lt~obsolete.m4:65: -1- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])
-m4trace:m4/lt~obsolete.m4:66: -1- AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])
-m4trace:m4/lt~obsolete.m4:67: -1- AC_DEFUN([LT_AC_PROG_EGREP])
-m4trace:m4/lt~obsolete.m4:72: -1- AC_DEFUN([_AC_PROG_LIBTOOL])
-m4trace:m4/lt~obsolete.m4:73: -1- AC_DEFUN([AC_LIBTOOL_SETUP])
-m4trace:m4/lt~obsolete.m4:74: -1- AC_DEFUN([_LT_AC_CHECK_DLFCN])
-m4trace:m4/lt~obsolete.m4:75: -1- AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])
-m4trace:m4/lt~obsolete.m4:76: -1- AC_DEFUN([_LT_AC_TAGCONFIG])
-m4trace:m4/lt~obsolete.m4:78: -1- AC_DEFUN([_LT_AC_LANG_CXX])
-m4trace:m4/lt~obsolete.m4:79: -1- AC_DEFUN([_LT_AC_LANG_F77])
-m4trace:m4/lt~obsolete.m4:80: -1- AC_DEFUN([_LT_AC_LANG_GCJ])
-m4trace:m4/lt~obsolete.m4:81: -1- AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])
-m4trace:m4/lt~obsolete.m4:82: -1- AC_DEFUN([_LT_AC_LANG_C_CONFIG])
-m4trace:m4/lt~obsolete.m4:83: -1- AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])
-m4trace:m4/lt~obsolete.m4:84: -1- AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])
-m4trace:m4/lt~obsolete.m4:85: -1- AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])
-m4trace:m4/lt~obsolete.m4:86: -1- AC_DEFUN([_LT_AC_LANG_F77_CONFIG])
-m4trace:m4/lt~obsolete.m4:87: -1- AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])
-m4trace:m4/lt~obsolete.m4:88: -1- AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])
-m4trace:m4/lt~obsolete.m4:89: -1- AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])
-m4trace:m4/lt~obsolete.m4:90: -1- AC_DEFUN([_LT_AC_LANG_RC_CONFIG])
-m4trace:m4/lt~obsolete.m4:91: -1- AC_DEFUN([AC_LIBTOOL_CONFIG])
-m4trace:m4/lt~obsolete.m4:92: -1- AC_DEFUN([_LT_AC_FILE_LTDLL_C])
-m4trace:m4/lt~obsolete.m4:94: -1- AC_DEFUN([_LT_AC_PROG_CXXCPP])
-m4trace:m4/lt~obsolete.m4:97: -1- AC_DEFUN([_LT_PROG_F77])
-m4trace:m4/lt~obsolete.m4:98: -1- AC_DEFUN([_LT_PROG_FC])
-m4trace:m4/lt~obsolete.m4:99: -1- AC_DEFUN([_LT_PROG_CXX])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:5: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -2616,61 +4314,61 @@ m4trace:configure.ac:5: -1- m4_pattern_allow([^LIBS$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^build_alias$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^host_alias$])
 m4trace:configure.ac:5: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.ac:8: -1- m4_pattern_allow([^subdirs$])
-m4trace:configure.ac:48: -1- AM_INIT_AUTOMAKE([gsequencer], [0.4.3])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
-m4trace:configure.ac:48: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
-m4trace:configure.ac:48: -1- AM_AUTOMAKE_VERSION([1.14.1])
-m4trace:configure.ac:48: -1- _AM_AUTOCONF_VERSION([2.69])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_DATA$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__isrc$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([am__isrc])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^CYGPATH_W$])
-m4trace:configure.ac:48: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.14/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
-configure.ac:48: the top level])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:48: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
+m4trace:configure.ac:6: -1- AM_INIT_AUTOMAKE([foreign])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
+m4trace:configure.ac:6: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
+m4trace:configure.ac:6: -1- AM_AUTOMAKE_VERSION([1.14.1])
+m4trace:configure.ac:6: -1- _AM_AUTOCONF_VERSION([2.69])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_DATA$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__isrc$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__isrc])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^CYGPATH_W$])
+m4trace:configure.ac:6: -1- _AM_SET_OPTIONS([foreign])
+m4trace:configure.ac:6: -1- _AM_SET_OPTION([foreign])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([foreign])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])
-m4trace:configure.ac:48: -2- _AM_MANGLE_OPTION([no-define])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^VERSION$])
-m4trace:configure.ac:48: -1- AM_SANITY_CHECK
-m4trace:configure.ac:48: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
-m4trace:configure.ac:48: -1- AM_MISSING_HAS_RUN
-m4trace:configure.ac:48: -1- AM_AUX_DIR_EXPAND
-m4trace:configure.ac:48: -1- m4_pattern_allow([^ACLOCAL$])
-m4trace:configure.ac:48: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOCONF$])
-m4trace:configure.ac:48: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOMAKE$])
-m4trace:configure.ac:48: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AUTOHEADER$])
-m4trace:configure.ac:48: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^MAKEINFO$])
-m4trace:configure.ac:48: -1- AM_PROG_INSTALL_SH
-m4trace:configure.ac:48: -1- m4_pattern_allow([^install_sh$])
-m4trace:configure.ac:48: -1- AM_PROG_INSTALL_STRIP
-m4trace:configure.ac:48: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^MKDIR_P$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^mkdir_p$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:48: -1- AM_SET_LEADING_DOT
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__leading_dot$])
-m4trace:configure.ac:48: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-define])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^PACKAGE$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^VERSION$])
+m4trace:configure.ac:6: -1- AM_SANITY_CHECK
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
+m4trace:configure.ac:6: -1- AM_MISSING_HAS_RUN
+m4trace:configure.ac:6: -1- AM_AUX_DIR_EXPAND
+m4trace:configure.ac:6: -1- m4_pattern_allow([^ACLOCAL$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOCONF], [autoconf])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOCONF$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOMAKE$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AUTOHEADER$])
+m4trace:configure.ac:6: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MAKEINFO$])
+m4trace:configure.ac:6: -1- AM_PROG_INSTALL_SH
+m4trace:configure.ac:6: -1- m4_pattern_allow([^install_sh$])
+m4trace:configure.ac:6: -1- AM_PROG_INSTALL_STRIP
+m4trace:configure.ac:6: -1- m4_pattern_allow([^STRIP$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^MKDIR_P$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^mkdir_p$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AWK$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^SET_MAKE$])
+m4trace:configure.ac:6: -1- AM_SET_LEADING_DOT
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__leading_dot$])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 			     [_AM_PROG_TAR([v7])])])
-m4trace:configure.ac:48: -2- _AM_MANGLE_OPTION([tar-ustar])
-m4trace:configure.ac:48: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
-m4trace:configure.ac:48: -2- _AM_MANGLE_OPTION([tar-pax])
-m4trace:configure.ac:48: -1- _AM_PROG_TAR([v7])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AMTAR$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__tar$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^am__untar$])
-m4trace:configure.ac:48: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-ustar])
+m4trace:configure.ac:6: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([tar-pax])
+m4trace:configure.ac:6: -1- _AM_PROG_TAR([v7])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AMTAR$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__tar$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^am__untar$])
+m4trace:configure.ac:6: -1- _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
@@ -2687,342 +4385,483 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
 		  [m4_define([AC_PROG_OBJCXX],
 			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 ])
-m4trace:configure.ac:48: -2- _AM_MANGLE_OPTION([no-dependencies])
-m4trace:configure.ac:48: -1- AM_SILENT_RULES
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_V$])
-m4trace:configure.ac:48: -1- AM_SUBST_NOTMAKE([AM_V])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_V])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_DEFAULT_V$])
-m4trace:configure.ac:48: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
-m4trace:configure.ac:48: -1- m4_pattern_allow([^AM_BACKSLASH$])
-m4trace:configure.ac:48: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXFLAGS$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXX$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^ac_ct_CXX$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^EXEEXT$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^OBJEXT$])
-m4trace:configure.ac:51: -1- _AM_DEPENDENCIES([CXX])
-m4trace:configure.ac:51: -1- AM_SET_DEPDIR
-m4trace:configure.ac:51: -1- m4_pattern_allow([^DEPDIR$])
-m4trace:configure.ac:51: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:51: -1- AM_MAKE_INCLUDE
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__include$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__quote$])
-m4trace:configure.ac:51: -1- AM_DEP_TRACK
-m4trace:configure.ac:51: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEP_TRUE$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEP_FALSE$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__nodep$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__nodep])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^CXXDEPMODE$])
-m4trace:configure.ac:51: -1- AM_CONDITIONAL([am__fastdepCXX], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
-m4trace:configure.ac:51: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
-m4trace:configure.ac:51: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
-m4trace:configure.ac:52: -1- m4_pattern_allow([^AWK$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:53: -1- _AM_PROG_CC_C_O
-m4trace:configure.ac:53: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
-m4trace:configure.ac:53: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:53: -1- AM_CONDITIONAL([am__fastdepCC], [
+m4trace:configure.ac:6: -2- _AM_MANGLE_OPTION([no-dependencies])
+m4trace:configure.ac:6: -1- AM_SILENT_RULES
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_V$])
+m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_V])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_V])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_V$])
+m4trace:configure.ac:6: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$])
+m4trace:configure.ac:6: -1- m4_pattern_allow([^AM_BACKSLASH$])
+m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LDFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^LIBS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^ac_ct_CC$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^EXEEXT$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^OBJEXT$])
+m4trace:configure.ac:11: -1- _AM_PROG_CC_C_O
+m4trace:configure.ac:11: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
+m4trace:configure.ac:11: -1- _AM_DEPENDENCIES([CC])
+m4trace:configure.ac:11: -1- AM_SET_DEPDIR
+m4trace:configure.ac:11: -1- m4_pattern_allow([^DEPDIR$])
+m4trace:configure.ac:11: -1- AM_OUTPUT_DEPENDENCY_COMMANDS
+m4trace:configure.ac:11: -1- AM_MAKE_INCLUDE
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__include$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__quote$])
+m4trace:configure.ac:11: -1- AM_DEP_TRACK
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_TRUE$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEP_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^AMDEPBACKSLASH$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__nodep$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__nodep])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^CCDEPMODE$])
+m4trace:configure.ac:11: -1- AM_CONDITIONAL([am__fastdepCC], [
   test "x$enable_dependency_tracking" != xno \
   && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:53: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:53: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:53: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:54: -1- m4_pattern_allow([^CPP$])
-m4trace:configure.ac:56: -1- m4_pattern_allow([^LN_S$])
-m4trace:configure.ac:57: -1- m4_pattern_allow([^SET_MAKE$])
-m4trace:configure.ac:58: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:59: -1- AM_PROG_CC_STDC
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CFLAGS$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^LDFLAGS$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^LIBS$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CC$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^ac_ct_CC$])
-m4trace:configure.ac:59: -1- _AM_PROG_CC_C_O
-m4trace:configure.ac:59: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext])
-m4trace:configure.ac:59: -1- _AM_DEPENDENCIES([CC])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^CCDEPMODE$])
-m4trace:configure.ac:59: -1- AM_CONDITIONAL([am__fastdepCC], [
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
-m4trace:configure.ac:59: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
-m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
-m4trace:configure.ac:59: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
-m4trace:configure.ac:59: -1- _m4_warn([obsolete], ['AM_PROG_CC_STDC': this macro is obsolete.
-You should simply use the 'AC_PROG_CC' macro instead.
-Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
-but upon 'ac_cv_prog_cc_stdc'.], [/usr/share/aclocal-1.14/obsolete.m4:17: AM_PROG_CC_STDC is expanded from...
-configure.ac:59: the top level])
-m4trace:configure.ac:60: -1- m4_pattern_allow([^const$])
-m4trace:configure.ac:61: -1- AC_LIBTOOL_WIN32_DLL
-m4trace:configure.ac:61: -1- _m4_warn([obsolete], [The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
-You should run autoupdate.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:61: the top level])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_cpu$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_vendor$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^build_os$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_cpu$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_vendor$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^host_os$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^AS$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:61: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:61: -1- _m4_warn([obsolete], [AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.], [m4/ltoptions.m4:148: AC_LIBTOOL_WIN32_DLL is expanded from...
-configure.ac:61: the top level])
-m4trace:configure.ac:62: -1- AM_PROG_LIBTOOL
-m4trace:configure.ac:62: -1- _m4_warn([obsolete], [The macro `AM_PROG_LIBTOOL' is obsolete.
-You should run autoupdate.], [m4/libtool.m4:100: AM_PROG_LIBTOOL is expanded from...
-configure.ac:62: the top level])
-m4trace:configure.ac:62: -1- LT_INIT
-m4trace:configure.ac:62: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])
-m4trace:configure.ac:62: -1- LTOPTIONS_VERSION
-m4trace:configure.ac:62: -1- LTSUGAR_VERSION
-m4trace:configure.ac:62: -1- LTVERSION_VERSION
-m4trace:configure.ac:62: -1- LTOBSOLETE_VERSION
-m4trace:configure.ac:62: -1- _LT_PROG_LTMAIN
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LIBTOOL$])
-m4trace:configure.ac:62: -1- _LT_PREPARE_SED_QUOTE_VARS
-m4trace:configure.ac:62: -1- _LT_PROG_ECHO_BACKSLASH
-m4trace:configure.ac:62: -1- LT_PATH_LD
-m4trace:configure.ac:62: -1- m4_pattern_allow([^SED$])
-m4trace:configure.ac:62: -1- AC_PROG_EGREP
-m4trace:configure.ac:62: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^EGREP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^FGREP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^GREP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:62: -1- LT_PATH_NM
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^ac_ct_DUMPBIN$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DUMPBIN$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^NM$])
-m4trace:configure.ac:62: -1- LT_CMD_MAX_LEN
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OBJDUMP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DLLTOOL$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^AR$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^ac_ct_AR$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^STRIP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^RANLIB$])
-m4trace:configure.ac:62: -1- _LT_WITH_SYSROOT
-m4trace:configure.ac:62: -1- m4_pattern_allow([LT_OBJDIR])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LT_OBJDIR$])
-m4trace:configure.ac:62: -1- _LT_CC_BASENAME([$compiler])
-m4trace:configure.ac:62: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH])
-m4trace:configure.ac:62: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH])
-m4trace:configure.ac:62: -1- LT_SUPPORTED_TAG([CC])
-m4trace:configure.ac:62: -1- _LT_COMPILER_BOILERPLATE
-m4trace:configure.ac:62: -1- _LT_LINKER_BOILERPLATE
-m4trace:configure.ac:62: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"])
-m4trace:configure.ac:62: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t at m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;;
-     esac], [_LT_TAGVAR(lt_prog_compiler_pic, )=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no])
-m4trace:configure.ac:62: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^MANIFEST_TOOL$])
-m4trace:configure.ac:62: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:62: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:62: -1- _LT_REQUIRED_DARWIN_CHECKS
-m4trace:configure.ac:62: -1- m4_pattern_allow([^DSYMUTIL$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^NMEDIT$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LIPO$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OTOOL$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^OTOOL64$])
-m4trace:configure.ac:62: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])
-m4trace:configure.ac:62: -1- LT_SYS_DLOPEN_SELF
-m4trace:configure.ac:62: -1- m4_pattern_allow([^STDC_HEADERS$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^HAVE_DLFCN_H$])
-m4trace:configure.ac:62: -1- LT_LANG([CXX])
-m4trace:configure.ac:62: -1- LT_SUPPORTED_TAG([CXX])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CPPFLAGS$])
-m4trace:configure.ac:62: -1- m4_pattern_allow([^CXXCPP$])
-m4trace:configure.ac:62: -1- _LT_COMPILER_BOILERPLATE
-m4trace:configure.ac:62: -1- _LT_LINKER_BOILERPLATE
-m4trace:configure.ac:62: -1- _LT_CC_BASENAME([$compiler])
-m4trace:configure.ac:62: -1- LT_PATH_LD
-m4trace:configure.ac:62: -1- m4_pattern_allow([^LD$])
-m4trace:configure.ac:62: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:62: -1- _LT_DLL_DEF_P([$export_symbols])
-m4trace:configure.ac:62: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, CXX) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, CXX)], [$_LT_TAGVAR(lt_prog_compiler_pic, CXX)@&t at m4_if([CXX],[],[ -DPIC],[m4_if([CXX],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, CXX) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, CXX)=" $_LT_TAGVAR(lt_prog_compiler_pic, CXX)" ;;
-     esac], [_LT_TAGVAR(lt_prog_compiler_pic, CXX)=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, CXX)=no])
-m4trace:configure.ac:62: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works_CXX], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, CXX)=])
-m4trace:configure.ac:66: -1- m4_pattern_allow([^HAVE_LIBGMP$])
-m4trace:configure.ac:68: -1- m4_pattern_allow([^HAVE_LIBM$])
-m4trace:configure.ac:70: -1- m4_pattern_allow([^HAVE_LIBRT$])
-m4trace:configure.ac:73: -1- m4_pattern_allow([^XMKMF$])
-m4trace:configure.ac:77: -1- m4_pattern_allow([^pid_t$])
-m4trace:configure.ac:78: -1- m4_pattern_allow([^size_t$])
-m4trace:configure.ac:79: -1- m4_pattern_allow([^uid_t$])
-m4trace:configure.ac:79: -1- m4_pattern_allow([^gid_t$])
-m4trace:configure.ac:81: -1- PKG_CHECK_MODULES([UUID], [uuid >= 1.0.2])
-m4trace:configure.ac:81: -1- PKG_PROG_PKG_CONFIG
-m4trace:configure.ac:81: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^PKG_CONFIG$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:81: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:81: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_CFLAGS=`$PKG_CONFIG --[]cflags "uuid >= 1.0.2" 2>/dev/null`
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_TRUE$])
+m4trace:configure.ac:11: -1- m4_pattern_allow([^am__fastdepCC_FALSE$])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
+m4trace:configure.ac:11: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPPFLAGS$])
+m4trace:configure.ac:12: -1- m4_pattern_allow([^CPP$])
+m4trace:configure.ac:17: -1- m4_pattern_allow([^HAVE_LIBX11$])
+m4trace:configure.ac:19: -1- m4_pattern_allow([^HAVE_LIBDL$])
+m4trace:configure.ac:21: -1- m4_pattern_allow([^HAVE_LIBM$])
+m4trace:configure.ac:23: -1- m4_pattern_allow([^HAVE_LIBRT$])
+m4trace:configure.ac:26: -1- m4_pattern_allow([^XMKMF$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^GREP$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^EGREP$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^STDC_HEADERS$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^HAVE_ALLOCA_H$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^HAVE_ALLOCA$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^ALLOCA$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^C_ALLOCA$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^CRAY_STACKSEG_END$])
+m4trace:configure.ac:27: -1- m4_pattern_allow([^STACK_DIRECTION$])
+m4trace:configure.ac:31: -1- m4_pattern_allow([^HAVE__BOOL$])
+m4trace:configure.ac:33: -1- m4_pattern_allow([^pid_t$])
+m4trace:configure.ac:34: -1- m4_pattern_allow([^size_t$])
+m4trace:configure.ac:35: -1- m4_pattern_allow([^uid_t$])
+m4trace:configure.ac:35: -1- m4_pattern_allow([^gid_t$])
+m4trace:configure.ac:36: -1- m4_pattern_allow([^uint16_t$])
+m4trace:configure.ac:37: -1- m4_pattern_allow([^_UINT32_T$])
+m4trace:configure.ac:37: -1- m4_pattern_allow([^uint32_t$])
+m4trace:configure.ac:38: -1- m4_pattern_allow([^_UINT8_T$])
+m4trace:configure.ac:38: -1- m4_pattern_allow([^uint8_t$])
+m4trace:configure.ac:39: -1- m4_pattern_allow([^HAVE_PTRDIFF_T$])
+m4trace:configure.ac:41: -1- PKG_CHECK_MODULES([UUID], [uuid >= 1.0.2])
+m4trace:configure.ac:41: -1- PKG_PROG_PKG_CONFIG
+m4trace:configure.ac:41: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_PATH$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^PKG_CONFIG$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:41: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:41: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_CFLAGS=`$PKG_CONFIG --[]cflags "uuid >= 1.0.2" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:81: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_LIBS=`$PKG_CONFIG --[]libs "uuid >= 1.0.2" 2>/dev/null`
+m4trace:configure.ac:41: -1- PKG_CHECK_EXISTS([uuid >= 1.0.2], [pkg_cv_[]UUID_LIBS=`$PKG_CONFIG --[]libs "uuid >= 1.0.2" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:81: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:82: -1- m4_pattern_allow([^UUID_CFLAGS$])
-m4trace:configure.ac:83: -1- m4_pattern_allow([^UUID_LIBS$])
-m4trace:configure.ac:85: -1- PKG_CHECK_MODULES([LIBAO], [ao >= 1.1.0])
-m4trace:configure.ac:85: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:85: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:85: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_CFLAGS=`$PKG_CONFIG --[]cflags "ao >= 1.1.0" 2>/dev/null`
+m4trace:configure.ac:41: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:42: -1- m4_pattern_allow([^UUID_CFLAGS$])
+m4trace:configure.ac:43: -1- m4_pattern_allow([^UUID_LIBS$])
+m4trace:configure.ac:45: -1- PKG_CHECK_MODULES([LIBAO], [ao >= 1.1.0])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:45: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:45: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_CFLAGS=`$PKG_CONFIG --[]cflags "ao >= 1.1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:85: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_LIBS=`$PKG_CONFIG --[]libs "ao >= 1.1.0" 2>/dev/null`
+m4trace:configure.ac:45: -1- PKG_CHECK_EXISTS([ao >= 1.1.0], [pkg_cv_[]LIBAO_LIBS=`$PKG_CONFIG --[]libs "ao >= 1.1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:85: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:86: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
-m4trace:configure.ac:87: -1- m4_pattern_allow([^LIBAO_LIBS$])
-m4trace:configure.ac:89: -1- PKG_CHECK_MODULES([LIBASOUND2], [alsa >= 1.0.25])
-m4trace:configure.ac:89: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:89: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:89: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:45: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:46: -1- m4_pattern_allow([^LIBAO_CFLAGS$])
+m4trace:configure.ac:47: -1- m4_pattern_allow([^LIBAO_LIBS$])
+m4trace:configure.ac:49: -1- PKG_CHECK_MODULES([LIBASOUND2], [alsa >= 1.0.25])
+m4trace:configure.ac:49: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:49: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:49: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:89: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_LIBS=`$PKG_CONFIG --[]libs "alsa >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:49: -1- PKG_CHECK_EXISTS([alsa >= 1.0.25], [pkg_cv_[]LIBASOUND2_LIBS=`$PKG_CONFIG --[]libs "alsa >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:89: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:90: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
-m4trace:configure.ac:91: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
-m4trace:configure.ac:93: -1- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.8.0])
-m4trace:configure.ac:93: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:93: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:93: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_CFLAGS=`$PKG_CONFIG --[]cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+m4trace:configure.ac:49: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:50: -1- m4_pattern_allow([^LIBASOUND2_CFLAGS$])
+m4trace:configure.ac:51: -1- m4_pattern_allow([^LIBASOUND2_LIBS$])
+m4trace:configure.ac:53: -1- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.8.0])
+m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:53: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:53: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_CFLAGS=`$PKG_CONFIG --[]cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:93: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_LIBS=`$PKG_CONFIG --[]libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+m4trace:configure.ac:53: -1- PKG_CHECK_EXISTS([libxml-2.0 >= 2.8.0], [pkg_cv_[]LIBXML2_LIBS=`$PKG_CONFIG --[]libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:93: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:94: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
-m4trace:configure.ac:95: -1- m4_pattern_allow([^LIBXML2_LIBS$])
-m4trace:configure.ac:97: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.25])
-m4trace:configure.ac:97: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:97: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:97: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:53: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:54: -1- m4_pattern_allow([^LIBXML2_CFLAGS$])
+m4trace:configure.ac:55: -1- m4_pattern_allow([^LIBXML2_LIBS$])
+m4trace:configure.ac:57: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.25])
+m4trace:configure.ac:57: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:57: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:57: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:97: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.25" 2>/dev/null`
+m4trace:configure.ac:57: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.25], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.25" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:97: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:98: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
-m4trace:configure.ac:99: -1- m4_pattern_allow([^SNDFILE_LIBS$])
-m4trace:configure.ac:101: -1- PKG_CHECK_MODULES([LIBINSTPATCH], [libinstpatch-1.0 >= 1.0])
-m4trace:configure.ac:101: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:101: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:101: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --[]cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+m4trace:configure.ac:57: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:58: -1- m4_pattern_allow([^SNDFILE_CFLAGS$])
+m4trace:configure.ac:59: -1- m4_pattern_allow([^SNDFILE_LIBS$])
+m4trace:configure.ac:61: -1- PKG_CHECK_MODULES([LIBINSTPATCH], [libinstpatch-1.0 >= 1.0])
+m4trace:configure.ac:61: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:61: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:61: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --[]cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:101: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_LIBS=`$PKG_CONFIG --[]libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+m4trace:configure.ac:61: -1- PKG_CHECK_EXISTS([libinstpatch-1.0 >= 1.0], [pkg_cv_[]LIBINSTPATCH_LIBS=`$PKG_CONFIG --[]libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:101: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:102: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
-m4trace:configure.ac:103: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
-m4trace:configure.ac:105: -1- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3])
-m4trace:configure.ac:105: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:105: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:105: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+m4trace:configure.ac:61: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:62: -1- m4_pattern_allow([^LIBINSTPATCH_CFLAGS$])
+m4trace:configure.ac:63: -1- m4_pattern_allow([^LIBINSTPATCH_LIBS$])
+m4trace:configure.ac:65: -1- PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3])
+m4trace:configure.ac:65: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:65: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_CFLAGS=`$PKG_CONFIG --[]cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:105: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_LIBS=`$PKG_CONFIG --[]libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+m4trace:configure.ac:65: -1- PKG_CHECK_EXISTS([gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3], [pkg_cv_[]GOBJECT_LIBS=`$PKG_CONFIG --[]libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:105: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:106: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
-m4trace:configure.ac:107: -1- m4_pattern_allow([^GOBJECT_LIBS$])
-m4trace:configure.ac:109: -1- PKG_CHECK_MODULES([GDKPIXBUF], [gdk-pixbuf-2.0 >= 2.26.1])
-m4trace:configure.ac:109: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:109: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:109: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_CFLAGS=`$PKG_CONFIG --[]cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+m4trace:configure.ac:65: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:66: -1- m4_pattern_allow([^GOBJECT_CFLAGS$])
+m4trace:configure.ac:67: -1- m4_pattern_allow([^GOBJECT_LIBS$])
+m4trace:configure.ac:69: -1- PKG_CHECK_MODULES([GDKPIXBUF], [gdk-pixbuf-2.0 >= 2.26.1])
+m4trace:configure.ac:69: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:69: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_CFLAGS=`$PKG_CONFIG --[]cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:109: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_LIBS=`$PKG_CONFIG --[]libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+m4trace:configure.ac:69: -1- PKG_CHECK_EXISTS([gdk-pixbuf-2.0 >= 2.26.1], [pkg_cv_[]GDKPIXBUF_LIBS=`$PKG_CONFIG --[]libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:109: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:110: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
-m4trace:configure.ac:111: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
-m4trace:configure.ac:113: -1- PKG_CHECK_MODULES([CAIRO], [cairo >= 1.12.0])
-m4trace:configure.ac:113: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:113: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:113: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_CFLAGS=`$PKG_CONFIG --[]cflags "cairo >= 1.12.0" 2>/dev/null`
+m4trace:configure.ac:69: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:70: -1- m4_pattern_allow([^GDKPIXBUF_CFLAGS$])
+m4trace:configure.ac:71: -1- m4_pattern_allow([^GDKPIXBUF_LIBS$])
+m4trace:configure.ac:73: -1- PKG_CHECK_MODULES([CAIRO], [cairo >= 1.12.0])
+m4trace:configure.ac:73: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:73: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:73: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_CFLAGS=`$PKG_CONFIG --[]cflags "cairo >= 1.12.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:113: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_LIBS=`$PKG_CONFIG --[]libs "cairo >= 1.12.0" 2>/dev/null`
+m4trace:configure.ac:73: -1- PKG_CHECK_EXISTS([cairo >= 1.12.0], [pkg_cv_[]CAIRO_LIBS=`$PKG_CONFIG --[]libs "cairo >= 1.12.0" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:113: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:114: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
-m4trace:configure.ac:115: -1- m4_pattern_allow([^CAIRO_LIBS$])
-m4trace:configure.ac:117: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10])
-m4trace:configure.ac:117: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:117: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:117: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+m4trace:configure.ac:73: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:74: -1- m4_pattern_allow([^CAIRO_CFLAGS$])
+m4trace:configure.ac:75: -1- m4_pattern_allow([^CAIRO_LIBS$])
+m4trace:configure.ac:77: -1- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10])
+m4trace:configure.ac:77: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:77: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:77: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_CFLAGS=`$PKG_CONFIG --[]cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:117: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+m4trace:configure.ac:77: -1- PKG_CHECK_EXISTS([gtk+-2.0 >= 2.24.10], [pkg_cv_[]GTK_LIBS=`$PKG_CONFIG --[]libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
 		      test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes])
-m4trace:configure.ac:117: -1- _PKG_SHORT_ERRORS_SUPPORTED
-m4trace:configure.ac:118: -1- m4_pattern_allow([^GTK_CFLAGS$])
-m4trace:configure.ac:119: -1- m4_pattern_allow([^GTK_LIBS$])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^HAVE_MALLOC$])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:138: -1- m4_pattern_allow([^malloc$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^HAVE_REALLOC$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:139: -1- m4_pattern_allow([^realloc$])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^LIB@&t at OBJS$])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^LTLIBOBJS$])
-m4trace:configure.ac:142: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
-m4trace:configure.ac:142: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
-m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
-m4trace:configure.ac:142: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
-m4trace:configure.ac:142: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
-m4trace:configure.ac:142: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
-m4trace:configure.ac:142: -1- _LT_PROG_LTMAIN
+m4trace:configure.ac:77: -1- _PKG_SHORT_ERRORS_SUPPORTED
+m4trace:configure.ac:78: -1- m4_pattern_allow([^GTK_CFLAGS$])
+m4trace:configure.ac:79: -1- m4_pattern_allow([^GTK_LIBS$])
+m4trace:configure.ac:98: -1- AM_GNU_GETTEXT
+m4trace:configure.ac:98: -1- _m4_warn([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.], [/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- AM_GNU_GETTEXT_NEED([])
+m4trace:configure.ac:98: -1- AM_PO_SUBDIRS
+m4trace:configure.ac:98: -1- m4_pattern_allow([^SED$])
+m4trace:configure.ac:98: -1- AM_NLS
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_NLS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GETTEXT_MACRO_VERSION$])
+m4trace:configure.ac:98: -1- AM_PATH_PROG_WITH_TEST([MSGFMT], [msgfmt], [$ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGFMT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GMSGFMT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGFMT_015$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GMSGFMT_015$])
+m4trace:configure.ac:98: -1- AM_PATH_PROG_WITH_TEST([XGETTEXT], [xgettext], [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], [:])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT_015$])
+m4trace:configure.ac:98: -1- AM_PATH_PROG_WITH_TEST([MSGMERGE], [msgmerge], [$ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1], [:])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^MSGMERGE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^localedir$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^XGETTEXT_EXTRA_OPTIONS$])
+m4trace:configure.ac:98: -1- AM_INTL_SUBDIR
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_cpu$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_vendor$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^build_os$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_cpu$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_vendor$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^host_os$])
+m4trace:configure.ac:98: -1- gt_GLIBC2
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GLIBC2$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^RANLIB$])
+m4trace:configure.ac:98: -1- gl_VISIBILITY
+m4trace:configure.ac:98: -1- m4_pattern_allow([^CFLAG_VISIBILITY$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_VISIBILITY$])
+m4trace:configure.ac:98: -1- gt_INTL_SUBDIR_CORE
+m4trace:configure.ac:98: -1- gl_AC_HEADER_STDINT_H
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$])
+m4trace:configure.ac:98: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:98: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:98: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:98: -1- gt_INTDIV0
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$])
+m4trace:configure.ac:98: -1- gl_AC_TYPE_UINTMAX_T
+m4trace:configure.ac:98: -1- gl_AC_HEADER_INTTYPES_H
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$])
+m4trace:configure.ac:98: -1- AC_TYPE_UNSIGNED_LONG_LONG_INT
+m4trace:configure.ac:98: -1- _AC_TYPE_LONG_LONG_SNIPPET
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG_INT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^uintmax_t$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_UINTMAX_T$])
+m4trace:configure.ac:98: -1- gt_INTTYPES_PRI
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTTYPES_H$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$])
+m4trace:configure.ac:98: -1- gl_LOCK
+m4trace:configure.ac:98: -1- gl_THREADLIB
+m4trace:configure.ac:98: -1- gl_THREADLIB_EARLY
+m4trace:configure.ac:98: -1- gl_THREADLIB_EARLY_BODY
+m4trace:configure.ac:98: -1- _m4_warn([syntax], [AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [/usr/share/aclocal/threadlib.m4:36: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:29: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:318: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- _m4_warn([syntax], [AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS], [/usr/share/aclocal/threadlib.m4:36: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:29: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:318: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_SOURCE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_1_SOURCE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_MINIX$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^__EXTENSIONS__$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_ALL_SOURCE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_GNU_SOURCE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^_TANDEM_SOURCE$])
+m4trace:configure.ac:98: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+/usr/share/aclocal/threadlib.m4:36: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:29: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:318: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.], [../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
+/usr/share/aclocal/threadlib.m4:36: gl_THREADLIB_EARLY_BODY is expanded from...
+/usr/share/aclocal/threadlib.m4:29: gl_THREADLIB_EARLY is expanded from...
+/usr/share/aclocal/threadlib.m4:318: gl_THREADLIB is expanded from...
+/usr/share/aclocal/lock.m4:9: gl_LOCK is expanded from...
+/usr/share/aclocal/intl.m4:211: gt_INTL_SUBDIR_CORE is expanded from...
+/usr/share/aclocal/intl.m4:25: AM_INTL_SUBDIR is expanded from...
+/usr/share/aclocal/gettext.m4:57: AM_GNU_GETTEXT is expanded from...
+configure.ac:98: the top level])
+m4trace:configure.ac:98: -1- gl_THREADLIB_BODY
+m4trace:configure.ac:98: -1- m4_pattern_allow([^PTHREAD_IN_USE_DETECTION_HARD$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_POSIX_THREADS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_POSIX_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_SOLARIS_THREADS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_SOLARIS_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- AC_LIB_LINKFLAGS([pth])
+m4trace:configure.ac:98: -1- AC_LIB_PREPARE_PREFIX
+m4trace:configure.ac:98: -1- AC_LIB_RPATH
+m4trace:configure.ac:98: -1- AC_LIB_PROG_LD
+m4trace:configure.ac:98: -1- AC_LIB_PROG_LD_GNU
+m4trace:configure.ac:98: -1- AC_LIB_LINKFLAGS_BODY([pth], [])
+m4trace:configure.ac:98: -1- AC_LIB_PREPARE_MULTILIB
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCPTH])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBPTH$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBPTH$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBPTH_PREFIX$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_PTH_THREADS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_PTH_THREADS_WEAK$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_WINDOWS_THREADS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBTHREAD$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBTHREAD$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBMULTITHREAD$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBMULTITHREAD$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_PTHREAD_RWLOCK$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_PTHREAD_MUTEX_RECURSIVE$])
+m4trace:configure.ac:98: -1- gl_PREREQ_LOCK
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_BUILTIN_EXPECT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_FEOF_UNLOCKED$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_FGETS_UNLOCKED$])
+m4trace:configure.ac:98: -1- AM_ICONV
+m4trace:configure.ac:98: -1- AM_ICONV_LINK
+m4trace:configure.ac:98: -1- AM_ICONV_LINKFLAGS_BODY
+m4trace:configure.ac:98: -1- AC_LIB_LINKFLAGS_BODY([iconv])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_ICONV$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBICONV$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBICONV$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ICONV_CONST$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLBISON$])
+m4trace:configure.ac:98: -1- AC_TYPE_LONG_LONG_INT
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LONG_LONG_INT$])
+m4trace:configure.ac:98: -1- gt_TYPE_WCHAR_T
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WCHAR_T$])
+m4trace:configure.ac:98: -1- gt_TYPE_WINT_T
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WINT_T$])
+m4trace:configure.ac:98: -1- gt_TYPE_INTMAX_T
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_INTMAX_T$])
+m4trace:configure.ac:98: -1- gt_PRINTF_POSIX
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:98: -1- gl_GLIBC21
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GLIBC21$])
+m4trace:configure.ac:98: -1- gl_XSIZE
+m4trace:configure.ac:98: -1- gl_SIZE_MAX
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:98: -1- AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+m4trace:configure.ac:98: -1- AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include <stddef.h>], [fits_in_uint=])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^SIZE_MAX$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_STDINT_H$])
+m4trace:configure.ac:98: -1- gl_FCNTL_O_FLAGS
+m4trace:configure.ac:98: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:98: -1- AC_DEFUN([_AC_Func_symlink], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_list], [" symlink"])])
+_AC_FUNCS_EXPANSION])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WORKING_O_NOATIME$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WORKING_O_NOFOLLOW$])
+m4trace:configure.ac:98: -1- gt_INTL_MACOSX
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:98: -1- gl_EXTERN_INLINE
+m4trace:configure.ac:98: -1- gt_GL_ATTRIBUTE
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_DEFAULT_VERBOSITY$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ptrdiff_t$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL__SNPRINTF$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL__SNWPRINTF$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DECL_GETC_UNLOCKED$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_POSIX_PRINTF$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_ASPRINTF$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_SNPRINTF$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_NEWLOCALE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_WPRINTF$])
+m4trace:configure.ac:98: -1- AM_LANGINFO_CODESET
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$])
+m4trace:configure.ac:98: -1- gt_LC_MESSAGES
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WOE32DLL$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WOE32$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^WINDRES$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBC$])
+m4trace:configure.ac:98: -1- gt_INTL_MACOSX
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFPREFERENCESCOPYAPPVALUE$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_CFLOCALECOPYCURRENT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_MACOSX_LIBS$])
+m4trace:configure.ac:98: -1- AC_LIB_LINKFLAGS_BODY([intl])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^ENABLE_NLS$])
+m4trace:configure.ac:98: -1- AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+m4trace:configure.ac:98: -1- AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_GETTEXT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^HAVE_DCGETTEXT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^BUILD_INCLUDED_LIBINTL$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^USE_INCLUDED_LIBINTL$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^CATOBJEXT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^DATADIRNAME$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INSTOBJEXT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^GENCAT$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLOBJS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTL_LIBTOOL_SUFFIX_PREFIX$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^INTLLIBS$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LIBINTL$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^LTLIBINTL$])
+m4trace:configure.ac:98: -1- m4_pattern_allow([^POSUB$])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^HAVE_MALLOC$])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:99: -1- m4_pattern_allow([^malloc$])
+m4trace:configure.ac:100: -1- AC_DEFUN([_AC_Header_stdlib_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" stdlib.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:100: -1- AC_DEFUN([_AC_Header_unistd_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" unistd.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:100: -1- AC_DEFUN([_AC_Header_sys_param_h], [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" sys/param.h"])])
+_AC_HEADERS_EXPANSION])
+m4trace:configure.ac:100: -1- m4_pattern_allow([^HAVE_GETPAGESIZE$])
+m4trace:configure.ac:100: -1- m4_pattern_allow([^HAVE_MMAP$])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_STDLIB_H$])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^HAVE_REALLOC$])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:101: -1- m4_pattern_allow([^realloc$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LIB@&t at OBJS$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^LTLIBOBJS$])
+m4trace:configure.ac:105: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
+m4trace:configure.ac:105: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
+m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
+m4trace:configure.ac:105: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
+m4trace:configure.ac:105: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
+m4trace:configure.ac:105: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
diff --git a/autom4te.cache/traces.3 b/autom4te.cache/traces.3
new file mode 100644
index 0000000..7c8c0db
--- /dev/null
+++ b/autom4te.cache/traces.3
@@ -0,0 +1,17592 @@
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:50: -1- define([m4_define], <define>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:51: -1- define([m4_defn], <defn>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:52: -1- define([m4_undefine], <undefine>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:74: -1- m4_define([m4_copy], [m4_define([$2], m4_defn([$1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:81: -1- m4_define([m4_rename], [m4_copy([$1], [$2])m4_undefine([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:88: -1- m4_define([m4_rename_m4], [m4_rename([$1], [m4_$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:95: -1- m4_define([m4_copy_unm4], [m4_copy([$1], m4_bpatsubst([$1], [^m4_\(.*\)], [[\1]]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:102: -1- m4_define([m4_ifdef], <ifdef>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:103: -1- m4_define([m4_if], <ifelse>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:105: -1- m4_define([m4_builtin], <builtin>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:106: -1- m4_define([m4_changecom], <changecom>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:107: -1- m4_define([m4_changequote], <changequote>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:110: -1- m4_define([m4_debugfile], <debugfile>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:111: -1- m4_define([m4_debugmode], <debugmode>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:112: -1- m4_define([m4_decr], <decr>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:113: -1- m4_define([m4_divnum], <divnum>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:114: -1- m4_define([m4_dumpdef], <dumpdef>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:115: -1- m4_define([m4_errprint], <errprint>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:116: -1- m4_define([m4_esyscmd], <esyscmd>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:117: -1- m4_define([m4_eval], <eval>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:118: -1- m4_define([m4_format], <format>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:120: -1- m4_define([m4_incr], <incr>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:121: -1- m4_define([m4_index], <index>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:122: -1- m4_define([m4_indir], <indir>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:123: -1- m4_define([m4_len], <len>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:124: -1- m4_define([m4_exit], <m4exit>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:126: -1- m4_define([m4_mkstemp], <mkstemp>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:126: -1- m4_define([m4_maketemp], <mkstemp>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:132: -1- m4_define([m4_bpatsubst], <patsubst>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:133: -1- m4_define([m4_popdef], <popdef>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:134: -1- m4_define([m4_pushdef], <pushdef>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:135: -1- m4_define([m4_bregexp], <regexp>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:136: -1- m4_define([m4_shift], <shift>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:138: -1- m4_define([m4_substr], <substr>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:141: -1- m4_define([m4_syscmd], <syscmd>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:142: -1- m4_define([m4_sysval], <sysval>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:143: -1- m4_define([m4_traceoff], <traceoff>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:144: -1- m4_define([m4_traceon], <traceon>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:145: -1- m4_define([m4_translit], <translit>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:153: -1- m4_define([_m4_defn], <defn>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:159: -1- m4_define([_m4_divert_raw], <divert>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:166: -1- m4_define([_m4_popdef], <popdef>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:173: -1- m4_define([_m4_undefine], <undefine>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:180: -1- m4_define([_m4_undivert], <undivert>)
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:191: -1- m4_define([m4_location], [__file__:__line__])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:198: -1- m4_define([m4_errprintn], [m4_errprint([$1
+])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:206: -1- m4_define([m4_warning], [m4_errprintn(m4_location[: warning: $1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:213: -1- m4_define([m4_fatal], [m4_errprintn(m4_location[: error: $1]
+m4_expansion_stack)m4_exit(m4_if([$2],, 1, [$2]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:222: -1- m4_define([m4_assert], [m4_if(m4_eval([$1]), 0,
+       [m4_fatal([assert failed: $1], [$2])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:242: -1- m4_define([_m4_warn], [])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:248: -1- m4_define([m4_warn], [_m4_warn([$1], [$2],
+m4_ifdef([_m4_expansion_stack], [m4_expansion_stack]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:274: -1- m4_define([m4_include_unique], [m4_ifdef([m4_include($1)],
+	  [m4_warn([syntax], [file `$1' included several times])])dnl
+m4_define([m4_include($1)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:283: -1- m4_define([m4_include], [m4_include_unique([$1])dnl
+m4_builtin([include], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:291: -1- m4_define([m4_sinclude], [m4_include_unique([$1])dnl
+m4_builtin([sinclude], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:329: -1- m4_define([m4_ifblank], [m4_if(m4_translit([[$1]],  [ ][	][
+]), [], [$2], [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:333: -1- m4_define([m4_ifnblank], [m4_if(m4_translit([[$1]],  [ ][	][
+]), [], [$3], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:342: -1- m4_define([m4_ifval], [m4_if([$1], [], [$3], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:349: -1- m4_define([m4_n], [m4_if([$1],
+       [], [],
+	   [$1
+])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:360: -1- m4_define([m4_ifvaln], [m4_if([$1],
+       [],   [m4_n([$3])],
+	     [m4_n([$2])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:370: -1- m4_define([m4_ifset], [m4_ifdef([$1],
+	  [m4_ifval(_m4_defn([$1]), [$2], [$3])],
+	  [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:378: -1- m4_define([m4_ifndef], [m4_ifdef([$1], [$3], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:402: -1- m4_define([m4_case], [m4_if([$#], 0, [],
+       [$#], 1, [],
+       [$#], 2, [$2],
+       [$1], [$2], [$3],
+       [$0([$1], m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:427: -1- m4_define([m4_bmatch], [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
+       [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
+       [$#], 2, [$2],
+       [m4_if(m4_bregexp([$1], [$2]), -1, [$0([$1], m4_shift3($@))],
+	      [$3])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:442: -1- m4_define([m4_argn], [m4_assert([0 < $1])m4_pushdef([_$0], [_m4_popdef([_$0])]m4_dquote([$]m4_incr([$1])))_$0($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:454: -1- m4_define([m4_car], [[$1]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:455: -1- m4_define([m4_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
+       [$#], 1, [],
+       [m4_dquote(m4_shift($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:467: -1- m4_define([_m4_cdr], [m4_if([$#], 1, [],
+       [, m4_dquote(m4_shift($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:504: -1- m4_define([m4_cond], [m4_if([$#], [0], [m4_fatal([$0: cannot be called without arguments])],
+       [$#], [1], [$1],
+       m4_eval([$# % 3]), [2], [m4_fatal([$0: missing an argument])],
+       [_$0($@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:510: -1- m4_define([_m4_cond], [m4_if(($1), [($2)], [$3],
+       [$#], [3], [],
+       [$#], [4], [$4],
+       [$0(m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:541: -1- m4_define([m4_bpatsubsts], [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
+       [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
+       [$#], 2, [m4_unquote(m4_builtin([patsubst], [[$1]], [$2]))],
+       [$#], 3, [m4_unquote(m4_builtin([patsubst], [[$1]], [$2], [$3]))],
+       [_$0($@m4_if(m4_eval($# & 1), 0, [,]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:547: -1- m4_define([_m4_bpatsubsts], [m4_if([$#], 2, [$1],
+       [$0(m4_builtin([patsubst], [[$1]], [$2], [$3]),
+	   m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:564: -1- m4_define([m4_copy], [m4_ifdef([$2], [m4_fatal([$0: won't overwrite defined macro: $2])],
+	  [m4_stack_foreach_sep([$1], [m4_pushdef([$2],], [)])])m4_ifdef([m4_location($1)], [m4_define([m4_location($2)], m4_location)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:576: -1- m4_define([m4_copy_force], [m4_ifdef([$2], [_m4_undefine([$2])])m4_copy($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:579: -1- m4_define([m4_rename_force], [m4_ifdef([$2], [_m4_undefine([$2])])m4_rename($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:586: -1- m4_define([m4_define_default], [m4_ifndef([$1], [m4_define($@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:597: -1- m4_define([m4_default], [m4_if([$1], [], [$2], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:600: -1- m4_define([m4_default_nblank], [m4_ifblank([$1], [$2], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:622: -1- m4_define([m4_default_quoted], [m4_if([$1], [], [[$2]], [[$1]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:625: -1- m4_define([m4_default_nblank_quoted], [m4_ifblank([$1], [[$2]], [[$1]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:641: -1- m4_define([m4_defn], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_defn([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:664: -1- m4_define([m4_dumpdef], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [$#], [1], [m4_ifdef([$1], [m4_errprintn(
+  [$1:	]m4_dquote(_m4_defn([$1])))], [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:670: -1- m4_define([_m4_dumpdef], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [$#], [1], [m4_builtin([dumpdef], [$1])],
+       [m4_map_args_sep([m4_builtin([dumpdef],], [)], [], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:685: -1- m4_define([m4_dumpdefs], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [$#], [1], [m4_stack_foreach_lifo([$1], [m4_dumpdef([$1])m4_ignore])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:694: -1- m4_define([m4_esyscmd_s], [m4_chomp_all(m4_esyscmd([$1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:706: -1- m4_define([m4_popdef], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_popdef([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:730: -1- m4_define([m4_shiftn], [m4_assert(0 < $1 && $1 < $#)_$0($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:733: -1- m4_define([_m4_shiftn], [m4_if([$1], 1, [m4_shift(],
+       [$0(m4_decr([$1])]), m4_shift(m4_shift($@)))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:741: -1- m4_define([m4_shift2], [m4_shift(m4_shift($@))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:742: -1- m4_define([m4_shift3], [m4_shift(m4_shift(m4_shift($@)))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:751: -1- m4_define([_m4_shift2], [m4_if([$#], [2], [],
+       [, m4_shift(m4_shift($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:754: -1- m4_define([_m4_shift3], [m4_if([$#], [3], [],
+       [, m4_shift(m4_shift(m4_shift($@)))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:767: -1- m4_define([m4_undefine], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_undefine([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:777: -1- m4_define([_m4_wrap], [m4_ifdef([$0_text],
+	  [m4_define([$0_text], [$1]_m4_defn([$0_text])[$2])],
+	  [m4_builtin([m4wrap], [m4_unquote(
+  _m4_defn([$0_text])_m4_popdef([$0_text]))])m4_define([$0_text], [$1$2])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:788: -1- m4_define([m4_wrap], [_m4_wrap([], [$1[]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:796: -1- m4_define([m4_wrap_lifo], [_m4_wrap([$1[]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:810: -1- m4_define([m4_apply], [m4_if([$2], [], [$1], [$1($2)])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:816: -1- m4_define([_m4_apply], [m4_if([$2], [], [], [$1($2)[]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:823: -1- m4_define([m4_count], [$#])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:836: -1- m4_define([m4_curry], [$1(m4_shift($@,)_$0])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:837: -1- m4_define([_m4_curry], [[$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:848: -1- m4_define([m4_do], [m4_if([$#], 0, [],
+       [$#], 1, [$1[]],
+       [$1[]$0(m4_shift($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:857: -1- m4_define([m4_dquote], [[$@]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:865: -1- m4_define([m4_dquote_elt], [m4_if([$#], [0], [],
+       [$#], [1], [[[$1]]],
+       [[[$1]],$0(m4_shift($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:875: -1- m4_define([m4_echo], [$@])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:917: -1- m4_define([m4_expand], [m4_pushdef([m4_divert], _m4_defn([_m4_divert_unsafe]))m4_pushdef([m4_divert_push], _m4_defn([_m4_divert_unsafe]))m4_chomp(_$0([$1
+]))_m4_popdef([m4_divert], [m4_divert_push])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:923: -1- m4_define([_m4_expand], [$0_([$1], [(], -=<{($1)}>=-, [}>=-])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:925: -1- m4_define([_m4_expand_], [m4_if([$4], [}>=-],
+       [m4_changequote([-=<{$2], [)}>=-])$3m4_changequote([, ])],
+       [$0([$1], [($2], -=<{($2$1)}>=-, [}>=-])m4_ignore$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:935: -1- m4_define([m4_ignore])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:946: -1- m4_define([m4_make_list], [m4_join([,
+], m4_dquote_elt($@))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:959: -1- m4_define([m4_noquote], [m4_changequote([-=<{(],[)}>=-])$1-=<{()}>=-m4_changequote([,])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:972: -1- m4_define([m4_quote], [[$*]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:982: -1- m4_define([_m4_quote], [m4_if([$#], [0], [], [[$*]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:991: -1- m4_define([m4_reverse], [m4_if([$#], [0], [], [$#], [1], [[$1]],
+       [$0(m4_shift($@)), [$1]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1004: -1- m4_define([m4_unquote], [$*])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1022: -1- m4_define([m4_for], [m4_pushdef([$1], m4_eval([$2]))m4_cond([m4_eval(([$3]) > ([$2]))], 1,
+	   [m4_pushdef([_m4_step], m4_eval(m4_default_quoted([$4],
+	      1)))m4_assert(_m4_step > 0)_$0(_m4_defn([$1]),
+  m4_eval((([$3]) - ([$2])) / _m4_step * _m4_step + ([$2])), _m4_step,],
+	 [m4_eval(([$3]) < ([$2]))], 1,
+	   [m4_pushdef([_m4_step], m4_eval(m4_default_quoted([$4],
+	      -1)))m4_assert(_m4_step < 0)_$0(_m4_defn([$1]),
+  m4_eval((([$2]) - ([$3])) / -(_m4_step) * _m4_step + ([$2])), _m4_step,],
+	 [m4_pushdef([_m4_step])_$0(_m4_defn([$1]), _m4_defn([$1]), 0,])[m4_define([$1],], [)$5])m4_popdef([_m4_step], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1040: -1- m4_define([_m4_for], [$4[$1]$5[]m4_if([$1], [$2], [],
+		 [$0(m4_eval([$1 + $3]), [$2], [$3], [$4], [$5])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1154: -1- m4_define([m4_foreach], [m4_if([$2], [], [],
+       [m4_pushdef([$1])_$0([m4_define([$1],], [)$3], [],
+  $2)m4_popdef([$1])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1166: -1- m4_define([_m4_foreach], [m4_if([$#], [3], [],
+       [$1[$4]$2[]$0([$1], [$2], m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1184: -1- m4_define([m4_foreach_w], [m4_pushdef([$1])m4_map_args_w([$2],
+  [m4_define([$1],], [)$3])m4_popdef([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1202: -1- m4_define([m4_map], [_m4_foreach([_m4_apply([$1],], [)], [], $2)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1205: -1- m4_define([m4_mapall], [m4_if([$2], [], [],
+       [_m4_foreach([m4_apply([$1],], [)], [], $2)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1227: -1- m4_define([m4_map_sep], [m4_pushdef([m4_Sep], [m4_define([m4_Sep], _m4_defn([m4_unquote]))])_m4_foreach([_m4_apply([m4_Sep([$2])[]$1],], [)], [], $3)m4_popdef([m4_Sep])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1231: -1- m4_define([m4_mapall_sep], [m4_if([$3], [], [], [_$0([$1], [$2], $3)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1234: -1- m4_define([_m4_mapall_sep], [m4_apply([$1], [$3])_m4_foreach([m4_apply([$2[]$1],], [)], m4_shift2($@))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1242: -1- m4_define([m4_map_args], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
+       [$#], [1], [],
+       [$#], [2], [$1([$2])[]],
+       [_m4_foreach([$1(], [)], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1263: -1- m4_define([m4_map_args_pair], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
+       [$#], [1], [m4_fatal([$0: too few arguments: $#: $1])],
+       [$#], [2], [],
+       [$#], [3], [m4_default([$2], [$1])([$3])[]],
+       [$#], [4], [$1([$3], [$4])[]],
+       [$1([$3], [$4])[]$0([$1], [$2], m4_shift(m4_shift3($@)))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1275: -1- m4_define([m4_map_args_sep], [m4_if([$#], [0], [m4_fatal([$0: too few arguments: $#])],
+       [$#], [1], [],
+       [$#], [2], [],
+       [$#], [3], [],
+       [$#], [4], [$1[$4]$2[]],
+       [$1[$4]$2[]_m4_foreach([$3[]$1], [$2], m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1298: -1- m4_define([m4_map_args_w], [_$0(_m4_split([ ]m4_flatten([$1])[ ], [[	 ]+],
+	       m4_if(m4_index([$2$3$4], [\]), [-1], [[$3[]$4[]$2]],
+		     [m4_bpatsubst([[$3[]$4[]$2]], [\\], [\\\\])])),
+     m4_len([[]$3[]$4]), m4_len([$4[]$2[]]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1304: -1- m4_define([_m4_map_args_w], [m4_substr([$1], [$2], m4_eval(m4_len([$1]) - [$2] - [$3]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1320: -1- m4_define([m4_stack_foreach], [_m4_stack_reverse([$1], [m4_tmp-$1])_m4_stack_reverse([m4_tmp-$1], [$1], [$2(_m4_defn([m4_tmp-$1]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1324: -1- m4_define([m4_stack_foreach_lifo], [_m4_stack_reverse([$1], [m4_tmp-$1], [$2(_m4_defn([m4_tmp-$1]))])_m4_stack_reverse([m4_tmp-$1], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1337: -1- m4_define([m4_stack_foreach_sep], [_m4_stack_reverse([$1], [m4_tmp-$1])_m4_stack_reverse([m4_tmp-$1], [$1], [$2[]_m4_defn([m4_tmp-$1])$3], [$4[]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1341: -1- m4_define([m4_stack_foreach_sep_lifo], [_m4_stack_reverse([$1], [m4_tmp-$1], [$2[]_m4_defn([m4_tmp-$1])$3], [$4[]])_m4_stack_reverse([m4_tmp-$1], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1358: -1- m4_define([_m4_stack_reverse], [m4_ifdef([$1], [m4_pushdef([$2],
+  _m4_defn([$1]))$3[]_m4_popdef([$1])$0([$1], [$2], [$4$3])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1374: -1- m4_define([m4_cleardivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [_m4_divert_raw([-1])m4_undivert($@)_m4_divert_raw(
+	 _m4_divert(_m4_defn([_m4_divert_diversion]), [-]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1385: -1- m4_define([_m4_divert], [m4_ifdef([_m4_divert($1)],
+	  [m4_indir([_m4_divert($1)])],
+	  [m4_if([$2], [], [m4_warn([syntax],
+	     [prefer named diversions])])$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1392: -1- m4_define([_m4_divert(KILL)], [-1])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1395: -1- m4_define([_m4_divert()], [0])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1402: -1- m4_define([m4_divert_stack], [m4_stack_foreach_sep_lifo([_m4_divert_stack], [], [], [
+])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1411: -1- m4_define([m4_divert_stack_push], [m4_pushdef([_m4_divert_stack], m4_location[: $1: $2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1418: -1- m4_define([m4_divert], [m4_popdef([_m4_divert_stack])m4_define([_m4_divert_diversion], [$1])m4_divert_stack_push([$0], [$1])_m4_divert_raw(_m4_divert([$1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1430: -1- m4_define([m4_divert_push], [m4_divert_stack_push([$0], [$1])m4_pushdef([_m4_divert_diversion], [$1])_m4_divert_raw(_m4_divert([$1], [$2]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1441: -1- m4_define([m4_divert_pop], [m4_if([$1], [], [],
+       [$1], _m4_defn([_m4_divert_diversion]), [],
+       [m4_fatal([$0($1): diversion mismatch:
+]m4_divert_stack)])_m4_popdef([_m4_divert_stack], [_m4_divert_diversion])m4_ifdef([_m4_divert_diversion], [],
+	   [m4_fatal([too many m4_divert_pop])])_m4_divert_raw(_m4_divert(_m4_defn([_m4_divert_diversion]), [-]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1456: -1- m4_define([m4_divert_text], [m4_divert_push([$1])$2
+m4_divert_pop([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1465: -1- m4_define([m4_divert_once], [m4_expand_once([m4_divert_text([$1], [$2])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1474: -1- m4_define([_m4_divert_unsafe], [m4_fatal([$0: cannot change diversion to `$1' inside m4_expand])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1483: -1- m4_define([m4_undivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [$#], [1], [_m4_undivert(_m4_divert([$1]))],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1848: -1- m4_define([m4_expansion_stack], [m4_stack_foreach_sep_lifo([_$0], [_$0_entry(], [)
+])m4_location[: the top level]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1855: -1- m4_define([_m4_expansion_stack_entry], [_m4_defn([m4_location($1)])[: $1 is expanded from...]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1861: -1- m4_define([m4_expansion_stack_push], [m4_pushdef([_m4_expansion_stack], [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1881: -1- m4_define([_m4_divert(GROW)], [10000])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1890: -1- m4_define([_m4_defun_pro], [m4_ifdef([_m4_expansion_stack], [], [_m4_defun_pro_outer([$1])])m4_expansion_stack_push([$1])m4_pushdef([_m4_expanding($1)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1894: -1- m4_define([_m4_defun_pro_outer], [m4_set_delete([_m4_provide])m4_pushdef([_m4_diverting([$1])])m4_pushdef([_m4_diverting], [$1])m4_pushdef([_m4_divert_dump], m4_divnum)m4_divert_push([GROW])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1906: -1- m4_define([_m4_defun_epi], [_m4_popdef([_m4_expanding($1)], [_m4_expansion_stack])m4_ifdef([_m4_expansion_stack], [], [_m4_defun_epi_outer([$1])])m4_provide([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1911: -1- m4_define([_m4_defun_epi_outer], [_m4_popdef([_m4_divert_dump], [_m4_diverting([$1])], [_m4_diverting])m4_divert_pop([GROW])m4_undivert([GROW])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1921: -1- m4_define([_m4_divert_dump])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1929: -1- m4_define([m4_divert_require], [m4_ifdef([_m4_expanding($2)],
+  [m4_fatal([$0: circular dependency of $2])])m4_if(_m4_divert_dump, [],
+  [m4_fatal([$0($2): cannot be used outside of an m4_defun'd macro])])m4_provide_if([$2], [],
+  [_m4_require_call([$2], [$3], _m4_divert([$1], [-]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1955: -1- m4_define([m4_defun], [m4_define([m4_location($1)], m4_location)m4_default([$3], [m4_define])([$1],
+  [_m4_defun_pro(]m4_dquote($[0])[)$2[]_m4_defun_epi(]m4_dquote($[0])[)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1975: -1- m4_define([m4_defun_init], [m4_define([$1], [$3[]])m4_defun([$1],
+   [$2[]_m4_popdef(]m4_dquote($[0])[)m4_indir(]m4_dquote($[0])dnl
+[m4_if(]m4_dquote($[#])[, [0], [], ]m4_dquote([,$]@)[))], [m4_pushdef])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1990: -1- m4_define([m4_defun_once], [m4_define([m4_location($1)], m4_location)m4_define([$1], [_m4_defun_once([$1], [$2], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([$1])m4_unquote(], [)_m4_defun_epi([$1])]],
+m4_ifdef([_m4_diverting([$1])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([$1],], [, _m4_divert_dump)]]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:1997: -1- m4_define([_m4_defun_once], [m4_pushdef([$1])$3[$2[]m4_provide([$1])]$4])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2005: -1- m4_define([m4_pattern_forbid], [])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2012: -1- m4_define([m4_pattern_allow], [])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2023: -1- m4_define([m4_before], [m4_provide_if([$2],
+	       [m4_warn([syntax], [$2 was called before $1])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2064: -1- m4_define([m4_require], [m4_ifdef([_m4_expanding($1)],
+  [m4_fatal([$0: circular dependency of $1])])m4_if(_m4_divert_dump, [],
+  [m4_fatal([$0($1): cannot be used outside of an ]dnl
+m4_if([$0], [m4_require], [[m4_defun]], [[AC_DEFUN]])['d macro])])m4_provide_if([$1], [m4_set_contains([_m4_provide], [$1],
+    [_m4_require_check([$1], _m4_defn([m4_provide($1)]), [$0])], [m4_ignore])],
+  [_m4_require_call])([$1], [$2], _m4_divert_dump)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2083: -1- m4_define([_m4_require_call], [m4_pushdef([_m4_divert_grow], m4_decr(_m4_divert_grow))m4_pushdef([_m4_diverting([$1])])m4_pushdef([_m4_diverting], [$1])m4_divert_push(_m4_divert_grow, [-])m4_if([$2], [], [$1], [$2])
+m4_provide_if([$1], [m4_set_remove([_m4_provide], [$1])],
+  [m4_warn([syntax], [$1 is m4_require'd but not m4_defun'd])])_m4_divert_raw($3)_m4_undivert(_m4_divert_grow)m4_divert_pop(_m4_divert_grow)_m4_popdef([_m4_divert_grow],
+[_m4_diverting([$1])], [_m4_diverting])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2100: -1- m4_define([_m4_require_check], [m4_if(_m4_defn([_m4_diverting]), [$2], [m4_ignore],
+       m4_ifdef([_m4_diverting([$2])], [-]), [-], [m4_warn([syntax],
+   [$3: `$1' was expanded before it was required
+http://www.gnu.org/software/autoconf/manual/autoconf.html#Expanded-Before-Required])_m4_require_call],
+       [m4_ignore])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2111: -1- m4_define([_m4_divert_grow], [10000])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2118: -1- m4_define([m4_expand_once], [m4_provide_if(m4_default_quoted([$2], [$1]),
+	       [],
+	       [m4_provide(m4_default_quoted([$2], [$1]))[]$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2126: -1- m4_define([m4_provide], [m4_ifdef([m4_provide($1)], [],
+[m4_set_add([_m4_provide], [$1], [m4_define([m4_provide($1)],
+  m4_ifdef([_m4_diverting], [_m4_defn([_m4_diverting])]))])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2138: -1- m4_define([m4_provide_if], [m4_ifdef([m4_provide($1)],
+	  [$2], [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2152: -1- m4_define([m4_cr_letters], [abcdefghijklmnopqrstuvwxyz])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2153: -1- m4_define([m4_cr_LETTERS], [ABCDEFGHIJKLMNOPQRSTUVWXYZ])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2154: -1- m4_define([m4_cr_Letters], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2162: -1- m4_define([m4_cr_digits], [0123456789])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2167: -1- m4_define([m4_cr_alnum], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2176: -1- m4_define([m4_cr_symbols1], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2180: -1- m4_define([m4_cr_symbols2], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [2])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [3])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [4])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [5])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [6])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [7])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [8])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [9])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [10])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [11])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [12])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [13])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [14])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [15])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [16])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [17])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [18])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [19])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [20])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [21])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [22])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [23])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [24])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [25])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [26])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [27])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [28])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [29])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [30])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [31])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [32])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [33])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [34])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [35])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [36])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [37])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [38])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [39])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [40])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [41])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [42])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [43])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [44])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [45])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [46])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [47])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [48])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [49])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [50])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [51])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [52])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [53])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [54])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [55])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [56])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [57])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [58])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [59])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [60])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [61])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [62])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [63])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [64])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [65])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [66])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [67])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [68])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [69])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [70])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [71])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [72])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [73])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [74])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [75])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [76])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [77])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [78])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [79])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [80])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [81])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [82])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [83])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [84])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [85])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [86])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [87])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [88])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [89])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [90])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [91])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [92])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [93])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [94])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [95])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [96])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [97])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [98])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [99])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [100])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [101])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [102])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [103])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [104])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [105])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [106])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [107])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [108])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [109])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [110])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [111])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [112])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [113])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [114])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [115])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [116])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [117])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [118])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [119])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [120])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [121])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [122])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [123])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [124])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [125])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [126])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [127])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [128])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [129])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [130])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [131])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [132])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [133])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [134])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [135])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [136])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [137])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [138])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [139])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [140])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [141])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [142])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [143])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [144])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [145])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [146])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [147])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [148])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [149])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [150])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [151])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [152])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [153])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [154])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [155])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [156])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [157])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [158])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [159])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [160])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [161])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [162])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [163])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [164])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [165])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [166])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [167])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [168])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [169])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [170])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [171])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [172])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [173])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [174])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [175])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [176])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [177])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [178])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [179])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [180])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [181])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [182])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [183])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [184])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [185])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [186])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [187])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [188])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [189])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [190])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [191])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [192])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [193])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [194])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [195])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [196])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [197])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [198])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [199])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [200])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [201])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [202])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [203])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [204])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [205])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [206])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [207])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [208])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [209])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [210])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [211])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [212])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [213])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [214])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [215])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [216])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [217])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [218])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [219])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [220])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [221])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [222])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [223])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [224])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [225])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [226])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [227])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [228])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [229])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [230])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [231])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [232])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [233])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [234])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [235])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [236])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [237])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [238])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [239])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [240])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [241])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [242])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [243])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [244])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [245])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [246])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [247])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [248])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [249])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [250])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [251])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [252])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [253])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [254])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2204: -6- m4_define([], [255])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [2])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [3])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [4])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [5])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [6])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [7])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [8])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [9])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [10])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [11])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [12])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [13])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [14])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [15])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [16])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [17])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [18])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [19])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [20])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [21])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [22])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [23])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [24])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [25])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [26])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [27])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [28])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [29])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [30])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [31])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [32])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [33])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [34])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [35])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [36])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [37])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [38])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [39])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [40])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [41])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [42])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [43])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [44])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [45])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [46])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [47])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [48])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [49])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [50])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [51])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [52])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [53])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [54])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [55])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [56])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [57])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [58])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [59])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [60])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [61])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [62])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [63])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [64])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [65])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [66])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [67])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [68])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [69])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [70])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [71])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [72])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [73])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [74])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [75])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [76])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [77])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [78])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [79])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [80])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [81])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [82])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [83])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [84])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [85])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [86])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [87])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [88])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [89])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [90])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [91])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [92])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [93])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [94])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [95])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [96])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [97])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [98])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [99])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [100])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [101])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [102])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [103])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [104])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [105])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [106])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [107])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [108])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [109])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [110])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [111])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [112])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [113])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [114])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [115])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [116])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [117])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [118])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [119])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [120])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [121])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [122])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [123])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [124])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [125])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [126])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [127])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [128])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [129])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [130])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [131])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [132])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [133])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [134])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [135])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [136])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [137])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [138])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [139])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [140])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [141])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [142])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [143])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [144])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [145])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [146])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [147])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [148])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [149])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [150])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [151])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [152])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [153])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [154])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [155])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [156])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [157])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [158])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [159])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [160])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [161])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [162])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [163])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [164])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [165])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [166])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [167])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [168])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [169])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [170])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [171])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [172])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [173])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [174])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [175])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [176])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [177])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [178])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [179])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [180])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [181])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [182])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [183])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [184])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [185])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [186])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [187])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [188])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [189])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [190])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [191])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [192])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [193])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [194])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [195])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [196])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [197])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [198])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [199])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [200])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [201])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [202])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [203])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [204])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [205])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [206])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [207])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [208])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [209])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [210])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [211])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [212])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [213])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [214])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [215])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [216])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [217])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [218])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [219])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [220])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [221])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [222])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [223])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [224])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [225])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [226])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [227])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [228])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [229])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [230])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [231])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [232])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [233])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [234])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [235])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [236])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [237])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [238])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [239])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [240])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [241])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [242])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [243])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [244])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [245])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [246])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [247])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [248])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [249])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [250])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [251])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [252])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [253])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [254])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2205: -5- m4_define([i], [255])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2203: -1- m4_define([m4_cr_all], [	
+
 !"#*%&'()$+,./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2211: -1- m4_define([_m4_define_cr_not], [m4_define([m4_cr_not_$1],
+	   m4_translit(m4_dquote(m4_defn([m4_cr_all])),
+		       m4_defn([m4_cr_$1])))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2226: -1- m4_define([m4_cr_not_letters], [	
+
 !"#*%&'()$+,./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2227: -1- m4_define([m4_cr_not_LETTERS], [	
+
 !"#*%&'()$+,./0123456789:;<=>?@[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2228: -1- m4_define([m4_cr_not_Letters], [	
+
 !"#*%&'()$+,./0123456789:;<=>?@[\]^_`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2229: -1- m4_define([m4_cr_not_digits], [	
+
 !"#*%&'()$+,./:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2230: -1- m4_define([m4_cr_not_alnum], [	
+
 !"#*%&'()$+,./:;<=>?@[\]^_`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2231: -1- m4_define([m4_cr_not_symbols1], [	
+
 !"#*%&'()$+,./0123456789:;<=>?@[\]^`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2232: -1- m4_define([m4_cr_not_symbols2], [	
+
 !"#*%&'()$+,./:;<=>?@[\]^`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2239: -1- m4_define([m4_newline], [
+$1])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2246: -1- m4_define([m4_re_escape], [m4_bpatsubst([$1],
+	      [[][*+.?\^$]], [\\\&])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2255: -1- m4_define([m4_re_string], [[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2264: -1- m4_define([m4_re_word], [[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]*])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2276: -1- m4_define([m4_tolower], [m4_translit([[$1]], [ABCDEFGHIJKLMNOPQRSTUVWXYZ],
+		     [abcdefghijklmnopqrstuvwxyz])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2279: -1- m4_define([m4_toupper], [m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz],
+		     [ABCDEFGHIJKLMNOPQRSTUVWXYZ])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2312: -1- m4_define([m4_split], [m4_if([$1], [], [],
+       [$2], [ ], [m4_if(m4_index([$1], [ ]), [-1], [[[$1]]],
+			 [_$0([$1], [$2], [, ])])],
+       [$2], [], [_$0([$1], [[	 ]+], [, ])],
+       [_$0([$1], [$2], [, ])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2319: -1- m4_define([_m4_split], [m4_changequote([-=<{(],[)}>=-])[m4_bpatsubst(-=<{(-=<{($1)}>=-)}>=-, -=<{($2)}>=-,
+	       -=<{(]$3[)}>=-)]m4_changequote([, ])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2338: -1- m4_define([m4_chomp], [m4_format([[%.*s]], m4_index(m4_translit([[$1]], [
+/.], [/  ])[./.], [/.]), [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2342: -1- m4_define([m4_chomp_all], [m4_format([[%.*s]], m4_bregexp(m4_translit([[$1]], [
+/], [/ ]), [/*$]), [$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2359: -1- m4_define([m4_flatten], [m4_if(m4_index([$1], [
+]), [-1], [[$1]],
+       [m4_translit(m4_bpatsubst([[[$1]]], [\\
+]), [
+], [ ])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2387: -1- m4_define([m4_strip], [m4_bpatsubsts([$1 ],
+	       [[	 ]+], [ ],
+	       [^. ?\(.*\) .$], [[[\1]]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2405: -1- m4_define([m4_normalize], [m4_strip(m4_flatten([$1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2425: -1- m4_define([m4_join], [m4_if([$#], [1], [],
+       [$#], [2], [[$2]],
+       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift2($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2429: -1- m4_define([_m4_join], [m4_if([$#$2], [2], [],
+       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift2($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2439: -1- m4_define([m4_joinall], [[$2]_$0([$1], m4_shift($@))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2440: -1- m4_define([_m4_joinall], [m4_if([$#], [2], [], [[$1$3]$0([$1], m4_shift2($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2458: -1- m4_define([m4_combine], [m4_if([$2], [], [], m4_eval([$# > 3]), [1],
+[m4_map_args_sep([m4_map_args_sep(m4_dquote(], [)[[$3]], [], [[$1]],]]m4_dquote(m4_dquote(m4_shift3($@)))[[)], [[$1]], $2)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2519: -1- m4_define([m4_append], [m4_define([$1], m4_ifdef([$1], [_m4_defn([$1])[$3]])[$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2533: -1- m4_define([m4_append_uniq], [m4_ifval([$3], [m4_if(m4_index([$2], [$3]), [-1], [],
+		       [m4_warn([syntax],
+				[$0: `$2' contains `$3'])])])_$0($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2537: -1- m4_define([_m4_append_uniq], [m4_ifdef([$1],
+	  [m4_if(m4_index([$3]_m4_defn([$1])[$3], [$3$2$3]), [-1],
+		 [m4_append([$1], [$2], [$3])$4], [$5])],
+	  [m4_define([$1], [$2])$4])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2549: -1- m4_define([m4_append_uniq_w], [m4_map_args_w([$2], [_m4_append_uniq([$1],], [, [ ])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2568: -1- m4_define([m4_escape], [m4_if(m4_index(m4_translit([$1],
+   [[]#,()][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789], [$$$]), [$]),
+  [-1], [m4_echo], [_$0])([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2573: -1- m4_define([_m4_escape], [m4_changequote([-=<{(],[)}>=-])m4_bpatsubst(m4_bpatsubst(m4_bpatsubst(m4_bpatsubst(
+	  -=<{(-=<{(-=<{(-=<{(-=<{($1)}>=-)}>=-)}>=-)}>=-)}>=-,
+	-=<{(#)}>=-, -=<{(@%:@)}>=-),
+      -=<{(\[)}>=-, -=<{(@<:@)}>=-),
+    -=<{(\])}>=-, -=<{(@:>@)}>=-),
+  -=<{(\$)}>=-, -=<{(@S|@)}>=-)m4_changequote([,])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2632: -1- m4_define([m4_text_wrap], [_$0(m4_escape([$1]), [$2], m4_default_quoted([$3], [$2]),
+     m4_default_quoted([$4], [79]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2636: -1- m4_define([_m4_text_wrap], [m4_pushdef([m4_Indent], m4_qlen([$2]))m4_pushdef([m4_Cursor], m4_qlen([$3]))m4_pushdef([m4_Separator], [m4_define([m4_Separator], [ ])])[$3]m4_cond([m4_Cursor], m4_Indent, [],
+	      [m4_eval(m4_Cursor > m4_Indent)], [1], [
+[$2]m4_define([m4_Cursor], m4_Indent)],
+	      [m4_format([%*s], m4_max([0],
+  m4_eval(m4_Indent - m4_Cursor)), [])m4_define([m4_Cursor], m4_Indent)])m4_map_args_w([$1], [$0_word(], [, [$2], [$4])])_m4_popdef([m4_Separator], [m4_Cursor], [m4_Indent])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2659: -1- m4_define([_m4_text_wrap_word], [m4_define([m4_Cursor], m4_eval(m4_Cursor + m4_qlen([$1]) + 1))m4_if(m4_eval(m4_Cursor > ([$3])),
+      [1], [m4_define([m4_Cursor], m4_eval(m4_Indent + m4_qlen([$1]) + 1))
+[$2]],
+      [m4_Separator[]])[$1]])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2677: -1- m4_define([m4_text_box], [m4_pushdef([m4_Border],
+	    m4_translit(m4_format([[[%*s]]], m4_decr(m4_qlen(_m4_expand([$1
+]))), []), [ ], m4_default_quoted([$2], [-])))[##] _m4_defn([m4_Border]) [##]
+[##] $1 [##]
+[##] _m4_defn([m4_Border]) [##]_m4_popdef([m4_Border])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2701: -1- m4_define([m4_qlen], [m4_ifdef([$0-$1], [_m4_defn([$0-]], [_$0(])[$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2703: -1- m4_define([_m4_qlen], [m4_define([m4_qlen-$1],
+m4_if(m4_index([$1], [@]), [-1], [m4_len([$1])],
+      [m4_len(m4_bpatsubst([[$1]],
+			   [@\(\(<:\|:>\|S|\|%:\|\{:\|:\}\)\(@\)\|&t@\)],
+			   [\3]))]))_m4_defn([m4_qlen-$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2714: -1- m4_define([m4_copyright_condense], [m4_text_wrap(m4_bpatsubst(m4_flatten([[$1]]),
+[(C)[-	 ,0-9]*\([1-9][0-9][0-9][0-9]\)], [(C) \1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2728: -1- m4_define([m4_cmp], [m4_eval((([$1]) > ([$2])) - (([$1]) < ([$2])))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2756: -1- m4_define([m4_list_cmp], [_$0_raw(m4_dquote($1), m4_dquote($2))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2759: -1- m4_define([_m4_list_cmp_raw], [m4_if([$1], [$2], [0], [_m4_list_cmp_1([$1], $2)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2762: -1- m4_define([_m4_list_cmp], [m4_if([$1], [], [0m4_ignore], [$2], [0], [m4_unquote], [$2m4_ignore])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2765: -1- m4_define([_m4_list_cmp_1], [_m4_list_cmp_2([$2], [m4_shift2($@)], $1)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2768: -1- m4_define([_m4_list_cmp_2], [_m4_list_cmp([$1$3], m4_cmp([$3+0], [$1+0]))(
+  [_m4_list_cmp_1(m4_dquote(m4_shift3($@)), $2)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2783: -1- m4_define([m4_max], [m4_if([$#], [0], [m4_fatal([too few arguments to $0])],
+       [$#], [1], [m4_eval([$1])],
+       [$#$1], [2$2], [m4_eval([$1])],
+       [$#], [2], [_$0($@)],
+       [_m4_minmax([_$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2790: -1- m4_define([_m4_max], [m4_eval((([$1]) > ([$2])) * ([$1]) + (([$1]) <= ([$2])) * ([$2]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2793: -1- m4_define([m4_min], [m4_if([$#], [0], [m4_fatal([too few arguments to $0])],
+       [$#], [1], [m4_eval([$1])],
+       [$#$1], [2$2], [m4_eval([$1])],
+       [$#], [2], [_$0($@)],
+       [_m4_minmax([_$0], $@)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2800: -1- m4_define([_m4_min], [m4_eval((([$1]) < ([$2])) * ([$1]) + (([$1]) >= ([$2])) * ([$2]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2809: -1- m4_define([_m4_minmax], [m4_if([$#], [3], [$1([$2], [$3])],
+       [$0([$1], $1([$2], [$3]), m4_shift3($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2817: -1- m4_define([m4_sign], [m4_eval((([$1]) > 0) - (([$1]) < 0))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2848: -1- m4_define([m4_version_unletter], [m4_substr(m4_map_args([.m4_eval], m4_unquote(_$0([$1]))), [3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2850: -1- m4_define([_m4_version_unletter], [m4_bpatsubst(m4_bpatsubst(m4_translit([[[[0,$1]]]], [.-], [,,]),[[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]][+],
+	      [+1,-1,[0r36:\&]]), [,0], [,[0r10:0]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2865: -1- m4_define([m4_version_compare], [_m4_list_cmp_raw(_m4_version_unletter([$1]), _m4_version_unletter([$2]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2877: -1- m4_sinclude([m4sugar/version.m4])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2877: -1- m4_define([m4_include(m4sugar/version.m4)])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:6: -1- m4_define([m4_PACKAGE_NAME], [GNU Autoconf])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:7: -1- m4_define([m4_PACKAGE_TARNAME], [autoconf])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:8: -1- m4_define([m4_PACKAGE_VERSION], [2.69])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:9: -1- m4_define([m4_PACKAGE_STRING], [GNU Autoconf 2.69])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:10: -1- m4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf at gnu.org])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:11: -1- m4_define([m4_PACKAGE_URL], [http://www.gnu.org/software/autoconf/])
+m4trace:/usr/share/autoconf/m4sugar/version.m4:12: -1- m4_define([m4_PACKAGE_YEAR], [2012])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2883: -1- m4_define([m4_version_prereq], [m4_if(m4_version_compare([2.69], [$1]),
+	[-1],
+	[m4_default([$3],
+		    [m4_fatal([Autoconf version $1 or higher is required],
+			      [63])])],
+	[$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2949: -1- m4_define([m4_set_add], [m4_ifdef([_m4_set([$1],$2)],
+	  [m4_if(m4_indir([_m4_set([$1],$2)]), [0],
+		 [m4_define([_m4_set([$1],$2)],
+			    [1])_m4_set_size([$1], [m4_incr])$3], [$4])],
+	  [m4_define([_m4_set([$1],$2)],
+		     [1])m4_pushdef([_m4_set([$1])],
+				    [$2])_m4_set_size([$1], [m4_incr])$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2970: -1- m4_define([m4_set_add_all], [m4_define([_m4_set_size($1)], m4_eval(m4_set_size([$1])
+  + m4_len(m4_ifdef([_m4_set_cleanup($1)], [_$0_check], [_$0])([$1], $@))))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2974: -1- m4_define([_m4_set_add_all], [m4_if([$#], [2], [],
+       [m4_ifdef([_m4_set([$1],$3)], [],
+		 [m4_define([_m4_set([$1],$3)], [1])m4_pushdef([_m4_set([$1])],
+	   [$3])-])$0([$1], m4_shift2($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2980: -1- m4_define([_m4_set_add_all_check], [m4_if([$#], [2], [],
+       [m4_set_add([$1], [$3])$0([$1], m4_shift2($@))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:2988: -1- m4_define([m4_set_contains], [m4_ifdef([_m4_set_cleanup($1)],
+	  [m4_if(m4_ifdef([_m4_set([$1],$2)],
+		    [m4_indir([_m4_set([$1],$2)])], [0]), [1], [$3], [$4])],
+	  [m4_ifdef([_m4_set([$1],$2)], [$3], [$4])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3007: -1- m4_define([m4_set_contents], [m4_set_map_sep([$1], [], [], [[$2]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3026: -1- m4_define([_m4_set_contents_1], [_m4_stack_reverse([_m4_set([$1])], [_m4_set_($1)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3029: -1- m4_define([_m4_set_contents_1c], [m4_ifdef([_m4_set([$1])],
+	  [m4_set_contains([$1], _m4_defn([_m4_set([$1])]),
+		   [m4_pushdef([_m4_set_($1)], _m4_defn([_m4_set([$1])]))],
+		   [_m4_popdef([_m4_set([$1],]_m4_defn(
+      [_m4_set([$1])])[)])])_m4_popdef([_m4_set([$1])])$0([$1])],
+	  [_m4_popdef([_m4_set_cleanup($1)])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3037: -1- m4_define([_m4_set_contents_2], [_m4_stack_reverse([_m4_set_($1)], [_m4_set([$1])],
+  [$2[]_m4_defn([_m4_set_($1)])$3], [$4[]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3047: -1- m4_define([m4_set_delete], [m4_ifdef([_m4_set([$1])],
+	  [_m4_popdef([_m4_set([$1],]_m4_defn([_m4_set([$1])])[)],
+		      [_m4_set([$1])])$0([$1])],
+	  [m4_ifdef([_m4_set_cleanup($1)],
+		    [_m4_popdef([_m4_set_cleanup($1)])])m4_ifdef(
+		    [_m4_set_size($1)],
+		    [_m4_popdef([_m4_set_size($1)])])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3065: -1- m4_define([m4_set_difference], [m4_if([$1], [$2], [], [m4_set_map_sep([$1], [_$0([$2],], [)])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3068: -1- m4_define([_m4_set_difference], [m4_set_contains([$1], [$2], [], [,[$2]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3082: -1- m4_define([m4_set_dump], [m4_ifdef([_m4_set_size($1)],
+	  [_m4_popdef([_m4_set_size($1)])])m4_ifdef([_m4_set_cleanup($1)],
+    [_$0_check], [_$0])([$1], [], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3094: -1- m4_define([_m4_set_dump], [m4_ifdef([_m4_set([$1])],
+	  [[$2]_m4_defn([_m4_set([$1])])_m4_popdef([_m4_set([$1],]_m4_defn(
+		[_m4_set([$1])])[)], [_m4_set([$1])])$0([$1], [$2$3])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3099: -1- m4_define([_m4_set_dump_check], [m4_ifdef([_m4_set([$1])],
+	  [m4_set_contains([$1], _m4_defn([_m4_set([$1])]),
+			   [[$2]_m4_defn([_m4_set([$1])])])_m4_popdef(
+    [_m4_set([$1],]_m4_defn([_m4_set([$1])])[)],
+    [_m4_set([$1])])$0([$1], [$2$3])],
+	  [_m4_popdef([_m4_set_cleanup($1)])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3110: -1- m4_define([m4_set_empty], [m4_ifdef([_m4_set_size($1)],
+	  [m4_if(m4_indir([_m4_set_size($1)]), [0], [$2], [$3])], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3122: -1- m4_define([m4_set_foreach], [m4_pushdef([$2])m4_set_map_sep([$1], [m4_define([$2],], [)$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3135: -1- m4_define([m4_set_intersection], [m4_if([$1], [$2], [m4_set_listc([$1])],
+       m4_eval(m4_set_size([$2]) < m4_set_size([$1])), [1], [$0([$2], [$1])],
+       [m4_set_map_sep([$1], [_$0([$2],], [)])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3140: -1- m4_define([_m4_set_intersection], [m4_set_contains([$1], [$2], [,[$2]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3152: -1- m4_define([m4_set_list], [m4_set_map_sep([$1], [], [], [,])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3155: -1- m4_define([m4_set_listc], [m4_set_map_sep([$1], [,])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3167: -1- m4_define([m4_set_map], [m4_set_map_sep([$1], [$2(], [)])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3174: -1- m4_define([m4_set_map_sep], [m4_ifdef([_m4_set_cleanup($1)], [_m4_set_contents_1c],
+	  [_m4_set_contents_1])([$1])_m4_set_contents_2($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3188: -1- m4_define([m4_set_remove], [m4_set_contains([$1], [$2], [_m4_set_size([$1],
+    [m4_decr])m4_if(_m4_defn([_m4_set([$1])]), [$2],
+		    [_m4_popdef([_m4_set([$1],$2)], [_m4_set([$1])])],
+		    [m4_define([_m4_set_cleanup($1)])m4_define(
+		      [_m4_set([$1],$2)], [0])])$3], [$4])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3199: -1- m4_define([m4_set_size], [m4_ifdef([_m4_set_size($1)], [m4_indir([_m4_set_size($1)])], [0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3207: -1- m4_define([_m4_set_size], [m4_define([_m4_set_size($1)],
+	   m4_ifdef([_m4_set_size($1)], [$2(m4_indir([_m4_set_size($1)]))],
+		    [1]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3224: -1- m4_define([m4_set_union], [m4_set_listc([$1])m4_if([$1], [$2], [],
+  [m4_set_map_sep([$2], [_$0([$1],], [)])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3228: -1- m4_define([_m4_set_union], [m4_ifdef([_m4_set([$1],$2)], [], [,[$2]])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3244: -1- m4_define([m4_file_append], [m4_syscmd([cat >>$1 <<_m4eof
+$2
+_m4eof
+])
+m4_if(m4_sysval, [0], [],
+      [m4_fatal([$0: cannot write: $1])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sugar.m4:3264: -1- m4_define([m4_init], [# All the M4sugar macros start with `m4_', except `dnl' kept as is
+# for sake of simplicity.
+m4_pattern_forbid([^_?m4_])
+m4_pattern_forbid([^dnl$])
+
+# If __m4_version__ is defined, we assume that we are being run by M4
+# 1.6 or newer, thus $@ recursion is linear, and debugmode(+do)
+# is available for faster checks of dereferencing undefined macros
+# and forcing dumpdef to print to stderr regardless of debugfile.
+# But if it is missing, we assume we are being run by M4 1.4.x, that
+# $@ recursion is quadratic, and that we need foreach-based
+# replacement macros.  Also, m4 prior to 1.4.8 loses track of location
+# during m4wrap text; __line__ should never be 0.
+#
+# Use the raw builtin to avoid tripping up include tracing.
+# Meanwhile, avoid m4_copy, since it temporarily undefines m4_defn.
+m4_ifdef([__m4_version__],
+[m4_debugmode([+do])
+m4_define([m4_defn], _m4_defn([_m4_defn]))
+m4_define([m4_dumpdef], _m4_defn([_m4_dumpdef]))
+m4_define([m4_popdef], _m4_defn([_m4_popdef]))
+m4_define([m4_undefine], _m4_defn([_m4_undefine]))],
+[m4_builtin([include], [m4sugar/foreach.m4])
+m4_wrap_lifo([m4_if(__line__, [0], [m4_pushdef([m4_location],
+]]m4_dquote(m4_dquote(m4_dquote(__file__:__line__)))[[)])])])
+
+# Rewrite the first entry of the diversion stack.
+m4_divert([KILL])
+
+# Check the divert push/pop perfect balance.
+# Some users are prone to also use m4_wrap to register last-minute
+# m4_divert_text; so after our diversion cleanups, we restore
+# KILL as the bottom of the diversion stack.
+m4_wrap([m4_popdef([_m4_divert_diversion])m4_ifdef(
+  [_m4_divert_diversion], [m4_fatal([$0: unbalanced m4_divert_push:
+]m4_divert_stack)])_m4_popdef([_m4_divert_stack])m4_divert_push([KILL])])
+])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:62: -1- m4_define([_m4_divert(BINSH)], [0])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:63: -1- m4_define([_m4_divert(HEADER-REVISION)], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:64: -1- m4_define([_m4_divert(HEADER-COMMENT)], [2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:65: -1- m4_define([_m4_divert(HEADER-COPYRIGHT)], [3])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:66: -1- m4_define([_m4_divert(M4SH-SANITIZE)], [4])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:67: -1- m4_define([_m4_divert(M4SH-INIT-FN)], [5])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:68: -1- m4_define([_m4_divert(M4SH-INIT)], [6])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:69: -1- m4_define([_m4_divert(BODY)], [1000])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:92: -1- m4_define([AS_BOURNE_COMPATIBLE], [# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+_$0
+])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:102: -1- m4_define([_AS_BOURNE_COMPATIBLE], [AS_IF([test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1],
+ [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],
+ [AS_CASE([`(set -o) 2>/dev/null`], [*posix*], [set -o posix])])
+])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:118: -1- m4_define([_AS_CLEANUP], [m4_divert_text([M4SH-SANITIZE], [_AS_DETECT_BETTER_SHELL])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:127: -1- m4_define([AS_COPYRIGHT], [m4_divert_text([HEADER-COPYRIGHT],
+[m4_bpatsubst([
+$1], [^], [@%:@ ])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:144: -1- m4_define([_AS_DETECT_EXPAND], [$1="m4_bpatsubst(m4_dquote(AS_ESCAPE(_m4_expand(m4_set_contents([$2], [
+])))), [\\\$LINENO\(.*\)$], [";$1=$$1$LINENO;$1=$$1"\1])"])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:156: -1- m4_define([m4_location(_AS_DETECT_REQUIRED)], [/usr/share/autoconf/m4sugar/m4sh.m4:156])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:156: -1- m4_define([_AS_DETECT_REQUIRED], [_m4_defun_pro([$0])m4_set_add([_AS_DETECT_REQUIRED_BODY], [$1 || AS_EXIT])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:167: -1- m4_define([m4_location(_AS_DETECT_SUGGESTED)], [/usr/share/autoconf/m4sugar/m4sh.m4:167])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:167: -1- m4_define([_AS_DETECT_SUGGESTED], [_m4_defun_pro([$0])m4_set_add([_AS_DETECT_SUGGESTED_BODY], [$1 || AS_EXIT])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:174: -1- m4_define([_AS_DETECT_SUGGESTED_PRUNE], [m4_set_contains([_AS_DETECT_REQUIRED_BODY], [$1],
+		 [m4_set_remove([_AS_DETECT_SUGGESTED_BODY], [$1])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:194: -1- m4_define([m4_location(_AS_DETECT_BETTER_SHELL)], [/usr/share/autoconf/m4sugar/m4sh.m4:194])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:194: -1- m4_define([_AS_DETECT_BETTER_SHELL], [_m4_defun_pro([$0])m4_if(_AS_FORCE_REEXEC_WITH_CONFIG_SHELL, [yes],
+  [# 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;
+    _AS_REEXEC_WITH_SHELL([$CONFIG_SHELL])
+  fi
+  # We don't want this to propagate to other subprocesses.
+  dnl This might be especially important in case an m4sh-generated script
+  dnl is used to later execute other m4sh-generated scripts.  This happens
+  dnl for example in autoconf's own testsuite (and happens *a lot* there,
+  dnl in fact).
+  AS_UNSET([_as_can_reexec])
+])m4_set_map([_AS_DETECT_SUGGESTED_BODY], [_AS_DETECT_SUGGESTED_PRUNE])m4_pushdef([AS_EXIT], [exit m4_default(]m4_dquote([$][1])[, 1)])if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="AS_ESCAPE(_m4_expand([_AS_BOURNE_COMPATIBLE]))"
+  _AS_DETECT_EXPAND([as_required], [_AS_DETECT_REQUIRED_BODY])
+  _AS_DETECT_EXPAND([as_suggested], [_AS_DETECT_SUGGESTED_BODY])
+  AS_IF([_AS_RUN(["$as_required"])],
+	[as_have_required=yes],
+	[as_have_required=no])
+  AS_IF([test x$as_have_required = xyes && _AS_RUN(["$as_suggested"])],
+    [],
+    [_AS_PATH_WALK([/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH],
+      [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
+	     AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+		    _AS_RUN(["$as_required"], ["$as_shell"])],
+		   [CONFIG_SHELL=$as_shell as_have_required=yes
+		   m4_set_empty([_AS_DETECT_SUGGESTED_BODY], [break 2],
+		     [AS_IF([_AS_RUN(["$as_suggested"], ["$as_shell"])],
+			    [break 2])])])
+	   done;;
+       esac],
+      [AS_IF([{ test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+	      _AS_RUN(["$as_required"], ["$SHELL"])],
+	     [CONFIG_SHELL=$SHELL as_have_required=yes])])
+
+      AS_IF([test "x$CONFIG_SHELL" != x],
+            [export CONFIG_SHELL
+             _AS_REEXEC_WITH_SHELL([$CONFIG_SHELL])])
+
+dnl Unfortunately, $as_me isn't available here.
+    AS_IF([test x$as_have_required = xno],
+      [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("m4_text_wrap([Please tell ]_m4_defn([m4_PACKAGE_BUGREPORT])
+m4_ifset([AC_PACKAGE_BUGREPORT], [m4_if(_m4_defn([m4_PACKAGE_BUGREPORT]),
+_m4_defn([AC_PACKAGE_BUGREPORT]), [], [and _m4_defn([AC_PACKAGE_BUGREPORT])])])
+[about your system, including any error possibly output before this message.
+Then install a modern shell, or manually run the script under such a
+shell if you do have one.], [$[]0: ], [], [62])")
+  fi
+  AS_EXIT])])
+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
+_m4_popdef([AS_EXIT])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:279: -1- m4_define([m4_location(_AS_REEXEC_WITH_SHELL)], [/usr/share/autoconf/m4sugar/m4sh.m4:279])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:279: -1- m4_define([_AS_REEXEC_WITH_SHELL], [_m4_defun_pro([$0])dnl
+# 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 $1 $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 $1"]) >&2
+AS_EXIT([255])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:322: -1- m4_define([m4_location(_AS_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:322])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:322: -1- m4_define([_AS_PREPARE], [_m4_defun_pro([$0])m4_pushdef([AS_REQUIRE])m4_pushdef([AS_REQUIRE_SHELL_FN], _m4_defn([_AS_REQUIRE_SHELL_FN])
+)m4_pushdef([AS_MESSAGE_LOG_FD], [-1])_AS_ERROR_PREPARE
+_m4_popdef([AS_MESSAGE_LOG_FD])_AS_EXIT_PREPARE
+_AS_UNSET_PREPARE
+_AS_VAR_APPEND_PREPARE
+_AS_VAR_ARITH_PREPARE
+
+_AS_EXPR_PREPARE
+_AS_BASENAME_PREPARE
+_AS_DIRNAME_PREPARE
+_AS_ME_PREPARE
+_AS_CR_PREPARE
+_AS_ECHO_N_PREPARE
+_AS_LN_S_PREPARE
+_AS_MKDIR_P_PREPARE
+_AS_TEST_PREPARE
+_AS_TR_CPP_PREPARE
+_AS_TR_SH_PREPARE
+_m4_popdef([AS_REQUIRE], [AS_REQUIRE_SHELL_FN])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:353: -1- m4_define([m4_location(AS_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:353])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:353: -1- m4_define([AS_PREPARE], [_m4_defun_pro([$0])m4_divert_push([KILL])
+m4_append_uniq([_AS_CLEANUP],
+  [m4_divert_text([M4SH-INIT-FN], [_AS_ERROR_PREPARE[]])])
+AS_REQUIRE([_AS_EXPR_PREPARE])
+AS_REQUIRE([_AS_BASENAME_PREPARE])
+AS_REQUIRE([_AS_DIRNAME_PREPARE])
+AS_REQUIRE([_AS_ME_PREPARE])
+AS_REQUIRE([_AS_CR_PREPARE])
+AS_REQUIRE([_AS_LINENO_PREPARE])
+AS_REQUIRE([_AS_ECHO_N_PREPARE])
+AS_REQUIRE([_AS_EXIT_PREPARE])
+AS_REQUIRE([_AS_LN_S_PREPARE])
+AS_REQUIRE([_AS_MKDIR_P_PREPARE])
+AS_REQUIRE([_AS_TEST_PREPARE])
+AS_REQUIRE([_AS_TR_CPP_PREPARE])
+AS_REQUIRE([_AS_TR_SH_PREPARE])
+AS_REQUIRE([_AS_UNSET_PREPARE])
+AS_REQUIRE([_AS_VAR_APPEND_PREPARE], [], [M4SH-INIT-FN])
+AS_REQUIRE([_AS_VAR_ARITH_PREPARE], [], [M4SH-INIT-FN])
+m4_divert_pop[][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:385: -1- m4_define([m4_location(AS_REQUIRE)], [/usr/share/autoconf/m4sugar/m4sh.m4:385])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:385: -1- m4_define([AS_REQUIRE], [_m4_defun_pro([$0])m4_define([_m4_divert_desired], [m4_default_quoted([$3], [M4SH-INIT])])m4_if(m4_eval(_m4_divert_dump - 0 <= _m4_divert(_m4_divert_desired, [-])),
+       1, [m4_require(],
+	  [m4_divert_require(_m4_divert_desired,]) [$1], [$2])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:394: -1- m4_define([_AS_REQUIRE_SHELL_FN], [
+m4_n([$2])$1 ()
+{
+$3
+} @%:@ $1[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:408: -1- m4_define([AS_REQUIRE_SHELL_FN], [m4_provide_if([AS_SHELL_FN_$1], [],
+[AS_REQUIRE([AS_SHELL_FN_$1],
+[m4_provide([AS_SHELL_FN_$1])_$0($@)],
+m4_default_quoted([$4], [M4SH-INIT-FN]))])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:420: -1- m4_define([_AS_RUN], [m4_ifval([$2], [{ $as_echo "$as_bourne_compatible"$1 | as_run=a $2; }],
+		[(eval $1)]) 2>/dev/null])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:429: -1- m4_define([_AS_SHELL_FN_WORK], [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.; }
+AS_IF([( set x; as_fn_ret_success y && test x = "[$]1" )], [],
+      [exitcode=1; echo positional parameters were not saved.])
+test x$exitcode = x0[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:451: -1- m4_define([m4_location(_AS_SHELL_SANITIZE)], [/usr/share/autoconf/m4sugar/m4sh.m4:451])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:451: -1- m4_define([_AS_SHELL_SANITIZE], [_m4_defun_pro([$0])m4_pushdef([AS_EXIT], [exit m4_default(]m4_dquote([$][1])[, 1)])m4_text_box([M4sh Initialization.])
+
+AS_BOURNE_COMPATIBLE
+_AS_ECHO_PREPARE
+_AS_PATH_SEPARATOR_PREPARE
+
+# 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_PATH_WALK([],
+		   [test -r "$as_dir/$[0]" && as_myself=$as_dir/$[0] && break])
+     ;;
+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
+  AS_EXIT
+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
+_m4_popdef([AS_EXIT])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:511: -1- m4_define([AS_SHELL_SANITIZE], [_AS_SHELL_SANITIZE
+m4_provide_if([AS_INIT], [],
+[m4_provide([AS_INIT])
+_AS_DETECT_REQUIRED([_AS_SHELL_FN_WORK])
+_AS_DETECT_REQUIRED([_AS_TEST_X_WORKS])
+_AS_DETECT_BETTER_SHELL
+_AS_UNSET_PREPARE
+])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:541: -1- m4_define([_AS_CASE], [ [@%:@(]
+  $1[)] :
+    $2 ;;])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:545: -1- m4_define([_AS_CASE_DEFAULT], [ [@%:@(]
+  *[)] :
+    $1 ;;])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:550: -1- m4_define([m4_location(AS_CASE)], [/usr/share/autoconf/m4sugar/m4sh.m4:550])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:550: -1- m4_define([AS_CASE], [_m4_defun_pro([$0])case $1 in[]m4_map_args_pair([_$0], [_$0_DEFAULT],
+   m4_shift($@m4_if(m4_eval([$# & 1]), [1], [,])))
+esac[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:568: -1- m4_define([m4_location(_AS_EXIT_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:568])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:568: -1- m4_define([_AS_EXIT_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([as_fn_set_status],
+  [AS_FUNCTION_DESCRIBE([as_fn_set_status], [STATUS],
+    [Set $? to STATUS, without forking.])], [  return $[]1])AS_REQUIRE_SHELL_FN([as_fn_exit],
+  [AS_FUNCTION_DESCRIBE([as_fn_exit], [STATUS],
+    [Exit the shell with STATUS, even in a "trap 0" or "set -e" context.])],
+[  set +e
+  as_fn_set_status $[1]
+  exit $[1]])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:585: -1- m4_define([m4_location(AS_EXIT)], [/usr/share/autoconf/m4sugar/m4sh.m4:585])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:585: -1- m4_define([AS_EXIT], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXIT_PREPARE])[]as_fn_exit m4_ifval([$1], [$1], [$][?])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:607: -1- m4_define([m4_location(AS_FOR)], [/usr/share/autoconf/m4sugar/m4sh.m4:607])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:607: -1- m4_define([AS_FOR], [_m4_defun_pro([$0])m4_pushdef([$1], m4_if([$3], [], [[$$2]], m4_translit([$3], [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789][%+=:,./-]), [], [[$3]], [[$$2]]))for $2[]m4_ifval([$3], [ in $3])
+do :
+  $4
+done[]_m4_popdef([$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:629: -1- m4_define([_AS_IF], [elif $1; then :
+  $2
+])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:633: -1- m4_define([_AS_IF_ELSE], [m4_ifnblank([$1],
+[else
+  $1
+])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:639: -1- m4_define([m4_location(AS_IF)], [/usr/share/autoconf/m4sugar/m4sh.m4:639])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:639: -1- m4_define([AS_IF], [_m4_defun_pro([$0])if $1; then :
+  $2
+m4_map_args_pair([_$0], [_$0_ELSE], m4_shift2($@))fi[][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:649: -1- m4_define([m4_location(AS_SET_STATUS)], [/usr/share/autoconf/m4sugar/m4sh.m4:649])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:649: -1- m4_define([AS_SET_STATUS], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXIT_PREPARE])[]as_fn_set_status $1[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:657: -1- m4_define([m4_location(_AS_UNSET_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:657])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:657: -1- m4_define([_AS_UNSET_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([as_fn_unset], [VAR], [Portably unset VAR.])
+as_fn_unset ()
+{
+  AS_UNSET([$[1]])
+}
+as_unset=as_fn_unset[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:671: -1- m4_define([m4_location(AS_UNSET)], [/usr/share/autoconf/m4sugar/m4sh.m4:671])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:671: -1- m4_define([AS_UNSET], [_m4_defun_pro([$0]){ AS_LITERAL_WORD_IF([$1], [], [eval ])$1=; unset $1;}[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:689: -1- m4_define([AS_MESSAGE_FD], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:698: -1- m4_define([AS_MESSAGE_LOG_FD])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:706: -1- m4_define([AS_ORIGINAL_STDIN_FD], [0])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:720: -1- m4_define([AS_ESCAPE], [_$0([$1], m4_if([$2], [], [[`], [\"$]], [m4_substr([$2], [0], [1]), [$2]]))])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:732: -1- m4_define([_AS_ESCAPE], [m4_if(m4_index(m4_translit([[$1]], [$3], [$2$2$2$2]), [$2]), [-1],
+       [$0_], [m4_bpatsubst])([$1], [[$2$3]], [\\\&])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:735: -1- m4_define([_AS_ESCAPE_], [$1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:757: -1- m4_define([_AS_QUOTE], [m4_cond([m4_index([$1], [\])], [-1], [_AS_QUOTE_MODERN],
+	 [m4_eval(m4_index(m4_translit([[$1]], [$], [\]), [\\]) >= 0)],
+[1], [_AS_QUOTE_MODERN],
+	 [m4_eval(m4_index(m4_translit([[$1]], ["], [`]), [\`]) >= 0)],dnl"
+[1], [_AS_QUOTE_OLD],
+	 [_AS_QUOTE_MODERN])([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:765: -1- m4_define([_AS_QUOTE_MODERN], [_AS_ESCAPE([$1], [`], [""])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:768: -1- m4_define([_AS_QUOTE_OLD], [m4_warn([obsolete],
+   [back quotes and double quotes must not be escaped in: $1])$1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:776: -1- m4_define([_AS_ECHO_UNQUOTED], [AS_ECHO(["$1"]) >&m4_default([$2], [AS_MESSAGE_FD])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:783: -1- m4_define([_AS_ECHO], [_AS_ECHO_UNQUOTED([_AS_QUOTE([$1])], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:790: -1- m4_define([_AS_ECHO_LOG], [_AS_ECHO([$as_me:${as_lineno-$LINENO}: $1], AS_MESSAGE_LOG_FD)[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:790: -1- m4_define([m4_location(_AS_ECHO_LOG)], [/usr/share/autoconf/m4sugar/m4sh.m4:790])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:807: -1- m4_define([m4_location(_AS_ECHO_N_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:807])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:807: -1- m4_define([_AS_ECHO_N_PREPARE], [_m4_defun_pro([$0])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
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:826: -1- m4_define([_AS_ECHO_N], [AS_ECHO_N(["_AS_QUOTE([$1])"]) >&m4_default([$2], [AS_MESSAGE_FD])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:834: -1- m4_define([AS_MESSAGE], [m4_ifval(AS_MESSAGE_LOG_FD,
+	  [{ _AS_ECHO_LOG([$1])
+_AS_ECHO([$as_me: $1], [$2]);}],
+	  [_AS_ECHO([$as_me: $1], [$2])])[][]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:834: -1- m4_define([m4_location(AS_MESSAGE)], [/usr/share/autoconf/m4sugar/m4sh.m4:834])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:845: -1- m4_define([AS_WARN], [AS_MESSAGE([WARNING: $1], [2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:858: -1- m4_define([_AS_ERROR_PREPARE], [AS_REQUIRE_SHELL_FN([as_fn_error],
+  [AS_FUNCTION_DESCRIBE([as_fn_error], [STATUS ERROR]m4_ifval(AS_MESSAGE_LOG_FD,
+      [[ [[LINENO LOG_FD]]]]),
+    [Output "`basename @S|@0`: error: ERROR" to stderr.]
+m4_ifval(AS_MESSAGE_LOG_FD,
+    [[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_status=$[1]; test $as_status -eq 0 && as_status=1
+m4_ifval(AS_MESSAGE_LOG_FD,
+[m4_pushdef([AS_MESSAGE_LOG_FD], [$[4]])dnl
+  if test "$[4]"; then
+    AS_LINENO_PUSH([$[3]])
+    _AS_ECHO_LOG([error: $[2]])
+  fi
+m4_define([AS_MESSAGE_LOG_FD])], [m4_pushdef([AS_MESSAGE_LOG_FD])])dnl
+  AS_MESSAGE([error: $[2]], [2])
+_m4_popdef([AS_MESSAGE_LOG_FD])dnl
+  AS_EXIT([$as_status])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:883: -1- m4_define([AS_ERROR], [as_fn_error m4_default([$2], [$?]) "_AS_QUOTE([$1])"m4_ifval(AS_MESSAGE_LOG_FD,
+  [ "$LINENO" AS_MESSAGE_LOG_FD])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:883: -1- m4_define([m4_location(AS_ERROR)], [/usr/share/autoconf/m4sugar/m4sh.m4:883])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:894: -1- m4_define([m4_location(AS_LINENO_PUSH)], [/usr/share/autoconf/m4sugar/m4sh.m4:894])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:894: -1- m4_define([AS_LINENO_PUSH], [_m4_defun_pro([$0])as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:904: -1- m4_define([m4_location(AS_LINENO_POP)], [/usr/share/autoconf/m4sugar/m4sh.m4:904])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:904: -1- m4_define([AS_LINENO_POP], [_m4_defun_pro([$0])eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:921: -1- m4_define([m4_location(_AS_BASENAME_EXPR)], [/usr/share/autoconf/m4sugar/m4sh.m4:921])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:921: -1- m4_define([_AS_BASENAME_EXPR], [_m4_defun_pro([$0])$as_expr X/[]$1 : '.*/\([[^/][^/]*]\)/*$' \| \
+	 X[]$1 : 'X\(//\)$' \| \
+	 X[]$1 : 'X\(/\)' \| .[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:926: -1- m4_define([m4_location(_AS_BASENAME_SED)], [/usr/share/autoconf/m4sugar/m4sh.m4:926])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:926: -1- m4_define([_AS_BASENAME_SED], [_m4_defun_pro([$0])AS_ECHO([X/[]$1]) |
+    sed ['/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:942: -1- m4_define([AS_BASENAME], [$as_basename -- $1 ||
+_AS_BASENAME_EXPR([$1]) 2>/dev/null ||
+_AS_BASENAME_SED([$1])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:942: -1- m4_define([m4_location(AS_BASENAME)], [/usr/share/autoconf/m4sugar/m4sh.m4:942])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:954: -1- m4_define([m4_location(_AS_BASENAME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:954])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:954: -1- m4_define([_AS_BASENAME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXPR_PREPARE])if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:975: -1- m4_define([_AS_DIRNAME_EXPR], [$as_expr X[]$1 : 'X\(.*[[^/]]\)//*[[^/][^/]]*/*$' \| \
+	 X[]$1 : 'X\(//\)[[^/]]' \| \
+	 X[]$1 : 'X\(//\)$' \| \
+	 X[]$1 : 'X\(/\)' \| .[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:975: -1- m4_define([m4_location(_AS_DIRNAME_EXPR)], [/usr/share/autoconf/m4sugar/m4sh.m4:975])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:982: -1- m4_define([m4_location(_AS_DIRNAME_SED)], [/usr/share/autoconf/m4sugar/m4sh.m4:982])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:982: -1- m4_define([_AS_DIRNAME_SED], [_m4_defun_pro([$0])AS_ECHO([X[]$1]) |
+    sed ['/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1002: -1- m4_define([AS_DIRNAME], [$as_dirname -- $1 ||
+_AS_DIRNAME_EXPR([$1]) 2>/dev/null ||
+_AS_DIRNAME_SED([$1])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1002: -1- m4_define([m4_location(AS_DIRNAME)], [/usr/share/autoconf/m4sugar/m4sh.m4:1002])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1011: -1- m4_define([m4_location(_AS_DIRNAME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1011])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1011: -1- m4_define([_AS_DIRNAME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_EXPR_PREPARE])if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1026: -1- m4_define([AS_ECHO], [$as_echo $1[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1026: -1- m4_define([m4_location(AS_ECHO)], [/usr/share/autoconf/m4sugar/m4sh.m4:1026])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1034: -1- m4_define([AS_ECHO_N], [$as_echo_n $1[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1034: -1- m4_define([m4_location(AS_ECHO_N)], [/usr/share/autoconf/m4sugar/m4sh.m4:1034])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1044: -1- m4_define([m4_location(_AS_ECHO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1044])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1044: -1- m4_define([_AS_ECHO_PREPARE], [_m4_defun_pro([$0])[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
+][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1090: -1- m4_define([AS_TEST_X], [test -x $1[][]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1090: -1- m4_define([m4_location(AS_TEST_X)], [/usr/share/autoconf/m4sugar/m4sh.m4:1090])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1098: -1- m4_define([AS_EXECUTABLE_P], [as_fn_executable_p $1[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1098: -1- m4_define([m4_location(AS_EXECUTABLE_P)], [/usr/share/autoconf/m4sugar/m4sh.m4:1098])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1108: -1- m4_define([m4_location(_AS_EXPR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1108])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1108: -1- m4_define([_AS_EXPR_PREPARE], [_m4_defun_pro([$0])if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1121: -1- m4_define([m4_location(AS_ME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1121])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1121: -1- m4_define([AS_ME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1122: -1- m4_define([m4_location(_AS_ME_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1122])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1122: -1- m4_define([_AS_ME_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_BASENAME_PREPARE])as_me=`AS_BASENAME("$[0]")`
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1146: -1- m4_define([_AS_LINENO_WORKS], [  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'"'])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1166: -1- m4_define([m4_location(AS_LINENO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1166])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1166: -1- m4_define([AS_LINENO_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1167: -1- m4_define([m4_location(_AS_LINENO_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1167])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1167: -1- m4_define([_AS_LINENO_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])AS_REQUIRE([_AS_ME_PREPARE])_AS_DETECT_SUGGESTED([_AS_LINENO_WORKS])m4_pushdef([AS_MESSAGE_LOG_FD])m4_pushdef([AS_ERROR],
+  [{ AS_MESSAGE(]m4_dquote([error: $][1])[, [2]); AS_EXIT([1]); }])_AS_LINENO_WORKS || {
+[  # 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_ERROR([cannot create $as_me.lineno; rerun with a POSIX shell])
+
+  # 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
+}
+_m4_popdef([AS_MESSAGE_LOG_FD], [AS_ERROR])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1223: -1- m4_define([m4_location(_AS_LN_S_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1223])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1223: -1- m4_define([_AS_LN_S_PREPARE], [_m4_defun_pro([$0])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
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1257: -1- m4_define([AS_LN_S], [$as_ln_s $1 $2[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1257: -1- m4_define([m4_location(AS_LN_S)], [/usr/share/autoconf/m4sugar/m4sh.m4:1257])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1267: -1- m4_define([_AS_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")`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || AS_ERROR([cannot create directory $as_dir])
+])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1289: -1- m4_define([AS_MKDIR_P], [as_dir=$1; as_fn_mkdir_p[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1289: -1- m4_define([m4_location(AS_MKDIR_P)], [/usr/share/autoconf/m4sugar/m4sh.m4:1289])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1296: -1- m4_define([m4_location(_AS_MKDIR_P_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1296])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1296: -1- m4_define([_AS_MKDIR_P_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([as_fn_mkdir_p],
+  [AS_FUNCTION_DESCRIBE([as_fn_mkdir_p], [],
+    [Create "$as_dir" as a directory, including parents if necessary.])],
+[
+  _AS_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
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1315: -1- m4_define([m4_location(_AS_PATH_SEPARATOR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1315])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1315: -1- m4_define([_AS_PATH_SEPARATOR_PREPARE], [_m4_defun_pro([$0])# 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
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1339: -1- m4_define([_AS_PATH_WALK], [as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+m4_ifvaln([$3], [as_found=false])dnl
+m4_bmatch([$1], [[:;]],
+[as_dummy="$1"
+for as_dir in $as_dummy],
+[for as_dir in m4_default([$1], [$PATH])])
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  m4_ifvaln([$3], [as_found=:])dnl
+  $2
+  m4_ifvaln([$3], [as_found=false])dnl
+done
+m4_ifvaln([$3], [$as_found || { $3; }])dnl
+IFS=$as_save_IFS
+[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1339: -1- m4_define([m4_location(_AS_PATH_WALK)], [/usr/share/autoconf/m4sugar/m4sh.m4:1339])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1363: -1- m4_define([AS_SET_CATFILE], [case $2 in @%:@((
+.) AS_VAR_SET([$1], [$3]);;
+*)
+  case $3 in @%:@(((
+  .) AS_VAR_SET([$1], [$2]);;
+  [[\\/]]* | ?:[[\\/]]* ) AS_VAR_SET([$1], [$3]);;
+  *) AS_VAR_SET([$1], [$2/$3]);;
+  esac;;
+esac[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1378: -1- m4_define([_AS_TEST_X_WORKS], [test -x /])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1384: -1- m4_define([m4_location(_AS_TEST_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1384])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1384: -1- m4_define([_AS_TEST_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([as_fn_executable_p],
+  [AS_FUNCTION_DESCRIBE([as_fn_executable_p], [FILE],
+    [Test if FILE is an executable regular file.])],
+  [  test -f "$[]1" && test -x "$[]1"])as_test_x='test -x'
+as_executable_p=as_fn_executable_p
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1407: -1- m4_define([AS_BOX], [_$0(m4_expand([$1]), [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1410: -1- m4_define([_AS_BOX], [m4_if(m4_index(m4_translit([[$1]], [`\"], [$$$]), [$]),
+  [-1], [$0_LITERAL], [$0_INDIR])($@)])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1417: -1- m4_define([_AS_BOX_LITERAL], [AS_ECHO(["_AS_ESCAPE(m4_dquote(m4_expand([m4_text_box($@)])), [`], [\"$])"])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1423: -1- m4_define([_AS_BOX_INDIR], [sed 'h;s/./m4_default([$2], [-])/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX
+@%:@@%:@ $1 @%:@@%:@
+_ASBOX])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1433: -1- m4_define([_AS_CLEAN_DIR], [if test -d $1; then
+  find $1 -type d ! -perm -700 -exec chmod u+rwx {} \;
+  rm -fr $1/* $1/.[[!.]] $1/.??*
+fi])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1450: -1- m4_define([AS_FUNCTION_DESCRIBE], [@%:@ $1[]m4_ifval([$2], [ $2])
+@%:@ m4_translit(m4_format([%*s],
+	   m4_decr(m4_qlen(_m4_expand([$1[]m4_ifval([$2], [ $2])
+]))), []), [ ], [-])
+m4_text_wrap([$3], [@%:@ ], [], [$4])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1512: -1- m4_define([AS_HELP_STRING], [m4_text_wrap([$2], m4_cond([[$3]], [], [                          ],
+			    [m4_eval([$3]+0)], [0], [[$3]],
+			    [m4_format([[%*s]], [$3], [])]),
+	      m4_expand([  $1 ]), [$4])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1536: -1- m4_define([AS_IDENTIFIER_IF], [m4_if(_$0(m4_if(m4_index([$1], [@]), [-1],
+  [[$1]], [m4_bpatsubst([[$1]], [@&t@])])), [-], [$2], [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1540: -1- m4_define([_AS_IDENTIFIER_IF], [m4_cond([[$1]], [], [],
+	 [m4_eval(m4_len(m4_translit([[$1]], ][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]][)) > 0)], [1], [],
+	 [m4_len(m4_translit(m4_format([[%.1s]], [$1]), ][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_]][))], [0], [-])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1599: -1- m4_define([AS_LITERAL_IF], [_$0(m4_expand([$1]), [	 ][
+])([$4], [$3], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1603: -1- m4_define([_AS_LITERAL_IF], [m4_if(m4_index([$1], [@S|@]), [-1], [$0_(m4_translit([$1],
+  [-:=%/@{}[]#(),.$2]][[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789]][,
+  [++++++$$`````]))], [$0_NO])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1608: -1- m4_define([_AS_LITERAL_IF_], [m4_if(m4_translit([$1], [+]), [], [$0YES],
+       m4_translit([$1], [$]), [], [m4_default], [$0NO])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1612: -1- m4_define([_AS_LITERAL_IF_YES], [$3])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1613: -1- m4_define([_AS_LITERAL_IF_NO], [$2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1620: -1- m4_define([AS_LITERAL_WORD_IF], [_AS_LITERAL_IF(m4_expand([$1]))([$4], [$3], [$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1628: -1- m4_define([AS_LITERAL_HEREDOC_IF], [_$0(m4_expand([$1]))([$2], [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1631: -1- m4_define([_AS_LITERAL_HEREDOC_IF], [m4_if(m4_index([$1], [@S|@]), [-1],
+  [m4_if(m4_index(m4_translit([[$1]], [\`], [$]), [$]), [-1],
+    [$0_YES], [$0_NO])],
+  [$0_NO])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1637: -1- m4_define([_AS_LITERAL_HEREDOC_IF_YES], [$1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1638: -1- m4_define([_AS_LITERAL_HEREDOC_IF_NO], [$2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1648: -1- m4_define([AS_TMPDIR], [# Create a (secure) tmp directory for tmp files.
+m4_if([$2], [], [: "${TMPDIR:=/tmp}"])
+{
+  tmp=`(umask 077 && mktemp -d "m4_default([$2],
+    [$TMPDIR])/$1XXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=m4_default([$2], [$TMPDIR])/$1$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || AS_ERROR([cannot create a temporary directory in m4_default([$2],
+	      [$TMPDIR])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1666: -1- m4_define([AS_UNAME], [{
+cat <<_ASUNAME
+m4_text_box([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_PATH_WALK([$PATH], [AS_ECHO(["PATH: $as_dir"])])
+}])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1697: -1- m4_define([m4_location(_AS_VERSION_COMPARE_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1697])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1697: -1- m4_define([_AS_VERSION_COMPARE_PREPARE], [_m4_defun_pro([$0])[as_awk_strverscmp='
+  # Use only awk features that work with 7th edition Unix awk (1978).
+  # My, what an old awk you have, Mr. Solaris!
+  END {
+    while (length(v1) && length(v2)) {
+      # Set d1 to be the next thing to compare from v1, and likewise for d2.
+      # Normally this is a single character, but if v1 and v2 contain digits,
+      # compare them as integers and fractions as strverscmp does.
+      if (v1 ~ /^[0-9]/ && v2 ~ /^[0-9]/) {
+	# Split v1 and v2 into their leading digit string components d1 and d2,
+	# and advance v1 and v2 past the leading digit strings.
+	for (len1 = 1; substr(v1, len1 + 1) ~ /^[0-9]/; len1++) continue
+	for (len2 = 1; substr(v2, len2 + 1) ~ /^[0-9]/; len2++) continue
+	d1 = substr(v1, 1, len1); v1 = substr(v1, len1 + 1)
+	d2 = substr(v2, 1, len2); v2 = substr(v2, len2 + 1)
+	if (d1 ~ /^0/) {
+	  if (d2 ~ /^0/) {
+	    # Compare two fractions.
+	    while (d1 ~ /^0/ && d2 ~ /^0/) {
+	      d1 = substr(d1, 2); len1--
+	      d2 = substr(d2, 2); len2--
+	    }
+	    if (len1 != len2 && ! (len1 && len2 && substr(d1, 1, 1) == substr(d2, 1, 1))) {
+	      # The two components differ in length, and the common prefix
+	      # contains only leading zeros.  Consider the longer to be less.
+	      d1 = -len1
+	      d2 = -len2
+	    } else {
+	      # Otherwise, compare as strings.
+	      d1 = "x" d1
+	      d2 = "x" d2
+	    }
+	  } else {
+	    # A fraction is less than an integer.
+	    exit 1
+	  }
+	} else {
+	  if (d2 ~ /^0/) {
+	    # An integer is greater than a fraction.
+	    exit 2
+	  } else {
+	    # Compare two integers.
+	    d1 += 0
+	    d2 += 0
+	  }
+	}
+      } else {
+	# The normal case, without worrying about digits.
+	d1 = substr(v1, 1, 1); v1 = substr(v1, 2)
+	d2 = substr(v2, 1, 1); v2 = substr(v2, 2)
+      }
+      if (d1 < d2) exit 1
+      if (d1 > d2) exit 2
+    }
+    # Beware Solaris /usr/xgp4/bin/awk (at least through Solaris 10),
+    # which mishandles some comparisons of empty strings to integers.
+    if (length(v2)) exit 1
+    if (length(v1)) exit 2
+  }
+'][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1767: -1- m4_define([AS_VERSION_COMPARE], [as_arg_v1=$1
+as_arg_v2=$2
+awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
+AS_CASE([$?],
+	[1], [$3],
+	[0], [$4],
+	[2], [$5])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1767: -1- m4_define([m4_location(AS_VERSION_COMPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1767])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1793: -1- m4_define([m4_location(_AS_CR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1793])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1793: -1- m4_define([_AS_CR_PREPARE], [_m4_defun_pro([$0])# 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
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -1- m4_define([m4_location(_AS_TR_SH_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1805])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1805: -1- m4_define([_AS_TR_SH_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[[^_$as_cr_alnum]]%_%g'"
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1826: -1- m4_define([AS_TR_SH], [_$0(m4_expand([$1]))[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1826: -1- m4_define([m4_location(AS_TR_SH)], [/usr/share/autoconf/m4sugar/m4sh.m4:1826])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1830: -1- m4_define([_AS_TR_SH], [_AS_LITERAL_IF([$1], [*][	 ][
+])([], [$0_INDIR], [$0_LITERAL])([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [3])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [4])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [5])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [6])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [7])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [8])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [9])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [10])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [11])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [12])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [13])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [14])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [15])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [16])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [17])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [18])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [19])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [20])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [21])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [22])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [23])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [24])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [25])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [26])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [27])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [28])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [29])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [30])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [31])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [32])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [33])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [34])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [35])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [36])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [37])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [38])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [39])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [40])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [41])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [42])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [43])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [44])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [45])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [46])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [47])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [48])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [49])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [50])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [51])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [52])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [53])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [54])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [55])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [56])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [57])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [58])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [59])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [60])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [61])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [62])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [63])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [64])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [65])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [66])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [67])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [68])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [69])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [70])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [71])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [72])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [73])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [74])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [75])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [76])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [77])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [78])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [79])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [80])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [81])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [82])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [83])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [84])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [85])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [86])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [87])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [88])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [89])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [90])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [91])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [92])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [93])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [94])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [95])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [96])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [97])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [98])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [99])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [100])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [101])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [102])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [103])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [104])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [105])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [106])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [107])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [108])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [109])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [110])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [111])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [112])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [113])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [114])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [115])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [116])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [117])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [118])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [119])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [120])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [121])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [122])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [123])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [124])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [125])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [126])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [127])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [128])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [129])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [130])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [131])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [132])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [133])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [134])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [135])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [136])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [137])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [138])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [139])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [140])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [141])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [142])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [143])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [144])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [145])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [146])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [147])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [148])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [149])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [150])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [151])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [152])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [153])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [154])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [155])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [156])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [157])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [158])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [159])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [160])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [161])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [162])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [163])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [164])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [165])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [166])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [167])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [168])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [169])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [170])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [171])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [172])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [173])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [174])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [175])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [176])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [177])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [178])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [179])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [180])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [181])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [182])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [183])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [184])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [185])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [186])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [187])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [188])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [189])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [190])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [191])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [192])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [193])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [194])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [195])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [196])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [197])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [198])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [199])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [200])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [201])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [202])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [203])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [204])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [205])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [206])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [207])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [208])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [209])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [210])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [211])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [212])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [213])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [214])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [215])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [216])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [217])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [218])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [219])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [220])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [221])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [222])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [223])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [224])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [225])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [226])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [227])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [228])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [229])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [230])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [231])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [232])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [233])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [234])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [235])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [236])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [237])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [238])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [239])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [240])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [241])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [242])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [243])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [244])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [245])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [246])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [247])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [248])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [249])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [250])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [251])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [252])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [253])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [254])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1837: -3- m4_define([], [255])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1834: -1- m4_define([_AS_TR_SH_LITERAL], [m4_translit([[$1]],
+  [*+[]][	
+
 !"#*%&'()$+,./:;<=>?@[\]^`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-],
+  [pp[]][_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1839: -1- m4_define([_AS_TR_SH_INDIR], [`AS_ECHO(["_AS_ESCAPE([[$1]], [`], [\])"]) | $as_tr_sh`])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1845: -1- m4_define([m4_location(_AS_TR_CPP_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1845])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1845: -1- m4_define([_AS_TR_CPP_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_CR_PREPARE])# 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'"
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1859: -1- m4_define([AS_TR_CPP], [_$0(m4_expand([$1]))[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1859: -1- m4_define([m4_location(AS_TR_CPP)], [/usr/share/autoconf/m4sugar/m4sh.m4:1859])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1863: -1- m4_define([_AS_TR_CPP], [_AS_LITERAL_IF([$1], [*][	 ][
+])([], [$0_INDIR], [$0_LITERAL])([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [1])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [3])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [4])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [5])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [6])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [7])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [8])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [9])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [10])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [11])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [12])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [13])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [14])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [15])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [16])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [17])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [18])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [19])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [20])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [21])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [22])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [23])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [24])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [25])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [26])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [27])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [28])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [29])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [30])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [31])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [32])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [33])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [34])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [35])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [36])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [37])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [38])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [39])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [40])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [41])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [42])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [43])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [44])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [45])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [46])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [47])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [48])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [49])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [50])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [51])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [52])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [53])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [54])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [55])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [56])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [57])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [58])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [59])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [60])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [61])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [62])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [63])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [64])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [65])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [66])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [67])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [68])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [69])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [70])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [71])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [72])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [73])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [74])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [75])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [76])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [77])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [78])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [79])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [80])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [81])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [82])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [83])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [84])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [85])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [86])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [87])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [88])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [89])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [90])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [91])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [92])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [93])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [94])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [95])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [96])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [97])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [98])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [99])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [100])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [101])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [102])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [103])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [104])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [105])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [106])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [107])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [108])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [109])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [110])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [111])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [112])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [113])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [114])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [115])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [116])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [117])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [118])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [119])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [120])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [121])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [122])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [123])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [124])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [125])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [126])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [127])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [128])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [129])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [130])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [131])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [132])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [133])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [134])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [135])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [136])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [137])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [138])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [139])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [140])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [141])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [142])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [143])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [144])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [145])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [146])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [147])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [148])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [149])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [150])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [151])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [152])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [153])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [154])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [155])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [156])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [157])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [158])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [159])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [160])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [161])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [162])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [163])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [164])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [165])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [166])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [167])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [168])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [169])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [170])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [171])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [172])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [173])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [174])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [175])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [176])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [177])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [178])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [179])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [180])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [181])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [182])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [183])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [184])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [185])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [186])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [187])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [188])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [189])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [190])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [191])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [192])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [193])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [194])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [195])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [196])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [197])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [198])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [199])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [200])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [201])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [202])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [203])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [204])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [205])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [206])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [207])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [208])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [209])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [210])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [211])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [212])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [213])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [214])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [215])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [216])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [217])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [218])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [219])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [220])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [221])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [222])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [223])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [224])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [225])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [226])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [227])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [228])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [229])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [230])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [231])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [232])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [233])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [234])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [235])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [236])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [237])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [238])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [239])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [240])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [241])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [242])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [243])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [244])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [245])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [246])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [247])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [248])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [249])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [250])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [251])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [252])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [253])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [254])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1870: -3- m4_define([], [255])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1867: -1- m4_define([_AS_TR_CPP_LITERAL], [m4_translit([[$1]],
+  [*[]][abcdefghijklmnopqrstuvwxyz	
+
 !"#*%&'()$+,./:;<=>?@[\]^`{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-],
+  [P[]][ABCDEFGHIJKLMNOPQRSTUVWXYZ_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1872: -1- m4_define([_AS_TR_CPP_INDIR], [`AS_ECHO(["_AS_ESCAPE([[$1]], [`], [\])"]) | $as_tr_cpp`])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1878: -1- m4_define([m4_location(_AS_TR_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1878])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1878: -1- m4_define([_AS_TR_PREPARE], [_m4_defun_pro([$0])AS_REQUIRE([_AS_TR_SH_PREPARE])AS_REQUIRE([_AS_TR_CPP_PREPARE])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1906: -1- m4_define([m4_location(_AS_VAR_APPEND_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1906])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1906: -1- m4_define([_AS_VAR_APPEND_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([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.])
+AS_IF([_AS_RUN(["AS_ESCAPE(m4_quote(_AS_VAR_APPEND_WORKS))"])],
+[eval 'as_fn_append ()
+  {
+    eval $[]1+=\$[]2
+  }'],
+[as_fn_append ()
+  {
+    eval $[]1=\$$[]1\$[]2
+  }]) # as_fn_append
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1926: -1- m4_define([_AS_VAR_APPEND_WORKS], [as_var=1; as_var+=2; test x$as_var = x12])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1939: -1- m4_define([AS_VAR_APPEND], [as_fn_append $1 $2[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1939: -1- m4_define([m4_location(AS_VAR_APPEND)], [/usr/share/autoconf/m4sugar/m4sh.m4:1939])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1948: -1- m4_define([m4_location(_AS_VAR_ARITH_PREPARE)], [/usr/share/autoconf/m4sugar/m4sh.m4:1948])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1948: -1- m4_define([_AS_VAR_ARITH_PREPARE], [_m4_defun_pro([$0])AS_FUNCTION_DESCRIBE([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.])
+AS_IF([_AS_RUN(["AS_ESCAPE(m4_quote(_AS_VAR_ARITH_WORKS))"])],
+[eval 'as_fn_arith ()
+  {
+    as_val=$(( $[]* ))
+  }'],
+[as_fn_arith ()
+  {
+    as_val=`expr "$[]@" || test $? -eq 1`
+  }]) # as_fn_arith
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1967: -1- m4_define([_AS_VAR_ARITH_WORKS], [test $(( 1 + 1 )) = 2])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1981: -1- m4_define([AS_VAR_ARITH], [as_fn_arith $2 && AS_VAR_SET([$1], [$as_val])[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1981: -1- m4_define([m4_location(AS_VAR_ARITH)], [/usr/share/autoconf/m4sugar/m4sh.m4:1981])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:1991: -1- m4_define([AS_VAR_COPY], [AS_LITERAL_WORD_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2002: -1- m4_define([AS_VAR_GET], [AS_LITERAL_WORD_IF([$1],
+	       [$$1],
+  [`eval 'as_val=${'_AS_ESCAPE([[$1]], [`], [\])'};AS_ECHO(["$as_val"])'`])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2012: -1- m4_define([AS_VAR_IF], [AS_LITERAL_WORD_IF([$1],
+  [AS_IF(m4_ifval([$2], [[test "x$$1" = x[]$2]], [[${$1:+false} :]])],
+  [AS_VAR_COPY([as_val], [$1])
+   AS_IF(m4_ifval([$2], [[test "x$as_val" = x[]$2]], [[${as_val:+false} :]])],
+  [AS_IF(m4_ifval([$2],
+    [[eval test \"x\$"$1"\" = x"_AS_ESCAPE([$2], [`], [\"$])"]],
+    [[eval \${$1:+false} :]])]),
+[$3], [$4])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2051: -1- m4_define([AS_VAR_POPDEF], [m4_popdef([$1])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2066: -1- m4_define([AS_VAR_PUSHDEF], [_$0([$1], m4_expand([$2]))[]])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2066: -1- m4_define([m4_location(AS_VAR_PUSHDEF)], [/usr/share/autoconf/m4sugar/m4sh.m4:2066])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2070: -1- m4_define([_AS_VAR_PUSHDEF], [_AS_LITERAL_IF([$2], [	 ][
+])([], [as_$1=_AS_TR_SH_INDIR([$2])
+m4_pushdef([$1], [$as_[$1]])],
+[m4_pushdef([$1], [_AS_TR_SH_LITERAL([$2])])])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2082: -1- m4_define([AS_VAR_SET], [AS_LITERAL_WORD_IF([$1],
+	       [$1=$2],
+	       [eval "$1=_AS_ESCAPE([$2], [`], [\"$])"])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2092: -1- m4_define([AS_VAR_SET_IF], [AS_IF([AS_VAR_TEST_SET([$1])], [$2], [$3])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2100: -1- m4_define([AS_VAR_TEST_SET], [AS_LITERAL_WORD_IF([$1],
+  [${$1+:} false],
+  [{ as_var=$1; eval \${$as_var+:} false; }],
+  [eval \${$1+:} false])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2121: -1- m4_define([m4_location(AS_INIT_GENERATED)], [/usr/share/autoconf/m4sugar/m4sh.m4:2121])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2121: -1- m4_define([AS_INIT_GENERATED], [_m4_defun_pro([$0])m4_require([AS_PREPARE])m4_pushdef([AS_MESSAGE_LOG_FD])as_write_fail=0
+cat >$1 <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+$2
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$1 <<\_ASEOF || as_write_fail=1
+_AS_SHELL_SANITIZE
+_AS_PREPARE
+m4_if(AS_MESSAGE_FD, [1], [], [exec AS_MESSAGE_FD>&1
+])m4_text_box([Main body of $1 script.])
+_ASEOF
+test $as_write_fail = 0 && chmod +x $1[]dnl
+_m4_popdef([AS_MESSAGE_LOG_FD])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/m4sugar/m4sh.m4:2146: -1- m4_define([AS_INIT], [# Wrap our cleanup prior to m4sugar's cleanup.
+m4_wrap([_AS_CLEANUP])
+m4_init
+m4_provide([AS_INIT])
+
+# Forbidden tokens and exceptions.
+m4_pattern_forbid([^_?AS_])
+
+# Bangshe and minimal initialization.
+m4_divert_text([BINSH], [@%:@! /bin/sh])
+m4_divert_text([HEADER-COMMENT],
+	       [@%:@ Generated from __file__ by m4_PACKAGE_STRING.])
+m4_divert_text([M4SH-SANITIZE], [_AS_SHELL_SANITIZE])
+m4_divert_text([M4SH-INIT-FN], [m4_text_box([M4sh Shell Functions.])])
+
+# Let's go!
+m4_divert([BODY])dnl
+m4_text_box([Main body of script.])
+_AS_DETECT_REQUIRED([_AS_SHELL_FN_WORK])dnl
+_AS_DETECT_REQUIRED([_AS_TEST_X_WORKS])dnl
+AS_REQUIRE([_AS_UNSET_PREPARE], [], [M4SH-INIT-FN])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:34: -1- m4_include([autoconf/autoupdate.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:34: -1- m4_define([m4_include(autoconf/autoupdate.m4)])
+m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:43: -1- m4_define([AU_DEFINE], [])
+m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:57: -1- m4_define([AU_DEFUN], [# This is what autoupdate's m4 run will expand.  It fires
+# the warning (with _au_warn_XXX), outputs it into the
+# updated configure.ac (with AC_DIAGNOSE), and then outputs
+# the replacement expansion.
+AU_DEFINE([$1],
+[m4_ifval([$3], [_au_warn_$1([$3])AC_DIAGNOSE([obsolete], [$3])d[]nl
+])dnl
+$2])
+
+# This is an auxiliary macro that is also run when
+# autoupdate runs m4.  It simply calls m4_warning, but
+# we need a wrapper so that each warning is emitted only
+# once.  We break the quoting in m4_warning's argument in
+# order to expand this macro's arguments, not AU_DEFUN's.
+AU_DEFINE([_au_warn_$1],
+[m4_warning($][@)dnl
+m4_define([_au_warn_$1], [])])
+
+# Finally, this is the expansion that is picked up by
+# autoconf.  It tells the user to run autoupdate, and
+# then outputs the replacement expansion.  We do not care
+# about autoupdate's warning because that contains
+# information on what to do *after* running autoupdate.
+AC_DEFUN([$1],
+	 [AC_DIAGNOSE([obsolete], [The macro `$1' is obsolete.
+You should run autoupdate.])dnl
+$2])])
+m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:102: -1- m4_define([AU_ALIAS], [AU_DEFUN([$1], _AU_ALIAS_BODY([$], [$2]))])
+m4trace:/usr/share/autoconf/autoconf/autoupdate.m4:108: -1- m4_define([_AU_ALIAS_BODY], [[m4_if($1#, 0, [$2], [$2($1@)])]])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:35: -1- m4_include([autoconf/autoscan.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:35: -1- m4_define([m4_include(autoconf/autoscan.m4)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:33: -1- m4_define([AN_OUTPUT], [])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:45: -1- m4_define([AN_FUNCTION], [AN_OUTPUT([function], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:46: -1- m4_define([AN_HEADER], [AN_OUTPUT([header], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:47: -1- m4_define([AN_IDENTIFIER], [AN_OUTPUT([identifier], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:48: -1- m4_define([AN_LIBRARY], [AN_OUTPUT([library], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:49: -1- m4_define([AN_MAKEVAR], [AN_OUTPUT([makevar], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoscan.m4:50: -1- m4_define([AN_PROGRAM], [AN_OUTPUT([program], $@)])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:36: -1- m4_include([autoconf/general.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:36: -1- m4_define([m4_include(autoconf/general.m4)])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3: -1- m4_define([_AC_COPYRIGHT_YEARS], [
+Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:115: -1- m4_define([_m4_divert(DEFAULTS)], [10])
+m4trace:/usr/share/autoconf/autoconf/general.m4:116: -1- m4_define([_m4_divert(PARSE_ARGS)], [20])
+m4trace:/usr/share/autoconf/autoconf/general.m4:118: -1- m4_define([_m4_divert(HELP_BEGIN)], [100])
+m4trace:/usr/share/autoconf/autoconf/general.m4:119: -1- m4_define([_m4_divert(HELP_CANON)], [101])
+m4trace:/usr/share/autoconf/autoconf/general.m4:120: -1- m4_define([_m4_divert(HELP_ENABLE)], [102])
+m4trace:/usr/share/autoconf/autoconf/general.m4:121: -1- m4_define([_m4_divert(HELP_WITH)], [103])
+m4trace:/usr/share/autoconf/autoconf/general.m4:122: -1- m4_define([_m4_divert(HELP_VAR)], [104])
+m4trace:/usr/share/autoconf/autoconf/general.m4:123: -1- m4_define([_m4_divert(HELP_VAR_END)], [105])
+m4trace:/usr/share/autoconf/autoconf/general.m4:124: -1- m4_define([_m4_divert(HELP_END)], [106])
+m4trace:/usr/share/autoconf/autoconf/general.m4:126: -1- m4_define([_m4_divert(VERSION_BEGIN)], [200])
+m4trace:/usr/share/autoconf/autoconf/general.m4:127: -1- m4_define([_m4_divert(VERSION_FSF)], [201])
+m4trace:/usr/share/autoconf/autoconf/general.m4:128: -1- m4_define([_m4_divert(VERSION_USER)], [202])
+m4trace:/usr/share/autoconf/autoconf/general.m4:129: -1- m4_define([_m4_divert(VERSION_END)], [203])
+m4trace:/usr/share/autoconf/autoconf/general.m4:131: -1- m4_define([_m4_divert(SHELL_FN)], [250])
+m4trace:/usr/share/autoconf/autoconf/general.m4:133: -1- m4_define([_m4_divert(INIT_PREPARE)], [300])
+m4trace:/usr/share/autoconf/autoconf/general.m4:167: -1- m4_define([AC_OBSOLETE], [AC_DIAGNOSE([obsolete], [$1 is obsolete$2])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:181: -1- m4_define([m4_location(AC_REQUIRE_SHELL_FN)], [/usr/share/autoconf/autoconf/general.m4:181])
+m4trace:/usr/share/autoconf/autoconf/general.m4:181: -1- m4_define([AC_REQUIRE_SHELL_FN], [_m4_defun_pro([$0])AS_REQUIRE_SHELL_FN([$1], [$2], [$3], m4_default_quoted([$4], [SHELL_FN]))[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:193: -1- AU_DEFINE([AC_FOREACH], [m4_ifval([], [_au_warn_AC_FOREACH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+[m4_foreach_w($@)]])
+m4trace:/usr/share/autoconf/autoconf/general.m4:193: -1- AU_DEFINE([_au_warn_AC_FOREACH], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FOREACH], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:193: -1- m4_define([m4_location(AC_FOREACH)], [/usr/share/autoconf/autoconf/general.m4:193])
+m4trace:/usr/share/autoconf/autoconf/general.m4:193: -1- m4_define([AC_FOREACH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FOREACH' is obsolete.
+You should run autoupdate.])dnl
+[m4_foreach_w($@)][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:194: -1- m4_define([m4_location(AC_FOREACH)], [/usr/share/autoconf/autoconf/general.m4:194])
+m4trace:/usr/share/autoconf/autoconf/general.m4:194: -1- m4_define([AC_FOREACH], [_m4_defun_pro([$0])m4_foreach_w($@)dnl
+AC_DIAGNOSE([obsolete], [The macro `AC_FOREACH' is obsolete.
+You should run autoupdate.])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:207: -1- AU_DEFINE([AC_HELP_STRING], [m4_ifval([], [_au_warn_AC_HELP_STRING([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AS_HELP_STRING], [AS_HELP_STRING($@)])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:207: -1- AU_DEFINE([_au_warn_AC_HELP_STRING], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HELP_STRING], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:207: -1- m4_define([m4_location(AC_HELP_STRING)], [/usr/share/autoconf/autoconf/general.m4:207])
+m4trace:/usr/share/autoconf/autoconf/general.m4:207: -1- m4_define([AC_HELP_STRING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HELP_STRING' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AS_HELP_STRING], [AS_HELP_STRING($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:230: -1- m4_define([_AC_INIT_LITERAL], [m4_if(m4_index(m4_translit([[$1]], [
+""], ['']), ['])AS_LITERAL_HEREDOC_IF([$1], [-]), [-1-], [],
+  [m4_warn([syntax], [AC_INIT: not a literal: $1])])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:237: -1- m4_define([_AC_INIT_PACKAGE], [_AC_INIT_LITERAL([$1])
+_AC_INIT_LITERAL([$2])
+_AC_INIT_LITERAL([$3])
+m4_ifndef([AC_PACKAGE_NAME],
+	  [m4_define([AC_PACKAGE_NAME],     [$1])])
+m4_ifndef([AC_PACKAGE_TARNAME],
+	  [m4_define([AC_PACKAGE_TARNAME],
+		     m4_default([$4],
+				[m4_bpatsubst(m4_tolower(m4_bpatsubst([[$1]],
+								     [GNU ])),
+				 [[^_abcdefghijklmnopqrstuvwxyz0123456789]],
+				 [-])]))])
+m4_ifndef([AC_PACKAGE_VERSION],
+	  [m4_define([AC_PACKAGE_VERSION],   [$2])])
+m4_ifndef([AC_PACKAGE_STRING],
+	  [m4_define([AC_PACKAGE_STRING],    [$1 $2])])
+m4_ifndef([AC_PACKAGE_BUGREPORT],
+	  [m4_define([AC_PACKAGE_BUGREPORT], [$3])])
+m4_ifndef([AC_PACKAGE_URL],
+	  [m4_define([AC_PACKAGE_URL],
+  m4_if([$5], [], [m4_if(m4_index([$1], [GNU ]), [0],
+	  [[http://www.gnu.org/software/]m4_defn([AC_PACKAGE_TARNAME])[/]])],
+	[[$5]]))])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:271: -1- m4_define([AC_COPYRIGHT], [AS_COPYRIGHT([$1])[]m4_divert_text(m4_default_quoted([$2], [VERSION_USER]),
+[m4_default([$3], [m4_newline])([$1])])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:281: -1- m4_define([AC_REVISION], [m4_divert_text([HEADER-REVISION],
+		[@%:@ From __file__ m4_translit([$1], [$""]).])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:305: -1- AU_DEFINE([AC_PREREQ], [m4_ifval([], [_au_warn_AC_PREREQ([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_version_prereq([$1])[]dnl
+[AC_PREREQ(][[2.69]][)]])
+m4trace:/usr/share/autoconf/autoconf/general.m4:305: -1- AU_DEFINE([_au_warn_AC_PREREQ], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PREREQ], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:305: -1- m4_define([m4_location(AC_PREREQ)], [/usr/share/autoconf/autoconf/general.m4:305])
+m4trace:/usr/share/autoconf/autoconf/general.m4:305: -1- m4_define([AC_PREREQ], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PREREQ' is obsolete.
+You should run autoupdate.])dnl
+m4_version_prereq([$1])[]dnl
+[AC_PREREQ(][[2.69]][)][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:339: -1- m4_define([_AC_INIT_NOTICE], [m4_cleardivert([HEADER-COMMENT])m4_divert_text([HEADER-COMMENT],
+[@%:@ Guess values for system-dependent variables and create Makefiles.
+@%:@ Generated by m4_PACKAGE_STRING[]dnl
+m4_ifset([AC_PACKAGE_STRING], [ for AC_PACKAGE_STRING]).])
+
+m4_ifset([AC_PACKAGE_BUGREPORT],
+	 [m4_divert_text([HEADER-COMMENT],
+			 [@%:@
+@%:@ Report bugs to <AC_PACKAGE_BUGREPORT>.])])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:357: -1- m4_define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT(m4_defn([_AC_COPYRIGHT_YEARS]), [VERSION_FSF], [
+m4_copyright_condense])dnl
+AC_COPYRIGHT(
+[This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.],
+	     [VERSION_FSF], [m4_echo])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:380: -1- m4_define([AS_MESSAGE_FD], [6])
+m4trace:/usr/share/autoconf/autoconf/general.m4:381: -1- m4_define([AS_ORIGINAL_STDIN_FD], [7])
+m4trace:/usr/share/autoconf/autoconf/general.m4:383: -1- AU_DEFINE([AC_FD_CC], [m4_ifval([], [_au_warn_AC_FD_CC([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AS_MESSAGE_LOG_FD], [AS_MESSAGE_LOG_FD($@)])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:383: -1- AU_DEFINE([_au_warn_AC_FD_CC], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FD_CC], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:383: -1- m4_define([m4_location(AC_FD_CC)], [/usr/share/autoconf/autoconf/general.m4:383])
+m4trace:/usr/share/autoconf/autoconf/general.m4:383: -1- m4_define([AC_FD_CC], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FD_CC' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AS_MESSAGE_LOG_FD], [AS_MESSAGE_LOG_FD($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:384: -1- AU_DEFINE([AC_FD_MSG], [m4_ifval([], [_au_warn_AC_FD_MSG([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AS_MESSAGE_FD], [AS_MESSAGE_FD($@)])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:384: -1- AU_DEFINE([_au_warn_AC_FD_MSG], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FD_MSG], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:384: -1- m4_define([m4_location(AC_FD_MSG)], [/usr/share/autoconf/autoconf/general.m4:384])
+m4trace:/usr/share/autoconf/autoconf/general.m4:384: -1- m4_define([AC_FD_MSG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FD_MSG' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AS_MESSAGE_FD], [AS_MESSAGE_FD($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:391: -1- m4_define([_AC_INIT_DEFAULTS], [m4_divert_push([DEFAULTS])dnl
+
+test -n "$DJDIR" || exec AS_ORIGINAL_STDIN_FD<&0 </dev/null
+exec AS_MESSAGE_FD>&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=.
+LIB@&t at OBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+AC_SUBST([SHELL])dnl
+AC_SUBST([PATH_SEPARATOR])dnl
+
+# Identity of this package.
+AC_SUBST([PACKAGE_NAME],
+	 [m4_ifdef([AC_PACKAGE_NAME],      ['AC_PACKAGE_NAME'])])dnl
+AC_SUBST([PACKAGE_TARNAME],
+	 [m4_ifdef([AC_PACKAGE_TARNAME],   ['AC_PACKAGE_TARNAME'])])dnl
+AC_SUBST([PACKAGE_VERSION],
+	 [m4_ifdef([AC_PACKAGE_VERSION],   ['AC_PACKAGE_VERSION'])])dnl
+AC_SUBST([PACKAGE_STRING],
+	 [m4_ifdef([AC_PACKAGE_STRING],    ['AC_PACKAGE_STRING'])])dnl
+AC_SUBST([PACKAGE_BUGREPORT],
+	 [m4_ifdef([AC_PACKAGE_BUGREPORT], ['AC_PACKAGE_BUGREPORT'])])dnl
+AC_SUBST([PACKAGE_URL],
+	 [m4_ifdef([AC_PACKAGE_URL],       ['AC_PACKAGE_URL'])])dnl
+
+m4_divert_pop([DEFAULTS])dnl
+m4_wrap_lifo([m4_divert_text([DEFAULTS],
+[ac_subst_vars='m4_set_dump([_AC_SUBST_VARS], m4_newline)'
+ac_subst_files='m4_ifdef([_AC_SUBST_FILES], [m4_defn([_AC_SUBST_FILES])])'
+ac_user_opts='
+enable_option_checking
+m4_ifdef([_AC_USER_OPTS], [m4_defn([_AC_USER_OPTS])
+])'
+m4_ifdef([_AC_PRECIOUS_VARS],
+  [_AC_ARG_VAR_STORE[]dnl
+   _AC_ARG_VAR_VALIDATE[]dnl
+   ac_precious_vars='m4_defn([_AC_PRECIOUS_VARS])'])
+m4_ifdef([_AC_LIST_SUBDIRS],
+  [ac_subdirs_all='m4_defn([_AC_LIST_SUBDIRS])'])dnl
+])])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:450: -1- m4_define([m4_location(AC_PREFIX_DEFAULT)], [/usr/share/autoconf/autoconf/general.m4:450])
+m4trace:/usr/share/autoconf/autoconf/general.m4:450: -1- m4_define([AC_PREFIX_DEFAULT], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_default_prefix=$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:463: -1- m4_define([m4_location(AC_PREFIX_PROGRAM)], [/usr/share/autoconf/autoconf/general.m4:463])
+m4trace:/usr/share/autoconf/autoconf/general.m4:463: -1- m4_define([AC_PREFIX_PROGRAM], [_m4_defun_pro([$0])if test "x$prefix" = xNONE; then
+dnl We reimplement AC_MSG_CHECKING (mostly) to avoid the ... in the middle.
+  _AS_ECHO_N([checking for prefix by ])
+  AC_PATH_PROG(ac_prefix_program, [$1])
+  if test -n "$ac_prefix_program"; then
+    prefix=`AS_DIRNAME(["$ac_prefix_program"])`
+    prefix=`AS_DIRNAME(["$prefix"])`
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:481: -1- m4_define([m4_location(AC_CONFIG_SRCDIR)], [/usr/share/autoconf/autoconf/general.m4:481])
+m4trace:/usr/share/autoconf/autoconf/general.m4:481: -1- m4_define([AC_CONFIG_SRCDIR], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_unique_file="$1"])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:491: -1- m4_define([m4_location(_AC_INIT_DIRCHECK)], [/usr/share/autoconf/autoconf/general.m4:491])
+m4trace:/usr/share/autoconf/autoconf/general.m4:491: -1- m4_define([_AC_INIT_DIRCHECK], [_m4_defun_pro([$0])m4_divert_push([PARSE_ARGS])dnl
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  AC_MSG_ERROR([working directory cannot be determined])
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  AC_MSG_ERROR([pwd does not report name of working directory])
+
+m4_divert_pop([PARSE_ARGS])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:510: -1- m4_define([m4_location(_AC_INIT_SRCDIR)], [/usr/share/autoconf/autoconf/general.m4:510])
+m4trace:/usr/share/autoconf/autoconf/general.m4:510: -1- m4_define([_AC_INIT_SRCDIR], [_m4_defun_pro([$0])AC_REQUIRE([_AC_INIT_DIRCHECK])dnl
+m4_divert_push([PARSE_ARGS])dnl
+
+# 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"])`
+  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 .."
+  AC_MSG_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" || AC_MSG_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
+m4_divert_pop([PARSE_ARGS])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:550: -1- m4_define([_AC_INIT_PARSE_ARGS], [m4_divert_push([PARSE_ARGS])dnl
+
+# 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
+AC_SUBST(exec_prefix, NONE)dnl
+no_create=
+no_recursion=
+AC_SUBST(prefix, NONE)dnl
+program_prefix=NONE
+program_suffix=NONE
+AC_SUBST(program_transform_name, [s,x,x,])dnl
+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.)
+AC_SUBST([bindir],         ['${exec_prefix}/bin'])dnl
+AC_SUBST([sbindir],        ['${exec_prefix}/sbin'])dnl
+AC_SUBST([libexecdir],     ['${exec_prefix}/libexec'])dnl
+AC_SUBST([datarootdir],    ['${prefix}/share'])dnl
+AC_SUBST([datadir],        ['${datarootdir}'])dnl
+AC_SUBST([sysconfdir],     ['${prefix}/etc'])dnl
+AC_SUBST([sharedstatedir], ['${prefix}/com'])dnl
+AC_SUBST([localstatedir],  ['${prefix}/var'])dnl
+AC_SUBST([includedir],     ['${prefix}/include'])dnl
+AC_SUBST([oldincludedir],  ['/usr/include'])dnl
+AC_SUBST([docdir],         [m4_ifset([AC_PACKAGE_TARNAME],
+				     ['${datarootdir}/doc/${PACKAGE_TARNAME}'],
+				     ['${datarootdir}/doc/${PACKAGE}'])])dnl
+AC_SUBST([infodir],        ['${datarootdir}/info'])dnl
+AC_SUBST([htmldir],        ['${docdir}'])dnl
+AC_SUBST([dvidir],         ['${docdir}'])dnl
+AC_SUBST([pdfdir],         ['${docdir}'])dnl
+AC_SUBST([psdir],          ['${docdir}'])dnl
+AC_SUBST([libdir],         ['${exec_prefix}/lib'])dnl
+AC_SUBST([localedir],      ['${datarootdir}/locale'])dnl
+AC_SUBST([mandir],         ['${datarootdir}/man'])dnl
+
+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 ;;
+
+  _AC_INIT_PARSE_ENABLE([disable])
+
+  -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 ;;
+
+  _AC_INIT_PARSE_ENABLE([enable])
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+
+  -site | --site | --sit)
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+
+  _AC_INIT_PARSE_ENABLE([with])
+
+  _AC_INIT_PARSE_ENABLE([without])
+
+  --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 ;;
+
+  -*) AC_MSG_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]]* )
+      AC_MSG_ERROR([invalid variable name: `$ac_envvar']) ;;
+    esac
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    AC_MSG_WARN([you should use --build, --host, --target])
+    expr "x$ac_option" : "[.*[^-._$as_cr_alnum]]" >/dev/null &&
+      AC_MSG_WARN([invalid host type: $ac_option])
+    : "${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'`
+  AC_MSG_ERROR([missing argument to $ac_option])
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+    no) ;;
+    fatal) AC_MSG_ERROR([unrecognized options: $ac_unrecognized_opts]) ;;
+    *)     AC_MSG_WARN( [unrecognized options: $ac_unrecognized_opts]) ;;
+  esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir
+do
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  case $ac_val in
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[[^/]]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+  esac
+  # Be sure to have absolute directory names.
+  case $ac_val in
+    [[\\/$]]* | ?:[[\\/]]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  AC_MSG_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 AS_MESSAGE_FD>/dev/null
+
+m4_divert_pop([PARSE_ARGS])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:970: -1- m4_define([_AC_INIT_PARSE_ENABLE], [m4_bmatch([$1], [^with],
+	   [_AC_INIT_PARSE_ENABLE2([$1], [with])],
+	   [_AC_INIT_PARSE_ENABLE2([$1], [enable])])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:986: -1- m4_define([_AC_INIT_PARSE_ENABLE2], [-$1-* | --$1-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*$1-\(m4_if([$1], [$2], [[[^=]]], [.])*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : "[.*[^-+._$as_cr_alnum]]" >/dev/null &&
+      AC_MSG_ERROR(
+	[invalid ]m4_if([$2], [with], [package], [feature])[ name: $ac_useropt])
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`AS_ECHO(["$ac_useropt"]) | sed 's/[[-+.]]/_/g'`
+    case $ac_user_opts in
+      *"
+"$2_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--$1-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval $2_$ac_useropt=m4_if([$1], [$2], [\$ac_optarg], [no]) ;;dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1009: -1- m4_define([_AC_INIT_HELP], [m4_divert_push([HELP_BEGIN])dnl
+
+#
+# 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 m4_ifset([AC_PACKAGE_STRING],
+			[AC_PACKAGE_STRING],
+			[this package]) to adapt to many kinds of systems.
+
+Usage: $[0] [[OPTION]]... [[VAR=VALUE]]...
+
+[To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+]AS_HELP_STRING([--prefix=PREFIX],
+  [install architecture-independent files in PREFIX [$ac_default_prefix]])
+AS_HELP_STRING([--exec-prefix=EPREFIX],
+  [install architecture-dependent files in EPREFIX [PREFIX]])[
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+]AS_HELP_STRING([--docdir=DIR],
+  [documentation root ]@<:@DATAROOTDIR/doc/m4_ifset([AC_PACKAGE_TARNAME],
+    [AC_PACKAGE_TARNAME], [PACKAGE])@:>@)[
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+
+  cat <<\_ACEOF]
+m4_divert_pop([HELP_BEGIN])dnl
+dnl The order of the diversions here is
+dnl - HELP_BEGIN
+dnl   which may be extended by extra generic options such as with X or
+dnl   AC_ARG_PROGRAM.  Displayed only in long --help.
+dnl
+dnl - HELP_CANON
+dnl   Support for cross compilation (--build, --host and --target).
+dnl   Display only in long --help.
+dnl
+dnl - HELP_ENABLE
+dnl   which starts with the trailer of the HELP_BEGIN, HELP_CANON section,
+dnl   then implements the header of the non generic options.
+dnl
+dnl - HELP_WITH
+dnl
+dnl - HELP_VAR
+dnl
+dnl - HELP_VAR_END
+dnl
+dnl - HELP_END
+dnl   initialized below, in which we dump the trailer (handling of the
+dnl   recursion for instance).
+m4_divert_push([HELP_ENABLE])dnl
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+m4_ifset([AC_PACKAGE_STRING],
+[  case $ac_init_help in
+     short | recursive ) echo "Configuration of AC_PACKAGE_STRING:";;
+   esac])
+  cat <<\_ACEOF
+m4_divert_pop([HELP_ENABLE])dnl
+m4_divert_push([HELP_END])dnl
+
+Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
+  [the package provider]).dnl
+m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
+AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
+m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
+General help using GNU software: <http://www.gnu.org/gethelp/>.])])
+_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_SRCDIRS(["$ac_dir"])
+    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
+      AC_MSG_WARN([no configuration information is in $ac_dir])
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+m4_divert_pop([HELP_END])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1155: -1- m4_define([_AC_INIT_VERSION], [m4_divert_text([VERSION_BEGIN],
+[if $ac_init_version; then
+  cat <<\_ACEOF
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])configure[]dnl
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+generated by m4_PACKAGE_STRING])
+m4_divert_text([VERSION_END],
+[_ACEOF
+  exit
+fi])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1172: -1- m4_define([_AC_INIT_CONFIG_LOG], [m4_divert_text([INIT_PREPARE],
+[m4_define([AS_MESSAGE_LOG_FD], 5)dnl
+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 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
+$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which was
+generated by m4_PACKAGE_STRING.  Invocation command line was
+
+  $ $[0] $[@]
+
+_ACEOF
+exec AS_MESSAGE_LOG_FD>>config.log
+AS_UNAME >&AS_MESSAGE_LOG_FD
+
+cat >&AS_MESSAGE_LOG_FD <<_ACEOF
+
+
+m4_text_box([Core tests.])
+
+_ACEOF
+])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1206: -1- m4_define([_AC_INIT_PREPARE], [m4_divert_push([INIT_PREPARE])dnl
+
+# 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_VAR_APPEND([ac_configure_args0], [" '$ac_arg'"]) ;;
+    2)
+      AS_VAR_APPEND([ac_configure_args1], [" '$ac_arg'"])
+dnl If trying to remove duplicates, be sure to (i) keep the *last*
+dnl value (e.g. --prefix=1 --prefix=2 --prefix=1 might keep 2 only),
+dnl and (ii) not to strip long options (--prefix foo --prefix bar might
+dnl give --prefix foo bar).
+      if test $ac_must_keep_next = true; then
+	ac_must_keep_next=false # Got value, back to normal.
+      else
+	case $ac_arg in
+dnl Use broad patterns, as arguments that would have already made configure
+dnl exit don't matter.
+	  *=* | --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_VAR_APPEND([ac_configure_args], [" '$ac_arg'"])
+      ;;
+    esac
+  done
+done
+AS_UNSET(ac_configure_args0)
+AS_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_BOX([Cache variables.])
+    echo
+    m4_bpatsubsts(m4_defn([_AC_CACHE_DUMP]),
+		  [^ *\(#.*\)?
+],                [],
+		  ['], ['\\''])
+    echo
+
+    AS_BOX([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_BOX([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_BOX([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"])
+  } >&AS_MESSAGE_LOG_FD
+  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_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
+
+dnl AIX cpp loses on an empty file, NextStep 3.3 (patch 3) loses on a file
+dnl containing less than 14 bytes (including the newline).
+AS_ECHO(["/* confdefs.h */"]) > confdefs.h
+
+# Predefined preprocessor variables.
+AC_DEFINE_UNQUOTED([PACKAGE_NAME], ["$PACKAGE_NAME"],
+		   [Define to the full name of this package.])dnl
+AC_DEFINE_UNQUOTED([PACKAGE_TARNAME], ["$PACKAGE_TARNAME"],
+		   [Define to the one symbol short name of this package.])dnl
+AC_DEFINE_UNQUOTED([PACKAGE_VERSION], ["$PACKAGE_VERSION"],
+		   [Define to the version of this package.])dnl
+AC_DEFINE_UNQUOTED([PACKAGE_STRING], ["$PACKAGE_STRING"],
+		   [Define to the full name and version of this package.])dnl
+AC_DEFINE_UNQUOTED([PACKAGE_BUGREPORT], ["$PACKAGE_BUGREPORT"],
+		   [Define to the address where bug reports for this package
+		    should be sent.])dnl
+AC_DEFINE_UNQUOTED([PACKAGE_URL], ["$PACKAGE_URL"],
+		   [Define to the home page for this package.])
+
+# Let the site file select an alternate cache file if it wants to.
+AC_SITE_LOAD
+AC_CACHE_LOAD
+m4_divert_pop([INIT_PREPARE])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1358: -1- AU_DEFINE([AC_INIT], [m4_ifval([], [_au_warn_AC_INIT([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_ifval([$2], [[AC_INIT($@)]],
+	  [m4_ifval([$1],
+[[AC_INIT]
+AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1358: -1- AU_DEFINE([_au_warn_AC_INIT], [m4_warning($@)dnl
+m4_define([_au_warn_AC_INIT], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1358: -1- m4_define([m4_location(AC_INIT)], [/usr/share/autoconf/autoconf/general.m4:1358])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1358: -1- m4_define([AC_INIT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INIT' is obsolete.
+You should run autoupdate.])dnl
+m4_ifval([$2], [[AC_INIT($@)]],
+	  [m4_ifval([$1],
+[[AC_INIT]
+AC_CONFIG_SRCDIR([$1])], [[AC_INIT]])])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1379: -1- m4_define([AC_INIT], [# Forbidden tokens and exceptions.
+m4_pattern_forbid([^_?A[CHUM]_])
+m4_pattern_forbid([_AC_])
+m4_pattern_forbid([^LIBOBJS$],
+		  [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
+# Actually reserved by M4sh.
+m4_pattern_allow([^AS_FLAGS$])
+# So that the autoconf-generated scripts will always re-execute
+# themselves with $CONFIG_SHELL, if that's set in the environment.
+m4_define([_AS_FORCE_REEXEC_WITH_CONFIG_SHELL], [yes])
+AS_INIT[]dnl
+AS_PREPARE[]dnl
+m4_divert_push([KILL])
+m4_ifval([$2], [_AC_INIT_PACKAGE($@)])
+_AC_INIT_DEFAULTS
+_AC_INIT_PARSE_ARGS
+_AC_INIT_DIRCHECK
+_AC_INIT_SRCDIR
+_AC_INIT_HELP
+_AC_INIT_VERSION
+_AC_INIT_CONFIG_LOG
+_AC_INIT_PREPARE
+_AC_INIT_NOTICE
+_AC_INIT_COPYRIGHT
+m4_divert_text([SHELL_FN], [
+m4_text_box([Autoconf initialization.])])
+m4_divert_pop
+m4_ifval([$2], , [m4_ifval([$1], [AC_CONFIG_SRCDIR([$1])])])dnl
+dnl
+dnl Substitute for predefined variables.
+AC_SUBST([DEFS])dnl
+AC_SUBST([ECHO_C])dnl
+AC_SUBST([ECHO_N])dnl
+AC_SUBST([ECHO_T])dnl
+AC_SUBST([LIBS])dnl
+_AC_ARG_VAR_PRECIOUS([build_alias])AC_SUBST([build_alias])dnl
+_AC_ARG_VAR_PRECIOUS([host_alias])AC_SUBST([host_alias])dnl
+_AC_ARG_VAR_PRECIOUS([target_alias])AC_SUBST([target_alias])dnl
+dnl
+AC_LANG_PUSH(C)
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1433: -1- m4_define([m4_location(AC_PRESERVE_HELP_ORDER)], [/usr/share/autoconf/autoconf/general.m4:1433])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1433: -1- m4_define([AC_PRESERVE_HELP_ORDER], [_m4_defun_pro([$0])m4_divert_once([HELP_ENABLE], [[
+Optional Features and Packages:
+  --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]
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)]])
+m4_define([_m4_divert(HELP_ENABLE)],    _m4_divert(HELP_WITH))
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1449: -1- m4_define([_AC_ENABLE_IF], [@%:@ Check whether --$1-$2 was given.
+_AC_ENABLE_IF_ACTION([$1], m4_translit([$2], [-+.], [___]), [$3], [$4])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1454: -1- m4_define([_AC_ENABLE_IF_ACTION], [m4_append_uniq([_AC_USER_OPTS], [$1_$2], [
+])dnl
+AS_IF([test "${$1_$2+set}" = set], [$1val=$$1_$2; $3], [$4])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1462: -1- m4_define([m4_location(AC_ARG_ENABLE)], [/usr/share/autoconf/autoconf/general.m4:1462])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1462: -1- m4_define([AC_ARG_ENABLE], [_m4_defun_pro([$0])AC_PROVIDE_IFELSE([AC_PRESERVE_HELP_ORDER],
+[],
+[m4_divert_once([HELP_ENABLE], [[
+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]]])])dnl
+m4_divert_once([HELP_ENABLE], [$2])dnl
+_AC_ENABLE_IF([enable], [$1], [$3], [$4])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1475: -1- AU_DEFINE([AC_ENABLE], [m4_ifval([], [_au_warn_AC_ENABLE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_ARG_ENABLE([$1], [  --enable-$1], [$2], [$3])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1475: -1- AU_DEFINE([_au_warn_AC_ENABLE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ENABLE], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1475: -1- m4_define([m4_location(AC_ENABLE)], [/usr/share/autoconf/autoconf/general.m4:1475])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1475: -1- m4_define([AC_ENABLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ENABLE' is obsolete.
+You should run autoupdate.])dnl
+AC_ARG_ENABLE([$1], [  --enable-$1], [$2], [$3])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1481: -1- m4_define([m4_location(AC_ARG_WITH)], [/usr/share/autoconf/autoconf/general.m4:1481])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1481: -1- m4_define([AC_ARG_WITH], [_m4_defun_pro([$0])AC_PROVIDE_IFELSE([AC_PRESERVE_HELP_ORDER],
+[],
+[m4_divert_once([HELP_WITH], [[
+Optional Packages:
+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)]])])
+m4_divert_once([HELP_WITH], [$2])dnl
+_AC_ENABLE_IF([with], [$1], [$3], [$4])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1492: -1- AU_DEFINE([AC_WITH], [m4_ifval([], [_au_warn_AC_WITH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_ARG_WITH([$1], [  --with-$1], [$2], [$3])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1492: -1- AU_DEFINE([_au_warn_AC_WITH], [m4_warning($@)dnl
+m4_define([_au_warn_AC_WITH], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1492: -1- m4_define([m4_location(AC_WITH)], [/usr/share/autoconf/autoconf/general.m4:1492])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1492: -1- m4_define([AC_WITH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WITH' is obsolete.
+You should run autoupdate.])dnl
+AC_ARG_WITH([$1], [  --with-$1], [$2], [$3])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1497: -1- m4_define([m4_location(AC_DISABLE_OPTION_CHECKING)], [/usr/share/autoconf/autoconf/general.m4:1497])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1497: -1- m4_define([AC_DISABLE_OPTION_CHECKING], [_m4_defun_pro([$0])m4_divert_once([DEFAULTS], [enable_option_checking=no])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1511: -1- m4_define([m4_location(AC_ARG_VAR)], [/usr/share/autoconf/autoconf/general.m4:1511])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1511: -1- m4_define([AC_ARG_VAR], [_m4_defun_pro([$0])m4_divert_once([HELP_VAR], [[
+Some influential environment variables:]])dnl
+m4_divert_once([HELP_VAR_END], [[
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.]])dnl
+m4_expand_once([m4_divert_text([HELP_VAR],
+			       [AS_HELP_STRING([$1], [$2], [              ])])],
+	       [$0($1)])dnl
+AC_SUBST([$1])dnl
+_AC_ARG_VAR_PRECIOUS([$1])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1528: -1- m4_define([_AC_ARG_VAR_PRECIOUS], [m4_append_uniq([_AC_PRECIOUS_VARS], [$1], [
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1546: -1- m4_define([_AC_ARG_VAR_STORE], [m4_divert_text([PARSE_ARGS],
+[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])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1570: -1- m4_define([_AC_ARG_VAR_VALIDATE], [m4_divert_text([INIT_PREPARE],
+[# 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_MESSAGE([error: `$ac_var' was set to `$ac_old_val' in the previous run], 2)
+      ac_cache_corrupted=: ;;
+    ,set)
+      AS_MESSAGE([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_MESSAGE([error: `$ac_var' has changed since the previous run:], 2)
+	  ac_cache_corrupted=:
+	else
+	  AS_MESSAGE([warning: ignoring whitespace changes in `$ac_var' since the previous run:], 2)
+	  eval $ac_var=\$ac_old_val
+	fi
+	AS_MESSAGE([  former value:  `$ac_old_val'], 2)
+	AS_MESSAGE([  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_VAR_APPEND([ac_configure_args], [" '$ac_arg'"]) ;;
+    esac
+  fi
+done
+if $ac_cache_corrupted; then
+  AS_MESSAGE([error: in `$ac_pwd':], 2)
+  AS_MESSAGE([error: changes in the environment can compromise the build], 2)
+  AS_ERROR([run `make distclean' and/or `rm $cache_file' and start over])
+fi])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1636: -1- m4_define([m4_location(AC_ARG_PROGRAM)], [/usr/share/autoconf/autoconf/general.m4:1636])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1636: -1- m4_define([AC_ARG_PROGRAM], [_m4_defun_once([AC_ARG_PROGRAM], [dnl Document the options.
+m4_divert_push([HELP_BEGIN])dnl
+
+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
+m4_divert_pop([HELP_BEGIN])dnl
+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"`
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_ARG_PROGRAM])m4_unquote(], [)_m4_defun_epi([AC_ARG_PROGRAM])]],
+m4_ifdef([_m4_diverting([AC_ARG_PROGRAM])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_ARG_PROGRAM],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1670: -1- m4_define([m4_location(AC_CONFIG_AUX_DIR)], [/usr/share/autoconf/autoconf/general.m4:1670])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1670: -1- m4_define([AC_CONFIG_AUX_DIR], [_m4_defun_pro([$0])AC_CONFIG_AUX_DIRS($1 "$srcdir"/$1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1678: -1- m4_define([m4_location(AC_CONFIG_AUX_DIR_DEFAULT)], [/usr/share/autoconf/autoconf/general.m4:1678])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1678: -1- m4_define([AC_CONFIG_AUX_DIR_DEFAULT], [_m4_defun_pro([$0])AC_CONFIG_AUX_DIRS("$srcdir" "$srcdir/.." "$srcdir/../..")[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1688: -1- m4_define([m4_location(AC_CONFIG_AUX_DIRS)], [/usr/share/autoconf/autoconf/general.m4:1688])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1688: -1- m4_define([AC_CONFIG_AUX_DIRS], [_m4_defun_pro([$0])ac_aux_dir=
+for ac_dir in $1; 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
+  AC_MSG_ERROR([cannot find install-sh, install.sh, or shtool in $1])
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1731: -1- m4_define([m4_location(AC_CONFIG_MACRO_DIR)], [/usr/share/autoconf/autoconf/general.m4:1731])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1731: -1- m4_define([AC_CONFIG_MACRO_DIR], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1743: -1- m4_define([AC_REQUIRE_AUX_FILE], [AS_LITERAL_WORD_IF([$1], [],
+	       [m4_fatal([$0: requires a literal argument])])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1765: -1- m4_define([_AC_CANONICAL_SPLIT], [case $ac_cv_$1 in
+*-*-*) ;;
+*) AC_MSG_ERROR([invalid value of canonical $1]);;
+esac
+AC_SUBST([$1], [$ac_cv_$1])dnl
+ac_save_IFS=$IFS; IFS='-'
+set x $ac_cv_$1
+shift
+AC_SUBST([$1_cpu], [$[1]])dnl
+AC_SUBST([$1_vendor], [$[2]])dnl
+shift; shift
+[# Remember, the first character of IFS is used to create $]*,
+# except with old shells:
+$1_os=$[*]
+IFS=$ac_save_IFS
+case $$1_os in *\ *) $1_os=`echo "$$1_os" | sed 's/ /-/g'`;; esac
+AC_SUBST([$1_os])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1788: -1- m4_define([m4_location(AC_CANONICAL_BUILD)], [/usr/share/autoconf/autoconf/general.m4:1788])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1788: -1- m4_define([AC_CANONICAL_BUILD], [_m4_defun_once([AC_CANONICAL_BUILD], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+AC_REQUIRE_AUX_FILE([config.sub])dnl
+AC_REQUIRE_AUX_FILE([config.guess])dnl
+m4_divert_once([HELP_CANON],
+[[
+System types:
+  --build=BUILD     configure for building on BUILD [guessed]]])dnl
+# Make sure we can run config.sub.
+$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
+  AC_MSG_ERROR([cannot run $SHELL $ac_aux_dir/config.sub])
+
+AC_CACHE_CHECK([build system type], [ac_cv_build],
+[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 &&
+  AC_MSG_ERROR([cannot guess build type; you must specify one])
+ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
+  AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $ac_build_alias failed])
+])
+_AC_CANONICAL_SPLIT(build)
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_CANONICAL_BUILD])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_BUILD])]],
+m4_ifdef([_m4_diverting([AC_CANONICAL_BUILD])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_CANONICAL_BUILD],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1815: -1- m4_define([m4_location(AC_CANONICAL_HOST)], [/usr/share/autoconf/autoconf/general.m4:1815])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1815: -1- m4_define([AC_CANONICAL_HOST], [_m4_defun_once([AC_CANONICAL_HOST], [AC_REQUIRE([AC_CANONICAL_BUILD])dnl
+m4_divert_once([HELP_CANON],
+[[  --host=HOST       cross-compile to build programs to run on HOST [BUILD]]])dnl
+AC_CACHE_CHECK([host system type], [ac_cv_host],
+[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` ||
+    AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $host_alias failed])
+fi
+])
+_AC_CANONICAL_SPLIT([host])
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_CANONICAL_HOST])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_HOST])]],
+m4_ifdef([_m4_diverting([AC_CANONICAL_HOST])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_CANONICAL_HOST],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1833: -1- m4_define([m4_location(AC_CANONICAL_TARGET)], [/usr/share/autoconf/autoconf/general.m4:1833])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1833: -1- m4_define([AC_CANONICAL_TARGET], [_m4_defun_once([AC_CANONICAL_TARGET], [AC_REQUIRE([AC_CANONICAL_HOST])dnl
+AC_BEFORE([$0], [AC_ARG_PROGRAM])dnl
+m4_divert_once([HELP_CANON],
+[[  --target=TARGET   configure for building compilers for TARGET [HOST]]])dnl
+AC_CACHE_CHECK([target system type], [ac_cv_target],
+[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` ||
+    AC_MSG_ERROR([$SHELL $ac_aux_dir/config.sub $target_alias failed])
+fi
+])
+_AC_CANONICAL_SPLIT([target])
+
+# 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}-[]dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_CANONICAL_TARGET])m4_unquote(], [)_m4_defun_epi([AC_CANONICAL_TARGET])]],
+m4_ifdef([_m4_diverting([AC_CANONICAL_TARGET])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_CANONICAL_TARGET],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1857: -1- AU_DEFINE([AC_CANONICAL_SYSTEM], [m4_ifval([], [_au_warn_AC_CANONICAL_SYSTEM([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CANONICAL_TARGET], [AC_CANONICAL_TARGET($@)])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1857: -1- AU_DEFINE([_au_warn_AC_CANONICAL_SYSTEM], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CANONICAL_SYSTEM], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1857: -1- m4_define([m4_location(AC_CANONICAL_SYSTEM)], [/usr/share/autoconf/autoconf/general.m4:1857])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1857: -1- m4_define([AC_CANONICAL_SYSTEM], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CANONICAL_SYSTEM' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CANONICAL_TARGET], [AC_CANONICAL_TARGET($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1865: -1- AU_DEFINE([AC_VALIDATE_CACHED_SYSTEM_TUPLE], [m4_ifval([], [_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1865: -1- AU_DEFINE([_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_VALIDATE_CACHED_SYSTEM_TUPLE], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1865: -1- m4_define([m4_location(AC_VALIDATE_CACHED_SYSTEM_TUPLE)], [/usr/share/autoconf/autoconf/general.m4:1865])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1865: -1- m4_define([AC_VALIDATE_CACHED_SYSTEM_TUPLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VALIDATE_CACHED_SYSTEM_TUPLE' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1876: -1- m4_define([AC_SITE_LOAD], [# 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
+    AC_MSG_NOTICE([loading site script $ac_site_file])
+    sed 's/^/| /' "$ac_site_file" >&AS_MESSAGE_LOG_FD
+    . "$ac_site_file" \
+      || AC_MSG_FAILURE([failed to load site script $ac_site_file])
+  fi
+done
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1909: -1- m4_define([AC_CACHE_LOAD], [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
+    AC_MSG_NOTICE([loading cache $cache_file])
+    case $cache_file in
+      [[\\/]]* | ?:[[\\/]]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+  fi
+else
+  AC_MSG_NOTICE([creating cache $cache_file])
+  >$cache_file
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1930: -1- m4_define([_AC_CACHE_DUMP], [# 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_*) AC_MSG_WARN([cache variable $ac_var contains a newline]) ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) AS_UNSET([$ac_var]) ;;
+      esac ;;
+    esac
+  done
+
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+	["s/'/'\\\\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"]
+      ;; #(
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n ["/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"]
+      ;;
+    esac |
+    sort
+)dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:1975: -1- m4_define([AC_CACHE_SAVE], [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
+
+_AC_CACHE_DUMP() |
+  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
+      AC_MSG_NOTICE([updating cache $cache_file])
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+	cat confcache >"$cache_file"
+      else
+dnl Try to update the cache file atomically even on different mount points;
+dnl at the same time, avoid filename limitation issues in the common case.
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
+	esac
+      fi
+    fi
+  else
+    AC_MSG_NOTICE([not updating unwritable cache $cache_file])
+  fi
+fi
+rm -f confcache[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2031: -1- m4_define([m4_location(AC_CACHE_VAL)], [/usr/share/autoconf/autoconf/general.m4:2031])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2031: -1- m4_define([AC_CACHE_VAL], [_m4_defun_pro([$0])AS_LITERAL_WORD_IF([$1], [m4_if(m4_index(m4_quote($1), [_cv_]), [-1],
+			    [AC_DIAGNOSE([syntax],
+[$0($1, ...): suspicious cache-id, must contain _cv_ to be cached])])])dnl
+m4_if(m4_index([$2], [AC_DEFINE]), [-1], [],
+      [AC_DIAGNOSE([syntax],
+[$0($1, ...): suspicious presence of an AC_DEFINE in the second argument, ]dnl
+[where no actions should be taken])])dnl
+m4_if(m4_index([$2], [AC_SUBST]), [-1], [],
+      [AC_DIAGNOSE([syntax],
+[$0($1, ...): suspicious presence of an AC_SUBST in the second argument, ]dnl
+[where no actions should be taken])])dnl
+AS_VAR_SET_IF([$1],
+	      [_AS_ECHO_N([(cached) ])],
+	      [$2])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2052: -1- m4_define([m4_location(AC_CACHE_CHECK)], [/usr/share/autoconf/autoconf/general.m4:2052])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2052: -1- m4_define([AC_CACHE_CHECK], [_m4_defun_pro([$0])AC_MSG_CHECKING([$1])
+AC_CACHE_VAL([$2], [$3])dnl
+AS_LITERAL_WORD_IF([$2],
+	      [AC_MSG_RESULT([$$2])],
+	      [AS_VAR_COPY([ac_res], [$2])
+	       AC_MSG_RESULT([$ac_res])])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2064: -1- m4_define([m4_location(_AC_CACHE_CHECK_INT)], [/usr/share/autoconf/autoconf/general.m4:2064])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2064: -1- m4_define([_AC_CACHE_CHECK_INT], [_m4_defun_pro([$0])AC_CACHE_CHECK([$1], [$2],
+   [AC_COMPUTE_INT([$2], [$3], [$4], [$5])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2079: -1- m4_define([AC_DEFINE_TRACE_LITERAL], [m4_pattern_allow([^$1$])dnl
+AS_IDENTIFIER_IF([$1], [],
+  [m4_warn([syntax], [AC_DEFINE: not an identifier: $1])])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2090: -1- m4_define([AC_DEFINE_TRACE], [AS_LITERAL_WORD_IF([$1], [AC_DEFINE_TRACE_LITERAL(_m4_expand([$1]))])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2099: -1- m4_define([AC_DEFINE], [_AC_DEFINE_Q([_$0], $@)])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2105: -1- m4_define([_AC_DEFINE], [AS_ECHO(["AS_ESCAPE([[$1]])"]) >>confdefs.h])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2113: -1- m4_define([AC_DEFINE_UNQUOTED], [_AC_DEFINE_Q([_$0], $@)])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2121: -1- m4_define([_AC_DEFINE_UNQUOTED], [m4_if(m4_bregexp([$1], [\\\|`\|\$(\|\${\|@]), [-1],
+       [AS_ECHO(["AS_ESCAPE([$1], [""])"]) >>confdefs.h],
+       [cat >>confdefs.h <<_ACEOF
+[$1]
+_ACEOF])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2142: -1- m4_define([_AC_DEFINE_Q], [m4_pushdef([AC_name], m4_format([[[%.*s]]], m4_index([$2(], [(]), [$2]))AC_DEFINE_TRACE(AC_name)m4_cond([m4_index([$3], [
+])], [-1], [],
+	[m4_bregexp([[$3]], [[^\\]
+], [-])], [], [],
+	[m4_warn([syntax], [AC_DEFINE]m4_if([$1], [_AC_DEFINE], [],
+  [[_UNQUOTED]])[: `$3' is not a valid preprocessor define value])])m4_ifval([$4], [AH_TEMPLATE(AC_name, [$4])
+])_m4_popdef([AC_name])$1(m4_expand([[@%:@define] $2 ]m4_if([$#], 2, 1,
+  [$3], [], [/**/], [[$3]])))
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2167: -1- m4_define([AC_SUBST_TRACE])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2176: -1- m4_define([AC_SUBST], [AS_IDENTIFIER_IF([$1], [],
+  [m4_fatal([$0: `$1' is not a valid shell variable name])])AC_SUBST_TRACE([$1])m4_pattern_allow([^$1$])m4_ifvaln([$2], [$1=$2])[]m4_set_add([_AC_SUBST_VARS], [$1])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2188: -1- m4_define([AC_SUBST_FILE], [m4_pattern_allow([^$1$])dnl
+m4_append_uniq([_AC_SUBST_FILES], [$1], [
+])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2207: -1- m4_define([AC_DIAGNOSE], [m4_warn($@)])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2208: -1- m4_define([AC_FATAL], [m4_fatal($@)])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2215: -1- m4_define([AC_WARNING], [AC_DIAGNOSE([syntax], [$1])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2228: -1- m4_define([AC_MSG_CHECKING], [{ _AS_ECHO_LOG([checking $1])
+_AS_ECHO_N([checking $1... ]); }dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2236: -1- m4_define([AC_MSG_RESULT], [{ _AS_ECHO_LOG([result: $1])
+_AS_ECHO([$1]); }dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2248: -1- m4_define([m4_location(AC_MSG_NOTICE)], [/usr/share/autoconf/autoconf/general.m4:2248])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2249: -1- m4_define([m4_location(AC_MSG_ERROR)], [/usr/share/autoconf/autoconf/general.m4:2249])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2250: -1- m4_define([AC_MSG_FAILURE], [{ AS_MESSAGE([error: in `$ac_pwd':], 2)
+AC_MSG_ERROR([$1
+See `config.log' for more details], [$2]); }])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2258: -1- m4_define([_AC_MSG_LOG_CONFTEST], [AS_ECHO(["$as_me: failed program was:"]) >&AS_MESSAGE_LOG_FD
+sed 's/^/| /' conftest.$ac_ext >&AS_MESSAGE_LOG_FD
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2266: -1- AU_DEFINE([AC_CHECKING], [m4_ifval([], [_au_warn_AC_CHECKING([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AS_MESSAGE([checking $1...])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2266: -1- AU_DEFINE([_au_warn_AC_CHECKING], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CHECKING], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2266: -1- m4_define([m4_location(AC_CHECKING)], [/usr/share/autoconf/autoconf/general.m4:2266])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2266: -1- m4_define([AC_CHECKING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHECKING' is obsolete.
+You should run autoupdate.])dnl
+AS_MESSAGE([checking $1...])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2273: -1- AU_DEFINE([AC_MSG_RESULT_UNQUOTED], [m4_ifval([], [_au_warn_AC_MSG_RESULT_UNQUOTED([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+_AS_ECHO_UNQUOTED([$as_me:${as_lineno-$LINENO}: result: $1], AS_MESSAGE_LOG_FD)
+_AS_ECHO_UNQUOTED([$1])[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2273: -1- AU_DEFINE([_au_warn_AC_MSG_RESULT_UNQUOTED], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MSG_RESULT_UNQUOTED], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2273: -1- m4_define([m4_location(AC_MSG_RESULT_UNQUOTED)], [/usr/share/autoconf/autoconf/general.m4:2273])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2273: -1- m4_define([AC_MSG_RESULT_UNQUOTED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MSG_RESULT_UNQUOTED' is obsolete.
+You should run autoupdate.])dnl
+_AS_ECHO_UNQUOTED([$as_me:${as_lineno-$LINENO}: result: $1], AS_MESSAGE_LOG_FD)
+_AS_ECHO_UNQUOTED([$1])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2281: -1- AU_DEFINE([AC_VERBOSE], [m4_ifval([], [_au_warn_AC_VERBOSE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_MSG_RESULT], [AC_MSG_RESULT($@)])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2281: -1- AU_DEFINE([_au_warn_AC_VERBOSE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_VERBOSE], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2281: -1- m4_define([m4_location(AC_VERBOSE)], [/usr/share/autoconf/autoconf/general.m4:2281])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2281: -1- m4_define([AC_VERBOSE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VERBOSE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_MSG_RESULT], [AC_MSG_RESULT($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2298: -1- m4_define([m4_location(_AC_RUN_LOG)], [/usr/share/autoconf/autoconf/general.m4:2298])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2298: -1- m4_define([_AC_RUN_LOG], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
+  ($1) 2>&AS_MESSAGE_LOG_FD
+  ac_status=$?
+  _AS_ECHO_LOG([\$? = $ac_status])
+  test $ac_status = 0; }[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2315: -1- m4_define([m4_location(_AC_RUN_LOG_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2315])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2315: -1- m4_define([_AC_RUN_LOG_STDERR], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
+  ($1) 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&AS_MESSAGE_LOG_FD
+    mv -f conftest.er1 conftest.err
+  fi
+  _AS_ECHO_LOG([\$? = $ac_status])
+  test $ac_status = 0; }[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2332: -1- m4_define([m4_location(_AC_RUN_LOG_LIMIT)], [/usr/share/autoconf/autoconf/general.m4:2332])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2332: -1- m4_define([_AC_RUN_LOG_LIMIT], [_m4_defun_pro([$0]){ { $2; } >&AS_MESSAGE_LOG_FD
+  ($1) 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed 'm4_default([$3], [10])a\
+... rest of stderr output deleted ...
+         m4_default([$3], [10])q' conftest.err >conftest.er1
+    cat conftest.er1 >&AS_MESSAGE_LOG_FD
+  fi
+  rm -f conftest.er1 conftest.err
+  _AS_ECHO_LOG([\$? = $ac_status])
+  test $ac_status = 0; }[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2350: -1- m4_define([m4_location(_AC_DO_ECHO)], [/usr/share/autoconf/autoconf/general.m4:2350])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2350: -1- m4_define([_AC_DO_ECHO], [_m4_defun_pro([$0])m4_if([$1], [$ac_try], [], [ac_try="$1"
+])[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"])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2377: -1- m4_define([m4_location(_AC_DO)], [/usr/share/autoconf/autoconf/general.m4:2377])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2377: -1- m4_define([_AC_DO], [_m4_defun_pro([$0])_AC_RUN_LOG([eval "$1"],
+	     [_AC_DO_ECHO([$1])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2385: -1- m4_define([m4_location(_AC_DO_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2385])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2385: -1- m4_define([_AC_DO_STDERR], [_m4_defun_pro([$0])_AC_RUN_LOG_STDERR([eval "$1"],
+		    [_AC_DO_ECHO([$1])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2395: -1- m4_define([m4_location(_AC_DO_VAR)], [/usr/share/autoconf/autoconf/general.m4:2395])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2395: -1- m4_define([_AC_DO_VAR], [_m4_defun_pro([$0])_AC_DO([$$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2403: -1- m4_define([m4_location(_AC_DO_TOKENS)], [/usr/share/autoconf/autoconf/general.m4:2403])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2403: -1- m4_define([_AC_DO_TOKENS], [_m4_defun_pro([$0]){ ac_try='$1'
+  _AC_DO([$ac_try]); }[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2412: -1- m4_define([m4_location(_AC_DO_LIMIT)], [/usr/share/autoconf/autoconf/general.m4:2412])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2412: -1- m4_define([_AC_DO_LIMIT], [_m4_defun_pro([$0])_AC_RUN_LOG_LIMIT([eval "$1"],
+		   [_AC_DO_ECHO([$1])], [$2])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2422: -1- m4_define([m4_location(_AC_EVAL)], [/usr/share/autoconf/autoconf/general.m4:2422])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2422: -1- m4_define([_AC_EVAL], [_m4_defun_pro([$0])_AC_RUN_LOG([eval $1],
+	     [eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$1\""])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2432: -1- m4_define([m4_location(_AC_EVAL_STDERR)], [/usr/share/autoconf/autoconf/general.m4:2432])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2432: -1- m4_define([_AC_EVAL_STDERR], [_m4_defun_pro([$0])_AC_RUN_LOG_STDERR([eval $1],
+		    [eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$1\""])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2452: -1- m4_define([m4_location(AC_TRY_EVAL)], [/usr/share/autoconf/autoconf/general.m4:2452])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2452: -1- m4_define([AC_TRY_EVAL], [_m4_defun_pro([$0])_AC_EVAL([$$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2461: -1- m4_define([m4_location(AC_TRY_COMMAND)], [/usr/share/autoconf/autoconf/general.m4:2461])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2461: -1- m4_define([AC_TRY_COMMAND], [_m4_defun_pro([$0]){ ac_try='$1'
+  _AC_EVAL([$ac_try]); }[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2468: -1- m4_define([m4_location(AC_RUN_LOG)], [/usr/share/autoconf/autoconf/general.m4:2468])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2468: -1- m4_define([AC_RUN_LOG], [_m4_defun_pro([$0])_AC_RUN_LOG([$1],
+	     [AS_ECHO(["$as_me:${as_lineno-$LINENO}: AS_ESCAPE([$1])"])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2483: -1- m4_define([_AC_PREPROC_IFELSE_BODY], [  AS_LINENO_PUSH([$[]1])
+  AS_IF([_AC_DO_STDERR([$ac_cpp conftest.$ac_ext]) > conftest.i && {
+	 test -z "$ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
+	 test ! -s conftest.err
+       }],
+    [ac_retval=0],
+    [_AC_MSG_LOG_CONFTEST
+    ac_retval=1])
+  AS_LINENO_POP
+  AS_SET_STATUS([$ac_retval])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2503: -1- m4_define([m4_location(_AC_PREPROC_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2503])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2503: -1- m4_define([_AC_PREPROC_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_cpp],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_cpp], [LINENO],
+    [Try to preprocess conftest.$ac_ext, and return whether this succeeded.])],
+  [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_cpp "$LINENO"], [$2], [$3])
+rm -f conftest.err conftest.i[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2518: -1- m4_define([m4_location(AC_PREPROC_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2518])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2518: -1- m4_define([AC_PREPROC_IFELSE], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE()dnl
+_AC_PREPROC_IFELSE($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2529: -1- AU_DEFINE([AC_TRY_CPP], [m4_ifval([], [_au_warn_AC_TRY_CPP([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_PREPROC_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2529: -1- AU_DEFINE([_au_warn_AC_TRY_CPP], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TRY_CPP], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2529: -1- m4_define([m4_location(AC_TRY_CPP)], [/usr/share/autoconf/autoconf/general.m4:2529])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2529: -1- m4_define([AC_TRY_CPP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_CPP' is obsolete.
+You should run autoupdate.])dnl
+AC_PREPROC_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2538: -1- m4_define([m4_location(AC_EGREP_CPP)], [/usr/share/autoconf/autoconf/general.m4:2538])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2538: -1- m4_define([AC_EGREP_CPP], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE()dnl
+AC_REQUIRE([AC_PROG_EGREP])dnl
+AC_LANG_CONFTEST([AC_LANG_SOURCE([[$2]])])
+AS_IF([dnl eval is necessary to expand ac_cpp.
+dnl Ultrix and Pyramid sh refuse to redirect output of eval, so use subshell.
+(eval "$ac_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD |
+dnl Quote $1 to prevent m4 from eating character classes
+  $EGREP "[$1]" >/dev/null 2>&1],
+  [$3],
+  [$4])
+rm -f conftest*
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2556: -1- m4_define([m4_location(AC_EGREP_HEADER)], [/usr/share/autoconf/autoconf/general.m4:2556])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2556: -1- m4_define([AC_EGREP_HEADER], [_m4_defun_pro([$0])AC_EGREP_CPP([$1],
+[#include <$2>
+], [$3], [$4])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2571: -1- m4_define([_AC_COMPILE_IFELSE_BODY], [  AS_LINENO_PUSH([$[]1])
+  rm -f conftest.$ac_objext
+  AS_IF([_AC_DO_STDERR($ac_compile) && {
+	 test -z "$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext],
+      [ac_retval=0],
+      [_AC_MSG_LOG_CONFTEST
+	ac_retval=1])
+  AS_LINENO_POP
+  AS_SET_STATUS([$ac_retval])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2590: -1- m4_define([m4_location(_AC_COMPILE_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2590])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2590: -1- m4_define([_AC_COMPILE_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_compile],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_compile], [LINENO],
+    [Try to compile conftest.$ac_ext, and return whether this succeeded.])],
+  [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_compile "$LINENO"], [$2], [$3])
+rm -f core conftest.err conftest.$ac_objext[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2606: -1- m4_define([m4_location(AC_COMPILE_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2606])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2606: -1- m4_define([AC_COMPILE_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
+_AC_COMPILE_IFELSE($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2614: -1- AU_DEFINE([AC_TRY_COMPILE], [m4_ifval([], [_au_warn_AC_TRY_COMPILE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2614: -1- AU_DEFINE([_au_warn_AC_TRY_COMPILE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TRY_COMPILE], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2614: -1- m4_define([m4_location(AC_TRY_COMPILE)], [/usr/share/autoconf/autoconf/general.m4:2614])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2614: -1- m4_define([AC_TRY_COMPILE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
+You should run autoupdate.])dnl
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2627: -1- m4_define([_AC_LINK_IFELSE_BODY], [  AS_LINENO_PUSH([$[]1])
+  rm -f conftest.$ac_objext conftest$ac_exeext
+  AS_IF([_AC_DO_STDERR($ac_link) && {
+	 test -z "$ac_[]_AC_LANG_ABBREV[]_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest$ac_exeext && {
+	 test "$cross_compiling" = yes ||
+	 AS_TEST_X([conftest$ac_exeext])
+       }],
+      [ac_retval=0],
+      [_AC_MSG_LOG_CONFTEST
+	ac_retval=1])
+  # 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
+  AS_LINENO_POP
+  AS_SET_STATUS([$ac_retval])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2661: -1- m4_define([m4_location(_AC_LINK_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2661])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2661: -1- m4_define([_AC_LINK_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_link],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_link], [LINENO],
+    [Try to link conftest.$ac_ext, and return whether this succeeded.])],
+  [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_link "$LINENO"], [$2], [$3])
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2678: -1- m4_define([m4_location(AC_LINK_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2678])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2678: -1- m4_define([AC_LINK_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
+_AC_LINK_IFELSE($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2687: -1- AU_DEFINE([AC_TRY_LINK], [m4_ifval([], [_au_warn_AC_TRY_LINK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2687: -1- AU_DEFINE([_au_warn_AC_TRY_LINK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TRY_LINK], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2687: -1- m4_define([m4_location(AC_TRY_LINK)], [/usr/share/autoconf/autoconf/general.m4:2687])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2687: -1- m4_define([AC_TRY_LINK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+You should run autoupdate.])dnl
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[$1]], [[$2]])], [$3], [$4])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2694: -1- AU_DEFINE([AC_COMPILE_CHECK], [m4_ifval([], [_au_warn_AC_COMPILE_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_ifvaln([$1], [AC_MSG_CHECKING([for $1])])dnl
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[$2]], [[$3]])], [$4], [$5])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2694: -1- AU_DEFINE([_au_warn_AC_COMPILE_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_COMPILE_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2694: -1- m4_define([m4_location(AC_COMPILE_CHECK)], [/usr/share/autoconf/autoconf/general.m4:2694])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2694: -1- m4_define([AC_COMPILE_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_COMPILE_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_ifvaln([$1], [AC_MSG_CHECKING([for $1])])dnl
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[$2]], [[$3]])], [$4], [$5])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2709: -1- m4_define([_AC_RUN_IFELSE_BODY], [  AS_LINENO_PUSH([$[]1])
+  AS_IF([_AC_DO_VAR(ac_link) && _AC_DO_TOKENS(./conftest$ac_exeext)],
+      [ac_retval=0],
+      [AS_ECHO(["$as_me: program exited with status $ac_status"]) >&AS_MESSAGE_LOG_FD
+       _AC_MSG_LOG_CONFTEST
+       ac_retval=$ac_status])
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
+  AS_LINENO_POP
+  AS_SET_STATUS([$ac_retval])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2729: -1- m4_define([m4_location(_AC_RUN_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2729])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2729: -1- m4_define([_AC_RUN_IFELSE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_run],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_run], [LINENO],
+    [Try to link conftest.$ac_ext, and return whether this succeeded.
+     Assumes that executables *can* be run.])],
+  [$0_BODY])m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_try_run "$LINENO"], [$2], [$3])
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam[]m4_ifval([$1], [ conftest.$ac_ext])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2748: -1- m4_define([m4_location(AC_RUN_IFELSE)], [/usr/share/autoconf/autoconf/general.m4:2748])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2748: -1- m4_define([AC_RUN_IFELSE], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()dnl
+m4_ifval([$4], [],
+	 [AC_DIAGNOSE([cross],
+		     [$0 called without default to allow cross compiling])])dnl
+AS_IF([test "$cross_compiling" = yes],
+  [m4_default([$4],
+	   [AC_MSG_FAILURE([cannot run test program while cross compiling])])],
+  [_AC_RUN_IFELSE($@)])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2764: -1- AU_DEFINE([AC_TRY_RUN], [m4_ifval([], [_au_warn_AC_TRY_RUN([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_RUN_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3], [$4])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2764: -1- AU_DEFINE([_au_warn_AC_TRY_RUN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TRY_RUN], [])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2764: -1- m4_define([m4_location(AC_TRY_RUN)], [/usr/share/autoconf/autoconf/general.m4:2764])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2764: -1- m4_define([AC_TRY_RUN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TRY_RUN' is obsolete.
+You should run autoupdate.])dnl
+AC_RUN_IFELSE([AC_LANG_SOURCE([[$1]])], [$2], [$3], [$4])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2777: -1- m4_define([m4_location(AC_CHECK_FILE)], [/usr/share/autoconf/autoconf/general.m4:2777])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2777: -1- m4_define([AC_CHECK_FILE], [_m4_defun_pro([$0])AC_DIAGNOSE([cross],
+	     [cannot check for file existence when cross compiling])dnl
+AS_VAR_PUSHDEF([ac_File], [ac_cv_file_$1])dnl
+AC_CACHE_CHECK([for $1], [ac_File],
+[test "$cross_compiling" = yes &&
+  AC_MSG_ERROR([cannot check for file existence when cross compiling])
+if test -r "$1"; then
+  AS_VAR_SET([ac_File], [yes])
+else
+  AS_VAR_SET([ac_File], [no])
+fi])
+AS_VAR_IF([ac_File], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_File])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2798: -1- m4_define([_AC_CHECK_FILES], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
+  [Define to 1 if you have the file `$1'.])]])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2808: -1- m4_define([m4_location(AC_CHECK_FILES)], [/usr/share/autoconf/autoconf/general.m4:2808])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2808: -1- m4_define([AC_CHECK_FILES], [_m4_defun_pro([$0])m4_map_args_w([$1], [AC_CHECK_FILE(_$0(], [)[$2], [$3])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2820: -1- m4_define([_AC_CHECK_DECL_BODY], [  AS_LINENO_PUSH([$[]1])
+  [as_decl_name=`echo $][2|sed 's/ *(.*//'`]
+  [as_decl_use=`echo $][2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`]
+  AC_CACHE_CHECK([whether $as_decl_name is declared], [$[]3],
+  [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]4],
+[@%:@ifndef $[]as_decl_name
+@%:@ifdef __cplusplus
+  (void) $[]as_decl_use;
+@%:@else
+  (void) $[]as_decl_name;
+@%:@endif
+@%:@endif
+])],
+		   [AS_VAR_SET([$[]3], [yes])],
+		   [AS_VAR_SET([$[]3], [no])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2844: -1- m4_define([m4_location(AC_CHECK_DECL)], [/usr/share/autoconf/autoconf/general.m4:2844])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2844: -1- m4_define([AC_CHECK_DECL], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_decl],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_decl],
+    [LINENO SYMBOL VAR INCLUDES],
+    [Tests whether SYMBOL is declared in INCLUDES, setting cache variable
+     VAR accordingly.])],
+  [_$0_BODY])AS_VAR_PUSHDEF([ac_Symbol], [ac_cv_have_decl_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_decl "$LINENO" "$1" "ac_Symbol" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
+AS_VAR_IF([ac_Symbol], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Symbol])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2865: -1- m4_define([_AC_CHECK_DECLS], [AC_CHECK_DECL([$1], [ac_have_decl=1], [ac_have_decl=0], [$4])AC_DEFINE_UNQUOTED(AS_TR_CPP(m4_bpatsubst(HAVE_DECL_[$1],[ *(.*])),
+  [$ac_have_decl],
+  [Define to 1 if you have the declaration of `$1',
+   and to 0 if you don't.])m4_ifvaln([$2$3], [AS_IF([test $ac_have_decl = 1], [$2], [$3])])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2880: -1- m4_define([m4_location(AC_CHECK_DECLS)], [/usr/share/autoconf/autoconf/general.m4:2880])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2880: -1- m4_define([AC_CHECK_DECLS], [_m4_defun_pro([$0])m4_map_args_sep([_$0(], [, [$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2887: -1- m4_define([_AC_CHECK_DECL_ONCE], [AC_DEFUN([_AC_Check_Decl_$1], [_AC_CHECK_DECLS([$1])])AC_REQUIRE([_AC_Check_Decl_$1])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2894: -1- m4_define([m4_location(AC_CHECK_DECLS_ONCE)], [/usr/share/autoconf/autoconf/general.m4:2894])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2894: -1- m4_define([AC_CHECK_DECLS_ONCE], [_m4_defun_pro([$0])m4_map_args_sep([_AC_CHECK_DECL_ONCE(], [)], [], $1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2907: -1- m4_define([m4_location(AC_CONFIG_LIBOBJ_DIR)], [/usr/share/autoconf/autoconf/general.m4:2907])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2907: -1- m4_define([AC_CONFIG_LIBOBJ_DIR], [_m4_defun_once([AC_CONFIG_LIBOBJ_DIR], [m4_divert_text([DEFAULTS], [ac_config_libobj_dir=$1])], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_CONFIG_LIBOBJ_DIR])m4_unquote(], [)_m4_defun_epi([AC_CONFIG_LIBOBJ_DIR])]],
+m4_ifdef([_m4_diverting([AC_CONFIG_LIBOBJ_DIR])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_CONFIG_LIBOBJ_DIR],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2914: -1- m4_define([AC_LIBSOURCE], [])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2920: -1- m4_define([m4_location(AC_LIBSOURCES)], [/usr/share/autoconf/autoconf/general.m4:2920])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2920: -1- m4_define([AC_LIBSOURCES], [_m4_defun_pro([$0])m4_map_args([AC_LIBSOURCE], $1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2927: -1- m4_define([_AC_LIBOBJ], [case " $LIB@&t at OBJS " in
+  *" $1.$ac_objext "* ) ;;
+  *) AC_SUBST([LIB@&t at OBJS], ["$LIB@&t at OBJS $1.$ac_objext"]) ;;
+esac
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2938: -1- m4_define([m4_location(AC_LIBOBJ)], [/usr/share/autoconf/autoconf/general.m4:2938])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2938: -1- m4_define([AC_LIBOBJ], [_m4_defun_pro([$0])_AC_LIBOBJ([$1])AS_LITERAL_WORD_IF([$1], [AC_LIBSOURCE([$1.c])],
+  [AC_DIAGNOSE([syntax], [$0($1): you should use literals])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2949: -1- m4_define([m4_location(_AC_LIBOBJS_NORMALIZE)], [/usr/share/autoconf/autoconf/general.m4:2949])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2949: -1- m4_define([_AC_LIBOBJS_NORMALIZE], [_m4_defun_pro([$0])ac_libobjs=
+ac_ltlibobjs=
+m4_ifndef([AM_C_PROTOTYPES], [U=
+])dnl
+for ac_i in : $LIB@&t at OBJS; 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_VAR_APPEND([ac_libobjs], [" \${LIBOBJDIR}$ac_i\$U.$ac_objext"])
+  AS_VAR_APPEND([ac_ltlibobjs], [" \${LIBOBJDIR}$ac_i"'$U.lo'])
+done
+AC_SUBST([LIB@&t at OBJS], [$ac_libobjs])
+AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:2978: -1- m4_define([_AC_COMPUTE_INT_COMPILE], [# Depending upon the size, compute the lo and hi bounds.
+_AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) >= 0])],
+ [ac_lo=0 ac_mid=0
+  while :; do
+    _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) <= $ac_mid])],
+		       [ac_hi=$ac_mid; break],
+		       [AS_VAR_ARITH([ac_lo], [$ac_mid + 1])
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			AS_VAR_ARITH([ac_mid], [2 '*' $ac_mid + 1])])
+  done],
+[AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) < 0])],
+ [ac_hi=-1 ac_mid=-1
+  while :; do
+    _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) >= $ac_mid])],
+		       [ac_lo=$ac_mid; break],
+		       [AS_VAR_ARITH([ac_hi], ['(' $ac_mid ')' - 1])
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			AS_VAR_ARITH([ac_mid], [2 '*' $ac_mid])])
+  done],
+ [ac_lo= ac_hi=])])
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  AS_VAR_ARITH([ac_mid], ['(' $ac_hi - $ac_lo ')' / 2 + $ac_lo])
+  _AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([$3], [($1) <= $ac_mid])],
+		     [ac_hi=$ac_mid],
+		     [AS_VAR_ARITH([ac_lo], ['(' $ac_mid ')' + 1])])
+done
+case $ac_lo in @%:@((
+?*) AS_VAR_SET([$2], [$ac_lo]); $4 ;;
+'') $5 ;;
+esac[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3026: -1- m4_define([_AC_COMPUTE_INT_RUN], [_AC_RUN_IFELSE([AC_LANG_INT_SAVE([$3], [$1])],
+		[echo >>conftest.val; read $2 <conftest.val; $4], [$5])
+rm -f conftest.val
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3036: -1- m4_define([_AC_COMPUTE_INT_BODY], [  AS_LINENO_PUSH([$[]1])
+  if test "$cross_compiling" = yes; then
+    _AC_COMPUTE_INT_COMPILE([$[]2], [$[]3], [$[]4],
+			    [ac_retval=0], [ac_retval=1])
+  else
+    _AC_COMPUTE_INT_RUN([$[]2], [$[]3], [$[]4],
+			[ac_retval=0], [ac_retval=1])
+  fi
+  AS_LINENO_POP
+  AS_SET_STATUS([$ac_retval])
+])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3056: -1- m4_define([m4_location(AC_COMPUTE_INT)], [/usr/share/autoconf/autoconf/general.m4:3056])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3056: -1- m4_define([AC_COMPUTE_INT], [_m4_defun_pro([$0])AC_LANG_COMPILER_REQUIRE()AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_compute_int],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_compute_int],
+    [LINENO EXPR VAR INCLUDES],
+    [Tries to find the compile-time value of EXPR in a program that includes
+     INCLUDES, setting VAR accordingly.  Returns whether the value could
+     be computed])],
+    [_$0_BODY])AS_IF([ac_fn_[]_AC_LANG_ABBREV[]_compute_int "$LINENO" "$2" "$1" ]dnl
+       ["AS_ESCAPE([$3], [""])"],
+       [], [$4])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3074: -1- m4_define([m4_location(_AC_COMPUTE_INT)], [/usr/share/autoconf/autoconf/general.m4:3074])
+m4trace:/usr/share/autoconf/autoconf/general.m4:3074: -1- m4_define([_AC_COMPUTE_INT], [_m4_defun_pro([$0])AC_COMPUTE_INT([$2], [$1], [$3], [$4])
+AC_DIAGNOSE([obsolete],
+[The macro `_AC_COMPUTE_INT' is obsolete and will be deleted in a
+future version or Autoconf.  Hence, it is suggested that you use
+instead the public AC_COMPUTE_INT macro.  Note that the arguments are
+slightly different between the two.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:37: -1- m4_include([autoconf/status.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:37: -1- m4_define([m4_include(autoconf/status.m4)])
+m4trace:/usr/share/autoconf/autoconf/status.m4:82: -1- m4_define([_AC_SRCDIRS], [ac_builddir=.
+
+case $1 in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`AS_ECHO([$1]) | 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
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:122: -1- m4_define([m4_location(_AC_HAVE_TOP_BUILD_PREFIX)], [/usr/share/autoconf/autoconf/status.m4:122])
+m4trace:/usr/share/autoconf/autoconf/status.m4:122: -1- m4_define([_AC_HAVE_TOP_BUILD_PREFIX], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:137: -1- m4_define([_AC_CONFIG_COMMANDS_INIT], [m4_ifval([$1],
+	  [m4_append([_AC_OUTPUT_COMMANDS_INIT],
+		     [$1
+])])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:149: -1- m4_define([AC_FILE_DEPENDENCY_TRACE], [])
+m4trace:/usr/share/autoconf/autoconf/status.m4:156: -1- m4_define([_AC_FILE_DEPENDENCY_TRACE_COLON], [AC_FILE_DEPENDENCY_TRACE(m4_translit([$1], [:], [,]))])
+m4trace:/usr/share/autoconf/autoconf/status.m4:167: -1- m4_define([_AC_CONFIG_DEPENDENCY], [_AC_FILE_DEPENDENCY_TRACE_COLON([$2]_AC_CONFIG_DEPENDENCY_DEFAULT($@))dnl
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:184: -1- m4_define([_AC_CONFIG_DEPENDENCY_DEFAULT], [m4_if(m4_index([$2], [:]), [-1],
+	   [m4_if([$1], [LINKS],
+		  [AS_LITERAL_IF([$2],
+		    [m4_fatal([Invalid AC_CONFIG_LINKS tag: `$2'])])],
+		  [:$2.in])])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:198: -1- m4_define([_AC_CONFIG_UNIQUE], [m4_ifdef([_AC_SEEN_TAG($2)],
+   [m4_fatal([`$2' is already registered with AC_CONFIG_]m4_defn(
+     [_AC_SEEN_TAG($2)]).)],
+   [m4_define([_AC_SEEN_TAG($2)], [$1])])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:216: -1- m4_define([_AC_CONFIG_FOOS], [m4_map_args_w([$2], [_AC_CONFIG_REGISTER([$1],], [, [$3])])m4_define([_AC_SEEN_CONFIG(ANY)])m4_define([_AC_SEEN_CONFIG($1)])_AC_CONFIG_COMMANDS_INIT([$4])ac_config_[]m4_tolower([$1])="$ac_config_[]m4_tolower([$1]) m4_if([$1], [COMMANDS], [$2], [m4_normalize([$2])])"
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:230: -1- m4_define([_AC_CONFIG_COMPUTE_DEST], [m4_format([[%.*s]], m4_index([$1:], [:]), [$1])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:237: -1- m4_define([_AC_CONFIG_REGISTER], [m4_if([$1], [COMMANDS],
+       [],
+       [_AC_CONFIG_DEPENDENCY([$1], [$2])])_AC_CONFIG_REGISTER_DEST([$1], [$2],
+  _AC_CONFIG_COMPUTE_DEST([$2]), [$3])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:256: -1- m4_define([_AC_CONFIG_REGISTER_DEST], [_AC_CONFIG_UNIQUE([$1], [$3])m4_if([$1 $3], [LINKS .],
+       [m4_fatal([invalid destination of a config link: `.'])],
+       [$1], [HEADERS],
+       [m4_define_default([AH_HEADER], [$3])])m4_append([_AC_LIST_TAGS],
+[    "$3") CONFIG_$1="$CONFIG_$1 $2" ;;
+])m4_ifval([$4],
+[m4_append([_AC_LIST_TAG_COMMANDS],
+[    "$3":]m4_format([[%.1s]], [$1])[) $4 ;;
+])])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:288: -1- m4_define([m4_location(AC_CONFIG_FILES)], [/usr/share/autoconf/autoconf/status.m4:288])
+m4trace:/usr/share/autoconf/autoconf/status.m4:288: -1- m4_define([AC_CONFIG_FILES], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([FILES], $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:297: -1- m4_define([_AC_SED_CMD_LIMIT], [99])
+m4trace:/usr/share/autoconf/autoconf/status.m4:308: -1- m4_define([_AC_AWK_LITERAL_LIMIT], [148])
+m4trace:/usr/share/autoconf/autoconf/status.m4:326: -1- m4_define([_AC_OUTPUT_FILES_PREPARE], [# 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
+
+dnl For AC_SUBST_FILE, check for usable getline support in awk,
+dnl at config.status execution time.
+dnl Otherwise, do the interpolation in sh, which is slower.
+dnl Without any AC_SUBST_FILE, omit all related code.
+dnl Note the expansion is double-quoted for readability.
+m4_ifdef([_AC_SUBST_FILES],
+[[if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
+  ac_cs_awk_getline=:
+  ac_cs_awk_pipe_init=
+  ac_cs_awk_read_file='
+      while ((getline aline < (F[key])) > 0)
+	print(aline)
+      close(F[key])'
+  ac_cs_awk_pipe_fini=
+else
+  ac_cs_awk_getline=false
+  ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
+  ac_cs_awk_read_file='
+      print "|#_!!_#|"
+      print "cat " F[key] " &&"
+      '$ac_cs_awk_pipe_init
+  # The final `:' finishes the AND list.
+  ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
+fi]])
+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 2>/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
+dnl
+dnl Define the pipe that does the substitution.
+m4_ifdef([_AC_SUBST_FILES],
+[m4_define([_AC_SUBST_CMDS], [|
+if $ac_cs_awk_getline; then
+  $AWK -f "$ac_tmp/subs.awk"
+else
+  $AWK -f "$ac_tmp/subs.awk" | $SHELL
+fi])],
+[m4_define([_AC_SUBST_CMDS],
+[| $AWK -f "$ac_tmp/subs.awk"])])dnl
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+m4_ifdef([_AC_SUBST_FILES],
+[# Create commands to substitute file output variables.
+{
+  echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
+  echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &&
+  echo "$ac_subst_files" | sed 's/.*/F@<:@"&"@:>@="$&"/' &&
+  echo "_ACAWK" &&
+  echo "_ACEOF"
+} >conf$$files.sh &&
+. ./conf$$files.sh ||
+  AC_MSG_ERROR([could not make $CONFIG_STATUS])
+rm -f conf$$files.sh
+])dnl
+
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+  AC_MSG_ERROR([could not make $CONFIG_STATUS])
+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 ||
+    AC_MSG_ERROR([could not make $CONFIG_STATUS])
+
+dnl Do not use grep on conf$$subs.awk, since AIX grep has a line length limit.
+  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
+    AC_MSG_ERROR([could not make $CONFIG_STATUS])
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+rm -f conf$$subs.sh
+
+dnl Initialize an awk array of substitutions, keyed by variable name.
+dnl
+dnl The initial line contains the variable name VAR, then a `!'.
+dnl Construct `S["VAR"]=' from it.
+dnl The rest of the line, and potentially further lines, contain the
+dnl substituted value; the last of those ends with $ac_delim.  We split
+dnl the output both along those substituted newlines and at intervals of
+dnl length _AC_AWK_LITERAL_LIMIT.  The latter is done to comply with awk
+dnl string literal limitations, the former for simplicity in doing so.
+dnl
+dnl We deal with one input line at a time to avoid sed pattern space
+dnl limitations.  We kill the delimiter $ac_delim before splitting the
+dnl string (otherwise we risk splitting the delimiter).  And we do the
+dnl splitting before the quoting of awk special characters (otherwise we
+dnl risk splitting an escape sequence).
+dnl
+dnl Output as separate string literals, joined with backslash-newline.
+dnl Eliminate the newline after `=' in a second script, for readability.
+dnl
+dnl Notes to the main part of the awk script:
+dnl - the unusual FS value helps prevent running into the limit of 99 fields,
+dnl - we avoid sub/gsub because of the \& quoting issues, see
+dnl   http://www.gnu.org/software/gawk/manual/html_node/Gory-Details.html
+dnl - Writing `$ 0' prevents expansion by both the shell and m4 here.
+dnl
+dnl m4-double-quote most of the scripting for readability.
+[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/\(.\{]_AC_AWK_LITERAL_LIMIT[\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{]_AC_AWK_LITERAL_LIMIT[\}//
+t nl
+:delim
+h
+s/\(.\{]_AC_AWK_LITERAL_LIMIT[\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{]_AC_AWK_LITERAL_LIMIT[\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$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 = ""
+]m4_ifdef([_AC_SUBST_FILES],
+[  \$ac_cs_awk_pipe_init])[
+}
+{
+  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
+  }
+]m4_ifdef([_AC_SUBST_FILES],
+[[  if (nfields == 3 && !substed) {
+    key = field[2]
+    if (F[key] != "" && line ~ /^[	 ]*@.*@[	 ]*$/) {
+      \$ac_cs_awk_read_file
+      next
+    }
+  }]])[
+  print line
+}
+]dnl end of double-quoted part
+m4_ifdef([_AC_SUBST_FILES],
+[\$ac_cs_awk_pipe_fini])
+_ACAWK
+_ACEOF
+dnl See if CR is the EOL marker.  If not, remove any EOL-related
+dnl ^M bytes and escape any remaining ones.  If so, just use mv.
+dnl In case you're wondering how ^M bytes can make it into subs1.awk,
+dnl [from Ralf Wildenhues] one way is if you have e.g.,
+dnl AC_SUBST([variable_that_contains_cr], ["
+dnl "])
+dnl The original aim was that users should be able to substitute any
+dnl characters they like (except for \0).  And the above is not so
+dnl unlikely if the configure script itself happens to be converted
+dnl to w32 text mode.
+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" \
+  || AC_MSG_ERROR([could not setup config files machinery])
+_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"
+
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:585: -1- m4_define([_AC_OUTPUT_FILE_ADJUST_DIR], [s&@$1@&$ac_$1&;t t[]AC_SUBST_TRACE([$1])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:597: -1- m4_define([_AC_OUTPUT_FILE], [
+  #
+  # CONFIG_FILE
+  #
+
+AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
+[  case $INSTALL in
+  [[\\/$]]* | ?:[[\\/]]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+])dnl
+AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P],
+[  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  [[\\/$]]* | ?:[[\\/]]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  esac
+])dnl
+_ACEOF
+
+m4_ifndef([AC_DATAROOTDIR_CHECKED],
+[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=
+m4_define([_AC_datarootdir_vars],
+	  [datadir, docdir, infodir, localedir, mandir])]dnl
+[m4_define([_AC_datarootdir_subst], [  s&@$][1@&$$][1&g])]dnl
+[ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+m4_map_args_sep([/@], [@/p], [
+], _AC_datarootdir_vars)'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@[]m4_join([@*|*@], _AC_datarootdir_vars)@*)
+  AC_MSG_WARN([$ac_file_inputs seems to ignore the --datarootdir setting])
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+m4_map_args_sep([_AC_datarootdir_subst(], [)], [
+], _AC_datarootdir_vars)
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+])dnl
+
+# 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]
+dnl configure_input is a somewhat special, so we don't call AC_SUBST_TRACE.
+dnl Note if you change the s||| delimiter here, don't forget to adjust
+dnl ac_sed_conf_input accordingly.  Using & is a bad idea if & appears in
+dnl the replacement string.
+s|@configure_input@|$ac_sed_conf_input|;t t
+dnl During the transition period, this is a special case:
+s&@top_builddir@&$ac_top_builddir_sub&;t t[]AC_SUBST_TRACE([top_builddir])
+dnl For this substitution see the witness macro _AC_HAVE_TOP_BUILD_PREFIX above.
+s&@top_build_prefix@&$ac_top_build_prefix&;t t[]AC_SUBST_TRACE([top_build_prefix])
+m4_map_args_sep([$0_ADJUST_DIR(], [)], [
+], [srcdir], [abs_srcdir], [top_srcdir], [abs_top_srcdir],
+   [builddir], [abs_builddir],
+   [abs_top_builddir]AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
+     [, [INSTALL]])AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P], [, [MKDIR_P]]))
+m4_ifndef([AC_DATAROOTDIR_CHECKED], [$ac_datarootdir_hack
+])dnl
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" m4_defn([_AC_SUBST_CMDS]) \
+  >$ac_tmp/out || AC_MSG_ERROR([could not create $ac_file])
+
+m4_ifndef([AC_DATAROOTDIR_CHECKED],
+[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"; } &&
+  AC_MSG_WARN([$ac_file contains a reference to the variable `datarootdir'
+which seems to be undefined.  Please make sure it is defined])
+])dnl
+
+  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 \
+  || AC_MSG_ERROR([could not create $ac_file])
+dnl This would break Makefile dependencies:
+dnl  if diff "$ac_file" "$ac_tmp/out" >/dev/null 2>&1; then
+dnl    echo "$ac_file is unchanged"
+dnl  else
+dnl     rm -f "$ac_file"; mv "$ac_tmp/out" "$ac_file"
+dnl  fi
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:713: -1- m4_define([m4_location(AC_CONFIG_HEADERS)], [/usr/share/autoconf/autoconf/status.m4:713])
+m4trace:/usr/share/autoconf/autoconf/status.m4:713: -1- m4_define([AC_CONFIG_HEADERS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([HEADERS], $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:719: -1- m4_define([m4_location(AC_CONFIG_HEADER)], [/usr/share/autoconf/autoconf/status.m4:719])
+m4trace:/usr/share/autoconf/autoconf/status.m4:719: -1- m4_define([AC_CONFIG_HEADER], [_m4_defun_pro([$0])AC_CONFIG_HEADERS([$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:732: -1- m4_define([_AC_OUTPUT_HEADERS_PREPARE], [# 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
+dnl This `||' list is finished at the end of _AC_OUTPUT_HEADERS_PREPARE.
+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
+    AC_MSG_ERROR([could not make $CONFIG_HEADERS])
+  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.
+dnl
+dnl Structure of the sed script that reads confdefs.h:
+dnl rset:  main loop, searches for `#define' lines
+dnl def:   deal with a `#define' line
+dnl bsnl:  deal with a `#define' line that ends with backslash-newline
+dnl cont:  handle a continuation line
+dnl bsnlc: handle a continuation line that ends with backslash-newline
+dnl
+dnl Each sub part escapes the awk special characters and outputs a statement
+dnl inserting the macro value into the array D, keyed by name.  If the macro
+dnl uses parameters, they are added in the array P, keyed by name.
+dnl
+dnl Long values are split into several string literals with help of ac_delim.
+dnl Assume nobody uses macro names of nearly 150 bytes length.
+dnl
+dnl The initial replace for `#define' lines inserts a leading space
+dnl in order to ease later matching; otherwise, output lines may be
+dnl repeatedly matched.
+dnl
+dnl m4-double-quote most of this for [, ], define, and substr:
+[
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
+sed -n '
+s/.\{]_AC_AWK_LITERAL_LIMIT[\}/&'"$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/.\{]_AC_AWK_LITERAL_LIMIT[\}/&'"$ac_delim"'/g
+t clear
+:clear
+s/\\$//
+t bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
+d
+:bsnlc
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
+b cont
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$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 }
+]dnl End of double-quoted section
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+dnl finish `||' list indicating write error:
+  AC_MSG_ERROR([could not setup config headers machinery])
+fi # test -n "$CONFIG_HEADERS"
+
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:877: -1- m4_define([_AC_OUTPUT_HEADER], [
+  #
+  # 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" \
+      || AC_MSG_ERROR([could not create $ac_file])
+    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
+      AC_MSG_NOTICE([$ac_file is unchanged])
+    else
+      rm -f "$ac_file"
+      mv "$ac_tmp/config.h" "$ac_file" \
+	|| AC_MSG_ERROR([could not create $ac_file])
+    fi
+  else
+    AS_ECHO(["/* $configure_input  */"]) \
+      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
+      || AC_MSG_ERROR([could not create -])
+  fi
+dnl If running for Automake, be ready to perform additional
+dnl commands to set up the timestamp files.
+m4_ifdef([_AC_AM_CONFIG_HEADER_HOOK],
+	 [_AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:921: -1- m4_define([m4_location(AC_CONFIG_LINKS)], [/usr/share/autoconf/autoconf/status.m4:921])
+m4trace:/usr/share/autoconf/autoconf/status.m4:921: -1- m4_define([AC_CONFIG_LINKS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([LINKS], $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:938: -1- AU_DEFINE([AC_LINK_FILES], [m4_ifval([It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
+to AC_CONFIG_LINKS.  `autoupdate' provides a functional but inelegant
+update, you should probably tune the result yourself.], [_au_warn_AC_LINK_FILES([It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
+to AC_CONFIG_LINKS.  `autoupdate' provides a functional but inelegant
+update, you should probably tune the result yourself.])AC_DIAGNOSE([obsolete], [It is technically impossible to `autoupdate' cleanly from AC_LINK_FILES
+to AC_CONFIG_LINKS.  `autoupdate' provides a functional but inelegant
+update, you should probably tune the result yourself.])d[]nl
+])dnl
+m4_if($#, 2, ,
+       [m4_fatal([$0: incorrect number of arguments])])dnl
+m4_define_default([_AC_LINK_FILES_CNT], 0)dnl
+m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl
+ac_sources="$1"
+ac_dests="$2"
+while test -n "$ac_sources"; do
+  set $ac_dests; ac_dest=$[1]; shift; ac_dests=$[*]
+  set $ac_sources; ac_source=$[1]; shift; ac_sources=$[*]
+  [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"
+done
+AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:938: -1- AU_DEFINE([_au_warn_AC_LINK_FILES], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LINK_FILES], [])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:938: -1- m4_define([m4_location(AC_LINK_FILES)], [/usr/share/autoconf/autoconf/status.m4:938])
+m4trace:/usr/share/autoconf/autoconf/status.m4:938: -1- m4_define([AC_LINK_FILES], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LINK_FILES' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 2, ,
+       [m4_fatal([$0: incorrect number of arguments])])dnl
+m4_define_default([_AC_LINK_FILES_CNT], 0)dnl
+m4_define([_AC_LINK_FILES_CNT], m4_incr(_AC_LINK_FILES_CNT))dnl
+ac_sources="$1"
+ac_dests="$2"
+while test -n "$ac_sources"; do
+  set $ac_dests; ac_dest=$[1]; shift; ac_dests=$[*]
+  set $ac_sources; ac_source=$[1]; shift; ac_sources=$[*]
+  [ac_config_links_]_AC_LINK_FILES_CNT="$[ac_config_links_]_AC_LINK_FILES_CNT $ac_dest:$ac_source"
+done
+AC_CONFIG_LINKS($[ac_config_links_]_AC_LINK_FILES_CNT)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:962: -1- m4_define([_AC_OUTPUT_LINK], [
+  #
+  # CONFIG_LINK
+  #
+
+  if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
+    :
+  else
+    # Prefer the file from the source tree if names are identical.
+    if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
+      ac_source=$srcdir/$ac_source
+    fi
+
+    AC_MSG_NOTICE([linking $ac_source to $ac_file])
+
+    if test ! -r "$ac_source"; then
+      AC_MSG_ERROR([$ac_source: file not found])
+    fi
+    rm -f "$ac_file"
+
+    # Try a relative symlink, then a hard link, then a copy.
+    case $ac_source in
+    [[\\/$]]* | ?:[[\\/]]* ) ac_rel_source=$ac_source ;;
+	*) ac_rel_source=$ac_top_build_prefix$ac_source ;;
+    esac
+    ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
+      ln "$ac_source" "$ac_file" 2>/dev/null ||
+      cp -p "$ac_source" "$ac_file" ||
+      AC_MSG_ERROR([cannot link or copy $ac_source to $ac_file])
+  fi
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1009: -1- m4_define([m4_location(AC_CONFIG_COMMANDS)], [/usr/share/autoconf/autoconf/status.m4:1009])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1009: -1- m4_define([AC_CONFIG_COMMANDS], [_m4_defun_pro([$0])_AC_CONFIG_FOOS([COMMANDS], $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1026: -1- AU_DEFINE([AC_OUTPUT_COMMANDS], [m4_ifval([], [_au_warn_AC_OUTPUT_COMMANDS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_define_default([_AC_OUTPUT_COMMANDS_CNT], 0)dnl
+m4_define([_AC_OUTPUT_COMMANDS_CNT], m4_incr(_AC_OUTPUT_COMMANDS_CNT))dnl
+dnl Double quoted since that was the case in the original macro.
+AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1026: -1- AU_DEFINE([_au_warn_AC_OUTPUT_COMMANDS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_OUTPUT_COMMANDS], [])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1026: -1- m4_define([m4_location(AC_OUTPUT_COMMANDS)], [/usr/share/autoconf/autoconf/status.m4:1026])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1026: -1- m4_define([AC_OUTPUT_COMMANDS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete.
+You should run autoupdate.])dnl
+m4_define_default([_AC_OUTPUT_COMMANDS_CNT], 0)dnl
+m4_define([_AC_OUTPUT_COMMANDS_CNT], m4_incr(_AC_OUTPUT_COMMANDS_CNT))dnl
+dnl Double quoted since that was the case in the original macro.
+AC_CONFIG_COMMANDS([default-]_AC_OUTPUT_COMMANDS_CNT, [[$1]], [[$2]])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1039: -1- m4_define([_AC_OUTPUT_COMMAND], [  AC_MSG_NOTICE([executing $ac_file commands])
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1053: -1- m4_define([m4_location(AC_CONFIG_COMMANDS_PRE)], [/usr/share/autoconf/autoconf/status.m4:1053])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1053: -1- m4_define([AC_CONFIG_COMMANDS_PRE], [_m4_defun_pro([$0])m4_append([AC_OUTPUT_COMMANDS_PRE], [$1
+])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1063: -1- m4_define([AC_OUTPUT_COMMANDS_PRE], [_AC_LIBOBJS_NORMALIZE
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1071: -1- m4_define([m4_location(AC_CONFIG_COMMANDS_POST)], [/usr/share/autoconf/autoconf/status.m4:1071])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1071: -1- m4_define([AC_CONFIG_COMMANDS_POST], [_m4_defun_pro([$0])m4_append([AC_OUTPUT_COMMANDS_POST], [$1
+])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1076: -1- m4_define([AC_OUTPUT_COMMANDS_POST])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1097: -1- m4_define([m4_location(AC_CONFIG_SUBDIRS)], [/usr/share/autoconf/autoconf/status.m4:1097])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1097: -1- m4_define([AC_CONFIG_SUBDIRS], [_m4_defun_pro([$0])AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])AC_REQUIRE([AC_DISABLE_OPTION_CHECKING])m4_map_args_w([$1], [_AC_CONFIG_UNIQUE([SUBDIRS],
+  _AC_CONFIG_COMPUTE_DEST(], [))])m4_append([_AC_LIST_SUBDIRS], [$1], [
+])AS_LITERAL_IF([$1], [],
+	       [AC_DIAGNOSE([syntax], [$0: you should use literals])])AC_SUBST([subdirs], ["$subdirs m4_normalize([$1])"])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1113: -1- m4_define([_AC_OUTPUT_SUBDIRS], [
+#
+# CONFIG_SUBDIRS section.
+#
+if test "$no_recursion" != yes; then
+
+  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
+  # so they do not pile up.
+  ac_sub_configure_args=
+  ac_prev=
+  eval "set x $ac_configure_args"
+  shift
+  for ac_arg
+  do
+    if test -n "$ac_prev"; then
+      ac_prev=
+      continue
+    fi
+    case $ac_arg in
+    -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=*)
+      ;;
+    --config-cache | -C)
+      ;;
+    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+      ac_prev=srcdir ;;
+    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+      ;;
+    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+      ac_prev=prefix ;;
+    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+      ;;
+    --disable-option-checking)
+      ;;
+    *)
+      case $ac_arg in
+      *\'*) ac_arg=`AS_ECHO(["$ac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
+      esac
+      AS_VAR_APPEND([ac_sub_configure_args], [" '$ac_arg'"]) ;;
+    esac
+  done
+
+  # Always prepend --prefix to ensure using the same prefix
+  # in subdir configurations.
+  ac_arg="--prefix=$prefix"
+  case $ac_arg in
+  *\'*) ac_arg=`AS_ECHO(["$ac_arg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
+  esac
+  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
+
+  # Pass --silent
+  if test "$silent" = yes; then
+    ac_sub_configure_args="--silent $ac_sub_configure_args"
+  fi
+
+  # Always prepend --disable-option-checking to silence warnings, since
+  # different subdirs can have different --enable and --with options.
+  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
+
+  ac_popdir=`pwd`
+  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
+
+    # Do not complain, so a configure script can configure whichever
+    # parts of a large source tree are present.
+    test -d "$srcdir/$ac_dir" || continue
+
+    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
+    _AS_ECHO_LOG([$ac_msg])
+    _AS_ECHO([$ac_msg])
+    AS_MKDIR_P(["$ac_dir"])
+    _AC_SRCDIRS(["$ac_dir"])
+
+    cd "$ac_dir"
+
+    # Check for guested configure; otherwise get Cygnus style configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      ac_sub_configure=$ac_srcdir/configure.gnu
+    elif test -f "$ac_srcdir/configure"; then
+      ac_sub_configure=$ac_srcdir/configure
+    elif test -f "$ac_srcdir/configure.in"; then
+      # This should be Cygnus configure.
+      ac_sub_configure=$ac_aux_dir/configure
+    else
+      AC_MSG_WARN([no configuration information is in $ac_dir])
+      ac_sub_configure=
+    fi
+
+    # The recursion is here.
+    if test -n "$ac_sub_configure"; then
+      # Make the cache file name correct relative to the subdirectory.
+      case $cache_file in
+      [[\\/]]* | ?:[[\\/]]* ) ac_sub_cache_file=$cache_file ;;
+      *) # Relative name.
+	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
+      esac
+
+      AC_MSG_NOTICE([running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir])
+      # The eval makes quoting arguments work.
+      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
+	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
+	AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
+    fi
+
+    cd "$ac_popdir"
+  done
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1239: -1- AU_DEFINE([AC_OUTPUT], [m4_ifval([], [_au_warn_AC_OUTPUT([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_ifvaln([$1],
+	   [AC_CONFIG_FILES([$1])])dnl
+m4_ifvaln([$2$3],
+	  [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
+[AC_OUTPUT]])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1239: -1- AU_DEFINE([_au_warn_AC_OUTPUT], [m4_warning($@)dnl
+m4_define([_au_warn_AC_OUTPUT], [])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1239: -1- m4_define([m4_location(AC_OUTPUT)], [/usr/share/autoconf/autoconf/status.m4:1239])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1239: -1- m4_define([AC_OUTPUT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OUTPUT' is obsolete.
+You should run autoupdate.])dnl
+m4_ifvaln([$1],
+	   [AC_CONFIG_FILES([$1])])dnl
+m4_ifvaln([$2$3],
+	  [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
+[AC_OUTPUT][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1252: -1- m4_define([AC_OUTPUT], [dnl Dispatch the extra arguments to their native macros.
+m4_ifvaln([$1],
+	  [AC_CONFIG_FILES([$1])])dnl
+m4_ifvaln([$2$3],
+	  [AC_CONFIG_COMMANDS(default, [$2], [$3])])dnl
+m4_ifval([$1$2$3],
+	 [AC_DIAGNOSE([obsolete],
+		      [$0 should be used without arguments.
+You should run autoupdate.])])dnl
+AC_CACHE_SAVE
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [DEFS=-DHAVE_CONFIG_H], [AC_OUTPUT_MAKE_DEFS()])
+
+dnl Commands to run before creating config.status.
+AC_OUTPUT_COMMANDS_PRE()dnl
+
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+_AC_OUTPUT_CONFIG_STATUS()dnl
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+  AC_MSG_ERROR([write failure creating $CONFIG_STATUS])
+
+dnl Commands to run after config.status was created
+AC_OUTPUT_COMMANDS_POST()dnl
+
+# 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 AS_MESSAGE_LOG_FD>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec AS_MESSAGE_LOG_FD>>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_EXIT([1])
+fi
+dnl config.status should not do recursion.
+AC_PROVIDE_IFELSE([AC_CONFIG_SUBDIRS], [_AC_OUTPUT_SUBDIRS()])dnl
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  AC_MSG_WARN([unrecognized options: $ac_unrecognized_opts])
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1319: -1- m4_define([_AC_OUTPUT_CONFIG_STATUS], [AC_MSG_NOTICE([creating $CONFIG_STATUS])
+dnl AS_MESSAGE_LOG_FD is not available yet:
+m4_pushdef([AS_MESSAGE_LOG_FD])AS_INIT_GENERATED([$CONFIG_STATUS],
+[# 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
+]) || 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 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])dnl
+$as_me[]m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]), which was
+generated by m4_PACKAGE_STRING.  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
+
+dnl remove any newlines from these variables.
+m4_ifdef([_AC_SEEN_CONFIG(FILES)],
+[case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$[*];;
+esac
+])
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
+[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.
+m4_ifdef([_AC_SEEN_CONFIG(FILES)],
+[config_files="$ac_config_files"
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
+[config_headers="$ac_config_headers"
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
+[config_links="$ac_config_links"
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
+[config_commands="$ac_config_commands"
+])dnl
+
+_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
+m4_ifdef([_AC_SEEN_CONFIG(FILES)],
+  [AS_HELP_STRING([[    --file=FILE[:TEMPLATE]]],
+    [instantiate the configuration file FILE], [                   ])
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
+  [AS_HELP_STRING([[    --header=FILE[:TEMPLATE]]],
+    [instantiate the configuration header FILE], [                   ])
+])dnl
+
+m4_ifdef([_AC_SEEN_CONFIG(FILES)],
+[Configuration files:
+$config_files
+
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
+[Configuration headers:
+$config_headers
+
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
+[Configuration links:
+$config_links
+
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
+[Configuration commands:
+$config_commands
+
+])dnl
+Report bugs to m4_ifset([AC_PACKAGE_BUGREPORT], [<AC_PACKAGE_BUGREPORT>],
+  [the package provider]).dnl
+m4_ifdef([AC_PACKAGE_NAME], [m4_ifset([AC_PACKAGE_URL], [
+AC_PACKAGE_NAME home page: <AC_PACKAGE_URL>.])dnl
+m4_if(m4_index(m4_defn([AC_PACKAGE_NAME]), [GNU ]), [0], [
+General help using GNU software: <http://www.gnu.org/gethelp/>.])])"
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`AS_ECHO(["$ac_configure_args"]) | sed 's/^ //; s/[[\\""\`\$]]/\\\\&/g'`"
+ac_cs_version="\\
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.status[]dnl
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
+configured by $[0], generated by m4_PACKAGE_STRING,
+  with options \\"\$ac_cs_config\\"
+
+Copyright (C) m4_PACKAGE_YEAR 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'
+AC_PROVIDE_IFELSE([AC_PROG_INSTALL],
+[INSTALL='$INSTALL'
+])dnl
+AC_PROVIDE_IFELSE([AC_PROG_MKDIR_P],
+[MKDIR_P='$MKDIR_P'
+])dnl
+AC_PROVIDE_IFELSE([AC_PROG_AWK],
+[AWK='$AWK'
+])dnl
+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=: ;;
+m4_ifdef([_AC_SEEN_CONFIG(FILES)], [dnl
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`AS_ECHO(["$ac_optarg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') AC_MSG_ERROR([missing file argument]) ;;
+    esac
+    AS_VAR_APPEND([CONFIG_FILES], [" '$ac_optarg'"])
+    ac_need_defaults=false;;
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [dnl
+  --header | --heade | --head | --hea )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`AS_ECHO(["$ac_optarg"]) | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    AS_VAR_APPEND([CONFIG_HEADERS], [" '$ac_optarg'"])
+    ac_need_defaults=false;;
+  --he | --h)
+    # Conflict between --help and --header
+    AC_MSG_ERROR([ambiguous option: `$[1]'
+Try `$[0] --help' for more information.]);;
+], [  --he | --h |])dnl
+  --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.
+  -*) AC_MSG_ERROR([unrecognized option: `$[1]'
+Try `$[0] --help' for more information.]) ;;
+
+  *) AS_VAR_APPEND([ac_config_targets], [" $[1]"])
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec AS_MESSAGE_FD>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+dnl Check this before opening the log, to avoid a bug on MinGW,
+dnl which prohibits the recursive instance from truncating an open log.
+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 \$[*]"]) >&AS_MESSAGE_FD
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  exec "\$[@]"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+dnl Open the log:
+m4_popdef([AS_MESSAGE_LOG_FD])dnl
+exec AS_MESSAGE_LOG_FD>>config.log
+{
+  echo
+  AS_BOX([Running $as_me.])
+  AS_ECHO(["$ac_log"])
+} >&AS_MESSAGE_LOG_FD
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+m4_ifdef([_AC_OUTPUT_COMMANDS_INIT],
+[#
+# INIT-COMMANDS
+#
+_AC_OUTPUT_COMMANDS_INIT
+])dnl
+_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
+m4_ifdef([_AC_LIST_TAGS], [_AC_LIST_TAGS])
+  *) AC_MSG_ERROR([invalid argument: `$ac_config_target']);;
+  esac
+done
+
+m4_ifdef([_AC_SEEN_CONFIG(ANY)], [_AC_OUTPUT_MAIN_LOOP])[]dnl
+
+AS_EXIT(0)
+_ACEOF
+])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1599: -1- m4_define([m4_location(_AC_OUTPUT_MAIN_LOOP)], [/usr/share/autoconf/autoconf/status.m4:1599])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1599: -1- m4_define([_AC_OUTPUT_MAIN_LOOP], [_m4_defun_pro([$0])
+# 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
+m4_ifdef([_AC_SEEN_CONFIG(FILES)],
+[  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],
+[  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(LINKS)],
+[  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
+])dnl
+m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)],
+[  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+])dnl
+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'.
+dnl For historical reasons, AS_TMPDIR must continue to place the results
+dnl in $tmp; but we swap to the namespace-clean $ac_tmp to avoid issues
+dnl with any CONFIG_COMMANDS playing with the common variable name $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_EXIT([1])' 1 2 13 15
+}
+dnl The comment above AS_TMPDIR says at most 4 chars are allowed.
+AS_TMPDIR([conf], [.])
+ac_tmp=$tmp
+
+m4_ifdef([_AC_SEEN_CONFIG(FILES)], [_AC_OUTPUT_FILES_PREPARE])[]dnl
+m4_ifdef([_AC_SEEN_CONFIG(HEADERS)], [_AC_OUTPUT_HEADERS_PREPARE])[]dnl
+
+eval set X "dnl
+  m4_ifdef([_AC_SEEN_CONFIG(FILES)],    [:F $CONFIG_FILES])[]dnl
+  m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],  [:H $CONFIG_HEADERS])[]dnl
+  m4_ifdef([_AC_SEEN_CONFIG(LINKS)],    [:L $CONFIG_LINKS])[]dnl
+  m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)], [:C $CONFIG_COMMANDS])[]dnl
+"
+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*:*) AC_MSG_ERROR([invalid tag `$ac_tag']);;
+  :[[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 ||
+	   AC_MSG_ERROR([cannot find input file: `$ac_f'], [1]);;
+      esac
+      case $ac_f in *\'*) ac_f=`AS_ECHO(["$ac_f"]) | sed "s/'/'\\\\\\\\''/g"`;; esac
+      AS_VAR_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"
+      AC_MSG_NOTICE([creating $ac_file])
+    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" \
+      || AC_MSG_ERROR([could not create $ac_file]) ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`AS_DIRNAME(["$ac_file"])`
+  AS_MKDIR_P(["$ac_dir"])
+  _AC_SRCDIRS(["$ac_dir"])
+
+  case $ac_mode in
+  m4_ifdef([_AC_SEEN_CONFIG(FILES)],    [:F)_AC_OUTPUT_FILE ;;])
+  m4_ifdef([_AC_SEEN_CONFIG(HEADERS)],  [:H)_AC_OUTPUT_HEADER ;;])
+  m4_ifdef([_AC_SEEN_CONFIG(LINKS)],    [:L)_AC_OUTPUT_LINK ;;])
+  m4_ifdef([_AC_SEEN_CONFIG(COMMANDS)], [:C)_AC_OUTPUT_COMMAND ;;])
+  esac
+
+dnl Some shells don't like empty case/esac
+m4_ifdef([_AC_LIST_TAG_COMMANDS], [
+  case $ac_file$ac_mode in
+_AC_LIST_TAG_COMMANDS
+  esac
+])dnl
+done # for ac_tag
+
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/status.m4:1745: -1- m4_define([AC_OUTPUT_MAKE_DEFS], [[# Transform confdefs.h into DEFS.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then branch to the quote section.  Otherwise,
+# look for a macro that doesn't take arguments.
+ac_script='
+:mline
+/\\$/{
+ N
+ s,\\\n,,
+ b mline
+}
+t clear
+:clear
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
+t quote
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
+t quote
+b any
+:quote
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
+H
+:any
+${
+	g
+	s/^\n//
+	s/\n/ /g
+	p
+}
+'
+DEFS=`sed -n "$ac_script" confdefs.h`
+]])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:38: -1- m4_include([autoconf/autoheader.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:38: -1- m4_define([m4_include(autoconf/autoheader.m4)])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:36: -1- m4_define([AH_OUTPUT], [])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:47: -1- m4_define([AH_VERBATIM], [AS_LITERAL_WORD_IF([$1],
+	       [AH_OUTPUT(_m4_expand([$1]), AS_ESCAPE([[$2]], [\']))])])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:56: -1- m4_define([AH_TEMPLATE], [AH_VERBATIM([$1],
+	     m4_text_wrap([$2 */], [   ], [/* ])[
+@%:@undef ]_m4_expand([$1]))])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:65: -1- m4_define([AH_TOP], [m4_define([_AH_COUNTER], m4_incr(_AH_COUNTER))dnl
+AH_VERBATIM([0000]_AH_COUNTER, [$1])])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:73: -1- m4_define([AH_BOTTOM], [m4_define([_AH_COUNTER], m4_incr(_AH_COUNTER))dnl
+AH_VERBATIM([zzzz]_AH_COUNTER, [$1])])
+m4trace:/usr/share/autoconf/autoconf/autoheader.m4:78: -1- m4_define([_AH_COUNTER], [0])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:39: -1- m4_include([autoconf/autotest.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:39: -1- m4_define([m4_include(autoconf/autotest.m4)])
+m4trace:/usr/share/autoconf/autoconf/autotest.m4:42: -1- m4_define([m4_location(AC_CONFIG_TESTDIR)], [/usr/share/autoconf/autoconf/autotest.m4:42])
+m4trace:/usr/share/autoconf/autoconf/autotest.m4:42: -1- m4_define([AC_CONFIG_TESTDIR], [_m4_defun_pro([$0])AC_CONFIG_COMMANDS([$1/atconfig],
+[cat >$1/atconfig <<ATEOF
+@%:@ Configurable variable values for building test suites.
+@%:@ Generated by $[0].
+@%:@ Copyright (C) m4_PACKAGE_YEAR Free Software Foundation, Inc.
+
+# The test suite will define top_srcdir=$at_top_srcdir/../.. etc.
+at_testdir='$1'
+abs_builddir='$ac_abs_builddir'
+at_srcdir='$ac_srcdir'
+abs_srcdir='$ac_abs_srcdir'
+at_top_srcdir='$ac_top_srcdir'
+abs_top_srcdir='$ac_abs_top_srcdir'
+at_top_build_prefix='$ac_top_build_prefix'
+abs_top_builddir='$ac_abs_top_builddir'
+
+# Backward compatibility with Autotest <= 2.59b:
+at_top_builddir=\$at_top_build_prefix
+
+AUTOTEST_PATH='m4_default([$2], [$1])'
+
+SHELL=\${CONFIG_SHELL-'$SHELL'}
+m4_provide_if([AC_ERLANG_PATH_ERL], [
+ERL='$ERL'
+])dnl
+m4_provide_if([AC_ERLANG_PATH_ERLC], [
+ERLC='$ERLC'
+ERLCFLAGS='$ERLCFLAGS'
+])dnl
+ATEOF
+],
+[m4_provide_if([AC_ERLANG_PATH_ERL], [ERL="$ERL"
+])m4_provide_if([AC_ERLANG_PATH_ERLC], [ERLC="$ERLC"
+ERLCFLAGS="$ERLCFLAGS"
+])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:40: -1- m4_include([autoconf/programs.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:40: -1- m4_define([m4_include(autoconf/programs.m4)])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:40: -1- m4_define([m4_location(_AC_CHECK_PROG)], [/usr/share/autoconf/autoconf/programs.m4:40])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:40: -1- m4_define([_AC_CHECK_PROG], [_m4_defun_pro([$0])# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=$[2]
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL(ac_cv_prog_$1,
+[if test -n "$$1"; then
+  ac_cv_prog_$1="$$1" # Let the user override the test.
+else
+m4_ifvaln([$6],
+[  ac_prog_rejected=no])dnl
+_AS_PATH_WALK([$5],
+[for ac_exec_ext in '' $ac_executable_extensions; do
+  if AS_EXECUTABLE_P(["$as_dir/$ac_word$ac_exec_ext"]); then
+m4_ifvaln([$6],
+[    if test "$as_dir/$ac_word$ac_exec_ext" = "$6"; then
+       ac_prog_rejected=yes
+       continue
+     fi])dnl
+    ac_cv_prog_$1="$3"
+    _AS_ECHO_LOG([found $as_dir/$ac_word$ac_exec_ext])
+    break 2
+  fi
+done])
+m4_ifvaln([$6],
+[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_$1
+  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 $1 to just the basename; use the full file name.
+    shift
+    ac_cv_prog_$1="$as_dir/$ac_word${1+' '}$[@]"
+m4_if([$2], [$4],
+[  else
+    # Default is a loser.
+    AC_MSG_ERROR([$1=$6 unacceptable, but no other $4 found in dnl
+m4_default([$5], [\$PATH])])
+])dnl
+  fi
+fi])dnl
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_CHECK_PROGS will keep looking.
+m4_ifvaln([$4],
+[  test -z "$ac_cv_prog_$1" && ac_cv_prog_$1="$4"])dnl
+fi])dnl
+$1=$ac_cv_prog_$1
+if test -n "$$1"; then
+  AC_MSG_RESULT([$$1])
+else
+  AC_MSG_RESULT([no])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:100: -1- m4_define([m4_location(AC_CHECK_PROG)], [/usr/share/autoconf/autoconf/programs.m4:100])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:100: -1- m4_define([AC_CHECK_PROG], [_m4_defun_pro([$0])_AC_CHECK_PROG($@)
+AC_SUBST([$1])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:109: -1- m4_define([m4_location(AC_CHECK_PROGS)], [/usr/share/autoconf/autoconf/programs.m4:109])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:109: -1- m4_define([AC_CHECK_PROGS], [_m4_defun_pro([$0])for ac_prog in $2
+do
+  AC_CHECK_PROG([$1], [$ac_prog], [$ac_prog], , [$4])
+  test -n "$$1" && break
+done
+m4_ifvaln([$3], [test -n "$$1" || $1="$3"])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:120: -1- m4_define([m4_location(_AC_PATH_PROG)], [/usr/share/autoconf/autoconf/programs.m4:120])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:120: -1- m4_define([_AC_PATH_PROG], [_m4_defun_pro([$0])# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=$[2]
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL([ac_cv_path_$1],
+[case $$1 in
+  [[\\/]]* | ?:[[\\/]]*)
+  ac_cv_path_$1="$$1" # Let the user override the test with a path.
+  ;;
+  *)
+  _AS_PATH_WALK([$4],
+[for ac_exec_ext in '' $ac_executable_extensions; do
+  if AS_EXECUTABLE_P(["$as_dir/$ac_word$ac_exec_ext"]); then
+    ac_cv_path_$1="$as_dir/$ac_word$ac_exec_ext"
+    _AS_ECHO_LOG([found $as_dir/$ac_word$ac_exec_ext])
+    break 2
+  fi
+done])
+dnl If no 3rd arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+m4_ifvaln([$3],
+[  test -z "$ac_cv_path_$1" && ac_cv_path_$1="$3"])dnl
+  ;;
+esac])dnl
+$1=$ac_cv_path_$1
+if test -n "$$1"; then
+  AC_MSG_RESULT([$$1])
+else
+  AC_MSG_RESULT([no])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:155: -1- m4_define([m4_location(AC_PATH_PROG)], [/usr/share/autoconf/autoconf/programs.m4:155])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:155: -1- m4_define([AC_PATH_PROG], [_m4_defun_pro([$0])_AC_PATH_PROG($@)
+AC_SUBST([$1])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:164: -1- m4_define([m4_location(AC_PATH_PROGS)], [/usr/share/autoconf/autoconf/programs.m4:164])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:164: -1- m4_define([AC_PATH_PROGS], [_m4_defun_pro([$0])for ac_prog in $2
+do
+  AC_PATH_PROG([$1], [$ac_prog], , [$4])
+  test -n "$$1" && break
+done
+m4_ifvaln([$3], [test -n "$$1" || $1="$3"])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:183: -1- AU_DEFINE([AC_CHECK_TOOL_PREFIX], [m4_ifval([], [_au_warn_AC_CHECK_TOOL_PREFIX([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:183: -1- AU_DEFINE([_au_warn_AC_CHECK_TOOL_PREFIX], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CHECK_TOOL_PREFIX], [])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:183: -1- m4_define([m4_location(AC_CHECK_TOOL_PREFIX)], [/usr/share/autoconf/autoconf/programs.m4:183])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:183: -1- m4_define([AC_CHECK_TOOL_PREFIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHECK_TOOL_PREFIX' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:188: -1- m4_define([m4_location(_AC_TOOL_WARN)], [/usr/share/autoconf/autoconf/programs.m4:188])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:188: -1- m4_define([_AC_TOOL_WARN], [_m4_defun_pro([$0])case $cross_compiling:$ac_tool_warned in
+yes:)
+AC_MSG_WARN([using cross tools not prefixed with host triplet])
+ac_tool_warned=yes ;;
+esac[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:198: -1- m4_define([m4_location(AC_PATH_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:198])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:198: -1- m4_define([AC_PATH_TOOL], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
+  AC_PATH_PROG([$1], [${ac_tool_prefix}$2], , [$4])
+fi
+if test -z "$ac_cv_path_$1"; then
+  ac_pt_$1=$$1
+  _AC_PATH_PROG([ac_pt_$1], [$2], [], [$4])
+  if test "x$ac_pt_$1" = x; then
+    $1="$3"
+  else
+    _AC_TOOL_WARN
+    $1=$ac_pt_$1
+  fi
+else
+  $1="$ac_cv_path_$1"
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:220: -1- m4_define([m4_location(AC_CHECK_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:220])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:220: -1- m4_define([AC_CHECK_TOOL], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
+  AC_CHECK_PROG([$1], [${ac_tool_prefix}$2], [${ac_tool_prefix}$2], , [$4])
+fi
+if test -z "$ac_cv_prog_$1"; then
+  ac_ct_$1=$$1
+  _AC_CHECK_PROG([ac_ct_$1], [$2], [$2], [], [$4])
+  if test "x$ac_ct_$1" = x; then
+    $1="$3"
+  else
+    _AC_TOOL_WARN
+    $1=$ac_ct_$1
+  fi
+else
+  $1="$ac_cv_prog_$1"
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:245: -1- m4_define([m4_location(AC_CHECK_TOOLS)], [/usr/share/autoconf/autoconf/programs.m4:245])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:245: -1- m4_define([AC_CHECK_TOOLS], [_m4_defun_pro([$0])if test -n "$ac_tool_prefix"; then
+  for ac_prog in $2
+  do
+    AC_CHECK_PROG([$1],
+		  [$ac_tool_prefix$ac_prog], [$ac_tool_prefix$ac_prog],,
+		  [$4])
+    test -n "$$1" && break
+  done
+fi
+if test -z "$$1"; then
+  ac_ct_$1=$$1
+  AC_CHECK_PROGS([ac_ct_$1], [$2], [], [$4])
+  if test "x$ac_ct_$1" = x; then
+    $1="$3"
+  else
+    _AC_TOOL_WARN
+    $1=$ac_ct_$1
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:271: -1- m4_define([m4_location(AC_PATH_TARGET_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:271])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:271: -1- m4_define([AC_PATH_TARGET_TOOL], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
+AC_PATH_PROG([$1], [$target_alias-$2], , [$4])
+if test -z "$ac_cv_path_$1"; then
+  if test "$build" = "$target"; then
+    ac_pt_$1=$$1
+    _AC_PATH_PROG([ac_pt_$1], [$2], [$3], [$4])
+    $1=$ac_pt_$1
+  else
+    $1="$3"
+  fi
+else
+  $1="$ac_cv_path_$1"
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:291: -1- m4_define([m4_location(AC_CHECK_TARGET_TOOL)], [/usr/share/autoconf/autoconf/programs.m4:291])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:291: -1- m4_define([AC_CHECK_TARGET_TOOL], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
+AC_CHECK_PROG([$1], [$target_alias-$2], [$target_alias-$2], , [$4])
+if test -z "$ac_cv_prog_$1"; then
+  if test "$build" = "$target"; then
+    ac_ct_$1=$$1
+    _AC_CHECK_PROG([ac_ct_$1], [$2], [$2], [$3], [$4])
+    $1=$ac_ct_$1
+  else
+    $1="$3"
+  fi
+else
+  $1="$ac_cv_prog_$1"
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:314: -1- m4_define([m4_location(AC_CHECK_TARGET_TOOLS)], [/usr/share/autoconf/autoconf/programs.m4:314])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:314: -1- m4_define([AC_CHECK_TARGET_TOOLS], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_TARGET])dnl
+for ac_prog in $2
+do
+  AC_CHECK_PROG([$1],
+		[$target_alias-$ac_prog], [$target_alias-$ac_prog],,
+		[$4])
+  test -n "$$1" && break
+done
+if test -z "$$1"; then
+  if test "$build" = "$target"; then
+    ac_ct_$1=$$1
+    AC_CHECK_PROGS([ac_ct_$1], [$2], [$3], [$4])
+    $1=$ac_ct_$1
+  else
+    $1="$3"
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:349: -1- m4_define([m4_location(AC_PROG_AWK)], [/usr/share/autoconf/autoconf/programs.m4:349])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:349: -1- m4_define([AC_PROG_AWK], [_m4_defun_pro([$0])AC_CHECK_PROGS(AWK, gawk mawk nawk awk, )[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:355: -1- m4_define([m4_location(AC_PROG_EGREP)], [/usr/share/autoconf/autoconf/programs.m4:355])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:355: -1- m4_define([AC_PROG_EGREP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_GREP])dnl
+AC_CACHE_CHECK([for egrep], ac_cv_path_EGREP,
+   [if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+   then ac_cv_path_EGREP="$GREP -E"
+   else
+     _AC_PROG_GREP(EGREP, egrep, ['EGREP$'])
+   fi])
+ EGREP="$ac_cv_path_EGREP"
+ AC_SUBST([EGREP])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:370: -1- m4_define([m4_location(AC_PROG_FGREP)], [/usr/share/autoconf/autoconf/programs.m4:370])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:370: -1- m4_define([AC_PROG_FGREP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_GREP])dnl
+AC_CACHE_CHECK([for fgrep], ac_cv_path_FGREP,
+   [if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
+   then ac_cv_path_FGREP="$GREP -F"
+   else
+     _AC_PROG_GREP(FGREP, fgrep, [FGREP])
+   fi])
+ FGREP="$ac_cv_path_FGREP"
+ AC_SUBST([FGREP])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:388: -1- m4_define([m4_location(AC_PROG_GREP)], [/usr/share/autoconf/autoconf/programs.m4:388])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:388: -1- m4_define([AC_PROG_GREP], [_m4_defun_pro([$0])AC_CACHE_CHECK([for grep that handles long lines and -e], ac_cv_path_GREP,
+   [_$0(GREP, [grep ggrep], [-e 'GREP$' -e '-(cannot match)-'])])
+ GREP="$ac_cv_path_GREP"
+ AC_SUBST([GREP])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:401: -1- m4_define([_AC_PROG_GREP], [_AC_PATH_PROGS_FEATURE_CHECK([$1], [$2],
+	[_AC_FEATURE_CHECK_LENGTH([ac_path_$1], [ac_cv_path_$1],
+		["$ac_path_$1" $3], [$1])], [],
+	[$PATH$PATH_SEPARATOR/usr/xpg4/bin])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:419: -1- m4_define([_AC_PATH_PROGS_FEATURE_CHECK], [if test -z "$$1"; then
+  ac_path_$1_found=false
+  # Loop through the user's path and test for each of PROGNAME-LIST
+  _AS_PATH_WALK([$5],
+  [for ac_prog in $2; do
+    for ac_exec_ext in '' $ac_executable_extensions; do
+      ac_path_$1="$as_dir/$ac_prog$ac_exec_ext"
+      AS_EXECUTABLE_P(["$ac_path_$1"]) || continue
+$3
+      $ac_path_$1_found && break 3
+    done
+  done])dnl
+  if test -z "$ac_cv_path_$1"; then
+    m4_default([$4],
+      [AC_MSG_ERROR([no acceptable m4_bpatsubst([$2], [ .*]) could be dnl
+found in m4_default([$5], [\$PATH])])])
+  fi
+else
+  ac_cv_path_$1=$$1
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:461: -1- m4_define([AC_PATH_PROGS_FEATURE_CHECK], [_$0([$1], [$2], [$3], m4_default([$4], [:]), [$5])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:476: -1- m4_define([_AC_FEATURE_CHECK_LENGTH], [# Check for GNU $1 and select it if it is found.
+  _AC_PATH_PROG_FLAVOR_GNU([$$1],
+    [$2="$$1" $1_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(['$4']) >> "conftest.nl"
+    $3 < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    AS_VAR_ARITH([ac_count], [$ac_count + 1])
+    if test $ac_count -gt ${$1_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      $2="$$1"
+dnl   # Using $1_max so that each tool feature checked gets its
+dnl   # own variable.  Don't reset it otherwise the implied search
+dnl   # for best performing tool in a list breaks down.
+      $1_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])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:508: -1- m4_define([_AC_PATH_PROG_FLAVOR_GNU], [# Check for GNU $1
+case `"$1" --version 2>&1` in
+*GNU*)
+  $2;;
+m4_ifval([$3],
+[*)
+  $3;;
+])esac
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:524: -1- m4_define([m4_location(AC_PROG_INSTALL)], [/usr/share/autoconf/autoconf/programs.m4:524])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:524: -1- m4_define([AC_PROG_INSTALL], [_m4_defun_once([AC_PROG_INSTALL], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+AC_REQUIRE_AUX_FILE([install-sh])dnl
+# 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.
+AC_MSG_CHECKING([for a BSD-compatible install])
+if test -z "$INSTALL"; then
+AC_CACHE_VAL(ac_cv_path_install,
+[_AS_PATH_WALK([$PATH],
+[[# Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in @%:@((
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  *)]
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+	if AS_EXECUTABLE_P(["$as_dir/$ac_prog$ac_exec_ext"]); then
+	  if test $ac_prog = install &&
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # AIX install.  It has an incompatible calling convention.
+	    :
+	  elif test $ac_prog = install &&
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # program-specific install script used by HP pwplus--don't use.
+	    :
+	  else
+	    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
+])
+rm -rf conftest.one conftest.two conftest.dir
+])dnl
+  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
+dnl Do special magic for INSTALL instead of AC_SUBST, to get
+dnl relative names right.
+AC_MSG_RESULT([$INSTALL])
+
+# 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}'
+AC_SUBST(INSTALL_PROGRAM)dnl
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+AC_SUBST(INSTALL_SCRIPT)dnl
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+AC_SUBST(INSTALL_DATA)dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_PROG_INSTALL])m4_unquote(], [)_m4_defun_epi([AC_PROG_INSTALL])]],
+m4_ifdef([_m4_diverting([AC_PROG_INSTALL])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_PROG_INSTALL],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:662: -1- m4_define([m4_location(AC_PROG_MKDIR_P)], [/usr/share/autoconf/autoconf/programs.m4:662])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:662: -1- m4_define([AC_PROG_MKDIR_P], [_m4_defun_once([AC_PROG_MKDIR_P], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+AC_REQUIRE_AUX_FILE([install-sh])dnl
+AC_MSG_CHECKING([for a thread-safe mkdir -p])
+if test -z "$MKDIR_P"; then
+  AC_CACHE_VAL([ac_cv_path_mkdir],
+    [_AS_PATH_WALK([$PATH$PATH_SEPARATOR/opt/sfw/bin],
+      [for ac_prog in mkdir gmkdir; do
+	 for ac_exec_ext in '' $ac_executable_extensions; do
+	   AS_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])])
+  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
+dnl status.m4 does special magic for MKDIR_P instead of AC_SUBST,
+dnl to get relative names right.  However, also AC_SUBST here so
+dnl that Automake versions before 1.10 will pick it up (they do not
+dnl trace AC_SUBST_TRACE).
+dnl FIXME: Remove this once we drop support for Automake < 1.10.
+AC_SUBST([MKDIR_P])dnl
+AC_MSG_RESULT([$MKDIR_P])
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_PROG_MKDIR_P])m4_unquote(], [)_m4_defun_epi([AC_PROG_MKDIR_P])]],
+m4_ifdef([_m4_diverting([AC_PROG_MKDIR_P])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_PROG_MKDIR_P],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:709: -1- m4_define([m4_location(AC_PROG_LEX)], [/usr/share/autoconf/autoconf/programs.m4:709])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:709: -1- m4_define([AC_PROG_LEX], [_m4_defun_once([AC_PROG_LEX], [AC_CHECK_PROGS(LEX, flex lex, :)
+if test "x$LEX" != "x:"; then
+  _AC_PROG_LEX_YYTEXT_DECL
+fi], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_PROG_LEX])m4_unquote(], [)_m4_defun_epi([AC_PROG_LEX])]],
+m4_ifdef([_m4_diverting([AC_PROG_LEX])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_PROG_LEX],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:720: -1- m4_define([_AC_PROG_LEX_YYTEXT_DECL], [cat >conftest.l <<_ACEOF[
+%%
+a { ECHO; }
+b { REJECT; }
+c { yymore (); }
+d { yyless (1); }
+e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
+    yyless ((input () != 0)); }
+f { unput (yytext[0]); }
+. { BEGIN INITIAL; }
+%%
+#ifdef YYTEXT_POINTER
+extern char *yytext;
+#endif
+int
+main (void)
+{
+  return ! yylex () + ! yywrap ();
+}
+]_ACEOF
+_AC_DO_VAR(LEX conftest.l)
+AC_CACHE_CHECK([lex output file root], [ac_cv_prog_lex_root], [
+if test -f lex.yy.c; then
+  ac_cv_prog_lex_root=lex.yy
+elif test -f lexyy.c; then
+  ac_cv_prog_lex_root=lexyy
+else
+  AC_MSG_ERROR([cannot find output from $LEX; giving up])
+fi])
+AC_SUBST([LEX_OUTPUT_ROOT], [$ac_cv_prog_lex_root])dnl
+
+if test -z "${LEXLIB+set}"; then
+  AC_CACHE_CHECK([lex library], [ac_cv_lib_lex], [
+    ac_save_LIBS=$LIBS
+    ac_cv_lib_lex='none needed'
+    for ac_lib in '' -lfl -ll; do
+      LIBS="$ac_lib $ac_save_LIBS"
+      AC_LINK_IFELSE([AC_LANG_DEFINES_PROVIDED[`cat $LEX_OUTPUT_ROOT.c`]],
+	[ac_cv_lib_lex=$ac_lib])
+      test "$ac_cv_lib_lex" != 'none needed' && break
+    done
+    LIBS=$ac_save_LIBS
+  ])
+  test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
+fi
+AC_SUBST(LEXLIB)
+
+AC_CACHE_CHECK(whether yytext is a pointer, ac_cv_prog_lex_yytext_pointer,
+[# POSIX says lex can declare yytext either as a pointer or an array; the
+# default is implementation-dependent.  Figure out which it is, since
+# not all implementations provide the %pointer and %array declarations.
+ac_cv_prog_lex_yytext_pointer=no
+ac_save_LIBS=$LIBS
+LIBS="$LEXLIB $ac_save_LIBS"
+AC_LINK_IFELSE([AC_LANG_DEFINES_PROVIDED
+  [#define YYTEXT_POINTER 1
+`cat $LEX_OUTPUT_ROOT.c`]],
+  [ac_cv_prog_lex_yytext_pointer=yes])
+LIBS=$ac_save_LIBS
+])
+dnl
+if test $ac_cv_prog_lex_yytext_pointer = yes; then
+  AC_DEFINE(YYTEXT_POINTER, 1,
+	    [Define to 1 if `lex' declares `yytext' as a `char *' by default,
+	     not a `char[]'.])
+fi
+rm -f conftest.l $LEX_OUTPUT_ROOT.c
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- AU_DEFINE([AC_DECL_YYTEXT], [m4_ifval([], [_au_warn_AC_DECL_YYTEXT([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_PROG_LEX])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- AU_DEFINE([_au_warn_AC_DECL_YYTEXT], [m4_warning($@)dnl
+m4_define([_au_warn_AC_DECL_YYTEXT], [])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- m4_define([m4_location(AC_DECL_YYTEXT)], [/usr/share/autoconf/autoconf/programs.m4:792])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:792: -1- m4_define([AC_DECL_YYTEXT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DECL_YYTEXT' is obsolete.
+You should run autoupdate.])dnl
+AC_PROG_LEX[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:799: -1- m4_define([m4_location(AC_PROG_LN_S)], [/usr/share/autoconf/autoconf/programs.m4:799])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:799: -1- m4_define([AC_PROG_LN_S], [_m4_defun_pro([$0])AC_MSG_CHECKING([whether ln -s works])
+AC_SUBST([LN_S], [$as_ln_s])dnl
+if test "$LN_S" = "ln -s"; then
+  AC_MSG_RESULT([yes])
+else
+  AC_MSG_RESULT([no, using $LN_S])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:818: -1- m4_define([m4_location(AC_PROG_MAKE_SET)], [/usr/share/autoconf/autoconf/programs.m4:818])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:818: -1- m4_define([AC_PROG_MAKE_SET], [_m4_defun_pro([$0])AC_MSG_CHECKING([whether ${MAKE-make} sets \$(MAKE)])
+set x ${MAKE-make}
+ac_make=`AS_ECHO(["$[2]"]) | sed 's/+/p/g; s/[[^a-zA-Z0-9_]]/_/g'`
+AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
+[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])dnl
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  AC_MSG_RESULT([yes])
+  SET_MAKE=
+else
+  AC_MSG_RESULT([no])
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+AC_SUBST([SET_MAKE])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:851: -1- m4_define([m4_location(AC_PROG_RANLIB)], [/usr/share/autoconf/autoconf/programs.m4:851])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:851: -1- m4_define([AC_PROG_RANLIB], [_m4_defun_pro([$0])AC_CHECK_TOOL(RANLIB, ranlib, :)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- AU_DEFINE([AC_RSH], [m4_ifval([$0 is no longer supported.  Remove this warning when you
+adjust the code.], [_au_warn_AC_RSH([$0 is no longer supported.  Remove this warning when you
+adjust the code.])AC_DIAGNOSE([obsolete], [$0 is no longer supported.  Remove this warning when you
+adjust the code.])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- AU_DEFINE([_au_warn_AC_RSH], [m4_warning($@)dnl
+m4_define([_au_warn_AC_RSH], [])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- m4_define([m4_location(AC_RSH)], [/usr/share/autoconf/autoconf/programs.m4:858])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:858: -1- m4_define([AC_RSH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RSH' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:867: -1- m4_define([m4_location(AC_PROG_SED)], [/usr/share/autoconf/autoconf/programs.m4:867])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:867: -1- m4_define([AC_PROG_SED], [_m4_defun_pro([$0])AC_CACHE_CHECK([for a sed that does not truncate output], ac_cv_path_SED,
+    [dnl ac_script should not contain more than 99 commands (for HP-UX sed),
+     dnl but more than about 7000 bytes, to catch a limit in Solaris 8 /usr/ucb/sed.
+     ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
+     AS_UNSET([ac_script])
+     _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed],
+	[_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED],
+		["$ac_path_SED" -f conftest.sed])])])
+ SED="$ac_cv_path_SED"
+ AC_SUBST([SED])dnl
+ rm -f conftest.sed
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:894: -1- m4_define([m4_location(AC_PROG_YACC)], [/usr/share/autoconf/autoconf/programs.m4:894])
+m4trace:/usr/share/autoconf/autoconf/programs.m4:894: -1- m4_define([AC_PROG_YACC], [_m4_defun_pro([$0])AC_CHECK_PROGS(YACC, 'bison -y' byacc, yacc)dnl
+AC_ARG_VAR(YACC,
+[The `Yet Another Compiler Compiler' implementation to use.  Defaults to
+the first program found out of: `bison -y', `byacc', `yacc'.])dnl
+AC_ARG_VAR(YFLAGS,
+[The list of arguments that will be passed by default to $YACC.  This script
+will default YFLAGS to the empty string to avoid a default value of `-d' given
+by some make applications.])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:41: -1- m4_include([autoconf/lang.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:41: -1- m4_define([m4_include(autoconf/lang.m4)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:55: -1- m4_define([AC_LANG_CASE], [m4_case(_AC_LANG, $@)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:63: -1- m4_define([_AC_LANG_DISPATCH], [m4_ifdef([$1($2)],
+       [m4_indir([$1($2)], m4_shift2($@))],
+       [m4_fatal([$1: unknown language: $2])])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:81: -1- m4_define([m4_location(_AC_LANG_SET)], [/usr/share/autoconf/autoconf/lang.m4:81])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:81: -1- m4_define([_AC_LANG_SET], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([AC_LANG], [$2])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:88: -1- m4_define([m4_location(AC_LANG)], [/usr/share/autoconf/autoconf/lang.m4:88])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:88: -1- m4_define([AC_LANG], [_m4_defun_pro([$0])_AC_LANG_SET(m4_ifdef([_AC_LANG], [m4_defn([_AC_LANG])]),
+	      [$1])dnl
+m4_define([_AC_LANG], [$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:97: -1- m4_define([m4_location(AC_LANG_PUSH)], [/usr/share/autoconf/autoconf/lang.m4:97])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:97: -1- m4_define([AC_LANG_PUSH], [_m4_defun_pro([$0])_AC_LANG_SET(m4_ifdef([_AC_LANG], [m4_defn([_AC_LANG])]),
+	      [$1])dnl
+m4_pushdef([_AC_LANG], [$1])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:107: -1- m4_define([m4_location(AC_LANG_POP)], [/usr/share/autoconf/autoconf/lang.m4:107])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:107: -1- m4_define([AC_LANG_POP], [_m4_defun_pro([$0])m4_ifval([$1],
+ [m4_if([$1], m4_defn([_AC_LANG]), [],
+  [m4_fatal([$0($1): unexpected current language: ]m4_defn([_AC_LANG]))])])dnl
+m4_pushdef([$0 OLD], m4_defn([_AC_LANG]))dnl
+m4_popdef([_AC_LANG])dnl
+_AC_LANG_SET(m4_defn([$0 OLD]), m4_defn([_AC_LANG]))dnl
+m4_popdef([$0 OLD])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:121: -1- AU_DEFINE([AC_LANG_SAVE], [m4_ifval([Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
+you should use `AC_LANG_PUSH' and `AC_LANG_POP'.], [_au_warn_AC_LANG_SAVE([Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
+you should use `AC_LANG_PUSH' and `AC_LANG_POP'.])AC_DIAGNOSE([obsolete], [Instead of using `AC_LANG', `AC_LANG_SAVE', and `AC_LANG_RESTORE',
+you should use `AC_LANG_PUSH' and `AC_LANG_POP'.])d[]nl
+])dnl
+[AC_LANG_SAVE]])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:121: -1- AU_DEFINE([_au_warn_AC_LANG_SAVE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_SAVE], [])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:121: -1- m4_define([m4_location(AC_LANG_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:121])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:121: -1- m4_define([AC_LANG_SAVE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
+You should run autoupdate.])dnl
+[AC_LANG_SAVE][]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:125: -1- m4_define([m4_location(AC_LANG_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:125])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:125: -1- m4_define([AC_LANG_SAVE], [_m4_defun_pro([$0])m4_pushdef([_AC_LANG], _AC_LANG)dnl
+AC_DIAGNOSE([obsolete], [The macro `AC_LANG_SAVE' is obsolete.
+You should run autoupdate.])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:134: -1- AU_DEFINE([AC_LANG_RESTORE], [m4_ifval([], [_au_warn_AC_LANG_RESTORE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG_POP($@)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:134: -1- AU_DEFINE([_au_warn_AC_LANG_RESTORE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_RESTORE], [])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:134: -1- m4_define([m4_location(AC_LANG_RESTORE)], [/usr/share/autoconf/autoconf/lang.m4:134])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:134: -1- m4_define([AC_LANG_RESTORE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_RESTORE' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG_POP($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:141: -1- m4_define([m4_location(_AC_LANG_ABBREV)], [/usr/share/autoconf/autoconf/lang.m4:141])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:141: -1- m4_define([_AC_LANG_ABBREV], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:149: -1- m4_define([m4_location(_AC_LANG_PREFIX)], [/usr/share/autoconf/autoconf/lang.m4:149])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:149: -1- m4_define([_AC_LANG_PREFIX], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:156: -1- m4_define([m4_location(AC_LANG_ASSERT)], [/usr/share/autoconf/autoconf/lang.m4:156])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:156: -1- m4_define([AC_LANG_ASSERT], [_m4_defun_pro([$0])m4_if(_AC_LANG, $1, [],
+       [m4_fatal([$0: current language is not $1: ] _AC_LANG)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:169: -1- m4_define([AC_LANG_DEFINE], [m4_define([AC_LANG($1)], [$6])
+m4_define([_AC_LANG_ABBREV($1)], [$2])
+m4_define([_AC_LANG_PREFIX($1)], [$3])
+m4_define([_AC_CC($1)], [$4])
+m4_copy([AC_LANG_CONFTEST($5)], [AC_LANG_CONFTEST($1)])
+m4_copy([AC_LANG_SOURCE($5)], [AC_LANG_SOURCE($1)])
+m4_copy([_AC_LANG_NULL_PROGRAM($5)], [_AC_LANG_NULL_PROGRAM($1)])
+m4_ifval([$5],
+[m4_copy([AC_LANG_PROGRAM($5)], [AC_LANG_PROGRAM($1)])]
+[m4_copy([AC_LANG_CALL($5)], [AC_LANG_CALL($1)])]
+[m4_copy([AC_LANG_FUNC_LINK_TRY($5)], [AC_LANG_FUNC_LINK_TRY($1)])]
+[m4_copy([AC_LANG_BOOL_COMPILE_TRY($5)], [AC_LANG_BOOL_COMPILE_TRY($1)])]
+[m4_copy([AC_LANG_INT_SAVE($5)], [AC_LANG_INT_SAVE($1)])]
+[m4_copy([_AC_LANG_IO_PROGRAM($5)], [_AC_LANG_IO_PROGRAM($1)])])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:193: -1- m4_define([m4_location(AC_LANG_CONFTEST)], [/usr/share/autoconf/autoconf/lang.m4:193])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:193: -1- m4_define([AC_LANG_CONFTEST], [_m4_defun_pro([$0])m4_pushdef([_AC_LANG_DEFINES_PROVIDED],
+  [m4_warn([syntax], [$0: no AC_LANG_SOURCE call detected in body])])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_AC_LANG_DEFINES_PROVIDED[]m4_popdef([_AC_LANG_DEFINES_PROVIDED])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:207: -1- m4_define([AC_LANG_CONFTEST()], [cat > conftest.$ac_ext <<_ACEOF
+AC_LANG_DEFINES_PROVIDED[]$1
+_ACEOF])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:216: -1- m4_define([AC_LANG_DEFINES_PROVIDED], [m4_define([_$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:224: -1- m4_define([m4_location(AC_LANG_SOURCE)], [/usr/share/autoconf/autoconf/lang.m4:224])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:224: -1- m4_define([AC_LANG_SOURCE], [_m4_defun_pro([$0])AC_LANG_DEFINES_PROVIDED[]_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:231: -1- m4_define([AC_LANG_SOURCE()], [$1])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:241: -1- m4_define([m4_location(AC_LANG_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:241])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:241: -1- m4_define([AC_LANG_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:248: -1- m4_define([_AC_LANG_NULL_PROGRAM()], [AC_LANG_PROGRAM([], [])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:256: -1- m4_define([m4_location(_AC_LANG_NULL_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:256])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:256: -1- m4_define([_AC_LANG_NULL_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:265: -1- m4_define([m4_location(_AC_LANG_IO_PROGRAM)], [/usr/share/autoconf/autoconf/lang.m4:265])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:265: -1- m4_define([_AC_LANG_IO_PROGRAM], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:272: -1- m4_define([m4_location(AC_LANG_CALL)], [/usr/share/autoconf/autoconf/lang.m4:272])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:272: -1- m4_define([AC_LANG_CALL], [_m4_defun_pro([$0])m4_ifval([$2], [], [m4_warn([syntax], [$0: no function given])])dnl
+_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:280: -1- m4_define([m4_location(AC_LANG_FUNC_LINK_TRY)], [/usr/share/autoconf/autoconf/lang.m4:280])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:280: -1- m4_define([AC_LANG_FUNC_LINK_TRY], [_m4_defun_pro([$0])m4_ifval([$1], [], [m4_warn([syntax], [$0: no function given])])dnl
+_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:289: -1- m4_define([m4_location(AC_LANG_BOOL_COMPILE_TRY)], [/usr/share/autoconf/autoconf/lang.m4:289])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:289: -1- m4_define([AC_LANG_BOOL_COMPILE_TRY], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:297: -1- m4_define([m4_location(AC_LANG_INT_SAVE)], [/usr/share/autoconf/autoconf/lang.m4:297])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:297: -1- m4_define([AC_LANG_INT_SAVE], [_m4_defun_pro([$0])_AC_LANG_DISPATCH([$0], _AC_LANG, $@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:304: -1- m4_define([_AC_CC], [_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:320: -1- m4_define([AC_LANG_COMPILER], [AC_BEFORE([AC_LANG_COMPILER(]_AC_LANG[)],
+	   [AC_LANG_PREPROC(]_AC_LANG[)])dnl
+_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:329: -1- m4_define([m4_location(AC_LANG_COMPILER_REQUIRE)], [/usr/share/autoconf/autoconf/lang.m4:329])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:329: -1- m4_define([AC_LANG_COMPILER_REQUIRE], [_m4_defun_pro([$0])m4_require([AC_LANG_COMPILER(]_AC_LANG[)],
+	    [AC_LANG_COMPILER])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:345: -1- m4_define([_AC_LANG_COMPILER_GNU], [AC_CACHE_CHECK([whether we are using the GNU _AC_LANG compiler],
+		[ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu],
+[_AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[#ifndef __GNUC__
+       choke me
+#endif
+]])],
+		   [ac_compiler_gnu=yes],
+		   [ac_compiler_gnu=no])
+ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu=$ac_compiler_gnu
+])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:364: -1- m4_define([AC_LANG_PREPROC], [AC_LANG_COMPILER_REQUIRE()dnl
+_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:372: -1- m4_define([m4_location(AC_LANG_PREPROC_REQUIRE)], [/usr/share/autoconf/autoconf/lang.m4:372])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:372: -1- m4_define([AC_LANG_PREPROC_REQUIRE], [_m4_defun_pro([$0])m4_require([AC_LANG_PREPROC(]_AC_LANG[)],
+	    [AC_LANG_PREPROC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:381: -1- m4_define([m4_location(AC_REQUIRE_CPP)], [/usr/share/autoconf/autoconf/lang.m4:381])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:381: -1- m4_define([AC_REQUIRE_CPP], [_m4_defun_pro([$0])AC_LANG_PREPROC_REQUIRE[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:406: -1- m4_define([m4_location(AC_NO_EXECUTABLES)], [/usr/share/autoconf/autoconf/lang.m4:406])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:406: -1- m4_define([AC_NO_EXECUTABLES], [_m4_defun_once([AC_NO_EXECUTABLES], [m4_divert_push([KILL])
+m4_divert_text([DEFAULTS], [ac_no_link=no])
+
+AC_BEFORE([$0], [_AC_COMPILER_EXEEXT])
+AC_BEFORE([$0], [AC_LINK_IFELSE])
+
+m4_define([_AC_COMPILER_EXEEXT],
+[AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
+if _AC_DO_VAR(ac_link); then
+  ac_no_link=no
+  ]m4_defn([_AC_COMPILER_EXEEXT])[
+else
+  rm -f -r a.out a.exe b.out conftest.$ac_ext conftest.o conftest.obj conftest.dSYM
+  ac_no_link=yes
+  # Setting cross_compile will disable run tests; it will
+  # also disable AC_CHECK_FILE but that's generally
+  # correct if we can't link.
+  cross_compiling=yes
+  EXEEXT=
+  _AC_COMPILER_EXEEXT_CROSS
+fi
+])
+
+m4_define([AC_LINK_IFELSE],
+[if test x$ac_no_link = xyes; then
+  AC_MSG_ERROR([link tests are not allowed after AC@&t at _NO_EXECUTABLES])
+fi
+]m4_defn([AC_LINK_IFELSE]))
+
+m4_divert_pop()dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_NO_EXECUTABLES])m4_unquote(], [)_m4_defun_epi([AC_NO_EXECUTABLES])]],
+m4_ifdef([_m4_diverting([AC_NO_EXECUTABLES])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_NO_EXECUTABLES],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:474: -1- m4_define([_AC_COMPILER_OBJEXT_REJECT], [*.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:482: -1- m4_define([_AC_COMPILER_EXEEXT_REJECT], [_AC_COMPILER_OBJEXT_REJECT | *.o | *.obj])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:490: -1- m4_define([m4_location(AC_EXEEXT)], [/usr/share/autoconf/autoconf/lang.m4:490])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:490: -1- m4_define([AC_EXEEXT], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:491: -1- m4_define([m4_location(AC_OBJEXT)], [/usr/share/autoconf/autoconf/lang.m4:491])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:491: -1- m4_define([AC_OBJEXT], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:519: -1- m4_define([_AC_COMPILER_EXEEXT_DEFAULT], [# 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.
+AC_MSG_CHECKING([whether the _AC_LANG compiler works])
+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_COMPILER_EXEEXT_REJECT ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+AS_IF([_AC_DO_VAR(ac_link_default)],
+[# 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_COMPILER_EXEEXT_REJECT )
+	;;
+    [[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=
+],
+      [ac_file=''])
+AS_IF([test -z "$ac_file"],
+[AC_MSG_RESULT([no])
+_AC_MSG_LOG_CONFTEST
+AC_MSG_FAILURE([_AC_LANG compiler cannot create executables], 77)],
+[AC_MSG_RESULT([yes])])
+AC_MSG_CHECKING([for _AC_LANG compiler default output file name])
+AC_MSG_RESULT([$ac_file])
+ac_exeext=$ac_cv_exeext
+])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:595: -1- m4_define([_AC_COMPILER_EXEEXT_CROSS], [# Check that the compiler produces executables we can run.  If not, either
+# the compiler is broken, or we cross compile.
+AC_MSG_CHECKING([whether we are cross compiling])
+if test "$cross_compiling" != yes; then
+  _AC_DO_VAR(ac_link)
+  if _AC_DO_TOKENS([./conftest$ac_cv_exeext]); then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+	cross_compiling=yes
+    else
+	AC_MSG_FAILURE([cannot run _AC_LANG compiled programs.
+If you meant to cross compile, use `--host'.])
+    fi
+  fi
+fi
+AC_MSG_RESULT([$cross_compiling])
+])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:620: -1- m4_define([_AC_COMPILER_EXEEXT_O], [AC_MSG_CHECKING([for suffix of executables])
+AS_IF([_AC_DO_VAR(ac_link)],
+[# 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_COMPILER_EXEEXT_REJECT ) ;;
+    *.* ) ac_cv_exeext=`expr "$ac_file" : ['[^.]*\(\..*\)']`
+	  break;;
+    * ) break;;
+  esac
+done],
+	      [AC_MSG_FAILURE([cannot compute suffix of executables: cannot compile and link])])
+rm -f conftest conftest$ac_cv_exeext
+AC_MSG_RESULT([$ac_cv_exeext])
+])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:659: -1- m4_define([_AC_COMPILER_EXEEXT], [AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+_AC_COMPILER_EXEEXT_DEFAULT
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+_AC_COMPILER_EXEEXT_O
+rm -f conftest.$ac_ext
+AC_SUBST([EXEEXT], [$ac_cv_exeext])dnl
+ac_exeext=$EXEEXT
+AC_LANG_CONFTEST([_AC_LANG_IO_PROGRAM])
+ac_clean_files="$ac_clean_files conftest.out"
+_AC_COMPILER_EXEEXT_CROSS
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:688: -1- m4_define([_AC_COMPILER_OBJEXT], [AC_CACHE_CHECK([for suffix of object files], ac_cv_objext,
+[AC_LANG_CONFTEST([_AC_LANG_NULL_PROGRAM])
+rm -f conftest.o conftest.obj
+AS_IF([_AC_DO_VAR(ac_compile)],
+[for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
+  case $ac_file in
+    _AC_COMPILER_OBJEXT_REJECT ) ;;
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+       break;;
+  esac
+done],
+      [_AC_MSG_LOG_CONFTEST
+AC_MSG_FAILURE([cannot compute suffix of object files: cannot compile])])
+rm -f conftest.$ac_cv_objext conftest.$ac_ext])
+AC_SUBST([OBJEXT], [$ac_cv_objext])dnl
+ac_objext=$OBJEXT
+])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:719: -1- m4_define([m4_location(AC_LANG_WERROR)], [/usr/share/autoconf/autoconf/lang.m4:719])
+m4trace:/usr/share/autoconf/autoconf/lang.m4:719: -1- m4_define([AC_LANG_WERROR], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS], [ac_[]_AC_LANG_ABBREV[]_werror_flag=])
+ac_[]_AC_LANG_ABBREV[]_werror_flag=yes[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:42: -1- m4_include([autoconf/c.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:42: -1- m4_define([m4_include(autoconf/c.m4)])
+m4trace:/usr/share/autoconf/autoconf/c.m4:61: -1- m4_define([AC_LANG(C)], [ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:61: -1- m4_define([_AC_LANG_ABBREV(C)], [c])
+m4trace:/usr/share/autoconf/autoconf/c.m4:61: -1- m4_define([_AC_LANG_PREFIX(C)], [C])
+m4trace:/usr/share/autoconf/autoconf/c.m4:61: -1- m4_define([_AC_CC(C)], [CC])
+m4trace:/usr/share/autoconf/autoconf/c.m4:72: -1- AU_DEFINE([AC_LANG_C], [m4_ifval([], [_au_warn_AC_LANG_C([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(C)])
+m4trace:/usr/share/autoconf/autoconf/c.m4:72: -1- AU_DEFINE([_au_warn_AC_LANG_C], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_C], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:72: -1- m4_define([m4_location(AC_LANG_C)], [/usr/share/autoconf/autoconf/c.m4:72])
+m4trace:/usr/share/autoconf/autoconf/c.m4:72: -1- m4_define([AC_LANG_C], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_C' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(C)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:86: -1- m4_define([AC_LANG_CONFTEST(C)], [cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$1
+_ACEOF])
+m4trace:/usr/share/autoconf/autoconf/c.m4:95: -1- m4_define([AC_LANG_PROGRAM(C)], [$1
+m4_ifdef([_AC_LANG_PROGRAM_C_F77_HOOKS], [_AC_LANG_PROGRAM_C_F77_HOOKS])[]dnl
+m4_ifdef([_AC_LANG_PROGRAM_C_FC_HOOKS], [_AC_LANG_PROGRAM_C_FC_HOOKS])[]dnl
+int
+main ()
+{
+dnl Do *not* indent the following line: there may be CPP directives.
+dnl Don't move the `;' right after for the same reason.
+$2
+  ;
+  return 0;
+}])
+m4trace:/usr/share/autoconf/autoconf/c.m4:114: -1- m4_define([_AC_LANG_IO_PROGRAM(C)], [AC_LANG_PROGRAM([@%:@include <stdio.h>],
+[FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:124: -1- m4_define([AC_LANG_CALL(C)], [AC_LANG_PROGRAM([$1
+m4_if([$2], [main], ,
+[/* 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 ();])], [return $2 ();])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:150: -1- m4_define([AC_LANG_FUNC_LINK_TRY(C)], [AC_LANG_PROGRAM(
+[/* Define $1 to an innocuous variant, in case <limits.h> declares $1.
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
+#define $1 innocuous_$1
+
+/* System header to define __stub macros and hopefully few prototypes,
+    which can conflict with char $1 (); below.
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+    <limits.h> exists even on freestanding compilers.  */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $1
+
+/* 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 $1 ();
+/* 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_$1 || defined __stub___$1
+choke me
+#endif
+], [return $1 ();])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:191: -1- m4_define([AC_LANG_BOOL_COMPILE_TRY(C)], [AC_LANG_PROGRAM([$1], [static int test_array @<:@1 - 2 * !($2)@:>@;
+test_array @<:@0@:>@ = 0;
+return test_array @<:@0@:>@;
+])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:202: -1- m4_define([AC_LANG_INT_SAVE(C)], [AC_LANG_PROGRAM([$1
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+@%:@include <stdio.h>
+@%:@include <stdlib.h>],
+[
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([AC_LANG(C++)], [ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_LANG_ABBREV(C++)], [cxx])
+m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_LANG_PREFIX(C++)], [CXX])
+m4trace:/usr/share/autoconf/autoconf/c.m4:241: -1- m4_define([_AC_CC(C++)], [CXX])
+m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- AU_DEFINE([AC_LANG_CPLUSPLUS], [m4_ifval([], [_au_warn_AC_LANG_CPLUSPLUS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(C++)])
+m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- AU_DEFINE([_au_warn_AC_LANG_CPLUSPLUS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_CPLUSPLUS], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- m4_define([m4_location(AC_LANG_CPLUSPLUS)], [/usr/share/autoconf/autoconf/c.m4:252])
+m4trace:/usr/share/autoconf/autoconf/c.m4:252: -1- m4_define([AC_LANG_CPLUSPLUS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_CPLUSPLUS' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(C++)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([AC_LANG(Objective C)], [ac_ext=m
+ac_cpp='$OBJCPP $CPPFLAGS'
+ac_compile='$OBJC -c $OBJCFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$OBJC -o conftest$ac_exeext $OBJCFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_objc_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_LANG_ABBREV(Objective C)], [objc])
+m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_LANG_PREFIX(Objective C)], [OBJC])
+m4trace:/usr/share/autoconf/autoconf/c.m4:263: -1- m4_define([_AC_CC(Objective C)], [OBJC])
+m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- AU_DEFINE([AC_LANG_OBJC], [m4_ifval([], [_au_warn_AC_LANG_OBJC([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(Objective C)])
+m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- AU_DEFINE([_au_warn_AC_LANG_OBJC], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_OBJC], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- m4_define([m4_location(AC_LANG_OBJC)], [/usr/share/autoconf/autoconf/c.m4:274])
+m4trace:/usr/share/autoconf/autoconf/c.m4:274: -1- m4_define([AC_LANG_OBJC], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_OBJC' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(Objective C)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([AC_LANG(Objective C++)], [ac_ext=mm
+ac_cpp='$OBJCXXCPP $CPPFLAGS'
+ac_compile='$OBJCXX -c $OBJCXXFLAGS $CPPFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$OBJCXX -o conftest$ac_exeext $OBJCXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_objcxx_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_LANG_ABBREV(Objective C++)], [objcxx])
+m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_LANG_PREFIX(Objective C++)], [OBJCXX])
+m4trace:/usr/share/autoconf/autoconf/c.m4:285: -1- m4_define([_AC_CC(Objective C++)], [OBJCXX])
+m4trace:/usr/share/autoconf/autoconf/c.m4:308: -1- m4_define([m4_location(_AC_ARG_VAR_CPPFLAGS)], [/usr/share/autoconf/autoconf/c.m4:308])
+m4trace:/usr/share/autoconf/autoconf/c.m4:308: -1- m4_define([_AC_ARG_VAR_CPPFLAGS], [_m4_defun_pro([$0])AC_ARG_VAR([CPPFLAGS],
+	    [(Objective) C/C++ preprocessor flags, e.g. -I<include dir>
+	     if you have headers in a nonstandard directory <include dir>])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:318: -1- m4_define([m4_location(_AC_ARG_VAR_LDFLAGS)], [/usr/share/autoconf/autoconf/c.m4:318])
+m4trace:/usr/share/autoconf/autoconf/c.m4:318: -1- m4_define([_AC_ARG_VAR_LDFLAGS], [_m4_defun_pro([$0])AC_ARG_VAR([LDFLAGS],
+	    [linker flags, e.g. -L<lib dir> if you have libraries in a
+	     nonstandard directory <lib dir>])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:328: -1- m4_define([m4_location(_AC_ARG_VAR_LIBS)], [/usr/share/autoconf/autoconf/c.m4:328])
+m4trace:/usr/share/autoconf/autoconf/c.m4:328: -1- m4_define([_AC_ARG_VAR_LIBS], [_m4_defun_pro([$0])AC_ARG_VAR([LIBS],
+	    [libraries to pass to the linker, e.g. -l<library>])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:336: -1- m4_define([m4_location(AC_LANG_PREPROC(C))], [/usr/share/autoconf/autoconf/c.m4:336])
+m4trace:/usr/share/autoconf/autoconf/c.m4:336: -1- m4_define([AC_LANG_PREPROC(C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CPP])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:345: -1- m4_define([m4_location(_AC_PROG_PREPROC_WORKS_IFELSE)], [/usr/share/autoconf/autoconf/c.m4:345])
+m4trace:/usr/share/autoconf/autoconf/c.m4:345: -1- m4_define([_AC_PROG_PREPROC_WORKS_IFELSE], [_m4_defun_pro([$0])ac_preproc_ok=false
+for ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag in '' yes
+do
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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.
+  _AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@ifdef __STDC__
+@%:@ include <limits.h>
+@%:@else
+@%:@ include <assert.h>
+@%:@endif
+		     Syntax error]])],
+		     [],
+		     [# Broken: fails on valid input.
+continue])
+
+  # OK, works on sane cases.  Now check whether nonexistent headers
+  # can be detected and how.
+  _AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@include <ac_nonexistent.h>]])],
+		     [# Broken: success on invalid input.
+continue],
+		     [# Passes both tests.
+ac_preproc_ok=:
+break])
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+AS_IF([$ac_preproc_ok], [$1], [$2])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:388: -1- m4_define([m4_location(AC_PROG_CPP)], [/usr/share/autoconf/autoconf/c.m4:388])
+m4trace:/usr/share/autoconf/autoconf/c.m4:388: -1- m4_define([AC_PROG_CPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
+AC_ARG_VAR([CPP],      [C preprocessor])dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+AC_LANG_PUSH(C)dnl
+AC_MSG_CHECKING([how to run the C preprocessor])
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  AC_CACHE_VAL([ac_cv_prog_CPP],
+  [dnl
+    # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      _AC_PROG_PREPROC_WORKS_IFELSE([break])
+    done
+    ac_cv_prog_CPP=$CPP
+  ])dnl
+  CPP=$ac_cv_prog_CPP
+else
+  ac_cv_prog_CPP=$CPP
+fi
+AC_MSG_RESULT([$CPP])
+_AC_PROG_PREPROC_WORKS_IFELSE([],
+		[AC_MSG_FAILURE([C preprocessor "$CPP" fails sanity check])])
+AC_SUBST(CPP)dnl
+AC_LANG_POP(C)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:422: -1- m4_define([m4_location(AC_PROG_CPP_WERROR)], [/usr/share/autoconf/autoconf/c.m4:422])
+m4trace:/usr/share/autoconf/autoconf/c.m4:422: -1- m4_define([AC_PROG_CPP_WERROR], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CPP])dnl
+ac_c_preproc_warn_flag=yes[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:429: -1- m4_define([m4_location(AC_LANG_COMPILER(C))], [/usr/share/autoconf/autoconf/c.m4:429])
+m4trace:/usr/share/autoconf/autoconf/c.m4:429: -1- m4_define([AC_LANG_COMPILER(C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- AU_DEFINE([ac_cv_prog_gcc], [m4_ifval([], [_au_warn_ac_cv_prog_gcc([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+ac_cv_c_compiler_gnu])
+m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- AU_DEFINE([_au_warn_ac_cv_prog_gcc], [m4_warning($@)dnl
+m4_define([_au_warn_ac_cv_prog_gcc], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- m4_define([m4_location(ac_cv_prog_gcc)], [/usr/share/autoconf/autoconf/c.m4:436])
+m4trace:/usr/share/autoconf/autoconf/c.m4:436: -1- m4_define([ac_cv_prog_gcc], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_gcc' is obsolete.
+You should run autoupdate.])dnl
+ac_cv_c_compiler_gnu[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:448: -1- m4_define([m4_location(AC_PROG_CC)], [/usr/share/autoconf/autoconf/c.m4:448])
+m4trace:/usr/share/autoconf/autoconf/c.m4:448: -1- m4_define([AC_PROG_CC], [_m4_defun_pro([$0])AC_LANG_PUSH(C)dnl
+AC_ARG_VAR([CC],     [C compiler command])dnl
+AC_ARG_VAR([CFLAGS], [C compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+m4_ifval([$1],
+      [AC_CHECK_TOOLS(CC, [$1])],
+[AC_CHECK_TOOL(CC, gcc)
+if test -z "$CC"; then
+  dnl Here we want:
+  dnl	AC_CHECK_TOOL(CC, cc)
+  dnl but without the check for a tool without the prefix.
+  dnl Until the check is removed from there, copy the code:
+  if test -n "$ac_tool_prefix"; then
+    AC_CHECK_PROG(CC, [${ac_tool_prefix}cc], [${ac_tool_prefix}cc])
+  fi
+fi
+if test -z "$CC"; then
+  AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
+fi
+if test -z "$CC"; then
+  AC_CHECK_TOOLS(CC, cl.exe)
+fi
+])
+
+test -z "$CC" && AC_MSG_FAILURE([no acceptable C compiler found in \$PATH])
+
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+for ac_option in --version -v -V -qversion; do
+  _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
+done
+
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+_AC_LANG_COMPILER_GNU
+if test $ac_compiler_gnu = yes; then
+  GCC=yes
+else
+  GCC=
+fi
+_AC_PROG_CC_G
+_AC_PROG_CC_C89
+AC_LANG_POP(C)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:505: -1- m4_define([_AC_PROG_CC_G], [ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+AC_CACHE_CHECK(whether $CC accepts -g, ac_cv_prog_cc_g,
+  [ac_save_c_werror_flag=$ac_c_werror_flag
+   ac_c_werror_flag=yes
+   ac_cv_prog_cc_g=no
+   CFLAGS="-g"
+   _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+     [ac_cv_prog_cc_g=yes],
+     [CFLAGS=""
+      _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	[],
+	[ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
+	 _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	   [ac_cv_prog_cc_g=yes])])])
+   ac_c_werror_flag=$ac_save_c_werror_flag])
+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[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:543: -1- m4_define([m4_location(AC_PROG_GCC_TRADITIONAL)], [/usr/share/autoconf/autoconf/c.m4:543])
+m4trace:/usr/share/autoconf/autoconf/c.m4:543: -1- m4_define([AC_PROG_GCC_TRADITIONAL], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
+if test $ac_cv_c_compiler_gnu = yes; then
+    AC_CACHE_CHECK(whether $CC needs -traditional,
+      ac_cv_prog_gcc_traditional,
+[  ac_pattern="Autoconf.*'x'"
+  AC_EGREP_CPP($ac_pattern, [#include <sgtty.h>
+Autoconf TIOCGETP],
+  ac_cv_prog_gcc_traditional=yes, ac_cv_prog_gcc_traditional=no)
+
+  if test $ac_cv_prog_gcc_traditional = no; then
+    AC_EGREP_CPP($ac_pattern, [#include <termio.h>
+Autoconf TCGETA],
+    ac_cv_prog_gcc_traditional=yes)
+  fi])
+  if test $ac_cv_prog_gcc_traditional = yes; then
+    CC="$CC -traditional"
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:567: -1- m4_define([m4_location(AC_PROG_CC_C_O)], [/usr/share/autoconf/autoconf/c.m4:567])
+m4trace:/usr/share/autoconf/autoconf/c.m4:567: -1- m4_define([AC_PROG_CC_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
+if test "x$CC" != xcc; then
+  AC_MSG_CHECKING([whether $CC and cc understand -c and -o together])
+else
+  AC_MSG_CHECKING([whether cc understands -c and -o together])
+fi
+set dummy $CC; ac_cc=`AS_ECHO(["$[2]"]) |
+		      sed 's/[[^a-zA-Z0-9_]]/_/g;s/^[[0-9]]/_/'`
+AC_CACHE_VAL(ac_cv_prog_cc_${ac_cc}_c_o,
+[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+# Make sure it works both with $CC and with simple cc.
+# We do the test twice because some compilers refuse to overwrite an
+# existing .o file with -o, though they will create one.
+ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
+rm -f conftest2.*
+if _AC_DO_VAR(ac_try) &&
+   test -f conftest2.$ac_objext && _AC_DO_VAR(ac_try);
+then
+  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
+  if test "x$CC" != xcc; then
+    # Test first that cc exists at all.
+    if _AC_DO_TOKENS(cc -c conftest.$ac_ext >&AS_MESSAGE_LOG_FD); then
+      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
+      rm -f conftest2.*
+      if _AC_DO_VAR(ac_try) &&
+	 test -f conftest2.$ac_objext && _AC_DO_VAR(ac_try);
+      then
+	# cc works too.
+	:
+      else
+	# cc exists but doesn't like -o.
+	eval ac_cv_prog_cc_${ac_cc}_c_o=no
+      fi
+    fi
+  fi
+else
+  eval ac_cv_prog_cc_${ac_cc}_c_o=no
+fi
+rm -f core conftest*
+])dnl
+if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
+  AC_MSG_RESULT([yes])
+else
+  AC_MSG_RESULT([no])
+  AC_DEFINE(NO_MINUS_C_MINUS_O, 1,
+	   [Define to 1 if your C compiler doesn't accept -c and -o together.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:627: -1- m4_define([m4_location(AC_LANG_PREPROC(C++))], [/usr/share/autoconf/autoconf/c.m4:627])
+m4trace:/usr/share/autoconf/autoconf/c.m4:627: -1- m4_define([AC_LANG_PREPROC(C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXXCPP])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:636: -1- m4_define([m4_location(AC_PROG_CXXCPP)], [/usr/share/autoconf/autoconf/c.m4:636])
+m4trace:/usr/share/autoconf/autoconf/c.m4:636: -1- m4_define([AC_PROG_CXXCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])dnl
+AC_ARG_VAR([CXXCPP],   [C++ preprocessor])dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+AC_LANG_PUSH(C++)dnl
+AC_MSG_CHECKING([how to run the C++ preprocessor])
+if test -z "$CXXCPP"; then
+  AC_CACHE_VAL(ac_cv_prog_CXXCPP,
+  [dnl
+    # Double quotes because CXXCPP needs to be expanded
+    for CXXCPP in "$CXX -E" "/lib/cpp"
+    do
+      _AC_PROG_PREPROC_WORKS_IFELSE([break])
+    done
+    ac_cv_prog_CXXCPP=$CXXCPP
+  ])dnl
+  CXXCPP=$ac_cv_prog_CXXCPP
+else
+  ac_cv_prog_CXXCPP=$CXXCPP
+fi
+AC_MSG_RESULT([$CXXCPP])
+_AC_PROG_PREPROC_WORKS_IFELSE([],
+	  [AC_MSG_FAILURE([C++ preprocessor "$CXXCPP" fails sanity check])])
+AC_SUBST(CXXCPP)dnl
+AC_LANG_POP(C++)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:667: -1- m4_define([m4_location(AC_LANG_COMPILER(C++))], [/usr/share/autoconf/autoconf/c.m4:667])
+m4trace:/usr/share/autoconf/autoconf/c.m4:667: -1- m4_define([AC_LANG_COMPILER(C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- AU_DEFINE([ac_cv_prog_gxx], [m4_ifval([], [_au_warn_ac_cv_prog_gxx([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+ac_cv_cxx_compiler_gnu])
+m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- AU_DEFINE([_au_warn_ac_cv_prog_gxx], [m4_warning($@)dnl
+m4_define([_au_warn_ac_cv_prog_gxx], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- m4_define([m4_location(ac_cv_prog_gxx)], [/usr/share/autoconf/autoconf/c.m4:674])
+m4trace:/usr/share/autoconf/autoconf/c.m4:674: -1- m4_define([ac_cv_prog_gxx], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_gxx' is obsolete.
+You should run autoupdate.])dnl
+ac_cv_cxx_compiler_gnu[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:694: -1- m4_define([m4_location(AC_PROG_CXX)], [/usr/share/autoconf/autoconf/c.m4:694])
+m4trace:/usr/share/autoconf/autoconf/c.m4:694: -1- m4_define([AC_PROG_CXX], [_m4_defun_pro([$0])AC_LANG_PUSH(C++)dnl
+AC_ARG_VAR([CXX],      [C++ compiler command])dnl
+AC_ARG_VAR([CXXFLAGS], [C++ compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+_AC_ARG_VAR_PRECIOUS([CCC])dnl
+if test -z "$CXX"; then
+  if test -n "$CCC"; then
+    CXX=$CCC
+  else
+    AC_CHECK_TOOLS(CXX,
+		   [m4_default([$1],
+			       [g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC])],
+		   g++)
+  fi
+fi
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+for ac_option in --version -v -V -qversion; do
+  _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
+done
+
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+_AC_LANG_COMPILER_GNU
+if test $ac_compiler_gnu = yes; then
+  GXX=yes
+else
+  GXX=
+fi
+_AC_PROG_CXX_G
+AC_LANG_POP(C++)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:739: -1- m4_define([_AC_PROG_CXX_G], [ac_test_CXXFLAGS=${CXXFLAGS+set}
+ac_save_CXXFLAGS=$CXXFLAGS
+AC_CACHE_CHECK(whether $CXX accepts -g, ac_cv_prog_cxx_g,
+  [ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+   ac_cxx_werror_flag=yes
+   ac_cv_prog_cxx_g=no
+   CXXFLAGS="-g"
+   _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+     [ac_cv_prog_cxx_g=yes],
+     [CXXFLAGS=""
+      _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	[],
+	[ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+	 CXXFLAGS="-g"
+	 _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	   [ac_cv_prog_cxx_g=yes])])])
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag])
+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[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:779: -1- m4_define([m4_location(AC_PROG_CXX_C_O)], [/usr/share/autoconf/autoconf/c.m4:779])
+m4trace:/usr/share/autoconf/autoconf/c.m4:779: -1- m4_define([AC_PROG_CXX_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CXX])dnl
+AC_LANG_PUSH([C++])dnl
+AC_CACHE_CHECK([whether $CXX understands -c and -o together],
+	       [ac_cv_prog_cxx_c_o],
+[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+# We test twice because some compilers refuse to overwrite an existing
+# `.o' file with `-o', although they will create one.
+ac_try='$CXX $CXXFLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
+rm -f conftest2.*
+if _AC_DO_VAR(ac_try) &&
+     test -f conftest2.$ac_objext &&
+     _AC_DO_VAR(ac_try); then
+  ac_cv_prog_cxx_c_o=yes
+else
+  ac_cv_prog_cxx_c_o=no
+fi
+rm -f conftest*])
+if test $ac_cv_prog_cxx_c_o = no; then
+  AC_DEFINE(CXX_NO_MINUS_C_MINUS_O, 1,
+	    [Define to 1 if your C++ compiler doesn't accept
+	     -c and -o together.])
+fi
+AC_LANG_POP([C++])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:815: -1- m4_define([m4_location(AC_LANG_PREPROC(Objective C))], [/usr/share/autoconf/autoconf/c.m4:815])
+m4trace:/usr/share/autoconf/autoconf/c.m4:815: -1- m4_define([AC_LANG_PREPROC(Objective C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCPP])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:822: -1- m4_define([m4_location(AC_PROG_OBJCPP)], [/usr/share/autoconf/autoconf/c.m4:822])
+m4trace:/usr/share/autoconf/autoconf/c.m4:822: -1- m4_define([AC_PROG_OBJCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJC])dnl
+AC_ARG_VAR([OBJCPP],   [Objective C preprocessor])dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+AC_LANG_PUSH(Objective C)dnl
+AC_MSG_CHECKING([how to run the Objective C preprocessor])
+if test -z "$OBJCPP"; then
+  AC_CACHE_VAL(ac_cv_prog_OBJCPP,
+  [dnl
+    # Double quotes because OBJCPP needs to be expanded
+    for OBJCPP in "$OBJC -E" "/lib/cpp"
+    do
+      _AC_PROG_PREPROC_WORKS_IFELSE([break])
+    done
+    ac_cv_prog_OBJCPP=$OBJCPP
+  ])dnl
+  OBJCPP=$ac_cv_prog_OBJCPP
+else
+  ac_cv_prog_OBJCPP=$OBJCPP
+fi
+AC_MSG_RESULT([$OBJCPP])
+_AC_PROG_PREPROC_WORKS_IFELSE([],
+	  [AC_MSG_FAILURE([Objective C preprocessor "$OBJCPP" fails sanity check])])
+AC_SUBST(OBJCPP)dnl
+AC_LANG_POP(Objective C)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:853: -1- m4_define([m4_location(AC_LANG_COMPILER(Objective C))], [/usr/share/autoconf/autoconf/c.m4:853])
+m4trace:/usr/share/autoconf/autoconf/c.m4:853: -1- m4_define([AC_LANG_COMPILER(Objective C)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:871: -1- m4_define([m4_location(AC_PROG_OBJC)], [/usr/share/autoconf/autoconf/c.m4:871])
+m4trace:/usr/share/autoconf/autoconf/c.m4:871: -1- m4_define([AC_PROG_OBJC], [_m4_defun_pro([$0])AC_LANG_PUSH(Objective C)dnl
+AC_ARG_VAR([OBJC],      [Objective C compiler command])dnl
+AC_ARG_VAR([OBJCFLAGS], [Objective C compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+_AC_ARG_VAR_PRECIOUS([OBJC])dnl
+AC_CHECK_TOOLS(OBJC,
+	       [m4_default([$1], [gcc objcc objc cc CC])],
+	       gcc)
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+for ac_option in --version -v -V -qversion; do
+  _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
+done
+
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+_AC_LANG_COMPILER_GNU
+if test $ac_compiler_gnu = yes; then
+  GOBJC=yes
+else
+  GOBJC=
+fi
+_AC_PROG_OBJC_G
+AC_LANG_POP(Objective C)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:909: -1- m4_define([_AC_PROG_OBJC_G], [ac_test_OBJCFLAGS=${OBJCFLAGS+set}
+ac_save_OBJCFLAGS=$OBJCFLAGS
+AC_CACHE_CHECK(whether $OBJC accepts -g, ac_cv_prog_objc_g,
+  [ac_save_objc_werror_flag=$ac_objc_werror_flag
+   ac_objc_werror_flag=yes
+   ac_cv_prog_objc_g=no
+   OBJCFLAGS="-g"
+   _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+     [ac_cv_prog_objc_g=yes],
+     [OBJCFLAGS=""
+      _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	[],
+	[ac_objc_werror_flag=$ac_save_objc_werror_flag
+	 OBJCFLAGS="-g"
+	 _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	   [ac_cv_prog_objc_g=yes])])])
+   ac_objc_werror_flag=$ac_save_objc_werror_flag])
+if test "$ac_test_OBJCFLAGS" = set; then
+  OBJCFLAGS=$ac_save_OBJCFLAGS
+elif test $ac_cv_prog_objc_g = yes; then
+  if test "$GOBJC" = yes; then
+    OBJCFLAGS="-g -O2"
+  else
+    OBJCFLAGS="-g"
+  fi
+else
+  if test "$GOBJC" = yes; then
+    OBJCFLAGS="-O2"
+  else
+    OBJCFLAGS=
+  fi
+fi[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:954: -1- m4_define([m4_location(AC_LANG_PREPROC(Objective C++))], [/usr/share/autoconf/autoconf/c.m4:954])
+m4trace:/usr/share/autoconf/autoconf/c.m4:954: -1- m4_define([AC_LANG_PREPROC(Objective C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXXCPP])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:961: -1- m4_define([m4_location(AC_PROG_OBJCXXCPP)], [/usr/share/autoconf/autoconf/c.m4:961])
+m4trace:/usr/share/autoconf/autoconf/c.m4:961: -1- m4_define([AC_PROG_OBJCXXCPP], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXX])dnl
+AC_ARG_VAR([OBJCXXCPP],   [Objective C++ preprocessor])dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+AC_LANG_PUSH(Objective C++)dnl
+AC_MSG_CHECKING([how to run the Objective C++ preprocessor])
+if test -z "$OBJCXXCPP"; then
+  AC_CACHE_VAL(ac_cv_prog_OBJCXXCPP,
+  [dnl
+    # Double quotes because OBJCXXCPP needs to be expanded
+    for OBJCXXCPP in "$OBJCXX -E" "/lib/cpp"
+    do
+      _AC_PROG_PREPROC_WORKS_IFELSE([break])
+    done
+    ac_cv_prog_OBJCXXCPP=$OBJCXXCPP
+  ])dnl
+  OBJCXXCPP=$ac_cv_prog_OBJCXXCPP
+else
+  ac_cv_prog_OBJCXXCPP=$OBJCXXCPP
+fi
+AC_MSG_RESULT([$OBJCXXCPP])
+_AC_PROG_PREPROC_WORKS_IFELSE([],
+	  [AC_MSG_FAILURE([Objective C++ preprocessor "$OBJCXXCPP" fails sanity check])])
+AC_SUBST(OBJCXXCPP)dnl
+AC_LANG_POP(Objective C++)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:992: -1- m4_define([m4_location(AC_LANG_COMPILER(Objective C++))], [/usr/share/autoconf/autoconf/c.m4:992])
+m4trace:/usr/share/autoconf/autoconf/c.m4:992: -1- m4_define([AC_LANG_COMPILER(Objective C++)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_OBJCXX])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1010: -1- m4_define([m4_location(AC_PROG_OBJCXX)], [/usr/share/autoconf/autoconf/c.m4:1010])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1010: -1- m4_define([AC_PROG_OBJCXX], [_m4_defun_pro([$0])AC_LANG_PUSH(Objective C++)dnl
+AC_ARG_VAR([OBJCXX],      [Objective C++ compiler command])dnl
+AC_ARG_VAR([OBJCXXFLAGS], [Objective C++ compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_ARG_VAR_CPPFLAGS()dnl
+_AC_ARG_VAR_PRECIOUS([OBJCXX])dnl
+AC_CHECK_TOOLS(OBJCXX,
+	       [m4_default([$1], [g++ objc++ objcxx c++ CXX])],
+	       g++)
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+for ac_option in --version -v -V -qversion; do
+  _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
+done
+
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+_AC_LANG_COMPILER_GNU
+if test $ac_compiler_gnu = yes; then
+  GOBJCXX=yes
+else
+  GOBJCXX=
+fi
+_AC_PROG_OBJCXX_G
+AC_LANG_POP(Objective C++)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1048: -1- m4_define([_AC_PROG_OBJCXX_G], [ac_test_OBJCXXFLAGS=${OBJCXXFLAGS+set}
+ac_save_OBJCXXFLAGS=$OBJCXXFLAGS
+AC_CACHE_CHECK(whether $OBJCXX accepts -g, ac_cv_prog_objcxx_g,
+  [ac_save_objcxx_werror_flag=$ac_objcxx_werror_flag
+   ac_objcxx_werror_flag=yes
+   ac_cv_prog_objcxx_g=no
+   OBJCXXFLAGS="-g"
+   _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+     [ac_cv_prog_objcxx_g=yes],
+     [OBJCXXFLAGS=""
+      _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	[],
+	[ac_objcxx_werror_flag=$ac_save_objcxx_werror_flag
+	 OBJCXXFLAGS="-g"
+	 _AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+	   [ac_cv_prog_objcxx_g=yes])])])
+   ac_objcxx_werror_flag=$ac_save_objcx_werror_flag])
+if test "$ac_test_OBJCXXFLAGS" = set; then
+  OBJCXXFLAGS=$ac_save_OBJCXXFLAGS
+elif test $ac_cv_prog_objcxx_g = yes; then
+  if test "$GOBJCXX" = yes; then
+    OBJCXXFLAGS="-g -O2"
+  else
+    OBJCXXFLAGS="-g"
+  fi
+else
+  if test "$GOBJCXX" = yes; then
+    OBJCXXFLAGS="-O2"
+  else
+    OBJCXXFLAGS=
+  fi
+fi[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1101: -1- m4_define([m4_location(_AC_PROG_CC_C89)], [/usr/share/autoconf/autoconf/c.m4:1101])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1101: -1- m4_define([_AC_PROG_CC_C89], [_m4_defun_pro([$0])_AC_C_STD_TRY([c89],
+[[#include <stdarg.h>
+#include <stdio.h>
+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;]],
+[[return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];]],
+dnl Don't try gcc -ansi; that turns off useful extensions and
+dnl breaks some systems' header files.
+dnl AIX circa 2003	-qlanglvl=extc89
+dnl old AIX		-qlanglvl=ansi
+dnl Ultrix, OSF/1, Tru64	-std
+dnl HP-UX 10.20 and later	-Ae
+dnl HP-UX older versions	-Aa -D_HPUX_SOURCE
+dnl SVR4			-Xc -D__EXTENSIONS__
+[-qlanglvl=extc89 -qlanglvl=ansi -std \
+	-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"], [$1], [$2])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1167: -1- m4_define([m4_location(_AC_C_STD_TRY)], [/usr/share/autoconf/autoconf/c.m4:1167])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1167: -1- m4_define([_AC_C_STD_TRY], [_m4_defun_pro([$0])AC_MSG_CHECKING([for $CC option to accept ISO ]m4_translit($1, [c], [C]))
+AC_CACHE_VAL(ac_cv_prog_cc_$1,
+[ac_cv_prog_cc_$1=no
+ac_save_CC=$CC
+AC_LANG_CONFTEST([AC_LANG_PROGRAM([$2], [$3])])
+for ac_arg in '' $4
+do
+  CC="$ac_save_CC $ac_arg"
+  _AC_COMPILE_IFELSE([], [ac_cv_prog_cc_$1=$ac_arg])
+  test "x$ac_cv_prog_cc_$1" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+])# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_$1" in
+  x)
+    AC_MSG_RESULT([none needed]) ;;
+  xno)
+    AC_MSG_RESULT([unsupported]) ;;
+  *)
+    CC="$CC $ac_cv_prog_cc_$1"
+    AC_MSG_RESULT([$ac_cv_prog_cc_$1]) ;;
+esac
+AS_IF([test "x$ac_cv_prog_cc_$1" != xno], [$5], [$6])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1205: -1- m4_define([m4_location(_AC_PROG_CC_C99)], [/usr/share/autoconf/autoconf/c.m4:1205])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1205: -1- m4_define([_AC_PROG_CC_C99], [_m4_defun_pro([$0])_AC_C_STD_TRY([c99],
+[[#include <stdarg.h>
+#include <stdbool.h>
+#include <stdlib.h>
+#include <wchar.h>
+#include <stdio.h>
+
+// Check varargs macros.  These examples are taken from C99 6.10.3.5.
+#define debug(...) fprintf (stderr, __VA_ARGS__)
+#define showlist(...) puts (#__VA_ARGS__)
+#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
+static void
+test_varargs_macros (void)
+{
+  int x = 1234;
+  int y = 5678;
+  debug ("Flag");
+  debug ("X = %d\n", x);
+  showlist (The first, second, and third items.);
+  report (x>y, "x is %d but y is %d", x, y);
+}
+
+// Check long long types.
+#define BIG64 18446744073709551615ull
+#define BIG32 4294967295ul
+#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
+#if !BIG_OK
+  your preprocessor is broken;
+#endif
+#if BIG_OK
+#else
+  your preprocessor is broken;
+#endif
+static long long int bignum = -9223372036854775807LL;
+static unsigned long long int ubignum = BIG64;
+
+struct incomplete_array
+{
+  int datasize;
+  double data[];
+};
+
+struct named_init {
+  int number;
+  const wchar_t *name;
+  double average;
+};
+
+typedef const char *ccp;
+
+static inline int
+test_restrict (ccp restrict text)
+{
+  // See if C++-style comments work.
+  // Iterate through items via the restricted pointer.
+  // Also check for declarations in for loops.
+  for (unsigned int i = 0; *(text+i) != '\0'; ++i)
+    continue;
+  return 0;
+}
+
+// Check varargs and va_copy.
+static void
+test_varargs (const char *format, ...)
+{
+  va_list args;
+  va_start (args, format);
+  va_list args_copy;
+  va_copy (args_copy, args);
+
+  const char *str;
+  int number;
+  float fnumber;
+
+  while (*format)
+    {
+      switch (*format++)
+	{
+	case 's': // string
+	  str = va_arg (args_copy, const char *);
+	  break;
+	case 'd': // int
+	  number = va_arg (args_copy, int);
+	  break;
+	case 'f': // float
+	  fnumber = va_arg (args_copy, double);
+	  break;
+	default:
+	  break;
+	}
+    }
+  va_end (args_copy);
+  va_end (args);
+}
+]],
+[[
+  // Check bool.
+  _Bool success = false;
+
+  // Check restrict.
+  if (test_restrict ("String literal") == 0)
+    success = true;
+  char *restrict newvar = "Another string";
+
+  // Check varargs.
+  test_varargs ("s, d' f .", "string", 65, 34.234);
+  test_varargs_macros ();
+
+  // Check flexible array members.
+  struct incomplete_array *ia =
+    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
+  ia->datasize = 10;
+  for (int i = 0; i < ia->datasize; ++i)
+    ia->data[i] = i * 1.234;
+
+  // Check named initializers.
+  struct named_init ni = {
+    .number = 34,
+    .name = L"Test wide string",
+    .average = 543.34343,
+  };
+
+  ni.number = 58;
+
+  int dynamic_array[ni.number];
+  dynamic_array[ni.number - 1] = 543;
+
+  // work around unused variable warnings
+  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
+	  || dynamic_array[ni.number - 1] != 543);
+]],
+dnl Try
+dnl GCC		-std=gnu99 (unused restrictive modes: -std=c99 -std=iso9899:1999)
+dnl AIX		-qlanglvl=extc99 (unused restrictive mode: -qlanglvl=stdc99)
+dnl HP cc	-AC99
+dnl Intel ICC	-std=c99, -c99 (deprecated)
+dnl IRIX	-c99
+dnl Solaris	-D_STDC_C99=
+dnl		cc's -xc99 option uses linker magic to define the external
+dnl		symbol __xpg4 as if by "int __xpg4 = 1;", which enables C99
+dnl		behavior for C library functions.  This is not wanted here,
+dnl		because it means that a single module compiled with -xc99
+dnl		alters C runtime behavior for the entire program, not for
+dnl		just the module.  Instead, define the (private) symbol
+dnl		_STDC_C99, which suppresses a bogus failure in <stdbool.h>.
+dnl		The resulting compiler passes the test case here, and that's
+dnl		good enough.  For more, please see the thread starting at:
+dnl            http://lists.gnu.org/archive/html/autoconf/2010-12/msg00059.html
+dnl Tru64	-c99
+dnl with extended modes being tried first.
+[[-std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99]], [$1], [$2])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1362: -1- m4_define([m4_location(AC_PROG_CC_C89)], [/usr/share/autoconf/autoconf/c.m4:1362])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1362: -1- m4_define([AC_PROG_CC_C89], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
+  _AC_PROG_CC_C89
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1370: -1- m4_define([m4_location(AC_PROG_CC_C99)], [/usr/share/autoconf/autoconf/c.m4:1370])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1370: -1- m4_define([AC_PROG_CC_C99], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
+  _AC_PROG_CC_C99
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1378: -1- m4_define([m4_location(AC_PROG_CC_STDC)], [/usr/share/autoconf/autoconf/c.m4:1378])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1378: -1- m4_define([AC_PROG_CC_STDC], [_m4_defun_pro([$0]) AC_REQUIRE([AC_PROG_CC])dnl
+  AS_CASE([$ac_cv_prog_cc_stdc],
+    [no], [ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no],
+	  [_AC_PROG_CC_C99([ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99],
+	     [_AC_PROG_CC_C89([ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89],
+			      [ac_cv_prog_cc_stdc=no])])])
+  AC_MSG_CHECKING([for $CC option to accept ISO Standard C])
+  AC_CACHE_VAL([ac_cv_prog_cc_stdc], [])
+  AS_CASE([$ac_cv_prog_cc_stdc],
+    [no], [AC_MSG_RESULT([unsupported])],
+    [''], [AC_MSG_RESULT([none needed])],
+	  [AC_MSG_RESULT([$ac_cv_prog_cc_stdc])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1396: -1- m4_define([m4_location(AC_C_BACKSLASH_A)], [/usr/share/autoconf/autoconf/c.m4:1396])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1396: -1- m4_define([AC_C_BACKSLASH_A], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([whether backslash-a works in strings], ac_cv_c_backslash_a,
+   [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
+     [[
+#if '\a' == 'a'
+      syntax error;
+#endif
+      char buf['\a' == 'a' ? -1 : 1];
+      buf[0] = '\a';
+      return buf[0] != "\a"[0];
+     ]])],
+     [ac_cv_c_backslash_a=yes],
+     [ac_cv_c_backslash_a=no])])
+  if test $ac_cv_c_backslash_a = yes; then
+    AC_DEFINE(HAVE_C_BACKSLASH_A, 1,
+      [Define if backslash-a works in C strings.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1420: -1- AU_DEFINE([AC_C_CROSS], [m4_ifval([], [_au_warn_AC_C_CROSS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1420: -1- AU_DEFINE([_au_warn_AC_C_CROSS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_C_CROSS], [])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1420: -1- m4_define([m4_location(AC_C_CROSS)], [/usr/share/autoconf/autoconf/c.m4:1420])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1420: -1- m4_define([AC_C_CROSS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_C_CROSS' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1425: -1- m4_define([m4_location(AC_C_CHAR_UNSIGNED)], [/usr/share/autoconf/autoconf/c.m4:1425])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1425: -1- m4_define([AC_C_CHAR_UNSIGNED], [_m4_defun_pro([$0])AH_VERBATIM([__CHAR_UNSIGNED__],
+[/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
+#ifndef __CHAR_UNSIGNED__
+# undef __CHAR_UNSIGNED__
+#endif])dnl
+AC_CACHE_CHECK(whether char is unsigned, ac_cv_c_char_unsigned,
+[AC_COMPILE_IFELSE([AC_LANG_BOOL_COMPILE_TRY([AC_INCLUDES_DEFAULT([])],
+					     [((char) -1) < 0])],
+		   ac_cv_c_char_unsigned=no, ac_cv_c_char_unsigned=yes)])
+if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
+  AC_DEFINE(__CHAR_UNSIGNED__)
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1444: -1- m4_define([m4_location(AC_C_BIGENDIAN)], [/usr/share/autoconf/autoconf/c.m4:1444])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1444: -1- m4_define([AC_C_BIGENDIAN], [_m4_defun_pro([$0])AH_VERBATIM([WORDS_BIGENDIAN],
+[/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+#  define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+#  undef WORDS_BIGENDIAN
+# endif
+#endif])dnl
+ AC_CACHE_CHECK([whether byte ordering is bigendian], [ac_cv_c_bigendian],
+   [ac_cv_c_bigendian=unknown
+    # See if we're dealing with a universal compiler.
+    AC_COMPILE_IFELSE(
+	 [AC_LANG_SOURCE(
+	    [[#ifndef __APPLE_CC__
+	       not a universal capable compiler
+	     #endif
+	     typedef int dummy;
+	    ]])],
+	 [
+	# Check for potential -arch flags.  It is not universal unless
+	# there are at least two -arch flags with different values.
+	ac_arch=
+	ac_prev=
+	for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
+	 if test -n "$ac_prev"; then
+	   case $ac_word in
+	     i?86 | x86_64 | ppc | ppc64)
+	       if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
+		 ac_arch=$ac_word
+	       else
+		 ac_cv_c_bigendian=universal
+		 break
+	       fi
+	       ;;
+	   esac
+	   ac_prev=
+	 elif test "x$ac_word" = "x-arch"; then
+	   ac_prev=arch
+	 fi
+       done])
+    if test $ac_cv_c_bigendian = unknown; then
+      # See if sys/param.h defines the BYTE_ORDER macro.
+      AC_COMPILE_IFELSE(
+	[AC_LANG_PROGRAM(
+	   [[#include <sys/types.h>
+	     #include <sys/param.h>
+	   ]],
+	   [[#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
+		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
+		     && LITTLE_ENDIAN)
+	      bogus endian macros
+	     #endif
+	   ]])],
+	[# It does; now see whether it defined to BIG_ENDIAN or not.
+	 AC_COMPILE_IFELSE(
+	   [AC_LANG_PROGRAM(
+	      [[#include <sys/types.h>
+		#include <sys/param.h>
+	      ]],
+	      [[#if BYTE_ORDER != BIG_ENDIAN
+		 not big endian
+		#endif
+	      ]])],
+	   [ac_cv_c_bigendian=yes],
+	   [ac_cv_c_bigendian=no])])
+    fi
+    if test $ac_cv_c_bigendian = unknown; then
+      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
+      AC_COMPILE_IFELSE(
+	[AC_LANG_PROGRAM(
+	   [[#include <limits.h>
+	   ]],
+	   [[#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
+	      bogus endian macros
+	     #endif
+	   ]])],
+	[# It does; now see whether it defined to _BIG_ENDIAN or not.
+	 AC_COMPILE_IFELSE(
+	   [AC_LANG_PROGRAM(
+	      [[#include <limits.h>
+	      ]],
+	      [[#ifndef _BIG_ENDIAN
+		 not big endian
+		#endif
+	      ]])],
+	   [ac_cv_c_bigendian=yes],
+	   [ac_cv_c_bigendian=no])])
+    fi
+    if test $ac_cv_c_bigendian = unknown; then
+      # Compile a test program.
+      AC_RUN_IFELSE(
+	[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+	   [[
+	     /* Are we little or big endian?  From Harbison&Steele.  */
+	     union
+	     {
+	       long int l;
+	       char c[sizeof (long int)];
+	     } u;
+	     u.l = 1;
+	     return u.c[sizeof (long int) - 1] == 1;
+	   ]])],
+	[ac_cv_c_bigendian=no],
+	[ac_cv_c_bigendian=yes],
+	[# Try to guess by grepping values from an object file.
+	 AC_COMPILE_IFELSE(
+	   [AC_LANG_PROGRAM(
+	      [[short int ascii_mm[] =
+		  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
+		short int ascii_ii[] =
+		  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
+		int use_ascii (int i) {
+		  return ascii_mm[i] + ascii_ii[i];
+		}
+		short int ebcdic_ii[] =
+		  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
+		short int ebcdic_mm[] =
+		  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
+		int use_ebcdic (int i) {
+		  return ebcdic_mm[i] + ebcdic_ii[i];
+		}
+		extern int foo;
+	      ]],
+	      [[return use_ascii (foo) == use_ebcdic (foo);]])],
+	   [if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
+	      ac_cv_c_bigendian=yes
+	    fi
+	    if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
+	      if test "$ac_cv_c_bigendian" = unknown; then
+		ac_cv_c_bigendian=no
+	      else
+		# finding both strings is unlikely to happen, but who knows?
+		ac_cv_c_bigendian=unknown
+	      fi
+	    fi])])
+    fi])
+ case $ac_cv_c_bigendian in #(
+   yes)
+     m4_default([$1],
+       [AC_DEFINE([WORDS_BIGENDIAN], 1)]);; #(
+   no)
+     $2 ;; #(
+   universal)
+dnl Note that AC_APPLE_UNIVERSAL_BUILD sorts less than WORDS_BIGENDIAN;
+dnl this is a necessity for proper config header operation.  Warn if
+dnl the user did not specify a config header but is relying on the
+dnl default behavior for universal builds.
+     m4_default([$4],
+       [AC_CONFIG_COMMANDS_PRE([m4_ifset([AH_HEADER], [],
+	 [AC_DIAGNOSE([obsolete],
+	   [AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS])])])dnl
+	AC_DEFINE([AC_APPLE_UNIVERSAL_BUILD],1,
+	  [Define if building universal (internal helper macro)])])
+     ;; #(
+   *)
+     m4_default([$3],
+       [AC_MSG_ERROR([unknown endianness
+ presetting ac_cv_c_bigendian=no (or yes) will help])]) ;;
+ esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1621: -1- m4_define([m4_location(AC_C_INLINE)], [/usr/share/autoconf/autoconf/c.m4:1621])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1621: -1- m4_define([AC_C_INLINE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for inline], ac_cv_c_inline,
+[ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  AC_COMPILE_IFELSE([AC_LANG_SOURCE(
+[#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
+])],
+		    [ac_cv_c_inline=$ac_kw])
+  test "$ac_cv_c_inline" != no && break
+done
+])
+AH_VERBATIM([inline],
+[/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+#undef inline
+#endif])
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1661: -1- m4_define([m4_location(AC_C_CONST)], [/usr/share/autoconf/autoconf/c.m4:1661])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1661: -1- m4_define([AC_C_CONST], [_m4_defun_pro([$0])AC_CACHE_CHECK([for an ANSI C-conforming const], ac_cv_c_const,
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
+[[
+#ifndef __cplusplus
+  /* Ultrix mips cc rejects this sort of thing.  */
+  typedef int charset[2];
+  const charset cs = { 0, 0 };
+  /* SunOS 4.1.1 cc rejects this.  */
+  char const *const *pcpcc;
+  char **ppc;
+  /* NEC SVR4.0.2 mips cc rejects this.  */
+  struct point {int x, y;};
+  static struct point const zero = {0,0};
+  /* AIX XL C 1.02.0.0 rejects this.
+     It does not let you subtract one const X* pointer from another in
+     an arm of an if-expression whose if-part is not a constant
+     expression */
+  const char *g = "string";
+  pcpcc = &g + (g ? g-g : 0);
+  /* HPUX 7.0 cc rejects these. */
+  ++pcpcc;
+  ppc = (char**) pcpcc;
+  pcpcc = (char const *const *) ppc;
+  { /* SCO 3.2v4 cc rejects this sort of thing.  */
+    char tx;
+    char *t = &tx;
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+    *t++ = 0;
+    if (s) return 0;
+  }
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
+    int x[] = {25, 17};
+    const int *foo = &x[0];
+    ++foo;
+  }
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+    typedef const int *iptr;
+    iptr p = 0;
+    ++p;
+  }
+  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+    struct s { int j; const int *ap[3]; } bx;
+    struct s *b = &bx; b->j = 5;
+  }
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+    const int foo = 10;
+    if (!foo) return 0;
+  }
+  return !cs[0] && !zero.x;
+#endif
+]])],
+		   [ac_cv_c_const=yes],
+		   [ac_cv_c_const=no])])
+if test $ac_cv_c_const = no; then
+  AC_DEFINE(const,,
+	    [Define to empty if `const' does not conform to ANSI C.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1739: -1- m4_define([m4_location(AC_C_RESTRICT)], [/usr/share/autoconf/autoconf/c.m4:1739])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1739: -1- m4_define([AC_C_RESTRICT], [_m4_defun_pro([$0])AC_CACHE_CHECK([for C/C++ restrict keyword], ac_cv_c_restrict,
+  [ac_cv_c_restrict=no
+   # The order here caters to the fact that C++ does not require restrict.
+   for ac_kw in __restrict __restrict__ _Restrict restrict; do
+     AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
+      [[typedef int * int_ptr;
+	int foo (int_ptr $ac_kw ip) {
+	return ip[0];
+       }]],
+      [[int s[1];
+	int * $ac_kw t = s;
+	t[0] = 0;
+	return foo(t)]])],
+      [ac_cv_c_restrict=$ac_kw])
+     test "$ac_cv_c_restrict" != no && break
+   done
+  ])
+ AH_VERBATIM([restrict],
+[/* Define to the equivalent of the C99 'restrict' keyword, or to
+   nothing if this is not supported.  Do not define if restrict is
+   supported directly.  */
+#undef restrict
+/* Work around a bug in Sun C++: it does not support _Restrict or
+   __restrict__, even though the corresponding Sun C compiler ends up with
+   "#define restrict _Restrict" or "#define restrict __restrict__" in the
+   previous line.  Perhaps some future version of Sun C++ will work with
+   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
+#if defined __SUNPRO_CC && !defined __RESTRICT
+# define _Restrict
+# define __restrict__
+#endif])
+ case $ac_cv_c_restrict in
+   restrict) ;;
+   no) AC_DEFINE([restrict], []) ;;
+   *)  AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;;
+ esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1787: -1- m4_define([m4_location(AC_C_VOLATILE)], [/usr/share/autoconf/autoconf/c.m4:1787])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1787: -1- m4_define([AC_C_VOLATILE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for working volatile], ac_cv_c_volatile,
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
+volatile int x;
+int * volatile y = (int *) 0;
+return !x && !y;])],
+		   [ac_cv_c_volatile=yes],
+		   [ac_cv_c_volatile=no])])
+if test $ac_cv_c_volatile = no; then
+  AC_DEFINE(volatile,,
+	    [Define to empty if the keyword `volatile' does not work.
+	     Warning: valid code using `volatile' can become incorrect
+	     without.  Disable with care.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1808: -1- m4_define([m4_location(AC_C_STRINGIZE)], [/usr/share/autoconf/autoconf/c.m4:1808])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1808: -1- m4_define([AC_C_STRINGIZE], [_m4_defun_pro([$0])AC_CACHE_CHECK([for preprocessor stringizing operator],
+		[ac_cv_c_stringize],
+[AC_EGREP_CPP([@%:@teststring],
+	      [@%:@define x(y) #y
+
+char *s = x(teststring);],
+	      [ac_cv_c_stringize=no],
+	      [ac_cv_c_stringize=yes])])
+if test $ac_cv_c_stringize = yes; then
+  AC_DEFINE(HAVE_STRINGIZE, 1,
+	    [Define to 1 if cpp supports the ANSI @%:@ stringizing operator.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1828: -1- m4_define([m4_location(AC_C_PROTOTYPES)], [/usr/share/autoconf/autoconf/c.m4:1828])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1828: -1- m4_define([AC_C_PROTOTYPES], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
+AC_MSG_CHECKING([for function prototypes])
+if test "$ac_cv_prog_cc_c89" != no; then
+  AC_MSG_RESULT([yes])
+  AC_DEFINE(PROTOTYPES, 1,
+	    [Define to 1 if the C compiler supports function prototypes.])
+  AC_DEFINE(__PROTOTYPES, 1,
+	    [Define like PROTOTYPES; this can be used by system headers.])
+else
+  AC_MSG_RESULT([no])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1846: -1- m4_define([m4_location(AC_C_FLEXIBLE_ARRAY_MEMBER)], [/usr/share/autoconf/autoconf/c.m4:1846])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1846: -1- m4_define([AC_C_FLEXIBLE_ARRAY_MEMBER], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for flexible array members],
+    ac_cv_c_flexmember,
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+	  [[#include <stdlib.h>
+	    #include <stdio.h>
+	    #include <stddef.h>
+	    struct s { int n; double d[]; };]],
+	  [[int m = getchar ();
+	    struct s *p = malloc (offsetof (struct s, d)
+				  + m * sizeof (double));
+	    p->d[0] = 0.0;
+	    return p->d != (double *) NULL;]])],
+       [ac_cv_c_flexmember=yes],
+       [ac_cv_c_flexmember=no])])
+  if test $ac_cv_c_flexmember = yes; then
+    AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], [],
+      [Define to nothing if C supports flexible array members, and to
+       1 if it does not.  That way, with a declaration like `struct s
+       { int n; double d@<:@FLEXIBLE_ARRAY_MEMBER@:>@; };', the struct hack
+       can be used with pre-C99 compilers.
+       When computing the size of such an object, don't use 'sizeof (struct s)'
+       as it overestimates the size.  Use 'offsetof (struct s, d)' instead.
+       Don't use 'offsetof (struct s, d@<:@0@:>@)', as this doesn't work with
+       MSVC and with C++ compilers.])
+  else
+    AC_DEFINE([FLEXIBLE_ARRAY_MEMBER], 1)
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1882: -1- m4_define([m4_location(AC_C_VARARRAYS)], [/usr/share/autoconf/autoconf/c.m4:1882])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1882: -1- m4_define([AC_C_VARARRAYS], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for variable-length arrays],
+    ac_cv_c_vararrays,
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM([],
+	  [[static int x; char a[++x]; a[sizeof a - 1] = 0; return a[0];]])],
+       [ac_cv_c_vararrays=yes],
+       [ac_cv_c_vararrays=no])])
+  if test $ac_cv_c_vararrays = yes; then
+    AC_DEFINE([HAVE_C_VARARRAYS], 1,
+      [Define to 1 if C supports variable-length arrays.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1903: -1- m4_define([m4_location(AC_C_TYPEOF)], [/usr/share/autoconf/autoconf/c.m4:1903])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1903: -1- m4_define([AC_C_TYPEOF], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for typeof syntax and keyword spelling], ac_cv_c_typeof,
+    [ac_cv_c_typeof=no
+     for ac_kw in typeof __typeof__ no; do
+       test $ac_kw = no && break
+       AC_COMPILE_IFELSE([AC_LANG_PROGRAM([],
+	 [[
+	   int value;
+	   typedef struct {
+		   char a [1
+			   + ! (($ac_kw (value))
+				(($ac_kw (value)) 0 < ($ac_kw (value)) -1
+				 ? ($ac_kw (value)) - 1
+				 : ~ (~ ($ac_kw (value)) 0
+				      << sizeof ($ac_kw (value)))))]; }
+	      ac__typeof_type_;
+	   return
+	     (! ((void) ((ac__typeof_type_ *) 0), 0));
+	 ]])],
+	 [ac_cv_c_typeof=$ac_kw])
+       test $ac_cv_c_typeof != no && break
+     done])
+  if test $ac_cv_c_typeof != no; then
+    AC_DEFINE([HAVE_TYPEOF], 1,
+      [Define to 1 if typeof works with your compiler.])
+    if test $ac_cv_c_typeof != typeof; then
+      AC_DEFINE_UNQUOTED([typeof], [$ac_cv_c_typeof],
+	[Define to __typeof__ if your compiler spells it that way.])
+    fi
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1941: -1- m4_define([m4_location(_AC_LANG_OPENMP)], [/usr/share/autoconf/autoconf/c.m4:1941])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1941: -1- m4_define([_AC_LANG_OPENMP], [_m4_defun_pro([$0])AC_LANG_SOURCE([_AC_LANG_DISPATCH([$0], _AC_LANG, $@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1946: -1- m4_define([_AC_LANG_OPENMP(C)], [
+#ifndef _OPENMP
+ choke me
+#endif
+#include <omp.h>
+int main () { return omp_get_num_threads (); }
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1961: -1- m4_define([_AC_LANG_OPENMP(Fortran 77)], [
+      program main
+      implicit none
+!$    integer tid
+      tid = 42
+      call omp_set_num_threads(2)
+      end
+])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1986: -1- m4_define([m4_location(AC_OPENMP)], [/usr/share/autoconf/autoconf/c.m4:1986])
+m4trace:/usr/share/autoconf/autoconf/c.m4:1986: -1- m4_define([AC_OPENMP], [_m4_defun_pro([$0])
+  OPENMP_[]_AC_LANG_PREFIX[]FLAGS=
+  AC_ARG_ENABLE([openmp],
+    [AS_HELP_STRING([--disable-openmp], [do not use OpenMP])])
+  if test "$enable_openmp" != no; then
+    AC_CACHE_CHECK([for $[]_AC_CC[] option to support OpenMP],
+      [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp],
+      [AC_LINK_IFELSE([_AC_LANG_OPENMP],
+	 [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp='none needed'],
+	 [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp='unsupported'
+	  dnl Try these flags:
+	  dnl   GCC >= 4.2           -fopenmp
+	  dnl   SunPRO C             -xopenmp
+	  dnl   Intel C              -openmp
+	  dnl   SGI C, PGI C         -mp
+	  dnl   Tru64 Compaq C       -omp
+	  dnl   IBM C (AIX, Linux)   -qsmp=omp
+          dnl   Cray CCE             -homp
+          dnl   NEC SX               -Popenmp
+          dnl   Lahey Fortran (Linux)  --openmp
+	  dnl If in this loop a compiler is passed an option that it doesn't
+	  dnl understand or that it misinterprets, the AC_LINK_IFELSE test
+	  dnl will fail (since we know that it failed without the option),
+	  dnl therefore the loop will continue searching for an option, and
+	  dnl no output file called 'penmp' or 'mp' is created.
+	  for ac_option in -fopenmp -xopenmp -openmp -mp -omp -qsmp=omp -homp \
+                           -Popenmp --openmp; do
+	    ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
+	    _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $ac_option"
+	    AC_LINK_IFELSE([_AC_LANG_OPENMP],
+	      [ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp=$ac_option])
+	    _AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
+	    if test "$ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp" != unsupported; then
+	      break
+	    fi
+	  done])])
+    case $ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp in #(
+      "none needed" | unsupported)
+	;; #(
+      *)
+	OPENMP_[]_AC_LANG_PREFIX[]FLAGS=$ac_cv_prog_[]_AC_LANG_ABBREV[]_openmp ;;
+    esac
+  fi
+  AC_SUBST([OPENMP_]_AC_LANG_PREFIX[FLAGS])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:43: -1- m4_include([autoconf/erlang.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:43: -1- m4_define([m4_include(autoconf/erlang.m4)])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:49: -1- m4_define([m4_location(AC_ERLANG_PATH_ERLC)], [/usr/share/autoconf/autoconf/erlang.m4:49])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:49: -1- m4_define([AC_ERLANG_PATH_ERLC], [_m4_defun_pro([$0])AC_ARG_VAR([ERLC], [Erlang/OTP compiler command [autodetected]])dnl
+if test -n "$ERLC"; then
+    AC_MSG_CHECKING([for erlc])
+    AC_MSG_RESULT([$ERLC])
+else
+    AC_PATH_TOOL(ERLC, erlc, [$1], [$2])
+fi
+AC_ARG_VAR([ERLCFLAGS], [Erlang/OTP compiler flags [none]])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:63: -1- m4_define([m4_location(AC_ERLANG_NEED_ERLC)], [/usr/share/autoconf/autoconf/erlang.m4:63])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:63: -1- m4_define([AC_ERLANG_NEED_ERLC], [_m4_defun_pro([$0])AC_ERLANG_PATH_ERLC([not found], [$1])
+if test "$ERLC" = "not found"; then
+    AC_MSG_ERROR([Erlang/OTP compiler (erlc) not found but required])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:73: -1- m4_define([m4_location(AC_ERLANG_PATH_ERL)], [/usr/share/autoconf/autoconf/erlang.m4:73])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:73: -1- m4_define([AC_ERLANG_PATH_ERL], [_m4_defun_pro([$0])AC_ARG_VAR([ERL], [Erlang/OTP interpreter command [autodetected]])dnl
+if test -n "$ERL"; then
+    AC_MSG_CHECKING([for erl])
+    AC_MSG_RESULT([$ERL])
+else
+    AC_PATH_TOOL(ERL, erl, [$1], [$2])[]dnl
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:86: -1- m4_define([m4_location(AC_ERLANG_NEED_ERL)], [/usr/share/autoconf/autoconf/erlang.m4:86])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:86: -1- m4_define([AC_ERLANG_NEED_ERL], [_m4_defun_pro([$0])AC_ERLANG_PATH_ERL([not found], [$1])
+if test "$ERL" = "not found"; then
+    AC_MSG_ERROR([Erlang/OTP interpreter (erl) not found but required])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([AC_LANG(Erlang)], [ac_ext=erl
+ac_compile='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$ERLC $ERLCFLAGS -b beam conftest.$ac_ext >&AS_MESSAGE_LOG_FD && echo "[#]!/bin/sh" > conftest$ac_exeext && AS_ECHO(["\"$ERL\" -run conftest start -run init stop -noshell"]) >> conftest$ac_exeext && chmod +x conftest$ac_exeext'
+])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_LANG_ABBREV(Erlang)], [erl])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_LANG_PREFIX(Erlang)], [ERL])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:102: -1- m4_define([_AC_CC(Erlang)], [ERLC])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- AU_DEFINE([AC_LANG_ERLANG], [m4_ifval([], [_au_warn_AC_LANG_ERLANG([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(Erlang)])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- AU_DEFINE([_au_warn_AC_LANG_ERLANG], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_ERLANG], [])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- m4_define([m4_location(AC_LANG_ERLANG)], [/usr/share/autoconf/autoconf/erlang.m4:112])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:112: -1- m4_define([AC_LANG_ERLANG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_ERLANG' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(Erlang)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:123: -1- m4_define([AC_LANG_PROGRAM(Erlang)], [[-module(conftest).
+-export([start/0]).]
+$1
+start() ->
+$2
+.
+])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:136: -1- m4_define([_AC_LANG_NULL_PROGRAM(Erlang)], [AC_LANG_PROGRAM([], [halt(0)])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:143: -1- m4_define([_AC_LANG_IO_PROGRAM(Erlang)], [AC_LANG_PROGRAM([], [dnl
+   ReturnValue = case file:write_file("conftest.out", "") of
+       {error, _} -> 1;
+       ok -> 0
+   end,
+   halt(ReturnValue)])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:160: -1- m4_define([m4_location(AC_LANG_PREPROC(Erlang))], [/usr/share/autoconf/autoconf/erlang.m4:160])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:160: -1- m4_define([AC_LANG_PREPROC(Erlang)], [_m4_defun_pro([$0])m4_warn([syntax],
+	 [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:167: -1- m4_define([m4_location(AC_LANG_COMPILER(Erlang))], [/usr/share/autoconf/autoconf/erlang.m4:167])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:167: -1- m4_define([AC_LANG_COMPILER(Erlang)], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_PATH_ERLC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:175: -1- m4_define([m4_location(AC_ERLANG_CHECK_LIB)], [/usr/share/autoconf/autoconf/erlang.m4:175])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:175: -1- m4_define([AC_ERLANG_CHECK_LIB], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_PATH_ERLC])[]dnl
+AC_REQUIRE([AC_ERLANG_PATH_ERL])[]dnl
+AC_CACHE_CHECK([for Erlang/OTP '$1' library subdirectory],
+    [ac_cv_erlang_lib_dir_$1],
+    [AC_LANG_PUSH(Erlang)[]dnl
+     AC_RUN_IFELSE(
+	[AC_LANG_PROGRAM([], [dnl
+	    ReturnValue = case code:lib_dir("[$1]") of
+	    {error, bad_name} ->
+		file:write_file("conftest.out", "not found\n"),
+		1;
+	    LibDir ->
+		file:write_file("conftest.out", LibDir),
+		0
+	    end,
+	    halt(ReturnValue)])],
+	[ac_cv_erlang_lib_dir_$1=`cat conftest.out`
+	 rm -f conftest.out],
+	[if test ! -f conftest.out; then
+	     AC_MSG_FAILURE([test Erlang program execution failed])
+	 else
+	     ac_cv_erlang_lib_dir_$1="not found"
+	     rm -f conftest.out
+	 fi])
+     AC_LANG_POP(Erlang)[]dnl
+    ])
+AC_CACHE_CHECK([for Erlang/OTP '$1' library version],
+    [ac_cv_erlang_lib_ver_$1],
+    [AS_IF([test "$ac_cv_erlang_lib_dir_$1" = "not found"],
+	[ac_cv_erlang_lib_ver_$1="not found"],
+	[ac_cv_erlang_lib_ver_$1=`AS_ECHO(["$ac_cv_erlang_lib_dir_$1"]) | sed -n -e 's,^.*-\([[^/-]]*\)$,\1,p'`])[]dnl
+    ])
+AC_SUBST([ERLANG_LIB_DIR_$1], [$ac_cv_erlang_lib_dir_$1])
+AC_SUBST([ERLANG_LIB_VER_$1], [$ac_cv_erlang_lib_ver_$1])
+AS_IF([test "$ac_cv_erlang_lib_dir_$1" = "not found"], [$3], [$2])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:217: -1- m4_define([m4_location(AC_ERLANG_SUBST_ROOT_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:217])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:217: -1- m4_define([AC_ERLANG_SUBST_ROOT_DIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
+AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
+AC_CACHE_CHECK([for Erlang/OTP root directory],
+    [ac_cv_erlang_root_dir],
+    [AC_LANG_PUSH(Erlang)[]dnl
+     AC_RUN_IFELSE(
+	[AC_LANG_PROGRAM([], [dnl
+	    RootDir = code:root_dir(),
+	    file:write_file("conftest.out", RootDir),
+	    ReturnValue = 0,
+	    halt(ReturnValue)])],
+	[ac_cv_erlang_root_dir=`cat conftest.out`
+	 rm -f conftest.out],
+	[rm -f conftest.out
+	 AC_MSG_FAILURE([test Erlang program execution failed])])
+     AC_LANG_POP(Erlang)[]dnl
+    ])
+AC_SUBST([ERLANG_ROOT_DIR], [$ac_cv_erlang_root_dir])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:241: -1- m4_define([m4_location(AC_ERLANG_SUBST_LIB_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:241])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:241: -1- m4_define([AC_ERLANG_SUBST_LIB_DIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
+AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
+AC_CACHE_CHECK([for Erlang/OTP library base directory],
+    [ac_cv_erlang_lib_dir],
+    [AC_LANG_PUSH(Erlang)[]dnl
+     AC_RUN_IFELSE(
+	[AC_LANG_PROGRAM([], [dnl
+	    LibDir = code:lib_dir(),
+	    file:write_file("conftest.out", LibDir),
+	    ReturnValue = 0,
+	    halt(ReturnValue)])],
+	[ac_cv_erlang_lib_dir=`cat conftest.out`
+	 rm -f conftest.out],
+	[rm -f conftest.out
+	 AC_MSG_FAILURE([test Erlang program execution failed])])
+     AC_LANG_POP(Erlang)[]dnl
+    ])
+AC_SUBST([ERLANG_LIB_DIR], [$ac_cv_erlang_lib_dir])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:268: -1- m4_define([m4_location(AC_ERLANG_SUBST_INSTALL_LIB_DIR)], [/usr/share/autoconf/autoconf/erlang.m4:268])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:268: -1- m4_define([AC_ERLANG_SUBST_INSTALL_LIB_DIR], [_m4_defun_pro([$0])AC_MSG_CHECKING([for Erlang/OTP library installation base directory])
+AC_ARG_VAR([ERLANG_INSTALL_LIB_DIR],
+    [Erlang/OTP library installation base directory [LIBDIR/erlang/lib]])
+if test -n "$ERLANG_INSTALL_LIB_DIR"; then
+    AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR])
+else
+    AC_SUBST([ERLANG_INSTALL_LIB_DIR], ['${libdir}/erlang/lib'])
+    AC_MSG_RESULT([$libdir/erlang/lib])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:283: -1- m4_define([m4_location(AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR)], [/usr/share/autoconf/autoconf/erlang.m4:283])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:283: -1- m4_define([AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_SUBST_INSTALL_LIB_DIR])[]dnl
+AC_MSG_CHECKING([for Erlang/OTP '$1' library installation subdirectory])
+AC_ARG_VAR([ERLANG_INSTALL_LIB_DIR_$1],
+    [Erlang/OTP '$1' library installation subdirectory
+       [ERLANG_INSTALL_LIB_DIR/$1-$2]])
+if test -n "$ERLANG_INSTALL_LIB_DIR_$1"; then
+    AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR_$1])
+else
+    AC_SUBST([ERLANG_INSTALL_LIB_DIR_$1], ['${ERLANG_INSTALL_LIB_DIR}/$1-$2'])
+    AC_MSG_RESULT([$ERLANG_INSTALL_LIB_DIR/$1-$2])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:301: -1- m4_define([m4_location(AC_ERLANG_SUBST_ERTS_VER)], [/usr/share/autoconf/autoconf/erlang.m4:301])
+m4trace:/usr/share/autoconf/autoconf/erlang.m4:301: -1- m4_define([AC_ERLANG_SUBST_ERTS_VER], [_m4_defun_pro([$0])AC_REQUIRE([AC_ERLANG_NEED_ERLC])[]dnl
+AC_REQUIRE([AC_ERLANG_NEED_ERL])[]dnl
+AC_CACHE_CHECK([for Erlang/OTP ERTS version],
+    [ac_cv_erlang_erts_ver],
+    [AC_LANG_PUSH([Erlang])[]dnl
+     AC_RUN_IFELSE(
+	[AC_LANG_PROGRAM([], [dnl
+	    Version = erlang:system_info(version),
+	    file:write_file("conftest.out", Version),
+	    ReturnValue = 0,
+	    halt(ReturnValue)])],
+	[ac_cv_erlang_erts_ver=`cat conftest.out`
+	 rm -f conftest.out],
+	[rm -f conftest.out
+	 AC_MSG_FAILURE([test Erlang program execution failed])])
+     AC_LANG_POP([Erlang])[]dnl
+    ])
+AC_SUBST([ERLANG_ERTS_VER], [$ac_cv_erlang_erts_ver])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:44: -1- m4_include([autoconf/fortran.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:44: -1- m4_define([m4_include(autoconf/fortran.m4)])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:79: -1- m4_define([m4_location(_AC_LIST_MEMBER_IF)], [/usr/share/autoconf/autoconf/fortran.m4:79])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:79: -1- m4_define([_AC_LIST_MEMBER_IF], [_m4_defun_pro([$0])m4_if([$1], , [m4_fatal([$0: missing argument 1])],
+      [$2], , [m4_fatal([$0: missing argument 2])])  ac_exists=false
+  for ac_i in $2; do
+    if test x"$1" = x"$ac_i"; then
+      ac_exists=true
+      break
+    fi
+  done
+
+  AS_IF([test x"$ac_exists" = xtrue], [$3], [$4])[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:123: -1- m4_define([m4_location(_AC_LINKER_OPTION)], [/usr/share/autoconf/autoconf/fortran.m4:123])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:123: -1- m4_define([_AC_LINKER_OPTION], [_m4_defun_pro([$0])if test "$ac_compiler_gnu" = yes; then
+  for ac_link_opt in $1; do
+    $2="[$]$2 -Xlinker $ac_link_opt"
+  done
+else
+  $2="[$]$2 $1"
+fi[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:142: -1- m4_define([AC_LANG(Fortran 77)], [ac_ext=f
+ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_f77_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:142: -1- m4_define([_AC_LANG_ABBREV(Fortran 77)], [f77])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:142: -1- m4_define([_AC_LANG_PREFIX(Fortran 77)], [F])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:142: -1- m4_define([_AC_CC(Fortran 77)], [F77])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:152: -1- AU_DEFINE([AC_LANG_FORTRAN77], [m4_ifval([], [_au_warn_AC_LANG_FORTRAN77([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(Fortran 77)])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:152: -1- AU_DEFINE([_au_warn_AC_LANG_FORTRAN77], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_FORTRAN77], [])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:152: -1- m4_define([m4_location(AC_LANG_FORTRAN77)], [/usr/share/autoconf/autoconf/fortran.m4:152])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:152: -1- m4_define([AC_LANG_FORTRAN77], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_FORTRAN77' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(Fortran 77)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:158: -1- m4_define([m4_location(_AC_FORTRAN_ASSERT)], [/usr/share/autoconf/autoconf/fortran.m4:158])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:158: -1- m4_define([_AC_FORTRAN_ASSERT], [_m4_defun_pro([$0])m4_if(_AC_LANG, [Fortran], [],
+       [m4_if(_AC_LANG, [Fortran 77], [],
+	      [m4_fatal([$0: current language is not Fortran: ] _AC_LANG)])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:167: -1- m4_define([m4_location(_AC_FC)], [/usr/share/autoconf/autoconf/fortran.m4:167])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:167: -1- m4_define([_AC_FC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_LANG_CASE([Fortran 77], [F77],
+	     [Fortran],    [FC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:182: -1- m4_define([AC_LANG_PROGRAM(Fortran 77)], [m4_ifval([$1],
+       [m4_warn([syntax], [$0: ignoring PROLOGUE: $1])])dnl
+      program main
+$2
+      end])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:193: -1- m4_define([_AC_LANG_IO_PROGRAM(Fortran 77)], [AC_LANG_PROGRAM([],
+[dnl
+      open(unit=9,file='conftest.out')
+      close(unit=9)
+])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:204: -1- m4_define([AC_LANG_CALL(Fortran 77)], [AC_LANG_PROGRAM([$1],
+[      call $2])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:211: -1- m4_define([AC_LANG_FUNC_LINK_TRY(Fortran 77)], [AC_LANG_PROGRAM([],
+[      call $1])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:222: -1- m4_define([AC_LANG(Fortran)], [ac_ext=${ac_fc_srcext-f}
+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
+])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:222: -1- m4_define([_AC_LANG_ABBREV(Fortran)], [fc])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:222: -1- m4_define([_AC_LANG_PREFIX(Fortran)], [FC])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:222: -1- m4_define([_AC_CC(Fortran)], [FC])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:238: -1- m4_define([m4_location(AC_LANG_PREPROC(Fortran 77))], [/usr/share/autoconf/autoconf/fortran.m4:238])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:238: -1- m4_define([AC_LANG_PREPROC(Fortran 77)], [_m4_defun_pro([$0])m4_warn([syntax],
+	 [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:245: -1- m4_define([m4_location(AC_LANG_PREPROC(Fortran))], [/usr/share/autoconf/autoconf/fortran.m4:245])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:245: -1- m4_define([AC_LANG_PREPROC(Fortran)], [_m4_defun_pro([$0])m4_warn([syntax],
+	 [$0: No preprocessor defined for ]_AC_LANG)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:254: -1- m4_define([m4_location(AC_LANG_COMPILER(Fortran 77))], [/usr/share/autoconf/autoconf/fortran.m4:254])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:254: -1- m4_define([AC_LANG_COMPILER(Fortran 77)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:261: -1- m4_define([m4_location(AC_LANG_COMPILER(Fortran))], [/usr/share/autoconf/autoconf/fortran.m4:261])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:261: -1- m4_define([AC_LANG_COMPILER(Fortran)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:268: -1- AU_DEFINE([ac_cv_prog_g77], [m4_ifval([], [_au_warn_ac_cv_prog_g77([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+ac_cv_f77_compiler_gnu])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:268: -1- AU_DEFINE([_au_warn_ac_cv_prog_g77], [m4_warning($@)dnl
+m4_define([_au_warn_ac_cv_prog_g77], [])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:268: -1- m4_define([m4_location(ac_cv_prog_g77)], [/usr/share/autoconf/autoconf/fortran.m4:268])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:268: -1- m4_define([ac_cv_prog_g77], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `ac_cv_prog_g77' is obsolete.
+You should run autoupdate.])dnl
+ac_cv_f77_compiler_gnu[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:278: -1- m4_define([m4_location(_AC_FC_DIALECT_YEAR)], [/usr/share/autoconf/autoconf/fortran.m4:278])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:278: -1- m4_define([_AC_FC_DIALECT_YEAR], [_m4_defun_pro([$0])m4_case(m4_bpatsubsts(m4_tolower([$1]), [fortran],[], [ *],[]),
+	 [77],[1977], [1977],[1977],
+	 [90],[1990], [1990],[1990],
+	 [95],[1995], [1995],[1995],
+	 [2000],[2000],
+	 [],[],
+	 [m4_fatal([unknown Fortran dialect])])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:320: -1- m4_define([_AC_F95_FC], [gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn nagfor])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:321: -1- m4_define([_AC_F90_FC], [xlf90 f90 pgf90 pghpf epcf90])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:322: -1- m4_define([_AC_F77_FC], [g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:323: -1- m4_define([m4_location(_AC_PROG_FC)], [/usr/share/autoconf/autoconf/fortran.m4:323])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:323: -1- m4_define([_AC_PROG_FC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CHECK_TOOLS([]_AC_FC[],
+      m4_default([$2],
+	m4_case(_AC_FC_DIALECT_YEAR([$1]),
+		[1995], [_AC_F95_FC],
+		[1990], [_AC_F90_FC _AC_F95_FC],
+		[1977], [_AC_F77_FC _AC_F90_FC _AC_F95_FC],
+		[_AC_F95_FC _AC_F90_FC _AC_F77_FC])))
+
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+for ac_option in --version -v -V -qversion; do
+  _AC_DO_LIMIT([$ac_compiler $ac_option >&AS_MESSAGE_LOG_FD])
+done
+rm -f a.out
+
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+# If we don't use `.F' as extension, the preprocessor is not run on the
+# input file.  (Note that this only needs to work for GNU compilers.)
+ac_save_ext=$ac_ext
+ac_ext=F
+_AC_LANG_COMPILER_GNU
+ac_ext=$ac_save_ext
+_AC_PROG_FC_G
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:358: -1- m4_define([m4_location(AC_PROG_F77)], [/usr/share/autoconf/autoconf/fortran.m4:358])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:358: -1- m4_define([AC_PROG_F77], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran 77)dnl
+AC_ARG_VAR([F77],    [Fortran 77 compiler command])dnl
+AC_ARG_VAR([FFLAGS], [Fortran 77 compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_PROG_FC([Fortran 77], [$1])
+if test $ac_compiler_gnu = yes; then
+  G77=yes
+else
+  G77=
+fi
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:378: -1- m4_define([m4_location(AC_PROG_FC)], [/usr/share/autoconf/autoconf/fortran.m4:378])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:378: -1- m4_define([AC_PROG_FC], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran)dnl
+AC_ARG_VAR([FC],    [Fortran compiler command])dnl
+AC_ARG_VAR([FCFLAGS], [Fortran compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+_AC_ARG_VAR_LIBS()dnl
+_AC_PROG_FC([$2], [$1])
+if test $ac_compiler_gnu = yes; then
+  GFC=yes
+else
+  GFC=
+fi
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:399: -1- m4_define([_AC_PROG_FC_G], [_AC_FORTRAN_ASSERT()dnl
+ac_test_[]_AC_LANG_PREFIX[]FLAGS=${[]_AC_LANG_PREFIX[]FLAGS+set}
+ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
+_AC_LANG_PREFIX[]FLAGS=
+AC_CACHE_CHECK(whether $[]_AC_FC[] accepts -g, ac_cv_prog_[]_AC_LANG_ABBREV[]_g,
+[_AC_LANG_PREFIX[]FLAGS=-g
+_AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+[ac_cv_prog_[]_AC_LANG_ABBREV[]_g=yes],
+[ac_cv_prog_[]_AC_LANG_ABBREV[]_g=no])
+])
+if test "$ac_test_[]_AC_LANG_PREFIX[]FLAGS" = set; then
+  _AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
+elif test $ac_cv_prog_[]_AC_LANG_ABBREV[]_g = yes; then
+  if test "x$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu" = xyes; then
+    _AC_LANG_PREFIX[]FLAGS="-g -O2"
+  else
+    _AC_LANG_PREFIX[]FLAGS="-g"
+  fi
+else
+  if test "x$ac_cv_[]_AC_LANG_ABBREV[]_compiler_gnu" = xyes; then
+    _AC_LANG_PREFIX[]FLAGS="-O2"
+  else
+    _AC_LANG_PREFIX[]FLAGS=
+  fi
+fi[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:438: -1- m4_define([m4_location(_AC_PROG_FC_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:438])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:438: -1- m4_define([_AC_PROG_FC_C_O], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CACHE_CHECK([whether $[]_AC_FC[] understands -c and -o together],
+	       [ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o],
+[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+# We test twice because some compilers refuse to overwrite an existing
+# `.o' file with `-o', although they will create one.
+ac_try='$[]_AC_FC[] $[]_AC_LANG_PREFIX[]FLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&AS_MESSAGE_LOG_FD'
+rm -f conftest2.*
+if _AC_DO_VAR(ac_try) &&
+     test -f conftest2.$ac_objext &&
+     _AC_DO_VAR(ac_try); then
+  ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o=yes
+else
+  ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o=no
+fi
+rm -f conftest*])
+if test $ac_cv_prog_[]_AC_LANG_ABBREV[]_c_o = no; then
+  AC_DEFINE([]_AC_FC[]_NO_MINUS_C_MINUS_O, 1,
+	    [Define to 1 if your Fortran compiler doesn't accept
+	     -c and -o together.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:465: -1- m4_define([m4_location(AC_PROG_F77_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:465])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:465: -1- m4_define([AC_PROG_F77_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_PROG_FC_C_O
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:475: -1- m4_define([m4_location(AC_PROG_FC_C_O)], [/usr/share/autoconf/autoconf/fortran.m4:475])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:475: -1- m4_define([AC_PROG_FC_C_O], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_PROG_FC_C_O
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:497: -1- m4_define([m4_location(_AC_PROG_FC_V_OUTPUT)], [/usr/share/autoconf/autoconf/fortran.m4:497])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:497: -1- m4_define([_AC_PROG_FC_V_OUTPUT], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+
+# Compile and link our simple test program by passing a flag (argument
+# 1 to this macro) to the Fortran compiler in order to get
+# "verbose" output that we can then parse for the Fortran linker
+# flags.
+ac_save_[]_AC_LANG_PREFIX[]FLAGS=$[]_AC_LANG_PREFIX[]FLAGS
+_AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS m4_default([$1], [$ac_cv_prog_[]_AC_LANG_ABBREV[]_v])"
+eval "set x $ac_link"
+shift
+_AS_ECHO_LOG([$[*]])
+# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
+# LIBRARY_PATH; skip all such settings.
+ac_[]_AC_LANG_ABBREV[]_v_output=`eval $ac_link AS_MESSAGE_LOG_FD>&1 2>&1 |
+  sed '/^Driving:/d; /^Configured with:/d;
+      '"/^[[_$as_cr_Letters]][[_$as_cr_alnum]]*=/d"`
+AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) >&AS_MESSAGE_LOG_FD
+_AC_LANG_PREFIX[]FLAGS=$ac_save_[]_AC_LANG_PREFIX[]FLAGS
+
+rm -rf conftest*
+
+# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
+# /foo, /bar, and /baz are search directories for the Fortran linker.
+# Here, we change these into -L/foo -L/bar -L/baz (and put it first):
+ac_[]_AC_LANG_ABBREV[]_v_output="`echo $ac_[]_AC_LANG_ABBREV[]_v_output |
+	grep 'LPATH is:' |
+	sed 's|.*LPATH is\(: *[[^ ]]*\).*|\1|;s|: */| -L/|g'` $ac_[]_AC_LANG_ABBREV[]_v_output"
+
+# FIXME: we keep getting bitten by quoted arguments; a more general fix
+#        that detects unbalanced quotes in FLIBS should be implemented
+#        and (ugh) tested at some point.
+case $ac_[]_AC_LANG_ABBREV[]_v_output in
+  # With xlf replace commas with spaces,
+  # and remove "-link" and closing parenthesis.
+  *xlfentry*)
+    ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output |
+      sed '
+        s/,/ /g
+        s/ -link / /g
+        s/) *$//
+      '
+    ` ;;
+
+  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
+  # $LIBS confuse us, and the libraries appear later in the output anyway).
+  *mGLOB_options_string*)
+    ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/"-mGLOB[[^"]]*"/ /g'` ;;
+
+  # Portland Group compiler has singly- or doubly-quoted -cmdline argument
+  # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
+  # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
+  *-cmdline\ * | *-ignore\ * | *-def\ *)
+    ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed "\
+	s/-cmdline  *'[[^']]*'/ /g; s/-cmdline  *\"[[^\"]]*\"/ /g
+	s/-ignore  *'[[^']]*'/ /g; s/-ignore  *\"[[^\"]]*\"/ /g
+	s/-def  *'[[^']]*'/ /g; s/-def  *\"[[^\"]]*\"/ /g"` ;;
+
+  # If we are using fort77 (the f2c wrapper) then filter output and delete quotes.
+  *fort77*f2c*gcc*)
+    ac_[]_AC_LANG_ABBREV[]_v_output=`echo "$ac_[]_AC_LANG_ABBREV[]_v_output" | sed -n '
+        /:[[	 ]]\+Running[[	 ]]\{1,\}"gcc"/{
+          /"-c"/d
+          /[[.]]c"*/d
+          s/^.*"gcc"/"gcc"/
+          s/"//gp
+        }'` ;;
+
+  # If we are using Cray Fortran then delete quotes.
+  *cft90*)
+    ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/"//g'` ;;
+esac
+
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:581: -1- m4_define([m4_location(_AC_PROG_FC_V)], [/usr/share/autoconf/autoconf/fortran.m4:581])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:581: -1- m4_define([_AC_PROG_FC_V], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CACHE_CHECK([how to get verbose linking output from $[]_AC_FC[]],
+		[ac_cv_prog_[]_AC_LANG_ABBREV[]_v],
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],
+[ac_cv_prog_[]_AC_LANG_ABBREV[]_v=
+# Try some options frequently used verbose output
+for ac_verb in -v -verbose --verbose -V -\#\#\#; do
+  _AC_PROG_FC_V_OUTPUT($ac_verb)
+  # look for -l* and *.a constructs in the output
+  for ac_arg in $ac_[]_AC_LANG_ABBREV[]_v_output; do
+     case $ac_arg in
+	[[\\/]]*.a | ?:[[\\/]]*.a | -[[lLRu]]*)
+	  ac_cv_prog_[]_AC_LANG_ABBREV[]_v=$ac_verb
+	  break 2 ;;
+     esac
+  done
+done
+if test -z "$ac_cv_prog_[]_AC_LANG_ABBREV[]_v"; then
+   AC_MSG_WARN([cannot determine how to obtain linking information from $[]_AC_FC[]])
+fi],
+		  [AC_MSG_WARN([compilation failed])])
+])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:634: -1- m4_define([m4_location(_AC_FC_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:634])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:634: -1- m4_define([_AC_FC_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])AC_REQUIRE([AC_CANONICAL_HOST])dnl
+_AC_FORTRAN_ASSERT()dnl
+_AC_PROG_FC_V
+AC_CACHE_CHECK([for _AC_LANG libraries of $[]_AC_FC[]], ac_cv_[]_AC_LANG_ABBREV[]_libs,
+[if test "x$[]_AC_LANG_PREFIX[]LIBS" != "x"; then
+  ac_cv_[]_AC_LANG_ABBREV[]_libs="$[]_AC_LANG_PREFIX[]LIBS" # Let the user override the test.
+else
+
+_AC_PROG_FC_V_OUTPUT
+
+ac_cv_[]_AC_LANG_ABBREV[]_libs=
+
+# Save positional arguments (if any)
+ac_save_positional="$[@]"
+
+set X $ac_[]_AC_LANG_ABBREV[]_v_output
+while test $[@%:@] != 1; do
+  shift
+  ac_arg=$[1]
+  case $ac_arg in
+	[[\\/]]*.a | ?:[[\\/]]*.a)
+	  _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
+	      ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")
+	  ;;
+	-bI:*)
+	  _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
+	     [_AC_LINKER_OPTION([$ac_arg], ac_cv_[]_AC_LANG_ABBREV[]_libs)])
+	  ;;
+	  # Ignore these flags.
+	-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \
+	  |-LANG:=* | -LIST:* | -LNO:* | -link)
+	  ;;
+	-lkernel32)
+	  case $host_os in
+	  *cygwin*) ;;
+	  *) ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
+	    ;;
+	  esac
+	  ;;
+	-[[LRuYz]])
+	  # These flags, when seen by themselves, take an argument.
+	  # We remove the space between option and argument and re-iterate
+	  # unless we find an empty arg or a new option (starting with -)
+	  case $[2] in
+	     "" | -*);;
+	     *)
+		ac_arg="$ac_arg$[2]"
+		shift; shift
+		set X $ac_arg "$[@]"
+		;;
+	  esac
+	  ;;
+	-YP,*)
+	  for ac_j in `AS_ECHO(["$ac_arg"]) | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
+	    _AC_LIST_MEMBER_IF($ac_j, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
+			       [ac_arg="$ac_arg $ac_j"
+			       ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_j"])
+	  done
+	  ;;
+	-[[lLR]]*)
+	  _AC_LIST_MEMBER_IF($ac_arg, $ac_cv_[]_AC_LANG_ABBREV[]_libs, ,
+			     ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg")
+	  ;;
+	-zallextract*| -zdefaultextract)
+	  ac_cv_[]_AC_LANG_ABBREV[]_libs="$ac_cv_[]_AC_LANG_ABBREV[]_libs $ac_arg"
+	  ;;
+	  # Ignore everything else.
+  esac
+done
+# restore positional arguments
+set X $ac_save_positional; shift
+
+# We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
+# then we insist that the "run path" must be an absolute path (i.e. it
+# must begin with a "/").
+case `(uname -sr) 2>/dev/null` in
+   "SunOS 5"*)
+      ac_ld_run_path=`AS_ECHO(["$ac_[]_AC_LANG_ABBREV[]_v_output"]) |
+			sed -n 's,^.*LD_RUN_PATH *= *\(/[[^ ]]*\).*$,-R\1,p'`
+      test "x$ac_ld_run_path" != x &&
+	_AC_LINKER_OPTION([$ac_ld_run_path], ac_cv_[]_AC_LANG_ABBREV[]_libs)
+      ;;
+esac
+fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
+])
+[]_AC_LANG_PREFIX[]LIBS="$ac_cv_[]_AC_LANG_ABBREV[]_libs"
+AC_SUBST([]_AC_LANG_PREFIX[]LIBS)
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:727: -1- m4_define([m4_location(AC_F77_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:727])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:727: -1- m4_define([AC_F77_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_F77])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_FC_LIBRARY_LDFLAGS
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:737: -1- m4_define([m4_location(AC_FC_LIBRARY_LDFLAGS)], [/usr/share/autoconf/autoconf/fortran.m4:737])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:737: -1- m4_define([AC_FC_LIBRARY_LDFLAGS], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_FC])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_FC_LIBRARY_LDFLAGS
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:779: -1- m4_define([m4_location(_AC_FC_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:779])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:779: -1- m4_define([_AC_FC_DUMMY_MAIN], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+m4_define(_AC_LANG_PROGRAM_C_[]_AC_FC[]_HOOKS,
+[#ifdef ]_AC_FC[_DUMMY_MAIN
+]AC_LANG_CASE([Fortran], [#ifndef FC_DUMMY_MAIN_EQ_F77])
+[#  ifdef __cplusplus
+     extern "C"
+#  endif
+   int ]_AC_FC[_DUMMY_MAIN() { return 1; }
+]AC_LANG_CASE([Fortran], [#endif])
+[#endif
+])
+AC_CACHE_CHECK([for dummy main to link with _AC_LANG libraries],
+	       ac_cv_[]_AC_LANG_ABBREV[]_dummy_main,
+[ac_[]_AC_LANG_ABBREV[]_dm_save_LIBS=$LIBS
+ LIBS="$LIBS $[]_AC_LANG_PREFIX[]LIBS"
+ ac_fortran_dm_var=[]_AC_FC[]_DUMMY_MAIN
+ AC_LANG_PUSH(C)dnl
+
+ # First, try linking without a dummy main:
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])],
+		[ac_cv_fortran_dummy_main=none],
+		[ac_cv_fortran_dummy_main=unknown])
+
+ if test $ac_cv_fortran_dummy_main = unknown; then
+   for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@define $ac_fortran_dm_var $ac_func]])],
+		    [ac_cv_fortran_dummy_main=$ac_func; break])
+   done
+ fi
+ AC_LANG_POP(C)dnl
+ ac_cv_[]_AC_LANG_ABBREV[]_dummy_main=$ac_cv_fortran_dummy_main
+ rm -rf conftest*
+ LIBS=$ac_[]_AC_LANG_ABBREV[]_dm_save_LIBS
+])
+[]_AC_FC[]_DUMMY_MAIN=$ac_cv_[]_AC_LANG_ABBREV[]_dummy_main
+AS_IF([test "$[]_AC_FC[]_DUMMY_MAIN" != unknown],
+      [m4_default([$1],
+[if test $[]_AC_FC[]_DUMMY_MAIN != none; then
+  AC_DEFINE_UNQUOTED([]_AC_FC[]_DUMMY_MAIN, $[]_AC_FC[]_DUMMY_MAIN,
+		     [Define to dummy `main' function (if any) required to
+		      link to the Fortran libraries.])
+  if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
+	AC_DEFINE([FC_DUMMY_MAIN_EQ_F77], 1,
+		  [Define if F77 and FC dummy `main' functions are identical.])
+  fi
+fi])],
+      [m4_default([$2],
+	    [AC_MSG_FAILURE([linking to Fortran libraries from C fails])])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:833: -1- m4_define([m4_location(AC_F77_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:833])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:833: -1- m4_define([AC_F77_DUMMY_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_FC_DUMMY_MAIN($@)
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:843: -1- m4_define([m4_location(AC_FC_DUMMY_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:843])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:843: -1- m4_define([AC_FC_DUMMY_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_FC_DUMMY_MAIN($@)
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:859: -1- m4_define([m4_location(_AC_FC_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:859])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:859: -1- m4_define([_AC_FC_MAIN], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CACHE_CHECK([for alternate main to link with _AC_LANG libraries],
+	       ac_cv_[]_AC_LANG_ABBREV[]_main,
+[ac_[]_AC_LANG_ABBREV[]_m_save_LIBS=$LIBS
+ LIBS="$LIBS $[]_AC_LANG_PREFIX[]LIBS"
+ ac_fortran_dm_var=[]_AC_FC[]_DUMMY_MAIN
+ AC_LANG_PUSH(C)dnl
+ ac_cv_fortran_main="main" # default entry point name
+ for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
+   AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@ifdef FC_DUMMY_MAIN_EQ_F77
+@%:@  undef F77_DUMMY_MAIN
+@%:@  undef FC_DUMMY_MAIN
+@%:@else
+@%:@  undef $ac_fortran_dm_var
+@%:@endif
+@%:@define main $ac_func])],
+		  [ac_cv_fortran_main=$ac_func; break])
+ done
+ AC_LANG_POP(C)dnl
+ ac_cv_[]_AC_LANG_ABBREV[]_main=$ac_cv_fortran_main
+ rm -rf conftest*
+ LIBS=$ac_[]_AC_LANG_ABBREV[]_m_save_LIBS
+])
+AC_DEFINE_UNQUOTED([]_AC_FC[]_MAIN, $ac_cv_[]_AC_LANG_ABBREV[]_main,
+		   [Define to alternate name for `main' routine that is
+		    called from a `main' in the Fortran libraries.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:891: -1- m4_define([m4_location(AC_F77_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:891])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:891: -1- m4_define([AC_F77_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_FC_MAIN
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:901: -1- m4_define([m4_location(AC_FC_MAIN)], [/usr/share/autoconf/autoconf/fortran.m4:901])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:901: -1- m4_define([AC_FC_MAIN], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_FC_MAIN
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:924: -1- m4_define([m4_location(__AC_FC_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:924])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:924: -1- m4_define([__AC_FC_NAME_MANGLING], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CACHE_CHECK([for _AC_LANG name-mangling scheme],
+	       ac_cv_[]_AC_LANG_ABBREV[]_mangling,
+[AC_COMPILE_IFELSE(
+[[      subroutine foobar()
+      return
+      end
+      subroutine foo_bar()
+      return
+      end]],
+[mv conftest.$ac_objext cfortran_test.$ac_objext
+
+  ac_save_LIBS=$LIBS
+  LIBS="cfortran_test.$ac_objext $LIBS $[]_AC_LANG_PREFIX[]LIBS"
+
+  AC_LANG_PUSH(C)dnl
+  ac_success=no
+  for ac_foobar in foobar FOOBAR; do
+    for ac_underscore in "" "_"; do
+      ac_func="$ac_foobar$ac_underscore"
+      AC_LINK_IFELSE([AC_LANG_CALL([], [$ac_func])],
+		     [ac_success=yes; break 2])
+    done
+  done
+  AC_LANG_POP(C)dnl
+
+  if test "$ac_success" = "yes"; then
+     case $ac_foobar in
+	foobar)
+	   ac_case=lower
+	   ac_foo_bar=foo_bar
+	   ;;
+	FOOBAR)
+	   ac_case=upper
+	   ac_foo_bar=FOO_BAR
+	   ;;
+     esac
+
+     AC_LANG_PUSH(C)dnl
+     ac_success_extra=no
+     for ac_extra in "" "_"; do
+	ac_func="$ac_foo_bar$ac_underscore$ac_extra"
+	AC_LINK_IFELSE([AC_LANG_CALL([], [$ac_func])],
+		       [ac_success_extra=yes; break])
+     done
+     AC_LANG_POP(C)dnl
+
+     if test "$ac_success_extra" = "yes"; then
+	ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_case case"
+	if test -z "$ac_underscore"; then
+	   ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, no underscore"
+	else
+	   ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, underscore"
+	fi
+	if test -z "$ac_extra"; then
+	   ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, no extra underscore"
+	else
+	   ac_cv_[]_AC_LANG_ABBREV[]_mangling="$ac_cv_[]_AC_LANG_ABBREV[]_mangling, extra underscore"
+	fi
+      else
+	ac_cv_[]_AC_LANG_ABBREV[]_mangling="unknown"
+      fi
+  else
+     ac_cv_[]_AC_LANG_ABBREV[]_mangling="unknown"
+  fi
+
+  LIBS=$ac_save_LIBS
+  rm -rf conftest*
+  rm -f cfortran_test*],
+  [AC_MSG_FAILURE([cannot compile a simple Fortran program])])
+])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:999: -1- AU_DEFINE([AC_F77_NAME_MANGLING], [m4_ifval([], [_au_warn_AC_F77_NAME_MANGLING([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:999: -1- AU_DEFINE([_au_warn_AC_F77_NAME_MANGLING], [m4_warning($@)dnl
+m4_define([_au_warn_AC_F77_NAME_MANGLING], [])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:999: -1- m4_define([m4_location(AC_F77_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:999])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:999: -1- m4_define([AC_F77_NAME_MANGLING], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_F77_NAME_MANGLING' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1004: -1- m4_define([m4_location(_AC_F77_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:1004])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1004: -1- m4_define([_AC_F77_NAME_MANGLING], [_m4_defun_pro([$0])AC_REQUIRE([AC_F77_LIBRARY_LDFLAGS])dnl
+AC_REQUIRE([AC_F77_DUMMY_MAIN])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+__AC_FC_NAME_MANGLING
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1015: -1- m4_define([m4_location(_AC_FC_NAME_MANGLING)], [/usr/share/autoconf/autoconf/fortran.m4:1015])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1015: -1- m4_define([_AC_FC_NAME_MANGLING], [_m4_defun_pro([$0])AC_REQUIRE([AC_FC_LIBRARY_LDFLAGS])dnl
+AC_REQUIRE([AC_FC_DUMMY_MAIN])dnl
+AC_LANG_PUSH(Fortran)dnl
+__AC_FC_NAME_MANGLING
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1030: -1- m4_define([m4_location(_AC_FC_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1030])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1030: -1- m4_define([_AC_FC_WRAPPERS], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AH_TEMPLATE(_AC_FC[_FUNC],
+    [Define to a macro mangling the given C identifier (in lower and upper
+     case), which must not contain underscores, for linking with Fortran.])dnl
+AH_TEMPLATE(_AC_FC[_FUNC_],
+    [As ]_AC_FC[_FUNC, but for C identifiers containing underscores.])dnl
+case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in
+  "lower case, no underscore, no extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [name])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name]) ;;
+  "lower case, no underscore, extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [name])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] _]) ;;
+  "lower case, underscore, no extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [name [##] _])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] _]) ;;
+  "lower case, underscore, extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [name [##] _])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [name [##] __]) ;;
+  "upper case, no underscore, no extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [NAME])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME]) ;;
+  "upper case, no underscore, extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [NAME])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] _]) ;;
+  "upper case, underscore, no extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [NAME [##] _])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] _]) ;;
+  "upper case, underscore, extra underscore")
+	  AC_DEFINE(_AC_FC[_FUNC(name,NAME)],  [NAME [##] _])
+	  AC_DEFINE(_AC_FC[_FUNC_(name,NAME)], [NAME [##] __]) ;;
+  *)
+	  AC_MSG_WARN([unknown Fortran name-mangling scheme])
+	  ;;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1071: -1- m4_define([m4_location(AC_F77_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1071])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1071: -1- m4_define([AC_F77_WRAPPERS], [_m4_defun_pro([$0])AC_REQUIRE([_AC_F77_NAME_MANGLING])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_FC_WRAPPERS
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1081: -1- m4_define([m4_location(AC_FC_WRAPPERS)], [/usr/share/autoconf/autoconf/fortran.m4:1081])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1081: -1- m4_define([AC_FC_WRAPPERS], [_m4_defun_pro([$0])AC_REQUIRE([_AC_FC_NAME_MANGLING])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_FC_WRAPPERS
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1094: -1- m4_define([m4_location(_AC_FC_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1094])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1094: -1- m4_define([_AC_FC_FUNC], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in
+  upper*) ac_val="m4_toupper([$1])" ;;
+  lower*) ac_val="m4_tolower([$1])" ;;
+  *)      ac_val="unknown" ;;
+esac
+case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in *," underscore"*) ac_val="$ac_val"_ ;; esac
+m4_if(m4_index([$1],[_]),-1,[],
+[case $ac_cv_[]_AC_LANG_ABBREV[]_mangling in *," extra underscore"*) ac_val="$ac_val"_ ;; esac
+])
+m4_default([$2],[$1])="$ac_val"
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1111: -1- m4_define([m4_location(AC_F77_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1111])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1111: -1- m4_define([AC_F77_FUNC], [_m4_defun_pro([$0])AC_REQUIRE([_AC_F77_NAME_MANGLING])dnl
+AC_LANG_PUSH(Fortran 77)dnl
+_AC_FC_FUNC([$1],[$2])
+AC_LANG_POP(Fortran 77)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1121: -1- m4_define([m4_location(AC_FC_FUNC)], [/usr/share/autoconf/autoconf/fortran.m4:1121])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1121: -1- m4_define([AC_FC_FUNC], [_m4_defun_pro([$0])AC_REQUIRE([_AC_FC_NAME_MANGLING])dnl
+AC_LANG_PUSH(Fortran)dnl
+_AC_FC_FUNC([$1],[$2])
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1154: -1- m4_define([m4_location(AC_FC_SRCEXT)], [/usr/share/autoconf/autoconf/fortran.m4:1154])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1154: -1- m4_define([AC_FC_SRCEXT], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran)dnl
+AC_CACHE_CHECK([for Fortran flag to compile .$1 files],
+		ac_cv_fc_srcext_$1,
+[ac_ext=$1
+ac_fcflags_srcext_save=$ac_fcflags_srcext
+ac_fcflags_srcext=
+ac_cv_fc_srcext_$1=unknown
+case $ac_ext in #(
+  [[fF]]77) ac_try=f77;; #(
+  *) ac_try=f95;;
+esac
+for ac_flag in none -qsuffix=f=$1 -Tf "-x $ac_try"; do
+  test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
+  AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [ac_cv_fc_srcext_$1=$ac_flag; break])
+done
+rm -f conftest.$ac_objext conftest.$1
+ac_fcflags_srcext=$ac_fcflags_srcext_save
+])
+if test "x$ac_cv_fc_srcext_$1" = xunknown; then
+  m4_default([$3],[AC_MSG_ERROR([Fortran could not compile .$1 files])])
+else
+  ac_fc_srcext=$1
+  if test "x$ac_cv_fc_srcext_$1" = xnone; then
+    ac_fcflags_srcext=""
+    FCFLAGS_[]$1[]=""
+  else
+    ac_fcflags_srcext=$ac_cv_fc_srcext_$1
+    FCFLAGS_[]$1[]=$ac_cv_fc_srcext_$1
+  fi
+  AC_SUBST(FCFLAGS_[]$1)
+  $2
+fi
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1240: -1- m4_define([m4_location(AC_FC_PP_SRCEXT)], [/usr/share/autoconf/autoconf/fortran.m4:1240])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1240: -1- m4_define([AC_FC_PP_SRCEXT], [_m4_defun_pro([$0])AC_LANG_PUSH(Fortran)dnl
+AC_CACHE_CHECK([for Fortran flag to compile preprocessed .$1 files],
+		ac_cv_fc_pp_srcext_$1,
+[ac_ext=$1
+ac_fcflags_pp_srcext_save=$ac_fcflags_srcext
+ac_fcflags_srcext=
+ac_cv_fc_pp_srcext_$1=unknown
+case $ac_ext in #(
+  [[fF]]77) ac_try=f77-cpp-input;; #(
+  *) ac_try=f95-cpp-input;;
+esac
+for ac_flag in none -ftpp -fpp -Tf "-fpp -Tf" -xpp=fpp -Mpreprocess "-e Z" \
+               -cpp -xpp=cpp -qsuffix=cpp=$1 "-x $ac_try" +cpp -Cpp; do
+  test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag"
+  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
+#if 0
+#include <ac_nonexistent.h>
+      choke me
+#endif]])],
+    [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
+#if 1
+#include <ac_nonexistent.h>
+      choke me
+#endif]])],
+       [],
+       [ac_cv_fc_pp_srcext_$1=$ac_flag; break])])
+done
+rm -f conftest.$ac_objext conftest.$1
+ac_fcflags_srcext=$ac_fcflags_pp_srcext_save
+])
+if test "x$ac_cv_fc_pp_srcext_$1" = xunknown; then
+  m4_default([$3],
+             [AC_MSG_ERROR([Fortran could not compile preprocessed .$1 files])])
+else
+  ac_fc_srcext=$1
+  if test "x$ac_cv_fc_pp_srcext_$1" = xnone; then
+    ac_fcflags_srcext=""
+    FCFLAGS_[]$1[]=""
+  else
+    ac_fcflags_srcext=$ac_cv_fc_pp_srcext_$1
+    FCFLAGS_[]$1[]=$ac_cv_fc_pp_srcext_$1
+  fi
+  AC_SUBST(FCFLAGS_[]$1)
+  $2
+fi
+AC_LANG_POP(Fortran)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1302: -1- m4_define([m4_location(AC_FC_PP_DEFINE)], [/usr/share/autoconf/autoconf/fortran.m4:1302])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1302: -1- m4_define([AC_FC_PP_DEFINE], [_m4_defun_pro([$0])AC_LANG_PUSH([Fortran])dnl
+ac_fc_pp_define_srcext_save=$ac_fc_srcext
+AC_FC_PP_SRCEXT([F])
+AC_CACHE_CHECK([how to define symbols for preprocessed Fortran],
+  [ac_cv_fc_pp_define],
+[ac_fc_pp_define_srcext_save=$ac_fc_srcext
+ac_cv_fc_pp_define=unknown
+ac_fc_pp_define_FCFLAGS_save=$FCFLAGS
+for ac_flag in -D -WF,-D -Wp,-D -Wc,-D
+do
+  FCFLAGS="$ac_fc_pp_define_FCFLAGS_save ${ac_flag}FOOBAR ${ac_flag}ZORK=42"
+  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
+#ifndef FOOBAR
+      choke me
+#endif
+#if ZORK != 42
+      choke me
+#endif]])],
+    [ac_cv_fc_pp_define=$ac_flag])
+  test x"$ac_cv_fc_pp_define" != xunknown && break
+done
+FCFLAGS=$ac_fc_pp_define_FCFLAGS_save
+])
+ac_fc_srcext=$ac_fc_pp_define_srcext_save
+if test "x$ac_cv_fc_pp_define" = xunknown; then
+  FC_DEFINE=
+  m4_default([$2],
+	     [AC_MSG_ERROR([Fortran does not allow to define preprocessor symbols], 77)])
+else
+  FC_DEFINE=$ac_cv_fc_pp_define
+  $1
+fi
+AC_SUBST([FC_DEFINE])dnl
+AC_LANG_POP([Fortran])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1363: -1- m4_define([m4_location(AC_FC_FREEFORM)], [/usr/share/autoconf/autoconf/fortran.m4:1363])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1363: -1- m4_define([AC_FC_FREEFORM], [_m4_defun_once([AC_FC_FREEFORM], [AC_LANG_PUSH([Fortran])dnl
+AC_CACHE_CHECK([for Fortran flag needed to accept free-form source],
+	       [ac_cv_fc_freeform],
+[ac_cv_fc_freeform=unknown
+ac_fc_freeform_FCFLAGS_save=$FCFLAGS
+for ac_flag in none -ffree-form -FR -free -qfree -Mfree -Mfreeform \
+	       -freeform "-f free" -8 +source=free -nfix --nfix -Free
+do
+  test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_freeform_FCFLAGS_save $ac_flag"
+dnl Use @&t@ below to ensure that editors don't turn 8+ spaces into tab.
+  AC_COMPILE_IFELSE([[
+  program freeform
+       ! FIXME: how to best confuse non-freeform compilers?
+       print *, 'Hello ', &
+     @&t@     'world.'
+       end]],
+		    [ac_cv_fc_freeform=$ac_flag; break])
+done
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+FCFLAGS=$ac_fc_freeform_FCFLAGS_save
+])
+if test "x$ac_cv_fc_freeform" = xunknown; then
+  m4_default([$2],
+	     [AC_MSG_ERROR([Fortran does not accept free-form source], 77)])
+else
+  if test "x$ac_cv_fc_freeform" != xnone; then
+    FCFLAGS="$FCFLAGS $ac_cv_fc_freeform"
+  fi
+  $1
+fi
+AC_LANG_POP([Fortran])dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_FC_FREEFORM])m4_unquote(], [)_m4_defun_epi([AC_FC_FREEFORM])]],
+m4_ifdef([_m4_diverting([AC_FC_FREEFORM])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_FC_FREEFORM],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1420: -1- m4_define([m4_location(AC_FC_FIXEDFORM)], [/usr/share/autoconf/autoconf/fortran.m4:1420])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1420: -1- m4_define([AC_FC_FIXEDFORM], [_m4_defun_once([AC_FC_FIXEDFORM], [AC_LANG_PUSH([Fortran])dnl
+AC_CACHE_CHECK([for Fortran flag needed to accept fixed-form source],
+	       [ac_cv_fc_fixedform],
+[ac_cv_fc_fixedform=unknown
+ac_fc_fixedform_FCFLAGS_save=$FCFLAGS
+for ac_flag in none -ffixed-form -fixed -qfixed -Mfixed -fixedform "-f fixed" \
+	       +source=fixed -fix --fix -Fixed
+do
+  test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_fixedform_FCFLAGS_save $ac_flag"
+  AC_COMPILE_IFELSE([[
+C     This comment should confuse free-form compilers.
+      program main
+      end]],
+		    [ac_cv_fc_fixedform=$ac_flag; break])
+done
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+FCFLAGS=$ac_fc_fixedform_FCFLAGS_save
+])
+if test "x$ac_cv_fc_fixedform" = xunknown; then
+  m4_default([$2],
+	     [AC_MSG_ERROR([Fortran does not accept fixed-form source], 77)])
+else
+  if test "x$ac_cv_fc_fixedform" != xnone; then
+    FCFLAGS="$FCFLAGS $ac_cv_fc_fixedform"
+  fi
+  $1
+fi
+AC_LANG_POP([Fortran])dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_FC_FIXEDFORM])m4_unquote(], [)_m4_defun_epi([AC_FC_FIXEDFORM])]],
+m4_ifdef([_m4_diverting([AC_FC_FIXEDFORM])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_FC_FIXEDFORM],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1486: -1- m4_define([m4_location(AC_FC_LINE_LENGTH)], [/usr/share/autoconf/autoconf/fortran.m4:1486])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1486: -1- m4_define([AC_FC_LINE_LENGTH], [_m4_defun_once([AC_FC_LINE_LENGTH], [AC_LANG_PUSH([Fortran])dnl
+m4_case(m4_default([$1], [132]),
+  [unlimited], [ac_fc_line_len_string=unlimited
+	               ac_fc_line_len=0
+                       ac_fc_line_length_test='
+      subroutine longer_than_132(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,'\
+'arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19)'],
+  [132],            [ac_fc_line_len=132
+		       ac_fc_line_length_test='
+      subroutine longer_than_80(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,'\
+'arg10)'],
+  [80],             [ac_fc_line_len=80
+		       ac_fc_line_length_test='
+      subroutine longer_than_72(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9)'],
+  [m4_warning([Invalid length argument `$1'])])
+: ${ac_fc_line_len_string=$ac_fc_line_len}
+AC_CACHE_CHECK(
+[for Fortran flag needed to accept $ac_fc_line_len_string column source lines],
+	       [ac_cv_fc_line_length],
+[ac_cv_fc_line_length=unknown
+ac_fc_line_length_FCFLAGS_save=$FCFLAGS
+for ac_flag in none \
+	       -ffree-line-length-none -ffixed-line-length-none \
+	       -ffree-line-length-huge \
+	       -ffree-line-length-$ac_fc_line_len \
+	       -ffixed-line-length-$ac_fc_line_len \
+	       -qfixed=$ac_fc_line_len -Mextend \
+	       -$ac_fc_line_len -extend_source \
+	       -W$ac_fc_line_len -W +extend_source +es -wide --wide -w -e \
+               -f -Wf,-f -xline
+do
+  test "x$ac_flag" != xnone && FCFLAGS="$ac_fc_line_length_FCFLAGS_save $ac_flag"
+  AC_COMPILE_IFELSE([[$ac_fc_line_length_test
+      end subroutine]],
+		    [ac_cv_fc_line_length=$ac_flag; break])
+done
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+FCFLAGS=$ac_fc_line_length_FCFLAGS_save
+])
+if test "x$ac_cv_fc_line_length" = xunknown; then
+  m4_default([$3],
+	     [AC_MSG_ERROR([Fortran does not accept long source lines], 77)])
+else
+  if test "x$ac_cv_fc_line_length" != xnone; then
+    FCFLAGS="$FCFLAGS $ac_cv_fc_line_length"
+  fi
+  $2
+fi
+AC_LANG_POP([Fortran])dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_FC_LINE_LENGTH])m4_unquote(], [)_m4_defun_epi([AC_FC_LINE_LENGTH])]],
+m4_ifdef([_m4_diverting([AC_FC_LINE_LENGTH])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_FC_LINE_LENGTH],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1564: -1- m4_define([m4_location(AC_FC_CHECK_BOUNDS)], [/usr/share/autoconf/autoconf/fortran.m4:1564])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1564: -1- m4_define([AC_FC_CHECK_BOUNDS], [_m4_defun_once([AC_FC_CHECK_BOUNDS], [AC_LANG_PUSH([Fortran])dnl
+AC_CACHE_CHECK([for Fortran flag to enable array-bounds checking],
+               [ac_cv_fc_check_bounds],
+[ac_cv_fc_check_bounds=unknown
+ac_fc_check_bounds_FCFLAGS_save=$FCFLAGS
+for ac_flag in -fcheck=bounds -fbounds-check -check_bounds -Mbounds -qcheck \
+               '-check bounds' +check=all --check '-Rb -Rc' -CB -C=all -C \
+               -ffortran-bounds-check "--chk e,s" "-chk e -chk s" -bounds
+do
+  FCFLAGS="$ac_fc_check_bounds_FCFLAGS_save $ac_flag"
+  # We should be able to link a correct program.
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([], [])],
+    [AC_LINK_IFELSE([[
+      subroutine sub(a)
+      integer a(:)
+      a(8) = 0
+      end subroutine
+
+      program main
+      integer a(1:7)
+      interface
+         subroutine sub(a)
+         integer a(:)
+         end subroutine
+      end interface
+
+      call sub(a)
+      end program]],
+       [# If we can run the program, require failure at run time.
+	# In cross-compiling mode, we rely on the compiler not accepting
+	# unknown options.
+	AS_IF([test "$cross_compiling" = yes],
+	  [ac_cv_fc_check_bounds=$ac_flag; break],
+	  [AS_IF([_AC_DO_TOKENS(./conftest$ac_exeext)],
+	     [],
+	     [ac_cv_fc_check_bounds=$ac_flag; break])])])])
+done
+rm -f conftest$ac_exeext conftest.err conftest.$ac_objext conftest.$ac_ext \
+  core *.core core.conftest.*
+FCFLAGS=$ac_fc_check_bounds_FCFLAGS_save
+])
+if test "x$ac_cv_fc_check_bounds" = xunknown; then
+  m4_default([$2],
+             [AC_MSG_ERROR([no Fortran flag for bounds checking found], 77)])
+else
+  if test "x$ac_cv_fc_check_bounds" != xnone; then
+    FCFLAGS="$FCFLAGS $ac_cv_fc_check_bounds"
+  fi
+  $1
+fi
+AC_LANG_POP([Fortran])dnl
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_FC_CHECK_BOUNDS])m4_unquote(], [)_m4_defun_epi([AC_FC_CHECK_BOUNDS])]],
+m4_ifdef([_m4_diverting([AC_FC_CHECK_BOUNDS])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_FC_CHECK_BOUNDS],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1638: -1- m4_define([m4_location(_AC_FC_IMPLICIT_NONE)], [/usr/share/autoconf/autoconf/fortran.m4:1638])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1638: -1- m4_define([_AC_FC_IMPLICIT_NONE], [_m4_defun_pro([$0])_AC_FORTRAN_ASSERT()dnl
+AC_CACHE_CHECK([for flag to disallow _AC_LANG implicit declarations],
+               [ac_cv_[]_AC_LANG_ABBREV[]_implicit_none],
+[ac_cv_[]_AC_LANG_ABBREV[]_implicit_none=unknown
+ac_fc_implicit_none_[]_AC_LANG_PREFIX[]FLAGS_save=$[]_AC_LANG_PREFIX[]FLAGS
+for ac_flag in none -fimplicit-none -u -Wimplicit -implicitnone +implicit_none \
+               -qundef "-warn declarations" -in --in -AT "-e I" -Mdclchk \
+               "-u -warn errors"
+do
+  if test "x$ac_flag" != xnone; then
+    _AC_LANG_PREFIX[]FLAGS="$ac_fc_implicit_none_[]_AC_LANG_PREFIX[]FLAGS_save $ac_flag"
+  fi
+  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])],
+    [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[
+      i = 0
+      print *, i]])],
+       [],
+       [ac_cv_[]_AC_LANG_ABBREV[]_implicit_none=$ac_flag; break])])
+done
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+_AC_LANG_PREFIX[]FLAGS=$ac_fc_implicit_none_[]_AC_LANG_PREFIX[]FLAGS_save
+])
+if test "x$ac_cv_[]_AC_LANG_ABBREV[]_implicit_none" = xunknown; then
+  m4_default([$3],
+    [AC_MSG_ERROR([no Fortran flag to disallow implicit declarations found], 77)])
+else
+  if test "x$ac_cv_[]_AC_LANG_ABBREV[]_implicit_none" != xnone; then
+    _AC_LANG_PREFIX[]FLAGS="$_AC_LANG_PREFIX[]FLAGS $ac_cv_[]_AC_LANG_ABBREV[]_implicit_none"
+  fi
+  $2
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1675: -1- m4_define([m4_location(AC_F77_IMPLICIT_NONE)], [/usr/share/autoconf/autoconf/fortran.m4:1675])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1675: -1- m4_define([AC_F77_IMPLICIT_NONE], [_m4_defun_pro([$0])AC_LANG_PUSH([Fortran 77])dnl
+_AC_FC_IMPLICIT_NONE($@)
+AC_LANG_POP([Fortran 77])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1684: -1- m4_define([m4_location(AC_FC_IMPLICIT_NONE)], [/usr/share/autoconf/autoconf/fortran.m4:1684])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1684: -1- m4_define([AC_FC_IMPLICIT_NONE], [_m4_defun_pro([$0])AC_LANG_PUSH([Fortran])dnl
+_AC_FC_IMPLICIT_NONE($@)
+AC_LANG_POP([Fortran])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1696: -1- m4_define([m4_location(AC_FC_MODULE_EXTENSION)], [/usr/share/autoconf/autoconf/fortran.m4:1696])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1696: -1- m4_define([AC_FC_MODULE_EXTENSION], [_m4_defun_pro([$0])AC_CACHE_CHECK([Fortran 90 module extension], [ac_cv_fc_module_ext],
+[AC_LANG_PUSH(Fortran)
+mkdir conftest.dir
+cd conftest.dir
+ac_cv_fc_module_ext=unknown
+AC_COMPILE_IFELSE([[
+      module conftest_module
+      contains
+      subroutine conftest_routine
+      write(*,'(a)') 'gotcha!'
+      end subroutine
+      end module]],
+  [ac_cv_fc_module_ext=`ls | sed -n 's,conftest_module\.,,p'`
+   if test x$ac_cv_fc_module_ext = x; then
+dnl Some F90 compilers use upper case characters for the module file name.
+     ac_cv_fc_module_ext=`ls | sed -n 's,CONFTEST_MODULE\.,,p'`
+   fi])
+cd ..
+rm -rf conftest.dir
+AC_LANG_POP(Fortran)
+])
+FC_MODEXT=$ac_cv_fc_module_ext
+if test "$FC_MODEXT" = unknown; then
+  FC_MODEXT=
+fi
+AC_SUBST([FC_MODEXT])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1752: -1- m4_define([m4_location(AC_FC_MODULE_FLAG)], [/usr/share/autoconf/autoconf/fortran.m4:1752])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1752: -1- m4_define([AC_FC_MODULE_FLAG], [_m4_defun_pro([$0])
+AC_CACHE_CHECK([Fortran 90 module inclusion flag], [ac_cv_fc_module_flag],
+[AC_LANG_PUSH([Fortran])
+ac_cv_fc_module_flag=unknown
+mkdir conftest.dir
+cd conftest.dir
+AC_COMPILE_IFELSE([[
+      module conftest_module
+      contains
+      subroutine conftest_routine
+      write(*,'(a)') 'gotcha!'
+      end subroutine
+      end module]],
+  [cd ..
+   ac_fc_module_flag_FCFLAGS_save=$FCFLAGS
+   # Flag ordering is significant for gfortran and Sun.
+   for ac_flag in -M -I '-I ' '-M ' -p '-mod ' '-module ' '-Am -I'; do
+     # Add the flag twice to prevent matching an output flag.
+     FCFLAGS="$ac_fc_module_flag_FCFLAGS_save ${ac_flag}conftest.dir ${ac_flag}conftest.dir"
+     AC_COMPILE_IFELSE([[
+      program main
+      use conftest_module
+      call conftest_routine
+      end program]],
+       [ac_cv_fc_module_flag="$ac_flag"])
+     if test "$ac_cv_fc_module_flag" != unknown; then
+       break
+     fi
+   done
+   FCFLAGS=$ac_fc_module_flag_FCFLAGS_save
+])
+rm -rf conftest.dir
+AC_LANG_POP([Fortran])
+])
+if test "$ac_cv_fc_module_flag" != unknown; then
+  FC_MODINC=$ac_cv_fc_module_flag
+  $1
+else
+  FC_MODINC=
+  m4_default([$2],
+    [AC_MSG_ERROR([unable to find compiler flag for module search path])])
+fi
+AC_SUBST([FC_MODINC])
+# Ensure trailing whitespace is preserved in a Makefile.
+AC_SUBST([ac_empty], [""])
+AC_CONFIG_COMMANDS_PRE([case $FC_MODINC in #(
+  *\ ) FC_MODINC=$FC_MODINC'${ac_empty}' ;;
+esac])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1812: -1- m4_define([m4_location(AC_FC_MODULE_OUTPUT_FLAG)], [/usr/share/autoconf/autoconf/fortran.m4:1812])
+m4trace:/usr/share/autoconf/autoconf/fortran.m4:1812: -1- m4_define([AC_FC_MODULE_OUTPUT_FLAG], [_m4_defun_pro([$0])
+AC_CACHE_CHECK([Fortran 90 module output flag], [ac_cv_fc_module_output_flag],
+[AC_LANG_PUSH([Fortran])
+mkdir conftest.dir conftest.dir/sub
+cd conftest.dir
+ac_cv_fc_module_output_flag=unknown
+ac_fc_module_output_flag_FCFLAGS_save=$FCFLAGS
+# Flag ordering is significant: put flags late which some compilers use
+# for the search path.
+for ac_flag in -J '-J ' -fmod= -moddir= +moddir= -qmoddir= '-mod ' \
+	      '-module ' -M '-Am -M' '-e m -J '; do
+  FCFLAGS="$ac_fc_module_output_flag_FCFLAGS_save ${ac_flag}sub"
+  AC_COMPILE_IFELSE([[
+      module conftest_module
+      contains
+      subroutine conftest_routine
+      write(*,'(a)') 'gotcha!'
+      end subroutine
+      end module]],
+    [cd sub
+     AC_COMPILE_IFELSE([[
+      program main
+      use conftest_module
+      call conftest_routine
+      end program]],
+       [ac_cv_fc_module_output_flag="$ac_flag"])
+     cd ..
+     if test "$ac_cv_fc_module_output_flag" != unknown; then
+       break
+     fi])
+done
+FCFLAGS=$ac_fc_module_output_flag_FCFLAGS_save
+cd ..
+rm -rf conftest.dir
+AC_LANG_POP([Fortran])
+])
+if test "$ac_cv_fc_module_output_flag" != unknown; then
+  FC_MODOUT=$ac_cv_fc_module_output_flag
+  $1
+else
+  FC_MODOUT=
+  m4_default([$2],
+    [AC_MSG_ERROR([unable to find compiler flag to write module information to])])
+fi
+AC_SUBST([FC_MODOUT])
+# Ensure trailing whitespace is preserved in a Makefile.
+AC_SUBST([ac_empty], [""])
+AC_CONFIG_COMMANDS_PRE([case $FC_MODOUT in #(
+  *\ ) FC_MODOUT=$FC_MODOUT'${ac_empty}' ;;
+esac])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:45: -1- m4_include([autoconf/go.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:45: -1- m4_define([m4_include(autoconf/go.m4)])
+m4trace:/usr/share/autoconf/autoconf/go.m4:35: -1- m4_define([AC_LANG(Go)], [ac_ext=go
+ac_compile='$GOC -c $GOFLAGS conftest.$ac_ext >&AS_MESSAGE_LOG_FD'
+ac_link='$GOC -o conftest$ac_exeext $GOFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&AS_MESSAGE_LOG_FD'
+ac_compiler_gnu=yes
+])
+m4trace:/usr/share/autoconf/autoconf/go.m4:35: -1- m4_define([_AC_LANG_ABBREV(Go)], [go])
+m4trace:/usr/share/autoconf/autoconf/go.m4:35: -1- m4_define([_AC_LANG_PREFIX(Go)], [GO])
+m4trace:/usr/share/autoconf/autoconf/go.m4:35: -1- m4_define([_AC_CC(Go)], [GOC])
+m4trace:/usr/share/autoconf/autoconf/go.m4:44: -1- AU_DEFINE([AC_LANG_GO], [m4_ifval([], [_au_warn_AC_LANG_GO([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_LANG(Go)])
+m4trace:/usr/share/autoconf/autoconf/go.m4:44: -1- AU_DEFINE([_au_warn_AC_LANG_GO], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LANG_GO], [])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:44: -1- m4_define([m4_location(AC_LANG_GO)], [/usr/share/autoconf/autoconf/go.m4:44])
+m4trace:/usr/share/autoconf/autoconf/go.m4:44: -1- m4_define([AC_LANG_GO], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LANG_GO' is obsolete.
+You should run autoupdate.])dnl
+AC_LANG(Go)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:52: -1- m4_define([AC_LANG_PROGRAM(Go)], [package main
+$1
+func main() {
+$2
+}])
+m4trace:/usr/share/autoconf/autoconf/go.m4:62: -1- m4_define([_AC_LANG_IO_PROGRAM(Go)], [AC_LANG_PROGRAM([import ( "fmt"; "os" )],
+[f, err := os.Open("conftest.out", os.O_CREATE|os.O_WRONLY, 0777)
+ if err != nil {
+	fmt.Println(err)
+	os.Exit(1)
+ }
+ if err = f.Close(); err != nil {
+	fmt.Println(err)
+	os.Exit(1)
+ }
+ os.Exit(0)
+])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:79: -1- m4_define([AC_LANG_CALL(Go)], [AC_LANG_PROGRAM([$1
+m4_if([$2], [main], ,
+[func $2()])],[$2()])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:87: -1- m4_define([AC_LANG_FUNC_LINK_TRY(Go)], [AC_LANG_PROGRAM(
+[func $1() int
+var f = $1
+], [return f()])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:96: -1- m4_define([AC_LANG_BOOL_COMPILE_TRY(Go)], [AC_LANG_PROGRAM([$1], [var test_array @<:@1 - 2 * !($2)@:>@int
+test_array @<:@0@:>@ = 0
+])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:103: -1- m4_define([AC_LANG_INT_SAVE(Go)], [AC_LANG_PROGRAM([$1
+import (
+	"fmt"
+	"os"
+)
+],
+[f, err := os.Open("conftest.val", os.O_CREATE|os.O_WRONLY, 0777)
+ if err != nil {
+	os.Exit(1)
+ }
+ if $2 < 0 {
+	int64 i = int64($2)
+	if i != $2 {
+		os.Exit(1)
+	}
+	if _, err := fmt.Print(f, i); err != nil {
+		os.Exit(1)
+	}
+ } else {
+	uint64 i = uint64($2)
+	if i != $2 {
+		os.Exit(1)
+	}
+	if _, err := fmt.Print(f, i); err != nil {
+		os.Exit(1)
+	}
+ }
+ if err = f.Close(); err != nil {
+	os.Exit(1)
+ }
+ os.Exit(0);
+])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:143: -1- m4_define([m4_location(AC_LANG_COMPILER(Go))], [/usr/share/autoconf/autoconf/go.m4:143])
+m4trace:/usr/share/autoconf/autoconf/go.m4:143: -1- m4_define([AC_LANG_COMPILER(Go)], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_GO])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/go.m4:150: -1- m4_define([m4_location(AC_PROG_GO)], [/usr/share/autoconf/autoconf/go.m4:150])
+m4trace:/usr/share/autoconf/autoconf/go.m4:150: -1- m4_define([AC_PROG_GO], [_m4_defun_pro([$0])AC_LANG_PUSH(Go)dnl
+AC_ARG_VAR([GOC],   [Go compiler command])dnl
+AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
+_AC_ARG_VAR_LDFLAGS()dnl
+m4_ifval([$1],
+      [AC_CHECK_TOOLS(GOC, [$1])],
+[AC_CHECK_TOOL(GOC, gccgo)
+if test -z "$GOC"; then
+  if test -n "$ac_tool_prefix"; then
+    AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [$ac_tool_prefix}gccgo])
+  fi
+fi
+if test -z "$GOC"; then
+  AC_CHECK_PROG(GOC, gccgo, gccgo, , , false)
+fi
+])
+
+# Provide some information about the compiler.
+_AS_ECHO_LOG([checking for _AC_LANG compiler version])
+set X $ac_compile
+ac_compiler=$[2]
+_AC_DO_LIMIT([$ac_compiler --version >&AS_MESSAGE_LOG_FD])
+m4_expand_once([_AC_COMPILER_EXEEXT])[]dnl
+m4_expand_once([_AC_COMPILER_OBJEXT])[]dnl
+GOFLAGS="-g -O2"
+AC_LANG_POP(Go)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:46: -1- m4_include([autoconf/functions.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:46: -1- m4_define([m4_include(autoconf/functions.m4)])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:44: -1- m4_define([_AC_CHECK_FUNC_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for $[]2], [$[]3],
+  [AC_LINK_IFELSE([AC_LANG_FUNC_LINK_TRY($[]2)],
+		  [AS_VAR_SET([$[]3], [yes])],
+		  [AS_VAR_SET([$[]3], [no])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:59: -1- m4_define([m4_location(AC_CHECK_FUNC)], [/usr/share/autoconf/autoconf/functions.m4:59])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:59: -1- m4_define([AC_CHECK_FUNC], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_func],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_func],
+    [LINENO FUNC VAR],
+    [Tests whether FUNC exists, setting the cache variable VAR accordingly])],
+  [_$0_BODY])AS_VAR_PUSHDEF([ac_var], [ac_cv_func_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_func "$LINENO" "$1" "ac_var"
+AS_VAR_IF([ac_var], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_var])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:74: -1- m4_define([_AH_CHECK_FUNC], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
+  [Define to 1 if you have the `$1' function.])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:86: -1- m4_define([m4_location(AC_CHECK_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:86])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:86: -1- m4_define([AC_CHECK_FUNCS], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AH_CHECK_FUNC(], [)])AS_FOR([AC_func], [ac_func], [$1],
+[AC_CHECK_FUNC(AC_func,
+	       [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_]AC_func)) $2],
+	       [$3])dnl])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:98: -1- m4_define([_AC_CHECK_FUNC_ONCE], [_AH_CHECK_FUNC([$1])AC_DEFUN([_AC_Func_$1],
+  [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_func_list], [" $1"])])
+_AC_FUNCS_EXPANSION])AC_REQUIRE([_AC_Func_$1])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:107: -1- m4_define([m4_location(AC_CHECK_FUNCS_ONCE)], [/usr/share/autoconf/autoconf/functions.m4:107])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:107: -1- m4_define([AC_CHECK_FUNCS_ONCE], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AC_CHECK_FUNC_ONCE(], [)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:110: -1- m4_define([_AC_FUNCS_EXPANSION], [
+  m4_divert_text([DEFAULTS], [ac_func_list=])
+  AC_CHECK_FUNCS([$ac_func_list])
+  m4_define([_AC_FUNCS_EXPANSION], [])
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:122: -1- m4_define([_AC_REPLACE_FUNC], [AC_CHECK_FUNC([$1],
+  [_AH_CHECK_FUNC([$1])AC_DEFINE(AS_TR_CPP([HAVE_$1]))],
+  [_AC_LIBOBJ([$1])AC_LIBSOURCE([$1.c])])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:132: -1- m4_define([m4_location(AC_REPLACE_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:132])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:132: -1- m4_define([AC_REPLACE_FUNCS], [_m4_defun_pro([$0])_$0(m4_flatten([$1]))[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:135: -1- m4_define([_AC_REPLACE_FUNCS], [AS_LITERAL_IF([$1],
+[m4_map_args_w([$1], [_AC_REPLACE_FUNC(], [)
+])],
+[AC_CHECK_FUNCS([$1],
+  [_AH_CHECK_FUNC([$ac_func])],
+  [_AC_LIBOBJ([$ac_func])])])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- m4_define([m4_location(AC_TRY_LINK_FUNC)], [/usr/share/autoconf/autoconf/functions.m4:149])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:149: -1- m4_define([AC_TRY_LINK_FUNC], [_m4_defun_pro([$0])AC_LINK_IFELSE([AC_LANG_CALL([], [$1])], [$2], [$3])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:155: -1- AU_DEFINE([AC_FUNC_CHECK], [m4_ifval([], [_au_warn_AC_FUNC_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_FUNC], [AC_CHECK_FUNC($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:155: -1- AU_DEFINE([_au_warn_AC_FUNC_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FUNC_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:155: -1- m4_define([m4_location(AC_FUNC_CHECK)], [/usr/share/autoconf/autoconf/functions.m4:155])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:155: -1- m4_define([AC_FUNC_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FUNC_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_FUNC], [AC_CHECK_FUNC($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:160: -1- AU_DEFINE([AC_HAVE_FUNCS], [m4_ifval([], [_au_warn_AC_HAVE_FUNCS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_FUNCS], [AC_CHECK_FUNCS($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:160: -1- AU_DEFINE([_au_warn_AC_HAVE_FUNCS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HAVE_FUNCS], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:160: -1- m4_define([m4_location(AC_HAVE_FUNCS)], [/usr/share/autoconf/autoconf/functions.m4:160])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:160: -1- m4_define([AC_HAVE_FUNCS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_FUNCS' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_FUNCS], [AC_CHECK_FUNCS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:294: -1- m4_define([_AC_LIBOBJ_ALLOCA], [# The SVR3 libPW and SVR4 libucb both contain incompatible functions
+# that cause trouble.  Some versions do not even contain alloca or
+# contain a buggy version.  If you still want to use their alloca,
+# use ar to extract alloca.o from them instead of compiling alloca.c.
+AC_LIBSOURCES(alloca.c)
+AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])dnl
+AC_DEFINE(C_ALLOCA, 1, [Define to 1 if using `alloca.c'.])
+
+AC_CACHE_CHECK(whether `alloca.c' needs Cray hooks, ac_cv_os_cray,
+[AC_EGREP_CPP(webecray,
+[#if defined CRAY && ! defined CRAY2
+webecray
+#else
+wenotbecray
+#endif
+], ac_cv_os_cray=yes, ac_cv_os_cray=no)])
+if test $ac_cv_os_cray = yes; then
+  for ac_func in _getb67 GETB67 getb67; do
+    AC_CHECK_FUNC($ac_func,
+		  [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func,
+				      [Define to one of `_getb67', `GETB67',
+				       `getb67' for Cray-2 and Cray-YMP
+				       systems. This function is required for
+				       `alloca.c' support on those systems.])
+    break])
+  done
+fi
+
+AC_CACHE_CHECK([stack direction for C alloca],
+	       [ac_cv_c_stack_direction],
+[AC_RUN_IFELSE([AC_LANG_SOURCE(
+[AC_INCLUDES_DEFAULT
+int
+find_stack_direction (int *addr, int depth)
+{
+  int dir, dummy = 0;
+  if (! addr)
+    addr = &dummy;
+  *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
+  dir = depth ? find_stack_direction (addr, depth - 1) : 0;
+  return dir + dummy;
+}
+
+int
+main (int argc, char **argv)
+{
+  return find_stack_direction (0, argc + !argv + 20) < 0;
+}])],
+	       [ac_cv_c_stack_direction=1],
+	       [ac_cv_c_stack_direction=-1],
+	       [ac_cv_c_stack_direction=0])])
+AH_VERBATIM([STACK_DIRECTION],
+[/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at runtime.
+	STACK_DIRECTION > 0 => grows toward higher addresses
+	STACK_DIRECTION < 0 => grows toward lower addresses
+	STACK_DIRECTION = 0 => direction of growth unknown */
+@%:@undef STACK_DIRECTION])dnl
+AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction)
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:362: -1- m4_define([m4_location(AC_FUNC_ALLOCA)], [/usr/share/autoconf/autoconf/functions.m4:362])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:362: -1- m4_define([AC_FUNC_ALLOCA], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_SIZE_T])# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
+# for constant arguments.  Useless!
+AC_CACHE_CHECK([for working alloca.h], ac_cv_working_alloca_h,
+[AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM([[@%:@include <alloca.h>]],
+			[[char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;]])],
+		[ac_cv_working_alloca_h=yes],
+		[ac_cv_working_alloca_h=no])])
+if test $ac_cv_working_alloca_h = yes; then
+  AC_DEFINE(HAVE_ALLOCA_H, 1,
+	    [Define to 1 if you have <alloca.h> and it should be used
+	     (not on Ultrix).])
+fi
+
+AC_CACHE_CHECK([for alloca], ac_cv_func_alloca_works,
+[AC_LINK_IFELSE([AC_LANG_PROGRAM(
+[[#ifdef __GNUC__
+# define alloca __builtin_alloca
+#else
+# ifdef _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  ifdef HAVE_ALLOCA_H
+#   include <alloca.h>
+#  else
+#   ifdef _AIX
+ #pragma alloca
+#   else
+#    ifndef alloca /* predefined by HP cc +Olibcalls */
+void *alloca (size_t);
+#    endif
+#   endif
+#  endif
+# endif
+#endif
+]],                               [[char *p = (char *) alloca (1);
+				    if (p) return 0;]])],
+		[ac_cv_func_alloca_works=yes],
+		[ac_cv_func_alloca_works=no])])
+
+if test $ac_cv_func_alloca_works = yes; then
+  AC_DEFINE(HAVE_ALLOCA, 1,
+	    [Define to 1 if you have `alloca', as a function or macro.])
+else
+  _AC_LIBOBJ_ALLOCA
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:417: -1- AU_DEFINE([AC_ALLOCA], [m4_ifval([], [_au_warn_AC_ALLOCA([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_ALLOCA], [AC_FUNC_ALLOCA($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:417: -1- AU_DEFINE([_au_warn_AC_ALLOCA], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ALLOCA], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:417: -1- m4_define([m4_location(AC_ALLOCA)], [/usr/share/autoconf/autoconf/functions.m4:417])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:417: -1- m4_define([AC_ALLOCA], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ALLOCA' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_ALLOCA], [AC_FUNC_ALLOCA($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:424: -1- m4_define([m4_location(AC_FUNC_CHOWN)], [/usr/share/autoconf/autoconf/functions.m4:424])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:424: -1- m4_define([AC_FUNC_CHOWN], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_UID_T])dnl
+AC_CHECK_HEADERS(unistd.h)
+AC_CACHE_CHECK([for working chown], ac_cv_func_chown_works,
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
+#include <fcntl.h>
+],
+[[  char *f = "conftest.chown";
+  struct stat before, after;
+
+  if (creat (f, 0600) < 0)
+    return 1;
+  if (stat (f, &before) < 0)
+    return 1;
+  if (chown (f, (uid_t) -1, (gid_t) -1) == -1)
+    return 1;
+  if (stat (f, &after) < 0)
+    return 1;
+  return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid);
+]])],
+	       [ac_cv_func_chown_works=yes],
+	       [ac_cv_func_chown_works=no],
+	       [ac_cv_func_chown_works=no])
+rm -f conftest.chown
+])
+if test $ac_cv_func_chown_works = yes; then
+  AC_DEFINE(HAVE_CHOWN, 1,
+	    [Define to 1 if your system has a working `chown' function.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:460: -1- m4_define([m4_location(AC_FUNC_CLOSEDIR_VOID)], [/usr/share/autoconf/autoconf/functions.m4:460])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:460: -1- m4_define([AC_FUNC_CLOSEDIR_VOID], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_DIRENT])dnl
+AC_CACHE_CHECK([whether closedir returns void],
+	       [ac_cv_func_closedir_void],
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
+#include <$ac_header_dirent>
+#ifndef __cplusplus
+int closedir ();
+#endif
+],
+				[[return closedir (opendir (".")) != 0;]])],
+	       [ac_cv_func_closedir_void=no],
+	       [ac_cv_func_closedir_void=yes],
+	       [ac_cv_func_closedir_void=yes])])
+if test $ac_cv_func_closedir_void = yes; then
+  AC_DEFINE(CLOSEDIR_VOID, 1,
+	    [Define to 1 if the `closedir' function returns void instead
+	     of `int'.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:486: -1- m4_define([m4_location(AC_FUNC_ERROR_AT_LINE)], [/usr/share/autoconf/autoconf/functions.m4:486])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:486: -1- m4_define([AC_FUNC_ERROR_AT_LINE], [_m4_defun_pro([$0])AC_LIBSOURCES([error.h, error.c])dnl
+AC_CACHE_CHECK([for error_at_line], ac_cv_lib_error_at_line,
+[AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <error.h>],
+				 [error_at_line (0, 0, "", 0, "an error occurred");])],
+		[ac_cv_lib_error_at_line=yes],
+		[ac_cv_lib_error_at_line=no])])
+if test $ac_cv_lib_error_at_line = no; then
+  AC_LIBOBJ(error)
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:501: -1- AU_DEFINE([AM_FUNC_ERROR_AT_LINE], [m4_ifval([], [_au_warn_AM_FUNC_ERROR_AT_LINE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:501: -1- AU_DEFINE([_au_warn_AM_FUNC_ERROR_AT_LINE], [m4_warning($@)dnl
+m4_define([_au_warn_AM_FUNC_ERROR_AT_LINE], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:501: -1- m4_define([m4_location(AM_FUNC_ERROR_AT_LINE)], [/usr/share/autoconf/autoconf/functions.m4:501])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:501: -1- m4_define([AM_FUNC_ERROR_AT_LINE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_ERROR_AT_LINE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_ERROR_AT_LINE], [AC_FUNC_ERROR_AT_LINE($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:508: -1- m4_define([m4_location(_AC_FUNC_FNMATCH_IF)], [/usr/share/autoconf/autoconf/functions.m4:508])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:508: -1- m4_define([_AC_FUNC_FNMATCH_IF], [_m4_defun_pro([$0])AC_CACHE_CHECK(
+   [for working $1 fnmatch],
+   [$2],
+  [# Some versions of Solaris, SCO, and the GNU C Library
+   # have a broken or incompatible fnmatch.
+   # So we run a test program.  If we are cross-compiling, take no chance.
+   # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
+   AC_RUN_IFELSE(
+      [AC_LANG_PROGRAM(
+	 [#include <fnmatch.h>
+#	   define y(a, b, c) (fnmatch (a, b, c) == 0)
+#	   define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
+	 ],
+	 [return
+	   (!(y ("a*", "abc", 0)
+	      && n ("d*/*1", "d/s/1", FNM_PATHNAME)
+	      && y ("a\\\\bc", "abc", 0)
+	      && n ("a\\\\bc", "abc", FNM_NOESCAPE)
+	      && y ("*x", ".x", 0)
+	      && n ("*x", ".x", FNM_PERIOD)
+	      && m4_if([$1], [GNU],
+		   [y ("xxXX", "xXxX", FNM_CASEFOLD)
+		    && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)
+		    && n ("d*/*1", "d/s/1", FNM_FILE_NAME)
+		    && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
+		    && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
+		    && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)],
+		   1)));])],
+      [$2=yes],
+      [$2=no],
+      [$2=cross])])
+AS_IF([test $$2 = yes], [$3], [$4])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:546: -1- m4_define([m4_location(AC_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:546])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:546: -1- m4_define([AC_FUNC_FNMATCH], [_m4_defun_pro([$0])_AC_FUNC_FNMATCH_IF([POSIX], [ac_cv_func_fnmatch_works],
+		     [AC_DEFINE([HAVE_FNMATCH], 1,
+		     [Define to 1 if your system has a working POSIX `fnmatch'
+		      function.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:557: -1- m4_define([m4_location(_AC_LIBOBJ_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:557])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:557: -1- m4_define([_AC_LIBOBJ_FNMATCH], [_m4_defun_pro([$0])AC_REQUIRE([AC_C_CONST])dnl
+AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+AC_REQUIRE([AC_TYPE_MBSTATE_T])dnl
+AC_CHECK_DECLS([getenv])
+AC_CHECK_FUNCS([btowc mbsrtowcs mempcpy wmempcpy])
+AC_CHECK_HEADERS([wchar.h wctype.h])
+AC_LIBOBJ([fnmatch])
+AC_CONFIG_LINKS([$ac_config_libobj_dir/fnmatch.h:$ac_config_libobj_dir/fnmatch_.h])
+AC_DEFINE(fnmatch, rpl_fnmatch,
+	  [Define to rpl_fnmatch if the replacement function should be used.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:573: -1- m4_define([m4_location(AC_REPLACE_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:573])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:573: -1- m4_define([AC_REPLACE_FNMATCH], [_m4_defun_pro([$0])_AC_FUNC_FNMATCH_IF([POSIX], [ac_cv_func_fnmatch_works],
+		     [rm -f "$ac_config_libobj_dir/fnmatch.h"],
+		     [_AC_LIBOBJ_FNMATCH])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:582: -1- m4_define([m4_location(AC_FUNC_FNMATCH_GNU)], [/usr/share/autoconf/autoconf/functions.m4:582])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:582: -1- m4_define([AC_FUNC_FNMATCH_GNU], [_m4_defun_pro([$0])AC_REQUIRE([AC_GNU_SOURCE])
+_AC_FUNC_FNMATCH_IF([GNU], [ac_cv_func_fnmatch_gnu],
+		    [rm -f "$ac_config_libobj_dir/fnmatch.h"],
+		    [_AC_LIBOBJ_FNMATCH])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:593: -1- AU_DEFINE([AM_FUNC_FNMATCH], [m4_ifval([], [_au_warn_AM_FUNC_FNMATCH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:593: -1- AU_DEFINE([_au_warn_AM_FUNC_FNMATCH], [m4_warning($@)dnl
+m4_define([_au_warn_AM_FUNC_FNMATCH], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:593: -1- m4_define([m4_location(AM_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:593])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:593: -1- m4_define([AM_FUNC_FNMATCH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_FNMATCH' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:594: -1- AU_DEFINE([fp_FUNC_FNMATCH], [m4_ifval([], [_au_warn_fp_FUNC_FNMATCH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:594: -1- AU_DEFINE([_au_warn_fp_FUNC_FNMATCH], [m4_warning($@)dnl
+m4_define([_au_warn_fp_FUNC_FNMATCH], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:594: -1- m4_define([m4_location(fp_FUNC_FNMATCH)], [/usr/share/autoconf/autoconf/functions.m4:594])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:594: -1- m4_define([fp_FUNC_FNMATCH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `fp_FUNC_FNMATCH' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_FNMATCH], [AC_FUNC_FNMATCH($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:601: -1- m4_define([m4_location(AC_FUNC_FSEEKO)], [/usr/share/autoconf/autoconf/functions.m4:601])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:601: -1- m4_define([AC_FUNC_FSEEKO], [_m4_defun_pro([$0])_AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, 1,
+   [ac_cv_sys_largefile_source],
+   [Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).],
+   [[#include <sys/types.h> /* for off_t */
+     #include <stdio.h>]],
+   [[int (*fp) (FILE *, off_t, int) = fseeko;
+     return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);]])
+
+# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
+# in glibc 2.1.3, but that breaks too many other things.
+# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
+if test $ac_cv_sys_largefile_source != unknown; then
+  AC_DEFINE(HAVE_FSEEKO, 1,
+    [Define to 1 if fseeko (and presumably ftello) exists and is declared.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:625: -1- m4_define([m4_location(AC_FUNC_GETGROUPS)], [/usr/share/autoconf/autoconf/functions.m4:625])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:625: -1- m4_define([AC_FUNC_GETGROUPS], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_GETGROUPS])dnl
+AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+AC_CHECK_FUNC(getgroups)
+
+# If we don't yet have getgroups, see if it's in -lbsd.
+# This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
+ac_save_LIBS=$LIBS
+if test $ac_cv_func_getgroups = no; then
+  AC_CHECK_LIB(bsd, getgroups, [GETGROUPS_LIB=-lbsd])
+fi
+
+# Run the program to test the functionality of the system-supplied
+# getgroups function only if there is such a function.
+if test $ac_cv_func_getgroups = yes; then
+  AC_CACHE_CHECK([for working getgroups], ac_cv_func_getgroups_works,
+   [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+      [[/* On Ultrix 4.3, getgroups (0, 0) always fails.  */
+       return getgroups (0, 0) == -1;]])],
+		  [ac_cv_func_getgroups_works=yes],
+		  [ac_cv_func_getgroups_works=no],
+		  [ac_cv_func_getgroups_works=no])
+   ])
+else
+  ac_cv_func_getgroups_works=no
+fi
+if test $ac_cv_func_getgroups_works = yes; then
+  AC_DEFINE(HAVE_GETGROUPS, 1,
+	    [Define to 1 if your system has a working `getgroups' function.])
+fi
+LIBS=$ac_save_LIBS
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:662: -1- m4_define([_AC_LIBOBJ_GETLOADAVG], [AC_LIBOBJ(getloadavg)
+AC_DEFINE(C_GETLOADAVG, 1, [Define to 1 if using `getloadavg.c'.])
+# Figure out what our getloadavg.c needs.
+ac_have_func=no
+AC_CHECK_HEADER(sys/dg_sys_info.h,
+[ac_have_func=yes
+ AC_DEFINE(DGUX, 1, [Define to 1 for DGUX with <sys/dg_sys_info.h>.])
+ AC_CHECK_LIB(dgc, dg_sys_info)])
+
+AC_CHECK_HEADER(locale.h)
+AC_CHECK_FUNCS(setlocale)
+
+# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
+# uses stabs), but it is still SVR4.  We cannot check for <elf.h> because
+# Irix 4.0.5F has the header but not the library.
+if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes \
+    && test "$ac_cv_lib_kvm_kvm_open" = yes; then
+  ac_have_func=yes
+  AC_DEFINE(SVR4, 1, [Define to 1 on System V Release 4.])
+fi
+
+if test $ac_have_func = no; then
+  AC_CHECK_HEADER(inq_stats/cpustats.h,
+  [ac_have_func=yes
+   AC_DEFINE(UMAX, 1, [Define to 1 for Encore UMAX.])
+   AC_DEFINE(UMAX4_3, 1,
+	     [Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h>
+	      instead of <sys/cpustats.h>.])])
+fi
+
+if test $ac_have_func = no; then
+  AC_CHECK_HEADER(sys/cpustats.h,
+  [ac_have_func=yes; AC_DEFINE(UMAX)])
+fi
+
+if test $ac_have_func = no; then
+  AC_CHECK_HEADERS(mach/mach.h)
+fi
+
+AC_CHECK_HEADERS(nlist.h,
+[AC_CHECK_MEMBERS([struct nlist.n_un.n_name],
+		  [AC_DEFINE(NLIST_NAME_UNION, 1,
+			     [Define to 1 if your `struct nlist' has an
+			      `n_un' member.  Obsolete, depend on
+			      `HAVE_STRUCT_NLIST_N_UN_N_NAME])], [],
+		  [@%:@include <nlist.h>])
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:715: -1- m4_define([m4_location(AC_FUNC_GETLOADAVG)], [/usr/share/autoconf/autoconf/functions.m4:715])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:715: -1- m4_define([AC_FUNC_GETLOADAVG], [_m4_defun_pro([$0])ac_have_func=no # yes means we've found a way to get the load average.
+
+# Make sure getloadavg.c is where it belongs, at configure-time.
+test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" ||
+  AC_MSG_ERROR([$srcdir/$ac_config_libobj_dir/getloadavg.c is missing])
+
+ac_save_LIBS=$LIBS
+
+# Check for getloadavg, but be sure not to touch the cache variable.
+(AC_CHECK_FUNC(getloadavg, exit 0, exit 1)) && ac_have_func=yes
+
+# On HPUX9, an unprivileged user can get load averages through this function.
+AC_CHECK_FUNCS(pstat_getdynamic)
+
+# Solaris has libkstat which does not require root.
+AC_CHECK_LIB(kstat, kstat_open)
+test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
+
+# Some systems with -lutil have (and need) -lkvm as well, some do not.
+# On Solaris, -lkvm requires nlist from -lelf, so check that first
+# to get the right answer into the cache.
+# For kstat on solaris, we need libelf to force the definition of SVR4 below.
+if test $ac_have_func = no; then
+  AC_CHECK_LIB(elf, elf_begin, LIBS="-lelf $LIBS")
+fi
+if test $ac_have_func = no; then
+  AC_CHECK_LIB(kvm, kvm_open, LIBS="-lkvm $LIBS")
+  # Check for the 4.4BSD definition of getloadavg.
+  AC_CHECK_LIB(util, getloadavg,
+    [LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes])
+fi
+
+if test $ac_have_func = no; then
+  # There is a commonly available library for RS/6000 AIX.
+  # Since it is not a standard part of AIX, it might be installed locally.
+  ac_getloadavg_LIBS=$LIBS
+  LIBS="-L/usr/local/lib $LIBS"
+  AC_CHECK_LIB(getloadavg, getloadavg,
+	       [LIBS="-lgetloadavg $LIBS"], [LIBS=$ac_getloadavg_LIBS])
+fi
+
+# Make sure it is really in the library, if we think we found it,
+# otherwise set up the replacement function.
+AC_CHECK_FUNCS(getloadavg, [],
+	       [_AC_LIBOBJ_GETLOADAVG])
+
+# Some definitions of getloadavg require that the program be installed setgid.
+AC_CACHE_CHECK(whether getloadavg requires setgid,
+	       ac_cv_func_getloadavg_setgid,
+[AC_EGREP_CPP([Yowza Am I SETGID yet],
+[#include "$srcdir/$ac_config_libobj_dir/getloadavg.c"
+#ifdef LDAV_PRIVILEGED
+Yowza Am I SETGID yet
+@%:@endif],
+	      ac_cv_func_getloadavg_setgid=yes,
+	      ac_cv_func_getloadavg_setgid=no)])
+if test $ac_cv_func_getloadavg_setgid = yes; then
+  NEED_SETGID=true
+  AC_DEFINE(GETLOADAVG_PRIVILEGED, 1,
+	    [Define to 1 if the `getloadavg' function needs to be run setuid
+	     or setgid.])
+else
+  NEED_SETGID=false
+fi
+AC_SUBST(NEED_SETGID)dnl
+
+if test $ac_cv_func_getloadavg_setgid = yes; then
+  AC_CACHE_CHECK(group of /dev/kmem, ac_cv_group_kmem,
+[ # On Solaris, /dev/kmem is a symlink.  Get info on the real file.
+  ac_ls_output=`ls -lgL /dev/kmem 2>/dev/null`
+  # If we got an error (system does not support symlinks), try without -L.
+  test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
+  ac_cv_group_kmem=`AS_ECHO(["$ac_ls_output"]) \
+    | sed -ne ['s/[	 ][	 ]*/ /g;
+	       s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\)  *.*/\1/;
+	       / /s/.* //;p;']`
+])
+  AC_SUBST(KMEM_GROUP, $ac_cv_group_kmem)dnl
+fi
+if test "x$ac_save_LIBS" = x; then
+  GETLOADAVG_LIBS=$LIBS
+else
+  GETLOADAVG_LIBS=`AS_ECHO(["$LIBS"]) | sed "s|$ac_save_LIBS||"`
+fi
+LIBS=$ac_save_LIBS
+
+AC_SUBST(GETLOADAVG_LIBS)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:808: -1- AU_DEFINE([AC_GETLOADAVG], [m4_ifval([], [_au_warn_AC_GETLOADAVG([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_GETLOADAVG], [AC_FUNC_GETLOADAVG($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:808: -1- AU_DEFINE([_au_warn_AC_GETLOADAVG], [m4_warning($@)dnl
+m4_define([_au_warn_AC_GETLOADAVG], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:808: -1- m4_define([m4_location(AC_GETLOADAVG)], [/usr/share/autoconf/autoconf/functions.m4:808])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:808: -1- m4_define([AC_GETLOADAVG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GETLOADAVG' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_GETLOADAVG], [AC_FUNC_GETLOADAVG($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:814: -1- m4_define([m4_location(AC_FUNC_GETMNTENT)], [/usr/share/autoconf/autoconf/functions.m4:814])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:814: -1- m4_define([AC_FUNC_GETMNTENT], [_m4_defun_pro([$0])# getmntent is in the standard C library on UNICOS, in -lsun on Irix 4,
+# -lseq on Dynix/PTX, -lgen on Unixware.
+AC_SEARCH_LIBS(getmntent, [sun seq gen],
+	       [ac_cv_func_getmntent=yes
+		AC_DEFINE([HAVE_GETMNTENT], 1,
+			  [Define to 1 if you have the `getmntent' function.])],
+	       [ac_cv_func_getmntent=no])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:828: -1- m4_define([m4_location(AC_FUNC_GETPGRP)], [/usr/share/autoconf/autoconf/functions.m4:828])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:828: -1- m4_define([AC_FUNC_GETPGRP], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether getpgrp requires zero arguments,
+ ac_cv_func_getpgrp_void,
+[# Use it with a single arg.
+AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [getpgrp (0);])],
+		  [ac_cv_func_getpgrp_void=no],
+		  [ac_cv_func_getpgrp_void=yes])
+])
+if test $ac_cv_func_getpgrp_void = yes; then
+  AC_DEFINE(GETPGRP_VOID, 1,
+	    [Define to 1 if the `getpgrp' function requires zero arguments.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:849: -1- m4_define([m4_location(AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK)], [/usr/share/autoconf/autoconf/functions.m4:849])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:849: -1- m4_define([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK], [_m4_defun_pro([$0])AC_CACHE_CHECK(
+       [whether lstat correctly handles trailing slash],
+       [ac_cv_func_lstat_dereferences_slashed_symlink],
+[rm -f conftest.sym conftest.file
+echo >conftest.file
+if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
+  AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+    [struct stat sbuf;
+     /* Linux will dereference the symlink and fail, as required by POSIX.
+	That is better in the sense that it means we will not
+	have to compile and use the lstat wrapper.  */
+     return lstat ("conftest.sym/", &sbuf) == 0;])],
+		[ac_cv_func_lstat_dereferences_slashed_symlink=yes],
+		[ac_cv_func_lstat_dereferences_slashed_symlink=no],
+		[ac_cv_func_lstat_dereferences_slashed_symlink=no])
+else
+  # If the `ln -s' command failed, then we probably don't even
+  # have an lstat function.
+  ac_cv_func_lstat_dereferences_slashed_symlink=no
+fi
+rm -f conftest.sym conftest.file
+])
+
+test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
+  AC_DEFINE_UNQUOTED([LSTAT_FOLLOWS_SLASHED_SYMLINK], [1],
+		     [Define to 1 if `lstat' dereferences a symlink specified
+		      with a trailing slash.])
+
+if test "x$ac_cv_func_lstat_dereferences_slashed_symlink" = xno; then
+  AC_LIBOBJ([lstat])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:887: -1- m4_define([m4_location(_AC_FUNC_MALLOC_IF)], [/usr/share/autoconf/autoconf/functions.m4:887])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:887: -1- m4_define([_AC_FUNC_MALLOC_IF], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_STDC])dnl
+AC_CHECK_HEADERS(stdlib.h)
+AC_CACHE_CHECK([for GNU libc compatible malloc], ac_cv_func_malloc_0_nonnull,
+[AC_RUN_IFELSE(
+[AC_LANG_PROGRAM(
+[[#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *malloc ();
+#endif
+]],
+		 [return ! malloc (0);])],
+	       [ac_cv_func_malloc_0_nonnull=yes],
+	       [ac_cv_func_malloc_0_nonnull=no],
+	       [ac_cv_func_malloc_0_nonnull=no])])
+AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:912: -1- m4_define([m4_location(AC_FUNC_MALLOC)], [/usr/share/autoconf/autoconf/functions.m4:912])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:912: -1- m4_define([AC_FUNC_MALLOC], [_m4_defun_pro([$0])_AC_FUNC_MALLOC_IF(
+  [AC_DEFINE([HAVE_MALLOC], 1,
+	     [Define to 1 if your system has a GNU libc compatible `malloc'
+	      function, and to 0 otherwise.])],
+  [AC_DEFINE([HAVE_MALLOC], 0)
+   AC_LIBOBJ(malloc)
+   AC_DEFINE([malloc], [rpl_malloc],
+      [Define to rpl_malloc if the replacement function should be used.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:927: -1- m4_define([m4_location(AC_FUNC_MBRTOWC)], [/usr/share/autoconf/autoconf/functions.m4:927])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:927: -1- m4_define([AC_FUNC_MBRTOWC], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared],
+    ac_cv_func_mbrtowc,
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+	    [[@%:@include <wchar.h>]],
+	    [[wchar_t wc;
+	      char const s[] = "";
+	      size_t n = 1;
+	      mbstate_t state;
+	      return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));]])],
+       ac_cv_func_mbrtowc=yes,
+       ac_cv_func_mbrtowc=no)])
+  if test $ac_cv_func_mbrtowc = yes; then
+    AC_DEFINE([HAVE_MBRTOWC], 1,
+      [Define to 1 if mbrtowc and mbstate_t are properly declared.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:950: -1- m4_define([m4_location(AC_FUNC_MEMCMP)], [/usr/share/autoconf/autoconf/functions.m4:950])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:950: -1- m4_define([AC_FUNC_MEMCMP], [_m4_defun_pro([$0])AC_CACHE_CHECK([for working memcmp], ac_cv_func_memcmp_working,
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [[
+  /* Some versions of memcmp are not 8-bit clean.  */
+  char c0 = '\100', c1 = '\200', c2 = '\201';
+  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
+    return 1;
+
+  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
+     or more and with at least one buffer not starting on a 4-byte boundary.
+     William Lewis provided this test program.   */
+  {
+    char foo[21];
+    char bar[21];
+    int i;
+    for (i = 0; i < 4; i++)
+      {
+	char *a = foo + i;
+	char *b = bar + i;
+	strcpy (a, "--------01111111");
+	strcpy (b, "--------10000000");
+	if (memcmp (a, b, 16) >= 0)
+	  return 1;
+      }
+    return 0;
+  }
+]])],
+	       [ac_cv_func_memcmp_working=yes],
+	       [ac_cv_func_memcmp_working=no],
+	       [ac_cv_func_memcmp_working=no])])
+test $ac_cv_func_memcmp_working = no && AC_LIBOBJ([memcmp])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:987: -1- m4_define([m4_location(AC_FUNC_MKTIME)], [/usr/share/autoconf/autoconf/functions.m4:987])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:987: -1- m4_define([AC_FUNC_MKTIME], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_TIME])dnl
+AC_CHECK_HEADERS_ONCE(sys/time.h unistd.h)
+AC_CHECK_FUNCS_ONCE(alarm)
+AC_CACHE_CHECK([for working mktime], ac_cv_func_working_mktime,
+[AC_RUN_IFELSE([AC_LANG_SOURCE(
+[[/* Test program from Paul Eggert and Tony Leneis.  */
+#ifdef TIME_WITH_SYS_TIME
+# include <sys/time.h>
+# include <time.h>
+#else
+# ifdef HAVE_SYS_TIME_H
+#  include <sys/time.h>
+# else
+#  include <time.h>
+# endif
+#endif
+
+#include <limits.h>
+#include <stdlib.h>
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
+#ifndef HAVE_ALARM
+# define alarm(X) /* empty */
+#endif
+
+/* Work around redefinition to rpl_putenv by other config tests.  */
+#undef putenv
+
+static time_t time_t_max;
+static time_t time_t_min;
+
+/* Values we'll use to set the TZ environment variable.  */
+static const char *tz_strings[] = {
+  (const char *) 0, "TZ=GMT0", "TZ=JST-9",
+  "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
+};
+#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
+
+/* Return 0 if mktime fails to convert a date in the spring-forward gap.
+   Based on a problem report from Andreas Jaeger.  */
+static int
+spring_forward_gap ()
+{
+  /* glibc (up to about 1998-10-07) failed this test. */
+  struct tm tm;
+
+  /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
+     instead of "TZ=America/Vancouver" in order to detect the bug even
+     on systems that don't support the Olson extension, or don't have the
+     full zoneinfo tables installed.  */
+  putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
+
+  tm.tm_year = 98;
+  tm.tm_mon = 3;
+  tm.tm_mday = 5;
+  tm.tm_hour = 2;
+  tm.tm_min = 0;
+  tm.tm_sec = 0;
+  tm.tm_isdst = -1;
+  return mktime (&tm) != (time_t) -1;
+}
+
+static int
+mktime_test1 (time_t now)
+{
+  struct tm *lt;
+  return ! (lt = localtime (&now)) || mktime (lt) == now;
+}
+
+static int
+mktime_test (time_t now)
+{
+  return (mktime_test1 (now)
+	  && mktime_test1 ((time_t) (time_t_max - now))
+	  && mktime_test1 ((time_t) (time_t_min + now)));
+}
+
+static int
+irix_6_4_bug ()
+{
+  /* Based on code from Ariel Faigon.  */
+  struct tm tm;
+  tm.tm_year = 96;
+  tm.tm_mon = 3;
+  tm.tm_mday = 0;
+  tm.tm_hour = 0;
+  tm.tm_min = 0;
+  tm.tm_sec = 0;
+  tm.tm_isdst = -1;
+  mktime (&tm);
+  return tm.tm_mon == 2 && tm.tm_mday == 31;
+}
+
+static int
+bigtime_test (int j)
+{
+  struct tm tm;
+  time_t now;
+  tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
+  now = mktime (&tm);
+  if (now != (time_t) -1)
+    {
+      struct tm *lt = localtime (&now);
+      if (! (lt
+	     && lt->tm_year == tm.tm_year
+	     && lt->tm_mon == tm.tm_mon
+	     && lt->tm_mday == tm.tm_mday
+	     && lt->tm_hour == tm.tm_hour
+	     && lt->tm_min == tm.tm_min
+	     && lt->tm_sec == tm.tm_sec
+	     && lt->tm_yday == tm.tm_yday
+	     && lt->tm_wday == tm.tm_wday
+	     && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
+		  == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
+	return 0;
+    }
+  return 1;
+}
+
+static int
+year_2050_test ()
+{
+  /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
+     ignoring leap seconds.  */
+  unsigned long int answer = 2527315200UL;
+
+  struct tm tm;
+  time_t t;
+  tm.tm_year = 2050 - 1900;
+  tm.tm_mon = 2 - 1;
+  tm.tm_mday = 1;
+  tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
+  tm.tm_isdst = -1;
+
+  /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
+     instead of "TZ=America/Vancouver" in order to detect the bug even
+     on systems that don't support the Olson extension, or don't have the
+     full zoneinfo tables installed.  */
+  putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0");
+
+  t = mktime (&tm);
+
+  /* Check that the result is either a failure, or close enough
+     to the correct answer that we can assume the discrepancy is
+     due to leap seconds.  */
+  return (t == (time_t) -1
+	  || (0 < t && answer - 120 <= t && t <= answer + 120));
+}
+
+int
+main ()
+{
+  time_t t, delta;
+  int i, j;
+
+  /* This test makes some buggy mktime implementations loop.
+     Give up after 60 seconds; a mktime slower than that
+     isn't worth using anyway.  */
+  alarm (60);
+
+  for (;;)
+    {
+      t = (time_t_max << 1) + 1;
+      if (t <= time_t_max)
+	break;
+      time_t_max = t;
+    }
+  time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max;
+
+  delta = time_t_max / 997; /* a suitable prime number */
+  for (i = 0; i < N_STRINGS; i++)
+    {
+      if (tz_strings[i])
+	putenv ((char*) tz_strings[i]);
+
+      for (t = 0; t <= time_t_max - delta; t += delta)
+	if (! mktime_test (t))
+	  return 1;
+      if (! (mktime_test ((time_t) 1)
+	     && mktime_test ((time_t) (60 * 60))
+	     && mktime_test ((time_t) (60 * 60 * 24))))
+	return 1;
+
+      for (j = 1; ; j <<= 1)
+	if (! bigtime_test (j))
+	  return 1;
+	else if (INT_MAX / 2 < j)
+	  break;
+      if (! bigtime_test (INT_MAX))
+	return 1;
+    }
+  return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
+}]])],
+	       [ac_cv_func_working_mktime=yes],
+	       [ac_cv_func_working_mktime=no],
+	       [ac_cv_func_working_mktime=no])])
+if test $ac_cv_func_working_mktime = no; then
+  AC_LIBOBJ([mktime])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1195: -1- AU_DEFINE([AM_FUNC_MKTIME], [m4_ifval([], [_au_warn_AM_FUNC_MKTIME([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_MKTIME], [AC_FUNC_MKTIME($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1195: -1- AU_DEFINE([_au_warn_AM_FUNC_MKTIME], [m4_warning($@)dnl
+m4_define([_au_warn_AM_FUNC_MKTIME], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1195: -1- m4_define([m4_location(AM_FUNC_MKTIME)], [/usr/share/autoconf/autoconf/functions.m4:1195])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1195: -1- m4_define([AM_FUNC_MKTIME], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_MKTIME' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_MKTIME], [AC_FUNC_MKTIME($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1201: -1- m4_define([m4_location(AC_FUNC_MMAP)], [/usr/share/autoconf/autoconf/functions.m4:1201])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1201: -1- m4_define([AC_FUNC_MMAP], [_m4_defun_pro([$0])AC_CHECK_HEADERS_ONCE([stdlib.h unistd.h sys/param.h])
+AC_CHECK_FUNCS([getpagesize])
+AC_CACHE_CHECK([for working mmap], [ac_cv_func_mmap_fixed_mapped],
+[AC_RUN_IFELSE([AC_LANG_SOURCE([AC_INCLUDES_DEFAULT]
+[[/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
+
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
+
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}]])],
+	       [ac_cv_func_mmap_fixed_mapped=yes],
+	       [ac_cv_func_mmap_fixed_mapped=no],
+	       [ac_cv_func_mmap_fixed_mapped=no])])
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
+  AC_DEFINE([HAVE_MMAP], [1],
+	    [Define to 1 if you have a working `mmap' system call.])
+fi
+rm -f conftest.mmap conftest.txt
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1354: -1- AU_DEFINE([AC_MMAP], [m4_ifval([], [_au_warn_AC_MMAP([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_MMAP], [AC_FUNC_MMAP($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1354: -1- AU_DEFINE([_au_warn_AC_MMAP], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MMAP], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1354: -1- m4_define([m4_location(AC_MMAP)], [/usr/share/autoconf/autoconf/functions.m4:1354])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1354: -1- m4_define([AC_MMAP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MMAP' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_MMAP], [AC_FUNC_MMAP($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1362: -1- m4_define([m4_location(AC_FUNC_OBSTACK)], [/usr/share/autoconf/autoconf/functions.m4:1362])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1362: -1- m4_define([AC_FUNC_OBSTACK], [_m4_defun_pro([$0])AC_LIBSOURCES([obstack.h, obstack.c])dnl
+AC_CACHE_CHECK([for obstacks], ac_cv_func_obstack,
+[AC_LINK_IFELSE(
+    [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
+		      [@%:@include "obstack.h"]],
+		     [[struct obstack mem;
+		       @%:@define obstack_chunk_alloc malloc
+		       @%:@define obstack_chunk_free free
+		       obstack_init (&mem);
+		       obstack_free (&mem, 0);]])],
+		[ac_cv_func_obstack=yes],
+		[ac_cv_func_obstack=no])])
+if test $ac_cv_func_obstack = yes; then
+  AC_DEFINE(HAVE_OBSTACK, 1, [Define to 1 if libc includes obstacks.])
+else
+  AC_LIBOBJ(obstack)
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1385: -1- AU_DEFINE([AM_FUNC_OBSTACK], [m4_ifval([], [_au_warn_AM_FUNC_OBSTACK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_OBSTACK], [AC_FUNC_OBSTACK($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1385: -1- AU_DEFINE([_au_warn_AM_FUNC_OBSTACK], [m4_warning($@)dnl
+m4_define([_au_warn_AM_FUNC_OBSTACK], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1385: -1- m4_define([m4_location(AM_FUNC_OBSTACK)], [/usr/share/autoconf/autoconf/functions.m4:1385])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1385: -1- m4_define([AM_FUNC_OBSTACK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_OBSTACK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_OBSTACK], [AC_FUNC_OBSTACK($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1392: -1- m4_define([m4_location(_AC_FUNC_REALLOC_IF)], [/usr/share/autoconf/autoconf/functions.m4:1392])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1392: -1- m4_define([_AC_FUNC_REALLOC_IF], [_m4_defun_pro([$0])AC_REQUIRE([AC_HEADER_STDC])dnl
+AC_CHECK_HEADERS(stdlib.h)
+AC_CACHE_CHECK([for GNU libc compatible realloc], ac_cv_func_realloc_0_nonnull,
+[AC_RUN_IFELSE(
+[AC_LANG_PROGRAM(
+[[#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *realloc ();
+#endif
+]],
+		 [return ! realloc (0, 0);])],
+	       [ac_cv_func_realloc_0_nonnull=yes],
+	       [ac_cv_func_realloc_0_nonnull=no],
+	       [ac_cv_func_realloc_0_nonnull=no])])
+AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1417: -1- m4_define([m4_location(AC_FUNC_REALLOC)], [/usr/share/autoconf/autoconf/functions.m4:1417])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1417: -1- m4_define([AC_FUNC_REALLOC], [_m4_defun_pro([$0])_AC_FUNC_REALLOC_IF(
+  [AC_DEFINE([HAVE_REALLOC], 1,
+	     [Define to 1 if your system has a GNU libc compatible `realloc'
+	      function, and to 0 otherwise.])],
+  [AC_DEFINE([HAVE_REALLOC], 0)
+   AC_LIBOBJ([realloc])
+   AC_DEFINE([realloc], [rpl_realloc],
+      [Define to rpl_realloc if the replacement function should be used.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1434: -1- m4_define([m4_location(AC_FUNC_SELECT_ARGTYPES)], [/usr/share/autoconf/autoconf/functions.m4:1434])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1434: -1- m4_define([AC_FUNC_SELECT_ARGTYPES], [_m4_defun_pro([$0])AC_CHECK_HEADERS(sys/select.h sys/socket.h)
+AC_CACHE_CHECK([types of arguments for select],
+[ac_cv_func_select_args],
+[for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
+ for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
+  for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
+   AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+[AC_INCLUDES_DEFAULT
+#ifdef HAVE_SYS_SELECT_H
+# include <sys/select.h>
+#endif
+#ifdef HAVE_SYS_SOCKET_H
+# include <sys/socket.h>
+#endif
+],
+			[extern int select ($ac_arg1,
+					    $ac_arg234, $ac_arg234, $ac_arg234,
+					    $ac_arg5);])],
+	      [ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3])
+  done
+ done
+done
+# Provide a safe default value.
+: "${ac_cv_func_select_args=int,int *,struct timeval *}"
+])
+ac_save_IFS=$IFS; IFS=','
+set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
+IFS=$ac_save_IFS
+shift
+AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG1, $[1],
+		   [Define to the type of arg 1 for `select'.])
+AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG234, ($[2]),
+		   [Define to the type of args 2, 3 and 4 for `select'.])
+AC_DEFINE_UNQUOTED(SELECT_TYPE_ARG5, ($[3]),
+		   [Define to the type of arg 5 for `select'.])
+rm -f conftest*
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1477: -1- m4_define([m4_location(AC_FUNC_SETPGRP)], [/usr/share/autoconf/autoconf/functions.m4:1477])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1477: -1- m4_define([AC_FUNC_SETPGRP], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether setpgrp takes no argument, ac_cv_func_setpgrp_void,
+[AC_RUN_IFELSE(
+[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+[/* If this system has a BSD-style setpgrp which takes arguments,
+  setpgrp(1, 1) will fail with ESRCH and return -1, in that case
+  exit successfully. */
+  return setpgrp (1,1) != -1;])],
+	       [ac_cv_func_setpgrp_void=no],
+	       [ac_cv_func_setpgrp_void=yes],
+	       [AC_MSG_ERROR([cannot check setpgrp when cross compiling])])])
+if test $ac_cv_func_setpgrp_void = yes; then
+  AC_DEFINE(SETPGRP_VOID, 1,
+	    [Define to 1 if the `setpgrp' function takes no argument.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1504: -1- m4_define([_AC_FUNC_STAT], [AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])dnl
+AC_CACHE_CHECK([whether $1 accepts an empty string],
+	       [ac_cv_func_$1_empty_string_bug],
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+[[struct stat sbuf;
+  return $1 ("", &sbuf) == 0;]])],
+	    [ac_cv_func_$1_empty_string_bug=no],
+	    [ac_cv_func_$1_empty_string_bug=yes],
+	    [ac_cv_func_$1_empty_string_bug=yes])])
+if test $ac_cv_func_$1_empty_string_bug = yes; then
+  AC_LIBOBJ([$1])
+  AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1_EMPTY_STRING_BUG]), 1,
+		     [Define to 1 if `$1' has the bug that it succeeds when
+		      given the zero-length file name argument.])
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1525: -1- m4_define([m4_location(AC_FUNC_STAT)], [/usr/share/autoconf/autoconf/functions.m4:1525])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1525: -1- m4_define([AC_FUNC_STAT], [_m4_defun_pro([$0])_AC_FUNC_STAT(stat)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1526: -1- m4_define([m4_location(AC_FUNC_LSTAT)], [/usr/share/autoconf/autoconf/functions.m4:1526])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1526: -1- m4_define([AC_FUNC_LSTAT], [_m4_defun_pro([$0])_AC_FUNC_STAT(lstat)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1531: -1- m4_define([_AC_LIBOBJ_STRTOD], [AC_LIBOBJ(strtod)
+AC_CHECK_FUNC(pow)
+if test $ac_cv_func_pow = no; then
+  AC_CHECK_LIB(m, pow,
+	       [POW_LIB=-lm],
+	       [AC_MSG_WARN([cannot find library containing definition of pow])])
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1545: -1- m4_define([m4_location(AC_FUNC_STRTOD)], [/usr/share/autoconf/autoconf/functions.m4:1545])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1545: -1- m4_define([AC_FUNC_STRTOD], [_m4_defun_pro([$0])AC_SUBST(POW_LIB)dnl
+AC_CACHE_CHECK(for working strtod, ac_cv_func_strtod,
+[AC_RUN_IFELSE([AC_LANG_SOURCE([[
+]AC_INCLUDES_DEFAULT[
+#ifndef strtod
+double strtod ();
+#endif
+int
+main()
+{
+  {
+    /* Some versions of Linux strtod mis-parse strings with leading '+'.  */
+    char *string = " +69";
+    char *term;
+    double value;
+    value = strtod (string, &term);
+    if (value != 69 || term != (string + 4))
+      return 1;
+  }
+
+  {
+    /* Under Solaris 2.4, strtod returns the wrong value for the
+       terminating character under some conditions.  */
+    char *string = "NaN";
+    char *term;
+    strtod (string, &term);
+    if (term != string && *(term - 1) == 0)
+      return 1;
+  }
+  return 0;
+}
+]])],
+	       ac_cv_func_strtod=yes,
+	       ac_cv_func_strtod=no,
+	       ac_cv_func_strtod=no)])
+if test $ac_cv_func_strtod = no; then
+  _AC_LIBOBJ_STRTOD
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1589: -1- m4_define([m4_location(AC_FUNC_STRTOLD)], [/usr/share/autoconf/autoconf/functions.m4:1589])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1589: -1- m4_define([AC_FUNC_STRTOLD], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([whether strtold conforms to C99],
+    [ac_cv_func_strtold],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+	  [[/* On HP-UX before 11.23, strtold returns a struct instead of
+		long double.  Reject implementations like that, by requiring
+		compatibility with the C99 prototype.  */
+#	     include <stdlib.h>
+	     static long double (*p) (char const *, char **) = strtold;
+	     static long double
+	     test (char const *nptr, char **endptr)
+	     {
+	       long double r;
+	       r = strtold (nptr, endptr);
+	       return r;
+	     }]],
+	   [[return test ("1.0", NULL) != 1 || p ("1.0", NULL) != 1;]])],
+       [ac_cv_func_strtold=yes],
+       [ac_cv_func_strtold=no])])
+  if test $ac_cv_func_strtold = yes; then
+    AC_DEFINE([HAVE_STRTOLD], 1,
+      [Define to 1 if strtold exists and conforms to C99.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1619: -1- AU_DEFINE([AM_FUNC_STRTOD], [m4_ifval([], [_au_warn_AM_FUNC_STRTOD([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_STRTOD], [AC_FUNC_STRTOD($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1619: -1- AU_DEFINE([_au_warn_AM_FUNC_STRTOD], [m4_warning($@)dnl
+m4_define([_au_warn_AM_FUNC_STRTOD], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1619: -1- m4_define([m4_location(AM_FUNC_STRTOD)], [/usr/share/autoconf/autoconf/functions.m4:1619])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1619: -1- m4_define([AM_FUNC_STRTOD], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_FUNC_STRTOD' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_STRTOD], [AC_FUNC_STRTOD($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1625: -1- m4_define([m4_location(AC_FUNC_STRERROR_R)], [/usr/share/autoconf/autoconf/functions.m4:1625])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1625: -1- m4_define([AC_FUNC_STRERROR_R], [_m4_defun_pro([$0])AC_CHECK_DECLS([strerror_r])
+AC_CHECK_FUNCS([strerror_r])
+AC_CACHE_CHECK([whether strerror_r returns char *],
+	       ac_cv_func_strerror_r_char_p,
+   [
+    ac_cv_func_strerror_r_char_p=no
+    if test $ac_cv_have_decl_strerror_r = yes; then
+      AC_COMPILE_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+	[[
+	  char buf[100];
+	  char x = *strerror_r (0, buf, sizeof buf);
+	  char *p = strerror_r (0, buf, sizeof buf);
+	  return !p || x;
+	]])],
+			ac_cv_func_strerror_r_char_p=yes)
+    else
+      # strerror_r is not declared.  Choose between
+      # systems that have relatively inaccessible declarations for the
+      # function.  BeOS and DEC UNIX 4.0 fall in this category, but the
+      # former has a strerror_r that returns char*, while the latter
+      # has a strerror_r that returns `int'.
+      # This test should segfault on the DEC system.
+      AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
+	extern char *strerror_r ();],
+	[[char buf[100];
+	  char x = *strerror_r (0, buf, sizeof buf);
+	  return ! isalpha (x);]])],
+		    ac_cv_func_strerror_r_char_p=yes, , :)
+    fi
+  ])
+if test $ac_cv_func_strerror_r_char_p = yes; then
+  AC_DEFINE([STRERROR_R_CHAR_P], 1,
+	    [Define to 1 if strerror_r returns char *.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1665: -1- m4_define([m4_location(AC_FUNC_STRFTIME)], [/usr/share/autoconf/autoconf/functions.m4:1665])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1665: -1- m4_define([AC_FUNC_STRFTIME], [_m4_defun_pro([$0])AC_CHECK_FUNCS(strftime, [],
+[# strftime is in -lintl on SCO UNIX.
+AC_CHECK_LIB(intl, strftime,
+	     [AC_DEFINE(HAVE_STRFTIME)
+LIBS="-lintl $LIBS"])])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1677: -1- m4_define([m4_location(AC_FUNC_STRNLEN)], [/usr/share/autoconf/autoconf/functions.m4:1677])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1677: -1- m4_define([AC_FUNC_STRNLEN], [_m4_defun_pro([$0])AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])dnl
+AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+AC_CACHE_CHECK([for working strnlen], ac_cv_func_strnlen_working,
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [[
+#define S "foobar"
+#define S_LEN (sizeof S - 1)
+
+  /* At least one implementation is buggy: that of AIX 4.3 would
+     give strnlen (S, 1) == 3.  */
+
+  int i;
+  for (i = 0; i < S_LEN + 1; ++i)
+    {
+      int expected = i <= S_LEN ? i : S_LEN;
+      if (strnlen (S, i) != expected)
+	return 1;
+    }
+  return 0;
+]])],
+	       [ac_cv_func_strnlen_working=yes],
+	       [ac_cv_func_strnlen_working=no],
+	       [# Guess no on AIX systems, yes otherwise.
+		case "$host_os" in
+		  aix*) ac_cv_func_strnlen_working=no;;
+		  *)    ac_cv_func_strnlen_working=yes;;
+		esac])])
+test $ac_cv_func_strnlen_working = no && AC_LIBOBJ([strnlen])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1710: -1- m4_define([m4_location(AC_FUNC_SETVBUF_REVERSED)], [/usr/share/autoconf/autoconf/functions.m4:1710])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1710: -1- m4_define([AC_FUNC_SETVBUF_REVERSED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
+[The macro `$0' is obsolete.  Remove it and all references to SETVBUF_REVERSED.])dnl
+AC_CACHE_VAL([ac_cv_func_setvbuf_reversed], [ac_cv_func_setvbuf_reversed=no])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1719: -1- AU_DEFINE([AC_SETVBUF_REVERSED], [m4_ifval([], [_au_warn_AC_SETVBUF_REVERSED([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_SETVBUF_REVERSED], [AC_FUNC_SETVBUF_REVERSED($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1719: -1- AU_DEFINE([_au_warn_AC_SETVBUF_REVERSED], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SETVBUF_REVERSED], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1719: -1- m4_define([m4_location(AC_SETVBUF_REVERSED)], [/usr/share/autoconf/autoconf/functions.m4:1719])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1719: -1- m4_define([AC_SETVBUF_REVERSED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SETVBUF_REVERSED' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_SETVBUF_REVERSED], [AC_FUNC_SETVBUF_REVERSED($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1725: -1- m4_define([m4_location(AC_FUNC_STRCOLL)], [/usr/share/autoconf/autoconf/functions.m4:1725])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1725: -1- m4_define([AC_FUNC_STRCOLL], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working strcoll, ac_cv_func_strcoll_works,
+[AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+  [[return (strcoll ("abc", "def") >= 0 ||
+	 strcoll ("ABC", "DEF") >= 0 ||
+	 strcoll ("123", "456") >= 0)]])],
+	       ac_cv_func_strcoll_works=yes,
+	       ac_cv_func_strcoll_works=no,
+	       ac_cv_func_strcoll_works=no)])
+if test $ac_cv_func_strcoll_works = yes; then
+  AC_DEFINE(HAVE_STRCOLL, 1,
+	    [Define to 1 if you have the `strcoll' function and it is properly
+	     defined.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1744: -1- AU_DEFINE([AC_STRCOLL], [m4_ifval([], [_au_warn_AC_STRCOLL([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_STRCOLL], [AC_FUNC_STRCOLL($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1744: -1- AU_DEFINE([_au_warn_AC_STRCOLL], [m4_warning($@)dnl
+m4_define([_au_warn_AC_STRCOLL], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1744: -1- m4_define([m4_location(AC_STRCOLL)], [/usr/share/autoconf/autoconf/functions.m4:1744])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1744: -1- m4_define([AC_STRCOLL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRCOLL' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_STRCOLL], [AC_FUNC_STRCOLL($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1749: -1- m4_define([m4_location(AC_FUNC_UTIME_NULL)], [/usr/share/autoconf/autoconf/functions.m4:1749])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1749: -1- m4_define([AC_FUNC_UTIME_NULL], [_m4_defun_pro([$0])AC_CHECK_HEADERS_ONCE(utime.h)
+AC_CACHE_CHECK(whether utime accepts a null argument, ac_cv_func_utime_null,
+[rm -f conftest.data; >conftest.data
+# Sequent interprets utime(file, 0) to mean use start of epoch.  Wrong.
+AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT
+	       #ifdef HAVE_UTIME_H
+	       # include <utime.h>
+	       #endif],
+[[struct stat s, t;
+  return ! (stat ("conftest.data", &s) == 0
+	    && utime ("conftest.data", 0) == 0
+	    && stat ("conftest.data", &t) == 0
+	    && t.st_mtime >= s.st_mtime
+	    && t.st_mtime - s.st_mtime < 120);]])],
+	      ac_cv_func_utime_null=yes,
+	      ac_cv_func_utime_null=no,
+	      ac_cv_func_utime_null='guessing yes')])
+if test "x$ac_cv_func_utime_null" != xno; then
+  ac_cv_func_utime_null=yes
+  AC_DEFINE(HAVE_UTIME_NULL, 1,
+	    [Define to 1 if `utime(file, NULL)' sets file's timestamp to the
+	     present.])
+fi
+rm -f conftest.data
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1779: -1- AU_DEFINE([AC_UTIME_NULL], [m4_ifval([], [_au_warn_AC_UTIME_NULL([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_UTIME_NULL], [AC_FUNC_UTIME_NULL($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1779: -1- AU_DEFINE([_au_warn_AC_UTIME_NULL], [m4_warning($@)dnl
+m4_define([_au_warn_AC_UTIME_NULL], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1779: -1- m4_define([m4_location(AC_UTIME_NULL)], [/usr/share/autoconf/autoconf/functions.m4:1779])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1779: -1- m4_define([AC_UTIME_NULL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UTIME_NULL' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_UTIME_NULL], [AC_FUNC_UTIME_NULL($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1786: -1- m4_define([m4_location(AC_FUNC_FORK)], [/usr/share/autoconf/autoconf/functions.m4:1786])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1786: -1- m4_define([AC_FUNC_FORK], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_PID_T])dnl
+AC_CHECK_HEADERS(vfork.h)
+AC_CHECK_FUNCS(fork vfork)
+if test "x$ac_cv_func_fork" = xyes; then
+  _AC_FUNC_FORK
+else
+  ac_cv_func_fork_works=$ac_cv_func_fork
+fi
+if test "x$ac_cv_func_fork_works" = xcross; then
+  case $host in
+    *-*-amigaos* | *-*-msdosdjgpp*)
+      # Override, as these systems have only a dummy fork() stub
+      ac_cv_func_fork_works=no
+      ;;
+    *)
+      ac_cv_func_fork_works=yes
+      ;;
+  esac
+  AC_MSG_WARN([result $ac_cv_func_fork_works guessed because of cross compilation])
+fi
+ac_cv_func_vfork_works=$ac_cv_func_vfork
+if test "x$ac_cv_func_vfork" = xyes; then
+  _AC_FUNC_VFORK
+fi;
+if test "x$ac_cv_func_fork_works" = xcross; then
+  ac_cv_func_vfork_works=$ac_cv_func_vfork
+  AC_MSG_WARN([result $ac_cv_func_vfork_works guessed because of cross compilation])
+fi
+
+if test "x$ac_cv_func_vfork_works" = xyes; then
+  AC_DEFINE(HAVE_WORKING_VFORK, 1, [Define to 1 if `vfork' works.])
+else
+  AC_DEFINE(vfork, fork, [Define as `fork' if `vfork' does not work.])
+fi
+if test "x$ac_cv_func_fork_works" = xyes; then
+  AC_DEFINE(HAVE_WORKING_FORK, 1, [Define to 1 if `fork' works.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1829: -1- m4_define([m4_location(_AC_FUNC_FORK)], [/usr/share/autoconf/autoconf/functions.m4:1829])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1829: -1- m4_define([_AC_FUNC_FORK], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working fork, ac_cv_func_fork_works,
+    [AC_RUN_IFELSE(
+      [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],
+	[
+	  /* By Ruediger Kuhlmann. */
+	  return fork () < 0;
+	])],
+      [ac_cv_func_fork_works=yes],
+      [ac_cv_func_fork_works=no],
+      [ac_cv_func_fork_works=cross])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1845: -1- m4_define([m4_location(_AC_FUNC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1845])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1845: -1- m4_define([_AC_FUNC_VFORK], [_m4_defun_pro([$0])AC_CACHE_CHECK(for working vfork, ac_cv_func_vfork_works,
+[AC_RUN_IFELSE([AC_LANG_SOURCE([[/* Thanks to Paul Eggert for this test.  */
+]AC_INCLUDES_DEFAULT[
+#include <sys/wait.h>
+#ifdef HAVE_VFORK_H
+# include <vfork.h>
+#endif
+/* On some sparc systems, changes by the child to local and incoming
+   argument registers are propagated back to the parent.  The compiler
+   is told about this with #include <vfork.h>, but some compilers
+   (e.g. gcc -O) don't grok <vfork.h>.  Test for this by using a
+   static variable whose address is put into a register that is
+   clobbered by the vfork.  */
+static void
+#ifdef __cplusplus
+sparc_address_test (int arg)
+# else
+sparc_address_test (arg) int arg;
+#endif
+{
+  static pid_t child;
+  if (!child) {
+    child = vfork ();
+    if (child < 0) {
+      perror ("vfork");
+      _exit(2);
+    }
+    if (!child) {
+      arg = getpid();
+      write(-1, "", 0);
+      _exit (arg);
+    }
+  }
+}
+
+int
+main ()
+{
+  pid_t parent = getpid ();
+  pid_t child;
+
+  sparc_address_test (0);
+
+  child = vfork ();
+
+  if (child == 0) {
+    /* Here is another test for sparc vfork register problems.  This
+       test uses lots of local variables, at least as many local
+       variables as main has allocated so far including compiler
+       temporaries.  4 locals are enough for gcc 1.40.3 on a Solaris
+       4.1.3 sparc, but we use 8 to be safe.  A buggy compiler should
+       reuse the register of parent for one of the local variables,
+       since it will think that parent can't possibly be used any more
+       in this routine.  Assigning to the local variable will thus
+       munge parent in the parent process.  */
+    pid_t
+      p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
+      p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
+    /* Convince the compiler that p..p7 are live; otherwise, it might
+       use the same hardware register for all 8 local variables.  */
+    if (p != p1 || p != p2 || p != p3 || p != p4
+	|| p != p5 || p != p6 || p != p7)
+      _exit(1);
+
+    /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
+       from child file descriptors.  If the child closes a descriptor
+       before it execs or exits, this munges the parent's descriptor
+       as well.  Test for this by closing stdout in the child.  */
+    _exit(close(fileno(stdout)) != 0);
+  } else {
+    int status;
+    struct stat st;
+
+    while (wait(&status) != child)
+      ;
+    return (
+	 /* Was there some problem with vforking?  */
+	 child < 0
+
+	 /* Did the child fail?  (This shouldn't happen.)  */
+	 || status
+
+	 /* Did the vfork/compiler bug occur?  */
+	 || parent != getpid()
+
+	 /* Did the file descriptor bug occur?  */
+	 || fstat(fileno(stdout), &st) != 0
+	 );
+  }
+}]])],
+	    [ac_cv_func_vfork_works=yes],
+	    [ac_cv_func_vfork_works=no],
+	    [ac_cv_func_vfork_works=cross])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1944: -1- AU_DEFINE([AC_FUNC_VFORK], [m4_ifval([], [_au_warn_AC_FUNC_VFORK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1944: -1- AU_DEFINE([_au_warn_AC_FUNC_VFORK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FUNC_VFORK], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1944: -1- m4_define([m4_location(AC_FUNC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1944])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1944: -1- m4_define([AC_FUNC_VFORK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FUNC_VFORK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1948: -1- AU_DEFINE([AC_VFORK], [m4_ifval([], [_au_warn_AC_VFORK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1948: -1- AU_DEFINE([_au_warn_AC_VFORK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_VFORK], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1948: -1- m4_define([m4_location(AC_VFORK)], [/usr/share/autoconf/autoconf/functions.m4:1948])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1948: -1- m4_define([AC_VFORK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VFORK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_FORK], [AC_FUNC_FORK($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1955: -1- m4_define([m4_location(AC_FUNC_VPRINTF)], [/usr/share/autoconf/autoconf/functions.m4:1955])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1955: -1- m4_define([AC_FUNC_VPRINTF], [_m4_defun_pro([$0])AC_CHECK_FUNCS(vprintf, []
+[AC_CHECK_FUNC(_doprnt,
+	       [AC_DEFINE(HAVE_DOPRNT, 1,
+			  [Define to 1 if you don't have `vprintf' but do have
+			  `_doprnt.'])])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1966: -1- AU_DEFINE([AC_VPRINTF], [m4_ifval([], [_au_warn_AC_VPRINTF([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_VPRINTF], [AC_FUNC_VPRINTF($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1966: -1- AU_DEFINE([_au_warn_AC_VPRINTF], [m4_warning($@)dnl
+m4_define([_au_warn_AC_VPRINTF], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1966: -1- m4_define([m4_location(AC_VPRINTF)], [/usr/share/autoconf/autoconf/functions.m4:1966])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1966: -1- m4_define([AC_VPRINTF], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_VPRINTF' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_VPRINTF], [AC_FUNC_VPRINTF($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1975: -1- m4_define([m4_location(AC_FUNC_WAIT3)], [/usr/share/autoconf/autoconf/functions.m4:1975])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:1975: -1- m4_define([AC_FUNC_WAIT3], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
+[$0: `wait3' has been removed from POSIX.
+Remove this `AC_FUNC_WAIT3' and adjust your code to use `waitpid' instead.])dnl
+AC_CACHE_CHECK([for wait3 that fills in rusage],
+	       [ac_cv_func_wait3_rusage],
+[AC_RUN_IFELSE([AC_LANG_SOURCE(
+[AC_INCLUDES_DEFAULT[
+#include <sys/time.h>
+#include <sys/resource.h>
+#include <sys/wait.h>
+/* HP-UX has wait3 but does not fill in rusage at all.  */
+int
+main ()
+{
+  struct rusage r;
+  int i;
+  /* Use a field that we can force nonzero --
+     voluntary context switches.
+     For systems like NeXT and OSF/1 that don't set it,
+     also use the system CPU time.  And page faults (I/O) for Linux.  */
+  r.ru_nvcsw = 0;
+  r.ru_stime.tv_sec = 0;
+  r.ru_stime.tv_usec = 0;
+  r.ru_majflt = r.ru_minflt = 0;
+  switch (fork ())
+    {
+    case 0: /* Child.  */
+      sleep(1); /* Give up the CPU.  */
+      _exit(0);
+      break;
+    case -1: /* What can we do?  */
+      _exit(0);
+      break;
+    default: /* Parent.  */
+      wait3(&i, 0, &r);
+      /* Avoid "text file busy" from rm on fast HP-UX machines.  */
+      sleep(2);
+      return (r.ru_nvcsw == 0 && r.ru_majflt == 0 && r.ru_minflt == 0
+	      && r.ru_stime.tv_sec == 0 && r.ru_stime.tv_usec == 0);
+    }
+}]])],
+	       [ac_cv_func_wait3_rusage=yes],
+	       [ac_cv_func_wait3_rusage=no],
+	       [ac_cv_func_wait3_rusage=no])])
+if test $ac_cv_func_wait3_rusage = yes; then
+  AC_DEFINE(HAVE_WAIT3, 1,
+	    [Define to 1 if you have the `wait3' system call.
+	     Deprecated, you should no longer depend upon `wait3'.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:2030: -1- AU_DEFINE([AC_WAIT3], [m4_ifval([], [_au_warn_AC_WAIT3([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_FUNC_WAIT3], [AC_FUNC_WAIT3($@)])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:2030: -1- AU_DEFINE([_au_warn_AC_WAIT3], [m4_warning($@)dnl
+m4_define([_au_warn_AC_WAIT3], [])])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:2030: -1- m4_define([m4_location(AC_WAIT3)], [/usr/share/autoconf/autoconf/functions.m4:2030])
+m4trace:/usr/share/autoconf/autoconf/functions.m4:2030: -1- m4_define([AC_WAIT3], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WAIT3' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_FUNC_WAIT3], [AC_FUNC_WAIT3($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:47: -1- m4_include([autoconf/headers.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:47: -1- m4_define([m4_include(autoconf/headers.m4)])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:67: -1- m4_define([m4_location(AC_CHECK_HEADER)], [/usr/share/autoconf/autoconf/headers.m4:67])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:67: -1- m4_define([AC_CHECK_HEADER], [_m4_defun_pro([$0])m4_indir(m4_case([$4],
+		  [],  [[_AC_CHECK_HEADER_MONGREL]],
+		  [-], [[_AC_CHECK_HEADER_PREPROC]],
+		       [[_AC_CHECK_HEADER_COMPILE]]), $@)
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:78: -1- m4_define([_AC_CHECK_HEADER_MONGREL_BODY], [  AS_LINENO_PUSH([$[]1])
+  AS_VAR_SET_IF([$[]3],
+		[AC_CACHE_CHECK([for $[]2], [$[]3], [])],
+		[# Is the header compilable?
+AC_MSG_CHECKING([$[]2 usability])
+AC_COMPILE_IFELSE([AC_LANG_SOURCE([$[]4
+@%:@include <$[]2>])],
+		  [ac_header_compiler=yes],
+		  [ac_header_compiler=no])
+AC_MSG_RESULT([$ac_header_compiler])
+
+# Is the header present?
+AC_MSG_CHECKING([$[]2 presence])
+AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <$[]2>])],
+		  [ac_header_preproc=yes],
+		  [ac_header_preproc=no])
+AC_MSG_RESULT([$ac_header_preproc])
+
+# So?  What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_[]_AC_LANG_ABBREV[]_preproc_warn_flag in #((
+  yes:no: )
+    AC_MSG_WARN([$[]2: accepted by the compiler, rejected by the preprocessor!])
+    AC_MSG_WARN([$[]2: proceeding with the compiler's result])
+    ;;
+  no:yes:* )
+    AC_MSG_WARN([$[]2: present but cannot be compiled])
+    AC_MSG_WARN([$[]2:     check for missing prerequisite headers?])
+    AC_MSG_WARN([$[]2: see the Autoconf documentation])
+    AC_MSG_WARN([$[]2:     section "Present But Cannot Be Compiled"])
+    AC_MSG_WARN([$[]2: proceeding with the compiler's result])
+m4_ifset([AC_PACKAGE_BUGREPORT],
+[m4_n([( AS_BOX([Report this to ]AC_PACKAGE_BUGREPORT)
+     ) | sed "s/^/$as_me: WARNING:     /" >&2])])dnl
+    ;;
+esac
+  AC_CACHE_CHECK([for $[]2], [$[]3],
+		 [AS_VAR_SET([$[]3], [$ac_header_compiler])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:129: -1- m4_define([m4_location(_AC_CHECK_HEADER_MONGREL)], [/usr/share/autoconf/autoconf/headers.m4:129])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:129: -1- m4_define([_AC_CHECK_HEADER_MONGREL], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_mongrel],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_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.])],
+  [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_mongrel "$LINENO" "$1" "ac_Header" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
+AS_VAR_IF([ac_Header], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Header])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:147: -1- m4_define([_AC_CHECK_HEADER_COMPILE_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for $[]2], [$[]3],
+		 [AC_COMPILE_IFELSE([AC_LANG_SOURCE([$[]4
+@%:@include <$[]2>])],
+				    [AS_VAR_SET([$[]3], [yes])],
+				    [AS_VAR_SET([$[]3], [no])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:162: -1- m4_define([m4_location(_AC_CHECK_HEADER_COMPILE)], [/usr/share/autoconf/autoconf/headers.m4:162])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:162: -1- m4_define([_AC_CHECK_HEADER_COMPILE], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_compile],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_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.])],
+  [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_compile "$LINENO" "$1" "ac_Header" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
+AS_VAR_IF([ac_Header], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Header])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:178: -1- m4_define([_AC_CHECK_HEADER_PREPROC_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for $[]2], [$[]3],
+  [AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <$[]2>])],
+		     [AS_VAR_SET([$[]3], [yes])],
+		     [AS_VAR_SET([$[]3], [no])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:193: -1- m4_define([m4_location(_AC_CHECK_HEADER_PREPROC)], [/usr/share/autoconf/autoconf/headers.m4:193])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:193: -1- m4_define([_AC_CHECK_HEADER_PREPROC], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_header_preproc],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_header_preproc],
+    [LINENO HEADER VAR],
+    [Tests whether HEADER is present, setting the cache variable VAR accordingly.])],
+  [$0_BODY])AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_header_preproc "$LINENO" "$1" "ac_Header"
+AS_VAR_IF([ac_Header], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Header])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:215: -1- m4_define([m4_location(_AC_CHECK_HEADER_OLD)], [/usr/share/autoconf/autoconf/headers.m4:215])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:215: -1- m4_define([_AC_CHECK_HEADER_OLD], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `$0' is obsolete.
+You should use AC_CHECK_HEADER with a fourth argument.])_AC_CHECK_HEADER_PREPROC($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:220: -1- m4_define([m4_location(_AC_CHECK_HEADER_NEW)], [/usr/share/autoconf/autoconf/headers.m4:220])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:220: -1- m4_define([_AC_CHECK_HEADER_NEW], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `$0' is obsolete.
+You should use AC_CHECK_HEADER with a fourth argument.])_AC_CHECK_HEADER_COMPILE($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:229: -1- m4_define([_AH_CHECK_HEADER], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
+  [Define to 1 if you have the <$1> header file.])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:236: -1- m4_define([AH_CHECK_HEADERS], [m4_foreach_w([AC_Header], [$1], [_AH_CHECK_HEADER(m4_defn([AC_Header]))])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:249: -1- m4_define([m4_location(AC_CHECK_HEADERS)], [/usr/share/autoconf/autoconf/headers.m4:249])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:249: -1- m4_define([AC_CHECK_HEADERS], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AH_CHECK_HEADER(], [)])AS_FOR([AC_header], [ac_header], [$1],
+[AC_CHECK_HEADER(AC_header,
+		 [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_]AC_header)) $2],
+		 [$3], [$4])dnl])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:261: -1- m4_define([_AC_CHECK_HEADER_ONCE], [_AH_CHECK_HEADER([$1])AC_DEFUN([_AC_Header_]m4_translit([[$1]],
+    [./-], [___]),
+  [m4_divert_text([INIT_PREPARE], [AS_VAR_APPEND([ac_header_list], [" $1"])])
+_AC_HEADERS_EXPANSION])AC_REQUIRE([_AC_Header_]m4_translit([[$1]],
+    [./-], [___]))])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:273: -1- m4_define([m4_location(AC_CHECK_HEADERS_ONCE)], [/usr/share/autoconf/autoconf/headers.m4:273])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:273: -1- m4_define([AC_CHECK_HEADERS_ONCE], [_m4_defun_pro([$0])m4_map_args_w([$1], [_AC_CHECK_HEADER_ONCE(], [)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:276: -1- m4_define([_AC_HEADERS_EXPANSION], [
+  m4_divert_text([DEFAULTS], [ac_header_list=])
+  AC_CHECK_HEADERS([$ac_header_list], [], [], [AC_INCLUDES_DEFAULT])
+  m4_define([_AC_HEADERS_EXPANSION], [])
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:297: -1- m4_define([m4_location(_AC_INCLUDES_DEFAULT_REQUIREMENTS)], [/usr/share/autoconf/autoconf/headers.m4:297])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:297: -1- m4_define([_AC_INCLUDES_DEFAULT_REQUIREMENTS], [_m4_defun_pro([$0])m4_divert_text([DEFAULTS],
+[# Factoring default headers for most tests.
+dnl If ever you change this variable, please keep autoconf.texi in sync.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+#  include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+#  include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+])dnl
+AC_REQUIRE([AC_HEADER_STDC])dnl
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h],
+		 [], [], $ac_includes_default)
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:353: -1- m4_define([m4_location(AC_INCLUDES_DEFAULT)], [/usr/share/autoconf/autoconf/headers.m4:353])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:353: -1- m4_define([AC_INCLUDES_DEFAULT], [_m4_defun_pro([$0])m4_ifval([$1], [$1
+],
+	  [AC_REQUIRE([_AC_INCLUDES_DEFAULT_REQUIREMENTS])dnl
+$ac_includes_default])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:437: -1- m4_define([m4_location(AC_HEADER_ASSERT)], [/usr/share/autoconf/autoconf/headers.m4:437])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:437: -1- m4_define([AC_HEADER_ASSERT], [_m4_defun_once([AC_HEADER_ASSERT], [
+  AC_MSG_CHECKING([whether to enable assertions])
+  AC_ARG_ENABLE([assert],
+    [AS_HELP_STRING([--disable-assert], [turn off assertions])],
+    [ac_enable_assert=$enableval
+     AS_IF(dnl
+      [test "x$enableval" = xno],
+	[AC_DEFINE([NDEBUG], [1],
+	  [Define to 1 if assertions should be disabled.])],
+      [test "x$enableval" != xyes],
+	[AC_MSG_WARN([invalid argument supplied to --enable-assert])
+	ac_enable_assert=yes])],
+    [ac_enable_assert=yes])
+  AC_MSG_RESULT([$ac_enable_assert])
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_HEADER_ASSERT])m4_unquote(], [)_m4_defun_epi([AC_HEADER_ASSERT])]],
+m4_ifdef([_m4_diverting([AC_HEADER_ASSERT])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_HEADER_ASSERT],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:460: -1- m4_define([_AC_CHECK_HEADER_DIRENT], [AS_VAR_PUSHDEF([ac_Header], [ac_cv_header_dirent_$1])dnl
+AC_CACHE_CHECK([for $1 that defines DIR], [ac_Header],
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
+#include <$1>
+],
+				    [if ((DIR *) 0)
+return 0;])],
+		   [AS_VAR_SET([ac_Header], [yes])],
+		   [AS_VAR_SET([ac_Header], [no])])])
+AS_VAR_IF([ac_Header], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Header])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:478: -1- m4_define([_AH_CHECK_HEADER_DIRENT], [AH_TEMPLATE(AS_TR_CPP([HAVE_$1]),
+  [Define to 1 if you have the <$1> header file, and it defines `DIR'.])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:485: -1- m4_define([m4_location(AC_HEADER_DIRENT)], [/usr/share/autoconf/autoconf/headers.m4:485])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:485: -1- m4_define([AC_HEADER_DIRENT], [_m4_defun_pro([$0])m4_map_args([_AH_CHECK_HEADER_DIRENT], [dirent.h], [sys/ndir.h],
+	     [sys/dir.h], [ndir.h])ac_header_dirent=no
+for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
+  _AC_CHECK_HEADER_DIRENT($ac_hdr,
+			  [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_$ac_hdr), 1)
+ac_header_dirent=$ac_hdr; break])
+done
+# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
+if test $ac_header_dirent = dirent.h; then
+  AC_SEARCH_LIBS(opendir, dir)
+else
+  AC_SEARCH_LIBS(opendir, x)
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:509: -1- m4_define([m4_location(AC_HEADER_MAJOR)], [/usr/share/autoconf/autoconf/headers.m4:509])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:509: -1- m4_define([AC_HEADER_MAJOR], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether sys/types.h defines makedev,
+		ac_cv_header_sys_types_h_makedev,
+[AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <sys/types.h>]],
+				 [[return makedev(0, 0);]])],
+		[ac_cv_header_sys_types_h_makedev=yes],
+		[ac_cv_header_sys_types_h_makedev=no])
+])
+
+if test $ac_cv_header_sys_types_h_makedev = no; then
+AC_CHECK_HEADER(sys/mkdev.h,
+		[AC_DEFINE(MAJOR_IN_MKDEV, 1,
+			   [Define to 1 if `major', `minor', and `makedev' are
+			    declared in <mkdev.h>.])])
+
+  if test $ac_cv_header_sys_mkdev_h = no; then
+    AC_CHECK_HEADER(sys/sysmacros.h,
+		    [AC_DEFINE(MAJOR_IN_SYSMACROS, 1,
+			       [Define to 1 if `major', `minor', and `makedev'
+				are declared in <sysmacros.h>.])])
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:543: -1- m4_define([m4_location(AC_HEADER_RESOLV)], [/usr/share/autoconf/autoconf/headers.m4:543])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:543: -1- m4_define([AC_HEADER_RESOLV], [_m4_defun_pro([$0])AC_CHECK_HEADERS(sys/types.h netinet/in.h arpa/nameser.h netdb.h resolv.h,
+		  [], [],
+[[#ifdef HAVE_SYS_TYPES_H
+#  include <sys/types.h>
+#endif
+#ifdef HAVE_NETINET_IN_H
+#  include <netinet/in.h>   /* inet_ functions / structs */
+#endif
+#ifdef HAVE_ARPA_NAMESER_H
+#  include <arpa/nameser.h> /* DNS HEADER struct */
+#endif
+#ifdef HAVE_NETDB_H
+#  include <netdb.h>
+#endif]])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:564: -1- m4_define([m4_location(AC_HEADER_STAT)], [/usr/share/autoconf/autoconf/headers.m4:564])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:564: -1- m4_define([AC_HEADER_STAT], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether stat file-mode macros are broken,
+  ac_cv_header_stat_broken,
+[AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <sys/types.h>
+#include <sys/stat.h>
+
+#if defined S_ISBLK && defined S_IFDIR
+extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
+#endif
+
+#if defined S_ISBLK && defined S_IFCHR
+extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
+#endif
+
+#if defined S_ISLNK && defined S_IFREG
+extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
+#endif
+
+#if defined S_ISSOCK && defined S_IFREG
+extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
+#endif
+]])], ac_cv_header_stat_broken=no, ac_cv_header_stat_broken=yes)])
+if test $ac_cv_header_stat_broken = yes; then
+  AC_DEFINE(STAT_MACROS_BROKEN, 1,
+	    [Define to 1 if the `S_IS*' macros in <sys/stat.h> do not
+	     work properly.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:600: -1- m4_define([m4_location(AC_CHECK_HEADER_STDBOOL)], [/usr/share/autoconf/autoconf/headers.m4:600])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:600: -1- m4_define([AC_CHECK_HEADER_STDBOOL], [_m4_defun_pro([$0])AC_CACHE_CHECK([for stdbool.h that conforms to C99],
+     [ac_cv_header_stdbool_h],
+     [AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+           ]],
+           [[
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+           ]])],
+        [ac_cv_header_stdbool_h=yes],
+        [ac_cv_header_stdbool_h=no])])
+   AC_CHECK_TYPES([_Bool])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:667: -1- m4_define([m4_location(AC_HEADER_STDBOOL)], [/usr/share/autoconf/autoconf/headers.m4:667])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:667: -1- m4_define([AC_HEADER_STDBOOL], [_m4_defun_pro([$0])AC_CHECK_HEADER_STDBOOL
+if test $ac_cv_header_stdbool_h = yes; then
+  AC_DEFINE(HAVE_STDBOOL_H, 1, [Define to 1 if stdbool.h conforms to C99.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:677: -1- m4_define([m4_location(AC_HEADER_STDC)], [/usr/share/autoconf/autoconf/headers.m4:677])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:677: -1- m4_define([AC_HEADER_STDC], [_m4_defun_pro([$0])AC_CACHE_CHECK(for ANSI C header files, ac_cv_header_stdc,
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+]])],
+		    [ac_cv_header_stdc=yes],
+		    [ac_cv_header_stdc=no])
+
+if test $ac_cv_header_stdc = yes; then
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+  AC_EGREP_HEADER(memchr, string.h, , ac_cv_header_stdc=no)
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+  AC_EGREP_HEADER(free, stdlib.h, , ac_cv_header_stdc=no)
+fi
+
+if test $ac_cv_header_stdc = yes; then
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+  AC_RUN_IFELSE([AC_LANG_SOURCE(
+[[#include <ctype.h>
+#include <stdlib.h>
+#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;
+}]])], , ac_cv_header_stdc=no, :)
+fi])
+if test $ac_cv_header_stdc = yes; then
+  AC_DEFINE(STDC_HEADERS, 1,
+	    [Define to 1 if you have the ANSI C header files.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:734: -1- m4_define([m4_location(AC_HEADER_SYS_WAIT)], [/usr/share/autoconf/autoconf/headers.m4:734])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:734: -1- m4_define([AC_HEADER_SYS_WAIT], [_m4_defun_pro([$0])AC_CACHE_CHECK([for sys/wait.h that is POSIX.1 compatible],
+  ac_cv_header_sys_wait_h,
+[AC_COMPILE_IFELSE(
+[AC_LANG_PROGRAM([#include <sys/types.h>
+#include <sys/wait.h>
+#ifndef WEXITSTATUS
+# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
+#endif
+#ifndef WIFEXITED
+# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
+#endif
+],
+[  int s;
+  wait (&s);
+  s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;])],
+		 [ac_cv_header_sys_wait_h=yes],
+		 [ac_cv_header_sys_wait_h=no])])
+if test $ac_cv_header_sys_wait_h = yes; then
+  AC_DEFINE(HAVE_SYS_WAIT_H, 1,
+	    [Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:761: -1- m4_define([m4_location(AC_HEADER_TIME)], [/usr/share/autoconf/autoconf/headers.m4:761])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:761: -1- m4_define([AC_HEADER_TIME], [_m4_defun_pro([$0])AC_CACHE_CHECK([whether time.h and sys/time.h may both be included],
+  ac_cv_header_time,
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
+#include <sys/time.h>
+#include <time.h>
+],
+[if ((struct tm *) 0)
+return 0;])],
+		   [ac_cv_header_time=yes],
+		   [ac_cv_header_time=no])])
+if test $ac_cv_header_time = yes; then
+  AC_DEFINE(TIME_WITH_SYS_TIME, 1,
+	    [Define to 1 if you can safely include both <sys/time.h>
+	     and <time.h>.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:782: -1- m4_define([_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H], [AC_CACHE_CHECK([whether termios.h defines TIOCGWINSZ],
+		ac_cv_sys_tiocgwinsz_in_termios_h,
+[AC_EGREP_CPP([yes],
+	      [#include <sys/types.h>
+#include <termios.h>
+#ifdef TIOCGWINSZ
+  yes
+#endif
+],
+		ac_cv_sys_tiocgwinsz_in_termios_h=yes,
+		ac_cv_sys_tiocgwinsz_in_termios_h=no)])
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:799: -1- m4_define([_AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL], [AC_CACHE_CHECK([whether sys/ioctl.h defines TIOCGWINSZ],
+		ac_cv_sys_tiocgwinsz_in_sys_ioctl_h,
+[AC_EGREP_CPP([yes],
+	      [#include <sys/types.h>
+#include <sys/ioctl.h>
+#ifdef TIOCGWINSZ
+  yes
+#endif
+],
+		ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes,
+		ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=no)])
+])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:819: -1- m4_define([m4_location(AC_HEADER_TIOCGWINSZ)], [/usr/share/autoconf/autoconf/headers.m4:819])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:819: -1- m4_define([AC_HEADER_TIOCGWINSZ], [_m4_defun_pro([$0])_AC_HEADER_TIOCGWINSZ_IN_TERMIOS_H
+if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then
+  _AC_HEADER_TIOCGWINSZ_IN_SYS_IOCTL
+  if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then
+    AC_DEFINE(GWINSZ_IN_SYS_IOCTL,1,
+	      [Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>.])
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:833: -1- AU_DEFINE([AC_UNISTD_H], [m4_ifval([], [_au_warn_AC_UNISTD_H([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_CHECK_HEADERS(unistd.h)])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:833: -1- AU_DEFINE([_au_warn_AC_UNISTD_H], [m4_warning($@)dnl
+m4_define([_au_warn_AC_UNISTD_H], [])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:833: -1- m4_define([m4_location(AC_UNISTD_H)], [/usr/share/autoconf/autoconf/headers.m4:833])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:833: -1- m4_define([AC_UNISTD_H], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UNISTD_H' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_HEADERS(unistd.h)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:840: -1- AU_DEFINE([AC_USG], [m4_ifval([Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
+when you adjust your code to use HAVE_STRING_H.], [_au_warn_AC_USG([Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
+when you adjust your code to use HAVE_STRING_H.])AC_DIAGNOSE([obsolete], [Remove `AC_MSG_CHECKING', `AC_LINK_IFELSE' and this warning
+when you adjust your code to use HAVE_STRING_H.])d[]nl
+])dnl
+AC_MSG_CHECKING([for BSD string and memory functions])
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <strings.h>]],
+				[[rindex(0, 0); bzero(0, 0);]])],
+	       [AC_MSG_RESULT(yes)],
+	       [AC_MSG_RESULT(no)
+		AC_DEFINE(USG, 1,
+			  [Define to 1 if you do not have <strings.h>, index,
+			   bzero, etc... This symbol is obsolete, you should
+			   not depend upon it.])])
+AC_CHECK_HEADERS(string.h)])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:840: -1- AU_DEFINE([_au_warn_AC_USG], [m4_warning($@)dnl
+m4_define([_au_warn_AC_USG], [])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:840: -1- m4_define([m4_location(AC_USG)], [/usr/share/autoconf/autoconf/headers.m4:840])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:840: -1- m4_define([AC_USG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_USG' is obsolete.
+You should run autoupdate.])dnl
+AC_MSG_CHECKING([for BSD string and memory functions])
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <strings.h>]],
+				[[rindex(0, 0); bzero(0, 0);]])],
+	       [AC_MSG_RESULT(yes)],
+	       [AC_MSG_RESULT(no)
+		AC_DEFINE(USG, 1,
+			  [Define to 1 if you do not have <strings.h>, index,
+			   bzero, etc... This symbol is obsolete, you should
+			   not depend upon it.])])
+AC_CHECK_HEADERS(string.h)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:868: -1- AU_DEFINE([AC_MEMORY_H], [m4_ifval([Remove this warning and
+`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
+use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.], [_au_warn_AC_MEMORY_H([Remove this warning and
+`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
+use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])AC_DIAGNOSE([obsolete], [Remove this warning and
+`AC_CHECK_HEADER(memory.h, AC_DEFINE(...))' when you adjust your code to
+use HAVE_STRING_H and HAVE_MEMORY_H, not NEED_MEMORY_H.])d[]nl
+])dnl
+AC_CHECK_HEADER(memory.h,
+		[AC_DEFINE([NEED_MEMORY_H], 1,
+			   [Same as `HAVE_MEMORY_H', don't depend on me.])])
+AC_CHECK_HEADERS(string.h memory.h)])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:868: -1- AU_DEFINE([_au_warn_AC_MEMORY_H], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MEMORY_H], [])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:868: -1- m4_define([m4_location(AC_MEMORY_H)], [/usr/share/autoconf/autoconf/headers.m4:868])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:868: -1- m4_define([AC_MEMORY_H], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MEMORY_H' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_HEADER(memory.h,
+		[AC_DEFINE([NEED_MEMORY_H], 1,
+			   [Same as `HAVE_MEMORY_H', don't depend on me.])])
+AC_CHECK_HEADERS(string.h memory.h)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:883: -1- AU_DEFINE([AC_DIR_HEADER], [m4_ifval([Remove this warning and the four `AC_DEFINE' when you
+adjust your code to use `AC_HEADER_DIRENT'.], [_au_warn_AC_DIR_HEADER([Remove this warning and the four `AC_DEFINE' when you
+adjust your code to use `AC_HEADER_DIRENT'.])AC_DIAGNOSE([obsolete], [Remove this warning and the four `AC_DEFINE' when you
+adjust your code to use `AC_HEADER_DIRENT'.])d[]nl
+])dnl
+AC_HEADER_DIRENT
+AC_FUNC_CLOSEDIR_VOID
+test ac_cv_header_dirent_dirent_h &&
+  AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
+test ac_cv_header_dirent_sys_ndir_h &&
+  AC_DEFINE([SYSNDIR], 1, [Same as `HAVE_SYS_NDIR_H', don't depend on me.])
+test ac_cv_header_dirent_sys_dir_h &&
+  AC_DEFINE([SYSDIR], 1, [Same as `HAVE_SYS_DIR_H', don't depend on me.])
+test ac_cv_header_dirent_ndir_h &&
+  AC_DEFINE([NDIR], 1, [Same as `HAVE_NDIR_H', don't depend on me.])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:883: -1- AU_DEFINE([_au_warn_AC_DIR_HEADER], [m4_warning($@)dnl
+m4_define([_au_warn_AC_DIR_HEADER], [])])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:883: -1- m4_define([m4_location(AC_DIR_HEADER)], [/usr/share/autoconf/autoconf/headers.m4:883])
+m4trace:/usr/share/autoconf/autoconf/headers.m4:883: -1- m4_define([AC_DIR_HEADER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DIR_HEADER' is obsolete.
+You should run autoupdate.])dnl
+AC_HEADER_DIRENT
+AC_FUNC_CLOSEDIR_VOID
+test ac_cv_header_dirent_dirent_h &&
+  AC_DEFINE([DIRENT], 1, [Same as `HAVE_DIRENT_H', don't depend on me.])
+test ac_cv_header_dirent_sys_ndir_h &&
+  AC_DEFINE([SYSNDIR], 1, [Same as `HAVE_SYS_NDIR_H', don't depend on me.])
+test ac_cv_header_dirent_sys_dir_h &&
+  AC_DEFINE([SYSDIR], 1, [Same as `HAVE_SYS_DIR_H', don't depend on me.])
+test ac_cv_header_dirent_ndir_h &&
+  AC_DEFINE([NDIR], 1, [Same as `HAVE_NDIR_H', don't depend on me.])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:48: -1- m4_include([autoconf/types.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:48: -1- m4_define([m4_include(autoconf/types.m4)])
+m4trace:/usr/share/autoconf/autoconf/types.m4:125: -1- m4_define([_AC_CHECK_TYPE_NEW_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for $[]2], [$[]3],
+  [AS_VAR_SET([$[]3], [no])
+  AC_COMPILE_IFELSE(
+    [AC_LANG_PROGRAM([$[]4],
+       [if (sizeof ($[]2))
+	 return 0;])],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM([$[]4],
+	  [if (sizeof (($[]2)))
+	    return 0;])],
+       [],
+       [AS_VAR_SET([$[]3], [yes])])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:148: -1- m4_define([m4_location(_AC_CHECK_TYPE_NEW)], [/usr/share/autoconf/autoconf/types.m4:148])
+m4trace:/usr/share/autoconf/autoconf/types.m4:148: -1- m4_define([_AC_CHECK_TYPE_NEW], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_type],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_type],
+    [LINENO TYPE VAR INCLUDES],
+    [Tests whether TYPE exists after having included INCLUDES, setting
+     cache variable VAR accordingly.])],
+    [$0_BODY])AS_VAR_PUSHDEF([ac_Type], [ac_cv_type_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_type "$LINENO" "$1" "ac_Type" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
+AS_VAR_IF([ac_Type], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Type])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:167: -1- m4_define([_AC_CHECK_TYPES], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
+  [Define to 1 if the system has the type `$1'.])]])
+m4trace:/usr/share/autoconf/autoconf/types.m4:178: -1- m4_define([m4_location(AC_CHECK_TYPES)], [/usr/share/autoconf/autoconf/types.m4:178])
+m4trace:/usr/share/autoconf/autoconf/types.m4:178: -1- m4_define([AC_CHECK_TYPES], [_m4_defun_pro([$0])m4_map_args_sep([_AC_CHECK_TYPE_NEW(_$0(], [)[
+$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:188: -1- m4_define([_AC_CHECK_TYPE_OLD], [_AC_CHECK_TYPE_NEW([$1],,
+   [AC_DEFINE_UNQUOTED([$1], [$2],
+		       [Define to `$2' if <sys/types.h> does not define.])])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:203: -1- m4_define([_AC_CHECK_TYPE_REPLACEMENT_TYPE_P], [m4_bmatch([$1],
+	  [^\(_Bool\|bool\|char\|double\|float\|int\|long\|short\|\(un\)?signed\|[_a-zA-Z][_a-zA-Z0-9]*_t\)[][_a-zA-Z0-9() *]*$],
+	  1, 0)dnl
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:213: -1- m4_define([_AC_CHECK_TYPE_MAYBE_TYPE_P], [m4_bmatch([$1], [^[_a-zA-Z0-9 ]+\([_a-zA-Z0-9() *]\|\[\|\]\)*$],
+	  1, 0)dnl
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:232: -1- m4_define([m4_location(AC_CHECK_TYPE)], [/usr/share/autoconf/autoconf/types.m4:232])
+m4trace:/usr/share/autoconf/autoconf/types.m4:232: -1- m4_define([AC_CHECK_TYPE], [_m4_defun_pro([$0])m4_cond([$#], [3],
+  [_AC_CHECK_TYPE_NEW],
+	 [$#], [4],
+  [_AC_CHECK_TYPE_NEW],
+	 [_AC_CHECK_TYPE_REPLACEMENT_TYPE_P([$2])], [1],
+  [_AC_CHECK_TYPE_OLD],
+	 [_AC_CHECK_TYPE_MAYBE_TYPE_P([$2])], [1],
+  [AC_DIAGNOSE([syntax],
+	       [$0: assuming `$2' is not a type])_AC_CHECK_TYPE_NEW],
+  [_AC_CHECK_TYPE_NEW])($@)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:259: -1- m4_define([m4_location(AC_TYPE_GETGROUPS)], [/usr/share/autoconf/autoconf/types.m4:259])
+m4trace:/usr/share/autoconf/autoconf/types.m4:259: -1- m4_define([AC_TYPE_GETGROUPS], [_m4_defun_pro([$0])AC_REQUIRE([AC_TYPE_UID_T])dnl
+AC_CACHE_CHECK(type of array argument to getgroups, ac_cv_type_getgroups,
+[AC_RUN_IFELSE([AC_LANG_SOURCE(
+[[/* Thanks to Mike Rendell for this test.  */
+]AC_INCLUDES_DEFAULT[
+#define NGID 256
+#undef MAX
+#define MAX(x, y) ((x) > (y) ? (x) : (y))
+
+int
+main ()
+{
+  gid_t gidset[NGID];
+  int i, n;
+  union { gid_t gval; long int lval; }  val;
+
+  val.lval = -1;
+  for (i = 0; i < NGID; i++)
+    gidset[i] = val.gval;
+  n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
+		 gidset);
+  /* Exit non-zero if getgroups seems to require an array of ints.  This
+     happens when gid_t is short int but getgroups modifies an array
+     of ints.  */
+  return n > 0 && gidset[n] != val.gval;
+}]])],
+	       [ac_cv_type_getgroups=gid_t],
+	       [ac_cv_type_getgroups=int],
+	       [ac_cv_type_getgroups=cross])
+if test $ac_cv_type_getgroups = cross; then
+  dnl When we can't run the test program (we are cross compiling), presume
+  dnl that <unistd.h> has either an accurate prototype for getgroups or none.
+  dnl Old systems without prototypes probably use int.
+  AC_EGREP_HEADER([getgroups.*int.*gid_t], unistd.h,
+		  ac_cv_type_getgroups=gid_t, ac_cv_type_getgroups=int)
+fi])
+AC_DEFINE_UNQUOTED(GETGROUPS_T, $ac_cv_type_getgroups,
+		   [Define to the type of elements in the array set by
+		    `getgroups'. Usually this is either `int' or `gid_t'.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:304: -1- AU_DEFINE([AM_TYPE_PTRDIFF_T], [m4_ifval([], [_au_warn_AM_TYPE_PTRDIFF_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_CHECK_TYPES(ptrdiff_t)])
+m4trace:/usr/share/autoconf/autoconf/types.m4:304: -1- AU_DEFINE([_au_warn_AM_TYPE_PTRDIFF_T], [m4_warning($@)dnl
+m4_define([_au_warn_AM_TYPE_PTRDIFF_T], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:304: -1- m4_define([m4_location(AM_TYPE_PTRDIFF_T)], [/usr/share/autoconf/autoconf/types.m4:304])
+m4trace:/usr/share/autoconf/autoconf/types.m4:304: -1- m4_define([AM_TYPE_PTRDIFF_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_TYPE_PTRDIFF_T' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_TYPES(ptrdiff_t)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:310: -1- m4_define([m4_location(AC_TYPE_INTMAX_T)], [/usr/share/autoconf/autoconf/types.m4:310])
+m4trace:/usr/share/autoconf/autoconf/types.m4:310: -1- m4_define([AC_TYPE_INTMAX_T], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
+  AC_CHECK_TYPE([intmax_t],
+    [AC_DEFINE([HAVE_INTMAX_T], 1,
+       [Define to 1 if the system has the type `intmax_t'.])],
+    [test $ac_cv_type_long_long_int = yes \
+       && ac_type='long long int' \
+       || ac_type='long int'
+     AC_DEFINE_UNQUOTED([intmax_t], [$ac_type],
+       [Define to the widest signed integer type
+	if <stdint.h> and <inttypes.h> do not define.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:327: -1- m4_define([m4_location(AC_TYPE_UINTMAX_T)], [/usr/share/autoconf/autoconf/types.m4:327])
+m4trace:/usr/share/autoconf/autoconf/types.m4:327: -1- m4_define([AC_TYPE_UINTMAX_T], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  AC_CHECK_TYPE([uintmax_t],
+    [AC_DEFINE([HAVE_UINTMAX_T], 1,
+       [Define to 1 if the system has the type `uintmax_t'.])],
+    [test $ac_cv_type_unsigned_long_long_int = yes \
+       && ac_type='unsigned long long int' \
+       || ac_type='unsigned long int'
+     AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
+       [Define to the widest unsigned integer type
+	if <stdint.h> and <inttypes.h> do not define.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:344: -1- m4_define([m4_location(AC_TYPE_INTPTR_T)], [/usr/share/autoconf/autoconf/types.m4:344])
+m4trace:/usr/share/autoconf/autoconf/types.m4:344: -1- m4_define([AC_TYPE_INTPTR_T], [_m4_defun_pro([$0])
+  AC_CHECK_TYPE([intptr_t],
+    [AC_DEFINE([HAVE_INTPTR_T], 1,
+       [Define to 1 if the system has the type `intptr_t'.])],
+    [for ac_type in 'int' 'long int' 'long long int'; do
+       AC_COMPILE_IFELSE(
+	 [AC_LANG_BOOL_COMPILE_TRY(
+	    [AC_INCLUDES_DEFAULT],
+	    [[sizeof (void *) <= sizeof ($ac_type)]])],
+	 [AC_DEFINE_UNQUOTED([intptr_t], [$ac_type],
+	    [Define to the type of a signed integer type wide enough to
+	     hold a pointer, if such a type exists, and if the system
+	     does not define it.])
+	  ac_type=])
+       test -z "$ac_type" && break
+     done])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:366: -1- m4_define([m4_location(AC_TYPE_UINTPTR_T)], [/usr/share/autoconf/autoconf/types.m4:366])
+m4trace:/usr/share/autoconf/autoconf/types.m4:366: -1- m4_define([AC_TYPE_UINTPTR_T], [_m4_defun_pro([$0])
+  AC_CHECK_TYPE([uintptr_t],
+    [AC_DEFINE([HAVE_UINTPTR_T], 1,
+       [Define to 1 if the system has the type `uintptr_t'.])],
+    [for ac_type in 'unsigned int' 'unsigned long int' \
+	'unsigned long long int'; do
+       AC_COMPILE_IFELSE(
+	 [AC_LANG_BOOL_COMPILE_TRY(
+	    [AC_INCLUDES_DEFAULT],
+	    [[sizeof (void *) <= sizeof ($ac_type)]])],
+	 [AC_DEFINE_UNQUOTED([uintptr_t], [$ac_type],
+	    [Define to the type of an unsigned integer type wide enough to
+	     hold a pointer, if such a type exists, and if the system
+	     does not define it.])
+	  ac_type=])
+       test -z "$ac_type" && break
+     done])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:389: -1- m4_define([m4_location(AC_TYPE_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/types.m4:389])
+m4trace:/usr/share/autoconf/autoconf/types.m4:389: -1- m4_define([AC_TYPE_LONG_DOUBLE], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for long double], [ac_cv_type_long_double],
+    [if test "$GCC" = yes; then
+       ac_cv_type_long_double=yes
+     else
+       AC_COMPILE_IFELSE(
+	 [AC_LANG_BOOL_COMPILE_TRY(
+	    [[/* The Stardent Vistra knows sizeof (long double), but does
+		 not support it.  */
+	      long double foo = 0.0L;]],
+	    [[/* On Ultrix 4.3 cc, long double is 4 and double is 8.  */
+	      sizeof (double) <= sizeof (long double)]])],
+	 [ac_cv_type_long_double=yes],
+	 [ac_cv_type_long_double=no])
+     fi])
+  if test $ac_cv_type_long_double = yes; then
+    AC_DEFINE([HAVE_LONG_DOUBLE], 1,
+      [Define to 1 if the system has the type `long double'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:414: -1- m4_define([m4_location(AC_TYPE_LONG_DOUBLE_WIDER)], [/usr/share/autoconf/autoconf/types.m4:414])
+m4trace:/usr/share/autoconf/autoconf/types.m4:414: -1- m4_define([AC_TYPE_LONG_DOUBLE_WIDER], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK(
+    [for long double with more range or precision than double],
+    [ac_cv_type_long_double_wider],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_BOOL_COMPILE_TRY(
+	  [[#include <float.h>
+	    long double const a[] =
+	      {
+		 0.0L, DBL_MIN, DBL_MAX, DBL_EPSILON,
+		 LDBL_MIN, LDBL_MAX, LDBL_EPSILON
+	      };
+	    long double
+	    f (long double x)
+	    {
+	       return ((x + (unsigned long int) 10) * (-1 / x) + a[0]
+			+ (x ? f (x) : 'c'));
+	    }
+	  ]],
+	  [[(0 < ((DBL_MAX_EXP < LDBL_MAX_EXP)
+		   + (DBL_MANT_DIG < LDBL_MANT_DIG)
+		   - (LDBL_MAX_EXP < DBL_MAX_EXP)
+		   - (LDBL_MANT_DIG < DBL_MANT_DIG)))
+	    && (int) LDBL_EPSILON == 0
+	  ]])],
+       ac_cv_type_long_double_wider=yes,
+       ac_cv_type_long_double_wider=no)])
+  if test $ac_cv_type_long_double_wider = yes; then
+    AC_DEFINE([HAVE_LONG_DOUBLE_WIDER], 1,
+      [Define to 1 if the type `long double' works and has more range or
+       precision than `double'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:452: -1- AU_DEFINE([AC_C_LONG_DOUBLE], [m4_ifval([The macro `AC_C_LONG_DOUBLE' is obsolete.
+You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
+], [_au_warn_AC_C_LONG_DOUBLE([The macro `AC_C_LONG_DOUBLE' is obsolete.
+You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
+])AC_DIAGNOSE([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete.
+You should use `AC_TYPE_LONG_DOUBLE' or `AC_TYPE_LONG_DOUBLE_WIDER' instead.
+])d[]nl
+])dnl
+
+    AC_TYPE_LONG_DOUBLE_WIDER
+    ac_cv_c_long_double=$ac_cv_type_long_double_wider
+    if test $ac_cv_c_long_double = yes; then
+      AC_DEFINE([HAVE_LONG_DOUBLE], 1,
+	[Define to 1 if the type `long double' works and has more range or
+	 precision than `double'.])
+    fi
+  ])
+m4trace:/usr/share/autoconf/autoconf/types.m4:452: -1- AU_DEFINE([_au_warn_AC_C_LONG_DOUBLE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_C_LONG_DOUBLE], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:452: -1- m4_define([m4_location(AC_C_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/types.m4:452])
+m4trace:/usr/share/autoconf/autoconf/types.m4:452: -1- m4_define([AC_C_LONG_DOUBLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete.
+You should run autoupdate.])dnl
+
+    AC_TYPE_LONG_DOUBLE_WIDER
+    ac_cv_c_long_double=$ac_cv_type_long_double_wider
+    if test $ac_cv_c_long_double = yes; then
+      AC_DEFINE([HAVE_LONG_DOUBLE], 1,
+	[Define to 1 if the type `long double' works and has more range or
+	 precision than `double'.])
+    fi
+  []_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:474: -1- m4_define([m4_location(_AC_TYPE_LONG_LONG_SNIPPET)], [/usr/share/autoconf/autoconf/types.m4:474])
+m4trace:/usr/share/autoconf/autoconf/types.m4:474: -1- m4_define([_AC_TYPE_LONG_LONG_SNIPPET], [_m4_defun_pro([$0])
+  AC_LANG_PROGRAM(
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+	 implementations with broken preprocessors.  Perhaps this can
+	 be revisited in 2012.  In the meantime, code should not expect
+	 #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+		     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+		     ? 1 : -1)];
+      int i = 63;]],
+    [[/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+	      | (llmax / ll) | (llmax % ll)
+	      | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+	      | (ullmax / ull) | (ullmax % ull));]])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:503: -1- m4_define([m4_location(AC_TYPE_LONG_LONG_INT)], [/usr/share/autoconf/autoconf/types.m4:503])
+m4trace:/usr/share/autoconf/autoconf/types.m4:503: -1- m4_define([AC_TYPE_LONG_LONG_INT], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+     [ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+	ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+	if test $ac_cv_type_long_long_int = yes; then
+	  dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
+	  dnl If cross compiling, assume the bug is not important, since
+	  dnl nobody cross compiles for this platform as far as we know.
+	  AC_RUN_IFELSE(
+	    [AC_LANG_PROGRAM(
+	       [[@%:@include <limits.h>
+		 @%:@ifndef LLONG_MAX
+		 @%:@ define HALF \
+			  (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+		 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+		 @%:@endif]],
+	       [[long long int n = 1;
+		 int i;
+		 for (i = 0; ; i++)
+		   {
+		     long long int m = n << i;
+		     if (m >> i != n)
+		       return 1;
+		     if (LLONG_MAX / 2 < m)
+		       break;
+		   }
+		 return 0;]])],
+	    [],
+	    [ac_cv_type_long_long_int=no],
+	    [:])
+	fi
+      fi])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type `long long int'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:547: -1- m4_define([m4_location(AC_TYPE_UNSIGNED_LONG_LONG_INT)], [/usr/share/autoconf/autoconf/types.m4:547])
+m4trace:/usr/share/autoconf/autoconf/types.m4:547: -1- m4_define([AC_TYPE_UNSIGNED_LONG_LONG_INT], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       AC_LINK_IFELSE(
+	 [_AC_TYPE_LONG_LONG_SNIPPET],
+	 [],
+	 [ac_cv_type_unsigned_long_long_int=no])
+     fi])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type `unsigned long long int'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:567: -1- m4_define([m4_location(AC_TYPE_MBSTATE_T)], [/usr/share/autoconf/autoconf/types.m4:567])
+m4trace:/usr/share/autoconf/autoconf/types.m4:567: -1- m4_define([AC_TYPE_MBSTATE_T], [_m4_defun_pro([$0])AC_CACHE_CHECK([for mbstate_t], ac_cv_type_mbstate_t,
+     [AC_COMPILE_IFELSE(
+	[AC_LANG_PROGRAM(
+	   [AC_INCLUDES_DEFAULT
+#	    include <wchar.h>],
+	   [mbstate_t x; return sizeof x;])],
+	[ac_cv_type_mbstate_t=yes],
+	[ac_cv_type_mbstate_t=no])])
+   if test $ac_cv_type_mbstate_t = yes; then
+     AC_DEFINE([HAVE_MBSTATE_T], 1,
+	       [Define to 1 if <wchar.h> declares mbstate_t.])
+   else
+     AC_DEFINE([mbstate_t], int,
+	       [Define to a type if <wchar.h> does not define.])
+   fi[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:590: -1- m4_define([m4_location(AC_TYPE_UID_T)], [/usr/share/autoconf/autoconf/types.m4:590])
+m4trace:/usr/share/autoconf/autoconf/types.m4:590: -1- m4_define([AC_TYPE_UID_T], [_m4_defun_pro([$0])AC_CACHE_CHECK(for uid_t in sys/types.h, ac_cv_type_uid_t,
+[AC_EGREP_HEADER(uid_t, sys/types.h,
+  ac_cv_type_uid_t=yes, ac_cv_type_uid_t=no)])
+if test $ac_cv_type_uid_t = no; then
+  AC_DEFINE(uid_t, int, [Define to `int' if <sys/types.h> doesn't define.])
+  AC_DEFINE(gid_t, int, [Define to `int' if <sys/types.h> doesn't define.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:602: -1- m4_define([m4_location(AC_TYPE_SIZE_T)], [/usr/share/autoconf/autoconf/types.m4:602])
+m4trace:/usr/share/autoconf/autoconf/types.m4:602: -1- m4_define([AC_TYPE_SIZE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(size_t, unsigned int)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:605: -1- m4_define([m4_location(AC_TYPE_SSIZE_T)], [/usr/share/autoconf/autoconf/types.m4:605])
+m4trace:/usr/share/autoconf/autoconf/types.m4:605: -1- m4_define([AC_TYPE_SSIZE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(ssize_t, int)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:608: -1- m4_define([m4_location(AC_TYPE_PID_T)], [/usr/share/autoconf/autoconf/types.m4:608])
+m4trace:/usr/share/autoconf/autoconf/types.m4:608: -1- m4_define([AC_TYPE_PID_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(pid_t,  int)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:611: -1- m4_define([m4_location(AC_TYPE_OFF_T)], [/usr/share/autoconf/autoconf/types.m4:611])
+m4trace:/usr/share/autoconf/autoconf/types.m4:611: -1- m4_define([AC_TYPE_OFF_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(off_t,  long int)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:614: -1- m4_define([m4_location(AC_TYPE_MODE_T)], [/usr/share/autoconf/autoconf/types.m4:614])
+m4trace:/usr/share/autoconf/autoconf/types.m4:614: -1- m4_define([AC_TYPE_MODE_T], [_m4_defun_pro([$0])AC_CHECK_TYPE(mode_t, int)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:624: -1- m4_define([m4_location(AC_TYPE_INT8_T)], [/usr/share/autoconf/autoconf/types.m4:624])
+m4trace:/usr/share/autoconf/autoconf/types.m4:624: -1- m4_define([AC_TYPE_INT8_T], [_m4_defun_pro([$0])_AC_TYPE_INT(8)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:625: -1- m4_define([m4_location(AC_TYPE_INT16_T)], [/usr/share/autoconf/autoconf/types.m4:625])
+m4trace:/usr/share/autoconf/autoconf/types.m4:625: -1- m4_define([AC_TYPE_INT16_T], [_m4_defun_pro([$0])_AC_TYPE_INT(16)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:626: -1- m4_define([m4_location(AC_TYPE_INT32_T)], [/usr/share/autoconf/autoconf/types.m4:626])
+m4trace:/usr/share/autoconf/autoconf/types.m4:626: -1- m4_define([AC_TYPE_INT32_T], [_m4_defun_pro([$0])_AC_TYPE_INT(32)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:627: -1- m4_define([m4_location(AC_TYPE_INT64_T)], [/usr/share/autoconf/autoconf/types.m4:627])
+m4trace:/usr/share/autoconf/autoconf/types.m4:627: -1- m4_define([AC_TYPE_INT64_T], [_m4_defun_pro([$0])_AC_TYPE_INT(64)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:628: -1- m4_define([m4_location(AC_TYPE_UINT8_T)], [/usr/share/autoconf/autoconf/types.m4:628])
+m4trace:/usr/share/autoconf/autoconf/types.m4:628: -1- m4_define([AC_TYPE_UINT8_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(8)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:629: -1- m4_define([m4_location(AC_TYPE_UINT16_T)], [/usr/share/autoconf/autoconf/types.m4:629])
+m4trace:/usr/share/autoconf/autoconf/types.m4:629: -1- m4_define([AC_TYPE_UINT16_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(16)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:630: -1- m4_define([m4_location(AC_TYPE_UINT32_T)], [/usr/share/autoconf/autoconf/types.m4:630])
+m4trace:/usr/share/autoconf/autoconf/types.m4:630: -1- m4_define([AC_TYPE_UINT32_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(32)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:631: -1- m4_define([m4_location(AC_TYPE_UINT64_T)], [/usr/share/autoconf/autoconf/types.m4:631])
+m4trace:/usr/share/autoconf/autoconf/types.m4:631: -1- m4_define([AC_TYPE_UINT64_T], [_m4_defun_pro([$0])_AC_TYPE_UNSIGNED_INT(64)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:636: -1- m4_define([_AC_TYPE_INT_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for int$[]2_t], [$[]3],
+    [AS_VAR_SET([$[]3], [no])
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in int$[]2_t 'int' 'long int' \
+	 'long long int' 'short int' 'signed char'; do
+       AC_COMPILE_IFELSE(
+	 [AC_LANG_BOOL_COMPILE_TRY(
+	    [AC_INCLUDES_DEFAULT
+	     enum { N = $[]2 / 2 - 1 };],
+	    [0 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)])],
+	 [AC_COMPILE_IFELSE(
+	    [AC_LANG_BOOL_COMPILE_TRY(
+	       [AC_INCLUDES_DEFAULT
+	        enum { N = $[]2 / 2 - 1 };],
+	       [($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 1)
+		 < ($ac_type) ((((($ac_type) 1 << N) << N) - 1) * 2 + 2)])],
+	    [],
+	    [AS_CASE([$ac_type], [int$[]2_t],
+	       [AS_VAR_SET([$[]3], [yes])],
+	       [AS_VAR_SET([$[]3], [$ac_type])])])])
+       AS_VAR_IF([$[]3], [no], [], [break])
+     done])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:671: -1- m4_define([m4_location(_AC_TYPE_INT)], [/usr/share/autoconf/autoconf/types.m4:671])
+m4trace:/usr/share/autoconf/autoconf/types.m4:671: -1- m4_define([_AC_TYPE_INT], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_c_find_intX_t],
+  [AS_FUNCTION_DESCRIBE([ac_fn_c_find_intX_t], [LINENO BITS VAR],
+    [Finds a signed integer type with width BITS, setting cache variable VAR
+     accordingly.])],
+    [$0_BODY])ac_fn_c_find_intX_t "$LINENO" "$1" "ac_cv_c_int$1_t"
+case $ac_cv_c_int$1_t in #(
+  no|yes) ;; #(
+  *)
+    AC_DEFINE_UNQUOTED([int$1_t], [$ac_cv_c_int$1_t],
+      [Define to the type of a signed integer type of width exactly $1 bits
+       if such a type exists and the standard includes do not define it.]);;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:690: -1- m4_define([_AC_TYPE_UNSIGNED_INT_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for uint$[]2_t], $[]3,
+    [AS_VAR_SET([$[]3], [no])
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in uint$[]2_t 'unsigned int' 'unsigned long int' \
+	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+       AC_COMPILE_IFELSE(
+	 [AC_LANG_BOOL_COMPILE_TRY(
+	    [AC_INCLUDES_DEFAULT],
+	    [(($ac_type) -1 >> ($[]2 / 2 - 1)) >> ($[]2 / 2 - 1) == 3])],
+	 [AS_CASE([$ac_type], [uint$[]2_t],
+	    [AS_VAR_SET([$[]3], [yes])],
+	    [AS_VAR_SET([$[]3], [$ac_type])])])
+       AS_VAR_IF([$[]3], [no], [], [break])
+     done])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:718: -1- m4_define([m4_location(_AC_TYPE_UNSIGNED_INT)], [/usr/share/autoconf/autoconf/types.m4:718])
+m4trace:/usr/share/autoconf/autoconf/types.m4:718: -1- m4_define([_AC_TYPE_UNSIGNED_INT], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_c_find_uintX_t],
+  [AS_FUNCTION_DESCRIBE([ac_fn_c_find_uintX_t], [LINENO BITS VAR],
+    [Finds an unsigned integer type with width BITS, setting cache variable VAR
+     accordingly.])],
+  [$0_BODY])ac_fn_c_find_uintX_t "$LINENO" "$1" "ac_cv_c_uint$1_t"
+case $ac_cv_c_uint$1_t in #(
+  no|yes) ;; #(
+  *)
+    m4_bmatch([$1], [^\(8\|32\|64\)$],
+      [AC_DEFINE([_UINT$1_T], 1,
+	 [Define for Solaris 2.5.1 so the uint$1_t typedef from
+	  <sys/synch.h>, <pthread.h>, or <semaphore.h> is not used.
+	  If the typedef were allowed, the #define below would cause a
+	  syntax error.])])
+    AC_DEFINE_UNQUOTED([uint$1_t], [$ac_cv_c_uint$1_t],
+      [Define to the type of an unsigned integer type of width exactly $1 bits
+       if such a type exists and the standard includes do not define it.]);;
+  esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:746: -1- AU_DEFINE([AC_TYPE_SIGNAL], [m4_ifval([your code may safely assume C89 semantics that RETSIGTYPE is void.
+Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.], [_au_warn_AC_TYPE_SIGNAL([your code may safely assume C89 semantics that RETSIGTYPE is void.
+Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code may safely assume C89 semantics that RETSIGTYPE is void.
+Remove this warning and the `AC_CACHE_CHECK' when you adjust the code.])d[]nl
+])dnl
+AC_CACHE_CHECK([return type of signal handlers], ac_cv_type_signal,
+[AC_COMPILE_IFELSE(
+[AC_LANG_PROGRAM([#include <sys/types.h>
+#include <signal.h>
+],
+		 [return *(signal (0, 0)) (0) == 1;])],
+		   [ac_cv_type_signal=int],
+		   [ac_cv_type_signal=void])])
+AC_DEFINE_UNQUOTED(RETSIGTYPE, $ac_cv_type_signal,
+		   [Define as the return type of signal handlers
+		    (`int' or `void').])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:746: -1- AU_DEFINE([_au_warn_AC_TYPE_SIGNAL], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TYPE_SIGNAL], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:746: -1- m4_define([m4_location(AC_TYPE_SIGNAL)], [/usr/share/autoconf/autoconf/types.m4:746])
+m4trace:/usr/share/autoconf/autoconf/types.m4:746: -1- m4_define([AC_TYPE_SIGNAL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TYPE_SIGNAL' is obsolete.
+You should run autoupdate.])dnl
+AC_CACHE_CHECK([return type of signal handlers], ac_cv_type_signal,
+[AC_COMPILE_IFELSE(
+[AC_LANG_PROGRAM([#include <sys/types.h>
+#include <signal.h>
+],
+		 [return *(signal (0, 0)) (0) == 1;])],
+		   [ac_cv_type_signal=int],
+		   [ac_cv_type_signal=void])])
+AC_DEFINE_UNQUOTED(RETSIGTYPE, $ac_cv_type_signal,
+		   [Define as the return type of signal handlers
+		    (`int' or `void').])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:773: -1- m4_define([m4_location(AC_CHECK_SIZEOF)], [/usr/share/autoconf/autoconf/types.m4:773])
+m4trace:/usr/share/autoconf/autoconf/types.m4:773: -1- m4_define([AC_CHECK_SIZEOF], [_m4_defun_pro([$0])AS_LITERAL_IF(m4_translit([[$1]], [*], [p]), [],
+	       [m4_fatal([$0: requires literal arguments])])# The cast to long int works around a bug in the HP C Compiler
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
+# This bug is HP SR number 8606223364.
+_AC_CACHE_CHECK_INT([size of $1], [AS_TR_SH([ac_cv_sizeof_$1])],
+  [(long int) (sizeof ($1))],
+  [AC_INCLUDES_DEFAULT([$3])],
+  [if test "$AS_TR_SH([ac_cv_type_$1])" = yes; then
+     AC_MSG_FAILURE([cannot compute sizeof ($1)], 77)
+   else
+     AS_TR_SH([ac_cv_sizeof_$1])=0
+   fi])
+
+AC_DEFINE_UNQUOTED(AS_TR_CPP(sizeof_$1), $AS_TR_SH([ac_cv_sizeof_$1]),
+		   [The size of `$1', as computed by sizeof.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:800: -1- m4_define([m4_location(AC_CHECK_ALIGNOF)], [/usr/share/autoconf/autoconf/types.m4:800])
+m4trace:/usr/share/autoconf/autoconf/types.m4:800: -1- m4_define([AC_CHECK_ALIGNOF], [_m4_defun_pro([$0])m4_if(m4_index(m4_translit([[$1]], [`\"], [$]), [$]), [-1], [],
+       [m4_fatal([$0: requires literal arguments])])_$0([$1], [$2], m4_translit([[$1]], [{;}], [___]))[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:805: -1- m4_define([_AC_CHECK_ALIGNOF], [# The cast to long int works around a bug in the HP C Compiler,
+# see AC_CHECK_SIZEOF for more information.
+_AC_CACHE_CHECK_INT([alignment of $1], [AS_TR_SH([ac_cv_alignof_$3])],
+  [(long int) offsetof (ac__type_alignof_, y)],
+  [AC_INCLUDES_DEFAULT([$2])
+#ifndef offsetof
+# define offsetof(type, member) ((char *) &((type *) 0)->member - (char *) 0)
+#endif
+typedef struct { char x; $1 y; } ac__type_alignof_;],
+  [if test "$AS_TR_SH([ac_cv_type_$3])" = yes; then
+     AC_MSG_FAILURE([cannot compute alignment of $1], 77)
+   else
+     AS_TR_SH([ac_cv_alignof_$3])=0
+   fi])
+
+AC_DEFINE_UNQUOTED(AS_TR_CPP(alignof_$3), $AS_TR_SH([ac_cv_alignof_$3]),
+		   [The normal alignment of `$1', in bytes.])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:829: -1- AU_DEFINE([AC_INT_16_BITS], [m4_ifval([your code should no longer depend upon `INT_16_BITS', but upon
+`SIZEOF_INT == 2'.  Remove this warning and the `AC_DEFINE' when you
+adjust the code.], [_au_warn_AC_INT_16_BITS([your code should no longer depend upon `INT_16_BITS', but upon
+`SIZEOF_INT == 2'.  Remove this warning and the `AC_DEFINE' when you
+adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `INT_16_BITS', but upon
+`SIZEOF_INT == 2'.  Remove this warning and the `AC_DEFINE' when you
+adjust the code.])d[]nl
+])dnl
+AC_CHECK_SIZEOF([int])
+test $ac_cv_sizeof_int = 2 &&
+  AC_DEFINE(INT_16_BITS, 1,
+	    [Define to 1 if `sizeof (int)' = 2.  Obsolete, use `SIZEOF_INT'.])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:829: -1- AU_DEFINE([_au_warn_AC_INT_16_BITS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_INT_16_BITS], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:829: -1- m4_define([m4_location(AC_INT_16_BITS)], [/usr/share/autoconf/autoconf/types.m4:829])
+m4trace:/usr/share/autoconf/autoconf/types.m4:829: -1- m4_define([AC_INT_16_BITS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INT_16_BITS' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_SIZEOF([int])
+test $ac_cv_sizeof_int = 2 &&
+  AC_DEFINE(INT_16_BITS, 1,
+	    [Define to 1 if `sizeof (int)' = 2.  Obsolete, use `SIZEOF_INT'.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:841: -1- AU_DEFINE([AC_LONG_64_BITS], [m4_ifval([your code should no longer depend upon `LONG_64_BITS', but upon
+`SIZEOF_LONG_INT == 8'.  Remove this warning and the `AC_DEFINE' when
+you adjust the code.], [_au_warn_AC_LONG_64_BITS([your code should no longer depend upon `LONG_64_BITS', but upon
+`SIZEOF_LONG_INT == 8'.  Remove this warning and the `AC_DEFINE' when
+you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `LONG_64_BITS', but upon
+`SIZEOF_LONG_INT == 8'.  Remove this warning and the `AC_DEFINE' when
+you adjust the code.])d[]nl
+])dnl
+AC_CHECK_SIZEOF([long int])
+test $ac_cv_sizeof_long_int = 8 &&
+  AC_DEFINE(LONG_64_BITS, 1,
+	    [Define to 1 if `sizeof (long int)' = 8.  Obsolete, use
+	     `SIZEOF_LONG_INT'.])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:841: -1- AU_DEFINE([_au_warn_AC_LONG_64_BITS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LONG_64_BITS], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:841: -1- m4_define([m4_location(AC_LONG_64_BITS)], [/usr/share/autoconf/autoconf/types.m4:841])
+m4trace:/usr/share/autoconf/autoconf/types.m4:841: -1- m4_define([AC_LONG_64_BITS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_64_BITS' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_SIZEOF([long int])
+test $ac_cv_sizeof_long_int = 8 &&
+  AC_DEFINE(LONG_64_BITS, 1,
+	    [Define to 1 if `sizeof (long int)' = 8.  Obsolete, use
+	     `SIZEOF_LONG_INT'.])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:865: -1- m4_define([_AC_CHECK_MEMBER_BODY], [  AS_LINENO_PUSH([$[]1])
+  AC_CACHE_CHECK([for $[]2.$[]3], [$[]4],
+  [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]5],
+[static $[]2 ac_aggr;
+if (ac_aggr.$[]3)
+return 0;])],
+		[AS_VAR_SET([$[]4], [yes])],
+  [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$[]5],
+[static $[]2 ac_aggr;
+if (sizeof ac_aggr.$[]3)
+return 0;])],
+		[AS_VAR_SET([$[]4], [yes])],
+		[AS_VAR_SET([$[]4], [no])])])])
+  AS_LINENO_POP
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:888: -1- m4_define([m4_location(AC_CHECK_MEMBER)], [/usr/share/autoconf/autoconf/types.m4:888])
+m4trace:/usr/share/autoconf/autoconf/types.m4:888: -1- m4_define([AC_CHECK_MEMBER], [_m4_defun_pro([$0])AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_check_member],
+  [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_check_member],
+    [LINENO AGGR MEMBER VAR INCLUDES],
+    [Tries to find if the field MEMBER exists in type AGGR, after including
+     INCLUDES, setting cache variable VAR accordingly.])],
+    [_$0_BODY])AS_LITERAL_IF([$1], [], [m4_fatal([$0: requires literal arguments])])m4_if(m4_index([$1], [.]), [-1],
+  [m4_fatal([$0: Did not see any dot in `$1'])])AS_VAR_PUSHDEF([ac_Member], [ac_cv_member_$1])ac_fn_[]_AC_LANG_ABBREV[]_check_member "$LINENO" m4_bpatsubst([$1], [^\([^.]*\)\.\(.*\)], ["\1" "\2"]) "ac_Member" "AS_ESCAPE([AC_INCLUDES_DEFAULT([$4])], [""])"
+AS_VAR_IF([ac_Member], [yes], [$2], [$3])
+AS_VAR_POPDEF([ac_Member])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:911: -1- m4_define([_AC_CHECK_MEMBERS], [[$1], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_$1]), [1],
+  [Define to 1 if `]m4_bpatsubst([$1],
+    [^\([^.]*\)\.\(.*\)], [[\2' is a member of `\1]])['.])]])
+m4trace:/usr/share/autoconf/autoconf/types.m4:921: -1- m4_define([m4_location(AC_CHECK_MEMBERS)], [/usr/share/autoconf/autoconf/types.m4:921])
+m4trace:/usr/share/autoconf/autoconf/types.m4:921: -1- m4_define([AC_CHECK_MEMBERS], [_m4_defun_pro([$0])m4_map_args_sep([AC_CHECK_MEMBER(_$0(], [)[
+$2], [$3], [$4])], [], $1)[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:939: -1- m4_define([m4_location(_AC_STRUCT_DIRENT)], [/usr/share/autoconf/autoconf/types.m4:939])
+m4trace:/usr/share/autoconf/autoconf/types.m4:939: -1- m4_define([_AC_STRUCT_DIRENT], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_HEADER_DIRENT])
+  AC_CHECK_MEMBERS([struct dirent.$1], [], [],
+    [[
+#include <sys/types.h>
+#ifdef HAVE_DIRENT_H
+# include <dirent.h>
+#else
+# define dirent direct
+# ifdef HAVE_SYS_NDIR_H
+#  include <sys/ndir.h>
+# endif
+# ifdef HAVE_SYS_DIR_H
+#  include <sys/dir.h>
+# endif
+# ifdef HAVE_NDIR_H
+#  include <ndir.h>
+# endif
+#endif
+    ]])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:964: -1- m4_define([m4_location(AC_STRUCT_DIRENT_D_INO)], [/usr/share/autoconf/autoconf/types.m4:964])
+m4trace:/usr/share/autoconf/autoconf/types.m4:964: -1- m4_define([AC_STRUCT_DIRENT_D_INO], [_m4_defun_pro([$0])_AC_STRUCT_DIRENT([d_ino])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:968: -1- m4_define([m4_location(AC_STRUCT_DIRENT_D_TYPE)], [/usr/share/autoconf/autoconf/types.m4:968])
+m4trace:/usr/share/autoconf/autoconf/types.m4:968: -1- m4_define([AC_STRUCT_DIRENT_D_TYPE], [_m4_defun_pro([$0])_AC_STRUCT_DIRENT([d_type])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:973: -1- AU_DEFINE([AC_STRUCT_ST_BLKSIZE], [m4_ifval([your code should no longer depend upon `HAVE_ST_BLKSIZE', but
+`HAVE_STRUCT_STAT_ST_BLKSIZE'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.], [_au_warn_AC_STRUCT_ST_BLKSIZE([your code should no longer depend upon `HAVE_ST_BLKSIZE', but
+`HAVE_STRUCT_STAT_ST_BLKSIZE'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `HAVE_ST_BLKSIZE', but
+`HAVE_STRUCT_STAT_ST_BLKSIZE'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.])d[]nl
+])dnl
+AC_CHECK_MEMBERS([struct stat.st_blksize],
+		 [AC_DEFINE(HAVE_ST_BLKSIZE, 1,
+			    [Define to 1 if your `struct stat' has
+			     `st_blksize'.  Deprecated, use
+			     `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:973: -1- AU_DEFINE([_au_warn_AC_STRUCT_ST_BLKSIZE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_STRUCT_ST_BLKSIZE], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:973: -1- m4_define([m4_location(AC_STRUCT_ST_BLKSIZE)], [/usr/share/autoconf/autoconf/types.m4:973])
+m4trace:/usr/share/autoconf/autoconf/types.m4:973: -1- m4_define([AC_STRUCT_ST_BLKSIZE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRUCT_ST_BLKSIZE' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_MEMBERS([struct stat.st_blksize],
+		 [AC_DEFINE(HAVE_ST_BLKSIZE, 1,
+			    [Define to 1 if your `struct stat' has
+			     `st_blksize'.  Deprecated, use
+			     `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:999: -1- m4_define([m4_location(AC_STRUCT_ST_BLOCKS)], [/usr/share/autoconf/autoconf/types.m4:999])
+m4trace:/usr/share/autoconf/autoconf/types.m4:999: -1- m4_define([AC_STRUCT_ST_BLOCKS], [_m4_defun_pro([$0])AC_CHECK_MEMBERS([struct stat.st_blocks],
+		  [AC_DEFINE(HAVE_ST_BLOCKS, 1,
+			     [Define to 1 if your `struct stat' has
+			      `st_blocks'.  Deprecated, use
+			      `HAVE_STRUCT_STAT_ST_BLOCKS' instead.])],
+		  [AC_LIBOBJ([fileblocks])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1011: -1- AU_DEFINE([AC_STRUCT_ST_RDEV], [m4_ifval([your code should no longer depend upon `HAVE_ST_RDEV', but
+`HAVE_STRUCT_STAT_ST_RDEV'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.], [_au_warn_AC_STRUCT_ST_RDEV([your code should no longer depend upon `HAVE_ST_RDEV', but
+`HAVE_STRUCT_STAT_ST_RDEV'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.])AC_DIAGNOSE([obsolete], [your code should no longer depend upon `HAVE_ST_RDEV', but
+`HAVE_STRUCT_STAT_ST_RDEV'.  Remove this warning and
+the `AC_DEFINE' when you adjust the code.])d[]nl
+])dnl
+AC_CHECK_MEMBERS([struct stat.st_rdev],
+		 [AC_DEFINE(HAVE_ST_RDEV, 1,
+			    [Define to 1 if your `struct stat' has `st_rdev'.
+			     Deprecated, use `HAVE_STRUCT_STAT_ST_RDEV'
+			     instead.])])
+])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1011: -1- AU_DEFINE([_au_warn_AC_STRUCT_ST_RDEV], [m4_warning($@)dnl
+m4_define([_au_warn_AC_STRUCT_ST_RDEV], [])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1011: -1- m4_define([m4_location(AC_STRUCT_ST_RDEV)], [/usr/share/autoconf/autoconf/types.m4:1011])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1011: -1- m4_define([AC_STRUCT_ST_RDEV], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STRUCT_ST_RDEV' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_MEMBERS([struct stat.st_rdev],
+		 [AC_DEFINE(HAVE_ST_RDEV, 1,
+			    [Define to 1 if your `struct stat' has `st_rdev'.
+			     Deprecated, use `HAVE_STRUCT_STAT_ST_RDEV'
+			     instead.])])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1026: -1- m4_define([m4_location(AC_STRUCT_TM)], [/usr/share/autoconf/autoconf/types.m4:1026])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1026: -1- m4_define([AC_STRUCT_TM], [_m4_defun_pro([$0])AC_CACHE_CHECK([whether struct tm is in sys/time.h or time.h],
+  ac_cv_struct_tm,
+[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <sys/types.h>
+#include <time.h>
+],
+				    [struct tm tm;
+				     int *p = &tm.tm_sec;
+				     return !p;])],
+		   [ac_cv_struct_tm=time.h],
+		   [ac_cv_struct_tm=sys/time.h])])
+if test $ac_cv_struct_tm = sys/time.h; then
+  AC_DEFINE(TM_IN_SYS_TIME, 1,
+	    [Define to 1 if your <sys/time.h> declares `struct tm'.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1050: -1- m4_define([m4_location(AC_STRUCT_TIMEZONE)], [/usr/share/autoconf/autoconf/types.m4:1050])
+m4trace:/usr/share/autoconf/autoconf/types.m4:1050: -1- m4_define([AC_STRUCT_TIMEZONE], [_m4_defun_pro([$0])AC_REQUIRE([AC_STRUCT_TM])dnl
+AC_CHECK_MEMBERS([struct tm.tm_zone],,,[#include <sys/types.h>
+#include <$ac_cv_struct_tm>
+])
+if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
+  AC_DEFINE(HAVE_TM_ZONE, 1,
+	    [Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
+	     `HAVE_STRUCT_TM_TM_ZONE' instead.])
+else
+  AC_CHECK_DECLS([tzname], , , [#include <time.h>])
+  AC_CACHE_CHECK(for tzname, ac_cv_var_tzname,
+[AC_LINK_IFELSE([AC_LANG_PROGRAM(
+[[#include <time.h>
+#if !HAVE_DECL_TZNAME
+extern char *tzname[];
+#endif
+]],
+[[return tzname[0][0];]])],
+		[ac_cv_var_tzname=yes],
+		[ac_cv_var_tzname=no])])
+  if test $ac_cv_var_tzname = yes; then
+    AC_DEFINE(HAVE_TZNAME, 1,
+	      [Define to 1 if you don't have `tm_zone' but do have the external
+	       array `tzname'.])
+  fi
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:49: -1- m4_include([autoconf/libs.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:49: -1- m4_define([m4_include(autoconf/libs.m4)])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:47: -1- m4_define([m4_location(AC_SEARCH_LIBS)], [/usr/share/autoconf/autoconf/libs.m4:47])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:47: -1- m4_define([AC_SEARCH_LIBS], [_m4_defun_pro([$0])AS_VAR_PUSHDEF([ac_Search], [ac_cv_search_$1])dnl
+AC_CACHE_CHECK([for library containing $1], [ac_Search],
+[ac_func_search_save_LIBS=$LIBS
+AC_LANG_CONFTEST([AC_LANG_CALL([], [$1])])
+for ac_lib in '' $2; do
+  if test -z "$ac_lib"; then
+    ac_res="none required"
+  else
+    ac_res=-l$ac_lib
+    LIBS="-l$ac_lib $5 $ac_func_search_save_LIBS"
+  fi
+  AC_LINK_IFELSE([], [AS_VAR_SET([ac_Search], [$ac_res])])
+  AS_VAR_SET_IF([ac_Search], [break])
+done
+AS_VAR_SET_IF([ac_Search], , [AS_VAR_SET([ac_Search], [no])])
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS])
+AS_VAR_COPY([ac_res], [ac_Search])
+AS_IF([test "$ac_res" != no],
+  [test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+  $3],
+      [$4])
+AS_VAR_POPDEF([ac_Search])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:99: -1- m4_define([m4_location(AC_CHECK_LIB)], [/usr/share/autoconf/autoconf/libs.m4:99])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:99: -1- m4_define([AC_CHECK_LIB], [_m4_defun_pro([$0])m4_ifval([$3], , [AH_CHECK_LIB([$1])])dnl
+AS_LITERAL_WORD_IF([$1],
+	      [AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1_$2])],
+	      [AS_VAR_PUSHDEF([ac_Lib], [ac_cv_lib_$1''_$2])])dnl
+AC_CACHE_CHECK([for $2 in -l$1], [ac_Lib],
+[ac_check_lib_save_LIBS=$LIBS
+LIBS="-l$1 $5 $LIBS"
+AC_LINK_IFELSE([AC_LANG_CALL([], [$2])],
+	       [AS_VAR_SET([ac_Lib], [yes])],
+	       [AS_VAR_SET([ac_Lib], [no])])
+LIBS=$ac_check_lib_save_LIBS])
+AS_VAR_IF([ac_Lib], [yes],
+      [m4_default([$3], [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_LIB$1))
+  LIBS="-l$1 $LIBS"
+])],
+      [$4])
+AS_VAR_POPDEF([ac_Lib])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:122: -1- m4_define([AH_CHECK_LIB], [AH_TEMPLATE(AS_TR_CPP([HAVE_LIB$1]),
+	     [Define to 1 if you have the `$1' library (-l$1).])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:137: -1- AU_DEFINE([AC_HAVE_LIBRARY], [m4_ifval([], [_au_warn_AC_HAVE_LIBRARY([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_pushdef([AC_Lib_Name],
+	    m4_bpatsubst(m4_bpatsubst([[$1]],
+				    [lib\([^\.]*\)\.a], [\1]),
+			[-l], []))dnl
+AC_CHECK_LIB(AC_Lib_Name, main, [$2], [$3], [$4])dnl
+ac_cv_lib_[]AC_Lib_Name()=ac_cv_lib_[]AC_Lib_Name()_main
+m4_popdef([AC_Lib_Name])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:137: -1- AU_DEFINE([_au_warn_AC_HAVE_LIBRARY], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HAVE_LIBRARY], [])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:137: -1- m4_define([m4_location(AC_HAVE_LIBRARY)], [/usr/share/autoconf/autoconf/libs.m4:137])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:137: -1- m4_define([AC_HAVE_LIBRARY], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_LIBRARY' is obsolete.
+You should run autoupdate.])dnl
+m4_pushdef([AC_Lib_Name],
+	    m4_bpatsubst(m4_bpatsubst([[$1]],
+				    [lib\([^\.]*\)\.a], [\1]),
+			[-l], []))dnl
+AC_CHECK_LIB(AC_Lib_Name, main, [$2], [$3], [$4])dnl
+ac_cv_lib_[]AC_Lib_Name()=ac_cv_lib_[]AC_Lib_Name()_main
+m4_popdef([AC_Lib_Name])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:165: -1- m4_define([_AC_PATH_X_XMKMF], [AC_ARG_VAR(XMKMF, [Path to xmkmf, Makefile generator for X Window System])dnl
+rm -f -r conftest.dir
+if mkdir conftest.dir; then
+  cd conftest.dir
+  cat >Imakefile <<'_ACEOF'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
+_ACEOF
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl dylib la dll; do
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
+	ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case $ac_im_incroot in
+	/usr/include) ac_x_includes= ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+    esac
+    case $ac_im_usrlibdir in
+	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
+    esac
+  fi
+  cd ..
+  rm -f -r conftest.dir
+fi
+])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:212: -1- m4_define([_AC_PATH_X_DIRECT], [# Standard set of common directories for X headers.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+ac_x_header_dirs='
+/usr/X11/include
+/usr/X11R7/include
+/usr/X11R6/include
+/usr/X11R5/include
+/usr/X11R4/include
+
+/usr/include/X11
+/usr/include/X11R7
+/usr/include/X11R6
+/usr/include/X11R5
+/usr/include/X11R4
+
+/usr/local/X11/include
+/usr/local/X11R7/include
+/usr/local/X11R6/include
+/usr/local/X11R5/include
+/usr/local/X11R4/include
+
+/usr/local/include/X11
+/usr/local/include/X11R7
+/usr/local/include/X11R6
+/usr/local/include/X11R5
+/usr/local/include/X11R4
+
+/usr/X386/include
+/usr/x386/include
+/usr/XFree86/include/X11
+
+/usr/include
+/usr/local/include
+/usr/unsupported/include
+/usr/athena/include
+/usr/local/x11r5/include
+/usr/lpp/Xamples/include
+
+/usr/openwin/include
+/usr/openwin/share/include'
+
+if test "$ac_x_includes" = no; then
+  # Guess where to find include files, by looking for Xlib.h.
+  # First, try using that file with no special directory specified.
+  AC_PREPROC_IFELSE([AC_LANG_SOURCE([@%:@include <X11/Xlib.h>])],
+[# We can compile using X headers with no special include directory.
+ac_x_includes=],
+[for ac_dir in $ac_x_header_dirs; do
+  if test -r "$ac_dir/X11/Xlib.h"; then
+    ac_x_includes=$ac_dir
+    break
+  fi
+done])
+fi # $ac_x_includes = no
+
+if test "$ac_x_libraries" = no; then
+  # Check for the libraries.
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS=$LIBS
+  LIBS="-lX11 $LIBS"
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
+				  [XrmInitialize ()])],
+		 [LIBS=$ac_save_LIBS
+# We can link X programs with no special library path.
+ac_x_libraries=],
+		 [LIBS=$ac_save_LIBS
+for ac_dir in `AS_ECHO(["$ac_x_includes $ac_x_header_dirs"]) | sed s/include/lib/g`
+do
+  # Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl dylib la dll; do
+    if test -r "$ac_dir/libX11.$ac_extension"; then
+      ac_x_libraries=$ac_dir
+      break 2
+    fi
+  done
+done])
+fi # $ac_x_libraries = no
+])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:297: -1- m4_define([m4_location(_AC_PATH_X)], [/usr/share/autoconf/autoconf/libs.m4:297])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:297: -1- m4_define([_AC_PATH_X], [_m4_defun_pro([$0])AC_CACHE_VAL(ac_cv_have_x,
+[# One or both of the vars are not set, and there is no cached value.
+ac_x_includes=no ac_x_libraries=no
+_AC_PATH_X_XMKMF
+_AC_PATH_X_DIRECT
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
+  *)
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
+esac])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:323: -1- m4_define([m4_location(AC_PATH_X)], [/usr/share/autoconf/autoconf/libs.m4:323])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:323: -1- m4_define([AC_PATH_X], [_m4_defun_pro([$0])dnl Document the X abnormal options inherited from history.
+m4_divert_once([HELP_BEGIN], [
+X features:
+  --x-includes=DIR    X include files are in DIR
+  --x-libraries=DIR   X library files are in DIR])dnl
+AC_MSG_CHECKING([for X])
+
+AC_ARG_WITH(x, [  --with-x                use the X Window System])
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
+else
+  case $x_includes,$x_libraries in #(
+    *\'*) AC_MSG_ERROR([cannot use X directory names containing ']);; #(
+    *,NONE | NONE,*) _AC_PATH_X;; #(
+    *) have_x=yes;;
+  esac
+  eval "$ac_cv_have_x"
+fi # $with_x != no
+
+if test "$have_x" != yes; then
+  AC_MSG_RESULT([$have_x])
+  no_x=yes
+else
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  AC_MSG_RESULT([libraries $x_libraries, headers $x_includes])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:365: -1- m4_define([m4_location(AC_PATH_XTRA)], [/usr/share/autoconf/autoconf/libs.m4:365])
+m4trace:/usr/share/autoconf/autoconf/libs.m4:365: -1- m4_define([AC_PATH_XTRA], [_m4_defun_pro([$0])AC_REQUIRE([AC_PATH_X])dnl
+if test "$no_x" = yes; then
+  # Not all programs may use this symbol, but it does not hurt to define it.
+  AC_DEFINE([X_DISPLAY_MISSING], 1,
+	    [Define to 1 if the X Window System is missing or not being used.])
+  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
+else
+  if test -n "$x_includes"; then
+    X_CFLAGS="$X_CFLAGS -I$x_includes"
+  fi
+
+  # It would also be nice to do this for all -L options, not just this one.
+  if test -n "$x_libraries"; then
+    X_LIBS="$X_LIBS -L$x_libraries"
+    # For Solaris; some versions of Sun CC require a space after -R and
+    # others require no space.  Words are not sufficient . . . .
+    AC_MSG_CHECKING([whether -R must be followed by a space])
+    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
+    ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag=$ac_[]_AC_LANG_ABBREV[]_werror_flag
+    ac_[]_AC_LANG_ABBREV[]_werror_flag=yes
+    AC_LINK_IFELSE([AC_LANG_PROGRAM()],
+      [AC_MSG_RESULT([no])
+       X_LIBS="$X_LIBS -R$x_libraries"],
+      [LIBS="$ac_xsave_LIBS -R $x_libraries"
+       AC_LINK_IFELSE([AC_LANG_PROGRAM()],
+	 [AC_MSG_RESULT([yes])
+	  X_LIBS="$X_LIBS -R $x_libraries"],
+	 [AC_MSG_RESULT([neither works])])])
+    ac_[]_AC_LANG_ABBREV[]_werror_flag=$ac_xsave_[]_AC_LANG_ABBREV[]_werror_flag
+    LIBS=$ac_xsave_LIBS
+  fi
+
+  # Check for system-dependent libraries X programs must link with.
+  # Do this before checking for the system-independent R6 libraries
+  # (-lICE), since we may need -lsocket or whatever for X linking.
+
+  if test "$ISC" = yes; then
+    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
+  else
+    # Martyn Johnson says this is needed for Ultrix, if the X
+    # libraries were built with DECnet support.  And Karl Berry says
+    # the Alpha needs dnet_stub (dnet does not exist).
+    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
+    AC_LINK_IFELSE([AC_LANG_CALL([], [XOpenDisplay])],
+		   [],
+    [AC_CHECK_LIB(dnet, dnet_ntoa, [X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"])
+    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
+      AC_CHECK_LIB(dnet_stub, dnet_ntoa,
+	[X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"])
+    fi])
+    LIBS="$ac_xsave_LIBS"
+
+    # msh at cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
+    # to get the SysV transport functions.
+    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
+    # needs -lnsl.
+    # The nsl library prevents programs from opening the X display
+    # on Irix 5.2, according to T.E. Dickey.
+    # The functions gethostbyname, getservbyname, and inet_addr are
+    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
+    AC_CHECK_FUNC(gethostbyname)
+    if test $ac_cv_func_gethostbyname = no; then
+      AC_CHECK_LIB(nsl, gethostbyname, X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl")
+      if test $ac_cv_lib_nsl_gethostbyname = no; then
+	AC_CHECK_LIB(bsd, gethostbyname, X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd")
+      fi
+    fi
+
+    # lieder at skyler.mavd.honeywell.com says without -lsocket,
+    # socket/setsockopt and other routines are undefined under SCO ODT
+    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
+    # on later versions), says Simon Leinen: it contains gethostby*
+    # variants that don't use the name server (or something).  -lsocket
+    # must be given before -lnsl if both are needed.  We assume that
+    # if connect needs -lnsl, so does gethostbyname.
+    AC_CHECK_FUNC(connect)
+    if test $ac_cv_func_connect = no; then
+      AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,
+	$X_EXTRA_LIBS)
+    fi
+
+    # Guillermo Gomez says -lposix is necessary on A/UX.
+    AC_CHECK_FUNC(remove)
+    if test $ac_cv_func_remove = no; then
+      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
+    fi
+
+    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
+    AC_CHECK_FUNC(shmat)
+    if test $ac_cv_func_shmat = no; then
+      AC_CHECK_LIB(ipc, shmat, X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc")
+    fi
+  fi
+
+  # Check for libraries that X11R6 Xt/Xaw programs need.
+  ac_save_LDFLAGS=$LDFLAGS
+  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
+  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
+  # check for ICE first), but we must link in the order -lSM -lICE or
+  # we get undefined symbols.  So assume we have SM if we have ICE.
+  # These have to be linked with before -lX11, unlike the other
+  # libraries we check for below, so use a different variable.
+  # John Interrante, Karl Berry
+  AC_CHECK_LIB(ICE, IceConnectionNumber,
+    [X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"], , $X_EXTRA_LIBS)
+  LDFLAGS=$ac_save_LDFLAGS
+
+fi
+AC_SUBST(X_CFLAGS)dnl
+AC_SUBST(X_PRE_LIBS)dnl
+AC_SUBST(X_LIBS)dnl
+AC_SUBST(X_EXTRA_LIBS)dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:50: -1- m4_include([autoconf/specific.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:50: -1- m4_define([m4_include(autoconf/specific.m4)])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:39: -1- AU_DEFINE([AC_DECL_SYS_SIGLIST], [m4_ifval([], [_au_warn_AC_DECL_SYS_SIGLIST([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_CHECK_DECLS([sys_siglist],,,
+[#include <signal.h>
+/* NetBSD declares sys_siglist in unistd.h.  */
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+])
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:39: -1- AU_DEFINE([_au_warn_AC_DECL_SYS_SIGLIST], [m4_warning($@)dnl
+m4_define([_au_warn_AC_DECL_SYS_SIGLIST], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:39: -1- m4_define([m4_location(AC_DECL_SYS_SIGLIST)], [/usr/share/autoconf/autoconf/specific.m4:39])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:39: -1- m4_define([AC_DECL_SYS_SIGLIST], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DECL_SYS_SIGLIST' is obsolete.
+You should run autoupdate.])dnl
+AC_CHECK_DECLS([sys_siglist],,,
+[#include <signal.h>
+/* NetBSD declares sys_siglist in unistd.h.  */
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:59: -1- m4_define([m4_location(AC_SYS_INTERPRETER)], [/usr/share/autoconf/autoconf/specific.m4:59])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:59: -1- m4_define([AC_SYS_INTERPRETER], [_m4_defun_pro([$0])AC_CACHE_CHECK(whether @%:@! works in shell scripts, ac_cv_sys_interpreter,
+[echo '#! /bin/cat
+exit 69
+' >conftest
+chmod u+x conftest
+(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1)
+if test $? -ne 69; then
+   ac_cv_sys_interpreter=yes
+else
+   ac_cv_sys_interpreter=no
+fi
+rm -f conftest])
+interpval=$ac_cv_sys_interpreter
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:76: -1- AU_DEFINE([AC_HAVE_POUNDBANG], [m4_ifval([Remove this warning when you adjust your code to use
+`AC_SYS_INTERPRETER'.], [_au_warn_AC_HAVE_POUNDBANG([Remove this warning when you adjust your code to use
+`AC_SYS_INTERPRETER'.])AC_DIAGNOSE([obsolete], [Remove this warning when you adjust your code to use
+`AC_SYS_INTERPRETER'.])d[]nl
+])dnl
+AC_SYS_INTERPRETER])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:76: -1- AU_DEFINE([_au_warn_AC_HAVE_POUNDBANG], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HAVE_POUNDBANG], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:76: -1- m4_define([m4_location(AC_HAVE_POUNDBANG)], [/usr/share/autoconf/autoconf/specific.m4:76])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:76: -1- m4_define([AC_HAVE_POUNDBANG], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_POUNDBANG' is obsolete.
+You should run autoupdate.])dnl
+AC_SYS_INTERPRETER[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:82: -1- AU_DEFINE([AC_ARG_ARRAY], [m4_ifval([$0 is no longer implemented: don't do unportable things
+with arguments. Remove this warning when you adjust your code.], [_au_warn_AC_ARG_ARRAY([$0 is no longer implemented: don't do unportable things
+with arguments. Remove this warning when you adjust your code.])AC_DIAGNOSE([obsolete], [$0 is no longer implemented: don't do unportable things
+with arguments. Remove this warning when you adjust your code.])d[]nl
+])dnl
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:82: -1- AU_DEFINE([_au_warn_AC_ARG_ARRAY], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ARG_ARRAY], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:82: -1- m4_define([m4_location(AC_ARG_ARRAY)], [/usr/share/autoconf/autoconf/specific.m4:82])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:82: -1- m4_define([AC_ARG_ARRAY], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ARG_ARRAY' is obsolete.
+You should run autoupdate.])dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:89: -1- m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [@%:@include <sys/types.h>
+ /* Check that off_t can represent 2**63 - 1 correctly.
+    We can't simply define LARGE_OFF_T to be 9223372036854775807,
+    since some C++ compilers masquerading as C compilers
+    incorrectly reject 9223372036854775807.  */
+@%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
+  int off_t_is_large[[(LARGE_OFF_T % 2147483629 == 721
+		       && LARGE_OFF_T % 2147483647 == 1)
+		      ? 1 : -1]];[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:107: -1- m4_define([_AC_SYS_LARGEFILE_MACRO_VALUE], [AC_CACHE_CHECK([for $1 value needed for large files], [$3],
+[while :; do
+  m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])(
+    [AC_LANG_PROGRAM([$5], [$6])],
+    [$3=no; break])
+  m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])(
+    [AC_LANG_PROGRAM([@%:@define $1 $2
+$5], [$6])],
+    [$3=$2; break])
+  $3=unknown
+  break
+done])
+case $$3 in #(
+  no | unknown) ;;
+  *) AC_DEFINE_UNQUOTED([$1], [$$3], [$4]);;
+esac
+rm -rf conftest*[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:134: -1- m4_define([m4_location(AC_SYS_LARGEFILE)], [/usr/share/autoconf/autoconf/specific.m4:134])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:134: -1- m4_define([AC_SYS_LARGEFILE], [_m4_defun_pro([$0])AC_ARG_ENABLE(largefile,
+	       [  --disable-largefile     omit support for large files])
+if test "$enable_largefile" != no; then
+
+  AC_CACHE_CHECK([for special C compiler options needed for large files],
+    ac_cv_sys_largefile_CC,
+    [ac_cv_sys_largefile_CC=no
+     if test "$GCC" != yes; then
+       ac_save_CC=$CC
+       while :; do
+	 # IRIX 6.2 and later do not support large files by default,
+	 # so use the C compiler's -n32 option if that helps.
+	 AC_LANG_CONFTEST([AC_LANG_PROGRAM([_AC_SYS_LARGEFILE_TEST_INCLUDES])])
+	 AC_COMPILE_IFELSE([], [break])
+	 CC="$CC -n32"
+	 AC_COMPILE_IFELSE([], [ac_cv_sys_largefile_CC=' -n32'; break])
+	 break
+       done
+       CC=$ac_save_CC
+       rm -f conftest.$ac_ext
+    fi])
+  if test "$ac_cv_sys_largefile_CC" != no; then
+    CC=$CC$ac_cv_sys_largefile_CC
+  fi
+
+  _AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64,
+    ac_cv_sys_file_offset_bits,
+    [Number of bits in a file offset, on hosts where this is settable.],
+    [_AC_SYS_LARGEFILE_TEST_INCLUDES])
+  if test $ac_cv_sys_file_offset_bits = unknown; then
+    _AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1,
+      ac_cv_sys_large_files,
+      [Define for large files, on AIX-style hosts.],
+      [_AC_SYS_LARGEFILE_TEST_INCLUDES])
+  fi
+
+  AH_VERBATIM([_DARWIN_USE_64_BIT_INODE],
+[/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:193: -1- m4_define([m4_location(AC_SYS_LONG_FILE_NAMES)], [/usr/share/autoconf/autoconf/specific.m4:193])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:193: -1- m4_define([AC_SYS_LONG_FILE_NAMES], [_m4_defun_pro([$0])AC_CACHE_CHECK(for long file names, ac_cv_sys_long_file_names,
+[ac_cv_sys_long_file_names=yes
+# Test for long file names in all the places we know might matter:
+#      .		the current directory, where building will happen
+#      $prefix/lib	where we will be installing things
+#      $exec_prefix/lib	likewise
+#      $TMPDIR		if set, where it might want to write temporary files
+#      /tmp		where it might want to write temporary files
+#      /var/tmp		likewise
+#      /usr/tmp		likewise
+for ac_dir in . "$TMPDIR" /tmp /var/tmp /usr/tmp "$prefix/lib" "$exec_prefix/lib"; do
+  # Skip $TMPDIR if it is empty or bogus, and skip $exec_prefix/lib
+  # in the usual case where exec_prefix is '${prefix}'.
+  case $ac_dir in #(
+    . | /* | ?:[[\\/]]*) ;; #(
+    *) continue;;
+  esac
+  test -w "$ac_dir/." || continue # It is less confusing to not echo anything here.
+  ac_xdir=$ac_dir/cf$$
+  (umask 077 && mkdir "$ac_xdir" 2>/dev/null) || continue
+  ac_tf1=$ac_xdir/conftest9012345
+  ac_tf2=$ac_xdir/conftest9012346
+  touch "$ac_tf1" 2>/dev/null && test -f "$ac_tf1" && test ! -f "$ac_tf2" ||
+    ac_cv_sys_long_file_names=no
+  rm -f -r "$ac_xdir" 2>/dev/null
+  test $ac_cv_sys_long_file_names = no && break
+done])
+if test $ac_cv_sys_long_file_names = yes; then
+  AC_DEFINE(HAVE_LONG_FILE_NAMES, 1,
+	    [Define to 1 if you support file names longer than 14 characters.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:232: -1- m4_define([m4_location(AC_SYS_RESTARTABLE_SYSCALLS)], [/usr/share/autoconf/autoconf/specific.m4:232])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:232: -1- m4_define([AC_SYS_RESTARTABLE_SYSCALLS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete],
+[$0: AC_SYS_RESTARTABLE_SYSCALLS is useful only when supporting very
+old systems that lack `sigaction' and `SA_RESTART'.  Don't bother with
+this macro unless you need to support very old systems like 4.2BSD and
+SVR3.])dnl
+AC_REQUIRE([AC_HEADER_SYS_WAIT])dnl
+AC_CACHE_CHECK(for restartable system calls, ac_cv_sys_restartable_syscalls,
+[AC_RUN_IFELSE([AC_LANG_SOURCE(
+[/* Exit 0 (true) if wait returns something other than -1,
+   i.e. the pid of the child, which means that wait was restarted
+   after getting the signal.  */
+
+AC_INCLUDES_DEFAULT
+#include <signal.h>
+#ifdef HAVE_SYS_WAIT_H
+# include <sys/wait.h>
+#endif
+
+/* Some platforms explicitly require an extern "C" signal handler
+   when using C++. */
+#ifdef __cplusplus
+extern "C" void ucatch (int dummy) { }
+#else
+void ucatch (dummy) int dummy; { }
+#endif
+
+int
+main ()
+{
+  int i = fork (), status;
+
+  if (i == 0)
+    {
+      sleep (3);
+      kill (getppid (), SIGINT);
+      sleep (3);
+      return 0;
+    }
+
+  signal (SIGINT, ucatch);
+
+  status = wait (&i);
+  if (status == -1)
+    wait (&i);
+
+  return status == -1;
+}])],
+	       [ac_cv_sys_restartable_syscalls=yes],
+	       [ac_cv_sys_restartable_syscalls=no])])
+if test $ac_cv_sys_restartable_syscalls = yes; then
+  AC_DEFINE(HAVE_RESTARTABLE_SYSCALLS, 1,
+	    [Define to 1 if system calls automatically restart after
+	     interruption by a signal.])
+fi
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:292: -1- m4_define([m4_location(AC_SYS_POSIX_TERMIOS)], [/usr/share/autoconf/autoconf/specific.m4:292])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:292: -1- m4_define([AC_SYS_POSIX_TERMIOS], [_m4_defun_pro([$0])AC_CACHE_CHECK([POSIX termios], ac_cv_sys_posix_termios,
+[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>
+#include <unistd.h>
+#include <termios.h>
+]],
+	     [/* SunOS 4.0.3 has termios.h but not the library calls.  */
+   tcgetattr(0, 0);])],
+	     ac_cv_sys_posix_termios=yes,
+	     ac_cv_sys_posix_termios=no)])
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:314: -1- AU_DEFINE([AC_GNU_SOURCE], [m4_ifval([], [_au_warn_AC_GNU_SOURCE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_USE_SYSTEM_EXTENSIONS])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:314: -1- AU_DEFINE([_au_warn_AC_GNU_SOURCE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_GNU_SOURCE], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:314: -1- m4_define([m4_location(AC_GNU_SOURCE)], [/usr/share/autoconf/autoconf/specific.m4:314])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:314: -1- m4_define([AC_GNU_SOURCE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GNU_SOURCE' is obsolete.
+You should run autoupdate.])dnl
+AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:321: -1- AU_DEFINE([AC_CYGWIN], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *cygwin*], [_au_warn_AC_CYGWIN([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *cygwin*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *cygwin*])d[]nl
+])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *cygwin* ) CYGWIN=yes;;
+	 * ) CYGWIN=no;;
+esac
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:321: -1- AU_DEFINE([_au_warn_AC_CYGWIN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CYGWIN], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:321: -1- m4_define([m4_location(AC_CYGWIN)], [/usr/share/autoconf/autoconf/specific.m4:321])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:321: -1- m4_define([AC_CYGWIN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CYGWIN' is obsolete.
+You should run autoupdate.])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *cygwin* ) CYGWIN=yes;;
+	 * ) CYGWIN=no;;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:335: -1- AU_DEFINE([AC_EMXOS2], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *emx*], [_au_warn_AC_EMXOS2([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *emx*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *emx*])d[]nl
+])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *emx* ) EMXOS2=yes;;
+      * ) EMXOS2=no;;
+esac
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:335: -1- AU_DEFINE([_au_warn_AC_EMXOS2], [m4_warning($@)dnl
+m4_define([_au_warn_AC_EMXOS2], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:335: -1- m4_define([m4_location(AC_EMXOS2)], [/usr/share/autoconf/autoconf/specific.m4:335])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:335: -1- m4_define([AC_EMXOS2], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_EMXOS2' is obsolete.
+You should run autoupdate.])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *emx* ) EMXOS2=yes;;
+      * ) EMXOS2=no;;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:349: -1- AU_DEFINE([AC_MINGW32], [m4_ifval([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *mingw32*], [_au_warn_AC_MINGW32([$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *mingw32*])AC_DIAGNOSE([obsolete], [$0 is obsolete: use AC_CANONICAL_HOST and check if $host_os
+matches *mingw32*])d[]nl
+])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *mingw32* ) MINGW32=yes;;
+	  * ) MINGW32=no;;
+esac
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:349: -1- AU_DEFINE([_au_warn_AC_MINGW32], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MINGW32], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:349: -1- m4_define([m4_location(AC_MINGW32)], [/usr/share/autoconf/autoconf/specific.m4:349])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:349: -1- m4_define([AC_MINGW32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINGW32' is obsolete.
+You should run autoupdate.])dnl
+AC_CANONICAL_HOST
+case $host_os in
+  *mingw32* ) MINGW32=yes;;
+	  * ) MINGW32=no;;
+esac
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:368: -1- m4_define([m4_location(AC_USE_SYSTEM_EXTENSIONS)], [/usr/share/autoconf/autoconf/specific.m4:368])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:368: -1- m4_define([AC_USE_SYSTEM_EXTENSIONS], [_m4_defun_once([AC_USE_SYSTEM_EXTENSIONS], [AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl
+AC_BEFORE([$0], [AC_RUN_IFELSE])dnl
+
+  AC_CHECK_HEADER([minix/config.h], [MINIX=yes], [MINIX=])
+  if test "$MINIX" = yes; then
+    AC_DEFINE([_POSIX_SOURCE], [1],
+      [Define to 1 if you need to in order for `stat' and other
+       things to work.])
+    AC_DEFINE([_POSIX_1_SOURCE], [2],
+      [Define to 2 if the system does not provide POSIX.1 features
+       except with this defined.])
+    AC_DEFINE([_MINIX], [1],
+      [Define to 1 if on MINIX.])
+  fi
+
+dnl Use a different key than __EXTENSIONS__, as that name broke existing
+dnl configure.ac when using autoheader 2.62.
+  AH_VERBATIM([USE_SYSTEM_EXTENSIONS],
+[/* Enable extensions on AIX 3, Interix.  */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+])
+  AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__],
+    [ac_cv_safe_to_define___extensions__],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM([[
+#         define __EXTENSIONS__ 1
+          ]AC_INCLUDES_DEFAULT])],
+       [ac_cv_safe_to_define___extensions__=yes],
+       [ac_cv_safe_to_define___extensions__=no])])
+  test $ac_cv_safe_to_define___extensions__ = yes &&
+    AC_DEFINE([__EXTENSIONS__])
+  AC_DEFINE([_ALL_SOURCE])
+  AC_DEFINE([_GNU_SOURCE])
+  AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
+  AC_DEFINE([_TANDEM_SOURCE])
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AC_USE_SYSTEM_EXTENSIONS])m4_unquote(], [)_m4_defun_epi([AC_USE_SYSTEM_EXTENSIONS])]],
+m4_ifdef([_m4_diverting([AC_USE_SYSTEM_EXTENSIONS])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AC_USE_SYSTEM_EXTENSIONS],], [, _m4_divert_dump)]]))])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:436: -1- AU_DEFINE([AC_AIX], [m4_ifval([], [_au_warn_AC_AIX([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_USE_SYSTEM_EXTENSIONS])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:436: -1- AU_DEFINE([_au_warn_AC_AIX], [m4_warning($@)dnl
+m4_define([_au_warn_AC_AIX], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:436: -1- m4_define([m4_location(AC_AIX)], [/usr/share/autoconf/autoconf/specific.m4:436])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:436: -1- m4_define([AC_AIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_AIX' is obsolete.
+You should run autoupdate.])dnl
+AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:441: -1- AU_DEFINE([AC_MINIX], [m4_ifval([], [_au_warn_AC_MINIX([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_USE_SYSTEM_EXTENSIONS])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:441: -1- AU_DEFINE([_au_warn_AC_MINIX], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MINIX], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:441: -1- m4_define([m4_location(AC_MINIX)], [/usr/share/autoconf/autoconf/specific.m4:441])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:441: -1- m4_define([AC_MINIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINIX' is obsolete.
+You should run autoupdate.])dnl
+AC_USE_SYSTEM_EXTENSIONS[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:446: -1- AU_DEFINE([AC_ISC_POSIX], [m4_ifval([], [_au_warn_AC_ISC_POSIX([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_SEARCH_LIBS([strerror], [cposix])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:446: -1- AU_DEFINE([_au_warn_AC_ISC_POSIX], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ISC_POSIX], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:446: -1- m4_define([m4_location(AC_ISC_POSIX)], [/usr/share/autoconf/autoconf/specific.m4:446])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:446: -1- m4_define([AC_ISC_POSIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ISC_POSIX' is obsolete.
+You should run autoupdate.])dnl
+AC_SEARCH_LIBS([strerror], [cposix])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:451: -1- AU_DEFINE([AC_XENIX_DIR], [m4_ifval([You shouldn't need to depend upon XENIX.  Remove the
+`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
+of the test is useless.], [_au_warn_AC_XENIX_DIR([You shouldn't need to depend upon XENIX.  Remove the
+`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
+of the test is useless.])AC_DIAGNOSE([obsolete], [You shouldn't need to depend upon XENIX.  Remove the
+`AC_MSG_CHECKING', `AC_EGREP_CPP', and this warning if this part
+of the test is useless.])d[]nl
+])dnl
+AC_MSG_CHECKING([for Xenix])
+AC_EGREP_CPP([yes],
+[#if defined M_XENIX && ! defined M_UNIX
+  yes
+@%:@endif],
+	     [AC_MSG_RESULT([yes]); XENIX=yes],
+	     [AC_MSG_RESULT([no]); XENIX=])
+
+AC_HEADER_DIRENT[]dnl
+])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:451: -1- AU_DEFINE([_au_warn_AC_XENIX_DIR], [m4_warning($@)dnl
+m4_define([_au_warn_AC_XENIX_DIR], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:451: -1- m4_define([m4_location(AC_XENIX_DIR)], [/usr/share/autoconf/autoconf/specific.m4:451])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:451: -1- m4_define([AC_XENIX_DIR], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_XENIX_DIR' is obsolete.
+You should run autoupdate.])dnl
+AC_MSG_CHECKING([for Xenix])
+AC_EGREP_CPP([yes],
+[#if defined M_XENIX && ! defined M_UNIX
+  yes
+@%:@endif],
+	     [AC_MSG_RESULT([yes]); XENIX=yes],
+	     [AC_MSG_RESULT([no]); XENIX=])
+
+AC_HEADER_DIRENT[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:469: -1- AU_DEFINE([AC_DYNIX_SEQ], [m4_ifval([], [_au_warn_AC_DYNIX_SEQ([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_FUNC_GETMNTENT])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:469: -1- AU_DEFINE([_au_warn_AC_DYNIX_SEQ], [m4_warning($@)dnl
+m4_define([_au_warn_AC_DYNIX_SEQ], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:469: -1- m4_define([m4_location(AC_DYNIX_SEQ)], [/usr/share/autoconf/autoconf/specific.m4:469])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:469: -1- m4_define([AC_DYNIX_SEQ], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_DYNIX_SEQ' is obsolete.
+You should run autoupdate.])dnl
+AC_FUNC_GETMNTENT[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:474: -1- AU_DEFINE([AC_IRIX_SUN], [m4_ifval([], [_au_warn_AC_IRIX_SUN([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_FUNC_GETMNTENT
+AC_CHECK_LIB([sun], [getpwnam])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:474: -1- AU_DEFINE([_au_warn_AC_IRIX_SUN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_IRIX_SUN], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:474: -1- m4_define([m4_location(AC_IRIX_SUN)], [/usr/share/autoconf/autoconf/specific.m4:474])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:474: -1- m4_define([AC_IRIX_SUN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_IRIX_SUN' is obsolete.
+You should run autoupdate.])dnl
+AC_FUNC_GETMNTENT
+AC_CHECK_LIB([sun], [getpwnam])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:481: -1- AU_DEFINE([AC_SCO_INTL], [m4_ifval([], [_au_warn_AC_SCO_INTL([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+AC_FUNC_STRFTIME])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:481: -1- AU_DEFINE([_au_warn_AC_SCO_INTL], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SCO_INTL], [])])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:481: -1- m4_define([m4_location(AC_SCO_INTL)], [/usr/share/autoconf/autoconf/specific.m4:481])
+m4trace:/usr/share/autoconf/autoconf/specific.m4:481: -1- m4_define([AC_SCO_INTL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SCO_INTL' is obsolete.
+You should run autoupdate.])dnl
+AC_FUNC_STRFTIME[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:51: -1- m4_include([autoconf/oldnames.m4])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:51: -1- m4_define([m4_include(autoconf/oldnames.m4)])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- AU_DEFINE([AC_WARN], [m4_ifval([], [_au_warn_AC_WARN([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_MSG_WARN], [AC_MSG_WARN($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- AU_DEFINE([_au_warn_AC_WARN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_WARN], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- m4_define([m4_location(AC_WARN)], [/usr/share/autoconf/autoconf/oldnames.m4:33])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:33: -1- m4_define([AC_WARN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WARN' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_MSG_WARN], [AC_MSG_WARN($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- AU_DEFINE([AC_ERROR], [m4_ifval([], [_au_warn_AC_ERROR([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_MSG_ERROR], [AC_MSG_ERROR($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- AU_DEFINE([_au_warn_AC_ERROR], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ERROR], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- m4_define([m4_location(AC_ERROR)], [/usr/share/autoconf/autoconf/oldnames.m4:34])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:34: -1- m4_define([AC_ERROR], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ERROR' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_MSG_ERROR], [AC_MSG_ERROR($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- AU_DEFINE([AC_HAVE_HEADERS], [m4_ifval([], [_au_warn_AC_HAVE_HEADERS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_HEADERS], [AC_CHECK_HEADERS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- AU_DEFINE([_au_warn_AC_HAVE_HEADERS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HAVE_HEADERS], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- m4_define([m4_location(AC_HAVE_HEADERS)], [/usr/share/autoconf/autoconf/oldnames.m4:35])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:35: -1- m4_define([AC_HAVE_HEADERS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HAVE_HEADERS' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_HEADERS], [AC_CHECK_HEADERS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- AU_DEFINE([AC_HEADER_CHECK], [m4_ifval([], [_au_warn_AC_HEADER_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_HEADER], [AC_CHECK_HEADER($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- AU_DEFINE([_au_warn_AC_HEADER_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HEADER_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- m4_define([m4_location(AC_HEADER_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:36])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:36: -1- m4_define([AC_HEADER_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HEADER_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_HEADER], [AC_CHECK_HEADER($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- AU_DEFINE([AC_HEADER_EGREP], [m4_ifval([], [_au_warn_AC_HEADER_EGREP([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_EGREP_HEADER], [AC_EGREP_HEADER($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- AU_DEFINE([_au_warn_AC_HEADER_EGREP], [m4_warning($@)dnl
+m4_define([_au_warn_AC_HEADER_EGREP], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- m4_define([m4_location(AC_HEADER_EGREP)], [/usr/share/autoconf/autoconf/oldnames.m4:37])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:37: -1- m4_define([AC_HEADER_EGREP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_HEADER_EGREP' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_EGREP_HEADER], [AC_EGREP_HEADER($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- AU_DEFINE([AC_PREFIX], [m4_ifval([], [_au_warn_AC_PREFIX([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PREFIX_PROGRAM], [AC_PREFIX_PROGRAM($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- AU_DEFINE([_au_warn_AC_PREFIX], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PREFIX], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- m4_define([m4_location(AC_PREFIX)], [/usr/share/autoconf/autoconf/oldnames.m4:38])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:38: -1- m4_define([AC_PREFIX], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PREFIX' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PREFIX_PROGRAM], [AC_PREFIX_PROGRAM($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- AU_DEFINE([AC_PROGRAMS_CHECK], [m4_ifval([], [_au_warn_AC_PROGRAMS_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_PROGS], [AC_CHECK_PROGS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- AU_DEFINE([_au_warn_AC_PROGRAMS_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PROGRAMS_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- m4_define([m4_location(AC_PROGRAMS_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:39])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:39: -1- m4_define([AC_PROGRAMS_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAMS_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_PROGS], [AC_CHECK_PROGS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- AU_DEFINE([AC_PROGRAMS_PATH], [m4_ifval([], [_au_warn_AC_PROGRAMS_PATH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PATH_PROGS], [AC_PATH_PROGS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- AU_DEFINE([_au_warn_AC_PROGRAMS_PATH], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PROGRAMS_PATH], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- m4_define([m4_location(AC_PROGRAMS_PATH)], [/usr/share/autoconf/autoconf/oldnames.m4:40])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:40: -1- m4_define([AC_PROGRAMS_PATH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAMS_PATH' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PATH_PROGS], [AC_PATH_PROGS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- AU_DEFINE([AC_PROGRAM_CHECK], [m4_ifval([], [_au_warn_AC_PROGRAM_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_PROG], [AC_CHECK_PROG($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- AU_DEFINE([_au_warn_AC_PROGRAM_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PROGRAM_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- m4_define([m4_location(AC_PROGRAM_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:41])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:41: -1- m4_define([AC_PROGRAM_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_PROG], [AC_CHECK_PROG($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- AU_DEFINE([AC_PROGRAM_EGREP], [m4_ifval([], [_au_warn_AC_PROGRAM_EGREP([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_EGREP_CPP], [AC_EGREP_CPP($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- AU_DEFINE([_au_warn_AC_PROGRAM_EGREP], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PROGRAM_EGREP], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- m4_define([m4_location(AC_PROGRAM_EGREP)], [/usr/share/autoconf/autoconf/oldnames.m4:42])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:42: -1- m4_define([AC_PROGRAM_EGREP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_EGREP' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_EGREP_CPP], [AC_EGREP_CPP($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- AU_DEFINE([AC_PROGRAM_PATH], [m4_ifval([], [_au_warn_AC_PROGRAM_PATH([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PATH_PROG], [AC_PATH_PROG($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- AU_DEFINE([_au_warn_AC_PROGRAM_PATH], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PROGRAM_PATH], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- m4_define([m4_location(AC_PROGRAM_PATH)], [/usr/share/autoconf/autoconf/oldnames.m4:43])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:43: -1- m4_define([AC_PROGRAM_PATH], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PROGRAM_PATH' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PATH_PROG], [AC_PATH_PROG($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- AU_DEFINE([AC_SIZEOF_TYPE], [m4_ifval([], [_au_warn_AC_SIZEOF_TYPE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CHECK_SIZEOF], [AC_CHECK_SIZEOF($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- AU_DEFINE([_au_warn_AC_SIZEOF_TYPE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SIZEOF_TYPE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- m4_define([m4_location(AC_SIZEOF_TYPE)], [/usr/share/autoconf/autoconf/oldnames.m4:44])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:44: -1- m4_define([AC_SIZEOF_TYPE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SIZEOF_TYPE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CHECK_SIZEOF], [AC_CHECK_SIZEOF($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- AU_DEFINE([AC_TEST_CPP], [m4_ifval([], [_au_warn_AC_TEST_CPP([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TRY_CPP], [AC_TRY_CPP($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- AU_DEFINE([_au_warn_AC_TEST_CPP], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TEST_CPP], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- m4_define([m4_location(AC_TEST_CPP)], [/usr/share/autoconf/autoconf/oldnames.m4:45])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:45: -1- m4_define([AC_TEST_CPP], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TEST_CPP' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TRY_CPP], [AC_TRY_CPP($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- AU_DEFINE([AC_TEST_PROGRAM], [m4_ifval([], [_au_warn_AC_TEST_PROGRAM([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TRY_RUN], [AC_TRY_RUN($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- AU_DEFINE([_au_warn_AC_TEST_PROGRAM], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TEST_PROGRAM], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- m4_define([m4_location(AC_TEST_PROGRAM)], [/usr/share/autoconf/autoconf/oldnames.m4:46])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:46: -1- m4_define([AC_TEST_PROGRAM], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TEST_PROGRAM' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TRY_RUN], [AC_TRY_RUN($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- AU_DEFINE([AC_CHAR_UNSIGNED], [m4_ifval([], [_au_warn_AC_CHAR_UNSIGNED([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_CHAR_UNSIGNED], [AC_C_CHAR_UNSIGNED($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- AU_DEFINE([_au_warn_AC_CHAR_UNSIGNED], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CHAR_UNSIGNED], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- m4_define([m4_location(AC_CHAR_UNSIGNED)], [/usr/share/autoconf/autoconf/oldnames.m4:54])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:54: -1- m4_define([AC_CHAR_UNSIGNED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CHAR_UNSIGNED' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_CHAR_UNSIGNED], [AC_C_CHAR_UNSIGNED($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- AU_DEFINE([AC_CONST], [m4_ifval([], [_au_warn_AC_CONST([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_CONST], [AC_C_CONST($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- AU_DEFINE([_au_warn_AC_CONST], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CONST], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- m4_define([m4_location(AC_CONST)], [/usr/share/autoconf/autoconf/oldnames.m4:55])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:55: -1- m4_define([AC_CONST], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CONST' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_CONST], [AC_C_CONST($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- AU_DEFINE([AC_CROSS_CHECK], [m4_ifval([], [_au_warn_AC_CROSS_CHECK([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_CROSS], [AC_C_CROSS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- AU_DEFINE([_au_warn_AC_CROSS_CHECK], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CROSS_CHECK], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- m4_define([m4_location(AC_CROSS_CHECK)], [/usr/share/autoconf/autoconf/oldnames.m4:56])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:56: -1- m4_define([AC_CROSS_CHECK], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CROSS_CHECK' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_CROSS], [AC_C_CROSS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- AU_DEFINE([AC_FIND_X], [m4_ifval([], [_au_warn_AC_FIND_X([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PATH_X], [AC_PATH_X($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- AU_DEFINE([_au_warn_AC_FIND_X], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FIND_X], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- m4_define([m4_location(AC_FIND_X)], [/usr/share/autoconf/autoconf/oldnames.m4:57])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:57: -1- m4_define([AC_FIND_X], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FIND_X' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PATH_X], [AC_PATH_X($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- AU_DEFINE([AC_FIND_XTRA], [m4_ifval([], [_au_warn_AC_FIND_XTRA([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PATH_XTRA], [AC_PATH_XTRA($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- AU_DEFINE([_au_warn_AC_FIND_XTRA], [m4_warning($@)dnl
+m4_define([_au_warn_AC_FIND_XTRA], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- m4_define([m4_location(AC_FIND_XTRA)], [/usr/share/autoconf/autoconf/oldnames.m4:58])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:58: -1- m4_define([AC_FIND_XTRA], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_FIND_XTRA' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PATH_XTRA], [AC_PATH_XTRA($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- AU_DEFINE([AC_GCC_TRADITIONAL], [m4_ifval([], [_au_warn_AC_GCC_TRADITIONAL([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PROG_GCC_TRADITIONAL], [AC_PROG_GCC_TRADITIONAL($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- AU_DEFINE([_au_warn_AC_GCC_TRADITIONAL], [m4_warning($@)dnl
+m4_define([_au_warn_AC_GCC_TRADITIONAL], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- m4_define([m4_location(AC_GCC_TRADITIONAL)], [/usr/share/autoconf/autoconf/oldnames.m4:59])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:59: -1- m4_define([AC_GCC_TRADITIONAL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GCC_TRADITIONAL' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PROG_GCC_TRADITIONAL], [AC_PROG_GCC_TRADITIONAL($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- AU_DEFINE([AC_GETGROUPS_T], [m4_ifval([], [_au_warn_AC_GETGROUPS_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_GETGROUPS], [AC_TYPE_GETGROUPS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- AU_DEFINE([_au_warn_AC_GETGROUPS_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_GETGROUPS_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- m4_define([m4_location(AC_GETGROUPS_T)], [/usr/share/autoconf/autoconf/oldnames.m4:60])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:60: -1- m4_define([AC_GETGROUPS_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_GETGROUPS_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_GETGROUPS], [AC_TYPE_GETGROUPS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- AU_DEFINE([AC_INLINE], [m4_ifval([], [_au_warn_AC_INLINE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_INLINE], [AC_C_INLINE($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- AU_DEFINE([_au_warn_AC_INLINE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_INLINE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- m4_define([m4_location(AC_INLINE)], [/usr/share/autoconf/autoconf/oldnames.m4:61])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:61: -1- m4_define([AC_INLINE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_INLINE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_INLINE], [AC_C_INLINE($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- AU_DEFINE([AC_LN_S], [m4_ifval([], [_au_warn_AC_LN_S([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PROG_LN_S], [AC_PROG_LN_S($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- AU_DEFINE([_au_warn_AC_LN_S], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LN_S], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- m4_define([m4_location(AC_LN_S)], [/usr/share/autoconf/autoconf/oldnames.m4:62])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:62: -1- m4_define([AC_LN_S], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LN_S' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PROG_LN_S], [AC_PROG_LN_S($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- AU_DEFINE([AC_LONG_DOUBLE], [m4_ifval([], [_au_warn_AC_LONG_DOUBLE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_LONG_DOUBLE], [AC_C_LONG_DOUBLE($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- AU_DEFINE([_au_warn_AC_LONG_DOUBLE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LONG_DOUBLE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- m4_define([m4_location(AC_LONG_DOUBLE)], [/usr/share/autoconf/autoconf/oldnames.m4:63])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:63: -1- m4_define([AC_LONG_DOUBLE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_DOUBLE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_LONG_DOUBLE], [AC_C_LONG_DOUBLE($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- AU_DEFINE([AC_LONG_FILE_NAMES], [m4_ifval([], [_au_warn_AC_LONG_FILE_NAMES([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_SYS_LONG_FILE_NAMES], [AC_SYS_LONG_FILE_NAMES($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- AU_DEFINE([_au_warn_AC_LONG_FILE_NAMES], [m4_warning($@)dnl
+m4_define([_au_warn_AC_LONG_FILE_NAMES], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- m4_define([m4_location(AC_LONG_FILE_NAMES)], [/usr/share/autoconf/autoconf/oldnames.m4:64])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:64: -1- m4_define([AC_LONG_FILE_NAMES], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_LONG_FILE_NAMES' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_SYS_LONG_FILE_NAMES], [AC_SYS_LONG_FILE_NAMES($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- AU_DEFINE([AC_MAJOR_HEADER], [m4_ifval([], [_au_warn_AC_MAJOR_HEADER([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_HEADER_MAJOR], [AC_HEADER_MAJOR($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- AU_DEFINE([_au_warn_AC_MAJOR_HEADER], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MAJOR_HEADER], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- m4_define([m4_location(AC_MAJOR_HEADER)], [/usr/share/autoconf/autoconf/oldnames.m4:65])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:65: -1- m4_define([AC_MAJOR_HEADER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MAJOR_HEADER' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_HEADER_MAJOR], [AC_HEADER_MAJOR($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- AU_DEFINE([AC_MINUS_C_MINUS_O], [m4_ifval([], [_au_warn_AC_MINUS_C_MINUS_O([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PROG_CC_C_O], [AC_PROG_CC_C_O($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- AU_DEFINE([_au_warn_AC_MINUS_C_MINUS_O], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MINUS_C_MINUS_O], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- m4_define([m4_location(AC_MINUS_C_MINUS_O)], [/usr/share/autoconf/autoconf/oldnames.m4:66])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:66: -1- m4_define([AC_MINUS_C_MINUS_O], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MINUS_C_MINUS_O' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PROG_CC_C_O], [AC_PROG_CC_C_O($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- AU_DEFINE([AC_MODE_T], [m4_ifval([], [_au_warn_AC_MODE_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_MODE_T], [AC_TYPE_MODE_T($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- AU_DEFINE([_au_warn_AC_MODE_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_MODE_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- m4_define([m4_location(AC_MODE_T)], [/usr/share/autoconf/autoconf/oldnames.m4:67])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:67: -1- m4_define([AC_MODE_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_MODE_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_MODE_T], [AC_TYPE_MODE_T($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- AU_DEFINE([AC_OFF_T], [m4_ifval([], [_au_warn_AC_OFF_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_OFF_T], [AC_TYPE_OFF_T($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- AU_DEFINE([_au_warn_AC_OFF_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_OFF_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- m4_define([m4_location(AC_OFF_T)], [/usr/share/autoconf/autoconf/oldnames.m4:68])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:68: -1- m4_define([AC_OFF_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_OFF_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_OFF_T], [AC_TYPE_OFF_T($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- AU_DEFINE([AC_PID_T], [m4_ifval([], [_au_warn_AC_PID_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_PID_T], [AC_TYPE_PID_T($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- AU_DEFINE([_au_warn_AC_PID_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_PID_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- m4_define([m4_location(AC_PID_T)], [/usr/share/autoconf/autoconf/oldnames.m4:69])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:69: -1- m4_define([AC_PID_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_PID_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_PID_T], [AC_TYPE_PID_T($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- AU_DEFINE([AC_RESTARTABLE_SYSCALLS], [m4_ifval([], [_au_warn_AC_RESTARTABLE_SYSCALLS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_SYS_RESTARTABLE_SYSCALLS], [AC_SYS_RESTARTABLE_SYSCALLS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- AU_DEFINE([_au_warn_AC_RESTARTABLE_SYSCALLS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_RESTARTABLE_SYSCALLS], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- m4_define([m4_location(AC_RESTARTABLE_SYSCALLS)], [/usr/share/autoconf/autoconf/oldnames.m4:70])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:70: -1- m4_define([AC_RESTARTABLE_SYSCALLS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RESTARTABLE_SYSCALLS' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_SYS_RESTARTABLE_SYSCALLS], [AC_SYS_RESTARTABLE_SYSCALLS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- AU_DEFINE([AC_RETSIGTYPE], [m4_ifval([], [_au_warn_AC_RETSIGTYPE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_SIGNAL], [AC_TYPE_SIGNAL($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- AU_DEFINE([_au_warn_AC_RETSIGTYPE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_RETSIGTYPE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- m4_define([m4_location(AC_RETSIGTYPE)], [/usr/share/autoconf/autoconf/oldnames.m4:71])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:71: -1- m4_define([AC_RETSIGTYPE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_RETSIGTYPE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_SIGNAL], [AC_TYPE_SIGNAL($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- AU_DEFINE([AC_SET_MAKE], [m4_ifval([], [_au_warn_AC_SET_MAKE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PROG_MAKE_SET], [AC_PROG_MAKE_SET($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- AU_DEFINE([_au_warn_AC_SET_MAKE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SET_MAKE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- m4_define([m4_location(AC_SET_MAKE)], [/usr/share/autoconf/autoconf/oldnames.m4:72])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:72: -1- m4_define([AC_SET_MAKE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SET_MAKE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PROG_MAKE_SET], [AC_PROG_MAKE_SET($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- AU_DEFINE([AC_SIZE_T], [m4_ifval([], [_au_warn_AC_SIZE_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_SIZE_T], [AC_TYPE_SIZE_T($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- AU_DEFINE([_au_warn_AC_SIZE_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SIZE_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- m4_define([m4_location(AC_SIZE_T)], [/usr/share/autoconf/autoconf/oldnames.m4:73])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:73: -1- m4_define([AC_SIZE_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SIZE_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_SIZE_T], [AC_TYPE_SIZE_T($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- AU_DEFINE([AC_STAT_MACROS_BROKEN], [m4_ifval([], [_au_warn_AC_STAT_MACROS_BROKEN([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_HEADER_STAT], [AC_HEADER_STAT($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- AU_DEFINE([_au_warn_AC_STAT_MACROS_BROKEN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_STAT_MACROS_BROKEN], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- m4_define([m4_location(AC_STAT_MACROS_BROKEN)], [/usr/share/autoconf/autoconf/oldnames.m4:74])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:74: -1- m4_define([AC_STAT_MACROS_BROKEN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STAT_MACROS_BROKEN' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_HEADER_STAT], [AC_HEADER_STAT($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- AU_DEFINE([AC_STDC_HEADERS], [m4_ifval([], [_au_warn_AC_STDC_HEADERS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_HEADER_STDC], [AC_HEADER_STDC($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- AU_DEFINE([_au_warn_AC_STDC_HEADERS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_STDC_HEADERS], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- m4_define([m4_location(AC_STDC_HEADERS)], [/usr/share/autoconf/autoconf/oldnames.m4:75])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:75: -1- m4_define([AC_STDC_HEADERS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_STDC_HEADERS' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_HEADER_STDC], [AC_HEADER_STDC($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- AU_DEFINE([AC_ST_BLKSIZE], [m4_ifval([], [_au_warn_AC_ST_BLKSIZE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_STRUCT_ST_BLKSIZE], [AC_STRUCT_ST_BLKSIZE($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- AU_DEFINE([_au_warn_AC_ST_BLKSIZE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ST_BLKSIZE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- m4_define([m4_location(AC_ST_BLKSIZE)], [/usr/share/autoconf/autoconf/oldnames.m4:76])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:76: -1- m4_define([AC_ST_BLKSIZE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_BLKSIZE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_STRUCT_ST_BLKSIZE], [AC_STRUCT_ST_BLKSIZE($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- AU_DEFINE([AC_ST_BLOCKS], [m4_ifval([], [_au_warn_AC_ST_BLOCKS([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_STRUCT_ST_BLOCKS], [AC_STRUCT_ST_BLOCKS($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- AU_DEFINE([_au_warn_AC_ST_BLOCKS], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ST_BLOCKS], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- m4_define([m4_location(AC_ST_BLOCKS)], [/usr/share/autoconf/autoconf/oldnames.m4:77])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:77: -1- m4_define([AC_ST_BLOCKS], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_BLOCKS' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_STRUCT_ST_BLOCKS], [AC_STRUCT_ST_BLOCKS($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- AU_DEFINE([AC_ST_RDEV], [m4_ifval([], [_au_warn_AC_ST_RDEV([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_STRUCT_ST_RDEV], [AC_STRUCT_ST_RDEV($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- AU_DEFINE([_au_warn_AC_ST_RDEV], [m4_warning($@)dnl
+m4_define([_au_warn_AC_ST_RDEV], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- m4_define([m4_location(AC_ST_RDEV)], [/usr/share/autoconf/autoconf/oldnames.m4:78])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:78: -1- m4_define([AC_ST_RDEV], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_ST_RDEV' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_STRUCT_ST_RDEV], [AC_STRUCT_ST_RDEV($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- AU_DEFINE([AC_SYS_SIGLIST_DECLARED], [m4_ifval([], [_au_warn_AC_SYS_SIGLIST_DECLARED([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_DECL_SYS_SIGLIST], [AC_DECL_SYS_SIGLIST($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- AU_DEFINE([_au_warn_AC_SYS_SIGLIST_DECLARED], [m4_warning($@)dnl
+m4_define([_au_warn_AC_SYS_SIGLIST_DECLARED], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- m4_define([m4_location(AC_SYS_SIGLIST_DECLARED)], [/usr/share/autoconf/autoconf/oldnames.m4:79])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:79: -1- m4_define([AC_SYS_SIGLIST_DECLARED], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_SYS_SIGLIST_DECLARED' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_DECL_SYS_SIGLIST], [AC_DECL_SYS_SIGLIST($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- AU_DEFINE([AC_TIMEZONE], [m4_ifval([], [_au_warn_AC_TIMEZONE([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_STRUCT_TIMEZONE], [AC_STRUCT_TIMEZONE($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- AU_DEFINE([_au_warn_AC_TIMEZONE], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TIMEZONE], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- m4_define([m4_location(AC_TIMEZONE)], [/usr/share/autoconf/autoconf/oldnames.m4:80])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:80: -1- m4_define([AC_TIMEZONE], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TIMEZONE' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_STRUCT_TIMEZONE], [AC_STRUCT_TIMEZONE($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- AU_DEFINE([AC_TIME_WITH_SYS_TIME], [m4_ifval([], [_au_warn_AC_TIME_WITH_SYS_TIME([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_HEADER_TIME], [AC_HEADER_TIME($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- AU_DEFINE([_au_warn_AC_TIME_WITH_SYS_TIME], [m4_warning($@)dnl
+m4_define([_au_warn_AC_TIME_WITH_SYS_TIME], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- m4_define([m4_location(AC_TIME_WITH_SYS_TIME)], [/usr/share/autoconf/autoconf/oldnames.m4:81])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:81: -1- m4_define([AC_TIME_WITH_SYS_TIME], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_TIME_WITH_SYS_TIME' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_HEADER_TIME], [AC_HEADER_TIME($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- AU_DEFINE([AC_UID_T], [m4_ifval([], [_au_warn_AC_UID_T([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_TYPE_UID_T], [AC_TYPE_UID_T($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- AU_DEFINE([_au_warn_AC_UID_T], [m4_warning($@)dnl
+m4_define([_au_warn_AC_UID_T], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- m4_define([m4_location(AC_UID_T)], [/usr/share/autoconf/autoconf/oldnames.m4:82])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:82: -1- m4_define([AC_UID_T], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_UID_T' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_TYPE_UID_T], [AC_TYPE_UID_T($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- AU_DEFINE([AC_WORDS_BIGENDIAN], [m4_ifval([], [_au_warn_AC_WORDS_BIGENDIAN([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_C_BIGENDIAN], [AC_C_BIGENDIAN($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- AU_DEFINE([_au_warn_AC_WORDS_BIGENDIAN], [m4_warning($@)dnl
+m4_define([_au_warn_AC_WORDS_BIGENDIAN], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- m4_define([m4_location(AC_WORDS_BIGENDIAN)], [/usr/share/autoconf/autoconf/oldnames.m4:83])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:83: -1- m4_define([AC_WORDS_BIGENDIAN], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_WORDS_BIGENDIAN' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_C_BIGENDIAN], [AC_C_BIGENDIAN($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- AU_DEFINE([AC_YYTEXT_POINTER], [m4_ifval([], [_au_warn_AC_YYTEXT_POINTER([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_DECL_YYTEXT], [AC_DECL_YYTEXT($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- AU_DEFINE([_au_warn_AC_YYTEXT_POINTER], [m4_warning($@)dnl
+m4_define([_au_warn_AC_YYTEXT_POINTER], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- m4_define([m4_location(AC_YYTEXT_POINTER)], [/usr/share/autoconf/autoconf/oldnames.m4:84])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:84: -1- m4_define([AC_YYTEXT_POINTER], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_YYTEXT_POINTER' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_DECL_YYTEXT], [AC_DECL_YYTEXT($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- AU_DEFINE([AM_CYGWIN32], [m4_ifval([], [_au_warn_AM_CYGWIN32([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CYGWIN32], [AC_CYGWIN32($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- AU_DEFINE([_au_warn_AM_CYGWIN32], [m4_warning($@)dnl
+m4_define([_au_warn_AM_CYGWIN32], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- m4_define([m4_location(AM_CYGWIN32)], [/usr/share/autoconf/autoconf/oldnames.m4:85])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:85: -1- m4_define([AM_CYGWIN32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_CYGWIN32' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CYGWIN32], [AC_CYGWIN32($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- AU_DEFINE([AC_CYGWIN32], [m4_ifval([], [_au_warn_AC_CYGWIN32([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_CYGWIN], [AC_CYGWIN($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- AU_DEFINE([_au_warn_AC_CYGWIN32], [m4_warning($@)dnl
+m4_define([_au_warn_AC_CYGWIN32], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- m4_define([m4_location(AC_CYGWIN32)], [/usr/share/autoconf/autoconf/oldnames.m4:86])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:86: -1- m4_define([AC_CYGWIN32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AC_CYGWIN32' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_CYGWIN], [AC_CYGWIN($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- AU_DEFINE([AM_EXEEXT], [m4_ifval([], [_au_warn_AM_EXEEXT([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_EXEEXT], [AC_EXEEXT($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- AU_DEFINE([_au_warn_AM_EXEEXT], [m4_warning($@)dnl
+m4_define([_au_warn_AM_EXEEXT], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- m4_define([m4_location(AM_EXEEXT)], [/usr/share/autoconf/autoconf/oldnames.m4:87])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:87: -1- m4_define([AM_EXEEXT], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_EXEEXT' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_EXEEXT], [AC_EXEEXT($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- AU_DEFINE([AM_MINGW32], [m4_ifval([], [_au_warn_AM_MINGW32([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_MINGW32], [AC_MINGW32($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- AU_DEFINE([_au_warn_AM_MINGW32], [m4_warning($@)dnl
+m4_define([_au_warn_AM_MINGW32], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- m4_define([m4_location(AM_MINGW32)], [/usr/share/autoconf/autoconf/oldnames.m4:91])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:91: -1- m4_define([AM_MINGW32], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_MINGW32' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_MINGW32], [AC_MINGW32($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- AU_DEFINE([AM_PROG_INSTALL], [m4_ifval([], [_au_warn_AM_PROG_INSTALL([])AC_DIAGNOSE([obsolete], [])d[]nl
+])dnl
+m4_if($#, 0, [AC_PROG_INSTALL], [AC_PROG_INSTALL($@)])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- AU_DEFINE([_au_warn_AM_PROG_INSTALL], [m4_warning($@)dnl
+m4_define([_au_warn_AM_PROG_INSTALL], [])])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- m4_define([m4_location(AM_PROG_INSTALL)], [/usr/share/autoconf/autoconf/oldnames.m4:92])
+m4trace:/usr/share/autoconf/autoconf/oldnames.m4:92: -1- m4_define([AM_PROG_INSTALL], [_m4_defun_pro([$0])AC_DIAGNOSE([obsolete], [The macro `AM_PROG_INSTALL' is obsolete.
+You should run autoupdate.])dnl
+m4_if($#, 0, [AC_PROG_INSTALL], [AC_PROG_INSTALL($@)])[]_m4_defun_epi([$0])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:66: -1- m4_define([builtin], <builtin>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:67: -1- m4_define([changequote], <changequote>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:68: -1- m4_define([decr], <decr>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:69: -1- m4_define([define], <define>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:70: -1- m4_define([defn], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_defn([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:71: -1- m4_define([divert], [m4_popdef([_m4_divert_stack])m4_define([_m4_divert_diversion], [$1])m4_divert_stack_push([$0], [$1])_m4_divert_raw(_m4_divert([$1]))])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:72: -1- m4_define([divnum], <divnum>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:73: -1- m4_define([errprint], <errprint>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:74: -1- m4_define([esyscmd], <esyscmd>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:75: -1- m4_define([ifdef], <ifdef>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:76: -1- m4_define([ifelse], <ifelse>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:77: -1- m4_define([incr], <incr>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:78: -1- m4_define([index], <index>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:79: -1- m4_define([indir], <indir>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:80: -1- m4_define([len], <len>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:81: -1- m4_define([patsubst], <patsubst>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:82: -1- m4_define([popdef], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_popdef([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:83: -1- m4_define([pushdef], <pushdef>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:84: -1- m4_define([regexp], <regexp>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:85: -1- m4_define([sinclude], [m4_include_unique([$1])dnl
+m4_builtin([sinclude], [$1])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:86: -1- m4_define([syscmd], <syscmd>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:87: -1- m4_define([sysval], <sysval>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:88: -1- m4_define([traceoff], <traceoff>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:89: -1- m4_define([traceon], <traceon>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:90: -1- m4_define([translit], <translit>)
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:91: -1- m4_define([undefine], [m4_if([$#], [0], [[$0]],
+       [$#], [1], [m4_ifdef([$1], [_m4_undefine([$1])],
+			    [m4_fatal([$0: undefined macro: $1])])],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:92: -1- m4_define([undivert], [m4_if([$#], [0], [m4_fatal([$0: missing argument])],
+       [$#], [1], [_m4_undivert(_m4_divert([$1]))],
+       [m4_map_args([$0], $@)])])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:97: -1- m4_define([m4_patsubst], [m4_expand_once([m4_warn([syntax],
+		 [do not use m4_patsubst: use patsubst or m4_bpatsubst])])dnl
+patsubst($@)])
+m4trace:/usr/share/autoconf/autoconf/autoconf.m4:102: -1- m4_define([m4_regexp], [m4_expand_once([m4_warn([syntax],
+		 [do not use m4_regexp: use regexp or m4_bregexp])])dnl
+regexp($@)])
+m4trace:aclocal.m4:14: -1- m4_define([m4_location(_AM_CONFIG_MACRO_DIRS)], [aclocal.m4:14])
+m4trace:aclocal.m4:14: -1- m4_define([_AM_CONFIG_MACRO_DIRS], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:14: -1- m4_define([m4_location(AC_CONFIG_MACRO_DIRS)], [aclocal.m4:14])
+m4trace:aclocal.m4:14: -1- m4_define([AC_CONFIG_MACRO_DIRS], [_m4_defun_pro([$0])_AM_CONFIG_MACRO_DIRS($@)[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:23: -1- m4_define([m4_location(AM_LANGINFO_CODESET)], [aclocal.m4:23])
+m4trace:aclocal.m4:23: -1- m4_define([AM_LANGINFO_CODESET], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <langinfo.h>]],
+          [[char* cs = nl_langinfo(CODESET); return !cs;]])],
+       [am_cv_langinfo_codeset=yes],
+       [am_cv_langinfo_codeset=no])
+    ])
+  if test $am_cv_langinfo_codeset = yes; then
+    AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
+      [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:46: -1- m4_define([m4_location(gl_EXTERN_INLINE)], [aclocal.m4:46])
+m4trace:aclocal.m4:46: -1- m4_define([gl_EXTERN_INLINE], [_m4_defun_pro([$0])
+  AH_VERBATIM([extern_inline],
+[/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for 'inline void f
+   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
+   'reference to static identifier "f" in extern inline function'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress the use of extern inline on Apple's platforms, as Libc at least
+   through Libc-825.26 (2013-04-09) is incompatible with it; see, e.g.,
+   <http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
+   Perhaps Apple will fix this some day.  */
+#if ((__GNUC__ \
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
+      : (199901L <= __STDC_VERSION__ \
+         && !defined __HP_cc \
+         && !(defined __SUNPRO_C && __STDC__))) \
+     && !defined __APPLE__)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
+       && !defined __APPLE__)
+# if __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \
+     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
+# endif
+  /* Suppress GCC's bogus "no previous prototype for 'FOO'"
+     and "no previous declaration for 'FOO'"  diagnostics,
+     when FOO is an inline function in the header; see
+     <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113>.  */
+# define _GL_INLINE_HEADER_BEGIN \
+    _Pragma ("GCC diagnostic push") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:121: -1- m4_define([m4_location(gl_FCNTL_O_FLAGS)], [aclocal.m4:121])
+m4trace:aclocal.m4:121: -1- m4_define([gl_FCNTL_O_FLAGS], [_m4_defun_pro([$0])
+  dnl Persuade glibc <fcntl.h> to define O_NOATIME and O_NOFOLLOW.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+
+  AC_CHECK_HEADERS_ONCE([unistd.h])
+  AC_CHECK_FUNCS_ONCE([symlink])
+  AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h],
+    [AC_RUN_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
+          ]],
+          [[
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;]])],
+       [gl_cv_header_working_fcntl_h=yes],
+       [case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac],
+       [gl_cv_header_working_fcntl_h=cross-compiling])])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val],
+    [Define to 1 if O_NOATIME works.])
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
+  esac
+  AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val],
+    [Define to 1 if O_NOFOLLOW works.])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:301: -1- m4_define([m4_location(AM_GNU_GETTEXT)], [aclocal.m4:301])
+m4trace:aclocal.m4:301: -1- m4_define([AM_GNU_GETTEXT], [_m4_defun_pro([$0])
+  dnl Argument checking.
+  ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], ,
+    [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT
+])])])])])
+  ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old],
+    [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])])
+  ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
+    [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT
+])])])])
+  define([gt_included_intl],
+    ifelse([$1], [external],
+      ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]),
+      [yes]))
+  define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], []))
+  gt_NEEDS_INIT
+  AM_GNU_GETTEXT_NEED([$2])
+
+  AC_REQUIRE([AM_PO_SUBDIRS])dnl
+  ifelse(gt_included_intl, yes, [
+    AC_REQUIRE([AM_INTL_SUBDIR])dnl
+  ])
+
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Sometimes libintl requires libiconv, so first search for libiconv.
+  dnl Ideally we would do this search only after the
+  dnl      if test "$USE_NLS" = "yes"; then
+  dnl        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+  dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT
+  dnl the configure script would need to contain the same shell code
+  dnl again, outside any 'if'. There are two solutions:
+  dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'.
+  dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE.
+  dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not
+  dnl documented, we avoid it.
+  ifelse(gt_included_intl, yes, , [
+    AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+  ])
+
+  dnl Sometimes, on Mac OS X, libintl requires linking with CoreFoundation.
+  gt_INTL_MACOSX
+
+  dnl Set USE_NLS.
+  AC_REQUIRE([AM_NLS])
+
+  ifelse(gt_included_intl, yes, [
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
+  ])
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
+
+  dnl Add a version number to the cache macros.
+  case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
+  esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
+
+  dnl If we use NLS figure out what method
+  if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
+    ifelse(gt_included_intl, yes, [
+      AC_MSG_CHECKING([whether included gettext is requested])
+      AC_ARG_WITH([included-gettext],
+        [  --with-included-gettext use the GNU gettext library included here],
+        nls_cv_force_use_gnu_gettext=$withval,
+        nls_cv_force_use_gnu_gettext=no)
+      AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext])
+
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
+    ])
+        dnl User does not insist on using GNU NLS library.  Figure out what
+        dnl to use.  If GNU gettext is available we use this.  Else we have
+        dnl to fall back to GNU NLS library.
+
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+changequote(,)dnl
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+changequote([,])dnl
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
+
+        AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc],
+         [AC_LINK_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+               ]],
+               [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+               ]])],
+            [eval "$gt_func_gnugettext_libc=yes"],
+            [eval "$gt_func_gnugettext_libc=no"])])
+
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
+          dnl Sometimes libintl requires libiconv, so first search for libiconv.
+          ifelse(gt_included_intl, yes, , [
+            AM_ICONV_LINK
+          ])
+          dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL
+          dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
+          dnl because that would add "-liconv" to LIBINTL and LTLIBINTL
+          dnl even if libiconv doesn't exist.
+          AC_LIB_LINKFLAGS_BODY([intl])
+          AC_CACHE_CHECK([for GNU gettext in libintl],
+            [$gt_func_gnugettext_libintl],
+           [gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+            dnl Now see whether libintl exists and does not depend on libiconv.
+            AC_LINK_IFELSE(
+              [AC_LANG_PROGRAM(
+                 [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                 ]],
+                 [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                 ]])],
+              [eval "$gt_func_gnugettext_libintl=yes"],
+              [eval "$gt_func_gnugettext_libintl=no"])
+            dnl Now see whether libintl exists and depends on libiconv.
+            if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              AC_LINK_IFELSE(
+                [AC_LANG_PROGRAM(
+                   [[
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
+                   ]],
+                   [[
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
+                   ]])],
+                [LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
+                ])
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"])
+        fi
+
+        dnl If an already present or preinstalled GNU gettext() is found,
+        dnl use it.  But if this macro is used in GNU gettext, and GNU
+        dnl gettext is already preinstalled in libintl, we update this
+        dnl libintl.  (Cf. the install rule in intl/Makefile.in.)
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+          dnl Reset the values set by searching for libintl.
+          LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
+
+    ifelse(gt_included_intl, yes, [
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+          dnl GNU gettext is not found in the C library.
+          dnl Fall back on included GNU gettext library.
+          nls_cv_use_gnu_gettext=yes
+        fi
+      fi
+
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions used to generate GNU NLS library.
+        BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
+
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Mark actions to use GNU gettext tools.
+        CATOBJEXT=.gmo
+      fi
+    ])
+
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+        dnl Some extra flags are needed during linking.
+        LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
+      AC_DEFINE([ENABLE_NLS], [1],
+        [Define to 1 if translation of program messages to the user's native language
+   is requested.])
+    else
+      USE_NLS=no
+    fi
+  fi
+
+  AC_MSG_CHECKING([whether to use NLS])
+  AC_MSG_RESULT([$USE_NLS])
+  if test "$USE_NLS" = "yes"; then
+    AC_MSG_CHECKING([where the gettext function comes from])
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    AC_MSG_RESULT([$gt_source])
+  fi
+
+  if test "$USE_NLS" = "yes"; then
+
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        AC_MSG_CHECKING([how to link with libintl])
+        AC_MSG_RESULT([$LIBINTL])
+        AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL])
+      fi
+
+      dnl For backward compatibility. Some packages may be using this.
+      AC_DEFINE([HAVE_GETTEXT], [1],
+       [Define if the GNU gettext() function is already present or preinstalled.])
+      AC_DEFINE([HAVE_DCGETTEXT], [1],
+       [Define if the GNU dcgettext() function is already present or preinstalled.])
+    fi
+
+    dnl We need to process the po/ directory.
+    POSUB=po
+  fi
+
+  ifelse(gt_included_intl, yes, [
+    dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL
+    dnl to 'yes' because some of the testsuite requires it.
+    if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
+
+    dnl Make all variables we use known to autoconf.
+    AC_SUBST([BUILD_INCLUDED_LIBINTL])
+    AC_SUBST([USE_INCLUDED_LIBINTL])
+    AC_SUBST([CATOBJEXT])
+
+    dnl For backward compatibility. Some configure.ins may be using this.
+    nls_cv_header_intl=
+    nls_cv_header_libgt=
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    DATADIRNAME=share
+    AC_SUBST([DATADIRNAME])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INSTOBJEXT=.mo
+    AC_SUBST([INSTOBJEXT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    GENCAT=gencat
+    AC_SUBST([GENCAT])
+
+    dnl For backward compatibility. Some Makefiles may be using this.
+    INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
+    AC_SUBST([INTLOBJS])
+
+    dnl Enable libtool support if the surrounding package wishes it.
+    INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix
+    AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX])
+  ])
+
+  dnl For backward compatibility. Some Makefiles may be using this.
+  INTLLIBS="$LIBINTL"
+  AC_SUBST([INTLLIBS])
+
+  dnl Make all documented variables known to autoconf.
+  AC_SUBST([LIBINTL])
+  AC_SUBST([LTLIBINTL])
+  AC_SUBST([POSUB])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:630: -1- m4_define([gt_NEEDS_INIT], [
+  m4_divert_text([DEFAULTS], [gt_needs=])
+  m4_define([gt_NEEDS_INIT], [])
+])
+m4trace:aclocal.m4:638: -1- m4_define([m4_location(AM_GNU_GETTEXT_NEED)], [aclocal.m4:638])
+m4trace:aclocal.m4:638: -1- m4_define([AM_GNU_GETTEXT_NEED], [_m4_defun_pro([$0])
+  m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:645: -1- m4_define([m4_location(AM_GNU_GETTEXT_VERSION)], [aclocal.m4:645])
+m4trace:aclocal.m4:645: -1- m4_define([AM_GNU_GETTEXT_VERSION], [_m4_defun_pro([$0])[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:657: -1- m4_define([m4_location(gt_GLIBC2)], [aclocal.m4:657])
+m4trace:aclocal.m4:657: -1- m4_define([gt_GLIBC2], [_m4_defun_pro([$0])
+    AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer],
+      [ac_cv_gnu_library_2],
+      [AC_EGREP_CPP([Lucky GNU user],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
+        ],
+        [ac_cv_gnu_library_2=yes],
+        [ac_cv_gnu_library_2=no])
+      ]
+    )
+    AC_SUBST([GLIBC2])
+    GLIBC2="$ac_cv_gnu_library_2"
+  
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:689: -1- m4_define([m4_location(gl_GLIBC21)], [aclocal.m4:689])
+m4trace:aclocal.m4:689: -1- m4_define([gl_GLIBC21], [_m4_defun_pro([$0])
+    AC_CACHE_CHECK([whether we are using the GNU C Library >= 2.1 or uClibc],
+      [ac_cv_gnu_library_2_1],
+      [AC_EGREP_CPP([Lucky],
+        [
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
+        ],
+        [ac_cv_gnu_library_2_1=yes],
+        [ac_cv_gnu_library_2_1=no])
+      ]
+    )
+    AC_SUBST([GLIBC21])
+    GLIBC21="$ac_cv_gnu_library_2_1"
+  
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:722: -1- m4_define([m4_location(AM_ICONV_LINKFLAGS_BODY)], [aclocal.m4:722])
+m4trace:aclocal.m4:722: -1- m4_define([AM_ICONV_LINKFLAGS_BODY], [_m4_defun_pro([$0])
+  dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([iconv])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:733: -1- m4_define([m4_location(AM_ICONV_LINK)], [aclocal.m4:733])
+m4trace:aclocal.m4:733: -1- m4_define([AM_ICONV_LINK], [_m4_defun_pro([$0])
+  dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and
+  dnl those with the standalone portable GNU libiconv installed).
+  AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
+
+  dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV
+  dnl accordingly.
+  AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY])
+
+  dnl Add $INCICONV to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed libiconv and not disabled its use
+  dnl via --without-libiconv-prefix, he wants to use it. The first
+  dnl AC_LINK_IFELSE will then fail, the second AC_LINK_IFELSE will succeed.
+  am_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV])
+
+  AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM(
+         [[
+#include <stdlib.h>
+#include <iconv.h>
+         ]],
+         [[iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);]])],
+      [am_cv_func_iconv=yes])
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+           ]],
+           [[iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);]])],
+        [am_cv_lib_iconv=yes]
+        [am_cv_func_iconv=yes])
+      LIBS="$am_save_LIBS"
+    fi
+  ])
+  if test "$am_cv_func_iconv" = yes; then
+    AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [
+      dnl This tests against bugs in AIX 5.1, AIX 6.1..7.1, HP-UX 11.11,
+      dnl Solaris 10.
+      am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      AC_RUN_IFELSE(
+        [AC_LANG_SOURCE([[
+#include <iconv.h>
+#include <string.h>
+int main ()
+{
+  int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static const char input[] = "\263";
+        char buf[10];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static const char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        const char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        const char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            (char **) &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
+}]])],
+        [am_cv_func_iconv_works=yes],
+        [am_cv_func_iconv_works=no],
+        [
+changequote(,)dnl
+         case "$host_os" in
+           aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+           *)            am_cv_func_iconv_works="guessing yes" ;;
+         esac
+changequote([,])dnl
+        ])
+      LIBS="$am_save_LIBS"
+    ])
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
+    esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
+  fi
+  if test "$am_func_iconv" = yes; then
+    AC_DEFINE([HAVE_ICONV], [1],
+      [Define if you have the iconv() function and it works.])
+  fi
+  if test "$am_cv_lib_iconv" = yes; then
+    AC_MSG_CHECKING([how to link with libiconv])
+    AC_MSG_RESULT([$LIBICONV])
+  else
+    dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV
+    dnl either.
+    CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
+  AC_SUBST([LIBICONV])
+  AC_SUBST([LTLIBICONV])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:934: -1- m4_define([gl_iconv_AC_DEFUN], [AC_DEFUN_ONCE(
+        [$1], [$2])])
+m4trace:aclocal.m4:943: -1- m4_define([m4_location(AM_ICONV)], [aclocal.m4:943])
+m4trace:aclocal.m4:943: -1- m4_define([AM_ICONV], [_m4_defun_once([AM_ICONV], [
+  AM_ICONV_LINK
+  if test "$am_cv_func_iconv" = yes; then
+    AC_MSG_CHECKING([for iconv declaration])
+    AC_CACHE_VAL([am_cv_proto_iconv], [
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+           ]],
+           [[]])],
+        [am_cv_proto_iconv_arg1=""],
+        [am_cv_proto_iconv_arg1="const"])
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
+    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    AC_MSG_RESULT([
+         $am_cv_proto_iconv])
+    AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1],
+      [Define as const if the declaration of iconv() needs const.])
+    dnl Also substitute ICONV_CONST in the gnulib generated <iconv.h>.
+    m4_ifdef([gl_ICONV_H_DEFAULTS],
+      [AC_REQUIRE([gl_ICONV_H_DEFAULTS])
+       if test -n "$am_cv_proto_iconv_arg1"; then
+         ICONV_CONST="const"
+       fi
+      ])
+  fi
+], m4_if(_m4_divert_dump, [],
+  [[_m4_defun_pro([AM_ICONV])m4_unquote(], [)_m4_defun_epi([AM_ICONV])]],
+m4_ifdef([_m4_diverting([AM_ICONV])], [-]), [-], [[m4_unquote(], [)]],
+  [[_m4_require_call([AM_ICONV],], [, _m4_divert_dump)]]))])
+m4trace:aclocal.m4:991: -1- m4_define([m4_location(gt_INTDIV0)], [aclocal.m4:991])
+m4trace:aclocal.m4:991: -1- m4_define([gt_INTDIV0], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+  AC_CACHE_CHECK([whether integer division by zero raises SIGFPE],
+    gt_cv_int_divbyzero_sigfpe,
+    [
+      gt_cv_int_divbyzero_sigfpe=
+changequote(,)dnl
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+changequote([,])dnl
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        AC_RUN_IFELSE(
+          [AC_LANG_SOURCE([[
+#include <stdlib.h>
+#include <signal.h>
+
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
+
+int x = 1;
+int y = 0;
+int z;
+int nan;
+
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
+
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
+]])],
+          [gt_cv_int_divbyzero_sigfpe=yes],
+          [gt_cv_int_divbyzero_sigfpe=no],
+          [
+            # Guess based on the CPU.
+changequote(,)dnl
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
+changequote([,])dnl
+          ])
+      fi
+    ])
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
+  AC_DEFINE_UNQUOTED([INTDIV0_RAISES_SIGFPE], [$value],
+    [Define if integer division by zero raises signal SIGFPE.])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1095: -1- m4_define([m4_location(AM_INTL_SUBDIR)], [aclocal.m4:1095])
+m4trace:aclocal.m4:1095: -1- m4_define([AM_INTL_SUBDIR], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_CC])dnl
+  AC_REQUIRE([AC_CANONICAL_HOST])dnl
+  AC_REQUIRE([gt_GLIBC2])dnl
+  AC_REQUIRE([AC_PROG_RANLIB])dnl
+  AC_REQUIRE([gl_VISIBILITY])dnl
+  AC_REQUIRE([gt_INTL_SUBDIR_CORE])dnl
+  AC_REQUIRE([AC_TYPE_LONG_LONG_INT])dnl
+  AC_REQUIRE([gt_TYPE_WCHAR_T])dnl
+  AC_REQUIRE([gt_TYPE_WINT_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gt_TYPE_INTMAX_T])
+  AC_REQUIRE([gt_PRINTF_POSIX])
+  AC_REQUIRE([gl_GLIBC21])dnl
+  AC_REQUIRE([gl_XSIZE])dnl
+  AC_REQUIRE([gl_FCNTL_O_FLAGS])dnl
+  AC_REQUIRE([gt_INTL_MACOSX])dnl
+  AC_REQUIRE([gl_EXTERN_INLINE])dnl
+
+  dnl Support for automake's --enable-silent-rules.
+  case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+  AC_SUBST([INTL_DEFAULT_VERBOSITY])
+
+  AC_CHECK_TYPE([ptrdiff_t], ,
+    [AC_DEFINE([ptrdiff_t], [long],
+       [Define as the type of the result of subtracting two pointers, if the system doesn't define it.])
+    ])
+  AC_CHECK_HEADERS([features.h stddef.h stdlib.h string.h])
+  AC_CHECK_FUNCS([asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
+
+  dnl Use the _snprintf function only if it is declared (because on NetBSD it
+  dnl is defined as a weak alias of snprintf; we prefer to use the latter).
+  AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([getc_unlocked], , , [#include <stdio.h>])
+
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
+  AC_SUBST([HAVE_POSIX_PRINTF])
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
+  AC_SUBST([HAVE_ASPRINTF])
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
+  AC_SUBST([HAVE_SNPRINTF])
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
+  AC_SUBST([HAVE_NEWLOCALE])
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
+  AC_SUBST([HAVE_WPRINTF])
+
+  AM_LANGINFO_CODESET
+  gt_LC_MESSAGES
+
+  dnl Compilation on mingw and Cygwin needs special Makefile rules, because
+  dnl 1. when we install a shared library, we must arrange to export
+  dnl    auxiliary pointer variables for every exported variable,
+  dnl 2. when we install a shared library and a static library simultaneously,
+  dnl    the include file specifies __declspec(dllimport) and therefore we
+  dnl    must arrange to define the auxiliary pointer variables for the
+  dnl    exported variables _also_ in the static library.
+  if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
+  AC_SUBST([WOE32DLL])
+
+  dnl On mingw and Cygwin, we can activate special Makefile rules which add
+  dnl version information to the shared libraries and executables.
+  case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
+  AC_SUBST([WOE32])
+  if test $WOE32 = yes; then
+    dnl Check for a program that compiles Windows resource files.
+    AC_CHECK_TOOL([WINDRES], [windres])
+  fi
+
+  dnl Determine whether when creating a library, "-lc" should be passed to
+  dnl libtool or not. On many platforms, it is required for the libtool option
+  dnl -no-undefined to work. On HP-UX, however, the -lc - stored by libtool
+  dnl in the *.la files - makes it impossible to create multithreaded programs,
+  dnl because libtool also reorders the -lc to come before the -pthread, and
+  dnl this disables pthread_create() <http://docs.hp.com/en/1896/pthreads.html>.
+  case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
+  AC_SUBST([LTLIBC])
+
+  dnl Rename some macros and functions used for locking.
+  AH_BOTTOM([
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1280: -1- m4_define([m4_location(gt_INTL_SUBDIR_CORE)], [aclocal.m4:1280])
+m4trace:aclocal.m4:1280: -1- m4_define([gt_INTL_SUBDIR_CORE], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_C_INLINE])dnl
+  AC_REQUIRE([AC_TYPE_SIZE_T])dnl
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_REQUIRE([AC_FUNC_ALLOCA])dnl
+  AC_REQUIRE([AC_FUNC_MMAP])dnl
+  AC_REQUIRE([gt_INTDIV0])dnl
+  AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl
+  AC_REQUIRE([gt_INTTYPES_PRI])dnl
+  AC_REQUIRE([gl_LOCK])dnl
+
+  AC_LINK_IFELSE(
+    [AC_LANG_PROGRAM(
+       [[int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }]],
+       [[]])],
+    [AC_DEFINE([HAVE_BUILTIN_EXPECT], [1],
+       [Define to 1 if the compiler understands __builtin_expect.])])
+
+  AC_CHECK_HEADERS([argz.h inttypes.h limits.h unistd.h sys/param.h])
+  AC_CHECK_FUNCS([getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking])
+
+  dnl Use the *_unlocked functions only if they are declared.
+  dnl (because some of them were defined without being declared in Solaris
+  dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built
+  dnl on Solaris 2.5.1 to run on Solaris 2.6).
+  AC_CHECK_DECLS([feof_unlocked, fgets_unlocked], , , [#include <stdio.h>])
+
+  AM_ICONV
+
+  dnl intl/plural.c is generated from intl/plural.y. It requires bison,
+  dnl because plural.y uses bison specific features. It requires at least
+  dnl bison-1.26 because earlier versions generate a plural.c that doesn't
+  dnl compile.
+  dnl bison is only needed for the maintainer (who touches plural.y). But in
+  dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put
+  dnl the rule in general Makefile. Now, some people carelessly touch the
+  dnl files or have a broken "make" program, hence the plural.c rule will
+  dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
+  dnl present or too old.
+  AC_CHECK_PROGS([INTLBISON], [bison])
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
+  else
+    dnl Found it, now check the version.
+    AC_MSG_CHECKING([version of bison])
+changequote(<<,>>)dnl
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
+changequote([,])dnl
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    AC_MSG_RESULT([$ac_prog_version])
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1361: -1- m4_define([m4_location(gt_INTL_MACOSX)], [aclocal.m4:1361])
+m4trace:aclocal.m4:1361: -1- m4_define([gt_INTL_MACOSX], [_m4_defun_pro([$0])
+  dnl Check for API introduced in Mac OS X 10.2.
+  AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
+    [gt_cv_func_CFPreferencesCopyAppValue],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFPreferences.h>]],
+          [[CFPreferencesCopyAppValue(NULL, NULL)]])],
+       [gt_cv_func_CFPreferencesCopyAppValue=yes],
+       [gt_cv_func_CFPreferencesCopyAppValue=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
+    AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
+      [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
+  fi
+  dnl Check for API introduced in Mac OS X 10.3.
+  AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
+    [gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <CoreFoundation/CFLocale.h>]],
+          [[CFLocaleCopyCurrent();]])],
+       [gt_cv_func_CFLocaleCopyCurrent=yes],
+       [gt_cv_func_CFLocaleCopyCurrent=no])
+     LIBS="$gt_save_LIBS"])
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
+      [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.])
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
+  AC_SUBST([INTL_MACOSX_LIBS])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1411: -1- m4_define([m4_location(gt_TYPE_INTMAX_T)], [aclocal.m4:1411])
+m4trace:aclocal.m4:1411: -1- m4_define([gt_TYPE_INTMAX_T], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+          ]],
+          [[intmax_t x = -1;
+            return !x;]])],
+       [gt_cv_c_intmax_t=yes],
+       [gt_cv_c_intmax_t=no])])
+  if test $gt_cv_c_intmax_t = yes; then
+    AC_DEFINE([HAVE_INTMAX_T], [1],
+      [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1451: -1- m4_define([m4_location(gt_INTTYPES_PRI)], [aclocal.m4:1451])
+m4trace:aclocal.m4:1451: -1- m4_define([gt_INTTYPES_PRI], [_m4_defun_pro([$0])
+  AC_CHECK_HEADERS([inttypes.h])
+  if test $ac_cv_header_inttypes_h = yes; then
+    AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken],
+      [gt_cv_inttypes_pri_broken],
+      [
+        AC_COMPILE_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
+             ]],
+             [[]])],
+          [gt_cv_inttypes_pri_broken=no],
+          [gt_cv_inttypes_pri_broken=yes])
+      ])
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
+    AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1],
+      [Define if <inttypes.h> exists and defines unusable PRI* macros.])
+    PRI_MACROS_BROKEN=1
+  else
+    PRI_MACROS_BROKEN=0
+  fi
+  AC_SUBST([PRI_MACROS_BROKEN])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1492: -1- m4_define([m4_location(gl_AC_HEADER_INTTYPES_H)], [aclocal.m4:1492])
+m4trace:aclocal.m4:1492: -1- m4_define([gl_AC_HEADER_INTTYPES_H], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+#include <sys/types.h>
+#include <inttypes.h>
+          ]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_inttypes_h=yes],
+       [gl_cv_header_inttypes_h=no])])
+  if test $gl_cv_header_inttypes_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1],
+      [Define if <inttypes.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1532: -1- m4_define([m4_location(gt_LC_MESSAGES)], [aclocal.m4:1532])
+m4trace:aclocal.m4:1532: -1- m4_define([gt_LC_MESSAGES], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES],
+    [AC_LINK_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <locale.h>]],
+          [[return LC_MESSAGES]])],
+       [gt_cv_val_LC_MESSAGES=yes],
+       [gt_cv_val_LC_MESSAGES=no])])
+  if test $gt_cv_val_LC_MESSAGES = yes; then
+    AC_DEFINE([HAVE_LC_MESSAGES], [1],
+      [Define if your <locale.h> file defines LC_MESSAGES.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1558: -1- m4_define([m4_location(AC_LIB_PROG_LD_GNU)], [aclocal.m4:1558])
+m4trace:aclocal.m4:1558: -1- m4_define([AC_LIB_PROG_LD_GNU], [_m4_defun_pro([$0])AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld],
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac])
+with_gnu_ld=$acl_cv_prog_gnu_ld
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1573: -1- m4_define([m4_location(AC_LIB_PROG_LD)], [aclocal.m4:1573])
+m4trace:aclocal.m4:1573: -1- m4_define([AC_LIB_PROG_LD], [_m4_defun_pro([$0])AC_REQUIRE([AC_PROG_CC])dnl
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
+
+AC_ARG_WITH([gnu-ld],
+    [AS_HELP_STRING([--with-gnu-ld],
+        [assume the C compiler uses GNU ld [default=no]])],
+    [test "$withval" = no || with_gnu_ld=yes],
+    [with_gnu_ld=no])dnl
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  AC_MSG_CHECKING([for ld used by $CC])
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [[\\/]]* | ?:[[\\/]]*)
+      re_direlt='/[[^/]][[^/]]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
+    ;;
+  *)
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
+    ;;
+  esac
+elif test "$with_gnu_ld" = yes; then
+  AC_MSG_CHECKING([for GNU ld])
+else
+  AC_MSG_CHECKING([for non-GNU ld])
+fi
+AC_CACHE_VAL([acl_cv_path_LD],
+[if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
+  done
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
+fi])
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  AC_MSG_RESULT([$LD])
+else
+  AC_MSG_RESULT([no])
+fi
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
+AC_LIB_PROG_LD_GNU
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1683: -1- m4_define([m4_location(AC_LIB_LINKFLAGS)], [aclocal.m4:1683])
+m4trace:aclocal.m4:1683: -1- m4_define([AC_LIB_LINKFLAGS], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
+    AC_LIB_LINKFLAGS_BODY([$1], [$2])
+    ac_cv_lib[]Name[]_libs="$LIB[]NAME"
+    ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
+    ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
+    ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX"
+  ])
+  LIB[]NAME="$ac_cv_lib[]Name[]_libs"
+  LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
+  INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
+  LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
+  dnl results of this search when this library appears as a dependency.
+  HAVE_LIB[]NAME=yes
+  popdef([NAME])
+  popdef([Name])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1723: -1- m4_define([m4_location(AC_LIB_HAVE_LINKFLAGS)], [aclocal.m4:1723])
+m4trace:aclocal.m4:1723: -1- m4_define([AC_LIB_HAVE_LINKFLAGS], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  AC_REQUIRE([AC_LIB_RPATH])
+  pushdef([Name],[m4_translit([$1],[./+-], [____])])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+
+  dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
+  dnl accordingly.
+  AC_LIB_LINKFLAGS_BODY([$1], [$2])
+
+  dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
+  dnl because if the user has installed lib[]Name and not disabled its use
+  dnl via --without-lib[]Name-prefix, he wants to use it.
+  ac_save_CPPFLAGS="$CPPFLAGS"
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
+
+  AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
+    ac_save_LIBS="$LIBS"
+    dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS,
+    dnl because these -l options might require -L options that are present in
+    dnl LIBS. -l options benefit only from the -L options listed before it.
+    dnl Otherwise, add it to the front of LIBS, because it may be a static
+    dnl library that depends on another static library that is present in LIBS.
+    dnl Static libraries benefit only from the static libraries listed after
+    dnl it.
+    case " $LIB[]NAME" in
+      *" -l"*) LIBS="$LIBS $LIB[]NAME" ;;
+      *)       LIBS="$LIB[]NAME $LIBS" ;;
+    esac
+    AC_LINK_IFELSE(
+      [AC_LANG_PROGRAM([[$3]], [[$4]])],
+      [ac_cv_lib[]Name=yes],
+      [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])'])
+    LIBS="$ac_save_LIBS"
+  ])
+  if test "$ac_cv_lib[]Name" = yes; then
+    HAVE_LIB[]NAME=yes
+    AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.])
+    AC_MSG_CHECKING([how to link with lib[]$1])
+    AC_MSG_RESULT([$LIB[]NAME])
+  else
+    HAVE_LIB[]NAME=no
+    dnl If $LIB[]NAME didn't lead to a usable library, we don't need
+    dnl $INC[]NAME either.
+    CPPFLAGS="$ac_save_CPPFLAGS"
+    LIB[]NAME=
+    LTLIB[]NAME=
+    LIB[]NAME[]_PREFIX=
+  fi
+  AC_SUBST([HAVE_LIB]NAME)
+  AC_SUBST([LIB]NAME)
+  AC_SUBST([LTLIB]NAME)
+  AC_SUBST([LIB]NAME[_PREFIX])
+  popdef([NAME])
+  popdef([Name])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1791: -1- m4_define([m4_location(AC_LIB_RPATH)], [aclocal.m4:1791])
+m4trace:aclocal.m4:1791: -1- m4_define([AC_LIB_RPATH], [_m4_defun_pro([$0])
+  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
+  AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
+  AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
+  AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
+  AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
+  AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
+  ])
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+  dnl Determine whether the user wants rpath handling at all.
+  AC_ARG_ENABLE([rpath],
+    [  --disable-rpath         do not hardcode runtime library paths],
+    :, enable_rpath=yes)
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1827: -1- m4_define([m4_location(AC_LIB_FROMPACKAGE)], [aclocal.m4:1827])
+m4trace:aclocal.m4:1827: -1- m4_define([AC_LIB_FROMPACKAGE], [_m4_defun_pro([$0])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_frompackage_]NAME, [$2])
+  popdef([NAME])
+  pushdef([PACK],[$2])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  define([acl_libsinpackage_]PACKUP,
+    m4_ifdef([acl_libsinpackage_]PACKUP, [m4_defn([acl_libsinpackage_]PACKUP)[, ]],)[lib$1])
+  popdef([PACKUP])
+  popdef([PACK])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:1847: -1- m4_define([m4_location(AC_LIB_LINKFLAGS_BODY)], [aclocal.m4:1847])
+m4trace:aclocal.m4:1847: -1- m4_define([AC_LIB_LINKFLAGS_BODY], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  pushdef([NAME],[m4_translit([$1],[abcdefghijklmnopqrstuvwxyz./+-],
+                                   [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])])
+  pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-],
+                                     [ABCDEFGHIJKLMNOPQRSTUVWXYZ____])])
+  pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])])
+  dnl Autoconf >= 2.61 supports dots in --with options.
+  pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_ARG_WITH(P_A_C_K[-prefix],
+[[  --with-]]P_A_C_K[[-prefix[=DIR]  search for ]PACKLIBS[ in DIR/include and DIR/lib
+  --without-]]P_A_C_K[[-prefix     don't search for ]PACKLIBS[ in includedir and libdir]],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
+])
+  dnl Search the library and its dependencies in $additional_libdir and
+  dnl $LDFLAGS. Using breadth-first-seach.
+  LIB[]NAME=
+  LTLIB[]NAME=
+  INC[]NAME=
+  LIB[]NAME[]_PREFIX=
+  dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been
+  dnl computed. So it has to be reset here.
+  HAVE_LIB[]NAME=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='$1 $2'
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+        dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
+        dnl or AC_LIB_HAVE_LINKFLAGS call.
+        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
+          else
+            dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
+            dnl that this library doesn't exist. So just drop it.
+            :
+          fi
+        else
+          dnl Search the library lib$name in $additional_libdir and $LDFLAGS
+          dnl and the already constructed $LIBNAME/$LTLIBNAME.
+          found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+            dnl The same code as in the loop below:
+            dnl First look for a shared library.
+            if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+            dnl Then look for a static library.
+            if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIB[]NAME; do
+              AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                  dnl First look for a shared library.
+                  if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                  dnl Then look for a static library.
+                  if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+            dnl Found the library.
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+              dnl Linking with a shared library. We attempt to hardcode its
+              dnl directory into the executable's runpath, unless it's the
+              dnl standard /usr/lib.
+              if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                dnl No hardcoding is needed.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+              else
+                dnl Use an explicit option to hardcode DIR into the resulting
+                dnl binary.
+                dnl Potentially add DIR to ltrpathdirs.
+                dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                dnl The hardcoding into $LIBNAME is system dependent.
+                if test "$acl_hardcode_direct" = yes; then
+                  dnl Using DIR/libNAME.so during linking hardcodes DIR into the
+                  dnl resulting binary.
+                  LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                    dnl Use an explicit option to hardcode DIR into the resulting
+                    dnl binary.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    dnl Potentially add DIR to rpathdirs.
+                    dnl The rpathdirs will be appended to $LIBNAME at the end.
+                    haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                    dnl Rely on "-L$found_dir".
+                    dnl But don't add it if it's already contained in the LDFLAGS
+                    dnl or the already constructed $LIBNAME
+                    haveit=
+                    for x in $LDFLAGS $LIB[]NAME; do
+                      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
+                    else
+                      dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH
+                      dnl here, because this doesn't fit in flags passed to the
+                      dnl compiler. So give up. No hardcoding. This affects only
+                      dnl very old systems.
+                      dnl FIXME: Not sure whether we should use
+                      dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
+                      dnl here.
+                      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                dnl Linking with a static library.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
+              else
+                dnl We shouldn't come here, but anyway it's good to have a
+                dnl fallback.
+                LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
+              fi
+            fi
+            dnl Assume the include files are nearby.
+            additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = '$1'; then
+                  LIB[]NAME[]_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+              dnl Potentially add $additional_includedir to $INCNAME.
+              dnl But don't add it
+              dnl   1. if it's the standard /usr/include,
+              dnl   2. if it's /usr/local/include and we are using GCC on Linux,
+              dnl   3. if it's already present in $CPPFLAGS or the already
+              dnl      constructed $INCNAME,
+              dnl   4. if it doesn't exist as a directory.
+              if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INC[]NAME; do
+                    AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                      dnl Really add $additional_includedir to $INCNAME.
+                      INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+            dnl Look for dependencies.
+            if test -n "$found_la"; then
+              dnl Read the .la file. It defines the variables
+              dnl dlname, library_names, old_library, dependency_libs, current,
+              dnl age, revision, installed, dlopen, dlpreopen, libdir.
+              save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+              dnl We use only dependency_libs.
+              for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
+                    dnl But don't add it
+                    dnl   1. if it's the standard /usr/lib,
+                    dnl   2. if it's /usr/local/lib and we are using GCC on Linux,
+                    dnl   3. if it's already present in $LDFLAGS or the already
+                    dnl      constructed $LIBNAME,
+                    dnl   4. if it doesn't exist as a directory.
+                    if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LIBNAME.
+                            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIB[]NAME; do
+                          AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                            dnl Really add $additional_libdir to $LTLIBNAME.
+                            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                      dnl Potentially add DIR to rpathdirs.
+                      dnl The rpathdirs will be appended to $LIBNAME at the end.
+                      haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                      dnl Potentially add DIR to ltrpathdirs.
+                      dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
+                      haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                    dnl Handle this in the next round.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                    dnl Handle this in the next round. Throw away the .la's
+                    dnl directory; it is already contained in a preceding -L
+                    dnl option.
+                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                    dnl Most likely an immediate library name.
+                    LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
+                    LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+            dnl Didn't find the library; assume it is in the system directories
+            dnl known to the linker and runtime loader. (All the system
+            dnl directories known to the linker should also be known to the
+            dnl runtime loader, otherwise the system is severely misconfigured.)
+            LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
+            LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+      dnl Weird platform: only the last -rpath option counts, the user must
+      dnl pass all path elements in one option. We can arrange that for a
+      dnl single library, but not when more than one $LIBNAMEs are used.
+      alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+      dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl.
+      acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+    else
+      dnl The -rpath options are cumulative.
+      for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+    dnl When using libtool, the option that works for both libraries and
+    dnl executables is -R. The -R options are cumulative.
+    for found_dir in $ltrpathdirs; do
+      LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
+    done
+  fi
+  popdef([P_A_C_K])
+  popdef([PACKLIBS])
+  popdef([PACKUP])
+  popdef([PACK])
+  popdef([NAME])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2350: -1- m4_define([m4_location(AC_LIB_APPENDTOVAR)], [aclocal.m4:2350])
+m4trace:aclocal.m4:2350: -1- m4_define([AC_LIB_APPENDTOVAR], [_m4_defun_pro([$0])
+  for element in [$2]; do
+    haveit=
+    for x in $[$1]; do
+      AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      [$1]="${[$1]}${[$1]:+ }$element"
+    fi
+  done
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2374: -1- m4_define([m4_location(AC_LIB_LINKFLAGS_FROM_LIBS)], [aclocal.m4:2374])
+m4trace:aclocal.m4:2374: -1- m4_define([AC_LIB_LINKFLAGS_FROM_LIBS], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_LIB_RPATH])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  $1=
+  if test "$enable_rpath" != no; then
+    if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+      dnl Use an explicit option to hardcode directories into the resulting
+      dnl binary.
+      rpathdirs=
+      next=
+      for opt in $2; do
+        if test -n "$next"; then
+          dir="$next"
+          dnl No need to hardcode the standard /usr/lib.
+          if test "X$dir" != "X/usr/$acl_libdirstem" \
+             && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+            rpathdirs="$rpathdirs $dir"
+          fi
+          next=
+        else
+          case $opt in
+            -L) next=yes ;;
+            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
+                 dnl No need to hardcode the standard /usr/lib.
+                 if test "X$dir" != "X/usr/$acl_libdirstem" \
+                    && test "X$dir" != "X/usr/$acl_libdirstem2"; then
+                   rpathdirs="$rpathdirs $dir"
+                 fi
+                 next= ;;
+            *) next= ;;
+          esac
+        fi
+      done
+      if test "X$rpathdirs" != "X"; then
+        if test -n ""$3""; then
+          dnl libtool is used for linking. Use -R options.
+          for dir in $rpathdirs; do
+            $1="${$1}${$1:+ }-R$dir"
+          done
+        else
+          dnl The linker is used for linking directly.
+          if test -n "$acl_hardcode_libdir_separator"; then
+            dnl Weird platform: only the last -rpath option counts, the user
+            dnl must pass all path elements in one option.
+            alldirs=
+            for dir in $rpathdirs; do
+              alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir"
+            done
+            acl_save_libdir="$libdir"
+            libdir="$alldirs"
+            eval flag=\"$acl_hardcode_libdir_flag_spec\"
+            libdir="$acl_save_libdir"
+            $1="$flag"
+          else
+            dnl The -rpath options are cumulative.
+            for dir in $rpathdirs; do
+              acl_save_libdir="$libdir"
+              libdir="$dir"
+              eval flag=\"$acl_hardcode_libdir_flag_spec\"
+              libdir="$acl_save_libdir"
+              $1="${$1}${$1:+ }$flag"
+            done
+          fi
+        fi
+      fi
+    fi
+  fi
+  AC_SUBST([$1])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2456: -1- m4_define([m4_location(AC_LIB_ARG_WITH)], [aclocal.m4:2456])
+m4trace:aclocal.m4:2456: -1- m4_define([AC_LIB_ARG_WITH], [_m4_defun_pro([$0])AC_ARG_WITH([$1],[[$2]],[$3],[$4])[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2466: -1- m4_define([m4_location(AC_LIB_PREFIX)], [aclocal.m4:2466])
+m4trace:aclocal.m4:2466: -1- m4_define([AC_LIB_PREFIX], [_m4_defun_pro([$0])
+  AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
+  AC_REQUIRE([AC_PROG_CC])
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
+  AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
+  dnl By default, look in $includedir and $libdir.
+  use_additional=yes
+  AC_LIB_WITH_FINAL_PREFIX([
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
+  ])
+  AC_LIB_ARG_WITH([lib-prefix],
+[  --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
+  --without-lib-prefix    don't search for libraries in includedir and libdir],
+[
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
+        AC_LIB_WITH_FINAL_PREFIX([
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
+        ])
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+      fi
+    fi
+])
+  if test $use_additional = yes; then
+    dnl Potentially add $additional_includedir to $CPPFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/include,
+    dnl   2. if it's already present in $CPPFLAGS,
+    dnl   3. if it's /usr/local/include and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_includedir" != "X/usr/include"; then
+      haveit=
+      for x in $CPPFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-I$additional_includedir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_includedir" = "X/usr/local/include"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_includedir"; then
+            dnl Really add $additional_includedir to $CPPFLAGS.
+            CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
+          fi
+        fi
+      fi
+    fi
+    dnl Potentially add $additional_libdir to $LDFLAGS.
+    dnl But don't add it
+    dnl   1. if it's the standard /usr/lib,
+    dnl   2. if it's already present in $LDFLAGS,
+    dnl   3. if it's /usr/local/lib and we are using GCC on Linux,
+    dnl   4. if it doesn't exist as a directory.
+    if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
+      haveit=
+      for x in $LDFLAGS; do
+        AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
+        if test "X$x" = "X-L$additional_libdir"; then
+          haveit=yes
+          break
+        fi
+      done
+      if test -z "$haveit"; then
+        if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
+          if test -n "$GCC"; then
+            case $host_os in
+              linux*) haveit=yes;;
+            esac
+          fi
+        fi
+        if test -z "$haveit"; then
+          if test -d "$additional_libdir"; then
+            dnl Really add $additional_libdir to $LDFLAGS.
+            LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
+          fi
+        fi
+      fi
+    fi
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2566: -1- m4_define([m4_location(AC_LIB_PREPARE_PREFIX)], [aclocal.m4:2566])
+m4trace:aclocal.m4:2566: -1- m4_define([AC_LIB_PREPARE_PREFIX], [_m4_defun_pro([$0])
+  dnl Unfortunately, prefix and exec_prefix get only finally determined
+  dnl at the end of configure.
+  if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2589: -1- m4_define([m4_location(AC_LIB_WITH_FINAL_PREFIX)], [aclocal.m4:2589])
+m4trace:aclocal.m4:2589: -1- m4_define([AC_LIB_WITH_FINAL_PREFIX], [_m4_defun_pro([$0])
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  $1
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2606: -1- m4_define([m4_location(AC_LIB_PREPARE_MULTILIB)], [aclocal.m4:2606])
+m4trace:aclocal.m4:2606: -1- m4_define([AC_LIB_PREPARE_MULTILIB], [_m4_defun_pro([$0])
+  dnl There is no formal standard regarding lib and lib64.
+  dnl On glibc systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine
+  dnl the compiler's default mode by looking at the compiler's library search
+  dnl path. If at least one of its elements ends in /lib64 or points to a
+  dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI.
+  dnl Otherwise we use the default, namely "lib".
+  dnl On Solaris systems, the current practice is that on a system supporting
+  dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under
+  dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or
+  dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib.
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+      dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment
+      dnl <http://docs.sun.com/app/docs/doc/816-5138/dev-env?l=en&a=view>.
+      dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link."
+      dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the
+      dnl symlink is missing, so we set acl_libdirstem2 too.
+      AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit],
+        [AC_EGREP_CPP([sixtyfour bits], [
+#ifdef _LP64
+sixtyfour bits
+#endif
+           ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no])
+        ])
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2678: -1- m4_define([m4_location(gl_LOCK)], [aclocal.m4:2678])
+m4trace:aclocal.m4:2678: -1- m4_define([gl_LOCK], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_THREADLIB])
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    AC_CHECK_TYPE([pthread_rwlock_t],
+      [AC_DEFINE([HAVE_PTHREAD_RWLOCK], [1],
+         [Define if the POSIX multithreading library has read/write locks.])],
+      [],
+      [#include <pthread.h>])
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    AC_COMPILE_IFELSE([
+      AC_LANG_PROGRAM(
+        [[#include <pthread.h>]],
+        [[
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
+        ]])],
+      [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], [1],
+         [Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE.])])
+  fi
+  gl_PREREQ_LOCK
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2711: -1- m4_define([m4_location(gl_PREREQ_LOCK)], [aclocal.m4:2711])
+m4trace:aclocal.m4:2711: -1- m4_define([gl_PREREQ_LOCK], [_m4_defun_pro([$0]):[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2729: -1- m4_define([m4_location(AC_TYPE_LONG_LONG_INT)], [aclocal.m4:2729])
+m4trace:aclocal.m4:2729: -1- m4_define([AC_TYPE_LONG_LONG_INT], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+  AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
+     [ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+          dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
+          dnl If cross compiling, assume the bug is not important, since
+          dnl nobody cross compiles for this platform as far as we know.
+          AC_RUN_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[@%:@include <limits.h>
+                 @%:@ifndef LLONG_MAX
+                 @%:@ define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 @%:@ define LLONG_MAX (HALF - 1 + HALF)
+                 @%:@endif]],
+               [[long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;]])],
+            [],
+            [ac_cv_type_long_long_int=no],
+            [:])
+        fi
+      fi])
+  if test $ac_cv_type_long_long_int = yes; then
+    AC_DEFINE([HAVE_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'long long int'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2779: -1- m4_define([m4_location(AC_TYPE_UNSIGNED_LONG_LONG_INT)], [aclocal.m4:2779])
+m4trace:aclocal.m4:2779: -1- m4_define([AC_TYPE_UNSIGNED_LONG_LONG_INT], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for unsigned long long int],
+    [ac_cv_type_unsigned_long_long_int],
+    [ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       AC_LINK_IFELSE(
+         [_AC_TYPE_LONG_LONG_SNIPPET],
+         [],
+         [ac_cv_type_unsigned_long_long_int=no])
+     fi])
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
+    AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1],
+      [Define to 1 if the system has the type 'unsigned long long int'.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2801: -1- m4_define([m4_location(_AC_TYPE_LONG_LONG_SNIPPET)], [aclocal.m4:2801])
+m4trace:aclocal.m4:2801: -1- m4_define([_AC_TYPE_LONG_LONG_SNIPPET], [_m4_defun_pro([$0])
+  AC_LANG_PROGRAM(
+    [[/* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;]],
+    [[/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));]])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2849: -1- m4_define([m4_location(AM_NLS)], [aclocal.m4:2849])
+m4trace:aclocal.m4:2849: -1- m4_define([AM_NLS], [_m4_defun_pro([$0])
+  AC_MSG_CHECKING([whether NLS is requested])
+  dnl Default is enabled NLS
+  AC_ARG_ENABLE([nls],
+    [  --disable-nls           do not use Native Language Support],
+    USE_NLS=$enableval, USE_NLS=yes)
+  AC_MSG_RESULT([$USE_NLS])
+  AC_SUBST([USE_NLS])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2886: -1- m4_define([m4_location(PKG_PROG_PKG_CONFIG)], [aclocal.m4:2886])
+m4trace:aclocal.m4:2886: -1- m4_define([PKG_PROG_PKG_CONFIG], [_m4_defun_pro([$0])m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
+
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+	AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
+fi
+if test -n "$PKG_CONFIG"; then
+	_pkg_min_version=m4_default([$1], [0.9.0])
+	AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		AC_MSG_RESULT([yes])
+	else
+		AC_MSG_RESULT([no])
+		PKG_CONFIG=""
+	fi
+fi[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2919: -1- m4_define([m4_location(PKG_CHECK_EXISTS)], [aclocal.m4:2919])
+m4trace:aclocal.m4:2919: -1- m4_define([PKG_CHECK_EXISTS], [_m4_defun_pro([$0])AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+if test -n "$PKG_CONFIG" && \
+    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
+  m4_default([$2], [:])
+m4_ifvaln([$3], [else
+  $3])dnl
+fi[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2930: -1- m4_define([_PKG_CONFIG], [if test -n "$$1"; then
+    pkg_cv_[]$1="$$1"
+ elif test -n "$PKG_CONFIG"; then
+    PKG_CHECK_EXISTS([$3],
+                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes ],
+		     [pkg_failed=yes])
+ else
+    pkg_failed=untried
+fi[]dnl
+])
+m4trace:aclocal.m4:2945: -1- m4_define([m4_location(_PKG_SHORT_ERRORS_SUPPORTED)], [aclocal.m4:2945])
+m4trace:aclocal.m4:2945: -1- m4_define([_PKG_SHORT_ERRORS_SUPPORTED], [_m4_defun_pro([$0])AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:2965: -1- m4_define([m4_location(PKG_CHECK_MODULES)], [aclocal.m4:2965])
+m4trace:aclocal.m4:2965: -1- m4_define([PKG_CHECK_MODULES], [_m4_defun_pro([$0])AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
+
+pkg_failed=no
+AC_MSG_CHECKING([for $1])
+
+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
+_PKG_CONFIG([$1][_LIBS], [libs], [$2])
+
+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
+and $1[]_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.])
+
+if test $pkg_failed = yes; then
+   	AC_MSG_RESULT([no])
+        _PKG_SHORT_ERRORS_SUPPORTED
+        if test $_pkg_short_errors_supported = yes; then
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
+        else 
+	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
+
+	m4_default([$4], [AC_MSG_ERROR(
+[Package requirements ($2) were not met:
+
+$$1_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+_PKG_TEXT])[]dnl
+        ])
+elif test $pkg_failed = untried; then
+     	AC_MSG_RESULT([no])
+	m4_default([$4], [AC_MSG_FAILURE(
+[The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+_PKG_TEXT
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
+        ])
+else
+	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
+	$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
+        AC_MSG_RESULT([yes])
+	$3
+fi[]dnl
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3028: -1- m4_define([m4_location(PKG_INSTALLDIR)], [aclocal.m4:3028])
+m4trace:aclocal.m4:3028: -1- m4_define([PKG_INSTALLDIR], [_m4_defun_pro([$0])m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([pkgconfigdir],
+    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
+    [with_pkgconfigdir=]pkg_default)
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3048: -1- m4_define([m4_location(PKG_NOARCH_INSTALLDIR)], [aclocal.m4:3048])
+m4trace:aclocal.m4:3048: -1- m4_define([PKG_NOARCH_INSTALLDIR], [_m4_defun_pro([$0])m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([noarch-pkgconfigdir],
+    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
+    [with_noarch_pkgconfigdir=]pkg_default)
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3065: -1- m4_define([m4_location(PKG_CHECK_VAR)], [aclocal.m4:3065])
+m4trace:aclocal.m4:3065: -1- m4_define([PKG_CHECK_VAR], [_m4_defun_pro([$0])AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [""], [$5], [$4])dnl
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3097: -1- m4_define([m4_location(AM_PO_SUBDIRS)], [aclocal.m4:3097])
+m4trace:aclocal.m4:3097: -1- m4_define([AM_PO_SUBDIRS], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+  AC_REQUIRE([AC_PROG_INSTALL])dnl
+  AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+  AC_REQUIRE([AC_PROG_SED])dnl
+  AC_REQUIRE([AM_NLS])dnl
+
+  dnl Release version of the gettext macros. This is used to ensure that
+  dnl the gettext macros and po/Makefile.in.in are in sync.
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
+
+  dnl Perform the following tests also if --disable-nls has been given,
+  dnl because they are needed for "make dist" to work.
+
+  dnl Search for GNU msgfmt in the PATH.
+  dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
+  dnl The second test excludes FreeBSD msgfmt.
+  AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
+    [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
+
+  dnl Test whether it is GNU msgfmt >= 0.15.
+changequote(,)dnl
+  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([MSGFMT_015])
+changequote(,)dnl
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([GMSGFMT_015])
+
+  dnl Search for GNU xgettext 0.12 or newer in the PATH.
+  dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
+  dnl The second test excludes FreeBSD xgettext.
+  AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
+    [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
+    :)
+  dnl Remove leftover from FreeBSD xgettext call.
+  rm -f messages.po
+
+  dnl Test whether it is GNU xgettext >= 0.15.
+changequote(,)dnl
+  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+changequote([,])dnl
+  AC_SUBST([XGETTEXT_015])
+
+  dnl Search for GNU msgmerge 0.11 or newer in the PATH.
+  AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
+    [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
+
+  dnl Installation directories.
+  dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
+  dnl have to define it here, so that it can be used in po/Makefile.
+  test -n "$localedir" || localedir='${datadir}/locale'
+  AC_SUBST([localedir])
+
+  dnl Support for AM_XGETTEXT_OPTION.
+  test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
+  AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
+
+  AC_CONFIG_COMMANDS([po-directories], [[
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done]],
+   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
+   ])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3294: -1- m4_define([m4_location(AM_POSTPROCESS_PO_MAKEFILE)], [aclocal.m4:3294])
+m4trace:aclocal.m4:3294: -1- m4_define([AM_POSTPROCESS_PO_MAKEFILE], [_m4_defun_pro([$0])
+  # When this code is run, in config.status, two variables have already been
+  # set:
+  # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
+  # - LINGUAS is the value of the environment variable LINGUAS at configure
+  #   time.
+
+changequote(,)dnl
+  # Adjust a relative srcdir.
+  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+  # In autoconf-2.13 it is called $ac_given_srcdir.
+  # In autoconf-2.50 it is called $srcdir.
+  test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+  case "$ac_given_srcdir" in
+    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+    /*) top_srcdir="$ac_given_srcdir" ;;
+    *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+  esac
+
+  # Find a way to echo strings without interpreting backslash.
+  if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
+    gt_echo='echo'
+  else
+    if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
+      gt_echo='printf %s\n'
+    else
+      echo_func () {
+        cat <<EOT
+$*
+EOT
+      }
+      gt_echo='echo_func'
+    fi
+  fi
+
+  # A sed script that extracts the value of VARIABLE from a Makefile.
+  tab=`printf '\t'`
+  sed_x_variable='
+# Test if the hold space is empty.
+x
+s/P/P/
+x
+ta
+# Yes it was empty. Look if we have the expected variable definition.
+/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
+  # Seen the first line of the variable definition.
+  s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
+  ba
+}
+bd
+:a
+# Here we are processing a line from the variable definition.
+# Remove comment, more precisely replace it with a space.
+s/#.*$/ /
+# See if the line ends in a backslash.
+tb
+:b
+s/\\$//
+# Print the line, without the trailing backslash.
+p
+tc
+# There was no trailing backslash. The end of the variable definition is
+# reached. Clear the hold space.
+s/^.*$//
+x
+bd
+:c
+# A trailing backslash means that the variable definition continues in the
+# next line. Put a nonempty string into the hold space to indicate this.
+s/^.*$/P/
+x
+:d
+'
+changequote([,])dnl
+
+  # Set POTFILES to the value of the Makefile variable POTFILES.
+  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
+  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
+  # Compute POTFILES_DEPS as
+  #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
+  POTFILES_DEPS=
+  for file in $POTFILES; do
+    POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
+  done
+  POMAKEFILEDEPS=""
+
+  if test -n "$OBSOLETE_ALL_LINGUAS"; then
+    test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+  fi
+  if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+    # The LINGUAS file contains the set of available languages.
+    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+  else
+    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
+    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
+    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
+  fi
+  # Hide the ALL_LINGUAS assignment from automake < 1.5.
+  eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+  # Compute POFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+  # Compute UPDATEPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+  # Compute DUMMYPOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+  # Compute GMOFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+  # Compute PROPERTIESFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
+  # Compute CLASSFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
+  # Compute QMFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
+  # Compute MSGFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
+  # Compute RESOURCESDLLFILES
+  # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
+  case "$ac_given_srcdir" in
+    .) srcdirpre= ;;
+    *) srcdirpre='$(srcdir)/' ;;
+  esac
+  POFILES=
+  UPDATEPOFILES=
+  DUMMYPOFILES=
+  GMOFILES=
+  PROPERTIESFILES=
+  CLASSFILES=
+  QMFILES=
+  MSGFILES=
+  RESOURCESDLLFILES=
+  for lang in $ALL_LINGUAS; do
+    POFILES="$POFILES $srcdirpre$lang.po"
+    UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+    DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+    GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+    PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
+    CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
+    QMFILES="$QMFILES $srcdirpre$lang.qm"
+    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
+    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
+  done
+  # CATALOGS depends on both $ac_dir and the user's LINGUAS
+  # environment variable.
+  INST_LINGUAS=
+  if test -n "$ALL_LINGUAS"; then
+    for presentlang in $ALL_LINGUAS; do
+      useit=no
+      if test "%UNSET%" != "$LINGUAS"; then
+        desiredlanguages="$LINGUAS"
+      else
+        desiredlanguages="$ALL_LINGUAS"
+      fi
+      for desiredlang in $desiredlanguages; do
+        # Use the presentlang catalog if desiredlang is
+        #   a. equal to presentlang, or
+        #   b. a variant of presentlang (because in this case,
+        #      presentlang can be used as a fallback for messages
+        #      which are not translated in the desiredlang catalog).
+        case "$desiredlang" in
+          "$presentlang"*) useit=yes;;
+        esac
+      done
+      if test $useit = yes; then
+        INST_LINGUAS="$INST_LINGUAS $presentlang"
+      fi
+    done
+  fi
+  CATALOGS=
+  JAVACATALOGS=
+  QTCATALOGS=
+  TCLCATALOGS=
+  CSHARPCATALOGS=
+  if test -n "$INST_LINGUAS"; then
+    for lang in $INST_LINGUAS; do
+      CATALOGS="$CATALOGS $lang.gmo"
+      JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
+      QTCATALOGS="$QTCATALOGS $lang.qm"
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
+    done
+  fi
+
+  sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
+  tab=`printf '\t'`
+  if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang.msg: $lang.po
+${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
+${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
+    # Add dependencies that cannot be formulated as a simple suffix rule.
+    for lang in $ALL_LINGUAS; do
+      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
+      cat >> "$ac_file.tmp" <<EOF
+$frobbedlang/\$(DOMAIN).resources.dll: $lang.po
+${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
+${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
+EOF
+    done
+  fi
+  if test -n "$POMAKEFILEDEPS"; then
+    cat >> "$ac_file.tmp" <<EOF
+Makefile: $POMAKEFILEDEPS
+EOF
+  fi
+  mv "$ac_file.tmp" "$ac_file"
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3517: -1- m4_define([m4_location(AM_XGETTEXT_OPTION_INIT)], [aclocal.m4:3517])
+m4trace:aclocal.m4:3517: -1- m4_define([AM_XGETTEXT_OPTION_INIT], [_m4_defun_pro([$0])
+  XGETTEXT_EXTRA_OPTIONS=
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3523: -1- m4_define([m4_location(AM_XGETTEXT_OPTION)], [aclocal.m4:3523])
+m4trace:aclocal.m4:3523: -1- m4_define([AM_XGETTEXT_OPTION], [_m4_defun_pro([$0])
+  AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
+  XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3539: -1- m4_define([m4_location(gt_PRINTF_POSIX)], [aclocal.m4:3539])
+m4trace:aclocal.m4:3539: -1- m4_define([gt_PRINTF_POSIX], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_PROG_CC])
+  AC_CACHE_CHECK([whether printf() supports POSIX/XSI format strings],
+    gt_cv_func_printf_posix,
+    [
+      AC_RUN_IFELSE(
+        [AC_LANG_SOURCE([[
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}]])],
+        [gt_cv_func_printf_posix=yes],
+        [gt_cv_func_printf_posix=no],
+        [
+          AC_EGREP_CPP([notposix], [
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+            ],
+            [gt_cv_func_printf_posix="guessing no"],
+            [gt_cv_func_printf_posix="guessing yes"])
+        ])
+    ])
+  case $gt_cv_func_printf_posix in
+    *yes)
+      AC_DEFINE([HAVE_POSIX_PRINTF], [1],
+        [Define if your printf() function supports format strings with positions.])
+      ;;
+  esac
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3602: -1- m4_define([m4_location(AM_PATH_PROG_WITH_TEST)], [aclocal.m4:3602])
+m4trace:aclocal.m4:3602: -1- m4_define([AM_PATH_PROG_WITH_TEST], [_m4_defun_pro([$0])
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
+
+# Extract the first word of "$2", so it can be a program name with args.
+set dummy $2; ac_word=[$]2
+AC_MSG_CHECKING([for $ac_word])
+AC_CACHE_VAL([ac_cv_path_$1],
+[case "[$]$1" in
+  [[\\/]]* | ?:[[\\/]]*)
+    ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in ifelse([$5], , $PATH, [$5]); do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD
+          if [$3]; then
+            ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+dnl If no 4th arg is given, leave the cache variable unset,
+dnl so AC_PATH_PROGS will keep looking.
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
+])dnl
+    ;;
+esac])dnl
+$1="$ac_cv_path_$1"
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
+  AC_MSG_RESULT([$][$1])
+else
+  AC_MSG_RESULT([no])
+fi
+AC_SUBST([$1])dnl
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3678: -1- m4_define([m4_location(gl_SIZE_MAX)], [aclocal.m4:3678])
+m4trace:aclocal.m4:3678: -1- m4_define([gl_SIZE_MAX], [_m4_defun_pro([$0])
+  AC_CHECK_HEADERS([stdint.h])
+  dnl First test whether the system already has SIZE_MAX.
+  AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [
+    gl_cv_size_max=
+    AC_EGREP_CPP([Found it], [
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
+], [gl_cv_size_max=yes])
+    if test -z "$gl_cv_size_max"; then
+      dnl Define it ourselves. Here we assume that the type 'size_t' is not wider
+      dnl than the type 'unsigned long'. Try hard to find a definition that can
+      dnl be used in a preprocessor #if, i.e. doesn't contain a cast.
+      AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1],
+        [#include <stddef.h>
+#include <limits.h>], [size_t_bits_minus_1=])
+      AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)],
+        [#include <stddef.h>], [fits_in_uint=])
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+          dnl Even though SIZE_MAX fits in an unsigned int, it must be of type
+          dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'.
+          AC_COMPILE_IFELSE(
+            [AC_LANG_PROGRAM(
+               [[#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
+               ]],
+               [[]])],
+            [fits_in_uint=0])
+        fi
+        dnl We cannot use 'expr' to simplify this expression, because 'expr'
+        dnl works only with 'long' integers in the host environment, while we
+        dnl might be cross-compiling from a 32-bit platform to a 64-bit platform.
+        if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+        dnl Shouldn't happen, but who knows...
+        gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
+  ])
+  if test "$gl_cv_size_max" != yes; then
+    AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max],
+      [Define as the maximum value of type 'size_t', if the system doesn't define it.])
+  fi
+  dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after
+  dnl <stdint.h>. Remember that the #undef in AH_VERBATIM gets replaced with
+  dnl #define by AC_DEFINE_UNQUOTED.
+  AH_VERBATIM([SIZE_MAX],
+[/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3761: -1- m4_define([m4_location(gl_AC_HEADER_STDINT_H)], [aclocal.m4:3761])
+m4trace:aclocal.m4:3761: -1- m4_define([gl_AC_HEADER_STDINT_H], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <sys/types.h>
+            #include <stdint.h>]],
+          [[uintmax_t i = (uintmax_t) -1; return !i;]])],
+       [gl_cv_header_stdint_h=yes],
+       [gl_cv_header_stdint_h=no])])
+  if test $gl_cv_header_stdint_h = yes; then
+    AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1],
+      [Define if <stdint.h> exists, doesn't clash with <sys/types.h>,
+       and declares uintmax_t. ])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3806: -1- m4_define([m4_location(gl_THREADLIB_EARLY)], [aclocal.m4:3806])
+m4trace:aclocal.m4:3806: -1- m4_define([gl_THREADLIB_EARLY], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3813: -1- m4_define([m4_location(gl_THREADLIB_EARLY_BODY)], [aclocal.m4:3813])
+m4trace:aclocal.m4:3813: -1- m4_define([gl_THREADLIB_EARLY_BODY], [_m4_defun_pro([$0])
+  dnl Ordering constraints: This macro modifies CPPFLAGS in a way that
+  dnl influences the result of the autoconf tests that test for *_unlocked
+  dnl declarations, on AIX 5 at least. Therefore it must come early.
+  AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl
+  AC_BEFORE([$0], [gl_ARGP])dnl
+
+  AC_REQUIRE([AC_CANONICAL_HOST])
+  dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems.
+  dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes
+  dnl AC_GNU_SOURCE.
+  m4_ifdef([AC_USE_SYSTEM_EXTENSIONS],
+    [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])],
+    [AC_REQUIRE([AC_GNU_SOURCE])])
+  dnl Check for multithreading.
+  m4_ifdef([gl_THREADLIB_DEFAULT_NO],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=no])],
+    [m4_divert_text([DEFAULTS], [gl_use_threads_default=])])
+  AC_ARG_ENABLE([threads],
+AC_HELP_STRING([--enable-threads={posix|solaris|pth|windows}], [specify multithreading API])m4_ifdef([gl_THREADLIB_DEFAULT_NO], [], [
+AC_HELP_STRING([--disable-threads], [build without multithread safety])]),
+    [gl_use_threads=$enableval],
+    [if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+changequote(,)dnl
+       case "$host_os" in
+         dnl Disable multithreading by default on OSF/1, because it interferes
+         dnl with fork()/exec(): When msgexec is linked with -lpthread, its
+         dnl child process gets an endless segmentation fault inside execvp().
+         dnl Disable multithreading by default on Cygwin 1.5.x, because it has
+         dnl bugs that lead to endless loops or crashes. See
+         dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
+         osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+changequote([,])dnl
+     fi
+    ])
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:3884: -1- m4_define([m4_location(gl_THREADLIB_BODY)], [aclocal.m4:3884])
+m4trace:aclocal.m4:3884: -1- m4_define([gl_THREADLIB_BODY], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_THREADLIB_EARLY_BODY])
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+    dnl Check whether the compiler and linker support weak declarations.
+    AC_CACHE_CHECK([whether imported symbols can be declared weak],
+      [gl_cv_have_weak],
+      [gl_cv_have_weak=no
+       dnl First, test whether the compiler accepts it syntactically.
+       AC_LINK_IFELSE(
+         [AC_LANG_PROGRAM(
+            [[extern void xyzzy ();
+#pragma weak xyzzy]],
+            [[xyzzy();]])],
+         [gl_cv_have_weak=maybe])
+       if test $gl_cv_have_weak = maybe; then
+         dnl Second, test whether it actually works. On Cygwin 1.7.2, with
+         dnl gcc 4.3, symbols declared weak always evaluate to the address 0.
+         AC_RUN_IFELSE(
+           [AC_LANG_SOURCE([[
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}]])],
+           [gl_cv_have_weak=yes],
+           [gl_cv_have_weak=no],
+           [dnl When cross-compiling, assume that only ELF platforms support
+            dnl weak symbols.
+            AC_EGREP_CPP([Extensible Linking Format],
+              [#ifdef __ELF__
+               Extensible Linking Format
+               #endif
+              ],
+              [gl_cv_have_weak="guessing yes"],
+              [gl_cv_have_weak="guessing no"])
+           ])
+       fi
+      ])
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      AC_CHECK_HEADER([pthread.h],
+        [gl_have_pthread_h=yes], [gl_have_pthread_h=no])
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        AC_LINK_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[#include <pthread.h>]],
+             [[pthread_mutex_lock((pthread_mutex_t*)0);
+               pthread_mutexattr_init((pthread_mutexattr_t*)0);]])],
+          [gl_have_pthread=yes])
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
+                 AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], [1],
+                   [Define if the pthread_in_use() detection is hard.])
+             esac
+            ])
+        else
+          # Some library is needed. Try libpthread and libc_r.
+          AC_CHECK_LIB([pthread], [pthread_kill],
+            [gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread])
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            AC_CHECK_LIB([c_r], [pthread_kill],
+              [gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r])
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
+          AC_DEFINE([USE_POSIX_THREADS], [1],
+            [Define if the POSIX multithreading library can be used.])
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+              AC_DEFINE([USE_POSIX_THREADS_WEAK], [1],
+                [Define if references to the POSIX multithreading library should be made weak.])
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        AC_LINK_IFELSE(
+          [AC_LANG_PROGRAM(
+             [[
+#include <thread.h>
+#include <synch.h>
+             ]],
+             [[thr_self();]])],
+          [gl_have_solaristhread=yes])
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
+          AC_DEFINE([USE_SOLARIS_THREADS], [1],
+            [Define if the old Solaris multithreading library can be used.])
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_SOLARIS_THREADS_WEAK], [1],
+              [Define if references to the old Solaris multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
+      AC_LIB_LINKFLAGS([pth])
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      AC_LINK_IFELSE(
+        [AC_LANG_PROGRAM([[#include <pth.h>]], [[pth_self();]])],
+        [gl_have_pth=yes])
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
+        AC_DEFINE([USE_PTH_THREADS], [1],
+          [Define if the GNU Pth multithreading library can be used.])
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
+            AC_DEFINE([USE_PTH_THREADS_WEAK], [1],
+              [Define if references to the GNU Pth multithreading library should be made weak.])
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+            AC_DEFINE([USE_WINDOWS_THREADS], [1],
+              [Define if the native Windows multithreading API can be used.])
+          fi
+          ;;
+      esac
+    fi
+  fi
+  AC_MSG_CHECKING([for multithread API to use])
+  AC_MSG_RESULT([$gl_threads_api])
+  AC_SUBST([LIBTHREAD])
+  AC_SUBST([LTLIBTHREAD])
+  AC_SUBST([LIBMULTITHREAD])
+  AC_SUBST([LTLIBMULTITHREAD])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4079: -1- m4_define([m4_location(gl_THREADLIB)], [aclocal.m4:4079])
+m4trace:aclocal.m4:4079: -1- m4_define([gl_THREADLIB], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_THREADLIB_EARLY])
+  AC_REQUIRE([gl_THREADLIB_BODY])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4092: -1- m4_define([m4_location(gl_DISABLE_THREADS)], [aclocal.m4:4092])
+m4trace:aclocal.m4:4092: -1- m4_define([gl_DISABLE_THREADS], [_m4_defun_pro([$0])
+  m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4163: -1- m4_define([m4_location(gl_AC_TYPE_UINTMAX_T)], [aclocal.m4:4163])
+m4trace:aclocal.m4:4163: -1- m4_define([gl_AC_TYPE_UINTMAX_T], [_m4_defun_pro([$0])
+  AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+  AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+    AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
+    AC_DEFINE_UNQUOTED([uintmax_t], [$ac_type],
+      [Define to unsigned long or unsigned long long
+       if <stdint.h> and <inttypes.h> don't define.])
+  else
+    AC_DEFINE([HAVE_UINTMAX_T], [1],
+      [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4203: -1- m4_define([m4_location(gl_VISIBILITY)], [aclocal.m4:4203])
+m4trace:aclocal.m4:4203: -1- m4_define([gl_VISIBILITY], [_m4_defun_pro([$0])
+  AC_REQUIRE([AC_PROG_CC])
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+    dnl First, check whether -Werror can be added to the command line, or
+    dnl whether it leads to an error because of some other option that the
+    dnl user has put into $CC $CFLAGS $CPPFLAGS.
+    AC_MSG_CHECKING([whether the -Werror option is usable])
+    AC_CACHE_VAL([gl_cv_cc_vis_werror], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM([[]], [[]])],
+        [gl_cv_cc_vis_werror=yes],
+        [gl_cv_cc_vis_werror=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_vis_werror])
+    dnl Now check whether visibility declarations are supported.
+    AC_MSG_CHECKING([for simple visibility declarations])
+    AC_CACHE_VAL([gl_cv_cc_visibility], [
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+      dnl We use the option -Werror and a function dummyfunc, because on some
+      dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
+      dnl "visibility attribute not supported in this configuration; ignored"
+      dnl at the first function definition in every compilation unit, and we
+      dnl don't want to use the option in this case.
+      if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      AC_COMPILE_IFELSE(
+        [AC_LANG_PROGRAM(
+           [[extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
+           ]],
+           [[]])],
+        [gl_cv_cc_visibility=yes],
+        [gl_cv_cc_visibility=no])
+      CFLAGS="$gl_save_CFLAGS"])
+    AC_MSG_RESULT([$gl_cv_cc_visibility])
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
+    fi
+  fi
+  AC_SUBST([CFLAG_VISIBILITY])
+  AC_SUBST([HAVE_VISIBILITY])
+  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
+    [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.])
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4269: -1- m4_define([m4_location(gt_TYPE_WCHAR_T)], [aclocal.m4:4269])
+m4trace:aclocal.m4:4269: -1- m4_define([gt_TYPE_WCHAR_T], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wchar_t=yes],
+       [gt_cv_c_wchar_t=no])])
+  if test $gt_cv_c_wchar_t = yes; then
+    AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4294: -1- m4_define([m4_location(gt_TYPE_WINT_T)], [aclocal.m4:4294])
+m4trace:aclocal.m4:4294: -1- m4_define([gt_TYPE_WINT_T], [_m4_defun_pro([$0])
+  AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
+    [AC_COMPILE_IFELSE(
+       [AC_LANG_PROGRAM(
+          [[
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';]],
+          [[]])],
+       [gt_cv_c_wint_t=yes],
+       [gt_cv_c_wint_t=no])])
+  if test $gt_cv_c_wint_t = yes; then
+    AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.])
+  fi
+[]_m4_defun_epi([$0])])
+m4trace:aclocal.m4:4323: -1- m4_define([m4_location(gl_XSIZE)], [aclocal.m4:4323])
+m4trace:aclocal.m4:4323: -1- m4_define([gl_XSIZE], [_m4_defun_pro([$0])
+  dnl Prerequisites of lib/xsize.h.
+  AC_REQUIRE([gl_SIZE_MAX])
+  AC_CHECK_HEADERS([stdint.h])
+[]_m4_defun_epi([$0])])
diff --git a/config.h b/config.h
index f994bb4..f08c09a 100644
--- a/config.h
+++ b/config.h
@@ -1,26 +1,141 @@
 /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c' support on those systems.
+   */
+/* #undef CRAY_STACKSEG_END */
+
+/* Define to 1 if using `alloca.c'. */
+/* #undef C_ALLOCA */
+
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+#define ENABLE_NLS 1
+
+/* Define to 1 if you have `alloca', as a function or macro. */
+#define HAVE_ALLOCA 1
+
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+   */
+#define HAVE_ALLOCA_H 1
+
+/* Define to 1 if you have the `argz_count' function. */
+#define HAVE_ARGZ_COUNT 1
+
+/* Define to 1 if you have the <argz.h> header file. */
+#define HAVE_ARGZ_H 1
+
+/* Define to 1 if you have the `argz_next' function. */
+#define HAVE_ARGZ_NEXT 1
+
+/* Define to 1 if you have the `argz_stringify' function. */
+#define HAVE_ARGZ_STRINGIFY 1
+
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
 /* Define to 1 if you have the `atexit' function. */
 #define HAVE_ATEXIT 1
 
+/* Define to 1 if the compiler understands __builtin_expect. */
+#define HAVE_BUILTIN_EXPECT 1
+
+/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+/* #undef HAVE_CFLOCALECOPYCURRENT */
+
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
+
 /* Define to 1 if you have the `clock_gettime' function. */
 #define HAVE_CLOCK_GETTIME 1
 
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
+#define HAVE_DCGETTEXT 1
+
+/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
+   don't. */
+#define HAVE_DECL_FEOF_UNLOCKED 1
+
+/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
+   you don't. */
+#define HAVE_DECL_FGETS_UNLOCKED 1
+
+/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
+   don't. */
+#define HAVE_DECL_GETC_UNLOCKED 1
+
+/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
+   don't. */
+#define HAVE_DECL__SNPRINTF 0
+
+/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
+   don't. */
+#define HAVE_DECL__SNWPRINTF 0
 
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
+/* Define to 1 if you have the <features.h> header file. */
+#define HAVE_FEATURES_H 1
+
+/* Define to 1 if you have the <float.h> header file. */
+#define HAVE_FLOAT_H 1
+
 /* Define to 1 if you have the `floor' function. */
 #define HAVE_FLOOR 1
 
+/* Define to 1 if you have the `fwprintf' function. */
+#define HAVE_FWPRINTF 1
+
+/* Define to 1 if you have the `getcwd' function. */
+#define HAVE_GETCWD 1
+
+/* Define to 1 if you have the `getegid' function. */
+#define HAVE_GETEGID 1
+
+/* Define to 1 if you have the `geteuid' function. */
+#define HAVE_GETEUID 1
+
+/* Define to 1 if you have the `getgid' function. */
+#define HAVE_GETGID 1
+
+/* Define to 1 if you have the `getpagesize' function. */
+#define HAVE_GETPAGESIZE 1
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#define HAVE_GETTEXT 1
+
+/* Define to 1 if you have the `getuid' function. */
+#define HAVE_GETUID 1
+
+/* Define if you have the iconv() function and it works. */
+#define HAVE_ICONV 1
+
+/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
+#define HAVE_INTMAX_T 1
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
-/* Define to 1 if you have the `gmp' library (-lgmp). */
-#define HAVE_LIBGMP 1
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+   declares uintmax_t. */
+#define HAVE_INTTYPES_H_WITH_UINTMAX 1
+
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#define HAVE_LANGINFO_CODESET 1
+
+/* Define to 1 if you have the <langinfo.h> header file. */
+#define HAVE_LANGINFO_H 1
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#define HAVE_LC_MESSAGES 1
+
+/* Define to 1 if you have the `dl' library (-ldl). */
+#define HAVE_LIBDL 1
 
 /* Define to 1 if you have the <libintl.h> header file. */
 #define HAVE_LIBINTL_H 1
@@ -31,53 +146,156 @@
 /* Define to 1 if you have the `rt' library (-lrt). */
 #define HAVE_LIBRT 1
 
+/* Define to 1 if you have the `X11' library (-lX11). */
+/* #undef HAVE_LIBX11 */
+
+/* Define to 1 if you have the <limits.h> header file. */
+#define HAVE_LIMITS_H 1
+
+/* Define to 1 if you have the `localeconv' function. */
+#define HAVE_LOCALECONV 1
+
+/* Define to 1 if you have the <locale.h> header file. */
+#define HAVE_LOCALE_H 1
+
+/* Define to 1 if the system has the type 'long long int'. */
+#define HAVE_LONG_LONG_INT 1
+
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #define HAVE_MALLOC 1
 
+/* Define to 1 if you have the <malloc.h> header file. */
+#define HAVE_MALLOC_H 1
+
+/* Define to 1 if you have the `mblen' function. */
+#define HAVE_MBLEN 1
+
+/* Define to 1 if you have the `mbrlen' function. */
+#define HAVE_MBRLEN 1
+
+/* Define to 1 if you have the `mbrtowc' function. */
+#define HAVE_MBRTOWC 1
+
+/* Define to 1 if you have the `memchr' function. */
+#define HAVE_MEMCHR 1
+
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Define to 1 if you have the `mempcpy' function. */
+#define HAVE_MEMPCPY 1
+
 /* Define to 1 if you have the `memset' function. */
 #define HAVE_MEMSET 1
 
+/* Define to 1 if you have a working `mmap' system call. */
+#define HAVE_MMAP 1
+
+/* Define to 1 if you have the `munmap' function. */
+#define HAVE_MUNMAP 1
+
 /* Define to 1 if you have the <netinet/in.h> header file. */
 #define HAVE_NETINET_IN_H 1
 
+/* Define to 1 if you have the `newlocale' function. */
+#define HAVE_NEWLOCALE 1
+
+/* Define to 1 if you have the `nl_langinfo' function. */
+#define HAVE_NL_LANGINFO 1
+
+/* Define if your printf() function supports format strings with positions. */
+#define HAVE_POSIX_PRINTF 1
+
+/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
+#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+
+/* Define if the POSIX multithreading library has read/write locks. */
+#define HAVE_PTHREAD_RWLOCK 1
+
+/* Define to 1 if the system has the type `ptrdiff_t'. */
+#define HAVE_PTRDIFF_T 1
+
+/* Define to 1 if you have the `putenv' function. */
+#define HAVE_PUTENV 1
+
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */
 #define HAVE_REALLOC 1
 
+/* Define to 1 if you have the `setenv' function. */
+#define HAVE_SETENV 1
+
+/* Define to 1 if you have the `setlocale' function. */
+#define HAVE_SETLOCALE 1
+
+/* Define to 1 if you have the `snprintf' function. */
+#define HAVE_SNPRINTF 1
+
 /* Define to 1 if you have the `socket' function. */
 #define HAVE_SOCKET 1
 
 /* Define to 1 if you have the `sqrt' function. */
 #define HAVE_SQRT 1
 
+/* Define to 1 if you have the <stddef.h> header file. */
+#define HAVE_STDDEF_H 1
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+   uintmax_t. */
+#define HAVE_STDINT_H_WITH_UINTMAX 1
+
+/* Define to 1 if you have the <stdio_ext.h> header file. */
+#define HAVE_STDIO_EXT_H 1
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #define HAVE_STDLIB_H 1
 
+/* Define to 1 if you have the `stpcpy' function. */
+#define HAVE_STPCPY 1
+
+/* Define to 1 if you have the `strcasecmp' function. */
+#define HAVE_STRCASECMP 1
+
 /* Define to 1 if you have the `strchr' function. */
 #define HAVE_STRCHR 1
 
+/* Define to 1 if you have the `strcspn' function. */
+#define HAVE_STRCSPN 1
+
+/* Define to 1 if you have the `strdup' function. */
+#define HAVE_STRDUP 1
+
 /* Define to 1 if you have the <strings.h> header file. */
 #define HAVE_STRINGS_H 1
 
 /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
+/* Define to 1 if you have the `strnlen' function. */
+#define HAVE_STRNLEN 1
+
+/* Define to 1 if you have the `strstr' function. */
+#define HAVE_STRSTR 1
+
 /* Define to 1 if you have the `strtol' function. */
 #define HAVE_STRTOL 1
 
 /* Define to 1 if you have the `strtoul' function. */
 #define HAVE_STRTOUL 1
 
+/* Define to 1 if you have the `symlink' function. */
+#define HAVE_SYMLINK 1
+
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #define HAVE_SYS_IOCTL_H 1
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+#define HAVE_SYS_PARAM_H 1
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #define HAVE_SYS_SOCKET_H 1
 
@@ -90,51 +308,310 @@
 /* Define to 1 if you have the <sys/types.h> header file. */
 #define HAVE_SYS_TYPES_H 1
 
+/* Define to 1 if you have the `tsearch' function. */
+#define HAVE_TSEARCH 1
+
+/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
+#define HAVE_UINTMAX_T 1
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#define LT_OBJDIR ".libs/"
+/* Define to 1 if the system has the type 'unsigned long long int'. */
+#define HAVE_UNSIGNED_LONG_LONG_INT 1
+
+/* Define to 1 if you have the `uselocale' function. */
+#define HAVE_USELOCALE 1
+
+/* Define to 1 or 0, depending whether the compiler supports simple visibility
+   declarations. */
+#define HAVE_VISIBILITY 1
+
+/* Define if you have the 'wchar_t' type. */
+#define HAVE_WCHAR_T 1
+
+/* Define to 1 if you have the `wcrtomb' function. */
+#define HAVE_WCRTOMB 1
+
+/* Define to 1 if you have the `wcslen' function. */
+#define HAVE_WCSLEN 1
+
+/* Define to 1 if you have the `wcsnlen' function. */
+#define HAVE_WCSNLEN 1
+
+/* Define if you have the 'wint_t' type. */
+#define HAVE_WINT_T 1
+
+/* Define to 1 if O_NOATIME works. */
+#define HAVE_WORKING_O_NOATIME 1
+
+/* Define to 1 if O_NOFOLLOW works. */
+#define HAVE_WORKING_O_NOFOLLOW 1
+
+/* Define to 1 if the system has the type `_Bool'. */
+#define HAVE__BOOL 1
+
+/* Define to 1 if you have the `__argz_count' function. */
+#define HAVE___ARGZ_COUNT 1
+
+/* Define to 1 if you have the `__argz_next' function. */
+#define HAVE___ARGZ_NEXT 1
+
+/* Define to 1 if you have the `__argz_stringify' function. */
+#define HAVE___ARGZ_STRINGIFY 1
+
+/* Define to 1 if you have the `__fsetlocking' function. */
+#define HAVE___FSETLOCKING 1
+
+/* Define as const if the declaration of iconv() needs const. */
+#define ICONV_CONST 
+
+/* Define if integer division by zero raises signal SIGFPE. */
+#define INTDIV0_RAISES_SIGFPE 1
 
 /* Name of package */
-#define PACKAGE "gsequencer"
+#define PACKAGE "ags"
 
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 
 /* Define to the full name of this package. */
-#define PACKAGE_NAME "gsequencer"
+#define PACKAGE_NAME "ags"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "gsequencer 0.4.3"
+#define PACKAGE_STRING "ags 0.4.2"
 
 /* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "gsequencer"
+#define PACKAGE_TARNAME "ags"
 
 /* Define to the home page for this package. */
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.4.3"
+#define PACKAGE_VERSION "0.4.2"
+
+/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
+/* #undef PRI_MACROS_BROKEN */
+
+/* Define if the pthread_in_use() detection is hard. */
+/* #undef PTHREAD_IN_USE_DETECTION_HARD */
+
+/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+/* # undef SIZE_MAX */
+#endif
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at runtime.
+	STACK_DIRECTION > 0 => grows toward higher addresses
+	STACK_DIRECTION < 0 => grows toward lower addresses
+	STACK_DIRECTION = 0 => direction of growth unknown */
+/* #undef STACK_DIRECTION */
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
-/* Version number of package */
-#define VERSION "0.4.3"
+/* Define if the POSIX multithreading library can be used. */
+#define USE_POSIX_THREADS 1
+
+/* Define if references to the POSIX multithreading library should be made
+   weak. */
+#define USE_POSIX_THREADS_WEAK 1
+
+/* Define if the GNU Pth multithreading library can be used. */
+/* #undef USE_PTH_THREADS */
+
+/* Define if references to the GNU Pth multithreading library should be made
+   weak. */
+/* #undef USE_PTH_THREADS_WEAK */
+
+/* Define if the old Solaris multithreading library can be used. */
+/* #undef USE_SOLARIS_THREADS */
+
+/* Define if references to the old Solaris multithreading library should be
+   made weak. */
+/* #undef USE_SOLARIS_THREADS_WEAK */
+
+/* Enable extensions on AIX 3, Interix.  */
+#ifndef _ALL_SOURCE
+# define _ALL_SOURCE 1
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+/* Enable threading extensions on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+
+
+/* Define if the native Windows multithreading API can be used. */
+/* #undef USE_WINDOWS_THREADS */
 
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
+/* Version number of package */
+#define VERSION "0.4.2"
+
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+/* #undef _POSIX_1_SOURCE */
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+/* #undef _POSIX_SOURCE */
+
+/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+/* #undef _UINT32_T */
+
+/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+/* #undef _UINT8_T */
+
+/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for 'inline void f
+   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
+   'reference to static identifier "f" in extern inline function'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
+   on configurations that mistakenly use 'static inline' to implement
+   functions or macros in standard C headers like <ctype.h>.  For example,
+   if isdigit is mistakenly implemented via a static inline function,
+   a program containing an extern inline function that calls isdigit
+   may not work since the C standard prohibits extern inline functions
+   from calling static functions.  This bug is known to occur on:
+
+     OS X 10.8 and earlier; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
+
+     DragonFly; see
+     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
+
+     FreeBSD; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
+
+   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
+   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
+   Assume DragonFly and FreeBSD will be similar.  */
+#if (((defined __APPLE__ && defined __MACH__) \
+      || defined __DragonFly__ || defined __FreeBSD__) \
+     && (defined __header_inline \
+         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
+            && ! defined __clang__) \
+         : ((! defined _DONT_USE_CTYPE_INLINE_ \
+             && (defined __GNUC__ || defined __cplusplus)) \
+            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
+                && defined __GNUC__ && ! defined __cplusplus))))
+# define _GL_EXTERN_INLINE_STDHEADER_BUG
+#endif
+#if ((__GNUC__ \
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
+      : (199901L <= __STDC_VERSION__ \
+         && !defined __HP_cc \
+         && !(defined __SUNPRO_C && __STDC__))) \
+     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# define _GL_EXTERN_INLINE_IN_USE
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
+       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+# define _GL_EXTERN_INLINE_IN_USE
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+/* In GCC, suppress bogus "no previous prototype for 'FOO'"
+   and "no previous declaration for 'FOO'" diagnostics,
+   when FOO is an inline function in the header; see
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \
+     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
+# endif
+# define _GL_INLINE_HEADER_BEGIN \
+    _Pragma ("GCC diagnostic push") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 /* #undef gid_t */
 
+/* Define as a marker that can be attached to declarations that might not
+    be used.  This helps to reduce warnings, such as from
+    GCC -Wunused-parameter.  */
+#ifndef _GL_UNUSED
+# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#  define _GL_UNUSED __attribute__ ((__unused__))
+# else
+#  define _GL_UNUSED
+# endif
+#endif
+
+/* The __pure__ attribute was added in gcc 2.96.  */
+#ifndef _GL_ATTRIBUTE_PURE
+# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
+#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+# else
+#  define _GL_ATTRIBUTE_PURE /* empty */
+# endif
+#endif
+
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+/* #undef inline */
+#endif
+
 /* Define to rpl_malloc if the replacement function should be used. */
 /* #undef malloc */
 
 /* Define to `int' if <sys/types.h> does not define. */
 /* #undef pid_t */
 
+/* Define as the type of the result of subtracting two pointers, if the system
+   doesn't define it. */
+/* #undef ptrdiff_t */
+
 /* Define to rpl_realloc if the replacement function should be used. */
 /* #undef realloc */
 
@@ -143,3 +620,60 @@
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 /* #undef uid_t */
+
+/* Define to the type of an unsigned integer type of width exactly 16 bits if
+   such a type exists and the standard includes do not define it. */
+/* #undef uint16_t */
+
+/* Define to the type of an unsigned integer type of width exactly 32 bits if
+   such a type exists and the standard includes do not define it. */
+/* #undef uint32_t */
+
+/* Define to the type of an unsigned integer type of width exactly 8 bits if
+   such a type exists and the standard includes do not define it. */
+/* #undef uint8_t */
+
+/* Define to unsigned long or unsigned long long if <stdint.h> and
+   <inttypes.h> don't define. */
+/* #undef uintmax_t */
+
+
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+
diff --git a/config.h.in b/config.h.in
index 689a0e7..e57910a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,25 +1,140 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
+/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
+   systems. This function is required for `alloca.c' support on those systems.
+   */
+#undef CRAY_STACKSEG_END
+
+/* Define to 1 if using `alloca.c'. */
+#undef C_ALLOCA
+
+/* Define to 1 if translation of program messages to the user's native
+   language is requested. */
+#undef ENABLE_NLS
+
+/* Define to 1 if you have `alloca', as a function or macro. */
+#undef HAVE_ALLOCA
+
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+   */
+#undef HAVE_ALLOCA_H
+
+/* Define to 1 if you have the `argz_count' function. */
+#undef HAVE_ARGZ_COUNT
+
+/* Define to 1 if you have the <argz.h> header file. */
+#undef HAVE_ARGZ_H
+
+/* Define to 1 if you have the `argz_next' function. */
+#undef HAVE_ARGZ_NEXT
+
+/* Define to 1 if you have the `argz_stringify' function. */
+#undef HAVE_ARGZ_STRINGIFY
+
+/* Define to 1 if you have the `asprintf' function. */
+#undef HAVE_ASPRINTF
+
 /* Define to 1 if you have the `atexit' function. */
 #undef HAVE_ATEXIT
 
+/* Define to 1 if the compiler understands __builtin_expect. */
+#undef HAVE_BUILTIN_EXPECT
+
+/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
+   CoreFoundation framework. */
+#undef HAVE_CFLOCALECOPYCURRENT
+
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
+   the CoreFoundation framework. */
+#undef HAVE_CFPREFERENCESCOPYAPPVALUE
+
 /* Define to 1 if you have the `clock_gettime' function. */
 #undef HAVE_CLOCK_GETTIME
 
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
+/* Define if the GNU dcgettext() function is already present or preinstalled.
+   */
+#undef HAVE_DCGETTEXT
+
+/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
+   don't. */
+#undef HAVE_DECL_FEOF_UNLOCKED
+
+/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
+   you don't. */
+#undef HAVE_DECL_FGETS_UNLOCKED
+
+/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETC_UNLOCKED
+
+/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
+   don't. */
+#undef HAVE_DECL__SNPRINTF
+
+/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
+   don't. */
+#undef HAVE_DECL__SNWPRINTF
 
 /* Define to 1 if you have the <fcntl.h> header file. */
 #undef HAVE_FCNTL_H
 
+/* Define to 1 if you have the <features.h> header file. */
+#undef HAVE_FEATURES_H
+
+/* Define to 1 if you have the <float.h> header file. */
+#undef HAVE_FLOAT_H
+
 /* Define to 1 if you have the `floor' function. */
 #undef HAVE_FLOOR
 
+/* Define to 1 if you have the `fwprintf' function. */
+#undef HAVE_FWPRINTF
+
+/* Define to 1 if you have the `getcwd' function. */
+#undef HAVE_GETCWD
+
+/* Define to 1 if you have the `getegid' function. */
+#undef HAVE_GETEGID
+
+/* Define to 1 if you have the `geteuid' function. */
+#undef HAVE_GETEUID
+
+/* Define to 1 if you have the `getgid' function. */
+#undef HAVE_GETGID
+
+/* Define to 1 if you have the `getpagesize' function. */
+#undef HAVE_GETPAGESIZE
+
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
+
+/* Define to 1 if you have the `getuid' function. */
+#undef HAVE_GETUID
+
+/* Define if you have the iconv() function and it works. */
+#undef HAVE_ICONV
+
+/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
+#undef HAVE_INTMAX_T
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
-/* Define to 1 if you have the `gmp' library (-lgmp). */
-#undef HAVE_LIBGMP
+/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
+   declares uintmax_t. */
+#undef HAVE_INTTYPES_H_WITH_UINTMAX
+
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+#undef HAVE_LANGINFO_CODESET
+
+/* Define to 1 if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
 
 /* Define to 1 if you have the <libintl.h> header file. */
 #undef HAVE_LIBINTL_H
@@ -30,53 +145,156 @@
 /* Define to 1 if you have the `rt' library (-lrt). */
 #undef HAVE_LIBRT
 
+/* Define to 1 if you have the `X11' library (-lX11). */
+#undef HAVE_LIBX11
+
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
+/* Define to 1 if you have the `localeconv' function. */
+#undef HAVE_LOCALECONV
+
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define to 1 if the system has the type 'long long int'. */
+#undef HAVE_LONG_LONG_INT
+
 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
    to 0 otherwise. */
 #undef HAVE_MALLOC
 
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
+/* Define to 1 if you have the `mblen' function. */
+#undef HAVE_MBLEN
+
+/* Define to 1 if you have the `mbrlen' function. */
+#undef HAVE_MBRLEN
+
+/* Define to 1 if you have the `mbrtowc' function. */
+#undef HAVE_MBRTOWC
+
+/* Define to 1 if you have the `memchr' function. */
+#undef HAVE_MEMCHR
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the `mempcpy' function. */
+#undef HAVE_MEMPCPY
+
 /* Define to 1 if you have the `memset' function. */
 #undef HAVE_MEMSET
 
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
+/* Define to 1 if you have the `munmap' function. */
+#undef HAVE_MUNMAP
+
 /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H
 
+/* Define to 1 if you have the `newlocale' function. */
+#undef HAVE_NEWLOCALE
+
+/* Define to 1 if you have the `nl_langinfo' function. */
+#undef HAVE_NL_LANGINFO
+
+/* Define if your printf() function supports format strings with positions. */
+#undef HAVE_POSIX_PRINTF
+
+/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
+#undef HAVE_PTHREAD_MUTEX_RECURSIVE
+
+/* Define if the POSIX multithreading library has read/write locks. */
+#undef HAVE_PTHREAD_RWLOCK
+
+/* Define to 1 if the system has the type `ptrdiff_t'. */
+#undef HAVE_PTRDIFF_T
+
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
+
 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
    and to 0 otherwise. */
 #undef HAVE_REALLOC
 
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
+/* Define to 1 if you have the `snprintf' function. */
+#undef HAVE_SNPRINTF
+
 /* Define to 1 if you have the `socket' function. */
 #undef HAVE_SOCKET
 
 /* Define to 1 if you have the `sqrt' function. */
 #undef HAVE_SQRT
 
+/* Define to 1 if you have the <stddef.h> header file. */
+#undef HAVE_STDDEF_H
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
+/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
+   uintmax_t. */
+#undef HAVE_STDINT_H_WITH_UINTMAX
+
+/* Define to 1 if you have the <stdio_ext.h> header file. */
+#undef HAVE_STDIO_EXT_H
+
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
+/* Define to 1 if you have the `stpcpy' function. */
+#undef HAVE_STPCPY
+
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
 /* Define to 1 if you have the `strchr' function. */
 #undef HAVE_STRCHR
 
+/* Define to 1 if you have the `strcspn' function. */
+#undef HAVE_STRCSPN
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
 /* Define to 1 if you have the <strings.h> header file. */
 #undef HAVE_STRINGS_H
 
 /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H
 
+/* Define to 1 if you have the `strnlen' function. */
+#undef HAVE_STRNLEN
+
+/* Define to 1 if you have the `strstr' function. */
+#undef HAVE_STRSTR
+
 /* Define to 1 if you have the `strtol' function. */
 #undef HAVE_STRTOL
 
 /* Define to 1 if you have the `strtoul' function. */
 #undef HAVE_STRTOUL
 
+/* Define to 1 if you have the `symlink' function. */
+#undef HAVE_SYMLINK
+
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #undef HAVE_SYS_IOCTL_H
 
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
 /* Define to 1 if you have the <sys/socket.h> header file. */
 #undef HAVE_SYS_SOCKET_H
 
@@ -89,11 +307,66 @@
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
+/* Define to 1 if you have the `tsearch' function. */
+#undef HAVE_TSEARCH
+
+/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
+#undef HAVE_UINTMAX_T
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#undef LT_OBJDIR
+/* Define to 1 if the system has the type 'unsigned long long int'. */
+#undef HAVE_UNSIGNED_LONG_LONG_INT
+
+/* Define to 1 if you have the `uselocale' function. */
+#undef HAVE_USELOCALE
+
+/* Define to 1 or 0, depending whether the compiler supports simple visibility
+   declarations. */
+#undef HAVE_VISIBILITY
+
+/* Define if you have the 'wchar_t' type. */
+#undef HAVE_WCHAR_T
+
+/* Define to 1 if you have the `wcrtomb' function. */
+#undef HAVE_WCRTOMB
+
+/* Define to 1 if you have the `wcslen' function. */
+#undef HAVE_WCSLEN
+
+/* Define to 1 if you have the `wcsnlen' function. */
+#undef HAVE_WCSNLEN
+
+/* Define if you have the 'wint_t' type. */
+#undef HAVE_WINT_T
+
+/* Define to 1 if O_NOATIME works. */
+#undef HAVE_WORKING_O_NOATIME
+
+/* Define to 1 if O_NOFOLLOW works. */
+#undef HAVE_WORKING_O_NOFOLLOW
+
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
+
+/* Define to 1 if you have the `__argz_count' function. */
+#undef HAVE___ARGZ_COUNT
+
+/* Define to 1 if you have the `__argz_next' function. */
+#undef HAVE___ARGZ_NEXT
+
+/* Define to 1 if you have the `__argz_stringify' function. */
+#undef HAVE___ARGZ_STRINGIFY
+
+/* Define to 1 if you have the `__fsetlocking' function. */
+#undef HAVE___FSETLOCKING
+
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
+/* Define if integer division by zero raises signal SIGFPE. */
+#undef INTDIV0_RAISES_SIGFPE
 
 /* Name of package */
 #undef PACKAGE
@@ -116,24 +389,228 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
+#undef PRI_MACROS_BROKEN
+
+/* Define if the pthread_in_use() detection is hard. */
+#undef PTHREAD_IN_USE_DETECTION_HARD
+
+/* Define as the maximum value of type 'size_t', if the system doesn't define
+   it. */
+#ifndef SIZE_MAX
+# undef SIZE_MAX
+#endif
+
+/* If using the C implementation of alloca, define if you know the
+   direction of stack growth for your system; otherwise it will be
+   automatically deduced at runtime.
+	STACK_DIRECTION > 0 => grows toward higher addresses
+	STACK_DIRECTION < 0 => grows toward lower addresses
+	STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
+
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Define if the POSIX multithreading library can be used. */
+#undef USE_POSIX_THREADS
+
+/* Define if references to the POSIX multithreading library should be made
+   weak. */
+#undef USE_POSIX_THREADS_WEAK
+
+/* Define if the GNU Pth multithreading library can be used. */
+#undef USE_PTH_THREADS
+
+/* Define if references to the GNU Pth multithreading library should be made
+   weak. */
+#undef USE_PTH_THREADS_WEAK
+
+/* Define if the old Solaris multithreading library can be used. */
+#undef USE_SOLARIS_THREADS
+
+/* Define if references to the old Solaris multithreading library should be
+   made weak. */
+#undef USE_SOLARIS_THREADS_WEAK
+
+/* Enable extensions on AIX 3, Interix.  */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+
+
+/* Define if the native Windows multithreading API can be used. */
+#undef USE_WINDOWS_THREADS
+
 /* Version number of package */
 #undef VERSION
 
-/* Define to empty if `const' does not conform to ANSI C. */
-#undef const
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* Define to 2 if the system does not provide POSIX.1 features except with
+   this defined. */
+#undef _POSIX_1_SOURCE
+
+/* Define to 1 if you need to in order for `stat' and other things to work. */
+#undef _POSIX_SOURCE
+
+/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+#undef _UINT32_T
+
+/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+   #define below would cause a syntax error. */
+#undef _UINT8_T
+
+/* Please see the Gnulib manual for how to use these macros.
+
+   Suppress extern inline with HP-UX cc, as it appears to be broken; see
+   <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
+
+   Suppress extern inline with Sun C in standards-conformance mode, as it
+   mishandles inline functions that call each other.  E.g., for 'inline void f
+   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
+   'reference to static identifier "f" in extern inline function'.
+   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
+
+   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
+   on configurations that mistakenly use 'static inline' to implement
+   functions or macros in standard C headers like <ctype.h>.  For example,
+   if isdigit is mistakenly implemented via a static inline function,
+   a program containing an extern inline function that calls isdigit
+   may not work since the C standard prohibits extern inline functions
+   from calling static functions.  This bug is known to occur on:
+
+     OS X 10.8 and earlier; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
+
+     DragonFly; see
+     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
+
+     FreeBSD; see:
+     http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
+
+   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
+   for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
+   Assume DragonFly and FreeBSD will be similar.  */
+#if (((defined __APPLE__ && defined __MACH__) \
+      || defined __DragonFly__ || defined __FreeBSD__) \
+     && (defined __header_inline \
+         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
+            && ! defined __clang__) \
+         : ((! defined _DONT_USE_CTYPE_INLINE_ \
+             && (defined __GNUC__ || defined __cplusplus)) \
+            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
+                && defined __GNUC__ && ! defined __cplusplus))))
+# define _GL_EXTERN_INLINE_STDHEADER_BUG
+#endif
+#if ((__GNUC__ \
+      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
+      : (199901L <= __STDC_VERSION__ \
+         && !defined __HP_cc \
+         && !(defined __SUNPRO_C && __STDC__))) \
+     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# define _GL_INLINE inline
+# define _GL_EXTERN_INLINE extern inline
+# define _GL_EXTERN_INLINE_IN_USE
+#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
+       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
+# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
+   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
+#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
+# else
+#  define _GL_INLINE extern inline
+# endif
+# define _GL_EXTERN_INLINE extern
+# define _GL_EXTERN_INLINE_IN_USE
+#else
+# define _GL_INLINE static _GL_UNUSED
+# define _GL_EXTERN_INLINE static _GL_UNUSED
+#endif
+
+/* In GCC, suppress bogus "no previous prototype for 'FOO'"
+   and "no previous declaration for 'FOO'" diagnostics,
+   when FOO is an inline function in the header; see
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
+   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
+#if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)
+# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
+#  define _GL_INLINE_HEADER_CONST_PRAGMA
+# else
+#  define _GL_INLINE_HEADER_CONST_PRAGMA \
+     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
+# endif
+# define _GL_INLINE_HEADER_BEGIN \
+    _Pragma ("GCC diagnostic push") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
+    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
+    _GL_INLINE_HEADER_CONST_PRAGMA
+# define _GL_INLINE_HEADER_END \
+    _Pragma ("GCC diagnostic pop")
+#else
+# define _GL_INLINE_HEADER_BEGIN
+# define _GL_INLINE_HEADER_END
+#endif
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 #undef gid_t
 
+/* Define as a marker that can be attached to declarations that might not
+    be used.  This helps to reduce warnings, such as from
+    GCC -Wunused-parameter.  */
+#ifndef _GL_UNUSED
+# if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#  define _GL_UNUSED __attribute__ ((__unused__))
+# else
+#  define _GL_UNUSED
+# endif
+#endif
+
+/* The __pure__ attribute was added in gcc 2.96.  */
+#ifndef _GL_ATTRIBUTE_PURE
+# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
+#  define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
+# else
+#  define _GL_ATTRIBUTE_PURE /* empty */
+# endif
+#endif
+
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+#undef inline
+#endif
+
 /* Define to rpl_malloc if the replacement function should be used. */
 #undef malloc
 
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
+/* Define as the type of the result of subtracting two pointers, if the system
+   doesn't define it. */
+#undef ptrdiff_t
+
 /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc
 
@@ -142,3 +619,60 @@
 
 /* Define to `int' if <sys/types.h> doesn't define. */
 #undef uid_t
+
+/* Define to the type of an unsigned integer type of width exactly 16 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint16_t
+
+/* Define to the type of an unsigned integer type of width exactly 32 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint32_t
+
+/* Define to the type of an unsigned integer type of width exactly 8 bits if
+   such a type exists and the standard includes do not define it. */
+#undef uint8_t
+
+/* Define to unsigned long or unsigned long long if <stdint.h> and
+   <inttypes.h> don't define. */
+#undef uintmax_t
+
+
+#define __libc_lock_t                   gl_lock_t
+#define __libc_lock_define              gl_lock_define
+#define __libc_lock_define_initialized  gl_lock_define_initialized
+#define __libc_lock_init                gl_lock_init
+#define __libc_lock_lock                gl_lock_lock
+#define __libc_lock_unlock              gl_lock_unlock
+#define __libc_lock_recursive_t                   gl_recursive_lock_t
+#define __libc_lock_define_recursive              gl_recursive_lock_define
+#define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
+#define __libc_lock_init_recursive                gl_recursive_lock_init
+#define __libc_lock_lock_recursive                gl_recursive_lock_lock
+#define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
+#define glthread_in_use  libintl_thread_in_use
+#define glthread_lock_init_func     libintl_lock_init_func
+#define glthread_lock_lock_func     libintl_lock_lock_func
+#define glthread_lock_unlock_func   libintl_lock_unlock_func
+#define glthread_lock_destroy_func  libintl_lock_destroy_func
+#define glthread_rwlock_init_multithreaded     libintl_rwlock_init_multithreaded
+#define glthread_rwlock_init_func              libintl_rwlock_init_func
+#define glthread_rwlock_rdlock_multithreaded   libintl_rwlock_rdlock_multithreaded
+#define glthread_rwlock_rdlock_func            libintl_rwlock_rdlock_func
+#define glthread_rwlock_wrlock_multithreaded   libintl_rwlock_wrlock_multithreaded
+#define glthread_rwlock_wrlock_func            libintl_rwlock_wrlock_func
+#define glthread_rwlock_unlock_multithreaded   libintl_rwlock_unlock_multithreaded
+#define glthread_rwlock_unlock_func            libintl_rwlock_unlock_func
+#define glthread_rwlock_destroy_multithreaded  libintl_rwlock_destroy_multithreaded
+#define glthread_rwlock_destroy_func           libintl_rwlock_destroy_func
+#define glthread_recursive_lock_init_multithreaded     libintl_recursive_lock_init_multithreaded
+#define glthread_recursive_lock_init_func              libintl_recursive_lock_init_func
+#define glthread_recursive_lock_lock_multithreaded     libintl_recursive_lock_lock_multithreaded
+#define glthread_recursive_lock_lock_func              libintl_recursive_lock_lock_func
+#define glthread_recursive_lock_unlock_multithreaded   libintl_recursive_lock_unlock_multithreaded
+#define glthread_recursive_lock_unlock_func            libintl_recursive_lock_unlock_func
+#define glthread_recursive_lock_destroy_multithreaded  libintl_recursive_lock_destroy_multithreaded
+#define glthread_recursive_lock_destroy_func           libintl_recursive_lock_destroy_func
+#define glthread_once_func            libintl_once_func
+#define glthread_once_singlethreaded  libintl_once_singlethreaded
+#define glthread_once_multithreaded   libintl_once_multithreaded
+
diff --git a/config.h.in~ b/config.h.in~
deleted file mode 100644
index 689a0e7..0000000
--- a/config.h.in~
+++ /dev/null
@@ -1,144 +0,0 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the `atexit' function. */
-#undef HAVE_ATEXIT
-
-/* Define to 1 if you have the `clock_gettime' function. */
-#undef HAVE_CLOCK_GETTIME
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#undef HAVE_FCNTL_H
-
-/* Define to 1 if you have the `floor' function. */
-#undef HAVE_FLOOR
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the `gmp' library (-lgmp). */
-#undef HAVE_LIBGMP
-
-/* Define to 1 if you have the <libintl.h> header file. */
-#undef HAVE_LIBINTL_H
-
-/* Define to 1 if you have the `m' library (-lm). */
-#undef HAVE_LIBM
-
-/* Define to 1 if you have the `rt' library (-lrt). */
-#undef HAVE_LIBRT
-
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
-   to 0 otherwise. */
-#undef HAVE_MALLOC
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `memset' function. */
-#undef HAVE_MEMSET
-
-/* Define to 1 if you have the <netinet/in.h> header file. */
-#undef HAVE_NETINET_IN_H
-
-/* Define to 1 if your system has a GNU libc compatible `realloc' function,
-   and to 0 otherwise. */
-#undef HAVE_REALLOC
-
-/* Define to 1 if you have the `socket' function. */
-#undef HAVE_SOCKET
-
-/* Define to 1 if you have the `sqrt' function. */
-#undef HAVE_SQRT
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the `strchr' function. */
-#undef HAVE_STRCHR
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the `strtol' function. */
-#undef HAVE_STRTOL
-
-/* Define to 1 if you have the `strtoul' function. */
-#undef HAVE_STRTOUL
-
-/* Define to 1 if you have the <sys/ioctl.h> header file. */
-#undef HAVE_SYS_IOCTL_H
-
-/* Define to 1 if you have the <sys/socket.h> header file. */
-#undef HAVE_SYS_SOCKET_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/time.h> header file. */
-#undef HAVE_SYS_TIME_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#undef LT_OBJDIR
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the 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
-
-/* Version number of package */
-#undef VERSION
-
-/* Define to empty if `const' does not conform to ANSI C. */
-#undef const
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef gid_t
-
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
-
-/* Define to `int' if <sys/types.h> does not define. */
-#undef pid_t
-
-/* Define to rpl_realloc if the replacement function should be used. */
-#undef realloc
-
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef uid_t
diff --git a/config.log b/config.log
index 2390203..77de779 100644
--- a/config.log
+++ b/config.log
@@ -1,20 +1,20 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gsequencer configure 0.4.3, which was
+It was created by ags configure 0.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
-  $ ./configure PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig --no-create --no-recursion
+  $ ./configure 
 
 ## --------- ##
 ## Platform. ##
 ## --------- ##
 
-hostname = Device-03036C
+hostname = Device-D997DF
 uname -m = x86_64
-uname -r = 3.14.25-rt22
+uname -r = 3.18.7-rt1
 uname -s = Linux
-uname -v = #1 SMP PREEMPT RT Thu Jan 1 12:57:50 GMT 2015
+uname -v = #1 SMP PREEMPT RT Wed Feb 18 22:13:46 GMT 2015
 
 /usr/bin/uname -p = unknown
 /bin/uname -X     = unknown
@@ -37,95 +37,31 @@ PATH: /home/minos/bin
 ## Core tests. ##
 ## ----------- ##
 
-configure:2568: checking for a BSD-compatible install
-configure:2636: result: /usr/bin/install -c
-configure:2647: checking whether build environment is sane
-configure:2702: result: yes
-configure:2853: checking for a thread-safe mkdir -p
-configure:2892: result: /bin/mkdir -p
-configure:2899: checking for gawk
-configure:2915: found /usr/bin/gawk
-configure:2926: result: gawk
-configure:2937: checking whether make sets $(MAKE)
-configure:2959: result: yes
-configure:2988: checking whether make supports nested variables
-configure:3005: result: yes
-configure:3191: checking for g++
-configure:3207: found /usr/bin/g++
-configure:3218: result: g++
-configure:3245: checking for C++ compiler version
-configure:3254: g++ --version >&5
-g++ (GCC) 4.9.2
-Copyright (C) 2014 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.
-
-configure:3265: $? = 0
-configure:3254: g++ -v >&5
-Using built-in specs.
-COLLECT_GCC=g++
-COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-Target: x86_64-unknown-linux-gnu
-Configured with: ../gcc-4.9.2/configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
-Thread model: posix
-gcc version 4.9.2 (GCC) 
-configure:3265: $? = 0
-configure:3254: g++ -V >&5
-g++: error: unrecognized command line option '-V'
-g++: fatal error: no input files
-compilation terminated.
-configure:3265: $? = 1
-configure:3254: g++ -qversion >&5
-g++: error: unrecognized command line option '-qversion'
-g++: fatal error: no input files
-compilation terminated.
-configure:3265: $? = 1
-configure:3285: checking whether the C++ compiler works
-configure:3307: g++    conftest.cpp  >&5
-configure:3311: $? = 0
-configure:3359: result: yes
-configure:3362: checking for C++ compiler default output file name
-configure:3364: result: a.out
-configure:3370: checking for suffix of executables
-configure:3377: g++ -o conftest    conftest.cpp  >&5
-configure:3381: $? = 0
-configure:3403: result: 
-configure:3425: checking whether we are cross compiling
-configure:3433: g++ -o conftest    conftest.cpp  >&5
-configure:3437: $? = 0
-configure:3444: ./conftest
-configure:3448: $? = 0
-configure:3463: result: no
-configure:3468: checking for suffix of object files
-configure:3490: g++ -c   conftest.cpp >&5
-configure:3494: $? = 0
-configure:3515: result: o
-configure:3519: checking whether we are using the GNU C++ compiler
-configure:3538: g++ -c   conftest.cpp >&5
-configure:3538: $? = 0
-configure:3547: result: yes
-configure:3556: checking whether g++ accepts -g
-configure:3576: g++ -c -g  conftest.cpp >&5
-configure:3576: $? = 0
-configure:3617: result: yes
-configure:3651: checking for style of include used by make
-configure:3679: result: GNU
-configure:3705: checking dependency style of g++
-configure:3816: result: gcc3
-configure:3835: checking for gawk
-configure:3862: result: gawk
-configure:3921: checking for gcc
-configure:3937: found /usr/bin/gcc
-configure:3948: result: gcc
-configure:4177: checking for C compiler version
-configure:4186: gcc --version >&5
+configure:2716: checking for a BSD-compatible install
+configure:2784: result: /usr/bin/install -c
+configure:2795: checking whether build environment is sane
+configure:2850: result: yes
+configure:3001: checking for a thread-safe mkdir -p
+configure:3040: result: /bin/mkdir -p
+configure:3047: checking for gawk
+configure:3063: found /usr/bin/gawk
+configure:3074: result: gawk
+configure:3085: checking whether make sets $(MAKE)
+configure:3107: result: yes
+configure:3136: checking whether make supports nested variables
+configure:3153: result: yes
+configure:3331: checking for gcc
+configure:3347: found /usr/bin/gcc
+configure:3358: result: gcc
+configure:3587: checking for C compiler version
+configure:3596: gcc --version >&5
 gcc (GCC) 4.9.2
 Copyright (C) 2014 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.
 
-configure:4197: $? = 0
-configure:4186: gcc -v >&5
+configure:3607: $? = 0
+configure:3596: gcc -v >&5
 Using built-in specs.
 COLLECT_GCC=gcc
 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
@@ -133,353 +69,260 @@ Target: x86_64-unknown-linux-gnu
 Configured with: ../gcc-4.9.2/configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
 Thread model: posix
 gcc version 4.9.2 (GCC) 
-configure:4197: $? = 0
-configure:4186: gcc -V >&5
+configure:3607: $? = 0
+configure:3596: gcc -V >&5
 gcc: error: unrecognized command line option '-V'
 gcc: fatal error: no input files
 compilation terminated.
-configure:4197: $? = 1
-configure:4186: gcc -qversion >&5
+configure:3607: $? = 1
+configure:3596: gcc -qversion >&5
 gcc: error: unrecognized command line option '-qversion'
 gcc: fatal error: no input files
 compilation terminated.
-configure:4197: $? = 1
-configure:4201: checking whether we are using the GNU C compiler
-configure:4220: gcc -c   conftest.c >&5
-configure:4220: $? = 0
-configure:4229: result: yes
-configure:4238: checking whether gcc accepts -g
-configure:4258: gcc -c -g  conftest.c >&5
-configure:4258: $? = 0
-configure:4299: result: yes
-configure:4316: checking for gcc option to accept ISO C89
-configure:4379: gcc  -c -g -O2  conftest.c >&5
-configure:4379: $? = 0
-configure:4392: result: none needed
-configure:4417: checking whether gcc understands -c and -o together
-configure:4439: gcc -c conftest.c -o conftest2.o
-configure:4442: $? = 0
-configure:4439: gcc -c conftest.c -o conftest2.o
-configure:4442: $? = 0
-configure:4454: result: yes
-configure:4473: checking dependency style of gcc
-configure:4584: result: gcc3
-configure:4604: checking how to run the C preprocessor
-configure:4635: gcc -E  conftest.c
-configure:4635: $? = 0
-configure:4649: gcc -E  conftest.c
+configure:3607: $? = 1
+configure:3627: checking whether the C compiler works
+configure:3649: gcc    conftest.c  >&5
+configure:3653: $? = 0
+configure:3701: result: yes
+configure:3704: checking for C compiler default output file name
+configure:3706: result: a.out
+configure:3712: checking for suffix of executables
+configure:3719: gcc -o conftest    conftest.c  >&5
+configure:3723: $? = 0
+configure:3745: result: 
+configure:3767: checking whether we are cross compiling
+configure:3775: gcc -o conftest    conftest.c  >&5
+configure:3779: $? = 0
+configure:3786: ./conftest
+configure:3790: $? = 0
+configure:3805: result: no
+configure:3810: checking for suffix of object files
+configure:3832: gcc -c   conftest.c >&5
+configure:3836: $? = 0
+configure:3857: result: o
+configure:3861: checking whether we are using the GNU C compiler
+configure:3880: gcc -c   conftest.c >&5
+configure:3880: $? = 0
+configure:3889: result: yes
+configure:3898: checking whether gcc accepts -g
+configure:3918: gcc -c -g  conftest.c >&5
+configure:3918: $? = 0
+configure:3959: result: yes
+configure:3976: checking for gcc option to accept ISO C89
+configure:4039: gcc  -c -g -O2  conftest.c >&5
+configure:4039: $? = 0
+configure:4052: result: none needed
+configure:4077: checking whether gcc understands -c and -o together
+configure:4099: gcc -c conftest.c -o conftest2.o
+configure:4102: $? = 0
+configure:4099: gcc -c conftest.c -o conftest2.o
+configure:4102: $? = 0
+configure:4114: result: yes
+configure:4142: checking for style of include used by make
+configure:4170: result: GNU
+configure:4196: checking dependency style of gcc
+configure:4307: result: gcc3
+configure:4327: checking how to run the C preprocessor
+configure:4358: gcc -E  conftest.c
+configure:4358: $? = 0
+configure:4372: gcc -E  conftest.c
 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  #include <ac_nonexistent.h>
                             ^
 compilation terminated.
-configure:4649: $? = 1
+configure:4372: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
-configure:4674: result: gcc -E
-configure:4694: gcc -E  conftest.c
-configure:4694: $? = 0
-configure:4708: gcc -E  conftest.c
+configure:4397: result: gcc -E
+configure:4417: gcc -E  conftest.c
+configure:4417: $? = 0
+configure:4431: gcc -E  conftest.c
 conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  #include <ac_nonexistent.h>
                             ^
 compilation terminated.
-configure:4708: $? = 1
+configure:4431: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
-configure:4737: checking whether ln -s works
-configure:4741: result: yes
-configure:4748: checking whether make sets $(MAKE)
-configure:4770: result: yes
-configure:4822: checking for ranlib
-configure:4838: found /usr/bin/ranlib
-configure:4849: result: ranlib
-configure:4919: checking for gcc
-configure:4946: result: gcc
-configure:5175: checking for C compiler version
-configure:5184: gcc --version >&5
-gcc (GCC) 4.9.2
-Copyright (C) 2014 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.
-
-configure:5195: $? = 0
-configure:5184: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-Target: x86_64-unknown-linux-gnu
-Configured with: ../gcc-4.9.2/configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib
-Thread model: posix
-gcc version 4.9.2 (GCC) 
-configure:5195: $? = 0
-configure:5184: gcc -V >&5
-gcc: error: unrecognized command line option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:5195: $? = 1
-configure:5184: gcc -qversion >&5
-gcc: error: unrecognized command line option '-qversion'
-gcc: fatal error: no input files
-compilation terminated.
-configure:5195: $? = 1
-configure:5199: checking whether we are using the GNU C compiler
-configure:5227: result: yes
-configure:5236: checking whether gcc accepts -g
-configure:5297: result: yes
-configure:5314: checking for gcc option to accept ISO C89
-configure:5390: result: none needed
-configure:5415: checking whether gcc understands -c and -o together
-configure:5452: result: yes
-configure:5471: checking dependency style of gcc
-configure:5582: result: gcc3
-configure:5600: checking for an ANSI C-conforming const
-configure:5666: gcc -c -g -O2  conftest.c >&5
-configure:5666: $? = 0
-configure:5673: result: yes
-configure:5685: checking build system type
-configure:5699: result: x86_64-unknown-linux-gnu
-configure:5719: checking host system type
-configure:5732: result: x86_64-unknown-linux-gnu
-configure:6101: checking how to print strings
-configure:6128: result: printf
-configure:6149: checking for a sed that does not truncate output
-configure:6213: result: /bin/sed
-configure:6231: checking for grep that handles long lines and -e
-configure:6289: result: /bin/grep
-configure:6294: checking for egrep
-configure:6356: result: /bin/grep -E
-configure:6361: checking for fgrep
-configure:6423: result: /bin/grep -F
-configure:6458: checking for ld used by gcc
-configure:6525: result: /usr/bin/ld
-configure:6532: checking if the linker (/usr/bin/ld) is GNU ld
-configure:6547: result: yes
-configure:6559: checking for BSD- or MS-compatible name lister (nm)
-configure:6613: result: /usr/bin/nm -B
-configure:6743: checking the name lister (/usr/bin/nm -B) interface
-configure:6750: gcc -c -g -O2  conftest.c >&5
-configure:6753: /usr/bin/nm -B "conftest.o"
-configure:6756: output
-0000000000000000 B some_variable
-configure:6763: result: BSD nm
-configure:6767: checking the maximum length of command line arguments
-configure:6898: result: 1572864
-configure:6946: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
-configure:6986: result: func_convert_file_noop
-configure:6993: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
-configure:7013: result: func_convert_file_noop
-configure:7020: checking for /usr/bin/ld option to reload object files
-configure:7027: result: -r
-configure:7101: checking for objdump
-configure:7128: result: objdump
-configure:7157: checking how to recognize dependent libraries
-configure:7357: result: pass_all
-configure:7442: checking for dlltool
-configure:7469: result: dlltool
-configure:7499: checking how to associate runtime and link libraries
-configure:7526: result: printf %s\n
-configure:7586: checking for ar
-configure:7602: found /usr/bin/ar
-configure:7613: result: ar
-configure:7650: checking for archiver @FILE support
-configure:7667: gcc -c -g -O2  conftest.c >&5
-configure:7667: $? = 0
-configure:7670: ar cru libconftest.a @conftest.lst >&5
-configure:7673: $? = 0
-configure:7678: ar cru libconftest.a @conftest.lst >&5
-ar: conftest.o: No such file or directory
-configure:7681: $? = 1
-configure:7693: result: @
-configure:7751: checking for strip
-configure:7767: found /usr/bin/strip
-configure:7778: result: strip
-configure:7850: checking for ranlib
-configure:7877: result: ranlib
-configure:7979: checking command to parse /usr/bin/nm -B output from gcc object
-configure:8132: gcc -c -g -O2  conftest.c >&5
-configure:8135: $? = 0
-configure:8139: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
-configure:8142: $? = 0
-configure:8208: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
-configure:8211: $? = 0
-configure:8249: result: ok
-configure:8296: checking for sysroot
-configure:8326: result: no
-configure:8333: checking for a working dd
-configure:8371: result: /bin/dd
-configure:8375: checking how to truncate binary pipes
-configure:8390: result: /bin/dd bs=4096 count=1
-configure:8511: gcc -c -g -O2  conftest.c >&5
-configure:8514: $? = 0
-configure:8704: checking for mt
-configure:8720: found /bin/mt
-configure:8731: result: mt
-configure:8754: checking if mt is a manifest tool
-configure:8760: mt '-?'
-configure:8768: result: no
-configure:9406: checking for ANSI C header files
-configure:9426: gcc -c -g -O2  conftest.c >&5
-configure:9426: $? = 0
-configure:9499: gcc -o conftest -g -O2   conftest.c  >&5
-configure:9499: $? = 0
-configure:9499: ./conftest
-configure:9499: $? = 0
-configure:9510: result: yes
-configure:9523: checking for sys/types.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for sys/stat.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for stdlib.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for string.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for memory.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for strings.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for inttypes.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for stdint.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9523: checking for unistd.h
-configure:9523: gcc -c -g -O2  conftest.c >&5
-configure:9523: $? = 0
-configure:9523: result: yes
-configure:9537: checking for dlfcn.h
-configure:9537: gcc -c -g -O2  conftest.c >&5
-configure:9537: $? = 0
-configure:9537: result: yes
-configure:9802: checking for objdir
-configure:9817: result: .libs
-configure:10088: checking if gcc supports -fno-rtti -fno-exceptions
-configure:10106: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
-configure:10110: $? = 0
-configure:10123: result: no
-configure:10481: checking for gcc option to produce PIC
-configure:10488: result: -fPIC -DPIC
-configure:10496: checking if gcc PIC flag -fPIC -DPIC works
-configure:10514: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
-configure:10518: $? = 0
-configure:10531: result: yes
-configure:10560: checking if gcc static flag -static works
-configure:10588: result: yes
-configure:10603: checking if gcc supports -c -o file.o
-configure:10624: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
-configure:10628: $? = 0
-configure:10650: result: yes
-configure:10658: checking if gcc supports -c -o file.o
-configure:10705: result: yes
-configure:10738: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:11997: result: yes
-configure:12034: checking whether -lc should be explicitly linked in
-configure:12042: gcc -c -g -O2  conftest.c >&5
-configure:12045: $? = 0
-configure:12060: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
-configure:12063: $? = 0
-configure:12077: result: no
-configure:12237: checking dynamic linker characteristics
-configure:12814: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
-configure:12814: $? = 0
-configure:13046: result: GNU/Linux ld.so
-configure:13153: checking how to hardcode library paths into programs
-configure:13178: result: immediate
-configure:13726: checking whether stripping libraries is possible
-configure:13731: result: yes
-configure:13766: checking if libtool supports shared libraries
-configure:13768: result: yes
-configure:13771: checking whether to build shared libraries
-configure:13796: result: yes
-configure:13799: checking whether to build static libraries
-configure:13803: result: yes
-configure:13826: checking how to run the C++ preprocessor
-configure:13853: g++ -E  conftest.cpp
-configure:13853: $? = 0
-configure:13867: g++ -E  conftest.cpp
-conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
-                            ^
+configure:4464: checking for main in -lX11
+configure:4483: gcc -o conftest -g -O2   conftest.c -lX11   >&5
+/usr/bin/ld: cannot find -lX11
+collect2: error: ld returned 1 exit status
+configure:4483: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| /* end confdefs.h.  */
+| 
+| 
+| int
+| main ()
+| {
+| return main ();
+|   ;
+|   return 0;
+| }
+configure:4492: result: no
+configure:4504: checking for main in -ldl
+configure:4523: gcc -o conftest -g -O2   conftest.c -ldl   >&5
+configure:4523: $? = 0
+configure:4532: result: yes
+configure:4544: checking for main in -lm
+configure:4563: gcc -o conftest -g -O2   conftest.c -lm  -ldl  >&5
+configure:4563: $? = 0
+configure:4572: result: yes
+configure:4584: checking for main in -lrt
+configure:4603: gcc -o conftest -g -O2   conftest.c -lrt  -lm -ldl  >&5
+configure:4603: $? = 0
+configure:4612: result: yes
+configure:4626: checking for X
+configure:4734: gcc -E  conftest.c
+conftest.c:14:22: fatal error: X11/Xlib.h: No such file or directory
+ #include <X11/Xlib.h>
+                      ^
 compilation terminated.
-configure:13867: $? = 1
+configure:4734: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:13892: result: g++ -E
-configure:13912: g++ -E  conftest.cpp
-configure:13912: $? = 0
-configure:13926: g++ -E  conftest.cpp
-conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
-                            ^
+| #include <X11/Xlib.h>
+configure:4765: gcc -o conftest -g -O2   conftest.c -lX11 -lrt -lm -ldl  >&5
+conftest.c:14:22: fatal error: X11/Xlib.h: No such file or directory
+ #include <X11/Xlib.h>
+                      ^
 compilation terminated.
-configure:13926: $? = 1
+configure:4765: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| /* end confdefs.h.  */
+| #include <X11/Xlib.h>
+| int
+| main ()
+| {
+| XrmInitialize ()
+|   ;
+|   return 0;
+| }
+configure:4815: result: libraries /usr/X11/lib, headers /usr/X11/include
+configure:4819: checking for grep that handles long lines and -e
+configure:4877: result: /bin/grep
+configure:4882: checking for egrep
+configure:4944: result: /bin/grep -E
+configure:4949: checking for ANSI C header files
+configure:4969: gcc -c -g -O2  conftest.c >&5
+configure:4969: $? = 0
+configure:5042: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:5042: $? = 0
+configure:5042: ./conftest
+configure:5042: $? = 0
+configure:5053: result: yes
+configure:5066: checking for sys/types.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for sys/stat.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for stdlib.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for string.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for memory.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for strings.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for inttypes.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for stdint.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5066: checking for unistd.h
+configure:5066: gcc -c -g -O2  conftest.c >&5
+configure:5066: $? = 0
+configure:5066: result: yes
+configure:5078: checking for size_t
+configure:5078: gcc -c -g -O2  conftest.c >&5
+configure:5078: $? = 0
+configure:5078: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:60:21: error: expected expression before ')' token
+ if (sizeof ((size_t)))
+                     ^
+configure:5078: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -490,67 +333,243 @@ configure: failed program was:
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
 | /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:14095: checking for ld used by g++
-configure:14162: result: /usr/bin/ld -m elf_x86_64
-configure:14169: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
-configure:14184: result: yes
-configure:14239: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:15312: result: yes
-configure:15348: g++ -c -g -O2  conftest.cpp >&5
-configure:15351: $? = 0
-configure:15877: checking for g++ option to produce PIC
-configure:15884: result: -fPIC -DPIC
-configure:15892: checking if g++ PIC flag -fPIC -DPIC works
-configure:15910: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
-configure:15914: $? = 0
-configure:15927: result: yes
-configure:15950: checking if g++ static flag -static works
-configure:15978: result: yes
-configure:15990: checking if g++ supports -c -o file.o
-configure:16011: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
-configure:16015: $? = 0
-configure:16037: result: yes
-configure:16042: checking if g++ supports -c -o file.o
-configure:16089: result: yes
-configure:16119: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:16159: result: yes
-configure:16300: checking dynamic linker characteristics
-configure:17036: result: GNU/Linux ld.so
-configure:17089: checking how to hardcode library paths into programs
-configure:17114: result: immediate
-configure:17178: checking for main in -lgmp
-configure:17197: gcc -o conftest -g -O2   conftest.c -lgmp   >&5
-configure:17197: $? = 0
-configure:17206: result: yes
-configure:17218: checking for main in -lm
-configure:17237: gcc -o conftest -g -O2   conftest.c -lm  -lgmp  >&5
-configure:17237: $? = 0
-configure:17246: result: yes
-configure:17258: checking for main in -lrt
-configure:17277: gcc -o conftest -g -O2   conftest.c -lrt  -lm -lgmp  >&5
-configure:17277: $? = 0
-configure:17286: result: yes
-configure:17299: checking for X
-configure:17407: gcc -E  conftest.c
-conftest.c:26:22: fatal error: X11/Xlib.h: No such file or directory
- #include <X11/Xlib.h>
-                      ^
-compilation terminated.
-configure:17407: $? = 1
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int
+| main ()
+| {
+| if (sizeof ((size_t)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:5078: result: yes
+configure:5091: checking for working alloca.h
+configure:5108: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:5108: $? = 0
+configure:5116: result: yes
+configure:5124: checking for alloca
+configure:5161: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:5161: $? = 0
+configure:5169: result: yes
+configure:5278: checking argz.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking argz.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for argz.h
+configure:5278: result: yes
+configure:5278: checking fcntl.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking fcntl.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for fcntl.h
+configure:5278: result: yes
+configure:5278: checking float.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking float.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for float.h
+configure:5278: result: yes
+configure:5278: checking for inttypes.h
+configure:5278: result: yes
+configure:5278: checking langinfo.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking langinfo.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for langinfo.h
+configure:5278: result: yes
+configure:5278: checking libintl.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking libintl.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for libintl.h
+configure:5278: result: yes
+configure:5278: checking limits.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking limits.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for limits.h
+configure:5278: result: yes
+configure:5278: checking locale.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking locale.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for locale.h
+configure:5278: result: yes
+configure:5278: checking malloc.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking malloc.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for malloc.h
+configure:5278: result: yes
+configure:5278: checking netinet/in.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking netinet/in.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for netinet/in.h
+configure:5278: result: yes
+configure:5278: checking stddef.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking stddef.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for stddef.h
+configure:5278: result: yes
+configure:5278: checking for stdint.h
+configure:5278: result: yes
+configure:5278: checking stdio_ext.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking stdio_ext.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for stdio_ext.h
+configure:5278: result: yes
+configure:5278: checking for stdlib.h
+configure:5278: result: yes
+configure:5278: checking for string.h
+configure:5278: result: yes
+configure:5278: checking sys/ioctl.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking sys/ioctl.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for sys/ioctl.h
+configure:5278: result: yes
+configure:5278: checking sys/param.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking sys/param.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for sys/param.h
+configure:5278: result: yes
+configure:5278: checking sys/socket.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking sys/socket.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for sys/socket.h
+configure:5278: result: yes
+configure:5278: checking sys/time.h usability
+configure:5278: gcc -c -g -O2  conftest.c >&5
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking sys/time.h presence
+configure:5278: gcc -E  conftest.c
+configure:5278: $? = 0
+configure:5278: result: yes
+configure:5278: checking for sys/time.h
+configure:5278: result: yes
+configure:5278: checking for unistd.h
+configure:5278: result: yes
+configure:5290: checking for stdbool.h that conforms to C99
+configure:5357: gcc -c -g -O2  conftest.c >&5
+configure:5357: $? = 0
+configure:5364: result: yes
+configure:5366: checking for _Bool
+configure:5366: gcc -c -g -O2  conftest.c >&5
+configure:5366: $? = 0
+configure:5366: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:82:20: error: expected expression before ')' token
+ if (sizeof ((_Bool)))
+                    ^
+configure:5366: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -561,29 +580,97 @@ configure: failed program was:
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBGMP 1
-| #define HAVE_LIBM 1
-| #define HAVE_LIBRT 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
 | /* end confdefs.h.  */
-| #include <X11/Xlib.h>
-configure:17438: gcc -o conftest -g -O2   conftest.c -lX11 -lrt -lm -lgmp  >&5
-conftest.c:26:22: fatal error: X11/Xlib.h: No such file or directory
- #include <X11/Xlib.h>
-                      ^
-compilation terminated.
-configure:17438: $? = 1
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| int
+| main ()
+| {
+| if (sizeof ((_Bool)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:5366: result: yes
+configure:5377: checking for inline
+configure:5393: gcc -c -g -O2  conftest.c >&5
+configure:5393: $? = 0
+configure:5401: result: inline
+configure:5419: checking for pid_t
+configure:5419: gcc -c -g -O2  conftest.c >&5
+configure:5419: $? = 0
+configure:5419: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:83:20: error: expected expression before ')' token
+ if (sizeof ((pid_t)))
+                    ^
+configure:5419: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -594,108 +681,110 @@ configure: failed program was:
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBGMP 1
-| #define HAVE_LIBM 1
-| #define HAVE_LIBRT 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
 | /* end confdefs.h.  */
-| #include <X11/Xlib.h>
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
 | int
 | main ()
 | {
-| XrmInitialize ()
+| if (sizeof ((pid_t)))
+| 	    return 0;
 |   ;
 |   return 0;
 | }
-configure:17488: result: libraries /usr/X11/lib, headers /usr/X11/include
-configure:17495: checking fcntl.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking fcntl.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for fcntl.h
-configure:17495: result: yes
-configure:17495: checking libintl.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking libintl.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for libintl.h
-configure:17495: result: yes
-configure:17495: checking netinet/in.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking netinet/in.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for netinet/in.h
-configure:17495: result: yes
-configure:17495: checking for stdint.h
-configure:17495: result: yes
-configure:17495: checking for stdlib.h
-configure:17495: result: yes
-configure:17495: checking for string.h
-configure:17495: result: yes
-configure:17495: checking sys/ioctl.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking sys/ioctl.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for sys/ioctl.h
-configure:17495: result: yes
-configure:17495: checking sys/socket.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking sys/socket.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for sys/socket.h
-configure:17495: result: yes
-configure:17495: checking sys/time.h usability
-configure:17495: gcc -c -g -O2  conftest.c >&5
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking sys/time.h presence
-configure:17495: gcc -E  conftest.c
-configure:17495: $? = 0
-configure:17495: result: yes
-configure:17495: checking for sys/time.h
-configure:17495: result: yes
-configure:17495: checking for unistd.h
-configure:17495: result: yes
-configure:17507: checking for pid_t
-configure:17507: gcc -c -g -O2  conftest.c >&5
-configure:17507: $? = 0
-configure:17507: gcc -c -g -O2  conftest.c >&5
+configure:5419: result: yes
+configure:5430: checking for size_t
+configure:5430: result: yes
+configure:5441: checking for uid_t in sys/types.h
+configure:5460: result: yes
+configure:5471: checking for uint16_t
+configure:5471: gcc -c -g -O2  conftest.c >&5
+configure:5471: $? = 0
+configure:5471: result: yes
+configure:5483: checking for uint32_t
+configure:5483: gcc -c -g -O2  conftest.c >&5
+configure:5483: $? = 0
+configure:5483: result: yes
+configure:5497: checking for uint8_t
+configure:5497: gcc -c -g -O2  conftest.c >&5
+configure:5497: $? = 0
+configure:5497: result: yes
+configure:5511: checking for ptrdiff_t
+configure:5511: gcc -c -g -O2  conftest.c >&5
+configure:5511: $? = 0
+configure:5511: gcc -c -g -O2  conftest.c >&5
 conftest.c: In function 'main':
-conftest.c:72:20: error: expected expression before ')' token
- if (sizeof ((pid_t)))
-                    ^
-configure:17507: $? = 1
+conftest.c:83:24: error: expected expression before ')' token
+ if (sizeof ((ptrdiff_t)))
+                        ^
+configure:5511: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -706,21 +795,29 @@ configure: failed program was:
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBGMP 1
-| #define HAVE_LIBM 1
-| #define HAVE_LIBRT 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
 | #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
 | #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
 | #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
 | /* end confdefs.h.  */
 | #include <stdio.h>
 | #ifdef HAVE_SYS_TYPES_H
@@ -758,31 +855,1173 @@ configure: failed program was:
 | int
 | main ()
 | {
-| if (sizeof ((pid_t)))
+| if (sizeof ((ptrdiff_t)))
 | 	    return 0;
 |   ;
 |   return 0;
 | }
-configure:17507: result: yes
-configure:17518: checking for size_t
-configure:17518: gcc -c -g -O2  conftest.c >&5
-configure:17518: $? = 0
-configure:17518: gcc -c -g -O2  conftest.c >&5
+configure:5511: result: yes
+configure:5576: checking for pkg-config
+configure:5594: found /usr/bin/pkg-config
+configure:5606: result: /usr/bin/pkg-config
+configure:5631: checking pkg-config is at least version 0.9.0
+configure:5634: result: yes
+configure:5644: checking for UUID
+configure:5651: $PKG_CONFIG --exists --print-errors "uuid >= 1.0.2"
+configure:5654: $? = 0
+configure:5668: $PKG_CONFIG --exists --print-errors "uuid >= 1.0.2"
+configure:5671: $? = 0
+configure:5729: result: yes
+configure:5738: checking for LIBAO
+configure:5745: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
+configure:5748: $? = 0
+configure:5762: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
+configure:5765: $? = 0
+configure:5823: result: yes
+configure:5832: checking for LIBASOUND2
+configure:5839: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.25"
+configure:5842: $? = 0
+configure:5856: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.25"
+configure:5859: $? = 0
+configure:5917: result: yes
+configure:5926: checking for LIBXML2
+configure:5933: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0"
+configure:5936: $? = 0
+configure:5950: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0"
+configure:5953: $? = 0
+configure:6011: result: yes
+configure:6020: checking for SNDFILE
+configure:6027: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25"
+configure:6030: $? = 0
+configure:6044: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25"
+configure:6047: $? = 0
+configure:6105: result: yes
+configure:6114: checking for LIBINSTPATCH
+configure:6121: $PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0"
+configure:6124: $? = 0
+configure:6138: $PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0"
+configure:6141: $? = 0
+configure:6199: result: yes
+configure:6208: checking for GOBJECT
+configure:6215: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3"
+configure:6218: $? = 0
+configure:6232: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3"
+configure:6235: $? = 0
+configure:6293: result: yes
+configure:6302: checking for GDKPIXBUF
+configure:6309: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1"
+configure:6312: $? = 0
+configure:6326: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1"
+configure:6329: $? = 0
+configure:6387: result: yes
+configure:6396: checking for CAIRO
+configure:6403: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0"
+configure:6406: $? = 0
+configure:6420: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0"
+configure:6423: $? = 0
+configure:6481: result: yes
+configure:6490: checking for GTK
+configure:6497: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10"
+configure:6500: $? = 0
+configure:6514: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10"
+configure:6517: $? = 0
+configure:6575: result: yes
+configure:6599: checking for a sed that does not truncate output
+configure:6663: result: /bin/sed
+configure:6669: checking whether NLS is requested
+configure:6678: result: yes
+configure:6718: checking for msgfmt
+configure: trying /usr/bin/msgfmt...
+0 translated messages.
+configure:6750: result: /usr/bin/msgfmt
+configure:6759: checking for gmsgfmt
+configure:6790: result: /usr/bin/msgfmt
+configure:6840: checking for xgettext
+configure: trying /usr/bin/xgettext...
+/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
+configure:6872: result: /usr/bin/xgettext
+configure:6917: checking for msgmerge
+configure: trying /usr/bin/msgmerge...
+configure:6948: result: /usr/bin/msgmerge
+configure:6969: checking build system type
+configure:6983: result: x86_64-unknown-linux-gnu
+configure:7003: checking host system type
+configure:7016: result: x86_64-unknown-linux-gnu
+configure:7037: checking whether we are using the GNU C Library 2 or newer
+configure:7064: result: yes
+configure:7113: checking for ranlib
+configure:7129: found /usr/bin/ranlib
+configure:7140: result: ranlib
+configure:7167: checking whether the -Werror option is usable
+configure:7186: gcc -c -g -O2 -Werror  conftest.c >&5
+configure:7186: $? = 0
+configure:7195: result: yes
+configure:7197: checking for simple visibility declarations
+configure:7224: gcc -c -g -O2 -fvisibility=hidden -Werror  conftest.c >&5
+configure:7224: $? = 0
+configure:7233: result: yes
+configure:7249: checking for stdint.h
+configure:7266: gcc -c -g -O2  conftest.c >&5
+configure:7266: $? = 0
+configure:7273: result: yes
+configure:7289: checking for stdlib.h
+configure:7289: result: yes
+configure:7289: checking for unistd.h
+configure:7289: result: yes
+configure:7289: checking for sys/param.h
+configure:7289: result: yes
+configure:7309: checking for getpagesize
+configure:7309: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:7309: $? = 0
+configure:7309: result: yes
+configure:7318: checking for working mmap
+configure:7465: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:7465: $? = 0
+configure:7465: ./conftest
+configure:7465: $? = 0
+configure:7475: result: yes
+configure:7486: checking whether integer division by zero raises SIGFPE
+configure:7552: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:69:5: warning: built-in function 'nan' declared as non-function
+ int nan;
+     ^
+configure:7552: $? = 0
+configure:7552: ./conftest
+configure:7552: $? = 0
+configure:7564: result: yes
+configure:7577: checking for inttypes.h
+configure:7596: gcc -c -g -O2  conftest.c >&5
+configure:7596: $? = 0
+configure:7603: result: yes
+configure:7614: checking for unsigned long long int
+configure:7653: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:7653: $? = 0
+configure:7662: result: yes
+configure:7692: checking for inttypes.h
+configure:7692: result: yes
+configure:7703: checking whether the inttypes.h PRIxNN macros are broken
+configure:7725: gcc -c -g -O2  conftest.c >&5
+configure:7725: $? = 0
+configure:7733: result: no
+configure:7749: checking minix/config.h usability
+configure:7749: gcc -c -g -O2  conftest.c >&5
+conftest.c:93:26: fatal error: minix/config.h: No such file or directory
+ #include <minix/config.h>
+                          ^
+compilation terminated.
+configure:7749: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| #ifdef HAVE_SYS_TYPES_H
+| # include <sys/types.h>
+| #endif
+| #ifdef HAVE_SYS_STAT_H
+| # include <sys/stat.h>
+| #endif
+| #ifdef STDC_HEADERS
+| # include <stdlib.h>
+| # include <stddef.h>
+| #else
+| # ifdef HAVE_STDLIB_H
+| #  include <stdlib.h>
+| # endif
+| #endif
+| #ifdef HAVE_STRING_H
+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+| #  include <memory.h>
+| # endif
+| # include <string.h>
+| #endif
+| #ifdef HAVE_STRINGS_H
+| # include <strings.h>
+| #endif
+| #ifdef HAVE_INTTYPES_H
+| # include <inttypes.h>
+| #endif
+| #ifdef HAVE_STDINT_H
+| # include <stdint.h>
+| #endif
+| #ifdef HAVE_UNISTD_H
+| # include <unistd.h>
+| #endif
+| #include <minix/config.h>
+configure:7749: result: no
+configure:7749: checking minix/config.h presence
+configure:7749: gcc -E  conftest.c
+conftest.c:60:26: fatal error: minix/config.h: No such file or directory
+ #include <minix/config.h>
+                          ^
+compilation terminated.
+configure:7749: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| /* end confdefs.h.  */
+| #include <minix/config.h>
+configure:7749: result: no
+configure:7749: checking for minix/config.h
+configure:7749: result: no
+configure:7770: checking whether it is safe to define __EXTENSIONS__
+configure:7788: gcc -c -g -O2  conftest.c >&5
+configure:7788: $? = 0
+configure:7795: result: yes
+configure:7901: checking for ld used by gcc
+configure:7968: result: /usr/bin/ld
+configure:7975: checking if the linker (/usr/bin/ld) is GNU ld
+configure:7990: result: yes
+configure:7997: checking for shared library run path origin
+configure:8010: result: done
+configure:8100: checking whether imported symbols can be declared weak
+configure:8118: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:8118: $? = 0
+configure:8152: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:8152: $? = 0
+configure:8152: ./conftest
+configure:8152: $? = 0
+configure:8164: result: yes
+configure:8169: checking pthread.h usability
+configure:8169: gcc -c -g -O2  conftest.c >&5
+configure:8169: $? = 0
+configure:8169: result: yes
+configure:8169: checking pthread.h presence
+configure:8169: gcc -E  conftest.c
+configure:8169: $? = 0
+configure:8169: result: yes
+configure:8169: checking for pthread.h
+configure:8169: result: yes
+configure:8207: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl   >&5
+/usr/bin/ld: /tmp/ccq6b3Z4.o: undefined reference to symbol 'pthread_mutexattr_init@@GLIBC_2.2.5'
+/lib64/libpthread.so.0: error adding symbols: DSO missing from command line
+collect2: error: ld returned 1 exit status
+configure:8207: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| /* end confdefs.h.  */
+| #include <pthread.h>
+|                  pthread_mutex_t m;
+|                  pthread_mutexattr_t ma;
+| 
+| int
+| main ()
+| {
+| pthread_mutex_lock (&m);
+|                  pthread_mutexattr_init (&ma);
+|   ;
+|   return 0;
+| }
+configure:8207: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  -pthread >&5
+configure:8207: $? = 0
+configure:9000: checking for multithread API to use
+configure:9002: result: posix
+configure:9018: checking for pthread_rwlock_t
+configure:9018: gcc -c -g -O2  conftest.c >&5
+configure:9018: $? = 0
+configure:9018: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:72:31: error: expected expression before ')' token
+ if (sizeof ((pthread_rwlock_t)))
+                               ^
+configure:9018: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define USE_POSIX_THREADS 1
+| #define USE_POSIX_THREADS_WEAK 1
+| /* end confdefs.h.  */
+| #include <pthread.h>
+| 
+| int
+| main ()
+| {
+| if (sizeof ((pthread_rwlock_t)))
+| 	    return 0;
+|   ;
+|   return 0;
+| }
+configure:9018: result: yes
+configure:9049: gcc -c -g -O2  conftest.c >&5
+configure:9049: $? = 0
+configure:9554: checking for iconv
+configure:9578: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9578: $? = 0
+configure:9612: result: yes
+configure:9615: checking for working iconv
+configure:9744: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9744: $? = 0
+configure:9744: ./conftest
+configure:9744: $? = 0
+configure:9756: result: yes
+configure:9784: checking for iconv declaration
+configure:9813: gcc -c -g -O2  conftest.c >&5
+configure:9813: $? = 0
+configure:9824: result:
+         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+configure:9849: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9849: $? = 0
+configure:9860: checking for argz.h
+configure:9860: result: yes
+configure:9860: checking for inttypes.h
+configure:9860: result: yes
+configure:9860: checking for limits.h
+configure:9860: result: yes
+configure:9860: checking for unistd.h
+configure:9860: result: yes
+configure:9860: checking for sys/param.h
+configure:9860: result: yes
+configure:9875: checking for getcwd
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for getegid
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for geteuid
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for getgid
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for getuid
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for mempcpy
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:105:6: warning: conflicting types for built-in function 'mempcpy'
+ char mempcpy ();
+      ^
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for munmap
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for stpcpy
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:107:6: warning: conflicting types for built-in function 'stpcpy'
+ char stpcpy ();
+      ^
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for strcasecmp
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:108:6: warning: conflicting types for built-in function 'strcasecmp'
+ char strcasecmp ();
+      ^
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for strdup
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:109:6: warning: conflicting types for built-in function 'strdup'
+ char strdup ();
+      ^
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for strtoul
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for tsearch
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for uselocale
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for argz_count
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for argz_stringify
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for argz_next
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9875: checking for __fsetlocking
+configure:9875: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:9875: $? = 0
+configure:9875: result: yes
+configure:9885: checking whether feof_unlocked is declared
+configure:9885: gcc -c -g -O2  conftest.c >&5
+configure:9885: $? = 0
+configure:9885: result: yes
+configure:9896: checking whether fgets_unlocked is declared
+configure:9896: gcc -c -g -O2  conftest.c >&5
+configure:9896: $? = 0
+configure:9896: result: yes
+configure:9915: checking for bison
+configure:9931: found /usr/bin/bison
+configure:9942: result: bison
+configure:9956: checking version of bison
+configure:9965: result: 3.0.2, ok
+configure:9974: checking for long long int
+configure:10012: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10012: $? = 0
+configure:10012: ./conftest
+configure:10012: $? = 0
+configure:10024: result: yes
+configure:10033: checking for wchar_t
+configure:10050: gcc -c -g -O2  conftest.c >&5
+configure:10050: $? = 0
+configure:10057: result: yes
+configure:10066: checking for wint_t
+configure:10091: gcc -c -g -O2  conftest.c >&5
+configure:10091: $? = 0
+configure:10098: result: yes
+configure:10109: checking for intmax_t
+configure:10135: gcc -c -g -O2  conftest.c >&5
+configure:10135: $? = 0
+configure:10142: result: yes
+configure:10152: checking whether printf() supports POSIX/XSI format strings
+configure:10193: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10193: $? = 0
+configure:10193: ./conftest
+configure:10193: $? = 0
+configure:10204: result: yes
+configure:10215: checking whether we are using the GNU C Library >= 2.1 or uClibc
+configure:10245: result: yes
+configure:10254: checking for stdint.h
+configure:10254: result: yes
+configure:10264: checking for SIZE_MAX
+configure:10335: result: yes
+configure:10350: checking for stdint.h
+configure:10350: result: yes
+configure:10367: checking for symlink
+configure:10367: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10367: $? = 0
+configure:10367: result: yes
+configure:10383: checking for working fcntl.h
+configure:10486: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10486: $? = 0
+configure:10486: ./conftest
+configure:10486: $? = 0
+configure:10501: result: yes
+configure:10525: checking for CFPreferencesCopyAppValue
+configure:10543: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  -Wl,-framework -Wl,CoreFoundation >&5
+conftest.c:106:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
+ #include <CoreFoundation/CFPreferences.h>
+                                          ^
+compilation terminated.
+configure:10543: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define USE_POSIX_THREADS 1
+| #define USE_POSIX_THREADS_WEAK 1
+| #define HAVE_PTHREAD_RWLOCK 1
+| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+| #define HAVE_ICONV 1
+| #define ICONV_CONST 
+| #define HAVE_BUILTIN_EXPECT 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETCWD 1
+| #define HAVE_GETEGID 1
+| #define HAVE_GETEUID 1
+| #define HAVE_GETGID 1
+| #define HAVE_GETUID 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MUNMAP 1
+| #define HAVE_STPCPY 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRTOUL 1
+| #define HAVE_TSEARCH 1
+| #define HAVE_USELOCALE 1
+| #define HAVE_ARGZ_COUNT 1
+| #define HAVE_ARGZ_STRINGIFY 1
+| #define HAVE_ARGZ_NEXT 1
+| #define HAVE___FSETLOCKING 1
+| #define HAVE_DECL_FEOF_UNLOCKED 1
+| #define HAVE_DECL_FGETS_UNLOCKED 1
+| #define HAVE_LONG_LONG_INT 1
+| #define HAVE_WCHAR_T 1
+| #define HAVE_WINT_T 1
+| #define HAVE_INTMAX_T 1
+| #define HAVE_POSIX_PRINTF 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_SYMLINK 1
+| #define HAVE_WORKING_O_NOATIME 1
+| #define HAVE_WORKING_O_NOFOLLOW 1
+| /* end confdefs.h.  */
+| #include <CoreFoundation/CFPreferences.h>
+| int
+| main ()
+| {
+| CFPreferencesCopyAppValue(NULL, NULL)
+|   ;
+|   return 0;
+| }
+configure:10552: result: no
+configure:10559: checking for CFLocaleCopyCurrent
+configure:10577: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  -Wl,-framework -Wl,CoreFoundation >&5
+conftest.c:106:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
+ #include <CoreFoundation/CFLocale.h>
+                                     ^
+compilation terminated.
+configure:10577: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define USE_POSIX_THREADS 1
+| #define USE_POSIX_THREADS_WEAK 1
+| #define HAVE_PTHREAD_RWLOCK 1
+| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+| #define HAVE_ICONV 1
+| #define ICONV_CONST 
+| #define HAVE_BUILTIN_EXPECT 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETCWD 1
+| #define HAVE_GETEGID 1
+| #define HAVE_GETEUID 1
+| #define HAVE_GETGID 1
+| #define HAVE_GETUID 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MUNMAP 1
+| #define HAVE_STPCPY 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRTOUL 1
+| #define HAVE_TSEARCH 1
+| #define HAVE_USELOCALE 1
+| #define HAVE_ARGZ_COUNT 1
+| #define HAVE_ARGZ_STRINGIFY 1
+| #define HAVE_ARGZ_NEXT 1
+| #define HAVE___FSETLOCKING 1
+| #define HAVE_DECL_FEOF_UNLOCKED 1
+| #define HAVE_DECL_FGETS_UNLOCKED 1
+| #define HAVE_LONG_LONG_INT 1
+| #define HAVE_WCHAR_T 1
+| #define HAVE_WINT_T 1
+| #define HAVE_INTMAX_T 1
+| #define HAVE_POSIX_PRINTF 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_SYMLINK 1
+| #define HAVE_WORKING_O_NOATIME 1
+| #define HAVE_WORKING_O_NOFOLLOW 1
+| /* end confdefs.h.  */
+| #include <CoreFoundation/CFLocale.h>
+| int
+| main ()
+| {
+| CFLocaleCopyCurrent();
+|   ;
+|   return 0;
+| }
+configure:10586: result: no
+configure:10616: checking for ptrdiff_t
+configure:10616: result: yes
+configure:10629: checking features.h usability
+configure:10629: gcc -c -g -O2  conftest.c >&5
+configure:10629: $? = 0
+configure:10629: result: yes
+configure:10629: checking features.h presence
+configure:10629: gcc -E  conftest.c
+configure:10629: $? = 0
+configure:10629: result: yes
+configure:10629: checking for features.h
+configure:10629: result: yes
+configure:10629: checking for stddef.h
+configure:10629: result: yes
+configure:10629: checking for stdlib.h
+configure:10629: result: yes
+configure:10629: checking for string.h
+configure:10629: result: yes
+configure:10643: checking for asprintf
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for fwprintf
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for newlocale
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for putenv
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for setenv
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for setlocale
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for snprintf
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:139:6: warning: conflicting types for built-in function 'snprintf'
+ char snprintf ();
+      ^
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for strnlen
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for wcslen
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for wcsnlen
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for mbrtowc
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10643: checking for wcrtomb
+configure:10643: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10643: $? = 0
+configure:10643: result: yes
+configure:10653: checking whether _snprintf is declared
+configure:10653: gcc -c -g -O2  conftest.c >&5
+conftest.c: In function 'main':
+conftest.c:131:10: error: '_snprintf' undeclared (first use in this function)
+   (void) _snprintf;
+          ^
+conftest.c:131:10: note: each undeclared identifier is reported only once for each function it appears in
+configure:10653: $? = 1
+configure: failed program was:
+| /* confdefs.h */
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
+| #define PACKAGE_BUGREPORT "weedlight at gmail.com"
+| #define PACKAGE_URL ""
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
+| #define STDC_HEADERS 1
+| #define HAVE_SYS_TYPES_H 1
+| #define HAVE_SYS_STAT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_MEMORY_H 1
+| #define HAVE_STRINGS_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
+| #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
+| #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_SYS_SOCKET_H 1
+| #define HAVE_SYS_TIME_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define USE_POSIX_THREADS 1
+| #define USE_POSIX_THREADS_WEAK 1
+| #define HAVE_PTHREAD_RWLOCK 1
+| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+| #define HAVE_ICONV 1
+| #define ICONV_CONST 
+| #define HAVE_BUILTIN_EXPECT 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETCWD 1
+| #define HAVE_GETEGID 1
+| #define HAVE_GETEUID 1
+| #define HAVE_GETGID 1
+| #define HAVE_GETUID 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MUNMAP 1
+| #define HAVE_STPCPY 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRTOUL 1
+| #define HAVE_TSEARCH 1
+| #define HAVE_USELOCALE 1
+| #define HAVE_ARGZ_COUNT 1
+| #define HAVE_ARGZ_STRINGIFY 1
+| #define HAVE_ARGZ_NEXT 1
+| #define HAVE___FSETLOCKING 1
+| #define HAVE_DECL_FEOF_UNLOCKED 1
+| #define HAVE_DECL_FGETS_UNLOCKED 1
+| #define HAVE_LONG_LONG_INT 1
+| #define HAVE_WCHAR_T 1
+| #define HAVE_WINT_T 1
+| #define HAVE_INTMAX_T 1
+| #define HAVE_POSIX_PRINTF 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_SYMLINK 1
+| #define HAVE_WORKING_O_NOATIME 1
+| #define HAVE_WORKING_O_NOFOLLOW 1
+| #define HAVE_FEATURES_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_ASPRINTF 1
+| #define HAVE_FWPRINTF 1
+| #define HAVE_NEWLOCALE 1
+| #define HAVE_PUTENV 1
+| #define HAVE_SETENV 1
+| #define HAVE_SETLOCALE 1
+| #define HAVE_SNPRINTF 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_WCSLEN 1
+| #define HAVE_WCSNLEN 1
+| #define HAVE_MBRTOWC 1
+| #define HAVE_WCRTOMB 1
+| /* end confdefs.h.  */
+| #include <stdio.h>
+| 
+| int
+| main ()
+| {
+| #ifndef _snprintf
+| #ifdef __cplusplus
+|   (void) _snprintf;
+| #else
+|   (void) _snprintf;
+| #endif
+| #endif
+| 
+|   ;
+|   return 0;
+| }
+configure:10653: result: no
+configure:10664: checking whether _snwprintf is declared
+configure:10664: gcc -c -g -O2  conftest.c >&5
 conftest.c: In function 'main':
-conftest.c:72:21: error: expected expression before ')' token
- if (sizeof ((size_t)))
-                     ^
-configure:17518: $? = 1
+conftest.c:132:10: error: '_snwprintf' undeclared (first use in this function)
+   (void) _snwprintf;
+          ^
+conftest.c:132:10: note: each undeclared identifier is reported only once for each function it appears in
+configure:10664: $? = 1
 configure: failed program was:
 | /* confdefs.h */
-| #define PACKAGE_NAME "gsequencer"
-| #define PACKAGE_TARNAME "gsequencer"
-| #define PACKAGE_VERSION "0.4.3"
-| #define PACKAGE_STRING "gsequencer 0.4.3"
+| #define PACKAGE_NAME "ags"
+| #define PACKAGE_TARNAME "ags"
+| #define PACKAGE_VERSION "0.4.2"
+| #define PACKAGE_STRING "ags 0.4.2"
 | #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 | #define PACKAGE_URL ""
-| #define PACKAGE "gsequencer"
-| #define VERSION "0.4.3"
+| #define PACKAGE "ags"
+| #define VERSION "0.4.2"
+| #define HAVE_LIBDL 1
+| #define HAVE_LIBM 1
+| #define HAVE_LIBRT 1
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -793,198 +2032,302 @@ configure: failed program was:
 | #define HAVE_INTTYPES_H 1
 | #define HAVE_STDINT_H 1
 | #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBGMP 1
-| #define HAVE_LIBM 1
-| #define HAVE_LIBRT 1
+| #define HAVE_ALLOCA_H 1
+| #define HAVE_ALLOCA 1
+| #define HAVE_ARGZ_H 1
 | #define HAVE_FCNTL_H 1
+| #define HAVE_FLOAT_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LANGINFO_H 1
 | #define HAVE_LIBINTL_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_LOCALE_H 1
+| #define HAVE_MALLOC_H 1
 | #define HAVE_NETINET_IN_H 1
+| #define HAVE_STDDEF_H 1
 | #define HAVE_STDINT_H 1
+| #define HAVE_STDIO_EXT_H 1
 | #define HAVE_STDLIB_H 1
 | #define HAVE_STRING_H 1
 | #define HAVE_SYS_IOCTL_H 1
+| #define HAVE_SYS_PARAM_H 1
 | #define HAVE_SYS_SOCKET_H 1
 | #define HAVE_SYS_TIME_H 1
 | #define HAVE_UNISTD_H 1
+| #define HAVE__BOOL 1
+| #define HAVE_PTRDIFF_T 1
+| #define HAVE_VISIBILITY 1
+| #define HAVE_STDINT_H_WITH_UINTMAX 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETPAGESIZE 1
+| #define HAVE_MMAP 1
+| #define INTDIV0_RAISES_SIGFPE 1
+| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
+| #define HAVE_UNSIGNED_LONG_LONG_INT 1
+| #define HAVE_UINTMAX_T 1
+| #define HAVE_INTTYPES_H 1
+| #define __EXTENSIONS__ 1
+| #define _ALL_SOURCE 1
+| #define _GNU_SOURCE 1
+| #define _POSIX_PTHREAD_SEMANTICS 1
+| #define _TANDEM_SOURCE 1
+| #define USE_POSIX_THREADS 1
+| #define USE_POSIX_THREADS_WEAK 1
+| #define HAVE_PTHREAD_RWLOCK 1
+| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+| #define HAVE_ICONV 1
+| #define ICONV_CONST 
+| #define HAVE_BUILTIN_EXPECT 1
+| #define HAVE_ARGZ_H 1
+| #define HAVE_INTTYPES_H 1
+| #define HAVE_LIMITS_H 1
+| #define HAVE_UNISTD_H 1
+| #define HAVE_SYS_PARAM_H 1
+| #define HAVE_GETCWD 1
+| #define HAVE_GETEGID 1
+| #define HAVE_GETEUID 1
+| #define HAVE_GETGID 1
+| #define HAVE_GETUID 1
+| #define HAVE_MEMPCPY 1
+| #define HAVE_MUNMAP 1
+| #define HAVE_STPCPY 1
+| #define HAVE_STRCASECMP 1
+| #define HAVE_STRDUP 1
+| #define HAVE_STRTOUL 1
+| #define HAVE_TSEARCH 1
+| #define HAVE_USELOCALE 1
+| #define HAVE_ARGZ_COUNT 1
+| #define HAVE_ARGZ_STRINGIFY 1
+| #define HAVE_ARGZ_NEXT 1
+| #define HAVE___FSETLOCKING 1
+| #define HAVE_DECL_FEOF_UNLOCKED 1
+| #define HAVE_DECL_FGETS_UNLOCKED 1
+| #define HAVE_LONG_LONG_INT 1
+| #define HAVE_WCHAR_T 1
+| #define HAVE_WINT_T 1
+| #define HAVE_INTMAX_T 1
+| #define HAVE_POSIX_PRINTF 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_STDINT_H 1
+| #define HAVE_SYMLINK 1
+| #define HAVE_WORKING_O_NOATIME 1
+| #define HAVE_WORKING_O_NOFOLLOW 1
+| #define HAVE_FEATURES_H 1
+| #define HAVE_STDDEF_H 1
+| #define HAVE_STDLIB_H 1
+| #define HAVE_STRING_H 1
+| #define HAVE_ASPRINTF 1
+| #define HAVE_FWPRINTF 1
+| #define HAVE_NEWLOCALE 1
+| #define HAVE_PUTENV 1
+| #define HAVE_SETENV 1
+| #define HAVE_SETLOCALE 1
+| #define HAVE_SNPRINTF 1
+| #define HAVE_STRNLEN 1
+| #define HAVE_WCSLEN 1
+| #define HAVE_WCSNLEN 1
+| #define HAVE_MBRTOWC 1
+| #define HAVE_WCRTOMB 1
+| #define HAVE_DECL__SNPRINTF 0
 | /* end confdefs.h.  */
 | #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
+| 
 | int
 | main ()
 | {
-| if (sizeof ((size_t)))
-| 	    return 0;
+| #ifndef _snwprintf
+| #ifdef __cplusplus
+|   (void) _snwprintf;
+| #else
+|   (void) _snwprintf;
+| #endif
+| #endif
+| 
 |   ;
 |   return 0;
 | }
-configure:17518: result: yes
-configure:17529: checking for uid_t in sys/types.h
-configure:17548: result: yes
-configure:17614: checking for pkg-config
-configure:17632: found /usr/bin/pkg-config
-configure:17644: result: /usr/bin/pkg-config
-configure:17669: checking pkg-config is at least version 0.9.0
-configure:17672: result: yes
-configure:17682: checking for UUID
-configure:17689: $PKG_CONFIG --exists --print-errors "uuid >= 1.0.2"
-configure:17692: $? = 0
-configure:17706: $PKG_CONFIG --exists --print-errors "uuid >= 1.0.2"
-configure:17709: $? = 0
-configure:17767: result: yes
-configure:17776: checking for LIBAO
-configure:17783: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
-configure:17786: $? = 0
-configure:17800: $PKG_CONFIG --exists --print-errors "ao >= 1.1.0"
-configure:17803: $? = 0
-configure:17861: result: yes
-configure:17870: checking for LIBASOUND2
-configure:17877: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.25"
-configure:17880: $? = 0
-configure:17894: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.25"
-configure:17897: $? = 0
-configure:17955: result: yes
-configure:17964: checking for LIBXML2
-configure:17971: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0"
-configure:17974: $? = 0
-configure:17988: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0"
-configure:17991: $? = 0
-configure:18049: result: yes
-configure:18058: checking for SNDFILE
-configure:18065: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25"
-configure:18068: $? = 0
-configure:18082: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25"
-configure:18085: $? = 0
-configure:18143: result: yes
-configure:18152: checking for LIBINSTPATCH
-configure:18159: $PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0"
-configure:18162: $? = 0
-configure:18176: $PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0"
-configure:18179: $? = 0
-configure:18237: result: yes
-configure:18246: checking for GOBJECT
-configure:18253: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3"
-configure:18256: $? = 0
-configure:18270: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3"
-configure:18273: $? = 0
-configure:18331: result: yes
-configure:18340: checking for GDKPIXBUF
-configure:18347: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1"
-configure:18350: $? = 0
-configure:18364: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1"
-configure:18367: $? = 0
-configure:18425: result: yes
-configure:18434: checking for CAIRO
-configure:18441: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0"
-configure:18444: $? = 0
-configure:18458: $PKG_CONFIG --exists --print-errors "cairo >= 1.12.0"
-configure:18461: $? = 0
-configure:18519: result: yes
-configure:18528: checking for GTK
-configure:18535: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10"
-configure:18538: $? = 0
-configure:18552: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10"
-configure:18555: $? = 0
-configure:18613: result: yes
-configure:18639: checking for stdlib.h
-configure:18639: result: yes
-configure:18649: checking for GNU libc compatible malloc
-configure:18673: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18673: $? = 0
-configure:18673: ./conftest
-configure:18673: $? = 0
-configure:18683: result: yes
-configure:18706: checking for stdlib.h
-configure:18706: result: yes
-configure:18716: checking for GNU libc compatible realloc
-configure:18740: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18740: $? = 0
-configure:18740: ./conftest
-configure:18740: $? = 0
-configure:18750: result: yes
-configure:18774: checking for atexit
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for clock_gettime
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for floor
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-conftest.c:65:6: warning: conflicting types for built-in function 'floor'
+configure:10664: result: no
+configure:10677: checking whether getc_unlocked is declared
+configure:10677: gcc -c -g -O2  conftest.c >&5
+configure:10677: $? = 0
+configure:10677: result: yes
+configure:10721: checking for nl_langinfo and CODESET
+configure:10737: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10737: $? = 0
+configure:10746: result: yes
+configure:10755: checking for LC_MESSAGES
+configure:10771: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:10771: $? = 0
+configure:10779: result: yes
+configure:10931: checking for CFPreferencesCopyAppValue
+configure:10958: result: no
+configure:10965: checking for CFLocaleCopyCurrent
+configure:10992: result: no
+configure:11027: checking whether included gettext is requested
+configure:11037: result: no
+configure:11060: checking for GNU gettext in libc
+configure:11084: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:11084: $? = 0
+configure:11093: result: yes
+configure:11690: checking whether to use NLS
+configure:11692: result: yes
+configure:11695: checking where the gettext function comes from
+configure:11706: result: libc
+configure:11794: checking for stdlib.h
+configure:11794: result: yes
+configure:11804: checking for GNU libc compatible malloc
+configure:11828: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:11828: $? = 0
+configure:11828: ./conftest
+configure:11828: $? = 0
+configure:11838: result: yes
+configure:11862: checking for getpagesize
+configure:11862: result: yes
+configure:11871: checking for working mmap
+configure:12028: result: yes
+configure:12039: checking for stdlib.h
+configure:12039: result: yes
+configure:12049: checking for GNU libc compatible realloc
+configure:12073: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12073: $? = 0
+configure:12073: ./conftest
+configure:12073: $? = 0
+configure:12083: result: yes
+configure:12107: checking for __argz_count
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for __argz_next
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for __argz_stringify
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for atexit
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for clock_gettime
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for floor
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:164:6: warning: conflicting types for built-in function 'floor'
  char floor ();
       ^
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for memset
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-conftest.c:66:6: warning: conflicting types for built-in function 'memset'
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for getcwd
+configure:12107: result: yes
+configure:12107: checking for localeconv
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for mblen
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for mbrlen
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for memchr
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:169:6: warning: conflicting types for built-in function 'memchr'
+ char memchr ();
+      ^
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for mempcpy
+configure:12107: result: yes
+configure:12107: checking for memset
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:171:6: warning: conflicting types for built-in function 'memset'
  char memset ();
       ^
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for socket
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for sqrt
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-conftest.c:68:6: warning: conflicting types for built-in function 'sqrt'
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for munmap
+configure:12107: result: yes
+configure:12107: checking for nl_langinfo
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for setlocale
+configure:12107: result: yes
+configure:12107: checking for socket
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for sqrt
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:176:6: warning: conflicting types for built-in function 'sqrt'
  char sqrt ();
       ^
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for strchr
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-conftest.c:69:6: warning: conflicting types for built-in function 'strchr'
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for stpcpy
+configure:12107: result: yes
+configure:12107: checking for strcasecmp
+configure:12107: result: yes
+configure:12107: checking for strchr
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:179:6: warning: conflicting types for built-in function 'strchr'
  char strchr ();
       ^
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for strtol
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18774: checking for strtoul
-configure:18774: gcc -o conftest -g -O2   conftest.c -lrt -lm -lgmp  >&5
-configure:18774: $? = 0
-configure:18774: result: yes
-configure:18892: checking that generated files are newer than configure
-configure:18898: result: done
-configure:18929: creating ./config.status
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for strcspn
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:180:6: warning: conflicting types for built-in function 'strcspn'
+ char strcspn ();
+      ^
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for strdup
+configure:12107: result: yes
+configure:12107: checking for strstr
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+conftest.c:182:6: warning: conflicting types for built-in function 'strstr'
+ char strstr ();
+      ^
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for strtol
+configure:12107: gcc -o conftest -g -O2   conftest.c -lrt -lm -ldl  >&5
+configure:12107: $? = 0
+configure:12107: result: yes
+configure:12107: checking for strtoul
+configure:12107: result: yes
+configure:12228: checking that generated files are newer than configure
+configure:12234: result: done
+configure:12257: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by ags config.status 0.4.2, which was
+generated by GNU Autoconf 2.69.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on Device-D997DF
+
+config.status:1089: creating Makefile
+config.status:1089: creating config.h
+config.status:1270: config.h is unchanged
+config.status:1318: executing depfiles commands
+config.status:1318: executing po-directories commands
 
 ## ---------------- ##
 ## Cache variables. ##
@@ -992,14 +2335,14 @@ configure:18929: creating ./config.status
 
 ac_cv_build=x86_64-unknown-linux-gnu
 ac_cv_c_compiler_gnu=yes
-ac_cv_c_const=yes
-ac_cv_cxx_compiler_gnu=yes
+ac_cv_c_inline=inline
+ac_cv_c_uint16_t=yes
+ac_cv_c_uint32_t=yes
+ac_cv_c_uint8_t=yes
 ac_cv_env_CAIRO_CFLAGS_set=
 ac_cv_env_CAIRO_CFLAGS_value=
 ac_cv_env_CAIRO_LIBS_set=
 ac_cv_env_CAIRO_LIBS_value=
-ac_cv_env_CCC_set=
-ac_cv_env_CCC_value=
 ac_cv_env_CC_set=
 ac_cv_env_CC_value=
 ac_cv_env_CFLAGS_set=
@@ -1008,12 +2351,6 @@ ac_cv_env_CPPFLAGS_set=
 ac_cv_env_CPPFLAGS_value=
 ac_cv_env_CPP_set=
 ac_cv_env_CPP_value=
-ac_cv_env_CXXCPP_set=
-ac_cv_env_CXXCPP_value=
-ac_cv_env_CXXFLAGS_set=
-ac_cv_env_CXXFLAGS_value=
-ac_cv_env_CXX_set=
-ac_cv_env_CXX_value=
 ac_cv_env_GDKPIXBUF_CFLAGS_set=
 ac_cv_env_GDKPIXBUF_CFLAGS_value=
 ac_cv_env_GDKPIXBUF_LIBS_set=
@@ -1049,7 +2386,7 @@ ac_cv_env_LIBXML2_LIBS_value=
 ac_cv_env_PKG_CONFIG_LIBDIR_set=
 ac_cv_env_PKG_CONFIG_LIBDIR_value=
 ac_cv_env_PKG_CONFIG_PATH_set=set
-ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
+ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
 ac_cv_env_PKG_CONFIG_set=
 ac_cv_env_PKG_CONFIG_value=
 ac_cv_env_SNDFILE_CFLAGS_set=
@@ -1068,105 +2405,172 @@ ac_cv_env_host_alias_set=
 ac_cv_env_host_alias_value=
 ac_cv_env_target_alias_set=
 ac_cv_env_target_alias_value=
+ac_cv_func___argz_count=yes
+ac_cv_func___argz_next=yes
+ac_cv_func___argz_stringify=yes
+ac_cv_func___fsetlocking=yes
+ac_cv_func_alloca_works=yes
+ac_cv_func_argz_count=yes
+ac_cv_func_argz_next=yes
+ac_cv_func_argz_stringify=yes
+ac_cv_func_asprintf=yes
 ac_cv_func_atexit=yes
 ac_cv_func_clock_gettime=yes
 ac_cv_func_floor=yes
+ac_cv_func_fwprintf=yes
+ac_cv_func_getcwd=yes
+ac_cv_func_getegid=yes
+ac_cv_func_geteuid=yes
+ac_cv_func_getgid=yes
+ac_cv_func_getpagesize=yes
+ac_cv_func_getuid=yes
+ac_cv_func_localeconv=yes
 ac_cv_func_malloc_0_nonnull=yes
+ac_cv_func_mblen=yes
+ac_cv_func_mbrlen=yes
+ac_cv_func_mbrtowc=yes
+ac_cv_func_memchr=yes
+ac_cv_func_mempcpy=yes
 ac_cv_func_memset=yes
+ac_cv_func_mmap_fixed_mapped=yes
+ac_cv_func_munmap=yes
+ac_cv_func_newlocale=yes
+ac_cv_func_nl_langinfo=yes
+ac_cv_func_putenv=yes
 ac_cv_func_realloc_0_nonnull=yes
+ac_cv_func_setenv=yes
+ac_cv_func_setlocale=yes
+ac_cv_func_snprintf=yes
 ac_cv_func_socket=yes
 ac_cv_func_sqrt=yes
+ac_cv_func_stpcpy=yes
+ac_cv_func_strcasecmp=yes
 ac_cv_func_strchr=yes
+ac_cv_func_strcspn=yes
+ac_cv_func_strdup=yes
+ac_cv_func_strnlen=yes
+ac_cv_func_strstr=yes
 ac_cv_func_strtol=yes
 ac_cv_func_strtoul=yes
+ac_cv_func_symlink=yes
+ac_cv_func_tsearch=yes
+ac_cv_func_uselocale=yes
+ac_cv_func_wcrtomb=yes
+ac_cv_func_wcslen=yes
+ac_cv_func_wcsnlen=yes
+ac_cv_gnu_library_2=yes
+ac_cv_gnu_library_2_1=yes
+ac_cv_have_decl__snprintf=no
+ac_cv_have_decl__snwprintf=no
+ac_cv_have_decl_feof_unlocked=yes
+ac_cv_have_decl_fgets_unlocked=yes
+ac_cv_have_decl_getc_unlocked=yes
 ac_cv_have_x='have_x=yes	ac_x_includes='\''/usr/X11/include'\''	ac_x_libraries='\''/usr/X11/lib'\'''
-ac_cv_header_dlfcn_h=yes
+ac_cv_header_argz_h=yes
 ac_cv_header_fcntl_h=yes
+ac_cv_header_features_h=yes
+ac_cv_header_float_h=yes
 ac_cv_header_inttypes_h=yes
+ac_cv_header_langinfo_h=yes
 ac_cv_header_libintl_h=yes
+ac_cv_header_limits_h=yes
+ac_cv_header_locale_h=yes
+ac_cv_header_malloc_h=yes
 ac_cv_header_memory_h=yes
+ac_cv_header_minix_config_h=no
 ac_cv_header_netinet_in_h=yes
+ac_cv_header_pthread_h=yes
+ac_cv_header_stdbool_h=yes
 ac_cv_header_stdc=yes
+ac_cv_header_stddef_h=yes
 ac_cv_header_stdint_h=yes
+ac_cv_header_stdio_ext_h=yes
 ac_cv_header_stdlib_h=yes
 ac_cv_header_string_h=yes
 ac_cv_header_strings_h=yes
 ac_cv_header_sys_ioctl_h=yes
+ac_cv_header_sys_param_h=yes
 ac_cv_header_sys_socket_h=yes
 ac_cv_header_sys_stat_h=yes
 ac_cv_header_sys_time_h=yes
 ac_cv_header_sys_types_h=yes
 ac_cv_header_unistd_h=yes
 ac_cv_host=x86_64-unknown-linux-gnu
-ac_cv_lib_gmp_main=yes
+ac_cv_lib_X11_main=no
+ac_cv_lib_dl_main=yes
 ac_cv_lib_m_main=yes
 ac_cv_lib_rt_main=yes
 ac_cv_objext=o
 ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_FGREP='/bin/grep -F'
+ac_cv_path_GMSGFMT=/usr/bin/msgfmt
 ac_cv_path_GREP=/bin/grep
+ac_cv_path_MSGFMT=/usr/bin/msgfmt
+ac_cv_path_MSGMERGE=/usr/bin/msgmerge
 ac_cv_path_SED=/bin/sed
+ac_cv_path_XGETTEXT=/usr/bin/xgettext
 ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
 ac_cv_path_install='/usr/bin/install -c'
-ac_cv_path_lt_DD=/bin/dd
 ac_cv_path_mkdir=/bin/mkdir
 ac_cv_prog_AWK=gawk
 ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_CXXCPP='g++ -E'
-ac_cv_prog_ac_ct_AR=ar
+ac_cv_prog_INTLBISON=bison
 ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_ac_ct_CXX=g++
-ac_cv_prog_ac_ct_DLLTOOL=dlltool
-ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
-ac_cv_prog_ac_ct_OBJDUMP=objdump
 ac_cv_prog_ac_ct_RANLIB=ranlib
-ac_cv_prog_ac_ct_STRIP=strip
 ac_cv_prog_cc_c89=
 ac_cv_prog_cc_g=yes
-ac_cv_prog_cxx_g=yes
 ac_cv_prog_make_make_set=yes
+ac_cv_safe_to_define___extensions__=yes
+ac_cv_type__Bool=yes
+ac_cv_type_long_long_int=yes
 ac_cv_type_pid_t=yes
+ac_cv_type_pthread_rwlock_t=yes
+ac_cv_type_ptrdiff_t=yes
 ac_cv_type_size_t=yes
 ac_cv_type_uid_t=yes
+ac_cv_type_unsigned_long_long_int=yes
+ac_cv_working_alloca_h=yes
+acl_cv_hardcode_direct=no
+acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+acl_cv_hardcode_libdir_separator=
+acl_cv_hardcode_minus_L=no
+acl_cv_libext=a
+acl_cv_libname_spec='lib$name'
+acl_cv_library_names_spec='$libname$shrext'
+acl_cv_path_LD=/usr/bin/ld
+acl_cv_prog_gnu_ld=yes
+acl_cv_rpath=done
+acl_cv_shlibext=so
+acl_cv_wl=-Wl,
 am_cv_CC_dependencies_compiler_type=gcc3
-am_cv_CXX_dependencies_compiler_type=gcc3
+am_cv_func_iconv=yes
+am_cv_func_iconv_works=yes
+am_cv_langinfo_codeset=yes
+am_cv_lib_iconv=no
 am_cv_make_support_nested_variables=yes
 am_cv_prog_cc_c_o=yes
-am_cv_prog_cc_stdc=
-lt_cv_ar_at_file=@
-lt_cv_archive_cmds_need_lc=no
-lt_cv_deplibs_check_method=pass_all
-lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_ld_reload_flag=-r
-lt_cv_nm_interface='BSD nm'
-lt_cv_objdir=.libs
-lt_cv_path_LD=/usr/bin/ld
-lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_path_mainfest_tool=no
-lt_cv_prog_compiler_c_o=yes
-lt_cv_prog_compiler_c_o_CXX=yes
-lt_cv_prog_compiler_pic='-fPIC -DPIC'
-lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
-lt_cv_prog_compiler_pic_works=yes
-lt_cv_prog_compiler_pic_works_CXX=yes
-lt_cv_prog_compiler_rtti_exceptions=no
-lt_cv_prog_compiler_static_works=yes
-lt_cv_prog_compiler_static_works_CXX=yes
-lt_cv_prog_gnu_ld=yes
-lt_cv_prog_gnu_ldcxx=yes
-lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
-lt_cv_shlibpath_overrides_runpath=no
-lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
-lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
-lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
-lt_cv_sys_global_symbol_to_import=
-lt_cv_sys_max_cmd_len=1572864
-lt_cv_to_host_file_cmd=func_convert_file_noop
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
+am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
+am_cv_proto_iconv_arg1=
+gl_cv_cc_vis_werror=yes
+gl_cv_cc_visibility=yes
+gl_cv_have_weak=yes
+gl_cv_header_inttypes_h=yes
+gl_cv_header_stdint_h=yes
+gl_cv_header_working_fcntl_h=yes
+gl_cv_size_max=yes
+gt_cv_c_intmax_t=yes
+gt_cv_c_wchar_t=yes
+gt_cv_c_wint_t=yes
+gt_cv_func_CFLocaleCopyCurrent=no
+gt_cv_func_CFPreferencesCopyAppValue=no
+gt_cv_func_gnugettext1_libc=yes
+gt_cv_func_printf_posix=yes
+gt_cv_int_divbyzero_sigfpe=yes
+gt_cv_inttypes_pri_broken=no
+gt_cv_val_LC_MESSAGES=yes
+nls_cv_force_use_gnu_gettext=no
+nls_cv_header_intl=
+nls_cv_header_libgt=
+nls_cv_use_gnu_gettext=no
 pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include '
 pkg_cv_CAIRO_LIBS='-lcairo '
 pkg_cv_GDKPIXBUF_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
@@ -1192,7 +2596,8 @@ pkg_cv_UUID_LIBS='-luuid '
 ## Output variables. ##
 ## ----------------- ##
 
-ACLOCAL='${SHELL} /usr/src/ags-devel/missing aclocal-1.14'
+ACLOCAL='${SHELL} /home/minos/ags-0_4_2-42/missing aclocal-1.14'
+ALLOCA=''
 AMDEPBACKSLASH='\'
 AMDEP_FALSE='#'
 AMDEP_TRUE=''
@@ -1201,103 +2606,126 @@ AM_BACKSLASH='\'
 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 AM_DEFAULT_VERBOSITY='1'
 AM_V='$(V)'
-AR='ar'
-AS='as'
-AUTOCONF='${SHELL} /usr/src/ags-devel/missing autoconf'
-AUTOHEADER='${SHELL} /usr/src/ags-devel/missing autoheader'
-AUTOMAKE='${SHELL} /usr/src/ags-devel/missing automake-1.14'
+AUTOCONF='${SHELL} /home/minos/ags-0_4_2-42/missing autoconf'
+AUTOHEADER='${SHELL} /home/minos/ags-0_4_2-42/missing autoheader'
+AUTOMAKE='${SHELL} /home/minos/ags-0_4_2-42/missing automake-1.14'
 AWK='gawk'
+BUILD_INCLUDED_LIBINTL='no'
 CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include '
 CAIRO_LIBS='-lcairo '
+CATOBJEXT='.gmo'
 CC='gcc'
 CCDEPMODE='depmode=gcc3'
 CFLAGS='-g -O2'
+CFLAG_VISIBILITY='-fvisibility=hidden'
 CPP='gcc -E'
 CPPFLAGS=''
-CXX='g++'
-CXXCPP='g++ -E'
-CXXDEPMODE='depmode=gcc3'
-CXXFLAGS='-g -O2'
 CYGPATH_W='echo'
+DATADIRNAME='share'
 DEFS='-DHAVE_CONFIG_H'
 DEPDIR='.deps'
-DLLTOOL='dlltool'
-DSYMUTIL=''
-DUMPBIN=''
 ECHO_C=''
 ECHO_N='-n'
 ECHO_T=''
 EGREP='/bin/grep -E'
 EXEEXT=''
-FGREP='/bin/grep -F'
 GDKPIXBUF_CFLAGS='-pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 GDKPIXBUF_LIBS='-lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
+GENCAT='gencat'
+GETTEXT_MACRO_VERSION='0.19'
+GLIBC21='yes'
+GLIBC2='yes'
+GMSGFMT='/usr/bin/msgfmt'
+GMSGFMT_015='/usr/bin/msgfmt'
 GOBJECT_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 GOBJECT_LIBS='-lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 '
 GREP='/bin/grep'
 GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include '
 GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype '
+HAVE_ASPRINTF='1'
+HAVE_NEWLOCALE='1'
+HAVE_POSIX_PRINTF='1'
+HAVE_SNPRINTF='1'
+HAVE_VISIBILITY='1'
+HAVE_WPRINTF='0'
 INSTALL_DATA='${INSTALL} -m 644'
 INSTALL_PROGRAM='${INSTALL}'
 INSTALL_SCRIPT='${INSTALL}'
 INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
-LD='/usr/bin/ld -m elf_x86_64'
+INSTOBJEXT='.mo'
+INTLBISON='bison'
+INTLLIBS=''
+INTLOBJS=''
+INTL_DEFAULT_VERBOSITY='1'
+INTL_LIBTOOL_SUFFIX_PREFIX=''
+INTL_MACOSX_LIBS=''
 LDFLAGS=''
 LIBAO_CFLAGS=''
 LIBAO_LIBS='-lao '
 LIBASOUND2_CFLAGS='-I/usr/include/alsa '
 LIBASOUND2_LIBS='-lasound '
+LIBICONV=''
 LIBINSTPATCH_CFLAGS='-I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
 LIBINSTPATCH_LIBS='-linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile '
+LIBINTL=''
+LIBMULTITHREAD='-pthread'
 LIBOBJS=''
-LIBS='-lrt -lm -lgmp '
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBPTH=''
+LIBPTH_PREFIX=''
+LIBS='-lrt -lm -ldl '
+LIBTHREAD=''
 LIBXML2_CFLAGS='-I/usr/include/libxml2 '
 LIBXML2_LIBS='-lxml2 '
-LIPO=''
-LN_S='ln -s'
+LTLIBC='-lc'
+LTLIBICONV=''
+LTLIBINTL=''
+LTLIBMULTITHREAD='-pthread'
 LTLIBOBJS=''
-MAKEINFO='${SHELL} /usr/src/ags-devel/missing makeinfo'
-MANIFEST_TOOL=':'
+LTLIBPTH=''
+LTLIBTHREAD=''
+MAKEINFO='${SHELL} /home/minos/ags-0_4_2-42/missing makeinfo'
 MKDIR_P='/bin/mkdir -p'
-NM='/usr/bin/nm -B'
-NMEDIT=''
-OBJDUMP='objdump'
+MSGFMT='/usr/bin/msgfmt'
+MSGFMT_015='/usr/bin/msgfmt'
+MSGMERGE='/usr/bin/msgmerge'
 OBJEXT='o'
-OTOOL64=''
-OTOOL=''
-PACKAGE='gsequencer'
+PACKAGE='ags'
 PACKAGE_BUGREPORT='weedlight at gmail.com'
-PACKAGE_NAME='gsequencer'
-PACKAGE_STRING='gsequencer 0.4.3'
-PACKAGE_TARNAME='gsequencer'
+PACKAGE_NAME='ags'
+PACKAGE_STRING='ags 0.4.2'
+PACKAGE_TARNAME='ags'
 PACKAGE_URL=''
-PACKAGE_VERSION='0.4.3'
+PACKAGE_VERSION='0.4.2'
 PATH_SEPARATOR=':'
 PKG_CONFIG='/usr/bin/pkg-config'
 PKG_CONFIG_LIBDIR=''
-PKG_CONFIG_PATH='/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig'
+PKG_CONFIG_PATH='/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig'
+POSUB='po'
+PRI_MACROS_BROKEN='0'
 RANLIB='ranlib'
 SED='/bin/sed'
 SET_MAKE=''
 SHELL='/bin/sh'
 SNDFILE_CFLAGS=''
 SNDFILE_LIBS='-lsndfile '
-STRIP='strip'
+STRIP=''
+USE_INCLUDED_LIBINTL='no'
+USE_NLS='yes'
 UUID_CFLAGS='-I/usr/include/uuid '
 UUID_LIBS='-luuid '
-VERSION='0.4.3'
+VERSION='0.4.2'
+WINDRES=''
+WOE32='no'
+WOE32DLL='no'
+XGETTEXT='/usr/bin/xgettext'
+XGETTEXT_015='/usr/bin/xgettext'
+XGETTEXT_EXTRA_OPTIONS=''
 XMKMF=''
-ac_ct_AR='ar'
 ac_ct_CC='gcc'
-ac_ct_CXX='g++'
-ac_ct_DUMPBIN=''
 am__EXEEXT_FALSE=''
 am__EXEEXT_TRUE='#'
 am__fastdepCC_FALSE='#'
 am__fastdepCC_TRUE=''
-am__fastdepCXX_FALSE='#'
-am__fastdepCXX_TRUE=''
 am__include='include'
 am__isrc=''
 am__leading_dot='.'
@@ -1324,7 +2752,7 @@ host_vendor='unknown'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
-install_sh='${SHELL} /usr/src/ags-devel/install-sh'
+install_sh='${SHELL} /home/minos/ags-0_4_2-42/install-sh'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localedir='${datarootdir}/locale'
@@ -1338,7 +2766,6 @@ program_transform_name='s,x,x,'
 psdir='${docdir}'
 sbindir='${exec_prefix}/sbin'
 sharedstatedir='${prefix}/com'
-subdirs=' po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget'
 sysconfdir='${prefix}/etc'
 target_alias=''
 
@@ -1347,14 +2774,17 @@ target_alias=''
 ## ----------- ##
 
 /* confdefs.h */
-#define PACKAGE_NAME "gsequencer"
-#define PACKAGE_TARNAME "gsequencer"
-#define PACKAGE_VERSION "0.4.3"
-#define PACKAGE_STRING "gsequencer 0.4.3"
+#define PACKAGE_NAME "ags"
+#define PACKAGE_TARNAME "ags"
+#define PACKAGE_VERSION "0.4.2"
+#define PACKAGE_STRING "ags 0.4.2"
 #define PACKAGE_BUGREPORT "weedlight at gmail.com"
 #define PACKAGE_URL ""
-#define PACKAGE "gsequencer"
-#define VERSION "0.4.3"
+#define PACKAGE "ags"
+#define VERSION "0.4.2"
+#define HAVE_LIBDL 1
+#define HAVE_LIBM 1
+#define HAVE_LIBRT 1
 #define STDC_HEADERS 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
@@ -1365,289 +2795,143 @@ target_alias=''
 #define HAVE_INTTYPES_H 1
 #define HAVE_STDINT_H 1
 #define HAVE_UNISTD_H 1
-#define HAVE_DLFCN_H 1
-#define LT_OBJDIR ".libs/"
-#define HAVE_LIBGMP 1
-#define HAVE_LIBM 1
-#define HAVE_LIBRT 1
+#define HAVE_ALLOCA_H 1
+#define HAVE_ALLOCA 1
+#define HAVE_ARGZ_H 1
 #define HAVE_FCNTL_H 1
+#define HAVE_FLOAT_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_LANGINFO_H 1
 #define HAVE_LIBINTL_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_LOCALE_H 1
+#define HAVE_MALLOC_H 1
 #define HAVE_NETINET_IN_H 1
+#define HAVE_STDDEF_H 1
 #define HAVE_STDINT_H 1
+#define HAVE_STDIO_EXT_H 1
 #define HAVE_STDLIB_H 1
 #define HAVE_STRING_H 1
 #define HAVE_SYS_IOCTL_H 1
+#define HAVE_SYS_PARAM_H 1
 #define HAVE_SYS_SOCKET_H 1
 #define HAVE_SYS_TIME_H 1
 #define HAVE_UNISTD_H 1
+#define HAVE__BOOL 1
+#define HAVE_PTRDIFF_T 1
+#define HAVE_VISIBILITY 1
+#define HAVE_STDINT_H_WITH_UINTMAX 1
+#define HAVE_STDLIB_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_GETPAGESIZE 1
+#define HAVE_MMAP 1
+#define INTDIV0_RAISES_SIGFPE 1
+#define HAVE_INTTYPES_H_WITH_UINTMAX 1
+#define HAVE_UNSIGNED_LONG_LONG_INT 1
+#define HAVE_UINTMAX_T 1
+#define HAVE_INTTYPES_H 1
+#define __EXTENSIONS__ 1
+#define _ALL_SOURCE 1
+#define _GNU_SOURCE 1
+#define _POSIX_PTHREAD_SEMANTICS 1
+#define _TANDEM_SOURCE 1
+#define USE_POSIX_THREADS 1
+#define USE_POSIX_THREADS_WEAK 1
+#define HAVE_PTHREAD_RWLOCK 1
+#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
+#define HAVE_ICONV 1
+#define ICONV_CONST 
+#define HAVE_BUILTIN_EXPECT 1
+#define HAVE_ARGZ_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_PARAM_H 1
+#define HAVE_GETCWD 1
+#define HAVE_GETEGID 1
+#define HAVE_GETEUID 1
+#define HAVE_GETGID 1
+#define HAVE_GETUID 1
+#define HAVE_MEMPCPY 1
+#define HAVE_MUNMAP 1
+#define HAVE_STPCPY 1
+#define HAVE_STRCASECMP 1
+#define HAVE_STRDUP 1
+#define HAVE_STRTOUL 1
+#define HAVE_TSEARCH 1
+#define HAVE_USELOCALE 1
+#define HAVE_ARGZ_COUNT 1
+#define HAVE_ARGZ_STRINGIFY 1
+#define HAVE_ARGZ_NEXT 1
+#define HAVE___FSETLOCKING 1
+#define HAVE_DECL_FEOF_UNLOCKED 1
+#define HAVE_DECL_FGETS_UNLOCKED 1
+#define HAVE_LONG_LONG_INT 1
+#define HAVE_WCHAR_T 1
+#define HAVE_WINT_T 1
+#define HAVE_INTMAX_T 1
+#define HAVE_POSIX_PRINTF 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_SYMLINK 1
+#define HAVE_WORKING_O_NOATIME 1
+#define HAVE_WORKING_O_NOFOLLOW 1
+#define HAVE_FEATURES_H 1
+#define HAVE_STDDEF_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_ASPRINTF 1
+#define HAVE_FWPRINTF 1
+#define HAVE_NEWLOCALE 1
+#define HAVE_PUTENV 1
+#define HAVE_SETENV 1
+#define HAVE_SETLOCALE 1
+#define HAVE_SNPRINTF 1
+#define HAVE_STRNLEN 1
+#define HAVE_WCSLEN 1
+#define HAVE_WCSNLEN 1
+#define HAVE_MBRTOWC 1
+#define HAVE_WCRTOMB 1
+#define HAVE_DECL__SNPRINTF 0
+#define HAVE_DECL__SNWPRINTF 0
+#define HAVE_DECL_GETC_UNLOCKED 1
+#define HAVE_LANGINFO_CODESET 1
+#define HAVE_LC_MESSAGES 1
+#define ENABLE_NLS 1
+#define HAVE_GETTEXT 1
+#define HAVE_DCGETTEXT 1
 #define HAVE_STDLIB_H 1
 #define HAVE_MALLOC 1
+#define HAVE_GETPAGESIZE 1
+#define HAVE_MMAP 1
 #define HAVE_STDLIB_H 1
 #define HAVE_REALLOC 1
+#define HAVE___ARGZ_COUNT 1
+#define HAVE___ARGZ_NEXT 1
+#define HAVE___ARGZ_STRINGIFY 1
 #define HAVE_ATEXIT 1
 #define HAVE_CLOCK_GETTIME 1
 #define HAVE_FLOOR 1
+#define HAVE_GETCWD 1
+#define HAVE_LOCALECONV 1
+#define HAVE_MBLEN 1
+#define HAVE_MBRLEN 1
+#define HAVE_MEMCHR 1
+#define HAVE_MEMPCPY 1
 #define HAVE_MEMSET 1
+#define HAVE_MUNMAP 1
+#define HAVE_NL_LANGINFO 1
+#define HAVE_SETLOCALE 1
 #define HAVE_SOCKET 1
 #define HAVE_SQRT 1
+#define HAVE_STPCPY 1
+#define HAVE_STRCASECMP 1
 #define HAVE_STRCHR 1
+#define HAVE_STRCSPN 1
+#define HAVE_STRDUP 1
+#define HAVE_STRSTR 1
 #define HAVE_STRTOL 1
 #define HAVE_STRTOUL 1
 
 configure: exit 0
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1222: creating po/Makefile
-config.status:1222: creating doc/Makefile
-config.status:1222: creating src/ags/Makefile
-config.status:1222: creating src/ags/X/Makefile
-config.status:1222: creating src/ags/X/editor/Makefile
-config.status:1222: creating src/ags/X/machine/Makefile
-config.status:1222: creating src/ags/audio/Makefile
-config.status:1222: creating src/ags/audio/file/Makefile
-config.status:1222: creating src/ags/audio/recall/Makefile
-config.status:1222: creating src/ags/audio/task/Makefile
-config.status:1222: creating src/ags/audio/task/recall/Makefile
-config.status:1222: creating src/ags/file/Makefile
-config.status:1222: creating src/ags/lib/Makefile
-config.status:1222: creating src/ags/object/Makefile
-config.status:1222: creating src/ags/plugin/Makefile
-config.status:1222: creating src/ags/server/Makefile
-config.status:1222: creating src/ags/thread/Makefile
-config.status:1222: creating src/ags/util/Makefile
-config.status:1222: creating src/ags/widget/Makefile
-config.status:1222: creating config.h
-config.status:1403: config.h is unchanged
-config.status:1451: executing depfiles commands
-config.status:1451: executing libtool commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status config.h
-
-on Device-03036C
-
-config.status:1222: creating config.h
-config.status:1403: config.h is unchanged
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by gsequencer config.status 0.4.3, which was
-generated by GNU Autoconf 2.69.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status Makefile depfiles
-
-on Device-03036C
-
-config.status:1222: creating Makefile
-config.status:1451: executing depfiles commands
diff --git a/config.rpath b/config.rpath
new file mode 100644
index 0000000..c38b914
--- /dev/null
+++ b/config.rpath
@@ -0,0 +1,690 @@
+#! /bin/sh
+# Output a system dependent set of variables, describing how to set the
+# run time search path of shared libraries in an executable.
+#
+#   Copyright 1996-2013 Free Software Foundation, Inc.
+#   Taken from GNU libtool, 2001
+#   Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
+#
+#   This file is free software; the Free Software Foundation gives
+#   unlimited permission to copy and/or distribute it, with or without
+#   modifications, as long as this notice is preserved.
+#
+# The first argument passed to this file is the canonical host specification,
+#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
+# or
+#    CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
+# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
+# should be set by the caller.
+#
+# The set of defined variables is at the end of this script.
+
+# Known limitations:
+# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
+#   than 256 bytes, otherwise the compiler driver will dump core. The only
+#   known workaround is to choose shorter directory names for the build
+#   directory and/or the installation directory.
+
+# All known linkers require a '.a' archive for static linking (except MSVC,
+# which needs '.lib').
+libext=a
+shrext=.so
+
+host="$1"
+host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+# Code taken from libtool.m4's _LT_CC_BASENAME.
+
+for cc_temp in $CC""; do
+  case $cc_temp in
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
+    \-*) ;;
+    *) break;;
+  esac
+done
+cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
+
+# Code taken from libtool.m4's _LT_COMPILER_PIC.
+
+wl=
+if test "$GCC" = yes; then
+  wl='-Wl,'
+else
+  case "$host_os" in
+    aix*)
+      wl='-Wl,'
+      ;;
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
+      ;;
+    hpux9* | hpux10* | hpux11*)
+      wl='-Wl,'
+      ;;
+    irix5* | irix6* | nonstopux*)
+      wl='-Wl,'
+      ;;
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      case $cc_basename in
+        ecc*)
+          wl='-Wl,'
+          ;;
+        icc* | ifort*)
+          wl='-Wl,'
+          ;;
+        lf95*)
+          wl='-Wl,'
+          ;;
+        nagfor*)
+          wl='-Wl,-Wl,,'
+          ;;
+        pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
+          wl='-Wl,'
+          ;;
+        ccc*)
+          wl='-Wl,'
+          ;;
+        xl* | bgxl* | bgf* | mpixl*)
+          wl='-Wl,'
+          ;;
+        como)
+          wl='-lopt='
+          ;;
+        *)
+          case `$CC -V 2>&1 | sed 5q` in
+            *Sun\ F* | *Sun*Fortran*)
+              wl=
+              ;;
+            *Sun\ C*)
+              wl='-Wl,'
+              ;;
+          esac
+          ;;
+      esac
+      ;;
+    newsos6)
+      ;;
+    *nto* | *qnx*)
+      ;;
+    osf3* | osf4* | osf5*)
+      wl='-Wl,'
+      ;;
+    rdos*)
+      ;;
+    solaris*)
+      case $cc_basename in
+        f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
+          wl='-Qoption ld '
+          ;;
+        *)
+          wl='-Wl,'
+          ;;
+      esac
+      ;;
+    sunos4*)
+      wl='-Qoption ld '
+      ;;
+    sysv4 | sysv4.2uw2* | sysv4.3*)
+      wl='-Wl,'
+      ;;
+    sysv4*MP*)
+      ;;
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
+      wl='-Wl,'
+      ;;
+    unicos*)
+      wl='-Wl,'
+      ;;
+    uts4*)
+      ;;
+  esac
+fi
+
+# Code taken from libtool.m4's _LT_LINKER_SHLIBS.
+
+hardcode_libdir_flag_spec=
+hardcode_libdir_separator=
+hardcode_direct=no
+hardcode_minus_L=no
+
+case "$host_os" in
+  cygwin* | mingw* | pw32* | cegcc*)
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
+    # When not using gcc, we currently assume that we are using
+    # Microsoft Visual C++.
+    if test "$GCC" != yes; then
+      with_gnu_ld=no
+    fi
+    ;;
+  interix*)
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
+    with_gnu_ld=yes
+    ;;
+  openbsd*)
+    with_gnu_ld=no
+    ;;
+esac
+
+ld_shlibs=yes
+if test "$with_gnu_ld" = yes; then
+  # Set some defaults for GNU ld with shared library support. These
+  # are reset later if shared libraries are not supported. Putting them
+  # here allows them to be overridden if necessary.
+  # Unlike libtool, we use -rpath here, not --rpath, since the documented
+  # option of GNU ld is called -rpath, not --rpath.
+  hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+  case "$host_os" in
+    aix[3-9]*)
+      # On AIX/PPC, the GNU linker is very broken
+      if test "$host_cpu" != ia64; then
+        ld_shlibs=no
+      fi
+      ;;
+    amigaos*)
+      case "$host_cpu" in
+        powerpc)
+          ;;
+        m68k)
+          hardcode_libdir_flag_spec='-L$libdir'
+          hardcode_minus_L=yes
+          ;;
+      esac
+      ;;
+    beos*)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    cygwin* | mingw* | pw32* | cegcc*)
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      hardcode_libdir_flag_spec='-L$libdir'
+      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    haiku*)
+      ;;
+    interix[3-9]*)
+      hardcode_direct=no
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+      ;;
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    netbsd*)
+      ;;
+    solaris*)
+      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
+        ld_shlibs=no
+      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
+      case `$LD -v 2>&1` in
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
+          ld_shlibs=no
+          ;;
+        *)
+          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
+          else
+            ld_shlibs=no
+          fi
+          ;;
+      esac
+      ;;
+    sunos4*)
+      hardcode_direct=yes
+      ;;
+    *)
+      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+  esac
+  if test "$ld_shlibs" = no; then
+    hardcode_libdir_flag_spec=
+  fi
+else
+  case "$host_os" in
+    aix3*)
+      # Note: this linker hardcodes the directories in LIBPATH if there
+      # are no directories specified by -L.
+      hardcode_minus_L=yes
+      if test "$GCC" = yes; then
+        # Neither direct hardcoding nor static linking is supported with a
+        # broken collect2.
+        hardcode_direct=unsupported
+      fi
+      ;;
+    aix[4-9]*)
+      if test "$host_cpu" = ia64; then
+        # On IA64, the linker does run time linking by default, so we don't
+        # have to do anything special.
+        aix_use_runtimelinking=no
+      else
+        aix_use_runtimelinking=no
+        # Test if we are trying to use run time linking or normal
+        # AIX style linking. If -brtl is somewhere in LDFLAGS, we
+        # need to do runtime linking.
+        case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
+          for ld_flag in $LDFLAGS; do
+            if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
+              aix_use_runtimelinking=yes
+              break
+            fi
+          done
+          ;;
+        esac
+      fi
+      hardcode_direct=yes
+      hardcode_libdir_separator=':'
+      if test "$GCC" = yes; then
+        case $host_os in aix4.[012]|aix4.[012].*)
+          collect2name=`${CC} -print-prog-name=collect2`
+          if test -f "$collect2name" && \
+            strings "$collect2name" | grep resolve_lib_name >/dev/null
+          then
+            # We have reworked collect2
+            :
+          else
+            # We have old collect2
+            hardcode_direct=unsupported
+            hardcode_minus_L=yes
+            hardcode_libdir_flag_spec='-L$libdir'
+            hardcode_libdir_separator=
+          fi
+          ;;
+        esac
+      fi
+      # Begin _LT_AC_SYS_LIBPATH_AIX.
+      echo 'int main () { return 0; }' > conftest.c
+      ${CC} ${LDFLAGS} conftest.c -o conftest
+      aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
+}'`
+      if test -z "$aix_libpath"; then
+        aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
+}'`
+      fi
+      if test -z "$aix_libpath"; then
+        aix_libpath="/usr/lib:/lib"
+      fi
+      rm -f conftest.c conftest
+      # End _LT_AC_SYS_LIBPATH_AIX.
+      if test "$aix_use_runtimelinking" = yes; then
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+      else
+        if test "$host_cpu" = ia64; then
+          hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
+        else
+          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
+        fi
+      fi
+      ;;
+    amigaos*)
+      case "$host_cpu" in
+        powerpc)
+          ;;
+        m68k)
+          hardcode_libdir_flag_spec='-L$libdir'
+          hardcode_minus_L=yes
+          ;;
+      esac
+      ;;
+    bsdi[45]*)
+      ;;
+    cygwin* | mingw* | pw32* | cegcc*)
+      # When not using gcc, we currently assume that we are using
+      # Microsoft Visual C++.
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
+      # no search path for DLLs.
+      hardcode_libdir_flag_spec=' '
+      libext=lib
+      ;;
+    darwin* | rhapsody*)
+      hardcode_direct=no
+      if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then
+        :
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    dgux*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      ;;
+    freebsd2.2*)
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      ;;
+    freebsd2*)
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      ;;
+    freebsd* | dragonfly*)
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      ;;
+    hpux9*)
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+      hardcode_libdir_separator=:
+      hardcode_direct=yes
+      # hardcode_minus_L: Not really in the search PATH,
+      # but as the default location of the library.
+      hardcode_minus_L=yes
+      ;;
+    hpux10*)
+      if test "$with_gnu_ld" = no; then
+        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+        hardcode_libdir_separator=:
+        hardcode_direct=yes
+        # hardcode_minus_L: Not really in the search PATH,
+        # but as the default location of the library.
+        hardcode_minus_L=yes
+      fi
+      ;;
+    hpux11*)
+      if test "$with_gnu_ld" = no; then
+        hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
+        hardcode_libdir_separator=:
+        case $host_cpu in
+          hppa*64*|ia64*)
+            hardcode_direct=no
+            ;;
+          *)
+            hardcode_direct=yes
+            # hardcode_minus_L: Not really in the search PATH,
+            # but as the default location of the library.
+            hardcode_minus_L=yes
+            ;;
+        esac
+      fi
+      ;;
+    irix5* | irix6* | nonstopux*)
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      ;;
+    netbsd*)
+      hardcode_libdir_flag_spec='-R$libdir'
+      hardcode_direct=yes
+      ;;
+    newsos6)
+      hardcode_direct=yes
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      ;;
+    *nto* | *qnx*)
+      ;;
+    openbsd*)
+      if test -f /usr/libexec/ld.so; then
+        hardcode_direct=yes
+        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
+          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+        else
+          case "$host_os" in
+            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
+              hardcode_libdir_flag_spec='-R$libdir'
+              ;;
+            *)
+              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+              ;;
+          esac
+        fi
+      else
+        ld_shlibs=no
+      fi
+      ;;
+    os2*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_minus_L=yes
+      ;;
+    osf3*)
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      hardcode_libdir_separator=:
+      ;;
+    osf4* | osf5*)
+      if test "$GCC" = yes; then
+        hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+      else
+        # Both cc and cxx compiler support -rpath directly
+        hardcode_libdir_flag_spec='-rpath $libdir'
+      fi
+      hardcode_libdir_separator=:
+      ;;
+    solaris*)
+      hardcode_libdir_flag_spec='-R$libdir'
+      ;;
+    sunos4*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      hardcode_direct=yes
+      hardcode_minus_L=yes
+      ;;
+    sysv4)
+      case $host_vendor in
+        sni)
+          hardcode_direct=yes # is this really true???
+          ;;
+        siemens)
+          hardcode_direct=no
+          ;;
+        motorola)
+          hardcode_direct=no #Motorola manual says yes, but my tests say they lie
+          ;;
+      esac
+      ;;
+    sysv4.3*)
+      ;;
+    sysv4*MP*)
+      if test -d /usr/nec; then
+        ld_shlibs=yes
+      fi
+      ;;
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
+      ;;
+    sysv5* | sco3.2v5* | sco5v6*)
+      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
+      hardcode_libdir_separator=':'
+      ;;
+    uts4*)
+      hardcode_libdir_flag_spec='-L$libdir'
+      ;;
+    *)
+      ld_shlibs=no
+      ;;
+  esac
+fi
+
+# Check dynamic linker characteristics
+# Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER.
+# Unlike libtool.m4, here we don't care about _all_ names of the library, but
+# only about the one the linker finds when passed -lNAME. This is the last
+# element of library_names_spec in libtool.m4, or possibly two of them if the
+# linker has special search rules.
+library_names_spec=      # the last element of library_names_spec in libtool.m4
+libname_spec='lib$name'
+case "$host_os" in
+  aix3*)
+    library_names_spec='$libname.a'
+    ;;
+  aix[4-9]*)
+    library_names_spec='$libname$shrext'
+    ;;
+  amigaos*)
+    case "$host_cpu" in
+      powerpc*)
+        library_names_spec='$libname$shrext' ;;
+      m68k)
+        library_names_spec='$libname.a' ;;
+    esac
+    ;;
+  beos*)
+    library_names_spec='$libname$shrext'
+    ;;
+  bsdi[45]*)
+    library_names_spec='$libname$shrext'
+    ;;
+  cygwin* | mingw* | pw32* | cegcc*)
+    shrext=.dll
+    library_names_spec='$libname.dll.a $libname.lib'
+    ;;
+  darwin* | rhapsody*)
+    shrext=.dylib
+    library_names_spec='$libname$shrext'
+    ;;
+  dgux*)
+    library_names_spec='$libname$shrext'
+    ;;
+  freebsd* | dragonfly*)
+    case "$host_os" in
+      freebsd[123]*)
+        library_names_spec='$libname$shrext$versuffix' ;;
+      *)
+        library_names_spec='$libname$shrext' ;;
+    esac
+    ;;
+  gnu*)
+    library_names_spec='$libname$shrext'
+    ;;
+  haiku*)
+    library_names_spec='$libname$shrext'
+    ;;
+  hpux9* | hpux10* | hpux11*)
+    case $host_cpu in
+      ia64*)
+        shrext=.so
+        ;;
+      hppa*64*)
+        shrext=.sl
+        ;;
+      *)
+        shrext=.sl
+        ;;
+    esac
+    library_names_spec='$libname$shrext'
+    ;;
+  interix[3-9]*)
+    library_names_spec='$libname$shrext'
+    ;;
+  irix5* | irix6* | nonstopux*)
+    library_names_spec='$libname$shrext'
+    case "$host_os" in
+      irix5* | nonstopux*)
+        libsuff= shlibsuff=
+        ;;
+      *)
+        case $LD in
+          *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;;
+          *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
+          *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;;
+          *) libsuff= shlibsuff= ;;
+        esac
+        ;;
+    esac
+    ;;
+  linux*oldld* | linux*aout* | linux*coff*)
+    ;;
+  linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    library_names_spec='$libname$shrext'
+    ;;
+  knetbsd*-gnu)
+    library_names_spec='$libname$shrext'
+    ;;
+  netbsd*)
+    library_names_spec='$libname$shrext'
+    ;;
+  newsos6)
+    library_names_spec='$libname$shrext'
+    ;;
+  *nto* | *qnx*)
+    library_names_spec='$libname$shrext'
+    ;;
+  openbsd*)
+    library_names_spec='$libname$shrext$versuffix'
+    ;;
+  os2*)
+    libname_spec='$name'
+    shrext=.dll
+    library_names_spec='$libname.a'
+    ;;
+  osf3* | osf4* | osf5*)
+    library_names_spec='$libname$shrext'
+    ;;
+  rdos*)
+    ;;
+  solaris*)
+    library_names_spec='$libname$shrext'
+    ;;
+  sunos4*)
+    library_names_spec='$libname$shrext$versuffix'
+    ;;
+  sysv4 | sysv4.3*)
+    library_names_spec='$libname$shrext'
+    ;;
+  sysv4*MP*)
+    library_names_spec='$libname$shrext'
+    ;;
+  sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
+    library_names_spec='$libname$shrext'
+    ;;
+  tpf*)
+    library_names_spec='$libname$shrext'
+    ;;
+  uts4*)
+    library_names_spec='$libname$shrext'
+    ;;
+esac
+
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
+shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
+escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
+
+LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
+
+# How to pass a linker flag through the compiler.
+wl="$escaped_wl"
+
+# Static library suffix (normally "a").
+libext="$libext"
+
+# Shared library suffix (normally "so").
+shlibext="$shlibext"
+
+# Format of library name prefix.
+libname_spec="$escaped_libname_spec"
+
+# Library names that the linker finds when passed -lNAME.
+library_names_spec="$escaped_library_names_spec"
+
+# Flag to hardcode \$libdir into a binary during linking.
+# This must work even if \$libdir does not exist.
+hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec"
+
+# Whether we need a single -rpath flag with a separated argument.
+hardcode_libdir_separator="$hardcode_libdir_separator"
+
+# Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the
+# resulting binary.
+hardcode_direct="$hardcode_direct"
+
+# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
+# resulting binary.
+hardcode_minus_L="$hardcode_minus_L"
+
+EOF
diff --git a/config.status b/config.status
index ed98ec6..1c54a79 100755
--- a/config.status
+++ b/config.status
@@ -380,7 +380,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gsequencer $as_me 0.4.3, which was
+This file was extended by ags $as_me 0.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -393,9 +393,9 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q`
 "
 
 # Files that config.status was made for.
-config_files=" Makefile po/Makefile doc/Makefile src/ags/Makefile src/ags/X/Makefile src/ags/X/editor/Makefile src/ags/X/machine/Makefile src/ags/audio/Makefile src/ags/audio/file/Makefile src/ags/audio/recall/Makefile src/ags/audio/task/Makefile src/ags/audio/task/recall/Makefile src/ags/file/Makefile src/ags/lib/Makefile src/ags/object/Makefile src/ags/plugin/Makefile src/ags/server/Makefile src/ags/thread/Makefile src/ags/util/Makefile src/ags/widget/Makefile"
+config_files=" Makefile"
 config_headers=" config.h"
-config_commands=" depfiles libtool"
+config_commands=" depfiles po-directories"
 
 ac_cs_usage="\
 \`$as_me' instantiates files and other configuration actions
@@ -427,9 +427,9 @@ $config_commands
 
 Report bugs to <weedlight at gmail.com>."
 
-ac_cs_config="'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig'"
+ac_cs_config="'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig'"
 ac_cs_version="\
-gsequencer config.status 0.4.3
+ags config.status 0.4.2
 configured by ./configure, generated by GNU Autoconf 2.69,
   with options \"$ac_cs_config\"
 
@@ -437,7 +437,7 @@ 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='/usr/src/ags-devel'
+ac_pwd='/home/minos/ags-0_4_2-42'
 srcdir='.'
 INSTALL='/usr/bin/install -c'
 MKDIR_P='/bin/mkdir -p'
@@ -519,7 +519,7 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  set X /bin/sh './configure'  'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig' $ac_configure_extra_args --no-create --no-recursion
+  set X /bin/sh './configure'  'PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig' $ac_configure_extra_args --no-create --no-recursion
   shift
   $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
   CONFIG_SHELL='/bin/sh'
@@ -540,261 +540,12 @@ _ASBOX
 # INIT-COMMANDS
 #
 AMDEP_TRUE="" ac_aux_dir="."
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
-AS='as'
-DLLTOOL='dlltool'
-OBJDUMP='objdump'
-macro_version='2.4.4'
-macro_revision='2.4.4'
-enable_shared='yes'
-enable_static='yes'
-pic_mode='default'
-enable_fast_install='yes'
-shared_archive_member_spec=''
-SHELL='/bin/sh'
-ECHO='printf %s\n'
-PATH_SEPARATOR=':'
-host_alias=''
-host='x86_64-unknown-linux-gnu'
-host_os='linux-gnu'
-build_alias=''
-build='x86_64-unknown-linux-gnu'
-build_os='linux-gnu'
-SED='/bin/sed'
-Xsed='/bin/sed -e 1s/^X//'
-GREP='/bin/grep'
-EGREP='/bin/grep -E'
-FGREP='/bin/grep -F'
-LD='/usr/bin/ld -m elf_x86_64'
-NM='/usr/bin/nm -B'
-LN_S='ln -s'
-max_cmd_len='1572864'
-ac_objext='o'
-exeext=''
-lt_unset='unset'
-lt_SP2NL='tr \040 \012'
-lt_NL2SP='tr \015\012 \040\040'
-lt_cv_to_host_file_cmd='func_convert_file_noop'
-lt_cv_to_tool_file_cmd='func_convert_file_noop'
-reload_flag=' -r'
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-deplibs_check_method='pass_all'
-file_magic_cmd='$MAGIC_CMD'
-file_magic_glob=''
-want_nocaseglob='no'
-sharedlib_from_linklib_cmd='printf %s\n'
-AR='ar'
-AR_FLAGS='cru'
-archiver_list_spec='@'
-STRIP='strip'
-RANLIB='ranlib'
-old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
-old_postuninstall_cmds=''
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
-lock_old_archive_extraction='no'
-CC='gcc'
-CFLAGS='-g -O2'
-compiler='g++'
-GCC='yes'
-lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
-lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
-lt_cv_sys_global_symbol_to_import=''
-lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
-lt_cv_nm_interface='BSD nm'
-nm_file_list_spec='@'
-lt_sysroot=''
-lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
-objdir='.libs'
-MAGIC_CMD='file'
-lt_prog_compiler_no_builtin_flag=' -fno-builtin'
-lt_prog_compiler_pic=' -fPIC -DPIC'
-lt_prog_compiler_wl='-Wl,'
-lt_prog_compiler_static='-static'
-lt_cv_prog_compiler_c_o='yes'
-need_locks='no'
-MANIFEST_TOOL=':'
-DSYMUTIL=''
-NMEDIT=''
-LIPO=''
-OTOOL=''
-OTOOL64=''
-libext='a'
-shrext_cmds='.so'
-extract_expsyms_cmds=''
-archive_cmds_need_lc='no'
-enable_shared_with_static_runtimes='no'
-export_dynamic_flag_spec='$wl--export-dynamic'
-whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-compiler_needs_object='no'
-old_archive_from_new_cmds=''
-old_archive_from_expsyms_cmds=''
-archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-module_cmds=''
-module_expsym_cmds=''
-with_gnu_ld='yes'
-allow_undefined_flag=''
-no_undefined_flag=''
-hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-hardcode_libdir_separator=''
-hardcode_direct='no'
-hardcode_direct_absolute='no'
-hardcode_minus_L='no'
-hardcode_shlibpath_var='unsupported'
-hardcode_automatic='no'
-inherit_rpath='no'
-link_all_deplibs='unknown'
-always_export_symbols='no'
-export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-include_expsyms=''
-prelink_cmds=''
-postlink_cmds=''
-file_list_spec=''
-variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
-need_lib_prefix='no'
-need_version='no'
-version_type='linux'
-runpath_var='LD_RUN_PATH'
-shlibpath_var='LD_LIBRARY_PATH'
-shlibpath_overrides_runpath='no'
-libname_spec='lib$name'
-library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-soname_spec='$libname$release$shared_ext$major'
-install_override_mode=''
-postinstall_cmds=''
-postuninstall_cmds=''
-finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-finish_eval=''
-hardcode_into_libs='yes'
-sys_lib_search_path_spec='/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib64 /lib64 /usr/lib /lib '
-sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/local/lib /opt/lib /usr/X11/lib '
-hardcode_action='immediate'
-enable_dlopen='unknown'
-enable_dlopen_self='unknown'
-enable_dlopen_self_static='unknown'
-old_striplib='strip --strip-debug'
-striplib='strip --strip-unneeded'
-compiler_lib_search_dirs=''
-predep_objects=''
-postdep_objects=''
-predeps=''
-postdeps=''
-compiler_lib_search_path=''
-LD_CXX='/usr/bin/ld -m elf_x86_64'
-reload_flag_CXX=' -r'
-reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
-old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
-compiler_CXX='g++'
-GCC_CXX='yes'
-lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-lt_prog_compiler_pic_CXX=' -fPIC -DPIC'
-lt_prog_compiler_wl_CXX='-Wl,'
-lt_prog_compiler_static_CXX='-static'
-lt_cv_prog_compiler_c_o_CXX='yes'
-archive_cmds_need_lc_CXX='no'
-enable_shared_with_static_runtimes_CXX='no'
-export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-compiler_needs_object_CXX='no'
-old_archive_from_new_cmds_CXX=''
-old_archive_from_expsyms_cmds_CXX=''
-archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-module_cmds_CXX=''
-module_expsym_cmds_CXX=''
-with_gnu_ld_CXX='yes'
-allow_undefined_flag_CXX=''
-no_undefined_flag_CXX=''
-hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-hardcode_libdir_separator_CXX=''
-hardcode_direct_CXX='no'
-hardcode_direct_absolute_CXX='no'
-hardcode_minus_L_CXX='no'
-hardcode_shlibpath_var_CXX='unsupported'
-hardcode_automatic_CXX='no'
-inherit_rpath_CXX='no'
-link_all_deplibs_CXX='unknown'
-always_export_symbols_CXX='no'
-export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-include_expsyms_CXX=''
-prelink_cmds_CXX=''
-postlink_cmds_CXX=''
-file_list_spec_CXX=''
-hardcode_action_CXX='immediate'
-compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..'
-predep_objects_CXX='/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbeginS.o'
-postdep_objects_CXX='/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crtn.o'
-predeps_CXX=''
-postdeps_CXX='-lstdc++ -lm -lgcc_s -lc -lgcc_s'
-compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..'
-
-LTCC='gcc'
-LTCFLAGS='-g -O2'
-compiler='gcc'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
-    case `eval \\$ECHO \\""\\$$var"\\"` in
-    *[\\\`\"\$]*)
-      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_$var=\\\"\$$var\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
-    case `eval \\$ECHO \\""\\$$var"\\"` in
-    *[\\\`\"\$]*)
-      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_$var=\\\"\$$var\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='.'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='gsequencer'
-    VERSION='0.4.3'
-    RM='rm -f'
-    ofile='libtool'
-
-
-
-
+# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''=""'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="%UNSET%"
 
 
 
@@ -803,28 +554,9 @@ for ac_config_target in $ac_config_targets
 do
   case $ac_config_target in
     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "src/ags/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/Makefile" ;;
-    "src/ags/X/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/Makefile" ;;
-    "src/ags/X/editor/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/editor/Makefile" ;;
-    "src/ags/X/machine/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/machine/Makefile" ;;
-    "src/ags/audio/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/Makefile" ;;
-    "src/ags/audio/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/file/Makefile" ;;
-    "src/ags/audio/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/recall/Makefile" ;;
-    "src/ags/audio/task/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/Makefile" ;;
-    "src/ags/audio/task/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/recall/Makefile" ;;
-    "src/ags/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/file/Makefile" ;;
-    "src/ags/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/lib/Makefile" ;;
-    "src/ags/object/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/object/Makefile" ;;
-    "src/ags/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/plugin/Makefile" ;;
-    "src/ags/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/server/Makefile" ;;
-    "src/ags/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/thread/Makefile" ;;
-    "src/ags/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/util/Makefile" ;;
-    "src/ags/widget/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/widget/Makefile" ;;
     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
+    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac
@@ -894,6 +626,64 @@ S["am__EXEEXT_FALSE"]=""
 S["am__EXEEXT_TRUE"]="#"
 S["LTLIBOBJS"]=""
 S["LIBOBJS"]=""
+S["POSUB"]="po"
+S["LTLIBINTL"]=""
+S["LIBINTL"]=""
+S["INTLLIBS"]=""
+S["INTL_LIBTOOL_SUFFIX_PREFIX"]=""
+S["INTLOBJS"]=""
+S["GENCAT"]="gencat"
+S["INSTOBJEXT"]=".mo"
+S["DATADIRNAME"]="share"
+S["CATOBJEXT"]=".gmo"
+S["USE_INCLUDED_LIBINTL"]="no"
+S["BUILD_INCLUDED_LIBINTL"]="no"
+S["LTLIBC"]="-lc"
+S["WINDRES"]=""
+S["WOE32"]="no"
+S["WOE32DLL"]="no"
+S["HAVE_WPRINTF"]="0"
+S["HAVE_NEWLOCALE"]="1"
+S["HAVE_SNPRINTF"]="1"
+S["HAVE_ASPRINTF"]="1"
+S["HAVE_POSIX_PRINTF"]="1"
+S["INTL_DEFAULT_VERBOSITY"]="1"
+S["INTL_MACOSX_LIBS"]=""
+S["GLIBC21"]="yes"
+S["INTLBISON"]="bison"
+S["LTLIBICONV"]=""
+S["LIBICONV"]=""
+S["LTLIBMULTITHREAD"]="-pthread"
+S["LIBMULTITHREAD"]="-pthread"
+S["LTLIBTHREAD"]=""
+S["LIBTHREAD"]=""
+S["LIBPTH_PREFIX"]=""
+S["LTLIBPTH"]=""
+S["LIBPTH"]=""
+S["PRI_MACROS_BROKEN"]="0"
+S["HAVE_VISIBILITY"]="1"
+S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
+S["RANLIB"]="ranlib"
+S["GLIBC2"]="yes"
+S["host_os"]="linux-gnu"
+S["host_vendor"]="unknown"
+S["host_cpu"]="x86_64"
+S["host"]="x86_64-unknown-linux-gnu"
+S["build_os"]="linux-gnu"
+S["build_vendor"]="unknown"
+S["build_cpu"]="x86_64"
+S["build"]="x86_64-unknown-linux-gnu"
+S["XGETTEXT_EXTRA_OPTIONS"]=""
+S["MSGMERGE"]="/usr/bin/msgmerge"
+S["XGETTEXT_015"]="/usr/bin/xgettext"
+S["XGETTEXT"]="/usr/bin/xgettext"
+S["GMSGFMT_015"]="/usr/bin/msgfmt"
+S["MSGFMT_015"]="/usr/bin/msgfmt"
+S["GMSGFMT"]="/usr/bin/msgfmt"
+S["MSGFMT"]="/usr/bin/msgfmt"
+S["GETTEXT_MACRO_VERSION"]="0.19"
+S["USE_NLS"]="yes"
+S["SED"]="/bin/sed"
 S["GTK_LIBS"]="-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfont"\
 "config -lfreetype "
 S["GTK_CFLAGS"]="-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixma"\
@@ -920,50 +710,16 @@ S["LIBAO_CFLAGS"]=""
 S["UUID_LIBS"]="-luuid "
 S["UUID_CFLAGS"]="-I/usr/include/uuid "
 S["PKG_CONFIG_LIBDIR"]=""
-S["PKG_CONFIG_PATH"]="/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig"
+S["PKG_CONFIG_PATH"]="/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig"
 S["PKG_CONFIG"]="/usr/bin/pkg-config"
-S["XMKMF"]=""
-S["CXXCPP"]="g++ -E"
-S["OTOOL64"]=""
-S["OTOOL"]=""
-S["LIPO"]=""
-S["NMEDIT"]=""
-S["DSYMUTIL"]=""
-S["MANIFEST_TOOL"]=":"
-S["ac_ct_AR"]="ar"
-S["AR"]="ar"
-S["NM"]="/usr/bin/nm -B"
-S["ac_ct_DUMPBIN"]=""
-S["DUMPBIN"]=""
-S["LD"]="/usr/bin/ld -m elf_x86_64"
-S["FGREP"]="/bin/grep -F"
+S["ALLOCA"]=""
 S["EGREP"]="/bin/grep -E"
 S["GREP"]="/bin/grep"
-S["SED"]="/bin/sed"
-S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
-S["OBJDUMP"]="objdump"
-S["DLLTOOL"]="dlltool"
-S["AS"]="as"
-S["host_os"]="linux-gnu"
-S["host_vendor"]="unknown"
-S["host_cpu"]="x86_64"
-S["host"]="x86_64-unknown-linux-gnu"
-S["build_os"]="linux-gnu"
-S["build_vendor"]="unknown"
-S["build_cpu"]="x86_64"
-S["build"]="x86_64-unknown-linux-gnu"
-S["RANLIB"]="ranlib"
-S["LN_S"]="ln -s"
+S["XMKMF"]=""
 S["CPP"]="gcc -E"
 S["am__fastdepCC_FALSE"]="#"
 S["am__fastdepCC_TRUE"]=""
 S["CCDEPMODE"]="depmode=gcc3"
-S["ac_ct_CC"]="gcc"
-S["CFLAGS"]="-g -O2"
-S["CC"]="gcc"
-S["am__fastdepCXX_FALSE"]="#"
-S["am__fastdepCXX_TRUE"]=""
-S["CXXDEPMODE"]="depmode=gcc3"
 S["am__nodep"]="_no"
 S["AMDEPBACKSLASH"]="\\"
 S["AMDEP_FALSE"]="#"
@@ -973,11 +729,11 @@ S["am__include"]="include"
 S["DEPDIR"]=".deps"
 S["OBJEXT"]="o"
 S["EXEEXT"]=""
-S["ac_ct_CXX"]="g++"
+S["ac_ct_CC"]="gcc"
 S["CPPFLAGS"]=""
 S["LDFLAGS"]=""
-S["CXXFLAGS"]="-g -O2"
-S["CXX"]="g++"
+S["CFLAGS"]="-g -O2"
+S["CC"]="gcc"
 S["AM_BACKSLASH"]="\\"
 S["AM_DEFAULT_VERBOSITY"]="1"
 S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
@@ -991,26 +747,24 @@ S["AWK"]="gawk"
 S["mkdir_p"]="$(MKDIR_P)"
 S["MKDIR_P"]="/bin/mkdir -p"
 S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
-S["STRIP"]="strip"
-S["install_sh"]="${SHELL} /usr/src/ags-devel/install-sh"
-S["MAKEINFO"]="${SHELL} /usr/src/ags-devel/missing makeinfo"
-S["AUTOHEADER"]="${SHELL} /usr/src/ags-devel/missing autoheader"
-S["AUTOMAKE"]="${SHELL} /usr/src/ags-devel/missing automake-1.14"
-S["AUTOCONF"]="${SHELL} /usr/src/ags-devel/missing autoconf"
-S["ACLOCAL"]="${SHELL} /usr/src/ags-devel/missing aclocal-1.14"
-S["VERSION"]="0.4.3"
-S["PACKAGE"]="gsequencer"
+S["STRIP"]=""
+S["install_sh"]="${SHELL} /home/minos/ags-0_4_2-42/install-sh"
+S["MAKEINFO"]="${SHELL} /home/minos/ags-0_4_2-42/missing makeinfo"
+S["AUTOHEADER"]="${SHELL} /home/minos/ags-0_4_2-42/missing autoheader"
+S["AUTOMAKE"]="${SHELL} /home/minos/ags-0_4_2-42/missing automake-1.14"
+S["AUTOCONF"]="${SHELL} /home/minos/ags-0_4_2-42/missing autoconf"
+S["ACLOCAL"]="${SHELL} /home/minos/ags-0_4_2-42/missing aclocal-1.14"
+S["VERSION"]="0.4.2"
+S["PACKAGE"]="ags"
 S["CYGPATH_W"]="echo"
 S["am__isrc"]=""
 S["INSTALL_DATA"]="${INSTALL} -m 644"
 S["INSTALL_SCRIPT"]="${INSTALL}"
 S["INSTALL_PROGRAM"]="${INSTALL}"
-S["subdirs"]=" po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/"\
-"task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget"
 S["target_alias"]=""
 S["host_alias"]=""
 S["build_alias"]=""
-S["LIBS"]="-lrt -lm -lgmp "
+S["LIBS"]="-lrt -lm -ldl "
 S["ECHO_T"]=""
 S["ECHO_N"]="-n"
 S["ECHO_C"]=""
@@ -1039,10 +793,10 @@ S["prefix"]="/usr/local"
 S["exec_prefix"]="${prefix}"
 S["PACKAGE_URL"]=""
 S["PACKAGE_BUGREPORT"]="weedlight at gmail.com"
-S["PACKAGE_STRING"]="gsequencer 0.4.3"
-S["PACKAGE_VERSION"]="0.4.3"
-S["PACKAGE_TARNAME"]="gsequencer"
-S["PACKAGE_NAME"]="gsequencer"
+S["PACKAGE_STRING"]="ags 0.4.2"
+S["PACKAGE_VERSION"]="0.4.2"
+S["PACKAGE_TARNAME"]="ags"
+S["PACKAGE_NAME"]="ags"
 S["PATH_SEPARATOR"]=":"
 S["SHELL"]="/bin/sh"
 _ACAWK
@@ -1086,14 +840,17 @@ fi # test -n "$CONFIG_FILES"
 if test -n "$CONFIG_HEADERS"; then
 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 BEGIN {
-D["PACKAGE_NAME"]=" \"gsequencer\""
-D["PACKAGE_TARNAME"]=" \"gsequencer\""
-D["PACKAGE_VERSION"]=" \"0.4.3\""
-D["PACKAGE_STRING"]=" \"gsequencer 0.4.3\""
+D["PACKAGE_NAME"]=" \"ags\""
+D["PACKAGE_TARNAME"]=" \"ags\""
+D["PACKAGE_VERSION"]=" \"0.4.2\""
+D["PACKAGE_STRING"]=" \"ags 0.4.2\""
 D["PACKAGE_BUGREPORT"]=" \"weedlight at gmail.com\""
 D["PACKAGE_URL"]=" \"\""
-D["PACKAGE"]=" \"gsequencer\""
-D["VERSION"]=" \"0.4.3\""
+D["PACKAGE"]=" \"ags\""
+D["VERSION"]=" \"0.4.2\""
+D["HAVE_LIBDL"]=" 1"
+D["HAVE_LIBM"]=" 1"
+D["HAVE_LIBRT"]=" 1"
 D["STDC_HEADERS"]=" 1"
 D["HAVE_SYS_TYPES_H"]=" 1"
 D["HAVE_SYS_STAT_H"]=" 1"
@@ -1104,32 +861,142 @@ D["HAVE_STRINGS_H"]=" 1"
 D["HAVE_INTTYPES_H"]=" 1"
 D["HAVE_STDINT_H"]=" 1"
 D["HAVE_UNISTD_H"]=" 1"
-D["HAVE_DLFCN_H"]=" 1"
-D["LT_OBJDIR"]=" \".libs/\""
-D["HAVE_LIBGMP"]=" 1"
-D["HAVE_LIBM"]=" 1"
-D["HAVE_LIBRT"]=" 1"
+D["HAVE_ALLOCA_H"]=" 1"
+D["HAVE_ALLOCA"]=" 1"
+D["HAVE_ARGZ_H"]=" 1"
 D["HAVE_FCNTL_H"]=" 1"
+D["HAVE_FLOAT_H"]=" 1"
+D["HAVE_INTTYPES_H"]=" 1"
+D["HAVE_LANGINFO_H"]=" 1"
 D["HAVE_LIBINTL_H"]=" 1"
+D["HAVE_LIMITS_H"]=" 1"
+D["HAVE_LOCALE_H"]=" 1"
+D["HAVE_MALLOC_H"]=" 1"
 D["HAVE_NETINET_IN_H"]=" 1"
+D["HAVE_STDDEF_H"]=" 1"
 D["HAVE_STDINT_H"]=" 1"
+D["HAVE_STDIO_EXT_H"]=" 1"
 D["HAVE_STDLIB_H"]=" 1"
 D["HAVE_STRING_H"]=" 1"
 D["HAVE_SYS_IOCTL_H"]=" 1"
+D["HAVE_SYS_PARAM_H"]=" 1"
 D["HAVE_SYS_SOCKET_H"]=" 1"
 D["HAVE_SYS_TIME_H"]=" 1"
 D["HAVE_UNISTD_H"]=" 1"
+D["HAVE__BOOL"]=" 1"
+D["HAVE_PTRDIFF_T"]=" 1"
+D["HAVE_VISIBILITY"]=" 1"
+D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
+D["HAVE_STDLIB_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_SYS_PARAM_H"]=" 1"
+D["HAVE_GETPAGESIZE"]=" 1"
+D["HAVE_MMAP"]=" 1"
+D["INTDIV0_RAISES_SIGFPE"]=" 1"
+D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
+D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
+D["HAVE_UINTMAX_T"]=" 1"
+D["HAVE_INTTYPES_H"]=" 1"
+D["__EXTENSIONS__"]=" 1"
+D["_ALL_SOURCE"]=" 1"
+D["_GNU_SOURCE"]=" 1"
+D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
+D["_TANDEM_SOURCE"]=" 1"
+D["USE_POSIX_THREADS"]=" 1"
+D["USE_POSIX_THREADS_WEAK"]=" 1"
+D["HAVE_PTHREAD_RWLOCK"]=" 1"
+D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
+D["HAVE_ICONV"]=" 1"
+D["ICONV_CONST"]=" "
+D["HAVE_BUILTIN_EXPECT"]=" 1"
+D["HAVE_ARGZ_H"]=" 1"
+D["HAVE_INTTYPES_H"]=" 1"
+D["HAVE_LIMITS_H"]=" 1"
+D["HAVE_UNISTD_H"]=" 1"
+D["HAVE_SYS_PARAM_H"]=" 1"
+D["HAVE_GETCWD"]=" 1"
+D["HAVE_GETEGID"]=" 1"
+D["HAVE_GETEUID"]=" 1"
+D["HAVE_GETGID"]=" 1"
+D["HAVE_GETUID"]=" 1"
+D["HAVE_MEMPCPY"]=" 1"
+D["HAVE_MUNMAP"]=" 1"
+D["HAVE_STPCPY"]=" 1"
+D["HAVE_STRCASECMP"]=" 1"
+D["HAVE_STRDUP"]=" 1"
+D["HAVE_STRTOUL"]=" 1"
+D["HAVE_TSEARCH"]=" 1"
+D["HAVE_USELOCALE"]=" 1"
+D["HAVE_ARGZ_COUNT"]=" 1"
+D["HAVE_ARGZ_STRINGIFY"]=" 1"
+D["HAVE_ARGZ_NEXT"]=" 1"
+D["HAVE___FSETLOCKING"]=" 1"
+D["HAVE_DECL_FEOF_UNLOCKED"]=" 1"
+D["HAVE_DECL_FGETS_UNLOCKED"]=" 1"
+D["HAVE_LONG_LONG_INT"]=" 1"
+D["HAVE_WCHAR_T"]=" 1"
+D["HAVE_WINT_T"]=" 1"
+D["HAVE_INTMAX_T"]=" 1"
+D["HAVE_POSIX_PRINTF"]=" 1"
+D["HAVE_STDINT_H"]=" 1"
+D["HAVE_STDINT_H"]=" 1"
+D["HAVE_SYMLINK"]=" 1"
+D["HAVE_WORKING_O_NOATIME"]=" 1"
+D["HAVE_WORKING_O_NOFOLLOW"]=" 1"
+D["HAVE_FEATURES_H"]=" 1"
+D["HAVE_STDDEF_H"]=" 1"
+D["HAVE_STDLIB_H"]=" 1"
+D["HAVE_STRING_H"]=" 1"
+D["HAVE_ASPRINTF"]=" 1"
+D["HAVE_FWPRINTF"]=" 1"
+D["HAVE_NEWLOCALE"]=" 1"
+D["HAVE_PUTENV"]=" 1"
+D["HAVE_SETENV"]=" 1"
+D["HAVE_SETLOCALE"]=" 1"
+D["HAVE_SNPRINTF"]=" 1"
+D["HAVE_STRNLEN"]=" 1"
+D["HAVE_WCSLEN"]=" 1"
+D["HAVE_WCSNLEN"]=" 1"
+D["HAVE_MBRTOWC"]=" 1"
+D["HAVE_WCRTOMB"]=" 1"
+D["HAVE_DECL__SNPRINTF"]=" 0"
+D["HAVE_DECL__SNWPRINTF"]=" 0"
+D["HAVE_DECL_GETC_UNLOCKED"]=" 1"
+D["HAVE_LANGINFO_CODESET"]=" 1"
+D["HAVE_LC_MESSAGES"]=" 1"
+D["ENABLE_NLS"]=" 1"
+D["HAVE_GETTEXT"]=" 1"
+D["HAVE_DCGETTEXT"]=" 1"
 D["HAVE_STDLIB_H"]=" 1"
 D["HAVE_MALLOC"]=" 1"
+D["HAVE_GETPAGESIZE"]=" 1"
+D["HAVE_MMAP"]=" 1"
 D["HAVE_STDLIB_H"]=" 1"
 D["HAVE_REALLOC"]=" 1"
+D["HAVE___ARGZ_COUNT"]=" 1"
+D["HAVE___ARGZ_NEXT"]=" 1"
+D["HAVE___ARGZ_STRINGIFY"]=" 1"
 D["HAVE_ATEXIT"]=" 1"
 D["HAVE_CLOCK_GETTIME"]=" 1"
 D["HAVE_FLOOR"]=" 1"
+D["HAVE_GETCWD"]=" 1"
+D["HAVE_LOCALECONV"]=" 1"
+D["HAVE_MBLEN"]=" 1"
+D["HAVE_MBRLEN"]=" 1"
+D["HAVE_MEMCHR"]=" 1"
+D["HAVE_MEMPCPY"]=" 1"
 D["HAVE_MEMSET"]=" 1"
+D["HAVE_MUNMAP"]=" 1"
+D["HAVE_NL_LANGINFO"]=" 1"
+D["HAVE_SETLOCALE"]=" 1"
 D["HAVE_SOCKET"]=" 1"
 D["HAVE_SQRT"]=" 1"
+D["HAVE_STPCPY"]=" 1"
+D["HAVE_STRCASECMP"]=" 1"
 D["HAVE_STRCHR"]=" 1"
+D["HAVE_STRCSPN"]=" 1"
+D["HAVE_STRDUP"]=" 1"
+D["HAVE_STRSTR"]=" 1"
 D["HAVE_STRTOL"]=" 1"
 D["HAVE_STRTOUL"]=" 1"
   for (key in D) D_is_set[key] = 1
@@ -1548,654 +1415,120 @@ $as_echo X"$file" |
   done
 }
  ;;
-    "libtool":C)
-
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS=$lt_AS
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Object dumper program.
-OBJDUMP=$lt_OBJDUMP
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
-
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
-  case $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
-    ;;
-  esac
-
-
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
-
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
-
- ;;
+    "po-directories":C)
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done ;;
 
   esac
 done # for ac_tag
diff --git a/configure b/configure
index ec6ad80..d79fa88 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gsequencer 0.4.3.
+# Generated by GNU Autoconf 2.69 for ags 0.4.2.
 #
 # Report bugs to <weedlight at gmail.com>.
 #
@@ -198,14 +198,6 @@ test -x / || exit 1"
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
-
-  test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
 test \$(( 1 + 1 )) = 2 || exit 1"
   if (eval "$as_required") 2>/dev/null; then :
   as_have_required=yes
@@ -564,8 +556,6 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 # Sed expression to map a string onto a valid variable name.
 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
-SHELL=${CONFIG_SHELL-/bin/sh}
-
 
 test -n "$DJDIR" || exec 7<&0 </dev/null
 exec 6>&1
@@ -588,15 +578,14 @@ MFLAGS=
 MAKEFLAGS=
 
 # Identity of this package.
-PACKAGE_NAME='gsequencer'
-PACKAGE_TARNAME='gsequencer'
-PACKAGE_VERSION='0.4.3'
-PACKAGE_STRING='gsequencer 0.4.3'
+PACKAGE_NAME='ags'
+PACKAGE_TARNAME='ags'
+PACKAGE_VERSION='0.4.2'
+PACKAGE_STRING='ags 0.4.2'
 PACKAGE_BUGREPORT='weedlight at gmail.com'
 PACKAGE_URL=''
 
 ac_unique_file="config.h.in"
-enable_option_checking=no
 # Factoring default headers for most tests.
 ac_includes_default="\
 #include <stdio.h>
@@ -633,10 +622,72 @@ ac_includes_default="\
 # include <unistd.h>
 #endif"
 
+gt_needs=
+ac_header_list=
+gl_use_threads_default=
+ac_func_list=
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
 LIBOBJS
+POSUB
+LTLIBINTL
+LIBINTL
+INTLLIBS
+INTL_LIBTOOL_SUFFIX_PREFIX
+INTLOBJS
+GENCAT
+INSTOBJEXT
+DATADIRNAME
+CATOBJEXT
+USE_INCLUDED_LIBINTL
+BUILD_INCLUDED_LIBINTL
+LTLIBC
+WINDRES
+WOE32
+WOE32DLL
+HAVE_WPRINTF
+HAVE_NEWLOCALE
+HAVE_SNPRINTF
+HAVE_ASPRINTF
+HAVE_POSIX_PRINTF
+INTL_DEFAULT_VERBOSITY
+INTL_MACOSX_LIBS
+GLIBC21
+INTLBISON
+LTLIBICONV
+LIBICONV
+LTLIBMULTITHREAD
+LIBMULTITHREAD
+LTLIBTHREAD
+LIBTHREAD
+LIBPTH_PREFIX
+LTLIBPTH
+LIBPTH
+PRI_MACROS_BROKEN
+HAVE_VISIBILITY
+CFLAG_VISIBILITY
+RANLIB
+GLIBC2
+host_os
+host_vendor
+host_cpu
+host
+build_os
+build_vendor
+build_cpu
+build
+XGETTEXT_EXTRA_OPTIONS
+MSGMERGE
+XGETTEXT_015
+XGETTEXT
+GMSGFMT_015
+MSGFMT_015
+GMSGFMT
+MSGFMT
+GETTEXT_MACRO_VERSION
+USE_NLS
+SED
 GTK_LIBS
 GTK_CFLAGS
 CAIRO_LIBS
@@ -660,48 +711,14 @@ UUID_CFLAGS
 PKG_CONFIG_LIBDIR
 PKG_CONFIG_PATH
 PKG_CONFIG
-XMKMF
-CXXCPP
-OTOOL64
-OTOOL
-LIPO
-NMEDIT
-DSYMUTIL
-MANIFEST_TOOL
-ac_ct_AR
-AR
-NM
-ac_ct_DUMPBIN
-DUMPBIN
-LD
-FGREP
+ALLOCA
 EGREP
 GREP
-SED
-LIBTOOL
-OBJDUMP
-DLLTOOL
-AS
-host_os
-host_vendor
-host_cpu
-host
-build_os
-build_vendor
-build_cpu
-build
-RANLIB
-LN_S
+XMKMF
 CPP
 am__fastdepCC_FALSE
 am__fastdepCC_TRUE
 CCDEPMODE
-ac_ct_CC
-CFLAGS
-CC
-am__fastdepCXX_FALSE
-am__fastdepCXX_TRUE
-CXXDEPMODE
 am__nodep
 AMDEPBACKSLASH
 AMDEP_FALSE
@@ -711,11 +728,11 @@ am__include
 DEPDIR
 OBJEXT
 EXEEXT
-ac_ct_CXX
+ac_ct_CC
 CPPFLAGS
 LDFLAGS
-CXXFLAGS
-CXX
+CFLAGS
+CC
 AM_BACKSLASH
 AM_DEFAULT_VERBOSITY
 AM_DEFAULT_V
@@ -743,7 +760,6 @@ am__isrc
 INSTALL_DATA
 INSTALL_SCRIPT
 INSTALL_PROGRAM
-subdirs
 target_alias
 host_alias
 build_alias
@@ -787,29 +803,25 @@ ac_user_opts='
 enable_option_checking
 enable_silent_rules
 enable_dependency_tracking
-enable_shared
-enable_static
-with_pic
-enable_fast_install
-with_aix_soname
-with_gnu_ld
-with_sysroot
-enable_libtool_lock
 with_x
+enable_nls
+enable_threads
+with_gnu_ld
+enable_rpath
+with_libpth_prefix
+with_libiconv_prefix
+with_included_gettext
+with_libintl_prefix
 '
       ac_precious_vars='build_alias
 host_alias
 target_alias
-CXX
-CXXFLAGS
+CC
+CFLAGS
 LDFLAGS
 LIBS
 CPPFLAGS
-CCC
-CC
-CFLAGS
 CPP
-CXXCPP
 XMKMF
 PKG_CONFIG
 PKG_CONFIG_PATH
@@ -834,25 +846,7 @@ CAIRO_CFLAGS
 CAIRO_LIBS
 GTK_CFLAGS
 GTK_LIBS'
-ac_subdirs_all='po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget'
+
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -1392,7 +1386,7 @@ 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 gsequencer 0.4.3 to adapt to many kinds of systems.
+\`configure' configures ags 0.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1434,7 @@ Fine tuning of the installation directories:
   --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/gsequencer]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/ags]
   --htmldir=DIR           html documentation [DOCDIR]
   --dvidir=DIR            dvi documentation [DOCDIR]
   --pdfdir=DIR            pdf documentation [DOCDIR]
@@ -1466,7 +1460,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gsequencer 0.4.3:";;
+     short | recursive ) echo "Configuration of ags 0.4.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1480,37 +1474,34 @@ Optional Features:
                           do not reject slow dependency extractors
   --disable-dependency-tracking
                           speeds up one-time build
-  --enable-shared[=PKGS]  build shared libraries [default=yes]
-  --enable-static[=PKGS]  build static libraries [default=yes]
-  --enable-fast-install[=PKGS]
-                          optimize for fast installation [default=yes]
-  --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-nls           do not use Native Language Support
+  --enable-threads={posix|solaris|pth|windows}
+                          specify multithreading API
+  --disable-threads       build without multithread safety
+  --disable-rpath         do not hardcode runtime library paths
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
-                          both]
-  --with-aix-soname=aix|svr4|both
-                          shared library versioning (aka "SONAME") variant to
-                          provide on AIX, [default=aix].
-  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
-  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
-                          compiler's sysroot if not specified).
   --with-x                use the X Window System
+  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
+  --with-libpth-prefix[=DIR]  search for libpth in DIR/include and DIR/lib
+  --without-libpth-prefix     don't search for libpth in includedir and libdir
+  --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+  --without-libiconv-prefix     don't search for libiconv in includedir and libdir
+  --with-included-gettext use the GNU gettext library included here
+  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+  --without-libintl-prefix     don't search for libintl in includedir and libdir
 
 Some influential environment variables:
-  CXX         C++ compiler command
-  CXXFLAGS    C++ compiler flags
+  CC          C compiler command
+  CFLAGS      C compiler flags
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
               nonstandard directory <lib dir>
   LIBS        libraries to pass to the linker, e.g. -l<library>
   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
-  CC          C compiler command
-  CFLAGS      C compiler flags
   CPP         C preprocessor
-  CXXCPP      C++ preprocessor
   XMKMF       Path to xmkmf, Makefile generator for X Window System
   PKG_CONFIG  path to pkg-config utility
   PKG_CONFIG_PATH
@@ -1618,7 +1609,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gsequencer configure 0.4.3
+ags configure 0.4.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1632,44 +1623,6 @@ fi
 ## Autoconf initialization. ##
 ## ------------------------ ##
 
-# ac_fn_cxx_try_compile LINENO
-# ----------------------------
-# Try to compile conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_compile ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext
-  if { { ac_try="$ac_compile"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compile") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest.$ac_objext; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_compile
-
 # ac_fn_c_try_compile LINENO
 # --------------------------
 # Try to compile conftest.$ac_ext, and return whether this succeeded.
@@ -1791,11 +1744,11 @@ fi
 
 } # ac_fn_c_try_link
 
-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
-# -------------------------------------------------------
-# Tests whether HEADER exists and can be compiled using the include files in
-# INCLUDES, setting the cache variable VAR accordingly.
-ac_fn_c_check_header_compile ()
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
+# -------------------------------------------
+# Tests whether TYPE exists after having included INCLUDES, setting cache
+# variable VAR accordingly.
+ac_fn_c_check_type ()
 {
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
@@ -1803,15 +1756,38 @@ $as_echo_n "checking for $2... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
+  eval "$3=no"
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 $4
-#include <$2>
+int
+main ()
+{
+if (sizeof ($2))
+	 return 0;
+  ;
+  return 0;
+}
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
-  eval "$3=yes"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+if (sizeof (($2)))
+	    return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+
 else
-  eval "$3=no"
+  eval "$3=yes"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -1820,7 +1796,7 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} # ac_fn_c_check_header_compile
+} # ac_fn_c_check_type
 
 # ac_fn_c_try_run LINENO
 # ----------------------
@@ -1864,6 +1840,37 @@ fi
 
 } # ac_fn_c_try_run
 
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
+# -------------------------------------------------------
+# Tests whether HEADER exists and can be compiled using the include files in
+# INCLUDES, setting the cache variable VAR accordingly.
+ac_fn_c_check_header_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
+$as_echo_n "checking for $2... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+#include <$2>
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_check_header_compile
+
 # ac_fn_c_check_func LINENO FUNC VAR
 # ----------------------------------
 # Tests whether FUNC exists, setting the cache variable VAR accordingly
@@ -1931,89 +1938,6 @@ $as_echo "$ac_res" >&6; }
 
 } # ac_fn_c_check_func
 
-# ac_fn_cxx_try_cpp LINENO
-# ------------------------
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_cpp ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } > conftest.i && {
-	 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-    ac_retval=1
-fi
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_cpp
-
-# ac_fn_cxx_try_link LINENO
-# -------------------------
-# Try to link conftest.$ac_ext, and return whether this succeeded.
-ac_fn_cxx_try_link ()
-{
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-  rm -f conftest.$ac_objext conftest$ac_exeext
-  if { { ac_try="$ac_link"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_link") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    grep -v '^ *+' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-    mv -f conftest.er1 conftest.err
-  fi
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && {
-	 test -z "$ac_cxx_werror_flag" ||
-	 test ! -s conftest.err
-       } && test -s conftest$ac_exeext && {
-	 test "$cross_compiling" = yes ||
-	 test -x conftest$ac_exeext
-       }; then :
-  ac_retval=0
-else
-  $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
-	ac_retval=1
-fi
-  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
-  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
-  # interfere with the next link command; also delete a directory that is
-  # left behind by Apple's compiler.  We do this before executing the actions.
-  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
-  as_fn_set_status $ac_retval
-
-} # ac_fn_cxx_try_link
-
 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 # -------------------------------------------------------
 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
@@ -2105,50 +2029,96 @@ fi
 
 } # ac_fn_c_check_header_mongrel
 
-# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
-# -------------------------------------------
-# Tests whether TYPE exists after having included INCLUDES, setting cache
-# variable VAR accordingly.
-ac_fn_c_check_type ()
+# ac_fn_c_find_uintX_t LINENO BITS VAR
+# ------------------------------------
+# Finds an unsigned integer type with width BITS, setting cache variable VAR
+# accordingly.
+ac_fn_c_find_uintX_t ()
 {
   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; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
+$as_echo_n "checking for uint$2_t... " >&6; }
 if eval \${$3+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   eval "$3=no"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-$4
-int
-main ()
-{
-if (sizeof ($2))
-	 return 0;
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+     # Order is important - never check a type that is potentially smaller
+     # than half of the expected target width.
+     for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
+	 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-$4
+$ac_includes_default
 int
 main ()
 {
-if (sizeof (($2)))
-	    return 0;
+static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
+test_array [0] = 0;
+return test_array [0];
+
   ;
   return 0;
 }
 _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :
+  case $ac_type in #(
+  uint$2_t) :
+    eval "$3=yes" ;; #(
+  *) :
+    eval "$3=\$ac_type" ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+       if eval test \"x\$"$3"\" = x"no"; then :
 
 else
-  eval "$3=yes"
+  break
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+     done
+fi
+eval ac_res=\$$3
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+
+} # ac_fn_c_find_uintX_t
+
+# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
+# ---------------------------------------------
+# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
+# accordingly.
+ac_fn_c_check_decl ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  as_decl_name=`echo $2|sed 's/ *(.*//'`
+  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
+$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
+if eval \${$3+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+#ifndef $as_decl_name
+#ifdef __cplusplus
+  (void) $as_decl_use;
+#else
+  (void) $as_decl_name;
+#endif
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  eval "$3=yes"
+else
+  eval "$3=no"
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
@@ -2157,12 +2127,195 @@ eval ac_res=\$$3
 $as_echo "$ac_res" >&6; }
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
 
-} # ac_fn_c_check_type
+} # ac_fn_c_check_decl
+
+# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
+# --------------------------------------------
+# Tries to find the compile-time value of EXPR in a program that includes
+# INCLUDES, setting VAR accordingly. Returns whether the value could be
+# computed
+ac_fn_c_compute_int ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  if test "$cross_compiling" = yes; then
+    # Depending upon the size, compute the lo and hi bounds.
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array [1 - 2 * !(($2) >= 0)];
+test_array [0] = 0;
+return test_array [0];
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=0 ac_mid=0
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+test_array [0] = 0;
+return test_array [0];
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid; break
+else
+  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
+			if test $ac_lo -le $ac_mid; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array [1 - 2 * !(($2) < 0)];
+test_array [0] = 0;
+return test_array [0];
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=-1 ac_mid=-1
+  while :; do
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array [1 - 2 * !(($2) >= $ac_mid)];
+test_array [0] = 0;
+return test_array [0];
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_lo=$ac_mid; break
+else
+  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
+			if test $ac_mid -le $ac_hi; then
+			  ac_lo= ac_hi=
+			  break
+			fi
+			as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  done
+else
+  ac_lo= ac_hi=
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+# Binary search between lo and hi bounds.
+while test "x$ac_lo" != "x$ac_hi"; do
+  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+int
+main ()
+{
+static int test_array [1 - 2 * !(($2) <= $ac_mid)];
+test_array [0] = 0;
+return test_array [0];
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_hi=$ac_mid
+else
+  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+done
+case $ac_lo in #((
+?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
+'') ac_retval=1 ;;
+esac
+  else
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$4
+static long int longval () { return $2; }
+static unsigned long int ulongval () { return $2; }
+#include <stdio.h>
+#include <stdlib.h>
+int
+main ()
+{
+
+  FILE *f = fopen ("conftest.val", "w");
+  if (! f)
+    return 1;
+  if (($2) < 0)
+    {
+      long int i = longval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%ld", i);
+    }
+  else
+    {
+      unsigned long int i = ulongval ();
+      if (i != ($2))
+	return 1;
+      fprintf (f, "%lu", i);
+    }
+  /* Do not output a trailing newline, as this causes \r\n confusion
+     on some platforms.  */
+  return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
+else
+  ac_retval=1
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+rm -f conftest.val
+
+  fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_c_compute_int
 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 gsequencer $as_me 0.4.3, which was
+It was created by ags $as_me 0.4.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2442,6 +2595,11 @@ $as_echo "$as_me: creating cache $cache_file" >&6;}
   >$cache_file
 fi
 
+gt_needs="$gt_needs "
+as_fn_append ac_header_list " stdlib.h"
+as_fn_append ac_header_list " unistd.h"
+as_fn_append ac_header_list " sys/param.h"
+as_fn_append ac_func_list " symlink"
 # Check that the precious variables saved in the cache have kept the same
 # value.
 ac_cache_corrupted=false
@@ -2510,8 +2668,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-
-ac_config_headers="$ac_config_headers config.h"
+am__api_version='1.14'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2542,15 +2699,6 @@ 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.
 
 
-
-
-subdirs="$subdirs po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget"
-
-ac_config_files="$ac_config_files Makefile po/Makefile doc/Makefile src/ags/Makefile src/ags/X/Makefile src/ags/X/editor/Makefile src/ags/X/machine/Makefile src/ags/audio/Makefile src/ags/audio/file/Makefile src/ags/audio/recall/Makefile src/ags/audio/task/Makefile src/ags/audio/task/recall/Makefile src/ags/file/Makefile src/ags/lib/Makefile src/ags/object/Makefile src/ags/plugin/Makefile src/ags/server/Makefile src/ags/thread/Makefile src/ags/util/Makefile src/ags/widget/Makefile"
-
-
-am__api_version='1.14'
-
 # 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:
@@ -3034,9 +3182,8 @@ fi
 
 
 # Define the identity of the package.
-
- PACKAGE=gsequencer
- VERSION=0.4.3
+ PACKAGE='ags'
+ VERSION='0.4.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3129,28 +3276,25 @@ END
   fi
 fi
 
+ac_config_headers="$ac_config_headers config.h"
+
+
 # Checks for programs.
-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
+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_CXX+:} false; then :
+if ${ac_cv_prog_CC+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CXX"; then
-  ac_cv_prog_CXX="$CXX" # Let the user override the test.
+  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
@@ -3159,7 +3303,7 @@ do
   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"
+    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
@@ -3169,32 +3313,28 @@ 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; }
+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 "$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
+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_CXX+:} false; then :
+if ${ac_cv_prog_ac_ct_CC+:} 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.
+  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
@@ -3203,7 +3343,7 @@ do
   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"
+    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
@@ -3213,21 +3353,17 @@ 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; }
+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_CXX" && break
-done
-
-  if test "x$ac_ct_CXX" = x; then
-    CXX="g++"
+  if test "x$ac_ct_CC" = x; then
+    CC=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -3235,43 +3371,249 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CXX=$ac_ct_CXX
+    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
-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
+  done
+IFS=$as_save_IFS
 
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
+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;
@@ -3282,8 +3624,8 @@ 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; }
+{ $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:
@@ -3353,14 +3695,14 @@ 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
+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}: 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
@@ -3454,7 +3796,7 @@ $as_echo "$ac_try_echo"; } >&5
     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.
+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
@@ -3516,9 +3858,9 @@ fi
 $as_echo "$ac_cv_objext" >&6; }
 OBJEXT=$ac_cv_objext
 ac_objext=$OBJEXT
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
-if ${ac_cv_cxx_compiler_gnu+:} false; then :
+{ $as_echo "$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
@@ -3535,33 +3877,33 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+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_cxx_compiler_gnu=$ac_compiler_gnu
+ac_cv_c_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; }
+{ $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
-  GXX=yes
+  GCC=yes
 else
-  GXX=
+  GCC=
 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 :
+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_cxx_werror_flag=$ac_cxx_werror_flag
-   ac_cxx_werror_flag=yes
-   ac_cv_prog_cxx_g=no
-   CXXFLAGS="-g"
+  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.  */
 
@@ -3573,10 +3915,10 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_prog_cc_g=yes
 else
-  CXXFLAGS=""
+  CFLAGS=""
       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3588,11 +3930,11 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
+if ac_fn_c_try_compile "$LINENO"; then :
 
 else
-  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
-	 CXXFLAGS="-g"
+  ac_c_werror_flag=$ac_save_c_werror_flag
+	 CFLAGS="-g"
 	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -3604,40 +3946,189 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_cxx_try_compile "$LINENO"; then :
-  ac_cv_prog_cxx_g=yes
+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_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"
+   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
-    CXXFLAGS="-g"
+    CFLAGS="-g"
   fi
 else
-  if test "$GXX" = yes; then
-    CXXFLAGS="-O2"
+  if test "$GCC" = yes; then
+    CFLAGS="-O2"
   else
-    CXXFLAGS=
+    CFLAGS=
   fi
 fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-DEPDIR="${am__leading_dot}deps"
-
+{ $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 <stdarg.h>
+#include <stdio.h>
+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"
 
 
@@ -3700,11 +4191,11 @@ fi
 
 
 
-depcc="$CXX"  am_compiler_list=
+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_CXX_dependencies_compiler_type+:} false; then :
+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
@@ -3727,7 +4218,7 @@ else
   # directory.
   mkdir sub
 
-  am_cv_CXX_dependencies_compiler_type=none
+  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
@@ -3800,7 +4291,7 @@ else
       #   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
+        am_cv_CC_dependencies_compiler_type=$depmode
         break
       fi
     fi
@@ -3809,1281 +4300,1254 @@ else
   cd ..
   rm -rf conftest.dir
 else
-  am_cv_CXX_dependencies_compiler_type=none
+  am_cv_CC_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
+{ $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_CXX_dependencies_compiler_type" = gcc3; then
-  am__fastdepCXX_TRUE=
-  am__fastdepCXX_FALSE='#'
+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
+  am__fastdepCC_TRUE=
+  am__fastdepCC_FALSE='#'
 else
-  am__fastdepCXX_TRUE='#'
-  am__fastdepCXX_FALSE=
+  am__fastdepCC_TRUE='#'
+  am__fastdepCC_FALSE=
 fi
 
 
-for ac_prog in gawk mawk nawk awk
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $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 :
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+  CPP=
+fi
+if test -z "$CPP"; then
+  if ${ac_cv_prog_CPP+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  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
+      # Double quotes because CPP needs to be expanded
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+    do
+      ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
 do
-  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
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
 
-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; }
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
+else
+  # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-  test -n "$AWK" && break
 done
-
-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; }
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.i conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then :
+  break
 fi
 
+    done
+    ac_cv_prog_CPP=$CPP
 
 fi
-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.
+  CPP=$ac_cv_prog_CPP
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
+  ac_cv_prog_CPP=$CPP
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
+$as_echo "$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
 do
-  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
+  # Use a header file that comes with gcc, so configuring glibc
+  # with a fresh cross-compiler works.
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+  # <limits.h> 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 <limits.h>
+#else
+# include <assert.h>
+#endif
+		     Syntax error
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
 
-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; }
+  # Broken: fails on valid input.
+continue
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-  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
+  # 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 <ac_nonexistent.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # Broken: success on invalid input.
+continue
 else
-  CC="$ac_cv_prog_CC"
+  # Passes both tests.
+ac_preproc_ok=:
+break
 fi
+rm -f conftest.err conftest.i conftest.$ac_ext
 
-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
+# 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 :
 
-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; }
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details" "$LINENO" 5; }
 fi
 
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-  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 :
+
+
+# Checks for libraries.
+# FIXME: Replace `main' with a function in `-lX11':
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lX11" >&5
+$as_echo_n "checking for main in -lX11... " >&6; }
+if ${ac_cv_lib_X11_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lX11  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+
+int
+main ()
+{
+return main ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_X11_main=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_X11_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_X11_main" >&5
+$as_echo "$ac_cv_lib_X11_main" >&6; }
+if test "x$ac_cv_lib_X11_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBX11 1
+_ACEOF
 
+  LIBS="-lX11 $LIBS"
 
 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 :
+
+# FIXME: Replace `main' with a function in `-ldl':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ldl" >&5
+$as_echo_n "checking for main in -ldl... " >&6; }
+if ${ac_cv_lib_dl_main+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-CC=$ac_cv_prog_CC
-if test -n "$CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
-$as_echo "$CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-    test -n "$CC" && break
-  done
-fi
-if test -z "$CC"; then
-  ac_ct_CC=$CC
-  for ac_prog in cl.exe
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_CC+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_CC"; then
-  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_CC=$ac_cv_prog_ac_ct_CC
-if test -n "$ac_ct_CC"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
-$as_echo "$ac_ct_CC" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-  test -n "$ac_ct_CC" && break
-done
-
-  if test "x$ac_ct_CC" = x; then
-    CC=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    CC=$ac_ct_CC
-  fi
-fi
-
-fi
-
-
-test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "no acceptable C compiler found in \$PATH
-See \`config.log' for more details" "$LINENO" 5; }
-
-# Provide some information about the compiler.
-$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
-set X $ac_compile
-ac_compiler=$2
-for ac_option in --version -v -V -qversion; do
-  { { ac_try="$ac_compiler $ac_option >&5"
-case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-  ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-ldl  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-#ifndef __GNUC__
-       choke me
-#endif
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_dl_main=yes
 else
-  ac_compiler_gnu=no
+  ac_cv_lib_dl_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+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_c_compiler_gnu" >&5
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
-if test $ac_compiler_gnu = yes; then
-  GCC=yes
-else
-  GCC=
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_main" >&5
+$as_echo "$ac_cv_lib_dl_main" >&6; }
+if test "x$ac_cv_lib_dl_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBDL 1
+_ACEOF
+
+  LIBS="-ldl $LIBS"
+
 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 :
+
+# FIXME: Replace `main' with a function in `-lm':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
+$as_echo_n "checking for main in -lm... " >&6; }
+if ${ac_cv_lib_m_main+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lm  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_m_main=yes
 else
-  CFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+  ac_cv_lib_m_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_m_main" >&5
+$as_echo "$ac_cv_lib_m_main" >&6; }
+if test "x$ac_cv_lib_m_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBM 1
+_ACEOF
 
-int
-main ()
-{
+  LIBS="-lm $LIBS"
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+fi
 
+# FIXME: Replace `main' with a function in `-lrt':
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
+$as_echo_n "checking for main in -lrt... " >&6; }
+if ${ac_cv_lib_rt_main+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lrt  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+
 int
 main ()
 {
-
+return main ();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_prog_cc_g=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_rt_main=yes
+else
+  ac_cv_lib_rt_main=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_main" >&5
+$as_echo "$ac_cv_lib_rt_main" >&6; }
+if test "x$ac_cv_lib_rt_main" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_LIBRT 1
+_ACEOF
+
+  LIBS="-lrt $LIBS"
+
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+
+
+# Checks for header files.
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
+$as_echo_n "checking for X... " >&6; }
+
+
+# Check whether --with-x was given.
+if test "${with_x+set}" = set; then :
+  withval=$with_x;
 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
+
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
+if test "x$with_x" = xno; then
+  # The user explicitly disabled X.
+  have_x=disabled
 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 :
+  case $x_includes,$x_libraries in #(
+    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
+    *,NONE | NONE,*) if ${ac_cv_have_x+:} 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 <stdarg.h>
-#include <stdio.h>
-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;
-}
+  # One or both of the vars are not set, and there is no cached value.
+ac_x_includes=no ac_x_libraries=no
+rm -f -r conftest.dir
+if mkdir conftest.dir; then
+  cd conftest.dir
+  cat >Imakefile <<'_ACEOF'
+incroot:
+	@echo incroot='${INCROOT}'
+usrlibdir:
+	@echo usrlibdir='${USRLIBDIR}'
+libdir:
+	@echo libdir='${LIBDIR}'
+_ACEOF
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
+    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+    for ac_var in incroot usrlibdir libdir; do
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
+    done
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
+    for ac_extension in a so sl dylib la dll; do
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
+	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
+	ac_im_usrlibdir=$ac_im_libdir; break
+      fi
+    done
+    # Screen out bogus values from the imake configuration.  They are
+    # bogus both because they are the default anyway, and because
+    # using them would break gcc on systems where it needs fixed includes.
+    case $ac_im_incroot in
+	/usr/include) ac_x_includes= ;;
+	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
+    esac
+    case $ac_im_usrlibdir in
+	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
+	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
+    esac
+  fi
+  cd ..
+  rm -f -r conftest.dir
+fi
 
-/* 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];
+# Standard set of common directories for X headers.
+# Check X11 before X11Rn because it is often a symlink to the current release.
+ac_x_header_dirs='
+/usr/X11/include
+/usr/X11R7/include
+/usr/X11R6/include
+/usr/X11R5/include
+/usr/X11R4/include
 
-/* 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];
+/usr/include/X11
+/usr/include/X11R7
+/usr/include/X11R6
+/usr/include/X11R5
+/usr/include/X11R4
 
-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
+/usr/local/X11/include
+/usr/local/X11R7/include
+/usr/local/X11R6/include
+/usr/local/X11R5/include
+/usr/local/X11R4/include
 
-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 :
+/usr/local/include/X11
+/usr/local/include/X11R7
+/usr/local/include/X11R6
+/usr/local/include/X11R5
+/usr/local/include/X11R4
 
-fi
+/usr/X386/include
+/usr/x386/include
+/usr/XFree86/include/X11
 
-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
+/usr/include
+/usr/local/include
+/usr/unsupported/include
+/usr/athena/include
+/usr/local/x11r5/include
+/usr/lpp/Xamples/include
 
-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
+/usr/openwin/include
+/usr/openwin/share/include'
+
+if test "$ac_x_includes" = no; then
+  # Guess where to find include files, by looking for Xlib.h.
+  # First, try using that file with no special directory specified.
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#include <X11/Xlib.h>
+_ACEOF
+if ac_fn_c_try_cpp "$LINENO"; then :
+  # We can compile using X headers with no special include directory.
+ac_x_includes=
+else
+  for ac_dir in $ac_x_header_dirs; do
+  if test -r "$ac_dir/X11/Xlib.h"; then
+    ac_x_includes=$ac_dir
+    break
+  fi
+done
+fi
+rm -f conftest.err conftest.i conftest.$ac_ext
+fi # $ac_x_includes = no
 
+if test "$ac_x_libraries" = no; then
+  # Check for the libraries.
+  # See if we find them without any special options.
+  # Don't add to $LIBS permanently.
+  ac_save_LIBS=$LIBS
+  LIBS="-lX11 $LIBS"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <X11/Xlib.h>
 int
 main ()
 {
-
+XrmInitialize ()
   ;
   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
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBS=$ac_save_LIBS
+# We can link X programs with no special library path.
+ac_x_libraries=
+else
+  LIBS=$ac_save_LIBS
+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
+do
+  # Don't even attempt the hair of trying to link an X program!
+  for ac_extension in a so sl dylib la dll; do
+    if test -r "$ac_dir/libX11.$ac_extension"; then
+      ac_x_libraries=$ac_dir
+      break 2
     fi
   done
-  rm -f core conftest*
-  unset am_i
+done
 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
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi # $ac_x_libraries = no
 
+case $ac_x_includes,$ac_x_libraries in #(
+  no,* | *,no | *\'*)
+    # Didn't find X, or a directory has "'" in its name.
+    ac_cv_have_x="have_x=no";; #(
+  *)
+    # Record where we found X for the cache.
+    ac_cv_have_x="have_x=yes\
+	ac_x_includes='$ac_x_includes'\
+	ac_x_libraries='$ac_x_libraries'"
+esac
+fi
+;; #(
+    *) have_x=yes;;
+  esac
+  eval "$ac_cv_have_x"
+fi # $with_x != no
 
-depcc="$CC"   am_compiler_list=
+if test "$have_x" != yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
+$as_echo "$have_x" >&6; }
+  no_x=yes
+else
+  # If each of the values was on the command line, it overrides each guess.
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
+  # Update the cache value to reflect the command line values.
+  ac_cv_have_x="have_x=yes\
+	ac_x_includes='$x_includes'\
+	ac_x_libraries='$x_libraries'"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
+$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
+fi
 
-{ $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 "$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 "$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
+  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
 
-  cd ..
-  rm -rf conftest.dir
+      $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
-  am_cv_CC_dependencies_compiler_type=none
-fi
-
+  ac_cv_path_GREP=$GREP
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
-CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
- if
-  test "x$enable_dependency_tracking" != xno \
-  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
-  am__fastdepCC_TRUE=
-  am__fastdepCC_FALSE='#'
-else
-  am__fastdepCC_TRUE='#'
-  am__fastdepCC_FALSE=
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
+$as_echo "$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
 
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
-# On Suns, sometimes $CPP names a directory.
-if test -n "$CPP" && test -d "$CPP"; then
-  CPP=
-fi
-if test -z "$CPP"; then
-  if ${ac_cv_prog_CPP+:} false; then :
+{ $as_echo "$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
-      # Double quotes because CPP needs to be expanded
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
+  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
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+  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
-  # Broken: fails on valid input.
-continue
+  ac_cv_path_EGREP=$EGREP
 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.
+   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 <ac_nonexistent.h>
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdc=yes
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  ac_cv_header_stdc=no
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext 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
+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 <string.h>
 
-    done
-    ac_cv_prog_CPP=$CPP
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "memchr" >/dev/null 2>&1; then :
 
-fi
-  CPP=$ac_cv_prog_CPP
 else
-  ac_cv_prog_CPP=$CPP
+  ac_cv_header_stdc=no
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
-$as_echo "$CPP" >&6; }
-ac_preproc_ok=false
-for ac_c_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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.
+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.  */
-#ifdef __STDC__
-# include <limits.h>
-#else
-# include <assert.h>
-#endif
-		     Syntax error
+#include <stdlib.h>
+
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "free" >/dev/null 2>&1; then :
 
 else
-  # Broken: fails on valid input.
-continue
+  ac_cv_header_stdc=no
 fi
-rm -f conftest.err conftest.i conftest.$ac_ext
+rm -f conftest*
 
-  # OK, works on sane cases.  Now check whether nonexistent headers
-  # can be detected and how.
+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 <ac_nonexistent.h>
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+		   (('a' <= (c) && (c) <= 'i') \
+		     || ('j' <= (c) && (c) <= 'r') \
+		     || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+  int i;
+  for (i = 0; i < 256; i++)
+    if (XOR (islower (i), ISLOWER (i))
+	|| toupper (i) != TOUPPER (i))
+      return 2;
+  return 0;
+}
 _ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
+if ac_fn_c_try_run "$LINENO"; then :
+
 else
-  # Passes both tests.
-ac_preproc_ok=:
-break
+  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
-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 :
+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
 
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
 fi
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+		  inttypes.h stdint.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
 
+fi
+
+done
+
+
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
-$as_echo_n "checking whether ln -s works... " >&6; }
-LN_S=$as_ln_s
-if test "$LN_S" = "ln -s"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
-$as_echo "no, using $LN_S" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define size_t unsigned int
+_ACEOF
+
 fi
 
-{ $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 :
+# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
+# for constant arguments.  Useless!
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
+$as_echo_n "checking for working alloca.h... " >&6; }
+if ${ac_cv_working_alloca_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  cat >conftest.make <<\_ACEOF
-SHELL = /bin/sh
-all:
-	@echo '@@@%%%=$(MAKE)=@@@%%%'
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <alloca.h>
+int
+main ()
+{
+char *p = (char *) alloca (2 * sizeof (int));
+			  if (p) return 0;
+  ;
+  return 0;
+}
 _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=
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_working_alloca_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-  SET_MAKE="MAKE=${MAKE-make}"
+  ac_cv_working_alloca_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
+$as_echo "$ac_cv_working_alloca_h" >&6; }
+if test $ac_cv_working_alloca_h = yes; then
 
-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 "#define HAVE_ALLOCA_H 1" >>confdefs.h
+
+fi
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
+$as_echo_n "checking for alloca... " >&6; }
+if ${ac_cv_func_alloca_works+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __GNUC__
+# define alloca __builtin_alloca
+#else
+# ifdef _MSC_VER
+#  include <malloc.h>
+#  define alloca _alloca
+# else
+#  ifdef HAVE_ALLOCA_H
+#   include <alloca.h>
+#  else
+#   ifdef _AIX
+ #pragma alloca
+#   else
+#    ifndef alloca /* predefined by HP cc +Olibcalls */
+void *alloca (size_t);
+#    endif
+#   endif
+#  endif
+# endif
+#endif
 
+int
+main ()
+{
+char *p = (char *) alloca (1);
+				    if (p) return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_func_alloca_works=yes
+else
+  ac_cv_func_alloca_works=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
+$as_echo "$ac_cv_func_alloca_works" >&6; }
+
+if test $ac_cv_func_alloca_works = yes; then
+
+$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
+
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  # The SVR3 libPW and SVR4 libucb both contain incompatible functions
+# that cause trouble.  Some versions do not even contain alloca or
+# contain a buggy version.  If you still want to use their alloca,
+# use ar to extract alloca.o from them instead of compiling alloca.c.
 
+ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
 
-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 "#define C_ALLOCA 1" >>confdefs.h
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
+if ${ac_cv_os_cray+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined CRAY && ! defined CRAY2
+webecray
+#else
+wenotbecray
+#endif
 
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "webecray" >/dev/null 2>&1; then :
+  ac_cv_os_cray=yes
+else
+  ac_cv_os_cray=no
 fi
+rm -f conftest*
+
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
+$as_echo "$ac_cv_os_cray" >&6; }
+if test $ac_cv_os_cray = yes; then
+  for ac_func in _getb67 GETB67 getb67; do
+    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+
+cat >>confdefs.h <<_ACEOF
+#define CRAY_STACKSEG_END $ac_func
+_ACEOF
+
+    break
 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"
+  done
 fi
 
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-set dummy ${ac_tool_prefix}gcc; ac_word=$2
-{ $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 "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
+$as_echo_n "checking stack direction for C alloca... " >&6; }
+if ${ac_cv_c_stack_direction+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$CC"; then
-  ac_cv_prog_CC="$CC" # Let the user override the test.
+  if test "$cross_compiling" = yes; then :
+  ac_cv_c_stack_direction=0
 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+int
+find_stack_direction (int *addr, int depth)
+{
+  int dir, dummy = 0;
+  if (! addr)
+    addr = &dummy;
+  *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
+  dir = depth ? find_stack_direction (addr, depth - 1) : 0;
+  return dir + dummy;
+}
 
+int
+main (int argc, char **argv)
+{
+  return find_stack_direction (0, argc + !argv + 20) < 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_c_stack_direction=1
+else
+  ac_cv_c_stack_direction=-1
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
+$as_echo "$ac_cv_c_stack_direction" >&6; }
+cat >>confdefs.h <<_ACEOF
+#define STACK_DIRECTION $ac_cv_c_stack_direction
+_ACEOF
 
 
 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 :
+
+for ac_header in argz.h fcntl.h float.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdint.h stdio_ext.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+# Checks for typedefs, structures, and compiler characteristics.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
+$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
+if ${ac_cv_header_stdbool_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+             #include <stdbool.h>
+             #ifndef bool
+              "error: bool is not defined"
+             #endif
+             #ifndef false
+              "error: false is not defined"
+             #endif
+             #if false
+              "error: false is not 0"
+             #endif
+             #ifndef true
+              "error: true is not defined"
+             #endif
+             #if true != 1
+              "error: true is not 1"
+             #endif
+             #ifndef __bool_true_false_are_defined
+              "error: __bool_true_false_are_defined is not defined"
+             #endif
+
+             struct s { _Bool s: 1; _Bool t; } s;
+
+             char a[true == 1 ? 1 : -1];
+             char b[false == 0 ? 1 : -1];
+             char c[__bool_true_false_are_defined == 1 ? 1 : -1];
+             char d[(bool) 0.5 == true ? 1 : -1];
+             /* See body of main program for 'e'.  */
+             char f[(_Bool) 0.0 == false ? 1 : -1];
+             char g[true];
+             char h[sizeof (_Bool)];
+             char i[sizeof s.t];
+             enum { j = false, k = true, l = false * true, m = true * 256 };
+             /* The following fails for
+                HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
+             _Bool n[m];
+             char o[sizeof n == m * sizeof n[0] ? 1 : -1];
+             char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
+             /* Catch a bug in an HP-UX C compiler.  See
+                http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
+                http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
+              */
+             _Bool q = true;
+             _Bool *pq = &q;
+
+int
+main ()
+{
 
+             bool e = &s;
+             *pq |= q;
+             *pq |= ! q;
+             /* Refer to every declared value, to avoid compiler optimizations.  */
+             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
+                     + !m + !n + !o + !p + !q + !pq);
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_header_stdbool_h=yes
+else
+  ac_cv_header_stdbool_h=no
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
+$as_echo "$ac_cv_header_stdbool_h" >&6; }
+   ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
+if test "x$ac_cv_type__Bool" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE__BOOL 1
+_ACEOF
+
+
 fi
 
-  if test "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 "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
+$as_echo_n "checking for inline... " >&6; }
+if ${ac_cv_c_inline+:} 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
+  ac_cv_c_inline=no
+for ac_kw in inline __inline__ __inline; do
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifndef __cplusplus
+typedef int foo_t;
+static $ac_kw foo_t static_foo () {return 0; }
+$ac_kw foo_t foo () {return 0; }
+#endif
 
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_c_inline=$ac_kw
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  test "$ac_cv_c_inline" != no && break
+done
+
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
+$as_echo "$ac_cv_c_inline" >&6; }
+
+case $ac_cv_c_inline in
+  inline | yes) ;;
+  *)
+    case $ac_cv_c_inline in
+      no) ac_val=;;
+      *) ac_val=$ac_cv_c_inline;;
+    esac
+    cat >>confdefs.h <<_ACEOF
+#ifndef __cplusplus
+#define inline $ac_val
+#endif
+_ACEOF
+    ;;
+esac
+
+ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
+if test "x$ac_cv_type_pid_t" = xyes; then :
+
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define pid_t int
+_ACEOF
+
 fi
 
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
+if test "x$ac_cv_type_size_t" = xyes; then :
+
+else
+
+cat >>confdefs.h <<_ACEOF
+#define size_t unsigned int
+_ACEOF
 
-  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 "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
+if ${ac_cv_type_uid_t+:} 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
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
 
-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
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "uid_t" >/dev/null 2>&1; then :
+  ac_cv_type_uid_t=yes
+else
+  ac_cv_type_uid_t=no
 fi
+rm -f conftest*
+
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
+$as_echo "$ac_cv_type_uid_t" >&6; }
+if test $ac_cv_type_uid_t = no; then
+
+$as_echo "#define uid_t int" >>confdefs.h
+
+
+$as_echo "#define gid_t int" >>confdefs.h
+
 fi
 
+ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
+case $ac_cv_c_uint16_t in #(
+  no|yes) ;; #(
+  *)
+
+
+cat >>confdefs.h <<_ACEOF
+#define uint16_t $ac_cv_c_uint16_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t"
+case $ac_cv_c_uint32_t in #(
+  no|yes) ;; #(
+  *)
+
+$as_echo "#define _UINT32_T 1" >>confdefs.h
+
+
+cat >>confdefs.h <<_ACEOF
+#define uint32_t $ac_cv_c_uint32_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t"
+case $ac_cv_c_uint8_t in #(
+  no|yes) ;; #(
+  *)
+
+$as_echo "#define _UINT8_T 1" >>confdefs.h
+
+
+cat >>confdefs.h <<_ACEOF
+#define uint8_t $ac_cv_c_uint8_t
+_ACEOF
+;;
+  esac
+
+ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_PTRDIFF_T 1
+_ACEOF
+
 
 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
+
+
+
+
+
+
+
+
+
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
+	if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 $as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_CC+:} false; then :
+if ${ac_cv_path_PKG_CONFIG+:} 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
+  case $PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -5091,43 +5555,42 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
+if test -n "$PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
+$as_echo "$PKG_CONFIG" >&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
+if test -z "$ac_cv_path_PKG_CONFIG"; then
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
+  # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
 { $as_echo "$as_me:${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 :
+if ${ac_cv_path_ac_pt_PKG_CONFIG+:} 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
+  case $ac_pt_PKG_CONFIG in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
+  ;;
+  *)
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_CC="$ac_prog"
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -5135,23 +5598,20 @@ done
   done
 IFS=$as_save_IFS
 
+  ;;
+esac
 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; }
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
+if test -n "$ac_pt_PKG_CONFIG"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
+$as_echo "$ac_pt_PKG_CONFIG" >&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=""
+  if test "x$ac_pt_PKG_CONFIG" = x; then
+    PKG_CONFIG=""
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -5159,993 +5619,983 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    CC=$ac_ct_CC
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
   fi
+else
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 fi
 
 fi
+if test -n "$PKG_CONFIG"; then
+	_pkg_min_version=0.9.0
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
+	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+	else
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+		PKG_CONFIG=""
+	fi
+fi
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
+$as_echo_n "checking for UUID... " >&6; }
 
-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
+if test -n "$UUID_CFLAGS"; then
+    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
   ac_status=$?
-  if test -s conftest.err; then
-    sed '10a\
-... rest of stderr output deleted ...
-         10q' conftest.err >conftest.er1
-    cat conftest.er1 >&5
-  fi
-  rm -f conftest.er1 conftest.err
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
-if ${ac_cv_c_compiler_gnu+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-#ifndef __GNUC__
-       choke me
-#endif
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_compiler_gnu=yes
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  ac_compiler_gnu=no
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-ac_cv_c_compiler_gnu=$ac_compiler_gnu
-
+ else
+    pkg_failed=untried
 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
+if test -n "$UUID_LIBS"; then
+    pkg_cv_UUID_LIBS="$UUID_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  GCC=
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  CFLAGS=""
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        else
+	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$UUID_PKG_ERRORS" >&5
 
-int
-main ()
-{
+	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
+$UUID_PKG_ERRORS
 
-else
-  ac_c_werror_flag=$ac_save_c_werror_flag
-	 CFLAGS="-g"
-	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-int
-main ()
-{
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables UUID_CFLAGS
+and UUID_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
+	UUID_LIBS=$pkg_cv_UUID_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
-  ;
-  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
+
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
+$as_echo_n "checking for LIBAO... " >&6; }
+
+if test -n "$LIBAO_CFLAGS"; then
+    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-   ac_c_werror_flag=$ac_save_c_werror_flag
+ else
+    pkg_failed=untried
 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
+if test -n "$LIBAO_LIBS"; then
+    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  if test "$GCC" = yes; then
-    CFLAGS="-O2"
-  else
-    CFLAGS=
-  fi
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 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 <stdarg.h>
-#include <stdio.h>
-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
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 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 :
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        else
+	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBAO_PKG_ERRORS" >&5
 
-fi
+	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
 
-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
+$LIBAO_PKG_ERRORS
 
-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.  */
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-int
-main ()
-{
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBAO_CFLAGS
+and LIBAO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
+	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
-  ;
-  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
 
 
-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
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
+$as_echo_n "checking for LIBASOUND2... " >&6; }
+
+if test -n "$LIBASOUND2_CFLAGS"; then
+    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 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
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$LIBASOUND2_LIBS"; then
+    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
-  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
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
-  cd ..
-  rm -rf conftest.dir
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  am_cv_CC_dependencies_compiler_type=none
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        else
+	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBASOUND2_PKG_ERRORS" >&5
 
-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
+	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
 
- 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
+$LIBASOUND2_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
+and LIBASOUND2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
-if ${ac_cv_c_const+:} false; then :
-  $as_echo_n "(cached) " >&6
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
+	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
-int
-main ()
-{
+fi
 
-#ifndef __cplusplus
-  /* Ultrix mips cc rejects this sort of thing.  */
-  typedef int charset[2];
-  const charset cs = { 0, 0 };
-  /* SunOS 4.1.1 cc rejects this.  */
-  char const *const *pcpcc;
-  char **ppc;
-  /* NEC SVR4.0.2 mips cc rejects this.  */
-  struct point {int x, y;};
-  static struct point const zero = {0,0};
-  /* AIX XL C 1.02.0.0 rejects this.
-     It does not let you subtract one const X* pointer from another in
-     an arm of an if-expression whose if-part is not a constant
-     expression */
-  const char *g = "string";
-  pcpcc = &g + (g ? g-g : 0);
-  /* HPUX 7.0 cc rejects these. */
-  ++pcpcc;
-  ppc = (char**) pcpcc;
-  pcpcc = (char const *const *) ppc;
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
-    char tx;
-    char *t = &tx;
-    char const *s = 0 ? (char *) 0 : (char const *) 0;
-
-    *t++ = 0;
-    if (s) return 0;
-  }
-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-    int x[] = {25, 17};
-    const int *foo = &x[0];
-    ++foo;
-  }
-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-    typedef const int *iptr;
-    iptr p = 0;
-    ++p;
-  }
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-    struct s { int j; const int *ap[3]; } bx;
-    struct s *b = &bx; b->j = 5;
-  }
-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-    const int foo = 10;
-    if (!foo) return 0;
-  }
-  return !cs[0] && !zero.x;
-#endif
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_c_const=yes
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
+$as_echo_n "checking for LIBXML2... " >&6; }
+
+if test -n "$LIBXML2_CFLAGS"; then
+    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  ac_cv_c_const=no
+  pkg_failed=yes
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ else
+    pkg_failed=untried
+fi
+if test -n "$LIBXML2_LIBS"; then
+    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
-$as_echo "$ac_cv_c_const" >&6; }
-if test $ac_cv_c_const = no; then
 
-$as_echo "#define const /**/" >>confdefs.h
 
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        else
+	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBXML2_PKG_ERRORS" >&5
 
-# 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_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
 
-{ $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
+$LIBXML2_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables LIBXML2_CFLAGS
+and LIBXML2_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
 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
+	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
+	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
 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
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
+$as_echo_n "checking for SNDFILE... " >&6; }
+
+if test -n "$SNDFILE_CFLAGS"; then
+    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  if test "x$host_alias" = x; then
-  ac_cv_host=$ac_cv_build
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$SNDFILE_LIBS"; then
+    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 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
+  pkg_failed=yes
 fi
-
+ else
+    pkg_failed=untried
 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
 
 
-enable_win32_dll=yes
 
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
-set dummy ${ac_tool_prefix}as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$AS"; then
-  ac_cv_prog_AS="$AS" # 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_AS="${ac_tool_prefix}as"
-    $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 $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
-fi
-fi
-AS=$ac_cv_prog_AS
-if test -n "$AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
-$as_echo "$AS" >&6; }
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        else
+	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$SNDFILE_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
 
-fi
-if test -z "$ac_cv_prog_AS"; then
-  ac_ct_AS=$AS
-  # Extract the first word of "as", so it can be a program name with args.
-set dummy as; 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_AS+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_AS"; then
-  ac_cv_prog_ac_ct_AS="$ac_ct_AS" # 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_AS="as"
-    $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
+$SNDFILE_PKG_ERRORS
 
-fi
-fi
-ac_ct_AS=$ac_cv_prog_ac_ct_AS
-if test -n "$ac_ct_AS"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
-$as_echo "$ac_ct_AS" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-  if test "x$ac_ct_AS" = x; then
-    AS="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AS=$ac_ct_AS
-  fi
+Alternatively, you may set the environment variables SNDFILE_CFLAGS
+and SNDFILE_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
 else
-  AS="$ac_cv_prog_AS"
+	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
+	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
 fi
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
+$as_echo_n "checking for LIBINSTPATCH... " >&6; }
+
+if test -n "$LIBINSTPATCH_CFLAGS"; then
+    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
 fi
+ else
+    pkg_failed=untried
 fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
+if test -n "$LIBINSTPATCH_LIBS"; then
+    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
 fi
 
 
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
 
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
-  fi
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
 else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
+        _pkg_short_errors_supported=no
 fi
+        if test $_pkg_short_errors_supported = yes; then
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        else
+	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
 
-  if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
 
+$LIBINSTPATCH_PKG_ERRORS
 
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-fi
-
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
-else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
-fi
-
-  ;;
-esac
-
-test -z "$AS" && AS=as
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
+and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
+	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
+fi
 
 
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
+$as_echo_n "checking for GOBJECT... " >&6; }
 
+if test -n "$GOBJECT_CFLAGS"; then
+    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GOBJECT_LIBS"; then
+    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
 
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        else
+	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GOBJECT_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
 
+$GOBJECT_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-case `pwd` in
-  *\ * | *\	*)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
-esac
+Alternatively, you may set the environment variables GOBJECT_CFLAGS
+and GOBJECT_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
+	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
+fi
 
-macro_version='2.4.4'
-macro_revision='2.4.4'
 
 
 
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
+$as_echo_n "checking for GDKPIXBUF... " >&6; }
 
+if test -n "$GDKPIXBUF_CFLAGS"; then
+    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GDKPIXBUF_LIBS"; then
+    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
 
 
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        else
+	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GDKPIXBUF_PKG_ERRORS" >&5
 
+	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
 
+$GDKPIXBUF_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
-ltmain=$ac_aux_dir/ltmain.sh
+Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
+and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
-# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
+	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
+fi
 
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
 
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
+$as_echo_n "checking for CAIRO... " >&6; }
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
-$as_echo_n "checking how to print strings... " >&6; }
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
-else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
-fi
+if test -n "$CAIRO_CFLAGS"; then
+    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$CAIRO_LIBS"; then
+    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
 
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO ""
-}
 
-case $ECHO in
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
-$as_echo "printf" >&6; } ;;
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
-$as_echo "print -r" >&6; } ;;
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
-$as_echo "cat" >&6; } ;;
-esac
 
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        else
+	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$CAIRO_PKG_ERRORS" >&5
+
+	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
+
+$CAIRO_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables CAIRO_CFLAGS
+and CAIRO_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
+	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
+
+
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
+$as_echo_n "checking for GTK... " >&6; }
+
+if test -n "$GTK_CFLAGS"; then
+    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GTK_LIBS"; then
+    pkg_cv_GTK_LIBS="$GTK_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
+		      test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        else
+	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
+        fi
+	# Put the nasty error message in config.log where it belongs
+	echo "$GTK_PKG_ERRORS" >&5
+
+	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
 
+$GTK_PKG_ERRORS
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
 
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
 
+Alternatively, you may set the environment variables GTK_CFLAGS
+and GTK_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
+	GTK_LIBS=$pkg_cv_GTK_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
 
+fi
 
 
 
+#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
+#AC_SUBST(XMLRPC_UTIL_CFLAGS)
+#AC_SUBST(XMLRPC_UTIL_LIBS)
 
+#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
+#AC_SUBST(XMLRPC_SERVER_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_LIBS)
 
+#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
 
+#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
+#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
+#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
 
+# Checks for library functions.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 if ${ac_cv_path_SED+:} false; then :
@@ -6215,422 +6665,418 @@ $as_echo "$ac_cv_path_SED" >&6; }
  SED="$ac_cv_path_SED"
   rm -f conftest.sed
 
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
+$as_echo_n "checking whether NLS is requested... " >&6; }
+    # Check whether --enable-nls was given.
+if test "${enable_nls+set}" = set; then :
+  enableval=$enable_nls; USE_NLS=$enableval
+else
+  USE_NLS=yes
+fi
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
 
 
 
 
+      GETTEXT_MACRO_VERSION=0.19
 
 
 
 
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
+
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
 
+# Extract the first word of "msgfmt", so it can be a program name with args.
+set dummy msgfmt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGFMT+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  case "$MSGFMT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
+    done
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
+    ;;
+esac
+fi
+MSGFMT="$ac_cv_path_MSGFMT"
+if test "$MSGFMT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
+$as_echo "$MSGFMT" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
 
-{ $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 :
+  # Extract the first word of "gmsgfmt", so it can be a program name with args.
+set dummy gmsgfmt; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_GMSGFMT+:} 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
+  case $GMSGFMT in
+  [\\/]* | ?:[\\/]*)
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
+  ;;
+  *)
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+for as_dir in $PATH
 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
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
+    $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 -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
+
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
+  ;;
+esac
+fi
+GMSGFMT=$ac_cv_path_GMSGFMT
+if test -n "$GMSGFMT"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
+$as_echo "$GMSGFMT" >&6; }
 else
-  ac_cv_path_GREP=$GREP
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
+
+
+    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
+    *) MSGFMT_015=$MSGFMT ;;
+  esac
+
+  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
+    *) GMSGFMT_015=$GMSGFMT ;;
+  esac
+
+
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
-{ $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"
 
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
 
-{ $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 :
+# Extract the first word of "xgettext", so it can be a program name with args.
+set dummy xgettext; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_XGETTEXT+:} 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
+  case "$XGETTEXT" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 &&
+     (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
+            ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
     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
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
+    ;;
+esac
+fi
+XGETTEXT="$ac_cv_path_XGETTEXT"
+if test "$XGETTEXT" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
+$as_echo "$XGETTEXT" >&6; }
 else
-  ac_cv_path_EGREP=$EGREP
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
 
-   fi
+    rm -f messages.po
+
+    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
+    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
+    *) XGETTEXT_015=$XGETTEXT ;;
+  esac
+
+
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
-{ $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"
 
+# Find out how to test for executable files. Don't use a zero-byte file,
+# as systems may use methods other than mode bits to determine executability.
+cat >conf$$.file <<_ASEOF
+#! /bin/sh
+exit 0
+_ASEOF
+chmod +x conf$$.file
+if test -x conf$$.file >/dev/null 2>&1; then
+  ac_executable_p="test -x"
+else
+  ac_executable_p="test -f"
+fi
+rm -f conf$$.file
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
-$as_echo_n "checking for fgrep... " >&6; }
-if ${ac_cv_path_FGREP+:} false; then :
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_MSGMERGE+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
-   then ac_cv_path_FGREP="$GREP -F"
-   else
-     if test -z "$FGREP"; then
-  ac_path_FGREP_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in fgrep; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_FGREP" || continue
-# Check for GNU ac_path_FGREP and select it if it is found.
-  # Check for GNU $ac_path_FGREP
-case `"$ac_path_FGREP" --version 2>&1` in
-*GNU*)
-  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
-*)
-  ac_count=0
-  $as_echo_n 0123456789 >"conftest.in"
-  while :
-  do
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
-    mv "conftest.tmp" "conftest.in"
-    cp "conftest.in" "conftest.nl"
-    $as_echo 'FGREP' >> "conftest.nl"
-    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
-    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
-      # Best one so far, save it but keep looking for a better one
-      ac_cv_path_FGREP="$ac_path_FGREP"
-      ac_path_FGREP_max=$ac_count
-    fi
-    # 10*(2^10) chars as input seems more than enough
-    test $ac_count -gt 10 && break
-  done
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
-esac
-
-      $ac_path_FGREP_found && break 3
+  case "$MSGMERGE" in
+  [\\/]* | ?:[\\/]*)
+    ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
+    ;;
+  *)
+    ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
+    for ac_dir in $PATH; do
+      IFS="$ac_save_IFS"
+      test -z "$ac_dir" && ac_dir=.
+      for ac_exec_ext in '' $ac_executable_extensions; do
+        if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
+          echo "$as_me: trying $ac_dir/$ac_word..." >&5
+          if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then
+            ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
+            break 2
+          fi
+        fi
+      done
     done
-  done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_FGREP"; then
-    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
-  fi
-else
-  ac_cv_path_FGREP=$FGREP
+    IFS="$ac_save_IFS"
+  test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
+    ;;
+esac
 fi
-
-   fi
+MSGMERGE="$ac_cv_path_MSGMERGE"
+if test "$MSGMERGE" != ":"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
+$as_echo "$MSGMERGE" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
-$as_echo "$ac_cv_path_FGREP" >&6; }
- FGREP="$ac_cv_path_FGREP"
 
 
-test -z "$GREP" && GREP=grep
+        test -n "$localedir" || localedir='${datadir}/locale'
 
 
+    test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
 
 
+  ac_config_commands="$ac_config_commands po-directories"
 
 
+# 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 whether we are using the GNU C Library 2 or newer" >&5
+$as_echo_n "checking whether we are using the GNU C Library 2 or newer... " >&6; }
+if ${ac_cv_gnu_library_2+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ >= 2) && !defined __UCLIBC__
+  Lucky GNU user
+ #endif
+#endif
 
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky GNU user" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2=yes
+else
+  ac_cv_gnu_library_2=no
+fi
+rm -f conftest*
 
 
 
-# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2" >&5
+$as_echo "$ac_cv_gnu_library_2" >&6; }
 
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
+    GLIBC2="$ac_cv_gnu_library_2"
 
 
-
-
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
-$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
-if ${lt_cv_path_NM+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
-$as_echo "$lt_cv_path_NM" >&6; }
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    if test -n "$ac_tool_prefix"; then
-  for ac_prog in dumpbin "link -dump"
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+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_DUMPBIN+:} false; then :
+if ${ac_cv_prog_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DUMPBIN"; then
-  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
+  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
@@ -6639,7 +7085,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
+    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
@@ -6649,32 +7095,28 @@ IFS=$as_save_IFS
 
 fi
 fi
-DUMPBIN=$ac_cv_prog_DUMPBIN
-if test -n "$DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
-$as_echo "$DUMPBIN" >&6; }
+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
 
 
-    test -n "$DUMPBIN" && break
-  done
 fi
-if test -z "$DUMPBIN"; then
-  ac_ct_DUMPBIN=$DUMPBIN
-  for ac_prog in dumpbin "link -dump"
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
+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_DUMPBIN+:} false; then :
+if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_DUMPBIN"; then
-  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
+  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
@@ -6683,7 +7125,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
+    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
@@ -6693,21 +7135,17 @@ IFS=$as_save_IFS
 
 fi
 fi
-ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
-if test -n "$ac_ct_DUMPBIN"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
-$as_echo "$ac_ct_DUMPBIN" >&6; }
+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
 
-
-  test -n "$ac_ct_DUMPBIN" && break
-done
-
-  if test "x$ac_ct_DUMPBIN" = x; then
-    DUMPBIN=":"
+  if test "x$ac_ct_RANLIB" = x; then
+    RANLIB=":"
   else
     case $cross_compiling:$ac_tool_warned in
 yes:)
@@ -6715,680 +7153,657 @@ yes:)
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 ac_tool_warned=yes ;;
 esac
-    DUMPBIN=$ac_ct_DUMPBIN
-  fi
-fi
-
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
+    RANLIB=$ac_ct_RANLIB
   fi
+else
+  RANLIB="$ac_cv_prog_RANLIB"
 fi
-test -z "$NM" && NM=nm
 
 
 
+  CFLAG_VISIBILITY=
+  HAVE_VISIBILITY=0
+  if test -n "$GCC"; then
+                { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5
+$as_echo_n "checking whether the -Werror option is usable... " >&6; }
+    if ${gl_cv_cc_vis_werror+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
 
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -Werror"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+int
+main ()
+{
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
-$as_echo_n "checking the name lister ($NM) interface... " >&6; }
-if ${lt_cv_nm_interface+:} false; then :
-  $as_echo_n "(cached) " >&6
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_vis_werror=yes
 else
-  lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&5
-  (eval echo "\"\$as_me:$LINENO: output\"" >&5)
-  cat conftest.out >&5
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*
+  gl_cv_cc_vis_werror=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
-$as_echo "$lt_cv_nm_interface" >&6; }
 
-# find the maximum length of command line arguments
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
-if ${lt_cv_sys_max_cmd_len+:} false; then :
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5
+$as_echo "$gl_cv_cc_vis_werror" >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5
+$as_echo_n "checking for simple visibility declarations... " >&6; }
+    if ${gl_cv_cc_visibility+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-    i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
 
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+      gl_save_CFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS -fvisibility=hidden"
+                                    if test $gl_cv_cc_vis_werror = yes; then
+        CFLAGS="$CFLAGS -Werror"
+      fi
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+extern __attribute__((__visibility__("hidden"))) int hiddenvar;
+             extern __attribute__((__visibility__("default"))) int exportedvar;
+             extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
+             extern __attribute__((__visibility__("default"))) int exportedfunc (void);
+             void dummyfunc (void) {}
 
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+int
+main ()
+{
 
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_cc_visibility=yes
+else
+  gl_cv_cc_visibility=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      CFLAGS="$gl_save_CFLAGS"
+fi
 
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5
+$as_echo "$gl_cv_cc_visibility" >&6; }
+    if test $gl_cv_cc_visibility = yes; then
+      CFLAG_VISIBILITY="-fvisibility=hidden"
+      HAVE_VISIBILITY=1
     fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
+  fi
 
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
 
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
 
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
+cat >>confdefs.h <<_ACEOF
+#define HAVE_VISIBILITY $HAVE_VISIBILITY
+_ACEOF
+
 
-fi
 
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5
+$as_echo_n "checking for stdint.h... " >&6; }
+if ${gl_cv_header_stdint_h+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <sys/types.h>
+            #include <stdint.h>
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_stdint_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
-$as_echo "none" >&6; }
+  gl_cv_header_stdint_h=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5
+$as_echo "$gl_cv_header_stdint_h" >&6; }
+  if test $gl_cv_header_stdint_h = yes; then
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STDINT_H_WITH_UINTMAX 1
+_ACEOF
 
+  fi
 
 
 
 
-: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
+  for ac_header in $ac_header_list
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
+"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
 
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
 fi
 
+done
 
 
 
 
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
-
-
-
 
 
 
 
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_GETPAGESIZE 1
+_ACEOF
 
+fi
+done
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
-$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
-if ${lt_cv_to_host_file_cmd+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
+
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
+else
+  ac_cv_func_mmap_fixed_mapped=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
-$as_echo "$lt_cv_to_host_file_cmd" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
 
+$as_echo "#define HAVE_MMAP 1" >>confdefs.h
 
+fi
+rm -f conftest.mmap conftest.txt
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
-$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
-if ${lt_cv_to_tool_file_cmd+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether integer division by zero raises SIGFPE" >&5
+$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; }
+if ${gt_cv_int_divbyzero_sigfpe+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  #assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
 
-fi
-
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
-$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
+      gt_cv_int_divbyzero_sigfpe=
+      case "$host_os" in
+        macos* | darwin[6-9]* | darwin[1-9][0-9]*)
+          # On Mac OS X 10.2 or newer, just assume the same as when cross-
+          # compiling. If we were to perform the real test, 1 Crash Report
+          # dialog window would pop up.
+          case "$host_cpu" in
+            i[34567]86 | x86_64)
+              gt_cv_int_divbyzero_sigfpe="guessing yes" ;;
+          esac
+          ;;
+      esac
+      if test -z "$gt_cv_int_divbyzero_sigfpe"; then
+        if test "$cross_compiling" = yes; then :
 
+            # Guess based on the CPU.
+            case "$host_cpu" in
+              alpha* | i[34567]86 | x86_64 | m68k | s390*)
+                gt_cv_int_divbyzero_sigfpe="guessing yes";;
+              *)
+                gt_cv_int_divbyzero_sigfpe="guessing no";;
+            esac
 
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <signal.h>
 
+static void
+sigfpe_handler (int sig)
+{
+  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
+  exit (sig != SIGFPE);
+}
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
-if ${lt_cv_ld_reload_flag+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_reload_flag='-r'
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
+int x = 1;
+int y = 0;
+int z;
+int nan;
 
+int main ()
+{
+  signal (SIGFPE, sigfpe_handler);
+/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
+#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
+  signal (SIGTRAP, sigfpe_handler);
+#endif
+/* Linux/SPARC yields signal SIGILL.  */
+#if defined (__sparc__) && defined (__linux__)
+  signal (SIGILL, sigfpe_handler);
+#endif
 
+  z = x / y;
+  nan = y / y;
+  exit (2);
+}
 
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_int_divbyzero_sigfpe=yes
+else
+  gt_cv_int_divbyzero_sigfpe=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: $gt_cv_int_divbyzero_sigfpe" >&5
+$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; }
+  case "$gt_cv_int_divbyzero_sigfpe" in
+    *yes) value=1;;
+    *) value=0;;
+  esac
 
+cat >>confdefs.h <<_ACEOF
+#define INTDIV0_RAISES_SIGFPE $value
+_ACEOF
 
 
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
-set dummy ${ac_tool_prefix}objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OBJDUMP+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5
+$as_echo_n "checking for inttypes.h... " >&6; }
+if ${gl_cv_header_inttypes_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OBJDUMP"; then
-  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-OBJDUMP=$ac_cv_prog_OBJDUMP
-if test -n "$OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
-$as_echo "$OBJDUMP" >&6; }
+#include <sys/types.h>
+#include <inttypes.h>
+
+int
+main ()
+{
+uintmax_t i = (uintmax_t) -1; return !i;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gl_cv_header_inttypes_h=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gl_cv_header_inttypes_h=no
 fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5
+$as_echo "$gl_cv_header_inttypes_h" >&6; }
+  if test $gl_cv_header_inttypes_h = yes; then
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_INTTYPES_H_WITH_UINTMAX 1
+_ACEOF
 
-fi
-if test -z "$ac_cv_prog_OBJDUMP"; then
-  ac_ct_OBJDUMP=$OBJDUMP
-  # Extract the first word of "objdump", so it can be a program name with args.
-set dummy objdump; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_OBJDUMP"; then
-  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OBJDUMP="objdump"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
   fi
-done
-  done
-IFS=$as_save_IFS
 
-fi
-fi
-ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
-if test -n "$ac_ct_OBJDUMP"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
-$as_echo "$ac_ct_OBJDUMP" >&6; }
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5
+$as_echo_n "checking for unsigned long long int... " >&6; }
+if ${ac_cv_type_unsigned_long_long_int+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  ac_cv_type_unsigned_long_long_int=yes
+     if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+  /* For now, do not test the preprocessor; as of 2007 there are too many
+         implementations with broken preprocessors.  Perhaps this can
+         be revisited in 2012.  In the meantime, code should not expect
+         #if to work with literals wider than 32 bits.  */
+      /* Test literals.  */
+      long long int ll = 9223372036854775807ll;
+      long long int nll = -9223372036854775807LL;
+      unsigned long long int ull = 18446744073709551615ULL;
+      /* Test constant expressions.   */
+      typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll)
+                     ? 1 : -1)];
+      typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1
+                     ? 1 : -1)];
+      int i = 63;
+int
+main ()
+{
+/* Test availability of runtime routines for shift and division.  */
+      long long int llmax = 9223372036854775807ll;
+      unsigned long long int ullmax = 18446744073709551615ull;
+      return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i)
+              | (llmax / ll) | (llmax % ll)
+              | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
+              | (ullmax / ull) | (ullmax % ull));
+  ;
+  return 0;
+}
+
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
 
-  if test "x$ac_ct_OBJDUMP" = x; then
-    OBJDUMP="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OBJDUMP=$ac_ct_OBJDUMP
-  fi
 else
-  OBJDUMP="$ac_cv_prog_OBJDUMP"
+  ac_cv_type_unsigned_long_long_int=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5
+$as_echo "$ac_cv_type_unsigned_long_long_int" >&6; }
+  if test $ac_cv_type_unsigned_long_long_int = yes; then
 
-test -z "$OBJDUMP" && OBJDUMP=objdump
+$as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h
 
+  fi
 
 
 
 
+  if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
-if ${lt_cv_deplibs_check_method+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[4-9]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+    test $ac_cv_type_unsigned_long_long_int = yes \
+      && ac_type='unsigned long long' \
+      || ac_type='unsigned long'
 
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+cat >>confdefs.h <<_ACEOF
+#define uintmax_t $ac_type
+_ACEOF
 
-bsdi[45]*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
+  else
 
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
+$as_echo "#define HAVE_UINTMAX_T 1" >>confdefs.h
 
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
   fi
-  ;;
 
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
 
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+  for ac_header in inttypes.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default"
+if test "x$ac_cv_header_inttypes_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_INTTYPES_H 1
+_ACEOF
 
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
+fi
 
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+done
 
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
+  if test $ac_cv_header_inttypes_h = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5
+$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; }
+if ${gt_cv_inttypes_pri_broken+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
 
-interix[3-9]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
-  ;;
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+#include <inttypes.h>
+#ifdef PRId32
+char *p = PRId32;
+#endif
 
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+int
+main ()
+{
 
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
-  fi
-  ;;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_inttypes_pri_broken=no
+else
+  gt_cv_inttypes_pri_broken=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5
+$as_echo "$gt_cv_inttypes_pri_broken" >&6; }
+  fi
+  if test "$gt_cv_inttypes_pri_broken" = yes; then
 
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
+cat >>confdefs.h <<_ACEOF
+#define PRI_MACROS_BROKEN 1
+_ACEOF
 
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
+    PRI_MACROS_BROKEN=1
   else
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
+    PRI_MACROS_BROKEN=0
   fi
-  ;;
-
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
 
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
-    fi
-    ;;
-  esac
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
+if test "x$ac_cv_header_minix_config_h" = xyes; then :
+  MINIX=yes
+else
+  MINIX=
 fi
 
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
+  if test "$MINIX" = yes; then
 
+$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
 
 
+$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
 
 
+$as_echo "#define _MINIX 1" >>confdefs.h
 
+  fi
 
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
+if ${ac_cv_safe_to_define___extensions__+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#         define __EXTENSIONS__ 1
+          $ac_includes_default
+int
+main ()
+{
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ac_cv_safe_to_define___extensions__=yes
+else
+  ac_cv_safe_to_define___extensions__=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
+  test $ac_cv_safe_to_define___extensions__ = yes &&
+    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
 
+  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
 
+  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
 
+  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
 
+  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
 
 
 
@@ -7396,545 +7811,629 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
 
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$DLLTOOL"; then
-  ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
+  # Check whether --enable-threads was given.
+if test "${enable_threads+set}" = set; then :
+  enableval=$enable_threads; gl_use_threads=$enableval
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-DLLTOOL=$ac_cv_prog_DLLTOOL
-if test -n "$DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
-$as_echo "$DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_prog_DLLTOOL"; then
-  ac_ct_DLLTOOL=$DLLTOOL
-  # Extract the first word of "dlltool", so it can be a program name with args.
-set dummy dlltool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DLLTOOL"; then
-  ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DLLTOOL="dlltool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  if test -n "$gl_use_threads_default"; then
+       gl_use_threads="$gl_use_threads_default"
+     else
+       case "$host_os" in
+                                                               osf*) gl_use_threads=no ;;
+         cygwin*)
+               case `uname -r` in
+                 1.[0-5].*) gl_use_threads=no ;;
+                 *)         gl_use_threads=yes ;;
+               esac
+               ;;
+         *)    gl_use_threads=yes ;;
+       esac
+     fi
 
 fi
-fi
-ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
-if test -n "$ac_ct_DLLTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
-$as_echo "$ac_ct_DLLTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
-  if test "x$ac_ct_DLLTOOL" = x; then
-    DLLTOOL="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DLLTOOL=$ac_ct_DLLTOOL
+  if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+    # For using <pthread.h>:
+    case "$host_os" in
+      osf*)
+        # On OSF/1, the compiler needs the flag -D_REENTRANT so that it
+        # groks <pthread.h>. cc also understands the flag -pthread, but
+        # we don't use it because 1. gcc-2.95 doesn't understand -pthread,
+        # 2. putting a flag into CPPFLAGS that has an effect on the linker
+        # causes the AC_LINK_IFELSE test below to succeed unexpectedly,
+        # leading to wrong values of LIBTHREAD and LTLIBTHREAD.
+        CPPFLAGS="$CPPFLAGS -D_REENTRANT"
+        ;;
+    esac
+    # Some systems optimize for single-threaded programs by default, and
+    # need special flags to disable these optimizations. For example, the
+    # definition of 'errno' in <errno.h>.
+    case "$host_os" in
+      aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;;
+      solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;;
+    esac
   fi
-else
-  DLLTOOL="$ac_cv_prog_DLLTOOL"
-fi
 
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
 
 
 
+      if test "X$prefix" = "XNONE"; then
+    acl_final_prefix="$ac_default_prefix"
+  else
+    acl_final_prefix="$prefix"
+  fi
+  if test "X$exec_prefix" = "XNONE"; then
+    acl_final_exec_prefix='${prefix}'
+  else
+    acl_final_exec_prefix="$exec_prefix"
+  fi
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
+  prefix="$acl_save_prefix"
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
-$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
-if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
-  $as_echo_n "(cached) " >&6
+# Check whether --with-gnu-ld was given.
+if test "${with_gnu_ld+set}" = set; then :
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 else
-  lt_cv_sharedlib_from_linklib_cmd='unknown'
+  with_gnu_ld=no
+fi
+
+# Prepare PATH_SEPARATOR.
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  # Determine PATH_SEPARATOR by trying to find /bin/sh in a PATH which
+  # contains only /bin. Note that ksh looks also at the FPATH variable,
+  # so we have to set that as well for the test.
+  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
 
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
+ac_prog=ld
+if test "$GCC" = yes; then
+  # Check if gcc -print-prog-name=ld gives a path.
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
+$as_echo_n "checking for ld used by $CC... " >&6; }
+  case $host in
+  *-*-mingw*)
+    # gcc leaves a trailing carriage return which upsets mingw
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
+  *)
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
+  esac
+  case $ac_prog in
+    # Accept absolute paths.
+    [\\/]* | ?:[\\/]*)
+      re_direlt='/[^/][^/]*/\.\./'
+      # Canonicalize the pathname of ld
+      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
+      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
+        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
+      done
+      test -z "$LD" && LD="$ac_prog"
+      ;;
+  "")
+    # If it fails, then pretend we aren't using GCC.
+    ac_prog=ld
     ;;
   *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
+    # If it is relative, then search for the first ld in PATH.
+    with_gnu_ld=unknown
     ;;
   esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
-
+elif test "$with_gnu_ld" = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
+$as_echo_n "checking for GNU ld... " >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
+$as_echo_n "checking for non-GNU ld... " >&6; }
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
-$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
-
-
-
-
-
-
-if test -n "$ac_tool_prefix"; then
-  for ac_prog in ar
-  do
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_AR+:} false; then :
+if ${acl_cv_path_LD+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$AR"; then
-  ac_cv_prog_AR="$AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
+  if test -z "$LD"; then
+  acl_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
+  for ac_dir in $PATH; do
+    IFS="$acl_save_ifs"
+    test -z "$ac_dir" && ac_dir=.
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
+      acl_cv_path_LD="$ac_dir/$ac_prog"
+      # Check to see if the program is GNU ld.  I'd rather use --version,
+      # but apparently some variants of GNU ld only accept -v.
+      # Break only if it was the GNU/non-GNU ld that we prefer.
+      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
+      *GNU* | *'with BFD'*)
+        test "$with_gnu_ld" != no && break
+        ;;
+      *)
+        test "$with_gnu_ld" != yes && break
+        ;;
+      esac
+    fi
   done
-IFS=$as_save_IFS
-
+  IFS="$acl_save_ifs"
+else
+  acl_cv_path_LD="$LD" # Let the user override the test with a path.
 fi
 fi
-AR=$ac_cv_prog_AR
-if test -n "$AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
-$as_echo "$AR" >&6; }
+
+LD="$acl_cv_path_LD"
+if test -n "$LD"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
+$as_echo "$LD" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
+test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
+if ${acl_cv_prog_gnu_ld+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
+case `$LD -v 2>&1 </dev/null` in
+*GNU* | *'with BFD'*)
+  acl_cv_prog_gnu_ld=yes
+  ;;
+*)
+  acl_cv_prog_gnu_ld=no
+  ;;
+esac
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
+$as_echo "$acl_cv_prog_gnu_ld" >&6; }
+with_gnu_ld=$acl_cv_prog_gnu_ld
 
 
-    test -n "$AR" && break
-  done
-fi
-if test -z "$AR"; then
-  ac_ct_AR=$AR
-  for ac_prog in ar
-do
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
-set dummy $ac_prog; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_AR+:} false; then :
+
+
+                                                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
+$as_echo_n "checking for shared library run path origin... " >&6; }
+if ${acl_cv_rpath+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_AR"; then
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_AR="$ac_prog"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+
+    CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
+    ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
+    . ./conftest.sh
+    rm -f ./conftest.sh
+    acl_cv_rpath=done
 
 fi
-fi
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
-if test -n "$ac_ct_AR"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
-$as_echo "$ac_ct_AR" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
+$as_echo "$acl_cv_rpath" >&6; }
+  wl="$acl_cv_wl"
+  acl_libext="$acl_cv_libext"
+  acl_shlibext="$acl_cv_shlibext"
+  acl_libname_spec="$acl_cv_libname_spec"
+  acl_library_names_spec="$acl_cv_library_names_spec"
+  acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
+  acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
+  acl_hardcode_direct="$acl_cv_hardcode_direct"
+  acl_hardcode_minus_L="$acl_cv_hardcode_minus_L"
+    # Check whether --enable-rpath was given.
+if test "${enable_rpath+set}" = set; then :
+  enableval=$enable_rpath; :
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  enable_rpath=yes
 fi
 
 
-  test -n "$ac_ct_AR" && break
-done
-
-  if test "x$ac_ct_AR" = x; then
-    AR="false"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    AR=$ac_ct_AR
-  fi
-fi
-
-: ${AR=ar}
-: ${AR_FLAGS=cru}
-
-
 
 
+  acl_libdirstem=lib
+  acl_libdirstem2=
+  case "$host_os" in
+    solaris*)
+                                    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5
+$as_echo_n "checking for 64-bit host... " >&6; }
+if ${gl_cv_solaris_64bit+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#ifdef _LP64
+sixtyfour bits
+#endif
 
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "sixtyfour bits" >/dev/null 2>&1; then :
+  gl_cv_solaris_64bit=yes
+else
+  gl_cv_solaris_64bit=no
+fi
+rm -f conftest*
 
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5
+$as_echo "$gl_cv_solaris_64bit" >&6; }
+      if test $gl_cv_solaris_64bit = yes; then
+        acl_libdirstem=lib/64
+        case "$host_cpu" in
+          sparc*)        acl_libdirstem2=lib/sparcv9 ;;
+          i*86 | x86_64) acl_libdirstem2=lib/amd64 ;;
+        esac
+      fi
+      ;;
+    *)
+      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
+      if test -n "$searchpath"; then
+        acl_save_IFS="${IFS= 	}"; IFS=":"
+        for searchdir in $searchpath; do
+          if test -d "$searchdir"; then
+            case "$searchdir" in
+              */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
+              */../ | */.. )
+                # Better ignore directories of this form. They are misleading.
+                ;;
+              *) searchdir=`cd "$searchdir" && pwd`
+                 case "$searchdir" in
+                   */lib64 ) acl_libdirstem=lib64 ;;
+                 esac ;;
+            esac
+          fi
+        done
+        IFS="$acl_save_IFS"
+      fi
+      ;;
+  esac
+  test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem"
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
-$as_echo_n "checking for archiver @FILE support... " >&6; }
-if ${lt_cv_ar_at_file+:} false; then :
+  gl_threads_api=none
+  LIBTHREAD=
+  LTLIBTHREAD=
+  LIBMULTITHREAD=
+  LTLIBMULTITHREAD=
+  if test "$gl_use_threads" != no; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5
+$as_echo_n "checking whether imported symbols can be declared weak... " >&6; }
+if ${gl_cv_have_weak+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_ar_at_file=no
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  gl_cv_have_weak=no
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
+extern void xyzzy ();
+#pragma weak xyzzy
 int
 main ()
 {
-
+xyzzy();
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
-      { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	{ { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
-  (eval $lt_ar_try) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_cv_have_weak=maybe
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
-$as_echo "$lt_cv_ar_at_file" >&6; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+       if test $gl_cv_have_weak = maybe; then
+                           if test "$cross_compiling" = yes; then :
+                          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#ifdef __ELF__
+               Extensible Linking Format
+               #endif
 
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Extensible Linking Format" >/dev/null 2>&1; then :
+  gl_cv_have_weak="guessing yes"
 else
-  archiver_list_spec=$lt_cv_ar_at_file
+  gl_cv_have_weak="guessing no"
 fi
+rm -f conftest*
 
 
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-
-
-
-
-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.
+#include <stdio.h>
+#pragma weak fputs
+int main ()
+{
+  return (fputs == NULL);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_have_weak=yes
 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
-
+  gl_cv_have_weak=no
 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; }
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
+       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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5
+$as_echo "$gl_cv_have_weak" >&6; }
+    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then
+      # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that
+      # it groks <pthread.h>. It's added above, in gl_THREADLIB_EARLY_BODY.
+      ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
+if test "x$ac_cv_header_pthread_h" = xyes; then :
+  gl_have_pthread_h=yes
+else
+  gl_have_pthread_h=no
+fi
+
+
+      if test "$gl_have_pthread_h" = yes; then
+        # Other possible tests:
+        #   -lpthreads (FSU threads, PCthreads)
+        #   -lgthreads
+        gl_have_pthread=
+        # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist
+        # in libc. IRIX 6.5 has the first one in both libc and libpthread, but
+        # the second one only in libpthread, and lock.c needs it.
+        #
+        # If -pthread works, prefer it to -lpthread, since Ubuntu 14.04
+        # needs -pthread for some reason.  See:
+        # http://lists.gnu.org/archive/html/bug-gnulib/2014-09/msg00023.html
+        save_LIBS=$LIBS
+        for gl_pthread in '' '-pthread'; do
+          LIBS="$LIBS $gl_pthread"
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pthread.h>
+                 pthread_mutex_t m;
+                 pthread_mutexattr_t ma;
 
+int
+main ()
+{
+pthread_mutex_lock (&m);
+                 pthread_mutexattr_init (&ma);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pthread=yes
+             LIBTHREAD=$gl_pthread LTLIBTHREAD=$gl_pthread
+             LIBMULTITHREAD=$gl_pthread LTLIBMULTITHREAD=$gl_pthread
 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; }
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+          LIBS=$save_LIBS
+          test -n "$gl_have_pthread" && break
+        done
+
+        # Test for libpthread by looking for pthread_kill. (Not pthread_self,
+        # since it is defined as a macro on OSF/1.)
+        if test -n "$gl_have_pthread" && test -z "$LIBTHREAD"; then
+          # The program links fine without libpthread. But it may actually
+          # need to link with libpthread in order to create multiple threads.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
+  $as_echo_n "(cached) " >&6
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lpthread  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-  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
+/* 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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
 else
-  STRIP="$ac_cv_prog_STRIP"
+  ac_cv_lib_pthread_pthread_kill=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_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
+             # On Solaris and HP-UX, most pthread functions exist also in libc.
+             # Therefore pthread_in_use() needs to actually try to create a
+             # thread: pthread_create from libc will fail, whereas
+             # pthread_create will actually create a thread.
+             case "$host_os" in
+               solaris* | hpux*)
 
-test -z "$STRIP" && STRIP=:
-
-
-
+$as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h
 
+             esac
 
+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 :
+        elif test -z "$gl_have_pthread"; then
+          # Some library is needed. Try libpthread and libc_r.
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
+$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
+if ${ac_cv_lib_pthread_pthread_kill+:} 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
+  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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_pthread_pthread_kill=yes
+else
+  ac_cv_lib_pthread_pthread_kill=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+LIBS=$ac_check_lib_save_LIBS
 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; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5
+$as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; }
+if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+             LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread
+             LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread
 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 :
+          if test -z "$gl_have_pthread"; then
+            # For FreeBSD 4.
+            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5
+$as_echo_n "checking for pthread_kill in -lc_r... " >&6; }
+if ${ac_cv_lib_c_r_pthread_kill+:} 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
+  ac_check_lib_save_LIBS=$LIBS
+LIBS="-lc_r  $LIBS"
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-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; }
+/* 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_kill ();
+int
+main ()
+{
+return pthread_kill ();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_lib_c_r_pthread_kill=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  ac_cv_lib_c_r_pthread_kill=no
 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"
+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_c_r_pthread_kill" >&5
+$as_echo "$ac_cv_lib_c_r_pthread_kill" >&6; }
+if test "x$ac_cv_lib_c_r_pthread_kill" = xyes; then :
+  gl_have_pthread=yes
+               LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r
+               LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r
 fi
 
-test -z "$RANLIB" && RANLIB=:
-
+          fi
+        fi
+        if test -n "$gl_have_pthread"; then
+          gl_threads_api=posix
 
+$as_echo "#define USE_POSIX_THREADS 1" >>confdefs.h
 
+          if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+            if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
 
+$as_echo "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h
 
+              LIBTHREAD=
+              LTLIBTHREAD=
+            fi
+          fi
+        fi
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then
+        gl_have_solaristhread=
+        gl_save_LIBS="$LIBS"
+        LIBS="$LIBS -lthread"
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
+#include <thread.h>
+#include <synch.h>
 
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
+int
+main ()
+{
+thr_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_solaristhread=yes
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+        LIBS="$gl_save_LIBS"
+        if test -n "$gl_have_solaristhread"; then
+          gl_threads_api=solaris
+          LIBTHREAD=-lthread
+          LTLIBTHREAD=-lthread
+          LIBMULTITHREAD="$LIBTHREAD"
+          LTLIBMULTITHREAD="$LTLIBTHREAD"
 
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-
+$as_echo "#define USE_SOLARIS_THREADS 1" >>confdefs.h
 
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
 
+$as_echo "#define USE_SOLARIS_THREADS_WEAK 1" >>confdefs.h
 
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      fi
+    fi
+    if test "$gl_use_threads" = pth; then
+      gl_save_CPPFLAGS="$CPPFLAGS"
 
 
 
 
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libpth" >&5
+$as_echo_n "checking how to link with libpth... " >&6; }
+if ${ac_cv_libpth_libs+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
 
 
 
@@ -7943,325 +8442,618 @@ esac
 
 
 
+    use_additional=yes
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
 
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
 
+# Check whether --with-libpth-prefix was given.
+if test "${with_libpth_prefix+set}" = set; then :
+  withval=$with_libpth_prefix;
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
 
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
+fi
 
+      LIBPTH=
+  LTLIBPTH=
+  INCPTH=
+  LIBPTH_PREFIX=
+      HAVE_LIBPTH=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='pth '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBPTH="${LIBPTH}${LIBPTH:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBPTH; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBPTH; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBPTH="${LIBPTH}${LIBPTH:+ }$found_a"
+              else
+                                                LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'pth'; then
+                  LIBPTH_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCPTH; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCPTH="${INCPTH}${INCPTH:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBPTH; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBPTH; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBPTH="${LIBPTH}${LIBPTH:+ }$dep"
+                    LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name"
+            LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBPTH="${LIBPTH}${LIBPTH:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-R$found_dir"
+    done
+  fi
 
 
 
 
 
 
+    ac_cv_libpth_libs="$LIBPTH"
+    ac_cv_libpth_ltlibs="$LTLIBPTH"
+    ac_cv_libpth_cppflags="$INCPTH"
+    ac_cv_libpth_prefix="$LIBPTH_PREFIX"
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libpth_libs" >&5
+$as_echo "$ac_cv_libpth_libs" >&6; }
+  LIBPTH="$ac_cv_libpth_libs"
+  LTLIBPTH="$ac_cv_libpth_ltlibs"
+  INCPTH="$ac_cv_libpth_cppflags"
+  LIBPTH_PREFIX="$ac_cv_libpth_prefix"
 
+  for element in $INCPTH; do
+    haveit=
+    for x in $CPPFLAGS; do
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
 
+      HAVE_LIBPTH=yes
 
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
-if ${lt_cv_sys_global_symbol_pipe+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
 
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
-# Character class describing NM global symbol codes.
-symcode='[BCDEGRST]'
+      gl_have_pth=
+      gl_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBPTH"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <pth.h>
+int
+main ()
+{
+pth_self();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gl_have_pth=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$gl_save_LIBS"
+      if test -n "$gl_have_pth"; then
+        gl_threads_api=pth
+        LIBTHREAD="$LIBPTH"
+        LTLIBTHREAD="$LTLIBPTH"
+        LIBMULTITHREAD="$LIBTHREAD"
+        LTLIBMULTITHREAD="$LTLIBTHREAD"
 
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
+$as_echo "#define USE_PTH_THREADS 1" >>confdefs.h
 
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[BCDT]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[ABCDGISTW]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[ABCDEGRST]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[BCDEGRST]'
-  ;;
-osf*)
-  symcode='[BCDEGQRST]'
-  ;;
-solaris*)
-  symcode='[BDRT]'
-  ;;
-sco3.2v5*)
-  symcode='[DT]'
-  ;;
-sysv4.2uw2*)
-  symcode='[DT]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[ABDT]'
-  ;;
-sysv4)
-  symcode='[DFNSTU]'
-  ;;
-esac
+        if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then
+          if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then
 
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[ABCDGIRSTW]' ;;
-esac
+$as_echo "#define USE_PTH_THREADS_WEAK 1" >>confdefs.h
 
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
+            LIBTHREAD=
+            LTLIBTHREAD=
+          fi
+        fi
+      else
+        CPPFLAGS="$gl_save_CPPFLAGS"
+      fi
+    fi
+    if test -z "$gl_have_pthread"; then
+      case "$gl_use_threads" in
+        yes | windows | win32) # The 'win32' is for backward compatibility.
+          if { case "$host_os" in
+                 mingw*) true;;
+                 *) false;;
+               esac
+             }; then
+            gl_threads_api=windows
+
+$as_echo "#define USE_WINDOWS_THREADS 1" >>confdefs.h
 
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK '"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[	 ]\($symcode$symcode*\)[	 ][	 ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
+          fi
+          ;;
+      esac
+    fi
   fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5
+$as_echo_n "checking for multithread API to use... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5
+$as_echo "$gl_threads_api" >&6; }
 
-  # Check to see that the pipe works correctly.
-  pipe_works=no
 
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
 
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
-  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
 
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT_DLSYM_CONST
-#else
-# define LT_DLSYM_CONST const
-#endif
 
-#ifdef __cplusplus
-extern "C" {
-#endif
 
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
-	  cat <<_LT_EOF >> conftest.$ac_ext
 
-/* The mapping between symbol names and symbols.  */
-LT_DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[] =
-{
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
 
-#ifdef __cplusplus
-}
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&5
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&5
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
-    fi
-  else
-    echo "$progname: failed program was:" >&5
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
 
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
 
-fi
+  if test "$gl_threads_api" = posix; then
+    # OSF/1 4.0 and Mac OS X 10.1 lack the pthread_rwlock_t type and the
+    # pthread_rwlock_* functions.
+    ac_fn_c_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include <pthread.h>
+"
+if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then :
 
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
-$as_echo "failed" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
-$as_echo "ok" >&6; }
-fi
+$as_echo "#define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h
 
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
-  nm_file_list_spec='@'
 fi
 
+    # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro.
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+      #include <pthread.h>
+int
+main ()
+{
 
+#if __FreeBSD__ == 4
+error "No, in FreeBSD 4.0 recursive mutexes actually don't work."
+#elif (defined __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ \
+       && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1070)
+error "No, in Mac OS X < 10.7 recursive mutexes actually don't work."
+#else
+int x = (int)PTHREAD_MUTEX_RECURSIVE;
+return !x;
+#endif
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
 
+$as_echo "#define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h
 
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  fi
+  :
 
 
 
@@ -8274,17 +9066,454 @@ fi
 
 
 
+    use_additional=yes
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
 
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
 
+# Check whether --with-libiconv-prefix was given.
+if test "${with_libiconv_prefix+set}" = set; then :
+  withval=$with_libiconv_prefix;
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
 
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
+      fi
+    fi
 
+fi
 
+      LIBICONV=
+  LTLIBICONV=
+  INCICONV=
+  LIBICONV_PREFIX=
+      HAVE_LIBICONV=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='iconv '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBICONV; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBICONV; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
+              else
+                                                LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'iconv'; then
+                  LIBICONV_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCICONV; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBICONV; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBICONV; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
+                    LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
+            LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+    done
+  fi
 
 
 
@@ -8293,501 +9522,403 @@ fi
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
-$as_echo_n "checking for sysroot... " >&6; }
-
-# Check whether --with-sysroot was given.
-if test "${with_sysroot+set}" = set; then :
-  withval=$with_sysroot;
-else
-  with_sysroot=no
-fi
-
 
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
-$as_echo "$with_sysroot" >&6; }
-   as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
-   ;;
-esac
 
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
-$as_echo "${lt_sysroot:-no}" >&6; }
 
 
+          am_save_CPPFLAGS="$CPPFLAGS"
 
+  for element in $INCICONV; do
+    haveit=
+    for x in $CPPFLAGS; do
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
-$as_echo_n "checking for a working dd... " >&6; }
-if ${ac_cv_path_lt_DD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-if test -z "$lt_DD"; then
-  ac_path_lt_DD_found=false
-  # Loop through the user's path and test for each of PROGNAME-LIST
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_prog in dd; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
-      as_fn_executable_p "$ac_path_lt_DD" || continue
-if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi
-      $ac_path_lt_DD_found && break 3
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
     done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
   done
-  done
-IFS=$as_save_IFS
-  if test -z "$ac_cv_path_lt_DD"; then
-    :
-  fi
-else
-  ac_cv_path_lt_DD=$lt_DD
-fi
-
-rm -f conftest.i conftest2.i conftest.out
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
-$as_echo "$ac_cv_path_lt_DD" >&6; }
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
-$as_echo_n "checking how to truncate binary pipes... " >&6; }
-if ${lt_cv_truncate_bin+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
+$as_echo_n "checking for iconv... " >&6; }
+if ${am_cv_func_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
-$as_echo "$lt_cv_truncate_bin" >&6; }
-
-
-
 
+    am_cv_func_iconv="no, consider installing GNU libiconv"
+    am_cv_lib_iconv=no
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
+#include <stdlib.h>
+#include <iconv.h>
 
-# Check whether --enable-libtool-lock was given.
-if test "${enable_libtool_lock+set}" = set; then :
-  enableval=$enable_libtool_lock;
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+           iconv(cd,NULL,NULL,NULL,NULL);
+           iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_func_iconv=yes
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+    if test "$am_cv_func_iconv" != yes; then
+      am_save_LIBS="$LIBS"
+      LIBS="$LIBS $LIBICONV"
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
+#include <stdlib.h>
+#include <iconv.h>
 
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
-    else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
+int
+main ()
+{
+iconv_t cd = iconv_open("","");
+             iconv(cd,NULL,NULL,NULL,NULL);
+             iconv_close(cd);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_lib_iconv=yes
+        am_cv_func_iconv=yes
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+      LIBS="$am_save_LIBS"
     fi
-  fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '#line '$LINENO' "configure"' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
 
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
-if ${lt_cv_cc_needs_belf+:} false; then :
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
+$as_echo "$am_cv_func_iconv" >&6; }
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5
+$as_echo_n "checking for working iconv... " >&6; }
+if ${am_cv_func_iconv_works+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
-     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+                  am_save_LIBS="$LIBS"
+      if test $am_cv_lib_iconv = yes; then
+        LIBS="$LIBS $LIBICONV"
+      fi
+      am_cv_func_iconv_works=no
+      for ac_iconv_const in '' 'const'; do
+        if test "$cross_compiling" = yes; then :
+  case "$host_os" in
+             aix* | hpux*) am_cv_func_iconv_works="guessing no" ;;
+             *)            am_cv_func_iconv_works="guessing yes" ;;
+           esac
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
+#include <iconv.h>
+#include <string.h>
+
+#ifndef ICONV_CONST
+# define ICONV_CONST $ac_iconv_const
+#endif
+
 int
 main ()
 {
+int result = 0;
+  /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
+     returns.  */
+  {
+    iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
+    if (cd_utf8_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_utf8_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 1;
+        iconv_close (cd_utf8_to_88591);
+      }
+  }
+  /* Test against Solaris 10 bug: Failures are not distinguishable from
+     successful returns.  */
+  {
+    iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
+    if (cd_ascii_to_88591 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\263";
+        char buf[10];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_ascii_to_88591,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res == 0)
+          result |= 2;
+        iconv_close (cd_ascii_to_88591);
+      }
+  }
+  /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304";
+        static char buf[2] = { (char)0xDE, (char)0xAD };
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = 1;
+        char *outptr = buf;
+        size_t outbytesleft = 1;
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
+          result |= 4;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#if 0 /* This bug could be worked around by the caller.  */
+  /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
+  {
+    iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
+    if (cd_88591_to_utf8 != (iconv_t)(-1))
+      {
+        static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
+        char buf[50];
+        ICONV_CONST char *inptr = input;
+        size_t inbytesleft = strlen (input);
+        char *outptr = buf;
+        size_t outbytesleft = sizeof (buf);
+        size_t res = iconv (cd_88591_to_utf8,
+                            &inptr, &inbytesleft,
+                            &outptr, &outbytesleft);
+        if ((int)res > 0)
+          result |= 8;
+        iconv_close (cd_88591_to_utf8);
+      }
+  }
+#endif
+  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
+     provided.  */
+  if (/* Try standardized names.  */
+      iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
+      /* Try IRIX, OSF/1 names.  */
+      && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
+      /* Try AIX names.  */
+      && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
+      /* Try HP-UX names.  */
+      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
+    result |= 16;
+  return result;
 
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_cc_needs_belf=yes
-else
-  lt_cv_cc_needs_belf=no
+if ac_fn_c_try_run "$LINENO"; then :
+  am_cv_func_iconv_works=yes
 fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-     ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+        test "$am_cv_func_iconv_works" = no || break
+      done
+      LIBS="$am_save_LIBS"
 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5
+$as_echo "$am_cv_func_iconv_works" >&6; }
+    case "$am_cv_func_iconv_works" in
+      *no) am_func_iconv=no am_cv_lib_iconv=no ;;
+      *)   am_func_iconv=yes ;;
     esac
+  else
+    am_func_iconv=no am_cv_lib_iconv=no
   fi
-  rm -rf conftest*
-  ;;
-esac
+  if test "$am_func_iconv" = yes; then
 
-need_locks=$enable_libtool_lock
+$as_echo "#define HAVE_ICONV 1" >>confdefs.h
 
-if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
-set dummy ${ac_tool_prefix}mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$MANIFEST_TOOL"; then
-  ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
   fi
-done
-  done
-IFS=$as_save_IFS
+  if test "$am_cv_lib_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
+$as_echo_n "checking how to link with libiconv... " >&6; }
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
+$as_echo "$LIBICONV" >&6; }
+  else
+            CPPFLAGS="$am_save_CPPFLAGS"
+    LIBICONV=
+    LTLIBICONV=
+  fi
 
-fi
-fi
-MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
-if test -n "$MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
-$as_echo "$MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
 
-fi
-if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
-  ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
-  # Extract the first word of "mt", so it can be a program name with args.
-set dummy mt; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
+  if test "$am_cv_func_iconv" = yes; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
+$as_echo_n "checking for iconv declaration... " >&6; }
+    if ${am_cv_proto_iconv+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_MANIFEST_TOOL"; then
-  ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
+
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <stdlib.h>
+#include <iconv.h>
+extern
+#ifdef __cplusplus
+"C"
+#endif
+#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus)
+size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+#else
+size_t iconv();
+#endif
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  am_cv_proto_iconv_arg1=""
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
+  am_cv_proto_iconv_arg1="const"
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
+fi
+
+    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
+         $am_cv_proto_iconv" >&5
+$as_echo "
+         $am_cv_proto_iconv" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define ICONV_CONST $am_cv_proto_iconv_arg1
+_ACEOF
+
+
   fi
-done
-  done
-IFS=$as_save_IFS
+
+
+
+
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+
+$as_echo "#define HAVE_BUILTIN_EXPECT 1" >>confdefs.h
 
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+
+  for ac_header in argz.h inttypes.h limits.h unistd.h sys/param.h
+do :
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
 fi
-ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
-if test -n "$ac_ct_MANIFEST_TOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
-$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+done
+
+  for ac_func in getcwd getegid geteuid getgid getuid mempcpy munmap \
+    stpcpy strcasecmp strdup strtoul tsearch uselocale argz_count \
+    argz_stringify argz_next __fsetlocking
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
 fi
+done
 
-  if test "x$ac_ct_MANIFEST_TOOL" = x; then
-    MANIFEST_TOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
-  fi
+
+          ac_fn_c_check_decl "$LINENO" "feof_unlocked" "ac_cv_have_decl_feof_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_feof_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
+  ac_have_decl=0
 fi
 
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
-$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
-if ${lt_cv_path_mainfest_tool+:} false; then :
-  $as_echo_n "(cached) " >&6
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_FEOF_UNLOCKED $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "fgets_unlocked" "ac_cv_have_decl_fgets_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_fgets_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&5
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
-$as_echo "$lt_cv_path_mainfest_tool" >&6; }
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
+  ac_have_decl=0
 fi
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_FGETS_UNLOCKED $ac_have_decl
+_ACEOF
 
 
 
 
-
-  case $host_os in
-    rhapsody* | darwin*)
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
+                    for ac_prog in bison
+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_DSYMUTIL+:} false; then :
+if ${ac_cv_prog_INTLBISON+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$DSYMUTIL"; then
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
+  if test -n "$INTLBISON"; then
+  ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test.
 else
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 for as_dir in $PATH
@@ -8796,7 +9927,7 @@ do
   test -z "$as_dir" && as_dir=.
     for ac_exec_ext in '' $ac_executable_extensions; do
   if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
+    ac_cv_prog_INTLBISON="$ac_prog"
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     break 2
   fi
@@ -8806,455 +9937,441 @@ IFS=$as_save_IFS
 
 fi
 fi
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
-if test -n "$DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
-$as_echo "$DSYMUTIL" >&6; }
+INTLBISON=$ac_cv_prog_INTLBISON
+if test -n "$INTLBISON"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLBISON" >&5
+$as_echo "$INTLBISON" >&6; }
 else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 fi
 
 
-fi
-if test -z "$ac_cv_prog_DSYMUTIL"; then
-  ac_ct_DSYMUTIL=$DSYMUTIL
-  # Extract the first word of "dsymutil", so it can be a program name with args.
-set dummy dsymutil; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$ac_ct_DSYMUTIL"; then
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
+  test -n "$INTLBISON" && break
 done
-  done
-IFS=$as_save_IFS
-
-fi
-fi
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
-if test -n "$ac_ct_DSYMUTIL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
 
-  if test "x$ac_ct_DSYMUTIL" = x; then
-    DSYMUTIL=":"
+  if test -z "$INTLBISON"; then
+    ac_verc_fail=yes
   else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    DSYMUTIL=$ac_ct_DSYMUTIL
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking version of bison" >&5
+$as_echo_n "checking version of bison... " >&6; }
+    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
+    case $ac_prog_version in
+      '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+      2.[7-9]* | [3-9].*)
+         ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+      *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+    esac
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_prog_version" >&5
+$as_echo "$ac_prog_version" >&6; }
+  fi
+  if test $ac_verc_fail = yes; then
+    INTLBISON=:
   fi
-else
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_NMEDIT+:} false; then :
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5
+$as_echo_n "checking for long long int... " >&6; }
+if ${ac_cv_type_long_long_int+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$NMEDIT"; then
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
+  ac_cv_type_long_long_int=yes
+      if test "x${ac_cv_prog_cc_c99-no}" = xno; then
+        ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
+        if test $ac_cv_type_long_long_int = yes; then
+                                        if test "$cross_compiling" = yes; then :
+  :
 else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <limits.h>
+                 #ifndef LLONG_MAX
+                 # define HALF \
+                          (1LL << (sizeof (long long int) * CHAR_BIT - 2))
+                 # define LLONG_MAX (HALF - 1 + HALF)
+                 #endif
+int
+main ()
+{
+long long int n = 1;
+                 int i;
+                 for (i = 0; ; i++)
+                   {
+                     long long int m = n << i;
+                     if (m >> i != n)
+                       return 1;
+                     if (LLONG_MAX / 2 < m)
+                       break;
+                   }
+                 return 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
 
+else
+  ac_cv_type_long_long_int=no
 fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-NMEDIT=$ac_cv_prog_NMEDIT
-if test -n "$NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
-$as_echo "$NMEDIT" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+
+        fi
+      fi
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5
+$as_echo "$ac_cv_type_long_long_int" >&6; }
+  if test $ac_cv_type_long_long_int = yes; then
 
+$as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h
 
-fi
-if test -z "$ac_cv_prog_NMEDIT"; then
-  ac_ct_NMEDIT=$NMEDIT
-  # Extract the first word of "nmedit", so it can be a program name with args.
-set dummy nmedit; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
+  fi
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5
+$as_echo_n "checking for wchar_t... " >&6; }
+if ${gt_cv_c_wchar_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_NMEDIT"; then
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+            wchar_t foo = (wchar_t)'\0';
+int
+main ()
+{
 
-fi
-fi
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
-if test -n "$ac_ct_NMEDIT"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
-$as_echo "$ac_ct_NMEDIT" >&6; }
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wchar_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wchar_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5
+$as_echo "$gt_cv_c_wchar_t" >&6; }
+  if test $gt_cv_c_wchar_t = yes; then
+
+$as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h
 
-  if test "x$ac_ct_NMEDIT" = x; then
-    NMEDIT=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    NMEDIT=$ac_ct_NMEDIT
   fi
-else
-  NMEDIT="$ac_cv_prog_NMEDIT"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
-set dummy ${ac_tool_prefix}lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_LIPO+:} false; then :
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5
+$as_echo_n "checking for wint_t... " >&6; }
+if ${gt_cv_c_wint_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$LIPO"; then
-  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-LIPO=$ac_cv_prog_LIPO
-if test -n "$LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
-$as_echo "$LIPO" >&6; }
+/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
+   <wchar.h>.
+   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
+   before <wchar.h>.  */
+#include <stddef.h>
+#include <stdio.h>
+#include <time.h>
+#include <wchar.h>
+            wint_t foo = (wchar_t)'\0';
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_wint_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_wint_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5
+$as_echo "$gt_cv_c_wint_t" >&6; }
+  if test $gt_cv_c_wint_t = yes; then
 
+$as_echo "#define HAVE_WINT_T 1" >>confdefs.h
 
-fi
-if test -z "$ac_cv_prog_LIPO"; then
-  ac_ct_LIPO=$LIPO
-  # Extract the first word of "lipo", so it can be a program name with args.
-set dummy lipo; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
+  fi
+
+
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5
+$as_echo_n "checking for intmax_t... " >&6; }
+if ${gt_cv_c_intmax_t+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_LIPO"; then
-  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_LIPO="lipo"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
-if test -n "$ac_ct_LIPO"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
-$as_echo "$ac_ct_LIPO" >&6; }
+#include <stddef.h>
+#include <stdlib.h>
+#if HAVE_STDINT_H_WITH_UINTMAX
+#include <stdint.h>
+#endif
+#if HAVE_INTTYPES_H_WITH_UINTMAX
+#include <inttypes.h>
+#endif
+
+int
+main ()
+{
+intmax_t x = -1;
+            return !x;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  gt_cv_c_intmax_t=yes
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  gt_cv_c_intmax_t=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5
+$as_echo "$gt_cv_c_intmax_t" >&6; }
+  if test $gt_cv_c_intmax_t = yes; then
+
+$as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h
 
-  if test "x$ac_ct_LIPO" = x; then
-    LIPO=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    LIPO=$ac_ct_LIPO
   fi
-else
-  LIPO="$ac_cv_prog_LIPO"
-fi
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL+:} false; then :
+
+
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf() supports POSIX/XSI format strings" >&5
+$as_echo_n "checking whether printf() supports POSIX/XSI format strings... " >&6; }
+if ${gt_cv_func_printf_posix+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$OTOOL"; then
-  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+      if test "$cross_compiling" = yes; then :
+
+          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__
+  notposix
+#endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "notposix" >/dev/null 2>&1; then :
+  gt_cv_func_printf_posix="guessing no"
+else
+  gt_cv_func_printf_posix="guessing yes"
 fi
-fi
-OTOOL=$ac_cv_prog_OTOOL
-if test -n "$OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
-$as_echo "$OTOOL" >&6; }
+rm -f conftest*
+
+
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <stdio.h>
+#include <string.h>
+/* The string "%2$d %1$d", with dollar characters protected from the shell's
+   dollar expansion (possibly an autoconf bug).  */
+static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' };
+static char buf[100];
+int main ()
+{
+  sprintf (buf, format, 33, 55);
+  return (strcmp (buf, "55 33") != 0);
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  gt_cv_func_printf_posix=yes
+else
+  gt_cv_func_printf_posix=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
-if test -z "$ac_cv_prog_OTOOL"; then
-  ac_ct_OTOOL=$OTOOL
-  # Extract the first word of "otool", so it can be a program name with args.
-set dummy otool; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_printf_posix" >&5
+$as_echo "$gt_cv_func_printf_posix" >&6; }
+  case $gt_cv_func_printf_posix in
+    *yes)
+
+$as_echo "#define HAVE_POSIX_PRINTF 1" >>confdefs.h
+
+      ;;
+  esac
+
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library >= 2.1 or uClibc" >&5
+$as_echo_n "checking whether we are using the GNU C Library >= 2.1 or uClibc... " >&6; }
+if ${ac_cv_gnu_library_2_1+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL"; then
-  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL="otool"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-fi
-fi
-ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
-if test -n "$ac_ct_OTOOL"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
-$as_echo "$ac_ct_OTOOL" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+#include <features.h>
+#ifdef __GNU_LIBRARY__
+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2)
+  Lucky GNU user
+ #endif
+#endif
+#ifdef __UCLIBC__
+ Lucky user
+#endif
 
-  if test "x$ac_ct_OTOOL" = x; then
-    OTOOL=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL=$ac_ct_OTOOL
-  fi
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Lucky" >/dev/null 2>&1; then :
+  ac_cv_gnu_library_2_1=yes
 else
-  OTOOL="$ac_cv_prog_OTOOL"
+  ac_cv_gnu_library_2_1=no
 fi
+rm -f conftest*
+
 
-    if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
-set dummy ${ac_tool_prefix}otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_OTOOL64+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -n "$OTOOL64"; then
-  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
 fi
-fi
-OTOOL64=$ac_cv_prog_OTOOL64
-if test -n "$OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
-$as_echo "$OTOOL64" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5
+$as_echo "$ac_cv_gnu_library_2_1" >&6; }
+
+    GLIBC21="$ac_cv_gnu_library_2_1"
+
 
 
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_STDINT_H 1
+_ACEOF
+
 fi
-if test -z "$ac_cv_prog_OTOOL64"; then
-  ac_ct_OTOOL64=$OTOOL64
-  # Extract the first word of "otool64", so it can be a program name with args.
-set dummy otool64; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
+
+done
+
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5
+$as_echo_n "checking for SIZE_MAX... " >&6; }
+if ${gl_cv_size_max+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  if test -n "$ac_ct_OTOOL64"; then
-  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
-else
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_prog_ac_ct_OTOOL64="otool64"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
 
+    gl_cv_size_max=
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <limits.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
+#endif
+#ifdef SIZE_MAX
+Found it
+#endif
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+  $EGREP "Found it" >/dev/null 2>&1; then :
+  gl_cv_size_max=yes
 fi
-fi
-ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
-if test -n "$ac_ct_OTOOL64"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
-$as_echo "$ac_ct_OTOOL64" >&6; }
+rm -f conftest*
+
+    if test -z "$gl_cv_size_max"; then
+                        if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1"        "#include <stddef.h>
+#include <limits.h>"; then :
+
 else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
+  size_t_bits_minus_1=
 fi
 
-  if test "x$ac_ct_OTOOL64" = x; then
-    OTOOL64=":"
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-ac_tool_warned=yes ;;
-esac
-    OTOOL64=$ac_ct_OTOOL64
-  fi
+      if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint"        "#include <stddef.h>"; then :
+
 else
-  OTOOL64="$ac_cv_prog_OTOOL64"
+  fits_in_uint=
 fi
 
+      if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then
+        if test $fits_in_uint = 1; then
+                              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stddef.h>
+                 extern size_t foo;
+                 extern unsigned long foo;
 
+int
+main ()
+{
 
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  fits_in_uint=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+        fi
+                                if test $fits_in_uint = 1; then
+          gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        else
+          gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)"
+        fi
+      else
+                gl_cv_size_max='((size_t)~(size_t)0)'
+      fi
+    fi
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5
+$as_echo "$gl_cv_size_max" >&6; }
+  if test "$gl_cv_size_max" != yes; then
 
+cat >>confdefs.h <<_ACEOF
+#define SIZE_MAX $gl_cv_size_max
+_ACEOF
 
+  fi
 
 
 
 
+  for ac_header in stdint.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdint_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_STDINT_H 1
+_ACEOF
 
+fi
 
+done
 
 
 
 
 
+  for ac_func in $ac_func_list
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
 
+fi
+done
 
 
 
@@ -9263,265 +10380,253 @@ fi
 
 
 
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
-$as_echo_n "checking for -single_module linker flag... " >&6; }
-if ${lt_cv_apple_cc_single_mod+:} false; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5
+$as_echo_n "checking for working fcntl.h... " >&6; }
+if ${gl_cv_header_working_fcntl_h+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&5
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&5
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&5
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
-if ${lt_cv_ld_exported_symbols_list+:} false; then :
-  $as_echo_n "(cached) " >&6
+  if test "$cross_compiling" = yes; then :
+  gl_cv_header_working_fcntl_h=cross-compiling
 else
-  lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
+#include <sys/types.h>
+           #include <sys/stat.h>
+           #if HAVE_UNISTD_H
+           # include <unistd.h>
+           #else /* on Windows with MSVC */
+           # include <io.h>
+           # include <stdlib.h>
+           # defined sleep(n) _sleep ((n) * 1000)
+           #endif
+           #include <fcntl.h>
+           #ifndef O_NOATIME
+            #define O_NOATIME 0
+           #endif
+           #ifndef O_NOFOLLOW
+            #define O_NOFOLLOW 0
+           #endif
+           static int const constants[] =
+            {
+              O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
+              O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
+            };
 
 int
 main ()
 {
 
+            int result = !constants;
+            #if HAVE_SYMLINK
+            {
+              static char const sym[] = "conftest.sym";
+              if (symlink ("/dev/null", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              if (unlink (sym) != 0 || symlink (".", sym) != 0)
+                result |= 2;
+              else
+                {
+                  int fd = open (sym, O_RDONLY | O_NOFOLLOW);
+                  if (fd >= 0)
+                    {
+                      close (fd);
+                      result |= 4;
+                    }
+                }
+              unlink (sym);
+            }
+            #endif
+            {
+              static char const file[] = "confdefs.h";
+              int fd = open (file, O_RDONLY | O_NOATIME);
+              if (fd < 0)
+                result |= 8;
+              else
+                {
+                  struct stat st0;
+                  if (fstat (fd, &st0) != 0)
+                    result |= 16;
+                  else
+                    {
+                      char c;
+                      sleep (1);
+                      if (read (fd, &c, 1) != 1)
+                        result |= 24;
+                      else
+                        {
+                          if (close (fd) != 0)
+                            result |= 32;
+                          else
+                            {
+                              struct stat st1;
+                              if (stat (file, &st1) != 0)
+                                result |= 40;
+                              else
+                                if (st0.st_atime != st1.st_atime)
+                                  result |= 64;
+                            }
+                        }
+                    }
+                }
+            }
+            return result;
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_ld_exported_symbols_list=yes
+if ac_fn_c_try_run "$LINENO"; then :
+  gl_cv_header_working_fcntl_h=yes
 else
-  lt_cv_ld_exported_symbols_list=no
+  case $? in #(
+        4) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #(
+        64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
+        68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
+         *) gl_cv_header_working_fcntl_h='no';;
+        esac
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-	LDFLAGS=$save_LDFLAGS
 
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5
+$as_echo "$gl_cv_header_working_fcntl_h" >&6; }
 
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
-$as_echo_n "checking for -force_load linker flag... " >&6; }
-if ${lt_cv_ld_force_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
-      echo "$AR cru libconftest.a conftest.o" >&5
-      $AR cru libconftest.a conftest.o 2>&5
-      echo "$RANLIB libconftest.a" >&5
-      $RANLIB libconftest.a 2>&5
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&5
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&5
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
-$as_echo "$lt_cv_ld_force_load" >&6; }
-    case $host_os in
-    rhapsody* | darwin1.[012])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[012][,.]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOATIME* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
   esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WORKING_O_NOATIME $ac_val
+_ACEOF
+
+
+  case $gl_cv_header_working_fcntl_h in #(
+  *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #(
+  *) ac_val=1;;
   esac
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_WORKING_O_NOFOLLOW $ac_val
+_ACEOF
 
-{ $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 "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-#include <stdlib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <float.h>
-
+#include <CoreFoundation/CFPreferences.h>
 int
 main ()
 {
-
+CFPreferencesCopyAppValue(NULL, NULL)
   ;
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
-  ac_cv_header_stdc=yes
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
 else
-  ac_cv_header_stdc=no
+  gt_cv_func_CFPreferencesCopyAppValue=no
 fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
 
-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 <string.h>
+$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
 _ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "memchr" >/dev/null 2>&1; then :
-
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
 else
-  ac_cv_header_stdc=no
+  gt_cv_func_CFLocaleCopyCurrent=no
 fi
-rm -f conftest*
-
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
 fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+
+$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
+
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  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 <stdlib.h>
 
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "free" >/dev/null 2>&1; then :
+
+
+
+
+
+
+
+    case "$enable_silent_rules" in
+    yes) INTL_DEFAULT_VERBOSITY=0;;
+    no)  INTL_DEFAULT_VERBOSITY=1;;
+    *)   INTL_DEFAULT_VERBOSITY=1;;
+  esac
+
+
+  ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default"
+if test "x$ac_cv_type_ptrdiff_t" = xyes; then :
 
 else
-  ac_cv_header_stdc=no
-fi
-rm -f conftest*
+
+$as_echo "#define ptrdiff_t long" >>confdefs.h
+
 
 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 <ctype.h>
-#include <stdlib.h>
-#if ((' ' & 0x0FF) == 0x020)
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-#else
-# define ISLOWER(c) \
-		   (('a' <= (c) && (c) <= 'i') \
-		     || ('j' <= (c) && (c) <= 'r') \
-		     || ('s' <= (c) && (c) <= 'z'))
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-#endif
-
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-int
-main ()
-{
-  int i;
-  for (i = 0; i < 256; i++)
-    if (XOR (islower (i), ISLOWER (i))
-	|| toupper (i) != TOUPPER (i))
-      return 2;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
-else
-  ac_cv_header_stdc=no
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-fi
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
-$as_echo "$ac_cv_header_stdc" >&6; }
-if test $ac_cv_header_stdc = yes; then
-
-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
-
-fi
-
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-		  inttypes.h stdint.h unistd.h
+  for ac_header in features.h stddef.h stdlib.h string.h
 do :
   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
-"
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
@@ -9531,225 +10636,273 @@ fi
 
 done
 
-
-for ac_header in dlfcn.h
+  for ac_func in asprintf fwprintf newlocale putenv setenv setlocale \
+    snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
 do :
-  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
-"
-if test "x$ac_cv_header_dlfcn_h" = xyes; then :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
   cat >>confdefs.h <<_ACEOF
-#define HAVE_DLFCN_H 1
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 _ACEOF
 
 fi
-
 done
 
 
-
-
-func_stripname_cnf ()
-{
-  case $2 in
-  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
-  esac
-} # func_stripname_cnf
-
-
-
-
-
-# Set options
-
-
-
-        enable_dlopen=no
-
-
-
-            # Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
-  enableval=$enable_shared; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+      ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snprintf" = xyes; then :
+  ac_have_decl=1
 else
-  enable_shared=yes
+  ac_have_decl=0
 fi
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL__SNPRINTF $ac_have_decl
+_ACEOF
+ac_fn_c_check_decl "$LINENO" "_snwprintf" "ac_cv_have_decl__snwprintf" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl__snwprintf" = xyes; then :
+  ac_have_decl=1
+else
+  ac_have_decl=0
+fi
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL__SNWPRINTF $ac_have_decl
+_ACEOF
 
 
-
-
-
-
-
-  # Check whether --enable-static was given.
-if test "${enable_static+set}" = set; then :
-  enableval=$enable_static; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+          ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "#include <stdio.h>
+"
+if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
+  ac_have_decl=1
 else
-  enable_static=yes
+  ac_have_decl=0
 fi
 
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
+_ACEOF
 
 
+  case $gt_cv_func_printf_posix in
+    *yes) HAVE_POSIX_PRINTF=1 ;;
+    *) HAVE_POSIX_PRINTF=0 ;;
+  esac
 
+  if test "$ac_cv_func_asprintf" = yes; then
+    HAVE_ASPRINTF=1
+  else
+    HAVE_ASPRINTF=0
+  fi
 
+  if test "$ac_cv_func_snprintf" = yes; then
+    HAVE_SNPRINTF=1
+  else
+    HAVE_SNPRINTF=0
+  fi
 
+  if test "$ac_cv_func_newlocale" = yes; then
+    HAVE_NEWLOCALE=1
+  else
+    HAVE_NEWLOCALE=0
+  fi
 
+  if test "$ac_cv_func_wprintf" = yes; then
+    HAVE_WPRINTF=1
+  else
+    HAVE_WPRINTF=0
+  fi
 
 
 
-# Check whether --with-pic was given.
-if test "${with_pic+set}" = set; then :
-  withval=$with_pic; lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
+$as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
+if ${am_cv_langinfo_codeset+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <langinfo.h>
+int
+main ()
+{
+char* cs = nl_langinfo(CODESET); return !cs;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  am_cv_langinfo_codeset=yes
 else
-  pic_mode=default
+  am_cv_langinfo_codeset=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
+$as_echo "$am_cv_langinfo_codeset" >&6; }
+  if test $am_cv_langinfo_codeset = yes; then
 
+$as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
 
+  fi
 
 
-
-
-
-  # Check whether --enable-fast-install was given.
-if test "${enable_fast_install+set}" = set; then :
-  enableval=$enable_fast_install; p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
+if ${gt_cv_val_LC_MESSAGES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <locale.h>
+int
+main ()
+{
+return LC_MESSAGES
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_val_LC_MESSAGES=yes
 else
-  enable_fast_install=yes
+  gt_cv_val_LC_MESSAGES=no
 fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5
+$as_echo "$gt_cv_val_LC_MESSAGES" >&6; }
+  if test $gt_cv_val_LC_MESSAGES = yes; then
 
+$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
 
+  fi
 
 
+                if test "$enable_shared" = yes; then
+    case "$host_os" in
+      mingw* | cygwin*) is_woe32dll=yes ;;
+      *) is_woe32dll=no ;;
+    esac
+  else
+    is_woe32dll=no
+  fi
+  WOE32DLL=$is_woe32dll
 
 
+      case "$host_os" in
+    mingw* | cygwin*) is_woe32=yes ;;
+    *) is_woe32=no ;;
+  esac
+  WOE32=$is_woe32
 
-
-  shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[5-9]*,yes)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
-$as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
-
-# Check whether --with-aix-soname was given.
-if test "${with_aix_soname+set}" = set; then :
-  withval=$with_aix_soname; case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname
-else
-  if ${lt_cv_with_aix_soname+:} false; then :
+  if test $WOE32 = yes; then
+        if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
+set dummy ${ac_tool_prefix}windres; 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_WINDRES+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_with_aix_soname=aix
-fi
-
-    with_aix_soname=$lt_cv_with_aix_soname
-fi
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
-$as_echo "$with_aix_soname" >&6; }
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
+  if test -n "$WINDRES"; then
+  ac_cv_prog_WINDRES="$WINDRES" # 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_WINDRES="${ac_tool_prefix}windres"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
   fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-
+done
+  done
+IFS=$as_save_IFS
 
+fi
+fi
+WINDRES=$ac_cv_prog_WINDRES
+if test -n "$WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $WINDRES" >&5
+$as_echo "$WINDRES" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
 
 
+fi
+if test -z "$ac_cv_prog_WINDRES"; then
+  ac_ct_WINDRES=$WINDRES
+  # Extract the first word of "windres", so it can be a program name with args.
+set dummy windres; 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_WINDRES+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_WINDRES"; then
+  ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # 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_WINDRES="windres"
+    $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_WINDRES=$ac_cv_prog_ac_ct_WINDRES
+if test -n "$ac_ct_WINDRES"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_WINDRES" >&5
+$as_echo "$ac_ct_WINDRES" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
 
+  if test "x$ac_ct_WINDRES" = x; then
+    WINDRES=""
+  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
+    WINDRES=$ac_ct_WINDRES
+  fi
+else
+  WINDRES="$ac_cv_prog_WINDRES"
+fi
 
+  fi
 
+              case "$host_os" in
+    hpux*) LTLIBC="" ;;
+    *)     LTLIBC="-lc" ;;
+  esac
 
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
 
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 
 
@@ -9775,11484 +10928,2732 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
 
 
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5
+$as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; }
+if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFPreferences.h>
+int
+main ()
+{
+CFPreferencesCopyAppValue(NULL, NULL)
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFPreferencesCopyAppValue=yes
+else
+  gt_cv_func_CFPreferencesCopyAppValue=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5
+$as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; }
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
 
+$as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h
 
+  fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5
+$as_echo_n "checking for CFLocaleCopyCurrent... " >&6; }
+if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  gt_save_LIBS="$LIBS"
+     LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <CoreFoundation/CFLocale.h>
+int
+main ()
+{
+CFLocaleCopyCurrent();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  gt_cv_func_CFLocaleCopyCurrent=yes
+else
+  gt_cv_func_CFLocaleCopyCurrent=no
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+     LIBS="$gt_save_LIBS"
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5
+$as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; }
+  if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
 
+$as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h
 
+  fi
+  INTL_MACOSX_LIBS=
+  if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then
+    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+  fi
 
-test -z "$LN_S" && LN_S="ln -s"
 
 
 
 
 
+    BUILD_INCLUDED_LIBINTL=no
+    USE_INCLUDED_LIBINTL=no
 
+  LIBINTL=
+  LTLIBINTL=
+  POSUB=
 
+    case " $gt_needs " in
+    *" need-formatstring-macros "*) gt_api_version=3 ;;
+    *" need-ngettext "*) gt_api_version=2 ;;
+    *) gt_api_version=1 ;;
+  esac
+  gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc"
+  gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl"
 
+    if test "$USE_NLS" = "yes"; then
+    gt_use_preinstalled_gnugettext=no
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether included gettext is requested" >&5
+$as_echo_n "checking whether included gettext is requested... " >&6; }
 
+# Check whether --with-included-gettext was given.
+if test "${with_included_gettext+set}" = set; then :
+  withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval
+else
+  nls_cv_force_use_gnu_gettext=no
+fi
 
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $nls_cv_force_use_gnu_gettext" >&5
+$as_echo "$nls_cv_force_use_gnu_gettext" >&6; }
 
+      nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"
+      if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
 
 
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
+        if test $gt_api_version -ge 3; then
+          gt_revision_test_code='
+#ifndef __GNU_GETTEXT_SUPPORTED_REVISION
+#define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
+#endif
+typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
+'
+        else
+          gt_revision_test_code=
+        fi
+        if test $gt_api_version -ge 2; then
+          gt_expression_test_code=' + * ngettext ("", "", 0)'
+        else
+          gt_expression_test_code=
+        fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
-$as_echo_n "checking for objdir... " >&6; }
-if ${lt_cv_objdir+:} false; then :
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5
+$as_echo_n "checking for GNU gettext in libc... " >&6; }
+if eval \${$gt_func_gnugettext_libc+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern int *_nl_domain_bindings;
+
+int
+main ()
+{
+
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libc=yes"
 else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
+  eval "$gt_func_gnugettext_libc=no"
 fi
-rmdir .libs 2>/dev/null
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
-$as_echo "$lt_cv_objdir" >&6; }
-objdir=$lt_cv_objdir
+eval ac_res=\$$gt_func_gnugettext_libc
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
 
+        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
 
 
 
 
-cat >>confdefs.h <<_ACEOF
-#define LT_OBJDIR "$lt_cv_objdir/"
-_ACEOF
 
 
 
 
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
-  fi
-  ;;
-esac
+    use_additional=yes
 
-# Global variables:
-ofile=libtool
-can_build_shared=yes
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
+    eval additional_includedir=\"$includedir\"
+    eval additional_libdir=\"$libdir\"
 
-with_gnu_ld=$lt_cv_prog_gnu_ld
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-old_CC=$CC
-old_CFLAGS=$CFLAGS
 
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
+# Check whether --with-libintl-prefix was given.
+if test "${with_libintl_prefix+set}" = set; then :
+  withval=$with_libintl_prefix;
+    if test "X$withval" = "Xno"; then
+      use_additional=no
+    else
+      if test "X$withval" = "X"; then
 
-for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
 
+          eval additional_includedir=\"$includedir\"
+          eval additional_libdir=\"$libdir\"
 
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/${ac_tool_prefix}file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+      else
+        additional_includedir="$withval/include"
+        additional_libdir="$withval/$acl_libdirstem"
+        if test "$acl_libdirstem2" != "$acl_libdirstem" \
+           && ! test -d "$withval/$acl_libdirstem"; then
+          additional_libdir="$withval/$acl_libdirstem2"
+        fi
       fi
-      break
     fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
 fi
 
+      LIBINTL=
+  LTLIBINTL=
+  INCINTL=
+  LIBINTL_PREFIX=
+      HAVE_LIBINTL=
+  rpathdirs=
+  ltrpathdirs=
+  names_already_handled=
+  names_next_round='intl '
+  while test -n "$names_next_round"; do
+    names_this_round="$names_next_round"
+    names_next_round=
+    for name in $names_this_round; do
+      already_handled=
+      for n in $names_already_handled; do
+        if test "$n" = "$name"; then
+          already_handled=yes
+          break
+        fi
+      done
+      if test -z "$already_handled"; then
+        names_already_handled="$names_already_handled $name"
+                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
+        eval value=\"\$HAVE_LIB$uppername\"
+        if test -n "$value"; then
+          if test "$value" = yes; then
+            eval value=\"\$LIB$uppername\"
+            test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value"
+            eval value=\"\$LTLIB$uppername\"
+            test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value"
+          else
+                                    :
+          fi
+        else
+                              found_dir=
+          found_la=
+          found_so=
+          found_a=
+          eval libname=\"$acl_libname_spec\"    # typically: libname=lib$name
+          if test -n "$acl_shlibext"; then
+            shrext=".$acl_shlibext"             # typically: shrext=.so
+          else
+            shrext=
+          fi
+          if test $use_additional = yes; then
+            dir="$additional_libdir"
+                                    if test -n "$acl_shlibext"; then
+              if test -f "$dir/$libname$shrext"; then
+                found_dir="$dir"
+                found_so="$dir/$libname$shrext"
+              else
+                if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                  ver=`(cd "$dir" && \
+                        for f in "$libname$shrext".*; do echo "$f"; done \
+                        | sed -e "s,^$libname$shrext\\\\.,," \
+                        | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                        | sed 1q ) 2>/dev/null`
+                  if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                    found_dir="$dir"
+                    found_so="$dir/$libname$shrext.$ver"
+                  fi
+                else
+                  eval library_names=\"$acl_library_names_spec\"
+                  for f in $library_names; do
+                    if test -f "$dir/$f"; then
+                      found_dir="$dir"
+                      found_so="$dir/$f"
+                      break
+                    fi
+                  done
+                fi
+              fi
+            fi
+                        if test "X$found_dir" = "X"; then
+              if test -f "$dir/$libname.$acl_libext"; then
+                found_dir="$dir"
+                found_a="$dir/$libname.$acl_libext"
+              fi
+            fi
+            if test "X$found_dir" != "X"; then
+              if test -f "$dir/$libname.la"; then
+                found_la="$dir/$libname.la"
+              fi
+            fi
+          fi
+          if test "X$found_dir" = "X"; then
+            for x in $LDFLAGS $LTLIBINTL; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+              case "$x" in
+                -L*)
+                  dir=`echo "X$x" | sed -e 's/^X-L//'`
+                                    if test -n "$acl_shlibext"; then
+                    if test -f "$dir/$libname$shrext"; then
+                      found_dir="$dir"
+                      found_so="$dir/$libname$shrext"
+                    else
+                      if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then
+                        ver=`(cd "$dir" && \
+                              for f in "$libname$shrext".*; do echo "$f"; done \
+                              | sed -e "s,^$libname$shrext\\\\.,," \
+                              | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \
+                              | sed 1q ) 2>/dev/null`
+                        if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then
+                          found_dir="$dir"
+                          found_so="$dir/$libname$shrext.$ver"
+                        fi
+                      else
+                        eval library_names=\"$acl_library_names_spec\"
+                        for f in $library_names; do
+                          if test -f "$dir/$f"; then
+                            found_dir="$dir"
+                            found_so="$dir/$f"
+                            break
+                          fi
+                        done
+                      fi
+                    fi
+                  fi
+                                    if test "X$found_dir" = "X"; then
+                    if test -f "$dir/$libname.$acl_libext"; then
+                      found_dir="$dir"
+                      found_a="$dir/$libname.$acl_libext"
+                    fi
+                  fi
+                  if test "X$found_dir" != "X"; then
+                    if test -f "$dir/$libname.la"; then
+                      found_la="$dir/$libname.la"
+                    fi
+                  fi
+                  ;;
+              esac
+              if test "X$found_dir" != "X"; then
+                break
+              fi
+            done
+          fi
+          if test "X$found_dir" != "X"; then
+                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name"
+            if test "X$found_so" != "X"; then
+                                                        if test "$enable_rpath" = no \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem" \
+                 || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+              else
+                                                                                haveit=
+                for x in $ltrpathdirs; do
+                  if test "X$x" = "X$found_dir"; then
+                    haveit=yes
+                    break
+                  fi
+                done
+                if test -z "$haveit"; then
+                  ltrpathdirs="$ltrpathdirs $found_dir"
+                fi
+                                if test "$acl_hardcode_direct" = yes; then
+                                                      LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                else
+                  if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                                                            haveit=
+                    for x in $rpathdirs; do
+                      if test "X$x" = "X$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      rpathdirs="$rpathdirs $found_dir"
+                    fi
+                  else
+                                                                                haveit=
+                    for x in $LDFLAGS $LIBINTL; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                      if test "X$x" = "X-L$found_dir"; then
+                        haveit=yes
+                        break
+                      fi
+                    done
+                    if test -z "$haveit"; then
+                      LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir"
+                    fi
+                    if test "$acl_hardcode_minus_L" != no; then
+                                                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so"
+                    else
+                                                                                                                                                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+                    fi
+                  fi
+                fi
+              fi
+            else
+              if test "X$found_a" != "X"; then
+                                LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a"
+              else
+                                                LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name"
+              fi
+            fi
+                        additional_includedir=
+            case "$found_dir" in
+              */$acl_libdirstem | */$acl_libdirstem/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+              */$acl_libdirstem2 | */$acl_libdirstem2/)
+                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
+                if test "$name" = 'intl'; then
+                  LIBINTL_PREFIX="$basedir"
+                fi
+                additional_includedir="$basedir/include"
+                ;;
+            esac
+            if test "X$additional_includedir" != "X"; then
+                                                                                                                if test "X$additional_includedir" != "X/usr/include"; then
+                haveit=
+                if test "X$additional_includedir" = "X/usr/local/include"; then
+                  if test -n "$GCC"; then
+                    case $host_os in
+                      linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                    esac
+                  fi
+                fi
+                if test -z "$haveit"; then
+                  for x in $CPPFLAGS $INCINTL; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                    if test "X$x" = "X-I$additional_includedir"; then
+                      haveit=yes
+                      break
+                    fi
+                  done
+                  if test -z "$haveit"; then
+                    if test -d "$additional_includedir"; then
+                                            INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir"
+                    fi
+                  fi
+                fi
+              fi
+            fi
+                        if test -n "$found_la"; then
+                                                        save_libdir="$libdir"
+              case "$found_la" in
+                */* | *\\*) . "$found_la" ;;
+                *) . "./$found_la" ;;
+              esac
+              libdir="$save_libdir"
+                            for dep in $dependency_libs; do
+                case "$dep" in
+                  -L*)
+                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
+                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
+                       && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then
+                      haveit=
+                      if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \
+                         || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then
+                        if test -n "$GCC"; then
+                          case $host_os in
+                            linux* | gnu* | k*bsd*-gnu) haveit=yes;;
+                          esac
+                        fi
+                      fi
+                      if test -z "$haveit"; then
+                        haveit=
+                        for x in $LDFLAGS $LIBINTL; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                        haveit=
+                        for x in $LDFLAGS $LTLIBINTL; do
+
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
+
+                          if test "X$x" = "X-L$additional_libdir"; then
+                            haveit=yes
+                            break
+                          fi
+                        done
+                        if test -z "$haveit"; then
+                          if test -d "$additional_libdir"; then
+                                                        LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir"
+                          fi
+                        fi
+                      fi
+                    fi
+                    ;;
+                  -R*)
+                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
+                    if test "$enable_rpath" != no; then
+                                                                  haveit=
+                      for x in $rpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        rpathdirs="$rpathdirs $dir"
+                      fi
+                                                                  haveit=
+                      for x in $ltrpathdirs; do
+                        if test "X$x" = "X$dir"; then
+                          haveit=yes
+                          break
+                        fi
+                      done
+                      if test -z "$haveit"; then
+                        ltrpathdirs="$ltrpathdirs $dir"
+                      fi
+                    fi
+                    ;;
+                  -l*)
+                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
+                    ;;
+                  *.la)
+                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
+                    ;;
+                  *)
+                                        LIBINTL="${LIBINTL}${LIBINTL:+ }$dep"
+                    LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep"
+                    ;;
+                esac
+              done
+            fi
+          else
+                                                            LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name"
+            LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name"
+          fi
+        fi
+      fi
+    done
+  done
+  if test "X$rpathdirs" != "X"; then
+    if test -n "$acl_hardcode_libdir_separator"; then
+                        alldirs=
+      for found_dir in $rpathdirs; do
+        alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir"
+      done
+            acl_save_libdir="$libdir"
+      libdir="$alldirs"
+      eval flag=\"$acl_hardcode_libdir_flag_spec\"
+      libdir="$acl_save_libdir"
+      LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+    else
+            for found_dir in $rpathdirs; do
+        acl_save_libdir="$libdir"
+        libdir="$found_dir"
+        eval flag=\"$acl_hardcode_libdir_flag_spec\"
+        libdir="$acl_save_libdir"
+        LIBINTL="${LIBINTL}${LIBINTL:+ }$flag"
+      done
+    fi
+  fi
+  if test "X$ltrpathdirs" != "X"; then
+            for found_dir in $ltrpathdirs; do
+      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
+    done
+  fi
+
 
 
 
 
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
-$as_echo_n "checking for file... " >&6; }
-if ${lt_cv_path_MAGIC_CMD+:} false; then :
+
+          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5
+$as_echo_n "checking for GNU gettext in libintl... " >&6; }
+if eval \${$gt_func_gnugettext_libintl+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  case $MAGIC_CMD in
-[\\/*] |  ?:[\\/]*)
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/file"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"file"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac
-fi
+  gt_save_CPPFLAGS="$CPPFLAGS"
+            CPPFLAGS="$CPPFLAGS $INCINTL"
+            gt_save_LIBS="$LIBS"
+            LIBS="$LIBS $LIBINTL"
+                        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
-$as_echo "$MAGIC_CMD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
 
+int
+main ()
+{
 
-  else
-    MAGIC_CMD=:
-  fi
-fi
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
 
-  fi
-  ;;
-esac
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  eval "$gt_func_gnugettext_libintl=yes"
+else
+  eval "$gt_func_gnugettext_libintl=no"
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+                        if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then
+              LIBS="$LIBS $LIBICONV"
+              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
 
-# Use C for the default configuration in the libtool script
+#include <libintl.h>
+$gt_revision_test_code
+extern int _nl_msg_cat_cntr;
+extern
+#ifdef __cplusplus
+"C"
+#endif
+const char *_nl_expand_alias (const char *);
 
-lt_save_CC=$CC
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
+int
+main ()
+{
 
+bindtextdomain ("", "");
+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")
 
-# Source file extension for C test sources.
-ac_ext=c
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"; then :
+  LIBINTL="$LIBINTL $LIBICONV"
+                 LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+                 eval "$gt_func_gnugettext_libintl=yes"
 
-# Object file extension for compiled C test sources.
-objext=o
-objext=$objext
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext conftest.$ac_ext
+            fi
+            CPPFLAGS="$gt_save_CPPFLAGS"
+            LIBS="$gt_save_LIBS"
+fi
+eval ac_res=\$$gt_func_gnugettext_libintl
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
+$as_echo "$ac_res" >&6; }
+        fi
 
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
+                                        if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
+           || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
+                && test "$PACKAGE" != gettext-runtime \
+                && test "$PACKAGE" != gettext-tools; }; then
+          gt_use_preinstalled_gnugettext=yes
+        else
+                    LIBINTL=
+          LTLIBINTL=
+          INCINTL=
+        fi
 
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
 
+        if test "$gt_use_preinstalled_gnugettext" != "yes"; then
+                              nls_cv_use_gnu_gettext=yes
+        fi
+      fi
 
+      if test "$nls_cv_use_gnu_gettext" = "yes"; then
+                BUILD_INCLUDED_LIBINTL=yes
+        USE_INCLUDED_LIBINTL=yes
+        LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV $LIBTHREAD"
+        LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
+        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
+      fi
 
+      CATOBJEXT=
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                CATOBJEXT=.gmo
+      fi
 
 
+    if test -n "$INTL_MACOSX_LIBS"; then
+      if test "$gt_use_preinstalled_gnugettext" = "yes" \
+         || test "$nls_cv_use_gnu_gettext" = "yes"; then
+                LIBINTL="$LIBINTL $INTL_MACOSX_LIBS"
+        LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS"
+      fi
+    fi
 
+    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+       || test "$nls_cv_use_gnu_gettext" = "yes"; then
 
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
+$as_echo "#define ENABLE_NLS 1" >>confdefs.h
 
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
+    else
+      USE_NLS=no
+    fi
+  fi
 
-# Allow CC to be a program name with arguments.
-compiler=$CC
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5
+$as_echo_n "checking whether to use NLS... " >&6; }
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
+$as_echo "$USE_NLS" >&6; }
+  if test "$USE_NLS" = "yes"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5
+$as_echo_n "checking where the gettext function comes from... " >&6; }
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        gt_source="external libintl"
+      else
+        gt_source="libc"
+      fi
+    else
+      gt_source="included intl directory"
+    fi
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5
+$as_echo "$gt_source" >&6; }
+  fi
 
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
+  if test "$USE_NLS" = "yes"; then
 
-# save warnings/boilerplate of simple test code
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
+    if test "$gt_use_preinstalled_gnugettext" = "yes"; then
+      if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5
+$as_echo_n "checking how to link with libintl... " >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5
+$as_echo "$LIBINTL" >&6; }
 
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
+  for element in $INCINTL; do
+    haveit=
+    for x in $CPPFLAGS; do
 
+  acl_save_prefix="$prefix"
+  prefix="$acl_final_prefix"
+  acl_save_exec_prefix="$exec_prefix"
+  exec_prefix="$acl_final_exec_prefix"
+  eval x=\"$x\"
+  exec_prefix="$acl_save_exec_prefix"
+  prefix="$acl_save_prefix"
 
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
+      if test "X$x" = "X$element"; then
+        haveit=yes
+        break
+      fi
+    done
+    if test -z "$haveit"; then
+      CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
+    fi
+  done
 
-lt_prog_compiler_no_builtin_flag=
+      fi
 
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
-  *)
-    lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
-  esac
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
-if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_rtti_exceptions=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="-fno-rtti -fno-exceptions"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_rtti_exceptions=yes
-     fi
-   fi
-   $RM conftest*
+$as_echo "#define HAVE_GETTEXT 1" >>confdefs.h
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
-if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
-else
-    :
-fi
+$as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
 
-fi
+    fi
 
+        POSUB=po
+  fi
 
 
+            if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then
+      BUILD_INCLUDED_LIBINTL=yes
+    fi
 
 
 
-  lt_prog_compiler_wl=
-lt_prog_compiler_pic=
-lt_prog_compiler_static=
 
 
-  if test yes = "$GCC"; then
-    lt_prog_compiler_wl='-Wl,'
-    lt_prog_compiler_static='-static'
+        nls_cv_header_intl=
+    nls_cv_header_libgt=
 
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      lt_prog_compiler_pic='-fPIC'
-      ;;
+        DATADIRNAME=share
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
+        INSTOBJEXT=.mo
 
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      ;;
+        GENCAT=gencat
 
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static=
-      ;;
 
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='-fPIC'
-	;;
-      esac
-      ;;
+        INTLOBJS=
+    if test "$USE_INCLUDED_LIBINTL" = yes; then
+      INTLOBJS="\$(GETTOBJS)"
+    fi
 
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
 
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      lt_prog_compiler_can_build_shared=no
-      enable_shared=no
-      ;;
+        INTL_LIBTOOL_SUFFIX_PREFIX=
 
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
 
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic=-Kconform_pic
-      fi
-      ;;
 
-    *)
-      lt_prog_compiler_pic='-fPIC'
-      ;;
-    esac
+    INTLLIBS="$LIBINTL"
 
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      lt_prog_compiler_wl='-Xlinker '
-      if test -n "$lt_prog_compiler_pic"; then
-        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      lt_prog_compiler_wl='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static='-Bstatic'
-      else
-	lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
 
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        lt_prog_compiler_wl='-Wl,-Wl,,'
-        lt_prog_compiler_pic='-PIC'
-        lt_prog_compiler_static='-Bstatic'
-        ;;
-      esac
-      ;;
 
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      lt_prog_compiler_pic='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static='$wl-static'
-	;;
-      esac
-      ;;
 
-    hpux9* | hpux10* | hpux11*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	lt_prog_compiler_pic='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      lt_prog_compiler_static='$wl-a ${wl}archive'
-      ;;
 
-    irix5* | irix6* | nonstopux*)
-      lt_prog_compiler_wl='-Wl,'
-      # PIC (with -KPIC) is the default.
-      lt_prog_compiler_static='-non_shared'
-      ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-KPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='--shared'
-	lt_prog_compiler_static='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	lt_prog_compiler_wl='-Wl,-Wl,,'
-	lt_prog_compiler_pic='-PIC'
-	lt_prog_compiler_static='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fPIC'
-	lt_prog_compiler_static='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-fpic'
-	lt_prog_compiler_static='-Bstatic'
-        ;;
-      ccc*)
-        lt_prog_compiler_wl='-Wl,'
-        # All Alpha code is PIC.
-        lt_prog_compiler_static='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	lt_prog_compiler_wl='-Wl,'
-	lt_prog_compiler_pic='-qpic'
-	lt_prog_compiler_static='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  lt_prog_compiler_pic='-KPIC'
-	  lt_prog_compiler_static='-Bstatic'
-	  lt_prog_compiler_wl='-Wl,'
-	  ;;
-        *Intel*\ [CF]*Compiler*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fPIC'
-	  lt_prog_compiler_static='-static'
-	  ;;
-	*Portland\ Group*)
-	  lt_prog_compiler_wl='-Wl,'
-	  lt_prog_compiler_pic='-fpic'
-	  lt_prog_compiler_static='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      lt_prog_compiler_wl='-Wl,'
-      # All OSF/1 code is PIC.
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    rdos*)
-      lt_prog_compiler_static='-non_shared'
-      ;;
-
-    solaris*)
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	lt_prog_compiler_wl='-Qoption ld ';;
-      *)
-	lt_prog_compiler_wl='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      lt_prog_compiler_wl='-Qoption ld '
-      lt_prog_compiler_pic='-PIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic='-Kconform_pic'
-	lt_prog_compiler_static='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_pic='-KPIC'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
-
-    unicos*)
-      lt_prog_compiler_wl='-Wl,'
-      lt_prog_compiler_can_build_shared=no
-      ;;
-
-    uts4*)
-      lt_prog_compiler_pic='-pic'
-      lt_prog_compiler_static='-Bstatic'
-      ;;
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_STDLIB_H 1
+_ACEOF
 
-    *)
-      lt_prog_compiler_can_build_shared=no
-      ;;
-    esac
-  fi
+fi
 
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic=
-    ;;
-  *)
-    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
-    ;;
-esac
+done
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
+$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
+if ${ac_cv_func_malloc_0_nonnull+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
-$as_echo "$lt_cv_prog_compiler_pic" >&6; }
-lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works+:} false; then :
-  $as_echo_n "(cached) " >&6
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_malloc_0_nonnull=no
 else
-  lt_cv_prog_compiler_pic_works=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *malloc ();
+#endif
 
-if test yes = "$lt_cv_prog_compiler_pic_works"; then
-    case $lt_prog_compiler_pic in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
-     esac
+int
+main ()
+{
+return ! malloc (0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_malloc_0_nonnull=yes
 else
-    lt_prog_compiler_pic=
-     lt_prog_compiler_can_build_shared=no
+  ac_cv_func_malloc_0_nonnull=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
+if test $ac_cv_func_malloc_0_nonnull = yes; then :
 
+$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
 
+else
+  $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
 
+   case " $LIBOBJS " in
+  *" malloc.$ac_objext "* ) ;;
+  *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
+ ;;
+esac
 
 
+$as_echo "#define malloc rpl_malloc" >>confdefs.h
 
+fi
 
 
 
+for ac_func in getpagesize
+do :
+  ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
+if test "x$ac_cv_func_getpagesize" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_GETPAGESIZE 1
+_ACEOF
 
+fi
+done
 
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
+$as_echo_n "checking for working mmap... " >&6; }
+if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_static_works=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_mmap_fixed_mapped=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+$ac_includes_default
+/* malloc might have been renamed as rpl_malloc. */
+#undef malloc
+
+/* Thanks to Mike Haertel and Jim Avera for this test.
+   Here is a matrix of mmap possibilities:
+	mmap private not fixed
+	mmap private fixed at somewhere currently unmapped
+	mmap private fixed at somewhere already mapped
+	mmap shared not fixed
+	mmap shared fixed at somewhere currently unmapped
+	mmap shared fixed at somewhere already mapped
+   For private mappings, we should verify that changes cannot be read()
+   back from the file, nor mmap's back from the file at a different
+   address.  (There have been systems where private was not correctly
+   implemented like the infamous i386 svr4.0, and systems where the
+   VM page cache was not coherent with the file system buffer cache
+   like early versions of FreeBSD and possibly contemporary NetBSD.)
+   For shared mappings, we should conversely verify that changes get
+   propagated back to all the places they're supposed to be.
+
+   Grep wants private fixed already mapped.
+   The main things grep needs to know about mmap are:
+   * does it exist and is it safe to write into the mmap'd area
+   * how to use it (BSD variants)  */
+
+#include <fcntl.h>
+#include <sys/mman.h>
+
+#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
+char *malloc ();
+#endif
 
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
+/* This mess was copied from the GNU getpagesize.h.  */
+#ifndef HAVE_GETPAGESIZE
+# ifdef _SC_PAGESIZE
+#  define getpagesize() sysconf(_SC_PAGESIZE)
+# else /* no _SC_PAGESIZE */
+#  ifdef HAVE_SYS_PARAM_H
+#   include <sys/param.h>
+#   ifdef EXEC_PAGESIZE
+#    define getpagesize() EXEC_PAGESIZE
+#   else /* no EXEC_PAGESIZE */
+#    ifdef NBPG
+#     define getpagesize() NBPG * CLSIZE
+#     ifndef CLSIZE
+#      define CLSIZE 1
+#     endif /* no CLSIZE */
+#    else /* no NBPG */
+#     ifdef NBPC
+#      define getpagesize() NBPC
+#     else /* no NBPC */
+#      ifdef PAGESIZE
+#       define getpagesize() PAGESIZE
+#      endif /* PAGESIZE */
+#     endif /* no NBPC */
+#    endif /* no NBPG */
+#   endif /* no EXEC_PAGESIZE */
+#  else /* no HAVE_SYS_PARAM_H */
+#   define getpagesize() 8192	/* punt totally */
+#  endif /* no HAVE_SYS_PARAM_H */
+# endif /* no _SC_PAGESIZE */
+
+#endif /* no HAVE_GETPAGESIZE */
 
-if test yes = "$lt_cv_prog_compiler_static_works"; then
-    :
+int
+main ()
+{
+  char *data, *data2, *data3;
+  const char *cdata2;
+  int i, pagesize;
+  int fd, fd2;
+
+  pagesize = getpagesize ();
+
+  /* First, make a file with some known garbage in it. */
+  data = (char *) malloc (pagesize);
+  if (!data)
+    return 1;
+  for (i = 0; i < pagesize; ++i)
+    *(data + i) = rand ();
+  umask (0);
+  fd = creat ("conftest.mmap", 0600);
+  if (fd < 0)
+    return 2;
+  if (write (fd, data, pagesize) != pagesize)
+    return 3;
+  close (fd);
+
+  /* Next, check that the tail of a page is zero-filled.  File must have
+     non-zero length, otherwise we risk SIGBUS for entire page.  */
+  fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
+  if (fd2 < 0)
+    return 4;
+  cdata2 = "";
+  if (write (fd2, cdata2, 1) != 1)
+    return 5;
+  data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
+  if (data2 == MAP_FAILED)
+    return 6;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data2 + i))
+      return 7;
+  close (fd2);
+  if (munmap (data2, pagesize))
+    return 8;
+
+  /* Next, try to mmap the file at a fixed address which already has
+     something else allocated at it.  If we can, also make sure that
+     we see the same garbage.  */
+  fd = open ("conftest.mmap", O_RDWR);
+  if (fd < 0)
+    return 9;
+  if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
+		     MAP_PRIVATE | MAP_FIXED, fd, 0L))
+    return 10;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data2 + i))
+      return 11;
+
+  /* Finally, make sure that changes to the mapped area do not
+     percolate back to the file as seen by read().  (This is a bug on
+     some variants of i386 svr4.0.)  */
+  for (i = 0; i < pagesize; ++i)
+    *(data2 + i) = *(data2 + i) + 1;
+  data3 = (char *) malloc (pagesize);
+  if (!data3)
+    return 12;
+  if (read (fd, data3, pagesize) != pagesize)
+    return 13;
+  for (i = 0; i < pagesize; ++i)
+    if (*(data + i) != *(data3 + i))
+      return 14;
+  close (fd);
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_mmap_fixed_mapped=yes
 else
-    lt_prog_compiler_static=
+  ac_cv_func_mmap_fixed_mapped=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
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
+if test $ac_cv_func_mmap_fixed_mapped = yes; then
 
+$as_echo "#define HAVE_MMAP 1" >>confdefs.h
 
+fi
+rm -f conftest.mmap conftest.txt
 
+for ac_header in stdlib.h
+do :
+  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
+if test "x$ac_cv_header_stdlib_h" = xyes; then :
+  cat >>confdefs.h <<_ACEOF
+#define HAVE_STDLIB_H 1
+_ACEOF
 
+fi
 
+done
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
+$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
+if ${ac_cv_func_realloc_0_nonnull+:} false; then :
   $as_echo_n "(cached) " >&6
 else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
+  if test "$cross_compiling" = yes; then :
+  ac_cv_func_realloc_0_nonnull=no
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#if defined STDC_HEADERS || defined HAVE_STDLIB_H
+# include <stdlib.h>
+#else
+char *realloc ();
+#endif
 
+int
+main ()
+{
+return ! realloc (0, 0);
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_run "$LINENO"; then :
+  ac_cv_func_realloc_0_nonnull=yes
+else
+  ac_cv_func_realloc_0_nonnull=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
 
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
+$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
+if test $ac_cv_func_realloc_0_nonnull = yes; then :
 
+$as_echo "#define HAVE_REALLOC 1" >>confdefs.h
 
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
 else
-  need_locks=no
-fi
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  runpath_var=
-  allow_undefined_flag=
-  always_export_symbols=no
-  archive_cmds=
-  archive_expsym_cmds=
-  compiler_needs_object=no
-  enable_shared_with_static_runtimes=no
-  export_dynamic_flag_spec=
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  hardcode_automatic=no
-  hardcode_direct=no
-  hardcode_direct_absolute=no
-  hardcode_libdir_flag_spec=
-  hardcode_libdir_separator=
-  hardcode_minus_L=no
-  hardcode_shlibpath_var=unsupported
-  inherit_rpath=no
-  link_all_deplibs=unknown
-  module_cmds=
-  module_expsym_cmds=
-  old_archive_from_new_cmds=
-  old_archive_from_expsyms_cmds=
-  thread_safe_flag_spec=
-  whole_archive_flag_spec=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  include_expsyms=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
+  $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
 
-  ld_shlibs=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
-	  *\ \(GNU\ Binutils\)\ [3-9]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
+   case " $LIBOBJS " in
+  *" realloc.$ac_objext "* ) ;;
+  *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
+ ;;
+esac
 
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-    export_dynamic_flag_spec='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      whole_archive_flag_spec=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
-    esac
 
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[3-9]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
+$as_echo "#define realloc rpl_realloc" >>confdefs.h
 
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
+fi
 
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	allow_undefined_flag=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
 
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
-      # as there is no search path for DLLs.
-      hardcode_libdir_flag_spec='-L$libdir'
-      export_dynamic_flag_spec='$wl--export-all-symbols'
-      allow_undefined_flag=unsupported
-      always_export_symbols=no
-      enable_shared_with_static_runtimes=yes
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
+for ac_func in __argz_count __argz_next __argz_stringify atexit clock_gettime floor getcwd localeconv mblen mbrlen memchr mempcpy memset munmap nl_langinfo setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strstr strtol strtoul
+do :
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
+  cat >>confdefs.h <<_ACEOF
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
 
-    haiku*)
-      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      link_all_deplibs=yes
-      ;;
+fi
+done
 
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
 
-    interix[3-9]*)
-      hardcode_direct=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-      export_dynamic_flag_spec='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
+ac_config_files="$ac_config_files Makefile"
 
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  whole_archive_flag_spec=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  compiler_needs_object=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+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.
 
-        if test yes = "$supports_anon_versioning"; then
-          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  export_dynamic_flag_spec='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
-	  hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	  archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
-	esac
-      else
-        ld_shlibs=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
-	ld_shlibs=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
+_ACEOF
 
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    ld_shlibs=no
-	  fi
-	;;
+# 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
-      ;;
-
-    sunos4*)
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	ld_shlibs=no
-      fi
-      ;;
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
     esac
+  done
 
-    if test no = "$ld_shlibs"; then
-      runpath_var=
-      hardcode_libdir_flag_spec=
-      export_dynamic_flag_spec=
-      whole_archive_flag_spec=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      allow_undefined_flag=unsupported
-      always_export_symbols=yes
-      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      hardcode_minus_L=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	hardcode_direct=unsupported
-      fi
+  (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"
       ;;
-
-    aix[4-9]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
+    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
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
-
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      fi
-
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      archive_cmds=''
-      hardcode_direct=yes
-      hardcode_direct_absolute=yes
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      file_list_spec='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	hardcode_direct=no
-	hardcode_direct_absolute=no
-	;;
-      esac
-
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[012]|aix4.[012].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  hardcode_direct=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  hardcode_minus_L=yes
-	  hardcode_libdir_flag_spec='-L$libdir'
-	  hardcode_libdir_separator=
-	  fi
-	  ;;
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
 	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
       fi
-
-      export_dynamic_flag_spec='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      always_export_symbols=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	allow_undefined_flag='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
+    fi
+  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 core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
+rm -f confcache
 
-fi
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
-  aix_libpath=$lt_cv_aix_libpath_
-fi
+DEFS=-DHAVE_CONFIG_H
 
-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
-	  allow_undefined_flag="-z nodefs"
-	  archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath_+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+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
 
-int
-main ()
-{
+LTLIBOBJS=$ac_ltlibobjs
 
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
 
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
+{ $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
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath_"; then
-    lt_cv_aix_libpath_=/usr/lib:/lib
-  fi
 
+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
-
-  aix_libpath=$lt_cv_aix_libpath_
+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
 
-	 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  no_undefined_flag=' $wl-bernotok'
-	  allow_undefined_flag=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    whole_archive_flag_spec='$convenience'
-	  fi
-	  archive_cmds_need_lc=yes
-	  archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	  else
-	    # used by -dlpreopen to get the symbols
-	    archive_expsym_cmds="$archive_expsym_cmds"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
-	fi
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            archive_expsym_cmds=''
-        ;;
-      m68k)
-            archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            hardcode_libdir_flag_spec='-L$libdir'
-            hardcode_minus_L=yes
-        ;;
-      esac
-      ;;
-
-    bsdi[45]*)
-      export_dynamic_flag_spec=-rdynamic
-      ;;
+: "${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.
 
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	always_export_symbols=yes
-	file_list_spec='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, )='true'
-	enable_shared_with_static_runtimes=yes
-	exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	old_postinstall_cmds='chmod 644 $oldlib'
-	postlink_cmds='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	hardcode_libdir_flag_spec=' '
-	allow_undefined_flag=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	old_archive_from_new_cmds='true'
-	# FIXME: Should let the user specify the lib program.
-	old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	enable_shared_with_static_runtimes=yes
-	;;
-      esac
-      ;;
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
 
-    darwin* | rhapsody*)
+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
 
-  archive_cmds_need_lc=no
-  hardcode_direct=no
-  hardcode_automatic=yes
-  hardcode_shlibpath_var=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-
-  else
-    whole_archive_flag_spec=''
-  fi
-  link_all_deplibs=yes
-  allow_undefined_flag=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
 
+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
-  ld_shlibs=no
+    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
 
-      ;;
-
-    dgux*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
-
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
+# 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
 
-    hpux9*)
-      if test yes = "$GCC"; then
-	archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_direct=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      hardcode_minus_L=yes
-      export_dynamic_flag_spec='$wl-E'
-      ;;
 
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-	hardcode_direct=yes
-	hardcode_direct_absolute=yes
-	export_dynamic_flag_spec='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	hardcode_minus_L=yes
-      fi
-      ;;
+# 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"
 
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
-$as_echo_n "checking if $CC understands -b... " >&6; }
-if ${lt_cv_prog_compiler__b+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler__b=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -b"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler__b=yes
-       fi
-     else
-       lt_cv_prog_compiler__b=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
+# 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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
-$as_echo "$lt_cv_prog_compiler__b" >&6; }
-
-if test yes = "$lt_cv_prog_compiler__b"; then
-    archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-else
-    archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
 fi
 
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	hardcode_libdir_flag_spec='$wl+b $wl$libdir'
-	hardcode_libdir_separator=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  hardcode_direct=no
-	  hardcode_shlibpath_var=no
-	  ;;
-	*)
-	  hardcode_direct=yes
-	  hardcode_direct_absolute=yes
-	  export_dynamic_flag_spec='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  hardcode_minus_L=yes
-	  ;;
-	esac
-      fi
-      ;;
+# 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='+ '
 
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
-$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
-if ${lt_cv_irix_exported_symbol+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-int foo (void) { return 0; }
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  lt_cv_irix_exported_symbol=yes
-else
-  lt_cv_irix_exported_symbol=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-           LDFLAGS=$save_LDFLAGS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
-$as_echo "$lt_cv_irix_exported_symbol" >&6; }
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      inherit_rpath=yes
-      link_all_deplibs=yes
-      ;;
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
 
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	ld_shlibs=yes
-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_direct=yes
-      hardcode_shlibpath_var=no
-      ;;
 
-    newsos6)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_direct=yes
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      hardcode_shlibpath_var=no
-      ;;
+# 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
 
-    *nto* | *qnx*)
-      ;;
 
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	hardcode_direct=yes
-	hardcode_shlibpath_var=no
-	hardcode_direct_absolute=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	  export_dynamic_flag_spec='$wl-E'
-	else
-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  hardcode_libdir_flag_spec='$wl-rpath,$libdir'
-	fi
-      else
-	ld_shlibs=no
-      fi
-      ;;
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
 
-    os2*)
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_minus_L=yes
-      allow_undefined_flag=unsupported
-      shrext_cmds=.dll
-      archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      enable_shared_with_static_runtimes=yes
-      ;;
+# 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
 
-    osf3*)
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      hardcode_libdir_separator=:
-      ;;
+# 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
 
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
-	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
-      else
-	allow_undefined_flag=' -expect_unresolved \*'
-	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
+# 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
 
-	# Both c and cxx compiler support -rpath directly
-	hardcode_libdir_flag_spec='-rpath $libdir'
-      fi
-      archive_cmds_need_lc='no'
-      hardcode_libdir_separator=:
-      ;;
 
-    solaris*)
-      no_undefined_flag=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      hardcode_libdir_flag_spec='-R$libdir'
-      hardcode_shlibpath_var=no
-      case $host_os in
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      link_all_deplibs=yes
-      ;;
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
 
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_direct=yes
-      hardcode_minus_L=yes
-      hardcode_shlibpath_var=no
-      ;;
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
 
-    sysv4)
-      case $host_vendor in
-	sni)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  reload_cmds='$CC -r -o $output$reload_objs'
-	  hardcode_direct=no
-        ;;
-	motorola)
-	  archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  hardcode_direct=no #Motorola manual says yes, but my tests say they lie
-	;;
-      esac
-      runpath_var='LD_RUN_PATH'
-      hardcode_shlibpath_var=no
-      ;;
-
-    sysv4.3*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_shlibpath_var=no
-      export_dynamic_flag_spec='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	hardcode_shlibpath_var=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	ld_shlibs=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag='$wl-z,text'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
 
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      no_undefined_flag='$wl-z,text'
-      allow_undefined_flag='$wl-z,nodefs'
-      archive_cmds_need_lc=no
-      hardcode_shlibpath_var=no
-      hardcode_libdir_flag_spec='$wl-R,$libdir'
-      hardcode_libdir_separator=':'
-      link_all_deplibs=yes
-      export_dynamic_flag_spec='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
+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'`
 
-    uts4*)
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      hardcode_libdir_flag_spec='-L$libdir'
-      hardcode_shlibpath_var=no
-      ;;
+# 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
 
-    *)
-      ld_shlibs=no
-      ;;
-    esac
+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
 
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	export_dynamic_flag_spec='$wl-Blargedynsym'
-	;;
-      esac
-    fi
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -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
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
-$as_echo "$ld_shlibs" >&6; }
-test no = "$ld_shlibs" && can_build_shared=no
-
-with_gnu_ld=$with_gnu_ld
-
-
-
-
-
-
-
-
-
-
+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"
 
 
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc+:} false; then :
-  $as_echo_n "(cached) " >&6
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
 else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl
-	  pic_flag=$lt_prog_compiler_pic
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag
-	  allow_undefined_flag=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc=no
-	  else
-	    lt_cv_archive_cmds_need_lc=yes
-	  fi
-	  allow_undefined_flag=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
-      archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
 
 
+# as_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 ags $as_me 0.4.2, 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 <weedlight at gmail.com>."
 
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+ags config.status 0.4.2
+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"
+# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
+    # from automake < 1.5.
+    eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
+    # Capture the value of LINGUAS because we need it to compute CATALOGS.
+    LINGUAS="${LINGUAS-%UNSET%}"
 
 
+_ACEOF
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
 
 
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
 
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
 
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
 
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
 
 
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/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
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$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
+' <confdefs.h | sed '
+s/'"$ac_delim"'/"\\\
+"/g' >>$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
+  #
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
-  }
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
   esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
+  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  [\\/$]* | ?:[\\/]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
   esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
+_ACEOF
 
-  ;
-  return 0;
+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
-if ac_fn_c_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
 
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action=
-if test -n "$hardcode_libdir_flag_spec" ||
-   test -n "$runpath_var" ||
-   test yes = "$hardcode_automatic"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
-     test no != "$hardcode_minus_L"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
-$as_echo "$hardcode_action" >&6; }
-
-if test relink = "$hardcode_action" ||
-   test yes = "$inherit_rpath"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-
-
-  if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-
-fi
-
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
-if test "x$ac_cv_func_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
-if ${ac_cv_lib_dld_shl_load+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char shl_load ();
-int
-main ()
-{
-return shl_load ();
-  ;
-  return 0;
-}
+# 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
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_shl_load=yes
-else
-  ac_cv_lib_dld_shl_load=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
-if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
-  lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
-else
-  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
-if test "x$ac_cv_func_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
-if ${ac_cv_lib_dl_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldl  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
+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
 
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dl_dlopen=yes
-else
-  ac_cv_lib_dl_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
-if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
-if ${ac_cv_lib_svld_dlopen+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lsvld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dlopen ();
-int
-main ()
-{
-return dlopen ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_svld_dlopen=yes
-else
-  ac_cv_lib_svld_dlopen=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
-if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
-  lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
-if ${ac_cv_lib_dld_dld_link+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldld  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char dld_link ();
-int
-main ()
-{
-return dld_link ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_dld_dld_link=yes
-else
-  ac_cv_lib_dld_dld_link=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
-if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
-  lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-
-fi
-
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self=no
-  fi
-fi
-rm -fr conftest*
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
-$as_echo "$lt_cv_dlopen_self" >&6; }
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
-if ${lt_cv_dlopen_self_static+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  	  if test yes = "$cross_compiling"; then :
-  lt_cv_dlopen_self_static=cross
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}
-_LT_EOF
-  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
-  (eval $ac_link) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&5 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
-    esac
-  else :
-    # compilation failed
-    lt_cv_dlopen_self_static=no
-  fi
-fi
-rm -fr conftest*
-
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-striplib=
-old_striplib=
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    fi
-    ;;
-  *)
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-    ;;
-  esac
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-  # Report what library types will actually be built
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
-$as_echo "$can_build_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
-$as_echo_n "checking whether to build shared libraries... " >&6; }
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[4-9]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
-$as_echo "$enable_shared" >&6; }
-
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
-$as_echo_n "checking whether to build static libraries... " >&6; }
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
-$as_echo "$enable_static" >&6; }
-
-
-
-
-fi
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-CC=$lt_save_CC
-
-      if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
-if test -z "$CXXCPP"; then
-  if ${ac_cv_prog_CXXCPP+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-      # Double quotes because CXXCPP needs to be expanded
-    for CXXCPP in "$CXX -E" "/lib/cpp"
-    do
-      ac_preproc_ok=false
-for ac_cxx_preproc_warn_flag in '' yes
-do
-  # Use a header file that comes with gcc, so configuring glibc
-  # with a fresh cross-compiler works.
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-#else
-# include <assert.h>
-#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 <ac_nonexistent.h>
-_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 <limits.h> to <assert.h> if __STDC__ is defined, since
-  # <limits.h> 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 <limits.h>
-#else
-# include <assert.h>
-#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 <ac_nonexistent.h>
-_ACEOF
-if ac_fn_cxx_try_cpp "$LINENO"; then :
-  # Broken: success on invalid input.
-continue
-else
-  # Passes both tests.
-ac_preproc_ok=:
-break
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-
-done
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-rm -f conftest.i conftest.err conftest.$ac_ext
-if $ac_preproc_ok; then :
-
-else
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-else
-  _lt_caught_CXX_error=yes
-fi
-
-ac_ext=cpp
-ac_cpp='$CXXCPP $CPPFLAGS'
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
-
-archive_cmds_need_lc_CXX=no
-allow_undefined_flag_CXX=
-always_export_symbols_CXX=no
-archive_expsym_cmds_CXX=
-compiler_needs_object_CXX=no
-export_dynamic_flag_spec_CXX=
-hardcode_direct_CXX=no
-hardcode_direct_absolute_CXX=no
-hardcode_libdir_flag_spec_CXX=
-hardcode_libdir_separator_CXX=
-hardcode_minus_L_CXX=no
-hardcode_shlibpath_var_CXX=unsupported
-hardcode_automatic_CXX=no
-inherit_rpath_CXX=no
-module_cmds_CXX=
-module_expsym_cmds_CXX=
-link_all_deplibs_CXX=unknown
-old_archive_cmds_CXX=$old_archive_cmds
-reload_flag_CXX=$reload_flag
-reload_cmds_CXX=$reload_cmds
-no_undefined_flag_CXX=
-whole_archive_flag_spec_CXX=
-enable_shared_with_static_runtimes_CXX=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-objext_CXX=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-
-
-
-
-
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-
-
-  # save warnings/boilerplate of simple test code
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-
-  ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  compiler_CXX=$CC
-  for cc_temp in $compiler""; do
-  case $cc_temp in
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
-    else
-      lt_prog_compiler_no_builtin_flag_CXX=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-
-
-# Check whether --with-gnu-ld was given.
-if test "${with_gnu_ld+set}" = set; then :
-  withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
-else
-  with_gnu_ld=no
-fi
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
-$as_echo_n "checking for ld used by $CC... " >&6; }
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [\\/]* | ?:[\\/]*)
-      re_direlt='/[^/][^/]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
-$as_echo_n "checking for GNU ld... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
-$as_echo_n "checking for non-GNU ld... " >&6; }
-fi
-if ${lt_cv_path_LD+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi
-fi
-
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
-$as_echo "$LD" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
-if ${lt_cv_prog_gnu_ld+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-
-
-
-
-
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          whole_archive_flag_spec_CXX=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-    ld_shlibs_CXX=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-      aix[4-9]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        archive_cmds_CXX=''
-        hardcode_direct_CXX=yes
-        hardcode_direct_absolute_CXX=yes
-        hardcode_libdir_separator_CXX=':'
-        link_all_deplibs_CXX=yes
-        file_list_spec_CXX='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          hardcode_direct_CXX=no
-          hardcode_direct_absolute_CXX=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[012]|aix4.[012].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    hardcode_direct_CXX=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    hardcode_minus_L_CXX=yes
-	    hardcode_libdir_flag_spec_CXX='-L$libdir'
-	    hardcode_libdir_separator_CXX=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        export_dynamic_flag_spec_CXX='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        always_export_symbols_CXX=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          no_undefined_flag_CXX='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-          hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    hardcode_libdir_flag_spec_CXX='$wl-R $libdir:/usr/lib:/lib'
-	    allow_undefined_flag_CXX="-z nodefs"
-	    archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  if ${lt_cv_aix_libpath__CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-
-  lt_aix_libpath_sed='
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }'
-  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-  if test -z "$lt_cv_aix_libpath__CXX"; then
-    lt_cv_aix_libpath__CXX=/usr/lib:/lib
-  fi
-
-fi
-
-  aix_libpath=$lt_cv_aix_libpath__CXX
-fi
-
-	    hardcode_libdir_flag_spec_CXX='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    no_undefined_flag_CXX=' $wl-bernotok'
-	    allow_undefined_flag_CXX=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      whole_archive_flag_spec_CXX='$convenience'
-	    fi
-	    archive_cmds_need_lc_CXX=yes
-	    archive_expsym_cmds_CXX='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	    else
-	      # used by -dlpreopen to get the symbols
-	      archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    archive_expsym_cmds_CXX="$archive_expsym_cmds_CXX"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  allow_undefined_flag_CXX=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  ld_shlibs_CXX=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX=' '
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=yes
-	  file_list_spec_CXX='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, CXX)='true'
-	  enable_shared_with_static_runtimes_CXX=yes
-	  # Don't use ranlib
-	  old_postinstall_cmds_CXX='chmod 644 $oldlib'
-	  postlink_cmds_CXX='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  hardcode_libdir_flag_spec_CXX='-L$libdir'
-	  export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
-	  allow_undefined_flag_CXX=unsupported
-	  always_export_symbols_CXX=no
-	  enable_shared_with_static_runtimes_CXX=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    ld_shlibs_CXX=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-
-
-  archive_cmds_need_lc_CXX=no
-  hardcode_direct_CXX=no
-  hardcode_automatic_CXX=yes
-  hardcode_shlibpath_var_CXX=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-
-  else
-    whole_archive_flag_spec_CXX=''
-  fi
-  link_all_deplibs_CXX=yes
-  allow_undefined_flag_CXX=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    module_expsym_cmds_CXX="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-       if test yes != "$lt_cv_apple_cc_single_mod"; then
-      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      archive_expsym_cmds_CXX="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-
-  else
-  ld_shlibs_CXX=no
-  fi
-
-	;;
-
-      os2*)
-	hardcode_libdir_flag_spec_CXX='-L$libdir'
-	hardcode_minus_L_CXX=yes
-	allow_undefined_flag_CXX=unsupported
-	shrext_cmds=.dll
-	archive_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	archive_expsym_cmds_CXX='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	old_archive_From_new_cmds_CXX='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	enable_shared_with_static_runtimes_CXX=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        ld_shlibs_CXX=no
-        ;;
-
-      freebsd-elf*)
-        archive_cmds_need_lc_CXX=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        ld_shlibs_CXX=yes
-        ;;
-
-      haiku*)
-        archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        link_all_deplibs_CXX=yes
-        ;;
-
-      hpux9*)
-        hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        export_dynamic_flag_spec_CXX='$wl-E'
-        hardcode_direct_CXX=yes
-        hardcode_minus_L_CXX=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            ld_shlibs_CXX=no
-            ;;
-          aCC*)
-            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              ld_shlibs_CXX=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  hardcode_libdir_flag_spec_CXX='$wl+b $wl$libdir'
-	  hardcode_libdir_separator_CXX=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      export_dynamic_flag_spec_CXX='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            hardcode_direct_CXX=no
-            hardcode_shlibpath_var_CXX=no
-            ;;
-          *)
-            hardcode_direct_CXX=yes
-            hardcode_direct_absolute_CXX=yes
-            hardcode_minus_L_CXX=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        archive_cmds_CXX='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            archive_cmds_CXX='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[3-9]*)
-	hardcode_direct_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	export_dynamic_flag_spec_CXX='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    link_all_deplibs_CXX=yes
-	    ;;
-        esac
-        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-        hardcode_libdir_separator_CXX=:
-        inherit_rpath_CXX=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    archive_cmds_need_lc_CXX=no
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
-	      prelink_cmds_CXX='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      old_archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      archive_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    hardcode_libdir_flag_spec_CXX='$wl--rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
-	    archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      no_undefined_flag_CXX=' -zdefs'
-	      archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
-	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      compiler_needs_object_CXX=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	ld_shlibs_CXX=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        ld_shlibs_CXX=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  hardcode_direct_CXX=yes
-	  hardcode_shlibpath_var_CXX=no
-	  hardcode_direct_absolute_CXX=yes
-	  archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    export_dynamic_flag_spec_CXX='$wl-E'
-	    whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  ld_shlibs_CXX=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
-	    hardcode_libdir_separator_CXX=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
-	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        hardcode_libdir_flag_spec_CXX='-rpath $libdir'
-		;;
-	    esac
-
-	    hardcode_libdir_separator_CXX=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
-	      hardcode_libdir_separator_CXX=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      ld_shlibs_CXX=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            archive_cmds_need_lc_CXX=yes
-	    no_undefined_flag_CXX=' -zdefs'
-	    archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    hardcode_libdir_flag_spec_CXX='-R$libdir'
-	    hardcode_shlibpath_var_CXX=no
-	    case $host_os in
-	      solaris2.[0-5] | solaris2.[0-5].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    link_all_deplibs_CXX=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      no_undefined_flag_CXX=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        archive_cmds_CXX='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      hardcode_libdir_flag_spec_CXX='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[0-5] | solaris2.[0-5].*) ;;
-		*)
-		  whole_archive_flag_spec_CXX='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
-      no_undefined_flag_CXX='$wl-z,text'
-      archive_cmds_need_lc_CXX=no
-      hardcode_shlibpath_var_CXX=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	no_undefined_flag_CXX='$wl-z,text'
-	allow_undefined_flag_CXX='$wl-z,nodefs'
-	archive_cmds_need_lc_CXX=no
-	hardcode_shlibpath_var_CXX=no
-	hardcode_libdir_flag_spec_CXX='$wl-R,$libdir'
-	hardcode_libdir_separator_CXX=':'
-	link_all_deplibs_CXX=yes
-	export_dynamic_flag_spec_CXX='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    archive_cmds_CXX='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    old_archive_cmds_CXX='$CC -Tprelink_objects $oldobjs~
-              '"$old_archive_cmds_CXX"
-	    reload_cmds_CXX='$CC -Tprelink_objects $reload_objs~
-              '"$reload_cmds_CXX"
-	    ;;
-	  *)
-	    archive_cmds_CXX='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    archive_expsym_cmds_CXX='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    ld_shlibs_CXX=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        ld_shlibs_CXX=no
-        ;;
-    esac
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-    test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-    GCC_CXX=$GXX
-    LD_CXX=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    # Dependencies to place before and after the object being linked:
-predep_objects_CXX=
-postdep_objects_CXX=
-predeps_CXX=
-postdeps_CXX=
-compiler_lib_search_path_CXX=
-
-cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$compiler_lib_search_path_CXX"; then
-	     compiler_lib_search_path_CXX=$prev$p
-	   else
-	     compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$postdeps_CXX"; then
-	   postdeps_CXX=$prev$p
-	 else
-	   postdeps_CXX="${postdeps_CXX} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$predep_objects_CXX"; then
-	   predep_objects_CXX=$p
-	 else
-	   predep_objects_CXX="$predep_objects_CXX $p"
-	 fi
-       else
-	 if test -z "$postdep_objects_CXX"; then
-	   postdep_objects_CXX=$p
-	 else
-	   postdep_objects_CXX="$postdep_objects_CXX $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling CXX test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-case $host_os in
-interix[3-9]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  predep_objects_CXX=
-  postdep_objects_CXX=
-  postdeps_CXX=
-  ;;
-
-linux*)
-  case `$CC -V 2>&1 | sed 5q` in
-  *Sun\ C*)
-    # Sun C++ 5.9
-
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-
-solaris*)
-  case $cc_basename in
-  CC* | sunCC*)
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    # Adding this requires a known-good setup of shared libraries for
-    # Sun compiler versions before 5.6, else PIC objects from an old
-    # archive will be linked into the output, leading to subtle bugs.
-    if test yes != "$solaris_use_stlport4"; then
-      postdeps_CXX='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-esac
-
-
-case " $postdeps_CXX " in
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
-esac
- compiler_lib_search_dirs_CXX=
-if test -n "${compiler_lib_search_path_CXX}"; then
- compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    lt_prog_compiler_wl_CXX=
-lt_prog_compiler_pic_CXX=
-lt_prog_compiler_static_CXX=
-
-
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    lt_prog_compiler_wl_CXX='-Wl,'
-    lt_prog_compiler_static_CXX='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	lt_prog_compiler_static_CXX='-Bstatic'
-      fi
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            lt_prog_compiler_pic_CXX='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-      case $host_os in
-      os2*)
-	lt_prog_compiler_static_CXX='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      lt_prog_compiler_pic_CXX='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      lt_prog_compiler_pic_CXX=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      lt_prog_compiler_static_CXX=
-      ;;
-    interix[3-9]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	lt_prog_compiler_pic_CXX=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	lt_prog_compiler_pic_CXX='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      lt_prog_compiler_pic_CXX='-fPIC -shared'
-      ;;
-    *)
-      lt_prog_compiler_pic_CXX='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[4-9]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  lt_prog_compiler_static_CXX='-Bstatic'
-	else
-	  lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      lt_prog_compiler_pic_CXX='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      lt_prog_compiler_pic_CXX='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fPIC'
-	    lt_prog_compiler_static_CXX='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-fpic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[cC]* | mpixl[cC]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-qpic'
-	    lt_prog_compiler_static_CXX='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      lt_prog_compiler_pic_CXX='-KPIC'
-	      lt_prog_compiler_static_CXX='-Bstatic'
-	      lt_prog_compiler_wl_CXX='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    lt_prog_compiler_pic_CXX='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        lt_prog_compiler_pic_CXX='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    lt_prog_compiler_wl_CXX='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    lt_prog_compiler_pic_CXX=
-	    lt_prog_compiler_static_CXX='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    lt_prog_compiler_wl_CXX='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    lt_prog_compiler_pic_CXX='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    lt_prog_compiler_pic_CXX='-pic'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    lt_prog_compiler_pic_CXX='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    lt_prog_compiler_wl_CXX='-Wl,'
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    lt_prog_compiler_static_CXX='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    lt_prog_compiler_pic_CXX='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	lt_prog_compiler_can_build_shared_CXX=no
-	;;
-    esac
-  fi
-
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    lt_prog_compiler_pic_CXX=
-    ;;
-  *)
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
-    ;;
-esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
-if ${lt_cv_prog_compiler_pic_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_CXX=$lt_prog_compiler_pic_CXX
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_CXX" >&6; }
-lt_prog_compiler_pic_CXX=$lt_cv_prog_compiler_pic_CXX
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$lt_prog_compiler_pic_CXX"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
-if ${lt_cv_prog_compiler_pic_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_pic_works_CXX=no
-   ac_outfile=conftest.$ac_objext
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_pic_works_CXX=yes
-     fi
-   fi
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_pic_works_CXX"; then
-    case $lt_prog_compiler_pic_CXX in
-     "" | " "*) ;;
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
-     esac
-else
-    lt_prog_compiler_pic_CXX=
-     lt_prog_compiler_can_build_shared_CXX=no
-fi
-
-fi
-
-
-
-
-
-#
-# Check to make sure the static flag actually works.
-#
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
-if ${lt_cv_prog_compiler_static_works_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_static_works_CXX=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&5
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         lt_cv_prog_compiler_static_works_CXX=yes
-       fi
-     else
-       lt_cv_prog_compiler_static_works_CXX=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
-
-if test yes = "$lt_cv_prog_compiler_static_works_CXX"; then
-    :
-else
-    lt_prog_compiler_static_CXX=
-fi
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
-if ${lt_cv_prog_compiler_c_o_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_prog_compiler_c_o_CXX=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&5
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       lt_cv_prog_compiler_c_o_CXX=yes
-     fi
-   fi
-   chmod u+w . 2>&5
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_CXX" >&5
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
-
-
-
-
-hard_links=nottested
-if test no = "$lt_cv_prog_compiler_c_o_CXX" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
-$as_echo_n "checking if we can lock with hard links... " >&6; }
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
-$as_echo "$hard_links" >&6; }
-  if test no = "$hard_links"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
-$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
-
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
-  case $host_os in
-  aix[4-9]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    export_symbols_cmds_CXX=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
-      exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
-      ;;
-    esac
-    ;;
-  *)
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_CXX" >&5
-$as_echo "$ld_shlibs_CXX" >&6; }
-test no = "$ld_shlibs_CXX" && can_build_shared=no
-
-with_gnu_ld_CXX=$with_gnu_ld
-
-
-
-
-
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$archive_cmds_need_lc_CXX" in
-x|xyes)
-  # Assume -lc should be added
-  archive_cmds_need_lc_CXX=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $archive_cmds_CXX in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
-if ${lt_cv_archive_cmds_need_lc_CXX+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  $RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
-  (eval $ac_compile) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$lt_prog_compiler_wl_CXX
-	  pic_flag=$lt_prog_compiler_pic_CXX
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-	  allow_undefined_flag_CXX=
-	  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
-  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }
-	  then
-	    lt_cv_archive_cmds_need_lc_CXX=no
-	  else
-	    lt_cv_archive_cmds_need_lc_CXX=yes
-	  fi
-	  allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_CXX" >&5
-$as_echo "$lt_cv_archive_cmds_need_lc_CXX" >&6; }
-      archive_cmds_need_lc_CXX=$lt_cv_archive_cmds_need_lc_CXX
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
-
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[4-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[01] | aix4.[01].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a(lib.so.V)'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[45]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[23].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[01]* | freebsdelf3.[01]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[3-9]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  hardcode_libdir_flag_spec_CXX='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
-	 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
-    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_cxx_try_link "$LINENO"; then :
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
-  lt_cv_shlibpath_overrides_runpath=yes
-fi
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-
-fi
-
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
-$as_echo "$dynamic_linker" >&6; }
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
-hardcode_action_CXX=
-if test -n "$hardcode_libdir_flag_spec_CXX" ||
-   test -n "$runpath_var_CXX" ||
-   test yes = "$hardcode_automatic_CXX"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$hardcode_direct_CXX" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" &&
-     test no != "$hardcode_minus_L_CXX"; then
-    # Linking always hardcodes the temporary library directory.
-    hardcode_action_CXX=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    hardcode_action_CXX=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  hardcode_action_CXX=unsupported
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_CXX" >&5
-$as_echo "$hardcode_action_CXX" >&6; }
-
-if test relink = "$hardcode_action_CXX" ||
-   test yes = "$inherit_rpath_CXX"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-
-
-
-
-
-
-
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-ac_ext=c
-ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-        ac_config_commands="$ac_config_commands libtool"
-
-
-
-
-# Only expand once:
-
-
-
-# Checks for libraries.
-# FIXME: Replace `main' with a function in `-lgmp':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5
-$as_echo_n "checking for main in -lgmp... " >&6; }
-if ${ac_cv_lib_gmp_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lgmp  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_gmp_main=yes
-else
-  ac_cv_lib_gmp_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_gmp_main" >&5
-$as_echo "$ac_cv_lib_gmp_main" >&6; }
-if test "x$ac_cv_lib_gmp_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBGMP 1
-_ACEOF
-
-  LIBS="-lgmp $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lm':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lm" >&5
-$as_echo_n "checking for main in -lm... " >&6; }
-if ${ac_cv_lib_m_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lm  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_m_main=yes
-else
-  ac_cv_lib_m_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_m_main" >&5
-$as_echo "$ac_cv_lib_m_main" >&6; }
-if test "x$ac_cv_lib_m_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBM 1
-_ACEOF
-
-  LIBS="-lm $LIBS"
-
-fi
-
-# FIXME: Replace `main' with a function in `-lrt':
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lrt" >&5
-$as_echo_n "checking for main in -lrt... " >&6; }
-if ${ac_cv_lib_rt_main+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_check_lib_save_LIBS=$LIBS
-LIBS="-lrt  $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-
-int
-main ()
-{
-return main ();
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_lib_rt_main=yes
-else
-  ac_cv_lib_rt_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_rt_main" >&5
-$as_echo "$ac_cv_lib_rt_main" >&6; }
-if test "x$ac_cv_lib_rt_main" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBRT 1
-_ACEOF
-
-  LIBS="-lrt $LIBS"
-
-fi
-
-
-# Checks for header files.
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
-$as_echo_n "checking for X... " >&6; }
-
-
-# Check whether --with-x was given.
-if test "${with_x+set}" = set; then :
-  withval=$with_x;
-fi
-
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-if test "x$with_x" = xno; then
-  # The user explicitly disabled X.
-  have_x=disabled
-else
-  case $x_includes,$x_libraries in #(
-    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
-    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  # One or both of the vars are not set, and there is no cached value.
-ac_x_includes=no ac_x_libraries=no
-rm -f -r conftest.dir
-if mkdir conftest.dir; then
-  cd conftest.dir
-  cat >Imakefile <<'_ACEOF'
-incroot:
-	@echo incroot='${INCROOT}'
-usrlibdir:
-	@echo usrlibdir='${USRLIBDIR}'
-libdir:
-	@echo libdir='${LIBDIR}'
-_ACEOF
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
-    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
-    for ac_var in incroot usrlibdir libdir; do
-      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
-    done
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-    for ac_extension in a so sl dylib la dll; do
-      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
-	 test -f "$ac_im_libdir/libX11.$ac_extension"; then
-	ac_im_usrlibdir=$ac_im_libdir; break
-      fi
-    done
-    # Screen out bogus values from the imake configuration.  They are
-    # bogus both because they are the default anyway, and because
-    # using them would break gcc on systems where it needs fixed includes.
-    case $ac_im_incroot in
-	/usr/include) ac_x_includes= ;;
-	*) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
-    esac
-    case $ac_im_usrlibdir in
-	/usr/lib | /usr/lib64 | /lib | /lib64) ;;
-	*) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
-    esac
-  fi
-  cd ..
-  rm -f -r conftest.dir
-fi
-
-# Standard set of common directories for X headers.
-# Check X11 before X11Rn because it is often a symlink to the current release.
-ac_x_header_dirs='
-/usr/X11/include
-/usr/X11R7/include
-/usr/X11R6/include
-/usr/X11R5/include
-/usr/X11R4/include
-
-/usr/include/X11
-/usr/include/X11R7
-/usr/include/X11R6
-/usr/include/X11R5
-/usr/include/X11R4
-
-/usr/local/X11/include
-/usr/local/X11R7/include
-/usr/local/X11R6/include
-/usr/local/X11R5/include
-/usr/local/X11R4/include
-
-/usr/local/include/X11
-/usr/local/include/X11R7
-/usr/local/include/X11R6
-/usr/local/include/X11R5
-/usr/local/include/X11R4
-
-/usr/X386/include
-/usr/x386/include
-/usr/XFree86/include/X11
-
-/usr/include
-/usr/local/include
-/usr/unsupported/include
-/usr/athena/include
-/usr/local/x11r5/include
-/usr/lpp/Xamples/include
-
-/usr/openwin/include
-/usr/openwin/share/include'
-
-if test "$ac_x_includes" = no; then
-  # Guess where to find include files, by looking for Xlib.h.
-  # First, try using that file with no special directory specified.
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <X11/Xlib.h>
-_ACEOF
-if ac_fn_c_try_cpp "$LINENO"; then :
-  # We can compile using X headers with no special include directory.
-ac_x_includes=
-else
-  for ac_dir in $ac_x_header_dirs; do
-  if test -r "$ac_dir/X11/Xlib.h"; then
-    ac_x_includes=$ac_dir
-    break
-  fi
-done
-fi
-rm -f conftest.err conftest.i conftest.$ac_ext
-fi # $ac_x_includes = no
-
-if test "$ac_x_libraries" = no; then
-  # Check for the libraries.
-  # See if we find them without any special options.
-  # Don't add to $LIBS permanently.
-  ac_save_LIBS=$LIBS
-  LIBS="-lX11 $LIBS"
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <X11/Xlib.h>
-int
-main ()
-{
-XrmInitialize ()
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
-  LIBS=$ac_save_LIBS
-# We can link X programs with no special library path.
-ac_x_libraries=
-else
-  LIBS=$ac_save_LIBS
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
-do
-  # Don't even attempt the hair of trying to link an X program!
-  for ac_extension in a so sl dylib la dll; do
-    if test -r "$ac_dir/libX11.$ac_extension"; then
-      ac_x_libraries=$ac_dir
-      break 2
-    fi
-  done
-done
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext conftest.$ac_ext
-fi # $ac_x_libraries = no
-
-case $ac_x_includes,$ac_x_libraries in #(
-  no,* | *,no | *\'*)
-    # Didn't find X, or a directory has "'" in its name.
-    ac_cv_have_x="have_x=no";; #(
-  *)
-    # Record where we found X for the cache.
-    ac_cv_have_x="have_x=yes\
-	ac_x_includes='$ac_x_includes'\
-	ac_x_libraries='$ac_x_libraries'"
-esac
-fi
-;; #(
-    *) have_x=yes;;
-  esac
-  eval "$ac_cv_have_x"
-fi # $with_x != no
-
-if test "$have_x" != yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
-$as_echo "$have_x" >&6; }
-  no_x=yes
-else
-  # If each of the values was on the command line, it overrides each guess.
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
-  # Update the cache value to reflect the command line values.
-  ac_cv_have_x="have_x=yes\
-	ac_x_includes='$x_includes'\
-	ac_x_libraries='$x_libraries'"
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
-fi
-
-for ac_header in fcntl.h libintl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h
-do :
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
-
-# Checks for typedefs, structures, and compiler characteristics.
-ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
-if test "x$ac_cv_type_pid_t" = xyes; then :
-
-else
-
-cat >>confdefs.h <<_ACEOF
-#define pid_t int
-_ACEOF
-
-fi
-
-ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
-if test "x$ac_cv_type_size_t" = xyes; then :
-
-else
-
-cat >>confdefs.h <<_ACEOF
-#define size_t unsigned int
-_ACEOF
-
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
-$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
-if ${ac_cv_type_uid_t+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#include <sys/types.h>
-
-_ACEOF
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-  $EGREP "uid_t" >/dev/null 2>&1; then :
-  ac_cv_type_uid_t=yes
-else
-  ac_cv_type_uid_t=no
-fi
-rm -f conftest*
-
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
-$as_echo "$ac_cv_type_uid_t" >&6; }
-if test $ac_cv_type_uid_t = no; then
-
-$as_echo "#define uid_t int" >>confdefs.h
-
-
-$as_echo "#define gid_t int" >>confdefs.h
-
-fi
-
-
-
-
-
-
-
-
-
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
-	if test -n "$ac_tool_prefix"; then
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $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
-
-  ;;
-esac
-fi
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
-if test -n "$PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
-$as_echo "$PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-fi
-if test -z "$ac_cv_path_PKG_CONFIG"; then
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
-  # Extract the first word of "pkg-config", so it can be a program name with args.
-set dummy pkg-config; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  case $ac_pt_PKG_CONFIG in
-  [\\/]* | ?:[\\/]*)
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
-  ;;
-  *)
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-    for ac_exec_ext in '' $ac_executable_extensions; do
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
-    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-    break 2
-  fi
-done
-  done
-IFS=$as_save_IFS
-
-  ;;
-esac
-fi
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
-if test -n "$ac_pt_PKG_CONFIG"; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-  if test "x$ac_pt_PKG_CONFIG" = x; then
-    PKG_CONFIG=""
-  else
-    case $cross_compiling:$ac_tool_warned in
-yes:)
-{ $as_echo "$as_me:${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
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
-  fi
-else
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
-fi
-
-fi
-if test -n "$PKG_CONFIG"; then
-	_pkg_min_version=0.9.0
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
-	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-	else
-		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-		PKG_CONFIG=""
-	fi
-fi
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UUID" >&5
-$as_echo_n "checking for UUID... " >&6; }
-
-if test -n "$UUID_CFLAGS"; then
-    pkg_cv_UUID_CFLAGS="$UUID_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$UUID_LIBS"; then
-    pkg_cv_UUID_LIBS="$UUID_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"uuid >= 1.0.2\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "uuid >= 1.0.2") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid >= 1.0.2" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        else
-	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid >= 1.0.2" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$UUID_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (uuid >= 1.0.2) were not met:
-
-$UUID_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables UUID_CFLAGS
-and UUID_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	UUID_CFLAGS=$pkg_cv_UUID_CFLAGS
-	UUID_LIBS=$pkg_cv_UUID_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAO" >&5
-$as_echo_n "checking for LIBAO... " >&6; }
-
-if test -n "$LIBAO_CFLAGS"; then
-    pkg_cv_LIBAO_CFLAGS="$LIBAO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_CFLAGS=`$PKG_CONFIG --cflags "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBAO_LIBS"; then
-    pkg_cv_LIBAO_LIBS="$LIBAO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ao >= 1.1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ao >= 1.1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBAO_LIBS=`$PKG_CONFIG --libs "ao >= 1.1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        else
-	        LIBAO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ao >= 1.1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBAO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (ao >= 1.1.0) were not met:
-
-$LIBAO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBAO_CFLAGS
-and LIBAO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	LIBAO_CFLAGS=$pkg_cv_LIBAO_CFLAGS
-	LIBAO_LIBS=$pkg_cv_LIBAO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBASOUND2" >&5
-$as_echo_n "checking for LIBASOUND2... " >&6; }
-
-if test -n "$LIBASOUND2_CFLAGS"; then
-    pkg_cv_LIBASOUND2_CFLAGS="$LIBASOUND2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBASOUND2_LIBS"; then
-    pkg_cv_LIBASOUND2_LIBS="$LIBASOUND2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"alsa >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "alsa >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBASOUND2_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        else
-	        LIBASOUND2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBASOUND2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (alsa >= 1.0.25) were not met:
-
-$LIBASOUND2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBASOUND2_CFLAGS
-and LIBASOUND2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	LIBASOUND2_CFLAGS=$pkg_cv_LIBASOUND2_CFLAGS
-	LIBASOUND2_LIBS=$pkg_cv_LIBASOUND2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBXML2" >&5
-$as_echo_n "checking for LIBXML2... " >&6; }
-
-if test -n "$LIBXML2_CFLAGS"; then
-    pkg_cv_LIBXML2_CFLAGS="$LIBXML2_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBXML2_LIBS"; then
-    pkg_cv_LIBXML2_LIBS="$LIBXML2_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libxml-2.0 >= 2.8.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.8.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.8.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        else
-	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.8.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBXML2_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libxml-2.0 >= 2.8.0) were not met:
-
-$LIBXML2_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBXML2_CFLAGS
-and LIBXML2_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
-	LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SNDFILE" >&5
-$as_echo_n "checking for SNDFILE... " >&6; }
-
-if test -n "$SNDFILE_CFLAGS"; then
-    pkg_cv_SNDFILE_CFLAGS="$SNDFILE_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$SNDFILE_LIBS"; then
-    pkg_cv_SNDFILE_LIBS="$SNDFILE_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sndfile >= 1.0.25\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "sndfile >= 1.0.25") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.25" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        else
-	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.25" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$SNDFILE_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (sndfile >= 1.0.25) were not met:
-
-$SNDFILE_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables SNDFILE_CFLAGS
-and SNDFILE_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	SNDFILE_CFLAGS=$pkg_cv_SNDFILE_CFLAGS
-	SNDFILE_LIBS=$pkg_cv_SNDFILE_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBINSTPATCH" >&5
-$as_echo_n "checking for LIBINSTPATCH... " >&6; }
-
-if test -n "$LIBINSTPATCH_CFLAGS"; then
-    pkg_cv_LIBINSTPATCH_CFLAGS="$LIBINSTPATCH_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_CFLAGS=`$PKG_CONFIG --cflags "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$LIBINSTPATCH_LIBS"; then
-    pkg_cv_LIBINSTPATCH_LIBS="$LIBINSTPATCH_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libinstpatch-1.0 >= 1.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "libinstpatch-1.0 >= 1.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_LIBINSTPATCH_LIBS=`$PKG_CONFIG --libs "libinstpatch-1.0 >= 1.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        else
-	        LIBINSTPATCH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libinstpatch-1.0 >= 1.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$LIBINSTPATCH_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (libinstpatch-1.0 >= 1.0) were not met:
-
-$LIBINSTPATCH_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBINSTPATCH_CFLAGS
-and LIBINSTPATCH_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	LIBINSTPATCH_CFLAGS=$pkg_cv_LIBINSTPATCH_CFLAGS
-	LIBINSTPATCH_LIBS=$pkg_cv_LIBINSTPATCH_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJECT" >&5
-$as_echo_n "checking for GOBJECT... " >&6; }
-
-if test -n "$GOBJECT_CFLAGS"; then
-    pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GOBJECT_LIBS"; then
-    pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        else
-	        GOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GOBJECT_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gobject-2.0 >= 2.32.3 glib-2.0 >= 2.32.3 gmodule-2.0 >= 2.32.3 gthread-2.0 >= 2.32.3) were not met:
-
-$GOBJECT_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GOBJECT_CFLAGS
-and GOBJECT_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS
-	GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDKPIXBUF" >&5
-$as_echo_n "checking for GDKPIXBUF... " >&6; }
-
-if test -n "$GDKPIXBUF_CFLAGS"; then
-    pkg_cv_GDKPIXBUF_CFLAGS="$GDKPIXBUF_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GDKPIXBUF_LIBS"; then
-    pkg_cv_GDKPIXBUF_LIBS="$GDKPIXBUF_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gdk-pixbuf-2.0 >= 2.26.1\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.26.1") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GDKPIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        else
-	        GDKPIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.26.1" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GDKPIXBUF_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gdk-pixbuf-2.0 >= 2.26.1) were not met:
-
-$GDKPIXBUF_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GDKPIXBUF_CFLAGS
-and GDKPIXBUF_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	GDKPIXBUF_CFLAGS=$pkg_cv_GDKPIXBUF_CFLAGS
-	GDKPIXBUF_LIBS=$pkg_cv_GDKPIXBUF_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CAIRO" >&5
-$as_echo_n "checking for CAIRO... " >&6; }
-
-if test -n "$CAIRO_CFLAGS"; then
-    pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$CAIRO_LIBS"; then
-    pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cairo >= 1.12.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "cairo >= 1.12.0") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.12.0" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        else
-	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.12.0" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$CAIRO_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (cairo >= 1.12.0) were not met:
-
-$CAIRO_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables CAIRO_CFLAGS
-and CAIRO_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
-	CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-
-pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
-$as_echo_n "checking for GTK... " >&6; }
-
-if test -n "$GTK_CFLAGS"; then
-    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GTK_LIBS"; then
-    pkg_cv_GTK_LIBS="$GTK_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.24.10\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.24.10") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.10" 2>/dev/null`
-		      test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        else
-	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.10" 2>&1`
-        fi
-	# Put the nasty error message in config.log where it belongs
-	echo "$GTK_PKG_ERRORS" >&5
-
-	as_fn_error $? "Package requirements (gtk+-2.0 >= 2.24.10) were not met:
-
-$GTK_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GTK_CFLAGS
-and GTK_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-	GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
-	GTK_LIBS=$pkg_cv_GTK_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-
-
-#PKG_CHECK_MODULES([XMLRPC_UTIL], [xmlrpc_util >= 1.16.33])
-#AC_SUBST(XMLRPC_UTIL_CFLAGS)
-#AC_SUBST(XMLRPC_UTIL_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER], [xmlrpc_client >= 1.#16.33])
-#AC_SUBST(XMLRPC_SERVER_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_CGI], [xmlrpc_server_cgi >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_CGI_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_CGI_LIBS)
-
-#PKG_CHECK_MODULES([XMLRPC_SERVER_ABYSS], [xmlrpc_server_abyss >= 1.16.33])
-#AC_SUBST(XMLRPC_SERVER_ABYSS_CFLAGS)
-#AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
-
-# Checks for library functions.
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_STDLIB_H 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
-$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
-if ${ac_cv_func_malloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_malloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *malloc ();
-#endif
-
-int
-main ()
-{
-return ! malloc (0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_malloc_0_nonnull=yes
-else
-  ac_cv_func_malloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
-if test $ac_cv_func_malloc_0_nonnull = yes; then :
-
-$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
-
-else
-  $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
-
-   case " $LIBOBJS " in
-  *" malloc.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
- ;;
-esac
-
-
-$as_echo "#define malloc rpl_malloc" >>confdefs.h
-
-fi
-
-
-for ac_header in stdlib.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
-if test "x$ac_cv_header_stdlib_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_STDLIB_H 1
-_ACEOF
-
-fi
-
-done
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
-$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
-if ${ac_cv_func_realloc_0_nonnull+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  if test "$cross_compiling" = yes; then :
-  ac_cv_func_realloc_0_nonnull=no
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-#if defined STDC_HEADERS || defined HAVE_STDLIB_H
-# include <stdlib.h>
-#else
-char *realloc ();
-#endif
-
-int
-main ()
-{
-return ! realloc (0, 0);
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-  ac_cv_func_realloc_0_nonnull=yes
-else
-  ac_cv_func_realloc_0_nonnull=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
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
-$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
-if test $ac_cv_func_realloc_0_nonnull = yes; then :
-
-$as_echo "#define HAVE_REALLOC 1" >>confdefs.h
-
-else
-  $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
-
-   case " $LIBOBJS " in
-  *" realloc.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
- ;;
-esac
-
-
-$as_echo "#define realloc rpl_realloc" >>confdefs.h
-
-fi
-
-
-for ac_func in atexit clock_gettime floor memset socket sqrt strchr strtol strtoul
-do :
-  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
-if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
-  cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-done
-
-
-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=
-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 "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-  as_fn_error $? "conditional \"AMDEP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
-if test -z "${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
-
-: "${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 gsequencer $as_me 0.4.3, 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 <weedlight at gmail.com>."
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
-ac_cs_version="\\
-gsequencer config.status 0.4.3
-configured by $0, generated by GNU Autoconf 2.69,
-  with options \\"\$ac_cs_config\\"
-
-Copyright (C) 2012 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='$ac_pwd'
-srcdir='$srcdir'
-INSTALL='$INSTALL'
-MKDIR_P='$MKDIR_P'
-AWK='$AWK'
-test -n "\$AWK" || AWK=awk
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# The default lists apply if the user does not specify any file.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=?*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  --*=)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    $as_echo "$ac_cs_version"; exit ;;
-  --config | --confi | --conf | --con | --co | --c )
-    $as_echo "$ac_cs_config"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    '') as_fn_error $? "missing file argument" ;;
-    esac
-    as_fn_append CONFIG_FILES " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    case $ac_optarg in
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
-    esac
-    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    as_fn_error $? "ambiguous option: \`$1'
-Try \`$0 --help' for more information.";;
-  --help | --hel | -h )
-    $as_echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) as_fn_error $? "unrecognized option: \`$1'
-Try \`$0 --help' for more information." ;;
-
-  *) as_fn_append ac_config_targets " $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-if \$ac_cs_recheck; then
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-  shift
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
-  CONFIG_SHELL='$SHELL'
-  export CONFIG_SHELL
-  exec "\$@"
-fi
-
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-  $as_echo "$ac_log"
-} >&5
-
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
-DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
-OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
-macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
-macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
-enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
-enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
-pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
-enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
-shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
-SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
-ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
-PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
-host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
-host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
-host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
-build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
-build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
-build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
-SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
-Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
-GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
-EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
-FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
-LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
-NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
-LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
-max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
-ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
-exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
-lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
-lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
-lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
-lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
-reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
-reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
-deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
-file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
-file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
-want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
-sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
-AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
-AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
-archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
-STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
-RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
-old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
-lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
-CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
-CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
-compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
-GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
-lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
-nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
-lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
-lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
-objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
-MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
-need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
-MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
-DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
-NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
-LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
-OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
-OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
-libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
-shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
-extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
-archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
-hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
-inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
-always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
-include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
-prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
-postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
-file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
-variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
-need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
-need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
-version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
-runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
-shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
-libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
-library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
-soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
-install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
-postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
-postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
-finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
-finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
-hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
-sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
-sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
-hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
-enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
-enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
-old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
-striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
-predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
-postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
-predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
-postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
-LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
-reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
-reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
-GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
-lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
-lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
-enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
-export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
-allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
-inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
-link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
-always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
-export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
-prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
-file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
-hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
-predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
-predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
-postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
-compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
-
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in AS \
-DLLTOOL \
-OBJDUMP \
-SHELL \
-ECHO \
-PATH_SEPARATOR \
-SED \
-GREP \
-EGREP \
-FGREP \
-LD \
-NM \
-LN_S \
-lt_SP2NL \
-lt_NL2SP \
-reload_flag \
-deplibs_check_method \
-file_magic_cmd \
-file_magic_glob \
-want_nocaseglob \
-sharedlib_from_linklib_cmd \
-AR \
-AR_FLAGS \
-archiver_list_spec \
-STRIP \
-RANLIB \
-CC \
-CFLAGS \
-compiler \
-lt_cv_sys_global_symbol_pipe \
-lt_cv_sys_global_symbol_to_cdecl \
-lt_cv_sys_global_symbol_to_import \
-lt_cv_sys_global_symbol_to_c_name_address \
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
-lt_cv_nm_interface \
-nm_file_list_spec \
-lt_cv_truncate_bin \
-lt_prog_compiler_no_builtin_flag \
-lt_prog_compiler_pic \
-lt_prog_compiler_wl \
-lt_prog_compiler_static \
-lt_cv_prog_compiler_c_o \
-need_locks \
-MANIFEST_TOOL \
-DSYMUTIL \
-NMEDIT \
-LIPO \
-OTOOL \
-OTOOL64 \
-shrext_cmds \
-export_dynamic_flag_spec \
-whole_archive_flag_spec \
-compiler_needs_object \
-with_gnu_ld \
-allow_undefined_flag \
-no_undefined_flag \
-hardcode_libdir_flag_spec \
-hardcode_libdir_separator \
-exclude_expsyms \
-include_expsyms \
-file_list_spec \
-variables_saved_for_relink \
-libname_spec \
-library_names_spec \
-soname_spec \
-install_override_mode \
-finish_eval \
-old_striplib \
-striplib \
-compiler_lib_search_dirs \
-predep_objects \
-postdep_objects \
-predeps \
-postdeps \
-compiler_lib_search_path \
-LD_CXX \
-reload_flag_CXX \
-compiler_CXX \
-lt_prog_compiler_no_builtin_flag_CXX \
-lt_prog_compiler_pic_CXX \
-lt_prog_compiler_wl_CXX \
-lt_prog_compiler_static_CXX \
-lt_cv_prog_compiler_c_o_CXX \
-export_dynamic_flag_spec_CXX \
-whole_archive_flag_spec_CXX \
-compiler_needs_object_CXX \
-with_gnu_ld_CXX \
-allow_undefined_flag_CXX \
-no_undefined_flag_CXX \
-hardcode_libdir_flag_spec_CXX \
-hardcode_libdir_separator_CXX \
-exclude_expsyms_CXX \
-include_expsyms_CXX \
-file_list_spec_CXX \
-compiler_lib_search_dirs_CXX \
-predep_objects_CXX \
-postdep_objects_CXX \
-predeps_CXX \
-postdeps_CXX \
-compiler_lib_search_path_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in reload_cmds \
-old_postinstall_cmds \
-old_postuninstall_cmds \
-old_archive_cmds \
-extract_expsyms_cmds \
-old_archive_from_new_cmds \
-old_archive_from_expsyms_cmds \
-archive_cmds \
-archive_expsym_cmds \
-module_cmds \
-module_expsym_cmds \
-export_symbols_cmds \
-prelink_cmds \
-postlink_cmds \
-postinstall_cmds \
-postuninstall_cmds \
-finish_cmds \
-sys_lib_search_path_spec \
-sys_lib_dlsearch_path_spec \
-reload_cmds_CXX \
-old_archive_cmds_CXX \
-old_archive_from_new_cmds_CXX \
-old_archive_from_expsyms_cmds_CXX \
-archive_cmds_CXX \
-archive_expsym_cmds_CXX \
-module_cmds_CXX \
-module_expsym_cmds_CXX \
-export_symbols_cmds_CXX \
-prelink_cmds_CXX \
-postlink_cmds_CXX; do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[\\\\\\\`\\"\\\$]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-ac_aux_dir='$ac_aux_dir'
-
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'
-
-
-
-
-
-
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "po/Makefile") CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
-    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
-    "src/ags/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/Makefile" ;;
-    "src/ags/X/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/Makefile" ;;
-    "src/ags/X/editor/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/editor/Makefile" ;;
-    "src/ags/X/machine/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/X/machine/Makefile" ;;
-    "src/ags/audio/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/Makefile" ;;
-    "src/ags/audio/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/file/Makefile" ;;
-    "src/ags/audio/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/recall/Makefile" ;;
-    "src/ags/audio/task/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/Makefile" ;;
-    "src/ags/audio/task/recall/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/audio/task/recall/Makefile" ;;
-    "src/ags/file/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/file/Makefile" ;;
-    "src/ags/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/lib/Makefile" ;;
-    "src/ags/object/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/object/Makefile" ;;
-    "src/ags/plugin/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/plugin/Makefile" ;;
-    "src/ags/server/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/server/Makefile" ;;
-    "src/ags/thread/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/thread/Makefile" ;;
-    "src/ags/util/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/util/Makefile" ;;
-    "src/ags/widget/Makefile") CONFIG_FILES="$CONFIG_FILES src/ags/widget/Makefile" ;;
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
-
-  *) 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 2>/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
-' <conf$$subs.awk | sed '
-/^[^""]/{
-  N
-  s/\n//
-}
-' >>$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
-' <confdefs.h | sed '
-s/'"$ac_delim"'/"\\\
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
-
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  for (key in D) D_is_set[key] = 1
-  FS = ""
-}
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
-  line = \$ 0
-  split(line, arg, " ")
-  if (arg[1] == "#") {
-    defundef = arg[2]
-    mac1 = arg[3]
-  } else {
-    defundef = substr(arg[1], 2)
-    mac1 = arg[2]
-  }
-  split(mac1, mac2, "(") #)
-  macro = mac2[1]
-  prefix = substr(line, 1, index(line, defundef) - 1)
-  if (D_is_set[macro]) {
-    # Preserve the white space surrounding the "#".
-    print prefix "define", macro P[macro] D[macro]
-    next
-  } else {
-    # Replace #undef with comments.  This is necessary, for example,
-    # in the case of _POSIX_SOURCE, which is predefined and required
-    # on some systems where configure will not decide to define it.
-    if (defundef == "undef") {
-      print "/*", prefix defundef, macro, "*/"
-      next
-    }
-  }
-}
-{ print }
-_ACAWK
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
-fi # test -n "$CONFIG_HEADERS"
-
-
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
-shift
-for ac_tag
-do
-  case $ac_tag in
-  :[FHLC]) ac_mode=$ac_tag; continue;;
-  esac
-  case $ac_mode$ac_tag in
-  :[FHL]*:*);;
-  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
-  :[FH]-) ac_tag=-:-;;
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-  esac
-  ac_save_IFS=$IFS
-  IFS=:
-  set x $ac_tag
-  IFS=$ac_save_IFS
-  shift
-  ac_file=$1
-  shift
-
-  case $ac_mode in
-  :L) ac_source=$1;;
-  :[FH])
-    ac_file_inputs=
-    for ac_f
-    do
-      case $ac_f in
-      -) ac_f="$ac_tmp/stdin";;
-      *) # Look for the file first in the build tree, then in the source tree
-	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
-	 # because $ac_f cannot contain `:'.
-	 test -f "$ac_f" ||
-	   case $ac_f in
-	   [\\/$]*) false;;
-	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-	   esac ||
-	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
-      esac
-      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
-      as_fn_append ac_file_inputs " '$ac_f'"
-    done
-
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
-    # use $as_me), people would be surprised to read:
-    #    /* config.h.  Generated by config.status.  */
-    configure_input='Generated from '`
-	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
-	`' by configure.'
-    if test x"$ac_file" != x-; then
-      configure_input="$ac_file.  $configure_input"
-      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
-$as_echo "$as_me: creating $ac_file" >&6;}
-    fi
-    # Neutralize special characters interpreted by sed in replacement strings.
-    case $configure_input in #(
-    *\&* | *\|* | *\\* )
-       ac_sed_conf_input=`$as_echo "$configure_input" |
-       sed 's/[\\\\&|]/\\\\&/g'`;; #(
-    *) ac_sed_conf_input=$configure_input;;
-    esac
-
-    case $ac_tag in
-    *:-:* | *:-) cat >"$ac_tmp/stdin" \
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
-    esac
-    ;;
-  esac
-
-  ac_dir=`$as_dirname -- "$ac_file" ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$ac_file" : 'X\(//\)[^/]' \| \
-	 X"$ac_file" : 'X\(//\)$' \| \
-	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-  as_dir="$ac_dir"; as_fn_mkdir_p
-  ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-
-  case $ac_mode in
-  :F)
-  #
-  # CONFIG_FILE
-  #
-
-  case $INSTALL in
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-  esac
-  ac_MKDIR_P=$MKDIR_P
-  case $MKDIR_P in
-  [\\/$]* | ?:[\\/]* ) ;;
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
-  esac
-_ACEOF
-
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-# If the template does not know about datarootdir, expand it.
-# FIXME: This hack should be removed a few years after 2.60.
-ac_datarootdir_hack=; ac_datarootdir_seen=
-ac_sed_dataroot='
-/datarootdir/ {
-  p
-  q
-}
-/@datadir@/p
-/@docdir@/p
-/@infodir@/p
-/@localedir@/p
-/@mandir@/p'
-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-_ACEOF
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-  ac_datarootdir_hack='
-  s&@datadir@&$datadir&g
-  s&@docdir@&$docdir&g
-  s&@infodir@&$infodir&g
-  s&@localedir@&$localedir&g
-  s&@mandir@&$mandir&g
-  s&\\\${datarootdir}&$datarootdir&g' ;;
-esac
-_ACEOF
-
-# Neutralize VPATH when `$srcdir' = `.'.
-# Shell code in configure.ac might set extrasub.
-# FIXME: do we really want to maintain this feature?
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
-ac_sed_extra="$ac_vpsub
-$extrasub
-_ACEOF
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s|@configure_input@|$ac_sed_conf_input|;t t
-s&@top_builddir@&$ac_top_builddir_sub&;t t
-s&@top_build_prefix@&$ac_top_build_prefix&;t t
-s&@srcdir@&$ac_srcdir&;t t
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
-s&@top_srcdir@&$ac_top_srcdir&;t t
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-s&@builddir@&$ac_builddir&;t t
-s&@abs_builddir@&$ac_abs_builddir&;t t
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-s&@INSTALL@&$ac_INSTALL&;t t
-s&@MKDIR_P@&$ac_MKDIR_P&;t t
-$ac_datarootdir_hack
-"
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
-  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
-
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
-      "$ac_tmp/out"`; test -z "$ac_out"; } &&
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined" >&5
-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined" >&2;}
-
-  rm -f "$ac_tmp/stdin"
-  case $ac_file in
-  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
-  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
-  esac \
-  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
- ;;
-  :H)
-  #
-  # CONFIG_HEADER
-  #
-  if test x"$ac_file" != x-; then
-    {
-      $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
-    } >"$ac_tmp/config.h" \
-      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
-    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
-      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
-    else
-      rm -f "$ac_file"
-      mv "$ac_tmp/config.h" "$ac_file" \
-	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
-    fi
-  else
-    $as_echo "/* $configure_input  */" \
-      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
-      || as_fn_error $? "could not create -" "$LINENO" 5
-  fi
-# Compute "$ac_file"'s index in $config_headers.
-_am_arg="$ac_file"
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $_am_arg | $_am_arg:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$_am_arg" : 'X\(//\)[^/]' \| \
-	 X"$_am_arg" : 'X\(//\)$' \| \
-	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$_am_arg" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
-  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
-$as_echo "$as_me: executing $ac_file commands" >&6;}
- ;;
-  esac
-
-
-  case $ac_file$ac_mode in
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
-  # Older Autoconf quotes --file arguments for eval, but not when files
-  # are listed without --file.  Let's play safe and only enable the eval
-  # if we detect the quoting.
-  case $CONFIG_FILES in
-  *\'*) eval set x "$CONFIG_FILES" ;;
-  *)   set x $CONFIG_FILES ;;
-  esac
-  shift
-  for mf
-  do
-    # Strip MF so we end up with the name of the file.
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
-    # Check whether this is an Automake generated Makefile or not.
-    # We used to match only the files named 'Makefile.in', but
-    # some people rename them; so instead we look at the file content.
-    # Grep'ing the first line is not enough: some people post-process
-    # each Makefile.in and add a new line on top of each file to say so.
-    # Grep'ing the whole file is not good either: AIX grep has a line
-    # limit of 2048, but all sed's we know have understand at least 4000.
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-      dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$mf" : 'X\(//\)[^/]' \| \
-	 X"$mf" : 'X\(//\)$' \| \
-	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$mf" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-    else
-      continue
-    fi
-    # Extract the definition of DEPDIR, am__include, and am__quote
-    # from the Makefile without running 'make'.
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-    test -z "$DEPDIR" && continue
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "$am__include" && continue
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-    # Find all dependency output files, they are included files with
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
-    # simplest approach to changing $(DEPDIR) to its actual value in the
-    # expansion.
-    for file in `sed -n "
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
-      # Make sure the directory exists.
-      test -f "$dirpart/$file" && continue
-      fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-	 X"$file" : 'X\(//\)[^/]' \| \
-	 X"$file" : 'X\(//\)$' \| \
-	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-$as_echo X"$file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)[^/].*/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\/\)$/{
-	    s//\1/
-	    q
-	  }
-	  /^X\(\/\).*/{
-	    s//\1/
-	    q
-	  }
-	  s/.*/./; q'`
-      as_dir=$dirpart/$fdir; as_fn_mkdir_p
-      # echo "creating $dirpart/$file"
-      echo '# dummy' > "$dirpart/$file"
-    done
-  done
-}
- ;;
-    "libtool":C)
-
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS=$lt_AS
-
-# DLL creation program.
-DLLTOOL=$lt_DLLTOOL
-
-# Object dumper program.
-OBJDUMP=$lt_OBJDUMP
-
-# Which release of libtool.m4 was used?
-macro_version=$macro_version
-macro_revision=$macro_revision
-
-# Whether or not to build shared libraries.
-build_libtool_libs=$enable_shared
-
-# Whether or not to build static libraries.
-build_old_libs=$enable_static
-
-# What type of objects to build.
-pic_mode=$pic_mode
-
-# Whether or not to optimize for fast installation.
-fast_install=$enable_fast_install
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=$shared_archive_member_spec
-
-# Shell to use when invoking shell scripts.
-SHELL=$lt_SHELL
-
-# An echo program that protects backslashes.
-ECHO=$lt_ECHO
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=$lt_PATH_SEPARATOR
-
-# The host system.
-host_alias=$host_alias
-host=$host
-host_os=$host_os
-
-# The build system.
-build_alias=$build_alias
-build=$build
-build_os=$build_os
-
-# A sed program that does not truncate output.
-SED=$lt_SED
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="\$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP=$lt_GREP
-
-# An ERE matcher.
-EGREP=$lt_EGREP
-
-# A literal string matcher.
-FGREP=$lt_FGREP
-
-# A BSD- or MS-compatible name lister.
-NM=$lt_NM
-
-# Whether we need soft or hard links.
-LN_S=$lt_LN_S
-
-# What is the maximum length of a command?
-max_cmd_len=$max_cmd_len
-
-# Object file suffix (normally "o").
-objext=$ac_objext
-
-# Executable file suffix (normally "").
-exeext=$exeext
-
-# whether the shell understands "unset".
-lt_unset=$lt_unset
-
-# turn spaces into newlines.
-SP2NL=$lt_lt_SP2NL
-
-# turn newlines into spaces.
-NL2SP=$lt_lt_NL2SP
-
-# convert \$build file names to \$host format.
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-
-# convert \$build files to toolchain format.
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method=$lt_deplibs_check_method
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd=$lt_file_magic_cmd
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=$lt_file_magic_glob
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob=$lt_want_nocaseglob
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
-
-# The archiver.
-AR=$lt_AR
-
-# Flags to create an archive.
-AR_FLAGS=$lt_AR_FLAGS
-
-# How to feed a file listing to the archiver.
-archiver_list_spec=$lt_archiver_list_spec
-
-# A symbol stripping program.
-STRIP=$lt_STRIP
-
-# Commands used to install an old-style archive.
-RANLIB=$lt_RANLIB
-old_postinstall_cmds=$lt_old_postinstall_cmds
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=$lock_old_archive_extraction
-
-# A C compiler.
-LTCC=$lt_CC
-
-# LTCC compiler flags.
-LTCFLAGS=$lt_CFLAGS
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
-
-# The name lister interface.
-nm_interface=$lt_lt_cv_nm_interface
-
-# Specify filename containing input files for \$NM.
-nm_file_list_spec=$lt_nm_file_list_spec
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=$lt_sysroot
-
-# Command to truncate a binary pipe.
-lt_truncate_bin=$lt_lt_cv_truncate_bin
-
-# The name of the directory that contains temporary libtool files.
-objdir=$objdir
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=$MAGIC_CMD
-
-# Must we lock files when doing compilation?
-need_locks=$lt_need_locks
-
-# Manifest tool.
-MANIFEST_TOOL=$lt_MANIFEST_TOOL
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=$lt_DSYMUTIL
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=$lt_NMEDIT
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=$lt_LIPO
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=$lt_OTOOL
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=$lt_OTOOL64
-
-# Old archive suffix (normally "a").
-libext=$libext
-
-# Shared library suffix (normally ".so").
-shrext_cmds=$lt_shrext_cmds
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink=$lt_variables_saved_for_relink
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=$need_lib_prefix
-
-# Do we need a version for libraries?
-need_version=$need_version
-
-# Library versioning type.
-version_type=$version_type
-
-# Shared library runtime path variable.
-runpath_var=$runpath_var
-
-# Shared library path variable.
-shlibpath_var=$shlibpath_var
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
-
-# Format of library name prefix.
-libname_spec=$lt_libname_spec
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec=$lt_library_names_spec
-
-# The coded name of the library, if different from the real name.
-soname_spec=$lt_soname_spec
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=$lt_install_override_mode
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=$lt_postinstall_cmds
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=$lt_postuninstall_cmds
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds=$lt_finish_cmds
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=$lt_finish_eval
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=$hardcode_into_libs
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
-
-# Whether dlopen is supported.
-dlopen_support=$enable_dlopen
-
-# Whether dlopen of programs is supported.
-dlopen_self=$enable_dlopen_self
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=$enable_dlopen_self_static
-
-# Commands to strip libraries.
-old_striplib=$lt_old_striplib
-striplib=$lt_striplib
-
-
-# The linker used to build libraries.
-LD=$lt_LD
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag
-reload_cmds=$lt_reload_cmds
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds
-
-# A language specific compiler.
-CC=$lt_compiler
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds
-archive_expsym_cmds=$lt_archive_expsym_cmds
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds
-module_expsym_cmds=$lt_module_expsym_cmds
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects
-postdep_objects=$lt_postdep_objects
-predeps=$lt_predeps
-postdeps=$lt_postdeps
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path
-
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
-  case $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
-    ;;
-  esac
-
-
-ltmain=$ac_aux_dir/ltmain.sh
-
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-
-
-    cat <<_LT_EOF >> "$ofile"
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD=$lt_LD_CXX
-
-# How to create reloadable object files.
-reload_flag=$lt_reload_flag_CXX
-reload_cmds=$lt_reload_cmds_CXX
-
-# Commands used to build an old-style archive.
-old_archive_cmds=$lt_old_archive_cmds_CXX
-
-# A language specific compiler.
-CC=$lt_compiler_CXX
-
-# Is the compiler the GNU compiler?
-with_gcc=$GCC_CXX
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
-
-# Additional compiler flags for building library objects.
-pic_flag=$lt_lt_prog_compiler_pic_CXX
-
-# How to pass a linker flag through the compiler.
-wl=$lt_lt_prog_compiler_wl_CXX
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag=$lt_lt_prog_compiler_static_CXX
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object=$lt_compiler_needs_object_CXX
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
-
-# Commands used to build a shared archive.
-archive_cmds=$lt_archive_cmds_CXX
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=$lt_module_cmds_CXX
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld=$lt_with_gnu_ld_CXX
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=$lt_no_undefined_flag_CXX
-
-# Flag to hardcode \$libdir into a binary during linking.
-# This must work even if \$libdir does not exist
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=$hardcode_direct_CXX
-
-# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting \$shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=$hardcode_direct_absolute_CXX
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=$hardcode_minus_L_CXX
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=$hardcode_automatic_CXX
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=$inherit_rpath_CXX
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=$link_all_deplibs_CXX
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=$always_export_symbols_CXX
-
-# The commands to list exported symbols.
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms=$lt_exclude_expsyms_CXX
-
-# Symbols that must always be exported.
-include_expsyms=$lt_include_expsyms_CXX
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=$lt_prelink_cmds_CXX
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=$lt_postlink_cmds_CXX
-
-# Specify filename containing input files.
-file_list_spec=$lt_file_list_spec_CXX
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=$hardcode_action_CXX
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
+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;}
 
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=$lt_predep_objects_CXX
-postdep_objects=$lt_postdep_objects_CXX
-predeps=$lt_predeps_CXX
-postdeps=$lt_postdeps_CXX
+  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
+ ;;
 
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
 
-# ### END LIBTOOL TAG CONFIG: CXX
-_LT_EOF
 
+  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
+}
  ;;
+    "po-directories":C)
+    for ac_file in $CONFIG_FILES; do
+      # Support "outfile[:infile[:infile...]]"
+      case "$ac_file" in
+        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
+      esac
+      # PO directories have a Makefile.in generated from Makefile.in.in.
+      case "$ac_file" in */Makefile.in)
+        # Adjust a relative srcdir.
+        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
+        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
+        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
+        # In autoconf-2.13 it is called $ac_given_srcdir.
+        # In autoconf-2.50 it is called $srcdir.
+        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
+        case "$ac_given_srcdir" in
+          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
+          /*) top_srcdir="$ac_given_srcdir" ;;
+          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
+        esac
+        # Treat a directory as a PO directory if and only if it has a
+        # POTFILES.in file. This allows packages to have multiple PO
+        # directories under different names or in different locations.
+        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
+          rm -f "$ac_dir/POTFILES"
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
+          gt_tab=`printf '\t'`
+          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
+          POMAKEFILEDEPS="POTFILES.in"
+          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
+          # on $ac_dir but don't depend on user-specified configuration
+          # parameters.
+          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
+            # The LINGUAS file contains the set of available languages.
+            if test -n "$OBSOLETE_ALL_LINGUAS"; then
+              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
+            fi
+            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
+            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
+          else
+            # The set of available languages was given in configure.in.
+            # Hide the ALL_LINGUAS assignment from automake < 1.5.
+            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
+          fi
+          # Compute POFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
+          # Compute UPDATEPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
+          # Compute DUMMYPOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
+          # Compute GMOFILES
+          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
+          case "$ac_given_srcdir" in
+            .) srcdirpre= ;;
+            *) srcdirpre='$(srcdir)/' ;;
+          esac
+          POFILES=
+          UPDATEPOFILES=
+          DUMMYPOFILES=
+          GMOFILES=
+          for lang in $ALL_LINGUAS; do
+            POFILES="$POFILES $srcdirpre$lang.po"
+            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
+            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
+            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
+          done
+          # CATALOGS depends on both $ac_dir and the user's LINGUAS
+          # environment variable.
+          INST_LINGUAS=
+          if test -n "$ALL_LINGUAS"; then
+            for presentlang in $ALL_LINGUAS; do
+              useit=no
+              if test "%UNSET%" != "$LINGUAS"; then
+                desiredlanguages="$LINGUAS"
+              else
+                desiredlanguages="$ALL_LINGUAS"
+              fi
+              for desiredlang in $desiredlanguages; do
+                # Use the presentlang catalog if desiredlang is
+                #   a. equal to presentlang, or
+                #   b. a variant of presentlang (because in this case,
+                #      presentlang can be used as a fallback for messages
+                #      which are not translated in the desiredlang catalog).
+                case "$desiredlang" in
+                  "$presentlang"*) useit=yes;;
+                esac
+              done
+              if test $useit = yes; then
+                INST_LINGUAS="$INST_LINGUAS $presentlang"
+              fi
+            done
+          fi
+          CATALOGS=
+          if test -n "$INST_LINGUAS"; then
+            for lang in $INST_LINGUAS; do
+              CATALOGS="$CATALOGS $lang.gmo"
+            done
+          fi
+          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
+          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
+          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
+            if test -f "$f"; then
+              case "$f" in
+                *.orig | *.bak | *~) ;;
+                *) cat "$f" >> "$ac_dir/Makefile" ;;
+              esac
+            fi
+          done
+        fi
+        ;;
+      esac
+    done ;;
 
   esac
 done # for ac_tag
@@ -21286,154 +13687,8 @@ if test "$no_create" != yes; then
   # would make configure fail if this is the last instruction.
   $ac_cs_success || as_fn_exit 1
 fi
-
-#
-# CONFIG_SUBDIRS section.
-#
-if test "$no_recursion" != yes; then
-
-  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
-  # so they do not pile up.
-  ac_sub_configure_args=
-  ac_prev=
-  eval "set x $ac_configure_args"
-  shift
-  for ac_arg
-  do
-    if test -n "$ac_prev"; then
-      ac_prev=
-      continue
-    fi
-    case $ac_arg in
-    -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=*)
-      ;;
-    --config-cache | -C)
-      ;;
-    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-      ac_prev=srcdir ;;
-    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-      ;;
-    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-      ac_prev=prefix ;;
-    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-      ;;
-    --disable-option-checking)
-      ;;
-    *)
-      case $ac_arg in
-      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-      esac
-      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
-    esac
-  done
-
-  # Always prepend --prefix to ensure using the same prefix
-  # in subdir configurations.
-  ac_arg="--prefix=$prefix"
-  case $ac_arg in
-  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-  esac
-  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
-
-  # Pass --silent
-  if test "$silent" = yes; then
-    ac_sub_configure_args="--silent $ac_sub_configure_args"
-  fi
-
-  # Always prepend --disable-option-checking to silence warnings, since
-  # different subdirs can have different --enable and --with options.
-  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
-
-  ac_popdir=`pwd`
-  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
-
-    # Do not complain, so a configure script can configure whichever
-    # parts of a large source tree are present.
-    test -d "$srcdir/$ac_dir" || continue
-
-    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
-    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
-    $as_echo "$ac_msg" >&6
-    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
-
-
-    cd "$ac_dir"
-
-    # Check for guested configure; otherwise get Cygnus style configure.
-    if test -f "$ac_srcdir/configure.gnu"; then
-      ac_sub_configure=$ac_srcdir/configure.gnu
-    elif test -f "$ac_srcdir/configure"; then
-      ac_sub_configure=$ac_srcdir/configure
-    elif test -f "$ac_srcdir/configure.in"; then
-      # This should be Cygnus configure.
-      ac_sub_configure=$ac_aux_dir/configure
-    else
-      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
-$as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
-      ac_sub_configure=
-    fi
-
-    # The recursion is here.
-    if test -n "$ac_sub_configure"; then
-      # Make the cache file name correct relative to the subdirectory.
-      case $cache_file in
-      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
-      *) # Relative name.
-	ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
-      esac
-
-      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
-$as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
-      # The eval makes quoting arguments work.
-      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
-	   --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
-	as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
-    fi
-
-    cd "$ac_popdir"
-  done
-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
 
-
diff --git a/configure.ac b/configure.ac
index 374a880..5afb2ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,68 +2,21 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([gsequencer], [0.4.3], [weedlight at gmail.com])
+AC_INIT([ags],[0.4.2],[weedlight at gmail.com])
+AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_SUBDIRS([po
-		   doc
-		   src/ags
-		   src/ags/X
-		   src/ags/X/editor
-		   src/ags/X/machine
-		   src/ags/audio
-		   src/ags/audio/file
-		   src/ags/audio/recall
-		   src/ags/audio/task
-		   src/ags/audio/task/recall
-		   src/ags/file
-		   src/ags/lib
-		   src/ags/object
-		   src/ags/plugin
-		   src/ags/server
-		   src/ags/thread
-		   src/ags/util
-		   src/ags/widget])
-AC_CONFIG_FILES([Makefile
-		 po/Makefile
-                 doc/Makefile
-                 src/ags/Makefile
-                 src/ags/X/Makefile
-                 src/ags/X/editor/Makefile
-                 src/ags/X/machine/Makefile
-                 src/ags/audio/Makefile
-                 src/ags/audio/file/Makefile
-                 src/ags/audio/recall/Makefile
-                 src/ags/audio/task/Makefile
-                 src/ags/audio/task/recall/Makefile
-                 src/ags/file/Makefile
-                 src/ags/lib/Makefile
-                 src/ags/object/Makefile
-                 src/ags/plugin/Makefile
-                 src/ags/server/Makefile
-                 src/ags/thread/Makefile
-                 src/ags/util/Makefile
-                 src/ags/widget/Makefile])
-
-AM_INIT_AUTOMAKE(gsequencer, 0.4.3)
 
 # Checks for programs.
-AC_PROG_CXX
-AC_PROG_AWK
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL
-AC_PROG_LN_S
-AC_PROG_MAKE_SET
-AC_PROG_RANLIB
-AM_PROG_CC_STDC
-AC_C_CONST
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
 
 # Checks for libraries.
-# FIXME: Replace `main' with a function in `-lgmp':
-AC_CHECK_LIB([gmp], [main])
+# FIXME: Replace `main' with a function in `-lX11':
+AC_CHECK_LIB([X11], [main])
+# FIXME: Replace `main' with a function in `-ldl':
+AC_CHECK_LIB([dl], [main])
 # FIXME: Replace `main' with a function in `-lm':
 AC_CHECK_LIB([m], [main])
 # FIXME: Replace `main' with a function in `-lrt':
@@ -71,12 +24,19 @@ AC_CHECK_LIB([rt], [main])
 
 # Checks for header files.
 AC_PATH_X
-AC_CHECK_HEADERS([fcntl.h libintl.h netinet/in.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h])
+AC_FUNC_ALLOCA
+AC_CHECK_HEADERS([argz.h fcntl.h float.h inttypes.h langinfo.h libintl.h limits.h locale.h malloc.h netinet/in.h stddef.h stdint.h stdio_ext.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
+AC_CHECK_HEADER_STDBOOL
+AC_C_INLINE
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 AC_TYPE_UID_T
+AC_TYPE_UINT16_T
+AC_TYPE_UINT32_T
+AC_TYPE_UINT8_T
+AC_CHECK_TYPES([ptrdiff_t])
 
 PKG_CHECK_MODULES([UUID], [uuid >= 1.0.2])
 AC_SUBST(UUID_CFLAGS)
@@ -135,9 +95,11 @@ AC_SUBST(GTK_LIBS)
 #AC_SUBST(XMLRPC_SERVER_ABYSS_LIBS)$
 
 # Checks for library functions.
+AM_GNU_GETTEXT
 AC_FUNC_MALLOC
+AC_FUNC_MMAP
 AC_FUNC_REALLOC
-AC_CHECK_FUNCS([atexit clock_gettime floor memset socket sqrt strchr strtol strtoul])
+AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify atexit clock_gettime floor getcwd localeconv mblen mbrlen memchr mempcpy memset munmap nl_langinfo setlocale socket sqrt stpcpy strcasecmp strchr strcspn strdup strstr strtol strtoul])
 
+AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
-
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 673d432..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,456 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# doc/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = doc
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/doc
-abs_srcdir = /usr/src/ags-devel/doc
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../
-top_builddir = ..
-top_srcdir = ..
-ags_doc_xml_files = agsSet.xml
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign doc/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign doc/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-ags_doc_html_nochunks: $(ags_doc_xml_files)
-	echo "not implemented"
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index a5e0b39..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-
-ags_doc_xml_files = agsSet.xml
-
-ags_doc_html_nochunks: $(ags_doc_xml_files)
-	echo "not implemented"
diff --git a/doc/Makefile.in b/doc/Makefile.in
deleted file mode 100644
index 61433fa..0000000
--- a/doc/Makefile.in
+++ /dev/null
@@ -1,456 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = doc
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-ags_doc_xml_files = agsSet.xml
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign doc/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign doc/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-ags_doc_html_nochunks: $(ags_doc_xml_files)
-	echo "not implemented"
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/doc/developersBook.xml b/doc/developersBook.xml
index 37aded7..0314336 100644
--- a/doc/developersBook.xml
+++ b/doc/developersBook.xml
@@ -34,9 +34,6 @@
   <xi:include href="developersBook/preface.xml"/>
   <xi:include href="developersBook/chap1.xml"/>
   <xi:include href="developersBook/chap2.xml"/>
-  <xi:include href="developersBook/chap3.xml"/>
-  <xi:include href="developersBook/chap4.xml"/>
-  <xi:include href="developersBook/chap5.xml"/>
   <xi:include href="appa.xml"/>
   <xi:include href="developersBook/appb.xml"/>
 
diff --git a/doc/developersBook/appb.xml b/doc/developersBook/appb.xml
index 0b765b6..fac737c 100644
--- a/doc/developersBook/appb.xml
+++ b/doc/developersBook/appb.xml
@@ -2,75 +2,6 @@
 <appendix>
   <title>Related projects</title>
   <para>
-    Here is a brief list of Advanced Gtk+ Sequencer's direct dependencies.
+    <!-- TODO:JK: write some content -->
   </para>
-  
-  <itemizedlist mark="bullet">
-    <listitem>
-      <para>
-	gmp: Gnu MP Bignum, http://gmplib.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libasound2: ALSA, http://alsa-project.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	ladspa-sdk: LADSPA, http://www.ladspa.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libsndfile1: Sndfile-1, http://www.mega-nerd.com/libsndfile
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libinstpatch1: Instpatch-1, http://www.swamiproject.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libxml2: Gnome XML-2, http://www.gnome.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libuuid: Universaly Unique Identifier, http://www.sourceforge.net/p/libuuid
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libglib-2.x: GLib-2, http://www.gtk.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libgobject-2.x: GObject-2, http://www.gtk.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libgdk-2.x: Gdk-2, http://www.gtk.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libcairo-2.x: Cairo-2, http://www.cairographics.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libgtk-2.x: Gtk-2, http://www.gtk.org
-      </para>
-    </listitem>
-    <listitem>
-      <para>
-	libxmlrpc-c: XMLRPC-C, http://xmlrpc-c.sourceforge.net
-      </para>
-    </listitem>
-  </itemizedlist>
-
 </appendix>
diff --git a/doc/developersBook/chap1.xml b/doc/developersBook/chap1.xml
index 64ea8d3..275c045 100644
--- a/doc/developersBook/chap1.xml
+++ b/doc/developersBook/chap1.xml
@@ -24,7 +24,7 @@
       AgsRecycling associated with the appropriate AgsChannel.
     </para>
 
-    <imagedata fileref="../images/AGS_linking.svg" />
+    <imagedata fileref="../images/AGS_linking.png" />
     <table>
       <title>AGS network layer table</title>
       <tgroup cols="2" align="left" colsep='1' rowsep='1'>
diff --git a/doc/developersBook/chap2.xml b/doc/developersBook/chap2.xml
index b130d4b..de4ab23 100644
--- a/doc/developersBook/chap2.xml
+++ b/doc/developersBook/chap2.xml
@@ -169,301 +169,145 @@
 
       <mediaobject>
 	<imageobject>
-	  <imagedata fileref="../images/AGS_recall_lifecycle.svg" align="right" />
+	  <imagedata fileref="../images/AGS_recall_lifecycle.png" align="right" />
 	</imageobject>
-      </mediaobject>
-
-      <para>
-	The implemented effect as a subclass of AgsRecall resides as template on
-	the appropriate AgsAudio or AgsChannel.
-      </para>
-
-      <para>
-	When recycling changes on input, new AgsRecallRecycling will be added.
-	This class function may be of relevancy:
-      </para>
-
-      <itemizedlist mark="bullet">
-	<listitem>
+	<caption align="left">
 	  <para>
-	    channel_class->recycling_changed
+	    The implemented effect as a subclass of AgsRecall resides as template on
+	    the appropriate AgsAudio or AgsChannel.
 	  </para>
-	</listitem>
-      </itemizedlist>
-
-      <para>
-	As a new run occures the AgsRecallAudioRun and AgsRecallChannelRun will be
-	duplicated, dependencies resolved, state initialized and enter the play loop
-	hierarchy. These class functions will be called on the recall:
-      </para>
 
-      <itemizedlist mark="bullet">
-	<listitem>
 	  <para>
-	    channel_class->duplicate
+	    When recycling changes on input, new AgsRecallRecycling will be added.
+	    This class function may be of relevancy:
 	  </para>
-	  <itemizedlist mark="circle">
+
+	  <itemizedlist mark="bullet">
 	    <listitem>
-	      This function will be called on the template object to instantiate the
-	      the object which will pass further processing.
+	      <para>
+		channel_class->recycling_changed
+	      </para>
 	    </listitem>
 	  </itemizedlist>
-	</listitem>
-      </itemizedlist>
-
-      <para>
-	Further processing:
-      </para>
 
-      <itemizedlist mark="bullet">
-	<listitem>
 	  <para>
-	    recall_class->resolve_dependencies
+	    As a new run occures the AgsRecallAudioRun and AgsRecallChannelRun will be
+	    duplicated, dependencies resolved, state initialized and enter the play loop
+	    hierarchy. These class functions will be called on the recall:
 	  </para>
-	  <itemizedlist mark="circle">
+
+	  <itemizedlist mark="bullet">
 	    <listitem>
 	      <para>
-		The recall may want to depend on a other recall (eg. a counter) and
-		may ignore following calls while rather do processing on an event
-		of the dependency.
+		channel_class->duplicate
 	      </para>
+	      <itemizedlist mark="circle">
+		<listitem>
+		  This function will be called on the template object to instantiate the
+		  the object which will pass further processing.
+		</listitem>
+	      </itemizedlist>
 	    </listitem>
 	  </itemizedlist>
-	</listitem>
 
-	<listitem>
 	  <para>
-	    recall_class->run_init_pre, recall_class->run_init_inter &
-	    recall_class->run_init_post
+	    Further processing:
 	  </para>
-	  <itemizedlist mark="circle">
+
+	  <itemizedlist mark="bullet">
+	    <listitem>
+	      <para>
+		recall_class->resolve_dependencies
+	      </para>
+	      <itemizedlist mark="circle">
+		<listitem>
+		  <para>
+		    The recall may want to depend on a other recall (eg. a counter) and
+		    may ignore following calls while rather do processing on an event
+		    of the dependency.
+		  </para>
+		</listitem>
+	      </itemizedlist>
+	    </listitem>
+
+	    <listitem>
+	      <para>
+		recall_class->run_init_pre, recall_class->run_init_inter &
+		recall_class->run_init_post
+	      </para>
+	      <itemizedlist mark="circle">
+		<listitem>
+		  <para>
+		    Will be called only once for the run reffering to dedicated AgsGroupId.
+		  </para>
+		</listitem>
+	      </itemizedlist>
+	    </listitem>
+
 	    <listitem>
 	      <para>
-		Will be called only once for the run reffering to dedicated AgsGroupId.
+		recall_class->run_pre, recall_class->run_inter &
+		recall_class->run_post
 	      </para>
+	      <itemizedlist mark="circle">
+		<listitem>
+		  <para>
+		    Will be called for each cycle of a run reffering to AgsGroupId.
+		  </para>
+		</listitem>
+		<listitem>
+		  <para>
+		    There may be more than one AgsGroupId for a template i.e. there can
+		    exist more than one run at the very same time.
+		  </para>
+		</listitem>
+	      </itemizedlist>
 	    </listitem>
+
 	  </itemizedlist>
-	</listitem>
 
-	<listitem>
 	  <para>
-	    recall_class->run_pre, recall_class->run_inter &
-	    recall_class->run_post
+	    As soon as an add_audio_signal event will be emitted on an AgsRecycling, the
+	    AgsRecallAudioSignal subclass will be instantiated which performs audio stream
+	    manipulation. These class functions will be called on the recall:
 	  </para>
-	  <itemizedlist mark="circle">
+
+	  <itemizedlist mark="bullet">
 	    <listitem>
 	      <para>
-		Will be called for each cycle of a run reffering to AgsGroupId.
+		recall_class->run_init_pre, recall_class->run_init_inter &
+		recall_class->run_init_post
 	      </para>
 	    </listitem>
 	    <listitem>
 	      <para>
-		There may be more than one AgsGroupId for a template i.e. there can
-		exist more than one run at the very same time.
+		recall_class->run_pre, recall_class->run_inter &
+		recall_class->run_post
 	      </para>
 	    </listitem>
 	  </itemizedlist>
-	</listitem>
-
-      </itemizedlist>
-
-      <para>
-	As soon as an add_audio_signal event will be emitted on an AgsRecycling, the
-	AgsRecallAudioSignal subclass will be instantiated which performs audio stream
-	manipulation. These class functions will be called on the recall:
-      </para>
 
-      <itemizedlist mark="bullet">
-	<listitem>
 	  <para>
-	    recall_class->run_init_pre, recall_class->run_init_inter &
-	    recall_class->run_init_post
+	    When you're done with processing call:
 	  </para>
-	</listitem>
-	<listitem>
-	  <para>
-	    recall_class->run_pre, recall_class->run_inter &
-	    recall_class->run_post
-	  </para>
-	</listitem>
-      </itemizedlist>
 
-      <para>
-	When you're done with processing call:
-      </para>
+	  <itemizedlist mark="bullet">
+	    <listitem>
+	      <para>
+		recall_class->done
+	      </para>
+	    </listitem>
+	  </itemizedlist>
 
-      <itemizedlist mark="bullet">
-	<listitem>
-	  <para>
-	    recall_class->done
-	  </para>
-	</listitem>
-      </itemizedlist>
+	</caption>
+      </mediaobject>
     </sect1>
 
     <sect1>
       <title>A closer look at effects</title>
       <para>
-	First we look at recall initialization and afterwards at processing audio data with run etapes.
+	As mentioned before audio processing will be done within an AgsRecallAudioSignal
+	subclass.
       </para>
-
-      <sect2>
-	<title>Recursive initialization</title>
-	<para>
-	  Initilization recusivly is done by calling ags_channel_recursive_play_init().
-	</para>
-	
-	<mediaobject>
-	  <imageobject>
-	    <imagedata fileref="../images/AGS_run_init.svg" align="right" />
-	  </imageobject>
-	</mediaobject>
-
-	<para>
-	  The initialization occurs in one part.
-	</para>
-
-	<para>
-	  The following procedures needs to be passed:
-	</para>
-
-
-	<itemizedlist mark="bullet">
-	  <listitem>
-	    <para>
-	      Allocating group id and recall countainer.
-	    </para>
-
-	    <itemizedlist mark="bullet">
-	      <listitem>
-		<para>
-		  Acts as a unique identifier for runtime.
-		</para>
-	      </listitem>
-	    </itemizedlist>
-
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      Duplicating recalls and pass default properties.
-	    </para>
-
-	    <itemizedlist mark="bullet">
-	      <listitem>
-		<para>
-		  Set up functional runtime objects.
-		</para>
-	      </listitem>
-	    </itemizedlist>
-
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      Resolve dependencies and inject.
-	    </para>
-
-	    <itemizedlist mark="bullet">
-	      <listitem>
-		<para>
-		  Dynamic connect of objects.
-		</para>
-	      </listitem>
-	    </itemizedlist>
-
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      Initialized tree recursivly as entire initialization stage.
-	    </para>
-
-	    <itemizedlist mark="bullet">
-	      <listitem>
-		<para>
-		  The created context is now ready to be processed ...
-		</para>
-	      </listitem>
-	    </itemizedlist>
-
-	  </listitem>
-
-	</itemizedlist>
-      </sect2>
-
-      <sect2>
-	<title>The different run stages</title>
-
-	<para>
-	  As mentioned before audio processing will be done within an AgsRecallAudioSignal subclass.
-	</para>
-
-	<mediaobject>
-	  <imageobject>
-	    <imagedata fileref="../images/AGS_run.svg" align="right" />
-	  </imageobject>
-	</mediaobject>
-
-	<para>
-	  This object is running the stages as illustrated and you may have noticed it's recursive.
-	  The run phase is divided in 3 stages with dedicated pass within tree.
-	</para>
-
-	<para>
-	  run_pre() is the very first etape. Its purpose is mainly of allocating or preparing buffers.
-	</para>
-
-	<para>
-	  run_inter() is the second phase and acts as effect processor.
-	</para>
-
-	<para>
-	  run_post() is the third phase and is usually used for doing clean-up.
-	</para>
-
-	<para>
-	  These recalls implementing those functions generally inherit by AGS_TYPE_RECALL_AUDIO_RUN,
-	  AGS_TYPE_RECALL_CHANNEL_RUN or AGS_TYPE_RECALL_AUDIO_SIGNAL.
-	</para>
-
-	<para>
-	  Run time values are written in real time using atomic operations. This is done by AgsPort and
-	  inherit by AGS_TYPE_RECALL_AUDIO or AGS_TYPE_RECALL_CHANNEL.
-	</para>
-
-	<para>
-	  AgsRecallContainer matches related recalls. This means you pack recalls of same XML type eg. ags-echo to be grouped, litteraly:
-	</para>
-	
-	<itemizedlist mark="bullet">
-	  <listitem>
-	    <para>
-	      ags-echo-channel
-	    </para>
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      ags-echo-channel-run
-	    </para>
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      ags-echo-recycling
-	    </para>
-	  </listitem>
-
-	  <listitem>
-	    <para>
-	      ags-echo-audio-signal
-	    </para>
-	  </listitem>
-	</itemizedlist>
-
-      </sect2>
-
     </sect1>
-
 </chapter>
diff --git a/doc/developersBook/chap4.xml b/doc/developersBook/chap4.xml
deleted file mode 100644
index d74b051..0000000
--- a/doc/developersBook/chap4.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version='1.0' encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
-	 xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0">
-  <title>Port to safe read/write</title>
-  <para>
-    The AgsPort object may contain primitive types as well objects. The read/write operations are
-    generally done by atomic operations. There exists interfacing AgsTaskThread functions but not
-    used, for now.
-    Representing objects should implement AgsPortletInterface.
-  </para>
-
-  <sect1>
-    <title>Portlet interface safe read/write properties</title>
-    <para>
-      The AgsPortletInterface is used where a GObject is represented by the assigned port. The
-      implemententing class is responsible for thread safe get/set properties. Most common way
-      is using mutices.
-    </para>
-
-    <mediaobject>
-      <imageobject>
-	<imagedata fileref="../images/AGS_portlet.svg" align="right" />
-      </imageobject>
-    </mediaobject>
-
-  </sect1>
-
-</chapter>
diff --git a/doc/developersBook/chap5.xml b/doc/developersBook/chap5.xml
deleted file mode 100644
index 102fdf7..0000000
--- a/doc/developersBook/chap5.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version='1.0' encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
-	 xmlns:xi="http://www.w3.org/2001/XInclude" version="5.0">
-  <title>Plugin interface to do abstraction</title>
-  <para>
-    The AgsPlugin interface defines some elementary functions like get_name() or set_name() and
-    therefor get_version(), set_version(), get_build_id() and set_build_id(). Further it contains
-    functions used to persist it using XML. This would be get_xml_type(), set_xml_type(), read()
-    and write(). And get_ports() and set_ports() to allow thread safe communication between the
-    different layers of Advanced Gtk+ Sequencer but to be said those functions accomplish for
-    persisting and restoring.
-  </para>
-
-    <mediaobject>
-      <imageobject>
-	<imagedata fileref="../images/AGS_plugin.svg" align="right" />
-      </imageobject>
-    </mediaobject>
-
-  <sect1>
-    <title>Hands-on</title>
-
-      <sect2>
-	<title>get_type()</title>
-	<para>
-	  First you need to tell object type system to use the AgsPluginInterface this is normally
-	  done in the classes get_type() function.
-	</para>
-
-	<example>
-	  <title>ags_echo_channel_get_type()</title>
-	  <programlisting language="C">
-<xi:include href="../listings/echo_get_type.c" parse="text" />
-	  </programlisting>
-	</example>
-      </sect2>
-
-      <sect2>
-	<title>plugin_interface_init()</title>
-	<para>
-	  Implement its set_ports() function.
-	</para>
-
-	<example>
-	  <title>ags_echo_channel_plugin_interface_init()</title>
-	  <programlisting language="C">
-<xi:include href="../listings/echo_plugin_interface_init.c" parse="text" />
-	  </programlisting>
-	</example>
-      </sect2>
-
-      <sect2>
-	<title>set_ports()</title>
-	<para>
-	  Finally load the ports restored of XML file.
-	</para>
-
-	<example>
-	  <title>ags_echo_channel_set_ports()</title>
-	  <programlisting language="C">
-<xi:include href="../listings/echo_set_ports.c" parse="text" />
-	  </programlisting>
-	</example>
-      </sect2>
-
-    </sect1>
-
-</chapter>
diff --git a/doc/images/AGS_plugin.png b/doc/images/AGS_plugin.png
deleted file mode 100644
index 430a474..0000000
Binary files a/doc/images/AGS_plugin.png and /dev/null differ
diff --git a/doc/images/AGS_portlet.png b/doc/images/AGS_portlet.png
deleted file mode 100644
index cdfea6f..0000000
Binary files a/doc/images/AGS_portlet.png and /dev/null differ
diff --git a/doc/images/AGS_run.png b/doc/images/AGS_run.png
deleted file mode 100644
index db76d9a..0000000
Binary files a/doc/images/AGS_run.png and /dev/null differ
diff --git a/doc/images/AGS_run_init.png b/doc/images/AGS_run_init.png
deleted file mode 100644
index 54515c0..0000000
Binary files a/doc/images/AGS_run_init.png and /dev/null differ
diff --git a/doc/images/AGS_threads.png b/doc/images/AGS_threads.png
deleted file mode 100644
index 52e0aa7..0000000
Binary files a/doc/images/AGS_threads.png and /dev/null differ
diff --git a/doc/images/ags-toolbar.png b/doc/images/ags-toolbar.png
index c823cda..2812b68 100644
Binary files a/doc/images/ags-toolbar.png and b/doc/images/ags-toolbar.png differ
diff --git a/doc/images/ags_drum.png b/doc/images/ags_drum.png
index 05d2bef..2128c3e 100644
Binary files a/doc/images/ags_drum.png and b/doc/images/ags_drum.png differ
diff --git a/doc/images/ags_editor.png b/doc/images/ags_editor.png
deleted file mode 100644
index e3b9717..0000000
Binary files a/doc/images/ags_editor.png and /dev/null differ
diff --git a/doc/images/ags_ffplayer.png b/doc/images/ags_ffplayer.png
index 5d1fcbf..d4c833e 100644
Binary files a/doc/images/ags_ffplayer.png and b/doc/images/ags_ffplayer.png differ
diff --git a/doc/images/ags_matrix.png b/doc/images/ags_matrix.png
index 9c989c9..c260277 100644
Binary files a/doc/images/ags_matrix.png and b/doc/images/ags_matrix.png differ
diff --git a/doc/images/ags_menu.png b/doc/images/ags_menu.png
deleted file mode 100644
index 8b05542..0000000
Binary files a/doc/images/ags_menu.png and /dev/null differ
diff --git a/doc/images/ags_mixer.png b/doc/images/ags_mixer.png
index d0cba79..99f8ff3 100644
Binary files a/doc/images/ags_mixer.png and b/doc/images/ags_mixer.png differ
diff --git a/doc/images/ags_navigation.png b/doc/images/ags_navigation.png
index 3a5a894..40cdf23 100644
Binary files a/doc/images/ags_navigation.png and b/doc/images/ags_navigation.png differ
diff --git a/doc/images/ags_panel.png b/doc/images/ags_panel.png
index 48d1d72..2abfb11 100644
Binary files a/doc/images/ags_panel.png and b/doc/images/ags_panel.png differ
diff --git a/doc/images/ags_synth.png b/doc/images/ags_synth.png
index c3baca6..d9e87f7 100644
Binary files a/doc/images/ags_synth.png and b/doc/images/ags_synth.png differ
diff --git a/doc/images/dia/AGS - plugin.dia b/doc/images/dia/AGS - plugin.dia
deleted file mode 100644
index 4b69a8d..0000000
Binary files a/doc/images/dia/AGS - plugin.dia and /dev/null differ
diff --git a/doc/images/dia/AGS - portlet.dia b/doc/images/dia/AGS - portlet.dia
deleted file mode 100644
index bb304b6..0000000
Binary files a/doc/images/dia/AGS - portlet.dia and /dev/null differ
diff --git a/doc/images/dia/AGS - run.dia b/doc/images/dia/AGS - run.dia
deleted file mode 100644
index 9aed421..0000000
Binary files a/doc/images/dia/AGS - run.dia and /dev/null differ
diff --git a/doc/images/dia/AGS - threads.dia b/doc/images/dia/AGS - threads.dia
index a0017eb..61592b2 100644
Binary files a/doc/images/dia/AGS - threads.dia and b/doc/images/dia/AGS - threads.dia differ
diff --git a/doc/listings/echo_get_type.c b/doc/listings/echo_get_type.c
deleted file mode 100644
index 6cdbdc2..0000000
--- a/doc/listings/echo_get_type.c
+++ /dev/null
@@ -1,36 +0,0 @@
-GType
-ags_echo_channel_get_type()
-{
-  static GType ags_type_echo_channel = 0;
-
-  if(!ags_type_echo_channel){
-    static const GTypeInfo ags_echo_channel_info = {
-      sizeof (AgsEchoChannelClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_echo_channel_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_channel */
-      sizeof (AgsEchoChannel),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_echo_channel_init,
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_echo_channel_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_echo_channel = g_type_register_static(AGS_TYPE_RECALL_CHANNEL,
-						   "AgsEchoChannel\0",
-						   &ags_echo_channel_info,
-						   0);
-
-    g_type_add_interface_static(ags_type_echo_channel,
-                                AGS_TYPE_PLUGIN,
-                                &ags_plugin_interface_info);
-  }
-
-  return(ags_type_echo_channel);
-}
diff --git a/doc/listings/echo_plugin_interface_init.c b/doc/listings/echo_plugin_interface_init.c
deleted file mode 100644
index 919941e..0000000
--- a/doc/listings/echo_plugin_interface_init.c
+++ /dev/null
@@ -1,7 +0,0 @@
-void
-ags_echo_channel_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  ags_echo_channel_parent_plugin_interface = g_type_interface_peek_parent(plugin);
-
-  plugin->set_ports = ags_echo_channel_set_ports;
-}
diff --git a/doc/listings/echo_set_ports.c b/doc/listings/echo_set_ports.c
deleted file mode 100644
index bcdf4fb..0000000
--- a/doc/listings/echo_set_ports.c
+++ /dev/null
@@ -1,32 +0,0 @@
-ags_echo_channel_set_ports(AgsPlugin *plugin, GList *port)
-{
-  while(port != NULL){
-    if(!strncmp(AGS_PORT(port->data)->specifier,
-                "./delay[0]\0",
-                10)){
-      g_object_set(G_OBJECT(plugin),
-                   "delay\0", AGS_PORT(port->data),
-                   NULL);
-    }else if(!strncmp(AGS_PORT(port->data)->specifier,
-                      "./repeat[0]\0",
-                      11)){
-      g_object_set(G_OBJECT(plugin),
-                   "repeat\0", AGS_PORT(port->data),
-                   NULL);
-    }else if(!strncmp(AGS_PORT(port->data)->specifier,
-                      "./fade[0]\0",
-                      9)){
-      g_object_set(G_OBJECT(plugin),
-                   "fade\0", AGS_PORT(port->data),
-                   NULL);
-    }else if(!strncmp(AGS_PORT(port->data)->specifier,
-                      "./dry[0]\0",
-                      8)){
-      g_object_set(G_OBJECT(plugin),
-                   "dry\0", AGS_PORT(port->data),
-                   NULL);
-    }
-
-    port = port->next;
-  }
-}
diff --git a/doc/listings/linking_prerequisites.c b/doc/listings/linking_prerequisites.c
index 2b36f95..63a1855 100644
--- a/doc/listings/linking_prerequisites.c
+++ b/doc/listings/linking_prerequisites.c
@@ -1,4 +1,3 @@
-AgsTaskThread *task_thread;
 AgsDevout *devout;
 AgsAudio *master_audio, *slave_audio;
 AgsLinkChannel *linkChannel;
@@ -6,7 +5,6 @@ GError *error;
 
 /* some pseudo code */
 devout = AGS_WINDOW(gtk_widget_get_toblevel(widget))->devout;
-task_thread = AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread;
 
 /* create AgsAudio objects */
 master_audio = (AgsAudio *) g_object_new(AGS_TYPE_AUDIO,
diff --git a/doc/listings/linking_safe.c b/doc/listings/linking_safe.c
index 89f8cef..7c3073e 100644
--- a/doc/listings/linking_safe.c
+++ b/doc/listings/linking_safe.c
@@ -1,8 +1,9 @@
 /* creating AgsLink task and add it to AgsDevout */
 link_channel = ags_link_channel_new(ags_channel_nth(master_audio->input, 0),
 				    ags_channel_nth(slave_audio->output, 0));
-ags_task_thread_append_task(task_thread, link_channel);
+ags_devout_append_task(devout, link_channel);
+  
 
 link_channel = ags_link_channel_new(ags_channel_nth(master_audio->input, 1),
 				    ags_channel_nth(slave_audio->output, 1));
-ags_task_thread_append_task(task_thread, link_channel);
+ags_devout_append_task(devout, link_channel);
diff --git a/doc/reference/ags/ags-decl-list.txt b/doc/reference/ags/ags-decl-list.txt
deleted file mode 100644
index 5f52442..0000000
--- a/doc/reference/ags/ags-decl-list.txt
+++ /dev/null
@@ -1,5715 +0,0 @@
-<SECTION>
-<FILE>ags_add_audio</FILE>
-<TITLE>AgsAddAudio</TITLE>
-AgsAddAudio
-AgsAddAudioClass
-ags_add_audio_new
-<SUBSECTION Standard>
-AGS_ADD_AUDIO
-AGS_ADD_AUDIO_CLASS
-AGS_ADD_AUDIO_GET_CLASS
-AGS_IS_ADD_AUDIO
-AGS_IS_ADD_AUDIO_CLASS
-AGS_TYPE_ADD_AUDIO
-ags_add_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_audio_signal</FILE>
-<TITLE>AgsAddAudioSignal</TITLE>
-AgsAddAudioSignal
-AgsAddAudioSignalClass
-ags_add_audio_signal_new
-<SUBSECTION Standard>
-AGS_ADD_AUDIO_SIGNAL
-AGS_ADD_AUDIO_SIGNAL_CLASS
-AGS_ADD_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_ADD_AUDIO_SIGNAL
-AGS_IS_ADD_AUDIO_SIGNAL_CLASS
-AGS_TYPE_ADD_AUDIO_SIGNAL
-ags_add_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_line_member</FILE>
-<TITLE>AgsAddLineMember</TITLE>
-AgsAddLineMember
-AgsAddLineMemberClass
-ags_add_line_member_new
-<SUBSECTION Standard>
-AGS_ADD_LINE_MEMBER
-AGS_ADD_LINE_MEMBER_CLASS
-AGS_ADD_LINE_MEMBER_GET_CLASS
-AGS_IS_ADD_LINE_MEMBER
-AGS_IS_ADD_LINE_MEMBER_CLASS
-AGS_TYPE_ADD_LINE_MEMBER
-ags_add_line_member_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_note</FILE>
-<TITLE>AgsAddNote</TITLE>
-AgsAddNote
-AgsAddNoteClass
-ags_add_note_new
-<SUBSECTION Standard>
-AGS_ADD_NOTE
-AGS_ADD_NOTE_CLASS
-AGS_ADD_NOTE_GET_CLASS
-AGS_IS_ADD_NOTE
-AGS_IS_ADD_NOTE_CLASS
-AGS_TYPE_ADD_NOTE
-ags_add_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_point_to_selection</FILE>
-<TITLE>AgsAddPointToSelection</TITLE>
-AgsAddPointToSelection
-AgsAddPointToSelectionClass
-ags_add_point_to_selection_new
-<SUBSECTION Standard>
-AGS_ADD_POINT_TO_SELECTION
-AGS_ADD_POINT_TO_SELECTION_CLASS
-AGS_ADD_POINT_TO_SELECTION_GET_CLASS
-AGS_IS_ADD_POINT_TO_SELECTION
-AGS_IS_ADD_POINT_TO_SELECTION_CLASS
-AGS_TYPE_ADD_POINT_TO_SELECTION
-ags_add_point_to_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_recall</FILE>
-<TITLE>AgsAddRecall</TITLE>
-AgsAddRecall
-AgsAddRecallClass
-ags_add_recall_new
-<SUBSECTION Standard>
-AGS_ADD_RECALL
-AGS_ADD_RECALL_CLASS
-AGS_ADD_RECALL_GET_CLASS
-AGS_IS_ADD_RECALL
-AGS_IS_ADD_RECALL_CLASS
-AGS_TYPE_ADD_RECALL
-ags_add_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_region_to_selection</FILE>
-<TITLE>AgsAddRegionToSelection</TITLE>
-AgsAddRegionToSelection
-AgsAddRegionToSelectionClass
-ags_add_region_to_selection_new
-<SUBSECTION Standard>
-AGS_ADD_REGION_TO_SELECTION
-AGS_ADD_REGION_TO_SELECTION_CLASS
-AGS_ADD_REGION_TO_SELECTION_GET_CLASS
-AGS_IS_ADD_REGION_TO_SELECTION
-AGS_IS_ADD_REGION_TO_SELECTION_CLASS
-AGS_TYPE_ADD_REGION_TO_SELECTION
-ags_add_region_to_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_amplifier</FILE>
-ags_amplifier
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_audio</FILE>
-<TITLE>AgsAppendAudio</TITLE>
-AgsAppendAudio
-AgsAppendAudioClass
-ags_append_audio_new
-<SUBSECTION Standard>
-AGS_APPEND_AUDIO
-AGS_APPEND_AUDIO_CLASS
-AGS_APPEND_AUDIO_GET_CLASS
-AGS_IS_APPEND_AUDIO
-AGS_IS_APPEND_AUDIO_CLASS
-AGS_TYPE_APPEND_AUDIO
-ags_append_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_audio_threaded</FILE>
-<TITLE>AgsAppendAudioThreaded</TITLE>
-AgsAppendAudioThreaded
-AgsAppendAudioThreadedClass
-ags_append_audio_threaded_new
-<SUBSECTION Standard>
-AGS_APPEND_AUDIO_THREADED
-AGS_APPEND_AUDIO_THREADED_CLASS
-AGS_APPEND_AUDIO_THREADED_GET_CLASS
-AGS_IS_APPEND_AUDIO_THREADED
-AGS_IS_APPEND_AUDIO_THREADED_CLASS
-AGS_TYPE_APPEND_AUDIO_THREADED
-ags_append_audio_threaded_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_channel</FILE>
-<TITLE>AgsAppendChannel</TITLE>
-AgsAppendChannel
-AgsAppendChannelClass
-ags_append_channel_new
-<SUBSECTION Standard>
-AGS_APPEND_CHANNEL
-AGS_APPEND_CHANNEL_CLASS
-AGS_APPEND_CHANNEL_GET_CLASS
-AGS_IS_APPEND_CHANNEL
-AGS_IS_APPEND_CHANNEL_CLASS
-AGS_TYPE_APPEND_CHANNEL
-ags_append_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_recall</FILE>
-<TITLE>AgsAppendRecall</TITLE>
-AgsAppendRecall
-AgsAppendRecallClass
-ags_append_recall_new
-<SUBSECTION Standard>
-AGS_APPEND_RECALL
-AGS_APPEND_RECALL_CLASS
-AGS_APPEND_RECALL_GET_CLASS
-AGS_IS_APPEND_RECALL
-AGS_IS_APPEND_RECALL_CLASS
-AGS_TYPE_APPEND_RECALL
-ags_append_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_applicable</FILE>
-<TITLE>AgsApplicable</TITLE>
-AgsApplicable
-AgsApplicableInterface
-ags_applicable_apply
-ags_applicable_reset
-ags_applicable_set_update
-<SUBSECTION Standard>
-AGS_APPLICABLE
-AGS_APPLICABLE_GET_INTERFACE
-AGS_APPLICABLE_INTERFACE
-AGS_IS_APPLICABLE
-AGS_IS_APPLICABLE_INTERFACE
-AGS_TYPE_APPLICABLE
-ags_applicable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_bpm</FILE>
-<TITLE>AgsApplyBpm</TITLE>
-AgsApplyBpm
-AgsApplyBpmClass
-ags_apply_bpm_new
-<SUBSECTION Standard>
-AGS_APPLY_BPM
-AGS_APPLY_BPM_CLASS
-AGS_APPLY_BPM_GET_CLASS
-AGS_IS_APPLY_BPM
-AGS_IS_APPLY_BPM_CLASS
-AGS_TYPE_APPLY_BPM
-ags_apply_bpm_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_sequencer_length</FILE>
-<TITLE>AgsApplySequencerLength</TITLE>
-AgsApplySequencerLength
-AgsApplySequencerLengthClass
-ags_apply_sequencer_length_new
-<SUBSECTION Standard>
-AGS_APPLY_SEQUENCER_LENGTH
-AGS_APPLY_SEQUENCER_LENGTH_CLASS
-AGS_APPLY_SEQUENCER_LENGTH_GET_CLASS
-AGS_IS_APPLY_SEQUENCER_LENGTH
-AGS_IS_APPLY_SEQUENCER_LENGTH_CLASS
-AGS_TYPE_APPLY_SEQUENCER_LENGTH
-ags_apply_sequencer_length_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_synth</FILE>
-<TITLE>AgsApplySynth</TITLE>
-AgsApplySynth
-AgsApplySynthClass
-AgsApplySynthWave
-ags_apply_synth_new
-<SUBSECTION Standard>
-AGS_APPLY_SYNTH
-AGS_APPLY_SYNTH_CLASS
-AGS_APPLY_SYNTH_GET_CLASS
-AGS_IS_APPLY_SYNTH
-AGS_IS_APPLY_SYNTH_CLASS
-AGS_TYPE_APPLY_SYNTH
-ags_apply_synth_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_tact</FILE>
-<TITLE>AgsApplyTact</TITLE>
-AgsApplyTact
-AgsApplyTactClass
-ags_apply_tact_new
-<SUBSECTION Standard>
-AGS_APPLY_TACT
-AGS_APPLY_TACT_CLASS
-AGS_APPLY_TACT_GET_CLASS
-AGS_IS_APPLY_TACT
-AGS_IS_APPLY_TACT_CLASS
-AGS_TYPE_APPLY_TACT
-ags_apply_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_wavetable</FILE>
-<TITLE>AgsApplyWavetable</TITLE>
-AgsApplyWavetable
-AgsApplyWavetableClass
-ags_apply_wavetable_new
-<SUBSECTION Standard>
-AGS_APPLY_WAVETABLE
-AGS_APPLY_WAVETABLE_CLASS
-AGS_APPLY_WAVETABLE_GET_CLASS
-AGS_IS_APPLY_WAVETABLE
-AGS_IS_APPLY_WAVETABLE_CLASS
-AGS_TYPE_APPLY_WAVETABLE
-ags_apply_wavetable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_async_queue</FILE>
-<TITLE>AgsAsyncQueue</TITLE>
-AGS_ASYNC_QUEUE_CLOCK_ID
-AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE
-AGS_ASYNC_QUEUE_SIGNAL_HIGH
-AGS_ASYNC_QUEUE_SIGNAL_LOW
-AgsAsyncQueue
-AgsAsyncQueueClass
-AgsAsyncQueueFlags
-AgsContext
-AgsTimer
-ags_async_queue_add
-ags_async_queue_find_context
-ags_async_queue_idle
-ags_async_queue_initerrupt
-ags_async_queue_new
-ags_async_queue_next_interval
-ags_async_queue_pop_context
-ags_async_queue_push_context
-ags_async_queue_remove
-ags_async_queue_worker
-ags_context_alloc
-ags_timer_alloc
-<SUBSECTION Standard>
-AGS_ASYNC_QUEUE
-AGS_ASYNC_QUEUE_CLASS
-AGS_ASYNC_QUEUE_GET_CLASS
-AGS_IS_ASYNC_QUEUE
-AGS_IS_ASYNC_QUEUE_CLASS
-AGS_TYPE_ASYNC_QUEUE
-ags_async_queue_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio</FILE>
-<TITLE>AgsAudio</TITLE>
-AgsAudio
-AgsAudioClass
-AgsAudioFlags
-ags_audio_add_recall
-ags_audio_add_recall_container
-ags_audio_add_recall_id
-ags_audio_cancel
-ags_audio_done
-ags_audio_duplicate_recall
-ags_audio_init_recall
-ags_audio_init_run
-ags_audio_is_playing
-ags_audio_new
-ags_audio_open_files
-ags_audio_play
-ags_audio_recall_change_state
-ags_audio_recursive_play_init
-ags_audio_remove_recall
-ags_audio_remove_recall_container
-ags_audio_remove_recall_id
-ags_audio_resolve_recall
-ags_audio_set_audio_channels
-ags_audio_set_devout
-ags_audio_set_flags
-ags_audio_set_pads
-ags_audio_set_sequence_length
-ags_audio_tact
-ags_audio_unset_flags
-<SUBSECTION Standard>
-AGS_AUDIO
-AGS_AUDIO_CLASS
-AGS_AUDIO_GET_CLASS
-AGS_IS_AUDIO
-AGS_IS_AUDIO_CLASS
-AGS_TYPE_AUDIO
-ags_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_file</FILE>
-<TITLE>AgsAudioFile</TITLE>
-AgsAudioFile
-AgsAudioFileClass
-ags_audio_file_close
-ags_audio_file_flush
-ags_audio_file_new
-ags_audio_file_open
-ags_audio_file_open_from_data
-ags_audio_file_read_audio_signal
-ags_audio_file_rw_open
-ags_audio_file_seek
-ags_audio_file_write
-<SUBSECTION Standard>
-AGS_AUDIO_FILE
-AGS_AUDIO_FILE_CLASS
-AGS_AUDIO_FILE_GET_CLASS
-AGS_IS_AUDIO_FILE
-AGS_IS_AUDIO_FILE_CLASS
-AGS_TYPE_AUDIO_FILE
-ags_audio_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_file_xml</FILE>
-<TITLE>AgsAudioFileXml</TITLE>
-AgsAudioFileXml
-AgsAudioFileXmlClass
-ags_audio_file_xml_new
-<SUBSECTION Standard>
-AGS_AUDIO_FILE_XML
-AGS_AUDIO_FILE_XML_CLASS
-AGS_IS_AUDIO_FILE_XML
-AGS_TYPE_AUDIO_FILE_XML
-ags_audio_file_xml_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_loop</FILE>
-<TITLE>AgsAudioLoop</TITLE>
-AGS_AUDIO_LOOP_DEFAULT_JIFFIE
-AgsAudioLoop
-AgsAudioLoopClass
-AgsAudioLoopFlags
-ags_audio_loop_add_audio
-ags_audio_loop_add_channel
-ags_audio_loop_add_recall
-ags_audio_loop_new
-ags_audio_loop_remove_audio
-ags_audio_loop_remove_channel
-ags_audio_loop_remove_recall
-<SUBSECTION Standard>
-AGS_AUDIO_LOOP
-AGS_AUDIO_LOOP_CLASS
-AGS_AUDIO_LOOP_GET_CLASS
-AGS_IS_AUDIO_LOOP
-AGS_IS_AUDIO_LOOP_CLASS
-AGS_TYPE_AUDIO_LOOP
-ags_audio_loop_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_preferences</FILE>
-<TITLE>AgsAudioPreferences</TITLE>
-AgsAudioPreferences
-AgsAudioPreferencesClass
-ags_audio_preferences_new
-<SUBSECTION Standard>
-AGS_AUDIO_PREFERENCES
-AGS_AUDIO_PREFERENCES_CLASS
-AGS_AUDIO_PREFERENCES_GET_CLASS
-AGS_IS_AUDIO_PREFERENCES
-AGS_IS_AUDIO_PREFERENCES_CLASS
-AGS_TYPE_AUDIO_PREFERENCES
-ags_audio_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_preferences_callbacks</FILE>
-ags_audio_preferences_audio_channels_changed
-ags_audio_preferences_buffer_size_changed
-ags_audio_preferences_card_changed_callback
-ags_audio_preferences_samplerate_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_set_recycling</FILE>
-<TITLE>AgsAudioSetRecycling</TITLE>
-AgsAudioSetRecycling
-AgsAudioSetRecyclingClass
-ags_audio_set_recycling_new
-<SUBSECTION Standard>
-AGS_AUDIO_SET_RECYCLING
-AGS_AUDIO_SET_RECYCLING_CLASS
-AGS_AUDIO_SET_RECYCLING_GET_CLASS
-AGS_IS_AUDIO_SET_RECYCLING
-AGS_IS_AUDIO_SET_RECYCLING_CLASS
-AGS_TYPE_AUDIO_SET_RECYCLING
-ags_audio_set_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_signal</FILE>
-<TITLE>AgsAudioSignal</TITLE>
-AgsAttack
-AgsAttackFlags
-AgsAudioSignal
-AgsAudioSignalClass
-AgsAudioSignalFlags
-ags_audio_signal_add_stream
-ags_audio_signal_copy_buffer_to_buffer
-ags_audio_signal_copy_buffer_to_double_buffer
-ags_audio_signal_copy_double_buffer_to_buffer
-ags_audio_signal_duplicate_stream
-ags_audio_signal_get_by_recall_id
-ags_audio_signal_get_length_till_current
-ags_audio_signal_get_stream_current
-ags_audio_signal_get_template
-ags_audio_signal_morph_samplerate
-ags_audio_signal_new
-ags_audio_signal_new_with_length
-ags_audio_signal_realloc_buffer_size
-ags_audio_signal_scale
-ags_audio_signal_stream_resize
-ags_audio_signal_stream_safe_resize
-ags_audio_signal_tile
-ags_stream_alloc
-<SUBSECTION Standard>
-AGS_AUDIO_SIGNAL
-AGS_AUDIO_SIGNAL_CLASS
-AGS_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_AUDIO_SIGNAL
-AGS_IS_AUDIO_SIGNAL_CLASS
-AGS_TYPE_AUDIO_SIGNAL
-ags_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_autosave_thread</FILE>
-<TITLE>AgsAutosaveThread</TITLE>
-AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME
-AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE
-AgsAutosaveThread
-AgsAutosaveThreadClass
-ags_autosave_thread_new
-<SUBSECTION Standard>
-AGS_AUTOSAVE_THREAD
-AGS_AUTOSAVE_THREAD_CLASS
-AGS_AUTOSAVE_THREAD_GET_CLASS
-AGS_IS_AUTOSAVE_THREAD
-AGS_IS_AUTOSAVE_THREAD_CLASS
-AGS_TYPE_AUTOSAVE_THREAD
-ags_autosave_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_audio_signal</FILE>
-<TITLE>AgsBufferAudioSignal</TITLE>
-AgsBufferAudioSignal
-AgsBufferAudioSignalClass
-ags_buffer_audio_signal_new
-<SUBSECTION Standard>
-AGS_BUFFER_AUDIO_SIGNAL
-AGS_BUFFER_AUDIO_SIGNAL_CLASS
-AGS_BUFFER_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_BUFFER_AUDIO_SIGNAL
-AGS_IS_BUFFER_AUDIO_SIGNAL_CLASS
-AGS_TYPE_BUFFER_AUDIO_SIGNAL
-ags_buffer_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_channel</FILE>
-<TITLE>AgsBufferChannel</TITLE>
-AgsBufferChannel
-AgsBufferChannelClass
-ags_buffer_channel_new
-<SUBSECTION Standard>
-AGS_BUFFER_CHANNEL
-AGS_BUFFER_CHANNEL_CLASS
-AGS_BUFFER_CHANNEL_GET_CLASS
-AGS_IS_BUFFER_CHANNEL
-AGS_IS_BUFFER_CHANNEL_CLASS
-AGS_TYPE_BUFFER_CHANNEL
-ags_buffer_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_channel_run</FILE>
-<TITLE>AgsBufferChannelRun</TITLE>
-AgsBufferChannelRun
-AgsBufferChannelRunClass
-ags_buffer_channel_run_new
-<SUBSECTION Standard>
-AGS_BUFFER_CHANNEL_RUN
-AGS_BUFFER_CHANNEL_RUN_CLASS
-AGS_BUFFER_CHANNEL_RUN_GET_CLASS
-AGS_IS_BUFFER_CHANNEL_RUN
-AGS_IS_BUFFER_CHANNEL_RUN_CLASS
-AGS_TYPE_BUFFER_CHANNEL_RUN
-ags_buffer_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_recycling</FILE>
-<TITLE>AgsBufferRecycling</TITLE>
-AgsBufferRecycling
-AgsBufferRecyclingClass
-ags_buffer_recycling_new
-<SUBSECTION Standard>
-AGS_BUFFER_RECYCLING
-AGS_BUFFER_RECYCLING_CLASS
-AGS_BUFFER_RECYCLING_GET_CLASS
-AGS_IS_BUFFER_RECYCLING
-AGS_IS_BUFFER_RECYCLING_CLASS
-AGS_TYPE_BUFFER_RECYCLING
-ags_buffer_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_audio</FILE>
-<TITLE>AgsCancelAudio</TITLE>
-AgsCancelAudio
-AgsCancelAudioClass
-ags_cancel_audio_new
-<SUBSECTION Standard>
-AGS_CANCEL_AUDIO
-AGS_CANCEL_AUDIO_CLASS
-AGS_CANCEL_AUDIO_GET_CLASS
-AGS_IS_CANCEL_AUDIO
-AGS_IS_CANCEL_AUDIO_CLASS
-AGS_TYPE_CANCEL_AUDIO
-ags_cancel_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_channel</FILE>
-<TITLE>AgsCancelChannel</TITLE>
-AgsCancelChannel
-AgsCancelChannelClass
-ags_cancel_channel_new
-<SUBSECTION Standard>
-AGS_CANCEL_CHANNEL
-AGS_CANCEL_CHANNEL_CLASS
-AGS_CANCEL_CHANNEL_GET_CLASS
-AGS_IS_CANCEL_CHANNEL
-AGS_IS_CANCEL_CHANNEL_CLASS
-AGS_TYPE_CANCEL_CHANNEL
-ags_cancel_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_recall</FILE>
-<TITLE>AgsCancelRecall</TITLE>
-AgsCancelRecall
-AgsCancelRecallClass
-ags_cancel_recall_new
-<SUBSECTION Standard>
-AGS_CANCEL_RECALL
-AGS_CANCEL_RECALL_CLASS
-AGS_CANCEL_RECALL_GET_CLASS
-AGS_IS_CANCEL_RECALL
-AGS_IS_CANCEL_RECALL_CLASS
-AGS_TYPE_CANCEL_RECALL
-ags_cancel_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cartesian</FILE>
-<TITLE>AgsCartesian</TITLE>
-AgsCartesian
-AgsCartesianClass
-ags_cartesian_new
-<SUBSECTION Standard>
-AGS_CARTESIAN
-AGS_CARTESIAN_CLASS
-AGS_CARTESIAN_GET_CLASS
-AGS_IS_CARTESIAN
-AGS_IS_CARTESIAN_CLASS
-AGS_TYPE_CARTESIAN
-ags_cartesian_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_change_indicator</FILE>
-<TITLE>AgsChangeIndicator</TITLE>
-AgsChangeIndicator
-AgsChangeIndicatorClass
-ags_change_indicator_new
-<SUBSECTION Standard>
-AGS_CHANGE_INDICATOR
-AGS_CHANGE_INDICATOR_CLASS
-AGS_CHANGE_INDICATOR_GET_CLASS
-AGS_IS_CHANGE_INDICATOR
-AGS_IS_CHANGE_INDICATOR_CLASS
-AGS_TYPE_CHANGE_INDICATOR
-ags_change_indicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_change_tact</FILE>
-<TITLE>AgsChangeTact</TITLE>
-AgsChangeTact
-AgsChangeTactClass
-ags_change_tact_new
-<SUBSECTION Standard>
-AGS_CHANGE_TACT
-AGS_CHANGE_TACT_CLASS
-AGS_CHANGE_TACT_GET_CLASS
-AGS_IS_CHANGE_TACT
-AGS_IS_CHANGE_TACT_CLASS
-AGS_TYPE_CHANGE_TACT
-ags_change_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel</FILE>
-<TITLE>AgsChannel</TITLE>
-AGS_CHANNEL_ERROR
-AgsChannel
-AgsChannelClass
-AgsChannelError
-AgsChannelFlags
-AgsChannelRecallIDMode
-ags_channel_add_recall
-ags_channel_add_recall_container
-ags_channel_add_recall_id
-ags_channel_cancel
-ags_channel_done
-ags_channel_duplicate_recall
-ags_channel_error_quark
-ags_channel_find_recall
-ags_channel_first
-ags_channel_first_with_recycling
-ags_channel_init_recall
-ags_channel_last
-ags_channel_last_with_recycling
-ags_channel_new
-ags_channel_nth
-ags_channel_pad_first
-ags_channel_pad_last
-ags_channel_pad_nth
-ags_channel_play
-ags_channel_recall_id_set
-ags_channel_recursive_play
-ags_channel_recursive_play_init
-ags_channel_recursive_play_threaded
-ags_channel_recursive_reset_recall_ids
-ags_channel_recycling_changed
-ags_channel_remove_recall
-ags_channel_remove_recall_id
-ags_channel_resolve_recall
-ags_channel_safe_resize_audio_signal
-ags_channel_set_devout
-ags_channel_set_link
-ags_channel_set_recycling
-ags_channel_tillrecycling_cancel
-<SUBSECTION Standard>
-AGS_CHANNEL
-AGS_CHANNEL_CLASS
-AGS_CHANNEL_GET_CLASS
-AGS_IS_CHANNEL
-AGS_IS_CHANNEL_CLASS
-AGS_TYPE_CHANNEL
-ags_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel_iter</FILE>
-AgsChannelIter
-AgsChannelIterFlags
-ags_channel_iter_alloc
-ags_channel_iter_free
-ags_channel_iter_next
-ags_channel_iter_prev
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel_set_recycling</FILE>
-<TITLE>AgsChannelSetRecycling</TITLE>
-AgsChannelSetRecycling
-AgsChannelSetRecyclingClass
-ags_channel_set_recycling_new
-<SUBSECTION Standard>
-AGS_CHANNEL_SET_RECYCLING
-AGS_CHANNEL_SET_RECYCLING_CLASS
-AGS_CHANNEL_SET_RECYCLING_GET_CLASS
-AGS_IS_CHANNEL_SET_RECYCLING
-AGS_IS_CHANNEL_SET_RECYCLING_CLASS
-AGS_TYPE_CHANNEL_SET_RECYCLING
-ags_channel_set_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_clone_channel</FILE>
-<TITLE>AgsCloneChannel</TITLE>
-AgsCloneChannel
-AgsCloneChannelClass
-ags_clone_channel_new
-<SUBSECTION Standard>
-AGS_CLONE_CHANNEL
-AGS_CLONE_CHANNEL_CLASS
-AGS_CLONE_CHANNEL_GET_CLASS
-AGS_IS_CLONE_CHANNEL
-AGS_IS_CLONE_CHANNEL_CLASS
-AGS_TYPE_CLONE_CHANNEL
-ags_clone_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_clone_channel_run</FILE>
-<TITLE>AgsCloneChannelRun</TITLE>
-AgsCloneChannelRun
-AgsCloneChannelRunClass
-ags_clone_channel_run_new
-<SUBSECTION Standard>
-AGS_CLONE_CHANNEL_RUN
-AGS_CLONE_CHANNEL_RUN_CLASS
-AGS_CLONE_CHANNEL_RUN_GET_CLASS
-AGS_IS_CLONE_CHANNEL_RUN
-AGS_IS_CLONE_CHANNEL_RUN_CLASS
-AGS_TYPE_CLONE_CHANNEL_RUN
-ags_clone_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_combo_box_text</FILE>
-ags_combo_box_text_remove_all
-</SECTION>
-
-<SECTION>
-<FILE>ags_config</FILE>
-<TITLE>AgsConfig</TITLE>
-AGS_CONFIG_DEFAULT_BUILD_ID
-AGS_CONFIG_DEFAULT_VERSION
-AGS_CONFIG_DEVOUT
-AGS_CONFIG_THREAD
-AgsConfig
-AgsConfigClass
-ags_config_get
-ags_config_load_defaults
-ags_config_load_from_file
-ags_config_new
-ags_config_save
-ags_config_set
-<SUBSECTION Standard>
-AGS_CONFIG
-AGS_CONFIG_CLASS
-AGS_CONFIG_GET_CLASS
-AGS_IS_CONFIG
-AGS_IS_CONFIG_CLASS
-AGS_TYPE_CONFIG
-ags_config_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_container</FILE>
-ags_container_add_all
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_audio_signal</FILE>
-<TITLE>AgsCopyAudioSignal</TITLE>
-AgsCopyAudioSignal
-AgsCopyAudioSignalClass
-ags_copy_audio_signal_new
-<SUBSECTION Standard>
-AGS_COPY_AUDIO_SIGNAL
-AGS_COPY_AUDIO_SIGNAL_CLASS
-AGS_COPY_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_COPY_AUDIO_SIGNAL
-AGS_IS_COPY_AUDIO_SIGNAL_CLASS
-AGS_TYPE_COPY_AUDIO_SIGNAL
-ags_copy_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_channel</FILE>
-<TITLE>AgsCopyChannel</TITLE>
-AgsCopyChannel
-AgsCopyChannelClass
-ags_copy_channel_new
-<SUBSECTION Standard>
-AGS_COPY_CHANNEL
-AGS_COPY_CHANNEL_CLASS
-AGS_COPY_CHANNEL_GET_CLASS
-AGS_IS_COPY_CHANNEL
-AGS_IS_COPY_CHANNEL_CLASS
-AGS_TYPE_COPY_CHANNEL
-ags_copy_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_channel_run</FILE>
-<TITLE>AgsCopyChannelRun</TITLE>
-AgsCopyChannelRun
-AgsCopyChannelRunClass
-AgsCopyChannelRunFlags
-ags_copy_channel_run_new
-<SUBSECTION Standard>
-AGS_COPY_CHANNEL_RUN
-AGS_COPY_CHANNEL_RUN_CLASS
-AGS_COPY_CHANNEL_RUN_GET_CLASS
-AGS_IS_COPY_CHANNEL_RUN
-AGS_IS_COPY_CHANNEL_RUN_CLASS
-AGS_TYPE_COPY_CHANNEL_RUN
-ags_copy_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_notation_audio</FILE>
-<TITLE>AgsCopyNotationAudio</TITLE>
-AgsCopyNotationAudio
-AgsCopyNotationAudioClass
-AgsCopyNotationAudioFlags
-ags_copy_notation_audio_new
-<SUBSECTION Standard>
-AGS_COPY_NOTATION_AUDIO
-AGS_COPY_NOTATION_AUDIO_CLASS
-AGS_COPY_NOTATION_AUDIO_GET_CLASS
-AGS_IS_COPY_NOTATION_AUDIO
-AGS_IS_COPY_NOTATION_AUDIO_CLASS
-AGS_TYPE_COPY_NOTATION_AUDIO
-ags_copy_notation_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_notation_audio_run</FILE>
-<TITLE>AgsCopyNotationAudioRun</TITLE>
-AgsCopyNotationAudioRun
-AgsCopyNotationAudioRunClass
-ags_copy_notation_audio_run_new
-<SUBSECTION Standard>
-AGS_COPY_NOTATION_AUDIO_RUN
-AGS_COPY_NOTATION_AUDIO_RUN_CLASS
-AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS
-AGS_IS_COPY_NOTATION_AUDIO_RUN
-AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS
-AGS_TYPE_COPY_NOTATION_AUDIO_RUN
-ags_copy_notation_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_audio</FILE>
-<TITLE>AgsCopyPatternAudio</TITLE>
-AgsCopyPatternAudio
-AgsCopyPatternAudioClass
-ags_copy_pattern_audio_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_AUDIO
-AGS_COPY_PATTERN_AUDIO_CLASS
-AGS_COPY_PATTERN_AUDIO_GET_CLASS
-AGS_IS_COPY_PATTERN_AUDIO
-AGS_IS_COPY_PATTERN_AUDIO_CLASS
-AGS_TYPE_COPY_PATTERN_AUDIO
-ags_copy_pattern_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_audio_run</FILE>
-<TITLE>AgsCopyPatternAudioRun</TITLE>
-AgsCopyPatternAudioRun
-AgsCopyPatternAudioRunClass
-ags_copy_pattern_audio_run_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_AUDIO_RUN
-AGS_COPY_PATTERN_AUDIO_RUN_CLASS
-AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS
-AGS_IS_COPY_PATTERN_AUDIO_RUN
-AGS_IS_COPY_PATTERN_AUDIO_RUN_CLASS
-AGS_TYPE_COPY_PATTERN_AUDIO_RUN
-ags_copy_pattern_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_channel</FILE>
-<TITLE>AgsCopyPatternChannel</TITLE>
-AgsCopyPatternChannel
-AgsCopyPatternChannelClass
-ags_copy_pattern_channel_new
-ags_copy_pattern_channel_template_find_source_and_destination
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_CHANNEL
-AGS_COPY_PATTERN_CHANNEL_CLASS
-AGS_COPY_PATTERN_CHANNEL_GET_CLASS
-AGS_IS_COPY_PATTERN_CHANNEL
-AGS_IS_COPY_PATTERN_CHANNEL_CLASS
-AGS_TYPE_COPY_PATTERN_CHANNEL
-ags_copy_pattern_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_channel_run</FILE>
-<TITLE>AgsCopyPatternChannelRun</TITLE>
-AgsCopyPatternChannelRun
-AgsCopyPatternChannelRunClass
-ags_copy_pattern_channel_run_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_CHANNEL_RUN
-AGS_COPY_PATTERN_CHANNEL_RUN_CLASS
-AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS
-AGS_IS_COPY_PATTERN_CHANNEL_RUN
-AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS
-AGS_TYPE_COPY_PATTERN_CHANNEL_RUN
-ags_copy_pattern_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_recycling</FILE>
-<TITLE>AgsCopyRecycling</TITLE>
-AgsCopyRecycling
-AgsCopyRecyclingClass
-ags_copy_recycling_new
-<SUBSECTION Standard>
-AGS_COPY_RECYCLING
-AGS_COPY_RECYCLING_CLASS
-AGS_COPY_RECYCLING_GET_CLASS
-AGS_IS_COPY_RECYCLING
-AGS_IS_COPY_RECYCLING_CLASS
-AGS_TYPE_COPY_RECYCLING
-ags_copy_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_count_beats_audio</FILE>
-<TITLE>AgsCountBeatsAudio</TITLE>
-AgsCountBeatsAudio
-AgsCountBeatsAudioClass
-ags_count_beats_audio_new
-<SUBSECTION Standard>
-AGS_COUNT_BEATS_AUDIO
-AGS_COUNT_BEATS_AUDIO_CLASS
-AGS_COUNT_BEATS_AUDIO_GET_CLASS
-AGS_IS_COUNT_BEATS_AUDIO
-AGS_IS_COUNT_BEATS_AUDIO_CLASS
-AGS_TYPE_COUNT_BEATS_AUDIO
-ags_count_beats_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_count_beats_audio_run</FILE>
-<TITLE>AgsCountBeatsAudioRun</TITLE>
-AgsCountBeatsAudioRun
-AgsCountBeatsAudioRunClass
-ags_count_beats_audio_run_new
-ags_count_beats_audio_run_notation_loop
-ags_count_beats_audio_run_notation_start
-ags_count_beats_audio_run_notation_stop
-ags_count_beats_audio_run_sequencer_loop
-ags_count_beats_audio_run_sequencer_start
-ags_count_beats_audio_run_sequencer_stop
-<SUBSECTION Standard>
-AGS_COUNT_BEATS_AUDIO_RUN
-AGS_COUNT_BEATS_AUDIO_RUN_CLASS
-AGS_COUNT_BEATS_AUDIO_RUN_GET_CLASS
-AGS_IS_COUNT_BEATS_AUDIO_RUN
-AGS_IS_COUNT_BEATS_AUDIO_RUN_CLASS
-AGS_TYPE_COUNT_BEATS_AUDIO_RUN
-ags_count_beats_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_countable</FILE>
-<TITLE>AgsCountable</TITLE>
-AgsCountable
-AgsCountableInterface
-ags_countable_get_notation_counter
-ags_countable_get_sequencer_counter
-<SUBSECTION Standard>
-AGS_COUNTABLE
-AGS_COUNTABLE_GET_INTERFACE
-AGS_COUNTABLE_INTERFACE
-AGS_IS_COUNTABLE
-AGS_IS_COUNTABLE_INTERFACE
-AGS_TYPE_COUNTABLE
-ags_countable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_delay_audio</FILE>
-<TITLE>AgsDelayAudio</TITLE>
-AgsDelayAudio
-AgsDelayAudioClass
-ags_delay_audio_new
-ags_delay_audio_notation_duration_changed
-ags_delay_audio_sequencer_duration_changed
-<SUBSECTION Standard>
-AGS_DELAY_AUDIO
-AGS_DELAY_AUDIO_CLASS
-AGS_DELAY_AUDIO_GET_CLASS
-AGS_IS_DELAY_AUDIO
-AGS_IS_DELAY_AUDIO_CLASS
-AGS_TYPE_DELAY_AUDIO
-ags_delay_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_delay_audio_run</FILE>
-<TITLE>AgsDelayAudioRun</TITLE>
-AgsDelayAudioRun
-AgsDelayAudioRunClass
-ags_delay_audio_run_new
-ags_delay_audio_run_notation_alloc_input
-ags_delay_audio_run_notation_alloc_output
-ags_delay_audio_run_notation_count
-ags_delay_audio_run_sequencer_alloc_input
-ags_delay_audio_run_sequencer_alloc_output
-ags_delay_audio_run_sequencer_count
-<SUBSECTION Standard>
-AGS_DELAY_AUDIO_RUN
-AGS_DELAY_AUDIO_RUN_CLASS
-AGS_DELAY_AUDIO_RUN_GET_CLASS
-AGS_IS_DELAY_AUDIO_RUN
-AGS_IS_DELAY_AUDIO_RUN_CLASS
-AGS_TYPE_DELAY_AUDIO_RUN
-ags_delay_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_devout</FILE>
-<TITLE>AgsDevout</TITLE>
-AGS_DEVOUT_DEFAULT_BPM
-AGS_DEVOUT_DEFAULT_BUFFER_SIZE
-AGS_DEVOUT_DEFAULT_DELAY
-AGS_DEVOUT_DEFAULT_FORMAT
-AGS_DEVOUT_DEFAULT_JIFFIE
-AGS_DEVOUT_DEFAULT_SAMPLERATE
-AGS_DEVOUT_DEFAULT_SCALE
-AGS_DEVOUT_DEFAULT_TACT
-AGS_DEVOUT_DEFAULT_TACTRATE
-AGS_DEVOUT_DEFAULT_TACT_JIFFIE
-AGS_DEVOUT_ERROR
-AGS_DEVOUT_PLAY
-AGS_DEVOUT_PLAY_DOMAIN
-AgsDevout
-AgsDevoutClass
-AgsDevoutError
-AgsDevoutFlags
-AgsDevoutPlay
-AgsDevoutPlayDomain
-AgsDevoutPlayFlags
-AgsDevoutResolutionMode
-ags_devout_error_quark
-ags_devout_list_cards
-ags_devout_new
-ags_devout_note_offset_changed
-ags_devout_pcm_info
-ags_devout_play_alloc
-ags_devout_play_domain_alloc
-ags_devout_play_domain_free
-ags_devout_play_find_source
-ags_devout_play_free
-ags_devout_tic
-<SUBSECTION Standard>
-AGS_DEVOUT
-AGS_DEVOUT_CLASS
-AGS_DEVOUT_GET_CLASS
-AGS_IS_DEVOUT
-AGS_IS_DEVOUT_CLASS
-AGS_TYPE_DEVOUT
-ags_devout_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_devout_thread</FILE>
-<TITLE>AgsDevoutThread</TITLE>
-AGS_DEVOUT_THREAD_DEFAULT_JIFFIE
-AgsDevoutThread
-AgsDevoutThreadClass
-ags_devout_thread_new
-<SUBSECTION Standard>
-AGS_DEVOUT_THREAD
-AGS_DEVOUT_THREAD_CLASS
-AGS_DEVOUT_THREAD_GET_CLASS
-AGS_IS_DEVOUT_THREAD
-AGS_IS_DEVOUT_THREAD_CLASS
-AGS_TYPE_DEVOUT_THREAD
-ags_devout_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_dial</FILE>
-<TITLE>AgsDial</TITLE>
-AGS_DIAL_DEFAULT_PRECISION
-AgsDial
-AgsDialClass
-AgsDialFlags
-ags_dial_new
-<SUBSECTION Standard>
-AGS_DIAL
-AGS_DIAL_CLASS
-AGS_DIAL_GET_CLASS
-AGS_IS_DIAL
-AGS_IS_DIAL_CLASS
-AGS_TYPE_DIAL
-ags_dial_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_display_tact</FILE>
-<TITLE>AgsDisplayTact</TITLE>
-AgsDisplayTact
-AgsDisplayTactClass
-ags_display_tact_new
-<SUBSECTION Standard>
-AGS_DISPLAY_TACT
-AGS_DISPLAY_TACT_CLASS
-AGS_DISPLAY_TACT_GET_CLASS
-AGS_IS_DISPLAY_TACT
-AGS_IS_DISPLAY_TACT_CLASS
-AGS_TYPE_DISPLAY_TACT
-ags_display_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_down_mix</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum</FILE>
-<TITLE>AgsDrum</TITLE>
-AGS_DRUM_PATTERN_CONTROLS
-AgsDrum
-AgsDrumClass
-AgsDrumFlags
-ags_drum_new
-ags_drum_set_pattern
-<SUBSECTION Standard>
-AGS_DRUM
-AGS_DRUM_CLASS
-AGS_DRUM_GET_CLASS
-AGS_IS_DRUM
-AGS_IS_DRUM_CLASS
-AGS_TYPE_DRUM
-ags_drum_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_callbacks</FILE>
-ags_drum_done_callback
-ags_drum_index0_callback
-ags_drum_index1_callback
-ags_drum_length_spin_callback
-ags_drum_loop_button_callback
-ags_drum_offset_callback
-ags_drum_open_callback
-ags_drum_pad_callback
-ags_drum_parent_set_callback
-ags_drum_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_line</FILE>
-<TITLE>AgsDrumInputLine</TITLE>
-AgsDrumInputLine
-AgsDrumInputLineClass
-ags_drum_input_line_map_recall
-ags_drum_input_line_new
-<SUBSECTION Standard>
-AGS_DRUM_INPUT_LINE
-AGS_DRUM_INPUT_LINE_CLASS
-AGS_DRUM_INPUT_LINE_GET_CLASS
-AGS_IS_DRUM_INPUT_LINE
-AGS_IS_DRUM_INPUT_LINE_CLASS
-AGS_TYPE_DRUM_INPUT_LINE
-ags_drum_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_line_callbacks</FILE>
-ags_drum_input_line_audio_set_pads_callback
-ags_drum_input_line_channel_done_callback
-ags_drum_input_line_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_pad</FILE>
-<TITLE>AgsDrumInputPad</TITLE>
-AgsDrumInputPad
-AgsDrumInputPadClass
-AgsDrumInputPadFlags
-ags_drum_input_pad_new
-<SUBSECTION Standard>
-AGS_DRUM_INPUT_PAD
-AGS_DRUM_INPUT_PAD_CLASS
-AGS_DRUM_INPUT_PAD_GET_CLASS
-AGS_IS_DRUM_INPUT_PAD
-AGS_IS_DRUM_INPUT_PAD_CLASS
-AGS_TYPE_DRUM_INPUT_PAD
-ags_drum_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_pad_callbacks</FILE>
-ags_drum_input_pad_edit_callback
-ags_drum_input_pad_open_callback
-ags_drum_input_pad_play_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_line</FILE>
-<TITLE>AgsDrumOutputLine</TITLE>
-AgsDrumOutputLine
-AgsDrumOutputLineClass
-ags_drum_output_line_add_default_recall
-ags_drum_output_line_new
-<SUBSECTION Standard>
-AGS_DRUM_OUTPUT_LINE
-AGS_DRUM_OUTPUT_LINE_CLASS
-AGS_DRUM_OUTPUT_LINE_GET_CLASS
-AGS_IS_DRUM_OUTPUT_LINE
-AGS_IS_DRUM_OUTPUT_LINE_CLASS
-AGS_TYPE_DRUM_OUTPUT_LINE
-ags_drum_output_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_line_callbacks</FILE>
-ags_drum_output_line_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_pad</FILE>
-<TITLE>AgsDrumOutputPad</TITLE>
-AgsDrumOutputPad
-AgsDrumOutputPadClass
-AgsDrumOutputPadFlags
-ags_drum_output_pad_new
-<SUBSECTION Standard>
-AGS_DRUM_OUTPUT_PAD
-AGS_DRUM_OUTPUT_PAD_CLASS
-AGS_DRUM_OUTPUT_PAD_GET_CLASS
-AGS_IS_DRUM_OUTPUT_PAD
-AGS_IS_DRUM_OUTPUT_PAD_CLASS
-AGS_TYPE_DRUM_OUTPUT_PAD
-ags_drum_output_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_pad_callbacks</FILE>
-ags_drum_output_pad_play_cancel
-ags_drum_output_pad_play_done
-</SECTION>
-
-<SECTION>
-<FILE>ags_dynamic_connectable</FILE>
-<TITLE>AgsDynamicConnectable</TITLE>
-AgsDynamicConnectable
-AgsDynamicConnectableInterface
-ags_dynamic_connectable_connect
-ags_dynamic_connectable_disconnect
-<SUBSECTION Standard>
-AGS_DYNAMIC_CONNECTABLE
-AGS_DYNAMIC_CONNECTABLE_GET_INTERFACE
-AGS_DYNAMIC_CONNECTABLE_INTERFACE
-AGS_IS_DYNAMIC_CONNECTABLE
-AGS_IS_DYNAMIC_CONNECTABLE_INTERFACE
-AGS_TYPE_DYNAMIC_CONNECTABLE
-ags_dynamic_connectable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_echo</FILE>
-ags_echo
-</SECTION>
-
-<SECTION>
-<FILE>ags_editor</FILE>
-<TITLE>AgsEditor</TITLE>
-AGS_EDITOR_DEFAULT
-AGS_EDITOR_DEFAULT_BUILD_ID
-AGS_EDITOR_DEFAULT_VERSION
-AgsEditor
-AgsEditorClass
-ags_editor_machine_changed
-ags_editor_new
-<SUBSECTION Standard>
-AGS_EDITOR
-AGS_EDITOR_CLASS
-AGS_EDITOR_GET_CLASS
-AGS_IS_EDITOR
-AGS_IS_EDITOR_CLASS
-AGS_TYPE_EDITOR
-ags_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_editor_callbacks</FILE>
-ags_editor_change_position_callback
-ags_editor_machine_changed_callback
-ags_editor_parent_set_callback
-ags_editor_set_audio_channels_callback
-ags_editor_set_pads_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_effect</FILE>
-AGS_EFFECT_COPY_BUFFER
-AGS_EFFECT_COPY_STREAM
-AGS_EFFECT_DOWN_MIX
-</SECTION>
-
-<SECTION>
-<FILE>ags_effect</FILE>
-<TITLE>AgsEffect</TITLE>
-AgsEffect
-AgsEffectInterface
-<SUBSECTION Standard>
-AGS_EFFECT
-AGS_EFFECT_GET_INTERFACE
-AGS_EFFECT_INTERFACE
-AGS_IS_EFFECT
-AGS_IS_EFFECT_INTERFACE
-AGS_TYPE_EFFECT
-ags_effect_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_expander</FILE>
-<TITLE>AgsExpander</TITLE>
-AGS_EXPANDER_CHILD
-AgsExpander
-AgsExpanderChild
-AgsExpanderClass
-AgsExpanderFlags
-ags_expander_add
-ags_expander_child_alloc
-ags_expander_child_find
-ags_expander_new
-ags_expander_remove
-<SUBSECTION Standard>
-AGS_EXPANDER
-AGS_EXPANDER_CLASS
-AGS_EXPANDER_GET_CLASS
-AGS_IS_EXPANDER
-AGS_IS_EXPANDER_CLASS
-AGS_TYPE_EXPANDER
-ags_expander_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_expander_set</FILE>
-<TITLE>AgsExpanderSet</TITLE>
-AGS_EXPANDER_SET_CHILD
-AgsExpanderSet
-AgsExpanderSetChild
-AgsExpanderSetClass
-AgsExpanderSetFlags
-ags_expander_set_add
-ags_expander_set_child_alloc
-ags_expander_set_child_find
-ags_expander_set_new
-ags_expander_set_remove
-ags_expander_set_set_flags
-<SUBSECTION Standard>
-AGS_EXPANDER_SET
-AGS_EXPANDER_SET_CLASS
-AGS_EXPANDER_SET_GET_CLASS
-AGS_IS_EXPANDER_SET
-AGS_IS_EXPANDER_SET_CLASS
-AGS_TYPE_EXPANDER_SET
-ags_expander_set_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_output</FILE>
-<TITLE>AgsExportOutput</TITLE>
-AgsExportOutput
-AgsExportOutputClass
-ags_export_output_new
-<SUBSECTION Standard>
-AGS_EXPORT_OUTPUT
-AGS_EXPORT_OUTPUT_CLASS
-AGS_EXPORT_OUTPUT_GET_CLASS
-AGS_IS_EXPORT_OUTPUT
-AGS_IS_EXPORT_OUTPUT_CLASS
-AGS_TYPE_EXPORT_OUTPUT
-ags_export_output_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_thread</FILE>
-<TITLE>AgsExportThread</TITLE>
-AGS_EXPORT_THREAD_BUFFER_TIME
-AGS_EXPORT_THREAD_DEFAULT_JIFFIE
-AgsExportThread
-AgsExportThreadClass
-ags_export_thread_new
-<SUBSECTION Standard>
-AGS_EXPORT_THREAD
-AGS_EXPORT_THREAD_CLASS
-AGS_EXPORT_THREAD_GET_CLASS
-AGS_IS_EXPORT_THREAD
-AGS_IS_EXPORT_THREAD_CLASS
-AGS_TYPE_EXPORT_THREAD
-ags_export_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_window</FILE>
-<TITLE>AgsExportWindow</TITLE>
-AgsExportWindow
-AgsExportWindowClass
-AgsExportWindowFlags
-ags_export_window_new
-<SUBSECTION Standard>
-AGS_EXPORT_WINDOW
-AGS_EXPORT_WINDOW_CLASS
-AGS_EXPORT_WINDOW_GET_CLASS
-AGS_IS_EXPORT_WINDOW
-AGS_IS_EXPORT_WINDOW_CLASS
-AGS_TYPE_EXPORT_WINDOW
-ags_export_window_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_window_callbacks</FILE>
-ags_export_window_export_callback
-ags_export_window_file_chooser_button_callback
-ags_export_window_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_ffplayer</FILE>
-<TITLE>AgsFFPlayer</TITLE>
-AgsFFPlayer
-AgsFFPlayerClass
-ags_ffplayer_new
-ags_ffplayer_paint
-<SUBSECTION Standard>
-AGS_FFPLAYER
-AGS_FFPLAYER_CLASS
-AGS_FFPLAYER_GET_CLASS
-AGS_IS_FFPLAYER
-AGS_IS_FFPLAYER_CLASS
-AGS_TYPE_FFPLAYER
-ags_ffplayer_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ffplayer_callbacks</FILE>
-ags_ffplayer_drawing_area_button_press_callback
-ags_ffplayer_drawing_area_configure_callback
-ags_ffplayer_drawing_area_expose_callback
-ags_ffplayer_hscrollbar_value_changed
-ags_ffplayer_instrument_changed_callback
-ags_ffplayer_open_clicked_callback
-ags_ffplayer_open_dialog_response_callback
-ags_ffplayer_parent_set_callback
-ags_ffplayer_preset_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_file</FILE>
-<TITLE>AgsFile</TITLE>
-AGS_FILE_CHECKSUM_LENGTH
-AGS_FILE_DEFAULT_AUDIO_ENCODING
-AGS_FILE_DEFAULT_AUDIO_FORMAT
-AGS_FILE_DEFAULT_DTD
-AGS_FILE_DEFAULT_ENCODING
-AgsFile
-AgsFileClass
-AgsFileFlags
-ags_file_add_id_ref
-ags_file_add_launch
-ags_file_add_lookup
-ags_file_find_id_ref_by_node
-ags_file_find_id_ref_by_reference
-ags_file_find_id_ref_by_xpath
-ags_file_new
-ags_file_read
-ags_file_read_main
-ags_file_read_resolve
-ags_file_read_server
-ags_file_read_start
-ags_file_str2md5
-ags_file_write
-ags_file_write_concurrent
-ags_file_write_main
-ags_file_write_resolve
-ags_file_write_server
-<SUBSECTION Standard>
-AGS_FILE
-AGS_FILE_CLASS
-AGS_FILE_GET_CLASS
-AGS_IS_FILE
-AGS_IS_FILE_CLASS
-AGS_TYPE_FILE
-ags_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_gui</FILE>
-ags_file_read_dialog
-ags_file_read_dialog_list
-ags_file_read_editor
-ags_file_read_line
-ags_file_read_line_editor
-ags_file_read_line_list
-ags_file_read_line_member
-ags_file_read_line_member_editor
-ags_file_read_line_member_list
-ags_file_read_link_collection_editor
-ags_file_read_link_editor
-ags_file_read_machine
-ags_file_read_machine_counter
-ags_file_read_machine_counter_list
-ags_file_read_machine_editor
-ags_file_read_machine_editor_list
-ags_file_read_machine_list
-ags_file_read_machine_selector
-ags_file_read_menu_bar
-ags_file_read_mixer_input_pad
-ags_file_read_mixer_output_pad
-ags_file_read_navigation
-ags_file_read_notebook
-ags_file_read_notebook_tab
-ags_file_read_notebook_tab_list
-ags_file_read_pad
-ags_file_read_pad_editor
-ags_file_read_pad_list
-ags_file_read_resize_editor
-ags_file_read_toolbar
-ags_file_read_widget
-ags_file_read_window
-ags_file_write_dialog
-ags_file_write_dialog_list
-ags_file_write_editor
-ags_file_write_line
-ags_file_write_line_editor
-ags_file_write_line_list
-ags_file_write_line_member
-ags_file_write_line_member_editor
-ags_file_write_line_member_list
-ags_file_write_link_collection_editor
-ags_file_write_link_editor
-ags_file_write_machine
-ags_file_write_machine_counter
-ags_file_write_machine_counter_list
-ags_file_write_machine_editor
-ags_file_write_machine_editor_list
-ags_file_write_machine_list
-ags_file_write_machine_selector
-ags_file_write_menu_bar
-ags_file_write_mixer_input_pad
-ags_file_write_mixer_output_pad
-ags_file_write_navigation
-ags_file_write_notebook
-ags_file_write_notebook_tab
-ags_file_write_notebook_tab_list
-ags_file_write_pad
-ags_file_write_pad_editor
-ags_file_write_pad_list
-ags_file_write_resize_editor
-ags_file_write_toolbar
-ags_file_write_widget
-ags_file_write_window
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_id_ref</FILE>
-<TITLE>AgsFileIdRef</TITLE>
-AGS_FILE_ID_REF_RESOLVE_DATA
-AGS_FILE_ID_REF_SERIALIZE_DATA
-AGS_FILE_RESOLVE
-AgsFileIdRef
-AgsFileIdRefClass
-AgsFileResolve
-ags_file_id_ref_new
-ags_file_id_ref_resolved
-<SUBSECTION Standard>
-AGS_FILE_ID_REF
-AGS_FILE_ID_REF_CLASS
-AGS_FILE_ID_REF_GET_CLASS
-AGS_IS_FILE_ID_REF
-AGS_IS_FILE_ID_REF_CLASS
-AGS_TYPE_FILE_ID_REF
-ags_file_id_ref_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_launch</FILE>
-<TITLE>AgsFileLaunch</TITLE>
-AgsFileLaunch
-AgsFileLaunchClass
-ags_file_launch_new
-ags_file_launch_start
-<SUBSECTION Standard>
-AGS_FILE_LAUNCH
-AGS_FILE_LAUNCH_CLASS
-AGS_FILE_LAUNCH_GET_CLASS
-AGS_IS_FILE_LAUNCH
-AGS_IS_FILE_LAUNCH_CLASS
-AGS_TYPE_FILE_LAUNCH
-ags_file_launch_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_link</FILE>
-<TITLE>AgsFileLink</TITLE>
-AgsFileLink
-AgsFileLinkClass
-ags_file_link_new
-<SUBSECTION Standard>
-AGS_FILE_LINK
-AGS_FILE_LINK_CLASS
-AGS_FILE_LINK_GET_CLASS
-AGS_IS_FILE_LINK
-AGS_IS_FILE_LINK_CLASS
-AGS_TYPE_FILE_LINK
-ags_file_link_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_lookup</FILE>
-<TITLE>AgsFileLookup</TITLE>
-AgsFileLookup
-AgsFileLookupClass
-ags_file_lookup_find_by_node
-ags_file_lookup_new
-ags_file_lookup_resolve
-<SUBSECTION Standard>
-AGS_FILE_LOOKUP
-AGS_FILE_LOOKUP_CLASS
-AGS_FILE_LOOKUP_GET_CLASS
-AGS_IS_FILE_LOOKUP
-AGS_IS_FILE_LOOKUP_CLASS
-AGS_TYPE_FILE_LOOKUP
-ags_file_lookup_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_read</FILE>
-<TITLE>AgsFileRead</TITLE>
-AgsFileRead
-AgsFileReadClass
-ags_file_read_new
-<SUBSECTION Standard>
-AGS_FILE_READ
-AGS_FILE_READ_CLASS
-AGS_FILE_READ_GET_CLASS
-AGS_IS_FILE_READ
-AGS_IS_FILE_READ_CLASS
-AGS_TYPE_FILE_READ
-ags_file_read_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_selection</FILE>
-<TITLE>AgsFileSelection</TITLE>
-AGS_FILE_SELECTION_ENTRY
-AgsFileSelection
-AgsFileSelectionClass
-AgsFileSelectionEntry
-AgsFileSelectionFlags
-ags_file_selection_add_entry
-ags_file_selection_completed
-ags_file_selection_contains_file
-ags_file_selection_entry_alloc
-ags_file_selection_new
-ags_file_selection_remove_entry
-ags_file_selection_set_entry
-<SUBSECTION Standard>
-AGS_FILE_SELECTION
-AGS_FILE_SELECTION_CLASS
-AGS_FILE_SELECTION_GET_CLASS
-AGS_IS_FILE_SELECTION
-AGS_IS_FILE_SELECTION_CLASS
-AGS_TYPE_FILE_SELECTION
-ags_file_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_selection_callbacks</FILE>
-ags_file_selection_remove_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_sound</FILE>
-ags_file_read_audio
-ags_file_read_audio_list
-ags_file_read_audio_signal
-ags_file_read_audio_signal_list
-ags_file_read_channel
-ags_file_read_channel_list
-ags_file_read_devout
-ags_file_read_devout_list
-ags_file_read_devout_play
-ags_file_read_devout_play_list
-ags_file_read_file_link
-ags_file_read_input
-ags_file_read_notation
-ags_file_read_notation_list
-ags_file_read_note
-ags_file_read_note_list
-ags_file_read_output
-ags_file_read_pattern
-ags_file_read_pattern_data
-ags_file_read_pattern_data_list
-ags_file_read_pattern_list
-ags_file_read_port
-ags_file_read_port_list
-ags_file_read_recall
-ags_file_read_recall_audio
-ags_file_read_recall_audio_run
-ags_file_read_recall_audio_signal
-ags_file_read_recall_channel
-ags_file_read_recall_channel_run
-ags_file_read_recall_container
-ags_file_read_recall_container_list
-ags_file_read_recall_list
-ags_file_read_recall_recycling
-ags_file_read_recycling
-ags_file_read_recycling_list
-ags_file_read_stream
-ags_file_read_stream_list
-ags_file_read_task
-ags_file_read_task_list
-ags_file_read_timestamp
-ags_file_read_timestamp_list
-ags_file_write_audio
-ags_file_write_audio_list
-ags_file_write_audio_signal
-ags_file_write_audio_signal_list
-ags_file_write_channel
-ags_file_write_channel_list
-ags_file_write_devout
-ags_file_write_devout_list
-ags_file_write_devout_play
-ags_file_write_devout_play_list
-ags_file_write_file_link
-ags_file_write_input
-ags_file_write_notation
-ags_file_write_notation_list
-ags_file_write_note
-ags_file_write_note_list
-ags_file_write_output
-ags_file_write_pattern
-ags_file_write_pattern_data
-ags_file_write_pattern_data_list
-ags_file_write_pattern_list
-ags_file_write_port
-ags_file_write_port_list
-ags_file_write_recall
-ags_file_write_recall_audio
-ags_file_write_recall_audio_run
-ags_file_write_recall_audio_signal
-ags_file_write_recall_channel
-ags_file_write_recall_channel_run
-ags_file_write_recall_container
-ags_file_write_recall_container_list
-ags_file_write_recall_list
-ags_file_write_recall_recycling
-ags_file_write_recycling
-ags_file_write_recycling_list
-ags_file_write_stream
-ags_file_write_stream_list
-ags_file_write_task
-ags_file_write_task_list
-ags_file_write_timestamp
-ags_file_write_timestamp_list
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_stock</FILE>
-AGS_CLIPBOARD_DEFAULT_VERSION
-AGS_FILE_BOOLEAN_POINTER_PROP
-AGS_FILE_BOOLEAN_PROP
-AGS_FILE_BUILD_ID_PROP
-AGS_FILE_CHAR_POINTER_PROP
-AGS_FILE_CHAR_PROP
-AGS_FILE_DEFAULT_VERSION
-AGS_FILE_DOUBLE_POINTER_PROP
-AGS_FILE_DOUBLE_PROP
-AGS_FILE_DYNAMIC_WIDGET_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_CARTESIAN
-AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_DIAL
-AGS_FILE_DYNAMIC_WIDGET_HINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_HSCALE
-AGS_FILE_DYNAMIC_WIDGET_LABEL
-AGS_FILE_DYNAMIC_WIDGET_LED
-AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_VINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_VSCALE
-AGS_FILE_DYNAMIC_WIDGET_WAVEFORM
-AGS_FILE_EFFECTS_DEFAULT_VERSION
-AGS_FILE_FALSE
-AGS_FILE_FLAGS_PROP
-AGS_FILE_FLOAT_POINTER_PROP
-AGS_FILE_FLOAT_PROP
-AGS_FILE_ID_PROP
-AGS_FILE_INT64_POINTER_PROP
-AGS_FILE_INT64_PROP
-AGS_FILE_NAME_PROP
-AGS_FILE_OBJECT_PROP
-AGS_FILE_POINTER_PROP
-AGS_FILE_SCOPE_PROP
-AGS_FILE_TRUE
-AGS_FILE_TYPE_PROP
-AGS_FILE_UINT64_POINTER_PROP
-AGS_FILE_UINT64_PROP
-AGS_FILE_VERSION_PROP
-AGS_FILE_XPATH_PROP
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_thread</FILE>
-ags_file_read_audio_loop
-ags_file_read_thread
-ags_file_read_thread_list
-ags_file_read_thread_pool
-ags_file_write_audio_loop
-ags_file_write_thread
-ags_file_write_thread_list
-ags_file_write_thread_pool
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_util</FILE>
-ags_file_read_embedded_audio
-ags_file_read_embedded_audio_list
-ags_file_read_file_link
-ags_file_read_file_link_list
-ags_file_util_read_dependency
-ags_file_util_read_history
-ags_file_util_read_object
-ags_file_util_read_parameter
-ags_file_util_read_value
-ags_file_util_write_dependency
-ags_file_util_write_history
-ags_file_util_write_object
-ags_file_util_write_parameter
-ags_file_util_write_value
-ags_file_write_embedded_audio
-ags_file_write_embedded_audio_list
-ags_file_write_file_link
-ags_file_write_file_link_list
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_value_factory</FILE>
-<TITLE>AgsFileValueFactory</TITLE>
-AgsFileValueFactory
-AgsFileValueFactoryClass
-ags_file_value_factory_new
-<SUBSECTION Standard>
-AGS_FILE_VALUE_FACTORY
-AGS_FILE_VALUE_FACTORY_CLASS
-AGS_FILE_VALUE_FACTORY_GET_CLASS
-AGS_IS_FILE_VALUE_FACTORY
-AGS_IS_FILE_VALUE_FACTORY_CLASS
-AGS_TYPE_FILE_VALUE_FACTORY
-ags_file_value_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_write</FILE>
-<TITLE>AgsFileWrite</TITLE>
-AgsFileWrite
-AgsFileWriteClass
-ags_file_write_new
-<SUBSECTION Standard>
-AGS_FILE_WRITE
-AGS_FILE_WRITE_CLASS
-AGS_FILE_WRITE_GET_CLASS
-AGS_IS_FILE_WRITE
-AGS_IS_FILE_WRITE_CLASS
-AGS_TYPE_FILE_WRITE
-ags_file_write_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_free_selection</FILE>
-<TITLE>AgsFreeSelection</TITLE>
-AgsFreeSelection
-AgsFreeSelectionClass
-ags_free_selection_new
-<SUBSECTION Standard>
-AGS_FREE_SELECTION
-AGS_FREE_SELECTION_CLASS
-AGS_FREE_SELECTION_GET_CLASS
-AGS_IS_FREE_SELECTION
-AGS_IS_FREE_SELECTION_CLASS
-AGS_TYPE_FREE_SELECTION
-ags_free_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_garbage_collector</FILE>
-<TITLE>AgsGarbageCollector</TITLE>
-AgsGarbageCollector
-AgsGarbageCollectorClass
-AgsGarbageCollectorFlags
-ags_garbage_collector_add
-ags_garbage_collector_new
-ags_garbage_collector_remove
-ags_garbage_collector_run
-<SUBSECTION Standard>
-AGS_GARBAGE_COLLECTOR
-AGS_GARBAGE_COLLECTOR_CLASS
-AGS_TYPE_GARBAGE_COLLECTOR
-ags_garbage_collector_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_generic_preferences</FILE>
-<TITLE>AgsGenericPreferences</TITLE>
-AgsGenericPreferences
-AgsGenericPreferencesClass
-ags_generic_preferences_new
-<SUBSECTION Standard>
-AGS_GENERIC_PREFERENCES
-AGS_GENERIC_PREFERENCES_CLASS
-AGS_GENERIC_PREFERENCES_GET_CLASS
-AGS_IS_GENERIC_PREFERENCES
-AGS_IS_GENERIC_PREFERENCES_CLASS
-AGS_TYPE_GENERIC_PREFERENCES
-ags_generic_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_gui_task_thread</FILE>
-<TITLE>AgsGuiTaskThread</TITLE>
-AgsGuiTaskThread
-AgsGuiTaskThreadClass
-ags_gui_task_thread_new
-<SUBSECTION Standard>
-AGS_GUI_TASK_THREAD
-AGS_GUI_TASK_THREAD_CLASS
-AGS_GUI_TASK_THREAD_GET_CLASS
-AGS_IS_GUI_TASK_THREAD
-AGS_IS_GUI_TASK_THREAD_CLASS
-AGS_TYPE_GUI_TASK_THREAD
-ags_gui_task_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_gui_thread</FILE>
-<TITLE>AgsGuiThread</TITLE>
-AGS_GUI_THREAD_DEFAULT_JIFFIE
-AgsGuiThread
-AgsGuiThreadClass
-ags_gui_thread_new
-<SUBSECTION Standard>
-AGS_GUI_THREAD
-AGS_GUI_THREAD_CLASS
-AGS_GUI_THREAD_GET_CLASS
-AGS_IS_GUI_THREAD
-AGS_IS_GUI_THREAD_CLASS
-AGS_TYPE_GUI_THREAD
-ags_gui_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_hindicator</FILE>
-<TITLE>AgsHIndicator</TITLE>
-AgsHIndicator
-AgsHIndicatorClass
-ags_hindicator_new
-<SUBSECTION Standard>
-AGS_HINDICATOR
-AGS_HINDICATOR_CLASS
-AGS_HINDICATOR_GET_CLASS
-AGS_IS_HINDICATOR
-AGS_IS_HINDICATOR_CLASS
-AGS_TYPE_HINDICATOR
-ags_hindicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_history</FILE>
-<TITLE>AgsHistory</TITLE>
-AgsHistory
-AgsHistoryAppend
-AgsHistoryClass
-ags_history_new
-<SUBSECTION Standard>
-AGS_HISTORY
-AGS_HISTORY_CLASS
-AGS_HISTORY_GET_CLASS
-AGS_IS_HISTORY
-AGS_IS_HISTORY_CLASS
-AGS_TYPE_HISTORY
-ags_history_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_htimebar</FILE>
-<TITLE>AgsHTimebar</TITLE>
-AgsHTimebar
-AgsHTimebarClass
-ags_htimebar_new
-<SUBSECTION Standard>
-AGS_HTIMEBAR
-AGS_HTIMEBAR_CLASS
-AGS_HTIMEBAR_GET_CLASS
-AGS_IS_HTIMEBAR
-AGS_IS_HTIMEBAR_CLASS
-AGS_TYPE_HTIMEBAR
-</SECTION>
-
-<SECTION>
-<FILE>ags_id_generator</FILE>
-ags_id_generator_create_uuid
-</SECTION>
-
-<SECTION>
-<FILE>ags_indicator</FILE>
-<TITLE>AgsIndicator</TITLE>
-AgsIndicator
-AgsIndicatorClass
-ags_indicator_new
-<SUBSECTION Standard>
-AGS_INDICATOR
-AGS_INDICATOR_CLASS
-AGS_INDICATOR_GET_CLASS
-AGS_IS_INDICATOR
-AGS_IS_INDICATOR_CLASS
-AGS_TYPE_INDICATOR
-ags_indicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_init_audio</FILE>
-<TITLE>AgsInitAudio</TITLE>
-AgsInitAudio
-AgsInitAudioClass
-ags_init_audio_new
-<SUBSECTION Standard>
-AGS_INIT_AUDIO
-AGS_INIT_AUDIO_CLASS
-AGS_INIT_AUDIO_GET_CLASS
-AGS_IS_INIT_AUDIO
-AGS_IS_INIT_AUDIO_CLASS
-AGS_TYPE_INIT_AUDIO
-ags_init_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_init_channel</FILE>
-<TITLE>AgsInitChannel</TITLE>
-AgsInitChannel
-AgsInitChannelClass
-ags_init_channel_new
-<SUBSECTION Standard>
-AGS_INIT_CHANNEL
-AGS_INIT_CHANNEL_CLASS
-AGS_INIT_CHANNEL_GET_CLASS
-AGS_IS_INIT_CHANNEL
-AGS_IS_INIT_CHANNEL_CLASS
-AGS_TYPE_INIT_CHANNEL
-ags_init_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_inline_player</FILE>
-<TITLE>AgsInlinePlayer</TITLE>
-AgsInlinePlayer
-AgsInlinePlayerClass
-ags_inline_player_new
-<SUBSECTION Standard>
-AGS_INLINE_PLAYER
-AGS_INLINE_PLAYER_CLASS
-AGS_INLINE_PLAYER_GET_CLASS
-AGS_IS_INLINE_PLAYER
-AGS_IS_INLINE_PLAYER_CLASS
-AGS_TYPE_INLINE_PLAYER
-ags_inline_player_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_inline_player_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_input</FILE>
-<TITLE>AgsInput</TITLE>
-AgsInput
-AgsInputClass
-ags_input_new
-<SUBSECTION Standard>
-AGS_INPUT
-AGS_INPUT_CLASS
-AGS_INPUT_GET_CLASS
-AGS_IS_INPUT
-AGS_IS_INPUT_CLASS
-AGS_TYPE_INPUT
-ags_input_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ipatch</FILE>
-<TITLE>AgsIpatch</TITLE>
-AGS_IPATCH_DEFAULT_CHANNELS
-AGS_IPATCH_READ
-AGS_IPATCH_WRITE
-AgsIpatch
-AgsIpatchClass
-AgsIpatchFlags
-ags_ipatch_new
-<SUBSECTION Standard>
-AGS_IPATCH
-AGS_IPATCH_CLASS
-AGS_IPATCH_GET_CLASS
-AGS_IS_IPATCH
-AGS_IS_IPATCH_CLASS
-AGS_TYPE_IPATCH
-ags_ipatch_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ipatch_sf2_reader</FILE>
-<TITLE>AgsIpatchSF2Reader</TITLE>
-AgsIpatchSF2Reader
-AgsIpatchSF2ReaderClass
-AgsSF2Levels
-ags_ipatch_sf2_reader_new
-<SUBSECTION Standard>
-AGS_IPATCH_SF2_READER
-AGS_IPATCH_SF2_READER_CLASS
-AGS_IPATCH_SF2_READER_GET_CLASS
-AGS_IS_IPATCH_SF2_READER
-AGS_IS_IPATCH_SF2_READER_CLASS
-AGS_TYPE_IPATCH_SF2_READER
-ags_ipatch_sf2_reader_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_iterator_thread</FILE>
-<TITLE>AgsIteratorThread</TITLE>
-AgsIteratorThread
-AgsIteratorThreadClass
-AgsIteratorThreadFlags
-ags_iterator_thread_children_ready
-ags_iterator_thread_new
-<SUBSECTION Standard>
-AGS_IS_ITERATOR_THREAD
-AGS_IS_ITERATOR_THREAD_CLASS
-AGS_ITERATOR_THREAD
-AGS_ITERATOR_THREAD_CLASS
-AGS_ITERATOR_THREAD_GET_CLASS
-AGS_TYPE_ITERATOR_THREAD
-ags_iterator_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_browser</FILE>
-<TITLE>AgsLadspaBrowser</TITLE>
-AgsLadspaBrowser
-AgsLadspaBrowserClass
-ags_ladspa_browser_combo_box_controls_new
-ags_ladspa_browser_get_plugin_effect
-ags_ladspa_browser_get_plugin_filename
-ags_ladspa_browser_new
-ags_ladspa_browser_preview_new
-<SUBSECTION Standard>
-AGS_IS_LADSPA_BROWSER
-AGS_IS_LADSPA_BROWSER_CLASS
-AGS_LADSPA_BROWSER
-AGS_LADSPA_BROWSER_CLASS
-AGS_LADSPA_BROWSER_GET_CLASS
-AGS_TYPE_LADSPA_BROWSER
-ags_ladspa_browser_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_browser_callbacks</FILE>
-ags_ladspa_browser_cancel_callback
-ags_ladspa_browser_ok_callback
-ags_ladspa_browser_plugin_effect_callback
-ags_ladspa_browser_plugin_filename_callback
-ags_ladspa_browser_preview_close_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_manager</FILE>
-<TITLE>AgsLadspaManager</TITLE>
-AGS_LADSPA_PLUGIN
-AgsLadspaManager
-AgsLadspaManagerClass
-AgsLadspaPlugin
-AgsLadspaPluginFlags
-ags_ladspa_manager_find_ladspa_plugin
-ags_ladspa_manager_get_filenames
-ags_ladspa_manager_get_instance
-ags_ladspa_manager_load_default_directory
-ags_ladspa_manager_load_file
-ags_ladspa_manager_new
-ags_ladspa_plugin_alloc
-ags_ladspa_plugin_free
-<SUBSECTION Standard>
-AGS_IS_LADSPA_MANAGER
-AGS_IS_LADSPA_MANAGER_CLASS
-AGS_LADSPA_MANAGER
-AGS_LADSPA_MANAGER_CLASS
-AGS_LADSPA_MANAGER_GET_CLASS
-AGS_TYPE_LADSPA_MANAGER
-ags_ladspa_manager_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_led</FILE>
-<TITLE>AgsLed</TITLE>
-AgsLed
-AgsLedClass
-AgsLedFlags
-ags_led_new
-ags_led_set_active
-ags_led_unset_active
-<SUBSECTION Standard>
-AGS_IS_LED
-AGS_IS_LED_CLASS
-AGS_LED
-AGS_LED_CLASS
-AGS_LED_GET_CLASS
-AGS_TYPE_LED
-ags_led_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_libao</FILE>
-<TITLE>AgsLibao</TITLE>
-AGS_LIBAO_DEFAULT_BPM
-AGS_LIBAO_DEFAULT_BUFFER_SIZE
-AGS_LIBAO_DEFAULT_DELAY
-AGS_LIBAO_DEFAULT_JIFFIE
-AGS_LIBAO_DEFAULT_SAMPLERATE
-AGS_LIBAO_DEFAULT_TACT
-AGS_LIBAO_DEFAULT_TACTRATE
-AGS_LIBAO_DEFAULT_TACT_JIFFIE
-AGS_LIBAO_ERROR
-AGS_LIBAO_PLAY
-AGS_LIBAO_PLAY_DOMAIN
-AgsLibao
-AgsLibaoClass
-AgsLibaoError
-AgsLibaoFlags
-AgsLibaoPlay
-AgsLibaoPlayDomain
-AgsLibaoPlayFlags
-AgsLibaoResolutionMode
-ags_libao_error_quark
-ags_libao_list_cards
-ags_libao_new
-ags_libao_note_offset_changed
-ags_libao_pcm_info
-ags_libao_play_alloc
-ags_libao_play_domain_alloc
-ags_libao_play_domain_free
-ags_libao_play_free
-ags_libao_tic
-<SUBSECTION Standard>
-AGS_IS_LIBAO
-AGS_IS_LIBAO_CLASS
-AGS_LIBAO
-AGS_LIBAO_CLASS
-AGS_LIBAO_GET_CLASS
-AGS_TYPE_LIBAO
-ags_libao_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line</FILE>
-<TITLE>AgsLine</TITLE>
-AGS_LINE_DEFAULT_BUILD_ID
-AGS_LINE_DEFAULT_VERSION
-AgsLine
-AgsLineClass
-AgsLineFlags
-ags_line_find_next_grouped
-ags_line_find_port
-ags_line_group_changed
-ags_line_new
-ags_line_set_channel
-<SUBSECTION Standard>
-AGS_IS_LINE
-AGS_IS_LINE_CLASS
-AGS_LINE
-AGS_LINE_CLASS
-AGS_LINE_GET_CLASS
-AGS_TYPE_LINE
-ags_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_callbacks</FILE>
-ags_line_channel_done_callback
-ags_line_copy_pattern_cancel
-ags_line_copy_pattern_done
-ags_line_group_clicked_callback
-ags_line_parent_set_callback
-ags_line_peak_run_post_callback
-ags_line_play_channel_run_cancel
-ags_line_play_volume_cancel
-ags_line_play_volume_done
-ags_line_recall_volume_cancel
-ags_line_recall_volume_done
-ags_line_remove_recall_callback
-ags_line_volume_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_editor</FILE>
-<TITLE>AgsLineEditor</TITLE>
-AGS_LINE_EDITOR_DEFAULT_BUILD_ID
-AGS_LINE_EDITOR_DEFAULT_VERSION
-AgsLineEditor
-AgsLineEditorClass
-ags_line_editor_new
-ags_line_editor_set_channel
-<SUBSECTION Standard>
-AGS_IS_LINE_EDITOR
-AGS_IS_LINE_EDITOR_CLASS
-AGS_LINE_EDITOR
-AGS_LINE_EDITOR_CLASS
-AGS_LINE_EDITOR_GET_CLASS
-AGS_TYPE_LINE_EDITOR
-ags_line_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_editor_callbacks</FILE>
-ags_line_editor_destroy_callback
-ags_line_editor_parent_set_callback
-ags_line_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member</FILE>
-<TITLE>AgsLineMember</TITLE>
-AgsLineMember
-AgsLineMemberClass
-AgsLineMemberFlags
-ags_line_member_change_port
-ags_line_member_find_port
-ags_line_member_get_widget
-ags_line_member_new
-ags_line_member_set_label
-<SUBSECTION Standard>
-AGS_IS_LINE_MEMBER
-AGS_IS_LINE_MEMBER_CLASS
-AGS_LINE_MEMBER
-AGS_LINE_MEMBER_CLASS
-AGS_LINE_MEMBER_GET_CLASS
-AGS_TYPE_LINE_MEMBER
-ags_line_member_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_callbacks</FILE>
-ags_line_member_button_clicked_callback
-ags_line_member_check_button_clicked_callback
-ags_line_member_dial_changed_callback
-ags_line_member_hscale_changed_callback
-ags_line_member_parent_set_callback
-ags_line_member_port_safe_write_callback
-ags_line_member_spin_button_changed_callback
-ags_line_member_toggle_button_clicked_callback
-ags_line_member_vscale_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_editor</FILE>
-<TITLE>AgsLineMemberEditor</TITLE>
-AgsLineMemberEditor
-AgsLineMemberEditorClass
-ags_line_member_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINE_MEMBER_EDITOR
-AGS_IS_LINE_MEMBER_EDITOR_CLASS
-AGS_LINE_MEMBER_EDITOR
-AGS_LINE_MEMBER_EDITOR_CLASS
-AGS_LINE_MEMBER_EDITOR_GET_CLASS
-AGS_TYPE_LINE_MEMBER_EDITOR
-ags_line_member_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_editor_callbacks</FILE>
-ags_line_member_editor_add_callback
-ags_line_member_editor_ladspa_browser_response_callback
-ags_line_member_editor_remove_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_channel</FILE>
-<TITLE>AgsLinkChannel</TITLE>
-AgsLinkChannel
-AgsLinkChannelClass
-ags_link_channel_new
-<SUBSECTION Standard>
-AGS_IS_LINK_CHANNEL
-AGS_IS_LINK_CHANNEL_CLASS
-AGS_LINK_CHANNEL
-AGS_LINK_CHANNEL_CLASS
-AGS_LINK_CHANNEL_GET_CLASS
-AGS_TYPE_LINK_CHANNEL
-ags_link_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_collection_editor</FILE>
-<TITLE>AgsLinkCollectionEditor</TITLE>
-AgsLinkCollectionEditor
-AgsLinkCollectionEditorClass
-ags_link_collection_editor_check_count
-ags_link_collection_editor_check_first_line
-ags_link_collection_editor_check_first_link
-ags_link_collection_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINK_COLLECTION_EDITOR
-AGS_IS_LINK_COLLECTION_EDITOR_CLASS
-AGS_LINK_COLLECTION_EDITOR
-AGS_LINK_COLLECTION_EDITOR_CLASS
-AGS_LINK_COLLECTION_EDITOR_GET_CLASS
-AGS_TYPE_LINK_COLLECTION_EDITOR
-ags_link_collection_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_collection_editor_callbacks</FILE>
-ags_link_collection_editor_count_callback
-ags_link_collection_editor_first_line_callback
-ags_link_collection_editor_first_link_callback
-ags_link_collection_editor_link_callback
-ags_link_collection_editor_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_editor</FILE>
-<TITLE>AgsLinkEditor</TITLE>
-AgsLinkEditor
-AgsLinkEditorClass
-AgsLinkEditorFlags
-ags_link_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINK_EDITOR
-AGS_IS_LINK_EDITOR_CLASS
-AGS_LINK_EDITOR
-AGS_LINK_EDITOR_CLASS
-AGS_LINK_EDITOR_GET_CLASS
-AGS_TYPE_LINK_EDITOR
-ags_link_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_editor_callbacks</FILE>
-ags_link_editor_combo_callback
-ags_link_editor_destroy_callback
-ags_link_editor_parent_set_callback
-ags_link_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_list</FILE>
-ags_list_duplicate_list
-ags_list_free_and_free_link
-ags_list_free_and_unref_link
-</SECTION>
-
-<SECTION>
-<FILE>ags_listing_editor</FILE>
-<TITLE>AgsListingEditor</TITLE>
-AgsListingEditor
-AgsListingEditorClass
-ags_listing_editor_add_children
-ags_listing_editor_new
-<SUBSECTION Standard>
-AGS_IS_LISTING_EDITOR
-AGS_IS_LISTING_EDITOR_CLASS
-AGS_LISTING_EDITOR
-AGS_LISTING_EDITOR_CLASS
-AGS_LISTING_EDITOR_GET_CLASS
-AGS_TYPE_LISTING_EDITOR
-ags_listing_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_listing_editor_callbacks</FILE>
-ags_listing_editor_parent_set_callback
-ags_listing_editor_set_pads_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_log</FILE>
-<TITLE>AgsLog</TITLE>
-AgsLog
-AgsLogClass
-AgsLogFlags
-AgsLogFormatedMessage
-AgsLogMessage
-ags_default_log
-ags_log_debug
-ags_log_message
-ags_log_start_queue
-ags_log_stop_queue
-<SUBSECTION Standard>
-AGS_IS_LOG
-AGS_IS_LOG_CLASS
-AGS_LOG
-AGS_LOG_CLASS
-AGS_LOG_GET_CLASS
-AGS_TYPE_LOG
-</SECTION>
-
-<SECTION>
-<FILE>ags_loop_channel</FILE>
-<TITLE>AgsLoopChannel</TITLE>
-AgsLoopChannel
-AgsLoopChannelClass
-ags_loop_channel_new
-<SUBSECTION Standard>
-AGS_IS_LOOP_CHANNEL
-AGS_IS_LOOP_CHANNEL_CLASS
-AGS_LOOP_CHANNEL
-AGS_LOOP_CHANNEL_CLASS
-AGS_LOOP_CHANNEL_GET_CLASS
-AGS_TYPE_LOOP_CHANNEL
-ags_loop_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_loop_channel_run</FILE>
-<TITLE>AgsLoopChannelRun</TITLE>
-AgsLoopChannelRun
-AgsLoopChannelRunClass
-ags_loop_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_LOOP_CHANNEL_RUN
-AGS_IS_LOOP_CHANNEL_RUN_CLASS
-AGS_LOOP_CHANNEL_RUN
-AGS_LOOP_CHANNEL_RUN_CLASS
-AGS_LOOP_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_LOOP_CHANNEL_RUN
-ags_loop_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine</FILE>
-<TITLE>AgsMachine</TITLE>
-AGS_MACHINE_DEFAULT_BUILD_ID
-AGS_MACHINE_DEFAULT_VERSION
-AgsMachine
-AgsMachineClass
-AgsMachineFileInputFlags
-AgsMachineFlags
-ags_machine_add_default_recalls
-ags_machine_file_chooser_dialog_new
-ags_machine_find_by_name
-ags_machine_find_port
-ags_machine_get_possible_links
-ags_machine_new
-ags_machine_open_files
-ags_machine_set_run
-<SUBSECTION Standard>
-AGS_IS_MACHINE
-AGS_IS_MACHINE_CLASS
-AGS_MACHINE
-AGS_MACHINE_CLASS
-AGS_MACHINE_GET_CLASS
-AGS_TYPE_MACHINE
-ags_machine_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_callbacks</FILE>
-ags_machine_button_press_callback
-ags_machine_destroy_callback
-ags_machine_done_callback
-ags_machine_open_response_callback
-ags_machine_parent_set_callback
-ags_machine_play_callback
-ags_machine_popup_destroy_activate_callback
-ags_machine_popup_hide_activate_callback
-ags_machine_popup_move_down_activate_callback
-ags_machine_popup_move_up_activate_callback
-ags_machine_popup_properties_activate_callback
-ags_machine_popup_rename_activate_callback
-ags_machine_popup_show_activate_callback
-ags_machine_start_failure_callback
-ags_machine_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_editor</FILE>
-<TITLE>AgsMachineEditor</TITLE>
-AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID
-AGS_MACHINE_EDITOR_DEFAULT_VERSION
-AgsMachineEditor
-AgsMachineEditorClass
-AgsMachineEditorFlags
-ags_machine_editor_add_children
-ags_machine_editor_add_input
-ags_machine_editor_add_output
-ags_machine_editor_new
-ags_machine_editor_remove_input
-ags_machine_editor_remove_output
-ags_machine_editor_set_machine
-<SUBSECTION Standard>
-AGS_IS_MACHINE_EDITOR
-AGS_IS_MACHINE_EDITOR_CLASS
-AGS_MACHINE_EDITOR
-AGS_MACHINE_EDITOR_CLASS
-AGS_MACHINE_EDITOR_GET_CLASS
-AGS_TYPE_MACHINE_EDITOR
-ags_machine_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_editor_callbacks</FILE>
-ags_machine_editor_add_callback
-ags_machine_editor_apply_callback
-ags_machine_editor_back_callback
-ags_machine_editor_cancel_callback
-ags_machine_editor_destroy_callback
-ags_machine_editor_ok_callback
-ags_machine_editor_parent_set_callback
-ags_machine_editor_remove_callback
-ags_machine_editor_show_callback
-ags_machine_editor_switch_page_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_radio_button</FILE>
-<TITLE>AgsMachineRadioButton</TITLE>
-AgsMachineRadioButton
-AgsMachineRadioButtonClass
-ags_machine_radio_button_new
-<SUBSECTION Standard>
-AGS_IS_MACHINE_RADIO_BUTTON
-AGS_IS_MACHINE_RADIO_BUTTON_CLASS
-AGS_MACHINE_RADIO_BUTTON
-AGS_MACHINE_RADIO_BUTTON_CLASS
-AGS_MACHINE_RADIO_BUTTON_GET_CLASS
-AGS_TYPE_MACHINE_RADIO_BUTTON
-ags_machine_radio_button_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selection</FILE>
-<TITLE>AgsMachineSelection</TITLE>
-AgsMachineSelection
-AgsMachineSelectionClass
-ags_machine_selection_new
-ags_machine_selection_run
-<SUBSECTION Standard>
-AGS_IS_MACHINE_SELECTION
-AGS_IS_MACHINE_SELECTION_CLASS
-AGS_MACHINE_SELECTION
-AGS_MACHINE_SELECTION_CLASS
-AGS_MACHINE_SELECTION_GET_CLASS
-AGS_TYPE_MACHINE_SELECTION
-ags_machine_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selector</FILE>
-<TITLE>AgsMachineSelector</TITLE>
-AgsMachineSelector
-AgsMachineSelectorClass
-ags_machine_selector_changed
-ags_machine_selector_new
-ags_machine_selector_popup_new
-<SUBSECTION Standard>
-AGS_IS_MACHINE_SELECTOR
-AGS_IS_MACHINE_SELECTOR_CLASS
-AGS_MACHINE_SELECTOR
-AGS_MACHINE_SELECTOR_CLASS
-AGS_MACHINE_SELECTOR_GET_CLASS
-AGS_TYPE_MACHINE_SELECTOR
-ags_machine_selector_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selector_callbacks</FILE>
-ags_machine_selector_popup_add_index_callback
-ags_machine_selector_popup_add_tab_callback
-ags_machine_selector_popup_link_index_callback
-ags_machine_selector_popup_remove_index_callback
-ags_machine_selector_popup_remove_tab_callback
-ags_machine_selector_radio_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_main_loop</FILE>
-<TITLE>AgsMainLoop</TITLE>
-AgsMainLoop
-AgsMainLoopInterface
-ags_main_loop_get_async_queue
-ags_main_loop_get_last_sync
-ags_main_loop_get_tic
-ags_main_loop_set_async_queue
-ags_main_loop_set_last_sync
-ags_main_loop_set_tic
-<SUBSECTION Standard>
-AGS_IS_MAIN_LOOP
-AGS_IS_MAIN_LOOP_INTERFACE
-AGS_MAIN_LOOP
-AGS_MAIN_LOOP_GET_INTERFACE
-AGS_MAIN_LOOP_INTERFACE
-AGS_TYPE_MAIN_LOOP
-ags_main_loop_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_marshal</FILE>
-g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER
-g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING
-g_cclosure_user_marshal_OBJECT__VOID
-g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER
-g_cclosure_user_marshal_ULONG__VOID
-g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_UINT
-g_cclosure_user_marshal_VOID__STRING_POINTER
-g_cclosure_user_marshal_VOID__UINT_DOUBLE
-g_cclosure_user_marshal_VOID__UINT_INT
-g_cclosure_user_marshal_VOID__UINT_UINT
-g_cclosure_user_marshal_VOID__UINT_UINT_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT_UINT
-</SECTION>
-
-<SECTION>
-<FILE>ags_matrix</FILE>
-<TITLE>AgsMatrix</TITLE>
-AGS_MATRIX_CELL_HEIGHT
-AGS_MATRIX_CELL_WIDTH
-AGS_MATRIX_OCTAVE
-AGS_MATRIX_PATTERN_CONTROLS
-AgsMatrix
-AgsMatrixClass
-ags_matrix_draw_gutter
-ags_matrix_draw_matrix
-ags_matrix_highlight_gutter_point
-ags_matrix_input_map_recall
-ags_matrix_new
-ags_matrix_output_map_recall
-ags_matrix_redraw_gutter_point
-ags_matrix_unpaint_gutter_point
-<SUBSECTION Standard>
-AGS_IS_MATRIX
-AGS_IS_MATRIX_CLASS
-AGS_MATRIX
-AGS_MATRIX_CLASS
-AGS_MATRIX_GET_CLASS
-AGS_TYPE_MATRIX
-ags_matrix_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_matrix_callbacks</FILE>
-ags_matrix_adjustment_value_changed_callback
-ags_matrix_bpm_callback
-ags_matrix_done_callback
-ags_matrix_drawing_area_button_press_callback
-ags_matrix_drawing_area_expose_callback
-ags_matrix_index_callback
-ags_matrix_length_spin_callback
-ags_matrix_loop_button_callback
-ags_matrix_parent_set_callback
-ags_matrix_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu</FILE>
-<TITLE>AgsMenu</TITLE>
-AgsMenu
-AgsMenuClass
-ags_menu_new
-<SUBSECTION Standard>
-AGS_IS_MENU
-AGS_IS_MENU_CLASS
-AGS_MENU
-AGS_MENU_CLASS
-AGS_MENU_GET_CLASS
-AGS_TYPE_MENU
-ags_menu_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_bar</FILE>
-<TITLE>AgsMenuBar</TITLE>
-AgsMenuBar
-AgsMenuBarClass
-ags_menu_bar_new
-ags_tact_combo_box_new
-ags_tact_menu_new
-ags_zoom_combo_box_new
-ags_zoom_menu_new
-<SUBSECTION Standard>
-AGS_IS_MENU_BAR
-AGS_IS_MENU_BAR_CLASS
-AGS_MENU_BAR
-AGS_MENU_BAR_CLASS
-AGS_MENU_BAR_GET_CLASS
-AGS_TYPE_MENU_BAR
-ags_menu_bar_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_bar_callbacks</FILE>
-ags_menu_bar_about_callback
-ags_menu_bar_add_callback
-ags_menu_bar_add_drum_callback
-ags_menu_bar_add_ffplayer_callback
-ags_menu_bar_add_matrix_callback
-ags_menu_bar_add_mixer_callback
-ags_menu_bar_add_panel_callback
-ags_menu_bar_add_synth_callback
-ags_menu_bar_destroy_callback
-ags_menu_bar_export_callback
-ags_menu_bar_open_callback
-ags_menu_bar_preferences_callback
-ags_menu_bar_quit_callback
-ags_menu_bar_remove_callback
-ags_menu_bar_save_as_callback
-ags_menu_bar_save_callback
-ags_menu_bar_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_item</FILE>
-<TITLE>AgsMenuItem</TITLE>
-AgsMenuItem
-AgsMenuItemClass
-ags_menu_item_new
-<SUBSECTION Standard>
-AGS_IS_MENU_ITEM
-AGS_IS_MENU_ITEM_CLASS
-AGS_MENU_ITEM
-AGS_MENU_ITEM_CLASS
-AGS_MENU_ITEM_GET_CLASS
-AGS_TYPE_MENU_ITEM
-ags_menu_item_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_meter</FILE>
-<TITLE>AgsMeter</TITLE>
-AgsMeter
-AgsMeterClass
-ags_meter_new
-ags_meter_paint
-ags_meter_sound_string
-<SUBSECTION Standard>
-AGS_IS_METER
-AGS_IS_METER_CLASS
-AGS_METER
-AGS_METER_CLASS
-AGS_METER_GET_CLASS
-AGS_TYPE_METER
-ags_meter_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_meter_callbacks</FILE>
-ags_meter_configure_event
-ags_meter_destroy_callback
-ags_meter_expose_event
-ags_meter_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer</FILE>
-<TITLE>AgsMixer</TITLE>
-AgsMixer
-AgsMixerClass
-ags_mixer_new
-<SUBSECTION Standard>
-AGS_IS_MIXER
-AGS_IS_MIXER_CLASS
-AGS_MIXER
-AGS_MIXER_CLASS
-AGS_MIXER_GET_CLASS
-AGS_TYPE_MIXER
-ags_mixer_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_callbacks</FILE>
-ags_mixer_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_input_line</FILE>
-<TITLE>AgsMixerInputLine</TITLE>
-AgsMixerInputLine
-AgsMixerInputLineClass
-ags_mixer_input_line_map_recall
-ags_mixer_input_line_new
-<SUBSECTION Standard>
-AGS_IS_MIXER_INPUT_LINE
-AGS_IS_MIXER_INPUT_LINE_CLASS
-AGS_MIXER_INPUT_LINE
-AGS_MIXER_INPUT_LINE_CLASS
-AGS_MIXER_INPUT_LINE_GET_CLASS
-AGS_TYPE_MIXER_INPUT_LINE
-ags_mixer_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_input_pad</FILE>
-<TITLE>AgsMixerInputPad</TITLE>
-AgsMixerInputPad
-AgsMixerInputPadClass
-ags_mixer_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_MIXER_INPUT_PAD
-AGS_IS_MIXER_INPUT_PAD_CLASS
-AGS_MIXER_INPUT_PAD
-AGS_MIXER_INPUT_PAD_CLASS
-AGS_MIXER_INPUT_PAD_GET_CLASS
-AGS_TYPE_MIXER_INPUT_PAD
-ags_mixer_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mutable</FILE>
-<TITLE>AgsMutable</TITLE>
-AgsMutable
-AgsMutableInterface
-ags_mutable_set_muted
-<SUBSECTION Standard>
-AGS_IS_MUTABLE
-AGS_IS_MUTABLE_INTERFACE
-AGS_MUTABLE
-AGS_MUTABLE_GET_INTERFACE
-AGS_MUTABLE_INTERFACE
-AGS_TYPE_MUTABLE
-ags_mutable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_audio</FILE>
-<TITLE>AgsMuteAudio</TITLE>
-AgsMuteAudio
-AgsMuteAudioClass
-ags_mute_audio_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_AUDIO
-AGS_IS_MUTE_AUDIO_CLASS
-AGS_MUTE_AUDIO
-AGS_MUTE_AUDIO_CLASS
-AGS_MUTE_AUDIO_GET_CLASS
-AGS_TYPE_MUTE_AUDIO
-ags_mute_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_audio_signal</FILE>
-<TITLE>AgsMuteAudioSignal</TITLE>
-AgsMuteAudioSignal
-AgsMuteAudioSignalClass
-ags_mute_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_AUDIO_SIGNAL
-AGS_IS_MUTE_AUDIO_SIGNAL_CLASS
-AGS_MUTE_AUDIO_SIGNAL
-AGS_MUTE_AUDIO_SIGNAL_CLASS
-AGS_MUTE_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_MUTE_AUDIO_SIGNAL
-ags_mute_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_channel</FILE>
-<TITLE>AgsMuteChannel</TITLE>
-AgsMuteChannel
-AgsMuteChannelClass
-ags_mute_channel_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_CHANNEL
-AGS_IS_MUTE_CHANNEL_CLASS
-AGS_MUTE_CHANNEL
-AGS_MUTE_CHANNEL_CLASS
-AGS_MUTE_CHANNEL_GET_CLASS
-AGS_TYPE_MUTE_CHANNEL
-ags_mute_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_channel_run</FILE>
-<TITLE>AgsMuteChannelRun</TITLE>
-AgsMuteChannelRun
-AgsMuteChannelRunClass
-ags_mute_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_CHANNEL_RUN
-AGS_IS_MUTE_CHANNEL_RUN_CLASS
-AGS_MUTE_CHANNEL_RUN
-AGS_MUTE_CHANNEL_RUN_CLASS
-AGS_MUTE_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_MUTE_CHANNEL_RUN
-ags_mute_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_recycling</FILE>
-<TITLE>AgsMuteRecycling</TITLE>
-AgsMuteRecycling
-AgsMuteRecyclingClass
-ags_mute_recycling_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_RECYCLING
-AGS_IS_MUTE_RECYCLING_CLASS
-AGS_MUTE_RECYCLING
-AGS_MUTE_RECYCLING_CLASS
-AGS_MUTE_RECYCLING_GET_CLASS
-AGS_TYPE_MUTE_RECYCLING
-ags_mute_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_navigation</FILE>
-<TITLE>AgsNavigation</TITLE>
-AGS_NAVIGATION_DEFAULT_TACT_STEP
-AGS_NAVIGATION_REWIND_STEPS
-AGS_NAVIGATION_SEEK_STEPS
-AgsNavigation
-AgsNavigationClass
-AgsNavigationFlags
-ags_navigation_change_position
-ags_navigation_new
-ags_navigation_set_seeking_sensitive
-ags_navigation_tact_to_time_string
-ags_navigation_update_time_string
-<SUBSECTION Standard>
-AGS_IS_NAVIGATION
-AGS_IS_NAVIGATION_CLASS
-AGS_NAVIGATION
-AGS_NAVIGATION_CLASS
-AGS_NAVIGATION_GET_CLASS
-AGS_TYPE_NAVIGATION
-ags_navigation_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_navigation_callbacks</FILE>
-ags_navigation_bpm_callback
-ags_navigation_destroy_callback
-ags_navigation_duration_tact_callback
-ags_navigation_expander_callback
-ags_navigation_forward_callback
-ags_navigation_loop_callback
-ags_navigation_loop_left_tact_callback
-ags_navigation_loop_right_tact_callback
-ags_navigation_next_callback
-ags_navigation_parent_set_callback
-ags_navigation_play_callback
-ags_navigation_position_tact_callback
-ags_navigation_prev_callback
-ags_navigation_raster_callback
-ags_navigation_rewind_callback
-ags_navigation_show_callback
-ags_navigation_stop_callback
-ags_navigation_tic_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_notation</FILE>
-<TITLE>AgsNotation</TITLE>
-AGS_NOTATION_DEFAULT_BPM
-AGS_NOTATION_DEFAULT_DURATION
-AGS_NOTATION_DEFAULT_JIFFIE
-AGS_NOTATION_DEFAULT_LENGTH
-AGS_NOTATION_MAXIMUM_NOTE_LENGTH
-AGS_NOTATION_MINIMUM_NOTE_LENGTH
-AGS_NOTATION_TICS_PER_BEAT
-AgsNotation
-AgsNotationClass
-AgsNotationFlags
-ags_notation_add_note
-ags_notation_add_point_to_selection
-ags_notation_add_region_to_selection
-ags_notation_copy_selection
-ags_notation_cut_selection
-ags_notation_find_near_timestamp
-ags_notation_find_point
-ags_notation_find_region
-ags_notation_free_selection
-ags_notation_get_current
-ags_notation_get_selection
-ags_notation_insert_from_clipboard
-ags_notation_is_note_selected
-ags_notation_new
-ags_notation_remove_note_at_position
-ags_notation_remove_point_from_selection
-ags_notation_remove_region_from_selection
-<SUBSECTION Standard>
-AGS_IS_NOTATION
-AGS_IS_NOTATION_CLASS
-AGS_NOTATION
-AGS_NOTATION_CLASS
-AGS_NOTATION_GET_CLASS
-AGS_TYPE_NOTATION
-ags_notation_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note</FILE>
-<TITLE>AgsNote</TITLE>
-AgsNote
-AgsNoteClass
-AgsNoteFlags
-ags_note_duplicate
-ags_note_new
-<SUBSECTION Standard>
-AGS_IS_NOTE
-AGS_IS_NOTE_CLASS
-AGS_NOTE
-AGS_NOTE_CLASS
-AGS_NOTE_GET_CLASS
-AGS_TYPE_NOTE
-ags_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note_edit</FILE>
-<TITLE>AgsNoteEdit</TITLE>
-AGS_NOTE_EDIT_MAX_CONTROLS
-AgsNoteEdit
-AgsNoteEditClass
-AgsNoteEditFlags
-AgsNoteEditResetFlags
-ags_note_edit_draw_notation
-ags_note_edit_draw_position
-ags_note_edit_draw_scroll
-ags_note_edit_draw_segment
-ags_note_edit_new
-ags_note_edit_reset_horizontally
-ags_note_edit_reset_vertically
-ags_note_edit_set_map_height
-<SUBSECTION Standard>
-AGS_IS_NOTE_EDIT
-AGS_IS_NOTE_EDIT_CLASS
-AGS_NOTE_EDIT
-AGS_NOTE_EDIT_CLASS
-AGS_NOTE_EDIT_GET_CLASS
-AGS_TYPE_NOTE_EDIT
-ags_note_edit_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note_edit_callbacks</FILE>
-ags_note_edit_drawing_area_button_press_event
-ags_note_edit_drawing_area_button_release_event
-ags_note_edit_drawing_area_configure_event
-ags_note_edit_drawing_area_expose_event
-ags_note_edit_drawing_area_motion_notify_event
-ags_note_edit_hscrollbar_value_changed
-ags_note_edit_vscrollbar_value_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_notebook</FILE>
-<TITLE>AgsNotebook</TITLE>
-AGS_NOTEBOOK_TAB
-AgsNotebook
-AgsNotebookClass
-AgsNotebookTab
-AgsNotebookTabFlags
-ags_notebook_add_child
-ags_notebook_add_tab
-ags_notebook_insert_tab
-ags_notebook_new
-ags_notebook_next_active_tab
-ags_notebook_remove_child
-ags_notebook_remove_tab
-ags_notebook_tab_index
-<SUBSECTION Standard>
-AGS_IS_NOTEBOOK
-AGS_IS_NOTEBOOK_CLASS
-AGS_NOTEBOOK
-AGS_NOTEBOOK_CLASS
-AGS_NOTEBOOK_GET_CLASS
-AGS_TYPE_NOTEBOOK
-ags_notebook_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_notebook_callbacks</FILE>
-ags_notebook_machine_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_open_file</FILE>
-<TITLE>AgsOpenFile</TITLE>
-AgsOpenFile
-AgsOpenFileClass
-ags_open_file_new
-<SUBSECTION Standard>
-AGS_IS_OPEN_FILE
-AGS_IS_OPEN_FILE_CLASS
-AGS_OPEN_FILE
-AGS_OPEN_FILE_CLASS
-AGS_OPEN_FILE_GET_CLASS
-AGS_TYPE_OPEN_FILE
-ags_open_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_open_single_file</FILE>
-<TITLE>AgsOpenSingleFile</TITLE>
-AgsOpenSingleFile
-AgsOpenSingleFileClass
-ags_open_single_file_new
-<SUBSECTION Standard>
-AGS_IS_OPEN_SINGLE_FILE
-AGS_IS_OPEN_SINGLE_FILE_CLASS
-AGS_OPEN_SINGLE_FILE
-AGS_OPEN_SINGLE_FILE_CLASS
-AGS_OPEN_SINGLE_FILE_GET_CLASS
-AGS_TYPE_OPEN_SINGLE_FILE
-ags_open_single_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_option_menu</FILE>
-<TITLE>AgsOptionMenu</TITLE>
-AgsOptionMenu
-AgsOptionMenuClass
-ags_option_menu_new
-<SUBSECTION Standard>
-AGS_IS_OPTION_MENU
-AGS_IS_OPTION_MENU_CLASS
-AGS_OPTION_MENU
-AGS_OPTION_MENU_CLASS
-AGS_OPTION_MENU_GET_CLASS
-AGS_TYPE_OPTION_MENU
-ags_option_menu_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_oscillator</FILE>
-<TITLE>AgsOscillator</TITLE>
-AgsOscillator
-AgsOscillatorClass
-ags_file_read_oscillator
-ags_file_write_oscillator
-ags_oscillator_new
-<SUBSECTION Standard>
-AGS_IS_OSCILLATOR
-AGS_IS_OSCILLATOR_CLASS
-AGS_OSCILLATOR
-AGS_OSCILLATOR_CLASS
-AGS_OSCILLATOR_GET_CLASS
-AGS_TYPE_OSCILLATOR
-ags_oscillator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_oscillator_callbacks</FILE>
-ags_oscillator_attack_callback
-ags_oscillator_frame_count_callback
-ags_oscillator_frequency_callback
-ags_oscillator_phase_callback
-ags_oscillator_volume_callback
-ags_oscillator_wave_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_output</FILE>
-<TITLE>AgsOutput</TITLE>
-AgsOutput
-AgsOutputClass
-ags_output_find_first_input_recycling
-ags_output_find_last_input_recycling
-ags_output_new
-<SUBSECTION Standard>
-AGS_IS_OUTPUT
-AGS_IS_OUTPUT_CLASS
-AGS_OUTPUT
-AGS_OUTPUT_CLASS
-AGS_OUTPUT_GET_CLASS
-AGS_TYPE_OUTPUT
-ags_output_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_packable</FILE>
-<TITLE>AgsPackable</TITLE>
-AgsPackable
-AgsPackableInterface
-ags_packable_pack
-ags_packable_unpack
-<SUBSECTION Standard>
-AGS_IS_PACKABLE
-AGS_IS_PACKABLE_INTERFACE
-AGS_PACKABLE
-AGS_PACKABLE_GET_INTERFACE
-AGS_PACKABLE_INTERFACE
-AGS_TYPE_PACKABLE
-ags_packable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad</FILE>
-<TITLE>AgsPad</TITLE>
-AGS_PAD_DEFAULT_BUILD_ID
-AGS_PAD_DEFAULT_VERSION
-AgsPad
-AgsPadClass
-AgsPadFlags
-ags_pad_find_port
-ags_pad_new
-ags_pad_resize_lines
-ags_pad_set_channel
-<SUBSECTION Standard>
-AGS_IS_PAD
-AGS_IS_PAD_CLASS
-AGS_PAD
-AGS_PAD_CLASS
-AGS_PAD_GET_CLASS
-AGS_TYPE_PAD
-ags_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_callbacks</FILE>
-ags_pad_destroy_callback
-ags_pad_group_clicked_callback
-ags_pad_mute_clicked_callback
-ags_pad_option_changed_callback
-ags_pad_parent_set_callback
-ags_pad_show_callback
-ags_pad_solo_clicked_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_editor</FILE>
-<TITLE>AgsPadEditor</TITLE>
-AGS_PAD_EDITOR_DEFAULT_BUILD_ID
-AGS_PAD_EDITOR_DEFAULT_VERSION
-AgsPadEditor
-AgsPadEditorClass
-ags_pad_editor_new
-ags_pad_editor_set_channel
-<SUBSECTION Standard>
-AGS_IS_PAD_EDITOR
-AGS_IS_PAD_EDITOR_CLASS
-AGS_PAD_EDITOR
-AGS_PAD_EDITOR_CLASS
-AGS_PAD_EDITOR_GET_CLASS
-AGS_TYPE_PAD_EDITOR
-ags_pad_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_editor_callbacks</FILE>
-ags_pad_editor_destroy_callback
-ags_pad_editor_parent_set_callback
-ags_pad_editor_set_audio_channels_callback
-ags_pad_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel</FILE>
-<TITLE>AgsPanel</TITLE>
-AgsPanel
-AgsPanelClass
-ags_panel_new
-<SUBSECTION Standard>
-AGS_IS_PANEL
-AGS_IS_PANEL_CLASS
-AGS_PANEL
-AGS_PANEL_CLASS
-AGS_PANEL_GET_CLASS
-AGS_TYPE_PANEL
-ags_panel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_callbacks</FILE>
-ags_panel_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_input_line</FILE>
-<TITLE>AgsPanelInputLine</TITLE>
-AgsPanelInputLine
-AgsPanelInputLineClass
-ags_panel_input_line_map_recall
-ags_panel_input_line_new
-<SUBSECTION Standard>
-AGS_IS_PANEL_INPUT_LINE
-AGS_IS_PANEL_INPUT_LINE_CLASS
-AGS_PANEL_INPUT_LINE
-AGS_PANEL_INPUT_LINE_CLASS
-AGS_PANEL_INPUT_LINE_GET_CLASS
-AGS_TYPE_PANEL_INPUT_LINE
-ags_panel_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_input_pad</FILE>
-<TITLE>AgsPanelInputPad</TITLE>
-AgsPanelInputPad
-AgsPanelInputPadClass
-ags_panel_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_PANEL_INPUT_PAD
-AGS_IS_PANEL_INPUT_PAD_CLASS
-AGS_PANEL_INPUT_PAD
-AGS_PANEL_INPUT_PAD_CLASS
-AGS_PANEL_INPUT_PAD_GET_CLASS
-AGS_TYPE_PANEL_INPUT_PAD
-ags_panel_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_parameter</FILE>
-ags_parameter_grow
-</SECTION>
-
-<SECTION>
-<FILE>ags_pattern</FILE>
-<TITLE>AgsPattern</TITLE>
-AgsPattern
-AgsPatternClass
-ags_pattern_get_bit
-ags_pattern_get_by_timestamp
-ags_pattern_new
-ags_pattern_set_dim
-ags_pattern_toggle_bit
-<SUBSECTION Standard>
-AGS_IS_PATTERN
-AGS_IS_PATTERN_CLASS
-AGS_PATTERN
-AGS_PATTERN_CLASS
-AGS_PATTERN_GET_CLASS
-AGS_TYPE_PATTERN
-ags_pattern_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_peak_channel</FILE>
-<TITLE>AgsPeakChannel</TITLE>
-AgsPeakChannel
-AgsPeakChannelClass
-ags_peak_channel_new
-ags_peak_channel_retrieve_peak
-<SUBSECTION Standard>
-AGS_IS_PEAK_CHANNEL
-AGS_IS_PEAK_CHANNEL_CLASS
-AGS_PEAK_CHANNEL
-AGS_PEAK_CHANNEL_CLASS
-AGS_PEAK_CHANNEL_GET_CLASS
-AGS_TYPE_PEAK_CHANNEL
-ags_peak_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_peak_channel_run</FILE>
-<TITLE>AgsPeakChannelRun</TITLE>
-AgsPeakChannelRun
-AgsPeakChannelRunClass
-ags_peak_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_PEAK_CHANNEL_RUN
-AGS_IS_PEAK_CHANNEL_RUN_CLASS
-AGS_PEAK_CHANNEL_RUN
-AGS_PEAK_CHANNEL_RUN_CLASS
-AGS_PEAK_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_PEAK_CHANNEL_RUN
-ags_peak_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_performance_preferences</FILE>
-<TITLE>AgsPerformancePreferences</TITLE>
-AgsPerformancePreferences
-AgsPerformancePreferencesClass
-ags_performance_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PERFORMANCE_PREFERENCES
-AGS_IS_PERFORMANCE_PREFERENCES_CLASS
-AGS_PERFORMANCE_PREFERENCES
-AGS_PERFORMANCE_PREFERENCES_CLASS
-AGS_PERFORMANCE_PREFERENCES_GET_CLASS
-AGS_TYPE_PERFORMANCE_PREFERENCES
-ags_performance_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_performance_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_persistable</FILE>
-<TITLE>AgsPersistable</TITLE>
-AgsPersistable
-AgsPersistableInterface
-ags_persistable_read
-ags_persistable_read_link
-ags_persistable_write
-ags_persistable_write_link
-<SUBSECTION Standard>
-AGS_IS_PERSISTABLE
-AGS_IS_PERSISTABLE_INTERFACE
-AGS_PERSISTABLE
-AGS_PERSISTABLE_GET_INTERFACE
-AGS_PERSISTABLE_INTERFACE
-AGS_TYPE_PERSISTABLE
-ags_persistable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio</FILE>
-<TITLE>AgsPlayAudio</TITLE>
-AgsPlayAudio
-AgsPlayAudioClass
-ags_play_audio_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO
-AGS_IS_PLAY_AUDIO_CLASS
-AGS_PLAY_AUDIO
-AGS_PLAY_AUDIO_CLASS
-AGS_PLAY_AUDIO_GET_CLASS
-AGS_TYPE_PLAY_AUDIO
-ags_play_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio_file</FILE>
-<TITLE>AgsPlayAudioFile</TITLE>
-AgsPlayAudioFile
-AgsPlayAudioFileClass
-ags_play_audio_file_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO_FILE
-AGS_IS_PLAY_AUDIO_FILE_CLASS
-AGS_PLAY_AUDIO_FILE
-AGS_PLAY_AUDIO_FILE_CLASS
-AGS_PLAY_AUDIO_FILE_GET_CLASS
-AGS_TYPE_PLAY_AUDIO_FILE
-ags_play_audio_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio_signal</FILE>
-<TITLE>AgsPlayAudioSignal</TITLE>
-AgsPlayAudioSignal
-AgsPlayAudioSignalClass
-ags_play_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO_SIGNAL
-AGS_IS_PLAY_AUDIO_SIGNAL_CLASS
-AGS_PLAY_AUDIO_SIGNAL
-AGS_PLAY_AUDIO_SIGNAL_CLASS
-AGS_PLAY_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_PLAY_AUDIO_SIGNAL
-ags_play_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel</FILE>
-<TITLE>AgsPlayChannel</TITLE>
-AgsPlayChannel
-AgsPlayChannelClass
-ags_play_channel_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL
-AGS_IS_PLAY_CHANNEL_CLASS
-AGS_PLAY_CHANNEL
-AGS_PLAY_CHANNEL_CLASS
-AGS_PLAY_CHANNEL_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL
-ags_play_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel_run</FILE>
-<TITLE>AgsPlayChannelRun</TITLE>
-AgsPlayChannelRun
-AgsPlayChannelRunClass
-AgsPlayChannelRunFlags
-ags_play_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL_RUN
-AGS_IS_PLAY_CHANNEL_RUN_CLASS
-AGS_PLAY_CHANNEL_RUN
-AGS_PLAY_CHANNEL_RUN_CLASS
-AGS_PLAY_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL_RUN
-ags_play_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel_run_master</FILE>
-<TITLE>AgsPlayChannelRunMaster</TITLE>
-AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER
-AgsPlayChannelRunMaster
-AgsPlayChannelRunMasterClass
-AgsPlayChannelRunMasterFlags
-AgsPlayChannelRunMasterStreamer
-ags_play_channel_run_master_find_streamer
-ags_play_channel_run_master_new
-ags_play_channel_run_master_streamer_alloc
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL_RUN_MASTER
-AGS_IS_PLAY_CHANNEL_RUN_MASTER_CLASS
-AGS_PLAY_CHANNEL_RUN_MASTER
-AGS_PLAY_CHANNEL_RUN_MASTER_CLASS
-AGS_PLAY_CHANNEL_RUN_MASTER_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL_RUN_MASTER
-ags_play_channel_run_master_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_notation_audio</FILE>
-<TITLE>AgsPlayNotationAudio</TITLE>
-AgsPlayNotationAudio
-AgsPlayNotationAudioClass
-ags_play_notation_audio_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTATION_AUDIO
-AGS_IS_PLAY_NOTATION_AUDIO_CLASS
-AGS_PLAY_NOTATION_AUDIO
-AGS_PLAY_NOTATION_AUDIO_CLASS
-AGS_PLAY_NOTATION_AUDIO_GET_CLASS
-AGS_TYPE_PLAY_NOTATION_AUDIO
-ags_play_notation_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_notation_audio_run</FILE>
-<TITLE>AgsPlayNotationAudioRun</TITLE>
-AgsPlayNotationAudioRun
-AgsPlayNotationAudioRunClass
-AgsPlayNotationAudioRunFlags
-ags_play_notation_audio_run_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTATION_AUDIO_RUN
-AGS_IS_PLAY_NOTATION_AUDIO_RUN_CLASS
-AGS_PLAY_NOTATION_AUDIO_RUN
-AGS_PLAY_NOTATION_AUDIO_RUN_CLASS
-AGS_PLAY_NOTATION_AUDIO_RUN_GET_CLASS
-AGS_TYPE_PLAY_NOTATION_AUDIO_RUN
-ags_play_notation_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_note</FILE>
-<TITLE>AgsPlayNote</TITLE>
-AgsPlayNote
-AgsPlayNoteClass
-ags_play_note_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTE
-AGS_IS_PLAY_NOTE_CLASS
-AGS_PLAY_NOTE
-AGS_PLAY_NOTE_CLASS
-AGS_PLAY_NOTE_GET_CLASS
-AGS_TYPE_PLAY_NOTE
-ags_play_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_pattern</FILE>
-<TITLE>AgsPlayPattern</TITLE>
-AgsPlayPattern
-AgsPlayPatternClass
-ags_play_pattern_connect
-<SUBSECTION Standard>
-AGS_PLAY_PATTERN
-AGS_PLAY_PATTERN_CLASS
-AGS_TYPE_PLAY_PATTERN
-ags_play_pattern_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_recycling</FILE>
-<TITLE>AgsPlayRecycling</TITLE>
-AgsPlayRecycling
-AgsPlayRecyclingClass
-ags_play_recycling_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_RECYCLING
-AGS_IS_PLAY_RECYCLING_CLASS
-AGS_PLAY_RECYCLING
-AGS_PLAY_RECYCLING_CLASS
-AGS_PLAY_RECYCLING_GET_CLASS
-AGS_TYPE_PLAY_RECYCLING
-ags_play_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_playable</FILE>
-<TITLE>AgsPlayable</TITLE>
-AGS_PLAYABLE_ERROR
-AgsPlayable
-AgsPlayableError
-AgsPlayableInterface
-ags_playable_close
-ags_playable_error_quark
-ags_playable_flush
-ags_playable_info
-ags_playable_iter_next
-ags_playable_iter_start
-ags_playable_level_count
-ags_playable_level_select
-ags_playable_level_up
-ags_playable_nth_level
-ags_playable_open
-ags_playable_read
-ags_playable_read_audio_signal
-ags_playable_rw_open
-ags_playable_seek
-ags_playable_selected_level
-ags_playable_sublevel_names
-ags_playable_write
-<SUBSECTION Standard>
-AGS_IS_PLAYABLE
-AGS_IS_PLAYABLE_INTERFACE
-AGS_PLAYABLE
-AGS_PLAYABLE_GET_INTERFACE
-AGS_PLAYABLE_INTERFACE
-AGS_TYPE_PLAYABLE
-ags_playable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin</FILE>
-<TITLE>AgsPlugin</TITLE>
-AgsPlugin
-AgsPluginInterface
-ags_plugin_get_build_id
-ags_plugin_get_name
-ags_plugin_get_ports
-ags_plugin_get_version
-ags_plugin_get_xml_type
-ags_plugin_read
-ags_plugin_set_build_id
-ags_plugin_set_name
-ags_plugin_set_ports
-ags_plugin_set_version
-ags_plugin_set_xml_type
-ags_plugin_write
-<SUBSECTION Standard>
-AGS_IS_PLUGIN
-AGS_IS_PLUGIN_INTERFACE
-AGS_PLUGIN
-AGS_PLUGIN_GET_INTERFACE
-AGS_PLUGIN_INTERFACE
-AGS_TYPE_PLUGIN
-ags_plugin_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_factory</FILE>
-<TITLE>AgsPluginFactory</TITLE>
-AgsPluginFactory
-AgsPluginFactoryClass
-AgsPluginMetadata
-ags_plugin_factory_add
-ags_plugin_factory_create
-ags_plugin_factory_get_instance
-ags_plugin_factory_list_by_name
-ags_plugin_factory_new
-ags_plugin_factory_new_from_file
-ags_plugin_factory_read_file
-<SUBSECTION Standard>
-AGS_IS_PLUGIN_FACTORY
-AGS_IS_PLUGIN_FACTORY_CLASS
-AGS_PLUGIN_FACTORY
-AGS_PLUGIN_FACTORY_CLASS
-AGS_PLUGIN_FACTORY_GET_CLASS
-AGS_TYPE_PLUGIN_FACTORY
-ags_plugin_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_preferences</FILE>
-<TITLE>AgsPluginPreferences</TITLE>
-AgsLadspaPluginPreferences
-AgsPluginPreferences
-AgsPluginPreferencesClass
-ags_ladspa_plugin_preferences_alloc
-ags_plugin_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PLUGIN_PREFERENCES
-AGS_IS_PLUGIN_PREFERENCES_CLASS
-AGS_PLUGIN_PREFERENCES
-AGS_PLUGIN_PREFERENCES_CLASS
-AGS_PLUGIN_PREFERENCES_GET_CLASS
-AGS_TYPE_PLUGIN_PREFERENCES
-ags_plugin_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_stock</FILE>
-AGS_PLUGIN_NAME_VOLUME
-</SECTION>
-
-<SECTION>
-<FILE>ags_port</FILE>
-<TITLE>AgsPort</TITLE>
-AgsPort
-AgsPortClass
-ags_port_find_specifier
-ags_port_new
-ags_port_safe_get_property
-ags_port_safe_read
-ags_port_safe_set_property
-ags_port_safe_write
-<SUBSECTION Standard>
-AGS_IS_PORT
-AGS_IS_PORT_CLASS
-AGS_PORT
-AGS_PORT_CLASS
-AGS_PORT_GET_CLASS
-AGS_TYPE_PORT
-ags_port_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_portable_thread</FILE>
-<TITLE>AgsPortableThread</TITLE>
-AgsPortableThread
-AgsPortableThreadClass
-AgsPortableThreadFlags
-ags_portable_thread_add_child
-ags_portable_thread_children_is_locked
-ags_portable_thread_first
-ags_portable_thread_get_toplevel
-ags_portable_thread_is_current_ready
-ags_portable_thread_is_current_synced
-ags_portable_thread_is_tree_ready
-ags_portable_thread_is_tree_synced
-ags_portable_thread_last
-ags_portable_thread_lock
-ags_portable_thread_lock_all
-ags_portable_thread_lock_children
-ags_portable_thread_lock_parent
-ags_portable_thread_lock_sibling
-ags_portable_thread_main_loop_unlock_children
-ags_portable_thread_new
-ags_portable_thread_next_children_locked
-ags_portable_thread_next_parent_locked
-ags_portable_thread_next_sibling_locked
-ags_portable_thread_parental_is_locked
-ags_portable_thread_remove_child
-ags_portable_thread_run
-ags_portable_thread_sibling_is_locked
-ags_portable_thread_signal_children
-ags_portable_thread_signal_parent
-ags_portable_thread_signal_sibling
-ags_portable_thread_start
-ags_portable_thread_stop
-ags_portable_thread_timelock
-ags_portable_thread_trylock
-ags_portable_thread_unlock
-ags_portable_thread_unlock_all
-ags_portable_thread_unlock_children
-ags_portable_thread_unlock_parent
-ags_portable_thread_unlock_sibling
-ags_portable_thread_wait_children
-ags_portable_thread_wait_parent
-ags_portable_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_PORTABLE_THREAD
-AGS_IS_PORTABLE_THREAD_CLASS
-AGS_PORTABLE_THREAD
-AGS_PORTABLE_THREAD_CLASS
-AGS_PORTABLE_THREAD_GET_CLASS
-AGS_TYPE_PORTABLE_THREAD
-ags_portable_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_portlet</FILE>
-<TITLE>AgsPortlet</TITLE>
-AgsPortlet
-AgsPortletInterface
-ags_portlet_get_port
-ags_portlet_list_safe_properties
-ags_portlet_safe_get_property
-ags_portlet_safe_set_property
-ags_portlet_set_port
-<SUBSECTION Standard>
-AGS_IS_PORTLET
-AGS_IS_PORTLET_INTERFACE
-AGS_PORTLET
-AGS_PORTLET_GET_INTERFACE
-AGS_PORTLET_INTERFACE
-AGS_TYPE_PORTLET
-ags_portlet_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_preferences</FILE>
-<TITLE>AgsPreferences</TITLE>
-AgsPreferences
-AgsPreferencesClass
-AgsPreferencesFlags
-ags_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PREFERENCES
-AGS_IS_PREFERENCES_CLASS
-AGS_PREFERENCES
-AGS_PREFERENCES_CLASS
-AGS_PREFERENCES_GET_CLASS
-AGS_TYPE_PREFERENCES
-ags_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_preferences_callbacks</FILE>
-ags_preferences_response_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_collection_editor</FILE>
-<TITLE>AgsPropertyCollectionEditor</TITLE>
-AgsPropertyCollectionEditor
-AgsPropertyCollectionEditorClass
-ags_property_collection_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_COLLECTION_EDITOR
-AGS_IS_PROPERTY_COLLECTION_EDITOR_CLASS
-AGS_PROPERTY_COLLECTION_EDITOR
-AGS_PROPERTY_COLLECTION_EDITOR_CLASS
-AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_COLLECTION_EDITOR
-ags_property_collection_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_collection_editor_callbacks</FILE>
-ags_property_collection_editor_add_collection_callback
-ags_property_collection_editor_remove_collection_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_editor</FILE>
-<TITLE>AgsPropertyEditor</TITLE>
-AgsPropertyEditor
-AgsPropertyEditorClass
-AgsPropertyEditorFlags
-ags_property_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_EDITOR
-AGS_IS_PROPERTY_EDITOR_CLASS
-AGS_PROPERTY_EDITOR
-AGS_PROPERTY_EDITOR_CLASS
-AGS_PROPERTY_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_EDITOR
-ags_property_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_editor_callbacks</FILE>
-ags_property_editor_enable_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_listing_editor</FILE>
-<TITLE>AgsPropertyListingEditor</TITLE>
-AgsPropertyListingEditor
-AgsPropertyListingEditorClass
-ags_property_listing_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_LISTING_EDITOR
-AGS_IS_PROPERTY_LISTING_EDITOR_CLASS
-AGS_PROPERTY_LISTING_EDITOR
-AGS_PROPERTY_LISTING_EDITOR_CLASS
-AGS_PROPERTY_LISTING_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_LISTING_EDITOR
-ags_property_listing_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall</FILE>
-<TITLE>AgsRecall</TITLE>
-AGS_RECALL_DEFAULT_BUILD_ID
-AGS_RECALL_DEFAULT_VERSION
-AGS_RECALL_HANDLER
-AgsRecall
-AgsRecallClass
-AgsRecallFlags
-AgsRecallHandler
-AgsRecallNotifyDependencyMode
-ags_recall_add_child
-ags_recall_add_dependency
-ags_recall_add_handler
-ags_recall_cancel
-ags_recall_child_added
-ags_recall_done
-ags_recall_duplicate
-ags_recall_find_by_effect
-ags_recall_find_provider
-ags_recall_find_provider_with_recycling_container
-ags_recall_find_recycling_container
-ags_recall_find_template
-ags_recall_find_type
-ags_recall_find_type_with_recycling_container
-ags_recall_get_children
-ags_recall_get_dependencies
-ags_recall_handler_alloc
-ags_recall_is_done
-ags_recall_new
-ags_recall_notify_dependency
-ags_recall_remove
-ags_recall_remove_child
-ags_recall_remove_dependency
-ags_recall_remove_handler
-ags_recall_resolve_dependencies
-ags_recall_run_init
-ags_recall_run_init_inter
-ags_recall_run_init_post
-ags_recall_run_init_pre
-ags_recall_run_inter
-ags_recall_run_post
-ags_recall_run_pre
-ags_recall_set_devout_recursive
-ags_recall_set_effect
-ags_recall_set_flags
-ags_recall_set_recall_id
-ags_recall_stop_persistent
-ags_recall_template_find_provider
-ags_recall_template_find_type
-<SUBSECTION Standard>
-AGS_IS_RECALL
-AGS_IS_RECALL_CLASS
-AGS_RECALL
-AGS_RECALL_CLASS
-AGS_RECALL_GET_CLASS
-AGS_TYPE_RECALL
-ags_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio</FILE>
-<TITLE>AgsRecallAudio</TITLE>
-AgsRecallAudio
-AgsRecallAudioClass
-ags_recall_audio_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO
-AGS_IS_RECALL_AUDIO_CLASS
-AGS_RECALL_AUDIO
-AGS_RECALL_AUDIO_CLASS
-AGS_RECALL_AUDIO_GET_CLASS
-AGS_TYPE_RECALL_AUDIO
-ags_recall_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio_run</FILE>
-<TITLE>AgsRecallAudioRun</TITLE>
-AgsRecallAudioRun
-AgsRecallAudioRunClass
-ags_recall_audio_run_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO_RUN
-AGS_IS_RECALL_AUDIO_RUN_CLASS
-AGS_RECALL_AUDIO_RUN
-AGS_RECALL_AUDIO_RUN_CLASS
-AGS_RECALL_AUDIO_RUN_GET_CLASS
-AGS_TYPE_RECALL_AUDIO_RUN
-ags_recall_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio_signal</FILE>
-<TITLE>AgsRecallAudioSignal</TITLE>
-AgsRecallAudioSignal
-AgsRecallAudioSignalClass
-AgsRecallAudioSignalFlags
-ags_recall_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO_SIGNAL
-AGS_IS_RECALL_AUDIO_SIGNAL_CLASS
-AGS_RECALL_AUDIO_SIGNAL
-AGS_RECALL_AUDIO_SIGNAL_CLASS
-AGS_RECALL_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_RECALL_AUDIO_SIGNAL
-ags_recall_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel</FILE>
-<TITLE>AgsRecallChannel</TITLE>
-AgsRecallChannel
-AgsRecallChannelClass
-ags_recall_channel_find_channel
-ags_recall_channel_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL
-AGS_IS_RECALL_CHANNEL_CLASS
-AGS_RECALL_CHANNEL
-AGS_RECALL_CHANNEL_CLASS
-AGS_RECALL_CHANNEL_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL
-ags_recall_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel_run</FILE>
-<TITLE>AgsRecallChannelRun</TITLE>
-AgsRecallChannelRun
-AgsRecallChannelRunClass
-ags_recall_channel_run_get_run_order
-ags_recall_channel_run_new
-ags_recall_channel_run_run_order_changed
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL_RUN
-AGS_IS_RECALL_CHANNEL_RUN_CLASS
-AGS_RECALL_CHANNEL_RUN
-AGS_RECALL_CHANNEL_RUN_CLASS
-AGS_RECALL_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL_RUN
-ags_recall_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel_run_dummy</FILE>
-<TITLE>AgsRecallChannelRunDummy</TITLE>
-AgsRecallChannelRunDummy
-AgsRecallChannelRunDummyClass
-ags_recall_channel_run_dummy_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL_RUN_DUMMY
-AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS
-AGS_RECALL_CHANNEL_RUN_DUMMY
-AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS
-AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY
-ags_recall_channel_run_dummy_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_container</FILE>
-<TITLE>AgsRecallContainer</TITLE>
-AgsRecallContainer
-AgsRecallContainerClass
-AgsRecallContainerFindFlags
-AgsRecallContainerFlags
-ags_recall_container_find
-ags_recall_container_get_recall_audio
-ags_recall_container_get_recall_audio_run
-ags_recall_container_get_recall_channel
-ags_recall_container_get_recall_channel_run
-ags_recall_container_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CONTAINER
-AGS_IS_RECALL_CONTAINER_CLASS
-AGS_RECALL_CONTAINER
-AGS_RECALL_CONTAINER_CLASS
-AGS_RECALL_CONTAINER_GET_CLASS
-AGS_TYPE_RECALL_CONTAINER
-ags_recall_container_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_dependency</FILE>
-<TITLE>AgsRecallDependency</TITLE>
-AgsRecallDependency
-AgsRecallDependencyClass
-ags_recall_dependency_find_dependency
-ags_recall_dependency_find_dependency_by_provider
-ags_recall_dependency_new
-ags_recall_dependency_resolve
-<SUBSECTION Standard>
-AGS_IS_RECALL_DEPENDENCY
-AGS_IS_RECALL_DEPENDENCY_CLASS
-AGS_RECALL_DEPENDENCY
-AGS_RECALL_DEPENDENCY_CLASS
-AGS_RECALL_DEPENDENCY_GET_CLASS
-AGS_TYPE_RECALL_DEPENDENCY
-ags_recall_dependency_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_factory</FILE>
-<TITLE>AgsRecallFactory</TITLE>
-AgsRecallFactory
-AgsRecallFactoryClass
-AgsRecallFactoryCreateFlags
-ags_recall_factory_create
-ags_recall_factory_get_instance
-ags_recall_factory_new
-ags_recall_factory_remove
-<SUBSECTION Standard>
-AGS_IS_RECALL_FACTORY
-AGS_IS_RECALL_FACTORY_CLASS
-AGS_RECALL_FACTORY
-AGS_RECALL_FACTORY_CLASS
-AGS_RECALL_FACTORY_GET_CLASS
-AGS_TYPE_RECALL_FACTORY
-ags_recall_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_id</FILE>
-<TITLE>AgsRecallID</TITLE>
-AgsRecallID
-AgsRecallIDClass
-AgsRecallIDFlags
-ags_recall_id_add
-ags_recall_id_find_parent_recycling_container
-ags_recall_id_find_recycling_container
-ags_recall_id_get_run_stage
-ags_recall_id_new
-ags_recall_id_set_run_stage
-ags_recall_id_unset_run_stage
-<SUBSECTION Standard>
-AGS_IS_RECALL_ID
-AGS_IS_RECALL_ID_CLASS
-AGS_RECALL_ID
-AGS_RECALL_ID_CLASS
-AGS_RECALL_ID_GET_CLASS
-AGS_TYPE_RECALL_ID
-ags_recall_id_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_ladspa</FILE>
-<TITLE>AgsRecallLadspa</TITLE>
-AgsRecallLadspa
-AgsRecallLadspaClass
-ags_recall_ladpsa_find
-ags_recall_ladspa_float_to_short
-ags_recall_ladspa_load_ports
-ags_recall_ladspa_new
-ags_recall_ladspa_short_to_float
-<SUBSECTION Standard>
-AGS_IS_RECALL_LADSPA
-AGS_IS_RECALL_LADSPA_CLASS
-AGS_RECALL_LADSPA
-AGS_RECALL_LADSPA_CLASS
-AGS_RECALL_LADSPA_GET_CLASS
-AGS_TYPE_RECALL_LADSPA
-ags_recall_ladspa_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_ladspa_run</FILE>
-<TITLE>AgsRecallLadspaRun</TITLE>
-AgsRecallLadspaRun
-AgsRecallLadspaRunClass
-ags_recall_ladspa_run_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_LADSPA_RUN
-AGS_IS_RECALL_LADSPA_RUN_CLASS
-AGS_RECALL_LADSPA_RUN
-AGS_RECALL_LADSPA_RUN_CLASS
-AGS_RECALL_LADSPA_RUN_GET_CLASS
-AGS_TYPE_RECALL_LADSPA_RUN
-ags_recall_ladspa_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_recycling</FILE>
-<TITLE>AgsRecallRecycling</TITLE>
-AgsRecallRecycling
-AgsRecallRecyclingClass
-AgsRecallRecyclingFlags
-ags_recall_recycling_get_child_source
-ags_recall_recycling_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_RECYCLING
-AGS_IS_RECALL_RECYCLING_CLASS
-AGS_RECALL_RECYCLING
-AGS_RECALL_RECYCLING_CLASS
-AGS_RECALL_RECYCLING_GET_CLASS
-AGS_TYPE_RECALL_RECYCLING
-ags_recall_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_recycling_dummy</FILE>
-<TITLE>AgsRecallRecyclingDummy</TITLE>
-AgsRecallRecyclingDummy
-AgsRecallRecyclingDummyClass
-ags_recall_recycling_dummy_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_RECYCLING_DUMMY
-AGS_IS_RECALL_RECYCLING_DUMMY_CLASS
-AGS_RECALL_RECYCLING_DUMMY
-AGS_RECALL_RECYCLING_DUMMY_CLASS
-AGS_RECALL_RECYCLING_DUMMY_GET_CLASS
-AGS_TYPE_RECALL_RECYCLING_DUMMY
-ags_recall_recycling_dummy_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_record_thread</FILE>
-<TITLE>AgsRecordThread</TITLE>
-AGS_RECORD_THREAD_DEFAULT_DELAY
-AgsRecordThread
-AgsRecordThreadClass
-ags_record_thread_new
-<SUBSECTION Standard>
-AGS_IS_RECORD_THREAD
-AGS_IS_RECORD_THREAD_CLASS
-AGS_RECORD_THREAD
-AGS_RECORD_THREAD_CLASS
-AGS_RECORD_THREAD_GET_CLASS
-AGS_TYPE_RECORD_THREAD
-ags_record_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling</FILE>
-<TITLE>AgsRecycling</TITLE>
-AgsRecycling
-AgsRecyclingClass
-AgsRecyclingFlags
-ags_recycling_add_audio_signal
-ags_recycling_create_audio_signal_with_defaults
-ags_recycling_create_audio_signal_with_frame_count
-ags_recycling_find_next_channel
-ags_recycling_new
-ags_recycling_position
-ags_recycling_remove_audio_signal
-ags_recycling_set_devout
-<SUBSECTION Standard>
-AGS_IS_RECYCLING
-AGS_IS_RECYCLING_CLASS
-AGS_RECYCLING
-AGS_RECYCLING_CLASS
-AGS_RECYCLING_GET_CLASS
-AGS_TYPE_RECYCLING
-ags_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_container</FILE>
-<TITLE>AgsRecyclingContainer</TITLE>
-AgsRecyclingContainer
-AgsRecyclingContainerClass
-ags_recycling_container_add
-ags_recycling_container_add_child
-ags_recycling_container_find
-ags_recycling_container_find_child
-ags_recycling_container_find_parent
-ags_recycling_container_get_child_recall_id
-ags_recycling_container_get_toplevel
-ags_recycling_container_insert
-ags_recycling_container_new
-ags_recycling_container_remove
-ags_recycling_container_remove_child
-ags_recycling_container_replace
-ags_recycling_container_reset_recycling
-<SUBSECTION Standard>
-AGS_IS_RECYCLING_CONTAINER
-AGS_IS_RECYCLING_CONTAINER_CLASS
-AGS_RECYCLING_CONTAINER
-AGS_RECYCLING_CONTAINER_CLASS
-AGS_RECYCLING_CONTAINER_GET_CLASS
-AGS_TYPE_RECYCLING_CONTAINER
-ags_recycling_container_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_thread</FILE>
-<TITLE>AgsRecyclingThread</TITLE>
-AGS_RECYCLING_THREAD_DEFAULT_JIFFIE
-AgsRecyclingThread
-AgsRecyclingThreadClass
-AgsRecyclingThreadFlags
-ags_recycling_thread_new
-ags_recycling_thread_play_audio
-ags_recycling_thread_play_channel
-<SUBSECTION Standard>
-AGS_IS_RECYCLING_THREAD
-AGS_IS_RECYCLING_THREAD_CLASS
-AGS_RECYCLING_THREAD
-AGS_RECYCLING_THREAD_CLASS
-AGS_RECYCLING_THREAD_GET_CLASS
-AGS_TYPE_RECYCLING_THREAD
-ags_recycling_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_thread_callbacks</FILE>
-ags_recycling_thread_iterate_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_registry</FILE>
-<TITLE>AgsRegistry</TITLE>
-AGS_REGISTRY_DEFAULT_ID_LENGTH
-AgsRegistry
-AgsRegistryClass
-AgsRegistryEntry
-ags_registry_add
-ags_registry_entry_alloc
-ags_registry_entry_bulk
-ags_registry_entry_find
-ags_registry_new
-<SUBSECTION Standard>
-AGS_IS_REGISTRY
-AGS_IS_REGISTRY_CLASS
-AGS_REGISTRY
-AGS_REGISTRY_CLASS
-AGS_REGISTRY_GET_CLASS
-AGS_TYPE_REGISTRY
-ags_registry_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remote_task</FILE>
-<TITLE>AgsRemoteTask</TITLE>
-AgsRemoteTask
-AgsRemoteTaskClass
-ags_remote_task_launch
-ags_remote_task_launch_timed
-ags_remote_task_new
-<SUBSECTION Standard>
-AGS_IS_REMOTE_TASK
-AGS_IS_REMOTE_TASK_CLASS
-AGS_REMOTE_TASK
-AGS_REMOTE_TASK_CLASS
-AGS_REMOTE_TASK_GET_CLASS
-AGS_TYPE_REMOTE_TASK
-ags_remote_task_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_audio</FILE>
-<TITLE>AgsRemoveAudio</TITLE>
-AgsRemoveAudio
-AgsRemoveAudioClass
-ags_remove_audio_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_AUDIO
-AGS_IS_REMOVE_AUDIO_CLASS
-AGS_REMOVE_AUDIO
-AGS_REMOVE_AUDIO_CLASS
-AGS_REMOVE_AUDIO_GET_CLASS
-AGS_TYPE_REMOVE_AUDIO
-ags_remove_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_audio_signal</FILE>
-<TITLE>AgsRemoveAudioSignal</TITLE>
-AgsRemoveAudioSignal
-AgsRemoveAudioSignalClass
-ags_remove_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_AUDIO_SIGNAL
-AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS
-AGS_REMOVE_AUDIO_SIGNAL
-AGS_REMOVE_AUDIO_SIGNAL_CLASS
-AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_REMOVE_AUDIO_SIGNAL
-ags_remove_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_note</FILE>
-<TITLE>AgsRemoveNote</TITLE>
-AgsRemoveNote
-AgsRemoveNoteClass
-ags_remove_note_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_NOTE
-AGS_IS_REMOVE_NOTE_CLASS
-AGS_REMOVE_NOTE
-AGS_REMOVE_NOTE_CLASS
-AGS_REMOVE_NOTE_GET_CLASS
-AGS_TYPE_REMOVE_NOTE
-ags_remove_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_point_from_selection</FILE>
-<TITLE>AgsRemovePointFromSelection</TITLE>
-AgsRemovePointFromSelection
-AgsRemovePointFromSelectionClass
-ags_remove_point_from_selection_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_POINT_FROM_SELECTION
-AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS
-AGS_REMOVE_POINT_FROM_SELECTION
-AGS_REMOVE_POINT_FROM_SELECTION_CLASS
-AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS
-AGS_TYPE_REMOVE_POINT_FROM_SELECTION
-ags_remove_point_from_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_recall</FILE>
-<TITLE>AgsRemoveRecall</TITLE>
-AgsRemoveRecall
-AgsRemoveRecallClass
-ags_remove_recall_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_RECALL
-AGS_IS_REMOVE_RECALL_CLASS
-AGS_REMOVE_RECALL
-AGS_REMOVE_RECALL_CLASS
-AGS_REMOVE_RECALL_GET_CLASS
-AGS_TYPE_REMOVE_RECALL
-ags_remove_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_region_from_selection</FILE>
-<TITLE>AgsRemoveRegionFromSelection</TITLE>
-AgsRemoveRegionFromSelection
-AgsRemoveRegionFromSelectionClass
-ags_remove_region_from_selection_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_REGION_FROM_SELECTION
-AGS_IS_REMOVE_REGION_FROM_SELECTION_CLASS
-AGS_REMOVE_REGION_FROM_SELECTION
-AGS_REMOVE_REGION_FROM_SELECTION_CLASS
-AGS_REMOVE_REGION_FROM_SELECTION_GET_CLASS
-AGS_TYPE_REMOVE_REGION_FROM_SELECTION
-ags_remove_region_from_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_resize_editor</FILE>
-<TITLE>AgsResizeEditor</TITLE>
-AgsResizeEditor
-AgsResizeEditorClass
-ags_resize_editor_new
-<SUBSECTION Standard>
-AGS_IS_RESIZE_EDITOR
-AGS_IS_RESIZE_EDITOR_CLASS
-AGS_RESIZE_EDITOR
-AGS_RESIZE_EDITOR_CLASS
-AGS_RESIZE_EDITOR_GET_CLASS
-AGS_TYPE_RESIZE_EDITOR
-</SECTION>
-
-<SECTION>
-<FILE>ags_returnable_thread</FILE>
-<TITLE>AgsReturnableThread</TITLE>
-AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE
-AgsReturnableThread
-AgsReturnableThreadCallback
-AgsReturnableThreadClass
-AgsReturnableThreadFlags
-ags_returnable_thread_connect_safe_run
-ags_returnable_thread_disconnect_safe_run
-ags_returnable_thread_new
-ags_returnable_thread_safe_run
-<SUBSECTION Standard>
-AGS_IS_RETURNABLE_THREAD
-AGS_IS_RETURNABLE_THREAD_CLASS
-AGS_RETURNABLE_THREAD
-AGS_RETURNABLE_THREAD_CLASS
-AGS_RETURNABLE_THREAD_GET_CLASS
-AGS_TYPE_RETURNABLE_THREAD
-ags_returnable_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ruler</FILE>
-<TITLE>AgsRuler</TITLE>
-AGS_RULER_DEFAULT_STEP
-AGS_RULER_LARGE_STEP
-AGS_RULER_SMALL_STEP
-AgsRuler
-AgsRulerClass
-ags_ruler_new
-<SUBSECTION Standard>
-AGS_IS_RULER
-AGS_IS_RULER_CLASS
-AGS_RULER
-AGS_RULER_CLASS
-AGS_RULER_GET_CLASS
-AGS_TYPE_RULER
-ags_ruler_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_runnable</FILE>
-<TITLE>AgsRunnable</TITLE>
-AgsRunnable
-AgsRunnableInterface
-ags_runnable_run
-ags_runnable_stop
-<SUBSECTION Standard>
-AGS_IS_RUNNABLE
-AGS_IS_RUNNABLE_INTERFACE
-AGS_RUNNABLE
-AGS_RUNNABLE_GET_INTERFACE
-AGS_RUNNABLE_INTERFACE
-AGS_TYPE_RUNNABLE
-ags_runnable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_save_file</FILE>
-<TITLE>AgsSaveFile</TITLE>
-AgsSaveFile
-AgsSaveFileClass
-ags_save_file_new
-<SUBSECTION Standard>
-AGS_IS_SAVE_FILE
-AGS_IS_SAVE_FILE_CLASS
-AGS_SAVE_FILE
-AGS_SAVE_FILE_CLASS
-AGS_SAVE_FILE_GET_CLASS
-AGS_TYPE_SAVE_FILE
-ags_save_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_scroll_on_play</FILE>
-<TITLE>AgsScrollOnPlay</TITLE>
-AgsScrollOnPlay
-AgsScrollOnPlayClass
-ags_scroll_on_play_new
-<SUBSECTION Standard>
-AGS_IS_SCROLL_ON_PLAY
-AGS_IS_SCROLL_ON_PLAY_CLASS
-AGS_SCROLL_ON_PLAY
-AGS_SCROLL_ON_PLAY_CLASS
-AGS_SCROLL_ON_PLAY_GET_CLASS
-AGS_TYPE_SCROLL_ON_PLAY
-ags_scroll_on_play_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_seekable</FILE>
-<TITLE>AgsSeekable</TITLE>
-AgsSeekable
-AgsSeekableInterface
-ags_seekable_seek
-<SUBSECTION Standard>
-AGS_IS_SEEKABLE
-AGS_IS_SEEKABLE_INTERFACE
-AGS_SEEKABLE
-AGS_SEEKABLE_GET_INTERFACE
-AGS_SEEKABLE_INTERFACE
-AGS_TYPE_SEEKABLE
-ags_seekable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_segment</FILE>
-<TITLE>AgsSegment</TITLE>
-AGS_SEGMENT_FLAGS
-AgsSegment
-AgsSegmentClass
-AgsSegmentFields
-ags_segment_draw_string
-ags_segment_field_off
-ags_segment_field_on
-ags_segment_new
-<SUBSECTION Standard>
-AGS_IS_SEGMENT
-AGS_IS_SEGMENT_CLASS
-AGS_SEGMENT
-AGS_SEGMENT_CLASS
-AGS_SEGMENT_GET_CLASS
-AGS_TYPE_SEGMENT
-ags_segment_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server</FILE>
-<TITLE>AgsServer</TITLE>
-AgsServer
-AgsServerClass
-AgsServerFlags
-ags_server_create_object
-ags_server_lookup
-ags_server_new
-ags_server_object_set_property
-ags_server_start
-<SUBSECTION Standard>
-AGS_IS_SERVER
-AGS_IS_SERVER_CLASS
-AGS_SERVER
-AGS_SERVER_CLASS
-AGS_SERVER_GET_CLASS
-AGS_TYPE_SERVER
-ags_server_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server_preferences</FILE>
-<TITLE>AgsServerPreferences</TITLE>
-AgsServerPreferences
-AgsServerPreferencesClass
-ags_server_preferences_new
-<SUBSECTION Standard>
-AGS_IS_SERVER_PREFERENCES
-AGS_IS_SERVER_PREFERENCES_CLASS
-AGS_SERVER_PREFERENCES
-AGS_SERVER_PREFERENCES_CLASS
-AGS_SERVER_PREFERENCES_GET_CLASS
-AGS_TYPE_SERVER_PREFERENCES
-ags_server_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_audio_channels</FILE>
-<TITLE>AgsSetAudioChannels</TITLE>
-AgsSetAudioChannels
-AgsSetAudioChannelsClass
-ags_set_audio_channels_new
-<SUBSECTION Standard>
-AGS_IS_SET_AUDIO_CHANNELS
-AGS_IS_SET_AUDIO_CHANNELS_CLASS
-AGS_SET_AUDIO_CHANNELS
-AGS_SET_AUDIO_CHANNELS_CLASS
-AGS_SET_AUDIO_CHANNELS_GET_CLASS
-AGS_TYPE_SET_AUDIO_CHANNELS
-ags_set_audio_channels_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_buffer_size</FILE>
-<TITLE>AgsSetBufferSize</TITLE>
-AgsSetBufferSize
-AgsSetBufferSizeClass
-ags_set_buffer_size_new
-<SUBSECTION Standard>
-AGS_IS_SET_BUFFER_SIZE
-AGS_IS_SET_BUFFER_SIZE_CLASS
-AGS_SET_BUFFER_SIZE
-AGS_SET_BUFFER_SIZE_CLASS
-AGS_SET_BUFFER_SIZE_GET_CLASS
-AGS_TYPE_SET_BUFFER_SIZE
-ags_set_buffer_size_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_devout_play_flags</FILE>
-<TITLE>AgsSetDevoutPlayFlags</TITLE>
-AgsSetDevoutPlayFlags
-AgsSetDevoutPlayFlagsClass
-ags_set_devout_play_flags_new
-<SUBSECTION Standard>
-AGS_IS_SET_DEVOUT_PLAY_FLAGS
-AGS_IS_SET_DEVOUT_PLAY_FLAGS_CLASS
-AGS_SET_DEVOUT_PLAY_FLAGS
-AGS_SET_DEVOUT_PLAY_FLAGS_CLASS
-AGS_SET_DEVOUT_PLAY_FLAGS_GET_CLASS
-AGS_TYPE_SET_DEVOUT_PLAY_FLAGS
-ags_set_devout_play_flags_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_muted</FILE>
-<TITLE>AgsSetMuted</TITLE>
-AgsSetMuted
-AgsSetMutedClass
-ags_set_muted_new
-<SUBSECTION Standard>
-AGS_IS_SET_MUTED
-AGS_IS_SET_MUTED_CLASS
-AGS_SET_MUTED
-AGS_SET_MUTED_CLASS
-AGS_SET_MUTED_GET_CLASS
-AGS_TYPE_SET_MUTED
-ags_set_muted_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_output_device</FILE>
-<TITLE>AgsSetOutputDevice</TITLE>
-AgsSetOutputDevice
-AgsSetOutputDeviceClass
-ags_set_output_device_new
-<SUBSECTION Standard>
-AGS_IS_SET_OUTPUT_DEVICE
-AGS_IS_SET_OUTPUT_DEVICE_CLASS
-AGS_SET_OUTPUT_DEVICE
-AGS_SET_OUTPUT_DEVICE_CLASS
-AGS_SET_OUTPUT_DEVICE_GET_CLASS
-AGS_TYPE_SET_OUTPUT_DEVICE
-ags_set_output_device_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_samplerate</FILE>
-<TITLE>AgsSetSamplerate</TITLE>
-AgsSetSamplerate
-AgsSetSamplerateClass
-ags_set_samplerate_new
-<SUBSECTION Standard>
-AGS_IS_SET_SAMPLERATE
-AGS_IS_SET_SAMPLERATE_CLASS
-AGS_SET_SAMPLERATE
-AGS_SET_SAMPLERATE_CLASS
-AGS_SET_SAMPLERATE_GET_CLASS
-AGS_TYPE_SET_SAMPLERATE
-ags_set_samplerate_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sf2_chooser</FILE>
-<TITLE>AgsSF2Chooser</TITLE>
-AgsSF2Chooser
-AgsSF2ChooserClass
-ags_sf2_chooser_completed
-ags_sf2_chooser_new
-ags_sf2_chooser_open
-ags_sf2_chooser_remove_all_from_combo
-<SUBSECTION Standard>
-AGS_IS_SF2_CHOOSER
-AGS_IS_SF2_CHOOSER_CLASS
-AGS_SF2_CHOOSER
-AGS_SF2_CHOOSER_CLASS
-AGS_SF2_CHOOSER_GET_CLASS
-AGS_TYPE_SF2_CHOOSER
-ags_sf2_chooser_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sf2_chooser_callbacks</FILE>
-ags_sf2_chooser_instrument_changed
-ags_sf2_chooser_preset_changed
-ags_sf2_chooser_sample_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_single_thread</FILE>
-<TITLE>AgsSingleThread</TITLE>
-AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE
-AgsSingleThread
-AgsSingleThreadClass
-ags_single_thread_new
-<SUBSECTION Standard>
-AGS_IS_SINGLE_THREAD
-AGS_IS_SINGLE_THREAD_CLASS
-AGS_SINGLE_THREAD
-AGS_SINGLE_THREAD_CLASS
-AGS_SINGLE_THREAD_GET_CLASS
-AGS_TYPE_SINGLE_THREAD
-ags_single_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sndfile</FILE>
-<TITLE>AgsSndfile</TITLE>
-AgsSndfile
-AgsSndfileClass
-AgsSndfileFlags
-ags_sndfile_new
-<SUBSECTION Standard>
-AGS_IS_SNDFILE
-AGS_IS_SNDFILE_CLASS
-AGS_SNDFILE
-AGS_SNDFILE_CLASS
-AGS_SNDFILE_GET_CLASS
-AGS_TYPE_SNDFILE
-ags_sndfile_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_soundcard</FILE>
-<TITLE>AgsSoundcard</TITLE>
-AgsSoundcard
-AgsSoundcardInterface
-ags_soundcard_list_cards
-ags_soundcard_offset_changed
-ags_soundcard_pcm_info
-ags_soundcard_tic
-<SUBSECTION Standard>
-AGS_IS_SOUNDCARD
-AGS_IS_SOUNDCARD_INTERFACE
-AGS_SOUNDCARD
-AGS_SOUNDCARD_GET_INTERFACE
-AGS_SOUNDCARD_INTERFACE
-AGS_TYPE_SOUNDCARD
-ags_soundcard_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stackable</FILE>
-<TITLE>AgsStackable</TITLE>
-AgsStackable
-AgsStackableInterface
-ags_stackable_pop
-ags_stackable_push
-<SUBSECTION Standard>
-AGS_IS_STACKABLE
-AGS_IS_STACKABLE_INTERFACE
-AGS_STACKABLE
-AGS_STACKABLE_GET_INTERFACE
-AGS_STACKABLE_INTERFACE
-AGS_TYPE_STACKABLE
-ags_stackable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_start_devout</FILE>
-<TITLE>AgsStartDevout</TITLE>
-AgsStartDevout
-AgsStartDevoutClass
-ags_start_devout_new
-<SUBSECTION Standard>
-AGS_IS_START_DEVOUT
-AGS_IS_START_DEVOUT_CLASS
-AGS_START_DEVOUT
-AGS_START_DEVOUT_CLASS
-AGS_START_DEVOUT_GET_CLASS
-AGS_TYPE_START_DEVOUT
-ags_start_devout_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream</FILE>
-<TITLE>AgsStream</TITLE>
-AgsStream
-AgsStreamClass
-ags_stream
-ags_stream_new
-<SUBSECTION Standard>
-AGS_STREAM
-AGS_STREAM_CLASS
-AGS_TYPE_STREAM
-ags_stream_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_audio_signal</FILE>
-<TITLE>AgsStreamAudioSignal</TITLE>
-AgsStreamAudioSignal
-AgsStreamAudioSignalClass
-ags_stream_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_AUDIO_SIGNAL
-AGS_IS_STREAM_AUDIO_SIGNAL_CLASS
-AGS_STREAM_AUDIO_SIGNAL
-AGS_STREAM_AUDIO_SIGNAL_CLASS
-AGS_STREAM_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_STREAM_AUDIO_SIGNAL
-ags_stream_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_channel</FILE>
-<TITLE>AgsStreamChannel</TITLE>
-AgsStreamChannel
-AgsStreamChannelClass
-ags_stream_channel_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_CHANNEL
-AGS_IS_STREAM_CHANNEL_CLASS
-AGS_STREAM_CHANNEL
-AGS_STREAM_CHANNEL_CLASS
-AGS_STREAM_CHANNEL_GET_CLASS
-AGS_TYPE_STREAM_CHANNEL
-ags_stream_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_channel_run</FILE>
-<TITLE>AgsStreamChannelRun</TITLE>
-AgsStreamChannelRun
-AgsStreamChannelRunClass
-ags_stream_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_CHANNEL_RUN
-AGS_IS_STREAM_CHANNEL_RUN_CLASS
-AGS_STREAM_CHANNEL_RUN
-AGS_STREAM_CHANNEL_RUN_CLASS
-AGS_STREAM_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_STREAM_CHANNEL_RUN
-ags_stream_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_recycling</FILE>
-<TITLE>AgsStreamRecycling</TITLE>
-AgsStreamRecycling
-AgsStreamRecyclingClass
-ags_stream_recycling_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_RECYCLING
-AGS_IS_STREAM_RECYCLING_CLASS
-AGS_STREAM_RECYCLING
-AGS_STREAM_RECYCLING_CLASS
-AGS_STREAM_RECYCLING_GET_CLASS
-AGS_TYPE_STREAM_RECYCLING
-ags_stream_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth</FILE>
-<TITLE>AgsSynth</TITLE>
-AgsSynth
-AgsSynthClass
-AgsSynthFlags
-ags_synth_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH
-AGS_IS_SYNTH_CLASS
-AGS_SYNTH
-AGS_SYNTH_CLASS
-AGS_SYNTH_GET_CLASS
-AGS_TYPE_SYNTH
-ags_synth_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_callbacks</FILE>
-ags_synth_auto_update_callback
-ags_synth_lower_callback
-ags_synth_parent_set_callback
-ags_synth_update_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_input_line</FILE>
-<TITLE>AgsSynthInputLine</TITLE>
-AgsSynthInputLine
-AgsSynthInputLineClass
-ags_synth_input_line_map_recall
-ags_synth_input_line_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH_INPUT_LINE
-AGS_IS_SYNTH_INPUT_LINE_CLASS
-AGS_SYNTH_INPUT_LINE
-AGS_SYNTH_INPUT_LINE_CLASS
-AGS_SYNTH_INPUT_LINE_GET_CLASS
-AGS_TYPE_SYNTH_INPUT_LINE
-ags_synth_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_input_pad</FILE>
-<TITLE>AgsSynthInputPad</TITLE>
-AgsSynthInputPad
-AgsSynthInputPadClass
-ags_synth_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH_INPUT_PAD
-AGS_IS_SYNTH_INPUT_PAD_CLASS
-AGS_SYNTH_INPUT_PAD
-AGS_SYNTH_INPUT_PAD_CLASS
-AGS_SYNTH_INPUT_PAD_GET_CLASS
-AGS_TYPE_SYNTH_INPUT_PAD
-ags_synth_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synths</FILE>
-ags_synth_saw
-ags_synth_sin
-ags_synth_square
-ags_synth_triangle
-</SECTION>
-
-<SECTION>
-<FILE>ags_synths</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_table</FILE>
-<TITLE>AgsTable</TITLE>
-AgsTable
-AgsTableClass
-ags_table_new
-<SUBSECTION Standard>
-AGS_IS_TABLE
-AGS_IS_TABLE_CLASS
-AGS_TABLE
-AGS_TABLE_CLASS
-AGS_TABLE_GET_CLASS
-AGS_TYPE_TABLE
-ags_table_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_tactable</FILE>
-<TITLE>AgsTactable</TITLE>
-AgsTactable
-AgsTactableInterface
-ags_tactable_change_bpm
-ags_tactable_change_notation_duration
-ags_tactable_change_sequencer_duration
-ags_tactable_change_tact
-<SUBSECTION Standard>
-AGS_IS_TACTABLE
-AGS_IS_TACTABLE_INTERFACE
-AGS_TACTABLE
-AGS_TACTABLE_GET_INTERFACE
-AGS_TACTABLE_INTERFACE
-AGS_TYPE_TACTABLE
-ags_tactable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_task</FILE>
-<TITLE>AgsTask</TITLE>
-AgsTask
-AgsTaskClass
-AgsTaskFlags
-ags_task_failure
-ags_task_launch
-ags_task_new
-<SUBSECTION Standard>
-AGS_IS_TASK
-AGS_IS_TASK_CLASS
-AGS_TASK
-AGS_TASK_CLASS
-AGS_TASK_GET_CLASS
-AGS_TYPE_TASK
-ags_task_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_task_thread</FILE>
-<TITLE>AgsTaskThread</TITLE>
-AGS_TASK_THREAD_DEFAULT_JIFFIE
-AgsTaskThread
-AgsTaskThreadAppend
-AgsTaskThreadClass
-ags_task_thread_append_task
-ags_task_thread_append_tasks
-ags_task_thread_new
-<SUBSECTION Standard>
-AGS_IS_TASK_THREAD
-AGS_IS_TASK_THREAD_CLASS
-AGS_TASK_THREAD
-AGS_TASK_THREAD_CLASS
-AGS_TASK_THREAD_GET_CLASS
-AGS_TYPE_TASK_THREAD
-ags_task_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread-kthreads</FILE>
-<TITLE>AgsThread</TITLE>
-AGS_THREAD_RESUME_SIG
-AGS_THREAD_STACKSIZE
-AGS_THREAD_SUSPEND_SIG
-AgsThread
-AgsThreadClass
-AgsThreadFlags
-MSEC_PER_SEC
-NSEC_PER_SEC
-ags_thread_add_child
-ags_thread_children_is_locked
-ags_thread_first
-ags_thread_get_toplevel
-ags_thread_hangcheck
-ags_thread_is_current_ready
-ags_thread_is_tree_ready
-ags_thread_last
-ags_thread_lock
-ags_thread_lock_all
-ags_thread_lock_children
-ags_thread_lock_parent
-ags_thread_lock_sibling
-ags_thread_new
-ags_thread_next_children_locked
-ags_thread_next_parent_locked
-ags_thread_next_sibling_locked
-ags_thread_parental_is_locked
-ags_thread_remove_child
-ags_thread_resume
-ags_thread_run
-ags_thread_set_sync
-ags_thread_set_sync_all
-ags_thread_sibling_is_locked
-ags_thread_signal_children
-ags_thread_signal_parent
-ags_thread_signal_sibling
-ags_thread_start
-ags_thread_stop
-ags_thread_suspend
-ags_thread_timelock
-ags_thread_trylock
-ags_thread_unlock
-ags_thread_unlock_all
-ags_thread_unlock_children
-ags_thread_unlock_parent
-ags_thread_unlock_sibling
-ags_thread_wait_children
-ags_thread_wait_parent
-ags_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_THREAD
-AGS_IS_THREAD_CLASS
-AGS_THREAD
-AGS_THREAD_CLASS
-AGS_THREAD_GET_CLASS
-AGS_TYPE_THREAD
-ags_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread-posix</FILE>
-<TITLE>AgsThread</TITLE>
-AGS_ACCOUNTING_TABLE
-AGS_THREAD_DEFAULT_ATTACK
-AGS_THREAD_DEFAULT_JIFFIE
-AGS_THREAD_MAX_PRECISION
-AGS_THREAD_RESUME_SIG
-AGS_THREAD_SUSPEND_SIG
-AgsAccountingTable
-AgsThread
-AgsThreadClass
-AgsThreadFlags
-MSEC_PER_SEC
-NSEC_PER_SEC
-ags_accounting_table_alloc
-ags_accounting_table_set_sanity
-ags_thread_add_child
-ags_thread_children_is_locked
-ags_thread_first
-ags_thread_get_toplevel
-ags_thread_hangcheck
-ags_thread_is_current_ready
-ags_thread_is_tree_ready
-ags_thread_last
-ags_thread_lock
-ags_thread_lock_all
-ags_thread_lock_children
-ags_thread_lock_parent
-ags_thread_lock_sibling
-ags_thread_new
-ags_thread_next_children_locked
-ags_thread_next_parent_locked
-ags_thread_next_sibling_locked
-ags_thread_parental_is_locked
-ags_thread_remove_child
-ags_thread_resume
-ags_thread_run
-ags_thread_set_sync
-ags_thread_set_sync_all
-ags_thread_sibling_is_locked
-ags_thread_signal_children
-ags_thread_signal_parent
-ags_thread_signal_sibling
-ags_thread_start
-ags_thread_stop
-ags_thread_suspend
-ags_thread_timelock
-ags_thread_trylock
-ags_thread_unlock
-ags_thread_unlock_all
-ags_thread_unlock_children
-ags_thread_unlock_parent
-ags_thread_unlock_sibling
-ags_thread_wait_children
-ags_thread_wait_parent
-ags_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_THREAD
-AGS_IS_THREAD_CLASS
-AGS_THREAD
-AGS_THREAD_CLASS
-AGS_THREAD_GET_CLASS
-AGS_TYPE_THREAD
-ags_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread_pool</FILE>
-<TITLE>AgsThreadPool</TITLE>
-AgsThreadPool
-AgsThreadPoolClass
-AgsThreadPoolFlags
-ags_thread_pool_new
-ags_thread_pool_pull
-ags_thread_pool_start
-<SUBSECTION Standard>
-AGS_IS_THREAD_POOL
-AGS_IS_THREAD_POOL_CLASS
-AGS_THREAD_POOL
-AGS_THREAD_POOL_CLASS
-AGS_THREAD_POOL_GET_CLASS
-AGS_TYPE_THREAD_POOL
-ags_thread_pool_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timebar</FILE>
-<TITLE>AgsTimebar</TITLE>
-AgsTimebar
-AgsTimebarClass
-ags_timebar_new
-<SUBSECTION Standard>
-AGS_IS_TIMEBAR
-AGS_IS_TIMEBAR_CLASS
-AGS_TIMEBAR
-AGS_TIMEBAR_CLASS
-AGS_TIMEBAR_GET_CLASS
-AGS_TYPE_TIMEBAR
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp</FILE>
-<TITLE>AgsTimestamp</TITLE>
-AgsTimestamp
-AgsTimestampClass
-AgsTimestampFlags
-ags_timestamp_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP
-AGS_IS_TIMESTAMP_CLASS
-AGS_TIMESTAMP
-AGS_TIMESTAMP_CLASS
-AGS_TIMESTAMP_GET_CLASS
-AGS_TYPE_TIMESTAMP
-ags_timestamp_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp_factory</FILE>
-<TITLE>AgsTimestampFactory</TITLE>
-AgsTimestampFactory
-AgsTimestampFactoryClass
-AgsTimestampFactoryFlags
-ags_timestamp_factory_create
-ags_timestamp_factory_get_instance
-ags_timestamp_factory_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP_FACTORY
-AGS_IS_TIMESTAMP_FACTORY_CLASS
-AGS_TIMESTAMP_FACTORY
-AGS_TIMESTAMP_FACTORY_CLASS
-AGS_TIMESTAMP_FACTORY_GET_CLASS
-AGS_TYPE_TIMESTAMP_FACTORY
-ags_timestamp_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp_thread</FILE>
-<TITLE>AgsTimestampThread</TITLE>
-AGS_MICROSECONDS_PER_SECOND
-AGS_TIMESTAMP_THREAD_DEFAULT_BPM
-AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE
-AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE
-AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE
-AGS_TIMESTAMP_THREAD_DEFAULT_TIC
-AgsTimestampThread
-AgsTimestampThreadClass
-ags_timestamp_thread_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP_THREAD
-AGS_IS_TIMESTAMP_THREAD_CLASS
-AGS_TIMESTAMP_THREAD
-AGS_TIMESTAMP_THREAD_CLASS
-AGS_TIMESTAMP_THREAD_GET_CLASS
-AGS_TYPE_TIMESTAMP_THREAD
-ags_timestamp_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toggle_led</FILE>
-<TITLE>AgsToggleLed</TITLE>
-AgsToggleLed
-AgsToggleLedClass
-ags_toggle_led_new
-<SUBSECTION Standard>
-AGS_IS_TOGGLE_LED
-AGS_IS_TOGGLE_LED_CLASS
-AGS_TOGGLE_LED
-AGS_TOGGLE_LED_CLASS
-AGS_TOGGLE_LED_GET_CLASS
-AGS_TYPE_TOGGLE_LED
-ags_toggle_led_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toggle_pattern_bit</FILE>
-<TITLE>AgsTogglePatternBit</TITLE>
-AgsTogglePatternBit
-AgsTogglePatternBitClass
-ags_toggle_pattern_bit_new
-ags_toggle_pattern_bit_refresh_gui
-<SUBSECTION Standard>
-AGS_IS_TOGGLE_PATTERN_BIT
-AGS_IS_TOGGLE_PATTERN_BIT_CLASS
-AGS_TOGGLE_PATTERN_BIT
-AGS_TOGGLE_PATTERN_BIT_CLASS
-AGS_TOGGLE_PATTERN_BIT_GET_CLASS
-AGS_TYPE_TOGGLE_PATTERN_BIT
-ags_toggle_pattern_bit_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar</FILE>
-<TITLE>AgsToolbar</TITLE>
-AgsToolbar
-AgsToolbarClass
-ags_toolbar_new
-<SUBSECTION Standard>
-AGS_IS_TOOLBAR
-AGS_IS_TOOLBAR_CLASS
-AGS_TOOLBAR
-AGS_TOOLBAR_CLASS
-AGS_TOOLBAR_GET_CLASS
-AGS_TYPE_TOOLBAR
-ags_toolbar_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar_callbacks</FILE>
-ags_toolbar_clear_callback
-ags_toolbar_copy_or_cut_callback
-ags_toolbar_destroy_callback
-ags_toolbar_edit_callback
-ags_toolbar_mode_callback
-ags_toolbar_paste_callback
-ags_toolbar_position_callback
-ags_toolbar_select_callback
-ags_toolbar_show_callback
-ags_toolbar_zoom_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar_mode_stock</FILE>
-AGS_TOOLBAR_MODE_ALL_CHANNELS
-AGS_TOOLBAR_MODE_MULTI_CHANNEL
-AGS_TOOLBAR_MODE_SINGLE_CHANNEL
-</SECTION>
-
-<SECTION>
-<FILE>ags_tree_iterator</FILE>
-<TITLE>AgsTreeIterator</TITLE>
-AgsTreeIterator
-AgsTreeIteratorInterface
-ags_tree_iterator_is_inverse_mode
-ags_tree_iterator_iterate
-ags_tree_iterator_iterate_nested
-ags_tree_iterator_safe_iterate
-ags_tree_iterator_safe_iterate_nested
-ags_tree_iterator_set_inverse_mode
-<SUBSECTION Standard>
-AGS_IS_TREE_ITERATOR
-AGS_IS_TREE_ITERATOR_INTERFACE
-AGS_TREE_ITERATOR
-AGS_TREE_ITERATOR_GET_INTERFACE
-AGS_TREE_ITERATOR_INTERFACE
-AGS_TYPE_TREE_ITERATOR
-ags_tree_iterator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_unref_audio_signal</FILE>
-<TITLE>AgsUnrefAudioSignal</TITLE>
-AgsUnrefAudioSignal
-AgsUnrefAudioSignalClass
-ags_unref_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_UNREF_AUDIO_SIGNAL
-AGS_IS_UNREF_AUDIO_SIGNAL_CLASS
-AGS_TYPE_UNREF_AUDIO_SIGNAL
-AGS_UNREF_AUDIO_SIGNAL
-AGS_UNREF_AUDIO_SIGNAL_CLASS
-AGS_UNREF_AUDIO_SIGNAL_GET_CLASS
-ags_unref_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_vindicator</FILE>
-<TITLE>AgsVIndicator</TITLE>
-AgsVIndicator
-AgsVIndicatorClass
-ags_vindicator_new
-<SUBSECTION Standard>
-AGS_IS_VINDICATOR
-AGS_IS_VINDICATOR_CLASS
-AGS_TYPE_VINDICATOR
-AGS_VINDICATOR
-AGS_VINDICATOR_CLASS
-AGS_VINDICATOR_GET_CLASS
-ags_vindicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_audio_signal</FILE>
-<TITLE>AgsVolumeAudioSignal</TITLE>
-AgsVolumeAudioSignal
-AgsVolumeAudioSignalClass
-ags_volume_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_AUDIO_SIGNAL
-AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS
-AGS_TYPE_VOLUME_AUDIO_SIGNAL
-AGS_VOLUME_AUDIO_SIGNAL
-AGS_VOLUME_AUDIO_SIGNAL_CLASS
-AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS
-ags_volume_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_channel</FILE>
-<TITLE>AgsVolumeChannel</TITLE>
-AgsVolumeChannel
-AgsVolumeChannelClass
-ags_volume_channel_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_CHANNEL
-AGS_IS_VOLUME_CHANNEL_CLASS
-AGS_TYPE_VOLUME_CHANNEL
-AGS_VOLUME_CHANNEL
-AGS_VOLUME_CHANNEL_CLASS
-AGS_VOLUME_CHANNEL_GET_CLASS
-ags_volume_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_channel_run</FILE>
-<TITLE>AgsVolumeChannelRun</TITLE>
-AgsVolumeChannelRun
-AgsVolumeChannelRunClass
-ags_volume_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_CHANNEL_RUN
-AGS_IS_VOLUME_CHANNEL_RUN_CLASS
-AGS_TYPE_VOLUME_CHANNEL_RUN
-AGS_VOLUME_CHANNEL_RUN
-AGS_VOLUME_CHANNEL_RUN_CLASS
-AGS_VOLUME_CHANNEL_RUN_GET_CLASS
-ags_volume_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_recycling</FILE>
-<TITLE>AgsVolumeRecycling</TITLE>
-AgsVolumeRecycling
-AgsVolumeRecyclingClass
-ags_volume_recycling_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_RECYCLING
-AGS_IS_VOLUME_RECYCLING_CLASS
-AGS_TYPE_VOLUME_RECYCLING
-AGS_VOLUME_RECYCLING
-AGS_VOLUME_RECYCLING_CLASS
-AGS_VOLUME_RECYCLING_GET_CLASS
-ags_volume_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_waveform</FILE>
-<TITLE>AgsWaveform</TITLE>
-AgsWaveform
-AgsWaveformClass
-ags_waveform_new
-<SUBSECTION Standard>
-AGS_IS_WAVEFORM
-AGS_IS_WAVEFORM_CLASS
-AGS_TYPE_WAVEFORM
-AGS_WAVEFORM
-AGS_WAVEFORM_CLASS
-AGS_WAVEFORM_GET_CLASS
-ags_waveform_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_window</FILE>
-<TITLE>AgsWindow</TITLE>
-AGS_MACHINE_COUNTER
-AgsMachineCounter
-AgsWindow
-AgsWindowClass
-AgsWindowFlags
-ags_machine_counter_alloc
-ags_window_decrement_machine_counter
-ags_window_find_machine_counter
-ags_window_increment_machine_counter
-ags_window_new
-<SUBSECTION Standard>
-AGS_IS_WINDOW
-AGS_IS_WINDOW_CLASS
-AGS_TYPE_WINDOW
-AGS_WINDOW
-AGS_WINDOW_CLASS
-AGS_WINDOW_GET_CLASS
-ags_window_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_window_callbacks</FILE>
-ags_window_delete_event_callback
-</SECTION>
-
-<SECTION>
-<FILE>jmath</FILE>
-j_math_algebra_brackeds_out
-j_math_algebra_functions_out
-j_math_algebra_operations_out
-j_math_algebra_solve
-j_math_and
-j_math_cut_leading_zeros
-j_math_exclusive_or
-j_math_exp
-j_math_exp2
-j_math_gauss
-j_math_get_first_level_operator
-j_math_get_second_level_operator
-j_math_is_function
-j_math_is_function_backward
-j_math_is_operator
-j_math_less
-j_math_make_valid
-j_math_more
-j_math_or
-j_math_put_null_at_beginning
-j_math_put_null_at_end
-j_math_root
-j_math_root2
-j_math_solve_arithmetic
-j_math_sort_array
-j_math_width
-j_math_width_list
-</SECTION>
-
-<SECTION>
-<FILE>main</FILE>
-<TITLE>AgsMain</TITLE>
-AGS_BUILD_ID
-AGS_EFFECTS_DEFAULT_VERSION
-AGS_PRIORITY
-AGS_VERSION
-ALSA_PCM_NEW_HW_PARAMS_API
-AgsMain
-AgsMainClass
-AgsMainFlags
-ags_main_add_devout
-ags_main_load_config
-ags_main_new
-ags_main_quit
-ags_main_register_machine_type
-ags_main_register_recall_type
-ags_main_register_task_type
-ags_main_register_thread_type
-ags_main_register_widget_type
-<SUBSECTION Standard>
-AGS_IS_MAIN
-AGS_IS_MAIN_CLASS
-AGS_MAIN
-AGS_MAIN_CLASS
-AGS_MAIN_GET_CLASS
-AGS_TYPE_MAIN
-ags_main_get_type
-</SECTION>
-
diff --git a/doc/reference/ags/ags-decl.txt b/doc/reference/ags/ags-decl.txt
deleted file mode 100644
index b6ef93e..0000000
--- a/doc/reference/ags/ags-decl.txt
+++ /dev/null
@@ -1,21600 +0,0 @@
-<MACRO>
-<NAME>ALSA_PCM_NEW_HW_PARAMS_API</NAME>
-#define ALSA_PCM_NEW_HW_PARAMS_API
-</MACRO>
-<MACRO>
-<NAME>AGS_TYPE_MAIN</NAME>
-#define AGS_TYPE_MAIN                (ags_main_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN</NAME>
-#define AGS_MAIN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MAIN, AgsMain))
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN_CLASS</NAME>
-#define AGS_MAIN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MAIN, AgsMainClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MAIN</NAME>
-#define AGS_IS_MAIN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MAIN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MAIN_CLASS</NAME>
-#define AGS_IS_MAIN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MAIN))
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN_GET_CLASS</NAME>
-#define AGS_MAIN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_MAIN, AgsMainClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_VERSION</NAME>
-#define AGS_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_BUILD_ID</NAME>
-#define AGS_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECTS_DEFAULT_VERSION</NAME>
-#define AGS_EFFECTS_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_PRIORITY</NAME>
-#define AGS_PRIORITY (49)
-</MACRO>
-<ENUM>
-<NAME>AgsMainFlags</NAME>
-typedef enum{
-  AGS_MAIN_SINGLE_THREAD      = 1,
-  AGS_MAIN_CONNECTED          = 1 <<  1,
-}AgsMainFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsMain</NAME>
-struct _AgsMain
-{
-  GObject object;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-#ifdef AGS_WITH_XMLRPC_C
-  xmlrpc_env env;
-#endif
-
-  AgsThread *main_loop;
-  AgsThread *autosave_thread;
-  AgsThreadPool *thread_pool;
-
-  AgsServer *server;
-
-  GList *devout;
-
-  AgsWindow *window;
-
-  AgsConfig *config;
-  AgsLog *log;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMainClass</NAME>
-struct _AgsMainClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_main_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_load_config</NAME>
-<RETURNS>void  </RETURNS>
-AgsMain *ags_main 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_add_devout</NAME>
-<RETURNS>void  </RETURNS>
-AgsMain *ags_main, AgsDevout *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_register_thread_type</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_register_recall_type</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_register_task_type</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_register_widget_type</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_register_machine_type</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_quit</NAME>
-<RETURNS>void  </RETURNS>
-AgsMain *ags_main 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_new</NAME>
-<RETURNS>AgsMain * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECYCLING</NAME>
-#define AGS_TYPE_RECYCLING                (ags_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING</NAME>
-#define AGS_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECYCLING, AgsRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_CLASS</NAME>
-#define AGS_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECYCLING, AgsRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING</NAME>
-#define AGS_IS_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING_CLASS</NAME>
-#define AGS_IS_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_GET_CLASS</NAME>
-#define AGS_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECYCLING, AgsRecyclingClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecyclingFlags</NAME>
-typedef enum{
-  AGS_RECYCLING_MUTED           =  1,
-}AgsRecyclingFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecycling</NAME>
-struct _AgsRecycling
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *channel;
-  GObject *devout;
-
-  AgsRecycling *parent;
-
-  AgsRecycling *next;
-  AgsRecycling *prev;
-
-  GList *audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecyclingClass</NAME>
-struct _AgsRecyclingClass
-{
-  GObjectClass object;
-
-  void (*add_audio_signal)(AgsRecycling *recycling,
-			   AgsAudioSignal *audio_signal);
-  void (*remove_audio_signal)(AgsRecycling *recycling,
-			      AgsAudioSignal *audio_signal);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_set_devout</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecycling *recycling, GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_add_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_remove_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_create_audio_signal_with_defaults</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_create_audio_signal_with_frame_count</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal, guint frame_count, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_position</NAME>
-<RETURNS>gint  </RETURNS>
-AgsRecycling *start_recycling, AgsRecycling *end_region, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_find_next_channel</NAME>
-<RETURNS>AgsRecycling * </RETURNS>
-AgsRecycling *start_region, AgsRecycling *end_region, GObject *prev_channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_new</NAME>
-<RETURNS>AgsRecycling * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TIMESTAMP</NAME>
-#define AGS_TYPE_TIMESTAMP                (ags_timestamp_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP</NAME>
-#define AGS_TIMESTAMP(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIMESTAMP, AgsTimestamp))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_CLASS</NAME>
-#define AGS_TIMESTAMP_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TIMESTAMP, AgsTimestampClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP</NAME>
-#define AGS_IS_TIMESTAMP(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TIMESTAMP))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP_CLASS</NAME>
-#define AGS_IS_TIMESTAMP_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TIMESTAMP))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_GET_CLASS</NAME>
-#define AGS_TIMESTAMP_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_TIMESTAMP, AgsTimestampClass))
-</MACRO>
-<ENUM>
-<NAME>AgsTimestampFlags</NAME>
-typedef enum{
-  AGS_TIMESTAMP_UNIX      = 1,
-  AGS_TIMESTAMP_OUTDATED  = 1 << 1,
-}AgsTimestampFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsTimestamp</NAME>
-struct _AgsTimestamp
-{
-  GObject object;
-
-  guint flags;
-  
-  union{
-    struct _unix{
-      time_t time_val;
-    }unix_time;
-  }timer;
-
-  guint delay;
-  guint attack;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTimestampClass</NAME>
-struct _AgsTimestampClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_timestamp_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timestamp_new</NAME>
-<RETURNS>AgsTimestamp * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_DEPENDENCY</NAME>
-#define AGS_TYPE_RECALL_DEPENDENCY                (ags_recall_dependency_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_DEPENDENCY</NAME>
-#define AGS_RECALL_DEPENDENCY(obj)                (G_TYPE_CHECK_INSTANCE_CAST ((obj), AGS_TYPE_RECALL_DEPENDENCY, AgsRecallDependency))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_DEPENDENCY_CLASS</NAME>
-#define AGS_RECALL_DEPENDENCY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST ((class), AGS_TYPE_RECALL_DEPENDENCY, AgsRecallDependencyClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_DEPENDENCY</NAME>
-#define AGS_IS_RECALL_DEPENDENCY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_DEPENDENCY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_DEPENDENCY_CLASS</NAME>
-#define AGS_IS_RECALL_DEPENDENCY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_DEPENDENCY))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_DEPENDENCY_GET_CLASS</NAME>
-#define AGS_RECALL_DEPENDENCY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_DEPENDENCY, AgsRecallDependencyClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallDependency</NAME>
-struct _AgsRecallDependency
-{
-  GObject object;
-
-  GObject *dependency;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallDependencyClass</NAME>
-struct _AgsRecallDependencyClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_dependency_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_dependency_find_dependency</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall_dependencies, GObject *dependency 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_dependency_find_dependency_by_provider</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall_dependencies, GObject *provider 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_dependency_resolve</NAME>
-<RETURNS>GObject * </RETURNS>
-AgsRecallDependency *recall_dependency, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_dependency_new</NAME>
-<RETURNS>AgsRecallDependency * </RETURNS>
-GObject *dependency 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_NOTATION</NAME>
-#define AGS_TYPE_NOTATION                (ags_notation_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION</NAME>
-#define AGS_NOTATION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTATION, AgsNotation))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_CLASS</NAME>
-#define AGS_NOTATION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTATION, AgsNotationClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTATION</NAME>
-#define AGS_IS_NOTATION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_NOTATION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTATION_CLASS</NAME>
-#define AGS_IS_NOTATION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_NOTATION))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_GET_CLASS</NAME>
-#define AGS_NOTATION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_NOTATION, AgsNotationClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_DEFAULT_BPM</NAME>
-#define AGS_NOTATION_DEFAULT_BPM (120.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_TICS_PER_BEAT</NAME>
-#define AGS_NOTATION_TICS_PER_BEAT (4.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_MINIMUM_NOTE_LENGTH</NAME>
-#define AGS_NOTATION_MINIMUM_NOTE_LENGTH (1.0 / 16.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_MAXIMUM_NOTE_LENGTH</NAME>
-#define AGS_NOTATION_MAXIMUM_NOTE_LENGTH (16.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_DEFAULT_LENGTH</NAME>
-#define AGS_NOTATION_DEFAULT_LENGTH (65535.0 / AGS_NOTATION_TICS_PER_BEAT - AGS_NOTATION_MAXIMUM_NOTE_LENGTH)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_DEFAULT_JIFFIE</NAME>
-#define AGS_NOTATION_DEFAULT_JIFFIE (60.0 / AGS_NOTATION_DEFAULT_BPM / AGS_NOTATION_TICS_PER_BEAT)
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTATION_DEFAULT_DURATION</NAME>
-#define AGS_NOTATION_DEFAULT_DURATION (AGS_NOTATION_DEFAULT_LENGTH * AGS_NOTATION_DEFAULT_JIFFIE * AGS_MICROSECONDS_PER_SECOND)
-</MACRO>
-<ENUM>
-<NAME>AgsNotationFlags</NAME>
-typedef enum{
-  AGS_NOTATION_STICKY              =  1,
-  AGS_NOTATION_INDICATED_LENGTH    =  1 <<  1,
-}AgsNotationFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsNotation</NAME>
-struct _AgsNotation
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *timestamp;
-
-  guint audio_channel;
-  GObject *audio;
-
-  gchar *key;
-  gdouble base_frequency;
-
-  gdouble tact;
-  gdouble bpm;
-
-  gdouble maximum_note_length;
-
-  GList *notes;
-  
-  gdouble start_loop;
-  gdouble end_loop;
-  gdouble offset;
-
-  GList *selection;
-
-  GObject *port;
-
-  GList *current_notes;
-  GList *next_notes;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNotationClass</NAME>
-struct _AgsNotationClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_notation_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_find_near_timestamp</NAME>
-<RETURNS>GList * </RETURNS>
-GList *notation, guint audio_channel, GObject *timestamp 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_add_note</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, AgsNote *note, gboolean use_selection_list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_remove_note_at_position</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsNotation *notation, guint x, guint y 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_get_selection</NAME>
-<RETURNS>GList * </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_is_note_selected</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsNotation *notation, AgsNote *note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_find_point</NAME>
-<RETURNS>AgsNote * </RETURNS>
-AgsNotation *notation, guint x, guint y, gboolean use_selection_list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_find_region</NAME>
-<RETURNS>GList * </RETURNS>
-AgsNotation *notation, guint x0, guint y0, guint x1, guint y1, gboolean use_selection_list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_free_selection</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_add_point_to_selection</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, guint x, guint y, gboolean replace_current_selection 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_remove_point_from_selection</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, guint x, guint y 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_add_region_to_selection</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, guint x0, guint y0, guint x1, guint y1, gboolean replace_current_selection 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_remove_region_from_selection</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, guint x0, guint y0, guint x1, guint y1 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_copy_selection</NAME>
-<RETURNS>xmlNodePtr  </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_cut_selection</NAME>
-<RETURNS>xmlNodePtr  </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_insert_from_clipboard</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotation *notation, xmlNodePtr content, gboolean reset_x_offset, guint x_offset, gboolean reset_y_offset, guint y_offset 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_get_current</NAME>
-<RETURNS>GList * </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notation_new</NAME>
-<RETURNS>AgsNotation * </RETURNS>
-guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY</NAME>
-#define AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY                (ags_recall_channel_run_dummy_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN_DUMMY</NAME>
-#define AGS_RECALL_CHANNEL_RUN_DUMMY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummy))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL_RUN_DUMMY</NAME>
-#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS</NAME>
-#define AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY, AgsRecallChannelRunDummyClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallChannelRunDummy</NAME>
-struct _AgsRecallChannelRunDummy
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  GType recycling_dummy_child_type;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallChannelRunDummyClass</NAME>
-struct _AgsRecallChannelRunDummyClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_channel_run_dummy_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_run_dummy_new</NAME>
-<RETURNS>AgsRecallChannelRunDummy * </RETURNS>
-AgsChannel *source, GType child_type, GType recycling_dummy_child_type 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_AUDIO_RUN</NAME>
-#define AGS_TYPE_RECALL_AUDIO_RUN                (ags_recall_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_RUN</NAME>
-#define AGS_RECALL_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_RUN_CLASS</NAME>
-#define AGS_RECALL_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO_RUN</NAME>
-#define AGS_IS_RECALL_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_RECALL_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_RECALL_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_AUDIO_RUN, AgsRecallAudioRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallAudioRun</NAME>
-struct _AgsRecallAudioRun
-{
-  AgsRecall recall;
-
-  AgsRecallAudio *recall_audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallAudioRunClass</NAME>
-struct _AgsRecallAudioRunClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_audio_run_new</NAME>
-<RETURNS>AgsRecallAudioRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TASK</NAME>
-#define AGS_TYPE_TASK                (ags_task_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK</NAME>
-#define AGS_TASK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TASK, AgsTask))
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_CLASS</NAME>
-#define AGS_TASK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TASK, AgsTaskClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TASK</NAME>
-#define AGS_IS_TASK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TASK))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TASK_CLASS</NAME>
-#define AGS_IS_TASK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_TASK))
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_GET_CLASS</NAME>
-#define AGS_TASK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TASK, AgsTaskClass)))
-</MACRO>
-<ENUM>
-<NAME>AgsTaskFlags</NAME>
-typedef enum{
-  AGS_TASK_LOCKED = 1,
-}AgsTaskFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsTask</NAME>
-struct _AgsTask
-{
-  GObject object;
-
-  guint flags;
-
-  char *name;
-
-  guint delay;
-
-  pthread_cond_t wait_sync_task_cond;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTaskClass</NAME>
-struct _AgsTaskClass
-{
-  GObjectClass object;
-
-  void (*launch)(AgsTask *task);
-
-  void (*failure)(AgsTask *task, GError *error);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_task_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_launch</NAME>
-<RETURNS>void  </RETURNS>
-AgsTask *task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_failure</NAME>
-<RETURNS>void  </RETURNS>
-AgsTask *task, GError *error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_new</NAME>
-<RETURNS>AgsTask * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TIMESTAMP_FACTORY</NAME>
-#define AGS_TYPE_TIMESTAMP_FACTORY                (ags_timestamp_factory_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_FACTORY</NAME>
-#define AGS_TIMESTAMP_FACTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIMESTAMP_FACTORY, AgsTimestampFactory))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_FACTORY_CLASS</NAME>
-#define AGS_TIMESTAMP_FACTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TIMESTAMP_FACTORY, AgsTimestampFactoryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP_FACTORY</NAME>
-#define AGS_IS_TIMESTAMP_FACTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TIMESTAMP_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP_FACTORY_CLASS</NAME>
-#define AGS_IS_TIMESTAMP_FACTORY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TIMESTAMP_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_FACTORY_GET_CLASS</NAME>
-#define AGS_TIMESTAMP_FACTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_TIMESTAMP_FACTORY, AgsTimestampFactoryClass))
-</MACRO>
-<ENUM>
-<NAME>AgsTimestampFactoryFlags</NAME>
-typedef enum{
-  AGS_TIMESTAMP_FACTORY_UNIX      = 1,
-}AgsTimestampFactoryFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsTimestampFactory</NAME>
-struct _AgsTimestampFactory
-{
-  GObject object;
-
-  guint flags;
-
-  GList *timestamp;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTimestampFactoryClass</NAME>
-struct _AgsTimestampFactoryClass
-{
-  GObjectClass object;
-  
-  AgsTimestamp* (*create)(AgsTimestampFactory *timestamp_factory,
-			  AgsTimestamp *predecor);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_timestamp_factory_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timestamp_factory_create</NAME>
-<RETURNS>AgsTimestamp * </RETURNS>
-AgsTimestampFactory *timestamp_factory, AgsTimestamp *predecor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timestamp_factory_get_instance</NAME>
-<RETURNS>AgsTimestampFactory * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timestamp_factory_new</NAME>
-<RETURNS>AgsTimestampFactory * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL</NAME>
-#define AGS_TYPE_RECALL                (ags_recall_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL</NAME>
-#define AGS_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL, AgsRecall))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CLASS</NAME>
-#define AGS_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL, AgsRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL</NAME>
-#define AGS_IS_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CLASS</NAME>
-#define AGS_IS_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_GET_CLASS</NAME>
-#define AGS_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL, AgsRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_HANDLER</NAME>
-#define AGS_RECALL_HANDLER(handler)    ((AgsRecallHandler *)(handler))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_DEFAULT_VERSION</NAME>
-#define AGS_RECALL_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_DEFAULT_BUILD_ID</NAME>
-#define AGS_RECALL_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<ENUM>
-<NAME>AgsRecallFlags</NAME>
-typedef enum{
-  AGS_RECALL_CONNECTED             = 1,
-  AGS_RECALL_RUN_INITIALIZED       = 1 <<  1, //TODO:JK: rename to AGS_RECALL_RUN_CONNECTED
-  AGS_RECALL_TEMPLATE              = 1 <<  2,
-  AGS_RECALL_PLAYBACK              = 1 <<  3,
-  AGS_RECALL_SEQUENCER             = 1 <<  4,
-  AGS_RECALL_NOTATION              = 1 <<  5,
-  AGS_RECALL_DEFAULT_TEMPLATE      = 1 <<  6,
-  //TODO:JK: remove because it's useless
-  //  AGS_RECALL_IS_REAL               = 1 <<  7,
-  AGS_RECALL_INPUT_ORIENTATED      = 1 <<  8,
-  AGS_RECALL_OUTPUT_ORIENTATED     = 1 <<  9,
-  AGS_RECALL_PERSISTENT            = 1 << 10,
-  AGS_RECALL_INITIAL_RUN           = 1 << 11,
-  AGS_RECALL_TERMINATING           = 1 << 12,
-  AGS_RECALL_DONE                  = 1 << 13,
-  AGS_RECALL_REMOVE                = 1 << 14,
-  AGS_RECALL_HIDE                  = 1 << 15,
-  AGS_RECALL_PROPAGATE_DONE        = 1 << 16, // see ags_recall_real_remove
-  AGS_RECALL_PERSISTENT_PLAYBACK   = 1 << 17,
-  AGS_RECALL_PERSISTENT_SEQUENCER  = 1 << 18,
-  AGS_RECALL_PERSISTENT_NOTATION   = 1 << 19,
-  AGS_RECALL_SKIP_DEPENDENCIES     = 1 << 20,
-}AgsRecallFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsRecallNotifyDependencyMode</NAME>
-typedef enum{
-  AGS_RECALL_NOTIFY_RUN,
-  AGS_RECALL_NOTIFY_AUDIO,
-  AGS_RECALL_NOTIFY_AUDIO_RUN,
-  AGS_RECALL_NOTIFY_CHANNEL,
-  AGS_RECALL_NOTIFY_CHANNEL_RUN,
-  AGS_RECALL_NOTIFY_RECALL,
-}AgsRecallNotifyDependencyMode;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecall</NAME>
-struct _AgsRecall
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-  GObject *container; // see AgsRecallContainer
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *effect;
-  gchar *name;
-
-  gchar *xml_type;
-
-  GList *dependencies;
-
-  AgsRecallID *recall_id;
-
-  AgsRecall *parent;
-  GList *children;
-
-  GType child_type;
-  GParameter *child_parameters;
-  guint n_params;
-
-  GList *port;
-  
-  GList *handlers;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallClass</NAME>
-struct _AgsRecallClass
-{
-  GObjectClass object;
-
-  void (*resolve_dependencies)(AgsRecall *recall);
-
-  void (*run_init_pre)(AgsRecall *recall);
-  void (*run_init_inter)(AgsRecall *recall);
-  void (*run_init_post)(AgsRecall *recall);
-
-  void (*run_pre)(AgsRecall *recall);
-  void (*run_inter)(AgsRecall *recall);
-  void (*run_post)(AgsRecall *recall);
-
-  void (*stop_persistent)(AgsRecall *recall);
-  void (*done)(AgsRecall *recall);
-
-  void (*cancel)(AgsRecall *recall);
-  void (*remove)(AgsRecall *recall);
-
-  AgsRecall* (*duplicate)(AgsRecall *recall,
-			  AgsRecallID *recall_id,
-			  guint *n_params, GParameter *params); // if a sequencer is linked with a sequencer the AgsRecall's with the flag AGS_RECALL_SOURCE must be duplicated
-
-  void (*notify_dependency)(AgsRecall *recall, guint dependency, gboolean increase);
-
-  void (*child_added)(AgsRecall *recall, AgsRecall *child);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallHandler</NAME>
-struct _AgsRecallHandler
-{
-  const gchar *signal_name;
-  GCallback callback;
-  GObject *data;
-  gulong handler;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_set_flags</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_resolve_dependencies</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *reall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_child_added</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *parent, AgsRecall *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_init_pre</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_init_inter</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_init_post</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_pre</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_inter</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_post</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_stop_persistent</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_remove</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_is_done</NAME>
-<RETURNS>gboolean  </RETURNS>
-GList *recalls, GObject *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_duplicate</NAME>
-<RETURNS>AgsRecall * </RETURNS>
-AgsRecall *recall, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_set_recall_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_set_devout_recursive</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_notify_dependency</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, guint dependency, gint count 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_add_dependency</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallDependency *dependency 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_remove_dependency</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecall *template 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_get_dependencies</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecall *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecall *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_get_children</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_set_effect</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, char *effect 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_by_effect</NAME>
-<RETURNS>GList * </RETURNS>
-GList *list, AgsRecallID *recall_id, char *effect 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_type</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GType type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_template</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_template_find_type</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GType type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_type_with_recycling_container</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GType type, GObject *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_recycling_container</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GObject *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_provider</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GObject *provider 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_template_find_provider</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GObject *provider 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_find_provider_with_recycling_container</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, GObject *provider, GObject *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_run_init</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, guint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_handler_alloc</NAME>
-<RETURNS>AgsRecallHandler * </RETURNS>
-const gchar *signal_name, GCallback callback, GObject *data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_add_handler</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallHandler *recall_handler 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_remove_handler</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallHandler *recall_handler 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_new</NAME>
-<RETURNS>AgsRecall * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_CHANNEL</NAME>
-#define AGS_TYPE_RECALL_CHANNEL                (ags_recall_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL</NAME>
-#define AGS_RECALL_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL</NAME>
-#define AGS_IS_RECALL_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL_CLASS</NAME>
-#define AGS_IS_RECALL_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_GET_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL, AgsRecallChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallChannel</NAME>
-struct _AgsRecallChannel
-{
-  AgsRecall recall;
-
-  AgsChannel *destination;
-  AgsChannel *source;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallChannelClass</NAME>
-struct _AgsRecallChannelClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_find_channel</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall_channel, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_new</NAME>
-<RETURNS>AgsRecallChannel * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_sin</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, signed short *buffer, guint offset, guint freq, guint phase, guint length, double volume 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_saw</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, signed short *buffer, guint offset, guint freq, guint phase, guint length, double volume 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_triangle</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, signed short *buffer, guint offset, guint freq, guint phase, guint length, double volume 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_square</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, signed short *buffer, guint offset, guint freq, guint phase, guint length, double volume 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_AUDIO</NAME>
-#define AGS_TYPE_RECALL_AUDIO                (ags_recall_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO</NAME>
-#define AGS_RECALL_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_AUDIO, AgsRecallAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_CLASS</NAME>
-#define AGS_RECALL_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_AUDIO, AgsRecallAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO</NAME>
-#define AGS_IS_RECALL_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO_CLASS</NAME>
-#define AGS_IS_RECALL_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_GET_CLASS</NAME>
-#define AGS_RECALL_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_AUDIO, AgsRecallAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallAudio</NAME>
-struct _AgsRecallAudio
-{
-  AgsRecall recall;
-
-  AgsAudio *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallAudioClass</NAME>
-struct _AgsRecallAudioClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_audio_new</NAME>
-<RETURNS>AgsRecallAudio * </RETURNS>
-AgsAudio *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_OUTPUT</NAME>
-#define AGS_TYPE_OUTPUT                (ags_output_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_OUTPUT</NAME>
-#define AGS_OUTPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT, AgsOutput))
-</MACRO>
-<MACRO>
-<NAME>AGS_OUTPUT_CLASS</NAME>
-#define AGS_OUTPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT, AgsOutputClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OUTPUT</NAME>
-#define AGS_IS_OUTPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OUTPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OUTPUT_CLASS</NAME>
-#define AGS_IS_OUTPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_OUTPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_OUTPUT_GET_CLASS</NAME>
-#define AGS_OUTPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_OUTPUT, AgsOutputClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsOutput</NAME>
-struct _AgsOutput
-{
-  AgsChannel channel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsOutputClass</NAME>
-struct _AgsOutputClass
-{
-  AgsChannelClass channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_output_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_output_find_first_input_recycling</NAME>
-<RETURNS>AgsRecycling * </RETURNS>
-AgsOutput *output 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_output_find_last_input_recycling</NAME>
-<RETURNS>AgsRecycling * </RETURNS>
-AgsOutput *output 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_output_new</NAME>
-<RETURNS>AgsOutput * </RETURNS>
-GObject *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_RECALL_AUDIO_SIGNAL                (ags_recall_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_SIGNAL</NAME>
-#define AGS_RECALL_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_AUDIO_SIGNAL, AgsRecallAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_RECALL_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_AUDIO_SIGNAL, AgsRecallAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO_SIGNAL</NAME>
-#define AGS_IS_RECALL_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_RECALL_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_RECALL_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_AUDIO_SIGNAL, AgsRecallAudioSignalClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecallAudioSignalFlags</NAME>
-typedef enum{
-  AGS_RECALL_AUDIO_SIGNAL_INITIAL_RUN      = 1,
-}AgsRecallAudioSignalFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecallAudioSignal</NAME>
-struct _AgsRecallAudioSignal
-{
-  AgsRecall recall;
-
-  guint flags;
-
-  guint audio_channel;
-
-  AgsAudioSignal *destination;
-
-  AgsAudioSignal *source;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallAudioSignalClass</NAME>
-struct _AgsRecallAudioSignalClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_audio_signal_new</NAME>
-<RETURNS>AgsRecallAudioSignal * </RETURNS>
-AgsAudioSignal *destination, AgsAudioSignal *source, AgsDevout *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_ID</NAME>
-#define AGS_TYPE_RECALL_ID                (ags_recall_id_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_ID</NAME>
-#define AGS_RECALL_ID(obj)                (G_TYPE_CHECK_INSTANCE_CAST ((obj), AGS_TYPE_RECALL_ID, AgsRecallID))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_ID_CLASS</NAME>
-#define AGS_RECALL_ID_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST ((class), AGS_TYPE_RECALL_ID, AgsRecallIDClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_ID</NAME>
-#define AGS_IS_RECALL_ID(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_ID))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_ID_CLASS</NAME>
-#define AGS_IS_RECALL_ID_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_ID))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_ID_GET_CLASS</NAME>
-#define AGS_RECALL_ID_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_ID, AgsRecallIDClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecallIDFlags</NAME>
-typedef enum{
-  AGS_RECALL_ID_PLAYBACK          = 1,
-  AGS_RECALL_ID_SEQUENCER         = 1 << 1,
-  AGS_RECALL_ID_NOTATION          = 1 << 2,
-  AGS_RECALL_ID_DUPLICATE         = 1 << 3,
-  AGS_RECALL_ID_RESOLVE           = 1 << 4,
-  AGS_RECALL_ID_INIT_PRE          = 1 << 5,
-  AGS_RECALL_ID_INIT_INTER        = 1 << 6,
-  AGS_RECALL_ID_INIT_POST         = 1 << 7,
-  AGS_RECALL_ID_PRE               = 1 << 8,
-  AGS_RECALL_ID_INTER             = 1 << 9,
-  AGS_RECALL_ID_POST              = 1 << 10,
-  AGS_RECALL_ID_CANCEL            = 1 << 11,
-}AgsRecallIDFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecallID</NAME>
-struct _AgsRecallID
-{
-  GObject object;
-  
-  guint flags;
-
-  GObject *recycling;
-  AgsRecyclingContainer *recycling_container;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallIDClass</NAME>
-struct _AgsRecallIDClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_id_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_get_run_stage</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsRecallID *id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_set_run_stage</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_unset_run_stage</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_find_recycling_container</NAME>
-<RETURNS>AgsRecallID * </RETURNS>
-GList *recall_id_list, AgsRecyclingContainer *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_find_parent_recycling_container</NAME>
-<RETURNS>AgsRecallID * </RETURNS>
-GList *recall_id_list, AgsRecyclingContainer *parent_recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_add</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall_id_list, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_id_new</NAME>
-<RETURNS>AgsRecallID * </RETURNS>
-AgsRecycling *recycling 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_RECYCLING</NAME>
-#define AGS_TYPE_RECALL_RECYCLING                (ags_recall_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING</NAME>
-#define AGS_RECALL_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING_CLASS</NAME>
-#define AGS_RECALL_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_RECYCLING</NAME>
-#define AGS_IS_RECALL_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_RECYCLING_CLASS</NAME>
-#define AGS_IS_RECALL_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING_GET_CLASS</NAME>
-#define AGS_RECALL_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecallRecyclingFlags</NAME>
-typedef enum{
-  AGS_RECALL_RECYCLING_GARBAGE_COLLECTOR                = 1,
-  AGS_RECALL_RECYCLING_MAP_CHILD_DESTINATION            = 1 << 1,
-  AGS_RECALL_RECYCLING_MAP_CHILD_SOURCE                 = 1 << 2,
-  AGS_RECALL_RECYCLING_CREATE_DESTINATION_ON_MAP_SOURCE = 1 << 3,
-}AgsRecallRecyclingFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecallRecycling</NAME>
-struct _AgsRecallRecycling
-{
-  AgsRecall recall;
-
-  guint flags;
-
-  guint audio_channel;
-
-  AgsRecycling *destination;
-  gulong destination_add_audio_signal_handler;
-  gulong destination_remove_audio_signal_handler;
-
-  AgsRecycling *source;
-  gulong source_add_audio_signal_handler;
-  gulong source_remove_audio_signal_handler;
-
-  AgsAudioSignal *child_destination;
-  GList *child_source;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallRecyclingClass</NAME>
-struct _AgsRecallRecyclingClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_recycling_get_child_source</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecallRecycling *recall_recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_recycling_new</NAME>
-<RETURNS>AgsRecallRecycling * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PATTERN</NAME>
-#define AGS_TYPE_PATTERN                (ags_pattern_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PATTERN</NAME>
-#define AGS_PATTERN(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_PATTERN, AgsPattern))
-</MACRO>
-<MACRO>
-<NAME>AGS_PATTERN_CLASS</NAME>
-#define AGS_PATTERN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PATTERN, AgsPatternClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PATTERN</NAME>
-#define AGS_IS_PATTERN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PATTERN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PATTERN_CLASS</NAME>
-#define AGS_IS_PATTERN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PATTERN))
-</MACRO>
-<MACRO>
-<NAME>AGS_PATTERN_GET_CLASS</NAME>
-#define AGS_PATTERN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PATTERN, AgsPatternClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPattern</NAME>
-struct _AgsPattern
-{
-  GObject object;
-
-  GObject *timestamp;
-
-  guint dim[3];
-  guint ***pattern;
-
-  GObject *port;
-
-  guint i;
-  guint j;
-  guint bit;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPatternClass</NAME>
-struct _AgsPatternClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_pattern_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pattern_get_by_timestamp</NAME>
-<RETURNS>AgsPattern * </RETURNS>
-GList *list, GObject *timestamp 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pattern_set_dim</NAME>
-<RETURNS>void  </RETURNS>
-AgsPattern *pattern, guint dim0, guint dim1, guint lenght 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pattern_get_bit</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPattern *pattern, guint i, guint j, guint bit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pattern_toggle_bit</NAME>
-<RETURNS>void  </RETURNS>
-AgsPattern *pattern, guint i, guint j, guint bit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pattern_new</NAME>
-<RETURNS>AgsPattern * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DEVOUT</NAME>
-#define AGS_TYPE_DEVOUT                (ags_devout_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT</NAME>
-#define AGS_DEVOUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DEVOUT, AgsDevout))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_CLASS</NAME>
-#define AGS_DEVOUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_DEVOUT, AgsDevout))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DEVOUT</NAME>
-#define AGS_IS_DEVOUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_DEVOUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DEVOUT_CLASS</NAME>
-#define AGS_IS_DEVOUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_DEVOUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_GET_CLASS</NAME>
-#define AGS_DEVOUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DEVOUT, AgsDevoutClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_PLAY_DOMAIN</NAME>
-#define AGS_DEVOUT_PLAY_DOMAIN(ptr)    ((AgsDevoutPlayDomain *)(ptr))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_PLAY</NAME>
-#define AGS_DEVOUT_PLAY(ptr)           ((AgsDevoutPlay *)(ptr))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_SAMPLERATE</NAME>
-#define AGS_DEVOUT_DEFAULT_SAMPLERATE (44100.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_FORMAT</NAME>
-#define AGS_DEVOUT_DEFAULT_FORMAT (16)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_BUFFER_SIZE</NAME>
-#define AGS_DEVOUT_DEFAULT_BUFFER_SIZE (944)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_BPM</NAME>
-#define AGS_DEVOUT_DEFAULT_BPM (120.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_JIFFIE</NAME>
-#define AGS_DEVOUT_DEFAULT_JIFFIE ((double) AGS_DEVOUT_DEFAULT_SAMPLERATE / (double) AGS_DEVOUT_DEFAULT_BUFFER_SIZE)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_TACT</NAME>
-#define AGS_DEVOUT_DEFAULT_TACT (1.0 / 1.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_TACT_JIFFIE</NAME>
-#define AGS_DEVOUT_DEFAULT_TACT_JIFFIE (60.0 / AGS_DEVOUT_DEFAULT_BPM * AGS_DEVOUT_DEFAULT_TACT)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_TACTRATE</NAME>
-#define AGS_DEVOUT_DEFAULT_TACTRATE (1.0 / AGS_DEVOUT_DEFAULT_TACT_JIFFIE)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_SCALE</NAME>
-#define AGS_DEVOUT_DEFAULT_SCALE (1.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_DEFAULT_DELAY</NAME>
-#define AGS_DEVOUT_DEFAULT_DELAY (AGS_DEVOUT_DEFAULT_JIFFIE * (60.0 / AGS_DEVOUT_DEFAULT_BPM))
-</MACRO>
-<ENUM>
-<NAME>AgsDevoutFlags</NAME>
-typedef enum
-{
-  AGS_DEVOUT_BUFFER0                        = 1,
-  AGS_DEVOUT_BUFFER1                        = 1 << 1,
-  AGS_DEVOUT_BUFFER2                        = 1 << 2,
-  AGS_DEVOUT_BUFFER3                        = 1 << 3,
-
-  AGS_DEVOUT_ATTACK_FIRST                   = 1 << 4,
-
-  AGS_DEVOUT_PLAY                           = 1 << 5,
-
-  AGS_DEVOUT_LIBAO                          = 1 << 6,
-  AGS_DEVOUT_OSS                            = 1 << 7,
-  AGS_DEVOUT_ALSA                           = 1 << 8,
-
-  AGS_DEVOUT_SHUTDOWN                       = 1 << 9,
-  AGS_DEVOUT_START_PLAY                     = 1 << 10,
-
-  AGS_DEVOUT_NONBLOCKING                    = 1 << 11,
-
-  AGS_DEVOUT_TIMING_SET_0                   = 1 << 12,
-  AGS_DEVOUT_TIMING_SET_1                   = 1 << 13,
-}AgsDevoutFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsDevoutPlayFlags</NAME>
-typedef enum
-{
-  AGS_DEVOUT_PLAY_DONE              = 1,
-  AGS_DEVOUT_PLAY_REMOVE            = 1 <<  1,
-  AGS_DEVOUT_PLAY_CHANNEL           = 1 <<  2,
-  AGS_DEVOUT_PLAY_PAD               = 1 <<  3,
-  AGS_DEVOUT_PLAY_AUDIO             = 1 <<  4,
-  AGS_DEVOUT_PLAY_PLAYBACK          = 1 <<  5,
-  AGS_DEVOUT_PLAY_SEQUENCER         = 1 <<  6,
-  AGS_DEVOUT_PLAY_NOTATION          = 1 <<  7,
-  AGS_DEVOUT_PLAY_SUPER_THREADED    = 1 <<  8,
-}AgsDevoutPlayFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsDevoutResolutionMode</NAME>
-typedef enum{
-  AGS_DEVOUT_RESOLUTION_8_BIT    = 8,
-  AGS_DEVOUT_RESOLUTION_16_BIT   = 16,
-  AGS_DEVOUT_RESOLUTION_24_BIT   = 24,
-  AGS_DEVOUT_RESOLUTION_32_BIT   = 32,
-  AGS_DEVOUT_RESOLUTION_64_BIT   = 64,
-}AgsDevoutResolutionMode;
-</ENUM>
-<MACRO>
-<NAME>AGS_DEVOUT_ERROR</NAME>
-#define AGS_DEVOUT_ERROR (ags_devout_error_quark())
-</MACRO>
-<ENUM>
-<NAME>AgsDevoutError</NAME>
-typedef enum{
-  AGS_DEVOUT_ERROR_LOCKED_SOUNDCARD,
-}AgsDevoutError;
-</ENUM>
-<STRUCT>
-<NAME>AgsDevout</NAME>
-struct _AgsDevout
-{
-  GObject object;
-
-  guint flags;
-
-  guint dsp_channels;
-  guint pcm_channels;
-  guint bits;
-  guint buffer_size;
-  guint frequency; // sample_rate
-
-  signed short** buffer;
-
-  double bpm; // beats per minute
-
-  gdouble *delay; // count of tics within buffer size
-  guint *attack; // where currently tic resides in the stream's offset, measured in 1/64 of bpm
-
-  gdouble delay_counter; // next time attack changeing when delay_counter == delay
-  guint tic_counter;
-
-  union{
-    struct _AgsAO{
-      ao_device *device;
-      ao_sample_format *format;
-      int driver_ao;
-    }ao;
-    struct _AgsOss{
-      int device_fd;
-      char *device;
-    }oss;
-    struct _AgsAlsa{
-      char *device;
-      int rc;
-      snd_pcm_t *handle;
-      snd_async_handler_t *ahandler;
-      snd_pcm_hw_params_t *params;
-    }alsa;
-  }out;
-
-  GObject *ags_main;
-  
-  GList *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDevoutClass</NAME>
-struct _AgsDevoutClass
-{
-  GObjectClass object;
-
-  void (*play_init)(AgsDevout *devout,
-		    GError **error);
-  void (*play)(AgsDevout *devout,
-	       GError **error);
-  void (*stop)(AgsDevout *devout);
-
-  void (*tic)(AgsDevout *devout);
-
-  void (*note_offset_changed)(AgsDevout *devout, guint note_offset);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDevoutPlayDomain</NAME>
-struct _AgsDevoutPlayDomain
-{
-  GObject *domain;
-  
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-
-  GList *devout_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDevoutPlay</NAME>
-struct _AgsDevoutPlay
-{
-  guint flags;
-
-  AgsIteratorThread **iterator_thread;
-
-  GObject *source;
-  guint audio_channel;
-
-  AgsRecallID **recall_id;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_devout_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_error_quark</NAME>
-<RETURNS>GQuark  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_play_domain_alloc</NAME>
-<RETURNS>AgsDevoutPlayDomain * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_play_domain_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevoutPlayDomain *devout_play_domain 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_play_alloc</NAME>
-<RETURNS>AgsDevoutPlay * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_play_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevoutPlay *devout_play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_play_find_source</NAME>
-<RETURNS>AgsDevoutPlay * </RETURNS>
-GList *devout_play, GObject *source 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_list_cards</NAME>
-<RETURNS>void  </RETURNS>
-GList **card_id, GList **card_name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_pcm_info</NAME>
-<RETURNS>void  </RETURNS>
-char *card_id, guint *channels_min, guint *channels_max, guint *rate_min, guint *rate_max, guint *buffer_size_min, guint *buffer_size_max, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_tic</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_note_offset_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, guint note_offset 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_new</NAME>
-<RETURNS>AgsDevout * </RETURNS>
-GObject *ags_main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LIBAO</NAME>
-#define AGS_TYPE_LIBAO                (ags_libao_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO</NAME>
-#define AGS_LIBAO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LIBAO, AgsLibao))
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_CLASS</NAME>
-#define AGS_LIBAO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LIBAO, AgsLibao))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LIBAO</NAME>
-#define AGS_IS_LIBAO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LIBAO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LIBAO_CLASS</NAME>
-#define AGS_IS_LIBAO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LIBAO))
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_GET_CLASS</NAME>
-#define AGS_LIBAO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_LIBAO, AgsLibaoClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_PLAY_DOMAIN</NAME>
-#define AGS_LIBAO_PLAY_DOMAIN(ptr)    ((AgsLibaoPlayDomain *)(ptr))
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_PLAY</NAME>
-#define AGS_LIBAO_PLAY(ptr)           ((AgsLibaoPlay *)(ptr))
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_SAMPLERATE</NAME>
-#define AGS_LIBAO_DEFAULT_SAMPLERATE (44100.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_BUFFER_SIZE</NAME>
-#define AGS_LIBAO_DEFAULT_BUFFER_SIZE (940)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_BPM</NAME>
-#define AGS_LIBAO_DEFAULT_BPM (120.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_JIFFIE</NAME>
-#define AGS_LIBAO_DEFAULT_JIFFIE ((double) AGS_LIBAO_DEFAULT_SAMPLERATE / (double) AGS_LIBAO_DEFAULT_BUFFER_SIZE)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_TACT</NAME>
-#define AGS_LIBAO_DEFAULT_TACT (1.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_TACT_JIFFIE</NAME>
-#define AGS_LIBAO_DEFAULT_TACT_JIFFIE (60.0 / AGS_LIBAO_DEFAULT_BPM * AGS_LIBAO_DEFAULT_TACT)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_TACTRATE</NAME>
-#define AGS_LIBAO_DEFAULT_TACTRATE (1.0 / AGS_LIBAO_DEFAULT_TACT_JIFFIE)
-</MACRO>
-<MACRO>
-<NAME>AGS_LIBAO_DEFAULT_DELAY</NAME>
-#define AGS_LIBAO_DEFAULT_DELAY (AGS_LIBAO_DEFAULT_JIFFIE / AGS_LIBAO_DEFAULT_TACTRATE)
-</MACRO>
-<ENUM>
-<NAME>AgsLibaoFlags</NAME>
-typedef enum
-  {
-    AGS_LIBAO_BUFFER0                        = 1,
-    AGS_LIBAO_BUFFER1                        = 1 << 1,
-    AGS_LIBAO_BUFFER2                        = 1 << 2,
-    AGS_LIBAO_BUFFER3                        = 1 << 3,
-
-    AGS_LIBAO_ATTACK_FIRST                   = 1 << 4,
-
-    AGS_LIBAO_PLAY                           = 1 << 5,
-
-    AGS_LIBAO_LIBAO                          = 1 << 6,
-    AGS_LIBAO_OSS                            = 1 << 7,
-    AGS_LIBAO_ALSA                           = 1 << 8,
-
-    AGS_LIBAO_SHUTDOWN                       = 1 << 9,
-    AGS_LIBAO_START_PLAY                     = 1 << 10,
-
-    AGS_LIBAO_NONBLOCKING                    = 1 << 11,
-
-    AGS_LIBAO_TIMING_SET_0                   = 1 << 12,
-    AGS_LIBAO_TIMING_SET_1                   = 1 << 13,
-  }AgsLibaoFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsLibaoPlayFlags</NAME>
-typedef enum
-  {
-    AGS_LIBAO_PLAY_DONE              = 1,
-    AGS_LIBAO_PLAY_REMOVE            = 1 <<  1,
-    AGS_LIBAO_PLAY_CHANNEL           = 1 <<  2,
-    AGS_LIBAO_PLAY_PAD               = 1 <<  3,
-    AGS_LIBAO_PLAY_AUDIO             = 1 <<  4,
-    AGS_LIBAO_PLAY_PLAYBACK          = 1 <<  5,
-    AGS_LIBAO_PLAY_SEQUENCER         = 1 <<  6,
-    AGS_LIBAO_PLAY_NOTATION          = 1 <<  7,
-    AGS_LIBAO_PLAY_SUPER_THREADED    = 1 <<  8,
-  }AgsLibaoPlayFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsLibaoResolutionMode</NAME>
-typedef enum{
-  AGS_LIBAO_RESOLUTION_8_BIT    = 8,
-  AGS_LIBAO_RESOLUTION_16_BIT   = 16,
-  AGS_LIBAO_RESOLUTION_24_BIT   = 24,
-  AGS_LIBAO_RESOLUTION_32_BIT   = 32,
-  AGS_LIBAO_RESOLUTION_64_BIT   = 64,
-}AgsLibaoResolutionMode;
-</ENUM>
-<MACRO>
-<NAME>AGS_LIBAO_ERROR</NAME>
-#define AGS_LIBAO_ERROR (ags_libao_error_quark())
-</MACRO>
-<ENUM>
-<NAME>AgsLibaoError</NAME>
-typedef enum{
-  AGS_LIBAO_ERROR_LOCKED_SOUNDCARD,
-}AgsLibaoError;
-</ENUM>
-<STRUCT>
-<NAME>AgsLibao</NAME>
-struct _AgsLibao
-{
-  GObject object;
-
-  guint flags;
-
-  guint dsp_channels;
-  guint pcm_channels;
-  guint bits;
-  guint buffer_size;
-  guint frequency; // sample_rate
-
-  signed short** buffer;
-
-  double bpm; // beats per minute
-
-  gdouble *delay; // count of tics within buffer size
-  guint *attack; // where currently tic resides in the stream's offset, measured in 1/64 of bpm
-
-  gdouble delay_counter; // next time attack changeing when delay_counter == delay
-  guint tic_counter;
-
-  union{
-    struct _AgsAO{
-      ao_device *device;
-      ao_sample_format *format;
-      int driver_ao;
-    }ao;
-    struct _AgsOss{
-      int device_fd;
-      char *device;
-    }oss;
-    struct _AgsAlsa{
-      char *device;
-      int rc;
-      snd_pcm_t *handle;
-      snd_async_handler_t *ahandler;
-      snd_pcm_hw_params_t *params;
-    }alsa;
-  }out;
-
-  GObject *ags_main;
-  
-  GList *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLibaoClass</NAME>
-struct _AgsLibaoClass
-{
-  GObjectClass object;
-
-  void (*play_init)(AgsLibao *libao,
-		    GError **error);
-  void (*play)(AgsLibao *libao,
-	       GError **error);
-  void (*stop)(AgsLibao *libao);
-
-  void (*tic)(AgsLibao *libao);
-
-  void (*note_offset_changed)(AgsLibao *libao, guint note_offset);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLibaoPlayDomain</NAME>
-struct _AgsLibaoPlayDomain
-{
-  GObject *domain;
-  
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-
-  GList *libao_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLibaoPlay</NAME>
-struct _AgsLibaoPlay
-{
-  guint flags;
-
-  AgsIteratorThread **iterator_thread;
-
-  GObject *source;
-  guint audio_channel;
-
-  AgsRecallID *recall_id[3];
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_libao_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_error_quark</NAME>
-<RETURNS>GQuark  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_play_domain_alloc</NAME>
-<RETURNS>AgsLibaoPlayDomain * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_play_domain_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsLibaoPlayDomain *libao_play_domain 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_play_alloc</NAME>
-<RETURNS>AgsLibaoPlay * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_play_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsLibaoPlay *libao_play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_list_cards</NAME>
-<RETURNS>void  </RETURNS>
-GList **card_id, GList **card_name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_pcm_info</NAME>
-<RETURNS>void  </RETURNS>
-char *card_id, guint *channels_min, guint *channels_max, guint *rate_min, guint *rate_max, guint *buffer_size_min, guint *buffer_size_max, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_tic</NAME>
-<RETURNS>void  </RETURNS>
-AgsLibao *libao 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_note_offset_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsLibao *libao, guint note_offset 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_libao_new</NAME>
-<RETURNS>AgsLibao * </RETURNS>
-GObject *ags_main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_GARBAGE_COLLECTOR</NAME>
-#define AGS_TYPE_GARBAGE_COLLECTOR                (ags_garbage_collector_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_GARBAGE_COLLECTOR</NAME>
-#define AGS_GARBAGE_COLLECTOR(obj)                ((AgsGarbage_Collector*) G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_GARBAGE_COLLECTOR, AgsGarbageCollector))
-</MACRO>
-<MACRO>
-<NAME>AGS_GARBAGE_COLLECTOR_CLASS</NAME>
-#define AGS_GARBAGE_COLLECTOR_CLASS(class)        ((AgsGarbage_CollectorClass*) G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_GARBAGE_COLLECTOR, AgsGarbageCollectorClass))
-</MACRO>
-<ENUM>
-<NAME>AgsGarbageCollectorFlags</NAME>
-typedef enum{
-  AGS_GARBAGE_COLLECTOR_RUN         = 1, // cancel flag of ags_garbage_collector run
-  AGS_GARBAGE_COLLECTOR_CANCEL_RUN  = 1 <<  1, // used by ags_garbage_collector_remove to remove the current (stopped) AgsRecycling while ags_garbage_collector_run is running
-}AgsGarbageCollectorFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsGarbageCollector</NAME>
-struct _AgsGarbageCollector
-{
-  GObject object;
-
-  guint32 flags;
-
-  GObject *devout;
-
-  GList *list; // data of type AgsRecycling
-  GList *stopped;
-  GList *start;
-  GList *end;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsGarbageCollectorClass</NAME>
-struct _AgsGarbageCollectorClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_garbage_collector_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_garbage_collector_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsGarbageCollector *garbage_collector, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_garbage_collector_remove</NAME>
-<RETURNS>void  </RETURNS>
-AgsGarbageCollector *garbage_collector, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_garbage_collector_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsGarbageCollector *garbage_collector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_garbage_collector_new</NAME>
-<RETURNS>AgsGarbageCollector * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO</NAME>
-#define AGS_TYPE_AUDIO                (ags_audio_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO</NAME>
-#define AGS_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO, AgsAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_CLASS</NAME>
-#define AGS_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO, AgsAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO</NAME>
-#define AGS_IS_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_CLASS</NAME>
-#define AGS_IS_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_GET_CLASS</NAME>
-#define AGS_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO, AgsAudioClass))
-</MACRO>
-<ENUM>
-<NAME>AgsAudioFlags</NAME>
-typedef enum{
-  AGS_AUDIO_OUTPUT_HAS_RECYCLING        = 1,
-  AGS_AUDIO_INPUT_HAS_RECYCLING         = 1 <<  1,
-  AGS_AUDIO_INPUT_TAKES_FILE            = 1 <<  2,
-  AGS_AUDIO_HAS_NOTATION                = 1 <<  3,
-  AGS_AUDIO_SYNC                        = 1 <<  4, // can be combined with below
-  AGS_AUDIO_ASYNC                       = 1 <<  5,
-  AGS_AUDIO_RUNNING                     = 1 <<  6,
-  AGS_AUDIO_PLAYING                     = 1 <<  7,
-  AGS_AUDIO_NOTATION_DEFAULT            = 1 <<  8,
-}AgsAudioFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsAudio</NAME>
-struct _AgsAudio
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-  guint level;
-  
-  guint sequence_length;
-  guint audio_channels;
-  guint frequence;
-
-  guint output_pads;
-  guint output_lines;
-
-  guint input_pads;
-  guint input_lines;
-
-  AgsChannel *output;
-  AgsChannel *input;
-
-  gpointer devout_play_domain;
-
-  GList *notation;
-
-  GList *recall_id;
-
-  GList *container;
-
-  GList *recall;
-  GList *play;
-
-  GList *recall_remove; //TODO:JK: verify deprecation
-  GList *play_remove; //TODO:JK: verify deprecation
-
-  GtkWidget *machine;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioClass</NAME>
-struct _AgsAudioClass
-{
-  GObjectClass object;
-
-  void (*set_audio_channels)(AgsAudio *audio,
-			     guint audio_channels, guint audio_channels_old);
-  void (*set_pads)(AgsAudio *audio,
-		   GType type,
-		   guint pads, guint pads_old);
-
-  AgsRecallID* (*init_run)(AgsAudio *audio);
-  void (*tact)(AgsAudio *audio, AgsRecallID *recall_id);
-  void (*done)(AgsAudio *audio, AgsRecallID *recall_id);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_flags</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_unset_flags</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_audio_channels</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint audio_channels 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_pads</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GType type, guint pads 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_init_run</NAME>
-<RETURNS>AgsRecallID * </RETURNS>
-AgsAudio *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_tact</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_sequence_length</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint sequence_length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_devout</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_add_recall_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_remove_recall_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_add_recall_container</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_remove_recall_container</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_add_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall, gboolean play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_remove_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GObject *recall, gboolean play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_recall_change_state</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, gboolean enable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_duplicate_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_init_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, gint stage, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_resolve_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_is_playing</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsAudio *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_play</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_recursive_play_init</NAME>
-<RETURNS>GList * </RETURNS>
-AgsAudio *audio, gboolean playback, gboolean sequencer, gboolean notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_open_files</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GSList *filenames, gboolean overwrite_channels, gboolean create_channels 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_new</NAME>
-<RETURNS>AgsAudio * </RETURNS>
- 
-</FUNCTION>
-<ENUM>
-<NAME>AgsChannelIterFlags</NAME>
-typedef enum{
-  AGS_CHANNEL_ITER_LEVEL_STRICT,
-  AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_LEAFES,
-  AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_ROOT,
-  AGS_CHANNEL_ITER_DIRECTION_LEAFES_TO_ROOT,
-  AGS_CHANNEL_ITER_DIRECTION_ROOT_TO_LEAFES,
-}AgsChannelIterFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsChannelIter</NAME>
-struct _AgsChannelIter
-{
-  AgsChannel *current_start;
-
-  AgsChannelIter *parent;
-  GList *children;
-  AgsChannelIter *current_iter;
-
-  AgsChannel *current;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_channel_iter_alloc</NAME>
-<RETURNS>AgsChannelIter * </RETURNS>
-AgsChannel *start 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_iter_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannelIter *iter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_iter_prev</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannelIter *iter, guint mode 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_iter_next</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannelIter *iter, guint mode 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_LADSPA_RUN</NAME>
-#define AGS_TYPE_RECALL_LADSPA_RUN                (ags_recall_ladspa_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA_RUN</NAME>
-#define AGS_RECALL_LADSPA_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LADSPA_RUN, AgsRecallLadspaRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA_RUN_CLASS</NAME>
-#define AGS_RECALL_LADSPA_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LADSPA_RUN, AgsRecallLadspaRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_LADSPA_RUN</NAME>
-#define AGS_IS_RECALL_LADSPA_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LADSPA_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_LADSPA_RUN_CLASS</NAME>
-#define AGS_IS_RECALL_LADSPA_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_LADSPA_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA_RUN_GET_CLASS</NAME>
-#define AGS_RECALL_LADSPA_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LADSPA_RUN, AgsRecallLadspaRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallLadspaRun</NAME>
-struct _AgsRecallLadspaRun
-{
-  AgsRecallAudioSignal recall_audio_signal;
-
-  LADSPA_Data *input;
-  LADSPA_Data *output;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallLadspaRunClass</NAME>
-struct _AgsRecallLadspaRunClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_ladspa_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladspa_run_new</NAME>
-<RETURNS>AgsRecallLadspaRun * </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_CHANNEL_RUN</NAME>
-#define AGS_TYPE_RECALL_CHANNEL_RUN                (ags_recall_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN</NAME>
-#define AGS_RECALL_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CHANNEL_RUN, AgsRecallChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CHANNEL_RUN, AgsRecallChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL_RUN</NAME>
-#define AGS_IS_RECALL_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_RECALL_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_RECALL_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_CHANNEL_RUN, AgsRecallChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallChannelRun</NAME>
-struct _AgsRecallChannelRun
-{
-  AgsRecall recall;
-
-  guint audio_channel;
-
-  AgsRecallChannel *recall_channel;
-  AgsRecallAudioRun *recall_audio_run;
-
-  AgsChannel *destination;
-  gulong destination_recycling_changed_handler;
-  gulong changed_output_handler;
-
-  AgsChannel *source;
-  gulong source_recycling_changed_handler;
-
-  guint run_order;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallChannelRunClass</NAME>
-struct _AgsRecallChannelRunClass
-{
-  AgsRecallClass recall;
-
-  void (*run_order_changed)(AgsRecallChannelRun *recall_channel_run, guint nth_run);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_run_run_order_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecallChannelRun *recall_channel_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_run_get_run_order</NAME>
-<RETURNS>guint  </RETURNS>
-AgsRecallChannelRun *recall_channel_run 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_channel_run_new</NAME>
-<RETURNS>AgsRecallChannelRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECYCLING_CONTAINER</NAME>
-#define AGS_TYPE_RECYCLING_CONTAINER                (ags_recycling_container_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_CONTAINER</NAME>
-#define AGS_RECYCLING_CONTAINER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECYCLING_CONTAINER, AgsRecyclingContainer))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_CONTAINER_CLASS</NAME>
-#define AGS_RECYCLING_CONTAINER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECYCLING_CONTAINER, AgsRecyclingContainerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING_CONTAINER</NAME>
-#define AGS_IS_RECYCLING_CONTAINER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECYCLING_CONTAINER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING_CONTAINER_CLASS</NAME>
-#define AGS_IS_RECYCLING_CONTAINER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECYCLING_CONTAINER))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_CONTAINER_GET_CLASS</NAME>
-#define AGS_RECYCLING_CONTAINER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECYCLING_CONTAINER, AgsRecyclingContainerClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecyclingContainer</NAME>
-struct _AgsRecyclingContainer
-{
-  GObject object;
-
-  GObject *recall_id;
-
-  AgsRecycling **recycling;
-  guint64 length;
-
-  AgsRecyclingContainer *parent;
-  GList *children;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecyclingContainerClass</NAME>
-struct _AgsRecyclingContainerClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recycling_container_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_replace</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling, gint position 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_add</NAME>
-<RETURNS>AgsRecyclingContainer * </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_remove</NAME>
-<RETURNS>AgsRecyclingContainer * </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_insert</NAME>
-<RETURNS>AgsRecyclingContainer * </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling, gint position 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_get_toplevel</NAME>
-<RETURNS>AgsRecyclingContainer * </RETURNS>
-AgsRecyclingContainer *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_find</NAME>
-<RETURNS>gint  </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_find_child</NAME>
-<RETURNS>gint  </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_find_parent</NAME>
-<RETURNS>gint  </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingContainer *parent, AgsRecyclingContainer *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingContainer *parent, AgsRecyclingContainer *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_get_child_recall_id</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecyclingContainer *recycling_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_reset_recycling</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingContainer *recycling_container, AgsRecycling *old_first_recycling, AgsRecycling *old_last_recycling, AgsRecycling *new_first_recycling, AgsRecycling *new_last_recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_container_new</NAME>
-<RETURNS>AgsRecyclingContainer * </RETURNS>
-gint length 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_LADSPA</NAME>
-#define AGS_TYPE_RECALL_LADSPA                (ags_recall_ladspa_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA</NAME>
-#define AGS_RECALL_LADSPA(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspa))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA_CLASS</NAME>
-#define AGS_RECALL_LADSPA_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_LADSPA</NAME>
-#define AGS_IS_RECALL_LADSPA(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_LADSPA))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_LADSPA_CLASS</NAME>
-#define AGS_IS_RECALL_LADSPA_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_LADSPA))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_LADSPA_GET_CLASS</NAME>
-#define AGS_RECALL_LADSPA_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_LADSPA, AgsRecallLadspaClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallLadspa</NAME>
-struct _AgsRecallLadspa
-{
-  AgsRecallChannel recall_channel;
-
-  gchar *filename;
-  gchar *effect;
-  guint index;
-
-  LADSPA_Descriptor *plugin_descriptor;
-  guint input_port;
-  guint output_port;
-
-  LADSPA_Handle ladspa_handle;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallLadspaClass</NAME>
-struct _AgsRecallLadspaClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_ladspa_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladspa_load_ports</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecallLadspa *recall_ladspa 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladspa_short_to_float</NAME>
-<RETURNS>void  </RETURNS>
-signed short *buffer, float *destination 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladspa_float_to_short</NAME>
-<RETURNS>void  </RETURNS>
-float *buffer, signed short *destination 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladpsa_find</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, gchar *filename, gchar *effect 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_ladspa_new</NAME>
-<RETURNS>AgsRecallLadspa * </RETURNS>
-AgsChannel *source, gchar *filename, gchar *effect, guint index 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_RECYCLING_DUMMY</NAME>
-#define AGS_TYPE_RECALL_RECYCLING_DUMMY                (ags_recall_recycling_dummy_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING_DUMMY</NAME>
-#define AGS_RECALL_RECYCLING_DUMMY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummy))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING_DUMMY_CLASS</NAME>
-#define AGS_RECALL_RECYCLING_DUMMY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummyClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_RECYCLING_DUMMY</NAME>
-#define AGS_IS_RECALL_RECYCLING_DUMMY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_RECYCLING_DUMMY_CLASS</NAME>
-#define AGS_IS_RECALL_RECYCLING_DUMMY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECALL_RECYCLING_DUMMY))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_RECYCLING_DUMMY_GET_CLASS</NAME>
-#define AGS_RECALL_RECYCLING_DUMMY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING_DUMMY, AgsRecallRecyclingDummyClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRecallRecyclingDummy</NAME>
-struct _AgsRecallRecyclingDummy
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallRecyclingDummyClass</NAME>
-struct _AgsRecallRecyclingDummyClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_recycling_dummy_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_recycling_dummy_new</NAME>
-<RETURNS>AgsRecallRecyclingDummy * </RETURNS>
-AgsRecycling *recycling, GType child_type 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CHANNEL</NAME>
-#define AGS_TYPE_CHANNEL                (ags_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL</NAME>
-#define AGS_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CHANNEL, AgsChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL_CLASS</NAME>
-#define AGS_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CHANNEL, AgsChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANNEL</NAME>
-#define AGS_IS_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANNEL_CLASS</NAME>
-#define AGS_IS_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL_GET_CLASS</NAME>
-#define AGS_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CHANNEL, AgsChannelClass))
-</MACRO>
-<ENUM>
-<NAME>AgsChannelFlags</NAME>
-typedef enum{
-  AGS_CHANNEL_RUNNING        = 1,
-}AgsChannelFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsChannelRecallIDMode</NAME>
-typedef enum{
-  AGS_CHANNEL_RECALL_ID_RUN_STAGE,
-  AGS_CHANNEL_RECALL_ID_CANCEL,
-}AgsChannelRecallIDMode;
-</ENUM>
-<MACRO>
-<NAME>AGS_CHANNEL_ERROR</NAME>
-#define AGS_CHANNEL_ERROR (ags_channel_error_quark())
-</MACRO>
-<ENUM>
-<NAME>AgsChannelError</NAME>
-typedef enum{
-  AGS_CHANNEL_ERROR_LOOP_IN_LINK,
-}AgsChannelError;
-</ENUM>
-<STRUCT>
-<NAME>AgsChannel</NAME>
-struct _AgsChannel
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *audio;
-  GObject *devout;
-
-  AgsChannel *prev;
-  AgsChannel *prev_pad;
-  AgsChannel *next;
-  AgsChannel *next_pad;
-
-  guint pad;
-  guint audio_channel;
-  guint line;
-
-  char *note;
-
-  gpointer devout_play;
-
-  // GObject *recycling_container; // contains child recycling
-  GList *recall_id; // there may be several recall's running
-  GList *container;
-
-  GList *recall;
-  GList *play;
-
-  AgsChannel *link;
-  AgsRecycling *first_recycling;
-  AgsRecycling *last_recycling;
-  GObject *recycling_thread;
-
-  GList *pattern;
-  AgsNotation *notation;
-
-  GtkWidget *line_widget;
-  gpointer file_data;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsChannelClass</NAME>
-struct _AgsChannelClass
-{
-  GObjectClass object;
-
-  void (*recycling_changed)(AgsChannel *channel,
-			    AgsRecycling *old_start_region, AgsRecycling *old_end_region,
-			    AgsRecycling *new_start_region, AgsRecycling *new_end_region,
-			    AgsRecycling *old_start_changed_region, AgsRecycling *old_end_changed_region,
-			    AgsRecycling *new_start_changed_region, AgsRecycling *new_end_changed_region);
-
-  void (*done)(AgsChannel *channel,
-	       AgsRecallID *recall_id);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_error_quark</NAME>
-<RETURNS>GQuark  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_find_recall</NAME>
-<RETURNS>AgsRecall * </RETURNS>
-AgsChannel *channel, char *effect, char *name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_first</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_last</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_nth</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel, guint nth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_pad_first</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_pad_last</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_pad_nth</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel, guint nth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_first_with_recycling</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_last_with_recycling</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_set_devout</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_remove_recall_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_add_recall_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_add_recall_container</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, GObject *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_remove_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, GObject *recall, gboolean play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_add_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, GObject *recall, gboolean play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_set_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsChannel *link, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_set_recycling</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecycling *first_recycling, AgsRecycling *last_recycling, gboolean update, gboolean destroy_old 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recycling_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecycling *old_start_region, AgsRecycling *old_end_region, AgsRecycling *new_start_region, AgsRecycling *new_end_region, AgsRecycling *old_start_changed_region, AgsRecycling *old_end_changed_region, AgsRecycling *new_start_changed_region, AgsRecycling *new_end_changed_region 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_safe_resize_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, guint size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_resolve_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_play</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recursive_play_threaded</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recursive_play</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_duplicate_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_init_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, gint stage, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recursive_play_init</NAME>
-<RETURNS>AgsRecallID * </RETURNS>
-AgsChannel *channel, gint stage, gboolean arrange_recall_id, gboolean duplicate_templates, gboolean playback, gboolean sequencer, gboolean notation, gboolean resolve_dependencies, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_tillrecycling_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recursive_reset_recall_ids</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsChannel *link, AgsChannel *old_channel_link, AgsChannel *old_link_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_recall_id_set</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *output, AgsRecallID *recall_id, gboolean ommit_own_channel, guint mode, ... 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_new</NAME>
-<RETURNS>AgsChannel * </RETURNS>
-GObject *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_FACTORY</NAME>
-#define AGS_TYPE_RECALL_FACTORY                (ags_recall_factory_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_FACTORY</NAME>
-#define AGS_RECALL_FACTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_FACTORY, AgsRecallFactory))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_FACTORY_CLASS</NAME>
-#define AGS_RECALL_FACTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_FACTORY, AgsRecallFactoryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_FACTORY</NAME>
-#define AGS_IS_RECALL_FACTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_FACTORY_CLASS</NAME>
-#define AGS_IS_RECALL_FACTORY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_FACTORY_GET_CLASS</NAME>
-#define AGS_RECALL_FACTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_FACTORY, AgsRecallFactoryClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecallFactoryCreateFlags</NAME>
-typedef enum{
-  AGS_RECALL_FACTORY_OUTPUT    = 1,
-  AGS_RECALL_FACTORY_INPUT     = 1 << 1,
-  AGS_RECALL_FACTORY_REMAP     = 1 << 2,
-  AGS_RECALL_FACTORY_ADD       = 1 << 3,
-  AGS_RECALL_FACTORY_PLAY      = 1 << 4,
-  AGS_RECALL_FACTORY_RECALL    = 1 << 5,
-}AgsRecallFactoryCreateFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecallFactory</NAME>
-struct _AgsRecallFactory
-{
-  GObject object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallFactoryClass</NAME>
-struct _AgsRecallFactoryClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_factory_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_factory_create</NAME>
-<RETURNS>GList * </RETURNS>
-AgsAudio *audio, AgsRecallContainer *play_container, AgsRecallContainer *recall_container, gchar *plugin_name, guint start_audio_channel, guint stop_audio_channel, guint start_pad, guint stop_pad, guint create_flags, guint recall_flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_factory_remove</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallContainer *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_factory_get_instance</NAME>
-<RETURNS>AgsRecallFactory * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_factory_new</NAME>
-<RETURNS>AgsRecallFactory * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PORT</NAME>
-#define AGS_TYPE_PORT                (ags_port_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PORT</NAME>
-#define AGS_PORT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PORT, AgsPort))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORT_CLASS</NAME>
-#define AGS_PORT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PORT, AgsPortClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORT</NAME>
-#define AGS_IS_PORT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PORT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORT_CLASS</NAME>
-#define AGS_IS_PORT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PORT))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORT_GET_CLASS</NAME>
-#define AGS_PORT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PORT, AgsPortClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPort</NAME>
-struct _AgsPort
-{
-  GObject object;
-
-  gchar *plugin_name;
-  gchar *specifier;
-
-  gchar *control_port;
-
-  gboolean port_value_is_pointer;
-  GType port_value_type;
-
-  guint port_value_size;
-  guint port_value_length;
-
-  pthread_mutex_t mutex;
-
-  union _AgsPortValue{
-    gboolean ags_port_boolean;
-    gint64 ags_port_int;
-    guint64 ags_port_uint;
-    gfloat ags_port_float;
-    gdouble ags_port_double;
-    gboolean *ags_port_boolean_ptr;
-    gint64 *ags_port_int_ptr;
-    guint64 *ags_port_uint_ptr;
-    gfloat *ags_port_float_ptr;
-    gdouble *ags_port_double_ptr;
-    gpointer ags_port_pointer;
-    GObject *ags_port_object;
-  }port_value;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPortClass</NAME>
-struct _AgsPortClass
-{
-  GObjectClass object;
-
-  void (*safe_read)(AgsPort *port, GValue *value);
-  void (*safe_write)(AgsPort *port, GValue *value);
-
-  void (*safe_get_property)(AgsPort *port, gchar *property_name, GValue *value);
-  void (*safe_set_property)(AgsPort *port, gchar *property_name, GValue *value);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_port_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_safe_read</NAME>
-<RETURNS>void  </RETURNS>
-AgsPort *port, GValue *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_safe_write</NAME>
-<RETURNS>void  </RETURNS>
-AgsPort *port, GValue *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_safe_get_property</NAME>
-<RETURNS>void  </RETURNS>
-AgsPort *port, gchar *property_name, GValue *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_safe_set_property</NAME>
-<RETURNS>void  </RETURNS>
-AgsPort *port, gchar *property_name, GValue *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_find_specifier</NAME>
-<RETURNS>GList * </RETURNS>
-GList *port, gchar *specifier 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_port_new</NAME>
-<RETURNS>AgsPort * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_AUDIO_SIGNAL                (ags_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SIGNAL</NAME>
-#define AGS_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_SIGNAL, AgsAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_SIGNAL, AgsAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_SIGNAL</NAME>
-#define AGS_IS_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_AUDIO_SIGNAL, AgsAudioSignalClass))
-</MACRO>
-<ENUM>
-<NAME>AgsAudioSignalFlags</NAME>
-typedef enum{
-  AGS_AUDIO_SIGNAL_TEMPLATE             = 1,
-  AGS_AUDIO_SIGNAL_PLAY_DONE            = 1 << 1,
-  AGS_AUDIO_SIGNAL_STANDALONE           = 1 << 2,
-}AgsAudioSignalFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsAttackFlags</NAME>
-typedef enum{
-  AGS_ATTACK_INITIAL_RUN  = 1,
-  AGS_ATTACK_SWAP         = 1 << 1,
-}AgsAttackFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsAudioSignal</NAME>
-struct _AgsAudioSignal
-{
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-
-  GObject *recycling;
-  GObject *recall_id; // AGS_TYPE_RECALL_ID to identify the AgsAudioSignal
-
-  guint samplerate;
-  guint buffer_size;
-  guint resolution;
-
-  guint length;
-  guint last_frame; // the last frame at stream_end
-  guint loop_start;
-  guint loop_end;
-
-  guint delay;
-  guint attack;
-
-  guint lock_attack;
-  
-  GList *stream_beginning;
-  GList *stream_current;
-  GList *stream_end;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioSignalClass</NAME>
-struct _AgsAudioSignalClass
-{
-  GObjectClass object;
-
-  void (*realloc_buffer_size)(AgsAudioSignal *audio_signal, guint buffer_size);
-  void (*morph_samplerate)(AgsAudioSignal *audio_signal, guint samplerate, double k_morph);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_alloc</NAME>
-<RETURNS>signed short * </RETURNS>
-guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_get_length_till_current</NAME>
-<RETURNS>guint  </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_add_stream</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_stream_resize</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_stream_safe_resize</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_realloc_buffer_size</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_morph_samplerate</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, guint samplerate, double k_morph 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_copy_buffer_to_buffer</NAME>
-<RETURNS>void  </RETURNS>
-signed short *destination, guint dchannels, signed short *source, guint schannels, guint size) __attribute__ ((hot) 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_copy_buffer_to_double_buffer</NAME>
-<RETURNS>void  </RETURNS>
-double *destination, guint dchannels, signed short *source, guint schannels, guint size) __attribute__ ((hot) 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_copy_double_buffer_to_buffer</NAME>
-<RETURNS>void  </RETURNS>
-signed short *destination, guint dchannels, double *source, guint schannels, guint size) __attribute__ ((hot) 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_duplicate_stream</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, AgsAudioSignal *template 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_get_template</NAME>
-<RETURNS>AgsAudioSignal * </RETURNS>
-GList *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_get_stream_current</NAME>
-<RETURNS>GList * </RETURNS>
-GList *audio_signal, GObject *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_get_by_recall_id</NAME>
-<RETURNS>GList * </RETURNS>
-GList *audio_signal, GObject *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_tile</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, AgsAudioSignal *template, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_scale</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioSignal *audio_signal, AgsAudioSignal *template, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_new</NAME>
-<RETURNS>AgsAudioSignal * </RETURNS>
-GObject *devout, GObject *recycling, GObject *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_signal_new_with_length</NAME>
-<RETURNS>AgsAudioSignal * </RETURNS>
-GObject *devout, GObject *recycling, GObject *recall_id, guint length 
-</FUNCTION>
-<STRUCT>
-<NAME>AgsAttack</NAME>
-</STRUCT>
-<MACRO>
-<NAME>AGS_TYPE_CONFIG</NAME>
-#define AGS_TYPE_CONFIG                (ags_config_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG</NAME>
-#define AGS_CONFIG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONFIG, AgsConfig))
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_CLASS</NAME>
-#define AGS_CONFIG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONFIG, AgsConfigClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CONFIG</NAME>
-#define AGS_IS_CONFIG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CONFIG))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CONFIG_CLASS</NAME>
-#define AGS_IS_CONFIG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CONFIG))
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_GET_CLASS</NAME>
-#define AGS_CONFIG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONFIG, AgsConfigClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_DEFAULT_VERSION</NAME>
-#define AGS_CONFIG_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_DEFAULT_BUILD_ID</NAME>
-#define AGS_CONFIG_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_THREAD</NAME>
-#define AGS_CONFIG_THREAD "thread\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_CONFIG_DEVOUT</NAME>
-#define AGS_CONFIG_DEVOUT "device\0"
-</MACRO>
-<STRUCT>
-<NAME>AgsConfig</NAME>
-struct _AgsConfig
-{
-  GObject object;
-
-  guint version;
-  gchar *build_id;
-
-  GKeyFile *key_file;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsConfigClass</NAME>
-struct _AgsConfigClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_config_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_load_defaults</NAME>
-<RETURNS>void  </RETURNS>
-AgsConfig *config 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_load_from_file</NAME>
-<RETURNS>void  </RETURNS>
-AgsConfig *config, gchar *filename 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_save</NAME>
-<RETURNS>void  </RETURNS>
-AgsConfig *config 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_set</NAME>
-<RETURNS>void  </RETURNS>
-AgsConfig *config, gchar *group, gchar *key, gchar *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_get</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsConfig *config, gchar *group, gchar *key 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_config_new</NAME>
-<RETURNS>AgsConfig * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_INPUT</NAME>
-#define AGS_TYPE_INPUT                (ags_input_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_INPUT</NAME>
-#define AGS_INPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INPUT, AgsInput))
-</MACRO>
-<MACRO>
-<NAME>AGS_INPUT_CLASS</NAME>
-#define AGS_INPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INPUT, AgsInputClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INPUT</NAME>
-#define AGS_IS_INPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INPUT_CLASS</NAME>
-#define AGS_IS_INPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_INPUT_GET_CLASS</NAME>
-#define AGS_INPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INPUT, AgsInputClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsInput</NAME>
-struct _AgsInput
-{
-  AgsChannel channel;
-
-  GObject *file_link;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsInputClass</NAME>
-struct _AgsInputClass
-{
-  AgsChannelClass channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_input_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_input_new</NAME>
-<RETURNS>AgsInput * </RETURNS>
-GObject *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_NOTE</NAME>
-#define AGS_TYPE_NOTE                (ags_note_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE</NAME>
-#define AGS_NOTE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTE, AgsNote))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_CLASS</NAME>
-#define AGS_NOTE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTE, AgsNoteClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTE</NAME>
-#define AGS_IS_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTE_CLASS</NAME>
-#define AGS_IS_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_GET_CLASS</NAME>
-#define AGS_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_NOTE, AgsNoteClass))
-</MACRO>
-<ENUM>
-<NAME>AgsNoteFlags</NAME>
-typedef enum{
-  AGS_NOTE_GUI             =  1,
-  AGS_NOTE_RUNTIME         =  1 <<  1,
-  AGS_NOTE_HUMAN_READABLE  =  1 <<  2,
-  AGS_NOTE_DEFAULT_LENGTH  =  1 <<  3,
-  AGS_NOTE_IS_SELECTED     =  1 <<  4,
-}AgsNoteFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsNote</NAME>
-struct _AgsNote
-{
-  GObject object;
-
-  guint flags;
-
-  // gui format, convert easy to visualization
-  guint x[2];
-  guint y;
-
-  gchar *name;
-  gdouble frequency;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNoteClass</NAME>
-struct _AgsNoteClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_note_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_duplicate</NAME>
-<RETURNS>AgsNote * </RETURNS>
-AgsNote *note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_new</NAME>
-<RETURNS>AgsNote * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECALL_CONTAINER</NAME>
-#define AGS_TYPE_RECALL_CONTAINER                (ags_recall_container_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CONTAINER</NAME>
-#define AGS_RECALL_CONTAINER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_CONTAINER, AgsRecallContainer))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CONTAINER_CLASS</NAME>
-#define AGS_RECALL_CONTAINER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_CONTAINER, AgsRecallContainerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CONTAINER</NAME>
-#define AGS_IS_RECALL_CONTAINER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RECALL_CONTAINER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECALL_CONTAINER_CLASS</NAME>
-#define AGS_IS_RECALL_CONTAINER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RECALL_CONTAINER))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECALL_CONTAINER_GET_CLASS</NAME>
-#define AGS_RECALL_CONTAINER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RECALL_CONTAINER, AgsRecallContainerClass))
-</MACRO>
-<ENUM>
-<NAME>AgsRecallContainerFlags</NAME>
-typedef enum{
-  AGS_RECALL_CONTAINER_PLAY    =  1,
-}AgsRecallContainerFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsRecallContainerFindFlags</NAME>
-typedef enum{
-  AGS_RECALL_CONTAINER_FIND_TYPE,
-  AGS_RECALL_CONTAINER_FIND_TEMPLATE,
-  AGS_RECALL_CONTAINER_FIND_RECALL_ID,
-}AgsRecallContainerFindFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecallContainer</NAME>
-struct _AgsRecallContainer
-{
-  GObject object;
-  
-  guint flags;
-
-  GType recall_audio_type;
-  AgsRecall *recall_audio;
-
-  GType recall_audio_run_type;
-  GList *recall_audio_run;
-
-  GType recall_channel_type;
-  GList *recall_channel;
-
-  GType recall_channel_run_type;
-  GList *recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecallContainerClass</NAME>
-struct _AgsRecallContainerClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recall_container_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_get_recall_audio</NAME>
-<RETURNS>AgsRecall * </RETURNS>
-AgsRecallContainer *container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_get_recall_audio_run</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecallContainer *container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_get_recall_channel</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecallContainer *container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_get_recall_channel_run</NAME>
-<RETURNS>GList * </RETURNS>
-AgsRecallContainer *container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_find</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall_container, GType type, guint find_flags, AgsRecallID *recall_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recall_container_new</NAME>
-<RETURNS>AgsRecallContainer * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_EFFECT_COPY_STREAM</NAME>
-#define AGS_EFFECT_COPY_STREAM "copy_stream"
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECT_COPY_BUFFER</NAME>
-#define AGS_EFFECT_COPY_BUFFER "copy_buffer"
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECT_DOWN_MIX</NAME>
-#define AGS_EFFECT_DOWN_MIX "down_mix"
-</MACRO>
-<MACRO>
-<NAME>AGS_TYPE_CANCEL_CHANNEL</NAME>
-#define AGS_TYPE_CANCEL_CHANNEL                (ags_cancel_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_CHANNEL</NAME>
-#define AGS_CANCEL_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CANCEL_CHANNEL, AgsCancelChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_CHANNEL_CLASS</NAME>
-#define AGS_CANCEL_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CANCEL_CHANNEL, AgsCancelChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_CHANNEL</NAME>
-#define AGS_IS_CANCEL_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CANCEL_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_CHANNEL_CLASS</NAME>
-#define AGS_IS_CANCEL_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CANCEL_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_CHANNEL_GET_CLASS</NAME>
-#define AGS_CANCEL_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CANCEL_CHANNEL, AgsCancelChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCancelChannel</NAME>
-struct _AgsCancelChannel
-{
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsRecallID *recall_id;
-
-  AgsDevoutPlay *play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCancelChannelClass</NAME>
-struct _AgsCancelChannelClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_cancel_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_cancel_channel_new</NAME>
-<RETURNS>AgsCancelChannel * </RETURNS>
-AgsChannel *channel, AgsRecallID *recall_id, AgsDevoutPlay *play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_LINE_MEMBER</NAME>
-#define AGS_TYPE_ADD_LINE_MEMBER                (ags_add_line_member_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_LINE_MEMBER</NAME>
-#define AGS_ADD_LINE_MEMBER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_LINE_MEMBER, AgsAddLineMember))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_LINE_MEMBER_CLASS</NAME>
-#define AGS_ADD_LINE_MEMBER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_LINE_MEMBER, AgsAddLineMemberClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_LINE_MEMBER</NAME>
-#define AGS_IS_ADD_LINE_MEMBER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_LINE_MEMBER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_LINE_MEMBER_CLASS</NAME>
-#define AGS_IS_ADD_LINE_MEMBER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_LINE_MEMBER))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_LINE_MEMBER_GET_CLASS</NAME>
-#define AGS_ADD_LINE_MEMBER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_LINE_MEMBER, AgsAddLineMemberClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddLineMember</NAME>
-struct _AgsAddLineMember
-{
-  AgsTask task;
-
-  AgsLine *line;
-  AgsLineMember *line_member;
-
-  guint x;
-  guint y;
-  guint width;
-  guint height;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddLineMemberClass</NAME>
-struct _AgsAddLineMemberClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_line_member_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_line_member_new</NAME>
-<RETURNS>AgsAddLineMember * </RETURNS>
-AgsLine *line, AgsLineMember *line_member, guint x, guint y, guint width, guint height 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_AUDIO</NAME>
-#define AGS_TYPE_REMOVE_AUDIO                (ags_remove_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO</NAME>
-#define AGS_REMOVE_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_AUDIO, AgsRemoveAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO_CLASS</NAME>
-#define AGS_REMOVE_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_AUDIO, AgsRemoveAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_AUDIO</NAME>
-#define AGS_IS_REMOVE_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_AUDIO_CLASS</NAME>
-#define AGS_IS_REMOVE_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO_GET_CLASS</NAME>
-#define AGS_REMOVE_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_AUDIO, AgsRemoveAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoveAudio</NAME>
-struct _AgsRemoveAudio
-{
-  AgsTask task;
-
-  AgsDevout *devout;
-  AgsAudio *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoveAudioClass</NAME>
-struct _AgsRemoveAudioClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_audio_new</NAME>
-<RETURNS>AgsRemoveAudio * </RETURNS>
-AgsDevout *devout, AgsAudio *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_INIT_AUDIO</NAME>
-#define AGS_TYPE_INIT_AUDIO                (ags_init_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_AUDIO</NAME>
-#define AGS_INIT_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_AUDIO_CLASS</NAME>
-#define AGS_INIT_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INIT_AUDIO</NAME>
-#define AGS_IS_INIT_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INIT_AUDIO_CLASS</NAME>
-#define AGS_IS_INIT_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INIT_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_AUDIO_GET_CLASS</NAME>
-#define AGS_INIT_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_AUDIO, AgsInitAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsInitAudio</NAME>
-struct _AgsInitAudio
-{
-  AgsTask task;
-
-  AgsAudio *audio;
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsInitAudioClass</NAME>
-struct _AgsInitAudioClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_init_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_init_audio_new</NAME>
-<RETURNS>AgsInitAudio * </RETURNS>
-AgsAudio *audio, gboolean playback, gboolean sequencer, gboolean notation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_NOTE</NAME>
-#define AGS_TYPE_REMOVE_NOTE                (ags_remove_note_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_NOTE</NAME>
-#define AGS_REMOVE_NOTE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_NOTE, AgsRemoveNote))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_NOTE_CLASS</NAME>
-#define AGS_REMOVE_NOTE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_NOTE, AgsRemoveNoteClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_NOTE</NAME>
-#define AGS_IS_REMOVE_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_NOTE_CLASS</NAME>
-#define AGS_IS_REMOVE_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_NOTE_GET_CLASS</NAME>
-#define AGS_REMOVE_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_NOTE, AgsRemoveNoteClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoveNote</NAME>
-struct _AgsRemoveNote
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoveNoteClass</NAME>
-struct _AgsRemoveNoteClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_note_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_note_new</NAME>
-<RETURNS>AgsRemoveNote * </RETURNS>
-AgsNotation *notation, guint x, guint y 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_REGION_TO_SELECTION</NAME>
-#define AGS_TYPE_ADD_REGION_TO_SELECTION                (ags_add_region_to_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_REGION_TO_SELECTION</NAME>
-#define AGS_ADD_REGION_TO_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_REGION_TO_SELECTION_CLASS</NAME>
-#define AGS_ADD_REGION_TO_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_REGION_TO_SELECTION</NAME>
-#define AGS_IS_ADD_REGION_TO_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_REGION_TO_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_REGION_TO_SELECTION_CLASS</NAME>
-#define AGS_IS_ADD_REGION_TO_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_REGION_TO_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_REGION_TO_SELECTION_GET_CLASS</NAME>
-#define AGS_ADD_REGION_TO_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_REGION_TO_SELECTION, AgsAddRegionToSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddRegionToSelection</NAME>
-struct _AgsAddRegionToSelection
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x0;
-  guint y0;
-  guint x1;
-  guint y1;
-
-  gboolean replace_current_selection;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddRegionToSelectionClass</NAME>
-struct _AgsAddRegionToSelectionClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_region_to_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_region_to_selection_new</NAME>
-<RETURNS>AgsAddRegionToSelection * </RETURNS>
-AgsNotation *notation, guint x0, guint y0, guint x1, guint y1, gboolean replace_current_selection 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CHANGE_INDICATOR</NAME>
-#define AGS_TYPE_CHANGE_INDICATOR                (ags_change_indicator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_INDICATOR</NAME>
-#define AGS_CHANGE_INDICATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CHANGE_INDICATOR, AgsChangeIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_INDICATOR_CLASS</NAME>
-#define AGS_CHANGE_INDICATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CHANGE_INDICATOR, AgsChangeIndicatorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANGE_INDICATOR</NAME>
-#define AGS_IS_CHANGE_INDICATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CHANGE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANGE_INDICATOR_CLASS</NAME>
-#define AGS_IS_CHANGE_INDICATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CHANGE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_INDICATOR_GET_CLASS</NAME>
-#define AGS_CHANGE_INDICATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CHANGE_INDICATOR, AgsChangeIndicatorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsChangeIndicator</NAME>
-struct _AgsChangeIndicator
-{
-  AgsTask task;
-
-  AgsIndicator *indicator;
-  gdouble value;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsChangeIndicatorClass</NAME>
-struct _AgsChangeIndicatorClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_change_indicator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_change_indicator_new</NAME>
-<RETURNS>AgsChangeIndicator * </RETURNS>
-AgsIndicator *indicator, gdouble value 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPEND_AUDIO</NAME>
-#define AGS_TYPE_APPEND_AUDIO                (ags_append_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO</NAME>
-#define AGS_APPEND_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPEND_AUDIO, AgsAppendAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO_CLASS</NAME>
-#define AGS_APPEND_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPEND_AUDIO, AgsAppendAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_AUDIO</NAME>
-#define AGS_IS_APPEND_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPEND_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_AUDIO_CLASS</NAME>
-#define AGS_IS_APPEND_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPEND_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO_GET_CLASS</NAME>
-#define AGS_APPEND_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPEND_AUDIO, AgsAppendAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAppendAudio</NAME>
-struct _AgsAppendAudio
-{
-  AgsTask task;
-
-  GObject *audio_loop;
-  GObject *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAppendAudioClass</NAME>
-struct _AgsAppendAudioClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_append_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_append_audio_new</NAME>
-<RETURNS>AgsAppendAudio * </RETURNS>
-GObject *audio_loop, GObject *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_SAMPLERATE</NAME>
-#define AGS_TYPE_SET_SAMPLERATE                (ags_set_samplerate_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_SAMPLERATE</NAME>
-#define AGS_SET_SAMPLERATE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_SAMPLERATE, AgsSetSamplerate))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_SAMPLERATE_CLASS</NAME>
-#define AGS_SET_SAMPLERATE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_SAMPLERATE, AgsSetSamplerateClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_SAMPLERATE</NAME>
-#define AGS_IS_SET_SAMPLERATE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_SAMPLERATE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_SAMPLERATE_CLASS</NAME>
-#define AGS_IS_SET_SAMPLERATE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_SAMPLERATE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_SAMPLERATE_GET_CLASS</NAME>
-#define AGS_SET_SAMPLERATE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_SAMPLERATE, AgsSetSamplerateClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetSamplerate</NAME>
-struct _AgsSetSamplerate
-{
-  AgsTask task;
-
-  GObject *gobject;
-  guint samplerate;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetSamplerateClass</NAME>
-struct _AgsSetSamplerateClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_samplerate_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_samplerate_new</NAME>
-<RETURNS>AgsSetSamplerate * </RETURNS>
-GObject *gobject, guint samplerate 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_POINT_FROM_SELECTION</NAME>
-#define AGS_TYPE_REMOVE_POINT_FROM_SELECTION                (ags_remove_point_from_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_POINT_FROM_SELECTION</NAME>
-#define AGS_REMOVE_POINT_FROM_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_POINT_FROM_SELECTION_CLASS</NAME>
-#define AGS_REMOVE_POINT_FROM_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_POINT_FROM_SELECTION</NAME>
-#define AGS_IS_REMOVE_POINT_FROM_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS</NAME>
-#define AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_POINT_FROM_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS</NAME>
-#define AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_POINT_FROM_SELECTION, AgsRemovePointFromSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemovePointFromSelection</NAME>
-struct _AgsRemovePointFromSelection
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemovePointFromSelectionClass</NAME>
-struct _AgsRemovePointFromSelectionClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_point_from_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_point_from_selection_new</NAME>
-<RETURNS>AgsRemovePointFromSelection * </RETURNS>
-AgsNotation *notation, guint x, guint y 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_BUFFER_SIZE</NAME>
-#define AGS_TYPE_SET_BUFFER_SIZE                (ags_set_buffer_size_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_BUFFER_SIZE</NAME>
-#define AGS_SET_BUFFER_SIZE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_BUFFER_SIZE, AgsSetBufferSize))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_BUFFER_SIZE_CLASS</NAME>
-#define AGS_SET_BUFFER_SIZE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_BUFFER_SIZE, AgsSetBufferSizeClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_BUFFER_SIZE</NAME>
-#define AGS_IS_SET_BUFFER_SIZE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_BUFFER_SIZE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_BUFFER_SIZE_CLASS</NAME>
-#define AGS_IS_SET_BUFFER_SIZE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_BUFFER_SIZE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_BUFFER_SIZE_GET_CLASS</NAME>
-#define AGS_SET_BUFFER_SIZE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_BUFFER_SIZE, AgsSetBufferSizeClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetBufferSize</NAME>
-struct _AgsSetBufferSize
-{
-  AgsTask task;
-
-  GObject *gobject;
-  guint buffer_size;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetBufferSizeClass</NAME>
-struct _AgsSetBufferSizeClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_buffer_size_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_buffer_size_new</NAME>
-<RETURNS>AgsSetBufferSize * </RETURNS>
-GObject *gobject, guint buffer_size 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_AUDIO</NAME>
-#define AGS_TYPE_ADD_AUDIO                (ags_add_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO</NAME>
-#define AGS_ADD_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_AUDIO, AgsAddAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO_CLASS</NAME>
-#define AGS_ADD_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_AUDIO, AgsAddAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_AUDIO</NAME>
-#define AGS_IS_ADD_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_AUDIO_CLASS</NAME>
-#define AGS_IS_ADD_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO_GET_CLASS</NAME>
-#define AGS_ADD_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_AUDIO, AgsAddAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddAudio</NAME>
-struct _AgsAddAudio
-{
-  AgsTask task;
-
-  AgsDevout *devout;
-  AgsAudio *audio;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddAudioClass</NAME>
-struct _AgsAddAudioClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_audio_new</NAME>
-<RETURNS>AgsAddAudio * </RETURNS>
-AgsDevout *devout, AgsAudio *audio 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TOGGLE_LED</NAME>
-#define AGS_TYPE_TOGGLE_LED                (ags_toggle_led_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_LED</NAME>
-#define AGS_TOGGLE_LED(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TOGGLE_LED, AgsToggleLed))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_LED_CLASS</NAME>
-#define AGS_TOGGLE_LED_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TOGGLE_LED, AgsToggleLedClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOGGLE_LED</NAME>
-#define AGS_IS_TOGGLE_LED(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TOGGLE_LED))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOGGLE_LED_CLASS</NAME>
-#define AGS_IS_TOGGLE_LED_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_TOGGLE_LED))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_LED_GET_CLASS</NAME>
-#define AGS_TOGGLE_LED_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TOGGLE_LED, AgsToggleLedClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsToggleLed</NAME>
-struct _AgsToggleLed
-{
-  AgsTask task;
-
-  GList *led;
-  guint set_active;
-  guint unset_active;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsToggleLedClass</NAME>
-struct _AgsToggleLedClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_toggle_led_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toggle_led_new</NAME>
-<RETURNS>AgsToggleLed * </RETURNS>
-GList *led, guint set_active, guint unset_active 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_RECALL</NAME>
-#define AGS_TYPE_ADD_RECALL                (ags_add_recall_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_RECALL</NAME>
-#define AGS_ADD_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_RECALL, AgsAddRecall))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_RECALL_CLASS</NAME>
-#define AGS_ADD_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_RECALL, AgsAddRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_RECALL</NAME>
-#define AGS_IS_ADD_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_RECALL_CLASS</NAME>
-#define AGS_IS_ADD_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_RECALL_GET_CLASS</NAME>
-#define AGS_ADD_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_RECALL, AgsAddRecallClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddRecall</NAME>
-struct _AgsAddRecall
-{
-  AgsTask task;
-
-  GObject *context;
-
-  AgsRecall *recall;
-  gboolean is_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddRecallClass</NAME>
-struct _AgsAddRecallClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_recall_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_recall_new</NAME>
-<RETURNS>AgsAddRecall * </RETURNS>
-GObject *context, AgsRecall *recall, gboolean is_play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_REGION_FROM_SELECTION</NAME>
-#define AGS_TYPE_REMOVE_REGION_FROM_SELECTION                (ags_remove_region_from_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_REGION_FROM_SELECTION</NAME>
-#define AGS_REMOVE_REGION_FROM_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_REGION_FROM_SELECTION, AgsRemoveRegionFromSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_REGION_FROM_SELECTION_CLASS</NAME>
-#define AGS_REMOVE_REGION_FROM_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_REGION_FROM_SELECTION, AgsRemoveRegionFromSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_REGION_FROM_SELECTION</NAME>
-#define AGS_IS_REMOVE_REGION_FROM_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_REGION_FROM_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_REGION_FROM_SELECTION_CLASS</NAME>
-#define AGS_IS_REMOVE_REGION_FROM_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_REGION_FROM_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_REGION_FROM_SELECTION_GET_CLASS</NAME>
-#define AGS_REMOVE_REGION_FROM_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_REGION_FROM_SELECTION, AgsRemoveRegionFromSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoveRegionFromSelection</NAME>
-struct _AgsRemoveRegionFromSelection
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x0;
-  guint y0;
-  guint x1;
-  guint y1;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoveRegionFromSelectionClass</NAME>
-struct _AgsRemoveRegionFromSelectionClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_region_from_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_region_from_selection_new</NAME>
-<RETURNS>AgsRemoveRegionFromSelection * </RETURNS>
-AgsNotation *notation, guint x0, guint y0, guint x1, guint y1 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINK_CHANNEL</NAME>
-#define AGS_TYPE_LINK_CHANNEL                (ags_link_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_CHANNEL</NAME>
-#define AGS_LINK_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_CHANNEL_CLASS</NAME>
-#define AGS_LINK_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_CHANNEL</NAME>
-#define AGS_IS_LINK_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LINK_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_CHANNEL_CLASS</NAME>
-#define AGS_IS_LINK_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LINK_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_CHANNEL_GET_CLASS</NAME>
-#define AGS_LINK_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_CHANNEL, AgsLinkChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLinkChannel</NAME>
-struct _AgsLinkChannel
-{
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsChannel *link;
-
-  GError *error;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLinkChannelClass</NAME>
-struct _AgsLinkChannelClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_link_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_channel_new</NAME>
-<RETURNS>AgsLinkChannel * </RETURNS>
-AgsChannel *channel, AgsChannel *link 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_REMOVE_AUDIO_SIGNAL                (ags_remove_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO_SIGNAL</NAME>
-#define AGS_REMOVE_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_REMOVE_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_AUDIO_SIGNAL</NAME>
-#define AGS_IS_REMOVE_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_AUDIO_SIGNAL, AgsRemoveAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoveAudioSignal</NAME>
-struct _AgsRemoveAudioSignal
-{
-  AgsTask task;
-
-  AgsRecycling *recycling;
-  AgsAudioSignal *audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoveAudioSignalClass</NAME>
-struct _AgsRemoveAudioSignalClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_audio_signal_new</NAME>
-<RETURNS>AgsRemoveAudioSignal * </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_ADD_AUDIO_SIGNAL                (ags_add_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO_SIGNAL</NAME>
-#define AGS_ADD_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_ADD_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_AUDIO_SIGNAL</NAME>
-#define AGS_IS_ADD_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_ADD_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_ADD_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_AUDIO_SIGNAL, AgsAddAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddAudioSignal</NAME>
-struct _AgsAddAudioSignal
-{
-  AgsTask task;
-
-  AgsRecycling *recycling;
-  AgsAudioSignal *audio_signal;
-  AgsDevout *devout;
-  AgsRecallID *recall_id;
-  guint audio_signal_flags;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddAudioSignalClass</NAME>
-struct _AgsAddAudioSignalClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_audio_signal_new</NAME>
-<RETURNS>AgsAddAudioSignal * </RETURNS>
-AgsRecycling *recycling, AgsAudioSignal *audio_signal, AgsDevout *devout, AgsRecallID *recall_id, guint audio_signal_flags 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_SET_RECYCLING</NAME>
-#define AGS_TYPE_AUDIO_SET_RECYCLING                (ags_audio_set_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SET_RECYCLING</NAME>
-#define AGS_AUDIO_SET_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_SET_RECYCLING, AgsAudioSetRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SET_RECYCLING_CLASS</NAME>
-#define AGS_AUDIO_SET_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_SET_RECYCLING, AgsAudioSetRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_SET_RECYCLING</NAME>
-#define AGS_IS_AUDIO_SET_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO_SET_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_SET_RECYCLING_CLASS</NAME>
-#define AGS_IS_AUDIO_SET_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUDIO_SET_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_SET_RECYCLING_GET_CLASS</NAME>
-#define AGS_AUDIO_SET_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO_SET_RECYCLING, AgsAudioSetRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAudioSetRecycling</NAME>
-struct _AgsAudioSetRecycling
-{
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  GParameter *parameter;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioSetRecyclingClass</NAME>
-struct _AgsAudioSetRecyclingClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_set_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_set_recycling_new</NAME>
-<RETURNS>AgsAudioSetRecycling * </RETURNS>
-AgsAudio *audio, GParameter *parameter 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLY_WAVETABLE</NAME>
-#define AGS_TYPE_APPLY_WAVETABLE                (ags_apply_wavetable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_WAVETABLE</NAME>
-#define AGS_APPLY_WAVETABLE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_WAVETABLE, AgsApplyWavetable))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_WAVETABLE_CLASS</NAME>
-#define AGS_APPLY_WAVETABLE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_WAVETABLE, AgsApplyWavetableClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_WAVETABLE</NAME>
-#define AGS_IS_APPLY_WAVETABLE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_WAVETABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_WAVETABLE_CLASS</NAME>
-#define AGS_IS_APPLY_WAVETABLE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_WAVETABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_WAVETABLE_GET_CLASS</NAME>
-#define AGS_APPLY_WAVETABLE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_WAVETABLE, AgsApplyWavetableClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsApplyWavetable</NAME>
-struct _AgsApplyWavetable
-{
-  AgsTask task;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsApplyWavetableClass</NAME>
-struct _AgsApplyWavetableClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_apply_wavetable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_apply_wavetable_new</NAME>
-<RETURNS>AgsApplyWavetable * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CANCEL_AUDIO</NAME>
-#define AGS_TYPE_CANCEL_AUDIO                (ags_cancel_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_AUDIO</NAME>
-#define AGS_CANCEL_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CANCEL_AUDIO, AgsCancelAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_AUDIO_CLASS</NAME>
-#define AGS_CANCEL_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CANCEL_AUDIO, AgsCancelAudioClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_AUDIO</NAME>
-#define AGS_IS_CANCEL_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CANCEL_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_AUDIO_CLASS</NAME>
-#define AGS_IS_CANCEL_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CANCEL_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_AUDIO_GET_CLASS</NAME>
-#define AGS_CANCEL_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CANCEL_AUDIO, AgsCancelAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCancelAudio</NAME>
-struct _AgsCancelAudio
-{
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCancelAudioClass</NAME>
-struct _AgsCancelAudioClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_cancel_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_cancel_audio_new</NAME>
-<RETURNS>AgsCancelAudio * </RETURNS>
-AgsAudio *audio, gboolean playback, gboolean sequencer, gboolean notation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPEND_AUDIO_THREADED</NAME>
-#define AGS_TYPE_APPEND_AUDIO_THREADED                (ags_append_audio_threaded_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO_THREADED</NAME>
-#define AGS_APPEND_AUDIO_THREADED(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPEND_AUDIO_THREADED, AgsAppendAudioThreaded))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO_THREADED_CLASS</NAME>
-#define AGS_APPEND_AUDIO_THREADED_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPEND_AUDIO_THREADED, AgsAppendAudioThreadedClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_AUDIO_THREADED</NAME>
-#define AGS_IS_APPEND_AUDIO_THREADED(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPEND_AUDIO_THREADED))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_AUDIO_THREADED_CLASS</NAME>
-#define AGS_IS_APPEND_AUDIO_THREADED_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPEND_AUDIO_THREADED))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_AUDIO_THREADED_GET_CLASS</NAME>
-#define AGS_APPEND_AUDIO_THREADED_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPEND_AUDIO_THREADED, AgsAppendAudioThreadedClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAppendAudioThreaded</NAME>
-struct _AgsAppendAudioThreaded
-{
-  AgsTask task;
-
-  GObject *audio_loop;
-  AgsDevoutPlay *devout_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAppendAudioThreadedClass</NAME>
-struct _AgsAppendAudioThreadedClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_append_audio_threaded_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_append_audio_threaded_new</NAME>
-<RETURNS>AgsAppendAudioThreaded * </RETURNS>
-GObject *audio_loop, AgsDevoutPlay *play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPEND_CHANNEL</NAME>
-#define AGS_TYPE_APPEND_CHANNEL                (ags_append_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_CHANNEL</NAME>
-#define AGS_APPEND_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPEND_CHANNEL, AgsAppendChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_CHANNEL_CLASS</NAME>
-#define AGS_APPEND_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPEND_CHANNEL, AgsAppendChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_CHANNEL</NAME>
-#define AGS_IS_APPEND_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPEND_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_CHANNEL_CLASS</NAME>
-#define AGS_IS_APPEND_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPEND_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_CHANNEL_GET_CLASS</NAME>
-#define AGS_APPEND_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPEND_CHANNEL, AgsAppendChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAppendChannel</NAME>
-struct _AgsAppendChannel
-{
-  AgsTask task;
-
-  GObject *audio_loop;
-  GObject *channel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAppendChannelClass</NAME>
-struct _AgsAppendChannelClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_append_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_append_channel_new</NAME>
-<RETURNS>AgsAppendChannel * </RETURNS>
-GObject *audio_loop, GObject *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SCROLL_ON_PLAY</NAME>
-#define AGS_TYPE_SCROLL_ON_PLAY                (ags_scroll_on_play_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SCROLL_ON_PLAY</NAME>
-#define AGS_SCROLL_ON_PLAY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SCROLL_ON_PLAY, AgsScrollOnPlay))
-</MACRO>
-<MACRO>
-<NAME>AGS_SCROLL_ON_PLAY_CLASS</NAME>
-#define AGS_SCROLL_ON_PLAY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SCROLL_ON_PLAY, AgsScrollOnPlayClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SCROLL_ON_PLAY</NAME>
-#define AGS_IS_SCROLL_ON_PLAY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SCROLL_ON_PLAY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SCROLL_ON_PLAY_CLASS</NAME>
-#define AGS_IS_SCROLL_ON_PLAY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SCROLL_ON_PLAY))
-</MACRO>
-<MACRO>
-<NAME>AGS_SCROLL_ON_PLAY_GET_CLASS</NAME>
-#define AGS_SCROLL_ON_PLAY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SCROLL_ON_PLAY, AgsScrollOnPlayClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsScrollOnPlay</NAME>
-struct _AgsScrollOnPlay
-{
-  AgsTask task;
-
-  GtkWidget *editor;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsScrollOnPlayClass</NAME>
-struct _AgsScrollOnPlayClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_scroll_on_play_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_scroll_on_play_new</NAME>
-<RETURNS>AgsScrollOnPlay * </RETURNS>
-GtkWidget *editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_OPEN_SINGLE_FILE</NAME>
-#define AGS_TYPE_OPEN_SINGLE_FILE                (ags_open_single_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_SINGLE_FILE</NAME>
-#define AGS_OPEN_SINGLE_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OPEN_SINGLE_FILE, AgsOpenSingleFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_SINGLE_FILE_CLASS</NAME>
-#define AGS_OPEN_SINGLE_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OPEN_SINGLE_FILE, AgsOpenSingleFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPEN_SINGLE_FILE</NAME>
-#define AGS_IS_OPEN_SINGLE_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OPEN_SINGLE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPEN_SINGLE_FILE_CLASS</NAME>
-#define AGS_IS_OPEN_SINGLE_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_OPEN_SINGLE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_SINGLE_FILE_GET_CLASS</NAME>
-#define AGS_OPEN_SINGLE_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OPEN_SINGLE_FILE, AgsOpenSingleFileClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsOpenSingleFile</NAME>
-struct _AgsOpenSingleFile
-{
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsDevout *devout;
-
-  gchar *filename;
-  guint start_channel;
-  guint audio_channels;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsOpenSingleFileClass</NAME>
-struct _AgsOpenSingleFileClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_open_single_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_open_single_file_new</NAME>
-<RETURNS>AgsOpenSingleFile * </RETURNS>
-AgsChannel *channel, AgsDevout *devout, gchar *filename, guint start_channel, guint audio_channels 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DISPLAY_TACT</NAME>
-#define AGS_TYPE_DISPLAY_TACT                (ags_display_tact_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DISPLAY_TACT</NAME>
-#define AGS_DISPLAY_TACT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DISPLAY_TACT, AgsDisplayTact))
-</MACRO>
-<MACRO>
-<NAME>AGS_DISPLAY_TACT_CLASS</NAME>
-#define AGS_DISPLAY_TACT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DISPLAY_TACT, AgsDisplayTactClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DISPLAY_TACT</NAME>
-#define AGS_IS_DISPLAY_TACT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DISPLAY_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DISPLAY_TACT_CLASS</NAME>
-#define AGS_IS_DISPLAY_TACT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DISPLAY_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_DISPLAY_TACT_GET_CLASS</NAME>
-#define AGS_DISPLAY_TACT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DISPLAY_TACT, AgsDisplayTactClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsDisplayTact</NAME>
-struct _AgsDisplayTact
-{
-  AgsTask task;
-
-  GtkWidget *navigation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDisplayTactClass</NAME>
-struct _AgsDisplayTactClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_display_tact_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_display_tact_new</NAME>
-<RETURNS>AgsDisplayTact * </RETURNS>
-GtkWidget *navigation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EXPORT_OUTPUT</NAME>
-#define AGS_TYPE_EXPORT_OUTPUT                (ags_export_output_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_OUTPUT</NAME>
-#define AGS_EXPORT_OUTPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutput))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_OUTPUT_CLASS</NAME>
-#define AGS_EXPORT_OUTPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutputClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_OUTPUT</NAME>
-#define AGS_IS_EXPORT_OUTPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_OUTPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_OUTPUT_CLASS</NAME>
-#define AGS_IS_EXPORT_OUTPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPORT_OUTPUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_OUTPUT_GET_CLASS</NAME>
-#define AGS_EXPORT_OUTPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutputClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsExportOutput</NAME>
-struct _AgsExportOutput
-{
-  AgsTask task;
-
-  AgsExportThread *export_thread;
-  AgsDevout *devout;
-  gchar *filename;
-  guint tic;
-  gboolean live_performance;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExportOutputClass</NAME>
-struct _AgsExportOutputClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_export_output_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_output_new</NAME>
-<RETURNS>AgsExportOutput * </RETURNS>
-AgsExportThread *export_thread, AgsDevout *devout, gchar *filename, guint tic, gboolean live_performance 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TOGGLE_PATTERN_BIT</NAME>
-#define AGS_TYPE_TOGGLE_PATTERN_BIT                (ags_toggle_pattern_bit_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_PATTERN_BIT</NAME>
-#define AGS_TOGGLE_PATTERN_BIT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TOGGLE_PATTERN_BIT, AgsTogglePatternBit))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_PATTERN_BIT_CLASS</NAME>
-#define AGS_TOGGLE_PATTERN_BIT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TOGGLE_PATTERN_BIT, AgsTogglePatternBitClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOGGLE_PATTERN_BIT</NAME>
-#define AGS_IS_TOGGLE_PATTERN_BIT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TOGGLE_PATTERN_BIT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOGGLE_PATTERN_BIT_CLASS</NAME>
-#define AGS_IS_TOGGLE_PATTERN_BIT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TOGGLE_PATTERN_BIT))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOGGLE_PATTERN_BIT_GET_CLASS</NAME>
-#define AGS_TOGGLE_PATTERN_BIT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_TOGGLE_PATTERN_BIT, AgsTogglePatternBitClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsTogglePatternBit</NAME>
-struct _AgsTogglePatternBit
-{
-  AgsTask task;
-  
-  AgsPattern *pattern;
-  guint line;
-
-  guint index_i;
-  guint index_j;
-  guint bit;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTogglePatternBitClass</NAME>
-struct _AgsTogglePatternBitClass
-{
-  AgsTaskClass task;
-
-  void (*refresh_gui)(AgsTogglePatternBit *toggle_pattern_bit);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_toggle_pattern_bit_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toggle_pattern_bit_refresh_gui</NAME>
-<RETURNS>void  </RETURNS>
-AgsTogglePatternBit *toggle_pattern_bit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toggle_pattern_bit_new</NAME>
-<RETURNS>AgsTogglePatternBit * </RETURNS>
-AgsPattern *pattern, guint line, guint index_i, guint index_j, guint bit 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_OPEN_FILE</NAME>
-#define AGS_TYPE_OPEN_FILE                (ags_open_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_FILE</NAME>
-#define AGS_OPEN_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OPEN_FILE, AgsOpenFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_FILE_CLASS</NAME>
-#define AGS_OPEN_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OPEN_FILE, AgsOpenFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPEN_FILE</NAME>
-#define AGS_IS_OPEN_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OPEN_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPEN_FILE_CLASS</NAME>
-#define AGS_IS_OPEN_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_OPEN_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPEN_FILE_GET_CLASS</NAME>
-#define AGS_OPEN_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OPEN_FILE, AgsOpenFileClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsOpenFile</NAME>
-struct _AgsOpenFile
-{
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  GSList *filenames;
-
-  gboolean overwrite_channels;
-  gboolean create_channels;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsOpenFileClass</NAME>
-struct _AgsOpenFileClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_open_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_open_file_new</NAME>
-<RETURNS>AgsOpenFile * </RETURNS>
-AgsAudio *audio, GSList *filenames, gboolean overwrite_channels, gboolean create_channels 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_POINT_TO_SELECTION</NAME>
-#define AGS_TYPE_ADD_POINT_TO_SELECTION                (ags_add_point_to_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_POINT_TO_SELECTION</NAME>
-#define AGS_ADD_POINT_TO_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_POINT_TO_SELECTION_CLASS</NAME>
-#define AGS_ADD_POINT_TO_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_POINT_TO_SELECTION</NAME>
-#define AGS_IS_ADD_POINT_TO_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_POINT_TO_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_POINT_TO_SELECTION_CLASS</NAME>
-#define AGS_IS_ADD_POINT_TO_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_POINT_TO_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_POINT_TO_SELECTION_GET_CLASS</NAME>
-#define AGS_ADD_POINT_TO_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_POINT_TO_SELECTION, AgsAddPointToSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddPointToSelection</NAME>
-struct _AgsAddPointToSelection
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-
-  gboolean replace_current_selection;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddPointToSelectionClass</NAME>
-struct _AgsAddPointToSelectionClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_point_to_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_point_to_selection_new</NAME>
-<RETURNS>AgsAddPointToSelection * </RETURNS>
-AgsNotation *notation, guint x, guint y, gboolean replace_current_selection 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CHANGE_TACT</NAME>
-#define AGS_TYPE_CHANGE_TACT                (ags_change_tact_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_TACT</NAME>
-#define AGS_CHANGE_TACT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CHANGE_TACT, AgsChangeTact))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_TACT_CLASS</NAME>
-#define AGS_CHANGE_TACT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CHANGE_TACT, AgsChangeTactClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANGE_TACT</NAME>
-#define AGS_IS_CHANGE_TACT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CHANGE_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANGE_TACT_CLASS</NAME>
-#define AGS_IS_CHANGE_TACT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CHANGE_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANGE_TACT_GET_CLASS</NAME>
-#define AGS_CHANGE_TACT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CHANGE_TACT, AgsChangeTactClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsChangeTact</NAME>
-struct _AgsChangeTact
-{
-  AgsTask task;
-
-  AgsNavigation *navigation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsChangeTactClass</NAME>
-struct _AgsChangeTactClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_change_tact_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_change_tact_new</NAME>
-<RETURNS>AgsChangeTact * </RETURNS>
-AgsNavigation *navigation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_AUDIO_CHANNELS</NAME>
-#define AGS_TYPE_SET_AUDIO_CHANNELS                (ags_set_audio_channels_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_AUDIO_CHANNELS</NAME>
-#define AGS_SET_AUDIO_CHANNELS(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_AUDIO_CHANNELS, AgsSetAudioChannels))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_AUDIO_CHANNELS_CLASS</NAME>
-#define AGS_SET_AUDIO_CHANNELS_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_AUDIO_CHANNELS, AgsSetAudioChannelsClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_AUDIO_CHANNELS</NAME>
-#define AGS_IS_SET_AUDIO_CHANNELS(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_AUDIO_CHANNELS))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_AUDIO_CHANNELS_CLASS</NAME>
-#define AGS_IS_SET_AUDIO_CHANNELS_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_AUDIO_CHANNELS))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_AUDIO_CHANNELS_GET_CLASS</NAME>
-#define AGS_SET_AUDIO_CHANNELS_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_AUDIO_CHANNELS, AgsSetAudioChannelsClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetAudioChannels</NAME>
-struct _AgsSetAudioChannels
-{
-  AgsTask task;
-
-  AgsDevout *devout;
-  guint audio_channels;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetAudioChannelsClass</NAME>
-struct _AgsSetAudioChannelsClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_audio_channels_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_audio_channels_new</NAME>
-<RETURNS>AgsSetAudioChannels * </RETURNS>
-AgsDevout *devout, guint audio_channels 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPEND_RECALL</NAME>
-#define AGS_TYPE_APPEND_RECALL                (ags_append_recall_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_RECALL</NAME>
-#define AGS_APPEND_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPEND_RECALL, AgsAppendRecall))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_RECALL_CLASS</NAME>
-#define AGS_APPEND_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPEND_RECALL, AgsAppendRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_RECALL</NAME>
-#define AGS_IS_APPEND_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPEND_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPEND_RECALL_CLASS</NAME>
-#define AGS_IS_APPEND_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPEND_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPEND_RECALL_GET_CLASS</NAME>
-#define AGS_APPEND_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPEND_RECALL, AgsAppendRecallClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAppendRecall</NAME>
-struct _AgsAppendRecall
-{
-  AgsTask task;
-
-  GObject *audio_loop;
-  AgsDevoutPlay *devout_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAppendRecallClass</NAME>
-struct _AgsAppendRecallClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_append_recall_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_append_recall_new</NAME>
-<RETURNS>AgsAppendRecall * </RETURNS>
-GObject *audio_loop, AgsDevoutPlay *devout_play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLY_SYNTH</NAME>
-#define AGS_TYPE_APPLY_SYNTH                (ags_apply_synth_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SYNTH</NAME>
-#define AGS_APPLY_SYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_SYNTH, AgsApplySynth))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SYNTH_CLASS</NAME>
-#define AGS_APPLY_SYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_SYNTH, AgsApplySynthClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_SYNTH</NAME>
-#define AGS_IS_APPLY_SYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_SYNTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_SYNTH_CLASS</NAME>
-#define AGS_IS_APPLY_SYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_SYNTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SYNTH_GET_CLASS</NAME>
-#define AGS_APPLY_SYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_SYNTH, AgsApplySynthClass))
-</MACRO>
-<ENUM>
-<NAME>AgsApplySynthWave</NAME>
-typedef enum{
-  AGS_APPLY_SYNTH_INVALID,
-  AGS_APPLY_SYNTH_SIN,
-  AGS_APPLY_SYNTH_SAW,
-  AGS_APPLY_SYNTH_SQUARE,
-  AGS_APPLY_SYNTH_TRIANGLE,
-}AgsApplySynthWave;
-</ENUM>
-<STRUCT>
-<NAME>AgsApplySynth</NAME>
-struct _AgsApplySynth
-{
-  AgsTask task;
-
-  AgsChannel *start_channel;
-  guint count;
-
-  guint wave;
-
-  guint attack;
-  guint frame_count;
-  guint frequency;
-  guint phase;
-  guint start;
-
-  gdouble volume;
-
-  guint loop_start;
-  guint loop_end;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsApplySynthClass</NAME>
-struct _AgsApplySynthClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_apply_synth_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_apply_synth_new</NAME>
-<RETURNS>AgsApplySynth * </RETURNS>
-AgsChannel *start_channel, guint count, guint wave, guint attack, guint frame_count, guint frequency, guint phase, guint start, gdouble volume, guint loop_start, guint loop_end 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FREE_SELECTION</NAME>
-#define AGS_TYPE_FREE_SELECTION                (ags_free_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FREE_SELECTION</NAME>
-#define AGS_FREE_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FREE_SELECTION, AgsFreeSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_FREE_SELECTION_CLASS</NAME>
-#define AGS_FREE_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FREE_SELECTION, AgsFreeSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FREE_SELECTION</NAME>
-#define AGS_IS_FREE_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FREE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FREE_SELECTION_CLASS</NAME>
-#define AGS_IS_FREE_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FREE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_FREE_SELECTION_GET_CLASS</NAME>
-#define AGS_FREE_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FREE_SELECTION, AgsFreeSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFreeSelection</NAME>
-struct _AgsFreeSelection
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFreeSelectionClass</NAME>
-struct _AgsFreeSelectionClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_free_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_free_selection_new</NAME>
-<RETURNS>AgsFreeSelection * </RETURNS>
-AgsNotation *notation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CHANNEL_SET_RECYCLING</NAME>
-#define AGS_TYPE_CHANNEL_SET_RECYCLING                (ags_channel_set_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL_SET_RECYCLING</NAME>
-#define AGS_CHANNEL_SET_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CHANNEL_SET_RECYCLING, AgsChannelSetRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL_SET_RECYCLING_CLASS</NAME>
-#define AGS_CHANNEL_SET_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CHANNEL_SET_RECYCLING, AgsChannelSetRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANNEL_SET_RECYCLING</NAME>
-#define AGS_IS_CHANNEL_SET_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CHANNEL_SET_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CHANNEL_SET_RECYCLING_CLASS</NAME>
-#define AGS_IS_CHANNEL_SET_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CHANNEL_SET_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_CHANNEL_SET_RECYCLING_GET_CLASS</NAME>
-#define AGS_CHANNEL_SET_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CHANNEL_SET_RECYCLING, AgsChannelSetRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsChannelSetRecycling</NAME>
-struct _AgsChannelSetRecycling
-{
-  AgsTask task;
-
-  AgsChannel *channel;
-
-  AgsRecycling *first_recycling;
-  AgsRecycling *last_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsChannelSetRecyclingClass</NAME>
-struct _AgsChannelSetRecyclingClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_channel_set_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_channel_set_recycling_new</NAME>
-<RETURNS>AgsChannelSetRecycling * </RETURNS>
-AgsChannel *channel, AgsRecycling *first_recycling, AgsRecycling *last_recycling 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ADD_NOTE</NAME>
-#define AGS_TYPE_ADD_NOTE                (ags_add_note_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_NOTE</NAME>
-#define AGS_ADD_NOTE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_NOTE, AgsAddNote))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_NOTE_CLASS</NAME>
-#define AGS_ADD_NOTE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_NOTE, AgsAddNoteClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_NOTE</NAME>
-#define AGS_IS_ADD_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ADD_NOTE_CLASS</NAME>
-#define AGS_IS_ADD_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_ADD_NOTE_GET_CLASS</NAME>
-#define AGS_ADD_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_NOTE, AgsAddNoteClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAddNote</NAME>
-struct _AgsAddNote
-{
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  AgsNote *note;
-  gboolean use_selection_list;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAddNoteClass</NAME>
-struct _AgsAddNoteClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_add_note_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_add_note_new</NAME>
-<RETURNS>AgsAddNote * </RETURNS>
-AgsNotation *notation, AgsNote *note, gboolean use_selection_list 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_INIT_CHANNEL</NAME>
-#define AGS_TYPE_INIT_CHANNEL                (ags_init_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_CHANNEL</NAME>
-#define AGS_INIT_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_CHANNEL_CLASS</NAME>
-#define AGS_INIT_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INIT_CHANNEL</NAME>
-#define AGS_IS_INIT_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INIT_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INIT_CHANNEL_CLASS</NAME>
-#define AGS_IS_INIT_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INIT_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_INIT_CHANNEL_GET_CLASS</NAME>
-#define AGS_INIT_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INIT_CHANNEL, AgsInitChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsInitChannel</NAME>
-struct _AgsInitChannel
-{
-  AgsTask task;
-
-  AgsChannel *channel;
-  gboolean play_pad;
-
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsInitChannelClass</NAME>
-struct _AgsInitChannelClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_init_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_init_channel_new</NAME>
-<RETURNS>AgsInitChannel * </RETURNS>
-AgsChannel *channel, gboolean play_pad, gboolean playback, gboolean sequencer, gboolean notation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_DEVOUT_PLAY_FLAGS</NAME>
-#define AGS_TYPE_SET_DEVOUT_PLAY_FLAGS                (ags_set_devout_play_flags_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_DEVOUT_PLAY_FLAGS</NAME>
-#define AGS_SET_DEVOUT_PLAY_FLAGS(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_DEVOUT_PLAY_FLAGS, AgsSetDevoutPlayFlags))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_DEVOUT_PLAY_FLAGS_CLASS</NAME>
-#define AGS_SET_DEVOUT_PLAY_FLAGS_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_DEVOUT_PLAY_FLAGS, AgsSetDevoutPlayFlagsClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_DEVOUT_PLAY_FLAGS</NAME>
-#define AGS_IS_SET_DEVOUT_PLAY_FLAGS(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_DEVOUT_PLAY_FLAGS))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_DEVOUT_PLAY_FLAGS_CLASS</NAME>
-#define AGS_IS_SET_DEVOUT_PLAY_FLAGS_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_DEVOUT_PLAY_FLAGS))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_DEVOUT_PLAY_FLAGS_GET_CLASS</NAME>
-#define AGS_SET_DEVOUT_PLAY_FLAGS_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_DEVOUT_PLAY_FLAGS, AgsSetDevoutPlayFlagsClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetDevoutPlayFlags</NAME>
-struct _AgsSetDevoutPlayFlags
-{
-  AgsTask task;
-
-  AgsDevoutPlay *devout_play;
-  guint devout_play_flags;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetDevoutPlayFlagsClass</NAME>
-struct _AgsSetDevoutPlayFlagsClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_devout_play_flags_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_devout_play_flags_new</NAME>
-<RETURNS>AgsSetDevoutPlayFlags * </RETURNS>
-AgsDevoutPlay *play, guint devout_play_flags 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_UNREF_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_UNREF_AUDIO_SIGNAL                (ags_unref_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_UNREF_AUDIO_SIGNAL</NAME>
-#define AGS_UNREF_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_UNREF_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_UNREF_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_UNREF_AUDIO_SIGNAL</NAME>
-#define AGS_IS_UNREF_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_UNREF_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_UNREF_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_UNREF_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_UNREF_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_UNREF_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_UNREF_AUDIO_SIGNAL, AgsUnrefAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsUnrefAudioSignal</NAME>
-struct _AgsUnrefAudioSignal
-{
-  AgsTask task;
-
-  AgsAudioSignal *audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsUnrefAudioSignalClass</NAME>
-struct _AgsUnrefAudioSignalClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_unref_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_unref_audio_signal_new</NAME>
-<RETURNS>AgsUnrefAudioSignal * </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CANCEL_RECALL</NAME>
-#define AGS_TYPE_CANCEL_RECALL                (ags_cancel_recall_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_RECALL</NAME>
-#define AGS_CANCEL_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CANCEL_RECALL, AgsCancelRecall))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_RECALL_CLASS</NAME>
-#define AGS_CANCEL_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CANCEL_RECALL, AgsCancelRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_RECALL</NAME>
-#define AGS_IS_CANCEL_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CANCEL_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CANCEL_RECALL_CLASS</NAME>
-#define AGS_IS_CANCEL_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CANCEL_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_CANCEL_RECALL_GET_CLASS</NAME>
-#define AGS_CANCEL_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CANCEL_RECALL, AgsCancelRecallClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCancelRecall</NAME>
-struct _AgsCancelRecall
-{
-  AgsTask task;
-
-  AgsRecall *recall;
-
-  AgsDevoutPlay *play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCancelRecallClass</NAME>
-struct _AgsCancelRecallClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_cancel_recall_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_cancel_recall_new</NAME>
-<RETURNS>AgsCancelRecall * </RETURNS>
-AgsRecall *recall, AgsDevoutPlay *play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOVE_RECALL</NAME>
-#define AGS_TYPE_REMOVE_RECALL                (ags_remove_recall_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_RECALL</NAME>
-#define AGS_REMOVE_RECALL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOVE_RECALL, AgsRemoveRecall))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_RECALL_CLASS</NAME>
-#define AGS_REMOVE_RECALL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_REMOVE_RECALL, AgsRemoveRecallClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_RECALL</NAME>
-#define AGS_IS_REMOVE_RECALL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_REMOVE_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOVE_RECALL_CLASS</NAME>
-#define AGS_IS_REMOVE_RECALL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_REMOVE_RECALL))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOVE_RECALL_GET_CLASS</NAME>
-#define AGS_REMOVE_RECALL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_REMOVE_RECALL, AgsRemoveRecallClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoveRecall</NAME>
-struct _AgsRemoveRecall
-{
-  AgsTask task;
-
-  GObject *context;
-
-  AgsRecall *recall;
-  gboolean is_play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoveRecallClass</NAME>
-struct _AgsRemoveRecallClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remove_recall_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remove_recall_new</NAME>
-<RETURNS>AgsRemoveRecall * </RETURNS>
-GObject *context, AgsRecall *recall, gboolean is_play 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_OUTPUT_DEVICE</NAME>
-#define AGS_TYPE_SET_OUTPUT_DEVICE                (ags_set_output_device_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_OUTPUT_DEVICE</NAME>
-#define AGS_SET_OUTPUT_DEVICE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDevice))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_OUTPUT_DEVICE_CLASS</NAME>
-#define AGS_SET_OUTPUT_DEVICE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDeviceClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_OUTPUT_DEVICE</NAME>
-#define AGS_IS_SET_OUTPUT_DEVICE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_OUTPUT_DEVICE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_OUTPUT_DEVICE_CLASS</NAME>
-#define AGS_IS_SET_OUTPUT_DEVICE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_OUTPUT_DEVICE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_OUTPUT_DEVICE_GET_CLASS</NAME>
-#define AGS_SET_OUTPUT_DEVICE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_OUTPUT_DEVICE, AgsSetOutputDeviceClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetOutputDevice</NAME>
-struct _AgsSetOutputDevice
-{
-  AgsTask task;
-
-  GObject *devout;
-  char *card_id;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetOutputDeviceClass</NAME>
-struct _AgsSetOutputDeviceClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_output_device_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_output_device_new</NAME>
-<RETURNS>AgsSetOutputDevice * </RETURNS>
-GObject *devout, char *card_id 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_START_DEVOUT</NAME>
-#define AGS_TYPE_START_DEVOUT                (ags_start_devout_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_START_DEVOUT</NAME>
-#define AGS_START_DEVOUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_START_DEVOUT, AgsStartDevout))
-</MACRO>
-<MACRO>
-<NAME>AGS_START_DEVOUT_CLASS</NAME>
-#define AGS_START_DEVOUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_START_DEVOUT, AgsStartDevoutClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_START_DEVOUT</NAME>
-#define AGS_IS_START_DEVOUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_START_DEVOUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_START_DEVOUT_CLASS</NAME>
-#define AGS_IS_START_DEVOUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_START_DEVOUT))
-</MACRO>
-<MACRO>
-<NAME>AGS_START_DEVOUT_GET_CLASS</NAME>
-#define AGS_START_DEVOUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_START_DEVOUT, AgsStartDevoutClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsStartDevout</NAME>
-struct _AgsStartDevout
-{
-  AgsTask task;
-
-  AgsDevout *devout;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStartDevoutClass</NAME>
-struct _AgsStartDevoutClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_start_devout_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_start_devout_new</NAME>
-<RETURNS>AgsStartDevout * </RETURNS>
-AgsDevout *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SAVE_FILE</NAME>
-#define AGS_TYPE_SAVE_FILE                (ags_save_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SAVE_FILE</NAME>
-#define AGS_SAVE_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SAVE_FILE, AgsSaveFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_SAVE_FILE_CLASS</NAME>
-#define AGS_SAVE_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SAVE_FILE, AgsSaveFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SAVE_FILE</NAME>
-#define AGS_IS_SAVE_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SAVE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SAVE_FILE_CLASS</NAME>
-#define AGS_IS_SAVE_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SAVE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SAVE_FILE_GET_CLASS</NAME>
-#define AGS_SAVE_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SAVE_FILE, AgsSaveFileClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSaveFile</NAME>
-struct _AgsSaveFile
-{
-  AgsTask task;
-
-  AgsFile *file;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSaveFileClass</NAME>
-struct _AgsSaveFileClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_save_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_save_file_new</NAME>
-<RETURNS>AgsSaveFile * </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SET_MUTED</NAME>
-#define AGS_TYPE_SET_MUTED                (ags_set_muted_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_MUTED</NAME>
-#define AGS_SET_MUTED(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SET_MUTED, AgsSetMuted))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_MUTED_CLASS</NAME>
-#define AGS_SET_MUTED_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SET_MUTED, AgsSetMutedClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_MUTED</NAME>
-#define AGS_IS_SET_MUTED(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SET_MUTED))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SET_MUTED_CLASS</NAME>
-#define AGS_IS_SET_MUTED_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SET_MUTED))
-</MACRO>
-<MACRO>
-<NAME>AGS_SET_MUTED_GET_CLASS</NAME>
-#define AGS_SET_MUTED_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SET_MUTED, AgsSetMutedClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSetMuted</NAME>
-struct _AgsSetMuted
-{
-  AgsTask task;
-
-  GObject *gobject;
-
-  gboolean muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSetMutedClass</NAME>
-struct _AgsSetMutedClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_set_muted_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_set_muted_new</NAME>
-<RETURNS>AgsSetMuted * </RETURNS>
-GObject *gobject, gboolean muted 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLY_BPM</NAME>
-#define AGS_TYPE_APPLY_BPM                (ags_apply_bpm_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_BPM</NAME>
-#define AGS_APPLY_BPM(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_BPM, AgsApplyBpm))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_BPM_CLASS</NAME>
-#define AGS_APPLY_BPM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_BPM, AgsApplyBpmClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_BPM</NAME>
-#define AGS_IS_APPLY_BPM(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_BPM))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_BPM_CLASS</NAME>
-#define AGS_IS_APPLY_BPM_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_BPM))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_BPM_GET_CLASS</NAME>
-#define AGS_APPLY_BPM_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_BPM, AgsApplyBpmClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsApplyBpm</NAME>
-struct _AgsApplyBpm
-{
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble bpm;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsApplyBpmClass</NAME>
-struct _AgsApplyBpmClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_apply_bpm_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_apply_bpm_new</NAME>
-<RETURNS>AgsApplyBpm * </RETURNS>
-GObject *gobject, gdouble bpm 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLY_SEQUENCER_LENGTH</NAME>
-#define AGS_TYPE_APPLY_SEQUENCER_LENGTH                (ags_apply_sequencer_length_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SEQUENCER_LENGTH</NAME>
-#define AGS_APPLY_SEQUENCER_LENGTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_SEQUENCER_LENGTH, AgsApplySequencerLength))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SEQUENCER_LENGTH_CLASS</NAME>
-#define AGS_APPLY_SEQUENCER_LENGTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_SEQUENCER_LENGTH, AgsApplySequencerLengthClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_SEQUENCER_LENGTH</NAME>
-#define AGS_IS_APPLY_SEQUENCER_LENGTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_SEQUENCER_LENGTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_SEQUENCER_LENGTH_CLASS</NAME>
-#define AGS_IS_APPLY_SEQUENCER_LENGTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_SEQUENCER_LENGTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_SEQUENCER_LENGTH_GET_CLASS</NAME>
-#define AGS_APPLY_SEQUENCER_LENGTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_SEQUENCER_LENGTH, AgsApplySequencerLengthClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsApplySequencerLength</NAME>
-struct _AgsApplySequencerLength
-{
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble length;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsApplySequencerLengthClass</NAME>
-struct _AgsApplySequencerLengthClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_apply_sequencer_length_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_apply_sequencer_length_new</NAME>
-<RETURNS>AgsApplySequencerLength * </RETURNS>
-GObject *gobject, gdouble length 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLY_TACT</NAME>
-#define AGS_TYPE_APPLY_TACT                (ags_apply_tact_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_TACT</NAME>
-#define AGS_APPLY_TACT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_TACT, AgsApplyTact))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_TACT_CLASS</NAME>
-#define AGS_APPLY_TACT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_TACT, AgsApplyTactClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_TACT</NAME>
-#define AGS_IS_APPLY_TACT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLY_TACT_CLASS</NAME>
-#define AGS_IS_APPLY_TACT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_TACT))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLY_TACT_GET_CLASS</NAME>
-#define AGS_APPLY_TACT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_TACT, AgsApplyTactClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsApplyTact</NAME>
-struct _AgsApplyTact
-{
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble tact;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsApplyTactClass</NAME>
-struct _AgsApplyTactClass
-{
-  AgsTaskClass task;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_apply_tact_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_apply_tact_new</NAME>
-<RETURNS>AgsApplyTact * </RETURNS>
-GObject *gobject, gdouble tact 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_FILE</NAME>
-#define AGS_TYPE_AUDIO_FILE                (ags_audio_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_FILE</NAME>
-#define AGS_AUDIO_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_FILE, AgsAudioFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_FILE_CLASS</NAME>
-#define AGS_AUDIO_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_FILE, AgsAudioFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_FILE</NAME>
-#define AGS_IS_AUDIO_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_FILE_CLASS</NAME>
-#define AGS_IS_AUDIO_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUDIO_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_FILE_GET_CLASS</NAME>
-#define AGS_AUDIO_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO_FILE, AgsAudioFileClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAudioFile</NAME>
-struct _AgsAudioFile
-{
-  GObject object;
-
-  AgsDevout *devout;
-
-  gchar *name;
-  guint samplerate;
-  guint frames;
-  guint channels;
-  guint format;
-
-  guint start_channel;
-  guint audio_channels;
-
-  GList *audio_signal;
-
-  GObject *file;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioFileClass</NAME>
-struct _AgsAudioFileClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_open</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsAudioFile *audio_file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_open_from_data</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsAudioFile *audio_file, gchar *data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_rw_open</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsAudioFile *audio_file, gboolean create 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_close</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioFile *audio_file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_read_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioFile *audio_file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_seek</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioFile *audio_file, guint frames, gint whence 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_write</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioFile *audio_file, signed short *buffer, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_flush</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioFile *audio_file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_new</NAME>
-<RETURNS>AgsAudioFile * </RETURNS>
-gchar *name, AgsDevout *devout, guint start_channel, guint audio_channels 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SNDFILE</NAME>
-#define AGS_TYPE_SNDFILE                (ags_sndfile_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SNDFILE</NAME>
-#define AGS_SNDFILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SNDFILE, AgsSndfile))
-</MACRO>
-<MACRO>
-<NAME>AGS_SNDFILE_CLASS</NAME>
-#define AGS_SNDFILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SNDFILE, AgsSndfileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SNDFILE</NAME>
-#define AGS_IS_SNDFILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SNDFILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SNDFILE_CLASS</NAME>
-#define AGS_IS_SNDFILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SNDFILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SNDFILE_GET_CLASS</NAME>
-#define AGS_SNDFILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SNDFILE, AgsSndfileClass))
-</MACRO>
-<ENUM>
-<NAME>AgsSndfileFlags</NAME>
-typedef enum{
-  AGS_SNDFILE_ITER_START    = 1,
-  AGS_SNDFILE_VIRTUAL       = 1 << 1,
-}AgsSndfileFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsSndfile</NAME>
-struct _AgsSndfile
-{
-  GObject object;
-
-  guint flags;
-
-  SF_INFO *info;
-  SNDFILE *file;
-
-  guchar *pointer;
-  guchar *current;
-  gsize length;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSndfileClass</NAME>
-struct _AgsSndfileClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_sndfile_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sndfile_new</NAME>
-<RETURNS>AgsSndfile * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_IPATCH_SF2_READER</NAME>
-#define AGS_TYPE_IPATCH_SF2_READER                (ags_ipatch_sf2_reader_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_SF2_READER</NAME>
-#define AGS_IPATCH_SF2_READER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH_SF2_READER, AgsIpatchSF2Reader))
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_SF2_READER_CLASS</NAME>
-#define AGS_IPATCH_SF2_READER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH_SF2_READER, AgsIpatchSF2ReaderClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_IPATCH_SF2_READER</NAME>
-#define AGS_IS_IPATCH_SF2_READER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_IPATCH_SF2_READER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_IPATCH_SF2_READER_CLASS</NAME>
-#define AGS_IS_IPATCH_SF2_READER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_IPATCH_SF2_READER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_SF2_READER_GET_CLASS</NAME>
-#define AGS_IPATCH_SF2_READER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_IPATCH_SF2_READER, AgsIpatchSF2ReaderClass))
-</MACRO>
-<ENUM>
-<NAME>AgsSF2Levels</NAME>
-typedef enum{
-  AGS_SF2_FILENAME = 0,
-  AGS_SF2_PHDR = 1,
-  AGS_SF2_IHDR = 2,
-  AGS_SF2_SHDR = 3,
-}AgsSF2Levels;
-</ENUM>
-<STRUCT>
-<NAME>AgsIpatchSF2Reader</NAME>
-struct _AgsIpatchSF2Reader
-{
-  GObject object;
-
-  AgsIpatch *ipatch;
-
-  gchar **selected;
-
-  IpatchSF2Reader *reader;
-
-  IpatchSF2 *sf2;
-
-  int bank;
-  int program;
-
-  IpatchContainer *preset;
-  IpatchContainer *instrument;
-  IpatchContainer *sample;
-
-  int count;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsIpatchSF2ReaderClass</NAME>
-struct _AgsIpatchSF2ReaderClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ipatch_sf2_reader_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ipatch_sf2_reader_new</NAME>
-<RETURNS>AgsIpatchSF2Reader * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_IPATCH</NAME>
-#define AGS_TYPE_IPATCH                (ags_ipatch_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH</NAME>
-#define AGS_IPATCH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH, AgsIpatch))
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_CLASS</NAME>
-#define AGS_IPATCH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH, AgsIpatchClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_IPATCH</NAME>
-#define AGS_IS_IPATCH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_IPATCH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_IPATCH_CLASS</NAME>
-#define AGS_IS_IPATCH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_IPATCH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_GET_CLASS</NAME>
-#define AGS_IPATCH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_IPATCH, AgsIpatchClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_DEFAULT_CHANNELS</NAME>
-#define AGS_IPATCH_DEFAULT_CHANNELS 2
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_READ</NAME>
-#define AGS_IPATCH_READ "r"
-</MACRO>
-<MACRO>
-<NAME>AGS_IPATCH_WRITE</NAME>
-#define AGS_IPATCH_WRITE "w"
-</MACRO>
-<ENUM>
-<NAME>AgsIpatchFlags</NAME>
-typedef enum{
-  AGS_IPATCH_DLS2   = 1,
-  AGS_IPATCH_SF2    = 1 << 1,
-  AGS_IPATCH_GIG    = 1 << 2,
-}AgsIpatchFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsIpatch</NAME>
-struct _AgsIpatch
-{
-  GObject object;
-
-  guint flags;
-
-  AgsDevout *devout;
-  GList *audio_signal;
-
-  IpatchFile *file;
-  char *filename;
-  char *mode;
-
-  IpatchFileHandle *handle;
-  GError *error;
-
-  IpatchBase *base;
-  GObject *reader;
-
-  IpatchList *samples;
-  GList *iter;
-
-  guint nth_level;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsIpatchClass</NAME>
-struct _AgsIpatchClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ipatch_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ipatch_new</NAME>
-<RETURNS>AgsIpatch * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_FILE_XML</NAME>
-#define AGS_TYPE_AUDIO_FILE_XML              (ags_audio_file_xml_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_FILE_XML</NAME>
-#define AGS_AUDIO_FILE_XML(obj)              (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_AUDIO_FILE_XML, AgsAudioFileXml))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_FILE_XML_CLASS</NAME>
-#define AGS_AUDIO_FILE_XML_CLASS(class)      (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_FILE_XML, AgsAudioFileXmlClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_FILE_XML</NAME>
-#define AGS_IS_AUDIO_FILE_XML(obj)           (G_TYPE_CHECK_INSTANCE_TYPE(obj, AGS_TYPE_AUDIO_FILE_XML))
-</MACRO>
-<STRUCT>
-<NAME>AgsAudioFileXml</NAME>
-struct _AgsAudioFileXml
-{
-  GObject object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioFileXmlClass</NAME>
-struct _AgsAudioFileXmlClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_file_xml_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_file_xml_new</NAME>
-<RETURNS>AgsAudioFileXml * </RETURNS>
-AgsAudioFile *audio_file 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTE_RECYCLING</NAME>
-#define AGS_TYPE_MUTE_RECYCLING                (ags_mute_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_RECYCLING</NAME>
-#define AGS_MUTE_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_RECYCLING, AgsMuteRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_RECYCLING_CLASS</NAME>
-#define AGS_MUTE_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_RECYCLING, AgsMuteRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_RECYCLING</NAME>
-#define AGS_IS_MUTE_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MUTE_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_RECYCLING_CLASS</NAME>
-#define AGS_IS_MUTE_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MUTE_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_RECYCLING_GET_CLASS</NAME>
-#define AGS_MUTE_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MUTE_RECYCLING, AgsMuteRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMuteRecycling</NAME>
-struct _AgsMuteRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMuteRecyclingClass</NAME>
-struct _AgsMuteRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mute_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mute_recycling_new</NAME>
-<RETURNS>AgsMuteRecycling * </RETURNS>
-AgsRecycling *source 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_NOTE</NAME>
-#define AGS_TYPE_PLAY_NOTE             (ags_play_note_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTE</NAME>
-#define AGS_PLAY_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_NOTE, AgsPlayNote))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTE_CLASS</NAME>
-#define AGS_PLAY_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_NOTE, AgsPlayNote))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTE</NAME>
-#define AGS_IS_PLAY_NOTE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTE_CLASS</NAME>
-#define AGS_IS_PLAY_NOTE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_NOTE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTE_GET_CLASS</NAME>
-#define AGS_PLAY_NOTE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_NOTE, AgsPlayNoteClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayNote</NAME>
-struct _AgsPlayNote
-{
-  AgsRecall recall;
-
-  AgsDevout *devout;
-
-  AgsChannel *channel;
-  AgsNote *note;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayNoteClass</NAME>
-struct _AgsPlayNoteClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_note_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_note_new</NAME>
-<RETURNS>AgsPlayNote * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_PATTERN_AUDIO</NAME>
-#define AGS_TYPE_COPY_PATTERN_AUDIO                (ags_copy_pattern_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO</NAME>
-#define AGS_COPY_PATTERN_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_AUDIO, AgsCopyPatternAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO_CLASS</NAME>
-#define AGS_COPY_PATTERN_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_AUDIO, AgsCopyPatternAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_AUDIO</NAME>
-#define AGS_IS_COPY_PATTERN_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_AUDIO_CLASS</NAME>
-#define AGS_IS_COPY_PATTERN_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO_GET_CLASS</NAME>
-#define AGS_COPY_PATTERN_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_AUDIO, AgsCopyPatternAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyPatternAudio</NAME>
-struct _AgsCopyPatternAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *bank_index_0;
-  AgsPort *bank_index_1;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyPatternAudioClass</NAME>
-struct _AgsCopyPatternAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_pattern_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_pattern_audio_new</NAME>
-<RETURNS>AgsCopyPatternAudio * </RETURNS>
-AgsDevout *devout, gdouble tact, guint i, guint j 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DELAY_AUDIO_RUN</NAME>
-#define AGS_TYPE_DELAY_AUDIO_RUN                (ags_delay_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO_RUN</NAME>
-#define AGS_DELAY_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO_RUN_CLASS</NAME>
-#define AGS_DELAY_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DELAY_AUDIO_RUN</NAME>
-#define AGS_IS_DELAY_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DELAY_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DELAY_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_DELAY_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DELAY_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_DELAY_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsDelayAudioRun</NAME>
-struct _AgsDelayAudioRun
-{
-  AgsRecallAudioRun recall_audio_run;
-
-  guint dependency_ref;
-
-  guint hide_ref;
-  guint hide_ref_counter;
-  
-  guint notation_counter;
-  guint sequencer_counter;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDelayAudioRunClass</NAME>
-struct _AgsDelayAudioRunClass
-{
-  AgsRecallAudioRunClass recall_audio_run;
-
-  void (*notation_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				guint delay, guint attack);
-  void (*notation_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			       guint delay, guint attack);
-  void (*notation_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			 guint delay, guint attack);
-
-  void (*sequencer_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				 guint delay, guint attack);
-  void (*sequencer_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				guint delay, guint attack);
-  void (*sequencer_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			  guint delay, guint attack);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_delay_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_notation_alloc_output</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_notation_alloc_input</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_notation_count</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_sequencer_alloc_output</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_sequencer_alloc_input</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_sequencer_count</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudioRun *delay_audio_run, guint run_order, guint delay, guint attack 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_run_new</NAME>
-<RETURNS>AgsDelayAudioRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_VOLUME_CHANNEL</NAME>
-#define AGS_TYPE_VOLUME_CHANNEL                (ags_volume_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL</NAME>
-#define AGS_VOLUME_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL_CLASS</NAME>
-#define AGS_VOLUME_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_CHANNEL</NAME>
-#define AGS_IS_VOLUME_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_CHANNEL_CLASS</NAME>
-#define AGS_IS_VOLUME_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL_GET_CLASS</NAME>
-#define AGS_VOLUME_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_CHANNEL, AgsVolumeChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsVolumeChannel</NAME>
-struct _AgsVolumeChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *volume;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsVolumeChannelClass</NAME>
-struct _AgsVolumeChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_volume_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_volume_channel_new</NAME>
-<RETURNS>AgsVolumeChannel * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_TYPE_PLAY_NOTATION_AUDIO_RUN                (ags_play_notation_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_PLAY_NOTATION_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_NOTATION_AUDIO_RUN, AgsPlayNotationAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO_RUN_CLASS</NAME>
-#define AGS_PLAY_NOTATION_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_NOTATION_AUDIO_RUN, AgsPlayNotationAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_IS_PLAY_NOTATION_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTATION_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_PLAY_NOTATION_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_NOTATION_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_PLAY_NOTATION_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO_RUN, AgsPlayNotationAudioRunClass))
-</MACRO>
-<ENUM>
-<NAME>AgsPlayNotationAudioRunFlags</NAME>
-typedef enum{
-  AGS_PLAY_NOTATION_AUDIO_RUN_DEFAULT  =  1,
-}AgsPlayNotationAudioRunFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPlayNotationAudioRun</NAME>
-struct _AgsPlayNotationAudioRun
-{
-  AgsRecallAudioRun recall;
-
-  guint flags;
-
-  AgsDelayAudioRun *delay_audio_run;
-  gulong notation_alloc_input_handler;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayNotationAudioRunClass</NAME>
-struct _AgsPlayNotationAudioRunClass
-{
-  AgsRecallAudioRunClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_notation_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_notation_audio_run_new</NAME>
-<RETURNS>AgsPlayNotationAudioRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_CHANNEL</NAME>
-#define AGS_TYPE_COPY_CHANNEL                (ags_copy_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL</NAME>
-#define AGS_COPY_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_CHANNEL, AgsCopyChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL_CLASS</NAME>
-#define AGS_COPY_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_CHANNEL, AgsCopyChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_CHANNEL</NAME>
-#define AGS_IS_COPY_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_CHANNEL_CLASS</NAME>
-#define AGS_IS_COPY_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL_GET_CLASS</NAME>
-#define AGS_COPY_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_CHANNEL, AgsCopyChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyChannel</NAME>
-struct _AgsCopyChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyChannelClass</NAME>
-struct _AgsCopyChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_channel_new</NAME>
-<RETURNS>AgsCopyChannel * </RETURNS>
-AgsChannel *destination, AgsChannel *source 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PEAK_CHANNEL_RUN</NAME>
-#define AGS_TYPE_PEAK_CHANNEL_RUN            (ags_peak_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL_RUN</NAME>
-#define AGS_PEAK_CHANNEL_RUN(obj)            (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_PEAK_CHANNEL_RUN, AgsPeakChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL_RUN_CLASS</NAME>
-#define AGS_PEAK_CHANNEL_RUN_CLASS(class)    (G_TYPE_CHECK_INSTANCE_CAST(class, AGS_TYPE_PEAK_CHANNEL_RUN, AgsPeakChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PEAK_CHANNEL_RUN</NAME>
-#define AGS_IS_PEAK_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PEAK_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PEAK_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_PEAK_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PEAK_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_PEAK_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PEAK_CHANNEL_RUN, AgsPeakChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPeakChannelRun</NAME>
-struct _AgsPeakChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPeakChannelRunClass</NAME>
-struct _AgsPeakChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_peak_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_peak_channel_run_new</NAME>
-<RETURNS>AgsPeakChannelRun * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CLONE_CHANNEL</NAME>
-#define AGS_TYPE_CLONE_CHANNEL                (ags_clone_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL</NAME>
-#define AGS_CLONE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CLONE_CHANNEL, AgsCloneChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL_CLASS</NAME>
-#define AGS_CLONE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CLONE_CHANNEL, AgsCloneChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CLONE_CHANNEL</NAME>
-#define AGS_IS_CLONE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CLONE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CLONE_CHANNEL_CLASS</NAME>
-#define AGS_IS_CLONE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CLONE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL_GET_CLASS</NAME>
-#define AGS_CLONE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_CLONE_CHANNEL, AgsCloneChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCloneChannel</NAME>
-struct _AgsCloneChannel
-{
-  AgsRecallChannel recall_channel;
-
-  guint audio_channel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCloneChannelClass</NAME>
-struct _AgsCloneChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_clone_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_clone_channel_new</NAME>
-<RETURNS>AgsCloneChannel * </RETURNS>
-AgsDevout *devout, guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STREAM</NAME>
-#define AGS_TYPE_STREAM                (ags_stream_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM</NAME>
-#define AGS_STREAM(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_STREAM, AgsStream))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CLASS</NAME>
-#define AGS_STREAM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_STREAM, AgsStream))
-</MACRO>
-<STRUCT>
-<NAME>AgsStream</NAME>
-struct _AgsStream{
-  AgsRecall recall;
-
-  AgsAudioSignal *audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStreamClass</NAME>
-struct _AgsStreamClass{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stream_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallID *recall_id, gpointer data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_new</NAME>
-<RETURNS>AgsStream * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_PATTERN_AUDIO_RUN</NAME>
-#define AGS_TYPE_COPY_PATTERN_AUDIO_RUN                (ags_copy_pattern_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO_RUN</NAME>
-#define AGS_COPY_PATTERN_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO_RUN_CLASS</NAME>
-#define AGS_COPY_PATTERN_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_AUDIO_RUN</NAME>
-#define AGS_IS_COPY_PATTERN_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_COPY_PATTERN_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_AUDIO_RUN, AgsCopyPatternAudioRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyPatternAudioRun</NAME>
-struct _AgsCopyPatternAudioRun
-{
-  AgsRecallAudioRun recall_audio_run;
-
-  guint hide_ref;
-  guint hide_ref_counter;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyPatternAudioRunClass</NAME>
-struct _AgsCopyPatternAudioRunClass
-{
-  AgsRecallAudioRunClass recall_audio_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_pattern_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_pattern_audio_run_new</NAME>
-<RETURNS>AgsCopyPatternAudioRun * </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_PLAY_AUDIO_SIGNAL                (ags_play_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_SIGNAL</NAME>
-#define AGS_PLAY_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_AUDIO_SIGNAL, AgsPlayAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_PLAY_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_AUDIO_SIGNAL, AgsPlayAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO_SIGNAL</NAME>
-#define AGS_IS_PLAY_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_PLAY_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_PLAY_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_AUDIO_SIGNAL, AgsPlayAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayAudioSignal</NAME>
-struct _AgsPlayAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayAudioSignalClass</NAME>
-struct _AgsPlayAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_audio_signal_new</NAME>
-<RETURNS>AgsPlayAudioSignal * </RETURNS>
-AgsAudioSignal *source, AgsDevout *devout, guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STREAM_CHANNEL</NAME>
-#define AGS_TYPE_STREAM_CHANNEL                (ags_stream_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL</NAME>
-#define AGS_STREAM_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL_CLASS</NAME>
-#define AGS_STREAM_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_CHANNEL</NAME>
-#define AGS_IS_STREAM_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_CHANNEL_CLASS</NAME>
-#define AGS_IS_STREAM_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL_GET_CLASS</NAME>
-#define AGS_STREAM_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_CHANNEL, AgsStreamChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsStreamChannel</NAME>
-struct _AgsStreamChannel
-{
-  AgsRecallChannel recall_channel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStreamChannelClass</NAME>
-struct _AgsStreamChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stream_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_channel_new</NAME>
-<RETURNS>AgsStreamChannel * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_RECYCLING</NAME>
-#define AGS_TYPE_PLAY_RECYCLING                (ags_play_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_RECYCLING</NAME>
-#define AGS_PLAY_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_RECYCLING_CLASS</NAME>
-#define AGS_PLAY_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_RECYCLING</NAME>
-#define AGS_IS_PLAY_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_RECYCLING_CLASS</NAME>
-#define AGS_IS_PLAY_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_RECYCLING_GET_CLASS</NAME>
-#define AGS_PLAY_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_RECYCLING, AgsPlayRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayRecycling</NAME>
-struct _AgsPlayRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayRecyclingClass</NAME>
-struct _AgsPlayRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_recycling_new</NAME>
-<RETURNS>AgsPlayRecycling * </RETURNS>
-AgsRecycling *source, AgsDevout *devout, guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_NOTATION_AUDIO</NAME>
-#define AGS_TYPE_COPY_NOTATION_AUDIO                (ags_copy_notation_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO</NAME>
-#define AGS_COPY_NOTATION_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO_CLASS</NAME>
-#define AGS_COPY_NOTATION_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_NOTATION_AUDIO</NAME>
-#define AGS_IS_COPY_NOTATION_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_NOTATION_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_NOTATION_AUDIO_CLASS</NAME>
-#define AGS_IS_COPY_NOTATION_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_NOTATION_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO_GET_CLASS</NAME>
-#define AGS_COPY_NOTATION_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_NOTATION_AUDIO, AgsCopyNotationAudioClass))
-</MACRO>
-<ENUM>
-<NAME>AgsCopyNotationAudioFlags</NAME>
-typedef enum{
-  AGS_COPY_NOTATION_AUDIO_FIT_AUDIO_SIGNAL  = 1,
-}AgsCopyNotationAudioFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsCopyNotationAudio</NAME>
-struct _AgsCopyNotationAudio
-{
-  AgsRecallAudio recall_audio;
-
-  guint flags;
-
-  AgsDevout *devout;
-
-  AgsNotation *notation;
-  guint audio_channel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyNotationAudioClass</NAME>
-struct _AgsCopyNotationAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_notation_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_notation_audio_new</NAME>
-<RETURNS>AgsCopyNotationAudio * </RETURNS>
-AgsDevout *devout, AgsNotation *notation, guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTE_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_MUTE_AUDIO_SIGNAL                (ags_mute_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO_SIGNAL</NAME>
-#define AGS_MUTE_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_AUDIO_SIGNAL, AgsMuteAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_MUTE_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_AUDIO_SIGNAL, AgsMuteAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_AUDIO_SIGNAL</NAME>
-#define AGS_IS_MUTE_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MUTE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_MUTE_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MUTE_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_MUTE_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MUTE_AUDIO_SIGNAL, AgsMuteAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMuteAudioSignal</NAME>
-struct _AgsMuteAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMuteAudioSignalClass</NAME>
-struct _AgsMuteAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mute_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mute_audio_signal_new</NAME>
-<RETURNS>AgsMuteAudioSignal * </RETURNS>
-AgsAudioSignal *source 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTE_CHANNEL</NAME>
-#define AGS_TYPE_MUTE_CHANNEL                (ags_mute_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL</NAME>
-#define AGS_MUTE_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL_CLASS</NAME>
-#define AGS_MUTE_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_CHANNEL</NAME>
-#define AGS_IS_MUTE_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MUTE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_CHANNEL_CLASS</NAME>
-#define AGS_IS_MUTE_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MUTE_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL_GET_CLASS</NAME>
-#define AGS_MUTE_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MUTE_CHANNEL, AgsMuteChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMuteChannel</NAME>
-struct _AgsMuteChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMuteChannelClass</NAME>
-struct _AgsMuteChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mute_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mute_channel_new</NAME>
-<RETURNS>AgsMuteChannel * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_BUFFER_CHANNEL</NAME>
-#define AGS_TYPE_BUFFER_CHANNEL                (ags_buffer_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL</NAME>
-#define AGS_BUFFER_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL_CLASS</NAME>
-#define AGS_BUFFER_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_CHANNEL</NAME>
-#define AGS_IS_BUFFER_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_CHANNEL_CLASS</NAME>
-#define AGS_IS_BUFFER_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BUFFER_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL_GET_CLASS</NAME>
-#define AGS_BUFFER_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_CHANNEL, AgsBufferChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsBufferChannel</NAME>
-struct _AgsBufferChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsBufferChannelClass</NAME>
-struct _AgsBufferChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_buffer_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_buffer_channel_new</NAME>
-<RETURNS>AgsBufferChannel * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_BUFFER_RECYCLING</NAME>
-#define AGS_TYPE_BUFFER_RECYCLING                (ags_buffer_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_RECYCLING</NAME>
-#define AGS_BUFFER_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_RECYCLING_CLASS</NAME>
-#define AGS_BUFFER_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_RECYCLING</NAME>
-#define AGS_IS_BUFFER_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_RECYCLING_CLASS</NAME>
-#define AGS_IS_BUFFER_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BUFFER_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_RECYCLING_GET_CLASS</NAME>
-#define AGS_BUFFER_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_RECYCLING, AgsBufferRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsBufferRecycling</NAME>
-struct _AgsBufferRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsBufferRecyclingClass</NAME>
-struct _AgsBufferRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_buffer_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_buffer_recycling_new</NAME>
-<RETURNS>AgsBufferRecycling * </RETURNS>
-AgsRecycling *recycling 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_TYPE_COPY_NOTATION_AUDIO_RUN                (ags_copy_notation_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_COPY_NOTATION_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO_RUN_CLASS</NAME>
-#define AGS_COPY_NOTATION_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_NOTATION_AUDIO_RUN</NAME>
-#define AGS_IS_COPY_NOTATION_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_NOTATION_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_NOTATION_AUDIO_RUN, AgsCopyNotationAudioRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyNotationAudioRun</NAME>
-struct _AgsCopyNotationAudioRun
-{
-  AgsRecallAudioRun recall_audio_run;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-
-  gulong tic_alloc_input_handler;
-
-  GList *current_note;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyNotationAudioRunClass</NAME>
-struct _AgsCopyNotationAudioRunClass
-{
-  AgsRecallAudioRunClass recall_audio_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_notation_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_notation_audio_run_new</NAME>
-<RETURNS>AgsCopyNotationAudioRun * </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_VOLUME_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_VOLUME_AUDIO_SIGNAL                (ags_volume_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_AUDIO_SIGNAL</NAME>
-#define AGS_VOLUME_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_VOLUME_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_AUDIO_SIGNAL</NAME>
-#define AGS_IS_VOLUME_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_AUDIO_SIGNAL, AgsVolumeAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsVolumeAudioSignal</NAME>
-struct _AgsVolumeAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsVolumeAudioSignalClass</NAME>
-struct _AgsVolumeAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_volume_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_volume_audio_signal_new</NAME>
-<RETURNS>AgsVolumeAudioSignal * </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_PATTERN_CHANNEL_RUN</NAME>
-#define AGS_TYPE_COPY_PATTERN_CHANNEL_RUN                (ags_copy_pattern_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL_RUN</NAME>
-#define AGS_COPY_PATTERN_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL_RUN_CLASS</NAME>
-#define AGS_COPY_PATTERN_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_CHANNEL_RUN</NAME>
-#define AGS_IS_COPY_PATTERN_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL_RUN, AgsCopyPatternChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyPatternChannelRun</NAME>
-struct _AgsCopyPatternChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  gulong sequencer_alloc_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyPatternChannelRunClass</NAME>
-struct _AgsCopyPatternChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_pattern_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_pattern_channel_run_new</NAME>
-<RETURNS>AgsCopyPatternChannelRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_AUDIO</NAME>
-#define AGS_TYPE_PLAY_AUDIO                (ags_play_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO</NAME>
-#define AGS_PLAY_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_AUDIO, AgsPlayAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_CLASS</NAME>
-#define AGS_PLAY_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_AUDIO, AgsPlayAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO</NAME>
-#define AGS_IS_PLAY_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO_CLASS</NAME>
-#define AGS_IS_PLAY_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_GET_CLASS</NAME>
-#define AGS_PLAY_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_AUDIO, AgsPlayAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayAudio</NAME>
-struct _AgsPlayAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayAudioClass</NAME>
-struct _AgsPlayAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_audio_new</NAME>
-<RETURNS>AgsPlayAudio * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_VOLUME_CHANNEL_RUN</NAME>
-#define AGS_TYPE_VOLUME_CHANNEL_RUN            (ags_volume_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL_RUN</NAME>
-#define AGS_VOLUME_CHANNEL_RUN(obj)            (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_VOLUME_CHANNEL_RUN, AgsVolumeChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL_RUN_CLASS</NAME>
-#define AGS_VOLUME_CHANNEL_RUN_CLASS(class)    (G_TYPE_CHECK_INSTANCE_CAST(class, AGS_TYPE_VOLUME_CHANNEL_RUN, AgsVolumeChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_CHANNEL_RUN</NAME>
-#define AGS_IS_VOLUME_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_VOLUME_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_VOLUME_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_VOLUME_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_VOLUME_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_VOLUME_CHANNEL_RUN, AgsVolumeChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsVolumeChannelRun</NAME>
-struct _AgsVolumeChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsVolumeChannelRunClass</NAME>
-struct _AgsVolumeChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_volume_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_volume_channel_run_new</NAME>
-<RETURNS>AgsVolumeChannelRun * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_AUDIO_FILE</NAME>
-#define AGS_TYPE_PLAY_AUDIO_FILE                (ags_play_audio_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_FILE</NAME>
-#define AGS_PLAY_AUDIO_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_AUDIO_FILE, AgsPlayAudioFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_FILE_CLASS</NAME>
-#define AGS_PLAY_AUDIO_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AgsPlayAudioFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO_FILE</NAME>
-#define AGS_IS_PLAY_AUDIO_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_AUDIO_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_AUDIO_FILE_CLASS</NAME>
-#define AGS_IS_PLAY_AUDIO_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_AUDIO_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_AUDIO_FILE_GET_CLASS</NAME>
-#define AGS_PLAY_AUDIO_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_AUDIO_FILE, AgsPlayAudioFileClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayAudioFile</NAME>
-struct _AgsPlayAudioFile
-{
-  AgsRecall recall;
-
-  AgsAudioFile *audio_file;
-  guint current_frame;
-
-  AgsDevout *devout;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayAudioFileClass</NAME>
-struct _AgsPlayAudioFileClass
-{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_audio_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_audio_file_new</NAME>
-<RETURNS>AgsPlayAudioFile * </RETURNS>
-AgsAudioFile *audio_file, AgsDevout *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_amplifier</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LOOP_CHANNEL_RUN</NAME>
-#define AGS_TYPE_LOOP_CHANNEL_RUN                (ags_loop_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL_RUN</NAME>
-#define AGS_LOOP_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LOOP_CHANNEL_RUN, AgsLoopChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL_RUN_CLASS</NAME>
-#define AGS_LOOP_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LOOP_CHANNEL_RUN, AgsLoopChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOOP_CHANNEL_RUN</NAME>
-#define AGS_IS_LOOP_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LOOP_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOOP_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_LOOP_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LOOP_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_LOOP_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LOOP_CHANNEL_RUN, AgsLoopChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLoopChannelRun</NAME>
-struct _AgsLoopChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-  gulong start_handler;
-  gulong loop_handler;
-  gulong stop_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLoopChannelRunClass</NAME>
-struct _AgsLoopChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_loop_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_loop_channel_run_new</NAME>
-<RETURNS>AgsLoopChannelRun * </RETURNS>
-AgsChannel *channel, AgsCountBeatsAudioRun *count_beats_audio_run, gboolean is_template 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_COPY_AUDIO_SIGNAL                (ags_copy_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_AUDIO_SIGNAL</NAME>
-#define AGS_COPY_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_COPY_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_AUDIO_SIGNAL</NAME>
-#define AGS_IS_COPY_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_COPY_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_COPY_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_AUDIO_SIGNAL, AgsCopyAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyAudioSignal</NAME>
-struct _AgsCopyAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyAudioSignalClass</NAME>
-struct _AgsCopyAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_audio_signal_new</NAME>
-<RETURNS>AgsCopyAudioSignal * </RETURNS>
-AgsAudioSignal *destination, AgsAudioSignal *source, AgsDevout *devout, AgsAttack *attack 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PEAK_CHANNEL</NAME>
-#define AGS_TYPE_PEAK_CHANNEL                (ags_peak_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL</NAME>
-#define AGS_PEAK_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL_CLASS</NAME>
-#define AGS_PEAK_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PEAK_CHANNEL</NAME>
-#define AGS_IS_PEAK_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PEAK_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PEAK_CHANNEL_CLASS</NAME>
-#define AGS_IS_PEAK_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PEAK_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_PEAK_CHANNEL_GET_CLASS</NAME>
-#define AGS_PEAK_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PEAK_CHANNEL, AgsPeakChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPeakChannel</NAME>
-struct _AgsPeakChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *peak;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPeakChannelClass</NAME>
-struct _AgsPeakChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_peak_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_peak_channel_retrieve_peak</NAME>
-<RETURNS>void  </RETURNS>
-AgsPeakChannel *peak_channel, gboolean is_play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_peak_channel_new</NAME>
-<RETURNS>AgsPeakChannel * </RETURNS>
-AgsChannel *source 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_CHANNEL</NAME>
-#define AGS_TYPE_PLAY_CHANNEL                (ags_play_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL</NAME>
-#define AGS_PLAY_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL, AgsPlayChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL, AgsPlayChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL</NAME>
-#define AGS_IS_PLAY_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL_CLASS</NAME>
-#define AGS_IS_PLAY_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLAY_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_GET_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL, AgsPlayChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayChannel</NAME>
-struct _AgsPlayChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *audio_channel;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayChannelClass</NAME>
-struct _AgsPlayChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_channel_new</NAME>
-<RETURNS>AgsPlayChannel * </RETURNS>
-AgsDevout *devout, guint audio_channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LOOP_CHANNEL</NAME>
-#define AGS_TYPE_LOOP_CHANNEL                (ags_loop_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL</NAME>
-#define AGS_LOOP_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LOOP_CHANNEL, AgsLoopChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL_CLASS</NAME>
-#define AGS_LOOP_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LOOP_CHANNEL, AgsLoopChannelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOOP_CHANNEL</NAME>
-#define AGS_IS_LOOP_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LOOP_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOOP_CHANNEL_CLASS</NAME>
-#define AGS_IS_LOOP_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LOOP_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOOP_CHANNEL_GET_CLASS</NAME>
-#define AGS_LOOP_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LOOP_CHANNEL, AgsLoopChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLoopChannel</NAME>
-struct _AgsLoopChannel
-{
-  AgsRecallChannel recall_channel;
-  
-  AgsDelayAudio *delay_audio;
-  gulong sequencer_duration_changed_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLoopChannelClass</NAME>
-struct _AgsLoopChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_loop_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_loop_channel_new</NAME>
-<RETURNS>AgsLoopChannel * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COUNT_BEATS_AUDIO</NAME>
-#define AGS_TYPE_COUNT_BEATS_AUDIO                (ags_count_beats_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO</NAME>
-#define AGS_COUNT_BEATS_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COUNT_BEATS_AUDIO, AgsCountBeatsAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO_CLASS</NAME>
-#define AGS_COUNT_BEATS_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COUNT_BEATS_AUDIO, AgsCountBeatsAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNT_BEATS_AUDIO</NAME>
-#define AGS_IS_COUNT_BEATS_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COUNT_BEATS_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNT_BEATS_AUDIO_CLASS</NAME>
-#define AGS_IS_COUNT_BEATS_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COUNT_BEATS_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO_GET_CLASS</NAME>
-#define AGS_COUNT_BEATS_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COUNT_BEATS_AUDIO, AgsCountBeatsAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCountBeatsAudio</NAME>
-struct _AgsCountBeatsAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *loop;
-
-  AgsPort *notation_loop_start;
-  AgsPort *notation_loop_end;
-  AgsPort *sequencer_loop_start;
-  AgsPort *sequencer_loop_end;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCountBeatsAudioClass</NAME>
-struct _AgsCountBeatsAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_count_beats_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_new</NAME>
-<RETURNS>AgsCountBeatsAudio * </RETURNS>
-gboolean loop 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_NOTATION_AUDIO</NAME>
-#define AGS_TYPE_PLAY_NOTATION_AUDIO                (ags_play_notation_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO</NAME>
-#define AGS_PLAY_NOTATION_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO_CLASS</NAME>
-#define AGS_PLAY_NOTATION_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTATION_AUDIO</NAME>
-#define AGS_IS_PLAY_NOTATION_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_NOTATION_AUDIO_CLASS</NAME>
-#define AGS_IS_PLAY_NOTATION_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLAY_NOTATION_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_NOTATION_AUDIO_GET_CLASS</NAME>
-#define AGS_PLAY_NOTATION_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLAY_NOTATION_AUDIO, AgsPlayNotationAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayNotationAudio</NAME>
-struct _AgsPlayNotationAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *notation;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayNotationAudioClass</NAME>
-struct _AgsPlayNotationAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_notation_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_notation_audio_new</NAME>
-<RETURNS>AgsPlayNotationAudio * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STREAM_RECYCLING</NAME>
-#define AGS_TYPE_STREAM_RECYCLING                (ags_stream_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_RECYCLING</NAME>
-#define AGS_STREAM_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_RECYCLING_CLASS</NAME>
-#define AGS_STREAM_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_RECYCLING</NAME>
-#define AGS_IS_STREAM_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_RECYCLING_CLASS</NAME>
-#define AGS_IS_STREAM_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_RECYCLING_GET_CLASS</NAME>
-#define AGS_STREAM_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_RECYCLING, AgsStreamRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsStreamRecycling</NAME>
-struct _AgsStreamRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStreamRecyclingClass</NAME>
-struct _AgsStreamRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stream_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_recycling_new</NAME>
-<RETURNS>AgsStreamRecycling * </RETURNS>
-AgsRecycling *recycling 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DELAY_AUDIO</NAME>
-#define AGS_TYPE_DELAY_AUDIO                (ags_delay_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO</NAME>
-#define AGS_DELAY_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DELAY_AUDIO, AgsDelayAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO_CLASS</NAME>
-#define AGS_DELAY_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DELAY_AUDIO, AgsDelayAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DELAY_AUDIO</NAME>
-#define AGS_IS_DELAY_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_DELAY_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DELAY_AUDIO_CLASS</NAME>
-#define AGS_IS_DELAY_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_DELAY_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_DELAY_AUDIO_GET_CLASS</NAME>
-#define AGS_DELAY_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_DELAY_AUDIO, AgsDelayAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsDelayAudio</NAME>
-struct _AgsDelayAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *bpm;
-  AgsPort *tact;
-
-  AgsPort *notation_delay;
-  AgsPort *sequencer_delay;
-
-  AgsPort *sequencer_duration;
-  AgsPort *notation_duration;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDelayAudioClass</NAME>
-struct _AgsDelayAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-
-  void (*notation_duration_changed)(AgsDelayAudio *delay_audio);
-  void (*sequencer_duration_changed)(AgsDelayAudio *delay_audio);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_delay_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_notation_duration_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudio *delay_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_sequencer_duration_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsDelayAudio *delay_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_delay_audio_new</NAME>
-<RETURNS>AgsDelayAudio * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_BUFFER_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_BUFFER_AUDIO_SIGNAL                (ags_buffer_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_AUDIO_SIGNAL</NAME>
-#define AGS_BUFFER_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_AUDIO_SIGNAL, AgsBufferAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_BUFFER_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_AUDIO_SIGNAL, AgsBufferAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_AUDIO_SIGNAL</NAME>
-#define AGS_IS_BUFFER_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BUFFER_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_BUFFER_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BUFFER_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_BUFFER_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BUFFER_AUDIO_SIGNAL, AgsBufferAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsBufferAudioSignal</NAME>
-struct _AgsBufferAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsBufferAudioSignalClass</NAME>
-struct _AgsBufferAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_buffer_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_buffer_audio_signal_new</NAME>
-<RETURNS>AgsBufferAudioSignal * </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_PATTERN_CHANNEL</NAME>
-#define AGS_TYPE_COPY_PATTERN_CHANNEL                (ags_copy_pattern_channel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL</NAME>
-#define AGS_COPY_PATTERN_CHANNEL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL_CLASS</NAME>
-#define AGS_COPY_PATTERN_CHANNEL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannel))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_CHANNEL</NAME>
-#define AGS_IS_COPY_PATTERN_CHANNEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_PATTERN_CHANNEL_CLASS</NAME>
-#define AGS_IS_COPY_PATTERN_CHANNEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_PATTERN_CHANNEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_PATTERN_CHANNEL_GET_CLASS</NAME>
-#define AGS_COPY_PATTERN_CHANNEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_PATTERN_CHANNEL, AgsCopyPatternChannelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyPatternChannel</NAME>
-struct _AgsCopyPatternChannel
-{
-  AgsRecallChannel recall_channel;
-
-  AgsPort *pattern;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyPatternChannelClass</NAME>
-struct _AgsCopyPatternChannelClass
-{
-  AgsRecallChannelClass recall_channel;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_pattern_channel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_pattern_channel_template_find_source_and_destination</NAME>
-<RETURNS>GList * </RETURNS>
-GList *recall, AgsChannel *destination, AgsChannel *source 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_pattern_channel_new</NAME>
-<RETURNS>AgsCopyPatternChannel * </RETURNS>
-AgsChannel *destination, AgsChannel *source, AgsPort *pattern 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_RECYCLING</NAME>
-#define AGS_TYPE_COPY_RECYCLING                (ags_copy_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_RECYCLING</NAME>
-#define AGS_COPY_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_RECYCLING_CLASS</NAME>
-#define AGS_COPY_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_RECYCLING</NAME>
-#define AGS_IS_COPY_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COPY_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_RECYCLING_CLASS</NAME>
-#define AGS_IS_COPY_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COPY_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_RECYCLING_GET_CLASS</NAME>
-#define AGS_COPY_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COPY_RECYCLING, AgsCopyRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCopyRecycling</NAME>
-struct _AgsCopyRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyRecyclingClass</NAME>
-struct _AgsCopyRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_recycling_new</NAME>
-<RETURNS>AgsCopyRecycling * </RETURNS>
-AgsRecycling *destination, AgsRecycling *source, AgsDevout *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTE_AUDIO</NAME>
-#define AGS_TYPE_MUTE_AUDIO                (ags_mute_audio_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO</NAME>
-#define AGS_MUTE_AUDIO(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_AUDIO, AgsMuteAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO_CLASS</NAME>
-#define AGS_MUTE_AUDIO_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_AUDIO, AgsMuteAudio))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_AUDIO</NAME>
-#define AGS_IS_MUTE_AUDIO(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MUTE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_AUDIO_CLASS</NAME>
-#define AGS_IS_MUTE_AUDIO_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MUTE_AUDIO))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_AUDIO_GET_CLASS</NAME>
-#define AGS_MUTE_AUDIO_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MUTE_AUDIO, AgsMuteAudioClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMuteAudio</NAME>
-struct _AgsMuteAudio
-{
-  AgsRecallAudio recall_audio;
-
-  AgsPort *muted;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMuteAudioClass</NAME>
-struct _AgsMuteAudioClass
-{
-  AgsRecallAudioClass recall_audio;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mute_audio_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mute_audio_new</NAME>
-<RETURNS>AgsMuteAudio * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_CHANNEL_RUN_MASTER</NAME>
-#define AGS_TYPE_PLAY_CHANNEL_RUN_MASTER                (ags_play_channel_run_master_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_MASTER</NAME>
-#define AGS_PLAY_CHANNEL_RUN_MASTER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMaster))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_MASTER_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_RUN_MASTER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMasterClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL_RUN_MASTER</NAME>
-#define AGS_IS_PLAY_CHANNEL_RUN_MASTER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL_RUN_MASTER_CLASS</NAME>
-#define AGS_IS_PLAY_CHANNEL_RUN_MASTER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_MASTER_GET_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_RUN_MASTER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL_RUN_MASTER, AgsPlayChannelRunMasterClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER</NAME>
-#define AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER(strct)     ((AgsPlayChannelRunMasterStreamer *)(strct))
-</MACRO>
-<ENUM>
-<NAME>AgsPlayChannelRunMasterFlags</NAME>
-typedef enum{
-  AGS_PLAY_CHANNEL_RUN_MASTER_TERMINATING        = 1,
-}AgsPlayChannelRunMasterFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPlayChannelRunMaster</NAME>
-struct _AgsPlayChannelRunMaster
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-
-  GList *streamer;
-
-  gulong source_recycling_changed_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayChannelRunMasterClass</NAME>
-struct _AgsPlayChannelRunMasterClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayChannelRunMasterStreamer</NAME>
-struct _AgsPlayChannelRunMasterStreamer
-{
-  AgsPlayChannelRunMaster *play_channel_run_master;
-
-  AgsStreamChannelRun *stream_channel_run;
-  gulong done_handler;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_channel_run_master_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_channel_run_master_streamer_alloc</NAME>
-<RETURNS>AgsPlayChannelRunMasterStreamer * </RETURNS>
-AgsPlayChannelRunMaster *play_channel_run_master, AgsStreamChannelRun *stream_channel_run 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_channel_run_master_find_streamer</NAME>
-<RETURNS>GList * </RETURNS>
-GList *list, AgsStreamChannelRun *stream_channel_run 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_channel_run_master_new</NAME>
-<RETURNS>AgsPlayChannelRunMaster * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COUNT_BEATS_AUDIO_RUN</NAME>
-#define AGS_TYPE_COUNT_BEATS_AUDIO_RUN                (ags_count_beats_audio_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO_RUN</NAME>
-#define AGS_COUNT_BEATS_AUDIO_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COUNT_BEATS_AUDIO_RUN, AgsCountBeatsAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO_RUN_CLASS</NAME>
-#define AGS_COUNT_BEATS_AUDIO_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COUNT_BEATS_AUDIO_RUN, AgsCountBeatsAudioRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNT_BEATS_AUDIO_RUN</NAME>
-#define AGS_IS_COUNT_BEATS_AUDIO_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_COUNT_BEATS_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNT_BEATS_AUDIO_RUN_CLASS</NAME>
-#define AGS_IS_COUNT_BEATS_AUDIO_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_COUNT_BEATS_AUDIO_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNT_BEATS_AUDIO_RUN_GET_CLASS</NAME>
-#define AGS_COUNT_BEATS_AUDIO_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_COUNT_BEATS_AUDIO_RUN, AgsCountBeatsAudioRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCountBeatsAudioRun</NAME>
-struct _AgsCountBeatsAudioRun
-{
-  AgsRecallAudioRun recall_audio_run;
-
-  gboolean first_run;
-
-  guint notation_counter;
-  guint sequencer_counter;
-
-  guint recall_ref;
-
-  guint hide_ref;
-  guint notation_hide_ref_counter;
-  guint sequencer_hide_ref_counter;
-
-  gulong sequencer_alloc_output_handler;
-  gulong sequencer_count_handler;
-
-  gulong notation_alloc_output_handler;
-  gulong notation_count_handler;
-
-  AgsDelayAudioRun *delay_audio_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCountBeatsAudioRunClass</NAME>
-struct _AgsCountBeatsAudioRunClass
-{
-  AgsRecallAudioRunClass recall_audio_run;
-  
-  void (*notation_start)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-  void (*notation_loop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			guint run_order);
-  void (*notation_stop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			guint run_order);
-  
-  void (*sequencer_start)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			  guint run_order);
-  void (*sequencer_loop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-  void (*sequencer_stop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_notation_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_notation_loop</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_notation_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_sequencer_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_sequencer_loop</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_sequencer_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsCountBeatsAudioRun *count_beats_audio_run, guint run_order 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_count_beats_audio_run_new</NAME>
-<RETURNS>AgsCountBeatsAudioRun * </RETURNS>
-AgsDelayAudioRun *delay_audio_run 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_CHANNEL_RUN</NAME>
-#define AGS_TYPE_PLAY_CHANNEL_RUN                (ags_play_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN</NAME>
-#define AGS_PLAY_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL_RUN</NAME>
-#define AGS_IS_PLAY_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAY_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAY_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_PLAY_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLAY_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_PLAY_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLAY_CHANNEL_RUN, AgsPlayChannelRunClass))
-</MACRO>
-<ENUM>
-<NAME>AgsPlayChannelRunFlags</NAME>
-typedef enum{
-  AGS_PLAY_CHANNEL_RUN_TERMINATING        = 1,
-  AGS_PLAY_CHANNEL_RUN_INITIAL_RUN        = 1 << 1,
-}AgsPlayChannelRunFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPlayChannelRun</NAME>
-struct _AgsPlayChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-
-  AgsStreamChannelRun *stream_channel_run;
-  gulong done_handler;
-
-  gulong source_recycling_changed_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayChannelRunClass</NAME>
-struct _AgsPlayChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_channel_run_new</NAME>
-<RETURNS>AgsPlayChannelRun * </RETURNS>
-AgsStreamChannelRun *stream_channel_run 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STREAM_CHANNEL_RUN</NAME>
-#define AGS_TYPE_STREAM_CHANNEL_RUN                (ags_stream_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL_RUN</NAME>
-#define AGS_STREAM_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL_RUN_CLASS</NAME>
-#define AGS_STREAM_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_CHANNEL_RUN</NAME>
-#define AGS_IS_STREAM_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STREAM_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_STREAM_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_STREAM_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_STREAM_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_STREAM_CHANNEL_RUN, AgsStreamChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsStreamChannelRun</NAME>
-struct _AgsStreamChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStreamChannelRunClass</NAME>
-struct _AgsStreamChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stream_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_channel_run_new</NAME>
-<RETURNS>AgsStreamChannelRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_BUFFER_CHANNEL_RUN</NAME>
-#define AGS_TYPE_BUFFER_CHANNEL_RUN                (ags_buffer_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL_RUN</NAME>
-#define AGS_BUFFER_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BUFFER_CHANNEL_RUN, AgsBufferChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL_RUN_CLASS</NAME>
-#define AGS_BUFFER_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BUFFER_CHANNEL_RUN, AgsBufferChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_CHANNEL_RUN</NAME>
-#define AGS_IS_BUFFER_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_BUFFER_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_BUFFER_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_BUFFER_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_BUFFER_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_BUFFER_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_BUFFER_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_BUFFER_CHANNEL_RUN, AgsBufferChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsBufferChannelRun</NAME>
-struct _AgsBufferChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsBufferChannelRunClass</NAME>
-struct _AgsBufferChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_buffer_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_buffer_channel_run_new</NAME>
-<RETURNS>AgsBufferChannelRun * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_VOLUME_RECYCLING</NAME>
-#define AGS_TYPE_VOLUME_RECYCLING                (ags_volume_recycling_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_RECYCLING</NAME>
-#define AGS_VOLUME_RECYCLING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecycling))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_RECYCLING_CLASS</NAME>
-#define AGS_VOLUME_RECYCLING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecyclingClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_RECYCLING</NAME>
-#define AGS_IS_VOLUME_RECYCLING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_VOLUME_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VOLUME_RECYCLING_CLASS</NAME>
-#define AGS_IS_VOLUME_RECYCLING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_VOLUME_RECYCLING))
-</MACRO>
-<MACRO>
-<NAME>AGS_VOLUME_RECYCLING_GET_CLASS</NAME>
-#define AGS_VOLUME_RECYCLING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_VOLUME_RECYCLING, AgsVolumeRecyclingClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsVolumeRecycling</NAME>
-struct _AgsVolumeRecycling
-{
-  AgsRecallRecycling recall_recycling;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsVolumeRecyclingClass</NAME>
-struct _AgsVolumeRecyclingClass
-{
-  AgsRecallRecyclingClass recall_recycling;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_volume_recycling_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_volume_recycling_new</NAME>
-<RETURNS>AgsVolumeRecycling * </RETURNS>
-AgsRecycling *recycling 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COPY_CHANNEL_RUN</NAME>
-#define AGS_TYPE_COPY_CHANNEL_RUN                (ags_copy_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL_RUN</NAME>
-#define AGS_COPY_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COPY_CHANNEL_RUN, AgsCopyChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL_RUN_CLASS</NAME>
-#define AGS_COPY_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_COPY_CHANNEL_RUN, AgsCopyChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_CHANNEL_RUN</NAME>
-#define AGS_IS_COPY_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_COPY_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COPY_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_COPY_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_COPY_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_COPY_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_COPY_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_COPY_CHANNEL_RUN, AgsCopyChannelRunClass))
-</MACRO>
-<ENUM>
-<NAME>AgsCopyChannelRunFlags</NAME>
-typedef enum{
-  AGS_COPY_CHANNEL_RUN_EXACT_LENGTH         = 1,
-  AGS_COPY_CHANNEL_RUN_OMIT_FURTHER_ATTACK  = 1 << 1,
-}AgsCopyChannelRunFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsCopyChannelRun</NAME>
-struct _AgsCopyChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCopyChannelRunClass</NAME>
-struct _AgsCopyChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_copy_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_copy_channel_run_new</NAME>
-<RETURNS>AgsCopyChannelRun * </RETURNS>
-AgsChannel *destination, AgsChannel *source, AgsDevout *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAY_PATTERN</NAME>
-#define AGS_TYPE_PLAY_PATTERN             (ags_play_pattern_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_PATTERN</NAME>
-#define AGS_PLAY_PATTERN(obj)             (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_PLAY_PATTERN, AgsPlayPattern))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAY_PATTERN_CLASS</NAME>
-#define AGS_PLAY_PATTERN_CLASS(class)     (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PLAY_PATTERN, AgsPlayPattern))
-</MACRO>
-<STRUCT>
-<NAME>AgsPlayPattern</NAME>
-struct _AgsPlayPattern{
-  AgsRecall recall;
-
-  //  AgsDelay *delay;
-
-  AgsChannel *channel;
-  AgsPattern *pattern;
-
-  guint i;
-  guint j;
-  guint bit;
-  guint length;
-
-  gboolean loop;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPlayPatternClass</NAME>
-struct _AgsPlayPatternClass{
-  AgsRecallClass recall;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_play_pattern_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_play_pattern_connect</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayPattern *play_pattern 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTE_CHANNEL_RUN</NAME>
-#define AGS_TYPE_MUTE_CHANNEL_RUN                (ags_mute_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL_RUN</NAME>
-#define AGS_MUTE_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTE_CHANNEL_RUN, AgsMuteChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL_RUN_CLASS</NAME>
-#define AGS_MUTE_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MUTE_CHANNEL_RUN, AgsMuteChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_CHANNEL_RUN</NAME>
-#define AGS_IS_MUTE_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MUTE_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTE_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_MUTE_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MUTE_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTE_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_MUTE_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MUTE_CHANNEL_RUN, AgsMuteChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMuteChannelRun</NAME>
-struct _AgsMuteChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMuteChannelRunClass</NAME>
-struct _AgsMuteChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mute_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mute_channel_run_new</NAME>
-<RETURNS>AgsMuteChannelRun * </RETURNS>
-AgsChannel *source 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CLONE_CHANNEL_RUN</NAME>
-#define AGS_TYPE_CLONE_CHANNEL_RUN                (ags_clone_channel_run_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL_RUN</NAME>
-#define AGS_CLONE_CHANNEL_RUN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CLONE_CHANNEL_RUN, AgsCloneChannelRun))
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL_RUN_CLASS</NAME>
-#define AGS_CLONE_CHANNEL_RUN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CLONE_CHANNEL_RUN, AgsCloneChannelRunClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CLONE_CHANNEL_RUN</NAME>
-#define AGS_IS_CLONE_CHANNEL_RUN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CLONE_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CLONE_CHANNEL_RUN_CLASS</NAME>
-#define AGS_IS_CLONE_CHANNEL_RUN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CLONE_CHANNEL_RUN))
-</MACRO>
-<MACRO>
-<NAME>AGS_CLONE_CHANNEL_RUN_GET_CLASS</NAME>
-#define AGS_CLONE_CHANNEL_RUN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CLONE_CHANNEL_RUN, AgsCloneChannelRunClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCloneChannelRun</NAME>
-struct _AgsCloneChannelRun
-{
-  AgsRecallChannelRun recall_channel_run;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCloneChannelRunClass</NAME>
-struct _AgsCloneChannelRunClass
-{
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_clone_channel_run_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_clone_channel_run_new</NAME>
-<RETURNS>AgsCloneChannelRun * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_echo</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STREAM_AUDIO_SIGNAL</NAME>
-#define AGS_TYPE_STREAM_AUDIO_SIGNAL                (ags_stream_audio_signal_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_AUDIO_SIGNAL</NAME>
-#define AGS_STREAM_AUDIO_SIGNAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STREAM_AUDIO_SIGNAL, AgsStreamAudioSignal))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_STREAM_AUDIO_SIGNAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_STREAM_AUDIO_SIGNAL, AgsStreamAudioSignalClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_AUDIO_SIGNAL</NAME>
-#define AGS_IS_STREAM_AUDIO_SIGNAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_STREAM_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STREAM_AUDIO_SIGNAL_CLASS</NAME>
-#define AGS_IS_STREAM_AUDIO_SIGNAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_STREAM_AUDIO_SIGNAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_STREAM_AUDIO_SIGNAL_GET_CLASS</NAME>
-#define AGS_STREAM_AUDIO_SIGNAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_STREAM_AUDIO_SIGNAL, AgsStreamAudioSignalClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsStreamAudioSignal</NAME>
-struct _AgsStreamAudioSignal
-{
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsStreamAudioSignalClass</NAME>
-struct _AgsStreamAudioSignalClass
-{
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stream_audio_signal_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stream_audio_signal_new</NAME>
-<RETURNS>AgsStreamAudioSignal * </RETURNS>
-AgsAudioSignal *audio_signal 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DIAL</NAME>
-#define AGS_TYPE_DIAL                (ags_dial_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DIAL</NAME>
-#define AGS_DIAL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DIAL, AgsDial))
-</MACRO>
-<MACRO>
-<NAME>AGS_DIAL_CLASS</NAME>
-#define AGS_DIAL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DIAL, AgsDialClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DIAL</NAME>
-#define AGS_IS_DIAL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DIAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DIAL_CLASS</NAME>
-#define AGS_IS_DIAL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DIAL))
-</MACRO>
-<MACRO>
-<NAME>AGS_DIAL_GET_CLASS</NAME>
-#define AGS_DIAL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DIAL, AgsDialClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_DIAL_DEFAULT_PRECISION</NAME>
-#define AGS_DIAL_DEFAULT_PRECISION (8.0)
-</MACRO>
-<ENUM>
-<NAME>AgsDialFlags</NAME>
-typedef enum{
-  AGS_DIAL_WITH_BUTTONS           = 1,
-  AGS_DIAL_MOUSE_BUTTON_PRESSED   = 1 <<  1,
-  AGS_DIAL_BUTTON_DOWN_PRESSED    = 1 <<  2,
-  AGS_DIAL_BUTTON_UP_PRESSED      = 1 <<  3,
-  AGS_DIAL_MOTION_CAPTURING_INIT  = 1 <<  4,
-  AGS_DIAL_MOTION_CAPTURING       = 1 <<  5,
-  AGS_DIAL_IDLE                   = 1 <<  6,
-}AgsDialFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsDial</NAME>
-struct _AgsDial
-{
-  GtkWidget widget;
-
-  guint flags;
-
-  guint radius;
-  guint outline_strength;
-  guint scale_precision;
-
-  guint font_size;
-  gint button_width;
-  gint button_height;
-  gint margin_left;
-  gint margin_right;
-
-  gdouble tolerance;
-  gdouble negated_tolerance;
-
-  gint sleep_interval;
-
-  GtkAdjustment *adjustment;
-
-  gdouble gravity_x;
-  gdouble gravity_y;
-  gdouble current_x;
-  gdouble current_y;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDialClass</NAME>
-struct _AgsDialClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_dial_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_dial_new</NAME>
-<RETURNS>AgsDial * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_INDICATOR</NAME>
-#define AGS_TYPE_INDICATOR                (ags_indicator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_INDICATOR</NAME>
-#define AGS_INDICATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INDICATOR, AgsIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_INDICATOR_CLASS</NAME>
-#define AGS_INDICATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INDICATOR, AgsIndicatorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INDICATOR</NAME>
-#define AGS_IS_INDICATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INDICATOR_CLASS</NAME>
-#define AGS_IS_INDICATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_INDICATOR_GET_CLASS</NAME>
-#define AGS_INDICATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INDICATOR, AgsIndicatorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsIndicator</NAME>
-struct _AgsIndicator
-{
-  GtkWidget widget;
-
-  GtkAdjustment *adjustment;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsIndicatorClass</NAME>
-struct _AgsIndicatorClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_indicator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_indicator_new</NAME>
-<RETURNS>AgsIndicator * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SEGMENT</NAME>
-#define AGS_TYPE_SEGMENT                (ags_segment_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SEGMENT</NAME>
-#define AGS_SEGMENT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SEGMENT, AgsSegment))
-</MACRO>
-<MACRO>
-<NAME>AGS_SEGMENT_CLASS</NAME>
-#define AGS_SEGMENT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SEGMENT, AgsSegmentClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SEGMENT</NAME>
-#define AGS_IS_SEGMENT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SEGMENT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SEGMENT_CLASS</NAME>
-#define AGS_IS_SEGMENT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SEGMENT))
-</MACRO>
-<MACRO>
-<NAME>AGS_SEGMENT_GET_CLASS</NAME>
-#define AGS_SEGMENT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SEGMENT, AgsSegmentClass))
-</MACRO>
-<ENUM>
-<NAME>AGS_SEGMENT_FLAGS</NAME>
-typedef enum{
-  AGS_SEGMENT_MONOCHROME      = 1,
-  AGS_SEGMENT_COLOR_RED       = 1 <<  1,
-  AGS_SEGMENT_COLOR_BLUE      = 1 <<  2,
-  AGS_SGEMENT_COLOR_GREEN     = 1 <<  3,
-}AGS_SEGMENT_FLAGS;
-</ENUM>
-<ENUM>
-<NAME>AgsSegmentFields</NAME>
-typedef enum{
-  AGS_SEGMENT_UPPER_LEFT                = 1,
-  AGS_SEGMENT_UPPER_RIGHT               = 1 <<  1,
-  AGS_SEGMENT_LOWER_LEFT                = 1 <<  2,
-  AGS_SEGMENT_LOWER_RIGHT               = 1 <<  3,
-  AGS_SEGMENT_LEFT_UPPER_1              = 1 <<  4,
-  AGS_SEGMENT_LEFT_UPPER_2              = 1 <<  5,
-  AGS_SEGMENT_LEFT_LOWER_1              = 1 <<  6,
-  AGS_SEGMENT_LEFT_LOWER_2              = 1 <<  7,
-  AGS_SEGMENT_RIGHT_UPPER_1             = 1 <<  8,
-  AGS_SEGMENT_RIGHT_UPPER_2             = 1 <<  9,
-  AGS_SEGMENT_RIGHT_LOWER_1             = 1 << 10,
-  AGS_SEGMENT_RIGHT_LOWER_2             = 1 << 11,
-  AGS_SEGMENT_DIAGONAL_UPPER_LEFT_1     = 1 << 12,
-  AGS_SEGMENT_DIAGONAL_UPPER_LEFT_2     = 1 << 13,
-  AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_1    = 1 << 14,
-  AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_2    = 1 << 15,
-  AGS_SEGMENT_DIAGONAL_LOWER_LEFT_1     = 1 << 16,
-  AGS_SEGMENT_DIAGONAL_LOWER_LEFT_2     = 1 << 17,
-  AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_1    = 1 << 18,
-  AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_2    = 1 << 19,
-}AgsSegmentFields;
-</ENUM>
-<STRUCT>
-<NAME>AgsSegment</NAME>
-struct _AgsSegment
-{
-  GtkWidget widget;
-
-  guint flags;
-
-  guint count;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSegmentClass</NAME>
-struct _AgsSegmentClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_segment_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_segment_field_on</NAME>
-<RETURNS>void  </RETURNS>
-AgsSegment *segment, guint field 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_segment_field_off</NAME>
-<RETURNS>void  </RETURNS>
-AgsSegment *segment, guint field 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_segment_draw_string</NAME>
-<RETURNS>void  </RETURNS>
-AgsSegment *segment, gchar **string 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_segment_new</NAME>
-<RETURNS>AgsSegment * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TABLE</NAME>
-#define AGS_TYPE_TABLE                (ags_table_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TABLE</NAME>
-#define AGS_TABLE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TABLE, AgsTable))
-</MACRO>
-<MACRO>
-<NAME>AGS_TABLE_CLASS</NAME>
-#define AGS_TABLE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TABLE, AgsTableClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TABLE</NAME>
-#define AGS_IS_TABLE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TABLE_CLASS</NAME>
-#define AGS_IS_TABLE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_TABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_TABLE_GET_CLASS</NAME>
-#define AGS_TABLE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TABLE, AgsTableClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsTable</NAME>
-struct _AgsTable
-{
-  GtkTable table;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTableClass</NAME>
-struct _AgsTableClass
-{
-  GtkTableClass table;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_table_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_table_new</NAME>
-<RETURNS>AgsTable * </RETURNS>
-guint row, guint columns, gboolean homogeneous 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RULER</NAME>
-#define AGS_TYPE_RULER                (ags_ruler_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER</NAME>
-#define AGS_RULER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_RULER, AgsRuler))
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER_CLASS</NAME>
-#define AGS_RULER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_RULER, AgsRulerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RULER</NAME>
-#define AGS_IS_RULER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RULER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RULER_CLASS</NAME>
-#define AGS_IS_RULER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_RULER))
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER_GET_CLASS</NAME>
-#define AGS_RULER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_RULER, AgsRulerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER_DEFAULT_STEP</NAME>
-#define AGS_RULER_DEFAULT_STEP (16)
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER_LARGE_STEP</NAME>
-#define AGS_RULER_LARGE_STEP (8.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_RULER_SMALL_STEP</NAME>
-#define AGS_RULER_SMALL_STEP (6.0)
-</MACRO>
-<STRUCT>
-<NAME>AgsRuler</NAME>
-struct _AgsRuler
-{
-  GtkWidget widget;
-
-  guint flags;
-
-  guint font_size;
-
-  GtkAdjustment *adjustment;
-
-  guint step;
-
-  gdouble factor;
-  gdouble precision;
-  gdouble scale_precision;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRulerClass</NAME>
-struct _AgsRulerClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ruler_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ruler_new</NAME>
-<RETURNS>AgsRuler * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_HTIMEBAR</NAME>
-#define AGS_TYPE_HTIMEBAR                (ags_htimebar_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_HTIMEBAR</NAME>
-#define AGS_HTIMEBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_HTIMEBAR, AgsHTimebar))
-</MACRO>
-<MACRO>
-<NAME>AGS_HTIMEBAR_CLASS</NAME>
-#define AGS_HTIMEBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_HTIMEBAR, AgsHTimebarClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HTIMEBAR</NAME>
-#define AGS_IS_HTIMEBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_HTIMEBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HTIMEBAR_CLASS</NAME>
-#define AGS_IS_HTIMEBAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_HTIMEBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_HTIMEBAR_GET_CLASS</NAME>
-#define AGS_HTIMEBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_HTIMEBAR, AgsHTimebarClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsHTimebar</NAME>
-struct _AgsHTimebar
-{
-  AgsTimebar range;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsHTimebarClass</NAME>
-struct _AgsHTimebarClass
-{
-  AgsTimebarClass timebar;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_htimebar_new</NAME>
-<RETURNS>AgsHTimebar * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MENU</NAME>
-#define AGS_TYPE_MENU                (ags_menu_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU</NAME>
-#define AGS_MENU(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MENU, AgsMenu))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_CLASS</NAME>
-#define AGS_MENU_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MENU, AgsMenuClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU</NAME>
-#define AGS_IS_MENU(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MENU))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU_CLASS</NAME>
-#define AGS_IS_MENU_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MENU))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_GET_CLASS</NAME>
-#define AGS_MENU_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MENU, AgsMenuClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMenu</NAME>
-struct _AgsMenu
-{
-  GtkWindow window;
-
-  AgsTable *table;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMenuClass</NAME>
-struct _AgsMenuClass
-{
-  GtkWindowClass window;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_menu_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_new</NAME>
-<RETURNS>AgsMenu * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_OPTION_MENU</NAME>
-#define AGS_TYPE_OPTION_MENU                (ags_option_menu_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_OPTION_MENU</NAME>
-#define AGS_OPTION_MENU(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OPTION_MENU, AgsOptionMenu))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPTION_MENU_CLASS</NAME>
-#define AGS_OPTION_MENU_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OPTION_MENU, AgsOptionMenuClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPTION_MENU</NAME>
-#define AGS_IS_OPTION_MENU(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OPTION_MENU))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OPTION_MENU_CLASS</NAME>
-#define AGS_IS_OPTION_MENU_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_OPTION_MENU))
-</MACRO>
-<MACRO>
-<NAME>AGS_OPTION_MENU_GET_CLASS</NAME>
-#define AGS_OPTION_MENU_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OPTION_MENU, AgsOptionMenuClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsOptionMenu</NAME>
-struct _AgsOptionMenu
-{
-  GtkHBox hbox;
-
-  GtkWidget *button;
-  AgsTable *table;
-
-  GtkWidget *menu;
-  GList *active_item;
-  GtkWidget *focus;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsOptionMenuClass</NAME>
-struct _AgsOptionMenuClass
-{
-  GtkHBoxClass hbox;
-
-  void (*changed)(AgsOptionMenu *option_menu);
-  void (*focus_changed)(AgsOptionMenu *option_menu);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_option_menu_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_option_menu_new</NAME>
-<RETURNS>AgsOptionMenu * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LED</NAME>
-#define AGS_TYPE_LED                (ags_led_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LED</NAME>
-#define AGS_LED(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LED, AgsLed))
-</MACRO>
-<MACRO>
-<NAME>AGS_LED_CLASS</NAME>
-#define AGS_LED_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LED, AgsLedClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LED</NAME>
-#define AGS_IS_LED(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LED))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LED_CLASS</NAME>
-#define AGS_IS_LED_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LED))
-</MACRO>
-<MACRO>
-<NAME>AGS_LED_GET_CLASS</NAME>
-#define AGS_LED_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LED, AgsLedClass))
-</MACRO>
-<ENUM>
-<NAME>AgsLedFlags</NAME>
-typedef enum{
-  AGS_LED_ACTIVE        = 1,
-}AgsLedFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLed</NAME>
-struct _AgsLed
-{
-  GtkBin bin;
-
-  guint flags;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLedClass</NAME>
-struct _AgsLedClass
-{
-  GtkBinClass bin;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_led_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_led_set_active</NAME>
-<RETURNS>void  </RETURNS>
-AgsLed *led 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_led_unset_active</NAME>
-<RETURNS>void  </RETURNS>
-AgsLed *led 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_led_new</NAME>
-<RETURNS>AgsLed * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_WAVEFORM</NAME>
-#define AGS_TYPE_WAVEFORM                (ags_waveform_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_WAVEFORM</NAME>
-#define AGS_WAVEFORM(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WAVEFORM, AgsWaveform))
-</MACRO>
-<MACRO>
-<NAME>AGS_WAVEFORM_CLASS</NAME>
-#define AGS_WAVEFORM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WAVEFORM, AgsWaveformClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_WAVEFORM</NAME>
-#define AGS_IS_WAVEFORM(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_WAVEFORM))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_WAVEFORM_CLASS</NAME>
-#define AGS_IS_WAVEFORM_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_WAVEFORM))
-</MACRO>
-<MACRO>
-<NAME>AGS_WAVEFORM_GET_CLASS</NAME>
-#define AGS_WAVEFORM_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_WAVEFORM, AgsWaveformClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsWaveform</NAME>
-struct _AgsWaveform
-{
-  GtkWidget widget;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsWaveformClass</NAME>
-struct _AgsWaveformClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_waveform_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_waveform_new</NAME>
-<RETURNS>AgsWaveform * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EXPANDER_SET</NAME>
-#define AGS_TYPE_EXPANDER_SET                (ags_expander_set_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_SET</NAME>
-#define AGS_EXPANDER_SET(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPANDER_SET, AgsExpanderSet))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_SET_CLASS</NAME>
-#define AGS_EXPANDER_SET_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPANDER_SET, AgsExpanderSetClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPANDER_SET</NAME>
-#define AGS_IS_EXPANDER_SET(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPANDER_SET))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPANDER_SET_CLASS</NAME>
-#define AGS_IS_EXPANDER_SET_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPANDER_SET))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_SET_GET_CLASS</NAME>
-#define AGS_EXPANDER_SET_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPANDER_SET, AgsExpanderSetClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_SET_CHILD</NAME>
-#define AGS_EXPANDER_SET_CHILD(ptr) ((AgsExpanderSetChild *)(ptr))
-</MACRO>
-<ENUM>
-<NAME>AgsExpanderSetFlags</NAME>
-typedef enum{
-  AGS_EXPANDER_SET_DRAW_GHOST            = 1,
-  AGS_EXPANDER_SET_DRAW_LEFT_ENDING      = 1 << 1,
-  AGS_EXPANDER_SET_DRAW_RIGHT_ENDING     = 1 << 2,
-  AGS_EXPANDER_SET_DRAW_LEFT_CONNECTOR   = 1 << 3,
-  AGS_EXPANDER_SET_DRAW_RIGHT_CONNECTOR  = 1 << 4,
-}AgsExpanderSetFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsExpanderSet</NAME>
-struct _AgsExpanderSet
-{
-  GtkTable table;
-
-  guint flags;
-
-  GList *ghost;
-  GList *location;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExpanderSetClass</NAME>
-struct _AgsExpanderSetClass
-{
-  GtkTableClass table;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExpanderSetChild</NAME>
-struct _AgsExpanderSetChild
-{
-  GtkWidget *child;
-
-  guint x;
-  guint y;
-
-  guint width;
-  guint height;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_expander_set_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_child_alloc</NAME>
-<RETURNS>AgsExpanderSetChild * </RETURNS>
-guint x, guint y, guint width, guint height 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_child_find</NAME>
-<RETURNS>AgsExpanderSetChild * </RETURNS>
-AgsExpanderSet *expander_set, GtkWidget *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_set_flags</NAME>
-<RETURNS>void  </RETURNS>
-AgsExpanderSet *expander_set, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsExpanderSet *expander_set, GtkWidget *widget, guint x, guint y, guint width, guint height 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_remove</NAME>
-<RETURNS>void  </RETURNS>
-AgsExpanderSet *expander_set, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_set_new</NAME>
-<RETURNS>AgsExpanderSet * </RETURNS>
-guint width, guint height 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_CARTESIAN</NAME>
-#define AGS_TYPE_CARTESIAN                (ags_cartesian_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_CARTESIAN</NAME>
-#define AGS_CARTESIAN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CARTESIAN, AgsCartesian))
-</MACRO>
-<MACRO>
-<NAME>AGS_CARTESIAN_CLASS</NAME>
-#define AGS_CARTESIAN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CARTESIAN, AgsCartesianClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CARTESIAN</NAME>
-#define AGS_IS_CARTESIAN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CARTESIAN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_CARTESIAN_CLASS</NAME>
-#define AGS_IS_CARTESIAN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CARTESIAN))
-</MACRO>
-<MACRO>
-<NAME>AGS_CARTESIAN_GET_CLASS</NAME>
-#define AGS_CARTESIAN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CARTESIAN, AgsCartesianClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsCartesian</NAME>
-struct _AgsCartesian
-{
-  GtkWidget widget;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsCartesianClass</NAME>
-struct _AgsCartesianClass
-{
-  GtkWidgetClass widget;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_cartesian_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_cartesian_new</NAME>
-<RETURNS>AgsCartesian * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_HINDICATOR</NAME>
-#define AGS_TYPE_HINDICATOR                (ags_hindicator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_HINDICATOR</NAME>
-#define AGS_HINDICATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INDICATOR, AgsHIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_HINDICATOR_CLASS</NAME>
-#define AGS_HINDICATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INDICATOR, AgsHIndicatorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HINDICATOR</NAME>
-#define AGS_IS_HINDICATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HINDICATOR_CLASS</NAME>
-#define AGS_IS_HINDICATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_HINDICATOR_GET_CLASS</NAME>
-#define AGS_HINDICATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INDICATOR, AgsHIndicatorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsHIndicator</NAME>
-struct _AgsHIndicator
-{
-  AgsIndicator indicator;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsHIndicatorClass</NAME>
-struct _AgsHIndicatorClass
-{
-  GtkWidgetClass indicator;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_hindicator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_hindicator_new</NAME>
-<RETURNS>AgsHIndicator * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MENU_ITEM</NAME>
-#define AGS_TYPE_MENU_ITEM                (ags_menu_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_ITEM</NAME>
-#define AGS_MENU_ITEM(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MENU_ITEM, AgsMenuItem))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_ITEM_CLASS</NAME>
-#define AGS_MENU_ITEM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MENU_ITEM, AgsMenuItemClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU_ITEM</NAME>
-#define AGS_IS_MENU_ITEM(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MENU_ITEM))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU_ITEM_CLASS</NAME>
-#define AGS_IS_MENU_ITEM_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MENU_ITEM))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_ITEM_GET_CLASS</NAME>
-#define AGS_MENU_ITEM_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MENU_ITEM, AgsMenuItemClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMenuItem</NAME>
-struct _AgsMenuItem
-{
-  AgsTable table;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMenuItemClass</NAME>
-struct _AgsMenuItemClass
-{
-  AgsTableClass table;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_menu_item_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_item_new</NAME>
-<RETURNS>AgsMenuItem * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TIMEBAR</NAME>
-#define AGS_TYPE_TIMEBAR                (ags_timebar_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMEBAR</NAME>
-#define AGS_TIMEBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIMEBAR, AgsTimebar))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMEBAR_CLASS</NAME>
-#define AGS_TIMEBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TIMEBAR, AgsTimebarClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMEBAR</NAME>
-#define AGS_IS_TIMEBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TIMEBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMEBAR_CLASS</NAME>
-#define AGS_IS_TIMEBAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_TIMEBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMEBAR_GET_CLASS</NAME>
-#define AGS_TIMEBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TIMEBAR, AgsTimebarClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsTimebar</NAME>
-struct _AgsTimebar
-{
-  GtkRange range;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTimebarClass</NAME>
-struct _AgsTimebarClass
-{
-  GtkRangeClass range;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_timebar_new</NAME>
-<RETURNS>AgsTimebar * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EXPANDER</NAME>
-#define AGS_TYPE_EXPANDER                (ags_expander_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER</NAME>
-#define AGS_EXPANDER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPANDER, AgsExpander))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_CLASS</NAME>
-#define AGS_EXPANDER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPANDER, AgsExpanderClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPANDER</NAME>
-#define AGS_IS_EXPANDER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPANDER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPANDER_CLASS</NAME>
-#define AGS_IS_EXPANDER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPANDER))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_GET_CLASS</NAME>
-#define AGS_EXPANDER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPANDER, AgsExpanderClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPANDER_CHILD</NAME>
-#define AGS_EXPANDER_CHILD(ptr) ((AgsExpanderChild *)(ptr))
-</MACRO>
-<ENUM>
-<NAME>AgsExpanderFlags</NAME>
-typedef enum{
-  AGS_EXPANDER_DRAW_BORDER        = 1,
-}AgsExpanderFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsExpander</NAME>
-struct _AgsExpander
-{
-  GtkExpander expander;
-
-  guint flags;
-
-  GtkTable *table;
-
-  GList *children;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExpanderClass</NAME>
-struct _AgsExpanderClass
-{
-  GtkExpanderClass expander;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExpanderChild</NAME>
-struct _AgsExpanderChild
-{
-  GtkWidget *child;
-
-  guint x;
-  guint y;
-
-  guint width;
-  guint height;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_expander_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_child_alloc</NAME>
-<RETURNS>AgsExpanderChild * </RETURNS>
-guint x, guint y, guint width, guint height 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_child_find</NAME>
-<RETURNS>AgsExpanderChild * </RETURNS>
-AgsExpander *expander, GtkWidget *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsExpander *expander, GtkWidget *widget, guint x, guint y, guint width, guint height 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_remove</NAME>
-<RETURNS>void  </RETURNS>
-AgsExpander *expander, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_expander_new</NAME>
-<RETURNS>AgsExpander * </RETURNS>
-guint width, guint height 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_VINDICATOR</NAME>
-#define AGS_TYPE_VINDICATOR                (ags_vindicator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_VINDICATOR</NAME>
-#define AGS_VINDICATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INDICATOR, AgsVIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_VINDICATOR_CLASS</NAME>
-#define AGS_VINDICATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INDICATOR, AgsVIndicatorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VINDICATOR</NAME>
-#define AGS_IS_VINDICATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_VINDICATOR_CLASS</NAME>
-#define AGS_IS_VINDICATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INDICATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_VINDICATOR_GET_CLASS</NAME>
-#define AGS_VINDICATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INDICATOR, AgsVIndicatorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsVIndicator</NAME>
-struct _AgsVIndicator
-{
-  AgsIndicator indicator;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsVIndicatorClass</NAME>
-struct _AgsVIndicatorClass
-{
-  GtkWidgetClass indicator;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_vindicator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_vindicator_new</NAME>
-<RETURNS>AgsVIndicator * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINE_MEMBER_EDITOR</NAME>
-#define AGS_TYPE_LINE_MEMBER_EDITOR                (ags_line_member_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER_EDITOR</NAME>
-#define AGS_LINE_MEMBER_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER_EDITOR_CLASS</NAME>
-#define AGS_LINE_MEMBER_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_MEMBER_EDITOR</NAME>
-#define AGS_IS_LINE_MEMBER_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_MEMBER_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_MEMBER_EDITOR_CLASS</NAME>
-#define AGS_IS_LINE_MEMBER_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE_MEMBER_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER_EDITOR_GET_CLASS</NAME>
-#define AGS_LINE_MEMBER_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_MEMBER_EDITOR, AgsLineMemberEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLineMemberEditor</NAME>
-struct _AgsLineMemberEditor
-{
-  GtkVBox vbox;
-
-  GtkVBox *line_member;
-
-  GtkButton *add;
-  GtkMenu *popup;
-
-  GtkButton *remove;
-
-  AgsLadspaBrowser *ladspa_browser;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLineMemberEditorClass</NAME>
-struct _AgsLineMemberEditorClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_line_member_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_editor_new</NAME>
-<RETURNS>AgsLineMemberEditor * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsLinkEditor *link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_editor_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsLinkEditor *link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_editor_show_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsLinkEditor *link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_editor_combo_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo, AgsLinkEditor *link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsPadEditor *pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsPadEditor *pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_show_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPadEditor *pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_set_audio_channels_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint audio_channels, guint audio_channels_old, AgsPadEditor *pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_collection_editor_add_collection_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkButton *button, AgsPropertyCollectionEditor *property_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_collection_editor_remove_collection_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkButton *button, GtkTable *table 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MACHINE</NAME>
-#define AGS_TYPE_MACHINE                (ags_machine_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE</NAME>
-#define AGS_MACHINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE, AgsMachine))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_CLASS</NAME>
-#define AGS_MACHINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE, AgsMachineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE</NAME>
-#define AGS_IS_MACHINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MACHINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_CLASS</NAME>
-#define AGS_IS_MACHINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MACHINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_GET_CLASS</NAME>
-#define AGS_MACHINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE, AgsMachineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_DEFAULT_VERSION</NAME>
-#define AGS_MACHINE_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_DEFAULT_BUILD_ID</NAME>
-#define AGS_MACHINE_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<ENUM>
-<NAME>AgsMachineFlags</NAME>
-typedef enum{
-  AGS_MACHINE_SOLO              = 1,
-  AGS_MACHINE_IS_EFFECT         = 1 <<  1,
-  AGS_MACHINE_IS_SEQUENCER      = 1 <<  2,
-  AGS_MACHINE_IS_SYNTHESIZER    = 1 <<  3,
-  AGS_MACHINE_TAKES_FILE_INPUT  = 1 <<  4,
-  AGS_MACHINE_MAPPED_RECALL     = 1 <<  5,
-  AGS_MACHINE_PREMAPPED_RECALL  = 1 <<  6,
-  AGS_MACHINE_BLOCK_PLAY        = 1 <<  7,
-  AGS_MACHINE_BLOCK_STOP        = 1 <<  8,
-}AgsMachineFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsMachineFileInputFlags</NAME>
-typedef enum{
-  AGS_MACHINE_ACCEPT_WAV          = 1,
-  AGS_MACHINE_ACCEPT_OGG          = 1 <<  1,
-  AGS_MACHINE_ACCEPT_SOUNDFONT2   = 1 <<  2,
-}AgsMachineFileInputFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsMachine</NAME>
-struct _AgsMachine
-{
-  GtkHandleBox handle_box;
-
-  GObject *ags_main;
-
-  char *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  guint flags;
-  guint file_input_flags;
-
-  AgsAudio *audio;
-
-  GtkToggleButton *play;
-
-  GType output_pad_type;
-  GType output_line_type;
-  GtkContainer *output;
-
-  GType input_pad_type;
-  GType input_line_type;
-  GtkContainer *input;
-
-  GList *port;
-
-  GtkMenu *popup;
-  GtkDialog *properties;
-  GtkDialog *rename;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineClass</NAME>
-struct _AgsMachineClass
-{
-  GtkHandleBoxClass handle_box;
-
-  void (*add_default_recalls)(AgsMachine *machine);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_machine_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_add_default_recalls</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_get_possible_links</NAME>
-<RETURNS>GtkListStore * </RETURNS>
-AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_find_by_name</NAME>
-<RETURNS>AgsMachine * </RETURNS>
-GList *list, char *name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_find_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_set_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachine *machine, gboolean run 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_file_chooser_dialog_new</NAME>
-<RETURNS>GtkFileChooserDialog * </RETURNS>
-AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_open_files</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachine *machine, GSList *filenames, gboolean overwrite_channels, gboolean create_channels 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_new</NAME>
-<RETURNS>AgsMachine * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LADSPA_BROWSER</NAME>
-#define AGS_TYPE_LADSPA_BROWSER                (ags_ladspa_browser_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_BROWSER</NAME>
-#define AGS_LADSPA_BROWSER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_LADSPA_BROWSER, AgsLadspaBrowser))
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_BROWSER_CLASS</NAME>
-#define AGS_LADSPA_BROWSER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LADSPA_BROWSER, AgsLadspaBrowserClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LADSPA_BROWSER</NAME>
-#define AGS_IS_LADSPA_BROWSER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LADSPA_BROWSER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LADSPA_BROWSER_CLASS</NAME>
-#define AGS_IS_LADSPA_BROWSER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LADSPA_BROWSER))
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_BROWSER_GET_CLASS</NAME>
-#define AGS_LADSPA_BROWSER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LADSPA_BROWSER, AgsLadspaBrowserClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLadspaBrowser</NAME>
-struct _AgsLadspaBrowser
-{
-  GtkDialog dialog;
-
-  GtkWidget *parent;
-
-  gchar *path;
-
-  GtkHBox *plugin;
-  GtkVBox *description;
-
-  GtkWidget *preview;
-
-  GtkButton *apply;
-  GtkButton *ok;
-  GtkButton *cancel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLadspaBrowserClass</NAME>
-struct _AgsLadspaBrowserClass
-{
-  GtkDialogClass dialog;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ladspa_browser_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_get_plugin_filename</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_get_plugin_effect</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_combo_box_controls_new</NAME>
-<RETURNS>GtkWidget * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_preview_new</NAME>
-<RETURNS>GtkWidget * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_new</NAME>
-<RETURNS>AgsLadspaBrowser * </RETURNS>
-GtkWidget *parent 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EDITOR</NAME>
-#define AGS_TYPE_EDITOR                (ags_editor_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR</NAME>
-#define AGS_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EDITOR, AgsEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR_CLASS</NAME>
-#define AGS_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EDITOR, AgsEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EDITOR</NAME>
-#define AGS_IS_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EDITOR_CLASS</NAME>
-#define AGS_IS_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR_GET_CLASS</NAME>
-#define AGS_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_EDITOR, AgsEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR_DEFAULT_VERSION</NAME>
-#define AGS_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR_DEFAULT_BUILD_ID</NAME>
-#define AGS_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_EDITOR_DEFAULT</NAME>
-#define AGS_EDITOR_DEFAULT "default\0"
-</MACRO>
-<STRUCT>
-<NAME>AgsEditor</NAME>
-struct _AgsEditor
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsDevout *devout;
-
-  AgsMachineSelector *machine_selector;
-  AgsMachine *selected_machine;
-  gulong set_audio_channels_handler;
-  gulong set_pads_handler;
-
-  AgsToolbar *toolbar;
-
-  AgsNotebook *notebook;
-
-  AgsMeter *meter;
-  AgsNoteEdit *note_edit;
-
-  guint tact_counter;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsEditorClass</NAME>
-struct _AgsEditorClass
-{
-  GtkVBoxClass vbox;
-
-  void (*machine_changed)(AgsEditor *editor, AgsMachine *machine);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_machine_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsEditor *editor, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_new</NAME>
-<RETURNS>AgsEditor * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINE_EDITOR</NAME>
-#define AGS_TYPE_LINE_EDITOR                (ags_line_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_EDITOR</NAME>
-#define AGS_LINE_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_EDITOR_CLASS</NAME>
-#define AGS_LINE_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_EDITOR</NAME>
-#define AGS_IS_LINE_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_EDITOR_CLASS</NAME>
-#define AGS_IS_LINE_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_EDITOR_GET_CLASS</NAME>
-#define AGS_LINE_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_EDITOR, AgsLineEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_EDITOR_DEFAULT_VERSION</NAME>
-#define AGS_LINE_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_EDITOR_DEFAULT_BUILD_ID</NAME>
-#define AGS_LINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<STRUCT>
-<NAME>AgsLineEditor</NAME>
-struct _AgsLineEditor
-{
-  GtkVBox vbox;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsChannel *channel;
-
-  AgsLinkEditor *link_editor;
-  AgsLineMemberEditor *member_editor;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLineEditorClass</NAME>
-struct _AgsLineEditorClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_line_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_editor_set_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsLineEditor *line_editor, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_editor_new</NAME>
-<RETURNS>AgsLineEditor * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PROPERTY_COLLECTION_EDITOR</NAME>
-#define AGS_TYPE_PROPERTY_COLLECTION_EDITOR                (ags_property_collection_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_COLLECTION_EDITOR</NAME>
-#define AGS_PROPERTY_COLLECTION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_COLLECTION_EDITOR_CLASS</NAME>
-#define AGS_PROPERTY_COLLECTION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_COLLECTION_EDITOR</NAME>
-#define AGS_IS_PROPERTY_COLLECTION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_COLLECTION_EDITOR_CLASS</NAME>
-#define AGS_IS_PROPERTY_COLLECTION_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PROPERTY_COLLECTION_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS</NAME>
-#define AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_COLLECTION_EDITOR, AgsPropertyCollectionEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPropertyCollectionEditor</NAME>
-struct _AgsPropertyCollectionEditor
-{
-  AgsPropertyEditor property_editor;
-
-  GType child_type;
-  guint child_parameter_count;
-  GParameter *child_parameter;
-
-  GtkVBox *child;
-
-  GtkButton *add_collection;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPropertyCollectionEditorClass</NAME>
-struct _AgsPropertyCollectionEditorClass
-{
-  AgsPropertyEditorClass property_editor;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_property_collection_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_collection_editor_new</NAME>
-<RETURNS>AgsPropertyCollectionEditor * </RETURNS>
-GType child_type, guint child_parameter_count, GParameter *child_parameter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_editor_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsLineEditor *line_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_editor_show_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsLineEditor *line_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsLineEditor *line_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_button_press_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *handle_box, GdkEventButton *event, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_move_up_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_move_down_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_hide_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_show_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_destroy_activate_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_rename_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_popup_properties_activate_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_open_response_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkDialog *dialog, gint response, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_play_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_done_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_start_failure_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsTask *task, GError *error, AgsMachine *machine 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINE</NAME>
-#define AGS_TYPE_LINE                (ags_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE</NAME>
-#define AGS_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE, AgsLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_CLASS</NAME>
-#define AGS_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE, AgsLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE</NAME>
-#define AGS_IS_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_CLASS</NAME>
-#define AGS_IS_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_GET_CLASS</NAME>
-#define AGS_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE, AgsLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_DEFAULT_VERSION</NAME>
-#define AGS_LINE_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_DEFAULT_BUILD_ID</NAME>
-#define AGS_LINE_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<ENUM>
-<NAME>AgsLineFlags</NAME>
-typedef enum{
-  AGS_LINE_CONNECTED         = 1,
-  AGS_LINE_GROUPED           = 1 << 1,
-  AGS_LINE_MAPPED_RECALL     = 1 << 2,
-  AGS_LINE_PREMAPPED_RECALL  = 1 << 3,
-}AgsLineFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLine</NAME>
-struct _AgsLine
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *name;
-
-  AgsChannel *channel;
-
-  GtkWidget *pad;
-
-  GtkLabel *label;
-  GtkToggleButton *group;
-
-  AgsExpander *expander;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLineClass</NAME>
-struct _AgsLineClass
-{
-  GtkVBoxClass vbox;
-
-  void (*set_channel)(AgsLine *line, AgsChannel *channel);
-
-  void (*group_changed)(AgsLine *line);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_set_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsLine *line, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_find_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_group_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_find_next_grouped</NAME>
-<RETURNS>GList * </RETURNS>
-GList *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_new</NAME>
-<RETURNS>AgsLine * </RETURNS>
-GtkWidget *pad, AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_NAVIGATION</NAME>
-#define AGS_TYPE_NAVIGATION                (ags_navigation_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION</NAME>
-#define AGS_NAVIGATION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NAVIGATION, AgsNavigation))
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION_CLASS</NAME>
-#define AGS_NAVIGATION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NAVIGATION, AgsNavigationClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NAVIGATION</NAME>
-#define AGS_IS_NAVIGATION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NAVIGATION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NAVIGATION_CLASS</NAME>
-#define AGS_IS_NAVIGATION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_NAVIGATION))
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION_GET_CLASS</NAME>
-#define AGS_NAVIGATION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_NAVIGATION, AgsNavigationClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION_DEFAULT_TACT_STEP</NAME>
-#define AGS_NAVIGATION_DEFAULT_TACT_STEP (1.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION_SEEK_STEPS</NAME>
-#define AGS_NAVIGATION_SEEK_STEPS (1.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_NAVIGATION_REWIND_STEPS</NAME>
-#define AGS_NAVIGATION_REWIND_STEPS (4.0)
-</MACRO>
-<ENUM>
-<NAME>AgsNavigationFlags</NAME>
-typedef enum{
-  AGS_NAVIGATION_BLOCK_TACT   = 1,
-}AgsNavigationFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsNavigation</NAME>
-struct _AgsNavigation
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  AgsDevout *devout;
-
-  GtkToggleButton *expander;
-
-  GtkSpinButton *bpm;
-  gdouble current_bpm;
-
-  GtkToggleButton *rewind;
-  GtkButton *previous;
-  GtkToggleButton *play;
-  GtkButton *stop;
-  GtkButton *next;
-  GtkToggleButton *forward;
-
-  GtkCheckButton *loop;
-
-  GtkLabel *position_time;
-  GtkSpinButton *position_tact;
-
-  GtkLabel *duration_time;
-  GtkSpinButton *duration_tact;
-
-  GtkSpinButton *loop_left_tact;
-  GtkSpinButton *loop_right_tact;
-
-  GtkCheckButton *scroll;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNavigationClass</NAME>
-struct _AgsNavigationClass
-{
-  GtkVBoxClass vbox;
-
-  void (*change_position)(AgsNavigation *navigation,
-			  gdouble tact);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_navigation_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_tact_to_time_string</NAME>
-<RETURNS>gchar * </RETURNS>
-gdouble tact 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_update_time_string</NAME>
-<RETURNS>void  </RETURNS>
-double tact, gchar *time_string 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_set_seeking_sensitive</NAME>
-<RETURNS>void  </RETURNS>
-AgsNavigation *navigation, gboolean enabled 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_change_position</NAME>
-<RETURNS>void  </RETURNS>
-AgsNavigation *navigation, gdouble tact 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_new</NAME>
-<RETURNS>AgsNavigation * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_window_delete_event_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, gpointer data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SERVER_PREFERENCES</NAME>
-#define AGS_TYPE_SERVER_PREFERENCES                (ags_server_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER_PREFERENCES</NAME>
-#define AGS_SERVER_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER_PREFERENCES, AgsServerPreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER_PREFERENCES_CLASS</NAME>
-#define AGS_SERVER_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SERVER_PREFERENCES, AgsServerPreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SERVER_PREFERENCES</NAME>
-#define AGS_IS_SERVER_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SERVER_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SERVER_PREFERENCES_CLASS</NAME>
-#define AGS_IS_SERVER_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SERVER_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER_PREFERENCES_GET_CLASS</NAME>
-#define AGS_SERVER_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SERVER_PREFERENCES, AgsServerPreferencesClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsServerPreferences</NAME>
-struct _AgsServerPreferences
-{
-  GtkVBox vbox;
-
-  GtkCheckButton *start;
-
-  GtkEntry *address;
-  GtkEntry *port;
-
-  GtkEntry *username;
-  GtkEntry *password;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsServerPreferencesClass</NAME>
-struct _AgsServerPreferencesClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_server_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_preferences_new</NAME>
-<RETURNS>AgsServerPreferences * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_window_file_chooser_button_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *file_chooser_button, AgsExportWindow *export_window 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_window_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *spin_button, AgsExportWindow *export_window 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_window_export_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsExportWindow *export_window 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_editor_add_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsLineMemberEditor *line_member_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_editor_remove_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsLineMemberEditor *line_member_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_editor_ladspa_browser_response_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkDialog *dialog, gint response, AgsLineMemberEditor *line_member_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_plugin_filename_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBoxText *combo_box, AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_plugin_effect_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBoxText *combo_box, AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_preview_close_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *preview, AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_ok_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_browser_cancel_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsLadspaBrowser *ladspa_browser 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PAD_EDITOR</NAME>
-#define AGS_TYPE_PAD_EDITOR                (ags_pad_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_EDITOR</NAME>
-#define AGS_PAD_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PAD_EDITOR, AgsPadEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_EDITOR_CLASS</NAME>
-#define AGS_PAD_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PAD_EDITOR</NAME>
-#define AGS_IS_PAD_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PAD_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PAD_EDITOR_CLASS</NAME>
-#define AGS_IS_PAD_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PAD_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_EDITOR_GET_CLASS</NAME>
-#define AGS_PAD_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PAD_EDITOR, AgsPadEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_EDITOR_DEFAULT_VERSION</NAME>
-#define AGS_PAD_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_EDITOR_DEFAULT_BUILD_ID</NAME>
-#define AGS_PAD_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<STRUCT>
-<NAME>AgsPadEditor</NAME>
-struct _AgsPadEditor
-{
-  GtkVBox vbox;
-
-  gchar *version;
-  gchar *build_id;
-  
-  AgsChannel *pad;
-
-  GtkExpander *line_editor_expander;
-  GtkVBox *line_editor;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPadEditorClass</NAME>
-struct _AgsPadEditorClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_pad_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_set_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsPadEditor *pad_editor, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_editor_new</NAME>
-<RETURNS>AgsPadEditor * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_show_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_switch_page_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkNotebook *notebook, GtkNotebookPage *page, guint page_num, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_add_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_remove_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_back_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *button, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_apply_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_ok_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_cancel_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PREFERENCES</NAME>
-#define AGS_TYPE_PREFERENCES                (ags_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PREFERENCES</NAME>
-#define AGS_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PREFERENCES, AgsPreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_PREFERENCES_CLASS</NAME>
-#define AGS_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PREFERENCES, AgsPreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PREFERENCES</NAME>
-#define AGS_IS_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PREFERENCES_CLASS</NAME>
-#define AGS_IS_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_PREFERENCES_GET_CLASS</NAME>
-#define AGS_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PREFERENCES, AgsPreferencesClass))
-</MACRO>
-<ENUM>
-<NAME>AgsPreferencesFlags</NAME>
-typedef enum{
-  AGS_PREFERENCES_SHUTDOWN               = 1,
-}AgsPreferencesFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPreferences</NAME>
-struct _AgsPreferences
-{
-  GtkDialog dialog;
-
-  guint flags;
-
-  GtkWindow *window;
-
-  AgsAudioPreferences *audio_preferences;
-  AgsPerformancePreferences *performance_preferences;
-  AgsServerPreferences *server_preferences;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPreferencesClass</NAME>
-struct _AgsPreferencesClass
-{
-  GtkDialogClass dialog;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_preferences_new</NAME>
-<RETURNS>AgsPreferences * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_dial_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *dial, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_vscale_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *vscale, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_hscale_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *hscale, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_spin_button_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *spin_button, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_check_button_clicked_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *check_button, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_toggle_button_clicked_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_button_clicked_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_port_safe_write_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsPort *port, GValue *value, AgsLineMember *line_member 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MACHINE_EDITOR</NAME>
-#define AGS_TYPE_MACHINE_EDITOR                (ags_machine_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_EDITOR</NAME>
-#define AGS_MACHINE_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_EDITOR_CLASS</NAME>
-#define AGS_MACHINE_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_EDITOR</NAME>
-#define AGS_IS_MACHINE_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_EDITOR_CLASS</NAME>
-#define AGS_IS_MACHINE_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_EDITOR_GET_CLASS</NAME>
-#define AGS_MACHINE_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_EDITOR_DEFAULT_VERSION</NAME>
-#define AGS_MACHINE_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID</NAME>
-#define AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<ENUM>
-<NAME>AgsMachineEditorFlags</NAME>
-typedef enum{
-  AGS_MACHINE_EDITOR_CLOSING   =  1,
-}AgsMachineEditorFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsMachineEditor</NAME>
-struct _AgsMachineEditor
-{
-  GtkDialog dialog;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsMachine *machine;
-
-  GtkNotebook *notebook;
-
-  GtkScrolledWindow *output_scrolled_window;
-  AgsListingEditor *output_editor;
-
-  GtkScrolledWindow *input_scrolled_window;
-  AgsListingEditor *input_editor;
-
-  GtkScrolledWindow *output_link_editor_scrolled_window;
-  AgsPropertyCollectionEditor *output_link_editor;
-
-  GtkScrolledWindow *input_link_editor_scrolled_window;
-  AgsPropertyCollectionEditor *input_link_editor;
-
-  GtkScrolledWindow *resize_editor_scrolled_window;
-  AgsResizeEditor *resize_editor;
-
-  GtkButton *add;
-  GtkButton *remove;
-  GtkButton *apply;
-  GtkButton *ok;
-  GtkButton *cancel;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineEditorClass</NAME>
-struct _AgsMachineEditorClass
-{
-  GtkDialogClass dialog;
-
-  void (*set_machine)(AgsMachineEditor *machine_editor,
-		      AgsMachine *machine);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_machine_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_add_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_set_machine</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_add_input</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_add_output</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_remove_input</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_remove_output</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_editor_new</NAME>
-<RETURNS>AgsMachineEditor * </RETURNS>
-AgsMachine *machine 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINE_MEMBER</NAME>
-#define AGS_TYPE_LINE_MEMBER                (ags_line_member_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER</NAME>
-#define AGS_LINE_MEMBER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINE_MEMBER, AgsLineMember))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER_CLASS</NAME>
-#define AGS_LINE_MEMBER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINE_MEMBER, AgsLineMemberClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_MEMBER</NAME>
-#define AGS_IS_LINE_MEMBER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINE_MEMBER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINE_MEMBER_CLASS</NAME>
-#define AGS_IS_LINE_MEMBER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINE_MEMBER))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINE_MEMBER_GET_CLASS</NAME>
-#define AGS_LINE_MEMBER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINE_MEMBER, AgsLineMemberClass))
-</MACRO>
-<ENUM>
-<NAME>AgsLineMemberFlags</NAME>
-typedef enum{
-  AGS_LINE_MEMBER_DEFAULT_TEMPLATE      = 1,
-  AGS_LINE_MEMBER_RESET_BY_ATOMIC       = 1 << 1,
-  AGS_LINE_MEMBER_RESET_BY_TASK         = 1 << 2,
-  AGS_LINE_MEMBER_APPLY_RECALL          = 1 << 3,
-  AGS_LINE_MEMBER_PLAY_CALLBACK_WRITE   = 1 << 4,
-  AGS_LINE_MEMBER_RECALL_CALLBACK_WRITE = 1 << 5,
-  AGS_LINE_MEMBER_CALLBACK_READ_BLOCK   = 1 << 6,
-  AGS_LINE_MEMBER_CALLBACK_WRITE_BLOCK  = 1 << 7,
-}AgsLineMemberFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLineMember</NAME>
-struct _AgsLineMember
-{
-  GtkFrame frame;
-
-  guint flags;
-
-  GType widget_type;
-  gchar *widget_label;
-
-  gchar *plugin_name;
-  gchar *specifier;
-
-  gchar *control_port;
-  
-  AgsPort *port;
-  gpointer port_data;
-  gboolean active;
-
-  AgsPort *recall_port;
-  gpointer recall_port_data;
-  gboolean recall_active;
-
-  GType task_type;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLineMemberClass</NAME>
-struct _AgsLineMemberClass
-{
-  GtkFrameClass frame;
-
-  void (*change_port)(AgsLineMember *line_member,
-		      gpointer port_data);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_line_member_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_get_widget</NAME>
-<RETURNS>GtkWidget * </RETURNS>
-AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_set_label</NAME>
-<RETURNS>void  </RETURNS>
-AgsLineMember *line_member, gchar *label 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_change_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsLineMember *line_member, gpointer port_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_find_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_member_new</NAME>
-<RETURNS>AgsLineMember * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MENU_BAR</NAME>
-#define AGS_TYPE_MENU_BAR                (ags_menu_bar_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_BAR</NAME>
-#define AGS_MENU_BAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MENU_BAR, AgsMenuBar))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_BAR_CLASS</NAME>
-#define AGS_MENU_BAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MENU_BAR, AgsMenuBarClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU_BAR</NAME>
-#define AGS_IS_MENU_BAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MENU_BAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MENU_BAR_CLASS</NAME>
-#define AGS_IS_MENU_BAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MENU_BAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_MENU_BAR_GET_CLASS</NAME>
-#define AGS_MENU_BAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_MENU_BAR, AgsMenuBarClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMenuBar</NAME>
-struct _AgsMenuBar
-{
-  GtkMenuBar menu_bar;
-
-  GtkMenu *file;
-  GtkMenu *edit;
-  GtkMenu *add;
-  GtkMenu *help;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMenuBarClass</NAME>
-struct _AgsMenuBarClass
-{
-  GtkMenuBarClass menu_bar;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_menu_bar_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_new</NAME>
-<RETURNS>AgsMenuBar * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_zoom_menu_new</NAME>
-<RETURNS>GtkMenu * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tact_menu_new</NAME>
-<RETURNS>GtkMenu * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_zoom_combo_box_new</NAME>
-<RETURNS>GtkComboBox * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tact_combo_box_new</NAME>
-<RETURNS>GtkComboBox * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_PREFERENCES</NAME>
-#define AGS_TYPE_AUDIO_PREFERENCES                (ags_audio_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_PREFERENCES</NAME>
-#define AGS_AUDIO_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_PREFERENCES_CLASS</NAME>
-#define AGS_AUDIO_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_PREFERENCES</NAME>
-#define AGS_IS_AUDIO_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_AUDIO_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_PREFERENCES_CLASS</NAME>
-#define AGS_IS_AUDIO_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_AUDIO_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_PREFERENCES_GET_CLASS</NAME>
-#define AGS_AUDIO_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_AUDIO_PREFERENCES, AgsAudioPreferencesClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsAudioPreferences</NAME>
-struct _AgsAudioPreferences
-{
-  GtkVBox vbox;
-
-  GtkComboBox *card;
-  GtkSpinButton *audio_channels;
-  GtkSpinButton *samplerate;
-  GtkSpinButton *buffer_size;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioPreferencesClass</NAME>
-struct _AgsAudioPreferencesClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_preferences_new</NAME>
-<RETURNS>AgsAudioPreferences * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_GENERIC_PREFERENCES</NAME>
-#define AGS_TYPE_GENERIC_PREFERENCES                (ags_generic_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_GENERIC_PREFERENCES</NAME>
-#define AGS_GENERIC_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_GENERIC_PREFERENCES_CLASS</NAME>
-#define AGS_GENERIC_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GENERIC_PREFERENCES</NAME>
-#define AGS_IS_GENERIC_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_GENERIC_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GENERIC_PREFERENCES_CLASS</NAME>
-#define AGS_IS_GENERIC_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_GENERIC_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_GENERIC_PREFERENCES_GET_CLASS</NAME>
-#define AGS_GENERIC_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferencesClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsGenericPreferences</NAME>
-struct _AgsGenericPreferences
-{
-  GtkVBox vbox;
-
-  GtkComboBox *audio_output_module;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsGenericPreferencesClass</NAME>
-struct _AgsGenericPreferencesClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_generic_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_generic_preferences_new</NAME>
-<RETURNS>AgsGenericPreferences * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PROPERTY_EDITOR</NAME>
-#define AGS_TYPE_PROPERTY_EDITOR                (ags_property_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_EDITOR</NAME>
-#define AGS_PROPERTY_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_EDITOR_CLASS</NAME>
-#define AGS_PROPERTY_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_EDITOR</NAME>
-#define AGS_IS_PROPERTY_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_EDITOR_CLASS</NAME>
-#define AGS_IS_PROPERTY_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PROPERTY_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_EDITOR_GET_CLASS</NAME>
-#define AGS_PROPERTY_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_EDITOR, AgsPropertyEditorClass))
-</MACRO>
-<ENUM>
-<NAME>AgsPropertyEditorFlags</NAME>
-typedef enum{
-  AGS_PROPERTY_EDITOR_ENABLED   =  1,
-}AgsPropertyEditorFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPropertyEditor</NAME>
-struct _AgsPropertyEditor
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  GtkCheckButton *enabled;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPropertyEditorClass</NAME>
-struct _AgsPropertyEditorClass
-{
-  GtkVBoxClass vbox;
-
-  void (*apply)(AgsPropertyEditor *property_editor);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_property_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_editor_new</NAME>
-<RETURNS>AgsPropertyEditor * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_destroy_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkObject *object, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_show_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_open_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_save_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_save_as_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_export_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_quit_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_panel_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_mixer_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_drum_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_matrix_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_synth_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_add_ffplayer_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_remove_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_preferences_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_menu_bar_about_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMenuBar *menu_bar 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_WINDOW</NAME>
-#define AGS_TYPE_WINDOW                (ags_window_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_WINDOW</NAME>
-#define AGS_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_WINDOW, AgsWindow))
-</MACRO>
-<MACRO>
-<NAME>AGS_WINDOW_CLASS</NAME>
-#define AGS_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_WINDOW, AgsWindowClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_WINDOW</NAME>
-#define AGS_IS_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_WINDOW))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_WINDOW_CLASS</NAME>
-#define AGS_IS_WINDOW_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_WINDOW))
-</MACRO>
-<MACRO>
-<NAME>AGS_WINDOW_GET_CLASS</NAME>
-#define AGS_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_WINDOW, AgsWindowClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_COUNTER</NAME>
-#define AGS_MACHINE_COUNTER(ptr) ((AgsMachineCounter *)(ptr))
-</MACRO>
-<ENUM>
-<NAME>AgsWindowFlags</NAME>
-typedef enum{
-  AGS_WINDOW_READY        = 1,
-  AGS_WINDOW_LOADING      = 1 << 1,
-  AGS_WINDOW_SAVING       = 1 << 2,
-  AGS_WINDOW_TERMINATING  = 1 << 3,
-}AgsWindowFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsWindow</NAME>
-struct _AgsWindow
-{
-  GtkWindow window;
-
-  guint flags;
-
-  GObject *ags_main;
-
-  AgsDevout *devout;
-
-  char *name;
-
-  AgsMenuBar *menu_bar;
-
-  GtkVPaned *paned;
-
-  GtkVBox *machines;
-  GList *machine_counter;
-  AgsMachine *selected;
-
-  AgsEditor *editor;
-  AgsNavigation *navigation;
-
-  AgsExportWindow *export_window;
-  AgsPreferences *preferences;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsWindowClass</NAME>
-struct _AgsWindowClass
-{
-  GtkWindowClass window;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineCounter</NAME>
-struct _AgsMachineCounter
-{
-  gchar *version;
-  gchar *build_id;
-
-  GType machine_type;
-  guint counter;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_window_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_window_find_machine_counter</NAME>
-<RETURNS>AgsMachineCounter * </RETURNS>
-AgsWindow *window, GType machine_type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_window_increment_machine_counter</NAME>
-<RETURNS>void  </RETURNS>
-AgsWindow *window, GType machine_type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_window_decrement_machine_counter</NAME>
-<RETURNS>void  </RETURNS>
-AgsWindow *window, GType machine_type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_counter_alloc</NAME>
-<RETURNS>AgsMachineCounter * </RETURNS>
-gchar *version, gchar *build_id, GType machine_type, guint initial_value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_window_new</NAME>
-<RETURNS>AgsWindow * </RETURNS>
-GObject *ags_main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EXPORT_WINDOW</NAME>
-#define AGS_TYPE_EXPORT_WINDOW                (ags_export_window_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_WINDOW</NAME>
-#define AGS_EXPORT_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindow))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_WINDOW_CLASS</NAME>
-#define AGS_EXPORT_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_WINDOW</NAME>
-#define AGS_IS_EXPORT_WINDOW(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EXPORT_WINDOW))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_WINDOW_CLASS</NAME>
-#define AGS_IS_EXPORT_WINDOW_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EXPORT_WINDOW))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_WINDOW_GET_CLASS</NAME>
-#define AGS_EXPORT_WINDOW_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
-</MACRO>
-<ENUM>
-<NAME>AgsExportWindowFlags</NAME>
-typedef enum{
-  AGS_EXPORT_WINDOW_LIVE_EXPORT   = 1,
-}AgsExportWindowFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsExportWindow</NAME>
-struct _AgsExportWindow
-{
-  GtkWindow window;
-
-  guint flags;
-
-  GObject *ags_main;
-  AgsDevout *devout;
-
-  GtkCheckButton *live_export;
-
-  GtkEntry *filename;
-  GtkFileChooserButton *file_chooser_button;
-
-  GtkComboBoxText *mode;
-  GtkSpinButton *tact;
-  GtkLabel *duration;
-  GtkComboBoxText *output_format;
-
-  GtkToggleButton *export;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExportWindowClass</NAME>
-struct _AgsExportWindowClass
-{
-  GtkWindowClass window;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_export_window_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_window_new</NAME>
-<RETURNS>AgsExportWindow * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_destroy_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkObject *object, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_show_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_option_changed_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_group_clicked_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_mute_clicked_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_solo_clicked_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget  *widget, GtkObject *old_parent, AgsEditor *editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_set_audio_channels_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, guint audio_channels, guint audio_channels_old, AgsEditor *editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_set_pads_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GType channel_type, guint pads, guint pads_old, AgsEditor *editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_machine_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineSelector *machine_selector, AgsMachine *machine, AgsEditor *editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_editor_change_position_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsNavigation *navigation, gdouble tact, AgsEditor *editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PAD</NAME>
-#define AGS_TYPE_PAD                (ags_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD</NAME>
-#define AGS_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PAD, AgsPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_CLASS</NAME>
-#define AGS_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PAD, AgsPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PAD</NAME>
-#define AGS_IS_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PAD_CLASS</NAME>
-#define AGS_IS_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_GET_CLASS</NAME>
-#define AGS_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PAD, AgsPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_DEFAULT_VERSION</NAME>
-#define AGS_PAD_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_PAD_DEFAULT_BUILD_ID</NAME>
-#define AGS_PAD_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</MACRO>
-<ENUM>
-<NAME>AgsPadFlags</NAME>
-typedef enum{
-  AGS_PAD_CONNECTED           = 1,
-  AGS_PAD_SHOW_GROUPING       = 1 << 1,
-  AGS_PAD_GROUP_ALL           = 1 << 2,
-  AGS_PAD_GROUP_LINE          = 1 << 3,
-}AgsPadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPad</NAME>
-struct _AgsPad
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsChannel *channel;
-
-  guint cols;
-  AgsExpanderSet *expander_set;
-
-  GtkToggleButton *group;
-  GtkToggleButton *mute;
-  GtkToggleButton *solo;
-
-  GtkToggleButton *play;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPadClass</NAME>
-struct _AgsPadClass
-{
-  GtkVBoxClass vbox;
-
-  void (*set_channel)(AgsPad *pad, AgsChannel *channel);
-
-  void (*resize_lines)(AgsPad *pad, GType line_type,
-		       guint audio_channels, guint audio_channels_old);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_set_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsPad *pad, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_resize_lines</NAME>
-<RETURNS>void  </RETURNS>
-AgsPad *pad, GType line_type, guint audio_channels, guint audio_channels_old 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_find_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_pad_new</NAME>
-<RETURNS>AgsPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RESIZE_EDITOR</NAME>
-#define AGS_TYPE_RESIZE_EDITOR                (ags_resize_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RESIZE_EDITOR</NAME>
-#define AGS_RESIZE_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESIZE_EDITOR, AgsResizeEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_RESIZE_EDITOR_CLASS</NAME>
-#define AGS_RESIZE_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESIZE_EDITOR, AgsResizeEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RESIZE_EDITOR</NAME>
-#define AGS_IS_RESIZE_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RESIZE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RESIZE_EDITOR_CLASS</NAME>
-#define AGS_IS_RESIZE_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RESIZE_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_RESIZE_EDITOR_GET_CLASS</NAME>
-#define AGS_RESIZE_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESIZE_EDITOR, AgsResizeEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsResizeEditor</NAME>
-struct _AgsResizeEditor
-{
-  AgsPropertyEditor property_editor;
-
-  GtkSpinButton *audio_channels;
-
-  GtkSpinButton *input_pads;
-  GtkSpinButton *output_pads;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsResizeEditorClass</NAME>
-struct _AgsResizeEditorClass
-{
-  AgsPropertyEditorClass property_editor;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_resize_editor_new</NAME>
-<RETURNS>AgsResizeEditor * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_listing_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsListingEditor *listing_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_listing_editor_set_pads_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GType channel_type, guint pads, guint pads_old, AgsListingEditor *listing_editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINK_COLLECTION_EDITOR</NAME>
-#define AGS_TYPE_LINK_COLLECTION_EDITOR                (ags_link_collection_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_COLLECTION_EDITOR</NAME>
-#define AGS_LINK_COLLECTION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_COLLECTION_EDITOR_CLASS</NAME>
-#define AGS_LINK_COLLECTION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_COLLECTION_EDITOR</NAME>
-#define AGS_IS_LINK_COLLECTION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINK_COLLECTION_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_COLLECTION_EDITOR_CLASS</NAME>
-#define AGS_IS_LINK_COLLECTION_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINK_COLLECTION_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_COLLECTION_EDITOR_GET_CLASS</NAME>
-#define AGS_LINK_COLLECTION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LINK_COLLECTION_EDITOR, AgsLinkCollectionEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsLinkCollectionEditor</NAME>
-struct _AgsLinkCollectionEditor
-{
-  GtkTable table;
-
-  GType channel_type;
-
-  GtkComboBox *link;
-  GtkSpinButton *first_line;
-  GtkSpinButton *first_link;
-  GtkSpinButton *count;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLinkCollectionEditorClass</NAME>
-struct _AgsLinkCollectionEditorClass
-{
-  GtkTableClass table;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_link_collection_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_check_first_line</NAME>
-<RETURNS>void  </RETURNS>
-AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_check_first_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_check_count</NAME>
-<RETURNS>void  </RETURNS>
-AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_new</NAME>
-<RETURNS>AgsLinkCollectionEditor * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PROPERTY_LISTING_EDITOR</NAME>
-#define AGS_TYPE_PROPERTY_LISTING_EDITOR                (ags_property_listing_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_LISTING_EDITOR</NAME>
-#define AGS_PROPERTY_LISTING_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_LISTING_EDITOR_CLASS</NAME>
-#define AGS_PROPERTY_LISTING_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_LISTING_EDITOR</NAME>
-#define AGS_IS_PROPERTY_LISTING_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PROPERTY_LISTING_EDITOR_CLASS</NAME>
-#define AGS_IS_PROPERTY_LISTING_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PROPERTY_LISTING_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_PROPERTY_LISTING_EDITOR_GET_CLASS</NAME>
-#define AGS_PROPERTY_LISTING_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PROPERTY_LISTING_EDITOR, AgsPropertyListingEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPropertyListingEditor</NAME>
-struct _AgsPropertyListingEditor
-{
-  AgsPropertyEditor property_editor;
-
-  GtkVBox *child;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPropertyListingEditorClass</NAME>
-struct _AgsPropertyListingEditorClass
-{
-  AgsPropertyEditorClass property_editor;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_property_listing_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_listing_editor_new</NAME>
-<RETURNS>AgsPropertyListingEditor * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PERFORMANCE_PREFERENCES</NAME>
-#define AGS_TYPE_PERFORMANCE_PREFERENCES                (ags_performance_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PERFORMANCE_PREFERENCES</NAME>
-#define AGS_PERFORMANCE_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_PERFORMANCE_PREFERENCES_CLASS</NAME>
-#define AGS_PERFORMANCE_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PERFORMANCE_PREFERENCES</NAME>
-#define AGS_IS_PERFORMANCE_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PERFORMANCE_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PERFORMANCE_PREFERENCES_CLASS</NAME>
-#define AGS_IS_PERFORMANCE_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PERFORMANCE_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_PERFORMANCE_PREFERENCES_GET_CLASS</NAME>
-#define AGS_PERFORMANCE_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPerformancePreferences</NAME>
-struct _AgsPerformancePreferences
-{
-  GtkVBox vbox;
-
-  GtkCheckButton *super_threaded;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPerformancePreferencesClass</NAME>
-struct _AgsPerformancePreferencesClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_performance_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_performance_preferences_new</NAME>
-<RETURNS>AgsPerformancePreferences * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLUGIN_PREFERENCES</NAME>
-#define AGS_TYPE_PLUGIN_PREFERENCES                (ags_plugin_preferences_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_PREFERENCES</NAME>
-#define AGS_PLUGIN_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferences))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_PREFERENCES_CLASS</NAME>
-#define AGS_PLUGIN_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN_PREFERENCES</NAME>
-#define AGS_IS_PLUGIN_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLUGIN_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN_PREFERENCES_CLASS</NAME>
-#define AGS_IS_PLUGIN_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLUGIN_PREFERENCES))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_PREFERENCES_GET_CLASS</NAME>
-#define AGS_PLUGIN_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPluginPreferences</NAME>
-struct _AgsPluginPreferences
-{
-  GtkVBox vbox;
-
-  AgsLadspaPluginPreferences *ladspa_plugin_preferencens;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPluginPreferencesClass</NAME>
-struct _AgsPluginPreferencesClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLadspaPluginPreferences</NAME>
-struct _AgsLadspaPluginPreferences
-{
-  GtkEntry *ladspa_path;
-  GtkCellView *plugin_file;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_plugin_preferences_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_plugin_preferences_alloc</NAME>
-<RETURNS>AgsLadspaPluginPreferences * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_preferences_new</NAME>
-<RETURNS>AgsPluginPreferences * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, gpointer data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_destroy_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkObject *object, gpointer data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_show_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, gpointer data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_expander_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_bpm_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_rewind_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_prev_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_play_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_stop_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_next_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_forward_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_loop_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_position_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_duration_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_loop_left_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_loop_right_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_raster_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_navigation_tic_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsDevout *devout, AgsNavigation *navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_preferences_card_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo, AgsAudioPreferences *audio_preferences 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_preferences_audio_channels_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsAudioPreferences *audio_preferences 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_preferences_samplerate_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsAudioPreferences *audio_preferences 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_preferences_buffer_size_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsAudioPreferences *audio_preferences 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_link_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_first_line_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_first_link_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_collection_editor_count_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LINK_EDITOR</NAME>
-#define AGS_TYPE_LINK_EDITOR                (ags_link_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_EDITOR</NAME>
-#define AGS_LINK_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_LINK_EDITOR, AgsLinkEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_EDITOR_CLASS</NAME>
-#define AGS_LINK_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LINK_EDITOR, AgsLinkEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_EDITOR</NAME>
-#define AGS_IS_LINK_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LINK_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LINK_EDITOR_CLASS</NAME>
-#define AGS_IS_LINK_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LINK_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_LINK_EDITOR_GET_CLASS</NAME>
-#define AGS_LINK_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LINK_EDITOR, AgsLinkEditorClass))
-</MACRO>
-<ENUM>
-<NAME>AgsLinkEditorFlags</NAME>
-typedef enum{
-  AGS_LINK_EDITOR_FILE_CHOOSER_PLAY_DONE = 1,
-}AgsLinkEditorFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLinkEditor</NAME>
-struct _AgsLinkEditor
-{
-  GtkHBox hbox;
-
-  guint flags;
-
-  GtkComboBox *combo;
-  GtkSpinButton *spin_button;
-
-  AgsAudioFile *audio_file;
-
-  GtkFileChooserDialog *file_chooser;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLinkEditorClass</NAME>
-struct _AgsLinkEditorClass
-{
-  GtkHBoxClass hbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_link_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_link_editor_new</NAME>
-<RETURNS>AgsLinkEditor * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_remove_recall_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_group_clicked_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_volume_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkRange *range, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_peak_run_post_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *peak_channel, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_copy_pattern_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_copy_pattern_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_recall_volume_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_recall_volume_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_channel_done_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_play_channel_run_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_play_volume_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_line_play_volume_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_property_editor_enable_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle, AgsPropertyEditor *property_editor 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LISTING_EDITOR</NAME>
-#define AGS_TYPE_LISTING_EDITOR                (ags_listing_editor_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LISTING_EDITOR</NAME>
-#define AGS_LISTING_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LISTING_EDITOR, AgsListingEditor))
-</MACRO>
-<MACRO>
-<NAME>AGS_LISTING_EDITOR_CLASS</NAME>
-#define AGS_LISTING_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LISTING_EDITOR, AgsListingEditorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LISTING_EDITOR</NAME>
-#define AGS_IS_LISTING_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LISTING_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LISTING_EDITOR_CLASS</NAME>
-#define AGS_IS_LISTING_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LISTING_EDITOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_LISTING_EDITOR_GET_CLASS</NAME>
-#define AGS_LISTING_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LISTING_EDITOR, AgsListingEditorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsListingEditor</NAME>
-struct _AgsListingEditor
-{
-  AgsPropertyListingEditor property_listing_editor;
-
-  GType channel_type;
-
-  GtkVBox *child;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsListingEditorClass</NAME>
-struct _AgsListingEditorClass
-{
-  AgsPropertyListingEditorClass property_listing_editor;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_listing_editor_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_listing_editor_add_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsListingEditor *listing_editor, AgsAudio *audio, guint nth_channel, gboolean connect 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_listing_editor_new</NAME>
-<RETURNS>AgsListingEditor * </RETURNS>
-GType channel_type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_preferences_response_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkDialog *dialog, gint response_id, gpointer user_data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_NOTE_EDIT</NAME>
-#define AGS_TYPE_NOTE_EDIT                (ags_note_edit_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_EDIT</NAME>
-#define AGS_NOTE_EDIT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTE_EDIT, AgsNoteEdit))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_EDIT_CLASS</NAME>
-#define AGS_NOTE_EDIT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTE_EDIT, AgsNoteEditClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTE_EDIT</NAME>
-#define AGS_IS_NOTE_EDIT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NOTE_EDIT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTE_EDIT_CLASS</NAME>
-#define AGS_IS_NOTE_EDIT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_NOTE_EDIT))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_EDIT_GET_CLASS</NAME>
-#define AGS_NOTE_EDIT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTE_EDIT, AgsNoteEditClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTE_EDIT_MAX_CONTROLS</NAME>
-#define AGS_NOTE_EDIT_MAX_CONTROLS 1200
-</MACRO>
-<ENUM>
-<NAME>AgsNoteEditFlags</NAME>
-typedef enum{
-  AGS_NOTE_EDIT_RESETING_VERTICALLY    = 1,
-  AGS_NOTE_EDIT_RESETING_HORIZONTALLY  = 1 <<  1,
-  AGS_NOTE_EDIT_POSITION_CURSOR        = 1 <<  2,
-  AGS_NOTE_EDIT_ADDING_NOTE            = 1 <<  3,
-  AGS_NOTE_EDIT_DELETING_NOTE          = 1 <<  4,
-  AGS_NOTE_EDIT_SELECTING_NOTES        = 1 <<  5,
-}AgsNoteEditFlags;
-</ENUM>
-<ENUM>
-<NAME>AgsNoteEditResetFlags</NAME>
-typedef enum{
-  AGS_NOTE_EDIT_RESET_VSCROLLBAR   = 1,
-  AGS_NOTE_EDIT_RESET_HSCROLLBAR   = 1 <<  1,
-  AGS_NOTE_EDIT_RESET_WIDTH        = 1 <<  2,
-  AGS_NOTE_EDIT_RESET_HEIGHT       = 1 <<  3, // reserved
-}AgsNoteEditResetFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsNoteEdit</NAME>
-struct _AgsNoteEdit
-{
-  GtkTable table;
-
-  guint flags;
-
-  AgsRuler *ruler;
-  GtkDrawingArea *drawing_area;
-
-  struct _AgsNoteEditControl{ // values retrieved by mouse pressed and released callback
-    AgsNote *note;
-
-    guint x0_offset;
-    guint y0_offset;
-    guint x0;
-    guint y0;
-
-    guint x1_offset;
-    guint y1_offset;
-    guint x1;
-    guint y1;
-  }control;
-
-  guint width;
-  guint height;
-  guint map_width;
-  guint map_height;
-
-  guint control_height;
-  guint control_margin_y;
-
-  guint control_width;
-
-  guint y0;
-  guint y1;
-
-  guint nth_y;
-  guint stop_y;
-
-  struct _AgsNoteEditControlCurrent{ // values for drawing refering to current tic and zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-  }control_current;
-
-  struct _AgsNoteEditControlUnit{ // values for drawing refering to smallest tic and current zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-    guint stop_x;
-  }control_unit;
-
-  guint selected_x;
-  guint selected_y;
-  
-  GtkVScrollbar *vscrollbar;
-  GtkHScrollbar *hscrollbar;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNoteEditClass</NAME>
-struct _AgsNoteEditClass
-{
-  GtkTableClass table;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_note_edit_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_set_map_height</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, guint map_height 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_reset_vertically</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_reset_horizontally</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, guint flags 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_draw_segment</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, cairo_t *cr 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_draw_position</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, cairo_t *cr 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_draw_notation</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, cairo_t *cr 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_draw_scroll</NAME>
-<RETURNS>void  </RETURNS>
-AgsNoteEdit *note_edit, cairo_t *cr, gdouble position 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_new</NAME>
-<RETURNS>AgsNoteEdit * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SF2_CHOOSER</NAME>
-#define AGS_TYPE_SF2_CHOOSER                (ags_sf2_chooser_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_SF2_CHOOSER</NAME>
-#define AGS_SF2_CHOOSER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SF2_CHOOSER, AgsSF2Chooser))
-</MACRO>
-<MACRO>
-<NAME>AGS_SF2_CHOOSER_CLASS</NAME>
-#define AGS_SF2_CHOOSER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SF2_CHOOSER, AgsSF2ChooserClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SF2_CHOOSER</NAME>
-#define AGS_IS_SF2_CHOOSER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SF2_CHOOSER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SF2_CHOOSER_CLASS</NAME>
-#define AGS_IS_SF2_CHOOSER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SF2_CHOOSER))
-</MACRO>
-<MACRO>
-<NAME>AGS_SF2_CHOOSER_GET_CLASS</NAME>
-#define AGS_SF2_CHOOSER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SF2_CHOOSER, AgsSF2ChooserClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSF2Chooser</NAME>
-struct _AgsSF2Chooser
-{
-  GtkVBox vbox;
-
-  AgsIpatch *ipatch;
-
-  GtkComboBoxText *preset;
-  GtkComboBoxText *instrument;
-  GtkComboBoxText *sample;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSF2ChooserClass</NAME>
-struct _AgsSF2ChooserClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_sf2_chooser_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_open</NAME>
-<RETURNS>void  </RETURNS>
-AgsSF2Chooser *sf2_chooser, gchar *filename 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_completed</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsSF2Chooser *sf2_chooser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_remove_all_from_combo</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBoxText *combo 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_new</NAME>
-<RETURNS>AgsSF2Chooser * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MACHINE_SELECTION</NAME>
-#define AGS_TYPE_MACHINE_SELECTION                (ags_machine_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTION</NAME>
-#define AGS_MACHINE_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_SELECTION, AgsMachineSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTION_CLASS</NAME>
-#define AGS_MACHINE_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_SELECTION, AgsMachineSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_SELECTION</NAME>
-#define AGS_IS_MACHINE_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_SELECTION_CLASS</NAME>
-#define AGS_IS_MACHINE_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTION_GET_CLASS</NAME>
-#define AGS_MACHINE_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MACHINE_SELECTION, AgsMachineSelectionClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMachineSelection</NAME>
-struct _AgsMachineSelection
-{
-  GtkDialog dialog;
-
-  AgsWindow *window;
-  GList *machine;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineSelectionClass</NAME>
-struct _AgsMachineSelectionClass
-{
-  GtkDialogClass dialog;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_machine_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selection_run</NAME>
-<RETURNS>AgsMachine * </RETURNS>
-AgsMachineSelection *machine_selection 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selection_new</NAME>
-<RETURNS>AgsMachineSelection * </RETURNS>
-AgsWindow *window 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MACHINE_RADIO_BUTTON</NAME>
-#define AGS_TYPE_MACHINE_RADIO_BUTTON                (ags_machine_radio_button_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_RADIO_BUTTON</NAME>
-#define AGS_MACHINE_RADIO_BUTTON(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_RADIO_BUTTON, AgsMachineRadioButton))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_RADIO_BUTTON_CLASS</NAME>
-#define AGS_MACHINE_RADIO_BUTTON_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_RADIO_BUTTON, AgsMachineRadioButtonClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_RADIO_BUTTON</NAME>
-#define AGS_IS_MACHINE_RADIO_BUTTON(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_RADIO_BUTTON))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_RADIO_BUTTON_CLASS</NAME>
-#define AGS_IS_MACHINE_RADIO_BUTTON_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_RADIO_BUTTON))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_RADIO_BUTTON_GET_CLASS</NAME>
-#define AGS_MACHINE_RADIO_BUTTON_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MACHINE_RADIO_BUTTON, AgsMachineRadioButtonClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMachineRadioButton</NAME>
-struct _AgsMachineRadioButton
-{
-  GtkRadioButton radio_button;
-
-  AgsMachine *machine;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineRadioButtonClass</NAME>
-struct _AgsMachineRadioButtonClass
-{
-  GtkRadioButtonClass radio_button;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_machine_radio_button_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_radio_button_new</NAME>
-<RETURNS>AgsMachineRadioButton * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_add_tab_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_remove_tab_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_add_index_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_remove_index_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_link_index_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *menu_item, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_radio_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *radio_button, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_NOTEBOOK</NAME>
-#define AGS_TYPE_NOTEBOOK                (ags_notebook_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTEBOOK</NAME>
-#define AGS_NOTEBOOK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTEBOOK, AgsNotebook))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTEBOOK_CLASS</NAME>
-#define AGS_NOTEBOOK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTEBOOK, AgsNotebookClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTEBOOK</NAME>
-#define AGS_IS_NOTEBOOK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NOTEBOOK))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_NOTEBOOK_CLASS</NAME>
-#define AGS_IS_NOTEBOOK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_NOTEBOOK))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTEBOOK_GET_CLASS</NAME>
-#define AGS_NOTEBOOK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTEBOOK, AgsNotebookClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_NOTEBOOK_TAB</NAME>
-#define AGS_NOTEBOOK_TAB(x) ((AgsNotebookTab *)(x))
-</MACRO>
-<ENUM>
-<NAME>AgsNotebookTabFlags</NAME>
-typedef enum{
-  AGS_NOTEBOOK_TAB_VISIBLE           = 1,
-  AGS_NOTEBOOK_TAB_MODE_NORMAL       = 1 << 1,
-  AGS_NOTEBOOK_TAB_MODE_OVERLAY      = 1 << 2,
-}AgsNotebookTabFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsNotebook</NAME>
-struct _AgsNotebook
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  GtkHBox *hbox;
-
-  GList *tabs;
-  GtkWidget *child;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNotebookClass</NAME>
-struct _AgsNotebookClass
-{
-  GtkVBoxClass vbox;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsNotebookTab</NAME>
-struct _AgsNotebookTab
-{
-  guint flags;
-
-  GtkToggleButton *toggle;
-  GObject *notation;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_notebook_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_tab_index</NAME>
-<RETURNS>gint  </RETURNS>
-AgsNotebook *notebook, GObject *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_next_active_tab</NAME>
-<RETURNS>gint  </RETURNS>
-AgsNotebook *notebook, gint position 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_add_tab</NAME>
-<RETURNS>gint  </RETURNS>
-AgsNotebook *notebook 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_insert_tab</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotebook *notebook, gint position 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_remove_tab</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotebook *notebook, gint nth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotebook *notebook, GtkWidget *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsNotebook *notebook, GtkWidget *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_new</NAME>
-<RETURNS>AgsNotebook * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TOOLBAR_MODE_SINGLE_CHANNEL</NAME>
-#define AGS_TOOLBAR_MODE_SINGLE_CHANNEL "single channel\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_TOOLBAR_MODE_MULTI_CHANNEL</NAME>
-#define AGS_TOOLBAR_MODE_MULTI_CHANNEL "multi channel\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_TOOLBAR_MODE_ALL_CHANNELS</NAME>
-#define AGS_TOOLBAR_MODE_ALL_CHANNELS "all channels\0"
-</MACRO>
-<FUNCTION>
-<NAME>ags_file_selection_remove_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkButton *button, GtkTable *hbox 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_INLINE_PLAYER</NAME>
-#define AGS_TYPE_INLINE_PLAYER                (ags_inline_player_get_type ())
-</MACRO>
-<MACRO>
-<NAME>AGS_INLINE_PLAYER</NAME>
-#define AGS_INLINE_PLAYER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayer))
-</MACRO>
-<MACRO>
-<NAME>AGS_INLINE_PLAYER_CLASS</NAME>
-#define AGS_INLINE_PLAYER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INLINE_PLAYER</NAME>
-#define AGS_IS_INLINE_PLAYER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_INLINE_PLAYER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_INLINE_PLAYER_CLASS</NAME>
-#define AGS_IS_INLINE_PLAYER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INLINE_PLAYER))
-</MACRO>
-<MACRO>
-<NAME>AGS_INLINE_PLAYER_GET_CLASS</NAME>
-#define AGS_INLINE_PLAYER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INLINE_PLAYER, AgsInlinePlayerClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsInlinePlayer</NAME>
-struct _AgsInlinePlayer
-{
-  GtkHBox vbox;
-
-  AgsPlayable *playable;
-
-  GtkToggleButton *play;
-  GtkHScale *position;
-  GtkVolumeButton *volume;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsInlinePlayerClass</NAME>
-struct _AgsInlinePlayerClass
-{
-  GtkHBoxClass vbox;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_inline_player_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_inline_player_new</NAME>
-<RETURNS>AgsInlinePlayer * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_METER</NAME>
-#define AGS_TYPE_METER                (ags_meter_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_METER</NAME>
-#define AGS_METER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_METER, AgsMeter))
-</MACRO>
-<MACRO>
-<NAME>AGS_METER_CLASS</NAME>
-#define AGS_METER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_METER, AgsMeterClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_METER</NAME>
-#define AGS_IS_METER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_METER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_METER_CLASS</NAME>
-#define AGS_IS_METER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_METER))
-</MACRO>
-<MACRO>
-<NAME>AGS_METER_GET_CLASS</NAME>
-#define AGS_METER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_METER, AgsMeterClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMeter</NAME>
-struct _AgsMeter
-{
-  GtkDrawingArea drawing_area;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMeterClass</NAME>
-struct _AgsMeterClass
-{
-  GtkDrawingAreaClass drawing_area;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_meter_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_sound_string</NAME>
-<RETURNS>char * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_paint</NAME>
-<RETURNS>void  </RETURNS>
-AgsMeter *meter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_new</NAME>
-<RETURNS>AgsMeter * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MACHINE_SELECTOR</NAME>
-#define AGS_TYPE_MACHINE_SELECTOR                (ags_machine_selector_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTOR</NAME>
-#define AGS_MACHINE_SELECTOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_SELECTOR, AgsMachineSelector))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTOR_CLASS</NAME>
-#define AGS_MACHINE_SELECTOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_SELECTOR, AgsMachineSelectorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_SELECTOR</NAME>
-#define AGS_IS_MACHINE_SELECTOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_SELECTOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MACHINE_SELECTOR_CLASS</NAME>
-#define AGS_IS_MACHINE_SELECTOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_SELECTOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_MACHINE_SELECTOR_GET_CLASS</NAME>
-#define AGS_MACHINE_SELECTOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MACHINE_SELECTOR, AgsMachineSelectorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMachineSelector</NAME>
-struct _AgsMachineSelector
-{
-  GtkVBox vbox;
-
-  GtkMenu *popup;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMachineSelectorClass</NAME>
-struct _AgsMachineSelectorClass
-{
-  GtkVBoxClass vbox;
-
-  void (*changed)(AgsMachineSelector *machine_selector, AgsMachine *machine);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_machine_selector_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsMachineSelector *machine_selector, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_popup_new</NAME>
-<RETURNS>GtkMenu * </RETURNS>
-AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_machine_selector_new</NAME>
-<RETURNS>AgsMachineSelector * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_destroy_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkObject *object, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_show_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_position_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle_button, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_edit_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle_button, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_clear_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle_button, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_select_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle_button, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_copy_or_cut_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_paste_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_zoom_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo_box, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_mode_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_drawing_area_expose_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventExpose *event, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_drawing_area_configure_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventConfigure *event, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_drawing_area_button_press_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventButton *event, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_drawing_area_button_release_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventButton *event, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_drawing_area_motion_notify_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventMotion *event, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_vscrollbar_value_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkRange *range, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_note_edit_hscrollbar_value_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkRange *range, AgsNoteEdit *note_edit 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_destroy_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkObject *object, AgsMeter *meter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_show_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsMeter *meter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_expose_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventExpose *event, AgsMeter *meter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_meter_configure_event</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventConfigure *event, AgsMeter *meter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_preset_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo_box, AgsSF2Chooser *sf2_chooser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_instrument_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo_box, AgsSF2Chooser *sf2_chooser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_sf2_chooser_sample_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo_box, AgsSF2Chooser *sf2_chooser 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_notebook_machine_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsEditor *editor, AgsMachine *machine, AgsNotebook *notebook 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_SELECTION</NAME>
-#define AGS_TYPE_FILE_SELECTION                (ags_file_selection_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_SELECTION</NAME>
-#define AGS_FILE_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_SELECTION, AgsFileSelection))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_SELECTION_CLASS</NAME>
-#define AGS_FILE_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_SELECTION, AgsFileSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_SELECTION</NAME>
-#define AGS_IS_FILE_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FILE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_SELECTION_CLASS</NAME>
-#define AGS_IS_FILE_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FILE_SELECTION))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_SELECTION_GET_CLASS</NAME>
-#define AGS_FILE_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FILE_SELECTION, AgsFileSelectionClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_SELECTION_ENTRY</NAME>
-#define AGS_FILE_SELECTION_ENTRY(strct)        ((AgsFileSelectionEntry *) (strct))
-</MACRO>
-<ENUM>
-<NAME>AgsFileSelectionFlags</NAME>
-typedef enum{
-  AGS_FILE_SELECTION_COMPLETED   = 1,
-}AgsFileSelectionFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsFileSelection</NAME>
-struct _AgsFileSelection
-{
-  GtkVBox vbox;
-  
-  guint flags;
-
-  gchar *directory;
-
-  guint entry_count;
-  GList *entry;
-
-  GtkLabel *chosed;
-  GtkLabel *selected;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileSelectionClass</NAME>
-struct _AgsFileSelectionClass
-{
-  GtkVBoxClass vbox;
-
-  void (*add_entry)(AgsFileSelection *file_selection, GtkWidget *widget);
-  void (*remove_entry)(AgsFileSelection *file_selection, GtkWidget *widget);
-
-  void (*completed)(AgsFileSelection *file_selection);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileSelectionEntry</NAME>
-struct _AgsFileSelectionEntry
-{
-  GtkTable *table;
-
-  GtkWidget *entry;
-
-  gboolean chosed;
-  gchar *filename;
-
-  GtkSpinButton *nth_sample;
-  GtkSpinButton *nth_channel;
-  GtkSpinButton *count;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_selection_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_entry_alloc</NAME>
-<RETURNS>AgsFileSelectionEntry * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_set_entry</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileSelection *file_selection, GList *entry 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_add_entry</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileSelection *file_selection, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_remove_entry</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileSelection *file_selection, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_contains_file</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsFileSelection *file_selection, gchar *filename 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_completed</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileSelection *file_selection 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_selection_new</NAME>
-<RETURNS>AgsFileSelection * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TOOLBAR</NAME>
-#define AGS_TYPE_TOOLBAR                (ags_toolbar_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TOOLBAR</NAME>
-#define AGS_TOOLBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TOOLBAR, AgsToolbar))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOOLBAR_CLASS</NAME>
-#define AGS_TOOLBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TOOLBAR, AgsToolbarClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOOLBAR</NAME>
-#define AGS_IS_TOOLBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TOOLBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TOOLBAR_CLASS</NAME>
-#define AGS_IS_TOOLBAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TOOLBAR))
-</MACRO>
-<MACRO>
-<NAME>AGS_TOOLBAR_GET_CLASS</NAME>
-#define AGS_TOOLBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_TOOLBAR, AgsToolbarClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsToolbar</NAME>
-struct _AgsToolbar
-{
-  GtkToolbar toolbar;
-
-  GtkToggleButton *selected_edit_mode;
-  GtkToggleButton *position;
-  GtkToggleButton *edit;
-  GtkToggleButton *clear;
-  GtkToggleButton *select;
-
-  GtkButton *copy;
-  GtkButton *cut;
-  GtkButton *paste;
-
-  guint zoom_history;
-  GtkComboBoxText *zoom;
-
-  GtkComboBoxText *mode;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsToolbarClass</NAME>
-struct _AgsToolbarClass
-{
-  GtkToolbarClass toolbar;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_toolbar_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_toolbar_new</NAME>
-<RETURNS>AgsToolbar * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SYNTH_INPUT_LINE</NAME>
-#define AGS_TYPE_SYNTH_INPUT_LINE                (ags_synth_input_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_LINE</NAME>
-#define AGS_SYNTH_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_LINE_CLASS</NAME>
-#define AGS_SYNTH_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH_INPUT_LINE</NAME>
-#define AGS_IS_SYNTH_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH_INPUT_LINE_CLASS</NAME>
-#define AGS_IS_SYNTH_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_LINE_GET_CLASS</NAME>
-#define AGS_SYNTH_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SYNTH_INPUT_LINE, AgsSynthInputLineClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSynthInputLine</NAME>
-struct _AgsSynthInputLine
-{
-  AgsLine line;
-
-  gchar *name;
-  gchar *xml_type;
-
-  AgsOscillator *oscillator;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSynthInputLineClass</NAME>
-struct _AgsSynthInputLineClass
-{
-  AgsLineClass line;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_synth_input_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_input_line_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsSynthInputLine *synth_input_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_input_line_new</NAME>
-<RETURNS>AgsSynthInputLine * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_line_parent_set_callback</NAME>
-<RETURNS>int  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, gpointer data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DRUM_OUTPUT_PAD</NAME>
-#define AGS_TYPE_DRUM_OUTPUT_PAD                (ags_drum_output_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_PAD</NAME>
-#define AGS_DRUM_OUTPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DRUM_OUTPUT_PAD, AgsDrumOutputPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_PAD_CLASS</NAME>
-#define AGS_DRUM_OUTPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DRUM_OUTPUT_PAD, AgsDrumOutputPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_OUTPUT_PAD</NAME>
-#define AGS_IS_DRUM_OUTPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DRUM_OUTPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_OUTPUT_PAD_CLASS</NAME>
-#define AGS_IS_DRUM_OUTPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DRUM_OUTPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_PAD_GET_CLASS</NAME>
-#define AGS_DRUM_OUTPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DRUM_OUTPUT_PAD, AgsDrumOutputPadClass))
-</MACRO>
-<ENUM>
-<NAME>AgsDrumOutputPadFlags</NAME>
-typedef enum{
-  AGS_DRUM_OUTPUT_PAD_PLAY_DONE  = 1,
-}AgsDrumOutputPadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsDrumOutputPad</NAME>
-struct _AgsDrumOutputPad
-{
-  AgsPad pad;
-
-  guint flags;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDrumOutputPadClass</NAME>
-struct _AgsDrumOutputPadClass
-{
-  AgsPadClass pad;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_drum_output_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_pad_new</NAME>
-<RETURNS>AgsDrumOutputPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_pad_play_done</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallID *recall_id, AgsDrumOutputPad *drum_output_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_pad_play_cancel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecall *recall, AgsRecallID *recall_id, AgsDrumOutputPad *drum_output_pad 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PANEL</NAME>
-#define AGS_TYPE_PANEL                (ags_panel_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL</NAME>
-#define AGS_PANEL(obj)                ((AgsPanel*) G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_PANEL, AgsPanel))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_CLASS</NAME>
-#define AGS_PANEL_CLASS(class)        ((AgsPanelClass*) G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PANEL, AgsPanelClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL</NAME>
-#define AGS_IS_PANEL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE(obj, AGS_TYPE_PANEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL_CLASS</NAME>
-#define AGS_IS_PANEL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PANEL))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_GET_CLASS</NAME>
-#define AGS_PANEL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PANEL, AgsPanelClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPanel</NAME>
-struct _AgsPanel
-{
-  AgsMachine machine;
-
-  GtkVBox *vbox;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPanelClass</NAME>
-struct _AgsPanelClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_panel_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_panel_new</NAME>
-<RETURNS>AgsPanel * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_open_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_loop_button_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_length_spin_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *spin_button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_index0_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_index1_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_pad_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_offset_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_done_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_pad_open_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsDrumInputPad *drum_input_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_pad_play_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *button, AgsDrumInputPad *drum_input_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_pad_edit_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *toggle_button, AgsDrumInputPad *drum_input_pad 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DRUM_INPUT_PAD</NAME>
-#define AGS_TYPE_DRUM_INPUT_PAD                (ags_drum_input_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_PAD</NAME>
-#define AGS_DRUM_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DRUM_INPUT_PAD, AgsDrumInputPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_PAD_CLASS</NAME>
-#define AGS_DRUM_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_DRUM_INPUT_PAD, AgsDrumInputPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_INPUT_PAD</NAME>
-#define AGS_IS_DRUM_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DRUM_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_INPUT_PAD_CLASS</NAME>
-#define AGS_IS_DRUM_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DRUM_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_PAD_GET_CLASS</NAME>
-#define AGS_DRUM_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DRUM_INPUT_PAD, AgsDrumInputPadClass))
-</MACRO>
-<ENUM>
-<NAME>AgsDrumInputPadFlags</NAME>
-typedef enum{
-  AGS_DRUM_INPUT_PAD_OPEN_PLAY_DONE   = 1,
-}AgsDrumInputPadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsDrumInputPad</NAME>
-struct _AgsDrumInputPad
-{
-  AgsPad pad;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-  GtkToggleButton *play;
-  GtkToggleButton *edit;
-
-  GList *pad_open_recalls;
-  guint pad_open_play_ref;
-
-  GtkFileChooserDialog *file_chooser;
-
-  guint pad_play_ref;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDrumInputPadClass</NAME>
-struct _AgsDrumInputPadClass
-{
-  AgsPadClass pad;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_drum_input_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_pad_new</NAME>
-<RETURNS>AgsDrumInputPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PANEL_INPUT_LINE</NAME>
-#define AGS_TYPE_PANEL_INPUT_LINE                (ags_panel_input_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_LINE</NAME>
-#define AGS_PANEL_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_LINE_CLASS</NAME>
-#define AGS_PANEL_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL_INPUT_LINE</NAME>
-#define AGS_IS_PANEL_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PANEL_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL_INPUT_LINE_CLASS</NAME>
-#define AGS_IS_PANEL_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PANEL_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_LINE_GET_CLASS</NAME>
-#define AGS_PANEL_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_PANEL_INPUT_LINE, AgsPanelInputLineClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPanelInputLine</NAME>
-struct _AgsPanelInputLine
-{
-  AgsLine line;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPanelInputLineClass</NAME>
-struct _AgsPanelInputLineClass
-{
-  AgsLineClass line;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_panel_input_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_panel_input_line_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsPanelInputLine *panel_input_line, guint output_pad_start 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_panel_input_line_new</NAME>
-<RETURNS>AgsPanelInputLine * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PANEL_INPUT_PAD</NAME>
-#define AGS_TYPE_PANEL_INPUT_PAD                (ags_panel_input_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_PAD</NAME>
-#define AGS_PANEL_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PANEL_INPUT_PAD, AgsPanelInputPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_PAD_CLASS</NAME>
-#define AGS_PANEL_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_PANEL_INPUT_PAD, AgsPanelInputPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL_INPUT_PAD</NAME>
-#define AGS_IS_PANEL_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PANEL_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PANEL_INPUT_PAD_CLASS</NAME>
-#define AGS_IS_PANEL_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PANEL_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_PANEL_INPUT_PAD_GET_CLASS</NAME>
-#define AGS_PANEL_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_PANEL_INPUT_PAD, AgsPanelInputPadClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPanelInputPad</NAME>
-struct _AgsPanelInputPad
-{
-  AgsPad pad;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPanelInputPadClass</NAME>
-struct _AgsPanelInputPadClass
-{
-  AgsPadClass pad;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_panel_input_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_panel_input_pad_new</NAME>
-<RETURNS>AgsPanelInputPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsSynth *synth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_lower_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsSynth *synth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_auto_update_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkToggleButton *toggle, AgsSynth *synth 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_update_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkButton *button, AgsSynth *synth 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SYNTH_INPUT_PAD</NAME>
-#define AGS_TYPE_SYNTH_INPUT_PAD                (ags_synth_input_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_PAD</NAME>
-#define AGS_SYNTH_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_PAD_CLASS</NAME>
-#define AGS_SYNTH_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH_INPUT_PAD</NAME>
-#define AGS_IS_SYNTH_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH_INPUT_PAD_CLASS</NAME>
-#define AGS_IS_SYNTH_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_INPUT_PAD_GET_CLASS</NAME>
-#define AGS_SYNTH_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SYNTH_INPUT_PAD, AgsSynthInputPadClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsSynthInputPad</NAME>
-struct _AgsSynthInputPad
-{
-  AgsPad pad;
-
-  gchar *name;
-  gchar *xml_type;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSynthInputPadClass</NAME>
-struct _AgsSynthInputPadClass
-{
-  AgsPadClass pad;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_synth_input_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_input_pad_new</NAME>
-<RETURNS>AgsSynthInputPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MIXER</NAME>
-#define AGS_TYPE_MIXER                (ags_mixer_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER</NAME>
-#define AGS_MIXER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_MIXER, AgsMixer))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_CLASS</NAME>
-#define AGS_MIXER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MIXER, AgsMixerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER</NAME>
-#define AGS_IS_MIXER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE(obj, AGS_TYPE_MIXER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER_CLASS</NAME>
-#define AGS_IS_MIXER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIXER))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_GET_CLASS</NAME>
-#define AGS_MIXER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MIXER, AgsMixerClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMixer</NAME>
-struct _AgsMixer
-{
-  AgsMachine machine;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkHBox *input_pad;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMixerClass</NAME>
-struct _AgsMixerClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mixer_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mixer_new</NAME>
-<RETURNS>AgsMixer * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_wave_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *combo, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_attack_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_frame_count_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_frequency_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_phase_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_volume_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkSpinButton *spin_button, AgsOscillator *oscillator 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DRUM</NAME>
-#define AGS_TYPE_DRUM                (ags_drum_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM</NAME>
-#define AGS_DRUM(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DRUM, AgsDrum))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_CLASS</NAME>
-#define AGS_DRUM_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DRUM, AgsDrumClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM</NAME>
-#define AGS_IS_DRUM(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DRUM))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_CLASS</NAME>
-#define AGS_IS_DRUM_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DRUM))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_GET_CLASS</NAME>
-#define AGS_DRUM_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DRUM, AgsDrumClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_PATTERN_CONTROLS</NAME>
-#define AGS_DRUM_PATTERN_CONTROLS (16)
-</MACRO>
-<ENUM>
-<NAME>AgsDrumFlags</NAME>
-typedef enum{
-  AGS_DRUM_BLOCK_PATTERN    =  1,
-}AgsDrumFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsDrum</NAME>
-struct _AgsDrum
-{
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-
-  GtkCheckButton *loop_button;
-  GtkSpinButton *length_spin;
-
-  GtkToggleButton *run;
-
-  GtkVBox *vbox;
-
-  GtkHBox *input_pad;
-  GtkVBox *output_pad;
-
-  GtkToggleButton *selected_edit_button;
-
-  AgsDrumInputPad *selected_pad;
-  AgsLine *selected_line;
-
-  GtkToggleButton *index0[4];
-  GtkToggleButton *selected0;
-
-  GtkToggleButton *index1[12];
-  GtkToggleButton *selected1;
-
-  guint active_led;
-  GtkHBox *led;
-  GtkHBox *pattern;
-
-  GtkVBox *offset;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDrumClass</NAME>
-struct _AgsDrumClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_drum_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_set_pattern</NAME>
-<RETURNS>void  </RETURNS>
-AgsDrum *drum 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_new</NAME>
-<RETURNS>AgsDrum * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MIXER_INPUT_PAD</NAME>
-#define AGS_TYPE_MIXER_INPUT_PAD                (ags_mixer_input_pad_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_PAD</NAME>
-#define AGS_MIXER_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIXER_INPUT_PAD, AgsMixerInputPad))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_PAD_CLASS</NAME>
-#define AGS_MIXER_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MIXER_INPUT_PAD, AgsMixerInputPadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER_INPUT_PAD</NAME>
-#define AGS_IS_MIXER_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIXER_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER_INPUT_PAD_CLASS</NAME>
-#define AGS_IS_MIXER_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIXER_INPUT_PAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_PAD_GET_CLASS</NAME>
-#define AGS_MIXER_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_MIXER_INPUT_PAD, AgsMixerInputPadClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMixerInputPad</NAME>
-struct _AgsMixerInputPad
-{
-  AgsPad pad;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMixerInputPadClass</NAME>
-struct _AgsMixerInputPadClass
-{
-  AgsPadClass pad;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mixer_input_pad_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mixer_input_pad_new</NAME>
-<RETURNS>AgsMixerInputPad * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MIXER_INPUT_LINE</NAME>
-#define AGS_TYPE_MIXER_INPUT_LINE                (ags_mixer_input_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_LINE</NAME>
-#define AGS_MIXER_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_LINE_CLASS</NAME>
-#define AGS_MIXER_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER_INPUT_LINE</NAME>
-#define AGS_IS_MIXER_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MIXER_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MIXER_INPUT_LINE_CLASS</NAME>
-#define AGS_IS_MIXER_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MIXER_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_MIXER_INPUT_LINE_GET_CLASS</NAME>
-#define AGS_MIXER_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_MIXER_INPUT_LINE, AgsMixerInputLineClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsMixerInputLine</NAME>
-struct _AgsMixerInputLine
-{
-  AgsLine line;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMixerInputLineClass</NAME>
-struct _AgsMixerInputLineClass
-{
-  AgsLineClass line;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mixer_input_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mixer_input_line_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsMixerInputLine *mixer_input_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mixer_input_line_new</NAME>
-<RETURNS>AgsMixerInputLine * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SYNTH</NAME>
-#define AGS_TYPE_SYNTH                (ags_synth_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH</NAME>
-#define AGS_SYNTH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH, AgsSynth))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_CLASS</NAME>
-#define AGS_SYNTH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH, AgsSynthClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH</NAME>
-#define AGS_IS_SYNTH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SYNTH_CLASS</NAME>
-#define AGS_IS_SYNTH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH))
-</MACRO>
-<MACRO>
-<NAME>AGS_SYNTH_GET_CLASS</NAME>
-#define AGS_SYNTH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH, AgsSynthClass))
-</MACRO>
-<ENUM>
-<NAME>AgsSynthFlags</NAME>
-typedef enum{
-  AGS_SYNTH_AUTO_UPDATE          = 1,
-}AgsSynthFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsSynth</NAME>
-struct _AgsSynth
-{
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkVBox *input_pad;
-
-  GtkSpinButton *lower; // how many channels until to lowest freq
-  GtkSpinButton *loop_start;
-  GtkSpinButton *loop_end;
-
-  GtkCheckButton *auto_update;
-  GtkButton *update;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSynthClass</NAME>
-struct _AgsSynthClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_synth_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_synth_new</NAME>
-<RETURNS>AgsSynth * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_index_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_drawing_area_expose_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventExpose *event, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_drawing_area_button_press_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventButton *event, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_adjustment_value_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_bpm_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *spin_button, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_length_spin_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *spin_button, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_loop_button_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *button, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_tact_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_done_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, AgsRecallID *recall_id, AgsMatrix *matrix 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DRUM_OUTPUT_LINE</NAME>
-#define AGS_TYPE_DRUM_OUTPUT_LINE                (ags_drum_output_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_LINE</NAME>
-#define AGS_DRUM_OUTPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DRUM_OUTPUT_LINE, AgsDrumOutputLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_LINE_CLASS</NAME>
-#define AGS_DRUM_OUTPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_DRUM_OUTPUT_LINE, AgsDrumOutputLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_OUTPUT_LINE</NAME>
-#define AGS_IS_DRUM_OUTPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DRUM_OUTPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_OUTPUT_LINE_CLASS</NAME>
-#define AGS_IS_DRUM_OUTPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DRUM_OUTPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_OUTPUT_LINE_GET_CLASS</NAME>
-#define AGS_DRUM_OUTPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DRUM_OUTPUT_LINE, AgsDrumOutputLineClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsDrumOutputLine</NAME>
-struct _AgsDrumOutputLine
-{
-  AgsLine line;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDrumOutputLineClass</NAME>
-struct _AgsDrumOutputLineClass
-{
-  AgsLineClass line;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_drum_output_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_line_add_default_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsDrumOutputLine *drum_output_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_output_line_new</NAME>
-<RETURNS>AgsDrumOutputLine * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DRUM_INPUT_LINE</NAME>
-#define AGS_TYPE_DRUM_INPUT_LINE                (ags_drum_input_line_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_LINE</NAME>
-#define AGS_DRUM_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DRUM_INPUT_LINE, AgsDrumInputLine))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_LINE_CLASS</NAME>
-#define AGS_DRUM_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_DRUM_INPUT_LINE, AgsDrumInputLineClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_INPUT_LINE</NAME>
-#define AGS_IS_DRUM_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DRUM_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DRUM_INPUT_LINE_CLASS</NAME>
-#define AGS_IS_DRUM_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_DRUM_INPUT_LINE))
-</MACRO>
-<MACRO>
-<NAME>AGS_DRUM_INPUT_LINE_GET_CLASS</NAME>
-#define AGS_DRUM_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DRUM_INPUT_LINE, AgsDrumInputLineClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsDrumInputLine</NAME>
-struct _AgsDrumInputLine
-{
-  AgsLine line;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDrumInputLineClass</NAME>
-struct _AgsDrumInputLineClass
-{
-  AgsLineClass line;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_drum_input_line_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_line_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsDrumInputLine *drum_input_line, guint output_pad_start 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_line_new</NAME>
-<RETURNS>AgsDrumInputLine * </RETURNS>
-AgsChannel *channel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_OSCILLATOR</NAME>
-#define AGS_TYPE_OSCILLATOR                (ags_oscillator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_OSCILLATOR</NAME>
-#define AGS_OSCILLATOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_OSCILLATOR, AgsOscillator))
-</MACRO>
-<MACRO>
-<NAME>AGS_OSCILLATOR_CLASS</NAME>
-#define AGS_OSCILLATOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_OSCILLATOR, AgsOscillatorClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OSCILLATOR</NAME>
-#define AGS_IS_OSCILLATOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OSCILLATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_OSCILLATOR_CLASS</NAME>
-#define AGS_IS_OSCILLATOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_OSCILLATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_OSCILLATOR_GET_CLASS</NAME>
-#define AGS_OSCILLATOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OSCILLATOR, AgsOscillatorClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsOscillator</NAME>
-struct _AgsOscillator
-{
-  GtkFrame frame;
-
-  GtkComboBox *wave;
-  gulong wave_handler;
-
-  GtkSpinButton *attack;
-  gulong attack_handler;
-
-  GtkSpinButton *frame_count;
-  gulong frame_count_handler;
-
-  GtkSpinButton *frequency;
-  gulong frequency_handler;
-
-  GtkSpinButton *phase;
-  gulong phase_handler;
-
-  GtkSpinButton *volume;
-  gulong volume_handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsOscillatorClass</NAME>
-struct _AgsOscillatorClass
-{
-  GtkFrameClass frame;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_oscillator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_oscillator</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsOscillator **oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_oscillator</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsOscillator *oscillator 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_oscillator_new</NAME>
-<RETURNS>AgsOscillator * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MATRIX</NAME>
-#define AGS_TYPE_MATRIX                (ags_matrix_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX</NAME>
-#define AGS_MATRIX(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MATRIX, AgsMatrix))
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_CLASS</NAME>
-#define AGS_MATRIX_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MATRIX, AgsMatrixClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MATRIX</NAME>
-#define AGS_IS_MATRIX(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MATRIX))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MATRIX_CLASS</NAME>
-#define AGS_IS_MATRIX_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MATRIX))
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_GET_CLASS</NAME>
-#define AGS_MATRIX_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MATRIX, AgsMatrixClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_PATTERN_CONTROLS</NAME>
-#define AGS_MATRIX_PATTERN_CONTROLS (16)
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_OCTAVE</NAME>
-#define AGS_MATRIX_OCTAVE 10
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_CELL_WIDTH</NAME>
-#define AGS_MATRIX_CELL_WIDTH   12
-</MACRO>
-<MACRO>
-<NAME>AGS_MATRIX_CELL_HEIGHT</NAME>
-#define AGS_MATRIX_CELL_HEIGHT  10
-</MACRO>
-<STRUCT>
-<NAME>AgsMatrix</NAME>
-struct _AgsMatrix
-{
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  guint mapped_output_pad;
-  guint mapped_input_pad;
-
-  GtkTable *table;
-
-  GtkToggleButton *run;
-  GtkToggleButton *selected;
-  GtkToggleButton *index[9];
-
-  GtkDrawingArea *drawing_area;
-  guint active_led;
-  GtkHBox *led;
-
-  GtkAdjustment *adjustment;
-
-  GtkSpinButton *length_spin;
-  GtkCheckButton *loop_button;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsMatrixClass</NAME>
-struct _AgsMatrixClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_matrix_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_input_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix, guint input_pad_start 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_output_map_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix, guint output_pad_start 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_draw_gutter</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_draw_matrix</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_redraw_gutter_point</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix, AgsChannel *channel, guint j, guint i 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_highlight_gutter_point</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix, guint j, guint i 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_unpaint_gutter_point</NAME>
-<RETURNS>void  </RETURNS>
-AgsMatrix *matrix, guint j, guint i 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_matrix_new</NAME>
-<RETURNS>AgsMatrix * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mixer_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsMixer *mixer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_line_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsDrumInputLine *drum_input_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_line_channel_done_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsChannel *channel, AgsDrumInputLine *drum_input_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_drum_input_line_audio_set_pads_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudio *audio, GType type, guint pads, guint pads_old, AgsDrumInputLine *drum_input_line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_open_clicked_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_open_dialog_response_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, gint response, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_preset_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *preset, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_instrument_changed_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBox *instrument, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_drawing_area_expose_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventExpose *event, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_drawing_area_configure_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, GdkEventConfigure *event, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_drawing_area_button_press_callback</NAME>
-<RETURNS>gboolean  </RETURNS>
-GtkWidget *widget, AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_hscrollbar_value_changed</NAME>
-<RETURNS>void  </RETURNS>
-GtkAdjustment *adjustment, AgsFFPlayer *ffplayers 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_panel_parent_set_callback</NAME>
-<RETURNS>void  </RETURNS>
-GtkWidget *widget, GtkObject *old_parent, AgsPanel *panel 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FFPLAYER</NAME>
-#define AGS_TYPE_FFPLAYER                (ags_ffplayer_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FFPLAYER</NAME>
-#define AGS_FFPLAYER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER, AgsFFPlayer))
-</MACRO>
-<MACRO>
-<NAME>AGS_FFPLAYER_CLASS</NAME>
-#define AGS_FFPLAYER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER, AgsFFPlayerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FFPLAYER</NAME>
-#define AGS_IS_FFPLAYER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FFPLAYER_CLASS</NAME>
-#define AGS_IS_FFPLAYER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FFPLAYER))
-</MACRO>
-<MACRO>
-<NAME>AGS_FFPLAYER_GET_CLASS</NAME>
-#define AGS_FFPLAYER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FFPLAYER, AgsFFPlayerClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFFPlayer</NAME>
-struct _AgsFFPlayer
-{
-  AgsMachine machine;
-
-  guint mapped_output_pad;
-  guint mapped_input_pad;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-
-  guint control_width;
-  guint control_height;
-  
-  GtkDrawingArea *drawing_area;
-  GtkAdjustment *hadjustment;
-
-  AgsIpatch *ipatch;
-  GtkComboBoxText *preset;
-  GtkComboBoxText *instrument;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFFPlayerClass</NAME>
-struct _AgsFFPlayerClass
-{
-  AgsMachineClass machine;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ffplayer_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_paint</NAME>
-<RETURNS>void  </RETURNS>
-AgsFFPlayer *ffplayer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ffplayer_new</NAME>
-<RETURNS>AgsFFPlayer * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REMOTE_TASK</NAME>
-#define AGS_TYPE_REMOTE_TASK                (ags_remote_task_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOTE_TASK</NAME>
-#define AGS_REMOTE_TASK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REMOTE_TASK, AgsRemoteTask))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOTE_TASK_CLASS</NAME>
-#define AGS_REMOTE_TASK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_REMOTE_TASK, AgsRemoteTaskClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOTE_TASK</NAME>
-#define AGS_IS_REMOTE_TASK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_REMOTE_TASK))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REMOTE_TASK_CLASS</NAME>
-#define AGS_IS_REMOTE_TASK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_REMOTE_TASK))
-</MACRO>
-<MACRO>
-<NAME>AGS_REMOTE_TASK_GET_CLASS</NAME>
-#define AGS_REMOTE_TASK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_REMOTE_TASK, AgsRemoteTaskClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsRemoteTask</NAME>
-struct _AgsRemoteTask
-{
-  GObject object;
-
-  GObject *server;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRemoteTaskClass</NAME>
-struct _AgsRemoteTaskClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_remote_task_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remote_task_launch</NAME>
-<RETURNS>xmlrpc_value * </RETURNS>
-xmlrpc_env *env, xmlrpc_value *param_array, void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remote_task_launch_timed</NAME>
-<RETURNS>xmlrpc_value * </RETURNS>
-xmlrpc_env *env, xmlrpc_value *param_array, void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_remote_task_new</NAME>
-<RETURNS>AgsRemoteTask * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SERVER</NAME>
-#define AGS_TYPE_SERVER                (ags_server_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER</NAME>
-#define AGS_SERVER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER, AgsServer))
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER_CLASS</NAME>
-#define AGS_SERVER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER, AgsServerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SERVER</NAME>
-#define AGS_IS_SERVER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SERVER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SERVER_CLASS</NAME>
-#define AGS_IS_SERVER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SERVER))
-</MACRO>
-<MACRO>
-<NAME>AGS_SERVER_GET_CLASS</NAME>
-#define AGS_SERVER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER, AgsServerClass))
-</MACRO>
-<ENUM>
-<NAME>AgsServerFlags</NAME>
-typedef enum{
-  AGS_SERVER_STARTED        = 1,
-  AGS_SERVER_RUNNING        = 1 << 1,
-}AgsServerFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsServer</NAME>
-struct _AgsServer
-{
-  GObject object;
-
-  guint flags;
-
-#ifdef AGS_WITH_XMLRPC_C
-  TServer abyss_server;
-  TSocket *socket;
-#endif
-  int socket_fd;
-  struct sockaddr_in address;
-
-  void *server_info;
-  
-  GObject *main;
-
-  AgsRegistry *registry;
-  AgsRemoteTask *remote_task;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsServerClass</NAME>
-struct _AgsServerClass
-{
-  GObjectClass object;
-  
-  void (*start)(AgsServer *server);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_server_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsServer *server 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_lookup</NAME>
-<RETURNS>AgsServer * </RETURNS>
-void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_create_object</NAME>
-<RETURNS>xmlrpc_value * </RETURNS>
-xmlrpc_env *env, xmlrpc_value *param_array, void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_object_set_property</NAME>
-<RETURNS>xmlrpc_value * </RETURNS>
-xmlrpc_env *env, xmlrpc_value *param_array, void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_server_new</NAME>
-<RETURNS>AgsServer * </RETURNS>
-GObject *main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_REGISTRY</NAME>
-#define AGS_TYPE_REGISTRY                (ags_registry_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_REGISTRY</NAME>
-#define AGS_REGISTRY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REGISTRY, AgsRegistry))
-</MACRO>
-<MACRO>
-<NAME>AGS_REGISTRY_CLASS</NAME>
-#define AGS_REGISTRY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_REGISTRY, AgsRegistryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REGISTRY</NAME>
-#define AGS_IS_REGISTRY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_REGISTRY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_REGISTRY_CLASS</NAME>
-#define AGS_IS_REGISTRY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_REGISTRY))
-</MACRO>
-<MACRO>
-<NAME>AGS_REGISTRY_GET_CLASS</NAME>
-#define AGS_REGISTRY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_REGISTRY, AgsRegistryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_REGISTRY_DEFAULT_ID_LENGTH</NAME>
-#define AGS_REGISTRY_DEFAULT_ID_LENGTH 16
-</MACRO>
-<STRUCT>
-<NAME>AgsRegistry</NAME>
-struct _AgsRegistry
-{
-  GObject object;
-
-  guint flags;
-
-  pthread_mutex_t mutex;
-
-  AgsFile *previous;
-  AgsFile *current;
-
-#ifdef AGS_WITH_XMLRPC_C
-  xmlrpc_registry *registry;
-#endif
-
-  GObject *server;
-
-  guint id_length;
-  guint counter;
-
-  GList *entry;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRegistryClass</NAME>
-struct _AgsRegistryClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRegistryEntry</NAME>
-struct _AgsRegistryEntry
-{
-  gchar *id;
-  GValue entry;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_registry_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_registry_entry_alloc</NAME>
-<RETURNS>AgsRegistryEntry * </RETURNS>
-AgsRegistry *registry 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_registry_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsRegistry *registry, AgsRegistryEntry *registry_entry 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_registry_entry_find</NAME>
-<RETURNS>AgsRegistryEntry * </RETURNS>
-AgsRegistry *registry, gchar *id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_registry_entry_bulk</NAME>
-<RETURNS>xmlrpc_value * </RETURNS>
-xmlrpc_env *env, xmlrpc_value *param_array, void *server_info 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_registry_new</NAME>
-<RETURNS>AgsRegistry * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLUGIN_FACTORY</NAME>
-#define AGS_TYPE_PLUGIN_FACTORY                (ags_plugin_factory_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_FACTORY</NAME>
-#define AGS_PLUGIN_FACTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN_FACTORY, AgsPluginFactory))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_FACTORY_CLASS</NAME>
-#define AGS_PLUGIN_FACTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLUGIN_FACTORY, AgsPluginFactoryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN_FACTORY</NAME>
-#define AGS_IS_PLUGIN_FACTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PLUGIN_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN_FACTORY_CLASS</NAME>
-#define AGS_IS_PLUGIN_FACTORY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PLUGIN_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_FACTORY_GET_CLASS</NAME>
-#define AGS_PLUGIN_FACTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_PLUGIN_FACTORY, AgsPluginFactoryClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsPluginFactory</NAME>
-struct _AgsPluginFactory
-{
-  GObject object;
-
-  GList *plugin;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPluginFactoryClass</NAME>
-struct _AgsPluginFactoryClass
-{
-  GObjectClass object;
-
-  void (*add)(AgsPluginFactory *plugin_factory,
-	      GType plugin_type,
-	      gchar *plugin_name,
-	      gchar *version, gchar *build_id,
-	      gchar *xml_type,
-	      GParameter *control, guint control_count);
-
-  AgsPlugin* (*create)(AgsPluginFactory *plugin_factory,
-		       gchar *xml_type);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPluginMetadata</NAME>
-struct _AgsPluginMetadata
-{
-  GType plugin_type;
-  gchar *plugin_name;
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *xml_type;
-
-  GParameter *control;
-  guint control_count;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_plugin_factory_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_read_file</NAME>
-<RETURNS>void  </RETURNS>
-AgsPluginFactory *plugin_factory, gchar *path 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_list_by_name</NAME>
-<RETURNS>GList * </RETURNS>
-AgsPluginFactory *plugin_factory, gchar *plugin_name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsPluginFactory *plugin_factory, GType plugin_type, gchar *plugin_name, gchar *version, gchar *build_id, gchar *xml_type, GParameter *control, guint control_count 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_create</NAME>
-<RETURNS>AgsPlugin * </RETURNS>
-AgsPluginFactory *plugin_factory, gchar *plugin_name, gchar *version, gchar *build_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_get_instance</NAME>
-<RETURNS>AgsPluginFactory * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_new_from_file</NAME>
-<RETURNS>AgsPluginFactory * </RETURNS>
-gchar *path 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_factory_new</NAME>
-<RETURNS>AgsPluginFactory * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_PLUGIN_NAME_VOLUME</NAME>
-#define AGS_PLUGIN_NAME_VOLUME "ags-volume\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_TYPE_LADSPA_MANAGER</NAME>
-#define AGS_TYPE_LADSPA_MANAGER                (ags_ladspa_manager_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_MANAGER</NAME>
-#define AGS_LADSPA_MANAGER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LADSPA_MANAGER, AgsLadspaManager))
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_MANAGER_CLASS</NAME>
-#define AGS_LADSPA_MANAGER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LADSPA_MANAGER, AgsLadspaManagerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LADSPA_MANAGER</NAME>
-#define AGS_IS_LADSPA_MANAGER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LADSPA_MANAGER))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LADSPA_MANAGER_CLASS</NAME>
-#define AGS_IS_LADSPA_MANAGER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LADSPA_MANAGER))
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_MANAGER_GET_CLASS</NAME>
-#define AGS_LADSPA_MANAGER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LADSPA_MANAGER, AgsLadspaManagerClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_LADSPA_PLUGIN</NAME>
-#define AGS_LADSPA_PLUGIN(ptr) ((AgsLadspaPlugin *)(ptr))
-</MACRO>
-<ENUM>
-<NAME>AgsLadspaPluginFlags</NAME>
-typedef enum{
-  AGS_LADSPA_PLUGIN_IS_LOADED    = 1,
-}AgsLadspaPluginFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLadspaManager</NAME>
-struct _AgsLadspaManager
-{
-  GObject object;
-  
-  GList *ladspa_plugin;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLadspaManagerClass</NAME>
-struct _AgsLadspaManagerClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLadspaPlugin</NAME>
-struct _AgsLadspaPlugin
-{
-  guint flags;
-
-  gchar *filename;
-  void *plugin_so;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_ladspa_manager_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_plugin_alloc</NAME>
-<RETURNS>AgsLadspaPlugin * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_plugin_free</NAME>
-<RETURNS>void  </RETURNS>
-AgsLadspaPlugin *ladspa_plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_get_filenames</NAME>
-<RETURNS>gchar ** </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_find_ladspa_plugin</NAME>
-<RETURNS>AgsLadspaPlugin * </RETURNS>
-gchar *filename 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_load_file</NAME>
-<RETURNS>void  </RETURNS>
-gchar *filename 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_load_default_directory</NAME>
-<RETURNS>void  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_get_instance</NAME>
-<RETURNS>AgsLadspaManager * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_ladspa_manager_new</NAME>
-<RETURNS>AgsLadspaManager * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RETURNABLE_THREAD</NAME>
-#define AGS_TYPE_RETURNABLE_THREAD                (ags_returnable_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RETURNABLE_THREAD</NAME>
-#define AGS_RETURNABLE_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RETURNABLE_THREAD, AgsReturnableThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_RETURNABLE_THREAD_CLASS</NAME>
-#define AGS_RETURNABLE_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_RETURNABLE_THREAD, AgsReturnableThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RETURNABLE_THREAD</NAME>
-#define AGS_IS_RETURNABLE_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RETURNABLE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RETURNABLE_THREAD_CLASS</NAME>
-#define AGS_IS_RETURNABLE_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RETURNABLE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_RETURNABLE_THREAD_GET_CLASS</NAME>
-#define AGS_RETURNABLE_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_RETURNABLE_THREAD, AgsReturnableThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE (1000)
-</MACRO>
-<USER_FUNCTION>
-<NAME>AgsReturnableThreadCallback</NAME>
-<RETURNS>void </RETURNS>
-AgsReturnableThread *returnable_thread, gpointer data
-</USER_FUNCTION>
-<ENUM>
-<NAME>AgsReturnableThreadFlags</NAME>
-typedef enum{
-  AGS_RETURNABLE_THREAD_IN_USE              = 1,
-  AGS_RETURNABLE_THREAD_RESET               = 1 << 1,
-}AgsReturnableThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsReturnableThread</NAME>
-struct _AgsReturnableThread
-{
-  AgsThread thread;
-
-  volatile guint flags;
-
-  GObject *thread_pool;
-
-  pthread_mutex_t reset_mutex;
-  volatile void *safe_data;
-
-  gulong handler;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsReturnableThreadClass</NAME>
-struct _AgsReturnableThreadClass
-{
-  AgsThreadClass thread;
-
-  void (*safe_run)(AgsReturnableThread *returnable_thread);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_returnable_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_returnable_thread_safe_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsReturnableThread *returnable_thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_returnable_thread_connect_safe_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsReturnableThread *returnable_thread, AgsReturnableThreadCallback callback 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_returnable_thread_disconnect_safe_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsReturnableThread *returnable_thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_returnable_thread_new</NAME>
-<RETURNS>AgsReturnableThread * </RETURNS>
-GObject *thread_pool 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EXPORT_THREAD</NAME>
-#define AGS_TYPE_EXPORT_THREAD                (ags_export_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_THREAD</NAME>
-#define AGS_EXPORT_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_THREAD, AgsExportThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_THREAD_CLASS</NAME>
-#define AGS_EXPORT_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_EXPORT_THREAD, AgsExportThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_THREAD</NAME>
-#define AGS_IS_EXPORT_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_EXPORT_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EXPORT_THREAD_CLASS</NAME>
-#define AGS_IS_EXPORT_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_EXPORT_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_THREAD_GET_CLASS</NAME>
-#define AGS_EXPORT_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_EXPORT_THREAD, AgsExportThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_EXPORT_THREAD_DEFAULT_JIFFIE (48.0) // same as devout thread
-</MACRO>
-<MACRO>
-<NAME>AGS_EXPORT_THREAD_BUFFER_TIME</NAME>
-#define AGS_EXPORT_THREAD_BUFFER_TIME (1.0 / (AGS_DEVOUT_DEFAULT_FORMAT / 8))
-</MACRO>
-<STRUCT>
-<NAME>AgsExportThread</NAME>
-struct _AgsExportThread
-{
-  AgsThread thread;
-
-  guint flags;
-
-  guint tic;
-  guint counter;
-
-  AgsAudioFile *audio_file;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsExportThreadClass</NAME>
-struct _AgsExportThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_export_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_export_thread_new</NAME>
-<RETURNS>AgsExportThread * </RETURNS>
-GObject *devout, AgsAudioFile *audio_file 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUTOSAVE_THREAD</NAME>
-#define AGS_TYPE_AUTOSAVE_THREAD                (ags_autosave_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUTOSAVE_THREAD</NAME>
-#define AGS_AUTOSAVE_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOSAVE_THREAD, AgsAutosaveThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUTOSAVE_THREAD_CLASS</NAME>
-#define AGS_AUTOSAVE_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUTOSAVE_THREAD, AgsAutosaveThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUTOSAVE_THREAD</NAME>
-#define AGS_IS_AUTOSAVE_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOSAVE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUTOSAVE_THREAD_CLASS</NAME>
-#define AGS_IS_AUTOSAVE_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOSAVE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUTOSAVE_THREAD_GET_CLASS</NAME>
-#define AGS_AUTOSAVE_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUTOSAVE_THREAD, AgsAutosaveThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE (0.2)
-</MACRO>
-<MACRO>
-<NAME>AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME</NAME>
-#define AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME "ags-autosaved.xml\0"
-</MACRO>
-<STRUCT>
-<NAME>AgsAutosaveThread</NAME>
-struct _AgsAutosaveThread
-{
-  AgsThread thread;
-
-
-  volatile guint tic;
-  volatile guint last_sync;
-
-  AgsMain *ags_main;
-
-  guint delay;
-  guint counter;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAutosaveThreadClass</NAME>
-struct _AgsAutosaveThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_autosave_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_autosave_thread_new</NAME>
-<RETURNS>AgsAutosaveThread * </RETURNS>
-GObject *devout, AgsMain *ags_main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_GUI_TASK_THREAD</NAME>
-#define AGS_TYPE_GUI_TASK_THREAD                (ags_gui_task_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_TASK_THREAD</NAME>
-#define AGS_GUI_TASK_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_TASK_THREAD_CLASS</NAME>
-#define AGS_GUI_TASK_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GUI_TASK_THREAD</NAME>
-#define AGS_IS_GUI_TASK_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GUI_TASK_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GUI_TASK_THREAD_CLASS</NAME>
-#define AGS_IS_GUI_TASK_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GUI_TASK_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_TASK_THREAD_GET_CLASS</NAME>
-#define AGS_GUI_TASK_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThreadClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsGuiTaskThread</NAME>
-struct _AgsGuiTaskThread
-{
-  AgsTaskThread task_thread;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsGuiTaskThreadClass</NAME>
-struct _AgsGuiTaskThreadClass
-{
-  AgsTaskThreadClass task_thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_gui_task_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_gui_task_thread_new</NAME>
-<RETURNS>AgsGuiTaskThread * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_AUDIO_LOOP</NAME>
-#define AGS_TYPE_AUDIO_LOOP                (ags_audio_loop_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_LOOP</NAME>
-#define AGS_AUDIO_LOOP(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_LOOP, AgsAudioLoop))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_LOOP_CLASS</NAME>
-#define AGS_AUDIO_LOOP_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_LOOP, AgsAudioLoopClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_LOOP</NAME>
-#define AGS_IS_AUDIO_LOOP(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_LOOP))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_AUDIO_LOOP_CLASS</NAME>
-#define AGS_IS_AUDIO_LOOP_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_LOOP))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_LOOP_GET_CLASS</NAME>
-#define AGS_AUDIO_LOOP_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_LOOP, AgsAudioLoopClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_AUDIO_LOOP_DEFAULT_JIFFIE</NAME>
-#define AGS_AUDIO_LOOP_DEFAULT_JIFFIE (48.0)
-</MACRO>
-<ENUM>
-<NAME>AgsAudioLoopFlags</NAME>
-typedef enum{
-  AGS_AUDIO_LOOP_PLAY_RECALL                    = 1,
-  AGS_AUDIO_LOOP_PLAYING_RECALL                 = 1 << 1,
-  AGS_AUDIO_LOOP_PLAY_RECALL_TERMINATING        = 1 << 2,
-  AGS_AUDIO_LOOP_PLAY_CHANNEL                   = 1 << 3,
-  AGS_AUDIO_LOOP_PLAYING_CHANNEL                = 1 << 4,
-  AGS_AUDIO_LOOP_PLAY_CHANNEL_TERMINATING       = 1 << 5,
-  AGS_AUDIO_LOOP_PLAY_AUDIO                     = 1 << 6,
-  AGS_AUDIO_LOOP_PLAYING_AUDIO                  = 1 << 7,
-  AGS_AUDIO_LOOP_PLAY_NOTATION                  = 1 << 8,
-  AGS_AUDIO_LOOP_PLAYING_NOTATION               = 1 << 9,
-  AGS_AUDIO_LOOP_PLAY_AUDIO_TERMINATING         = 1 << 10,
-}AgsAudioLoopFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsAudioLoop</NAME>
-struct _AgsAudioLoop
-{
-  AgsThread thread;
-
-  guint flags;
-
-  volatile guint tic;
-  volatile guint last_sync;
-
-  GCond cond;
-  GMutex mutex;
-
-  gdouble frequency;
-
-  GObject *ags_main;
-
-  AgsAsyncQueue *async_queue;
-  
-  AgsThread *task_thread;
-  AgsThread *gui_thread;
-  AgsThread *devout_thread;
-  AgsThread *export_thread;
-
-  pthread_mutex_t recall_mutex;
-
-  guint play_recall_ref;
-  GList *play_recall; // play AgsRecall
-
-  guint play_channel_ref;
-  GList *play_channel; // play AgsChannel
-
-  guint play_audio_ref;
-  GList *play_audio; // play AgsAudio
-
-  guint play_notation_ref;
-  GList *play_notation;
-
-  GList *tree_sanity;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAudioLoopClass</NAME>
-struct _AgsAudioLoopClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_audio_loop_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_add_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_remove_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_add_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_remove_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_add_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_remove_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsAudioLoop *audio_loop, GObject *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_audio_loop_new</NAME>
-<RETURNS>AgsAudioLoop * </RETURNS>
-GObject *devout, GObject *ags_main 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ITERATOR_THREAD</NAME>
-#define AGS_TYPE_ITERATOR_THREAD                (ags_iterator_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ITERATOR_THREAD</NAME>
-#define AGS_ITERATOR_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ITERATOR_THREAD, AgsIteratorThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_ITERATOR_THREAD_CLASS</NAME>
-#define AGS_ITERATOR_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_ITERATOR_THREAD, AgsIteratorThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ITERATOR_THREAD</NAME>
-#define AGS_IS_ITERATOR_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ITERATOR_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ITERATOR_THREAD_CLASS</NAME>
-#define AGS_IS_ITERATOR_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_ITERATOR_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_ITERATOR_THREAD_GET_CLASS</NAME>
-#define AGS_ITERATOR_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_ITERATOR_THREAD, AgsIteratorThreadClass))
-</MACRO>
-<ENUM>
-<NAME>AgsIteratorThreadFlags</NAME>
-typedef enum{
-  AGS_ITERATOR_THREAD_DONE      = 1,
-  AGS_ITERATOR_THREAD_WAIT      = 1 << 1,
-}AgsIteratorThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsIteratorThread</NAME>
-struct _AgsIteratorThread
-{
-  AgsThread thread;
-
-  guint flags;
-
-  pthread_mutex_t tic_mutex;
-  pthread_cond_t tic_cond;
-
-  AgsThread *recycling_thread;
-
-  AgsChannel *channel;
-  AgsRecallID *recall_id;
-  gint stage;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsIteratorThreadClass</NAME>
-struct _AgsIteratorThreadClass
-{
-  AgsThreadClass thread;
-  
-  void (*children_ready)(AgsIteratorThread *iterator_thread,
-			 AgsThread *current);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_iterator_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_iterator_thread_children_ready</NAME>
-<RETURNS>void  </RETURNS>
-AgsIteratorThread *iterator_thread, AgsThread *current 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_iterator_thread_new</NAME>
-<RETURNS>AgsIteratorThread * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_THREAD</NAME>
-#define AGS_TYPE_THREAD                (ags_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD</NAME>
-#define AGS_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_THREAD, AgsThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_CLASS</NAME>
-#define AGS_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_THREAD, AgsThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD</NAME>
-#define AGS_IS_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD_CLASS</NAME>
-#define AGS_IS_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_GET_CLASS</NAME>
-#define AGS_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_THREAD, AgsThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_ACCOUNTING_TABLE</NAME>
-#define AGS_ACCOUNTING_TABLE(ptr) ((AgsAccountingTable *)(ptr))
-</MACRO>
-<MACRO>
-<NAME>MSEC_PER_SEC</NAME>
-#define MSEC_PER_SEC    (1000000) /* The number of msecs per sec. */
-</MACRO>
-<MACRO>
-<NAME>NSEC_PER_SEC</NAME>
-#define NSEC_PER_SEC    (1000000000) /* The number of nsecs per sec. */
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_RESUME_SIG</NAME>
-#define AGS_THREAD_RESUME_SIG SIGUSR2
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_SUSPEND_SIG</NAME>
-#define AGS_THREAD_SUSPEND_SIG SIGUSR1
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_THREAD_DEFAULT_JIFFIE (250)
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_MAX_PRECISION</NAME>
-#define AGS_THREAD_MAX_PRECISION (1000)
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_DEFAULT_ATTACK</NAME>
-#define AGS_THREAD_DEFAULT_ATTACK (1.0)
-</MACRO>
-<ENUM>
-<NAME>AgsThreadFlags</NAME>
-typedef enum{
-  AGS_THREAD_RUNNING                 = 1,
-  AGS_THREAD_IDLE                    = 1 << 1,
-  AGS_THREAD_LOCKED                  = 1 << 2,
-  AGS_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_THREAD_WAIT_0                  = 1 << 16,
-  AGS_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_THREAD_WAIT_1                  = 1 << 18,
-  AGS_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_THREAD_WAIT_2                  = 1 << 20,
-  AGS_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_THREAD_TIMELOCK_RESUME         = 1 << 23,
-  /*
-   * prefered way would be unlocking greedy_locks
-   * and the suspend to not become greedy
-   * but while pthread_suspend and pthread_resume
-   * are missing you need this as work-around
-   */
-  AGS_THREAD_SKIP_NON_GREEDY         = 1 << 24,
-  AGS_THREAD_SKIPPED_BY_TIMELOCK     = 1 << 25,
-  AGS_THREAD_LOCK_GREEDY_RUN_MUTEX   = 1 << 26,
-  AGS_THREAD_SUSPENDED               = 1 << 27,
-  AGS_THREAD_SINGLE_LOOP             = 1 << 28,
-  AGS_THREAD_READY                   = 1 << 29,
-  AGS_THREAD_UNREF_ON_EXIT           = 1 << 30,
-}AgsThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsThread</NAME>
-struct _AgsThread
-{
-  GObject object;
-
-  volatile guint flags;
-
-  sigset_t wait_mask;
-
-  pthread_t thread;
-  pthread_attr_t thread_attr;
-
-  gdouble freq;
-
-  pthread_mutex_t mutex;
-  pthread_mutexattr_t mutexattr;
-  pthread_cond_t cond;
-
-  pthread_mutex_t start_mutex;
-  pthread_cond_t start_cond;
-
-  pthread_barrier_t barrier[2];
-  gboolean first_barrier;
-  int wait_count[2];
-
-  pthread_t timelock_thread;
-  pthread_mutex_t timelock_mutex;
-  pthread_cond_t timelock_cond;
-
-  pthread_mutex_t greedy_mutex;
-  pthread_cond_t greedy_cond;
-  pthread_mutex_t greedy_run_mutex;
-  volatile guint locked_greedy;
-
-  struct timespec timelock;
-  GList *greedy_locks;
-
-  pthread_mutex_t suspend_mutex;
-  volatile gboolean critical_region;
-
-  GObject *devout;
-  AgsThread *parent;
-
-  AgsThread *next;
-  AgsThread *prev;
-
-  AgsThread *children;
-
-  gpointer data;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsThreadClass</NAME>
-struct _AgsThreadClass
-{
-  GObjectClass object;
-
-  void (*start)(AgsThread *thread);
-  void (*run)(AgsThread *thread);
-  void (*suspend)(AgsThread *thread);
-  void (*resume)(AgsThread *thread);
-  void (*timelock)(AgsThread *thread);
-  void (*stop)(AgsThread *thread);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAccountingTable</NAME>
-struct _AgsAccountingTable
-{
-  AgsThread *thread;
-  gdouble sanity;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_accounting_table_alloc</NAME>
-<RETURNS>AgsAccountingTable * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_accounting_table_set_sanity</NAME>
-<RETURNS>void  </RETURNS>
-GList *table, AgsThread *thread, gdouble sanity 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_set_sync</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_set_sync_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_trylock</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_get_toplevel</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_first</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_last</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_parental_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_sibling_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_children_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_is_current_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *current, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_is_tree_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_parent_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_sibling_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_children_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_suspend</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_resume</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_timelock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_hangcheck</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_new</NAME>
-<RETURNS>AgsThread * </RETURNS>
-gpointer data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_THREAD_POOL</NAME>
-#define AGS_TYPE_THREAD_POOL                (ags_thread_pool_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_POOL</NAME>
-#define AGS_THREAD_POOL(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_THREAD_POOL, AgsThreadPool))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_POOL_CLASS</NAME>
-#define AGS_THREAD_POOL_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_THREAD_POOL, AgsThreadPoolClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD_POOL</NAME>
-#define AGS_IS_THREAD_POOL(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_THREAD_POOL))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD_POOL_CLASS</NAME>
-#define AGS_IS_THREAD_POOL_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_THREAD_POOL))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_POOL_GET_CLASS</NAME>
-#define AGS_THREAD_POOL_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_THREAD_POOL, AgsThreadPoolClass))
-</MACRO>
-<ENUM>
-<NAME>AgsThreadPoolFlags</NAME>
-typedef enum{
-  AGS_THREAD_POOL_RUNNING  = 1,
-  AGS_THREAD_POOL_READY    = 1 << 1,
-}AgsThreadPoolFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsThreadPool</NAME>
-struct _AgsThreadPool
-{
-  GObject object;
-
-  volatile guint flags;
-
-  volatile guint max_unused_threads;
-  volatile guint max_threads;
-
-  pthread_t thread;
-
-  pthread_mutex_t creation_mutex;
-  pthread_cond_t creation_cond;
-
-  volatile guint n_threads;
-  volatile guint newly_pulled;
-  volatile guint queued;
-
-  AgsThread *parent;
-  volatile GList *returnable_thread;
-  volatile GList *running_thread;
-
-  pthread_mutex_t pull_mutex;
-
-  pthread_mutex_t return_mutex;
-  pthread_cond_t return_cond;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsThreadPoolClass</NAME>
-struct _AgsThreadPoolClass
-{
-  GObjectClass object;
-
-  void (*start)(AgsThreadPool *thread_pool);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_thread_pool_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_pool_pull</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThreadPool *thread_pool 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_pool_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsThreadPool *thread_pool 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_pool_new</NAME>
-<RETURNS>AgsThreadPool * </RETURNS>
-AgsThread *parent 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PORTABLE_THREAD</NAME>
-#define AGS_TYPE_PORTABLE_THREAD                (ags_portable_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTABLE_THREAD</NAME>
-#define AGS_PORTABLE_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_THREAD, AgsPortableThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTABLE_THREAD_CLASS</NAME>
-#define AGS_PORTABLE_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_THREAD, AgsPortableThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORTABLE_THREAD</NAME>
-#define AGS_IS_PORTABLE_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORTABLE_THREAD_CLASS</NAME>
-#define AGS_IS_PORTABLE_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTABLE_THREAD_GET_CLASS</NAME>
-#define AGS_PORTABLE_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_THREAD, AgsPortableThreadClass))
-</MACRO>
-<ENUM>
-<NAME>AgsPortableThreadFlags</NAME>
-typedef enum{
-  AGS_PORTABLE_THREAD_RUNNING                 = 1,
-  AGS_PORTABLE_THREAD_IDLE                    = 1 << 1,
-  AGS_PORTABLE_THREAD_LOCKED                  = 1 << 2,
-  AGS_PORTABLE_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_PORTABLE_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_PORTABLE_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_PORTABLE_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_PORTABLE_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_PORTABLE_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_PORTABLE_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_PORTABLE_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_PORTABLE_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_PORTABLE_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_PORTABLE_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_PORTABLE_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_PORTABLE_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_PORTABLE_THREAD_WAIT_0                  = 1 << 16,
-  AGS_PORTABLE_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_PORTABLE_THREAD_WAIT_1                  = 1 << 18,
-  AGS_PORTABLE_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_PORTABLE_THREAD_WAIT_2                  = 1 << 20,
-  AGS_PORTABLE_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_PORTABLE_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_PORTABLE_THREAD_TIMELOCK_RESUME         = 1 << 23,
-}AgsPortableThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsPortableThread</NAME>
-struct _AgsPortableThread
-{
-  GObject object;
-
-  volatile guint flags;
-
-  pth_t thread;
-  pth_attr_t thread_attr;
-
-  pth_mutex_t mutex;
-  pth_cond_t cond;
-
-  pth_mutex_t start_mutex;
-  pth_cond_t start_cond;
-
-  pth_barrier_t barrier[2];
-  gboolean first_barrier;
-  int wait_count[2];
-
-  pth_t timelock_thread;
-  pth_mutex_t timelock_mutex;
-  pth_cond_t timelock_cond;
-
-  long timelock;
-
-  GObject *devout;
-  AgsPortableThread *parent;
-
-  AgsPortableThread *next;
-  AgsPortableThread *prev;
-
-  AgsPortableThread *children;
-
-  GObject *data;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsPortableThreadClass</NAME>
-struct _AgsPortableThreadClass
-{
-  GObjectClass object;
-
-  void (*start)(AgsPortableThread *thread);
-  void (*run)(AgsPortableThread *thread);
-  void (*timelock)(AgsPortableThread *thread);
-  void (*stop)(AgsPortableThread *thread);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_portable_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_lock</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_trylock</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_unlock</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_get_toplevel</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_first</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_last</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_parental_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_sibling_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_children_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_is_current_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *current 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_is_current_synced</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *current 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_is_tree_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_is_tree_synced</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_main_loop_unlock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_next_parent_locked</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_next_sibling_locked</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_next_children_locked</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_lock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_lock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_lock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_lock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_unlock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_unlock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_unlock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_unlock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_wait_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_wait_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_wait_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_signal_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, AgsPortableThread *parent, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_signal_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_signal_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_timelock</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortableThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portable_thread_new</NAME>
-<RETURNS>AgsPortableThread * </RETURNS>
-GObject *data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SINGLE_THREAD</NAME>
-#define AGS_TYPE_SINGLE_THREAD                (ags_single_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SINGLE_THREAD</NAME>
-#define AGS_SINGLE_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SINGLE_THREAD, AgsSingleThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_SINGLE_THREAD_CLASS</NAME>
-#define AGS_SINGLE_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SINGLE_THREAD, AgsSingleThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SINGLE_THREAD</NAME>
-#define AGS_IS_SINGLE_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SINGLE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SINGLE_THREAD_CLASS</NAME>
-#define AGS_IS_SINGLE_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SINGLE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_SINGLE_THREAD_GET_CLASS</NAME>
-#define AGS_SINGLE_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SINGLE_THREAD, AgsSingleThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE</NAME>
-#define AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE (30)
-</MACRO>
-<STRUCT>
-<NAME>AgsSingleThread</NAME>
-struct _AgsSingleThread
-{
-  AgsThread thread;
-
-  AgsAudioLoop *audio_loop;
-  AgsDevoutThread *devout_thread;
-  AgsTaskThread *task_thread;
-  AgsGuiThread *gui_thread;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsSingleThreadClass</NAME>
-struct _AgsSingleThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_single_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_single_thread_new</NAME>
-<RETURNS>AgsSingleThread * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECORD_THREAD</NAME>
-#define AGS_TYPE_RECORD_THREAD                (ags_record_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECORD_THREAD</NAME>
-#define AGS_RECORD_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECORD_THREAD, AgsRecordThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECORD_THREAD_CLASS</NAME>
-#define AGS_RECORD_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_RECORD_THREAD, AgsRecordThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECORD_THREAD</NAME>
-#define AGS_IS_RECORD_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECORD_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECORD_THREAD_CLASS</NAME>
-#define AGS_IS_RECORD_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECORD_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECORD_THREAD_GET_CLASS</NAME>
-#define AGS_RECORD_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_RECORD_THREAD, AgsRecordThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECORD_THREAD_DEFAULT_DELAY</NAME>
-#define AGS_RECORD_THREAD_DEFAULT_DELAY (128)
-</MACRO>
-<STRUCT>
-<NAME>AgsRecordThread</NAME>
-struct _AgsRecordThread
-{
-  AgsThread thread;
-
-  AgsRegistry *registry;
-
-  guint delay;
-  guint counter;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecordThreadClass</NAME>
-struct _AgsRecordThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_record_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_record_thread_new</NAME>
-<RETURNS>AgsRecordThread * </RETURNS>
-GObject *devout, AgsRegistry *registry 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DEVOUT_THREAD</NAME>
-#define AGS_TYPE_DEVOUT_THREAD                (ags_devout_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_THREAD</NAME>
-#define AGS_DEVOUT_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DEVOUT_THREAD, AgsDevoutThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_THREAD_CLASS</NAME>
-#define AGS_DEVOUT_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_DEVOUT_THREAD, AgsDevoutThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DEVOUT_THREAD</NAME>
-#define AGS_IS_DEVOUT_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_DEVOUT_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DEVOUT_THREAD_CLASS</NAME>
-#define AGS_IS_DEVOUT_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_DEVOUT_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_THREAD_GET_CLASS</NAME>
-#define AGS_DEVOUT_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_DEVOUT_THREAD, AgsDevoutThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_DEVOUT_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_DEVOUT_THREAD_DEFAULT_JIFFIE (48.0)
-</MACRO>
-<STRUCT>
-<NAME>AgsDevoutThread</NAME>
-struct _AgsDevoutThread
-{
-  AgsThread thread;
-
-  time_t time_val;
-
-  AgsThread *timestamp_thread;
-
-  GError *error;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsDevoutThreadClass</NAME>
-struct _AgsDevoutThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_devout_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_devout_thread_new</NAME>
-<RETURNS>AgsDevoutThread * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_HISTORY</NAME>
-#define AGS_TYPE_HISTORY                (ags_history_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_HISTORY</NAME>
-#define AGS_HISTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_HISTORY, AgsHistory))
-</MACRO>
-<MACRO>
-<NAME>AGS_HISTORY_CLASS</NAME>
-#define AGS_HISTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_HISTORY, AgsHistory))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HISTORY</NAME>
-#define AGS_IS_HISTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_HISTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_HISTORY_CLASS</NAME>
-#define AGS_IS_HISTORY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_HISTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_HISTORY_GET_CLASS</NAME>
-#define AGS_HISTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_HISTORY, AgsHistoryClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsHistory</NAME>
-struct _AgsHistory
-{
-  GObject gobject;
-  
-  GList *task;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsHistoryClass</NAME>
-struct _AgsHistoryClass
-{
-  GObjectClass gobject;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_history_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_history_new</NAME>
-<RETURNS>AgsHistory * </RETURNS>
- 
-</FUNCTION>
-<STRUCT>
-<NAME>AgsHistoryAppend</NAME>
-</STRUCT>
-<MACRO>
-<NAME>AGS_TYPE_GUI_THREAD</NAME>
-#define AGS_TYPE_GUI_THREAD                (ags_gui_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_THREAD</NAME>
-#define AGS_GUI_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GUI_THREAD, AgsGuiThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_THREAD_CLASS</NAME>
-#define AGS_GUI_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_GUI_THREAD, AgsGuiThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GUI_THREAD</NAME>
-#define AGS_IS_GUI_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GUI_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_GUI_THREAD_CLASS</NAME>
-#define AGS_IS_GUI_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GUI_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_THREAD_GET_CLASS</NAME>
-#define AGS_GUI_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_GUI_THREAD, AgsGuiThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_GUI_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_GUI_THREAD_DEFAULT_JIFFIE (250)
-</MACRO>
-<STRUCT>
-<NAME>AgsGuiThread</NAME>
-struct _AgsGuiThread
-{
-  AgsThread thread;
-
-  GMutex mutex;
-  GCond cond;
-
-  AgsThread *gui_task_thread;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsGuiThreadClass</NAME>
-struct _AgsGuiThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_gui_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_gui_thread_new</NAME>
-<RETURNS>AgsGuiThread * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_ASYNC_QUEUE</NAME>
-#define AGS_TYPE_ASYNC_QUEUE                (ags_async_queue_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE</NAME>
-#define AGS_ASYNC_QUEUE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ASYNC_QUEUE, AgsAsyncQueue))
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_CLASS</NAME>
-#define AGS_ASYNC_QUEUE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_ASYNC_QUEUE, AgsAsyncQueueClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ASYNC_QUEUE</NAME>
-#define AGS_IS_ASYNC_QUEUE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_ASYNC_QUEUE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_ASYNC_QUEUE_CLASS</NAME>
-#define AGS_IS_ASYNC_QUEUE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_ASYNC_QUEUE))
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_GET_CLASS</NAME>
-#define AGS_ASYNC_QUEUE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_ASYNC_QUEUE, AgsAsyncQueueClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE</NAME>
-#define AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE (250)
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_CLOCK_ID</NAME>
-#define AGS_ASYNC_QUEUE_CLOCK_ID CLOCK_REALTIME
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_SIGNAL_HIGH</NAME>
-#define AGS_ASYNC_QUEUE_SIGNAL_HIGH SIGRTMAX
-</MACRO>
-<MACRO>
-<NAME>AGS_ASYNC_QUEUE_SIGNAL_LOW</NAME>
-#define AGS_ASYNC_QUEUE_SIGNAL_LOW SIGRTMIN
-</MACRO>
-<ENUM>
-<NAME>AgsAsyncQueueFlags</NAME>
-typedef enum{
-  AGS_ASYNC_QUEUE_LINUX_THREADS     = 1,
-  AGS_ASYNC_QUEUE_POSIX_THREADS     = 1 << 1,
-  AGS_ASYNC_QUEUE_WORKER_RUNNING    = 1 << 2,
-  AGS_ASYNC_QUEUE_INTERRUPT_OWN     = 1 << 2,
-  AGS_ASYNC_QUEUE_INTERRUPT_OTHER   = 1 << 3,
-  AGS_ASYNC_QUEUE_STOP_BIT_0        = 1 << 4,
-  AGS_ASYNC_QUEUE_STOP_BIT_1        = 1 << 5,
-}AgsAsyncQueueFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsAsyncQueue</NAME>
-struct _AgsAsyncQueue
-{
-  GObject object;
-
-  guint flags;
-
-  guint output_sum;
-  guint systemrate;
-  guint interval;
-
-  timer_t timerid;
-
-  GQueue *stack;
-  GHashTable *timer;
-
-  union{
-    //    atomic_t monitor;
-    pthread_mutex_t mutex;
-  }lock;
-
-  GList *context;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsAsyncQueueClass</NAME>
-struct _AgsAsyncQueueClass
-{
-  GObjectClass object;
-
-  void (*interrupt)(AgsAsyncQueue *async_queue);
-  
-  void (*push_context)(AgsAsyncQueue *async_queue,
-		       AgsContext *context);
-  void (*pop_context)(AgsAsyncQueue *async_queue,
-		      AgsContext *context);
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTimer</NAME>
-struct _AgsTimer
-{
-  struct timespec run_delay;
-
-  //NOTE: not supported for now
-  gboolean record_history;
-  gpointer history;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsContext</NAME>
-struct _AgsContext
-{
-  GQueue *stack;
-  GHashTable *timer;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_async_queue_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timer_alloc</NAME>
-<RETURNS>AgsTimer * </RETURNS>
-time_t tv_sec, long tv_nsec 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_context_alloc</NAME>
-<RETURNS>AgsContext * </RETURNS>
-GQueue *stack, GHashTable *timer 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_next_interval</NAME>
-<RETURNS>guint  </RETURNS>
-AgsAsyncQueue *async_queue 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_find_context</NAME>
-<RETURNS>AgsContext * </RETURNS>
-AgsAsyncQueue *async_queue, AgsStackable *stackable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_add</NAME>
-<RETURNS>void  </RETURNS>
-AgsAsyncQueue *async_queue, AgsStackable *stackable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_remove</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsAsyncQueue *async_queue, AgsStackable *stackable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_idle</NAME>
-<RETURNS>void  </RETURNS>
-AgsAsyncQueue *async_queue 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_initerrupt</NAME>
-<RETURNS>void  </RETURNS>
-AgsAsyncQueue *async_queue 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_push_context</NAME>
-<RETURNS>void  </RETURNS>
-AgsAsyncQueue *async_queue, AgsContext *context 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_pop_context</NAME>
-<RETURNS>void  </RETURNS>
-AgsAsyncQueue *async_queue, AgsContext *context 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_worker</NAME>
-<RETURNS>void * </RETURNS>
-void *ptr 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_async_queue_new</NAME>
-<RETURNS>AgsAsyncQueue * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_THREAD</NAME>
-#define AGS_TYPE_THREAD                (ags_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD</NAME>
-#define AGS_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_THREAD, AgsThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_CLASS</NAME>
-#define AGS_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_THREAD, AgsThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD</NAME>
-#define AGS_IS_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_THREAD_CLASS</NAME>
-#define AGS_IS_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_GET_CLASS</NAME>
-#define AGS_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_THREAD, AgsThreadClass))
-</MACRO>
-<MACRO>
-<NAME>MSEC_PER_SEC</NAME>
-#define MSEC_PER_SEC    (1000000) /* The number of msecs per sec. */
-</MACRO>
-<MACRO>
-<NAME>NSEC_PER_SEC</NAME>
-#define NSEC_PER_SEC    (1000000000) /* The number of nsecs per sec. */
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_STACKSIZE</NAME>
-#define AGS_THREAD_STACKSIZE (16384)
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_RESUME_SIG</NAME>
-#define AGS_THREAD_RESUME_SIG SIGUSR2
-</MACRO>
-<MACRO>
-<NAME>AGS_THREAD_SUSPEND_SIG</NAME>
-#define AGS_THREAD_SUSPEND_SIG SIGUSR1
-</MACRO>
-<ENUM>
-<NAME>AgsThreadFlags</NAME>
-typedef enum{
-  AGS_THREAD_RUNNING                 = 1,
-  AGS_THREAD_IDLE                    = 1 << 1,
-  AGS_THREAD_LOCKED                  = 1 << 2,
-  AGS_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_THREAD_WAIT_0                  = 1 << 16,
-  AGS_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_THREAD_WAIT_1                  = 1 << 18,
-  AGS_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_THREAD_WAIT_2                  = 1 << 20,
-  AGS_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_THREAD_TIMELOCK_RESUME         = 1 << 23,
-  /*
-   * prefered way would be unlocking greedy_locks
-   * and the suspend to not become greedy
-   * but while pthread_suspend and pthread_resume
-   * are missing you need this as work-around
-   */
-  AGS_THREAD_SKIP_NON_GREEDY         = 1 << 24,
-  AGS_THREAD_SKIPPED_BY_TIMELOCK     = 1 << 25,
-  AGS_THREAD_LOCK_GREEDY_RUN_MUTEX   = 1 << 26,
-  AGS_THREAD_SUSPENDED               = 1 << 27,
-  AGS_THREAD_SINGLE_LOOP             = 1 << 28,
-  AGS_THREAD_READY                   = 1 << 29,
-  AGS_THREAD_UNREF_ON_EXIT           = 1 << 30,
-}AgsThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsThread</NAME>
-struct _AgsThread
-{
-  GObject object;
-
-  atomic_t flags;
-
-  atomic_t monitor;
-  atomic_t lock_count;
-
-  atomic_t barrier;
-  atomic_t barrier_count;
-
-  atomic_t dyntic;
-
-  struct timespec timed_suspend;
-  gint goodness;
-
-  AgsThread *children;
-  AgsThread *next;
-  AgsThread *prev;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsThreadClass</NAME>
-struct _AgsThreadClass
-{
-  GObjectClass object;
-
-  void (*start)(AgsThread *thread);
-  void (*run)(AgsThread *thread);
-  void (*suspend)(AgsThread *thread);
-  void (*resume)(AgsThread *thread);
-  void (*timelock)(AgsThread *thread);
-  void (*stop)(AgsThread *thread);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_set_sync</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_set_sync_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_trylock</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_get_toplevel</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_first</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_last</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_remove_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_add_child</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *child 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_parental_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_sibling_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_children_is_locked</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_is_current_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *current 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_is_tree_ready</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_parent_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_sibling_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_next_children_locked</NAME>
-<RETURNS>AgsThread * </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_lock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_unlock_all</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_wait_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_parent</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, AgsThread *parent, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_sibling</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_signal_children</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread, gboolean broadcast 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_suspend</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_resume</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_timelock</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_hangcheck</NAME>
-<RETURNS>void  </RETURNS>
-AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_thread_new</NAME>
-<RETURNS>AgsThread * </RETURNS>
-gpointer data 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_thread_iterate_callback</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingThread *thread 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RECYCLING_THREAD</NAME>
-#define AGS_TYPE_RECYCLING_THREAD                (ags_recycling_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_THREAD</NAME>
-#define AGS_RECYCLING_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECYCLING_THREAD, AgsRecyclingThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_THREAD_CLASS</NAME>
-#define AGS_RECYCLING_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_RECYCLING_THREAD, AgsRecyclingThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING_THREAD</NAME>
-#define AGS_IS_RECYCLING_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECYCLING_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RECYCLING_THREAD_CLASS</NAME>
-#define AGS_IS_RECYCLING_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_RECYCLING_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_THREAD_GET_CLASS</NAME>
-#define AGS_RECYCLING_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_RECYCLING_THREAD, AgsRecyclingThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_RECYCLING_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_RECYCLING_THREAD_DEFAULT_JIFFIE (100)
-</MACRO>
-<ENUM>
-<NAME>AgsRecyclingThreadFlags</NAME>
-typedef enum{
-  AGS_RECYCLING_THREAD_RUNNING   = 1,
-  AGS_RECYCLING_THREAD_WAIT      = 1 << 1,
-  AGS_RECYCLING_THREAD_DONE      = 1 << 2,
-}AgsRecyclingThreadFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsRecyclingThread</NAME>
-struct _AgsRecyclingThread
-{
-  AgsThread thread;
-
-  guint flags;
-
-  AgsThread *iterator_thread;
-
-  pthread_mutex_t iteration_mutex;
-  pthread_cond_t iteration_cond;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsRecyclingThreadClass</NAME>
-struct _AgsRecyclingThreadClass
-{
-  AgsThreadClass thread;
-
-  void (*play_channel)(AgsRecyclingThread *recycling_thread,
-		       GObject *channel,
-		       AgsRecallID *recall_id,
-		       gint stage);
-
-  void (*play_audio)(AgsRecyclingThread *recycling_thread,
-		     GObject *output, GObject *audio,
-		     AgsRecallID *recall_id,
-		     gint stage);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_recycling_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_thread_play_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingThread *recycling_thread, GObject *channel, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_thread_play_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsRecyclingThread *recycling_thread, GObject *output, GObject *audio, AgsRecallID *recall_id, gint stage 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_recycling_thread_new</NAME>
-<RETURNS>AgsRecyclingThread * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TIMESTAMP_THREAD</NAME>
-#define AGS_TYPE_TIMESTAMP_THREAD                (ags_timestamp_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD</NAME>
-#define AGS_TIMESTAMP_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TIMESTAMP_THREAD, AgsTimestampThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_CLASS</NAME>
-#define AGS_TIMESTAMP_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_TIMESTAMP_THREAD, AgsTimestampThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP_THREAD</NAME>
-#define AGS_IS_TIMESTAMP_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TIMESTAMP_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TIMESTAMP_THREAD_CLASS</NAME>
-#define AGS_IS_TIMESTAMP_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TIMESTAMP_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_GET_CLASS</NAME>
-#define AGS_TIMESTAMP_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_TIMESTAMP_THREAD, AgsTimestampThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_MICROSECONDS_PER_SECOND</NAME>
-#define AGS_MICROSECONDS_PER_SECOND (1000000.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_DEFAULT_BPM</NAME>
-#define AGS_TIMESTAMP_THREAD_DEFAULT_BPM (120.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE</NAME>
-#define AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE (44100.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE</NAME>
-#define AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE (256.0)
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE (AGS_MICROSECONDS_PER_SECOND * \
-					     60.0 / AGS_TIMESTAMP_THREAD_DEFAULT_BPM)
-</MACRO>
-<MACRO>
-<NAME>AGS_TIMESTAMP_THREAD_DEFAULT_TIC</NAME>
-#define AGS_TIMESTAMP_THREAD_DEFAULT_TIC (AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE / \
-					  AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE / AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE)
-</MACRO>
-<STRUCT>
-<NAME>AgsTimestampThread</NAME>
-struct _AgsTimestampThread
-{
-  AgsThread thread;
-
-  GObject *current_timestamp;
-  GObject *current_latency;
-
-  GObject *timestamp;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTimestampThreadClass</NAME>
-struct _AgsTimestampThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_timestamp_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_timestamp_thread_new</NAME>
-<RETURNS>AgsTimestampThread * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TASK_THREAD</NAME>
-#define AGS_TYPE_TASK_THREAD                (ags_task_thread_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_THREAD</NAME>
-#define AGS_TASK_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TASK_THREAD, AgsTaskThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_THREAD_CLASS</NAME>
-#define AGS_TASK_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_TASK_THREAD, AgsTaskThread))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TASK_THREAD</NAME>
-#define AGS_IS_TASK_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TASK_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TASK_THREAD_CLASS</NAME>
-#define AGS_IS_TASK_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TASK_THREAD))
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_THREAD_GET_CLASS</NAME>
-#define AGS_TASK_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_TASK_THREAD, AgsTaskThreadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_TASK_THREAD_DEFAULT_JIFFIE</NAME>
-#define AGS_TASK_THREAD_DEFAULT_JIFFIE (1000)
-</MACRO>
-<STRUCT>
-<NAME>AgsTaskThread</NAME>
-struct _AgsTaskThread
-{
-  AgsThread thread;
-
-  guint flags;
-
-  GMutex mutex;
-  GCond cond;
-
-  pthread_mutex_t read_mutex;
-  pthread_mutex_t launch_mutex;
-
-  volatile guint queued;
-  volatile guint pending;
-
-  volatile GList *exec;
-  volatile GList *queue;
-
-  AgsThreadPool *thread_pool;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTaskThreadClass</NAME>
-struct _AgsTaskThreadClass
-{
-  AgsThreadClass thread;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsTaskThreadAppend</NAME>
-struct _AgsTaskThreadAppend
-{
-  volatile AgsTaskThread *task_thread;
-  volatile gpointer data;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_task_thread_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_thread_append_task</NAME>
-<RETURNS>void  </RETURNS>
-AgsTaskThread *task_thread, AgsTask *task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_thread_append_tasks</NAME>
-<RETURNS>void  </RETURNS>
-AgsTaskThread *task_thread, GList *list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_task_thread_new</NAME>
-<RETURNS>AgsTaskThread * </RETURNS>
-GObject *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_id_generator_create_uuid</NAME>
-<RETURNS>gchar * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_LOOKUP</NAME>
-#define AGS_TYPE_FILE_LOOKUP                (ags_file_lookup_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LOOKUP</NAME>
-#define AGS_FILE_LOOKUP(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_LOOKUP, AgsFileLookup))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LOOKUP_CLASS</NAME>
-#define AGS_FILE_LOOKUP_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_LOOKUP, AgsFileLookupClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LOOKUP</NAME>
-#define AGS_IS_FILE_LOOKUP(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_LOOKUP))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LOOKUP_CLASS</NAME>
-#define AGS_IS_FILE_LOOKUP_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_LOOKUP))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LOOKUP_GET_CLASS</NAME>
-#define AGS_FILE_LOOKUP_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE_LOOKUP, AgsFileLookupClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileLookup</NAME>
-struct _AgsFileLookup
-{
-  GObject object;
-
-  AgsFile *file;
-
-  xmlNode *node;
-  gpointer ref;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileLookupClass</NAME>
-struct _AgsFileLookupClass
-{
-  GObjectClass object;
-
-  void (*resolve)(AgsFileLookup *lookup);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_lookup_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_lookup_find_by_node</NAME>
-<RETURNS>GList * </RETURNS>
-GList *file_lookup, xmlNode *node 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_lookup_resolve</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileLookup *lookup 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_lookup_new</NAME>
-<RETURNS>AgsFileLookup * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_read_value</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, gchar **id, GValue *value, xmlChar **xpath 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_write_value</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, gchar *id, GValue *value, GType pointer_type, guint arr_length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_read_parameter</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, gchar **id, GParameter **parameter, gint *n_params, xmlChar ***xpath 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_write_parameter</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, gchar *id, GParameter *parameter, gint n_params 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_read_dependency</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, gchar **id, gchar **name, xmlChar **xpath 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_write_dependency</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, gchar *id, gchar *name, xmlChar *xpath 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_read_object</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GObject **gobject 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_write_object</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GObject *gobject 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_read_history</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsHistory **history 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_util_write_history</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsHistory *history 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_embedded_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, gchar **embedded_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_embedded_audio</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, gchar *embedded_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_embedded_audio_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **embedded_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_embedded_audio_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *embedded_audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_file_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsFileLink **file_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_file_link</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsFileLink *file_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_file_link_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **file_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_file_link_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *file_link 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_ID_REF</NAME>
-#define AGS_TYPE_FILE_ID_REF                (ags_file_id_ref_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_REF</NAME>
-#define AGS_FILE_ID_REF(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_ID_REF, AgsFileIdRef))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_REF_CLASS</NAME>
-#define AGS_FILE_ID_REF_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_FILE_ID_REF, AgsFileIdRef))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_ID_REF</NAME>
-#define AGS_IS_FILE_ID_REF(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_ID_REF))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_ID_REF_CLASS</NAME>
-#define AGS_IS_FILE_ID_REF_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_ID_REF))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_REF_GET_CLASS</NAME>
-#define AGS_FILE_ID_REF_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_FILE_ID_REF, AgsFileIdRefClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_RESOLVE</NAME>
-#define AGS_FILE_RESOLVE(f)          ((AgsFileResolve)(f))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_REF_SERIALIZE_DATA</NAME>
-#define AGS_FILE_ID_REF_SERIALIZE_DATA "ags-file-id-ref-serizalize-data\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_REF_RESOLVE_DATA</NAME>
-#define AGS_FILE_ID_REF_RESOLVE_DATA "ags-file-id-ref-resolve-data\0"
-</MACRO>
-<USER_FUNCTION>
-<NAME>AgsFileResolve</NAME>
-<RETURNS>void </RETURNS>
-void
-</USER_FUNCTION>
-<STRUCT>
-<NAME>AgsFileIdRef</NAME>
-struct _AgsFileIdRef
-{
-  GObject object;
-
-  GObject *main;
-  GObject *file;
-
-  xmlNode *node;
-  gchar *xpath;
-  gpointer ref;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileIdRefClass</NAME>
-struct _AgsFileIdRefClass
-{
-  GObjectClass object;
-
-  void (*resolved)(AgsFileIdRef *file_id_ref);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_id_ref_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_id_ref_resolved</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileIdRef *file_id_ref 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_id_ref_new</NAME>
-<RETURNS>AgsFileIdRef * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_FILE_DEFAULT_VERSION</NAME>
-#define AGS_FILE_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_EFFECTS_DEFAULT_VERSION</NAME>
-#define AGS_FILE_EFFECTS_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_CLIPBOARD_DEFAULT_VERSION</NAME>
-#define AGS_CLIPBOARD_DEFAULT_VERSION "0.4.2\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_FALSE</NAME>
-#define AGS_FILE_FALSE "FALSE\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_TRUE</NAME>
-#define AGS_FILE_TRUE "TRUE\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_BOOLEAN_PROP</NAME>
-#define AGS_FILE_BOOLEAN_PROP "gboolean\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_CHAR_PROP</NAME>
-#define AGS_FILE_CHAR_PROP "gchar\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_INT64_PROP</NAME>
-#define AGS_FILE_INT64_PROP "gint64\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_UINT64_PROP</NAME>
-#define AGS_FILE_UINT64_PROP "guint64\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_FLOAT_PROP</NAME>
-#define AGS_FILE_FLOAT_PROP "gfloat\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DOUBLE_PROP</NAME>
-#define AGS_FILE_DOUBLE_PROP "gdouble\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_POINTER_PROP</NAME>
-#define AGS_FILE_POINTER_PROP "gpointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_OBJECT_PROP</NAME>
-#define AGS_FILE_OBJECT_PROP "GObject\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_BOOLEAN_POINTER_PROP</NAME>
-#define AGS_FILE_BOOLEAN_POINTER_PROP "gboolean-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_CHAR_POINTER_PROP</NAME>
-#define AGS_FILE_CHAR_POINTER_PROP "gchar-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_INT64_POINTER_PROP</NAME>
-#define AGS_FILE_INT64_POINTER_PROP "gint64-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_UINT64_POINTER_PROP</NAME>
-#define AGS_FILE_UINT64_POINTER_PROP "guint64-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_FLOAT_POINTER_PROP</NAME>
-#define AGS_FILE_FLOAT_POINTER_PROP "gfloat-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DOUBLE_POINTER_PROP</NAME>
-#define AGS_FILE_DOUBLE_POINTER_PROP "gdouble-pointer\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_ID_PROP</NAME>
-#define AGS_FILE_ID_PROP "id\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_NAME_PROP</NAME>
-#define AGS_FILE_NAME_PROP "name\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_TYPE_PROP</NAME>
-#define AGS_FILE_TYPE_PROP "type\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_SCOPE_PROP</NAME>
-#define AGS_FILE_SCOPE_PROP "scope\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_VERSION_PROP</NAME>
-#define AGS_FILE_VERSION_PROP "version\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_BUILD_ID_PROP</NAME>
-#define AGS_FILE_BUILD_ID_PROP "build-id\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_XPATH_PROP</NAME>
-#define AGS_FILE_XPATH_PROP "xpath\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_FLAGS_PROP</NAME>
-#define AGS_FILE_FLAGS_PROP "flags\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_LED</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_LED (g_type_name(AgsTypeLed))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_VINDICATOR</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_VINDICATOR (g_type_name(AgsTypeVIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_HINDICATOR</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_HINDICATOR (g_type_name(AgsTypeHIndicator))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_LABEL</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_LABEL (g_type_name(GtkTypeLabel))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_WAVEFORM</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_WAVEFORM (g_type_name(AgsTypeWaveform))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_BUTTON</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_BUTTON (g_type_name(GtkTypeButton))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON (g_type_name(GtkTypeToggleButton))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON (g_type_name(GtkTypeCheckButton))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON (g_type_name(GtkTypeSpinButton))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_VSCALE</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_VSCALE (g_type_name(GtkTypeVScale))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_HSCALE</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_HSCALE (g_type_name(GtkTypeHScale))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_DIAL</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_DIAL (g_type_name(AgsTypeDial))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DYNAMIC_WIDGET_CARTESIAN</NAME>
-#define AGS_FILE_DYNAMIC_WIDGET_CARTESIAN (g_type_name(GtkTypeCartesian))
-</MACRO>
-<MACRO>
-<NAME>AGS_TYPE_FILE_WRITE</NAME>
-#define AGS_TYPE_FILE_WRITE                (ags_file_write_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_WRITE</NAME>
-#define AGS_FILE_WRITE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_WRITE, AgsFileWrite))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_WRITE_CLASS</NAME>
-#define AGS_FILE_WRITE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_WRITE, AgsFileWriteClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_WRITE</NAME>
-#define AGS_IS_FILE_WRITE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_WRITE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_WRITE_CLASS</NAME>
-#define AGS_IS_FILE_WRITE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_WRITE))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_WRITE_GET_CLASS</NAME>
-#define AGS_FILE_WRITE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE_WRITE, AgsFileWriteClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileWrite</NAME>
-struct _AgsFileWrite
-{
-  GObject object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileWriteClass</NAME>
-struct _AgsFileWriteClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_write_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_new</NAME>
-<RETURNS>AgsFileWrite * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_LINK</NAME>
-#define AGS_TYPE_FILE_LINK                (ags_file_link_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LINK</NAME>
-#define AGS_FILE_LINK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_LINK, AgsFileLink))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LINK_CLASS</NAME>
-#define AGS_FILE_LINK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_FILE_LINK, AgsFileLink))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LINK</NAME>
-#define AGS_IS_FILE_LINK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_LINK))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LINK_CLASS</NAME>
-#define AGS_IS_FILE_LINK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_LINK))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LINK_GET_CLASS</NAME>
-#define AGS_FILE_LINK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_FILE_LINK, AgsFileLinkClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileLink</NAME>
-struct _AgsFileLink
-{
-  GObject object;
-
-  gchar *filename;
-  gchar *data;
-  AgsTimestamp *timestamp;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileLinkClass</NAME>
-struct _AgsFileLinkClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_link_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_link_new</NAME>
-<RETURNS>AgsFileLink * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_READ</NAME>
-#define AGS_TYPE_FILE_READ                (ags_file_read_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_READ</NAME>
-#define AGS_FILE_READ(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_READ, AgsFileRead))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_READ_CLASS</NAME>
-#define AGS_FILE_READ_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_READ, AgsFileReadClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_READ</NAME>
-#define AGS_IS_FILE_READ(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_READ))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_READ_CLASS</NAME>
-#define AGS_IS_FILE_READ_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_READ))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_READ_GET_CLASS</NAME>
-#define AGS_FILE_READ_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE_READ, AgsFileReadClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileRead</NAME>
-struct _AgsFileRead
-{
-  GObject object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileReadClass</NAME>
-struct _AgsFileReadClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_read_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_new</NAME>
-<RETURNS>AgsFileRead * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_devout</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsDevout **devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_devout</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsDevout *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_devout_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_devout_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *devout 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_devout_play</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsDevoutPlay **play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_devout_play</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsDevoutPlay *play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_devout_play_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_devout_play_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *play 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsAudio **audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_audio</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsAudio *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_audio_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_audio_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *audio 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsChannel **channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_channel</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsChannel *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_channel_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_channel_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *channel 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_input</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsChannel *input 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_input</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsChannel *input 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_output</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsChannel *output 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_output</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsChannel *output 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_file_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsFileLink *file_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_file_link</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsFileLink *file_link 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall **recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_container</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecallContainer **recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_container</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecallContainer *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_container_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_container_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *recall_container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_audio</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_audio</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_audio_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_audio_run</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_channel</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_channel</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_channel_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_channel_run</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_recycling</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_recycling</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recall_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recall_audio_signal</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecall *recall 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPort **port 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_port</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPort *port 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_port_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **port 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_port_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *port 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recycling</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsRecycling **recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recycling</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsRecycling *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_recycling_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_recycling_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *recycling 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_audio_signal</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsAudioSignal **audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_audio_signal</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsAudioSignal *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_audio_signal_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_audio_signal_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *audio_signal 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_stream</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **stream, guint *index, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_stream</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *stream, guint index, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_stream_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **stream, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_stream_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *stream, guint buffer_size 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pattern</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPattern **pattern 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pattern</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPattern *pattern 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pattern_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **pattern 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pattern_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *pattern 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pattern_data</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPattern *pattern, guint *i, guint *j, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pattern_data</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPattern *pattern, guint i, guint j, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pattern_data_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPattern *pattern, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pattern_data_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPattern *pattern, guint length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_notation</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsNotation **notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_notation</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsNotation *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_notation_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_notation_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *notation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_note</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsNote **note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_note</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsNote *note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_note_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_note_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *note 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_task</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsTask **task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_task</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsTask *task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_task_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_task_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *task 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_timestamp</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsTimestamp **timestamp 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_timestamp</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsTimestamp *timestamp 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_timestamp_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **timestamp 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_timestamp_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *timestamp 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_LAUNCH</NAME>
-#define AGS_TYPE_FILE_LAUNCH                (ags_file_launch_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LAUNCH</NAME>
-#define AGS_FILE_LAUNCH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_LAUNCH, AgsFileLaunch))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LAUNCH_CLASS</NAME>
-#define AGS_FILE_LAUNCH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_LAUNCH, AgsFileLaunchClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LAUNCH</NAME>
-#define AGS_IS_FILE_LAUNCH(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_LAUNCH))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_LAUNCH_CLASS</NAME>
-#define AGS_IS_FILE_LAUNCH_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_LAUNCH))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_LAUNCH_GET_CLASS</NAME>
-#define AGS_FILE_LAUNCH_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE_LAUNCH, AgsFileLaunchClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileLaunch</NAME>
-struct _AgsFileLaunch
-{
-  GObject object;
-
-  xmlNode *node;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileLaunchClass</NAME>
-struct _AgsFileLaunchClass
-{
-  GObjectClass object;
-
-  void (*start)(AgsFileLaunch *file_launch);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_launch_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_launch_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsFileLaunch *file_launch 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_launch_new</NAME>
-<RETURNS>AgsFileLaunch * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_widget</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_widget</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GtkWidget *widget 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_window</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsWindow **window 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_window</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsWindow *window 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_menu_bar</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsMenuBar **menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_menu_bar</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsMenuBar *menu_bar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_counter</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsMachineCounter **machine_counter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_counter</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsMachineCounter *machine_counter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_counter_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **machine_counter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_counter_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *machine_counter 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsMachine **machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsMachine *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *machine 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pad</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPad **pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pad</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPad *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pad_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pad_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_mixer_input_pad</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPad *mixer_input_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_mixer_input_pad</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPad *mixer_input_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_mixer_output_pad</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPad *mixer_output_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_mixer_output_pad</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPad *mixer_output_pad 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLine **line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLine *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *line 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line_member</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLineMember **line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line_member</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLineMember *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line_member_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line_member_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *line_member 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_dialog</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GtkDialog **dialog 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_dialog</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GtkDialog *dialog 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_dialog_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **dialog 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_dialog_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *dialog 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsMachineEditor **machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsMachineEditor *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_editor_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_editor_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *machine_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_pad_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPadEditor **pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_pad_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPadEditor *pad_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLineEditor **line_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLineEditor *line_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_link_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLinkEditor **link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_link_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLinkEditor *link_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_line_member_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLineMemberEditor **line_member_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_line_member_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLineMemberEditor *line_member_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_link_collection_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsLinkCollectionEditor **link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_link_collection_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsLinkCollectionEditor *link_collection_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_resize_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsResizeEditor **resize_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_resize_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsResizeEditor *resize_editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_editor</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsEditor **editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_editor</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsEditor *editor 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_toolbar</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsToolbar **toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_toolbar</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsToolbar *toolbar 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_machine_selector</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *parent, AgsMachineSelector **machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_machine_selector</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *node, AgsMachineSelector *machine_selector 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_notebook</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsNotebook **notebook 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_notebook</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsNotebook *notebook 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_notebook_tab_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **notebook_tab_list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_notebook_tab_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *notebook_tab_list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_notebook_tab</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsNotebookTab **notebook_tab 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_notebook_tab</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsNotebookTab *notebook_tab 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_navigation</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsNavigation **navigation 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_navigation</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsNavigation *navigation 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE</NAME>
-#define AGS_TYPE_FILE                (ags_file_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE</NAME>
-#define AGS_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE, AgsFile))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_CLASS</NAME>
-#define AGS_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE, AgsFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE</NAME>
-#define AGS_IS_FILE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_CLASS</NAME>
-#define AGS_IS_FILE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_GET_CLASS</NAME>
-#define AGS_FILE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE, AgsFileClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DEFAULT_ENCODING</NAME>
-#define AGS_FILE_DEFAULT_ENCODING "UTF-8\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DEFAULT_DTD</NAME>
-#define AGS_FILE_DEFAULT_DTD "ags_file.dtd\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_CHECKSUM_LENGTH</NAME>
-#define AGS_FILE_CHECKSUM_LENGTH (g_checksum_type_get_length(G_CHECKSUM_MD5))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DEFAULT_AUDIO_FORMAT</NAME>
-#define AGS_FILE_DEFAULT_AUDIO_FORMAT "raw\0"
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_DEFAULT_AUDIO_ENCODING</NAME>
-#define AGS_FILE_DEFAULT_AUDIO_ENCODING "base64\0"
-</MACRO>
-<ENUM>
-<NAME>AgsFileFlags</NAME>
-typedef enum{
-  AGS_FILE_READ                    = 1,
-  AGS_FILE_READ_AUDIO_SIGNAL       = 1 << 1,
-  AGS_FILE_READ_EMBEDDED_AUDIO     = 1 << 2,
-  AGS_FILE_WRITE                   = 1 << 3,
-  AGS_FILE_WRITE_AUDIO_SIGNAL      = 1 << 4,
-  AGS_FILE_WRITE_EMBEDDED_AUDIO    = 1 << 5,
-}AgsFileFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsFile</NAME>
-struct _AgsFile
-{
-  GObject object;
-
-  guint flags;
-
-  gchar *filename;
-  gchar *encoding;
-  gchar *dtd;
-
-  gchar *audio_format;
-  gchar *audio_encoding;
-
-  xmlDoc *doc;
-
-  GList *id_refs;
-  GList *lookup;
-  GList *launch;
-
-  GObject *ags_main;
-
-  GObject *clipboard;
-  GList *property;
-  GList *script;
-  GObject *cluster;
-  GObject *client;
-  GObject *server;
-
-  GObject *history;
-
-  GList *embedded_audio;
-  GList *file_link;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileClass</NAME>
-struct _AgsFileClass
-{
-  GObjectClass object;
-
-  void (*write)(AgsFile *file);
-  void (*write_concurrent)(AgsFile *file);
-  void (*write_resolve)(AgsFile *file);
-
-  void (*read)(AgsFile *file);
-  void (*read_resolve)(AgsFile *file);
-  void (*read_start)(AgsFile *file);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_str2md5</NAME>
-<RETURNS>gchar * </RETURNS>
-gchar *content, guint strlen 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_add_id_ref</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, GObject *id_ref 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_find_id_ref_by_node</NAME>
-<RETURNS>GObject * </RETURNS>
-AgsFile *file, xmlNode *node 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_find_id_ref_by_xpath</NAME>
-<RETURNS>GObject * </RETURNS>
-AgsFile *file, gchar *xpath 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_find_id_ref_by_reference</NAME>
-<RETURNS>GObject * </RETURNS>
-AgsFile *file, gpointer ref 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_add_lookup</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, GObject *file_lookup 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_add_launch</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, GObject *file_launch 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_concurrent</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_resolve</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_resolve</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_server</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GObject **server 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_server</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *parent, GObject *server 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_main</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GObject **main 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_main</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *parent, GObject *main 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_new</NAME>
-<RETURNS>AgsFile * </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_FILE_VALUE_FACTORY</NAME>
-#define AGS_TYPE_FILE_VALUE_FACTORY                (ags_file_value_factory_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_VALUE_FACTORY</NAME>
-#define AGS_FILE_VALUE_FACTORY(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FILE_VALUE_FACTORY, AgsFileValueFactory))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_VALUE_FACTORY_CLASS</NAME>
-#define AGS_FILE_VALUE_FACTORY_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FILE_VALUE_FACTORY, AgsFileValueFactoryClass))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_VALUE_FACTORY</NAME>
-#define AGS_IS_FILE_VALUE_FACTORY(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_FILE_VALUE_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_FILE_VALUE_FACTORY_CLASS</NAME>
-#define AGS_IS_FILE_VALUE_FACTORY_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FILE_VALUE_FACTORY))
-</MACRO>
-<MACRO>
-<NAME>AGS_FILE_VALUE_FACTORY_GET_CLASS</NAME>
-#define AGS_FILE_VALUE_FACTORY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_FILE_VALUE_FACTORY, AgsFileValueFactoryClass))
-</MACRO>
-<STRUCT>
-<NAME>AgsFileValueFactory</NAME>
-struct _AgsFileValueFactory
-{
-  GObject object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsFileValueFactoryClass</NAME>
-struct _AgsFileValueFactoryClass
-{
-  GObject object;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_file_value_factory_get_type</NAME>
-<RETURNS>GType  </RETURNS>
-void 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_value_factory_new</NAME>
-<RETURNS>AgsFileValueFactory * </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_thread</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsThread **thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_thread</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsThread *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_thread_list</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, GList **thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_thread_list</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, GList *thread 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_thread_pool</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsThreadPool **thread_pool 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_thread_pool</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsThreadPool *thread_pool 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_read_audio_loop</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsAudioLoop *audio_loop 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_file_write_audio_loop</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsAudioLoop *audio_loop 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_LOG</NAME>
-#define AGS_TYPE_LOG                (ags_log_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_LOG</NAME>
-#define AGS_LOG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LOG, AgsLog))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOG_CLASS</NAME>
-#define AGS_LOG_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LOG, AgsLog))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOG</NAME>
-#define AGS_IS_LOG(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LOG))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_LOG_CLASS</NAME>
-#define AGS_IS_LOG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LOG))
-</MACRO>
-<MACRO>
-<NAME>AGS_LOG_GET_CLASS</NAME>
-#define AGS_LOG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_LOG, AgsLogClass))
-</MACRO>
-<MACRO>
-<NAME>ags_default_log</NAME>
-#define ags_default_log ags_default_log
-</MACRO>
-<ENUM>
-<NAME>AgsLogFlags</NAME>
-typedef enum{
-  AGS_LOG_STARTING                    = 1,
-  AGS_LOG_RUNNING                     = 1 <<  1,
-  AGS_LOG_TIMER_SLEEP                 = 1 <<  2,
-  AGS_LOG_OUTPUT_SUSPEND              = 1 <<  3,
-  AGS_LOG_OUTPUT_WAITS_FOR_QUEUE      = 1 <<  4,
-  AGS_LOG_QUEUE_SUSPEND               = 1 <<  5,
-  AGS_LOG_SUSPEND                     = 1 <<  6,
-  AGS_LOG_COPY_FROM_QUEUE_TO_OUTPUT   = 1 <<  7,
-  AGS_LOG_OMMIT_DEBUG                 = 1 <<  8,
-}AgsLogFlags;
-</ENUM>
-<STRUCT>
-<NAME>AgsLog</NAME>
-struct _AgsLog
-{
-  GObject object;
-
-  guint flags;
-
-  FILE *file;
-  pthread_mutex_t start_mutex;
-  pthread_cond_t start_wait_cond;
-
-  struct timespec *log_interval;
-  struct timespec *free_float;
-  pthread_t timer_thread;
-  pthread_attr_t timer_thread_attr;
-  pthread_mutex_t timer_mutex;
-  pthread_mutexattr_t timer_mutex_attr;
-  gboolean timer_started;
-  gboolean timer_active;
-  gboolean timer_awaken;
-  pthread_cond_t timer_wait_cond;
-
-  pthread_t broker_thread;
-  pthread_attr_t broker_thread_attr;
-  pthread_mutex_t broker_mutex;
-  pthread_mutexattr_t broker_mutex_attr;
-  gboolean broker_started;
-  gboolean broker_active;
-  gboolean broker_awaken;
-  gboolean signaled_timer;
-  gboolean signaled_log;
-  gboolean signaled_queue;
-  gboolean signaled_output;
-  pthread_cond_t broker_wait_cond;
-
-  GList *output_formated_message;
-  pthread_t output_thread;
-  pthread_attr_t output_thread_attr;
-  pthread_mutex_t output_mutex;
-  pthread_mutexattr_t output_mutex_attr;
-  gboolean output_started;
-  gboolean output_active;
-  gboolean output_awaken;
-  pthread_cond_t output_wait_cond;
-
-  GList *queue_formated_message;
-  GList *queue_message;
-  pthread_t queue_thread;
-  pthread_attr_t queue_thread_attr;
-  pthread_mutex_t queue_mutex;
-  pthread_mutexattr_t queue_mutex_attr;
-  gboolean queue_started;
-  gboolean queue_active;
-  gboolean queue_awaken;
-  pthread_cond_t queue_wait_cond;
-
-  GList *log;
-  guint active_logs;
-  guint suspended_logs;
-  pthread_cond_t log_wait_cond;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLogClass</NAME>
-struct _AgsLogClass
-{
-  GObjectClass object;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLogMessage</NAME>
-struct _AgsLogMessage
-{
-  gboolean debug;
-
-  struct timespec *time;
-  char *format;
-  va_list args;
-};
-</STRUCT>
-<STRUCT>
-<NAME>AgsLogFormatedMessage</NAME>
-struct _AgsLogFormatedMessage
-{
-  int length;
-  char *message;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_log_start_queue</NAME>
-<RETURNS>void  </RETURNS>
-AgsLog *log 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_log_stop_queue</NAME>
-<RETURNS>void  </RETURNS>
-AgsLog *log 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_log_debug</NAME>
-<RETURNS>void  </RETURNS>
-AgsLog *log, char *format, ... 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_log_message</NAME>
-<RETURNS>void  </RETURNS>
-AgsLog *log, char *format, ... 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_parameter_grow</NAME>
-<RETURNS>GParameter *</RETURNS>
-GType type, GParameter *params, guint *n_params, ... 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_container_add_all</NAME>
-<RETURNS>void  </RETURNS>
-GtkContainer *container, GList *list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_combo_box_text_remove_all</NAME>
-<RETURNS>void  </RETURNS>
-GtkComboBoxText *combo_box 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_list_free_and_free_link</NAME>
-<RETURNS>void  </RETURNS>
-GList *list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_list_free_and_unref_link</NAME>
-<RETURNS>void  </RETURNS>
-GList *list 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_list_duplicate_list</NAME>
-<RETURNS>void  </RETURNS>
-gpointer entry, gpointer target 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_or</NAME>
-<RETURNS>int  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_exclusive_or</NAME>
-<RETURNS>int  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_and</NAME>
-<RETURNS>int  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_more</NAME>
-<RETURNS>jboolean  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_less</NAME>
-<RETURNS>jboolean  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_sort_array</NAME>
-<RETURNS>int * </RETURNS>
-int *array, int size 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_put_null_at_beginning</NAME>
-<RETURNS>void  </RETURNS>
-int *array, uint size 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_put_null_at_end</NAME>
-<RETURNS>void  </RETURNS>
-int *array, uint size 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_width</NAME>
-<RETURNS>uint  </RETURNS>
-int a 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_width_list</NAME>
-<RETURNS>JList * </RETURNS>
-JList *list 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_cut_leading_zeros</NAME>
-<RETURNS>JList * </RETURNS>
-JList *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_exp2</NAME>
-<RETURNS>int  </RETURNS>
-int a 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_exp</NAME>
-<RETURNS>int  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_root2</NAME>
-<RETURNS>int  </RETURNS>
-int a 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_root</NAME>
-<RETURNS>int  </RETURNS>
-int a, int b 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_make_valid</NAME>
-<RETURNS>void  </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_is_operator</NAME>
-<RETURNS>jboolean  </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_is_function</NAME>
-<RETURNS>jboolean  </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_is_function_backward</NAME>
-<RETURNS>jboolean  </RETURNS>
-char *start, char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_get_first_level_operator</NAME>
-<RETURNS>char * </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_get_second_level_operator</NAME>
-<RETURNS>char * </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_solve_arithmetic</NAME>
-<RETURNS>int  </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_algebra_brackeds_out</NAME>
-<RETURNS>char * </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_algebra_operations_out</NAME>
-<RETURNS>char * </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_algebra_functions_out</NAME>
-<RETURNS>char * </RETURNS>
-char *string 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_algebra_solve</NAME>
-<RETURNS>int * </RETURNS>
-char *string, char *operation 
-</FUNCTION>
-<FUNCTION>
-<NAME>j_math_gauss</NAME>
-<RETURNS>int * </RETURNS>
-char **string, uint count 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_DYNAMIC_CONNECTABLE</NAME>
-#define AGS_TYPE_DYNAMIC_CONNECTABLE                    (ags_dynamic_connectable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_DYNAMIC_CONNECTABLE</NAME>
-#define AGS_DYNAMIC_CONNECTABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DYNAMIC_CONNECTABLE, AgsDynamicConnectable))
-</MACRO>
-<MACRO>
-<NAME>AGS_DYNAMIC_CONNECTABLE_INTERFACE</NAME>
-#define AGS_DYNAMIC_CONNECTABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_DYNAMIC_CONNECTABLE, AgsDynamicConnectableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DYNAMIC_CONNECTABLE</NAME>
-#define AGS_IS_DYNAMIC_CONNECTABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DYNAMIC_CONNECTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_DYNAMIC_CONNECTABLE_INTERFACE</NAME>
-#define AGS_IS_DYNAMIC_CONNECTABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_DYNAMIC_CONNECTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_DYNAMIC_CONNECTABLE_GET_INTERFACE</NAME>
-#define AGS_DYNAMIC_CONNECTABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_DYNAMIC_CONNECTABLE, AgsDynamicConnectableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsDynamicConnectable</NAME>
-typedef void AgsDynamicConnectable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsDynamicConnectableInterface</NAME>
-struct _AgsDynamicConnectableInterface
-{
-  GTypeInterface interface;
-
-  void (*connect_dynamic)(AgsDynamicConnectable *connectable);
-  void (*disconnect_dynamic)(AgsDynamicConnectable *connectable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_dynamic_connectable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_dynamic_connectable_connect</NAME>
-<RETURNS>void  </RETURNS>
-AgsDynamicConnectable *connectable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_dynamic_connectable_disconnect</NAME>
-<RETURNS>void  </RETURNS>
-AgsDynamicConnectable *connectable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PORTLET</NAME>
-#define AGS_TYPE_PORTLET                    (ags_portlet_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTLET</NAME>
-#define AGS_PORTLET(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PORTLET, AgsPortlet))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTLET_INTERFACE</NAME>
-#define AGS_PORTLET_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_PORTLET, AgsPortletInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORTLET</NAME>
-#define AGS_IS_PORTLET(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PORTLET))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PORTLET_INTERFACE</NAME>
-#define AGS_IS_PORTLET_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_PORTLET))
-</MACRO>
-<MACRO>
-<NAME>AGS_PORTLET_GET_INTERFACE</NAME>
-#define AGS_PORTLET_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_PORTLET, AgsPortletInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsPortlet</NAME>
-typedef void AgsPortlet;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsPortletInterface</NAME>
-struct _AgsPortletInterface
-{
-  GTypeInterface interface;
-
-  AgsPort* (*get_port)(AgsPortlet *portlet);
-  void (*set_port)(AgsPortlet *portlet, AgsPort *port);
-
-  GList* (*list_safe_properties)(AgsPortlet *portlet);
-
-  void (*safe_get_property)(AgsPortlet *portlet, gchar *property_name, GValue *value);
-  void (*safe_set_property)(AgsPortlet *portlet, gchar *property_name, GValue *value);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_portlet_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portlet_get_port</NAME>
-<RETURNS>AgsPort * </RETURNS>
-AgsPortlet *portlet 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portlet_set_port</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortlet *portlet, AgsPort *port 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portlet_list_safe_properties</NAME>
-<RETURNS>GList * </RETURNS>
-AgsPortlet *portlet 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portlet_safe_get_property</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortlet *portlet, gchar *property_name, GValue *value 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_portlet_safe_set_property</NAME>
-<RETURNS>void  </RETURNS>
-AgsPortlet *portlet, gchar *property_name, GValue *value 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SOUNDCARD</NAME>
-#define AGS_TYPE_SOUNDCARD                    (ags_soundcard_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SOUNDCARD</NAME>
-#define AGS_SOUNDCARD(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDCARD, AgsSoundcard))
-</MACRO>
-<MACRO>
-<NAME>AGS_SOUNDCARD_INTERFACE</NAME>
-#define AGS_SOUNDCARD_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SOUNDCARD, AgsSoundcardInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SOUNDCARD</NAME>
-#define AGS_IS_SOUNDCARD(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SOUNDCARD))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SOUNDCARD_INTERFACE</NAME>
-#define AGS_IS_SOUNDCARD_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SOUNDCARD))
-</MACRO>
-<MACRO>
-<NAME>AGS_SOUNDCARD_GET_INTERFACE</NAME>
-#define AGS_SOUNDCARD_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SOUNDCARD, AgsSoundcardInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsSoundcard</NAME>
-typedef void AgsSoundcard;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsSoundcardInterface</NAME>
-struct _AgsSoundcardInterface
-{
-  GTypeInterface interface;
-
-  void (*list_cards)(AgsSoundcard *soundcard,
-		     GList **card_id, GList **card_name);
-  void (*pcm_info)(AgsSoundcard *soundcard, gchar *card_id,
-		   guint *channels_min, guint *channels_max,
-		   guint *rate_min, guint *rate_max,
-		   guint *buffer_size_min, guint *buffer_size_max,
-		   GError **error);
-
-  void (*play_init)(AgsSoundcard *soundcard,
-		    GError **error);
-  void (*play)(AgsSoundcard *soundcard,
-	       GError **error);
-  void (*stop)(AgsSoundcard *soundcard);
-
-  void (*tic)(AgsSoundcard *soundcard);
-  void (*offset_changed)(AgsSoundcard *soundcard, guint note_offset);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_soundcard_list_cards</NAME>
-<RETURNS>void  </RETURNS>
-AgsSoundcard *soundcard, GList **card_id, GList **card_name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_soundcard_pcm_info</NAME>
-<RETURNS>void  </RETURNS>
-AgsSoundcard *soundcard, gchar *card_id, guint *channels_min, guint *channels_max, guint *rate_min, guint *rate_max, guint *buffer_size_min, guint *buffer_size_max, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_soundcard_tic</NAME>
-<RETURNS>void  </RETURNS>
-AgsSoundcard *soundcard 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_soundcard_offset_changed</NAME>
-<RETURNS>void  </RETURNS>
-AgsSoundcard *soundcard, guint note_offset 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_soundcard_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MAIN_LOOP</NAME>
-#define AGS_TYPE_MAIN_LOOP                    (ags_main_loop_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN_LOOP</NAME>
-#define AGS_MAIN_LOOP(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MAIN_LOOP, AgsMainLoop))
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN_LOOP_INTERFACE</NAME>
-#define AGS_MAIN_LOOP_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_MAIN_LOOP, AgsMainLoopInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MAIN_LOOP</NAME>
-#define AGS_IS_MAIN_LOOP(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MAIN_LOOP))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MAIN_LOOP_INTERFACE</NAME>
-#define AGS_IS_MAIN_LOOP_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_MAIN_LOOP))
-</MACRO>
-<MACRO>
-<NAME>AGS_MAIN_LOOP_GET_INTERFACE</NAME>
-#define AGS_MAIN_LOOP_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_MAIN_LOOP, AgsMainLoopInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsMainLoop</NAME>
-typedef void AgsMainLoop;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsMainLoopInterface</NAME>
-struct _AgsMainLoopInterface
-{
-  GTypeInterface interface;
-
-  void (*set_async_queue)(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue);
-  AgsAsyncQueue* (*get_async_queue)(AgsMainLoop *main_loop);
-  
-  void (*set_tic)(AgsMainLoop *main_loop, guint tic);
-  guint (*get_tic)(AgsMainLoop *main_loop);
-
-  void (*set_last_sync)(AgsMainLoop *main_loop, guint last_sync);
-  guint (*get_last_sync)(AgsMainLoop *main_loop);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_main_loop_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_set_async_queue</NAME>
-<RETURNS>void  </RETURNS>
-AgsMainLoop *main_loop, AgsAsyncQueue *async_queue 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_get_async_queue</NAME>
-<RETURNS>AgsAsyncQueue * </RETURNS>
-AgsMainLoop *main_loop 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_set_tic</NAME>
-<RETURNS>void  </RETURNS>
-AgsMainLoop *main_loop, guint tic 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_get_tic</NAME>
-<RETURNS>guint  </RETURNS>
-AgsMainLoop *main_loop 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_set_last_sync</NAME>
-<RETURNS>void  </RETURNS>
-AgsMainLoop *main_loop, guint last_sync 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_main_loop_get_last_sync</NAME>
-<RETURNS>guint  </RETURNS>
-AgsMainLoop *main_loop 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_MUTABLE</NAME>
-#define AGS_TYPE_MUTABLE                    (ags_mutable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTABLE</NAME>
-#define AGS_MUTABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTABLE, AgsMutable))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTABLE_INTERFACE</NAME>
-#define AGS_MUTABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_MUTABLE, AgsMutableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTABLE</NAME>
-#define AGS_IS_MUTABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MUTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_MUTABLE_INTERFACE</NAME>
-#define AGS_IS_MUTABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_MUTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_MUTABLE_GET_INTERFACE</NAME>
-#define AGS_MUTABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_MUTABLE, AgsMutableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsMutable</NAME>
-typedef void AgsMutable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsMutableInterface</NAME>
-struct _AgsMutableInterface
-{
-  GTypeInterface interface;
-
-  void (*set_muted)(AgsMutable *mutable, gboolean muted);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_mutable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_mutable_set_muted</NAME>
-<RETURNS>void  </RETURNS>
-AgsMutable *mutable, gboolean muted 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_RUNNABLE</NAME>
-#define AGS_TYPE_RUNNABLE                    (ags_runnable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_RUNNABLE</NAME>
-#define AGS_RUNNABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RUNNABLE, AgsRunnable))
-</MACRO>
-<MACRO>
-<NAME>AGS_RUNNABLE_INTERFACE</NAME>
-#define AGS_RUNNABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_RUNNABLE, AgsRunnableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RUNNABLE</NAME>
-#define AGS_IS_RUNNABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RUNNABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_RUNNABLE_INTERFACE</NAME>
-#define AGS_IS_RUNNABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_RUNNABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_RUNNABLE_GET_INTERFACE</NAME>
-#define AGS_RUNNABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_RUNNABLE, AgsRunnableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsRunnable</NAME>
-typedef void AgsRunnable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsRunnableInterface</NAME>
-struct _AgsRunnableInterface
-{
-  GTypeInterface interface;
-
-  void (*run)(AgsRunnable *runnable);
-  void (*stop)(AgsRunnable *runnable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_runnable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_runnable_run</NAME>
-<RETURNS>void  </RETURNS>
-AgsRunnable *runnable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_runnable_stop</NAME>
-<RETURNS>void  </RETURNS>
-AgsRunnable *runnable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_APPLICABLE</NAME>
-#define AGS_TYPE_APPLICABLE                    (ags_applicable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLICABLE</NAME>
-#define AGS_APPLICABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLICABLE, AgsApplicable))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLICABLE_INTERFACE</NAME>
-#define AGS_APPLICABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_APPLICABLE, AgsApplicableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLICABLE</NAME>
-#define AGS_IS_APPLICABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLICABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_APPLICABLE_INTERFACE</NAME>
-#define AGS_IS_APPLICABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_APPLICABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_APPLICABLE_GET_INTERFACE</NAME>
-#define AGS_APPLICABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_APPLICABLE, AgsApplicableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsApplicable</NAME>
-typedef void AgsApplicable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsApplicableInterface</NAME>
-struct _AgsApplicableInterface
-{
-  GTypeInterface interface;
-  
-  void (*set_update)(AgsApplicable *applicable, gboolean update);
-  void (*apply)(AgsApplicable *applicable);
-  void (*reset)(AgsApplicable *applicable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_applicable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_applicable_set_update</NAME>
-<RETURNS>void  </RETURNS>
-AgsApplicable *applicable, gboolean update 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_applicable_apply</NAME>
-<RETURNS>void  </RETURNS>
-AgsApplicable *applicable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_applicable_reset</NAME>
-<RETURNS>void  </RETURNS>
-AgsApplicable *applicable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_COUNTABLE</NAME>
-#define AGS_TYPE_COUNTABLE                    (ags_countable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNTABLE</NAME>
-#define AGS_COUNTABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_COUNTABLE, AgsCountable))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNTABLE_INTERFACE</NAME>
-#define AGS_COUNTABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_COUNTABLE, AgsCountableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNTABLE</NAME>
-#define AGS_IS_COUNTABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_COUNTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_COUNTABLE_INTERFACE</NAME>
-#define AGS_IS_COUNTABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_COUNTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_COUNTABLE_GET_INTERFACE</NAME>
-#define AGS_COUNTABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_COUNTABLE, AgsCountableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsCountable</NAME>
-typedef void AgsCountable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsCountableInterface</NAME>
-struct _AgsCountableInterface
-{
-  GTypeInterface interface;
-
-  guint (*get_notation_counter)(AgsCountable *countable);
-  guint (*get_sequencer_counter)(AgsCountable *countable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_countable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_countable_get_notation_counter</NAME>
-<RETURNS>guint  </RETURNS>
-AgsCountable *countable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_countable_get_sequencer_counter</NAME>
-<RETURNS>guint  </RETURNS>
-AgsCountable *countable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PACKABLE</NAME>
-#define AGS_TYPE_PACKABLE                    (ags_packable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PACKABLE</NAME>
-#define AGS_PACKABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PACKABLE, AgsPackable))
-</MACRO>
-<MACRO>
-<NAME>AGS_PACKABLE_INTERFACE</NAME>
-#define AGS_PACKABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_PACKABLE, AgsPackableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PACKABLE</NAME>
-#define AGS_IS_PACKABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PACKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PACKABLE_INTERFACE</NAME>
-#define AGS_IS_PACKABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_PACKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PACKABLE_GET_INTERFACE</NAME>
-#define AGS_PACKABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_PACKABLE, AgsPackableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsPackable</NAME>
-typedef void AgsPackable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsPackableInterface</NAME>
-struct _AgsPackableInterface
-{
-  GTypeInterface interface;
-
-  gboolean (*pack)(AgsPackable *packable, GObject *container);
-  gboolean (*unpack)(AgsPackable *packable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_packable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_packable_pack</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPackable *packable, GObject *container 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_packable_unpack</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPackable *packable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_SEEKABLE</NAME>
-#define AGS_TYPE_SEEKABLE                    (ags_seekable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_SEEKABLE</NAME>
-#define AGS_SEEKABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SEEKABLE, AgsSeekable))
-</MACRO>
-<MACRO>
-<NAME>AGS_SEEKABLE_INTERFACE</NAME>
-#define AGS_SEEKABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SEEKABLE, AgsSeekableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SEEKABLE</NAME>
-#define AGS_IS_SEEKABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SEEKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_SEEKABLE_INTERFACE</NAME>
-#define AGS_IS_SEEKABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SEEKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_SEEKABLE_GET_INTERFACE</NAME>
-#define AGS_SEEKABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SEEKABLE, AgsSeekableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsSeekable</NAME>
-typedef void AgsSeekable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsSeekableInterface</NAME>
-struct _AgsSeekableInterface
-{
-  GTypeInterface interface;
-
-  void (*seek)(AgsSeekable *seekable, guint steps, gboolean forward);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_seekable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_seekable_seek</NAME>
-<RETURNS>void  </RETURNS>
-AgsSeekable *seekable, guint steps, gboolean forward 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PERSISTABLE</NAME>
-#define AGS_TYPE_PERSISTABLE                    (ags_persistable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PERSISTABLE</NAME>
-#define AGS_PERSISTABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PERSISTABLE, AgsPersistable))
-</MACRO>
-<MACRO>
-<NAME>AGS_PERSISTABLE_INTERFACE</NAME>
-#define AGS_PERSISTABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_PERSISTABLE, AgsPersistableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PERSISTABLE</NAME>
-#define AGS_IS_PERSISTABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PERSISTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PERSISTABLE_INTERFACE</NAME>
-#define AGS_IS_PERSISTABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_PERSISTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PERSISTABLE_GET_INTERFACE</NAME>
-#define AGS_PERSISTABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_PERSISTABLE, AgsPersistableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsPersistable</NAME>
-typedef void AgsPersistable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsPersistableInterface</NAME>
-struct _AgsPersistableInterface
-{
-  GTypeInterface interface;
-  
-  AgsPersistable* (*read)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-  void (*read_link)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-
-  xmlNodePtr (*write)(AgsPersistable *persistable, xmlDocPtr doc);
-  void (*write_link)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_persistable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_persistable_read</NAME>
-<RETURNS>AgsPersistable * </RETURNS>
-AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_persistable_read_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_persistable_write</NAME>
-<RETURNS>xmlNodePtr  </RETURNS>
-AgsPersistable *persistable, xmlDocPtr doc 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_persistable_write_link</NAME>
-<RETURNS>void  </RETURNS>
-AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_ULONG__VOID</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__UINT_UINT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__UINT_UINT_UINT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__UINT_INT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__UINT_DOUBLE</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__ULONG_UINT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__ULONG_UINT_UINT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__STRING_POINTER</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__OBJECT_UINT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__OBJECT_OBJECT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_OBJECT__VOID</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<FUNCTION>
-<NAME>g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT</NAME>
-<RETURNS>void  </RETURNS>
-GClosure     *closure, GValue       *return_value, guint         n_param_values, const GValue *param_values, gpointer      invocation_hint, gpointer      marshal_data 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TACTABLE</NAME>
-#define AGS_TYPE_TACTABLE                    (ags_tactable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TACTABLE</NAME>
-#define AGS_TACTABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TACTABLE, AgsTactable))
-</MACRO>
-<MACRO>
-<NAME>AGS_TACTABLE_INTERFACE</NAME>
-#define AGS_TACTABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_TACTABLE, AgsTactableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TACTABLE</NAME>
-#define AGS_IS_TACTABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TACTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TACTABLE_INTERFACE</NAME>
-#define AGS_IS_TACTABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_TACTABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_TACTABLE_GET_INTERFACE</NAME>
-#define AGS_TACTABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_TACTABLE, AgsTactableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsTactable</NAME>
-typedef void AgsTactable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsTactableInterface</NAME>
-struct _AgsTactableInterface
-{
-  GTypeInterface interface;
-
-  void (*change_sequencer_duration)(AgsTactable *tactable, gdouble duration);
-  void (*change_notation_duration)(AgsTactable *tactable, gdouble duration);
-  void (*change_tact)(AgsTactable *tactable, gdouble tact);
-  void (*change_bpm)(AgsTactable *tactable, gdouble bpm);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_tactable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tactable_change_sequencer_duration</NAME>
-<RETURNS>void  </RETURNS>
-AgsTactable *tactable, gdouble duration 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tactable_change_notation_duration</NAME>
-<RETURNS>void  </RETURNS>
-AgsTactable *tactable, gdouble duration 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tactable_change_tact</NAME>
-<RETURNS>void  </RETURNS>
-AgsTactable *tactable, gdouble tact 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tactable_change_bpm</NAME>
-<RETURNS>void  </RETURNS>
-AgsTactable *tactable, gdouble bpm 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_STACKABLE</NAME>
-#define AGS_TYPE_STACKABLE                    (ags_stackable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_STACKABLE</NAME>
-#define AGS_STACKABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_STACKABLE, AgsStackable))
-</MACRO>
-<MACRO>
-<NAME>AGS_STACKABLE_INTERFACE</NAME>
-#define AGS_STACKABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_STACKABLE, AgsStackableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STACKABLE</NAME>
-#define AGS_IS_STACKABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_STACKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_STACKABLE_INTERFACE</NAME>
-#define AGS_IS_STACKABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_STACKABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_STACKABLE_GET_INTERFACE</NAME>
-#define AGS_STACKABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_STACKABLE, AgsStackableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsStackable</NAME>
-typedef void AgsStackable;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsStackableInterface</NAME>
-struct _AgsStackableInterface
-{
-  GTypeInterface interface;
-
-  void (*push)(AgsStackable *stackable);
-  void (*pop)(AgsStackable *stackable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_stackable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stackable_push</NAME>
-<RETURNS>void  </RETURNS>
-AgsStackable *stackable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_stackable_pop</NAME>
-<RETURNS>void  </RETURNS>
-AgsStackable *stackable 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_TREE_ITERATOR</NAME>
-#define AGS_TYPE_TREE_ITERATOR                    (ags_tree_iterator_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_TREE_ITERATOR</NAME>
-#define AGS_TREE_ITERATOR(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TREE_ITERATOR, AgsTreeIterator))
-</MACRO>
-<MACRO>
-<NAME>AGS_TREE_ITERATOR_INTERFACE</NAME>
-#define AGS_TREE_ITERATOR_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_TREE_ITERATOR, AgsTreeIteratorInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TREE_ITERATOR</NAME>
-#define AGS_IS_TREE_ITERATOR(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_TREE_ITERATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_TREE_ITERATOR_INTERFACE</NAME>
-#define AGS_IS_TREE_ITERATOR_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_TREE_ITERATOR))
-</MACRO>
-<MACRO>
-<NAME>AGS_TREE_ITERATOR_GET_INTERFACE</NAME>
-#define AGS_TREE_ITERATOR_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_TREE_ITERATOR, AgsTreeIteratorInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsTreeIterator</NAME>
-typedef void AgsTreeIterator;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsTreeIteratorInterface</NAME>
-struct _AgsTreeIteratorInterface
-{
-  GTypeInterface interface;
-
-  void (*set_inverse_mode)(AgsTreeIterator *tree, gboolean mode);
-  gboolean (*is_inverse_mode)(AgsTreeIterator *tree);
-  
-  void (*iterate)(AgsTreeIterator *tree,
-		  gpointer node_id);
-  void (*iterate_nested)(AgsTreeIterator *tree,
-			 gpointer node_id);
-  
-  void (*safe_iterate)(AgsTreeIterator *toplevel, AgsTreeIterator *current,
-		       gpointer node_id);
-  void (*safe_iterate_nested)(AgsTreeIterator *toplevel, AgsTreeIterator *current,
-			      gpointer node_id);
-
-  void (*loop_action)(AgsTreeIterator *current,
-		      gpointer node_id);
-  void (*nested_loop_action)(AgsTreeIterator *current,
-			     gpointer node_id);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_tree_iterator_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_set_inverse_mode</NAME>
-<RETURNS>void  </RETURNS>
-AgsTreeIterator *tree, gboolean mode 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_is_inverse_mode</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsTreeIterator *tree 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_iterate</NAME>
-<RETURNS>void  </RETURNS>
-AgsTreeIterator *tree, gpointer node_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_iterate_nested</NAME>
-<RETURNS>void  </RETURNS>
-AgsTreeIterator *tree, gpointer node_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_safe_iterate</NAME>
-<RETURNS>void  </RETURNS>
-AgsTreeIterator *toplevel, AgsTreeIterator *current, gpointer node_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_tree_iterator_safe_iterate_nested</NAME>
-<RETURNS>void  </RETURNS>
-AgsTreeIterator *toplevel, AgsTreeIterator *current, gpointer node_id 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_EFFECT</NAME>
-#define AGS_TYPE_EFFECT                    (ags_effect_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECT</NAME>
-#define AGS_EFFECT(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT, AgsEffect))
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECT_INTERFACE</NAME>
-#define AGS_EFFECT_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_EFFECT, AgsEffectInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EFFECT</NAME>
-#define AGS_IS_EFFECT(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_EFFECT_INTERFACE</NAME>
-#define AGS_IS_EFFECT_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_EFFECT))
-</MACRO>
-<MACRO>
-<NAME>AGS_EFFECT_GET_INTERFACE</NAME>
-#define AGS_EFFECT_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_EFFECT, AgsEffectInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsEffect</NAME>
-typedef void AgsEffect;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsEffectInterface</NAME>
-struct _AgsEffectInterface
-{
-  GTypeInterface interface;
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_effect_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLAYABLE</NAME>
-#define AGS_TYPE_PLAYABLE                    (ags_playable_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAYABLE</NAME>
-#define AGS_PLAYABLE(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLAYABLE, AgsPlayable))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAYABLE_INTERFACE</NAME>
-#define AGS_PLAYABLE_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_PLAYABLE, AgsPlayableInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAYABLE</NAME>
-#define AGS_IS_PLAYABLE(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLAYABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLAYABLE_INTERFACE</NAME>
-#define AGS_IS_PLAYABLE_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_PLAYABLE))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLAYABLE_GET_INTERFACE</NAME>
-#define AGS_PLAYABLE_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_PLAYABLE, AgsPlayableInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsPlayable</NAME>
-typedef void AgsPlayable;
-</TYPEDEF>
-<MACRO>
-<NAME>AGS_PLAYABLE_ERROR</NAME>
-#define AGS_PLAYABLE_ERROR (ags_playable_error_quark())
-</MACRO>
-<ENUM>
-<NAME>AgsPlayableError</NAME>
-typedef enum{
-  AGS_PLAYABLE_ERROR_NO_SUCH_LEVEL,
-  AGS_PLAYABLE_ERROR_NO_SAMPLE,
-}AgsPlayableError;
-</ENUM>
-<STRUCT>
-<NAME>AgsPlayableInterface</NAME>
-struct _AgsPlayableInterface
-{
-  GTypeInterface interface;
-
-  gboolean (*open)(AgsPlayable *playable, gchar *name);
-  gboolean (*rw_open)(AgsPlayable *playable, gchar *name,
-		      gboolean create,
-		      guint samplerate, guint channels,
-		      guint frames,
-		      guint format);
-
-  /* these functions are especially for soundfonts */
-  guint (*level_count)(AgsPlayable *playable);
-  guint (*nth_level)(AgsPlayable *playable);
-  gchar* (*selected_level)(AgsPlayable *playable);
-
-  gchar** (*sublevel_names)(AgsPlayable *playable);
-  void (*level_select)(AgsPlayable *playable,
-		       guint nth_level, gchar *sublevel_name,
-		       GError **error);
-  void (*level_up)(AgsPlayable *playable,
-		   guint levels,
-		   GError **error);
-
-  void (*iter_start)(AgsPlayable *playable);
-  gboolean (*iter_next)(AgsPlayable *playable);
-
-  /* read sample data */
-  void (*info)(AgsPlayable *playable,
-	       guint *channels, guint *frames,
-	       guint *loop_start, guint *loop_end,
-	       GError **error);
-  signed short* (*read)(AgsPlayable *playable,
-			guint channel,
-			GError **error);
-
-  /* write sample data */
-  void (*write)(AgsPlayable *playable,
-		signed short *buffer, guint buffer_length);
-  void (*flush)(AgsPlayable *playable);
-
-  /* position */
-  void (*seek)(AgsPlayable *playable,
-	       guint frames, gint whence);
-
-  /* close */
-  void (*close)(AgsPlayable *playable);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_playable_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_error_quark</NAME>
-<RETURNS>GQuark  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_open</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPlayable *playable, gchar *name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_rw_open</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPlayable *playable, gchar *name, gboolean create, guint samplerate, guint channels, guint frames, guint format 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_level_count</NAME>
-<RETURNS>guint  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_nth_level</NAME>
-<RETURNS>guint  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_selected_level</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_sublevel_names</NAME>
-<RETURNS>gchar ** </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_level_select</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable, guint nth_level, gchar *sublevel_name, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_level_up</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable, guint levels, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_iter_start</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_iter_next</NAME>
-<RETURNS>gboolean  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_info</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable, guint *channels, guint *frames, guint *loop_start, guint *loop_end, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_read</NAME>
-<RETURNS>signed short * </RETURNS>
-AgsPlayable *playable, guint channel, GError **error 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_write</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable, signed short *buffer, guint buffer_length 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_flush</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_seek</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable, guint frames, gint whence 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_close</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlayable *playable 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_playable_read_audio_signal</NAME>
-<RETURNS>GList * </RETURNS>
-AgsPlayable *playable, AgsDevout *devout, guint start_channel, guint channels 
-</FUNCTION>
-<MACRO>
-<NAME>AGS_TYPE_PLUGIN</NAME>
-#define AGS_TYPE_PLUGIN                    (ags_plugin_get_type())
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN</NAME>
-#define AGS_PLUGIN(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN, AgsPlugin))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_INTERFACE</NAME>
-#define AGS_PLUGIN_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_PLUGIN, AgsPluginInterface))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN</NAME>
-#define AGS_IS_PLUGIN(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLUGIN))
-</MACRO>
-<MACRO>
-<NAME>AGS_IS_PLUGIN_INTERFACE</NAME>
-#define AGS_IS_PLUGIN_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_PLUGIN))
-</MACRO>
-<MACRO>
-<NAME>AGS_PLUGIN_GET_INTERFACE</NAME>
-#define AGS_PLUGIN_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_PLUGIN, AgsPluginInterface))
-</MACRO>
-<TYPEDEF>
-<NAME>AgsPlugin</NAME>
-typedef void AgsPlugin;
-</TYPEDEF>
-<STRUCT>
-<NAME>AgsPluginInterface</NAME>
-struct _AgsPluginInterface
-{
-  GTypeInterface interface;
-  
-  gchar* (*get_name)(AgsPlugin *plugin);
-  void (*set_name)(AgsPlugin *plugin, gchar *name);
-
-  gchar* (*get_version)(AgsPlugin *plugin);
-  void (*set_version)(AgsPlugin *plugin, gchar *version);
-
-  gchar* (*get_build_id)(AgsPlugin *plugin);
-  void (*set_build_id)(AgsPlugin *plugin, gchar *build_id);
-
-  gchar* (*get_xml_type)(AgsPlugin *plugin);
-  void (*set_xml_type)(AgsPlugin *plugin, gchar *xml_type);  
-
-  GList* (*get_ports)(AgsPlugin *plugin);
-  void (*set_ports)(AgsPlugin *plugin, GList *ports);
-
-  void (*read)(AgsFile *file,
-	       xmlNode *node,
-	       AgsPlugin *plugin);
-  xmlNode* (*write)(AgsFile *file,
-		    xmlNode *parent,
-		    AgsPlugin *plugin);
-};
-</STRUCT>
-<FUNCTION>
-<NAME>ags_plugin_get_type</NAME>
-<RETURNS>GType  </RETURNS>
- 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_get_name</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_set_name</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlugin *plugin, gchar *name 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_get_version</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_set_version</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlugin *plugin, gchar *version 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_get_build_id</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_set_build_id</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlugin *plugin, gchar *build_id 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_get_xml_type</NAME>
-<RETURNS>gchar * </RETURNS>
-AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_set_xml_type</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlugin *plugin, gchar *xml_type 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_get_ports</NAME>
-<RETURNS>GList * </RETURNS>
-AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_set_ports</NAME>
-<RETURNS>void  </RETURNS>
-AgsPlugin *plugin, GList *ports 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_read</NAME>
-<RETURNS>void  </RETURNS>
-AgsFile *file, xmlNode *node, AgsPlugin *plugin 
-</FUNCTION>
-<FUNCTION>
-<NAME>ags_plugin_write</NAME>
-<RETURNS>xmlNode * </RETURNS>
-AgsFile *file, xmlNode *parent, AgsPlugin *plugin 
-</FUNCTION>
diff --git a/doc/reference/ags/ags-docs.xml b/doc/reference/ags/ags-docs.xml
deleted file mode 100644
index 5a3ffe9..0000000
--- a/doc/reference/ags/ags-docs.xml
+++ /dev/null
@@ -1,385 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<book id="index">
-  <bookinfo>
-    <title>Advanced Gtk+ Sequencer Reference Manual</title>
-    <releaseinfo>
-      for Advanced Gtk+ Sequencer 0.4.2.
-      The latest version of this documentation can be found on-line at
-      <ulink role="online-location" url="http://ags.sourceforge.net/api/ags/index.html">http://ags.sourceforge.net/api/ags/</ulink>.
-    </releaseinfo>
-  </bookinfo>
-
-  <xi:include href="xml/main.xml"/>
-
-  <part id="util">
-    <title>Library - Completion routines</title>
-
-    <xi:include href="xml/ags_combo_box_text.xml"/>
-    <xi:include href="xml/ags_list.xml"/>
-    <xi:include href="xml/ags_parameter.xml"/>
-  </part>
-
-  <part id="util">
-    <title>Util - Helper functions</title>
-
-    <xi:include href="xml/ags_id_generator.xml"/>
-  </part>
-  
-  <part id="object">
-    <title>Object - Interfaces and marshallers</title>
-
-    <xi:include href="xml/ags_applicable.xml"/>
-    <xi:include href="xml/ags_countable.xml"/>
-    <xi:include href="xml/ags_dynamic_connectable.xml"/>
-    <xi:include href="xml/ags_main_loop.xml"/>
-    <xi:include href="xml/ags_marshal.xml"/>
-    <xi:include href="xml/ags_mutable.xml"/>
-    <xi:include href="xml/ags_packable.xml"/>
-    <xi:include href="xml/ags_portlet.xml"/>
-    <xi:include href="xml/ags_runnable.xml"/>
-    <xi:include href="xml/ags_seekable.xml"/>
-    <xi:include href="xml/ags_tactable.xml"/>
-    <xi:include href="xml/ags_stackable.xml"/>
-    <xi:include href="xml/ags_persistable.xml"/>
-    <xi:include href="xml/ags_playable.xml"/>
-    <xi:include href="xml/ags_plugin.xml"/>
-  </part>
-
-  <part id="plugin">
-    <title>Plugin - API of plugins</title>
-
-    <xi:include href="xml/ags_ladspa_manager.xml"/>
-    <xi:include href="xml/ags_plugin_factory.xml"/>
-    <xi:include href="xml/ags_plugin_stock.xml"/>
-  </part>
-
-  <part id="widget">
-    <title>Widget - GUI elements</title>
-
-    <xi:include href="xml/ags_dial.xml"/>
-    <xi:include href="xml/ags_expander.xml"/>
-    <xi:include href="xml/ags_expander_set.xml"/>
-    <xi:include href="xml/ags_indicator.xml"/>
-    <xi:include href="xml/ags_led.xml"/>
-    <xi:include href="xml/ags_ruler.xml"/>
-    <xi:include href="xml/ags_vindicator.xml"/>
-  </part>
-  
-  <part id="thread">
-    <title>Thread - Multi-threaded tree</title>
-
-    <xi:include href="xml/ags_audio_loop.xml"/>
-    <xi:include href="xml/ags_autosave_thread.xml"/>
-    <xi:include href="xml/ags_devout_thread.xml"/>
-    <xi:include href="xml/ags_export_thread.xml"/>
-    <xi:include href="xml/ags_gui_thread.xml"/>
-    <xi:include href="xml/ags_iterator_thread.xml"/>
-    <xi:include href="xml/ags_recycling_thread.xml"/>
-    <xi:include href="xml/ags_recycling_thread_callbacks.xml"/>
-    <xi:include href="xml/ags_returnable_thread.xml"/>
-    <xi:include href="xml/ags_task_thread.xml"/>
-    <xi:include href="xml/ags_timestamp_thread.xml"/>
-    <xi:include href="xml/ags_thread-posix.xml"/>
-    <xi:include href="xml/ags_thread_pool.xml"/>
-    <xi:include href="xml/ags_single_thread.xml"/>
-  </part>
-
-  <part id="audio">
-    <title>The audio layer</title>
-
-    <xi:include href="xml/ags_audio.xml"/>
-    <xi:include href="xml/ags_audio_signal.xml"/>
-    <xi:include href="xml/ags_channel.xml"/>
-    <xi:include href="xml/ags_config.xml"/>
-    <xi:include href="xml/ags_devout.xml"/>
-    <xi:include href="xml/ags_input.xml"/>
-    <xi:include href="xml/ags_notation.xml"/>
-    <xi:include href="xml/ags_note.xml"/>
-    <xi:include href="xml/ags_output.xml"/>
-    <xi:include href="xml/ags_pattern.xml"/>
-    <xi:include href="xml/ags_port.xml"/>
-    <xi:include href="xml/ags_recall.xml"/>
-    <xi:include href="xml/ags_recall_audio.xml"/>
-    <xi:include href="xml/ags_recall_audio_run.xml"/>
-    <xi:include href="xml/ags_recall_audio_signal.xml"/>
-    <xi:include href="xml/ags_recall_channel.xml"/>
-    <xi:include href="xml/ags_recall_channel_run.xml"/>
-    <xi:include href="xml/ags_recall_channel_run_dummy.xml"/>
-    <xi:include href="xml/ags_recall_container.xml"/>
-    <xi:include href="xml/ags_recall_dependency.xml"/>
-    <xi:include href="xml/ags_recall_factory.xml"/>
-    <xi:include href="xml/ags_recall_id.xml"/>
-    <xi:include href="xml/ags_recall_ladspa.xml"/>
-    <xi:include href="xml/ags_recall_ladspa_run.xml"/>
-    <xi:include href="xml/ags_recall_recycling.xml"/>
-    <xi:include href="xml/ags_recall_recycling_dummy.xml"/>
-    <xi:include href="xml/ags_recycling.xml"/>
-    <xi:include href="xml/ags_recycling_container.xml"/>
-    <xi:include href="xml/ags_task.xml"/>
-    <xi:include href="xml/ags_timestamp.xml"/>
-    <xi:include href="xml/ags_timestamp_factory.xml"/>
-    <xi:include href="xml/ags_synths.xml"/>
-
-    <chapter id="audio-file">
-      <title>Audio files - Reading/Writing audio data from disk</title>
-      
-      <xi:include href="xml/ags_audio_file.xml"/>
-      <xi:include href="xml/ags_ipatch.xml"/>
-      <xi:include href="xml/ags_ipatch_sf2_reader.xml"/>
-      <xi:include href="xml/ags_sndfile.xml"/>
-    </chapter>
-
-    <chapter id="recall">
-      <title>Recalls - Effect processors</title>
-
-      <xi:include href="xml/ags_buffer_audio_signal.xml"/>
-      <xi:include href="xml/ags_buffer_channel.xml"/>
-      <xi:include href="xml/ags_buffer_channel_run.xml"/>
-      <xi:include href="xml/ags_buffer_recycling.xml"/>
-      <xi:include href="xml/ags_copy_audio_signal.xml"/>
-      <xi:include href="xml/ags_copy_channel.xml"/>
-      <xi:include href="xml/ags_copy_channel_run.xml"/>
-      <xi:include href="xml/ags_copy_notation_audio.xml"/>
-      <xi:include href="xml/ags_copy_notation_audio_run.xml"/>
-      <xi:include href="xml/ags_copy_pattern_audio.xml"/>
-      <xi:include href="xml/ags_copy_pattern_audio_run.xml"/>
-      <xi:include href="xml/ags_copy_pattern_channel.xml"/>
-      <xi:include href="xml/ags_copy_pattern_channel_run.xml"/>
-      <xi:include href="xml/ags_copy_recycling.xml"/>
-      <xi:include href="xml/ags_count_beats_audio.xml"/>
-      <xi:include href="xml/ags_count_beats_audio_run.xml"/>
-      <xi:include href="xml/ags_delay_audio.xml"/>
-      <xi:include href="xml/ags_delay_audio_run.xml"/>
-      <xi:include href="xml/ags_loop_channel.xml"/>
-      <xi:include href="xml/ags_loop_channel_run.xml"/>
-      <xi:include href="xml/ags_peak_channel.xml"/>
-      <xi:include href="xml/ags_peak_channel_run.xml"/>
-      <xi:include href="xml/ags_volume_audio_signal.xml"/>
-      <xi:include href="xml/ags_volume_channel.xml"/>
-      <xi:include href="xml/ags_volume_channel_run.xml"/>
-      <xi:include href="xml/ags_volume_recycling.xml"/>
-      <xi:include href="xml/ags_play_audio.xml"/>
-      <xi:include href="xml/ags_play_audio_file.xml"/>
-      <xi:include href="xml/ags_play_audio_signal.xml"/>
-      <xi:include href="xml/ags_play_channel.xml"/>
-      <xi:include href="xml/ags_play_channel_run.xml"/>
-      <xi:include href="xml/ags_play_channel_run_master.xml"/>
-      <xi:include href="xml/ags_play_notation_audio.xml"/>
-      <xi:include href="xml/ags_play_notation_audio_run.xml"/>
-      <xi:include href="xml/ags_play_note.xml"/>
-      <xi:include href="xml/ags_play_pattern.xml"/>
-      <xi:include href="xml/ags_play_recycling.xml"/>
-      <xi:include href="xml/ags_stream.xml"/>
-      <xi:include href="xml/ags_stream_audio_signal.xml"/>
-      <xi:include href="xml/ags_stream_channel.xml"/>
-      <xi:include href="xml/ags_stream_channel_run.xml"/>
-      <xi:include href="xml/ags_stream_recycling.xml"/>
-    </chapter>
-
-    <chapter id="task">
-      <title>Task - Data exchanged between Audio and GUI</title>
-
-      <xi:include href="xml/ags_add_audio.xml"/>
-	  <xi:include href="xml/ags_add_audio_signal.xml"/>
-	  <xi:include href="xml/ags_add_line_member.xml"/>
-	  <xi:include href="xml/ags_add_note.xml"/>
-	  <xi:include href="xml/ags_add_point_to_selection.xml"/>
-	  <xi:include href="xml/ags_add_recall.xml"/>
-	  <xi:include href="xml/ags_add_region_to_selection.xml"/>
-	  <xi:include href="xml/ags_append_audio.xml"/>
-	  <xi:include href="xml/ags_append_audio_threaded.xml"/>
-	  <xi:include href="xml/ags_append_channel.xml"/>
-	  <xi:include href="xml/ags_append_recall.xml"/>
-	  <xi:include href="xml/ags_apply_bpm.xml"/>
-	  <xi:include href="xml/ags_apply_sequencer_length.xml"/>
-	  <xi:include href="xml/ags_apply_synth.xml"/>
-	  <xi:include href="xml/ags_apply_tact.xml"/>
-	  <xi:include href="xml/ags_apply_wavetable.xml"/>
-	  <xi:include href="xml/ags_audio_set_recycling.xml"/>
-	  <xi:include href="xml/ags_cancel_audio.xml"/>
-	  <xi:include href="xml/ags_cancel_channel.xml"/>
-	  <xi:include href="xml/ags_cancel_recall.xml"/>
-	  <xi:include href="xml/ags_change_indicator.xml"/>
-	  <xi:include href="xml/ags_change_tact.xml"/>
-	  <xi:include href="xml/ags_channel_set_recycling.xml"/>
-	  <xi:include href="xml/ags_display_tact.xml"/>
-	  <xi:include href="xml/ags_export_output.xml"/>
-	  <xi:include href="xml/ags_free_selection.xml"/>
-	  <xi:include href="xml/ags_init_audio.xml"/>
-	  <xi:include href="xml/ags_init_channel.xml"/>
-	  <xi:include href="xml/ags_mute_audio.xml"/>
-	  <xi:include href="xml/ags_mute_audio_signal.xml"/>
-	  <xi:include href="xml/ags_mute_channel.xml"/>
-	  <xi:include href="xml/ags_mute_channel_run.xml"/>
-	  <xi:include href="xml/ags_mute_recycling.xml"/>
-	  <xi:include href="xml/ags_open_file.xml"/>
-	  <xi:include href="xml/ags_open_single_file.xml"/>
-	  <xi:include href="xml/ags_remove_audio.xml"/>
-	  <xi:include href="xml/ags_remove_audio_signal.xml"/>
-	  <xi:include href="xml/ags_remove_note.xml"/>
-	  <xi:include href="xml/ags_remove_point_from_selection.xml"/>
-	  <xi:include href="xml/ags_remove_recall.xml"/>
-	  <xi:include href="xml/ags_remove_region_from_selection.xml"/>
-	  <xi:include href="xml/ags_save_file.xml"/>
-	  <xi:include href="xml/ags_scroll_on_play.xml"/>
-	  <xi:include href="xml/ags_set_audio_channels.xml"/>
-	  <xi:include href="xml/ags_set_buffer_size.xml"/>
-	  <xi:include href="xml/ags_set_devout_play_flags.xml"/>
-	  <xi:include href="xml/ags_set_muted.xml"/>
-	  <xi:include href="xml/ags_set_output_device.xml"/>
-	  <xi:include href="xml/ags_set_samplerate.xml"/>
-	  <xi:include href="xml/ags_start_devout.xml"/>
-	  <xi:include href="xml/ags_toggle_led.xml"/>
-	  <xi:include href="xml/ags_toggle_pattern_bit.xml"/>
-	  <xi:include href="xml/ags_unref_audio_signal.xml"/>
-    </chapter>
-  </part>
-
-  <part>
-    <title>Graphical user interface</title>
-
-    <xi:include href="xml/ags_audio_preferences.xml"/>
-    <xi:include href="xml/ags_audio_preferences_callbacks.xml"/>
-    <xi:include href="xml/ags_editor.xml"/>
-    <xi:include href="xml/ags_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_export_window.xml"/>
-    <xi:include href="xml/ags_export_window_callbacks.xml"/>
-    <xi:include href="xml/ags_file_selection.xml"/>
-    <xi:include href="xml/ags_file_selection_callbacks.xml"/>
-    <xi:include href="xml/ags_inline_player.xml"/>
-    <xi:include href="xml/ags_ladspa_browser.xml"/>
-    <xi:include href="xml/ags_ladspa_browser_callbacks.xml"/>
-    <xi:include href="xml/ags_line.xml"/>
-    <xi:include href="xml/ags_line_callbacks.xml"/>
-    <xi:include href="xml/ags_line_editor.xml"/>
-    <xi:include href="xml/ags_line_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_line_member.xml"/>
-    <xi:include href="xml/ags_line_member_callbacks.xml"/>
-    <xi:include href="xml/ags_line_member_editor.xml"/>
-    <xi:include href="xml/ags_line_member_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_link_channel.xml"/>
-    <xi:include href="xml/ags_link_collection_editor.xml"/>
-    <xi:include href="xml/ags_link_collection_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_link_editor.xml"/>
-    <xi:include href="xml/ags_link_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_listing_editor.xml"/>
-    <xi:include href="xml/ags_listing_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_machine.xml"/>
-    <xi:include href="xml/ags_machine_callbacks.xml"/>
-    <xi:include href="xml/ags_machine_editor.xml"/>
-    <xi:include href="xml/ags_machine_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_menu_bar.xml"/>
-    <xi:include href="xml/ags_menu_bar_callbacks.xml"/>
-    <xi:include href="xml/ags_navigation.xml"/>
-    <xi:include href="xml/ags_navigation_callbacks.xml"/>
-    <xi:include href="xml/ags_pad.xml"/>
-    <xi:include href="xml/ags_pad_callbacks.xml"/>
-    <xi:include href="xml/ags_pad_editor.xml"/>
-    <xi:include href="xml/ags_pad_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_performance_preferences.xml"/>
-    <xi:include href="xml/ags_plugin_preferences.xml"/>
-    <xi:include href="xml/ags_preferences.xml"/>
-    <xi:include href="xml/ags_preferences_callbacks.xml"/>
-    <xi:include href="xml/ags_property_collection_editor.xml"/>
-    <xi:include href="xml/ags_property_collection_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_property_editor.xml"/>
-    <xi:include href="xml/ags_property_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_property_listing_editor.xml"/>
-    <xi:include href="xml/ags_resize_editor.xml"/>
-    <xi:include href="xml/ags_server_preferences.xml"/>
-    <xi:include href="xml/ags_window.xml"/>
-    <xi:include href="xml/ags_window_callbacks.xml"/>
-
-    <chapter id="editor">
-      <title>Editor - Piano roll and its controls</title>
-      
-      <xi:include href="xml/ags_toolbar_mode_stock.xml"/>
-      <xi:include href="xml/ags_toolbar.xml"/>
-      <xi:include href="xml/ags_toolbar_callbacks.xml"/>
-      <xi:include href="xml/ags_machine_selection.xml"/>
-      <xi:include href="xml/ags_machine_selector.xml"/>
-      <xi:include href="xml/ags_machine_selector_callbacks.xml"/>
-      <xi:include href="xml/ags_machine_radio_button.xml"/>
-      <xi:include href="xml/ags_notebook.xml"/>
-      <xi:include href="xml/ags_notebook_callbacks.xml"/>
-      <xi:include href="xml/ags_meter.xml"/>
-      <xi:include href="xml/ags_meter_callbacks.xml"/>
-      <xi:include href="xml/ags_note_edit.xml"/>
-      <xi:include href="xml/ags_note_edit_callbacks.xml"/>
-      <xi:include href="xml/ags_sf2_chooser.xml"/>
-      <xi:include href="xml/ags_sf2_chooser_callbacks.xml"/>
-    </chapter>
-
-    <chapter id="engines">
-      <title>Engines - Composite widgets with audio set up</title>
-
-      <xi:include href="xml/ags_panel.xml"/>
-      <xi:include href="xml/ags_panel_callbacks.xml"/>
-      <xi:include href="xml/ags_panel_input_line.xml"/>
-      <xi:include href="xml/ags_panel_input_pad.xml"/>
-      <xi:include href="xml/ags_mixer.xml"/>
-      <xi:include href="xml/ags_mixer_callbacks.xml"/>
-      <xi:include href="xml/ags_mixer_input_line.xml"/>
-      <xi:include href="xml/ags_mixer_input_pad.xml"/>
-      <xi:include href="xml/ags_drum.xml"/>
-      <xi:include href="xml/ags_drum_callbacks.xml"/>
-      <xi:include href="xml/ags_drum_input_line.xml"/>
-      <xi:include href="xml/ags_drum_input_line_callbacks.xml"/>
-      <xi:include href="xml/ags_drum_input_pad.xml"/>
-      <xi:include href="xml/ags_drum_input_pad_callbacks.xml"/>
-      <xi:include href="xml/ags_drum_output_line.xml"/>
-      <xi:include href="xml/ags_drum_output_line_callbacks.xml"/>
-      <xi:include href="xml/ags_drum_output_pad.xml"/>
-      <xi:include href="xml/ags_drum_output_pad_callbacks.xml"/>
-      <xi:include href="xml/ags_matrix.xml"/>
-      <xi:include href="xml/ags_matrix_callbacks.xml"/>
-      <xi:include href="xml/ags_synth.xml"/>
-      <xi:include href="xml/ags_synth_callbacks.xml"/>
-      <xi:include href="xml/ags_synth_input_line.xml"/>
-      <xi:include href="xml/ags_synth_input_pad.xml"/>
-      <xi:include href="xml/ags_oscillator.xml"/>
-      <xi:include href="xml/ags_oscillator_callbacks.xml"/>
-      <xi:include href="xml/ags_ffplayer.xml"/>
-      <xi:include href="xml/ags_ffplayer_callbacks.xml"/>
-    </chapter>
-  </part>
-  
-  <part id="xml-io">
-    <title>XML Input/Output - Persist project</title>
-    
-    <xi:include href="xml/ags_file_stock.xml"/>
-    <xi:include href="xml/ags_file.xml"/>
-    <xi:include href="xml/ags_file_id_ref.xml"/>
-    <xi:include href="xml/ags_file_link.xml"/>
-    <xi:include href="xml/ags_file_lookup.xml"/>
-    <xi:include href="xml/ags_file_launch.xml"/>
-    <xi:include href="xml/ags_file_gui.xml"/>
-    <xi:include href="xml/ags_file_sound.xml"/>
-    <xi:include href="xml/ags_file_util.xml"/>
-    <xi:include href="xml/ags_file_thread.xml"/>
-  </part>
-
-  <part id="xml-rpc">
-    <title>XML-RPC - planned server</title>
-
-    <xi:include href="xml/ags_registry.xml"/>
-    <xi:include href="xml/ags_remote_task.xml"/>
-    <xi:include href="xml/ags_server.xml"/>
-  </part>
-  
-  <index id="api-index-full">
-    <title>API Index</title>
-    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
-  </index>
-  <index id="deprecated-api-index" role="deprecated">
-    <title>Index of deprecated API</title>
-    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
-  </index>
-  
-  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
-</book>
diff --git a/doc/reference/ags/ags-scan.c b/doc/reference/ags/ags-scan.c
deleted file mode 100644
index b7a8188..0000000
--- a/doc/reference/ags/ags-scan.c
+++ /dev/null
@@ -1,1690 +0,0 @@
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
-#include <glib-object.h>
-
-extern GType ags_add_audio_get_type (void);
-extern GType ags_add_audio_signal_get_type (void);
-extern GType ags_add_line_member_get_type (void);
-extern GType ags_add_note_get_type (void);
-extern GType ags_add_point_to_selection_get_type (void);
-extern GType ags_add_recall_get_type (void);
-extern GType ags_add_region_to_selection_get_type (void);
-extern GType ags_append_audio_get_type (void);
-extern GType ags_append_audio_threaded_get_type (void);
-extern GType ags_append_channel_get_type (void);
-extern GType ags_append_recall_get_type (void);
-extern GType ags_applicable_get_type (void);
-extern GType ags_apply_bpm_get_type (void);
-extern GType ags_apply_sequencer_length_get_type (void);
-extern GType ags_apply_synth_get_type (void);
-extern GType ags_apply_tact_get_type (void);
-extern GType ags_apply_wavetable_get_type (void);
-extern GType ags_async_queue_get_type (void);
-extern GType ags_audio_file_get_type (void);
-extern GType ags_audio_file_xml_get_type (void);
-extern GType ags_audio_get_type (void);
-extern GType ags_audio_loop_get_type (void);
-extern GType ags_audio_preferences_get_type (void);
-extern GType ags_audio_set_recycling_get_type (void);
-extern GType ags_audio_signal_get_type (void);
-extern GType ags_autosave_thread_get_type (void);
-extern GType ags_buffer_audio_signal_get_type (void);
-extern GType ags_buffer_channel_get_type (void);
-extern GType ags_buffer_channel_run_get_type (void);
-extern GType ags_buffer_recycling_get_type (void);
-extern GType ags_cancel_audio_get_type (void);
-extern GType ags_cancel_channel_get_type (void);
-extern GType ags_cancel_recall_get_type (void);
-extern GType ags_cartesian_get_type (void);
-extern GType ags_change_indicator_get_type (void);
-extern GType ags_change_tact_get_type (void);
-extern GType ags_channel_get_type (void);
-extern GType ags_channel_set_recycling_get_type (void);
-extern GType ags_clone_channel_get_type (void);
-extern GType ags_clone_channel_run_get_type (void);
-extern GType ags_config_get_type (void);
-extern GType ags_copy_audio_signal_get_type (void);
-extern GType ags_copy_channel_get_type (void);
-extern GType ags_copy_channel_run_get_type (void);
-extern GType ags_copy_notation_audio_get_type (void);
-extern GType ags_copy_notation_audio_run_get_type (void);
-extern GType ags_copy_pattern_audio_get_type (void);
-extern GType ags_copy_pattern_audio_run_get_type (void);
-extern GType ags_copy_pattern_channel_get_type (void);
-extern GType ags_copy_pattern_channel_run_get_type (void);
-extern GType ags_copy_recycling_get_type (void);
-extern GType ags_count_beats_audio_get_type (void);
-extern GType ags_count_beats_audio_run_get_type (void);
-extern GType ags_countable_get_type (void);
-extern GType ags_delay_audio_get_type (void);
-extern GType ags_delay_audio_run_get_type (void);
-extern GType ags_devout_get_type (void);
-extern GType ags_devout_thread_get_type (void);
-extern GType ags_dial_get_type (void);
-extern GType ags_display_tact_get_type (void);
-extern GType ags_drum_get_type (void);
-extern GType ags_drum_input_line_get_type (void);
-extern GType ags_drum_input_pad_get_type (void);
-extern GType ags_drum_output_line_get_type (void);
-extern GType ags_drum_output_pad_get_type (void);
-extern GType ags_dynamic_connectable_get_type (void);
-extern GType ags_editor_get_type (void);
-extern GType ags_effect_get_type (void);
-extern GType ags_expander_get_type (void);
-extern GType ags_expander_set_get_type (void);
-extern GType ags_export_output_get_type (void);
-extern GType ags_export_thread_get_type (void);
-extern GType ags_export_window_get_type (void);
-extern GType ags_ffplayer_get_type (void);
-extern GType ags_file_get_type (void);
-extern GType ags_file_id_ref_get_type (void);
-extern GType ags_file_launch_get_type (void);
-extern GType ags_file_link_get_type (void);
-extern GType ags_file_lookup_get_type (void);
-extern GType ags_file_read_get_type (void);
-extern GType ags_file_selection_get_type (void);
-extern GType ags_file_value_factory_get_type (void);
-extern GType ags_file_write_get_type (void);
-extern GType ags_free_selection_get_type (void);
-extern GType ags_garbage_collector_get_type (void);
-extern GType ags_generic_preferences_get_type (void);
-extern GType ags_gui_task_thread_get_type (void);
-extern GType ags_gui_thread_get_type (void);
-extern GType ags_hindicator_get_type (void);
-extern GType ags_history_get_type (void);
-extern GType ags_indicator_get_type (void);
-extern GType ags_init_audio_get_type (void);
-extern GType ags_init_channel_get_type (void);
-extern GType ags_inline_player_get_type (void);
-extern GType ags_input_get_type (void);
-extern GType ags_ipatch_get_type (void);
-extern GType ags_ipatch_sf2_reader_get_type (void);
-extern GType ags_iterator_thread_get_type (void);
-extern GType ags_ladspa_browser_get_type (void);
-extern GType ags_ladspa_manager_get_type (void);
-extern GType ags_led_get_type (void);
-extern GType ags_libao_get_type (void);
-extern GType ags_line_editor_get_type (void);
-extern GType ags_line_get_type (void);
-extern GType ags_line_member_editor_get_type (void);
-extern GType ags_line_member_get_type (void);
-extern GType ags_link_channel_get_type (void);
-extern GType ags_link_collection_editor_get_type (void);
-extern GType ags_link_editor_get_type (void);
-extern GType ags_listing_editor_get_type (void);
-extern GType ags_loop_channel_get_type (void);
-extern GType ags_loop_channel_run_get_type (void);
-extern GType ags_machine_editor_get_type (void);
-extern GType ags_machine_get_type (void);
-extern GType ags_machine_radio_button_get_type (void);
-extern GType ags_machine_selection_get_type (void);
-extern GType ags_machine_selector_get_type (void);
-extern GType ags_main_get_type (void);
-extern GType ags_main_loop_get_type (void);
-extern GType ags_matrix_get_type (void);
-extern GType ags_menu_bar_get_type (void);
-extern GType ags_menu_get_type (void);
-extern GType ags_menu_item_get_type (void);
-extern GType ags_meter_get_type (void);
-extern GType ags_mixer_get_type (void);
-extern GType ags_mixer_input_line_get_type (void);
-extern GType ags_mixer_input_pad_get_type (void);
-extern GType ags_mutable_get_type (void);
-extern GType ags_mute_audio_get_type (void);
-extern GType ags_mute_audio_signal_get_type (void);
-extern GType ags_mute_channel_get_type (void);
-extern GType ags_mute_channel_run_get_type (void);
-extern GType ags_mute_recycling_get_type (void);
-extern GType ags_navigation_get_type (void);
-extern GType ags_notation_get_type (void);
-extern GType ags_note_edit_get_type (void);
-extern GType ags_note_get_type (void);
-extern GType ags_notebook_get_type (void);
-extern GType ags_open_file_get_type (void);
-extern GType ags_open_single_file_get_type (void);
-extern GType ags_option_menu_get_type (void);
-extern GType ags_oscillator_get_type (void);
-extern GType ags_output_get_type (void);
-extern GType ags_packable_get_type (void);
-extern GType ags_pad_editor_get_type (void);
-extern GType ags_pad_get_type (void);
-extern GType ags_panel_get_type (void);
-extern GType ags_panel_input_line_get_type (void);
-extern GType ags_panel_input_pad_get_type (void);
-extern GType ags_pattern_get_type (void);
-extern GType ags_peak_channel_get_type (void);
-extern GType ags_peak_channel_run_get_type (void);
-extern GType ags_performance_preferences_get_type (void);
-extern GType ags_persistable_get_type (void);
-extern GType ags_play_audio_file_get_type (void);
-extern GType ags_play_audio_get_type (void);
-extern GType ags_play_audio_signal_get_type (void);
-extern GType ags_play_channel_get_type (void);
-extern GType ags_play_channel_run_get_type (void);
-extern GType ags_play_channel_run_master_get_type (void);
-extern GType ags_play_notation_audio_get_type (void);
-extern GType ags_play_notation_audio_run_get_type (void);
-extern GType ags_play_note_get_type (void);
-extern GType ags_play_pattern_get_type (void);
-extern GType ags_play_recycling_get_type (void);
-extern GType ags_playable_get_type (void);
-extern GType ags_plugin_factory_get_type (void);
-extern GType ags_plugin_get_type (void);
-extern GType ags_plugin_preferences_get_type (void);
-extern GType ags_port_get_type (void);
-extern GType ags_portable_thread_get_type (void);
-extern GType ags_portlet_get_type (void);
-extern GType ags_preferences_get_type (void);
-extern GType ags_property_collection_editor_get_type (void);
-extern GType ags_property_editor_get_type (void);
-extern GType ags_property_listing_editor_get_type (void);
-extern GType ags_recall_audio_get_type (void);
-extern GType ags_recall_audio_run_get_type (void);
-extern GType ags_recall_audio_signal_get_type (void);
-extern GType ags_recall_channel_get_type (void);
-extern GType ags_recall_channel_run_dummy_get_type (void);
-extern GType ags_recall_channel_run_get_type (void);
-extern GType ags_recall_container_get_type (void);
-extern GType ags_recall_dependency_get_type (void);
-extern GType ags_recall_factory_get_type (void);
-extern GType ags_recall_get_type (void);
-extern GType ags_recall_id_get_type (void);
-extern GType ags_recall_ladspa_get_type (void);
-extern GType ags_recall_ladspa_run_get_type (void);
-extern GType ags_recall_recycling_dummy_get_type (void);
-extern GType ags_recall_recycling_get_type (void);
-extern GType ags_record_thread_get_type (void);
-extern GType ags_recycling_container_get_type (void);
-extern GType ags_recycling_get_type (void);
-extern GType ags_recycling_thread_get_type (void);
-extern GType ags_registry_get_type (void);
-extern GType ags_remote_task_get_type (void);
-extern GType ags_remove_audio_get_type (void);
-extern GType ags_remove_audio_signal_get_type (void);
-extern GType ags_remove_note_get_type (void);
-extern GType ags_remove_point_from_selection_get_type (void);
-extern GType ags_remove_recall_get_type (void);
-extern GType ags_remove_region_from_selection_get_type (void);
-extern GType ags_returnable_thread_get_type (void);
-extern GType ags_ruler_get_type (void);
-extern GType ags_runnable_get_type (void);
-extern GType ags_save_file_get_type (void);
-extern GType ags_scroll_on_play_get_type (void);
-extern GType ags_seekable_get_type (void);
-extern GType ags_segment_get_type (void);
-extern GType ags_server_get_type (void);
-extern GType ags_server_preferences_get_type (void);
-extern GType ags_set_audio_channels_get_type (void);
-extern GType ags_set_buffer_size_get_type (void);
-extern GType ags_set_devout_play_flags_get_type (void);
-extern GType ags_set_muted_get_type (void);
-extern GType ags_set_output_device_get_type (void);
-extern GType ags_set_samplerate_get_type (void);
-extern GType ags_sf2_chooser_get_type (void);
-extern GType ags_single_thread_get_type (void);
-extern GType ags_sndfile_get_type (void);
-extern GType ags_soundcard_get_type (void);
-extern GType ags_stackable_get_type (void);
-extern GType ags_start_devout_get_type (void);
-extern GType ags_stream_audio_signal_get_type (void);
-extern GType ags_stream_channel_get_type (void);
-extern GType ags_stream_channel_run_get_type (void);
-extern GType ags_stream_get_type (void);
-extern GType ags_stream_recycling_get_type (void);
-extern GType ags_synth_get_type (void);
-extern GType ags_synth_input_line_get_type (void);
-extern GType ags_synth_input_pad_get_type (void);
-extern GType ags_table_get_type (void);
-extern GType ags_tactable_get_type (void);
-extern GType ags_task_get_type (void);
-extern GType ags_task_thread_get_type (void);
-extern GType ags_thread_get_type (void);
-extern GType ags_thread_get_type (void);
-extern GType ags_thread_pool_get_type (void);
-extern GType ags_timestamp_factory_get_type (void);
-extern GType ags_timestamp_get_type (void);
-extern GType ags_timestamp_thread_get_type (void);
-extern GType ags_toggle_led_get_type (void);
-extern GType ags_toggle_pattern_bit_get_type (void);
-extern GType ags_toolbar_get_type (void);
-extern GType ags_tree_iterator_get_type (void);
-extern GType ags_unref_audio_signal_get_type (void);
-extern GType ags_vindicator_get_type (void);
-extern GType ags_volume_audio_signal_get_type (void);
-extern GType ags_volume_channel_get_type (void);
-extern GType ags_volume_channel_run_get_type (void);
-extern GType ags_volume_recycling_get_type (void);
-extern GType ags_waveform_get_type (void);
-extern GType ags_window_get_type (void);
-
-#ifdef GTK_IS_WIDGET_CLASS
-#include <gtk/gtk.h>
-#endif
-GType object_types[255];
-
-static GType *
-get_object_types (void)
-{
-    gpointer g_object_class;
-    gint i = 0;
-    object_types[i++] = ags_add_audio_get_type ();
-    object_types[i++] = ags_add_audio_signal_get_type ();
-    object_types[i++] = ags_add_line_member_get_type ();
-    object_types[i++] = ags_add_note_get_type ();
-    object_types[i++] = ags_add_point_to_selection_get_type ();
-    object_types[i++] = ags_add_recall_get_type ();
-    object_types[i++] = ags_add_region_to_selection_get_type ();
-    object_types[i++] = ags_append_audio_get_type ();
-    object_types[i++] = ags_append_audio_threaded_get_type ();
-    object_types[i++] = ags_append_channel_get_type ();
-    object_types[i++] = ags_append_recall_get_type ();
-    object_types[i++] = ags_applicable_get_type ();
-    object_types[i++] = ags_apply_bpm_get_type ();
-    object_types[i++] = ags_apply_sequencer_length_get_type ();
-    object_types[i++] = ags_apply_synth_get_type ();
-    object_types[i++] = ags_apply_tact_get_type ();
-    object_types[i++] = ags_apply_wavetable_get_type ();
-    object_types[i++] = ags_async_queue_get_type ();
-    object_types[i++] = ags_audio_file_get_type ();
-    object_types[i++] = ags_audio_file_xml_get_type ();
-    object_types[i++] = ags_audio_get_type ();
-    object_types[i++] = ags_audio_loop_get_type ();
-    object_types[i++] = ags_audio_preferences_get_type ();
-    object_types[i++] = ags_audio_set_recycling_get_type ();
-    object_types[i++] = ags_audio_signal_get_type ();
-    object_types[i++] = ags_autosave_thread_get_type ();
-    object_types[i++] = ags_buffer_audio_signal_get_type ();
-    object_types[i++] = ags_buffer_channel_get_type ();
-    object_types[i++] = ags_buffer_channel_run_get_type ();
-    object_types[i++] = ags_buffer_recycling_get_type ();
-    object_types[i++] = ags_cancel_audio_get_type ();
-    object_types[i++] = ags_cancel_channel_get_type ();
-    object_types[i++] = ags_cancel_recall_get_type ();
-    object_types[i++] = ags_cartesian_get_type ();
-    object_types[i++] = ags_change_indicator_get_type ();
-    object_types[i++] = ags_change_tact_get_type ();
-    object_types[i++] = ags_channel_get_type ();
-    object_types[i++] = ags_channel_set_recycling_get_type ();
-    object_types[i++] = ags_clone_channel_get_type ();
-    object_types[i++] = ags_clone_channel_run_get_type ();
-    object_types[i++] = ags_config_get_type ();
-    object_types[i++] = ags_copy_audio_signal_get_type ();
-    object_types[i++] = ags_copy_channel_get_type ();
-    object_types[i++] = ags_copy_channel_run_get_type ();
-    object_types[i++] = ags_copy_notation_audio_get_type ();
-    object_types[i++] = ags_copy_notation_audio_run_get_type ();
-    object_types[i++] = ags_copy_pattern_audio_get_type ();
-    object_types[i++] = ags_copy_pattern_audio_run_get_type ();
-    object_types[i++] = ags_copy_pattern_channel_get_type ();
-    object_types[i++] = ags_copy_pattern_channel_run_get_type ();
-    object_types[i++] = ags_copy_recycling_get_type ();
-    object_types[i++] = ags_count_beats_audio_get_type ();
-    object_types[i++] = ags_count_beats_audio_run_get_type ();
-    object_types[i++] = ags_countable_get_type ();
-    object_types[i++] = ags_delay_audio_get_type ();
-    object_types[i++] = ags_delay_audio_run_get_type ();
-    object_types[i++] = ags_devout_get_type ();
-    object_types[i++] = ags_devout_thread_get_type ();
-    object_types[i++] = ags_dial_get_type ();
-    object_types[i++] = ags_display_tact_get_type ();
-    object_types[i++] = ags_drum_get_type ();
-    object_types[i++] = ags_drum_input_line_get_type ();
-    object_types[i++] = ags_drum_input_pad_get_type ();
-    object_types[i++] = ags_drum_output_line_get_type ();
-    object_types[i++] = ags_drum_output_pad_get_type ();
-    object_types[i++] = ags_dynamic_connectable_get_type ();
-    object_types[i++] = ags_editor_get_type ();
-    object_types[i++] = ags_effect_get_type ();
-    object_types[i++] = ags_expander_get_type ();
-    object_types[i++] = ags_expander_set_get_type ();
-    object_types[i++] = ags_export_output_get_type ();
-    object_types[i++] = ags_export_thread_get_type ();
-    object_types[i++] = ags_export_window_get_type ();
-    object_types[i++] = ags_ffplayer_get_type ();
-    object_types[i++] = ags_file_get_type ();
-    object_types[i++] = ags_file_id_ref_get_type ();
-    object_types[i++] = ags_file_launch_get_type ();
-    object_types[i++] = ags_file_link_get_type ();
-    object_types[i++] = ags_file_lookup_get_type ();
-    object_types[i++] = ags_file_read_get_type ();
-    object_types[i++] = ags_file_selection_get_type ();
-    object_types[i++] = ags_file_value_factory_get_type ();
-    object_types[i++] = ags_file_write_get_type ();
-    object_types[i++] = ags_free_selection_get_type ();
-    object_types[i++] = ags_garbage_collector_get_type ();
-    object_types[i++] = ags_generic_preferences_get_type ();
-    object_types[i++] = ags_gui_task_thread_get_type ();
-    object_types[i++] = ags_gui_thread_get_type ();
-    object_types[i++] = ags_hindicator_get_type ();
-    object_types[i++] = ags_history_get_type ();
-    object_types[i++] = ags_indicator_get_type ();
-    object_types[i++] = ags_init_audio_get_type ();
-    object_types[i++] = ags_init_channel_get_type ();
-    object_types[i++] = ags_inline_player_get_type ();
-    object_types[i++] = ags_input_get_type ();
-    object_types[i++] = ags_ipatch_get_type ();
-    object_types[i++] = ags_ipatch_sf2_reader_get_type ();
-    object_types[i++] = ags_iterator_thread_get_type ();
-    object_types[i++] = ags_ladspa_browser_get_type ();
-    object_types[i++] = ags_ladspa_manager_get_type ();
-    object_types[i++] = ags_led_get_type ();
-    object_types[i++] = ags_libao_get_type ();
-    object_types[i++] = ags_line_editor_get_type ();
-    object_types[i++] = ags_line_get_type ();
-    object_types[i++] = ags_line_member_editor_get_type ();
-    object_types[i++] = ags_line_member_get_type ();
-    object_types[i++] = ags_link_channel_get_type ();
-    object_types[i++] = ags_link_collection_editor_get_type ();
-    object_types[i++] = ags_link_editor_get_type ();
-    object_types[i++] = ags_listing_editor_get_type ();
-    object_types[i++] = ags_loop_channel_get_type ();
-    object_types[i++] = ags_loop_channel_run_get_type ();
-    object_types[i++] = ags_machine_editor_get_type ();
-    object_types[i++] = ags_machine_get_type ();
-    object_types[i++] = ags_machine_radio_button_get_type ();
-    object_types[i++] = ags_machine_selection_get_type ();
-    object_types[i++] = ags_machine_selector_get_type ();
-    object_types[i++] = ags_main_get_type ();
-    object_types[i++] = ags_main_loop_get_type ();
-    object_types[i++] = ags_matrix_get_type ();
-    object_types[i++] = ags_menu_bar_get_type ();
-    object_types[i++] = ags_menu_get_type ();
-    object_types[i++] = ags_menu_item_get_type ();
-    object_types[i++] = ags_meter_get_type ();
-    object_types[i++] = ags_mixer_get_type ();
-    object_types[i++] = ags_mixer_input_line_get_type ();
-    object_types[i++] = ags_mixer_input_pad_get_type ();
-    object_types[i++] = ags_mutable_get_type ();
-    object_types[i++] = ags_mute_audio_get_type ();
-    object_types[i++] = ags_mute_audio_signal_get_type ();
-    object_types[i++] = ags_mute_channel_get_type ();
-    object_types[i++] = ags_mute_channel_run_get_type ();
-    object_types[i++] = ags_mute_recycling_get_type ();
-    object_types[i++] = ags_navigation_get_type ();
-    object_types[i++] = ags_notation_get_type ();
-    object_types[i++] = ags_note_edit_get_type ();
-    object_types[i++] = ags_note_get_type ();
-    object_types[i++] = ags_notebook_get_type ();
-    object_types[i++] = ags_open_file_get_type ();
-    object_types[i++] = ags_open_single_file_get_type ();
-    object_types[i++] = ags_option_menu_get_type ();
-    object_types[i++] = ags_oscillator_get_type ();
-    object_types[i++] = ags_output_get_type ();
-    object_types[i++] = ags_packable_get_type ();
-    object_types[i++] = ags_pad_editor_get_type ();
-    object_types[i++] = ags_pad_get_type ();
-    object_types[i++] = ags_panel_get_type ();
-    object_types[i++] = ags_panel_input_line_get_type ();
-    object_types[i++] = ags_panel_input_pad_get_type ();
-    object_types[i++] = ags_pattern_get_type ();
-    object_types[i++] = ags_peak_channel_get_type ();
-    object_types[i++] = ags_peak_channel_run_get_type ();
-    object_types[i++] = ags_performance_preferences_get_type ();
-    object_types[i++] = ags_persistable_get_type ();
-    object_types[i++] = ags_play_audio_file_get_type ();
-    object_types[i++] = ags_play_audio_get_type ();
-    object_types[i++] = ags_play_audio_signal_get_type ();
-    object_types[i++] = ags_play_channel_get_type ();
-    object_types[i++] = ags_play_channel_run_get_type ();
-    object_types[i++] = ags_play_channel_run_master_get_type ();
-    object_types[i++] = ags_play_notation_audio_get_type ();
-    object_types[i++] = ags_play_notation_audio_run_get_type ();
-    object_types[i++] = ags_play_note_get_type ();
-    object_types[i++] = ags_play_pattern_get_type ();
-    object_types[i++] = ags_play_recycling_get_type ();
-    object_types[i++] = ags_playable_get_type ();
-    object_types[i++] = ags_plugin_factory_get_type ();
-    object_types[i++] = ags_plugin_get_type ();
-    object_types[i++] = ags_plugin_preferences_get_type ();
-    object_types[i++] = ags_port_get_type ();
-    object_types[i++] = ags_portable_thread_get_type ();
-    object_types[i++] = ags_portlet_get_type ();
-    object_types[i++] = ags_preferences_get_type ();
-    object_types[i++] = ags_property_collection_editor_get_type ();
-    object_types[i++] = ags_property_editor_get_type ();
-    object_types[i++] = ags_property_listing_editor_get_type ();
-    object_types[i++] = ags_recall_audio_get_type ();
-    object_types[i++] = ags_recall_audio_run_get_type ();
-    object_types[i++] = ags_recall_audio_signal_get_type ();
-    object_types[i++] = ags_recall_channel_get_type ();
-    object_types[i++] = ags_recall_channel_run_dummy_get_type ();
-    object_types[i++] = ags_recall_channel_run_get_type ();
-    object_types[i++] = ags_recall_container_get_type ();
-    object_types[i++] = ags_recall_dependency_get_type ();
-    object_types[i++] = ags_recall_factory_get_type ();
-    object_types[i++] = ags_recall_get_type ();
-    object_types[i++] = ags_recall_id_get_type ();
-    object_types[i++] = ags_recall_ladspa_get_type ();
-    object_types[i++] = ags_recall_ladspa_run_get_type ();
-    object_types[i++] = ags_recall_recycling_dummy_get_type ();
-    object_types[i++] = ags_recall_recycling_get_type ();
-    object_types[i++] = ags_record_thread_get_type ();
-    object_types[i++] = ags_recycling_container_get_type ();
-    object_types[i++] = ags_recycling_get_type ();
-    object_types[i++] = ags_recycling_thread_get_type ();
-    object_types[i++] = ags_registry_get_type ();
-    object_types[i++] = ags_remote_task_get_type ();
-    object_types[i++] = ags_remove_audio_get_type ();
-    object_types[i++] = ags_remove_audio_signal_get_type ();
-    object_types[i++] = ags_remove_note_get_type ();
-    object_types[i++] = ags_remove_point_from_selection_get_type ();
-    object_types[i++] = ags_remove_recall_get_type ();
-    object_types[i++] = ags_remove_region_from_selection_get_type ();
-    object_types[i++] = ags_returnable_thread_get_type ();
-    object_types[i++] = ags_ruler_get_type ();
-    object_types[i++] = ags_runnable_get_type ();
-    object_types[i++] = ags_save_file_get_type ();
-    object_types[i++] = ags_scroll_on_play_get_type ();
-    object_types[i++] = ags_seekable_get_type ();
-    object_types[i++] = ags_segment_get_type ();
-    object_types[i++] = ags_server_get_type ();
-    object_types[i++] = ags_server_preferences_get_type ();
-    object_types[i++] = ags_set_audio_channels_get_type ();
-    object_types[i++] = ags_set_buffer_size_get_type ();
-    object_types[i++] = ags_set_devout_play_flags_get_type ();
-    object_types[i++] = ags_set_muted_get_type ();
-    object_types[i++] = ags_set_output_device_get_type ();
-    object_types[i++] = ags_set_samplerate_get_type ();
-    object_types[i++] = ags_sf2_chooser_get_type ();
-    object_types[i++] = ags_single_thread_get_type ();
-    object_types[i++] = ags_sndfile_get_type ();
-    object_types[i++] = ags_soundcard_get_type ();
-    object_types[i++] = ags_stackable_get_type ();
-    object_types[i++] = ags_start_devout_get_type ();
-    object_types[i++] = ags_stream_audio_signal_get_type ();
-    object_types[i++] = ags_stream_channel_get_type ();
-    object_types[i++] = ags_stream_channel_run_get_type ();
-    object_types[i++] = ags_stream_get_type ();
-    object_types[i++] = ags_stream_recycling_get_type ();
-    object_types[i++] = ags_synth_get_type ();
-    object_types[i++] = ags_synth_input_line_get_type ();
-    object_types[i++] = ags_synth_input_pad_get_type ();
-    object_types[i++] = ags_table_get_type ();
-    object_types[i++] = ags_tactable_get_type ();
-    object_types[i++] = ags_task_get_type ();
-    object_types[i++] = ags_task_thread_get_type ();
-    object_types[i++] = ags_thread_get_type ();
-    object_types[i++] = ags_thread_get_type ();
-    object_types[i++] = ags_thread_pool_get_type ();
-    object_types[i++] = ags_timestamp_factory_get_type ();
-    object_types[i++] = ags_timestamp_get_type ();
-    object_types[i++] = ags_timestamp_thread_get_type ();
-    object_types[i++] = ags_toggle_led_get_type ();
-    object_types[i++] = ags_toggle_pattern_bit_get_type ();
-    object_types[i++] = ags_toolbar_get_type ();
-    object_types[i++] = ags_tree_iterator_get_type ();
-    object_types[i++] = ags_unref_audio_signal_get_type ();
-    object_types[i++] = ags_vindicator_get_type ();
-    object_types[i++] = ags_volume_audio_signal_get_type ();
-    object_types[i++] = ags_volume_channel_get_type ();
-    object_types[i++] = ags_volume_channel_run_get_type ();
-    object_types[i++] = ags_volume_recycling_get_type ();
-    object_types[i++] = ags_waveform_get_type ();
-    object_types[i++] = ags_window_get_type ();
-    object_types[i] = 0;
-
-    /* reference the GObjectClass to initialize the param spec pool
-     * potentially needed by interfaces. See http://bugs.gnome.org/571820 */
-    g_object_class = g_type_class_ref (G_TYPE_OBJECT);
-
-    /* Need to make sure all the types are loaded in and initialize
-     * their signals and properties.
-     */
-    for (i=0; object_types[i]; i++)
-      {
-        if (G_TYPE_IS_CLASSED (object_types[i]))
-          g_type_class_ref (object_types[i]);
-        if (G_TYPE_IS_INTERFACE (object_types[i]))
-          g_type_default_interface_ref (object_types[i]);
-      }
-
-    g_type_class_unref (g_object_class);
-
-    return object_types;
-}
-
-/*
- * This uses GObject type functions to output signal prototypes and the object
- * hierarchy.
- */
-
-/* The output files */
-const gchar *signals_filename = "./ags.signals.new";
-const gchar *hierarchy_filename = "./ags.hierarchy.new";
-const gchar *interfaces_filename = "./ags.interfaces.new";
-const gchar *prerequisites_filename = "./ags.prerequisites.new";
-const gchar *args_filename = "./ags.args.new";
-
-
-static void output_signals (void);
-static void output_object_signals (FILE *fp,
-                                   GType object_type);
-static void output_object_signal (FILE *fp,
-                                  const gchar *object_class_name,
-                                  guint signal_id);
-static const gchar * get_type_name (GType type,
-                                    gboolean * is_pointer);
-static void output_object_hierarchy (void);
-static void output_hierarchy (FILE *fp,
-                              GType type,
-                              guint level);
-
-static void output_object_interfaces (void);
-static void output_interfaces (FILE *fp,
-                               GType type);
-
-static void output_interface_prerequisites (void);
-static void output_prerequisites (FILE *fp,
-                                  GType type);
-
-static void output_args (void);
-static void output_object_args (FILE *fp, GType object_type);
-
-int
-main (int argc, char *argv[])
-{
-  g_type_init(); g_type_class_ref(G_TYPE_OBJECT);
-
-  get_object_types ();
-
-  output_signals ();
-  output_object_hierarchy ();
-  output_object_interfaces ();
-  output_interface_prerequisites ();
-  output_args ();
-
-  return 0;
-}
-
-
-static void
-output_signals (void)
-{
-  FILE *fp;
-  gint i;
-
-  fp = fopen (signals_filename, "w");
-  if (fp == NULL)
-    {
-      g_warning ("Couldn't open output file: %s : %s", signals_filename, g_strerror(errno));
-      return;
-    }
-
-  for (i = 0; object_types[i]; i++)
-    output_object_signals (fp, object_types[i]);
-
-  fclose (fp);
-}
-
-static gint
-compare_signals (const void *a, const void *b)
-{
-  const guint *signal_a = a;
-  const guint *signal_b = b;
-
-  return strcmp (g_signal_name (*signal_a), g_signal_name (*signal_b));
-}
-
-/* This outputs all the signals of one object. */
-static void
-output_object_signals (FILE *fp, GType object_type)
-{
-  const gchar *object_class_name;
-  guint *signals, n_signals;
-  guint sig;
-
-  if (G_TYPE_IS_INSTANTIATABLE (object_type) ||
-      G_TYPE_IS_INTERFACE (object_type))
-    {
-
-      object_class_name = g_type_name (object_type);
-
-      signals = g_signal_list_ids (object_type, &n_signals);
-      qsort (signals, n_signals, sizeof (guint), compare_signals);
-
-      for (sig = 0; sig < n_signals; sig++)
-        {
-           output_object_signal (fp, object_class_name, signals[sig]);
-        }
-      g_free (signals);
-   }
-}
-
-
-/* This outputs one signal. */
-static void
-output_object_signal (FILE *fp,
-                      const gchar *object_name,
-                      guint signal_id)
-{
-  GSignalQuery query_info;
-  const gchar *type_name, *ret_type, *object_arg, *arg_name;
-  gchar *pos, *object_arg_lower;
-  gboolean is_pointer;
-  gchar buffer[1024];
-  guint i, param;
-  gint param_num, widget_num, event_num, callback_num;
-  gint *arg_num;
-  gchar signal_name[128];
-  gchar flags[16];
-
-  /*  g_print ("Object: %s Signal: %u\n", object_name, signal_id);*/
-
-  param_num = 1;
-  widget_num = event_num = callback_num = 0;
-
-  g_signal_query (signal_id, &query_info);
-
-  /* Output the signal object type and the argument name. We assume the
-     type is a pointer - I think that is OK. We remove "Gtk" or "Gnome" and
-     convert to lower case for the argument name. */
-  pos = buffer;
-  sprintf (pos, "%s ", object_name);
-  pos += strlen (pos);
-
-  /* Try to come up with a sensible variable name for the first arg
-   * It chops off 2 know prefixes :/ and makes the name lowercase
-   * It should replace lowercase -> uppercase with '_'
-   * GFileMonitor -> file_monitor
-   * GIOExtensionPoint -> extension_point
-   * GtkTreeView -> tree_view
-   * if 2nd char is upper case too
-   *   search for first lower case and go back one char
-   * else
-   *   search for next upper case
-   */
-  if (!strncmp (object_name, "Gtk", 3))
-      object_arg = object_name + 3;
-  else if (!strncmp (object_name, "Gnome", 5))
-      object_arg = object_name + 5;
-  else
-      object_arg = object_name;
-
-  object_arg_lower = g_ascii_strdown (object_arg, -1);
-  sprintf (pos, "*%s\n", object_arg_lower);
-  pos += strlen (pos);
-  if (!strncmp (object_arg_lower, "widget", 6))
-    widget_num = 2;
-  g_free(object_arg_lower);
-
-  /* Convert signal name to use underscores rather than dashes '-'. */
-  strncpy (signal_name, query_info.signal_name, 127);
-  signal_name[127] = '\0';
-  for (i = 0; signal_name[i]; i++)
-    {
-      if (signal_name[i] == '-')
-        signal_name[i] = '_';
-    }
-
-  /* Output the signal parameters. */
-  for (param = 0; param < query_info.n_params; param++)
-    {
-      type_name = get_type_name (query_info.param_types[param] & ~G_SIGNAL_TYPE_STATIC_SCOPE, &is_pointer);
-
-      /* Most arguments to the callback are called "arg1", "arg2", etc.
-         GtkWidgets are called "widget", "widget2", ...
-         GtkCallbacks are called "callback", "callback2", ... */
-      if (!strcmp (type_name, "GtkWidget"))
-        {
-          arg_name = "widget";
-          arg_num = &widget_num;
-        }
-      else if (!strcmp (type_name, "GtkCallback")
-               || !strcmp (type_name, "GtkCCallback"))
-        {
-          arg_name = "callback";
-          arg_num = &callback_num;
-        }
-      else
-        {
-          arg_name = "arg";
-          arg_num = &param_num;
-        }
-      sprintf (pos, "%s ", type_name);
-      pos += strlen (pos);
-
-      if (!arg_num || *arg_num == 0)
-        sprintf (pos, "%s%s\n", is_pointer ? "*" : " ", arg_name);
-      else
-        sprintf (pos, "%s%s%i\n", is_pointer ? "*" : " ", arg_name,
-                 *arg_num);
-      pos += strlen (pos);
-
-      if (arg_num)
-        {
-          if (*arg_num == 0)
-            *arg_num = 2;
-          else
-            *arg_num += 1;
-        }
-    }
-
-  pos = flags;
-  /* We use one-character flags for simplicity. */
-  if (query_info.signal_flags & G_SIGNAL_RUN_FIRST)
-    *pos++ = 'f';
-  if (query_info.signal_flags & G_SIGNAL_RUN_LAST)
-    *pos++ = 'l';
-  if (query_info.signal_flags & G_SIGNAL_RUN_CLEANUP)
-    *pos++ = 'c';
-  if (query_info.signal_flags & G_SIGNAL_NO_RECURSE)
-    *pos++ = 'r';
-  if (query_info.signal_flags & G_SIGNAL_DETAILED)
-    *pos++ = 'd';
-  if (query_info.signal_flags & G_SIGNAL_ACTION)
-    *pos++ = 'a';
-  if (query_info.signal_flags & G_SIGNAL_NO_HOOKS)
-    *pos++ = 'h';
-  *pos = 0;
-
-  /* Output the return type and function name. */
-  ret_type = get_type_name (query_info.return_type & ~G_SIGNAL_TYPE_STATIC_SCOPE, &is_pointer);
-
-  fprintf (fp,
-           "<SIGNAL>\n<NAME>%s::%s</NAME>\n<RETURNS>%s%s</RETURNS>\n<FLAGS>%s</FLAGS>\n%s</SIGNAL>\n\n",
-           object_name, query_info.signal_name, ret_type, is_pointer ? "*" : "", flags, buffer);
-}
-
-
-/* Returns the type name to use for a signal argument or return value, given
-   the GtkType from the signal info. It also sets is_pointer to TRUE if the
-   argument needs a '*' since it is a pointer. */
-static const gchar *
-get_type_name (GType type, gboolean * is_pointer)
-{
-  const gchar *type_name;
-
-  *is_pointer = FALSE;
-  type_name = g_type_name (type);
-
-  switch (type) {
-  case G_TYPE_NONE:
-  case G_TYPE_CHAR:
-  case G_TYPE_UCHAR:
-  case G_TYPE_BOOLEAN:
-  case G_TYPE_INT:
-  case G_TYPE_UINT:
-  case G_TYPE_LONG:
-  case G_TYPE_ULONG:
-  case G_TYPE_FLOAT:
-  case G_TYPE_DOUBLE:
-  case G_TYPE_POINTER:
-    /* These all have normal C type names so they are OK. */
-    return type_name;
-
-  case G_TYPE_STRING:
-    /* A GtkString is really a gchar*. */
-    *is_pointer = TRUE;
-    return "gchar";
-
-  case G_TYPE_ENUM:
-  case G_TYPE_FLAGS:
-    /* We use a gint for both of these. Hopefully a subtype with a decent
-       name will be registered and used instead, as GTK+ does itself. */
-    return "gint";
-
-  case G_TYPE_BOXED:
-    /* The boxed type shouldn't be used itself, only subtypes. Though we
-       return 'gpointer' just in case. */
-    return "gpointer";
-
-  case G_TYPE_PARAM:
-    /* A GParam is really a GParamSpec*. */
-    *is_pointer = TRUE;
-    return "GParamSpec";
-
-#if GLIB_CHECK_VERSION (2, 25, 9)
-  case G_TYPE_VARIANT:
-    *is_pointer = TRUE;
-    return "GVariant";
-#endif
-
-default:
-    break;
-  }
-
-  /* For all GObject subclasses we can use the class name with a "*",
-     e.g. 'GtkWidget *'. */
-  if (g_type_is_a (type, G_TYPE_OBJECT))
-    *is_pointer = TRUE;
-
-  /* Also catch non GObject root types */
-  if (G_TYPE_IS_CLASSED (type))
-    *is_pointer = TRUE;
-
-  /* All boxed subtypes will be pointers as well. */
-  /* Exception: GStrv */
-  if (g_type_is_a (type, G_TYPE_BOXED) &&
-      !g_type_is_a (type, G_TYPE_STRV))
-    *is_pointer = TRUE;
-
-  /* All pointer subtypes will be pointers as well. */
-  if (g_type_is_a (type, G_TYPE_POINTER))
-    *is_pointer = TRUE;
-
-  /* But enums are not */
-  if (g_type_is_a (type, G_TYPE_ENUM) ||
-      g_type_is_a (type, G_TYPE_FLAGS))
-    *is_pointer = FALSE;
-
-  return type_name;
-}
-
-
-/* This outputs the hierarchy of all objects which have been initialized,
-   i.e. by calling their XXX_get_type() initialization function. */
-static void
-output_object_hierarchy (void)
-{
-  FILE *fp;
-  gint i,j;
-  GType root, type;
-  GType root_types[255] = { G_TYPE_INVALID, };
-
-  fp = fopen (hierarchy_filename, "w");
-  if (fp == NULL)
-    {
-      g_warning ("Couldn't open output file: %s : %s", hierarchy_filename, g_strerror(errno));
-      return;
-    }
-  output_hierarchy (fp, G_TYPE_OBJECT, 0);
-  output_hierarchy (fp, G_TYPE_INTERFACE, 0);
-
-  for (i=0; object_types[i]; i++) {
-    root = object_types[i];
-    while ((type = g_type_parent (root))) {
-      root = type;
-    }
-    if ((root != G_TYPE_OBJECT) && (root != G_TYPE_INTERFACE)) {
-      for (j=0; root_types[j]; j++) {
-        if (root == root_types[j]) {
-          root = G_TYPE_INVALID; break;
-        }
-      }
-      if(root) {
-        root_types[j] = root;
-        output_hierarchy (fp, root, 0);
-      }
-    }
-  }
-
-  fclose (fp);
-}
-
-/* This is called recursively to output the hierarchy of a object. */
-static void
-output_hierarchy (FILE  *fp,
-                  GType  type,
-                  guint   level)
-{
-  guint i;
-  GType *children;
-  guint n_children;
-
-  if (!type)
-    return;
-
-  for (i = 0; i < level; i++)
-    fprintf (fp, "  ");
-  fprintf (fp, "%s\n", g_type_name (type));
-
-  children = g_type_children (type, &n_children);
-
-  for (i=0; i < n_children; i++)
-    output_hierarchy (fp, children[i], level + 1);
-
-  g_free (children);
-}
-
-static void output_object_interfaces (void)
-{
-  guint i;
-  FILE *fp;
-
-  fp = fopen (interfaces_filename, "w");
-  if (fp == NULL)
-    {
-      g_warning ("Couldn't open output file: %s : %s", interfaces_filename, g_strerror(errno));
-      return;
-    }
-  output_interfaces (fp, G_TYPE_OBJECT);
-
-  for (i = 0; object_types[i]; i++)
-    {
-      if (!g_type_parent (object_types[i]) &&
-          (object_types[i] != G_TYPE_OBJECT) &&
-          G_TYPE_IS_INSTANTIATABLE (object_types[i]))
-        {
-          output_interfaces (fp, object_types[i]);
-        }
-    }
-  fclose (fp);
-}
-
-static void
-output_interfaces (FILE  *fp,
-                   GType  type)
-{
-  guint i;
-  GType *children, *interfaces;
-  guint n_children, n_interfaces;
-
-  if (!type)
-    return;
-
-  interfaces = g_type_interfaces (type, &n_interfaces);
-
-  if (n_interfaces > 0)
-    {
-      fprintf (fp, "%s", g_type_name (type));
-      for (i=0; i < n_interfaces; i++)
-          fprintf (fp, " %s", g_type_name (interfaces[i]));
-      fprintf (fp, "\n");
-     }
-  g_free (interfaces);
-
-  children = g_type_children (type, &n_children);
-
-  for (i=0; i < n_children; i++)
-    output_interfaces (fp, children[i]);
-
-  g_free (children);
-}
-
-static void output_interface_prerequisites (void)
-{
-  FILE *fp;
-
-  fp = fopen (prerequisites_filename, "w");
-  if (fp == NULL)
-    {
-      g_warning ("Couldn't open output file: %s : %s", prerequisites_filename, g_strerror(errno));
-      return;
-    }
-  output_prerequisites (fp, G_TYPE_INTERFACE);
-  fclose (fp);
-}
-
-static void
-output_prerequisites (FILE  *fp,
-                      GType  type)
-{
-#if GLIB_CHECK_VERSION(2,1,0)
-  guint i;
-  GType *children, *prerequisites;
-  guint n_children, n_prerequisites;
-
-  if (!type)
-    return;
-
-  prerequisites = g_type_interface_prerequisites (type, &n_prerequisites);
-
-  if (n_prerequisites > 0)
-    {
-      fprintf (fp, "%s", g_type_name (type));
-      for (i=0; i < n_prerequisites; i++)
-          fprintf (fp, " %s", g_type_name (prerequisites[i]));
-      fprintf (fp, "\n");
-     }
-  g_free (prerequisites);
-
-  children = g_type_children (type, &n_children);
-
-  for (i=0; i < n_children; i++)
-    output_prerequisites (fp, children[i]);
-
-  g_free (children);
-#endif
-}
-
-static void
-output_args (void)
-{
-  FILE *fp;
-  gint i;
-
-  fp = fopen (args_filename, "w");
-  if (fp == NULL)
-    {
-      g_warning ("Couldn't open output file: %s : %s", args_filename, g_strerror(errno));
-      return;
-    }
-
-  for (i = 0; object_types[i]; i++) {
-    output_object_args (fp, object_types[i]);
-  }
-
-  fclose (fp);
-}
-
-static gint
-compare_param_specs (const void *a, const void *b)
-{
-  GParamSpec *spec_a = *(GParamSpec **)a;
-  GParamSpec *spec_b = *(GParamSpec **)b;
-
-  return strcmp (g_param_spec_get_name (spec_a), g_param_spec_get_name (spec_b));
-}
-
-/* Its common to have unsigned properties restricted
- * to the signed range. Therefore we make this look
- * a bit nicer by spelling out the max constants.
- */
-
-/* Don't use "==" with floats, it might trigger a gcc warning.  */
-#define GTKDOC_COMPARE_FLOAT(x, y) (x <= y && x >= y)
-
-static gchar*
-describe_double_constant (gdouble value)
-{
-  gchar *desc;
-
-  if (GTKDOC_COMPARE_FLOAT (value, G_MAXDOUBLE))
-    desc = g_strdup ("G_MAXDOUBLE");
-  else if (GTKDOC_COMPARE_FLOAT (value, G_MINDOUBLE))
-    desc = g_strdup ("G_MINDOUBLE");
-  else if (GTKDOC_COMPARE_FLOAT (value, -G_MAXDOUBLE))
-    desc = g_strdup ("-G_MAXDOUBLE");
-  else if (GTKDOC_COMPARE_FLOAT (value, G_MAXFLOAT))
-    desc = g_strdup ("G_MAXFLOAT");
-  else if (GTKDOC_COMPARE_FLOAT (value, G_MINFLOAT))
-    desc = g_strdup ("G_MINFLOAT");
-  else if (GTKDOC_COMPARE_FLOAT (value, -G_MAXFLOAT))
-    desc = g_strdup ("-G_MAXFLOAT");
-  else{
-    /* make sure floats are output with a decimal dot irrespective of
-    * current locale. Use formatd since we want human-readable numbers
-    * and do not need the exact same bit representation when deserialising */
-    desc = g_malloc0 (G_ASCII_DTOSTR_BUF_SIZE);
-    g_ascii_formatd (desc, G_ASCII_DTOSTR_BUF_SIZE, "%g", value);
-  }
-
-  return desc;
-}
-
-static gchar*
-describe_signed_constant (gsize size, gint64 value)
-{
-  gchar *desc = NULL;
-
-  switch (size) {
-    case 2:
-      if (sizeof (int) == 2) {
-        if (value == G_MAXINT)
-          desc = g_strdup ("G_MAXINT");
-        else if (value == G_MININT)
-          desc = g_strdup ("G_MININT");
-        else if (value == (gint64)G_MAXUINT)
-          desc = g_strdup ("G_MAXUINT");
-      }
-      break;
-    case 4:
-      if (sizeof (int) == 4) {
-        if (value == G_MAXINT)
-          desc = g_strdup ("G_MAXINT");
-        else if (value == G_MININT)
-          desc = g_strdup ("G_MININT");
-        else if (value == (gint64)G_MAXUINT)
-          desc = g_strdup ("G_MAXUINT");
-      }
-      if (value == G_MAXLONG)
-        desc = g_strdup ("G_MAXLONG");
-      else if (value == G_MINLONG)
-        desc = g_strdup ("G_MINLONG");
-      else if (value == (gint64)G_MAXULONG)
-        desc = g_strdup ("G_MAXULONG");
-      break;
-    case 8:
-      if (value == G_MAXINT64)
-        desc = g_strdup ("G_MAXINT64");
-      else if (value == G_MININT64)
-        desc = g_strdup ("G_MININT64");
-      break;
-    default:
-      break;
-  }
-  if (!desc)
-    desc = g_strdup_printf ("%" G_GINT64_FORMAT, value);
-
-  return desc;
-}
-
-static gchar*
-describe_unsigned_constant (gsize size, guint64 value)
-{
-  gchar *desc = NULL;
-
-  switch (size) {
-    case 2:
-      if (sizeof (int) == 2) {
-        if (value == (guint64)G_MAXINT)
-          desc = g_strdup ("G_MAXINT");
-        else if (value == G_MAXUINT)
-          desc = g_strdup ("G_MAXUINT");
-      }
-      break;
-    case 4:
-      if (sizeof (int) == 4) {
-        if (value == (guint64)G_MAXINT)
-          desc = g_strdup ("G_MAXINT");
-        else if (value == G_MAXUINT)
-          desc = g_strdup ("G_MAXUINT");
-      }
-      if (value == (guint64)G_MAXLONG)
-        desc = g_strdup ("G_MAXLONG");
-      else if (value == G_MAXULONG)
-        desc = g_strdup ("G_MAXULONG");
-      break;
-    case 8:
-      if (value == G_MAXINT64)
-        desc = g_strdup ("G_MAXINT64");
-      else if (value == G_MAXUINT64)
-        desc = g_strdup ("G_MAXUINT64");
-      break;
-    default:
-      break;
-  }
-  if (!desc)
-    desc = g_strdup_printf ("%" G_GUINT64_FORMAT, value);
-
-  return desc;
-}
-
-static gchar*
-describe_type (GParamSpec *spec)
-{
-  gchar *desc;
-  gchar *lower;
-  gchar *upper;
-
-  if (G_IS_PARAM_SPEC_CHAR (spec))
-    {
-      GParamSpecChar *pspec = G_PARAM_SPEC_CHAR (spec);
-
-      lower = describe_signed_constant (sizeof(gchar), pspec->minimum);
-      upper = describe_signed_constant (sizeof(gchar), pspec->maximum);
-      if (pspec->minimum == G_MININT8 && pspec->maximum == G_MAXINT8)
-        desc = g_strdup ("");
-      else if (pspec->minimum == G_MININT8)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXINT8)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_UCHAR (spec))
-    {
-      GParamSpecUChar *pspec = G_PARAM_SPEC_UCHAR (spec);
-
-      lower = describe_unsigned_constant (sizeof(guchar), pspec->minimum);
-      upper = describe_unsigned_constant (sizeof(guchar), pspec->maximum);
-      if (pspec->minimum == 0 && pspec->maximum == G_MAXUINT8)
-        desc = g_strdup ("");
-      else if (pspec->minimum == 0)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXUINT8)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_INT (spec))
-    {
-      GParamSpecInt *pspec = G_PARAM_SPEC_INT (spec);
-
-      lower = describe_signed_constant (sizeof(gint), pspec->minimum);
-      upper = describe_signed_constant (sizeof(gint), pspec->maximum);
-      if (pspec->minimum == G_MININT && pspec->maximum == G_MAXINT)
-        desc = g_strdup ("");
-      else if (pspec->minimum == G_MININT)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXINT)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_UINT (spec))
-    {
-      GParamSpecUInt *pspec = G_PARAM_SPEC_UINT (spec);
-
-      lower = describe_unsigned_constant (sizeof(guint), pspec->minimum);
-      upper = describe_unsigned_constant (sizeof(guint), pspec->maximum);
-      if (pspec->minimum == 0 && pspec->maximum == G_MAXUINT)
-        desc = g_strdup ("");
-      else if (pspec->minimum == 0)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXUINT)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_LONG (spec))
-    {
-      GParamSpecLong *pspec = G_PARAM_SPEC_LONG (spec);
-
-      lower = describe_signed_constant (sizeof(glong), pspec->minimum);
-      upper = describe_signed_constant (sizeof(glong), pspec->maximum);
-      if (pspec->minimum == G_MINLONG && pspec->maximum == G_MAXLONG)
-        desc = g_strdup ("");
-      else if (pspec->minimum == G_MINLONG)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXLONG)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_ULONG (spec))
-    {
-      GParamSpecULong *pspec = G_PARAM_SPEC_ULONG (spec);
-
-      lower = describe_unsigned_constant (sizeof(gulong), pspec->minimum);
-      upper = describe_unsigned_constant (sizeof(gulong), pspec->maximum);
-      if (pspec->minimum == 0 && pspec->maximum == G_MAXULONG)
-        desc = g_strdup ("");
-      else if (pspec->minimum == 0)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXULONG)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_INT64 (spec))
-    {
-      GParamSpecInt64 *pspec = G_PARAM_SPEC_INT64 (spec);
-
-      lower = describe_signed_constant (sizeof(gint64), pspec->minimum);
-      upper = describe_signed_constant (sizeof(gint64), pspec->maximum);
-      if (pspec->minimum == G_MININT64 && pspec->maximum == G_MAXINT64)
-        desc = g_strdup ("");
-      else if (pspec->minimum == G_MININT64)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXINT64)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_UINT64 (spec))
-    {
-      GParamSpecUInt64 *pspec = G_PARAM_SPEC_UINT64 (spec);
-
-      lower = describe_unsigned_constant (sizeof(guint64), pspec->minimum);
-      upper = describe_unsigned_constant (sizeof(guint64), pspec->maximum);
-      if (pspec->minimum == 0 && pspec->maximum == G_MAXUINT64)
-        desc = g_strdup ("");
-      else if (pspec->minimum == 0)
-        desc = g_strdup_printf ("<= %s", upper);
-      else if (pspec->maximum == G_MAXUINT64)
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_FLOAT (spec))
-    {
-      GParamSpecFloat *pspec = G_PARAM_SPEC_FLOAT (spec);
-
-      lower = describe_double_constant (pspec->minimum);
-      upper = describe_double_constant (pspec->maximum);
-      if (GTKDOC_COMPARE_FLOAT (pspec->minimum, -G_MAXFLOAT))
-        {
-          if (GTKDOC_COMPARE_FLOAT (pspec->maximum, G_MAXFLOAT))
-            desc = g_strdup ("");
-          else
-            desc = g_strdup_printf ("<= %s", upper);
-        }
-      else if (GTKDOC_COMPARE_FLOAT (pspec->maximum, G_MAXFLOAT))
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-  else if (G_IS_PARAM_SPEC_DOUBLE (spec))
-    {
-      GParamSpecDouble *pspec = G_PARAM_SPEC_DOUBLE (spec);
-
-      lower = describe_double_constant (pspec->minimum);
-      upper = describe_double_constant (pspec->maximum);
-      if (GTKDOC_COMPARE_FLOAT (pspec->minimum, -G_MAXDOUBLE))
-        {
-          if (GTKDOC_COMPARE_FLOAT (pspec->maximum, G_MAXDOUBLE))
-            desc = g_strdup ("");
-          else
-            desc = g_strdup_printf ("<= %s", upper);
-        }
-      else if (GTKDOC_COMPARE_FLOAT (pspec->maximum, G_MAXDOUBLE))
-        desc = g_strdup_printf (">= %s", lower);
-      else
-        desc = g_strdup_printf ("[%s,%s]", lower, upper);
-      g_free (lower);
-      g_free (upper);
-    }
-#if GLIB_CHECK_VERSION (2, 12, 0)
-  else if (G_IS_PARAM_SPEC_GTYPE (spec))
-    {
-      GParamSpecGType *pspec = G_PARAM_SPEC_GTYPE (spec);
-      gboolean is_pointer;
-
-      desc = g_strdup (get_type_name (pspec->is_a_type, &is_pointer));
-    }
-#endif
-#if GLIB_CHECK_VERSION (2, 25, 9)
-  else if (G_IS_PARAM_SPEC_VARIANT (spec))
-    {
-      GParamSpecVariant *pspec = G_PARAM_SPEC_VARIANT (spec);
-      gchar *variant_type;
-
-      variant_type = g_variant_type_dup_string (pspec->type);
-      desc = g_strdup_printf ("GVariant<%s>", variant_type);
-      g_free (variant_type);
-    }
-#endif
-  else
-    {
-      desc = g_strdup ("");
-    }
-
-  return desc;
-}
-
-static gchar*
-describe_default (GParamSpec *spec)
-{
-  gchar *desc;
-
-  if (G_IS_PARAM_SPEC_CHAR (spec))
-    {
-      GParamSpecChar *pspec = G_PARAM_SPEC_CHAR (spec);
-
-      desc = g_strdup_printf ("%d", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_UCHAR (spec))
-    {
-      GParamSpecUChar *pspec = G_PARAM_SPEC_UCHAR (spec);
-
-      desc = g_strdup_printf ("%u", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_BOOLEAN (spec))
-    {
-      GParamSpecBoolean *pspec = G_PARAM_SPEC_BOOLEAN (spec);
-
-      desc = g_strdup_printf ("%s", pspec->default_value ? "TRUE" : "FALSE");
-    }
-  else if (G_IS_PARAM_SPEC_INT (spec))
-    {
-      GParamSpecInt *pspec = G_PARAM_SPEC_INT (spec);
-
-      desc = g_strdup_printf ("%d", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_UINT (spec))
-    {
-      GParamSpecUInt *pspec = G_PARAM_SPEC_UINT (spec);
-
-      desc = g_strdup_printf ("%u", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_LONG (spec))
-    {
-      GParamSpecLong *pspec = G_PARAM_SPEC_LONG (spec);
-
-      desc = g_strdup_printf ("%ld", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_LONG (spec))
-    {
-      GParamSpecULong *pspec = G_PARAM_SPEC_ULONG (spec);
-
-      desc = g_strdup_printf ("%lu", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_INT64 (spec))
-    {
-      GParamSpecInt64 *pspec = G_PARAM_SPEC_INT64 (spec);
-
-      desc = g_strdup_printf ("%" G_GINT64_FORMAT, pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_UINT64 (spec))
-    {
-      GParamSpecUInt64 *pspec = G_PARAM_SPEC_UINT64 (spec);
-
-      desc = g_strdup_printf ("%" G_GUINT64_FORMAT, pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_UNICHAR (spec))
-    {
-      GParamSpecUnichar *pspec = G_PARAM_SPEC_UNICHAR (spec);
-
-      if (g_unichar_isprint (pspec->default_value))
-        desc = g_strdup_printf ("'%c'", pspec->default_value);
-      else
-        desc = g_strdup_printf ("%u", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_ENUM (spec))
-    {
-      GParamSpecEnum *pspec = G_PARAM_SPEC_ENUM (spec);
-
-      GEnumValue *value = g_enum_get_value (pspec->enum_class, pspec->default_value);
-      if (value)
-        desc = g_strdup_printf ("%s", value->value_name);
-      else
-        desc = g_strdup_printf ("%d", pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_FLAGS (spec))
-    {
-      GParamSpecFlags *pspec = G_PARAM_SPEC_FLAGS (spec);
-      guint default_value;
-      GString *acc;
-
-      default_value = pspec->default_value;
-      acc = g_string_new ("");
-
-      while (default_value)
-        {
-          GFlagsValue *value = g_flags_get_first_value (pspec->flags_class, default_value);
-
-          if (!value)
-            break;
-
-          if (acc->len > 0)
-            g_string_append (acc, "|");
-          g_string_append (acc, value->value_name);
-
-          default_value &= ~value->value;
-        }
-
-      if (default_value == 0)
-        desc = g_string_free (acc, FALSE);
-      else
-        {
-          desc = g_strdup_printf ("%d", pspec->default_value);
-          g_string_free (acc, TRUE);
-        }
-    }
-  else if (G_IS_PARAM_SPEC_FLOAT (spec))
-    {
-      GParamSpecFloat *pspec = G_PARAM_SPEC_FLOAT (spec);
-
-      /* make sure floats are output with a decimal dot irrespective of
-       * current locale. Use formatd since we want human-readable numbers
-       * and do not need the exact same bit representation when deserialising */
-      desc = g_malloc0 (G_ASCII_DTOSTR_BUF_SIZE);
-      g_ascii_formatd (desc, G_ASCII_DTOSTR_BUF_SIZE, "%g",
-          pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_DOUBLE (spec))
-    {
-      GParamSpecDouble *pspec = G_PARAM_SPEC_DOUBLE (spec);
-
-      /* make sure floats are output with a decimal dot irrespective of
-       * current locale. Use formatd since we want human-readable numbers
-       * and do not need the exact same bit representation when deserialising */
-      desc = g_malloc0 (G_ASCII_DTOSTR_BUF_SIZE);
-      g_ascii_formatd (desc, G_ASCII_DTOSTR_BUF_SIZE, "%g",
-          pspec->default_value);
-    }
-  else if (G_IS_PARAM_SPEC_STRING (spec))
-    {
-      GParamSpecString *pspec = G_PARAM_SPEC_STRING (spec);
-
-      if (pspec->default_value)
-        {
-          gchar *esc = g_strescape (pspec->default_value, NULL);
-
-          desc = g_strdup_printf ("\"%s\"", esc);
-
-          g_free (esc);
-        }
-      else
-        desc = g_strdup_printf ("NULL");
-    }
-#if GLIB_CHECK_VERSION (2, 25, 9)
-  else if (G_IS_PARAM_SPEC_VARIANT (spec))
-    {
-      GParamSpecVariant *pspec = G_PARAM_SPEC_VARIANT (spec);
-
-      if (pspec->default_value)
-        desc = g_variant_print (pspec->default_value, TRUE);
-      else
-        desc = g_strdup ("NULL");
-    }
-#endif
-  else
-    {
-      desc = g_strdup ("");
-    }
-
-  return desc;
-}
-
-
-static void
-output_object_args (FILE *fp, GType object_type)
-{
-  gpointer class;
-  const gchar *object_class_name;
-  guint arg;
-  gchar flags[16], *pos;
-  GParamSpec **properties;
-  guint n_properties;
-  gboolean child_prop;
-  gboolean style_prop;
-  gboolean is_pointer;
-  const gchar *type_name;
-  gchar *type_desc;
-  gchar *default_value;
-
-  if (G_TYPE_IS_OBJECT (object_type))
-    {
-      class = g_type_class_peek (object_type);
-      if (!class)
-        return;
-
-      properties = g_object_class_list_properties (class, &n_properties);
-    }
-#if GLIB_MAJOR_VERSION > 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION >= 3)
-  else if (G_TYPE_IS_INTERFACE (object_type))
-    {
-      class = g_type_default_interface_ref (object_type);
-
-      if (!class)
-        return;
-
-      properties = g_object_interface_list_properties (class, &n_properties);
-    }
-#endif
-  else
-    return;
-
-  object_class_name = g_type_name (object_type);
-
-  child_prop = FALSE;
-  style_prop = FALSE;
-
-  while (TRUE) {
-    qsort (properties, n_properties, sizeof (GParamSpec *), compare_param_specs);
-    for (arg = 0; arg < n_properties; arg++)
-      {
-        GParamSpec *spec = properties[arg];
-        const gchar *nick, *blurb, *dot;
-
-        if (spec->owner_type != object_type)
-          continue;
-
-        pos = flags;
-        /* We use one-character flags for simplicity. */
-        if (child_prop && !style_prop)
-             *pos++ = 'c';
-        if (style_prop)
-             *pos++ = 's';
-        if (spec->flags & G_PARAM_READABLE)
-           *pos++ = 'r';
-        if (spec->flags & G_PARAM_WRITABLE)
-          *pos++ = 'w';
-        if (spec->flags & G_PARAM_CONSTRUCT)
-          *pos++ = 'x';
-        if (spec->flags & G_PARAM_CONSTRUCT_ONLY)
-          *pos++ = 'X';
-        *pos = 0;
-
-        nick = g_param_spec_get_nick (spec);
-        blurb = g_param_spec_get_blurb (spec);
-
-        dot = "";
-        if (blurb) {
-          int str_len = strlen (blurb);
-          if (str_len > 0  && blurb[str_len - 1] != '.')
-            dot = ".";
-        }
-
-        type_desc = describe_type (spec);
-        default_value = describe_default (spec);
-        type_name = get_type_name (spec->value_type, &is_pointer);
-        fprintf (fp, "<ARG>\n<NAME>%s::%s</NAME>\n<TYPE>%s%s</TYPE>\n<RANGE>%s</RANGE>\n<FLAGS>%s</FLAGS>\n<NICK>%s</NICK>\n<BLURB>%s%s</BLURB>\n<DEFAULT>%s</DEFAULT>\n</ARG>\n\n",
-                 object_class_name, g_param_spec_get_name (spec), type_name, is_pointer ? "*" : "", type_desc, flags, nick ? nick : "(null)", blurb ? blurb : "(null)", dot, default_value);
-        g_free (type_desc);
-        g_free (default_value);
-      }
-
-    g_free (properties);
-
-#ifdef GTK_IS_CONTAINER_CLASS
-    if (!child_prop && GTK_IS_CONTAINER_CLASS (class)) {
-      properties = gtk_container_class_list_child_properties (class, &n_properties);
-      child_prop = TRUE;
-      continue;
-    }
-#endif
-
-#ifdef GTK_IS_CELL_AREA_CLASS
-    if (!child_prop && GTK_IS_CELL_AREA_CLASS (class)) {
-      properties = gtk_cell_area_class_list_cell_properties (class, &n_properties);
-      child_prop = TRUE;
-      continue;
-    }
-#endif
-
-#ifdef GTK_IS_WIDGET_CLASS
-#if GTK_CHECK_VERSION(2,1,0)
-    if (!style_prop && GTK_IS_WIDGET_CLASS (class)) {
-      properties = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (class), &n_properties);
-      style_prop = TRUE;
-      continue;
-    }
-#endif
-#endif
-
-    break;
-  }
-}
diff --git a/doc/reference/ags/ags-sections.txt b/doc/reference/ags/ags-sections.txt
deleted file mode 100644
index 5f52442..0000000
--- a/doc/reference/ags/ags-sections.txt
+++ /dev/null
@@ -1,5715 +0,0 @@
-<SECTION>
-<FILE>ags_add_audio</FILE>
-<TITLE>AgsAddAudio</TITLE>
-AgsAddAudio
-AgsAddAudioClass
-ags_add_audio_new
-<SUBSECTION Standard>
-AGS_ADD_AUDIO
-AGS_ADD_AUDIO_CLASS
-AGS_ADD_AUDIO_GET_CLASS
-AGS_IS_ADD_AUDIO
-AGS_IS_ADD_AUDIO_CLASS
-AGS_TYPE_ADD_AUDIO
-ags_add_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_audio_signal</FILE>
-<TITLE>AgsAddAudioSignal</TITLE>
-AgsAddAudioSignal
-AgsAddAudioSignalClass
-ags_add_audio_signal_new
-<SUBSECTION Standard>
-AGS_ADD_AUDIO_SIGNAL
-AGS_ADD_AUDIO_SIGNAL_CLASS
-AGS_ADD_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_ADD_AUDIO_SIGNAL
-AGS_IS_ADD_AUDIO_SIGNAL_CLASS
-AGS_TYPE_ADD_AUDIO_SIGNAL
-ags_add_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_line_member</FILE>
-<TITLE>AgsAddLineMember</TITLE>
-AgsAddLineMember
-AgsAddLineMemberClass
-ags_add_line_member_new
-<SUBSECTION Standard>
-AGS_ADD_LINE_MEMBER
-AGS_ADD_LINE_MEMBER_CLASS
-AGS_ADD_LINE_MEMBER_GET_CLASS
-AGS_IS_ADD_LINE_MEMBER
-AGS_IS_ADD_LINE_MEMBER_CLASS
-AGS_TYPE_ADD_LINE_MEMBER
-ags_add_line_member_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_note</FILE>
-<TITLE>AgsAddNote</TITLE>
-AgsAddNote
-AgsAddNoteClass
-ags_add_note_new
-<SUBSECTION Standard>
-AGS_ADD_NOTE
-AGS_ADD_NOTE_CLASS
-AGS_ADD_NOTE_GET_CLASS
-AGS_IS_ADD_NOTE
-AGS_IS_ADD_NOTE_CLASS
-AGS_TYPE_ADD_NOTE
-ags_add_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_point_to_selection</FILE>
-<TITLE>AgsAddPointToSelection</TITLE>
-AgsAddPointToSelection
-AgsAddPointToSelectionClass
-ags_add_point_to_selection_new
-<SUBSECTION Standard>
-AGS_ADD_POINT_TO_SELECTION
-AGS_ADD_POINT_TO_SELECTION_CLASS
-AGS_ADD_POINT_TO_SELECTION_GET_CLASS
-AGS_IS_ADD_POINT_TO_SELECTION
-AGS_IS_ADD_POINT_TO_SELECTION_CLASS
-AGS_TYPE_ADD_POINT_TO_SELECTION
-ags_add_point_to_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_recall</FILE>
-<TITLE>AgsAddRecall</TITLE>
-AgsAddRecall
-AgsAddRecallClass
-ags_add_recall_new
-<SUBSECTION Standard>
-AGS_ADD_RECALL
-AGS_ADD_RECALL_CLASS
-AGS_ADD_RECALL_GET_CLASS
-AGS_IS_ADD_RECALL
-AGS_IS_ADD_RECALL_CLASS
-AGS_TYPE_ADD_RECALL
-ags_add_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_add_region_to_selection</FILE>
-<TITLE>AgsAddRegionToSelection</TITLE>
-AgsAddRegionToSelection
-AgsAddRegionToSelectionClass
-ags_add_region_to_selection_new
-<SUBSECTION Standard>
-AGS_ADD_REGION_TO_SELECTION
-AGS_ADD_REGION_TO_SELECTION_CLASS
-AGS_ADD_REGION_TO_SELECTION_GET_CLASS
-AGS_IS_ADD_REGION_TO_SELECTION
-AGS_IS_ADD_REGION_TO_SELECTION_CLASS
-AGS_TYPE_ADD_REGION_TO_SELECTION
-ags_add_region_to_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_amplifier</FILE>
-ags_amplifier
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_audio</FILE>
-<TITLE>AgsAppendAudio</TITLE>
-AgsAppendAudio
-AgsAppendAudioClass
-ags_append_audio_new
-<SUBSECTION Standard>
-AGS_APPEND_AUDIO
-AGS_APPEND_AUDIO_CLASS
-AGS_APPEND_AUDIO_GET_CLASS
-AGS_IS_APPEND_AUDIO
-AGS_IS_APPEND_AUDIO_CLASS
-AGS_TYPE_APPEND_AUDIO
-ags_append_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_audio_threaded</FILE>
-<TITLE>AgsAppendAudioThreaded</TITLE>
-AgsAppendAudioThreaded
-AgsAppendAudioThreadedClass
-ags_append_audio_threaded_new
-<SUBSECTION Standard>
-AGS_APPEND_AUDIO_THREADED
-AGS_APPEND_AUDIO_THREADED_CLASS
-AGS_APPEND_AUDIO_THREADED_GET_CLASS
-AGS_IS_APPEND_AUDIO_THREADED
-AGS_IS_APPEND_AUDIO_THREADED_CLASS
-AGS_TYPE_APPEND_AUDIO_THREADED
-ags_append_audio_threaded_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_channel</FILE>
-<TITLE>AgsAppendChannel</TITLE>
-AgsAppendChannel
-AgsAppendChannelClass
-ags_append_channel_new
-<SUBSECTION Standard>
-AGS_APPEND_CHANNEL
-AGS_APPEND_CHANNEL_CLASS
-AGS_APPEND_CHANNEL_GET_CLASS
-AGS_IS_APPEND_CHANNEL
-AGS_IS_APPEND_CHANNEL_CLASS
-AGS_TYPE_APPEND_CHANNEL
-ags_append_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_append_recall</FILE>
-<TITLE>AgsAppendRecall</TITLE>
-AgsAppendRecall
-AgsAppendRecallClass
-ags_append_recall_new
-<SUBSECTION Standard>
-AGS_APPEND_RECALL
-AGS_APPEND_RECALL_CLASS
-AGS_APPEND_RECALL_GET_CLASS
-AGS_IS_APPEND_RECALL
-AGS_IS_APPEND_RECALL_CLASS
-AGS_TYPE_APPEND_RECALL
-ags_append_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_applicable</FILE>
-<TITLE>AgsApplicable</TITLE>
-AgsApplicable
-AgsApplicableInterface
-ags_applicable_apply
-ags_applicable_reset
-ags_applicable_set_update
-<SUBSECTION Standard>
-AGS_APPLICABLE
-AGS_APPLICABLE_GET_INTERFACE
-AGS_APPLICABLE_INTERFACE
-AGS_IS_APPLICABLE
-AGS_IS_APPLICABLE_INTERFACE
-AGS_TYPE_APPLICABLE
-ags_applicable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_bpm</FILE>
-<TITLE>AgsApplyBpm</TITLE>
-AgsApplyBpm
-AgsApplyBpmClass
-ags_apply_bpm_new
-<SUBSECTION Standard>
-AGS_APPLY_BPM
-AGS_APPLY_BPM_CLASS
-AGS_APPLY_BPM_GET_CLASS
-AGS_IS_APPLY_BPM
-AGS_IS_APPLY_BPM_CLASS
-AGS_TYPE_APPLY_BPM
-ags_apply_bpm_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_sequencer_length</FILE>
-<TITLE>AgsApplySequencerLength</TITLE>
-AgsApplySequencerLength
-AgsApplySequencerLengthClass
-ags_apply_sequencer_length_new
-<SUBSECTION Standard>
-AGS_APPLY_SEQUENCER_LENGTH
-AGS_APPLY_SEQUENCER_LENGTH_CLASS
-AGS_APPLY_SEQUENCER_LENGTH_GET_CLASS
-AGS_IS_APPLY_SEQUENCER_LENGTH
-AGS_IS_APPLY_SEQUENCER_LENGTH_CLASS
-AGS_TYPE_APPLY_SEQUENCER_LENGTH
-ags_apply_sequencer_length_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_synth</FILE>
-<TITLE>AgsApplySynth</TITLE>
-AgsApplySynth
-AgsApplySynthClass
-AgsApplySynthWave
-ags_apply_synth_new
-<SUBSECTION Standard>
-AGS_APPLY_SYNTH
-AGS_APPLY_SYNTH_CLASS
-AGS_APPLY_SYNTH_GET_CLASS
-AGS_IS_APPLY_SYNTH
-AGS_IS_APPLY_SYNTH_CLASS
-AGS_TYPE_APPLY_SYNTH
-ags_apply_synth_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_tact</FILE>
-<TITLE>AgsApplyTact</TITLE>
-AgsApplyTact
-AgsApplyTactClass
-ags_apply_tact_new
-<SUBSECTION Standard>
-AGS_APPLY_TACT
-AGS_APPLY_TACT_CLASS
-AGS_APPLY_TACT_GET_CLASS
-AGS_IS_APPLY_TACT
-AGS_IS_APPLY_TACT_CLASS
-AGS_TYPE_APPLY_TACT
-ags_apply_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_apply_wavetable</FILE>
-<TITLE>AgsApplyWavetable</TITLE>
-AgsApplyWavetable
-AgsApplyWavetableClass
-ags_apply_wavetable_new
-<SUBSECTION Standard>
-AGS_APPLY_WAVETABLE
-AGS_APPLY_WAVETABLE_CLASS
-AGS_APPLY_WAVETABLE_GET_CLASS
-AGS_IS_APPLY_WAVETABLE
-AGS_IS_APPLY_WAVETABLE_CLASS
-AGS_TYPE_APPLY_WAVETABLE
-ags_apply_wavetable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_async_queue</FILE>
-<TITLE>AgsAsyncQueue</TITLE>
-AGS_ASYNC_QUEUE_CLOCK_ID
-AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE
-AGS_ASYNC_QUEUE_SIGNAL_HIGH
-AGS_ASYNC_QUEUE_SIGNAL_LOW
-AgsAsyncQueue
-AgsAsyncQueueClass
-AgsAsyncQueueFlags
-AgsContext
-AgsTimer
-ags_async_queue_add
-ags_async_queue_find_context
-ags_async_queue_idle
-ags_async_queue_initerrupt
-ags_async_queue_new
-ags_async_queue_next_interval
-ags_async_queue_pop_context
-ags_async_queue_push_context
-ags_async_queue_remove
-ags_async_queue_worker
-ags_context_alloc
-ags_timer_alloc
-<SUBSECTION Standard>
-AGS_ASYNC_QUEUE
-AGS_ASYNC_QUEUE_CLASS
-AGS_ASYNC_QUEUE_GET_CLASS
-AGS_IS_ASYNC_QUEUE
-AGS_IS_ASYNC_QUEUE_CLASS
-AGS_TYPE_ASYNC_QUEUE
-ags_async_queue_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio</FILE>
-<TITLE>AgsAudio</TITLE>
-AgsAudio
-AgsAudioClass
-AgsAudioFlags
-ags_audio_add_recall
-ags_audio_add_recall_container
-ags_audio_add_recall_id
-ags_audio_cancel
-ags_audio_done
-ags_audio_duplicate_recall
-ags_audio_init_recall
-ags_audio_init_run
-ags_audio_is_playing
-ags_audio_new
-ags_audio_open_files
-ags_audio_play
-ags_audio_recall_change_state
-ags_audio_recursive_play_init
-ags_audio_remove_recall
-ags_audio_remove_recall_container
-ags_audio_remove_recall_id
-ags_audio_resolve_recall
-ags_audio_set_audio_channels
-ags_audio_set_devout
-ags_audio_set_flags
-ags_audio_set_pads
-ags_audio_set_sequence_length
-ags_audio_tact
-ags_audio_unset_flags
-<SUBSECTION Standard>
-AGS_AUDIO
-AGS_AUDIO_CLASS
-AGS_AUDIO_GET_CLASS
-AGS_IS_AUDIO
-AGS_IS_AUDIO_CLASS
-AGS_TYPE_AUDIO
-ags_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_file</FILE>
-<TITLE>AgsAudioFile</TITLE>
-AgsAudioFile
-AgsAudioFileClass
-ags_audio_file_close
-ags_audio_file_flush
-ags_audio_file_new
-ags_audio_file_open
-ags_audio_file_open_from_data
-ags_audio_file_read_audio_signal
-ags_audio_file_rw_open
-ags_audio_file_seek
-ags_audio_file_write
-<SUBSECTION Standard>
-AGS_AUDIO_FILE
-AGS_AUDIO_FILE_CLASS
-AGS_AUDIO_FILE_GET_CLASS
-AGS_IS_AUDIO_FILE
-AGS_IS_AUDIO_FILE_CLASS
-AGS_TYPE_AUDIO_FILE
-ags_audio_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_file_xml</FILE>
-<TITLE>AgsAudioFileXml</TITLE>
-AgsAudioFileXml
-AgsAudioFileXmlClass
-ags_audio_file_xml_new
-<SUBSECTION Standard>
-AGS_AUDIO_FILE_XML
-AGS_AUDIO_FILE_XML_CLASS
-AGS_IS_AUDIO_FILE_XML
-AGS_TYPE_AUDIO_FILE_XML
-ags_audio_file_xml_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_loop</FILE>
-<TITLE>AgsAudioLoop</TITLE>
-AGS_AUDIO_LOOP_DEFAULT_JIFFIE
-AgsAudioLoop
-AgsAudioLoopClass
-AgsAudioLoopFlags
-ags_audio_loop_add_audio
-ags_audio_loop_add_channel
-ags_audio_loop_add_recall
-ags_audio_loop_new
-ags_audio_loop_remove_audio
-ags_audio_loop_remove_channel
-ags_audio_loop_remove_recall
-<SUBSECTION Standard>
-AGS_AUDIO_LOOP
-AGS_AUDIO_LOOP_CLASS
-AGS_AUDIO_LOOP_GET_CLASS
-AGS_IS_AUDIO_LOOP
-AGS_IS_AUDIO_LOOP_CLASS
-AGS_TYPE_AUDIO_LOOP
-ags_audio_loop_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_preferences</FILE>
-<TITLE>AgsAudioPreferences</TITLE>
-AgsAudioPreferences
-AgsAudioPreferencesClass
-ags_audio_preferences_new
-<SUBSECTION Standard>
-AGS_AUDIO_PREFERENCES
-AGS_AUDIO_PREFERENCES_CLASS
-AGS_AUDIO_PREFERENCES_GET_CLASS
-AGS_IS_AUDIO_PREFERENCES
-AGS_IS_AUDIO_PREFERENCES_CLASS
-AGS_TYPE_AUDIO_PREFERENCES
-ags_audio_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_preferences_callbacks</FILE>
-ags_audio_preferences_audio_channels_changed
-ags_audio_preferences_buffer_size_changed
-ags_audio_preferences_card_changed_callback
-ags_audio_preferences_samplerate_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_set_recycling</FILE>
-<TITLE>AgsAudioSetRecycling</TITLE>
-AgsAudioSetRecycling
-AgsAudioSetRecyclingClass
-ags_audio_set_recycling_new
-<SUBSECTION Standard>
-AGS_AUDIO_SET_RECYCLING
-AGS_AUDIO_SET_RECYCLING_CLASS
-AGS_AUDIO_SET_RECYCLING_GET_CLASS
-AGS_IS_AUDIO_SET_RECYCLING
-AGS_IS_AUDIO_SET_RECYCLING_CLASS
-AGS_TYPE_AUDIO_SET_RECYCLING
-ags_audio_set_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_audio_signal</FILE>
-<TITLE>AgsAudioSignal</TITLE>
-AgsAttack
-AgsAttackFlags
-AgsAudioSignal
-AgsAudioSignalClass
-AgsAudioSignalFlags
-ags_audio_signal_add_stream
-ags_audio_signal_copy_buffer_to_buffer
-ags_audio_signal_copy_buffer_to_double_buffer
-ags_audio_signal_copy_double_buffer_to_buffer
-ags_audio_signal_duplicate_stream
-ags_audio_signal_get_by_recall_id
-ags_audio_signal_get_length_till_current
-ags_audio_signal_get_stream_current
-ags_audio_signal_get_template
-ags_audio_signal_morph_samplerate
-ags_audio_signal_new
-ags_audio_signal_new_with_length
-ags_audio_signal_realloc_buffer_size
-ags_audio_signal_scale
-ags_audio_signal_stream_resize
-ags_audio_signal_stream_safe_resize
-ags_audio_signal_tile
-ags_stream_alloc
-<SUBSECTION Standard>
-AGS_AUDIO_SIGNAL
-AGS_AUDIO_SIGNAL_CLASS
-AGS_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_AUDIO_SIGNAL
-AGS_IS_AUDIO_SIGNAL_CLASS
-AGS_TYPE_AUDIO_SIGNAL
-ags_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_autosave_thread</FILE>
-<TITLE>AgsAutosaveThread</TITLE>
-AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME
-AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE
-AgsAutosaveThread
-AgsAutosaveThreadClass
-ags_autosave_thread_new
-<SUBSECTION Standard>
-AGS_AUTOSAVE_THREAD
-AGS_AUTOSAVE_THREAD_CLASS
-AGS_AUTOSAVE_THREAD_GET_CLASS
-AGS_IS_AUTOSAVE_THREAD
-AGS_IS_AUTOSAVE_THREAD_CLASS
-AGS_TYPE_AUTOSAVE_THREAD
-ags_autosave_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_audio_signal</FILE>
-<TITLE>AgsBufferAudioSignal</TITLE>
-AgsBufferAudioSignal
-AgsBufferAudioSignalClass
-ags_buffer_audio_signal_new
-<SUBSECTION Standard>
-AGS_BUFFER_AUDIO_SIGNAL
-AGS_BUFFER_AUDIO_SIGNAL_CLASS
-AGS_BUFFER_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_BUFFER_AUDIO_SIGNAL
-AGS_IS_BUFFER_AUDIO_SIGNAL_CLASS
-AGS_TYPE_BUFFER_AUDIO_SIGNAL
-ags_buffer_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_channel</FILE>
-<TITLE>AgsBufferChannel</TITLE>
-AgsBufferChannel
-AgsBufferChannelClass
-ags_buffer_channel_new
-<SUBSECTION Standard>
-AGS_BUFFER_CHANNEL
-AGS_BUFFER_CHANNEL_CLASS
-AGS_BUFFER_CHANNEL_GET_CLASS
-AGS_IS_BUFFER_CHANNEL
-AGS_IS_BUFFER_CHANNEL_CLASS
-AGS_TYPE_BUFFER_CHANNEL
-ags_buffer_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_channel_run</FILE>
-<TITLE>AgsBufferChannelRun</TITLE>
-AgsBufferChannelRun
-AgsBufferChannelRunClass
-ags_buffer_channel_run_new
-<SUBSECTION Standard>
-AGS_BUFFER_CHANNEL_RUN
-AGS_BUFFER_CHANNEL_RUN_CLASS
-AGS_BUFFER_CHANNEL_RUN_GET_CLASS
-AGS_IS_BUFFER_CHANNEL_RUN
-AGS_IS_BUFFER_CHANNEL_RUN_CLASS
-AGS_TYPE_BUFFER_CHANNEL_RUN
-ags_buffer_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_buffer_recycling</FILE>
-<TITLE>AgsBufferRecycling</TITLE>
-AgsBufferRecycling
-AgsBufferRecyclingClass
-ags_buffer_recycling_new
-<SUBSECTION Standard>
-AGS_BUFFER_RECYCLING
-AGS_BUFFER_RECYCLING_CLASS
-AGS_BUFFER_RECYCLING_GET_CLASS
-AGS_IS_BUFFER_RECYCLING
-AGS_IS_BUFFER_RECYCLING_CLASS
-AGS_TYPE_BUFFER_RECYCLING
-ags_buffer_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_audio</FILE>
-<TITLE>AgsCancelAudio</TITLE>
-AgsCancelAudio
-AgsCancelAudioClass
-ags_cancel_audio_new
-<SUBSECTION Standard>
-AGS_CANCEL_AUDIO
-AGS_CANCEL_AUDIO_CLASS
-AGS_CANCEL_AUDIO_GET_CLASS
-AGS_IS_CANCEL_AUDIO
-AGS_IS_CANCEL_AUDIO_CLASS
-AGS_TYPE_CANCEL_AUDIO
-ags_cancel_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_channel</FILE>
-<TITLE>AgsCancelChannel</TITLE>
-AgsCancelChannel
-AgsCancelChannelClass
-ags_cancel_channel_new
-<SUBSECTION Standard>
-AGS_CANCEL_CHANNEL
-AGS_CANCEL_CHANNEL_CLASS
-AGS_CANCEL_CHANNEL_GET_CLASS
-AGS_IS_CANCEL_CHANNEL
-AGS_IS_CANCEL_CHANNEL_CLASS
-AGS_TYPE_CANCEL_CHANNEL
-ags_cancel_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cancel_recall</FILE>
-<TITLE>AgsCancelRecall</TITLE>
-AgsCancelRecall
-AgsCancelRecallClass
-ags_cancel_recall_new
-<SUBSECTION Standard>
-AGS_CANCEL_RECALL
-AGS_CANCEL_RECALL_CLASS
-AGS_CANCEL_RECALL_GET_CLASS
-AGS_IS_CANCEL_RECALL
-AGS_IS_CANCEL_RECALL_CLASS
-AGS_TYPE_CANCEL_RECALL
-ags_cancel_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_cartesian</FILE>
-<TITLE>AgsCartesian</TITLE>
-AgsCartesian
-AgsCartesianClass
-ags_cartesian_new
-<SUBSECTION Standard>
-AGS_CARTESIAN
-AGS_CARTESIAN_CLASS
-AGS_CARTESIAN_GET_CLASS
-AGS_IS_CARTESIAN
-AGS_IS_CARTESIAN_CLASS
-AGS_TYPE_CARTESIAN
-ags_cartesian_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_change_indicator</FILE>
-<TITLE>AgsChangeIndicator</TITLE>
-AgsChangeIndicator
-AgsChangeIndicatorClass
-ags_change_indicator_new
-<SUBSECTION Standard>
-AGS_CHANGE_INDICATOR
-AGS_CHANGE_INDICATOR_CLASS
-AGS_CHANGE_INDICATOR_GET_CLASS
-AGS_IS_CHANGE_INDICATOR
-AGS_IS_CHANGE_INDICATOR_CLASS
-AGS_TYPE_CHANGE_INDICATOR
-ags_change_indicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_change_tact</FILE>
-<TITLE>AgsChangeTact</TITLE>
-AgsChangeTact
-AgsChangeTactClass
-ags_change_tact_new
-<SUBSECTION Standard>
-AGS_CHANGE_TACT
-AGS_CHANGE_TACT_CLASS
-AGS_CHANGE_TACT_GET_CLASS
-AGS_IS_CHANGE_TACT
-AGS_IS_CHANGE_TACT_CLASS
-AGS_TYPE_CHANGE_TACT
-ags_change_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel</FILE>
-<TITLE>AgsChannel</TITLE>
-AGS_CHANNEL_ERROR
-AgsChannel
-AgsChannelClass
-AgsChannelError
-AgsChannelFlags
-AgsChannelRecallIDMode
-ags_channel_add_recall
-ags_channel_add_recall_container
-ags_channel_add_recall_id
-ags_channel_cancel
-ags_channel_done
-ags_channel_duplicate_recall
-ags_channel_error_quark
-ags_channel_find_recall
-ags_channel_first
-ags_channel_first_with_recycling
-ags_channel_init_recall
-ags_channel_last
-ags_channel_last_with_recycling
-ags_channel_new
-ags_channel_nth
-ags_channel_pad_first
-ags_channel_pad_last
-ags_channel_pad_nth
-ags_channel_play
-ags_channel_recall_id_set
-ags_channel_recursive_play
-ags_channel_recursive_play_init
-ags_channel_recursive_play_threaded
-ags_channel_recursive_reset_recall_ids
-ags_channel_recycling_changed
-ags_channel_remove_recall
-ags_channel_remove_recall_id
-ags_channel_resolve_recall
-ags_channel_safe_resize_audio_signal
-ags_channel_set_devout
-ags_channel_set_link
-ags_channel_set_recycling
-ags_channel_tillrecycling_cancel
-<SUBSECTION Standard>
-AGS_CHANNEL
-AGS_CHANNEL_CLASS
-AGS_CHANNEL_GET_CLASS
-AGS_IS_CHANNEL
-AGS_IS_CHANNEL_CLASS
-AGS_TYPE_CHANNEL
-ags_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel_iter</FILE>
-AgsChannelIter
-AgsChannelIterFlags
-ags_channel_iter_alloc
-ags_channel_iter_free
-ags_channel_iter_next
-ags_channel_iter_prev
-</SECTION>
-
-<SECTION>
-<FILE>ags_channel_set_recycling</FILE>
-<TITLE>AgsChannelSetRecycling</TITLE>
-AgsChannelSetRecycling
-AgsChannelSetRecyclingClass
-ags_channel_set_recycling_new
-<SUBSECTION Standard>
-AGS_CHANNEL_SET_RECYCLING
-AGS_CHANNEL_SET_RECYCLING_CLASS
-AGS_CHANNEL_SET_RECYCLING_GET_CLASS
-AGS_IS_CHANNEL_SET_RECYCLING
-AGS_IS_CHANNEL_SET_RECYCLING_CLASS
-AGS_TYPE_CHANNEL_SET_RECYCLING
-ags_channel_set_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_clone_channel</FILE>
-<TITLE>AgsCloneChannel</TITLE>
-AgsCloneChannel
-AgsCloneChannelClass
-ags_clone_channel_new
-<SUBSECTION Standard>
-AGS_CLONE_CHANNEL
-AGS_CLONE_CHANNEL_CLASS
-AGS_CLONE_CHANNEL_GET_CLASS
-AGS_IS_CLONE_CHANNEL
-AGS_IS_CLONE_CHANNEL_CLASS
-AGS_TYPE_CLONE_CHANNEL
-ags_clone_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_clone_channel_run</FILE>
-<TITLE>AgsCloneChannelRun</TITLE>
-AgsCloneChannelRun
-AgsCloneChannelRunClass
-ags_clone_channel_run_new
-<SUBSECTION Standard>
-AGS_CLONE_CHANNEL_RUN
-AGS_CLONE_CHANNEL_RUN_CLASS
-AGS_CLONE_CHANNEL_RUN_GET_CLASS
-AGS_IS_CLONE_CHANNEL_RUN
-AGS_IS_CLONE_CHANNEL_RUN_CLASS
-AGS_TYPE_CLONE_CHANNEL_RUN
-ags_clone_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_combo_box_text</FILE>
-ags_combo_box_text_remove_all
-</SECTION>
-
-<SECTION>
-<FILE>ags_config</FILE>
-<TITLE>AgsConfig</TITLE>
-AGS_CONFIG_DEFAULT_BUILD_ID
-AGS_CONFIG_DEFAULT_VERSION
-AGS_CONFIG_DEVOUT
-AGS_CONFIG_THREAD
-AgsConfig
-AgsConfigClass
-ags_config_get
-ags_config_load_defaults
-ags_config_load_from_file
-ags_config_new
-ags_config_save
-ags_config_set
-<SUBSECTION Standard>
-AGS_CONFIG
-AGS_CONFIG_CLASS
-AGS_CONFIG_GET_CLASS
-AGS_IS_CONFIG
-AGS_IS_CONFIG_CLASS
-AGS_TYPE_CONFIG
-ags_config_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_container</FILE>
-ags_container_add_all
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_audio_signal</FILE>
-<TITLE>AgsCopyAudioSignal</TITLE>
-AgsCopyAudioSignal
-AgsCopyAudioSignalClass
-ags_copy_audio_signal_new
-<SUBSECTION Standard>
-AGS_COPY_AUDIO_SIGNAL
-AGS_COPY_AUDIO_SIGNAL_CLASS
-AGS_COPY_AUDIO_SIGNAL_GET_CLASS
-AGS_IS_COPY_AUDIO_SIGNAL
-AGS_IS_COPY_AUDIO_SIGNAL_CLASS
-AGS_TYPE_COPY_AUDIO_SIGNAL
-ags_copy_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_channel</FILE>
-<TITLE>AgsCopyChannel</TITLE>
-AgsCopyChannel
-AgsCopyChannelClass
-ags_copy_channel_new
-<SUBSECTION Standard>
-AGS_COPY_CHANNEL
-AGS_COPY_CHANNEL_CLASS
-AGS_COPY_CHANNEL_GET_CLASS
-AGS_IS_COPY_CHANNEL
-AGS_IS_COPY_CHANNEL_CLASS
-AGS_TYPE_COPY_CHANNEL
-ags_copy_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_channel_run</FILE>
-<TITLE>AgsCopyChannelRun</TITLE>
-AgsCopyChannelRun
-AgsCopyChannelRunClass
-AgsCopyChannelRunFlags
-ags_copy_channel_run_new
-<SUBSECTION Standard>
-AGS_COPY_CHANNEL_RUN
-AGS_COPY_CHANNEL_RUN_CLASS
-AGS_COPY_CHANNEL_RUN_GET_CLASS
-AGS_IS_COPY_CHANNEL_RUN
-AGS_IS_COPY_CHANNEL_RUN_CLASS
-AGS_TYPE_COPY_CHANNEL_RUN
-ags_copy_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_notation_audio</FILE>
-<TITLE>AgsCopyNotationAudio</TITLE>
-AgsCopyNotationAudio
-AgsCopyNotationAudioClass
-AgsCopyNotationAudioFlags
-ags_copy_notation_audio_new
-<SUBSECTION Standard>
-AGS_COPY_NOTATION_AUDIO
-AGS_COPY_NOTATION_AUDIO_CLASS
-AGS_COPY_NOTATION_AUDIO_GET_CLASS
-AGS_IS_COPY_NOTATION_AUDIO
-AGS_IS_COPY_NOTATION_AUDIO_CLASS
-AGS_TYPE_COPY_NOTATION_AUDIO
-ags_copy_notation_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_notation_audio_run</FILE>
-<TITLE>AgsCopyNotationAudioRun</TITLE>
-AgsCopyNotationAudioRun
-AgsCopyNotationAudioRunClass
-ags_copy_notation_audio_run_new
-<SUBSECTION Standard>
-AGS_COPY_NOTATION_AUDIO_RUN
-AGS_COPY_NOTATION_AUDIO_RUN_CLASS
-AGS_COPY_NOTATION_AUDIO_RUN_GET_CLASS
-AGS_IS_COPY_NOTATION_AUDIO_RUN
-AGS_IS_COPY_NOTATION_AUDIO_RUN_CLASS
-AGS_TYPE_COPY_NOTATION_AUDIO_RUN
-ags_copy_notation_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_audio</FILE>
-<TITLE>AgsCopyPatternAudio</TITLE>
-AgsCopyPatternAudio
-AgsCopyPatternAudioClass
-ags_copy_pattern_audio_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_AUDIO
-AGS_COPY_PATTERN_AUDIO_CLASS
-AGS_COPY_PATTERN_AUDIO_GET_CLASS
-AGS_IS_COPY_PATTERN_AUDIO
-AGS_IS_COPY_PATTERN_AUDIO_CLASS
-AGS_TYPE_COPY_PATTERN_AUDIO
-ags_copy_pattern_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_audio_run</FILE>
-<TITLE>AgsCopyPatternAudioRun</TITLE>
-AgsCopyPatternAudioRun
-AgsCopyPatternAudioRunClass
-ags_copy_pattern_audio_run_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_AUDIO_RUN
-AGS_COPY_PATTERN_AUDIO_RUN_CLASS
-AGS_COPY_PATTERN_AUDIO_RUN_GET_CLASS
-AGS_IS_COPY_PATTERN_AUDIO_RUN
-AGS_IS_COPY_PATTERN_AUDIO_RUN_CLASS
-AGS_TYPE_COPY_PATTERN_AUDIO_RUN
-ags_copy_pattern_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_channel</FILE>
-<TITLE>AgsCopyPatternChannel</TITLE>
-AgsCopyPatternChannel
-AgsCopyPatternChannelClass
-ags_copy_pattern_channel_new
-ags_copy_pattern_channel_template_find_source_and_destination
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_CHANNEL
-AGS_COPY_PATTERN_CHANNEL_CLASS
-AGS_COPY_PATTERN_CHANNEL_GET_CLASS
-AGS_IS_COPY_PATTERN_CHANNEL
-AGS_IS_COPY_PATTERN_CHANNEL_CLASS
-AGS_TYPE_COPY_PATTERN_CHANNEL
-ags_copy_pattern_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_pattern_channel_run</FILE>
-<TITLE>AgsCopyPatternChannelRun</TITLE>
-AgsCopyPatternChannelRun
-AgsCopyPatternChannelRunClass
-ags_copy_pattern_channel_run_new
-<SUBSECTION Standard>
-AGS_COPY_PATTERN_CHANNEL_RUN
-AGS_COPY_PATTERN_CHANNEL_RUN_CLASS
-AGS_COPY_PATTERN_CHANNEL_RUN_GET_CLASS
-AGS_IS_COPY_PATTERN_CHANNEL_RUN
-AGS_IS_COPY_PATTERN_CHANNEL_RUN_CLASS
-AGS_TYPE_COPY_PATTERN_CHANNEL_RUN
-ags_copy_pattern_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_copy_recycling</FILE>
-<TITLE>AgsCopyRecycling</TITLE>
-AgsCopyRecycling
-AgsCopyRecyclingClass
-ags_copy_recycling_new
-<SUBSECTION Standard>
-AGS_COPY_RECYCLING
-AGS_COPY_RECYCLING_CLASS
-AGS_COPY_RECYCLING_GET_CLASS
-AGS_IS_COPY_RECYCLING
-AGS_IS_COPY_RECYCLING_CLASS
-AGS_TYPE_COPY_RECYCLING
-ags_copy_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_count_beats_audio</FILE>
-<TITLE>AgsCountBeatsAudio</TITLE>
-AgsCountBeatsAudio
-AgsCountBeatsAudioClass
-ags_count_beats_audio_new
-<SUBSECTION Standard>
-AGS_COUNT_BEATS_AUDIO
-AGS_COUNT_BEATS_AUDIO_CLASS
-AGS_COUNT_BEATS_AUDIO_GET_CLASS
-AGS_IS_COUNT_BEATS_AUDIO
-AGS_IS_COUNT_BEATS_AUDIO_CLASS
-AGS_TYPE_COUNT_BEATS_AUDIO
-ags_count_beats_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_count_beats_audio_run</FILE>
-<TITLE>AgsCountBeatsAudioRun</TITLE>
-AgsCountBeatsAudioRun
-AgsCountBeatsAudioRunClass
-ags_count_beats_audio_run_new
-ags_count_beats_audio_run_notation_loop
-ags_count_beats_audio_run_notation_start
-ags_count_beats_audio_run_notation_stop
-ags_count_beats_audio_run_sequencer_loop
-ags_count_beats_audio_run_sequencer_start
-ags_count_beats_audio_run_sequencer_stop
-<SUBSECTION Standard>
-AGS_COUNT_BEATS_AUDIO_RUN
-AGS_COUNT_BEATS_AUDIO_RUN_CLASS
-AGS_COUNT_BEATS_AUDIO_RUN_GET_CLASS
-AGS_IS_COUNT_BEATS_AUDIO_RUN
-AGS_IS_COUNT_BEATS_AUDIO_RUN_CLASS
-AGS_TYPE_COUNT_BEATS_AUDIO_RUN
-ags_count_beats_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_countable</FILE>
-<TITLE>AgsCountable</TITLE>
-AgsCountable
-AgsCountableInterface
-ags_countable_get_notation_counter
-ags_countable_get_sequencer_counter
-<SUBSECTION Standard>
-AGS_COUNTABLE
-AGS_COUNTABLE_GET_INTERFACE
-AGS_COUNTABLE_INTERFACE
-AGS_IS_COUNTABLE
-AGS_IS_COUNTABLE_INTERFACE
-AGS_TYPE_COUNTABLE
-ags_countable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_delay_audio</FILE>
-<TITLE>AgsDelayAudio</TITLE>
-AgsDelayAudio
-AgsDelayAudioClass
-ags_delay_audio_new
-ags_delay_audio_notation_duration_changed
-ags_delay_audio_sequencer_duration_changed
-<SUBSECTION Standard>
-AGS_DELAY_AUDIO
-AGS_DELAY_AUDIO_CLASS
-AGS_DELAY_AUDIO_GET_CLASS
-AGS_IS_DELAY_AUDIO
-AGS_IS_DELAY_AUDIO_CLASS
-AGS_TYPE_DELAY_AUDIO
-ags_delay_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_delay_audio_run</FILE>
-<TITLE>AgsDelayAudioRun</TITLE>
-AgsDelayAudioRun
-AgsDelayAudioRunClass
-ags_delay_audio_run_new
-ags_delay_audio_run_notation_alloc_input
-ags_delay_audio_run_notation_alloc_output
-ags_delay_audio_run_notation_count
-ags_delay_audio_run_sequencer_alloc_input
-ags_delay_audio_run_sequencer_alloc_output
-ags_delay_audio_run_sequencer_count
-<SUBSECTION Standard>
-AGS_DELAY_AUDIO_RUN
-AGS_DELAY_AUDIO_RUN_CLASS
-AGS_DELAY_AUDIO_RUN_GET_CLASS
-AGS_IS_DELAY_AUDIO_RUN
-AGS_IS_DELAY_AUDIO_RUN_CLASS
-AGS_TYPE_DELAY_AUDIO_RUN
-ags_delay_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_devout</FILE>
-<TITLE>AgsDevout</TITLE>
-AGS_DEVOUT_DEFAULT_BPM
-AGS_DEVOUT_DEFAULT_BUFFER_SIZE
-AGS_DEVOUT_DEFAULT_DELAY
-AGS_DEVOUT_DEFAULT_FORMAT
-AGS_DEVOUT_DEFAULT_JIFFIE
-AGS_DEVOUT_DEFAULT_SAMPLERATE
-AGS_DEVOUT_DEFAULT_SCALE
-AGS_DEVOUT_DEFAULT_TACT
-AGS_DEVOUT_DEFAULT_TACTRATE
-AGS_DEVOUT_DEFAULT_TACT_JIFFIE
-AGS_DEVOUT_ERROR
-AGS_DEVOUT_PLAY
-AGS_DEVOUT_PLAY_DOMAIN
-AgsDevout
-AgsDevoutClass
-AgsDevoutError
-AgsDevoutFlags
-AgsDevoutPlay
-AgsDevoutPlayDomain
-AgsDevoutPlayFlags
-AgsDevoutResolutionMode
-ags_devout_error_quark
-ags_devout_list_cards
-ags_devout_new
-ags_devout_note_offset_changed
-ags_devout_pcm_info
-ags_devout_play_alloc
-ags_devout_play_domain_alloc
-ags_devout_play_domain_free
-ags_devout_play_find_source
-ags_devout_play_free
-ags_devout_tic
-<SUBSECTION Standard>
-AGS_DEVOUT
-AGS_DEVOUT_CLASS
-AGS_DEVOUT_GET_CLASS
-AGS_IS_DEVOUT
-AGS_IS_DEVOUT_CLASS
-AGS_TYPE_DEVOUT
-ags_devout_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_devout_thread</FILE>
-<TITLE>AgsDevoutThread</TITLE>
-AGS_DEVOUT_THREAD_DEFAULT_JIFFIE
-AgsDevoutThread
-AgsDevoutThreadClass
-ags_devout_thread_new
-<SUBSECTION Standard>
-AGS_DEVOUT_THREAD
-AGS_DEVOUT_THREAD_CLASS
-AGS_DEVOUT_THREAD_GET_CLASS
-AGS_IS_DEVOUT_THREAD
-AGS_IS_DEVOUT_THREAD_CLASS
-AGS_TYPE_DEVOUT_THREAD
-ags_devout_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_dial</FILE>
-<TITLE>AgsDial</TITLE>
-AGS_DIAL_DEFAULT_PRECISION
-AgsDial
-AgsDialClass
-AgsDialFlags
-ags_dial_new
-<SUBSECTION Standard>
-AGS_DIAL
-AGS_DIAL_CLASS
-AGS_DIAL_GET_CLASS
-AGS_IS_DIAL
-AGS_IS_DIAL_CLASS
-AGS_TYPE_DIAL
-ags_dial_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_display_tact</FILE>
-<TITLE>AgsDisplayTact</TITLE>
-AgsDisplayTact
-AgsDisplayTactClass
-ags_display_tact_new
-<SUBSECTION Standard>
-AGS_DISPLAY_TACT
-AGS_DISPLAY_TACT_CLASS
-AGS_DISPLAY_TACT_GET_CLASS
-AGS_IS_DISPLAY_TACT
-AGS_IS_DISPLAY_TACT_CLASS
-AGS_TYPE_DISPLAY_TACT
-ags_display_tact_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_down_mix</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum</FILE>
-<TITLE>AgsDrum</TITLE>
-AGS_DRUM_PATTERN_CONTROLS
-AgsDrum
-AgsDrumClass
-AgsDrumFlags
-ags_drum_new
-ags_drum_set_pattern
-<SUBSECTION Standard>
-AGS_DRUM
-AGS_DRUM_CLASS
-AGS_DRUM_GET_CLASS
-AGS_IS_DRUM
-AGS_IS_DRUM_CLASS
-AGS_TYPE_DRUM
-ags_drum_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_callbacks</FILE>
-ags_drum_done_callback
-ags_drum_index0_callback
-ags_drum_index1_callback
-ags_drum_length_spin_callback
-ags_drum_loop_button_callback
-ags_drum_offset_callback
-ags_drum_open_callback
-ags_drum_pad_callback
-ags_drum_parent_set_callback
-ags_drum_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_line</FILE>
-<TITLE>AgsDrumInputLine</TITLE>
-AgsDrumInputLine
-AgsDrumInputLineClass
-ags_drum_input_line_map_recall
-ags_drum_input_line_new
-<SUBSECTION Standard>
-AGS_DRUM_INPUT_LINE
-AGS_DRUM_INPUT_LINE_CLASS
-AGS_DRUM_INPUT_LINE_GET_CLASS
-AGS_IS_DRUM_INPUT_LINE
-AGS_IS_DRUM_INPUT_LINE_CLASS
-AGS_TYPE_DRUM_INPUT_LINE
-ags_drum_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_line_callbacks</FILE>
-ags_drum_input_line_audio_set_pads_callback
-ags_drum_input_line_channel_done_callback
-ags_drum_input_line_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_pad</FILE>
-<TITLE>AgsDrumInputPad</TITLE>
-AgsDrumInputPad
-AgsDrumInputPadClass
-AgsDrumInputPadFlags
-ags_drum_input_pad_new
-<SUBSECTION Standard>
-AGS_DRUM_INPUT_PAD
-AGS_DRUM_INPUT_PAD_CLASS
-AGS_DRUM_INPUT_PAD_GET_CLASS
-AGS_IS_DRUM_INPUT_PAD
-AGS_IS_DRUM_INPUT_PAD_CLASS
-AGS_TYPE_DRUM_INPUT_PAD
-ags_drum_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_input_pad_callbacks</FILE>
-ags_drum_input_pad_edit_callback
-ags_drum_input_pad_open_callback
-ags_drum_input_pad_play_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_line</FILE>
-<TITLE>AgsDrumOutputLine</TITLE>
-AgsDrumOutputLine
-AgsDrumOutputLineClass
-ags_drum_output_line_add_default_recall
-ags_drum_output_line_new
-<SUBSECTION Standard>
-AGS_DRUM_OUTPUT_LINE
-AGS_DRUM_OUTPUT_LINE_CLASS
-AGS_DRUM_OUTPUT_LINE_GET_CLASS
-AGS_IS_DRUM_OUTPUT_LINE
-AGS_IS_DRUM_OUTPUT_LINE_CLASS
-AGS_TYPE_DRUM_OUTPUT_LINE
-ags_drum_output_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_line_callbacks</FILE>
-ags_drum_output_line_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_pad</FILE>
-<TITLE>AgsDrumOutputPad</TITLE>
-AgsDrumOutputPad
-AgsDrumOutputPadClass
-AgsDrumOutputPadFlags
-ags_drum_output_pad_new
-<SUBSECTION Standard>
-AGS_DRUM_OUTPUT_PAD
-AGS_DRUM_OUTPUT_PAD_CLASS
-AGS_DRUM_OUTPUT_PAD_GET_CLASS
-AGS_IS_DRUM_OUTPUT_PAD
-AGS_IS_DRUM_OUTPUT_PAD_CLASS
-AGS_TYPE_DRUM_OUTPUT_PAD
-ags_drum_output_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_drum_output_pad_callbacks</FILE>
-ags_drum_output_pad_play_cancel
-ags_drum_output_pad_play_done
-</SECTION>
-
-<SECTION>
-<FILE>ags_dynamic_connectable</FILE>
-<TITLE>AgsDynamicConnectable</TITLE>
-AgsDynamicConnectable
-AgsDynamicConnectableInterface
-ags_dynamic_connectable_connect
-ags_dynamic_connectable_disconnect
-<SUBSECTION Standard>
-AGS_DYNAMIC_CONNECTABLE
-AGS_DYNAMIC_CONNECTABLE_GET_INTERFACE
-AGS_DYNAMIC_CONNECTABLE_INTERFACE
-AGS_IS_DYNAMIC_CONNECTABLE
-AGS_IS_DYNAMIC_CONNECTABLE_INTERFACE
-AGS_TYPE_DYNAMIC_CONNECTABLE
-ags_dynamic_connectable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_echo</FILE>
-ags_echo
-</SECTION>
-
-<SECTION>
-<FILE>ags_editor</FILE>
-<TITLE>AgsEditor</TITLE>
-AGS_EDITOR_DEFAULT
-AGS_EDITOR_DEFAULT_BUILD_ID
-AGS_EDITOR_DEFAULT_VERSION
-AgsEditor
-AgsEditorClass
-ags_editor_machine_changed
-ags_editor_new
-<SUBSECTION Standard>
-AGS_EDITOR
-AGS_EDITOR_CLASS
-AGS_EDITOR_GET_CLASS
-AGS_IS_EDITOR
-AGS_IS_EDITOR_CLASS
-AGS_TYPE_EDITOR
-ags_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_editor_callbacks</FILE>
-ags_editor_change_position_callback
-ags_editor_machine_changed_callback
-ags_editor_parent_set_callback
-ags_editor_set_audio_channels_callback
-ags_editor_set_pads_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_effect</FILE>
-AGS_EFFECT_COPY_BUFFER
-AGS_EFFECT_COPY_STREAM
-AGS_EFFECT_DOWN_MIX
-</SECTION>
-
-<SECTION>
-<FILE>ags_effect</FILE>
-<TITLE>AgsEffect</TITLE>
-AgsEffect
-AgsEffectInterface
-<SUBSECTION Standard>
-AGS_EFFECT
-AGS_EFFECT_GET_INTERFACE
-AGS_EFFECT_INTERFACE
-AGS_IS_EFFECT
-AGS_IS_EFFECT_INTERFACE
-AGS_TYPE_EFFECT
-ags_effect_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_expander</FILE>
-<TITLE>AgsExpander</TITLE>
-AGS_EXPANDER_CHILD
-AgsExpander
-AgsExpanderChild
-AgsExpanderClass
-AgsExpanderFlags
-ags_expander_add
-ags_expander_child_alloc
-ags_expander_child_find
-ags_expander_new
-ags_expander_remove
-<SUBSECTION Standard>
-AGS_EXPANDER
-AGS_EXPANDER_CLASS
-AGS_EXPANDER_GET_CLASS
-AGS_IS_EXPANDER
-AGS_IS_EXPANDER_CLASS
-AGS_TYPE_EXPANDER
-ags_expander_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_expander_set</FILE>
-<TITLE>AgsExpanderSet</TITLE>
-AGS_EXPANDER_SET_CHILD
-AgsExpanderSet
-AgsExpanderSetChild
-AgsExpanderSetClass
-AgsExpanderSetFlags
-ags_expander_set_add
-ags_expander_set_child_alloc
-ags_expander_set_child_find
-ags_expander_set_new
-ags_expander_set_remove
-ags_expander_set_set_flags
-<SUBSECTION Standard>
-AGS_EXPANDER_SET
-AGS_EXPANDER_SET_CLASS
-AGS_EXPANDER_SET_GET_CLASS
-AGS_IS_EXPANDER_SET
-AGS_IS_EXPANDER_SET_CLASS
-AGS_TYPE_EXPANDER_SET
-ags_expander_set_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_output</FILE>
-<TITLE>AgsExportOutput</TITLE>
-AgsExportOutput
-AgsExportOutputClass
-ags_export_output_new
-<SUBSECTION Standard>
-AGS_EXPORT_OUTPUT
-AGS_EXPORT_OUTPUT_CLASS
-AGS_EXPORT_OUTPUT_GET_CLASS
-AGS_IS_EXPORT_OUTPUT
-AGS_IS_EXPORT_OUTPUT_CLASS
-AGS_TYPE_EXPORT_OUTPUT
-ags_export_output_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_thread</FILE>
-<TITLE>AgsExportThread</TITLE>
-AGS_EXPORT_THREAD_BUFFER_TIME
-AGS_EXPORT_THREAD_DEFAULT_JIFFIE
-AgsExportThread
-AgsExportThreadClass
-ags_export_thread_new
-<SUBSECTION Standard>
-AGS_EXPORT_THREAD
-AGS_EXPORT_THREAD_CLASS
-AGS_EXPORT_THREAD_GET_CLASS
-AGS_IS_EXPORT_THREAD
-AGS_IS_EXPORT_THREAD_CLASS
-AGS_TYPE_EXPORT_THREAD
-ags_export_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_window</FILE>
-<TITLE>AgsExportWindow</TITLE>
-AgsExportWindow
-AgsExportWindowClass
-AgsExportWindowFlags
-ags_export_window_new
-<SUBSECTION Standard>
-AGS_EXPORT_WINDOW
-AGS_EXPORT_WINDOW_CLASS
-AGS_EXPORT_WINDOW_GET_CLASS
-AGS_IS_EXPORT_WINDOW
-AGS_IS_EXPORT_WINDOW_CLASS
-AGS_TYPE_EXPORT_WINDOW
-ags_export_window_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_export_window_callbacks</FILE>
-ags_export_window_export_callback
-ags_export_window_file_chooser_button_callback
-ags_export_window_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_ffplayer</FILE>
-<TITLE>AgsFFPlayer</TITLE>
-AgsFFPlayer
-AgsFFPlayerClass
-ags_ffplayer_new
-ags_ffplayer_paint
-<SUBSECTION Standard>
-AGS_FFPLAYER
-AGS_FFPLAYER_CLASS
-AGS_FFPLAYER_GET_CLASS
-AGS_IS_FFPLAYER
-AGS_IS_FFPLAYER_CLASS
-AGS_TYPE_FFPLAYER
-ags_ffplayer_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ffplayer_callbacks</FILE>
-ags_ffplayer_drawing_area_button_press_callback
-ags_ffplayer_drawing_area_configure_callback
-ags_ffplayer_drawing_area_expose_callback
-ags_ffplayer_hscrollbar_value_changed
-ags_ffplayer_instrument_changed_callback
-ags_ffplayer_open_clicked_callback
-ags_ffplayer_open_dialog_response_callback
-ags_ffplayer_parent_set_callback
-ags_ffplayer_preset_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_file</FILE>
-<TITLE>AgsFile</TITLE>
-AGS_FILE_CHECKSUM_LENGTH
-AGS_FILE_DEFAULT_AUDIO_ENCODING
-AGS_FILE_DEFAULT_AUDIO_FORMAT
-AGS_FILE_DEFAULT_DTD
-AGS_FILE_DEFAULT_ENCODING
-AgsFile
-AgsFileClass
-AgsFileFlags
-ags_file_add_id_ref
-ags_file_add_launch
-ags_file_add_lookup
-ags_file_find_id_ref_by_node
-ags_file_find_id_ref_by_reference
-ags_file_find_id_ref_by_xpath
-ags_file_new
-ags_file_read
-ags_file_read_main
-ags_file_read_resolve
-ags_file_read_server
-ags_file_read_start
-ags_file_str2md5
-ags_file_write
-ags_file_write_concurrent
-ags_file_write_main
-ags_file_write_resolve
-ags_file_write_server
-<SUBSECTION Standard>
-AGS_FILE
-AGS_FILE_CLASS
-AGS_FILE_GET_CLASS
-AGS_IS_FILE
-AGS_IS_FILE_CLASS
-AGS_TYPE_FILE
-ags_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_gui</FILE>
-ags_file_read_dialog
-ags_file_read_dialog_list
-ags_file_read_editor
-ags_file_read_line
-ags_file_read_line_editor
-ags_file_read_line_list
-ags_file_read_line_member
-ags_file_read_line_member_editor
-ags_file_read_line_member_list
-ags_file_read_link_collection_editor
-ags_file_read_link_editor
-ags_file_read_machine
-ags_file_read_machine_counter
-ags_file_read_machine_counter_list
-ags_file_read_machine_editor
-ags_file_read_machine_editor_list
-ags_file_read_machine_list
-ags_file_read_machine_selector
-ags_file_read_menu_bar
-ags_file_read_mixer_input_pad
-ags_file_read_mixer_output_pad
-ags_file_read_navigation
-ags_file_read_notebook
-ags_file_read_notebook_tab
-ags_file_read_notebook_tab_list
-ags_file_read_pad
-ags_file_read_pad_editor
-ags_file_read_pad_list
-ags_file_read_resize_editor
-ags_file_read_toolbar
-ags_file_read_widget
-ags_file_read_window
-ags_file_write_dialog
-ags_file_write_dialog_list
-ags_file_write_editor
-ags_file_write_line
-ags_file_write_line_editor
-ags_file_write_line_list
-ags_file_write_line_member
-ags_file_write_line_member_editor
-ags_file_write_line_member_list
-ags_file_write_link_collection_editor
-ags_file_write_link_editor
-ags_file_write_machine
-ags_file_write_machine_counter
-ags_file_write_machine_counter_list
-ags_file_write_machine_editor
-ags_file_write_machine_editor_list
-ags_file_write_machine_list
-ags_file_write_machine_selector
-ags_file_write_menu_bar
-ags_file_write_mixer_input_pad
-ags_file_write_mixer_output_pad
-ags_file_write_navigation
-ags_file_write_notebook
-ags_file_write_notebook_tab
-ags_file_write_notebook_tab_list
-ags_file_write_pad
-ags_file_write_pad_editor
-ags_file_write_pad_list
-ags_file_write_resize_editor
-ags_file_write_toolbar
-ags_file_write_widget
-ags_file_write_window
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_id_ref</FILE>
-<TITLE>AgsFileIdRef</TITLE>
-AGS_FILE_ID_REF_RESOLVE_DATA
-AGS_FILE_ID_REF_SERIALIZE_DATA
-AGS_FILE_RESOLVE
-AgsFileIdRef
-AgsFileIdRefClass
-AgsFileResolve
-ags_file_id_ref_new
-ags_file_id_ref_resolved
-<SUBSECTION Standard>
-AGS_FILE_ID_REF
-AGS_FILE_ID_REF_CLASS
-AGS_FILE_ID_REF_GET_CLASS
-AGS_IS_FILE_ID_REF
-AGS_IS_FILE_ID_REF_CLASS
-AGS_TYPE_FILE_ID_REF
-ags_file_id_ref_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_launch</FILE>
-<TITLE>AgsFileLaunch</TITLE>
-AgsFileLaunch
-AgsFileLaunchClass
-ags_file_launch_new
-ags_file_launch_start
-<SUBSECTION Standard>
-AGS_FILE_LAUNCH
-AGS_FILE_LAUNCH_CLASS
-AGS_FILE_LAUNCH_GET_CLASS
-AGS_IS_FILE_LAUNCH
-AGS_IS_FILE_LAUNCH_CLASS
-AGS_TYPE_FILE_LAUNCH
-ags_file_launch_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_link</FILE>
-<TITLE>AgsFileLink</TITLE>
-AgsFileLink
-AgsFileLinkClass
-ags_file_link_new
-<SUBSECTION Standard>
-AGS_FILE_LINK
-AGS_FILE_LINK_CLASS
-AGS_FILE_LINK_GET_CLASS
-AGS_IS_FILE_LINK
-AGS_IS_FILE_LINK_CLASS
-AGS_TYPE_FILE_LINK
-ags_file_link_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_lookup</FILE>
-<TITLE>AgsFileLookup</TITLE>
-AgsFileLookup
-AgsFileLookupClass
-ags_file_lookup_find_by_node
-ags_file_lookup_new
-ags_file_lookup_resolve
-<SUBSECTION Standard>
-AGS_FILE_LOOKUP
-AGS_FILE_LOOKUP_CLASS
-AGS_FILE_LOOKUP_GET_CLASS
-AGS_IS_FILE_LOOKUP
-AGS_IS_FILE_LOOKUP_CLASS
-AGS_TYPE_FILE_LOOKUP
-ags_file_lookup_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_read</FILE>
-<TITLE>AgsFileRead</TITLE>
-AgsFileRead
-AgsFileReadClass
-ags_file_read_new
-<SUBSECTION Standard>
-AGS_FILE_READ
-AGS_FILE_READ_CLASS
-AGS_FILE_READ_GET_CLASS
-AGS_IS_FILE_READ
-AGS_IS_FILE_READ_CLASS
-AGS_TYPE_FILE_READ
-ags_file_read_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_selection</FILE>
-<TITLE>AgsFileSelection</TITLE>
-AGS_FILE_SELECTION_ENTRY
-AgsFileSelection
-AgsFileSelectionClass
-AgsFileSelectionEntry
-AgsFileSelectionFlags
-ags_file_selection_add_entry
-ags_file_selection_completed
-ags_file_selection_contains_file
-ags_file_selection_entry_alloc
-ags_file_selection_new
-ags_file_selection_remove_entry
-ags_file_selection_set_entry
-<SUBSECTION Standard>
-AGS_FILE_SELECTION
-AGS_FILE_SELECTION_CLASS
-AGS_FILE_SELECTION_GET_CLASS
-AGS_IS_FILE_SELECTION
-AGS_IS_FILE_SELECTION_CLASS
-AGS_TYPE_FILE_SELECTION
-ags_file_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_selection_callbacks</FILE>
-ags_file_selection_remove_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_sound</FILE>
-ags_file_read_audio
-ags_file_read_audio_list
-ags_file_read_audio_signal
-ags_file_read_audio_signal_list
-ags_file_read_channel
-ags_file_read_channel_list
-ags_file_read_devout
-ags_file_read_devout_list
-ags_file_read_devout_play
-ags_file_read_devout_play_list
-ags_file_read_file_link
-ags_file_read_input
-ags_file_read_notation
-ags_file_read_notation_list
-ags_file_read_note
-ags_file_read_note_list
-ags_file_read_output
-ags_file_read_pattern
-ags_file_read_pattern_data
-ags_file_read_pattern_data_list
-ags_file_read_pattern_list
-ags_file_read_port
-ags_file_read_port_list
-ags_file_read_recall
-ags_file_read_recall_audio
-ags_file_read_recall_audio_run
-ags_file_read_recall_audio_signal
-ags_file_read_recall_channel
-ags_file_read_recall_channel_run
-ags_file_read_recall_container
-ags_file_read_recall_container_list
-ags_file_read_recall_list
-ags_file_read_recall_recycling
-ags_file_read_recycling
-ags_file_read_recycling_list
-ags_file_read_stream
-ags_file_read_stream_list
-ags_file_read_task
-ags_file_read_task_list
-ags_file_read_timestamp
-ags_file_read_timestamp_list
-ags_file_write_audio
-ags_file_write_audio_list
-ags_file_write_audio_signal
-ags_file_write_audio_signal_list
-ags_file_write_channel
-ags_file_write_channel_list
-ags_file_write_devout
-ags_file_write_devout_list
-ags_file_write_devout_play
-ags_file_write_devout_play_list
-ags_file_write_file_link
-ags_file_write_input
-ags_file_write_notation
-ags_file_write_notation_list
-ags_file_write_note
-ags_file_write_note_list
-ags_file_write_output
-ags_file_write_pattern
-ags_file_write_pattern_data
-ags_file_write_pattern_data_list
-ags_file_write_pattern_list
-ags_file_write_port
-ags_file_write_port_list
-ags_file_write_recall
-ags_file_write_recall_audio
-ags_file_write_recall_audio_run
-ags_file_write_recall_audio_signal
-ags_file_write_recall_channel
-ags_file_write_recall_channel_run
-ags_file_write_recall_container
-ags_file_write_recall_container_list
-ags_file_write_recall_list
-ags_file_write_recall_recycling
-ags_file_write_recycling
-ags_file_write_recycling_list
-ags_file_write_stream
-ags_file_write_stream_list
-ags_file_write_task
-ags_file_write_task_list
-ags_file_write_timestamp
-ags_file_write_timestamp_list
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_stock</FILE>
-AGS_CLIPBOARD_DEFAULT_VERSION
-AGS_FILE_BOOLEAN_POINTER_PROP
-AGS_FILE_BOOLEAN_PROP
-AGS_FILE_BUILD_ID_PROP
-AGS_FILE_CHAR_POINTER_PROP
-AGS_FILE_CHAR_PROP
-AGS_FILE_DEFAULT_VERSION
-AGS_FILE_DOUBLE_POINTER_PROP
-AGS_FILE_DOUBLE_PROP
-AGS_FILE_DYNAMIC_WIDGET_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_CARTESIAN
-AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_DIAL
-AGS_FILE_DYNAMIC_WIDGET_HINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_HSCALE
-AGS_FILE_DYNAMIC_WIDGET_LABEL
-AGS_FILE_DYNAMIC_WIDGET_LED
-AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_VINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_VSCALE
-AGS_FILE_DYNAMIC_WIDGET_WAVEFORM
-AGS_FILE_EFFECTS_DEFAULT_VERSION
-AGS_FILE_FALSE
-AGS_FILE_FLAGS_PROP
-AGS_FILE_FLOAT_POINTER_PROP
-AGS_FILE_FLOAT_PROP
-AGS_FILE_ID_PROP
-AGS_FILE_INT64_POINTER_PROP
-AGS_FILE_INT64_PROP
-AGS_FILE_NAME_PROP
-AGS_FILE_OBJECT_PROP
-AGS_FILE_POINTER_PROP
-AGS_FILE_SCOPE_PROP
-AGS_FILE_TRUE
-AGS_FILE_TYPE_PROP
-AGS_FILE_UINT64_POINTER_PROP
-AGS_FILE_UINT64_PROP
-AGS_FILE_VERSION_PROP
-AGS_FILE_XPATH_PROP
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_thread</FILE>
-ags_file_read_audio_loop
-ags_file_read_thread
-ags_file_read_thread_list
-ags_file_read_thread_pool
-ags_file_write_audio_loop
-ags_file_write_thread
-ags_file_write_thread_list
-ags_file_write_thread_pool
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_util</FILE>
-ags_file_read_embedded_audio
-ags_file_read_embedded_audio_list
-ags_file_read_file_link
-ags_file_read_file_link_list
-ags_file_util_read_dependency
-ags_file_util_read_history
-ags_file_util_read_object
-ags_file_util_read_parameter
-ags_file_util_read_value
-ags_file_util_write_dependency
-ags_file_util_write_history
-ags_file_util_write_object
-ags_file_util_write_parameter
-ags_file_util_write_value
-ags_file_write_embedded_audio
-ags_file_write_embedded_audio_list
-ags_file_write_file_link
-ags_file_write_file_link_list
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_value_factory</FILE>
-<TITLE>AgsFileValueFactory</TITLE>
-AgsFileValueFactory
-AgsFileValueFactoryClass
-ags_file_value_factory_new
-<SUBSECTION Standard>
-AGS_FILE_VALUE_FACTORY
-AGS_FILE_VALUE_FACTORY_CLASS
-AGS_FILE_VALUE_FACTORY_GET_CLASS
-AGS_IS_FILE_VALUE_FACTORY
-AGS_IS_FILE_VALUE_FACTORY_CLASS
-AGS_TYPE_FILE_VALUE_FACTORY
-ags_file_value_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_file_write</FILE>
-<TITLE>AgsFileWrite</TITLE>
-AgsFileWrite
-AgsFileWriteClass
-ags_file_write_new
-<SUBSECTION Standard>
-AGS_FILE_WRITE
-AGS_FILE_WRITE_CLASS
-AGS_FILE_WRITE_GET_CLASS
-AGS_IS_FILE_WRITE
-AGS_IS_FILE_WRITE_CLASS
-AGS_TYPE_FILE_WRITE
-ags_file_write_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_free_selection</FILE>
-<TITLE>AgsFreeSelection</TITLE>
-AgsFreeSelection
-AgsFreeSelectionClass
-ags_free_selection_new
-<SUBSECTION Standard>
-AGS_FREE_SELECTION
-AGS_FREE_SELECTION_CLASS
-AGS_FREE_SELECTION_GET_CLASS
-AGS_IS_FREE_SELECTION
-AGS_IS_FREE_SELECTION_CLASS
-AGS_TYPE_FREE_SELECTION
-ags_free_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_garbage_collector</FILE>
-<TITLE>AgsGarbageCollector</TITLE>
-AgsGarbageCollector
-AgsGarbageCollectorClass
-AgsGarbageCollectorFlags
-ags_garbage_collector_add
-ags_garbage_collector_new
-ags_garbage_collector_remove
-ags_garbage_collector_run
-<SUBSECTION Standard>
-AGS_GARBAGE_COLLECTOR
-AGS_GARBAGE_COLLECTOR_CLASS
-AGS_TYPE_GARBAGE_COLLECTOR
-ags_garbage_collector_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_generic_preferences</FILE>
-<TITLE>AgsGenericPreferences</TITLE>
-AgsGenericPreferences
-AgsGenericPreferencesClass
-ags_generic_preferences_new
-<SUBSECTION Standard>
-AGS_GENERIC_PREFERENCES
-AGS_GENERIC_PREFERENCES_CLASS
-AGS_GENERIC_PREFERENCES_GET_CLASS
-AGS_IS_GENERIC_PREFERENCES
-AGS_IS_GENERIC_PREFERENCES_CLASS
-AGS_TYPE_GENERIC_PREFERENCES
-ags_generic_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_gui_task_thread</FILE>
-<TITLE>AgsGuiTaskThread</TITLE>
-AgsGuiTaskThread
-AgsGuiTaskThreadClass
-ags_gui_task_thread_new
-<SUBSECTION Standard>
-AGS_GUI_TASK_THREAD
-AGS_GUI_TASK_THREAD_CLASS
-AGS_GUI_TASK_THREAD_GET_CLASS
-AGS_IS_GUI_TASK_THREAD
-AGS_IS_GUI_TASK_THREAD_CLASS
-AGS_TYPE_GUI_TASK_THREAD
-ags_gui_task_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_gui_thread</FILE>
-<TITLE>AgsGuiThread</TITLE>
-AGS_GUI_THREAD_DEFAULT_JIFFIE
-AgsGuiThread
-AgsGuiThreadClass
-ags_gui_thread_new
-<SUBSECTION Standard>
-AGS_GUI_THREAD
-AGS_GUI_THREAD_CLASS
-AGS_GUI_THREAD_GET_CLASS
-AGS_IS_GUI_THREAD
-AGS_IS_GUI_THREAD_CLASS
-AGS_TYPE_GUI_THREAD
-ags_gui_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_hindicator</FILE>
-<TITLE>AgsHIndicator</TITLE>
-AgsHIndicator
-AgsHIndicatorClass
-ags_hindicator_new
-<SUBSECTION Standard>
-AGS_HINDICATOR
-AGS_HINDICATOR_CLASS
-AGS_HINDICATOR_GET_CLASS
-AGS_IS_HINDICATOR
-AGS_IS_HINDICATOR_CLASS
-AGS_TYPE_HINDICATOR
-ags_hindicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_history</FILE>
-<TITLE>AgsHistory</TITLE>
-AgsHistory
-AgsHistoryAppend
-AgsHistoryClass
-ags_history_new
-<SUBSECTION Standard>
-AGS_HISTORY
-AGS_HISTORY_CLASS
-AGS_HISTORY_GET_CLASS
-AGS_IS_HISTORY
-AGS_IS_HISTORY_CLASS
-AGS_TYPE_HISTORY
-ags_history_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_htimebar</FILE>
-<TITLE>AgsHTimebar</TITLE>
-AgsHTimebar
-AgsHTimebarClass
-ags_htimebar_new
-<SUBSECTION Standard>
-AGS_HTIMEBAR
-AGS_HTIMEBAR_CLASS
-AGS_HTIMEBAR_GET_CLASS
-AGS_IS_HTIMEBAR
-AGS_IS_HTIMEBAR_CLASS
-AGS_TYPE_HTIMEBAR
-</SECTION>
-
-<SECTION>
-<FILE>ags_id_generator</FILE>
-ags_id_generator_create_uuid
-</SECTION>
-
-<SECTION>
-<FILE>ags_indicator</FILE>
-<TITLE>AgsIndicator</TITLE>
-AgsIndicator
-AgsIndicatorClass
-ags_indicator_new
-<SUBSECTION Standard>
-AGS_INDICATOR
-AGS_INDICATOR_CLASS
-AGS_INDICATOR_GET_CLASS
-AGS_IS_INDICATOR
-AGS_IS_INDICATOR_CLASS
-AGS_TYPE_INDICATOR
-ags_indicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_init_audio</FILE>
-<TITLE>AgsInitAudio</TITLE>
-AgsInitAudio
-AgsInitAudioClass
-ags_init_audio_new
-<SUBSECTION Standard>
-AGS_INIT_AUDIO
-AGS_INIT_AUDIO_CLASS
-AGS_INIT_AUDIO_GET_CLASS
-AGS_IS_INIT_AUDIO
-AGS_IS_INIT_AUDIO_CLASS
-AGS_TYPE_INIT_AUDIO
-ags_init_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_init_channel</FILE>
-<TITLE>AgsInitChannel</TITLE>
-AgsInitChannel
-AgsInitChannelClass
-ags_init_channel_new
-<SUBSECTION Standard>
-AGS_INIT_CHANNEL
-AGS_INIT_CHANNEL_CLASS
-AGS_INIT_CHANNEL_GET_CLASS
-AGS_IS_INIT_CHANNEL
-AGS_IS_INIT_CHANNEL_CLASS
-AGS_TYPE_INIT_CHANNEL
-ags_init_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_inline_player</FILE>
-<TITLE>AgsInlinePlayer</TITLE>
-AgsInlinePlayer
-AgsInlinePlayerClass
-ags_inline_player_new
-<SUBSECTION Standard>
-AGS_INLINE_PLAYER
-AGS_INLINE_PLAYER_CLASS
-AGS_INLINE_PLAYER_GET_CLASS
-AGS_IS_INLINE_PLAYER
-AGS_IS_INLINE_PLAYER_CLASS
-AGS_TYPE_INLINE_PLAYER
-ags_inline_player_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_inline_player_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_input</FILE>
-<TITLE>AgsInput</TITLE>
-AgsInput
-AgsInputClass
-ags_input_new
-<SUBSECTION Standard>
-AGS_INPUT
-AGS_INPUT_CLASS
-AGS_INPUT_GET_CLASS
-AGS_IS_INPUT
-AGS_IS_INPUT_CLASS
-AGS_TYPE_INPUT
-ags_input_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ipatch</FILE>
-<TITLE>AgsIpatch</TITLE>
-AGS_IPATCH_DEFAULT_CHANNELS
-AGS_IPATCH_READ
-AGS_IPATCH_WRITE
-AgsIpatch
-AgsIpatchClass
-AgsIpatchFlags
-ags_ipatch_new
-<SUBSECTION Standard>
-AGS_IPATCH
-AGS_IPATCH_CLASS
-AGS_IPATCH_GET_CLASS
-AGS_IS_IPATCH
-AGS_IS_IPATCH_CLASS
-AGS_TYPE_IPATCH
-ags_ipatch_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ipatch_sf2_reader</FILE>
-<TITLE>AgsIpatchSF2Reader</TITLE>
-AgsIpatchSF2Reader
-AgsIpatchSF2ReaderClass
-AgsSF2Levels
-ags_ipatch_sf2_reader_new
-<SUBSECTION Standard>
-AGS_IPATCH_SF2_READER
-AGS_IPATCH_SF2_READER_CLASS
-AGS_IPATCH_SF2_READER_GET_CLASS
-AGS_IS_IPATCH_SF2_READER
-AGS_IS_IPATCH_SF2_READER_CLASS
-AGS_TYPE_IPATCH_SF2_READER
-ags_ipatch_sf2_reader_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_iterator_thread</FILE>
-<TITLE>AgsIteratorThread</TITLE>
-AgsIteratorThread
-AgsIteratorThreadClass
-AgsIteratorThreadFlags
-ags_iterator_thread_children_ready
-ags_iterator_thread_new
-<SUBSECTION Standard>
-AGS_IS_ITERATOR_THREAD
-AGS_IS_ITERATOR_THREAD_CLASS
-AGS_ITERATOR_THREAD
-AGS_ITERATOR_THREAD_CLASS
-AGS_ITERATOR_THREAD_GET_CLASS
-AGS_TYPE_ITERATOR_THREAD
-ags_iterator_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_browser</FILE>
-<TITLE>AgsLadspaBrowser</TITLE>
-AgsLadspaBrowser
-AgsLadspaBrowserClass
-ags_ladspa_browser_combo_box_controls_new
-ags_ladspa_browser_get_plugin_effect
-ags_ladspa_browser_get_plugin_filename
-ags_ladspa_browser_new
-ags_ladspa_browser_preview_new
-<SUBSECTION Standard>
-AGS_IS_LADSPA_BROWSER
-AGS_IS_LADSPA_BROWSER_CLASS
-AGS_LADSPA_BROWSER
-AGS_LADSPA_BROWSER_CLASS
-AGS_LADSPA_BROWSER_GET_CLASS
-AGS_TYPE_LADSPA_BROWSER
-ags_ladspa_browser_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_browser_callbacks</FILE>
-ags_ladspa_browser_cancel_callback
-ags_ladspa_browser_ok_callback
-ags_ladspa_browser_plugin_effect_callback
-ags_ladspa_browser_plugin_filename_callback
-ags_ladspa_browser_preview_close_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_ladspa_manager</FILE>
-<TITLE>AgsLadspaManager</TITLE>
-AGS_LADSPA_PLUGIN
-AgsLadspaManager
-AgsLadspaManagerClass
-AgsLadspaPlugin
-AgsLadspaPluginFlags
-ags_ladspa_manager_find_ladspa_plugin
-ags_ladspa_manager_get_filenames
-ags_ladspa_manager_get_instance
-ags_ladspa_manager_load_default_directory
-ags_ladspa_manager_load_file
-ags_ladspa_manager_new
-ags_ladspa_plugin_alloc
-ags_ladspa_plugin_free
-<SUBSECTION Standard>
-AGS_IS_LADSPA_MANAGER
-AGS_IS_LADSPA_MANAGER_CLASS
-AGS_LADSPA_MANAGER
-AGS_LADSPA_MANAGER_CLASS
-AGS_LADSPA_MANAGER_GET_CLASS
-AGS_TYPE_LADSPA_MANAGER
-ags_ladspa_manager_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_led</FILE>
-<TITLE>AgsLed</TITLE>
-AgsLed
-AgsLedClass
-AgsLedFlags
-ags_led_new
-ags_led_set_active
-ags_led_unset_active
-<SUBSECTION Standard>
-AGS_IS_LED
-AGS_IS_LED_CLASS
-AGS_LED
-AGS_LED_CLASS
-AGS_LED_GET_CLASS
-AGS_TYPE_LED
-ags_led_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_libao</FILE>
-<TITLE>AgsLibao</TITLE>
-AGS_LIBAO_DEFAULT_BPM
-AGS_LIBAO_DEFAULT_BUFFER_SIZE
-AGS_LIBAO_DEFAULT_DELAY
-AGS_LIBAO_DEFAULT_JIFFIE
-AGS_LIBAO_DEFAULT_SAMPLERATE
-AGS_LIBAO_DEFAULT_TACT
-AGS_LIBAO_DEFAULT_TACTRATE
-AGS_LIBAO_DEFAULT_TACT_JIFFIE
-AGS_LIBAO_ERROR
-AGS_LIBAO_PLAY
-AGS_LIBAO_PLAY_DOMAIN
-AgsLibao
-AgsLibaoClass
-AgsLibaoError
-AgsLibaoFlags
-AgsLibaoPlay
-AgsLibaoPlayDomain
-AgsLibaoPlayFlags
-AgsLibaoResolutionMode
-ags_libao_error_quark
-ags_libao_list_cards
-ags_libao_new
-ags_libao_note_offset_changed
-ags_libao_pcm_info
-ags_libao_play_alloc
-ags_libao_play_domain_alloc
-ags_libao_play_domain_free
-ags_libao_play_free
-ags_libao_tic
-<SUBSECTION Standard>
-AGS_IS_LIBAO
-AGS_IS_LIBAO_CLASS
-AGS_LIBAO
-AGS_LIBAO_CLASS
-AGS_LIBAO_GET_CLASS
-AGS_TYPE_LIBAO
-ags_libao_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line</FILE>
-<TITLE>AgsLine</TITLE>
-AGS_LINE_DEFAULT_BUILD_ID
-AGS_LINE_DEFAULT_VERSION
-AgsLine
-AgsLineClass
-AgsLineFlags
-ags_line_find_next_grouped
-ags_line_find_port
-ags_line_group_changed
-ags_line_new
-ags_line_set_channel
-<SUBSECTION Standard>
-AGS_IS_LINE
-AGS_IS_LINE_CLASS
-AGS_LINE
-AGS_LINE_CLASS
-AGS_LINE_GET_CLASS
-AGS_TYPE_LINE
-ags_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_callbacks</FILE>
-ags_line_channel_done_callback
-ags_line_copy_pattern_cancel
-ags_line_copy_pattern_done
-ags_line_group_clicked_callback
-ags_line_parent_set_callback
-ags_line_peak_run_post_callback
-ags_line_play_channel_run_cancel
-ags_line_play_volume_cancel
-ags_line_play_volume_done
-ags_line_recall_volume_cancel
-ags_line_recall_volume_done
-ags_line_remove_recall_callback
-ags_line_volume_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_editor</FILE>
-<TITLE>AgsLineEditor</TITLE>
-AGS_LINE_EDITOR_DEFAULT_BUILD_ID
-AGS_LINE_EDITOR_DEFAULT_VERSION
-AgsLineEditor
-AgsLineEditorClass
-ags_line_editor_new
-ags_line_editor_set_channel
-<SUBSECTION Standard>
-AGS_IS_LINE_EDITOR
-AGS_IS_LINE_EDITOR_CLASS
-AGS_LINE_EDITOR
-AGS_LINE_EDITOR_CLASS
-AGS_LINE_EDITOR_GET_CLASS
-AGS_TYPE_LINE_EDITOR
-ags_line_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_editor_callbacks</FILE>
-ags_line_editor_destroy_callback
-ags_line_editor_parent_set_callback
-ags_line_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member</FILE>
-<TITLE>AgsLineMember</TITLE>
-AgsLineMember
-AgsLineMemberClass
-AgsLineMemberFlags
-ags_line_member_change_port
-ags_line_member_find_port
-ags_line_member_get_widget
-ags_line_member_new
-ags_line_member_set_label
-<SUBSECTION Standard>
-AGS_IS_LINE_MEMBER
-AGS_IS_LINE_MEMBER_CLASS
-AGS_LINE_MEMBER
-AGS_LINE_MEMBER_CLASS
-AGS_LINE_MEMBER_GET_CLASS
-AGS_TYPE_LINE_MEMBER
-ags_line_member_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_callbacks</FILE>
-ags_line_member_button_clicked_callback
-ags_line_member_check_button_clicked_callback
-ags_line_member_dial_changed_callback
-ags_line_member_hscale_changed_callback
-ags_line_member_parent_set_callback
-ags_line_member_port_safe_write_callback
-ags_line_member_spin_button_changed_callback
-ags_line_member_toggle_button_clicked_callback
-ags_line_member_vscale_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_editor</FILE>
-<TITLE>AgsLineMemberEditor</TITLE>
-AgsLineMemberEditor
-AgsLineMemberEditorClass
-ags_line_member_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINE_MEMBER_EDITOR
-AGS_IS_LINE_MEMBER_EDITOR_CLASS
-AGS_LINE_MEMBER_EDITOR
-AGS_LINE_MEMBER_EDITOR_CLASS
-AGS_LINE_MEMBER_EDITOR_GET_CLASS
-AGS_TYPE_LINE_MEMBER_EDITOR
-ags_line_member_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_line_member_editor_callbacks</FILE>
-ags_line_member_editor_add_callback
-ags_line_member_editor_ladspa_browser_response_callback
-ags_line_member_editor_remove_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_channel</FILE>
-<TITLE>AgsLinkChannel</TITLE>
-AgsLinkChannel
-AgsLinkChannelClass
-ags_link_channel_new
-<SUBSECTION Standard>
-AGS_IS_LINK_CHANNEL
-AGS_IS_LINK_CHANNEL_CLASS
-AGS_LINK_CHANNEL
-AGS_LINK_CHANNEL_CLASS
-AGS_LINK_CHANNEL_GET_CLASS
-AGS_TYPE_LINK_CHANNEL
-ags_link_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_collection_editor</FILE>
-<TITLE>AgsLinkCollectionEditor</TITLE>
-AgsLinkCollectionEditor
-AgsLinkCollectionEditorClass
-ags_link_collection_editor_check_count
-ags_link_collection_editor_check_first_line
-ags_link_collection_editor_check_first_link
-ags_link_collection_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINK_COLLECTION_EDITOR
-AGS_IS_LINK_COLLECTION_EDITOR_CLASS
-AGS_LINK_COLLECTION_EDITOR
-AGS_LINK_COLLECTION_EDITOR_CLASS
-AGS_LINK_COLLECTION_EDITOR_GET_CLASS
-AGS_TYPE_LINK_COLLECTION_EDITOR
-ags_link_collection_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_collection_editor_callbacks</FILE>
-ags_link_collection_editor_count_callback
-ags_link_collection_editor_first_line_callback
-ags_link_collection_editor_first_link_callback
-ags_link_collection_editor_link_callback
-ags_link_collection_editor_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_editor</FILE>
-<TITLE>AgsLinkEditor</TITLE>
-AgsLinkEditor
-AgsLinkEditorClass
-AgsLinkEditorFlags
-ags_link_editor_new
-<SUBSECTION Standard>
-AGS_IS_LINK_EDITOR
-AGS_IS_LINK_EDITOR_CLASS
-AGS_LINK_EDITOR
-AGS_LINK_EDITOR_CLASS
-AGS_LINK_EDITOR_GET_CLASS
-AGS_TYPE_LINK_EDITOR
-ags_link_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_link_editor_callbacks</FILE>
-ags_link_editor_combo_callback
-ags_link_editor_destroy_callback
-ags_link_editor_parent_set_callback
-ags_link_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_list</FILE>
-ags_list_duplicate_list
-ags_list_free_and_free_link
-ags_list_free_and_unref_link
-</SECTION>
-
-<SECTION>
-<FILE>ags_listing_editor</FILE>
-<TITLE>AgsListingEditor</TITLE>
-AgsListingEditor
-AgsListingEditorClass
-ags_listing_editor_add_children
-ags_listing_editor_new
-<SUBSECTION Standard>
-AGS_IS_LISTING_EDITOR
-AGS_IS_LISTING_EDITOR_CLASS
-AGS_LISTING_EDITOR
-AGS_LISTING_EDITOR_CLASS
-AGS_LISTING_EDITOR_GET_CLASS
-AGS_TYPE_LISTING_EDITOR
-ags_listing_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_listing_editor_callbacks</FILE>
-ags_listing_editor_parent_set_callback
-ags_listing_editor_set_pads_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_log</FILE>
-<TITLE>AgsLog</TITLE>
-AgsLog
-AgsLogClass
-AgsLogFlags
-AgsLogFormatedMessage
-AgsLogMessage
-ags_default_log
-ags_log_debug
-ags_log_message
-ags_log_start_queue
-ags_log_stop_queue
-<SUBSECTION Standard>
-AGS_IS_LOG
-AGS_IS_LOG_CLASS
-AGS_LOG
-AGS_LOG_CLASS
-AGS_LOG_GET_CLASS
-AGS_TYPE_LOG
-</SECTION>
-
-<SECTION>
-<FILE>ags_loop_channel</FILE>
-<TITLE>AgsLoopChannel</TITLE>
-AgsLoopChannel
-AgsLoopChannelClass
-ags_loop_channel_new
-<SUBSECTION Standard>
-AGS_IS_LOOP_CHANNEL
-AGS_IS_LOOP_CHANNEL_CLASS
-AGS_LOOP_CHANNEL
-AGS_LOOP_CHANNEL_CLASS
-AGS_LOOP_CHANNEL_GET_CLASS
-AGS_TYPE_LOOP_CHANNEL
-ags_loop_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_loop_channel_run</FILE>
-<TITLE>AgsLoopChannelRun</TITLE>
-AgsLoopChannelRun
-AgsLoopChannelRunClass
-ags_loop_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_LOOP_CHANNEL_RUN
-AGS_IS_LOOP_CHANNEL_RUN_CLASS
-AGS_LOOP_CHANNEL_RUN
-AGS_LOOP_CHANNEL_RUN_CLASS
-AGS_LOOP_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_LOOP_CHANNEL_RUN
-ags_loop_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine</FILE>
-<TITLE>AgsMachine</TITLE>
-AGS_MACHINE_DEFAULT_BUILD_ID
-AGS_MACHINE_DEFAULT_VERSION
-AgsMachine
-AgsMachineClass
-AgsMachineFileInputFlags
-AgsMachineFlags
-ags_machine_add_default_recalls
-ags_machine_file_chooser_dialog_new
-ags_machine_find_by_name
-ags_machine_find_port
-ags_machine_get_possible_links
-ags_machine_new
-ags_machine_open_files
-ags_machine_set_run
-<SUBSECTION Standard>
-AGS_IS_MACHINE
-AGS_IS_MACHINE_CLASS
-AGS_MACHINE
-AGS_MACHINE_CLASS
-AGS_MACHINE_GET_CLASS
-AGS_TYPE_MACHINE
-ags_machine_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_callbacks</FILE>
-ags_machine_button_press_callback
-ags_machine_destroy_callback
-ags_machine_done_callback
-ags_machine_open_response_callback
-ags_machine_parent_set_callback
-ags_machine_play_callback
-ags_machine_popup_destroy_activate_callback
-ags_machine_popup_hide_activate_callback
-ags_machine_popup_move_down_activate_callback
-ags_machine_popup_move_up_activate_callback
-ags_machine_popup_properties_activate_callback
-ags_machine_popup_rename_activate_callback
-ags_machine_popup_show_activate_callback
-ags_machine_start_failure_callback
-ags_machine_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_editor</FILE>
-<TITLE>AgsMachineEditor</TITLE>
-AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID
-AGS_MACHINE_EDITOR_DEFAULT_VERSION
-AgsMachineEditor
-AgsMachineEditorClass
-AgsMachineEditorFlags
-ags_machine_editor_add_children
-ags_machine_editor_add_input
-ags_machine_editor_add_output
-ags_machine_editor_new
-ags_machine_editor_remove_input
-ags_machine_editor_remove_output
-ags_machine_editor_set_machine
-<SUBSECTION Standard>
-AGS_IS_MACHINE_EDITOR
-AGS_IS_MACHINE_EDITOR_CLASS
-AGS_MACHINE_EDITOR
-AGS_MACHINE_EDITOR_CLASS
-AGS_MACHINE_EDITOR_GET_CLASS
-AGS_TYPE_MACHINE_EDITOR
-ags_machine_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_editor_callbacks</FILE>
-ags_machine_editor_add_callback
-ags_machine_editor_apply_callback
-ags_machine_editor_back_callback
-ags_machine_editor_cancel_callback
-ags_machine_editor_destroy_callback
-ags_machine_editor_ok_callback
-ags_machine_editor_parent_set_callback
-ags_machine_editor_remove_callback
-ags_machine_editor_show_callback
-ags_machine_editor_switch_page_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_radio_button</FILE>
-<TITLE>AgsMachineRadioButton</TITLE>
-AgsMachineRadioButton
-AgsMachineRadioButtonClass
-ags_machine_radio_button_new
-<SUBSECTION Standard>
-AGS_IS_MACHINE_RADIO_BUTTON
-AGS_IS_MACHINE_RADIO_BUTTON_CLASS
-AGS_MACHINE_RADIO_BUTTON
-AGS_MACHINE_RADIO_BUTTON_CLASS
-AGS_MACHINE_RADIO_BUTTON_GET_CLASS
-AGS_TYPE_MACHINE_RADIO_BUTTON
-ags_machine_radio_button_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selection</FILE>
-<TITLE>AgsMachineSelection</TITLE>
-AgsMachineSelection
-AgsMachineSelectionClass
-ags_machine_selection_new
-ags_machine_selection_run
-<SUBSECTION Standard>
-AGS_IS_MACHINE_SELECTION
-AGS_IS_MACHINE_SELECTION_CLASS
-AGS_MACHINE_SELECTION
-AGS_MACHINE_SELECTION_CLASS
-AGS_MACHINE_SELECTION_GET_CLASS
-AGS_TYPE_MACHINE_SELECTION
-ags_machine_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selector</FILE>
-<TITLE>AgsMachineSelector</TITLE>
-AgsMachineSelector
-AgsMachineSelectorClass
-ags_machine_selector_changed
-ags_machine_selector_new
-ags_machine_selector_popup_new
-<SUBSECTION Standard>
-AGS_IS_MACHINE_SELECTOR
-AGS_IS_MACHINE_SELECTOR_CLASS
-AGS_MACHINE_SELECTOR
-AGS_MACHINE_SELECTOR_CLASS
-AGS_MACHINE_SELECTOR_GET_CLASS
-AGS_TYPE_MACHINE_SELECTOR
-ags_machine_selector_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_machine_selector_callbacks</FILE>
-ags_machine_selector_popup_add_index_callback
-ags_machine_selector_popup_add_tab_callback
-ags_machine_selector_popup_link_index_callback
-ags_machine_selector_popup_remove_index_callback
-ags_machine_selector_popup_remove_tab_callback
-ags_machine_selector_radio_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_main_loop</FILE>
-<TITLE>AgsMainLoop</TITLE>
-AgsMainLoop
-AgsMainLoopInterface
-ags_main_loop_get_async_queue
-ags_main_loop_get_last_sync
-ags_main_loop_get_tic
-ags_main_loop_set_async_queue
-ags_main_loop_set_last_sync
-ags_main_loop_set_tic
-<SUBSECTION Standard>
-AGS_IS_MAIN_LOOP
-AGS_IS_MAIN_LOOP_INTERFACE
-AGS_MAIN_LOOP
-AGS_MAIN_LOOP_GET_INTERFACE
-AGS_MAIN_LOOP_INTERFACE
-AGS_TYPE_MAIN_LOOP
-ags_main_loop_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_marshal</FILE>
-g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER
-g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING
-g_cclosure_user_marshal_OBJECT__VOID
-g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER
-g_cclosure_user_marshal_ULONG__VOID
-g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_UINT
-g_cclosure_user_marshal_VOID__STRING_POINTER
-g_cclosure_user_marshal_VOID__UINT_DOUBLE
-g_cclosure_user_marshal_VOID__UINT_INT
-g_cclosure_user_marshal_VOID__UINT_UINT
-g_cclosure_user_marshal_VOID__UINT_UINT_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT_UINT
-</SECTION>
-
-<SECTION>
-<FILE>ags_matrix</FILE>
-<TITLE>AgsMatrix</TITLE>
-AGS_MATRIX_CELL_HEIGHT
-AGS_MATRIX_CELL_WIDTH
-AGS_MATRIX_OCTAVE
-AGS_MATRIX_PATTERN_CONTROLS
-AgsMatrix
-AgsMatrixClass
-ags_matrix_draw_gutter
-ags_matrix_draw_matrix
-ags_matrix_highlight_gutter_point
-ags_matrix_input_map_recall
-ags_matrix_new
-ags_matrix_output_map_recall
-ags_matrix_redraw_gutter_point
-ags_matrix_unpaint_gutter_point
-<SUBSECTION Standard>
-AGS_IS_MATRIX
-AGS_IS_MATRIX_CLASS
-AGS_MATRIX
-AGS_MATRIX_CLASS
-AGS_MATRIX_GET_CLASS
-AGS_TYPE_MATRIX
-ags_matrix_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_matrix_callbacks</FILE>
-ags_matrix_adjustment_value_changed_callback
-ags_matrix_bpm_callback
-ags_matrix_done_callback
-ags_matrix_drawing_area_button_press_callback
-ags_matrix_drawing_area_expose_callback
-ags_matrix_index_callback
-ags_matrix_length_spin_callback
-ags_matrix_loop_button_callback
-ags_matrix_parent_set_callback
-ags_matrix_tact_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu</FILE>
-<TITLE>AgsMenu</TITLE>
-AgsMenu
-AgsMenuClass
-ags_menu_new
-<SUBSECTION Standard>
-AGS_IS_MENU
-AGS_IS_MENU_CLASS
-AGS_MENU
-AGS_MENU_CLASS
-AGS_MENU_GET_CLASS
-AGS_TYPE_MENU
-ags_menu_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_bar</FILE>
-<TITLE>AgsMenuBar</TITLE>
-AgsMenuBar
-AgsMenuBarClass
-ags_menu_bar_new
-ags_tact_combo_box_new
-ags_tact_menu_new
-ags_zoom_combo_box_new
-ags_zoom_menu_new
-<SUBSECTION Standard>
-AGS_IS_MENU_BAR
-AGS_IS_MENU_BAR_CLASS
-AGS_MENU_BAR
-AGS_MENU_BAR_CLASS
-AGS_MENU_BAR_GET_CLASS
-AGS_TYPE_MENU_BAR
-ags_menu_bar_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_bar_callbacks</FILE>
-ags_menu_bar_about_callback
-ags_menu_bar_add_callback
-ags_menu_bar_add_drum_callback
-ags_menu_bar_add_ffplayer_callback
-ags_menu_bar_add_matrix_callback
-ags_menu_bar_add_mixer_callback
-ags_menu_bar_add_panel_callback
-ags_menu_bar_add_synth_callback
-ags_menu_bar_destroy_callback
-ags_menu_bar_export_callback
-ags_menu_bar_open_callback
-ags_menu_bar_preferences_callback
-ags_menu_bar_quit_callback
-ags_menu_bar_remove_callback
-ags_menu_bar_save_as_callback
-ags_menu_bar_save_callback
-ags_menu_bar_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_menu_item</FILE>
-<TITLE>AgsMenuItem</TITLE>
-AgsMenuItem
-AgsMenuItemClass
-ags_menu_item_new
-<SUBSECTION Standard>
-AGS_IS_MENU_ITEM
-AGS_IS_MENU_ITEM_CLASS
-AGS_MENU_ITEM
-AGS_MENU_ITEM_CLASS
-AGS_MENU_ITEM_GET_CLASS
-AGS_TYPE_MENU_ITEM
-ags_menu_item_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_meter</FILE>
-<TITLE>AgsMeter</TITLE>
-AgsMeter
-AgsMeterClass
-ags_meter_new
-ags_meter_paint
-ags_meter_sound_string
-<SUBSECTION Standard>
-AGS_IS_METER
-AGS_IS_METER_CLASS
-AGS_METER
-AGS_METER_CLASS
-AGS_METER_GET_CLASS
-AGS_TYPE_METER
-ags_meter_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_meter_callbacks</FILE>
-ags_meter_configure_event
-ags_meter_destroy_callback
-ags_meter_expose_event
-ags_meter_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer</FILE>
-<TITLE>AgsMixer</TITLE>
-AgsMixer
-AgsMixerClass
-ags_mixer_new
-<SUBSECTION Standard>
-AGS_IS_MIXER
-AGS_IS_MIXER_CLASS
-AGS_MIXER
-AGS_MIXER_CLASS
-AGS_MIXER_GET_CLASS
-AGS_TYPE_MIXER
-ags_mixer_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_callbacks</FILE>
-ags_mixer_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_input_line</FILE>
-<TITLE>AgsMixerInputLine</TITLE>
-AgsMixerInputLine
-AgsMixerInputLineClass
-ags_mixer_input_line_map_recall
-ags_mixer_input_line_new
-<SUBSECTION Standard>
-AGS_IS_MIXER_INPUT_LINE
-AGS_IS_MIXER_INPUT_LINE_CLASS
-AGS_MIXER_INPUT_LINE
-AGS_MIXER_INPUT_LINE_CLASS
-AGS_MIXER_INPUT_LINE_GET_CLASS
-AGS_TYPE_MIXER_INPUT_LINE
-ags_mixer_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mixer_input_pad</FILE>
-<TITLE>AgsMixerInputPad</TITLE>
-AgsMixerInputPad
-AgsMixerInputPadClass
-ags_mixer_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_MIXER_INPUT_PAD
-AGS_IS_MIXER_INPUT_PAD_CLASS
-AGS_MIXER_INPUT_PAD
-AGS_MIXER_INPUT_PAD_CLASS
-AGS_MIXER_INPUT_PAD_GET_CLASS
-AGS_TYPE_MIXER_INPUT_PAD
-ags_mixer_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mutable</FILE>
-<TITLE>AgsMutable</TITLE>
-AgsMutable
-AgsMutableInterface
-ags_mutable_set_muted
-<SUBSECTION Standard>
-AGS_IS_MUTABLE
-AGS_IS_MUTABLE_INTERFACE
-AGS_MUTABLE
-AGS_MUTABLE_GET_INTERFACE
-AGS_MUTABLE_INTERFACE
-AGS_TYPE_MUTABLE
-ags_mutable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_audio</FILE>
-<TITLE>AgsMuteAudio</TITLE>
-AgsMuteAudio
-AgsMuteAudioClass
-ags_mute_audio_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_AUDIO
-AGS_IS_MUTE_AUDIO_CLASS
-AGS_MUTE_AUDIO
-AGS_MUTE_AUDIO_CLASS
-AGS_MUTE_AUDIO_GET_CLASS
-AGS_TYPE_MUTE_AUDIO
-ags_mute_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_audio_signal</FILE>
-<TITLE>AgsMuteAudioSignal</TITLE>
-AgsMuteAudioSignal
-AgsMuteAudioSignalClass
-ags_mute_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_AUDIO_SIGNAL
-AGS_IS_MUTE_AUDIO_SIGNAL_CLASS
-AGS_MUTE_AUDIO_SIGNAL
-AGS_MUTE_AUDIO_SIGNAL_CLASS
-AGS_MUTE_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_MUTE_AUDIO_SIGNAL
-ags_mute_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_channel</FILE>
-<TITLE>AgsMuteChannel</TITLE>
-AgsMuteChannel
-AgsMuteChannelClass
-ags_mute_channel_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_CHANNEL
-AGS_IS_MUTE_CHANNEL_CLASS
-AGS_MUTE_CHANNEL
-AGS_MUTE_CHANNEL_CLASS
-AGS_MUTE_CHANNEL_GET_CLASS
-AGS_TYPE_MUTE_CHANNEL
-ags_mute_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_channel_run</FILE>
-<TITLE>AgsMuteChannelRun</TITLE>
-AgsMuteChannelRun
-AgsMuteChannelRunClass
-ags_mute_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_CHANNEL_RUN
-AGS_IS_MUTE_CHANNEL_RUN_CLASS
-AGS_MUTE_CHANNEL_RUN
-AGS_MUTE_CHANNEL_RUN_CLASS
-AGS_MUTE_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_MUTE_CHANNEL_RUN
-ags_mute_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_mute_recycling</FILE>
-<TITLE>AgsMuteRecycling</TITLE>
-AgsMuteRecycling
-AgsMuteRecyclingClass
-ags_mute_recycling_new
-<SUBSECTION Standard>
-AGS_IS_MUTE_RECYCLING
-AGS_IS_MUTE_RECYCLING_CLASS
-AGS_MUTE_RECYCLING
-AGS_MUTE_RECYCLING_CLASS
-AGS_MUTE_RECYCLING_GET_CLASS
-AGS_TYPE_MUTE_RECYCLING
-ags_mute_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_navigation</FILE>
-<TITLE>AgsNavigation</TITLE>
-AGS_NAVIGATION_DEFAULT_TACT_STEP
-AGS_NAVIGATION_REWIND_STEPS
-AGS_NAVIGATION_SEEK_STEPS
-AgsNavigation
-AgsNavigationClass
-AgsNavigationFlags
-ags_navigation_change_position
-ags_navigation_new
-ags_navigation_set_seeking_sensitive
-ags_navigation_tact_to_time_string
-ags_navigation_update_time_string
-<SUBSECTION Standard>
-AGS_IS_NAVIGATION
-AGS_IS_NAVIGATION_CLASS
-AGS_NAVIGATION
-AGS_NAVIGATION_CLASS
-AGS_NAVIGATION_GET_CLASS
-AGS_TYPE_NAVIGATION
-ags_navigation_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_navigation_callbacks</FILE>
-ags_navigation_bpm_callback
-ags_navigation_destroy_callback
-ags_navigation_duration_tact_callback
-ags_navigation_expander_callback
-ags_navigation_forward_callback
-ags_navigation_loop_callback
-ags_navigation_loop_left_tact_callback
-ags_navigation_loop_right_tact_callback
-ags_navigation_next_callback
-ags_navigation_parent_set_callback
-ags_navigation_play_callback
-ags_navigation_position_tact_callback
-ags_navigation_prev_callback
-ags_navigation_raster_callback
-ags_navigation_rewind_callback
-ags_navigation_show_callback
-ags_navigation_stop_callback
-ags_navigation_tic_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_notation</FILE>
-<TITLE>AgsNotation</TITLE>
-AGS_NOTATION_DEFAULT_BPM
-AGS_NOTATION_DEFAULT_DURATION
-AGS_NOTATION_DEFAULT_JIFFIE
-AGS_NOTATION_DEFAULT_LENGTH
-AGS_NOTATION_MAXIMUM_NOTE_LENGTH
-AGS_NOTATION_MINIMUM_NOTE_LENGTH
-AGS_NOTATION_TICS_PER_BEAT
-AgsNotation
-AgsNotationClass
-AgsNotationFlags
-ags_notation_add_note
-ags_notation_add_point_to_selection
-ags_notation_add_region_to_selection
-ags_notation_copy_selection
-ags_notation_cut_selection
-ags_notation_find_near_timestamp
-ags_notation_find_point
-ags_notation_find_region
-ags_notation_free_selection
-ags_notation_get_current
-ags_notation_get_selection
-ags_notation_insert_from_clipboard
-ags_notation_is_note_selected
-ags_notation_new
-ags_notation_remove_note_at_position
-ags_notation_remove_point_from_selection
-ags_notation_remove_region_from_selection
-<SUBSECTION Standard>
-AGS_IS_NOTATION
-AGS_IS_NOTATION_CLASS
-AGS_NOTATION
-AGS_NOTATION_CLASS
-AGS_NOTATION_GET_CLASS
-AGS_TYPE_NOTATION
-ags_notation_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note</FILE>
-<TITLE>AgsNote</TITLE>
-AgsNote
-AgsNoteClass
-AgsNoteFlags
-ags_note_duplicate
-ags_note_new
-<SUBSECTION Standard>
-AGS_IS_NOTE
-AGS_IS_NOTE_CLASS
-AGS_NOTE
-AGS_NOTE_CLASS
-AGS_NOTE_GET_CLASS
-AGS_TYPE_NOTE
-ags_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note_edit</FILE>
-<TITLE>AgsNoteEdit</TITLE>
-AGS_NOTE_EDIT_MAX_CONTROLS
-AgsNoteEdit
-AgsNoteEditClass
-AgsNoteEditFlags
-AgsNoteEditResetFlags
-ags_note_edit_draw_notation
-ags_note_edit_draw_position
-ags_note_edit_draw_scroll
-ags_note_edit_draw_segment
-ags_note_edit_new
-ags_note_edit_reset_horizontally
-ags_note_edit_reset_vertically
-ags_note_edit_set_map_height
-<SUBSECTION Standard>
-AGS_IS_NOTE_EDIT
-AGS_IS_NOTE_EDIT_CLASS
-AGS_NOTE_EDIT
-AGS_NOTE_EDIT_CLASS
-AGS_NOTE_EDIT_GET_CLASS
-AGS_TYPE_NOTE_EDIT
-ags_note_edit_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_note_edit_callbacks</FILE>
-ags_note_edit_drawing_area_button_press_event
-ags_note_edit_drawing_area_button_release_event
-ags_note_edit_drawing_area_configure_event
-ags_note_edit_drawing_area_expose_event
-ags_note_edit_drawing_area_motion_notify_event
-ags_note_edit_hscrollbar_value_changed
-ags_note_edit_vscrollbar_value_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_notebook</FILE>
-<TITLE>AgsNotebook</TITLE>
-AGS_NOTEBOOK_TAB
-AgsNotebook
-AgsNotebookClass
-AgsNotebookTab
-AgsNotebookTabFlags
-ags_notebook_add_child
-ags_notebook_add_tab
-ags_notebook_insert_tab
-ags_notebook_new
-ags_notebook_next_active_tab
-ags_notebook_remove_child
-ags_notebook_remove_tab
-ags_notebook_tab_index
-<SUBSECTION Standard>
-AGS_IS_NOTEBOOK
-AGS_IS_NOTEBOOK_CLASS
-AGS_NOTEBOOK
-AGS_NOTEBOOK_CLASS
-AGS_NOTEBOOK_GET_CLASS
-AGS_TYPE_NOTEBOOK
-ags_notebook_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_notebook_callbacks</FILE>
-ags_notebook_machine_changed_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_open_file</FILE>
-<TITLE>AgsOpenFile</TITLE>
-AgsOpenFile
-AgsOpenFileClass
-ags_open_file_new
-<SUBSECTION Standard>
-AGS_IS_OPEN_FILE
-AGS_IS_OPEN_FILE_CLASS
-AGS_OPEN_FILE
-AGS_OPEN_FILE_CLASS
-AGS_OPEN_FILE_GET_CLASS
-AGS_TYPE_OPEN_FILE
-ags_open_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_open_single_file</FILE>
-<TITLE>AgsOpenSingleFile</TITLE>
-AgsOpenSingleFile
-AgsOpenSingleFileClass
-ags_open_single_file_new
-<SUBSECTION Standard>
-AGS_IS_OPEN_SINGLE_FILE
-AGS_IS_OPEN_SINGLE_FILE_CLASS
-AGS_OPEN_SINGLE_FILE
-AGS_OPEN_SINGLE_FILE_CLASS
-AGS_OPEN_SINGLE_FILE_GET_CLASS
-AGS_TYPE_OPEN_SINGLE_FILE
-ags_open_single_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_option_menu</FILE>
-<TITLE>AgsOptionMenu</TITLE>
-AgsOptionMenu
-AgsOptionMenuClass
-ags_option_menu_new
-<SUBSECTION Standard>
-AGS_IS_OPTION_MENU
-AGS_IS_OPTION_MENU_CLASS
-AGS_OPTION_MENU
-AGS_OPTION_MENU_CLASS
-AGS_OPTION_MENU_GET_CLASS
-AGS_TYPE_OPTION_MENU
-ags_option_menu_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_oscillator</FILE>
-<TITLE>AgsOscillator</TITLE>
-AgsOscillator
-AgsOscillatorClass
-ags_file_read_oscillator
-ags_file_write_oscillator
-ags_oscillator_new
-<SUBSECTION Standard>
-AGS_IS_OSCILLATOR
-AGS_IS_OSCILLATOR_CLASS
-AGS_OSCILLATOR
-AGS_OSCILLATOR_CLASS
-AGS_OSCILLATOR_GET_CLASS
-AGS_TYPE_OSCILLATOR
-ags_oscillator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_oscillator_callbacks</FILE>
-ags_oscillator_attack_callback
-ags_oscillator_frame_count_callback
-ags_oscillator_frequency_callback
-ags_oscillator_phase_callback
-ags_oscillator_volume_callback
-ags_oscillator_wave_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_output</FILE>
-<TITLE>AgsOutput</TITLE>
-AgsOutput
-AgsOutputClass
-ags_output_find_first_input_recycling
-ags_output_find_last_input_recycling
-ags_output_new
-<SUBSECTION Standard>
-AGS_IS_OUTPUT
-AGS_IS_OUTPUT_CLASS
-AGS_OUTPUT
-AGS_OUTPUT_CLASS
-AGS_OUTPUT_GET_CLASS
-AGS_TYPE_OUTPUT
-ags_output_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_packable</FILE>
-<TITLE>AgsPackable</TITLE>
-AgsPackable
-AgsPackableInterface
-ags_packable_pack
-ags_packable_unpack
-<SUBSECTION Standard>
-AGS_IS_PACKABLE
-AGS_IS_PACKABLE_INTERFACE
-AGS_PACKABLE
-AGS_PACKABLE_GET_INTERFACE
-AGS_PACKABLE_INTERFACE
-AGS_TYPE_PACKABLE
-ags_packable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad</FILE>
-<TITLE>AgsPad</TITLE>
-AGS_PAD_DEFAULT_BUILD_ID
-AGS_PAD_DEFAULT_VERSION
-AgsPad
-AgsPadClass
-AgsPadFlags
-ags_pad_find_port
-ags_pad_new
-ags_pad_resize_lines
-ags_pad_set_channel
-<SUBSECTION Standard>
-AGS_IS_PAD
-AGS_IS_PAD_CLASS
-AGS_PAD
-AGS_PAD_CLASS
-AGS_PAD_GET_CLASS
-AGS_TYPE_PAD
-ags_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_callbacks</FILE>
-ags_pad_destroy_callback
-ags_pad_group_clicked_callback
-ags_pad_mute_clicked_callback
-ags_pad_option_changed_callback
-ags_pad_parent_set_callback
-ags_pad_show_callback
-ags_pad_solo_clicked_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_editor</FILE>
-<TITLE>AgsPadEditor</TITLE>
-AGS_PAD_EDITOR_DEFAULT_BUILD_ID
-AGS_PAD_EDITOR_DEFAULT_VERSION
-AgsPadEditor
-AgsPadEditorClass
-ags_pad_editor_new
-ags_pad_editor_set_channel
-<SUBSECTION Standard>
-AGS_IS_PAD_EDITOR
-AGS_IS_PAD_EDITOR_CLASS
-AGS_PAD_EDITOR
-AGS_PAD_EDITOR_CLASS
-AGS_PAD_EDITOR_GET_CLASS
-AGS_TYPE_PAD_EDITOR
-ags_pad_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_pad_editor_callbacks</FILE>
-ags_pad_editor_destroy_callback
-ags_pad_editor_parent_set_callback
-ags_pad_editor_set_audio_channels_callback
-ags_pad_editor_show_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel</FILE>
-<TITLE>AgsPanel</TITLE>
-AgsPanel
-AgsPanelClass
-ags_panel_new
-<SUBSECTION Standard>
-AGS_IS_PANEL
-AGS_IS_PANEL_CLASS
-AGS_PANEL
-AGS_PANEL_CLASS
-AGS_PANEL_GET_CLASS
-AGS_TYPE_PANEL
-ags_panel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_callbacks</FILE>
-ags_panel_parent_set_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_input_line</FILE>
-<TITLE>AgsPanelInputLine</TITLE>
-AgsPanelInputLine
-AgsPanelInputLineClass
-ags_panel_input_line_map_recall
-ags_panel_input_line_new
-<SUBSECTION Standard>
-AGS_IS_PANEL_INPUT_LINE
-AGS_IS_PANEL_INPUT_LINE_CLASS
-AGS_PANEL_INPUT_LINE
-AGS_PANEL_INPUT_LINE_CLASS
-AGS_PANEL_INPUT_LINE_GET_CLASS
-AGS_TYPE_PANEL_INPUT_LINE
-ags_panel_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_panel_input_pad</FILE>
-<TITLE>AgsPanelInputPad</TITLE>
-AgsPanelInputPad
-AgsPanelInputPadClass
-ags_panel_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_PANEL_INPUT_PAD
-AGS_IS_PANEL_INPUT_PAD_CLASS
-AGS_PANEL_INPUT_PAD
-AGS_PANEL_INPUT_PAD_CLASS
-AGS_PANEL_INPUT_PAD_GET_CLASS
-AGS_TYPE_PANEL_INPUT_PAD
-ags_panel_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_parameter</FILE>
-ags_parameter_grow
-</SECTION>
-
-<SECTION>
-<FILE>ags_pattern</FILE>
-<TITLE>AgsPattern</TITLE>
-AgsPattern
-AgsPatternClass
-ags_pattern_get_bit
-ags_pattern_get_by_timestamp
-ags_pattern_new
-ags_pattern_set_dim
-ags_pattern_toggle_bit
-<SUBSECTION Standard>
-AGS_IS_PATTERN
-AGS_IS_PATTERN_CLASS
-AGS_PATTERN
-AGS_PATTERN_CLASS
-AGS_PATTERN_GET_CLASS
-AGS_TYPE_PATTERN
-ags_pattern_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_peak_channel</FILE>
-<TITLE>AgsPeakChannel</TITLE>
-AgsPeakChannel
-AgsPeakChannelClass
-ags_peak_channel_new
-ags_peak_channel_retrieve_peak
-<SUBSECTION Standard>
-AGS_IS_PEAK_CHANNEL
-AGS_IS_PEAK_CHANNEL_CLASS
-AGS_PEAK_CHANNEL
-AGS_PEAK_CHANNEL_CLASS
-AGS_PEAK_CHANNEL_GET_CLASS
-AGS_TYPE_PEAK_CHANNEL
-ags_peak_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_peak_channel_run</FILE>
-<TITLE>AgsPeakChannelRun</TITLE>
-AgsPeakChannelRun
-AgsPeakChannelRunClass
-ags_peak_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_PEAK_CHANNEL_RUN
-AGS_IS_PEAK_CHANNEL_RUN_CLASS
-AGS_PEAK_CHANNEL_RUN
-AGS_PEAK_CHANNEL_RUN_CLASS
-AGS_PEAK_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_PEAK_CHANNEL_RUN
-ags_peak_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_performance_preferences</FILE>
-<TITLE>AgsPerformancePreferences</TITLE>
-AgsPerformancePreferences
-AgsPerformancePreferencesClass
-ags_performance_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PERFORMANCE_PREFERENCES
-AGS_IS_PERFORMANCE_PREFERENCES_CLASS
-AGS_PERFORMANCE_PREFERENCES
-AGS_PERFORMANCE_PREFERENCES_CLASS
-AGS_PERFORMANCE_PREFERENCES_GET_CLASS
-AGS_TYPE_PERFORMANCE_PREFERENCES
-ags_performance_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_performance_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_persistable</FILE>
-<TITLE>AgsPersistable</TITLE>
-AgsPersistable
-AgsPersistableInterface
-ags_persistable_read
-ags_persistable_read_link
-ags_persistable_write
-ags_persistable_write_link
-<SUBSECTION Standard>
-AGS_IS_PERSISTABLE
-AGS_IS_PERSISTABLE_INTERFACE
-AGS_PERSISTABLE
-AGS_PERSISTABLE_GET_INTERFACE
-AGS_PERSISTABLE_INTERFACE
-AGS_TYPE_PERSISTABLE
-ags_persistable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio</FILE>
-<TITLE>AgsPlayAudio</TITLE>
-AgsPlayAudio
-AgsPlayAudioClass
-ags_play_audio_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO
-AGS_IS_PLAY_AUDIO_CLASS
-AGS_PLAY_AUDIO
-AGS_PLAY_AUDIO_CLASS
-AGS_PLAY_AUDIO_GET_CLASS
-AGS_TYPE_PLAY_AUDIO
-ags_play_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio_file</FILE>
-<TITLE>AgsPlayAudioFile</TITLE>
-AgsPlayAudioFile
-AgsPlayAudioFileClass
-ags_play_audio_file_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO_FILE
-AGS_IS_PLAY_AUDIO_FILE_CLASS
-AGS_PLAY_AUDIO_FILE
-AGS_PLAY_AUDIO_FILE_CLASS
-AGS_PLAY_AUDIO_FILE_GET_CLASS
-AGS_TYPE_PLAY_AUDIO_FILE
-ags_play_audio_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_audio_signal</FILE>
-<TITLE>AgsPlayAudioSignal</TITLE>
-AgsPlayAudioSignal
-AgsPlayAudioSignalClass
-ags_play_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_AUDIO_SIGNAL
-AGS_IS_PLAY_AUDIO_SIGNAL_CLASS
-AGS_PLAY_AUDIO_SIGNAL
-AGS_PLAY_AUDIO_SIGNAL_CLASS
-AGS_PLAY_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_PLAY_AUDIO_SIGNAL
-ags_play_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel</FILE>
-<TITLE>AgsPlayChannel</TITLE>
-AgsPlayChannel
-AgsPlayChannelClass
-ags_play_channel_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL
-AGS_IS_PLAY_CHANNEL_CLASS
-AGS_PLAY_CHANNEL
-AGS_PLAY_CHANNEL_CLASS
-AGS_PLAY_CHANNEL_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL
-ags_play_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel_run</FILE>
-<TITLE>AgsPlayChannelRun</TITLE>
-AgsPlayChannelRun
-AgsPlayChannelRunClass
-AgsPlayChannelRunFlags
-ags_play_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL_RUN
-AGS_IS_PLAY_CHANNEL_RUN_CLASS
-AGS_PLAY_CHANNEL_RUN
-AGS_PLAY_CHANNEL_RUN_CLASS
-AGS_PLAY_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL_RUN
-ags_play_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_channel_run_master</FILE>
-<TITLE>AgsPlayChannelRunMaster</TITLE>
-AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER
-AgsPlayChannelRunMaster
-AgsPlayChannelRunMasterClass
-AgsPlayChannelRunMasterFlags
-AgsPlayChannelRunMasterStreamer
-ags_play_channel_run_master_find_streamer
-ags_play_channel_run_master_new
-ags_play_channel_run_master_streamer_alloc
-<SUBSECTION Standard>
-AGS_IS_PLAY_CHANNEL_RUN_MASTER
-AGS_IS_PLAY_CHANNEL_RUN_MASTER_CLASS
-AGS_PLAY_CHANNEL_RUN_MASTER
-AGS_PLAY_CHANNEL_RUN_MASTER_CLASS
-AGS_PLAY_CHANNEL_RUN_MASTER_GET_CLASS
-AGS_TYPE_PLAY_CHANNEL_RUN_MASTER
-ags_play_channel_run_master_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_notation_audio</FILE>
-<TITLE>AgsPlayNotationAudio</TITLE>
-AgsPlayNotationAudio
-AgsPlayNotationAudioClass
-ags_play_notation_audio_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTATION_AUDIO
-AGS_IS_PLAY_NOTATION_AUDIO_CLASS
-AGS_PLAY_NOTATION_AUDIO
-AGS_PLAY_NOTATION_AUDIO_CLASS
-AGS_PLAY_NOTATION_AUDIO_GET_CLASS
-AGS_TYPE_PLAY_NOTATION_AUDIO
-ags_play_notation_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_notation_audio_run</FILE>
-<TITLE>AgsPlayNotationAudioRun</TITLE>
-AgsPlayNotationAudioRun
-AgsPlayNotationAudioRunClass
-AgsPlayNotationAudioRunFlags
-ags_play_notation_audio_run_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTATION_AUDIO_RUN
-AGS_IS_PLAY_NOTATION_AUDIO_RUN_CLASS
-AGS_PLAY_NOTATION_AUDIO_RUN
-AGS_PLAY_NOTATION_AUDIO_RUN_CLASS
-AGS_PLAY_NOTATION_AUDIO_RUN_GET_CLASS
-AGS_TYPE_PLAY_NOTATION_AUDIO_RUN
-ags_play_notation_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_note</FILE>
-<TITLE>AgsPlayNote</TITLE>
-AgsPlayNote
-AgsPlayNoteClass
-ags_play_note_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_NOTE
-AGS_IS_PLAY_NOTE_CLASS
-AGS_PLAY_NOTE
-AGS_PLAY_NOTE_CLASS
-AGS_PLAY_NOTE_GET_CLASS
-AGS_TYPE_PLAY_NOTE
-ags_play_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_pattern</FILE>
-<TITLE>AgsPlayPattern</TITLE>
-AgsPlayPattern
-AgsPlayPatternClass
-ags_play_pattern_connect
-<SUBSECTION Standard>
-AGS_PLAY_PATTERN
-AGS_PLAY_PATTERN_CLASS
-AGS_TYPE_PLAY_PATTERN
-ags_play_pattern_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_play_recycling</FILE>
-<TITLE>AgsPlayRecycling</TITLE>
-AgsPlayRecycling
-AgsPlayRecyclingClass
-ags_play_recycling_new
-<SUBSECTION Standard>
-AGS_IS_PLAY_RECYCLING
-AGS_IS_PLAY_RECYCLING_CLASS
-AGS_PLAY_RECYCLING
-AGS_PLAY_RECYCLING_CLASS
-AGS_PLAY_RECYCLING_GET_CLASS
-AGS_TYPE_PLAY_RECYCLING
-ags_play_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_playable</FILE>
-<TITLE>AgsPlayable</TITLE>
-AGS_PLAYABLE_ERROR
-AgsPlayable
-AgsPlayableError
-AgsPlayableInterface
-ags_playable_close
-ags_playable_error_quark
-ags_playable_flush
-ags_playable_info
-ags_playable_iter_next
-ags_playable_iter_start
-ags_playable_level_count
-ags_playable_level_select
-ags_playable_level_up
-ags_playable_nth_level
-ags_playable_open
-ags_playable_read
-ags_playable_read_audio_signal
-ags_playable_rw_open
-ags_playable_seek
-ags_playable_selected_level
-ags_playable_sublevel_names
-ags_playable_write
-<SUBSECTION Standard>
-AGS_IS_PLAYABLE
-AGS_IS_PLAYABLE_INTERFACE
-AGS_PLAYABLE
-AGS_PLAYABLE_GET_INTERFACE
-AGS_PLAYABLE_INTERFACE
-AGS_TYPE_PLAYABLE
-ags_playable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin</FILE>
-<TITLE>AgsPlugin</TITLE>
-AgsPlugin
-AgsPluginInterface
-ags_plugin_get_build_id
-ags_plugin_get_name
-ags_plugin_get_ports
-ags_plugin_get_version
-ags_plugin_get_xml_type
-ags_plugin_read
-ags_plugin_set_build_id
-ags_plugin_set_name
-ags_plugin_set_ports
-ags_plugin_set_version
-ags_plugin_set_xml_type
-ags_plugin_write
-<SUBSECTION Standard>
-AGS_IS_PLUGIN
-AGS_IS_PLUGIN_INTERFACE
-AGS_PLUGIN
-AGS_PLUGIN_GET_INTERFACE
-AGS_PLUGIN_INTERFACE
-AGS_TYPE_PLUGIN
-ags_plugin_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_factory</FILE>
-<TITLE>AgsPluginFactory</TITLE>
-AgsPluginFactory
-AgsPluginFactoryClass
-AgsPluginMetadata
-ags_plugin_factory_add
-ags_plugin_factory_create
-ags_plugin_factory_get_instance
-ags_plugin_factory_list_by_name
-ags_plugin_factory_new
-ags_plugin_factory_new_from_file
-ags_plugin_factory_read_file
-<SUBSECTION Standard>
-AGS_IS_PLUGIN_FACTORY
-AGS_IS_PLUGIN_FACTORY_CLASS
-AGS_PLUGIN_FACTORY
-AGS_PLUGIN_FACTORY_CLASS
-AGS_PLUGIN_FACTORY_GET_CLASS
-AGS_TYPE_PLUGIN_FACTORY
-ags_plugin_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_preferences</FILE>
-<TITLE>AgsPluginPreferences</TITLE>
-AgsLadspaPluginPreferences
-AgsPluginPreferences
-AgsPluginPreferencesClass
-ags_ladspa_plugin_preferences_alloc
-ags_plugin_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PLUGIN_PREFERENCES
-AGS_IS_PLUGIN_PREFERENCES_CLASS
-AGS_PLUGIN_PREFERENCES
-AGS_PLUGIN_PREFERENCES_CLASS
-AGS_PLUGIN_PREFERENCES_GET_CLASS
-AGS_TYPE_PLUGIN_PREFERENCES
-ags_plugin_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_plugin_stock</FILE>
-AGS_PLUGIN_NAME_VOLUME
-</SECTION>
-
-<SECTION>
-<FILE>ags_port</FILE>
-<TITLE>AgsPort</TITLE>
-AgsPort
-AgsPortClass
-ags_port_find_specifier
-ags_port_new
-ags_port_safe_get_property
-ags_port_safe_read
-ags_port_safe_set_property
-ags_port_safe_write
-<SUBSECTION Standard>
-AGS_IS_PORT
-AGS_IS_PORT_CLASS
-AGS_PORT
-AGS_PORT_CLASS
-AGS_PORT_GET_CLASS
-AGS_TYPE_PORT
-ags_port_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_portable_thread</FILE>
-<TITLE>AgsPortableThread</TITLE>
-AgsPortableThread
-AgsPortableThreadClass
-AgsPortableThreadFlags
-ags_portable_thread_add_child
-ags_portable_thread_children_is_locked
-ags_portable_thread_first
-ags_portable_thread_get_toplevel
-ags_portable_thread_is_current_ready
-ags_portable_thread_is_current_synced
-ags_portable_thread_is_tree_ready
-ags_portable_thread_is_tree_synced
-ags_portable_thread_last
-ags_portable_thread_lock
-ags_portable_thread_lock_all
-ags_portable_thread_lock_children
-ags_portable_thread_lock_parent
-ags_portable_thread_lock_sibling
-ags_portable_thread_main_loop_unlock_children
-ags_portable_thread_new
-ags_portable_thread_next_children_locked
-ags_portable_thread_next_parent_locked
-ags_portable_thread_next_sibling_locked
-ags_portable_thread_parental_is_locked
-ags_portable_thread_remove_child
-ags_portable_thread_run
-ags_portable_thread_sibling_is_locked
-ags_portable_thread_signal_children
-ags_portable_thread_signal_parent
-ags_portable_thread_signal_sibling
-ags_portable_thread_start
-ags_portable_thread_stop
-ags_portable_thread_timelock
-ags_portable_thread_trylock
-ags_portable_thread_unlock
-ags_portable_thread_unlock_all
-ags_portable_thread_unlock_children
-ags_portable_thread_unlock_parent
-ags_portable_thread_unlock_sibling
-ags_portable_thread_wait_children
-ags_portable_thread_wait_parent
-ags_portable_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_PORTABLE_THREAD
-AGS_IS_PORTABLE_THREAD_CLASS
-AGS_PORTABLE_THREAD
-AGS_PORTABLE_THREAD_CLASS
-AGS_PORTABLE_THREAD_GET_CLASS
-AGS_TYPE_PORTABLE_THREAD
-ags_portable_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_portlet</FILE>
-<TITLE>AgsPortlet</TITLE>
-AgsPortlet
-AgsPortletInterface
-ags_portlet_get_port
-ags_portlet_list_safe_properties
-ags_portlet_safe_get_property
-ags_portlet_safe_set_property
-ags_portlet_set_port
-<SUBSECTION Standard>
-AGS_IS_PORTLET
-AGS_IS_PORTLET_INTERFACE
-AGS_PORTLET
-AGS_PORTLET_GET_INTERFACE
-AGS_PORTLET_INTERFACE
-AGS_TYPE_PORTLET
-ags_portlet_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_preferences</FILE>
-<TITLE>AgsPreferences</TITLE>
-AgsPreferences
-AgsPreferencesClass
-AgsPreferencesFlags
-ags_preferences_new
-<SUBSECTION Standard>
-AGS_IS_PREFERENCES
-AGS_IS_PREFERENCES_CLASS
-AGS_PREFERENCES
-AGS_PREFERENCES_CLASS
-AGS_PREFERENCES_GET_CLASS
-AGS_TYPE_PREFERENCES
-ags_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_preferences_callbacks</FILE>
-ags_preferences_response_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_collection_editor</FILE>
-<TITLE>AgsPropertyCollectionEditor</TITLE>
-AgsPropertyCollectionEditor
-AgsPropertyCollectionEditorClass
-ags_property_collection_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_COLLECTION_EDITOR
-AGS_IS_PROPERTY_COLLECTION_EDITOR_CLASS
-AGS_PROPERTY_COLLECTION_EDITOR
-AGS_PROPERTY_COLLECTION_EDITOR_CLASS
-AGS_PROPERTY_COLLECTION_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_COLLECTION_EDITOR
-ags_property_collection_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_collection_editor_callbacks</FILE>
-ags_property_collection_editor_add_collection_callback
-ags_property_collection_editor_remove_collection_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_editor</FILE>
-<TITLE>AgsPropertyEditor</TITLE>
-AgsPropertyEditor
-AgsPropertyEditorClass
-AgsPropertyEditorFlags
-ags_property_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_EDITOR
-AGS_IS_PROPERTY_EDITOR_CLASS
-AGS_PROPERTY_EDITOR
-AGS_PROPERTY_EDITOR_CLASS
-AGS_PROPERTY_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_EDITOR
-ags_property_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_editor_callbacks</FILE>
-ags_property_editor_enable_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_property_listing_editor</FILE>
-<TITLE>AgsPropertyListingEditor</TITLE>
-AgsPropertyListingEditor
-AgsPropertyListingEditorClass
-ags_property_listing_editor_new
-<SUBSECTION Standard>
-AGS_IS_PROPERTY_LISTING_EDITOR
-AGS_IS_PROPERTY_LISTING_EDITOR_CLASS
-AGS_PROPERTY_LISTING_EDITOR
-AGS_PROPERTY_LISTING_EDITOR_CLASS
-AGS_PROPERTY_LISTING_EDITOR_GET_CLASS
-AGS_TYPE_PROPERTY_LISTING_EDITOR
-ags_property_listing_editor_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall</FILE>
-<TITLE>AgsRecall</TITLE>
-AGS_RECALL_DEFAULT_BUILD_ID
-AGS_RECALL_DEFAULT_VERSION
-AGS_RECALL_HANDLER
-AgsRecall
-AgsRecallClass
-AgsRecallFlags
-AgsRecallHandler
-AgsRecallNotifyDependencyMode
-ags_recall_add_child
-ags_recall_add_dependency
-ags_recall_add_handler
-ags_recall_cancel
-ags_recall_child_added
-ags_recall_done
-ags_recall_duplicate
-ags_recall_find_by_effect
-ags_recall_find_provider
-ags_recall_find_provider_with_recycling_container
-ags_recall_find_recycling_container
-ags_recall_find_template
-ags_recall_find_type
-ags_recall_find_type_with_recycling_container
-ags_recall_get_children
-ags_recall_get_dependencies
-ags_recall_handler_alloc
-ags_recall_is_done
-ags_recall_new
-ags_recall_notify_dependency
-ags_recall_remove
-ags_recall_remove_child
-ags_recall_remove_dependency
-ags_recall_remove_handler
-ags_recall_resolve_dependencies
-ags_recall_run_init
-ags_recall_run_init_inter
-ags_recall_run_init_post
-ags_recall_run_init_pre
-ags_recall_run_inter
-ags_recall_run_post
-ags_recall_run_pre
-ags_recall_set_devout_recursive
-ags_recall_set_effect
-ags_recall_set_flags
-ags_recall_set_recall_id
-ags_recall_stop_persistent
-ags_recall_template_find_provider
-ags_recall_template_find_type
-<SUBSECTION Standard>
-AGS_IS_RECALL
-AGS_IS_RECALL_CLASS
-AGS_RECALL
-AGS_RECALL_CLASS
-AGS_RECALL_GET_CLASS
-AGS_TYPE_RECALL
-ags_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio</FILE>
-<TITLE>AgsRecallAudio</TITLE>
-AgsRecallAudio
-AgsRecallAudioClass
-ags_recall_audio_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO
-AGS_IS_RECALL_AUDIO_CLASS
-AGS_RECALL_AUDIO
-AGS_RECALL_AUDIO_CLASS
-AGS_RECALL_AUDIO_GET_CLASS
-AGS_TYPE_RECALL_AUDIO
-ags_recall_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio_run</FILE>
-<TITLE>AgsRecallAudioRun</TITLE>
-AgsRecallAudioRun
-AgsRecallAudioRunClass
-ags_recall_audio_run_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO_RUN
-AGS_IS_RECALL_AUDIO_RUN_CLASS
-AGS_RECALL_AUDIO_RUN
-AGS_RECALL_AUDIO_RUN_CLASS
-AGS_RECALL_AUDIO_RUN_GET_CLASS
-AGS_TYPE_RECALL_AUDIO_RUN
-ags_recall_audio_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_audio_signal</FILE>
-<TITLE>AgsRecallAudioSignal</TITLE>
-AgsRecallAudioSignal
-AgsRecallAudioSignalClass
-AgsRecallAudioSignalFlags
-ags_recall_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_AUDIO_SIGNAL
-AGS_IS_RECALL_AUDIO_SIGNAL_CLASS
-AGS_RECALL_AUDIO_SIGNAL
-AGS_RECALL_AUDIO_SIGNAL_CLASS
-AGS_RECALL_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_RECALL_AUDIO_SIGNAL
-ags_recall_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel</FILE>
-<TITLE>AgsRecallChannel</TITLE>
-AgsRecallChannel
-AgsRecallChannelClass
-ags_recall_channel_find_channel
-ags_recall_channel_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL
-AGS_IS_RECALL_CHANNEL_CLASS
-AGS_RECALL_CHANNEL
-AGS_RECALL_CHANNEL_CLASS
-AGS_RECALL_CHANNEL_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL
-ags_recall_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel_run</FILE>
-<TITLE>AgsRecallChannelRun</TITLE>
-AgsRecallChannelRun
-AgsRecallChannelRunClass
-ags_recall_channel_run_get_run_order
-ags_recall_channel_run_new
-ags_recall_channel_run_run_order_changed
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL_RUN
-AGS_IS_RECALL_CHANNEL_RUN_CLASS
-AGS_RECALL_CHANNEL_RUN
-AGS_RECALL_CHANNEL_RUN_CLASS
-AGS_RECALL_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL_RUN
-ags_recall_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_channel_run_dummy</FILE>
-<TITLE>AgsRecallChannelRunDummy</TITLE>
-AgsRecallChannelRunDummy
-AgsRecallChannelRunDummyClass
-ags_recall_channel_run_dummy_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CHANNEL_RUN_DUMMY
-AGS_IS_RECALL_CHANNEL_RUN_DUMMY_CLASS
-AGS_RECALL_CHANNEL_RUN_DUMMY
-AGS_RECALL_CHANNEL_RUN_DUMMY_CLASS
-AGS_RECALL_CHANNEL_RUN_DUMMY_GET_CLASS
-AGS_TYPE_RECALL_CHANNEL_RUN_DUMMY
-ags_recall_channel_run_dummy_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_container</FILE>
-<TITLE>AgsRecallContainer</TITLE>
-AgsRecallContainer
-AgsRecallContainerClass
-AgsRecallContainerFindFlags
-AgsRecallContainerFlags
-ags_recall_container_find
-ags_recall_container_get_recall_audio
-ags_recall_container_get_recall_audio_run
-ags_recall_container_get_recall_channel
-ags_recall_container_get_recall_channel_run
-ags_recall_container_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_CONTAINER
-AGS_IS_RECALL_CONTAINER_CLASS
-AGS_RECALL_CONTAINER
-AGS_RECALL_CONTAINER_CLASS
-AGS_RECALL_CONTAINER_GET_CLASS
-AGS_TYPE_RECALL_CONTAINER
-ags_recall_container_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_dependency</FILE>
-<TITLE>AgsRecallDependency</TITLE>
-AgsRecallDependency
-AgsRecallDependencyClass
-ags_recall_dependency_find_dependency
-ags_recall_dependency_find_dependency_by_provider
-ags_recall_dependency_new
-ags_recall_dependency_resolve
-<SUBSECTION Standard>
-AGS_IS_RECALL_DEPENDENCY
-AGS_IS_RECALL_DEPENDENCY_CLASS
-AGS_RECALL_DEPENDENCY
-AGS_RECALL_DEPENDENCY_CLASS
-AGS_RECALL_DEPENDENCY_GET_CLASS
-AGS_TYPE_RECALL_DEPENDENCY
-ags_recall_dependency_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_factory</FILE>
-<TITLE>AgsRecallFactory</TITLE>
-AgsRecallFactory
-AgsRecallFactoryClass
-AgsRecallFactoryCreateFlags
-ags_recall_factory_create
-ags_recall_factory_get_instance
-ags_recall_factory_new
-ags_recall_factory_remove
-<SUBSECTION Standard>
-AGS_IS_RECALL_FACTORY
-AGS_IS_RECALL_FACTORY_CLASS
-AGS_RECALL_FACTORY
-AGS_RECALL_FACTORY_CLASS
-AGS_RECALL_FACTORY_GET_CLASS
-AGS_TYPE_RECALL_FACTORY
-ags_recall_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_id</FILE>
-<TITLE>AgsRecallID</TITLE>
-AgsRecallID
-AgsRecallIDClass
-AgsRecallIDFlags
-ags_recall_id_add
-ags_recall_id_find_parent_recycling_container
-ags_recall_id_find_recycling_container
-ags_recall_id_get_run_stage
-ags_recall_id_new
-ags_recall_id_set_run_stage
-ags_recall_id_unset_run_stage
-<SUBSECTION Standard>
-AGS_IS_RECALL_ID
-AGS_IS_RECALL_ID_CLASS
-AGS_RECALL_ID
-AGS_RECALL_ID_CLASS
-AGS_RECALL_ID_GET_CLASS
-AGS_TYPE_RECALL_ID
-ags_recall_id_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_ladspa</FILE>
-<TITLE>AgsRecallLadspa</TITLE>
-AgsRecallLadspa
-AgsRecallLadspaClass
-ags_recall_ladpsa_find
-ags_recall_ladspa_float_to_short
-ags_recall_ladspa_load_ports
-ags_recall_ladspa_new
-ags_recall_ladspa_short_to_float
-<SUBSECTION Standard>
-AGS_IS_RECALL_LADSPA
-AGS_IS_RECALL_LADSPA_CLASS
-AGS_RECALL_LADSPA
-AGS_RECALL_LADSPA_CLASS
-AGS_RECALL_LADSPA_GET_CLASS
-AGS_TYPE_RECALL_LADSPA
-ags_recall_ladspa_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_ladspa_run</FILE>
-<TITLE>AgsRecallLadspaRun</TITLE>
-AgsRecallLadspaRun
-AgsRecallLadspaRunClass
-ags_recall_ladspa_run_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_LADSPA_RUN
-AGS_IS_RECALL_LADSPA_RUN_CLASS
-AGS_RECALL_LADSPA_RUN
-AGS_RECALL_LADSPA_RUN_CLASS
-AGS_RECALL_LADSPA_RUN_GET_CLASS
-AGS_TYPE_RECALL_LADSPA_RUN
-ags_recall_ladspa_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_recycling</FILE>
-<TITLE>AgsRecallRecycling</TITLE>
-AgsRecallRecycling
-AgsRecallRecyclingClass
-AgsRecallRecyclingFlags
-ags_recall_recycling_get_child_source
-ags_recall_recycling_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_RECYCLING
-AGS_IS_RECALL_RECYCLING_CLASS
-AGS_RECALL_RECYCLING
-AGS_RECALL_RECYCLING_CLASS
-AGS_RECALL_RECYCLING_GET_CLASS
-AGS_TYPE_RECALL_RECYCLING
-ags_recall_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recall_recycling_dummy</FILE>
-<TITLE>AgsRecallRecyclingDummy</TITLE>
-AgsRecallRecyclingDummy
-AgsRecallRecyclingDummyClass
-ags_recall_recycling_dummy_new
-<SUBSECTION Standard>
-AGS_IS_RECALL_RECYCLING_DUMMY
-AGS_IS_RECALL_RECYCLING_DUMMY_CLASS
-AGS_RECALL_RECYCLING_DUMMY
-AGS_RECALL_RECYCLING_DUMMY_CLASS
-AGS_RECALL_RECYCLING_DUMMY_GET_CLASS
-AGS_TYPE_RECALL_RECYCLING_DUMMY
-ags_recall_recycling_dummy_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_record_thread</FILE>
-<TITLE>AgsRecordThread</TITLE>
-AGS_RECORD_THREAD_DEFAULT_DELAY
-AgsRecordThread
-AgsRecordThreadClass
-ags_record_thread_new
-<SUBSECTION Standard>
-AGS_IS_RECORD_THREAD
-AGS_IS_RECORD_THREAD_CLASS
-AGS_RECORD_THREAD
-AGS_RECORD_THREAD_CLASS
-AGS_RECORD_THREAD_GET_CLASS
-AGS_TYPE_RECORD_THREAD
-ags_record_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling</FILE>
-<TITLE>AgsRecycling</TITLE>
-AgsRecycling
-AgsRecyclingClass
-AgsRecyclingFlags
-ags_recycling_add_audio_signal
-ags_recycling_create_audio_signal_with_defaults
-ags_recycling_create_audio_signal_with_frame_count
-ags_recycling_find_next_channel
-ags_recycling_new
-ags_recycling_position
-ags_recycling_remove_audio_signal
-ags_recycling_set_devout
-<SUBSECTION Standard>
-AGS_IS_RECYCLING
-AGS_IS_RECYCLING_CLASS
-AGS_RECYCLING
-AGS_RECYCLING_CLASS
-AGS_RECYCLING_GET_CLASS
-AGS_TYPE_RECYCLING
-ags_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_container</FILE>
-<TITLE>AgsRecyclingContainer</TITLE>
-AgsRecyclingContainer
-AgsRecyclingContainerClass
-ags_recycling_container_add
-ags_recycling_container_add_child
-ags_recycling_container_find
-ags_recycling_container_find_child
-ags_recycling_container_find_parent
-ags_recycling_container_get_child_recall_id
-ags_recycling_container_get_toplevel
-ags_recycling_container_insert
-ags_recycling_container_new
-ags_recycling_container_remove
-ags_recycling_container_remove_child
-ags_recycling_container_replace
-ags_recycling_container_reset_recycling
-<SUBSECTION Standard>
-AGS_IS_RECYCLING_CONTAINER
-AGS_IS_RECYCLING_CONTAINER_CLASS
-AGS_RECYCLING_CONTAINER
-AGS_RECYCLING_CONTAINER_CLASS
-AGS_RECYCLING_CONTAINER_GET_CLASS
-AGS_TYPE_RECYCLING_CONTAINER
-ags_recycling_container_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_thread</FILE>
-<TITLE>AgsRecyclingThread</TITLE>
-AGS_RECYCLING_THREAD_DEFAULT_JIFFIE
-AgsRecyclingThread
-AgsRecyclingThreadClass
-AgsRecyclingThreadFlags
-ags_recycling_thread_new
-ags_recycling_thread_play_audio
-ags_recycling_thread_play_channel
-<SUBSECTION Standard>
-AGS_IS_RECYCLING_THREAD
-AGS_IS_RECYCLING_THREAD_CLASS
-AGS_RECYCLING_THREAD
-AGS_RECYCLING_THREAD_CLASS
-AGS_RECYCLING_THREAD_GET_CLASS
-AGS_TYPE_RECYCLING_THREAD
-ags_recycling_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_recycling_thread_callbacks</FILE>
-ags_recycling_thread_iterate_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_registry</FILE>
-<TITLE>AgsRegistry</TITLE>
-AGS_REGISTRY_DEFAULT_ID_LENGTH
-AgsRegistry
-AgsRegistryClass
-AgsRegistryEntry
-ags_registry_add
-ags_registry_entry_alloc
-ags_registry_entry_bulk
-ags_registry_entry_find
-ags_registry_new
-<SUBSECTION Standard>
-AGS_IS_REGISTRY
-AGS_IS_REGISTRY_CLASS
-AGS_REGISTRY
-AGS_REGISTRY_CLASS
-AGS_REGISTRY_GET_CLASS
-AGS_TYPE_REGISTRY
-ags_registry_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remote_task</FILE>
-<TITLE>AgsRemoteTask</TITLE>
-AgsRemoteTask
-AgsRemoteTaskClass
-ags_remote_task_launch
-ags_remote_task_launch_timed
-ags_remote_task_new
-<SUBSECTION Standard>
-AGS_IS_REMOTE_TASK
-AGS_IS_REMOTE_TASK_CLASS
-AGS_REMOTE_TASK
-AGS_REMOTE_TASK_CLASS
-AGS_REMOTE_TASK_GET_CLASS
-AGS_TYPE_REMOTE_TASK
-ags_remote_task_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_audio</FILE>
-<TITLE>AgsRemoveAudio</TITLE>
-AgsRemoveAudio
-AgsRemoveAudioClass
-ags_remove_audio_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_AUDIO
-AGS_IS_REMOVE_AUDIO_CLASS
-AGS_REMOVE_AUDIO
-AGS_REMOVE_AUDIO_CLASS
-AGS_REMOVE_AUDIO_GET_CLASS
-AGS_TYPE_REMOVE_AUDIO
-ags_remove_audio_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_audio_signal</FILE>
-<TITLE>AgsRemoveAudioSignal</TITLE>
-AgsRemoveAudioSignal
-AgsRemoveAudioSignalClass
-ags_remove_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_AUDIO_SIGNAL
-AGS_IS_REMOVE_AUDIO_SIGNAL_CLASS
-AGS_REMOVE_AUDIO_SIGNAL
-AGS_REMOVE_AUDIO_SIGNAL_CLASS
-AGS_REMOVE_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_REMOVE_AUDIO_SIGNAL
-ags_remove_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_note</FILE>
-<TITLE>AgsRemoveNote</TITLE>
-AgsRemoveNote
-AgsRemoveNoteClass
-ags_remove_note_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_NOTE
-AGS_IS_REMOVE_NOTE_CLASS
-AGS_REMOVE_NOTE
-AGS_REMOVE_NOTE_CLASS
-AGS_REMOVE_NOTE_GET_CLASS
-AGS_TYPE_REMOVE_NOTE
-ags_remove_note_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_point_from_selection</FILE>
-<TITLE>AgsRemovePointFromSelection</TITLE>
-AgsRemovePointFromSelection
-AgsRemovePointFromSelectionClass
-ags_remove_point_from_selection_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_POINT_FROM_SELECTION
-AGS_IS_REMOVE_POINT_FROM_SELECTION_CLASS
-AGS_REMOVE_POINT_FROM_SELECTION
-AGS_REMOVE_POINT_FROM_SELECTION_CLASS
-AGS_REMOVE_POINT_FROM_SELECTION_GET_CLASS
-AGS_TYPE_REMOVE_POINT_FROM_SELECTION
-ags_remove_point_from_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_recall</FILE>
-<TITLE>AgsRemoveRecall</TITLE>
-AgsRemoveRecall
-AgsRemoveRecallClass
-ags_remove_recall_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_RECALL
-AGS_IS_REMOVE_RECALL_CLASS
-AGS_REMOVE_RECALL
-AGS_REMOVE_RECALL_CLASS
-AGS_REMOVE_RECALL_GET_CLASS
-AGS_TYPE_REMOVE_RECALL
-ags_remove_recall_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_remove_region_from_selection</FILE>
-<TITLE>AgsRemoveRegionFromSelection</TITLE>
-AgsRemoveRegionFromSelection
-AgsRemoveRegionFromSelectionClass
-ags_remove_region_from_selection_new
-<SUBSECTION Standard>
-AGS_IS_REMOVE_REGION_FROM_SELECTION
-AGS_IS_REMOVE_REGION_FROM_SELECTION_CLASS
-AGS_REMOVE_REGION_FROM_SELECTION
-AGS_REMOVE_REGION_FROM_SELECTION_CLASS
-AGS_REMOVE_REGION_FROM_SELECTION_GET_CLASS
-AGS_TYPE_REMOVE_REGION_FROM_SELECTION
-ags_remove_region_from_selection_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_resize_editor</FILE>
-<TITLE>AgsResizeEditor</TITLE>
-AgsResizeEditor
-AgsResizeEditorClass
-ags_resize_editor_new
-<SUBSECTION Standard>
-AGS_IS_RESIZE_EDITOR
-AGS_IS_RESIZE_EDITOR_CLASS
-AGS_RESIZE_EDITOR
-AGS_RESIZE_EDITOR_CLASS
-AGS_RESIZE_EDITOR_GET_CLASS
-AGS_TYPE_RESIZE_EDITOR
-</SECTION>
-
-<SECTION>
-<FILE>ags_returnable_thread</FILE>
-<TITLE>AgsReturnableThread</TITLE>
-AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE
-AgsReturnableThread
-AgsReturnableThreadCallback
-AgsReturnableThreadClass
-AgsReturnableThreadFlags
-ags_returnable_thread_connect_safe_run
-ags_returnable_thread_disconnect_safe_run
-ags_returnable_thread_new
-ags_returnable_thread_safe_run
-<SUBSECTION Standard>
-AGS_IS_RETURNABLE_THREAD
-AGS_IS_RETURNABLE_THREAD_CLASS
-AGS_RETURNABLE_THREAD
-AGS_RETURNABLE_THREAD_CLASS
-AGS_RETURNABLE_THREAD_GET_CLASS
-AGS_TYPE_RETURNABLE_THREAD
-ags_returnable_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_ruler</FILE>
-<TITLE>AgsRuler</TITLE>
-AGS_RULER_DEFAULT_STEP
-AGS_RULER_LARGE_STEP
-AGS_RULER_SMALL_STEP
-AgsRuler
-AgsRulerClass
-ags_ruler_new
-<SUBSECTION Standard>
-AGS_IS_RULER
-AGS_IS_RULER_CLASS
-AGS_RULER
-AGS_RULER_CLASS
-AGS_RULER_GET_CLASS
-AGS_TYPE_RULER
-ags_ruler_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_runnable</FILE>
-<TITLE>AgsRunnable</TITLE>
-AgsRunnable
-AgsRunnableInterface
-ags_runnable_run
-ags_runnable_stop
-<SUBSECTION Standard>
-AGS_IS_RUNNABLE
-AGS_IS_RUNNABLE_INTERFACE
-AGS_RUNNABLE
-AGS_RUNNABLE_GET_INTERFACE
-AGS_RUNNABLE_INTERFACE
-AGS_TYPE_RUNNABLE
-ags_runnable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_save_file</FILE>
-<TITLE>AgsSaveFile</TITLE>
-AgsSaveFile
-AgsSaveFileClass
-ags_save_file_new
-<SUBSECTION Standard>
-AGS_IS_SAVE_FILE
-AGS_IS_SAVE_FILE_CLASS
-AGS_SAVE_FILE
-AGS_SAVE_FILE_CLASS
-AGS_SAVE_FILE_GET_CLASS
-AGS_TYPE_SAVE_FILE
-ags_save_file_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_scroll_on_play</FILE>
-<TITLE>AgsScrollOnPlay</TITLE>
-AgsScrollOnPlay
-AgsScrollOnPlayClass
-ags_scroll_on_play_new
-<SUBSECTION Standard>
-AGS_IS_SCROLL_ON_PLAY
-AGS_IS_SCROLL_ON_PLAY_CLASS
-AGS_SCROLL_ON_PLAY
-AGS_SCROLL_ON_PLAY_CLASS
-AGS_SCROLL_ON_PLAY_GET_CLASS
-AGS_TYPE_SCROLL_ON_PLAY
-ags_scroll_on_play_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_seekable</FILE>
-<TITLE>AgsSeekable</TITLE>
-AgsSeekable
-AgsSeekableInterface
-ags_seekable_seek
-<SUBSECTION Standard>
-AGS_IS_SEEKABLE
-AGS_IS_SEEKABLE_INTERFACE
-AGS_SEEKABLE
-AGS_SEEKABLE_GET_INTERFACE
-AGS_SEEKABLE_INTERFACE
-AGS_TYPE_SEEKABLE
-ags_seekable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_segment</FILE>
-<TITLE>AgsSegment</TITLE>
-AGS_SEGMENT_FLAGS
-AgsSegment
-AgsSegmentClass
-AgsSegmentFields
-ags_segment_draw_string
-ags_segment_field_off
-ags_segment_field_on
-ags_segment_new
-<SUBSECTION Standard>
-AGS_IS_SEGMENT
-AGS_IS_SEGMENT_CLASS
-AGS_SEGMENT
-AGS_SEGMENT_CLASS
-AGS_SEGMENT_GET_CLASS
-AGS_TYPE_SEGMENT
-ags_segment_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server</FILE>
-<TITLE>AgsServer</TITLE>
-AgsServer
-AgsServerClass
-AgsServerFlags
-ags_server_create_object
-ags_server_lookup
-ags_server_new
-ags_server_object_set_property
-ags_server_start
-<SUBSECTION Standard>
-AGS_IS_SERVER
-AGS_IS_SERVER_CLASS
-AGS_SERVER
-AGS_SERVER_CLASS
-AGS_SERVER_GET_CLASS
-AGS_TYPE_SERVER
-ags_server_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server_preferences</FILE>
-<TITLE>AgsServerPreferences</TITLE>
-AgsServerPreferences
-AgsServerPreferencesClass
-ags_server_preferences_new
-<SUBSECTION Standard>
-AGS_IS_SERVER_PREFERENCES
-AGS_IS_SERVER_PREFERENCES_CLASS
-AGS_SERVER_PREFERENCES
-AGS_SERVER_PREFERENCES_CLASS
-AGS_SERVER_PREFERENCES_GET_CLASS
-AGS_TYPE_SERVER_PREFERENCES
-ags_server_preferences_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_server_preferences_callbacks</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_audio_channels</FILE>
-<TITLE>AgsSetAudioChannels</TITLE>
-AgsSetAudioChannels
-AgsSetAudioChannelsClass
-ags_set_audio_channels_new
-<SUBSECTION Standard>
-AGS_IS_SET_AUDIO_CHANNELS
-AGS_IS_SET_AUDIO_CHANNELS_CLASS
-AGS_SET_AUDIO_CHANNELS
-AGS_SET_AUDIO_CHANNELS_CLASS
-AGS_SET_AUDIO_CHANNELS_GET_CLASS
-AGS_TYPE_SET_AUDIO_CHANNELS
-ags_set_audio_channels_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_buffer_size</FILE>
-<TITLE>AgsSetBufferSize</TITLE>
-AgsSetBufferSize
-AgsSetBufferSizeClass
-ags_set_buffer_size_new
-<SUBSECTION Standard>
-AGS_IS_SET_BUFFER_SIZE
-AGS_IS_SET_BUFFER_SIZE_CLASS
-AGS_SET_BUFFER_SIZE
-AGS_SET_BUFFER_SIZE_CLASS
-AGS_SET_BUFFER_SIZE_GET_CLASS
-AGS_TYPE_SET_BUFFER_SIZE
-ags_set_buffer_size_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_devout_play_flags</FILE>
-<TITLE>AgsSetDevoutPlayFlags</TITLE>
-AgsSetDevoutPlayFlags
-AgsSetDevoutPlayFlagsClass
-ags_set_devout_play_flags_new
-<SUBSECTION Standard>
-AGS_IS_SET_DEVOUT_PLAY_FLAGS
-AGS_IS_SET_DEVOUT_PLAY_FLAGS_CLASS
-AGS_SET_DEVOUT_PLAY_FLAGS
-AGS_SET_DEVOUT_PLAY_FLAGS_CLASS
-AGS_SET_DEVOUT_PLAY_FLAGS_GET_CLASS
-AGS_TYPE_SET_DEVOUT_PLAY_FLAGS
-ags_set_devout_play_flags_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_muted</FILE>
-<TITLE>AgsSetMuted</TITLE>
-AgsSetMuted
-AgsSetMutedClass
-ags_set_muted_new
-<SUBSECTION Standard>
-AGS_IS_SET_MUTED
-AGS_IS_SET_MUTED_CLASS
-AGS_SET_MUTED
-AGS_SET_MUTED_CLASS
-AGS_SET_MUTED_GET_CLASS
-AGS_TYPE_SET_MUTED
-ags_set_muted_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_output_device</FILE>
-<TITLE>AgsSetOutputDevice</TITLE>
-AgsSetOutputDevice
-AgsSetOutputDeviceClass
-ags_set_output_device_new
-<SUBSECTION Standard>
-AGS_IS_SET_OUTPUT_DEVICE
-AGS_IS_SET_OUTPUT_DEVICE_CLASS
-AGS_SET_OUTPUT_DEVICE
-AGS_SET_OUTPUT_DEVICE_CLASS
-AGS_SET_OUTPUT_DEVICE_GET_CLASS
-AGS_TYPE_SET_OUTPUT_DEVICE
-ags_set_output_device_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_set_samplerate</FILE>
-<TITLE>AgsSetSamplerate</TITLE>
-AgsSetSamplerate
-AgsSetSamplerateClass
-ags_set_samplerate_new
-<SUBSECTION Standard>
-AGS_IS_SET_SAMPLERATE
-AGS_IS_SET_SAMPLERATE_CLASS
-AGS_SET_SAMPLERATE
-AGS_SET_SAMPLERATE_CLASS
-AGS_SET_SAMPLERATE_GET_CLASS
-AGS_TYPE_SET_SAMPLERATE
-ags_set_samplerate_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sf2_chooser</FILE>
-<TITLE>AgsSF2Chooser</TITLE>
-AgsSF2Chooser
-AgsSF2ChooserClass
-ags_sf2_chooser_completed
-ags_sf2_chooser_new
-ags_sf2_chooser_open
-ags_sf2_chooser_remove_all_from_combo
-<SUBSECTION Standard>
-AGS_IS_SF2_CHOOSER
-AGS_IS_SF2_CHOOSER_CLASS
-AGS_SF2_CHOOSER
-AGS_SF2_CHOOSER_CLASS
-AGS_SF2_CHOOSER_GET_CLASS
-AGS_TYPE_SF2_CHOOSER
-ags_sf2_chooser_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sf2_chooser_callbacks</FILE>
-ags_sf2_chooser_instrument_changed
-ags_sf2_chooser_preset_changed
-ags_sf2_chooser_sample_changed
-</SECTION>
-
-<SECTION>
-<FILE>ags_single_thread</FILE>
-<TITLE>AgsSingleThread</TITLE>
-AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE
-AgsSingleThread
-AgsSingleThreadClass
-ags_single_thread_new
-<SUBSECTION Standard>
-AGS_IS_SINGLE_THREAD
-AGS_IS_SINGLE_THREAD_CLASS
-AGS_SINGLE_THREAD
-AGS_SINGLE_THREAD_CLASS
-AGS_SINGLE_THREAD_GET_CLASS
-AGS_TYPE_SINGLE_THREAD
-ags_single_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_sndfile</FILE>
-<TITLE>AgsSndfile</TITLE>
-AgsSndfile
-AgsSndfileClass
-AgsSndfileFlags
-ags_sndfile_new
-<SUBSECTION Standard>
-AGS_IS_SNDFILE
-AGS_IS_SNDFILE_CLASS
-AGS_SNDFILE
-AGS_SNDFILE_CLASS
-AGS_SNDFILE_GET_CLASS
-AGS_TYPE_SNDFILE
-ags_sndfile_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_soundcard</FILE>
-<TITLE>AgsSoundcard</TITLE>
-AgsSoundcard
-AgsSoundcardInterface
-ags_soundcard_list_cards
-ags_soundcard_offset_changed
-ags_soundcard_pcm_info
-ags_soundcard_tic
-<SUBSECTION Standard>
-AGS_IS_SOUNDCARD
-AGS_IS_SOUNDCARD_INTERFACE
-AGS_SOUNDCARD
-AGS_SOUNDCARD_GET_INTERFACE
-AGS_SOUNDCARD_INTERFACE
-AGS_TYPE_SOUNDCARD
-ags_soundcard_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stackable</FILE>
-<TITLE>AgsStackable</TITLE>
-AgsStackable
-AgsStackableInterface
-ags_stackable_pop
-ags_stackable_push
-<SUBSECTION Standard>
-AGS_IS_STACKABLE
-AGS_IS_STACKABLE_INTERFACE
-AGS_STACKABLE
-AGS_STACKABLE_GET_INTERFACE
-AGS_STACKABLE_INTERFACE
-AGS_TYPE_STACKABLE
-ags_stackable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_start_devout</FILE>
-<TITLE>AgsStartDevout</TITLE>
-AgsStartDevout
-AgsStartDevoutClass
-ags_start_devout_new
-<SUBSECTION Standard>
-AGS_IS_START_DEVOUT
-AGS_IS_START_DEVOUT_CLASS
-AGS_START_DEVOUT
-AGS_START_DEVOUT_CLASS
-AGS_START_DEVOUT_GET_CLASS
-AGS_TYPE_START_DEVOUT
-ags_start_devout_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream</FILE>
-<TITLE>AgsStream</TITLE>
-AgsStream
-AgsStreamClass
-ags_stream
-ags_stream_new
-<SUBSECTION Standard>
-AGS_STREAM
-AGS_STREAM_CLASS
-AGS_TYPE_STREAM
-ags_stream_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_audio_signal</FILE>
-<TITLE>AgsStreamAudioSignal</TITLE>
-AgsStreamAudioSignal
-AgsStreamAudioSignalClass
-ags_stream_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_AUDIO_SIGNAL
-AGS_IS_STREAM_AUDIO_SIGNAL_CLASS
-AGS_STREAM_AUDIO_SIGNAL
-AGS_STREAM_AUDIO_SIGNAL_CLASS
-AGS_STREAM_AUDIO_SIGNAL_GET_CLASS
-AGS_TYPE_STREAM_AUDIO_SIGNAL
-ags_stream_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_channel</FILE>
-<TITLE>AgsStreamChannel</TITLE>
-AgsStreamChannel
-AgsStreamChannelClass
-ags_stream_channel_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_CHANNEL
-AGS_IS_STREAM_CHANNEL_CLASS
-AGS_STREAM_CHANNEL
-AGS_STREAM_CHANNEL_CLASS
-AGS_STREAM_CHANNEL_GET_CLASS
-AGS_TYPE_STREAM_CHANNEL
-ags_stream_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_channel_run</FILE>
-<TITLE>AgsStreamChannelRun</TITLE>
-AgsStreamChannelRun
-AgsStreamChannelRunClass
-ags_stream_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_CHANNEL_RUN
-AGS_IS_STREAM_CHANNEL_RUN_CLASS
-AGS_STREAM_CHANNEL_RUN
-AGS_STREAM_CHANNEL_RUN_CLASS
-AGS_STREAM_CHANNEL_RUN_GET_CLASS
-AGS_TYPE_STREAM_CHANNEL_RUN
-ags_stream_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_stream_recycling</FILE>
-<TITLE>AgsStreamRecycling</TITLE>
-AgsStreamRecycling
-AgsStreamRecyclingClass
-ags_stream_recycling_new
-<SUBSECTION Standard>
-AGS_IS_STREAM_RECYCLING
-AGS_IS_STREAM_RECYCLING_CLASS
-AGS_STREAM_RECYCLING
-AGS_STREAM_RECYCLING_CLASS
-AGS_STREAM_RECYCLING_GET_CLASS
-AGS_TYPE_STREAM_RECYCLING
-ags_stream_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth</FILE>
-<TITLE>AgsSynth</TITLE>
-AgsSynth
-AgsSynthClass
-AgsSynthFlags
-ags_synth_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH
-AGS_IS_SYNTH_CLASS
-AGS_SYNTH
-AGS_SYNTH_CLASS
-AGS_SYNTH_GET_CLASS
-AGS_TYPE_SYNTH
-ags_synth_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_callbacks</FILE>
-ags_synth_auto_update_callback
-ags_synth_lower_callback
-ags_synth_parent_set_callback
-ags_synth_update_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_input_line</FILE>
-<TITLE>AgsSynthInputLine</TITLE>
-AgsSynthInputLine
-AgsSynthInputLineClass
-ags_synth_input_line_map_recall
-ags_synth_input_line_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH_INPUT_LINE
-AGS_IS_SYNTH_INPUT_LINE_CLASS
-AGS_SYNTH_INPUT_LINE
-AGS_SYNTH_INPUT_LINE_CLASS
-AGS_SYNTH_INPUT_LINE_GET_CLASS
-AGS_TYPE_SYNTH_INPUT_LINE
-ags_synth_input_line_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synth_input_pad</FILE>
-<TITLE>AgsSynthInputPad</TITLE>
-AgsSynthInputPad
-AgsSynthInputPadClass
-ags_synth_input_pad_new
-<SUBSECTION Standard>
-AGS_IS_SYNTH_INPUT_PAD
-AGS_IS_SYNTH_INPUT_PAD_CLASS
-AGS_SYNTH_INPUT_PAD
-AGS_SYNTH_INPUT_PAD_CLASS
-AGS_SYNTH_INPUT_PAD_GET_CLASS
-AGS_TYPE_SYNTH_INPUT_PAD
-ags_synth_input_pad_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_synths</FILE>
-ags_synth_saw
-ags_synth_sin
-ags_synth_square
-ags_synth_triangle
-</SECTION>
-
-<SECTION>
-<FILE>ags_synths</FILE>
-
-</SECTION>
-
-<SECTION>
-<FILE>ags_table</FILE>
-<TITLE>AgsTable</TITLE>
-AgsTable
-AgsTableClass
-ags_table_new
-<SUBSECTION Standard>
-AGS_IS_TABLE
-AGS_IS_TABLE_CLASS
-AGS_TABLE
-AGS_TABLE_CLASS
-AGS_TABLE_GET_CLASS
-AGS_TYPE_TABLE
-ags_table_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_tactable</FILE>
-<TITLE>AgsTactable</TITLE>
-AgsTactable
-AgsTactableInterface
-ags_tactable_change_bpm
-ags_tactable_change_notation_duration
-ags_tactable_change_sequencer_duration
-ags_tactable_change_tact
-<SUBSECTION Standard>
-AGS_IS_TACTABLE
-AGS_IS_TACTABLE_INTERFACE
-AGS_TACTABLE
-AGS_TACTABLE_GET_INTERFACE
-AGS_TACTABLE_INTERFACE
-AGS_TYPE_TACTABLE
-ags_tactable_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_task</FILE>
-<TITLE>AgsTask</TITLE>
-AgsTask
-AgsTaskClass
-AgsTaskFlags
-ags_task_failure
-ags_task_launch
-ags_task_new
-<SUBSECTION Standard>
-AGS_IS_TASK
-AGS_IS_TASK_CLASS
-AGS_TASK
-AGS_TASK_CLASS
-AGS_TASK_GET_CLASS
-AGS_TYPE_TASK
-ags_task_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_task_thread</FILE>
-<TITLE>AgsTaskThread</TITLE>
-AGS_TASK_THREAD_DEFAULT_JIFFIE
-AgsTaskThread
-AgsTaskThreadAppend
-AgsTaskThreadClass
-ags_task_thread_append_task
-ags_task_thread_append_tasks
-ags_task_thread_new
-<SUBSECTION Standard>
-AGS_IS_TASK_THREAD
-AGS_IS_TASK_THREAD_CLASS
-AGS_TASK_THREAD
-AGS_TASK_THREAD_CLASS
-AGS_TASK_THREAD_GET_CLASS
-AGS_TYPE_TASK_THREAD
-ags_task_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread-kthreads</FILE>
-<TITLE>AgsThread</TITLE>
-AGS_THREAD_RESUME_SIG
-AGS_THREAD_STACKSIZE
-AGS_THREAD_SUSPEND_SIG
-AgsThread
-AgsThreadClass
-AgsThreadFlags
-MSEC_PER_SEC
-NSEC_PER_SEC
-ags_thread_add_child
-ags_thread_children_is_locked
-ags_thread_first
-ags_thread_get_toplevel
-ags_thread_hangcheck
-ags_thread_is_current_ready
-ags_thread_is_tree_ready
-ags_thread_last
-ags_thread_lock
-ags_thread_lock_all
-ags_thread_lock_children
-ags_thread_lock_parent
-ags_thread_lock_sibling
-ags_thread_new
-ags_thread_next_children_locked
-ags_thread_next_parent_locked
-ags_thread_next_sibling_locked
-ags_thread_parental_is_locked
-ags_thread_remove_child
-ags_thread_resume
-ags_thread_run
-ags_thread_set_sync
-ags_thread_set_sync_all
-ags_thread_sibling_is_locked
-ags_thread_signal_children
-ags_thread_signal_parent
-ags_thread_signal_sibling
-ags_thread_start
-ags_thread_stop
-ags_thread_suspend
-ags_thread_timelock
-ags_thread_trylock
-ags_thread_unlock
-ags_thread_unlock_all
-ags_thread_unlock_children
-ags_thread_unlock_parent
-ags_thread_unlock_sibling
-ags_thread_wait_children
-ags_thread_wait_parent
-ags_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_THREAD
-AGS_IS_THREAD_CLASS
-AGS_THREAD
-AGS_THREAD_CLASS
-AGS_THREAD_GET_CLASS
-AGS_TYPE_THREAD
-ags_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread-posix</FILE>
-<TITLE>AgsThread</TITLE>
-AGS_ACCOUNTING_TABLE
-AGS_THREAD_DEFAULT_ATTACK
-AGS_THREAD_DEFAULT_JIFFIE
-AGS_THREAD_MAX_PRECISION
-AGS_THREAD_RESUME_SIG
-AGS_THREAD_SUSPEND_SIG
-AgsAccountingTable
-AgsThread
-AgsThreadClass
-AgsThreadFlags
-MSEC_PER_SEC
-NSEC_PER_SEC
-ags_accounting_table_alloc
-ags_accounting_table_set_sanity
-ags_thread_add_child
-ags_thread_children_is_locked
-ags_thread_first
-ags_thread_get_toplevel
-ags_thread_hangcheck
-ags_thread_is_current_ready
-ags_thread_is_tree_ready
-ags_thread_last
-ags_thread_lock
-ags_thread_lock_all
-ags_thread_lock_children
-ags_thread_lock_parent
-ags_thread_lock_sibling
-ags_thread_new
-ags_thread_next_children_locked
-ags_thread_next_parent_locked
-ags_thread_next_sibling_locked
-ags_thread_parental_is_locked
-ags_thread_remove_child
-ags_thread_resume
-ags_thread_run
-ags_thread_set_sync
-ags_thread_set_sync_all
-ags_thread_sibling_is_locked
-ags_thread_signal_children
-ags_thread_signal_parent
-ags_thread_signal_sibling
-ags_thread_start
-ags_thread_stop
-ags_thread_suspend
-ags_thread_timelock
-ags_thread_trylock
-ags_thread_unlock
-ags_thread_unlock_all
-ags_thread_unlock_children
-ags_thread_unlock_parent
-ags_thread_unlock_sibling
-ags_thread_wait_children
-ags_thread_wait_parent
-ags_thread_wait_sibling
-<SUBSECTION Standard>
-AGS_IS_THREAD
-AGS_IS_THREAD_CLASS
-AGS_THREAD
-AGS_THREAD_CLASS
-AGS_THREAD_GET_CLASS
-AGS_TYPE_THREAD
-ags_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_thread_pool</FILE>
-<TITLE>AgsThreadPool</TITLE>
-AgsThreadPool
-AgsThreadPoolClass
-AgsThreadPoolFlags
-ags_thread_pool_new
-ags_thread_pool_pull
-ags_thread_pool_start
-<SUBSECTION Standard>
-AGS_IS_THREAD_POOL
-AGS_IS_THREAD_POOL_CLASS
-AGS_THREAD_POOL
-AGS_THREAD_POOL_CLASS
-AGS_THREAD_POOL_GET_CLASS
-AGS_TYPE_THREAD_POOL
-ags_thread_pool_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timebar</FILE>
-<TITLE>AgsTimebar</TITLE>
-AgsTimebar
-AgsTimebarClass
-ags_timebar_new
-<SUBSECTION Standard>
-AGS_IS_TIMEBAR
-AGS_IS_TIMEBAR_CLASS
-AGS_TIMEBAR
-AGS_TIMEBAR_CLASS
-AGS_TIMEBAR_GET_CLASS
-AGS_TYPE_TIMEBAR
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp</FILE>
-<TITLE>AgsTimestamp</TITLE>
-AgsTimestamp
-AgsTimestampClass
-AgsTimestampFlags
-ags_timestamp_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP
-AGS_IS_TIMESTAMP_CLASS
-AGS_TIMESTAMP
-AGS_TIMESTAMP_CLASS
-AGS_TIMESTAMP_GET_CLASS
-AGS_TYPE_TIMESTAMP
-ags_timestamp_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp_factory</FILE>
-<TITLE>AgsTimestampFactory</TITLE>
-AgsTimestampFactory
-AgsTimestampFactoryClass
-AgsTimestampFactoryFlags
-ags_timestamp_factory_create
-ags_timestamp_factory_get_instance
-ags_timestamp_factory_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP_FACTORY
-AGS_IS_TIMESTAMP_FACTORY_CLASS
-AGS_TIMESTAMP_FACTORY
-AGS_TIMESTAMP_FACTORY_CLASS
-AGS_TIMESTAMP_FACTORY_GET_CLASS
-AGS_TYPE_TIMESTAMP_FACTORY
-ags_timestamp_factory_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_timestamp_thread</FILE>
-<TITLE>AgsTimestampThread</TITLE>
-AGS_MICROSECONDS_PER_SECOND
-AGS_TIMESTAMP_THREAD_DEFAULT_BPM
-AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE
-AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE
-AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE
-AGS_TIMESTAMP_THREAD_DEFAULT_TIC
-AgsTimestampThread
-AgsTimestampThreadClass
-ags_timestamp_thread_new
-<SUBSECTION Standard>
-AGS_IS_TIMESTAMP_THREAD
-AGS_IS_TIMESTAMP_THREAD_CLASS
-AGS_TIMESTAMP_THREAD
-AGS_TIMESTAMP_THREAD_CLASS
-AGS_TIMESTAMP_THREAD_GET_CLASS
-AGS_TYPE_TIMESTAMP_THREAD
-ags_timestamp_thread_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toggle_led</FILE>
-<TITLE>AgsToggleLed</TITLE>
-AgsToggleLed
-AgsToggleLedClass
-ags_toggle_led_new
-<SUBSECTION Standard>
-AGS_IS_TOGGLE_LED
-AGS_IS_TOGGLE_LED_CLASS
-AGS_TOGGLE_LED
-AGS_TOGGLE_LED_CLASS
-AGS_TOGGLE_LED_GET_CLASS
-AGS_TYPE_TOGGLE_LED
-ags_toggle_led_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toggle_pattern_bit</FILE>
-<TITLE>AgsTogglePatternBit</TITLE>
-AgsTogglePatternBit
-AgsTogglePatternBitClass
-ags_toggle_pattern_bit_new
-ags_toggle_pattern_bit_refresh_gui
-<SUBSECTION Standard>
-AGS_IS_TOGGLE_PATTERN_BIT
-AGS_IS_TOGGLE_PATTERN_BIT_CLASS
-AGS_TOGGLE_PATTERN_BIT
-AGS_TOGGLE_PATTERN_BIT_CLASS
-AGS_TOGGLE_PATTERN_BIT_GET_CLASS
-AGS_TYPE_TOGGLE_PATTERN_BIT
-ags_toggle_pattern_bit_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar</FILE>
-<TITLE>AgsToolbar</TITLE>
-AgsToolbar
-AgsToolbarClass
-ags_toolbar_new
-<SUBSECTION Standard>
-AGS_IS_TOOLBAR
-AGS_IS_TOOLBAR_CLASS
-AGS_TOOLBAR
-AGS_TOOLBAR_CLASS
-AGS_TOOLBAR_GET_CLASS
-AGS_TYPE_TOOLBAR
-ags_toolbar_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar_callbacks</FILE>
-ags_toolbar_clear_callback
-ags_toolbar_copy_or_cut_callback
-ags_toolbar_destroy_callback
-ags_toolbar_edit_callback
-ags_toolbar_mode_callback
-ags_toolbar_paste_callback
-ags_toolbar_position_callback
-ags_toolbar_select_callback
-ags_toolbar_show_callback
-ags_toolbar_zoom_callback
-</SECTION>
-
-<SECTION>
-<FILE>ags_toolbar_mode_stock</FILE>
-AGS_TOOLBAR_MODE_ALL_CHANNELS
-AGS_TOOLBAR_MODE_MULTI_CHANNEL
-AGS_TOOLBAR_MODE_SINGLE_CHANNEL
-</SECTION>
-
-<SECTION>
-<FILE>ags_tree_iterator</FILE>
-<TITLE>AgsTreeIterator</TITLE>
-AgsTreeIterator
-AgsTreeIteratorInterface
-ags_tree_iterator_is_inverse_mode
-ags_tree_iterator_iterate
-ags_tree_iterator_iterate_nested
-ags_tree_iterator_safe_iterate
-ags_tree_iterator_safe_iterate_nested
-ags_tree_iterator_set_inverse_mode
-<SUBSECTION Standard>
-AGS_IS_TREE_ITERATOR
-AGS_IS_TREE_ITERATOR_INTERFACE
-AGS_TREE_ITERATOR
-AGS_TREE_ITERATOR_GET_INTERFACE
-AGS_TREE_ITERATOR_INTERFACE
-AGS_TYPE_TREE_ITERATOR
-ags_tree_iterator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_unref_audio_signal</FILE>
-<TITLE>AgsUnrefAudioSignal</TITLE>
-AgsUnrefAudioSignal
-AgsUnrefAudioSignalClass
-ags_unref_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_UNREF_AUDIO_SIGNAL
-AGS_IS_UNREF_AUDIO_SIGNAL_CLASS
-AGS_TYPE_UNREF_AUDIO_SIGNAL
-AGS_UNREF_AUDIO_SIGNAL
-AGS_UNREF_AUDIO_SIGNAL_CLASS
-AGS_UNREF_AUDIO_SIGNAL_GET_CLASS
-ags_unref_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_vindicator</FILE>
-<TITLE>AgsVIndicator</TITLE>
-AgsVIndicator
-AgsVIndicatorClass
-ags_vindicator_new
-<SUBSECTION Standard>
-AGS_IS_VINDICATOR
-AGS_IS_VINDICATOR_CLASS
-AGS_TYPE_VINDICATOR
-AGS_VINDICATOR
-AGS_VINDICATOR_CLASS
-AGS_VINDICATOR_GET_CLASS
-ags_vindicator_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_audio_signal</FILE>
-<TITLE>AgsVolumeAudioSignal</TITLE>
-AgsVolumeAudioSignal
-AgsVolumeAudioSignalClass
-ags_volume_audio_signal_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_AUDIO_SIGNAL
-AGS_IS_VOLUME_AUDIO_SIGNAL_CLASS
-AGS_TYPE_VOLUME_AUDIO_SIGNAL
-AGS_VOLUME_AUDIO_SIGNAL
-AGS_VOLUME_AUDIO_SIGNAL_CLASS
-AGS_VOLUME_AUDIO_SIGNAL_GET_CLASS
-ags_volume_audio_signal_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_channel</FILE>
-<TITLE>AgsVolumeChannel</TITLE>
-AgsVolumeChannel
-AgsVolumeChannelClass
-ags_volume_channel_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_CHANNEL
-AGS_IS_VOLUME_CHANNEL_CLASS
-AGS_TYPE_VOLUME_CHANNEL
-AGS_VOLUME_CHANNEL
-AGS_VOLUME_CHANNEL_CLASS
-AGS_VOLUME_CHANNEL_GET_CLASS
-ags_volume_channel_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_channel_run</FILE>
-<TITLE>AgsVolumeChannelRun</TITLE>
-AgsVolumeChannelRun
-AgsVolumeChannelRunClass
-ags_volume_channel_run_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_CHANNEL_RUN
-AGS_IS_VOLUME_CHANNEL_RUN_CLASS
-AGS_TYPE_VOLUME_CHANNEL_RUN
-AGS_VOLUME_CHANNEL_RUN
-AGS_VOLUME_CHANNEL_RUN_CLASS
-AGS_VOLUME_CHANNEL_RUN_GET_CLASS
-ags_volume_channel_run_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_volume_recycling</FILE>
-<TITLE>AgsVolumeRecycling</TITLE>
-AgsVolumeRecycling
-AgsVolumeRecyclingClass
-ags_volume_recycling_new
-<SUBSECTION Standard>
-AGS_IS_VOLUME_RECYCLING
-AGS_IS_VOLUME_RECYCLING_CLASS
-AGS_TYPE_VOLUME_RECYCLING
-AGS_VOLUME_RECYCLING
-AGS_VOLUME_RECYCLING_CLASS
-AGS_VOLUME_RECYCLING_GET_CLASS
-ags_volume_recycling_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_waveform</FILE>
-<TITLE>AgsWaveform</TITLE>
-AgsWaveform
-AgsWaveformClass
-ags_waveform_new
-<SUBSECTION Standard>
-AGS_IS_WAVEFORM
-AGS_IS_WAVEFORM_CLASS
-AGS_TYPE_WAVEFORM
-AGS_WAVEFORM
-AGS_WAVEFORM_CLASS
-AGS_WAVEFORM_GET_CLASS
-ags_waveform_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_window</FILE>
-<TITLE>AgsWindow</TITLE>
-AGS_MACHINE_COUNTER
-AgsMachineCounter
-AgsWindow
-AgsWindowClass
-AgsWindowFlags
-ags_machine_counter_alloc
-ags_window_decrement_machine_counter
-ags_window_find_machine_counter
-ags_window_increment_machine_counter
-ags_window_new
-<SUBSECTION Standard>
-AGS_IS_WINDOW
-AGS_IS_WINDOW_CLASS
-AGS_TYPE_WINDOW
-AGS_WINDOW
-AGS_WINDOW_CLASS
-AGS_WINDOW_GET_CLASS
-ags_window_get_type
-</SECTION>
-
-<SECTION>
-<FILE>ags_window_callbacks</FILE>
-ags_window_delete_event_callback
-</SECTION>
-
-<SECTION>
-<FILE>jmath</FILE>
-j_math_algebra_brackeds_out
-j_math_algebra_functions_out
-j_math_algebra_operations_out
-j_math_algebra_solve
-j_math_and
-j_math_cut_leading_zeros
-j_math_exclusive_or
-j_math_exp
-j_math_exp2
-j_math_gauss
-j_math_get_first_level_operator
-j_math_get_second_level_operator
-j_math_is_function
-j_math_is_function_backward
-j_math_is_operator
-j_math_less
-j_math_make_valid
-j_math_more
-j_math_or
-j_math_put_null_at_beginning
-j_math_put_null_at_end
-j_math_root
-j_math_root2
-j_math_solve_arithmetic
-j_math_sort_array
-j_math_width
-j_math_width_list
-</SECTION>
-
-<SECTION>
-<FILE>main</FILE>
-<TITLE>AgsMain</TITLE>
-AGS_BUILD_ID
-AGS_EFFECTS_DEFAULT_VERSION
-AGS_PRIORITY
-AGS_VERSION
-ALSA_PCM_NEW_HW_PARAMS_API
-AgsMain
-AgsMainClass
-AgsMainFlags
-ags_main_add_devout
-ags_main_load_config
-ags_main_new
-ags_main_quit
-ags_main_register_machine_type
-ags_main_register_recall_type
-ags_main_register_task_type
-ags_main_register_thread_type
-ags_main_register_widget_type
-<SUBSECTION Standard>
-AGS_IS_MAIN
-AGS_IS_MAIN_CLASS
-AGS_MAIN
-AGS_MAIN_CLASS
-AGS_MAIN_GET_CLASS
-AGS_TYPE_MAIN
-ags_main_get_type
-</SECTION>
-
diff --git a/doc/reference/ags/ags-undocumented.txt b/doc/reference/ags/ags-undocumented.txt
deleted file mode 100644
index 70fc149..0000000
--- a/doc/reference/ags/ags-undocumented.txt
+++ /dev/null
@@ -1,1925 +0,0 @@
-41% symbol docs coverage.
-1242 symbols documented.
-519 symbols incomplete.
-1776 not documented.
-
-
-AGS_ACCOUNTING_TABLE
-AGS_ASYNC_QUEUE_CLOCK_ID
-AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE
-AGS_ASYNC_QUEUE_SIGNAL_HIGH
-AGS_ASYNC_QUEUE_SIGNAL_LOW
-AGS_AUDIO_LOOP_DEFAULT_JIFFIE
-AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME
-AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE
-AGS_BUILD_ID
-AGS_CHANNEL_ERROR
-AGS_CLIPBOARD_DEFAULT_VERSION
-AGS_CONFIG_DEFAULT_BUILD_ID
-AGS_CONFIG_DEFAULT_VERSION
-AGS_CONFIG_DEVOUT
-AGS_CONFIG_THREAD
-AGS_DEVOUT_DEFAULT_BPM
-AGS_DEVOUT_DEFAULT_BUFFER_SIZE
-AGS_DEVOUT_DEFAULT_DELAY
-AGS_DEVOUT_DEFAULT_FORMAT
-AGS_DEVOUT_DEFAULT_JIFFIE
-AGS_DEVOUT_DEFAULT_SAMPLERATE
-AGS_DEVOUT_DEFAULT_SCALE
-AGS_DEVOUT_DEFAULT_TACT
-AGS_DEVOUT_DEFAULT_TACTRATE
-AGS_DEVOUT_DEFAULT_TACT_JIFFIE
-AGS_DEVOUT_ERROR
-AGS_DEVOUT_PLAY
-AGS_DEVOUT_PLAY_DOMAIN
-AGS_DEVOUT_THREAD_DEFAULT_JIFFIE
-AGS_DIAL_DEFAULT_PRECISION
-AGS_DRUM_PATTERN_CONTROLS
-AGS_EDITOR_DEFAULT
-AGS_EDITOR_DEFAULT_BUILD_ID
-AGS_EDITOR_DEFAULT_VERSION
-AGS_EFFECTS_DEFAULT_VERSION
-AGS_EFFECT_COPY_BUFFER
-AGS_EFFECT_COPY_STREAM
-AGS_EFFECT_DOWN_MIX
-AGS_EXPANDER_CHILD
-AGS_EXPANDER_SET_CHILD
-AGS_EXPORT_THREAD_BUFFER_TIME
-AGS_EXPORT_THREAD_DEFAULT_JIFFIE
-AGS_FILE_BOOLEAN_POINTER_PROP
-AGS_FILE_BOOLEAN_PROP
-AGS_FILE_BUILD_ID_PROP
-AGS_FILE_CHAR_POINTER_PROP
-AGS_FILE_CHAR_PROP
-AGS_FILE_CHECKSUM_LENGTH
-AGS_FILE_DEFAULT_AUDIO_ENCODING
-AGS_FILE_DEFAULT_AUDIO_FORMAT
-AGS_FILE_DEFAULT_DTD
-AGS_FILE_DEFAULT_ENCODING
-AGS_FILE_DEFAULT_VERSION
-AGS_FILE_DOUBLE_POINTER_PROP
-AGS_FILE_DOUBLE_PROP
-AGS_FILE_DYNAMIC_WIDGET_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_CARTESIAN
-AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_DIAL
-AGS_FILE_DYNAMIC_WIDGET_HINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_HSCALE
-AGS_FILE_DYNAMIC_WIDGET_LABEL
-AGS_FILE_DYNAMIC_WIDGET_LED
-AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON
-AGS_FILE_DYNAMIC_WIDGET_VINDICATOR
-AGS_FILE_DYNAMIC_WIDGET_VSCALE
-AGS_FILE_DYNAMIC_WIDGET_WAVEFORM
-AGS_FILE_EFFECTS_DEFAULT_VERSION
-AGS_FILE_FALSE
-AGS_FILE_FLAGS_PROP
-AGS_FILE_FLOAT_POINTER_PROP
-AGS_FILE_FLOAT_PROP
-AGS_FILE_ID_PROP
-AGS_FILE_ID_REF_RESOLVE_DATA
-AGS_FILE_ID_REF_SERIALIZE_DATA
-AGS_FILE_INT64_POINTER_PROP
-AGS_FILE_INT64_PROP
-AGS_FILE_NAME_PROP
-AGS_FILE_OBJECT_PROP
-AGS_FILE_POINTER_PROP
-AGS_FILE_RESOLVE
-AGS_FILE_SCOPE_PROP
-AGS_FILE_SELECTION_ENTRY
-AGS_FILE_TRUE
-AGS_FILE_TYPE_PROP
-AGS_FILE_UINT64_POINTER_PROP
-AGS_FILE_UINT64_PROP
-AGS_FILE_VERSION_PROP
-AGS_FILE_XPATH_PROP
-AGS_GUI_THREAD_DEFAULT_JIFFIE
-AGS_IPATCH_DEFAULT_CHANNELS
-AGS_IPATCH_READ
-AGS_IPATCH_WRITE
-AGS_LADSPA_PLUGIN
-AGS_LIBAO_DEFAULT_BPM
-AGS_LIBAO_DEFAULT_BUFFER_SIZE
-AGS_LIBAO_DEFAULT_DELAY
-AGS_LIBAO_DEFAULT_JIFFIE
-AGS_LIBAO_DEFAULT_SAMPLERATE
-AGS_LIBAO_DEFAULT_TACT
-AGS_LIBAO_DEFAULT_TACTRATE
-AGS_LIBAO_DEFAULT_TACT_JIFFIE
-AGS_LIBAO_ERROR
-AGS_LIBAO_PLAY
-AGS_LIBAO_PLAY_DOMAIN
-AGS_LINE_DEFAULT_BUILD_ID
-AGS_LINE_DEFAULT_VERSION
-AGS_LINE_EDITOR_DEFAULT_BUILD_ID
-AGS_LINE_EDITOR_DEFAULT_VERSION
-AGS_MACHINE_COUNTER
-AGS_MACHINE_DEFAULT_BUILD_ID
-AGS_MACHINE_DEFAULT_VERSION
-AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID
-AGS_MACHINE_EDITOR_DEFAULT_VERSION
-AGS_MATRIX_CELL_HEIGHT
-AGS_MATRIX_CELL_WIDTH
-AGS_MATRIX_OCTAVE
-AGS_MATRIX_PATTERN_CONTROLS
-AGS_MICROSECONDS_PER_SECOND
-AGS_NAVIGATION_DEFAULT_TACT_STEP
-AGS_NAVIGATION_REWIND_STEPS
-AGS_NAVIGATION_SEEK_STEPS
-AGS_NOTATION_DEFAULT_BPM
-AGS_NOTATION_DEFAULT_DURATION
-AGS_NOTATION_DEFAULT_JIFFIE
-AGS_NOTATION_DEFAULT_LENGTH
-AGS_NOTATION_MAXIMUM_NOTE_LENGTH
-AGS_NOTATION_MINIMUM_NOTE_LENGTH
-AGS_NOTATION_TICS_PER_BEAT
-AGS_NOTEBOOK_TAB
-AGS_NOTE_EDIT_MAX_CONTROLS
-AGS_PAD_DEFAULT_BUILD_ID
-AGS_PAD_DEFAULT_VERSION
-AGS_PAD_EDITOR_DEFAULT_BUILD_ID
-AGS_PAD_EDITOR_DEFAULT_VERSION
-AGS_PLAYABLE_ERROR
-AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER
-AGS_PLUGIN_NAME_VOLUME
-AGS_PRIORITY
-AGS_RECALL_DEFAULT_BUILD_ID
-AGS_RECALL_DEFAULT_VERSION
-AGS_RECALL_HANDLER
-AGS_RECORD_THREAD_DEFAULT_DELAY
-AGS_RECYCLING_THREAD_DEFAULT_JIFFIE
-AGS_REGISTRY_DEFAULT_ID_LENGTH
-AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE
-AGS_RULER_DEFAULT_STEP
-AGS_RULER_LARGE_STEP
-AGS_RULER_SMALL_STEP
-AGS_SEGMENT_FLAGS (<items>)
-AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE
-AGS_TASK_THREAD_DEFAULT_JIFFIE
-AGS_THREAD_DEFAULT_ATTACK
-AGS_THREAD_DEFAULT_JIFFIE
-AGS_THREAD_MAX_PRECISION
-AGS_THREAD_RESUME_SIG
-AGS_THREAD_STACKSIZE
-AGS_THREAD_SUSPEND_SIG
-AGS_TIMESTAMP_THREAD_DEFAULT_BPM
-AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE
-AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE
-AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE
-AGS_TIMESTAMP_THREAD_DEFAULT_TIC
-AGS_TOOLBAR_MODE_ALL_CHANNELS
-AGS_TOOLBAR_MODE_MULTI_CHANNEL
-AGS_TOOLBAR_MODE_SINGLE_CHANNEL
-AGS_VERSION
-ALSA_PCM_NEW_HW_PARAMS_API
-AgsAccountingTable (<items>)
-AgsAddAudio
-AgsAddAudioClass (<items>)
-AgsAddAudioSignal
-AgsAddAudioSignalClass (<items>)
-AgsAddLineMember
-AgsAddLineMemberClass (<items>)
-AgsAddNote
-AgsAddNoteClass (<items>)
-AgsAddPointToSelection
-AgsAddPointToSelectionClass (<items>)
-AgsAddRecall
-AgsAddRecallClass (<items>)
-AgsAddRegionToSelection
-AgsAddRegionToSelectionClass (<items>)
-AgsAppendAudio
-AgsAppendAudioClass (<items>)
-AgsAppendAudioThreaded (<items>)
-AgsAppendAudioThreadedClass (<items>)
-AgsAppendChannel
-AgsAppendChannelClass (<items>)
-AgsAppendRecall
-AgsAppendRecallClass (<items>)
-AgsApplicable
-AgsApplicableInterface (<items>)
-AgsApplyBpm
-AgsApplyBpmClass (<items>)
-AgsApplySequencerLength
-AgsApplySequencerLengthClass (<items>)
-AgsApplySynth
-AgsApplySynthClass (<items>)
-AgsApplySynthWave (<items>)
-AgsApplyTact
-AgsApplyTactClass (<items>)
-AgsApplyWavetable
-AgsApplyWavetableClass (<items>)
-AgsAsyncQueue
-AgsAsyncQueue::interrupt
-AgsAsyncQueue::pop-context
-AgsAsyncQueue::push-context
-AgsAsyncQueueClass (<items>)
-AgsAsyncQueueFlags (<items>)
-AgsAttack
-AgsAttackFlags (<items>)
-AgsAudio
-AgsAudioClass (<items>)
-AgsAudioFile
-AgsAudioFileClass (<items>)
-AgsAudioFileXml
-AgsAudioFileXmlClass (<items>)
-AgsAudioFlags (<items>)
-AgsAudioLoop
-AgsAudioLoopClass (<items>)
-AgsAudioLoopFlags (<items>)
-AgsAudioPreferences
-AgsAudioPreferencesClass (<items>)
-AgsAudioSetRecycling
-AgsAudioSetRecyclingClass (<items>)
-AgsAudioSignal
-AgsAudioSignalClass (<items>)
-AgsAudioSignalFlags (<items>)
-AgsAutosaveThread
-AgsAutosaveThreadClass (<items>)
-AgsBufferAudioSignal
-AgsBufferAudioSignalClass (<items>)
-AgsBufferChannel
-AgsBufferChannelClass (<items>)
-AgsBufferChannelRun
-AgsBufferChannelRunClass (<items>)
-AgsBufferRecycling
-AgsBufferRecyclingClass (<items>)
-AgsCancelAudio
-AgsCancelAudioClass (<items>)
-AgsCancelChannel
-AgsCancelChannelClass (<items>)
-AgsCancelRecall
-AgsCancelRecallClass (<items>)
-AgsCartesian (<items>)
-AgsCartesianClass (<items>)
-AgsChangeIndicator
-AgsChangeIndicatorClass (<items>)
-AgsChangeTact
-AgsChangeTactClass (<items>)
-AgsChannel
-AgsChannelClass (<items>)
-AgsChannelError (<items>)
-AgsChannelFlags (<items>)
-AgsChannelIter (<items>)
-AgsChannelIterFlags (<items>)
-AgsChannelRecallIDMode (<items>)
-AgsChannelSetRecycling
-AgsChannelSetRecyclingClass (<items>)
-AgsCloneChannel (<items>)
-AgsCloneChannelClass (<items>)
-AgsCloneChannelRun (<items>)
-AgsCloneChannelRunClass (<items>)
-AgsConfig
-AgsConfigClass (<items>)
-AgsContext (<items>)
-AgsCopyAudioSignal
-AgsCopyAudioSignalClass (<items>)
-AgsCopyChannel
-AgsCopyChannelClass (<items>)
-AgsCopyChannelRun
-AgsCopyChannelRunClass (<items>)
-AgsCopyChannelRunFlags (<items>)
-AgsCopyNotationAudio
-AgsCopyNotationAudioClass (<items>)
-AgsCopyNotationAudioFlags (<items>)
-AgsCopyNotationAudioRun
-AgsCopyNotationAudioRunClass (<items>)
-AgsCopyPatternAudio
-AgsCopyPatternAudioClass (<items>)
-AgsCopyPatternAudioRun
-AgsCopyPatternAudioRunClass (<items>)
-AgsCopyPatternChannel
-AgsCopyPatternChannelClass (<items>)
-AgsCopyPatternChannelRun
-AgsCopyPatternChannelRunClass (<items>)
-AgsCopyRecycling
-AgsCopyRecyclingClass (<items>)
-AgsCountBeatsAudio
-AgsCountBeatsAudioClass (<items>)
-AgsCountBeatsAudioRun
-AgsCountBeatsAudioRunClass (<items>)
-AgsCountable
-AgsCountableInterface (<items>)
-AgsDelayAudio
-AgsDelayAudioClass (<items>)
-AgsDelayAudioRun
-AgsDelayAudioRunClass (<items>)
-AgsDevout
-AgsDevoutClass (<items>)
-AgsDevoutError (<items>)
-AgsDevoutFlags (<items>)
-AgsDevoutPlayFlags (<items>)
-AgsDevoutResolutionMode (<items>)
-AgsDevoutThread
-AgsDevoutThreadClass (<items>)
-AgsDial
-AgsDialClass (<items>)
-AgsDialFlags (<items>)
-AgsDisplayTact
-AgsDisplayTactClass (<items>)
-AgsDrum
-AgsDrumClass (<items>)
-AgsDrumFlags (<items>)
-AgsDrumInputLine
-AgsDrumInputLineClass (<items>)
-AgsDrumInputPad
-AgsDrumInputPadClass (<items>)
-AgsDrumInputPadFlags (<items>)
-AgsDrumOutputLine
-AgsDrumOutputLineClass (<items>)
-AgsDrumOutputPad
-AgsDrumOutputPadClass (<items>)
-AgsDrumOutputPadFlags (<items>)
-AgsDynamicConnectable
-AgsDynamicConnectableInterface (<items>)
-AgsEditor
-AgsEditorClass (<items>)
-AgsEffect
-AgsEffectInterface (<items>)
-AgsExpander
-AgsExpanderChild (<items>)
-AgsExpanderClass (<items>)
-AgsExpanderFlags (<items>)
-AgsExpanderSet
-AgsExpanderSetChild (<items>)
-AgsExpanderSetClass (<items>)
-AgsExpanderSetFlags (<items>)
-AgsExportOutput
-AgsExportOutputClass (<items>)
-AgsExportThread
-AgsExportThreadClass (<items>)
-AgsExportWindow
-AgsExportWindowClass (<items>)
-AgsExportWindowFlags (<items>)
-AgsFFPlayer
-AgsFFPlayerClass (<items>)
-AgsFile
-AgsFile::read
-AgsFile::read-resolve
-AgsFile::read-start
-AgsFile::write
-AgsFile::write-concurrent
-AgsFile::write-resolve
-AgsFileClass (<items>)
-AgsFileFlags (<items>)
-AgsFileIdRef
-AgsFileIdRef::resolved
-AgsFileIdRefClass (<items>)
-AgsFileLaunch
-AgsFileLaunch::start
-AgsFileLaunchClass (<items>)
-AgsFileLink
-AgsFileLinkClass (<items>)
-AgsFileLookup
-AgsFileLookup::resolve
-AgsFileLookupClass (<items>)
-AgsFileRead (<items>)
-AgsFileReadClass (<items>)
-AgsFileResolve
-AgsFileSelection
-AgsFileSelection::add-entry
-AgsFileSelection::completed
-AgsFileSelection::remove-entry
-AgsFileSelectionClass (<items>)
-AgsFileSelectionEntry (<items>)
-AgsFileSelectionFlags (<items>)
-AgsFileValueFactory (<items>)
-AgsFileValueFactoryClass (<items>)
-AgsFileWrite (<items>)
-AgsFileWriteClass (<items>)
-AgsFreeSelection
-AgsFreeSelectionClass (<items>)
-AgsGarbageCollector
-AgsGarbageCollectorClass (<items>)
-AgsGarbageCollectorFlags (<items>)
-AgsGenericPreferences (<items>)
-AgsGenericPreferencesClass (<items>)
-AgsGuiTaskThread
-AgsGuiTaskThreadClass (<items>)
-AgsGuiThread
-AgsGuiThreadClass (<items>)
-AgsHIndicator (<items>)
-AgsHIndicatorClass (<items>)
-AgsHTimebar (<items>)
-AgsHTimebarClass (<items>)
-AgsHistory (<items>)
-AgsHistoryAppend
-AgsHistoryClass (<items>)
-AgsIndicator
-AgsIndicatorClass (<items>)
-AgsInitAudio
-AgsInitAudioClass (<items>)
-AgsInitChannel
-AgsInitChannelClass (<items>)
-AgsInlinePlayer
-AgsInlinePlayerClass (<items>)
-AgsInput
-AgsInputClass (<items>)
-AgsIpatch
-AgsIpatchClass (<items>)
-AgsIpatchFlags (<items>)
-AgsIpatchSF2Reader
-AgsIpatchSF2ReaderClass (<items>)
-AgsIteratorThread
-AgsIteratorThread::children-ready
-AgsIteratorThreadClass (<items>)
-AgsIteratorThreadFlags (<items>)
-AgsLadspaBrowser
-AgsLadspaBrowserClass (<items>)
-AgsLadspaManager
-AgsLadspaManagerClass (<items>)
-AgsLadspaPlugin (<items>)
-AgsLadspaPluginFlags (<items>)
-AgsLadspaPluginPreferences (<items>)
-AgsLed
-AgsLedClass (<items>)
-AgsLedFlags (<items>)
-AgsLibao (<items>)
-AgsLibaoClass (<items>)
-AgsLibaoError (<items>)
-AgsLibaoFlags (<items>)
-AgsLibaoPlay (<items>)
-AgsLibaoPlayDomain (<items>)
-AgsLibaoPlayFlags (<items>)
-AgsLibaoResolutionMode (<items>)
-AgsLine
-AgsLine::resize-lines
-AgsLineClass (<items>)
-AgsLineEditor
-AgsLineEditorClass (<items>)
-AgsLineFlags (<items>)
-AgsLineMember
-AgsLineMemberClass (<items>)
-AgsLineMemberEditor
-AgsLineMemberEditorClass (<items>)
-AgsLineMemberFlags (<items>)
-AgsLinkChannel
-AgsLinkChannelClass (<items>)
-AgsLinkCollectionEditor
-AgsLinkCollectionEditorClass (<items>)
-AgsLinkEditor
-AgsLinkEditorClass (<items>)
-AgsLinkEditorFlags (<items>)
-AgsListingEditor
-AgsListingEditorClass (<items>)
-AgsLog (<items>)
-AgsLogClass (<items>)
-AgsLogFlags (<items>)
-AgsLogFormatedMessage (<items>)
-AgsLogMessage (<items>)
-AgsLoopChannel
-AgsLoopChannelClass (<items>)
-AgsLoopChannelRun
-AgsLoopChannelRunClass (<items>)
-AgsMachine
-AgsMachineClass (<items>)
-AgsMachineCounter (<items>)
-AgsMachineEditor
-AgsMachineEditor::set-machine
-AgsMachineEditorClass (<items>)
-AgsMachineEditorFlags (<items>)
-AgsMachineFileInputFlags (<items>)
-AgsMachineFlags (<items>)
-AgsMachineRadioButton
-AgsMachineRadioButtonClass (<items>)
-AgsMachineSelection
-AgsMachineSelectionClass (<items>)
-AgsMachineSelector
-AgsMachineSelector::changed
-AgsMachineSelectorClass (<items>)
-AgsMain
-AgsMainClass (<items>)
-AgsMainFlags (<items>)
-AgsMainLoop
-AgsMainLoopInterface (<items>)
-AgsMatrix
-AgsMatrixClass (<items>)
-AgsMenu
-AgsMenuBar
-AgsMenuBarClass (<items>)
-AgsMenuClass (<items>)
-AgsMenuItem
-AgsMenuItemClass (<items>)
-AgsMeter
-AgsMeterClass (<items>)
-AgsMixer
-AgsMixerClass (<items>)
-AgsMixerInputLine
-AgsMixerInputLineClass (<items>)
-AgsMixerInputPad
-AgsMixerInputPadClass (<items>)
-AgsMutable
-AgsMutableInterface (<items>)
-AgsMuteAudio
-AgsMuteAudioClass (<items>)
-AgsMuteAudioSignal
-AgsMuteAudioSignalClass (<items>)
-AgsMuteChannel
-AgsMuteChannelClass (<items>)
-AgsMuteChannelRun
-AgsMuteChannelRunClass (<items>)
-AgsMuteRecycling
-AgsMuteRecyclingClass (<items>)
-AgsNavigation
-AgsNavigationClass (<items>)
-AgsNavigationFlags (<items>)
-AgsNotation
-AgsNotationClass (<items>)
-AgsNotationFlags (<items>)
-AgsNote
-AgsNoteClass (<items>)
-AgsNoteEdit
-AgsNoteEditClass (<items>)
-AgsNoteEditFlags (<items>)
-AgsNoteEditResetFlags (<items>)
-AgsNoteFlags (<items>)
-AgsNotebook
-AgsNotebookClass (<items>)
-AgsNotebookTab (<items>)
-AgsNotebookTabFlags (<items>)
-AgsOpenFile
-AgsOpenFileClass (<items>)
-AgsOpenSingleFile
-AgsOpenSingleFileClass (<items>)
-AgsOptionMenu
-AgsOptionMenuClass (<items>)
-AgsOscillator
-AgsOscillatorClass (<items>)
-AgsOutput
-AgsOutputClass (<items>)
-AgsPackable
-AgsPackableInterface (<items>)
-AgsPad
-AgsPad::resize-lines
-AgsPad::set-channel
-AgsPadClass (<items>)
-AgsPadEditor
-AgsPadEditorClass (<items>)
-AgsPadFlags (<items>)
-AgsPanel
-AgsPanelClass (<items>)
-AgsPanelInputLine
-AgsPanelInputLineClass (<items>)
-AgsPanelInputPad
-AgsPanelInputPadClass (<items>)
-AgsPattern
-AgsPatternClass (<items>)
-AgsPeakChannel
-AgsPeakChannelClass (<items>)
-AgsPeakChannelRun
-AgsPeakChannelRunClass (<items>)
-AgsPerformancePreferences
-AgsPerformancePreferencesClass (<items>)
-AgsPersistable
-AgsPersistableInterface (<items>)
-AgsPlayAudio
-AgsPlayAudioClass (<items>)
-AgsPlayAudioFile
-AgsPlayAudioFileClass (<items>)
-AgsPlayAudioSignal
-AgsPlayAudioSignalClass (<items>)
-AgsPlayChannel
-AgsPlayChannelClass (<items>)
-AgsPlayChannelRun
-AgsPlayChannelRunClass (<items>)
-AgsPlayChannelRunFlags (<items>)
-AgsPlayChannelRunMaster
-AgsPlayChannelRunMasterClass (<items>)
-AgsPlayChannelRunMasterFlags (<items>)
-AgsPlayChannelRunMasterStreamer (<items>)
-AgsPlayNotationAudio
-AgsPlayNotationAudioClass (<items>)
-AgsPlayNotationAudioRun
-AgsPlayNotationAudioRunClass (<items>)
-AgsPlayNotationAudioRunFlags (<items>)
-AgsPlayNote
-AgsPlayNoteClass (<items>)
-AgsPlayPattern
-AgsPlayPatternClass (<items>)
-AgsPlayRecycling
-AgsPlayRecyclingClass (<items>)
-AgsPlayable
-AgsPlayableError (<items>)
-AgsPlayableInterface (<items>)
-AgsPlugin
-AgsPluginFactory
-AgsPluginFactory::add
-AgsPluginFactory::create
-AgsPluginFactoryClass (<items>)
-AgsPluginInterface (<items>)
-AgsPluginMetadata (<items>)
-AgsPluginPreferences
-AgsPluginPreferencesClass (<items>)
-AgsPort
-AgsPortClass (<items>)
-AgsPortableThread (<items>)
-AgsPortableThreadClass (<items>)
-AgsPortableThreadFlags (<items>)
-AgsPortlet
-AgsPortletInterface (<items>)
-AgsPreferences
-AgsPreferencesClass (<items>)
-AgsPreferencesFlags (<items>)
-AgsPropertyCollectionEditor
-AgsPropertyCollectionEditorClass (<items>)
-AgsPropertyEditor
-AgsPropertyEditorClass (<items>)
-AgsPropertyEditorFlags (<items>)
-AgsPropertyListingEditor
-AgsPropertyListingEditorClass (<items>)
-AgsRecall
-AgsRecallAudio
-AgsRecallAudioClass (<items>)
-AgsRecallAudioRun
-AgsRecallAudioRunClass (<items>)
-AgsRecallAudioSignal
-AgsRecallAudioSignalClass (<items>)
-AgsRecallAudioSignalFlags (<items>)
-AgsRecallChannel
-AgsRecallChannelClass (<items>)
-AgsRecallChannelRun
-AgsRecallChannelRunClass (<items>)
-AgsRecallChannelRunDummy
-AgsRecallChannelRunDummyClass (<items>)
-AgsRecallClass (<items>)
-AgsRecallContainer
-AgsRecallContainerClass (<items>)
-AgsRecallContainerFindFlags (<items>)
-AgsRecallContainerFlags (<items>)
-AgsRecallDependency
-AgsRecallDependencyClass (<items>)
-AgsRecallFactory
-AgsRecallFactoryClass (<items>)
-AgsRecallFactoryCreateFlags (<items>)
-AgsRecallFlags (<items>)
-AgsRecallHandler (signal_name, callback, data, handler)
-AgsRecallID
-AgsRecallIDClass (<items>)
-AgsRecallIDFlags (<items>)
-AgsRecallLadspa
-AgsRecallLadspaClass (<items>)
-AgsRecallLadspaRun
-AgsRecallLadspaRunClass (<items>)
-AgsRecallNotifyDependencyMode (<items>)
-AgsRecallRecycling
-AgsRecallRecyclingClass (<items>)
-AgsRecallRecyclingDummy
-AgsRecallRecyclingDummyClass (<items>)
-AgsRecallRecyclingFlags (<items>)
-AgsRecordThread (<items>)
-AgsRecordThreadClass (<items>)
-AgsRecycling
-AgsRecyclingClass (<items>)
-AgsRecyclingContainer
-AgsRecyclingContainerClass (<items>)
-AgsRecyclingFlags (<items>)
-AgsRecyclingThread
-AgsRecyclingThread::play-audio
-AgsRecyclingThread::play-channel
-AgsRecyclingThreadClass (<items>)
-AgsRecyclingThreadFlags (<items>)
-AgsRegistry
-AgsRegistryClass (<items>)
-AgsRegistryEntry (<items>)
-AgsRemoteTask
-AgsRemoteTaskClass (<items>)
-AgsRemoveAudio
-AgsRemoveAudioClass (<items>)
-AgsRemoveAudioSignal
-AgsRemoveAudioSignalClass (<items>)
-AgsRemoveNote
-AgsRemoveNoteClass (<items>)
-AgsRemovePointFromSelection
-AgsRemovePointFromSelectionClass (<items>)
-AgsRemoveRecall
-AgsRemoveRecallClass (<items>)
-AgsRemoveRegionFromSelection
-AgsRemoveRegionFromSelectionClass (<items>)
-AgsResizeEditor (<items>)
-AgsResizeEditorClass (<items>)
-AgsReturnableThread
-AgsReturnableThread::safe-run
-AgsReturnableThreadCallback
-AgsReturnableThreadClass (<items>)
-AgsReturnableThreadFlags (<items>)
-AgsRuler
-AgsRulerClass (<items>)
-AgsRunnable
-AgsRunnableInterface (<items>)
-AgsSF2Chooser
-AgsSF2ChooserClass (<items>)
-AgsSF2Levels (<items>)
-AgsSaveFile
-AgsSaveFileClass (<items>)
-AgsScrollOnPlay
-AgsScrollOnPlayClass (<items>)
-AgsSeekable
-AgsSeekableInterface (<items>)
-AgsSegment (<items>)
-AgsSegmentClass (<items>)
-AgsSegmentFields (<items>)
-AgsServer
-AgsServer::start
-AgsServerClass (<items>)
-AgsServerFlags (<items>)
-AgsServerPreferences
-AgsServerPreferencesClass (<items>)
-AgsSetAudioChannels
-AgsSetAudioChannelsClass (<items>)
-AgsSetBufferSize
-AgsSetBufferSizeClass (<items>)
-AgsSetDevoutPlayFlags
-AgsSetDevoutPlayFlagsClass (<items>)
-AgsSetMuted
-AgsSetMutedClass (<items>)
-AgsSetOutputDevice
-AgsSetOutputDeviceClass (<items>)
-AgsSetSamplerate
-AgsSetSamplerateClass (<items>)
-AgsSingleThread
-AgsSingleThreadClass (<items>)
-AgsSndfile
-AgsSndfileClass (<items>)
-AgsSndfileFlags (<items>)
-AgsSoundcard
-AgsSoundcardInterface (<items>)
-AgsStackable
-AgsStackableInterface (<items>)
-AgsStartDevout
-AgsStartDevoutClass (<items>)
-AgsStream
-AgsStreamAudioSignal
-AgsStreamAudioSignalClass (<items>)
-AgsStreamChannel
-AgsStreamChannelClass (<items>)
-AgsStreamChannelRun
-AgsStreamChannelRunClass (<items>)
-AgsStreamClass (<items>)
-AgsStreamRecycling
-AgsStreamRecyclingClass (<items>)
-AgsSynth
-AgsSynthClass (<items>)
-AgsSynthFlags (<items>)
-AgsSynthInputLine
-AgsSynthInputLineClass (<items>)
-AgsSynthInputPad
-AgsSynthInputPadClass (<items>)
-AgsTable
-AgsTableClass (<items>)
-AgsTactable
-AgsTactableInterface (<items>)
-AgsTask
-AgsTaskClass (<items>)
-AgsTaskFlags (<items>)
-AgsTaskThread
-AgsTaskThreadAppend (<items>)
-AgsTaskThreadClass (<items>)
-AgsThread
-AgsThreadClass (<items>)
-AgsThreadFlags (<items>)
-AgsThreadPool
-AgsThreadPool::start
-AgsThreadPoolClass (<items>)
-AgsThreadPoolFlags (<items>)
-AgsTimebar (<items>)
-AgsTimebarClass (<items>)
-AgsTimer (<items>)
-AgsTimestamp
-AgsTimestampClass (<items>)
-AgsTimestampFactory
-AgsTimestampFactory::create
-AgsTimestampFactoryClass (<items>)
-AgsTimestampFactoryFlags (<items>)
-AgsTimestampFlags (<items>)
-AgsTimestampThread
-AgsTimestampThreadClass (<items>)
-AgsToggleLed
-AgsToggleLedClass (<items>)
-AgsTogglePatternBit
-AgsTogglePatternBit::refresh-gui
-AgsTogglePatternBitClass (<items>)
-AgsToolbar
-AgsToolbarClass (<items>)
-AgsTreeIterator
-AgsTreeIteratorInterface (<items>)
-AgsUnrefAudioSignal
-AgsUnrefAudioSignalClass (<items>)
-AgsVIndicator
-AgsVIndicatorClass (<items>)
-AgsVolumeAudioSignal
-AgsVolumeAudioSignalClass (<items>)
-AgsVolumeChannel
-AgsVolumeChannelClass (<items>)
-AgsVolumeChannelRun
-AgsVolumeChannelRunClass (<items>)
-AgsVolumeRecycling
-AgsVolumeRecyclingClass (<items>)
-AgsWaveform (<items>)
-AgsWaveformClass (<items>)
-AgsWindow
-AgsWindowClass (<items>)
-AgsWindowFlags (<items>)
-MSEC_PER_SEC
-NSEC_PER_SEC
-ags_accounting_table_alloc
-ags_accounting_table_set_sanity
-ags_amplifier
-ags_append_audio_threaded_new
-ags_append_recall_new (devout_play)
-ags_apply_sequencer_length_new (length)
-ags_apply_synth_new (start_channel, count, wave, attack, frame_count, frequency, phase, start, volume, loop_start, loop_end, start_channel, count, wave, attack, frame_count, frequency, phase, start, volume, loop_start, loop_end)
-ags_apply_wavetable_new
-ags_async_queue_add
-ags_async_queue_find_context
-ags_async_queue_idle
-ags_async_queue_initerrupt
-ags_async_queue_new
-ags_async_queue_next_interval
-ags_async_queue_pop_context
-ags_async_queue_push_context
-ags_async_queue_remove
-ags_async_queue_worker
-ags_audio_add_recall (recall)
-ags_audio_file_open (Returns)
-ags_audio_file_open_from_data (Returns)
-ags_audio_file_rw_open (Returns)
-ags_audio_file_xml_new
-ags_audio_preferences_audio_channels_changed
-ags_audio_preferences_buffer_size_changed
-ags_audio_preferences_card_changed_callback
-ags_audio_preferences_samplerate_changed
-ags_audio_recall_change_state
-ags_audio_remove_recall (recall)
-ags_audio_set_recycling_new
-ags_audio_signal_new_with_length
-ags_audio_unset_flags
-ags_cartesian_new
-ags_change_tact_new
-ags_channel_add_recall (recall)
-ags_channel_error_quark
-ags_channel_find_recall
-ags_channel_init_recall (stage)
-ags_channel_iter_alloc
-ags_channel_iter_free
-ags_channel_iter_next
-ags_channel_iter_prev
-ags_channel_recall_id_set
-ags_channel_recursive_play_init (Returns)
-ags_channel_remove_recall (recall)
-ags_channel_safe_resize_audio_signal (size)
-ags_channel_set_recycling_new
-ags_clone_channel_new
-ags_clone_channel_run_new
-ags_container_add_all
-ags_context_alloc
-ags_copy_notation_audio_new (devout)
-ags_copy_notation_audio_run_new (count_beats_audio_run)
-ags_copy_pattern_channel_template_find_source_and_destination
-ags_countable_get_notation_counter
-ags_countable_get_sequencer_counter
-ags_default_log
-ags_delay_audio_notation_duration_changed
-ags_delay_audio_sequencer_duration_changed
-ags_devout_error_quark
-ags_devout_note_offset_changed
-ags_devout_pcm_info (buffer_size_max)
-ags_devout_play_find_source (source)
-ags_drum_done_callback
-ags_drum_index0_callback
-ags_drum_index1_callback
-ags_drum_input_line_audio_set_pads_callback
-ags_drum_input_line_channel_done_callback
-ags_drum_input_line_map_recall
-ags_drum_input_line_parent_set_callback
-ags_drum_input_pad_edit_callback
-ags_drum_input_pad_open_callback
-ags_drum_input_pad_play_callback
-ags_drum_length_spin_callback
-ags_drum_loop_button_callback
-ags_drum_offset_callback
-ags_drum_open_callback
-ags_drum_output_line_add_default_recall
-ags_drum_output_line_parent_set_callback
-ags_drum_output_pad_play_cancel
-ags_drum_output_pad_play_done
-ags_drum_pad_callback
-ags_drum_parent_set_callback
-ags_drum_set_pattern
-ags_drum_tact_callback
-ags_dynamic_connectable_connect
-ags_dynamic_connectable_disconnect
-ags_echo
-ags_editor_change_position_callback
-ags_editor_machine_changed_callback
-ags_editor_parent_set_callback
-ags_editor_set_audio_channels_callback
-ags_editor_set_pads_callback
-ags_expander_child_alloc
-ags_expander_child_find
-ags_expander_set_child_alloc
-ags_expander_set_child_find
-ags_expander_set_set_flags
-ags_export_thread_new (devout)
-ags_export_window_export_callback
-ags_export_window_file_chooser_button_callback
-ags_export_window_new
-ags_export_window_tact_callback
-ags_ffplayer_drawing_area_button_press_callback
-ags_ffplayer_drawing_area_configure_callback
-ags_ffplayer_drawing_area_expose_callback
-ags_ffplayer_hscrollbar_value_changed
-ags_ffplayer_instrument_changed_callback
-ags_ffplayer_open_clicked_callback
-ags_ffplayer_open_dialog_response_callback
-ags_ffplayer_paint
-ags_ffplayer_parent_set_callback
-ags_ffplayer_preset_changed_callback
-ags_file_add_id_ref
-ags_file_add_launch
-ags_file_add_lookup
-ags_file_find_id_ref_by_node
-ags_file_find_id_ref_by_reference
-ags_file_find_id_ref_by_xpath
-ags_file_id_ref_resolved
-ags_file_launch_start
-ags_file_lookup_find_by_node
-ags_file_lookup_resolve
-ags_file_read
-ags_file_read_audio
-ags_file_read_audio_list
-ags_file_read_audio_loop
-ags_file_read_audio_signal
-ags_file_read_audio_signal_list
-ags_file_read_channel
-ags_file_read_channel_list
-ags_file_read_devout
-ags_file_read_devout_list
-ags_file_read_devout_play
-ags_file_read_devout_play_list
-ags_file_read_dialog
-ags_file_read_dialog_list
-ags_file_read_editor
-ags_file_read_embedded_audio
-ags_file_read_embedded_audio_list
-ags_file_read_file_link
-ags_file_read_file_link_list
-ags_file_read_input
-ags_file_read_line
-ags_file_read_line_editor
-ags_file_read_line_list
-ags_file_read_line_member
-ags_file_read_line_member_editor
-ags_file_read_line_member_list
-ags_file_read_link_collection_editor
-ags_file_read_link_editor
-ags_file_read_machine
-ags_file_read_machine_counter
-ags_file_read_machine_counter_list
-ags_file_read_machine_editor
-ags_file_read_machine_editor_list
-ags_file_read_machine_list
-ags_file_read_machine_selector
-ags_file_read_main
-ags_file_read_menu_bar
-ags_file_read_mixer_input_pad
-ags_file_read_mixer_output_pad
-ags_file_read_navigation
-ags_file_read_new
-ags_file_read_notation
-ags_file_read_notation_list
-ags_file_read_note
-ags_file_read_note_list
-ags_file_read_notebook
-ags_file_read_notebook_tab
-ags_file_read_notebook_tab_list
-ags_file_read_oscillator
-ags_file_read_output
-ags_file_read_pad
-ags_file_read_pad_editor
-ags_file_read_pad_list
-ags_file_read_pattern
-ags_file_read_pattern_data
-ags_file_read_pattern_data_list
-ags_file_read_pattern_list
-ags_file_read_port
-ags_file_read_port_list
-ags_file_read_recall
-ags_file_read_recall_audio
-ags_file_read_recall_audio_run
-ags_file_read_recall_audio_signal
-ags_file_read_recall_channel
-ags_file_read_recall_channel_run
-ags_file_read_recall_container
-ags_file_read_recall_container_list
-ags_file_read_recall_list
-ags_file_read_recall_recycling
-ags_file_read_recycling
-ags_file_read_recycling_list
-ags_file_read_resize_editor
-ags_file_read_resolve
-ags_file_read_server
-ags_file_read_start
-ags_file_read_stream
-ags_file_read_stream_list
-ags_file_read_task
-ags_file_read_task_list
-ags_file_read_thread
-ags_file_read_thread_list
-ags_file_read_thread_pool
-ags_file_read_timestamp
-ags_file_read_timestamp_list
-ags_file_read_toolbar
-ags_file_read_widget
-ags_file_read_window
-ags_file_selection_add_entry
-ags_file_selection_completed
-ags_file_selection_contains_file
-ags_file_selection_entry_alloc
-ags_file_selection_new
-ags_file_selection_remove_callback
-ags_file_selection_remove_entry
-ags_file_selection_set_entry (file_selection, entry)
-ags_file_str2md5
-ags_file_util_read_dependency
-ags_file_util_read_history
-ags_file_util_read_object
-ags_file_util_read_parameter
-ags_file_util_read_value
-ags_file_util_write_dependency
-ags_file_util_write_history
-ags_file_util_write_object
-ags_file_util_write_parameter
-ags_file_util_write_value
-ags_file_value_factory_new
-ags_file_write
-ags_file_write_audio
-ags_file_write_audio_list
-ags_file_write_audio_loop
-ags_file_write_audio_signal
-ags_file_write_audio_signal_list
-ags_file_write_channel
-ags_file_write_channel_list
-ags_file_write_concurrent
-ags_file_write_devout
-ags_file_write_devout_list
-ags_file_write_devout_play
-ags_file_write_devout_play_list
-ags_file_write_dialog
-ags_file_write_dialog_list
-ags_file_write_editor
-ags_file_write_embedded_audio
-ags_file_write_embedded_audio_list
-ags_file_write_file_link
-ags_file_write_file_link_list
-ags_file_write_input
-ags_file_write_line
-ags_file_write_line_editor
-ags_file_write_line_list
-ags_file_write_line_member
-ags_file_write_line_member_editor
-ags_file_write_line_member_list
-ags_file_write_link_collection_editor
-ags_file_write_link_editor
-ags_file_write_machine
-ags_file_write_machine_counter
-ags_file_write_machine_counter_list
-ags_file_write_machine_editor
-ags_file_write_machine_editor_list
-ags_file_write_machine_list
-ags_file_write_machine_selector
-ags_file_write_main
-ags_file_write_menu_bar
-ags_file_write_mixer_input_pad
-ags_file_write_mixer_output_pad
-ags_file_write_navigation
-ags_file_write_new
-ags_file_write_notation
-ags_file_write_notation_list
-ags_file_write_note
-ags_file_write_note_list
-ags_file_write_notebook
-ags_file_write_notebook_tab
-ags_file_write_notebook_tab_list
-ags_file_write_oscillator
-ags_file_write_output
-ags_file_write_pad
-ags_file_write_pad_editor
-ags_file_write_pad_list
-ags_file_write_pattern
-ags_file_write_pattern_data
-ags_file_write_pattern_data_list
-ags_file_write_pattern_list
-ags_file_write_port
-ags_file_write_port_list
-ags_file_write_recall
-ags_file_write_recall_audio
-ags_file_write_recall_audio_run
-ags_file_write_recall_audio_signal
-ags_file_write_recall_channel
-ags_file_write_recall_channel_run
-ags_file_write_recall_container
-ags_file_write_recall_container_list
-ags_file_write_recall_list
-ags_file_write_recall_recycling
-ags_file_write_recycling
-ags_file_write_recycling_list
-ags_file_write_resize_editor
-ags_file_write_resolve
-ags_file_write_server
-ags_file_write_stream
-ags_file_write_stream_list
-ags_file_write_task
-ags_file_write_task_list
-ags_file_write_thread
-ags_file_write_thread_list
-ags_file_write_thread_pool
-ags_file_write_timestamp
-ags_file_write_timestamp_list
-ags_file_write_toolbar
-ags_file_write_widget
-ags_file_write_window
-ags_free_selection_new (notation)
-ags_garbage_collector_add
-ags_garbage_collector_new
-ags_garbage_collector_remove
-ags_garbage_collector_run
-ags_generic_preferences_new
-ags_gui_task_thread_new
-ags_hindicator_new
-ags_history_new
-ags_htimebar_new
-ags_inline_player_new
-ags_ipatch_read_audio_signal (Returns)
-ags_iterator_thread_children_ready
-ags_iterator_thread_new
-ags_ladspa_browser_cancel_callback
-ags_ladspa_browser_get_plugin_effect (ladspa_browser)
-ags_ladspa_browser_get_plugin_filename (ladspa_browser)
-ags_ladspa_browser_new (parent)
-ags_ladspa_browser_ok_callback
-ags_ladspa_browser_plugin_effect_callback
-ags_ladspa_browser_plugin_filename_callback
-ags_ladspa_browser_preview_close_callback
-ags_ladspa_browser_preview_new
-ags_ladspa_plugin_preferences_alloc
-ags_led_set_active
-ags_led_unset_active
-ags_libao_error_quark
-ags_libao_list_cards
-ags_libao_new
-ags_libao_note_offset_changed
-ags_libao_pcm_info
-ags_libao_play_alloc
-ags_libao_play_domain_alloc
-ags_libao_play_domain_free
-ags_libao_play_free
-ags_libao_tic
-ags_line_channel_done_callback
-ags_line_copy_pattern_cancel
-ags_line_copy_pattern_done
-ags_line_editor_destroy_callback
-ags_line_editor_parent_set_callback
-ags_line_editor_show_callback
-ags_line_find_next_grouped (Returns)
-ags_line_group_clicked_callback
-ags_line_member_button_clicked_callback
-ags_line_member_change_port
-ags_line_member_check_button_clicked_callback
-ags_line_member_dial_changed_callback
-ags_line_member_editor_add_callback
-ags_line_member_editor_ladspa_browser_response_callback
-ags_line_member_editor_remove_callback
-ags_line_member_get_widget
-ags_line_member_hscale_changed_callback
-ags_line_member_parent_set_callback
-ags_line_member_port_safe_write_callback
-ags_line_member_spin_button_changed_callback
-ags_line_member_toggle_button_clicked_callback
-ags_line_member_vscale_changed_callback
-ags_line_parent_set_callback
-ags_line_peak_run_post_callback
-ags_line_play_channel_run_cancel
-ags_line_play_volume_cancel
-ags_line_play_volume_done
-ags_line_recall_volume_cancel
-ags_line_recall_volume_done
-ags_line_remove_recall_callback
-ags_line_volume_callback
-ags_link_channel_new (link)
-ags_link_collection_editor_check_count
-ags_link_collection_editor_check_first_line
-ags_link_collection_editor_check_first_link
-ags_link_collection_editor_count_callback
-ags_link_collection_editor_first_line_callback
-ags_link_collection_editor_first_link_callback
-ags_link_collection_editor_link_callback
-ags_link_collection_editor_parent_set_callback
-ags_link_editor_combo_callback
-ags_link_editor_destroy_callback
-ags_link_editor_parent_set_callback
-ags_link_editor_show_callback
-ags_list_duplicate_list
-ags_listing_editor_add_children (listing_editor)
-ags_listing_editor_parent_set_callback
-ags_listing_editor_set_pads_callback
-ags_log_debug
-ags_log_message
-ags_log_start_queue
-ags_log_stop_queue
-ags_machine_button_press_callback
-ags_machine_counter_alloc
-ags_machine_destroy_callback
-ags_machine_done_callback
-ags_machine_editor_add_callback
-ags_machine_editor_add_children (machine_editor)
-ags_machine_editor_add_input
-ags_machine_editor_add_output
-ags_machine_editor_apply_callback
-ags_machine_editor_back_callback
-ags_machine_editor_cancel_callback
-ags_machine_editor_destroy_callback
-ags_machine_editor_ok_callback
-ags_machine_editor_parent_set_callback
-ags_machine_editor_remove_callback
-ags_machine_editor_remove_input
-ags_machine_editor_remove_output
-ags_machine_editor_show_callback
-ags_machine_editor_switch_page_callback
-ags_machine_file_chooser_dialog_new (Returns)
-ags_machine_find_by_name (Returns)
-ags_machine_open_response_callback
-ags_machine_parent_set_callback
-ags_machine_play_callback
-ags_machine_popup_destroy_activate_callback
-ags_machine_popup_hide_activate_callback
-ags_machine_popup_move_down_activate_callback
-ags_machine_popup_move_up_activate_callback
-ags_machine_popup_properties_activate_callback
-ags_machine_popup_rename_activate_callback
-ags_machine_popup_show_activate_callback
-ags_machine_radio_button_new (Returns)
-ags_machine_selection_new (window, Returns)
-ags_machine_selector_changed (machine_selector, machine)
-ags_machine_selector_new (Returns)
-ags_machine_selector_popup_add_index_callback
-ags_machine_selector_popup_add_tab_callback
-ags_machine_selector_popup_link_index_callback
-ags_machine_selector_popup_new (machine_selector, Returns)
-ags_machine_selector_popup_remove_index_callback
-ags_machine_selector_popup_remove_tab_callback
-ags_machine_selector_radio_changed
-ags_machine_start_failure_callback
-ags_machine_tact_callback
-ags_main_add_devout
-ags_main_load_config
-ags_main_loop_get_async_queue
-ags_main_loop_set_async_queue
-ags_main_new
-ags_main_quit
-ags_main_register_machine_type
-ags_main_register_recall_type
-ags_main_register_task_type
-ags_main_register_thread_type
-ags_main_register_widget_type
-ags_matrix_adjustment_value_changed_callback
-ags_matrix_bpm_callback
-ags_matrix_done_callback
-ags_matrix_draw_gutter
-ags_matrix_draw_matrix
-ags_matrix_drawing_area_button_press_callback
-ags_matrix_drawing_area_expose_callback
-ags_matrix_highlight_gutter_point
-ags_matrix_index_callback
-ags_matrix_input_map_recall
-ags_matrix_length_spin_callback
-ags_matrix_loop_button_callback
-ags_matrix_output_map_recall
-ags_matrix_parent_set_callback
-ags_matrix_redraw_gutter_point
-ags_matrix_tact_callback
-ags_matrix_unpaint_gutter_point
-ags_menu_bar_about_callback
-ags_menu_bar_add_callback
-ags_menu_bar_add_drum_callback
-ags_menu_bar_add_ffplayer_callback
-ags_menu_bar_add_matrix_callback
-ags_menu_bar_add_mixer_callback
-ags_menu_bar_add_panel_callback
-ags_menu_bar_add_synth_callback
-ags_menu_bar_destroy_callback
-ags_menu_bar_export_callback
-ags_menu_bar_open_callback
-ags_menu_bar_preferences_callback
-ags_menu_bar_quit_callback
-ags_menu_bar_remove_callback
-ags_menu_bar_save_as_callback
-ags_menu_bar_save_callback
-ags_menu_bar_show_callback
-ags_menu_item_new
-ags_menu_new
-ags_meter_configure_event
-ags_meter_destroy_callback
-ags_meter_expose_event
-ags_meter_new (Returns)
-ags_meter_paint
-ags_meter_show_callback
-ags_meter_sound_string
-ags_mixer_input_line_map_recall
-ags_mixer_parent_set_callback
-ags_mutable_set_muted
-ags_mute_channel_run_new
-ags_navigation_bpm_callback
-ags_navigation_destroy_callback
-ags_navigation_duration_tact_callback
-ags_navigation_expander_callback
-ags_navigation_forward_callback
-ags_navigation_loop_callback
-ags_navigation_loop_left_tact_callback
-ags_navigation_loop_right_tact_callback
-ags_navigation_next_callback
-ags_navigation_parent_set_callback
-ags_navigation_play_callback
-ags_navigation_position_tact_callback
-ags_navigation_prev_callback
-ags_navigation_raster_callback
-ags_navigation_rewind_callback
-ags_navigation_set_seeking_sensitive
-ags_navigation_show_callback
-ags_navigation_stop_callback
-ags_navigation_tic_callback
-ags_navigation_update_time_string (time_string)
-ags_notation_find_region (use_selection_list)
-ags_notation_get_current
-ags_notation_insert_from_clipboard (content)
-ags_note_edit_drawing_area_button_press_event
-ags_note_edit_drawing_area_button_release_event
-ags_note_edit_drawing_area_configure_event
-ags_note_edit_drawing_area_expose_event
-ags_note_edit_drawing_area_motion_notify_event
-ags_note_edit_hscrollbar_value_changed
-ags_note_edit_new (Returns)
-ags_note_edit_vscrollbar_value_changed
-ags_notebook_add_child
-ags_notebook_add_tab
-ags_notebook_insert_tab
-ags_notebook_machine_changed_callback
-ags_notebook_new (Returns)
-ags_notebook_next_active_tab
-ags_notebook_remove_child
-ags_notebook_remove_tab
-ags_notebook_tab_index
-ags_open_file_new (audio)
-ags_open_single_file_new
-ags_option_menu_new
-ags_oscillator_attack_callback
-ags_oscillator_frame_count_callback
-ags_oscillator_frequency_callback
-ags_oscillator_phase_callback
-ags_oscillator_volume_callback
-ags_oscillator_wave_callback
-ags_packable_pack (container)
-ags_pad_destroy_callback
-ags_pad_editor_destroy_callback
-ags_pad_editor_parent_set_callback
-ags_pad_editor_set_audio_channels_callback
-ags_pad_editor_show_callback
-ags_pad_group_clicked_callback
-ags_pad_mute_clicked_callback
-ags_pad_option_changed_callback
-ags_pad_parent_set_callback
-ags_pad_show_callback
-ags_pad_solo_clicked_callback
-ags_panel_input_line_map_recall
-ags_panel_parent_set_callback
-ags_parameter_grow (type)
-ags_pattern_get_by_timestamp
-ags_pattern_set_dim (lenght)
-ags_peak_channel_retrieve_peak
-ags_persistable_read
-ags_persistable_read_link
-ags_persistable_write
-ags_persistable_write_link
-ags_play_audio_file_new
-ags_play_audio_signal_new (audio_channel)
-ags_play_channel_run_master_find_streamer
-ags_play_channel_run_master_new
-ags_play_channel_run_master_streamer_alloc
-ags_play_note_new
-ags_play_pattern_connect
-ags_playable_error_quark
-ags_playable_iter_next (Returns)
-ags_playable_read_audio_signal (channels)
-ags_plugin_factory_add
-ags_plugin_factory_create
-ags_plugin_factory_get_instance
-ags_plugin_factory_list_by_name
-ags_plugin_factory_new
-ags_plugin_factory_new_from_file
-ags_plugin_factory_read_file
-ags_portable_thread_add_child
-ags_portable_thread_children_is_locked
-ags_portable_thread_first (thread, Returns)
-ags_portable_thread_get_toplevel (thread, Returns)
-ags_portable_thread_is_current_ready
-ags_portable_thread_is_current_synced
-ags_portable_thread_is_tree_ready
-ags_portable_thread_is_tree_synced
-ags_portable_thread_last (thread, Returns)
-ags_portable_thread_lock (thread)
-ags_portable_thread_lock_all
-ags_portable_thread_lock_children (thread)
-ags_portable_thread_lock_parent (thread, parent)
-ags_portable_thread_lock_sibling (thread)
-ags_portable_thread_main_loop_unlock_children
-ags_portable_thread_new (data, Returns)
-ags_portable_thread_next_children_locked (thread, Returns)
-ags_portable_thread_next_parent_locked (thread, parent, Returns)
-ags_portable_thread_next_sibling_locked (thread, Returns)
-ags_portable_thread_parental_is_locked (thread, parent, Returns)
-ags_portable_thread_remove_child
-ags_portable_thread_run (thread)
-ags_portable_thread_sibling_is_locked (thread, Returns)
-ags_portable_thread_signal_children (thread, broadcast)
-ags_portable_thread_signal_parent (thread, parent, broadcast)
-ags_portable_thread_signal_sibling (thread, broadcast)
-ags_portable_thread_start (thread)
-ags_portable_thread_stop (thread)
-ags_portable_thread_timelock
-ags_portable_thread_trylock
-ags_portable_thread_unlock (thread)
-ags_portable_thread_unlock_all
-ags_portable_thread_unlock_children (thread)
-ags_portable_thread_unlock_parent (thread, parent)
-ags_portable_thread_unlock_sibling (thread)
-ags_portable_thread_wait_children (thread)
-ags_portable_thread_wait_parent (thread, parent)
-ags_portable_thread_wait_sibling (thread)
-ags_preferences_response_callback
-ags_property_collection_editor_add_collection_callback
-ags_property_collection_editor_new (child_type, child_parameter_count, child_parameter)
-ags_property_collection_editor_remove_collection_callback
-ags_property_editor_enable_callback
-ags_property_listing_editor_new
-ags_recall_add_child (recall)
-ags_recall_add_dependency (dependency)
-ags_recall_audio_new (audio)
-ags_recall_channel_find_channel (channel)
-ags_recall_channel_run_get_run_order
-ags_recall_child_added
-ags_recall_dependency_resolve (recall_dependency)
-ags_recall_duplicate (Returns)
-ags_recall_factory_create (play_container)
-ags_recall_factory_get_instance
-ags_recall_factory_remove
-ags_recall_find_provider_with_recycling_container (recall)
-ags_recall_find_recycling_container (recall)
-ags_recall_find_template (recall)
-ags_recall_find_type (recall)
-ags_recall_find_type_with_recycling_container (recall)
-ags_recall_handler_alloc (Returns)
-ags_recall_id_find_parent_recycling_container (parent_recycling_container)
-ags_recall_id_new (recycling, recycling)
-ags_recall_is_done (recalls, Returns)
-ags_recall_notify_dependency (dependency)
-ags_recall_recycling_dummy_new (recycling, child_type)
-ags_recall_recycling_get_child_source
-ags_recall_remove_child (recall)
-ags_recall_remove_dependency (template)
-ags_recall_resolve_dependencies (reall)
-ags_recall_run_init
-ags_recall_run_init_inter
-ags_recall_run_init_post
-ags_recall_set_devout_recursive
-ags_recall_set_effect
-ags_recall_template_find_provider
-ags_recall_template_find_type (recall)
-ags_record_thread_new
-ags_recycling_container_remove
-ags_recycling_container_replace
-ags_recycling_create_audio_signal_with_defaults (delay, attack, delay, attack)
-ags_recycling_create_audio_signal_with_frame_count (delay, attack, delay, attack)
-ags_recycling_position (start_recycling)
-ags_recycling_set_devout
-ags_recycling_thread_iterate_callback
-ags_recycling_thread_new
-ags_recycling_thread_play_audio
-ags_recycling_thread_play_channel
-ags_registry_add
-ags_registry_entry_alloc
-ags_registry_entry_bulk
-ags_registry_entry_find
-ags_registry_new
-ags_remote_task_launch
-ags_remote_task_launch_timed
-ags_remote_task_new
-ags_remove_point_from_selection_new
-ags_remove_region_from_selection_new
-ags_returnable_thread_safe_run
-ags_runnable_run
-ags_runnable_stop
-ags_seekable_seek
-ags_segment_draw_string
-ags_segment_field_off
-ags_segment_field_on
-ags_segment_new
-ags_server_create_object
-ags_server_lookup
-ags_server_new
-ags_server_object_set_property
-ags_server_start
-ags_set_buffer_size_new (gobject)
-ags_set_devout_play_flags_new (play, devout_play_flags)
-ags_set_samplerate_new (gobject)
-ags_sf2_chooser_completed
-ags_sf2_chooser_instrument_changed
-ags_sf2_chooser_new
-ags_sf2_chooser_open
-ags_sf2_chooser_preset_changed
-ags_sf2_chooser_remove_all_from_combo
-ags_sf2_chooser_sample_changed
-ags_single_thread_new
-ags_soundcard_list_cards
-ags_soundcard_offset_changed
-ags_soundcard_pcm_info
-ags_soundcard_tic (soundcard)
-ags_stackable_pop
-ags_stackable_push
-ags_stream
-ags_stream_new
-ags_synth_auto_update_callback
-ags_synth_input_line_map_recall
-ags_synth_lower_callback
-ags_synth_parent_set_callback
-ags_synth_saw (<parameters>)
-ags_synth_sin (<parameters>)
-ags_synth_square (<parameters>)
-ags_synth_triangle (<parameters>)
-ags_synth_update_callback
-ags_table_new
-ags_tact_combo_box_new
-ags_tact_menu_new
-ags_thread_add_child (thread, child)
-ags_thread_children_is_locked (thread, Returns, thread, Returns)
-ags_thread_first (thread, Returns, thread, Returns)
-ags_thread_get_toplevel (thread, Returns)
-ags_thread_hangcheck (thread, thread)
-ags_thread_is_current_ready
-ags_thread_is_tree_ready
-ags_thread_last (thread, Returns, thread, Returns)
-ags_thread_lock (thread, thread)
-ags_thread_lock_all
-ags_thread_lock_children (thread, thread)
-ags_thread_lock_parent (thread, parent, thread, parent)
-ags_thread_lock_sibling (thread, thread)
-ags_thread_new (data, Returns, data, Returns)
-ags_thread_next_children_locked (thread, Returns, thread, Returns)
-ags_thread_next_parent_locked (thread, parent, Returns, thread, parent, Returns)
-ags_thread_next_sibling_locked (thread, Returns, thread, Returns)
-ags_thread_parental_is_locked (thread, parent, Returns, thread, parent, Returns)
-ags_thread_remove_child (thread, child)
-ags_thread_resume
-ags_thread_run (thread, thread)
-ags_thread_set_sync (thread, tic, thread, tic)
-ags_thread_set_sync_all
-ags_thread_sibling_is_locked (thread, Returns, thread, Returns)
-ags_thread_signal_children (thread, broadcast, thread, broadcast)
-ags_thread_signal_parent (thread, parent, broadcast, thread, parent, broadcast)
-ags_thread_signal_sibling (thread, broadcast, thread, broadcast)
-ags_thread_start (thread, thread)
-ags_thread_stop (thread, thread)
-ags_thread_suspend
-ags_thread_timelock
-ags_thread_trylock (Returns, thread, Returns)
-ags_thread_unlock (thread, thread)
-ags_thread_unlock_all
-ags_thread_unlock_children (thread, thread)
-ags_thread_unlock_parent (thread, parent, thread, parent)
-ags_thread_unlock_sibling (thread, thread)
-ags_thread_wait_children (thread, thread)
-ags_thread_wait_parent (thread, parent, thread, parent)
-ags_thread_wait_sibling (thread, thread)
-ags_timebar_new
-ags_timer_alloc
-ags_timestamp_factory_create
-ags_timestamp_factory_get_instance
-ags_timestamp_thread_new
-ags_toggle_pattern_bit_new (line, line)
-ags_toggle_pattern_bit_refresh_gui
-ags_toolbar_clear_callback
-ags_toolbar_copy_or_cut_callback
-ags_toolbar_destroy_callback
-ags_toolbar_edit_callback
-ags_toolbar_mode_callback
-ags_toolbar_new (Returns)
-ags_toolbar_paste_callback
-ags_toolbar_position_callback
-ags_toolbar_select_callback
-ags_toolbar_show_callback
-ags_toolbar_zoom_callback
-ags_tree_iterator_is_inverse_mode
-ags_tree_iterator_iterate
-ags_tree_iterator_iterate_nested
-ags_tree_iterator_safe_iterate
-ags_tree_iterator_safe_iterate_nested
-ags_tree_iterator_set_inverse_mode
-ags_unref_audio_signal_new
-ags_vindicator_new (Returns)
-ags_volume_channel_run_new (channel)
-ags_waveform_new
-ags_window_decrement_machine_counter
-ags_window_delete_event_callback
-ags_window_find_machine_counter
-ags_window_increment_machine_counter
-ags_zoom_menu_new
-g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT
-g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER
-g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING
-g_cclosure_user_marshal_OBJECT__VOID
-g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER
-g_cclosure_user_marshal_ULONG__VOID
-g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT
-g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN
-g_cclosure_user_marshal_VOID__OBJECT_UINT
-g_cclosure_user_marshal_VOID__STRING_POINTER
-g_cclosure_user_marshal_VOID__UINT_DOUBLE
-g_cclosure_user_marshal_VOID__UINT_INT
-g_cclosure_user_marshal_VOID__UINT_UINT
-g_cclosure_user_marshal_VOID__UINT_UINT_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT
-g_cclosure_user_marshal_VOID__ULONG_UINT_UINT
-j_math_algebra_brackeds_out
-j_math_algebra_functions_out
-j_math_algebra_operations_out
-j_math_algebra_solve
-j_math_and
-j_math_cut_leading_zeros
-j_math_exclusive_or
-j_math_exp
-j_math_exp2
-j_math_gauss
-j_math_get_first_level_operator
-j_math_get_second_level_operator
-j_math_is_function
-j_math_is_function_backward
-j_math_is_operator
-j_math_less
-j_math_make_valid
-j_math_more
-j_math_or
-j_math_put_null_at_beginning
-j_math_put_null_at_end
-j_math_root
-j_math_root2
-j_math_solve_arithmetic
-j_math_sort_array
-j_math_width
-j_math_width_list
-
-
-ags_amplifier:Long_Description
-ags_amplifier:Short_Description
-ags_append_audio_threaded:Long_Description
-ags_append_audio_threaded:Short_Description
-ags_apply_wavetable:Long_Description
-ags_apply_wavetable:Short_Description
-ags_async_queue:Long_Description
-ags_async_queue:Short_Description
-ags_audio_file_xml:Long_Description
-ags_audio_file_xml:Short_Description
-ags_audio_preferences_callbacks:Long_Description
-ags_audio_preferences_callbacks:Short_Description
-ags_audio_set_recycling:Long_Description
-ags_audio_set_recycling:Short_Description
-ags_cartesian:Long_Description
-ags_cartesian:Short_Description
-ags_change_tact:Long_Description
-ags_change_tact:Short_Description
-ags_channel_iter:Long_Description
-ags_channel_iter:Short_Description
-ags_channel_set_recycling:Long_Description
-ags_channel_set_recycling:Short_Description
-ags_clone_channel:Long_Description
-ags_clone_channel:Short_Description
-ags_clone_channel_run:Long_Description
-ags_clone_channel_run:Short_Description
-ags_container:Long_Description
-ags_container:Short_Description
-ags_countable:Long_Description
-ags_countable:Short_Description
-ags_down_mix:Long_Description
-ags_down_mix:Short_Description
-ags_drum_callbacks:Long_Description
-ags_drum_callbacks:Short_Description
-ags_drum_input_line_callbacks:Long_Description
-ags_drum_input_line_callbacks:Short_Description
-ags_drum_input_pad_callbacks:Long_Description
-ags_drum_input_pad_callbacks:Short_Description
-ags_drum_output_line_callbacks:Long_Description
-ags_drum_output_line_callbacks:Short_Description
-ags_drum_output_pad_callbacks:Long_Description
-ags_drum_output_pad_callbacks:Short_Description
-ags_echo:Long_Description
-ags_echo:Short_Description
-ags_editor_callbacks:Long_Description
-ags_editor_callbacks:Short_Description
-ags_effect:Long_Description
-ags_effect:Short_Description
-ags_export_window_callbacks:Long_Description
-ags_export_window_callbacks:Short_Description
-ags_ffplayer_callbacks:Long_Description
-ags_ffplayer_callbacks:Short_Description
-ags_file_gui:Long_Description
-ags_file_gui:Short_Description
-ags_file_read:Long_Description
-ags_file_read:Short_Description
-ags_file_selection:Long_Description
-ags_file_selection:Short_Description
-ags_file_selection_callbacks:Long_Description
-ags_file_selection_callbacks:Short_Description
-ags_file_sound:Long_Description
-ags_file_sound:Short_Description
-ags_file_stock:Long_Description
-ags_file_stock:Short_Description
-ags_file_thread:Long_Description
-ags_file_thread:Short_Description
-ags_file_util:Long_Description
-ags_file_util:Short_Description
-ags_file_value_factory:Long_Description
-ags_file_value_factory:Short_Description
-ags_file_write:Long_Description
-ags_file_write:Short_Description
-ags_garbage_collector:Long_Description
-ags_garbage_collector:Short_Description
-ags_generic_preferences:Long_Description
-ags_generic_preferences:Short_Description
-ags_gui_task_thread:Long_Description
-ags_gui_task_thread:Short_Description
-ags_hindicator:Long_Description
-ags_hindicator:Short_Description
-ags_history:Long_Description
-ags_history:Short_Description
-ags_htimebar:Long_Description
-ags_htimebar:Short_Description
-ags_inline_player:Long_Description
-ags_inline_player:Short_Description
-ags_inline_player_callbacks:Long_Description
-ags_inline_player_callbacks:Short_Description
-ags_iterator_thread:Long_Description
-ags_iterator_thread:Short_Description
-ags_ladspa_browser_callbacks:Long_Description
-ags_ladspa_browser_callbacks:Short_Description
-ags_libao:Long_Description
-ags_libao:Short_Description
-ags_line_callbacks:Long_Description
-ags_line_callbacks:Short_Description
-ags_line_editor_callbacks:Long_Description
-ags_line_editor_callbacks:Short_Description
-ags_line_member_callbacks:Long_Description
-ags_line_member_callbacks:Short_Description
-ags_line_member_editor_callbacks:Long_Description
-ags_line_member_editor_callbacks:Short_Description
-ags_link_collection_editor_callbacks:Long_Description
-ags_link_collection_editor_callbacks:Short_Description
-ags_link_editor_callbacks:Long_Description
-ags_link_editor_callbacks:Short_Description
-ags_listing_editor_callbacks:Long_Description
-ags_listing_editor_callbacks:Short_Description
-ags_log:Long_Description
-ags_log:Short_Description
-ags_machine_callbacks:Long_Description
-ags_machine_callbacks:Short_Description
-ags_machine_editor_callbacks:Long_Description
-ags_machine_editor_callbacks:Short_Description
-ags_machine_selector_callbacks:Long_Description
-ags_machine_selector_callbacks:Short_Description
-ags_marshal:Long_Description
-ags_marshal:Short_Description
-ags_matrix_callbacks:Long_Description
-ags_matrix_callbacks:Short_Description
-ags_menu:Long_Description
-ags_menu:Short_Description
-ags_menu_bar_callbacks:Long_Description
-ags_menu_bar_callbacks:Short_Description
-ags_menu_item:Long_Description
-ags_menu_item:Short_Description
-ags_meter_callbacks:Long_Description
-ags_meter_callbacks:Short_Description
-ags_mixer_callbacks:Long_Description
-ags_mixer_callbacks:Short_Description
-ags_mutable:Long_Description
-ags_mutable:Short_Description
-ags_mute_channel_run:Long_Description
-ags_mute_channel_run:Short_Description
-ags_navigation_callbacks:Long_Description
-ags_navigation_callbacks:Short_Description
-ags_note_edit_callbacks:Long_Description
-ags_note_edit_callbacks:Short_Description
-ags_notebook_callbacks:Long_Description
-ags_notebook_callbacks:Short_Description
-ags_open_single_file:Long_Description
-ags_open_single_file:Short_Description
-ags_option_menu:Long_Description
-ags_option_menu:Short_Description
-ags_oscillator_callbacks:Long_Description
-ags_oscillator_callbacks:Short_Description
-ags_pad_callbacks:Long_Description
-ags_pad_callbacks:Short_Description
-ags_pad_editor_callbacks:Long_Description
-ags_pad_editor_callbacks:Short_Description
-ags_panel_callbacks:Long_Description
-ags_panel_callbacks:Short_Description
-ags_performance_preferences_callbacks:Long_Description
-ags_performance_preferences_callbacks:Short_Description
-ags_persistable:Long_Description
-ags_persistable:Short_Description
-ags_play_audio_file:Long_Description
-ags_play_audio_file:Short_Description
-ags_play_channel_run_master:Long_Description
-ags_play_channel_run_master:Short_Description
-ags_play_note:Long_Description
-ags_play_note:Short_Description
-ags_play_pattern:Long_Description
-ags_play_pattern:Short_Description
-ags_plugin_factory:Long_Description
-ags_plugin_factory:Short_Description
-ags_plugin_preferences_callbacks:Long_Description
-ags_plugin_preferences_callbacks:Short_Description
-ags_plugin_stock:Long_Description
-ags_plugin_stock:Short_Description
-ags_portable_thread:Long_Description
-ags_portable_thread:Short_Description
-ags_preferences_callbacks:Long_Description
-ags_preferences_callbacks:Short_Description
-ags_property_collection_editor_callbacks:Long_Description
-ags_property_collection_editor_callbacks:Short_Description
-ags_property_editor_callbacks:Long_Description
-ags_property_editor_callbacks:Short_Description
-ags_property_listing_editor:Long_Description
-ags_property_listing_editor:Short_Description
-ags_record_thread:Long_Description
-ags_record_thread:Short_Description
-ags_recycling_thread:Long_Description
-ags_recycling_thread:Short_Description
-ags_recycling_thread_callbacks:Long_Description
-ags_recycling_thread_callbacks:Short_Description
-ags_registry:Long_Description
-ags_registry:Short_Description
-ags_remote_task:Long_Description
-ags_remote_task:Short_Description
-ags_remove_point_from_selection:Long_Description
-ags_remove_point_from_selection:Short_Description
-ags_remove_region_from_selection:Long_Description
-ags_remove_region_from_selection:Short_Description
-ags_runnable:Long_Description
-ags_runnable:Short_Description
-ags_seekable:Long_Description
-ags_seekable:Short_Description
-ags_segment:Long_Description
-ags_segment:Short_Description
-ags_server:Long_Description
-ags_server:Short_Description
-ags_server_preferences_callbacks:Long_Description
-ags_server_preferences_callbacks:Short_Description
-ags_sf2_chooser:Long_Description
-ags_sf2_chooser:Short_Description
-ags_sf2_chooser_callbacks:Long_Description
-ags_sf2_chooser_callbacks:Short_Description
-ags_single_thread:Long_Description
-ags_single_thread:Short_Description
-ags_soundcard:Long_Description
-ags_soundcard:Short_Description
-ags_stackable:Long_Description
-ags_stackable:Short_Description
-ags_stream:Long_Description
-ags_stream:Short_Description
-ags_synth_callbacks:Long_Description
-ags_synth_callbacks:Short_Description
-ags_synths:Long_Description
-ags_synths:Short_Description
-ags_table:Long_Description
-ags_table:Short_Description
-ags_thread-kthreads:Long_Description
-ags_thread-kthreads:Short_Description
-ags_timebar:Long_Description
-ags_timebar:Short_Description
-ags_timestamp_thread:Long_Description
-ags_timestamp_thread:Short_Description
-ags_toolbar_callbacks:Long_Description
-ags_toolbar_callbacks:Short_Description
-ags_toolbar_mode_stock:Long_Description
-ags_toolbar_mode_stock:Short_Description
-ags_tree_iterator:Long_Description
-ags_tree_iterator:Short_Description
-ags_unref_audio_signal:Long_Description
-ags_unref_audio_signal:Short_Description
-ags_waveform:Long_Description
-ags_waveform:Short_Description
-ags_window_callbacks:Long_Description
-ags_window_callbacks:Short_Description
-jmath:Long_Description
-jmath:Short_Description
-main:Short_Description
diff --git a/doc/reference/ags/ags-unused.txt b/doc/reference/ags/ags-unused.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/doc/reference/ags/ags.types b/doc/reference/ags/ags.types
deleted file mode 100644
index 5109355..0000000
--- a/doc/reference/ags/ags.types
+++ /dev/null
@@ -1,254 +0,0 @@
-ags_add_audio_get_type
-ags_add_audio_signal_get_type
-ags_add_line_member_get_type
-ags_add_note_get_type
-ags_add_point_to_selection_get_type
-ags_add_recall_get_type
-ags_add_region_to_selection_get_type
-ags_append_audio_get_type
-ags_append_audio_threaded_get_type
-ags_append_channel_get_type
-ags_append_recall_get_type
-ags_applicable_get_type
-ags_apply_bpm_get_type
-ags_apply_sequencer_length_get_type
-ags_apply_synth_get_type
-ags_apply_tact_get_type
-ags_apply_wavetable_get_type
-ags_async_queue_get_type
-ags_audio_file_get_type
-ags_audio_file_xml_get_type
-ags_audio_get_type
-ags_audio_loop_get_type
-ags_audio_preferences_get_type
-ags_audio_set_recycling_get_type
-ags_audio_signal_get_type
-ags_autosave_thread_get_type
-ags_buffer_audio_signal_get_type
-ags_buffer_channel_get_type
-ags_buffer_channel_run_get_type
-ags_buffer_recycling_get_type
-ags_cancel_audio_get_type
-ags_cancel_channel_get_type
-ags_cancel_recall_get_type
-ags_cartesian_get_type
-ags_change_indicator_get_type
-ags_change_tact_get_type
-ags_channel_get_type
-ags_channel_set_recycling_get_type
-ags_clone_channel_get_type
-ags_clone_channel_run_get_type
-ags_config_get_type
-ags_copy_audio_signal_get_type
-ags_copy_channel_get_type
-ags_copy_channel_run_get_type
-ags_copy_notation_audio_get_type
-ags_copy_notation_audio_run_get_type
-ags_copy_pattern_audio_get_type
-ags_copy_pattern_audio_run_get_type
-ags_copy_pattern_channel_get_type
-ags_copy_pattern_channel_run_get_type
-ags_copy_recycling_get_type
-ags_count_beats_audio_get_type
-ags_count_beats_audio_run_get_type
-ags_countable_get_type
-ags_delay_audio_get_type
-ags_delay_audio_run_get_type
-ags_devout_get_type
-ags_devout_thread_get_type
-ags_dial_get_type
-ags_display_tact_get_type
-ags_drum_get_type
-ags_drum_input_line_get_type
-ags_drum_input_pad_get_type
-ags_drum_output_line_get_type
-ags_drum_output_pad_get_type
-ags_dynamic_connectable_get_type
-ags_editor_get_type
-ags_effect_get_type
-ags_expander_get_type
-ags_expander_set_get_type
-ags_export_output_get_type
-ags_export_thread_get_type
-ags_export_window_get_type
-ags_ffplayer_get_type
-ags_file_get_type
-ags_file_id_ref_get_type
-ags_file_launch_get_type
-ags_file_link_get_type
-ags_file_lookup_get_type
-ags_file_read_get_type
-ags_file_selection_get_type
-ags_file_value_factory_get_type
-ags_file_write_get_type
-ags_free_selection_get_type
-ags_garbage_collector_get_type
-ags_generic_preferences_get_type
-ags_gui_task_thread_get_type
-ags_gui_thread_get_type
-ags_hindicator_get_type
-ags_history_get_type
-ags_indicator_get_type
-ags_init_audio_get_type
-ags_init_channel_get_type
-ags_inline_player_get_type
-ags_input_get_type
-ags_ipatch_get_type
-ags_ipatch_sf2_reader_get_type
-ags_iterator_thread_get_type
-ags_ladspa_browser_get_type
-ags_ladspa_manager_get_type
-ags_led_get_type
-ags_libao_get_type
-ags_line_editor_get_type
-ags_line_get_type
-ags_line_member_editor_get_type
-ags_line_member_get_type
-ags_link_channel_get_type
-ags_link_collection_editor_get_type
-ags_link_editor_get_type
-ags_listing_editor_get_type
-ags_loop_channel_get_type
-ags_loop_channel_run_get_type
-ags_machine_editor_get_type
-ags_machine_get_type
-ags_machine_radio_button_get_type
-ags_machine_selection_get_type
-ags_machine_selector_get_type
-ags_main_get_type
-ags_main_loop_get_type
-ags_matrix_get_type
-ags_menu_bar_get_type
-ags_menu_get_type
-ags_menu_item_get_type
-ags_meter_get_type
-ags_mixer_get_type
-ags_mixer_input_line_get_type
-ags_mixer_input_pad_get_type
-ags_mutable_get_type
-ags_mute_audio_get_type
-ags_mute_audio_signal_get_type
-ags_mute_channel_get_type
-ags_mute_channel_run_get_type
-ags_mute_recycling_get_type
-ags_navigation_get_type
-ags_notation_get_type
-ags_note_edit_get_type
-ags_note_get_type
-ags_notebook_get_type
-ags_open_file_get_type
-ags_open_single_file_get_type
-ags_option_menu_get_type
-ags_oscillator_get_type
-ags_output_get_type
-ags_packable_get_type
-ags_pad_editor_get_type
-ags_pad_get_type
-ags_panel_get_type
-ags_panel_input_line_get_type
-ags_panel_input_pad_get_type
-ags_pattern_get_type
-ags_peak_channel_get_type
-ags_peak_channel_run_get_type
-ags_performance_preferences_get_type
-ags_persistable_get_type
-ags_play_audio_file_get_type
-ags_play_audio_get_type
-ags_play_audio_signal_get_type
-ags_play_channel_get_type
-ags_play_channel_run_get_type
-ags_play_channel_run_master_get_type
-ags_play_notation_audio_get_type
-ags_play_notation_audio_run_get_type
-ags_play_note_get_type
-ags_play_pattern_get_type
-ags_play_recycling_get_type
-ags_playable_get_type
-ags_plugin_factory_get_type
-ags_plugin_get_type
-ags_plugin_preferences_get_type
-ags_port_get_type
-ags_portable_thread_get_type
-ags_portlet_get_type
-ags_preferences_get_type
-ags_property_collection_editor_get_type
-ags_property_editor_get_type
-ags_property_listing_editor_get_type
-ags_recall_audio_get_type
-ags_recall_audio_run_get_type
-ags_recall_audio_signal_get_type
-ags_recall_channel_get_type
-ags_recall_channel_run_dummy_get_type
-ags_recall_channel_run_get_type
-ags_recall_container_get_type
-ags_recall_dependency_get_type
-ags_recall_factory_get_type
-ags_recall_get_type
-ags_recall_id_get_type
-ags_recall_ladspa_get_type
-ags_recall_ladspa_run_get_type
-ags_recall_recycling_dummy_get_type
-ags_recall_recycling_get_type
-ags_record_thread_get_type
-ags_recycling_container_get_type
-ags_recycling_get_type
-ags_recycling_thread_get_type
-ags_registry_get_type
-ags_remote_task_get_type
-ags_remove_audio_get_type
-ags_remove_audio_signal_get_type
-ags_remove_note_get_type
-ags_remove_point_from_selection_get_type
-ags_remove_recall_get_type
-ags_remove_region_from_selection_get_type
-ags_returnable_thread_get_type
-ags_ruler_get_type
-ags_runnable_get_type
-ags_save_file_get_type
-ags_scroll_on_play_get_type
-ags_seekable_get_type
-ags_segment_get_type
-ags_server_get_type
-ags_server_preferences_get_type
-ags_set_audio_channels_get_type
-ags_set_buffer_size_get_type
-ags_set_devout_play_flags_get_type
-ags_set_muted_get_type
-ags_set_output_device_get_type
-ags_set_samplerate_get_type
-ags_sf2_chooser_get_type
-ags_single_thread_get_type
-ags_sndfile_get_type
-ags_soundcard_get_type
-ags_stackable_get_type
-ags_start_devout_get_type
-ags_stream_audio_signal_get_type
-ags_stream_channel_get_type
-ags_stream_channel_run_get_type
-ags_stream_get_type
-ags_stream_recycling_get_type
-ags_synth_get_type
-ags_synth_input_line_get_type
-ags_synth_input_pad_get_type
-ags_table_get_type
-ags_tactable_get_type
-ags_task_get_type
-ags_task_thread_get_type
-ags_thread_get_type
-ags_thread_get_type
-ags_thread_pool_get_type
-ags_timestamp_factory_get_type
-ags_timestamp_get_type
-ags_timestamp_thread_get_type
-ags_toggle_led_get_type
-ags_toggle_pattern_bit_get_type
-ags_toolbar_get_type
-ags_tree_iterator_get_type
-ags_unref_audio_signal_get_type
-ags_vindicator_get_type
-ags_volume_audio_signal_get_type
-ags_volume_channel_get_type
-ags_volume_channel_run_get_type
-ags_volume_recycling_get_type
-ags_waveform_get_type
-ags_window_get_type
diff --git a/doc/reference/ags/sgml.stamp b/doc/reference/ags/sgml.stamp
deleted file mode 100644
index e0cb139..0000000
--- a/doc/reference/ags/sgml.stamp
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
\ No newline at end of file
diff --git a/doc/reference/ags/tmpl.stamp b/doc/reference/ags/tmpl.stamp
deleted file mode 100644
index e0cb139..0000000
--- a/doc/reference/ags/tmpl.stamp
+++ /dev/null
@@ -1 +0,0 @@
-timestamp
\ No newline at end of file
diff --git a/doc/reference/ags/tmpl/ags-unused.sgml b/doc/reference/ags/tmpl/ags-unused.sgml
deleted file mode 100644
index e69de29..0000000
diff --git a/doc/reference/ags/tmpl/ags_add_audio.sgml b/doc/reference/ags/tmpl/ags_add_audio.sgml
deleted file mode 100644
index 3c27e41..0000000
--- a/doc/reference/ags/tmpl/ags_add_audio.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddAudio ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout: 
- at audio: 
-
-<!-- ##### STRUCT AgsAddAudioClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_audio_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_audio_signal.sgml b/doc/reference/ags/tmpl/ags_add_audio_signal.sgml
deleted file mode 100644
index 27cb45e..0000000
--- a/doc/reference/ags/tmpl/ags_add_audio_signal.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddAudioSignal ##### -->
-<para>
-
-</para>
-
- at task: 
- at recycling: 
- at audio_signal: 
- at devout: 
- at recall_id: 
- at audio_signal_flags: 
-
-<!-- ##### STRUCT AgsAddAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
- at devout: 
- at recall_id: 
- at audio_signal_flags: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_line_member.sgml b/doc/reference/ags/tmpl/ags_add_line_member.sgml
deleted file mode 100644
index 5dc4691..0000000
--- a/doc/reference/ags/tmpl/ags_add_line_member.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddLineMember
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddLineMember ##### -->
-<para>
-
-</para>
-
- at task: 
- at line: 
- at line_member: 
- at x: 
- at y: 
- at width: 
- at height: 
-
-<!-- ##### STRUCT AgsAddLineMemberClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_line_member_new ##### -->
-<para>
-
-</para>
-
- at line: 
- at line_member: 
- at x: 
- at y: 
- at width: 
- at height: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_note.sgml b/doc/reference/ags/tmpl/ags_add_note.sgml
deleted file mode 100644
index 0f31c34..0000000
--- a/doc/reference/ags/tmpl/ags_add_note.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddNote
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddNote ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at note: 
- at use_selection_list: 
-
-<!-- ##### STRUCT AgsAddNoteClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_note_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at note: 
- at use_selection_list: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_point_to_selection.sgml b/doc/reference/ags/tmpl/ags_add_point_to_selection.sgml
deleted file mode 100644
index 2939c30..0000000
--- a/doc/reference/ags/tmpl/ags_add_point_to_selection.sgml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddPointToSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddPointToSelection ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at x: 
- at y: 
- at replace_current_selection: 
-
-<!-- ##### STRUCT AgsAddPointToSelectionClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_point_to_selection_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at replace_current_selection: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_recall.sgml b/doc/reference/ags/tmpl/ags_add_recall.sgml
deleted file mode 100644
index d3eda14..0000000
--- a/doc/reference/ags/tmpl/ags_add_recall.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddRecall
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddRecall ##### -->
-<para>
-
-</para>
-
- at task: 
- at context: 
- at recall: 
- at is_play: 
-
-<!-- ##### STRUCT AgsAddRecallClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_recall_new ##### -->
-<para>
-
-</para>
-
- at context: 
- at recall: 
- at is_play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_add_region_to_selection.sgml b/doc/reference/ags/tmpl/ags_add_region_to_selection.sgml
deleted file mode 100644
index be7ec1c..0000000
--- a/doc/reference/ags/tmpl/ags_add_region_to_selection.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAddRegionToSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAddRegionToSelection ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
- at replace_current_selection: 
-
-<!-- ##### STRUCT AgsAddRegionToSelectionClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_add_region_to_selection_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
- at replace_current_selection: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_amplifier.sgml b/doc/reference/ags/tmpl/ags_amplifier.sgml
deleted file mode 100644
index b5e9a7e..0000000
--- a/doc/reference/ags/tmpl/ags_amplifier.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_amplifier
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_amplifier ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_append_audio.sgml b/doc/reference/ags/tmpl/ags_append_audio.sgml
deleted file mode 100644
index 7503b2c..0000000
--- a/doc/reference/ags/tmpl/ags_append_audio.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAppendAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAppendAudio ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio_loop: 
- at audio: 
-
-<!-- ##### STRUCT AgsAppendAudioClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_append_audio_new ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_append_audio_threaded.sgml b/doc/reference/ags/tmpl/ags_append_audio_threaded.sgml
deleted file mode 100644
index c36cb42..0000000
--- a/doc/reference/ags/tmpl/ags_append_audio_threaded.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAppendAudioThreaded
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAppendAudioThreaded ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio_loop: 
- at devout_play: 
-
-<!-- ##### STRUCT AgsAppendAudioThreadedClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_append_audio_threaded_new ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_append_channel.sgml b/doc/reference/ags/tmpl/ags_append_channel.sgml
deleted file mode 100644
index 4f757f9..0000000
--- a/doc/reference/ags/tmpl/ags_append_channel.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAppendChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAppendChannel ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio_loop: 
- at channel: 
-
-<!-- ##### STRUCT AgsAppendChannelClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_append_channel_new ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_append_recall.sgml b/doc/reference/ags/tmpl/ags_append_recall.sgml
deleted file mode 100644
index ac55481..0000000
--- a/doc/reference/ags/tmpl/ags_append_recall.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAppendRecall
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAppendRecall ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio_loop: 
- at devout_play: 
-
-<!-- ##### STRUCT AgsAppendRecallClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_append_recall_new ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at devout_play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_applicable.sgml b/doc/reference/ags/tmpl/ags_applicable.sgml
deleted file mode 100644
index 7ac3439..0000000
--- a/doc/reference/ags/tmpl/ags_applicable.sgml
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplicable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsApplicable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsApplicableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at set_update: 
- at apply: 
- at reset: 
-
-<!-- ##### FUNCTION ags_applicable_apply ##### -->
-<para>
-
-</para>
-
- at applicable: 
-
-
-<!-- ##### FUNCTION ags_applicable_reset ##### -->
-<para>
-
-</para>
-
- at applicable: 
-
-
-<!-- ##### FUNCTION ags_applicable_set_update ##### -->
-<para>
-
-</para>
-
- at applicable: 
- at update: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_apply_bpm.sgml b/doc/reference/ags/tmpl/ags_apply_bpm.sgml
deleted file mode 100644
index 0ce0450..0000000
--- a/doc/reference/ags/tmpl/ags_apply_bpm.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplyBpm
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsApplyBpm ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at bpm: 
-
-<!-- ##### STRUCT AgsApplyBpmClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_apply_bpm_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at bpm: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_apply_sequencer_length.sgml b/doc/reference/ags/tmpl/ags_apply_sequencer_length.sgml
deleted file mode 100644
index 0ffb192..0000000
--- a/doc/reference/ags/tmpl/ags_apply_sequencer_length.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplySequencerLength
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsApplySequencerLength ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at length: 
-
-<!-- ##### STRUCT AgsApplySequencerLengthClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_apply_sequencer_length_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at length: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_apply_synth.sgml b/doc/reference/ags/tmpl/ags_apply_synth.sgml
deleted file mode 100644
index 0dcaf52..0000000
--- a/doc/reference/ags/tmpl/ags_apply_synth.sgml
+++ /dev/null
@@ -1,79 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplySynth
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsApplySynth ##### -->
-<para>
-
-</para>
-
- at task: 
- at start_channel: 
- at count: 
- at wave: 
- at attack: 
- at frame_count: 
- at frequency: 
- at phase: 
- at start: 
- at volume: 
- at loop_start: 
- at loop_end: 
-
-<!-- ##### STRUCT AgsApplySynthClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### ENUM AgsApplySynthWave ##### -->
-<para>
-
-</para>
-
- at AGS_APPLY_SYNTH_INVALID: 
- at AGS_APPLY_SYNTH_SIN: 
- at AGS_APPLY_SYNTH_SAW: 
- at AGS_APPLY_SYNTH_SQUARE: 
- at AGS_APPLY_SYNTH_TRIANGLE: 
-
-<!-- ##### FUNCTION ags_apply_synth_new ##### -->
-<para>
-
-</para>
-
- at start_channel: 
- at count: 
- at wave: 
- at attack: 
- at frame_count: 
- at frequency: 
- at phase: 
- at start: 
- at volume: 
- at loop_start: 
- at loop_end: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_apply_tact.sgml b/doc/reference/ags/tmpl/ags_apply_tact.sgml
deleted file mode 100644
index 484d26c..0000000
--- a/doc/reference/ags/tmpl/ags_apply_tact.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplyTact
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsApplyTact ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at tact: 
-
-<!-- ##### STRUCT AgsApplyTactClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_apply_tact_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at tact: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_apply_wavetable.sgml b/doc/reference/ags/tmpl/ags_apply_wavetable.sgml
deleted file mode 100644
index d95e9eb..0000000
--- a/doc/reference/ags/tmpl/ags_apply_wavetable.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsApplyWavetable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsApplyWavetable ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### STRUCT AgsApplyWavetableClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_apply_wavetable_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_async_queue.sgml b/doc/reference/ags/tmpl/ags_async_queue.sgml
deleted file mode 100644
index 34e7f21..0000000
--- a/doc/reference/ags/tmpl/ags_async_queue.sgml
+++ /dev/null
@@ -1,216 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAsyncQueue
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_ASYNC_QUEUE_CLOCK_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_ASYNC_QUEUE_SIGNAL_HIGH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_ASYNC_QUEUE_SIGNAL_LOW ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsAsyncQueue ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at output_sum: 
- at systemrate: 
- at interval: 
- at timerid: 
- at stack: 
- at timer: 
- at context: 
-
-<!-- ##### STRUCT AgsAsyncQueueClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at interrupt: 
- at push_context: 
- at pop_context: 
-
-<!-- ##### ENUM AgsAsyncQueueFlags ##### -->
-<para>
-
-</para>
-
- at AGS_ASYNC_QUEUE_LINUX_THREADS: 
- at AGS_ASYNC_QUEUE_POSIX_THREADS: 
- at AGS_ASYNC_QUEUE_WORKER_RUNNING: 
- at AGS_ASYNC_QUEUE_INTERRUPT_OWN: 
- at AGS_ASYNC_QUEUE_INTERRUPT_OTHER: 
- at AGS_ASYNC_QUEUE_STOP_BIT_0: 
- at AGS_ASYNC_QUEUE_STOP_BIT_1: 
-
-<!-- ##### STRUCT AgsContext ##### -->
-<para>
-
-</para>
-
- at stack: 
- at timer: 
-
-<!-- ##### STRUCT AgsTimer ##### -->
-<para>
-
-</para>
-
- at run_delay: 
- at record_history: 
- at history: 
-
-<!-- ##### FUNCTION ags_async_queue_add ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at stackable: 
-
-
-<!-- ##### FUNCTION ags_async_queue_find_context ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at stackable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_async_queue_idle ##### -->
-<para>
-
-</para>
-
- at async_queue: 
-
-
-<!-- ##### FUNCTION ags_async_queue_initerrupt ##### -->
-<para>
-
-</para>
-
- at async_queue: 
-
-
-<!-- ##### FUNCTION ags_async_queue_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_async_queue_next_interval ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_async_queue_pop_context ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at context: 
-
-
-<!-- ##### FUNCTION ags_async_queue_push_context ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at context: 
-
-
-<!-- ##### FUNCTION ags_async_queue_remove ##### -->
-<para>
-
-</para>
-
- at async_queue: 
- at stackable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_async_queue_worker ##### -->
-<para>
-
-</para>
-
- at ptr: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_context_alloc ##### -->
-<para>
-
-</para>
-
- at stack: 
- at timer: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_timer_alloc ##### -->
-<para>
-
-</para>
-
- at tv_sec: 
- at Param2: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio.sgml b/doc/reference/ags/tmpl/ags_audio.sgml
deleted file mode 100644
index d23a478..0000000
--- a/doc/reference/ags/tmpl/ags_audio.sgml
+++ /dev/null
@@ -1,313 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAudio ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at devout: 
- at level: 
- at sequence_length: 
- at audio_channels: 
- at frequence: 
- at output_pads: 
- at output_lines: 
- at input_pads: 
- at input_lines: 
- at output: 
- at input: 
- at devout_play_domain: 
- at notation: 
- at recall_id: 
- at container: 
- at recall: 
- at play: 
- at recall_remove: 
- at play_remove: 
- at machine: 
-
-<!-- ##### STRUCT AgsAudioClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at set_audio_channels: 
- at set_pads: 
- at init_run: 
- at tact: 
- at done: 
-
-<!-- ##### ENUM AgsAudioFlags ##### -->
-<para>
-
-</para>
-
- at AGS_AUDIO_OUTPUT_HAS_RECYCLING: 
- at AGS_AUDIO_INPUT_HAS_RECYCLING: 
- at AGS_AUDIO_INPUT_TAKES_FILE: 
- at AGS_AUDIO_HAS_NOTATION: 
- at AGS_AUDIO_SYNC: 
- at AGS_AUDIO_ASYNC: 
- at AGS_AUDIO_RUNNING: 
- at AGS_AUDIO_PLAYING: 
- at AGS_AUDIO_NOTATION_DEFAULT: 
-
-<!-- ##### FUNCTION ags_audio_add_recall ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_audio_add_recall_container ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_container: 
-
-
-<!-- ##### FUNCTION ags_audio_add_recall_id ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_cancel ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_done ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_duplicate_recall ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_init_recall ##### -->
-<para>
-
-</para>
-
- at audio: 
- at stage: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_init_run ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_is_playing ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_open_files ##### -->
-<para>
-
-</para>
-
- at audio: 
- at filenames: 
- at overwrite_channels: 
- at create_channels: 
-
-
-<!-- ##### FUNCTION ags_audio_play ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_audio_recall_change_state ##### -->
-<para>
-
-</para>
-
- at audio: 
- at enable: 
-
-
-<!-- ##### FUNCTION ags_audio_recursive_play_init ##### -->
-<para>
-
-</para>
-
- at audio: 
- at playback: 
- at sequencer: 
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_remove_recall ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_audio_remove_recall_container ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_container: 
-
-
-<!-- ##### FUNCTION ags_audio_remove_recall_id ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_resolve_recall ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_set_audio_channels ##### -->
-<para>
-
-</para>
-
- at audio: 
- at audio_channels: 
-
-
-<!-- ##### FUNCTION ags_audio_set_devout ##### -->
-<para>
-
-</para>
-
- at audio: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_audio_set_flags ##### -->
-<para>
-
-</para>
-
- at audio: 
- at flags: 
-
-
-<!-- ##### FUNCTION ags_audio_set_pads ##### -->
-<para>
-
-</para>
-
- at audio: 
- at type: 
- at pads: 
-
-
-<!-- ##### FUNCTION ags_audio_set_sequence_length ##### -->
-<para>
-
-</para>
-
- at audio: 
- at sequence_length: 
-
-
-<!-- ##### FUNCTION ags_audio_tact ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_audio_unset_flags ##### -->
-<para>
-
-</para>
-
- at audio: 
- at flags: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_file.sgml b/doc/reference/ags/tmpl/ags_audio_file.sgml
deleted file mode 100644
index bd07eb9..0000000
--- a/doc/reference/ags/tmpl/ags_audio_file.sgml
+++ /dev/null
@@ -1,133 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAudioFile ##### -->
-<para>
-
-</para>
-
- at object: 
- at devout: 
- at name: 
- at samplerate: 
- at frames: 
- at channels: 
- at format: 
- at start_channel: 
- at audio_channels: 
- at audio_signal: 
- at file: 
-
-<!-- ##### STRUCT AgsAudioFileClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_audio_file_close ##### -->
-<para>
-
-</para>
-
- at audio_file: 
-
-
-<!-- ##### FUNCTION ags_audio_file_flush ##### -->
-<para>
-
-</para>
-
- at audio_file: 
-
-
-<!-- ##### FUNCTION ags_audio_file_new ##### -->
-<para>
-
-</para>
-
- at name: 
- at devout: 
- at start_channel: 
- at audio_channels: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_file_open ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_file_open_from_data ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_file_read_audio_signal ##### -->
-<para>
-
-</para>
-
- at audio_file: 
-
-
-<!-- ##### FUNCTION ags_audio_file_rw_open ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at create: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_file_seek ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at frames: 
- at whence: 
-
-
-<!-- ##### FUNCTION ags_audio_file_write ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at buffer: 
- at buffer_size: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_file_xml.sgml b/doc/reference/ags/tmpl/ags_audio_file_xml.sgml
deleted file mode 100644
index 4dde4a8..0000000
--- a/doc/reference/ags/tmpl/ags_audio_file_xml.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioFileXml
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAudioFileXml ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsAudioFileXmlClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_audio_file_xml_new ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_loop.sgml b/doc/reference/ags/tmpl/ags_audio_loop.sgml
deleted file mode 100644
index e8cca8b..0000000
--- a/doc/reference/ags/tmpl/ags_audio_loop.sgml
+++ /dev/null
@@ -1,148 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioLoop
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_AUDIO_LOOP_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsAudioLoop ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at tic: 
- at last_sync: 
- at cond: 
- at mutex: 
- at frequency: 
- at ags_main: 
- at async_queue: 
- at task_thread: 
- at gui_thread: 
- at devout_thread: 
- at export_thread: 
- at recall_mutex: 
- at play_recall_ref: 
- at play_recall: 
- at play_channel_ref: 
- at play_channel: 
- at play_audio_ref: 
- at play_audio: 
- at play_notation_ref: 
- at play_notation: 
- at tree_sanity: 
-
-<!-- ##### STRUCT AgsAudioLoopClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### ENUM AgsAudioLoopFlags ##### -->
-<para>
-
-</para>
-
- at AGS_AUDIO_LOOP_PLAY_RECALL: 
- at AGS_AUDIO_LOOP_PLAYING_RECALL: 
- at AGS_AUDIO_LOOP_PLAY_RECALL_TERMINATING: 
- at AGS_AUDIO_LOOP_PLAY_CHANNEL: 
- at AGS_AUDIO_LOOP_PLAYING_CHANNEL: 
- at AGS_AUDIO_LOOP_PLAY_CHANNEL_TERMINATING: 
- at AGS_AUDIO_LOOP_PLAY_AUDIO: 
- at AGS_AUDIO_LOOP_PLAYING_AUDIO: 
- at AGS_AUDIO_LOOP_PLAY_NOTATION: 
- at AGS_AUDIO_LOOP_PLAYING_NOTATION: 
- at AGS_AUDIO_LOOP_PLAY_AUDIO_TERMINATING: 
-
-<!-- ##### FUNCTION ags_audio_loop_add_audio ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at audio: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_add_channel ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at channel: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_add_recall ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at ags_main: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_remove_audio ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at audio: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_remove_channel ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at channel: 
-
-
-<!-- ##### FUNCTION ags_audio_loop_remove_recall ##### -->
-<para>
-
-</para>
-
- at audio_loop: 
- at recall: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_preferences.sgml b/doc/reference/ags/tmpl/ags_audio_preferences.sgml
deleted file mode 100644
index 4b1ada2..0000000
--- a/doc/reference/ags/tmpl/ags_audio_preferences.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioPreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAudioPreferences ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at card: 
- at audio_channels: 
- at samplerate: 
- at buffer_size: 
-
-<!-- ##### STRUCT AgsAudioPreferencesClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_audio_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_preferences_callbacks.sgml b/doc/reference/ags/tmpl/ags_audio_preferences_callbacks.sgml
deleted file mode 100644
index 490fec8..0000000
--- a/doc/reference/ags/tmpl/ags_audio_preferences_callbacks.sgml
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_audio_preferences_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_audio_preferences_audio_channels_changed ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at audio_preferences: 
-
-
-<!-- ##### FUNCTION ags_audio_preferences_buffer_size_changed ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at audio_preferences: 
-
-
-<!-- ##### FUNCTION ags_audio_preferences_card_changed_callback ##### -->
-<para>
-
-</para>
-
- at combo: 
- at audio_preferences: 
-
-
-<!-- ##### FUNCTION ags_audio_preferences_samplerate_changed ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at audio_preferences: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_set_recycling.sgml b/doc/reference/ags/tmpl/ags_audio_set_recycling.sgml
deleted file mode 100644
index e546406..0000000
--- a/doc/reference/ags/tmpl/ags_audio_set_recycling.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioSetRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAudioSetRecycling ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio: 
- at parameter: 
-
-<!-- ##### STRUCT AgsAudioSetRecyclingClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_audio_set_recycling_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at parameter: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_audio_signal.sgml b/doc/reference/ags/tmpl/ags_audio_signal.sgml
deleted file mode 100644
index ef654ff..0000000
--- a/doc/reference/ags/tmpl/ags_audio_signal.sgml
+++ /dev/null
@@ -1,257 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsAttack ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ENUM AgsAttackFlags ##### -->
-<para>
-
-</para>
-
- at AGS_ATTACK_INITIAL_RUN: 
- at AGS_ATTACK_SWAP: 
-
-<!-- ##### STRUCT AgsAudioSignal ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at devout: 
- at recycling: 
- at recall_id: 
- at samplerate: 
- at buffer_size: 
- at resolution: 
- at length: 
- at last_frame: 
- at loop_start: 
- at loop_end: 
- at delay: 
- at attack: 
- at lock_attack: 
- at stream_beginning: 
- at stream_current: 
- at stream_end: 
-
-<!-- ##### STRUCT AgsAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at realloc_buffer_size: 
- at morph_samplerate: 
-
-<!-- ##### ENUM AgsAudioSignalFlags ##### -->
-<para>
-
-</para>
-
- at AGS_AUDIO_SIGNAL_TEMPLATE: 
- at AGS_AUDIO_SIGNAL_PLAY_DONE: 
- at AGS_AUDIO_SIGNAL_STANDALONE: 
-
-<!-- ##### FUNCTION ags_audio_signal_add_stream ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_copy_buffer_to_buffer ##### -->
-<para>
-
-</para>
-
- at destination: 
- at dchannels: 
- at source: 
- at schannels: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_copy_buffer_to_double_buffer ##### -->
-<para>
-
-</para>
-
- at destination: 
- at dchannels: 
- at source: 
- at schannels: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_copy_double_buffer_to_buffer ##### -->
-<para>
-
-</para>
-
- at destination: 
- at dchannels: 
- at source: 
- at schannels: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_duplicate_stream ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at template: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_get_by_recall_id ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_get_length_till_current ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_get_stream_current ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_get_template ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_morph_samplerate ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at samplerate: 
- at k_morph: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at recycling: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_new_with_length ##### -->
-<para>
-
-</para>
-
- at devout: 
- at recycling: 
- at recall_id: 
- at length: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_realloc_buffer_size ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at buffer_size: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_scale ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at template: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_stream_resize ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_stream_safe_resize ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_audio_signal_tile ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at template: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_stream_alloc ##### -->
-<para>
-
-</para>
-
- at buffer_size: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_autosave_thread.sgml b/doc/reference/ags/tmpl/ags_autosave_thread.sgml
deleted file mode 100644
index 445cfea..0000000
--- a/doc/reference/ags/tmpl/ags_autosave_thread.sgml
+++ /dev/null
@@ -1,67 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsAutosaveThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsAutosaveThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
- at last_sync: 
- at ags_main: 
- at delay: 
- at counter: 
-
-<!-- ##### STRUCT AgsAutosaveThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_autosave_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at ags_main: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_buffer_audio_signal.sgml b/doc/reference/ags/tmpl/ags_buffer_audio_signal.sgml
deleted file mode 100644
index 90ad9d9..0000000
--- a/doc/reference/ags/tmpl/ags_buffer_audio_signal.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsBufferAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsBufferAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsBufferAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_buffer_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_buffer_channel.sgml b/doc/reference/ags/tmpl/ags_buffer_channel.sgml
deleted file mode 100644
index dc37c63..0000000
--- a/doc/reference/ags/tmpl/ags_buffer_channel.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsBufferChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsBufferChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at muted: 
-
-<!-- ##### STRUCT AgsBufferChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_buffer_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_buffer_channel_run.sgml b/doc/reference/ags/tmpl/ags_buffer_channel_run.sgml
deleted file mode 100644
index a9a4c6b..0000000
--- a/doc/reference/ags/tmpl/ags_buffer_channel_run.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsBufferChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsBufferChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsBufferChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_buffer_channel_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_buffer_recycling.sgml b/doc/reference/ags/tmpl/ags_buffer_recycling.sgml
deleted file mode 100644
index c6bb851..0000000
--- a/doc/reference/ags/tmpl/ags_buffer_recycling.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsBufferRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsBufferRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsBufferRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_buffer_recycling_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_cancel_audio.sgml b/doc/reference/ags/tmpl/ags_cancel_audio.sgml
deleted file mode 100644
index ec2b234..0000000
--- a/doc/reference/ags/tmpl/ags_cancel_audio.sgml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCancelAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCancelAudio ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio: 
- at playback: 
- at sequencer: 
- at notation: 
-
-<!-- ##### STRUCT AgsCancelAudioClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_cancel_audio_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at playback: 
- at sequencer: 
- at notation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_cancel_channel.sgml b/doc/reference/ags/tmpl/ags_cancel_channel.sgml
deleted file mode 100644
index 9fa15c1..0000000
--- a/doc/reference/ags/tmpl/ags_cancel_channel.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCancelChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCancelChannel ##### -->
-<para>
-
-</para>
-
- at task: 
- at channel: 
- at recall_id: 
- at play: 
-
-<!-- ##### STRUCT AgsCancelChannelClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_cancel_channel_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
- at play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_cancel_recall.sgml b/doc/reference/ags/tmpl/ags_cancel_recall.sgml
deleted file mode 100644
index 32f501f..0000000
--- a/doc/reference/ags/tmpl/ags_cancel_recall.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCancelRecall
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCancelRecall ##### -->
-<para>
-
-</para>
-
- at task: 
- at recall: 
- at play: 
-
-<!-- ##### STRUCT AgsCancelRecallClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_cancel_recall_new ##### -->
-<para>
-
-</para>
-
- at recall: 
- at play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_cartesian.sgml b/doc/reference/ags/tmpl/ags_cartesian.sgml
deleted file mode 100644
index aa3ba81..0000000
--- a/doc/reference/ags/tmpl/ags_cartesian.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCartesian
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCartesian ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### STRUCT AgsCartesianClass ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### FUNCTION ags_cartesian_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_change_indicator.sgml b/doc/reference/ags/tmpl/ags_change_indicator.sgml
deleted file mode 100644
index f38c8f6..0000000
--- a/doc/reference/ags/tmpl/ags_change_indicator.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsChangeIndicator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsChangeIndicator ##### -->
-<para>
-
-</para>
-
- at task: 
- at indicator: 
- at value: 
-
-<!-- ##### STRUCT AgsChangeIndicatorClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_change_indicator_new ##### -->
-<para>
-
-</para>
-
- at indicator: 
- at value: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_change_tact.sgml b/doc/reference/ags/tmpl/ags_change_tact.sgml
deleted file mode 100644
index 552435d..0000000
--- a/doc/reference/ags/tmpl/ags_change_tact.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsChangeTact
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsChangeTact ##### -->
-<para>
-
-</para>
-
- at task: 
- at navigation: 
-
-<!-- ##### STRUCT AgsChangeTactClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_change_tact_new ##### -->
-<para>
-
-</para>
-
- at navigation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_channel.sgml b/doc/reference/ags/tmpl/ags_channel.sgml
deleted file mode 100644
index 63ba829..0000000
--- a/doc/reference/ags/tmpl/ags_channel.sgml
+++ /dev/null
@@ -1,423 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_CHANNEL_ERROR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsChannel ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at audio: 
- at devout: 
- at prev: 
- at prev_pad: 
- at next: 
- at next_pad: 
- at pad: 
- at audio_channel: 
- at line: 
- at note: 
- at devout_play: 
- at recall_id: 
- at container: 
- at recall: 
- at play: 
- at link: 
- at first_recycling: 
- at last_recycling: 
- at recycling_thread: 
- at pattern: 
- at notation: 
- at line_widget: 
- at file_data: 
-
-<!-- ##### STRUCT AgsChannelClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at recycling_changed: 
- at done: 
-
-<!-- ##### ENUM AgsChannelError ##### -->
-<para>
-
-</para>
-
- at AGS_CHANNEL_ERROR_LOOP_IN_LINK: 
-
-<!-- ##### ENUM AgsChannelFlags ##### -->
-<para>
-
-</para>
-
- at AGS_CHANNEL_RUNNING: 
-
-<!-- ##### ENUM AgsChannelRecallIDMode ##### -->
-<para>
-
-</para>
-
- at AGS_CHANNEL_RECALL_ID_RUN_STAGE: 
- at AGS_CHANNEL_RECALL_ID_CANCEL: 
-
-<!-- ##### FUNCTION ags_channel_add_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_channel_add_recall_container ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_container: 
-
-
-<!-- ##### FUNCTION ags_channel_add_recall_id ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_cancel ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_done ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_duplicate_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_error_quark ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_find_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at effect: 
- at name: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_first ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_first_with_recycling ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_init_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at stage: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_last ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_last_with_recycling ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_nth ##### -->
-<para>
-
-</para>
-
- at channel: 
- at nth: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_pad_first ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_pad_last ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_pad_nth ##### -->
-<para>
-
-</para>
-
- at channel: 
- at nth: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_play ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_channel_recall_id_set ##### -->
-<para>
-
-</para>
-
- at output: 
- at recall_id: 
- at ommit_own_channel: 
- at mode: 
- at ...: 
-
-
-<!-- ##### FUNCTION ags_channel_recursive_play ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_channel_recursive_play_init ##### -->
-<para>
-
-</para>
-
- at channel: 
- at stage: 
- at arrange_recall_id: 
- at duplicate_templates: 
- at playback: 
- at sequencer: 
- at notation: 
- at resolve_dependencies: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_recursive_play_threaded ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_channel_recursive_reset_recall_ids ##### -->
-<para>
-
-</para>
-
- at channel: 
- at link: 
- at old_channel_link: 
- at old_link_link: 
-
-
-<!-- ##### FUNCTION ags_channel_recycling_changed ##### -->
-<para>
-
-</para>
-
- at channel: 
- at old_start_region: 
- at old_end_region: 
- at new_start_region: 
- at new_end_region: 
- at old_start_changed_region: 
- at old_end_changed_region: 
- at new_start_changed_region: 
- at new_end_changed_region: 
-
-
-<!-- ##### FUNCTION ags_channel_remove_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_channel_remove_recall_id ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_resolve_recall ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_channel_safe_resize_audio_signal ##### -->
-<para>
-
-</para>
-
- at channel: 
- at size: 
-
-
-<!-- ##### FUNCTION ags_channel_set_devout ##### -->
-<para>
-
-</para>
-
- at channel: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_channel_set_link ##### -->
-<para>
-
-</para>
-
- at channel: 
- at link: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_channel_set_recycling ##### -->
-<para>
-
-</para>
-
- at channel: 
- at first_recycling: 
- at last_recycling: 
- at update: 
- at destroy_old: 
-
-
-<!-- ##### FUNCTION ags_channel_tillrecycling_cancel ##### -->
-<para>
-
-</para>
-
- at channel: 
- at recall_id: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_channel_iter.sgml b/doc/reference/ags/tmpl/ags_channel_iter.sgml
deleted file mode 100644
index dd7cb66..0000000
--- a/doc/reference/ags/tmpl/ags_channel_iter.sgml
+++ /dev/null
@@ -1,83 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_channel_iter
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsChannelIter ##### -->
-<para>
-
-</para>
-
- at current_start: 
- at parent: 
- at children: 
- at current_iter: 
- at current: 
-
-<!-- ##### ENUM AgsChannelIterFlags ##### -->
-<para>
-
-</para>
-
- at AGS_CHANNEL_ITER_LEVEL_STRICT: 
- at AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_LEAFES: 
- at AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_ROOT: 
- at AGS_CHANNEL_ITER_DIRECTION_LEAFES_TO_ROOT: 
- at AGS_CHANNEL_ITER_DIRECTION_ROOT_TO_LEAFES: 
-
-<!-- ##### FUNCTION ags_channel_iter_alloc ##### -->
-<para>
-
-</para>
-
- at start: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_iter_free ##### -->
-<para>
-
-</para>
-
- at iter: 
-
-
-<!-- ##### FUNCTION ags_channel_iter_next ##### -->
-<para>
-
-</para>
-
- at iter: 
- at mode: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_channel_iter_prev ##### -->
-<para>
-
-</para>
-
- at iter: 
- at mode: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_channel_set_recycling.sgml b/doc/reference/ags/tmpl/ags_channel_set_recycling.sgml
deleted file mode 100644
index 8863156..0000000
--- a/doc/reference/ags/tmpl/ags_channel_set_recycling.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsChannelSetRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsChannelSetRecycling ##### -->
-<para>
-
-</para>
-
- at task: 
- at channel: 
- at first_recycling: 
- at last_recycling: 
-
-<!-- ##### STRUCT AgsChannelSetRecyclingClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_channel_set_recycling_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at first_recycling: 
- at last_recycling: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_clone_channel.sgml b/doc/reference/ags/tmpl/ags_clone_channel.sgml
deleted file mode 100644
index bcb233c..0000000
--- a/doc/reference/ags/tmpl/ags_clone_channel.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCloneChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCloneChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at audio_channel: 
-
-<!-- ##### STRUCT AgsCloneChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_clone_channel_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio_channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_clone_channel_run.sgml b/doc/reference/ags/tmpl/ags_clone_channel_run.sgml
deleted file mode 100644
index 4caf5fc..0000000
--- a/doc/reference/ags/tmpl/ags_clone_channel_run.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCloneChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCloneChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsCloneChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_clone_channel_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_combo_box_text.sgml b/doc/reference/ags/tmpl/ags_combo_box_text.sgml
deleted file mode 100644
index c50be2c..0000000
--- a/doc/reference/ags/tmpl/ags_combo_box_text.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_combo_box_text
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_combo_box_text_remove_all ##### -->
-<para>
-
-</para>
-
- at combo_box: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_config.sgml b/doc/reference/ags/tmpl/ags_config.sgml
deleted file mode 100644
index 2c12613..0000000
--- a/doc/reference/ags/tmpl/ags_config.sgml
+++ /dev/null
@@ -1,124 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsConfig
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_CONFIG_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_CONFIG_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_CONFIG_DEVOUT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_CONFIG_THREAD ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsConfig ##### -->
-<para>
-
-</para>
-
- at object: 
- at version: 
- at build_id: 
- at key_file: 
-
-<!-- ##### STRUCT AgsConfigClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_config_get ##### -->
-<para>
-
-</para>
-
- at config: 
- at group: 
- at key: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_config_load_defaults ##### -->
-<para>
-
-</para>
-
- at config: 
-
-
-<!-- ##### FUNCTION ags_config_load_from_file ##### -->
-<para>
-
-</para>
-
- at config: 
- at filename: 
-
-
-<!-- ##### FUNCTION ags_config_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_config_save ##### -->
-<para>
-
-</para>
-
- at config: 
-
-
-<!-- ##### FUNCTION ags_config_set ##### -->
-<para>
-
-</para>
-
- at config: 
- at group: 
- at key: 
- at value: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_container.sgml b/doc/reference/ags/tmpl/ags_container.sgml
deleted file mode 100644
index 6e7ae9c..0000000
--- a/doc/reference/ags/tmpl/ags_container.sgml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_container
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_container_add_all ##### -->
-<para>
-
-</para>
-
- at container: 
- at list: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_audio_signal.sgml b/doc/reference/ags/tmpl/ags_copy_audio_signal.sgml
deleted file mode 100644
index 9f32ac9..0000000
--- a/doc/reference/ags/tmpl/ags_copy_audio_signal.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsCopyAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_copy_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at devout: 
- at attack: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_channel.sgml b/doc/reference/ags/tmpl/ags_copy_channel.sgml
deleted file mode 100644
index 0cbce6a..0000000
--- a/doc/reference/ags/tmpl/ags_copy_channel.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at muted: 
-
-<!-- ##### STRUCT AgsCopyChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_copy_channel_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_channel_run.sgml b/doc/reference/ags/tmpl/ags_copy_channel_run.sgml
deleted file mode 100644
index b05776a..0000000
--- a/doc/reference/ags/tmpl/ags_copy_channel_run.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at flags: 
-
-<!-- ##### STRUCT AgsCopyChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### ENUM AgsCopyChannelRunFlags ##### -->
-<para>
-
-</para>
-
- at AGS_COPY_CHANNEL_RUN_EXACT_LENGTH: 
- at AGS_COPY_CHANNEL_RUN_OMIT_FURTHER_ATTACK: 
-
-<!-- ##### FUNCTION ags_copy_channel_run_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_notation_audio.sgml b/doc/reference/ags/tmpl/ags_copy_notation_audio.sgml
deleted file mode 100644
index 6320893..0000000
--- a/doc/reference/ags/tmpl/ags_copy_notation_audio.sgml
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyNotationAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyNotationAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at flags: 
- at devout: 
- at notation: 
- at audio_channel: 
-
-<!-- ##### STRUCT AgsCopyNotationAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### ENUM AgsCopyNotationAudioFlags ##### -->
-<para>
-
-</para>
-
- at AGS_COPY_NOTATION_AUDIO_FIT_AUDIO_SIGNAL: 
-
-<!-- ##### FUNCTION ags_copy_notation_audio_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at notation: 
- at audio_channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_notation_audio_run.sgml b/doc/reference/ags/tmpl/ags_copy_notation_audio_run.sgml
deleted file mode 100644
index 4234a14..0000000
--- a/doc/reference/ags/tmpl/ags_copy_notation_audio_run.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyNotationAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyNotationAudioRun ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at count_beats_audio_run: 
- at tic_alloc_input_handler: 
- at current_note: 
-
-<!-- ##### STRUCT AgsCopyNotationAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
-
-<!-- ##### FUNCTION ags_copy_notation_audio_run_new ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_pattern_audio.sgml b/doc/reference/ags/tmpl/ags_copy_pattern_audio.sgml
deleted file mode 100644
index eef2b71..0000000
--- a/doc/reference/ags/tmpl/ags_copy_pattern_audio.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyPatternAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyPatternAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at bank_index_0: 
- at bank_index_1: 
-
-<!-- ##### STRUCT AgsCopyPatternAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### FUNCTION ags_copy_pattern_audio_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at tact: 
- at i: 
- at j: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_pattern_audio_run.sgml b/doc/reference/ags/tmpl/ags_copy_pattern_audio_run.sgml
deleted file mode 100644
index 7504a64..0000000
--- a/doc/reference/ags/tmpl/ags_copy_pattern_audio_run.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyPatternAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyPatternAudioRun ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at hide_ref: 
- at hide_ref_counter: 
- at count_beats_audio_run: 
-
-<!-- ##### STRUCT AgsCopyPatternAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
-
-<!-- ##### FUNCTION ags_copy_pattern_audio_run_new ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_pattern_channel.sgml b/doc/reference/ags/tmpl/ags_copy_pattern_channel.sgml
deleted file mode 100644
index cc482b8..0000000
--- a/doc/reference/ags/tmpl/ags_copy_pattern_channel.sgml
+++ /dev/null
@@ -1,61 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyPatternChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyPatternChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at pattern: 
-
-<!-- ##### STRUCT AgsCopyPatternChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_copy_pattern_channel_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at pattern: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_copy_pattern_channel_template_find_source_and_destination ##### -->
-<para>
-
-</para>
-
- at recall: 
- at destination: 
- at source: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_pattern_channel_run.sgml b/doc/reference/ags/tmpl/ags_copy_pattern_channel_run.sgml
deleted file mode 100644
index 9bf2c82..0000000
--- a/doc/reference/ags/tmpl/ags_copy_pattern_channel_run.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyPatternChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyPatternChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at sequencer_alloc_handler: 
-
-<!-- ##### STRUCT AgsCopyPatternChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_copy_pattern_channel_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_copy_recycling.sgml b/doc/reference/ags/tmpl/ags_copy_recycling.sgml
deleted file mode 100644
index 3a66804..0000000
--- a/doc/reference/ags/tmpl/ags_copy_recycling.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCopyRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCopyRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsCopyRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_copy_recycling_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_count_beats_audio.sgml b/doc/reference/ags/tmpl/ags_count_beats_audio.sgml
deleted file mode 100644
index 10f481a..0000000
--- a/doc/reference/ags/tmpl/ags_count_beats_audio.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCountBeatsAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCountBeatsAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at loop: 
- at notation_loop_start: 
- at notation_loop_end: 
- at sequencer_loop_start: 
- at sequencer_loop_end: 
-
-<!-- ##### STRUCT AgsCountBeatsAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### FUNCTION ags_count_beats_audio_new ##### -->
-<para>
-
-</para>
-
- at loop: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_count_beats_audio_run.sgml b/doc/reference/ags/tmpl/ags_count_beats_audio_run.sgml
deleted file mode 100644
index 2686730..0000000
--- a/doc/reference/ags/tmpl/ags_count_beats_audio_run.sgml
+++ /dev/null
@@ -1,119 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCountBeatsAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsCountBeatsAudioRun ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at first_run: 
- at notation_counter: 
- at sequencer_counter: 
- at recall_ref: 
- at hide_ref: 
- at notation_hide_ref_counter: 
- at sequencer_hide_ref_counter: 
- at sequencer_alloc_output_handler: 
- at sequencer_count_handler: 
- at notation_alloc_output_handler: 
- at notation_count_handler: 
- at delay_audio_run: 
-
-<!-- ##### STRUCT AgsCountBeatsAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at notation_start: 
- at notation_loop: 
- at notation_stop: 
- at sequencer_start: 
- at sequencer_loop: 
- at sequencer_stop: 
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_new ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_notation_loop ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_notation_start ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_notation_stop ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_sequencer_loop ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_sequencer_start ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
-<!-- ##### FUNCTION ags_count_beats_audio_run_sequencer_stop ##### -->
-<para>
-
-</para>
-
- at count_beats_audio_run: 
- at run_order: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_countable.sgml b/doc/reference/ags/tmpl/ags_countable.sgml
deleted file mode 100644
index aa6eb75..0000000
--- a/doc/reference/ags/tmpl/ags_countable.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsCountable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsCountable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsCountableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at get_notation_counter: 
- at get_sequencer_counter: 
-
-<!-- ##### FUNCTION ags_countable_get_notation_counter ##### -->
-<para>
-
-</para>
-
- at countable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_countable_get_sequencer_counter ##### -->
-<para>
-
-</para>
-
- at countable: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_delay_audio.sgml b/doc/reference/ags/tmpl/ags_delay_audio.sgml
deleted file mode 100644
index bfddcfc..0000000
--- a/doc/reference/ags/tmpl/ags_delay_audio.sgml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDelayAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDelayAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at bpm: 
- at tact: 
- at notation_delay: 
- at sequencer_delay: 
- at sequencer_duration: 
- at notation_duration: 
-
-<!-- ##### STRUCT AgsDelayAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at notation_duration_changed: 
- at sequencer_duration_changed: 
-
-<!-- ##### FUNCTION ags_delay_audio_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_notation_duration_changed ##### -->
-<para>
-
-</para>
-
- at delay_audio: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_sequencer_duration_changed ##### -->
-<para>
-
-</para>
-
- at delay_audio: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_delay_audio_run.sgml b/doc/reference/ags/tmpl/ags_delay_audio_run.sgml
deleted file mode 100644
index 431473e..0000000
--- a/doc/reference/ags/tmpl/ags_delay_audio_run.sgml
+++ /dev/null
@@ -1,123 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDelayAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDelayAudioRun ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at dependency_ref: 
- at hide_ref: 
- at hide_ref_counter: 
- at notation_counter: 
- at sequencer_counter: 
-
-<!-- ##### STRUCT AgsDelayAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_run: 
- at notation_alloc_output: 
- at notation_alloc_input: 
- at notation_count: 
- at sequencer_alloc_output: 
- at sequencer_alloc_input: 
- at sequencer_count: 
-
-<!-- ##### FUNCTION ags_delay_audio_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_notation_alloc_input ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_notation_alloc_output ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_notation_count ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_sequencer_alloc_input ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_sequencer_alloc_output ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_delay_audio_run_sequencer_count ##### -->
-<para>
-
-</para>
-
- at delay_audio_run: 
- at run_order: 
- at delay: 
- at attack: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_devout.sgml b/doc/reference/ags/tmpl/ags_devout.sgml
deleted file mode 100644
index 9fc81b9..0000000
--- a/doc/reference/ags/tmpl/ags_devout.sgml
+++ /dev/null
@@ -1,323 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDevout
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_BPM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_BUFFER_SIZE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_DELAY ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_FORMAT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_SAMPLERATE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_SCALE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_TACT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_TACTRATE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_DEFAULT_TACT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_ERROR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_DEVOUT_PLAY ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### MACRO AGS_DEVOUT_PLAY_DOMAIN ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsDevout ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at dsp_channels: 
- at pcm_channels: 
- at bits: 
- at buffer_size: 
- at frequency: 
- at buffer: 
- at bpm: 
- at delay: 
- at attack: 
- at delay_counter: 
- at tic_counter: 
-
-<!-- ##### STRUCT AgsDevoutClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at play_init: 
- at play: 
- at stop: 
- at tic: 
- at note_offset_changed: 
-
-<!-- ##### ENUM AgsDevoutError ##### -->
-<para>
-
-</para>
-
- at AGS_DEVOUT_ERROR_LOCKED_SOUNDCARD: 
-
-<!-- ##### ENUM AgsDevoutFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DEVOUT_BUFFER0: 
- at AGS_DEVOUT_BUFFER1: 
- at AGS_DEVOUT_BUFFER2: 
- at AGS_DEVOUT_BUFFER3: 
- at AGS_DEVOUT_ATTACK_FIRST: 
- at AGS_DEVOUT_PLAY: 
- at AGS_DEVOUT_LIBAO: 
- at AGS_DEVOUT_OSS: 
- at AGS_DEVOUT_ALSA: 
- at AGS_DEVOUT_SHUTDOWN: 
- at AGS_DEVOUT_START_PLAY: 
- at AGS_DEVOUT_NONBLOCKING: 
- at AGS_DEVOUT_TIMING_SET_0: 
- at AGS_DEVOUT_TIMING_SET_1: 
-
-<!-- ##### STRUCT AgsDevoutPlay ##### -->
-<para>
-
-</para>
-
- at flags: 
- at iterator_thread: 
- at source: 
- at audio_channel: 
- at recall_id: 
-
-<!-- ##### STRUCT AgsDevoutPlayDomain ##### -->
-<para>
-
-</para>
-
- at domain: 
- at playback: 
- at sequencer: 
- at notation: 
- at devout_play: 
-
-<!-- ##### ENUM AgsDevoutPlayFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DEVOUT_PLAY_DONE: 
- at AGS_DEVOUT_PLAY_REMOVE: 
- at AGS_DEVOUT_PLAY_CHANNEL: 
- at AGS_DEVOUT_PLAY_PAD: 
- at AGS_DEVOUT_PLAY_AUDIO: 
- at AGS_DEVOUT_PLAY_PLAYBACK: 
- at AGS_DEVOUT_PLAY_SEQUENCER: 
- at AGS_DEVOUT_PLAY_NOTATION: 
- at AGS_DEVOUT_PLAY_SUPER_THREADED: 
-
-<!-- ##### ENUM AgsDevoutResolutionMode ##### -->
-<para>
-
-</para>
-
- at AGS_DEVOUT_RESOLUTION_8_BIT: 
- at AGS_DEVOUT_RESOLUTION_16_BIT: 
- at AGS_DEVOUT_RESOLUTION_24_BIT: 
- at AGS_DEVOUT_RESOLUTION_32_BIT: 
- at AGS_DEVOUT_RESOLUTION_64_BIT: 
-
-<!-- ##### FUNCTION ags_devout_error_quark ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_devout_list_cards ##### -->
-<para>
-
-</para>
-
- at card_id: 
- at card_name: 
-
-
-<!-- ##### FUNCTION ags_devout_new ##### -->
-<para>
-
-</para>
-
- at ags_main: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_devout_note_offset_changed ##### -->
-<para>
-
-</para>
-
- at devout: 
- at note_offset: 
-
-
-<!-- ##### FUNCTION ags_devout_pcm_info ##### -->
-<para>
-
-</para>
-
- at card_id: 
- at channels_min: 
- at channels_max: 
- at rate_min: 
- at rate_max: 
- at buffer_size_min: 
- at buffer_size_max: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_devout_play_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_devout_play_domain_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_devout_play_domain_free ##### -->
-<para>
-
-</para>
-
- at devout_play_domain: 
-
-
-<!-- ##### FUNCTION ags_devout_play_find_source ##### -->
-<para>
-
-</para>
-
- at devout_play: 
- at source: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_devout_play_free ##### -->
-<para>
-
-</para>
-
- at devout_play: 
-
-
-<!-- ##### FUNCTION ags_devout_tic ##### -->
-<para>
-
-</para>
-
- at devout: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_devout_thread.sgml b/doc/reference/ags/tmpl/ags_devout_thread.sgml
deleted file mode 100644
index 7e4117b..0000000
--- a/doc/reference/ags/tmpl/ags_devout_thread.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDevoutThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_DEVOUT_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsDevoutThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at time_val: 
- at timestamp_thread: 
- at error: 
-
-<!-- ##### STRUCT AgsDevoutThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_devout_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_dial.sgml b/doc/reference/ags/tmpl/ags_dial.sgml
deleted file mode 100644
index 71b87ee..0000000
--- a/doc/reference/ags/tmpl/ags_dial.sgml
+++ /dev/null
@@ -1,83 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDial
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_DIAL_DEFAULT_PRECISION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsDial ##### -->
-<para>
-
-</para>
-
- at widget: 
- at flags: 
- at radius: 
- at outline_strength: 
- at scale_precision: 
- at font_size: 
- at button_width: 
- at button_height: 
- at margin_left: 
- at margin_right: 
- at tolerance: 
- at negated_tolerance: 
- at sleep_interval: 
- at adjustment: 
- at gravity_x: 
- at gravity_y: 
- at current_x: 
- at current_y: 
-
-<!-- ##### STRUCT AgsDialClass ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### ENUM AgsDialFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DIAL_WITH_BUTTONS: 
- at AGS_DIAL_MOUSE_BUTTON_PRESSED: 
- at AGS_DIAL_BUTTON_DOWN_PRESSED: 
- at AGS_DIAL_BUTTON_UP_PRESSED: 
- at AGS_DIAL_MOTION_CAPTURING_INIT: 
- at AGS_DIAL_MOTION_CAPTURING: 
- at AGS_DIAL_IDLE: 
-
-<!-- ##### FUNCTION ags_dial_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_display_tact.sgml b/doc/reference/ags/tmpl/ags_display_tact.sgml
deleted file mode 100644
index 62979a1..0000000
--- a/doc/reference/ags/tmpl/ags_display_tact.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDisplayTact
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDisplayTact ##### -->
-<para>
-
-</para>
-
- at task: 
- at navigation: 
-
-<!-- ##### STRUCT AgsDisplayTactClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_display_tact_new ##### -->
-<para>
-
-</para>
-
- at navigation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_down_mix.sgml b/doc/reference/ags/tmpl/ags_down_mix.sgml
deleted file mode 100644
index afcae5e..0000000
--- a/doc/reference/ags/tmpl/ags_down_mix.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_down_mix
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum.sgml b/doc/reference/ags/tmpl/ags_drum.sgml
deleted file mode 100644
index 7a14ac6..0000000
--- a/doc/reference/ags/tmpl/ags_drum.sgml
+++ /dev/null
@@ -1,90 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDrum
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_DRUM_PATTERN_CONTROLS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsDrum ##### -->
-<para>
-
-</para>
-
- at machine: 
- at flags: 
- at name: 
- at xml_type: 
- at open: 
- at loop_button: 
- at length_spin: 
- at run: 
- at vbox: 
- at input_pad: 
- at output_pad: 
- at selected_edit_button: 
- at selected_pad: 
- at selected_line: 
- at index0: 
- at selected0: 
- at index1: 
- at selected1: 
- at active_led: 
- at led: 
- at pattern: 
- at offset: 
-
-<!-- ##### STRUCT AgsDrumClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### ENUM AgsDrumFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DRUM_BLOCK_PATTERN: 
-
-<!-- ##### FUNCTION ags_drum_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_drum_set_pattern ##### -->
-<para>
-
-</para>
-
- at drum: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_callbacks.sgml b/doc/reference/ags/tmpl/ags_drum_callbacks.sgml
deleted file mode 100644
index 9e43749..0000000
--- a/doc/reference/ags/tmpl/ags_drum_callbacks.sgml
+++ /dev/null
@@ -1,117 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_drum_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_drum_done_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_index0_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_index1_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_length_spin_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_loop_button_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_offset_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_open_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_pad_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at drum: 
-
-
-<!-- ##### FUNCTION ags_drum_tact_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at drum: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_input_line.sgml b/doc/reference/ags/tmpl/ags_drum_input_line.sgml
deleted file mode 100644
index 4a3b663..0000000
--- a/doc/reference/ags/tmpl/ags_drum_input_line.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDrumInputLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDrumInputLine ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### STRUCT AgsDrumInputLineClass ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### FUNCTION ags_drum_input_line_map_recall ##### -->
-<para>
-
-</para>
-
- at drum_input_line: 
- at output_pad_start: 
-
-
-<!-- ##### FUNCTION ags_drum_input_line_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_input_line_callbacks.sgml b/doc/reference/ags/tmpl/ags_drum_input_line_callbacks.sgml
deleted file mode 100644
index a3752bf..0000000
--- a/doc/reference/ags/tmpl/ags_drum_input_line_callbacks.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_drum_input_line_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_drum_input_line_audio_set_pads_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at type: 
- at pads: 
- at pads_old: 
- at drum_input_line: 
-
-
-<!-- ##### FUNCTION ags_drum_input_line_channel_done_callback ##### -->
-<para>
-
-</para>
-
- at channel: 
- at drum_input_line: 
-
-
-<!-- ##### FUNCTION ags_drum_input_line_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at drum_input_line: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_input_pad.sgml b/doc/reference/ags/tmpl/ags_drum_input_pad.sgml
deleted file mode 100644
index 64d4286..0000000
--- a/doc/reference/ags/tmpl/ags_drum_input_pad.sgml
+++ /dev/null
@@ -1,64 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDrumInputPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDrumInputPad ##### -->
-<para>
-
-</para>
-
- at pad: 
- at flags: 
- at name: 
- at xml_type: 
- at open: 
- at play: 
- at edit: 
- at pad_open_recalls: 
- at pad_open_play_ref: 
- at file_chooser: 
- at pad_play_ref: 
-
-<!-- ##### STRUCT AgsDrumInputPadClass ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### ENUM AgsDrumInputPadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DRUM_INPUT_PAD_OPEN_PLAY_DONE: 
-
-<!-- ##### FUNCTION ags_drum_input_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_input_pad_callbacks.sgml b/doc/reference/ags/tmpl/ags_drum_input_pad_callbacks.sgml
deleted file mode 100644
index 307c7c1..0000000
--- a/doc/reference/ags/tmpl/ags_drum_input_pad_callbacks.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_drum_input_pad_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_drum_input_pad_edit_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at drum_input_pad: 
-
-
-<!-- ##### FUNCTION ags_drum_input_pad_open_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at drum_input_pad: 
-
-
-<!-- ##### FUNCTION ags_drum_input_pad_play_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at drum_input_pad: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_output_line.sgml b/doc/reference/ags/tmpl/ags_drum_output_line.sgml
deleted file mode 100644
index 20e6615..0000000
--- a/doc/reference/ags/tmpl/ags_drum_output_line.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDrumOutputLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDrumOutputLine ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### STRUCT AgsDrumOutputLineClass ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### FUNCTION ags_drum_output_line_add_default_recall ##### -->
-<para>
-
-</para>
-
- at drum_output_line: 
-
-
-<!-- ##### FUNCTION ags_drum_output_line_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_output_line_callbacks.sgml b/doc/reference/ags/tmpl/ags_drum_output_line_callbacks.sgml
deleted file mode 100644
index e9e749f..0000000
--- a/doc/reference/ags/tmpl/ags_drum_output_line_callbacks.sgml
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_drum_output_line_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_drum_output_line_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at data: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_output_pad.sgml b/doc/reference/ags/tmpl/ags_drum_output_pad.sgml
deleted file mode 100644
index bcda879..0000000
--- a/doc/reference/ags/tmpl/ags_drum_output_pad.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDrumOutputPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsDrumOutputPad ##### -->
-<para>
-
-</para>
-
- at pad: 
- at flags: 
-
-<!-- ##### STRUCT AgsDrumOutputPadClass ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### ENUM AgsDrumOutputPadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_DRUM_OUTPUT_PAD_PLAY_DONE: 
-
-<!-- ##### FUNCTION ags_drum_output_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_drum_output_pad_callbacks.sgml b/doc/reference/ags/tmpl/ags_drum_output_pad_callbacks.sgml
deleted file mode 100644
index 14e3ecc..0000000
--- a/doc/reference/ags/tmpl/ags_drum_output_pad_callbacks.sgml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_drum_output_pad_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_drum_output_pad_play_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_id: 
- at drum_output_pad: 
-
-
-<!-- ##### FUNCTION ags_drum_output_pad_play_done ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_id: 
- at drum_output_pad: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_dynamic_connectable.sgml b/doc/reference/ags/tmpl/ags_dynamic_connectable.sgml
deleted file mode 100644
index ad819a1..0000000
--- a/doc/reference/ags/tmpl/ags_dynamic_connectable.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsDynamicConnectable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsDynamicConnectable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsDynamicConnectableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at connect_dynamic: 
- at disconnect_dynamic: 
-
-<!-- ##### FUNCTION ags_dynamic_connectable_connect ##### -->
-<para>
-
-</para>
-
- at connectable: 
-
-
-<!-- ##### FUNCTION ags_dynamic_connectable_disconnect ##### -->
-<para>
-
-</para>
-
- at connectable: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_echo.sgml b/doc/reference/ags/tmpl/ags_echo.sgml
deleted file mode 100644
index babc550..0000000
--- a/doc/reference/ags/tmpl/ags_echo.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_echo
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_echo ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_editor.sgml b/doc/reference/ags/tmpl/ags_editor.sgml
deleted file mode 100644
index 11a1b69..0000000
--- a/doc/reference/ags/tmpl/ags_editor.sgml
+++ /dev/null
@@ -1,90 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_EDITOR_DEFAULT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EDITOR_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EDITOR_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsEditor ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at version: 
- at build_id: 
- at devout: 
- at machine_selector: 
- at selected_machine: 
- at set_audio_channels_handler: 
- at set_pads_handler: 
- at toolbar: 
- at notebook: 
- at meter: 
- at note_edit: 
- at tact_counter: 
-
-<!-- ##### STRUCT AgsEditorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at machine_changed: 
-
-<!-- ##### FUNCTION ags_editor_machine_changed ##### -->
-<para>
-
-</para>
-
- at editor: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_editor_callbacks.sgml
deleted file mode 100644
index dedbe0d..0000000
--- a/doc/reference/ags/tmpl/ags_editor_callbacks.sgml
+++ /dev/null
@@ -1,77 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_editor_change_position_callback ##### -->
-<para>
-
-</para>
-
- at navigation: 
- at tact: 
- at editor: 
-
-
-<!-- ##### FUNCTION ags_editor_machine_changed_callback ##### -->
-<para>
-
-</para>
-
- at machine_selector: 
- at machine: 
- at editor: 
-
-
-<!-- ##### FUNCTION ags_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at editor: 
-
-
-<!-- ##### FUNCTION ags_editor_set_audio_channels_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at audio_channels: 
- at audio_channels_old: 
- at editor: 
-
-
-<!-- ##### FUNCTION ags_editor_set_pads_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at channel_type: 
- at pads: 
- at pads_old: 
- at editor: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_effect.sgml b/doc/reference/ags/tmpl/ags_effect.sgml
deleted file mode 100644
index b9fed8c..0000000
--- a/doc/reference/ags/tmpl/ags_effect.sgml
+++ /dev/null
@@ -1,37 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsEffect
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsEffect ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsEffectInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
-
diff --git a/doc/reference/ags/tmpl/ags_effect.sgml.bak b/doc/reference/ags/tmpl/ags_effect.sgml.bak
deleted file mode 100644
index fde5ff9..0000000
--- a/doc/reference/ags/tmpl/ags_effect.sgml.bak
+++ /dev/null
@@ -1,45 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_effect
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_EFFECT_COPY_BUFFER ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EFFECT_COPY_STREAM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EFFECT_DOWN_MIX ##### -->
-<para>
-
-</para>
-
-
-
diff --git a/doc/reference/ags/tmpl/ags_expander.sgml b/doc/reference/ags/tmpl/ags_expander.sgml
deleted file mode 100644
index 0f1572c..0000000
--- a/doc/reference/ags/tmpl/ags_expander.sgml
+++ /dev/null
@@ -1,121 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsExpander
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_EXPANDER_CHILD ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsExpander ##### -->
-<para>
-
-</para>
-
- at expander: 
- at flags: 
- at table: 
- at children: 
-
-<!-- ##### STRUCT AgsExpanderChild ##### -->
-<para>
-
-</para>
-
- at child: 
- at x: 
- at y: 
- at width: 
- at height: 
-
-<!-- ##### STRUCT AgsExpanderClass ##### -->
-<para>
-
-</para>
-
- at expander: 
-
-<!-- ##### ENUM AgsExpanderFlags ##### -->
-<para>
-
-</para>
-
- at AGS_EXPANDER_DRAW_BORDER: 
-
-<!-- ##### FUNCTION ags_expander_add ##### -->
-<para>
-
-</para>
-
- at expander: 
- at widget: 
- at x: 
- at y: 
- at width: 
- at height: 
-
-
-<!-- ##### FUNCTION ags_expander_child_alloc ##### -->
-<para>
-
-</para>
-
- at x: 
- at y: 
- at width: 
- at height: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_child_find ##### -->
-<para>
-
-</para>
-
- at expander: 
- at child: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_new ##### -->
-<para>
-
-</para>
-
- at width: 
- at height: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_remove ##### -->
-<para>
-
-</para>
-
- at expander: 
- at widget: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_expander_set.sgml b/doc/reference/ags/tmpl/ags_expander_set.sgml
deleted file mode 100644
index a6eb103..0000000
--- a/doc/reference/ags/tmpl/ags_expander_set.sgml
+++ /dev/null
@@ -1,134 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsExpanderSet
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_EXPANDER_SET_CHILD ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsExpanderSet ##### -->
-<para>
-
-</para>
-
- at table: 
- at flags: 
- at ghost: 
- at location: 
-
-<!-- ##### STRUCT AgsExpanderSetChild ##### -->
-<para>
-
-</para>
-
- at child: 
- at x: 
- at y: 
- at width: 
- at height: 
-
-<!-- ##### STRUCT AgsExpanderSetClass ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### ENUM AgsExpanderSetFlags ##### -->
-<para>
-
-</para>
-
- at AGS_EXPANDER_SET_DRAW_GHOST: 
- at AGS_EXPANDER_SET_DRAW_LEFT_ENDING: 
- at AGS_EXPANDER_SET_DRAW_RIGHT_ENDING: 
- at AGS_EXPANDER_SET_DRAW_LEFT_CONNECTOR: 
- at AGS_EXPANDER_SET_DRAW_RIGHT_CONNECTOR: 
-
-<!-- ##### FUNCTION ags_expander_set_add ##### -->
-<para>
-
-</para>
-
- at expander_set: 
- at widget: 
- at x: 
- at y: 
- at width: 
- at height: 
-
-
-<!-- ##### FUNCTION ags_expander_set_child_alloc ##### -->
-<para>
-
-</para>
-
- at x: 
- at y: 
- at width: 
- at height: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_set_child_find ##### -->
-<para>
-
-</para>
-
- at expander_set: 
- at child: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_set_new ##### -->
-<para>
-
-</para>
-
- at width: 
- at height: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_expander_set_remove ##### -->
-<para>
-
-</para>
-
- at expander_set: 
- at widget: 
-
-
-<!-- ##### FUNCTION ags_expander_set_set_flags ##### -->
-<para>
-
-</para>
-
- at expander_set: 
- at flags: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_export_output.sgml b/doc/reference/ags/tmpl/ags_export_output.sgml
deleted file mode 100644
index d966278..0000000
--- a/doc/reference/ags/tmpl/ags_export_output.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsExportOutput
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsExportOutput ##### -->
-<para>
-
-</para>
-
- at task: 
- at export_thread: 
- at devout: 
- at filename: 
- at tic: 
- at live_performance: 
-
-<!-- ##### STRUCT AgsExportOutputClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_export_output_new ##### -->
-<para>
-
-</para>
-
- at export_thread: 
- at devout: 
- at filename: 
- at tic: 
- at live_performance: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_export_thread.sgml b/doc/reference/ags/tmpl/ags_export_thread.sgml
deleted file mode 100644
index dd22803..0000000
--- a/doc/reference/ags/tmpl/ags_export_thread.sgml
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsExportThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_EXPORT_THREAD_BUFFER_TIME ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EXPORT_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsExportThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at tic: 
- at counter: 
- at audio_file: 
-
-<!-- ##### STRUCT AgsExportThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_export_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio_file: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_export_window.sgml b/doc/reference/ags/tmpl/ags_export_window.sgml
deleted file mode 100644
index a44284e..0000000
--- a/doc/reference/ags/tmpl/ags_export_window.sgml
+++ /dev/null
@@ -1,64 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsExportWindow
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsExportWindow ##### -->
-<para>
-
-</para>
-
- at window: 
- at flags: 
- at ags_main: 
- at devout: 
- at live_export: 
- at filename: 
- at file_chooser_button: 
- at mode: 
- at tact: 
- at duration: 
- at output_format: 
- at export: 
-
-<!-- ##### STRUCT AgsExportWindowClass ##### -->
-<para>
-
-</para>
-
- at window: 
-
-<!-- ##### ENUM AgsExportWindowFlags ##### -->
-<para>
-
-</para>
-
- at AGS_EXPORT_WINDOW_LIVE_EXPORT: 
-
-<!-- ##### FUNCTION ags_export_window_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_export_window_callbacks.sgml b/doc/reference/ags/tmpl/ags_export_window_callbacks.sgml
deleted file mode 100644
index 63b264f..0000000
--- a/doc/reference/ags/tmpl/ags_export_window_callbacks.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_export_window_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_export_window_export_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at export_window: 
-
-
-<!-- ##### FUNCTION ags_export_window_file_chooser_button_callback ##### -->
-<para>
-
-</para>
-
- at file_chooser_button: 
- at export_window: 
-
-
-<!-- ##### FUNCTION ags_export_window_tact_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at export_window: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ffplayer.sgml b/doc/reference/ags/tmpl/ags_ffplayer.sgml
deleted file mode 100644
index 6b06b83..0000000
--- a/doc/reference/ags/tmpl/ags_ffplayer.sgml
+++ /dev/null
@@ -1,67 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFFPlayer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFFPlayer ##### -->
-<para>
-
-</para>
-
- at machine: 
- at mapped_output_pad: 
- at mapped_input_pad: 
- at name: 
- at xml_type: 
- at open: 
- at control_width: 
- at control_height: 
- at drawing_area: 
- at hadjustment: 
- at ipatch: 
- at preset: 
- at instrument: 
-
-<!-- ##### STRUCT AgsFFPlayerClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### FUNCTION ags_ffplayer_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_paint ##### -->
-<para>
-
-</para>
-
- at ffplayer: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ffplayer_callbacks.sgml b/doc/reference/ags/tmpl/ags_ffplayer_callbacks.sgml
deleted file mode 100644
index 34ae53c..0000000
--- a/doc/reference/ags/tmpl/ags_ffplayer_callbacks.sgml
+++ /dev/null
@@ -1,112 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_ffplayer_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_ffplayer_drawing_area_button_press_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at ffplayer: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_drawing_area_configure_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at ffplayer: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_drawing_area_expose_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at ffplayer: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_hscrollbar_value_changed ##### -->
-<para>
-
-</para>
-
- at adjustment: 
- at ffplayers: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_instrument_changed_callback ##### -->
-<para>
-
-</para>
-
- at instrument: 
- at ffplayer: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_open_clicked_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at ffplayer: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_open_dialog_response_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at response: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at ffplayer: 
-
-
-<!-- ##### FUNCTION ags_ffplayer_preset_changed_callback ##### -->
-<para>
-
-</para>
-
- at preset: 
- at ffplayer: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file.sgml b/doc/reference/ags/tmpl/ags_file.sgml
deleted file mode 100644
index f55f66b..0000000
--- a/doc/reference/ags/tmpl/ags_file.sgml
+++ /dev/null
@@ -1,274 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_FILE_CHECKSUM_LENGTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DEFAULT_AUDIO_ENCODING ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DEFAULT_AUDIO_FORMAT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DEFAULT_DTD ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DEFAULT_ENCODING ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsFile ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at filename: 
- at encoding: 
- at dtd: 
- at audio_format: 
- at audio_encoding: 
- at doc: 
- at id_refs: 
- at lookup: 
- at launch: 
- at ags_main: 
- at clipboard: 
- at property: 
- at script: 
- at cluster: 
- at client: 
- at server: 
- at history: 
- at embedded_audio: 
- at file_link: 
-
-<!-- ##### STRUCT AgsFileClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at write: 
- at write_concurrent: 
- at write_resolve: 
- at read: 
- at read_resolve: 
- at read_start: 
-
-<!-- ##### ENUM AgsFileFlags ##### -->
-<para>
-
-</para>
-
- at AGS_FILE_READ: 
- at AGS_FILE_READ_AUDIO_SIGNAL: 
- at AGS_FILE_READ_EMBEDDED_AUDIO: 
- at AGS_FILE_WRITE: 
- at AGS_FILE_WRITE_AUDIO_SIGNAL: 
- at AGS_FILE_WRITE_EMBEDDED_AUDIO: 
-
-<!-- ##### FUNCTION ags_file_add_id_ref ##### -->
-<para>
-
-</para>
-
- at file: 
- at id_ref: 
-
-
-<!-- ##### FUNCTION ags_file_add_launch ##### -->
-<para>
-
-</para>
-
- at file: 
- at file_launch: 
-
-
-<!-- ##### FUNCTION ags_file_add_lookup ##### -->
-<para>
-
-</para>
-
- at file: 
- at file_lookup: 
-
-
-<!-- ##### FUNCTION ags_file_find_id_ref_by_node ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_find_id_ref_by_reference ##### -->
-<para>
-
-</para>
-
- at file: 
- at ref: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_find_id_ref_by_xpath ##### -->
-<para>
-
-</para>
-
- at file: 
- at xpath: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_read ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_read_main ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at main: 
-
-
-<!-- ##### FUNCTION ags_file_read_resolve ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_read_server ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at server: 
-
-
-<!-- ##### FUNCTION ags_file_read_start ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_str2md5 ##### -->
-<para>
-
-</para>
-
- at content: 
- at strlen: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_write_concurrent ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_write_main ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at main: 
-
-
-<!-- ##### FUNCTION ags_file_write_resolve ##### -->
-<para>
-
-</para>
-
- at file: 
-
-
-<!-- ##### FUNCTION ags_file_write_server ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at server: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_gui.sgml b/doc/reference/ags/tmpl/ags_file_gui.sgml
deleted file mode 100644
index edc49da..0000000
--- a/doc/reference/ags/tmpl/ags_file_gui.sgml
+++ /dev/null
@@ -1,696 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_gui
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_file_read_dialog ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at dialog: 
-
-
-<!-- ##### FUNCTION ags_file_read_dialog_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at dialog: 
-
-
-<!-- ##### FUNCTION ags_file_read_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_line ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_file_read_line_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_line_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_file_read_line_member ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_file_read_line_member_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line_member_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_line_member_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_file_read_link_collection_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_link_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at link_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_counter ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine_counter: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_counter_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine_counter: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_editor_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_file_read_machine_selector ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_file_read_menu_bar ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_file_read_mixer_input_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at mixer_input_pad: 
-
-
-<!-- ##### FUNCTION ags_file_read_mixer_output_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at mixer_output_pad: 
-
-
-<!-- ##### FUNCTION ags_file_read_navigation ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_file_read_notebook ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at notebook: 
-
-
-<!-- ##### FUNCTION ags_file_read_notebook_tab ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at notebook_tab: 
-
-
-<!-- ##### FUNCTION ags_file_read_notebook_tab_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at notebook_tab_list: 
-
-
-<!-- ##### FUNCTION ags_file_read_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pad: 
-
-
-<!-- ##### FUNCTION ags_file_read_pad_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pad_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_pad_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pad: 
-
-
-<!-- ##### FUNCTION ags_file_read_resize_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at resize_editor: 
-
-
-<!-- ##### FUNCTION ags_file_read_toolbar ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_file_read_widget ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at widget: 
-
-
-<!-- ##### FUNCTION ags_file_read_window ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at window: 
-
-
-<!-- ##### FUNCTION ags_file_write_dialog ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at dialog: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_dialog_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at dialog: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line_member ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line_member: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line_member_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line_member_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_line_member_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at line_member: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_link_collection_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at link_collection_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_link_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at link_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_counter ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine_counter: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_counter_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine_counter: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_editor_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_machine_selector ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at machine_selector: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_menu_bar ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at menu_bar: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_mixer_input_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at mixer_input_pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_mixer_output_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at mixer_output_pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_navigation ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at navigation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_notebook ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at notebook: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_notebook_tab ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at notebook_tab: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_notebook_tab_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at notebook_tab_list: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pad ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pad_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pad_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pad_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_resize_editor ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at resize_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_toolbar ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at toolbar: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_widget ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at widget: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_window ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at window: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_id_ref.sgml b/doc/reference/ags/tmpl/ags_file_id_ref.sgml
deleted file mode 100644
index e37b700..0000000
--- a/doc/reference/ags/tmpl/ags_file_id_ref.sgml
+++ /dev/null
@@ -1,90 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileIdRef
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_FILE_ID_REF_RESOLVE_DATA ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_ID_REF_SERIALIZE_DATA ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_RESOLVE ##### -->
-<para>
-
-</para>
-
- at f: 
-
-
-<!-- ##### STRUCT AgsFileIdRef ##### -->
-<para>
-
-</para>
-
- at object: 
- at main: 
- at file: 
- at node: 
- at xpath: 
- at ref: 
-
-<!-- ##### STRUCT AgsFileIdRefClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at resolved: 
-
-<!-- ##### USER_FUNCTION AgsFileResolve ##### -->
-<para>
-
-</para>
-
- at void: 
-
-
-<!-- ##### FUNCTION ags_file_id_ref_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_id_ref_resolved ##### -->
-<para>
-
-</para>
-
- at file_id_ref: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_launch.sgml b/doc/reference/ags/tmpl/ags_file_launch.sgml
deleted file mode 100644
index f5c8246..0000000
--- a/doc/reference/ags/tmpl/ags_file_launch.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileLaunch
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileLaunch ##### -->
-<para>
-
-</para>
-
- at object: 
- at node: 
-
-<!-- ##### STRUCT AgsFileLaunchClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
-
-<!-- ##### FUNCTION ags_file_launch_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_launch_start ##### -->
-<para>
-
-</para>
-
- at file_launch: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_link.sgml b/doc/reference/ags/tmpl/ags_file_link.sgml
deleted file mode 100644
index a75bcc6..0000000
--- a/doc/reference/ags/tmpl/ags_file_link.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileLink
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileLink ##### -->
-<para>
-
-</para>
-
- at object: 
- at filename: 
- at data: 
- at timestamp: 
-
-<!-- ##### STRUCT AgsFileLinkClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_file_link_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_lookup.sgml b/doc/reference/ags/tmpl/ags_file_lookup.sgml
deleted file mode 100644
index 150ce23..0000000
--- a/doc/reference/ags/tmpl/ags_file_lookup.sgml
+++ /dev/null
@@ -1,68 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileLookup
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileLookup ##### -->
-<para>
-
-</para>
-
- at object: 
- at file: 
- at node: 
- at ref: 
-
-<!-- ##### STRUCT AgsFileLookupClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at resolve: 
-
-<!-- ##### FUNCTION ags_file_lookup_find_by_node ##### -->
-<para>
-
-</para>
-
- at file_lookup: 
- at node: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_lookup_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_lookup_resolve ##### -->
-<para>
-
-</para>
-
- at lookup: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_read.sgml b/doc/reference/ags/tmpl/ags_file_read.sgml
deleted file mode 100644
index 08f8cce..0000000
--- a/doc/reference/ags/tmpl/ags_file_read.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileRead
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileRead ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsFileReadClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_file_read_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_selection.sgml b/doc/reference/ags/tmpl/ags_file_selection.sgml
deleted file mode 100644
index 6235da3..0000000
--- a/doc/reference/ags/tmpl/ags_file_selection.sgml
+++ /dev/null
@@ -1,136 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_FILE_SELECTION_ENTRY ##### -->
-<para>
-
-</para>
-
- at strct: 
-
-
-<!-- ##### STRUCT AgsFileSelection ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at directory: 
- at entry_count: 
- at entry: 
- at chosed: 
- at selected: 
-
-<!-- ##### STRUCT AgsFileSelectionClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at add_entry: 
- at remove_entry: 
- at completed: 
-
-<!-- ##### STRUCT AgsFileSelectionEntry ##### -->
-<para>
-
-</para>
-
- at table: 
- at entry: 
- at chosed: 
- at filename: 
- at nth_sample: 
- at nth_channel: 
- at count: 
-
-<!-- ##### ENUM AgsFileSelectionFlags ##### -->
-<para>
-
-</para>
-
- at AGS_FILE_SELECTION_COMPLETED: 
-
-<!-- ##### FUNCTION ags_file_selection_add_entry ##### -->
-<para>
-
-</para>
-
- at file_selection: 
- at widget: 
-
-
-<!-- ##### FUNCTION ags_file_selection_completed ##### -->
-<para>
-
-</para>
-
- at file_selection: 
-
-
-<!-- ##### FUNCTION ags_file_selection_contains_file ##### -->
-<para>
-
-</para>
-
- at file_selection: 
- at filename: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_selection_entry_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_selection_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_selection_remove_entry ##### -->
-<para>
-
-</para>
-
- at file_selection: 
- at widget: 
-
-
-<!-- ##### FUNCTION ags_file_selection_set_entry ##### -->
-<para>
-
-</para>
-
- at file_selection: 
- at entry: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_selection_callbacks.sgml b/doc/reference/ags/tmpl/ags_file_selection_callbacks.sgml
deleted file mode 100644
index 9a65d38..0000000
--- a/doc/reference/ags/tmpl/ags_file_selection_callbacks.sgml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_selection_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_file_selection_remove_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at hbox: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_sound.sgml b/doc/reference/ags/tmpl/ags_file_sound.sgml
deleted file mode 100644
index 624cc27..0000000
--- a/doc/reference/ags/tmpl/ags_file_sound.sgml
+++ /dev/null
@@ -1,899 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_sound
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_file_read_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at audio: 
-
-
-<!-- ##### FUNCTION ags_file_read_audio_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at audio: 
-
-
-<!-- ##### FUNCTION ags_file_read_audio_signal ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at audio_signal: 
-
-
-<!-- ##### FUNCTION ags_file_read_audio_signal_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at audio_signal: 
-
-
-<!-- ##### FUNCTION ags_file_read_channel ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at channel: 
-
-
-<!-- ##### FUNCTION ags_file_read_channel_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at channel: 
-
-
-<!-- ##### FUNCTION ags_file_read_devout ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_file_read_devout_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_file_read_devout_play ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_file_read_devout_play_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at play: 
-
-
-<!-- ##### FUNCTION ags_file_read_file_link ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at file_link: 
-
-
-<!-- ##### FUNCTION ags_file_read_input ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at input: 
-
-
-<!-- ##### FUNCTION ags_file_read_notation ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at notation: 
-
-
-<!-- ##### FUNCTION ags_file_read_notation_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at notation: 
-
-
-<!-- ##### FUNCTION ags_file_read_note ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at note: 
-
-
-<!-- ##### FUNCTION ags_file_read_note_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at note: 
-
-
-<!-- ##### FUNCTION ags_file_read_output ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at output: 
-
-
-<!-- ##### FUNCTION ags_file_read_pattern ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pattern: 
-
-
-<!-- ##### FUNCTION ags_file_read_pattern_data ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pattern: 
- at i: 
- at j: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_file_read_pattern_data_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pattern: 
- at length: 
-
-
-<!-- ##### FUNCTION ags_file_read_pattern_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at pattern: 
-
-
-<!-- ##### FUNCTION ags_file_read_port ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at port: 
-
-
-<!-- ##### FUNCTION ags_file_read_port_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at port: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_audio_run ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_audio_signal ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_channel ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_channel_run ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_container ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall_container: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_container_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall_container: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recall_recycling ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recall: 
-
-
-<!-- ##### FUNCTION ags_file_read_recycling ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recycling: 
-
-
-<!-- ##### FUNCTION ags_file_read_recycling_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at recycling: 
-
-
-<!-- ##### FUNCTION ags_file_read_stream ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at stream: 
- at index: 
- at buffer_size: 
-
-
-<!-- ##### FUNCTION ags_file_read_stream_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at stream: 
- at buffer_size: 
-
-
-<!-- ##### FUNCTION ags_file_read_task ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at task: 
-
-
-<!-- ##### FUNCTION ags_file_read_task_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at task: 
-
-
-<!-- ##### FUNCTION ags_file_read_timestamp ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at timestamp: 
-
-
-<!-- ##### FUNCTION ags_file_read_timestamp_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at timestamp: 
-
-
-<!-- ##### FUNCTION ags_file_write_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_audio_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_audio_signal ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at audio_signal: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_audio_signal_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at audio_signal: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_channel ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_channel_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_devout ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_devout_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_devout_play ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at play: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_devout_play_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at play: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_file_link ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at file_link: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_input ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at input: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_notation ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_notation_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_note ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at note: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_note_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at note: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_output ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at output: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pattern ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pattern: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pattern_data ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pattern: 
- at i: 
- at j: 
- at length: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pattern_data_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pattern: 
- at length: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_pattern_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at pattern: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_port ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at port: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_port_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at port: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_audio_run ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_audio_signal ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_channel ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_channel_run ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_container ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_container_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recall_recycling ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recycling ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_recycling_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_stream ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at stream: 
- at index: 
- at buffer_size: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_stream_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at stream: 
- at buffer_size: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_task ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at task: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_task_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at task: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_timestamp ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at timestamp: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_timestamp_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at timestamp: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_stock.sgml b/doc/reference/ags/tmpl/ags_file_stock.sgml
deleted file mode 100644
index 66cec5c..0000000
--- a/doc/reference/ags/tmpl/ags_file_stock.sgml
+++ /dev/null
@@ -1,304 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_stock
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_CLIPBOARD_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_BOOLEAN_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_BOOLEAN_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_BUILD_ID_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_CHAR_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_CHAR_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DOUBLE_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DOUBLE_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_BUTTON ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_CARTESIAN ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_DIAL ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_HINDICATOR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_HSCALE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_LABEL ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_LED ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_VINDICATOR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_VSCALE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_DYNAMIC_WIDGET_WAVEFORM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_EFFECTS_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_FALSE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_FLAGS_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_FLOAT_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_FLOAT_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_ID_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_INT64_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_INT64_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_NAME_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_OBJECT_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_SCOPE_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_TRUE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_TYPE_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_UINT64_POINTER_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_UINT64_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_VERSION_PROP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_FILE_XPATH_PROP ##### -->
-<para>
-
-</para>
-
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_thread.sgml b/doc/reference/ags/tmpl/ags_file_thread.sgml
deleted file mode 100644
index 814868b..0000000
--- a/doc/reference/ags/tmpl/ags_file_thread.sgml
+++ /dev/null
@@ -1,108 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_thread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_file_read_audio_loop ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at audio_loop: 
-
-
-<!-- ##### FUNCTION ags_file_read_thread ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at thread: 
-
-
-<!-- ##### FUNCTION ags_file_read_thread_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at thread: 
-
-
-<!-- ##### FUNCTION ags_file_read_thread_pool ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at thread_pool: 
-
-
-<!-- ##### FUNCTION ags_file_write_audio_loop ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at audio_loop: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_thread ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_thread_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_thread_pool ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at thread_pool: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_util.sgml b/doc/reference/ags/tmpl/ags_file_util.sgml
deleted file mode 100644
index 4b2fd42..0000000
--- a/doc/reference/ags/tmpl/ags_file_util.sgml
+++ /dev/null
@@ -1,227 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_file_util
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_file_read_embedded_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at embedded_audio: 
-
-
-<!-- ##### FUNCTION ags_file_read_embedded_audio_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at embedded_audio: 
-
-
-<!-- ##### FUNCTION ags_file_read_file_link ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at file_link: 
-
-
-<!-- ##### FUNCTION ags_file_read_file_link_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at file_link: 
-
-
-<!-- ##### FUNCTION ags_file_util_read_dependency ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at id: 
- at name: 
- at xpath: 
-
-
-<!-- ##### FUNCTION ags_file_util_read_history ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at history: 
-
-
-<!-- ##### FUNCTION ags_file_util_read_object ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at gobject: 
-
-
-<!-- ##### FUNCTION ags_file_util_read_parameter ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at id: 
- at parameter: 
- at n_params: 
- at xpath: 
-
-
-<!-- ##### FUNCTION ags_file_util_read_value ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at id: 
- at value: 
- at xpath: 
-
-
-<!-- ##### FUNCTION ags_file_util_write_dependency ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at id: 
- at name: 
- at xpath: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_util_write_history ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at history: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_util_write_object ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at gobject: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_util_write_parameter ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at id: 
- at parameter: 
- at n_params: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_util_write_value ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at id: 
- at value: 
- at pointer_type: 
- at arr_length: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_embedded_audio ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at embedded_audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_embedded_audio_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at embedded_audio: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_file_link ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at file_link: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_file_write_file_link_list ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at file_link: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_value_factory.sgml b/doc/reference/ags/tmpl/ags_file_value_factory.sgml
deleted file mode 100644
index df261b4..0000000
--- a/doc/reference/ags/tmpl/ags_file_value_factory.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileValueFactory
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileValueFactory ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsFileValueFactoryClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_file_value_factory_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_file_write.sgml b/doc/reference/ags/tmpl/ags_file_write.sgml
deleted file mode 100644
index 80558e8..0000000
--- a/doc/reference/ags/tmpl/ags_file_write.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFileWrite
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFileWrite ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsFileWriteClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_file_write_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_free_selection.sgml b/doc/reference/ags/tmpl/ags_free_selection.sgml
deleted file mode 100644
index c31191a..0000000
--- a/doc/reference/ags/tmpl/ags_free_selection.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsFreeSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsFreeSelection ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
-
-<!-- ##### STRUCT AgsFreeSelectionClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_free_selection_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_garbage_collector.sgml b/doc/reference/ags/tmpl/ags_garbage_collector.sgml
deleted file mode 100644
index a3e3bde..0000000
--- a/doc/reference/ags/tmpl/ags_garbage_collector.sgml
+++ /dev/null
@@ -1,86 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsGarbageCollector
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsGarbageCollector ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at devout: 
- at list: 
- at stopped: 
- at start: 
- at end: 
-
-<!-- ##### STRUCT AgsGarbageCollectorClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsGarbageCollectorFlags ##### -->
-<para>
-
-</para>
-
- at AGS_GARBAGE_COLLECTOR_RUN: 
- at AGS_GARBAGE_COLLECTOR_CANCEL_RUN: 
-
-<!-- ##### FUNCTION ags_garbage_collector_add ##### -->
-<para>
-
-</para>
-
- at garbage_collector: 
- at recycling: 
-
-
-<!-- ##### FUNCTION ags_garbage_collector_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_garbage_collector_remove ##### -->
-<para>
-
-</para>
-
- at garbage_collector: 
- at recycling: 
-
-
-<!-- ##### FUNCTION ags_garbage_collector_run ##### -->
-<para>
-
-</para>
-
- at garbage_collector: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_generic_preferences.sgml b/doc/reference/ags/tmpl/ags_generic_preferences.sgml
deleted file mode 100644
index c02b7ba..0000000
--- a/doc/reference/ags/tmpl/ags_generic_preferences.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsGenericPreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsGenericPreferences ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at audio_output_module: 
-
-<!-- ##### STRUCT AgsGenericPreferencesClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_generic_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_gui_task_thread.sgml b/doc/reference/ags/tmpl/ags_gui_task_thread.sgml
deleted file mode 100644
index ba1636a..0000000
--- a/doc/reference/ags/tmpl/ags_gui_task_thread.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsGuiTaskThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsGuiTaskThread ##### -->
-<para>
-
-</para>
-
- at task_thread: 
-
-<!-- ##### STRUCT AgsGuiTaskThreadClass ##### -->
-<para>
-
-</para>
-
- at task_thread: 
-
-<!-- ##### FUNCTION ags_gui_task_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_gui_thread.sgml b/doc/reference/ags/tmpl/ags_gui_thread.sgml
deleted file mode 100644
index d836e39..0000000
--- a/doc/reference/ags/tmpl/ags_gui_thread.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsGuiThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_GUI_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsGuiThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at mutex: 
- at cond: 
- at gui_task_thread: 
-
-<!-- ##### STRUCT AgsGuiThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_gui_thread_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_hindicator.sgml b/doc/reference/ags/tmpl/ags_hindicator.sgml
deleted file mode 100644
index 6d70576..0000000
--- a/doc/reference/ags/tmpl/ags_hindicator.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsHIndicator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsHIndicator ##### -->
-<para>
-
-</para>
-
- at indicator: 
-
-<!-- ##### STRUCT AgsHIndicatorClass ##### -->
-<para>
-
-</para>
-
- at indicator: 
-
-<!-- ##### FUNCTION ags_hindicator_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_history.sgml b/doc/reference/ags/tmpl/ags_history.sgml
deleted file mode 100644
index 5c38a56..0000000
--- a/doc/reference/ags/tmpl/ags_history.sgml
+++ /dev/null
@@ -1,53 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsHistory
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsHistory ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at task: 
-
-<!-- ##### STRUCT AgsHistoryAppend ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsHistoryClass ##### -->
-<para>
-
-</para>
-
- at gobject: 
-
-<!-- ##### FUNCTION ags_history_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_htimebar.sgml b/doc/reference/ags/tmpl/ags_htimebar.sgml
deleted file mode 100644
index a892e63..0000000
--- a/doc/reference/ags/tmpl/ags_htimebar.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsHTimebar
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsHTimebar ##### -->
-<para>
-
-</para>
-
- at range: 
-
-<!-- ##### STRUCT AgsHTimebarClass ##### -->
-<para>
-
-</para>
-
- at timebar: 
-
-<!-- ##### FUNCTION ags_htimebar_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_id_generator.sgml b/doc/reference/ags/tmpl/ags_id_generator.sgml
deleted file mode 100644
index 79f734e..0000000
--- a/doc/reference/ags/tmpl/ags_id_generator.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_id_generator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_id_generator_create_uuid ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_indicator.sgml b/doc/reference/ags/tmpl/ags_indicator.sgml
deleted file mode 100644
index d506470..0000000
--- a/doc/reference/ags/tmpl/ags_indicator.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsIndicator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsIndicator ##### -->
-<para>
-
-</para>
-
- at widget: 
- at adjustment: 
-
-<!-- ##### STRUCT AgsIndicatorClass ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### FUNCTION ags_indicator_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_init_audio.sgml b/doc/reference/ags/tmpl/ags_init_audio.sgml
deleted file mode 100644
index ce170f7..0000000
--- a/doc/reference/ags/tmpl/ags_init_audio.sgml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsInitAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsInitAudio ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio: 
- at playback: 
- at sequencer: 
- at notation: 
-
-<!-- ##### STRUCT AgsInitAudioClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_init_audio_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at playback: 
- at sequencer: 
- at notation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_init_channel.sgml b/doc/reference/ags/tmpl/ags_init_channel.sgml
deleted file mode 100644
index 8ba7937..0000000
--- a/doc/reference/ags/tmpl/ags_init_channel.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsInitChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsInitChannel ##### -->
-<para>
-
-</para>
-
- at task: 
- at channel: 
- at play_pad: 
- at playback: 
- at sequencer: 
- at notation: 
-
-<!-- ##### STRUCT AgsInitChannelClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_init_channel_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at play_pad: 
- at playback: 
- at sequencer: 
- at notation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_inline_player.sgml b/doc/reference/ags/tmpl/ags_inline_player.sgml
deleted file mode 100644
index 6d88ccd..0000000
--- a/doc/reference/ags/tmpl/ags_inline_player.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsInlinePlayer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsInlinePlayer ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at playable: 
- at play: 
- at position: 
- at volume: 
-
-<!-- ##### STRUCT AgsInlinePlayerClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_inline_player_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_inline_player_callbacks.sgml b/doc/reference/ags/tmpl/ags_inline_player_callbacks.sgml
deleted file mode 100644
index 32ce928..0000000
--- a/doc/reference/ags/tmpl/ags_inline_player_callbacks.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_inline_player_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_input.sgml b/doc/reference/ags/tmpl/ags_input.sgml
deleted file mode 100644
index 7700455..0000000
--- a/doc/reference/ags/tmpl/ags_input.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsInput
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsInput ##### -->
-<para>
-
-</para>
-
- at channel: 
- at file_link: 
-
-<!-- ##### STRUCT AgsInputClass ##### -->
-<para>
-
-</para>
-
- at channel: 
-
-<!-- ##### FUNCTION ags_input_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ipatch.sgml b/doc/reference/ags/tmpl/ags_ipatch.sgml
deleted file mode 100644
index 9a24b48..0000000
--- a/doc/reference/ags/tmpl/ags_ipatch.sgml
+++ /dev/null
@@ -1,89 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsIpatch
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_IPATCH_DEFAULT_CHANNELS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_IPATCH_READ ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_IPATCH_WRITE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsIpatch ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at devout: 
- at audio_signal: 
- at file: 
- at filename: 
- at mode: 
- at handle: 
- at error: 
- at base: 
- at reader: 
- at samples: 
- at iter: 
- at nth_level: 
-
-<!-- ##### STRUCT AgsIpatchClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsIpatchFlags ##### -->
-<para>
-
-</para>
-
- at AGS_IPATCH_DLS2: 
- at AGS_IPATCH_SF2: 
- at AGS_IPATCH_GIG: 
-
-<!-- ##### FUNCTION ags_ipatch_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ipatch_sf2_reader.sgml b/doc/reference/ags/tmpl/ags_ipatch_sf2_reader.sgml
deleted file mode 100644
index 9450180..0000000
--- a/doc/reference/ags/tmpl/ags_ipatch_sf2_reader.sgml
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsIpatchSF2Reader
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsIpatchSF2Reader ##### -->
-<para>
-
-</para>
-
- at object: 
- at ipatch: 
- at selected: 
- at reader: 
- at sf2: 
- at bank: 
- at program: 
- at preset: 
- at instrument: 
- at sample: 
- at count: 
-
-<!-- ##### STRUCT AgsIpatchSF2ReaderClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsSF2Levels ##### -->
-<para>
-
-</para>
-
- at AGS_SF2_FILENAME: 
- at AGS_SF2_PHDR: 
- at AGS_SF2_IHDR: 
- at AGS_SF2_SHDR: 
-
-<!-- ##### FUNCTION ags_ipatch_sf2_reader_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_iterator_thread.sgml b/doc/reference/ags/tmpl/ags_iterator_thread.sgml
deleted file mode 100644
index 50cee38..0000000
--- a/doc/reference/ags/tmpl/ags_iterator_thread.sgml
+++ /dev/null
@@ -1,71 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsIteratorThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsIteratorThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at tic_mutex: 
- at tic_cond: 
- at recycling_thread: 
- at channel: 
- at recall_id: 
- at stage: 
-
-<!-- ##### STRUCT AgsIteratorThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
- at children_ready: 
-
-<!-- ##### ENUM AgsIteratorThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_ITERATOR_THREAD_DONE: 
- at AGS_ITERATOR_THREAD_WAIT: 
-
-<!-- ##### FUNCTION ags_iterator_thread_children_ready ##### -->
-<para>
-
-</para>
-
- at iterator_thread: 
- at current: 
-
-
-<!-- ##### FUNCTION ags_iterator_thread_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ladspa_browser.sgml b/doc/reference/ags/tmpl/ags_ladspa_browser.sgml
deleted file mode 100644
index 445a23f..0000000
--- a/doc/reference/ags/tmpl/ags_ladspa_browser.sgml
+++ /dev/null
@@ -1,89 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLadspaBrowser
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLadspaBrowser ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at parent: 
- at path: 
- at plugin: 
- at description: 
- at preview: 
- at apply: 
- at ok: 
- at cancel: 
-
-<!-- ##### STRUCT AgsLadspaBrowserClass ##### -->
-<para>
-
-</para>
-
- at dialog: 
-
-<!-- ##### FUNCTION ags_ladspa_browser_combo_box_controls_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_get_plugin_effect ##### -->
-<para>
-
-</para>
-
- at ladspa_browser: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_get_plugin_filename ##### -->
-<para>
-
-</para>
-
- at ladspa_browser: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_new ##### -->
-<para>
-
-</para>
-
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_preview_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ladspa_browser_callbacks.sgml b/doc/reference/ags/tmpl/ags_ladspa_browser_callbacks.sgml
deleted file mode 100644
index b505939..0000000
--- a/doc/reference/ags/tmpl/ags_ladspa_browser_callbacks.sgml
+++ /dev/null
@@ -1,71 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_ladspa_browser_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_cancel_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at ladspa_browser: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_ok_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at ladspa_browser: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_plugin_effect_callback ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at ladspa_browser: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_plugin_filename_callback ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at ladspa_browser: 
-
-
-<!-- ##### FUNCTION ags_ladspa_browser_preview_close_callback ##### -->
-<para>
-
-</para>
-
- at preview: 
- at ladspa_browser: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ladspa_manager.sgml b/doc/reference/ags/tmpl/ags_ladspa_manager.sgml
deleted file mode 100644
index a5a239e..0000000
--- a/doc/reference/ags/tmpl/ags_ladspa_manager.sgml
+++ /dev/null
@@ -1,127 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLadspaManager
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_LADSPA_PLUGIN ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsLadspaManager ##### -->
-<para>
-
-</para>
-
- at object: 
- at ladspa_plugin: 
-
-<!-- ##### STRUCT AgsLadspaManagerClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsLadspaPlugin ##### -->
-<para>
-
-</para>
-
- at flags: 
- at filename: 
- at plugin_so: 
-
-<!-- ##### ENUM AgsLadspaPluginFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LADSPA_PLUGIN_IS_LOADED: 
-
-<!-- ##### FUNCTION ags_ladspa_manager_find_ladspa_plugin ##### -->
-<para>
-
-</para>
-
- at filename: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_manager_get_filenames ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_manager_get_instance ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_manager_load_default_directory ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_ladspa_manager_load_file ##### -->
-<para>
-
-</para>
-
- at filename: 
-
-
-<!-- ##### FUNCTION ags_ladspa_manager_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_plugin_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ladspa_plugin_free ##### -->
-<para>
-
-</para>
-
- at ladspa_plugin: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_led.sgml b/doc/reference/ags/tmpl/ags_led.sgml
deleted file mode 100644
index 909244a..0000000
--- a/doc/reference/ags/tmpl/ags_led.sgml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLed
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLed ##### -->
-<para>
-
-</para>
-
- at bin: 
- at flags: 
-
-<!-- ##### STRUCT AgsLedClass ##### -->
-<para>
-
-</para>
-
- at bin: 
-
-<!-- ##### ENUM AgsLedFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LED_ACTIVE: 
-
-<!-- ##### FUNCTION ags_led_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_led_set_active ##### -->
-<para>
-
-</para>
-
- at led: 
-
-
-<!-- ##### FUNCTION ags_led_unset_active ##### -->
-<para>
-
-</para>
-
- at led: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_libao.sgml b/doc/reference/ags/tmpl/ags_libao.sgml
deleted file mode 100644
index 354d6c2..0000000
--- a/doc/reference/ags/tmpl/ags_libao.sgml
+++ /dev/null
@@ -1,299 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLibao
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_BPM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_BUFFER_SIZE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_DELAY ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_SAMPLERATE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_TACT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_TACTRATE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_DEFAULT_TACT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_ERROR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LIBAO_PLAY ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### MACRO AGS_LIBAO_PLAY_DOMAIN ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsLibao ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at dsp_channels: 
- at pcm_channels: 
- at bits: 
- at buffer_size: 
- at frequency: 
- at buffer: 
- at bpm: 
- at delay: 
- at attack: 
- at delay_counter: 
- at tic_counter: 
-
-<!-- ##### STRUCT AgsLibaoClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at play_init: 
- at play: 
- at stop: 
- at tic: 
- at note_offset_changed: 
-
-<!-- ##### ENUM AgsLibaoError ##### -->
-<para>
-
-</para>
-
- at AGS_LIBAO_ERROR_LOCKED_SOUNDCARD: 
-
-<!-- ##### ENUM AgsLibaoFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LIBAO_BUFFER0: 
- at AGS_LIBAO_BUFFER1: 
- at AGS_LIBAO_BUFFER2: 
- at AGS_LIBAO_BUFFER3: 
- at AGS_LIBAO_ATTACK_FIRST: 
- at AGS_LIBAO_PLAY: 
- at AGS_LIBAO_LIBAO: 
- at AGS_LIBAO_OSS: 
- at AGS_LIBAO_ALSA: 
- at AGS_LIBAO_SHUTDOWN: 
- at AGS_LIBAO_START_PLAY: 
- at AGS_LIBAO_NONBLOCKING: 
- at AGS_LIBAO_TIMING_SET_0: 
- at AGS_LIBAO_TIMING_SET_1: 
-
-<!-- ##### STRUCT AgsLibaoPlay ##### -->
-<para>
-
-</para>
-
- at flags: 
- at iterator_thread: 
- at source: 
- at audio_channel: 
- at recall_id: 
-
-<!-- ##### STRUCT AgsLibaoPlayDomain ##### -->
-<para>
-
-</para>
-
- at domain: 
- at playback: 
- at sequencer: 
- at notation: 
- at libao_play: 
-
-<!-- ##### ENUM AgsLibaoPlayFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LIBAO_PLAY_DONE: 
- at AGS_LIBAO_PLAY_REMOVE: 
- at AGS_LIBAO_PLAY_CHANNEL: 
- at AGS_LIBAO_PLAY_PAD: 
- at AGS_LIBAO_PLAY_AUDIO: 
- at AGS_LIBAO_PLAY_PLAYBACK: 
- at AGS_LIBAO_PLAY_SEQUENCER: 
- at AGS_LIBAO_PLAY_NOTATION: 
- at AGS_LIBAO_PLAY_SUPER_THREADED: 
-
-<!-- ##### ENUM AgsLibaoResolutionMode ##### -->
-<para>
-
-</para>
-
- at AGS_LIBAO_RESOLUTION_8_BIT: 
- at AGS_LIBAO_RESOLUTION_16_BIT: 
- at AGS_LIBAO_RESOLUTION_24_BIT: 
- at AGS_LIBAO_RESOLUTION_32_BIT: 
- at AGS_LIBAO_RESOLUTION_64_BIT: 
-
-<!-- ##### FUNCTION ags_libao_error_quark ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_libao_list_cards ##### -->
-<para>
-
-</para>
-
- at card_id: 
- at card_name: 
-
-
-<!-- ##### FUNCTION ags_libao_new ##### -->
-<para>
-
-</para>
-
- at ags_main: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_libao_note_offset_changed ##### -->
-<para>
-
-</para>
-
- at libao: 
- at note_offset: 
-
-
-<!-- ##### FUNCTION ags_libao_pcm_info ##### -->
-<para>
-
-</para>
-
- at card_id: 
- at channels_min: 
- at channels_max: 
- at rate_min: 
- at rate_max: 
- at buffer_size_min: 
- at buffer_size_max: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_libao_play_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_libao_play_domain_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_libao_play_domain_free ##### -->
-<para>
-
-</para>
-
- at libao_play_domain: 
-
-
-<!-- ##### FUNCTION ags_libao_play_free ##### -->
-<para>
-
-</para>
-
- at libao_play: 
-
-
-<!-- ##### FUNCTION ags_libao_tic ##### -->
-<para>
-
-</para>
-
- at libao: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line.sgml b/doc/reference/ags/tmpl/ags_line.sgml
deleted file mode 100644
index f7bf785..0000000
--- a/doc/reference/ags/tmpl/ags_line.sgml
+++ /dev/null
@@ -1,117 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_LINE_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LINE_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsLine ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at version: 
- at build_id: 
- at name: 
- at channel: 
- at pad: 
- at label: 
- at group: 
- at expander: 
-
-<!-- ##### STRUCT AgsLineClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at set_channel: 
- at group_changed: 
-
-<!-- ##### ENUM AgsLineFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LINE_CONNECTED: 
- at AGS_LINE_GROUPED: 
- at AGS_LINE_MAPPED_RECALL: 
- at AGS_LINE_PREMAPPED_RECALL: 
-
-<!-- ##### FUNCTION ags_line_find_next_grouped ##### -->
-<para>
-
-</para>
-
- at line: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_find_port ##### -->
-<para>
-
-</para>
-
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_group_changed ##### -->
-<para>
-
-</para>
-
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_new ##### -->
-<para>
-
-</para>
-
- at pad: 
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_set_channel ##### -->
-<para>
-
-</para>
-
- at line: 
- at channel: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_callbacks.sgml b/doc/reference/ags/tmpl/ags_line_callbacks.sgml
deleted file mode 100644
index 7918612..0000000
--- a/doc/reference/ags/tmpl/ags_line_callbacks.sgml
+++ /dev/null
@@ -1,144 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_line_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_line_channel_done_callback ##### -->
-<para>
-
-</para>
-
- at channel: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_copy_pattern_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_copy_pattern_done ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_group_clicked_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at line: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at line: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_peak_run_post_callback ##### -->
-<para>
-
-</para>
-
- at peak_channel: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_play_channel_run_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_play_volume_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_play_volume_done ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_recall_volume_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_recall_volume_done ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_remove_recall_callback ##### -->
-<para>
-
-</para>
-
- at recall: 
- at line: 
-
-
-<!-- ##### FUNCTION ags_line_volume_callback ##### -->
-<para>
-
-</para>
-
- at range: 
- at line: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_editor.sgml b/doc/reference/ags/tmpl/ags_line_editor.sgml
deleted file mode 100644
index 99bb0c9..0000000
--- a/doc/reference/ags/tmpl/ags_line_editor.sgml
+++ /dev/null
@@ -1,75 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLineEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_LINE_EDITOR_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_LINE_EDITOR_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsLineEditor ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at version: 
- at build_id: 
- at channel: 
- at link_editor: 
- at member_editor: 
-
-<!-- ##### STRUCT AgsLineEditorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_line_editor_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_editor_set_channel ##### -->
-<para>
-
-</para>
-
- at line_editor: 
- at channel: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_line_editor_callbacks.sgml
deleted file mode 100644
index e686189..0000000
--- a/doc/reference/ags/tmpl/ags_line_editor_callbacks.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_line_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_line_editor_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at line_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at line_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_editor_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at line_editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_member.sgml b/doc/reference/ags/tmpl/ags_line_member.sgml
deleted file mode 100644
index 2815144..0000000
--- a/doc/reference/ags/tmpl/ags_line_member.sgml
+++ /dev/null
@@ -1,109 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLineMember
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLineMember ##### -->
-<para>
-
-</para>
-
- at frame: 
- at flags: 
- at widget_type: 
- at widget_label: 
- at plugin_name: 
- at specifier: 
- at control_port: 
- at port: 
- at port_data: 
- at active: 
- at recall_port: 
- at recall_port_data: 
- at recall_active: 
- at task_type: 
-
-<!-- ##### STRUCT AgsLineMemberClass ##### -->
-<para>
-
-</para>
-
- at frame: 
- at change_port: 
-
-<!-- ##### ENUM AgsLineMemberFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LINE_MEMBER_DEFAULT_TEMPLATE: 
- at AGS_LINE_MEMBER_RESET_BY_ATOMIC: 
- at AGS_LINE_MEMBER_RESET_BY_TASK: 
- at AGS_LINE_MEMBER_APPLY_RECALL: 
- at AGS_LINE_MEMBER_PLAY_CALLBACK_WRITE: 
- at AGS_LINE_MEMBER_RECALL_CALLBACK_WRITE: 
- at AGS_LINE_MEMBER_CALLBACK_READ_BLOCK: 
- at AGS_LINE_MEMBER_CALLBACK_WRITE_BLOCK: 
-
-<!-- ##### FUNCTION ags_line_member_change_port ##### -->
-<para>
-
-</para>
-
- at line_member: 
- at port_data: 
-
-
-<!-- ##### FUNCTION ags_line_member_find_port ##### -->
-<para>
-
-</para>
-
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_get_widget ##### -->
-<para>
-
-</para>
-
- at line_member: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_member_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_member_set_label ##### -->
-<para>
-
-</para>
-
- at line_member: 
- at label: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_member_callbacks.sgml b/doc/reference/ags/tmpl/ags_line_member_callbacks.sgml
deleted file mode 100644
index 6318242..0000000
--- a/doc/reference/ags/tmpl/ags_line_member_callbacks.sgml
+++ /dev/null
@@ -1,108 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_line_member_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_line_member_button_clicked_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_check_button_clicked_callback ##### -->
-<para>
-
-</para>
-
- at check_button: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_dial_changed_callback ##### -->
-<para>
-
-</para>
-
- at dial: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_hscale_changed_callback ##### -->
-<para>
-
-</para>
-
- at hscale: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at line_member: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_line_member_port_safe_write_callback ##### -->
-<para>
-
-</para>
-
- at port: 
- at value: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_spin_button_changed_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_toggle_button_clicked_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at line_member: 
-
-
-<!-- ##### FUNCTION ags_line_member_vscale_changed_callback ##### -->
-<para>
-
-</para>
-
- at vscale: 
- at line_member: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_member_editor.sgml b/doc/reference/ags/tmpl/ags_line_member_editor.sgml
deleted file mode 100644
index d71ef32..0000000
--- a/doc/reference/ags/tmpl/ags_line_member_editor.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLineMemberEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLineMemberEditor ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at line_member: 
- at add: 
- at popup: 
- at remove: 
- at ladspa_browser: 
-
-<!-- ##### STRUCT AgsLineMemberEditorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_line_member_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_line_member_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_line_member_editor_callbacks.sgml
deleted file mode 100644
index 396a609..0000000
--- a/doc/reference/ags/tmpl/ags_line_member_editor_callbacks.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_line_member_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_line_member_editor_add_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at line_member_editor: 
-
-
-<!-- ##### FUNCTION ags_line_member_editor_ladspa_browser_response_callback ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at response: 
- at line_member_editor: 
-
-
-<!-- ##### FUNCTION ags_line_member_editor_remove_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at line_member_editor: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_link_channel.sgml b/doc/reference/ags/tmpl/ags_link_channel.sgml
deleted file mode 100644
index 1beb108..0000000
--- a/doc/reference/ags/tmpl/ags_link_channel.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLinkChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLinkChannel ##### -->
-<para>
-
-</para>
-
- at task: 
- at channel: 
- at link: 
- at error: 
-
-<!-- ##### STRUCT AgsLinkChannelClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_link_channel_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at link: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_link_collection_editor.sgml b/doc/reference/ags/tmpl/ags_link_collection_editor.sgml
deleted file mode 100644
index 8ec6d9b..0000000
--- a/doc/reference/ags/tmpl/ags_link_collection_editor.sgml
+++ /dev/null
@@ -1,75 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLinkCollectionEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLinkCollectionEditor ##### -->
-<para>
-
-</para>
-
- at table: 
- at channel_type: 
- at link: 
- at first_line: 
- at first_link: 
- at count: 
-
-<!-- ##### STRUCT AgsLinkCollectionEditorClass ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### FUNCTION ags_link_collection_editor_check_count ##### -->
-<para>
-
-</para>
-
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_check_first_line ##### -->
-<para>
-
-</para>
-
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_check_first_link ##### -->
-<para>
-
-</para>
-
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_link_collection_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_link_collection_editor_callbacks.sgml
deleted file mode 100644
index 8505ad1..0000000
--- a/doc/reference/ags/tmpl/ags_link_collection_editor_callbacks.sgml
+++ /dev/null
@@ -1,71 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_link_collection_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_count_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_first_line_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_first_link_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_link_callback ##### -->
-<para>
-
-</para>
-
- at combo: 
- at link_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_link_collection_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at link_collection_editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_link_editor.sgml b/doc/reference/ags/tmpl/ags_link_editor.sgml
deleted file mode 100644
index d01ad0a..0000000
--- a/doc/reference/ags/tmpl/ags_link_editor.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLinkEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLinkEditor ##### -->
-<para>
-
-</para>
-
- at hbox: 
- at flags: 
- at combo: 
- at spin_button: 
- at audio_file: 
- at file_chooser: 
-
-<!-- ##### STRUCT AgsLinkEditorClass ##### -->
-<para>
-
-</para>
-
- at hbox: 
-
-<!-- ##### ENUM AgsLinkEditorFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LINK_EDITOR_FILE_CHOOSER_PLAY_DONE: 
-
-<!-- ##### FUNCTION ags_link_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_link_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_link_editor_callbacks.sgml
deleted file mode 100644
index 5ddc320..0000000
--- a/doc/reference/ags/tmpl/ags_link_editor_callbacks.sgml
+++ /dev/null
@@ -1,64 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_link_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_link_editor_combo_callback ##### -->
-<para>
-
-</para>
-
- at combo: 
- at link_editor: 
-
-
-<!-- ##### FUNCTION ags_link_editor_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at link_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_link_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at link_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_link_editor_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at link_editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_list.sgml b/doc/reference/ags/tmpl/ags_list.sgml
deleted file mode 100644
index 6f674f9..0000000
--- a/doc/reference/ags/tmpl/ags_list.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_list
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_list_duplicate_list ##### -->
-<para>
-
-</para>
-
- at entry: 
- at target: 
-
-
-<!-- ##### FUNCTION ags_list_free_and_free_link ##### -->
-<para>
-
-</para>
-
- at list: 
-
-
-<!-- ##### FUNCTION ags_list_free_and_unref_link ##### -->
-<para>
-
-</para>
-
- at list: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_listing_editor.sgml b/doc/reference/ags/tmpl/ags_listing_editor.sgml
deleted file mode 100644
index c4c9db5..0000000
--- a/doc/reference/ags/tmpl/ags_listing_editor.sgml
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsListingEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsListingEditor ##### -->
-<para>
-
-</para>
-
- at property_listing_editor: 
- at channel_type: 
- at child: 
-
-<!-- ##### STRUCT AgsListingEditorClass ##### -->
-<para>
-
-</para>
-
- at property_listing_editor: 
-
-<!-- ##### FUNCTION ags_listing_editor_add_children ##### -->
-<para>
-
-</para>
-
- at listing_editor: 
- at audio: 
- at nth_channel: 
- at connect: 
-
-
-<!-- ##### FUNCTION ags_listing_editor_new ##### -->
-<para>
-
-</para>
-
- at channel_type: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_listing_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_listing_editor_callbacks.sgml
deleted file mode 100644
index 3faa323..0000000
--- a/doc/reference/ags/tmpl/ags_listing_editor_callbacks.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_listing_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_listing_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at listing_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_listing_editor_set_pads_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at channel_type: 
- at pads: 
- at pads_old: 
- at listing_editor: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_log.sgml b/doc/reference/ags/tmpl/ags_log.sgml
deleted file mode 100644
index 7288679..0000000
--- a/doc/reference/ags/tmpl/ags_log.sgml
+++ /dev/null
@@ -1,163 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLog
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLog ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at file: 
- at start_mutex: 
- at start_wait_cond: 
- at log_interval: 
- at free_float: 
- at timer_thread: 
- at timer_thread_attr: 
- at timer_mutex: 
- at timer_mutex_attr: 
- at timer_started: 
- at timer_active: 
- at timer_awaken: 
- at timer_wait_cond: 
- at broker_thread: 
- at broker_thread_attr: 
- at broker_mutex: 
- at broker_mutex_attr: 
- at broker_started: 
- at broker_active: 
- at broker_awaken: 
- at signaled_timer: 
- at signaled_log: 
- at signaled_queue: 
- at signaled_output: 
- at broker_wait_cond: 
- at output_formated_message: 
- at output_thread: 
- at output_thread_attr: 
- at output_mutex: 
- at output_mutex_attr: 
- at output_started: 
- at output_active: 
- at output_awaken: 
- at output_wait_cond: 
- at queue_formated_message: 
- at queue_message: 
- at queue_thread: 
- at queue_thread_attr: 
- at queue_mutex: 
- at queue_mutex_attr: 
- at queue_started: 
- at queue_active: 
- at queue_awaken: 
- at queue_wait_cond: 
- at log: 
- at active_logs: 
- at suspended_logs: 
- at log_wait_cond: 
-
-<!-- ##### STRUCT AgsLogClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsLogFlags ##### -->
-<para>
-
-</para>
-
- at AGS_LOG_STARTING: 
- at AGS_LOG_RUNNING: 
- at AGS_LOG_TIMER_SLEEP: 
- at AGS_LOG_OUTPUT_SUSPEND: 
- at AGS_LOG_OUTPUT_WAITS_FOR_QUEUE: 
- at AGS_LOG_QUEUE_SUSPEND: 
- at AGS_LOG_SUSPEND: 
- at AGS_LOG_COPY_FROM_QUEUE_TO_OUTPUT: 
- at AGS_LOG_OMMIT_DEBUG: 
-
-<!-- ##### STRUCT AgsLogFormatedMessage ##### -->
-<para>
-
-</para>
-
- at length: 
- at message: 
-
-<!-- ##### STRUCT AgsLogMessage ##### -->
-<para>
-
-</para>
-
- at debug: 
- at time: 
- at format: 
- at args: 
-
-<!-- ##### MACRO ags_default_log ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_log_debug ##### -->
-<para>
-
-</para>
-
- at log: 
- at format: 
- at ...: 
-
-
-<!-- ##### FUNCTION ags_log_message ##### -->
-<para>
-
-</para>
-
- at log: 
- at format: 
- at ...: 
-
-
-<!-- ##### FUNCTION ags_log_start_queue ##### -->
-<para>
-
-</para>
-
- at log: 
-
-
-<!-- ##### FUNCTION ags_log_stop_queue ##### -->
-<para>
-
-</para>
-
- at log: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_loop_channel.sgml b/doc/reference/ags/tmpl/ags_loop_channel.sgml
deleted file mode 100644
index ca8fb4f..0000000
--- a/doc/reference/ags/tmpl/ags_loop_channel.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLoopChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLoopChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at delay_audio: 
- at sequencer_duration_changed_handler: 
-
-<!-- ##### STRUCT AgsLoopChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_loop_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_loop_channel_run.sgml b/doc/reference/ags/tmpl/ags_loop_channel_run.sgml
deleted file mode 100644
index 69cdf4d..0000000
--- a/doc/reference/ags/tmpl/ags_loop_channel_run.sgml
+++ /dev/null
@@ -1,53 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsLoopChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLoopChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at count_beats_audio_run: 
- at start_handler: 
- at loop_handler: 
- at stop_handler: 
-
-<!-- ##### STRUCT AgsLoopChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_loop_channel_run_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at count_beats_audio_run: 
- at is_template: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine.sgml b/doc/reference/ags/tmpl/ags_machine.sgml
deleted file mode 100644
index 9f38b45..0000000
--- a/doc/reference/ags/tmpl/ags_machine.sgml
+++ /dev/null
@@ -1,168 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMachine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_MACHINE_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_MACHINE_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsMachine ##### -->
-<para>
-
-</para>
-
- at handle_box: 
- at ags_main: 
- at name: 
- at version: 
- at build_id: 
- at flags: 
- at file_input_flags: 
- at audio: 
- at play: 
- at output_pad_type: 
- at output_line_type: 
- at output: 
- at input_pad_type: 
- at input_line_type: 
- at input: 
- at port: 
- at popup: 
- at properties: 
- at rename: 
-
-<!-- ##### STRUCT AgsMachineClass ##### -->
-<para>
-
-</para>
-
- at handle_box: 
- at add_default_recalls: 
-
-<!-- ##### ENUM AgsMachineFileInputFlags ##### -->
-<para>
-
-</para>
-
- at AGS_MACHINE_ACCEPT_WAV: 
- at AGS_MACHINE_ACCEPT_OGG: 
- at AGS_MACHINE_ACCEPT_SOUNDFONT2: 
-
-<!-- ##### ENUM AgsMachineFlags ##### -->
-<para>
-
-</para>
-
- at AGS_MACHINE_SOLO: 
- at AGS_MACHINE_IS_EFFECT: 
- at AGS_MACHINE_IS_SEQUENCER: 
- at AGS_MACHINE_IS_SYNTHESIZER: 
- at AGS_MACHINE_TAKES_FILE_INPUT: 
- at AGS_MACHINE_MAPPED_RECALL: 
- at AGS_MACHINE_PREMAPPED_RECALL: 
- at AGS_MACHINE_BLOCK_PLAY: 
- at AGS_MACHINE_BLOCK_STOP: 
-
-<!-- ##### FUNCTION ags_machine_add_default_recalls ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_file_chooser_dialog_new ##### -->
-<para>
-
-</para>
-
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_find_by_name ##### -->
-<para>
-
-</para>
-
- at list: 
- at name: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_find_port ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_get_possible_links ##### -->
-<para>
-
-</para>
-
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_open_files ##### -->
-<para>
-
-</para>
-
- at machine: 
- at filenames: 
- at overwrite_channels: 
- at create_channels: 
-
-
-<!-- ##### FUNCTION ags_machine_set_run ##### -->
-<para>
-
-</para>
-
- at machine: 
- at run: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_callbacks.sgml b/doc/reference/ags/tmpl/ags_machine_callbacks.sgml
deleted file mode 100644
index a24ccd3..0000000
--- a/doc/reference/ags/tmpl/ags_machine_callbacks.sgml
+++ /dev/null
@@ -1,174 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_machine_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_machine_button_press_callback ##### -->
-<para>
-
-</para>
-
- at handle_box: 
- at event: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_done_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_open_response_callback ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at response: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_play_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_destroy_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_hide_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_move_down_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_move_up_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_properties_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_rename_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_popup_show_activate_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_start_failure_callback ##### -->
-<para>
-
-</para>
-
- at task: 
- at error: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_tact_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at machine: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_editor.sgml b/doc/reference/ags/tmpl/ags_machine_editor.sgml
deleted file mode 100644
index 1688763..0000000
--- a/doc/reference/ags/tmpl/ags_machine_editor.sgml
+++ /dev/null
@@ -1,138 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMachineEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_MACHINE_EDITOR_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsMachineEditor ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at flags: 
- at version: 
- at build_id: 
- at machine: 
- at notebook: 
- at output_scrolled_window: 
- at output_editor: 
- at input_scrolled_window: 
- at input_editor: 
- at output_link_editor_scrolled_window: 
- at output_link_editor: 
- at input_link_editor_scrolled_window: 
- at input_link_editor: 
- at resize_editor_scrolled_window: 
- at resize_editor: 
- at add: 
- at remove: 
- at apply: 
- at ok: 
- at cancel: 
-
-<!-- ##### STRUCT AgsMachineEditorClass ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at set_machine: 
-
-<!-- ##### ENUM AgsMachineEditorFlags ##### -->
-<para>
-
-</para>
-
- at AGS_MACHINE_EDITOR_CLOSING: 
-
-<!-- ##### FUNCTION ags_machine_editor_add_children ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_add_input ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_add_output ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_new ##### -->
-<para>
-
-</para>
-
- at machine: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_remove_input ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_remove_output ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_set_machine ##### -->
-<para>
-
-</para>
-
- at machine_editor: 
- at machine: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_machine_editor_callbacks.sgml
deleted file mode 100644
index 7d8a91b..0000000
--- a/doc/reference/ags/tmpl/ags_machine_editor_callbacks.sgml
+++ /dev/null
@@ -1,127 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_machine_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_machine_editor_add_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_apply_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_back_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_cancel_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_ok_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_remove_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at machine_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_editor_switch_page_callback ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at page: 
- at page_num: 
- at machine_editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_radio_button.sgml b/doc/reference/ags/tmpl/ags_machine_radio_button.sgml
deleted file mode 100644
index 256fc97..0000000
--- a/doc/reference/ags/tmpl/ags_machine_radio_button.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMachineRadioButton
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMachineRadioButton ##### -->
-<para>
-
-</para>
-
- at radio_button: 
- at machine: 
-
-<!-- ##### STRUCT AgsMachineRadioButtonClass ##### -->
-<para>
-
-</para>
-
- at radio_button: 
-
-<!-- ##### FUNCTION ags_machine_radio_button_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_selection.sgml b/doc/reference/ags/tmpl/ags_machine_selection.sgml
deleted file mode 100644
index c59dcd1..0000000
--- a/doc/reference/ags/tmpl/ags_machine_selection.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMachineSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMachineSelection ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at window: 
- at machine: 
-
-<!-- ##### STRUCT AgsMachineSelectionClass ##### -->
-<para>
-
-</para>
-
- at dialog: 
-
-<!-- ##### FUNCTION ags_machine_selection_new ##### -->
-<para>
-
-</para>
-
- at window: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_selection_run ##### -->
-<para>
-
-</para>
-
- at machine_selection: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_selector.sgml b/doc/reference/ags/tmpl/ags_machine_selector.sgml
deleted file mode 100644
index 1a20c0b..0000000
--- a/doc/reference/ags/tmpl/ags_machine_selector.sgml
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMachineSelector
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMachineSelector ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at popup: 
-
-<!-- ##### STRUCT AgsMachineSelectorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at changed: 
-
-<!-- ##### FUNCTION ags_machine_selector_changed ##### -->
-<para>
-
-</para>
-
- at machine_selector: 
- at machine: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_new ##### -->
-<para>
-
-</para>
-
- at machine_selector: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_machine_selector_callbacks.sgml b/doc/reference/ags/tmpl/ags_machine_selector_callbacks.sgml
deleted file mode 100644
index 77c5b53..0000000
--- a/doc/reference/ags/tmpl/ags_machine_selector_callbacks.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_machine_selector_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_add_index_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_add_tab_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_link_index_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_remove_index_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_popup_remove_tab_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at machine_selector: 
-
-
-<!-- ##### FUNCTION ags_machine_selector_radio_changed ##### -->
-<para>
-
-</para>
-
- at radio_button: 
- at machine_selector: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_main_loop.sgml b/doc/reference/ags/tmpl/ags_main_loop.sgml
deleted file mode 100644
index 7f1a3f0..0000000
--- a/doc/reference/ags/tmpl/ags_main_loop.sgml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMainLoop
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsMainLoop ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsMainLoopInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at set_async_queue: 
- at get_async_queue: 
- at set_tic: 
- at get_tic: 
- at set_last_sync: 
- at get_last_sync: 
-
-<!-- ##### FUNCTION ags_main_loop_get_async_queue ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_main_loop_get_last_sync ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_main_loop_get_tic ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_main_loop_set_async_queue ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at async_queue: 
-
-
-<!-- ##### FUNCTION ags_main_loop_set_last_sync ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at last_sync: 
-
-
-<!-- ##### FUNCTION ags_main_loop_set_tic ##### -->
-<para>
-
-</para>
-
- at main_loop: 
- at tic: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_marshal.sgml b/doc/reference/ags/tmpl/ags_marshal.sgml
deleted file mode 100644
index a40ad99..0000000
--- a/doc/reference/ags/tmpl/ags_marshal.sgml
+++ /dev/null
@@ -1,284 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_marshal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_OBJECT__VOID ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_ULONG__VOID ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__OBJECT_OBJECT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__OBJECT_UINT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__STRING_POINTER ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__UINT_DOUBLE ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__UINT_INT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__UINT_UINT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__UINT_UINT_UINT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__ULONG_UINT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
-<!-- ##### FUNCTION g_cclosure_user_marshal_VOID__ULONG_UINT_UINT ##### -->
-<para>
-
-</para>
-
- at closure: 
- at return_value: 
- at n_param_values: 
- at param_values: 
- at invocation_hint: 
- at marshal_data: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_matrix.sgml b/doc/reference/ags/tmpl/ags_matrix.sgml
deleted file mode 100644
index 33f2c28..0000000
--- a/doc/reference/ags/tmpl/ags_matrix.sgml
+++ /dev/null
@@ -1,155 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMatrix
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_MATRIX_CELL_HEIGHT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_MATRIX_CELL_WIDTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_MATRIX_OCTAVE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_MATRIX_PATTERN_CONTROLS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsMatrix ##### -->
-<para>
-
-</para>
-
- at machine: 
- at flags: 
- at name: 
- at xml_type: 
- at mapped_output_pad: 
- at mapped_input_pad: 
- at table: 
- at run: 
- at selected: 
- at index: 
- at drawing_area: 
- at active_led: 
- at led: 
- at adjustment: 
- at length_spin: 
- at loop_button: 
-
-<!-- ##### STRUCT AgsMatrixClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### FUNCTION ags_matrix_draw_gutter ##### -->
-<para>
-
-</para>
-
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_draw_matrix ##### -->
-<para>
-
-</para>
-
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_highlight_gutter_point ##### -->
-<para>
-
-</para>
-
- at matrix: 
- at j: 
- at i: 
-
-
-<!-- ##### FUNCTION ags_matrix_input_map_recall ##### -->
-<para>
-
-</para>
-
- at matrix: 
- at input_pad_start: 
-
-
-<!-- ##### FUNCTION ags_matrix_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_matrix_output_map_recall ##### -->
-<para>
-
-</para>
-
- at matrix: 
- at output_pad_start: 
-
-
-<!-- ##### FUNCTION ags_matrix_redraw_gutter_point ##### -->
-<para>
-
-</para>
-
- at matrix: 
- at channel: 
- at j: 
- at i: 
-
-
-<!-- ##### FUNCTION ags_matrix_unpaint_gutter_point ##### -->
-<para>
-
-</para>
-
- at matrix: 
- at j: 
- at i: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_matrix_callbacks.sgml b/doc/reference/ags/tmpl/ags_matrix_callbacks.sgml
deleted file mode 100644
index 32d61e8..0000000
--- a/doc/reference/ags/tmpl/ags_matrix_callbacks.sgml
+++ /dev/null
@@ -1,121 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_matrix_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_matrix_adjustment_value_changed_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_bpm_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_done_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_drawing_area_button_press_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at matrix: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_matrix_drawing_area_expose_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at matrix: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_matrix_index_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_length_spin_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_loop_button_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at matrix: 
-
-
-<!-- ##### FUNCTION ags_matrix_tact_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_id: 
- at matrix: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_menu.sgml b/doc/reference/ags/tmpl/ags_menu.sgml
deleted file mode 100644
index e0e6326..0000000
--- a/doc/reference/ags/tmpl/ags_menu.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMenu
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMenu ##### -->
-<para>
-
-</para>
-
- at window: 
- at table: 
-
-<!-- ##### STRUCT AgsMenuClass ##### -->
-<para>
-
-</para>
-
- at window: 
-
-<!-- ##### FUNCTION ags_menu_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_menu_bar.sgml b/doc/reference/ags/tmpl/ags_menu_bar.sgml
deleted file mode 100644
index 36ae554..0000000
--- a/doc/reference/ags/tmpl/ags_menu_bar.sgml
+++ /dev/null
@@ -1,82 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMenuBar
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMenuBar ##### -->
-<para>
-
-</para>
-
- at menu_bar: 
- at file: 
- at edit: 
- at add: 
- at help: 
-
-<!-- ##### STRUCT AgsMenuBarClass ##### -->
-<para>
-
-</para>
-
- at menu_bar: 
-
-<!-- ##### FUNCTION ags_menu_bar_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_tact_combo_box_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_tact_menu_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_zoom_combo_box_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_zoom_menu_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_menu_bar_callbacks.sgml b/doc/reference/ags/tmpl/ags_menu_bar_callbacks.sgml
deleted file mode 100644
index 93b4d7a..0000000
--- a/doc/reference/ags/tmpl/ags_menu_bar_callbacks.sgml
+++ /dev/null
@@ -1,178 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_menu_bar_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_menu_bar_about_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_drum_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_ffplayer_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_matrix_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_mixer_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_panel_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_add_synth_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at menu_bar: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_export_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_open_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_preferences_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_quit_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_remove_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_save_as_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_save_callback ##### -->
-<para>
-
-</para>
-
- at menu_item: 
- at menu_bar: 
-
-
-<!-- ##### FUNCTION ags_menu_bar_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at menu_bar: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_menu_item.sgml b/doc/reference/ags/tmpl/ags_menu_item.sgml
deleted file mode 100644
index d197e62..0000000
--- a/doc/reference/ags/tmpl/ags_menu_item.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMenuItem
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMenuItem ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### STRUCT AgsMenuItemClass ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### FUNCTION ags_menu_item_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_meter.sgml b/doc/reference/ags/tmpl/ags_meter.sgml
deleted file mode 100644
index 931e34f..0000000
--- a/doc/reference/ags/tmpl/ags_meter.sgml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMeter
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMeter ##### -->
-<para>
-
-</para>
-
- at drawing_area: 
-
-<!-- ##### STRUCT AgsMeterClass ##### -->
-<para>
-
-</para>
-
- at drawing_area: 
-
-<!-- ##### FUNCTION ags_meter_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_meter_paint ##### -->
-<para>
-
-</para>
-
- at meter: 
-
-
-<!-- ##### FUNCTION ags_meter_sound_string ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_meter_callbacks.sgml b/doc/reference/ags/tmpl/ags_meter_callbacks.sgml
deleted file mode 100644
index 1d17d9c..0000000
--- a/doc/reference/ags/tmpl/ags_meter_callbacks.sgml
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_meter_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_meter_configure_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at meter: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_meter_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at meter: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_meter_expose_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at meter: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_meter_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at meter: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mixer.sgml b/doc/reference/ags/tmpl/ags_mixer.sgml
deleted file mode 100644
index 2b6b0b3..0000000
--- a/doc/reference/ags/tmpl/ags_mixer.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMixer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMixer ##### -->
-<para>
-
-</para>
-
- at machine: 
- at name: 
- at xml_type: 
- at input_pad: 
-
-<!-- ##### STRUCT AgsMixerClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### FUNCTION ags_mixer_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mixer_callbacks.sgml b/doc/reference/ags/tmpl/ags_mixer_callbacks.sgml
deleted file mode 100644
index cd582df..0000000
--- a/doc/reference/ags/tmpl/ags_mixer_callbacks.sgml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_mixer_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_mixer_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at mixer: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mixer_input_line.sgml b/doc/reference/ags/tmpl/ags_mixer_input_line.sgml
deleted file mode 100644
index 12413bb..0000000
--- a/doc/reference/ags/tmpl/ags_mixer_input_line.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMixerInputLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMixerInputLine ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### STRUCT AgsMixerInputLineClass ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### FUNCTION ags_mixer_input_line_map_recall ##### -->
-<para>
-
-</para>
-
- at mixer_input_line: 
-
-
-<!-- ##### FUNCTION ags_mixer_input_line_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mixer_input_pad.sgml b/doc/reference/ags/tmpl/ags_mixer_input_pad.sgml
deleted file mode 100644
index 015c83f..0000000
--- a/doc/reference/ags/tmpl/ags_mixer_input_pad.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMixerInputPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMixerInputPad ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### STRUCT AgsMixerInputPadClass ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### FUNCTION ags_mixer_input_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mutable.sgml b/doc/reference/ags/tmpl/ags_mutable.sgml
deleted file mode 100644
index 825aeb8..0000000
--- a/doc/reference/ags/tmpl/ags_mutable.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMutable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsMutable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsMutableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at set_muted: 
-
-<!-- ##### FUNCTION ags_mutable_set_muted ##### -->
-<para>
-
-</para>
-
- at mutable: 
- at muted: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mute_audio.sgml b/doc/reference/ags/tmpl/ags_mute_audio.sgml
deleted file mode 100644
index 35cf68e..0000000
--- a/doc/reference/ags/tmpl/ags_mute_audio.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMuteAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMuteAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at muted: 
-
-<!-- ##### STRUCT AgsMuteAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### FUNCTION ags_mute_audio_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mute_audio_signal.sgml b/doc/reference/ags/tmpl/ags_mute_audio_signal.sgml
deleted file mode 100644
index 36b20c9..0000000
--- a/doc/reference/ags/tmpl/ags_mute_audio_signal.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMuteAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMuteAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsMuteAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_mute_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mute_channel.sgml b/doc/reference/ags/tmpl/ags_mute_channel.sgml
deleted file mode 100644
index 806d41b..0000000
--- a/doc/reference/ags/tmpl/ags_mute_channel.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMuteChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMuteChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at muted: 
-
-<!-- ##### STRUCT AgsMuteChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_mute_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mute_channel_run.sgml b/doc/reference/ags/tmpl/ags_mute_channel_run.sgml
deleted file mode 100644
index 1f420e5..0000000
--- a/doc/reference/ags/tmpl/ags_mute_channel_run.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMuteChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMuteChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsMuteChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_mute_channel_run_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_mute_recycling.sgml b/doc/reference/ags/tmpl/ags_mute_recycling.sgml
deleted file mode 100644
index 9d40f26..0000000
--- a/doc/reference/ags/tmpl/ags_mute_recycling.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMuteRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsMuteRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsMuteRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_mute_recycling_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_navigation.sgml b/doc/reference/ags/tmpl/ags_navigation.sgml
deleted file mode 100644
index bbf1c14..0000000
--- a/doc/reference/ags/tmpl/ags_navigation.sgml
+++ /dev/null
@@ -1,130 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsNavigation
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_NAVIGATION_DEFAULT_TACT_STEP ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NAVIGATION_REWIND_STEPS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NAVIGATION_SEEK_STEPS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsNavigation ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at devout: 
- at expander: 
- at bpm: 
- at current_bpm: 
- at rewind: 
- at previous: 
- at play: 
- at stop: 
- at next: 
- at forward: 
- at loop: 
- at position_time: 
- at position_tact: 
- at duration_time: 
- at duration_tact: 
- at loop_left_tact: 
- at loop_right_tact: 
- at scroll: 
-
-<!-- ##### STRUCT AgsNavigationClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at change_position: 
-
-<!-- ##### ENUM AgsNavigationFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NAVIGATION_BLOCK_TACT: 
-
-<!-- ##### FUNCTION ags_navigation_change_position ##### -->
-<para>
-
-</para>
-
- at navigation: 
- at tact: 
-
-
-<!-- ##### FUNCTION ags_navigation_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_navigation_set_seeking_sensitive ##### -->
-<para>
-
-</para>
-
- at navigation: 
- at enabled: 
-
-
-<!-- ##### FUNCTION ags_navigation_tact_to_time_string ##### -->
-<para>
-
-</para>
-
- at tact: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_navigation_update_time_string ##### -->
-<para>
-
-</para>
-
- at tact: 
- at time_string: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_navigation_callbacks.sgml b/doc/reference/ags/tmpl/ags_navigation_callbacks.sgml
deleted file mode 100644
index f0582a6..0000000
--- a/doc/reference/ags/tmpl/ags_navigation_callbacks.sgml
+++ /dev/null
@@ -1,188 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_navigation_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_navigation_bpm_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_navigation_duration_tact_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_expander_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_forward_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_loop_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_loop_left_tact_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_loop_right_tact_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_next_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at data: 
-
-
-<!-- ##### FUNCTION ags_navigation_play_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_position_tact_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_prev_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_raster_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_rewind_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at data: 
-
-
-<!-- ##### FUNCTION ags_navigation_stop_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at navigation: 
-
-
-<!-- ##### FUNCTION ags_navigation_tic_callback ##### -->
-<para>
-
-</para>
-
- at devout: 
- at navigation: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_notation.sgml b/doc/reference/ags/tmpl/ags_notation.sgml
deleted file mode 100644
index cb704f1..0000000
--- a/doc/reference/ags/tmpl/ags_notation.sgml
+++ /dev/null
@@ -1,292 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsNotation
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_NOTATION_DEFAULT_BPM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_DEFAULT_DURATION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_DEFAULT_LENGTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_MAXIMUM_NOTE_LENGTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_MINIMUM_NOTE_LENGTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_NOTATION_TICS_PER_BEAT ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsNotation ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at timestamp: 
- at audio_channel: 
- at audio: 
- at key: 
- at base_frequency: 
- at tact: 
- at bpm: 
- at maximum_note_length: 
- at notes: 
- at start_loop: 
- at end_loop: 
- at offset: 
- at selection: 
- at port: 
- at current_notes: 
- at next_notes: 
-
-<!-- ##### STRUCT AgsNotationClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsNotationFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NOTATION_STICKY: 
- at AGS_NOTATION_INDICATED_LENGTH: 
-
-<!-- ##### FUNCTION ags_notation_add_note ##### -->
-<para>
-
-</para>
-
- at notation: 
- at note: 
- at use_selection_list: 
-
-
-<!-- ##### FUNCTION ags_notation_add_point_to_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at replace_current_selection: 
-
-
-<!-- ##### FUNCTION ags_notation_add_region_to_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
- at replace_current_selection: 
-
-
-<!-- ##### FUNCTION ags_notation_copy_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_cut_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_find_near_timestamp ##### -->
-<para>
-
-</para>
-
- at notation: 
- at audio_channel: 
- at timestamp: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_find_point ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at use_selection_list: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_find_region ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
- at use_selection_list: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_free_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
-
-
-<!-- ##### FUNCTION ags_notation_get_current ##### -->
-<para>
-
-</para>
-
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_get_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_insert_from_clipboard ##### -->
-<para>
-
-</para>
-
- at notation: 
- at content: 
- at reset_x_offset: 
- at x_offset: 
- at reset_y_offset: 
- at y_offset: 
-
-
-<!-- ##### FUNCTION ags_notation_is_note_selected ##### -->
-<para>
-
-</para>
-
- at notation: 
- at note: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_new ##### -->
-<para>
-
-</para>
-
- at audio_channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_remove_note_at_position ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notation_remove_point_from_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
-
-
-<!-- ##### FUNCTION ags_notation_remove_region_from_selection ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_note.sgml b/doc/reference/ags/tmpl/ags_note.sgml
deleted file mode 100644
index 66fdd16..0000000
--- a/doc/reference/ags/tmpl/ags_note.sgml
+++ /dev/null
@@ -1,71 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsNote
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsNote ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at x: 
- at y: 
- at name: 
- at frequency: 
-
-<!-- ##### STRUCT AgsNoteClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsNoteFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NOTE_GUI: 
- at AGS_NOTE_RUNTIME: 
- at AGS_NOTE_HUMAN_READABLE: 
- at AGS_NOTE_DEFAULT_LENGTH: 
- at AGS_NOTE_IS_SELECTED: 
-
-<!-- ##### FUNCTION ags_note_duplicate ##### -->
-<para>
-
-</para>
-
- at note: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_note_edit.sgml b/doc/reference/ags/tmpl/ags_note_edit.sgml
deleted file mode 100644
index 49864e2..0000000
--- a/doc/reference/ags/tmpl/ags_note_edit.sgml
+++ /dev/null
@@ -1,156 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsNoteEdit
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_NOTE_EDIT_MAX_CONTROLS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsNoteEdit ##### -->
-<para>
-
-</para>
-
- at table: 
- at flags: 
- at drawing_area: 
- at width: 
- at height: 
- at map_width: 
- at map_height: 
- at control_height: 
- at control_margin_y: 
- at control_width: 
- at y0: 
- at y1: 
- at nth_y: 
- at stop_y: 
- at selected_x: 
- at selected_y: 
- at vscrollbar: 
- at hscrollbar: 
-
-<!-- ##### STRUCT AgsNoteEditClass ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### ENUM AgsNoteEditFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NOTE_EDIT_RESETING_VERTICALLY: 
- at AGS_NOTE_EDIT_RESETING_HORIZONTALLY: 
- at AGS_NOTE_EDIT_POSITION_CURSOR: 
- at AGS_NOTE_EDIT_ADDING_NOTE: 
- at AGS_NOTE_EDIT_DELETING_NOTE: 
- at AGS_NOTE_EDIT_SELECTING_NOTES: 
-
-<!-- ##### ENUM AgsNoteEditResetFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NOTE_EDIT_RESET_VSCROLLBAR: 
- at AGS_NOTE_EDIT_RESET_HSCROLLBAR: 
- at AGS_NOTE_EDIT_RESET_WIDTH: 
- at AGS_NOTE_EDIT_RESET_HEIGHT: 
-
-<!-- ##### FUNCTION ags_note_edit_draw_notation ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at cr: 
-
-
-<!-- ##### FUNCTION ags_note_edit_draw_position ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at cr: 
-
-
-<!-- ##### FUNCTION ags_note_edit_draw_scroll ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at cr: 
- at position: 
-
-
-<!-- ##### FUNCTION ags_note_edit_draw_segment ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at cr: 
-
-
-<!-- ##### FUNCTION ags_note_edit_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_reset_horizontally ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at flags: 
-
-
-<!-- ##### FUNCTION ags_note_edit_reset_vertically ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at flags: 
-
-
-<!-- ##### FUNCTION ags_note_edit_set_map_height ##### -->
-<para>
-
-</para>
-
- at note_edit: 
- at map_height: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_note_edit_callbacks.sgml b/doc/reference/ags/tmpl/ags_note_edit_callbacks.sgml
deleted file mode 100644
index 45ee077..0000000
--- a/doc/reference/ags/tmpl/ags_note_edit_callbacks.sgml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_note_edit_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_note_edit_drawing_area_button_press_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at note_edit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_drawing_area_button_release_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at note_edit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_drawing_area_configure_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at note_edit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_drawing_area_expose_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at note_edit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_drawing_area_motion_notify_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at note_edit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_note_edit_hscrollbar_value_changed ##### -->
-<para>
-
-</para>
-
- at range: 
- at note_edit: 
-
-
-<!-- ##### FUNCTION ags_note_edit_vscrollbar_value_changed ##### -->
-<para>
-
-</para>
-
- at range: 
- at note_edit: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_notebook.sgml b/doc/reference/ags/tmpl/ags_notebook.sgml
deleted file mode 100644
index c6b4eef..0000000
--- a/doc/reference/ags/tmpl/ags_notebook.sgml
+++ /dev/null
@@ -1,141 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsNotebook
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_NOTEBOOK_TAB ##### -->
-<para>
-
-</para>
-
- at x: 
-
-
-<!-- ##### STRUCT AgsNotebook ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at hbox: 
- at tabs: 
- at child: 
-
-<!-- ##### STRUCT AgsNotebookClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### STRUCT AgsNotebookTab ##### -->
-<para>
-
-</para>
-
- at flags: 
- at toggle: 
- at notation: 
-
-<!-- ##### ENUM AgsNotebookTabFlags ##### -->
-<para>
-
-</para>
-
- at AGS_NOTEBOOK_TAB_VISIBLE: 
- at AGS_NOTEBOOK_TAB_MODE_NORMAL: 
- at AGS_NOTEBOOK_TAB_MODE_OVERLAY: 
-
-<!-- ##### FUNCTION ags_notebook_add_child ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_notebook_add_tab ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notebook_insert_tab ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at position: 
-
-
-<!-- ##### FUNCTION ags_notebook_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notebook_next_active_tab ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at position: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_notebook_remove_child ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_notebook_remove_tab ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at nth: 
-
-
-<!-- ##### FUNCTION ags_notebook_tab_index ##### -->
-<para>
-
-</para>
-
- at notebook: 
- at notation: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_notebook_callbacks.sgml b/doc/reference/ags/tmpl/ags_notebook_callbacks.sgml
deleted file mode 100644
index 42e20bc..0000000
--- a/doc/reference/ags/tmpl/ags_notebook_callbacks.sgml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_notebook_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_notebook_machine_changed_callback ##### -->
-<para>
-
-</para>
-
- at editor: 
- at machine: 
- at notebook: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_open_file.sgml b/doc/reference/ags/tmpl/ags_open_file.sgml
deleted file mode 100644
index d840899..0000000
--- a/doc/reference/ags/tmpl/ags_open_file.sgml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsOpenFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsOpenFile ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio: 
- at filenames: 
- at overwrite_channels: 
- at create_channels: 
-
-<!-- ##### STRUCT AgsOpenFileClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_open_file_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at filenames: 
- at overwrite_channels: 
- at create_channels: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_open_single_file.sgml b/doc/reference/ags/tmpl/ags_open_single_file.sgml
deleted file mode 100644
index 75c8d37..0000000
--- a/doc/reference/ags/tmpl/ags_open_single_file.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsOpenSingleFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsOpenSingleFile ##### -->
-<para>
-
-</para>
-
- at task: 
- at channel: 
- at devout: 
- at filename: 
- at start_channel: 
- at audio_channels: 
-
-<!-- ##### STRUCT AgsOpenSingleFileClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_open_single_file_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at devout: 
- at filename: 
- at start_channel: 
- at audio_channels: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_option_menu.sgml b/doc/reference/ags/tmpl/ags_option_menu.sgml
deleted file mode 100644
index 0427ae7..0000000
--- a/doc/reference/ags/tmpl/ags_option_menu.sgml
+++ /dev/null
@@ -1,53 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsOptionMenu
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsOptionMenu ##### -->
-<para>
-
-</para>
-
- at hbox: 
- at button: 
- at table: 
- at menu: 
- at active_item: 
- at focus: 
-
-<!-- ##### STRUCT AgsOptionMenuClass ##### -->
-<para>
-
-</para>
-
- at hbox: 
- at changed: 
- at focus_changed: 
-
-<!-- ##### FUNCTION ags_option_menu_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_oscillator.sgml b/doc/reference/ags/tmpl/ags_oscillator.sgml
deleted file mode 100644
index 61271e3..0000000
--- a/doc/reference/ags/tmpl/ags_oscillator.sgml
+++ /dev/null
@@ -1,79 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsOscillator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsOscillator ##### -->
-<para>
-
-</para>
-
- at frame: 
- at wave: 
- at wave_handler: 
- at attack: 
- at attack_handler: 
- at frame_count: 
- at frame_count_handler: 
- at frequency: 
- at frequency_handler: 
- at phase: 
- at phase_handler: 
- at volume: 
- at volume_handler: 
-
-<!-- ##### STRUCT AgsOscillatorClass ##### -->
-<para>
-
-</para>
-
- at frame: 
-
-<!-- ##### FUNCTION ags_file_read_oscillator ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_file_write_oscillator ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at oscillator: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_oscillator_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_oscillator_callbacks.sgml b/doc/reference/ags/tmpl/ags_oscillator_callbacks.sgml
deleted file mode 100644
index 46dda54..0000000
--- a/doc/reference/ags/tmpl/ags_oscillator_callbacks.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_oscillator_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_oscillator_attack_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_oscillator_frame_count_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_oscillator_frequency_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_oscillator_phase_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_oscillator_volume_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at oscillator: 
-
-
-<!-- ##### FUNCTION ags_oscillator_wave_callback ##### -->
-<para>
-
-</para>
-
- at combo: 
- at oscillator: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_output.sgml b/doc/reference/ags/tmpl/ags_output.sgml
deleted file mode 100644
index cbce9f6..0000000
--- a/doc/reference/ags/tmpl/ags_output.sgml
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsOutput
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsOutput ##### -->
-<para>
-
-</para>
-
- at channel: 
-
-<!-- ##### STRUCT AgsOutputClass ##### -->
-<para>
-
-</para>
-
- at channel: 
-
-<!-- ##### FUNCTION ags_output_find_first_input_recycling ##### -->
-<para>
-
-</para>
-
- at output: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_output_find_last_input_recycling ##### -->
-<para>
-
-</para>
-
- at output: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_output_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_packable.sgml b/doc/reference/ags/tmpl/ags_packable.sgml
deleted file mode 100644
index 5dbc7d4..0000000
--- a/doc/reference/ags/tmpl/ags_packable.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPackable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsPackable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsPackableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at pack: 
- at unpack: 
-
-<!-- ##### FUNCTION ags_packable_pack ##### -->
-<para>
-
-</para>
-
- at packable: 
- at container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_packable_unpack ##### -->
-<para>
-
-</para>
-
- at packable: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_pad.sgml b/doc/reference/ags/tmpl/ags_pad.sgml
deleted file mode 100644
index 5289be6..0000000
--- a/doc/reference/ags/tmpl/ags_pad.sgml
+++ /dev/null
@@ -1,112 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_PAD_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_PAD_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsPad ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at name: 
- at version: 
- at build_id: 
- at channel: 
- at cols: 
- at expander_set: 
- at group: 
- at mute: 
- at solo: 
- at play: 
-
-<!-- ##### STRUCT AgsPadClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at set_channel: 
- at resize_lines: 
-
-<!-- ##### ENUM AgsPadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PAD_CONNECTED: 
- at AGS_PAD_SHOW_GROUPING: 
- at AGS_PAD_GROUP_ALL: 
- at AGS_PAD_GROUP_LINE: 
-
-<!-- ##### FUNCTION ags_pad_find_port ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-
-<!-- ##### FUNCTION ags_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_resize_lines ##### -->
-<para>
-
-</para>
-
- at pad: 
- at line_type: 
- at audio_channels: 
- at audio_channels_old: 
-
-
-<!-- ##### FUNCTION ags_pad_set_channel ##### -->
-<para>
-
-</para>
-
- at pad: 
- at channel: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_pad_callbacks.sgml b/doc/reference/ags/tmpl/ags_pad_callbacks.sgml
deleted file mode 100644
index 9c5f733..0000000
--- a/doc/reference/ags/tmpl/ags_pad_callbacks.sgml
+++ /dev/null
@@ -1,95 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_pad_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_pad_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_group_clicked_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_mute_clicked_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_option_changed_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_solo_clicked_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_pad_editor.sgml b/doc/reference/ags/tmpl/ags_pad_editor.sgml
deleted file mode 100644
index 850cbe0..0000000
--- a/doc/reference/ags/tmpl/ags_pad_editor.sgml
+++ /dev/null
@@ -1,75 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPadEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_PAD_EDITOR_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_PAD_EDITOR_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsPadEditor ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at version: 
- at build_id: 
- at pad: 
- at line_editor_expander: 
- at line_editor: 
-
-<!-- ##### STRUCT AgsPadEditorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_pad_editor_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_editor_set_channel ##### -->
-<para>
-
-</para>
-
- at pad_editor: 
- at channel: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_pad_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_pad_editor_callbacks.sgml
deleted file mode 100644
index a1efa75..0000000
--- a/doc/reference/ags/tmpl/ags_pad_editor_callbacks.sgml
+++ /dev/null
@@ -1,66 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_pad_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_pad_editor_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at pad_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_editor_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at pad_editor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pad_editor_set_audio_channels_callback ##### -->
-<para>
-
-</para>
-
- at audio: 
- at audio_channels: 
- at audio_channels_old: 
- at pad_editor: 
-
-
-<!-- ##### FUNCTION ags_pad_editor_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at pad_editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_panel.sgml b/doc/reference/ags/tmpl/ags_panel.sgml
deleted file mode 100644
index ea53407..0000000
--- a/doc/reference/ags/tmpl/ags_panel.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPanel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPanel ##### -->
-<para>
-
-</para>
-
- at machine: 
- at vbox: 
-
-<!-- ##### STRUCT AgsPanelClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### FUNCTION ags_panel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_panel_callbacks.sgml b/doc/reference/ags/tmpl/ags_panel_callbacks.sgml
deleted file mode 100644
index bfeb620..0000000
--- a/doc/reference/ags/tmpl/ags_panel_callbacks.sgml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_panel_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_panel_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at panel: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_panel_input_line.sgml b/doc/reference/ags/tmpl/ags_panel_input_line.sgml
deleted file mode 100644
index 42523c4..0000000
--- a/doc/reference/ags/tmpl/ags_panel_input_line.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPanelInputLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPanelInputLine ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### STRUCT AgsPanelInputLineClass ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### FUNCTION ags_panel_input_line_map_recall ##### -->
-<para>
-
-</para>
-
- at panel_input_line: 
- at output_pad_start: 
-
-
-<!-- ##### FUNCTION ags_panel_input_line_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_panel_input_pad.sgml b/doc/reference/ags/tmpl/ags_panel_input_pad.sgml
deleted file mode 100644
index 5f07dc1..0000000
--- a/doc/reference/ags/tmpl/ags_panel_input_pad.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPanelInputPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPanelInputPad ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### STRUCT AgsPanelInputPadClass ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### FUNCTION ags_panel_input_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_parameter.sgml b/doc/reference/ags/tmpl/ags_parameter.sgml
deleted file mode 100644
index 47de88f..0000000
--- a/doc/reference/ags/tmpl/ags_parameter.sgml
+++ /dev/null
@@ -1,36 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_parameter
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_parameter_grow ##### -->
-<para>
-
-</para>
-
- at type: 
- at params: 
- at n_params: 
- at ...: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_pattern.sgml b/doc/reference/ags/tmpl/ags_pattern.sgml
deleted file mode 100644
index b2af143..0000000
--- a/doc/reference/ags/tmpl/ags_pattern.sgml
+++ /dev/null
@@ -1,97 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPattern
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPattern ##### -->
-<para>
-
-</para>
-
- at object: 
- at timestamp: 
- at dim: 
- at pattern: 
- at port: 
- at i: 
- at j: 
- at bit: 
-
-<!-- ##### STRUCT AgsPatternClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_pattern_get_bit ##### -->
-<para>
-
-</para>
-
- at pattern: 
- at i: 
- at j: 
- at bit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pattern_get_by_timestamp ##### -->
-<para>
-
-</para>
-
- at list: 
- at timestamp: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pattern_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_pattern_set_dim ##### -->
-<para>
-
-</para>
-
- at pattern: 
- at dim0: 
- at dim1: 
- at lenght: 
-
-
-<!-- ##### FUNCTION ags_pattern_toggle_bit ##### -->
-<para>
-
-</para>
-
- at pattern: 
- at i: 
- at j: 
- at bit: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_peak_channel.sgml b/doc/reference/ags/tmpl/ags_peak_channel.sgml
deleted file mode 100644
index f4a8d73..0000000
--- a/doc/reference/ags/tmpl/ags_peak_channel.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPeakChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPeakChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at peak: 
-
-<!-- ##### STRUCT AgsPeakChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_peak_channel_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_peak_channel_retrieve_peak ##### -->
-<para>
-
-</para>
-
- at peak_channel: 
- at is_play: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_peak_channel_run.sgml b/doc/reference/ags/tmpl/ags_peak_channel_run.sgml
deleted file mode 100644
index 0251566..0000000
--- a/doc/reference/ags/tmpl/ags_peak_channel_run.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPeakChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPeakChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsPeakChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_peak_channel_run_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_performance_preferences.sgml b/doc/reference/ags/tmpl/ags_performance_preferences.sgml
deleted file mode 100644
index 43ac417..0000000
--- a/doc/reference/ags/tmpl/ags_performance_preferences.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPerformancePreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPerformancePreferences ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at super_threaded: 
-
-<!-- ##### STRUCT AgsPerformancePreferencesClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_performance_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_performance_preferences_callbacks.sgml b/doc/reference/ags/tmpl/ags_performance_preferences_callbacks.sgml
deleted file mode 100644
index af664cc..0000000
--- a/doc/reference/ags/tmpl/ags_performance_preferences_callbacks.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_performance_preferences_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_persistable.sgml b/doc/reference/ags/tmpl/ags_persistable.sgml
deleted file mode 100644
index 9349a85..0000000
--- a/doc/reference/ags/tmpl/ags_persistable.sgml
+++ /dev/null
@@ -1,82 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPersistable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsPersistable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsPersistableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at read: 
- at read_link: 
- at write: 
- at write_link: 
-
-<!-- ##### FUNCTION ags_persistable_read ##### -->
-<para>
-
-</para>
-
- at persistable: 
- at doc: 
- at node: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_persistable_read_link ##### -->
-<para>
-
-</para>
-
- at persistable: 
- at doc: 
- at node: 
-
-
-<!-- ##### FUNCTION ags_persistable_write ##### -->
-<para>
-
-</para>
-
- at persistable: 
- at doc: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_persistable_write_link ##### -->
-<para>
-
-</para>
-
- at persistable: 
- at doc: 
- at node: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_audio.sgml b/doc/reference/ags/tmpl/ags_play_audio.sgml
deleted file mode 100644
index f863cf9..0000000
--- a/doc/reference/ags/tmpl/ags_play_audio.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at muted: 
-
-<!-- ##### STRUCT AgsPlayAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### FUNCTION ags_play_audio_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_audio_file.sgml b/doc/reference/ags/tmpl/ags_play_audio_file.sgml
deleted file mode 100644
index d9d60c9..0000000
--- a/doc/reference/ags/tmpl/ags_play_audio_file.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayAudioFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayAudioFile ##### -->
-<para>
-
-</para>
-
- at recall: 
- at audio_file: 
- at current_frame: 
- at devout: 
-
-<!-- ##### STRUCT AgsPlayAudioFileClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_play_audio_file_new ##### -->
-<para>
-
-</para>
-
- at audio_file: 
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_audio_signal.sgml b/doc/reference/ags/tmpl/ags_play_audio_signal.sgml
deleted file mode 100644
index 243f6c7..0000000
--- a/doc/reference/ags/tmpl/ags_play_audio_signal.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsPlayAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_play_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at devout: 
- at audio_channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_channel.sgml b/doc/reference/ags/tmpl/ags_play_channel.sgml
deleted file mode 100644
index 65a3bf3..0000000
--- a/doc/reference/ags/tmpl/ags_play_channel.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at audio_channel: 
- at muted: 
-
-<!-- ##### STRUCT AgsPlayChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_play_channel_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio_channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_channel_run.sgml b/doc/reference/ags/tmpl/ags_play_channel_run.sgml
deleted file mode 100644
index 9f7283a..0000000
--- a/doc/reference/ags/tmpl/ags_play_channel_run.sgml
+++ /dev/null
@@ -1,59 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at flags: 
- at stream_channel_run: 
- at done_handler: 
- at source_recycling_changed_handler: 
-
-<!-- ##### STRUCT AgsPlayChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### ENUM AgsPlayChannelRunFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PLAY_CHANNEL_RUN_TERMINATING: 
- at AGS_PLAY_CHANNEL_RUN_INITIAL_RUN: 
-
-<!-- ##### FUNCTION ags_play_channel_run_new ##### -->
-<para>
-
-</para>
-
- at stream_channel_run: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_channel_run_master.sgml b/doc/reference/ags/tmpl/ags_play_channel_run_master.sgml
deleted file mode 100644
index 41deb47..0000000
--- a/doc/reference/ags/tmpl/ags_play_channel_run_master.sgml
+++ /dev/null
@@ -1,93 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayChannelRunMaster
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER ##### -->
-<para>
-
-</para>
-
- at strct: 
-
-
-<!-- ##### STRUCT AgsPlayChannelRunMaster ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at flags: 
- at streamer: 
- at source_recycling_changed_handler: 
-
-<!-- ##### STRUCT AgsPlayChannelRunMasterClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### ENUM AgsPlayChannelRunMasterFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PLAY_CHANNEL_RUN_MASTER_TERMINATING: 
-
-<!-- ##### STRUCT AgsPlayChannelRunMasterStreamer ##### -->
-<para>
-
-</para>
-
- at play_channel_run_master: 
- at stream_channel_run: 
- at done_handler: 
-
-<!-- ##### FUNCTION ags_play_channel_run_master_find_streamer ##### -->
-<para>
-
-</para>
-
- at list: 
- at stream_channel_run: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_play_channel_run_master_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_play_channel_run_master_streamer_alloc ##### -->
-<para>
-
-</para>
-
- at play_channel_run_master: 
- at stream_channel_run: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_notation_audio.sgml b/doc/reference/ags/tmpl/ags_play_notation_audio.sgml
deleted file mode 100644
index bc31fa7..0000000
--- a/doc/reference/ags/tmpl/ags_play_notation_audio.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayNotationAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayNotationAudio ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
- at notation: 
-
-<!-- ##### STRUCT AgsPlayNotationAudioClass ##### -->
-<para>
-
-</para>
-
- at recall_audio: 
-
-<!-- ##### FUNCTION ags_play_notation_audio_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_notation_audio_run.sgml b/doc/reference/ags/tmpl/ags_play_notation_audio_run.sgml
deleted file mode 100644
index f96442c..0000000
--- a/doc/reference/ags/tmpl/ags_play_notation_audio_run.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayNotationAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayNotationAudioRun ##### -->
-<para>
-
-</para>
-
- at recall: 
- at flags: 
- at delay_audio_run: 
- at notation_alloc_input_handler: 
- at count_beats_audio_run: 
-
-<!-- ##### STRUCT AgsPlayNotationAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### ENUM AgsPlayNotationAudioRunFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PLAY_NOTATION_AUDIO_RUN_DEFAULT: 
-
-<!-- ##### FUNCTION ags_play_notation_audio_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_note.sgml b/doc/reference/ags/tmpl/ags_play_note.sgml
deleted file mode 100644
index b0e96f5..0000000
--- a/doc/reference/ags/tmpl/ags_play_note.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayNote
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayNote ##### -->
-<para>
-
-</para>
-
- at recall: 
- at devout: 
- at channel: 
- at note: 
-
-<!-- ##### STRUCT AgsPlayNoteClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_play_note_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_pattern.sgml b/doc/reference/ags/tmpl/ags_play_pattern.sgml
deleted file mode 100644
index bb46d62..0000000
--- a/doc/reference/ags/tmpl/ags_play_pattern.sgml
+++ /dev/null
@@ -1,53 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayPattern
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayPattern ##### -->
-<para>
-
-</para>
-
- at recall: 
- at channel: 
- at pattern: 
- at i: 
- at j: 
- at bit: 
- at length: 
- at loop: 
-
-<!-- ##### STRUCT AgsPlayPatternClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_play_pattern_connect ##### -->
-<para>
-
-</para>
-
- at play_pattern: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_play_recycling.sgml b/doc/reference/ags/tmpl/ags_play_recycling.sgml
deleted file mode 100644
index d4dcb21..0000000
--- a/doc/reference/ags/tmpl/ags_play_recycling.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPlayRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsPlayRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_play_recycling_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at devout: 
- at audio_channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_playable.sgml b/doc/reference/ags/tmpl/ags_playable.sgml
deleted file mode 100644
index 1ff8edf..0000000
--- a/doc/reference/ags/tmpl/ags_playable.sgml
+++ /dev/null
@@ -1,247 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlayable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_PLAYABLE_ERROR ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### TYPEDEF AgsPlayable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ENUM AgsPlayableError ##### -->
-<para>
-
-</para>
-
- at AGS_PLAYABLE_ERROR_NO_SUCH_LEVEL: 
- at AGS_PLAYABLE_ERROR_NO_SAMPLE: 
-
-<!-- ##### STRUCT AgsPlayableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at open: 
- at rw_open: 
- at level_count: 
- at nth_level: 
- at selected_level: 
- at sublevel_names: 
- at level_select: 
- at level_up: 
- at iter_start: 
- at iter_next: 
- at info: 
- at read: 
- at write: 
- at flush: 
- at seek: 
- at close: 
-
-<!-- ##### FUNCTION ags_playable_close ##### -->
-<para>
-
-</para>
-
- at playable: 
-
-
-<!-- ##### FUNCTION ags_playable_error_quark ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_flush ##### -->
-<para>
-
-</para>
-
- at playable: 
-
-
-<!-- ##### FUNCTION ags_playable_info ##### -->
-<para>
-
-</para>
-
- at playable: 
- at channels: 
- at frames: 
- at loop_start: 
- at loop_end: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_playable_iter_next ##### -->
-<para>
-
-</para>
-
- at playable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_iter_start ##### -->
-<para>
-
-</para>
-
- at playable: 
-
-
-<!-- ##### FUNCTION ags_playable_level_count ##### -->
-<para>
-
-</para>
-
- at playable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_level_select ##### -->
-<para>
-
-</para>
-
- at playable: 
- at nth_level: 
- at sublevel_name: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_playable_level_up ##### -->
-<para>
-
-</para>
-
- at playable: 
- at levels: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_playable_nth_level ##### -->
-<para>
-
-</para>
-
- at playable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_open ##### -->
-<para>
-
-</para>
-
- at playable: 
- at name: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_read ##### -->
-<para>
-
-</para>
-
- at playable: 
- at channel: 
- at error: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_read_audio_signal ##### -->
-<para>
-
-</para>
-
- at playable: 
- at devout: 
- at start_channel: 
- at channels: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_rw_open ##### -->
-<para>
-
-</para>
-
- at playable: 
- at name: 
- at create: 
- at samplerate: 
- at channels: 
- at frames: 
- at format: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_seek ##### -->
-<para>
-
-</para>
-
- at playable: 
- at frames: 
- at whence: 
-
-
-<!-- ##### FUNCTION ags_playable_selected_level ##### -->
-<para>
-
-</para>
-
- at playable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_sublevel_names ##### -->
-<para>
-
-</para>
-
- at playable: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_playable_write ##### -->
-<para>
-
-</para>
-
- at playable: 
- at buffer: 
- at buffer_length: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_plugin.sgml b/doc/reference/ags/tmpl/ags_plugin.sgml
deleted file mode 100644
index 90c63c0..0000000
--- a/doc/reference/ags/tmpl/ags_plugin.sgml
+++ /dev/null
@@ -1,160 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPlugin
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsPlugin ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsPluginInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at get_name: 
- at set_name: 
- at get_version: 
- at set_version: 
- at get_build_id: 
- at set_build_id: 
- at get_xml_type: 
- at set_xml_type: 
- at get_ports: 
- at set_ports: 
- at read: 
- at write: 
-
-<!-- ##### FUNCTION ags_plugin_get_build_id ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_get_name ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_get_ports ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_get_version ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_get_xml_type ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_read ##### -->
-<para>
-
-</para>
-
- at file: 
- at node: 
- at plugin: 
-
-
-<!-- ##### FUNCTION ags_plugin_set_build_id ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at build_id: 
-
-
-<!-- ##### FUNCTION ags_plugin_set_name ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at name: 
-
-
-<!-- ##### FUNCTION ags_plugin_set_ports ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at ports: 
-
-
-<!-- ##### FUNCTION ags_plugin_set_version ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at version: 
-
-
-<!-- ##### FUNCTION ags_plugin_set_xml_type ##### -->
-<para>
-
-</para>
-
- at plugin: 
- at xml_type: 
-
-
-<!-- ##### FUNCTION ags_plugin_write ##### -->
-<para>
-
-</para>
-
- at file: 
- at parent: 
- at plugin: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_plugin_factory.sgml b/doc/reference/ags/tmpl/ags_plugin_factory.sgml
deleted file mode 100644
index 57b4651..0000000
--- a/doc/reference/ags/tmpl/ags_plugin_factory.sgml
+++ /dev/null
@@ -1,125 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPluginFactory
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPluginFactory ##### -->
-<para>
-
-</para>
-
- at object: 
- at plugin: 
-
-<!-- ##### STRUCT AgsPluginFactoryClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at add: 
- at create: 
-
-<!-- ##### STRUCT AgsPluginMetadata ##### -->
-<para>
-
-</para>
-
- at plugin_type: 
- at plugin_name: 
- at version: 
- at build_id: 
- at xml_type: 
- at control: 
- at control_count: 
-
-<!-- ##### FUNCTION ags_plugin_factory_add ##### -->
-<para>
-
-</para>
-
- at plugin_factory: 
- at plugin_type: 
- at plugin_name: 
- at version: 
- at build_id: 
- at xml_type: 
- at control: 
- at control_count: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_create ##### -->
-<para>
-
-</para>
-
- at plugin_factory: 
- at plugin_name: 
- at version: 
- at build_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_get_instance ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_list_by_name ##### -->
-<para>
-
-</para>
-
- at plugin_factory: 
- at plugin_name: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_new_from_file ##### -->
-<para>
-
-</para>
-
- at path: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_factory_read_file ##### -->
-<para>
-
-</para>
-
- at plugin_factory: 
- at path: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_plugin_preferences.sgml b/doc/reference/ags/tmpl/ags_plugin_preferences.sgml
deleted file mode 100644
index c05198c..0000000
--- a/doc/reference/ags/tmpl/ags_plugin_preferences.sgml
+++ /dev/null
@@ -1,63 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPluginPreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsLadspaPluginPreferences ##### -->
-<para>
-
-</para>
-
- at ladspa_path: 
- at plugin_file: 
-
-<!-- ##### STRUCT AgsPluginPreferences ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at ladspa_plugin_preferencens: 
-
-<!-- ##### STRUCT AgsPluginPreferencesClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_ladspa_plugin_preferences_alloc ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_plugin_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_plugin_preferences_callbacks.sgml b/doc/reference/ags/tmpl/ags_plugin_preferences_callbacks.sgml
deleted file mode 100644
index 2402d05..0000000
--- a/doc/reference/ags/tmpl/ags_plugin_preferences_callbacks.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_plugin_preferences_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_plugin_stock.sgml b/doc/reference/ags/tmpl/ags_plugin_stock.sgml
deleted file mode 100644
index ccac5cc..0000000
--- a/doc/reference/ags/tmpl/ags_plugin_stock.sgml
+++ /dev/null
@@ -1,31 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_plugin_stock
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_PLUGIN_NAME_VOLUME ##### -->
-<para>
-
-</para>
-
-
-
diff --git a/doc/reference/ags/tmpl/ags_port.sgml b/doc/reference/ags/tmpl/ags_port.sgml
deleted file mode 100644
index 16c24ed..0000000
--- a/doc/reference/ags/tmpl/ags_port.sgml
+++ /dev/null
@@ -1,106 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPort
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPort ##### -->
-<para>
-
-</para>
-
- at object: 
- at plugin_name: 
- at specifier: 
- at control_port: 
- at port_value_is_pointer: 
- at port_value_type: 
- at port_value_size: 
- at port_value_length: 
- at mutex: 
-
-<!-- ##### STRUCT AgsPortClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at safe_read: 
- at safe_write: 
- at safe_get_property: 
- at safe_set_property: 
-
-<!-- ##### FUNCTION ags_port_find_specifier ##### -->
-<para>
-
-</para>
-
- at port: 
- at specifier: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_port_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_port_safe_get_property ##### -->
-<para>
-
-</para>
-
- at port: 
- at property_name: 
- at value: 
-
-
-<!-- ##### FUNCTION ags_port_safe_read ##### -->
-<para>
-
-</para>
-
- at port: 
- at value: 
-
-
-<!-- ##### FUNCTION ags_port_safe_set_property ##### -->
-<para>
-
-</para>
-
- at port: 
- at property_name: 
- at value: 
-
-
-<!-- ##### FUNCTION ags_port_safe_write ##### -->
-<para>
-
-</para>
-
- at port: 
- at value: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_portable_thread.sgml b/doc/reference/ags/tmpl/ags_portable_thread.sgml
deleted file mode 100644
index 2a377fc..0000000
--- a/doc/reference/ags/tmpl/ags_portable_thread.sgml
+++ /dev/null
@@ -1,421 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPortableThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPortableThread ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at thread: 
- at thread_attr: 
- at mutex: 
- at cond: 
- at start_mutex: 
- at start_cond: 
- at barrier: 
- at first_barrier: 
- at wait_count: 
- at timelock_thread: 
- at timelock_mutex: 
- at timelock_cond: 
- at devout: 
- at parent: 
- at next: 
- at prev: 
- at children: 
- at data: 
-
-<!-- ##### STRUCT AgsPortableThreadClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
- at run: 
- at timelock: 
- at stop: 
-
-<!-- ##### ENUM AgsPortableThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PORTABLE_THREAD_RUNNING: 
- at AGS_PORTABLE_THREAD_IDLE: 
- at AGS_PORTABLE_THREAD_LOCKED: 
- at AGS_PORTABLE_THREAD_WAIT_FOR_PARENT: 
- at AGS_PORTABLE_THREAD_WAIT_FOR_SIBLING: 
- at AGS_PORTABLE_THREAD_WAIT_FOR_CHILDREN: 
- at AGS_PORTABLE_THREAD_WAIT_FOR_BARRIER: 
- at AGS_PORTABLE_THREAD_WAITING_FOR_PARENT: 
- at AGS_PORTABLE_THREAD_WAITING_FOR_SIBLING: 
- at AGS_PORTABLE_THREAD_WAITING_FOR_CHILDREN: 
- at AGS_PORTABLE_THREAD_WAITING_FOR_BARRIER: 
- at AGS_PORTABLE_THREAD_BROADCAST_PARENT: 
- at AGS_PORTABLE_THREAD_BROADCAST_SIBLING: 
- at AGS_PORTABLE_THREAD_BROADCAST_CHILDREN: 
- at AGS_PORTABLE_THREAD_INITIAL_RUN: 
- at AGS_PORTABLE_THREAD_TREE_SYNC_0: 
- at AGS_PORTABLE_THREAD_WAIT_0: 
- at AGS_PORTABLE_THREAD_TREE_SYNC_1: 
- at AGS_PORTABLE_THREAD_WAIT_1: 
- at AGS_PORTABLE_THREAD_TREE_SYNC_2: 
- at AGS_PORTABLE_THREAD_WAIT_2: 
- at AGS_PORTABLE_THREAD_TIMELOCK_RUN: 
- at AGS_PORTABLE_THREAD_TIMELOCK_WAIT: 
- at AGS_PORTABLE_THREAD_TIMELOCK_RESUME: 
-
-<!-- ##### FUNCTION ags_portable_thread_add_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_children_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_first ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_get_toplevel ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_is_current_ready ##### -->
-<para>
-
-</para>
-
- at current: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_is_current_synced ##### -->
-<para>
-
-</para>
-
- at current: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_is_tree_ready ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_is_tree_synced ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_last ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_lock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_lock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_lock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_lock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_lock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_main_loop_unlock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_new ##### -->
-<para>
-
-</para>
-
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_next_children_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_next_parent_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_next_sibling_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_parental_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_remove_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_run ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_sibling_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_signal_children ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_signal_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_signal_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_start ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_stop ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_timelock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_trylock ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_unlock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_unlock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_unlock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_unlock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_unlock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_wait_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_wait_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_portable_thread_wait_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_portlet.sgml b/doc/reference/ags/tmpl/ags_portlet.sgml
deleted file mode 100644
index 7f56395..0000000
--- a/doc/reference/ags/tmpl/ags_portlet.sgml
+++ /dev/null
@@ -1,89 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPortlet
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsPortlet ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsPortletInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at get_port: 
- at set_port: 
- at list_safe_properties: 
- at safe_get_property: 
- at safe_set_property: 
-
-<!-- ##### FUNCTION ags_portlet_get_port ##### -->
-<para>
-
-</para>
-
- at portlet: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portlet_list_safe_properties ##### -->
-<para>
-
-</para>
-
- at portlet: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_portlet_safe_get_property ##### -->
-<para>
-
-</para>
-
- at portlet: 
- at property_name: 
- at value: 
-
-
-<!-- ##### FUNCTION ags_portlet_safe_set_property ##### -->
-<para>
-
-</para>
-
- at portlet: 
- at property_name: 
- at value: 
-
-
-<!-- ##### FUNCTION ags_portlet_set_port ##### -->
-<para>
-
-</para>
-
- at portlet: 
- at port: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_preferences.sgml b/doc/reference/ags/tmpl/ags_preferences.sgml
deleted file mode 100644
index bc669c6..0000000
--- a/doc/reference/ags/tmpl/ags_preferences.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPreferences ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at flags: 
- at window: 
- at audio_preferences: 
- at performance_preferences: 
- at server_preferences: 
-
-<!-- ##### STRUCT AgsPreferencesClass ##### -->
-<para>
-
-</para>
-
- at dialog: 
-
-<!-- ##### ENUM AgsPreferencesFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PREFERENCES_SHUTDOWN: 
-
-<!-- ##### FUNCTION ags_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_preferences_callbacks.sgml b/doc/reference/ags/tmpl/ags_preferences_callbacks.sgml
deleted file mode 100644
index 065006e..0000000
--- a/doc/reference/ags/tmpl/ags_preferences_callbacks.sgml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_preferences_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_preferences_response_callback ##### -->
-<para>
-
-</para>
-
- at dialog: 
- at response_id: 
- at user_data: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_property_collection_editor.sgml b/doc/reference/ags/tmpl/ags_property_collection_editor.sgml
deleted file mode 100644
index 079cd7c..0000000
--- a/doc/reference/ags/tmpl/ags_property_collection_editor.sgml
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPropertyCollectionEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPropertyCollectionEditor ##### -->
-<para>
-
-</para>
-
- at property_editor: 
- at child_type: 
- at child_parameter_count: 
- at child_parameter: 
- at child: 
- at add_collection: 
-
-<!-- ##### STRUCT AgsPropertyCollectionEditorClass ##### -->
-<para>
-
-</para>
-
- at property_editor: 
-
-<!-- ##### FUNCTION ags_property_collection_editor_new ##### -->
-<para>
-
-</para>
-
- at child_type: 
- at child_parameter_count: 
- at child_parameter: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_property_collection_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_property_collection_editor_callbacks.sgml
deleted file mode 100644
index f44c6d2..0000000
--- a/doc/reference/ags/tmpl/ags_property_collection_editor_callbacks.sgml
+++ /dev/null
@@ -1,42 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_property_collection_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_property_collection_editor_add_collection_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at property_collection_editor: 
-
-
-<!-- ##### FUNCTION ags_property_collection_editor_remove_collection_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at table: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_property_editor.sgml b/doc/reference/ags/tmpl/ags_property_editor.sgml
deleted file mode 100644
index e55b9b2..0000000
--- a/doc/reference/ags/tmpl/ags_property_editor.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPropertyEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPropertyEditor ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at flags: 
- at enabled: 
-
-<!-- ##### STRUCT AgsPropertyEditorClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at apply: 
-
-<!-- ##### ENUM AgsPropertyEditorFlags ##### -->
-<para>
-
-</para>
-
- at AGS_PROPERTY_EDITOR_ENABLED: 
-
-<!-- ##### FUNCTION ags_property_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_property_editor_callbacks.sgml b/doc/reference/ags/tmpl/ags_property_editor_callbacks.sgml
deleted file mode 100644
index 9d295b2..0000000
--- a/doc/reference/ags/tmpl/ags_property_editor_callbacks.sgml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_property_editor_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_property_editor_enable_callback ##### -->
-<para>
-
-</para>
-
- at toggle: 
- at property_editor: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_property_listing_editor.sgml b/doc/reference/ags/tmpl/ags_property_listing_editor.sgml
deleted file mode 100644
index de6e065..0000000
--- a/doc/reference/ags/tmpl/ags_property_listing_editor.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsPropertyListingEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsPropertyListingEditor ##### -->
-<para>
-
-</para>
-
- at property_editor: 
- at child: 
-
-<!-- ##### STRUCT AgsPropertyListingEditorClass ##### -->
-<para>
-
-</para>
-
- at property_editor: 
-
-<!-- ##### FUNCTION ags_property_listing_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall.sgml b/doc/reference/ags/tmpl/ags_recall.sgml
deleted file mode 100644
index dc03a9a..0000000
--- a/doc/reference/ags/tmpl/ags_recall.sgml
+++ /dev/null
@@ -1,494 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecall
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_RECALL_DEFAULT_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_RECALL_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_RECALL_HANDLER ##### -->
-<para>
-
-</para>
-
- at handler: 
-
-
-<!-- ##### STRUCT AgsRecall ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at devout: 
- at container: 
- at version: 
- at build_id: 
- at effect: 
- at name: 
- at xml_type: 
- at dependencies: 
- at recall_id: 
- at parent: 
- at children: 
- at child_type: 
- at child_parameters: 
- at n_params: 
- at port: 
- at handlers: 
-
-<!-- ##### STRUCT AgsRecallClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at resolve_dependencies: 
- at run_init_pre: 
- at run_init_inter: 
- at run_init_post: 
- at run_pre: 
- at run_inter: 
- at run_post: 
- at stop_persistent: 
- at done: 
- at cancel: 
- at remove: 
- at duplicate: 
- at notify_dependency: 
- at child_added: 
-
-<!-- ##### ENUM AgsRecallFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_CONNECTED: 
- at AGS_RECALL_RUN_INITIALIZED: 
- at AGS_RECALL_TEMPLATE: 
- at AGS_RECALL_PLAYBACK: 
- at AGS_RECALL_SEQUENCER: 
- at AGS_RECALL_NOTATION: 
- at AGS_RECALL_DEFAULT_TEMPLATE: 
- at AGS_RECALL_INPUT_ORIENTATED: 
- at AGS_RECALL_OUTPUT_ORIENTATED: 
- at AGS_RECALL_PERSISTENT: 
- at AGS_RECALL_INITIAL_RUN: 
- at AGS_RECALL_TERMINATING: 
- at AGS_RECALL_DONE: 
- at AGS_RECALL_REMOVE: 
- at AGS_RECALL_HIDE: 
- at AGS_RECALL_PROPAGATE_DONE: 
- at AGS_RECALL_PERSISTENT_PLAYBACK: 
- at AGS_RECALL_PERSISTENT_SEQUENCER: 
- at AGS_RECALL_PERSISTENT_NOTATION: 
- at AGS_RECALL_SKIP_DEPENDENCIES: 
-
-<!-- ##### STRUCT AgsRecallHandler ##### -->
-<para>
-
-</para>
-
- at signal_name: 
- at callback: 
- at data: 
- at handler: 
-
-<!-- ##### ENUM AgsRecallNotifyDependencyMode ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_NOTIFY_RUN: 
- at AGS_RECALL_NOTIFY_AUDIO: 
- at AGS_RECALL_NOTIFY_AUDIO_RUN: 
- at AGS_RECALL_NOTIFY_CHANNEL: 
- at AGS_RECALL_NOTIFY_CHANNEL_RUN: 
- at AGS_RECALL_NOTIFY_RECALL: 
-
-<!-- ##### FUNCTION ags_recall_add_child ##### -->
-<para>
-
-</para>
-
- at recall: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_recall_add_dependency ##### -->
-<para>
-
-</para>
-
- at recall: 
- at dependency: 
-
-
-<!-- ##### FUNCTION ags_recall_add_handler ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_handler: 
-
-
-<!-- ##### FUNCTION ags_recall_cancel ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_child_added ##### -->
-<para>
-
-</para>
-
- at parent: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_recall_done ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_duplicate ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_by_effect ##### -->
-<para>
-
-</para>
-
- at list: 
- at recall_id: 
- at effect: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_provider ##### -->
-<para>
-
-</para>
-
- at recall: 
- at provider: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_provider_with_recycling_container ##### -->
-<para>
-
-</para>
-
- at recall: 
- at provider: 
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_recycling_container ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_template ##### -->
-<para>
-
-</para>
-
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_type ##### -->
-<para>
-
-</para>
-
- at recall: 
- at type: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_find_type_with_recycling_container ##### -->
-<para>
-
-</para>
-
- at recall: 
- at type: 
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_get_children ##### -->
-<para>
-
-</para>
-
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_get_dependencies ##### -->
-<para>
-
-</para>
-
- at recall: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_handler_alloc ##### -->
-<para>
-
-</para>
-
- at signal_name: 
- at callback: 
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_is_done ##### -->
-<para>
-
-</para>
-
- at recalls: 
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_notify_dependency ##### -->
-<para>
-
-</para>
-
- at recall: 
- at dependency: 
- at count: 
-
-
-<!-- ##### FUNCTION ags_recall_remove ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_remove_child ##### -->
-<para>
-
-</para>
-
- at recall: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_recall_remove_dependency ##### -->
-<para>
-
-</para>
-
- at recall: 
- at template: 
-
-
-<!-- ##### FUNCTION ags_recall_remove_handler ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_handler: 
-
-
-<!-- ##### FUNCTION ags_recall_resolve_dependencies ##### -->
-<para>
-
-</para>
-
- at reall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_init ##### -->
-<para>
-
-</para>
-
- at recall: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_recall_run_init_inter ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_init_post ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_init_pre ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_inter ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_post ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_run_pre ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_set_devout_recursive ##### -->
-<para>
-
-</para>
-
- at recall: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_recall_set_effect ##### -->
-<para>
-
-</para>
-
- at recall: 
- at effect: 
-
-
-<!-- ##### FUNCTION ags_recall_set_flags ##### -->
-<para>
-
-</para>
-
- at recall: 
- at flags: 
-
-
-<!-- ##### FUNCTION ags_recall_set_recall_id ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_id: 
-
-
-<!-- ##### FUNCTION ags_recall_stop_persistent ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-
-<!-- ##### FUNCTION ags_recall_template_find_provider ##### -->
-<para>
-
-</para>
-
- at recall: 
- at provider: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_template_find_type ##### -->
-<para>
-
-</para>
-
- at recall: 
- at type: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_audio.sgml b/doc/reference/ags/tmpl/ags_recall_audio.sgml
deleted file mode 100644
index d43da60..0000000
--- a/doc/reference/ags/tmpl/ags_recall_audio.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallAudio ##### -->
-<para>
-
-</para>
-
- at recall: 
- at audio: 
-
-<!-- ##### STRUCT AgsRecallAudioClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_recall_audio_new ##### -->
-<para>
-
-</para>
-
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_audio_run.sgml b/doc/reference/ags/tmpl/ags_recall_audio_run.sgml
deleted file mode 100644
index 76c7e0b..0000000
--- a/doc/reference/ags/tmpl/ags_recall_audio_run.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallAudioRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallAudioRun ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_audio: 
-
-<!-- ##### STRUCT AgsRecallAudioRunClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_recall_audio_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_audio_signal.sgml b/doc/reference/ags/tmpl/ags_recall_audio_signal.sgml
deleted file mode 100644
index efa757e..0000000
--- a/doc/reference/ags/tmpl/ags_recall_audio_signal.sgml
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall: 
- at flags: 
- at audio_channel: 
- at destination: 
- at source: 
-
-<!-- ##### STRUCT AgsRecallAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### ENUM AgsRecallAudioSignalFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_AUDIO_SIGNAL_INITIAL_RUN: 
-
-<!-- ##### FUNCTION ags_recall_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at destination: 
- at source: 
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_channel.sgml b/doc/reference/ags/tmpl/ags_recall_channel.sgml
deleted file mode 100644
index d1f3371..0000000
--- a/doc/reference/ags/tmpl/ags_recall_channel.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallChannel ##### -->
-<para>
-
-</para>
-
- at recall: 
- at destination: 
- at source: 
-
-<!-- ##### STRUCT AgsRecallChannelClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_recall_channel_find_channel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_channel_run.sgml b/doc/reference/ags/tmpl/ags_recall_channel_run.sgml
deleted file mode 100644
index 4dce333..0000000
--- a/doc/reference/ags/tmpl/ags_recall_channel_run.sgml
+++ /dev/null
@@ -1,74 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallChannelRun ##### -->
-<para>
-
-</para>
-
- at recall: 
- at audio_channel: 
- at recall_channel: 
- at recall_audio_run: 
- at destination: 
- at destination_recycling_changed_handler: 
- at changed_output_handler: 
- at source: 
- at source_recycling_changed_handler: 
- at run_order: 
-
-<!-- ##### STRUCT AgsRecallChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall: 
- at run_order_changed: 
-
-<!-- ##### FUNCTION ags_recall_channel_run_get_run_order ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_channel_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_channel_run_run_order_changed ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at run_order: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_channel_run_dummy.sgml b/doc/reference/ags/tmpl/ags_recall_channel_run_dummy.sgml
deleted file mode 100644
index 074e154..0000000
--- a/doc/reference/ags/tmpl/ags_recall_channel_run_dummy.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallChannelRunDummy
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallChannelRunDummy ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
- at recycling_dummy_child_type: 
-
-<!-- ##### STRUCT AgsRecallChannelRunDummyClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_recall_channel_run_dummy_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at child_type: 
- at recycling_dummy_child_type: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_container.sgml b/doc/reference/ags/tmpl/ags_recall_container.sgml
deleted file mode 100644
index 84a50d0..0000000
--- a/doc/reference/ags/tmpl/ags_recall_container.sgml
+++ /dev/null
@@ -1,119 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallContainer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallContainer ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at recall_audio_type: 
- at recall_audio: 
- at recall_audio_run_type: 
- at recall_audio_run: 
- at recall_channel_type: 
- at recall_channel: 
- at recall_channel_run_type: 
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsRecallContainerClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsRecallContainerFindFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_CONTAINER_FIND_TYPE: 
- at AGS_RECALL_CONTAINER_FIND_TEMPLATE: 
- at AGS_RECALL_CONTAINER_FIND_RECALL_ID: 
-
-<!-- ##### ENUM AgsRecallContainerFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_CONTAINER_PLAY: 
-
-<!-- ##### FUNCTION ags_recall_container_find ##### -->
-<para>
-
-</para>
-
- at recall_container: 
- at type: 
- at find_flags: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_container_get_recall_audio ##### -->
-<para>
-
-</para>
-
- at container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_container_get_recall_audio_run ##### -->
-<para>
-
-</para>
-
- at container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_container_get_recall_channel ##### -->
-<para>
-
-</para>
-
- at container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_container_get_recall_channel_run ##### -->
-<para>
-
-</para>
-
- at container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_container_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_dependency.sgml b/doc/reference/ags/tmpl/ags_recall_dependency.sgml
deleted file mode 100644
index 7e22db4..0000000
--- a/doc/reference/ags/tmpl/ags_recall_dependency.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallDependency
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallDependency ##### -->
-<para>
-
-</para>
-
- at object: 
- at dependency: 
-
-<!-- ##### STRUCT AgsRecallDependencyClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_recall_dependency_find_dependency ##### -->
-<para>
-
-</para>
-
- at recall_dependencies: 
- at dependency: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_dependency_find_dependency_by_provider ##### -->
-<para>
-
-</para>
-
- at recall_dependencies: 
- at provider: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_dependency_new ##### -->
-<para>
-
-</para>
-
- at dependency: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_dependency_resolve ##### -->
-<para>
-
-</para>
-
- at recall_dependency: 
- at recall_id: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_factory.sgml b/doc/reference/ags/tmpl/ags_recall_factory.sgml
deleted file mode 100644
index 97d6a72..0000000
--- a/doc/reference/ags/tmpl/ags_recall_factory.sgml
+++ /dev/null
@@ -1,93 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallFactory
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallFactory ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsRecallFactoryClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsRecallFactoryCreateFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_FACTORY_OUTPUT: 
- at AGS_RECALL_FACTORY_INPUT: 
- at AGS_RECALL_FACTORY_REMAP: 
- at AGS_RECALL_FACTORY_ADD: 
- at AGS_RECALL_FACTORY_PLAY: 
- at AGS_RECALL_FACTORY_RECALL: 
-
-<!-- ##### FUNCTION ags_recall_factory_create ##### -->
-<para>
-
-</para>
-
- at audio: 
- at play_container: 
- at recall_container: 
- at plugin_name: 
- at start_audio_channel: 
- at stop_audio_channel: 
- at start_pad: 
- at stop_pad: 
- at create_flags: 
- at recall_flags: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_factory_get_instance ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_factory_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_factory_remove ##### -->
-<para>
-
-</para>
-
- at audio: 
- at recall_container: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_id.sgml b/doc/reference/ags/tmpl/ags_recall_id.sgml
deleted file mode 100644
index 107e7b7..0000000
--- a/doc/reference/ags/tmpl/ags_recall_id.sgml
+++ /dev/null
@@ -1,126 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallID
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallID ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at recycling: 
- at recycling_container: 
-
-<!-- ##### STRUCT AgsRecallIDClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsRecallIDFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_ID_PLAYBACK: 
- at AGS_RECALL_ID_SEQUENCER: 
- at AGS_RECALL_ID_NOTATION: 
- at AGS_RECALL_ID_DUPLICATE: 
- at AGS_RECALL_ID_RESOLVE: 
- at AGS_RECALL_ID_INIT_PRE: 
- at AGS_RECALL_ID_INIT_INTER: 
- at AGS_RECALL_ID_INIT_POST: 
- at AGS_RECALL_ID_PRE: 
- at AGS_RECALL_ID_INTER: 
- at AGS_RECALL_ID_POST: 
- at AGS_RECALL_ID_CANCEL: 
-
-<!-- ##### FUNCTION ags_recall_id_add ##### -->
-<para>
-
-</para>
-
- at recall_id_list: 
- at recall_id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_id_find_parent_recycling_container ##### -->
-<para>
-
-</para>
-
- at recall_id_list: 
- at parent_recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_id_find_recycling_container ##### -->
-<para>
-
-</para>
-
- at recall_id_list: 
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_id_get_run_stage ##### -->
-<para>
-
-</para>
-
- at id: 
- at stage: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_id_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_id_set_run_stage ##### -->
-<para>
-
-</para>
-
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_recall_id_unset_run_stage ##### -->
-<para>
-
-</para>
-
- at recall_id: 
- at stage: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_ladspa.sgml b/doc/reference/ags/tmpl/ags_recall_ladspa.sgml
deleted file mode 100644
index ef88754..0000000
--- a/doc/reference/ags/tmpl/ags_recall_ladspa.sgml
+++ /dev/null
@@ -1,94 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallLadspa
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallLadspa ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at filename: 
- at effect: 
- at index: 
- at plugin_descriptor: 
- at input_port: 
- at output_port: 
-
-<!-- ##### STRUCT AgsRecallLadspaClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_recall_ladpsa_find ##### -->
-<para>
-
-</para>
-
- at recall: 
- at filename: 
- at effect: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_ladspa_float_to_short ##### -->
-<para>
-
-</para>
-
- at buffer: 
- at destination: 
-
-
-<!-- ##### FUNCTION ags_recall_ladspa_load_ports ##### -->
-<para>
-
-</para>
-
- at recall_ladspa: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_ladspa_new ##### -->
-<para>
-
-</para>
-
- at source: 
- at filename: 
- at effect: 
- at index: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_ladspa_short_to_float ##### -->
-<para>
-
-</para>
-
- at buffer: 
- at destination: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_ladspa_run.sgml b/doc/reference/ags/tmpl/ags_recall_ladspa_run.sgml
deleted file mode 100644
index 747733d..0000000
--- a/doc/reference/ags/tmpl/ags_recall_ladspa_run.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallLadspaRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallLadspaRun ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
- at input: 
- at output: 
-
-<!-- ##### STRUCT AgsRecallLadspaRunClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_recall_ladspa_run_new ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_recycling.sgml b/doc/reference/ags/tmpl/ags_recall_recycling.sgml
deleted file mode 100644
index b23b29f..0000000
--- a/doc/reference/ags/tmpl/ags_recall_recycling.sgml
+++ /dev/null
@@ -1,75 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallRecycling ##### -->
-<para>
-
-</para>
-
- at recall: 
- at flags: 
- at audio_channel: 
- at destination: 
- at destination_add_audio_signal_handler: 
- at destination_remove_audio_signal_handler: 
- at source: 
- at source_add_audio_signal_handler: 
- at source_remove_audio_signal_handler: 
- at child_destination: 
- at child_source: 
-
-<!-- ##### STRUCT AgsRecallRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### ENUM AgsRecallRecyclingFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECALL_RECYCLING_GARBAGE_COLLECTOR: 
- at AGS_RECALL_RECYCLING_MAP_CHILD_DESTINATION: 
- at AGS_RECALL_RECYCLING_MAP_CHILD_SOURCE: 
- at AGS_RECALL_RECYCLING_CREATE_DESTINATION_ON_MAP_SOURCE: 
-
-<!-- ##### FUNCTION ags_recall_recycling_get_child_source ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recall_recycling_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recall_recycling_dummy.sgml b/doc/reference/ags/tmpl/ags_recall_recycling_dummy.sgml
deleted file mode 100644
index 9d5ae21..0000000
--- a/doc/reference/ags/tmpl/ags_recall_recycling_dummy.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecallRecyclingDummy
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecallRecyclingDummy ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsRecallRecyclingDummyClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_recall_recycling_dummy_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at child_type: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_record_thread.sgml b/doc/reference/ags/tmpl/ags_record_thread.sgml
deleted file mode 100644
index a7211ee..0000000
--- a/doc/reference/ags/tmpl/ags_record_thread.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecordThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_RECORD_THREAD_DEFAULT_DELAY ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsRecordThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at registry: 
- at delay: 
- at counter: 
-
-<!-- ##### STRUCT AgsRecordThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_record_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at registry: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recycling.sgml b/doc/reference/ags/tmpl/ags_recycling.sgml
deleted file mode 100644
index de23166..0000000
--- a/doc/reference/ags/tmpl/ags_recycling.sgml
+++ /dev/null
@@ -1,135 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecycling ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at channel: 
- at devout: 
- at parent: 
- at next: 
- at prev: 
- at audio_signal: 
-
-<!-- ##### STRUCT AgsRecyclingClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at add_audio_signal: 
- at remove_audio_signal: 
-
-<!-- ##### ENUM AgsRecyclingFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECYCLING_MUTED: 
-
-<!-- ##### FUNCTION ags_recycling_add_audio_signal ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
-
-
-<!-- ##### FUNCTION ags_recycling_create_audio_signal_with_defaults ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_recycling_create_audio_signal_with_frame_count ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
- at frame_count: 
- at delay: 
- at attack: 
-
-
-<!-- ##### FUNCTION ags_recycling_find_next_channel ##### -->
-<para>
-
-</para>
-
- at start_region: 
- at end_region: 
- at prev_channel: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_position ##### -->
-<para>
-
-</para>
-
- at start_recycling: 
- at end_region: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_remove_audio_signal ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
-
-
-<!-- ##### FUNCTION ags_recycling_set_devout ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at devout: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recycling_container.sgml b/doc/reference/ags/tmpl/ags_recycling_container.sgml
deleted file mode 100644
index d2d66db..0000000
--- a/doc/reference/ags/tmpl/ags_recycling_container.sgml
+++ /dev/null
@@ -1,171 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecyclingContainer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRecyclingContainer ##### -->
-<para>
-
-</para>
-
- at object: 
- at recall_id: 
- at recycling: 
- at length: 
- at parent: 
- at children: 
-
-<!-- ##### STRUCT AgsRecyclingContainerClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_recycling_container_add ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_add_child ##### -->
-<para>
-
-</para>
-
- at parent: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_find ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_find_child ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_find_parent ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_get_child_recall_id ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_get_toplevel ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_insert ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at position: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_new ##### -->
-<para>
-
-</para>
-
- at length: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_remove ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_remove_child ##### -->
-<para>
-
-</para>
-
- at parent: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_replace ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at recycling: 
- at position: 
-
-
-<!-- ##### FUNCTION ags_recycling_container_reset_recycling ##### -->
-<para>
-
-</para>
-
- at recycling_container: 
- at old_first_recycling: 
- at old_last_recycling: 
- at new_first_recycling: 
- at new_last_recycling: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recycling_thread.sgml b/doc/reference/ags/tmpl/ags_recycling_thread.sgml
deleted file mode 100644
index f20c4fc..0000000
--- a/doc/reference/ags/tmpl/ags_recycling_thread.sgml
+++ /dev/null
@@ -1,91 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRecyclingThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_RECYCLING_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsRecyclingThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at iterator_thread: 
- at iteration_mutex: 
- at iteration_cond: 
-
-<!-- ##### STRUCT AgsRecyclingThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
- at play_channel: 
- at play_audio: 
-
-<!-- ##### ENUM AgsRecyclingThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RECYCLING_THREAD_RUNNING: 
- at AGS_RECYCLING_THREAD_WAIT: 
- at AGS_RECYCLING_THREAD_DONE: 
-
-<!-- ##### FUNCTION ags_recycling_thread_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_recycling_thread_play_audio ##### -->
-<para>
-
-</para>
-
- at recycling_thread: 
- at output: 
- at audio: 
- at recall_id: 
- at stage: 
-
-
-<!-- ##### FUNCTION ags_recycling_thread_play_channel ##### -->
-<para>
-
-</para>
-
- at recycling_thread: 
- at channel: 
- at recall_id: 
- at stage: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_recycling_thread_callbacks.sgml b/doc/reference/ags/tmpl/ags_recycling_thread_callbacks.sgml
deleted file mode 100644
index d04f351..0000000
--- a/doc/reference/ags/tmpl/ags_recycling_thread_callbacks.sgml
+++ /dev/null
@@ -1,32 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_recycling_thread_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_recycling_thread_iterate_callback ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_registry.sgml b/doc/reference/ags/tmpl/ags_registry.sgml
deleted file mode 100644
index b213c1f..0000000
--- a/doc/reference/ags/tmpl/ags_registry.sgml
+++ /dev/null
@@ -1,109 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRegistry
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_REGISTRY_DEFAULT_ID_LENGTH ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsRegistry ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at mutex: 
- at previous: 
- at current: 
- at registry: 
- at server: 
- at id_length: 
- at counter: 
- at entry: 
-
-<!-- ##### STRUCT AgsRegistryClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### STRUCT AgsRegistryEntry ##### -->
-<para>
-
-</para>
-
- at id: 
- at entry: 
-
-<!-- ##### FUNCTION ags_registry_add ##### -->
-<para>
-
-</para>
-
- at registry: 
- at registry_entry: 
-
-
-<!-- ##### FUNCTION ags_registry_entry_alloc ##### -->
-<para>
-
-</para>
-
- at registry: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_registry_entry_bulk ##### -->
-<para>
-
-</para>
-
- at env: 
- at param_array: 
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_registry_entry_find ##### -->
-<para>
-
-</para>
-
- at registry: 
- at id: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_registry_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remote_task.sgml b/doc/reference/ags/tmpl/ags_remote_task.sgml
deleted file mode 100644
index ce0d8ec..0000000
--- a/doc/reference/ags/tmpl/ags_remote_task.sgml
+++ /dev/null
@@ -1,69 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoteTask
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoteTask ##### -->
-<para>
-
-</para>
-
- at object: 
- at server: 
-
-<!-- ##### STRUCT AgsRemoteTaskClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### FUNCTION ags_remote_task_launch ##### -->
-<para>
-
-</para>
-
- at env: 
- at param_array: 
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_remote_task_launch_timed ##### -->
-<para>
-
-</para>
-
- at env: 
- at param_array: 
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_remote_task_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_audio.sgml b/doc/reference/ags/tmpl/ags_remove_audio.sgml
deleted file mode 100644
index 4cb7e1d..0000000
--- a/doc/reference/ags/tmpl/ags_remove_audio.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoveAudio
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoveAudio ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout: 
- at audio: 
-
-<!-- ##### STRUCT AgsRemoveAudioClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_audio_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_audio_signal.sgml b/doc/reference/ags/tmpl/ags_remove_audio_signal.sgml
deleted file mode 100644
index c27f72e..0000000
--- a/doc/reference/ags/tmpl/ags_remove_audio_signal.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoveAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoveAudioSignal ##### -->
-<para>
-
-</para>
-
- at task: 
- at recycling: 
- at audio_signal: 
-
-<!-- ##### STRUCT AgsRemoveAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_note.sgml b/doc/reference/ags/tmpl/ags_remove_note.sgml
deleted file mode 100644
index 065f0ff..0000000
--- a/doc/reference/ags/tmpl/ags_remove_note.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoveNote
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoveNote ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at x: 
- at y: 
-
-<!-- ##### STRUCT AgsRemoveNoteClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_note_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_point_from_selection.sgml b/doc/reference/ags/tmpl/ags_remove_point_from_selection.sgml
deleted file mode 100644
index 3aae072..0000000
--- a/doc/reference/ags/tmpl/ags_remove_point_from_selection.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemovePointFromSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemovePointFromSelection ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at x: 
- at y: 
-
-<!-- ##### STRUCT AgsRemovePointFromSelectionClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_point_from_selection_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x: 
- at y: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_recall.sgml b/doc/reference/ags/tmpl/ags_remove_recall.sgml
deleted file mode 100644
index 9d145d7..0000000
--- a/doc/reference/ags/tmpl/ags_remove_recall.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoveRecall
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoveRecall ##### -->
-<para>
-
-</para>
-
- at task: 
- at context: 
- at recall: 
- at is_play: 
-
-<!-- ##### STRUCT AgsRemoveRecallClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_recall_new ##### -->
-<para>
-
-</para>
-
- at context: 
- at recall: 
- at is_play: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_remove_region_from_selection.sgml b/doc/reference/ags/tmpl/ags_remove_region_from_selection.sgml
deleted file mode 100644
index 15b6a1d..0000000
--- a/doc/reference/ags/tmpl/ags_remove_region_from_selection.sgml
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRemoveRegionFromSelection
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRemoveRegionFromSelection ##### -->
-<para>
-
-</para>
-
- at task: 
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
-
-<!-- ##### STRUCT AgsRemoveRegionFromSelectionClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_remove_region_from_selection_new ##### -->
-<para>
-
-</para>
-
- at notation: 
- at x0: 
- at y0: 
- at x1: 
- at y1: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_resize_editor.sgml b/doc/reference/ags/tmpl/ags_resize_editor.sgml
deleted file mode 100644
index 89488d1..0000000
--- a/doc/reference/ags/tmpl/ags_resize_editor.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsResizeEditor
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsResizeEditor ##### -->
-<para>
-
-</para>
-
- at property_editor: 
- at audio_channels: 
- at input_pads: 
- at output_pads: 
-
-<!-- ##### STRUCT AgsResizeEditorClass ##### -->
-<para>
-
-</para>
-
- at property_editor: 
-
-<!-- ##### FUNCTION ags_resize_editor_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_returnable_thread.sgml b/doc/reference/ags/tmpl/ags_returnable_thread.sgml
deleted file mode 100644
index 69b9861..0000000
--- a/doc/reference/ags/tmpl/ags_returnable_thread.sgml
+++ /dev/null
@@ -1,102 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsReturnableThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsReturnableThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at thread_pool: 
- at reset_mutex: 
- at safe_data: 
- at handler: 
-
-<!-- ##### USER_FUNCTION AgsReturnableThreadCallback ##### -->
-<para>
-
-</para>
-
- at returnable_thread: 
- at data: 
-
-
-<!-- ##### STRUCT AgsReturnableThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
- at safe_run: 
-
-<!-- ##### ENUM AgsReturnableThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_RETURNABLE_THREAD_IN_USE: 
- at AGS_RETURNABLE_THREAD_RESET: 
-
-<!-- ##### FUNCTION ags_returnable_thread_connect_safe_run ##### -->
-<para>
-
-</para>
-
- at returnable_thread: 
- at callback: 
-
-
-<!-- ##### FUNCTION ags_returnable_thread_disconnect_safe_run ##### -->
-<para>
-
-</para>
-
- at returnable_thread: 
-
-
-<!-- ##### FUNCTION ags_returnable_thread_new ##### -->
-<para>
-
-</para>
-
- at thread_pool: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_returnable_thread_safe_run ##### -->
-<para>
-
-</para>
-
- at returnable_thread: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ruler.sgml b/doc/reference/ags/tmpl/ags_ruler.sgml
deleted file mode 100644
index 1be4163..0000000
--- a/doc/reference/ags/tmpl/ags_ruler.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRuler
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsRuler ##### -->
-<para>
-
-</para>
-
- at drawing_area: 
-
-<!-- ##### STRUCT AgsRulerClass ##### -->
-<para>
-
-</para>
-
- at drawing_area: 
-
-<!-- ##### FUNCTION ags_ruler_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_ruler_callbacks.sgml b/doc/reference/ags/tmpl/ags_ruler_callbacks.sgml
deleted file mode 100644
index c66f9bd..0000000
--- a/doc/reference/ags/tmpl/ags_ruler_callbacks.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_ruler_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_ruler_configure_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at ruler: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_ruler_expose_event ##### -->
-<para>
-
-</para>
-
- at widget: 
- at event: 
- at ruler: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_runnable.sgml b/doc/reference/ags/tmpl/ags_runnable.sgml
deleted file mode 100644
index 22da837..0000000
--- a/doc/reference/ags/tmpl/ags_runnable.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsRunnable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsRunnable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsRunnableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at run: 
- at stop: 
-
-<!-- ##### FUNCTION ags_runnable_run ##### -->
-<para>
-
-</para>
-
- at runnable: 
-
-
-<!-- ##### FUNCTION ags_runnable_stop ##### -->
-<para>
-
-</para>
-
- at runnable: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_save_file.sgml b/doc/reference/ags/tmpl/ags_save_file.sgml
deleted file mode 100644
index b4ff14c..0000000
--- a/doc/reference/ags/tmpl/ags_save_file.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSaveFile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSaveFile ##### -->
-<para>
-
-</para>
-
- at task: 
- at file: 
-
-<!-- ##### STRUCT AgsSaveFileClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_save_file_new ##### -->
-<para>
-
-</para>
-
- at file: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_scroll_on_play.sgml b/doc/reference/ags/tmpl/ags_scroll_on_play.sgml
deleted file mode 100644
index 550e312..0000000
--- a/doc/reference/ags/tmpl/ags_scroll_on_play.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsScrollOnPlay
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsScrollOnPlay ##### -->
-<para>
-
-</para>
-
- at task: 
- at editor: 
-
-<!-- ##### STRUCT AgsScrollOnPlayClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_scroll_on_play_new ##### -->
-<para>
-
-</para>
-
- at editor: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_seekable.sgml b/doc/reference/ags/tmpl/ags_seekable.sgml
deleted file mode 100644
index cbb5151..0000000
--- a/doc/reference/ags/tmpl/ags_seekable.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSeekable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsSeekable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsSeekableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at seek: 
-
-<!-- ##### FUNCTION ags_seekable_seek ##### -->
-<para>
-
-</para>
-
- at seekable: 
- at steps: 
- at forward: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_segment.sgml b/doc/reference/ags/tmpl/ags_segment.sgml
deleted file mode 100644
index fd8426d..0000000
--- a/doc/reference/ags/tmpl/ags_segment.sgml
+++ /dev/null
@@ -1,111 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSegment
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### ENUM AGS_SEGMENT_FLAGS ##### -->
-<para>
-
-</para>
-
- at AGS_SEGMENT_MONOCHROME: 
- at AGS_SEGMENT_COLOR_RED: 
- at AGS_SEGMENT_COLOR_BLUE: 
- at AGS_SGEMENT_COLOR_GREEN: 
-
-<!-- ##### STRUCT AgsSegment ##### -->
-<para>
-
-</para>
-
- at widget: 
- at flags: 
- at count: 
-
-<!-- ##### STRUCT AgsSegmentClass ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### ENUM AgsSegmentFields ##### -->
-<para>
-
-</para>
-
- at AGS_SEGMENT_UPPER_LEFT: 
- at AGS_SEGMENT_UPPER_RIGHT: 
- at AGS_SEGMENT_LOWER_LEFT: 
- at AGS_SEGMENT_LOWER_RIGHT: 
- at AGS_SEGMENT_LEFT_UPPER_1: 
- at AGS_SEGMENT_LEFT_UPPER_2: 
- at AGS_SEGMENT_LEFT_LOWER_1: 
- at AGS_SEGMENT_LEFT_LOWER_2: 
- at AGS_SEGMENT_RIGHT_UPPER_1: 
- at AGS_SEGMENT_RIGHT_UPPER_2: 
- at AGS_SEGMENT_RIGHT_LOWER_1: 
- at AGS_SEGMENT_RIGHT_LOWER_2: 
- at AGS_SEGMENT_DIAGONAL_UPPER_LEFT_1: 
- at AGS_SEGMENT_DIAGONAL_UPPER_LEFT_2: 
- at AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_1: 
- at AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_2: 
- at AGS_SEGMENT_DIAGONAL_LOWER_LEFT_1: 
- at AGS_SEGMENT_DIAGONAL_LOWER_LEFT_2: 
- at AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_1: 
- at AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_2: 
-
-<!-- ##### FUNCTION ags_segment_draw_string ##### -->
-<para>
-
-</para>
-
- at segment: 
- at string: 
-
-
-<!-- ##### FUNCTION ags_segment_field_off ##### -->
-<para>
-
-</para>
-
- at segment: 
- at field: 
-
-
-<!-- ##### FUNCTION ags_segment_field_on ##### -->
-<para>
-
-</para>
-
- at segment: 
- at field: 
-
-
-<!-- ##### FUNCTION ags_segment_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_server.sgml b/doc/reference/ags/tmpl/ags_server.sgml
deleted file mode 100644
index 369d5fc..0000000
--- a/doc/reference/ags/tmpl/ags_server.sgml
+++ /dev/null
@@ -1,104 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsServer
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsServer ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at abyss_server: 
- at socket: 
- at socket_fd: 
- at address: 
- at server_info: 
- at main: 
- at registry: 
- at remote_task: 
-
-<!-- ##### STRUCT AgsServerClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
-
-<!-- ##### ENUM AgsServerFlags ##### -->
-<para>
-
-</para>
-
- at AGS_SERVER_STARTED: 
- at AGS_SERVER_RUNNING: 
-
-<!-- ##### FUNCTION ags_server_create_object ##### -->
-<para>
-
-</para>
-
- at env: 
- at param_array: 
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_server_lookup ##### -->
-<para>
-
-</para>
-
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_server_new ##### -->
-<para>
-
-</para>
-
- at main: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_server_object_set_property ##### -->
-<para>
-
-</para>
-
- at env: 
- at param_array: 
- at server_info: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_server_start ##### -->
-<para>
-
-</para>
-
- at server: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_server_preferences.sgml b/doc/reference/ags/tmpl/ags_server_preferences.sgml
deleted file mode 100644
index 6d16927..0000000
--- a/doc/reference/ags/tmpl/ags_server_preferences.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsServerPreferences
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsServerPreferences ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at start: 
- at address: 
- at port: 
- at username: 
- at password: 
-
-<!-- ##### STRUCT AgsServerPreferencesClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_server_preferences_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_server_preferences_callbacks.sgml b/doc/reference/ags/tmpl/ags_server_preferences_callbacks.sgml
deleted file mode 100644
index 0b9268a..0000000
--- a/doc/reference/ags/tmpl/ags_server_preferences_callbacks.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_server_preferences_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_audio_channels.sgml b/doc/reference/ags/tmpl/ags_set_audio_channels.sgml
deleted file mode 100644
index cfd54e5..0000000
--- a/doc/reference/ags/tmpl/ags_set_audio_channels.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetAudioChannels
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetAudioChannels ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout: 
- at audio_channels: 
-
-<!-- ##### STRUCT AgsSetAudioChannelsClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_audio_channels_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at audio_channels: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_buffer_size.sgml b/doc/reference/ags/tmpl/ags_set_buffer_size.sgml
deleted file mode 100644
index 973c7b0..0000000
--- a/doc/reference/ags/tmpl/ags_set_buffer_size.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetBufferSize
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetBufferSize ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at buffer_size: 
-
-<!-- ##### STRUCT AgsSetBufferSizeClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_buffer_size_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at buffer_size: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_devout_play_flags.sgml b/doc/reference/ags/tmpl/ags_set_devout_play_flags.sgml
deleted file mode 100644
index b6921d2..0000000
--- a/doc/reference/ags/tmpl/ags_set_devout_play_flags.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetDevoutPlayFlags
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetDevoutPlayFlags ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout_play: 
- at devout_play_flags: 
-
-<!-- ##### STRUCT AgsSetDevoutPlayFlagsClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_devout_play_flags_new ##### -->
-<para>
-
-</para>
-
- at play: 
- at devout_play_flags: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_muted.sgml b/doc/reference/ags/tmpl/ags_set_muted.sgml
deleted file mode 100644
index 8b82334..0000000
--- a/doc/reference/ags/tmpl/ags_set_muted.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetMuted
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetMuted ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at muted: 
-
-<!-- ##### STRUCT AgsSetMutedClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_muted_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at muted: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_output_device.sgml b/doc/reference/ags/tmpl/ags_set_output_device.sgml
deleted file mode 100644
index 79b57fa..0000000
--- a/doc/reference/ags/tmpl/ags_set_output_device.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetOutputDevice
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetOutputDevice ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout: 
- at card_id: 
-
-<!-- ##### STRUCT AgsSetOutputDeviceClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_output_device_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at card_id: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_set_samplerate.sgml b/doc/reference/ags/tmpl/ags_set_samplerate.sgml
deleted file mode 100644
index cab2b16..0000000
--- a/doc/reference/ags/tmpl/ags_set_samplerate.sgml
+++ /dev/null
@@ -1,50 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSetSamplerate
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSetSamplerate ##### -->
-<para>
-
-</para>
-
- at task: 
- at gobject: 
- at samplerate: 
-
-<!-- ##### STRUCT AgsSetSamplerateClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_set_samplerate_new ##### -->
-<para>
-
-</para>
-
- at gobject: 
- at samplerate: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_sf2_chooser.sgml b/doc/reference/ags/tmpl/ags_sf2_chooser.sgml
deleted file mode 100644
index 46deb86..0000000
--- a/doc/reference/ags/tmpl/ags_sf2_chooser.sgml
+++ /dev/null
@@ -1,76 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSF2Chooser
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSF2Chooser ##### -->
-<para>
-
-</para>
-
- at vbox: 
- at ipatch: 
- at preset: 
- at instrument: 
- at sample: 
-
-<!-- ##### STRUCT AgsSF2ChooserClass ##### -->
-<para>
-
-</para>
-
- at vbox: 
-
-<!-- ##### FUNCTION ags_sf2_chooser_completed ##### -->
-<para>
-
-</para>
-
- at sf2_chooser: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_open ##### -->
-<para>
-
-</para>
-
- at sf2_chooser: 
- at filename: 
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_remove_all_from_combo ##### -->
-<para>
-
-</para>
-
- at combo: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_sf2_chooser_callbacks.sgml b/doc/reference/ags/tmpl/ags_sf2_chooser_callbacks.sgml
deleted file mode 100644
index af00f0e..0000000
--- a/doc/reference/ags/tmpl/ags_sf2_chooser_callbacks.sgml
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_sf2_chooser_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_instrument_changed ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at sf2_chooser: 
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_preset_changed ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at sf2_chooser: 
-
-
-<!-- ##### FUNCTION ags_sf2_chooser_sample_changed ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at sf2_chooser: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_single_thread.sgml b/doc/reference/ags/tmpl/ags_single_thread.sgml
deleted file mode 100644
index 60be9d0..0000000
--- a/doc/reference/ags/tmpl/ags_single_thread.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSingleThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsSingleThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at audio_loop: 
- at devout_thread: 
- at task_thread: 
- at gui_thread: 
-
-<!-- ##### STRUCT AgsSingleThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_single_thread_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_sndfile.sgml b/doc/reference/ags/tmpl/ags_sndfile.sgml
deleted file mode 100644
index 02bb86b..0000000
--- a/doc/reference/ags/tmpl/ags_sndfile.sgml
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSndfile
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSndfile ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at info: 
- at file: 
- at pointer: 
- at current: 
- at length: 
-
-<!-- ##### STRUCT AgsSndfileClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsSndfileFlags ##### -->
-<para>
-
-</para>
-
- at AGS_SNDFILE_ITER_START: 
- at AGS_SNDFILE_VIRTUAL: 
-
-<!-- ##### FUNCTION ags_sndfile_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_soundcard.sgml b/doc/reference/ags/tmpl/ags_soundcard.sgml
deleted file mode 100644
index 6fb7468..0000000
--- a/doc/reference/ags/tmpl/ags_soundcard.sgml
+++ /dev/null
@@ -1,87 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSoundcard
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsSoundcard ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsSoundcardInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at list_cards: 
- at pcm_info: 
- at play_init: 
- at play: 
- at stop: 
- at tic: 
- at offset_changed: 
-
-<!-- ##### FUNCTION ags_soundcard_list_cards ##### -->
-<para>
-
-</para>
-
- at soundcard: 
- at card_id: 
- at card_name: 
-
-
-<!-- ##### FUNCTION ags_soundcard_offset_changed ##### -->
-<para>
-
-</para>
-
- at soundcard: 
- at note_offset: 
-
-
-<!-- ##### FUNCTION ags_soundcard_pcm_info ##### -->
-<para>
-
-</para>
-
- at soundcard: 
- at card_id: 
- at channels_min: 
- at channels_max: 
- at rate_min: 
- at rate_max: 
- at buffer_size_min: 
- at buffer_size_max: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_soundcard_tic ##### -->
-<para>
-
-</para>
-
- at soundcard: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stackable.sgml b/doc/reference/ags/tmpl/ags_stackable.sgml
deleted file mode 100644
index af9bdf6..0000000
--- a/doc/reference/ags/tmpl/ags_stackable.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStackable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsStackable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsStackableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at push: 
- at pop: 
-
-<!-- ##### FUNCTION ags_stackable_pop ##### -->
-<para>
-
-</para>
-
- at stackable: 
-
-
-<!-- ##### FUNCTION ags_stackable_push ##### -->
-<para>
-
-</para>
-
- at stackable: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_start_devout.sgml b/doc/reference/ags/tmpl/ags_start_devout.sgml
deleted file mode 100644
index 7bb7c94..0000000
--- a/doc/reference/ags/tmpl/ags_start_devout.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStartDevout
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStartDevout ##### -->
-<para>
-
-</para>
-
- at task: 
- at devout: 
-
-<!-- ##### STRUCT AgsStartDevoutClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_start_devout_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stream.sgml b/doc/reference/ags/tmpl/ags_stream.sgml
deleted file mode 100644
index d30658b..0000000
--- a/doc/reference/ags/tmpl/ags_stream.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStream
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStream ##### -->
-<para>
-
-</para>
-
- at recall: 
- at audio_signal: 
-
-<!-- ##### STRUCT AgsStreamClass ##### -->
-<para>
-
-</para>
-
- at recall: 
-
-<!-- ##### FUNCTION ags_stream ##### -->
-<para>
-
-</para>
-
- at recall: 
- at recall_id: 
- at data: 
-
-
-<!-- ##### FUNCTION ags_stream_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stream_audio_signal.sgml b/doc/reference/ags/tmpl/ags_stream_audio_signal.sgml
deleted file mode 100644
index 3d82b45..0000000
--- a/doc/reference/ags/tmpl/ags_stream_audio_signal.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStreamAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStreamAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsStreamAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_stream_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stream_channel.sgml b/doc/reference/ags/tmpl/ags_stream_channel.sgml
deleted file mode 100644
index 124ba81..0000000
--- a/doc/reference/ags/tmpl/ags_stream_channel.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStreamChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStreamChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### STRUCT AgsStreamChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_stream_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stream_channel_run.sgml b/doc/reference/ags/tmpl/ags_stream_channel_run.sgml
deleted file mode 100644
index 295aa00..0000000
--- a/doc/reference/ags/tmpl/ags_stream_channel_run.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStreamChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStreamChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsStreamChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_stream_channel_run_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_stream_recycling.sgml b/doc/reference/ags/tmpl/ags_stream_recycling.sgml
deleted file mode 100644
index 7469e7a..0000000
--- a/doc/reference/ags/tmpl/ags_stream_recycling.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsStreamRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsStreamRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsStreamRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_stream_recycling_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_synth.sgml b/doc/reference/ags/tmpl/ags_synth.sgml
deleted file mode 100644
index 272aec0..0000000
--- a/doc/reference/ags/tmpl/ags_synth.sgml
+++ /dev/null
@@ -1,63 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSynth
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSynth ##### -->
-<para>
-
-</para>
-
- at machine: 
- at flags: 
- at name: 
- at xml_type: 
- at input_pad: 
- at lower: 
- at loop_start: 
- at loop_end: 
- at auto_update: 
- at update: 
-
-<!-- ##### STRUCT AgsSynthClass ##### -->
-<para>
-
-</para>
-
- at machine: 
-
-<!-- ##### ENUM AgsSynthFlags ##### -->
-<para>
-
-</para>
-
- at AGS_SYNTH_AUTO_UPDATE: 
-
-<!-- ##### FUNCTION ags_synth_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_synth_callbacks.sgml b/doc/reference/ags/tmpl/ags_synth_callbacks.sgml
deleted file mode 100644
index bd8e3ab..0000000
--- a/doc/reference/ags/tmpl/ags_synth_callbacks.sgml
+++ /dev/null
@@ -1,61 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_synth_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_synth_auto_update_callback ##### -->
-<para>
-
-</para>
-
- at toggle: 
- at synth: 
-
-
-<!-- ##### FUNCTION ags_synth_lower_callback ##### -->
-<para>
-
-</para>
-
- at spin_button: 
- at synth: 
-
-
-<!-- ##### FUNCTION ags_synth_parent_set_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at old_parent: 
- at synth: 
-
-
-<!-- ##### FUNCTION ags_synth_update_callback ##### -->
-<para>
-
-</para>
-
- at button: 
- at synth: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_synth_input_line.sgml b/doc/reference/ags/tmpl/ags_synth_input_line.sgml
deleted file mode 100644
index a87f0a9..0000000
--- a/doc/reference/ags/tmpl/ags_synth_input_line.sgml
+++ /dev/null
@@ -1,58 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSynthInputLine
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSynthInputLine ##### -->
-<para>
-
-</para>
-
- at line: 
- at name: 
- at xml_type: 
- at oscillator: 
-
-<!-- ##### STRUCT AgsSynthInputLineClass ##### -->
-<para>
-
-</para>
-
- at line: 
-
-<!-- ##### FUNCTION ags_synth_input_line_map_recall ##### -->
-<para>
-
-</para>
-
- at synth_input_line: 
-
-
-<!-- ##### FUNCTION ags_synth_input_line_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_synth_input_pad.sgml b/doc/reference/ags/tmpl/ags_synth_input_pad.sgml
deleted file mode 100644
index 4f23850..0000000
--- a/doc/reference/ags/tmpl/ags_synth_input_pad.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsSynthInputPad
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsSynthInputPad ##### -->
-<para>
-
-</para>
-
- at pad: 
- at name: 
- at xml_type: 
-
-<!-- ##### STRUCT AgsSynthInputPadClass ##### -->
-<para>
-
-</para>
-
- at pad: 
-
-<!-- ##### FUNCTION ags_synth_input_pad_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_synths.sgml b/doc/reference/ags/tmpl/ags_synths.sgml
deleted file mode 100644
index fb81456..0000000
--- a/doc/reference/ags/tmpl/ags_synths.sgml
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_synths
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
diff --git a/doc/reference/ags/tmpl/ags_synths.sgml.bak b/doc/reference/ags/tmpl/ags_synths.sgml.bak
deleted file mode 100644
index 36fe231..0000000
--- a/doc/reference/ags/tmpl/ags_synths.sgml.bak
+++ /dev/null
@@ -1,80 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_synths
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_synth_saw ##### -->
-<para>
-
-</para>
-
- at devout: 
- at buffer: 
- at offset: 
- at freq: 
- at phase: 
- at length: 
- at volume: 
-
-
-<!-- ##### FUNCTION ags_synth_sin ##### -->
-<para>
-
-</para>
-
- at devout: 
- at buffer: 
- at offset: 
- at freq: 
- at phase: 
- at length: 
- at volume: 
-
-
-<!-- ##### FUNCTION ags_synth_square ##### -->
-<para>
-
-</para>
-
- at devout: 
- at buffer: 
- at offset: 
- at freq: 
- at phase: 
- at length: 
- at volume: 
-
-
-<!-- ##### FUNCTION ags_synth_triangle ##### -->
-<para>
-
-</para>
-
- at devout: 
- at buffer: 
- at offset: 
- at freq: 
- at phase: 
- at length: 
- at volume: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_table.sgml b/doc/reference/ags/tmpl/ags_table.sgml
deleted file mode 100644
index cfda8d4..0000000
--- a/doc/reference/ags/tmpl/ags_table.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTable ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### STRUCT AgsTableClass ##### -->
-<para>
-
-</para>
-
- at table: 
-
-<!-- ##### FUNCTION ags_table_new ##### -->
-<para>
-
-</para>
-
- at row: 
- at columns: 
- at homogeneous: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_tactable.sgml b/doc/reference/ags/tmpl/ags_tactable.sgml
deleted file mode 100644
index 90e774c..0000000
--- a/doc/reference/ags/tmpl/ags_tactable.sgml
+++ /dev/null
@@ -1,77 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTactable
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsTactable ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsTactableInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at change_sequencer_duration: 
- at change_notation_duration: 
- at change_tact: 
- at change_bpm: 
-
-<!-- ##### FUNCTION ags_tactable_change_bpm ##### -->
-<para>
-
-</para>
-
- at tactable: 
- at bpm: 
-
-
-<!-- ##### FUNCTION ags_tactable_change_notation_duration ##### -->
-<para>
-
-</para>
-
- at tactable: 
- at duration: 
-
-
-<!-- ##### FUNCTION ags_tactable_change_sequencer_duration ##### -->
-<para>
-
-</para>
-
- at tactable: 
- at duration: 
-
-
-<!-- ##### FUNCTION ags_tactable_change_tact ##### -->
-<para>
-
-</para>
-
- at tactable: 
- at tact: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_task.sgml b/doc/reference/ags/tmpl/ags_task.sgml
deleted file mode 100644
index 5b83dee..0000000
--- a/doc/reference/ags/tmpl/ags_task.sgml
+++ /dev/null
@@ -1,76 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTask
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTask ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at name: 
- at delay: 
- at wait_sync_task_cond: 
-
-<!-- ##### STRUCT AgsTaskClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at launch: 
- at failure: 
-
-<!-- ##### ENUM AgsTaskFlags ##### -->
-<para>
-
-</para>
-
- at AGS_TASK_LOCKED: 
-
-<!-- ##### FUNCTION ags_task_failure ##### -->
-<para>
-
-</para>
-
- at task: 
- at error: 
-
-
-<!-- ##### FUNCTION ags_task_launch ##### -->
-<para>
-
-</para>
-
- at task: 
-
-
-<!-- ##### FUNCTION ags_task_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_task_thread.sgml b/doc/reference/ags/tmpl/ags_task_thread.sgml
deleted file mode 100644
index 37fbcf2..0000000
--- a/doc/reference/ags/tmpl/ags_task_thread.sgml
+++ /dev/null
@@ -1,90 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTaskThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_TASK_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsTaskThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at flags: 
- at mutex: 
- at cond: 
- at read_mutex: 
- at launch_mutex: 
- at queued: 
- at pending: 
- at exec: 
- at queue: 
- at thread_pool: 
-
-<!-- ##### STRUCT AgsTaskThreadAppend ##### -->
-<para>
-
-</para>
-
- at task_thread: 
- at data: 
-
-<!-- ##### STRUCT AgsTaskThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_task_thread_append_task ##### -->
-<para>
-
-</para>
-
- at task_thread: 
- at task: 
-
-
-<!-- ##### FUNCTION ags_task_thread_append_tasks ##### -->
-<para>
-
-</para>
-
- at task_thread: 
- at list: 
-
-
-<!-- ##### FUNCTION ags_task_thread_new ##### -->
-<para>
-
-</para>
-
- at devout: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_thread-kthreads.sgml b/doc/reference/ags/tmpl/ags_thread-kthreads.sgml
deleted file mode 100644
index 24905e3..0000000
--- a/doc/reference/ags/tmpl/ags_thread-kthreads.sgml
+++ /dev/null
@@ -1,494 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_THREAD_RESUME_SIG ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_STACKSIZE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_SUSPEND_SIG ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsThread ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at wait_mask: 
- at thread: 
- at thread_attr: 
- at freq: 
- at mutex: 
- at mutexattr: 
- at cond: 
- at start_mutex: 
- at start_cond: 
- at barrier: 
- at first_barrier: 
- at wait_count: 
- at timelock_thread: 
- at timelock_mutex: 
- at timelock_cond: 
- at greedy_mutex: 
- at greedy_cond: 
- at greedy_run_mutex: 
- at locked_greedy: 
- at timelock: 
- at greedy_locks: 
- at suspend_mutex: 
- at critical_region: 
- at devout: 
- at parent: 
- at next: 
- at prev: 
- at children: 
- at data: 
-
-<!-- ##### STRUCT AgsThreadClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
- at run: 
- at suspend: 
- at resume: 
- at timelock: 
- at stop: 
-
-<!-- ##### ENUM AgsThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_THREAD_RUNNING: 
- at AGS_THREAD_IDLE: 
- at AGS_THREAD_LOCKED: 
- at AGS_THREAD_WAIT_FOR_PARENT: 
- at AGS_THREAD_WAIT_FOR_SIBLING: 
- at AGS_THREAD_WAIT_FOR_CHILDREN: 
- at AGS_THREAD_WAIT_FOR_BARRIER: 
- at AGS_THREAD_WAITING_FOR_PARENT: 
- at AGS_THREAD_WAITING_FOR_SIBLING: 
- at AGS_THREAD_WAITING_FOR_CHILDREN: 
- at AGS_THREAD_WAITING_FOR_BARRIER: 
- at AGS_THREAD_BROADCAST_PARENT: 
- at AGS_THREAD_BROADCAST_SIBLING: 
- at AGS_THREAD_BROADCAST_CHILDREN: 
- at AGS_THREAD_INITIAL_RUN: 
- at AGS_THREAD_TREE_SYNC_0: 
- at AGS_THREAD_WAIT_0: 
- at AGS_THREAD_TREE_SYNC_1: 
- at AGS_THREAD_WAIT_1: 
- at AGS_THREAD_TREE_SYNC_2: 
- at AGS_THREAD_WAIT_2: 
- at AGS_THREAD_TIMELOCK_RUN: 
- at AGS_THREAD_TIMELOCK_WAIT: 
- at AGS_THREAD_TIMELOCK_RESUME: 
- at AGS_THREAD_SKIP_NON_GREEDY: 
- at AGS_THREAD_SKIPPED_BY_TIMELOCK: 
- at AGS_THREAD_LOCK_GREEDY_RUN_MUTEX: 
- at AGS_THREAD_SUSPENDED: 
- at AGS_THREAD_SINGLE_LOOP: 
- at AGS_THREAD_READY: 
- at AGS_THREAD_UNREF_ON_EXIT: 
-
-<!-- ##### MACRO MSEC_PER_SEC ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO NSEC_PER_SEC ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_thread_add_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_thread_children_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_first ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_get_toplevel ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_hangcheck ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_is_current_ready ##### -->
-<para>
-
-</para>
-
- at current: 
- at tic: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_is_tree_ready ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_last ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_lock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_new ##### -->
-<para>
-
-</para>
-
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_children_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_parent_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_sibling_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_parental_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_remove_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_thread_resume ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_run ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_set_sync ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
-
-
-<!-- ##### FUNCTION ags_thread_set_sync_all ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
-
-
-<!-- ##### FUNCTION ags_thread_sibling_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_children ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_start ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_stop ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_suspend ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_timelock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_trylock ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_thread-posix.sgml b/doc/reference/ags/tmpl/ags_thread-posix.sgml
deleted file mode 100644
index 66c5483..0000000
--- a/doc/reference/ags/tmpl/ags_thread-posix.sgml
+++ /dev/null
@@ -1,543 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_ACCOUNTING_TABLE ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### MACRO AGS_THREAD_DEFAULT_ATTACK ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_MAX_PRECISION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_RESUME_SIG ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_THREAD_SUSPEND_SIG ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsAccountingTable ##### -->
-<para>
-
-</para>
-
- at thread: 
- at sanity: 
-
-<!-- ##### STRUCT AgsThread ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at wait_mask: 
- at thread: 
- at thread_attr: 
- at freq: 
- at mutex: 
- at mutexattr: 
- at cond: 
- at start_mutex: 
- at start_cond: 
- at barrier: 
- at first_barrier: 
- at wait_count: 
- at timelock_thread: 
- at timelock_mutex: 
- at timelock_cond: 
- at greedy_mutex: 
- at greedy_cond: 
- at greedy_run_mutex: 
- at locked_greedy: 
- at timelock: 
- at greedy_locks: 
- at suspend_mutex: 
- at critical_region: 
- at devout: 
- at parent: 
- at next: 
- at prev: 
- at children: 
- at data: 
-
-<!-- ##### STRUCT AgsThreadClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
- at run: 
- at suspend: 
- at resume: 
- at timelock: 
- at stop: 
-
-<!-- ##### ENUM AgsThreadFlags ##### -->
-<para>
-
-</para>
-
- at AGS_THREAD_RUNNING: 
- at AGS_THREAD_IDLE: 
- at AGS_THREAD_LOCKED: 
- at AGS_THREAD_WAIT_FOR_PARENT: 
- at AGS_THREAD_WAIT_FOR_SIBLING: 
- at AGS_THREAD_WAIT_FOR_CHILDREN: 
- at AGS_THREAD_WAIT_FOR_BARRIER: 
- at AGS_THREAD_WAITING_FOR_PARENT: 
- at AGS_THREAD_WAITING_FOR_SIBLING: 
- at AGS_THREAD_WAITING_FOR_CHILDREN: 
- at AGS_THREAD_WAITING_FOR_BARRIER: 
- at AGS_THREAD_BROADCAST_PARENT: 
- at AGS_THREAD_BROADCAST_SIBLING: 
- at AGS_THREAD_BROADCAST_CHILDREN: 
- at AGS_THREAD_INITIAL_RUN: 
- at AGS_THREAD_TREE_SYNC_0: 
- at AGS_THREAD_WAIT_0: 
- at AGS_THREAD_TREE_SYNC_1: 
- at AGS_THREAD_WAIT_1: 
- at AGS_THREAD_TREE_SYNC_2: 
- at AGS_THREAD_WAIT_2: 
- at AGS_THREAD_TIMELOCK_RUN: 
- at AGS_THREAD_TIMELOCK_WAIT: 
- at AGS_THREAD_TIMELOCK_RESUME: 
- at AGS_THREAD_SKIP_NON_GREEDY: 
- at AGS_THREAD_SKIPPED_BY_TIMELOCK: 
- at AGS_THREAD_LOCK_GREEDY_RUN_MUTEX: 
- at AGS_THREAD_SUSPENDED: 
- at AGS_THREAD_SINGLE_LOOP: 
- at AGS_THREAD_READY: 
- at AGS_THREAD_UNREF_ON_EXIT: 
-
-<!-- ##### MACRO MSEC_PER_SEC ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO NSEC_PER_SEC ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_accounting_table_alloc ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_accounting_table_set_sanity ##### -->
-<para>
-
-</para>
-
- at table: 
- at thread: 
- at sanity: 
-
-
-<!-- ##### FUNCTION ags_thread_add_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_thread_children_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_first ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_get_toplevel ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_hangcheck ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_is_current_ready ##### -->
-<para>
-
-</para>
-
- at current: 
- at tic: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_is_tree_ready ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_last ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_lock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_lock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_new ##### -->
-<para>
-
-</para>
-
- at data: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_children_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_parent_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_next_sibling_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_parental_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_remove_child ##### -->
-<para>
-
-</para>
-
- at thread: 
- at child: 
-
-
-<!-- ##### FUNCTION ags_thread_resume ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_run ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_set_sync ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
-
-
-<!-- ##### FUNCTION ags_thread_set_sync_all ##### -->
-<para>
-
-</para>
-
- at thread: 
- at tic: 
-
-
-<!-- ##### FUNCTION ags_thread_sibling_is_locked ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_children ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_signal_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
- at broadcast: 
-
-
-<!-- ##### FUNCTION ags_thread_start ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_stop ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_suspend ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_timelock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_trylock ##### -->
-<para>
-
-</para>
-
- at thread: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_all ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_unlock_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_children ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_parent ##### -->
-<para>
-
-</para>
-
- at thread: 
- at parent: 
-
-
-<!-- ##### FUNCTION ags_thread_wait_sibling ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_thread_pool.sgml b/doc/reference/ags/tmpl/ags_thread_pool.sgml
deleted file mode 100644
index 0a67104..0000000
--- a/doc/reference/ags/tmpl/ags_thread_pool.sgml
+++ /dev/null
@@ -1,88 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsThreadPool
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsThreadPool ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at max_unused_threads: 
- at max_threads: 
- at thread: 
- at creation_mutex: 
- at creation_cond: 
- at n_threads: 
- at newly_pulled: 
- at queued: 
- at parent: 
- at returnable_thread: 
- at running_thread: 
- at pull_mutex: 
- at return_mutex: 
- at return_cond: 
-
-<!-- ##### STRUCT AgsThreadPoolClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at start: 
-
-<!-- ##### ENUM AgsThreadPoolFlags ##### -->
-<para>
-
-</para>
-
- at AGS_THREAD_POOL_RUNNING: 
- at AGS_THREAD_POOL_READY: 
-
-<!-- ##### FUNCTION ags_thread_pool_new ##### -->
-<para>
-
-</para>
-
- at parent: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_pool_pull ##### -->
-<para>
-
-</para>
-
- at thread_pool: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_thread_pool_start ##### -->
-<para>
-
-</para>
-
- at thread_pool: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_timebar.sgml b/doc/reference/ags/tmpl/ags_timebar.sgml
deleted file mode 100644
index 84b61fd..0000000
--- a/doc/reference/ags/tmpl/ags_timebar.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTimebar
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTimebar ##### -->
-<para>
-
-</para>
-
- at range: 
-
-<!-- ##### STRUCT AgsTimebarClass ##### -->
-<para>
-
-</para>
-
- at range: 
-
-<!-- ##### FUNCTION ags_timebar_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_timestamp.sgml b/doc/reference/ags/tmpl/ags_timestamp.sgml
deleted file mode 100644
index 0da7de4..0000000
--- a/doc/reference/ags/tmpl/ags_timestamp.sgml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTimestamp
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTimestamp ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
-
-<!-- ##### STRUCT AgsTimestampClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsTimestampFlags ##### -->
-<para>
-
-</para>
-
- at AGS_TIMESTAMP_UNIX: 
- at AGS_TIMESTAMP_OUTDATED: 
-
-<!-- ##### FUNCTION ags_timestamp_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_timestamp_factory.sgml b/doc/reference/ags/tmpl/ags_timestamp_factory.sgml
deleted file mode 100644
index 7256b71..0000000
--- a/doc/reference/ags/tmpl/ags_timestamp_factory.sgml
+++ /dev/null
@@ -1,74 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTimestampFactory
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTimestampFactory ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at timestamp: 
-
-<!-- ##### STRUCT AgsTimestampFactoryClass ##### -->
-<para>
-
-</para>
-
- at object: 
- at create: 
-
-<!-- ##### ENUM AgsTimestampFactoryFlags ##### -->
-<para>
-
-</para>
-
- at AGS_TIMESTAMP_FACTORY_UNIX: 
-
-<!-- ##### FUNCTION ags_timestamp_factory_create ##### -->
-<para>
-
-</para>
-
- at timestamp_factory: 
- at predecor: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_timestamp_factory_get_instance ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_timestamp_factory_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_timestamp_thread.sgml b/doc/reference/ags/tmpl/ags_timestamp_thread.sgml
deleted file mode 100644
index 8867dfa..0000000
--- a/doc/reference/ags/tmpl/ags_timestamp_thread.sgml
+++ /dev/null
@@ -1,91 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTimestampThread
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_MICROSECONDS_PER_SECOND ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TIMESTAMP_THREAD_DEFAULT_BPM ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TIMESTAMP_THREAD_DEFAULT_TIC ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsTimestampThread ##### -->
-<para>
-
-</para>
-
- at thread: 
- at current_timestamp: 
- at current_latency: 
- at timestamp: 
-
-<!-- ##### STRUCT AgsTimestampThreadClass ##### -->
-<para>
-
-</para>
-
- at thread: 
-
-<!-- ##### FUNCTION ags_timestamp_thread_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_toggle_led.sgml b/doc/reference/ags/tmpl/ags_toggle_led.sgml
deleted file mode 100644
index e0c3784..0000000
--- a/doc/reference/ags/tmpl/ags_toggle_led.sgml
+++ /dev/null
@@ -1,52 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsToggleLed
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsToggleLed ##### -->
-<para>
-
-</para>
-
- at task: 
- at led: 
- at set_active: 
- at unset_active: 
-
-<!-- ##### STRUCT AgsToggleLedClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_toggle_led_new ##### -->
-<para>
-
-</para>
-
- at led: 
- at set_active: 
- at unset_active: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_toggle_pattern_bit.sgml b/doc/reference/ags/tmpl/ags_toggle_pattern_bit.sgml
deleted file mode 100644
index c1b9396..0000000
--- a/doc/reference/ags/tmpl/ags_toggle_pattern_bit.sgml
+++ /dev/null
@@ -1,65 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTogglePatternBit
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsTogglePatternBit ##### -->
-<para>
-
-</para>
-
- at task: 
- at pattern: 
- at line: 
- at index_i: 
- at index_j: 
- at bit: 
-
-<!-- ##### STRUCT AgsTogglePatternBitClass ##### -->
-<para>
-
-</para>
-
- at task: 
- at refresh_gui: 
-
-<!-- ##### FUNCTION ags_toggle_pattern_bit_new ##### -->
-<para>
-
-</para>
-
- at pattern: 
- at line: 
- at index_i: 
- at index_j: 
- at bit: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_toggle_pattern_bit_refresh_gui ##### -->
-<para>
-
-</para>
-
- at toggle_pattern_bit: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_toolbar.sgml b/doc/reference/ags/tmpl/ags_toolbar.sgml
deleted file mode 100644
index 3fde2d8..0000000
--- a/doc/reference/ags/tmpl/ags_toolbar.sgml
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsToolbar
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsToolbar ##### -->
-<para>
-
-</para>
-
- at toolbar: 
- at selected_edit_mode: 
- at position: 
- at edit: 
- at clear: 
- at select: 
- at copy: 
- at cut: 
- at paste: 
- at zoom_history: 
- at zoom: 
- at mode: 
-
-<!-- ##### STRUCT AgsToolbarClass ##### -->
-<para>
-
-</para>
-
- at toolbar: 
-
-<!-- ##### FUNCTION ags_toolbar_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_toolbar_callbacks.sgml b/doc/reference/ags/tmpl/ags_toolbar_callbacks.sgml
deleted file mode 100644
index 49aa799..0000000
--- a/doc/reference/ags/tmpl/ags_toolbar_callbacks.sgml
+++ /dev/null
@@ -1,115 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_toolbar_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_toolbar_clear_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_copy_or_cut_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_destroy_callback ##### -->
-<para>
-
-</para>
-
- at object: 
- at toolbar: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_toolbar_edit_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_mode_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_paste_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_position_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_select_callback ##### -->
-<para>
-
-</para>
-
- at toggle_button: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_show_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at toolbar: 
-
-
-<!-- ##### FUNCTION ags_toolbar_zoom_callback ##### -->
-<para>
-
-</para>
-
- at combo_box: 
- at toolbar: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_toolbar_mode_stock.sgml b/doc/reference/ags/tmpl/ags_toolbar_mode_stock.sgml
deleted file mode 100644
index 14c019e..0000000
--- a/doc/reference/ags/tmpl/ags_toolbar_mode_stock.sgml
+++ /dev/null
@@ -1,45 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_toolbar_mode_stock
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_TOOLBAR_MODE_ALL_CHANNELS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TOOLBAR_MODE_MULTI_CHANNEL ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_TOOLBAR_MODE_SINGLE_CHANNEL ##### -->
-<para>
-
-</para>
-
-
-
diff --git a/doc/reference/ags/tmpl/ags_tree_iterator.sgml b/doc/reference/ags/tmpl/ags_tree_iterator.sgml
deleted file mode 100644
index 126193d..0000000
--- a/doc/reference/ags/tmpl/ags_tree_iterator.sgml
+++ /dev/null
@@ -1,101 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsTreeIterator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### TYPEDEF AgsTreeIterator ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### STRUCT AgsTreeIteratorInterface ##### -->
-<para>
-
-</para>
-
- at interface: 
- at set_inverse_mode: 
- at is_inverse_mode: 
- at iterate: 
- at iterate_nested: 
- at safe_iterate: 
- at safe_iterate_nested: 
- at loop_action: 
- at nested_loop_action: 
-
-<!-- ##### FUNCTION ags_tree_iterator_is_inverse_mode ##### -->
-<para>
-
-</para>
-
- at tree: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_tree_iterator_iterate ##### -->
-<para>
-
-</para>
-
- at tree: 
- at node_id: 
-
-
-<!-- ##### FUNCTION ags_tree_iterator_iterate_nested ##### -->
-<para>
-
-</para>
-
- at tree: 
- at node_id: 
-
-
-<!-- ##### FUNCTION ags_tree_iterator_safe_iterate ##### -->
-<para>
-
-</para>
-
- at toplevel: 
- at current: 
- at node_id: 
-
-
-<!-- ##### FUNCTION ags_tree_iterator_safe_iterate_nested ##### -->
-<para>
-
-</para>
-
- at toplevel: 
- at current: 
- at node_id: 
-
-
-<!-- ##### FUNCTION ags_tree_iterator_set_inverse_mode ##### -->
-<para>
-
-</para>
-
- at tree: 
- at mode: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_unref_audio_signal.sgml b/doc/reference/ags/tmpl/ags_unref_audio_signal.sgml
deleted file mode 100644
index 522fce2..0000000
--- a/doc/reference/ags/tmpl/ags_unref_audio_signal.sgml
+++ /dev/null
@@ -1,48 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsUnrefAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsUnrefAudioSignal ##### -->
-<para>
-
-</para>
-
- at task: 
- at audio_signal: 
-
-<!-- ##### STRUCT AgsUnrefAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at task: 
-
-<!-- ##### FUNCTION ags_unref_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_vindicator.sgml b/doc/reference/ags/tmpl/ags_vindicator.sgml
deleted file mode 100644
index f0e3d66..0000000
--- a/doc/reference/ags/tmpl/ags_vindicator.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsVIndicator
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsVIndicator ##### -->
-<para>
-
-</para>
-
- at indicator: 
-
-<!-- ##### STRUCT AgsVIndicatorClass ##### -->
-<para>
-
-</para>
-
- at indicator: 
-
-<!-- ##### FUNCTION ags_vindicator_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_volume_audio_signal.sgml b/doc/reference/ags/tmpl/ags_volume_audio_signal.sgml
deleted file mode 100644
index 500ce30..0000000
--- a/doc/reference/ags/tmpl/ags_volume_audio_signal.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsVolumeAudioSignal
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsVolumeAudioSignal ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### STRUCT AgsVolumeAudioSignalClass ##### -->
-<para>
-
-</para>
-
- at recall_audio_signal: 
-
-<!-- ##### FUNCTION ags_volume_audio_signal_new ##### -->
-<para>
-
-</para>
-
- at audio_signal: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_volume_channel.sgml b/doc/reference/ags/tmpl/ags_volume_channel.sgml
deleted file mode 100644
index 37d542c..0000000
--- a/doc/reference/ags/tmpl/ags_volume_channel.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsVolumeChannel
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsVolumeChannel ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
- at volume: 
-
-<!-- ##### STRUCT AgsVolumeChannelClass ##### -->
-<para>
-
-</para>
-
- at recall_channel: 
-
-<!-- ##### FUNCTION ags_volume_channel_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_volume_channel_run.sgml b/doc/reference/ags/tmpl/ags_volume_channel_run.sgml
deleted file mode 100644
index 68fec96..0000000
--- a/doc/reference/ags/tmpl/ags_volume_channel_run.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsVolumeChannelRun
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsVolumeChannelRun ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### STRUCT AgsVolumeChannelRunClass ##### -->
-<para>
-
-</para>
-
- at recall_channel_run: 
-
-<!-- ##### FUNCTION ags_volume_channel_run_new ##### -->
-<para>
-
-</para>
-
- at channel: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_volume_recycling.sgml b/doc/reference/ags/tmpl/ags_volume_recycling.sgml
deleted file mode 100644
index 039ed42..0000000
--- a/doc/reference/ags/tmpl/ags_volume_recycling.sgml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsVolumeRecycling
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsVolumeRecycling ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### STRUCT AgsVolumeRecyclingClass ##### -->
-<para>
-
-</para>
-
- at recall_recycling: 
-
-<!-- ##### FUNCTION ags_volume_recycling_new ##### -->
-<para>
-
-</para>
-
- at recycling: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_waveform.sgml b/doc/reference/ags/tmpl/ags_waveform.sgml
deleted file mode 100644
index 6a30560..0000000
--- a/doc/reference/ags/tmpl/ags_waveform.sgml
+++ /dev/null
@@ -1,46 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsWaveform
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### STRUCT AgsWaveform ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### STRUCT AgsWaveformClass ##### -->
-<para>
-
-</para>
-
- at widget: 
-
-<!-- ##### FUNCTION ags_waveform_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_window.sgml b/doc/reference/ags/tmpl/ags_window.sgml
deleted file mode 100644
index 4291b32..0000000
--- a/doc/reference/ags/tmpl/ags_window.sgml
+++ /dev/null
@@ -1,128 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsWindow
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_MACHINE_COUNTER ##### -->
-<para>
-
-</para>
-
- at ptr: 
-
-
-<!-- ##### STRUCT AgsMachineCounter ##### -->
-<para>
-
-</para>
-
- at version: 
- at build_id: 
- at machine_type: 
- at counter: 
-
-<!-- ##### STRUCT AgsWindow ##### -->
-<para>
-
-</para>
-
- at window: 
- at flags: 
- at ags_main: 
- at devout: 
- at name: 
- at menu_bar: 
- at paned: 
- at machines: 
- at machine_counter: 
- at selected: 
- at editor: 
- at navigation: 
- at export_window: 
- at preferences: 
-
-<!-- ##### STRUCT AgsWindowClass ##### -->
-<para>
-
-</para>
-
- at window: 
-
-<!-- ##### ENUM AgsWindowFlags ##### -->
-<para>
-
-</para>
-
- at AGS_WINDOW_READY: 
- at AGS_WINDOW_LOADING: 
- at AGS_WINDOW_SAVING: 
- at AGS_WINDOW_TERMINATING: 
-
-<!-- ##### FUNCTION ags_machine_counter_alloc ##### -->
-<para>
-
-</para>
-
- at version: 
- at build_id: 
- at machine_type: 
- at initial_value: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_window_decrement_machine_counter ##### -->
-<para>
-
-</para>
-
- at window: 
- at machine_type: 
-
-
-<!-- ##### FUNCTION ags_window_find_machine_counter ##### -->
-<para>
-
-</para>
-
- at window: 
- at machine_type: 
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_window_increment_machine_counter ##### -->
-<para>
-
-</para>
-
- at window: 
- at machine_type: 
-
-
-<!-- ##### FUNCTION ags_window_new ##### -->
-<para>
-
-</para>
-
- at ags_main: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/ags_window_callbacks.sgml b/doc/reference/ags/tmpl/ags_window_callbacks.sgml
deleted file mode 100644
index 7c37274..0000000
--- a/doc/reference/ags/tmpl/ags_window_callbacks.sgml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-ags_window_callbacks
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION ags_window_delete_event_callback ##### -->
-<para>
-
-</para>
-
- at widget: 
- at data: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/jmath.sgml b/doc/reference/ags/tmpl/jmath.sgml
deleted file mode 100644
index bca94eb..0000000
--- a/doc/reference/ags/tmpl/jmath.sgml
+++ /dev/null
@@ -1,277 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-jmath
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION j_math_algebra_brackeds_out ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_algebra_functions_out ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_algebra_operations_out ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_algebra_solve ##### -->
-<para>
-
-</para>
-
- at string: 
- at operation: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_and ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_cut_leading_zeros ##### -->
-<para>
-
-</para>
-
- at value: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_exclusive_or ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_exp ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_exp2 ##### -->
-<para>
-
-</para>
-
- at a: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_gauss ##### -->
-<para>
-
-</para>
-
- at string: 
- at count: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_get_first_level_operator ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_get_second_level_operator ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_is_function ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_is_function_backward ##### -->
-<para>
-
-</para>
-
- at start: 
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_is_operator ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_less ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_make_valid ##### -->
-<para>
-
-</para>
-
- at string: 
-
-
-<!-- ##### FUNCTION j_math_more ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_or ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_put_null_at_beginning ##### -->
-<para>
-
-</para>
-
- at array: 
- at size: 
-
-
-<!-- ##### FUNCTION j_math_put_null_at_end ##### -->
-<para>
-
-</para>
-
- at array: 
- at size: 
-
-
-<!-- ##### FUNCTION j_math_root ##### -->
-<para>
-
-</para>
-
- at a: 
- at b: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_root2 ##### -->
-<para>
-
-</para>
-
- at a: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_solve_arithmetic ##### -->
-<para>
-
-</para>
-
- at string: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_sort_array ##### -->
-<para>
-
-</para>
-
- at array: 
- at size: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_width ##### -->
-<para>
-
-</para>
-
- at a: 
- at Returns: 
-
-
-<!-- ##### FUNCTION j_math_width_list ##### -->
-<para>
-
-</para>
-
- at list: 
- at Returns: 
-
-
diff --git a/doc/reference/ags/tmpl/main.sgml b/doc/reference/ags/tmpl/main.sgml
deleted file mode 100644
index 4769d52..0000000
--- a/doc/reference/ags/tmpl/main.sgml
+++ /dev/null
@@ -1,161 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-AgsMain
-
-<!-- ##### SECTION Short_Description ##### -->
-
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO AGS_BUILD_ID ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_EFFECTS_DEFAULT_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_PRIORITY ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO AGS_VERSION ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO ALSA_PCM_NEW_HW_PARAMS_API ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### STRUCT AgsMain ##### -->
-<para>
-
-</para>
-
- at object: 
- at flags: 
- at version: 
- at build_id: 
- at env: 
- at main_loop: 
- at autosave_thread: 
- at thread_pool: 
- at server: 
- at devout: 
- at window: 
- at config: 
- at log: 
-
-<!-- ##### STRUCT AgsMainClass ##### -->
-<para>
-
-</para>
-
- at object: 
-
-<!-- ##### ENUM AgsMainFlags ##### -->
-<para>
-
-</para>
-
- at AGS_MAIN_SINGLE_THREAD: 
- at AGS_MAIN_CONNECTED: 
-
-<!-- ##### FUNCTION ags_main_add_devout ##### -->
-<para>
-
-</para>
-
- at ags_main: 
- at devout: 
-
-
-<!-- ##### FUNCTION ags_main_load_config ##### -->
-<para>
-
-</para>
-
- at ags_main: 
-
-
-<!-- ##### FUNCTION ags_main_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION ags_main_quit ##### -->
-<para>
-
-</para>
-
- at ags_main: 
-
-
-<!-- ##### FUNCTION ags_main_register_machine_type ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_main_register_recall_type ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_main_register_task_type ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_main_register_thread_type ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### FUNCTION ags_main_register_widget_type ##### -->
-<para>
-
-</para>
-
-
-
diff --git a/doc/reference/ags/xml/ags-doc.bottom b/doc/reference/ags/xml/ags-doc.bottom
deleted file mode 100644
index 13b8b72..0000000
--- a/doc/reference/ags/xml/ags-doc.bottom
+++ /dev/null
@@ -1,318 +0,0 @@
-    <xi:include href="xml/ags_add_audio.xml"/>
-    <xi:include href="xml/ags_add_audio_signal.xml"/>
-    <xi:include href="xml/ags_add_line_member.xml"/>
-    <xi:include href="xml/ags_add_note.xml"/>
-    <xi:include href="xml/ags_add_point_to_selection.xml"/>
-    <xi:include href="xml/ags_add_recall.xml"/>
-    <xi:include href="xml/ags_add_region_to_selection.xml"/>
-    <xi:include href="xml/ags_amplifier.xml"/>
-    <xi:include href="xml/ags_append_audio.xml"/>
-    <xi:include href="xml/ags_append_audio_threaded.xml"/>
-    <xi:include href="xml/ags_append_channel.xml"/>
-    <xi:include href="xml/ags_append_recall.xml"/>
-    <xi:include href="xml/ags_applicable.xml"/>
-    <xi:include href="xml/ags_apply_bpm.xml"/>
-    <xi:include href="xml/ags_apply_sequencer_length.xml"/>
-    <xi:include href="xml/ags_apply_synth.xml"/>
-    <xi:include href="xml/ags_apply_tact.xml"/>
-    <xi:include href="xml/ags_apply_wavetable.xml"/>
-    <xi:include href="xml/ags_async_queue.xml"/>
-    <xi:include href="xml/ags_audio.xml"/>
-    <xi:include href="xml/ags_audio_file.xml"/>
-    <xi:include href="xml/ags_audio_file_xml.xml"/>
-    <xi:include href="xml/ags_audio_loop.xml"/>
-    <xi:include href="xml/ags_audio_preferences.xml"/>
-    <xi:include href="xml/ags_audio_preferences_callbacks.xml"/>
-    <xi:include href="xml/ags_audio_set_recycling.xml"/>
-    <xi:include href="xml/ags_audio_signal.xml"/>
-    <xi:include href="xml/ags_autosave_thread.xml"/>
-    <xi:include href="xml/ags_buffer_audio_signal.xml"/>
-    <xi:include href="xml/ags_buffer_channel.xml"/>
-    <xi:include href="xml/ags_buffer_channel_run.xml"/>
-    <xi:include href="xml/ags_buffer_recycling.xml"/>
-    <xi:include href="xml/ags_cancel_audio.xml"/>
-    <xi:include href="xml/ags_cancel_channel.xml"/>
-    <xi:include href="xml/ags_cancel_recall.xml"/>
-    <xi:include href="xml/ags_cartesian.xml"/>
-    <xi:include href="xml/ags_change_indicator.xml"/>
-    <xi:include href="xml/ags_change_tact.xml"/>
-    <xi:include href="xml/ags_channel.xml"/>
-    <xi:include href="xml/ags_channel_iter.xml"/>
-    <xi:include href="xml/ags_channel_set_recycling.xml"/>
-    <xi:include href="xml/ags_clone_channel.xml"/>
-    <xi:include href="xml/ags_clone_channel_run.xml"/>
-    <xi:include href="xml/ags_combo_box_text.xml"/>
-    <xi:include href="xml/ags_config.xml"/>
-    <xi:include href="xml/ags_container.xml"/>
-    <xi:include href="xml/ags_copy_audio_signal.xml"/>
-    <xi:include href="xml/ags_copy_channel.xml"/>
-    <xi:include href="xml/ags_copy_channel_run.xml"/>
-    <xi:include href="xml/ags_copy_notation_audio.xml"/>
-    <xi:include href="xml/ags_copy_notation_audio_run.xml"/>
-    <xi:include href="xml/ags_copy_pattern_audio.xml"/>
-    <xi:include href="xml/ags_copy_pattern_audio_run.xml"/>
-    <xi:include href="xml/ags_copy_pattern_channel.xml"/>
-    <xi:include href="xml/ags_copy_pattern_channel_run.xml"/>
-    <xi:include href="xml/ags_copy_recycling.xml"/>
-    <xi:include href="xml/ags_count_beats_audio.xml"/>
-    <xi:include href="xml/ags_count_beats_audio_run.xml"/>
-    <xi:include href="xml/ags_countable.xml"/>
-    <xi:include href="xml/ags_delay_audio.xml"/>
-    <xi:include href="xml/ags_delay_audio_run.xml"/>
-    <xi:include href="xml/ags_devout.xml"/>
-    <xi:include href="xml/ags_devout_thread.xml"/>
-    <xi:include href="xml/ags_dial.xml"/>
-    <xi:include href="xml/ags_display_tact.xml"/>
-    <xi:include href="xml/ags_drum.xml"/>
-    <xi:include href="xml/ags_drum_callbacks.xml"/>
-    <xi:include href="xml/ags_drum_input_line.xml"/>
-    <xi:include href="xml/ags_drum_input_line_callbacks.xml"/>
-    <xi:include href="xml/ags_drum_input_pad.xml"/>
-    <xi:include href="xml/ags_drum_input_pad_callbacks.xml"/>
-    <xi:include href="xml/ags_drum_output_line.xml"/>
-    <xi:include href="xml/ags_drum_output_line_callbacks.xml"/>
-    <xi:include href="xml/ags_drum_output_pad.xml"/>
-    <xi:include href="xml/ags_drum_output_pad_callbacks.xml"/>
-    <xi:include href="xml/ags_dynamic_connectable.xml"/>
-    <xi:include href="xml/ags_echo.xml"/>
-    <xi:include href="xml/ags_editor.xml"/>
-    <xi:include href="xml/ags_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_effect.xml"/>
-    <xi:include href="xml/ags_effect.xml"/>
-    <xi:include href="xml/ags_expander.xml"/>
-    <xi:include href="xml/ags_expander_set.xml"/>
-    <xi:include href="xml/ags_export_output.xml"/>
-    <xi:include href="xml/ags_export_thread.xml"/>
-    <xi:include href="xml/ags_export_window.xml"/>
-    <xi:include href="xml/ags_export_window_callbacks.xml"/>
-    <xi:include href="xml/ags_ffplayer.xml"/>
-    <xi:include href="xml/ags_ffplayer_callbacks.xml"/>
-    <xi:include href="xml/ags_file.xml"/>
-    <xi:include href="xml/ags_file_gui.xml"/>
-    <xi:include href="xml/ags_file_id_ref.xml"/>
-    <xi:include href="xml/ags_file_launch.xml"/>
-    <xi:include href="xml/ags_file_link.xml"/>
-    <xi:include href="xml/ags_file_lookup.xml"/>
-    <xi:include href="xml/ags_file_read.xml"/>
-    <xi:include href="xml/ags_file_selection.xml"/>
-    <xi:include href="xml/ags_file_selection_callbacks.xml"/>
-    <xi:include href="xml/ags_file_sound.xml"/>
-    <xi:include href="xml/ags_file_stock.xml"/>
-    <xi:include href="xml/ags_file_thread.xml"/>
-    <xi:include href="xml/ags_file_util.xml"/>
-    <xi:include href="xml/ags_file_value_factory.xml"/>
-    <xi:include href="xml/ags_file_write.xml"/>
-    <xi:include href="xml/ags_free_selection.xml"/>
-    <xi:include href="xml/ags_garbage_collector.xml"/>
-    <xi:include href="xml/ags_generic_preferences.xml"/>
-    <xi:include href="xml/ags_gui_task_thread.xml"/>
-    <xi:include href="xml/ags_gui_thread.xml"/>
-    <xi:include href="xml/ags_hindicator.xml"/>
-    <xi:include href="xml/ags_history.xml"/>
-    <xi:include href="xml/ags_htimebar.xml"/>
-    <xi:include href="xml/ags_id_generator.xml"/>
-    <xi:include href="xml/ags_indicator.xml"/>
-    <xi:include href="xml/ags_init_audio.xml"/>
-    <xi:include href="xml/ags_init_channel.xml"/>
-    <xi:include href="xml/ags_inline_player.xml"/>
-    <xi:include href="xml/ags_input.xml"/>
-    <xi:include href="xml/ags_ipatch.xml"/>
-    <xi:include href="xml/ags_ipatch_sf2_reader.xml"/>
-    <xi:include href="xml/ags_iterator_thread.xml"/>
-    <xi:include href="xml/ags_ladspa_browser.xml"/>
-    <xi:include href="xml/ags_ladspa_browser_callbacks.xml"/>
-    <xi:include href="xml/ags_ladspa_manager.xml"/>
-    <xi:include href="xml/ags_led.xml"/>
-    <xi:include href="xml/ags_libao.xml"/>
-    <xi:include href="xml/ags_line.xml"/>
-    <xi:include href="xml/ags_line_callbacks.xml"/>
-    <xi:include href="xml/ags_line_editor.xml"/>
-    <xi:include href="xml/ags_line_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_line_member.xml"/>
-    <xi:include href="xml/ags_line_member_callbacks.xml"/>
-    <xi:include href="xml/ags_line_member_editor.xml"/>
-    <xi:include href="xml/ags_line_member_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_link_channel.xml"/>
-    <xi:include href="xml/ags_link_collection_editor.xml"/>
-    <xi:include href="xml/ags_link_collection_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_link_editor.xml"/>
-    <xi:include href="xml/ags_link_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_list.xml"/>
-    <xi:include href="xml/ags_listing_editor.xml"/>
-    <xi:include href="xml/ags_listing_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_log.xml"/>
-    <xi:include href="xml/ags_loop_channel.xml"/>
-    <xi:include href="xml/ags_loop_channel_run.xml"/>
-    <xi:include href="xml/ags_machine.xml"/>
-    <xi:include href="xml/ags_machine_callbacks.xml"/>
-    <xi:include href="xml/ags_machine_editor.xml"/>
-    <xi:include href="xml/ags_machine_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_machine_radio_button.xml"/>
-    <xi:include href="xml/ags_machine_selection.xml"/>
-    <xi:include href="xml/ags_machine_selector.xml"/>
-    <xi:include href="xml/ags_machine_selector_callbacks.xml"/>
-    <xi:include href="xml/ags_main_loop.xml"/>
-    <xi:include href="xml/ags_marshal.xml"/>
-    <xi:include href="xml/ags_matrix.xml"/>
-    <xi:include href="xml/ags_matrix_callbacks.xml"/>
-    <xi:include href="xml/ags_menu.xml"/>
-    <xi:include href="xml/ags_menu_bar.xml"/>
-    <xi:include href="xml/ags_menu_bar_callbacks.xml"/>
-    <xi:include href="xml/ags_menu_item.xml"/>
-    <xi:include href="xml/ags_meter.xml"/>
-    <xi:include href="xml/ags_meter_callbacks.xml"/>
-    <xi:include href="xml/ags_mixer.xml"/>
-    <xi:include href="xml/ags_mixer_callbacks.xml"/>
-    <xi:include href="xml/ags_mixer_input_line.xml"/>
-    <xi:include href="xml/ags_mixer_input_pad.xml"/>
-    <xi:include href="xml/ags_mutable.xml"/>
-    <xi:include href="xml/ags_mute_audio.xml"/>
-    <xi:include href="xml/ags_mute_audio_signal.xml"/>
-    <xi:include href="xml/ags_mute_channel.xml"/>
-    <xi:include href="xml/ags_mute_channel_run.xml"/>
-    <xi:include href="xml/ags_mute_recycling.xml"/>
-    <xi:include href="xml/ags_navigation.xml"/>
-    <xi:include href="xml/ags_navigation_callbacks.xml"/>
-    <xi:include href="xml/ags_notation.xml"/>
-    <xi:include href="xml/ags_note.xml"/>
-    <xi:include href="xml/ags_note_edit.xml"/>
-    <xi:include href="xml/ags_note_edit_callbacks.xml"/>
-    <xi:include href="xml/ags_notebook.xml"/>
-    <xi:include href="xml/ags_notebook_callbacks.xml"/>
-    <xi:include href="xml/ags_open_file.xml"/>
-    <xi:include href="xml/ags_open_single_file.xml"/>
-    <xi:include href="xml/ags_option_menu.xml"/>
-    <xi:include href="xml/ags_oscillator.xml"/>
-    <xi:include href="xml/ags_oscillator_callbacks.xml"/>
-    <xi:include href="xml/ags_output.xml"/>
-    <xi:include href="xml/ags_packable.xml"/>
-    <xi:include href="xml/ags_pad.xml"/>
-    <xi:include href="xml/ags_pad_callbacks.xml"/>
-    <xi:include href="xml/ags_pad_editor.xml"/>
-    <xi:include href="xml/ags_pad_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_panel.xml"/>
-    <xi:include href="xml/ags_panel_callbacks.xml"/>
-    <xi:include href="xml/ags_panel_input_line.xml"/>
-    <xi:include href="xml/ags_panel_input_pad.xml"/>
-    <xi:include href="xml/ags_parameter.xml"/>
-    <xi:include href="xml/ags_pattern.xml"/>
-    <xi:include href="xml/ags_peak_channel.xml"/>
-    <xi:include href="xml/ags_peak_channel_run.xml"/>
-    <xi:include href="xml/ags_performance_preferences.xml"/>
-    <xi:include href="xml/ags_persistable.xml"/>
-    <xi:include href="xml/ags_play_audio.xml"/>
-    <xi:include href="xml/ags_play_audio_file.xml"/>
-    <xi:include href="xml/ags_play_audio_signal.xml"/>
-    <xi:include href="xml/ags_play_channel.xml"/>
-    <xi:include href="xml/ags_play_channel_run.xml"/>
-    <xi:include href="xml/ags_play_channel_run_master.xml"/>
-    <xi:include href="xml/ags_play_notation_audio.xml"/>
-    <xi:include href="xml/ags_play_notation_audio_run.xml"/>
-    <xi:include href="xml/ags_play_note.xml"/>
-    <xi:include href="xml/ags_play_pattern.xml"/>
-    <xi:include href="xml/ags_play_recycling.xml"/>
-    <xi:include href="xml/ags_playable.xml"/>
-    <xi:include href="xml/ags_plugin.xml"/>
-    <xi:include href="xml/ags_plugin_factory.xml"/>
-    <xi:include href="xml/ags_plugin_preferences.xml"/>
-    <xi:include href="xml/ags_plugin_stock.xml"/>
-    <xi:include href="xml/ags_port.xml"/>
-    <xi:include href="xml/ags_portable_thread.xml"/>
-    <xi:include href="xml/ags_portlet.xml"/>
-    <xi:include href="xml/ags_preferences.xml"/>
-    <xi:include href="xml/ags_preferences_callbacks.xml"/>
-    <xi:include href="xml/ags_property_collection_editor.xml"/>
-    <xi:include href="xml/ags_property_collection_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_property_editor.xml"/>
-    <xi:include href="xml/ags_property_editor_callbacks.xml"/>
-    <xi:include href="xml/ags_property_listing_editor.xml"/>
-    <xi:include href="xml/ags_recall.xml"/>
-    <xi:include href="xml/ags_recall_audio.xml"/>
-    <xi:include href="xml/ags_recall_audio_run.xml"/>
-    <xi:include href="xml/ags_recall_audio_signal.xml"/>
-    <xi:include href="xml/ags_recall_channel.xml"/>
-    <xi:include href="xml/ags_recall_channel_run.xml"/>
-    <xi:include href="xml/ags_recall_channel_run_dummy.xml"/>
-    <xi:include href="xml/ags_recall_container.xml"/>
-    <xi:include href="xml/ags_recall_dependency.xml"/>
-    <xi:include href="xml/ags_recall_factory.xml"/>
-    <xi:include href="xml/ags_recall_id.xml"/>
-    <xi:include href="xml/ags_recall_ladspa.xml"/>
-    <xi:include href="xml/ags_recall_ladspa_run.xml"/>
-    <xi:include href="xml/ags_recall_recycling.xml"/>
-    <xi:include href="xml/ags_recall_recycling_dummy.xml"/>
-    <xi:include href="xml/ags_record_thread.xml"/>
-    <xi:include href="xml/ags_recycling.xml"/>
-    <xi:include href="xml/ags_recycling_container.xml"/>
-    <xi:include href="xml/ags_recycling_thread.xml"/>
-    <xi:include href="xml/ags_recycling_thread_callbacks.xml"/>
-    <xi:include href="xml/ags_registry.xml"/>
-    <xi:include href="xml/ags_remote_task.xml"/>
-    <xi:include href="xml/ags_remove_audio.xml"/>
-    <xi:include href="xml/ags_remove_audio_signal.xml"/>
-    <xi:include href="xml/ags_remove_note.xml"/>
-    <xi:include href="xml/ags_remove_point_from_selection.xml"/>
-    <xi:include href="xml/ags_remove_recall.xml"/>
-    <xi:include href="xml/ags_remove_region_from_selection.xml"/>
-    <xi:include href="xml/ags_resize_editor.xml"/>
-    <xi:include href="xml/ags_returnable_thread.xml"/>
-    <xi:include href="xml/ags_ruler.xml"/>
-    <xi:include href="xml/ags_ruler_callbacks.xml"/>
-    <xi:include href="xml/ags_runnable.xml"/>
-    <xi:include href="xml/ags_save_file.xml"/>
-    <xi:include href="xml/ags_scroll_on_play.xml"/>
-    <xi:include href="xml/ags_seekable.xml"/>
-    <xi:include href="xml/ags_segment.xml"/>
-    <xi:include href="xml/ags_server.xml"/>
-    <xi:include href="xml/ags_server_preferences.xml"/>
-    <xi:include href="xml/ags_set_audio_channels.xml"/>
-    <xi:include href="xml/ags_set_buffer_size.xml"/>
-    <xi:include href="xml/ags_set_devout_play_flags.xml"/>
-    <xi:include href="xml/ags_set_muted.xml"/>
-    <xi:include href="xml/ags_set_output_device.xml"/>
-    <xi:include href="xml/ags_set_samplerate.xml"/>
-    <xi:include href="xml/ags_sf2_chooser.xml"/>
-    <xi:include href="xml/ags_sf2_chooser_callbacks.xml"/>
-    <xi:include href="xml/ags_single_thread.xml"/>
-    <xi:include href="xml/ags_sndfile.xml"/>
-    <xi:include href="xml/ags_soundcard.xml"/>
-    <xi:include href="xml/ags_stackable.xml"/>
-    <xi:include href="xml/ags_start_devout.xml"/>
-    <xi:include href="xml/ags_stream.xml"/>
-    <xi:include href="xml/ags_stream_audio_signal.xml"/>
-    <xi:include href="xml/ags_stream_channel.xml"/>
-    <xi:include href="xml/ags_stream_channel_run.xml"/>
-    <xi:include href="xml/ags_stream_recycling.xml"/>
-    <xi:include href="xml/ags_synth.xml"/>
-    <xi:include href="xml/ags_synth_callbacks.xml"/>
-    <xi:include href="xml/ags_synth_input_line.xml"/>
-    <xi:include href="xml/ags_synth_input_pad.xml"/>
-    <xi:include href="xml/ags_synths.xml"/>
-    <xi:include href="xml/ags_table.xml"/>
-    <xi:include href="xml/ags_tactable.xml"/>
-    <xi:include href="xml/ags_task.xml"/>
-    <xi:include href="xml/ags_task_thread.xml"/>
-    <xi:include href="xml/ags_thread-kthreads.xml"/>
-    <xi:include href="xml/ags_thread-posix.xml"/>
-    <xi:include href="xml/ags_thread_pool.xml"/>
-    <xi:include href="xml/ags_timebar.xml"/>
-    <xi:include href="xml/ags_timestamp.xml"/>
-    <xi:include href="xml/ags_timestamp_factory.xml"/>
-    <xi:include href="xml/ags_timestamp_thread.xml"/>
-    <xi:include href="xml/ags_toggle_led.xml"/>
-    <xi:include href="xml/ags_toggle_pattern_bit.xml"/>
-    <xi:include href="xml/ags_toolbar.xml"/>
-    <xi:include href="xml/ags_toolbar_callbacks.xml"/>
-    <xi:include href="xml/ags_toolbar_mode_stock.xml"/>
-    <xi:include href="xml/ags_tree_iterator.xml"/>
-    <xi:include href="xml/ags_unref_audio_signal.xml"/>
-    <xi:include href="xml/ags_vindicator.xml"/>
-    <xi:include href="xml/ags_volume_audio_signal.xml"/>
-    <xi:include href="xml/ags_volume_channel.xml"/>
-    <xi:include href="xml/ags_volume_channel_run.xml"/>
-    <xi:include href="xml/ags_volume_recycling.xml"/>
-    <xi:include href="xml/ags_waveform.xml"/>
-    <xi:include href="xml/ags_window.xml"/>
-    <xi:include href="xml/ags_window_callbacks.xml"/>
-    <xi:include href="xml/jmath.xml"/>
-    <xi:include href="xml/main.xml"/>
diff --git a/doc/reference/ags/xml/ags-doc.top b/doc/reference/ags/xml/ags-doc.top
deleted file mode 100644
index e69de29..0000000
diff --git a/doc/reference/ags/xml/ags_add_audio.xml b/doc/reference/ags/xml/ags_add_audio.xml
deleted file mode 100644
index efa2d8d..0000000
--- a/doc/reference/ags/xml/ags_add_audio.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddAudio.top_of_page">AgsAddAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddAudio">AgsAddAudio</link>;
-struct              <link linkend="AgsAddAudioClass">AgsAddAudioClass</link>;
-<link linkend="AgsAddAudio"><returnvalue>AgsAddAudio</returnvalue></link> *       <link linkend="ags-add-audio-new">ags_add_audio_new</link>                   (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddAudio" role="struct">
-<title>struct AgsAddAudio</title>
-<indexterm zone="AgsAddAudio"><primary>AgsAddAudio</primary></indexterm>
-<programlisting>struct AgsAddAudio {
-  AgsTask task;
-
-  AgsDevout *devout;
-  AgsAudio *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddAudioClass" role="struct">
-<title>struct AgsAddAudioClass</title>
-<indexterm zone="AgsAddAudioClass"><primary>AgsAddAudioClass</primary></indexterm>
-<programlisting>struct AgsAddAudioClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-audio-new" role="function">
-<title>ags_add_audio_new ()</title>
-<indexterm zone="ags-add-audio-new"><primary>ags_add_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsAddAudio"><returnvalue>AgsAddAudio</returnvalue></link> *       ags_add_audio_new                   (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_audio_signal.xml b/doc/reference/ags/xml/ags_add_audio_signal.xml
deleted file mode 100644
index 3c42c5c..0000000
--- a/doc/reference/ags/xml/ags_add_audio_signal.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddAudioSignal.top_of_page">AgsAddAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddAudioSignal">AgsAddAudioSignal</link>;
-struct              <link linkend="AgsAddAudioSignalClass">AgsAddAudioSignalClass</link>;
-<link linkend="AgsAddAudioSignal"><returnvalue>AgsAddAudioSignal</returnvalue></link> * <link linkend="ags-add-audio-signal-new">ags_add_audio_signal_new</link>            (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_signal_flags</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddAudioSignal" role="struct">
-<title>struct AgsAddAudioSignal</title>
-<indexterm zone="AgsAddAudioSignal"><primary>AgsAddAudioSignal</primary></indexterm>
-<programlisting>struct AgsAddAudioSignal {
-  AgsTask task;
-
-  AgsRecycling *recycling;
-  AgsAudioSignal *audio_signal;
-  AgsDevout *devout;
-  AgsRecallID *recall_id;
-  guint audio_signal_flags;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddAudioSignalClass" role="struct">
-<title>struct AgsAddAudioSignalClass</title>
-<indexterm zone="AgsAddAudioSignalClass"><primary>AgsAddAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsAddAudioSignalClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-audio-signal-new" role="function">
-<title>ags_add_audio_signal_new ()</title>
-<indexterm zone="ags-add-audio-signal-new"><primary>ags_add_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsAddAudioSignal"><returnvalue>AgsAddAudioSignal</returnvalue></link> * ags_add_audio_signal_new            (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_signal_flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_line_member.xml b/doc/reference/ags/xml/ags_add_line_member.xml
deleted file mode 100644
index 7ad636a..0000000
--- a/doc/reference/ags/xml/ags_add_line_member.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddLineMember">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddLineMember.top_of_page">AgsAddLineMember</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddLineMember</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddLineMember.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddLineMember">AgsAddLineMember</link>;
-struct              <link linkend="AgsAddLineMemberClass">AgsAddLineMemberClass</link>;
-<link linkend="AgsAddLineMember"><returnvalue>AgsAddLineMember</returnvalue></link> *  <link linkend="ags-add-line-member-new">ags_add_line_member_new</link>             (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddLineMember.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddLineMember.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddLineMember" role="struct">
-<title>struct AgsAddLineMember</title>
-<indexterm zone="AgsAddLineMember"><primary>AgsAddLineMember</primary></indexterm>
-<programlisting>struct AgsAddLineMember {
-  AgsTask task;
-
-  AgsLine *line;
-  AgsLineMember *line_member;
-
-  guint x;
-  guint y;
-  guint width;
-  guint height;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddLineMemberClass" role="struct">
-<title>struct AgsAddLineMemberClass</title>
-<indexterm zone="AgsAddLineMemberClass"><primary>AgsAddLineMemberClass</primary></indexterm>
-<programlisting>struct AgsAddLineMemberClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-line-member-new" role="function">
-<title>ags_add_line_member_new ()</title>
-<indexterm zone="ags-add-line-member-new"><primary>ags_add_line_member_new</primary></indexterm>
-<programlisting><link linkend="AgsAddLineMember"><returnvalue>AgsAddLineMember</returnvalue></link> *  ags_add_line_member_new             (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_note.xml b/doc/reference/ags/xml/ags_add_note.xml
deleted file mode 100644
index 39616d2..0000000
--- a/doc/reference/ags/xml/ags_add_note.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddNote">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddNote.top_of_page">AgsAddNote</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddNote</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddNote.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddNote">AgsAddNote</link>;
-struct              <link linkend="AgsAddNoteClass">AgsAddNoteClass</link>;
-<link linkend="AgsAddNote"><returnvalue>AgsAddNote</returnvalue></link> *        <link linkend="ags-add-note-new">ags_add_note_new</link>                    (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddNote.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddNote.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddNote" role="struct">
-<title>struct AgsAddNote</title>
-<indexterm zone="AgsAddNote"><primary>AgsAddNote</primary></indexterm>
-<programlisting>struct AgsAddNote {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  AgsNote *note;
-  gboolean use_selection_list;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddNoteClass" role="struct">
-<title>struct AgsAddNoteClass</title>
-<indexterm zone="AgsAddNoteClass"><primary>AgsAddNoteClass</primary></indexterm>
-<programlisting>struct AgsAddNoteClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-note-new" role="function">
-<title>ags_add_note_new ()</title>
-<indexterm zone="ags-add-note-new"><primary>ags_add_note_new</primary></indexterm>
-<programlisting><link linkend="AgsAddNote"><returnvalue>AgsAddNote</returnvalue></link> *        ags_add_note_new                    (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_point_to_selection.xml b/doc/reference/ags/xml/ags_add_point_to_selection.xml
deleted file mode 100644
index 7aa24da..0000000
--- a/doc/reference/ags/xml/ags_add_point_to_selection.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddPointToSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddPointToSelection.top_of_page">AgsAddPointToSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddPointToSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddPointToSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddPointToSelection">AgsAddPointToSelection</link>;
-struct              <link linkend="AgsAddPointToSelectionClass">AgsAddPointToSelectionClass</link>;
-<link linkend="AgsAddPointToSelection"><returnvalue>AgsAddPointToSelection</returnvalue></link> * <link linkend="ags-add-point-to-selection-new">ags_add_point_to_selection_new</link> (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddPointToSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddPointToSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddPointToSelection" role="struct">
-<title>struct AgsAddPointToSelection</title>
-<indexterm zone="AgsAddPointToSelection"><primary>AgsAddPointToSelection</primary></indexterm>
-<programlisting>struct AgsAddPointToSelection {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-
-  gboolean replace_current_selection;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddPointToSelectionClass" role="struct">
-<title>struct AgsAddPointToSelectionClass</title>
-<indexterm zone="AgsAddPointToSelectionClass"><primary>AgsAddPointToSelectionClass</primary></indexterm>
-<programlisting>struct AgsAddPointToSelectionClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-point-to-selection-new" role="function">
-<title>ags_add_point_to_selection_new ()</title>
-<indexterm zone="ags-add-point-to-selection-new"><primary>ags_add_point_to_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsAddPointToSelection"><returnvalue>AgsAddPointToSelection</returnvalue></link> * ags_add_point_to_selection_new (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_recall.xml b/doc/reference/ags/xml/ags_add_recall.xml
deleted file mode 100644
index ba44a8c..0000000
--- a/doc/reference/ags/xml/ags_add_recall.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddRecall">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddRecall.top_of_page">AgsAddRecall</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddRecall</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddRecall.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddRecall">AgsAddRecall</link>;
-struct              <link linkend="AgsAddRecallClass">AgsAddRecallClass</link>;
-<link linkend="AgsAddRecall"><returnvalue>AgsAddRecall</returnvalue></link> *      <link linkend="ags-add-recall-new">ags_add_recall_new</link>                  (<parameter><link linkend="GObject"><type>GObject</type></link> *context</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddRecall.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddRecall.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddRecall" role="struct">
-<title>struct AgsAddRecall</title>
-<indexterm zone="AgsAddRecall"><primary>AgsAddRecall</primary></indexterm>
-<programlisting>struct AgsAddRecall {
-  AgsTask task;
-
-  GObject *context;
-
-  AgsRecall *recall;
-  gboolean is_play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddRecallClass" role="struct">
-<title>struct AgsAddRecallClass</title>
-<indexterm zone="AgsAddRecallClass"><primary>AgsAddRecallClass</primary></indexterm>
-<programlisting>struct AgsAddRecallClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-recall-new" role="function">
-<title>ags_add_recall_new ()</title>
-<indexterm zone="ags-add-recall-new"><primary>ags_add_recall_new</primary></indexterm>
-<programlisting><link linkend="AgsAddRecall"><returnvalue>AgsAddRecall</returnvalue></link> *      ags_add_recall_new                  (<parameter><link linkend="GObject"><type>GObject</type></link> *context</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_add_region_to_selection.xml b/doc/reference/ags/xml/ags_add_region_to_selection.xml
deleted file mode 100644
index 06afb42..0000000
--- a/doc/reference/ags/xml/ags_add_region_to_selection.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAddRegionToSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAddRegionToSelection.top_of_page">AgsAddRegionToSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAddRegionToSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAddRegionToSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAddRegionToSelection">AgsAddRegionToSelection</link>;
-struct              <link linkend="AgsAddRegionToSelectionClass">AgsAddRegionToSelectionClass</link>;
-<link linkend="AgsAddRegionToSelection"><returnvalue>AgsAddRegionToSelection</returnvalue></link> * <link linkend="ags-add-region-to-selection-new">ags_add_region_to_selection_new</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAddRegionToSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAddRegionToSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAddRegionToSelection" role="struct">
-<title>struct AgsAddRegionToSelection</title>
-<indexterm zone="AgsAddRegionToSelection"><primary>AgsAddRegionToSelection</primary></indexterm>
-<programlisting>struct AgsAddRegionToSelection {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x0;
-  guint y0;
-  guint x1;
-  guint y1;
-
-  gboolean replace_current_selection;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAddRegionToSelectionClass" role="struct">
-<title>struct AgsAddRegionToSelectionClass</title>
-<indexterm zone="AgsAddRegionToSelectionClass"><primary>AgsAddRegionToSelectionClass</primary></indexterm>
-<programlisting>struct AgsAddRegionToSelectionClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-add-region-to-selection-new" role="function">
-<title>ags_add_region_to_selection_new ()</title>
-<indexterm zone="ags-add-region-to-selection-new"><primary>ags_add_region_to_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsAddRegionToSelection"><returnvalue>AgsAddRegionToSelection</returnvalue></link> * ags_add_region_to_selection_new
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_amplifier.xml b/doc/reference/ags/xml/ags_amplifier.xml
deleted file mode 100644
index 5a98e16..0000000
--- a/doc/reference/ags/xml/ags_amplifier.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-amplifier">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-amplifier.top_of_page">ags_amplifier</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_amplifier</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-amplifier.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-amplifier">ags_amplifier</link>                       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-amplifier.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-amplifier.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-amplifier" role="function">
-<title>ags_amplifier ()</title>
-<indexterm zone="ags-amplifier"><primary>ags_amplifier</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_amplifier                       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_append_audio.xml b/doc/reference/ags/xml/ags_append_audio.xml
deleted file mode 100644
index a5fe551..0000000
--- a/doc/reference/ags/xml/ags_append_audio.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAppendAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAppendAudio.top_of_page">AgsAppendAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAppendAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAppendAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAppendAudio">AgsAppendAudio</link>;
-struct              <link linkend="AgsAppendAudioClass">AgsAppendAudioClass</link>;
-<link linkend="AgsAppendAudio"><returnvalue>AgsAppendAudio</returnvalue></link> *    <link linkend="ags-append-audio-new">ags_append_audio_new</link>                (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAppendAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAppendAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAppendAudio" role="struct">
-<title>struct AgsAppendAudio</title>
-<indexterm zone="AgsAppendAudio"><primary>AgsAppendAudio</primary></indexterm>
-<programlisting>struct AgsAppendAudio {
-  AgsTask task;
-
-  GObject *audio_loop;
-  GObject *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAppendAudioClass" role="struct">
-<title>struct AgsAppendAudioClass</title>
-<indexterm zone="AgsAppendAudioClass"><primary>AgsAppendAudioClass</primary></indexterm>
-<programlisting>struct AgsAppendAudioClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-append-audio-new" role="function">
-<title>ags_append_audio_new ()</title>
-<indexterm zone="ags-append-audio-new"><primary>ags_append_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsAppendAudio"><returnvalue>AgsAppendAudio</returnvalue></link> *    ags_append_audio_new                (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_append_audio_threaded.xml b/doc/reference/ags/xml/ags_append_audio_threaded.xml
deleted file mode 100644
index bd0c889..0000000
--- a/doc/reference/ags/xml/ags_append_audio_threaded.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAppendAudioThreaded">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAppendAudioThreaded.top_of_page">AgsAppendAudioThreaded</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAppendAudioThreaded</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAppendAudioThreaded.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAppendAudioThreaded">AgsAppendAudioThreaded</link>;
-struct              <link linkend="AgsAppendAudioThreadedClass">AgsAppendAudioThreadedClass</link>;
-<link linkend="AgsAppendAudioThreaded"><returnvalue>AgsAppendAudioThreaded</returnvalue></link> * <link linkend="ags-append-audio-threaded-new">ags_append_audio_threaded_new</link>  (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAppendAudioThreaded.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAppendAudioThreaded.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAppendAudioThreaded" role="struct">
-<title>struct AgsAppendAudioThreaded</title>
-<indexterm zone="AgsAppendAudioThreaded"><primary>AgsAppendAudioThreaded</primary></indexterm>
-<programlisting>struct AgsAppendAudioThreaded {
-  AgsTask task;
-
-  GObject *audio_loop;
-  AgsDevoutPlay *devout_play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAppendAudioThreadedClass" role="struct">
-<title>struct AgsAppendAudioThreadedClass</title>
-<indexterm zone="AgsAppendAudioThreadedClass"><primary>AgsAppendAudioThreadedClass</primary></indexterm>
-<programlisting>struct AgsAppendAudioThreadedClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-append-audio-threaded-new" role="function">
-<title>ags_append_audio_threaded_new ()</title>
-<indexterm zone="ags-append-audio-threaded-new"><primary>ags_append_audio_threaded_new</primary></indexterm>
-<programlisting><link linkend="AgsAppendAudioThreaded"><returnvalue>AgsAppendAudioThreaded</returnvalue></link> * ags_append_audio_threaded_new  (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_append_channel.xml b/doc/reference/ags/xml/ags_append_channel.xml
deleted file mode 100644
index 41bb0ce..0000000
--- a/doc/reference/ags/xml/ags_append_channel.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAppendChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAppendChannel.top_of_page">AgsAppendChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAppendChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAppendChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAppendChannel">AgsAppendChannel</link>;
-struct              <link linkend="AgsAppendChannelClass">AgsAppendChannelClass</link>;
-<link linkend="AgsAppendChannel"><returnvalue>AgsAppendChannel</returnvalue></link> *  <link linkend="ags-append-channel-new">ags_append_channel_new</link>              (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAppendChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAppendChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAppendChannel" role="struct">
-<title>struct AgsAppendChannel</title>
-<indexterm zone="AgsAppendChannel"><primary>AgsAppendChannel</primary></indexterm>
-<programlisting>struct AgsAppendChannel {
-  AgsTask task;
-
-  GObject *audio_loop;
-  GObject *channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAppendChannelClass" role="struct">
-<title>struct AgsAppendChannelClass</title>
-<indexterm zone="AgsAppendChannelClass"><primary>AgsAppendChannelClass</primary></indexterm>
-<programlisting>struct AgsAppendChannelClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-append-channel-new" role="function">
-<title>ags_append_channel_new ()</title>
-<indexterm zone="ags-append-channel-new"><primary>ags_append_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsAppendChannel"><returnvalue>AgsAppendChannel</returnvalue></link> *  ags_append_channel_new              (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_append_recall.xml b/doc/reference/ags/xml/ags_append_recall.xml
deleted file mode 100644
index 29cc08b..0000000
--- a/doc/reference/ags/xml/ags_append_recall.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAppendRecall">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAppendRecall.top_of_page">AgsAppendRecall</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAppendRecall</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAppendRecall.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAppendRecall">AgsAppendRecall</link>;
-struct              <link linkend="AgsAppendRecallClass">AgsAppendRecallClass</link>;
-<link linkend="AgsAppendRecall"><returnvalue>AgsAppendRecall</returnvalue></link> *   <link linkend="ags-append-recall-new">ags_append_recall_new</link>               (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *devout_play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAppendRecall.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAppendRecall.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAppendRecall" role="struct">
-<title>struct AgsAppendRecall</title>
-<indexterm zone="AgsAppendRecall"><primary>AgsAppendRecall</primary></indexterm>
-<programlisting>struct AgsAppendRecall {
-  AgsTask task;
-
-  GObject *audio_loop;
-  AgsDevoutPlay *devout_play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAppendRecallClass" role="struct">
-<title>struct AgsAppendRecallClass</title>
-<indexterm zone="AgsAppendRecallClass"><primary>AgsAppendRecallClass</primary></indexterm>
-<programlisting>struct AgsAppendRecallClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-append-recall-new" role="function">
-<title>ags_append_recall_new ()</title>
-<indexterm zone="ags-append-recall-new"><primary>ags_append_recall_new</primary></indexterm>
-<programlisting><link linkend="AgsAppendRecall"><returnvalue>AgsAppendRecall</returnvalue></link> *   ags_append_recall_new               (<parameter><link linkend="GObject"><type>GObject</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *devout_play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_applicable.xml b/doc/reference/ags/xml/ags_applicable.xml
deleted file mode 100644
index 0abc108..0000000
--- a/doc/reference/ags/xml/ags_applicable.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplicable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplicable.top_of_page">AgsApplicable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplicable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplicable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsApplicable">AgsApplicable</link>;
-struct              <link linkend="AgsApplicableInterface">AgsApplicableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-applicable-apply">ags_applicable_apply</link>                (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-applicable-reset">ags_applicable_reset</link>                (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-applicable-set-update">ags_applicable_set_update</link>           (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> update</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplicable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplicable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplicable" role="typedef">
-<title>AgsApplicable</title>
-<indexterm zone="AgsApplicable"><primary>AgsApplicable</primary></indexterm>
-<programlisting>typedef void AgsApplicable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplicableInterface" role="struct">
-<title>struct AgsApplicableInterface</title>
-<indexterm zone="AgsApplicableInterface"><primary>AgsApplicableInterface</primary></indexterm>
-<programlisting>struct AgsApplicableInterface {
-  GTypeInterface interface;
-  
-  void (*set_update)(AgsApplicable *applicable, gboolean update);
-  void (*apply)(AgsApplicable *applicable);
-  void (*reset)(AgsApplicable *applicable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-applicable-apply" role="function">
-<title>ags_applicable_apply ()</title>
-<indexterm zone="ags-applicable-apply"><primary>ags_applicable_apply</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_applicable_apply                (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-applicable-reset" role="function">
-<title>ags_applicable_reset ()</title>
-<indexterm zone="ags-applicable-reset"><primary>ags_applicable_reset</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_applicable_reset                (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-applicable-set-update" role="function">
-<title>ags_applicable_set_update ()</title>
-<indexterm zone="ags-applicable-set-update"><primary>ags_applicable_set_update</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_applicable_set_update           (<parameter><link linkend="AgsApplicable"><type>AgsApplicable</type></link> *applicable</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> update</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_apply_bpm.xml b/doc/reference/ags/xml/ags_apply_bpm.xml
deleted file mode 100644
index c7e6401..0000000
--- a/doc/reference/ags/xml/ags_apply_bpm.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplyBpm">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplyBpm.top_of_page">AgsApplyBpm</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplyBpm</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplyBpm.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsApplyBpm">AgsApplyBpm</link>;
-struct              <link linkend="AgsApplyBpmClass">AgsApplyBpmClass</link>;
-<link linkend="AgsApplyBpm"><returnvalue>AgsApplyBpm</returnvalue></link> *       <link linkend="ags-apply-bpm-new">ags_apply_bpm_new</link>                   (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> bpm</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplyBpm.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplyBpm.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplyBpm" role="struct">
-<title>struct AgsApplyBpm</title>
-<indexterm zone="AgsApplyBpm"><primary>AgsApplyBpm</primary></indexterm>
-<programlisting>struct AgsApplyBpm {
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble bpm;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplyBpmClass" role="struct">
-<title>struct AgsApplyBpmClass</title>
-<indexterm zone="AgsApplyBpmClass"><primary>AgsApplyBpmClass</primary></indexterm>
-<programlisting>struct AgsApplyBpmClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-apply-bpm-new" role="function">
-<title>ags_apply_bpm_new ()</title>
-<indexterm zone="ags-apply-bpm-new"><primary>ags_apply_bpm_new</primary></indexterm>
-<programlisting><link linkend="AgsApplyBpm"><returnvalue>AgsApplyBpm</returnvalue></link> *       ags_apply_bpm_new                   (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> bpm</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_apply_sequencer_length.xml b/doc/reference/ags/xml/ags_apply_sequencer_length.xml
deleted file mode 100644
index 3860061..0000000
--- a/doc/reference/ags/xml/ags_apply_sequencer_length.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplySequencerLength">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplySequencerLength.top_of_page">AgsApplySequencerLength</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplySequencerLength</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplySequencerLength.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsApplySequencerLength">AgsApplySequencerLength</link>;
-struct              <link linkend="AgsApplySequencerLengthClass">AgsApplySequencerLengthClass</link>;
-<link linkend="AgsApplySequencerLength"><returnvalue>AgsApplySequencerLength</returnvalue></link> * <link linkend="ags-apply-sequencer-length-new">ags_apply_sequencer_length_new</link>
-                                                        (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> length</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplySequencerLength.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplySequencerLength.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplySequencerLength" role="struct">
-<title>struct AgsApplySequencerLength</title>
-<indexterm zone="AgsApplySequencerLength"><primary>AgsApplySequencerLength</primary></indexterm>
-<programlisting>struct AgsApplySequencerLength {
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble length;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplySequencerLengthClass" role="struct">
-<title>struct AgsApplySequencerLengthClass</title>
-<indexterm zone="AgsApplySequencerLengthClass"><primary>AgsApplySequencerLengthClass</primary></indexterm>
-<programlisting>struct AgsApplySequencerLengthClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-apply-sequencer-length-new" role="function">
-<title>ags_apply_sequencer_length_new ()</title>
-<indexterm zone="ags-apply-sequencer-length-new"><primary>ags_apply_sequencer_length_new</primary></indexterm>
-<programlisting><link linkend="AgsApplySequencerLength"><returnvalue>AgsApplySequencerLength</returnvalue></link> * ags_apply_sequencer_length_new
-                                                        (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_apply_synth.xml b/doc/reference/ags/xml/ags_apply_synth.xml
deleted file mode 100644
index 6d2a647..0000000
--- a/doc/reference/ags/xml/ags_apply_synth.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplySynth">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplySynth.top_of_page">AgsApplySynth</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplySynth</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplySynth.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsApplySynth">AgsApplySynth</link>;
-struct              <link linkend="AgsApplySynthClass">AgsApplySynthClass</link>;
-enum                <link linkend="AgsApplySynthWave">AgsApplySynthWave</link>;
-<link linkend="AgsApplySynth"><returnvalue>AgsApplySynth</returnvalue></link> *     <link linkend="ags-apply-synth-new">ags_apply_synth_new</link>                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> wave</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frame_count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frequency</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> volume</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> loop_start</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> loop_end</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplySynth.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplySynth.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplySynth" role="struct">
-<title>struct AgsApplySynth</title>
-<indexterm zone="AgsApplySynth"><primary>AgsApplySynth</primary></indexterm>
-<programlisting>struct AgsApplySynth {
-  AgsTask task;
-
-  AgsChannel *start_channel;
-  guint count;
-
-  guint wave;
-
-  guint attack;
-  guint frame_count;
-  guint frequency;
-  guint phase;
-  guint start;
-
-  gdouble volume;
-
-  guint loop_start;
-  guint loop_end;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplySynthClass" role="struct">
-<title>struct AgsApplySynthClass</title>
-<indexterm zone="AgsApplySynthClass"><primary>AgsApplySynthClass</primary></indexterm>
-<programlisting>struct AgsApplySynthClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplySynthWave" role="enum">
-<title>enum AgsApplySynthWave</title>
-<indexterm zone="AgsApplySynthWave"><primary>AgsApplySynthWave</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_APPLY_SYNTH_INVALID,
-  AGS_APPLY_SYNTH_SIN,
-  AGS_APPLY_SYNTH_SAW,
-  AGS_APPLY_SYNTH_SQUARE,
-  AGS_APPLY_SYNTH_TRIANGLE,
-} AgsApplySynthWave;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-apply-synth-new" role="function">
-<title>ags_apply_synth_new ()</title>
-<indexterm zone="ags-apply-synth-new"><primary>ags_apply_synth_new</primary></indexterm>
-<programlisting><link linkend="AgsApplySynth"><returnvalue>AgsApplySynth</returnvalue></link> *     ags_apply_synth_new                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> wave</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frame_count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frequency</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> volume</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> loop_start</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> loop_end</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_apply_tact.xml b/doc/reference/ags/xml/ags_apply_tact.xml
deleted file mode 100644
index 158fdb8..0000000
--- a/doc/reference/ags/xml/ags_apply_tact.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplyTact">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplyTact.top_of_page">AgsApplyTact</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplyTact</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplyTact.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsApplyTact">AgsApplyTact</link>;
-struct              <link linkend="AgsApplyTactClass">AgsApplyTactClass</link>;
-<link linkend="AgsApplyTact"><returnvalue>AgsApplyTact</returnvalue></link> *      <link linkend="ags-apply-tact-new">ags_apply_tact_new</link>                  (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplyTact.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplyTact.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplyTact" role="struct">
-<title>struct AgsApplyTact</title>
-<indexterm zone="AgsApplyTact"><primary>AgsApplyTact</primary></indexterm>
-<programlisting>struct AgsApplyTact {
-  AgsTask task;
-
-  GObject *gobject;
-
-  gdouble tact;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplyTactClass" role="struct">
-<title>struct AgsApplyTactClass</title>
-<indexterm zone="AgsApplyTactClass"><primary>AgsApplyTactClass</primary></indexterm>
-<programlisting>struct AgsApplyTactClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-apply-tact-new" role="function">
-<title>ags_apply_tact_new ()</title>
-<indexterm zone="ags-apply-tact-new"><primary>ags_apply_tact_new</primary></indexterm>
-<programlisting><link linkend="AgsApplyTact"><returnvalue>AgsApplyTact</returnvalue></link> *      ags_apply_tact_new                  (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_apply_wavetable.xml b/doc/reference/ags/xml/ags_apply_wavetable.xml
deleted file mode 100644
index d7b6cd3..0000000
--- a/doc/reference/ags/xml/ags_apply_wavetable.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsApplyWavetable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsApplyWavetable.top_of_page">AgsApplyWavetable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsApplyWavetable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsApplyWavetable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsApplyWavetable">AgsApplyWavetable</link>;
-struct              <link linkend="AgsApplyWavetableClass">AgsApplyWavetableClass</link>;
-<link linkend="AgsApplyWavetable"><returnvalue>AgsApplyWavetable</returnvalue></link> * <link linkend="ags-apply-wavetable-new">ags_apply_wavetable_new</link>             ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsApplyWavetable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsApplyWavetable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsApplyWavetable" role="struct">
-<title>struct AgsApplyWavetable</title>
-<indexterm zone="AgsApplyWavetable"><primary>AgsApplyWavetable</primary></indexterm>
-<programlisting>struct AgsApplyWavetable {
-  AgsTask task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsApplyWavetableClass" role="struct">
-<title>struct AgsApplyWavetableClass</title>
-<indexterm zone="AgsApplyWavetableClass"><primary>AgsApplyWavetableClass</primary></indexterm>
-<programlisting>struct AgsApplyWavetableClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-apply-wavetable-new" role="function">
-<title>ags_apply_wavetable_new ()</title>
-<indexterm zone="ags-apply-wavetable-new"><primary>ags_apply_wavetable_new</primary></indexterm>
-<programlisting><link linkend="AgsApplyWavetable"><returnvalue>AgsApplyWavetable</returnvalue></link> * ags_apply_wavetable_new             ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_async_queue.xml b/doc/reference/ags/xml/ags_async_queue.xml
deleted file mode 100644
index 740177b..0000000
--- a/doc/reference/ags/xml/ags_async_queue.xml
+++ /dev/null
@@ -1,251 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAsyncQueue">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAsyncQueue.top_of_page">AgsAsyncQueue</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAsyncQueue</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAsyncQueue.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-ASYNC-QUEUE-CLOCK-ID:CAPS">AGS_ASYNC_QUEUE_CLOCK_ID</link>
-#define             <link linkend="AGS-ASYNC-QUEUE-DEFAULT-SYSTEM-JIFFIE:CAPS">AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE</link>
-#define             <link linkend="AGS-ASYNC-QUEUE-SIGNAL-HIGH:CAPS">AGS_ASYNC_QUEUE_SIGNAL_HIGH</link>
-#define             <link linkend="AGS-ASYNC-QUEUE-SIGNAL-LOW:CAPS">AGS_ASYNC_QUEUE_SIGNAL_LOW</link>
-struct              <link linkend="AgsAsyncQueue">AgsAsyncQueue</link>;
-struct              <link linkend="AgsAsyncQueueClass">AgsAsyncQueueClass</link>;
-enum                <link linkend="AgsAsyncQueueFlags">AgsAsyncQueueFlags</link>;
-struct              <link linkend="AgsContext">AgsContext</link>;
-struct              <link linkend="AgsTimer">AgsTimer</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-async-queue-add">ags_async_queue_add</link>                 (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);
-<link linkend="AgsContext"><returnvalue>AgsContext</returnvalue></link> *        <link linkend="ags-async-queue-find-context">ags_async_queue_find_context</link>        (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-async-queue-idle">ags_async_queue_idle</link>                (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-async-queue-initerrupt">ags_async_queue_initerrupt</link>          (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);
-<link linkend="AgsAsyncQueue"><returnvalue>AgsAsyncQueue</returnvalue></link> *     <link linkend="ags-async-queue-new">ags_async_queue_new</link>                 ();
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-async-queue-next-interval">ags_async_queue_next_interval</link>       (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-async-queue-pop-context">ags_async_queue_pop_context</link>         (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsContext"><type>AgsContext</type></link> *context</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-async-queue-push-context">ags_async_queue_push_context</link>        (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsContext"><type>AgsContext</type></link> *context</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-async-queue-remove">ags_async_queue_remove</link>              (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link> *              <link linkend="ags-async-queue-worker">ags_async_queue_worker</link>              (<parameter><link linkend="void"><type>void</type></link> *ptr</parameter>);
-<link linkend="AgsContext"><returnvalue>AgsContext</returnvalue></link> *        <link linkend="ags-context-alloc">ags_context_alloc</link>                   (<parameter><link linkend="GQueue"><type>GQueue</type></link> *stack</parameter>,
-                                                         <parameter><link linkend="GHashTable"><type>GHashTable</type></link> *timer</parameter>);
-<link linkend="AgsTimer"><returnvalue>AgsTimer</returnvalue></link> *          <link linkend="ags-timer-alloc">ags_timer_alloc</link>                     (<parameter><link linkend="time-t"><type>time_t</type></link> tv_sec</parameter>,
-                                                         <parameter>long <link linkend="tv-nsec"><type>tv_nsec</type></link> Param2</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAsyncQueue.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAsyncQueue.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-ASYNC-QUEUE-CLOCK-ID:CAPS" role="macro">
-<title>AGS_ASYNC_QUEUE_CLOCK_ID</title>
-<indexterm zone="AGS-ASYNC-QUEUE-CLOCK-ID:CAPS"><primary>AGS_ASYNC_QUEUE_CLOCK_ID</primary></indexterm>
-<programlisting>#define AGS_ASYNC_QUEUE_CLOCK_ID CLOCK_REALTIME
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-ASYNC-QUEUE-DEFAULT-SYSTEM-JIFFIE:CAPS" role="macro">
-<title>AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE</title>
-<indexterm zone="AGS-ASYNC-QUEUE-DEFAULT-SYSTEM-JIFFIE:CAPS"><primary>AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE (250)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-ASYNC-QUEUE-SIGNAL-HIGH:CAPS" role="macro">
-<title>AGS_ASYNC_QUEUE_SIGNAL_HIGH</title>
-<indexterm zone="AGS-ASYNC-QUEUE-SIGNAL-HIGH:CAPS"><primary>AGS_ASYNC_QUEUE_SIGNAL_HIGH</primary></indexterm>
-<programlisting>#define AGS_ASYNC_QUEUE_SIGNAL_HIGH SIGRTMAX
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-ASYNC-QUEUE-SIGNAL-LOW:CAPS" role="macro">
-<title>AGS_ASYNC_QUEUE_SIGNAL_LOW</title>
-<indexterm zone="AGS-ASYNC-QUEUE-SIGNAL-LOW:CAPS"><primary>AGS_ASYNC_QUEUE_SIGNAL_LOW</primary></indexterm>
-<programlisting>#define AGS_ASYNC_QUEUE_SIGNAL_LOW SIGRTMIN
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAsyncQueue" role="struct">
-<title>struct AgsAsyncQueue</title>
-<indexterm zone="AgsAsyncQueue"><primary>AgsAsyncQueue</primary></indexterm>
-<programlisting>struct AgsAsyncQueue {
-  GObject object;
-
-  guint flags;
-
-  guint output_sum;
-  guint systemrate;
-  guint interval;
-
-  timer_t timerid;
-
-  GQueue *stack;
-  GHashTable *timer;
-
-  union{
-    //    atomic_t monitor;
-    pthread_mutex_t mutex;
-  }lock;
-
-  GList *context;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAsyncQueueClass" role="struct">
-<title>struct AgsAsyncQueueClass</title>
-<indexterm zone="AgsAsyncQueueClass"><primary>AgsAsyncQueueClass</primary></indexterm>
-<programlisting>struct AgsAsyncQueueClass {
-  GObjectClass object;
-
-  void (*interrupt)(AgsAsyncQueue *async_queue);
-  
-  void (*push_context)(AgsAsyncQueue *async_queue,
-		       AgsContext *context);
-  void (*pop_context)(AgsAsyncQueue *async_queue,
-		      AgsContext *context);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAsyncQueueFlags" role="enum">
-<title>enum AgsAsyncQueueFlags</title>
-<indexterm zone="AgsAsyncQueueFlags"><primary>AgsAsyncQueueFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_ASYNC_QUEUE_LINUX_THREADS     = 1,
-  AGS_ASYNC_QUEUE_POSIX_THREADS     = 1 << 1,
-  AGS_ASYNC_QUEUE_WORKER_RUNNING    = 1 << 2,
-  AGS_ASYNC_QUEUE_INTERRUPT_OWN     = 1 << 2,
-  AGS_ASYNC_QUEUE_INTERRUPT_OTHER   = 1 << 3,
-  AGS_ASYNC_QUEUE_STOP_BIT_0        = 1 << 4,
-  AGS_ASYNC_QUEUE_STOP_BIT_1        = 1 << 5,
-} AgsAsyncQueueFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsContext" role="struct">
-<title>struct AgsContext</title>
-<indexterm zone="AgsContext"><primary>AgsContext</primary></indexterm>
-<programlisting>struct AgsContext {
-  GQueue *stack;
-  GHashTable *timer;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimer" role="struct">
-<title>struct AgsTimer</title>
-<indexterm zone="AgsTimer"><primary>AgsTimer</primary></indexterm>
-<programlisting>struct AgsTimer {
-  struct timespec run_delay;
-
-  //NOTE: not supported for now
-  gboolean record_history;
-  gpointer history;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-add" role="function">
-<title>ags_async_queue_add ()</title>
-<indexterm zone="ags-async-queue-add"><primary>ags_async_queue_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_async_queue_add                 (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-find-context" role="function">
-<title>ags_async_queue_find_context ()</title>
-<indexterm zone="ags-async-queue-find-context"><primary>ags_async_queue_find_context</primary></indexterm>
-<programlisting><link linkend="AgsContext"><returnvalue>AgsContext</returnvalue></link> *        ags_async_queue_find_context        (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-idle" role="function">
-<title>ags_async_queue_idle ()</title>
-<indexterm zone="ags-async-queue-idle"><primary>ags_async_queue_idle</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_async_queue_idle                (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-initerrupt" role="function">
-<title>ags_async_queue_initerrupt ()</title>
-<indexterm zone="ags-async-queue-initerrupt"><primary>ags_async_queue_initerrupt</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_async_queue_initerrupt          (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-new" role="function">
-<title>ags_async_queue_new ()</title>
-<indexterm zone="ags-async-queue-new"><primary>ags_async_queue_new</primary></indexterm>
-<programlisting><link linkend="AgsAsyncQueue"><returnvalue>AgsAsyncQueue</returnvalue></link> *     ags_async_queue_new                 ();</programlisting>
-</refsect2>
-<refsect2 id="ags-async-queue-next-interval" role="function">
-<title>ags_async_queue_next_interval ()</title>
-<indexterm zone="ags-async-queue-next-interval"><primary>ags_async_queue_next_interval</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_async_queue_next_interval       (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-pop-context" role="function">
-<title>ags_async_queue_pop_context ()</title>
-<indexterm zone="ags-async-queue-pop-context"><primary>ags_async_queue_pop_context</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_async_queue_pop_context         (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsContext"><type>AgsContext</type></link> *context</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-push-context" role="function">
-<title>ags_async_queue_push_context ()</title>
-<indexterm zone="ags-async-queue-push-context"><primary>ags_async_queue_push_context</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_async_queue_push_context        (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsContext"><type>AgsContext</type></link> *context</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-remove" role="function">
-<title>ags_async_queue_remove ()</title>
-<indexterm zone="ags-async-queue-remove"><primary>ags_async_queue_remove</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_async_queue_remove              (<parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>,
-                                                         <parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-async-queue-worker" role="function">
-<title>ags_async_queue_worker ()</title>
-<indexterm zone="ags-async-queue-worker"><primary>ags_async_queue_worker</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link> *              ags_async_queue_worker              (<parameter><link linkend="void"><type>void</type></link> *ptr</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-context-alloc" role="function">
-<title>ags_context_alloc ()</title>
-<indexterm zone="ags-context-alloc"><primary>ags_context_alloc</primary></indexterm>
-<programlisting><link linkend="AgsContext"><returnvalue>AgsContext</returnvalue></link> *        ags_context_alloc                   (<parameter><link linkend="GQueue"><type>GQueue</type></link> *stack</parameter>,
-                                                         <parameter><link linkend="GHashTable"><type>GHashTable</type></link> *timer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timer-alloc" role="function">
-<title>ags_timer_alloc ()</title>
-<indexterm zone="ags-timer-alloc"><primary>ags_timer_alloc</primary></indexterm>
-<programlisting><link linkend="AgsTimer"><returnvalue>AgsTimer</returnvalue></link> *          ags_timer_alloc                     (<parameter><link linkend="time-t"><type>time_t</type></link> tv_sec</parameter>,
-                                                         <parameter>long <link linkend="tv-nsec"><type>tv_nsec</type></link> Param2</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio.xml b/doc/reference/ags/xml/ags_audio.xml
deleted file mode 100644
index 1bf5d43..0000000
--- a/doc/reference/ags/xml/ags_audio.xml
+++ /dev/null
@@ -1,382 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudio.top_of_page">AgsAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAudio">AgsAudio</link>;
-struct              <link linkend="AgsAudioClass">AgsAudioClass</link>;
-enum                <link linkend="AgsAudioFlags">AgsAudioFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-add-recall">ags_audio_add_recall</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-add-recall-container">ags_audio_add_recall_container</link>      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-add-recall-id">ags_audio_add_recall_id</link>             (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-cancel">ags_audio_cancel</link>                    (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-done">ags_audio_done</link>                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-duplicate-recall">ags_audio_duplicate_recall</link>          (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-init-recall">ags_audio_init_recall</link>               (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       <link linkend="ags-audio-init-run">ags_audio_init_run</link>                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-audio-is-playing">ags_audio_is_playing</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-<link linkend="AgsAudio"><returnvalue>AgsAudio</returnvalue></link> *          <link linkend="ags-audio-new">ags_audio_new</link>                       ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-open-files">ags_audio_open_files</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-play">ags_audio_play</link>                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-recall-change-state">ags_audio_recall_change_state</link>       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> enable</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-audio-recursive-play-init">ags_audio_recursive_play_init</link>       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-remove-recall">ags_audio_remove_recall</link>             (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-remove-recall-container">ags_audio_remove_recall_container</link>   (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-remove-recall-id">ags_audio_remove_recall_id</link>          (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-resolve-recall">ags_audio_resolve_recall</link>            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-set-audio-channels">ags_audio_set_audio_channels</link>        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-set-devout">ags_audio_set_devout</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-set-flags">ags_audio_set_flags</link>                 (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-set-pads">ags_audio_set_pads</link>                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-set-sequence-length">ags_audio_set_sequence_length</link>       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> sequence_length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-tact">ags_audio_tact</link>                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-unset-flags">ags_audio_unset_flags</link>               (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAudio" role="struct">
-<title>struct AgsAudio</title>
-<indexterm zone="AgsAudio"><primary>AgsAudio</primary></indexterm>
-<programlisting>struct AgsAudio {
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-  guint level;
-  
-  guint sequence_length;
-  guint audio_channels;
-  guint frequence;
-
-  guint output_pads;
-  guint output_lines;
-
-  guint input_pads;
-  guint input_lines;
-
-  AgsChannel *output;
-  AgsChannel *input;
-
-  gpointer devout_play_domain;
-
-  GList *notation;
-
-  GList *recall_id;
-
-  GList *container;
-
-  GList *recall;
-  GList *play;
-
-  GList *recall_remove; //TODO:JK: verify deprecation
-  GList *play_remove; //TODO:JK: verify deprecation
-
-  GtkWidget *machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioClass" role="struct">
-<title>struct AgsAudioClass</title>
-<indexterm zone="AgsAudioClass"><primary>AgsAudioClass</primary></indexterm>
-<programlisting>struct AgsAudioClass {
-  GObjectClass object;
-
-  void (*set_audio_channels)(AgsAudio *audio,
-			     guint audio_channels, guint audio_channels_old);
-  void (*set_pads)(AgsAudio *audio,
-		   GType type,
-		   guint pads, guint pads_old);
-
-  AgsRecallID* (*init_run)(AgsAudio *audio);
-  void (*tact)(AgsAudio *audio, AgsRecallID *recall_id);
-  void (*done)(AgsAudio *audio, AgsRecallID *recall_id);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioFlags" role="enum">
-<title>enum AgsAudioFlags</title>
-<indexterm zone="AgsAudioFlags"><primary>AgsAudioFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_AUDIO_OUTPUT_HAS_RECYCLING        = 1,
-  AGS_AUDIO_INPUT_HAS_RECYCLING         = 1 <<  1,
-  AGS_AUDIO_INPUT_TAKES_FILE            = 1 <<  2,
-  AGS_AUDIO_HAS_NOTATION                = 1 <<  3,
-  AGS_AUDIO_SYNC                        = 1 <<  4, // can be combined with below
-  AGS_AUDIO_ASYNC                       = 1 <<  5,
-  AGS_AUDIO_RUNNING                     = 1 <<  6,
-  AGS_AUDIO_PLAYING                     = 1 <<  7,
-  AGS_AUDIO_NOTATION_DEFAULT            = 1 <<  8,
-} AgsAudioFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-add-recall" role="function">
-<title>ags_audio_add_recall ()</title>
-<indexterm zone="ags-audio-add-recall"><primary>ags_audio_add_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_add_recall                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);</programlisting>
-<para>
-Adds a recall.
-</para></refsect2>
-<refsect2 id="ags-audio-add-recall-container" role="function">
-<title>ags_audio_add_recall_container ()</title>
-<indexterm zone="ags-audio-add-recall-container"><primary>ags_audio_add_recall_container</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_add_recall_container      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);</programlisting>
-<para>
-Adds a recall container.
-</para></refsect2>
-<refsect2 id="ags-audio-add-recall-id" role="function">
-<title>ags_audio_add_recall_id ()</title>
-<indexterm zone="ags-audio-add-recall-id"><primary>ags_audio_add_recall_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_add_recall_id             (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Adds a recall id.
-</para></refsect2>
-<refsect2 id="ags-audio-cancel" role="function">
-<title>ags_audio_cancel ()</title>
-<indexterm zone="ags-audio-cancel"><primary>ags_audio_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_cancel                    (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Cancel processing audio data.
-</para></refsect2>
-<refsect2 id="ags-audio-done" role="function">
-<title>ags_audio_done ()</title>
-<indexterm zone="ags-audio-done"><primary>ags_audio_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_done                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-duplicate-recall" role="function">
-<title>ags_audio_duplicate_recall ()</title>
-<indexterm zone="ags-audio-duplicate-recall"><primary>ags_audio_duplicate_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_duplicate_recall          (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Duplicate all <link linkend="AgsRecall"><type>AgsRecall</type></link> templates of this <link linkend="AgsAudio"><type>AgsAudio</type></link>.
-</para></refsect2>
-<refsect2 id="ags-audio-init-recall" role="function">
-<title>ags_audio_init_recall ()</title>
-<indexterm zone="ags-audio-init-recall"><primary>ags_audio_init_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_init_recall               (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Initializes the recalls of <parameter>audio</parameter>
-</para></refsect2>
-<refsect2 id="ags-audio-init-run" role="function">
-<title>ags_audio_init_run ()</title>
-<indexterm zone="ags-audio-init-run"><primary>ags_audio_init_run</primary></indexterm>
-<programlisting><link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       ags_audio_init_run                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-Is emitted as playing audio is done.
-</para></refsect2>
-<refsect2 id="ags-audio-is-playing" role="function">
-<title>ags_audio_is_playing ()</title>
-<indexterm zone="ags-audio-is-playing"><primary>ags_audio_is_playing</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_audio_is_playing                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-Determine if <link linkend="AgsAudio"><type>AgsAudio</type></link> is playing.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>TRUE if it's playing otherwise FALSE</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-new" role="function">
-<title>ags_audio_new ()</title>
-<indexterm zone="ags-audio-new"><primary>ags_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsAudio"><returnvalue>AgsAudio</returnvalue></link> *          ags_audio_new                       ();</programlisting>
-<para>
-Creates a <link linkend="AgsAudio"><type>AgsAudio</type></link>, with defaults of <parameter>devout</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsAudio"><type>AgsAudio</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-open-files" role="function">
-<title>ags_audio_open_files ()</title>
-<indexterm zone="ags-audio-open-files"><primary>ags_audio_open_files</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_open_files                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);</programlisting>
-<para>
-Open some files.
-</para></refsect2>
-<refsect2 id="ags-audio-play" role="function">
-<title>ags_audio_play ()</title>
-<indexterm zone="ags-audio-play"><primary>ags_audio_play</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_play                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Performs on single play call of appropriate stage.
-</para></refsect2>
-<refsect2 id="ags-audio-recall-change-state" role="function">
-<title>ags_audio_recall_change_state ()</title>
-<indexterm zone="ags-audio-recall-change-state"><primary>ags_audio_recall_change_state</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_recall_change_state       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> enable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-recursive-play-init" role="function">
-<title>ags_audio_recursive_play_init ()</title>
-<indexterm zone="ags-audio-recursive-play-init"><primary>ags_audio_recursive_play_init</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_audio_recursive_play_init       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);</programlisting>
-<para>
-Initializes <link linkend="AgsAudio"><type>AgsAudio</type></link> in order to do playback, sequencer or notation.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a list containing all <link linkend="AgsRecallID"><type>AgsRecallID</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-remove-recall" role="function">
-<title>ags_audio_remove_recall ()</title>
-<indexterm zone="ags-audio-remove-recall"><primary>ags_audio_remove_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_remove_recall             (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);</programlisting>
-<para>
-Removes a recall.
-</para></refsect2>
-<refsect2 id="ags-audio-remove-recall-container" role="function">
-<title>ags_audio_remove_recall_container ()</title>
-<indexterm zone="ags-audio-remove-recall-container"><primary>ags_audio_remove_recall_container</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_remove_recall_container   (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);</programlisting>
-<para>
-Removes a recall container.
-</para></refsect2>
-<refsect2 id="ags-audio-remove-recall-id" role="function">
-<title>ags_audio_remove_recall_id ()</title>
-<indexterm zone="ags-audio-remove-recall-id"><primary>ags_audio_remove_recall_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_remove_recall_id          (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Removes a recall id.
-</para></refsect2>
-<refsect2 id="ags-audio-resolve-recall" role="function">
-<title>ags_audio_resolve_recall ()</title>
-<indexterm zone="ags-audio-resolve-recall"><primary>ags_audio_resolve_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_resolve_recall            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Performs resolving of recalls.
-</para></refsect2>
-<refsect2 id="ags-audio-set-audio-channels" role="function">
-<title>ags_audio_set_audio_channels ()</title>
-<indexterm zone="ags-audio-set-audio-channels"><primary>ags_audio_set_audio_channels</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_set_audio_channels        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);</programlisting>
-<para>
-Resize audio channels AgsInput will be allocated first.
-</para></refsect2>
-<refsect2 id="ags-audio-set-devout" role="function">
-<title>ags_audio_set_devout ()</title>
-<indexterm zone="ags-audio-set-devout"><primary>ags_audio_set_devout</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_set_devout                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-Sets a devout object on audio.
-</para></refsect2>
-<refsect2 id="ags-audio-set-flags" role="function">
-<title>ags_audio_set_flags ()</title>
-<indexterm zone="ags-audio-set-flags"><primary>ags_audio_set_flags</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_set_flags                 (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-Disable a feature of AgsAudio.
-</para></refsect2>
-<refsect2 id="ags-audio-set-pads" role="function">
-<title>ags_audio_set_pads ()</title>
-<indexterm zone="ags-audio-set-pads"><primary>ags_audio_set_pads</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_set_pads                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>);</programlisting>
-<para>
-Sets pad count for the apropriate <parameter>type</parameter>
-</para></refsect2>
-<refsect2 id="ags-audio-set-sequence-length" role="function">
-<title>ags_audio_set_sequence_length ()</title>
-<indexterm zone="ags-audio-set-sequence-length"><primary>ags_audio_set_sequence_length</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_set_sequence_length       (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> sequence_length</parameter>);</programlisting>
-<para>
-Sets sequence length.
-</para></refsect2>
-<refsect2 id="ags-audio-tact" role="function">
-<title>ags_audio_tact ()</title>
-<indexterm zone="ags-audio-tact"><primary>ags_audio_tact</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_tact                      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-unset-flags" role="function">
-<title>ags_audio_unset_flags ()</title>
-<indexterm zone="ags-audio-unset-flags"><primary>ags_audio_unset_flags</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_unset_flags               (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_file.xml b/doc/reference/ags/xml/ags_audio_file.xml
deleted file mode 100644
index d823d14..0000000
--- a/doc/reference/ags/xml/ags_audio_file.xml
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioFile.top_of_page">AgsAudioFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAudioFile">AgsAudioFile</link>;
-struct              <link linkend="AgsAudioFileClass">AgsAudioFileClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-file-close">ags_audio_file_close</link>                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-file-flush">ags_audio_file_flush</link>                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-<link linkend="AgsAudioFile"><returnvalue>AgsAudioFile</returnvalue></link> *      <link linkend="ags-audio-file-new">ags_audio_file_new</link>                  (<parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-audio-file-open">ags_audio_file_open</link>                 (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-audio-file-open-from-data">ags_audio_file_open_from_data</link>       (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-file-read-audio-signal">ags_audio_file_read_audio_signal</link>    (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-audio-file-rw-open">ags_audio_file_rw_open</link>              (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-file-seek">ags_audio_file_seek</link>                 (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> whence</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-file-write">ags_audio_file_write</link>                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAudioFile" role="struct">
-<title>struct AgsAudioFile</title>
-<indexterm zone="AgsAudioFile"><primary>AgsAudioFile</primary></indexterm>
-<programlisting>struct AgsAudioFile {
-  GObject object;
-
-  AgsDevout *devout;
-
-  gchar *name;
-  guint samplerate;
-  guint frames;
-  guint channels;
-  guint format;
-
-  guint start_channel;
-  guint audio_channels;
-
-  GList *audio_signal;
-
-  GObject *file;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioFileClass" role="struct">
-<title>struct AgsAudioFileClass</title>
-<indexterm zone="AgsAudioFileClass"><primary>AgsAudioFileClass</primary></indexterm>
-<programlisting>struct AgsAudioFileClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-close" role="function">
-<title>ags_audio_file_close ()</title>
-<indexterm zone="ags-audio-file-close"><primary>ags_audio_file_close</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_file_close                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-flush" role="function">
-<title>ags_audio_file_flush ()</title>
-<indexterm zone="ags-audio-file-flush"><primary>ags_audio_file_flush</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_file_flush                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-new" role="function">
-<title>ags_audio_file_new ()</title>
-<indexterm zone="ags-audio-file-new"><primary>ags_audio_file_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioFile"><returnvalue>AgsAudioFile</returnvalue></link> *      ags_audio_file_new                  (<parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-open" role="function">
-<title>ags_audio_file_open ()</title>
-<indexterm zone="ags-audio-file-open"><primary>ags_audio_file_open</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_audio_file_open                 (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-open-from-data" role="function">
-<title>ags_audio_file_open_from_data ()</title>
-<indexterm zone="ags-audio-file-open-from-data"><primary>ags_audio_file_open_from_data</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_audio_file_open_from_data       (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-read-audio-signal" role="function">
-<title>ags_audio_file_read_audio_signal ()</title>
-<indexterm zone="ags-audio-file-read-audio-signal"><primary>ags_audio_file_read_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_file_read_audio_signal    (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-rw-open" role="function">
-<title>ags_audio_file_rw_open ()</title>
-<indexterm zone="ags-audio-file-rw-open"><primary>ags_audio_file_rw_open</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_audio_file_rw_open              (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-seek" role="function">
-<title>ags_audio_file_seek ()</title>
-<indexterm zone="ags-audio-file-seek"><primary>ags_audio_file_seek</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_file_seek                 (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> whence</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-write" role="function">
-<title>ags_audio_file_write ()</title>
-<indexterm zone="ags-audio-file-write"><primary>ags_audio_file_write</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_file_write                (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_file_xml.xml b/doc/reference/ags/xml/ags_audio_file_xml.xml
deleted file mode 100644
index c17fb09..0000000
--- a/doc/reference/ags/xml/ags_audio_file_xml.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioFileXml">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioFileXml.top_of_page">AgsAudioFileXml</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioFileXml</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioFileXml.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAudioFileXml">AgsAudioFileXml</link>;
-struct              <link linkend="AgsAudioFileXmlClass">AgsAudioFileXmlClass</link>;
-<link linkend="AgsAudioFileXml"><returnvalue>AgsAudioFileXml</returnvalue></link> *   <link linkend="ags-audio-file-xml-new">ags_audio_file_xml_new</link>              (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioFileXml.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioFileXml.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAudioFileXml" role="struct">
-<title>struct AgsAudioFileXml</title>
-<indexterm zone="AgsAudioFileXml"><primary>AgsAudioFileXml</primary></indexterm>
-<programlisting>struct AgsAudioFileXml {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioFileXmlClass" role="struct">
-<title>struct AgsAudioFileXmlClass</title>
-<indexterm zone="AgsAudioFileXmlClass"><primary>AgsAudioFileXmlClass</primary></indexterm>
-<programlisting>struct AgsAudioFileXmlClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-file-xml-new" role="function">
-<title>ags_audio_file_xml_new ()</title>
-<indexterm zone="ags-audio-file-xml-new"><primary>ags_audio_file_xml_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioFileXml"><returnvalue>AgsAudioFileXml</returnvalue></link> *   ags_audio_file_xml_new              (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_loop.xml b/doc/reference/ags/xml/ags_audio_loop.xml
deleted file mode 100644
index c273813..0000000
--- a/doc/reference/ags/xml/ags_audio_loop.xml
+++ /dev/null
@@ -1,182 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioLoop">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioLoop.top_of_page">AgsAudioLoop</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioLoop</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioLoop.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-AUDIO-LOOP-DEFAULT-JIFFIE:CAPS">AGS_AUDIO_LOOP_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsAudioLoop">AgsAudioLoop</link>;
-struct              <link linkend="AgsAudioLoopClass">AgsAudioLoopClass</link>;
-enum                <link linkend="AgsAudioLoopFlags">AgsAudioLoopFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-add-audio">ags_audio_loop_add_audio</link>            (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-add-channel">ags_audio_loop_add_channel</link>          (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-add-recall">ags_audio_loop_add_recall</link>           (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>);
-<link linkend="AgsAudioLoop"><returnvalue>AgsAudioLoop</returnvalue></link> *      <link linkend="ags-audio-loop-new">ags_audio_loop_new</link>                  (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-remove-audio">ags_audio_loop_remove_audio</link>         (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-remove-channel">ags_audio_loop_remove_channel</link>       (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-loop-remove-recall">ags_audio_loop_remove_recall</link>        (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioLoop.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioLoop.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-AUDIO-LOOP-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_AUDIO_LOOP_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-AUDIO-LOOP-DEFAULT-JIFFIE:CAPS"><primary>AGS_AUDIO_LOOP_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_AUDIO_LOOP_DEFAULT_JIFFIE (48.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioLoop" role="struct">
-<title>struct AgsAudioLoop</title>
-<indexterm zone="AgsAudioLoop"><primary>AgsAudioLoop</primary></indexterm>
-<programlisting>struct AgsAudioLoop {
-  AgsThread thread;
-
-  guint flags;
-
-  volatile guint tic;
-  volatile guint last_sync;
-
-  GCond cond;
-  GMutex mutex;
-
-  gdouble frequency;
-
-  GObject *ags_main;
-
-  AgsAsyncQueue *async_queue;
-  
-  AgsThread *task_thread;
-  AgsThread *gui_thread;
-  AgsThread *devout_thread;
-  AgsThread *export_thread;
-
-  pthread_mutex_t recall_mutex;
-
-  guint play_recall_ref;
-  GList *play_recall; // play AgsRecall
-
-  guint play_channel_ref;
-  GList *play_channel; // play AgsChannel
-
-  guint play_audio_ref;
-  GList *play_audio; // play AgsAudio
-
-  guint play_notation_ref;
-  GList *play_notation;
-
-  GList *tree_sanity;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioLoopClass" role="struct">
-<title>struct AgsAudioLoopClass</title>
-<indexterm zone="AgsAudioLoopClass"><primary>AgsAudioLoopClass</primary></indexterm>
-<programlisting>struct AgsAudioLoopClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioLoopFlags" role="enum">
-<title>enum AgsAudioLoopFlags</title>
-<indexterm zone="AgsAudioLoopFlags"><primary>AgsAudioLoopFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_AUDIO_LOOP_PLAY_RECALL                    = 1,
-  AGS_AUDIO_LOOP_PLAYING_RECALL                 = 1 << 1,
-  AGS_AUDIO_LOOP_PLAY_RECALL_TERMINATING        = 1 << 2,
-  AGS_AUDIO_LOOP_PLAY_CHANNEL                   = 1 << 3,
-  AGS_AUDIO_LOOP_PLAYING_CHANNEL                = 1 << 4,
-  AGS_AUDIO_LOOP_PLAY_CHANNEL_TERMINATING       = 1 << 5,
-  AGS_AUDIO_LOOP_PLAY_AUDIO                     = 1 << 6,
-  AGS_AUDIO_LOOP_PLAYING_AUDIO                  = 1 << 7,
-  AGS_AUDIO_LOOP_PLAY_NOTATION                  = 1 << 8,
-  AGS_AUDIO_LOOP_PLAYING_NOTATION               = 1 << 9,
-  AGS_AUDIO_LOOP_PLAY_AUDIO_TERMINATING         = 1 << 10,
-} AgsAudioLoopFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-add-audio" role="function">
-<title>ags_audio_loop_add_audio ()</title>
-<indexterm zone="ags-audio-loop-add-audio"><primary>ags_audio_loop_add_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_add_audio            (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-add-channel" role="function">
-<title>ags_audio_loop_add_channel ()</title>
-<indexterm zone="ags-audio-loop-add-channel"><primary>ags_audio_loop_add_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_add_channel          (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-add-recall" role="function">
-<title>ags_audio_loop_add_recall ()</title>
-<indexterm zone="ags-audio-loop-add-recall"><primary>ags_audio_loop_add_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_add_recall           (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-new" role="function">
-<title>ags_audio_loop_new ()</title>
-<indexterm zone="ags-audio-loop-new"><primary>ags_audio_loop_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioLoop"><returnvalue>AgsAudioLoop</returnvalue></link> *      ags_audio_loop_new                  (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-remove-audio" role="function">
-<title>ags_audio_loop_remove_audio ()</title>
-<indexterm zone="ags-audio-loop-remove-audio"><primary>ags_audio_loop_remove_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_remove_audio         (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-remove-channel" role="function">
-<title>ags_audio_loop_remove_channel ()</title>
-<indexterm zone="ags-audio-loop-remove-channel"><primary>ags_audio_loop_remove_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_remove_channel       (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-loop-remove-recall" role="function">
-<title>ags_audio_loop_remove_recall ()</title>
-<indexterm zone="ags-audio-loop-remove-recall"><primary>ags_audio_loop_remove_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_loop_remove_recall        (<parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_preferences.xml b/doc/reference/ags/xml/ags_audio_preferences.xml
deleted file mode 100644
index a9cf374..0000000
--- a/doc/reference/ags/xml/ags_audio_preferences.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioPreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioPreferences.top_of_page">AgsAudioPreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioPreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioPreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAudioPreferences">AgsAudioPreferences</link>;
-struct              <link linkend="AgsAudioPreferencesClass">AgsAudioPreferencesClass</link>;
-<link linkend="AgsAudioPreferences"><returnvalue>AgsAudioPreferences</returnvalue></link> * <link linkend="ags-audio-preferences-new">ags_audio_preferences_new</link>         ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioPreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioPreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAudioPreferences" role="struct">
-<title>struct AgsAudioPreferences</title>
-<indexterm zone="AgsAudioPreferences"><primary>AgsAudioPreferences</primary></indexterm>
-<programlisting>struct AgsAudioPreferences {
-  GtkVBox vbox;
-
-  GtkComboBox *card;
-  GtkSpinButton *audio_channels;
-  GtkSpinButton *samplerate;
-  GtkSpinButton *buffer_size;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioPreferencesClass" role="struct">
-<title>struct AgsAudioPreferencesClass</title>
-<indexterm zone="AgsAudioPreferencesClass"><primary>AgsAudioPreferencesClass</primary></indexterm>
-<programlisting>struct AgsAudioPreferencesClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-preferences-new" role="function">
-<title>ags_audio_preferences_new ()</title>
-<indexterm zone="ags-audio-preferences-new"><primary>ags_audio_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioPreferences"><returnvalue>AgsAudioPreferences</returnvalue></link> * ags_audio_preferences_new         ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_preferences_callbacks.xml b/doc/reference/ags/xml/ags_audio_preferences_callbacks.xml
deleted file mode 100644
index 1e4e656..0000000
--- a/doc/reference/ags/xml/ags_audio_preferences_callbacks.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-audio-preferences-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-audio-preferences-callbacks.top_of_page">ags_audio_preferences_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_audio_preferences_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-audio-preferences-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-preferences-audio-channels-changed">ags_audio_preferences_audio_channels_changed</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-preferences-buffer-size-changed">ags_audio_preferences_buffer_size_changed</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-preferences-card-changed-callback">ags_audio_preferences_card_changed_callback</link>
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-preferences-samplerate-changed">ags_audio_preferences_samplerate_changed</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-audio-preferences-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-audio-preferences-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-audio-preferences-audio-channels-changed" role="function">
-<title>ags_audio_preferences_audio_channels_changed ()</title>
-<indexterm zone="ags-audio-preferences-audio-channels-changed"><primary>ags_audio_preferences_audio_channels_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_preferences_audio_channels_changed
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-preferences-buffer-size-changed" role="function">
-<title>ags_audio_preferences_buffer_size_changed ()</title>
-<indexterm zone="ags-audio-preferences-buffer-size-changed"><primary>ags_audio_preferences_buffer_size_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_preferences_buffer_size_changed
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-preferences-card-changed-callback" role="function">
-<title>ags_audio_preferences_card_changed_callback ()</title>
-<indexterm zone="ags-audio-preferences-card-changed-callback"><primary>ags_audio_preferences_card_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_preferences_card_changed_callback
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-preferences-samplerate-changed" role="function">
-<title>ags_audio_preferences_samplerate_changed ()</title>
-<indexterm zone="ags-audio-preferences-samplerate-changed"><primary>ags_audio_preferences_samplerate_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_preferences_samplerate_changed
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsAudioPreferences"><type>AgsAudioPreferences</type></link> *audio_preferences</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_set_recycling.xml b/doc/reference/ags/xml/ags_audio_set_recycling.xml
deleted file mode 100644
index c637e34..0000000
--- a/doc/reference/ags/xml/ags_audio_set_recycling.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioSetRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioSetRecycling.top_of_page">AgsAudioSetRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioSetRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioSetRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsAudioSetRecycling">AgsAudioSetRecycling</link>;
-struct              <link linkend="AgsAudioSetRecyclingClass">AgsAudioSetRecyclingClass</link>;
-<link linkend="AgsAudioSetRecycling"><returnvalue>AgsAudioSetRecycling</returnvalue></link> * <link linkend="ags-audio-set-recycling-new">ags_audio_set_recycling_new</link>      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *parameter</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioSetRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioSetRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAudioSetRecycling" role="struct">
-<title>struct AgsAudioSetRecycling</title>
-<indexterm zone="AgsAudioSetRecycling"><primary>AgsAudioSetRecycling</primary></indexterm>
-<programlisting>struct AgsAudioSetRecycling {
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  GParameter *parameter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioSetRecyclingClass" role="struct">
-<title>struct AgsAudioSetRecyclingClass</title>
-<indexterm zone="AgsAudioSetRecyclingClass"><primary>AgsAudioSetRecyclingClass</primary></indexterm>
-<programlisting>struct AgsAudioSetRecyclingClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-set-recycling-new" role="function">
-<title>ags_audio_set_recycling_new ()</title>
-<indexterm zone="ags-audio-set-recycling-new"><primary>ags_audio_set_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioSetRecycling"><returnvalue>AgsAudioSetRecycling</returnvalue></link> * ags_audio_set_recycling_new      (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *parameter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_audio_signal.xml b/doc/reference/ags/xml/ags_audio_signal.xml
deleted file mode 100644
index ea0d44c..0000000
--- a/doc/reference/ags/xml/ags_audio_signal.xml
+++ /dev/null
@@ -1,331 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAudioSignal.top_of_page">AgsAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>                    <link linkend="AgsAttack">AgsAttack</link>;
-enum                <link linkend="AgsAttackFlags">AgsAttackFlags</link>;
-struct              <link linkend="AgsAudioSignal">AgsAudioSignal</link>;
-struct              <link linkend="AgsAudioSignalClass">AgsAudioSignalClass</link>;
-enum                <link linkend="AgsAudioSignalFlags">AgsAudioSignalFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-add-stream">ags_audio_signal_add_stream</link>         (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-copy-buffer-to-buffer">ags_audio_signal_copy_buffer_to_buffer</link>
-                                                        (<parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-copy-buffer-to-double-buffer">ags_audio_signal_copy_buffer_to_double_buffer</link>
-                                                        (<parameter><link linkend="double"><type>double</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-copy-double-buffer-to-buffer">ags_audio_signal_copy_double_buffer_to_buffer</link>
-                                                        (<parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-duplicate-stream">ags_audio_signal_duplicate_stream</link>   (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-audio-signal-get-by-recall-id">ags_audio_signal_get_by_recall_id</link>   (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-audio-signal-get-length-till-current">ags_audio_signal_get_length_till_current</link>
-                                                        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-audio-signal-get-stream-current">ags_audio_signal_get_stream_current</link> (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);
-<link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    <link linkend="ags-audio-signal-get-template">ags_audio_signal_get_template</link>       (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-morph-samplerate">ags_audio_signal_morph_samplerate</link>   (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> k_morph</parameter>);
-<link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    <link linkend="ags-audio-signal-new">ags_audio_signal_new</link>                (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);
-<link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    <link linkend="ags-audio-signal-new-with-length">ags_audio_signal_new_with_length</link>    (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-realloc-buffer-size">ags_audio_signal_realloc_buffer_size</link>
-                                                        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-scale">ags_audio_signal_scale</link>              (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-stream-resize">ags_audio_signal_stream_resize</link>      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-stream-safe-resize">ags_audio_signal_stream_safe_resize</link> (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-audio-signal-tile">ags_audio_signal_tile</link>               (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-signed <link linkend="short"><returnvalue>short</returnvalue></link> *      <link linkend="ags-stream-alloc">ags_stream_alloc</link>                    (<parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsAttack" role="struct">
-<title>AgsAttack</title>
-<indexterm zone="AgsAttack"><primary>AgsAttack</primary></indexterm>
-<programlisting>typedef struct _AgsAttack AgsAttack;</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAttackFlags" role="enum">
-<title>enum AgsAttackFlags</title>
-<indexterm zone="AgsAttackFlags"><primary>AgsAttackFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_ATTACK_INITIAL_RUN  = 1,
-  AGS_ATTACK_SWAP         = 1 << 1,
-} AgsAttackFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioSignal" role="struct">
-<title>struct AgsAudioSignal</title>
-<indexterm zone="AgsAudioSignal"><primary>AgsAudioSignal</primary></indexterm>
-<programlisting>struct AgsAudioSignal {
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-
-  GObject *recycling;
-  GObject *recall_id; // AGS_TYPE_RECALL_ID to identify the AgsAudioSignal
-
-  guint samplerate;
-  guint buffer_size;
-  guint resolution;
-
-  guint length;
-  guint last_frame; // the last frame at stream_end
-  guint loop_start;
-  guint loop_end;
-
-  guint delay;
-  guint attack;
-
-  guint lock_attack;
-  
-  GList *stream_beginning;
-  GList *stream_current;
-  GList *stream_end;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioSignalClass" role="struct">
-<title>struct AgsAudioSignalClass</title>
-<indexterm zone="AgsAudioSignalClass"><primary>AgsAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsAudioSignalClass {
-  GObjectClass object;
-
-  void (*realloc_buffer_size)(AgsAudioSignal *audio_signal, guint buffer_size);
-  void (*morph_samplerate)(AgsAudioSignal *audio_signal, guint samplerate, double k_morph);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAudioSignalFlags" role="enum">
-<title>enum AgsAudioSignalFlags</title>
-<indexterm zone="AgsAudioSignalFlags"><primary>AgsAudioSignalFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_AUDIO_SIGNAL_TEMPLATE             = 1,
-  AGS_AUDIO_SIGNAL_PLAY_DONE            = 1 << 1,
-  AGS_AUDIO_SIGNAL_STANDALONE           = 1 << 2,
-} AgsAudioSignalFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-signal-add-stream" role="function">
-<title>ags_audio_signal_add_stream ()</title>
-<indexterm zone="ags-audio-signal-add-stream"><primary>ags_audio_signal_add_stream</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_add_stream         (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Adds a buffer at the end of the stream.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-copy-buffer-to-buffer" role="function">
-<title>ags_audio_signal_copy_buffer_to_buffer ()</title>
-<indexterm zone="ags-audio-signal-copy-buffer-to-buffer"><primary>ags_audio_signal_copy_buffer_to_buffer</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_copy_buffer_to_buffer
-                                                        (<parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);</programlisting>
-<para>
-Copy a buffer to an other buffer.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-copy-buffer-to-double-buffer" role="function">
-<title>ags_audio_signal_copy_buffer_to_double_buffer ()</title>
-<indexterm zone="ags-audio-signal-copy-buffer-to-double-buffer"><primary>ags_audio_signal_copy_buffer_to_double_buffer</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_copy_buffer_to_double_buffer
-                                                        (<parameter><link linkend="double"><type>double</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-signal-copy-double-buffer-to-buffer" role="function">
-<title>ags_audio_signal_copy_double_buffer_to_buffer ()</title>
-<indexterm zone="ags-audio-signal-copy-double-buffer-to-buffer"><primary>ags_audio_signal_copy_double_buffer_to_buffer</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_copy_double_buffer_to_buffer
-                                                        (<parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dchannels</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> *source</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> schannels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-signal-duplicate-stream" role="function">
-<title>ags_audio_signal_duplicate_stream ()</title>
-<indexterm zone="ags-audio-signal-duplicate-stream"><primary>ags_audio_signal_duplicate_stream</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_duplicate_stream   (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>);</programlisting>
-<para>
-Copy stream of one audio signal to another
-</para></refsect2>
-<refsect2 id="ags-audio-signal-get-by-recall-id" role="function">
-<title>ags_audio_signal_get_by_recall_id ()</title>
-<indexterm zone="ags-audio-signal-get-by-recall-id"><primary>ags_audio_signal_get_by_recall_id</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_audio_signal_get_by_recall_id   (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Retrieve next audio signal refering to <parameter>recall_id</parameter>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>matching <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-signal-get-length-till-current" role="function">
-<title>ags_audio_signal_get_length_till_current ()</title>
-<indexterm zone="ags-audio-signal-get-length-till-current"><primary>ags_audio_signal_get_length_till_current</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_audio_signal_get_length_till_current
-                                                        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Counts the buffers from stream_beginning upto stream_current.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the counted length.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-signal-get-stream-current" role="function">
-<title>ags_audio_signal_get_stream_current ()</title>
-<indexterm zone="ags-audio-signal-get-stream-current"><primary>ags_audio_signal_get_stream_current</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_audio_signal_get_stream_current (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Retrieve next current stream of <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> list.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>next <link linkend="GList"><type>GList</type></link> matching <link linkend="AgsRecallID"><type>AgsRecallID</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-signal-get-template" role="function">
-<title>ags_audio_signal_get_template ()</title>
-<indexterm zone="ags-audio-signal-get-template"><primary>ags_audio_signal_get_template</primary></indexterm>
-<programlisting><link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    ags_audio_signal_get_template       (<parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Retrieve the template audio signal.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the template <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-signal-morph-samplerate" role="function">
-<title>ags_audio_signal_morph_samplerate ()</title>
-<indexterm zone="ags-audio-signal-morph-samplerate"><primary>ags_audio_signal_morph_samplerate</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_morph_samplerate   (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> k_morph</parameter>);</programlisting>
-<para>
-Scale audio signal data.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-new" role="function">
-<title>ags_audio_signal_new ()</title>
-<indexterm zone="ags-audio-signal-new"><primary>ags_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    ags_audio_signal_new                (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link>, with defaults of <parameter>devout</parameter>, linking <parameter>recycling</parameter> tree
-and refering to <parameter>recall_id</parameter>.
-The audio data is tiled to <parameter>length</parameter> frame count.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-audio-signal-new-with-length" role="function">
-<title>ags_audio_signal_new_with_length ()</title>
-<indexterm zone="ags-audio-signal-new-with-length"><primary>ags_audio_signal_new_with_length</primary></indexterm>
-<programlisting><link linkend="AgsAudioSignal"><returnvalue>AgsAudioSignal</returnvalue></link> *    ags_audio_signal_new_with_length    (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-signal-realloc-buffer-size" role="function">
-<title>ags_audio_signal_realloc_buffer_size ()</title>
-<indexterm zone="ags-audio-signal-realloc-buffer-size"><primary>ags_audio_signal_realloc_buffer_size</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_realloc_buffer_size
-                                                        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-Realloc the stream to the new buffer size.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-scale" role="function">
-<title>ags_audio_signal_scale ()</title>
-<indexterm zone="ags-audio-signal-scale"><primary>ags_audio_signal_scale</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_scale              (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-audio-signal-stream-resize" role="function">
-<title>ags_audio_signal_stream_resize ()</title>
-<indexterm zone="ags-audio-signal-stream-resize"><primary>ags_audio_signal_stream_resize</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_stream_resize      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-Resizes an <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link>'s stream but be carefull with shrinking.
-This function may crash the application.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-stream-safe-resize" role="function">
-<title>ags_audio_signal_stream_safe_resize ()</title>
-<indexterm zone="ags-audio-signal-stream-safe-resize"><primary>ags_audio_signal_stream_safe_resize</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_stream_safe_resize (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-Resizes an <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link>'s stream but doesn't shrink more than the
-current stream position.
-</para></refsect2>
-<refsect2 id="ags-audio-signal-tile" role="function">
-<title>ags_audio_signal_tile ()</title>
-<indexterm zone="ags-audio-signal-tile"><primary>ags_audio_signal_tile</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_audio_signal_tile               (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *template</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-alloc" role="function">
-<title>ags_stream_alloc ()</title>
-<indexterm zone="ags-stream-alloc"><primary>ags_stream_alloc</primary></indexterm>
-<programlisting>signed <link linkend="short"><returnvalue>short</returnvalue></link> *      ags_stream_alloc                    (<parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-Allocs an audio buffer.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the audio data array</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_autosave_thread.xml b/doc/reference/ags/xml/ags_autosave_thread.xml
deleted file mode 100644
index 35edf33..0000000
--- a/doc/reference/ags/xml/ags_autosave_thread.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsAutosaveThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsAutosaveThread.top_of_page">AgsAutosaveThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsAutosaveThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsAutosaveThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-AUTOSAVE-THREAD-DEFAULT-FILENAME:CAPS">AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME</link>
-#define             <link linkend="AGS-AUTOSAVE-THREAD-DEFAULT-JIFFIE:CAPS">AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsAutosaveThread">AgsAutosaveThread</link>;
-struct              <link linkend="AgsAutosaveThreadClass">AgsAutosaveThreadClass</link>;
-<link linkend="AgsAutosaveThread"><returnvalue>AgsAutosaveThread</returnvalue></link> * <link linkend="ags-autosave-thread-new">ags_autosave_thread_new</link>             (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsAutosaveThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsAutosaveThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-AUTOSAVE-THREAD-DEFAULT-FILENAME:CAPS" role="macro">
-<title>AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME</title>
-<indexterm zone="AGS-AUTOSAVE-THREAD-DEFAULT-FILENAME:CAPS"><primary>AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME</primary></indexterm>
-<programlisting>#define AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME "ags-autosaved.xml\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-AUTOSAVE-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-AUTOSAVE-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE (0.2)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAutosaveThread" role="struct">
-<title>struct AgsAutosaveThread</title>
-<indexterm zone="AgsAutosaveThread"><primary>AgsAutosaveThread</primary></indexterm>
-<programlisting>struct AgsAutosaveThread {
-  AgsThread thread;
-
-
-  volatile guint tic;
-  volatile guint last_sync;
-
-  AgsMain *ags_main;
-
-  guint delay;
-  guint counter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAutosaveThreadClass" role="struct">
-<title>struct AgsAutosaveThreadClass</title>
-<indexterm zone="AgsAutosaveThreadClass"><primary>AgsAutosaveThreadClass</primary></indexterm>
-<programlisting>struct AgsAutosaveThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-autosave-thread-new" role="function">
-<title>ags_autosave_thread_new ()</title>
-<indexterm zone="ags-autosave-thread-new"><primary>ags_autosave_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsAutosaveThread"><returnvalue>AgsAutosaveThread</returnvalue></link> * ags_autosave_thread_new             (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_buffer_audio_signal.xml b/doc/reference/ags/xml/ags_buffer_audio_signal.xml
deleted file mode 100644
index 605b822..0000000
--- a/doc/reference/ags/xml/ags_buffer_audio_signal.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsBufferAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsBufferAudioSignal.top_of_page">AgsBufferAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsBufferAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsBufferAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsBufferAudioSignal">AgsBufferAudioSignal</link>;
-struct              <link linkend="AgsBufferAudioSignalClass">AgsBufferAudioSignalClass</link>;
-<link linkend="AgsBufferAudioSignal"><returnvalue>AgsBufferAudioSignal</returnvalue></link> * <link linkend="ags-buffer-audio-signal-new">ags_buffer_audio_signal_new</link>      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsBufferAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsBufferAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsBufferAudioSignal" role="struct">
-<title>struct AgsBufferAudioSignal</title>
-<indexterm zone="AgsBufferAudioSignal"><primary>AgsBufferAudioSignal</primary></indexterm>
-<programlisting>struct AgsBufferAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsBufferAudioSignalClass" role="struct">
-<title>struct AgsBufferAudioSignalClass</title>
-<indexterm zone="AgsBufferAudioSignalClass"><primary>AgsBufferAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsBufferAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-buffer-audio-signal-new" role="function">
-<title>ags_buffer_audio_signal_new ()</title>
-<indexterm zone="ags-buffer-audio-signal-new"><primary>ags_buffer_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsBufferAudioSignal"><returnvalue>AgsBufferAudioSignal</returnvalue></link> * ags_buffer_audio_signal_new      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_buffer_channel.xml b/doc/reference/ags/xml/ags_buffer_channel.xml
deleted file mode 100644
index e20eddc..0000000
--- a/doc/reference/ags/xml/ags_buffer_channel.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsBufferChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsBufferChannel.top_of_page">AgsBufferChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsBufferChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsBufferChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsBufferChannel">AgsBufferChannel</link>;
-struct              <link linkend="AgsBufferChannelClass">AgsBufferChannelClass</link>;
-<link linkend="AgsBufferChannel"><returnvalue>AgsBufferChannel</returnvalue></link> *  <link linkend="ags-buffer-channel-new">ags_buffer_channel_new</link>              ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsBufferChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsBufferChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsBufferChannel" role="struct">
-<title>struct AgsBufferChannel</title>
-<indexterm zone="AgsBufferChannel"><primary>AgsBufferChannel</primary></indexterm>
-<programlisting>struct AgsBufferChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsBufferChannelClass" role="struct">
-<title>struct AgsBufferChannelClass</title>
-<indexterm zone="AgsBufferChannelClass"><primary>AgsBufferChannelClass</primary></indexterm>
-<programlisting>struct AgsBufferChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-buffer-channel-new" role="function">
-<title>ags_buffer_channel_new ()</title>
-<indexterm zone="ags-buffer-channel-new"><primary>ags_buffer_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsBufferChannel"><returnvalue>AgsBufferChannel</returnvalue></link> *  ags_buffer_channel_new              ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_buffer_channel_run.xml b/doc/reference/ags/xml/ags_buffer_channel_run.xml
deleted file mode 100644
index 4261b72..0000000
--- a/doc/reference/ags/xml/ags_buffer_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsBufferChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsBufferChannelRun.top_of_page">AgsBufferChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsBufferChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsBufferChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsBufferChannelRun">AgsBufferChannelRun</link>;
-struct              <link linkend="AgsBufferChannelRunClass">AgsBufferChannelRunClass</link>;
-<link linkend="AgsBufferChannelRun"><returnvalue>AgsBufferChannelRun</returnvalue></link> * <link linkend="ags-buffer-channel-run-new">ags_buffer_channel_run_new</link>        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsBufferChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsBufferChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsBufferChannelRun" role="struct">
-<title>struct AgsBufferChannelRun</title>
-<indexterm zone="AgsBufferChannelRun"><primary>AgsBufferChannelRun</primary></indexterm>
-<programlisting>struct AgsBufferChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsBufferChannelRunClass" role="struct">
-<title>struct AgsBufferChannelRunClass</title>
-<indexterm zone="AgsBufferChannelRunClass"><primary>AgsBufferChannelRunClass</primary></indexterm>
-<programlisting>struct AgsBufferChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-buffer-channel-run-new" role="function">
-<title>ags_buffer_channel_run_new ()</title>
-<indexterm zone="ags-buffer-channel-run-new"><primary>ags_buffer_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsBufferChannelRun"><returnvalue>AgsBufferChannelRun</returnvalue></link> * ags_buffer_channel_run_new        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_buffer_recycling.xml b/doc/reference/ags/xml/ags_buffer_recycling.xml
deleted file mode 100644
index 47ecb21..0000000
--- a/doc/reference/ags/xml/ags_buffer_recycling.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsBufferRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsBufferRecycling.top_of_page">AgsBufferRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsBufferRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsBufferRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsBufferRecycling">AgsBufferRecycling</link>;
-struct              <link linkend="AgsBufferRecyclingClass">AgsBufferRecyclingClass</link>;
-<link linkend="AgsBufferRecycling"><returnvalue>AgsBufferRecycling</returnvalue></link> * <link linkend="ags-buffer-recycling-new">ags_buffer_recycling_new</link>           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsBufferRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsBufferRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsBufferRecycling" role="struct">
-<title>struct AgsBufferRecycling</title>
-<indexterm zone="AgsBufferRecycling"><primary>AgsBufferRecycling</primary></indexterm>
-<programlisting>struct AgsBufferRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsBufferRecyclingClass" role="struct">
-<title>struct AgsBufferRecyclingClass</title>
-<indexterm zone="AgsBufferRecyclingClass"><primary>AgsBufferRecyclingClass</primary></indexterm>
-<programlisting>struct AgsBufferRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-buffer-recycling-new" role="function">
-<title>ags_buffer_recycling_new ()</title>
-<indexterm zone="ags-buffer-recycling-new"><primary>ags_buffer_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsBufferRecycling"><returnvalue>AgsBufferRecycling</returnvalue></link> * ags_buffer_recycling_new           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_cancel_audio.xml b/doc/reference/ags/xml/ags_cancel_audio.xml
deleted file mode 100644
index 081ea71..0000000
--- a/doc/reference/ags/xml/ags_cancel_audio.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCancelAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCancelAudio.top_of_page">AgsCancelAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCancelAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCancelAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCancelAudio">AgsCancelAudio</link>;
-struct              <link linkend="AgsCancelAudioClass">AgsCancelAudioClass</link>;
-<link linkend="AgsCancelAudio"><returnvalue>AgsCancelAudio</returnvalue></link> *    <link linkend="ags-cancel-audio-new">ags_cancel_audio_new</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCancelAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCancelAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCancelAudio" role="struct">
-<title>struct AgsCancelAudio</title>
-<indexterm zone="AgsCancelAudio"><primary>AgsCancelAudio</primary></indexterm>
-<programlisting>struct AgsCancelAudio {
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCancelAudioClass" role="struct">
-<title>struct AgsCancelAudioClass</title>
-<indexterm zone="AgsCancelAudioClass"><primary>AgsCancelAudioClass</primary></indexterm>
-<programlisting>struct AgsCancelAudioClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-cancel-audio-new" role="function">
-<title>ags_cancel_audio_new ()</title>
-<indexterm zone="ags-cancel-audio-new"><primary>ags_cancel_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsCancelAudio"><returnvalue>AgsCancelAudio</returnvalue></link> *    ags_cancel_audio_new                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_cancel_channel.xml b/doc/reference/ags/xml/ags_cancel_channel.xml
deleted file mode 100644
index 90c48a4..0000000
--- a/doc/reference/ags/xml/ags_cancel_channel.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCancelChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCancelChannel.top_of_page">AgsCancelChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCancelChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCancelChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCancelChannel">AgsCancelChannel</link>;
-struct              <link linkend="AgsCancelChannelClass">AgsCancelChannelClass</link>;
-<link linkend="AgsCancelChannel"><returnvalue>AgsCancelChannel</returnvalue></link> *  <link linkend="ags-cancel-channel-new">ags_cancel_channel_new</link>              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCancelChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCancelChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCancelChannel" role="struct">
-<title>struct AgsCancelChannel</title>
-<indexterm zone="AgsCancelChannel"><primary>AgsCancelChannel</primary></indexterm>
-<programlisting>struct AgsCancelChannel {
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsRecallID *recall_id;
-
-  AgsDevoutPlay *play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCancelChannelClass" role="struct">
-<title>struct AgsCancelChannelClass</title>
-<indexterm zone="AgsCancelChannelClass"><primary>AgsCancelChannelClass</primary></indexterm>
-<programlisting>struct AgsCancelChannelClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-cancel-channel-new" role="function">
-<title>ags_cancel_channel_new ()</title>
-<indexterm zone="ags-cancel-channel-new"><primary>ags_cancel_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsCancelChannel"><returnvalue>AgsCancelChannel</returnvalue></link> *  ags_cancel_channel_new              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_cancel_recall.xml b/doc/reference/ags/xml/ags_cancel_recall.xml
deleted file mode 100644
index daacaea..0000000
--- a/doc/reference/ags/xml/ags_cancel_recall.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCancelRecall">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCancelRecall.top_of_page">AgsCancelRecall</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCancelRecall</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCancelRecall.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCancelRecall">AgsCancelRecall</link>;
-struct              <link linkend="AgsCancelRecallClass">AgsCancelRecallClass</link>;
-<link linkend="AgsCancelRecall"><returnvalue>AgsCancelRecall</returnvalue></link> *   <link linkend="ags-cancel-recall-new">ags_cancel_recall_new</link>               (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCancelRecall.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCancelRecall.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCancelRecall" role="struct">
-<title>struct AgsCancelRecall</title>
-<indexterm zone="AgsCancelRecall"><primary>AgsCancelRecall</primary></indexterm>
-<programlisting>struct AgsCancelRecall {
-  AgsTask task;
-
-  AgsRecall *recall;
-
-  AgsDevoutPlay *play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCancelRecallClass" role="struct">
-<title>struct AgsCancelRecallClass</title>
-<indexterm zone="AgsCancelRecallClass"><primary>AgsCancelRecallClass</primary></indexterm>
-<programlisting>struct AgsCancelRecallClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-cancel-recall-new" role="function">
-<title>ags_cancel_recall_new ()</title>
-<indexterm zone="ags-cancel-recall-new"><primary>ags_cancel_recall_new</primary></indexterm>
-<programlisting><link linkend="AgsCancelRecall"><returnvalue>AgsCancelRecall</returnvalue></link> *   ags_cancel_recall_new               (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_cartesian.xml b/doc/reference/ags/xml/ags_cartesian.xml
deleted file mode 100644
index 329222b..0000000
--- a/doc/reference/ags/xml/ags_cartesian.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCartesian">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCartesian.top_of_page">AgsCartesian</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCartesian</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCartesian.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCartesian">AgsCartesian</link>;
-struct              <link linkend="AgsCartesianClass">AgsCartesianClass</link>;
-<link linkend="AgsCartesian"><returnvalue>AgsCartesian</returnvalue></link> *      <link linkend="ags-cartesian-new">ags_cartesian_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCartesian.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCartesian.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCartesian" role="struct">
-<title>struct AgsCartesian</title>
-<indexterm zone="AgsCartesian"><primary>AgsCartesian</primary></indexterm>
-<programlisting>struct AgsCartesian {
-  GtkWidget widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCartesianClass" role="struct">
-<title>struct AgsCartesianClass</title>
-<indexterm zone="AgsCartesianClass"><primary>AgsCartesianClass</primary></indexterm>
-<programlisting>struct AgsCartesianClass {
-  GtkWidgetClass widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-cartesian-new" role="function">
-<title>ags_cartesian_new ()</title>
-<indexterm zone="ags-cartesian-new"><primary>ags_cartesian_new</primary></indexterm>
-<programlisting><link linkend="AgsCartesian"><returnvalue>AgsCartesian</returnvalue></link> *      ags_cartesian_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_change_indicator.xml b/doc/reference/ags/xml/ags_change_indicator.xml
deleted file mode 100644
index eb514ba..0000000
--- a/doc/reference/ags/xml/ags_change_indicator.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsChangeIndicator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsChangeIndicator.top_of_page">AgsChangeIndicator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsChangeIndicator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsChangeIndicator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsChangeIndicator">AgsChangeIndicator</link>;
-struct              <link linkend="AgsChangeIndicatorClass">AgsChangeIndicatorClass</link>;
-<link linkend="AgsChangeIndicator"><returnvalue>AgsChangeIndicator</returnvalue></link> * <link linkend="ags-change-indicator-new">ags_change_indicator_new</link>           (<parameter><link linkend="AgsIndicator"><type>AgsIndicator</type></link> *indicator</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> value</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsChangeIndicator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsChangeIndicator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsChangeIndicator" role="struct">
-<title>struct AgsChangeIndicator</title>
-<indexterm zone="AgsChangeIndicator"><primary>AgsChangeIndicator</primary></indexterm>
-<programlisting>struct AgsChangeIndicator {
-  AgsTask task;
-
-  AgsIndicator *indicator;
-  gdouble value;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChangeIndicatorClass" role="struct">
-<title>struct AgsChangeIndicatorClass</title>
-<indexterm zone="AgsChangeIndicatorClass"><primary>AgsChangeIndicatorClass</primary></indexterm>
-<programlisting>struct AgsChangeIndicatorClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-change-indicator-new" role="function">
-<title>ags_change_indicator_new ()</title>
-<indexterm zone="ags-change-indicator-new"><primary>ags_change_indicator_new</primary></indexterm>
-<programlisting><link linkend="AgsChangeIndicator"><returnvalue>AgsChangeIndicator</returnvalue></link> * ags_change_indicator_new           (<parameter><link linkend="AgsIndicator"><type>AgsIndicator</type></link> *indicator</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_change_tact.xml b/doc/reference/ags/xml/ags_change_tact.xml
deleted file mode 100644
index bca1b76..0000000
--- a/doc/reference/ags/xml/ags_change_tact.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsChangeTact">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsChangeTact.top_of_page">AgsChangeTact</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsChangeTact</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsChangeTact.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsChangeTact">AgsChangeTact</link>;
-struct              <link linkend="AgsChangeTactClass">AgsChangeTactClass</link>;
-<link linkend="AgsChangeTact"><returnvalue>AgsChangeTact</returnvalue></link> *     <link linkend="ags-change-tact-new">ags_change_tact_new</link>                 (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsChangeTact.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsChangeTact.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsChangeTact" role="struct">
-<title>struct AgsChangeTact</title>
-<indexterm zone="AgsChangeTact"><primary>AgsChangeTact</primary></indexterm>
-<programlisting>struct AgsChangeTact {
-  AgsTask task;
-
-  AgsNavigation *navigation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChangeTactClass" role="struct">
-<title>struct AgsChangeTactClass</title>
-<indexterm zone="AgsChangeTactClass"><primary>AgsChangeTactClass</primary></indexterm>
-<programlisting>struct AgsChangeTactClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-change-tact-new" role="function">
-<title>ags_change_tact_new ()</title>
-<indexterm zone="ags-change-tact-new"><primary>ags_change_tact_new</primary></indexterm>
-<programlisting><link linkend="AgsChangeTact"><returnvalue>AgsChangeTact</returnvalue></link> *     ags_change_tact_new                 (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_channel.xml b/doc/reference/ags/xml/ags_channel.xml
deleted file mode 100644
index b1dc656..0000000
--- a/doc/reference/ags/xml/ags_channel.xml
+++ /dev/null
@@ -1,559 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsChannel.top_of_page">AgsChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-CHANNEL-ERROR:CAPS">AGS_CHANNEL_ERROR</link>
-struct              <link linkend="AgsChannel">AgsChannel</link>;
-struct              <link linkend="AgsChannelClass">AgsChannelClass</link>;
-enum                <link linkend="AgsChannelError">AgsChannelError</link>;
-enum                <link linkend="AgsChannelFlags">AgsChannelFlags</link>;
-enum                <link linkend="AgsChannelRecallIDMode">AgsChannelRecallIDMode</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-add-recall">ags_channel_add_recall</link>              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-add-recall-container">ags_channel_add_recall_container</link>    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-add-recall-id">ags_channel_add_recall_id</link>           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-cancel">ags_channel_cancel</link>                  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-done">ags_channel_done</link>                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-duplicate-recall">ags_channel_duplicate_recall</link>        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              <link linkend="ags-channel-error-quark">ags_channel_error_quark</link>             ();
-<link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         <link linkend="ags-channel-find-recall">ags_channel_find_recall</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *name</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-first">ags_channel_first</link>                   (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-first-with-recycling">ags_channel_first_with_recycling</link>    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-init-recall">ags_channel_init_recall</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-last">ags_channel_last</link>                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-last-with-recycling">ags_channel_last_with_recycling</link>     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-new">ags_channel_new</link>                     (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-nth">ags_channel_nth</link>                     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-pad-first">ags_channel_pad_first</link>               (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-pad-last">ags_channel_pad_last</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-pad-nth">ags_channel_pad_nth</link>                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-play">ags_channel_play</link>                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-recall-id-set">ags_channel_recall_id_set</link>           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> ommit_own_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>,
-                                                         <parameter>...</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-recursive-play">ags_channel_recursive_play</link>          (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       <link linkend="ags-channel-recursive-play-init">ags_channel_recursive_play_init</link>     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> arrange_recall_id</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> duplicate_templates</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> resolve_dependencies</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-recursive-play-threaded">ags_channel_recursive_play_threaded</link> (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-recursive-reset-recall-ids">ags_channel_recursive_reset_recall_ids</link>
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *old_channel_link</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *old_link_link</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-recycling-changed">ags_channel_recycling_changed</link>       (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_start_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_end_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_start_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_end_changed_region</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-remove-recall">ags_channel_remove_recall</link>           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-remove-recall-id">ags_channel_remove_recall_id</link>        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-resolve-recall">ags_channel_resolve_recall</link>          (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-safe-resize-audio-signal">ags_channel_safe_resize_audio_signal</link>
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> size</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-set-devout">ags_channel_set_devout</link>              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-set-link">ags_channel_set_link</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-set-recycling">ags_channel_set_recycling</link>           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *last_recycling</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> update</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> destroy_old</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-tillrecycling-cancel">ags_channel_tillrecycling_cancel</link>    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-CHANNEL-ERROR:CAPS" role="macro">
-<title>AGS_CHANNEL_ERROR</title>
-<indexterm zone="AGS-CHANNEL-ERROR:CAPS"><primary>AGS_CHANNEL_ERROR</primary></indexterm>
-<programlisting>#define AGS_CHANNEL_ERROR (ags_channel_error_quark())
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannel" role="struct">
-<title>struct AgsChannel</title>
-<indexterm zone="AgsChannel"><primary>AgsChannel</primary></indexterm>
-<programlisting>struct AgsChannel {
-  GObject object;
-
-  guint flags;
-
-  GObject *audio;
-  GObject *devout;
-
-  AgsChannel *prev;
-  AgsChannel *prev_pad;
-  AgsChannel *next;
-  AgsChannel *next_pad;
-
-  guint pad;
-  guint audio_channel;
-  guint line;
-
-  char *note;
-
-  gpointer devout_play;
-
-  // GObject *recycling_container; // contains child recycling
-  GList *recall_id; // there may be several recall's running
-  GList *container;
-
-  GList *recall;
-  GList *play;
-
-  AgsChannel *link;
-  AgsRecycling *first_recycling;
-  AgsRecycling *last_recycling;
-  GObject *recycling_thread;
-
-  GList *pattern;
-  AgsNotation *notation;
-
-  GtkWidget *line_widget;
-  gpointer file_data;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelClass" role="struct">
-<title>struct AgsChannelClass</title>
-<indexterm zone="AgsChannelClass"><primary>AgsChannelClass</primary></indexterm>
-<programlisting>struct AgsChannelClass {
-  GObjectClass object;
-
-  void (*recycling_changed)(AgsChannel *channel,
-			    AgsRecycling *old_start_region, AgsRecycling *old_end_region,
-			    AgsRecycling *new_start_region, AgsRecycling *new_end_region,
-			    AgsRecycling *old_start_changed_region, AgsRecycling *old_end_changed_region,
-			    AgsRecycling *new_start_changed_region, AgsRecycling *new_end_changed_region);
-
-  void (*done)(AgsChannel *channel,
-	       AgsRecallID *recall_id);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelError" role="enum">
-<title>enum AgsChannelError</title>
-<indexterm zone="AgsChannelError"><primary>AgsChannelError</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_CHANNEL_ERROR_LOOP_IN_LINK,
-} AgsChannelError;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelFlags" role="enum">
-<title>enum AgsChannelFlags</title>
-<indexterm zone="AgsChannelFlags"><primary>AgsChannelFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_CHANNEL_RUNNING        = 1,
-} AgsChannelFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelRecallIDMode" role="enum">
-<title>enum AgsChannelRecallIDMode</title>
-<indexterm zone="AgsChannelRecallIDMode"><primary>AgsChannelRecallIDMode</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_CHANNEL_RECALL_ID_RUN_STAGE,
-  AGS_CHANNEL_RECALL_ID_CANCEL,
-} AgsChannelRecallIDMode;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-add-recall" role="function">
-<title>ags_channel_add_recall ()</title>
-<indexterm zone="ags-channel-add-recall"><primary>ags_channel_add_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_add_recall              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);</programlisting>
-<para>
-Adds a recall.
-</para></refsect2>
-<refsect2 id="ags-channel-add-recall-container" role="function">
-<title>ags_channel_add_recall_container ()</title>
-<indexterm zone="ags-channel-add-recall-container"><primary>ags_channel_add_recall_container</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_add_recall_container    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall_container</parameter>);</programlisting>
-<para>
-Adds a recall container.
-</para></refsect2>
-<refsect2 id="ags-channel-add-recall-id" role="function">
-<title>ags_channel_add_recall_id ()</title>
-<indexterm zone="ags-channel-add-recall-id"><primary>ags_channel_add_recall_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_add_recall_id           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Adds a recall id.
-</para></refsect2>
-<refsect2 id="ags-channel-cancel" role="function">
-<title>ags_channel_cancel ()</title>
-<indexterm zone="ags-channel-cancel"><primary>ags_channel_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_cancel                  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Calls for every matching <parameter>recall_id</parameter> <link linkend="ags-recall-cancel"><function>ags_recall_cancel()</function></link>
-</para></refsect2>
-<refsect2 id="ags-channel-done" role="function">
-<title>ags_channel_done ()</title>
-<indexterm zone="ags-channel-done"><primary>ags_channel_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_done                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-duplicate-recall" role="function">
-<title>ags_channel_duplicate_recall ()</title>
-<indexterm zone="ags-channel-duplicate-recall"><primary>ags_channel_duplicate_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_duplicate_recall        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Duplicate <link linkend="AgsRecall"><type>AgsRecall</type></link> templates for use with <link linkend="ags-channel-recursive-play"><function>ags_channel_recursive_play()</function></link>,
-but <link linkend="ags-channel-recursive-play-init"><function>ags_channel_recursive_play_init()</function></link> may call this function for you.
-</para></refsect2>
-<refsect2 id="ags-channel-error-quark" role="function">
-<title>ags_channel_error_quark ()</title>
-<indexterm zone="ags-channel-error-quark"><primary>ags_channel_error_quark</primary></indexterm>
-<programlisting><link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              ags_channel_error_quark             ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-find-recall" role="function">
-<title>ags_channel_find_recall ()</title>
-<indexterm zone="ags-channel-find-recall"><primary>ags_channel_find_recall</primary></indexterm>
-<programlisting><link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         ags_channel_find_recall             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-first" role="function">
-<title>ags_channel_first ()</title>
-<indexterm zone="ags-channel-first"><primary>ags_channel_first</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_first                   (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates until the first <link linkend="AgsChannel"><type>AgsChannel</type></link> was found.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the first <link linkend="AgsChannel"><type>AgsChannel</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-first-with-recycling" role="function">
-<title>ags_channel_first_with_recycling ()</title>
-<indexterm zone="ags-channel-first-with-recycling"><primary>ags_channel_first_with_recycling</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_first_with_recycling    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates over pads forwards as long as there is no <link linkend="AgsRecycling"><type>AgsRecycling</type></link> on the <link linkend="AgsChannel"><type>AgsChannel</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the first channel with an <link linkend="AgsRecycling"><type>AgsRecycling</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-init-recall" role="function">
-<title>ags_channel_init_recall ()</title>
-<indexterm zone="ags-channel-init-recall"><primary>ags_channel_init_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_init_recall             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Prepare <link linkend="AgsRecall"><type>AgsRecall</type></link> objects to become runnning, <link linkend="ags-channel-recursive-play-init"><function>ags_channel_recursive_play_init()</function></link>
-may call this function for you.
-</para></refsect2>
-<refsect2 id="ags-channel-last" role="function">
-<title>ags_channel_last ()</title>
-<indexterm zone="ags-channel-last"><primary>ags_channel_last</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_last                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates until the last <link linkend="AgsChannel"><type>AgsChannel</type></link> was found.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the last <link linkend="AgsChannel"><type>AgsChannel</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-last-with-recycling" role="function">
-<title>ags_channel_last_with_recycling ()</title>
-<indexterm zone="ags-channel-last-with-recycling"><primary>ags_channel_last_with_recycling</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_last_with_recycling     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates over pads backwards as long as there is no <link linkend="AgsRecycling"><type>AgsRecycling</type></link> on the <link linkend="AgsChannel"><type>AgsChannel</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the last channel with an <link linkend="AgsChannel"><type>AgsChannel</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-new" role="function">
-<title>ags_channel_new ()</title>
-<indexterm zone="ags-channel-new"><primary>ags_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_new                     (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsChannel"><type>AgsChannel</type></link>, linking tree to <parameter>audio</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsChannel"><type>AgsChannel</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-nth" role="function">
-<title>ags_channel_nth ()</title>
-<indexterm zone="ags-channel-nth"><primary>ags_channel_nth</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_nth                     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth</parameter>);</programlisting>
-<para>
-Iterates <parameter>nth</parameter> times forward.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the nth <link linkend="AgsChannel"><type>AgsChannel</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-pad-first" role="function">
-<title>ags_channel_pad_first ()</title>
-<indexterm zone="ags-channel-pad-first"><primary>ags_channel_pad_first</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_pad_first               (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates until the first pad has been reached.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the first <link linkend="AgsChannel"><type>AgsChannel</type></link> with the same audio_channel as <parameter>channel</parameter></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-pad-last" role="function">
-<title>ags_channel_pad_last ()</title>
-<indexterm zone="ags-channel-pad-last"><primary>ags_channel_pad_last</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_pad_last                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Iterates until the last pad has been reached.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the last <link linkend="AgsChannel"><type>AgsChannel</type></link> with the same audio_channel as <parameter>channel</parameter></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-pad-nth" role="function">
-<title>ags_channel_pad_nth ()</title>
-<indexterm zone="ags-channel-pad-nth"><primary>ags_channel_pad_nth</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_pad_nth                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth</parameter>);</programlisting>
-<para>
-Iterates nth times.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the nth pad</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-play" role="function">
-<title>ags_channel_play ()</title>
-<indexterm zone="ags-channel-play"><primary>ags_channel_play</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_play                    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Play one single run of <parameter>stage</parameter> step.
-</para></refsect2>
-<refsect2 id="ags-channel-recall-id-set" role="function">
-<title>ags_channel_recall_id_set ()</title>
-<indexterm zone="ags-channel-recall-id-set"><primary>ags_channel_recall_id_set</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_recall_id_set           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> ommit_own_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>,
-                                                         <parameter>...</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-recursive-play" role="function">
-<title>ags_channel_recursive_play ()</title>
-<indexterm zone="ags-channel-recursive-play"><primary>ags_channel_recursive_play</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_recursive_play          (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Call recursively <link linkend="ags-channel-play"><function>ags_channel_play()</function></link> and <link linkend="ags-audio-play"><function>ags_audio_play()</function></link>
-</para></refsect2>
-<refsect2 id="ags-channel-recursive-play-init" role="function">
-<title>ags_channel_recursive_play_init ()</title>
-<indexterm zone="ags-channel-recursive-play-init"><primary>ags_channel_recursive_play_init</primary></indexterm>
-<programlisting><link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       ags_channel_recursive_play_init     (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> arrange_recall_id</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> duplicate_templates</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> resolve_dependencies</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Make the tree ready for a new <link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link>.
-</para></refsect2>
-<refsect2 id="ags-channel-recursive-play-threaded" role="function">
-<title>ags_channel_recursive_play_threaded ()</title>
-<indexterm zone="ags-channel-recursive-play-threaded"><primary>ags_channel_recursive_play_threaded</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_recursive_play_threaded (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Super-threaded version of play one single run of <parameter>stage</parameter> step.
-</para></refsect2>
-<refsect2 id="ags-channel-recursive-reset-recall-ids" role="function">
-<title>ags_channel_recursive_reset_recall_ids ()</title>
-<indexterm zone="ags-channel-recursive-reset-recall-ids"><primary>ags_channel_recursive_reset_recall_ids</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_recursive_reset_recall_ids
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *old_channel_link</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *old_link_link</parameter>);</programlisting>
-<para>
-Called by <link linkend="ags-channel-set-link"><function>ags_channel_set_link()</function></link> to handle running <link linkend="AgsAudio"><type>AgsAudio</type></link> objects correctly.
-This function destroys <link linkend="AgsRecall"><type>AgsRecall</type></link> objects which were uneeded because they became
-invalid due to unlinking. By the way it destroys the uneeded <link linkend="AgsRecallID"><type>AgsRecallID</type></link> objects, too.
-Additionally it creates <link linkend="AgsRecall"><type>AgsRecall</type></link> and <link linkend="AgsRecallID"><type>AgsRecallID</type></link> objects to prepare becoming a
-running object (<link linkend="AgsAudio"><type>AgsAudio</type></link> or <link linkend="AgsChannel"><type>AgsChannel</type></link>).
-By the clean up the invalid <link linkend="AgsRecall"><type>AgsRecall</type></link> objects will be removed.
-Once the clean up has done <link linkend="ags-channel-recursive-play-init"><function>ags_channel_recursive_play_init()</function></link> will be called for every
-playing instance that was found.
-</para></refsect2>
-<refsect2 id="ags-channel-recycling-changed" role="function">
-<title>ags_channel_recycling_changed ()</title>
-<indexterm zone="ags-channel-recycling-changed"><primary>ags_channel_recycling_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_recycling_changed       (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_start_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_end_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_start_changed_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_end_changed_region</parameter>);</programlisting>
-<para>
-Modify recycling.
-</para><variablelist role="params">
-<varlistentry><term><parameter>old_start_region</parameter> :</term>
-<listitem><simpara>first recycling</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>old_end_region</parameter> :</term>
-<listitem><simpara>last recycling</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>new_start_region</parameter> :</term>
-<listitem><simpara>new first recycling</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>new_end_region</parameter> :</term>
-<listitem><simpara>new last recycling</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>old_start_changed_region</parameter> :</term>
-<listitem><simpara>modified link recycling start</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>old_end_changed_region</parameter> :</term>
-<listitem><simpara>modified link recyclig end</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>new_start_changed_region</parameter> :</term>
-<listitem><simpara>replacing link recycling start</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>new_end_changed_region</parameter> :</term>
-<listitem><simpara>replacing link recycling end</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-channel-remove-recall" role="function">
-<title>ags_channel_remove_recall ()</title>
-<indexterm zone="ags-channel-remove-recall"><primary>ags_channel_remove_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_remove_recall           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play</parameter>);</programlisting>
-<para>
-Removes a recall.
-</para></refsect2>
-<refsect2 id="ags-channel-remove-recall-id" role="function">
-<title>ags_channel_remove_recall_id ()</title>
-<indexterm zone="ags-channel-remove-recall-id"><primary>ags_channel_remove_recall_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_remove_recall_id        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Removes a recall id.
-</para></refsect2>
-<refsect2 id="ags-channel-resolve-recall" role="function">
-<title>ags_channel_resolve_recall ()</title>
-<indexterm zone="ags-channel-resolve-recall"><primary>ags_channel_resolve_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_resolve_recall          (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Resolve step of initialization.
-</para></refsect2>
-<refsect2 id="ags-channel-safe-resize-audio-signal" role="function">
-<title>ags_channel_safe_resize_audio_signal ()</title>
-<indexterm zone="ags-channel-safe-resize-audio-signal"><primary>ags_channel_safe_resize_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_safe_resize_audio_signal
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> size</parameter>);</programlisting>
-<para>
-Resize audio data.
-</para></refsect2>
-<refsect2 id="ags-channel-set-devout" role="function">
-<title>ags_channel_set_devout ()</title>
-<indexterm zone="ags-channel-set-devout"><primary>ags_channel_set_devout</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_set_devout              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-Sets devout.
-</para></refsect2>
-<refsect2 id="ags-channel-set-link" role="function">
-<title>ags_channel_set_link ()</title>
-<indexterm zone="ags-channel-set-link"><primary>ags_channel_set_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_set_link                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-Change the linking of <link linkend="AgsChannel"><type>AgsChannel</type></link> objects.
-</para></refsect2>
-<refsect2 id="ags-channel-set-recycling" role="function">
-<title>ags_channel_set_recycling ()</title>
-<indexterm zone="ags-channel-set-recycling"><primary>ags_channel_set_recycling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_set_recycling           (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *last_recycling</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> update</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> destroy_old</parameter>);</programlisting>
-<para>
-Called by <link linkend="ags-channel-set-link"><function>ags_channel_set_link()</function></link> to handle outdated <link linkend="AgsRecycling"><type>AgsRecycling</type></link> references.
-</para></refsect2>
-<refsect2 id="ags-channel-tillrecycling-cancel" role="function">
-<title>ags_channel_tillrecycling_cancel ()</title>
-<indexterm zone="ags-channel-tillrecycling-cancel"><primary>ags_channel_tillrecycling_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_tillrecycling_cancel    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Traverses the tree down and up and calls <link linkend="ags-channel-cancel"><function>ags_channel_cancel()</function></link> for corresponding
-<parameter>recall_id</parameter>.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_channel_iter.xml b/doc/reference/ags/xml/ags_channel_iter.xml
deleted file mode 100644
index 9671d4e..0000000
--- a/doc/reference/ags/xml/ags_channel_iter.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-channel-iter">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-channel-iter.top_of_page">ags_channel_iter</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_channel_iter</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-channel-iter.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsChannelIter">AgsChannelIter</link>;
-enum                <link linkend="AgsChannelIterFlags">AgsChannelIterFlags</link>;
-<link linkend="AgsChannelIter"><returnvalue>AgsChannelIter</returnvalue></link> *    <link linkend="ags-channel-iter-alloc">ags_channel_iter_alloc</link>              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *start</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-channel-iter-free">ags_channel_iter_free</link>               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-iter-next">ags_channel_iter_next</link>               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>);
-<link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        <link linkend="ags-channel-iter-prev">ags_channel_iter_prev</link>               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-channel-iter.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-channel-iter.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsChannelIter" role="struct">
-<title>struct AgsChannelIter</title>
-<indexterm zone="AgsChannelIter"><primary>AgsChannelIter</primary></indexterm>
-<programlisting>struct AgsChannelIter {
-  AgsChannel *current_start;
-
-  AgsChannelIter *parent;
-  GList *children;
-  AgsChannelIter *current_iter;
-
-  AgsChannel *current;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelIterFlags" role="enum">
-<title>enum AgsChannelIterFlags</title>
-<indexterm zone="AgsChannelIterFlags"><primary>AgsChannelIterFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_CHANNEL_ITER_LEVEL_STRICT,
-  AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_LEAFES,
-  AGS_CHANNEL_ITER_DIRECTION_AXIS_TO_ROOT,
-  AGS_CHANNEL_ITER_DIRECTION_LEAFES_TO_ROOT,
-  AGS_CHANNEL_ITER_DIRECTION_ROOT_TO_LEAFES,
-} AgsChannelIterFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-iter-alloc" role="function">
-<title>ags_channel_iter_alloc ()</title>
-<indexterm zone="ags-channel-iter-alloc"><primary>ags_channel_iter_alloc</primary></indexterm>
-<programlisting><link linkend="AgsChannelIter"><returnvalue>AgsChannelIter</returnvalue></link> *    ags_channel_iter_alloc              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *start</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-iter-free" role="function">
-<title>ags_channel_iter_free ()</title>
-<indexterm zone="ags-channel-iter-free"><primary>ags_channel_iter_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_channel_iter_free               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-iter-next" role="function">
-<title>ags_channel_iter_next ()</title>
-<indexterm zone="ags-channel-iter-next"><primary>ags_channel_iter_next</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_iter_next               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-iter-prev" role="function">
-<title>ags_channel_iter_prev ()</title>
-<indexterm zone="ags-channel-iter-prev"><primary>ags_channel_iter_prev</primary></indexterm>
-<programlisting><link linkend="AgsChannel"><returnvalue>AgsChannel</returnvalue></link> *        ags_channel_iter_prev               (<parameter><link linkend="AgsChannelIter"><type>AgsChannelIter</type></link> *iter</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> mode</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_channel_set_recycling.xml b/doc/reference/ags/xml/ags_channel_set_recycling.xml
deleted file mode 100644
index 2a6d226..0000000
--- a/doc/reference/ags/xml/ags_channel_set_recycling.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsChannelSetRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsChannelSetRecycling.top_of_page">AgsChannelSetRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsChannelSetRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsChannelSetRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsChannelSetRecycling">AgsChannelSetRecycling</link>;
-struct              <link linkend="AgsChannelSetRecyclingClass">AgsChannelSetRecyclingClass</link>;
-<link linkend="AgsChannelSetRecycling"><returnvalue>AgsChannelSetRecycling</returnvalue></link> * <link linkend="ags-channel-set-recycling-new">ags_channel_set_recycling_new</link>  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *last_recycling</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsChannelSetRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsChannelSetRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsChannelSetRecycling" role="struct">
-<title>struct AgsChannelSetRecycling</title>
-<indexterm zone="AgsChannelSetRecycling"><primary>AgsChannelSetRecycling</primary></indexterm>
-<programlisting>struct AgsChannelSetRecycling {
-  AgsTask task;
-
-  AgsChannel *channel;
-
-  AgsRecycling *first_recycling;
-  AgsRecycling *last_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsChannelSetRecyclingClass" role="struct">
-<title>struct AgsChannelSetRecyclingClass</title>
-<indexterm zone="AgsChannelSetRecyclingClass"><primary>AgsChannelSetRecyclingClass</primary></indexterm>
-<programlisting>struct AgsChannelSetRecyclingClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-channel-set-recycling-new" role="function">
-<title>ags_channel_set_recycling_new ()</title>
-<indexterm zone="ags-channel-set-recycling-new"><primary>ags_channel_set_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsChannelSetRecycling"><returnvalue>AgsChannelSetRecycling</returnvalue></link> * ags_channel_set_recycling_new  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *last_recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_clone_channel.xml b/doc/reference/ags/xml/ags_clone_channel.xml
deleted file mode 100644
index bfe11b9..0000000
--- a/doc/reference/ags/xml/ags_clone_channel.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCloneChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCloneChannel.top_of_page">AgsCloneChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCloneChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCloneChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCloneChannel">AgsCloneChannel</link>;
-struct              <link linkend="AgsCloneChannelClass">AgsCloneChannelClass</link>;
-<link linkend="AgsCloneChannel"><returnvalue>AgsCloneChannel</returnvalue></link> *   <link linkend="ags-clone-channel-new">ags_clone_channel_new</link>               (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCloneChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCloneChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCloneChannel" role="struct">
-<title>struct AgsCloneChannel</title>
-<indexterm zone="AgsCloneChannel"><primary>AgsCloneChannel</primary></indexterm>
-<programlisting>struct AgsCloneChannel {
-  AgsRecallChannel recall_channel;
-
-  guint audio_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCloneChannelClass" role="struct">
-<title>struct AgsCloneChannelClass</title>
-<indexterm zone="AgsCloneChannelClass"><primary>AgsCloneChannelClass</primary></indexterm>
-<programlisting>struct AgsCloneChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-clone-channel-new" role="function">
-<title>ags_clone_channel_new ()</title>
-<indexterm zone="ags-clone-channel-new"><primary>ags_clone_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsCloneChannel"><returnvalue>AgsCloneChannel</returnvalue></link> *   ags_clone_channel_new               (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_clone_channel_run.xml b/doc/reference/ags/xml/ags_clone_channel_run.xml
deleted file mode 100644
index f34297f..0000000
--- a/doc/reference/ags/xml/ags_clone_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCloneChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCloneChannelRun.top_of_page">AgsCloneChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCloneChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCloneChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCloneChannelRun">AgsCloneChannelRun</link>;
-struct              <link linkend="AgsCloneChannelRunClass">AgsCloneChannelRunClass</link>;
-<link linkend="AgsCloneChannelRun"><returnvalue>AgsCloneChannelRun</returnvalue></link> * <link linkend="ags-clone-channel-run-new">ags_clone_channel_run_new</link>          ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCloneChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCloneChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCloneChannelRun" role="struct">
-<title>struct AgsCloneChannelRun</title>
-<indexterm zone="AgsCloneChannelRun"><primary>AgsCloneChannelRun</primary></indexterm>
-<programlisting>struct AgsCloneChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCloneChannelRunClass" role="struct">
-<title>struct AgsCloneChannelRunClass</title>
-<indexterm zone="AgsCloneChannelRunClass"><primary>AgsCloneChannelRunClass</primary></indexterm>
-<programlisting>struct AgsCloneChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-clone-channel-run-new" role="function">
-<title>ags_clone_channel_run_new ()</title>
-<indexterm zone="ags-clone-channel-run-new"><primary>ags_clone_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCloneChannelRun"><returnvalue>AgsCloneChannelRun</returnvalue></link> * ags_clone_channel_run_new          ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_combo_box_text.xml b/doc/reference/ags/xml/ags_combo_box_text.xml
deleted file mode 100644
index 0e9edbf..0000000
--- a/doc/reference/ags/xml/ags_combo_box_text.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-combo-box-text">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-combo-box-text.top_of_page">ags_combo_box_text</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_combo_box_text</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-combo-box-text.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-combo-box-text-remove-all">ags_combo_box_text_remove_all</link>       (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-combo-box-text.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-combo-box-text.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-combo-box-text-remove-all" role="function">
-<title>ags_combo_box_text_remove_all ()</title>
-<indexterm zone="ags-combo-box-text-remove-all"><primary>ags_combo_box_text_remove_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_combo_box_text_remove_all       (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_config.xml b/doc/reference/ags/xml/ags_config.xml
deleted file mode 100644
index 0ffc8d7..0000000
--- a/doc/reference/ags/xml/ags_config.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsConfig">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsConfig.top_of_page">AgsConfig</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsConfig</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsConfig.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-CONFIG-DEFAULT-BUILD-ID:CAPS">AGS_CONFIG_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-CONFIG-DEFAULT-VERSION:CAPS">AGS_CONFIG_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-CONFIG-DEVOUT:CAPS">AGS_CONFIG_DEVOUT</link>
-#define             <link linkend="AGS-CONFIG-THREAD:CAPS">AGS_CONFIG_THREAD</link>
-struct              <link linkend="AgsConfig">AgsConfig</link>;
-struct              <link linkend="AgsConfigClass">AgsConfigClass</link>;
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-config-get">ags_config_get</link>                      (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *group</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *key</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-config-load-defaults">ags_config_load_defaults</link>            (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-config-load-from-file">ags_config_load_from_file</link>           (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
-<link linkend="AgsConfig"><returnvalue>AgsConfig</returnvalue></link> *         <link linkend="ags-config-new">ags_config_new</link>                      ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-config-save">ags_config_save</link>                     (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-config-set">ags_config_set</link>                      (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *group</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *key</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *value</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsConfig.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsConfig.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-CONFIG-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_CONFIG_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-CONFIG-DEFAULT-BUILD-ID:CAPS"><primary>AGS_CONFIG_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_CONFIG_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-CONFIG-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_CONFIG_DEFAULT_VERSION</title>
-<indexterm zone="AGS-CONFIG-DEFAULT-VERSION:CAPS"><primary>AGS_CONFIG_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_CONFIG_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-CONFIG-DEVOUT:CAPS" role="macro">
-<title>AGS_CONFIG_DEVOUT</title>
-<indexterm zone="AGS-CONFIG-DEVOUT:CAPS"><primary>AGS_CONFIG_DEVOUT</primary></indexterm>
-<programlisting>#define AGS_CONFIG_DEVOUT "device\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-CONFIG-THREAD:CAPS" role="macro">
-<title>AGS_CONFIG_THREAD</title>
-<indexterm zone="AGS-CONFIG-THREAD:CAPS"><primary>AGS_CONFIG_THREAD</primary></indexterm>
-<programlisting>#define AGS_CONFIG_THREAD "thread\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsConfig" role="struct">
-<title>struct AgsConfig</title>
-<indexterm zone="AgsConfig"><primary>AgsConfig</primary></indexterm>
-<programlisting>struct AgsConfig {
-  GObject object;
-
-  guint version;
-  gchar *build_id;
-
-  GKeyFile *key_file;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsConfigClass" role="struct">
-<title>struct AgsConfigClass</title>
-<indexterm zone="AgsConfigClass"><primary>AgsConfigClass</primary></indexterm>
-<programlisting>struct AgsConfigClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-get" role="function">
-<title>ags_config_get ()</title>
-<indexterm zone="ags-config-get"><primary>ags_config_get</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_config_get                      (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *group</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *key</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-load-defaults" role="function">
-<title>ags_config_load_defaults ()</title>
-<indexterm zone="ags-config-load-defaults"><primary>ags_config_load_defaults</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_config_load_defaults            (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-load-from-file" role="function">
-<title>ags_config_load_from_file ()</title>
-<indexterm zone="ags-config-load-from-file"><primary>ags_config_load_from_file</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_config_load_from_file           (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-new" role="function">
-<title>ags_config_new ()</title>
-<indexterm zone="ags-config-new"><primary>ags_config_new</primary></indexterm>
-<programlisting><link linkend="AgsConfig"><returnvalue>AgsConfig</returnvalue></link> *         ags_config_new                      ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-save" role="function">
-<title>ags_config_save ()</title>
-<indexterm zone="ags-config-save"><primary>ags_config_save</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_config_save                     (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-config-set" role="function">
-<title>ags_config_set ()</title>
-<indexterm zone="ags-config-set"><primary>ags_config_set</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_config_set                      (<parameter><link linkend="AgsConfig"><type>AgsConfig</type></link> *config</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *group</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *key</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_container.xml b/doc/reference/ags/xml/ags_container.xml
deleted file mode 100644
index c7b16b1..0000000
--- a/doc/reference/ags/xml/ags_container.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-container">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-container.top_of_page">ags_container</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_container</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-container.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-container-add-all">ags_container_add_all</link>               (<parameter><link linkend="GtkContainer"><type>GtkContainer</type></link> *container</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-container.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-container.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-container-add-all" role="function">
-<title>ags_container_add_all ()</title>
-<indexterm zone="ags-container-add-all"><primary>ags_container_add_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_container_add_all               (<parameter><link linkend="GtkContainer"><type>GtkContainer</type></link> *container</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_audio_signal.xml b/doc/reference/ags/xml/ags_copy_audio_signal.xml
deleted file mode 100644
index 96d9b82..0000000
--- a/doc/reference/ags/xml/ags_copy_audio_signal.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyAudioSignal.top_of_page">AgsCopyAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyAudioSignal">AgsCopyAudioSignal</link>;
-struct              <link linkend="AgsCopyAudioSignalClass">AgsCopyAudioSignalClass</link>;
-<link linkend="AgsCopyAudioSignal"><returnvalue>AgsCopyAudioSignal</returnvalue></link> * <link linkend="ags-copy-audio-signal-new">ags_copy_audio_signal_new</link>          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAttack"><type>AgsAttack</type></link> *attack</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyAudioSignal" role="struct">
-<title>struct AgsCopyAudioSignal</title>
-<indexterm zone="AgsCopyAudioSignal"><primary>AgsCopyAudioSignal</primary></indexterm>
-<programlisting>struct AgsCopyAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyAudioSignalClass" role="struct">
-<title>struct AgsCopyAudioSignalClass</title>
-<indexterm zone="AgsCopyAudioSignalClass"><primary>AgsCopyAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsCopyAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-audio-signal-new" role="function">
-<title>ags_copy_audio_signal_new ()</title>
-<indexterm zone="ags-copy-audio-signal-new"><primary>ags_copy_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyAudioSignal"><returnvalue>AgsCopyAudioSignal</returnvalue></link> * ags_copy_audio_signal_new          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAttack"><type>AgsAttack</type></link> *attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_channel.xml b/doc/reference/ags/xml/ags_copy_channel.xml
deleted file mode 100644
index 1aa820c..0000000
--- a/doc/reference/ags/xml/ags_copy_channel.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyChannel.top_of_page">AgsCopyChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyChannel">AgsCopyChannel</link>;
-struct              <link linkend="AgsCopyChannelClass">AgsCopyChannelClass</link>;
-<link linkend="AgsCopyChannel"><returnvalue>AgsCopyChannel</returnvalue></link> *    <link linkend="ags-copy-channel-new">ags_copy_channel_new</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyChannel" role="struct">
-<title>struct AgsCopyChannel</title>
-<indexterm zone="AgsCopyChannel"><primary>AgsCopyChannel</primary></indexterm>
-<programlisting>struct AgsCopyChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyChannelClass" role="struct">
-<title>struct AgsCopyChannelClass</title>
-<indexterm zone="AgsCopyChannelClass"><primary>AgsCopyChannelClass</primary></indexterm>
-<programlisting>struct AgsCopyChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-channel-new" role="function">
-<title>ags_copy_channel_new ()</title>
-<indexterm zone="ags-copy-channel-new"><primary>ags_copy_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyChannel"><returnvalue>AgsCopyChannel</returnvalue></link> *    ags_copy_channel_new                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_channel_run.xml b/doc/reference/ags/xml/ags_copy_channel_run.xml
deleted file mode 100644
index f27b2d7..0000000
--- a/doc/reference/ags/xml/ags_copy_channel_run.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyChannelRun.top_of_page">AgsCopyChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyChannelRun">AgsCopyChannelRun</link>;
-struct              <link linkend="AgsCopyChannelRunClass">AgsCopyChannelRunClass</link>;
-enum                <link linkend="AgsCopyChannelRunFlags">AgsCopyChannelRunFlags</link>;
-<link linkend="AgsCopyChannelRun"><returnvalue>AgsCopyChannelRun</returnvalue></link> * <link linkend="ags-copy-channel-run-new">ags_copy_channel_run_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyChannelRun" role="struct">
-<title>struct AgsCopyChannelRun</title>
-<indexterm zone="AgsCopyChannelRun"><primary>AgsCopyChannelRun</primary></indexterm>
-<programlisting>struct AgsCopyChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyChannelRunClass" role="struct">
-<title>struct AgsCopyChannelRunClass</title>
-<indexterm zone="AgsCopyChannelRunClass"><primary>AgsCopyChannelRunClass</primary></indexterm>
-<programlisting>struct AgsCopyChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyChannelRunFlags" role="enum">
-<title>enum AgsCopyChannelRunFlags</title>
-<indexterm zone="AgsCopyChannelRunFlags"><primary>AgsCopyChannelRunFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_COPY_CHANNEL_RUN_EXACT_LENGTH         = 1,
-  AGS_COPY_CHANNEL_RUN_OMIT_FURTHER_ATTACK  = 1 << 1,
-} AgsCopyChannelRunFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-channel-run-new" role="function">
-<title>ags_copy_channel_run_new ()</title>
-<indexterm zone="ags-copy-channel-run-new"><primary>ags_copy_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyChannelRun"><returnvalue>AgsCopyChannelRun</returnvalue></link> * ags_copy_channel_run_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_notation_audio.xml b/doc/reference/ags/xml/ags_copy_notation_audio.xml
deleted file mode 100644
index a3d1658..0000000
--- a/doc/reference/ags/xml/ags_copy_notation_audio.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyNotationAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyNotationAudio.top_of_page">AgsCopyNotationAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyNotationAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyNotationAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyNotationAudio">AgsCopyNotationAudio</link>;
-struct              <link linkend="AgsCopyNotationAudioClass">AgsCopyNotationAudioClass</link>;
-enum                <link linkend="AgsCopyNotationAudioFlags">AgsCopyNotationAudioFlags</link>;
-<link linkend="AgsCopyNotationAudio"><returnvalue>AgsCopyNotationAudio</returnvalue></link> * <link linkend="ags-copy-notation-audio-new">ags_copy_notation_audio_new</link>      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyNotationAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyNotationAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyNotationAudio" role="struct">
-<title>struct AgsCopyNotationAudio</title>
-<indexterm zone="AgsCopyNotationAudio"><primary>AgsCopyNotationAudio</primary></indexterm>
-<programlisting>struct AgsCopyNotationAudio {
-  AgsRecallAudio recall_audio;
-
-  guint flags;
-
-  AgsDevout *devout;
-
-  AgsNotation *notation;
-  guint audio_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyNotationAudioClass" role="struct">
-<title>struct AgsCopyNotationAudioClass</title>
-<indexterm zone="AgsCopyNotationAudioClass"><primary>AgsCopyNotationAudioClass</primary></indexterm>
-<programlisting>struct AgsCopyNotationAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyNotationAudioFlags" role="enum">
-<title>enum AgsCopyNotationAudioFlags</title>
-<indexterm zone="AgsCopyNotationAudioFlags"><primary>AgsCopyNotationAudioFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_COPY_NOTATION_AUDIO_FIT_AUDIO_SIGNAL  = 1,
-} AgsCopyNotationAudioFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-notation-audio-new" role="function">
-<title>ags_copy_notation_audio_new ()</title>
-<indexterm zone="ags-copy-notation-audio-new"><primary>ags_copy_notation_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyNotationAudio"><returnvalue>AgsCopyNotationAudio</returnvalue></link> * ags_copy_notation_audio_new      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_notation_audio_run.xml b/doc/reference/ags/xml/ags_copy_notation_audio_run.xml
deleted file mode 100644
index c0cd00f..0000000
--- a/doc/reference/ags/xml/ags_copy_notation_audio_run.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyNotationAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyNotationAudioRun.top_of_page">AgsCopyNotationAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyNotationAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyNotationAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyNotationAudioRun">AgsCopyNotationAudioRun</link>;
-struct              <link linkend="AgsCopyNotationAudioRunClass">AgsCopyNotationAudioRunClass</link>;
-<link linkend="AgsCopyNotationAudioRun"><returnvalue>AgsCopyNotationAudioRun</returnvalue></link> * <link linkend="ags-copy-notation-audio-run-new">ags_copy_notation_audio_run_new</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyNotationAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyNotationAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyNotationAudioRun" role="struct">
-<title>struct AgsCopyNotationAudioRun</title>
-<indexterm zone="AgsCopyNotationAudioRun"><primary>AgsCopyNotationAudioRun</primary></indexterm>
-<programlisting>struct AgsCopyNotationAudioRun {
-  AgsRecallAudioRun recall_audio_run;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-
-  gulong tic_alloc_input_handler;
-
-  GList *current_note;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyNotationAudioRunClass" role="struct">
-<title>struct AgsCopyNotationAudioRunClass</title>
-<indexterm zone="AgsCopyNotationAudioRunClass"><primary>AgsCopyNotationAudioRunClass</primary></indexterm>
-<programlisting>struct AgsCopyNotationAudioRunClass {
-  AgsRecallAudioRunClass recall_audio_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-notation-audio-run-new" role="function">
-<title>ags_copy_notation_audio_run_new ()</title>
-<indexterm zone="ags-copy-notation-audio-run-new"><primary>ags_copy_notation_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyNotationAudioRun"><returnvalue>AgsCopyNotationAudioRun</returnvalue></link> * ags_copy_notation_audio_run_new
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_pattern_audio.xml b/doc/reference/ags/xml/ags_copy_pattern_audio.xml
deleted file mode 100644
index b04c500..0000000
--- a/doc/reference/ags/xml/ags_copy_pattern_audio.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyPatternAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyPatternAudio.top_of_page">AgsCopyPatternAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyPatternAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyPatternAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyPatternAudio">AgsCopyPatternAudio</link>;
-struct              <link linkend="AgsCopyPatternAudioClass">AgsCopyPatternAudioClass</link>;
-<link linkend="AgsCopyPatternAudio"><returnvalue>AgsCopyPatternAudio</returnvalue></link> * <link linkend="ags-copy-pattern-audio-new">ags_copy_pattern_audio_new</link>        (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyPatternAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyPatternAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyPatternAudio" role="struct">
-<title>struct AgsCopyPatternAudio</title>
-<indexterm zone="AgsCopyPatternAudio"><primary>AgsCopyPatternAudio</primary></indexterm>
-<programlisting>struct AgsCopyPatternAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *bank_index_0;
-  AgsPort *bank_index_1;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyPatternAudioClass" role="struct">
-<title>struct AgsCopyPatternAudioClass</title>
-<indexterm zone="AgsCopyPatternAudioClass"><primary>AgsCopyPatternAudioClass</primary></indexterm>
-<programlisting>struct AgsCopyPatternAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-pattern-audio-new" role="function">
-<title>ags_copy_pattern_audio_new ()</title>
-<indexterm zone="ags-copy-pattern-audio-new"><primary>ags_copy_pattern_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyPatternAudio"><returnvalue>AgsCopyPatternAudio</returnvalue></link> * ags_copy_pattern_audio_new        (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_pattern_audio_run.xml b/doc/reference/ags/xml/ags_copy_pattern_audio_run.xml
deleted file mode 100644
index e52c6b0..0000000
--- a/doc/reference/ags/xml/ags_copy_pattern_audio_run.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyPatternAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyPatternAudioRun.top_of_page">AgsCopyPatternAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyPatternAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyPatternAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyPatternAudioRun">AgsCopyPatternAudioRun</link>;
-struct              <link linkend="AgsCopyPatternAudioRunClass">AgsCopyPatternAudioRunClass</link>;
-<link linkend="AgsCopyPatternAudioRun"><returnvalue>AgsCopyPatternAudioRun</returnvalue></link> * <link linkend="ags-copy-pattern-audio-run-new">ags_copy_pattern_audio_run_new</link> (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyPatternAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyPatternAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyPatternAudioRun" role="struct">
-<title>struct AgsCopyPatternAudioRun</title>
-<indexterm zone="AgsCopyPatternAudioRun"><primary>AgsCopyPatternAudioRun</primary></indexterm>
-<programlisting>struct AgsCopyPatternAudioRun {
-  AgsRecallAudioRun recall_audio_run;
-
-  guint hide_ref;
-  guint hide_ref_counter;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyPatternAudioRunClass" role="struct">
-<title>struct AgsCopyPatternAudioRunClass</title>
-<indexterm zone="AgsCopyPatternAudioRunClass"><primary>AgsCopyPatternAudioRunClass</primary></indexterm>
-<programlisting>struct AgsCopyPatternAudioRunClass {
-  AgsRecallAudioRunClass recall_audio_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-pattern-audio-run-new" role="function">
-<title>ags_copy_pattern_audio_run_new ()</title>
-<indexterm zone="ags-copy-pattern-audio-run-new"><primary>ags_copy_pattern_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyPatternAudioRun"><returnvalue>AgsCopyPatternAudioRun</returnvalue></link> * ags_copy_pattern_audio_run_new (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_pattern_channel.xml b/doc/reference/ags/xml/ags_copy_pattern_channel.xml
deleted file mode 100644
index db0647b..0000000
--- a/doc/reference/ags/xml/ags_copy_pattern_channel.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyPatternChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyPatternChannel.top_of_page">AgsCopyPatternChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyPatternChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyPatternChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyPatternChannel">AgsCopyPatternChannel</link>;
-struct              <link linkend="AgsCopyPatternChannelClass">AgsCopyPatternChannelClass</link>;
-<link linkend="AgsCopyPatternChannel"><returnvalue>AgsCopyPatternChannel</returnvalue></link> * <link linkend="ags-copy-pattern-channel-new">ags_copy_pattern_channel_new</link>    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *pattern</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-copy-pattern-channel-template-find-source-and-destination">ags_copy_pattern_channel_template_find_source_and_destination</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyPatternChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyPatternChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyPatternChannel" role="struct">
-<title>struct AgsCopyPatternChannel</title>
-<indexterm zone="AgsCopyPatternChannel"><primary>AgsCopyPatternChannel</primary></indexterm>
-<programlisting>struct AgsCopyPatternChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *pattern;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyPatternChannelClass" role="struct">
-<title>struct AgsCopyPatternChannelClass</title>
-<indexterm zone="AgsCopyPatternChannelClass"><primary>AgsCopyPatternChannelClass</primary></indexterm>
-<programlisting>struct AgsCopyPatternChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-pattern-channel-new" role="function">
-<title>ags_copy_pattern_channel_new ()</title>
-<indexterm zone="ags-copy-pattern-channel-new"><primary>ags_copy_pattern_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyPatternChannel"><returnvalue>AgsCopyPatternChannel</returnvalue></link> * ags_copy_pattern_channel_new    (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-pattern-channel-template-find-source-and-destination" role="function">
-<title>ags_copy_pattern_channel_template_find_source_and_destination ()</title>
-<indexterm zone="ags-copy-pattern-channel-template-find-source-and-destination"><primary>ags_copy_pattern_channel_template_find_source_and_destination</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_copy_pattern_channel_template_find_source_and_destination
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_pattern_channel_run.xml b/doc/reference/ags/xml/ags_copy_pattern_channel_run.xml
deleted file mode 100644
index a36e940..0000000
--- a/doc/reference/ags/xml/ags_copy_pattern_channel_run.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyPatternChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyPatternChannelRun.top_of_page">AgsCopyPatternChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyPatternChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyPatternChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyPatternChannelRun">AgsCopyPatternChannelRun</link>;
-struct              <link linkend="AgsCopyPatternChannelRunClass">AgsCopyPatternChannelRunClass</link>;
-<link linkend="AgsCopyPatternChannelRun"><returnvalue>AgsCopyPatternChannelRun</returnvalue></link> * <link linkend="ags-copy-pattern-channel-run-new">ags_copy_pattern_channel_run_new</link>
-                                                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyPatternChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyPatternChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyPatternChannelRun" role="struct">
-<title>struct AgsCopyPatternChannelRun</title>
-<indexterm zone="AgsCopyPatternChannelRun"><primary>AgsCopyPatternChannelRun</primary></indexterm>
-<programlisting>struct AgsCopyPatternChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-
-  gulong sequencer_alloc_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyPatternChannelRunClass" role="struct">
-<title>struct AgsCopyPatternChannelRunClass</title>
-<indexterm zone="AgsCopyPatternChannelRunClass"><primary>AgsCopyPatternChannelRunClass</primary></indexterm>
-<programlisting>struct AgsCopyPatternChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-pattern-channel-run-new" role="function">
-<title>ags_copy_pattern_channel_run_new ()</title>
-<indexterm zone="ags-copy-pattern-channel-run-new"><primary>ags_copy_pattern_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyPatternChannelRun"><returnvalue>AgsCopyPatternChannelRun</returnvalue></link> * ags_copy_pattern_channel_run_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_copy_recycling.xml b/doc/reference/ags/xml/ags_copy_recycling.xml
deleted file mode 100644
index fff1fcb..0000000
--- a/doc/reference/ags/xml/ags_copy_recycling.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCopyRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCopyRecycling.top_of_page">AgsCopyRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCopyRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCopyRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCopyRecycling">AgsCopyRecycling</link>;
-struct              <link linkend="AgsCopyRecyclingClass">AgsCopyRecyclingClass</link>;
-<link linkend="AgsCopyRecycling"><returnvalue>AgsCopyRecycling</returnvalue></link> *  <link linkend="ags-copy-recycling-new">ags_copy_recycling_new</link>              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCopyRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCopyRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCopyRecycling" role="struct">
-<title>struct AgsCopyRecycling</title>
-<indexterm zone="AgsCopyRecycling"><primary>AgsCopyRecycling</primary></indexterm>
-<programlisting>struct AgsCopyRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCopyRecyclingClass" role="struct">
-<title>struct AgsCopyRecyclingClass</title>
-<indexterm zone="AgsCopyRecyclingClass"><primary>AgsCopyRecyclingClass</primary></indexterm>
-<programlisting>struct AgsCopyRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-copy-recycling-new" role="function">
-<title>ags_copy_recycling_new ()</title>
-<indexterm zone="ags-copy-recycling-new"><primary>ags_copy_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsCopyRecycling"><returnvalue>AgsCopyRecycling</returnvalue></link> *  ags_copy_recycling_new              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_count_beats_audio.xml b/doc/reference/ags/xml/ags_count_beats_audio.xml
deleted file mode 100644
index 92f7dc1..0000000
--- a/doc/reference/ags/xml/ags_count_beats_audio.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCountBeatsAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCountBeatsAudio.top_of_page">AgsCountBeatsAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCountBeatsAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCountBeatsAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCountBeatsAudio">AgsCountBeatsAudio</link>;
-struct              <link linkend="AgsCountBeatsAudioClass">AgsCountBeatsAudioClass</link>;
-<link linkend="AgsCountBeatsAudio"><returnvalue>AgsCountBeatsAudio</returnvalue></link> * <link linkend="ags-count-beats-audio-new">ags_count_beats_audio_new</link>          (<parameter><link linkend="gboolean"><type>gboolean</type></link> loop</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCountBeatsAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCountBeatsAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCountBeatsAudio" role="struct">
-<title>struct AgsCountBeatsAudio</title>
-<indexterm zone="AgsCountBeatsAudio"><primary>AgsCountBeatsAudio</primary></indexterm>
-<programlisting>struct AgsCountBeatsAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *loop;
-
-  AgsPort *notation_loop_start;
-  AgsPort *notation_loop_end;
-  AgsPort *sequencer_loop_start;
-  AgsPort *sequencer_loop_end;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCountBeatsAudioClass" role="struct">
-<title>struct AgsCountBeatsAudioClass</title>
-<indexterm zone="AgsCountBeatsAudioClass"><primary>AgsCountBeatsAudioClass</primary></indexterm>
-<programlisting>struct AgsCountBeatsAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-new" role="function">
-<title>ags_count_beats_audio_new ()</title>
-<indexterm zone="ags-count-beats-audio-new"><primary>ags_count_beats_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsCountBeatsAudio"><returnvalue>AgsCountBeatsAudio</returnvalue></link> * ags_count_beats_audio_new          (<parameter><link linkend="gboolean"><type>gboolean</type></link> loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_count_beats_audio_run.xml b/doc/reference/ags/xml/ags_count_beats_audio_run.xml
deleted file mode 100644
index 79fc9a8..0000000
--- a/doc/reference/ags/xml/ags_count_beats_audio_run.xml
+++ /dev/null
@@ -1,162 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCountBeatsAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCountBeatsAudioRun.top_of_page">AgsCountBeatsAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCountBeatsAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCountBeatsAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link>;
-struct              <link linkend="AgsCountBeatsAudioRunClass">AgsCountBeatsAudioRunClass</link>;
-<link linkend="AgsCountBeatsAudioRun"><returnvalue>AgsCountBeatsAudioRun</returnvalue></link> * <link linkend="ags-count-beats-audio-run-new">ags_count_beats_audio_run_new</link>   (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-notation-loop">ags_count_beats_audio_run_notation_loop</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-notation-start">ags_count_beats_audio_run_notation_start</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-notation-stop">ags_count_beats_audio_run_notation_stop</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-sequencer-loop">ags_count_beats_audio_run_sequencer_loop</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-sequencer-start">ags_count_beats_audio_run_sequencer_start</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-count-beats-audio-run-sequencer-stop">ags_count_beats_audio_run_sequencer_stop</link>
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCountBeatsAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCountBeatsAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCountBeatsAudioRun" role="struct">
-<title>struct AgsCountBeatsAudioRun</title>
-<indexterm zone="AgsCountBeatsAudioRun"><primary>AgsCountBeatsAudioRun</primary></indexterm>
-<programlisting>struct AgsCountBeatsAudioRun {
-  AgsRecallAudioRun recall_audio_run;
-
-  gboolean first_run;
-
-  guint notation_counter;
-  guint sequencer_counter;
-
-  guint recall_ref;
-
-  guint hide_ref;
-  guint notation_hide_ref_counter;
-  guint sequencer_hide_ref_counter;
-
-  gulong sequencer_alloc_output_handler;
-  gulong sequencer_count_handler;
-
-  gulong notation_alloc_output_handler;
-  gulong notation_count_handler;
-
-  AgsDelayAudioRun *delay_audio_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCountBeatsAudioRunClass" role="struct">
-<title>struct AgsCountBeatsAudioRunClass</title>
-<indexterm zone="AgsCountBeatsAudioRunClass"><primary>AgsCountBeatsAudioRunClass</primary></indexterm>
-<programlisting>struct AgsCountBeatsAudioRunClass {
-  AgsRecallAudioRunClass recall_audio_run;
-  
-  void (*notation_start)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-  void (*notation_loop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			guint run_order);
-  void (*notation_stop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			guint run_order);
-  
-  void (*sequencer_start)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			  guint run_order);
-  void (*sequencer_loop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-  void (*sequencer_stop)(AgsCountBeatsAudioRun *count_beats_audio_run,
-			 guint run_order);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-new" role="function">
-<title>ags_count_beats_audio_run_new ()</title>
-<indexterm zone="ags-count-beats-audio-run-new"><primary>ags_count_beats_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsCountBeatsAudioRun"><returnvalue>AgsCountBeatsAudioRun</returnvalue></link> * ags_count_beats_audio_run_new   (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-notation-loop" role="function">
-<title>ags_count_beats_audio_run_notation_loop ()</title>
-<indexterm zone="ags-count-beats-audio-run-notation-loop"><primary>ags_count_beats_audio_run_notation_loop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_notation_loop
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-notation-start" role="function">
-<title>ags_count_beats_audio_run_notation_start ()</title>
-<indexterm zone="ags-count-beats-audio-run-notation-start"><primary>ags_count_beats_audio_run_notation_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_notation_start
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-notation-stop" role="function">
-<title>ags_count_beats_audio_run_notation_stop ()</title>
-<indexterm zone="ags-count-beats-audio-run-notation-stop"><primary>ags_count_beats_audio_run_notation_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_notation_stop
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-sequencer-loop" role="function">
-<title>ags_count_beats_audio_run_sequencer_loop ()</title>
-<indexterm zone="ags-count-beats-audio-run-sequencer-loop"><primary>ags_count_beats_audio_run_sequencer_loop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_sequencer_loop
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-sequencer-start" role="function">
-<title>ags_count_beats_audio_run_sequencer_start ()</title>
-<indexterm zone="ags-count-beats-audio-run-sequencer-start"><primary>ags_count_beats_audio_run_sequencer_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_sequencer_start
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-count-beats-audio-run-sequencer-stop" role="function">
-<title>ags_count_beats_audio_run_sequencer_stop ()</title>
-<indexterm zone="ags-count-beats-audio-run-sequencer-stop"><primary>ags_count_beats_audio_run_sequencer_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_count_beats_audio_run_sequencer_stop
-                                                        (<parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_countable.xml b/doc/reference/ags/xml/ags_countable.xml
deleted file mode 100644
index dfa4452..0000000
--- a/doc/reference/ags/xml/ags_countable.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsCountable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsCountable.top_of_page">AgsCountable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsCountable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsCountable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsCountable">AgsCountable</link>;
-struct              <link linkend="AgsCountableInterface">AgsCountableInterface</link>;
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-countable-get-notation-counter">ags_countable_get_notation_counter</link>  (<parameter><link linkend="AgsCountable"><type>AgsCountable</type></link> *countable</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-countable-get-sequencer-counter">ags_countable_get_sequencer_counter</link> (<parameter><link linkend="AgsCountable"><type>AgsCountable</type></link> *countable</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsCountable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsCountable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsCountable" role="typedef">
-<title>AgsCountable</title>
-<indexterm zone="AgsCountable"><primary>AgsCountable</primary></indexterm>
-<programlisting>typedef void AgsCountable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsCountableInterface" role="struct">
-<title>struct AgsCountableInterface</title>
-<indexterm zone="AgsCountableInterface"><primary>AgsCountableInterface</primary></indexterm>
-<programlisting>struct AgsCountableInterface {
-  GTypeInterface interface;
-
-  guint (*get_notation_counter)(AgsCountable *countable);
-  guint (*get_sequencer_counter)(AgsCountable *countable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-countable-get-notation-counter" role="function">
-<title>ags_countable_get_notation_counter ()</title>
-<indexterm zone="ags-countable-get-notation-counter"><primary>ags_countable_get_notation_counter</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_countable_get_notation_counter  (<parameter><link linkend="AgsCountable"><type>AgsCountable</type></link> *countable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-countable-get-sequencer-counter" role="function">
-<title>ags_countable_get_sequencer_counter ()</title>
-<indexterm zone="ags-countable-get-sequencer-counter"><primary>ags_countable_get_sequencer_counter</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_countable_get_sequencer_counter (<parameter><link linkend="AgsCountable"><type>AgsCountable</type></link> *countable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_delay_audio.xml b/doc/reference/ags/xml/ags_delay_audio.xml
deleted file mode 100644
index cbe002b..0000000
--- a/doc/reference/ags/xml/ags_delay_audio.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDelayAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDelayAudio.top_of_page">AgsDelayAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDelayAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDelayAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDelayAudio">AgsDelayAudio</link>;
-struct              <link linkend="AgsDelayAudioClass">AgsDelayAudioClass</link>;
-<link linkend="AgsDelayAudio"><returnvalue>AgsDelayAudio</returnvalue></link> *     <link linkend="ags-delay-audio-new">ags_delay_audio_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-notation-duration-changed">ags_delay_audio_notation_duration_changed</link>
-                                                        (<parameter><link linkend="AgsDelayAudio"><type>AgsDelayAudio</type></link> *delay_audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-sequencer-duration-changed">ags_delay_audio_sequencer_duration_changed</link>
-                                                        (<parameter><link linkend="AgsDelayAudio"><type>AgsDelayAudio</type></link> *delay_audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDelayAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDelayAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDelayAudio" role="struct">
-<title>struct AgsDelayAudio</title>
-<indexterm zone="AgsDelayAudio"><primary>AgsDelayAudio</primary></indexterm>
-<programlisting>struct AgsDelayAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *bpm;
-  AgsPort *tact;
-
-  AgsPort *notation_delay;
-  AgsPort *sequencer_delay;
-
-  AgsPort *sequencer_duration;
-  AgsPort *notation_duration;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDelayAudioClass" role="struct">
-<title>struct AgsDelayAudioClass</title>
-<indexterm zone="AgsDelayAudioClass"><primary>AgsDelayAudioClass</primary></indexterm>
-<programlisting>struct AgsDelayAudioClass {
-  AgsRecallAudioClass recall_audio;
-
-  void (*notation_duration_changed)(AgsDelayAudio *delay_audio);
-  void (*sequencer_duration_changed)(AgsDelayAudio *delay_audio);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-new" role="function">
-<title>ags_delay_audio_new ()</title>
-<indexterm zone="ags-delay-audio-new"><primary>ags_delay_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsDelayAudio"><returnvalue>AgsDelayAudio</returnvalue></link> *     ags_delay_audio_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-notation-duration-changed" role="function">
-<title>ags_delay_audio_notation_duration_changed ()</title>
-<indexterm zone="ags-delay-audio-notation-duration-changed"><primary>ags_delay_audio_notation_duration_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_notation_duration_changed
-                                                        (<parameter><link linkend="AgsDelayAudio"><type>AgsDelayAudio</type></link> *delay_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-sequencer-duration-changed" role="function">
-<title>ags_delay_audio_sequencer_duration_changed ()</title>
-<indexterm zone="ags-delay-audio-sequencer-duration-changed"><primary>ags_delay_audio_sequencer_duration_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_sequencer_duration_changed
-                                                        (<parameter><link linkend="AgsDelayAudio"><type>AgsDelayAudio</type></link> *delay_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_delay_audio_run.xml b/doc/reference/ags/xml/ags_delay_audio_run.xml
deleted file mode 100644
index 273c883..0000000
--- a/doc/reference/ags/xml/ags_delay_audio_run.xml
+++ /dev/null
@@ -1,171 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDelayAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDelayAudioRun.top_of_page">AgsDelayAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDelayAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDelayAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDelayAudioRun">AgsDelayAudioRun</link>;
-struct              <link linkend="AgsDelayAudioRunClass">AgsDelayAudioRunClass</link>;
-<link linkend="AgsDelayAudioRun"><returnvalue>AgsDelayAudioRun</returnvalue></link> *  <link linkend="ags-delay-audio-run-new">ags_delay_audio_run_new</link>             ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-notation-alloc-input">ags_delay_audio_run_notation_alloc_input</link>
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-notation-alloc-output">ags_delay_audio_run_notation_alloc_output</link>
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-notation-count">ags_delay_audio_run_notation_count</link>  (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-sequencer-alloc-input">ags_delay_audio_run_sequencer_alloc_input</link>
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-sequencer-alloc-output">ags_delay_audio_run_sequencer_alloc_output</link>
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-delay-audio-run-sequencer-count">ags_delay_audio_run_sequencer_count</link> (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDelayAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDelayAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDelayAudioRun" role="struct">
-<title>struct AgsDelayAudioRun</title>
-<indexterm zone="AgsDelayAudioRun"><primary>AgsDelayAudioRun</primary></indexterm>
-<programlisting>struct AgsDelayAudioRun {
-  AgsRecallAudioRun recall_audio_run;
-
-  guint dependency_ref;
-
-  guint hide_ref;
-  guint hide_ref_counter;
-  
-  guint notation_counter;
-  guint sequencer_counter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDelayAudioRunClass" role="struct">
-<title>struct AgsDelayAudioRunClass</title>
-<indexterm zone="AgsDelayAudioRunClass"><primary>AgsDelayAudioRunClass</primary></indexterm>
-<programlisting>struct AgsDelayAudioRunClass {
-  AgsRecallAudioRunClass recall_audio_run;
-
-  void (*notation_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				guint delay, guint attack);
-  void (*notation_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			       guint delay, guint attack);
-  void (*notation_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			 guint delay, guint attack);
-
-  void (*sequencer_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				 guint delay, guint attack);
-  void (*sequencer_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-				guint delay, guint attack);
-  void (*sequencer_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
-			  guint delay, guint attack);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-new" role="function">
-<title>ags_delay_audio_run_new ()</title>
-<indexterm zone="ags-delay-audio-run-new"><primary>ags_delay_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsDelayAudioRun"><returnvalue>AgsDelayAudioRun</returnvalue></link> *  ags_delay_audio_run_new             ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-notation-alloc-input" role="function">
-<title>ags_delay_audio_run_notation_alloc_input ()</title>
-<indexterm zone="ags-delay-audio-run-notation-alloc-input"><primary>ags_delay_audio_run_notation_alloc_input</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_notation_alloc_input
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-notation-alloc-output" role="function">
-<title>ags_delay_audio_run_notation_alloc_output ()</title>
-<indexterm zone="ags-delay-audio-run-notation-alloc-output"><primary>ags_delay_audio_run_notation_alloc_output</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_notation_alloc_output
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-notation-count" role="function">
-<title>ags_delay_audio_run_notation_count ()</title>
-<indexterm zone="ags-delay-audio-run-notation-count"><primary>ags_delay_audio_run_notation_count</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_notation_count  (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-sequencer-alloc-input" role="function">
-<title>ags_delay_audio_run_sequencer_alloc_input ()</title>
-<indexterm zone="ags-delay-audio-run-sequencer-alloc-input"><primary>ags_delay_audio_run_sequencer_alloc_input</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_sequencer_alloc_input
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-sequencer-alloc-output" role="function">
-<title>ags_delay_audio_run_sequencer_alloc_output ()</title>
-<indexterm zone="ags-delay-audio-run-sequencer-alloc-output"><primary>ags_delay_audio_run_sequencer_alloc_output</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_sequencer_alloc_output
-                                                        (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-delay-audio-run-sequencer-count" role="function">
-<title>ags_delay_audio_run_sequencer_count ()</title>
-<indexterm zone="ags-delay-audio-run-sequencer-count"><primary>ags_delay_audio_run_sequencer_count</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_delay_audio_run_sequencer_count (<parameter><link linkend="AgsDelayAudioRun"><type>AgsDelayAudioRun</type></link> *delay_audio_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_devout.xml b/doc/reference/ags/xml/ags_devout.xml
deleted file mode 100644
index 7d9b409..0000000
--- a/doc/reference/ags/xml/ags_devout.xml
+++ /dev/null
@@ -1,465 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDevout">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDevout.top_of_page">AgsDevout</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDevout</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDevout.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-DEVOUT-DEFAULT-BPM:CAPS">AGS_DEVOUT_DEFAULT_BPM</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-BUFFER-SIZE:CAPS">AGS_DEVOUT_DEFAULT_BUFFER_SIZE</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-DELAY:CAPS">AGS_DEVOUT_DEFAULT_DELAY</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-FORMAT:CAPS">AGS_DEVOUT_DEFAULT_FORMAT</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-JIFFIE:CAPS">AGS_DEVOUT_DEFAULT_JIFFIE</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-SAMPLERATE:CAPS">AGS_DEVOUT_DEFAULT_SAMPLERATE</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-SCALE:CAPS">AGS_DEVOUT_DEFAULT_SCALE</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-TACT:CAPS">AGS_DEVOUT_DEFAULT_TACT</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-TACTRATE:CAPS">AGS_DEVOUT_DEFAULT_TACTRATE</link>
-#define             <link linkend="AGS-DEVOUT-DEFAULT-TACT-JIFFIE:CAPS">AGS_DEVOUT_DEFAULT_TACT_JIFFIE</link>
-#define             <link linkend="AGS-DEVOUT-ERROR:CAPS">AGS_DEVOUT_ERROR</link>
-#define             <link linkend="AGS-DEVOUT-PLAY:CAPS">AGS_DEVOUT_PLAY</link>                     (ptr)
-#define             <link linkend="AGS-DEVOUT-PLAY-DOMAIN:CAPS">AGS_DEVOUT_PLAY_DOMAIN</link>              (ptr)
-struct              <link linkend="AgsDevout">AgsDevout</link>;
-struct              <link linkend="AgsDevoutClass">AgsDevoutClass</link>;
-enum                <link linkend="AgsDevoutError">AgsDevoutError</link>;
-enum                <link linkend="AgsDevoutFlags">AgsDevoutFlags</link>;
-struct              <link linkend="AgsDevoutPlay">AgsDevoutPlay</link>;
-struct              <link linkend="AgsDevoutPlayDomain">AgsDevoutPlayDomain</link>;
-enum                <link linkend="AgsDevoutPlayFlags">AgsDevoutPlayFlags</link>;
-enum                <link linkend="AgsDevoutResolutionMode">AgsDevoutResolutionMode</link>;
-<link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              <link linkend="ags-devout-error-quark">ags_devout_error_quark</link>              ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-list-cards">ags_devout_list_cards</link>               (<parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);
-<link linkend="AgsDevout"><returnvalue>AgsDevout</returnvalue></link> *         <link linkend="ags-devout-new">ags_devout_new</link>                      (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-note-offset-changed">ags_devout_note_offset_changed</link>      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-pcm-info">ags_devout_pcm_info</link>                 (<parameter><link linkend="char"><type>char</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="AgsDevoutPlay"><returnvalue>AgsDevoutPlay</returnvalue></link> *     <link linkend="ags-devout-play-alloc">ags_devout_play_alloc</link>               ();
-<link linkend="AgsDevoutPlayDomain"><returnvalue>AgsDevoutPlayDomain</returnvalue></link> * <link linkend="ags-devout-play-domain-alloc">ags_devout_play_domain_alloc</link>      ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-play-domain-free">ags_devout_play_domain_free</link>         (<parameter><link linkend="AgsDevoutPlayDomain"><type>AgsDevoutPlayDomain</type></link> *devout_play_domain</parameter>);
-<link linkend="AgsDevoutPlay"><returnvalue>AgsDevoutPlay</returnvalue></link> *     <link linkend="ags-devout-play-find-source">ags_devout_play_find_source</link>         (<parameter><link linkend="GList"><type>GList</type></link> *devout_play</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *source</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-play-free">ags_devout_play_free</link>                (<parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *devout_play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-devout-tic">ags_devout_tic</link>                      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDevout.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDevout.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-DEVOUT-DEFAULT-BPM:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_BPM</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-BPM:CAPS"><primary>AGS_DEVOUT_DEFAULT_BPM</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_BPM (120.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-BUFFER-SIZE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_BUFFER_SIZE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-BUFFER-SIZE:CAPS"><primary>AGS_DEVOUT_DEFAULT_BUFFER_SIZE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_BUFFER_SIZE (944)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-DELAY:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_DELAY</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-DELAY:CAPS"><primary>AGS_DEVOUT_DEFAULT_DELAY</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_DELAY (AGS_DEVOUT_DEFAULT_JIFFIE * (60.0 / AGS_DEVOUT_DEFAULT_BPM))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-FORMAT:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_FORMAT</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-FORMAT:CAPS"><primary>AGS_DEVOUT_DEFAULT_FORMAT</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_FORMAT (16)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-JIFFIE:CAPS"><primary>AGS_DEVOUT_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_JIFFIE ((double) AGS_DEVOUT_DEFAULT_SAMPLERATE / (double) AGS_DEVOUT_DEFAULT_BUFFER_SIZE)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-SAMPLERATE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_SAMPLERATE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-SAMPLERATE:CAPS"><primary>AGS_DEVOUT_DEFAULT_SAMPLERATE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_SAMPLERATE (44100.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-SCALE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_SCALE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-SCALE:CAPS"><primary>AGS_DEVOUT_DEFAULT_SCALE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_SCALE (1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-TACT:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_TACT</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-TACT:CAPS"><primary>AGS_DEVOUT_DEFAULT_TACT</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_TACT (1.0 / 1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-TACTRATE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_TACTRATE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-TACTRATE:CAPS"><primary>AGS_DEVOUT_DEFAULT_TACTRATE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_TACTRATE (1.0 / AGS_DEVOUT_DEFAULT_TACT_JIFFIE)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-DEFAULT-TACT-JIFFIE:CAPS" role="macro">
-<title>AGS_DEVOUT_DEFAULT_TACT_JIFFIE</title>
-<indexterm zone="AGS-DEVOUT-DEFAULT-TACT-JIFFIE:CAPS"><primary>AGS_DEVOUT_DEFAULT_TACT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_DEFAULT_TACT_JIFFIE (60.0 / AGS_DEVOUT_DEFAULT_BPM * AGS_DEVOUT_DEFAULT_TACT)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-ERROR:CAPS" role="macro">
-<title>AGS_DEVOUT_ERROR</title>
-<indexterm zone="AGS-DEVOUT-ERROR:CAPS"><primary>AGS_DEVOUT_ERROR</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_ERROR (ags_devout_error_quark())
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-PLAY:CAPS" role="macro">
-<title>AGS_DEVOUT_PLAY()</title>
-<indexterm zone="AGS-DEVOUT-PLAY:CAPS"><primary>AGS_DEVOUT_PLAY</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_PLAY(ptr)           ((AgsDevoutPlay *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-DEVOUT-PLAY-DOMAIN:CAPS" role="macro">
-<title>AGS_DEVOUT_PLAY_DOMAIN()</title>
-<indexterm zone="AGS-DEVOUT-PLAY-DOMAIN:CAPS"><primary>AGS_DEVOUT_PLAY_DOMAIN</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_PLAY_DOMAIN(ptr)    ((AgsDevoutPlayDomain *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevout" role="struct">
-<title>struct AgsDevout</title>
-<indexterm zone="AgsDevout"><primary>AgsDevout</primary></indexterm>
-<programlisting>struct AgsDevout {
-  GObject object;
-
-  guint flags;
-
-  guint dsp_channels;
-  guint pcm_channels;
-  guint bits;
-  guint buffer_size;
-  guint frequency; // sample_rate
-
-  signed short** buffer;
-
-  double bpm; // beats per minute
-
-  gdouble *delay; // count of tics within buffer size
-  guint *attack; // where currently tic resides in the stream's offset, measured in 1/64 of bpm
-
-  gdouble delay_counter; // next time attack changeing when delay_counter == delay
-  guint tic_counter;
-
-  union{
-    struct _AgsAO{
-      ao_device *device;
-      ao_sample_format *format;
-      int driver_ao;
-    }ao;
-    struct _AgsOss{
-      int device_fd;
-      char *device;
-    }oss;
-    struct _AgsAlsa{
-      char *device;
-      int rc;
-      snd_pcm_t *handle;
-      snd_async_handler_t *ahandler;
-      snd_pcm_hw_params_t *params;
-    }alsa;
-  }out;
-
-  GObject *ags_main;
-  
-  GList *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutClass" role="struct">
-<title>struct AgsDevoutClass</title>
-<indexterm zone="AgsDevoutClass"><primary>AgsDevoutClass</primary></indexterm>
-<programlisting>struct AgsDevoutClass {
-  GObjectClass object;
-
-  void (*play_init)(AgsDevout *devout,
-		    GError **error);
-  void (*play)(AgsDevout *devout,
-	       GError **error);
-  void (*stop)(AgsDevout *devout);
-
-  void (*tic)(AgsDevout *devout);
-
-  void (*note_offset_changed)(AgsDevout *devout, guint note_offset);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutError" role="enum">
-<title>enum AgsDevoutError</title>
-<indexterm zone="AgsDevoutError"><primary>AgsDevoutError</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DEVOUT_ERROR_LOCKED_SOUNDCARD,
-} AgsDevoutError;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutFlags" role="enum">
-<title>enum AgsDevoutFlags</title>
-<indexterm zone="AgsDevoutFlags"><primary>AgsDevoutFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DEVOUT_BUFFER0                        = 1,
-  AGS_DEVOUT_BUFFER1                        = 1 << 1,
-  AGS_DEVOUT_BUFFER2                        = 1 << 2,
-  AGS_DEVOUT_BUFFER3                        = 1 << 3,
-
-  AGS_DEVOUT_ATTACK_FIRST                   = 1 << 4,
-
-  AGS_DEVOUT_PLAY                           = 1 << 5,
-
-  AGS_DEVOUT_LIBAO                          = 1 << 6,
-  AGS_DEVOUT_OSS                            = 1 << 7,
-  AGS_DEVOUT_ALSA                           = 1 << 8,
-
-  AGS_DEVOUT_SHUTDOWN                       = 1 << 9,
-  AGS_DEVOUT_START_PLAY                     = 1 << 10,
-
-  AGS_DEVOUT_NONBLOCKING                    = 1 << 11,
-
-  AGS_DEVOUT_TIMING_SET_0                   = 1 << 12,
-  AGS_DEVOUT_TIMING_SET_1                   = 1 << 13,
-} AgsDevoutFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutPlay" role="struct">
-<title>struct AgsDevoutPlay</title>
-<indexterm zone="AgsDevoutPlay"><primary>AgsDevoutPlay</primary></indexterm>
-<programlisting>struct AgsDevoutPlay {
-  guint flags;
-
-  AgsIteratorThread **iterator_thread;
-
-  GObject *source;
-  guint audio_channel;
-
-  AgsRecallID **recall_id;
-};
-</programlisting>
-<para>
-A <link linkend="AgsDevoutPlay-struct"><type>AgsDevoutPlay</type></link> represents the play/recall in <link linkend="AgsChannel"><type>AgsChannel</type></link> or <link linkend="AgsRecall"><type>AgsRecall</type></link>
-scope to do output to device.
-</para><variablelist role="struct">
-<varlistentry><term><link linkend="guint"><type>guint</type></link> <structfield id="AgsDevoutPlay.flags">flags</structfield>;</term>
-<listitem><simpara>the internal state</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="AgsIteratorThread"><type>AgsIteratorThread</type></link> **<structfield id="AgsDevoutPlay.iterator-thread">iterator_thread</structfield>;</term>
-<listitem><simpara>Super-threaded related <link linkend="AgsThread"><type>AgsThread</type></link>. Index 0 playback, 1 sequencer and 2 notation.</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="GObject"><type>GObject</type></link> *<structfield id="AgsDevoutPlay.source">source</structfield>;</term>
-<listitem><simpara>either <link linkend="AgsChannel"><type>AgsChannel</type></link> or <link linkend="AgsRecall"><type>AgsRecall</type></link></simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="guint"><type>guint</type></link> <structfield id="AgsDevoutPlay.audio-channel">audio_channel</structfield>;</term>
-<listitem><simpara>destination audio channel</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="AgsRecallID"><type>AgsRecallID</type></link> **<structfield id="AgsDevoutPlay.recall-id">recall_id</structfield>;</term>
-<listitem><simpara>array pointing to appropriate <link linkend="AgsRecallID"><type>AgsRecallID</type></link>. Index 0 playback, 1 sequencer and 2 notation.</simpara></listitem>
-</varlistentry>
-</variablelist></refsect2>
-<refsect2 id="AgsDevoutPlayDomain" role="struct">
-<title>struct AgsDevoutPlayDomain</title>
-<indexterm zone="AgsDevoutPlayDomain"><primary>AgsDevoutPlayDomain</primary></indexterm>
-<programlisting>struct AgsDevoutPlayDomain {
-  GObject *domain;
-  
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-
-  GList *devout_play;
-};
-</programlisting>
-<para>
-A <link linkend="AgsDevoutPlayDomain-struct"><type>AgsDevoutPlayDomain</type></link> represents the entire possible play/recall
-context.
-</para><variablelist role="struct">
-<varlistentry><term><link linkend="GObject"><type>GObject</type></link> *<structfield id="AgsDevoutPlayDomain.domain">domain</structfield>;</term>
-<listitem><simpara>the source</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="gboolean"><type>gboolean</type></link> <structfield id="AgsDevoutPlayDomain.playback">playback</structfield>;</term>
-<listitem><simpara>if <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> playback is on</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="gboolean"><type>gboolean</type></link> <structfield id="AgsDevoutPlayDomain.sequencer">sequencer</structfield>;</term>
-<listitem><simpara>if <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> sequencer is on</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="gboolean"><type>gboolean</type></link> <structfield id="AgsDevoutPlayDomain.notation">notation</structfield>;</term>
-<listitem><simpara>if <link linkend="TRUE:CAPS"><literal>TRUE</literal></link> notation is on</simpara></listitem>
-</varlistentry>
-<varlistentry><term><link linkend="GList"><type>GList</type></link> *<structfield id="AgsDevoutPlayDomain.devout-play">devout_play</structfield>;</term>
-<listitem><simpara>a <link linkend="GList"><type>GList</type></link> of <link linkend="AgsDevoutPlay-struct"><type>AgsDevoutPlay</type></link></simpara></listitem>
-</varlistentry>
-</variablelist></refsect2>
-<refsect2 id="AgsDevoutPlayFlags" role="enum">
-<title>enum AgsDevoutPlayFlags</title>
-<indexterm zone="AgsDevoutPlayFlags"><primary>AgsDevoutPlayFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DEVOUT_PLAY_DONE              = 1,
-  AGS_DEVOUT_PLAY_REMOVE            = 1 <<  1,
-  AGS_DEVOUT_PLAY_CHANNEL           = 1 <<  2,
-  AGS_DEVOUT_PLAY_PAD               = 1 <<  3,
-  AGS_DEVOUT_PLAY_AUDIO             = 1 <<  4,
-  AGS_DEVOUT_PLAY_PLAYBACK          = 1 <<  5,
-  AGS_DEVOUT_PLAY_SEQUENCER         = 1 <<  6,
-  AGS_DEVOUT_PLAY_NOTATION          = 1 <<  7,
-  AGS_DEVOUT_PLAY_SUPER_THREADED    = 1 <<  8,
-} AgsDevoutPlayFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutResolutionMode" role="enum">
-<title>enum AgsDevoutResolutionMode</title>
-<indexterm zone="AgsDevoutResolutionMode"><primary>AgsDevoutResolutionMode</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DEVOUT_RESOLUTION_8_BIT    = 8,
-  AGS_DEVOUT_RESOLUTION_16_BIT   = 16,
-  AGS_DEVOUT_RESOLUTION_24_BIT   = 24,
-  AGS_DEVOUT_RESOLUTION_32_BIT   = 32,
-  AGS_DEVOUT_RESOLUTION_64_BIT   = 64,
-} AgsDevoutResolutionMode;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-devout-error-quark" role="function">
-<title>ags_devout_error_quark ()</title>
-<indexterm zone="ags-devout-error-quark"><primary>ags_devout_error_quark</primary></indexterm>
-<programlisting><link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              ags_devout_error_quark              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-devout-list-cards" role="function">
-<title>ags_devout_list_cards ()</title>
-<indexterm zone="ags-devout-list-cards"><primary>ags_devout_list_cards</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_list_cards               (<parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);</programlisting>
-<para>
-List available soundcards.
-</para></refsect2>
-<refsect2 id="ags-devout-new" role="function">
-<title>ags_devout_new ()</title>
-<indexterm zone="ags-devout-new"><primary>ags_devout_new</primary></indexterm>
-<programlisting><link linkend="AgsDevout"><returnvalue>AgsDevout</returnvalue></link> *         ags_devout_new                      (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsDevout"><type>AgsDevout</type></link>, refering to <parameter>ags_main</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsDevout"><type>AgsDevout</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-devout-note-offset-changed" role="function">
-<title>ags_devout_note_offset_changed ()</title>
-<indexterm zone="ags-devout-note-offset-changed"><primary>ags_devout_note_offset_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_note_offset_changed      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-devout-pcm-info" role="function">
-<title>ags_devout_pcm_info ()</title>
-<indexterm zone="ags-devout-pcm-info"><primary>ags_devout_pcm_info</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_pcm_info                 (<parameter><link linkend="char"><type>char</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-List available soundcards.
-</para></refsect2>
-<refsect2 id="ags-devout-play-alloc" role="function">
-<title>ags_devout_play_alloc ()</title>
-<indexterm zone="ags-devout-play-alloc"><primary>ags_devout_play_alloc</primary></indexterm>
-<programlisting><link linkend="AgsDevoutPlay"><returnvalue>AgsDevoutPlay</returnvalue></link> *     ags_devout_play_alloc               ();</programlisting>
-<para>
-Allocs an <link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the devout play</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-devout-play-domain-alloc" role="function">
-<title>ags_devout_play_domain_alloc ()</title>
-<indexterm zone="ags-devout-play-domain-alloc"><primary>ags_devout_play_domain_alloc</primary></indexterm>
-<programlisting><link linkend="AgsDevoutPlayDomain"><returnvalue>AgsDevoutPlayDomain</returnvalue></link> * ags_devout_play_domain_alloc      ();</programlisting>
-<para>
-Allocs an <link linkend="AgsDevoutPlayDomain"><type>AgsDevoutPlayDomain</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the devout play domain</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-devout-play-domain-free" role="function">
-<title>ags_devout_play_domain_free ()</title>
-<indexterm zone="ags-devout-play-domain-free"><primary>ags_devout_play_domain_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_play_domain_free         (<parameter><link linkend="AgsDevoutPlayDomain"><type>AgsDevoutPlayDomain</type></link> *devout_play_domain</parameter>);</programlisting>
-<para>
-Frees an <link linkend="AgsDevoutPlayDomain"><type>AgsDevoutPlayDomain</type></link>.
-</para></refsect2>
-<refsect2 id="ags-devout-play-find-source" role="function">
-<title>ags_devout_play_find_source ()</title>
-<indexterm zone="ags-devout-play-find-source"><primary>ags_devout_play_find_source</primary></indexterm>
-<programlisting><link linkend="AgsDevoutPlay"><returnvalue>AgsDevoutPlay</returnvalue></link> *     ags_devout_play_find_source         (<parameter><link linkend="GList"><type>GList</type></link> *devout_play</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *source</parameter>);</programlisting>
-<para>
-Find source
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the matching devout play</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-devout-play-free" role="function">
-<title>ags_devout_play_free ()</title>
-<indexterm zone="ags-devout-play-free"><primary>ags_devout_play_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_play_free                (<parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *devout_play</parameter>);</programlisting>
-<para>
-Frees an <link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link>.
-</para></refsect2>
-<refsect2 id="ags-devout-tic" role="function">
-<title>ags_devout_tic ()</title>
-<indexterm zone="ags-devout-tic"><primary>ags_devout_tic</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_devout_tic                      (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-The tic of devout.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_devout_thread.xml b/doc/reference/ags/xml/ags_devout_thread.xml
deleted file mode 100644
index 158abe4..0000000
--- a/doc/reference/ags/xml/ags_devout_thread.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDevoutThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDevoutThread.top_of_page">AgsDevoutThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDevoutThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDevoutThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-DEVOUT-THREAD-DEFAULT-JIFFIE:CAPS">AGS_DEVOUT_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsDevoutThread">AgsDevoutThread</link>;
-struct              <link linkend="AgsDevoutThreadClass">AgsDevoutThreadClass</link>;
-<link linkend="AgsDevoutThread"><returnvalue>AgsDevoutThread</returnvalue></link> *   <link linkend="ags-devout-thread-new">ags_devout_thread_new</link>               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDevoutThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDevoutThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-DEVOUT-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_DEVOUT_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-DEVOUT-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_DEVOUT_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_DEVOUT_THREAD_DEFAULT_JIFFIE (48.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutThread" role="struct">
-<title>struct AgsDevoutThread</title>
-<indexterm zone="AgsDevoutThread"><primary>AgsDevoutThread</primary></indexterm>
-<programlisting>struct AgsDevoutThread {
-  AgsThread thread;
-
-  time_t time_val;
-
-  AgsThread *timestamp_thread;
-
-  GError *error;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDevoutThreadClass" role="struct">
-<title>struct AgsDevoutThreadClass</title>
-<indexterm zone="AgsDevoutThreadClass"><primary>AgsDevoutThreadClass</primary></indexterm>
-<programlisting>struct AgsDevoutThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-devout-thread-new" role="function">
-<title>ags_devout_thread_new ()</title>
-<indexterm zone="ags-devout-thread-new"><primary>ags_devout_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsDevoutThread"><returnvalue>AgsDevoutThread</returnvalue></link> *   ags_devout_thread_new               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_dial.xml b/doc/reference/ags/xml/ags_dial.xml
deleted file mode 100644
index 66f3303..0000000
--- a/doc/reference/ags/xml/ags_dial.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDial">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDial.top_of_page">AgsDial</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDial</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDial.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-DIAL-DEFAULT-PRECISION:CAPS">AGS_DIAL_DEFAULT_PRECISION</link>
-struct              <link linkend="AgsDial">AgsDial</link>;
-struct              <link linkend="AgsDialClass">AgsDialClass</link>;
-enum                <link linkend="AgsDialFlags">AgsDialFlags</link>;
-<link linkend="AgsDial"><returnvalue>AgsDial</returnvalue></link> *           <link linkend="ags-dial-new">ags_dial_new</link>                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDial.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDial.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-DIAL-DEFAULT-PRECISION:CAPS" role="macro">
-<title>AGS_DIAL_DEFAULT_PRECISION</title>
-<indexterm zone="AGS-DIAL-DEFAULT-PRECISION:CAPS"><primary>AGS_DIAL_DEFAULT_PRECISION</primary></indexterm>
-<programlisting>#define AGS_DIAL_DEFAULT_PRECISION (8.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDial" role="struct">
-<title>struct AgsDial</title>
-<indexterm zone="AgsDial"><primary>AgsDial</primary></indexterm>
-<programlisting>struct AgsDial {
-  GtkWidget widget;
-
-  guint flags;
-
-  guint radius;
-  guint outline_strength;
-  guint scale_precision;
-
-  guint font_size;
-  gint button_width;
-  gint button_height;
-  gint margin_left;
-  gint margin_right;
-
-  gdouble tolerance;
-  gdouble negated_tolerance;
-
-  gint sleep_interval;
-
-  GtkAdjustment *adjustment;
-
-  gdouble gravity_x;
-  gdouble gravity_y;
-  gdouble current_x;
-  gdouble current_y;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDialClass" role="struct">
-<title>struct AgsDialClass</title>
-<indexterm zone="AgsDialClass"><primary>AgsDialClass</primary></indexterm>
-<programlisting>struct AgsDialClass {
-  GtkWidgetClass widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDialFlags" role="enum">
-<title>enum AgsDialFlags</title>
-<indexterm zone="AgsDialFlags"><primary>AgsDialFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DIAL_WITH_BUTTONS           = 1,
-  AGS_DIAL_MOUSE_BUTTON_PRESSED   = 1 <<  1,
-  AGS_DIAL_BUTTON_DOWN_PRESSED    = 1 <<  2,
-  AGS_DIAL_BUTTON_UP_PRESSED      = 1 <<  3,
-  AGS_DIAL_MOTION_CAPTURING_INIT  = 1 <<  4,
-  AGS_DIAL_MOTION_CAPTURING       = 1 <<  5,
-  AGS_DIAL_IDLE                   = 1 <<  6,
-} AgsDialFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-dial-new" role="function">
-<title>ags_dial_new ()</title>
-<indexterm zone="ags-dial-new"><primary>ags_dial_new</primary></indexterm>
-<programlisting><link linkend="AgsDial"><returnvalue>AgsDial</returnvalue></link> *           ags_dial_new                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_display_tact.xml b/doc/reference/ags/xml/ags_display_tact.xml
deleted file mode 100644
index 789dd6f..0000000
--- a/doc/reference/ags/xml/ags_display_tact.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDisplayTact">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDisplayTact.top_of_page">AgsDisplayTact</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDisplayTact</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDisplayTact.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDisplayTact">AgsDisplayTact</link>;
-struct              <link linkend="AgsDisplayTactClass">AgsDisplayTactClass</link>;
-<link linkend="AgsDisplayTact"><returnvalue>AgsDisplayTact</returnvalue></link> *    <link linkend="ags-display-tact-new">ags_display_tact_new</link>                (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *navigation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDisplayTact.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDisplayTact.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDisplayTact" role="struct">
-<title>struct AgsDisplayTact</title>
-<indexterm zone="AgsDisplayTact"><primary>AgsDisplayTact</primary></indexterm>
-<programlisting>struct AgsDisplayTact {
-  AgsTask task;
-
-  GtkWidget *navigation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDisplayTactClass" role="struct">
-<title>struct AgsDisplayTactClass</title>
-<indexterm zone="AgsDisplayTactClass"><primary>AgsDisplayTactClass</primary></indexterm>
-<programlisting>struct AgsDisplayTactClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-display-tact-new" role="function">
-<title>ags_display_tact_new ()</title>
-<indexterm zone="ags-display-tact-new"><primary>ags_display_tact_new</primary></indexterm>
-<programlisting><link linkend="AgsDisplayTact"><returnvalue>AgsDisplayTact</returnvalue></link> *    ags_display_tact_new                (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum.xml b/doc/reference/ags/xml/ags_drum.xml
deleted file mode 100644
index d90bf22..0000000
--- a/doc/reference/ags/xml/ags_drum.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDrum">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDrum.top_of_page">AgsDrum</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDrum</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDrum.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-DRUM-PATTERN-CONTROLS:CAPS">AGS_DRUM_PATTERN_CONTROLS</link>
-struct              <link linkend="AgsDrum">AgsDrum</link>;
-struct              <link linkend="AgsDrumClass">AgsDrumClass</link>;
-enum                <link linkend="AgsDrumFlags">AgsDrumFlags</link>;
-<link linkend="AgsDrum"><returnvalue>AgsDrum</returnvalue></link> *           <link linkend="ags-drum-new">ags_drum_new</link>                        (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-set-pattern">ags_drum_set_pattern</link>                (<parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDrum.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDrum.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-DRUM-PATTERN-CONTROLS:CAPS" role="macro">
-<title>AGS_DRUM_PATTERN_CONTROLS</title>
-<indexterm zone="AGS-DRUM-PATTERN-CONTROLS:CAPS"><primary>AGS_DRUM_PATTERN_CONTROLS</primary></indexterm>
-<programlisting>#define AGS_DRUM_PATTERN_CONTROLS (16)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrum" role="struct">
-<title>struct AgsDrum</title>
-<indexterm zone="AgsDrum"><primary>AgsDrum</primary></indexterm>
-<programlisting>struct AgsDrum {
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-
-  GtkCheckButton *loop_button;
-  GtkSpinButton *length_spin;
-
-  GtkToggleButton *run;
-
-  GtkVBox *vbox;
-
-  GtkHBox *input_pad;
-  GtkVBox *output_pad;
-
-  GtkToggleButton *selected_edit_button;
-
-  AgsDrumInputPad *selected_pad;
-  AgsLine *selected_line;
-
-  GtkToggleButton *index0[4];
-  GtkToggleButton *selected0;
-
-  GtkToggleButton *index1[12];
-  GtkToggleButton *selected1;
-
-  guint active_led;
-  GtkHBox *led;
-  GtkHBox *pattern;
-
-  GtkVBox *offset;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumClass" role="struct">
-<title>struct AgsDrumClass</title>
-<indexterm zone="AgsDrumClass"><primary>AgsDrumClass</primary></indexterm>
-<programlisting>struct AgsDrumClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumFlags" role="enum">
-<title>enum AgsDrumFlags</title>
-<indexterm zone="AgsDrumFlags"><primary>AgsDrumFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DRUM_BLOCK_PATTERN    =  1,
-} AgsDrumFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-new" role="function">
-<title>ags_drum_new ()</title>
-<indexterm zone="ags-drum-new"><primary>ags_drum_new</primary></indexterm>
-<programlisting><link linkend="AgsDrum"><returnvalue>AgsDrum</returnvalue></link> *           ags_drum_new                        (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-set-pattern" role="function">
-<title>ags_drum_set_pattern ()</title>
-<indexterm zone="ags-drum-set-pattern"><primary>ags_drum_set_pattern</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_set_pattern                (<parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_callbacks.xml b/doc/reference/ags/xml/ags_drum_callbacks.xml
deleted file mode 100644
index 1974a13..0000000
--- a/doc/reference/ags/xml/ags_drum_callbacks.xml
+++ /dev/null
@@ -1,132 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-drum-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-drum-callbacks.top_of_page">ags_drum_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_drum_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-drum-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-done-callback">ags_drum_done_callback</link>              (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-index0-callback">ags_drum_index0_callback</link>            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-index1-callback">ags_drum_index1_callback</link>            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-length-spin-callback">ags_drum_length_spin_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-loop-button-callback">ags_drum_loop_button_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-offset-callback">ags_drum_offset_callback</link>            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-open-callback">ags_drum_open_callback</link>              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-pad-callback">ags_drum_pad_callback</link>               (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-parent-set-callback">ags_drum_parent_set_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-tact-callback">ags_drum_tact_callback</link>              (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-drum-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-drum-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-drum-done-callback" role="function">
-<title>ags_drum_done_callback ()</title>
-<indexterm zone="ags-drum-done-callback"><primary>ags_drum_done_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_done_callback              (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-index0-callback" role="function">
-<title>ags_drum_index0_callback ()</title>
-<indexterm zone="ags-drum-index0-callback"><primary>ags_drum_index0_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_index0_callback            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-index1-callback" role="function">
-<title>ags_drum_index1_callback ()</title>
-<indexterm zone="ags-drum-index1-callback"><primary>ags_drum_index1_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_index1_callback            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-length-spin-callback" role="function">
-<title>ags_drum_length_spin_callback ()</title>
-<indexterm zone="ags-drum-length-spin-callback"><primary>ags_drum_length_spin_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_length_spin_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-loop-button-callback" role="function">
-<title>ags_drum_loop_button_callback ()</title>
-<indexterm zone="ags-drum-loop-button-callback"><primary>ags_drum_loop_button_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_loop_button_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-offset-callback" role="function">
-<title>ags_drum_offset_callback ()</title>
-<indexterm zone="ags-drum-offset-callback"><primary>ags_drum_offset_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_offset_callback            (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-open-callback" role="function">
-<title>ags_drum_open_callback ()</title>
-<indexterm zone="ags-drum-open-callback"><primary>ags_drum_open_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_open_callback              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-pad-callback" role="function">
-<title>ags_drum_pad_callback ()</title>
-<indexterm zone="ags-drum-pad-callback"><primary>ags_drum_pad_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_pad_callback               (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-parent-set-callback" role="function">
-<title>ags_drum_parent_set_callback ()</title>
-<indexterm zone="ags-drum-parent-set-callback"><primary>ags_drum_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_parent_set_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-tact-callback" role="function">
-<title>ags_drum_tact_callback ()</title>
-<indexterm zone="ags-drum-tact-callback"><primary>ags_drum_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_tact_callback              (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrum"><type>AgsDrum</type></link> *drum</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_input_line.xml b/doc/reference/ags/xml/ags_drum_input_line.xml
deleted file mode 100644
index fb820d9..0000000
--- a/doc/reference/ags/xml/ags_drum_input_line.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDrumInputLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDrumInputLine.top_of_page">AgsDrumInputLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDrumInputLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDrumInputLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDrumInputLine">AgsDrumInputLine</link>;
-struct              <link linkend="AgsDrumInputLineClass">AgsDrumInputLineClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-line-map-recall">ags_drum_input_line_map_recall</link>      (<parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);
-<link linkend="AgsDrumInputLine"><returnvalue>AgsDrumInputLine</returnvalue></link> *  <link linkend="ags-drum-input-line-new">ags_drum_input_line_new</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDrumInputLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDrumInputLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDrumInputLine" role="struct">
-<title>struct AgsDrumInputLine</title>
-<indexterm zone="AgsDrumInputLine"><primary>AgsDrumInputLine</primary></indexterm>
-<programlisting>struct AgsDrumInputLine {
-  AgsLine line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumInputLineClass" role="struct">
-<title>struct AgsDrumInputLineClass</title>
-<indexterm zone="AgsDrumInputLineClass"><primary>AgsDrumInputLineClass</primary></indexterm>
-<programlisting>struct AgsDrumInputLineClass {
-  AgsLineClass line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-line-map-recall" role="function">
-<title>ags_drum_input_line_map_recall ()</title>
-<indexterm zone="ags-drum-input-line-map-recall"><primary>ags_drum_input_line_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_line_map_recall      (<parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-line-new" role="function">
-<title>ags_drum_input_line_new ()</title>
-<indexterm zone="ags-drum-input-line-new"><primary>ags_drum_input_line_new</primary></indexterm>
-<programlisting><link linkend="AgsDrumInputLine"><returnvalue>AgsDrumInputLine</returnvalue></link> *  ags_drum_input_line_new             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_input_line_callbacks.xml b/doc/reference/ags/xml/ags_drum_input_line_callbacks.xml
deleted file mode 100644
index 4bbc7c2..0000000
--- a/doc/reference/ags/xml/ags_drum_input_line_callbacks.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-drum-input-line-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-drum-input-line-callbacks.top_of_page">ags_drum_input_line_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_drum_input_line_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-drum-input-line-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-line-audio-set-pads-callback">ags_drum_input_line_audio_set_pads_callback</link>
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-line-channel-done-callback">ags_drum_input_line_channel_done_callback</link>
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-line-parent-set-callback">ags_drum_input_line_parent_set_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-drum-input-line-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-drum-input-line-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-drum-input-line-audio-set-pads-callback" role="function">
-<title>ags_drum_input_line_audio_set_pads_callback ()</title>
-<indexterm zone="ags-drum-input-line-audio-set-pads-callback"><primary>ags_drum_input_line_audio_set_pads_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_line_audio_set_pads_callback
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-line-channel-done-callback" role="function">
-<title>ags_drum_input_line_channel_done_callback ()</title>
-<indexterm zone="ags-drum-input-line-channel-done-callback"><primary>ags_drum_input_line_channel_done_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_line_channel_done_callback
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-line-parent-set-callback" role="function">
-<title>ags_drum_input_line_parent_set_callback ()</title>
-<indexterm zone="ags-drum-input-line-parent-set-callback"><primary>ags_drum_input_line_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_line_parent_set_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputLine"><type>AgsDrumInputLine</type></link> *drum_input_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_input_pad.xml b/doc/reference/ags/xml/ags_drum_input_pad.xml
deleted file mode 100644
index cb7346e..0000000
--- a/doc/reference/ags/xml/ags_drum_input_pad.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDrumInputPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDrumInputPad.top_of_page">AgsDrumInputPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDrumInputPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDrumInputPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDrumInputPad">AgsDrumInputPad</link>;
-struct              <link linkend="AgsDrumInputPadClass">AgsDrumInputPadClass</link>;
-enum                <link linkend="AgsDrumInputPadFlags">AgsDrumInputPadFlags</link>;
-<link linkend="AgsDrumInputPad"><returnvalue>AgsDrumInputPad</returnvalue></link> *   <link linkend="ags-drum-input-pad-new">ags_drum_input_pad_new</link>              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDrumInputPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDrumInputPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDrumInputPad" role="struct">
-<title>struct AgsDrumInputPad</title>
-<indexterm zone="AgsDrumInputPad"><primary>AgsDrumInputPad</primary></indexterm>
-<programlisting>struct AgsDrumInputPad {
-  AgsPad pad;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-  GtkToggleButton *play;
-  GtkToggleButton *edit;
-
-  GList *pad_open_recalls;
-  guint pad_open_play_ref;
-
-  GtkFileChooserDialog *file_chooser;
-
-  guint pad_play_ref;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumInputPadClass" role="struct">
-<title>struct AgsDrumInputPadClass</title>
-<indexterm zone="AgsDrumInputPadClass"><primary>AgsDrumInputPadClass</primary></indexterm>
-<programlisting>struct AgsDrumInputPadClass {
-  AgsPadClass pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumInputPadFlags" role="enum">
-<title>enum AgsDrumInputPadFlags</title>
-<indexterm zone="AgsDrumInputPadFlags"><primary>AgsDrumInputPadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DRUM_INPUT_PAD_OPEN_PLAY_DONE   = 1,
-} AgsDrumInputPadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-pad-new" role="function">
-<title>ags_drum_input_pad_new ()</title>
-<indexterm zone="ags-drum-input-pad-new"><primary>ags_drum_input_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsDrumInputPad"><returnvalue>AgsDrumInputPad</returnvalue></link> *   ags_drum_input_pad_new              (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_input_pad_callbacks.xml b/doc/reference/ags/xml/ags_drum_input_pad_callbacks.xml
deleted file mode 100644
index 0e0f948..0000000
--- a/doc/reference/ags/xml/ags_drum_input_pad_callbacks.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-drum-input-pad-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-drum-input-pad-callbacks.top_of_page">ags_drum_input_pad_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_drum_input_pad_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-drum-input-pad-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-pad-edit-callback">ags_drum_input_pad_edit_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-pad-open-callback">ags_drum_input_pad_open_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-input-pad-play-callback">ags_drum_input_pad_play_callback</link>    (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-drum-input-pad-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-drum-input-pad-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-drum-input-pad-edit-callback" role="function">
-<title>ags_drum_input_pad_edit_callback ()</title>
-<indexterm zone="ags-drum-input-pad-edit-callback"><primary>ags_drum_input_pad_edit_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_pad_edit_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-pad-open-callback" role="function">
-<title>ags_drum_input_pad_open_callback ()</title>
-<indexterm zone="ags-drum-input-pad-open-callback"><primary>ags_drum_input_pad_open_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_pad_open_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-input-pad-play-callback" role="function">
-<title>ags_drum_input_pad_play_callback ()</title>
-<indexterm zone="ags-drum-input-pad-play-callback"><primary>ags_drum_input_pad_play_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_input_pad_play_callback    (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsDrumInputPad"><type>AgsDrumInputPad</type></link> *drum_input_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_output_line.xml b/doc/reference/ags/xml/ags_drum_output_line.xml
deleted file mode 100644
index ce294e8..0000000
--- a/doc/reference/ags/xml/ags_drum_output_line.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDrumOutputLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDrumOutputLine.top_of_page">AgsDrumOutputLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDrumOutputLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDrumOutputLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDrumOutputLine">AgsDrumOutputLine</link>;
-struct              <link linkend="AgsDrumOutputLineClass">AgsDrumOutputLineClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-output-line-add-default-recall">ags_drum_output_line_add_default_recall</link>
-                                                        (<parameter><link linkend="AgsDrumOutputLine"><type>AgsDrumOutputLine</type></link> *drum_output_line</parameter>);
-<link linkend="AgsDrumOutputLine"><returnvalue>AgsDrumOutputLine</returnvalue></link> * <link linkend="ags-drum-output-line-new">ags_drum_output_line_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDrumOutputLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDrumOutputLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDrumOutputLine" role="struct">
-<title>struct AgsDrumOutputLine</title>
-<indexterm zone="AgsDrumOutputLine"><primary>AgsDrumOutputLine</primary></indexterm>
-<programlisting>struct AgsDrumOutputLine {
-  AgsLine line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumOutputLineClass" role="struct">
-<title>struct AgsDrumOutputLineClass</title>
-<indexterm zone="AgsDrumOutputLineClass"><primary>AgsDrumOutputLineClass</primary></indexterm>
-<programlisting>struct AgsDrumOutputLineClass {
-  AgsLineClass line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-output-line-add-default-recall" role="function">
-<title>ags_drum_output_line_add_default_recall ()</title>
-<indexterm zone="ags-drum-output-line-add-default-recall"><primary>ags_drum_output_line_add_default_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_output_line_add_default_recall
-                                                        (<parameter><link linkend="AgsDrumOutputLine"><type>AgsDrumOutputLine</type></link> *drum_output_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-output-line-new" role="function">
-<title>ags_drum_output_line_new ()</title>
-<indexterm zone="ags-drum-output-line-new"><primary>ags_drum_output_line_new</primary></indexterm>
-<programlisting><link linkend="AgsDrumOutputLine"><returnvalue>AgsDrumOutputLine</returnvalue></link> * ags_drum_output_line_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_output_line_callbacks.xml b/doc/reference/ags/xml/ags_drum_output_line_callbacks.xml
deleted file mode 100644
index 809865a..0000000
--- a/doc/reference/ags/xml/ags_drum_output_line_callbacks.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-drum-output-line-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-drum-output-line-callbacks.top_of_page">ags_drum_output_line_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_drum_output_line_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-drum-output-line-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-drum-output-line-parent-set-callback">ags_drum_output_line_parent_set_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-drum-output-line-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-drum-output-line-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-drum-output-line-parent-set-callback" role="function">
-<title>ags_drum_output_line_parent_set_callback ()</title>
-<indexterm zone="ags-drum-output-line-parent-set-callback"><primary>ags_drum_output_line_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_drum_output_line_parent_set_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_output_pad.xml b/doc/reference/ags/xml/ags_drum_output_pad.xml
deleted file mode 100644
index 5f0d7b3..0000000
--- a/doc/reference/ags/xml/ags_drum_output_pad.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDrumOutputPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDrumOutputPad.top_of_page">AgsDrumOutputPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDrumOutputPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDrumOutputPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsDrumOutputPad">AgsDrumOutputPad</link>;
-struct              <link linkend="AgsDrumOutputPadClass">AgsDrumOutputPadClass</link>;
-enum                <link linkend="AgsDrumOutputPadFlags">AgsDrumOutputPadFlags</link>;
-<link linkend="AgsDrumOutputPad"><returnvalue>AgsDrumOutputPad</returnvalue></link> *  <link linkend="ags-drum-output-pad-new">ags_drum_output_pad_new</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDrumOutputPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDrumOutputPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDrumOutputPad" role="struct">
-<title>struct AgsDrumOutputPad</title>
-<indexterm zone="AgsDrumOutputPad"><primary>AgsDrumOutputPad</primary></indexterm>
-<programlisting>struct AgsDrumOutputPad {
-  AgsPad pad;
-
-  guint flags;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumOutputPadClass" role="struct">
-<title>struct AgsDrumOutputPadClass</title>
-<indexterm zone="AgsDrumOutputPadClass"><primary>AgsDrumOutputPadClass</primary></indexterm>
-<programlisting>struct AgsDrumOutputPadClass {
-  AgsPadClass pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDrumOutputPadFlags" role="enum">
-<title>enum AgsDrumOutputPadFlags</title>
-<indexterm zone="AgsDrumOutputPadFlags"><primary>AgsDrumOutputPadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_DRUM_OUTPUT_PAD_PLAY_DONE  = 1,
-} AgsDrumOutputPadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-output-pad-new" role="function">
-<title>ags_drum_output_pad_new ()</title>
-<indexterm zone="ags-drum-output-pad-new"><primary>ags_drum_output_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsDrumOutputPad"><returnvalue>AgsDrumOutputPad</returnvalue></link> *  ags_drum_output_pad_new             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_drum_output_pad_callbacks.xml b/doc/reference/ags/xml/ags_drum_output_pad_callbacks.xml
deleted file mode 100644
index ea6aad5..0000000
--- a/doc/reference/ags/xml/ags_drum_output_pad_callbacks.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-drum-output-pad-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-drum-output-pad-callbacks.top_of_page">ags_drum_output_pad_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_drum_output_pad_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-drum-output-pad-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-output-pad-play-cancel">ags_drum_output_pad_play_cancel</link>     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrumOutputPad"><type>AgsDrumOutputPad</type></link> *drum_output_pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-drum-output-pad-play-done">ags_drum_output_pad_play_done</link>       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrumOutputPad"><type>AgsDrumOutputPad</type></link> *drum_output_pad</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-drum-output-pad-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-drum-output-pad-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-drum-output-pad-play-cancel" role="function">
-<title>ags_drum_output_pad_play_cancel ()</title>
-<indexterm zone="ags-drum-output-pad-play-cancel"><primary>ags_drum_output_pad_play_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_output_pad_play_cancel     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrumOutputPad"><type>AgsDrumOutputPad</type></link> *drum_output_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-drum-output-pad-play-done" role="function">
-<title>ags_drum_output_pad_play_done ()</title>
-<indexterm zone="ags-drum-output-pad-play-done"><primary>ags_drum_output_pad_play_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_drum_output_pad_play_done       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsDrumOutputPad"><type>AgsDrumOutputPad</type></link> *drum_output_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_dynamic_connectable.xml b/doc/reference/ags/xml/ags_dynamic_connectable.xml
deleted file mode 100644
index 95f6c8d..0000000
--- a/doc/reference/ags/xml/ags_dynamic_connectable.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsDynamicConnectable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsDynamicConnectable.top_of_page">AgsDynamicConnectable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsDynamicConnectable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsDynamicConnectable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsDynamicConnectable">AgsDynamicConnectable</link>;
-struct              <link linkend="AgsDynamicConnectableInterface">AgsDynamicConnectableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-dynamic-connectable-connect">ags_dynamic_connectable_connect</link>     (<parameter><link linkend="AgsDynamicConnectable"><type>AgsDynamicConnectable</type></link> *connectable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-dynamic-connectable-disconnect">ags_dynamic_connectable_disconnect</link>  (<parameter><link linkend="AgsDynamicConnectable"><type>AgsDynamicConnectable</type></link> *connectable</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsDynamicConnectable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsDynamicConnectable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsDynamicConnectable" role="typedef">
-<title>AgsDynamicConnectable</title>
-<indexterm zone="AgsDynamicConnectable"><primary>AgsDynamicConnectable</primary></indexterm>
-<programlisting>typedef void AgsDynamicConnectable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsDynamicConnectableInterface" role="struct">
-<title>struct AgsDynamicConnectableInterface</title>
-<indexterm zone="AgsDynamicConnectableInterface"><primary>AgsDynamicConnectableInterface</primary></indexterm>
-<programlisting>struct AgsDynamicConnectableInterface {
-  GTypeInterface interface;
-
-  void (*connect_dynamic)(AgsDynamicConnectable *connectable);
-  void (*disconnect_dynamic)(AgsDynamicConnectable *connectable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-dynamic-connectable-connect" role="function">
-<title>ags_dynamic_connectable_connect ()</title>
-<indexterm zone="ags-dynamic-connectable-connect"><primary>ags_dynamic_connectable_connect</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_dynamic_connectable_connect     (<parameter><link linkend="AgsDynamicConnectable"><type>AgsDynamicConnectable</type></link> *connectable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-dynamic-connectable-disconnect" role="function">
-<title>ags_dynamic_connectable_disconnect ()</title>
-<indexterm zone="ags-dynamic-connectable-disconnect"><primary>ags_dynamic_connectable_disconnect</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_dynamic_connectable_disconnect  (<parameter><link linkend="AgsDynamicConnectable"><type>AgsDynamicConnectable</type></link> *connectable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_echo.xml b/doc/reference/ags/xml/ags_echo.xml
deleted file mode 100644
index b0cd598..0000000
--- a/doc/reference/ags/xml/ags_echo.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-echo">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-echo.top_of_page">ags_echo</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_echo</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-echo.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-echo">ags_echo</link>                            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-echo.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-echo.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-echo" role="function">
-<title>ags_echo ()</title>
-<indexterm zone="ags-echo"><primary>ags_echo</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_echo                            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_editor.xml b/doc/reference/ags/xml/ags_editor.xml
deleted file mode 100644
index 2ce122e..0000000
--- a/doc/reference/ags/xml/ags_editor.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsEditor.top_of_page">AgsEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-EDITOR-DEFAULT:CAPS">AGS_EDITOR_DEFAULT</link>
-#define             <link linkend="AGS-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_EDITOR_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-EDITOR-DEFAULT-VERSION:CAPS">AGS_EDITOR_DEFAULT_VERSION</link>
-struct              <link linkend="AgsEditor">AgsEditor</link>;
-struct              <link linkend="AgsEditorClass">AgsEditorClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-machine-changed">ags_editor_machine_changed</link>          (<parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="AgsEditor"><returnvalue>AgsEditor</returnvalue></link> *         <link linkend="ags-editor-new">ags_editor_new</link>                      ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-EDITOR-DEFAULT:CAPS" role="macro">
-<title>AGS_EDITOR_DEFAULT</title>
-<indexterm zone="AGS-EDITOR-DEFAULT:CAPS"><primary>AGS_EDITOR_DEFAULT</primary></indexterm>
-<programlisting>#define AGS_EDITOR_DEFAULT "default\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-EDITOR-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_EDITOR_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-EDITOR-DEFAULT-BUILD-ID:CAPS"><primary>AGS_EDITOR_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-EDITOR-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_EDITOR_DEFAULT_VERSION</title>
-<indexterm zone="AGS-EDITOR-DEFAULT-VERSION:CAPS"><primary>AGS_EDITOR_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsEditor" role="struct">
-<title>struct AgsEditor</title>
-<indexterm zone="AgsEditor"><primary>AgsEditor</primary></indexterm>
-<programlisting>struct AgsEditor {
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsDevout *devout;
-
-  AgsMachineSelector *machine_selector;
-  AgsMachine *selected_machine;
-  gulong set_audio_channels_handler;
-  gulong set_pads_handler;
-
-  AgsToolbar *toolbar;
-
-  AgsNotebook *notebook;
-
-  AgsMeter *meter;
-  AgsNoteEdit *note_edit;
-
-  guint tact_counter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsEditorClass" role="struct">
-<title>struct AgsEditorClass</title>
-<indexterm zone="AgsEditorClass"><primary>AgsEditorClass</primary></indexterm>
-<programlisting>struct AgsEditorClass {
-  GtkVBoxClass vbox;
-
-  void (*machine_changed)(AgsEditor *editor, AgsMachine *machine);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-machine-changed" role="function">
-<title>ags_editor_machine_changed ()</title>
-<indexterm zone="ags-editor-machine-changed"><primary>ags_editor_machine_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_machine_changed          (<parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-new" role="function">
-<title>ags_editor_new ()</title>
-<indexterm zone="ags-editor-new"><primary>ags_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsEditor"><returnvalue>AgsEditor</returnvalue></link> *         ags_editor_new                      ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_editor_callbacks.xml b/doc/reference/ags/xml/ags_editor_callbacks.xml
deleted file mode 100644
index 75a2fb1..0000000
--- a/doc/reference/ags/xml/ags_editor_callbacks.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-editor-callbacks.top_of_page">ags_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-change-position-callback">ags_editor_change_position_callback</link> (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-machine-changed-callback">ags_editor_machine_changed_callback</link> (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-parent-set-callback">ags_editor_parent_set_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-set-audio-channels-callback">ags_editor_set_audio_channels_callback</link>
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-editor-set-pads-callback">ags_editor_set_pads_callback</link>        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-editor-change-position-callback" role="function">
-<title>ags_editor_change_position_callback ()</title>
-<indexterm zone="ags-editor-change-position-callback"><primary>ags_editor_change_position_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_change_position_callback (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-machine-changed-callback" role="function">
-<title>ags_editor_machine_changed_callback ()</title>
-<indexterm zone="ags-editor-machine-changed-callback"><primary>ags_editor_machine_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_machine_changed_callback (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-parent-set-callback" role="function">
-<title>ags_editor_parent_set_callback ()</title>
-<indexterm zone="ags-editor-parent-set-callback"><primary>ags_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_parent_set_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-set-audio-channels-callback" role="function">
-<title>ags_editor_set_audio_channels_callback ()</title>
-<indexterm zone="ags-editor-set-audio-channels-callback"><primary>ags_editor_set_audio_channels_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_set_audio_channels_callback
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-editor-set-pads-callback" role="function">
-<title>ags_editor_set_pads_callback ()</title>
-<indexterm zone="ags-editor-set-pads-callback"><primary>ags_editor_set_pads_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_editor_set_pads_callback        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_effect.xml b/doc/reference/ags/xml/ags_effect.xml
deleted file mode 100644
index b92f9e0..0000000
--- a/doc/reference/ags/xml/ags_effect.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsEffect">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsEffect.top_of_page">AgsEffect</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsEffect</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsEffect.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsEffect">AgsEffect</link>;
-struct              <link linkend="AgsEffectInterface">AgsEffectInterface</link>;
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsEffect.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsEffect.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsEffect" role="typedef">
-<title>AgsEffect</title>
-<indexterm zone="AgsEffect"><primary>AgsEffect</primary></indexterm>
-<programlisting>typedef void AgsEffect;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsEffectInterface" role="struct">
-<title>struct AgsEffectInterface</title>
-<indexterm zone="AgsEffectInterface"><primary>AgsEffectInterface</primary></indexterm>
-<programlisting>struct AgsEffectInterface {
-  GTypeInterface interface;
-};
-</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_expander.xml b/doc/reference/ags/xml/ags_expander.xml
deleted file mode 100644
index a98caa5..0000000
--- a/doc/reference/ags/xml/ags_expander.xml
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsExpander">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsExpander.top_of_page">AgsExpander</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsExpander</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsExpander.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-EXPANDER-CHILD:CAPS">AGS_EXPANDER_CHILD</link>                  (ptr)
-struct              <link linkend="AgsExpander">AgsExpander</link>;
-struct              <link linkend="AgsExpanderChild">AgsExpanderChild</link>;
-struct              <link linkend="AgsExpanderClass">AgsExpanderClass</link>;
-enum                <link linkend="AgsExpanderFlags">AgsExpanderFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-expander-add">ags_expander_add</link>                    (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="AgsExpanderChild"><returnvalue>AgsExpanderChild</returnvalue></link> *  <link linkend="ags-expander-child-alloc">ags_expander_child_alloc</link>            (<parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="AgsExpanderChild"><returnvalue>AgsExpanderChild</returnvalue></link> *  <link linkend="ags-expander-child-find">ags_expander_child_find</link>             (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);
-<link linkend="AgsExpander"><returnvalue>AgsExpander</returnvalue></link> *       <link linkend="ags-expander-new">ags_expander_new</link>                    (<parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-expander-remove">ags_expander_remove</link>                 (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsExpander.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsExpander.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-EXPANDER-CHILD:CAPS" role="macro">
-<title>AGS_EXPANDER_CHILD()</title>
-<indexterm zone="AGS-EXPANDER-CHILD:CAPS"><primary>AGS_EXPANDER_CHILD</primary></indexterm>
-<programlisting>#define AGS_EXPANDER_CHILD(ptr) ((AgsExpanderChild *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpander" role="struct">
-<title>struct AgsExpander</title>
-<indexterm zone="AgsExpander"><primary>AgsExpander</primary></indexterm>
-<programlisting>struct AgsExpander {
-  GtkExpander expander;
-
-  guint flags;
-
-  GtkTable *table;
-
-  GList *children;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderChild" role="struct">
-<title>struct AgsExpanderChild</title>
-<indexterm zone="AgsExpanderChild"><primary>AgsExpanderChild</primary></indexterm>
-<programlisting>struct AgsExpanderChild {
-  GtkWidget *child;
-
-  guint x;
-  guint y;
-
-  guint width;
-  guint height;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderClass" role="struct">
-<title>struct AgsExpanderClass</title>
-<indexterm zone="AgsExpanderClass"><primary>AgsExpanderClass</primary></indexterm>
-<programlisting>struct AgsExpanderClass {
-  GtkExpanderClass expander;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderFlags" role="enum">
-<title>enum AgsExpanderFlags</title>
-<indexterm zone="AgsExpanderFlags"><primary>AgsExpanderFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_EXPANDER_DRAW_BORDER        = 1,
-} AgsExpanderFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-add" role="function">
-<title>ags_expander_add ()</title>
-<indexterm zone="ags-expander-add"><primary>ags_expander_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_expander_add                    (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-child-alloc" role="function">
-<title>ags_expander_child_alloc ()</title>
-<indexterm zone="ags-expander-child-alloc"><primary>ags_expander_child_alloc</primary></indexterm>
-<programlisting><link linkend="AgsExpanderChild"><returnvalue>AgsExpanderChild</returnvalue></link> *  ags_expander_child_alloc            (<parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-child-find" role="function">
-<title>ags_expander_child_find ()</title>
-<indexterm zone="ags-expander-child-find"><primary>ags_expander_child_find</primary></indexterm>
-<programlisting><link linkend="AgsExpanderChild"><returnvalue>AgsExpanderChild</returnvalue></link> *  ags_expander_child_find             (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-new" role="function">
-<title>ags_expander_new ()</title>
-<indexterm zone="ags-expander-new"><primary>ags_expander_new</primary></indexterm>
-<programlisting><link linkend="AgsExpander"><returnvalue>AgsExpander</returnvalue></link> *       ags_expander_new                    (<parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-remove" role="function">
-<title>ags_expander_remove ()</title>
-<indexterm zone="ags-expander-remove"><primary>ags_expander_remove</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_expander_remove                 (<parameter><link linkend="AgsExpander"><type>AgsExpander</type></link> *expander</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_expander_set.xml b/doc/reference/ags/xml/ags_expander_set.xml
deleted file mode 100644
index d8b7c7a..0000000
--- a/doc/reference/ags/xml/ags_expander_set.xml
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsExpanderSet">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsExpanderSet.top_of_page">AgsExpanderSet</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsExpanderSet</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsExpanderSet.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-EXPANDER-SET-CHILD:CAPS">AGS_EXPANDER_SET_CHILD</link>              (ptr)
-struct              <link linkend="AgsExpanderSet">AgsExpanderSet</link>;
-struct              <link linkend="AgsExpanderSetChild">AgsExpanderSetChild</link>;
-struct              <link linkend="AgsExpanderSetClass">AgsExpanderSetClass</link>;
-enum                <link linkend="AgsExpanderSetFlags">AgsExpanderSetFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-expander-set-add">ags_expander_set_add</link>                (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="AgsExpanderSetChild"><returnvalue>AgsExpanderSetChild</returnvalue></link> * <link linkend="ags-expander-set-child-alloc">ags_expander_set_child_alloc</link>      (<parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="AgsExpanderSetChild"><returnvalue>AgsExpanderSetChild</returnvalue></link> * <link linkend="ags-expander-set-child-find">ags_expander_set_child_find</link>       (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);
-<link linkend="AgsExpanderSet"><returnvalue>AgsExpanderSet</returnvalue></link> *    <link linkend="ags-expander-set-new">ags_expander_set_new</link>                (<parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-expander-set-remove">ags_expander_set_remove</link>             (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-expander-set-set-flags">ags_expander_set_set_flags</link>          (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsExpanderSet.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsExpanderSet.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-EXPANDER-SET-CHILD:CAPS" role="macro">
-<title>AGS_EXPANDER_SET_CHILD()</title>
-<indexterm zone="AGS-EXPANDER-SET-CHILD:CAPS"><primary>AGS_EXPANDER_SET_CHILD</primary></indexterm>
-<programlisting>#define AGS_EXPANDER_SET_CHILD(ptr) ((AgsExpanderSetChild *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderSet" role="struct">
-<title>struct AgsExpanderSet</title>
-<indexterm zone="AgsExpanderSet"><primary>AgsExpanderSet</primary></indexterm>
-<programlisting>struct AgsExpanderSet {
-  GtkTable table;
-
-  guint flags;
-
-  GList *ghost;
-  GList *location;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderSetChild" role="struct">
-<title>struct AgsExpanderSetChild</title>
-<indexterm zone="AgsExpanderSetChild"><primary>AgsExpanderSetChild</primary></indexterm>
-<programlisting>struct AgsExpanderSetChild {
-  GtkWidget *child;
-
-  guint x;
-  guint y;
-
-  guint width;
-  guint height;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderSetClass" role="struct">
-<title>struct AgsExpanderSetClass</title>
-<indexterm zone="AgsExpanderSetClass"><primary>AgsExpanderSetClass</primary></indexterm>
-<programlisting>struct AgsExpanderSetClass {
-  GtkTableClass table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExpanderSetFlags" role="enum">
-<title>enum AgsExpanderSetFlags</title>
-<indexterm zone="AgsExpanderSetFlags"><primary>AgsExpanderSetFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_EXPANDER_SET_DRAW_GHOST            = 1,
-  AGS_EXPANDER_SET_DRAW_LEFT_ENDING      = 1 << 1,
-  AGS_EXPANDER_SET_DRAW_RIGHT_ENDING     = 1 << 2,
-  AGS_EXPANDER_SET_DRAW_LEFT_CONNECTOR   = 1 << 3,
-  AGS_EXPANDER_SET_DRAW_RIGHT_CONNECTOR  = 1 << 4,
-} AgsExpanderSetFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-add" role="function">
-<title>ags_expander_set_add ()</title>
-<indexterm zone="ags-expander-set-add"><primary>ags_expander_set_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_expander_set_add                (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-child-alloc" role="function">
-<title>ags_expander_set_child_alloc ()</title>
-<indexterm zone="ags-expander-set-child-alloc"><primary>ags_expander_set_child_alloc</primary></indexterm>
-<programlisting><link linkend="AgsExpanderSetChild"><returnvalue>AgsExpanderSetChild</returnvalue></link> * ags_expander_set_child_alloc      (<parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-child-find" role="function">
-<title>ags_expander_set_child_find ()</title>
-<indexterm zone="ags-expander-set-child-find"><primary>ags_expander_set_child_find</primary></indexterm>
-<programlisting><link linkend="AgsExpanderSetChild"><returnvalue>AgsExpanderSetChild</returnvalue></link> * ags_expander_set_child_find       (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-new" role="function">
-<title>ags_expander_set_new ()</title>
-<indexterm zone="ags-expander-set-new"><primary>ags_expander_set_new</primary></indexterm>
-<programlisting><link linkend="AgsExpanderSet"><returnvalue>AgsExpanderSet</returnvalue></link> *    ags_expander_set_new                (<parameter><link linkend="guint"><type>guint</type></link> width</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-remove" role="function">
-<title>ags_expander_set_remove ()</title>
-<indexterm zone="ags-expander-set-remove"><primary>ags_expander_set_remove</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_expander_set_remove             (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-expander-set-set-flags" role="function">
-<title>ags_expander_set_set_flags ()</title>
-<indexterm zone="ags-expander-set-set-flags"><primary>ags_expander_set_set_flags</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_expander_set_set_flags          (<parameter><link linkend="AgsExpanderSet"><type>AgsExpanderSet</type></link> *expander_set</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_export_output.xml b/doc/reference/ags/xml/ags_export_output.xml
deleted file mode 100644
index ee93bcc..0000000
--- a/doc/reference/ags/xml/ags_export_output.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsExportOutput">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsExportOutput.top_of_page">AgsExportOutput</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsExportOutput</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsExportOutput.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsExportOutput">AgsExportOutput</link>;
-struct              <link linkend="AgsExportOutputClass">AgsExportOutputClass</link>;
-<link linkend="AgsExportOutput"><returnvalue>AgsExportOutput</returnvalue></link> *   <link linkend="ags-export-output-new">ags_export_output_new</link>               (<parameter><link linkend="AgsExportThread"><type>AgsExportThread</type></link> *export_thread</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> live_performance</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsExportOutput.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsExportOutput.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsExportOutput" role="struct">
-<title>struct AgsExportOutput</title>
-<indexterm zone="AgsExportOutput"><primary>AgsExportOutput</primary></indexterm>
-<programlisting>struct AgsExportOutput {
-  AgsTask task;
-
-  AgsExportThread *export_thread;
-  AgsDevout *devout;
-  gchar *filename;
-  guint tic;
-  gboolean live_performance;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExportOutputClass" role="struct">
-<title>struct AgsExportOutputClass</title>
-<indexterm zone="AgsExportOutputClass"><primary>AgsExportOutputClass</primary></indexterm>
-<programlisting>struct AgsExportOutputClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-export-output-new" role="function">
-<title>ags_export_output_new ()</title>
-<indexterm zone="ags-export-output-new"><primary>ags_export_output_new</primary></indexterm>
-<programlisting><link linkend="AgsExportOutput"><returnvalue>AgsExportOutput</returnvalue></link> *   ags_export_output_new               (<parameter><link linkend="AgsExportThread"><type>AgsExportThread</type></link> *export_thread</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> live_performance</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_export_thread.xml b/doc/reference/ags/xml/ags_export_thread.xml
deleted file mode 100644
index 54cffab..0000000
--- a/doc/reference/ags/xml/ags_export_thread.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsExportThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsExportThread.top_of_page">AgsExportThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsExportThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsExportThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-EXPORT-THREAD-BUFFER-TIME:CAPS">AGS_EXPORT_THREAD_BUFFER_TIME</link>
-#define             <link linkend="AGS-EXPORT-THREAD-DEFAULT-JIFFIE:CAPS">AGS_EXPORT_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsExportThread">AgsExportThread</link>;
-struct              <link linkend="AgsExportThreadClass">AgsExportThreadClass</link>;
-<link linkend="AgsExportThread"><returnvalue>AgsExportThread</returnvalue></link> *   <link linkend="ags-export-thread-new">ags_export_thread_new</link>               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsExportThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsExportThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-EXPORT-THREAD-BUFFER-TIME:CAPS" role="macro">
-<title>AGS_EXPORT_THREAD_BUFFER_TIME</title>
-<indexterm zone="AGS-EXPORT-THREAD-BUFFER-TIME:CAPS"><primary>AGS_EXPORT_THREAD_BUFFER_TIME</primary></indexterm>
-<programlisting>#define AGS_EXPORT_THREAD_BUFFER_TIME (1.0 / (AGS_DEVOUT_DEFAULT_FORMAT / 8))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-EXPORT-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_EXPORT_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-EXPORT-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_EXPORT_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_EXPORT_THREAD_DEFAULT_JIFFIE (48.0) // same as devout thread
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExportThread" role="struct">
-<title>struct AgsExportThread</title>
-<indexterm zone="AgsExportThread"><primary>AgsExportThread</primary></indexterm>
-<programlisting>struct AgsExportThread {
-  AgsThread thread;
-
-  guint flags;
-
-  guint tic;
-  guint counter;
-
-  AgsAudioFile *audio_file;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExportThreadClass" role="struct">
-<title>struct AgsExportThreadClass</title>
-<indexterm zone="AgsExportThreadClass"><primary>AgsExportThreadClass</primary></indexterm>
-<programlisting>struct AgsExportThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-export-thread-new" role="function">
-<title>ags_export_thread_new ()</title>
-<indexterm zone="ags-export-thread-new"><primary>ags_export_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsExportThread"><returnvalue>AgsExportThread</returnvalue></link> *   ags_export_thread_new               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_export_window.xml b/doc/reference/ags/xml/ags_export_window.xml
deleted file mode 100644
index ac8f080..0000000
--- a/doc/reference/ags/xml/ags_export_window.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsExportWindow">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsExportWindow.top_of_page">AgsExportWindow</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsExportWindow</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsExportWindow.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsExportWindow">AgsExportWindow</link>;
-struct              <link linkend="AgsExportWindowClass">AgsExportWindowClass</link>;
-enum                <link linkend="AgsExportWindowFlags">AgsExportWindowFlags</link>;
-<link linkend="AgsExportWindow"><returnvalue>AgsExportWindow</returnvalue></link> *   <link linkend="ags-export-window-new">ags_export_window_new</link>               ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsExportWindow.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsExportWindow.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsExportWindow" role="struct">
-<title>struct AgsExportWindow</title>
-<indexterm zone="AgsExportWindow"><primary>AgsExportWindow</primary></indexterm>
-<programlisting>struct AgsExportWindow {
-  GtkWindow window;
-
-  guint flags;
-
-  GObject *ags_main;
-  AgsDevout *devout;
-
-  GtkCheckButton *live_export;
-
-  GtkEntry *filename;
-  GtkFileChooserButton *file_chooser_button;
-
-  GtkComboBoxText *mode;
-  GtkSpinButton *tact;
-  GtkLabel *duration;
-  GtkComboBoxText *output_format;
-
-  GtkToggleButton *export;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExportWindowClass" role="struct">
-<title>struct AgsExportWindowClass</title>
-<indexterm zone="AgsExportWindowClass"><primary>AgsExportWindowClass</primary></indexterm>
-<programlisting>struct AgsExportWindowClass {
-  GtkWindowClass window;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsExportWindowFlags" role="enum">
-<title>enum AgsExportWindowFlags</title>
-<indexterm zone="AgsExportWindowFlags"><primary>AgsExportWindowFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_EXPORT_WINDOW_LIVE_EXPORT   = 1,
-} AgsExportWindowFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-export-window-new" role="function">
-<title>ags_export_window_new ()</title>
-<indexterm zone="ags-export-window-new"><primary>ags_export_window_new</primary></indexterm>
-<programlisting><link linkend="AgsExportWindow"><returnvalue>AgsExportWindow</returnvalue></link> *   ags_export_window_new               ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_export_window_callbacks.xml b/doc/reference/ags/xml/ags_export_window_callbacks.xml
deleted file mode 100644
index 806031b..0000000
--- a/doc/reference/ags/xml/ags_export_window_callbacks.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-export-window-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-export-window-callbacks.top_of_page">ags_export_window_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_export_window_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-export-window-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-export-window-export-callback">ags_export_window_export_callback</link>   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-export-window-file-chooser-button-callback">ags_export_window_file_chooser_button_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *file_chooser_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-export-window-tact-callback">ags_export_window_tact_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-export-window-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-export-window-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-export-window-export-callback" role="function">
-<title>ags_export_window_export_callback ()</title>
-<indexterm zone="ags-export-window-export-callback"><primary>ags_export_window_export_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_export_window_export_callback   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-export-window-file-chooser-button-callback" role="function">
-<title>ags_export_window_file_chooser_button_callback ()</title>
-<indexterm zone="ags-export-window-file-chooser-button-callback"><primary>ags_export_window_file_chooser_button_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_export_window_file_chooser_button_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *file_chooser_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-export-window-tact-callback" role="function">
-<title>ags_export_window_tact_callback ()</title>
-<indexterm zone="ags-export-window-tact-callback"><primary>ags_export_window_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_export_window_tact_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsExportWindow"><type>AgsExportWindow</type></link> *export_window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ffplayer.xml b/doc/reference/ags/xml/ags_ffplayer.xml
deleted file mode 100644
index 65052e2..0000000
--- a/doc/reference/ags/xml/ags_ffplayer.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFFPlayer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFFPlayer.top_of_page">AgsFFPlayer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFFPlayer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFFPlayer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFFPlayer">AgsFFPlayer</link>;
-struct              <link linkend="AgsFFPlayerClass">AgsFFPlayerClass</link>;
-<link linkend="AgsFFPlayer"><returnvalue>AgsFFPlayer</returnvalue></link> *       <link linkend="ags-ffplayer-new">ags_ffplayer_new</link>                    (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-paint">ags_ffplayer_paint</link>                  (<parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFFPlayer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFFPlayer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFFPlayer" role="struct">
-<title>struct AgsFFPlayer</title>
-<indexterm zone="AgsFFPlayer"><primary>AgsFFPlayer</primary></indexterm>
-<programlisting>struct AgsFFPlayer {
-  AgsMachine machine;
-
-  guint mapped_output_pad;
-  guint mapped_input_pad;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkButton *open;
-
-  guint control_width;
-  guint control_height;
-  
-  GtkDrawingArea *drawing_area;
-  GtkAdjustment *hadjustment;
-
-  AgsIpatch *ipatch;
-  GtkComboBoxText *preset;
-  GtkComboBoxText *instrument;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFFPlayerClass" role="struct">
-<title>struct AgsFFPlayerClass</title>
-<indexterm zone="AgsFFPlayerClass"><primary>AgsFFPlayerClass</primary></indexterm>
-<programlisting>struct AgsFFPlayerClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-new" role="function">
-<title>ags_ffplayer_new ()</title>
-<indexterm zone="ags-ffplayer-new"><primary>ags_ffplayer_new</primary></indexterm>
-<programlisting><link linkend="AgsFFPlayer"><returnvalue>AgsFFPlayer</returnvalue></link> *       ags_ffplayer_new                    (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-paint" role="function">
-<title>ags_ffplayer_paint ()</title>
-<indexterm zone="ags-ffplayer-paint"><primary>ags_ffplayer_paint</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_paint                  (<parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ffplayer_callbacks.xml b/doc/reference/ags/xml/ags_ffplayer_callbacks.xml
deleted file mode 100644
index 2bea2eb..0000000
--- a/doc/reference/ags/xml/ags_ffplayer_callbacks.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-ffplayer-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-ffplayer-callbacks.top_of_page">ags_ffplayer_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_ffplayer_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-ffplayer-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-ffplayer-drawing-area-button-press-callback">ags_ffplayer_drawing_area_button_press_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-ffplayer-drawing-area-configure-callback">ags_ffplayer_drawing_area_configure_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-ffplayer-drawing-area-expose-callback">ags_ffplayer_drawing_area_expose_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-hscrollbar-value-changed">ags_ffplayer_hscrollbar_value_changed</link>
-                                                        (<parameter><link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> *adjustment</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayers</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-instrument-changed-callback">ags_ffplayer_instrument_changed_callback</link>
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *instrument</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-open-clicked-callback">ags_ffplayer_open_clicked_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-open-dialog-response-callback">ags_ffplayer_open_dialog_response_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-parent-set-callback">ags_ffplayer_parent_set_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ffplayer-preset-changed-callback">ags_ffplayer_preset_changed_callback</link>
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *preset</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-ffplayer-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-ffplayer-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-ffplayer-drawing-area-button-press-callback" role="function">
-<title>ags_ffplayer_drawing_area_button_press_callback ()</title>
-<indexterm zone="ags-ffplayer-drawing-area-button-press-callback"><primary>ags_ffplayer_drawing_area_button_press_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_ffplayer_drawing_area_button_press_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-drawing-area-configure-callback" role="function">
-<title>ags_ffplayer_drawing_area_configure_callback ()</title>
-<indexterm zone="ags-ffplayer-drawing-area-configure-callback"><primary>ags_ffplayer_drawing_area_configure_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_ffplayer_drawing_area_configure_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-drawing-area-expose-callback" role="function">
-<title>ags_ffplayer_drawing_area_expose_callback ()</title>
-<indexterm zone="ags-ffplayer-drawing-area-expose-callback"><primary>ags_ffplayer_drawing_area_expose_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_ffplayer_drawing_area_expose_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-hscrollbar-value-changed" role="function">
-<title>ags_ffplayer_hscrollbar_value_changed ()</title>
-<indexterm zone="ags-ffplayer-hscrollbar-value-changed"><primary>ags_ffplayer_hscrollbar_value_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_hscrollbar_value_changed
-                                                        (<parameter><link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> *adjustment</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayers</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-instrument-changed-callback" role="function">
-<title>ags_ffplayer_instrument_changed_callback ()</title>
-<indexterm zone="ags-ffplayer-instrument-changed-callback"><primary>ags_ffplayer_instrument_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_instrument_changed_callback
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *instrument</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-open-clicked-callback" role="function">
-<title>ags_ffplayer_open_clicked_callback ()</title>
-<indexterm zone="ags-ffplayer-open-clicked-callback"><primary>ags_ffplayer_open_clicked_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_open_clicked_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-open-dialog-response-callback" role="function">
-<title>ags_ffplayer_open_dialog_response_callback ()</title>
-<indexterm zone="ags-ffplayer-open-dialog-response-callback"><primary>ags_ffplayer_open_dialog_response_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_open_dialog_response_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-parent-set-callback" role="function">
-<title>ags_ffplayer_parent_set_callback ()</title>
-<indexterm zone="ags-ffplayer-parent-set-callback"><primary>ags_ffplayer_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_parent_set_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ffplayer-preset-changed-callback" role="function">
-<title>ags_ffplayer_preset_changed_callback ()</title>
-<indexterm zone="ags-ffplayer-preset-changed-callback"><primary>ags_ffplayer_preset_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ffplayer_preset_changed_callback
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *preset</parameter>,
-                                                         <parameter><link linkend="AgsFFPlayer"><type>AgsFFPlayer</type></link> *ffplayer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file.xml b/doc/reference/ags/xml/ags_file.xml
deleted file mode 100644
index 8ac85fc..0000000
--- a/doc/reference/ags/xml/ags_file.xml
+++ /dev/null
@@ -1,304 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFile.top_of_page">AgsFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-FILE-CHECKSUM-LENGTH:CAPS">AGS_FILE_CHECKSUM_LENGTH</link>
-#define             <link linkend="AGS-FILE-DEFAULT-AUDIO-ENCODING:CAPS">AGS_FILE_DEFAULT_AUDIO_ENCODING</link>
-#define             <link linkend="AGS-FILE-DEFAULT-AUDIO-FORMAT:CAPS">AGS_FILE_DEFAULT_AUDIO_FORMAT</link>
-#define             <link linkend="AGS-FILE-DEFAULT-DTD:CAPS">AGS_FILE_DEFAULT_DTD</link>
-#define             <link linkend="AGS-FILE-DEFAULT-ENCODING:CAPS">AGS_FILE_DEFAULT_ENCODING</link>
-struct              <link linkend="AgsFile">AgsFile</link>;
-struct              <link linkend="AgsFileClass">AgsFileClass</link>;
-enum                <link linkend="AgsFileFlags">AgsFileFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-add-id-ref">ags_file_add_id_ref</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *id_ref</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-add-launch">ags_file_add_launch</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *file_launch</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-add-lookup">ags_file_add_lookup</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *file_lookup</parameter>);
-<link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           <link linkend="ags-file-find-id-ref-by-node">ags_file_find_id_ref_by_node</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>);
-<link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           <link linkend="ags-file-find-id-ref-by-reference">ags_file_find_id_ref_by_reference</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> ref</parameter>);
-<link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           <link linkend="ags-file-find-id-ref-by-xpath">ags_file_find_id_ref_by_xpath</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xpath</parameter>);
-<link linkend="AgsFile"><returnvalue>AgsFile</returnvalue></link> *           <link linkend="ags-file-new">ags_file_new</link>                        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read">ags_file_read</link>                       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-main">ags_file_read_main</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-resolve">ags_file_read_resolve</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-server">ags_file_read_server</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **server</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-start">ags_file_read_start</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-file-str2md5">ags_file_str2md5</link>                    (<parameter><link linkend="gchar"><type>gchar</type></link> *content</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> strlen</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-write">ags_file_write</link>                      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-write-concurrent">ags_file_write_concurrent</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-write-main">ags_file_write_main</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-write-resolve">ags_file_write_resolve</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-write-server">ags_file_write_server</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *server</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-FILE-CHECKSUM-LENGTH:CAPS" role="macro">
-<title>AGS_FILE_CHECKSUM_LENGTH</title>
-<indexterm zone="AGS-FILE-CHECKSUM-LENGTH:CAPS"><primary>AGS_FILE_CHECKSUM_LENGTH</primary></indexterm>
-<programlisting>#define AGS_FILE_CHECKSUM_LENGTH (g_checksum_type_get_length(G_CHECKSUM_MD5))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DEFAULT-AUDIO-ENCODING:CAPS" role="macro">
-<title>AGS_FILE_DEFAULT_AUDIO_ENCODING</title>
-<indexterm zone="AGS-FILE-DEFAULT-AUDIO-ENCODING:CAPS"><primary>AGS_FILE_DEFAULT_AUDIO_ENCODING</primary></indexterm>
-<programlisting>#define AGS_FILE_DEFAULT_AUDIO_ENCODING "base64\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DEFAULT-AUDIO-FORMAT:CAPS" role="macro">
-<title>AGS_FILE_DEFAULT_AUDIO_FORMAT</title>
-<indexterm zone="AGS-FILE-DEFAULT-AUDIO-FORMAT:CAPS"><primary>AGS_FILE_DEFAULT_AUDIO_FORMAT</primary></indexterm>
-<programlisting>#define AGS_FILE_DEFAULT_AUDIO_FORMAT "raw\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DEFAULT-DTD:CAPS" role="macro">
-<title>AGS_FILE_DEFAULT_DTD</title>
-<indexterm zone="AGS-FILE-DEFAULT-DTD:CAPS"><primary>AGS_FILE_DEFAULT_DTD</primary></indexterm>
-<programlisting>#define AGS_FILE_DEFAULT_DTD "ags_file.dtd\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DEFAULT-ENCODING:CAPS" role="macro">
-<title>AGS_FILE_DEFAULT_ENCODING</title>
-<indexterm zone="AGS-FILE-DEFAULT-ENCODING:CAPS"><primary>AGS_FILE_DEFAULT_ENCODING</primary></indexterm>
-<programlisting>#define AGS_FILE_DEFAULT_ENCODING "UTF-8\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFile" role="struct">
-<title>struct AgsFile</title>
-<indexterm zone="AgsFile"><primary>AgsFile</primary></indexterm>
-<programlisting>struct AgsFile {
-  GObject object;
-
-  guint flags;
-
-  gchar *filename;
-  gchar *encoding;
-  gchar *dtd;
-
-  gchar *audio_format;
-  gchar *audio_encoding;
-
-  xmlDoc *doc;
-
-  GList *id_refs;
-  GList *lookup;
-  GList *launch;
-
-  GObject *ags_main;
-
-  GObject *clipboard;
-  GList *property;
-  GList *script;
-  GObject *cluster;
-  GObject *client;
-  GObject *server;
-
-  GObject *history;
-
-  GList *embedded_audio;
-  GList *file_link;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileClass" role="struct">
-<title>struct AgsFileClass</title>
-<indexterm zone="AgsFileClass"><primary>AgsFileClass</primary></indexterm>
-<programlisting>struct AgsFileClass {
-  GObjectClass object;
-
-  void (*write)(AgsFile *file);
-  void (*write_concurrent)(AgsFile *file);
-  void (*write_resolve)(AgsFile *file);
-
-  void (*read)(AgsFile *file);
-  void (*read_resolve)(AgsFile *file);
-  void (*read_start)(AgsFile *file);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileFlags" role="enum">
-<title>enum AgsFileFlags</title>
-<indexterm zone="AgsFileFlags"><primary>AgsFileFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_FILE_READ                    = 1,
-  AGS_FILE_READ_AUDIO_SIGNAL       = 1 << 1,
-  AGS_FILE_READ_EMBEDDED_AUDIO     = 1 << 2,
-  AGS_FILE_WRITE                   = 1 << 3,
-  AGS_FILE_WRITE_AUDIO_SIGNAL      = 1 << 4,
-  AGS_FILE_WRITE_EMBEDDED_AUDIO    = 1 << 5,
-} AgsFileFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-add-id-ref" role="function">
-<title>ags_file_add_id_ref ()</title>
-<indexterm zone="ags-file-add-id-ref"><primary>ags_file_add_id_ref</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_add_id_ref                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *id_ref</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-add-launch" role="function">
-<title>ags_file_add_launch ()</title>
-<indexterm zone="ags-file-add-launch"><primary>ags_file_add_launch</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_add_launch                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *file_launch</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-add-lookup" role="function">
-<title>ags_file_add_lookup ()</title>
-<indexterm zone="ags-file-add-lookup"><primary>ags_file_add_lookup</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_add_lookup                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *file_lookup</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-find-id-ref-by-node" role="function">
-<title>ags_file_find_id_ref_by_node ()</title>
-<indexterm zone="ags-file-find-id-ref-by-node"><primary>ags_file_find_id_ref_by_node</primary></indexterm>
-<programlisting><link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           ags_file_find_id_ref_by_node        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-find-id-ref-by-reference" role="function">
-<title>ags_file_find_id_ref_by_reference ()</title>
-<indexterm zone="ags-file-find-id-ref-by-reference"><primary>ags_file_find_id_ref_by_reference</primary></indexterm>
-<programlisting><link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           ags_file_find_id_ref_by_reference   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> ref</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-find-id-ref-by-xpath" role="function">
-<title>ags_file_find_id_ref_by_xpath ()</title>
-<indexterm zone="ags-file-find-id-ref-by-xpath"><primary>ags_file_find_id_ref_by_xpath</primary></indexterm>
-<programlisting><link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           ags_file_find_id_ref_by_xpath       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xpath</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-new" role="function">
-<title>ags_file_new ()</title>
-<indexterm zone="ags-file-new"><primary>ags_file_new</primary></indexterm>
-<programlisting><link linkend="AgsFile"><returnvalue>AgsFile</returnvalue></link> *           ags_file_new                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read" role="function">
-<title>ags_file_read ()</title>
-<indexterm zone="ags-file-read"><primary>ags_file_read</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read                       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-main" role="function">
-<title>ags_file_read_main ()</title>
-<indexterm zone="ags-file-read-main"><primary>ags_file_read_main</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_main                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-resolve" role="function">
-<title>ags_file_read_resolve ()</title>
-<indexterm zone="ags-file-read-resolve"><primary>ags_file_read_resolve</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_resolve               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-server" role="function">
-<title>ags_file_read_server ()</title>
-<indexterm zone="ags-file-read-server"><primary>ags_file_read_server</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_server                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **server</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-start" role="function">
-<title>ags_file_read_start ()</title>
-<indexterm zone="ags-file-read-start"><primary>ags_file_read_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_start                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-str2md5" role="function">
-<title>ags_file_str2md5 ()</title>
-<indexterm zone="ags-file-str2md5"><primary>ags_file_str2md5</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_file_str2md5                    (<parameter><link linkend="gchar"><type>gchar</type></link> *content</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> strlen</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write" role="function">
-<title>ags_file_write ()</title>
-<indexterm zone="ags-file-write"><primary>ags_file_write</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_write                      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-concurrent" role="function">
-<title>ags_file_write_concurrent ()</title>
-<indexterm zone="ags-file-write-concurrent"><primary>ags_file_write_concurrent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_write_concurrent           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-main" role="function">
-<title>ags_file_write_main ()</title>
-<indexterm zone="ags-file-write-main"><primary>ags_file_write_main</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_write_main                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-resolve" role="function">
-<title>ags_file_write_resolve ()</title>
-<indexterm zone="ags-file-write-resolve"><primary>ags_file_write_resolve</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_write_resolve              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-server" role="function">
-<title>ags_file_write_server ()</title>
-<indexterm zone="ags-file-write-server"><primary>ags_file_write_server</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_write_server               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *server</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_gui.xml b/doc/reference/ags/xml/ags_file_gui.xml
deleted file mode 100644
index d658eeb..0000000
--- a/doc/reference/ags/xml/ags_file_gui.xml
+++ /dev/null
@@ -1,744 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-gui">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-gui.top_of_page">ags_file_gui</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_gui</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-gui.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-dialog">ags_file_read_dialog</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> **dialog</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-dialog-list">ags_file_read_dialog_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **dialog</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-editor">ags_file_read_editor</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> **editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line">ags_file_read_line</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> **line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line-editor">ags_file_read_line_editor</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> **line_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line-list">ags_file_read_line_list</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line-member">ags_file_read_line_member</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> **line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line-member-editor">ags_file_read_line_member_editor</link>    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> **line_member_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-line-member-list">ags_file_read_line_member_list</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-link-collection-editor">ags_file_read_link_collection_editor</link>
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> **link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-link-editor">ags_file_read_link_editor</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> **link_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine">ags_file_read_machine</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> **machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-counter">ags_file_read_machine_counter</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineCounter"><type>AgsMachineCounter</type></link> **machine_counter</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-counter-list">ags_file_read_machine_counter_list</link>  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine_counter</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-editor">ags_file_read_machine_editor</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> **machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-editor-list">ags_file_read_machine_editor_list</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-list">ags_file_read_machine_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-machine-selector">ags_file_read_machine_selector</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> **machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-menu-bar">ags_file_read_menu_bar</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> **menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-mixer-input-pad">ags_file_read_mixer_input_pad</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_input_pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-mixer-output-pad">ags_file_read_mixer_output_pad</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_output_pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-navigation">ags_file_read_navigation</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> **navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-notebook">ags_file_read_notebook</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> **notebook</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-notebook-tab">ags_file_read_notebook_tab</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotebookTab"><type>AgsNotebookTab</type></link> **notebook_tab</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-notebook-tab-list">ags_file_read_notebook_tab_list</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **notebook_tab_list</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pad">ags_file_read_pad</link>                   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> **pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pad-editor">ags_file_read_pad_editor</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> **pad_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pad-list">ags_file_read_pad_list</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **pad</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-resize-editor">ags_file_read_resize_editor</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsResizeEditor"><type>AgsResizeEditor</type></link> **resize_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-toolbar">ags_file_read_toolbar</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> **toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-widget">ags_file_read_widget</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-window">ags_file_read_window</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> **window</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-dialog">ags_file_write_dialog</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-dialog-list">ags_file_write_dialog_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *dialog</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-editor">ags_file_write_editor</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line">ags_file_write_line</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line-editor">ags_file_write_line_editor</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line-list">ags_file_write_line_list</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *line</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line-member">ags_file_write_line_member</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line-member-editor">ags_file_write_line_member_editor</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-line-member-list">ags_file_write_line_member_list</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *line_member</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-link-collection-editor">ags_file_write_link_collection_editor</link>
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-link-editor">ags_file_write_link_editor</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine">ags_file_write_machine</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-counter">ags_file_write_machine_counter</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineCounter"><type>AgsMachineCounter</type></link> *machine_counter</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-counter-list">ags_file_write_machine_counter_list</link> (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine_counter</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-editor">ags_file_write_machine_editor</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-editor-list">ags_file_write_machine_editor_list</link>  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-list">ags_file_write_machine_list</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-machine-selector">ags_file_write_machine_selector</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-menu-bar">ags_file_write_menu_bar</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-mixer-input-pad">ags_file_write_mixer_input_pad</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_input_pad</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-mixer-output-pad">ags_file_write_mixer_output_pad</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_output_pad</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-navigation">ags_file_write_navigation</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-notebook">ags_file_write_notebook</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-notebook-tab">ags_file_write_notebook_tab</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotebookTab"><type>AgsNotebookTab</type></link> *notebook_tab</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-notebook-tab-list">ags_file_write_notebook_tab_list</link>    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *notebook_tab_list</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pad">ags_file_write_pad</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pad-editor">ags_file_write_pad_editor</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pad-list">ags_file_write_pad_list</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *pad</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-resize-editor">ags_file_write_resize_editor</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsResizeEditor"><type>AgsResizeEditor</type></link> *resize_editor</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-toolbar">ags_file_write_toolbar</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-widget">ags_file_write_widget</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-window">ags_file_write_window</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-gui.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-gui.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-file-read-dialog" role="function">
-<title>ags_file_read_dialog ()</title>
-<indexterm zone="ags-file-read-dialog"><primary>ags_file_read_dialog</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_dialog                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> **dialog</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-dialog-list" role="function">
-<title>ags_file_read_dialog_list ()</title>
-<indexterm zone="ags-file-read-dialog-list"><primary>ags_file_read_dialog_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_dialog_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **dialog</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-editor" role="function">
-<title>ags_file_read_editor ()</title>
-<indexterm zone="ags-file-read-editor"><primary>ags_file_read_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_editor                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> **editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line" role="function">
-<title>ags_file_read_line ()</title>
-<indexterm zone="ags-file-read-line"><primary>ags_file_read_line</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> **line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line-editor" role="function">
-<title>ags_file_read_line_editor ()</title>
-<indexterm zone="ags-file-read-line-editor"><primary>ags_file_read_line_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line_editor           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> **line_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line-list" role="function">
-<title>ags_file_read_line_list ()</title>
-<indexterm zone="ags-file-read-line-list"><primary>ags_file_read_line_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line_list             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line-member" role="function">
-<title>ags_file_read_line_member ()</title>
-<indexterm zone="ags-file-read-line-member"><primary>ags_file_read_line_member</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line_member           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> **line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line-member-editor" role="function">
-<title>ags_file_read_line_member_editor ()</title>
-<indexterm zone="ags-file-read-line-member-editor"><primary>ags_file_read_line_member_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line_member_editor    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> **line_member_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-line-member-list" role="function">
-<title>ags_file_read_line_member_list ()</title>
-<indexterm zone="ags-file-read-line-member-list"><primary>ags_file_read_line_member_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_line_member_list      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-link-collection-editor" role="function">
-<title>ags_file_read_link_collection_editor ()</title>
-<indexterm zone="ags-file-read-link-collection-editor"><primary>ags_file_read_link_collection_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_link_collection_editor
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> **link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-link-editor" role="function">
-<title>ags_file_read_link_editor ()</title>
-<indexterm zone="ags-file-read-link-editor"><primary>ags_file_read_link_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_link_editor           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> **link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine" role="function">
-<title>ags_file_read_machine ()</title>
-<indexterm zone="ags-file-read-machine"><primary>ags_file_read_machine</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> **machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-counter" role="function">
-<title>ags_file_read_machine_counter ()</title>
-<indexterm zone="ags-file-read-machine-counter"><primary>ags_file_read_machine_counter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_counter       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineCounter"><type>AgsMachineCounter</type></link> **machine_counter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-counter-list" role="function">
-<title>ags_file_read_machine_counter_list ()</title>
-<indexterm zone="ags-file-read-machine-counter-list"><primary>ags_file_read_machine_counter_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_counter_list  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine_counter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-editor" role="function">
-<title>ags_file_read_machine_editor ()</title>
-<indexterm zone="ags-file-read-machine-editor"><primary>ags_file_read_machine_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_editor        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> **machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-editor-list" role="function">
-<title>ags_file_read_machine_editor_list ()</title>
-<indexterm zone="ags-file-read-machine-editor-list"><primary>ags_file_read_machine_editor_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_editor_list   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-list" role="function">
-<title>ags_file_read_machine_list ()</title>
-<indexterm zone="ags-file-read-machine-list"><primary>ags_file_read_machine_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-machine-selector" role="function">
-<title>ags_file_read_machine_selector ()</title>
-<indexterm zone="ags-file-read-machine-selector"><primary>ags_file_read_machine_selector</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_machine_selector      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> **machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-menu-bar" role="function">
-<title>ags_file_read_menu_bar ()</title>
-<indexterm zone="ags-file-read-menu-bar"><primary>ags_file_read_menu_bar</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_menu_bar              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> **menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-mixer-input-pad" role="function">
-<title>ags_file_read_mixer_input_pad ()</title>
-<indexterm zone="ags-file-read-mixer-input-pad"><primary>ags_file_read_mixer_input_pad</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_mixer_input_pad       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_input_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-mixer-output-pad" role="function">
-<title>ags_file_read_mixer_output_pad ()</title>
-<indexterm zone="ags-file-read-mixer-output-pad"><primary>ags_file_read_mixer_output_pad</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_mixer_output_pad      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_output_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-navigation" role="function">
-<title>ags_file_read_navigation ()</title>
-<indexterm zone="ags-file-read-navigation"><primary>ags_file_read_navigation</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_navigation            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> **navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-notebook" role="function">
-<title>ags_file_read_notebook ()</title>
-<indexterm zone="ags-file-read-notebook"><primary>ags_file_read_notebook</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_notebook              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> **notebook</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-notebook-tab" role="function">
-<title>ags_file_read_notebook_tab ()</title>
-<indexterm zone="ags-file-read-notebook-tab"><primary>ags_file_read_notebook_tab</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_notebook_tab          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotebookTab"><type>AgsNotebookTab</type></link> **notebook_tab</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-notebook-tab-list" role="function">
-<title>ags_file_read_notebook_tab_list ()</title>
-<indexterm zone="ags-file-read-notebook-tab-list"><primary>ags_file_read_notebook_tab_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_notebook_tab_list     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **notebook_tab_list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pad" role="function">
-<title>ags_file_read_pad ()</title>
-<indexterm zone="ags-file-read-pad"><primary>ags_file_read_pad</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pad                   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> **pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pad-editor" role="function">
-<title>ags_file_read_pad_editor ()</title>
-<indexterm zone="ags-file-read-pad-editor"><primary>ags_file_read_pad_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pad_editor            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> **pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pad-list" role="function">
-<title>ags_file_read_pad_list ()</title>
-<indexterm zone="ags-file-read-pad-list"><primary>ags_file_read_pad_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pad_list              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-resize-editor" role="function">
-<title>ags_file_read_resize_editor ()</title>
-<indexterm zone="ags-file-read-resize-editor"><primary>ags_file_read_resize_editor</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_resize_editor         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsResizeEditor"><type>AgsResizeEditor</type></link> **resize_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-toolbar" role="function">
-<title>ags_file_read_toolbar ()</title>
-<indexterm zone="ags-file-read-toolbar"><primary>ags_file_read_toolbar</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_toolbar               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> **toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-widget" role="function">
-<title>ags_file_read_widget ()</title>
-<indexterm zone="ags-file-read-widget"><primary>ags_file_read_widget</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_widget                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-window" role="function">
-<title>ags_file_read_window ()</title>
-<indexterm zone="ags-file-read-window"><primary>ags_file_read_window</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_window                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> **window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-dialog" role="function">
-<title>ags_file_write_dialog ()</title>
-<indexterm zone="ags-file-write-dialog"><primary>ags_file_write_dialog</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_dialog               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-dialog-list" role="function">
-<title>ags_file_write_dialog_list ()</title>
-<indexterm zone="ags-file-write-dialog-list"><primary>ags_file_write_dialog_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_dialog_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *dialog</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-editor" role="function">
-<title>ags_file_write_editor ()</title>
-<indexterm zone="ags-file-write-editor"><primary>ags_file_write_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_editor               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line" role="function">
-<title>ags_file_write_line ()</title>
-<indexterm zone="ags-file-write-line"><primary>ags_file_write_line</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line-editor" role="function">
-<title>ags_file_write_line_editor ()</title>
-<indexterm zone="ags-file-write-line-editor"><primary>ags_file_write_line_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line_editor          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line-list" role="function">
-<title>ags_file_write_line_list ()</title>
-<indexterm zone="ags-file-write-line-list"><primary>ags_file_write_line_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line_list            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line-member" role="function">
-<title>ags_file_write_line_member ()</title>
-<indexterm zone="ags-file-write-line-member"><primary>ags_file_write_line_member</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line_member          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line-member-editor" role="function">
-<title>ags_file_write_line_member_editor ()</title>
-<indexterm zone="ags-file-write-line-member-editor"><primary>ags_file_write_line_member_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line_member_editor   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-line-member-list" role="function">
-<title>ags_file_write_line_member_list ()</title>
-<indexterm zone="ags-file-write-line-member-list"><primary>ags_file_write_line_member_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_line_member_list     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-link-collection-editor" role="function">
-<title>ags_file_write_link_collection_editor ()</title>
-<indexterm zone="ags-file-write-link-collection-editor"><primary>ags_file_write_link_collection_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_link_collection_editor
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-link-editor" role="function">
-<title>ags_file_write_link_editor ()</title>
-<indexterm zone="ags-file-write-link-editor"><primary>ags_file_write_link_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_link_editor          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine" role="function">
-<title>ags_file_write_machine ()</title>
-<indexterm zone="ags-file-write-machine"><primary>ags_file_write_machine</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-counter" role="function">
-<title>ags_file_write_machine_counter ()</title>
-<indexterm zone="ags-file-write-machine-counter"><primary>ags_file_write_machine_counter</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_counter      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineCounter"><type>AgsMachineCounter</type></link> *machine_counter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-counter-list" role="function">
-<title>ags_file_write_machine_counter_list ()</title>
-<indexterm zone="ags-file-write-machine-counter-list"><primary>ags_file_write_machine_counter_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_counter_list (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine_counter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-editor" role="function">
-<title>ags_file_write_machine_editor ()</title>
-<indexterm zone="ags-file-write-machine-editor"><primary>ags_file_write_machine_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_editor       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-editor-list" role="function">
-<title>ags_file_write_machine_editor_list ()</title>
-<indexterm zone="ags-file-write-machine-editor-list"><primary>ags_file_write_machine_editor_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_editor_list  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-list" role="function">
-<title>ags_file_write_machine_list ()</title>
-<indexterm zone="ags-file-write-machine-list"><primary>ags_file_write_machine_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_list         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-machine-selector" role="function">
-<title>ags_file_write_machine_selector ()</title>
-<indexterm zone="ags-file-write-machine-selector"><primary>ags_file_write_machine_selector</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_machine_selector     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-menu-bar" role="function">
-<title>ags_file_write_menu_bar ()</title>
-<indexterm zone="ags-file-write-menu-bar"><primary>ags_file_write_menu_bar</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_menu_bar             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-mixer-input-pad" role="function">
-<title>ags_file_write_mixer_input_pad ()</title>
-<indexterm zone="ags-file-write-mixer-input-pad"><primary>ags_file_write_mixer_input_pad</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_mixer_input_pad      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_input_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-mixer-output-pad" role="function">
-<title>ags_file_write_mixer_output_pad ()</title>
-<indexterm zone="ags-file-write-mixer-output-pad"><primary>ags_file_write_mixer_output_pad</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_mixer_output_pad     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *mixer_output_pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-navigation" role="function">
-<title>ags_file_write_navigation ()</title>
-<indexterm zone="ags-file-write-navigation"><primary>ags_file_write_navigation</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_navigation           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-notebook" role="function">
-<title>ags_file_write_notebook ()</title>
-<indexterm zone="ags-file-write-notebook"><primary>ags_file_write_notebook</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_notebook             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-notebook-tab" role="function">
-<title>ags_file_write_notebook_tab ()</title>
-<indexterm zone="ags-file-write-notebook-tab"><primary>ags_file_write_notebook_tab</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_notebook_tab         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotebookTab"><type>AgsNotebookTab</type></link> *notebook_tab</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-notebook-tab-list" role="function">
-<title>ags_file_write_notebook_tab_list ()</title>
-<indexterm zone="ags-file-write-notebook-tab-list"><primary>ags_file_write_notebook_tab_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_notebook_tab_list    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *notebook_tab_list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pad" role="function">
-<title>ags_file_write_pad ()</title>
-<indexterm zone="ags-file-write-pad"><primary>ags_file_write_pad</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pad                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pad-editor" role="function">
-<title>ags_file_write_pad_editor ()</title>
-<indexterm zone="ags-file-write-pad-editor"><primary>ags_file_write_pad_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pad_editor           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pad-list" role="function">
-<title>ags_file_write_pad_list ()</title>
-<indexterm zone="ags-file-write-pad-list"><primary>ags_file_write_pad_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pad_list             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-resize-editor" role="function">
-<title>ags_file_write_resize_editor ()</title>
-<indexterm zone="ags-file-write-resize-editor"><primary>ags_file_write_resize_editor</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_resize_editor        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsResizeEditor"><type>AgsResizeEditor</type></link> *resize_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-toolbar" role="function">
-<title>ags_file_write_toolbar ()</title>
-<indexterm zone="ags-file-write-toolbar"><primary>ags_file_write_toolbar</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_toolbar              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-widget" role="function">
-<title>ags_file_write_widget ()</title>
-<indexterm zone="ags-file-write-widget"><primary>ags_file_write_widget</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_widget               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-window" role="function">
-<title>ags_file_write_window ()</title>
-<indexterm zone="ags-file-write-window"><primary>ags_file_write_window</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_window               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_id_ref.xml b/doc/reference/ags/xml/ags_file_id_ref.xml
deleted file mode 100644
index 045ee97..0000000
--- a/doc/reference/ags/xml/ags_file_id_ref.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileIdRef">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileIdRef.top_of_page">AgsFileIdRef</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileIdRef</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileIdRef.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-FILE-ID-REF-RESOLVE-DATA:CAPS">AGS_FILE_ID_REF_RESOLVE_DATA</link>
-#define             <link linkend="AGS-FILE-ID-REF-SERIALIZE-DATA:CAPS">AGS_FILE_ID_REF_SERIALIZE_DATA</link>
-#define             <link linkend="AGS-FILE-RESOLVE:CAPS">AGS_FILE_RESOLVE</link>                    (f)
-struct              <link linkend="AgsFileIdRef">AgsFileIdRef</link>;
-struct              <link linkend="AgsFileIdRefClass">AgsFileIdRefClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                (<link linkend="AgsFileResolve">*AgsFileResolve</link>)                   (<parameter><type>void</type></parameter>);
-<link linkend="AgsFileIdRef"><returnvalue>AgsFileIdRef</returnvalue></link> *      <link linkend="ags-file-id-ref-new">ags_file_id_ref_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-id-ref-resolved">ags_file_id_ref_resolved</link>            (<parameter><link linkend="AgsFileIdRef"><type>AgsFileIdRef</type></link> *file_id_ref</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileIdRef.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileIdRef.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-FILE-ID-REF-RESOLVE-DATA:CAPS" role="macro">
-<title>AGS_FILE_ID_REF_RESOLVE_DATA</title>
-<indexterm zone="AGS-FILE-ID-REF-RESOLVE-DATA:CAPS"><primary>AGS_FILE_ID_REF_RESOLVE_DATA</primary></indexterm>
-<programlisting>#define AGS_FILE_ID_REF_RESOLVE_DATA "ags-file-id-ref-resolve-data\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-ID-REF-SERIALIZE-DATA:CAPS" role="macro">
-<title>AGS_FILE_ID_REF_SERIALIZE_DATA</title>
-<indexterm zone="AGS-FILE-ID-REF-SERIALIZE-DATA:CAPS"><primary>AGS_FILE_ID_REF_SERIALIZE_DATA</primary></indexterm>
-<programlisting>#define AGS_FILE_ID_REF_SERIALIZE_DATA "ags-file-id-ref-serizalize-data\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-RESOLVE:CAPS" role="macro">
-<title>AGS_FILE_RESOLVE()</title>
-<indexterm zone="AGS-FILE-RESOLVE:CAPS"><primary>AGS_FILE_RESOLVE</primary></indexterm>
-<programlisting>#define AGS_FILE_RESOLVE(f)          ((AgsFileResolve)(f))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileIdRef" role="struct">
-<title>struct AgsFileIdRef</title>
-<indexterm zone="AgsFileIdRef"><primary>AgsFileIdRef</primary></indexterm>
-<programlisting>struct AgsFileIdRef {
-  GObject object;
-
-  GObject *main;
-  GObject *file;
-
-  xmlNode *node;
-  gchar *xpath;
-  gpointer ref;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileIdRefClass" role="struct">
-<title>struct AgsFileIdRefClass</title>
-<indexterm zone="AgsFileIdRefClass"><primary>AgsFileIdRefClass</primary></indexterm>
-<programlisting>struct AgsFileIdRefClass {
-  GObjectClass object;
-
-  void (*resolved)(AgsFileIdRef *file_id_ref);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileResolve" role="function">
-<title>AgsFileResolve ()</title>
-<indexterm zone="AgsFileResolve"><primary>AgsFileResolve</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                (*AgsFileResolve)                   (<parameter><type>void</type></parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-id-ref-new" role="function">
-<title>ags_file_id_ref_new ()</title>
-<indexterm zone="ags-file-id-ref-new"><primary>ags_file_id_ref_new</primary></indexterm>
-<programlisting><link linkend="AgsFileIdRef"><returnvalue>AgsFileIdRef</returnvalue></link> *      ags_file_id_ref_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-id-ref-resolved" role="function">
-<title>ags_file_id_ref_resolved ()</title>
-<indexterm zone="ags-file-id-ref-resolved"><primary>ags_file_id_ref_resolved</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_id_ref_resolved            (<parameter><link linkend="AgsFileIdRef"><type>AgsFileIdRef</type></link> *file_id_ref</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_launch.xml b/doc/reference/ags/xml/ags_file_launch.xml
deleted file mode 100644
index 58a2457..0000000
--- a/doc/reference/ags/xml/ags_file_launch.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileLaunch">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileLaunch.top_of_page">AgsFileLaunch</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileLaunch</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileLaunch.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileLaunch">AgsFileLaunch</link>;
-struct              <link linkend="AgsFileLaunchClass">AgsFileLaunchClass</link>;
-<link linkend="AgsFileLaunch"><returnvalue>AgsFileLaunch</returnvalue></link> *     <link linkend="ags-file-launch-new">ags_file_launch_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-launch-start">ags_file_launch_start</link>               (<parameter><link linkend="AgsFileLaunch"><type>AgsFileLaunch</type></link> *file_launch</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileLaunch.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileLaunch.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileLaunch" role="struct">
-<title>struct AgsFileLaunch</title>
-<indexterm zone="AgsFileLaunch"><primary>AgsFileLaunch</primary></indexterm>
-<programlisting>struct AgsFileLaunch {
-  GObject object;
-
-  xmlNode *node;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileLaunchClass" role="struct">
-<title>struct AgsFileLaunchClass</title>
-<indexterm zone="AgsFileLaunchClass"><primary>AgsFileLaunchClass</primary></indexterm>
-<programlisting>struct AgsFileLaunchClass {
-  GObjectClass object;
-
-  void (*start)(AgsFileLaunch *file_launch);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-launch-new" role="function">
-<title>ags_file_launch_new ()</title>
-<indexterm zone="ags-file-launch-new"><primary>ags_file_launch_new</primary></indexterm>
-<programlisting><link linkend="AgsFileLaunch"><returnvalue>AgsFileLaunch</returnvalue></link> *     ags_file_launch_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-launch-start" role="function">
-<title>ags_file_launch_start ()</title>
-<indexterm zone="ags-file-launch-start"><primary>ags_file_launch_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_launch_start               (<parameter><link linkend="AgsFileLaunch"><type>AgsFileLaunch</type></link> *file_launch</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_link.xml b/doc/reference/ags/xml/ags_file_link.xml
deleted file mode 100644
index 8b082af..0000000
--- a/doc/reference/ags/xml/ags_file_link.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileLink">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileLink.top_of_page">AgsFileLink</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileLink</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileLink.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileLink">AgsFileLink</link>;
-struct              <link linkend="AgsFileLinkClass">AgsFileLinkClass</link>;
-<link linkend="AgsFileLink"><returnvalue>AgsFileLink</returnvalue></link> *       <link linkend="ags-file-link-new">ags_file_link_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileLink.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileLink.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileLink" role="struct">
-<title>struct AgsFileLink</title>
-<indexterm zone="AgsFileLink"><primary>AgsFileLink</primary></indexterm>
-<programlisting>struct AgsFileLink {
-  GObject object;
-
-  gchar *filename;
-  gchar *data;
-  AgsTimestamp *timestamp;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileLinkClass" role="struct">
-<title>struct AgsFileLinkClass</title>
-<indexterm zone="AgsFileLinkClass"><primary>AgsFileLinkClass</primary></indexterm>
-<programlisting>struct AgsFileLinkClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-link-new" role="function">
-<title>ags_file_link_new ()</title>
-<indexterm zone="ags-file-link-new"><primary>ags_file_link_new</primary></indexterm>
-<programlisting><link linkend="AgsFileLink"><returnvalue>AgsFileLink</returnvalue></link> *       ags_file_link_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_lookup.xml b/doc/reference/ags/xml/ags_file_lookup.xml
deleted file mode 100644
index 517cdc2..0000000
--- a/doc/reference/ags/xml/ags_file_lookup.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileLookup">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileLookup.top_of_page">AgsFileLookup</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileLookup</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileLookup.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileLookup">AgsFileLookup</link>;
-struct              <link linkend="AgsFileLookupClass">AgsFileLookupClass</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-file-lookup-find-by-node">ags_file_lookup_find_by_node</link>        (<parameter><link linkend="GList"><type>GList</type></link> *file_lookup</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>);
-<link linkend="AgsFileLookup"><returnvalue>AgsFileLookup</returnvalue></link> *     <link linkend="ags-file-lookup-new">ags_file_lookup_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-lookup-resolve">ags_file_lookup_resolve</link>             (<parameter><link linkend="AgsFileLookup"><type>AgsFileLookup</type></link> *lookup</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileLookup.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileLookup.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileLookup" role="struct">
-<title>struct AgsFileLookup</title>
-<indexterm zone="AgsFileLookup"><primary>AgsFileLookup</primary></indexterm>
-<programlisting>struct AgsFileLookup {
-  GObject object;
-
-  AgsFile *file;
-
-  xmlNode *node;
-  gpointer ref;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileLookupClass" role="struct">
-<title>struct AgsFileLookupClass</title>
-<indexterm zone="AgsFileLookupClass"><primary>AgsFileLookupClass</primary></indexterm>
-<programlisting>struct AgsFileLookupClass {
-  GObjectClass object;
-
-  void (*resolve)(AgsFileLookup *lookup);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-lookup-find-by-node" role="function">
-<title>ags_file_lookup_find_by_node ()</title>
-<indexterm zone="ags-file-lookup-find-by-node"><primary>ags_file_lookup_find_by_node</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_file_lookup_find_by_node        (<parameter><link linkend="GList"><type>GList</type></link> *file_lookup</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-lookup-new" role="function">
-<title>ags_file_lookup_new ()</title>
-<indexterm zone="ags-file-lookup-new"><primary>ags_file_lookup_new</primary></indexterm>
-<programlisting><link linkend="AgsFileLookup"><returnvalue>AgsFileLookup</returnvalue></link> *     ags_file_lookup_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-lookup-resolve" role="function">
-<title>ags_file_lookup_resolve ()</title>
-<indexterm zone="ags-file-lookup-resolve"><primary>ags_file_lookup_resolve</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_lookup_resolve             (<parameter><link linkend="AgsFileLookup"><type>AgsFileLookup</type></link> *lookup</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_read.xml b/doc/reference/ags/xml/ags_file_read.xml
deleted file mode 100644
index 5b09495..0000000
--- a/doc/reference/ags/xml/ags_file_read.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileRead">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileRead.top_of_page">AgsFileRead</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileRead</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileRead.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileRead">AgsFileRead</link>;
-struct              <link linkend="AgsFileReadClass">AgsFileReadClass</link>;
-<link linkend="AgsFileRead"><returnvalue>AgsFileRead</returnvalue></link> *       <link linkend="ags-file-read-new">ags_file_read_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileRead.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileRead.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileRead" role="struct">
-<title>struct AgsFileRead</title>
-<indexterm zone="AgsFileRead"><primary>AgsFileRead</primary></indexterm>
-<programlisting>struct AgsFileRead {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileReadClass" role="struct">
-<title>struct AgsFileReadClass</title>
-<indexterm zone="AgsFileReadClass"><primary>AgsFileReadClass</primary></indexterm>
-<programlisting>struct AgsFileReadClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-new" role="function">
-<title>ags_file_read_new ()</title>
-<indexterm zone="ags-file-read-new"><primary>ags_file_read_new</primary></indexterm>
-<programlisting><link linkend="AgsFileRead"><returnvalue>AgsFileRead</returnvalue></link> *       ags_file_read_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_selection.xml b/doc/reference/ags/xml/ags_file_selection.xml
deleted file mode 100644
index 5f3f18a..0000000
--- a/doc/reference/ags/xml/ags_file_selection.xml
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileSelection.top_of_page">AgsFileSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-FILE-SELECTION-ENTRY:CAPS">AGS_FILE_SELECTION_ENTRY</link>            (strct)
-struct              <link linkend="AgsFileSelection">AgsFileSelection</link>;
-struct              <link linkend="AgsFileSelectionClass">AgsFileSelectionClass</link>;
-struct              <link linkend="AgsFileSelectionEntry">AgsFileSelectionEntry</link>;
-enum                <link linkend="AgsFileSelectionFlags">AgsFileSelectionFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-selection-add-entry">ags_file_selection_add_entry</link>        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-selection-completed">ags_file_selection_completed</link>        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-file-selection-contains-file">ags_file_selection_contains_file</link>    (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
-<link linkend="AgsFileSelectionEntry"><returnvalue>AgsFileSelectionEntry</returnvalue></link> * <link linkend="ags-file-selection-entry-alloc">ags_file_selection_entry_alloc</link>  ();
-<link linkend="AgsFileSelection"><returnvalue>AgsFileSelection</returnvalue></link> *  <link linkend="ags-file-selection-new">ags_file_selection_new</link>              ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-selection-remove-entry">ags_file_selection_remove_entry</link>     (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-selection-set-entry">ags_file_selection_set_entry</link>        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *entry</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-FILE-SELECTION-ENTRY:CAPS" role="macro">
-<title>AGS_FILE_SELECTION_ENTRY()</title>
-<indexterm zone="AGS-FILE-SELECTION-ENTRY:CAPS"><primary>AGS_FILE_SELECTION_ENTRY</primary></indexterm>
-<programlisting>#define AGS_FILE_SELECTION_ENTRY(strct)        ((AgsFileSelectionEntry *) (strct))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileSelection" role="struct">
-<title>struct AgsFileSelection</title>
-<indexterm zone="AgsFileSelection"><primary>AgsFileSelection</primary></indexterm>
-<programlisting>struct AgsFileSelection {
-  GtkVBox vbox;
-  
-  guint flags;
-
-  gchar *directory;
-
-  guint entry_count;
-  GList *entry;
-
-  GtkLabel *chosed;
-  GtkLabel *selected;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileSelectionClass" role="struct">
-<title>struct AgsFileSelectionClass</title>
-<indexterm zone="AgsFileSelectionClass"><primary>AgsFileSelectionClass</primary></indexterm>
-<programlisting>struct AgsFileSelectionClass {
-  GtkVBoxClass vbox;
-
-  void (*add_entry)(AgsFileSelection *file_selection, GtkWidget *widget);
-  void (*remove_entry)(AgsFileSelection *file_selection, GtkWidget *widget);
-
-  void (*completed)(AgsFileSelection *file_selection);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileSelectionEntry" role="struct">
-<title>struct AgsFileSelectionEntry</title>
-<indexterm zone="AgsFileSelectionEntry"><primary>AgsFileSelectionEntry</primary></indexterm>
-<programlisting>struct AgsFileSelectionEntry {
-  GtkTable *table;
-
-  GtkWidget *entry;
-
-  gboolean chosed;
-  gchar *filename;
-
-  GtkSpinButton *nth_sample;
-  GtkSpinButton *nth_channel;
-  GtkSpinButton *count;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileSelectionFlags" role="enum">
-<title>enum AgsFileSelectionFlags</title>
-<indexterm zone="AgsFileSelectionFlags"><primary>AgsFileSelectionFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_FILE_SELECTION_COMPLETED   = 1,
-} AgsFileSelectionFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-add-entry" role="function">
-<title>ags_file_selection_add_entry ()</title>
-<indexterm zone="ags-file-selection-add-entry"><primary>ags_file_selection_add_entry</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_selection_add_entry        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-completed" role="function">
-<title>ags_file_selection_completed ()</title>
-<indexterm zone="ags-file-selection-completed"><primary>ags_file_selection_completed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_selection_completed        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-contains-file" role="function">
-<title>ags_file_selection_contains_file ()</title>
-<indexterm zone="ags-file-selection-contains-file"><primary>ags_file_selection_contains_file</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_file_selection_contains_file    (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-entry-alloc" role="function">
-<title>ags_file_selection_entry_alloc ()</title>
-<indexterm zone="ags-file-selection-entry-alloc"><primary>ags_file_selection_entry_alloc</primary></indexterm>
-<programlisting><link linkend="AgsFileSelectionEntry"><returnvalue>AgsFileSelectionEntry</returnvalue></link> * ags_file_selection_entry_alloc  ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-new" role="function">
-<title>ags_file_selection_new ()</title>
-<indexterm zone="ags-file-selection-new"><primary>ags_file_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsFileSelection"><returnvalue>AgsFileSelection</returnvalue></link> *  ags_file_selection_new              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-remove-entry" role="function">
-<title>ags_file_selection_remove_entry ()</title>
-<indexterm zone="ags-file-selection-remove-entry"><primary>ags_file_selection_remove_entry</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_selection_remove_entry     (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-selection-set-entry" role="function">
-<title>ags_file_selection_set_entry ()</title>
-<indexterm zone="ags-file-selection-set-entry"><primary>ags_file_selection_set_entry</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_selection_set_entry        (<parameter><link linkend="AgsFileSelection"><type>AgsFileSelection</type></link> *file_selection</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *entry</parameter>);</programlisting>
-<para>
-Add new entries to the <link linkend="AgsFileSelection"><type>AgsFileSelection</type></link>.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_selection_callbacks.xml b/doc/reference/ags/xml/ags_file_selection_callbacks.xml
deleted file mode 100644
index 3bd5a09..0000000
--- a/doc/reference/ags/xml/ags_file_selection_callbacks.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-selection-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-selection-callbacks.top_of_page">ags_file_selection_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_selection_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-selection-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-selection-remove-callback">ags_file_selection_remove_callback</link>  (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="GtkTable"><type>GtkTable</type></link> *hbox</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-selection-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-selection-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-file-selection-remove-callback" role="function">
-<title>ags_file_selection_remove_callback ()</title>
-<indexterm zone="ags-file-selection-remove-callback"><primary>ags_file_selection_remove_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_selection_remove_callback  (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="GtkTable"><type>GtkTable</type></link> *hbox</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_sound.xml b/doc/reference/ags/xml/ags_file_sound.xml
deleted file mode 100644
index 062270b..0000000
--- a/doc/reference/ags/xml/ags_file_sound.xml
+++ /dev/null
@@ -1,968 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-sound">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-sound.top_of_page">ags_file_sound</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_sound</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-sound.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-audio">ags_file_read_audio</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> **audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-audio-list">ags_file_read_audio_list</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-audio-signal">ags_file_read_audio_signal</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> **audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-audio-signal-list">ags_file_read_audio_signal_list</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-channel">ags_file_read_channel</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> **channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-channel-list">ags_file_read_channel_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-devout">ags_file_read_devout</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> **devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-devout-list">ags_file_read_devout_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-devout-play">ags_file_read_devout_play</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> **play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-devout-play-list">ags_file_read_devout_play_list</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-file-link">ags_file_read_file_link</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> **file_link</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-input">ags_file_read_input</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *input</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-notation">ags_file_read_notation</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> **notation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-notation-list">ags_file_read_notation_list</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **notation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-note">ags_file_read_note</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> **note</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-note-list">ags_file_read_note_list</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **note</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-output">ags_file_read_output</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pattern">ags_file_read_pattern</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> **pattern</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pattern-data">ags_file_read_pattern_data</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pattern-data-list">ags_file_read_pattern_data_list</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-pattern-list">ags_file_read_pattern_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **pattern</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-port">ags_file_read_port</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> **port</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-port-list">ags_file_read_port_list</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **port</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall">ags_file_read_recall</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> **recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-audio">ags_file_read_recall_audio</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-audio-run">ags_file_read_recall_audio_run</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-audio-signal">ags_file_read_recall_audio_signal</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-channel">ags_file_read_recall_channel</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-channel-run">ags_file_read_recall_channel_run</link>    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-container">ags_file_read_recall_container</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> **recall_container</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-container-list">ags_file_read_recall_container_list</link> (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recall_container</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-list">ags_file_read_recall_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recall-recycling">ags_file_read_recall_recycling</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recycling">ags_file_read_recycling</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> **recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-recycling-list">ags_file_read_recycling_list</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-stream">ags_file_read_stream</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *index</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-stream-list">ags_file_read_stream_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-task">ags_file_read_task</link>                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> **task</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-task-list">ags_file_read_task_list</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **task</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-timestamp">ags_file_read_timestamp</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> **timestamp</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-timestamp-list">ags_file_read_timestamp_list</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **timestamp</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-audio">ags_file_write_audio</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-audio-list">ags_file_write_audio_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *audio</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-audio-signal">ags_file_write_audio_signal</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-audio-signal-list">ags_file_write_audio_signal_list</link>    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-channel">ags_file_write_channel</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-channel-list">ags_file_write_channel_list</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *channel</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-devout">ags_file_write_devout</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-devout-list">ags_file_write_devout_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *devout</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-devout-play">ags_file_write_devout_play</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-devout-play-list">ags_file_write_devout_play_list</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *play</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-file-link">ags_file_write_file_link</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> *file_link</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-input">ags_file_write_input</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *input</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-notation">ags_file_write_notation</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-notation-list">ags_file_write_notation_list</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *notation</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-note">ags_file_write_note</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-note-list">ags_file_write_note_list</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *note</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-output">ags_file_write_output</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pattern">ags_file_write_pattern</link>              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pattern-data">ags_file_write_pattern_data</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pattern-data-list">ags_file_write_pattern_data_list</link>    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-pattern-list">ags_file_write_pattern_list</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *pattern</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-port">ags_file_write_port</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-port-list">ags_file_write_port_list</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *port</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall">ags_file_write_recall</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-audio">ags_file_write_recall_audio</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-audio-run">ags_file_write_recall_audio_run</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-audio-signal">ags_file_write_recall_audio_signal</link>  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-channel">ags_file_write_recall_channel</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-channel-run">ags_file_write_recall_channel_run</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-container">ags_file_write_recall_container</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-container-list">ags_file_write_recall_container_list</link>
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recall_container</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-list">ags_file_write_recall_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recall-recycling">ags_file_write_recall_recycling</link>     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recycling">ags_file_write_recycling</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-recycling-list">ags_file_write_recycling_list</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recycling</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-stream">ags_file_write_stream</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-stream-list">ags_file_write_stream_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-task">ags_file_write_task</link>                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-task-list">ags_file_write_task_list</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *task</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-timestamp">ags_file_write_timestamp</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> *timestamp</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-timestamp-list">ags_file_write_timestamp_list</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *timestamp</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-sound.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-sound.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-file-read-audio" role="function">
-<title>ags_file_read_audio ()</title>
-<indexterm zone="ags-file-read-audio"><primary>ags_file_read_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_audio                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> **audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-audio-list" role="function">
-<title>ags_file_read_audio_list ()</title>
-<indexterm zone="ags-file-read-audio-list"><primary>ags_file_read_audio_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_audio_list            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-audio-signal" role="function">
-<title>ags_file_read_audio_signal ()</title>
-<indexterm zone="ags-file-read-audio-signal"><primary>ags_file_read_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_audio_signal          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> **audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-audio-signal-list" role="function">
-<title>ags_file_read_audio_signal_list ()</title>
-<indexterm zone="ags-file-read-audio-signal-list"><primary>ags_file_read_audio_signal_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_audio_signal_list     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-channel" role="function">
-<title>ags_file_read_channel ()</title>
-<indexterm zone="ags-file-read-channel"><primary>ags_file_read_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_channel               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> **channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-channel-list" role="function">
-<title>ags_file_read_channel_list ()</title>
-<indexterm zone="ags-file-read-channel-list"><primary>ags_file_read_channel_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_channel_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-devout" role="function">
-<title>ags_file_read_devout ()</title>
-<indexterm zone="ags-file-read-devout"><primary>ags_file_read_devout</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_devout                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> **devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-devout-list" role="function">
-<title>ags_file_read_devout_list ()</title>
-<indexterm zone="ags-file-read-devout-list"><primary>ags_file_read_devout_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_devout_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-devout-play" role="function">
-<title>ags_file_read_devout_play ()</title>
-<indexterm zone="ags-file-read-devout-play"><primary>ags_file_read_devout_play</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_devout_play           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> **play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-devout-play-list" role="function">
-<title>ags_file_read_devout_play_list ()</title>
-<indexterm zone="ags-file-read-devout-play-list"><primary>ags_file_read_devout_play_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_devout_play_list      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-file-link" role="function">
-<title>ags_file_read_file_link ()</title>
-<indexterm zone="ags-file-read-file-link"><primary>ags_file_read_file_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_file_link             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> **file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-input" role="function">
-<title>ags_file_read_input ()</title>
-<indexterm zone="ags-file-read-input"><primary>ags_file_read_input</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_input                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *input</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-notation" role="function">
-<title>ags_file_read_notation ()</title>
-<indexterm zone="ags-file-read-notation"><primary>ags_file_read_notation</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_notation              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> **notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-notation-list" role="function">
-<title>ags_file_read_notation_list ()</title>
-<indexterm zone="ags-file-read-notation-list"><primary>ags_file_read_notation_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_notation_list         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-note" role="function">
-<title>ags_file_read_note ()</title>
-<indexterm zone="ags-file-read-note"><primary>ags_file_read_note</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_note                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> **note</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-note-list" role="function">
-<title>ags_file_read_note_list ()</title>
-<indexterm zone="ags-file-read-note-list"><primary>ags_file_read_note_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_note_list             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **note</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-output" role="function">
-<title>ags_file_read_output ()</title>
-<indexterm zone="ags-file-read-output"><primary>ags_file_read_output</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_output                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pattern" role="function">
-<title>ags_file_read_pattern ()</title>
-<indexterm zone="ags-file-read-pattern"><primary>ags_file_read_pattern</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pattern               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> **pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pattern-data" role="function">
-<title>ags_file_read_pattern_data ()</title>
-<indexterm zone="ags-file-read-pattern-data"><primary>ags_file_read_pattern_data</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pattern_data          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pattern-data-list" role="function">
-<title>ags_file_read_pattern_data_list ()</title>
-<indexterm zone="ags-file-read-pattern-data-list"><primary>ags_file_read_pattern_data_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pattern_data_list     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-pattern-list" role="function">
-<title>ags_file_read_pattern_list ()</title>
-<indexterm zone="ags-file-read-pattern-list"><primary>ags_file_read_pattern_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_pattern_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-port" role="function">
-<title>ags_file_read_port ()</title>
-<indexterm zone="ags-file-read-port"><primary>ags_file_read_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_port                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> **port</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-port-list" role="function">
-<title>ags_file_read_port_list ()</title>
-<indexterm zone="ags-file-read-port-list"><primary>ags_file_read_port_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_port_list             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **port</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall" role="function">
-<title>ags_file_read_recall ()</title>
-<indexterm zone="ags-file-read-recall"><primary>ags_file_read_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> **recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-audio" role="function">
-<title>ags_file_read_recall_audio ()</title>
-<indexterm zone="ags-file-read-recall-audio"><primary>ags_file_read_recall_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_audio          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-audio-run" role="function">
-<title>ags_file_read_recall_audio_run ()</title>
-<indexterm zone="ags-file-read-recall-audio-run"><primary>ags_file_read_recall_audio_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_audio_run      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-audio-signal" role="function">
-<title>ags_file_read_recall_audio_signal ()</title>
-<indexterm zone="ags-file-read-recall-audio-signal"><primary>ags_file_read_recall_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_audio_signal   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-channel" role="function">
-<title>ags_file_read_recall_channel ()</title>
-<indexterm zone="ags-file-read-recall-channel"><primary>ags_file_read_recall_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_channel        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-channel-run" role="function">
-<title>ags_file_read_recall_channel_run ()</title>
-<indexterm zone="ags-file-read-recall-channel-run"><primary>ags_file_read_recall_channel_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_channel_run    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-container" role="function">
-<title>ags_file_read_recall_container ()</title>
-<indexterm zone="ags-file-read-recall-container"><primary>ags_file_read_recall_container</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_container      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> **recall_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-container-list" role="function">
-<title>ags_file_read_recall_container_list ()</title>
-<indexterm zone="ags-file-read-recall-container-list"><primary>ags_file_read_recall_container_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_container_list (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recall_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-list" role="function">
-<title>ags_file_read_recall_list ()</title>
-<indexterm zone="ags-file-read-recall-list"><primary>ags_file_read_recall_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recall-recycling" role="function">
-<title>ags_file_read_recall_recycling ()</title>
-<indexterm zone="ags-file-read-recall-recycling"><primary>ags_file_read_recall_recycling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recall_recycling      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recycling" role="function">
-<title>ags_file_read_recycling ()</title>
-<indexterm zone="ags-file-read-recycling"><primary>ags_file_read_recycling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recycling             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> **recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-recycling-list" role="function">
-<title>ags_file_read_recycling_list ()</title>
-<indexterm zone="ags-file-read-recycling-list"><primary>ags_file_read_recycling_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_recycling_list        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-stream" role="function">
-<title>ags_file_read_stream ()</title>
-<indexterm zone="ags-file-read-stream"><primary>ags_file_read_stream</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_stream                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *index</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-stream-list" role="function">
-<title>ags_file_read_stream_list ()</title>
-<indexterm zone="ags-file-read-stream-list"><primary>ags_file_read_stream_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_stream_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-task" role="function">
-<title>ags_file_read_task ()</title>
-<indexterm zone="ags-file-read-task"><primary>ags_file_read_task</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_task                  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> **task</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-task-list" role="function">
-<title>ags_file_read_task_list ()</title>
-<indexterm zone="ags-file-read-task-list"><primary>ags_file_read_task_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_task_list             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **task</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-timestamp" role="function">
-<title>ags_file_read_timestamp ()</title>
-<indexterm zone="ags-file-read-timestamp"><primary>ags_file_read_timestamp</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_timestamp             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> **timestamp</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-timestamp-list" role="function">
-<title>ags_file_read_timestamp_list ()</title>
-<indexterm zone="ags-file-read-timestamp-list"><primary>ags_file_read_timestamp_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_timestamp_list        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **timestamp</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-audio" role="function">
-<title>ags_file_write_audio ()</title>
-<indexterm zone="ags-file-write-audio"><primary>ags_file_write_audio</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_audio                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-audio-list" role="function">
-<title>ags_file_write_audio_list ()</title>
-<indexterm zone="ags-file-write-audio-list"><primary>ags_file_write_audio_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_audio_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-audio-signal" role="function">
-<title>ags_file_write_audio_signal ()</title>
-<indexterm zone="ags-file-write-audio-signal"><primary>ags_file_write_audio_signal</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_audio_signal         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-audio-signal-list" role="function">
-<title>ags_file_write_audio_signal_list ()</title>
-<indexterm zone="ags-file-write-audio-signal-list"><primary>ags_file_write_audio_signal_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_audio_signal_list    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-channel" role="function">
-<title>ags_file_write_channel ()</title>
-<indexterm zone="ags-file-write-channel"><primary>ags_file_write_channel</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_channel              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-channel-list" role="function">
-<title>ags_file_write_channel_list ()</title>
-<indexterm zone="ags-file-write-channel-list"><primary>ags_file_write_channel_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_channel_list         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-devout" role="function">
-<title>ags_file_write_devout ()</title>
-<indexterm zone="ags-file-write-devout"><primary>ags_file_write_devout</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_devout               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-devout-list" role="function">
-<title>ags_file_write_devout_list ()</title>
-<indexterm zone="ags-file-write-devout-list"><primary>ags_file_write_devout_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_devout_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-devout-play" role="function">
-<title>ags_file_write_devout_play ()</title>
-<indexterm zone="ags-file-write-devout-play"><primary>ags_file_write_devout_play</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_devout_play          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-devout-play-list" role="function">
-<title>ags_file_write_devout_play_list ()</title>
-<indexterm zone="ags-file-write-devout-play-list"><primary>ags_file_write_devout_play_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_devout_play_list     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-file-link" role="function">
-<title>ags_file_write_file_link ()</title>
-<indexterm zone="ags-file-write-file-link"><primary>ags_file_write_file_link</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_file_link            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> *file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-input" role="function">
-<title>ags_file_write_input ()</title>
-<indexterm zone="ags-file-write-input"><primary>ags_file_write_input</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_input                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *input</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-notation" role="function">
-<title>ags_file_write_notation ()</title>
-<indexterm zone="ags-file-write-notation"><primary>ags_file_write_notation</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_notation             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-notation-list" role="function">
-<title>ags_file_write_notation_list ()</title>
-<indexterm zone="ags-file-write-notation-list"><primary>ags_file_write_notation_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_notation_list        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-note" role="function">
-<title>ags_file_write_note ()</title>
-<indexterm zone="ags-file-write-note"><primary>ags_file_write_note</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_note                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-note-list" role="function">
-<title>ags_file_write_note_list ()</title>
-<indexterm zone="ags-file-write-note-list"><primary>ags_file_write_note_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_note_list            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *note</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-output" role="function">
-<title>ags_file_write_output ()</title>
-<indexterm zone="ags-file-write-output"><primary>ags_file_write_output</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_output               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *output</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pattern" role="function">
-<title>ags_file_write_pattern ()</title>
-<indexterm zone="ags-file-write-pattern"><primary>ags_file_write_pattern</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pattern              (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pattern-data" role="function">
-<title>ags_file_write_pattern_data ()</title>
-<indexterm zone="ags-file-write-pattern-data"><primary>ags_file_write_pattern_data</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pattern_data         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pattern-data-list" role="function">
-<title>ags_file_write_pattern_data_list ()</title>
-<indexterm zone="ags-file-write-pattern-data-list"><primary>ags_file_write_pattern_data_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pattern_data_list    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-pattern-list" role="function">
-<title>ags_file_write_pattern_list ()</title>
-<indexterm zone="ags-file-write-pattern-list"><primary>ags_file_write_pattern_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_pattern_list         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-port" role="function">
-<title>ags_file_write_port ()</title>
-<indexterm zone="ags-file-write-port"><primary>ags_file_write_port</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_port                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-port-list" role="function">
-<title>ags_file_write_port_list ()</title>
-<indexterm zone="ags-file-write-port-list"><primary>ags_file_write_port_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_port_list            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *port</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall" role="function">
-<title>ags_file_write_recall ()</title>
-<indexterm zone="ags-file-write-recall"><primary>ags_file_write_recall</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-audio" role="function">
-<title>ags_file_write_recall_audio ()</title>
-<indexterm zone="ags-file-write-recall-audio"><primary>ags_file_write_recall_audio</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_audio         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-audio-run" role="function">
-<title>ags_file_write_recall_audio_run ()</title>
-<indexterm zone="ags-file-write-recall-audio-run"><primary>ags_file_write_recall_audio_run</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_audio_run     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-audio-signal" role="function">
-<title>ags_file_write_recall_audio_signal ()</title>
-<indexterm zone="ags-file-write-recall-audio-signal"><primary>ags_file_write_recall_audio_signal</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_audio_signal  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-channel" role="function">
-<title>ags_file_write_recall_channel ()</title>
-<indexterm zone="ags-file-write-recall-channel"><primary>ags_file_write_recall_channel</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_channel       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-channel-run" role="function">
-<title>ags_file_write_recall_channel_run ()</title>
-<indexterm zone="ags-file-write-recall-channel-run"><primary>ags_file_write_recall_channel_run</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_channel_run   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-container" role="function">
-<title>ags_file_write_recall_container ()</title>
-<indexterm zone="ags-file-write-recall-container"><primary>ags_file_write_recall_container</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_container     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-container-list" role="function">
-<title>ags_file_write_recall_container_list ()</title>
-<indexterm zone="ags-file-write-recall-container-list"><primary>ags_file_write_recall_container_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_container_list
-                                                        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recall_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-list" role="function">
-<title>ags_file_write_recall_list ()</title>
-<indexterm zone="ags-file-write-recall-list"><primary>ags_file_write_recall_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recall-recycling" role="function">
-<title>ags_file_write_recall_recycling ()</title>
-<indexterm zone="ags-file-write-recall-recycling"><primary>ags_file_write_recall_recycling</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recall_recycling     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recycling" role="function">
-<title>ags_file_write_recycling ()</title>
-<indexterm zone="ags-file-write-recycling"><primary>ags_file_write_recycling</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recycling            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-recycling-list" role="function">
-<title>ags_file_write_recycling_list ()</title>
-<indexterm zone="ags-file-write-recycling-list"><primary>ags_file_write_recycling_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_recycling_list       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-stream" role="function">
-<title>ags_file_write_stream ()</title>
-<indexterm zone="ags-file-write-stream"><primary>ags_file_write_stream</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_stream               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-stream-list" role="function">
-<title>ags_file_write_stream_list ()</title>
-<indexterm zone="ags-file-write-stream-list"><primary>ags_file_write_stream_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_stream_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *stream</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-task" role="function">
-<title>ags_file_write_task ()</title>
-<indexterm zone="ags-file-write-task"><primary>ags_file_write_task</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_task                 (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-task-list" role="function">
-<title>ags_file_write_task_list ()</title>
-<indexterm zone="ags-file-write-task-list"><primary>ags_file_write_task_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_task_list            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *task</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-timestamp" role="function">
-<title>ags_file_write_timestamp ()</title>
-<indexterm zone="ags-file-write-timestamp"><primary>ags_file_write_timestamp</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_timestamp            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> *timestamp</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-timestamp-list" role="function">
-<title>ags_file_write_timestamp_list ()</title>
-<indexterm zone="ags-file-write-timestamp-list"><primary>ags_file_write_timestamp_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_timestamp_list       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *timestamp</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_stock.xml b/doc/reference/ags/xml/ags_file_stock.xml
deleted file mode 100644
index 15c3de3..0000000
--- a/doc/reference/ags/xml/ags_file_stock.xml
+++ /dev/null
@@ -1,356 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-stock">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-stock.top_of_page">ags_file_stock</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_stock</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-stock.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-CLIPBOARD-DEFAULT-VERSION:CAPS">AGS_CLIPBOARD_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-FILE-BOOLEAN-POINTER-PROP:CAPS">AGS_FILE_BOOLEAN_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-BOOLEAN-PROP:CAPS">AGS_FILE_BOOLEAN_PROP</link>
-#define             <link linkend="AGS-FILE-BUILD-ID-PROP:CAPS">AGS_FILE_BUILD_ID_PROP</link>
-#define             <link linkend="AGS-FILE-CHAR-POINTER-PROP:CAPS">AGS_FILE_CHAR_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-CHAR-PROP:CAPS">AGS_FILE_CHAR_PROP</link>
-#define             <link linkend="AGS-FILE-DEFAULT-VERSION:CAPS">AGS_FILE_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-FILE-DOUBLE-POINTER-PROP:CAPS">AGS_FILE_DOUBLE_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-DOUBLE-PROP:CAPS">AGS_FILE_DOUBLE_PROP</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_BUTTON</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-CARTESIAN:CAPS">AGS_FILE_DYNAMIC_WIDGET_CARTESIAN</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-CHECK-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-DIAL:CAPS">AGS_FILE_DYNAMIC_WIDGET_DIAL</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-HINDICATOR:CAPS">AGS_FILE_DYNAMIC_WIDGET_HINDICATOR</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-HSCALE:CAPS">AGS_FILE_DYNAMIC_WIDGET_HSCALE</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-LABEL:CAPS">AGS_FILE_DYNAMIC_WIDGET_LABEL</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-LED:CAPS">AGS_FILE_DYNAMIC_WIDGET_LED</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-SPIN-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-TOGGLE-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-VINDICATOR:CAPS">AGS_FILE_DYNAMIC_WIDGET_VINDICATOR</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-VSCALE:CAPS">AGS_FILE_DYNAMIC_WIDGET_VSCALE</link>
-#define             <link linkend="AGS-FILE-DYNAMIC-WIDGET-WAVEFORM:CAPS">AGS_FILE_DYNAMIC_WIDGET_WAVEFORM</link>
-#define             <link linkend="AGS-FILE-EFFECTS-DEFAULT-VERSION:CAPS">AGS_FILE_EFFECTS_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-FILE-FALSE:CAPS">AGS_FILE_FALSE</link>
-#define             <link linkend="AGS-FILE-FLAGS-PROP:CAPS">AGS_FILE_FLAGS_PROP</link>
-#define             <link linkend="AGS-FILE-FLOAT-POINTER-PROP:CAPS">AGS_FILE_FLOAT_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-FLOAT-PROP:CAPS">AGS_FILE_FLOAT_PROP</link>
-#define             <link linkend="AGS-FILE-ID-PROP:CAPS">AGS_FILE_ID_PROP</link>
-#define             <link linkend="AGS-FILE-INT64-POINTER-PROP:CAPS">AGS_FILE_INT64_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-INT64-PROP:CAPS">AGS_FILE_INT64_PROP</link>
-#define             <link linkend="AGS-FILE-NAME-PROP:CAPS">AGS_FILE_NAME_PROP</link>
-#define             <link linkend="AGS-FILE-OBJECT-PROP:CAPS">AGS_FILE_OBJECT_PROP</link>
-#define             <link linkend="AGS-FILE-POINTER-PROP:CAPS">AGS_FILE_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-SCOPE-PROP:CAPS">AGS_FILE_SCOPE_PROP</link>
-#define             <link linkend="AGS-FILE-TRUE:CAPS">AGS_FILE_TRUE</link>
-#define             <link linkend="AGS-FILE-TYPE-PROP:CAPS">AGS_FILE_TYPE_PROP</link>
-#define             <link linkend="AGS-FILE-UINT64-POINTER-PROP:CAPS">AGS_FILE_UINT64_POINTER_PROP</link>
-#define             <link linkend="AGS-FILE-UINT64-PROP:CAPS">AGS_FILE_UINT64_PROP</link>
-#define             <link linkend="AGS-FILE-VERSION-PROP:CAPS">AGS_FILE_VERSION_PROP</link>
-#define             <link linkend="AGS-FILE-XPATH-PROP:CAPS">AGS_FILE_XPATH_PROP</link>
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-stock.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-stock.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-CLIPBOARD-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_CLIPBOARD_DEFAULT_VERSION</title>
-<indexterm zone="AGS-CLIPBOARD-DEFAULT-VERSION:CAPS"><primary>AGS_CLIPBOARD_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_CLIPBOARD_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-BOOLEAN-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_BOOLEAN_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-BOOLEAN-POINTER-PROP:CAPS"><primary>AGS_FILE_BOOLEAN_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_BOOLEAN_POINTER_PROP "gboolean-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-BOOLEAN-PROP:CAPS" role="macro">
-<title>AGS_FILE_BOOLEAN_PROP</title>
-<indexterm zone="AGS-FILE-BOOLEAN-PROP:CAPS"><primary>AGS_FILE_BOOLEAN_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_BOOLEAN_PROP "gboolean\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-BUILD-ID-PROP:CAPS" role="macro">
-<title>AGS_FILE_BUILD_ID_PROP</title>
-<indexterm zone="AGS-FILE-BUILD-ID-PROP:CAPS"><primary>AGS_FILE_BUILD_ID_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_BUILD_ID_PROP "build-id\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-CHAR-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_CHAR_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-CHAR-POINTER-PROP:CAPS"><primary>AGS_FILE_CHAR_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_CHAR_POINTER_PROP "gchar-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-CHAR-PROP:CAPS" role="macro">
-<title>AGS_FILE_CHAR_PROP</title>
-<indexterm zone="AGS-FILE-CHAR-PROP:CAPS"><primary>AGS_FILE_CHAR_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_CHAR_PROP "gchar\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_FILE_DEFAULT_VERSION</title>
-<indexterm zone="AGS-FILE-DEFAULT-VERSION:CAPS"><primary>AGS_FILE_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_FILE_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DOUBLE-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_DOUBLE_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-DOUBLE-POINTER-PROP:CAPS"><primary>AGS_FILE_DOUBLE_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_DOUBLE_POINTER_PROP "gdouble-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DOUBLE-PROP:CAPS" role="macro">
-<title>AGS_FILE_DOUBLE_PROP</title>
-<indexterm zone="AGS-FILE-DOUBLE-PROP:CAPS"><primary>AGS_FILE_DOUBLE_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_DOUBLE_PROP "gdouble\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-BUTTON:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_BUTTON</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-BUTTON:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_BUTTON</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_BUTTON (g_type_name(GtkTypeButton))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-CARTESIAN:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_CARTESIAN</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-CARTESIAN:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_CARTESIAN</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_CARTESIAN (g_type_name(GtkTypeCartesian))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-CHECK-BUTTON:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-CHECK-BUTTON:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON (g_type_name(GtkTypeCheckButton))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-DIAL:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_DIAL</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-DIAL:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_DIAL</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_DIAL (g_type_name(AgsTypeDial))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-HINDICATOR:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_HINDICATOR</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-HINDICATOR:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_HINDICATOR</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_HINDICATOR (g_type_name(AgsTypeHIndicator))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-HSCALE:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_HSCALE</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-HSCALE:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_HSCALE</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_HSCALE (g_type_name(GtkTypeHScale))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-LABEL:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_LABEL</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-LABEL:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_LABEL</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_LABEL (g_type_name(GtkTypeLabel))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-LED:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_LED</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-LED:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_LED</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_LED (g_type_name(AgsTypeLed))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-SPIN-BUTTON:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-SPIN-BUTTON:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON (g_type_name(GtkTypeSpinButton))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-TOGGLE-BUTTON:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-TOGGLE-BUTTON:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON (g_type_name(GtkTypeToggleButton))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-VINDICATOR:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_VINDICATOR</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-VINDICATOR:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_VINDICATOR</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_VINDICATOR (g_type_name(AgsTypeVIndicator))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-VSCALE:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_VSCALE</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-VSCALE:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_VSCALE</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_VSCALE (g_type_name(GtkTypeVScale))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-DYNAMIC-WIDGET-WAVEFORM:CAPS" role="macro">
-<title>AGS_FILE_DYNAMIC_WIDGET_WAVEFORM</title>
-<indexterm zone="AGS-FILE-DYNAMIC-WIDGET-WAVEFORM:CAPS"><primary>AGS_FILE_DYNAMIC_WIDGET_WAVEFORM</primary></indexterm>
-<programlisting>#define AGS_FILE_DYNAMIC_WIDGET_WAVEFORM (g_type_name(AgsTypeWaveform))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-EFFECTS-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_FILE_EFFECTS_DEFAULT_VERSION</title>
-<indexterm zone="AGS-FILE-EFFECTS-DEFAULT-VERSION:CAPS"><primary>AGS_FILE_EFFECTS_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_FILE_EFFECTS_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-FALSE:CAPS" role="macro">
-<title>AGS_FILE_FALSE</title>
-<indexterm zone="AGS-FILE-FALSE:CAPS"><primary>AGS_FILE_FALSE</primary></indexterm>
-<programlisting>#define AGS_FILE_FALSE "FALSE\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-FLAGS-PROP:CAPS" role="macro">
-<title>AGS_FILE_FLAGS_PROP</title>
-<indexterm zone="AGS-FILE-FLAGS-PROP:CAPS"><primary>AGS_FILE_FLAGS_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_FLAGS_PROP "flags\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-FLOAT-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_FLOAT_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-FLOAT-POINTER-PROP:CAPS"><primary>AGS_FILE_FLOAT_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_FLOAT_POINTER_PROP "gfloat-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-FLOAT-PROP:CAPS" role="macro">
-<title>AGS_FILE_FLOAT_PROP</title>
-<indexterm zone="AGS-FILE-FLOAT-PROP:CAPS"><primary>AGS_FILE_FLOAT_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_FLOAT_PROP "gfloat\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-ID-PROP:CAPS" role="macro">
-<title>AGS_FILE_ID_PROP</title>
-<indexterm zone="AGS-FILE-ID-PROP:CAPS"><primary>AGS_FILE_ID_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_ID_PROP "id\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-INT64-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_INT64_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-INT64-POINTER-PROP:CAPS"><primary>AGS_FILE_INT64_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_INT64_POINTER_PROP "gint64-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-INT64-PROP:CAPS" role="macro">
-<title>AGS_FILE_INT64_PROP</title>
-<indexterm zone="AGS-FILE-INT64-PROP:CAPS"><primary>AGS_FILE_INT64_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_INT64_PROP "gint64\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-NAME-PROP:CAPS" role="macro">
-<title>AGS_FILE_NAME_PROP</title>
-<indexterm zone="AGS-FILE-NAME-PROP:CAPS"><primary>AGS_FILE_NAME_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_NAME_PROP "name\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-OBJECT-PROP:CAPS" role="macro">
-<title>AGS_FILE_OBJECT_PROP</title>
-<indexterm zone="AGS-FILE-OBJECT-PROP:CAPS"><primary>AGS_FILE_OBJECT_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_OBJECT_PROP "GObject\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-POINTER-PROP:CAPS"><primary>AGS_FILE_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_POINTER_PROP "gpointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-SCOPE-PROP:CAPS" role="macro">
-<title>AGS_FILE_SCOPE_PROP</title>
-<indexterm zone="AGS-FILE-SCOPE-PROP:CAPS"><primary>AGS_FILE_SCOPE_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_SCOPE_PROP "scope\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-TRUE:CAPS" role="macro">
-<title>AGS_FILE_TRUE</title>
-<indexterm zone="AGS-FILE-TRUE:CAPS"><primary>AGS_FILE_TRUE</primary></indexterm>
-<programlisting>#define AGS_FILE_TRUE "TRUE\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-TYPE-PROP:CAPS" role="macro">
-<title>AGS_FILE_TYPE_PROP</title>
-<indexterm zone="AGS-FILE-TYPE-PROP:CAPS"><primary>AGS_FILE_TYPE_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_TYPE_PROP "type\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-UINT64-POINTER-PROP:CAPS" role="macro">
-<title>AGS_FILE_UINT64_POINTER_PROP</title>
-<indexterm zone="AGS-FILE-UINT64-POINTER-PROP:CAPS"><primary>AGS_FILE_UINT64_POINTER_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_UINT64_POINTER_PROP "guint64-pointer\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-UINT64-PROP:CAPS" role="macro">
-<title>AGS_FILE_UINT64_PROP</title>
-<indexterm zone="AGS-FILE-UINT64-PROP:CAPS"><primary>AGS_FILE_UINT64_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_UINT64_PROP "guint64\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-VERSION-PROP:CAPS" role="macro">
-<title>AGS_FILE_VERSION_PROP</title>
-<indexterm zone="AGS-FILE-VERSION-PROP:CAPS"><primary>AGS_FILE_VERSION_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_VERSION_PROP "version\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-FILE-XPATH-PROP:CAPS" role="macro">
-<title>AGS_FILE_XPATH_PROP</title>
-<indexterm zone="AGS-FILE-XPATH-PROP:CAPS"><primary>AGS_FILE_XPATH_PROP</primary></indexterm>
-<programlisting>#define AGS_FILE_XPATH_PROP "xpath\0"
-</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_thread.xml b/doc/reference/ags/xml/ags_file_thread.xml
deleted file mode 100644
index 81dfa6c..0000000
--- a/doc/reference/ags/xml/ags_file_thread.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-thread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-thread.top_of_page">ags_file_thread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_thread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-thread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-audio-loop">ags_file_read_audio_loop</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-thread">ags_file_read_thread</link>                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> **thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-thread-list">ags_file_read_thread_list</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-thread-pool">ags_file_read_thread_pool</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> **thread_pool</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-audio-loop">ags_file_write_audio_loop</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-thread">ags_file_write_thread</link>               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-thread-list">ags_file_write_thread_list</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *thread</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-thread-pool">ags_file_write_thread_pool</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-thread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-thread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-file-read-audio-loop" role="function">
-<title>ags_file_read_audio_loop ()</title>
-<indexterm zone="ags-file-read-audio-loop"><primary>ags_file_read_audio_loop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_audio_loop            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-thread" role="function">
-<title>ags_file_read_thread ()</title>
-<indexterm zone="ags-file-read-thread"><primary>ags_file_read_thread</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_thread                (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> **thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-thread-list" role="function">
-<title>ags_file_read_thread_list ()</title>
-<indexterm zone="ags-file-read-thread-list"><primary>ags_file_read_thread_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_thread_list           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-thread-pool" role="function">
-<title>ags_file_read_thread_pool ()</title>
-<indexterm zone="ags-file-read-thread-pool"><primary>ags_file_read_thread_pool</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_thread_pool           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> **thread_pool</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-audio-loop" role="function">
-<title>ags_file_write_audio_loop ()</title>
-<indexterm zone="ags-file-write-audio-loop"><primary>ags_file_write_audio_loop</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_audio_loop           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsAudioLoop"><type>AgsAudioLoop</type></link> *audio_loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-thread" role="function">
-<title>ags_file_write_thread ()</title>
-<indexterm zone="ags-file-write-thread"><primary>ags_file_write_thread</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_thread               (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-thread-list" role="function">
-<title>ags_file_write_thread_list ()</title>
-<indexterm zone="ags-file-write-thread-list"><primary>ags_file_write_thread_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_thread_list          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-thread-pool" role="function">
-<title>ags_file_write_thread_pool ()</title>
-<indexterm zone="ags-file-write-thread-pool"><primary>ags_file_write_thread_pool</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_thread_pool          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_util.xml b/doc/reference/ags/xml/ags_file_util.xml
deleted file mode 100644
index 7056901..0000000
--- a/doc/reference/ags/xml/ags_file_util.xml
+++ /dev/null
@@ -1,262 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-file-util">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-file-util.top_of_page">ags_file_util</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_file_util</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-file-util.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-embedded-audio">ags_file_read_embedded_audio</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **embedded_audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-embedded-audio-list">ags_file_read_embedded_audio_list</link>   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **embedded_audio</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-file-link">ags_file_read_file_link</link>             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> **file_link</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-file-link-list">ags_file_read_file_link_list</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **file_link</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-util-read-dependency">ags_file_util_read_dependency</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **name</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> **xpath</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-util-read-history">ags_file_util_read_history</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsHistory"><type>AgsHistory</type></link> **history</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-util-read-object">ags_file_util_read_object</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **gobject</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-util-read-parameter">ags_file_util_read_parameter</link>        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> **parameter</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> *n_params</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> ***xpath</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-util-read-value">ags_file_util_read_value</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> **xpath</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-util-write-dependency">ags_file_util_write_dependency</link>      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> *xpath</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-util-write-history">ags_file_util_write_history</link>         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsHistory"><type>AgsHistory</type></link> *history</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-util-write-object">ags_file_util_write_object</link>          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-util-write-parameter">ags_file_util_write_parameter</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *parameter</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> n_params</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-util-write-value">ags_file_util_write_value</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> pointer_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> arr_length</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-embedded-audio">ags_file_write_embedded_audio</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *embedded_audio</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-embedded-audio-list">ags_file_write_embedded_audio_list</link>  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *embedded_audio</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-file-link">ags_file_write_file_link</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> *file_link</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-file-link-list">ags_file_write_file_link_list</link>       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *file_link</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-file-util.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-file-util.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-file-read-embedded-audio" role="function">
-<title>ags_file_read_embedded_audio ()</title>
-<indexterm zone="ags-file-read-embedded-audio"><primary>ags_file_read_embedded_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_embedded_audio        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **embedded_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-embedded-audio-list" role="function">
-<title>ags_file_read_embedded_audio_list ()</title>
-<indexterm zone="ags-file-read-embedded-audio-list"><primary>ags_file_read_embedded_audio_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_embedded_audio_list   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **embedded_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-file-link" role="function">
-<title>ags_file_read_file_link ()</title>
-<indexterm zone="ags-file-read-file-link"><primary>ags_file_read_file_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_file_link             (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> **file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-file-link-list" role="function">
-<title>ags_file_read_file_link_list ()</title>
-<indexterm zone="ags-file-read-file-link-list"><primary>ags_file_read_file_link_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_file_link_list        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-read-dependency" role="function">
-<title>ags_file_util_read_dependency ()</title>
-<indexterm zone="ags-file-util-read-dependency"><primary>ags_file_util_read_dependency</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_util_read_dependency       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **name</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> **xpath</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-read-history" role="function">
-<title>ags_file_util_read_history ()</title>
-<indexterm zone="ags-file-util-read-history"><primary>ags_file_util_read_history</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_util_read_history          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsHistory"><type>AgsHistory</type></link> **history</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-read-object" role="function">
-<title>ags_file_util_read_object ()</title>
-<indexterm zone="ags-file-util-read-object"><primary>ags_file_util_read_object</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_util_read_object           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> **gobject</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-read-parameter" role="function">
-<title>ags_file_util_read_parameter ()</title>
-<indexterm zone="ags-file-util-read-parameter"><primary>ags_file_util_read_parameter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_util_read_parameter        (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> **parameter</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> *n_params</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> ***xpath</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-read-value" role="function">
-<title>ags_file_util_read_value ()</title>
-<indexterm zone="ags-file-util-read-value"><primary>ags_file_util_read_value</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_util_read_value            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **id</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> **xpath</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-write-dependency" role="function">
-<title>ags_file_util_write_dependency ()</title>
-<indexterm zone="ags-file-util-write-dependency"><primary>ags_file_util_write_dependency</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_util_write_dependency      (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="xmlChar"><type>xmlChar</type></link> *xpath</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-write-history" role="function">
-<title>ags_file_util_write_history ()</title>
-<indexterm zone="ags-file-util-write-history"><primary>ags_file_util_write_history</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_util_write_history         (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsHistory"><type>AgsHistory</type></link> *history</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-write-object" role="function">
-<title>ags_file_util_write_object ()</title>
-<indexterm zone="ags-file-util-write-object"><primary>ags_file_util_write_object</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_util_write_object          (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-write-parameter" role="function">
-<title>ags_file_util_write_parameter ()</title>
-<indexterm zone="ags-file-util-write-parameter"><primary>ags_file_util_write_parameter</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_util_write_parameter       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *parameter</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> n_params</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-util-write-value" role="function">
-<title>ags_file_util_write_value ()</title>
-<indexterm zone="ags-file-util-write-value"><primary>ags_file_util_write_value</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_util_write_value           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> pointer_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> arr_length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-embedded-audio" role="function">
-<title>ags_file_write_embedded_audio ()</title>
-<indexterm zone="ags-file-write-embedded-audio"><primary>ags_file_write_embedded_audio</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_embedded_audio       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *embedded_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-embedded-audio-list" role="function">
-<title>ags_file_write_embedded_audio_list ()</title>
-<indexterm zone="ags-file-write-embedded-audio-list"><primary>ags_file_write_embedded_audio_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_embedded_audio_list  (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *embedded_audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-file-link" role="function">
-<title>ags_file_write_file_link ()</title>
-<indexterm zone="ags-file-write-file-link"><primary>ags_file_write_file_link</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_file_link            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsFileLink"><type>AgsFileLink</type></link> *file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-file-link-list" role="function">
-<title>ags_file_write_file_link_list ()</title>
-<indexterm zone="ags-file-write-file-link-list"><primary>ags_file_write_file_link_list</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_file_link_list       (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *file_link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_value_factory.xml b/doc/reference/ags/xml/ags_file_value_factory.xml
deleted file mode 100644
index 3f530a9..0000000
--- a/doc/reference/ags/xml/ags_file_value_factory.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileValueFactory">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileValueFactory.top_of_page">AgsFileValueFactory</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileValueFactory</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileValueFactory.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileValueFactory">AgsFileValueFactory</link>;
-struct              <link linkend="AgsFileValueFactoryClass">AgsFileValueFactoryClass</link>;
-<link linkend="AgsFileValueFactory"><returnvalue>AgsFileValueFactory</returnvalue></link> * <link linkend="ags-file-value-factory-new">ags_file_value_factory_new</link>        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileValueFactory.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileValueFactory.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileValueFactory" role="struct">
-<title>struct AgsFileValueFactory</title>
-<indexterm zone="AgsFileValueFactory"><primary>AgsFileValueFactory</primary></indexterm>
-<programlisting>struct AgsFileValueFactory {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileValueFactoryClass" role="struct">
-<title>struct AgsFileValueFactoryClass</title>
-<indexterm zone="AgsFileValueFactoryClass"><primary>AgsFileValueFactoryClass</primary></indexterm>
-<programlisting>struct AgsFileValueFactoryClass {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-value-factory-new" role="function">
-<title>ags_file_value_factory_new ()</title>
-<indexterm zone="ags-file-value-factory-new"><primary>ags_file_value_factory_new</primary></indexterm>
-<programlisting><link linkend="AgsFileValueFactory"><returnvalue>AgsFileValueFactory</returnvalue></link> * ags_file_value_factory_new        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_file_write.xml b/doc/reference/ags/xml/ags_file_write.xml
deleted file mode 100644
index cb07634..0000000
--- a/doc/reference/ags/xml/ags_file_write.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFileWrite">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFileWrite.top_of_page">AgsFileWrite</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFileWrite</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFileWrite.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFileWrite">AgsFileWrite</link>;
-struct              <link linkend="AgsFileWriteClass">AgsFileWriteClass</link>;
-<link linkend="AgsFileWrite"><returnvalue>AgsFileWrite</returnvalue></link> *      <link linkend="ags-file-write-new">ags_file_write_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFileWrite.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFileWrite.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFileWrite" role="struct">
-<title>struct AgsFileWrite</title>
-<indexterm zone="AgsFileWrite"><primary>AgsFileWrite</primary></indexterm>
-<programlisting>struct AgsFileWrite {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFileWriteClass" role="struct">
-<title>struct AgsFileWriteClass</title>
-<indexterm zone="AgsFileWriteClass"><primary>AgsFileWriteClass</primary></indexterm>
-<programlisting>struct AgsFileWriteClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-new" role="function">
-<title>ags_file_write_new ()</title>
-<indexterm zone="ags-file-write-new"><primary>ags_file_write_new</primary></indexterm>
-<programlisting><link linkend="AgsFileWrite"><returnvalue>AgsFileWrite</returnvalue></link> *      ags_file_write_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_free_selection.xml b/doc/reference/ags/xml/ags_free_selection.xml
deleted file mode 100644
index f5634e1..0000000
--- a/doc/reference/ags/xml/ags_free_selection.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsFreeSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsFreeSelection.top_of_page">AgsFreeSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsFreeSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsFreeSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsFreeSelection">AgsFreeSelection</link>;
-struct              <link linkend="AgsFreeSelectionClass">AgsFreeSelectionClass</link>;
-<link linkend="AgsFreeSelection"><returnvalue>AgsFreeSelection</returnvalue></link> *  <link linkend="ags-free-selection-new">ags_free_selection_new</link>              (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsFreeSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsFreeSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsFreeSelection" role="struct">
-<title>struct AgsFreeSelection</title>
-<indexterm zone="AgsFreeSelection"><primary>AgsFreeSelection</primary></indexterm>
-<programlisting>struct AgsFreeSelection {
-  AgsTask task;
-
-  AgsNotation *notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsFreeSelectionClass" role="struct">
-<title>struct AgsFreeSelectionClass</title>
-<indexterm zone="AgsFreeSelectionClass"><primary>AgsFreeSelectionClass</primary></indexterm>
-<programlisting>struct AgsFreeSelectionClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-free-selection-new" role="function">
-<title>ags_free_selection_new ()</title>
-<indexterm zone="ags-free-selection-new"><primary>ags_free_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsFreeSelection"><returnvalue>AgsFreeSelection</returnvalue></link> *  ags_free_selection_new              (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_garbage_collector.xml b/doc/reference/ags/xml/ags_garbage_collector.xml
deleted file mode 100644
index 4f47cd6..0000000
--- a/doc/reference/ags/xml/ags_garbage_collector.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsGarbageCollector">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsGarbageCollector.top_of_page">AgsGarbageCollector</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsGarbageCollector</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsGarbageCollector.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsGarbageCollector">AgsGarbageCollector</link>;
-struct              <link linkend="AgsGarbageCollectorClass">AgsGarbageCollectorClass</link>;
-enum                <link linkend="AgsGarbageCollectorFlags">AgsGarbageCollectorFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-garbage-collector-add">ags_garbage_collector_add</link>           (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="AgsGarbageCollector"><returnvalue>AgsGarbageCollector</returnvalue></link> * <link linkend="ags-garbage-collector-new">ags_garbage_collector_new</link>         ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-garbage-collector-remove">ags_garbage_collector_remove</link>        (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-garbage-collector-run">ags_garbage_collector_run</link>           (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsGarbageCollector.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsGarbageCollector.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsGarbageCollector" role="struct">
-<title>struct AgsGarbageCollector</title>
-<indexterm zone="AgsGarbageCollector"><primary>AgsGarbageCollector</primary></indexterm>
-<programlisting>struct AgsGarbageCollector {
-  GObject object;
-
-  guint32 flags;
-
-  GObject *devout;
-
-  GList *list; // data of type AgsRecycling
-  GList *stopped;
-  GList *start;
-  GList *end;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGarbageCollectorClass" role="struct">
-<title>struct AgsGarbageCollectorClass</title>
-<indexterm zone="AgsGarbageCollectorClass"><primary>AgsGarbageCollectorClass</primary></indexterm>
-<programlisting>struct AgsGarbageCollectorClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGarbageCollectorFlags" role="enum">
-<title>enum AgsGarbageCollectorFlags</title>
-<indexterm zone="AgsGarbageCollectorFlags"><primary>AgsGarbageCollectorFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_GARBAGE_COLLECTOR_RUN         = 1, // cancel flag of ags_garbage_collector run
-  AGS_GARBAGE_COLLECTOR_CANCEL_RUN  = 1 <<  1, // used by ags_garbage_collector_remove to remove the current (stopped) AgsRecycling while ags_garbage_collector_run is running
-} AgsGarbageCollectorFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-garbage-collector-add" role="function">
-<title>ags_garbage_collector_add ()</title>
-<indexterm zone="ags-garbage-collector-add"><primary>ags_garbage_collector_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_garbage_collector_add           (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-garbage-collector-new" role="function">
-<title>ags_garbage_collector_new ()</title>
-<indexterm zone="ags-garbage-collector-new"><primary>ags_garbage_collector_new</primary></indexterm>
-<programlisting><link linkend="AgsGarbageCollector"><returnvalue>AgsGarbageCollector</returnvalue></link> * ags_garbage_collector_new         ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-garbage-collector-remove" role="function">
-<title>ags_garbage_collector_remove ()</title>
-<indexterm zone="ags-garbage-collector-remove"><primary>ags_garbage_collector_remove</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_garbage_collector_remove        (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-garbage-collector-run" role="function">
-<title>ags_garbage_collector_run ()</title>
-<indexterm zone="ags-garbage-collector-run"><primary>ags_garbage_collector_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_garbage_collector_run           (<parameter><link linkend="AgsGarbageCollector"><type>AgsGarbageCollector</type></link> *garbage_collector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_generic_preferences.xml b/doc/reference/ags/xml/ags_generic_preferences.xml
deleted file mode 100644
index 3c214fb..0000000
--- a/doc/reference/ags/xml/ags_generic_preferences.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsGenericPreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsGenericPreferences.top_of_page">AgsGenericPreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsGenericPreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsGenericPreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsGenericPreferences">AgsGenericPreferences</link>;
-struct              <link linkend="AgsGenericPreferencesClass">AgsGenericPreferencesClass</link>;
-<link linkend="AgsGenericPreferences"><returnvalue>AgsGenericPreferences</returnvalue></link> * <link linkend="ags-generic-preferences-new">ags_generic_preferences_new</link>     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsGenericPreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsGenericPreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsGenericPreferences" role="struct">
-<title>struct AgsGenericPreferences</title>
-<indexterm zone="AgsGenericPreferences"><primary>AgsGenericPreferences</primary></indexterm>
-<programlisting>struct AgsGenericPreferences {
-  GtkVBox vbox;
-
-  GtkComboBox *audio_output_module;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGenericPreferencesClass" role="struct">
-<title>struct AgsGenericPreferencesClass</title>
-<indexterm zone="AgsGenericPreferencesClass"><primary>AgsGenericPreferencesClass</primary></indexterm>
-<programlisting>struct AgsGenericPreferencesClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-generic-preferences-new" role="function">
-<title>ags_generic_preferences_new ()</title>
-<indexterm zone="ags-generic-preferences-new"><primary>ags_generic_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsGenericPreferences"><returnvalue>AgsGenericPreferences</returnvalue></link> * ags_generic_preferences_new     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_gui_task_thread.xml b/doc/reference/ags/xml/ags_gui_task_thread.xml
deleted file mode 100644
index c11b75c..0000000
--- a/doc/reference/ags/xml/ags_gui_task_thread.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsGuiTaskThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsGuiTaskThread.top_of_page">AgsGuiTaskThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsGuiTaskThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsGuiTaskThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsGuiTaskThread">AgsGuiTaskThread</link>;
-struct              <link linkend="AgsGuiTaskThreadClass">AgsGuiTaskThreadClass</link>;
-<link linkend="AgsGuiTaskThread"><returnvalue>AgsGuiTaskThread</returnvalue></link> *  <link linkend="ags-gui-task-thread-new">ags_gui_task_thread_new</link>             (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsGuiTaskThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsGuiTaskThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsGuiTaskThread" role="struct">
-<title>struct AgsGuiTaskThread</title>
-<indexterm zone="AgsGuiTaskThread"><primary>AgsGuiTaskThread</primary></indexterm>
-<programlisting>struct AgsGuiTaskThread {
-  AgsTaskThread task_thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGuiTaskThreadClass" role="struct">
-<title>struct AgsGuiTaskThreadClass</title>
-<indexterm zone="AgsGuiTaskThreadClass"><primary>AgsGuiTaskThreadClass</primary></indexterm>
-<programlisting>struct AgsGuiTaskThreadClass {
-  AgsTaskThreadClass task_thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-gui-task-thread-new" role="function">
-<title>ags_gui_task_thread_new ()</title>
-<indexterm zone="ags-gui-task-thread-new"><primary>ags_gui_task_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsGuiTaskThread"><returnvalue>AgsGuiTaskThread</returnvalue></link> *  ags_gui_task_thread_new             (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_gui_thread.xml b/doc/reference/ags/xml/ags_gui_thread.xml
deleted file mode 100644
index 9986f10..0000000
--- a/doc/reference/ags/xml/ags_gui_thread.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsGuiThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsGuiThread.top_of_page">AgsGuiThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsGuiThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsGuiThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-GUI-THREAD-DEFAULT-JIFFIE:CAPS">AGS_GUI_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsGuiThread">AgsGuiThread</link>;
-struct              <link linkend="AgsGuiThreadClass">AgsGuiThreadClass</link>;
-<link linkend="AgsGuiThread"><returnvalue>AgsGuiThread</returnvalue></link> *      <link linkend="ags-gui-thread-new">ags_gui_thread_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsGuiThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsGuiThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-GUI-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_GUI_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-GUI-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_GUI_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_GUI_THREAD_DEFAULT_JIFFIE (250)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGuiThread" role="struct">
-<title>struct AgsGuiThread</title>
-<indexterm zone="AgsGuiThread"><primary>AgsGuiThread</primary></indexterm>
-<programlisting>struct AgsGuiThread {
-  AgsThread thread;
-
-  GMutex mutex;
-  GCond cond;
-
-  AgsThread *gui_task_thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsGuiThreadClass" role="struct">
-<title>struct AgsGuiThreadClass</title>
-<indexterm zone="AgsGuiThreadClass"><primary>AgsGuiThreadClass</primary></indexterm>
-<programlisting>struct AgsGuiThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-gui-thread-new" role="function">
-<title>ags_gui_thread_new ()</title>
-<indexterm zone="ags-gui-thread-new"><primary>ags_gui_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsGuiThread"><returnvalue>AgsGuiThread</returnvalue></link> *      ags_gui_thread_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_hindicator.xml b/doc/reference/ags/xml/ags_hindicator.xml
deleted file mode 100644
index 2a8878c..0000000
--- a/doc/reference/ags/xml/ags_hindicator.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsHIndicator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsHIndicator.top_of_page">AgsHIndicator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsHIndicator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsHIndicator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsHIndicator">AgsHIndicator</link>;
-struct              <link linkend="AgsHIndicatorClass">AgsHIndicatorClass</link>;
-<link linkend="AgsHIndicator"><returnvalue>AgsHIndicator</returnvalue></link> *     <link linkend="ags-hindicator-new">ags_hindicator_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsHIndicator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsHIndicator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsHIndicator" role="struct">
-<title>struct AgsHIndicator</title>
-<indexterm zone="AgsHIndicator"><primary>AgsHIndicator</primary></indexterm>
-<programlisting>struct AgsHIndicator {
-  AgsIndicator indicator;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsHIndicatorClass" role="struct">
-<title>struct AgsHIndicatorClass</title>
-<indexterm zone="AgsHIndicatorClass"><primary>AgsHIndicatorClass</primary></indexterm>
-<programlisting>struct AgsHIndicatorClass {
-  GtkWidgetClass indicator;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-hindicator-new" role="function">
-<title>ags_hindicator_new ()</title>
-<indexterm zone="ags-hindicator-new"><primary>ags_hindicator_new</primary></indexterm>
-<programlisting><link linkend="AgsHIndicator"><returnvalue>AgsHIndicator</returnvalue></link> *     ags_hindicator_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_history.xml b/doc/reference/ags/xml/ags_history.xml
deleted file mode 100644
index 05a0690..0000000
--- a/doc/reference/ags/xml/ags_history.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsHistory">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsHistory.top_of_page">AgsHistory</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsHistory</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsHistory.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsHistory">AgsHistory</link>;
-                    <link linkend="AgsHistoryAppend">AgsHistoryAppend</link>;
-struct              <link linkend="AgsHistoryClass">AgsHistoryClass</link>;
-<link linkend="AgsHistory"><returnvalue>AgsHistory</returnvalue></link> *        <link linkend="ags-history-new">ags_history_new</link>                     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsHistory.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsHistory.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsHistory" role="struct">
-<title>struct AgsHistory</title>
-<indexterm zone="AgsHistory"><primary>AgsHistory</primary></indexterm>
-<programlisting>struct AgsHistory {
-  GObject gobject;
-  
-  GList *task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsHistoryAppend" role="struct">
-<title>AgsHistoryAppend</title>
-<indexterm zone="AgsHistoryAppend"><primary>AgsHistoryAppend</primary></indexterm>
-<programlisting>typedef struct _AgsHistoryAppend AgsHistoryAppend;</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsHistoryClass" role="struct">
-<title>struct AgsHistoryClass</title>
-<indexterm zone="AgsHistoryClass"><primary>AgsHistoryClass</primary></indexterm>
-<programlisting>struct AgsHistoryClass {
-  GObjectClass gobject;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-history-new" role="function">
-<title>ags_history_new ()</title>
-<indexterm zone="ags-history-new"><primary>ags_history_new</primary></indexterm>
-<programlisting><link linkend="AgsHistory"><returnvalue>AgsHistory</returnvalue></link> *        ags_history_new                     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_htimebar.xml b/doc/reference/ags/xml/ags_htimebar.xml
deleted file mode 100644
index 04ed82a..0000000
--- a/doc/reference/ags/xml/ags_htimebar.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsHTimebar">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsHTimebar.top_of_page">AgsHTimebar</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsHTimebar</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsHTimebar.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsHTimebar">AgsHTimebar</link>;
-struct              <link linkend="AgsHTimebarClass">AgsHTimebarClass</link>;
-<link linkend="AgsHTimebar"><returnvalue>AgsHTimebar</returnvalue></link> *       <link linkend="ags-htimebar-new">ags_htimebar_new</link>                    ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsHTimebar.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsHTimebar.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsHTimebar" role="struct">
-<title>struct AgsHTimebar</title>
-<indexterm zone="AgsHTimebar"><primary>AgsHTimebar</primary></indexterm>
-<programlisting>struct AgsHTimebar {
-  AgsTimebar range;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsHTimebarClass" role="struct">
-<title>struct AgsHTimebarClass</title>
-<indexterm zone="AgsHTimebarClass"><primary>AgsHTimebarClass</primary></indexterm>
-<programlisting>struct AgsHTimebarClass {
-  AgsTimebarClass timebar;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-htimebar-new" role="function">
-<title>ags_htimebar_new ()</title>
-<indexterm zone="ags-htimebar-new"><primary>ags_htimebar_new</primary></indexterm>
-<programlisting><link linkend="AgsHTimebar"><returnvalue>AgsHTimebar</returnvalue></link> *       ags_htimebar_new                    ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_id_generator.xml b/doc/reference/ags/xml/ags_id_generator.xml
deleted file mode 100644
index 9059b3d..0000000
--- a/doc/reference/ags/xml/ags_id_generator.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-id-generator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-id-generator.top_of_page">ags_id_generator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_id_generator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-id-generator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-id-generator-create-uuid">ags_id_generator_create_uuid</link>        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-id-generator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-id-generator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-id-generator-create-uuid" role="function">
-<title>ags_id_generator_create_uuid ()</title>
-<indexterm zone="ags-id-generator-create-uuid"><primary>ags_id_generator_create_uuid</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_id_generator_create_uuid        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_indicator.xml b/doc/reference/ags/xml/ags_indicator.xml
deleted file mode 100644
index 526c11a..0000000
--- a/doc/reference/ags/xml/ags_indicator.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsIndicator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsIndicator.top_of_page">AgsIndicator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsIndicator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsIndicator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsIndicator">AgsIndicator</link>;
-struct              <link linkend="AgsIndicatorClass">AgsIndicatorClass</link>;
-<link linkend="AgsIndicator"><returnvalue>AgsIndicator</returnvalue></link> *      <link linkend="ags-indicator-new">ags_indicator_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsIndicator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsIndicator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsIndicator" role="struct">
-<title>struct AgsIndicator</title>
-<indexterm zone="AgsIndicator"><primary>AgsIndicator</primary></indexterm>
-<programlisting>struct AgsIndicator {
-  GtkWidget widget;
-
-  GtkAdjustment *adjustment;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIndicatorClass" role="struct">
-<title>struct AgsIndicatorClass</title>
-<indexterm zone="AgsIndicatorClass"><primary>AgsIndicatorClass</primary></indexterm>
-<programlisting>struct AgsIndicatorClass {
-  GtkWidgetClass widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-indicator-new" role="function">
-<title>ags_indicator_new ()</title>
-<indexterm zone="ags-indicator-new"><primary>ags_indicator_new</primary></indexterm>
-<programlisting><link linkend="AgsIndicator"><returnvalue>AgsIndicator</returnvalue></link> *      ags_indicator_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_init_audio.xml b/doc/reference/ags/xml/ags_init_audio.xml
deleted file mode 100644
index a970e30..0000000
--- a/doc/reference/ags/xml/ags_init_audio.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsInitAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsInitAudio.top_of_page">AgsInitAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsInitAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsInitAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsInitAudio">AgsInitAudio</link>;
-struct              <link linkend="AgsInitAudioClass">AgsInitAudioClass</link>;
-<link linkend="AgsInitAudio"><returnvalue>AgsInitAudio</returnvalue></link> *      <link linkend="ags-init-audio-new">ags_init_audio_new</link>                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsInitAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsInitAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsInitAudio" role="struct">
-<title>struct AgsInitAudio</title>
-<indexterm zone="AgsInitAudio"><primary>AgsInitAudio</primary></indexterm>
-<programlisting>struct AgsInitAudio {
-  AgsTask task;
-
-  AgsAudio *audio;
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsInitAudioClass" role="struct">
-<title>struct AgsInitAudioClass</title>
-<indexterm zone="AgsInitAudioClass"><primary>AgsInitAudioClass</primary></indexterm>
-<programlisting>struct AgsInitAudioClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-init-audio-new" role="function">
-<title>ags_init_audio_new ()</title>
-<indexterm zone="ags-init-audio-new"><primary>ags_init_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsInitAudio"><returnvalue>AgsInitAudio</returnvalue></link> *      ags_init_audio_new                  (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_init_channel.xml b/doc/reference/ags/xml/ags_init_channel.xml
deleted file mode 100644
index 7b5a487..0000000
--- a/doc/reference/ags/xml/ags_init_channel.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsInitChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsInitChannel.top_of_page">AgsInitChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsInitChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsInitChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsInitChannel">AgsInitChannel</link>;
-struct              <link linkend="AgsInitChannelClass">AgsInitChannelClass</link>;
-<link linkend="AgsInitChannel"><returnvalue>AgsInitChannel</returnvalue></link> *    <link linkend="ags-init-channel-new">ags_init_channel_new</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play_pad</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsInitChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsInitChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsInitChannel" role="struct">
-<title>struct AgsInitChannel</title>
-<indexterm zone="AgsInitChannel"><primary>AgsInitChannel</primary></indexterm>
-<programlisting>struct AgsInitChannel {
-  AgsTask task;
-
-  AgsChannel *channel;
-  gboolean play_pad;
-
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsInitChannelClass" role="struct">
-<title>struct AgsInitChannelClass</title>
-<indexterm zone="AgsInitChannelClass"><primary>AgsInitChannelClass</primary></indexterm>
-<programlisting>struct AgsInitChannelClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-init-channel-new" role="function">
-<title>ags_init_channel_new ()</title>
-<indexterm zone="ags-init-channel-new"><primary>ags_init_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsInitChannel"><returnvalue>AgsInitChannel</returnvalue></link> *    ags_init_channel_new                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> play_pad</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> playback</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> sequencer</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_inline_player.xml b/doc/reference/ags/xml/ags_inline_player.xml
deleted file mode 100644
index c723b47..0000000
--- a/doc/reference/ags/xml/ags_inline_player.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsInlinePlayer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsInlinePlayer.top_of_page">AgsInlinePlayer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsInlinePlayer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsInlinePlayer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsInlinePlayer">AgsInlinePlayer</link>;
-struct              <link linkend="AgsInlinePlayerClass">AgsInlinePlayerClass</link>;
-<link linkend="AgsInlinePlayer"><returnvalue>AgsInlinePlayer</returnvalue></link> *   <link linkend="ags-inline-player-new">ags_inline_player_new</link>               ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsInlinePlayer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsInlinePlayer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsInlinePlayer" role="struct">
-<title>struct AgsInlinePlayer</title>
-<indexterm zone="AgsInlinePlayer"><primary>AgsInlinePlayer</primary></indexterm>
-<programlisting>struct AgsInlinePlayer {
-  GtkHBox vbox;
-
-  AgsPlayable *playable;
-
-  GtkToggleButton *play;
-  GtkHScale *position;
-  GtkVolumeButton *volume;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsInlinePlayerClass" role="struct">
-<title>struct AgsInlinePlayerClass</title>
-<indexterm zone="AgsInlinePlayerClass"><primary>AgsInlinePlayerClass</primary></indexterm>
-<programlisting>struct AgsInlinePlayerClass {
-  GtkHBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-inline-player-new" role="function">
-<title>ags_inline_player_new ()</title>
-<indexterm zone="ags-inline-player-new"><primary>ags_inline_player_new</primary></indexterm>
-<programlisting><link linkend="AgsInlinePlayer"><returnvalue>AgsInlinePlayer</returnvalue></link> *   ags_inline_player_new               ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_input.xml b/doc/reference/ags/xml/ags_input.xml
deleted file mode 100644
index 97f04fd..0000000
--- a/doc/reference/ags/xml/ags_input.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsInput">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsInput.top_of_page">AgsInput</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsInput</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsInput.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsInput">AgsInput</link>;
-struct              <link linkend="AgsInputClass">AgsInputClass</link>;
-<link linkend="AgsInput"><returnvalue>AgsInput</returnvalue></link> *          <link linkend="ags-input-new">ags_input_new</link>                       (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsInput.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsInput.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsInput" role="struct">
-<title>struct AgsInput</title>
-<indexterm zone="AgsInput"><primary>AgsInput</primary></indexterm>
-<programlisting>struct AgsInput {
-  AgsChannel channel;
-
-  GObject *file_link;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsInputClass" role="struct">
-<title>struct AgsInputClass</title>
-<indexterm zone="AgsInputClass"><primary>AgsInputClass</primary></indexterm>
-<programlisting>struct AgsInputClass {
-  AgsChannelClass channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-input-new" role="function">
-<title>ags_input_new ()</title>
-<indexterm zone="ags-input-new"><primary>ags_input_new</primary></indexterm>
-<programlisting><link linkend="AgsInput"><returnvalue>AgsInput</returnvalue></link> *          ags_input_new                       (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsInput"><type>AgsInput</type></link>, linking tree to <parameter>audio</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsInput"><type>AgsInput</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ipatch.xml b/doc/reference/ags/xml/ags_ipatch.xml
deleted file mode 100644
index 303defc..0000000
--- a/doc/reference/ags/xml/ags_ipatch.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsIpatch">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsIpatch.top_of_page">AgsIpatch</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsIpatch</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsIpatch.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-IPATCH-DEFAULT-CHANNELS:CAPS">AGS_IPATCH_DEFAULT_CHANNELS</link>
-#define             <link linkend="AGS-IPATCH-READ:CAPS">AGS_IPATCH_READ</link>
-#define             <link linkend="AGS-IPATCH-WRITE:CAPS">AGS_IPATCH_WRITE</link>
-struct              <link linkend="AgsIpatch">AgsIpatch</link>;
-struct              <link linkend="AgsIpatchClass">AgsIpatchClass</link>;
-enum                <link linkend="AgsIpatchFlags">AgsIpatchFlags</link>;
-<link linkend="AgsIpatch"><returnvalue>AgsIpatch</returnvalue></link> *         <link linkend="ags-ipatch-new">ags_ipatch_new</link>                      ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsIpatch.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsIpatch.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-IPATCH-DEFAULT-CHANNELS:CAPS" role="macro">
-<title>AGS_IPATCH_DEFAULT_CHANNELS</title>
-<indexterm zone="AGS-IPATCH-DEFAULT-CHANNELS:CAPS"><primary>AGS_IPATCH_DEFAULT_CHANNELS</primary></indexterm>
-<programlisting>#define AGS_IPATCH_DEFAULT_CHANNELS 2
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-IPATCH-READ:CAPS" role="macro">
-<title>AGS_IPATCH_READ</title>
-<indexterm zone="AGS-IPATCH-READ:CAPS"><primary>AGS_IPATCH_READ</primary></indexterm>
-<programlisting>#define AGS_IPATCH_READ "r"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-IPATCH-WRITE:CAPS" role="macro">
-<title>AGS_IPATCH_WRITE</title>
-<indexterm zone="AGS-IPATCH-WRITE:CAPS"><primary>AGS_IPATCH_WRITE</primary></indexterm>
-<programlisting>#define AGS_IPATCH_WRITE "w"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIpatch" role="struct">
-<title>struct AgsIpatch</title>
-<indexterm zone="AgsIpatch"><primary>AgsIpatch</primary></indexterm>
-<programlisting>struct AgsIpatch {
-  GObject object;
-
-  guint flags;
-
-  AgsDevout *devout;
-  GList *audio_signal;
-
-  IpatchFile *file;
-  char *filename;
-  char *mode;
-
-  IpatchFileHandle *handle;
-  GError *error;
-
-  IpatchBase *base;
-  GObject *reader;
-
-  IpatchList *samples;
-  GList *iter;
-
-  guint nth_level;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIpatchClass" role="struct">
-<title>struct AgsIpatchClass</title>
-<indexterm zone="AgsIpatchClass"><primary>AgsIpatchClass</primary></indexterm>
-<programlisting>struct AgsIpatchClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIpatchFlags" role="enum">
-<title>enum AgsIpatchFlags</title>
-<indexterm zone="AgsIpatchFlags"><primary>AgsIpatchFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_IPATCH_DLS2   = 1,
-  AGS_IPATCH_SF2    = 1 << 1,
-  AGS_IPATCH_GIG    = 1 << 2,
-} AgsIpatchFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ipatch-new" role="function">
-<title>ags_ipatch_new ()</title>
-<indexterm zone="ags-ipatch-new"><primary>ags_ipatch_new</primary></indexterm>
-<programlisting><link linkend="AgsIpatch"><returnvalue>AgsIpatch</returnvalue></link> *         ags_ipatch_new                      ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ipatch_sf2_reader.xml b/doc/reference/ags/xml/ags_ipatch_sf2_reader.xml
deleted file mode 100644
index f246111..0000000
--- a/doc/reference/ags/xml/ags_ipatch_sf2_reader.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsIpatchSF2Reader">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsIpatchSF2Reader.top_of_page">AgsIpatchSF2Reader</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsIpatchSF2Reader</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsIpatchSF2Reader.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsIpatchSF2Reader">AgsIpatchSF2Reader</link>;
-struct              <link linkend="AgsIpatchSF2ReaderClass">AgsIpatchSF2ReaderClass</link>;
-enum                <link linkend="AgsSF2Levels">AgsSF2Levels</link>;
-<link linkend="AgsIpatchSF2Reader"><returnvalue>AgsIpatchSF2Reader</returnvalue></link> * <link linkend="ags-ipatch-sf2-reader-new">ags_ipatch_sf2_reader_new</link>          ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsIpatchSF2Reader.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsIpatchSF2Reader.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsIpatchSF2Reader" role="struct">
-<title>struct AgsIpatchSF2Reader</title>
-<indexterm zone="AgsIpatchSF2Reader"><primary>AgsIpatchSF2Reader</primary></indexterm>
-<programlisting>struct AgsIpatchSF2Reader {
-  GObject object;
-
-  AgsIpatch *ipatch;
-
-  gchar **selected;
-
-  IpatchSF2Reader *reader;
-
-  IpatchSF2 *sf2;
-
-  int bank;
-  int program;
-
-  IpatchContainer *preset;
-  IpatchContainer *instrument;
-  IpatchContainer *sample;
-
-  int count;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIpatchSF2ReaderClass" role="struct">
-<title>struct AgsIpatchSF2ReaderClass</title>
-<indexterm zone="AgsIpatchSF2ReaderClass"><primary>AgsIpatchSF2ReaderClass</primary></indexterm>
-<programlisting>struct AgsIpatchSF2ReaderClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSF2Levels" role="enum">
-<title>enum AgsSF2Levels</title>
-<indexterm zone="AgsSF2Levels"><primary>AgsSF2Levels</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SF2_FILENAME = 0,
-  AGS_SF2_PHDR = 1,
-  AGS_SF2_IHDR = 2,
-  AGS_SF2_SHDR = 3,
-} AgsSF2Levels;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ipatch-sf2-reader-new" role="function">
-<title>ags_ipatch_sf2_reader_new ()</title>
-<indexterm zone="ags-ipatch-sf2-reader-new"><primary>ags_ipatch_sf2_reader_new</primary></indexterm>
-<programlisting><link linkend="AgsIpatchSF2Reader"><returnvalue>AgsIpatchSF2Reader</returnvalue></link> * ags_ipatch_sf2_reader_new          ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_iterator_thread.xml b/doc/reference/ags/xml/ags_iterator_thread.xml
deleted file mode 100644
index 6473650..0000000
--- a/doc/reference/ags/xml/ags_iterator_thread.xml
+++ /dev/null
@@ -1,97 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsIteratorThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsIteratorThread.top_of_page">AgsIteratorThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsIteratorThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsIteratorThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsIteratorThread">AgsIteratorThread</link>;
-struct              <link linkend="AgsIteratorThreadClass">AgsIteratorThreadClass</link>;
-enum                <link linkend="AgsIteratorThreadFlags">AgsIteratorThreadFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-iterator-thread-children-ready">ags_iterator_thread_children_ready</link>  (<parameter><link linkend="AgsIteratorThread"><type>AgsIteratorThread</type></link> *iterator_thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>);
-<link linkend="AgsIteratorThread"><returnvalue>AgsIteratorThread</returnvalue></link> * <link linkend="ags-iterator-thread-new">ags_iterator_thread_new</link>             ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsIteratorThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsIteratorThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsIteratorThread" role="struct">
-<title>struct AgsIteratorThread</title>
-<indexterm zone="AgsIteratorThread"><primary>AgsIteratorThread</primary></indexterm>
-<programlisting>struct AgsIteratorThread {
-  AgsThread thread;
-
-  guint flags;
-
-  pthread_mutex_t tic_mutex;
-  pthread_cond_t tic_cond;
-
-  AgsThread *recycling_thread;
-
-  AgsChannel *channel;
-  AgsRecallID *recall_id;
-  gint stage;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIteratorThreadClass" role="struct">
-<title>struct AgsIteratorThreadClass</title>
-<indexterm zone="AgsIteratorThreadClass"><primary>AgsIteratorThreadClass</primary></indexterm>
-<programlisting>struct AgsIteratorThreadClass {
-  AgsThreadClass thread;
-  
-  void (*children_ready)(AgsIteratorThread *iterator_thread,
-			 AgsThread *current);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsIteratorThreadFlags" role="enum">
-<title>enum AgsIteratorThreadFlags</title>
-<indexterm zone="AgsIteratorThreadFlags"><primary>AgsIteratorThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_ITERATOR_THREAD_DONE      = 1,
-  AGS_ITERATOR_THREAD_WAIT      = 1 << 1,
-} AgsIteratorThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-iterator-thread-children-ready" role="function">
-<title>ags_iterator_thread_children_ready ()</title>
-<indexterm zone="ags-iterator-thread-children-ready"><primary>ags_iterator_thread_children_ready</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_iterator_thread_children_ready  (<parameter><link linkend="AgsIteratorThread"><type>AgsIteratorThread</type></link> *iterator_thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-iterator-thread-new" role="function">
-<title>ags_iterator_thread_new ()</title>
-<indexterm zone="ags-iterator-thread-new"><primary>ags_iterator_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsIteratorThread"><returnvalue>AgsIteratorThread</returnvalue></link> * ags_iterator_thread_new             ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ladspa_browser.xml b/doc/reference/ags/xml/ags_ladspa_browser.xml
deleted file mode 100644
index 359a88e..0000000
--- a/doc/reference/ags/xml/ags_ladspa_browser.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLadspaBrowser">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLadspaBrowser.top_of_page">AgsLadspaBrowser</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLadspaBrowser</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLadspaBrowser.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLadspaBrowser">AgsLadspaBrowser</link>;
-struct              <link linkend="AgsLadspaBrowserClass">AgsLadspaBrowserClass</link>;
-<link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         <link linkend="ags-ladspa-browser-combo-box-controls-new">ags_ladspa_browser_combo_box_controls_new</link>
-                                                        ();
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-ladspa-browser-get-plugin-effect">ags_ladspa_browser_get_plugin_effect</link>
-                                                        (<parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-ladspa-browser-get-plugin-filename">ags_ladspa_browser_get_plugin_filename</link>
-                                                        (<parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="AgsLadspaBrowser"><returnvalue>AgsLadspaBrowser</returnvalue></link> *  <link linkend="ags-ladspa-browser-new">ags_ladspa_browser_new</link>              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *parent</parameter>);
-<link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         <link linkend="ags-ladspa-browser-preview-new">ags_ladspa_browser_preview_new</link>      ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLadspaBrowser.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLadspaBrowser.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLadspaBrowser" role="struct">
-<title>struct AgsLadspaBrowser</title>
-<indexterm zone="AgsLadspaBrowser"><primary>AgsLadspaBrowser</primary></indexterm>
-<programlisting>struct AgsLadspaBrowser {
-  GtkDialog dialog;
-
-  GtkWidget *parent;
-
-  gchar *path;
-
-  GtkHBox *plugin;
-  GtkVBox *description;
-
-  GtkWidget *preview;
-
-  GtkButton *apply;
-  GtkButton *ok;
-  GtkButton *cancel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLadspaBrowserClass" role="struct">
-<title>struct AgsLadspaBrowserClass</title>
-<indexterm zone="AgsLadspaBrowserClass"><primary>AgsLadspaBrowserClass</primary></indexterm>
-<programlisting>struct AgsLadspaBrowserClass {
-  GtkDialogClass dialog;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-combo-box-controls-new" role="function">
-<title>ags_ladspa_browser_combo_box_controls_new ()</title>
-<indexterm zone="ags-ladspa-browser-combo-box-controls-new"><primary>ags_ladspa_browser_combo_box_controls_new</primary></indexterm>
-<programlisting><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         ags_ladspa_browser_combo_box_controls_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-get-plugin-effect" role="function">
-<title>ags_ladspa_browser_get_plugin_effect ()</title>
-<indexterm zone="ags-ladspa-browser-get-plugin-effect"><primary>ags_ladspa_browser_get_plugin_effect</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_ladspa_browser_get_plugin_effect
-                                                        (<parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-get-plugin-filename" role="function">
-<title>ags_ladspa_browser_get_plugin_filename ()</title>
-<indexterm zone="ags-ladspa-browser-get-plugin-filename"><primary>ags_ladspa_browser_get_plugin_filename</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_ladspa_browser_get_plugin_filename
-                                                        (<parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-new" role="function">
-<title>ags_ladspa_browser_new ()</title>
-<indexterm zone="ags-ladspa-browser-new"><primary>ags_ladspa_browser_new</primary></indexterm>
-<programlisting><link linkend="AgsLadspaBrowser"><returnvalue>AgsLadspaBrowser</returnvalue></link> *  ags_ladspa_browser_new              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *parent</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-preview-new" role="function">
-<title>ags_ladspa_browser_preview_new ()</title>
-<indexterm zone="ags-ladspa-browser-preview-new"><primary>ags_ladspa_browser_preview_new</primary></indexterm>
-<programlisting><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         ags_ladspa_browser_preview_new      ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ladspa_browser_callbacks.xml b/doc/reference/ags/xml/ags_ladspa_browser_callbacks.xml
deleted file mode 100644
index ff4a1c3..0000000
--- a/doc/reference/ags/xml/ags_ladspa_browser_callbacks.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-ladspa-browser-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-ladspa-browser-callbacks.top_of_page">ags_ladspa_browser_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_ladspa_browser_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-ladspa-browser-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-ladspa-browser-cancel-callback">ags_ladspa_browser_cancel_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-ladspa-browser-ok-callback">ags_ladspa_browser_ok_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-browser-plugin-effect-callback">ags_ladspa_browser_plugin_effect_callback</link>
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-browser-plugin-filename-callback">ags_ladspa_browser_plugin_filename_callback</link>
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-browser-preview-close-callback">ags_ladspa_browser_preview_close_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *preview</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-ladspa-browser-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-ladspa-browser-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-ladspa-browser-cancel-callback" role="function">
-<title>ags_ladspa_browser_cancel_callback ()</title>
-<indexterm zone="ags-ladspa-browser-cancel-callback"><primary>ags_ladspa_browser_cancel_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_ladspa_browser_cancel_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-ok-callback" role="function">
-<title>ags_ladspa_browser_ok_callback ()</title>
-<indexterm zone="ags-ladspa-browser-ok-callback"><primary>ags_ladspa_browser_ok_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_ladspa_browser_ok_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-plugin-effect-callback" role="function">
-<title>ags_ladspa_browser_plugin_effect_callback ()</title>
-<indexterm zone="ags-ladspa-browser-plugin-effect-callback"><primary>ags_ladspa_browser_plugin_effect_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_browser_plugin_effect_callback
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-plugin-filename-callback" role="function">
-<title>ags_ladspa_browser_plugin_filename_callback ()</title>
-<indexterm zone="ags-ladspa-browser-plugin-filename-callback"><primary>ags_ladspa_browser_plugin_filename_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_browser_plugin_filename_callback
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-browser-preview-close-callback" role="function">
-<title>ags_ladspa_browser_preview_close_callback ()</title>
-<indexterm zone="ags-ladspa-browser-preview-close-callback"><primary>ags_ladspa_browser_preview_close_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_browser_preview_close_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *preview</parameter>,
-                                                         <parameter><link linkend="AgsLadspaBrowser"><type>AgsLadspaBrowser</type></link> *ladspa_browser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ladspa_manager.xml b/doc/reference/ags/xml/ags_ladspa_manager.xml
deleted file mode 100644
index d5bb9e2..0000000
--- a/doc/reference/ags/xml/ags_ladspa_manager.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLadspaManager">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLadspaManager.top_of_page">AgsLadspaManager</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLadspaManager</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLadspaManager.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-LADSPA-PLUGIN:CAPS">AGS_LADSPA_PLUGIN</link>                   (ptr)
-struct              <link linkend="AgsLadspaManager">AgsLadspaManager</link>;
-struct              <link linkend="AgsLadspaManagerClass">AgsLadspaManagerClass</link>;
-struct              <link linkend="AgsLadspaPlugin">AgsLadspaPlugin</link>;
-enum                <link linkend="AgsLadspaPluginFlags">AgsLadspaPluginFlags</link>;
-<link linkend="AgsLadspaPlugin"><returnvalue>AgsLadspaPlugin</returnvalue></link> *   <link linkend="ags-ladspa-manager-find-ladspa-plugin">ags_ladspa_manager_find_ladspa_plugin</link>
-                                                        (<parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> **            <link linkend="ags-ladspa-manager-get-filenames">ags_ladspa_manager_get_filenames</link>    ();
-<link linkend="AgsLadspaManager"><returnvalue>AgsLadspaManager</returnvalue></link> *  <link linkend="ags-ladspa-manager-get-instance">ags_ladspa_manager_get_instance</link>     ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-manager-load-default-directory">ags_ladspa_manager_load_default_directory</link>
-                                                        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-manager-load-file">ags_ladspa_manager_load_file</link>        (<parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
-<link linkend="AgsLadspaManager"><returnvalue>AgsLadspaManager</returnvalue></link> *  <link linkend="ags-ladspa-manager-new">ags_ladspa_manager_new</link>              ();
-<link linkend="AgsLadspaPlugin"><returnvalue>AgsLadspaPlugin</returnvalue></link> *   <link linkend="ags-ladspa-plugin-alloc">ags_ladspa_plugin_alloc</link>             ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-ladspa-plugin-free">ags_ladspa_plugin_free</link>              (<parameter><link linkend="AgsLadspaPlugin"><type>AgsLadspaPlugin</type></link> *ladspa_plugin</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLadspaManager.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLadspaManager.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-LADSPA-PLUGIN:CAPS" role="macro">
-<title>AGS_LADSPA_PLUGIN()</title>
-<indexterm zone="AGS-LADSPA-PLUGIN:CAPS"><primary>AGS_LADSPA_PLUGIN</primary></indexterm>
-<programlisting>#define AGS_LADSPA_PLUGIN(ptr) ((AgsLadspaPlugin *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLadspaManager" role="struct">
-<title>struct AgsLadspaManager</title>
-<indexterm zone="AgsLadspaManager"><primary>AgsLadspaManager</primary></indexterm>
-<programlisting>struct AgsLadspaManager {
-  GObject object;
-  
-  GList *ladspa_plugin;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLadspaManagerClass" role="struct">
-<title>struct AgsLadspaManagerClass</title>
-<indexterm zone="AgsLadspaManagerClass"><primary>AgsLadspaManagerClass</primary></indexterm>
-<programlisting>struct AgsLadspaManagerClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLadspaPlugin" role="struct">
-<title>struct AgsLadspaPlugin</title>
-<indexterm zone="AgsLadspaPlugin"><primary>AgsLadspaPlugin</primary></indexterm>
-<programlisting>struct AgsLadspaPlugin {
-  guint flags;
-
-  gchar *filename;
-  void *plugin_so;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLadspaPluginFlags" role="enum">
-<title>enum AgsLadspaPluginFlags</title>
-<indexterm zone="AgsLadspaPluginFlags"><primary>AgsLadspaPluginFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LADSPA_PLUGIN_IS_LOADED    = 1,
-} AgsLadspaPluginFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-find-ladspa-plugin" role="function">
-<title>ags_ladspa_manager_find_ladspa_plugin ()</title>
-<indexterm zone="ags-ladspa-manager-find-ladspa-plugin"><primary>ags_ladspa_manager_find_ladspa_plugin</primary></indexterm>
-<programlisting><link linkend="AgsLadspaPlugin"><returnvalue>AgsLadspaPlugin</returnvalue></link> *   ags_ladspa_manager_find_ladspa_plugin
-                                                        (<parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-get-filenames" role="function">
-<title>ags_ladspa_manager_get_filenames ()</title>
-<indexterm zone="ags-ladspa-manager-get-filenames"><primary>ags_ladspa_manager_get_filenames</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> **            ags_ladspa_manager_get_filenames    ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-get-instance" role="function">
-<title>ags_ladspa_manager_get_instance ()</title>
-<indexterm zone="ags-ladspa-manager-get-instance"><primary>ags_ladspa_manager_get_instance</primary></indexterm>
-<programlisting><link linkend="AgsLadspaManager"><returnvalue>AgsLadspaManager</returnvalue></link> *  ags_ladspa_manager_get_instance     ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-load-default-directory" role="function">
-<title>ags_ladspa_manager_load_default_directory ()</title>
-<indexterm zone="ags-ladspa-manager-load-default-directory"><primary>ags_ladspa_manager_load_default_directory</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_manager_load_default_directory
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-load-file" role="function">
-<title>ags_ladspa_manager_load_file ()</title>
-<indexterm zone="ags-ladspa-manager-load-file"><primary>ags_ladspa_manager_load_file</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_manager_load_file        (<parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-manager-new" role="function">
-<title>ags_ladspa_manager_new ()</title>
-<indexterm zone="ags-ladspa-manager-new"><primary>ags_ladspa_manager_new</primary></indexterm>
-<programlisting><link linkend="AgsLadspaManager"><returnvalue>AgsLadspaManager</returnvalue></link> *  ags_ladspa_manager_new              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-plugin-alloc" role="function">
-<title>ags_ladspa_plugin_alloc ()</title>
-<indexterm zone="ags-ladspa-plugin-alloc"><primary>ags_ladspa_plugin_alloc</primary></indexterm>
-<programlisting><link linkend="AgsLadspaPlugin"><returnvalue>AgsLadspaPlugin</returnvalue></link> *   ags_ladspa_plugin_alloc             ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-plugin-free" role="function">
-<title>ags_ladspa_plugin_free ()</title>
-<indexterm zone="ags-ladspa-plugin-free"><primary>ags_ladspa_plugin_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_ladspa_plugin_free              (<parameter><link linkend="AgsLadspaPlugin"><type>AgsLadspaPlugin</type></link> *ladspa_plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_led.xml b/doc/reference/ags/xml/ags_led.xml
deleted file mode 100644
index 73a2938..0000000
--- a/doc/reference/ags/xml/ags_led.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLed">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLed.top_of_page">AgsLed</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLed</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLed.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLed">AgsLed</link>;
-struct              <link linkend="AgsLedClass">AgsLedClass</link>;
-enum                <link linkend="AgsLedFlags">AgsLedFlags</link>;
-<link linkend="AgsLed"><returnvalue>AgsLed</returnvalue></link> *            <link linkend="ags-led-new">ags_led_new</link>                         ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-led-set-active">ags_led_set_active</link>                  (<parameter><link linkend="AgsLed"><type>AgsLed</type></link> *led</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-led-unset-active">ags_led_unset_active</link>                (<parameter><link linkend="AgsLed"><type>AgsLed</type></link> *led</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLed.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLed.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLed" role="struct">
-<title>struct AgsLed</title>
-<indexterm zone="AgsLed"><primary>AgsLed</primary></indexterm>
-<programlisting>struct AgsLed {
-  GtkBin bin;
-
-  guint flags;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLedClass" role="struct">
-<title>struct AgsLedClass</title>
-<indexterm zone="AgsLedClass"><primary>AgsLedClass</primary></indexterm>
-<programlisting>struct AgsLedClass {
-  GtkBinClass bin;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLedFlags" role="enum">
-<title>enum AgsLedFlags</title>
-<indexterm zone="AgsLedFlags"><primary>AgsLedFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LED_ACTIVE        = 1,
-} AgsLedFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-led-new" role="function">
-<title>ags_led_new ()</title>
-<indexterm zone="ags-led-new"><primary>ags_led_new</primary></indexterm>
-<programlisting><link linkend="AgsLed"><returnvalue>AgsLed</returnvalue></link> *            ags_led_new                         ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-led-set-active" role="function">
-<title>ags_led_set_active ()</title>
-<indexterm zone="ags-led-set-active"><primary>ags_led_set_active</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_led_set_active                  (<parameter><link linkend="AgsLed"><type>AgsLed</type></link> *led</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-led-unset-active" role="function">
-<title>ags_led_unset_active ()</title>
-<indexterm zone="ags-led-unset-active"><primary>ags_led_unset_active</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_led_unset_active                (<parameter><link linkend="AgsLed"><type>AgsLed</type></link> *led</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_libao.xml b/doc/reference/ags/xml/ags_libao.xml
deleted file mode 100644
index be6df8d..0000000
--- a/doc/reference/ags/xml/ags_libao.xml
+++ /dev/null
@@ -1,387 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLibao">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLibao.top_of_page">AgsLibao</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLibao</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLibao.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-LIBAO-DEFAULT-BPM:CAPS">AGS_LIBAO_DEFAULT_BPM</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-BUFFER-SIZE:CAPS">AGS_LIBAO_DEFAULT_BUFFER_SIZE</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-DELAY:CAPS">AGS_LIBAO_DEFAULT_DELAY</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-JIFFIE:CAPS">AGS_LIBAO_DEFAULT_JIFFIE</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-SAMPLERATE:CAPS">AGS_LIBAO_DEFAULT_SAMPLERATE</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-TACT:CAPS">AGS_LIBAO_DEFAULT_TACT</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-TACTRATE:CAPS">AGS_LIBAO_DEFAULT_TACTRATE</link>
-#define             <link linkend="AGS-LIBAO-DEFAULT-TACT-JIFFIE:CAPS">AGS_LIBAO_DEFAULT_TACT_JIFFIE</link>
-#define             <link linkend="AGS-LIBAO-ERROR:CAPS">AGS_LIBAO_ERROR</link>
-#define             <link linkend="AGS-LIBAO-PLAY:CAPS">AGS_LIBAO_PLAY</link>                      (ptr)
-#define             <link linkend="AGS-LIBAO-PLAY-DOMAIN:CAPS">AGS_LIBAO_PLAY_DOMAIN</link>               (ptr)
-struct              <link linkend="AgsLibao">AgsLibao</link>;
-struct              <link linkend="AgsLibaoClass">AgsLibaoClass</link>;
-enum                <link linkend="AgsLibaoError">AgsLibaoError</link>;
-enum                <link linkend="AgsLibaoFlags">AgsLibaoFlags</link>;
-struct              <link linkend="AgsLibaoPlay">AgsLibaoPlay</link>;
-struct              <link linkend="AgsLibaoPlayDomain">AgsLibaoPlayDomain</link>;
-enum                <link linkend="AgsLibaoPlayFlags">AgsLibaoPlayFlags</link>;
-enum                <link linkend="AgsLibaoResolutionMode">AgsLibaoResolutionMode</link>;
-<link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              <link linkend="ags-libao-error-quark">ags_libao_error_quark</link>               ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-list-cards">ags_libao_list_cards</link>                (<parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);
-<link linkend="AgsLibao"><returnvalue>AgsLibao</returnvalue></link> *          <link linkend="ags-libao-new">ags_libao_new</link>                       (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-note-offset-changed">ags_libao_note_offset_changed</link>       (<parameter><link linkend="AgsLibao"><type>AgsLibao</type></link> *libao</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-pcm-info">ags_libao_pcm_info</link>                  (<parameter><link linkend="char"><type>char</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="AgsLibaoPlay"><returnvalue>AgsLibaoPlay</returnvalue></link> *      <link linkend="ags-libao-play-alloc">ags_libao_play_alloc</link>                ();
-<link linkend="AgsLibaoPlayDomain"><returnvalue>AgsLibaoPlayDomain</returnvalue></link> * <link linkend="ags-libao-play-domain-alloc">ags_libao_play_domain_alloc</link>        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-play-domain-free">ags_libao_play_domain_free</link>          (<parameter><link linkend="AgsLibaoPlayDomain"><type>AgsLibaoPlayDomain</type></link> *libao_play_domain</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-play-free">ags_libao_play_free</link>                 (<parameter><link linkend="AgsLibaoPlay"><type>AgsLibaoPlay</type></link> *libao_play</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-libao-tic">ags_libao_tic</link>                       (<parameter><link linkend="AgsLibao"><type>AgsLibao</type></link> *libao</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLibao.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLibao.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-LIBAO-DEFAULT-BPM:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_BPM</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-BPM:CAPS"><primary>AGS_LIBAO_DEFAULT_BPM</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_BPM (120.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-BUFFER-SIZE:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_BUFFER_SIZE</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-BUFFER-SIZE:CAPS"><primary>AGS_LIBAO_DEFAULT_BUFFER_SIZE</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_BUFFER_SIZE (940)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-DELAY:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_DELAY</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-DELAY:CAPS"><primary>AGS_LIBAO_DEFAULT_DELAY</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_DELAY (AGS_LIBAO_DEFAULT_JIFFIE / AGS_LIBAO_DEFAULT_TACTRATE)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-JIFFIE:CAPS"><primary>AGS_LIBAO_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_JIFFIE ((double) AGS_LIBAO_DEFAULT_SAMPLERATE / (double) AGS_LIBAO_DEFAULT_BUFFER_SIZE)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-SAMPLERATE:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_SAMPLERATE</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-SAMPLERATE:CAPS"><primary>AGS_LIBAO_DEFAULT_SAMPLERATE</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_SAMPLERATE (44100.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-TACT:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_TACT</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-TACT:CAPS"><primary>AGS_LIBAO_DEFAULT_TACT</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_TACT (1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-TACTRATE:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_TACTRATE</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-TACTRATE:CAPS"><primary>AGS_LIBAO_DEFAULT_TACTRATE</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_TACTRATE (1.0 / AGS_LIBAO_DEFAULT_TACT_JIFFIE)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-DEFAULT-TACT-JIFFIE:CAPS" role="macro">
-<title>AGS_LIBAO_DEFAULT_TACT_JIFFIE</title>
-<indexterm zone="AGS-LIBAO-DEFAULT-TACT-JIFFIE:CAPS"><primary>AGS_LIBAO_DEFAULT_TACT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_LIBAO_DEFAULT_TACT_JIFFIE (60.0 / AGS_LIBAO_DEFAULT_BPM * AGS_LIBAO_DEFAULT_TACT)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-ERROR:CAPS" role="macro">
-<title>AGS_LIBAO_ERROR</title>
-<indexterm zone="AGS-LIBAO-ERROR:CAPS"><primary>AGS_LIBAO_ERROR</primary></indexterm>
-<programlisting>#define AGS_LIBAO_ERROR (ags_libao_error_quark())
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-PLAY:CAPS" role="macro">
-<title>AGS_LIBAO_PLAY()</title>
-<indexterm zone="AGS-LIBAO-PLAY:CAPS"><primary>AGS_LIBAO_PLAY</primary></indexterm>
-<programlisting>#define AGS_LIBAO_PLAY(ptr)           ((AgsLibaoPlay *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LIBAO-PLAY-DOMAIN:CAPS" role="macro">
-<title>AGS_LIBAO_PLAY_DOMAIN()</title>
-<indexterm zone="AGS-LIBAO-PLAY-DOMAIN:CAPS"><primary>AGS_LIBAO_PLAY_DOMAIN</primary></indexterm>
-<programlisting>#define AGS_LIBAO_PLAY_DOMAIN(ptr)    ((AgsLibaoPlayDomain *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibao" role="struct">
-<title>struct AgsLibao</title>
-<indexterm zone="AgsLibao"><primary>AgsLibao</primary></indexterm>
-<programlisting>struct AgsLibao {
-  GObject object;
-
-  guint flags;
-
-  guint dsp_channels;
-  guint pcm_channels;
-  guint bits;
-  guint buffer_size;
-  guint frequency; // sample_rate
-
-  signed short** buffer;
-
-  double bpm; // beats per minute
-
-  gdouble *delay; // count of tics within buffer size
-  guint *attack; // where currently tic resides in the stream's offset, measured in 1/64 of bpm
-
-  gdouble delay_counter; // next time attack changeing when delay_counter == delay
-  guint tic_counter;
-
-  union{
-    struct _AgsAO{
-      ao_device *device;
-      ao_sample_format *format;
-      int driver_ao;
-    }ao;
-    struct _AgsOss{
-      int device_fd;
-      char *device;
-    }oss;
-    struct _AgsAlsa{
-      char *device;
-      int rc;
-      snd_pcm_t *handle;
-      snd_async_handler_t *ahandler;
-      snd_pcm_hw_params_t *params;
-    }alsa;
-  }out;
-
-  GObject *ags_main;
-  
-  GList *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoClass" role="struct">
-<title>struct AgsLibaoClass</title>
-<indexterm zone="AgsLibaoClass"><primary>AgsLibaoClass</primary></indexterm>
-<programlisting>struct AgsLibaoClass {
-  GObjectClass object;
-
-  void (*play_init)(AgsLibao *libao,
-		    GError **error);
-  void (*play)(AgsLibao *libao,
-	       GError **error);
-  void (*stop)(AgsLibao *libao);
-
-  void (*tic)(AgsLibao *libao);
-
-  void (*note_offset_changed)(AgsLibao *libao, guint note_offset);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoError" role="enum">
-<title>enum AgsLibaoError</title>
-<indexterm zone="AgsLibaoError"><primary>AgsLibaoError</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LIBAO_ERROR_LOCKED_SOUNDCARD,
-} AgsLibaoError;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoFlags" role="enum">
-<title>enum AgsLibaoFlags</title>
-<indexterm zone="AgsLibaoFlags"><primary>AgsLibaoFlags</primary></indexterm>
-<programlisting>typedef enum {
-    AGS_LIBAO_BUFFER0                        = 1,
-    AGS_LIBAO_BUFFER1                        = 1 << 1,
-    AGS_LIBAO_BUFFER2                        = 1 << 2,
-    AGS_LIBAO_BUFFER3                        = 1 << 3,
-
-    AGS_LIBAO_ATTACK_FIRST                   = 1 << 4,
-
-    AGS_LIBAO_PLAY                           = 1 << 5,
-
-    AGS_LIBAO_LIBAO                          = 1 << 6,
-    AGS_LIBAO_OSS                            = 1 << 7,
-    AGS_LIBAO_ALSA                           = 1 << 8,
-
-    AGS_LIBAO_SHUTDOWN                       = 1 << 9,
-    AGS_LIBAO_START_PLAY                     = 1 << 10,
-
-    AGS_LIBAO_NONBLOCKING                    = 1 << 11,
-
-    AGS_LIBAO_TIMING_SET_0                   = 1 << 12,
-    AGS_LIBAO_TIMING_SET_1                   = 1 << 13,
-} AgsLibaoFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoPlay" role="struct">
-<title>struct AgsLibaoPlay</title>
-<indexterm zone="AgsLibaoPlay"><primary>AgsLibaoPlay</primary></indexterm>
-<programlisting>struct AgsLibaoPlay {
-  guint flags;
-
-  AgsIteratorThread **iterator_thread;
-
-  GObject *source;
-  guint audio_channel;
-
-  AgsRecallID *recall_id[3];
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoPlayDomain" role="struct">
-<title>struct AgsLibaoPlayDomain</title>
-<indexterm zone="AgsLibaoPlayDomain"><primary>AgsLibaoPlayDomain</primary></indexterm>
-<programlisting>struct AgsLibaoPlayDomain {
-  GObject *domain;
-  
-  gboolean playback;
-  gboolean sequencer;
-  gboolean notation;
-
-  GList *libao_play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoPlayFlags" role="enum">
-<title>enum AgsLibaoPlayFlags</title>
-<indexterm zone="AgsLibaoPlayFlags"><primary>AgsLibaoPlayFlags</primary></indexterm>
-<programlisting>typedef enum {
-    AGS_LIBAO_PLAY_DONE              = 1,
-    AGS_LIBAO_PLAY_REMOVE            = 1 <<  1,
-    AGS_LIBAO_PLAY_CHANNEL           = 1 <<  2,
-    AGS_LIBAO_PLAY_PAD               = 1 <<  3,
-    AGS_LIBAO_PLAY_AUDIO             = 1 <<  4,
-    AGS_LIBAO_PLAY_PLAYBACK          = 1 <<  5,
-    AGS_LIBAO_PLAY_SEQUENCER         = 1 <<  6,
-    AGS_LIBAO_PLAY_NOTATION          = 1 <<  7,
-    AGS_LIBAO_PLAY_SUPER_THREADED    = 1 <<  8,
-} AgsLibaoPlayFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLibaoResolutionMode" role="enum">
-<title>enum AgsLibaoResolutionMode</title>
-<indexterm zone="AgsLibaoResolutionMode"><primary>AgsLibaoResolutionMode</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LIBAO_RESOLUTION_8_BIT    = 8,
-  AGS_LIBAO_RESOLUTION_16_BIT   = 16,
-  AGS_LIBAO_RESOLUTION_24_BIT   = 24,
-  AGS_LIBAO_RESOLUTION_32_BIT   = 32,
-  AGS_LIBAO_RESOLUTION_64_BIT   = 64,
-} AgsLibaoResolutionMode;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-error-quark" role="function">
-<title>ags_libao_error_quark ()</title>
-<indexterm zone="ags-libao-error-quark"><primary>ags_libao_error_quark</primary></indexterm>
-<programlisting><link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              ags_libao_error_quark               ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-list-cards" role="function">
-<title>ags_libao_list_cards ()</title>
-<indexterm zone="ags-libao-list-cards"><primary>ags_libao_list_cards</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_list_cards                (<parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-new" role="function">
-<title>ags_libao_new ()</title>
-<indexterm zone="ags-libao-new"><primary>ags_libao_new</primary></indexterm>
-<programlisting><link linkend="AgsLibao"><returnvalue>AgsLibao</returnvalue></link> *          ags_libao_new                       (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-note-offset-changed" role="function">
-<title>ags_libao_note_offset_changed ()</title>
-<indexterm zone="ags-libao-note-offset-changed"><primary>ags_libao_note_offset_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_note_offset_changed       (<parameter><link linkend="AgsLibao"><type>AgsLibao</type></link> *libao</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-pcm-info" role="function">
-<title>ags_libao_pcm_info ()</title>
-<indexterm zone="ags-libao-pcm-info"><primary>ags_libao_pcm_info</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_pcm_info                  (<parameter><link linkend="char"><type>char</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-play-alloc" role="function">
-<title>ags_libao_play_alloc ()</title>
-<indexterm zone="ags-libao-play-alloc"><primary>ags_libao_play_alloc</primary></indexterm>
-<programlisting><link linkend="AgsLibaoPlay"><returnvalue>AgsLibaoPlay</returnvalue></link> *      ags_libao_play_alloc                ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-play-domain-alloc" role="function">
-<title>ags_libao_play_domain_alloc ()</title>
-<indexterm zone="ags-libao-play-domain-alloc"><primary>ags_libao_play_domain_alloc</primary></indexterm>
-<programlisting><link linkend="AgsLibaoPlayDomain"><returnvalue>AgsLibaoPlayDomain</returnvalue></link> * ags_libao_play_domain_alloc        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-play-domain-free" role="function">
-<title>ags_libao_play_domain_free ()</title>
-<indexterm zone="ags-libao-play-domain-free"><primary>ags_libao_play_domain_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_play_domain_free          (<parameter><link linkend="AgsLibaoPlayDomain"><type>AgsLibaoPlayDomain</type></link> *libao_play_domain</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-play-free" role="function">
-<title>ags_libao_play_free ()</title>
-<indexterm zone="ags-libao-play-free"><primary>ags_libao_play_free</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_play_free                 (<parameter><link linkend="AgsLibaoPlay"><type>AgsLibaoPlay</type></link> *libao_play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-libao-tic" role="function">
-<title>ags_libao_tic ()</title>
-<indexterm zone="ags-libao-tic"><primary>ags_libao_tic</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_libao_tic                       (<parameter><link linkend="AgsLibao"><type>AgsLibao</type></link> *libao</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line.xml b/doc/reference/ags/xml/ags_line.xml
deleted file mode 100644
index f5a7401..0000000
--- a/doc/reference/ags/xml/ags_line.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLine.top_of_page">AgsLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-LINE-DEFAULT-BUILD-ID:CAPS">AGS_LINE_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-LINE-DEFAULT-VERSION:CAPS">AGS_LINE_DEFAULT_VERSION</link>
-struct              <link linkend="AgsLine">AgsLine</link>;
-struct              <link linkend="AgsLineClass">AgsLineClass</link>;
-enum                <link linkend="AgsLineFlags">AgsLineFlags</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-line-find-next-grouped">ags_line_find_next_grouped</link>          (<parameter><link linkend="GList"><type>GList</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-find-port">ags_line_find_port</link>                  (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-group-changed">ags_line_group_changed</link>              (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="AgsLine"><returnvalue>AgsLine</returnvalue></link> *           <link linkend="ags-line-new">ags_line_new</link>                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-set-channel">ags_line_set_channel</link>                (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-LINE-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_LINE_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-LINE-DEFAULT-BUILD-ID:CAPS"><primary>AGS_LINE_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_LINE_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LINE-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_LINE_DEFAULT_VERSION</title>
-<indexterm zone="AGS-LINE-DEFAULT-VERSION:CAPS"><primary>AGS_LINE_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_LINE_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLine" role="struct">
-<title>struct AgsLine</title>
-<indexterm zone="AgsLine"><primary>AgsLine</primary></indexterm>
-<programlisting>struct AgsLine {
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *name;
-
-  AgsChannel *channel;
-
-  GtkWidget *pad;
-
-  GtkLabel *label;
-  GtkToggleButton *group;
-
-  AgsExpander *expander;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineClass" role="struct">
-<title>struct AgsLineClass</title>
-<indexterm zone="AgsLineClass"><primary>AgsLineClass</primary></indexterm>
-<programlisting>struct AgsLineClass {
-  GtkVBoxClass vbox;
-
-  void (*set_channel)(AgsLine *line, AgsChannel *channel);
-
-  void (*group_changed)(AgsLine *line);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineFlags" role="enum">
-<title>enum AgsLineFlags</title>
-<indexterm zone="AgsLineFlags"><primary>AgsLineFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LINE_CONNECTED         = 1,
-  AGS_LINE_GROUPED           = 1 << 1,
-  AGS_LINE_MAPPED_RECALL     = 1 << 2,
-  AGS_LINE_PREMAPPED_RECALL  = 1 << 3,
-} AgsLineFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-find-next-grouped" role="function">
-<title>ags_line_find_next_grouped ()</title>
-<indexterm zone="ags-line-find-next-grouped"><primary>ags_line_find_next_grouped</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_line_find_next_grouped          (<parameter><link linkend="GList"><type>GList</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-find-port" role="function">
-<title>ags_line_find_port ()</title>
-<indexterm zone="ags-line-find-port"><primary>ags_line_find_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_find_port                  (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-group-changed" role="function">
-<title>ags_line_group_changed ()</title>
-<indexterm zone="ags-line-group-changed"><primary>ags_line_group_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_group_changed              (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-new" role="function">
-<title>ags_line_new ()</title>
-<indexterm zone="ags-line-new"><primary>ags_line_new</primary></indexterm>
-<programlisting><link linkend="AgsLine"><returnvalue>AgsLine</returnvalue></link> *           ags_line_new                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-set-channel" role="function">
-<title>ags_line_set_channel ()</title>
-<indexterm zone="ags-line-set-channel"><primary>ags_line_set_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_set_channel                (<parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_callbacks.xml b/doc/reference/ags/xml/ags_line_callbacks.xml
deleted file mode 100644
index 8cddfee..0000000
--- a/doc/reference/ags/xml/ags_line_callbacks.xml
+++ /dev/null
@@ -1,155 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-line-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-line-callbacks.top_of_page">ags_line_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_line_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-line-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-channel-done-callback">ags_line_channel_done_callback</link>      (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-copy-pattern-cancel">ags_line_copy_pattern_cancel</link>        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-copy-pattern-done">ags_line_copy_pattern_done</link>          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-group-clicked-callback">ags_line_group_clicked_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-parent-set-callback">ags_line_parent_set_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-peak-run-post-callback">ags_line_peak_run_post_callback</link>     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *peak_channel</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-play-channel-run-cancel">ags_line_play_channel_run_cancel</link>    (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-play-volume-cancel">ags_line_play_volume_cancel</link>         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-play-volume-done">ags_line_play_volume_done</link>           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-recall-volume-cancel">ags_line_recall_volume_cancel</link>       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-recall-volume-done">ags_line_recall_volume_done</link>         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-remove-recall-callback">ags_line_remove_recall_callback</link>     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-volume-callback">ags_line_volume_callback</link>            (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-line-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-line-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-line-channel-done-callback" role="function">
-<title>ags_line_channel_done_callback ()</title>
-<indexterm zone="ags-line-channel-done-callback"><primary>ags_line_channel_done_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_channel_done_callback      (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-copy-pattern-cancel" role="function">
-<title>ags_line_copy_pattern_cancel ()</title>
-<indexterm zone="ags-line-copy-pattern-cancel"><primary>ags_line_copy_pattern_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_copy_pattern_cancel        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-copy-pattern-done" role="function">
-<title>ags_line_copy_pattern_done ()</title>
-<indexterm zone="ags-line-copy-pattern-done"><primary>ags_line_copy_pattern_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_copy_pattern_done          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-group-clicked-callback" role="function">
-<title>ags_line_group_clicked_callback ()</title>
-<indexterm zone="ags-line-group-clicked-callback"><primary>ags_line_group_clicked_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_group_clicked_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-parent-set-callback" role="function">
-<title>ags_line_parent_set_callback ()</title>
-<indexterm zone="ags-line-parent-set-callback"><primary>ags_line_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_parent_set_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-peak-run-post-callback" role="function">
-<title>ags_line_peak_run_post_callback ()</title>
-<indexterm zone="ags-line-peak-run-post-callback"><primary>ags_line_peak_run_post_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_peak_run_post_callback     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *peak_channel</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-play-channel-run-cancel" role="function">
-<title>ags_line_play_channel_run_cancel ()</title>
-<indexterm zone="ags-line-play-channel-run-cancel"><primary>ags_line_play_channel_run_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_play_channel_run_cancel    (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-play-volume-cancel" role="function">
-<title>ags_line_play_volume_cancel ()</title>
-<indexterm zone="ags-line-play-volume-cancel"><primary>ags_line_play_volume_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_play_volume_cancel         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-play-volume-done" role="function">
-<title>ags_line_play_volume_done ()</title>
-<indexterm zone="ags-line-play-volume-done"><primary>ags_line_play_volume_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_play_volume_done           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-recall-volume-cancel" role="function">
-<title>ags_line_recall_volume_cancel ()</title>
-<indexterm zone="ags-line-recall-volume-cancel"><primary>ags_line_recall_volume_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_recall_volume_cancel       (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-recall-volume-done" role="function">
-<title>ags_line_recall_volume_done ()</title>
-<indexterm zone="ags-line-recall-volume-done"><primary>ags_line_recall_volume_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_recall_volume_done         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-remove-recall-callback" role="function">
-<title>ags_line_remove_recall_callback ()</title>
-<indexterm zone="ags-line-remove-recall-callback"><primary>ags_line_remove_recall_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_remove_recall_callback     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-volume-callback" role="function">
-<title>ags_line_volume_callback ()</title>
-<indexterm zone="ags-line-volume-callback"><primary>ags_line_volume_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_volume_callback            (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsLine"><type>AgsLine</type></link> *line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_editor.xml b/doc/reference/ags/xml/ags_line_editor.xml
deleted file mode 100644
index 2902ace..0000000
--- a/doc/reference/ags/xml/ags_line_editor.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLineEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLineEditor.top_of_page">AgsLineEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLineEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLineEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-LINE-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_LINE_EDITOR_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-LINE-EDITOR-DEFAULT-VERSION:CAPS">AGS_LINE_EDITOR_DEFAULT_VERSION</link>
-struct              <link linkend="AgsLineEditor">AgsLineEditor</link>;
-struct              <link linkend="AgsLineEditorClass">AgsLineEditorClass</link>;
-<link linkend="AgsLineEditor"><returnvalue>AgsLineEditor</returnvalue></link> *     <link linkend="ags-line-editor-new">ags_line_editor_new</link>                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-editor-set-channel">ags_line_editor_set_channel</link>         (<parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLineEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLineEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-LINE-EDITOR-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_LINE_EDITOR_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-LINE-EDITOR-DEFAULT-BUILD-ID:CAPS"><primary>AGS_LINE_EDITOR_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_LINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-LINE-EDITOR-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_LINE_EDITOR_DEFAULT_VERSION</title>
-<indexterm zone="AGS-LINE-EDITOR-DEFAULT-VERSION:CAPS"><primary>AGS_LINE_EDITOR_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_LINE_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineEditor" role="struct">
-<title>struct AgsLineEditor</title>
-<indexterm zone="AgsLineEditor"><primary>AgsLineEditor</primary></indexterm>
-<programlisting>struct AgsLineEditor {
-  GtkVBox vbox;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsChannel *channel;
-
-  AgsLinkEditor *link_editor;
-  AgsLineMemberEditor *member_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineEditorClass" role="struct">
-<title>struct AgsLineEditorClass</title>
-<indexterm zone="AgsLineEditorClass"><primary>AgsLineEditorClass</primary></indexterm>
-<programlisting>struct AgsLineEditorClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-editor-new" role="function">
-<title>ags_line_editor_new ()</title>
-<indexterm zone="ags-line-editor-new"><primary>ags_line_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsLineEditor"><returnvalue>AgsLineEditor</returnvalue></link> *     ags_line_editor_new                 (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-editor-set-channel" role="function">
-<title>ags_line_editor_set_channel ()</title>
-<indexterm zone="ags-line-editor-set-channel"><primary>ags_line_editor_set_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_editor_set_channel         (<parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_editor_callbacks.xml b/doc/reference/ags/xml/ags_line_editor_callbacks.xml
deleted file mode 100644
index a4bb4ea..0000000
--- a/doc/reference/ags/xml/ags_line_editor_callbacks.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-line-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-line-editor-callbacks.top_of_page">ags_line_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_line_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-line-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-editor-destroy-callback">ags_line_editor_destroy_callback</link>    (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-editor-parent-set-callback">ags_line_editor_parent_set_callback</link> (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-editor-show-callback">ags_line_editor_show_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-line-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-line-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-line-editor-destroy-callback" role="function">
-<title>ags_line_editor_destroy_callback ()</title>
-<indexterm zone="ags-line-editor-destroy-callback"><primary>ags_line_editor_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_editor_destroy_callback    (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-editor-parent-set-callback" role="function">
-<title>ags_line_editor_parent_set_callback ()</title>
-<indexterm zone="ags-line-editor-parent-set-callback"><primary>ags_line_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_editor_parent_set_callback (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-editor-show-callback" role="function">
-<title>ags_line_editor_show_callback ()</title>
-<indexterm zone="ags-line-editor-show-callback"><primary>ags_line_editor_show_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_editor_show_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLineEditor"><type>AgsLineEditor</type></link> *line_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_member.xml b/doc/reference/ags/xml/ags_line_member.xml
deleted file mode 100644
index 87cddd0..0000000
--- a/doc/reference/ags/xml/ags_line_member.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLineMember">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLineMember.top_of_page">AgsLineMember</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLineMember</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLineMember.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLineMember">AgsLineMember</link>;
-struct              <link linkend="AgsLineMemberClass">AgsLineMemberClass</link>;
-enum                <link linkend="AgsLineMemberFlags">AgsLineMemberFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-change-port">ags_line_member_change_port</link>         (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> port_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-find-port">ags_line_member_find_port</link>           (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         <link linkend="ags-line-member-get-widget">ags_line_member_get_widget</link>          (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="AgsLineMember"><returnvalue>AgsLineMember</returnvalue></link> *     <link linkend="ags-line-member-new">ags_line_member_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-set-label">ags_line_member_set_label</link>           (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *label</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLineMember.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLineMember.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLineMember" role="struct">
-<title>struct AgsLineMember</title>
-<indexterm zone="AgsLineMember"><primary>AgsLineMember</primary></indexterm>
-<programlisting>struct AgsLineMember {
-  GtkFrame frame;
-
-  guint flags;
-
-  GType widget_type;
-  gchar *widget_label;
-
-  gchar *plugin_name;
-  gchar *specifier;
-
-  gchar *control_port;
-  
-  AgsPort *port;
-  gpointer port_data;
-  gboolean active;
-
-  AgsPort *recall_port;
-  gpointer recall_port_data;
-  gboolean recall_active;
-
-  GType task_type;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineMemberClass" role="struct">
-<title>struct AgsLineMemberClass</title>
-<indexterm zone="AgsLineMemberClass"><primary>AgsLineMemberClass</primary></indexterm>
-<programlisting>struct AgsLineMemberClass {
-  GtkFrameClass frame;
-
-  void (*change_port)(AgsLineMember *line_member,
-		      gpointer port_data);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineMemberFlags" role="enum">
-<title>enum AgsLineMemberFlags</title>
-<indexterm zone="AgsLineMemberFlags"><primary>AgsLineMemberFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LINE_MEMBER_DEFAULT_TEMPLATE      = 1,
-  AGS_LINE_MEMBER_RESET_BY_ATOMIC       = 1 << 1,
-  AGS_LINE_MEMBER_RESET_BY_TASK         = 1 << 2,
-  AGS_LINE_MEMBER_APPLY_RECALL          = 1 << 3,
-  AGS_LINE_MEMBER_PLAY_CALLBACK_WRITE   = 1 << 4,
-  AGS_LINE_MEMBER_RECALL_CALLBACK_WRITE = 1 << 5,
-  AGS_LINE_MEMBER_CALLBACK_READ_BLOCK   = 1 << 6,
-  AGS_LINE_MEMBER_CALLBACK_WRITE_BLOCK  = 1 << 7,
-} AgsLineMemberFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-change-port" role="function">
-<title>ags_line_member_change_port ()</title>
-<indexterm zone="ags-line-member-change-port"><primary>ags_line_member_change_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_change_port         (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> port_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-find-port" role="function">
-<title>ags_line_member_find_port ()</title>
-<indexterm zone="ags-line-member-find-port"><primary>ags_line_member_find_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_find_port           (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-get-widget" role="function">
-<title>ags_line_member_get_widget ()</title>
-<indexterm zone="ags-line-member-get-widget"><primary>ags_line_member_get_widget</primary></indexterm>
-<programlisting><link linkend="GtkWidget"><returnvalue>GtkWidget</returnvalue></link> *         ags_line_member_get_widget          (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-new" role="function">
-<title>ags_line_member_new ()</title>
-<indexterm zone="ags-line-member-new"><primary>ags_line_member_new</primary></indexterm>
-<programlisting><link linkend="AgsLineMember"><returnvalue>AgsLineMember</returnvalue></link> *     ags_line_member_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-set-label" role="function">
-<title>ags_line_member_set_label ()</title>
-<indexterm zone="ags-line-member-set-label"><primary>ags_line_member_set_label</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_set_label           (<parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *label</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_member_callbacks.xml b/doc/reference/ags/xml/ags_line_member_callbacks.xml
deleted file mode 100644
index 2f2db22..0000000
--- a/doc/reference/ags/xml/ags_line_member_callbacks.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-line-member-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-line-member-callbacks.top_of_page">ags_line_member_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_line_member_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-line-member-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-button-clicked-callback">ags_line_member_button_clicked_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-check-button-clicked-callback">ags_line_member_check_button_clicked_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *check_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-dial-changed-callback">ags_line_member_dial_changed_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *dial</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-hscale-changed-callback">ags_line_member_hscale_changed_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *hscale</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-line-member-parent-set-callback">ags_line_member_parent_set_callback</link> (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-port-safe-write-callback">ags_line_member_port_safe_write_callback</link>
-                                                        (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-spin-button-changed-callback">ags_line_member_spin_button_changed_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-toggle-button-clicked-callback">ags_line_member_toggle_button_clicked_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-vscale-changed-callback">ags_line_member_vscale_changed_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *vscale</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-line-member-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-line-member-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-line-member-button-clicked-callback" role="function">
-<title>ags_line_member_button_clicked_callback ()</title>
-<indexterm zone="ags-line-member-button-clicked-callback"><primary>ags_line_member_button_clicked_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_button_clicked_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-check-button-clicked-callback" role="function">
-<title>ags_line_member_check_button_clicked_callback ()</title>
-<indexterm zone="ags-line-member-check-button-clicked-callback"><primary>ags_line_member_check_button_clicked_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_check_button_clicked_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *check_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-dial-changed-callback" role="function">
-<title>ags_line_member_dial_changed_callback ()</title>
-<indexterm zone="ags-line-member-dial-changed-callback"><primary>ags_line_member_dial_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_dial_changed_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *dial</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-hscale-changed-callback" role="function">
-<title>ags_line_member_hscale_changed_callback ()</title>
-<indexterm zone="ags-line-member-hscale-changed-callback"><primary>ags_line_member_hscale_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_hscale_changed_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *hscale</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-parent-set-callback" role="function">
-<title>ags_line_member_parent_set_callback ()</title>
-<indexterm zone="ags-line-member-parent-set-callback"><primary>ags_line_member_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_line_member_parent_set_callback (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-port-safe-write-callback" role="function">
-<title>ags_line_member_port_safe_write_callback ()</title>
-<indexterm zone="ags-line-member-port-safe-write-callback"><primary>ags_line_member_port_safe_write_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_port_safe_write_callback
-                                                        (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-spin-button-changed-callback" role="function">
-<title>ags_line_member_spin_button_changed_callback ()</title>
-<indexterm zone="ags-line-member-spin-button-changed-callback"><primary>ags_line_member_spin_button_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_spin_button_changed_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-toggle-button-clicked-callback" role="function">
-<title>ags_line_member_toggle_button_clicked_callback ()</title>
-<indexterm zone="ags-line-member-toggle-button-clicked-callback"><primary>ags_line_member_toggle_button_clicked_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_toggle_button_clicked_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-vscale-changed-callback" role="function">
-<title>ags_line_member_vscale_changed_callback ()</title>
-<indexterm zone="ags-line-member-vscale-changed-callback"><primary>ags_line_member_vscale_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_vscale_changed_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *vscale</parameter>,
-                                                         <parameter><link linkend="AgsLineMember"><type>AgsLineMember</type></link> *line_member</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_member_editor.xml b/doc/reference/ags/xml/ags_line_member_editor.xml
deleted file mode 100644
index 607a70f..0000000
--- a/doc/reference/ags/xml/ags_line_member_editor.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLineMemberEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLineMemberEditor.top_of_page">AgsLineMemberEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLineMemberEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLineMemberEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLineMemberEditor">AgsLineMemberEditor</link>;
-struct              <link linkend="AgsLineMemberEditorClass">AgsLineMemberEditorClass</link>;
-<link linkend="AgsLineMemberEditor"><returnvalue>AgsLineMemberEditor</returnvalue></link> * <link linkend="ags-line-member-editor-new">ags_line_member_editor_new</link>        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLineMemberEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLineMemberEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLineMemberEditor" role="struct">
-<title>struct AgsLineMemberEditor</title>
-<indexterm zone="AgsLineMemberEditor"><primary>AgsLineMemberEditor</primary></indexterm>
-<programlisting>struct AgsLineMemberEditor {
-  GtkVBox vbox;
-
-  GtkVBox *line_member;
-
-  GtkButton *add;
-  GtkMenu *popup;
-
-  GtkButton *remove;
-
-  AgsLadspaBrowser *ladspa_browser;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLineMemberEditorClass" role="struct">
-<title>struct AgsLineMemberEditorClass</title>
-<indexterm zone="AgsLineMemberEditorClass"><primary>AgsLineMemberEditorClass</primary></indexterm>
-<programlisting>struct AgsLineMemberEditorClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-editor-new" role="function">
-<title>ags_line_member_editor_new ()</title>
-<indexterm zone="ags-line-member-editor-new"><primary>ags_line_member_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsLineMemberEditor"><returnvalue>AgsLineMemberEditor</returnvalue></link> * ags_line_member_editor_new        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_line_member_editor_callbacks.xml b/doc/reference/ags/xml/ags_line_member_editor_callbacks.xml
deleted file mode 100644
index dbf42fc..0000000
--- a/doc/reference/ags/xml/ags_line_member_editor_callbacks.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-line-member-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-line-member-editor-callbacks.top_of_page">ags_line_member_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_line_member_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-line-member-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-editor-add-callback">ags_line_member_editor_add_callback</link> (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-editor-ladspa-browser-response-callback">ags_line_member_editor_ladspa_browser_response_callback</link>
-                                                        (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-line-member-editor-remove-callback">ags_line_member_editor_remove_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-line-member-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-line-member-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-line-member-editor-add-callback" role="function">
-<title>ags_line_member_editor_add_callback ()</title>
-<indexterm zone="ags-line-member-editor-add-callback"><primary>ags_line_member_editor_add_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_editor_add_callback (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-editor-ladspa-browser-response-callback" role="function">
-<title>ags_line_member_editor_ladspa_browser_response_callback ()</title>
-<indexterm zone="ags-line-member-editor-ladspa-browser-response-callback"><primary>ags_line_member_editor_ladspa_browser_response_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_editor_ladspa_browser_response_callback
-                                                        (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-line-member-editor-remove-callback" role="function">
-<title>ags_line_member_editor_remove_callback ()</title>
-<indexterm zone="ags-line-member-editor-remove-callback"><primary>ags_line_member_editor_remove_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_line_member_editor_remove_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsLineMemberEditor"><type>AgsLineMemberEditor</type></link> *line_member_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_link_channel.xml b/doc/reference/ags/xml/ags_link_channel.xml
deleted file mode 100644
index 69c7d59..0000000
--- a/doc/reference/ags/xml/ags_link_channel.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLinkChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLinkChannel.top_of_page">AgsLinkChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLinkChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLinkChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLinkChannel">AgsLinkChannel</link>;
-struct              <link linkend="AgsLinkChannelClass">AgsLinkChannelClass</link>;
-<link linkend="AgsLinkChannel"><returnvalue>AgsLinkChannel</returnvalue></link> *    <link linkend="ags-link-channel-new">ags_link_channel_new</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLinkChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLinkChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLinkChannel" role="struct">
-<title>struct AgsLinkChannel</title>
-<indexterm zone="AgsLinkChannel"><primary>AgsLinkChannel</primary></indexterm>
-<programlisting>struct AgsLinkChannel {
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsChannel *link;
-
-  GError *error;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLinkChannelClass" role="struct">
-<title>struct AgsLinkChannelClass</title>
-<indexterm zone="AgsLinkChannelClass"><primary>AgsLinkChannelClass</primary></indexterm>
-<programlisting>struct AgsLinkChannelClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-channel-new" role="function">
-<title>ags_link_channel_new ()</title>
-<indexterm zone="ags-link-channel-new"><primary>ags_link_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsLinkChannel"><returnvalue>AgsLinkChannel</returnvalue></link> *    ags_link_channel_new                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *link</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_link_collection_editor.xml b/doc/reference/ags/xml/ags_link_collection_editor.xml
deleted file mode 100644
index a7c3b97..0000000
--- a/doc/reference/ags/xml/ags_link_collection_editor.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLinkCollectionEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLinkCollectionEditor.top_of_page">AgsLinkCollectionEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLinkCollectionEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLinkCollectionEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLinkCollectionEditor">AgsLinkCollectionEditor</link>;
-struct              <link linkend="AgsLinkCollectionEditorClass">AgsLinkCollectionEditorClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-check-count">ags_link_collection_editor_check_count</link>
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-check-first-line">ags_link_collection_editor_check_first_line</link>
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-check-first-link">ags_link_collection_editor_check_first_link</link>
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="AgsLinkCollectionEditor"><returnvalue>AgsLinkCollectionEditor</returnvalue></link> * <link linkend="ags-link-collection-editor-new">ags_link_collection_editor_new</link>
-                                                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLinkCollectionEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLinkCollectionEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLinkCollectionEditor" role="struct">
-<title>struct AgsLinkCollectionEditor</title>
-<indexterm zone="AgsLinkCollectionEditor"><primary>AgsLinkCollectionEditor</primary></indexterm>
-<programlisting>struct AgsLinkCollectionEditor {
-  GtkTable table;
-
-  GType channel_type;
-
-  GtkComboBox *link;
-  GtkSpinButton *first_line;
-  GtkSpinButton *first_link;
-  GtkSpinButton *count;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLinkCollectionEditorClass" role="struct">
-<title>struct AgsLinkCollectionEditorClass</title>
-<indexterm zone="AgsLinkCollectionEditorClass"><primary>AgsLinkCollectionEditorClass</primary></indexterm>
-<programlisting>struct AgsLinkCollectionEditorClass {
-  GtkTableClass table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-check-count" role="function">
-<title>ags_link_collection_editor_check_count ()</title>
-<indexterm zone="ags-link-collection-editor-check-count"><primary>ags_link_collection_editor_check_count</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_check_count
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-check-first-line" role="function">
-<title>ags_link_collection_editor_check_first_line ()</title>
-<indexterm zone="ags-link-collection-editor-check-first-line"><primary>ags_link_collection_editor_check_first_line</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_check_first_line
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-check-first-link" role="function">
-<title>ags_link_collection_editor_check_first_link ()</title>
-<indexterm zone="ags-link-collection-editor-check-first-link"><primary>ags_link_collection_editor_check_first_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_check_first_link
-                                                        (<parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-new" role="function">
-<title>ags_link_collection_editor_new ()</title>
-<indexterm zone="ags-link-collection-editor-new"><primary>ags_link_collection_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsLinkCollectionEditor"><returnvalue>AgsLinkCollectionEditor</returnvalue></link> * ags_link_collection_editor_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_link_collection_editor_callbacks.xml b/doc/reference/ags/xml/ags_link_collection_editor_callbacks.xml
deleted file mode 100644
index 08b3fa3..0000000
--- a/doc/reference/ags/xml/ags_link_collection_editor_callbacks.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-link-collection-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-link-collection-editor-callbacks.top_of_page">ags_link_collection_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_link_collection_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-link-collection-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-count-callback">ags_link_collection_editor_count_callback</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-first-line-callback">ags_link_collection_editor_first_line_callback</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-first-link-callback">ags_link_collection_editor_first_link_callback</link>
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-collection-editor-link-callback">ags_link_collection_editor_link_callback</link>
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-link-collection-editor-parent-set-callback">ags_link_collection_editor_parent_set_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-link-collection-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-link-collection-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-link-collection-editor-count-callback" role="function">
-<title>ags_link_collection_editor_count_callback ()</title>
-<indexterm zone="ags-link-collection-editor-count-callback"><primary>ags_link_collection_editor_count_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_count_callback
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-first-line-callback" role="function">
-<title>ags_link_collection_editor_first_line_callback ()</title>
-<indexterm zone="ags-link-collection-editor-first-line-callback"><primary>ags_link_collection_editor_first_line_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_first_line_callback
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-first-link-callback" role="function">
-<title>ags_link_collection_editor_first_link_callback ()</title>
-<indexterm zone="ags-link-collection-editor-first-link-callback"><primary>ags_link_collection_editor_first_link_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_first_link_callback
-                                                        (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-link-callback" role="function">
-<title>ags_link_collection_editor_link_callback ()</title>
-<indexterm zone="ags-link-collection-editor-link-callback"><primary>ags_link_collection_editor_link_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_collection_editor_link_callback
-                                                        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-collection-editor-parent-set-callback" role="function">
-<title>ags_link_collection_editor_parent_set_callback ()</title>
-<indexterm zone="ags-link-collection-editor-parent-set-callback"><primary>ags_link_collection_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_link_collection_editor_parent_set_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkCollectionEditor"><type>AgsLinkCollectionEditor</type></link> *link_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_link_editor.xml b/doc/reference/ags/xml/ags_link_editor.xml
deleted file mode 100644
index 3febee8..0000000
--- a/doc/reference/ags/xml/ags_link_editor.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLinkEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLinkEditor.top_of_page">AgsLinkEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLinkEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLinkEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLinkEditor">AgsLinkEditor</link>;
-struct              <link linkend="AgsLinkEditorClass">AgsLinkEditorClass</link>;
-enum                <link linkend="AgsLinkEditorFlags">AgsLinkEditorFlags</link>;
-<link linkend="AgsLinkEditor"><returnvalue>AgsLinkEditor</returnvalue></link> *     <link linkend="ags-link-editor-new">ags_link_editor_new</link>                 ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLinkEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLinkEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLinkEditor" role="struct">
-<title>struct AgsLinkEditor</title>
-<indexterm zone="AgsLinkEditor"><primary>AgsLinkEditor</primary></indexterm>
-<programlisting>struct AgsLinkEditor {
-  GtkHBox hbox;
-
-  guint flags;
-
-  GtkComboBox *combo;
-  GtkSpinButton *spin_button;
-
-  AgsAudioFile *audio_file;
-
-  GtkFileChooserDialog *file_chooser;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLinkEditorClass" role="struct">
-<title>struct AgsLinkEditorClass</title>
-<indexterm zone="AgsLinkEditorClass"><primary>AgsLinkEditorClass</primary></indexterm>
-<programlisting>struct AgsLinkEditorClass {
-  GtkHBoxClass hbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLinkEditorFlags" role="enum">
-<title>enum AgsLinkEditorFlags</title>
-<indexterm zone="AgsLinkEditorFlags"><primary>AgsLinkEditorFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LINK_EDITOR_FILE_CHOOSER_PLAY_DONE = 1,
-} AgsLinkEditorFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-editor-new" role="function">
-<title>ags_link_editor_new ()</title>
-<indexterm zone="ags-link-editor-new"><primary>ags_link_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsLinkEditor"><returnvalue>AgsLinkEditor</returnvalue></link> *     ags_link_editor_new                 ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_link_editor_callbacks.xml b/doc/reference/ags/xml/ags_link_editor_callbacks.xml
deleted file mode 100644
index 852b07c..0000000
--- a/doc/reference/ags/xml/ags_link_editor_callbacks.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-link-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-link-editor-callbacks.top_of_page">ags_link_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_link_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-link-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-link-editor-combo-callback">ags_link_editor_combo_callback</link>      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-link-editor-destroy-callback">ags_link_editor_destroy_callback</link>    (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-link-editor-parent-set-callback">ags_link_editor_parent_set_callback</link> (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-link-editor-show-callback">ags_link_editor_show_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-link-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-link-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-link-editor-combo-callback" role="function">
-<title>ags_link_editor_combo_callback ()</title>
-<indexterm zone="ags-link-editor-combo-callback"><primary>ags_link_editor_combo_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_link_editor_combo_callback      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-editor-destroy-callback" role="function">
-<title>ags_link_editor_destroy_callback ()</title>
-<indexterm zone="ags-link-editor-destroy-callback"><primary>ags_link_editor_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_link_editor_destroy_callback    (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-editor-parent-set-callback" role="function">
-<title>ags_link_editor_parent_set_callback ()</title>
-<indexterm zone="ags-link-editor-parent-set-callback"><primary>ags_link_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_link_editor_parent_set_callback (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-link-editor-show-callback" role="function">
-<title>ags_link_editor_show_callback ()</title>
-<indexterm zone="ags-link-editor-show-callback"><primary>ags_link_editor_show_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_link_editor_show_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsLinkEditor"><type>AgsLinkEditor</type></link> *link_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_list.xml b/doc/reference/ags/xml/ags_list.xml
deleted file mode 100644
index 9967ea2..0000000
--- a/doc/reference/ags/xml/ags_list.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-list">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-list.top_of_page">ags_list</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_list</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-list.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-list-duplicate-list">ags_list_duplicate_list</link>             (<parameter><link linkend="gpointer"><type>gpointer</type></link> entry</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> target</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-list-free-and-free-link">ags_list_free_and_free_link</link>         (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-list-free-and-unref-link">ags_list_free_and_unref_link</link>        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-list.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-list.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-list-duplicate-list" role="function">
-<title>ags_list_duplicate_list ()</title>
-<indexterm zone="ags-list-duplicate-list"><primary>ags_list_duplicate_list</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_list_duplicate_list             (<parameter><link linkend="gpointer"><type>gpointer</type></link> entry</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> target</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-list-free-and-free-link" role="function">
-<title>ags_list_free_and_free_link ()</title>
-<indexterm zone="ags-list-free-and-free-link"><primary>ags_list_free_and_free_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_list_free_and_free_link         (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-list-free-and-unref-link" role="function">
-<title>ags_list_free_and_unref_link ()</title>
-<indexterm zone="ags-list-free-and-unref-link"><primary>ags_list_free_and_unref_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_list_free_and_unref_link        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_listing_editor.xml b/doc/reference/ags/xml/ags_listing_editor.xml
deleted file mode 100644
index 6e750a4..0000000
--- a/doc/reference/ags/xml/ags_listing_editor.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsListingEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsListingEditor.top_of_page">AgsListingEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsListingEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsListingEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsListingEditor">AgsListingEditor</link>;
-struct              <link linkend="AgsListingEditorClass">AgsListingEditorClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-listing-editor-add-children">ags_listing_editor_add_children</link>     (<parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth_channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> connect</parameter>);
-<link linkend="AgsListingEditor"><returnvalue>AgsListingEditor</returnvalue></link> *  <link linkend="ags-listing-editor-new">ags_listing_editor_new</link>              (<parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsListingEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsListingEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsListingEditor" role="struct">
-<title>struct AgsListingEditor</title>
-<indexterm zone="AgsListingEditor"><primary>AgsListingEditor</primary></indexterm>
-<programlisting>struct AgsListingEditor {
-  AgsPropertyListingEditor property_listing_editor;
-
-  GType channel_type;
-
-  GtkVBox *child;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsListingEditorClass" role="struct">
-<title>struct AgsListingEditorClass</title>
-<indexterm zone="AgsListingEditorClass"><primary>AgsListingEditorClass</primary></indexterm>
-<programlisting>struct AgsListingEditorClass {
-  AgsPropertyListingEditorClass property_listing_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-listing-editor-add-children" role="function">
-<title>ags_listing_editor_add_children ()</title>
-<indexterm zone="ags-listing-editor-add-children"><primary>ags_listing_editor_add_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_listing_editor_add_children     (<parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth_channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> connect</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-listing-editor-new" role="function">
-<title>ags_listing_editor_new ()</title>
-<indexterm zone="ags-listing-editor-new"><primary>ags_listing_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsListingEditor"><returnvalue>AgsListingEditor</returnvalue></link> *  ags_listing_editor_new              (<parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_listing_editor_callbacks.xml b/doc/reference/ags/xml/ags_listing_editor_callbacks.xml
deleted file mode 100644
index 650b456..0000000
--- a/doc/reference/ags/xml/ags_listing_editor_callbacks.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-listing-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-listing-editor-callbacks.top_of_page">ags_listing_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_listing_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-listing-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-listing-editor-parent-set-callback">ags_listing_editor_parent_set_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-listing-editor-set-pads-callback">ags_listing_editor_set_pads_callback</link>
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-listing-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-listing-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-listing-editor-parent-set-callback" role="function">
-<title>ags_listing_editor_parent_set_callback ()</title>
-<indexterm zone="ags-listing-editor-parent-set-callback"><primary>ags_listing_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_listing_editor_parent_set_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-listing-editor-set-pads-callback" role="function">
-<title>ags_listing_editor_set_pads_callback ()</title>
-<indexterm zone="ags-listing-editor-set-pads-callback"><primary>ags_listing_editor_set_pads_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_listing_editor_set_pads_callback
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> channel_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> pads_old</parameter>,
-                                                         <parameter><link linkend="AgsListingEditor"><type>AgsListingEditor</type></link> *listing_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_log.xml b/doc/reference/ags/xml/ags_log.xml
deleted file mode 100644
index bd52bbe..0000000
--- a/doc/reference/ags/xml/ags_log.xml
+++ /dev/null
@@ -1,199 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLog">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLog.top_of_page">AgsLog</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLog</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLog.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLog">AgsLog</link>;
-struct              <link linkend="AgsLogClass">AgsLogClass</link>;
-enum                <link linkend="AgsLogFlags">AgsLogFlags</link>;
-struct              <link linkend="AgsLogFormatedMessage">AgsLogFormatedMessage</link>;
-struct              <link linkend="AgsLogMessage">AgsLogMessage</link>;
-#define             <link linkend="ags-default-log">ags_default_log</link>
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-log-debug">ags_log_debug</link>                       (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *format</parameter>,
-                                                         <parameter>...</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-log-message">ags_log_message</link>                     (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *format</parameter>,
-                                                         <parameter>...</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-log-start-queue">ags_log_start_queue</link>                 (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-log-stop-queue">ags_log_stop_queue</link>                  (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLog.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLog.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLog" role="struct">
-<title>struct AgsLog</title>
-<indexterm zone="AgsLog"><primary>AgsLog</primary></indexterm>
-<programlisting>struct AgsLog {
-  GObject object;
-
-  guint flags;
-
-  FILE *file;
-  pthread_mutex_t start_mutex;
-  pthread_cond_t start_wait_cond;
-
-  struct timespec *log_interval;
-  struct timespec *free_float;
-  pthread_t timer_thread;
-  pthread_attr_t timer_thread_attr;
-  pthread_mutex_t timer_mutex;
-  pthread_mutexattr_t timer_mutex_attr;
-  gboolean timer_started;
-  gboolean timer_active;
-  gboolean timer_awaken;
-  pthread_cond_t timer_wait_cond;
-
-  pthread_t broker_thread;
-  pthread_attr_t broker_thread_attr;
-  pthread_mutex_t broker_mutex;
-  pthread_mutexattr_t broker_mutex_attr;
-  gboolean broker_started;
-  gboolean broker_active;
-  gboolean broker_awaken;
-  gboolean signaled_timer;
-  gboolean signaled_log;
-  gboolean signaled_queue;
-  gboolean signaled_output;
-  pthread_cond_t broker_wait_cond;
-
-  GList *output_formated_message;
-  pthread_t output_thread;
-  pthread_attr_t output_thread_attr;
-  pthread_mutex_t output_mutex;
-  pthread_mutexattr_t output_mutex_attr;
-  gboolean output_started;
-  gboolean output_active;
-  gboolean output_awaken;
-  pthread_cond_t output_wait_cond;
-
-  GList *queue_formated_message;
-  GList *queue_message;
-  pthread_t queue_thread;
-  pthread_attr_t queue_thread_attr;
-  pthread_mutex_t queue_mutex;
-  pthread_mutexattr_t queue_mutex_attr;
-  gboolean queue_started;
-  gboolean queue_active;
-  gboolean queue_awaken;
-  pthread_cond_t queue_wait_cond;
-
-  GList *log;
-  guint active_logs;
-  guint suspended_logs;
-  pthread_cond_t log_wait_cond;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLogClass" role="struct">
-<title>struct AgsLogClass</title>
-<indexterm zone="AgsLogClass"><primary>AgsLogClass</primary></indexterm>
-<programlisting>struct AgsLogClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLogFlags" role="enum">
-<title>enum AgsLogFlags</title>
-<indexterm zone="AgsLogFlags"><primary>AgsLogFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_LOG_STARTING                    = 1,
-  AGS_LOG_RUNNING                     = 1 <<  1,
-  AGS_LOG_TIMER_SLEEP                 = 1 <<  2,
-  AGS_LOG_OUTPUT_SUSPEND              = 1 <<  3,
-  AGS_LOG_OUTPUT_WAITS_FOR_QUEUE      = 1 <<  4,
-  AGS_LOG_QUEUE_SUSPEND               = 1 <<  5,
-  AGS_LOG_SUSPEND                     = 1 <<  6,
-  AGS_LOG_COPY_FROM_QUEUE_TO_OUTPUT   = 1 <<  7,
-  AGS_LOG_OMMIT_DEBUG                 = 1 <<  8,
-} AgsLogFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLogFormatedMessage" role="struct">
-<title>struct AgsLogFormatedMessage</title>
-<indexterm zone="AgsLogFormatedMessage"><primary>AgsLogFormatedMessage</primary></indexterm>
-<programlisting>struct AgsLogFormatedMessage {
-  int length;
-  char *message;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLogMessage" role="struct">
-<title>struct AgsLogMessage</title>
-<indexterm zone="AgsLogMessage"><primary>AgsLogMessage</primary></indexterm>
-<programlisting>struct AgsLogMessage {
-  gboolean debug;
-
-  struct timespec *time;
-  char *format;
-  va_list args;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-default-log" role="macro">
-<title>ags_default_log</title>
-<indexterm zone="ags-default-log"><primary>ags_default_log</primary></indexterm>
-<programlisting>#define ags_default_log ags_default_log
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-log-debug" role="function">
-<title>ags_log_debug ()</title>
-<indexterm zone="ags-log-debug"><primary>ags_log_debug</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_log_debug                       (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *format</parameter>,
-                                                         <parameter>...</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-log-message" role="function">
-<title>ags_log_message ()</title>
-<indexterm zone="ags-log-message"><primary>ags_log_message</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_log_message                     (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *format</parameter>,
-                                                         <parameter>...</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-log-start-queue" role="function">
-<title>ags_log_start_queue ()</title>
-<indexterm zone="ags-log-start-queue"><primary>ags_log_start_queue</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_log_start_queue                 (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-log-stop-queue" role="function">
-<title>ags_log_stop_queue ()</title>
-<indexterm zone="ags-log-stop-queue"><primary>ags_log_stop_queue</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_log_stop_queue                  (<parameter><link linkend="AgsLog"><type>AgsLog</type></link> *log</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_loop_channel.xml b/doc/reference/ags/xml/ags_loop_channel.xml
deleted file mode 100644
index 5a403c2..0000000
--- a/doc/reference/ags/xml/ags_loop_channel.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLoopChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLoopChannel.top_of_page">AgsLoopChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLoopChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLoopChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLoopChannel">AgsLoopChannel</link>;
-struct              <link linkend="AgsLoopChannelClass">AgsLoopChannelClass</link>;
-<link linkend="AgsLoopChannel"><returnvalue>AgsLoopChannel</returnvalue></link> *    <link linkend="ags-loop-channel-new">ags_loop_channel_new</link>                ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLoopChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLoopChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLoopChannel" role="struct">
-<title>struct AgsLoopChannel</title>
-<indexterm zone="AgsLoopChannel"><primary>AgsLoopChannel</primary></indexterm>
-<programlisting>struct AgsLoopChannel {
-  AgsRecallChannel recall_channel;
-  
-  AgsDelayAudio *delay_audio;
-  gulong sequencer_duration_changed_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLoopChannelClass" role="struct">
-<title>struct AgsLoopChannelClass</title>
-<indexterm zone="AgsLoopChannelClass"><primary>AgsLoopChannelClass</primary></indexterm>
-<programlisting>struct AgsLoopChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-loop-channel-new" role="function">
-<title>ags_loop_channel_new ()</title>
-<indexterm zone="ags-loop-channel-new"><primary>ags_loop_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsLoopChannel"><returnvalue>AgsLoopChannel</returnvalue></link> *    ags_loop_channel_new                ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_loop_channel_run.xml b/doc/reference/ags/xml/ags_loop_channel_run.xml
deleted file mode 100644
index e2dda71..0000000
--- a/doc/reference/ags/xml/ags_loop_channel_run.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsLoopChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsLoopChannelRun.top_of_page">AgsLoopChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsLoopChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsLoopChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLoopChannelRun">AgsLoopChannelRun</link>;
-struct              <link linkend="AgsLoopChannelRunClass">AgsLoopChannelRunClass</link>;
-<link linkend="AgsLoopChannelRun"><returnvalue>AgsLoopChannelRun</returnvalue></link> * <link linkend="ags-loop-channel-run-new">ags_loop_channel_run_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_template</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsLoopChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsLoopChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLoopChannelRun" role="struct">
-<title>struct AgsLoopChannelRun</title>
-<indexterm zone="AgsLoopChannelRun"><primary>AgsLoopChannelRun</primary></indexterm>
-<programlisting>struct AgsLoopChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-  gulong start_handler;
-  gulong loop_handler;
-  gulong stop_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsLoopChannelRunClass" role="struct">
-<title>struct AgsLoopChannelRunClass</title>
-<indexterm zone="AgsLoopChannelRunClass"><primary>AgsLoopChannelRunClass</primary></indexterm>
-<programlisting>struct AgsLoopChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-loop-channel-run-new" role="function">
-<title>ags_loop_channel_run_new ()</title>
-<indexterm zone="ags-loop-channel-run-new"><primary>ags_loop_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsLoopChannelRun"><returnvalue>AgsLoopChannelRun</returnvalue></link> * ags_loop_channel_run_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsCountBeatsAudioRun"><type>AgsCountBeatsAudioRun</type></link> *count_beats_audio_run</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_template</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine.xml b/doc/reference/ags/xml/ags_machine.xml
deleted file mode 100644
index a90cfa7..0000000
--- a/doc/reference/ags/xml/ags_machine.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMachine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMachine.top_of_page">AgsMachine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMachine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMachine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-MACHINE-DEFAULT-BUILD-ID:CAPS">AGS_MACHINE_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-MACHINE-DEFAULT-VERSION:CAPS">AGS_MACHINE_DEFAULT_VERSION</link>
-struct              <link linkend="AgsMachine">AgsMachine</link>;
-struct              <link linkend="AgsMachineClass">AgsMachineClass</link>;
-enum                <link linkend="AgsMachineFileInputFlags">AgsMachineFileInputFlags</link>;
-enum                <link linkend="AgsMachineFlags">AgsMachineFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-add-default-recalls">ags_machine_add_default_recalls</link>     (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="GtkFileChooserDialog"><returnvalue>GtkFileChooserDialog</returnvalue></link> * <link linkend="ags-machine-file-chooser-dialog-new">ags_machine_file_chooser_dialog_new</link>
-                                                        (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        <link linkend="ags-machine-find-by-name">ags_machine_find_by_name</link>            (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *name</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-find-port">ags_machine_find_port</link>               (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="GtkListStore"><returnvalue>GtkListStore</returnvalue></link> *      <link linkend="ags-machine-get-possible-links">ags_machine_get_possible_links</link>      (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        <link linkend="ags-machine-new">ags_machine_new</link>                     (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-open-files">ags_machine_open_files</link>              (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-set-run">ags_machine_set_run</link>                 (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> run</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMachine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMachine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-MACHINE-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_MACHINE_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-MACHINE-DEFAULT-BUILD-ID:CAPS"><primary>AGS_MACHINE_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_MACHINE_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-MACHINE-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_MACHINE_DEFAULT_VERSION</title>
-<indexterm zone="AGS-MACHINE-DEFAULT-VERSION:CAPS"><primary>AGS_MACHINE_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_MACHINE_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachine" role="struct">
-<title>struct AgsMachine</title>
-<indexterm zone="AgsMachine"><primary>AgsMachine</primary></indexterm>
-<programlisting>struct AgsMachine {
-  GtkHandleBox handle_box;
-
-  GObject *ags_main;
-
-  char *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  guint flags;
-  guint file_input_flags;
-
-  AgsAudio *audio;
-
-  GtkToggleButton *play;
-
-  GType output_pad_type;
-  GType output_line_type;
-  GtkContainer *output;
-
-  GType input_pad_type;
-  GType input_line_type;
-  GtkContainer *input;
-
-  GList *port;
-
-  GtkMenu *popup;
-  GtkDialog *properties;
-  GtkDialog *rename;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineClass" role="struct">
-<title>struct AgsMachineClass</title>
-<indexterm zone="AgsMachineClass"><primary>AgsMachineClass</primary></indexterm>
-<programlisting>struct AgsMachineClass {
-  GtkHandleBoxClass handle_box;
-
-  void (*add_default_recalls)(AgsMachine *machine);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineFileInputFlags" role="enum">
-<title>enum AgsMachineFileInputFlags</title>
-<indexterm zone="AgsMachineFileInputFlags"><primary>AgsMachineFileInputFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_MACHINE_ACCEPT_WAV          = 1,
-  AGS_MACHINE_ACCEPT_OGG          = 1 <<  1,
-  AGS_MACHINE_ACCEPT_SOUNDFONT2   = 1 <<  2,
-} AgsMachineFileInputFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineFlags" role="enum">
-<title>enum AgsMachineFlags</title>
-<indexterm zone="AgsMachineFlags"><primary>AgsMachineFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_MACHINE_SOLO              = 1,
-  AGS_MACHINE_IS_EFFECT         = 1 <<  1,
-  AGS_MACHINE_IS_SEQUENCER      = 1 <<  2,
-  AGS_MACHINE_IS_SYNTHESIZER    = 1 <<  3,
-  AGS_MACHINE_TAKES_FILE_INPUT  = 1 <<  4,
-  AGS_MACHINE_MAPPED_RECALL     = 1 <<  5,
-  AGS_MACHINE_PREMAPPED_RECALL  = 1 <<  6,
-  AGS_MACHINE_BLOCK_PLAY        = 1 <<  7,
-  AGS_MACHINE_BLOCK_STOP        = 1 <<  8,
-} AgsMachineFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-add-default-recalls" role="function">
-<title>ags_machine_add_default_recalls ()</title>
-<indexterm zone="ags-machine-add-default-recalls"><primary>ags_machine_add_default_recalls</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_add_default_recalls     (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-file-chooser-dialog-new" role="function">
-<title>ags_machine_file_chooser_dialog_new ()</title>
-<indexterm zone="ags-machine-file-chooser-dialog-new"><primary>ags_machine_file_chooser_dialog_new</primary></indexterm>
-<programlisting><link linkend="GtkFileChooserDialog"><returnvalue>GtkFileChooserDialog</returnvalue></link> * ags_machine_file_chooser_dialog_new
-                                                        (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-find-by-name" role="function">
-<title>ags_machine_find_by_name ()</title>
-<indexterm zone="ags-machine-find-by-name"><primary>ags_machine_find_by_name</primary></indexterm>
-<programlisting><link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        ags_machine_find_by_name            (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-find-port" role="function">
-<title>ags_machine_find_port ()</title>
-<indexterm zone="ags-machine-find-port"><primary>ags_machine_find_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_find_port               (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-get-possible-links" role="function">
-<title>ags_machine_get_possible_links ()</title>
-<indexterm zone="ags-machine-get-possible-links"><primary>ags_machine_get_possible_links</primary></indexterm>
-<programlisting><link linkend="GtkListStore"><returnvalue>GtkListStore</returnvalue></link> *      ags_machine_get_possible_links      (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-new" role="function">
-<title>ags_machine_new ()</title>
-<indexterm zone="ags-machine-new"><primary>ags_machine_new</primary></indexterm>
-<programlisting><link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        ags_machine_new                     (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-open-files" role="function">
-<title>ags_machine_open_files ()</title>
-<indexterm zone="ags-machine-open-files"><primary>ags_machine_open_files</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_open_files              (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-set-run" role="function">
-<title>ags_machine_set_run ()</title>
-<indexterm zone="ags-machine-set-run"><primary>ags_machine_set_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_set_run                 (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_callbacks.xml b/doc/reference/ags/xml/ags_machine_callbacks.xml
deleted file mode 100644
index 7b8e8fa..0000000
--- a/doc/reference/ags/xml/ags_machine_callbacks.xml
+++ /dev/null
@@ -1,197 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-machine-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-machine-callbacks.top_of_page">ags_machine_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_machine_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-machine-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-button-press-callback">ags_machine_button_press_callback</link>   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *handle_box</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-destroy-callback">ags_machine_destroy_callback</link>        (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-done-callback">ags_machine_done_callback</link>           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-open-response-callback">ags_machine_open_response_callback</link>  (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-parent-set-callback">ags_machine_parent_set_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-play-callback">ags_machine_play_callback</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-popup-destroy-activate-callback">ags_machine_popup_destroy_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-hide-activate-callback">ags_machine_popup_hide_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-move-down-activate-callback">ags_machine_popup_move_down_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-move-up-activate-callback">ags_machine_popup_move_up_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-properties-activate-callback">ags_machine_popup_properties_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-rename-activate-callback">ags_machine_popup_rename_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-popup-show-activate-callback">ags_machine_popup_show_activate_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-start-failure-callback">ags_machine_start_failure_callback</link>  (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> *error</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-tact-callback">ags_machine_tact_callback</link>           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-machine-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-machine-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-machine-button-press-callback" role="function">
-<title>ags_machine_button_press_callback ()</title>
-<indexterm zone="ags-machine-button-press-callback"><primary>ags_machine_button_press_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_button_press_callback   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *handle_box</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-destroy-callback" role="function">
-<title>ags_machine_destroy_callback ()</title>
-<indexterm zone="ags-machine-destroy-callback"><primary>ags_machine_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_destroy_callback        (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-done-callback" role="function">
-<title>ags_machine_done_callback ()</title>
-<indexterm zone="ags-machine-done-callback"><primary>ags_machine_done_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_done_callback           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-open-response-callback" role="function">
-<title>ags_machine_open_response_callback ()</title>
-<indexterm zone="ags-machine-open-response-callback"><primary>ags_machine_open_response_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_open_response_callback  (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-parent-set-callback" role="function">
-<title>ags_machine_parent_set_callback ()</title>
-<indexterm zone="ags-machine-parent-set-callback"><primary>ags_machine_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_parent_set_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-play-callback" role="function">
-<title>ags_machine_play_callback ()</title>
-<indexterm zone="ags-machine-play-callback"><primary>ags_machine_play_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_play_callback           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-destroy-activate-callback" role="function">
-<title>ags_machine_popup_destroy_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-destroy-activate-callback"><primary>ags_machine_popup_destroy_activate_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_popup_destroy_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-hide-activate-callback" role="function">
-<title>ags_machine_popup_hide_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-hide-activate-callback"><primary>ags_machine_popup_hide_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_hide_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-move-down-activate-callback" role="function">
-<title>ags_machine_popup_move_down_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-move-down-activate-callback"><primary>ags_machine_popup_move_down_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_move_down_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-move-up-activate-callback" role="function">
-<title>ags_machine_popup_move_up_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-move-up-activate-callback"><primary>ags_machine_popup_move_up_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_move_up_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-properties-activate-callback" role="function">
-<title>ags_machine_popup_properties_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-properties-activate-callback"><primary>ags_machine_popup_properties_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_properties_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-rename-activate-callback" role="function">
-<title>ags_machine_popup_rename_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-rename-activate-callback"><primary>ags_machine_popup_rename_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_rename_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-popup-show-activate-callback" role="function">
-<title>ags_machine_popup_show_activate_callback ()</title>
-<indexterm zone="ags-machine-popup-show-activate-callback"><primary>ags_machine_popup_show_activate_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_popup_show_activate_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-start-failure-callback" role="function">
-<title>ags_machine_start_failure_callback ()</title>
-<indexterm zone="ags-machine-start-failure-callback"><primary>ags_machine_start_failure_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_start_failure_callback  (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> *error</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-tact-callback" role="function">
-<title>ags_machine_tact_callback ()</title>
-<indexterm zone="ags-machine-tact-callback"><primary>ags_machine_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_tact_callback           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_editor.xml b/doc/reference/ags/xml/ags_machine_editor.xml
deleted file mode 100644
index 9fe3665..0000000
--- a/doc/reference/ags/xml/ags_machine_editor.xml
+++ /dev/null
@@ -1,166 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMachineEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMachineEditor.top_of_page">AgsMachineEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMachineEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMachineEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-MACHINE-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-MACHINE-EDITOR-DEFAULT-VERSION:CAPS">AGS_MACHINE_EDITOR_DEFAULT_VERSION</link>
-struct              <link linkend="AgsMachineEditor">AgsMachineEditor</link>;
-struct              <link linkend="AgsMachineEditorClass">AgsMachineEditorClass</link>;
-enum                <link linkend="AgsMachineEditorFlags">AgsMachineEditorFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-add-children">ags_machine_editor_add_children</link>     (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-add-input">ags_machine_editor_add_input</link>        (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-add-output">ags_machine_editor_add_output</link>       (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="AgsMachineEditor"><returnvalue>AgsMachineEditor</returnvalue></link> *  <link linkend="ags-machine-editor-new">ags_machine_editor_new</link>              (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-remove-input">ags_machine_editor_remove_input</link>     (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-remove-output">ags_machine_editor_remove_output</link>    (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-editor-set-machine">ags_machine_editor_set_machine</link>      (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMachineEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMachineEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-MACHINE-EDITOR-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-MACHINE-EDITOR-DEFAULT-BUILD-ID:CAPS"><primary>AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-MACHINE-EDITOR-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_MACHINE_EDITOR_DEFAULT_VERSION</title>
-<indexterm zone="AGS-MACHINE-EDITOR-DEFAULT-VERSION:CAPS"><primary>AGS_MACHINE_EDITOR_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_MACHINE_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineEditor" role="struct">
-<title>struct AgsMachineEditor</title>
-<indexterm zone="AgsMachineEditor"><primary>AgsMachineEditor</primary></indexterm>
-<programlisting>struct AgsMachineEditor {
-  GtkDialog dialog;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsMachine *machine;
-
-  GtkNotebook *notebook;
-
-  GtkScrolledWindow *output_scrolled_window;
-  AgsListingEditor *output_editor;
-
-  GtkScrolledWindow *input_scrolled_window;
-  AgsListingEditor *input_editor;
-
-  GtkScrolledWindow *output_link_editor_scrolled_window;
-  AgsPropertyCollectionEditor *output_link_editor;
-
-  GtkScrolledWindow *input_link_editor_scrolled_window;
-  AgsPropertyCollectionEditor *input_link_editor;
-
-  GtkScrolledWindow *resize_editor_scrolled_window;
-  AgsResizeEditor *resize_editor;
-
-  GtkButton *add;
-  GtkButton *remove;
-  GtkButton *apply;
-  GtkButton *ok;
-  GtkButton *cancel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineEditorClass" role="struct">
-<title>struct AgsMachineEditorClass</title>
-<indexterm zone="AgsMachineEditorClass"><primary>AgsMachineEditorClass</primary></indexterm>
-<programlisting>struct AgsMachineEditorClass {
-  GtkDialogClass dialog;
-
-  void (*set_machine)(AgsMachineEditor *machine_editor,
-		      AgsMachine *machine);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineEditorFlags" role="enum">
-<title>enum AgsMachineEditorFlags</title>
-<indexterm zone="AgsMachineEditorFlags"><primary>AgsMachineEditorFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_MACHINE_EDITOR_CLOSING   =  1,
-} AgsMachineEditorFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-add-children" role="function">
-<title>ags_machine_editor_add_children ()</title>
-<indexterm zone="ags-machine-editor-add-children"><primary>ags_machine_editor_add_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_add_children     (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-add-input" role="function">
-<title>ags_machine_editor_add_input ()</title>
-<indexterm zone="ags-machine-editor-add-input"><primary>ags_machine_editor_add_input</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_add_input        (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-add-output" role="function">
-<title>ags_machine_editor_add_output ()</title>
-<indexterm zone="ags-machine-editor-add-output"><primary>ags_machine_editor_add_output</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_add_output       (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-new" role="function">
-<title>ags_machine_editor_new ()</title>
-<indexterm zone="ags-machine-editor-new"><primary>ags_machine_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsMachineEditor"><returnvalue>AgsMachineEditor</returnvalue></link> *  ags_machine_editor_new              (<parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-remove-input" role="function">
-<title>ags_machine_editor_remove_input ()</title>
-<indexterm zone="ags-machine-editor-remove-input"><primary>ags_machine_editor_remove_input</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_remove_input     (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-remove-output" role="function">
-<title>ags_machine_editor_remove_output ()</title>
-<indexterm zone="ags-machine-editor-remove-output"><primary>ags_machine_editor_remove_output</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_remove_output    (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-set-machine" role="function">
-<title>ags_machine_editor_set_machine ()</title>
-<indexterm zone="ags-machine-editor-set-machine"><primary>ags_machine_editor_set_machine</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_editor_set_machine      (<parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_editor_callbacks.xml b/doc/reference/ags/xml/ags_machine_editor_callbacks.xml
deleted file mode 100644
index 870f213..0000000
--- a/doc/reference/ags/xml/ags_machine_editor_callbacks.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-machine-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-machine-editor-callbacks.top_of_page">ags_machine_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_machine_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-machine-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-add-callback">ags_machine_editor_add_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-apply-callback">ags_machine_editor_apply_callback</link>   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-back-callback">ags_machine_editor_back_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-cancel-callback">ags_machine_editor_cancel_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-destroy-callback">ags_machine_editor_destroy_callback</link> (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-ok-callback">ags_machine_editor_ok_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-parent-set-callback">ags_machine_editor_parent_set_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-remove-callback">ags_machine_editor_remove_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-show-callback">ags_machine_editor_show_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-machine-editor-switch-page-callback">ags_machine_editor_switch_page_callback</link>
-                                                        (<parameter><link linkend="GtkNotebook"><type>GtkNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkNotebookPage"><type>GtkNotebookPage</type></link> *page</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> page_num</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-machine-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-machine-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-machine-editor-add-callback" role="function">
-<title>ags_machine_editor_add_callback ()</title>
-<indexterm zone="ags-machine-editor-add-callback"><primary>ags_machine_editor_add_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_add_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-apply-callback" role="function">
-<title>ags_machine_editor_apply_callback ()</title>
-<indexterm zone="ags-machine-editor-apply-callback"><primary>ags_machine_editor_apply_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_apply_callback   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-back-callback" role="function">
-<title>ags_machine_editor_back_callback ()</title>
-<indexterm zone="ags-machine-editor-back-callback"><primary>ags_machine_editor_back_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_back_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-cancel-callback" role="function">
-<title>ags_machine_editor_cancel_callback ()</title>
-<indexterm zone="ags-machine-editor-cancel-callback"><primary>ags_machine_editor_cancel_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_cancel_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-destroy-callback" role="function">
-<title>ags_machine_editor_destroy_callback ()</title>
-<indexterm zone="ags-machine-editor-destroy-callback"><primary>ags_machine_editor_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_destroy_callback (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-ok-callback" role="function">
-<title>ags_machine_editor_ok_callback ()</title>
-<indexterm zone="ags-machine-editor-ok-callback"><primary>ags_machine_editor_ok_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_ok_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-parent-set-callback" role="function">
-<title>ags_machine_editor_parent_set_callback ()</title>
-<indexterm zone="ags-machine-editor-parent-set-callback"><primary>ags_machine_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_parent_set_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-remove-callback" role="function">
-<title>ags_machine_editor_remove_callback ()</title>
-<indexterm zone="ags-machine-editor-remove-callback"><primary>ags_machine_editor_remove_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_remove_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-show-callback" role="function">
-<title>ags_machine_editor_show_callback ()</title>
-<indexterm zone="ags-machine-editor-show-callback"><primary>ags_machine_editor_show_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_show_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-editor-switch-page-callback" role="function">
-<title>ags_machine_editor_switch_page_callback ()</title>
-<indexterm zone="ags-machine-editor-switch-page-callback"><primary>ags_machine_editor_switch_page_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_machine_editor_switch_page_callback
-                                                        (<parameter><link linkend="GtkNotebook"><type>GtkNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkNotebookPage"><type>GtkNotebookPage</type></link> *page</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> page_num</parameter>,
-                                                         <parameter><link linkend="AgsMachineEditor"><type>AgsMachineEditor</type></link> *machine_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_radio_button.xml b/doc/reference/ags/xml/ags_machine_radio_button.xml
deleted file mode 100644
index d4bb4ea..0000000
--- a/doc/reference/ags/xml/ags_machine_radio_button.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMachineRadioButton">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMachineRadioButton.top_of_page">AgsMachineRadioButton</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMachineRadioButton</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMachineRadioButton.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMachineRadioButton">AgsMachineRadioButton</link>;
-struct              <link linkend="AgsMachineRadioButtonClass">AgsMachineRadioButtonClass</link>;
-<link linkend="AgsMachineRadioButton"><returnvalue>AgsMachineRadioButton</returnvalue></link> * <link linkend="ags-machine-radio-button-new">ags_machine_radio_button_new</link>    ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMachineRadioButton.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMachineRadioButton.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMachineRadioButton" role="struct">
-<title>struct AgsMachineRadioButton</title>
-<indexterm zone="AgsMachineRadioButton"><primary>AgsMachineRadioButton</primary></indexterm>
-<programlisting>struct AgsMachineRadioButton {
-  GtkRadioButton radio_button;
-
-  AgsMachine *machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineRadioButtonClass" role="struct">
-<title>struct AgsMachineRadioButtonClass</title>
-<indexterm zone="AgsMachineRadioButtonClass"><primary>AgsMachineRadioButtonClass</primary></indexterm>
-<programlisting>struct AgsMachineRadioButtonClass {
-  GtkRadioButtonClass radio_button;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-radio-button-new" role="function">
-<title>ags_machine_radio_button_new ()</title>
-<indexterm zone="ags-machine-radio-button-new"><primary>ags_machine_radio_button_new</primary></indexterm>
-<programlisting><link linkend="AgsMachineRadioButton"><returnvalue>AgsMachineRadioButton</returnvalue></link> * ags_machine_radio_button_new    ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_selection.xml b/doc/reference/ags/xml/ags_machine_selection.xml
deleted file mode 100644
index 75adaca..0000000
--- a/doc/reference/ags/xml/ags_machine_selection.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMachineSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMachineSelection.top_of_page">AgsMachineSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMachineSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMachineSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMachineSelection">AgsMachineSelection</link>;
-struct              <link linkend="AgsMachineSelectionClass">AgsMachineSelectionClass</link>;
-<link linkend="AgsMachineSelection"><returnvalue>AgsMachineSelection</returnvalue></link> * <link linkend="ags-machine-selection-new">ags_machine_selection_new</link>         (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>);
-<link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        <link linkend="ags-machine-selection-run">ags_machine_selection_run</link>           (<parameter><link linkend="AgsMachineSelection"><type>AgsMachineSelection</type></link> *machine_selection</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMachineSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMachineSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMachineSelection" role="struct">
-<title>struct AgsMachineSelection</title>
-<indexterm zone="AgsMachineSelection"><primary>AgsMachineSelection</primary></indexterm>
-<programlisting>struct AgsMachineSelection {
-  GtkDialog dialog;
-
-  AgsWindow *window;
-  GList *machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineSelectionClass" role="struct">
-<title>struct AgsMachineSelectionClass</title>
-<indexterm zone="AgsMachineSelectionClass"><primary>AgsMachineSelectionClass</primary></indexterm>
-<programlisting>struct AgsMachineSelectionClass {
-  GtkDialogClass dialog;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selection-new" role="function">
-<title>ags_machine_selection_new ()</title>
-<indexterm zone="ags-machine-selection-new"><primary>ags_machine_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsMachineSelection"><returnvalue>AgsMachineSelection</returnvalue></link> * ags_machine_selection_new         (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selection-run" role="function">
-<title>ags_machine_selection_run ()</title>
-<indexterm zone="ags-machine-selection-run"><primary>ags_machine_selection_run</primary></indexterm>
-<programlisting><link linkend="AgsMachine"><returnvalue>AgsMachine</returnvalue></link> *        ags_machine_selection_run           (<parameter><link linkend="AgsMachineSelection"><type>AgsMachineSelection</type></link> *machine_selection</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_selector.xml b/doc/reference/ags/xml/ags_machine_selector.xml
deleted file mode 100644
index 7b8c993..0000000
--- a/doc/reference/ags/xml/ags_machine_selector.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMachineSelector">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMachineSelector.top_of_page">AgsMachineSelector</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMachineSelector</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMachineSelector.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMachineSelector">AgsMachineSelector</link>;
-struct              <link linkend="AgsMachineSelectorClass">AgsMachineSelectorClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-changed">ags_machine_selector_changed</link>        (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);
-<link linkend="AgsMachineSelector"><returnvalue>AgsMachineSelector</returnvalue></link> * <link linkend="ags-machine-selector-new">ags_machine_selector_new</link>           ();
-<link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           <link linkend="ags-machine-selector-popup-new">ags_machine_selector_popup_new</link>      (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMachineSelector.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMachineSelector.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMachineSelector" role="struct">
-<title>struct AgsMachineSelector</title>
-<indexterm zone="AgsMachineSelector"><primary>AgsMachineSelector</primary></indexterm>
-<programlisting>struct AgsMachineSelector {
-  GtkVBox vbox;
-
-  GtkMenu *popup;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineSelectorClass" role="struct">
-<title>struct AgsMachineSelectorClass</title>
-<indexterm zone="AgsMachineSelectorClass"><primary>AgsMachineSelectorClass</primary></indexterm>
-<programlisting>struct AgsMachineSelectorClass {
-  GtkVBoxClass vbox;
-
-  void (*changed)(AgsMachineSelector *machine_selector, AgsMachine *machine);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-changed" role="function">
-<title>ags_machine_selector_changed ()</title>
-<indexterm zone="ags-machine-selector-changed"><primary>ags_machine_selector_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_changed        (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-new" role="function">
-<title>ags_machine_selector_new ()</title>
-<indexterm zone="ags-machine-selector-new"><primary>ags_machine_selector_new</primary></indexterm>
-<programlisting><link linkend="AgsMachineSelector"><returnvalue>AgsMachineSelector</returnvalue></link> * ags_machine_selector_new           ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-popup-new" role="function">
-<title>ags_machine_selector_popup_new ()</title>
-<indexterm zone="ags-machine-selector-popup-new"><primary>ags_machine_selector_popup_new</primary></indexterm>
-<programlisting><link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           ags_machine_selector_popup_new      (<parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_machine_selector_callbacks.xml b/doc/reference/ags/xml/ags_machine_selector_callbacks.xml
deleted file mode 100644
index 7367677..0000000
--- a/doc/reference/ags/xml/ags_machine_selector_callbacks.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-machine-selector-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-machine-selector-callbacks.top_of_page">ags_machine_selector_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_machine_selector_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-machine-selector-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-popup-add-index-callback">ags_machine_selector_popup_add_index_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-popup-add-tab-callback">ags_machine_selector_popup_add_tab_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-popup-link-index-callback">ags_machine_selector_popup_link_index_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-popup-remove-index-callback">ags_machine_selector_popup_remove_index_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-popup-remove-tab-callback">ags_machine_selector_popup_remove_tab_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-machine-selector-radio-changed">ags_machine_selector_radio_changed</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *radio_button</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-machine-selector-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-machine-selector-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-machine-selector-popup-add-index-callback" role="function">
-<title>ags_machine_selector_popup_add_index_callback ()</title>
-<indexterm zone="ags-machine-selector-popup-add-index-callback"><primary>ags_machine_selector_popup_add_index_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_popup_add_index_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-popup-add-tab-callback" role="function">
-<title>ags_machine_selector_popup_add_tab_callback ()</title>
-<indexterm zone="ags-machine-selector-popup-add-tab-callback"><primary>ags_machine_selector_popup_add_tab_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_popup_add_tab_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-popup-link-index-callback" role="function">
-<title>ags_machine_selector_popup_link_index_callback ()</title>
-<indexterm zone="ags-machine-selector-popup-link-index-callback"><primary>ags_machine_selector_popup_link_index_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_popup_link_index_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-popup-remove-index-callback" role="function">
-<title>ags_machine_selector_popup_remove_index_callback ()</title>
-<indexterm zone="ags-machine-selector-popup-remove-index-callback"><primary>ags_machine_selector_popup_remove_index_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_popup_remove_index_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-popup-remove-tab-callback" role="function">
-<title>ags_machine_selector_popup_remove_tab_callback ()</title>
-<indexterm zone="ags-machine-selector-popup-remove-tab-callback"><primary>ags_machine_selector_popup_remove_tab_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_popup_remove_tab_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-selector-radio-changed" role="function">
-<title>ags_machine_selector_radio_changed ()</title>
-<indexterm zone="ags-machine-selector-radio-changed"><primary>ags_machine_selector_radio_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_machine_selector_radio_changed  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *radio_button</parameter>,
-                                                         <parameter><link linkend="AgsMachineSelector"><type>AgsMachineSelector</type></link> *machine_selector</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_main_loop.xml b/doc/reference/ags/xml/ags_main_loop.xml
deleted file mode 100644
index c71e93e..0000000
--- a/doc/reference/ags/xml/ags_main_loop.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMainLoop">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMainLoop.top_of_page">AgsMainLoop</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMainLoop</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMainLoop.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsMainLoop">AgsMainLoop</link>;
-struct              <link linkend="AgsMainLoopInterface">AgsMainLoopInterface</link>;
-<link linkend="AgsAsyncQueue"><returnvalue>AgsAsyncQueue</returnvalue></link> *     <link linkend="ags-main-loop-get-async-queue">ags_main_loop_get_async_queue</link>       (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-main-loop-get-last-sync">ags_main_loop_get_last_sync</link>         (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-main-loop-get-tic">ags_main_loop_get_tic</link>               (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-loop-set-async-queue">ags_main_loop_set_async_queue</link>       (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-loop-set-last-sync">ags_main_loop_set_last_sync</link>         (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> last_sync</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-loop-set-tic">ags_main_loop_set_tic</link>               (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMainLoop.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMainLoop.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMainLoop" role="typedef">
-<title>AgsMainLoop</title>
-<indexterm zone="AgsMainLoop"><primary>AgsMainLoop</primary></indexterm>
-<programlisting>typedef void AgsMainLoop;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMainLoopInterface" role="struct">
-<title>struct AgsMainLoopInterface</title>
-<indexterm zone="AgsMainLoopInterface"><primary>AgsMainLoopInterface</primary></indexterm>
-<programlisting>struct AgsMainLoopInterface {
-  GTypeInterface interface;
-
-  void (*set_async_queue)(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue);
-  AgsAsyncQueue* (*get_async_queue)(AgsMainLoop *main_loop);
-  
-  void (*set_tic)(AgsMainLoop *main_loop, guint tic);
-  guint (*get_tic)(AgsMainLoop *main_loop);
-
-  void (*set_last_sync)(AgsMainLoop *main_loop, guint last_sync);
-  guint (*get_last_sync)(AgsMainLoop *main_loop);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-get-async-queue" role="function">
-<title>ags_main_loop_get_async_queue ()</title>
-<indexterm zone="ags-main-loop-get-async-queue"><primary>ags_main_loop_get_async_queue</primary></indexterm>
-<programlisting><link linkend="AgsAsyncQueue"><returnvalue>AgsAsyncQueue</returnvalue></link> *     ags_main_loop_get_async_queue       (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-get-last-sync" role="function">
-<title>ags_main_loop_get_last_sync ()</title>
-<indexterm zone="ags-main-loop-get-last-sync"><primary>ags_main_loop_get_last_sync</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_main_loop_get_last_sync         (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-get-tic" role="function">
-<title>ags_main_loop_get_tic ()</title>
-<indexterm zone="ags-main-loop-get-tic"><primary>ags_main_loop_get_tic</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_main_loop_get_tic               (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-set-async-queue" role="function">
-<title>ags_main_loop_set_async_queue ()</title>
-<indexterm zone="ags-main-loop-set-async-queue"><primary>ags_main_loop_set_async_queue</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_loop_set_async_queue       (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="AgsAsyncQueue"><type>AgsAsyncQueue</type></link> *async_queue</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-set-last-sync" role="function">
-<title>ags_main_loop_set_last_sync ()</title>
-<indexterm zone="ags-main-loop-set-last-sync"><primary>ags_main_loop_set_last_sync</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_loop_set_last_sync         (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> last_sync</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-loop-set-tic" role="function">
-<title>ags_main_loop_set_tic ()</title>
-<indexterm zone="ags-main-loop-set-tic"><primary>ags_main_loop_set_tic</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_loop_set_tic               (<parameter><link linkend="AgsMainLoop"><type>AgsMainLoop</type></link> *main_loop</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_marshal.xml b/doc/reference/ags/xml/ags_marshal.xml
deleted file mode 100644
index 64fdbe5..0000000
--- a/doc/reference/ags/xml/ags_marshal.xml
+++ /dev/null
@@ -1,414 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-marshal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-marshal.top_of_page">ags_marshal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_marshal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-marshal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-BOOLEAN--OBJECT-OBJECT">g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-OBJECT--OBJECT-OBJECT">g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-OBJECT--OBJECT-POINTER-POINTER">g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-OBJECT--STRING-STRING-STRING">g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-OBJECT--VOID">g_cclosure_user_marshal_OBJECT__VOID</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-STRING--ULONG-STRING-STRING-STRING-STRING-UINT-POINTER">g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-ULONG--VOID">g_cclosure_user_marshal_ULONG__VOID</link> (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--DOUBLE-DOUBLE">g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT">g_cclosure_user_marshal_VOID__OBJECT_OBJECT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-INT-BOOLEAN">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-UINT-INT-BOOLEAN">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--OBJECT-UINT">g_cclosure_user_marshal_VOID__OBJECT_UINT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--STRING-POINTER">g_cclosure_user_marshal_VOID__STRING_POINTER</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--UINT-DOUBLE">g_cclosure_user_marshal_VOID__UINT_DOUBLE</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--UINT-INT">g_cclosure_user_marshal_VOID__UINT_INT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--UINT-UINT">g_cclosure_user_marshal_VOID__UINT_UINT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--UINT-UINT-UINT">g_cclosure_user_marshal_VOID__UINT_UINT_UINT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--ULONG-UINT">g_cclosure_user_marshal_VOID__ULONG_UINT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="g-cclosure-user-marshal-VOID--ULONG-UINT-UINT">g_cclosure_user_marshal_VOID__ULONG_UINT_UINT</link>
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-marshal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-marshal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="g-cclosure-user-marshal-BOOLEAN--OBJECT-OBJECT" role="function">
-<title>g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT ()</title>
-<indexterm zone="g-cclosure-user-marshal-BOOLEAN--OBJECT-OBJECT"><primary>g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-OBJECT--OBJECT-OBJECT" role="function">
-<title>g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT ()</title>
-<indexterm zone="g-cclosure-user-marshal-OBJECT--OBJECT-OBJECT"><primary>g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-OBJECT--OBJECT-POINTER-POINTER" role="function">
-<title>g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER ()</title>
-<indexterm zone="g-cclosure-user-marshal-OBJECT--OBJECT-POINTER-POINTER"><primary>g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-OBJECT--STRING-STRING-STRING" role="function">
-<title>g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING ()</title>
-<indexterm zone="g-cclosure-user-marshal-OBJECT--STRING-STRING-STRING"><primary>g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-OBJECT--VOID" role="function">
-<title>g_cclosure_user_marshal_OBJECT__VOID ()</title>
-<indexterm zone="g-cclosure-user-marshal-OBJECT--VOID"><primary>g_cclosure_user_marshal_OBJECT__VOID</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_OBJECT__VOID
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-STRING--ULONG-STRING-STRING-STRING-STRING-UINT-POINTER" role="function">
-<title>g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER ()</title>
-<indexterm zone="g-cclosure-user-marshal-STRING--ULONG-STRING-STRING-STRING-STRING-UINT-POINTER"><primary>g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-ULONG--VOID" role="function">
-<title>g_cclosure_user_marshal_ULONG__VOID ()</title>
-<indexterm zone="g-cclosure-user-marshal-ULONG--VOID"><primary>g_cclosure_user_marshal_ULONG__VOID</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_ULONG__VOID (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--DOUBLE-DOUBLE" role="function">
-<title>g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--DOUBLE-DOUBLE"><primary>g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--OBJECT-OBJECT" role="function">
-<title>g_cclosure_user_marshal_VOID__OBJECT_OBJECT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--OBJECT-OBJECT"><primary>g_cclosure_user_marshal_VOID__OBJECT_OBJECT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__OBJECT_OBJECT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-INT-BOOLEAN" role="function">
-<title>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-INT-BOOLEAN"><primary>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT" role="function">
-<title>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT"><primary>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-UINT-INT-BOOLEAN" role="function">
-<title>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-UINT-INT-BOOLEAN"><primary>g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--OBJECT-UINT" role="function">
-<title>g_cclosure_user_marshal_VOID__OBJECT_UINT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--OBJECT-UINT"><primary>g_cclosure_user_marshal_VOID__OBJECT_UINT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__OBJECT_UINT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--STRING-POINTER" role="function">
-<title>g_cclosure_user_marshal_VOID__STRING_POINTER ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--STRING-POINTER"><primary>g_cclosure_user_marshal_VOID__STRING_POINTER</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__STRING_POINTER
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--UINT-DOUBLE" role="function">
-<title>g_cclosure_user_marshal_VOID__UINT_DOUBLE ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--UINT-DOUBLE"><primary>g_cclosure_user_marshal_VOID__UINT_DOUBLE</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__UINT_DOUBLE
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--UINT-INT" role="function">
-<title>g_cclosure_user_marshal_VOID__UINT_INT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--UINT-INT"><primary>g_cclosure_user_marshal_VOID__UINT_INT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__UINT_INT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--UINT-UINT" role="function">
-<title>g_cclosure_user_marshal_VOID__UINT_UINT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--UINT-UINT"><primary>g_cclosure_user_marshal_VOID__UINT_UINT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__UINT_UINT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--UINT-UINT-UINT" role="function">
-<title>g_cclosure_user_marshal_VOID__UINT_UINT_UINT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--UINT-UINT-UINT"><primary>g_cclosure_user_marshal_VOID__UINT_UINT_UINT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__UINT_UINT_UINT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--ULONG-UINT" role="function">
-<title>g_cclosure_user_marshal_VOID__ULONG_UINT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--ULONG-UINT"><primary>g_cclosure_user_marshal_VOID__ULONG_UINT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__ULONG_UINT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="g-cclosure-user-marshal-VOID--ULONG-UINT-UINT" role="function">
-<title>g_cclosure_user_marshal_VOID__ULONG_UINT_UINT ()</title>
-<indexterm zone="g-cclosure-user-marshal-VOID--ULONG-UINT-UINT"><primary>g_cclosure_user_marshal_VOID__ULONG_UINT_UINT</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                g_cclosure_user_marshal_VOID__ULONG_UINT_UINT
-                                                        (<parameter><link linkend="GClosure"><type>GClosure</type></link> *closure</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *return_value</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> n_param_values</parameter>,
-                                                         <parameter>const <link linkend="GValue"><type>GValue</type></link> *param_values</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> invocation_hint</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> marshal_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_matrix.xml b/doc/reference/ags/xml/ags_matrix.xml
deleted file mode 100644
index fe47e44..0000000
--- a/doc/reference/ags/xml/ags_matrix.xml
+++ /dev/null
@@ -1,185 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMatrix">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMatrix.top_of_page">AgsMatrix</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMatrix</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMatrix.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-MATRIX-CELL-HEIGHT:CAPS">AGS_MATRIX_CELL_HEIGHT</link>
-#define             <link linkend="AGS-MATRIX-CELL-WIDTH:CAPS">AGS_MATRIX_CELL_WIDTH</link>
-#define             <link linkend="AGS-MATRIX-OCTAVE:CAPS">AGS_MATRIX_OCTAVE</link>
-#define             <link linkend="AGS-MATRIX-PATTERN-CONTROLS:CAPS">AGS_MATRIX_PATTERN_CONTROLS</link>
-struct              <link linkend="AgsMatrix">AgsMatrix</link>;
-struct              <link linkend="AgsMatrixClass">AgsMatrixClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-draw-gutter">ags_matrix_draw_gutter</link>              (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-draw-matrix">ags_matrix_draw_matrix</link>              (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-highlight-gutter-point">ags_matrix_highlight_gutter_point</link>   (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-input-map-recall">ags_matrix_input_map_recall</link>         (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> input_pad_start</parameter>);
-<link linkend="AgsMatrix"><returnvalue>AgsMatrix</returnvalue></link> *         <link linkend="ags-matrix-new">ags_matrix_new</link>                      (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-output-map-recall">ags_matrix_output_map_recall</link>        (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-redraw-gutter-point">ags_matrix_redraw_gutter_point</link>      (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-unpaint-gutter-point">ags_matrix_unpaint_gutter_point</link>     (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMatrix.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMatrix.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-MATRIX-CELL-HEIGHT:CAPS" role="macro">
-<title>AGS_MATRIX_CELL_HEIGHT</title>
-<indexterm zone="AGS-MATRIX-CELL-HEIGHT:CAPS"><primary>AGS_MATRIX_CELL_HEIGHT</primary></indexterm>
-<programlisting>#define AGS_MATRIX_CELL_HEIGHT  10
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-MATRIX-CELL-WIDTH:CAPS" role="macro">
-<title>AGS_MATRIX_CELL_WIDTH</title>
-<indexterm zone="AGS-MATRIX-CELL-WIDTH:CAPS"><primary>AGS_MATRIX_CELL_WIDTH</primary></indexterm>
-<programlisting>#define AGS_MATRIX_CELL_WIDTH   12
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-MATRIX-OCTAVE:CAPS" role="macro">
-<title>AGS_MATRIX_OCTAVE</title>
-<indexterm zone="AGS-MATRIX-OCTAVE:CAPS"><primary>AGS_MATRIX_OCTAVE</primary></indexterm>
-<programlisting>#define AGS_MATRIX_OCTAVE 10
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-MATRIX-PATTERN-CONTROLS:CAPS" role="macro">
-<title>AGS_MATRIX_PATTERN_CONTROLS</title>
-<indexterm zone="AGS-MATRIX-PATTERN-CONTROLS:CAPS"><primary>AGS_MATRIX_PATTERN_CONTROLS</primary></indexterm>
-<programlisting>#define AGS_MATRIX_PATTERN_CONTROLS (16)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMatrix" role="struct">
-<title>struct AgsMatrix</title>
-<indexterm zone="AgsMatrix"><primary>AgsMatrix</primary></indexterm>
-<programlisting>struct AgsMatrix {
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  guint mapped_output_pad;
-  guint mapped_input_pad;
-
-  GtkTable *table;
-
-  GtkToggleButton *run;
-  GtkToggleButton *selected;
-  GtkToggleButton *index[9];
-
-  GtkDrawingArea *drawing_area;
-  guint active_led;
-  GtkHBox *led;
-
-  GtkAdjustment *adjustment;
-
-  GtkSpinButton *length_spin;
-  GtkCheckButton *loop_button;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMatrixClass" role="struct">
-<title>struct AgsMatrixClass</title>
-<indexterm zone="AgsMatrixClass"><primary>AgsMatrixClass</primary></indexterm>
-<programlisting>struct AgsMatrixClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-draw-gutter" role="function">
-<title>ags_matrix_draw_gutter ()</title>
-<indexterm zone="ags-matrix-draw-gutter"><primary>ags_matrix_draw_gutter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_draw_gutter              (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-draw-matrix" role="function">
-<title>ags_matrix_draw_matrix ()</title>
-<indexterm zone="ags-matrix-draw-matrix"><primary>ags_matrix_draw_matrix</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_draw_matrix              (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-highlight-gutter-point" role="function">
-<title>ags_matrix_highlight_gutter_point ()</title>
-<indexterm zone="ags-matrix-highlight-gutter-point"><primary>ags_matrix_highlight_gutter_point</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_highlight_gutter_point   (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-input-map-recall" role="function">
-<title>ags_matrix_input_map_recall ()</title>
-<indexterm zone="ags-matrix-input-map-recall"><primary>ags_matrix_input_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_input_map_recall         (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> input_pad_start</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-new" role="function">
-<title>ags_matrix_new ()</title>
-<indexterm zone="ags-matrix-new"><primary>ags_matrix_new</primary></indexterm>
-<programlisting><link linkend="AgsMatrix"><returnvalue>AgsMatrix</returnvalue></link> *         ags_matrix_new                      (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-output-map-recall" role="function">
-<title>ags_matrix_output_map_recall ()</title>
-<indexterm zone="ags-matrix-output-map-recall"><primary>ags_matrix_output_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_output_map_recall        (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-redraw-gutter-point" role="function">
-<title>ags_matrix_redraw_gutter_point ()</title>
-<indexterm zone="ags-matrix-redraw-gutter-point"><primary>ags_matrix_redraw_gutter_point</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_redraw_gutter_point      (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-unpaint-gutter-point" role="function">
-<title>ags_matrix_unpaint_gutter_point ()</title>
-<indexterm zone="ags-matrix-unpaint-gutter-point"><primary>ags_matrix_unpaint_gutter_point</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_unpaint_gutter_point     (<parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_matrix_callbacks.xml b/doc/reference/ags/xml/ags_matrix_callbacks.xml
deleted file mode 100644
index 64d7630..0000000
--- a/doc/reference/ags/xml/ags_matrix_callbacks.xml
+++ /dev/null
@@ -1,142 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-matrix-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-matrix-callbacks.top_of_page">ags_matrix_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_matrix_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-matrix-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-adjustment-value-changed-callback">ags_matrix_adjustment_value_changed_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-bpm-callback">ags_matrix_bpm_callback</link>             (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-done-callback">ags_matrix_done_callback</link>            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-matrix-drawing-area-button-press-callback">ags_matrix_drawing_area_button_press_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-matrix-drawing-area-expose-callback">ags_matrix_drawing_area_expose_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-index-callback">ags_matrix_index_callback</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-length-spin-callback">ags_matrix_length_spin_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-loop-button-callback">ags_matrix_loop_button_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-parent-set-callback">ags_matrix_parent_set_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-matrix-tact-callback">ags_matrix_tact_callback</link>            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-matrix-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-matrix-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-matrix-adjustment-value-changed-callback" role="function">
-<title>ags_matrix_adjustment_value_changed_callback ()</title>
-<indexterm zone="ags-matrix-adjustment-value-changed-callback"><primary>ags_matrix_adjustment_value_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_adjustment_value_changed_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-bpm-callback" role="function">
-<title>ags_matrix_bpm_callback ()</title>
-<indexterm zone="ags-matrix-bpm-callback"><primary>ags_matrix_bpm_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_bpm_callback             (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-done-callback" role="function">
-<title>ags_matrix_done_callback ()</title>
-<indexterm zone="ags-matrix-done-callback"><primary>ags_matrix_done_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_done_callback            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-drawing-area-button-press-callback" role="function">
-<title>ags_matrix_drawing_area_button_press_callback ()</title>
-<indexterm zone="ags-matrix-drawing-area-button-press-callback"><primary>ags_matrix_drawing_area_button_press_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_matrix_drawing_area_button_press_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-drawing-area-expose-callback" role="function">
-<title>ags_matrix_drawing_area_expose_callback ()</title>
-<indexterm zone="ags-matrix-drawing-area-expose-callback"><primary>ags_matrix_drawing_area_expose_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_matrix_drawing_area_expose_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-index-callback" role="function">
-<title>ags_matrix_index_callback ()</title>
-<indexterm zone="ags-matrix-index-callback"><primary>ags_matrix_index_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_index_callback           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-length-spin-callback" role="function">
-<title>ags_matrix_length_spin_callback ()</title>
-<indexterm zone="ags-matrix-length-spin-callback"><primary>ags_matrix_length_spin_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_length_spin_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-loop-button-callback" role="function">
-<title>ags_matrix_loop_button_callback ()</title>
-<indexterm zone="ags-matrix-loop-button-callback"><primary>ags_matrix_loop_button_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_loop_button_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-parent-set-callback" role="function">
-<title>ags_matrix_parent_set_callback ()</title>
-<indexterm zone="ags-matrix-parent-set-callback"><primary>ags_matrix_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_parent_set_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-matrix-tact-callback" role="function">
-<title>ags_matrix_tact_callback ()</title>
-<indexterm zone="ags-matrix-tact-callback"><primary>ags_matrix_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_matrix_tact_callback            (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="AgsMatrix"><type>AgsMatrix</type></link> *matrix</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_menu.xml b/doc/reference/ags/xml/ags_menu.xml
deleted file mode 100644
index 174dc78..0000000
--- a/doc/reference/ags/xml/ags_menu.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMenu">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMenu.top_of_page">AgsMenu</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMenu</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMenu.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMenu">AgsMenu</link>;
-struct              <link linkend="AgsMenuClass">AgsMenuClass</link>;
-<link linkend="AgsMenu"><returnvalue>AgsMenu</returnvalue></link> *           <link linkend="ags-menu-new">ags_menu_new</link>                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMenu.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMenu.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMenu" role="struct">
-<title>struct AgsMenu</title>
-<indexterm zone="AgsMenu"><primary>AgsMenu</primary></indexterm>
-<programlisting>struct AgsMenu {
-  GtkWindow window;
-
-  AgsTable *table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMenuClass" role="struct">
-<title>struct AgsMenuClass</title>
-<indexterm zone="AgsMenuClass"><primary>AgsMenuClass</primary></indexterm>
-<programlisting>struct AgsMenuClass {
-  GtkWindowClass window;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-new" role="function">
-<title>ags_menu_new ()</title>
-<indexterm zone="ags-menu-new"><primary>ags_menu_new</primary></indexterm>
-<programlisting><link linkend="AgsMenu"><returnvalue>AgsMenu</returnvalue></link> *           ags_menu_new                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_menu_bar.xml b/doc/reference/ags/xml/ags_menu_bar.xml
deleted file mode 100644
index bee884a..0000000
--- a/doc/reference/ags/xml/ags_menu_bar.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMenuBar">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMenuBar.top_of_page">AgsMenuBar</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMenuBar</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMenuBar.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMenuBar">AgsMenuBar</link>;
-struct              <link linkend="AgsMenuBarClass">AgsMenuBarClass</link>;
-<link linkend="AgsMenuBar"><returnvalue>AgsMenuBar</returnvalue></link> *        <link linkend="ags-menu-bar-new">ags_menu_bar_new</link>                    ();
-<link linkend="GtkComboBox"><returnvalue>GtkComboBox</returnvalue></link> *       <link linkend="ags-tact-combo-box-new">ags_tact_combo_box_new</link>              ();
-<link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           <link linkend="ags-tact-menu-new">ags_tact_menu_new</link>                   ();
-<link linkend="GtkComboBox"><returnvalue>GtkComboBox</returnvalue></link> *       <link linkend="ags-zoom-combo-box-new">ags_zoom_combo_box_new</link>              ();
-<link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           <link linkend="ags-zoom-menu-new">ags_zoom_menu_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMenuBar.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMenuBar.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMenuBar" role="struct">
-<title>struct AgsMenuBar</title>
-<indexterm zone="AgsMenuBar"><primary>AgsMenuBar</primary></indexterm>
-<programlisting>struct AgsMenuBar {
-  GtkMenuBar menu_bar;
-
-  GtkMenu *file;
-  GtkMenu *edit;
-  GtkMenu *add;
-  GtkMenu *help;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMenuBarClass" role="struct">
-<title>struct AgsMenuBarClass</title>
-<indexterm zone="AgsMenuBarClass"><primary>AgsMenuBarClass</primary></indexterm>
-<programlisting>struct AgsMenuBarClass {
-  GtkMenuBarClass menu_bar;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-new" role="function">
-<title>ags_menu_bar_new ()</title>
-<indexterm zone="ags-menu-bar-new"><primary>ags_menu_bar_new</primary></indexterm>
-<programlisting><link linkend="AgsMenuBar"><returnvalue>AgsMenuBar</returnvalue></link> *        ags_menu_bar_new                    ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tact-combo-box-new" role="function">
-<title>ags_tact_combo_box_new ()</title>
-<indexterm zone="ags-tact-combo-box-new"><primary>ags_tact_combo_box_new</primary></indexterm>
-<programlisting><link linkend="GtkComboBox"><returnvalue>GtkComboBox</returnvalue></link> *       ags_tact_combo_box_new              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tact-menu-new" role="function">
-<title>ags_tact_menu_new ()</title>
-<indexterm zone="ags-tact-menu-new"><primary>ags_tact_menu_new</primary></indexterm>
-<programlisting><link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           ags_tact_menu_new                   ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-zoom-combo-box-new" role="function">
-<title>ags_zoom_combo_box_new ()</title>
-<indexterm zone="ags-zoom-combo-box-new"><primary>ags_zoom_combo_box_new</primary></indexterm>
-<programlisting><link linkend="GtkComboBox"><returnvalue>GtkComboBox</returnvalue></link> *       ags_zoom_combo_box_new              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-zoom-menu-new" role="function">
-<title>ags_zoom_menu_new ()</title>
-<indexterm zone="ags-zoom-menu-new"><primary>ags_zoom_menu_new</primary></indexterm>
-<programlisting><link linkend="GtkMenu"><returnvalue>GtkMenu</returnvalue></link> *           ags_zoom_menu_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_menu_bar_callbacks.xml b/doc/reference/ags/xml/ags_menu_bar_callbacks.xml
deleted file mode 100644
index 971b01d..0000000
--- a/doc/reference/ags/xml/ags_menu_bar_callbacks.xml
+++ /dev/null
@@ -1,189 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-menu-bar-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-menu-bar-callbacks.top_of_page">ags_menu_bar_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_menu_bar_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-menu-bar-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-about-callback">ags_menu_bar_about_callback</link>         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-callback">ags_menu_bar_add_callback</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-drum-callback">ags_menu_bar_add_drum_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-ffplayer-callback">ags_menu_bar_add_ffplayer_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-matrix-callback">ags_menu_bar_add_matrix_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-mixer-callback">ags_menu_bar_add_mixer_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-panel-callback">ags_menu_bar_add_panel_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-add-synth-callback">ags_menu_bar_add_synth_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-menu-bar-destroy-callback">ags_menu_bar_destroy_callback</link>       (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-export-callback">ags_menu_bar_export_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-open-callback">ags_menu_bar_open_callback</link>          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-preferences-callback">ags_menu_bar_preferences_callback</link>   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-quit-callback">ags_menu_bar_quit_callback</link>          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-remove-callback">ags_menu_bar_remove_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-save-as-callback">ags_menu_bar_save_as_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-save-callback">ags_menu_bar_save_callback</link>          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-menu-bar-show-callback">ags_menu_bar_show_callback</link>          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-menu-bar-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-menu-bar-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-menu-bar-about-callback" role="function">
-<title>ags_menu_bar_about_callback ()</title>
-<indexterm zone="ags-menu-bar-about-callback"><primary>ags_menu_bar_about_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_about_callback         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-callback" role="function">
-<title>ags_menu_bar_add_callback ()</title>
-<indexterm zone="ags-menu-bar-add-callback"><primary>ags_menu_bar_add_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_callback           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-drum-callback" role="function">
-<title>ags_menu_bar_add_drum_callback ()</title>
-<indexterm zone="ags-menu-bar-add-drum-callback"><primary>ags_menu_bar_add_drum_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_drum_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-ffplayer-callback" role="function">
-<title>ags_menu_bar_add_ffplayer_callback ()</title>
-<indexterm zone="ags-menu-bar-add-ffplayer-callback"><primary>ags_menu_bar_add_ffplayer_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_ffplayer_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-matrix-callback" role="function">
-<title>ags_menu_bar_add_matrix_callback ()</title>
-<indexterm zone="ags-menu-bar-add-matrix-callback"><primary>ags_menu_bar_add_matrix_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_matrix_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-mixer-callback" role="function">
-<title>ags_menu_bar_add_mixer_callback ()</title>
-<indexterm zone="ags-menu-bar-add-mixer-callback"><primary>ags_menu_bar_add_mixer_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_mixer_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-panel-callback" role="function">
-<title>ags_menu_bar_add_panel_callback ()</title>
-<indexterm zone="ags-menu-bar-add-panel-callback"><primary>ags_menu_bar_add_panel_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_panel_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-add-synth-callback" role="function">
-<title>ags_menu_bar_add_synth_callback ()</title>
-<indexterm zone="ags-menu-bar-add-synth-callback"><primary>ags_menu_bar_add_synth_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_add_synth_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-destroy-callback" role="function">
-<title>ags_menu_bar_destroy_callback ()</title>
-<indexterm zone="ags-menu-bar-destroy-callback"><primary>ags_menu_bar_destroy_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_menu_bar_destroy_callback       (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-export-callback" role="function">
-<title>ags_menu_bar_export_callback ()</title>
-<indexterm zone="ags-menu-bar-export-callback"><primary>ags_menu_bar_export_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_export_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-open-callback" role="function">
-<title>ags_menu_bar_open_callback ()</title>
-<indexterm zone="ags-menu-bar-open-callback"><primary>ags_menu_bar_open_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_open_callback          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-preferences-callback" role="function">
-<title>ags_menu_bar_preferences_callback ()</title>
-<indexterm zone="ags-menu-bar-preferences-callback"><primary>ags_menu_bar_preferences_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_preferences_callback   (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-quit-callback" role="function">
-<title>ags_menu_bar_quit_callback ()</title>
-<indexterm zone="ags-menu-bar-quit-callback"><primary>ags_menu_bar_quit_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_quit_callback          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-remove-callback" role="function">
-<title>ags_menu_bar_remove_callback ()</title>
-<indexterm zone="ags-menu-bar-remove-callback"><primary>ags_menu_bar_remove_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_remove_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-save-as-callback" role="function">
-<title>ags_menu_bar_save_as_callback ()</title>
-<indexterm zone="ags-menu-bar-save-as-callback"><primary>ags_menu_bar_save_as_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_save_as_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-save-callback" role="function">
-<title>ags_menu_bar_save_callback ()</title>
-<indexterm zone="ags-menu-bar-save-callback"><primary>ags_menu_bar_save_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_save_callback          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *menu_item</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-bar-show-callback" role="function">
-<title>ags_menu_bar_show_callback ()</title>
-<indexterm zone="ags-menu-bar-show-callback"><primary>ags_menu_bar_show_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_menu_bar_show_callback          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMenuBar"><type>AgsMenuBar</type></link> *menu_bar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_menu_item.xml b/doc/reference/ags/xml/ags_menu_item.xml
deleted file mode 100644
index 2c1e874..0000000
--- a/doc/reference/ags/xml/ags_menu_item.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMenuItem">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMenuItem.top_of_page">AgsMenuItem</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMenuItem</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMenuItem.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMenuItem">AgsMenuItem</link>;
-struct              <link linkend="AgsMenuItemClass">AgsMenuItemClass</link>;
-<link linkend="AgsMenuItem"><returnvalue>AgsMenuItem</returnvalue></link> *       <link linkend="ags-menu-item-new">ags_menu_item_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMenuItem.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMenuItem.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMenuItem" role="struct">
-<title>struct AgsMenuItem</title>
-<indexterm zone="AgsMenuItem"><primary>AgsMenuItem</primary></indexterm>
-<programlisting>struct AgsMenuItem {
-  AgsTable table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMenuItemClass" role="struct">
-<title>struct AgsMenuItemClass</title>
-<indexterm zone="AgsMenuItemClass"><primary>AgsMenuItemClass</primary></indexterm>
-<programlisting>struct AgsMenuItemClass {
-  AgsTableClass table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-menu-item-new" role="function">
-<title>ags_menu_item_new ()</title>
-<indexterm zone="ags-menu-item-new"><primary>ags_menu_item_new</primary></indexterm>
-<programlisting><link linkend="AgsMenuItem"><returnvalue>AgsMenuItem</returnvalue></link> *       ags_menu_item_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_meter.xml b/doc/reference/ags/xml/ags_meter.xml
deleted file mode 100644
index 7c28e42..0000000
--- a/doc/reference/ags/xml/ags_meter.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMeter">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMeter.top_of_page">AgsMeter</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMeter</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMeter.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMeter">AgsMeter</link>;
-struct              <link linkend="AgsMeterClass">AgsMeterClass</link>;
-<link linkend="AgsMeter"><returnvalue>AgsMeter</returnvalue></link> *          <link linkend="ags-meter-new">ags_meter_new</link>                       ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-meter-paint">ags_meter_paint</link>                     (<parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);
-<link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="ags-meter-sound-string">ags_meter_sound_string</link>              ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMeter.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMeter.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMeter" role="struct">
-<title>struct AgsMeter</title>
-<indexterm zone="AgsMeter"><primary>AgsMeter</primary></indexterm>
-<programlisting>struct AgsMeter {
-  GtkDrawingArea drawing_area;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMeterClass" role="struct">
-<title>struct AgsMeterClass</title>
-<indexterm zone="AgsMeterClass"><primary>AgsMeterClass</primary></indexterm>
-<programlisting>struct AgsMeterClass {
-  GtkDrawingAreaClass drawing_area;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-new" role="function">
-<title>ags_meter_new ()</title>
-<indexterm zone="ags-meter-new"><primary>ags_meter_new</primary></indexterm>
-<programlisting><link linkend="AgsMeter"><returnvalue>AgsMeter</returnvalue></link> *          ags_meter_new                       ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-paint" role="function">
-<title>ags_meter_paint ()</title>
-<indexterm zone="ags-meter-paint"><primary>ags_meter_paint</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_meter_paint                     (<parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-sound-string" role="function">
-<title>ags_meter_sound_string ()</title>
-<indexterm zone="ags-meter-sound-string"><primary>ags_meter_sound_string</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              ags_meter_sound_string              ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_meter_callbacks.xml b/doc/reference/ags/xml/ags_meter_callbacks.xml
deleted file mode 100644
index d8aed21..0000000
--- a/doc/reference/ags/xml/ags_meter_callbacks.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-meter-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-meter-callbacks.top_of_page">ags_meter_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_meter_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-meter-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-meter-configure-event">ags_meter_configure_event</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-meter-destroy-callback">ags_meter_destroy_callback</link>          (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-meter-expose-event">ags_meter_expose_event</link>              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-meter-show-callback">ags_meter_show_callback</link>             (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-meter-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-meter-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-meter-configure-event" role="function">
-<title>ags_meter_configure_event ()</title>
-<indexterm zone="ags-meter-configure-event"><primary>ags_meter_configure_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_meter_configure_event           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-destroy-callback" role="function">
-<title>ags_meter_destroy_callback ()</title>
-<indexterm zone="ags-meter-destroy-callback"><primary>ags_meter_destroy_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_meter_destroy_callback          (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-expose-event" role="function">
-<title>ags_meter_expose_event ()</title>
-<indexterm zone="ags-meter-expose-event"><primary>ags_meter_expose_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_meter_expose_event              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-meter-show-callback" role="function">
-<title>ags_meter_show_callback ()</title>
-<indexterm zone="ags-meter-show-callback"><primary>ags_meter_show_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_meter_show_callback             (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsMeter"><type>AgsMeter</type></link> *meter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mixer.xml b/doc/reference/ags/xml/ags_mixer.xml
deleted file mode 100644
index abc20ab..0000000
--- a/doc/reference/ags/xml/ags_mixer.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMixer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMixer.top_of_page">AgsMixer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMixer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMixer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMixer">AgsMixer</link>;
-struct              <link linkend="AgsMixerClass">AgsMixerClass</link>;
-<link linkend="AgsMixer"><returnvalue>AgsMixer</returnvalue></link> *          <link linkend="ags-mixer-new">ags_mixer_new</link>                       (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMixer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMixer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMixer" role="struct">
-<title>struct AgsMixer</title>
-<indexterm zone="AgsMixer"><primary>AgsMixer</primary></indexterm>
-<programlisting>struct AgsMixer {
-  AgsMachine machine;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkHBox *input_pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMixerClass" role="struct">
-<title>struct AgsMixerClass</title>
-<indexterm zone="AgsMixerClass"><primary>AgsMixerClass</primary></indexterm>
-<programlisting>struct AgsMixerClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mixer-new" role="function">
-<title>ags_mixer_new ()</title>
-<indexterm zone="ags-mixer-new"><primary>ags_mixer_new</primary></indexterm>
-<programlisting><link linkend="AgsMixer"><returnvalue>AgsMixer</returnvalue></link> *          ags_mixer_new                       (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mixer_callbacks.xml b/doc/reference/ags/xml/ags_mixer_callbacks.xml
deleted file mode 100644
index 8506420..0000000
--- a/doc/reference/ags/xml/ags_mixer_callbacks.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-mixer-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-mixer-callbacks.top_of_page">ags_mixer_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_mixer_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-mixer-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-mixer-parent-set-callback">ags_mixer_parent_set_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMixer"><type>AgsMixer</type></link> *mixer</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-mixer-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-mixer-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-mixer-parent-set-callback" role="function">
-<title>ags_mixer_parent_set_callback ()</title>
-<indexterm zone="ags-mixer-parent-set-callback"><primary>ags_mixer_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_mixer_parent_set_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsMixer"><type>AgsMixer</type></link> *mixer</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mixer_input_line.xml b/doc/reference/ags/xml/ags_mixer_input_line.xml
deleted file mode 100644
index 18e0dc5..0000000
--- a/doc/reference/ags/xml/ags_mixer_input_line.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMixerInputLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMixerInputLine.top_of_page">AgsMixerInputLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMixerInputLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMixerInputLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMixerInputLine">AgsMixerInputLine</link>;
-struct              <link linkend="AgsMixerInputLineClass">AgsMixerInputLineClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-mixer-input-line-map-recall">ags_mixer_input_line_map_recall</link>     (<parameter><link linkend="AgsMixerInputLine"><type>AgsMixerInputLine</type></link> *mixer_input_line</parameter>);
-<link linkend="AgsMixerInputLine"><returnvalue>AgsMixerInputLine</returnvalue></link> * <link linkend="ags-mixer-input-line-new">ags_mixer_input_line_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMixerInputLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMixerInputLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMixerInputLine" role="struct">
-<title>struct AgsMixerInputLine</title>
-<indexterm zone="AgsMixerInputLine"><primary>AgsMixerInputLine</primary></indexterm>
-<programlisting>struct AgsMixerInputLine {
-  AgsLine line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMixerInputLineClass" role="struct">
-<title>struct AgsMixerInputLineClass</title>
-<indexterm zone="AgsMixerInputLineClass"><primary>AgsMixerInputLineClass</primary></indexterm>
-<programlisting>struct AgsMixerInputLineClass {
-  AgsLineClass line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mixer-input-line-map-recall" role="function">
-<title>ags_mixer_input_line_map_recall ()</title>
-<indexterm zone="ags-mixer-input-line-map-recall"><primary>ags_mixer_input_line_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_mixer_input_line_map_recall     (<parameter><link linkend="AgsMixerInputLine"><type>AgsMixerInputLine</type></link> *mixer_input_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mixer-input-line-new" role="function">
-<title>ags_mixer_input_line_new ()</title>
-<indexterm zone="ags-mixer-input-line-new"><primary>ags_mixer_input_line_new</primary></indexterm>
-<programlisting><link linkend="AgsMixerInputLine"><returnvalue>AgsMixerInputLine</returnvalue></link> * ags_mixer_input_line_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mixer_input_pad.xml b/doc/reference/ags/xml/ags_mixer_input_pad.xml
deleted file mode 100644
index 963aa12..0000000
--- a/doc/reference/ags/xml/ags_mixer_input_pad.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMixerInputPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMixerInputPad.top_of_page">AgsMixerInputPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMixerInputPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMixerInputPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMixerInputPad">AgsMixerInputPad</link>;
-struct              <link linkend="AgsMixerInputPadClass">AgsMixerInputPadClass</link>;
-<link linkend="AgsMixerInputPad"><returnvalue>AgsMixerInputPad</returnvalue></link> *  <link linkend="ags-mixer-input-pad-new">ags_mixer_input_pad_new</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMixerInputPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMixerInputPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMixerInputPad" role="struct">
-<title>struct AgsMixerInputPad</title>
-<indexterm zone="AgsMixerInputPad"><primary>AgsMixerInputPad</primary></indexterm>
-<programlisting>struct AgsMixerInputPad {
-  AgsPad pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMixerInputPadClass" role="struct">
-<title>struct AgsMixerInputPadClass</title>
-<indexterm zone="AgsMixerInputPadClass"><primary>AgsMixerInputPadClass</primary></indexterm>
-<programlisting>struct AgsMixerInputPadClass {
-  AgsPadClass pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mixer-input-pad-new" role="function">
-<title>ags_mixer_input_pad_new ()</title>
-<indexterm zone="ags-mixer-input-pad-new"><primary>ags_mixer_input_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsMixerInputPad"><returnvalue>AgsMixerInputPad</returnvalue></link> *  ags_mixer_input_pad_new             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mutable.xml b/doc/reference/ags/xml/ags_mutable.xml
deleted file mode 100644
index 5911d76..0000000
--- a/doc/reference/ags/xml/ags_mutable.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMutable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMutable.top_of_page">AgsMutable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMutable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMutable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsMutable">AgsMutable</link>;
-struct              <link linkend="AgsMutableInterface">AgsMutableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-mutable-set-muted">ags_mutable_set_muted</link>               (<parameter><link linkend="AgsMutable"><type>AgsMutable</type></link> *mutable</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> muted</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMutable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMutable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMutable" role="typedef">
-<title>AgsMutable</title>
-<indexterm zone="AgsMutable"><primary>AgsMutable</primary></indexterm>
-<programlisting>typedef void AgsMutable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMutableInterface" role="struct">
-<title>struct AgsMutableInterface</title>
-<indexterm zone="AgsMutableInterface"><primary>AgsMutableInterface</primary></indexterm>
-<programlisting>struct AgsMutableInterface {
-  GTypeInterface interface;
-
-  void (*set_muted)(AgsMutable *mutable, gboolean muted);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mutable-set-muted" role="function">
-<title>ags_mutable_set_muted ()</title>
-<indexterm zone="ags-mutable-set-muted"><primary>ags_mutable_set_muted</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_mutable_set_muted               (<parameter><link linkend="AgsMutable"><type>AgsMutable</type></link> *mutable</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> muted</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mute_audio.xml b/doc/reference/ags/xml/ags_mute_audio.xml
deleted file mode 100644
index 7ba1344..0000000
--- a/doc/reference/ags/xml/ags_mute_audio.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMuteAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMuteAudio.top_of_page">AgsMuteAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMuteAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMuteAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMuteAudio">AgsMuteAudio</link>;
-struct              <link linkend="AgsMuteAudioClass">AgsMuteAudioClass</link>;
-<link linkend="AgsMuteAudio"><returnvalue>AgsMuteAudio</returnvalue></link> *      <link linkend="ags-mute-audio-new">ags_mute_audio_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMuteAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMuteAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMuteAudio" role="struct">
-<title>struct AgsMuteAudio</title>
-<indexterm zone="AgsMuteAudio"><primary>AgsMuteAudio</primary></indexterm>
-<programlisting>struct AgsMuteAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMuteAudioClass" role="struct">
-<title>struct AgsMuteAudioClass</title>
-<indexterm zone="AgsMuteAudioClass"><primary>AgsMuteAudioClass</primary></indexterm>
-<programlisting>struct AgsMuteAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mute-audio-new" role="function">
-<title>ags_mute_audio_new ()</title>
-<indexterm zone="ags-mute-audio-new"><primary>ags_mute_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsMuteAudio"><returnvalue>AgsMuteAudio</returnvalue></link> *      ags_mute_audio_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mute_audio_signal.xml b/doc/reference/ags/xml/ags_mute_audio_signal.xml
deleted file mode 100644
index 8e22143..0000000
--- a/doc/reference/ags/xml/ags_mute_audio_signal.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMuteAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMuteAudioSignal.top_of_page">AgsMuteAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMuteAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMuteAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMuteAudioSignal">AgsMuteAudioSignal</link>;
-struct              <link linkend="AgsMuteAudioSignalClass">AgsMuteAudioSignalClass</link>;
-<link linkend="AgsMuteAudioSignal"><returnvalue>AgsMuteAudioSignal</returnvalue></link> * <link linkend="ags-mute-audio-signal-new">ags_mute_audio_signal_new</link>          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMuteAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMuteAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMuteAudioSignal" role="struct">
-<title>struct AgsMuteAudioSignal</title>
-<indexterm zone="AgsMuteAudioSignal"><primary>AgsMuteAudioSignal</primary></indexterm>
-<programlisting>struct AgsMuteAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMuteAudioSignalClass" role="struct">
-<title>struct AgsMuteAudioSignalClass</title>
-<indexterm zone="AgsMuteAudioSignalClass"><primary>AgsMuteAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsMuteAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mute-audio-signal-new" role="function">
-<title>ags_mute_audio_signal_new ()</title>
-<indexterm zone="ags-mute-audio-signal-new"><primary>ags_mute_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsMuteAudioSignal"><returnvalue>AgsMuteAudioSignal</returnvalue></link> * ags_mute_audio_signal_new          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mute_channel.xml b/doc/reference/ags/xml/ags_mute_channel.xml
deleted file mode 100644
index caadc81..0000000
--- a/doc/reference/ags/xml/ags_mute_channel.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMuteChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMuteChannel.top_of_page">AgsMuteChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMuteChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMuteChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMuteChannel">AgsMuteChannel</link>;
-struct              <link linkend="AgsMuteChannelClass">AgsMuteChannelClass</link>;
-<link linkend="AgsMuteChannel"><returnvalue>AgsMuteChannel</returnvalue></link> *    <link linkend="ags-mute-channel-new">ags_mute_channel_new</link>                ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMuteChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMuteChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMuteChannel" role="struct">
-<title>struct AgsMuteChannel</title>
-<indexterm zone="AgsMuteChannel"><primary>AgsMuteChannel</primary></indexterm>
-<programlisting>struct AgsMuteChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMuteChannelClass" role="struct">
-<title>struct AgsMuteChannelClass</title>
-<indexterm zone="AgsMuteChannelClass"><primary>AgsMuteChannelClass</primary></indexterm>
-<programlisting>struct AgsMuteChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mute-channel-new" role="function">
-<title>ags_mute_channel_new ()</title>
-<indexterm zone="ags-mute-channel-new"><primary>ags_mute_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsMuteChannel"><returnvalue>AgsMuteChannel</returnvalue></link> *    ags_mute_channel_new                ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mute_channel_run.xml b/doc/reference/ags/xml/ags_mute_channel_run.xml
deleted file mode 100644
index 7791020..0000000
--- a/doc/reference/ags/xml/ags_mute_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMuteChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMuteChannelRun.top_of_page">AgsMuteChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMuteChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMuteChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMuteChannelRun">AgsMuteChannelRun</link>;
-struct              <link linkend="AgsMuteChannelRunClass">AgsMuteChannelRunClass</link>;
-<link linkend="AgsMuteChannelRun"><returnvalue>AgsMuteChannelRun</returnvalue></link> * <link linkend="ags-mute-channel-run-new">ags_mute_channel_run_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMuteChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMuteChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMuteChannelRun" role="struct">
-<title>struct AgsMuteChannelRun</title>
-<indexterm zone="AgsMuteChannelRun"><primary>AgsMuteChannelRun</primary></indexterm>
-<programlisting>struct AgsMuteChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMuteChannelRunClass" role="struct">
-<title>struct AgsMuteChannelRunClass</title>
-<indexterm zone="AgsMuteChannelRunClass"><primary>AgsMuteChannelRunClass</primary></indexterm>
-<programlisting>struct AgsMuteChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mute-channel-run-new" role="function">
-<title>ags_mute_channel_run_new ()</title>
-<indexterm zone="ags-mute-channel-run-new"><primary>ags_mute_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsMuteChannelRun"><returnvalue>AgsMuteChannelRun</returnvalue></link> * ags_mute_channel_run_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_mute_recycling.xml b/doc/reference/ags/xml/ags_mute_recycling.xml
deleted file mode 100644
index decf991..0000000
--- a/doc/reference/ags/xml/ags_mute_recycling.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMuteRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMuteRecycling.top_of_page">AgsMuteRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMuteRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMuteRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsMuteRecycling">AgsMuteRecycling</link>;
-struct              <link linkend="AgsMuteRecyclingClass">AgsMuteRecyclingClass</link>;
-<link linkend="AgsMuteRecycling"><returnvalue>AgsMuteRecycling</returnvalue></link> *  <link linkend="ags-mute-recycling-new">ags_mute_recycling_new</link>              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMuteRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMuteRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsMuteRecycling" role="struct">
-<title>struct AgsMuteRecycling</title>
-<indexterm zone="AgsMuteRecycling"><primary>AgsMuteRecycling</primary></indexterm>
-<programlisting>struct AgsMuteRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMuteRecyclingClass" role="struct">
-<title>struct AgsMuteRecyclingClass</title>
-<indexterm zone="AgsMuteRecyclingClass"><primary>AgsMuteRecyclingClass</primary></indexterm>
-<programlisting>struct AgsMuteRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-mute-recycling-new" role="function">
-<title>ags_mute_recycling_new ()</title>
-<indexterm zone="ags-mute-recycling-new"><primary>ags_mute_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsMuteRecycling"><returnvalue>AgsMuteRecycling</returnvalue></link> *  ags_mute_recycling_new              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_navigation.xml b/doc/reference/ags/xml/ags_navigation.xml
deleted file mode 100644
index 64c3055..0000000
--- a/doc/reference/ags/xml/ags_navigation.xml
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsNavigation">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsNavigation.top_of_page">AgsNavigation</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsNavigation</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsNavigation.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-NAVIGATION-DEFAULT-TACT-STEP:CAPS">AGS_NAVIGATION_DEFAULT_TACT_STEP</link>
-#define             <link linkend="AGS-NAVIGATION-REWIND-STEPS:CAPS">AGS_NAVIGATION_REWIND_STEPS</link>
-#define             <link linkend="AGS-NAVIGATION-SEEK-STEPS:CAPS">AGS_NAVIGATION_SEEK_STEPS</link>
-struct              <link linkend="AgsNavigation">AgsNavigation</link>;
-struct              <link linkend="AgsNavigationClass">AgsNavigationClass</link>;
-enum                <link linkend="AgsNavigationFlags">AgsNavigationFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-change-position">ags_navigation_change_position</link>      (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);
-<link linkend="AgsNavigation"><returnvalue>AgsNavigation</returnvalue></link> *     <link linkend="ags-navigation-new">ags_navigation_new</link>                  ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-set-seeking-sensitive">ags_navigation_set_seeking_sensitive</link>
-                                                        (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> enabled</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-navigation-tact-to-time-string">ags_navigation_tact_to_time_string</link>  (<parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-update-time-string">ags_navigation_update_time_string</link>   (<parameter><link linkend="double"><type>double</type></link> tact</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *time_string</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsNavigation.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsNavigation.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-NAVIGATION-DEFAULT-TACT-STEP:CAPS" role="macro">
-<title>AGS_NAVIGATION_DEFAULT_TACT_STEP</title>
-<indexterm zone="AGS-NAVIGATION-DEFAULT-TACT-STEP:CAPS"><primary>AGS_NAVIGATION_DEFAULT_TACT_STEP</primary></indexterm>
-<programlisting>#define AGS_NAVIGATION_DEFAULT_TACT_STEP (1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NAVIGATION-REWIND-STEPS:CAPS" role="macro">
-<title>AGS_NAVIGATION_REWIND_STEPS</title>
-<indexterm zone="AGS-NAVIGATION-REWIND-STEPS:CAPS"><primary>AGS_NAVIGATION_REWIND_STEPS</primary></indexterm>
-<programlisting>#define AGS_NAVIGATION_REWIND_STEPS (4.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NAVIGATION-SEEK-STEPS:CAPS" role="macro">
-<title>AGS_NAVIGATION_SEEK_STEPS</title>
-<indexterm zone="AGS-NAVIGATION-SEEK-STEPS:CAPS"><primary>AGS_NAVIGATION_SEEK_STEPS</primary></indexterm>
-<programlisting>#define AGS_NAVIGATION_SEEK_STEPS (1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNavigation" role="struct">
-<title>struct AgsNavigation</title>
-<indexterm zone="AgsNavigation"><primary>AgsNavigation</primary></indexterm>
-<programlisting>struct AgsNavigation {
-  GtkVBox vbox;
-
-  guint flags;
-
-  AgsDevout *devout;
-
-  GtkToggleButton *expander;
-
-  GtkSpinButton *bpm;
-  gdouble current_bpm;
-
-  GtkToggleButton *rewind;
-  GtkButton *previous;
-  GtkToggleButton *play;
-  GtkButton *stop;
-  GtkButton *next;
-  GtkToggleButton *forward;
-
-  GtkCheckButton *loop;
-
-  GtkLabel *position_time;
-  GtkSpinButton *position_tact;
-
-  GtkLabel *duration_time;
-  GtkSpinButton *duration_tact;
-
-  GtkSpinButton *loop_left_tact;
-  GtkSpinButton *loop_right_tact;
-
-  GtkCheckButton *scroll;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNavigationClass" role="struct">
-<title>struct AgsNavigationClass</title>
-<indexterm zone="AgsNavigationClass"><primary>AgsNavigationClass</primary></indexterm>
-<programlisting>struct AgsNavigationClass {
-  GtkVBoxClass vbox;
-
-  void (*change_position)(AgsNavigation *navigation,
-			  gdouble tact);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNavigationFlags" role="enum">
-<title>enum AgsNavigationFlags</title>
-<indexterm zone="AgsNavigationFlags"><primary>AgsNavigationFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NAVIGATION_BLOCK_TACT   = 1,
-} AgsNavigationFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-change-position" role="function">
-<title>ags_navigation_change_position ()</title>
-<indexterm zone="ags-navigation-change-position"><primary>ags_navigation_change_position</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_change_position      (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-new" role="function">
-<title>ags_navigation_new ()</title>
-<indexterm zone="ags-navigation-new"><primary>ags_navigation_new</primary></indexterm>
-<programlisting><link linkend="AgsNavigation"><returnvalue>AgsNavigation</returnvalue></link> *     ags_navigation_new                  ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-set-seeking-sensitive" role="function">
-<title>ags_navigation_set_seeking_sensitive ()</title>
-<indexterm zone="ags-navigation-set-seeking-sensitive"><primary>ags_navigation_set_seeking_sensitive</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_set_seeking_sensitive
-                                                        (<parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> enabled</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-tact-to-time-string" role="function">
-<title>ags_navigation_tact_to_time_string ()</title>
-<indexterm zone="ags-navigation-tact-to-time-string"><primary>ags_navigation_tact_to_time_string</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_navigation_tact_to_time_string  (<parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-update-time-string" role="function">
-<title>ags_navigation_update_time_string ()</title>
-<indexterm zone="ags-navigation-update-time-string"><primary>ags_navigation_update_time_string</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_update_time_string   (<parameter><link linkend="double"><type>double</type></link> tact</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *time_string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_navigation_callbacks.xml b/doc/reference/ags/xml/ags_navigation_callbacks.xml
deleted file mode 100644
index 391d62f..0000000
--- a/doc/reference/ags/xml/ags_navigation_callbacks.xml
+++ /dev/null
@@ -1,208 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-navigation-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-navigation-callbacks.top_of_page">ags_navigation_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_navigation_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-navigation-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-bpm-callback">ags_navigation_bpm_callback</link>         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-navigation-destroy-callback">ags_navigation_destroy_callback</link>     (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-duration-tact-callback">ags_navigation_duration_tact_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-expander-callback">ags_navigation_expander_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-forward-callback">ags_navigation_forward_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-loop-callback">ags_navigation_loop_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-loop-left-tact-callback">ags_navigation_loop_left_tact_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-loop-right-tact-callback">ags_navigation_loop_right_tact_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-next-callback">ags_navigation_next_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-parent-set-callback">ags_navigation_parent_set_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-play-callback">ags_navigation_play_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-position-tact-callback">ags_navigation_position_tact_callback</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-prev-callback">ags_navigation_prev_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-raster-callback">ags_navigation_raster_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-rewind-callback">ags_navigation_rewind_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-show-callback">ags_navigation_show_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-stop-callback">ags_navigation_stop_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-navigation-tic-callback">ags_navigation_tic_callback</link>         (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-navigation-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-navigation-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-navigation-bpm-callback" role="function">
-<title>ags_navigation_bpm_callback ()</title>
-<indexterm zone="ags-navigation-bpm-callback"><primary>ags_navigation_bpm_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_bpm_callback         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-destroy-callback" role="function">
-<title>ags_navigation_destroy_callback ()</title>
-<indexterm zone="ags-navigation-destroy-callback"><primary>ags_navigation_destroy_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_navigation_destroy_callback     (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-duration-tact-callback" role="function">
-<title>ags_navigation_duration_tact_callback ()</title>
-<indexterm zone="ags-navigation-duration-tact-callback"><primary>ags_navigation_duration_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_duration_tact_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-expander-callback" role="function">
-<title>ags_navigation_expander_callback ()</title>
-<indexterm zone="ags-navigation-expander-callback"><primary>ags_navigation_expander_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_expander_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-forward-callback" role="function">
-<title>ags_navigation_forward_callback ()</title>
-<indexterm zone="ags-navigation-forward-callback"><primary>ags_navigation_forward_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_forward_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-loop-callback" role="function">
-<title>ags_navigation_loop_callback ()</title>
-<indexterm zone="ags-navigation-loop-callback"><primary>ags_navigation_loop_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_loop_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-loop-left-tact-callback" role="function">
-<title>ags_navigation_loop_left_tact_callback ()</title>
-<indexterm zone="ags-navigation-loop-left-tact-callback"><primary>ags_navigation_loop_left_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_loop_left_tact_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-loop-right-tact-callback" role="function">
-<title>ags_navigation_loop_right_tact_callback ()</title>
-<indexterm zone="ags-navigation-loop-right-tact-callback"><primary>ags_navigation_loop_right_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_loop_right_tact_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-next-callback" role="function">
-<title>ags_navigation_next_callback ()</title>
-<indexterm zone="ags-navigation-next-callback"><primary>ags_navigation_next_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_next_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-parent-set-callback" role="function">
-<title>ags_navigation_parent_set_callback ()</title>
-<indexterm zone="ags-navigation-parent-set-callback"><primary>ags_navigation_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_parent_set_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-play-callback" role="function">
-<title>ags_navigation_play_callback ()</title>
-<indexterm zone="ags-navigation-play-callback"><primary>ags_navigation_play_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_play_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-position-tact-callback" role="function">
-<title>ags_navigation_position_tact_callback ()</title>
-<indexterm zone="ags-navigation-position-tact-callback"><primary>ags_navigation_position_tact_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_position_tact_callback
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-prev-callback" role="function">
-<title>ags_navigation_prev_callback ()</title>
-<indexterm zone="ags-navigation-prev-callback"><primary>ags_navigation_prev_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_prev_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-raster-callback" role="function">
-<title>ags_navigation_raster_callback ()</title>
-<indexterm zone="ags-navigation-raster-callback"><primary>ags_navigation_raster_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_raster_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-rewind-callback" role="function">
-<title>ags_navigation_rewind_callback ()</title>
-<indexterm zone="ags-navigation-rewind-callback"><primary>ags_navigation_rewind_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_rewind_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-show-callback" role="function">
-<title>ags_navigation_show_callback ()</title>
-<indexterm zone="ags-navigation-show-callback"><primary>ags_navigation_show_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_show_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-stop-callback" role="function">
-<title>ags_navigation_stop_callback ()</title>
-<indexterm zone="ags-navigation-stop-callback"><primary>ags_navigation_stop_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_stop_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-navigation-tic-callback" role="function">
-<title>ags_navigation_tic_callback ()</title>
-<indexterm zone="ags-navigation-tic-callback"><primary>ags_navigation_tic_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_navigation_tic_callback         (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsNavigation"><type>AgsNavigation</type></link> *navigation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_notation.xml b/doc/reference/ags/xml/ags_notation.xml
deleted file mode 100644
index 40d2335..0000000
--- a/doc/reference/ags/xml/ags_notation.xml
+++ /dev/null
@@ -1,379 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsNotation">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsNotation.top_of_page">AgsNotation</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsNotation</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsNotation.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-NOTATION-DEFAULT-BPM:CAPS">AGS_NOTATION_DEFAULT_BPM</link>
-#define             <link linkend="AGS-NOTATION-DEFAULT-DURATION:CAPS">AGS_NOTATION_DEFAULT_DURATION</link>
-#define             <link linkend="AGS-NOTATION-DEFAULT-JIFFIE:CAPS">AGS_NOTATION_DEFAULT_JIFFIE</link>
-#define             <link linkend="AGS-NOTATION-DEFAULT-LENGTH:CAPS">AGS_NOTATION_DEFAULT_LENGTH</link>
-#define             <link linkend="AGS-NOTATION-MAXIMUM-NOTE-LENGTH:CAPS">AGS_NOTATION_MAXIMUM_NOTE_LENGTH</link>
-#define             <link linkend="AGS-NOTATION-MINIMUM-NOTE-LENGTH:CAPS">AGS_NOTATION_MINIMUM_NOTE_LENGTH</link>
-#define             <link linkend="AGS-NOTATION-TICS-PER-BEAT:CAPS">AGS_NOTATION_TICS_PER_BEAT</link>
-struct              <link linkend="AgsNotation">AgsNotation</link>;
-struct              <link linkend="AgsNotationClass">AgsNotationClass</link>;
-enum                <link linkend="AgsNotationFlags">AgsNotationFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-add-note">ags_notation_add_note</link>               (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-add-point-to-selection">ags_notation_add_point_to_selection</link> (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-add-region-to-selection">ags_notation_add_region_to_selection</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);
-<link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          <link linkend="ags-notation-copy-selection">ags_notation_copy_selection</link>         (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          <link linkend="ags-notation-cut-selection">ags_notation_cut_selection</link>          (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-notation-find-near-timestamp">ags_notation_find_near_timestamp</link>    (<parameter><link linkend="GList"><type>GList</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *timestamp</parameter>);
-<link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           <link linkend="ags-notation-find-point">ags_notation_find_point</link>             (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-notation-find-region">ags_notation_find_region</link>            (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-free-selection">ags_notation_free_selection</link>         (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-notation-get-current">ags_notation_get_current</link>            (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-notation-get-selection">ags_notation_get_selection</link>          (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-insert-from-clipboard">ags_notation_insert_from_clipboard</link>  (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> content</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> reset_x_offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x_offset</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> reset_y_offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y_offset</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-notation-is-note-selected">ags_notation_is_note_selected</link>       (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);
-<link linkend="AgsNotation"><returnvalue>AgsNotation</returnvalue></link> *       <link linkend="ags-notation-new">ags_notation_new</link>                    (<parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-notation-remove-note-at-position">ags_notation_remove_note_at_position</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-remove-point-from-selection">ags_notation_remove_point_from_selection</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notation-remove-region-from-selection">ags_notation_remove_region_from_selection</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsNotation.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsNotation.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-NOTATION-DEFAULT-BPM:CAPS" role="macro">
-<title>AGS_NOTATION_DEFAULT_BPM</title>
-<indexterm zone="AGS-NOTATION-DEFAULT-BPM:CAPS"><primary>AGS_NOTATION_DEFAULT_BPM</primary></indexterm>
-<programlisting>#define AGS_NOTATION_DEFAULT_BPM (120.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-DEFAULT-DURATION:CAPS" role="macro">
-<title>AGS_NOTATION_DEFAULT_DURATION</title>
-<indexterm zone="AGS-NOTATION-DEFAULT-DURATION:CAPS"><primary>AGS_NOTATION_DEFAULT_DURATION</primary></indexterm>
-<programlisting>#define AGS_NOTATION_DEFAULT_DURATION (AGS_NOTATION_DEFAULT_LENGTH * AGS_NOTATION_DEFAULT_JIFFIE * AGS_MICROSECONDS_PER_SECOND)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_NOTATION_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-NOTATION-DEFAULT-JIFFIE:CAPS"><primary>AGS_NOTATION_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_NOTATION_DEFAULT_JIFFIE (60.0 / AGS_NOTATION_DEFAULT_BPM / AGS_NOTATION_TICS_PER_BEAT)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-DEFAULT-LENGTH:CAPS" role="macro">
-<title>AGS_NOTATION_DEFAULT_LENGTH</title>
-<indexterm zone="AGS-NOTATION-DEFAULT-LENGTH:CAPS"><primary>AGS_NOTATION_DEFAULT_LENGTH</primary></indexterm>
-<programlisting>#define AGS_NOTATION_DEFAULT_LENGTH (65535.0 / AGS_NOTATION_TICS_PER_BEAT - AGS_NOTATION_MAXIMUM_NOTE_LENGTH)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-MAXIMUM-NOTE-LENGTH:CAPS" role="macro">
-<title>AGS_NOTATION_MAXIMUM_NOTE_LENGTH</title>
-<indexterm zone="AGS-NOTATION-MAXIMUM-NOTE-LENGTH:CAPS"><primary>AGS_NOTATION_MAXIMUM_NOTE_LENGTH</primary></indexterm>
-<programlisting>#define AGS_NOTATION_MAXIMUM_NOTE_LENGTH (16.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-MINIMUM-NOTE-LENGTH:CAPS" role="macro">
-<title>AGS_NOTATION_MINIMUM_NOTE_LENGTH</title>
-<indexterm zone="AGS-NOTATION-MINIMUM-NOTE-LENGTH:CAPS"><primary>AGS_NOTATION_MINIMUM_NOTE_LENGTH</primary></indexterm>
-<programlisting>#define AGS_NOTATION_MINIMUM_NOTE_LENGTH (1.0 / 16.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-NOTATION-TICS-PER-BEAT:CAPS" role="macro">
-<title>AGS_NOTATION_TICS_PER_BEAT</title>
-<indexterm zone="AGS-NOTATION-TICS-PER-BEAT:CAPS"><primary>AGS_NOTATION_TICS_PER_BEAT</primary></indexterm>
-<programlisting>#define AGS_NOTATION_TICS_PER_BEAT (4.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotation" role="struct">
-<title>struct AgsNotation</title>
-<indexterm zone="AgsNotation"><primary>AgsNotation</primary></indexterm>
-<programlisting>struct AgsNotation {
-  GObject object;
-
-  guint flags;
-
-  GObject *timestamp;
-
-  guint audio_channel;
-  GObject *audio;
-
-  gchar *key;
-  gdouble base_frequency;
-
-  gdouble tact;
-  gdouble bpm;
-
-  gdouble maximum_note_length;
-
-  GList *notes;
-  
-  gdouble start_loop;
-  gdouble end_loop;
-  gdouble offset;
-
-  GList *selection;
-
-  GObject *port;
-
-  GList *current_notes;
-  GList *next_notes;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotationClass" role="struct">
-<title>struct AgsNotationClass</title>
-<indexterm zone="AgsNotationClass"><primary>AgsNotationClass</primary></indexterm>
-<programlisting>struct AgsNotationClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotationFlags" role="enum">
-<title>enum AgsNotationFlags</title>
-<indexterm zone="AgsNotationFlags"><primary>AgsNotationFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NOTATION_STICKY              =  1,
-  AGS_NOTATION_INDICATED_LENGTH    =  1 <<  1,
-} AgsNotationFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notation-add-note" role="function">
-<title>ags_notation_add_note ()</title>
-<indexterm zone="ags-notation-add-note"><primary>ags_notation_add_note</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_add_note               (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);</programlisting>
-<para>
-Adds a note to notation.
-</para></refsect2>
-<refsect2 id="ags-notation-add-point-to-selection" role="function">
-<title>ags_notation_add_point_to_selection ()</title>
-<indexterm zone="ags-notation-add-point-to-selection"><primary>ags_notation_add_point_to_selection</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_add_point_to_selection (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);</programlisting>
-<para>
-Select notes at position.
-</para></refsect2>
-<refsect2 id="ags-notation-add-region-to-selection" role="function">
-<title>ags_notation_add_region_to_selection ()</title>
-<indexterm zone="ags-notation-add-region-to-selection"><primary>ags_notation_add_region_to_selection</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_add_region_to_selection
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> replace_current_selection</parameter>);</programlisting>
-<para>
-Select notes within region.
-</para></refsect2>
-<refsect2 id="ags-notation-copy-selection" role="function">
-<title>ags_notation_copy_selection ()</title>
-<indexterm zone="ags-notation-copy-selection"><primary>ags_notation_copy_selection</primary></indexterm>
-<programlisting><link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          ags_notation_copy_selection         (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-Copy selection to clipboard.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the selection as XML.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-cut-selection" role="function">
-<title>ags_notation_cut_selection ()</title>
-<indexterm zone="ags-notation-cut-selection"><primary>ags_notation_cut_selection</primary></indexterm>
-<programlisting><link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          ags_notation_cut_selection          (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-Cut selection to clipboard.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the selection as XML.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-find-near-timestamp" role="function">
-<title>ags_notation_find_near_timestamp ()</title>
-<indexterm zone="ags-notation-find-near-timestamp"><primary>ags_notation_find_near_timestamp</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_notation_find_near_timestamp    (<parameter><link linkend="GList"><type>GList</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *timestamp</parameter>);</programlisting>
-<para>
-Retrieve appropriate notation for timestamp.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-find-point" role="function">
-<title>ags_notation_find_point ()</title>
-<indexterm zone="ags-notation-find-point"><primary>ags_notation_find_point</primary></indexterm>
-<programlisting><link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           ags_notation_find_point             (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);</programlisting>
-<para>
-Find note by offset and tone.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the matching note.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-find-region" role="function">
-<title>ags_notation_find_region ()</title>
-<indexterm zone="ags-notation-find-region"><primary>ags_notation_find_region</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_notation_find_region            (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> use_selection_list</parameter>);</programlisting>
-<para>
-Find notes by offset and tone region.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the matching notes as <link linkend="GList"><type>GList</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-free-selection" role="function">
-<title>ags_notation_free_selection ()</title>
-<indexterm zone="ags-notation-free-selection"><primary>ags_notation_free_selection</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_free_selection         (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-Clear selection.
-</para></refsect2>
-<refsect2 id="ags-notation-get-current" role="function">
-<title>ags_notation_get_current ()</title>
-<indexterm zone="ags-notation-get-current"><primary>ags_notation_get_current</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_notation_get_current            (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notation-get-selection" role="function">
-<title>ags_notation_get_selection ()</title>
-<indexterm zone="ags-notation-get-selection"><primary>ags_notation_get_selection</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_notation_get_selection          (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>);</programlisting>
-<para>
-Retrieve selection.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the selection.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-insert-from-clipboard" role="function">
-<title>ags_notation_insert_from_clipboard ()</title>
-<indexterm zone="ags-notation-insert-from-clipboard"><primary>ags_notation_insert_from_clipboard</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_insert_from_clipboard  (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> content</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> reset_x_offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x_offset</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> reset_y_offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y_offset</parameter>);</programlisting>
-<para>
-Paste previously copied notes.
-</para></refsect2>
-<refsect2 id="ags-notation-is-note-selected" role="function">
-<title>ags_notation_is_note_selected ()</title>
-<indexterm zone="ags-notation-is-note-selected"><primary>ags_notation_is_note_selected</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_notation_is_note_selected       (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);</programlisting>
-<para>
-Check selection for note.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if selected</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-new" role="function">
-<title>ags_notation_new ()</title>
-<indexterm zone="ags-notation-new"><primary>ags_notation_new</primary></indexterm>
-<programlisting><link linkend="AgsNotation"><returnvalue>AgsNotation</returnvalue></link> *       ags_notation_new                    (<parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsNotation"><type>AgsNotation</type></link>, assigned to <parameter>audio_channel</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsNotation"><type>AgsNotation</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-remove-note-at-position" role="function">
-<title>ags_notation_remove_note_at_position ()</title>
-<indexterm zone="ags-notation-remove-note-at-position"><primary>ags_notation_remove_note_at_position</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_notation_remove_note_at_position
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);</programlisting>
-<para>
-Removes one <link linkend="AgsNote"><type>AgsNote</type></link> of notation.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if successfully removed note.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-notation-remove-point-from-selection" role="function">
-<title>ags_notation_remove_point_from_selection ()</title>
-<indexterm zone="ags-notation-remove-point-from-selection"><primary>ags_notation_remove_point_from_selection</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_remove_point_from_selection
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notation-remove-region-from-selection" role="function">
-<title>ags_notation_remove_region_from_selection ()</title>
-<indexterm zone="ags-notation-remove-region-from-selection"><primary>ags_notation_remove_region_from_selection</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notation_remove_region_from_selection
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>);</programlisting>
-<para>
-Remove notes within region of selection.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_note.xml b/doc/reference/ags/xml/ags_note.xml
deleted file mode 100644
index 0132f3d..0000000
--- a/doc/reference/ags/xml/ags_note.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsNote">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsNote.top_of_page">AgsNote</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsNote</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsNote.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsNote">AgsNote</link>;
-struct              <link linkend="AgsNoteClass">AgsNoteClass</link>;
-enum                <link linkend="AgsNoteFlags">AgsNoteFlags</link>;
-<link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           <link linkend="ags-note-duplicate">ags_note_duplicate</link>                  (<parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);
-<link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           <link linkend="ags-note-new">ags_note_new</link>                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsNote.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsNote.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsNote" role="struct">
-<title>struct AgsNote</title>
-<indexterm zone="AgsNote"><primary>AgsNote</primary></indexterm>
-<programlisting>struct AgsNote {
-  GObject object;
-
-  guint flags;
-
-  // gui format, convert easy to visualization
-  guint x[2];
-  guint y;
-
-  gchar *name;
-  gdouble frequency;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteClass" role="struct">
-<title>struct AgsNoteClass</title>
-<indexterm zone="AgsNoteClass"><primary>AgsNoteClass</primary></indexterm>
-<programlisting>struct AgsNoteClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteFlags" role="enum">
-<title>enum AgsNoteFlags</title>
-<indexterm zone="AgsNoteFlags"><primary>AgsNoteFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NOTE_GUI             =  1,
-  AGS_NOTE_RUNTIME         =  1 <<  1,
-  AGS_NOTE_HUMAN_READABLE  =  1 <<  2,
-  AGS_NOTE_DEFAULT_LENGTH  =  1 <<  3,
-  AGS_NOTE_IS_SELECTED     =  1 <<  4,
-} AgsNoteFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-duplicate" role="function">
-<title>ags_note_duplicate ()</title>
-<indexterm zone="ags-note-duplicate"><primary>ags_note_duplicate</primary></indexterm>
-<programlisting><link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           ags_note_duplicate                  (<parameter><link linkend="AgsNote"><type>AgsNote</type></link> *note</parameter>);</programlisting>
-<para>
-Duplicate a note.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the duplicated <link linkend="AgsNote"><type>AgsNote</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-note-new" role="function">
-<title>ags_note_new ()</title>
-<indexterm zone="ags-note-new"><primary>ags_note_new</primary></indexterm>
-<programlisting><link linkend="AgsNote"><returnvalue>AgsNote</returnvalue></link> *           ags_note_new                        ();</programlisting>
-<para>
-Creates an <link linkend="AgsNote"><type>AgsNote</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsNote"><type>AgsNote</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_note_edit.xml b/doc/reference/ags/xml/ags_note_edit.xml
deleted file mode 100644
index 338d56c..0000000
--- a/doc/reference/ags/xml/ags_note_edit.xml
+++ /dev/null
@@ -1,227 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsNoteEdit">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsNoteEdit.top_of_page">AgsNoteEdit</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsNoteEdit</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsNoteEdit.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-NOTE-EDIT-MAX-CONTROLS:CAPS">AGS_NOTE_EDIT_MAX_CONTROLS</link>
-struct              <link linkend="AgsNoteEdit">AgsNoteEdit</link>;
-struct              <link linkend="AgsNoteEditClass">AgsNoteEditClass</link>;
-enum                <link linkend="AgsNoteEditFlags">AgsNoteEditFlags</link>;
-enum                <link linkend="AgsNoteEditResetFlags">AgsNoteEditResetFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-draw-notation">ags_note_edit_draw_notation</link>         (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-draw-position">ags_note_edit_draw_position</link>         (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-draw-scroll">ags_note_edit_draw_scroll</link>           (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> position</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-draw-segment">ags_note_edit_draw_segment</link>          (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);
-<link linkend="AgsNoteEdit"><returnvalue>AgsNoteEdit</returnvalue></link> *       <link linkend="ags-note-edit-new">ags_note_edit_new</link>                   ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-reset-horizontally">ags_note_edit_reset_horizontally</link>    (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-reset-vertically">ags_note_edit_reset_vertically</link>      (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-set-map-height">ags_note_edit_set_map_height</link>        (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> map_height</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsNoteEdit.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsNoteEdit.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-NOTE-EDIT-MAX-CONTROLS:CAPS" role="macro">
-<title>AGS_NOTE_EDIT_MAX_CONTROLS</title>
-<indexterm zone="AGS-NOTE-EDIT-MAX-CONTROLS:CAPS"><primary>AGS_NOTE_EDIT_MAX_CONTROLS</primary></indexterm>
-<programlisting>#define AGS_NOTE_EDIT_MAX_CONTROLS 1200
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteEdit" role="struct">
-<title>struct AgsNoteEdit</title>
-<indexterm zone="AgsNoteEdit"><primary>AgsNoteEdit</primary></indexterm>
-<programlisting>struct AgsNoteEdit {
-  GtkTable table;
-
-  guint flags;
-
-  GtkDrawingArea *drawing_area;
-
-  struct _AgsNoteEditControl{ // values retrieved by mouse pressed and released callback
-    AgsNote *note;
-
-    guint x0_offset;
-    guint y0_offset;
-    guint x0;
-    guint y0;
-
-    guint x1_offset;
-    guint y1_offset;
-    guint x1;
-    guint y1;
-  }control;
-
-  guint width;
-  guint height;
-  guint map_width;
-  guint map_height;
-
-  guint control_height;
-  guint control_margin_y;
-
-  guint control_width;
-
-  guint y0;
-  guint y1;
-
-  guint nth_y;
-  guint stop_y;
-
-  struct _AgsNoteEditControlCurrent{ // values for drawing refering to current tic and zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-  }control_current;
-
-  struct _AgsNoteEditControlUnit{ // values for drawing refering to smallest tic and current zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-    guint stop_x;
-  }control_unit;
-
-  guint selected_x;
-  guint selected_y;
-  
-  GtkVScrollbar *vscrollbar;
-  GtkHScrollbar *hscrollbar;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteEditClass" role="struct">
-<title>struct AgsNoteEditClass</title>
-<indexterm zone="AgsNoteEditClass"><primary>AgsNoteEditClass</primary></indexterm>
-<programlisting>struct AgsNoteEditClass {
-  GtkTableClass table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteEditFlags" role="enum">
-<title>enum AgsNoteEditFlags</title>
-<indexterm zone="AgsNoteEditFlags"><primary>AgsNoteEditFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NOTE_EDIT_RESETING_VERTICALLY    = 1,
-  AGS_NOTE_EDIT_RESETING_HORIZONTALLY  = 1 <<  1,
-  AGS_NOTE_EDIT_POSITION_CURSOR        = 1 <<  2,
-  AGS_NOTE_EDIT_ADDING_NOTE            = 1 <<  3,
-  AGS_NOTE_EDIT_DELETING_NOTE          = 1 <<  4,
-  AGS_NOTE_EDIT_SELECTING_NOTES        = 1 <<  5,
-} AgsNoteEditFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNoteEditResetFlags" role="enum">
-<title>enum AgsNoteEditResetFlags</title>
-<indexterm zone="AgsNoteEditResetFlags"><primary>AgsNoteEditResetFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NOTE_EDIT_RESET_VSCROLLBAR   = 1,
-  AGS_NOTE_EDIT_RESET_HSCROLLBAR   = 1 <<  1,
-  AGS_NOTE_EDIT_RESET_WIDTH        = 1 <<  2,
-  AGS_NOTE_EDIT_RESET_HEIGHT       = 1 <<  3, // reserved
-} AgsNoteEditResetFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-draw-notation" role="function">
-<title>ags_note_edit_draw_notation ()</title>
-<indexterm zone="ags-note-edit-draw-notation"><primary>ags_note_edit_draw_notation</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_draw_notation         (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-draw-position" role="function">
-<title>ags_note_edit_draw_position ()</title>
-<indexterm zone="ags-note-edit-draw-position"><primary>ags_note_edit_draw_position</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_draw_position         (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-draw-scroll" role="function">
-<title>ags_note_edit_draw_scroll ()</title>
-<indexterm zone="ags-note-edit-draw-scroll"><primary>ags_note_edit_draw_scroll</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_draw_scroll           (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> position</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-draw-segment" role="function">
-<title>ags_note_edit_draw_segment ()</title>
-<indexterm zone="ags-note-edit-draw-segment"><primary>ags_note_edit_draw_segment</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_draw_segment          (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="cairo-t"><type>cairo_t</type></link> *cr</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-new" role="function">
-<title>ags_note_edit_new ()</title>
-<indexterm zone="ags-note-edit-new"><primary>ags_note_edit_new</primary></indexterm>
-<programlisting><link linkend="AgsNoteEdit"><returnvalue>AgsNoteEdit</returnvalue></link> *       ags_note_edit_new                   ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-reset-horizontally" role="function">
-<title>ags_note_edit_reset_horizontally ()</title>
-<indexterm zone="ags-note-edit-reset-horizontally"><primary>ags_note_edit_reset_horizontally</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_reset_horizontally    (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-reset-vertically" role="function">
-<title>ags_note_edit_reset_vertically ()</title>
-<indexterm zone="ags-note-edit-reset-vertically"><primary>ags_note_edit_reset_vertically</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_reset_vertically      (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-set-map-height" role="function">
-<title>ags_note_edit_set_map_height ()</title>
-<indexterm zone="ags-note-edit-set-map-height"><primary>ags_note_edit_set_map_height</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_set_map_height        (<parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> map_height</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_note_edit_callbacks.xml b/doc/reference/ags/xml/ags_note_edit_callbacks.xml
deleted file mode 100644
index b7b47c5..0000000
--- a/doc/reference/ags/xml/ags_note_edit_callbacks.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-note-edit-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-note-edit-callbacks.top_of_page">ags_note_edit_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_note_edit_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-note-edit-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-note-edit-drawing-area-button-press-event">ags_note_edit_drawing_area_button_press_event</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-note-edit-drawing-area-button-release-event">ags_note_edit_drawing_area_button_release_event</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-note-edit-drawing-area-configure-event">ags_note_edit_drawing_area_configure_event</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-note-edit-drawing-area-expose-event">ags_note_edit_drawing_area_expose_event</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-note-edit-drawing-area-motion-notify-event">ags_note_edit_drawing_area_motion_notify_event</link>
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventMotion"><type>GdkEventMotion</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-hscrollbar-value-changed">ags_note_edit_hscrollbar_value_changed</link>
-                                                        (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-note-edit-vscrollbar-value-changed">ags_note_edit_vscrollbar_value_changed</link>
-                                                        (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-note-edit-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-note-edit-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-note-edit-drawing-area-button-press-event" role="function">
-<title>ags_note_edit_drawing_area_button_press_event ()</title>
-<indexterm zone="ags-note-edit-drawing-area-button-press-event"><primary>ags_note_edit_drawing_area_button_press_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_note_edit_drawing_area_button_press_event
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-drawing-area-button-release-event" role="function">
-<title>ags_note_edit_drawing_area_button_release_event ()</title>
-<indexterm zone="ags-note-edit-drawing-area-button-release-event"><primary>ags_note_edit_drawing_area_button_release_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_note_edit_drawing_area_button_release_event
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventButton"><type>GdkEventButton</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-drawing-area-configure-event" role="function">
-<title>ags_note_edit_drawing_area_configure_event ()</title>
-<indexterm zone="ags-note-edit-drawing-area-configure-event"><primary>ags_note_edit_drawing_area_configure_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_note_edit_drawing_area_configure_event
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-drawing-area-expose-event" role="function">
-<title>ags_note_edit_drawing_area_expose_event ()</title>
-<indexterm zone="ags-note-edit-drawing-area-expose-event"><primary>ags_note_edit_drawing_area_expose_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_note_edit_drawing_area_expose_event
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-drawing-area-motion-notify-event" role="function">
-<title>ags_note_edit_drawing_area_motion_notify_event ()</title>
-<indexterm zone="ags-note-edit-drawing-area-motion-notify-event"><primary>ags_note_edit_drawing_area_motion_notify_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_note_edit_drawing_area_motion_notify_event
-                                                        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventMotion"><type>GdkEventMotion</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-hscrollbar-value-changed" role="function">
-<title>ags_note_edit_hscrollbar_value_changed ()</title>
-<indexterm zone="ags-note-edit-hscrollbar-value-changed"><primary>ags_note_edit_hscrollbar_value_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_hscrollbar_value_changed
-                                                        (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-note-edit-vscrollbar-value-changed" role="function">
-<title>ags_note_edit_vscrollbar_value_changed ()</title>
-<indexterm zone="ags-note-edit-vscrollbar-value-changed"><primary>ags_note_edit_vscrollbar_value_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_note_edit_vscrollbar_value_changed
-                                                        (<parameter><link linkend="GtkRange"><type>GtkRange</type></link> *range</parameter>,
-                                                         <parameter><link linkend="AgsNoteEdit"><type>AgsNoteEdit</type></link> *note_edit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_notebook.xml b/doc/reference/ags/xml/ags_notebook.xml
deleted file mode 100644
index 93c9bee..0000000
--- a/doc/reference/ags/xml/ags_notebook.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsNotebook">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsNotebook.top_of_page">AgsNotebook</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsNotebook</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsNotebook.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-NOTEBOOK-TAB:CAPS">AGS_NOTEBOOK_TAB</link>                    (x)
-struct              <link linkend="AgsNotebook">AgsNotebook</link>;
-struct              <link linkend="AgsNotebookClass">AgsNotebookClass</link>;
-struct              <link linkend="AgsNotebookTab">AgsNotebookTab</link>;
-enum                <link linkend="AgsNotebookTabFlags">AgsNotebookTabFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notebook-add-child">ags_notebook_add_child</link>              (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-notebook-add-tab">ags_notebook_add_tab</link>                (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notebook-insert-tab">ags_notebook_insert_tab</link>             (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);
-<link linkend="AgsNotebook"><returnvalue>AgsNotebook</returnvalue></link> *       <link linkend="ags-notebook-new">ags_notebook_new</link>                    ();
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-notebook-next-active-tab">ags_notebook_next_active_tab</link>        (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notebook-remove-child">ags_notebook_remove_child</link>           (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notebook-remove-tab">ags_notebook_remove_tab</link>             (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> nth</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-notebook-tab-index">ags_notebook_tab_index</link>              (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *notation</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsNotebook.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsNotebook.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-NOTEBOOK-TAB:CAPS" role="macro">
-<title>AGS_NOTEBOOK_TAB()</title>
-<indexterm zone="AGS-NOTEBOOK-TAB:CAPS"><primary>AGS_NOTEBOOK_TAB</primary></indexterm>
-<programlisting>#define AGS_NOTEBOOK_TAB(x) ((AgsNotebookTab *)(x))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotebook" role="struct">
-<title>struct AgsNotebook</title>
-<indexterm zone="AgsNotebook"><primary>AgsNotebook</primary></indexterm>
-<programlisting>struct AgsNotebook {
-  GtkVBox vbox;
-
-  guint flags;
-
-  GtkHBox *hbox;
-
-  GList *tabs;
-  GtkWidget *child;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotebookClass" role="struct">
-<title>struct AgsNotebookClass</title>
-<indexterm zone="AgsNotebookClass"><primary>AgsNotebookClass</primary></indexterm>
-<programlisting>struct AgsNotebookClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotebookTab" role="struct">
-<title>struct AgsNotebookTab</title>
-<indexterm zone="AgsNotebookTab"><primary>AgsNotebookTab</primary></indexterm>
-<programlisting>struct AgsNotebookTab {
-  guint flags;
-
-  GtkToggleButton *toggle;
-  GObject *notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsNotebookTabFlags" role="enum">
-<title>enum AgsNotebookTabFlags</title>
-<indexterm zone="AgsNotebookTabFlags"><primary>AgsNotebookTabFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_NOTEBOOK_TAB_VISIBLE           = 1,
-  AGS_NOTEBOOK_TAB_MODE_NORMAL       = 1 << 1,
-  AGS_NOTEBOOK_TAB_MODE_OVERLAY      = 1 << 2,
-} AgsNotebookTabFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-add-child" role="function">
-<title>ags_notebook_add_child ()</title>
-<indexterm zone="ags-notebook-add-child"><primary>ags_notebook_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notebook_add_child              (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-add-tab" role="function">
-<title>ags_notebook_add_tab ()</title>
-<indexterm zone="ags-notebook-add-tab"><primary>ags_notebook_add_tab</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_notebook_add_tab                (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-insert-tab" role="function">
-<title>ags_notebook_insert_tab ()</title>
-<indexterm zone="ags-notebook-insert-tab"><primary>ags_notebook_insert_tab</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notebook_insert_tab             (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-new" role="function">
-<title>ags_notebook_new ()</title>
-<indexterm zone="ags-notebook-new"><primary>ags_notebook_new</primary></indexterm>
-<programlisting><link linkend="AgsNotebook"><returnvalue>AgsNotebook</returnvalue></link> *       ags_notebook_new                    ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-next-active-tab" role="function">
-<title>ags_notebook_next_active_tab ()</title>
-<indexterm zone="ags-notebook-next-active-tab"><primary>ags_notebook_next_active_tab</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_notebook_next_active_tab        (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-remove-child" role="function">
-<title>ags_notebook_remove_child ()</title>
-<indexterm zone="ags-notebook-remove-child"><primary>ags_notebook_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notebook_remove_child           (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-remove-tab" role="function">
-<title>ags_notebook_remove_tab ()</title>
-<indexterm zone="ags-notebook-remove-tab"><primary>ags_notebook_remove_tab</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notebook_remove_tab             (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> nth</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-notebook-tab-index" role="function">
-<title>ags_notebook_tab_index ()</title>
-<indexterm zone="ags-notebook-tab-index"><primary>ags_notebook_tab_index</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_notebook_tab_index              (<parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *notation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_notebook_callbacks.xml b/doc/reference/ags/xml/ags_notebook_callbacks.xml
deleted file mode 100644
index 546ef01..0000000
--- a/doc/reference/ags/xml/ags_notebook_callbacks.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-notebook-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-notebook-callbacks.top_of_page">ags_notebook_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_notebook_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-notebook-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-notebook-machine-changed-callback">ags_notebook_machine_changed_callback</link>
-                                                        (<parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-notebook-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-notebook-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-notebook-machine-changed-callback" role="function">
-<title>ags_notebook_machine_changed_callback ()</title>
-<indexterm zone="ags-notebook-machine-changed-callback"><primary>ags_notebook_machine_changed_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_notebook_machine_changed_callback
-                                                        (<parameter><link linkend="AgsEditor"><type>AgsEditor</type></link> *editor</parameter>,
-                                                         <parameter><link linkend="AgsMachine"><type>AgsMachine</type></link> *machine</parameter>,
-                                                         <parameter><link linkend="AgsNotebook"><type>AgsNotebook</type></link> *notebook</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_open_file.xml b/doc/reference/ags/xml/ags_open_file.xml
deleted file mode 100644
index d12b616..0000000
--- a/doc/reference/ags/xml/ags_open_file.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsOpenFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsOpenFile.top_of_page">AgsOpenFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsOpenFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsOpenFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsOpenFile">AgsOpenFile</link>;
-struct              <link linkend="AgsOpenFileClass">AgsOpenFileClass</link>;
-<link linkend="AgsOpenFile"><returnvalue>AgsOpenFile</returnvalue></link> *       <link linkend="ags-open-file-new">ags_open_file_new</link>                   (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsOpenFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsOpenFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsOpenFile" role="struct">
-<title>struct AgsOpenFile</title>
-<indexterm zone="AgsOpenFile"><primary>AgsOpenFile</primary></indexterm>
-<programlisting>struct AgsOpenFile {
-  AgsTask task;
-
-  AgsAudio *audio;
-
-  GSList *filenames;
-
-  gboolean overwrite_channels;
-  gboolean create_channels;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsOpenFileClass" role="struct">
-<title>struct AgsOpenFileClass</title>
-<indexterm zone="AgsOpenFileClass"><primary>AgsOpenFileClass</primary></indexterm>
-<programlisting>struct AgsOpenFileClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-open-file-new" role="function">
-<title>ags_open_file_new ()</title>
-<indexterm zone="ags-open-file-new"><primary>ags_open_file_new</primary></indexterm>
-<programlisting><link linkend="AgsOpenFile"><returnvalue>AgsOpenFile</returnvalue></link> *       ags_open_file_new                   (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="GSList"><type>GSList</type></link> *filenames</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> overwrite_channels</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create_channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_open_single_file.xml b/doc/reference/ags/xml/ags_open_single_file.xml
deleted file mode 100644
index cc275ba..0000000
--- a/doc/reference/ags/xml/ags_open_single_file.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsOpenSingleFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsOpenSingleFile.top_of_page">AgsOpenSingleFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsOpenSingleFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsOpenSingleFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsOpenSingleFile">AgsOpenSingleFile</link>;
-struct              <link linkend="AgsOpenSingleFileClass">AgsOpenSingleFileClass</link>;
-<link linkend="AgsOpenSingleFile"><returnvalue>AgsOpenSingleFile</returnvalue></link> * <link linkend="ags-open-single-file-new">ags_open_single_file_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsOpenSingleFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsOpenSingleFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsOpenSingleFile" role="struct">
-<title>struct AgsOpenSingleFile</title>
-<indexterm zone="AgsOpenSingleFile"><primary>AgsOpenSingleFile</primary></indexterm>
-<programlisting>struct AgsOpenSingleFile {
-  AgsTask task;
-
-  AgsChannel *channel;
-  AgsDevout *devout;
-
-  gchar *filename;
-  guint start_channel;
-  guint audio_channels;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsOpenSingleFileClass" role="struct">
-<title>struct AgsOpenSingleFileClass</title>
-<indexterm zone="AgsOpenSingleFileClass"><primary>AgsOpenSingleFileClass</primary></indexterm>
-<programlisting>struct AgsOpenSingleFileClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-open-single-file-new" role="function">
-<title>ags_open_single_file_new ()</title>
-<indexterm zone="ags-open-single-file-new"><primary>ags_open_single_file_new</primary></indexterm>
-<programlisting><link linkend="AgsOpenSingleFile"><returnvalue>AgsOpenSingleFile</returnvalue></link> * ags_open_single_file_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_option_menu.xml b/doc/reference/ags/xml/ags_option_menu.xml
deleted file mode 100644
index 86efc06..0000000
--- a/doc/reference/ags/xml/ags_option_menu.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsOptionMenu">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsOptionMenu.top_of_page">AgsOptionMenu</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsOptionMenu</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsOptionMenu.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsOptionMenu">AgsOptionMenu</link>;
-struct              <link linkend="AgsOptionMenuClass">AgsOptionMenuClass</link>;
-<link linkend="AgsOptionMenu"><returnvalue>AgsOptionMenu</returnvalue></link> *     <link linkend="ags-option-menu-new">ags_option_menu_new</link>                 ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsOptionMenu.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsOptionMenu.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsOptionMenu" role="struct">
-<title>struct AgsOptionMenu</title>
-<indexterm zone="AgsOptionMenu"><primary>AgsOptionMenu</primary></indexterm>
-<programlisting>struct AgsOptionMenu {
-  GtkHBox hbox;
-
-  GtkWidget *button;
-  AgsTable *table;
-
-  GtkWidget *menu;
-  GList *active_item;
-  GtkWidget *focus;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsOptionMenuClass" role="struct">
-<title>struct AgsOptionMenuClass</title>
-<indexterm zone="AgsOptionMenuClass"><primary>AgsOptionMenuClass</primary></indexterm>
-<programlisting>struct AgsOptionMenuClass {
-  GtkHBoxClass hbox;
-
-  void (*changed)(AgsOptionMenu *option_menu);
-  void (*focus_changed)(AgsOptionMenu *option_menu);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-option-menu-new" role="function">
-<title>ags_option_menu_new ()</title>
-<indexterm zone="ags-option-menu-new"><primary>ags_option_menu_new</primary></indexterm>
-<programlisting><link linkend="AgsOptionMenu"><returnvalue>AgsOptionMenu</returnvalue></link> *     ags_option_menu_new                 ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_oscillator.xml b/doc/reference/ags/xml/ags_oscillator.xml
deleted file mode 100644
index 6da3812..0000000
--- a/doc/reference/ags/xml/ags_oscillator.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsOscillator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsOscillator.top_of_page">AgsOscillator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsOscillator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsOscillator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsOscillator">AgsOscillator</link>;
-struct              <link linkend="AgsOscillatorClass">AgsOscillatorClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-file-read-oscillator">ags_file_read_oscillator</link>            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> **oscillator</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-file-write-oscillator">ags_file_write_oscillator</link>           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="AgsOscillator"><returnvalue>AgsOscillator</returnvalue></link> *     <link linkend="ags-oscillator-new">ags_oscillator_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsOscillator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsOscillator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsOscillator" role="struct">
-<title>struct AgsOscillator</title>
-<indexterm zone="AgsOscillator"><primary>AgsOscillator</primary></indexterm>
-<programlisting>struct AgsOscillator {
-  GtkFrame frame;
-
-  GtkComboBox *wave;
-  gulong wave_handler;
-
-  GtkSpinButton *attack;
-  gulong attack_handler;
-
-  GtkSpinButton *frame_count;
-  gulong frame_count_handler;
-
-  GtkSpinButton *frequency;
-  gulong frequency_handler;
-
-  GtkSpinButton *phase;
-  gulong phase_handler;
-
-  GtkSpinButton *volume;
-  gulong volume_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsOscillatorClass" role="struct">
-<title>struct AgsOscillatorClass</title>
-<indexterm zone="AgsOscillatorClass"><primary>AgsOscillatorClass</primary></indexterm>
-<programlisting>struct AgsOscillatorClass {
-  GtkFrameClass frame;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-read-oscillator" role="function">
-<title>ags_file_read_oscillator ()</title>
-<indexterm zone="ags-file-read-oscillator"><primary>ags_file_read_oscillator</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_file_read_oscillator            (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> **oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-file-write-oscillator" role="function">
-<title>ags_file_write_oscillator ()</title>
-<indexterm zone="ags-file-write-oscillator"><primary>ags_file_write_oscillator</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_file_write_oscillator           (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-new" role="function">
-<title>ags_oscillator_new ()</title>
-<indexterm zone="ags-oscillator-new"><primary>ags_oscillator_new</primary></indexterm>
-<programlisting><link linkend="AgsOscillator"><returnvalue>AgsOscillator</returnvalue></link> *     ags_oscillator_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_oscillator_callbacks.xml b/doc/reference/ags/xml/ags_oscillator_callbacks.xml
deleted file mode 100644
index 1b7ccc2..0000000
--- a/doc/reference/ags/xml/ags_oscillator_callbacks.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-oscillator-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-oscillator-callbacks.top_of_page">ags_oscillator_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_oscillator_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-oscillator-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-attack-callback">ags_oscillator_attack_callback</link>      (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-frame-count-callback">ags_oscillator_frame_count_callback</link> (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-frequency-callback">ags_oscillator_frequency_callback</link>   (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-phase-callback">ags_oscillator_phase_callback</link>       (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-volume-callback">ags_oscillator_volume_callback</link>      (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-oscillator-wave-callback">ags_oscillator_wave_callback</link>        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-oscillator-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-oscillator-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-oscillator-attack-callback" role="function">
-<title>ags_oscillator_attack_callback ()</title>
-<indexterm zone="ags-oscillator-attack-callback"><primary>ags_oscillator_attack_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_attack_callback      (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-frame-count-callback" role="function">
-<title>ags_oscillator_frame_count_callback ()</title>
-<indexterm zone="ags-oscillator-frame-count-callback"><primary>ags_oscillator_frame_count_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_frame_count_callback (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-frequency-callback" role="function">
-<title>ags_oscillator_frequency_callback ()</title>
-<indexterm zone="ags-oscillator-frequency-callback"><primary>ags_oscillator_frequency_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_frequency_callback   (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-phase-callback" role="function">
-<title>ags_oscillator_phase_callback ()</title>
-<indexterm zone="ags-oscillator-phase-callback"><primary>ags_oscillator_phase_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_phase_callback       (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-volume-callback" role="function">
-<title>ags_oscillator_volume_callback ()</title>
-<indexterm zone="ags-oscillator-volume-callback"><primary>ags_oscillator_volume_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_volume_callback      (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-oscillator-wave-callback" role="function">
-<title>ags_oscillator_wave_callback ()</title>
-<indexterm zone="ags-oscillator-wave-callback"><primary>ags_oscillator_wave_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_oscillator_wave_callback        (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo</parameter>,
-                                                         <parameter><link linkend="AgsOscillator"><type>AgsOscillator</type></link> *oscillator</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_output.xml b/doc/reference/ags/xml/ags_output.xml
deleted file mode 100644
index 6e17a0e..0000000
--- a/doc/reference/ags/xml/ags_output.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsOutput">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsOutput.top_of_page">AgsOutput</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsOutput</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsOutput.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsOutput">AgsOutput</link>;
-struct              <link linkend="AgsOutputClass">AgsOutputClass</link>;
-<link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      <link linkend="ags-output-find-first-input-recycling">ags_output_find_first_input_recycling</link>
-                                                        (<parameter><link linkend="AgsOutput"><type>AgsOutput</type></link> *output</parameter>);
-<link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      <link linkend="ags-output-find-last-input-recycling">ags_output_find_last_input_recycling</link>
-                                                        (<parameter><link linkend="AgsOutput"><type>AgsOutput</type></link> *output</parameter>);
-<link linkend="AgsOutput"><returnvalue>AgsOutput</returnvalue></link> *         <link linkend="ags-output-new">ags_output_new</link>                      (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsOutput.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsOutput.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsOutput" role="struct">
-<title>struct AgsOutput</title>
-<indexterm zone="AgsOutput"><primary>AgsOutput</primary></indexterm>
-<programlisting>struct AgsOutput {
-  AgsChannel channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsOutputClass" role="struct">
-<title>struct AgsOutputClass</title>
-<indexterm zone="AgsOutputClass"><primary>AgsOutputClass</primary></indexterm>
-<programlisting>struct AgsOutputClass {
-  AgsChannelClass channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-output-find-first-input-recycling" role="function">
-<title>ags_output_find_first_input_recycling ()</title>
-<indexterm zone="ags-output-find-first-input-recycling"><primary>ags_output_find_first_input_recycling</primary></indexterm>
-<programlisting><link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      ags_output_find_first_input_recycling
-                                                        (<parameter><link linkend="AgsOutput"><type>AgsOutput</type></link> *output</parameter>);</programlisting>
-<para>
-Retrieve first input recycling.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the first <link linkend="AgsRecycling"><type>AgsRecycling</type></link> of <link linkend="AgsAudio"><type>AgsAudio</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-output-find-last-input-recycling" role="function">
-<title>ags_output_find_last_input_recycling ()</title>
-<indexterm zone="ags-output-find-last-input-recycling"><primary>ags_output_find_last_input_recycling</primary></indexterm>
-<programlisting><link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      ags_output_find_last_input_recycling
-                                                        (<parameter><link linkend="AgsOutput"><type>AgsOutput</type></link> *output</parameter>);</programlisting>
-<para>
-Retrieve last input recycling.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the last <link linkend="AgsRecycling"><type>AgsRecycling</type></link> of <link linkend="AgsAudio"><type>AgsAudio</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-output-new" role="function">
-<title>ags_output_new ()</title>
-<indexterm zone="ags-output-new"><primary>ags_output_new</primary></indexterm>
-<programlisting><link linkend="AgsOutput"><returnvalue>AgsOutput</returnvalue></link> *         ags_output_new                      (<parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsOutput"><type>AgsOutput</type></link>, linking tree to <parameter>audio</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsOutput"><type>AgsOutput</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_packable.xml b/doc/reference/ags/xml/ags_packable.xml
deleted file mode 100644
index 2211bc6..0000000
--- a/doc/reference/ags/xml/ags_packable.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPackable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPackable.top_of_page">AgsPackable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPackable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPackable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsPackable">AgsPackable</link>;
-struct              <link linkend="AgsPackableInterface">AgsPackableInterface</link>;
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-packable-pack">ags_packable_pack</link>                   (<parameter><link linkend="AgsPackable"><type>AgsPackable</type></link> *packable</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *container</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-packable-unpack">ags_packable_unpack</link>                 (<parameter><link linkend="AgsPackable"><type>AgsPackable</type></link> *packable</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPackable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPackable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPackable" role="typedef">
-<title>AgsPackable</title>
-<indexterm zone="AgsPackable"><primary>AgsPackable</primary></indexterm>
-<programlisting>typedef void AgsPackable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPackableInterface" role="struct">
-<title>struct AgsPackableInterface</title>
-<indexterm zone="AgsPackableInterface"><primary>AgsPackableInterface</primary></indexterm>
-<programlisting>struct AgsPackableInterface {
-  GTypeInterface interface;
-
-  gboolean (*pack)(AgsPackable *packable, GObject *container);
-  gboolean (*unpack)(AgsPackable *packable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-packable-pack" role="function">
-<title>ags_packable_pack ()</title>
-<indexterm zone="ags-packable-pack"><primary>ags_packable_pack</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_packable_pack                   (<parameter><link linkend="AgsPackable"><type>AgsPackable</type></link> *packable</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-packable-unpack" role="function">
-<title>ags_packable_unpack ()</title>
-<indexterm zone="ags-packable-unpack"><primary>ags_packable_unpack</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_packable_unpack                 (<parameter><link linkend="AgsPackable"><type>AgsPackable</type></link> *packable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_pad.xml b/doc/reference/ags/xml/ags_pad.xml
deleted file mode 100644
index 71ab7b4..0000000
--- a/doc/reference/ags/xml/ags_pad.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPad.top_of_page">AgsPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-PAD-DEFAULT-BUILD-ID:CAPS">AGS_PAD_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-PAD-DEFAULT-VERSION:CAPS">AGS_PAD_DEFAULT_VERSION</link>
-struct              <link linkend="AgsPad">AgsPad</link>;
-struct              <link linkend="AgsPadClass">AgsPadClass</link>;
-enum                <link linkend="AgsPadFlags">AgsPadFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pad-find-port">ags_pad_find_port</link>                   (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="AgsPad"><returnvalue>AgsPad</returnvalue></link> *            <link linkend="ags-pad-new">ags_pad_new</link>                         (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pad-resize-lines">ags_pad_resize_lines</link>                (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> line_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pad-set-channel">ags_pad_set_channel</link>                 (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-PAD-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_PAD_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-PAD-DEFAULT-BUILD-ID:CAPS"><primary>AGS_PAD_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_PAD_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-PAD-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_PAD_DEFAULT_VERSION</title>
-<indexterm zone="AGS-PAD-DEFAULT-VERSION:CAPS"><primary>AGS_PAD_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_PAD_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPad" role="struct">
-<title>struct AgsPad</title>
-<indexterm zone="AgsPad"><primary>AgsPad</primary></indexterm>
-<programlisting>struct AgsPad {
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsChannel *channel;
-
-  guint cols;
-  AgsExpanderSet *expander_set;
-
-  GtkToggleButton *group;
-  GtkToggleButton *mute;
-  GtkToggleButton *solo;
-
-  GtkToggleButton *play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPadClass" role="struct">
-<title>struct AgsPadClass</title>
-<indexterm zone="AgsPadClass"><primary>AgsPadClass</primary></indexterm>
-<programlisting>struct AgsPadClass {
-  GtkVBoxClass vbox;
-
-  void (*set_channel)(AgsPad *pad, AgsChannel *channel);
-
-  void (*resize_lines)(AgsPad *pad, GType line_type,
-		       guint audio_channels, guint audio_channels_old);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPadFlags" role="enum">
-<title>enum AgsPadFlags</title>
-<indexterm zone="AgsPadFlags"><primary>AgsPadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PAD_CONNECTED           = 1,
-  AGS_PAD_SHOW_GROUPING       = 1 << 1,
-  AGS_PAD_GROUP_ALL           = 1 << 2,
-  AGS_PAD_GROUP_LINE          = 1 << 3,
-} AgsPadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-find-port" role="function">
-<title>ags_pad_find_port ()</title>
-<indexterm zone="ags-pad-find-port"><primary>ags_pad_find_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pad_find_port                   (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-new" role="function">
-<title>ags_pad_new ()</title>
-<indexterm zone="ags-pad-new"><primary>ags_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsPad"><returnvalue>AgsPad</returnvalue></link> *            ags_pad_new                         (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-resize-lines" role="function">
-<title>ags_pad_resize_lines ()</title>
-<indexterm zone="ags-pad-resize-lines"><primary>ags_pad_resize_lines</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pad_resize_lines                (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> line_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-set-channel" role="function">
-<title>ags_pad_set_channel ()</title>
-<indexterm zone="ags-pad-set-channel"><primary>ags_pad_set_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pad_set_channel                 (<parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_pad_callbacks.xml b/doc/reference/ags/xml/ags_pad_callbacks.xml
deleted file mode 100644
index c638d26..0000000
--- a/doc/reference/ags/xml/ags_pad_callbacks.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-pad-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-pad-callbacks.top_of_page">ags_pad_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_pad_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-pad-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-destroy-callback">ags_pad_destroy_callback</link>            (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-group-clicked-callback">ags_pad_group_clicked_callback</link>      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-mute-clicked-callback">ags_pad_mute_clicked_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-option-changed-callback">ags_pad_option_changed_callback</link>     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-parent-set-callback">ags_pad_parent_set_callback</link>         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-show-callback">ags_pad_show_callback</link>               (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-solo-clicked-callback">ags_pad_solo_clicked_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-pad-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-pad-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-pad-destroy-callback" role="function">
-<title>ags_pad_destroy_callback ()</title>
-<indexterm zone="ags-pad-destroy-callback"><primary>ags_pad_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_destroy_callback            (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-group-clicked-callback" role="function">
-<title>ags_pad_group_clicked_callback ()</title>
-<indexterm zone="ags-pad-group-clicked-callback"><primary>ags_pad_group_clicked_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_group_clicked_callback      (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-mute-clicked-callback" role="function">
-<title>ags_pad_mute_clicked_callback ()</title>
-<indexterm zone="ags-pad-mute-clicked-callback"><primary>ags_pad_mute_clicked_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_mute_clicked_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-option-changed-callback" role="function">
-<title>ags_pad_option_changed_callback ()</title>
-<indexterm zone="ags-pad-option-changed-callback"><primary>ags_pad_option_changed_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_option_changed_callback     (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-parent-set-callback" role="function">
-<title>ags_pad_parent_set_callback ()</title>
-<indexterm zone="ags-pad-parent-set-callback"><primary>ags_pad_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_parent_set_callback         (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-show-callback" role="function">
-<title>ags_pad_show_callback ()</title>
-<indexterm zone="ags-pad-show-callback"><primary>ags_pad_show_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_show_callback               (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-solo-clicked-callback" role="function">
-<title>ags_pad_solo_clicked_callback ()</title>
-<indexterm zone="ags-pad-solo-clicked-callback"><primary>ags_pad_solo_clicked_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_solo_clicked_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPad"><type>AgsPad</type></link> *pad</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_pad_editor.xml b/doc/reference/ags/xml/ags_pad_editor.xml
deleted file mode 100644
index 4dacd69..0000000
--- a/doc/reference/ags/xml/ags_pad_editor.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPadEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPadEditor.top_of_page">AgsPadEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPadEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPadEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-PAD-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_PAD_EDITOR_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-PAD-EDITOR-DEFAULT-VERSION:CAPS">AGS_PAD_EDITOR_DEFAULT_VERSION</link>
-struct              <link linkend="AgsPadEditor">AgsPadEditor</link>;
-struct              <link linkend="AgsPadEditorClass">AgsPadEditorClass</link>;
-<link linkend="AgsPadEditor"><returnvalue>AgsPadEditor</returnvalue></link> *      <link linkend="ags-pad-editor-new">ags_pad_editor_new</link>                  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pad-editor-set-channel">ags_pad_editor_set_channel</link>          (<parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPadEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPadEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-PAD-EDITOR-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_PAD_EDITOR_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-PAD-EDITOR-DEFAULT-BUILD-ID:CAPS"><primary>AGS_PAD_EDITOR_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_PAD_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-PAD-EDITOR-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_PAD_EDITOR_DEFAULT_VERSION</title>
-<indexterm zone="AGS-PAD-EDITOR-DEFAULT-VERSION:CAPS"><primary>AGS_PAD_EDITOR_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_PAD_EDITOR_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPadEditor" role="struct">
-<title>struct AgsPadEditor</title>
-<indexterm zone="AgsPadEditor"><primary>AgsPadEditor</primary></indexterm>
-<programlisting>struct AgsPadEditor {
-  GtkVBox vbox;
-
-  gchar *version;
-  gchar *build_id;
-  
-  AgsChannel *pad;
-
-  GtkExpander *line_editor_expander;
-  GtkVBox *line_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPadEditorClass" role="struct">
-<title>struct AgsPadEditorClass</title>
-<indexterm zone="AgsPadEditorClass"><primary>AgsPadEditorClass</primary></indexterm>
-<programlisting>struct AgsPadEditorClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-editor-new" role="function">
-<title>ags_pad_editor_new ()</title>
-<indexterm zone="ags-pad-editor-new"><primary>ags_pad_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsPadEditor"><returnvalue>AgsPadEditor</returnvalue></link> *      ags_pad_editor_new                  (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-editor-set-channel" role="function">
-<title>ags_pad_editor_set_channel ()</title>
-<indexterm zone="ags-pad-editor-set-channel"><primary>ags_pad_editor_set_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pad_editor_set_channel          (<parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_pad_editor_callbacks.xml b/doc/reference/ags/xml/ags_pad_editor_callbacks.xml
deleted file mode 100644
index 0be2328..0000000
--- a/doc/reference/ags/xml/ags_pad_editor_callbacks.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-pad-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-pad-editor-callbacks.top_of_page">ags_pad_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_pad_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-pad-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-editor-destroy-callback">ags_pad_editor_destroy_callback</link>     (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-editor-parent-set-callback">ags_pad_editor_parent_set_callback</link>  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pad-editor-set-audio-channels-callback">ags_pad_editor_set_audio_channels_callback</link>
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="ags-pad-editor-show-callback">ags_pad_editor_show_callback</link>        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-pad-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-pad-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-pad-editor-destroy-callback" role="function">
-<title>ags_pad_editor_destroy_callback ()</title>
-<indexterm zone="ags-pad-editor-destroy-callback"><primary>ags_pad_editor_destroy_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_editor_destroy_callback     (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-editor-parent-set-callback" role="function">
-<title>ags_pad_editor_parent_set_callback ()</title>
-<indexterm zone="ags-pad-editor-parent-set-callback"><primary>ags_pad_editor_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_editor_parent_set_callback  (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-editor-set-audio-channels-callback" role="function">
-<title>ags_pad_editor_set_audio_channels_callback ()</title>
-<indexterm zone="ags-pad-editor-set-audio-channels-callback"><primary>ags_pad_editor_set_audio_channels_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pad_editor_set_audio_channels_callback
-                                                        (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels_old</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pad-editor-show-callback" role="function">
-<title>ags_pad_editor_show_callback ()</title>
-<indexterm zone="ags-pad-editor-show-callback"><primary>ags_pad_editor_show_callback</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 ags_pad_editor_show_callback        (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsPadEditor"><type>AgsPadEditor</type></link> *pad_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_panel.xml b/doc/reference/ags/xml/ags_panel.xml
deleted file mode 100644
index 0aeeec4..0000000
--- a/doc/reference/ags/xml/ags_panel.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPanel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPanel.top_of_page">AgsPanel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPanel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPanel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPanel">AgsPanel</link>;
-struct              <link linkend="AgsPanelClass">AgsPanelClass</link>;
-<link linkend="AgsPanel"><returnvalue>AgsPanel</returnvalue></link> *          <link linkend="ags-panel-new">ags_panel_new</link>                       ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPanel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPanel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPanel" role="struct">
-<title>struct AgsPanel</title>
-<indexterm zone="AgsPanel"><primary>AgsPanel</primary></indexterm>
-<programlisting>struct AgsPanel {
-  AgsMachine machine;
-
-  GtkVBox *vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPanelClass" role="struct">
-<title>struct AgsPanelClass</title>
-<indexterm zone="AgsPanelClass"><primary>AgsPanelClass</primary></indexterm>
-<programlisting>struct AgsPanelClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-panel-new" role="function">
-<title>ags_panel_new ()</title>
-<indexterm zone="ags-panel-new"><primary>ags_panel_new</primary></indexterm>
-<programlisting><link linkend="AgsPanel"><returnvalue>AgsPanel</returnvalue></link> *          ags_panel_new                       ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_panel_callbacks.xml b/doc/reference/ags/xml/ags_panel_callbacks.xml
deleted file mode 100644
index 9d5fce4..0000000
--- a/doc/reference/ags/xml/ags_panel_callbacks.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-panel-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-panel-callbacks.top_of_page">ags_panel_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_panel_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-panel-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-panel-parent-set-callback">ags_panel_parent_set_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPanel"><type>AgsPanel</type></link> *panel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-panel-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-panel-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-panel-parent-set-callback" role="function">
-<title>ags_panel_parent_set_callback ()</title>
-<indexterm zone="ags-panel-parent-set-callback"><primary>ags_panel_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_panel_parent_set_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsPanel"><type>AgsPanel</type></link> *panel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_panel_input_line.xml b/doc/reference/ags/xml/ags_panel_input_line.xml
deleted file mode 100644
index 1de5427..0000000
--- a/doc/reference/ags/xml/ags_panel_input_line.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPanelInputLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPanelInputLine.top_of_page">AgsPanelInputLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPanelInputLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPanelInputLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPanelInputLine">AgsPanelInputLine</link>;
-struct              <link linkend="AgsPanelInputLineClass">AgsPanelInputLineClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-panel-input-line-map-recall">ags_panel_input_line_map_recall</link>     (<parameter><link linkend="AgsPanelInputLine"><type>AgsPanelInputLine</type></link> *panel_input_line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);
-<link linkend="AgsPanelInputLine"><returnvalue>AgsPanelInputLine</returnvalue></link> * <link linkend="ags-panel-input-line-new">ags_panel_input_line_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPanelInputLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPanelInputLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPanelInputLine" role="struct">
-<title>struct AgsPanelInputLine</title>
-<indexterm zone="AgsPanelInputLine"><primary>AgsPanelInputLine</primary></indexterm>
-<programlisting>struct AgsPanelInputLine {
-  AgsLine line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPanelInputLineClass" role="struct">
-<title>struct AgsPanelInputLineClass</title>
-<indexterm zone="AgsPanelInputLineClass"><primary>AgsPanelInputLineClass</primary></indexterm>
-<programlisting>struct AgsPanelInputLineClass {
-  AgsLineClass line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-panel-input-line-map-recall" role="function">
-<title>ags_panel_input_line_map_recall ()</title>
-<indexterm zone="ags-panel-input-line-map-recall"><primary>ags_panel_input_line_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_panel_input_line_map_recall     (<parameter><link linkend="AgsPanelInputLine"><type>AgsPanelInputLine</type></link> *panel_input_line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> output_pad_start</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-panel-input-line-new" role="function">
-<title>ags_panel_input_line_new ()</title>
-<indexterm zone="ags-panel-input-line-new"><primary>ags_panel_input_line_new</primary></indexterm>
-<programlisting><link linkend="AgsPanelInputLine"><returnvalue>AgsPanelInputLine</returnvalue></link> * ags_panel_input_line_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_panel_input_pad.xml b/doc/reference/ags/xml/ags_panel_input_pad.xml
deleted file mode 100644
index 3326512..0000000
--- a/doc/reference/ags/xml/ags_panel_input_pad.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPanelInputPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPanelInputPad.top_of_page">AgsPanelInputPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPanelInputPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPanelInputPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPanelInputPad">AgsPanelInputPad</link>;
-struct              <link linkend="AgsPanelInputPadClass">AgsPanelInputPadClass</link>;
-<link linkend="AgsPanelInputPad"><returnvalue>AgsPanelInputPad</returnvalue></link> *  <link linkend="ags-panel-input-pad-new">ags_panel_input_pad_new</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPanelInputPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPanelInputPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPanelInputPad" role="struct">
-<title>struct AgsPanelInputPad</title>
-<indexterm zone="AgsPanelInputPad"><primary>AgsPanelInputPad</primary></indexterm>
-<programlisting>struct AgsPanelInputPad {
-  AgsPad pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPanelInputPadClass" role="struct">
-<title>struct AgsPanelInputPadClass</title>
-<indexterm zone="AgsPanelInputPadClass"><primary>AgsPanelInputPadClass</primary></indexterm>
-<programlisting>struct AgsPanelInputPadClass {
-  AgsPadClass pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-panel-input-pad-new" role="function">
-<title>ags_panel_input_pad_new ()</title>
-<indexterm zone="ags-panel-input-pad-new"><primary>ags_panel_input_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsPanelInputPad"><returnvalue>AgsPanelInputPad</returnvalue></link> *  ags_panel_input_pad_new             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_parameter.xml b/doc/reference/ags/xml/ags_parameter.xml
deleted file mode 100644
index d6c15c3..0000000
--- a/doc/reference/ags/xml/ags_parameter.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-parameter">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-parameter.top_of_page">ags_parameter</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_parameter</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-parameter.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="GParameter"><returnvalue>GParameter</returnvalue></link> *        <link linkend="ags-parameter-grow">ags_parameter_grow</link>                  (<parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *params</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *n_params</parameter>,
-                                                         <parameter>...</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-parameter.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-parameter.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-parameter-grow" role="function">
-<title>ags_parameter_grow ()</title>
-<indexterm zone="ags-parameter-grow"><primary>ags_parameter_grow</primary></indexterm>
-<programlisting><link linkend="GParameter"><returnvalue>GParameter</returnvalue></link> *        ags_parameter_grow                  (<parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *params</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *n_params</parameter>,
-                                                         <parameter>...</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_pattern.xml b/doc/reference/ags/xml/ags_pattern.xml
deleted file mode 100644
index 9cea945..0000000
--- a/doc/reference/ags/xml/ags_pattern.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPattern">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPattern.top_of_page">AgsPattern</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPattern</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPattern.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPattern">AgsPattern</link>;
-struct              <link linkend="AgsPatternClass">AgsPatternClass</link>;
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-pattern-get-bit">ags_pattern_get_bit</link>                 (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);
-<link linkend="AgsPattern"><returnvalue>AgsPattern</returnvalue></link> *        <link linkend="ags-pattern-get-by-timestamp">ags_pattern_get_by_timestamp</link>        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *timestamp</parameter>);
-<link linkend="AgsPattern"><returnvalue>AgsPattern</returnvalue></link> *        <link linkend="ags-pattern-new">ags_pattern_new</link>                     ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pattern-set-dim">ags_pattern_set_dim</link>                 (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dim0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dim1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> lenght</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-pattern-toggle-bit">ags_pattern_toggle_bit</link>              (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPattern.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPattern.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPattern" role="struct">
-<title>struct AgsPattern</title>
-<indexterm zone="AgsPattern"><primary>AgsPattern</primary></indexterm>
-<programlisting>struct AgsPattern {
-  GObject object;
-
-  GObject *timestamp;
-
-  guint dim[3];
-  guint ***pattern;
-
-  GObject *port;
-
-  guint i;
-  guint j;
-  guint bit;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPatternClass" role="struct">
-<title>struct AgsPatternClass</title>
-<indexterm zone="AgsPatternClass"><primary>AgsPatternClass</primary></indexterm>
-<programlisting>struct AgsPatternClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pattern-get-bit" role="function">
-<title>ags_pattern_get_bit ()</title>
-<indexterm zone="ags-pattern-get-bit"><primary>ags_pattern_get_bit</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_pattern_get_bit                 (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);</programlisting>
-<para>
-Check for tic to be played.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if tone is enabled.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-pattern-get-by-timestamp" role="function">
-<title>ags_pattern_get_by_timestamp ()</title>
-<indexterm zone="ags-pattern-get-by-timestamp"><primary>ags_pattern_get_by_timestamp</primary></indexterm>
-<programlisting><link linkend="AgsPattern"><returnvalue>AgsPattern</returnvalue></link> *        ags_pattern_get_by_timestamp        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *timestamp</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-pattern-new" role="function">
-<title>ags_pattern_new ()</title>
-<indexterm zone="ags-pattern-new"><primary>ags_pattern_new</primary></indexterm>
-<programlisting><link linkend="AgsPattern"><returnvalue>AgsPattern</returnvalue></link> *        ags_pattern_new                     ();</programlisting>
-<para>
-Creates an <link linkend="AgsPattern"><type>AgsPattern</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsPattern"><type>AgsPattern</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-pattern-set-dim" role="function">
-<title>ags_pattern_set_dim ()</title>
-<indexterm zone="ags-pattern-set-dim"><primary>ags_pattern_set_dim</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pattern_set_dim                 (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dim0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dim1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> lenght</parameter>);</programlisting>
-<para>
-Reallocates the pattern's dimensions.
-</para></refsect2>
-<refsect2 id="ags-pattern-toggle-bit" role="function">
-<title>ags_pattern_toggle_bit ()</title>
-<indexterm zone="ags-pattern-toggle-bit"><primary>ags_pattern_toggle_bit</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_pattern_toggle_bit              (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);</programlisting>
-<para>
-Toggle tone.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_peak_channel.xml b/doc/reference/ags/xml/ags_peak_channel.xml
deleted file mode 100644
index 0995c01..0000000
--- a/doc/reference/ags/xml/ags_peak_channel.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPeakChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPeakChannel.top_of_page">AgsPeakChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPeakChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPeakChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPeakChannel">AgsPeakChannel</link>;
-struct              <link linkend="AgsPeakChannelClass">AgsPeakChannelClass</link>;
-<link linkend="AgsPeakChannel"><returnvalue>AgsPeakChannel</returnvalue></link> *    <link linkend="ags-peak-channel-new">ags_peak_channel_new</link>                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-peak-channel-retrieve-peak">ags_peak_channel_retrieve_peak</link>      (<parameter><link linkend="AgsPeakChannel"><type>AgsPeakChannel</type></link> *peak_channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPeakChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPeakChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPeakChannel" role="struct">
-<title>struct AgsPeakChannel</title>
-<indexterm zone="AgsPeakChannel"><primary>AgsPeakChannel</primary></indexterm>
-<programlisting>struct AgsPeakChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *peak;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPeakChannelClass" role="struct">
-<title>struct AgsPeakChannelClass</title>
-<indexterm zone="AgsPeakChannelClass"><primary>AgsPeakChannelClass</primary></indexterm>
-<programlisting>struct AgsPeakChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-peak-channel-new" role="function">
-<title>ags_peak_channel_new ()</title>
-<indexterm zone="ags-peak-channel-new"><primary>ags_peak_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsPeakChannel"><returnvalue>AgsPeakChannel</returnvalue></link> *    ags_peak_channel_new                (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-peak-channel-retrieve-peak" role="function">
-<title>ags_peak_channel_retrieve_peak ()</title>
-<indexterm zone="ags-peak-channel-retrieve-peak"><primary>ags_peak_channel_retrieve_peak</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_peak_channel_retrieve_peak      (<parameter><link linkend="AgsPeakChannel"><type>AgsPeakChannel</type></link> *peak_channel</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_peak_channel_run.xml b/doc/reference/ags/xml/ags_peak_channel_run.xml
deleted file mode 100644
index cbf105a..0000000
--- a/doc/reference/ags/xml/ags_peak_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPeakChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPeakChannelRun.top_of_page">AgsPeakChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPeakChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPeakChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPeakChannelRun">AgsPeakChannelRun</link>;
-struct              <link linkend="AgsPeakChannelRunClass">AgsPeakChannelRunClass</link>;
-<link linkend="AgsPeakChannelRun"><returnvalue>AgsPeakChannelRun</returnvalue></link> * <link linkend="ags-peak-channel-run-new">ags_peak_channel_run_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPeakChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPeakChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPeakChannelRun" role="struct">
-<title>struct AgsPeakChannelRun</title>
-<indexterm zone="AgsPeakChannelRun"><primary>AgsPeakChannelRun</primary></indexterm>
-<programlisting>struct AgsPeakChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPeakChannelRunClass" role="struct">
-<title>struct AgsPeakChannelRunClass</title>
-<indexterm zone="AgsPeakChannelRunClass"><primary>AgsPeakChannelRunClass</primary></indexterm>
-<programlisting>struct AgsPeakChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-peak-channel-run-new" role="function">
-<title>ags_peak_channel_run_new ()</title>
-<indexterm zone="ags-peak-channel-run-new"><primary>ags_peak_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsPeakChannelRun"><returnvalue>AgsPeakChannelRun</returnvalue></link> * ags_peak_channel_run_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_performance_preferences.xml b/doc/reference/ags/xml/ags_performance_preferences.xml
deleted file mode 100644
index 7bdefd7..0000000
--- a/doc/reference/ags/xml/ags_performance_preferences.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPerformancePreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPerformancePreferences.top_of_page">AgsPerformancePreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPerformancePreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPerformancePreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPerformancePreferences">AgsPerformancePreferences</link>;
-struct              <link linkend="AgsPerformancePreferencesClass">AgsPerformancePreferencesClass</link>;
-<link linkend="AgsPerformancePreferences"><returnvalue>AgsPerformancePreferences</returnvalue></link> * <link linkend="ags-performance-preferences-new">ags_performance_preferences_new</link>
-                                                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPerformancePreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPerformancePreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPerformancePreferences" role="struct">
-<title>struct AgsPerformancePreferences</title>
-<indexterm zone="AgsPerformancePreferences"><primary>AgsPerformancePreferences</primary></indexterm>
-<programlisting>struct AgsPerformancePreferences {
-  GtkVBox vbox;
-
-  GtkCheckButton *super_threaded;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPerformancePreferencesClass" role="struct">
-<title>struct AgsPerformancePreferencesClass</title>
-<indexterm zone="AgsPerformancePreferencesClass"><primary>AgsPerformancePreferencesClass</primary></indexterm>
-<programlisting>struct AgsPerformancePreferencesClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-performance-preferences-new" role="function">
-<title>ags_performance_preferences_new ()</title>
-<indexterm zone="ags-performance-preferences-new"><primary>ags_performance_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsPerformancePreferences"><returnvalue>AgsPerformancePreferences</returnvalue></link> * ags_performance_preferences_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_persistable.xml b/doc/reference/ags/xml/ags_persistable.xml
deleted file mode 100644
index 7d13ba6..0000000
--- a/doc/reference/ags/xml/ags_persistable.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPersistable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPersistable.top_of_page">AgsPersistable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPersistable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPersistable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsPersistable">AgsPersistable</link>;
-struct              <link linkend="AgsPersistableInterface">AgsPersistableInterface</link>;
-<link linkend="AgsPersistable"><returnvalue>AgsPersistable</returnvalue></link> *    <link linkend="ags-persistable-read">ags_persistable_read</link>                (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-persistable-read-link">ags_persistable_read_link</link>           (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);
-<link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          <link linkend="ags-persistable-write">ags_persistable_write</link>               (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-persistable-write-link">ags_persistable_write_link</link>          (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPersistable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPersistable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPersistable" role="typedef">
-<title>AgsPersistable</title>
-<indexterm zone="AgsPersistable"><primary>AgsPersistable</primary></indexterm>
-<programlisting>typedef void AgsPersistable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPersistableInterface" role="struct">
-<title>struct AgsPersistableInterface</title>
-<indexterm zone="AgsPersistableInterface"><primary>AgsPersistableInterface</primary></indexterm>
-<programlisting>struct AgsPersistableInterface {
-  GTypeInterface interface;
-  
-  AgsPersistable* (*read)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-  void (*read_link)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-
-  xmlNodePtr (*write)(AgsPersistable *persistable, xmlDocPtr doc);
-  void (*write_link)(AgsPersistable *persistable, xmlDocPtr doc, xmlNodePtr node);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-persistable-read" role="function">
-<title>ags_persistable_read ()</title>
-<indexterm zone="ags-persistable-read"><primary>ags_persistable_read</primary></indexterm>
-<programlisting><link linkend="AgsPersistable"><returnvalue>AgsPersistable</returnvalue></link> *    ags_persistable_read                (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-persistable-read-link" role="function">
-<title>ags_persistable_read_link ()</title>
-<indexterm zone="ags-persistable-read-link"><primary>ags_persistable_read_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_persistable_read_link           (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-persistable-write" role="function">
-<title>ags_persistable_write ()</title>
-<indexterm zone="ags-persistable-write"><primary>ags_persistable_write</primary></indexterm>
-<programlisting><link linkend="xmlNodePtr"><returnvalue>xmlNodePtr</returnvalue></link>          ags_persistable_write               (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-persistable-write-link" role="function">
-<title>ags_persistable_write_link ()</title>
-<indexterm zone="ags-persistable-write-link"><primary>ags_persistable_write_link</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_persistable_write_link          (<parameter><link linkend="AgsPersistable"><type>AgsPersistable</type></link> *persistable</parameter>,
-                                                         <parameter><link linkend="xmlDocPtr"><type>xmlDocPtr</type></link> doc</parameter>,
-                                                         <parameter><link linkend="xmlNodePtr"><type>xmlNodePtr</type></link> node</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_audio.xml b/doc/reference/ags/xml/ags_play_audio.xml
deleted file mode 100644
index d5bc9e1..0000000
--- a/doc/reference/ags/xml/ags_play_audio.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayAudio.top_of_page">AgsPlayAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayAudio">AgsPlayAudio</link>;
-struct              <link linkend="AgsPlayAudioClass">AgsPlayAudioClass</link>;
-<link linkend="AgsPlayAudio"><returnvalue>AgsPlayAudio</returnvalue></link> *      <link linkend="ags-play-audio-new">ags_play_audio_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayAudio" role="struct">
-<title>struct AgsPlayAudio</title>
-<indexterm zone="AgsPlayAudio"><primary>AgsPlayAudio</primary></indexterm>
-<programlisting>struct AgsPlayAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayAudioClass" role="struct">
-<title>struct AgsPlayAudioClass</title>
-<indexterm zone="AgsPlayAudioClass"><primary>AgsPlayAudioClass</primary></indexterm>
-<programlisting>struct AgsPlayAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-audio-new" role="function">
-<title>ags_play_audio_new ()</title>
-<indexterm zone="ags-play-audio-new"><primary>ags_play_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayAudio"><returnvalue>AgsPlayAudio</returnvalue></link> *      ags_play_audio_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_audio_file.xml b/doc/reference/ags/xml/ags_play_audio_file.xml
deleted file mode 100644
index cda2215..0000000
--- a/doc/reference/ags/xml/ags_play_audio_file.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayAudioFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayAudioFile.top_of_page">AgsPlayAudioFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayAudioFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayAudioFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayAudioFile">AgsPlayAudioFile</link>;
-struct              <link linkend="AgsPlayAudioFileClass">AgsPlayAudioFileClass</link>;
-<link linkend="AgsPlayAudioFile"><returnvalue>AgsPlayAudioFile</returnvalue></link> *  <link linkend="ags-play-audio-file-new">ags_play_audio_file_new</link>             (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayAudioFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayAudioFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayAudioFile" role="struct">
-<title>struct AgsPlayAudioFile</title>
-<indexterm zone="AgsPlayAudioFile"><primary>AgsPlayAudioFile</primary></indexterm>
-<programlisting>struct AgsPlayAudioFile {
-  AgsRecall recall;
-
-  AgsAudioFile *audio_file;
-  guint current_frame;
-
-  AgsDevout *devout;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayAudioFileClass" role="struct">
-<title>struct AgsPlayAudioFileClass</title>
-<indexterm zone="AgsPlayAudioFileClass"><primary>AgsPlayAudioFileClass</primary></indexterm>
-<programlisting>struct AgsPlayAudioFileClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-audio-file-new" role="function">
-<title>ags_play_audio_file_new ()</title>
-<indexterm zone="ags-play-audio-file-new"><primary>ags_play_audio_file_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayAudioFile"><returnvalue>AgsPlayAudioFile</returnvalue></link> *  ags_play_audio_file_new             (<parameter><link linkend="AgsAudioFile"><type>AgsAudioFile</type></link> *audio_file</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_audio_signal.xml b/doc/reference/ags/xml/ags_play_audio_signal.xml
deleted file mode 100644
index 23dbbb7..0000000
--- a/doc/reference/ags/xml/ags_play_audio_signal.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayAudioSignal.top_of_page">AgsPlayAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayAudioSignal">AgsPlayAudioSignal</link>;
-struct              <link linkend="AgsPlayAudioSignalClass">AgsPlayAudioSignalClass</link>;
-<link linkend="AgsPlayAudioSignal"><returnvalue>AgsPlayAudioSignal</returnvalue></link> * <link linkend="ags-play-audio-signal-new">ags_play_audio_signal_new</link>          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayAudioSignal" role="struct">
-<title>struct AgsPlayAudioSignal</title>
-<indexterm zone="AgsPlayAudioSignal"><primary>AgsPlayAudioSignal</primary></indexterm>
-<programlisting>struct AgsPlayAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayAudioSignalClass" role="struct">
-<title>struct AgsPlayAudioSignalClass</title>
-<indexterm zone="AgsPlayAudioSignalClass"><primary>AgsPlayAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsPlayAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-audio-signal-new" role="function">
-<title>ags_play_audio_signal_new ()</title>
-<indexterm zone="ags-play-audio-signal-new"><primary>ags_play_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayAudioSignal"><returnvalue>AgsPlayAudioSignal</returnvalue></link> * ags_play_audio_signal_new          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_channel.xml b/doc/reference/ags/xml/ags_play_channel.xml
deleted file mode 100644
index 23fc3bf..0000000
--- a/doc/reference/ags/xml/ags_play_channel.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayChannel.top_of_page">AgsPlayChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayChannel">AgsPlayChannel</link>;
-struct              <link linkend="AgsPlayChannelClass">AgsPlayChannelClass</link>;
-<link linkend="AgsPlayChannel"><returnvalue>AgsPlayChannel</returnvalue></link> *    <link linkend="ags-play-channel-new">ags_play_channel_new</link>                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayChannel" role="struct">
-<title>struct AgsPlayChannel</title>
-<indexterm zone="AgsPlayChannel"><primary>AgsPlayChannel</primary></indexterm>
-<programlisting>struct AgsPlayChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *audio_channel;
-
-  AgsPort *muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelClass" role="struct">
-<title>struct AgsPlayChannelClass</title>
-<indexterm zone="AgsPlayChannelClass"><primary>AgsPlayChannelClass</primary></indexterm>
-<programlisting>struct AgsPlayChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-channel-new" role="function">
-<title>ags_play_channel_new ()</title>
-<indexterm zone="ags-play-channel-new"><primary>ags_play_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayChannel"><returnvalue>AgsPlayChannel</returnvalue></link> *    ags_play_channel_new                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_channel_run.xml b/doc/reference/ags/xml/ags_play_channel_run.xml
deleted file mode 100644
index 4a8e46f..0000000
--- a/doc/reference/ags/xml/ags_play_channel_run.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayChannelRun.top_of_page">AgsPlayChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayChannelRun">AgsPlayChannelRun</link>;
-struct              <link linkend="AgsPlayChannelRunClass">AgsPlayChannelRunClass</link>;
-enum                <link linkend="AgsPlayChannelRunFlags">AgsPlayChannelRunFlags</link>;
-<link linkend="AgsPlayChannelRun"><returnvalue>AgsPlayChannelRun</returnvalue></link> * <link linkend="ags-play-channel-run-new">ags_play_channel_run_new</link>            (<parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayChannelRun" role="struct">
-<title>struct AgsPlayChannelRun</title>
-<indexterm zone="AgsPlayChannelRun"><primary>AgsPlayChannelRun</primary></indexterm>
-<programlisting>struct AgsPlayChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-
-  AgsStreamChannelRun *stream_channel_run;
-  gulong done_handler;
-
-  gulong source_recycling_changed_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunClass" role="struct">
-<title>struct AgsPlayChannelRunClass</title>
-<indexterm zone="AgsPlayChannelRunClass"><primary>AgsPlayChannelRunClass</primary></indexterm>
-<programlisting>struct AgsPlayChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunFlags" role="enum">
-<title>enum AgsPlayChannelRunFlags</title>
-<indexterm zone="AgsPlayChannelRunFlags"><primary>AgsPlayChannelRunFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PLAY_CHANNEL_RUN_TERMINATING        = 1,
-  AGS_PLAY_CHANNEL_RUN_INITIAL_RUN        = 1 << 1,
-} AgsPlayChannelRunFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-channel-run-new" role="function">
-<title>ags_play_channel_run_new ()</title>
-<indexterm zone="ags-play-channel-run-new"><primary>ags_play_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayChannelRun"><returnvalue>AgsPlayChannelRun</returnvalue></link> * ags_play_channel_run_new            (<parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_channel_run_master.xml b/doc/reference/ags/xml/ags_play_channel_run_master.xml
deleted file mode 100644
index 3d03cbb..0000000
--- a/doc/reference/ags/xml/ags_play_channel_run_master.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayChannelRunMaster">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayChannelRunMaster.top_of_page">AgsPlayChannelRunMaster</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayChannelRunMaster</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayChannelRunMaster.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-PLAY-CHANNEL-RUN-MASTER-STREAMER:CAPS">AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER</link>(strct)
-struct              <link linkend="AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link>;
-struct              <link linkend="AgsPlayChannelRunMasterClass">AgsPlayChannelRunMasterClass</link>;
-enum                <link linkend="AgsPlayChannelRunMasterFlags">AgsPlayChannelRunMasterFlags</link>;
-struct              <link linkend="AgsPlayChannelRunMasterStreamer">AgsPlayChannelRunMasterStreamer</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-play-channel-run-master-find-streamer">ags_play_channel_run_master_find_streamer</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);
-<link linkend="AgsPlayChannelRunMaster"><returnvalue>AgsPlayChannelRunMaster</returnvalue></link> * <link linkend="ags-play-channel-run-master-new">ags_play_channel_run_master_new</link>
-                                                        ();
-<link linkend="AgsPlayChannelRunMasterStreamer"><returnvalue>AgsPlayChannelRunMasterStreamer</returnvalue></link> * <link linkend="ags-play-channel-run-master-streamer-alloc">ags_play_channel_run_master_streamer_alloc</link>
-                                                        (<parameter><link linkend="AgsPlayChannelRunMaster"><type>AgsPlayChannelRunMaster</type></link> *play_channel_run_master</parameter>,
-                                                         <parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayChannelRunMaster.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayChannelRunMaster.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-PLAY-CHANNEL-RUN-MASTER-STREAMER:CAPS" role="macro">
-<title>AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER()</title>
-<indexterm zone="AGS-PLAY-CHANNEL-RUN-MASTER-STREAMER:CAPS"><primary>AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER</primary></indexterm>
-<programlisting>#define AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER(strct)     ((AgsPlayChannelRunMasterStreamer *)(strct))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunMaster" role="struct">
-<title>struct AgsPlayChannelRunMaster</title>
-<indexterm zone="AgsPlayChannelRunMaster"><primary>AgsPlayChannelRunMaster</primary></indexterm>
-<programlisting>struct AgsPlayChannelRunMaster {
-  AgsRecallChannelRun recall_channel_run;
-
-  guint flags;
-
-  GList *streamer;
-
-  gulong source_recycling_changed_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunMasterClass" role="struct">
-<title>struct AgsPlayChannelRunMasterClass</title>
-<indexterm zone="AgsPlayChannelRunMasterClass"><primary>AgsPlayChannelRunMasterClass</primary></indexterm>
-<programlisting>struct AgsPlayChannelRunMasterClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunMasterFlags" role="enum">
-<title>enum AgsPlayChannelRunMasterFlags</title>
-<indexterm zone="AgsPlayChannelRunMasterFlags"><primary>AgsPlayChannelRunMasterFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PLAY_CHANNEL_RUN_MASTER_TERMINATING        = 1,
-} AgsPlayChannelRunMasterFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayChannelRunMasterStreamer" role="struct">
-<title>struct AgsPlayChannelRunMasterStreamer</title>
-<indexterm zone="AgsPlayChannelRunMasterStreamer"><primary>AgsPlayChannelRunMasterStreamer</primary></indexterm>
-<programlisting>struct AgsPlayChannelRunMasterStreamer {
-  AgsPlayChannelRunMaster *play_channel_run_master;
-
-  AgsStreamChannelRun *stream_channel_run;
-  gulong done_handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-channel-run-master-find-streamer" role="function">
-<title>ags_play_channel_run_master_find_streamer ()</title>
-<indexterm zone="ags-play-channel-run-master-find-streamer"><primary>ags_play_channel_run_master_find_streamer</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_play_channel_run_master_find_streamer
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-channel-run-master-new" role="function">
-<title>ags_play_channel_run_master_new ()</title>
-<indexterm zone="ags-play-channel-run-master-new"><primary>ags_play_channel_run_master_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayChannelRunMaster"><returnvalue>AgsPlayChannelRunMaster</returnvalue></link> * ags_play_channel_run_master_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-channel-run-master-streamer-alloc" role="function">
-<title>ags_play_channel_run_master_streamer_alloc ()</title>
-<indexterm zone="ags-play-channel-run-master-streamer-alloc"><primary>ags_play_channel_run_master_streamer_alloc</primary></indexterm>
-<programlisting><link linkend="AgsPlayChannelRunMasterStreamer"><returnvalue>AgsPlayChannelRunMasterStreamer</returnvalue></link> * ags_play_channel_run_master_streamer_alloc
-                                                        (<parameter><link linkend="AgsPlayChannelRunMaster"><type>AgsPlayChannelRunMaster</type></link> *play_channel_run_master</parameter>,
-                                                         <parameter><link linkend="AgsStreamChannelRun"><type>AgsStreamChannelRun</type></link> *stream_channel_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_notation_audio.xml b/doc/reference/ags/xml/ags_play_notation_audio.xml
deleted file mode 100644
index 0c323c4..0000000
--- a/doc/reference/ags/xml/ags_play_notation_audio.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayNotationAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayNotationAudio.top_of_page">AgsPlayNotationAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayNotationAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayNotationAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayNotationAudio">AgsPlayNotationAudio</link>;
-struct              <link linkend="AgsPlayNotationAudioClass">AgsPlayNotationAudioClass</link>;
-<link linkend="AgsPlayNotationAudio"><returnvalue>AgsPlayNotationAudio</returnvalue></link> * <link linkend="ags-play-notation-audio-new">ags_play_notation_audio_new</link>      ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayNotationAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayNotationAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayNotationAudio" role="struct">
-<title>struct AgsPlayNotationAudio</title>
-<indexterm zone="AgsPlayNotationAudio"><primary>AgsPlayNotationAudio</primary></indexterm>
-<programlisting>struct AgsPlayNotationAudio {
-  AgsRecallAudio recall_audio;
-
-  AgsPort *notation;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayNotationAudioClass" role="struct">
-<title>struct AgsPlayNotationAudioClass</title>
-<indexterm zone="AgsPlayNotationAudioClass"><primary>AgsPlayNotationAudioClass</primary></indexterm>
-<programlisting>struct AgsPlayNotationAudioClass {
-  AgsRecallAudioClass recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-notation-audio-new" role="function">
-<title>ags_play_notation_audio_new ()</title>
-<indexterm zone="ags-play-notation-audio-new"><primary>ags_play_notation_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayNotationAudio"><returnvalue>AgsPlayNotationAudio</returnvalue></link> * ags_play_notation_audio_new      ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_notation_audio_run.xml b/doc/reference/ags/xml/ags_play_notation_audio_run.xml
deleted file mode 100644
index 4cd046c..0000000
--- a/doc/reference/ags/xml/ags_play_notation_audio_run.xml
+++ /dev/null
@@ -1,82 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayNotationAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayNotationAudioRun.top_of_page">AgsPlayNotationAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayNotationAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayNotationAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link>;
-struct              <link linkend="AgsPlayNotationAudioRunClass">AgsPlayNotationAudioRunClass</link>;
-enum                <link linkend="AgsPlayNotationAudioRunFlags">AgsPlayNotationAudioRunFlags</link>;
-<link linkend="AgsPlayNotationAudioRun"><returnvalue>AgsPlayNotationAudioRun</returnvalue></link> * <link linkend="ags-play-notation-audio-run-new">ags_play_notation_audio_run_new</link>
-                                                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayNotationAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayNotationAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayNotationAudioRun" role="struct">
-<title>struct AgsPlayNotationAudioRun</title>
-<indexterm zone="AgsPlayNotationAudioRun"><primary>AgsPlayNotationAudioRun</primary></indexterm>
-<programlisting>struct AgsPlayNotationAudioRun {
-  AgsRecallAudioRun recall;
-
-  guint flags;
-
-  AgsDelayAudioRun *delay_audio_run;
-  gulong notation_alloc_input_handler;
-
-  AgsCountBeatsAudioRun *count_beats_audio_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayNotationAudioRunClass" role="struct">
-<title>struct AgsPlayNotationAudioRunClass</title>
-<indexterm zone="AgsPlayNotationAudioRunClass"><primary>AgsPlayNotationAudioRunClass</primary></indexterm>
-<programlisting>struct AgsPlayNotationAudioRunClass {
-  AgsRecallAudioRunClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayNotationAudioRunFlags" role="enum">
-<title>enum AgsPlayNotationAudioRunFlags</title>
-<indexterm zone="AgsPlayNotationAudioRunFlags"><primary>AgsPlayNotationAudioRunFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PLAY_NOTATION_AUDIO_RUN_DEFAULT  =  1,
-} AgsPlayNotationAudioRunFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-notation-audio-run-new" role="function">
-<title>ags_play_notation_audio_run_new ()</title>
-<indexterm zone="ags-play-notation-audio-run-new"><primary>ags_play_notation_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayNotationAudioRun"><returnvalue>AgsPlayNotationAudioRun</returnvalue></link> * ags_play_notation_audio_run_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_note.xml b/doc/reference/ags/xml/ags_play_note.xml
deleted file mode 100644
index 8b19574..0000000
--- a/doc/reference/ags/xml/ags_play_note.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayNote">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayNote.top_of_page">AgsPlayNote</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayNote</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayNote.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayNote">AgsPlayNote</link>;
-struct              <link linkend="AgsPlayNoteClass">AgsPlayNoteClass</link>;
-<link linkend="AgsPlayNote"><returnvalue>AgsPlayNote</returnvalue></link> *       <link linkend="ags-play-note-new">ags_play_note_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayNote.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayNote.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayNote" role="struct">
-<title>struct AgsPlayNote</title>
-<indexterm zone="AgsPlayNote"><primary>AgsPlayNote</primary></indexterm>
-<programlisting>struct AgsPlayNote {
-  AgsRecall recall;
-
-  AgsDevout *devout;
-
-  AgsChannel *channel;
-  AgsNote *note;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayNoteClass" role="struct">
-<title>struct AgsPlayNoteClass</title>
-<indexterm zone="AgsPlayNoteClass"><primary>AgsPlayNoteClass</primary></indexterm>
-<programlisting>struct AgsPlayNoteClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-note-new" role="function">
-<title>ags_play_note_new ()</title>
-<indexterm zone="ags-play-note-new"><primary>ags_play_note_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayNote"><returnvalue>AgsPlayNote</returnvalue></link> *       ags_play_note_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_pattern.xml b/doc/reference/ags/xml/ags_play_pattern.xml
deleted file mode 100644
index c0629cf..0000000
--- a/doc/reference/ags/xml/ags_play_pattern.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayPattern">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayPattern.top_of_page">AgsPlayPattern</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayPattern</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayPattern.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayPattern">AgsPlayPattern</link>;
-struct              <link linkend="AgsPlayPatternClass">AgsPlayPatternClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-play-pattern-connect">ags_play_pattern_connect</link>            (<parameter><link linkend="AgsPlayPattern"><type>AgsPlayPattern</type></link> *play_pattern</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayPattern.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayPattern.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayPattern" role="struct">
-<title>struct AgsPlayPattern</title>
-<indexterm zone="AgsPlayPattern"><primary>AgsPlayPattern</primary></indexterm>
-<programlisting>struct AgsPlayPattern {
-  AgsRecall recall;
-
-  //  AgsDelay *delay;
-
-  AgsChannel *channel;
-  AgsPattern *pattern;
-
-  guint i;
-  guint j;
-  guint bit;
-  guint length;
-
-  gboolean loop;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayPatternClass" role="struct">
-<title>struct AgsPlayPatternClass</title>
-<indexterm zone="AgsPlayPatternClass"><primary>AgsPlayPatternClass</primary></indexterm>
-<programlisting>struct AgsPlayPatternClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-pattern-connect" role="function">
-<title>ags_play_pattern_connect ()</title>
-<indexterm zone="ags-play-pattern-connect"><primary>ags_play_pattern_connect</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_play_pattern_connect            (<parameter><link linkend="AgsPlayPattern"><type>AgsPlayPattern</type></link> *play_pattern</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_play_recycling.xml b/doc/reference/ags/xml/ags_play_recycling.xml
deleted file mode 100644
index 1f964f3..0000000
--- a/doc/reference/ags/xml/ags_play_recycling.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayRecycling.top_of_page">AgsPlayRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPlayRecycling">AgsPlayRecycling</link>;
-struct              <link linkend="AgsPlayRecyclingClass">AgsPlayRecyclingClass</link>;
-<link linkend="AgsPlayRecycling"><returnvalue>AgsPlayRecycling</returnvalue></link> *  <link linkend="ags-play-recycling-new">ags_play_recycling_new</link>              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlayRecycling" role="struct">
-<title>struct AgsPlayRecycling</title>
-<indexterm zone="AgsPlayRecycling"><primary>AgsPlayRecycling</primary></indexterm>
-<programlisting>struct AgsPlayRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayRecyclingClass" role="struct">
-<title>struct AgsPlayRecyclingClass</title>
-<indexterm zone="AgsPlayRecyclingClass"><primary>AgsPlayRecyclingClass</primary></indexterm>
-<programlisting>struct AgsPlayRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-play-recycling-new" role="function">
-<title>ags_play_recycling_new ()</title>
-<indexterm zone="ags-play-recycling-new"><primary>ags_play_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsPlayRecycling"><returnvalue>AgsPlayRecycling</returnvalue></link> *  ags_play_recycling_new              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_playable.xml b/doc/reference/ags/xml/ags_playable.xml
deleted file mode 100644
index e3fa194..0000000
--- a/doc/reference/ags/xml/ags_playable.xml
+++ /dev/null
@@ -1,295 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlayable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlayable.top_of_page">AgsPlayable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlayable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlayable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-PLAYABLE-ERROR:CAPS">AGS_PLAYABLE_ERROR</link>
-typedef             <link linkend="AgsPlayable">AgsPlayable</link>;
-enum                <link linkend="AgsPlayableError">AgsPlayableError</link>;
-struct              <link linkend="AgsPlayableInterface">AgsPlayableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-close">ags_playable_close</link>                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              <link linkend="ags-playable-error-quark">ags_playable_error_quark</link>            ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-flush">ags_playable_flush</link>                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-info">ags_playable_info</link>                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *frames</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *loop_start</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *loop_end</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-playable-iter-next">ags_playable_iter_next</link>              (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-iter-start">ags_playable_iter_start</link>             (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-playable-level-count">ags_playable_level_count</link>            (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-level-select">ags_playable_level_select</link>           (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth_level</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *sublevel_name</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-level-up">ags_playable_level_up</link>               (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> levels</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-playable-nth-level">ags_playable_nth_level</link>              (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-playable-open">ags_playable_open</link>                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>);
-signed <link linkend="short"><returnvalue>short</returnvalue></link> *      <link linkend="ags-playable-read">ags_playable_read</link>                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channel</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-playable-read-audio-signal">ags_playable_read_audio_signal</link>      (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channels</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-playable-rw-open">ags_playable_rw_open</link>                (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> format</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-seek">ags_playable_seek</link>                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> whence</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-playable-selected-level">ags_playable_selected_level</link>         (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> **            <link linkend="ags-playable-sublevel-names">ags_playable_sublevel_names</link>         (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-playable-write">ags_playable_write</link>                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_length</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlayable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlayable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-PLAYABLE-ERROR:CAPS" role="macro">
-<title>AGS_PLAYABLE_ERROR</title>
-<indexterm zone="AGS-PLAYABLE-ERROR:CAPS"><primary>AGS_PLAYABLE_ERROR</primary></indexterm>
-<programlisting>#define AGS_PLAYABLE_ERROR (ags_playable_error_quark())
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayable" role="typedef">
-<title>AgsPlayable</title>
-<indexterm zone="AgsPlayable"><primary>AgsPlayable</primary></indexterm>
-<programlisting>typedef void AgsPlayable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayableError" role="enum">
-<title>enum AgsPlayableError</title>
-<indexterm zone="AgsPlayableError"><primary>AgsPlayableError</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PLAYABLE_ERROR_NO_SUCH_LEVEL,
-  AGS_PLAYABLE_ERROR_NO_SAMPLE,
-} AgsPlayableError;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPlayableInterface" role="struct">
-<title>struct AgsPlayableInterface</title>
-<indexterm zone="AgsPlayableInterface"><primary>AgsPlayableInterface</primary></indexterm>
-<programlisting>struct AgsPlayableInterface {
-  GTypeInterface interface;
-
-  gboolean (*open)(AgsPlayable *playable, gchar *name);
-  gboolean (*rw_open)(AgsPlayable *playable, gchar *name,
-		      gboolean create,
-		      guint samplerate, guint channels,
-		      guint frames,
-		      guint format);
-
-  /* these functions are especially for soundfonts */
-  guint (*level_count)(AgsPlayable *playable);
-  guint (*nth_level)(AgsPlayable *playable);
-  gchar* (*selected_level)(AgsPlayable *playable);
-
-  gchar** (*sublevel_names)(AgsPlayable *playable);
-  void (*level_select)(AgsPlayable *playable,
-		       guint nth_level, gchar *sublevel_name,
-		       GError **error);
-  void (*level_up)(AgsPlayable *playable,
-		   guint levels,
-		   GError **error);
-
-  void (*iter_start)(AgsPlayable *playable);
-  gboolean (*iter_next)(AgsPlayable *playable);
-
-  /* read sample data */
-  void (*info)(AgsPlayable *playable,
-	       guint *channels, guint *frames,
-	       guint *loop_start, guint *loop_end,
-	       GError **error);
-  signed short* (*read)(AgsPlayable *playable,
-			guint channel,
-			GError **error);
-
-  /* write sample data */
-  void (*write)(AgsPlayable *playable,
-		signed short *buffer, guint buffer_length);
-  void (*flush)(AgsPlayable *playable);
-
-  /* position */
-  void (*seek)(AgsPlayable *playable,
-	       guint frames, gint whence);
-
-  /* close */
-  void (*close)(AgsPlayable *playable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-close" role="function">
-<title>ags_playable_close ()</title>
-<indexterm zone="ags-playable-close"><primary>ags_playable_close</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_close                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-error-quark" role="function">
-<title>ags_playable_error_quark ()</title>
-<indexterm zone="ags-playable-error-quark"><primary>ags_playable_error_quark</primary></indexterm>
-<programlisting><link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              ags_playable_error_quark            ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-flush" role="function">
-<title>ags_playable_flush ()</title>
-<indexterm zone="ags-playable-flush"><primary>ags_playable_flush</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_flush                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-info" role="function">
-<title>ags_playable_info ()</title>
-<indexterm zone="ags-playable-info"><primary>ags_playable_info</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_info                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *frames</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *loop_start</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *loop_end</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-iter-next" role="function">
-<title>ags_playable_iter_next ()</title>
-<indexterm zone="ags-playable-iter-next"><primary>ags_playable_iter_next</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_playable_iter_next              (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-iter-start" role="function">
-<title>ags_playable_iter_start ()</title>
-<indexterm zone="ags-playable-iter-start"><primary>ags_playable_iter_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_iter_start             (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-level-count" role="function">
-<title>ags_playable_level_count ()</title>
-<indexterm zone="ags-playable-level-count"><primary>ags_playable_level_count</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_playable_level_count            (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-level-select" role="function">
-<title>ags_playable_level_select ()</title>
-<indexterm zone="ags-playable-level-select"><primary>ags_playable_level_select</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_level_select           (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> nth_level</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *sublevel_name</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-level-up" role="function">
-<title>ags_playable_level_up ()</title>
-<indexterm zone="ags-playable-level-up"><primary>ags_playable_level_up</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_level_up               (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> levels</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-nth-level" role="function">
-<title>ags_playable_nth_level ()</title>
-<indexterm zone="ags-playable-nth-level"><primary>ags_playable_nth_level</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_playable_nth_level              (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-open" role="function">
-<title>ags_playable_open ()</title>
-<indexterm zone="ags-playable-open"><primary>ags_playable_open</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_playable_open                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-read" role="function">
-<title>ags_playable_read ()</title>
-<indexterm zone="ags-playable-read"><primary>ags_playable_read</primary></indexterm>
-<programlisting>signed <link linkend="short"><returnvalue>short</returnvalue></link> *      ags_playable_read                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channel</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-read-audio-signal" role="function">
-<title>ags_playable_read_audio_signal ()</title>
-<indexterm zone="ags-playable-read-audio-signal"><primary>ags_playable_read_audio_signal</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_playable_read_audio_signal      (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-rw-open" role="function">
-<title>ags_playable_rw_open ()</title>
-<indexterm zone="ags-playable-rw-open"><primary>ags_playable_rw_open</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_playable_rw_open                (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> create</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> channels</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> format</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-seek" role="function">
-<title>ags_playable_seek ()</title>
-<indexterm zone="ags-playable-seek"><primary>ags_playable_seek</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_seek                   (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frames</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> whence</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-selected-level" role="function">
-<title>ags_playable_selected_level ()</title>
-<indexterm zone="ags-playable-selected-level"><primary>ags_playable_selected_level</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_playable_selected_level         (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-sublevel-names" role="function">
-<title>ags_playable_sublevel_names ()</title>
-<indexterm zone="ags-playable-sublevel-names"><primary>ags_playable_sublevel_names</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> **            ags_playable_sublevel_names         (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-playable-write" role="function">
-<title>ags_playable_write ()</title>
-<indexterm zone="ags-playable-write"><primary>ags_playable_write</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_playable_write                  (<parameter><link linkend="AgsPlayable"><type>AgsPlayable</type></link> *playable</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_length</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_plugin.xml b/doc/reference/ags/xml/ags_plugin.xml
deleted file mode 100644
index 55cbfbb..0000000
--- a/doc/reference/ags/xml/ags_plugin.xml
+++ /dev/null
@@ -1,178 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPlugin">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPlugin.top_of_page">AgsPlugin</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPlugin</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPlugin.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsPlugin">AgsPlugin</link>;
-struct              <link linkend="AgsPluginInterface">AgsPluginInterface</link>;
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-plugin-get-build-id">ags_plugin_get_build_id</link>             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-plugin-get-name">ags_plugin_get_name</link>                 (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-plugin-get-ports">ags_plugin_get_ports</link>                (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-plugin-get-version">ags_plugin_get_version</link>              (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             <link linkend="ags-plugin-get-xml-type">ags_plugin_get_xml_type</link>             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-read">ags_plugin_read</link>                     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-set-build-id">ags_plugin_set_build_id</link>             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-set-name">ags_plugin_set_name</link>                 (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-set-ports">ags_plugin_set_ports</link>                (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *ports</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-set-version">ags_plugin_set_version</link>              (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-set-xml-type">ags_plugin_set_xml_type</link>             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xml_type</parameter>);
-<link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           <link linkend="ags-plugin-write">ags_plugin_write</link>                    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPlugin.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPlugin.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPlugin" role="typedef">
-<title>AgsPlugin</title>
-<indexterm zone="AgsPlugin"><primary>AgsPlugin</primary></indexterm>
-<programlisting>typedef void AgsPlugin;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPluginInterface" role="struct">
-<title>struct AgsPluginInterface</title>
-<indexterm zone="AgsPluginInterface"><primary>AgsPluginInterface</primary></indexterm>
-<programlisting>struct AgsPluginInterface {
-  GTypeInterface interface;
-  
-  gchar* (*get_name)(AgsPlugin *plugin);
-  void (*set_name)(AgsPlugin *plugin, gchar *name);
-
-  gchar* (*get_version)(AgsPlugin *plugin);
-  void (*set_version)(AgsPlugin *plugin, gchar *version);
-
-  gchar* (*get_build_id)(AgsPlugin *plugin);
-  void (*set_build_id)(AgsPlugin *plugin, gchar *build_id);
-
-  gchar* (*get_xml_type)(AgsPlugin *plugin);
-  void (*set_xml_type)(AgsPlugin *plugin, gchar *xml_type);  
-
-  GList* (*get_ports)(AgsPlugin *plugin);
-  void (*set_ports)(AgsPlugin *plugin, GList *ports);
-
-  void (*read)(AgsFile *file,
-	       xmlNode *node,
-	       AgsPlugin *plugin);
-  xmlNode* (*write)(AgsFile *file,
-		    xmlNode *parent,
-		    AgsPlugin *plugin);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-get-build-id" role="function">
-<title>ags_plugin_get_build_id ()</title>
-<indexterm zone="ags-plugin-get-build-id"><primary>ags_plugin_get_build_id</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_plugin_get_build_id             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-get-name" role="function">
-<title>ags_plugin_get_name ()</title>
-<indexterm zone="ags-plugin-get-name"><primary>ags_plugin_get_name</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_plugin_get_name                 (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-get-ports" role="function">
-<title>ags_plugin_get_ports ()</title>
-<indexterm zone="ags-plugin-get-ports"><primary>ags_plugin_get_ports</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_plugin_get_ports                (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-get-version" role="function">
-<title>ags_plugin_get_version ()</title>
-<indexterm zone="ags-plugin-get-version"><primary>ags_plugin_get_version</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_plugin_get_version              (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-get-xml-type" role="function">
-<title>ags_plugin_get_xml_type ()</title>
-<indexterm zone="ags-plugin-get-xml-type"><primary>ags_plugin_get_xml_type</primary></indexterm>
-<programlisting><link linkend="gchar"><returnvalue>gchar</returnvalue></link> *             ags_plugin_get_xml_type             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-read" role="function">
-<title>ags_plugin_read ()</title>
-<indexterm zone="ags-plugin-read"><primary>ags_plugin_read</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_read                     (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *node</parameter>,
-                                                         <parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-set-build-id" role="function">
-<title>ags_plugin_set_build_id ()</title>
-<indexterm zone="ags-plugin-set-build-id"><primary>ags_plugin_set_build_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_set_build_id             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-set-name" role="function">
-<title>ags_plugin_set_name ()</title>
-<indexterm zone="ags-plugin-set-name"><primary>ags_plugin_set_name</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_set_name                 (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-set-ports" role="function">
-<title>ags_plugin_set_ports ()</title>
-<indexterm zone="ags-plugin-set-ports"><primary>ags_plugin_set_ports</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_set_ports                (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *ports</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-set-version" role="function">
-<title>ags_plugin_set_version ()</title>
-<indexterm zone="ags-plugin-set-version"><primary>ags_plugin_set_version</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_set_version              (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-set-xml-type" role="function">
-<title>ags_plugin_set_xml_type ()</title>
-<indexterm zone="ags-plugin-set-xml-type"><primary>ags_plugin_set_xml_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_set_xml_type             (<parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xml_type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-write" role="function">
-<title>ags_plugin_write ()</title>
-<indexterm zone="ags-plugin-write"><primary>ags_plugin_write</primary></indexterm>
-<programlisting><link linkend="xmlNode"><returnvalue>xmlNode</returnvalue></link> *           ags_plugin_write                    (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>,
-                                                         <parameter><link linkend="xmlNode"><type>xmlNode</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsPlugin"><type>AgsPlugin</type></link> *plugin</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_plugin_factory.xml b/doc/reference/ags/xml/ags_plugin_factory.xml
deleted file mode 100644
index f398e37..0000000
--- a/doc/reference/ags/xml/ags_plugin_factory.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPluginFactory">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPluginFactory.top_of_page">AgsPluginFactory</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPluginFactory</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPluginFactory.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPluginFactory">AgsPluginFactory</link>;
-struct              <link linkend="AgsPluginFactoryClass">AgsPluginFactoryClass</link>;
-struct              <link linkend="AgsPluginMetadata">AgsPluginMetadata</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-factory-add">ags_plugin_factory_add</link>              (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> plugin_type</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xml_type</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *control</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> control_count</parameter>);
-<link linkend="AgsPlugin"><returnvalue>AgsPlugin</returnvalue></link> *         <link linkend="ags-plugin-factory-create">ags_plugin_factory_create</link>           (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>);
-<link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  <link linkend="ags-plugin-factory-get-instance">ags_plugin_factory_get_instance</link>     ();
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-plugin-factory-list-by-name">ags_plugin_factory_list_by_name</link>     (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>);
-<link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  <link linkend="ags-plugin-factory-new">ags_plugin_factory_new</link>              ();
-<link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  <link linkend="ags-plugin-factory-new-from-file">ags_plugin_factory_new_from_file</link>    (<parameter><link linkend="gchar"><type>gchar</type></link> *path</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-plugin-factory-read-file">ags_plugin_factory_read_file</link>        (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *path</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPluginFactory.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPluginFactory.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPluginFactory" role="struct">
-<title>struct AgsPluginFactory</title>
-<indexterm zone="AgsPluginFactory"><primary>AgsPluginFactory</primary></indexterm>
-<programlisting>struct AgsPluginFactory {
-  GObject object;
-
-  GList *plugin;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPluginFactoryClass" role="struct">
-<title>struct AgsPluginFactoryClass</title>
-<indexterm zone="AgsPluginFactoryClass"><primary>AgsPluginFactoryClass</primary></indexterm>
-<programlisting>struct AgsPluginFactoryClass {
-  GObjectClass object;
-
-  void (*add)(AgsPluginFactory *plugin_factory,
-	      GType plugin_type,
-	      gchar *plugin_name,
-	      gchar *version, gchar *build_id,
-	      gchar *xml_type,
-	      GParameter *control, guint control_count);
-
-  AgsPlugin* (*create)(AgsPluginFactory *plugin_factory,
-		       gchar *xml_type);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPluginMetadata" role="struct">
-<title>struct AgsPluginMetadata</title>
-<indexterm zone="AgsPluginMetadata"><primary>AgsPluginMetadata</primary></indexterm>
-<programlisting>struct AgsPluginMetadata {
-  GType plugin_type;
-  gchar *plugin_name;
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *xml_type;
-
-  GParameter *control;
-  guint control_count;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-add" role="function">
-<title>ags_plugin_factory_add ()</title>
-<indexterm zone="ags-plugin-factory-add"><primary>ags_plugin_factory_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_factory_add              (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> plugin_type</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *xml_type</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *control</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> control_count</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-create" role="function">
-<title>ags_plugin_factory_create ()</title>
-<indexterm zone="ags-plugin-factory-create"><primary>ags_plugin_factory_create</primary></indexterm>
-<programlisting><link linkend="AgsPlugin"><returnvalue>AgsPlugin</returnvalue></link> *         ags_plugin_factory_create           (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-get-instance" role="function">
-<title>ags_plugin_factory_get_instance ()</title>
-<indexterm zone="ags-plugin-factory-get-instance"><primary>ags_plugin_factory_get_instance</primary></indexterm>
-<programlisting><link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  ags_plugin_factory_get_instance     ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-list-by-name" role="function">
-<title>ags_plugin_factory_list_by_name ()</title>
-<indexterm zone="ags-plugin-factory-list-by-name"><primary>ags_plugin_factory_list_by_name</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_plugin_factory_list_by_name     (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-new" role="function">
-<title>ags_plugin_factory_new ()</title>
-<indexterm zone="ags-plugin-factory-new"><primary>ags_plugin_factory_new</primary></indexterm>
-<programlisting><link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  ags_plugin_factory_new              ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-new-from-file" role="function">
-<title>ags_plugin_factory_new_from_file ()</title>
-<indexterm zone="ags-plugin-factory-new-from-file"><primary>ags_plugin_factory_new_from_file</primary></indexterm>
-<programlisting><link linkend="AgsPluginFactory"><returnvalue>AgsPluginFactory</returnvalue></link> *  ags_plugin_factory_new_from_file    (<parameter><link linkend="gchar"><type>gchar</type></link> *path</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-factory-read-file" role="function">
-<title>ags_plugin_factory_read_file ()</title>
-<indexterm zone="ags-plugin-factory-read-file"><primary>ags_plugin_factory_read_file</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_plugin_factory_read_file        (<parameter><link linkend="AgsPluginFactory"><type>AgsPluginFactory</type></link> *plugin_factory</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *path</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_plugin_preferences.xml b/doc/reference/ags/xml/ags_plugin_preferences.xml
deleted file mode 100644
index 01c9cf0..0000000
--- a/doc/reference/ags/xml/ags_plugin_preferences.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPluginPreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPluginPreferences.top_of_page">AgsPluginPreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPluginPreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPluginPreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsLadspaPluginPreferences">AgsLadspaPluginPreferences</link>;
-struct              <link linkend="AgsPluginPreferences">AgsPluginPreferences</link>;
-struct              <link linkend="AgsPluginPreferencesClass">AgsPluginPreferencesClass</link>;
-<link linkend="AgsLadspaPluginPreferences"><returnvalue>AgsLadspaPluginPreferences</returnvalue></link> * <link linkend="ags-ladspa-plugin-preferences-alloc">ags_ladspa_plugin_preferences_alloc</link>
-                                                        ();
-<link linkend="AgsPluginPreferences"><returnvalue>AgsPluginPreferences</returnvalue></link> * <link linkend="ags-plugin-preferences-new">ags_plugin_preferences_new</link>       ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPluginPreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPluginPreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsLadspaPluginPreferences" role="struct">
-<title>struct AgsLadspaPluginPreferences</title>
-<indexterm zone="AgsLadspaPluginPreferences"><primary>AgsLadspaPluginPreferences</primary></indexterm>
-<programlisting>struct AgsLadspaPluginPreferences {
-  GtkEntry *ladspa_path;
-  GtkCellView *plugin_file;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPluginPreferences" role="struct">
-<title>struct AgsPluginPreferences</title>
-<indexterm zone="AgsPluginPreferences"><primary>AgsPluginPreferences</primary></indexterm>
-<programlisting>struct AgsPluginPreferences {
-  GtkVBox vbox;
-
-  AgsLadspaPluginPreferences *ladspa_plugin_preferencens;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPluginPreferencesClass" role="struct">
-<title>struct AgsPluginPreferencesClass</title>
-<indexterm zone="AgsPluginPreferencesClass"><primary>AgsPluginPreferencesClass</primary></indexterm>
-<programlisting>struct AgsPluginPreferencesClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ladspa-plugin-preferences-alloc" role="function">
-<title>ags_ladspa_plugin_preferences_alloc ()</title>
-<indexterm zone="ags-ladspa-plugin-preferences-alloc"><primary>ags_ladspa_plugin_preferences_alloc</primary></indexterm>
-<programlisting><link linkend="AgsLadspaPluginPreferences"><returnvalue>AgsLadspaPluginPreferences</returnvalue></link> * ags_ladspa_plugin_preferences_alloc
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-plugin-preferences-new" role="function">
-<title>ags_plugin_preferences_new ()</title>
-<indexterm zone="ags-plugin-preferences-new"><primary>ags_plugin_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsPluginPreferences"><returnvalue>AgsPluginPreferences</returnvalue></link> * ags_plugin_preferences_new       ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_plugin_stock.xml b/doc/reference/ags/xml/ags_plugin_stock.xml
deleted file mode 100644
index a9c3a22..0000000
--- a/doc/reference/ags/xml/ags_plugin_stock.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-plugin-stock">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-plugin-stock.top_of_page">ags_plugin_stock</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_plugin_stock</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-plugin-stock.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-PLUGIN-NAME-VOLUME:CAPS">AGS_PLUGIN_NAME_VOLUME</link>
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-plugin-stock.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-plugin-stock.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-PLUGIN-NAME-VOLUME:CAPS" role="macro">
-<title>AGS_PLUGIN_NAME_VOLUME</title>
-<indexterm zone="AGS-PLUGIN-NAME-VOLUME:CAPS"><primary>AGS_PLUGIN_NAME_VOLUME</primary></indexterm>
-<programlisting>#define AGS_PLUGIN_NAME_VOLUME "ags-volume\0"
-</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_port.xml b/doc/reference/ags/xml/ags_port.xml
deleted file mode 100644
index 8a4c526..0000000
--- a/doc/reference/ags/xml/ags_port.xml
+++ /dev/null
@@ -1,155 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPort">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPort.top_of_page">AgsPort</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPort</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPort.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPort">AgsPort</link>;
-struct              <link linkend="AgsPortClass">AgsPortClass</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-port-find-specifier">ags_port_find_specifier</link>             (<parameter><link linkend="GList"><type>GList</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *specifier</parameter>);
-<link linkend="AgsPort"><returnvalue>AgsPort</returnvalue></link> *           <link linkend="ags-port-new">ags_port_new</link>                        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-port-safe-get-property">ags_port_safe_get_property</link>          (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-port-safe-read">ags_port_safe_read</link>                  (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-port-safe-set-property">ags_port_safe_set_property</link>          (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-port-safe-write">ags_port_safe_write</link>                 (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPort.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPort.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPort" role="struct">
-<title>struct AgsPort</title>
-<indexterm zone="AgsPort"><primary>AgsPort</primary></indexterm>
-<programlisting>struct AgsPort {
-  GObject object;
-
-  gchar *plugin_name;
-  gchar *specifier;
-
-  gchar *control_port;
-
-  gboolean port_value_is_pointer;
-  GType port_value_type;
-
-  guint port_value_size;
-  guint port_value_length;
-
-  pthread_mutex_t mutex;
-
-  union _AgsPortValue{
-    gboolean ags_port_boolean;
-    gint ags_port_int;
-    guint ags_port_uint;
-    gfloat ags_port_float;
-    gdouble ags_port_double;
-    gboolean *ags_port_boolean_ptr;
-    gint *ags_port_int_ptr;
-    guint *ags_port_uint_ptr;
-    gfloat *ags_port_float_ptr;
-    gdouble *ags_port_double_ptr;
-    gpointer ags_port_pointer;
-    GObject *ags_port_object;
-  }port_value;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPortClass" role="struct">
-<title>struct AgsPortClass</title>
-<indexterm zone="AgsPortClass"><primary>AgsPortClass</primary></indexterm>
-<programlisting>struct AgsPortClass {
-  GObjectClass object;
-
-  void (*safe_read)(AgsPort *port, GValue *value);
-  void (*safe_write)(AgsPort *port, GValue *value);
-
-  void (*safe_get_property)(AgsPort *port, gchar *property_name, GValue *value);
-  void (*safe_set_property)(AgsPort *port, gchar *property_name, GValue *value);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-port-find-specifier" role="function">
-<title>ags_port_find_specifier ()</title>
-<indexterm zone="ags-port-find-specifier"><primary>ags_port_find_specifier</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_port_find_specifier             (<parameter><link linkend="GList"><type>GList</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *specifier</parameter>);</programlisting>
-<para>
-Retrieve port by specifier.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-port-new" role="function">
-<title>ags_port_new ()</title>
-<indexterm zone="ags-port-new"><primary>ags_port_new</primary></indexterm>
-<programlisting><link linkend="AgsPort"><returnvalue>AgsPort</returnvalue></link> *           ags_port_new                        ();</programlisting>
-<para>
-Creates an <link linkend="AgsPort"><type>AgsPort</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsPort"><type>AgsPort</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-port-safe-get-property" role="function">
-<title>ags_port_safe_get_property ()</title>
-<indexterm zone="ags-port-safe-get-property"><primary>ags_port_safe_get_property</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_port_safe_get_property          (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-Perform safe get property.
-</para></refsect2>
-<refsect2 id="ags-port-safe-read" role="function">
-<title>ags_port_safe_read ()</title>
-<indexterm zone="ags-port-safe-read"><primary>ags_port_safe_read</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_port_safe_read                  (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-Perform safe write.
-</para></refsect2>
-<refsect2 id="ags-port-safe-set-property" role="function">
-<title>ags_port_safe_set_property ()</title>
-<indexterm zone="ags-port-safe-set-property"><primary>ags_port_safe_set_property</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_port_safe_set_property          (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-Perform safe set property.
-</para></refsect2>
-<refsect2 id="ags-port-safe-write" role="function">
-<title>ags_port_safe_write ()</title>
-<indexterm zone="ags-port-safe-write"><primary>ags_port_safe_write</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_port_safe_write                 (<parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_portable_thread.xml b/doc/reference/ags/xml/ags_portable_thread.xml
deleted file mode 100644
index bbd8ffb..0000000
--- a/doc/reference/ags/xml/ags_portable_thread.xml
+++ /dev/null
@@ -1,459 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPortableThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPortableThread.top_of_page">AgsPortableThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPortableThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPortableThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPortableThread">AgsPortableThread</link>;
-struct              <link linkend="AgsPortableThreadClass">AgsPortableThreadClass</link>;
-enum                <link linkend="AgsPortableThreadFlags">AgsPortableThreadFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-add-child">ags_portable_thread_add_child</link>       (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *child</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-children-is-locked">ags_portable_thread_children_is_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-first">ags_portable_thread_first</link>           (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-get-toplevel">ags_portable_thread_get_toplevel</link>    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-is-current-ready">ags_portable_thread_is_current_ready</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *current</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-is-current-synced">ags_portable_thread_is_current_synced</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *current</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-is-tree-ready">ags_portable_thread_is_tree_ready</link>   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-is-tree-synced">ags_portable_thread_is_tree_synced</link>  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-last">ags_portable_thread_last</link>            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-lock">ags_portable_thread_lock</link>            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-lock-all">ags_portable_thread_lock_all</link>        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-lock-children">ags_portable_thread_lock_children</link>   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-lock-parent">ags_portable_thread_lock_parent</link>     (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-lock-sibling">ags_portable_thread_lock_sibling</link>    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-main-loop-unlock-children">ags_portable_thread_main_loop_unlock_children</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-new">ags_portable_thread_new</link>             (<parameter><link linkend="GObject"><type>GObject</type></link> *data</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-next-children-locked">ags_portable_thread_next_children_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-next-parent-locked">ags_portable_thread_next_parent_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);
-<link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * <link linkend="ags-portable-thread-next-sibling-locked">ags_portable_thread_next_sibling_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-parental-is-locked">ags_portable_thread_parental_is_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-remove-child">ags_portable_thread_remove_child</link>    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-run">ags_portable_thread_run</link>             (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-sibling-is-locked">ags_portable_thread_sibling_is_locked</link>
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-signal-children">ags_portable_thread_signal_children</link> (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-signal-parent">ags_portable_thread_signal_parent</link>   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-signal-sibling">ags_portable_thread_signal_sibling</link>  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-start">ags_portable_thread_start</link>           (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-stop">ags_portable_thread_stop</link>            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-timelock">ags_portable_thread_timelock</link>        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-portable-thread-trylock">ags_portable_thread_trylock</link>         (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-unlock">ags_portable_thread_unlock</link>          (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-unlock-all">ags_portable_thread_unlock_all</link>      (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-unlock-children">ags_portable_thread_unlock_children</link> (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-unlock-parent">ags_portable_thread_unlock_parent</link>   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-unlock-sibling">ags_portable_thread_unlock_sibling</link>  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-wait-children">ags_portable_thread_wait_children</link>   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-wait-parent">ags_portable_thread_wait_parent</link>     (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portable-thread-wait-sibling">ags_portable_thread_wait_sibling</link>    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPortableThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPortableThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPortableThread" role="struct">
-<title>struct AgsPortableThread</title>
-<indexterm zone="AgsPortableThread"><primary>AgsPortableThread</primary></indexterm>
-<programlisting>struct AgsPortableThread {
-  GObject object;
-
-  volatile guint flags;
-
-  pth_t thread;
-  pth_attr_t thread_attr;
-
-  pth_mutex_t mutex;
-  pth_cond_t cond;
-
-  pth_mutex_t start_mutex;
-  pth_cond_t start_cond;
-
-  pth_barrier_t barrier[2];
-  gboolean first_barrier;
-  int wait_count[2];
-
-  pth_t timelock_thread;
-  pth_mutex_t timelock_mutex;
-  pth_cond_t timelock_cond;
-
-  long timelock;
-
-  GObject *devout;
-  AgsPortableThread *parent;
-
-  AgsPortableThread *next;
-  AgsPortableThread *prev;
-
-  AgsPortableThread *children;
-
-  GObject *data;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPortableThreadClass" role="struct">
-<title>struct AgsPortableThreadClass</title>
-<indexterm zone="AgsPortableThreadClass"><primary>AgsPortableThreadClass</primary></indexterm>
-<programlisting>struct AgsPortableThreadClass {
-  GObjectClass object;
-
-  void (*start)(AgsPortableThread *thread);
-  void (*run)(AgsPortableThread *thread);
-  void (*timelock)(AgsPortableThread *thread);
-  void (*stop)(AgsPortableThread *thread);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPortableThreadFlags" role="enum">
-<title>enum AgsPortableThreadFlags</title>
-<indexterm zone="AgsPortableThreadFlags"><primary>AgsPortableThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PORTABLE_THREAD_RUNNING                 = 1,
-  AGS_PORTABLE_THREAD_IDLE                    = 1 << 1,
-  AGS_PORTABLE_THREAD_LOCKED                  = 1 << 2,
-  AGS_PORTABLE_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_PORTABLE_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_PORTABLE_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_PORTABLE_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_PORTABLE_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_PORTABLE_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_PORTABLE_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_PORTABLE_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_PORTABLE_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_PORTABLE_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_PORTABLE_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_PORTABLE_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_PORTABLE_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_PORTABLE_THREAD_WAIT_0                  = 1 << 16,
-  AGS_PORTABLE_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_PORTABLE_THREAD_WAIT_1                  = 1 << 18,
-  AGS_PORTABLE_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_PORTABLE_THREAD_WAIT_2                  = 1 << 20,
-  AGS_PORTABLE_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_PORTABLE_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_PORTABLE_THREAD_TIMELOCK_RESUME         = 1 << 23,
-} AgsPortableThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-add-child" role="function">
-<title>ags_portable_thread_add_child ()</title>
-<indexterm zone="ags-portable-thread-add-child"><primary>ags_portable_thread_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_add_child       (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-children-is-locked" role="function">
-<title>ags_portable_thread_children_is_locked ()</title>
-<indexterm zone="ags-portable-thread-children-is-locked"><primary>ags_portable_thread_children_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_children_is_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-first" role="function">
-<title>ags_portable_thread_first ()</title>
-<indexterm zone="ags-portable-thread-first"><primary>ags_portable_thread_first</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_first           (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve first sibling.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-get-toplevel" role="function">
-<title>ags_portable_thread_get_toplevel ()</title>
-<indexterm zone="ags-portable-thread-get-toplevel"><primary>ags_portable_thread_get_toplevel</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_get_toplevel    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve toplevel thread.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-is-current-ready" role="function">
-<title>ags_portable_thread_is_current_ready ()</title>
-<indexterm zone="ags-portable-thread-is-current-ready"><primary>ags_portable_thread_is_current_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_is_current_ready
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *current</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-is-current-synced" role="function">
-<title>ags_portable_thread_is_current_synced ()</title>
-<indexterm zone="ags-portable-thread-is-current-synced"><primary>ags_portable_thread_is_current_synced</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_is_current_synced
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *current</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-is-tree-ready" role="function">
-<title>ags_portable_thread_is_tree_ready ()</title>
-<indexterm zone="ags-portable-thread-is-tree-ready"><primary>ags_portable_thread_is_tree_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_is_tree_ready   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-is-tree-synced" role="function">
-<title>ags_portable_thread_is_tree_synced ()</title>
-<indexterm zone="ags-portable-thread-is-tree-synced"><primary>ags_portable_thread_is_tree_synced</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_is_tree_synced  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-last" role="function">
-<title>ags_portable_thread_last ()</title>
-<indexterm zone="ags-portable-thread-last"><primary>ags_portable_thread_last</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_last            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve last sibling.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-lock" role="function">
-<title>ags_portable_thread_lock ()</title>
-<indexterm zone="ags-portable-thread-lock"><primary>ags_portable_thread_lock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_lock            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Locks the threads own mutex and sets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-lock-all" role="function">
-<title>ags_portable_thread_lock_all ()</title>
-<indexterm zone="ags-portable-thread-lock-all"><primary>ags_portable_thread_lock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_lock_all        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-lock-children" role="function">
-<title>ags_portable_thread_lock_children ()</title>
-<indexterm zone="ags-portable-thread-lock-children"><primary>ags_portable_thread_lock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_lock_children   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-lock-parent" role="function">
-<title>ags_portable_thread_lock_parent ()</title>
-<indexterm zone="ags-portable-thread-lock-parent"><primary>ags_portable_thread_lock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_lock_parent     (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Lock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-lock-sibling" role="function">
-<title>ags_portable_thread_lock_sibling ()</title>
-<indexterm zone="ags-portable-thread-lock-sibling"><primary>ags_portable_thread_lock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_lock_sibling    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-main-loop-unlock-children" role="function">
-<title>ags_portable_thread_main_loop_unlock_children ()</title>
-<indexterm zone="ags-portable-thread-main-loop-unlock-children"><primary>ags_portable_thread_main_loop_unlock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_main_loop_unlock_children
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-new" role="function">
-<title>ags_portable_thread_new ()</title>
-<indexterm zone="ags-portable-thread-new"><primary>ags_portable_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_new             (<parameter><link linkend="GObject"><type>GObject</type></link> *data</parameter>);</programlisting>
-<para>
-Create a new <link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> you may provide an <link linkend="GObject"><type>GObject</type></link> as <parameter>data</parameter>
-to your thread routine.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-next-children-locked" role="function">
-<title>ags_portable_thread_next_children_locked ()</title>
-<indexterm zone="ags-portable-thread-next-children-locked"><primary>ags_portable_thread_next_children_locked</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_next_children_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread following <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-next-parent-locked" role="function">
-<title>ags_portable_thread_next_parent_locked ()</title>
-<indexterm zone="ags-portable-thread-next-parent-locked"><primary>ags_portable_thread_next_parent_locked</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_next_parent_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Retrieve next locked thread above <parameter>thread</parameter>.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-next-sibling-locked" role="function">
-<title>ags_portable_thread_next_sibling_locked ()</title>
-<indexterm zone="ags-portable-thread-next-sibling-locked"><primary>ags_portable_thread_next_sibling_locked</primary></indexterm>
-<programlisting><link linkend="AgsPortableThread"><returnvalue>AgsPortableThread</returnvalue></link> * ags_portable_thread_next_sibling_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread neighbooring <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-parental-is-locked" role="function">
-<title>ags_portable_thread_parental_is_locked ()</title>
-<indexterm zone="ags-portable-thread-parental-is-locked"><primary>ags_portable_thread_parental_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_parental_is_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Check the AGS_PORTABLE_THREAD_LOCKED flag in parental levels.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-remove-child" role="function">
-<title>ags_portable_thread_remove_child ()</title>
-<indexterm zone="ags-portable-thread-remove-child"><primary>ags_portable_thread_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_remove_child    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-run" role="function">
-<title>ags_portable_thread_run ()</title>
-<indexterm zone="ags-portable-thread-run"><primary>ags_portable_thread_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_run             (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Only for internal use of ags_portable_thread_loop but you may want to set the your very own
-class function namely your thread's routine.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-sibling-is-locked" role="function">
-<title>ags_portable_thread_sibling_is_locked ()</title>
-<indexterm zone="ags-portable-thread-sibling-is-locked"><primary>ags_portable_thread_sibling_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_sibling_is_locked
-                                                        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Check the AGS_PORTABLE_THREAD_LOCKED flag within sibling.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-signal-children" role="function">
-<title>ags_portable_thread_signal_children ()</title>
-<indexterm zone="ags-portable-thread-signal-children"><primary>ags_portable_thread_signal_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_signal_children (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in lower levels.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-signal-parent" role="function">
-<title>ags_portable_thread_signal_parent ()</title>
-<indexterm zone="ags-portable-thread-signal-parent"><primary>ags_portable_thread_signal_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_signal_parent   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in higher levels.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-signal-sibling" role="function">
-<title>ags_portable_thread_signal_sibling ()</title>
-<indexterm zone="ags-portable-thread-signal-sibling"><primary>ags_portable_thread_signal_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_signal_sibling  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree on same level.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-start" role="function">
-<title>ags_portable_thread_start ()</title>
-<indexterm zone="ags-portable-thread-start"><primary>ags_portable_thread_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_start           (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Start the thread.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-stop" role="function">
-<title>ags_portable_thread_stop ()</title>
-<indexterm zone="ags-portable-thread-stop"><primary>ags_portable_thread_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_stop            (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Stop the threads loop by unsetting AGS_PORTABLE_THREAD_RUNNING flag.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-timelock" role="function">
-<title>ags_portable_thread_timelock ()</title>
-<indexterm zone="ags-portable-thread-timelock"><primary>ags_portable_thread_timelock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_timelock        (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-trylock" role="function">
-<title>ags_portable_thread_trylock ()</title>
-<indexterm zone="ags-portable-thread-trylock"><primary>ags_portable_thread_trylock</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_portable_thread_trylock         (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-unlock" role="function">
-<title>ags_portable_thread_unlock ()</title>
-<indexterm zone="ags-portable-thread-unlock"><primary>ags_portable_thread_unlock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_unlock          (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlocks the threads own mutex and unsets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-unlock-all" role="function">
-<title>ags_portable_thread_unlock_all ()</title>
-<indexterm zone="ags-portable-thread-unlock-all"><primary>ags_portable_thread_unlock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_unlock_all      (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portable-thread-unlock-children" role="function">
-<title>ags_portable_thread_unlock_children ()</title>
-<indexterm zone="ags-portable-thread-unlock-children"><primary>ags_portable_thread_unlock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_unlock_children (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-unlock-parent" role="function">
-<title>ags_portable_thread_unlock_parent ()</title>
-<indexterm zone="ags-portable-thread-unlock-parent"><primary>ags_portable_thread_unlock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_unlock_parent   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Unlock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-unlock-sibling" role="function">
-<title>ags_portable_thread_unlock_sibling ()</title>
-<indexterm zone="ags-portable-thread-unlock-sibling"><primary>ags_portable_thread_unlock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_unlock_sibling  (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-wait-children" role="function">
-<title>ags_portable_thread_wait_children ()</title>
-<indexterm zone="ags-portable-thread-wait-children"><primary>ags_portable_thread_wait_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_wait_children   (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on child tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-wait-parent" role="function">
-<title>ags_portable_thread_wait_parent ()</title>
-<indexterm zone="ags-portable-thread-wait-parent"><primary>ags_portable_thread_wait_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_wait_parent     (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Wait on parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-portable-thread-wait-sibling" role="function">
-<title>ags_portable_thread_wait_sibling ()</title>
-<indexterm zone="ags-portable-thread-wait-sibling"><primary>ags_portable_thread_wait_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portable_thread_wait_sibling    (<parameter><link linkend="AgsPortableThread"><type>AgsPortableThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on sibling tree structure.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_portlet.xml b/doc/reference/ags/xml/ags_portlet.xml
deleted file mode 100644
index 0ccc87b..0000000
--- a/doc/reference/ags/xml/ags_portlet.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPortlet">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPortlet.top_of_page">AgsPortlet</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPortlet</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPortlet.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsPortlet">AgsPortlet</link>;
-struct              <link linkend="AgsPortletInterface">AgsPortletInterface</link>;
-<link linkend="AgsPort"><returnvalue>AgsPort</returnvalue></link> *           <link linkend="ags-portlet-get-port">ags_portlet_get_port</link>                (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-portlet-list-safe-properties">ags_portlet_list_safe_properties</link>    (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portlet-safe-get-property">ags_portlet_safe_get_property</link>       (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portlet-safe-set-property">ags_portlet_safe_set_property</link>       (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-portlet-set-port">ags_portlet_set_port</link>                (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPortlet.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPortlet.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPortlet" role="typedef">
-<title>AgsPortlet</title>
-<indexterm zone="AgsPortlet"><primary>AgsPortlet</primary></indexterm>
-<programlisting>typedef void AgsPortlet;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPortletInterface" role="struct">
-<title>struct AgsPortletInterface</title>
-<indexterm zone="AgsPortletInterface"><primary>AgsPortletInterface</primary></indexterm>
-<programlisting>struct AgsPortletInterface {
-  GTypeInterface interface;
-
-  AgsPort* (*get_port)(AgsPortlet *portlet);
-  void (*set_port)(AgsPortlet *portlet, AgsPort *port);
-
-  GList* (*list_safe_properties)(AgsPortlet *portlet);
-
-  void (*safe_get_property)(AgsPortlet *portlet, gchar *property_name, GValue *value);
-  void (*safe_set_property)(AgsPortlet *portlet, gchar *property_name, GValue *value);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portlet-get-port" role="function">
-<title>ags_portlet_get_port ()</title>
-<indexterm zone="ags-portlet-get-port"><primary>ags_portlet_get_port</primary></indexterm>
-<programlisting><link linkend="AgsPort"><returnvalue>AgsPort</returnvalue></link> *           ags_portlet_get_port                (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portlet-list-safe-properties" role="function">
-<title>ags_portlet_list_safe_properties ()</title>
-<indexterm zone="ags-portlet-list-safe-properties"><primary>ags_portlet_list_safe_properties</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_portlet_list_safe_properties    (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portlet-safe-get-property" role="function">
-<title>ags_portlet_safe_get_property ()</title>
-<indexterm zone="ags-portlet-safe-get-property"><primary>ags_portlet_safe_get_property</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portlet_safe_get_property       (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portlet-safe-set-property" role="function">
-<title>ags_portlet_safe_set_property ()</title>
-<indexterm zone="ags-portlet-safe-set-property"><primary>ags_portlet_safe_set_property</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portlet_safe_set_property       (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *property_name</parameter>,
-                                                         <parameter><link linkend="GValue"><type>GValue</type></link> *value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-portlet-set-port" role="function">
-<title>ags_portlet_set_port ()</title>
-<indexterm zone="ags-portlet-set-port"><primary>ags_portlet_set_port</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_portlet_set_port                (<parameter><link linkend="AgsPortlet"><type>AgsPortlet</type></link> *portlet</parameter>,
-                                                         <parameter><link linkend="AgsPort"><type>AgsPort</type></link> *port</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_preferences.xml b/doc/reference/ags/xml/ags_preferences.xml
deleted file mode 100644
index 2a144fa..0000000
--- a/doc/reference/ags/xml/ags_preferences.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPreferences.top_of_page">AgsPreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPreferences">AgsPreferences</link>;
-struct              <link linkend="AgsPreferencesClass">AgsPreferencesClass</link>;
-enum                <link linkend="AgsPreferencesFlags">AgsPreferencesFlags</link>;
-<link linkend="AgsPreferences"><returnvalue>AgsPreferences</returnvalue></link> *    <link linkend="ags-preferences-new">ags_preferences_new</link>                 ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPreferences" role="struct">
-<title>struct AgsPreferences</title>
-<indexterm zone="AgsPreferences"><primary>AgsPreferences</primary></indexterm>
-<programlisting>struct AgsPreferences {
-  GtkDialog dialog;
-
-  guint flags;
-
-  GtkWindow *window;
-
-  AgsAudioPreferences *audio_preferences;
-  AgsPerformancePreferences *performance_preferences;
-  AgsServerPreferences *server_preferences;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPreferencesClass" role="struct">
-<title>struct AgsPreferencesClass</title>
-<indexterm zone="AgsPreferencesClass"><primary>AgsPreferencesClass</primary></indexterm>
-<programlisting>struct AgsPreferencesClass {
-  GtkDialogClass dialog;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPreferencesFlags" role="enum">
-<title>enum AgsPreferencesFlags</title>
-<indexterm zone="AgsPreferencesFlags"><primary>AgsPreferencesFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PREFERENCES_SHUTDOWN               = 1,
-} AgsPreferencesFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-preferences-new" role="function">
-<title>ags_preferences_new ()</title>
-<indexterm zone="ags-preferences-new"><primary>ags_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsPreferences"><returnvalue>AgsPreferences</returnvalue></link> *    ags_preferences_new                 ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_preferences_callbacks.xml b/doc/reference/ags/xml/ags_preferences_callbacks.xml
deleted file mode 100644
index 0ba1ee1..0000000
--- a/doc/reference/ags/xml/ags_preferences_callbacks.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-preferences-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-preferences-callbacks.top_of_page">ags_preferences_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_preferences_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-preferences-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-preferences-response-callback">ags_preferences_response_callback</link>   (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response_id</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> user_data</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-preferences-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-preferences-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-preferences-response-callback" role="function">
-<title>ags_preferences_response_callback ()</title>
-<indexterm zone="ags-preferences-response-callback"><primary>ags_preferences_response_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_preferences_response_callback   (<parameter><link linkend="GtkDialog"><type>GtkDialog</type></link> *dialog</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> response_id</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> user_data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_property_collection_editor.xml b/doc/reference/ags/xml/ags_property_collection_editor.xml
deleted file mode 100644
index d02dc13..0000000
--- a/doc/reference/ags/xml/ags_property_collection_editor.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPropertyCollectionEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPropertyCollectionEditor.top_of_page">AgsPropertyCollectionEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPropertyCollectionEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPropertyCollectionEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPropertyCollectionEditor">AgsPropertyCollectionEditor</link>;
-struct              <link linkend="AgsPropertyCollectionEditorClass">AgsPropertyCollectionEditorClass</link>;
-<link linkend="AgsPropertyCollectionEditor"><returnvalue>AgsPropertyCollectionEditor</returnvalue></link> * <link linkend="ags-property-collection-editor-new">ags_property_collection_editor_new</link>
-                                                        (<parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> child_parameter_count</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *child_parameter</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPropertyCollectionEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPropertyCollectionEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPropertyCollectionEditor" role="struct">
-<title>struct AgsPropertyCollectionEditor</title>
-<indexterm zone="AgsPropertyCollectionEditor"><primary>AgsPropertyCollectionEditor</primary></indexterm>
-<programlisting>struct AgsPropertyCollectionEditor {
-  AgsPropertyEditor property_editor;
-
-  GType child_type;
-  guint child_parameter_count;
-  GParameter *child_parameter;
-
-  GtkVBox *child;
-
-  GtkButton *add_collection;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPropertyCollectionEditorClass" role="struct">
-<title>struct AgsPropertyCollectionEditorClass</title>
-<indexterm zone="AgsPropertyCollectionEditorClass"><primary>AgsPropertyCollectionEditorClass</primary></indexterm>
-<programlisting>struct AgsPropertyCollectionEditorClass {
-  AgsPropertyEditorClass property_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-property-collection-editor-new" role="function">
-<title>ags_property_collection_editor_new ()</title>
-<indexterm zone="ags-property-collection-editor-new"><primary>ags_property_collection_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsPropertyCollectionEditor"><returnvalue>AgsPropertyCollectionEditor</returnvalue></link> * ags_property_collection_editor_new
-                                                        (<parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> child_parameter_count</parameter>,
-                                                         <parameter><link linkend="GParameter"><type>GParameter</type></link> *child_parameter</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_property_collection_editor_callbacks.xml b/doc/reference/ags/xml/ags_property_collection_editor_callbacks.xml
deleted file mode 100644
index 8db6528..0000000
--- a/doc/reference/ags/xml/ags_property_collection_editor_callbacks.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-property-collection-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-property-collection-editor-callbacks.top_of_page">ags_property_collection_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_property_collection_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-property-collection-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-property-collection-editor-add-collection-callback">ags_property_collection_editor_add_collection_callback</link>
-                                                        (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsPropertyCollectionEditor"><type>AgsPropertyCollectionEditor</type></link> *property_collection_editor</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-property-collection-editor-remove-collection-callback">ags_property_collection_editor_remove_collection_callback</link>
-                                                        (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="GtkTable"><type>GtkTable</type></link> *table</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-property-collection-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-property-collection-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-property-collection-editor-add-collection-callback" role="function">
-<title>ags_property_collection_editor_add_collection_callback ()</title>
-<indexterm zone="ags-property-collection-editor-add-collection-callback"><primary>ags_property_collection_editor_add_collection_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_property_collection_editor_add_collection_callback
-                                                        (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsPropertyCollectionEditor"><type>AgsPropertyCollectionEditor</type></link> *property_collection_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-property-collection-editor-remove-collection-callback" role="function">
-<title>ags_property_collection_editor_remove_collection_callback ()</title>
-<indexterm zone="ags-property-collection-editor-remove-collection-callback"><primary>ags_property_collection_editor_remove_collection_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_property_collection_editor_remove_collection_callback
-                                                        (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="GtkTable"><type>GtkTable</type></link> *table</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_property_editor.xml b/doc/reference/ags/xml/ags_property_editor.xml
deleted file mode 100644
index ad5a607..0000000
--- a/doc/reference/ags/xml/ags_property_editor.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPropertyEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPropertyEditor.top_of_page">AgsPropertyEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPropertyEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPropertyEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPropertyEditor">AgsPropertyEditor</link>;
-struct              <link linkend="AgsPropertyEditorClass">AgsPropertyEditorClass</link>;
-enum                <link linkend="AgsPropertyEditorFlags">AgsPropertyEditorFlags</link>;
-<link linkend="AgsPropertyEditor"><returnvalue>AgsPropertyEditor</returnvalue></link> * <link linkend="ags-property-editor-new">ags_property_editor_new</link>             ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPropertyEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPropertyEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPropertyEditor" role="struct">
-<title>struct AgsPropertyEditor</title>
-<indexterm zone="AgsPropertyEditor"><primary>AgsPropertyEditor</primary></indexterm>
-<programlisting>struct AgsPropertyEditor {
-  GtkVBox vbox;
-
-  guint flags;
-
-  GtkCheckButton *enabled;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPropertyEditorClass" role="struct">
-<title>struct AgsPropertyEditorClass</title>
-<indexterm zone="AgsPropertyEditorClass"><primary>AgsPropertyEditorClass</primary></indexterm>
-<programlisting>struct AgsPropertyEditorClass {
-  GtkVBoxClass vbox;
-
-  void (*apply)(AgsPropertyEditor *property_editor);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPropertyEditorFlags" role="enum">
-<title>enum AgsPropertyEditorFlags</title>
-<indexterm zone="AgsPropertyEditorFlags"><primary>AgsPropertyEditorFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_PROPERTY_EDITOR_ENABLED   =  1,
-} AgsPropertyEditorFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-property-editor-new" role="function">
-<title>ags_property_editor_new ()</title>
-<indexterm zone="ags-property-editor-new"><primary>ags_property_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsPropertyEditor"><returnvalue>AgsPropertyEditor</returnvalue></link> * ags_property_editor_new             ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_property_editor_callbacks.xml b/doc/reference/ags/xml/ags_property_editor_callbacks.xml
deleted file mode 100644
index ad77aba..0000000
--- a/doc/reference/ags/xml/ags_property_editor_callbacks.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-property-editor-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-property-editor-callbacks.top_of_page">ags_property_editor_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_property_editor_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-property-editor-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-property-editor-enable-callback">ags_property_editor_enable_callback</link> (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle</parameter>,
-                                                         <parameter><link linkend="AgsPropertyEditor"><type>AgsPropertyEditor</type></link> *property_editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-property-editor-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-property-editor-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-property-editor-enable-callback" role="function">
-<title>ags_property_editor_enable_callback ()</title>
-<indexterm zone="ags-property-editor-enable-callback"><primary>ags_property_editor_enable_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_property_editor_enable_callback (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle</parameter>,
-                                                         <parameter><link linkend="AgsPropertyEditor"><type>AgsPropertyEditor</type></link> *property_editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_property_listing_editor.xml b/doc/reference/ags/xml/ags_property_listing_editor.xml
deleted file mode 100644
index fbe2d19..0000000
--- a/doc/reference/ags/xml/ags_property_listing_editor.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsPropertyListingEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsPropertyListingEditor.top_of_page">AgsPropertyListingEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsPropertyListingEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsPropertyListingEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsPropertyListingEditor">AgsPropertyListingEditor</link>;
-struct              <link linkend="AgsPropertyListingEditorClass">AgsPropertyListingEditorClass</link>;
-<link linkend="AgsPropertyListingEditor"><returnvalue>AgsPropertyListingEditor</returnvalue></link> * <link linkend="ags-property-listing-editor-new">ags_property_listing_editor_new</link>
-                                                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsPropertyListingEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsPropertyListingEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsPropertyListingEditor" role="struct">
-<title>struct AgsPropertyListingEditor</title>
-<indexterm zone="AgsPropertyListingEditor"><primary>AgsPropertyListingEditor</primary></indexterm>
-<programlisting>struct AgsPropertyListingEditor {
-  AgsPropertyEditor property_editor;
-
-  GtkVBox *child;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsPropertyListingEditorClass" role="struct">
-<title>struct AgsPropertyListingEditorClass</title>
-<indexterm zone="AgsPropertyListingEditorClass"><primary>AgsPropertyListingEditorClass</primary></indexterm>
-<programlisting>struct AgsPropertyListingEditorClass {
-  AgsPropertyEditorClass property_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-property-listing-editor-new" role="function">
-<title>ags_property_listing_editor_new ()</title>
-<indexterm zone="ags-property-listing-editor-new"><primary>ags_property_listing_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsPropertyListingEditor"><returnvalue>AgsPropertyListingEditor</returnvalue></link> * ags_property_listing_editor_new
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall.xml b/doc/reference/ags/xml/ags_recall.xml
deleted file mode 100644
index c223e75..0000000
--- a/doc/reference/ags/xml/ags_recall.xml
+++ /dev/null
@@ -1,557 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecall">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecall.top_of_page">AgsRecall</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecall</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecall.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-RECALL-DEFAULT-BUILD-ID:CAPS">AGS_RECALL_DEFAULT_BUILD_ID</link>
-#define             <link linkend="AGS-RECALL-DEFAULT-VERSION:CAPS">AGS_RECALL_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-RECALL-HANDLER:CAPS">AGS_RECALL_HANDLER</link>                  (handler)
-struct              <link linkend="AgsRecall">AgsRecall</link>;
-struct              <link linkend="AgsRecallClass">AgsRecallClass</link>;
-enum                <link linkend="AgsRecallFlags">AgsRecallFlags</link>;
-struct              <link linkend="AgsRecallHandler">AgsRecallHandler</link>;
-enum                <link linkend="AgsRecallNotifyDependencyMode">AgsRecallNotifyDependencyMode</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-add-child">ags_recall_add_child</link>                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-add-dependency">ags_recall_add_dependency</link>           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link> *dependency</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-add-handler">ags_recall_add_handler</link>              (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallHandler"><type>AgsRecallHandler</type></link> *recall_handler</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-cancel">ags_recall_cancel</link>                   (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-child-added">ags_recall_child_added</link>              (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-done">ags_recall_done</link>                     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         <link linkend="ags-recall-duplicate">ags_recall_duplicate</link>                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-by-effect">ags_recall_find_by_effect</link>           (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-provider">ags_recall_find_provider</link>            (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-provider-with-recycling-container">ags_recall_find_provider_with_recycling_container</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-recycling-container">ags_recall_find_recycling_container</link> (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-template">ags_recall_find_template</link>            (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-type">ags_recall_find_type</link>                (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-find-type-with-recycling-container">ags_recall_find_type_with_recycling_container</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-get-children">ags_recall_get_children</link>             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-get-dependencies">ags_recall_get_dependencies</link>         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="AgsRecallHandler"><returnvalue>AgsRecallHandler</returnvalue></link> *  <link linkend="ags-recall-handler-alloc">ags_recall_handler_alloc</link>            (<parameter>const <link linkend="gchar"><type>gchar</type></link> *signal_name</parameter>,
-                                                         <parameter><link linkend="GCallback"><type>GCallback</type></link> callback</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *data</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-recall-is-done">ags_recall_is_done</link>                  (<parameter><link linkend="GList"><type>GList</type></link> *recalls</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);
-<link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         <link linkend="ags-recall-new">ags_recall_new</link>                      ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-notify-dependency">ags_recall_notify_dependency</link>        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dependency</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> count</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-remove">ags_recall_remove</link>                   (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-remove-child">ags_recall_remove_child</link>             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-remove-dependency">ags_recall_remove_dependency</link>        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *template</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-remove-handler">ags_recall_remove_handler</link>           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallHandler"><type>AgsRecallHandler</type></link> *recall_handler</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-resolve-dependencies">ags_recall_resolve_dependencies</link>     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *reall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-init">ags_recall_run_init</link>                 (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-init-inter">ags_recall_run_init_inter</link>           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-init-post">ags_recall_run_init_post</link>            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-init-pre">ags_recall_run_init_pre</link>             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-inter">ags_recall_run_inter</link>                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-post">ags_recall_run_post</link>                 (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-run-pre">ags_recall_run_pre</link>                  (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-set-devout-recursive">ags_recall_set_devout_recursive</link>     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-set-effect">ags_recall_set_effect</link>               (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-set-flags">ags_recall_set_flags</link>                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-set-recall-id">ags_recall_set_recall_id</link>            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-stop-persistent">ags_recall_stop_persistent</link>          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-template-find-provider">ags_recall_template_find_provider</link>   (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-template-find-type">ags_recall_template_find_type</link>       (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecall.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecall.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-RECALL-DEFAULT-BUILD-ID:CAPS" role="macro">
-<title>AGS_RECALL_DEFAULT_BUILD_ID</title>
-<indexterm zone="AGS-RECALL-DEFAULT-BUILD-ID:CAPS"><primary>AGS_RECALL_DEFAULT_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_RECALL_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-RECALL-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_RECALL_DEFAULT_VERSION</title>
-<indexterm zone="AGS-RECALL-DEFAULT-VERSION:CAPS"><primary>AGS_RECALL_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_RECALL_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-RECALL-HANDLER:CAPS" role="macro">
-<title>AGS_RECALL_HANDLER()</title>
-<indexterm zone="AGS-RECALL-HANDLER:CAPS"><primary>AGS_RECALL_HANDLER</primary></indexterm>
-<programlisting>#define AGS_RECALL_HANDLER(handler)    ((AgsRecallHandler *)(handler))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecall" role="struct">
-<title>struct AgsRecall</title>
-<indexterm zone="AgsRecall"><primary>AgsRecall</primary></indexterm>
-<programlisting>struct AgsRecall {
-  GObject object;
-
-  guint flags;
-
-  GObject *devout;
-  GObject *container; // see AgsRecallContainer
-
-  gchar *version;
-  gchar *build_id;
-
-  gchar *effect;
-  gchar *name;
-
-  gchar *xml_type;
-
-  GList *dependencies;
-
-  AgsRecallID *recall_id;
-
-  AgsRecall *parent;
-  GList *children;
-
-  GType child_type;
-  GParameter *child_parameters;
-  guint n_params;
-
-  GList *port;
-  
-  GList *handlers;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallClass" role="struct">
-<title>struct AgsRecallClass</title>
-<indexterm zone="AgsRecallClass"><primary>AgsRecallClass</primary></indexterm>
-<programlisting>struct AgsRecallClass {
-  GObjectClass object;
-
-  void (*resolve_dependencies)(AgsRecall *recall);
-
-  void (*run_init_pre)(AgsRecall *recall);
-  void (*run_init_inter)(AgsRecall *recall);
-  void (*run_init_post)(AgsRecall *recall);
-
-  void (*run_pre)(AgsRecall *recall);
-  void (*run_inter)(AgsRecall *recall);
-  void (*run_post)(AgsRecall *recall);
-
-  void (*stop_persistent)(AgsRecall *recall);
-  void (*done)(AgsRecall *recall);
-
-  void (*cancel)(AgsRecall *recall);
-  void (*remove)(AgsRecall *recall);
-
-  AgsRecall* (*duplicate)(AgsRecall *recall,
-			  AgsRecallID *recall_id,
-			  guint *n_params, GParameter *params); // if a sequencer is linked with a sequencer the AgsRecall's with the flag AGS_RECALL_SOURCE must be duplicated
-
-  void (*notify_dependency)(AgsRecall *recall, guint dependency, gboolean increase);
-
-  void (*child_added)(AgsRecall *recall, AgsRecall *child);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallFlags" role="enum">
-<title>enum AgsRecallFlags</title>
-<indexterm zone="AgsRecallFlags"><primary>AgsRecallFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_CONNECTED             = 1,
-  AGS_RECALL_RUN_INITIALIZED       = 1 <<  1, //TODO:JK: rename to AGS_RECALL_RUN_CONNECTED
-  AGS_RECALL_TEMPLATE              = 1 <<  2,
-  AGS_RECALL_PLAYBACK              = 1 <<  3,
-  AGS_RECALL_SEQUENCER             = 1 <<  4,
-  AGS_RECALL_NOTATION              = 1 <<  5,
-  AGS_RECALL_DEFAULT_TEMPLATE      = 1 <<  6,
-  //TODO:JK: remove because it's useless
-  //  AGS_RECALL_IS_REAL               = 1 <<  7,
-  AGS_RECALL_INPUT_ORIENTATED      = 1 <<  8,
-  AGS_RECALL_OUTPUT_ORIENTATED     = 1 <<  9,
-  AGS_RECALL_PERSISTENT            = 1 << 10,
-  AGS_RECALL_INITIAL_RUN           = 1 << 11,
-  AGS_RECALL_TERMINATING           = 1 << 12,
-  AGS_RECALL_DONE                  = 1 << 13,
-  AGS_RECALL_REMOVE                = 1 << 14,
-  AGS_RECALL_HIDE                  = 1 << 15,
-  AGS_RECALL_PROPAGATE_DONE        = 1 << 16, // see ags_recall_real_remove
-  AGS_RECALL_PERSISTENT_PLAYBACK   = 1 << 17,
-  AGS_RECALL_PERSISTENT_SEQUENCER  = 1 << 18,
-  AGS_RECALL_PERSISTENT_NOTATION   = 1 << 19,
-  AGS_RECALL_SKIP_DEPENDENCIES     = 1 << 20,
-} AgsRecallFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallHandler" role="struct">
-<title>struct AgsRecallHandler</title>
-<indexterm zone="AgsRecallHandler"><primary>AgsRecallHandler</primary></indexterm>
-<programlisting>struct AgsRecallHandler {
-  const gchar *signal_name;
-  GCallback callback;
-  GObject *data;
-  gulong handler;
-};
-</programlisting>
-<para>
-A <link linkend="AgsRecallHandler-struct"><type>AgsRecallHandler</type></link> acts as a callback definition
-</para></refsect2>
-<refsect2 id="AgsRecallNotifyDependencyMode" role="enum">
-<title>enum AgsRecallNotifyDependencyMode</title>
-<indexterm zone="AgsRecallNotifyDependencyMode"><primary>AgsRecallNotifyDependencyMode</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_NOTIFY_RUN,
-  AGS_RECALL_NOTIFY_AUDIO,
-  AGS_RECALL_NOTIFY_AUDIO_RUN,
-  AGS_RECALL_NOTIFY_CHANNEL,
-  AGS_RECALL_NOTIFY_CHANNEL_RUN,
-  AGS_RECALL_NOTIFY_RECALL,
-} AgsRecallNotifyDependencyMode;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-add-child" role="function">
-<title>ags_recall_add_child ()</title>
-<indexterm zone="ags-recall-add-child"><primary>ags_recall_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_add_child                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);</programlisting>
-<para>
-An <link linkend="AgsRecall"><type>AgsRecall</type></link> may have children.
-</para></refsect2>
-<refsect2 id="ags-recall-add-dependency" role="function">
-<title>ags_recall_add_dependency ()</title>
-<indexterm zone="ags-recall-add-dependency"><primary>ags_recall_add_dependency</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_add_dependency           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link> *dependency</parameter>);</programlisting>
-<para>
-Associate a new dependency for this recall.
-</para></refsect2>
-<refsect2 id="ags-recall-add-handler" role="function">
-<title>ags_recall_add_handler ()</title>
-<indexterm zone="ags-recall-add-handler"><primary>ags_recall_add_handler</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_add_handler              (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallHandler"><type>AgsRecallHandler</type></link> *recall_handler</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-cancel" role="function">
-<title>ags_recall_cancel ()</title>
-<indexterm zone="ags-recall-cancel"><primary>ags_recall_cancel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_cancel                   (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-The <link linkend="AgsRecall"><type>AgsRecall</type></link> doesn't want to run anymore, it aborts further execution.
-</para></refsect2>
-<refsect2 id="ags-recall-child-added" role="function">
-<title>ags_recall_child_added ()</title>
-<indexterm zone="ags-recall-child-added"><primary>ags_recall_child_added</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_child_added              (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-done" role="function">
-<title>ags_recall_done ()</title>
-<indexterm zone="ags-recall-done"><primary>ags_recall_done</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_done                     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-The <link linkend="AgsRecall"><type>AgsRecall</type></link> doesn't want to run anymore, it has been done its
-work.
-</para></refsect2>
-<refsect2 id="ags-recall-duplicate" role="function">
-<title>ags_recall_duplicate ()</title>
-<indexterm zone="ags-recall-duplicate"><primary>ags_recall_duplicate</primary></indexterm>
-<programlisting><link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         ags_recall_duplicate                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Should duplicate an <link linkend="AgsRecall"><type>AgsRecall</type></link>, so it can pass the runs. Mainly used for
-creating duplicates from templates, see <link linkend="AGS-RECALL-TEMPLATE:CAPS"><type>AGS_RECALL_TEMPLATE</type></link>.
-</para></refsect2>
-<refsect2 id="ags-recall-find-by-effect" role="function">
-<title>ags_recall_find_by_effect ()</title>
-<indexterm zone="ags-recall-find-by-effect"><primary>ags_recall_find_by_effect</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_by_effect           (<parameter><link linkend="GList"><type>GList</type></link> *list</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>);</programlisting>
-<para>
-Finds next matching effect name. Intended to be used as
-iteration function.
-</para></refsect2>
-<refsect2 id="ags-recall-find-provider" role="function">
-<title>ags_recall_find_provider ()</title>
-<indexterm zone="ags-recall-find-provider"><primary>ags_recall_find_provider</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_provider            (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-find-provider-with-recycling-container" role="function">
-<title>ags_recall_find_provider_with_recycling_container ()</title>
-<indexterm zone="ags-recall-find-provider-with-recycling-container"><primary>ags_recall_find_provider_with_recycling_container</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_provider_with_recycling_container
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-find-recycling-container" role="function">
-<title>ags_recall_find_recycling_container ()</title>
-<indexterm zone="ags-recall-find-recycling-container"><primary>ags_recall_find_recycling_container</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_recycling_container (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Finds next matching recall which has <parameter>recycling_container</parameter>, see <link linkend="AgsRecallId"><type>AgsRecallId</type></link> for further
-details about <link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link>. Intended to be used as iteration function.
-</para></refsect2>
-<refsect2 id="ags-recall-find-template" role="function">
-<title>ags_recall_find_template ()</title>
-<indexterm zone="ags-recall-find-template"><primary>ags_recall_find_template</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_template            (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>);</programlisting>
-<para>
-Finds next template, see <link linkend="AGS-RECALL-TEMPLATE:CAPS"><type>AGS_RECALL_TEMPLATE</type></link> flag. Intended to be used as
-iteration function.
-</para></refsect2>
-<refsect2 id="ags-recall-find-type" role="function">
-<title>ags_recall_find_type ()</title>
-<indexterm zone="ags-recall-find-type"><primary>ags_recall_find_type</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_type                (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>);</programlisting>
-<para>
-Like <link linkend="ags-recall-find-provider"><function>ags_recall_find_provider()</function></link> but given additionally <parameter>recycling_container</parameter> as search parameter.
-</para></refsect2>
-<refsect2 id="ags-recall-find-type-with-recycling-container" role="function">
-<title>ags_recall_find_type_with_recycling_container ()</title>
-<indexterm zone="ags-recall-find-type-with-recycling-container"><primary>ags_recall_find_type_with_recycling_container</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_find_type_with_recycling_container
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Finds next matching recall for type which has <parameter>recycling_container</parameter>, see <link linkend="AgsRecallId"><type>AgsRecallId</type></link> for further
-details about <link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link>. Intended to be used as iteration function.
-</para></refsect2>
-<refsect2 id="ags-recall-get-children" role="function">
-<title>ags_recall_get_children ()</title>
-<indexterm zone="ags-recall-get-children"><primary>ags_recall_get_children</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_get_children             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-</refsect2>
-<refsect2 id="ags-recall-get-dependencies" role="function">
-<title>ags_recall_get_dependencies ()</title>
-<indexterm zone="ags-recall-get-dependencies"><primary>ags_recall_get_dependencies</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_get_dependencies         (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-</refsect2>
-<refsect2 id="ags-recall-handler-alloc" role="function">
-<title>ags_recall_handler_alloc ()</title>
-<indexterm zone="ags-recall-handler-alloc"><primary>ags_recall_handler_alloc</primary></indexterm>
-<programlisting><link linkend="AgsRecallHandler"><returnvalue>AgsRecallHandler</returnvalue></link> *  ags_recall_handler_alloc            (<parameter>const <link linkend="gchar"><type>gchar</type></link> *signal_name</parameter>,
-                                                         <parameter><link linkend="GCallback"><type>GCallback</type></link> callback</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-is-done" role="function">
-<title>ags_recall_is_done ()</title>
-<indexterm zone="ags-recall-is-done"><primary>ags_recall_is_done</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_recall_is_done                  (<parameter><link linkend="GList"><type>GList</type></link> *recalls</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Check if recall is over.
-</para></refsect2>
-<refsect2 id="ags-recall-new" role="function">
-<title>ags_recall_new ()</title>
-<indexterm zone="ags-recall-new"><primary>ags_recall_new</primary></indexterm>
-<programlisting><link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         ags_recall_new                      ();</programlisting>
-<para>
-Creates an <link linkend="AgsRecall"><type>AgsRecall</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecall"><type>AgsRecall</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-notify-dependency" role="function">
-<title>ags_recall_notify_dependency ()</title>
-<indexterm zone="ags-recall-notify-dependency"><primary>ags_recall_notify_dependency</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_notify_dependency        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> dependency</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> count</parameter>);</programlisting>
-<para>
-Notifies a recall that an other depends on it.
-</para></refsect2>
-<refsect2 id="ags-recall-remove" role="function">
-<title>ags_recall_remove ()</title>
-<indexterm zone="ags-recall-remove"><primary>ags_recall_remove</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_remove                   (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-The <link linkend="AgsRecall"><type>AgsRecall</type></link> will be removed immediately.
-</para></refsect2>
-<refsect2 id="ags-recall-remove-child" role="function">
-<title>ags_recall_remove_child ()</title>
-<indexterm zone="ags-recall-remove-child"><primary>ags_recall_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_remove_child             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *child</parameter>);</programlisting>
-<para>
-An <link linkend="AgsRecall"><type>AgsRecall</type></link> may have children.
-</para></refsect2>
-<refsect2 id="ags-recall-remove-dependency" role="function">
-<title>ags_recall_remove_dependency ()</title>
-<indexterm zone="ags-recall-remove-dependency"><primary>ags_recall_remove_dependency</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_remove_dependency        (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *template</parameter>);</programlisting>
-<para>
-Remove a prior associated dependency.
-</para></refsect2>
-<refsect2 id="ags-recall-remove-handler" role="function">
-<title>ags_recall_remove_handler ()</title>
-<indexterm zone="ags-recall-remove-handler"><primary>ags_recall_remove_handler</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_remove_handler           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallHandler"><type>AgsRecallHandler</type></link> *recall_handler</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-resolve-dependencies" role="function">
-<title>ags_recall_resolve_dependencies ()</title>
-<indexterm zone="ags-recall-resolve-dependencies"><primary>ags_recall_resolve_dependencies</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_resolve_dependencies     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *reall</parameter>);</programlisting>
-<para>
-A signal indicating that the inheriting object should resolve
-it's dependencies.
-</para></refsect2>
-<refsect2 id="ags-recall-run-init" role="function">
-<title>ags_recall_run_init ()</title>
-<indexterm zone="ags-recall-run-init"><primary>ags_recall_run_init</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_init                 (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stage</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-run-init-inter" role="function">
-<title>ags_recall_run_init_inter ()</title>
-<indexterm zone="ags-recall-run-init-inter"><primary>ags_recall_run_init_inter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_init_inter           (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-This is the inter stage within a run.
-</para></refsect2>
-<refsect2 id="ags-recall-run-init-post" role="function">
-<title>ags_recall_run_init_post ()</title>
-<indexterm zone="ags-recall-run-init-post"><primary>ags_recall_run_init_post</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_init_post            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-This is the post stage within a run.
-</para></refsect2>
-<refsect2 id="ags-recall-run-init-pre" role="function">
-<title>ags_recall_run_init_pre ()</title>
-<indexterm zone="ags-recall-run-init-pre"><primary>ags_recall_run_init_pre</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_init_pre             (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-This is the pre stage within a run.
-</para></refsect2>
-<refsect2 id="ags-recall-run-inter" role="function">
-<title>ags_recall_run_inter ()</title>
-<indexterm zone="ags-recall-run-inter"><primary>ags_recall_run_inter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_inter                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-run-post" role="function">
-<title>ags_recall_run_post ()</title>
-<indexterm zone="ags-recall-run-post"><primary>ags_recall_run_post</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_post                 (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-run-pre" role="function">
-<title>ags_recall_run_pre ()</title>
-<indexterm zone="ags-recall-run-pre"><primary>ags_recall_run_pre</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_run_pre                  (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-set-devout-recursive" role="function">
-<title>ags_recall_set_devout_recursive ()</title>
-<indexterm zone="ags-recall-set-devout-recursive"><primary>ags_recall_set_devout_recursive</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_set_devout_recursive     (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-set-effect" role="function">
-<title>ags_recall_set_effect ()</title>
-<indexterm zone="ags-recall-set-effect"><primary>ags_recall_set_effect</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_set_effect               (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *effect</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-set-flags" role="function">
-<title>ags_recall_set_flags ()</title>
-<indexterm zone="ags-recall-set-flags"><primary>ags_recall_set_flags</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_set_flags                (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> flags</parameter>);</programlisting>
-<para>
-Set flags recursivly.
-</para></refsect2>
-<refsect2 id="ags-recall-set-recall-id" role="function">
-<title>ags_recall_set_recall_id ()</title>
-<indexterm zone="ags-recall-set-recall-id"><primary>ags_recall_set_recall_id</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_set_recall_id            (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Sets the recall id recursively.
-</para></refsect2>
-<refsect2 id="ags-recall-stop-persistent" role="function">
-<title>ags_recall_stop_persistent ()</title>
-<indexterm zone="ags-recall-stop-persistent"><primary>ags_recall_stop_persistent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_stop_persistent          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>);</programlisting>
-<para>
-Unsets the <link linkend="AGS-RECALL-PERSISTENT:CAPS"><literal>AGS_RECALL_PERSISTENT</literal></link> flag set and invokes <link linkend="ags-recall-done"><function>ags_recall_done()</function></link>.
-</para></refsect2>
-<refsect2 id="ags-recall-template-find-provider" role="function">
-<title>ags_recall_template_find_provider ()</title>
-<indexterm zone="ags-recall-template-find-provider"><primary>ags_recall_template_find_provider</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_template_find_provider   (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-template-find-type" role="function">
-<title>ags_recall_template_find_type ()</title>
-<indexterm zone="ags-recall-template-find-type"><primary>ags_recall_template_find_type</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_template_find_type       (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_audio.xml b/doc/reference/ags/xml/ags_recall_audio.xml
deleted file mode 100644
index 298e438..0000000
--- a/doc/reference/ags/xml/ags_recall_audio.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallAudio.top_of_page">AgsRecallAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallAudio">AgsRecallAudio</link>;
-struct              <link linkend="AgsRecallAudioClass">AgsRecallAudioClass</link>;
-<link linkend="AgsRecallAudio"><returnvalue>AgsRecallAudio</returnvalue></link> *    <link linkend="ags-recall-audio-new">ags_recall_audio_new</link>                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallAudio" role="struct">
-<title>struct AgsRecallAudio</title>
-<indexterm zone="AgsRecallAudio"><primary>AgsRecallAudio</primary></indexterm>
-<programlisting>struct AgsRecallAudio {
-  AgsRecall recall;
-
-  AgsAudio *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallAudioClass" role="struct">
-<title>struct AgsRecallAudioClass</title>
-<indexterm zone="AgsRecallAudioClass"><primary>AgsRecallAudioClass</primary></indexterm>
-<programlisting>struct AgsRecallAudioClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-audio-new" role="function">
-<title>ags_recall_audio_new ()</title>
-<indexterm zone="ags-recall-audio-new"><primary>ags_recall_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallAudio"><returnvalue>AgsRecallAudio</returnvalue></link> *    ags_recall_audio_new                (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsRecallAudio"><type>AgsRecallAudio</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallAudio"><type>AgsRecallAudio</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_audio_run.xml b/doc/reference/ags/xml/ags_recall_audio_run.xml
deleted file mode 100644
index 75c98a0..0000000
--- a/doc/reference/ags/xml/ags_recall_audio_run.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallAudioRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallAudioRun.top_of_page">AgsRecallAudioRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallAudioRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallAudioRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallAudioRun">AgsRecallAudioRun</link>;
-struct              <link linkend="AgsRecallAudioRunClass">AgsRecallAudioRunClass</link>;
-<link linkend="AgsRecallAudioRun"><returnvalue>AgsRecallAudioRun</returnvalue></link> * <link linkend="ags-recall-audio-run-new">ags_recall_audio_run_new</link>            ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallAudioRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallAudioRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallAudioRun" role="struct">
-<title>struct AgsRecallAudioRun</title>
-<indexterm zone="AgsRecallAudioRun"><primary>AgsRecallAudioRun</primary></indexterm>
-<programlisting>struct AgsRecallAudioRun {
-  AgsRecall recall;
-
-  AgsRecallAudio *recall_audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallAudioRunClass" role="struct">
-<title>struct AgsRecallAudioRunClass</title>
-<indexterm zone="AgsRecallAudioRunClass"><primary>AgsRecallAudioRunClass</primary></indexterm>
-<programlisting>struct AgsRecallAudioRunClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-audio-run-new" role="function">
-<title>ags_recall_audio_run_new ()</title>
-<indexterm zone="ags-recall-audio-run-new"><primary>ags_recall_audio_run_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallAudioRun"><returnvalue>AgsRecallAudioRun</returnvalue></link> * ags_recall_audio_run_new            ();</programlisting>
-<para>
-Creates an <link linkend="AgsRecallAudioRun"><type>AgsRecallAudioRun</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallAudioRun"><type>AgsRecallAudioRun</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_audio_signal.xml b/doc/reference/ags/xml/ags_recall_audio_signal.xml
deleted file mode 100644
index 67f108f..0000000
--- a/doc/reference/ags/xml/ags_recall_audio_signal.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallAudioSignal.top_of_page">AgsRecallAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallAudioSignal">AgsRecallAudioSignal</link>;
-struct              <link linkend="AgsRecallAudioSignalClass">AgsRecallAudioSignalClass</link>;
-enum                <link linkend="AgsRecallAudioSignalFlags">AgsRecallAudioSignalFlags</link>;
-<link linkend="AgsRecallAudioSignal"><returnvalue>AgsRecallAudioSignal</returnvalue></link> * <link linkend="ags-recall-audio-signal-new">ags_recall_audio_signal_new</link>      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallAudioSignal" role="struct">
-<title>struct AgsRecallAudioSignal</title>
-<indexterm zone="AgsRecallAudioSignal"><primary>AgsRecallAudioSignal</primary></indexterm>
-<programlisting>struct AgsRecallAudioSignal {
-  AgsRecall recall;
-
-  guint flags;
-
-  guint audio_channel;
-
-  AgsAudioSignal *destination;
-
-  AgsAudioSignal *source;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallAudioSignalClass" role="struct">
-<title>struct AgsRecallAudioSignalClass</title>
-<indexterm zone="AgsRecallAudioSignalClass"><primary>AgsRecallAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsRecallAudioSignalClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallAudioSignalFlags" role="enum">
-<title>enum AgsRecallAudioSignalFlags</title>
-<indexterm zone="AgsRecallAudioSignalFlags"><primary>AgsRecallAudioSignalFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_AUDIO_SIGNAL_INITIAL_RUN      = 1,
-} AgsRecallAudioSignalFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-audio-signal-new" role="function">
-<title>ags_recall_audio_signal_new ()</title>
-<indexterm zone="ags-recall-audio-signal-new"><primary>ags_recall_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallAudioSignal"><returnvalue>AgsRecallAudioSignal</returnvalue></link> * ags_recall_audio_signal_new      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *destination</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *source</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsRecallAudioSignal"><type>AgsRecallAudioSignal</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallAudioSignal"><type>AgsRecallAudioSignal</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_channel.xml b/doc/reference/ags/xml/ags_recall_channel.xml
deleted file mode 100644
index 21595d1..0000000
--- a/doc/reference/ags/xml/ags_recall_channel.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallChannel.top_of_page">AgsRecallChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallChannel">AgsRecallChannel</link>;
-struct              <link linkend="AgsRecallChannelClass">AgsRecallChannelClass</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-channel-find-channel">ags_recall_channel_find_channel</link>     (<parameter><link linkend="GList"><type>GList</type></link> *recall_channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-<link linkend="AgsRecallChannel"><returnvalue>AgsRecallChannel</returnvalue></link> *  <link linkend="ags-recall-channel-new">ags_recall_channel_new</link>              ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallChannel" role="struct">
-<title>struct AgsRecallChannel</title>
-<indexterm zone="AgsRecallChannel"><primary>AgsRecallChannel</primary></indexterm>
-<programlisting>struct AgsRecallChannel {
-  AgsRecall recall;
-
-  AgsChannel *destination;
-  AgsChannel *source;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallChannelClass" role="struct">
-<title>struct AgsRecallChannelClass</title>
-<indexterm zone="AgsRecallChannelClass"><primary>AgsRecallChannelClass</primary></indexterm>
-<programlisting>struct AgsRecallChannelClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-channel-find-channel" role="function">
-<title>ags_recall_channel_find_channel ()</title>
-<indexterm zone="ags-recall-channel-find-channel"><primary>ags_recall_channel_find_channel</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_channel_find_channel     (<parameter><link linkend="GList"><type>GList</type></link> *recall_channel</parameter>,
-                                                         <parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-Retrieve next recall assigned to channel.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-channel-new" role="function">
-<title>ags_recall_channel_new ()</title>
-<indexterm zone="ags-recall-channel-new"><primary>ags_recall_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallChannel"><returnvalue>AgsRecallChannel</returnvalue></link> *  ags_recall_channel_new              ();</programlisting>
-<para>
-Creates an <link linkend="AgsRecallChannel"><type>AgsRecallChannel</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallChannel"><type>AgsRecallChannel</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_channel_run.xml b/doc/reference/ags/xml/ags_recall_channel_run.xml
deleted file mode 100644
index 0f2d764..0000000
--- a/doc/reference/ags/xml/ags_recall_channel_run.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallChannelRun.top_of_page">AgsRecallChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallChannelRun">AgsRecallChannelRun</link>;
-struct              <link linkend="AgsRecallChannelRunClass">AgsRecallChannelRunClass</link>;
-<link linkend="guint"><returnvalue>guint</returnvalue></link>               <link linkend="ags-recall-channel-run-get-run-order">ags_recall_channel_run_get_run_order</link>
-                                                        (<parameter><link linkend="AgsRecallChannelRun"><type>AgsRecallChannelRun</type></link> *recall_channel_run</parameter>);
-<link linkend="AgsRecallChannelRun"><returnvalue>AgsRecallChannelRun</returnvalue></link> * <link linkend="ags-recall-channel-run-new">ags_recall_channel_run_new</link>        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-channel-run-run-order-changed">ags_recall_channel_run_run_order_changed</link>
-                                                        (<parameter><link linkend="AgsRecallChannelRun"><type>AgsRecallChannelRun</type></link> *recall_channel_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallChannelRun" role="struct">
-<title>struct AgsRecallChannelRun</title>
-<indexterm zone="AgsRecallChannelRun"><primary>AgsRecallChannelRun</primary></indexterm>
-<programlisting>struct AgsRecallChannelRun {
-  AgsRecall recall;
-
-  guint audio_channel;
-
-  AgsRecallChannel *recall_channel;
-  AgsRecallAudioRun *recall_audio_run;
-
-  AgsChannel *destination;
-  gulong destination_recycling_changed_handler;
-  gulong changed_output_handler;
-
-  AgsChannel *source;
-  gulong source_recycling_changed_handler;
-
-  guint run_order;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallChannelRunClass" role="struct">
-<title>struct AgsRecallChannelRunClass</title>
-<indexterm zone="AgsRecallChannelRunClass"><primary>AgsRecallChannelRunClass</primary></indexterm>
-<programlisting>struct AgsRecallChannelRunClass {
-  AgsRecallClass recall;
-
-  void (*run_order_changed)(AgsRecallChannelRun *recall_channel_run, guint nth_run);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-channel-run-get-run-order" role="function">
-<title>ags_recall_channel_run_get_run_order ()</title>
-<indexterm zone="ags-recall-channel-run-get-run-order"><primary>ags_recall_channel_run_get_run_order</primary></indexterm>
-<programlisting><link linkend="guint"><returnvalue>guint</returnvalue></link>               ags_recall_channel_run_get_run_order
-                                                        (<parameter><link linkend="AgsRecallChannelRun"><type>AgsRecallChannelRun</type></link> *recall_channel_run</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-channel-run-new" role="function">
-<title>ags_recall_channel_run_new ()</title>
-<indexterm zone="ags-recall-channel-run-new"><primary>ags_recall_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallChannelRun"><returnvalue>AgsRecallChannelRun</returnvalue></link> * ags_recall_channel_run_new        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-channel-run-run-order-changed" role="function">
-<title>ags_recall_channel_run_run_order_changed ()</title>
-<indexterm zone="ags-recall-channel-run-run-order-changed"><primary>ags_recall_channel_run_run_order_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_channel_run_run_order_changed
-                                                        (<parameter><link linkend="AgsRecallChannelRun"><type>AgsRecallChannelRun</type></link> *recall_channel_run</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> run_order</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_channel_run_dummy.xml b/doc/reference/ags/xml/ags_recall_channel_run_dummy.xml
deleted file mode 100644
index 93e2aa2..0000000
--- a/doc/reference/ags/xml/ags_recall_channel_run_dummy.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallChannelRunDummy">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallChannelRunDummy.top_of_page">AgsRecallChannelRunDummy</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallChannelRunDummy</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallChannelRunDummy.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallChannelRunDummy">AgsRecallChannelRunDummy</link>;
-struct              <link linkend="AgsRecallChannelRunDummyClass">AgsRecallChannelRunDummyClass</link>;
-<link linkend="AgsRecallChannelRunDummy"><returnvalue>AgsRecallChannelRunDummy</returnvalue></link> * <link linkend="ags-recall-channel-run-dummy-new">ags_recall_channel_run_dummy_new</link>
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> recycling_dummy_child_type</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallChannelRunDummy.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallChannelRunDummy.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallChannelRunDummy" role="struct">
-<title>struct AgsRecallChannelRunDummy</title>
-<indexterm zone="AgsRecallChannelRunDummy"><primary>AgsRecallChannelRunDummy</primary></indexterm>
-<programlisting>struct AgsRecallChannelRunDummy {
-  AgsRecallChannelRun recall_channel_run;
-
-  GType recycling_dummy_child_type;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallChannelRunDummyClass" role="struct">
-<title>struct AgsRecallChannelRunDummyClass</title>
-<indexterm zone="AgsRecallChannelRunDummyClass"><primary>AgsRecallChannelRunDummyClass</primary></indexterm>
-<programlisting>struct AgsRecallChannelRunDummyClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-channel-run-dummy-new" role="function">
-<title>ags_recall_channel_run_dummy_new ()</title>
-<indexterm zone="ags-recall-channel-run-dummy-new"><primary>ags_recall_channel_run_dummy_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallChannelRunDummy"><returnvalue>AgsRecallChannelRunDummy</returnvalue></link> * ags_recall_channel_run_dummy_new
-                                                        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> recycling_dummy_child_type</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsRecallChannelRunDummy"><type>AgsRecallChannelRunDummy</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallChannelRunDummy"><type>AgsRecallChannelRunDummy</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_container.xml b/doc/reference/ags/xml/ags_recall_container.xml
deleted file mode 100644
index 99736b2..0000000
--- a/doc/reference/ags/xml/ags_recall_container.xml
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallContainer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallContainer.top_of_page">AgsRecallContainer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallContainer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallContainer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallContainer">AgsRecallContainer</link>;
-struct              <link linkend="AgsRecallContainerClass">AgsRecallContainerClass</link>;
-enum                <link linkend="AgsRecallContainerFindFlags">AgsRecallContainerFindFlags</link>;
-enum                <link linkend="AgsRecallContainerFlags">AgsRecallContainerFlags</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-container-find">ags_recall_container_find</link>           (<parameter><link linkend="GList"><type>GList</type></link> *recall_container</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> find_flags</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         <link linkend="ags-recall-container-get-recall-audio">ags_recall_container_get_recall_audio</link>
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-container-get-recall-audio-run">ags_recall_container_get_recall_audio_run</link>
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-container-get-recall-channel">ags_recall_container_get_recall_channel</link>
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-container-get-recall-channel-run">ags_recall_container_get_recall_channel_run</link>
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);
-<link linkend="AgsRecallContainer"><returnvalue>AgsRecallContainer</returnvalue></link> * <link linkend="ags-recall-container-new">ags_recall_container_new</link>           ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallContainer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallContainer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallContainer" role="struct">
-<title>struct AgsRecallContainer</title>
-<indexterm zone="AgsRecallContainer"><primary>AgsRecallContainer</primary></indexterm>
-<programlisting>struct AgsRecallContainer {
-  GObject object;
-  
-  guint flags;
-
-  GType recall_audio_type;
-  AgsRecall *recall_audio;
-
-  GType recall_audio_run_type;
-  GList *recall_audio_run;
-
-  GType recall_channel_type;
-  GList *recall_channel;
-
-  GType recall_channel_run_type;
-  GList *recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallContainerClass" role="struct">
-<title>struct AgsRecallContainerClass</title>
-<indexterm zone="AgsRecallContainerClass"><primary>AgsRecallContainerClass</primary></indexterm>
-<programlisting>struct AgsRecallContainerClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallContainerFindFlags" role="enum">
-<title>enum AgsRecallContainerFindFlags</title>
-<indexterm zone="AgsRecallContainerFindFlags"><primary>AgsRecallContainerFindFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_CONTAINER_FIND_TYPE,
-  AGS_RECALL_CONTAINER_FIND_TEMPLATE,
-  AGS_RECALL_CONTAINER_FIND_RECALL_ID,
-} AgsRecallContainerFindFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallContainerFlags" role="enum">
-<title>enum AgsRecallContainerFlags</title>
-<indexterm zone="AgsRecallContainerFlags"><primary>AgsRecallContainerFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_CONTAINER_PLAY    =  1,
-} AgsRecallContainerFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-container-find" role="function">
-<title>ags_recall_container_find ()</title>
-<indexterm zone="ags-recall-container-find"><primary>ags_recall_container_find</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_container_find           (<parameter><link linkend="GList"><type>GList</type></link> *recall_container</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> find_flags</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Finds <link linkend="AgsRecall"><type>AgsRecall</type></link> for appropriate search criteria.
-</para></refsect2>
-<refsect2 id="ags-recall-container-get-recall-audio" role="function">
-<title>ags_recall_container_get_recall_audio ()</title>
-<indexterm zone="ags-recall-container-get-recall-audio"><primary>ags_recall_container_get_recall_audio</primary></indexterm>
-<programlisting><link linkend="AgsRecall"><returnvalue>AgsRecall</returnvalue></link> *         ags_recall_container_get_recall_audio
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);</programlisting>
-<para>
-Retrieve recall audio of container.
-</para></refsect2>
-<refsect2 id="ags-recall-container-get-recall-audio-run" role="function">
-<title>ags_recall_container_get_recall_audio_run ()</title>
-<indexterm zone="ags-recall-container-get-recall-audio-run"><primary>ags_recall_container_get_recall_audio_run</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_container_get_recall_audio_run
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);</programlisting>
-<para>
-Retrieve recall audio run of container.
-</para></refsect2>
-<refsect2 id="ags-recall-container-get-recall-channel" role="function">
-<title>ags_recall_container_get_recall_channel ()</title>
-<indexterm zone="ags-recall-container-get-recall-channel"><primary>ags_recall_container_get_recall_channel</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_container_get_recall_channel
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);</programlisting>
-<para>
-Retrieve the recall channel of container.
-</para></refsect2>
-<refsect2 id="ags-recall-container-get-recall-channel-run" role="function">
-<title>ags_recall_container_get_recall_channel_run ()</title>
-<indexterm zone="ags-recall-container-get-recall-channel-run"><primary>ags_recall_container_get_recall_channel_run</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_container_get_recall_channel_run
-                                                        (<parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *container</parameter>);</programlisting>
-<para>
-Retrieve the recall channel run of container.
-</para></refsect2>
-<refsect2 id="ags-recall-container-new" role="function">
-<title>ags_recall_container_new ()</title>
-<indexterm zone="ags-recall-container-new"><primary>ags_recall_container_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallContainer"><returnvalue>AgsRecallContainer</returnvalue></link> * ags_recall_container_new           ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_dependency.xml b/doc/reference/ags/xml/ags_recall_dependency.xml
deleted file mode 100644
index 06e631e..0000000
--- a/doc/reference/ags/xml/ags_recall_dependency.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallDependency">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallDependency.top_of_page">AgsRecallDependency</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallDependency</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallDependency.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallDependency">AgsRecallDependency</link>;
-struct              <link linkend="AgsRecallDependencyClass">AgsRecallDependencyClass</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-dependency-find-dependency">ags_recall_dependency_find_dependency</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_dependencies</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *dependency</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-dependency-find-dependency-by-provider">ags_recall_dependency_find_dependency_by_provider</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_dependencies</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);
-<link linkend="AgsRecallDependency"><returnvalue>AgsRecallDependency</returnvalue></link> * <link linkend="ags-recall-dependency-new">ags_recall_dependency_new</link>         (<parameter><link linkend="GObject"><type>GObject</type></link> *dependency</parameter>);
-<link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           <link linkend="ags-recall-dependency-resolve">ags_recall_dependency_resolve</link>       (<parameter><link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link> *recall_dependency</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallDependency.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallDependency.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallDependency" role="struct">
-<title>struct AgsRecallDependency</title>
-<indexterm zone="AgsRecallDependency"><primary>AgsRecallDependency</primary></indexterm>
-<programlisting>struct AgsRecallDependency {
-  GObject object;
-
-  GObject *dependency;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallDependencyClass" role="struct">
-<title>struct AgsRecallDependencyClass</title>
-<indexterm zone="AgsRecallDependencyClass"><primary>AgsRecallDependencyClass</primary></indexterm>
-<programlisting>struct AgsRecallDependencyClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-dependency-find-dependency" role="function">
-<title>ags_recall_dependency_find_dependency ()</title>
-<indexterm zone="ags-recall-dependency-find-dependency"><primary>ags_recall_dependency_find_dependency</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_dependency_find_dependency
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_dependencies</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *dependency</parameter>);</programlisting>
-<para>
-Retrieve dependency.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-dependency-find-dependency-by-provider" role="function">
-<title>ags_recall_dependency_find_dependency_by_provider ()</title>
-<indexterm zone="ags-recall-dependency-find-dependency-by-provider"><primary>ags_recall_dependency_find_dependency_by_provider</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_dependency_find_dependency_by_provider
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_dependencies</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *provider</parameter>);</programlisting>
-<para>
-Retrieve dependency by provider.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-dependency-new" role="function">
-<title>ags_recall_dependency_new ()</title>
-<indexterm zone="ags-recall-dependency-new"><primary>ags_recall_dependency_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallDependency"><returnvalue>AgsRecallDependency</returnvalue></link> * ags_recall_dependency_new         (<parameter><link linkend="GObject"><type>GObject</type></link> *dependency</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-dependency-resolve" role="function">
-<title>ags_recall_dependency_resolve ()</title>
-<indexterm zone="ags-recall-dependency-resolve"><primary>ags_recall_dependency_resolve</primary></indexterm>
-<programlisting><link linkend="GObject"><returnvalue>GObject</returnvalue></link> *           ags_recall_dependency_resolve       (<parameter><link linkend="AgsRecallDependency"><type>AgsRecallDependency</type></link> *recall_dependency</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Resolve dependency.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the <link linkend="AgsRecall"><type>AgsRecall</type></link> dependency.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_factory.xml b/doc/reference/ags/xml/ags_recall_factory.xml
deleted file mode 100644
index 6100ee1..0000000
--- a/doc/reference/ags/xml/ags_recall_factory.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallFactory">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallFactory.top_of_page">AgsRecallFactory</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallFactory</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallFactory.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallFactory">AgsRecallFactory</link>;
-struct              <link linkend="AgsRecallFactoryClass">AgsRecallFactoryClass</link>;
-enum                <link linkend="AgsRecallFactoryCreateFlags">AgsRecallFactoryCreateFlags</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-factory-create">ags_recall_factory_create</link>           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *play_container</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_audio_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stop_audio_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_pad</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stop_pad</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> create_flags</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> recall_flags</parameter>);
-<link linkend="AgsRecallFactory"><returnvalue>AgsRecallFactory</returnvalue></link> *  <link linkend="ags-recall-factory-get-instance">ags_recall_factory_get_instance</link>     ();
-<link linkend="AgsRecallFactory"><returnvalue>AgsRecallFactory</returnvalue></link> *  <link linkend="ags-recall-factory-new">ags_recall_factory_new</link>              ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-factory-remove">ags_recall_factory_remove</link>           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallFactory.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallFactory.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallFactory" role="struct">
-<title>struct AgsRecallFactory</title>
-<indexterm zone="AgsRecallFactory"><primary>AgsRecallFactory</primary></indexterm>
-<programlisting>struct AgsRecallFactory {
-  GObject object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallFactoryClass" role="struct">
-<title>struct AgsRecallFactoryClass</title>
-<indexterm zone="AgsRecallFactoryClass"><primary>AgsRecallFactoryClass</primary></indexterm>
-<programlisting>struct AgsRecallFactoryClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallFactoryCreateFlags" role="enum">
-<title>enum AgsRecallFactoryCreateFlags</title>
-<indexterm zone="AgsRecallFactoryCreateFlags"><primary>AgsRecallFactoryCreateFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_FACTORY_OUTPUT    = 1,
-  AGS_RECALL_FACTORY_INPUT     = 1 << 1,
-  AGS_RECALL_FACTORY_REMAP     = 1 << 2,
-  AGS_RECALL_FACTORY_ADD       = 1 << 3,
-  AGS_RECALL_FACTORY_PLAY      = 1 << 4,
-  AGS_RECALL_FACTORY_RECALL    = 1 << 5,
-} AgsRecallFactoryCreateFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-factory-create" role="function">
-<title>ags_recall_factory_create ()</title>
-<indexterm zone="ags-recall-factory-create"><primary>ags_recall_factory_create</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_factory_create           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *play_container</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *plugin_name</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_audio_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stop_audio_channel</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> start_pad</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> stop_pad</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> create_flags</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> recall_flags</parameter>);</programlisting>
-<para>
-Instantiate <link linkend="AgsRecall"><type>AgsRecall</type></link> by this factory.
-</para></refsect2>
-<refsect2 id="ags-recall-factory-get-instance" role="function">
-<title>ags_recall_factory_get_instance ()</title>
-<indexterm zone="ags-recall-factory-get-instance"><primary>ags_recall_factory_get_instance</primary></indexterm>
-<programlisting><link linkend="AgsRecallFactory"><returnvalue>AgsRecallFactory</returnvalue></link> *  ags_recall_factory_get_instance     ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-factory-new" role="function">
-<title>ags_recall_factory_new ()</title>
-<indexterm zone="ags-recall-factory-new"><primary>ags_recall_factory_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallFactory"><returnvalue>AgsRecallFactory</returnvalue></link> *  ags_recall_factory_new              ();</programlisting>
-<para>
-Creates a <link linkend="AgsRecallFactory"><type>AgsRecallFactory</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallFactory"><type>AgsRecallFactory</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-factory-remove" role="function">
-<title>ags_recall_factory_remove ()</title>
-<indexterm zone="ags-recall-factory-remove"><primary>ags_recall_factory_remove</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_factory_remove           (<parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallContainer"><type>AgsRecallContainer</type></link> *recall_container</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_id.xml b/doc/reference/ags/xml/ags_recall_id.xml
deleted file mode 100644
index 7adb01a..0000000
--- a/doc/reference/ags/xml/ags_recall_id.xml
+++ /dev/null
@@ -1,165 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallID">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallID.top_of_page">AgsRecallID</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallID</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallID.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallID">AgsRecallID</link>;
-struct              <link linkend="AgsRecallIDClass">AgsRecallIDClass</link>;
-enum                <link linkend="AgsRecallIDFlags">AgsRecallIDFlags</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-id-add">ags_recall_id_add</link>                   (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);
-<link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       <link linkend="ags-recall-id-find-parent-recycling-container">ags_recall_id_find_parent_recycling_container</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent_recycling_container</parameter>);
-<link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       <link linkend="ags-recall-id-find-recycling-container">ags_recall_id_find_recycling_container</link>
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-recall-id-get-run-stage">ags_recall_id_get_run_stage</link>         (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       <link linkend="ags-recall-id-new">ags_recall_id_new</link>                   (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-id-set-run-stage">ags_recall_id_set_run_stage</link>         (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-id-unset-run-stage">ags_recall_id_unset_run_stage</link>       (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallID.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallID.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallID" role="struct">
-<title>struct AgsRecallID</title>
-<indexterm zone="AgsRecallID"><primary>AgsRecallID</primary></indexterm>
-<programlisting>struct AgsRecallID {
-  GObject object;
-  
-  guint flags;
-
-  GObject *recycling;
-  AgsRecyclingContainer *recycling_container;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallIDClass" role="struct">
-<title>struct AgsRecallIDClass</title>
-<indexterm zone="AgsRecallIDClass"><primary>AgsRecallIDClass</primary></indexterm>
-<programlisting>struct AgsRecallIDClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallIDFlags" role="enum">
-<title>enum AgsRecallIDFlags</title>
-<indexterm zone="AgsRecallIDFlags"><primary>AgsRecallIDFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_ID_PLAYBACK          = 1,
-  AGS_RECALL_ID_SEQUENCER         = 1 << 1,
-  AGS_RECALL_ID_NOTATION          = 1 << 2,
-  AGS_RECALL_ID_DUPLICATE         = 1 << 3,
-  AGS_RECALL_ID_RESOLVE           = 1 << 4,
-  AGS_RECALL_ID_INIT_PRE          = 1 << 5,
-  AGS_RECALL_ID_INIT_INTER        = 1 << 6,
-  AGS_RECALL_ID_INIT_POST         = 1 << 7,
-  AGS_RECALL_ID_PRE               = 1 << 8,
-  AGS_RECALL_ID_INTER             = 1 << 9,
-  AGS_RECALL_ID_POST              = 1 << 10,
-  AGS_RECALL_ID_CANCEL            = 1 << 11,
-} AgsRecallIDFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-id-add" role="function">
-<title>ags_recall_id_add ()</title>
-<indexterm zone="ags-recall-id-add"><primary>ags_recall_id_add</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_id_add                   (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>);</programlisting>
-<para>
-Adds an <link linkend="AgsRecallID"><type>AgsRecallID</type></link> with given properties to the passed <link linkend="GList"><type>GList</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the newly allocated <link linkend="GList"><type>GList</type></link> which is the new start of the <link linkend="GList"><type>GList</type></link>, too.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-id-find-parent-recycling-container" role="function">
-<title>ags_recall_id_find_parent_recycling_container ()</title>
-<indexterm zone="ags-recall-id-find-parent-recycling-container"><primary>ags_recall_id_find_parent_recycling_container</primary></indexterm>
-<programlisting><link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       ags_recall_id_find_parent_recycling_container
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent_recycling_container</parameter>);</programlisting>
-<para>
-Retrieve recall id by recycling container.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Matching recall id.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-id-find-recycling-container" role="function">
-<title>ags_recall_id_find_recycling_container ()</title>
-<indexterm zone="ags-recall-id-find-recycling-container"><primary>ags_recall_id_find_recycling_container</primary></indexterm>
-<programlisting><link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       ags_recall_id_find_recycling_container
-                                                        (<parameter><link linkend="GList"><type>GList</type></link> *recall_id_list</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Retrieve recall id by recycling container.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Matching recall id.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-id-get-run-stage" role="function">
-<title>ags_recall_id_get_run_stage ()</title>
-<indexterm zone="ags-recall-id-get-run-stage"><primary>ags_recall_id_get_run_stage</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_recall_id_get_run_stage         (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Check if a run stage already has been passed for current run. This
-function is intended to handle AGS_AUDIO_ASYNC correctly.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara><link linkend="TRUE:CAPS"><literal>TRUE</literal></link> if the stage isn't run yet otherwise <link linkend="FALSE:CAPS"><literal>FALSE</literal></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-id-new" role="function">
-<title>ags_recall_id_new ()</title>
-<indexterm zone="ags-recall-id-new"><primary>ags_recall_id_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallID"><returnvalue>AgsRecallID</returnvalue></link> *       ags_recall_id_new                   (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsRecallLadspa"><type>AgsRecallLadspa</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallLadspa"><type>AgsRecallLadspa</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-id-set-run-stage" role="function">
-<title>ags_recall_id_set_run_stage ()</title>
-<indexterm zone="ags-recall-id-set-run-stage"><primary>ags_recall_id_set_run_stage</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_id_set_run_stage         (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Marks the run stage to be passed for audio channel.
-</para></refsect2>
-<refsect2 id="ags-recall-id-unset-run-stage" role="function">
-<title>ags_recall_id_unset_run_stage ()</title>
-<indexterm zone="ags-recall-id-unset-run-stage"><primary>ags_recall_id_unset_run_stage</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_id_unset_run_stage       (<parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-Unmarks the run stage to be passed for audio channel.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_ladspa.xml b/doc/reference/ags/xml/ags_recall_ladspa.xml
deleted file mode 100644
index 609c5c6..0000000
--- a/doc/reference/ags/xml/ags_recall_ladspa.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallLadspa">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallLadspa.top_of_page">AgsRecallLadspa</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallLadspa</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallLadspa.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallLadspa">AgsRecallLadspa</link>;
-struct              <link linkend="AgsRecallLadspaClass">AgsRecallLadspaClass</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-ladpsa-find">ags_recall_ladpsa_find</link>              (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *effect</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-ladspa-float-to-short">ags_recall_ladspa_float_to_short</link>    (<parameter><link linkend="float"><type>float</type></link> *buffer</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-ladspa-load-ports">ags_recall_ladspa_load_ports</link>        (<parameter><link linkend="AgsRecallLadspa"><type>AgsRecallLadspa</type></link> *recall_ladspa</parameter>);
-<link linkend="AgsRecallLadspa"><returnvalue>AgsRecallLadspa</returnvalue></link> *   <link linkend="ags-recall-ladspa-new">ags_recall_ladspa_new</link>               (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *effect</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recall-ladspa-short-to-float">ags_recall_ladspa_short_to_float</link>    (<parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="float"><type>float</type></link> *destination</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallLadspa.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallLadspa.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallLadspa" role="struct">
-<title>struct AgsRecallLadspa</title>
-<indexterm zone="AgsRecallLadspa"><primary>AgsRecallLadspa</primary></indexterm>
-<programlisting>struct AgsRecallLadspa {
-  AgsRecallChannel recall_channel;
-
-  gchar *filename;
-  gchar *effect;
-  guint index;
-
-  LADSPA_Descriptor *plugin_descriptor;
-  guint input_port;
-  guint output_port;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallLadspaClass" role="struct">
-<title>struct AgsRecallLadspaClass</title>
-<indexterm zone="AgsRecallLadspaClass"><primary>AgsRecallLadspaClass</primary></indexterm>
-<programlisting>struct AgsRecallLadspaClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-ladpsa-find" role="function">
-<title>ags_recall_ladpsa_find ()</title>
-<indexterm zone="ags-recall-ladpsa-find"><primary>ags_recall_ladpsa_find</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_ladpsa_find              (<parameter><link linkend="GList"><type>GList</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *effect</parameter>);</programlisting>
-<para>
-Retrieve LADSPA recall.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Next match.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-ladspa-float-to-short" role="function">
-<title>ags_recall_ladspa_float_to_short ()</title>
-<indexterm zone="ags-recall-ladspa-float-to-short"><primary>ags_recall_ladspa_float_to_short</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_ladspa_float_to_short    (<parameter><link linkend="float"><type>float</type></link> *buffer</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *destination</parameter>);</programlisting>
-<para>
-Convert data type.
-</para></refsect2>
-<refsect2 id="ags-recall-ladspa-load-ports" role="function">
-<title>ags_recall_ladspa_load_ports ()</title>
-<indexterm zone="ags-recall-ladspa-load-ports"><primary>ags_recall_ladspa_load_ports</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_ladspa_load_ports        (<parameter><link linkend="AgsRecallLadspa"><type>AgsRecallLadspa</type></link> *recall_ladspa</parameter>);</programlisting>
-<para>
-Set up LADSPA ports.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a <link linkend="GList"><type>GList</type></link> containing <link linkend="AgsPort"><type>AgsPort</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recall-ladspa-new" role="function">
-<title>ags_recall_ladspa_new ()</title>
-<indexterm zone="ags-recall-ladspa-new"><primary>ags_recall_ladspa_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallLadspa"><returnvalue>AgsRecallLadspa</returnvalue></link> *   ags_recall_ladspa_new               (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *source</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *effect</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-ladspa-short-to-float" role="function">
-<title>ags_recall_ladspa_short_to_float ()</title>
-<indexterm zone="ags-recall-ladspa-short-to-float"><primary>ags_recall_ladspa_short_to_float</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recall_ladspa_short_to_float    (<parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="float"><type>float</type></link> *destination</parameter>);</programlisting>
-<para>
-Convert data type.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_ladspa_run.xml b/doc/reference/ags/xml/ags_recall_ladspa_run.xml
deleted file mode 100644
index 6fc7791..0000000
--- a/doc/reference/ags/xml/ags_recall_ladspa_run.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallLadspaRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallLadspaRun.top_of_page">AgsRecallLadspaRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallLadspaRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallLadspaRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallLadspaRun">AgsRecallLadspaRun</link>;
-struct              <link linkend="AgsRecallLadspaRunClass">AgsRecallLadspaRunClass</link>;
-<link linkend="AgsRecallLadspaRun"><returnvalue>AgsRecallLadspaRun</returnvalue></link> * <link linkend="ags-recall-ladspa-run-new">ags_recall_ladspa_run_new</link>          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallLadspaRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallLadspaRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallLadspaRun" role="struct">
-<title>struct AgsRecallLadspaRun</title>
-<indexterm zone="AgsRecallLadspaRun"><primary>AgsRecallLadspaRun</primary></indexterm>
-<programlisting>struct AgsRecallLadspaRun {
-  AgsRecallAudioSignal recall_audio_signal;
-
-  LADSPA_Data *input;
-  LADSPA_Data *output;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallLadspaRunClass" role="struct">
-<title>struct AgsRecallLadspaRunClass</title>
-<indexterm zone="AgsRecallLadspaRunClass"><primary>AgsRecallLadspaRunClass</primary></indexterm>
-<programlisting>struct AgsRecallLadspaRunClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-ladspa-run-new" role="function">
-<title>ags_recall_ladspa_run_new ()</title>
-<indexterm zone="ags-recall-ladspa-run-new"><primary>ags_recall_ladspa_run_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallLadspaRun"><returnvalue>AgsRecallLadspaRun</returnvalue></link> * ags_recall_ladspa_run_new          (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsRecallLadspaRun"><type>AgsRecallLadspaRun</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallLadspaRun"><type>AgsRecallLadspaRun</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_recycling.xml b/doc/reference/ags/xml/ags_recall_recycling.xml
deleted file mode 100644
index 5180b6f..0000000
--- a/doc/reference/ags/xml/ags_recall_recycling.xml
+++ /dev/null
@@ -1,103 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallRecycling.top_of_page">AgsRecallRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallRecycling">AgsRecallRecycling</link>;
-struct              <link linkend="AgsRecallRecyclingClass">AgsRecallRecyclingClass</link>;
-enum                <link linkend="AgsRecallRecyclingFlags">AgsRecallRecyclingFlags</link>;
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recall-recycling-get-child-source">ags_recall_recycling_get_child_source</link>
-                                                        (<parameter><link linkend="AgsRecallRecycling"><type>AgsRecallRecycling</type></link> *recall_recycling</parameter>);
-<link linkend="AgsRecallRecycling"><returnvalue>AgsRecallRecycling</returnvalue></link> * <link linkend="ags-recall-recycling-new">ags_recall_recycling_new</link>           ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallRecycling" role="struct">
-<title>struct AgsRecallRecycling</title>
-<indexterm zone="AgsRecallRecycling"><primary>AgsRecallRecycling</primary></indexterm>
-<programlisting>struct AgsRecallRecycling {
-  AgsRecall recall;
-
-  guint flags;
-
-  guint audio_channel;
-
-  AgsRecycling *destination;
-  gulong destination_add_audio_signal_handler;
-  gulong destination_remove_audio_signal_handler;
-
-  AgsRecycling *source;
-  gulong source_add_audio_signal_handler;
-  gulong source_remove_audio_signal_handler;
-
-  AgsAudioSignal *child_destination;
-  GList *child_source;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallRecyclingClass" role="struct">
-<title>struct AgsRecallRecyclingClass</title>
-<indexterm zone="AgsRecallRecyclingClass"><primary>AgsRecallRecyclingClass</primary></indexterm>
-<programlisting>struct AgsRecallRecyclingClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallRecyclingFlags" role="enum">
-<title>enum AgsRecallRecyclingFlags</title>
-<indexterm zone="AgsRecallRecyclingFlags"><primary>AgsRecallRecyclingFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECALL_RECYCLING_GARBAGE_COLLECTOR                = 1,
-  AGS_RECALL_RECYCLING_MAP_CHILD_DESTINATION            = 1 << 1,
-  AGS_RECALL_RECYCLING_MAP_CHILD_SOURCE                 = 1 << 2,
-  AGS_RECALL_RECYCLING_CREATE_DESTINATION_ON_MAP_SOURCE = 1 << 3,
-} AgsRecallRecyclingFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-recycling-get-child-source" role="function">
-<title>ags_recall_recycling_get_child_source ()</title>
-<indexterm zone="ags-recall-recycling-get-child-source"><primary>ags_recall_recycling_get_child_source</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recall_recycling_get_child_source
-                                                        (<parameter><link linkend="AgsRecallRecycling"><type>AgsRecallRecycling</type></link> *recall_recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-recycling-new" role="function">
-<title>ags_recall_recycling_new ()</title>
-<indexterm zone="ags-recall-recycling-new"><primary>ags_recall_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallRecycling"><returnvalue>AgsRecallRecycling</returnvalue></link> * ags_recall_recycling_new           ();</programlisting>
-<para>
-Creates a <link linkend="AgsRecallRecycling"><type>AgsRecallRecycling</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallRecycling"><type>AgsRecallRecycling</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recall_recycling_dummy.xml b/doc/reference/ags/xml/ags_recall_recycling_dummy.xml
deleted file mode 100644
index f863ceb..0000000
--- a/doc/reference/ags/xml/ags_recall_recycling_dummy.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecallRecyclingDummy">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecallRecyclingDummy.top_of_page">AgsRecallRecyclingDummy</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecallRecyclingDummy</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecallRecyclingDummy.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecallRecyclingDummy">AgsRecallRecyclingDummy</link>;
-struct              <link linkend="AgsRecallRecyclingDummyClass">AgsRecallRecyclingDummyClass</link>;
-<link linkend="AgsRecallRecyclingDummy"><returnvalue>AgsRecallRecyclingDummy</returnvalue></link> * <link linkend="ags-recall-recycling-dummy-new">ags_recall_recycling_dummy_new</link>
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecallRecyclingDummy.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecallRecyclingDummy.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecallRecyclingDummy" role="struct">
-<title>struct AgsRecallRecyclingDummy</title>
-<indexterm zone="AgsRecallRecyclingDummy"><primary>AgsRecallRecyclingDummy</primary></indexterm>
-<programlisting>struct AgsRecallRecyclingDummy {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecallRecyclingDummyClass" role="struct">
-<title>struct AgsRecallRecyclingDummyClass</title>
-<indexterm zone="AgsRecallRecyclingDummyClass"><primary>AgsRecallRecyclingDummyClass</primary></indexterm>
-<programlisting>struct AgsRecallRecyclingDummyClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recall-recycling-dummy-new" role="function">
-<title>ags_recall_recycling_dummy_new ()</title>
-<indexterm zone="ags-recall-recycling-dummy-new"><primary>ags_recall_recycling_dummy_new</primary></indexterm>
-<programlisting><link linkend="AgsRecallRecyclingDummy"><returnvalue>AgsRecallRecyclingDummy</returnvalue></link> * ags_recall_recycling_dummy_new
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> child_type</parameter>);</programlisting>
-<para>
-Creates an <link linkend="AgsRecallRecyclingDummy"><type>AgsRecallRecyclingDummy</type></link>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecallRecyclingDummy"><type>AgsRecallRecyclingDummy</type></link>.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_record_thread.xml b/doc/reference/ags/xml/ags_record_thread.xml
deleted file mode 100644
index ff09530..0000000
--- a/doc/reference/ags/xml/ags_record_thread.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecordThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecordThread.top_of_page">AgsRecordThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecordThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecordThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-RECORD-THREAD-DEFAULT-DELAY:CAPS">AGS_RECORD_THREAD_DEFAULT_DELAY</link>
-struct              <link linkend="AgsRecordThread">AgsRecordThread</link>;
-struct              <link linkend="AgsRecordThreadClass">AgsRecordThreadClass</link>;
-<link linkend="AgsRecordThread"><returnvalue>AgsRecordThread</returnvalue></link> *   <link linkend="ags-record-thread-new">ags_record_thread_new</link>               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecordThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecordThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-RECORD-THREAD-DEFAULT-DELAY:CAPS" role="macro">
-<title>AGS_RECORD_THREAD_DEFAULT_DELAY</title>
-<indexterm zone="AGS-RECORD-THREAD-DEFAULT-DELAY:CAPS"><primary>AGS_RECORD_THREAD_DEFAULT_DELAY</primary></indexterm>
-<programlisting>#define AGS_RECORD_THREAD_DEFAULT_DELAY (128)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecordThread" role="struct">
-<title>struct AgsRecordThread</title>
-<indexterm zone="AgsRecordThread"><primary>AgsRecordThread</primary></indexterm>
-<programlisting>struct AgsRecordThread {
-  AgsThread thread;
-
-  AgsRegistry *registry;
-
-  guint delay;
-  guint counter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecordThreadClass" role="struct">
-<title>struct AgsRecordThreadClass</title>
-<indexterm zone="AgsRecordThreadClass"><primary>AgsRecordThreadClass</primary></indexterm>
-<programlisting>struct AgsRecordThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-record-thread-new" role="function">
-<title>ags_record_thread_new ()</title>
-<indexterm zone="ags-record-thread-new"><primary>ags_record_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsRecordThread"><returnvalue>AgsRecordThread</returnvalue></link> *   ags_record_thread_new               (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recycling.xml b/doc/reference/ags/xml/ags_recycling.xml
deleted file mode 100644
index 6370594..0000000
--- a/doc/reference/ags/xml/ags_recycling.xml
+++ /dev/null
@@ -1,204 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecycling.top_of_page">AgsRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecycling">AgsRecycling</link>;
-struct              <link linkend="AgsRecyclingClass">AgsRecyclingClass</link>;
-enum                <link linkend="AgsRecyclingFlags">AgsRecyclingFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-add-audio-signal">ags_recycling_add_audio_signal</link>      (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-create-audio-signal-with-defaults">ags_recycling_create_audio_signal_with_defaults</link>
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-create-audio-signal-with-frame-count">ags_recycling_create_audio_signal_with_frame_count</link>
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frame_count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);
-<link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      <link linkend="ags-recycling-find-next-channel">ags_recycling_find_next_channel</link>     (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *end_region</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *prev_channel</parameter>);
-<link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      <link linkend="ags-recycling-new">ags_recycling_new</link>                   (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-recycling-position">ags_recycling_position</link>              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *start_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-remove-audio-signal">ags_recycling_remove_audio_signal</link>   (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-set-devout">ags_recycling_set_devout</link>            (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecycling" role="struct">
-<title>struct AgsRecycling</title>
-<indexterm zone="AgsRecycling"><primary>AgsRecycling</primary></indexterm>
-<programlisting>struct AgsRecycling {
-  GObject object;
-
-  guint flags;
-
-  GObject *channel;
-  GObject *devout;
-
-  AgsRecycling *parent;
-
-  AgsRecycling *next;
-  AgsRecycling *prev;
-
-  GList *audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingClass" role="struct">
-<title>struct AgsRecyclingClass</title>
-<indexterm zone="AgsRecyclingClass"><primary>AgsRecyclingClass</primary></indexterm>
-<programlisting>struct AgsRecyclingClass {
-  GObjectClass object;
-
-  void (*add_audio_signal)(AgsRecycling *recycling,
-			   AgsAudioSignal *audio_signal);
-  void (*remove_audio_signal)(AgsRecycling *recycling,
-			      AgsAudioSignal *audio_signal);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingFlags" role="enum">
-<title>enum AgsRecyclingFlags</title>
-<indexterm zone="AgsRecyclingFlags"><primary>AgsRecyclingFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECYCLING_MUTED           =  1,
-} AgsRecyclingFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-add-audio-signal" role="function">
-<title>ags_recycling_add_audio_signal ()</title>
-<indexterm zone="ags-recycling-add-audio-signal"><primary>ags_recycling_add_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_add_audio_signal      (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Add <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> to recycling.
-</para><variablelist role="params">
-<varlistentry><term><parameter>recycling</parameter> :</term>
-<listitem><simpara>an <link linkend="AgsRecycling"><type>AgsRecycling</type></link></simpara></listitem></varlistentry>
-<varlistentry><term><parameter>audio_signal</parameter> :</term>
-<listitem><simpara>the <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> to add</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-create-audio-signal-with-defaults" role="function">
-<title>ags_recycling_create_audio_signal_with_defaults ()</title>
-<indexterm zone="ags-recycling-create-audio-signal-with-defaults"><primary>ags_recycling_create_audio_signal_with_defaults</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_create_audio_signal_with_defaults
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-Create audio signal with defaults.
-</para></refsect2>
-<refsect2 id="ags-recycling-create-audio-signal-with-frame-count" role="function">
-<title>ags_recycling_create_audio_signal_with_frame_count ()</title>
-<indexterm zone="ags-recycling-create-audio-signal-with-frame-count"><primary>ags_recycling_create_audio_signal_with_frame_count</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_create_audio_signal_with_frame_count
-                                                        (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> frame_count</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> delay</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> attack</parameter>);</programlisting>
-<para>
-Create audio signal with frame count.
-</para></refsect2>
-<refsect2 id="ags-recycling-find-next-channel" role="function">
-<title>ags_recycling_find_next_channel ()</title>
-<indexterm zone="ags-recycling-find-next-channel"><primary>ags_recycling_find_next_channel</primary></indexterm>
-<programlisting><link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      ags_recycling_find_next_channel     (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *start_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *end_region</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *prev_channel</parameter>);</programlisting>
-<para>
-Retrieve next recycling with different channel.
-</para><variablelist role="params">
-<varlistentry><term><parameter>start_region</parameter> :</term>
-<listitem><simpara>boundary start</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>end_region</parameter> :</term>
-<listitem><simpara>boundary end</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>prev_channel</parameter> :</term>
-<listitem><simpara>previous channel</simpara></listitem></varlistentry>
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>Matching recycling.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-new" role="function">
-<title>ags_recycling_new ()</title>
-<indexterm zone="ags-recycling-new"><primary>ags_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsRecycling"><returnvalue>AgsRecycling</returnvalue></link> *      ags_recycling_new                   (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsRecycling"><type>AgsRecycling</type></link>, with defaults of <parameter>devout</parameter>.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecycling"><type>AgsRecycling</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-position" role="function">
-<title>ags_recycling_position ()</title>
-<indexterm zone="ags-recycling-position"><primary>ags_recycling_position</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_recycling_position              (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *start_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *end_region</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Retrieve position of recycling.
-</para><variablelist role="params">
-<varlistentry><term><parameter>end_region</parameter> :</term>
-<listitem><simpara>boundary end</simpara></listitem></varlistentry>
-<varlistentry><term><parameter>recycling</parameter> :</term>
-<listitem><simpara>matching recycling</simpara></listitem></varlistentry>
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>position within boundary.</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-remove-audio-signal" role="function">
-<title>ags_recycling_remove_audio_signal ()</title>
-<indexterm zone="ags-recycling-remove-audio-signal"><primary>ags_recycling_remove_audio_signal</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_remove_audio_signal   (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-Remove <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> of recycling.
-</para><variablelist role="params">
-<varlistentry><term><parameter>recycling</parameter> :</term>
-<listitem><simpara>an <link linkend="AgsRecycling"><type>AgsRecycling</type></link></simpara></listitem></varlistentry>
-<varlistentry><term><parameter>audio_signal</parameter> :</term>
-<listitem><simpara>the <link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> to remove</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-set-devout" role="function">
-<title>ags_recycling_set_devout ()</title>
-<indexterm zone="ags-recycling-set-devout"><primary>ags_recycling_set_devout</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_set_devout            (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recycling_container.xml b/doc/reference/ags/xml/ags_recycling_container.xml
deleted file mode 100644
index 5f6e743..0000000
--- a/doc/reference/ags/xml/ags_recycling_container.xml
+++ /dev/null
@@ -1,217 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecyclingContainer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecyclingContainer.top_of_page">AgsRecyclingContainer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecyclingContainer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecyclingContainer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRecyclingContainer">AgsRecyclingContainer</link>;
-struct              <link linkend="AgsRecyclingContainerClass">AgsRecyclingContainerClass</link>;
-<link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * <link linkend="ags-recycling-container-add">ags_recycling_container_add</link>     (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-container-add-child">ags_recycling_container_add_child</link>   (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *child</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-recycling-container-find">ags_recycling_container_find</link>        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-recycling-container-find-child">ags_recycling_container_find_child</link>  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="gint"><returnvalue>gint</returnvalue></link>                <link linkend="ags-recycling-container-find-parent">ags_recycling_container_find_parent</link> (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="GList"><returnvalue>GList</returnvalue></link> *             <link linkend="ags-recycling-container-get-child-recall-id">ags_recycling_container_get_child_recall_id</link>
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);
-<link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * <link linkend="ags-recycling-container-get-toplevel">ags_recycling_container_get_toplevel</link>
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);
-<link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * <link linkend="ags-recycling-container-insert">ags_recycling_container_insert</link>  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);
-<link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * <link linkend="ags-recycling-container-new">ags_recycling_container_new</link>     (<parameter><link linkend="gint"><type>gint</type></link> length</parameter>);
-<link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * <link linkend="ags-recycling-container-remove">ags_recycling_container_remove</link>  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-container-remove-child">ags_recycling_container_remove_child</link>
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-container-replace">ags_recycling_container_replace</link>     (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-container-reset-recycling">ags_recycling_container_reset_recycling</link>
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_last_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_last_recycling</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecyclingContainer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecyclingContainer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRecyclingContainer" role="struct">
-<title>struct AgsRecyclingContainer</title>
-<indexterm zone="AgsRecyclingContainer"><primary>AgsRecyclingContainer</primary></indexterm>
-<programlisting>struct AgsRecyclingContainer {
-  GObject object;
-
-  GObject *recall_id;
-
-  AgsRecycling **recycling;
-  guint64 length;
-
-  AgsRecyclingContainer *parent;
-  GList *children;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingContainerClass" role="struct">
-<title>struct AgsRecyclingContainerClass</title>
-<indexterm zone="AgsRecyclingContainerClass"><primary>AgsRecyclingContainerClass</primary></indexterm>
-<programlisting>struct AgsRecyclingContainerClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-container-add" role="function">
-<title>ags_recycling_container_add ()</title>
-<indexterm zone="ags-recycling-container-add"><primary>ags_recycling_container_add</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * ags_recycling_container_add     (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Removes a recycling to a container.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the new recycling container</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-add-child" role="function">
-<title>ags_recycling_container_add_child ()</title>
-<indexterm zone="ags-recycling-container-add-child"><primary>ags_recycling_container_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_container_add_child   (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *child</parameter>);</programlisting>
-<para>
-Adds a recycling container as child.
-</para></refsect2>
-<refsect2 id="ags-recycling-container-find" role="function">
-<title>ags_recycling_container_find ()</title>
-<indexterm zone="ags-recycling-container-find"><primary>ags_recycling_container_find</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_recycling_container_find        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Find position of recycling within array.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>recycling array index</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-find-child" role="function">
-<title>ags_recycling_container_find_child ()</title>
-<indexterm zone="ags-recycling-container-find-child"><primary>ags_recycling_container_find_child</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_recycling_container_find_child  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Find position of recycling within arrays.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>recycling array index</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-find-parent" role="function">
-<title>ags_recycling_container_find_parent ()</title>
-<indexterm zone="ags-recycling-container-find-parent"><primary>ags_recycling_container_find_parent</primary></indexterm>
-<programlisting><link linkend="gint"><returnvalue>gint</returnvalue></link>                ags_recycling_container_find_parent (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-Find position of recycling within array.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>recycling array index</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-get-child-recall-id" role="function">
-<title>ags_recycling_container_get_child_recall_id ()</title>
-<indexterm zone="ags-recycling-container-get-child-recall-id"><primary>ags_recycling_container_get_child_recall_id</primary></indexterm>
-<programlisting><link linkend="GList"><returnvalue>GList</returnvalue></link> *             ags_recycling_container_get_child_recall_id
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Retrieve all child recall ids.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the <link linkend="AgsRecallID"><type>AgsRecallID</type></link> as <link linkend="GList"><type>GList</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-get-toplevel" role="function">
-<title>ags_recycling_container_get_toplevel ()</title>
-<indexterm zone="ags-recycling-container-get-toplevel"><primary>ags_recycling_container_get_toplevel</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * ags_recycling_container_get_toplevel
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>);</programlisting>
-<para>
-Iterates the tree up to highest level.
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>the topmost recycling container</simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-insert" role="function">
-<title>ags_recycling_container_insert ()</title>
-<indexterm zone="ags-recycling-container-insert"><primary>ags_recycling_container_insert</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * ags_recycling_container_insert  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-container-new" role="function">
-<title>ags_recycling_container_new ()</title>
-<indexterm zone="ags-recycling-container-new"><primary>ags_recycling_container_new</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * ags_recycling_container_new     (<parameter><link linkend="gint"><type>gint</type></link> length</parameter>);</programlisting>
-<para>
-Creates a <link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link>, boundaries are specified by <parameter>length</parameter>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-<refsect2 id="ags-recycling-container-remove" role="function">
-<title>ags_recycling_container_remove ()</title>
-<indexterm zone="ags-recycling-container-remove"><primary>ags_recycling_container_remove</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingContainer"><returnvalue>AgsRecyclingContainer</returnvalue></link> * ags_recycling_container_remove  (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-container-remove-child" role="function">
-<title>ags_recycling_container_remove_child ()</title>
-<indexterm zone="ags-recycling-container-remove-child"><primary>ags_recycling_container_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_container_remove_child
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *child</parameter>);</programlisting>
-<para>
-Removes a recycling container of its parent.
-</para></refsect2>
-<refsect2 id="ags-recycling-container-replace" role="function">
-<title>ags_recycling_container_replace ()</title>
-<indexterm zone="ags-recycling-container-replace"><primary>ags_recycling_container_replace</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_container_replace     (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> position</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-container-reset-recycling" role="function">
-<title>ags_recycling_container_reset_recycling ()</title>
-<indexterm zone="ags-recycling-container-reset-recycling"><primary>ags_recycling_container_reset_recycling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_container_reset_recycling
-                                                        (<parameter><link linkend="AgsRecyclingContainer"><type>AgsRecyclingContainer</type></link> *recycling_container</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *old_last_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_first_recycling</parameter>,
-                                                         <parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *new_last_recycling</parameter>);</programlisting>
-<para>
-Modify recycling of container.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recycling_thread.xml b/doc/reference/ags/xml/ags_recycling_thread.xml
deleted file mode 100644
index 50f0b79..0000000
--- a/doc/reference/ags/xml/ags_recycling_thread.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRecyclingThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRecyclingThread.top_of_page">AgsRecyclingThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRecyclingThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRecyclingThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-RECYCLING-THREAD-DEFAULT-JIFFIE:CAPS">AGS_RECYCLING_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsRecyclingThread">AgsRecyclingThread</link>;
-struct              <link linkend="AgsRecyclingThreadClass">AgsRecyclingThreadClass</link>;
-enum                <link linkend="AgsRecyclingThreadFlags">AgsRecyclingThreadFlags</link>;
-<link linkend="AgsRecyclingThread"><returnvalue>AgsRecyclingThread</returnvalue></link> * <link linkend="ags-recycling-thread-new">ags_recycling_thread_new</link>           ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-thread-play-audio">ags_recycling_thread_play_audio</link>     (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *recycling_thread</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *output</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-thread-play-channel">ags_recycling_thread_play_channel</link>   (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *recycling_thread</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRecyclingThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRecyclingThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-RECYCLING-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_RECYCLING_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-RECYCLING-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_RECYCLING_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_RECYCLING_THREAD_DEFAULT_JIFFIE (100)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingThread" role="struct">
-<title>struct AgsRecyclingThread</title>
-<indexterm zone="AgsRecyclingThread"><primary>AgsRecyclingThread</primary></indexterm>
-<programlisting>struct AgsRecyclingThread {
-  AgsThread thread;
-
-  guint flags;
-
-  AgsThread *iterator_thread;
-
-  pthread_mutex_t iteration_mutex;
-  pthread_cond_t iteration_cond;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingThreadClass" role="struct">
-<title>struct AgsRecyclingThreadClass</title>
-<indexterm zone="AgsRecyclingThreadClass"><primary>AgsRecyclingThreadClass</primary></indexterm>
-<programlisting>struct AgsRecyclingThreadClass {
-  AgsThreadClass thread;
-
-  void (*play_channel)(AgsRecyclingThread *recycling_thread,
-		       GObject *channel,
-		       AgsRecallID *recall_id,
-		       gint stage);
-
-  void (*play_audio)(AgsRecyclingThread *recycling_thread,
-		     GObject *output, GObject *audio,
-		     AgsRecallID *recall_id,
-		     gint stage);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRecyclingThreadFlags" role="enum">
-<title>enum AgsRecyclingThreadFlags</title>
-<indexterm zone="AgsRecyclingThreadFlags"><primary>AgsRecyclingThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RECYCLING_THREAD_RUNNING   = 1,
-  AGS_RECYCLING_THREAD_WAIT      = 1 << 1,
-  AGS_RECYCLING_THREAD_DONE      = 1 << 2,
-} AgsRecyclingThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-thread-new" role="function">
-<title>ags_recycling_thread_new ()</title>
-<indexterm zone="ags-recycling-thread-new"><primary>ags_recycling_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsRecyclingThread"><returnvalue>AgsRecyclingThread</returnvalue></link> * ags_recycling_thread_new           ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-thread-play-audio" role="function">
-<title>ags_recycling_thread_play_audio ()</title>
-<indexterm zone="ags-recycling-thread-play-audio"><primary>ags_recycling_thread_play_audio</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_thread_play_audio     (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *recycling_thread</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *output</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *audio</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-recycling-thread-play-channel" role="function">
-<title>ags_recycling_thread_play_channel ()</title>
-<indexterm zone="ags-recycling-thread-play-channel"><primary>ags_recycling_thread_play_channel</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_thread_play_channel   (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *recycling_thread</parameter>,
-                                                         <parameter><link linkend="GObject"><type>GObject</type></link> *channel</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gint"><type>gint</type></link> stage</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_recycling_thread_callbacks.xml b/doc/reference/ags/xml/ags_recycling_thread_callbacks.xml
deleted file mode 100644
index a13a70d..0000000
--- a/doc/reference/ags/xml/ags_recycling_thread_callbacks.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-recycling-thread-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-recycling-thread-callbacks.top_of_page">ags_recycling_thread_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_recycling_thread_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-recycling-thread-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-recycling-thread-iterate-callback">ags_recycling_thread_iterate_callback</link>
-                                                        (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *thread</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-recycling-thread-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-recycling-thread-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-recycling-thread-iterate-callback" role="function">
-<title>ags_recycling_thread_iterate_callback ()</title>
-<indexterm zone="ags-recycling-thread-iterate-callback"><primary>ags_recycling_thread_iterate_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_recycling_thread_iterate_callback
-                                                        (<parameter><link linkend="AgsRecyclingThread"><type>AgsRecyclingThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_registry.xml b/doc/reference/ags/xml/ags_registry.xml
deleted file mode 100644
index fa82aec..0000000
--- a/doc/reference/ags/xml/ags_registry.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRegistry">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRegistry.top_of_page">AgsRegistry</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRegistry</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRegistry.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-REGISTRY-DEFAULT-ID-LENGTH:CAPS">AGS_REGISTRY_DEFAULT_ID_LENGTH</link>
-struct              <link linkend="AgsRegistry">AgsRegistry</link>;
-struct              <link linkend="AgsRegistryClass">AgsRegistryClass</link>;
-struct              <link linkend="AgsRegistryEntry">AgsRegistryEntry</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-registry-add">ags_registry_add</link>                    (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>,
-                                                         <parameter><link linkend="AgsRegistryEntry"><type>AgsRegistryEntry</type></link> *registry_entry</parameter>);
-<link linkend="AgsRegistryEntry"><returnvalue>AgsRegistryEntry</returnvalue></link> *  <link linkend="ags-registry-entry-alloc">ags_registry_entry_alloc</link>            (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>);
-<link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      <link linkend="ags-registry-entry-bulk">ags_registry_entry_bulk</link>             (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="AgsRegistryEntry"><returnvalue>AgsRegistryEntry</returnvalue></link> *  <link linkend="ags-registry-entry-find">ags_registry_entry_find</link>             (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>);
-<link linkend="AgsRegistry"><returnvalue>AgsRegistry</returnvalue></link> *       <link linkend="ags-registry-new">ags_registry_new</link>                    ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRegistry.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRegistry.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-REGISTRY-DEFAULT-ID-LENGTH:CAPS" role="macro">
-<title>AGS_REGISTRY_DEFAULT_ID_LENGTH</title>
-<indexterm zone="AGS-REGISTRY-DEFAULT-ID-LENGTH:CAPS"><primary>AGS_REGISTRY_DEFAULT_ID_LENGTH</primary></indexterm>
-<programlisting>#define AGS_REGISTRY_DEFAULT_ID_LENGTH 16
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRegistry" role="struct">
-<title>struct AgsRegistry</title>
-<indexterm zone="AgsRegistry"><primary>AgsRegistry</primary></indexterm>
-<programlisting>struct AgsRegistry {
-  GObject object;
-
-  guint flags;
-
-  pthread_mutex_t mutex;
-
-  AgsFile *previous;
-  AgsFile *current;
-
-#ifdef AGS_WITH_XMLRPC_C
-  xmlrpc_registry *registry;
-#endif
-
-  GObject *server;
-
-  guint id_length;
-  guint counter;
-
-  GList *entry;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRegistryClass" role="struct">
-<title>struct AgsRegistryClass</title>
-<indexterm zone="AgsRegistryClass"><primary>AgsRegistryClass</primary></indexterm>
-<programlisting>struct AgsRegistryClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRegistryEntry" role="struct">
-<title>struct AgsRegistryEntry</title>
-<indexterm zone="AgsRegistryEntry"><primary>AgsRegistryEntry</primary></indexterm>
-<programlisting>struct AgsRegistryEntry {
-  gchar *id;
-  GValue entry;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-registry-add" role="function">
-<title>ags_registry_add ()</title>
-<indexterm zone="ags-registry-add"><primary>ags_registry_add</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_registry_add                    (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>,
-                                                         <parameter><link linkend="AgsRegistryEntry"><type>AgsRegistryEntry</type></link> *registry_entry</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-registry-entry-alloc" role="function">
-<title>ags_registry_entry_alloc ()</title>
-<indexterm zone="ags-registry-entry-alloc"><primary>ags_registry_entry_alloc</primary></indexterm>
-<programlisting><link linkend="AgsRegistryEntry"><returnvalue>AgsRegistryEntry</returnvalue></link> *  ags_registry_entry_alloc            (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-registry-entry-bulk" role="function">
-<title>ags_registry_entry_bulk ()</title>
-<indexterm zone="ags-registry-entry-bulk"><primary>ags_registry_entry_bulk</primary></indexterm>
-<programlisting><link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      ags_registry_entry_bulk             (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-registry-entry-find" role="function">
-<title>ags_registry_entry_find ()</title>
-<indexterm zone="ags-registry-entry-find"><primary>ags_registry_entry_find</primary></indexterm>
-<programlisting><link linkend="AgsRegistryEntry"><returnvalue>AgsRegistryEntry</returnvalue></link> *  ags_registry_entry_find             (<parameter><link linkend="AgsRegistry"><type>AgsRegistry</type></link> *registry</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-registry-new" role="function">
-<title>ags_registry_new ()</title>
-<indexterm zone="ags-registry-new"><primary>ags_registry_new</primary></indexterm>
-<programlisting><link linkend="AgsRegistry"><returnvalue>AgsRegistry</returnvalue></link> *       ags_registry_new                    ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remote_task.xml b/doc/reference/ags/xml/ags_remote_task.xml
deleted file mode 100644
index dea3039..0000000
--- a/doc/reference/ags/xml/ags_remote_task.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoteTask">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoteTask.top_of_page">AgsRemoteTask</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoteTask</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoteTask.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoteTask">AgsRemoteTask</link>;
-struct              <link linkend="AgsRemoteTaskClass">AgsRemoteTaskClass</link>;
-<link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      <link linkend="ags-remote-task-launch">ags_remote_task_launch</link>              (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      <link linkend="ags-remote-task-launch-timed">ags_remote_task_launch_timed</link>        (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="AgsRemoteTask"><returnvalue>AgsRemoteTask</returnvalue></link> *     <link linkend="ags-remote-task-new">ags_remote_task_new</link>                 ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoteTask.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoteTask.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoteTask" role="struct">
-<title>struct AgsRemoteTask</title>
-<indexterm zone="AgsRemoteTask"><primary>AgsRemoteTask</primary></indexterm>
-<programlisting>struct AgsRemoteTask {
-  GObject object;
-
-  GObject *server;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoteTaskClass" role="struct">
-<title>struct AgsRemoteTaskClass</title>
-<indexterm zone="AgsRemoteTaskClass"><primary>AgsRemoteTaskClass</primary></indexterm>
-<programlisting>struct AgsRemoteTaskClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remote-task-launch" role="function">
-<title>ags_remote_task_launch ()</title>
-<indexterm zone="ags-remote-task-launch"><primary>ags_remote_task_launch</primary></indexterm>
-<programlisting><link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      ags_remote_task_launch              (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remote-task-launch-timed" role="function">
-<title>ags_remote_task_launch_timed ()</title>
-<indexterm zone="ags-remote-task-launch-timed"><primary>ags_remote_task_launch_timed</primary></indexterm>
-<programlisting><link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      ags_remote_task_launch_timed        (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remote-task-new" role="function">
-<title>ags_remote_task_new ()</title>
-<indexterm zone="ags-remote-task-new"><primary>ags_remote_task_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoteTask"><returnvalue>AgsRemoteTask</returnvalue></link> *     ags_remote_task_new                 ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_audio.xml b/doc/reference/ags/xml/ags_remove_audio.xml
deleted file mode 100644
index 50c3db7..0000000
--- a/doc/reference/ags/xml/ags_remove_audio.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoveAudio">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoveAudio.top_of_page">AgsRemoveAudio</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoveAudio</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoveAudio.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoveAudio">AgsRemoveAudio</link>;
-struct              <link linkend="AgsRemoveAudioClass">AgsRemoveAudioClass</link>;
-<link linkend="AgsRemoveAudio"><returnvalue>AgsRemoveAudio</returnvalue></link> *    <link linkend="ags-remove-audio-new">ags_remove_audio_new</link>                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoveAudio.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoveAudio.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoveAudio" role="struct">
-<title>struct AgsRemoveAudio</title>
-<indexterm zone="AgsRemoveAudio"><primary>AgsRemoveAudio</primary></indexterm>
-<programlisting>struct AgsRemoveAudio {
-  AgsTask task;
-
-  AgsDevout *devout;
-  AgsAudio *audio;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoveAudioClass" role="struct">
-<title>struct AgsRemoveAudioClass</title>
-<indexterm zone="AgsRemoveAudioClass"><primary>AgsRemoveAudioClass</primary></indexterm>
-<programlisting>struct AgsRemoveAudioClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-audio-new" role="function">
-<title>ags_remove_audio_new ()</title>
-<indexterm zone="ags-remove-audio-new"><primary>ags_remove_audio_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoveAudio"><returnvalue>AgsRemoveAudio</returnvalue></link> *    ags_remove_audio_new                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="AgsAudio"><type>AgsAudio</type></link> *audio</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_audio_signal.xml b/doc/reference/ags/xml/ags_remove_audio_signal.xml
deleted file mode 100644
index 91b8ce7..0000000
--- a/doc/reference/ags/xml/ags_remove_audio_signal.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoveAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoveAudioSignal.top_of_page">AgsRemoveAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoveAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoveAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoveAudioSignal">AgsRemoveAudioSignal</link>;
-struct              <link linkend="AgsRemoveAudioSignalClass">AgsRemoveAudioSignalClass</link>;
-<link linkend="AgsRemoveAudioSignal"><returnvalue>AgsRemoveAudioSignal</returnvalue></link> * <link linkend="ags-remove-audio-signal-new">ags_remove_audio_signal_new</link>      (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoveAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoveAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoveAudioSignal" role="struct">
-<title>struct AgsRemoveAudioSignal</title>
-<indexterm zone="AgsRemoveAudioSignal"><primary>AgsRemoveAudioSignal</primary></indexterm>
-<programlisting>struct AgsRemoveAudioSignal {
-  AgsTask task;
-
-  AgsRecycling *recycling;
-  AgsAudioSignal *audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoveAudioSignalClass" role="struct">
-<title>struct AgsRemoveAudioSignalClass</title>
-<indexterm zone="AgsRemoveAudioSignalClass"><primary>AgsRemoveAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsRemoveAudioSignalClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-audio-signal-new" role="function">
-<title>ags_remove_audio_signal_new ()</title>
-<indexterm zone="ags-remove-audio-signal-new"><primary>ags_remove_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoveAudioSignal"><returnvalue>AgsRemoveAudioSignal</returnvalue></link> * ags_remove_audio_signal_new      (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>,
-                                                         <parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_note.xml b/doc/reference/ags/xml/ags_remove_note.xml
deleted file mode 100644
index 9425adb..0000000
--- a/doc/reference/ags/xml/ags_remove_note.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoveNote">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoveNote.top_of_page">AgsRemoveNote</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoveNote</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoveNote.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoveNote">AgsRemoveNote</link>;
-struct              <link linkend="AgsRemoveNoteClass">AgsRemoveNoteClass</link>;
-<link linkend="AgsRemoveNote"><returnvalue>AgsRemoveNote</returnvalue></link> *     <link linkend="ags-remove-note-new">ags_remove_note_new</link>                 (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoveNote.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoveNote.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoveNote" role="struct">
-<title>struct AgsRemoveNote</title>
-<indexterm zone="AgsRemoveNote"><primary>AgsRemoveNote</primary></indexterm>
-<programlisting>struct AgsRemoveNote {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoveNoteClass" role="struct">
-<title>struct AgsRemoveNoteClass</title>
-<indexterm zone="AgsRemoveNoteClass"><primary>AgsRemoveNoteClass</primary></indexterm>
-<programlisting>struct AgsRemoveNoteClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-note-new" role="function">
-<title>ags_remove_note_new ()</title>
-<indexterm zone="ags-remove-note-new"><primary>ags_remove_note_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoveNote"><returnvalue>AgsRemoveNote</returnvalue></link> *     ags_remove_note_new                 (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_point_from_selection.xml b/doc/reference/ags/xml/ags_remove_point_from_selection.xml
deleted file mode 100644
index 1531634..0000000
--- a/doc/reference/ags/xml/ags_remove_point_from_selection.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemovePointFromSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemovePointFromSelection.top_of_page">AgsRemovePointFromSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemovePointFromSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemovePointFromSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemovePointFromSelection">AgsRemovePointFromSelection</link>;
-struct              <link linkend="AgsRemovePointFromSelectionClass">AgsRemovePointFromSelectionClass</link>;
-<link linkend="AgsRemovePointFromSelection"><returnvalue>AgsRemovePointFromSelection</returnvalue></link> * <link linkend="ags-remove-point-from-selection-new">ags_remove_point_from_selection_new</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemovePointFromSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemovePointFromSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemovePointFromSelection" role="struct">
-<title>struct AgsRemovePointFromSelection</title>
-<indexterm zone="AgsRemovePointFromSelection"><primary>AgsRemovePointFromSelection</primary></indexterm>
-<programlisting>struct AgsRemovePointFromSelection {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x;
-  guint y;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemovePointFromSelectionClass" role="struct">
-<title>struct AgsRemovePointFromSelectionClass</title>
-<indexterm zone="AgsRemovePointFromSelectionClass"><primary>AgsRemovePointFromSelectionClass</primary></indexterm>
-<programlisting>struct AgsRemovePointFromSelectionClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-point-from-selection-new" role="function">
-<title>ags_remove_point_from_selection_new ()</title>
-<indexterm zone="ags-remove-point-from-selection-new"><primary>ags_remove_point_from_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsRemovePointFromSelection"><returnvalue>AgsRemovePointFromSelection</returnvalue></link> * ags_remove_point_from_selection_new
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_recall.xml b/doc/reference/ags/xml/ags_remove_recall.xml
deleted file mode 100644
index 231df76..0000000
--- a/doc/reference/ags/xml/ags_remove_recall.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoveRecall">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoveRecall.top_of_page">AgsRemoveRecall</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoveRecall</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoveRecall.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoveRecall">AgsRemoveRecall</link>;
-struct              <link linkend="AgsRemoveRecallClass">AgsRemoveRecallClass</link>;
-<link linkend="AgsRemoveRecall"><returnvalue>AgsRemoveRecall</returnvalue></link> *   <link linkend="ags-remove-recall-new">ags_remove_recall_new</link>               (<parameter><link linkend="GObject"><type>GObject</type></link> *context</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoveRecall.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoveRecall.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoveRecall" role="struct">
-<title>struct AgsRemoveRecall</title>
-<indexterm zone="AgsRemoveRecall"><primary>AgsRemoveRecall</primary></indexterm>
-<programlisting>struct AgsRemoveRecall {
-  AgsTask task;
-
-  GObject *context;
-
-  AgsRecall *recall;
-  gboolean is_play;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoveRecallClass" role="struct">
-<title>struct AgsRemoveRecallClass</title>
-<indexterm zone="AgsRemoveRecallClass"><primary>AgsRemoveRecallClass</primary></indexterm>
-<programlisting>struct AgsRemoveRecallClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-recall-new" role="function">
-<title>ags_remove_recall_new ()</title>
-<indexterm zone="ags-remove-recall-new"><primary>ags_remove_recall_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoveRecall"><returnvalue>AgsRemoveRecall</returnvalue></link> *   ags_remove_recall_new               (<parameter><link linkend="GObject"><type>GObject</type></link> *context</parameter>,
-                                                         <parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> is_play</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_remove_region_from_selection.xml b/doc/reference/ags/xml/ags_remove_region_from_selection.xml
deleted file mode 100644
index aa63919..0000000
--- a/doc/reference/ags/xml/ags_remove_region_from_selection.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRemoveRegionFromSelection">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRemoveRegionFromSelection.top_of_page">AgsRemoveRegionFromSelection</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRemoveRegionFromSelection</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRemoveRegionFromSelection.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRemoveRegionFromSelection">AgsRemoveRegionFromSelection</link>;
-struct              <link linkend="AgsRemoveRegionFromSelectionClass">AgsRemoveRegionFromSelectionClass</link>;
-<link linkend="AgsRemoveRegionFromSelection"><returnvalue>AgsRemoveRegionFromSelection</returnvalue></link> * <link linkend="ags-remove-region-from-selection-new">ags_remove_region_from_selection_new</link>
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRemoveRegionFromSelection.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRemoveRegionFromSelection.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRemoveRegionFromSelection" role="struct">
-<title>struct AgsRemoveRegionFromSelection</title>
-<indexterm zone="AgsRemoveRegionFromSelection"><primary>AgsRemoveRegionFromSelection</primary></indexterm>
-<programlisting>struct AgsRemoveRegionFromSelection {
-  AgsTask task;
-
-  AgsNotation *notation;
-
-  guint x0;
-  guint y0;
-  guint x1;
-  guint y1;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRemoveRegionFromSelectionClass" role="struct">
-<title>struct AgsRemoveRegionFromSelectionClass</title>
-<indexterm zone="AgsRemoveRegionFromSelectionClass"><primary>AgsRemoveRegionFromSelectionClass</primary></indexterm>
-<programlisting>struct AgsRemoveRegionFromSelectionClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-remove-region-from-selection-new" role="function">
-<title>ags_remove_region_from_selection_new ()</title>
-<indexterm zone="ags-remove-region-from-selection-new"><primary>ags_remove_region_from_selection_new</primary></indexterm>
-<programlisting><link linkend="AgsRemoveRegionFromSelection"><returnvalue>AgsRemoveRegionFromSelection</returnvalue></link> * ags_remove_region_from_selection_new
-                                                        (<parameter><link linkend="AgsNotation"><type>AgsNotation</type></link> *notation</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y0</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> x1</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> y1</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_resize_editor.xml b/doc/reference/ags/xml/ags_resize_editor.xml
deleted file mode 100644
index b00e861..0000000
--- a/doc/reference/ags/xml/ags_resize_editor.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsResizeEditor">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsResizeEditor.top_of_page">AgsResizeEditor</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsResizeEditor</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsResizeEditor.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsResizeEditor">AgsResizeEditor</link>;
-struct              <link linkend="AgsResizeEditorClass">AgsResizeEditorClass</link>;
-<link linkend="AgsResizeEditor"><returnvalue>AgsResizeEditor</returnvalue></link> *   <link linkend="ags-resize-editor-new">ags_resize_editor_new</link>               ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsResizeEditor.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsResizeEditor.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsResizeEditor" role="struct">
-<title>struct AgsResizeEditor</title>
-<indexterm zone="AgsResizeEditor"><primary>AgsResizeEditor</primary></indexterm>
-<programlisting>struct AgsResizeEditor {
-  AgsPropertyEditor property_editor;
-
-  GtkSpinButton *audio_channels;
-
-  GtkSpinButton *input_pads;
-  GtkSpinButton *output_pads;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsResizeEditorClass" role="struct">
-<title>struct AgsResizeEditorClass</title>
-<indexterm zone="AgsResizeEditorClass"><primary>AgsResizeEditorClass</primary></indexterm>
-<programlisting>struct AgsResizeEditorClass {
-  AgsPropertyEditorClass property_editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-resize-editor-new" role="function">
-<title>ags_resize_editor_new ()</title>
-<indexterm zone="ags-resize-editor-new"><primary>ags_resize_editor_new</primary></indexterm>
-<programlisting><link linkend="AgsResizeEditor"><returnvalue>AgsResizeEditor</returnvalue></link> *   ags_resize_editor_new               ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_returnable_thread.xml b/doc/reference/ags/xml/ags_returnable_thread.xml
deleted file mode 100644
index 7f0a393..0000000
--- a/doc/reference/ags/xml/ags_returnable_thread.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsReturnableThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsReturnableThread.top_of_page">AgsReturnableThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsReturnableThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsReturnableThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-RETURNABLE-THREAD-DEFAULT-JIFFIE:CAPS">AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsReturnableThread">AgsReturnableThread</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                (<link linkend="AgsReturnableThreadCallback">*AgsReturnableThreadCallback</link>)      (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-struct              <link linkend="AgsReturnableThreadClass">AgsReturnableThreadClass</link>;
-enum                <link linkend="AgsReturnableThreadFlags">AgsReturnableThreadFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-returnable-thread-connect-safe-run">ags_returnable_thread_connect_safe_run</link>
-                                                        (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>,
-                                                         <parameter><link linkend="AgsReturnableThreadCallback"><type>AgsReturnableThreadCallback</type></link> callback</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-returnable-thread-disconnect-safe-run">ags_returnable_thread_disconnect_safe_run</link>
-                                                        (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>);
-<link linkend="AgsReturnableThread"><returnvalue>AgsReturnableThread</returnvalue></link> * <link linkend="ags-returnable-thread-new">ags_returnable_thread_new</link>         (<parameter><link linkend="GObject"><type>GObject</type></link> *thread_pool</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-returnable-thread-safe-run">ags_returnable_thread_safe_run</link>      (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsReturnableThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsReturnableThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-RETURNABLE-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-RETURNABLE-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE (1000)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsReturnableThread" role="struct">
-<title>struct AgsReturnableThread</title>
-<indexterm zone="AgsReturnableThread"><primary>AgsReturnableThread</primary></indexterm>
-<programlisting>struct AgsReturnableThread {
-  AgsThread thread;
-
-  volatile guint flags;
-
-  GObject *thread_pool;
-
-  pthread_mutex_t reset_mutex;
-  volatile void *safe_data;
-
-  gulong handler;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsReturnableThreadCallback" role="function">
-<title>AgsReturnableThreadCallback ()</title>
-<indexterm zone="AgsReturnableThreadCallback"><primary>AgsReturnableThreadCallback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                (*AgsReturnableThreadCallback)      (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsReturnableThreadClass" role="struct">
-<title>struct AgsReturnableThreadClass</title>
-<indexterm zone="AgsReturnableThreadClass"><primary>AgsReturnableThreadClass</primary></indexterm>
-<programlisting>struct AgsReturnableThreadClass {
-  AgsThreadClass thread;
-
-  void (*safe_run)(AgsReturnableThread *returnable_thread);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsReturnableThreadFlags" role="enum">
-<title>enum AgsReturnableThreadFlags</title>
-<indexterm zone="AgsReturnableThreadFlags"><primary>AgsReturnableThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_RETURNABLE_THREAD_IN_USE              = 1,
-  AGS_RETURNABLE_THREAD_RESET               = 1 << 1,
-} AgsReturnableThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-returnable-thread-connect-safe-run" role="function">
-<title>ags_returnable_thread_connect_safe_run ()</title>
-<indexterm zone="ags-returnable-thread-connect-safe-run"><primary>ags_returnable_thread_connect_safe_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_returnable_thread_connect_safe_run
-                                                        (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>,
-                                                         <parameter><link linkend="AgsReturnableThreadCallback"><type>AgsReturnableThreadCallback</type></link> callback</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-returnable-thread-disconnect-safe-run" role="function">
-<title>ags_returnable_thread_disconnect_safe_run ()</title>
-<indexterm zone="ags-returnable-thread-disconnect-safe-run"><primary>ags_returnable_thread_disconnect_safe_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_returnable_thread_disconnect_safe_run
-                                                        (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-returnable-thread-new" role="function">
-<title>ags_returnable_thread_new ()</title>
-<indexterm zone="ags-returnable-thread-new"><primary>ags_returnable_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsReturnableThread"><returnvalue>AgsReturnableThread</returnvalue></link> * ags_returnable_thread_new         (<parameter><link linkend="GObject"><type>GObject</type></link> *thread_pool</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-returnable-thread-safe-run" role="function">
-<title>ags_returnable_thread_safe_run ()</title>
-<indexterm zone="ags-returnable-thread-safe-run"><primary>ags_returnable_thread_safe_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_returnable_thread_safe_run      (<parameter><link linkend="AgsReturnableThread"><type>AgsReturnableThread</type></link> *returnable_thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ruler.xml b/doc/reference/ags/xml/ags_ruler.xml
deleted file mode 100644
index a8f93a3..0000000
--- a/doc/reference/ags/xml/ags_ruler.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRuler">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRuler.top_of_page">AgsRuler</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRuler</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRuler.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsRuler">AgsRuler</link>;
-struct              <link linkend="AgsRulerClass">AgsRulerClass</link>;
-<link linkend="AgsRuler"><returnvalue>AgsRuler</returnvalue></link> *          <link linkend="ags-ruler-new">ags_ruler_new</link>                       ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRuler.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRuler.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRuler" role="struct">
-<title>struct AgsRuler</title>
-<indexterm zone="AgsRuler"><primary>AgsRuler</primary></indexterm>
-<programlisting>struct AgsRuler {
-  GtkDrawingArea drawing_area;
-
-  /*
-  PangoLayout *layout;
-
-  char *font_name;
-  PangoFontDescription *font_desc;
-
-  PangoContext *context;
-  */
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRulerClass" role="struct">
-<title>struct AgsRulerClass</title>
-<indexterm zone="AgsRulerClass"><primary>AgsRulerClass</primary></indexterm>
-<programlisting>struct AgsRulerClass {
-  GtkDrawingAreaClass drawing_area;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ruler-new" role="function">
-<title>ags_ruler_new ()</title>
-<indexterm zone="ags-ruler-new"><primary>ags_ruler_new</primary></indexterm>
-<programlisting><link linkend="AgsRuler"><returnvalue>AgsRuler</returnvalue></link> *          ags_ruler_new                       ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_ruler_callbacks.xml b/doc/reference/ags/xml/ags_ruler_callbacks.xml
deleted file mode 100644
index b83ec20..0000000
--- a/doc/reference/ags/xml/ags_ruler_callbacks.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-ruler-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-ruler-callbacks.top_of_page">ags_ruler_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_ruler_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-ruler-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-ruler-configure-event">ags_ruler_configure_event</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsRuler"><type>AgsRuler</type></link> *ruler</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-ruler-expose-event">ags_ruler_expose_event</link>              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsRuler"><type>AgsRuler</type></link> *ruler</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-ruler-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-ruler-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-ruler-configure-event" role="function">
-<title>ags_ruler_configure_event ()</title>
-<indexterm zone="ags-ruler-configure-event"><primary>ags_ruler_configure_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_ruler_configure_event           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventConfigure"><type>GdkEventConfigure</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsRuler"><type>AgsRuler</type></link> *ruler</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-ruler-expose-event" role="function">
-<title>ags_ruler_expose_event ()</title>
-<indexterm zone="ags-ruler-expose-event"><primary>ags_ruler_expose_event</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_ruler_expose_event              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GdkEventExpose"><type>GdkEventExpose</type></link> *event</parameter>,
-                                                         <parameter><link linkend="AgsRuler"><type>AgsRuler</type></link> *ruler</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_runnable.xml b/doc/reference/ags/xml/ags_runnable.xml
deleted file mode 100644
index 20105a5..0000000
--- a/doc/reference/ags/xml/ags_runnable.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsRunnable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsRunnable.top_of_page">AgsRunnable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsRunnable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsRunnable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsRunnable">AgsRunnable</link>;
-struct              <link linkend="AgsRunnableInterface">AgsRunnableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-runnable-run">ags_runnable_run</link>                    (<parameter><link linkend="AgsRunnable"><type>AgsRunnable</type></link> *runnable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-runnable-stop">ags_runnable_stop</link>                   (<parameter><link linkend="AgsRunnable"><type>AgsRunnable</type></link> *runnable</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsRunnable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsRunnable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsRunnable" role="typedef">
-<title>AgsRunnable</title>
-<indexterm zone="AgsRunnable"><primary>AgsRunnable</primary></indexterm>
-<programlisting>typedef void AgsRunnable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsRunnableInterface" role="struct">
-<title>struct AgsRunnableInterface</title>
-<indexterm zone="AgsRunnableInterface"><primary>AgsRunnableInterface</primary></indexterm>
-<programlisting>struct AgsRunnableInterface {
-  GTypeInterface interface;
-
-  void (*run)(AgsRunnable *runnable);
-  void (*stop)(AgsRunnable *runnable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-runnable-run" role="function">
-<title>ags_runnable_run ()</title>
-<indexterm zone="ags-runnable-run"><primary>ags_runnable_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_runnable_run                    (<parameter><link linkend="AgsRunnable"><type>AgsRunnable</type></link> *runnable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-runnable-stop" role="function">
-<title>ags_runnable_stop ()</title>
-<indexterm zone="ags-runnable-stop"><primary>ags_runnable_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_runnable_stop                   (<parameter><link linkend="AgsRunnable"><type>AgsRunnable</type></link> *runnable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_save_file.xml b/doc/reference/ags/xml/ags_save_file.xml
deleted file mode 100644
index 6c9b8bf..0000000
--- a/doc/reference/ags/xml/ags_save_file.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSaveFile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSaveFile.top_of_page">AgsSaveFile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSaveFile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSaveFile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSaveFile">AgsSaveFile</link>;
-struct              <link linkend="AgsSaveFileClass">AgsSaveFileClass</link>;
-<link linkend="AgsSaveFile"><returnvalue>AgsSaveFile</returnvalue></link> *       <link linkend="ags-save-file-new">ags_save_file_new</link>                   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSaveFile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSaveFile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSaveFile" role="struct">
-<title>struct AgsSaveFile</title>
-<indexterm zone="AgsSaveFile"><primary>AgsSaveFile</primary></indexterm>
-<programlisting>struct AgsSaveFile {
-  AgsTask task;
-
-  AgsFile *file;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSaveFileClass" role="struct">
-<title>struct AgsSaveFileClass</title>
-<indexterm zone="AgsSaveFileClass"><primary>AgsSaveFileClass</primary></indexterm>
-<programlisting>struct AgsSaveFileClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-save-file-new" role="function">
-<title>ags_save_file_new ()</title>
-<indexterm zone="ags-save-file-new"><primary>ags_save_file_new</primary></indexterm>
-<programlisting><link linkend="AgsSaveFile"><returnvalue>AgsSaveFile</returnvalue></link> *       ags_save_file_new                   (<parameter><link linkend="AgsFile"><type>AgsFile</type></link> *file</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_scroll_on_play.xml b/doc/reference/ags/xml/ags_scroll_on_play.xml
deleted file mode 100644
index 81efca5..0000000
--- a/doc/reference/ags/xml/ags_scroll_on_play.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsScrollOnPlay">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsScrollOnPlay.top_of_page">AgsScrollOnPlay</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsScrollOnPlay</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsScrollOnPlay.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsScrollOnPlay">AgsScrollOnPlay</link>;
-struct              <link linkend="AgsScrollOnPlayClass">AgsScrollOnPlayClass</link>;
-<link linkend="AgsScrollOnPlay"><returnvalue>AgsScrollOnPlay</returnvalue></link> *   <link linkend="ags-scroll-on-play-new">ags_scroll_on_play_new</link>              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *editor</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsScrollOnPlay.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsScrollOnPlay.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsScrollOnPlay" role="struct">
-<title>struct AgsScrollOnPlay</title>
-<indexterm zone="AgsScrollOnPlay"><primary>AgsScrollOnPlay</primary></indexterm>
-<programlisting>struct AgsScrollOnPlay {
-  AgsTask task;
-
-  GtkWidget *editor;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsScrollOnPlayClass" role="struct">
-<title>struct AgsScrollOnPlayClass</title>
-<indexterm zone="AgsScrollOnPlayClass"><primary>AgsScrollOnPlayClass</primary></indexterm>
-<programlisting>struct AgsScrollOnPlayClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-scroll-on-play-new" role="function">
-<title>ags_scroll_on_play_new ()</title>
-<indexterm zone="ags-scroll-on-play-new"><primary>ags_scroll_on_play_new</primary></indexterm>
-<programlisting><link linkend="AgsScrollOnPlay"><returnvalue>AgsScrollOnPlay</returnvalue></link> *   ags_scroll_on_play_new              (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *editor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_seekable.xml b/doc/reference/ags/xml/ags_seekable.xml
deleted file mode 100644
index 12351fd..0000000
--- a/doc/reference/ags/xml/ags_seekable.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSeekable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSeekable.top_of_page">AgsSeekable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSeekable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSeekable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsSeekable">AgsSeekable</link>;
-struct              <link linkend="AgsSeekableInterface">AgsSeekableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-seekable-seek">ags_seekable_seek</link>                   (<parameter><link linkend="AgsSeekable"><type>AgsSeekable</type></link> *seekable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> steps</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> forward</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSeekable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSeekable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSeekable" role="typedef">
-<title>AgsSeekable</title>
-<indexterm zone="AgsSeekable"><primary>AgsSeekable</primary></indexterm>
-<programlisting>typedef void AgsSeekable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSeekableInterface" role="struct">
-<title>struct AgsSeekableInterface</title>
-<indexterm zone="AgsSeekableInterface"><primary>AgsSeekableInterface</primary></indexterm>
-<programlisting>struct AgsSeekableInterface {
-  GTypeInterface interface;
-
-  void (*seek)(AgsSeekable *seekable, guint steps, gboolean forward);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-seekable-seek" role="function">
-<title>ags_seekable_seek ()</title>
-<indexterm zone="ags-seekable-seek"><primary>ags_seekable_seek</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_seekable_seek                   (<parameter><link linkend="AgsSeekable"><type>AgsSeekable</type></link> *seekable</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> steps</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> forward</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_segment.xml b/doc/reference/ags/xml/ags_segment.xml
deleted file mode 100644
index 33362f5..0000000
--- a/doc/reference/ags/xml/ags_segment.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSegment">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSegment.top_of_page">AgsSegment</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSegment</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSegment.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>enum                <link linkend="AGS-SEGMENT-FLAGS:CAPS">AGS_SEGMENT_FLAGS</link>;
-struct              <link linkend="AgsSegment">AgsSegment</link>;
-struct              <link linkend="AgsSegmentClass">AgsSegmentClass</link>;
-enum                <link linkend="AgsSegmentFields">AgsSegmentFields</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-segment-draw-string">ags_segment_draw_string</link>             (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **string</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-segment-field-off">ags_segment_field_off</link>               (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> field</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-segment-field-on">ags_segment_field_on</link>                (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> field</parameter>);
-<link linkend="AgsSegment"><returnvalue>AgsSegment</returnvalue></link> *        <link linkend="ags-segment-new">ags_segment_new</link>                     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSegment.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSegment.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-SEGMENT-FLAGS:CAPS" role="enum">
-<title>enum AGS_SEGMENT_FLAGS</title>
-<indexterm zone="AGS-SEGMENT-FLAGS:CAPS"><primary>AGS_SEGMENT_FLAGS</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SEGMENT_MONOCHROME      = 1,
-  AGS_SEGMENT_COLOR_RED       = 1 <<  1,
-  AGS_SEGMENT_COLOR_BLUE      = 1 <<  2,
-  AGS_SGEMENT_COLOR_GREEN     = 1 <<  3,
-} AGS_SEGMENT_FLAGS;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSegment" role="struct">
-<title>struct AgsSegment</title>
-<indexterm zone="AgsSegment"><primary>AgsSegment</primary></indexterm>
-<programlisting>struct AgsSegment {
-  GtkWidget widget;
-
-  guint flags;
-
-  guint count;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSegmentClass" role="struct">
-<title>struct AgsSegmentClass</title>
-<indexterm zone="AgsSegmentClass"><primary>AgsSegmentClass</primary></indexterm>
-<programlisting>struct AgsSegmentClass {
-  GtkWidgetClass widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSegmentFields" role="enum">
-<title>enum AgsSegmentFields</title>
-<indexterm zone="AgsSegmentFields"><primary>AgsSegmentFields</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SEGMENT_UPPER_LEFT                = 1,
-  AGS_SEGMENT_UPPER_RIGHT               = 1 <<  1,
-  AGS_SEGMENT_LOWER_LEFT                = 1 <<  2,
-  AGS_SEGMENT_LOWER_RIGHT               = 1 <<  3,
-  AGS_SEGMENT_LEFT_UPPER_1              = 1 <<  4,
-  AGS_SEGMENT_LEFT_UPPER_2              = 1 <<  5,
-  AGS_SEGMENT_LEFT_LOWER_1              = 1 <<  6,
-  AGS_SEGMENT_LEFT_LOWER_2              = 1 <<  7,
-  AGS_SEGMENT_RIGHT_UPPER_1             = 1 <<  8,
-  AGS_SEGMENT_RIGHT_UPPER_2             = 1 <<  9,
-  AGS_SEGMENT_RIGHT_LOWER_1             = 1 << 10,
-  AGS_SEGMENT_RIGHT_LOWER_2             = 1 << 11,
-  AGS_SEGMENT_DIAGONAL_UPPER_LEFT_1     = 1 << 12,
-  AGS_SEGMENT_DIAGONAL_UPPER_LEFT_2     = 1 << 13,
-  AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_1    = 1 << 14,
-  AGS_SEGMENT_DIAGONAL_UPPER_RIGHT_2    = 1 << 15,
-  AGS_SEGMENT_DIAGONAL_LOWER_LEFT_1     = 1 << 16,
-  AGS_SEGMENT_DIAGONAL_LOWER_LEFT_2     = 1 << 17,
-  AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_1    = 1 << 18,
-  AGS_SEGMENT_DIAGONAL_LOWER_RIGHT_2    = 1 << 19,
-} AgsSegmentFields;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-segment-draw-string" role="function">
-<title>ags_segment_draw_string ()</title>
-<indexterm zone="ags-segment-draw-string"><primary>ags_segment_draw_string</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_segment_draw_string             (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> **string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-segment-field-off" role="function">
-<title>ags_segment_field_off ()</title>
-<indexterm zone="ags-segment-field-off"><primary>ags_segment_field_off</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_segment_field_off               (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> field</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-segment-field-on" role="function">
-<title>ags_segment_field_on ()</title>
-<indexterm zone="ags-segment-field-on"><primary>ags_segment_field_on</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_segment_field_on                (<parameter><link linkend="AgsSegment"><type>AgsSegment</type></link> *segment</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> field</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-segment-new" role="function">
-<title>ags_segment_new ()</title>
-<indexterm zone="ags-segment-new"><primary>ags_segment_new</primary></indexterm>
-<programlisting><link linkend="AgsSegment"><returnvalue>AgsSegment</returnvalue></link> *        ags_segment_new                     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_server.xml b/doc/reference/ags/xml/ags_server.xml
deleted file mode 100644
index 98784f3..0000000
--- a/doc/reference/ags/xml/ags_server.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsServer">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsServer.top_of_page">AgsServer</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsServer</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsServer.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsServer">AgsServer</link>;
-struct              <link linkend="AgsServerClass">AgsServerClass</link>;
-enum                <link linkend="AgsServerFlags">AgsServerFlags</link>;
-<link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      <link linkend="ags-server-create-object">ags_server_create_object</link>            (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="AgsServer"><returnvalue>AgsServer</returnvalue></link> *         <link linkend="ags-server-lookup">ags_server_lookup</link>                   (<parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="AgsServer"><returnvalue>AgsServer</returnvalue></link> *         <link linkend="ags-server-new">ags_server_new</link>                      (<parameter><link linkend="GObject"><type>GObject</type></link> *main</parameter>);
-<link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      <link linkend="ags-server-object-set-property">ags_server_object_set_property</link>      (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-server-start">ags_server_start</link>                    (<parameter><link linkend="AgsServer"><type>AgsServer</type></link> *server</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsServer.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsServer.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsServer" role="struct">
-<title>struct AgsServer</title>
-<indexterm zone="AgsServer"><primary>AgsServer</primary></indexterm>
-<programlisting>struct AgsServer {
-  GObject object;
-
-  guint flags;
-
-#ifdef AGS_WITH_XMLRPC_C
-  TServer abyss_server;
-  TSocket *socket;
-#endif
-  int socket_fd;
-  struct sockaddr_in address;
-
-  void *server_info;
-  
-  GObject *main;
-
-  AgsRegistry *registry;
-  AgsRemoteTask *remote_task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsServerClass" role="struct">
-<title>struct AgsServerClass</title>
-<indexterm zone="AgsServerClass"><primary>AgsServerClass</primary></indexterm>
-<programlisting>struct AgsServerClass {
-  GObjectClass object;
-  
-  void (*start)(AgsServer *server);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsServerFlags" role="enum">
-<title>enum AgsServerFlags</title>
-<indexterm zone="AgsServerFlags"><primary>AgsServerFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SERVER_STARTED        = 1,
-  AGS_SERVER_RUNNING        = 1 << 1,
-} AgsServerFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-create-object" role="function">
-<title>ags_server_create_object ()</title>
-<indexterm zone="ags-server-create-object"><primary>ags_server_create_object</primary></indexterm>
-<programlisting><link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      ags_server_create_object            (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-lookup" role="function">
-<title>ags_server_lookup ()</title>
-<indexterm zone="ags-server-lookup"><primary>ags_server_lookup</primary></indexterm>
-<programlisting><link linkend="AgsServer"><returnvalue>AgsServer</returnvalue></link> *         ags_server_lookup                   (<parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-new" role="function">
-<title>ags_server_new ()</title>
-<indexterm zone="ags-server-new"><primary>ags_server_new</primary></indexterm>
-<programlisting><link linkend="AgsServer"><returnvalue>AgsServer</returnvalue></link> *         ags_server_new                      (<parameter><link linkend="GObject"><type>GObject</type></link> *main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-object-set-property" role="function">
-<title>ags_server_object_set_property ()</title>
-<indexterm zone="ags-server-object-set-property"><primary>ags_server_object_set_property</primary></indexterm>
-<programlisting><link linkend="xmlrpc-value"><returnvalue>xmlrpc_value</returnvalue></link> *      ags_server_object_set_property      (<parameter><link linkend="xmlrpc-env"><type>xmlrpc_env</type></link> *env</parameter>,
-                                                         <parameter><link linkend="xmlrpc-value"><type>xmlrpc_value</type></link> *param_array</parameter>,
-                                                         <parameter><link linkend="void"><type>void</type></link> *server_info</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-start" role="function">
-<title>ags_server_start ()</title>
-<indexterm zone="ags-server-start"><primary>ags_server_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_server_start                    (<parameter><link linkend="AgsServer"><type>AgsServer</type></link> *server</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_server_preferences.xml b/doc/reference/ags/xml/ags_server_preferences.xml
deleted file mode 100644
index 511ad13..0000000
--- a/doc/reference/ags/xml/ags_server_preferences.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsServerPreferences">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsServerPreferences.top_of_page">AgsServerPreferences</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsServerPreferences</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsServerPreferences.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsServerPreferences">AgsServerPreferences</link>;
-struct              <link linkend="AgsServerPreferencesClass">AgsServerPreferencesClass</link>;
-<link linkend="AgsServerPreferences"><returnvalue>AgsServerPreferences</returnvalue></link> * <link linkend="ags-server-preferences-new">ags_server_preferences_new</link>       ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsServerPreferences.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsServerPreferences.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsServerPreferences" role="struct">
-<title>struct AgsServerPreferences</title>
-<indexterm zone="AgsServerPreferences"><primary>AgsServerPreferences</primary></indexterm>
-<programlisting>struct AgsServerPreferences {
-  GtkVBox vbox;
-
-  GtkCheckButton *start;
-
-  GtkEntry *address;
-  GtkEntry *port;
-
-  GtkEntry *username;
-  GtkEntry *password;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsServerPreferencesClass" role="struct">
-<title>struct AgsServerPreferencesClass</title>
-<indexterm zone="AgsServerPreferencesClass"><primary>AgsServerPreferencesClass</primary></indexterm>
-<programlisting>struct AgsServerPreferencesClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-server-preferences-new" role="function">
-<title>ags_server_preferences_new ()</title>
-<indexterm zone="ags-server-preferences-new"><primary>ags_server_preferences_new</primary></indexterm>
-<programlisting><link linkend="AgsServerPreferences"><returnvalue>AgsServerPreferences</returnvalue></link> * ags_server_preferences_new       ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_audio_channels.xml b/doc/reference/ags/xml/ags_set_audio_channels.xml
deleted file mode 100644
index a80c840..0000000
--- a/doc/reference/ags/xml/ags_set_audio_channels.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetAudioChannels">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetAudioChannels.top_of_page">AgsSetAudioChannels</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetAudioChannels</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetAudioChannels.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetAudioChannels">AgsSetAudioChannels</link>;
-struct              <link linkend="AgsSetAudioChannelsClass">AgsSetAudioChannelsClass</link>;
-<link linkend="AgsSetAudioChannels"><returnvalue>AgsSetAudioChannels</returnvalue></link> * <link linkend="ags-set-audio-channels-new">ags_set_audio_channels_new</link>        (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetAudioChannels.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetAudioChannels.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetAudioChannels" role="struct">
-<title>struct AgsSetAudioChannels</title>
-<indexterm zone="AgsSetAudioChannels"><primary>AgsSetAudioChannels</primary></indexterm>
-<programlisting>struct AgsSetAudioChannels {
-  AgsTask task;
-
-  AgsDevout *devout;
-  guint audio_channels;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetAudioChannelsClass" role="struct">
-<title>struct AgsSetAudioChannelsClass</title>
-<indexterm zone="AgsSetAudioChannelsClass"><primary>AgsSetAudioChannelsClass</primary></indexterm>
-<programlisting>struct AgsSetAudioChannelsClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-audio-channels-new" role="function">
-<title>ags_set_audio_channels_new ()</title>
-<indexterm zone="ags-set-audio-channels-new"><primary>ags_set_audio_channels_new</primary></indexterm>
-<programlisting><link linkend="AgsSetAudioChannels"><returnvalue>AgsSetAudioChannels</returnvalue></link> * ags_set_audio_channels_new        (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> audio_channels</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_buffer_size.xml b/doc/reference/ags/xml/ags_set_buffer_size.xml
deleted file mode 100644
index c3fa9b4..0000000
--- a/doc/reference/ags/xml/ags_set_buffer_size.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetBufferSize">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetBufferSize.top_of_page">AgsSetBufferSize</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetBufferSize</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetBufferSize.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetBufferSize">AgsSetBufferSize</link>;
-struct              <link linkend="AgsSetBufferSizeClass">AgsSetBufferSizeClass</link>;
-<link linkend="AgsSetBufferSize"><returnvalue>AgsSetBufferSize</returnvalue></link> *  <link linkend="ags-set-buffer-size-new">ags_set_buffer_size_new</link>             (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetBufferSize.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetBufferSize.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetBufferSize" role="struct">
-<title>struct AgsSetBufferSize</title>
-<indexterm zone="AgsSetBufferSize"><primary>AgsSetBufferSize</primary></indexterm>
-<programlisting>struct AgsSetBufferSize {
-  AgsTask task;
-
-  GObject *gobject;
-  guint buffer_size;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetBufferSizeClass" role="struct">
-<title>struct AgsSetBufferSizeClass</title>
-<indexterm zone="AgsSetBufferSizeClass"><primary>AgsSetBufferSizeClass</primary></indexterm>
-<programlisting>struct AgsSetBufferSizeClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-buffer-size-new" role="function">
-<title>ags_set_buffer_size_new ()</title>
-<indexterm zone="ags-set-buffer-size-new"><primary>ags_set_buffer_size_new</primary></indexterm>
-<programlisting><link linkend="AgsSetBufferSize"><returnvalue>AgsSetBufferSize</returnvalue></link> *  ags_set_buffer_size_new             (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> buffer_size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_devout_play_flags.xml b/doc/reference/ags/xml/ags_set_devout_play_flags.xml
deleted file mode 100644
index 8fab5df..0000000
--- a/doc/reference/ags/xml/ags_set_devout_play_flags.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetDevoutPlayFlags">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetDevoutPlayFlags.top_of_page">AgsSetDevoutPlayFlags</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetDevoutPlayFlags</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetDevoutPlayFlags.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetDevoutPlayFlags">AgsSetDevoutPlayFlags</link>;
-struct              <link linkend="AgsSetDevoutPlayFlagsClass">AgsSetDevoutPlayFlagsClass</link>;
-<link linkend="AgsSetDevoutPlayFlags"><returnvalue>AgsSetDevoutPlayFlags</returnvalue></link> * <link linkend="ags-set-devout-play-flags-new">ags_set_devout_play_flags_new</link>   (<parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> devout_play_flags</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetDevoutPlayFlags.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetDevoutPlayFlags.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetDevoutPlayFlags" role="struct">
-<title>struct AgsSetDevoutPlayFlags</title>
-<indexterm zone="AgsSetDevoutPlayFlags"><primary>AgsSetDevoutPlayFlags</primary></indexterm>
-<programlisting>struct AgsSetDevoutPlayFlags {
-  AgsTask task;
-
-  AgsDevoutPlay *devout_play;
-  guint devout_play_flags;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetDevoutPlayFlagsClass" role="struct">
-<title>struct AgsSetDevoutPlayFlagsClass</title>
-<indexterm zone="AgsSetDevoutPlayFlagsClass"><primary>AgsSetDevoutPlayFlagsClass</primary></indexterm>
-<programlisting>struct AgsSetDevoutPlayFlagsClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-devout-play-flags-new" role="function">
-<title>ags_set_devout_play_flags_new ()</title>
-<indexterm zone="ags-set-devout-play-flags-new"><primary>ags_set_devout_play_flags_new</primary></indexterm>
-<programlisting><link linkend="AgsSetDevoutPlayFlags"><returnvalue>AgsSetDevoutPlayFlags</returnvalue></link> * ags_set_devout_play_flags_new   (<parameter><link linkend="AgsDevoutPlay"><type>AgsDevoutPlay</type></link> *play</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> devout_play_flags</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_muted.xml b/doc/reference/ags/xml/ags_set_muted.xml
deleted file mode 100644
index f0e8f40..0000000
--- a/doc/reference/ags/xml/ags_set_muted.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetMuted">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetMuted.top_of_page">AgsSetMuted</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetMuted</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetMuted.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetMuted">AgsSetMuted</link>;
-struct              <link linkend="AgsSetMutedClass">AgsSetMutedClass</link>;
-<link linkend="AgsSetMuted"><returnvalue>AgsSetMuted</returnvalue></link> *       <link linkend="ags-set-muted-new">ags_set_muted_new</link>                   (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> muted</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetMuted.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetMuted.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetMuted" role="struct">
-<title>struct AgsSetMuted</title>
-<indexterm zone="AgsSetMuted"><primary>AgsSetMuted</primary></indexterm>
-<programlisting>struct AgsSetMuted {
-  AgsTask task;
-
-  GObject *gobject;
-
-  gboolean muted;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetMutedClass" role="struct">
-<title>struct AgsSetMutedClass</title>
-<indexterm zone="AgsSetMutedClass"><primary>AgsSetMutedClass</primary></indexterm>
-<programlisting>struct AgsSetMutedClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-muted-new" role="function">
-<title>ags_set_muted_new ()</title>
-<indexterm zone="ags-set-muted-new"><primary>ags_set_muted_new</primary></indexterm>
-<programlisting><link linkend="AgsSetMuted"><returnvalue>AgsSetMuted</returnvalue></link> *       ags_set_muted_new                   (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> muted</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_output_device.xml b/doc/reference/ags/xml/ags_set_output_device.xml
deleted file mode 100644
index eec6e4a..0000000
--- a/doc/reference/ags/xml/ags_set_output_device.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetOutputDevice">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetOutputDevice.top_of_page">AgsSetOutputDevice</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetOutputDevice</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetOutputDevice.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetOutputDevice">AgsSetOutputDevice</link>;
-struct              <link linkend="AgsSetOutputDeviceClass">AgsSetOutputDeviceClass</link>;
-<link linkend="AgsSetOutputDevice"><returnvalue>AgsSetOutputDevice</returnvalue></link> * <link linkend="ags-set-output-device-new">ags_set_output_device_new</link>          (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *card_id</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetOutputDevice.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetOutputDevice.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetOutputDevice" role="struct">
-<title>struct AgsSetOutputDevice</title>
-<indexterm zone="AgsSetOutputDevice"><primary>AgsSetOutputDevice</primary></indexterm>
-<programlisting>struct AgsSetOutputDevice {
-  AgsTask task;
-
-  GObject *devout;
-  char *card_id;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetOutputDeviceClass" role="struct">
-<title>struct AgsSetOutputDeviceClass</title>
-<indexterm zone="AgsSetOutputDeviceClass"><primary>AgsSetOutputDeviceClass</primary></indexterm>
-<programlisting>struct AgsSetOutputDeviceClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-output-device-new" role="function">
-<title>ags_set_output_device_new ()</title>
-<indexterm zone="ags-set-output-device-new"><primary>ags_set_output_device_new</primary></indexterm>
-<programlisting><link linkend="AgsSetOutputDevice"><returnvalue>AgsSetOutputDevice</returnvalue></link> * ags_set_output_device_new          (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *card_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_set_samplerate.xml b/doc/reference/ags/xml/ags_set_samplerate.xml
deleted file mode 100644
index e3df688..0000000
--- a/doc/reference/ags/xml/ags_set_samplerate.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSetSamplerate">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSetSamplerate.top_of_page">AgsSetSamplerate</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSetSamplerate</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSetSamplerate.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSetSamplerate">AgsSetSamplerate</link>;
-struct              <link linkend="AgsSetSamplerateClass">AgsSetSamplerateClass</link>;
-<link linkend="AgsSetSamplerate"><returnvalue>AgsSetSamplerate</returnvalue></link> *  <link linkend="ags-set-samplerate-new">ags_set_samplerate_new</link>              (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSetSamplerate.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSetSamplerate.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSetSamplerate" role="struct">
-<title>struct AgsSetSamplerate</title>
-<indexterm zone="AgsSetSamplerate"><primary>AgsSetSamplerate</primary></indexterm>
-<programlisting>struct AgsSetSamplerate {
-  AgsTask task;
-
-  GObject *gobject;
-  guint samplerate;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSetSamplerateClass" role="struct">
-<title>struct AgsSetSamplerateClass</title>
-<indexterm zone="AgsSetSamplerateClass"><primary>AgsSetSamplerateClass</primary></indexterm>
-<programlisting>struct AgsSetSamplerateClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-set-samplerate-new" role="function">
-<title>ags_set_samplerate_new ()</title>
-<indexterm zone="ags-set-samplerate-new"><primary>ags_set_samplerate_new</primary></indexterm>
-<programlisting><link linkend="AgsSetSamplerate"><returnvalue>AgsSetSamplerate</returnvalue></link> *  ags_set_samplerate_new              (<parameter><link linkend="GObject"><type>GObject</type></link> *gobject</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> samplerate</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_sf2_chooser.xml b/doc/reference/ags/xml/ags_sf2_chooser.xml
deleted file mode 100644
index 99940aa..0000000
--- a/doc/reference/ags/xml/ags_sf2_chooser.xml
+++ /dev/null
@@ -1,94 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSF2Chooser">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSF2Chooser.top_of_page">AgsSF2Chooser</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSF2Chooser</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSF2Chooser.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSF2Chooser">AgsSF2Chooser</link>;
-struct              <link linkend="AgsSF2ChooserClass">AgsSF2ChooserClass</link>;
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-sf2-chooser-completed">ags_sf2_chooser_completed</link>           (<parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);
-<link linkend="AgsSF2Chooser"><returnvalue>AgsSF2Chooser</returnvalue></link> *     <link linkend="ags-sf2-chooser-new">ags_sf2_chooser_new</link>                 ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-sf2-chooser-open">ags_sf2_chooser_open</link>                (<parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-sf2-chooser-remove-all-from-combo">ags_sf2_chooser_remove_all_from_combo</link>
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSF2Chooser.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSF2Chooser.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSF2Chooser" role="struct">
-<title>struct AgsSF2Chooser</title>
-<indexterm zone="AgsSF2Chooser"><primary>AgsSF2Chooser</primary></indexterm>
-<programlisting>struct AgsSF2Chooser {
-  GtkVBox vbox;
-
-  AgsIpatch *ipatch;
-
-  GtkComboBoxText *preset;
-  GtkComboBoxText *instrument;
-  GtkComboBoxText *sample;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSF2ChooserClass" role="struct">
-<title>struct AgsSF2ChooserClass</title>
-<indexterm zone="AgsSF2ChooserClass"><primary>AgsSF2ChooserClass</primary></indexterm>
-<programlisting>struct AgsSF2ChooserClass {
-  GtkVBoxClass vbox;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-completed" role="function">
-<title>ags_sf2_chooser_completed ()</title>
-<indexterm zone="ags-sf2-chooser-completed"><primary>ags_sf2_chooser_completed</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_sf2_chooser_completed           (<parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-new" role="function">
-<title>ags_sf2_chooser_new ()</title>
-<indexterm zone="ags-sf2-chooser-new"><primary>ags_sf2_chooser_new</primary></indexterm>
-<programlisting><link linkend="AgsSF2Chooser"><returnvalue>AgsSF2Chooser</returnvalue></link> *     ags_sf2_chooser_new                 ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-open" role="function">
-<title>ags_sf2_chooser_open ()</title>
-<indexterm zone="ags-sf2-chooser-open"><primary>ags_sf2_chooser_open</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_sf2_chooser_open                (<parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *filename</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-remove-all-from-combo" role="function">
-<title>ags_sf2_chooser_remove_all_from_combo ()</title>
-<indexterm zone="ags-sf2-chooser-remove-all-from-combo"><primary>ags_sf2_chooser_remove_all_from_combo</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_sf2_chooser_remove_all_from_combo
-                                                        (<parameter><link linkend="GtkComboBoxText"><type>GtkComboBoxText</type></link> *combo</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_sf2_chooser_callbacks.xml b/doc/reference/ags/xml/ags_sf2_chooser_callbacks.xml
deleted file mode 100644
index 0064701..0000000
--- a/doc/reference/ags/xml/ags_sf2_chooser_callbacks.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-sf2-chooser-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-sf2-chooser-callbacks.top_of_page">ags_sf2_chooser_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_sf2_chooser_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-sf2-chooser-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-sf2-chooser-instrument-changed">ags_sf2_chooser_instrument_changed</link>  (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-sf2-chooser-preset-changed">ags_sf2_chooser_preset_changed</link>      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-sf2-chooser-sample-changed">ags_sf2_chooser_sample_changed</link>      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-sf2-chooser-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-sf2-chooser-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-sf2-chooser-instrument-changed" role="function">
-<title>ags_sf2_chooser_instrument_changed ()</title>
-<indexterm zone="ags-sf2-chooser-instrument-changed"><primary>ags_sf2_chooser_instrument_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_sf2_chooser_instrument_changed  (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-preset-changed" role="function">
-<title>ags_sf2_chooser_preset_changed ()</title>
-<indexterm zone="ags-sf2-chooser-preset-changed"><primary>ags_sf2_chooser_preset_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_sf2_chooser_preset_changed      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sf2-chooser-sample-changed" role="function">
-<title>ags_sf2_chooser_sample_changed ()</title>
-<indexterm zone="ags-sf2-chooser-sample-changed"><primary>ags_sf2_chooser_sample_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_sf2_chooser_sample_changed      (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsSF2Chooser"><type>AgsSF2Chooser</type></link> *sf2_chooser</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_single_thread.xml b/doc/reference/ags/xml/ags_single_thread.xml
deleted file mode 100644
index febaf4f..0000000
--- a/doc/reference/ags/xml/ags_single_thread.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSingleThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSingleThread.top_of_page">AgsSingleThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSingleThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSingleThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-SINGLE-THREAD-DEFAULT-GUI-JIFFIE:CAPS">AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE</link>
-struct              <link linkend="AgsSingleThread">AgsSingleThread</link>;
-struct              <link linkend="AgsSingleThreadClass">AgsSingleThreadClass</link>;
-<link linkend="AgsSingleThread"><returnvalue>AgsSingleThread</returnvalue></link> *   <link linkend="ags-single-thread-new">ags_single_thread_new</link>               ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSingleThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSingleThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-SINGLE-THREAD-DEFAULT-GUI-JIFFIE:CAPS" role="macro">
-<title>AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE</title>
-<indexterm zone="AGS-SINGLE-THREAD-DEFAULT-GUI-JIFFIE:CAPS"><primary>AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE (30)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSingleThread" role="struct">
-<title>struct AgsSingleThread</title>
-<indexterm zone="AgsSingleThread"><primary>AgsSingleThread</primary></indexterm>
-<programlisting>struct AgsSingleThread {
-  AgsThread thread;
-
-  AgsAudioLoop *audio_loop;
-  AgsDevoutThread *devout_thread;
-  AgsTaskThread *task_thread;
-  AgsGuiThread *gui_thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSingleThreadClass" role="struct">
-<title>struct AgsSingleThreadClass</title>
-<indexterm zone="AgsSingleThreadClass"><primary>AgsSingleThreadClass</primary></indexterm>
-<programlisting>struct AgsSingleThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-single-thread-new" role="function">
-<title>ags_single_thread_new ()</title>
-<indexterm zone="ags-single-thread-new"><primary>ags_single_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsSingleThread"><returnvalue>AgsSingleThread</returnvalue></link> *   ags_single_thread_new               ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_sndfile.xml b/doc/reference/ags/xml/ags_sndfile.xml
deleted file mode 100644
index 38dcc65..0000000
--- a/doc/reference/ags/xml/ags_sndfile.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSndfile">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSndfile.top_of_page">AgsSndfile</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSndfile</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSndfile.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSndfile">AgsSndfile</link>;
-struct              <link linkend="AgsSndfileClass">AgsSndfileClass</link>;
-enum                <link linkend="AgsSndfileFlags">AgsSndfileFlags</link>;
-<link linkend="AgsSndfile"><returnvalue>AgsSndfile</returnvalue></link> *        <link linkend="ags-sndfile-new">ags_sndfile_new</link>                     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSndfile.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSndfile.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSndfile" role="struct">
-<title>struct AgsSndfile</title>
-<indexterm zone="AgsSndfile"><primary>AgsSndfile</primary></indexterm>
-<programlisting>struct AgsSndfile {
-  GObject object;
-
-  guint flags;
-
-  SF_INFO *info;
-  SNDFILE *file;
-
-  guchar *pointer;
-  guchar *current;
-  gsize length;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSndfileClass" role="struct">
-<title>struct AgsSndfileClass</title>
-<indexterm zone="AgsSndfileClass"><primary>AgsSndfileClass</primary></indexterm>
-<programlisting>struct AgsSndfileClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSndfileFlags" role="enum">
-<title>enum AgsSndfileFlags</title>
-<indexterm zone="AgsSndfileFlags"><primary>AgsSndfileFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SNDFILE_ITER_START    = 1,
-  AGS_SNDFILE_VIRTUAL       = 1 << 1,
-} AgsSndfileFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-sndfile-new" role="function">
-<title>ags_sndfile_new ()</title>
-<indexterm zone="ags-sndfile-new"><primary>ags_sndfile_new</primary></indexterm>
-<programlisting><link linkend="AgsSndfile"><returnvalue>AgsSndfile</returnvalue></link> *        ags_sndfile_new                     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_soundcard.xml b/doc/reference/ags/xml/ags_soundcard.xml
deleted file mode 100644
index 411d0e8..0000000
--- a/doc/reference/ags/xml/ags_soundcard.xml
+++ /dev/null
@@ -1,122 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSoundcard">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSoundcard.top_of_page">AgsSoundcard</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSoundcard</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSoundcard.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsSoundcard">AgsSoundcard</link>;
-struct              <link linkend="AgsSoundcardInterface">AgsSoundcardInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-soundcard-list-cards">ags_soundcard_list_cards</link>            (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-soundcard-offset-changed">ags_soundcard_offset_changed</link>        (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-soundcard-pcm-info">ags_soundcard_pcm_info</link>              (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-soundcard-tic">ags_soundcard_tic</link>                   (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSoundcard.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSoundcard.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSoundcard" role="typedef">
-<title>AgsSoundcard</title>
-<indexterm zone="AgsSoundcard"><primary>AgsSoundcard</primary></indexterm>
-<programlisting>typedef void AgsSoundcard;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSoundcardInterface" role="struct">
-<title>struct AgsSoundcardInterface</title>
-<indexterm zone="AgsSoundcardInterface"><primary>AgsSoundcardInterface</primary></indexterm>
-<programlisting>struct AgsSoundcardInterface {
-  GTypeInterface interface;
-
-  void (*list_cards)(AgsSoundcard *soundcard,
-		     GList **card_id, GList **card_name);
-  void (*pcm_info)(AgsSoundcard *soundcard, gchar *card_id,
-		   guint *channels_min, guint *channels_max,
-		   guint *rate_min, guint *rate_max,
-		   guint *buffer_size_min, guint *buffer_size_max,
-		   GError **error);
-
-  void (*play_init)(AgsSoundcard *soundcard,
-		    GError **error);
-  void (*play)(AgsSoundcard *soundcard,
-	       GError **error);
-  void (*stop)(AgsSoundcard *soundcard);
-
-  void (*tic)(AgsSoundcard *soundcard);
-  void (*offset_changed)(AgsSoundcard *soundcard, guint note_offset);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-soundcard-list-cards" role="function">
-<title>ags_soundcard_list_cards ()</title>
-<indexterm zone="ags-soundcard-list-cards"><primary>ags_soundcard_list_cards</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_soundcard_list_cards            (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_id</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> **card_name</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-soundcard-offset-changed" role="function">
-<title>ags_soundcard_offset_changed ()</title>
-<indexterm zone="ags-soundcard-offset-changed"><primary>ags_soundcard_offset_changed</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_soundcard_offset_changed        (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> note_offset</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-soundcard-pcm-info" role="function">
-<title>ags_soundcard_pcm_info ()</title>
-<indexterm zone="ags-soundcard-pcm-info"><primary>ags_soundcard_pcm_info</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_soundcard_pcm_info              (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *card_id</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *channels_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *rate_max</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_min</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> *buffer_size_max</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> **error</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-soundcard-tic" role="function">
-<title>ags_soundcard_tic ()</title>
-<indexterm zone="ags-soundcard-tic"><primary>ags_soundcard_tic</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_soundcard_tic                   (<parameter><link linkend="AgsSoundcard"><type>AgsSoundcard</type></link> *soundcard</parameter>);</programlisting>
-<para>
-Callback when counter expires minor note offset.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stackable.xml b/doc/reference/ags/xml/ags_stackable.xml
deleted file mode 100644
index 7971544..0000000
--- a/doc/reference/ags/xml/ags_stackable.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStackable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStackable.top_of_page">AgsStackable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStackable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStackable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsStackable">AgsStackable</link>;
-struct              <link linkend="AgsStackableInterface">AgsStackableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-stackable-pop">ags_stackable_pop</link>                   (<parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-stackable-push">ags_stackable_push</link>                  (<parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStackable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStackable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStackable" role="typedef">
-<title>AgsStackable</title>
-<indexterm zone="AgsStackable"><primary>AgsStackable</primary></indexterm>
-<programlisting>typedef void AgsStackable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStackableInterface" role="struct">
-<title>struct AgsStackableInterface</title>
-<indexterm zone="AgsStackableInterface"><primary>AgsStackableInterface</primary></indexterm>
-<programlisting>struct AgsStackableInterface {
-  GTypeInterface interface;
-
-  void (*push)(AgsStackable *stackable);
-  void (*pop)(AgsStackable *stackable);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stackable-pop" role="function">
-<title>ags_stackable_pop ()</title>
-<indexterm zone="ags-stackable-pop"><primary>ags_stackable_pop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_stackable_pop                   (<parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stackable-push" role="function">
-<title>ags_stackable_push ()</title>
-<indexterm zone="ags-stackable-push"><primary>ags_stackable_push</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_stackable_push                  (<parameter><link linkend="AgsStackable"><type>AgsStackable</type></link> *stackable</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_start_devout.xml b/doc/reference/ags/xml/ags_start_devout.xml
deleted file mode 100644
index 48e10bf..0000000
--- a/doc/reference/ags/xml/ags_start_devout.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStartDevout">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStartDevout.top_of_page">AgsStartDevout</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStartDevout</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStartDevout.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStartDevout">AgsStartDevout</link>;
-struct              <link linkend="AgsStartDevoutClass">AgsStartDevoutClass</link>;
-<link linkend="AgsStartDevout"><returnvalue>AgsStartDevout</returnvalue></link> *    <link linkend="ags-start-devout-new">ags_start_devout_new</link>                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStartDevout.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStartDevout.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStartDevout" role="struct">
-<title>struct AgsStartDevout</title>
-<indexterm zone="AgsStartDevout"><primary>AgsStartDevout</primary></indexterm>
-<programlisting>struct AgsStartDevout {
-  AgsTask task;
-
-  AgsDevout *devout;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStartDevoutClass" role="struct">
-<title>struct AgsStartDevoutClass</title>
-<indexterm zone="AgsStartDevoutClass"><primary>AgsStartDevoutClass</primary></indexterm>
-<programlisting>struct AgsStartDevoutClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-start-devout-new" role="function">
-<title>ags_start_devout_new ()</title>
-<indexterm zone="ags-start-devout-new"><primary>ags_start_devout_new</primary></indexterm>
-<programlisting><link linkend="AgsStartDevout"><returnvalue>AgsStartDevout</returnvalue></link> *    ags_start_devout_new                (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stream.xml b/doc/reference/ags/xml/ags_stream.xml
deleted file mode 100644
index f330713..0000000
--- a/doc/reference/ags/xml/ags_stream.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStream">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStream.top_of_page">AgsStream</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStream</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStream.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStream">AgsStream</link>;
-struct              <link linkend="AgsStreamClass">AgsStreamClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-stream">ags_stream</link>                          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="AgsStream"><returnvalue>AgsStream</returnvalue></link> *         <link linkend="ags-stream-new">ags_stream_new</link>                      ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStream.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStream.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStream" role="struct">
-<title>struct AgsStream</title>
-<indexterm zone="AgsStream"><primary>AgsStream</primary></indexterm>
-<programlisting>struct AgsStream {
-  AgsRecall recall;
-
-  AgsAudioSignal *audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStreamClass" role="struct">
-<title>struct AgsStreamClass</title>
-<indexterm zone="AgsStreamClass"><primary>AgsStreamClass</primary></indexterm>
-<programlisting>struct AgsStreamClass {
-  AgsRecallClass recall;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream" role="function">
-<title>ags_stream ()</title>
-<indexterm zone="ags-stream"><primary>ags_stream</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_stream                          (<parameter><link linkend="AgsRecall"><type>AgsRecall</type></link> *recall</parameter>,
-                                                         <parameter><link linkend="AgsRecallID"><type>AgsRecallID</type></link> *recall_id</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-new" role="function">
-<title>ags_stream_new ()</title>
-<indexterm zone="ags-stream-new"><primary>ags_stream_new</primary></indexterm>
-<programlisting><link linkend="AgsStream"><returnvalue>AgsStream</returnvalue></link> *         ags_stream_new                      ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stream_audio_signal.xml b/doc/reference/ags/xml/ags_stream_audio_signal.xml
deleted file mode 100644
index 1790294..0000000
--- a/doc/reference/ags/xml/ags_stream_audio_signal.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStreamAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStreamAudioSignal.top_of_page">AgsStreamAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStreamAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStreamAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStreamAudioSignal">AgsStreamAudioSignal</link>;
-struct              <link linkend="AgsStreamAudioSignalClass">AgsStreamAudioSignalClass</link>;
-<link linkend="AgsStreamAudioSignal"><returnvalue>AgsStreamAudioSignal</returnvalue></link> * <link linkend="ags-stream-audio-signal-new">ags_stream_audio_signal_new</link>      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStreamAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStreamAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStreamAudioSignal" role="struct">
-<title>struct AgsStreamAudioSignal</title>
-<indexterm zone="AgsStreamAudioSignal"><primary>AgsStreamAudioSignal</primary></indexterm>
-<programlisting>struct AgsStreamAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStreamAudioSignalClass" role="struct">
-<title>struct AgsStreamAudioSignalClass</title>
-<indexterm zone="AgsStreamAudioSignalClass"><primary>AgsStreamAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsStreamAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-audio-signal-new" role="function">
-<title>ags_stream_audio_signal_new ()</title>
-<indexterm zone="ags-stream-audio-signal-new"><primary>ags_stream_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsStreamAudioSignal"><returnvalue>AgsStreamAudioSignal</returnvalue></link> * ags_stream_audio_signal_new      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stream_channel.xml b/doc/reference/ags/xml/ags_stream_channel.xml
deleted file mode 100644
index d154a96..0000000
--- a/doc/reference/ags/xml/ags_stream_channel.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStreamChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStreamChannel.top_of_page">AgsStreamChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStreamChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStreamChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStreamChannel">AgsStreamChannel</link>;
-struct              <link linkend="AgsStreamChannelClass">AgsStreamChannelClass</link>;
-<link linkend="AgsStreamChannel"><returnvalue>AgsStreamChannel</returnvalue></link> *  <link linkend="ags-stream-channel-new">ags_stream_channel_new</link>              ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStreamChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStreamChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStreamChannel" role="struct">
-<title>struct AgsStreamChannel</title>
-<indexterm zone="AgsStreamChannel"><primary>AgsStreamChannel</primary></indexterm>
-<programlisting>struct AgsStreamChannel {
-  AgsRecallChannel recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStreamChannelClass" role="struct">
-<title>struct AgsStreamChannelClass</title>
-<indexterm zone="AgsStreamChannelClass"><primary>AgsStreamChannelClass</primary></indexterm>
-<programlisting>struct AgsStreamChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-channel-new" role="function">
-<title>ags_stream_channel_new ()</title>
-<indexterm zone="ags-stream-channel-new"><primary>ags_stream_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsStreamChannel"><returnvalue>AgsStreamChannel</returnvalue></link> *  ags_stream_channel_new              ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stream_channel_run.xml b/doc/reference/ags/xml/ags_stream_channel_run.xml
deleted file mode 100644
index 2905918..0000000
--- a/doc/reference/ags/xml/ags_stream_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStreamChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStreamChannelRun.top_of_page">AgsStreamChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStreamChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStreamChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStreamChannelRun">AgsStreamChannelRun</link>;
-struct              <link linkend="AgsStreamChannelRunClass">AgsStreamChannelRunClass</link>;
-<link linkend="AgsStreamChannelRun"><returnvalue>AgsStreamChannelRun</returnvalue></link> * <link linkend="ags-stream-channel-run-new">ags_stream_channel_run_new</link>        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStreamChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStreamChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStreamChannelRun" role="struct">
-<title>struct AgsStreamChannelRun</title>
-<indexterm zone="AgsStreamChannelRun"><primary>AgsStreamChannelRun</primary></indexterm>
-<programlisting>struct AgsStreamChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStreamChannelRunClass" role="struct">
-<title>struct AgsStreamChannelRunClass</title>
-<indexterm zone="AgsStreamChannelRunClass"><primary>AgsStreamChannelRunClass</primary></indexterm>
-<programlisting>struct AgsStreamChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-channel-run-new" role="function">
-<title>ags_stream_channel_run_new ()</title>
-<indexterm zone="ags-stream-channel-run-new"><primary>ags_stream_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsStreamChannelRun"><returnvalue>AgsStreamChannelRun</returnvalue></link> * ags_stream_channel_run_new        ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_stream_recycling.xml b/doc/reference/ags/xml/ags_stream_recycling.xml
deleted file mode 100644
index 8100b09..0000000
--- a/doc/reference/ags/xml/ags_stream_recycling.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsStreamRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsStreamRecycling.top_of_page">AgsStreamRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsStreamRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsStreamRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsStreamRecycling">AgsStreamRecycling</link>;
-struct              <link linkend="AgsStreamRecyclingClass">AgsStreamRecyclingClass</link>;
-<link linkend="AgsStreamRecycling"><returnvalue>AgsStreamRecycling</returnvalue></link> * <link linkend="ags-stream-recycling-new">ags_stream_recycling_new</link>           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsStreamRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsStreamRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsStreamRecycling" role="struct">
-<title>struct AgsStreamRecycling</title>
-<indexterm zone="AgsStreamRecycling"><primary>AgsStreamRecycling</primary></indexterm>
-<programlisting>struct AgsStreamRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsStreamRecyclingClass" role="struct">
-<title>struct AgsStreamRecyclingClass</title>
-<indexterm zone="AgsStreamRecyclingClass"><primary>AgsStreamRecyclingClass</primary></indexterm>
-<programlisting>struct AgsStreamRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-stream-recycling-new" role="function">
-<title>ags_stream_recycling_new ()</title>
-<indexterm zone="ags-stream-recycling-new"><primary>ags_stream_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsStreamRecycling"><returnvalue>AgsStreamRecycling</returnvalue></link> * ags_stream_recycling_new           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_synth.xml b/doc/reference/ags/xml/ags_synth.xml
deleted file mode 100644
index ede6a01..0000000
--- a/doc/reference/ags/xml/ags_synth.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSynth">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSynth.top_of_page">AgsSynth</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSynth</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSynth.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSynth">AgsSynth</link>;
-struct              <link linkend="AgsSynthClass">AgsSynthClass</link>;
-enum                <link linkend="AgsSynthFlags">AgsSynthFlags</link>;
-<link linkend="AgsSynth"><returnvalue>AgsSynth</returnvalue></link> *          <link linkend="ags-synth-new">ags_synth_new</link>                       (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSynth.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSynth.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSynth" role="struct">
-<title>struct AgsSynth</title>
-<indexterm zone="AgsSynth"><primary>AgsSynth</primary></indexterm>
-<programlisting>struct AgsSynth {
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-  gchar *xml_type;
-
-  GtkVBox *input_pad;
-
-  GtkSpinButton *lower; // how many channels until to lowest freq
-  GtkSpinButton *loop_start;
-  GtkSpinButton *loop_end;
-
-  GtkCheckButton *auto_update;
-  GtkButton *update;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSynthClass" role="struct">
-<title>struct AgsSynthClass</title>
-<indexterm zone="AgsSynthClass"><primary>AgsSynthClass</primary></indexterm>
-<programlisting>struct AgsSynthClass {
-  AgsMachineClass machine;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSynthFlags" role="enum">
-<title>enum AgsSynthFlags</title>
-<indexterm zone="AgsSynthFlags"><primary>AgsSynthFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_SYNTH_AUTO_UPDATE          = 1,
-} AgsSynthFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-new" role="function">
-<title>ags_synth_new ()</title>
-<indexterm zone="ags-synth-new"><primary>ags_synth_new</primary></indexterm>
-<programlisting><link linkend="AgsSynth"><returnvalue>AgsSynth</returnvalue></link> *          ags_synth_new                       (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_synth_callbacks.xml b/doc/reference/ags/xml/ags_synth_callbacks.xml
deleted file mode 100644
index c4796d8..0000000
--- a/doc/reference/ags/xml/ags_synth_callbacks.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-synth-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-synth-callbacks.top_of_page">ags_synth_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_synth_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-synth-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-auto-update-callback">ags_synth_auto_update_callback</link>      (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-lower-callback">ags_synth_lower_callback</link>            (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-parent-set-callback">ags_synth_parent_set_callback</link>       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-update-callback">ags_synth_update_callback</link>           (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-synth-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-synth-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-synth-auto-update-callback" role="function">
-<title>ags_synth_auto_update_callback ()</title>
-<indexterm zone="ags-synth-auto-update-callback"><primary>ags_synth_auto_update_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_auto_update_callback      (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-lower-callback" role="function">
-<title>ags_synth_lower_callback ()</title>
-<indexterm zone="ags-synth-lower-callback"><primary>ags_synth_lower_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_lower_callback            (<parameter><link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> *spin_button</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-parent-set-callback" role="function">
-<title>ags_synth_parent_set_callback ()</title>
-<indexterm zone="ags-synth-parent-set-callback"><primary>ags_synth_parent_set_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_parent_set_callback       (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="GtkObject"><type>GtkObject</type></link> *old_parent</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-update-callback" role="function">
-<title>ags_synth_update_callback ()</title>
-<indexterm zone="ags-synth-update-callback"><primary>ags_synth_update_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_update_callback           (<parameter><link linkend="GtkButton"><type>GtkButton</type></link> *button</parameter>,
-                                                         <parameter><link linkend="AgsSynth"><type>AgsSynth</type></link> *synth</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_synth_input_line.xml b/doc/reference/ags/xml/ags_synth_input_line.xml
deleted file mode 100644
index 954a36d..0000000
--- a/doc/reference/ags/xml/ags_synth_input_line.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSynthInputLine">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSynthInputLine.top_of_page">AgsSynthInputLine</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSynthInputLine</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSynthInputLine.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSynthInputLine">AgsSynthInputLine</link>;
-struct              <link linkend="AgsSynthInputLineClass">AgsSynthInputLineClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-input-line-map-recall">ags_synth_input_line_map_recall</link>     (<parameter><link linkend="AgsSynthInputLine"><type>AgsSynthInputLine</type></link> *synth_input_line</parameter>);
-<link linkend="AgsSynthInputLine"><returnvalue>AgsSynthInputLine</returnvalue></link> * <link linkend="ags-synth-input-line-new">ags_synth_input_line_new</link>            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSynthInputLine.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSynthInputLine.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSynthInputLine" role="struct">
-<title>struct AgsSynthInputLine</title>
-<indexterm zone="AgsSynthInputLine"><primary>AgsSynthInputLine</primary></indexterm>
-<programlisting>struct AgsSynthInputLine {
-  AgsLine line;
-
-  gchar *name;
-  gchar *xml_type;
-
-  AgsOscillator *oscillator;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSynthInputLineClass" role="struct">
-<title>struct AgsSynthInputLineClass</title>
-<indexterm zone="AgsSynthInputLineClass"><primary>AgsSynthInputLineClass</primary></indexterm>
-<programlisting>struct AgsSynthInputLineClass {
-  AgsLineClass line;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-input-line-map-recall" role="function">
-<title>ags_synth_input_line_map_recall ()</title>
-<indexterm zone="ags-synth-input-line-map-recall"><primary>ags_synth_input_line_map_recall</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_input_line_map_recall     (<parameter><link linkend="AgsSynthInputLine"><type>AgsSynthInputLine</type></link> *synth_input_line</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-input-line-new" role="function">
-<title>ags_synth_input_line_new ()</title>
-<indexterm zone="ags-synth-input-line-new"><primary>ags_synth_input_line_new</primary></indexterm>
-<programlisting><link linkend="AgsSynthInputLine"><returnvalue>AgsSynthInputLine</returnvalue></link> * ags_synth_input_line_new            (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_synth_input_pad.xml b/doc/reference/ags/xml/ags_synth_input_pad.xml
deleted file mode 100644
index 9ae5136..0000000
--- a/doc/reference/ags/xml/ags_synth_input_pad.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsSynthInputPad">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsSynthInputPad.top_of_page">AgsSynthInputPad</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsSynthInputPad</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsSynthInputPad.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsSynthInputPad">AgsSynthInputPad</link>;
-struct              <link linkend="AgsSynthInputPadClass">AgsSynthInputPadClass</link>;
-<link linkend="AgsSynthInputPad"><returnvalue>AgsSynthInputPad</returnvalue></link> *  <link linkend="ags-synth-input-pad-new">ags_synth_input_pad_new</link>             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsSynthInputPad.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsSynthInputPad.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsSynthInputPad" role="struct">
-<title>struct AgsSynthInputPad</title>
-<indexterm zone="AgsSynthInputPad"><primary>AgsSynthInputPad</primary></indexterm>
-<programlisting>struct AgsSynthInputPad {
-  AgsPad pad;
-
-  gchar *name;
-  gchar *xml_type;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsSynthInputPadClass" role="struct">
-<title>struct AgsSynthInputPadClass</title>
-<indexterm zone="AgsSynthInputPadClass"><primary>AgsSynthInputPadClass</primary></indexterm>
-<programlisting>struct AgsSynthInputPadClass {
-  AgsPadClass pad;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-synth-input-pad-new" role="function">
-<title>ags_synth_input_pad_new ()</title>
-<indexterm zone="ags-synth-input-pad-new"><primary>ags_synth_input_pad_new</primary></indexterm>
-<programlisting><link linkend="AgsSynthInputPad"><returnvalue>AgsSynthInputPad</returnvalue></link> *  ags_synth_input_pad_new             (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_synths.xml b/doc/reference/ags/xml/ags_synths.xml
deleted file mode 100644
index 5be3d77..0000000
--- a/doc/reference/ags/xml/ags_synths.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-synths">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-synths.top_of_page">ags_synths</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_synths</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-synths.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-saw">ags_synth_saw</link>                       (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-sin">ags_synth_sin</link>                       (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-square">ags_synth_square</link>                    (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-synth-triangle">ags_synth_triangle</link>                  (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-synths.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-synths.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-synth-saw" role="function">
-<title>ags_synth_saw ()</title>
-<indexterm zone="ags-synth-saw"><primary>ags_synth_saw</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_saw                       (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);</programlisting>
-</refsect2>
-<refsect2 id="ags-synth-sin" role="function">
-<title>ags_synth_sin ()</title>
-<indexterm zone="ags-synth-sin"><primary>ags_synth_sin</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_sin                       (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);</programlisting>
-</refsect2>
-<refsect2 id="ags-synth-square" role="function">
-<title>ags_synth_square ()</title>
-<indexterm zone="ags-synth-square"><primary>ags_synth_square</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_square                    (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);</programlisting>
-</refsect2>
-<refsect2 id="ags-synth-triangle" role="function">
-<title>ags_synth_triangle ()</title>
-<indexterm zone="ags-synth-triangle"><primary>ags_synth_triangle</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_synth_triangle                  (<parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>,
-                                                         <parameter>signed <link linkend="short"><type>short</type></link> *buffer</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> offset</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> freq</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> phase</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> length</parameter>,
-                                                         <parameter><link linkend="double"><type>double</type></link> volume</parameter>);</programlisting>
-</refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_table.xml b/doc/reference/ags/xml/ags_table.xml
deleted file mode 100644
index 2492af7..0000000
--- a/doc/reference/ags/xml/ags_table.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTable.top_of_page">AgsTable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTable">AgsTable</link>;
-struct              <link linkend="AgsTableClass">AgsTableClass</link>;
-<link linkend="AgsTable"><returnvalue>AgsTable</returnvalue></link> *          <link linkend="ags-table-new">ags_table_new</link>                       (<parameter><link linkend="guint"><type>guint</type></link> row</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> columns</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> homogeneous</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTable" role="struct">
-<title>struct AgsTable</title>
-<indexterm zone="AgsTable"><primary>AgsTable</primary></indexterm>
-<programlisting>struct AgsTable {
-  GtkTable table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTableClass" role="struct">
-<title>struct AgsTableClass</title>
-<indexterm zone="AgsTableClass"><primary>AgsTableClass</primary></indexterm>
-<programlisting>struct AgsTableClass {
-  GtkTableClass table;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-table-new" role="function">
-<title>ags_table_new ()</title>
-<indexterm zone="ags-table-new"><primary>ags_table_new</primary></indexterm>
-<programlisting><link linkend="AgsTable"><returnvalue>AgsTable</returnvalue></link> *          ags_table_new                       (<parameter><link linkend="guint"><type>guint</type></link> row</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> columns</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> homogeneous</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_tactable.xml b/doc/reference/ags/xml/ags_tactable.xml
deleted file mode 100644
index 23bc7e5..0000000
--- a/doc/reference/ags/xml/ags_tactable.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTactable">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTactable.top_of_page">AgsTactable</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTactable</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTactable.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsTactable">AgsTactable</link>;
-struct              <link linkend="AgsTactableInterface">AgsTactableInterface</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tactable-change-bpm">ags_tactable_change_bpm</link>             (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> bpm</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tactable-change-notation-duration">ags_tactable_change_notation_duration</link>
-                                                        (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> duration</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tactable-change-sequencer-duration">ags_tactable_change_sequencer_duration</link>
-                                                        (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> duration</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tactable-change-tact">ags_tactable_change_tact</link>            (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTactable.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTactable.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTactable" role="typedef">
-<title>AgsTactable</title>
-<indexterm zone="AgsTactable"><primary>AgsTactable</primary></indexterm>
-<programlisting>typedef void AgsTactable;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTactableInterface" role="struct">
-<title>struct AgsTactableInterface</title>
-<indexterm zone="AgsTactableInterface"><primary>AgsTactableInterface</primary></indexterm>
-<programlisting>struct AgsTactableInterface {
-  GTypeInterface interface;
-
-  void (*change_sequencer_duration)(AgsTactable *tactable, gdouble duration);
-  void (*change_notation_duration)(AgsTactable *tactable, gdouble duration);
-  void (*change_tact)(AgsTactable *tactable, gdouble tact);
-  void (*change_bpm)(AgsTactable *tactable, gdouble bpm);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tactable-change-bpm" role="function">
-<title>ags_tactable_change_bpm ()</title>
-<indexterm zone="ags-tactable-change-bpm"><primary>ags_tactable_change_bpm</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tactable_change_bpm             (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> bpm</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tactable-change-notation-duration" role="function">
-<title>ags_tactable_change_notation_duration ()</title>
-<indexterm zone="ags-tactable-change-notation-duration"><primary>ags_tactable_change_notation_duration</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tactable_change_notation_duration
-                                                        (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> duration</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tactable-change-sequencer-duration" role="function">
-<title>ags_tactable_change_sequencer_duration ()</title>
-<indexterm zone="ags-tactable-change-sequencer-duration"><primary>ags_tactable_change_sequencer_duration</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tactable_change_sequencer_duration
-                                                        (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> duration</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tactable-change-tact" role="function">
-<title>ags_tactable_change_tact ()</title>
-<indexterm zone="ags-tactable-change-tact"><primary>ags_tactable_change_tact</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tactable_change_tact            (<parameter><link linkend="AgsTactable"><type>AgsTactable</type></link> *tactable</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> tact</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_task.xml b/doc/reference/ags/xml/ags_task.xml
deleted file mode 100644
index 874cec7..0000000
--- a/doc/reference/ags/xml/ags_task.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTask">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTask.top_of_page">AgsTask</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTask</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTask.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTask">AgsTask</link>;
-struct              <link linkend="AgsTaskClass">AgsTaskClass</link>;
-enum                <link linkend="AgsTaskFlags">AgsTaskFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-task-failure">ags_task_failure</link>                    (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> *error</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-task-launch">ags_task_launch</link>                     (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);
-<link linkend="AgsTask"><returnvalue>AgsTask</returnvalue></link> *           <link linkend="ags-task-new">ags_task_new</link>                        ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTask.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTask.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTask" role="struct">
-<title>struct AgsTask</title>
-<indexterm zone="AgsTask"><primary>AgsTask</primary></indexterm>
-<programlisting>struct AgsTask {
-  GObject object;
-
-  guint flags;
-
-  char *name;
-
-  guint delay;
-
-  pthread_cond_t wait_sync_task_cond;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTaskClass" role="struct">
-<title>struct AgsTaskClass</title>
-<indexterm zone="AgsTaskClass"><primary>AgsTaskClass</primary></indexterm>
-<programlisting>struct AgsTaskClass {
-  GObjectClass object;
-
-  void (*launch)(AgsTask *task);
-
-  void (*failure)(AgsTask *task, GError *error);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTaskFlags" role="enum">
-<title>enum AgsTaskFlags</title>
-<indexterm zone="AgsTaskFlags"><primary>AgsTaskFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_TASK_LOCKED = 1,
-} AgsTaskFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-task-failure" role="function">
-<title>ags_task_failure ()</title>
-<indexterm zone="ags-task-failure"><primary>ags_task_failure</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_task_failure                    (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>,
-                                                         <parameter><link linkend="GError"><type>GError</type></link> *error</parameter>);</programlisting>
-<para>
-Signals failure of task.
-</para></refsect2>
-<refsect2 id="ags-task-launch" role="function">
-<title>ags_task_launch ()</title>
-<indexterm zone="ags-task-launch"><primary>ags_task_launch</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_task_launch                     (<parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);</programlisting>
-<para>
-Intercept task.
-</para></refsect2>
-<refsect2 id="ags-task-new" role="function">
-<title>ags_task_new ()</title>
-<indexterm zone="ags-task-new"><primary>ags_task_new</primary></indexterm>
-<programlisting><link linkend="AgsTask"><returnvalue>AgsTask</returnvalue></link> *           ags_task_new                        ();</programlisting>
-<para>
-Creates a <link linkend="AgsTask"><type>AgsTask</type></link>
-</para><variablelist role="params">
-<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>a new <link linkend="AgsTask"><type>AgsTask</type></link></simpara></listitem></varlistentry>
-</variablelist></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_task_thread.xml b/doc/reference/ags/xml/ags_task_thread.xml
deleted file mode 100644
index 6b7c86e..0000000
--- a/doc/reference/ags/xml/ags_task_thread.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTaskThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTaskThread.top_of_page">AgsTaskThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTaskThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTaskThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-TASK-THREAD-DEFAULT-JIFFIE:CAPS">AGS_TASK_THREAD_DEFAULT_JIFFIE</link>
-struct              <link linkend="AgsTaskThread">AgsTaskThread</link>;
-struct              <link linkend="AgsTaskThreadAppend">AgsTaskThreadAppend</link>;
-struct              <link linkend="AgsTaskThreadClass">AgsTaskThreadClass</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-task-thread-append-task">ags_task_thread_append_task</link>         (<parameter><link linkend="AgsTaskThread"><type>AgsTaskThread</type></link> *task_thread</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-task-thread-append-tasks">ags_task_thread_append_tasks</link>        (<parameter><link linkend="AgsTaskThread"><type>AgsTaskThread</type></link> *task_thread</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);
-<link linkend="AgsTaskThread"><returnvalue>AgsTaskThread</returnvalue></link> *     <link linkend="ags-task-thread-new">ags_task_thread_new</link>                 (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTaskThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTaskThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-TASK-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_TASK_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-TASK-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_TASK_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_TASK_THREAD_DEFAULT_JIFFIE (1000)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTaskThread" role="struct">
-<title>struct AgsTaskThread</title>
-<indexterm zone="AgsTaskThread"><primary>AgsTaskThread</primary></indexterm>
-<programlisting>struct AgsTaskThread {
-  AgsThread thread;
-
-  guint flags;
-
-  GMutex mutex;
-  GCond cond;
-
-  pthread_mutex_t read_mutex;
-  pthread_mutex_t launch_mutex;
-
-  volatile guint queued;
-  volatile guint pending;
-
-  volatile GList *exec;
-  volatile GList *queue;
-
-  AgsThreadPool *thread_pool;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTaskThreadAppend" role="struct">
-<title>struct AgsTaskThreadAppend</title>
-<indexterm zone="AgsTaskThreadAppend"><primary>AgsTaskThreadAppend</primary></indexterm>
-<programlisting>struct AgsTaskThreadAppend {
-  volatile AgsTaskThread *task_thread;
-  volatile gpointer data;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTaskThreadClass" role="struct">
-<title>struct AgsTaskThreadClass</title>
-<indexterm zone="AgsTaskThreadClass"><primary>AgsTaskThreadClass</primary></indexterm>
-<programlisting>struct AgsTaskThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-task-thread-append-task" role="function">
-<title>ags_task_thread_append_task ()</title>
-<indexterm zone="ags-task-thread-append-task"><primary>ags_task_thread_append_task</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_task_thread_append_task         (<parameter><link linkend="AgsTaskThread"><type>AgsTaskThread</type></link> *task_thread</parameter>,
-                                                         <parameter><link linkend="AgsTask"><type>AgsTask</type></link> *task</parameter>);</programlisting>
-<para>
-Adds the task to <parameter>task_thread</parameter>.
-</para></refsect2>
-<refsect2 id="ags-task-thread-append-tasks" role="function">
-<title>ags_task_thread_append_tasks ()</title>
-<indexterm zone="ags-task-thread-append-tasks"><primary>ags_task_thread_append_tasks</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_task_thread_append_tasks        (<parameter><link linkend="AgsTaskThread"><type>AgsTaskThread</type></link> *task_thread</parameter>,
-                                                         <parameter><link linkend="GList"><type>GList</type></link> *list</parameter>);</programlisting>
-<para>
-Concats the list with <parameter>task_thread</parameter>'s internal task list. Don't
-free the list you pass. It will be freed for you.
-</para></refsect2>
-<refsect2 id="ags-task-thread-new" role="function">
-<title>ags_task_thread_new ()</title>
-<indexterm zone="ags-task-thread-new"><primary>ags_task_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsTaskThread"><returnvalue>AgsTaskThread</returnvalue></link> *     ags_task_thread_new                 (<parameter><link linkend="GObject"><type>GObject</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_thread-kthreads.xml b/doc/reference/ags/xml/ags_thread-kthreads.xml
deleted file mode 100644
index 78a69de..0000000
--- a/doc/reference/ags/xml/ags_thread-kthreads.xml
+++ /dev/null
@@ -1,531 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsThread.top_of_page">AgsThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-THREAD-RESUME-SIG:CAPS">AGS_THREAD_RESUME_SIG</link>
-#define             <link linkend="AGS-THREAD-STACKSIZE:CAPS">AGS_THREAD_STACKSIZE</link>
-#define             <link linkend="AGS-THREAD-SUSPEND-SIG:CAPS">AGS_THREAD_SUSPEND_SIG</link>
-struct              <link linkend="AgsThread">AgsThread</link>;
-struct              <link linkend="AgsThreadClass">AgsThreadClass</link>;
-enum                <link linkend="AgsThreadFlags">AgsThreadFlags</link>;
-#define             <link linkend="MSEC-PER-SEC:CAPS">MSEC_PER_SEC</link>
-#define             <link linkend="NSEC-PER-SEC:CAPS">NSEC_PER_SEC</link>
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-add-child">ags_thread_add_child</link>                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-children-is-locked">ags_thread_children_is_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-first">ags_thread_first</link>                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-get-toplevel">ags_thread_get_toplevel</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-hangcheck">ags_thread_hangcheck</link>                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-is-current-ready">ags_thread_is_current_ready</link>         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-is-tree-ready">ags_thread_is_tree_ready</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-last">ags_thread_last</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock">ags_thread_lock</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-all">ags_thread_lock_all</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-children">ags_thread_lock_children</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-parent">ags_thread_lock_parent</link>              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-sibling">ags_thread_lock_sibling</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-new">ags_thread_new</link>                      (<parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-children-locked">ags_thread_next_children_locked</link>     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-parent-locked">ags_thread_next_parent_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-sibling-locked">ags_thread_next_sibling_locked</link>      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-parental-is-locked">ags_thread_parental_is_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-remove-child">ags_thread_remove_child</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-resume">ags_thread_resume</link>                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-run">ags_thread_run</link>                      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-set-sync">ags_thread_set_sync</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-set-sync-all">ags_thread_set_sync_all</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-sibling-is-locked">ags_thread_sibling_is_locked</link>        (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-children">ags_thread_signal_children</link>          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-parent">ags_thread_signal_parent</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-sibling">ags_thread_signal_sibling</link>           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-start">ags_thread_start</link>                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-stop">ags_thread_stop</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-suspend">ags_thread_suspend</link>                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-timelock">ags_thread_timelock</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-trylock">ags_thread_trylock</link>                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock">ags_thread_unlock</link>                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-all">ags_thread_unlock_all</link>               (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-children">ags_thread_unlock_children</link>          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-parent">ags_thread_unlock_parent</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-sibling">ags_thread_unlock_sibling</link>           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-children">ags_thread_wait_children</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-parent">ags_thread_wait_parent</link>              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-sibling">ags_thread_wait_sibling</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-THREAD-RESUME-SIG:CAPS" role="macro">
-<title>AGS_THREAD_RESUME_SIG</title>
-<indexterm zone="AGS-THREAD-RESUME-SIG:CAPS"><primary>AGS_THREAD_RESUME_SIG</primary></indexterm>
-<programlisting>#define             AGS_THREAD_RESUME_SIG</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-STACKSIZE:CAPS" role="macro">
-<title>AGS_THREAD_STACKSIZE</title>
-<indexterm zone="AGS-THREAD-STACKSIZE:CAPS"><primary>AGS_THREAD_STACKSIZE</primary></indexterm>
-<programlisting>#define AGS_THREAD_STACKSIZE (16384)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-SUSPEND-SIG:CAPS" role="macro">
-<title>AGS_THREAD_SUSPEND_SIG</title>
-<indexterm zone="AGS-THREAD-SUSPEND-SIG:CAPS"><primary>AGS_THREAD_SUSPEND_SIG</primary></indexterm>
-<programlisting>#define             AGS_THREAD_SUSPEND_SIG</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThread" role="struct">
-<title>struct AgsThread</title>
-<indexterm zone="AgsThread"><primary>AgsThread</primary></indexterm>
-<programlisting>struct AgsThread {
-  GObject object;
-
-  volatile guint flags;
-
-  sigset_t wait_mask;
-
-  pthread_t thread;
-  pthread_attr_t thread_attr;
-
-  gdouble freq;
-
-  pthread_mutex_t mutex;
-  pthread_mutexattr_t mutexattr;
-  pthread_cond_t cond;
-
-  pthread_mutex_t start_mutex;
-  pthread_cond_t start_cond;
-
-  pthread_barrier_t barrier[2];
-  gboolean first_barrier;
-  int wait_count[2];
-
-  pthread_t timelock_thread;
-  pthread_mutex_t timelock_mutex;
-  pthread_cond_t timelock_cond;
-
-  pthread_mutex_t greedy_mutex;
-  pthread_cond_t greedy_cond;
-  pthread_mutex_t greedy_run_mutex;
-  volatile guint locked_greedy;
-
-  struct timespec timelock;
-  GList *greedy_locks;
-
-  pthread_mutex_t suspend_mutex;
-  volatile gboolean critical_region;
-
-  GObject *devout;
-  AgsThread *parent;
-
-  AgsThread *next;
-  AgsThread *prev;
-
-  AgsThread *children;
-
-  gpointer data;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadClass" role="struct">
-<title>struct AgsThreadClass</title>
-<indexterm zone="AgsThreadClass"><primary>AgsThreadClass</primary></indexterm>
-<programlisting>struct AgsThreadClass {
-  GObjectClass object;
-
-  void (*start)(AgsThread *thread);
-  void (*run)(AgsThread *thread);
-  void (*suspend)(AgsThread *thread);
-  void (*resume)(AgsThread *thread);
-  void (*timelock)(AgsThread *thread);
-  void (*stop)(AgsThread *thread);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadFlags" role="enum">
-<title>enum AgsThreadFlags</title>
-<indexterm zone="AgsThreadFlags"><primary>AgsThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_THREAD_RUNNING                 = 1,
-  AGS_THREAD_IDLE                    = 1 << 1,
-  AGS_THREAD_LOCKED                  = 1 << 2,
-  AGS_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_THREAD_WAIT_0                  = 1 << 16,
-  AGS_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_THREAD_WAIT_1                  = 1 << 18,
-  AGS_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_THREAD_WAIT_2                  = 1 << 20,
-  AGS_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_THREAD_TIMELOCK_RESUME         = 1 << 23,
-  /*
-   * prefered way would be unlocking greedy_locks
-   * and the suspend to not become greedy
-   * but while pthread_suspend and pthread_resume
-   * are missing you need this as work-around
-   */
-  AGS_THREAD_SKIP_NON_GREEDY         = 1 << 24,
-  AGS_THREAD_SKIPPED_BY_TIMELOCK     = 1 << 25,
-  AGS_THREAD_LOCK_GREEDY_RUN_MUTEX   = 1 << 26,
-  AGS_THREAD_SUSPENDED               = 1 << 27,
-  AGS_THREAD_SINGLE_LOOP             = 1 << 28,
-  AGS_THREAD_READY                   = 1 << 29,
-  AGS_THREAD_UNREF_ON_EXIT           = 1 << 30,
-} AgsThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="MSEC-PER-SEC:CAPS" role="macro">
-<title>MSEC_PER_SEC</title>
-<indexterm zone="MSEC-PER-SEC:CAPS"><primary>MSEC_PER_SEC</primary></indexterm>
-<programlisting>#define             MSEC_PER_SEC</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="NSEC-PER-SEC:CAPS" role="macro">
-<title>NSEC_PER_SEC</title>
-<indexterm zone="NSEC-PER-SEC:CAPS"><primary>NSEC_PER_SEC</primary></indexterm>
-<programlisting>#define             NSEC_PER_SEC</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-add-child" role="function">
-<title>ags_thread_add_child ()</title>
-<indexterm zone="ags-thread-add-child"><primary>ags_thread_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_add_child                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-children-is-locked" role="function">
-<title>ags_thread_children_is_locked ()</title>
-<indexterm zone="ags-thread-children-is-locked"><primary>ags_thread_children_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_children_is_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag within sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-first" role="function">
-<title>ags_thread_first ()</title>
-<indexterm zone="ags-thread-first"><primary>ags_thread_first</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_first                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve first sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-get-toplevel" role="function">
-<title>ags_thread_get_toplevel ()</title>
-<indexterm zone="ags-thread-get-toplevel"><primary>ags_thread_get_toplevel</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_get_toplevel             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve toplevel thread.
-</para></refsect2>
-<refsect2 id="ags-thread-hangcheck" role="function">
-<title>ags_thread_hangcheck ()</title>
-<indexterm zone="ags-thread-hangcheck"><primary>ags_thread_hangcheck</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_hangcheck                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Performs hangcheck of thread.
-</para></refsect2>
-<refsect2 id="ags-thread-is-current-ready" role="function">
-<title>ags_thread_is_current_ready ()</title>
-<indexterm zone="ags-thread-is-current-ready"><primary>ags_thread_is_current_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_is_current_ready         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-is-tree-ready" role="function">
-<title>ags_thread_is_tree_ready ()</title>
-<indexterm zone="ags-thread-is-tree-ready"><primary>ags_thread_is_tree_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_is_tree_ready            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-last" role="function">
-<title>ags_thread_last ()</title>
-<indexterm zone="ags-thread-last"><primary>ags_thread_last</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_last                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve last sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-lock" role="function">
-<title>ags_thread_lock ()</title>
-<indexterm zone="ags-thread-lock"><primary>ags_thread_lock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Locks the threads own mutex and sets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-all" role="function">
-<title>ags_thread_lock_all ()</title>
-<indexterm zone="ags-thread-lock-all"><primary>ags_thread_lock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_all                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-lock-children" role="function">
-<title>ags_thread_lock_children ()</title>
-<indexterm zone="ags-thread-lock-children"><primary>ags_thread_lock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_children            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-parent" role="function">
-<title>ags_thread_lock_parent ()</title>
-<indexterm zone="ags-thread-lock-parent"><primary>ags_thread_lock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_parent              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Lock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-sibling" role="function">
-<title>ags_thread_lock_sibling ()</title>
-<indexterm zone="ags-thread-lock-sibling"><primary>ags_thread_lock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_sibling             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-new" role="function">
-<title>ags_thread_new ()</title>
-<indexterm zone="ags-thread-new"><primary>ags_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_new                      (<parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-Create a new <link linkend="AgsThread"><type>AgsThread</type></link> you may provide a <link linkend="gpointer"><type>gpointer</type></link> as <parameter>data</parameter>
-to your thread routine.
-</para></refsect2>
-<refsect2 id="ags-thread-next-children-locked" role="function">
-<title>ags_thread_next_children_locked ()</title>
-<indexterm zone="ags-thread-next-children-locked"><primary>ags_thread_next_children_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_children_locked     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread following <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-thread-next-parent-locked" role="function">
-<title>ags_thread_next_parent_locked ()</title>
-<indexterm zone="ags-thread-next-parent-locked"><primary>ags_thread_next_parent_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_parent_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Retrieve next locked thread above <parameter>thread</parameter>.
-</para></refsect2>
-<refsect2 id="ags-thread-next-sibling-locked" role="function">
-<title>ags_thread_next_sibling_locked ()</title>
-<indexterm zone="ags-thread-next-sibling-locked"><primary>ags_thread_next_sibling_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_sibling_locked      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread neighbooring <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-thread-parental-is-locked" role="function">
-<title>ags_thread_parental_is_locked ()</title>
-<indexterm zone="ags-thread-parental-is-locked"><primary>ags_thread_parental_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_parental_is_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag in parental levels.
-</para></refsect2>
-<refsect2 id="ags-thread-remove-child" role="function">
-<title>ags_thread_remove_child ()</title>
-<indexterm zone="ags-thread-remove-child"><primary>ags_thread_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_remove_child             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-resume" role="function">
-<title>ags_thread_resume ()</title>
-<indexterm zone="ags-thread-resume"><primary>ags_thread_resume</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_resume                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-run" role="function">
-<title>ags_thread_run ()</title>
-<indexterm zone="ags-thread-run"><primary>ags_thread_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_run                      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Only for internal use of ags_thread_loop but you may want to set the your very own
-class function namely your thread's routine.
-</para></refsect2>
-<refsect2 id="ags-thread-set-sync" role="function">
-<title>ags_thread_set_sync ()</title>
-<indexterm zone="ags-thread-set-sync"><primary>ags_thread_set_sync</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_set_sync                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-Calls <link linkend="ags-thread-set-sync"><function>ags_thread_set_sync()</function></link> on all threads.
-</para></refsect2>
-<refsect2 id="ags-thread-set-sync-all" role="function">
-<title>ags_thread_set_sync_all ()</title>
-<indexterm zone="ags-thread-set-sync-all"><primary>ags_thread_set_sync_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_set_sync_all             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-sibling-is-locked" role="function">
-<title>ags_thread_sibling_is_locked ()</title>
-<indexterm zone="ags-thread-sibling-is-locked"><primary>ags_thread_sibling_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_sibling_is_locked        (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag within sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-children" role="function">
-<title>ags_thread_signal_children ()</title>
-<indexterm zone="ags-thread-signal-children"><primary>ags_thread_signal_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_children          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in lower levels.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-parent" role="function">
-<title>ags_thread_signal_parent ()</title>
-<indexterm zone="ags-thread-signal-parent"><primary>ags_thread_signal_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_parent            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in higher levels.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-sibling" role="function">
-<title>ags_thread_signal_sibling ()</title>
-<indexterm zone="ags-thread-signal-sibling"><primary>ags_thread_signal_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_sibling           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree on same level.
-</para></refsect2>
-<refsect2 id="ags-thread-start" role="function">
-<title>ags_thread_start ()</title>
-<indexterm zone="ags-thread-start"><primary>ags_thread_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_start                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Start the thread.
-</para></refsect2>
-<refsect2 id="ags-thread-stop" role="function">
-<title>ags_thread_stop ()</title>
-<indexterm zone="ags-thread-stop"><primary>ags_thread_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_stop                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Stop the threads loop by unsetting AGS_THREAD_RUNNING flag.
-</para></refsect2>
-<refsect2 id="ags-thread-suspend" role="function">
-<title>ags_thread_suspend ()</title>
-<indexterm zone="ags-thread-suspend"><primary>ags_thread_suspend</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_suspend                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-timelock" role="function">
-<title>ags_thread_timelock ()</title>
-<indexterm zone="ags-thread-timelock"><primary>ags_thread_timelock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_timelock                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-trylock" role="function">
-<title>ags_thread_trylock ()</title>
-<indexterm zone="ags-thread-trylock"><primary>ags_thread_trylock</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_trylock                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-unlock" role="function">
-<title>ags_thread_unlock ()</title>
-<indexterm zone="ags-thread-unlock"><primary>ags_thread_unlock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlocks the threads own mutex and unsets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-all" role="function">
-<title>ags_thread_unlock_all ()</title>
-<indexterm zone="ags-thread-unlock-all"><primary>ags_thread_unlock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_all               (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-children" role="function">
-<title>ags_thread_unlock_children ()</title>
-<indexterm zone="ags-thread-unlock-children"><primary>ags_thread_unlock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_children          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-parent" role="function">
-<title>ags_thread_unlock_parent ()</title>
-<indexterm zone="ags-thread-unlock-parent"><primary>ags_thread_unlock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_parent            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Unlock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-sibling" role="function">
-<title>ags_thread_unlock_sibling ()</title>
-<indexterm zone="ags-thread-unlock-sibling"><primary>ags_thread_unlock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_sibling           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-children" role="function">
-<title>ags_thread_wait_children ()</title>
-<indexterm zone="ags-thread-wait-children"><primary>ags_thread_wait_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_children            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-parent" role="function">
-<title>ags_thread_wait_parent ()</title>
-<indexterm zone="ags-thread-wait-parent"><primary>ags_thread_wait_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_parent              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Wait on parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-sibling" role="function">
-<title>ags_thread_wait_sibling ()</title>
-<indexterm zone="ags-thread-wait-sibling"><primary>ags_thread_wait_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_sibling             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on sibling tree structure.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_thread-posix.xml b/doc/reference/ags/xml/ags_thread-posix.xml
deleted file mode 100644
index f0aca98..0000000
--- a/doc/reference/ags/xml/ags_thread-posix.xml
+++ /dev/null
@@ -1,584 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsThread.top_of_page">AgsThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-ACCOUNTING-TABLE:CAPS">AGS_ACCOUNTING_TABLE</link>                (ptr)
-#define             <link linkend="AGS-THREAD-DEFAULT-ATTACK:CAPS">AGS_THREAD_DEFAULT_ATTACK</link>
-#define             <link linkend="AGS-THREAD-DEFAULT-JIFFIE:CAPS">AGS_THREAD_DEFAULT_JIFFIE</link>
-#define             <link linkend="AGS-THREAD-MAX-PRECISION:CAPS">AGS_THREAD_MAX_PRECISION</link>
-#define             <link linkend="AGS-THREAD-RESUME-SIG:CAPS">AGS_THREAD_RESUME_SIG</link>
-#define             <link linkend="AGS-THREAD-SUSPEND-SIG:CAPS">AGS_THREAD_SUSPEND_SIG</link>
-struct              <link linkend="AgsAccountingTable">AgsAccountingTable</link>;
-struct              <link linkend="AgsThread">AgsThread</link>;
-struct              <link linkend="AgsThreadClass">AgsThreadClass</link>;
-enum                <link linkend="AgsThreadFlags">AgsThreadFlags</link>;
-#define             <link linkend="MSEC-PER-SEC:CAPS">MSEC_PER_SEC</link>
-#define             <link linkend="NSEC-PER-SEC:CAPS">NSEC_PER_SEC</link>
-<link linkend="AgsAccountingTable"><returnvalue>AgsAccountingTable</returnvalue></link> * <link linkend="ags-accounting-table-alloc">ags_accounting_table_alloc</link>         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-accounting-table-set-sanity">ags_accounting_table_set_sanity</link>     (<parameter><link linkend="GList"><type>GList</type></link> *table</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> sanity</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-add-child">ags_thread_add_child</link>                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-children-is-locked">ags_thread_children_is_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-first">ags_thread_first</link>                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-get-toplevel">ags_thread_get_toplevel</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-hangcheck">ags_thread_hangcheck</link>                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-is-current-ready">ags_thread_is_current_ready</link>         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-is-tree-ready">ags_thread_is_tree_ready</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-last">ags_thread_last</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock">ags_thread_lock</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-all">ags_thread_lock_all</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-children">ags_thread_lock_children</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-parent">ags_thread_lock_parent</link>              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-lock-sibling">ags_thread_lock_sibling</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-new">ags_thread_new</link>                      (<parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-children-locked">ags_thread_next_children_locked</link>     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-parent-locked">ags_thread_next_parent_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-next-sibling-locked">ags_thread_next_sibling_locked</link>      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-parental-is-locked">ags_thread_parental_is_locked</link>       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-remove-child">ags_thread_remove_child</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-resume">ags_thread_resume</link>                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-run">ags_thread_run</link>                      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-set-sync">ags_thread_set_sync</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-set-sync-all">ags_thread_set_sync_all</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-sibling-is-locked">ags_thread_sibling_is_locked</link>        (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-children">ags_thread_signal_children</link>          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-parent">ags_thread_signal_parent</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-signal-sibling">ags_thread_signal_sibling</link>           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-start">ags_thread_start</link>                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-stop">ags_thread_stop</link>                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-suspend">ags_thread_suspend</link>                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-timelock">ags_thread_timelock</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-thread-trylock">ags_thread_trylock</link>                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock">ags_thread_unlock</link>                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-all">ags_thread_unlock_all</link>               (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-children">ags_thread_unlock_children</link>          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-parent">ags_thread_unlock_parent</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-unlock-sibling">ags_thread_unlock_sibling</link>           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-children">ags_thread_wait_children</link>            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-parent">ags_thread_wait_parent</link>              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-wait-sibling">ags_thread_wait_sibling</link>             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-ACCOUNTING-TABLE:CAPS" role="macro">
-<title>AGS_ACCOUNTING_TABLE()</title>
-<indexterm zone="AGS-ACCOUNTING-TABLE:CAPS"><primary>AGS_ACCOUNTING_TABLE</primary></indexterm>
-<programlisting>#define AGS_ACCOUNTING_TABLE(ptr) ((AgsAccountingTable *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-DEFAULT-ATTACK:CAPS" role="macro">
-<title>AGS_THREAD_DEFAULT_ATTACK</title>
-<indexterm zone="AGS-THREAD-DEFAULT-ATTACK:CAPS"><primary>AGS_THREAD_DEFAULT_ATTACK</primary></indexterm>
-<programlisting>#define AGS_THREAD_DEFAULT_ATTACK (1.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define AGS_THREAD_DEFAULT_JIFFIE (250)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-MAX-PRECISION:CAPS" role="macro">
-<title>AGS_THREAD_MAX_PRECISION</title>
-<indexterm zone="AGS-THREAD-MAX-PRECISION:CAPS"><primary>AGS_THREAD_MAX_PRECISION</primary></indexterm>
-<programlisting>#define AGS_THREAD_MAX_PRECISION (1000)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-RESUME-SIG:CAPS" role="macro">
-<title>AGS_THREAD_RESUME_SIG</title>
-<indexterm zone="AGS-THREAD-RESUME-SIG:CAPS"><primary>AGS_THREAD_RESUME_SIG</primary></indexterm>
-<programlisting>#define             AGS_THREAD_RESUME_SIG</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-THREAD-SUSPEND-SIG:CAPS" role="macro">
-<title>AGS_THREAD_SUSPEND_SIG</title>
-<indexterm zone="AGS-THREAD-SUSPEND-SIG:CAPS"><primary>AGS_THREAD_SUSPEND_SIG</primary></indexterm>
-<programlisting>#define             AGS_THREAD_SUSPEND_SIG</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsAccountingTable" role="struct">
-<title>struct AgsAccountingTable</title>
-<indexterm zone="AgsAccountingTable"><primary>AgsAccountingTable</primary></indexterm>
-<programlisting>struct AgsAccountingTable {
-  AgsThread *thread;
-  gdouble sanity;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThread" role="struct">
-<title>struct AgsThread</title>
-<indexterm zone="AgsThread"><primary>AgsThread</primary></indexterm>
-<programlisting>struct AgsThread {
-  GObject object;
-
-  volatile guint flags;
-
-  sigset_t wait_mask;
-
-  pthread_t thread;
-  pthread_attr_t thread_attr;
-
-  gdouble freq;
-
-  pthread_mutex_t mutex;
-  pthread_mutexattr_t mutexattr;
-  pthread_cond_t cond;
-
-  pthread_mutex_t start_mutex;
-  pthread_cond_t start_cond;
-
-  pthread_barrier_t barrier[2];
-  gboolean first_barrier;
-  int wait_count[2];
-
-  pthread_t timelock_thread;
-  pthread_mutex_t timelock_mutex;
-  pthread_cond_t timelock_cond;
-
-  pthread_mutex_t greedy_mutex;
-  pthread_cond_t greedy_cond;
-  pthread_mutex_t greedy_run_mutex;
-  volatile guint locked_greedy;
-
-  struct timespec timelock;
-  GList *greedy_locks;
-
-  pthread_mutex_t suspend_mutex;
-  volatile gboolean critical_region;
-
-  GObject *devout;
-  AgsThread *parent;
-
-  AgsThread *next;
-  AgsThread *prev;
-
-  AgsThread *children;
-
-  gpointer data;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadClass" role="struct">
-<title>struct AgsThreadClass</title>
-<indexterm zone="AgsThreadClass"><primary>AgsThreadClass</primary></indexterm>
-<programlisting>struct AgsThreadClass {
-  GObjectClass object;
-
-  void (*start)(AgsThread *thread);
-  void (*run)(AgsThread *thread);
-  void (*suspend)(AgsThread *thread);
-  void (*resume)(AgsThread *thread);
-  void (*timelock)(AgsThread *thread);
-  void (*stop)(AgsThread *thread);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadFlags" role="enum">
-<title>enum AgsThreadFlags</title>
-<indexterm zone="AgsThreadFlags"><primary>AgsThreadFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_THREAD_RUNNING                 = 1,
-  AGS_THREAD_IDLE                    = 1 << 1,
-  AGS_THREAD_LOCKED                  = 1 << 2,
-  AGS_THREAD_WAIT_FOR_PARENT         = 1 << 3,
-  AGS_THREAD_WAIT_FOR_SIBLING        = 1 << 4,
-  AGS_THREAD_WAIT_FOR_CHILDREN       = 1 << 5,
-  AGS_THREAD_WAIT_FOR_BARRIER        = 1 << 6,
-  AGS_THREAD_WAITING_FOR_PARENT      = 1 << 7,
-  AGS_THREAD_WAITING_FOR_SIBLING     = 1 << 8,
-  AGS_THREAD_WAITING_FOR_CHILDREN    = 1 << 9,
-  AGS_THREAD_WAITING_FOR_BARRIER     = 1 << 10,
-  AGS_THREAD_BROADCAST_PARENT        = 1 << 11,
-  AGS_THREAD_BROADCAST_SIBLING       = 1 << 12,
-  AGS_THREAD_BROADCAST_CHILDREN      = 1 << 13,
-  AGS_THREAD_INITIAL_RUN             = 1 << 14,
-  AGS_THREAD_TREE_SYNC_0             = 1 << 15,
-  AGS_THREAD_WAIT_0                  = 1 << 16,
-  AGS_THREAD_TREE_SYNC_1             = 1 << 17,
-  AGS_THREAD_WAIT_1                  = 1 << 18,
-  AGS_THREAD_TREE_SYNC_2             = 1 << 19,
-  AGS_THREAD_WAIT_2                  = 1 << 20,
-  AGS_THREAD_TIMELOCK_RUN            = 1 << 21,
-  AGS_THREAD_TIMELOCK_WAIT           = 1 << 22,
-  AGS_THREAD_TIMELOCK_RESUME         = 1 << 23,
-  /*
-   * prefered way would be unlocking greedy_locks
-   * and the suspend to not become greedy
-   * but while pthread_suspend and pthread_resume
-   * are missing you need this as work-around
-   */
-  AGS_THREAD_SKIP_NON_GREEDY         = 1 << 24,
-  AGS_THREAD_SKIPPED_BY_TIMELOCK     = 1 << 25,
-  AGS_THREAD_LOCK_GREEDY_RUN_MUTEX   = 1 << 26,
-  AGS_THREAD_SUSPENDED               = 1 << 27,
-  AGS_THREAD_SINGLE_LOOP             = 1 << 28,
-  AGS_THREAD_READY                   = 1 << 29,
-  AGS_THREAD_UNREF_ON_EXIT           = 1 << 30,
-} AgsThreadFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="MSEC-PER-SEC:CAPS" role="macro">
-<title>MSEC_PER_SEC</title>
-<indexterm zone="MSEC-PER-SEC:CAPS"><primary>MSEC_PER_SEC</primary></indexterm>
-<programlisting>#define             MSEC_PER_SEC</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="NSEC-PER-SEC:CAPS" role="macro">
-<title>NSEC_PER_SEC</title>
-<indexterm zone="NSEC-PER-SEC:CAPS"><primary>NSEC_PER_SEC</primary></indexterm>
-<programlisting>#define             NSEC_PER_SEC</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-accounting-table-alloc" role="function">
-<title>ags_accounting_table_alloc ()</title>
-<indexterm zone="ags-accounting-table-alloc"><primary>ags_accounting_table_alloc</primary></indexterm>
-<programlisting><link linkend="AgsAccountingTable"><returnvalue>AgsAccountingTable</returnvalue></link> * ags_accounting_table_alloc         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-accounting-table-set-sanity" role="function">
-<title>ags_accounting_table_set_sanity ()</title>
-<indexterm zone="ags-accounting-table-set-sanity"><primary>ags_accounting_table_set_sanity</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_accounting_table_set_sanity     (<parameter><link linkend="GList"><type>GList</type></link> *table</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gdouble"><type>gdouble</type></link> sanity</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-add-child" role="function">
-<title>ags_thread_add_child ()</title>
-<indexterm zone="ags-thread-add-child"><primary>ags_thread_add_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_add_child                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-children-is-locked" role="function">
-<title>ags_thread_children_is_locked ()</title>
-<indexterm zone="ags-thread-children-is-locked"><primary>ags_thread_children_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_children_is_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag within sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-first" role="function">
-<title>ags_thread_first ()</title>
-<indexterm zone="ags-thread-first"><primary>ags_thread_first</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_first                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve first sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-get-toplevel" role="function">
-<title>ags_thread_get_toplevel ()</title>
-<indexterm zone="ags-thread-get-toplevel"><primary>ags_thread_get_toplevel</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_get_toplevel             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve toplevel thread.
-</para></refsect2>
-<refsect2 id="ags-thread-hangcheck" role="function">
-<title>ags_thread_hangcheck ()</title>
-<indexterm zone="ags-thread-hangcheck"><primary>ags_thread_hangcheck</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_hangcheck                (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Performs hangcheck of thread.
-</para></refsect2>
-<refsect2 id="ags-thread-is-current-ready" role="function">
-<title>ags_thread_is_current_ready ()</title>
-<indexterm zone="ags-thread-is-current-ready"><primary>ags_thread_is_current_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_is_current_ready         (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *current</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-is-tree-ready" role="function">
-<title>ags_thread_is_tree_ready ()</title>
-<indexterm zone="ags-thread-is-tree-ready"><primary>ags_thread_is_tree_ready</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_is_tree_ready            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-last" role="function">
-<title>ags_thread_last ()</title>
-<indexterm zone="ags-thread-last"><primary>ags_thread_last</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_last                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve last sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-lock" role="function">
-<title>ags_thread_lock ()</title>
-<indexterm zone="ags-thread-lock"><primary>ags_thread_lock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Locks the threads own mutex and sets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-all" role="function">
-<title>ags_thread_lock_all ()</title>
-<indexterm zone="ags-thread-lock-all"><primary>ags_thread_lock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_all                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-lock-children" role="function">
-<title>ags_thread_lock_children ()</title>
-<indexterm zone="ags-thread-lock-children"><primary>ags_thread_lock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_children            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-parent" role="function">
-<title>ags_thread_lock_parent ()</title>
-<indexterm zone="ags-thread-lock-parent"><primary>ags_thread_lock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_parent              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Lock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-lock-sibling" role="function">
-<title>ags_thread_lock_sibling ()</title>
-<indexterm zone="ags-thread-lock-sibling"><primary>ags_thread_lock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_lock_sibling             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Lock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-new" role="function">
-<title>ags_thread_new ()</title>
-<indexterm zone="ags-thread-new"><primary>ags_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_new                      (<parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-Create a new <link linkend="AgsThread"><type>AgsThread</type></link> you may provide a <link linkend="gpointer"><type>gpointer</type></link> as <parameter>data</parameter>
-to your thread routine.
-</para></refsect2>
-<refsect2 id="ags-thread-next-children-locked" role="function">
-<title>ags_thread_next_children_locked ()</title>
-<indexterm zone="ags-thread-next-children-locked"><primary>ags_thread_next_children_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_children_locked     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread following <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-thread-next-parent-locked" role="function">
-<title>ags_thread_next_parent_locked ()</title>
-<indexterm zone="ags-thread-next-parent-locked"><primary>ags_thread_next_parent_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_parent_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Retrieve next locked thread above <parameter>thread</parameter>.
-</para></refsect2>
-<refsect2 id="ags-thread-next-sibling-locked" role="function">
-<title>ags_thread_next_sibling_locked ()</title>
-<indexterm zone="ags-thread-next-sibling-locked"><primary>ags_thread_next_sibling_locked</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_next_sibling_locked      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Retrieve next locked thread neighbooring <parameter>thread</parameter>
-</para></refsect2>
-<refsect2 id="ags-thread-parental-is-locked" role="function">
-<title>ags_thread_parental_is_locked ()</title>
-<indexterm zone="ags-thread-parental-is-locked"><primary>ags_thread_parental_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_parental_is_locked       (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag in parental levels.
-</para></refsect2>
-<refsect2 id="ags-thread-remove-child" role="function">
-<title>ags_thread_remove_child ()</title>
-<indexterm zone="ags-thread-remove-child"><primary>ags_thread_remove_child</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_remove_child             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *child</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-resume" role="function">
-<title>ags_thread_resume ()</title>
-<indexterm zone="ags-thread-resume"><primary>ags_thread_resume</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_resume                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-run" role="function">
-<title>ags_thread_run ()</title>
-<indexterm zone="ags-thread-run"><primary>ags_thread_run</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_run                      (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Only for internal use of ags_thread_loop but you may want to set the your very own
-class function namely your thread's routine.
-</para></refsect2>
-<refsect2 id="ags-thread-set-sync" role="function">
-<title>ags_thread_set_sync ()</title>
-<indexterm zone="ags-thread-set-sync"><primary>ags_thread_set_sync</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_set_sync                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-Calls <link linkend="ags-thread-set-sync"><function>ags_thread_set_sync()</function></link> on all threads.
-</para></refsect2>
-<refsect2 id="ags-thread-set-sync-all" role="function">
-<title>ags_thread_set_sync_all ()</title>
-<indexterm zone="ags-thread-set-sync-all"><primary>ags_thread_set_sync_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_set_sync_all             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> tic</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-sibling-is-locked" role="function">
-<title>ags_thread_sibling_is_locked ()</title>
-<indexterm zone="ags-thread-sibling-is-locked"><primary>ags_thread_sibling_is_locked</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_sibling_is_locked        (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Check the AGS_THREAD_LOCKED flag within sibling.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-children" role="function">
-<title>ags_thread_signal_children ()</title>
-<indexterm zone="ags-thread-signal-children"><primary>ags_thread_signal_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_children          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in lower levels.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-parent" role="function">
-<title>ags_thread_signal_parent ()</title>
-<indexterm zone="ags-thread-signal-parent"><primary>ags_thread_signal_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_parent            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree in higher levels.
-</para></refsect2>
-<refsect2 id="ags-thread-signal-sibling" role="function">
-<title>ags_thread_signal_sibling ()</title>
-<indexterm zone="ags-thread-signal-sibling"><primary>ags_thread_signal_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_signal_sibling           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> broadcast</parameter>);</programlisting>
-<para>
-Signals the tree on same level.
-</para></refsect2>
-<refsect2 id="ags-thread-start" role="function">
-<title>ags_thread_start ()</title>
-<indexterm zone="ags-thread-start"><primary>ags_thread_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_start                    (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Start the thread.
-</para></refsect2>
-<refsect2 id="ags-thread-stop" role="function">
-<title>ags_thread_stop ()</title>
-<indexterm zone="ags-thread-stop"><primary>ags_thread_stop</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_stop                     (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Stop the threads loop by unsetting AGS_THREAD_RUNNING flag.
-</para></refsect2>
-<refsect2 id="ags-thread-suspend" role="function">
-<title>ags_thread_suspend ()</title>
-<indexterm zone="ags-thread-suspend"><primary>ags_thread_suspend</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_suspend                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-timelock" role="function">
-<title>ags_thread_timelock ()</title>
-<indexterm zone="ags-thread-timelock"><primary>ags_thread_timelock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_timelock                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-trylock" role="function">
-<title>ags_thread_trylock ()</title>
-<indexterm zone="ags-thread-trylock"><primary>ags_thread_trylock</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_thread_trylock                  (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-unlock" role="function">
-<title>ags_thread_unlock ()</title>
-<indexterm zone="ags-thread-unlock"><primary>ags_thread_unlock</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock                   (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlocks the threads own mutex and unsets the appropriate flag.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-all" role="function">
-<title>ags_thread_unlock_all ()</title>
-<indexterm zone="ags-thread-unlock-all"><primary>ags_thread_unlock_all</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_all               (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-children" role="function">
-<title>ags_thread_unlock_children ()</title>
-<indexterm zone="ags-thread-unlock-children"><primary>ags_thread_unlock_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_children          (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-parent" role="function">
-<title>ags_thread_unlock_parent ()</title>
-<indexterm zone="ags-thread-unlock-parent"><primary>ags_thread_unlock_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_parent            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Unlock parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-unlock-sibling" role="function">
-<title>ags_thread_unlock_sibling ()</title>
-<indexterm zone="ags-thread-unlock-sibling"><primary>ags_thread_unlock_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_unlock_sibling           (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Unlock sibling tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-children" role="function">
-<title>ags_thread_wait_children ()</title>
-<indexterm zone="ags-thread-wait-children"><primary>ags_thread_wait_children</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_children            (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on child tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-parent" role="function">
-<title>ags_thread_wait_parent ()</title>
-<indexterm zone="ags-thread-wait-parent"><primary>ags_thread_wait_parent</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_parent              (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>,
-                                                         <parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-Wait on parent tree structure.
-</para></refsect2>
-<refsect2 id="ags-thread-wait-sibling" role="function">
-<title>ags_thread_wait_sibling ()</title>
-<indexterm zone="ags-thread-wait-sibling"><primary>ags_thread_wait_sibling</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_wait_sibling             (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *thread</parameter>);</programlisting>
-<para>
-Wait on sibling tree structure.
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_thread_pool.xml b/doc/reference/ags/xml/ags_thread_pool.xml
deleted file mode 100644
index 29d63b3..0000000
--- a/doc/reference/ags/xml/ags_thread_pool.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsThreadPool">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsThreadPool.top_of_page">AgsThreadPool</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsThreadPool</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsThreadPool.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsThreadPool">AgsThreadPool</link>;
-struct              <link linkend="AgsThreadPoolClass">AgsThreadPoolClass</link>;
-enum                <link linkend="AgsThreadPoolFlags">AgsThreadPoolFlags</link>;
-<link linkend="AgsThreadPool"><returnvalue>AgsThreadPool</returnvalue></link> *     <link linkend="ags-thread-pool-new">ags_thread_pool_new</link>                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);
-<link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         <link linkend="ags-thread-pool-pull">ags_thread_pool_pull</link>                (<parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-thread-pool-start">ags_thread_pool_start</link>               (<parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsThreadPool.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsThreadPool.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsThreadPool" role="struct">
-<title>struct AgsThreadPool</title>
-<indexterm zone="AgsThreadPool"><primary>AgsThreadPool</primary></indexterm>
-<programlisting>struct AgsThreadPool {
-  GObject object;
-
-  volatile guint flags;
-
-  volatile guint max_unused_threads;
-  volatile guint max_threads;
-
-  pthread_t thread;
-
-  pthread_mutex_t creation_mutex;
-  pthread_cond_t creation_cond;
-
-  volatile guint n_threads;
-  volatile guint newly_pulled;
-  volatile guint queued;
-
-  AgsThread *parent;
-  volatile GList *returnable_thread;
-  volatile GList *running_thread;
-
-  pthread_mutex_t pull_mutex;
-
-  pthread_mutex_t return_mutex;
-  pthread_cond_t return_cond;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadPoolClass" role="struct">
-<title>struct AgsThreadPoolClass</title>
-<indexterm zone="AgsThreadPoolClass"><primary>AgsThreadPoolClass</primary></indexterm>
-<programlisting>struct AgsThreadPoolClass {
-  GObjectClass object;
-
-  void (*start)(AgsThreadPool *thread_pool);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsThreadPoolFlags" role="enum">
-<title>enum AgsThreadPoolFlags</title>
-<indexterm zone="AgsThreadPoolFlags"><primary>AgsThreadPoolFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_THREAD_POOL_RUNNING  = 1,
-  AGS_THREAD_POOL_READY    = 1 << 1,
-} AgsThreadPoolFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-pool-new" role="function">
-<title>ags_thread_pool_new ()</title>
-<indexterm zone="ags-thread-pool-new"><primary>ags_thread_pool_new</primary></indexterm>
-<programlisting><link linkend="AgsThreadPool"><returnvalue>AgsThreadPool</returnvalue></link> *     ags_thread_pool_new                 (<parameter><link linkend="AgsThread"><type>AgsThread</type></link> *parent</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-pool-pull" role="function">
-<title>ags_thread_pool_pull ()</title>
-<indexterm zone="ags-thread-pool-pull"><primary>ags_thread_pool_pull</primary></indexterm>
-<programlisting><link linkend="AgsThread"><returnvalue>AgsThread</returnvalue></link> *         ags_thread_pool_pull                (<parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-thread-pool-start" role="function">
-<title>ags_thread_pool_start ()</title>
-<indexterm zone="ags-thread-pool-start"><primary>ags_thread_pool_start</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_thread_pool_start               (<parameter><link linkend="AgsThreadPool"><type>AgsThreadPool</type></link> *thread_pool</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_timebar.xml b/doc/reference/ags/xml/ags_timebar.xml
deleted file mode 100644
index 2449dba..0000000
--- a/doc/reference/ags/xml/ags_timebar.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTimebar">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTimebar.top_of_page">AgsTimebar</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTimebar</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTimebar.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTimebar">AgsTimebar</link>;
-struct              <link linkend="AgsTimebarClass">AgsTimebarClass</link>;
-<link linkend="AgsTimebar"><returnvalue>AgsTimebar</returnvalue></link> *        <link linkend="ags-timebar-new">ags_timebar_new</link>                     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTimebar.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTimebar.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTimebar" role="struct">
-<title>struct AgsTimebar</title>
-<indexterm zone="AgsTimebar"><primary>AgsTimebar</primary></indexterm>
-<programlisting>struct AgsTimebar {
-  GtkRange range;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimebarClass" role="struct">
-<title>struct AgsTimebarClass</title>
-<indexterm zone="AgsTimebarClass"><primary>AgsTimebarClass</primary></indexterm>
-<programlisting>struct AgsTimebarClass {
-  GtkRangeClass range;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timebar-new" role="function">
-<title>ags_timebar_new ()</title>
-<indexterm zone="ags-timebar-new"><primary>ags_timebar_new</primary></indexterm>
-<programlisting><link linkend="AgsTimebar"><returnvalue>AgsTimebar</returnvalue></link> *        ags_timebar_new                     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_timestamp.xml b/doc/reference/ags/xml/ags_timestamp.xml
deleted file mode 100644
index 2eb509a..0000000
--- a/doc/reference/ags/xml/ags_timestamp.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTimestamp">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTimestamp.top_of_page">AgsTimestamp</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTimestamp</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTimestamp.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTimestamp">AgsTimestamp</link>;
-struct              <link linkend="AgsTimestampClass">AgsTimestampClass</link>;
-enum                <link linkend="AgsTimestampFlags">AgsTimestampFlags</link>;
-<link linkend="AgsTimestamp"><returnvalue>AgsTimestamp</returnvalue></link> *      <link linkend="ags-timestamp-new">ags_timestamp_new</link>                   ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTimestamp.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTimestamp.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTimestamp" role="struct">
-<title>struct AgsTimestamp</title>
-<indexterm zone="AgsTimestamp"><primary>AgsTimestamp</primary></indexterm>
-<programlisting>struct AgsTimestamp {
-  GObject object;
-
-  guint flags;
-  
-  union{
-    struct _unix{
-      time_t time_val;
-    }unix_time;
-  }timer;
-
-  guint delay;
-  guint attack;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampClass" role="struct">
-<title>struct AgsTimestampClass</title>
-<indexterm zone="AgsTimestampClass"><primary>AgsTimestampClass</primary></indexterm>
-<programlisting>struct AgsTimestampClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampFlags" role="enum">
-<title>enum AgsTimestampFlags</title>
-<indexterm zone="AgsTimestampFlags"><primary>AgsTimestampFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_TIMESTAMP_UNIX      = 1,
-  AGS_TIMESTAMP_OUTDATED  = 1 << 1,
-} AgsTimestampFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timestamp-new" role="function">
-<title>ags_timestamp_new ()</title>
-<indexterm zone="ags-timestamp-new"><primary>ags_timestamp_new</primary></indexterm>
-<programlisting><link linkend="AgsTimestamp"><returnvalue>AgsTimestamp</returnvalue></link> *      ags_timestamp_new                   ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_timestamp_factory.xml b/doc/reference/ags/xml/ags_timestamp_factory.xml
deleted file mode 100644
index be7e379..0000000
--- a/doc/reference/ags/xml/ags_timestamp_factory.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTimestampFactory">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTimestampFactory.top_of_page">AgsTimestampFactory</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTimestampFactory</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTimestampFactory.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTimestampFactory">AgsTimestampFactory</link>;
-struct              <link linkend="AgsTimestampFactoryClass">AgsTimestampFactoryClass</link>;
-enum                <link linkend="AgsTimestampFactoryFlags">AgsTimestampFactoryFlags</link>;
-<link linkend="AgsTimestamp"><returnvalue>AgsTimestamp</returnvalue></link> *      <link linkend="ags-timestamp-factory-create">ags_timestamp_factory_create</link>        (<parameter><link linkend="AgsTimestampFactory"><type>AgsTimestampFactory</type></link> *timestamp_factory</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> *predecor</parameter>);
-<link linkend="AgsTimestampFactory"><returnvalue>AgsTimestampFactory</returnvalue></link> * <link linkend="ags-timestamp-factory-get-instance">ags_timestamp_factory_get_instance</link>
-                                                        ();
-<link linkend="AgsTimestampFactory"><returnvalue>AgsTimestampFactory</returnvalue></link> * <link linkend="ags-timestamp-factory-new">ags_timestamp_factory_new</link>         ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTimestampFactory.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTimestampFactory.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTimestampFactory" role="struct">
-<title>struct AgsTimestampFactory</title>
-<indexterm zone="AgsTimestampFactory"><primary>AgsTimestampFactory</primary></indexterm>
-<programlisting>struct AgsTimestampFactory {
-  GObject object;
-
-  guint flags;
-
-  GList *timestamp;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampFactoryClass" role="struct">
-<title>struct AgsTimestampFactoryClass</title>
-<indexterm zone="AgsTimestampFactoryClass"><primary>AgsTimestampFactoryClass</primary></indexterm>
-<programlisting>struct AgsTimestampFactoryClass {
-  GObjectClass object;
-  
-  AgsTimestamp* (*create)(AgsTimestampFactory *timestamp_factory,
-			  AgsTimestamp *predecor);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampFactoryFlags" role="enum">
-<title>enum AgsTimestampFactoryFlags</title>
-<indexterm zone="AgsTimestampFactoryFlags"><primary>AgsTimestampFactoryFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_TIMESTAMP_FACTORY_UNIX      = 1,
-} AgsTimestampFactoryFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timestamp-factory-create" role="function">
-<title>ags_timestamp_factory_create ()</title>
-<indexterm zone="ags-timestamp-factory-create"><primary>ags_timestamp_factory_create</primary></indexterm>
-<programlisting><link linkend="AgsTimestamp"><returnvalue>AgsTimestamp</returnvalue></link> *      ags_timestamp_factory_create        (<parameter><link linkend="AgsTimestampFactory"><type>AgsTimestampFactory</type></link> *timestamp_factory</parameter>,
-                                                         <parameter><link linkend="AgsTimestamp"><type>AgsTimestamp</type></link> *predecor</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timestamp-factory-get-instance" role="function">
-<title>ags_timestamp_factory_get_instance ()</title>
-<indexterm zone="ags-timestamp-factory-get-instance"><primary>ags_timestamp_factory_get_instance</primary></indexterm>
-<programlisting><link linkend="AgsTimestampFactory"><returnvalue>AgsTimestampFactory</returnvalue></link> * ags_timestamp_factory_get_instance
-                                                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timestamp-factory-new" role="function">
-<title>ags_timestamp_factory_new ()</title>
-<indexterm zone="ags-timestamp-factory-new"><primary>ags_timestamp_factory_new</primary></indexterm>
-<programlisting><link linkend="AgsTimestampFactory"><returnvalue>AgsTimestampFactory</returnvalue></link> * ags_timestamp_factory_new         ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_timestamp_thread.xml b/doc/reference/ags/xml/ags_timestamp_thread.xml
deleted file mode 100644
index ab4dd9f..0000000
--- a/doc/reference/ags/xml/ags_timestamp_thread.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTimestampThread">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTimestampThread.top_of_page">AgsTimestampThread</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTimestampThread</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTimestampThread.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-MICROSECONDS-PER-SECOND:CAPS">AGS_MICROSECONDS_PER_SECOND</link>
-#define             <link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-BPM:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_BPM</link>
-#define             <link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-BUFFER-SIZE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE</link>
-#define             <link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-JIFFIE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</link>
-#define             <link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-SAMPLERATE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE</link>
-#define             <link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-TIC:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_TIC</link>
-struct              <link linkend="AgsTimestampThread">AgsTimestampThread</link>;
-struct              <link linkend="AgsTimestampThreadClass">AgsTimestampThreadClass</link>;
-<link linkend="AgsTimestampThread"><returnvalue>AgsTimestampThread</returnvalue></link> * <link linkend="ags-timestamp-thread-new">ags_timestamp_thread_new</link>           ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTimestampThread.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTimestampThread.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-MICROSECONDS-PER-SECOND:CAPS" role="macro">
-<title>AGS_MICROSECONDS_PER_SECOND</title>
-<indexterm zone="AGS-MICROSECONDS-PER-SECOND:CAPS"><primary>AGS_MICROSECONDS_PER_SECOND</primary></indexterm>
-<programlisting>#define AGS_MICROSECONDS_PER_SECOND (1000000.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TIMESTAMP-THREAD-DEFAULT-BPM:CAPS" role="macro">
-<title>AGS_TIMESTAMP_THREAD_DEFAULT_BPM</title>
-<indexterm zone="AGS-TIMESTAMP-THREAD-DEFAULT-BPM:CAPS"><primary>AGS_TIMESTAMP_THREAD_DEFAULT_BPM</primary></indexterm>
-<programlisting>#define AGS_TIMESTAMP_THREAD_DEFAULT_BPM (120.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TIMESTAMP-THREAD-DEFAULT-BUFFER-SIZE:CAPS" role="macro">
-<title>AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE</title>
-<indexterm zone="AGS-TIMESTAMP-THREAD-DEFAULT-BUFFER-SIZE:CAPS"><primary>AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE</primary></indexterm>
-<programlisting>#define AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE (256.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TIMESTAMP-THREAD-DEFAULT-JIFFIE:CAPS" role="macro">
-<title>AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</title>
-<indexterm zone="AGS-TIMESTAMP-THREAD-DEFAULT-JIFFIE:CAPS"><primary>AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</primary></indexterm>
-<programlisting>#define             AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TIMESTAMP-THREAD-DEFAULT-SAMPLERATE:CAPS" role="macro">
-<title>AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE</title>
-<indexterm zone="AGS-TIMESTAMP-THREAD-DEFAULT-SAMPLERATE:CAPS"><primary>AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE</primary></indexterm>
-<programlisting>#define AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE (44100.0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TIMESTAMP-THREAD-DEFAULT-TIC:CAPS" role="macro">
-<title>AGS_TIMESTAMP_THREAD_DEFAULT_TIC</title>
-<indexterm zone="AGS-TIMESTAMP-THREAD-DEFAULT-TIC:CAPS"><primary>AGS_TIMESTAMP_THREAD_DEFAULT_TIC</primary></indexterm>
-<programlisting>#define             AGS_TIMESTAMP_THREAD_DEFAULT_TIC</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampThread" role="struct">
-<title>struct AgsTimestampThread</title>
-<indexterm zone="AgsTimestampThread"><primary>AgsTimestampThread</primary></indexterm>
-<programlisting>struct AgsTimestampThread {
-  AgsThread thread;
-
-  GObject *current_timestamp;
-  GObject *current_latency;
-
-  GObject *timestamp;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTimestampThreadClass" role="struct">
-<title>struct AgsTimestampThreadClass</title>
-<indexterm zone="AgsTimestampThreadClass"><primary>AgsTimestampThreadClass</primary></indexterm>
-<programlisting>struct AgsTimestampThreadClass {
-  AgsThreadClass thread;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-timestamp-thread-new" role="function">
-<title>ags_timestamp_thread_new ()</title>
-<indexterm zone="ags-timestamp-thread-new"><primary>ags_timestamp_thread_new</primary></indexterm>
-<programlisting><link linkend="AgsTimestampThread"><returnvalue>AgsTimestampThread</returnvalue></link> * ags_timestamp_thread_new           ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_toggle_led.xml b/doc/reference/ags/xml/ags_toggle_led.xml
deleted file mode 100644
index 5f991df..0000000
--- a/doc/reference/ags/xml/ags_toggle_led.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsToggleLed">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsToggleLed.top_of_page">AgsToggleLed</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsToggleLed</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsToggleLed.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsToggleLed">AgsToggleLed</link>;
-struct              <link linkend="AgsToggleLedClass">AgsToggleLedClass</link>;
-<link linkend="AgsToggleLed"><returnvalue>AgsToggleLed</returnvalue></link> *      <link linkend="ags-toggle-led-new">ags_toggle_led_new</link>                  (<parameter><link linkend="GList"><type>GList</type></link> *led</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> set_active</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> unset_active</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsToggleLed.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsToggleLed.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsToggleLed" role="struct">
-<title>struct AgsToggleLed</title>
-<indexterm zone="AgsToggleLed"><primary>AgsToggleLed</primary></indexterm>
-<programlisting>struct AgsToggleLed {
-  AgsTask task;
-
-  GList *led;
-  guint set_active;
-  guint unset_active;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsToggleLedClass" role="struct">
-<title>struct AgsToggleLedClass</title>
-<indexterm zone="AgsToggleLedClass"><primary>AgsToggleLedClass</primary></indexterm>
-<programlisting>struct AgsToggleLedClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toggle-led-new" role="function">
-<title>ags_toggle_led_new ()</title>
-<indexterm zone="ags-toggle-led-new"><primary>ags_toggle_led_new</primary></indexterm>
-<programlisting><link linkend="AgsToggleLed"><returnvalue>AgsToggleLed</returnvalue></link> *      ags_toggle_led_new                  (<parameter><link linkend="GList"><type>GList</type></link> *led</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> set_active</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> unset_active</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_toggle_pattern_bit.xml b/doc/reference/ags/xml/ags_toggle_pattern_bit.xml
deleted file mode 100644
index c086463..0000000
--- a/doc/reference/ags/xml/ags_toggle_pattern_bit.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTogglePatternBit">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTogglePatternBit.top_of_page">AgsTogglePatternBit</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTogglePatternBit</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTogglePatternBit.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsTogglePatternBit">AgsTogglePatternBit</link>;
-struct              <link linkend="AgsTogglePatternBitClass">AgsTogglePatternBitClass</link>;
-<link linkend="AgsTogglePatternBit"><returnvalue>AgsTogglePatternBit</returnvalue></link> * <link linkend="ags-toggle-pattern-bit-new">ags_toggle_pattern_bit_new</link>        (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index_i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index_j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toggle-pattern-bit-refresh-gui">ags_toggle_pattern_bit_refresh_gui</link>  (<parameter><link linkend="AgsTogglePatternBit"><type>AgsTogglePatternBit</type></link> *toggle_pattern_bit</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTogglePatternBit.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTogglePatternBit.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTogglePatternBit" role="struct">
-<title>struct AgsTogglePatternBit</title>
-<indexterm zone="AgsTogglePatternBit"><primary>AgsTogglePatternBit</primary></indexterm>
-<programlisting>struct AgsTogglePatternBit {
-  AgsTask task;
-
-  AgsPattern *pattern;
-  guint line;
-
-  guint index_i;
-  guint index_j;
-  guint bit;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTogglePatternBitClass" role="struct">
-<title>struct AgsTogglePatternBitClass</title>
-<indexterm zone="AgsTogglePatternBitClass"><primary>AgsTogglePatternBitClass</primary></indexterm>
-<programlisting>struct AgsTogglePatternBitClass {
-  AgsTaskClass task;
-
-  void (*refresh_gui)(AgsTogglePatternBit *toggle_pattern_bit);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toggle-pattern-bit-new" role="function">
-<title>ags_toggle_pattern_bit_new ()</title>
-<indexterm zone="ags-toggle-pattern-bit-new"><primary>ags_toggle_pattern_bit_new</primary></indexterm>
-<programlisting><link linkend="AgsTogglePatternBit"><returnvalue>AgsTogglePatternBit</returnvalue></link> * ags_toggle_pattern_bit_new        (<parameter><link linkend="AgsPattern"><type>AgsPattern</type></link> *pattern</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> line</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index_i</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> index_j</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> bit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toggle-pattern-bit-refresh-gui" role="function">
-<title>ags_toggle_pattern_bit_refresh_gui ()</title>
-<indexterm zone="ags-toggle-pattern-bit-refresh-gui"><primary>ags_toggle_pattern_bit_refresh_gui</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toggle_pattern_bit_refresh_gui  (<parameter><link linkend="AgsTogglePatternBit"><type>AgsTogglePatternBit</type></link> *toggle_pattern_bit</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_toolbar.xml b/doc/reference/ags/xml/ags_toolbar.xml
deleted file mode 100644
index 21760df..0000000
--- a/doc/reference/ags/xml/ags_toolbar.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsToolbar">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsToolbar.top_of_page">AgsToolbar</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsToolbar</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsToolbar.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsToolbar">AgsToolbar</link>;
-struct              <link linkend="AgsToolbarClass">AgsToolbarClass</link>;
-<link linkend="AgsToolbar"><returnvalue>AgsToolbar</returnvalue></link> *        <link linkend="ags-toolbar-new">ags_toolbar_new</link>                     ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsToolbar.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsToolbar.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsToolbar" role="struct">
-<title>struct AgsToolbar</title>
-<indexterm zone="AgsToolbar"><primary>AgsToolbar</primary></indexterm>
-<programlisting>struct AgsToolbar {
-  GtkToolbar toolbar;
-
-  GtkToggleButton *selected_edit_mode;
-  GtkToggleButton *position;
-  GtkToggleButton *edit;
-  GtkToggleButton *clear;
-  GtkToggleButton *select;
-
-  GtkButton *copy;
-  GtkButton *cut;
-  GtkButton *paste;
-
-  guint zoom_history;
-  GtkComboBoxText *zoom;
-
-  GtkComboBoxText *mode;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsToolbarClass" role="struct">
-<title>struct AgsToolbarClass</title>
-<indexterm zone="AgsToolbarClass"><primary>AgsToolbarClass</primary></indexterm>
-<programlisting>struct AgsToolbarClass {
-  GtkToolbarClass toolbar;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-new" role="function">
-<title>ags_toolbar_new ()</title>
-<indexterm zone="ags-toolbar-new"><primary>ags_toolbar_new</primary></indexterm>
-<programlisting><link linkend="AgsToolbar"><returnvalue>AgsToolbar</returnvalue></link> *        ags_toolbar_new                     ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_toolbar_callbacks.xml b/doc/reference/ags/xml/ags_toolbar_callbacks.xml
deleted file mode 100644
index 1ebf514..0000000
--- a/doc/reference/ags/xml/ags_toolbar_callbacks.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-toolbar-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-toolbar-callbacks.top_of_page">ags_toolbar_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_toolbar_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-toolbar-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-clear-callback">ags_toolbar_clear_callback</link>          (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-copy-or-cut-callback">ags_toolbar_copy_or_cut_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-toolbar-destroy-callback">ags_toolbar_destroy_callback</link>        (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-edit-callback">ags_toolbar_edit_callback</link>           (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-mode-callback">ags_toolbar_mode_callback</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-paste-callback">ags_toolbar_paste_callback</link>          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-position-callback">ags_toolbar_position_callback</link>       (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-select-callback">ags_toolbar_select_callback</link>         (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-show-callback">ags_toolbar_show_callback</link>           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-toolbar-zoom-callback">ags_toolbar_zoom_callback</link>           (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-toolbar-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-toolbar-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-toolbar-clear-callback" role="function">
-<title>ags_toolbar_clear_callback ()</title>
-<indexterm zone="ags-toolbar-clear-callback"><primary>ags_toolbar_clear_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_clear_callback          (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-copy-or-cut-callback" role="function">
-<title>ags_toolbar_copy_or_cut_callback ()</title>
-<indexterm zone="ags-toolbar-copy-or-cut-callback"><primary>ags_toolbar_copy_or_cut_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_copy_or_cut_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-destroy-callback" role="function">
-<title>ags_toolbar_destroy_callback ()</title>
-<indexterm zone="ags-toolbar-destroy-callback"><primary>ags_toolbar_destroy_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_toolbar_destroy_callback        (<parameter><link linkend="GtkObject"><type>GtkObject</type></link> *object</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-edit-callback" role="function">
-<title>ags_toolbar_edit_callback ()</title>
-<indexterm zone="ags-toolbar-edit-callback"><primary>ags_toolbar_edit_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_edit_callback           (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-mode-callback" role="function">
-<title>ags_toolbar_mode_callback ()</title>
-<indexterm zone="ags-toolbar-mode-callback"><primary>ags_toolbar_mode_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_mode_callback           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-paste-callback" role="function">
-<title>ags_toolbar_paste_callback ()</title>
-<indexterm zone="ags-toolbar-paste-callback"><primary>ags_toolbar_paste_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_paste_callback          (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-position-callback" role="function">
-<title>ags_toolbar_position_callback ()</title>
-<indexterm zone="ags-toolbar-position-callback"><primary>ags_toolbar_position_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_position_callback       (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-select-callback" role="function">
-<title>ags_toolbar_select_callback ()</title>
-<indexterm zone="ags-toolbar-select-callback"><primary>ags_toolbar_select_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_select_callback         (<parameter><link linkend="GtkToggleButton"><type>GtkToggleButton</type></link> *toggle_button</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-show-callback" role="function">
-<title>ags_toolbar_show_callback ()</title>
-<indexterm zone="ags-toolbar-show-callback"><primary>ags_toolbar_show_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_show_callback           (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-toolbar-zoom-callback" role="function">
-<title>ags_toolbar_zoom_callback ()</title>
-<indexterm zone="ags-toolbar-zoom-callback"><primary>ags_toolbar_zoom_callback</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_toolbar_zoom_callback           (<parameter><link linkend="GtkComboBox"><type>GtkComboBox</type></link> *combo_box</parameter>,
-                                                         <parameter><link linkend="AgsToolbar"><type>AgsToolbar</type></link> *toolbar</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_toolbar_mode_stock.xml b/doc/reference/ags/xml/ags_toolbar_mode_stock.xml
deleted file mode 100644
index e9990fa..0000000
--- a/doc/reference/ags/xml/ags_toolbar_mode_stock.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-toolbar-mode-stock">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-toolbar-mode-stock.top_of_page">ags_toolbar_mode_stock</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_toolbar_mode_stock</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-toolbar-mode-stock.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-TOOLBAR-MODE-ALL-CHANNELS:CAPS">AGS_TOOLBAR_MODE_ALL_CHANNELS</link>
-#define             <link linkend="AGS-TOOLBAR-MODE-MULTI-CHANNEL:CAPS">AGS_TOOLBAR_MODE_MULTI_CHANNEL</link>
-#define             <link linkend="AGS-TOOLBAR-MODE-SINGLE-CHANNEL:CAPS">AGS_TOOLBAR_MODE_SINGLE_CHANNEL</link>
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-toolbar-mode-stock.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-toolbar-mode-stock.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-TOOLBAR-MODE-ALL-CHANNELS:CAPS" role="macro">
-<title>AGS_TOOLBAR_MODE_ALL_CHANNELS</title>
-<indexterm zone="AGS-TOOLBAR-MODE-ALL-CHANNELS:CAPS"><primary>AGS_TOOLBAR_MODE_ALL_CHANNELS</primary></indexterm>
-<programlisting>#define AGS_TOOLBAR_MODE_ALL_CHANNELS "all channels\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TOOLBAR-MODE-MULTI-CHANNEL:CAPS" role="macro">
-<title>AGS_TOOLBAR_MODE_MULTI_CHANNEL</title>
-<indexterm zone="AGS-TOOLBAR-MODE-MULTI-CHANNEL:CAPS"><primary>AGS_TOOLBAR_MODE_MULTI_CHANNEL</primary></indexterm>
-<programlisting>#define AGS_TOOLBAR_MODE_MULTI_CHANNEL "multi channel\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-TOOLBAR-MODE-SINGLE-CHANNEL:CAPS" role="macro">
-<title>AGS_TOOLBAR_MODE_SINGLE_CHANNEL</title>
-<indexterm zone="AGS-TOOLBAR-MODE-SINGLE-CHANNEL:CAPS"><primary>AGS_TOOLBAR_MODE_SINGLE_CHANNEL</primary></indexterm>
-<programlisting>#define AGS_TOOLBAR_MODE_SINGLE_CHANNEL "single channel\0"
-</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_tree_iterator.xml b/doc/reference/ags/xml/ags_tree_iterator.xml
deleted file mode 100644
index b072a4a..0000000
--- a/doc/reference/ags/xml/ags_tree_iterator.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsTreeIterator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsTreeIterator.top_of_page">AgsTreeIterator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsTreeIterator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsTreeIterator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>typedef             <link linkend="AgsTreeIterator">AgsTreeIterator</link>;
-struct              <link linkend="AgsTreeIteratorInterface">AgsTreeIteratorInterface</link>;
-<link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-tree-iterator-is-inverse-mode">ags_tree_iterator_is_inverse_mode</link>   (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tree-iterator-iterate">ags_tree_iterator_iterate</link>           (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tree-iterator-iterate-nested">ags_tree_iterator_iterate_nested</link>    (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tree-iterator-safe-iterate">ags_tree_iterator_safe_iterate</link>      (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *toplevel</parameter>,
-                                                         <parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *current</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tree-iterator-safe-iterate-nested">ags_tree_iterator_safe_iterate_nested</link>
-                                                        (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *toplevel</parameter>,
-                                                         <parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *current</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-tree-iterator-set-inverse-mode">ags_tree_iterator_set_inverse_mode</link>  (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> mode</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsTreeIterator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsTreeIterator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsTreeIterator" role="typedef">
-<title>AgsTreeIterator</title>
-<indexterm zone="AgsTreeIterator"><primary>AgsTreeIterator</primary></indexterm>
-<programlisting>typedef void AgsTreeIterator;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsTreeIteratorInterface" role="struct">
-<title>struct AgsTreeIteratorInterface</title>
-<indexterm zone="AgsTreeIteratorInterface"><primary>AgsTreeIteratorInterface</primary></indexterm>
-<programlisting>struct AgsTreeIteratorInterface {
-  GTypeInterface interface;
-
-  void (*set_inverse_mode)(AgsTreeIterator *tree, gboolean mode);
-  gboolean (*is_inverse_mode)(AgsTreeIterator *tree);
-  
-  void (*iterate)(AgsTreeIterator *tree,
-		  gpointer node_id);
-  void (*iterate_nested)(AgsTreeIterator *tree,
-			 gpointer node_id);
-  
-  void (*safe_iterate)(AgsTreeIterator *toplevel, AgsTreeIterator *current,
-		       gpointer node_id);
-  void (*safe_iterate_nested)(AgsTreeIterator *toplevel, AgsTreeIterator *current,
-			      gpointer node_id);
-
-  void (*loop_action)(AgsTreeIterator *current,
-		      gpointer node_id);
-  void (*nested_loop_action)(AgsTreeIterator *current,
-			     gpointer node_id);
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-is-inverse-mode" role="function">
-<title>ags_tree_iterator_is_inverse_mode ()</title>
-<indexterm zone="ags-tree-iterator-is-inverse-mode"><primary>ags_tree_iterator_is_inverse_mode</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_tree_iterator_is_inverse_mode   (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-iterate" role="function">
-<title>ags_tree_iterator_iterate ()</title>
-<indexterm zone="ags-tree-iterator-iterate"><primary>ags_tree_iterator_iterate</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tree_iterator_iterate           (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-iterate-nested" role="function">
-<title>ags_tree_iterator_iterate_nested ()</title>
-<indexterm zone="ags-tree-iterator-iterate-nested"><primary>ags_tree_iterator_iterate_nested</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tree_iterator_iterate_nested    (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-safe-iterate" role="function">
-<title>ags_tree_iterator_safe_iterate ()</title>
-<indexterm zone="ags-tree-iterator-safe-iterate"><primary>ags_tree_iterator_safe_iterate</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tree_iterator_safe_iterate      (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *toplevel</parameter>,
-                                                         <parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *current</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-safe-iterate-nested" role="function">
-<title>ags_tree_iterator_safe_iterate_nested ()</title>
-<indexterm zone="ags-tree-iterator-safe-iterate-nested"><primary>ags_tree_iterator_safe_iterate_nested</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tree_iterator_safe_iterate_nested
-                                                        (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *toplevel</parameter>,
-                                                         <parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *current</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> node_id</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-tree-iterator-set-inverse-mode" role="function">
-<title>ags_tree_iterator_set_inverse_mode ()</title>
-<indexterm zone="ags-tree-iterator-set-inverse-mode"><primary>ags_tree_iterator_set_inverse_mode</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_tree_iterator_set_inverse_mode  (<parameter><link linkend="AgsTreeIterator"><type>AgsTreeIterator</type></link> *tree</parameter>,
-                                                         <parameter><link linkend="gboolean"><type>gboolean</type></link> mode</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_unref_audio_signal.xml b/doc/reference/ags/xml/ags_unref_audio_signal.xml
deleted file mode 100644
index 3ed8f6e..0000000
--- a/doc/reference/ags/xml/ags_unref_audio_signal.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsUnrefAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsUnrefAudioSignal.top_of_page">AgsUnrefAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsUnrefAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsUnrefAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsUnrefAudioSignal">AgsUnrefAudioSignal</link>;
-struct              <link linkend="AgsUnrefAudioSignalClass">AgsUnrefAudioSignalClass</link>;
-<link linkend="AgsUnrefAudioSignal"><returnvalue>AgsUnrefAudioSignal</returnvalue></link> * <link linkend="ags-unref-audio-signal-new">ags_unref_audio_signal_new</link>        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsUnrefAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsUnrefAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsUnrefAudioSignal" role="struct">
-<title>struct AgsUnrefAudioSignal</title>
-<indexterm zone="AgsUnrefAudioSignal"><primary>AgsUnrefAudioSignal</primary></indexterm>
-<programlisting>struct AgsUnrefAudioSignal {
-  AgsTask task;
-
-  AgsAudioSignal *audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsUnrefAudioSignalClass" role="struct">
-<title>struct AgsUnrefAudioSignalClass</title>
-<indexterm zone="AgsUnrefAudioSignalClass"><primary>AgsUnrefAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsUnrefAudioSignalClass {
-  AgsTaskClass task;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-unref-audio-signal-new" role="function">
-<title>ags_unref_audio_signal_new ()</title>
-<indexterm zone="ags-unref-audio-signal-new"><primary>ags_unref_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsUnrefAudioSignal"><returnvalue>AgsUnrefAudioSignal</returnvalue></link> * ags_unref_audio_signal_new        (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_vindicator.xml b/doc/reference/ags/xml/ags_vindicator.xml
deleted file mode 100644
index 6952ef1..0000000
--- a/doc/reference/ags/xml/ags_vindicator.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsVIndicator">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsVIndicator.top_of_page">AgsVIndicator</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsVIndicator</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsVIndicator.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsVIndicator">AgsVIndicator</link>;
-struct              <link linkend="AgsVIndicatorClass">AgsVIndicatorClass</link>;
-<link linkend="AgsVIndicator"><returnvalue>AgsVIndicator</returnvalue></link> *     <link linkend="ags-vindicator-new">ags_vindicator_new</link>                  ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsVIndicator.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsVIndicator.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsVIndicator" role="struct">
-<title>struct AgsVIndicator</title>
-<indexterm zone="AgsVIndicator"><primary>AgsVIndicator</primary></indexterm>
-<programlisting>struct AgsVIndicator {
-  AgsIndicator indicator;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsVIndicatorClass" role="struct">
-<title>struct AgsVIndicatorClass</title>
-<indexterm zone="AgsVIndicatorClass"><primary>AgsVIndicatorClass</primary></indexterm>
-<programlisting>struct AgsVIndicatorClass {
-  GtkWidgetClass indicator;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-vindicator-new" role="function">
-<title>ags_vindicator_new ()</title>
-<indexterm zone="ags-vindicator-new"><primary>ags_vindicator_new</primary></indexterm>
-<programlisting><link linkend="AgsVIndicator"><returnvalue>AgsVIndicator</returnvalue></link> *     ags_vindicator_new                  ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_volume_audio_signal.xml b/doc/reference/ags/xml/ags_volume_audio_signal.xml
deleted file mode 100644
index 262565e..0000000
--- a/doc/reference/ags/xml/ags_volume_audio_signal.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsVolumeAudioSignal">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsVolumeAudioSignal.top_of_page">AgsVolumeAudioSignal</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsVolumeAudioSignal</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsVolumeAudioSignal.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsVolumeAudioSignal">AgsVolumeAudioSignal</link>;
-struct              <link linkend="AgsVolumeAudioSignalClass">AgsVolumeAudioSignalClass</link>;
-<link linkend="AgsVolumeAudioSignal"><returnvalue>AgsVolumeAudioSignal</returnvalue></link> * <link linkend="ags-volume-audio-signal-new">ags_volume_audio_signal_new</link>      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsVolumeAudioSignal.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsVolumeAudioSignal.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsVolumeAudioSignal" role="struct">
-<title>struct AgsVolumeAudioSignal</title>
-<indexterm zone="AgsVolumeAudioSignal"><primary>AgsVolumeAudioSignal</primary></indexterm>
-<programlisting>struct AgsVolumeAudioSignal {
-  AgsRecallAudioSignal recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsVolumeAudioSignalClass" role="struct">
-<title>struct AgsVolumeAudioSignalClass</title>
-<indexterm zone="AgsVolumeAudioSignalClass"><primary>AgsVolumeAudioSignalClass</primary></indexterm>
-<programlisting>struct AgsVolumeAudioSignalClass {
-  AgsRecallAudioSignalClass recall_audio_signal;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-volume-audio-signal-new" role="function">
-<title>ags_volume_audio_signal_new ()</title>
-<indexterm zone="ags-volume-audio-signal-new"><primary>ags_volume_audio_signal_new</primary></indexterm>
-<programlisting><link linkend="AgsVolumeAudioSignal"><returnvalue>AgsVolumeAudioSignal</returnvalue></link> * ags_volume_audio_signal_new      (<parameter><link linkend="AgsAudioSignal"><type>AgsAudioSignal</type></link> *audio_signal</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_volume_channel.xml b/doc/reference/ags/xml/ags_volume_channel.xml
deleted file mode 100644
index ce59bf0..0000000
--- a/doc/reference/ags/xml/ags_volume_channel.xml
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsVolumeChannel">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsVolumeChannel.top_of_page">AgsVolumeChannel</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsVolumeChannel</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsVolumeChannel.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsVolumeChannel">AgsVolumeChannel</link>;
-struct              <link linkend="AgsVolumeChannelClass">AgsVolumeChannelClass</link>;
-<link linkend="AgsVolumeChannel"><returnvalue>AgsVolumeChannel</returnvalue></link> *  <link linkend="ags-volume-channel-new">ags_volume_channel_new</link>              ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsVolumeChannel.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsVolumeChannel.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsVolumeChannel" role="struct">
-<title>struct AgsVolumeChannel</title>
-<indexterm zone="AgsVolumeChannel"><primary>AgsVolumeChannel</primary></indexterm>
-<programlisting>struct AgsVolumeChannel {
-  AgsRecallChannel recall_channel;
-
-  AgsPort *volume;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsVolumeChannelClass" role="struct">
-<title>struct AgsVolumeChannelClass</title>
-<indexterm zone="AgsVolumeChannelClass"><primary>AgsVolumeChannelClass</primary></indexterm>
-<programlisting>struct AgsVolumeChannelClass {
-  AgsRecallChannelClass recall_channel;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-volume-channel-new" role="function">
-<title>ags_volume_channel_new ()</title>
-<indexterm zone="ags-volume-channel-new"><primary>ags_volume_channel_new</primary></indexterm>
-<programlisting><link linkend="AgsVolumeChannel"><returnvalue>AgsVolumeChannel</returnvalue></link> *  ags_volume_channel_new              ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_volume_channel_run.xml b/doc/reference/ags/xml/ags_volume_channel_run.xml
deleted file mode 100644
index 3f64c57..0000000
--- a/doc/reference/ags/xml/ags_volume_channel_run.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsVolumeChannelRun">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsVolumeChannelRun.top_of_page">AgsVolumeChannelRun</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsVolumeChannelRun</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsVolumeChannelRun.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsVolumeChannelRun">AgsVolumeChannelRun</link>;
-struct              <link linkend="AgsVolumeChannelRunClass">AgsVolumeChannelRunClass</link>;
-<link linkend="AgsVolumeChannelRun"><returnvalue>AgsVolumeChannelRun</returnvalue></link> * <link linkend="ags-volume-channel-run-new">ags_volume_channel_run_new</link>        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsVolumeChannelRun.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsVolumeChannelRun.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsVolumeChannelRun" role="struct">
-<title>struct AgsVolumeChannelRun</title>
-<indexterm zone="AgsVolumeChannelRun"><primary>AgsVolumeChannelRun</primary></indexterm>
-<programlisting>struct AgsVolumeChannelRun {
-  AgsRecallChannelRun recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsVolumeChannelRunClass" role="struct">
-<title>struct AgsVolumeChannelRunClass</title>
-<indexterm zone="AgsVolumeChannelRunClass"><primary>AgsVolumeChannelRunClass</primary></indexterm>
-<programlisting>struct AgsVolumeChannelRunClass {
-  AgsRecallChannelRunClass recall_channel_run;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-volume-channel-run-new" role="function">
-<title>ags_volume_channel_run_new ()</title>
-<indexterm zone="ags-volume-channel-run-new"><primary>ags_volume_channel_run_new</primary></indexterm>
-<programlisting><link linkend="AgsVolumeChannelRun"><returnvalue>AgsVolumeChannelRun</returnvalue></link> * ags_volume_channel_run_new        (<parameter><link linkend="AgsChannel"><type>AgsChannel</type></link> *channel</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_volume_recycling.xml b/doc/reference/ags/xml/ags_volume_recycling.xml
deleted file mode 100644
index 7d6f707..0000000
--- a/doc/reference/ags/xml/ags_volume_recycling.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsVolumeRecycling">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsVolumeRecycling.top_of_page">AgsVolumeRecycling</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsVolumeRecycling</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsVolumeRecycling.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsVolumeRecycling">AgsVolumeRecycling</link>;
-struct              <link linkend="AgsVolumeRecyclingClass">AgsVolumeRecyclingClass</link>;
-<link linkend="AgsVolumeRecycling"><returnvalue>AgsVolumeRecycling</returnvalue></link> * <link linkend="ags-volume-recycling-new">ags_volume_recycling_new</link>           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsVolumeRecycling.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsVolumeRecycling.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsVolumeRecycling" role="struct">
-<title>struct AgsVolumeRecycling</title>
-<indexterm zone="AgsVolumeRecycling"><primary>AgsVolumeRecycling</primary></indexterm>
-<programlisting>struct AgsVolumeRecycling {
-  AgsRecallRecycling recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsVolumeRecyclingClass" role="struct">
-<title>struct AgsVolumeRecyclingClass</title>
-<indexterm zone="AgsVolumeRecyclingClass"><primary>AgsVolumeRecyclingClass</primary></indexterm>
-<programlisting>struct AgsVolumeRecyclingClass {
-  AgsRecallRecyclingClass recall_recycling;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-volume-recycling-new" role="function">
-<title>ags_volume_recycling_new ()</title>
-<indexterm zone="ags-volume-recycling-new"><primary>ags_volume_recycling_new</primary></indexterm>
-<programlisting><link linkend="AgsVolumeRecycling"><returnvalue>AgsVolumeRecycling</returnvalue></link> * ags_volume_recycling_new           (<parameter><link linkend="AgsRecycling"><type>AgsRecycling</type></link> *recycling</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_waveform.xml b/doc/reference/ags/xml/ags_waveform.xml
deleted file mode 100644
index f1bea15..0000000
--- a/doc/reference/ags/xml/ags_waveform.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsWaveform">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsWaveform.top_of_page">AgsWaveform</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsWaveform</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsWaveform.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>struct              <link linkend="AgsWaveform">AgsWaveform</link>;
-struct              <link linkend="AgsWaveformClass">AgsWaveformClass</link>;
-<link linkend="AgsWaveform"><returnvalue>AgsWaveform</returnvalue></link> *       <link linkend="ags-waveform-new">ags_waveform_new</link>                    ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsWaveform.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsWaveform.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AgsWaveform" role="struct">
-<title>struct AgsWaveform</title>
-<indexterm zone="AgsWaveform"><primary>AgsWaveform</primary></indexterm>
-<programlisting>struct AgsWaveform {
-  GtkWidget widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsWaveformClass" role="struct">
-<title>struct AgsWaveformClass</title>
-<indexterm zone="AgsWaveformClass"><primary>AgsWaveformClass</primary></indexterm>
-<programlisting>struct AgsWaveformClass {
-  GtkWidgetClass widget;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-waveform-new" role="function">
-<title>ags_waveform_new ()</title>
-<indexterm zone="ags-waveform-new"><primary>ags_waveform_new</primary></indexterm>
-<programlisting><link linkend="AgsWaveform"><returnvalue>AgsWaveform</returnvalue></link> *       ags_waveform_new                    ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_window.xml b/doc/reference/ags/xml/ags_window.xml
deleted file mode 100644
index cf1e5b3..0000000
--- a/doc/reference/ags/xml/ags_window.xml
+++ /dev/null
@@ -1,164 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsWindow">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsWindow.top_of_page">AgsWindow</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsWindow</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsWindow.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-MACHINE-COUNTER:CAPS">AGS_MACHINE_COUNTER</link>                 (ptr)
-struct              <link linkend="AgsMachineCounter">AgsMachineCounter</link>;
-struct              <link linkend="AgsWindow">AgsWindow</link>;
-struct              <link linkend="AgsWindowClass">AgsWindowClass</link>;
-enum                <link linkend="AgsWindowFlags">AgsWindowFlags</link>;
-<link linkend="AgsMachineCounter"><returnvalue>AgsMachineCounter</returnvalue></link> * <link linkend="ags-machine-counter-alloc">ags_machine_counter_alloc</link>           (<parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> initial_value</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-window-decrement-machine-counter">ags_window_decrement_machine_counter</link>
-                                                        (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);
-<link linkend="AgsMachineCounter"><returnvalue>AgsMachineCounter</returnvalue></link> * <link linkend="ags-window-find-machine-counter">ags_window_find_machine_counter</link>     (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-window-increment-machine-counter">ags_window_increment_machine_counter</link>
-                                                        (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);
-<link linkend="AgsWindow"><returnvalue>AgsWindow</returnvalue></link> *         <link linkend="ags-window-new">ags_window_new</link>                      (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsWindow.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsWindow.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-MACHINE-COUNTER:CAPS" role="macro">
-<title>AGS_MACHINE_COUNTER()</title>
-<indexterm zone="AGS-MACHINE-COUNTER:CAPS"><primary>AGS_MACHINE_COUNTER</primary></indexterm>
-<programlisting>#define AGS_MACHINE_COUNTER(ptr) ((AgsMachineCounter *)(ptr))
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMachineCounter" role="struct">
-<title>struct AgsMachineCounter</title>
-<indexterm zone="AgsMachineCounter"><primary>AgsMachineCounter</primary></indexterm>
-<programlisting>struct AgsMachineCounter {
-  gchar *version;
-  gchar *build_id;
-
-  GType machine_type;
-  guint counter;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsWindow" role="struct">
-<title>struct AgsWindow</title>
-<indexterm zone="AgsWindow"><primary>AgsWindow</primary></indexterm>
-<programlisting>struct AgsWindow {
-  GtkWindow window;
-
-  guint flags;
-
-  GObject *ags_main;
-
-  AgsDevout *devout;
-
-  char *name;
-
-  AgsMenuBar *menu_bar;
-
-  GtkVPaned *paned;
-
-  GtkVBox *machines;
-  GList *machine_counter;
-  AgsMachine *selected;
-
-  AgsEditor *editor;
-  AgsNavigation *navigation;
-
-  AgsExportWindow *export_window;
-  AgsPreferences *preferences;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsWindowClass" role="struct">
-<title>struct AgsWindowClass</title>
-<indexterm zone="AgsWindowClass"><primary>AgsWindowClass</primary></indexterm>
-<programlisting>struct AgsWindowClass {
-  GtkWindowClass window;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsWindowFlags" role="enum">
-<title>enum AgsWindowFlags</title>
-<indexterm zone="AgsWindowFlags"><primary>AgsWindowFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_WINDOW_READY        = 1,
-  AGS_WINDOW_LOADING      = 1 << 1,
-  AGS_WINDOW_SAVING       = 1 << 2,
-  AGS_WINDOW_TERMINATING  = 1 << 3,
-} AgsWindowFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-machine-counter-alloc" role="function">
-<title>ags_machine_counter_alloc ()</title>
-<indexterm zone="ags-machine-counter-alloc"><primary>ags_machine_counter_alloc</primary></indexterm>
-<programlisting><link linkend="AgsMachineCounter"><returnvalue>AgsMachineCounter</returnvalue></link> * ags_machine_counter_alloc           (<parameter><link linkend="gchar"><type>gchar</type></link> *version</parameter>,
-                                                         <parameter><link linkend="gchar"><type>gchar</type></link> *build_id</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>,
-                                                         <parameter><link linkend="guint"><type>guint</type></link> initial_value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-window-decrement-machine-counter" role="function">
-<title>ags_window_decrement_machine_counter ()</title>
-<indexterm zone="ags-window-decrement-machine-counter"><primary>ags_window_decrement_machine_counter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_window_decrement_machine_counter
-                                                        (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-window-find-machine-counter" role="function">
-<title>ags_window_find_machine_counter ()</title>
-<indexterm zone="ags-window-find-machine-counter"><primary>ags_window_find_machine_counter</primary></indexterm>
-<programlisting><link linkend="AgsMachineCounter"><returnvalue>AgsMachineCounter</returnvalue></link> * ags_window_find_machine_counter     (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-window-increment-machine-counter" role="function">
-<title>ags_window_increment_machine_counter ()</title>
-<indexterm zone="ags-window-increment-machine-counter"><primary>ags_window_increment_machine_counter</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_window_increment_machine_counter
-                                                        (<parameter><link linkend="AgsWindow"><type>AgsWindow</type></link> *window</parameter>,
-                                                         <parameter><link linkend="GType"><type>GType</type></link> machine_type</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-window-new" role="function">
-<title>ags_window_new ()</title>
-<indexterm zone="ags-window-new"><primary>ags_window_new</primary></indexterm>
-<programlisting><link linkend="AgsWindow"><returnvalue>AgsWindow</returnvalue></link> *         ags_window_new                      (<parameter><link linkend="GObject"><type>GObject</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/ags_window_callbacks.xml b/doc/reference/ags/xml/ags_window_callbacks.xml
deleted file mode 100644
index 2eae3e7..0000000
--- a/doc/reference/ags/xml/ags_window_callbacks.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-ags-window-callbacks">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-ags-window-callbacks.top_of_page">ags_window_callbacks</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>ags_window_callbacks</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-ags-window-callbacks.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            <link linkend="ags-window-delete-event-callback">ags_window_delete_event_callback</link>    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-ags-window-callbacks.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-ags-window-callbacks.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="ags-window-delete-event-callback" role="function">
-<title>ags_window_delete_event_callback ()</title>
-<indexterm zone="ags-window-delete-event-callback"><primary>ags_window_delete_event_callback</primary></indexterm>
-<programlisting><link linkend="gboolean"><returnvalue>gboolean</returnvalue></link>            ags_window_delete_event_callback    (<parameter><link linkend="GtkWidget"><type>GtkWidget</type></link> *widget</parameter>,
-                                                         <parameter><link linkend="gpointer"><type>gpointer</type></link> data</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/api-index-0.4.0.xml b/doc/reference/ags/xml/api-index-0.4.0.xml
deleted file mode 100644
index 8ec0fe4..0000000
--- a/doc/reference/ags/xml/api-index-0.4.0.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<indexdiv>
-</indexdiv>
diff --git a/doc/reference/ags/xml/api-index-0.4.2.xml b/doc/reference/ags/xml/api-index-0.4.2.xml
deleted file mode 100644
index 8ec0fe4..0000000
--- a/doc/reference/ags/xml/api-index-0.4.2.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<indexdiv>
-</indexdiv>
diff --git a/doc/reference/ags/xml/api-index-deprecated.xml b/doc/reference/ags/xml/api-index-deprecated.xml
deleted file mode 100644
index 8ec0fe4..0000000
--- a/doc/reference/ags/xml/api-index-deprecated.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<indexdiv>
-</indexdiv>
diff --git a/doc/reference/ags/xml/api-index-full.xml b/doc/reference/ags/xml/api-index-full.xml
deleted file mode 100644
index 2d5cf16..0000000
--- a/doc/reference/ags/xml/api-index-full.xml
+++ /dev/null
@@ -1,2112 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE indexdiv PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<indexdiv>
-<indexdiv><title>A</title>
-<indexentry><primaryie linkends="AgsAccountingTable"><link linkend="AgsAccountingTable">AgsAccountingTable</link>, struct in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-ACCOUNTING-TABLE:CAPS"><link linkend="AGS-ACCOUNTING-TABLE:CAPS">AGS_ACCOUNTING_TABLE</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-accounting-table-alloc"><link linkend="ags-accounting-table-alloc">ags_accounting_table_alloc</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-accounting-table-set-sanity"><link linkend="ags-accounting-table-set-sanity">ags_accounting_table_set_sanity</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddAudio"><link linkend="AgsAddAudio">AgsAddAudio</link>, struct in <link linkend="ags-AgsAddAudio">AgsAddAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddAudioClass"><link linkend="AgsAddAudioClass">AgsAddAudioClass</link>, struct in <link linkend="ags-AgsAddAudio">AgsAddAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddAudioSignal"><link linkend="AgsAddAudioSignal">AgsAddAudioSignal</link>, struct in <link linkend="ags-AgsAddAudioSignal">AgsAddAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddAudioSignalClass"><link linkend="AgsAddAudioSignalClass">AgsAddAudioSignalClass</link>, struct in <link linkend="ags-AgsAddAudioSignal">AgsAddAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddLineMember"><link linkend="AgsAddLineMember">AgsAddLineMember</link>, struct in <link linkend="ags-AgsAddLineMember">AgsAddLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddLineMemberClass"><link linkend="AgsAddLineMemberClass">AgsAddLineMemberClass</link>, struct in <link linkend="ags-AgsAddLineMember">AgsAddLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddNote"><link linkend="AgsAddNote">AgsAddNote</link>, struct in <link linkend="ags-AgsAddNote">AgsAddNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddNoteClass"><link linkend="AgsAddNoteClass">AgsAddNoteClass</link>, struct in <link linkend="ags-AgsAddNote">AgsAddNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddPointToSelection"><link linkend="AgsAddPointToSelection">AgsAddPointToSelection</link>, struct in <link linkend="ags-AgsAddPointToSelection">AgsAddPointToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddPointToSelectionClass"><link linkend="AgsAddPointToSelectionClass">AgsAddPointToSelectionClass</link>, struct in <link linkend="ags-AgsAddPointToSelection">AgsAddPointToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddRecall"><link linkend="AgsAddRecall">AgsAddRecall</link>, struct in <link linkend="ags-AgsAddRecall">AgsAddRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddRecallClass"><link linkend="AgsAddRecallClass">AgsAddRecallClass</link>, struct in <link linkend="ags-AgsAddRecall">AgsAddRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddRegionToSelection"><link linkend="AgsAddRegionToSelection">AgsAddRegionToSelection</link>, struct in <link linkend="ags-AgsAddRegionToSelection">AgsAddRegionToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAddRegionToSelectionClass"><link linkend="AgsAddRegionToSelectionClass">AgsAddRegionToSelectionClass</link>, struct in <link linkend="ags-AgsAddRegionToSelection">AgsAddRegionToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-audio-new"><link linkend="ags-add-audio-new">ags_add_audio_new</link>, function in <link linkend="ags-AgsAddAudio">AgsAddAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-audio-signal-new"><link linkend="ags-add-audio-signal-new">ags_add_audio_signal_new</link>, function in <link linkend="ags-AgsAddAudioSignal">AgsAddAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-line-member-new"><link linkend="ags-add-line-member-new">ags_add_line_member_new</link>, function in <link linkend="ags-AgsAddLineMember">AgsAddLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-note-new"><link linkend="ags-add-note-new">ags_add_note_new</link>, function in <link linkend="ags-AgsAddNote">AgsAddNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-point-to-selection-new"><link linkend="ags-add-point-to-selection-new">ags_add_point_to_selection_new</link>, function in <link linkend="ags-AgsAddPointToSelection">AgsAddPointToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-recall-new"><link linkend="ags-add-recall-new">ags_add_recall_new</link>, function in <link linkend="ags-AgsAddRecall">AgsAddRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-add-region-to-selection-new"><link linkend="ags-add-region-to-selection-new">ags_add_region_to_selection_new</link>, function in <link linkend="ags-AgsAddRegionToSelection">AgsAddRegionToSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ALSA-PCM-NEW-HW-PARAMS-API:CAPS"><link linkend="ALSA-PCM-NEW-HW-PARAMS-API:CAPS">ALSA_PCM_NEW_HW_PARAMS_API</link>, macro in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-amplifier"><link linkend="ags-amplifier">ags_amplifier</link>, function in <link linkend="ags-ags-amplifier">ags_amplifier</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendAudio"><link linkend="AgsAppendAudio">AgsAppendAudio</link>, struct in <link linkend="ags-AgsAppendAudio">AgsAppendAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendAudioClass"><link linkend="AgsAppendAudioClass">AgsAppendAudioClass</link>, struct in <link linkend="ags-AgsAppendAudio">AgsAppendAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendAudioThreaded"><link linkend="AgsAppendAudioThreaded">AgsAppendAudioThreaded</link>, struct in <link linkend="ags-AgsAppendAudioThreaded">AgsAppendAudioThreaded</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendAudioThreadedClass"><link linkend="AgsAppendAudioThreadedClass">AgsAppendAudioThreadedClass</link>, struct in <link linkend="ags-AgsAppendAudioThreaded">AgsAppendAudioThreaded</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendChannel"><link linkend="AgsAppendChannel">AgsAppendChannel</link>, struct in <link linkend="ags-AgsAppendChannel">AgsAppendChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendChannelClass"><link linkend="AgsAppendChannelClass">AgsAppendChannelClass</link>, struct in <link linkend="ags-AgsAppendChannel">AgsAppendChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendRecall"><link linkend="AgsAppendRecall">AgsAppendRecall</link>, struct in <link linkend="ags-AgsAppendRecall">AgsAppendRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAppendRecallClass"><link linkend="AgsAppendRecallClass">AgsAppendRecallClass</link>, struct in <link linkend="ags-AgsAppendRecall">AgsAppendRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-append-audio-new"><link linkend="ags-append-audio-new">ags_append_audio_new</link>, function in <link linkend="ags-AgsAppendAudio">AgsAppendAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-append-audio-threaded-new"><link linkend="ags-append-audio-threaded-new">ags_append_audio_threaded_new</link>, function in <link linkend="ags-AgsAppendAudioThreaded">AgsAppendAudioThreaded</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-append-channel-new"><link linkend="ags-append-channel-new">ags_append_channel_new</link>, function in <link linkend="ags-AgsAppendChannel">AgsAppendChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-append-recall-new"><link linkend="ags-append-recall-new">ags_append_recall_new</link>, function in <link linkend="ags-AgsAppendRecall">AgsAppendRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplicable"><link linkend="AgsApplicable">AgsApplicable</link>, typedef in <link linkend="ags-AgsApplicable">AgsApplicable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplicableInterface"><link linkend="AgsApplicableInterface">AgsApplicableInterface</link>, struct in <link linkend="ags-AgsApplicable">AgsApplicable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-applicable-apply"><link linkend="ags-applicable-apply">ags_applicable_apply</link>, function in <link linkend="ags-AgsApplicable">AgsApplicable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-applicable-reset"><link linkend="ags-applicable-reset">ags_applicable_reset</link>, function in <link linkend="ags-AgsApplicable">AgsApplicable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-applicable-set-update"><link linkend="ags-applicable-set-update">ags_applicable_set_update</link>, function in <link linkend="ags-AgsApplicable">AgsApplicable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyBpm"><link linkend="AgsApplyBpm">AgsApplyBpm</link>, struct in <link linkend="ags-AgsApplyBpm">AgsApplyBpm</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyBpmClass"><link linkend="AgsApplyBpmClass">AgsApplyBpmClass</link>, struct in <link linkend="ags-AgsApplyBpm">AgsApplyBpm</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplySequencerLength"><link linkend="AgsApplySequencerLength">AgsApplySequencerLength</link>, struct in <link linkend="ags-AgsApplySequencerLength">AgsApplySequencerLength</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplySequencerLengthClass"><link linkend="AgsApplySequencerLengthClass">AgsApplySequencerLengthClass</link>, struct in <link linkend="ags-AgsApplySequencerLength">AgsApplySequencerLength</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplySynth"><link linkend="AgsApplySynth">AgsApplySynth</link>, struct in <link linkend="ags-AgsApplySynth">AgsApplySynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplySynthClass"><link linkend="AgsApplySynthClass">AgsApplySynthClass</link>, struct in <link linkend="ags-AgsApplySynth">AgsApplySynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplySynthWave"><link linkend="AgsApplySynthWave">AgsApplySynthWave</link>, enum in <link linkend="ags-AgsApplySynth">AgsApplySynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyTact"><link linkend="AgsApplyTact">AgsApplyTact</link>, struct in <link linkend="ags-AgsApplyTact">AgsApplyTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyTactClass"><link linkend="AgsApplyTactClass">AgsApplyTactClass</link>, struct in <link linkend="ags-AgsApplyTact">AgsApplyTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyWavetable"><link linkend="AgsApplyWavetable">AgsApplyWavetable</link>, struct in <link linkend="ags-AgsApplyWavetable">AgsApplyWavetable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsApplyWavetableClass"><link linkend="AgsApplyWavetableClass">AgsApplyWavetableClass</link>, struct in <link linkend="ags-AgsApplyWavetable">AgsApplyWavetable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-apply-bpm-new"><link linkend="ags-apply-bpm-new">ags_apply_bpm_new</link>, function in <link linkend="ags-AgsApplyBpm">AgsApplyBpm</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-apply-sequencer-length-new"><link linkend="ags-apply-sequencer-length-new">ags_apply_sequencer_length_new</link>, function in <link linkend="ags-AgsApplySequencerLength">AgsApplySequencerLength</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-apply-synth-new"><link linkend="ags-apply-synth-new">ags_apply_synth_new</link>, function in <link linkend="ags-AgsApplySynth">AgsApplySynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-apply-tact-new"><link linkend="ags-apply-tact-new">ags_apply_tact_new</link>, function in <link linkend="ags-AgsApplyTact">AgsApplyTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-apply-wavetable-new"><link linkend="ags-apply-wavetable-new">ags_apply_wavetable_new</link>, function in <link linkend="ags-AgsApplyWavetable">AgsApplyWavetable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAsyncQueue"><link linkend="AgsAsyncQueue">AgsAsyncQueue</link>, struct in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAsyncQueueClass"><link linkend="AgsAsyncQueueClass">AgsAsyncQueueClass</link>, struct in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAsyncQueueFlags"><link linkend="AgsAsyncQueueFlags">AgsAsyncQueueFlags</link>, enum in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-add"><link linkend="ags-async-queue-add">ags_async_queue_add</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-ASYNC-QUEUE-CLOCK-ID:CAPS"><link linkend="AGS-ASYNC-QUEUE-CLOCK-ID:CAPS">AGS_ASYNC_QUEUE_CLOCK_ID</link>, macro in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-ASYNC-QUEUE-DEFAULT-SYSTEM-JIFFIE:CAPS"><link linkend="AGS-ASYNC-QUEUE-DEFAULT-SYSTEM-JIFFIE:CAPS">AGS_ASYNC_QUEUE_DEFAULT_SYSTEM_JIFFIE</link>, macro in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-find-context"><link linkend="ags-async-queue-find-context">ags_async_queue_find_context</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-idle"><link linkend="ags-async-queue-idle">ags_async_queue_idle</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-initerrupt"><link linkend="ags-async-queue-initerrupt">ags_async_queue_initerrupt</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-new"><link linkend="ags-async-queue-new">ags_async_queue_new</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-next-interval"><link linkend="ags-async-queue-next-interval">ags_async_queue_next_interval</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-pop-context"><link linkend="ags-async-queue-pop-context">ags_async_queue_pop_context</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-push-context"><link linkend="ags-async-queue-push-context">ags_async_queue_push_context</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-remove"><link linkend="ags-async-queue-remove">ags_async_queue_remove</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-ASYNC-QUEUE-SIGNAL-HIGH:CAPS"><link linkend="AGS-ASYNC-QUEUE-SIGNAL-HIGH:CAPS">AGS_ASYNC_QUEUE_SIGNAL_HIGH</link>, macro in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-ASYNC-QUEUE-SIGNAL-LOW:CAPS"><link linkend="AGS-ASYNC-QUEUE-SIGNAL-LOW:CAPS">AGS_ASYNC_QUEUE_SIGNAL_LOW</link>, macro in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-async-queue-worker"><link linkend="ags-async-queue-worker">ags_async_queue_worker</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAttack"><link linkend="AgsAttack">AgsAttack</link>, struct in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAttackFlags"><link linkend="AgsAttackFlags">AgsAttackFlags</link>, enum in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudio"><link linkend="AgsAudio">AgsAudio</link>, struct in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioClass"><link linkend="AgsAudioClass">AgsAudioClass</link>, struct in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioFile"><link linkend="AgsAudioFile">AgsAudioFile</link>, struct in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioFileClass"><link linkend="AgsAudioFileClass">AgsAudioFileClass</link>, struct in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioFileXml"><link linkend="AgsAudioFileXml">AgsAudioFileXml</link>, struct in <link linkend="ags-AgsAudioFileXml">AgsAudioFileXml</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioFileXmlClass"><link linkend="AgsAudioFileXmlClass">AgsAudioFileXmlClass</link>, struct in <link linkend="ags-AgsAudioFileXml">AgsAudioFileXml</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioFlags"><link linkend="AgsAudioFlags">AgsAudioFlags</link>, enum in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioLoop"><link linkend="AgsAudioLoop">AgsAudioLoop</link>, struct in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioLoopClass"><link linkend="AgsAudioLoopClass">AgsAudioLoopClass</link>, struct in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioLoopFlags"><link linkend="AgsAudioLoopFlags">AgsAudioLoopFlags</link>, enum in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioPreferences"><link linkend="AgsAudioPreferences">AgsAudioPreferences</link>, struct in <link linkend="ags-AgsAudioPreferences">AgsAudioPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioPreferencesClass"><link linkend="AgsAudioPreferencesClass">AgsAudioPreferencesClass</link>, struct in <link linkend="ags-AgsAudioPreferences">AgsAudioPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioSetRecycling"><link linkend="AgsAudioSetRecycling">AgsAudioSetRecycling</link>, struct in <link linkend="ags-AgsAudioSetRecycling">AgsAudioSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioSetRecyclingClass"><link linkend="AgsAudioSetRecyclingClass">AgsAudioSetRecyclingClass</link>, struct in <link linkend="ags-AgsAudioSetRecycling">AgsAudioSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioSignal"><link linkend="AgsAudioSignal">AgsAudioSignal</link>, struct in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioSignalClass"><link linkend="AgsAudioSignalClass">AgsAudioSignalClass</link>, struct in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAudioSignalFlags"><link linkend="AgsAudioSignalFlags">AgsAudioSignalFlags</link>, enum in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-add-recall"><link linkend="ags-audio-add-recall">ags_audio_add_recall</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-add-recall-container"><link linkend="ags-audio-add-recall-container">ags_audio_add_recall_container</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-add-recall-id"><link linkend="ags-audio-add-recall-id">ags_audio_add_recall_id</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-cancel"><link linkend="ags-audio-cancel">ags_audio_cancel</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-done"><link linkend="ags-audio-done">ags_audio_done</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-duplicate-recall"><link linkend="ags-audio-duplicate-recall">ags_audio_duplicate_recall</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-close"><link linkend="ags-audio-file-close">ags_audio_file_close</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-flush"><link linkend="ags-audio-file-flush">ags_audio_file_flush</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-new"><link linkend="ags-audio-file-new">ags_audio_file_new</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-open"><link linkend="ags-audio-file-open">ags_audio_file_open</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-open-from-data"><link linkend="ags-audio-file-open-from-data">ags_audio_file_open_from_data</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-read-audio-signal"><link linkend="ags-audio-file-read-audio-signal">ags_audio_file_read_audio_signal</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-rw-open"><link linkend="ags-audio-file-rw-open">ags_audio_file_rw_open</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-seek"><link linkend="ags-audio-file-seek">ags_audio_file_seek</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-write"><link linkend="ags-audio-file-write">ags_audio_file_write</link>, function in <link linkend="ags-AgsAudioFile">AgsAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-file-xml-new"><link linkend="ags-audio-file-xml-new">ags_audio_file_xml_new</link>, function in <link linkend="ags-AgsAudioFileXml">AgsAudioFileXml</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-init-recall"><link linkend="ags-audio-init-recall">ags_audio_init_recall</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-init-run"><link linkend="ags-audio-init-run">ags_audio_init_run</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-is-playing"><link linkend="ags-audio-is-playing">ags_audio_is_playing</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-add-audio"><link linkend="ags-audio-loop-add-audio">ags_audio_loop_add_audio</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-add-channel"><link linkend="ags-audio-loop-add-channel">ags_audio_loop_add_channel</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-add-recall"><link linkend="ags-audio-loop-add-recall">ags_audio_loop_add_recall</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-AUDIO-LOOP-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-AUDIO-LOOP-DEFAULT-JIFFIE:CAPS">AGS_AUDIO_LOOP_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-new"><link linkend="ags-audio-loop-new">ags_audio_loop_new</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-remove-audio"><link linkend="ags-audio-loop-remove-audio">ags_audio_loop_remove_audio</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-remove-channel"><link linkend="ags-audio-loop-remove-channel">ags_audio_loop_remove_channel</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-loop-remove-recall"><link linkend="ags-audio-loop-remove-recall">ags_audio_loop_remove_recall</link>, function in <link linkend="ags-AgsAudioLoop">AgsAudioLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-new"><link linkend="ags-audio-new">ags_audio_new</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-open-files"><link linkend="ags-audio-open-files">ags_audio_open_files</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-play"><link linkend="ags-audio-play">ags_audio_play</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-preferences-audio-channels-changed"><link linkend="ags-audio-preferences-audio-channels-changed">ags_audio_preferences_audio_channels_changed</link>, function in <link linkend="ags-ags-audio-preferences-callbacks">ags_audio_preferences_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-preferences-buffer-size-changed"><link linkend="ags-audio-preferences-buffer-size-changed">ags_audio_preferences_buffer_size_changed</link>, function in <link linkend="ags-ags-audio-preferences-callbacks">ags_audio_preferences_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-preferences-card-changed-callback"><link linkend="ags-audio-preferences-card-changed-callback">ags_audio_preferences_card_changed_callback</link>, function in <link linkend="ags-ags-audio-preferences-callbacks">ags_audio_preferences_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-preferences-new"><link linkend="ags-audio-preferences-new">ags_audio_preferences_new</link>, function in <link linkend="ags-AgsAudioPreferences">AgsAudioPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-preferences-samplerate-changed"><link linkend="ags-audio-preferences-samplerate-changed">ags_audio_preferences_samplerate_changed</link>, function in <link linkend="ags-ags-audio-preferences-callbacks">ags_audio_preferences_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-recall-change-state"><link linkend="ags-audio-recall-change-state">ags_audio_recall_change_state</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-recursive-play-init"><link linkend="ags-audio-recursive-play-init">ags_audio_recursive_play_init</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-remove-recall"><link linkend="ags-audio-remove-recall">ags_audio_remove_recall</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-remove-recall-container"><link linkend="ags-audio-remove-recall-container">ags_audio_remove_recall_container</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-remove-recall-id"><link linkend="ags-audio-remove-recall-id">ags_audio_remove_recall_id</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-resolve-recall"><link linkend="ags-audio-resolve-recall">ags_audio_resolve_recall</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-audio-channels"><link linkend="ags-audio-set-audio-channels">ags_audio_set_audio_channels</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-devout"><link linkend="ags-audio-set-devout">ags_audio_set_devout</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-flags"><link linkend="ags-audio-set-flags">ags_audio_set_flags</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-pads"><link linkend="ags-audio-set-pads">ags_audio_set_pads</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-recycling-new"><link linkend="ags-audio-set-recycling-new">ags_audio_set_recycling_new</link>, function in <link linkend="ags-AgsAudioSetRecycling">AgsAudioSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-set-sequence-length"><link linkend="ags-audio-set-sequence-length">ags_audio_set_sequence_length</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-add-stream"><link linkend="ags-audio-signal-add-stream">ags_audio_signal_add_stream</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-copy-buffer-to-buffer"><link linkend="ags-audio-signal-copy-buffer-to-buffer">ags_audio_signal_copy_buffer_to_buffer</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-copy-buffer-to-double-buffer"><link linkend="ags-audio-signal-copy-buffer-to-double-buffer">ags_audio_signal_copy_buffer_to_double_buffer</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-copy-double-buffer-to-buffer"><link linkend="ags-audio-signal-copy-double-buffer-to-buffer">ags_audio_signal_copy_double_buffer_to_buffer</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-duplicate-stream"><link linkend="ags-audio-signal-duplicate-stream">ags_audio_signal_duplicate_stream</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-get-by-recall-id"><link linkend="ags-audio-signal-get-by-recall-id">ags_audio_signal_get_by_recall_id</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-get-length-till-current"><link linkend="ags-audio-signal-get-length-till-current">ags_audio_signal_get_length_till_current</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-get-stream-current"><link linkend="ags-audio-signal-get-stream-current">ags_audio_signal_get_stream_current</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-get-template"><link linkend="ags-audio-signal-get-template">ags_audio_signal_get_template</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-morph-samplerate"><link linkend="ags-audio-signal-morph-samplerate">ags_audio_signal_morph_samplerate</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-new"><link linkend="ags-audio-signal-new">ags_audio_signal_new</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-new-with-length"><link linkend="ags-audio-signal-new-with-length">ags_audio_signal_new_with_length</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-realloc-buffer-size"><link linkend="ags-audio-signal-realloc-buffer-size">ags_audio_signal_realloc_buffer_size</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-scale"><link linkend="ags-audio-signal-scale">ags_audio_signal_scale</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-stream-resize"><link linkend="ags-audio-signal-stream-resize">ags_audio_signal_stream_resize</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-stream-safe-resize"><link linkend="ags-audio-signal-stream-safe-resize">ags_audio_signal_stream_safe_resize</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-signal-tile"><link linkend="ags-audio-signal-tile">ags_audio_signal_tile</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-tact"><link linkend="ags-audio-tact">ags_audio_tact</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-audio-unset-flags"><link linkend="ags-audio-unset-flags">ags_audio_unset_flags</link>, function in <link linkend="ags-AgsAudio">AgsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAutosaveThread"><link linkend="AgsAutosaveThread">AgsAutosaveThread</link>, struct in <link linkend="ags-AgsAutosaveThread">AgsAutosaveThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsAutosaveThreadClass"><link linkend="AgsAutosaveThreadClass">AgsAutosaveThreadClass</link>, struct in <link linkend="ags-AgsAutosaveThread">AgsAutosaveThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-AUTOSAVE-THREAD-DEFAULT-FILENAME:CAPS"><link linkend="AGS-AUTOSAVE-THREAD-DEFAULT-FILENAME:CAPS">AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME</link>, macro in <link linkend="ags-AgsAutosaveThread">AgsAutosaveThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-AUTOSAVE-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-AUTOSAVE-THREAD-DEFAULT-JIFFIE:CAPS">AGS_AUTOSAVE_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsAutosaveThread">AgsAutosaveThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-autosave-thread-new"><link linkend="ags-autosave-thread-new">ags_autosave_thread_new</link>, function in <link linkend="ags-AgsAutosaveThread">AgsAutosaveThread</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>B</title>
-<indexentry><primaryie linkends="AgsBufferAudioSignal"><link linkend="AgsBufferAudioSignal">AgsBufferAudioSignal</link>, struct in <link linkend="ags-AgsBufferAudioSignal">AgsBufferAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferAudioSignalClass"><link linkend="AgsBufferAudioSignalClass">AgsBufferAudioSignalClass</link>, struct in <link linkend="ags-AgsBufferAudioSignal">AgsBufferAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferChannel"><link linkend="AgsBufferChannel">AgsBufferChannel</link>, struct in <link linkend="ags-AgsBufferChannel">AgsBufferChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferChannelClass"><link linkend="AgsBufferChannelClass">AgsBufferChannelClass</link>, struct in <link linkend="ags-AgsBufferChannel">AgsBufferChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferChannelRun"><link linkend="AgsBufferChannelRun">AgsBufferChannelRun</link>, struct in <link linkend="ags-AgsBufferChannelRun">AgsBufferChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferChannelRunClass"><link linkend="AgsBufferChannelRunClass">AgsBufferChannelRunClass</link>, struct in <link linkend="ags-AgsBufferChannelRun">AgsBufferChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferRecycling"><link linkend="AgsBufferRecycling">AgsBufferRecycling</link>, struct in <link linkend="ags-AgsBufferRecycling">AgsBufferRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsBufferRecyclingClass"><link linkend="AgsBufferRecyclingClass">AgsBufferRecyclingClass</link>, struct in <link linkend="ags-AgsBufferRecycling">AgsBufferRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-buffer-audio-signal-new"><link linkend="ags-buffer-audio-signal-new">ags_buffer_audio_signal_new</link>, function in <link linkend="ags-AgsBufferAudioSignal">AgsBufferAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-buffer-channel-new"><link linkend="ags-buffer-channel-new">ags_buffer_channel_new</link>, function in <link linkend="ags-AgsBufferChannel">AgsBufferChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-buffer-channel-run-new"><link linkend="ags-buffer-channel-run-new">ags_buffer_channel_run_new</link>, function in <link linkend="ags-AgsBufferChannelRun">AgsBufferChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-buffer-recycling-new"><link linkend="ags-buffer-recycling-new">ags_buffer_recycling_new</link>, function in <link linkend="ags-AgsBufferRecycling">AgsBufferRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-BUILD-ID:CAPS"><link linkend="AGS-BUILD-ID:CAPS">AGS_BUILD_ID</link>, macro in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>C</title>
-<indexentry><primaryie linkends="AgsCancelAudio"><link linkend="AgsCancelAudio">AgsCancelAudio</link>, struct in <link linkend="ags-AgsCancelAudio">AgsCancelAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCancelAudioClass"><link linkend="AgsCancelAudioClass">AgsCancelAudioClass</link>, struct in <link linkend="ags-AgsCancelAudio">AgsCancelAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCancelChannel"><link linkend="AgsCancelChannel">AgsCancelChannel</link>, struct in <link linkend="ags-AgsCancelChannel">AgsCancelChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCancelChannelClass"><link linkend="AgsCancelChannelClass">AgsCancelChannelClass</link>, struct in <link linkend="ags-AgsCancelChannel">AgsCancelChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCancelRecall"><link linkend="AgsCancelRecall">AgsCancelRecall</link>, struct in <link linkend="ags-AgsCancelRecall">AgsCancelRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCancelRecallClass"><link linkend="AgsCancelRecallClass">AgsCancelRecallClass</link>, struct in <link linkend="ags-AgsCancelRecall">AgsCancelRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-cancel-audio-new"><link linkend="ags-cancel-audio-new">ags_cancel_audio_new</link>, function in <link linkend="ags-AgsCancelAudio">AgsCancelAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-cancel-channel-new"><link linkend="ags-cancel-channel-new">ags_cancel_channel_new</link>, function in <link linkend="ags-AgsCancelChannel">AgsCancelChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-cancel-recall-new"><link linkend="ags-cancel-recall-new">ags_cancel_recall_new</link>, function in <link linkend="ags-AgsCancelRecall">AgsCancelRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCartesian"><link linkend="AgsCartesian">AgsCartesian</link>, struct in <link linkend="ags-AgsCartesian">AgsCartesian</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCartesianClass"><link linkend="AgsCartesianClass">AgsCartesianClass</link>, struct in <link linkend="ags-AgsCartesian">AgsCartesian</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-cartesian-new"><link linkend="ags-cartesian-new">ags_cartesian_new</link>, function in <link linkend="ags-AgsCartesian">AgsCartesian</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChangeIndicator"><link linkend="AgsChangeIndicator">AgsChangeIndicator</link>, struct in <link linkend="ags-AgsChangeIndicator">AgsChangeIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChangeIndicatorClass"><link linkend="AgsChangeIndicatorClass">AgsChangeIndicatorClass</link>, struct in <link linkend="ags-AgsChangeIndicator">AgsChangeIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChangeTact"><link linkend="AgsChangeTact">AgsChangeTact</link>, struct in <link linkend="ags-AgsChangeTact">AgsChangeTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChangeTactClass"><link linkend="AgsChangeTactClass">AgsChangeTactClass</link>, struct in <link linkend="ags-AgsChangeTact">AgsChangeTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-change-indicator-new"><link linkend="ags-change-indicator-new">ags_change_indicator_new</link>, function in <link linkend="ags-AgsChangeIndicator">AgsChangeIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-change-tact-new"><link linkend="ags-change-tact-new">ags_change_tact_new</link>, function in <link linkend="ags-AgsChangeTact">AgsChangeTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannel"><link linkend="AgsChannel">AgsChannel</link>, struct in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelClass"><link linkend="AgsChannelClass">AgsChannelClass</link>, struct in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelError"><link linkend="AgsChannelError">AgsChannelError</link>, enum in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelFlags"><link linkend="AgsChannelFlags">AgsChannelFlags</link>, enum in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelIter"><link linkend="AgsChannelIter">AgsChannelIter</link>, struct in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelIterFlags"><link linkend="AgsChannelIterFlags">AgsChannelIterFlags</link>, enum in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelRecallIDMode"><link linkend="AgsChannelRecallIDMode">AgsChannelRecallIDMode</link>, enum in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelSetRecycling"><link linkend="AgsChannelSetRecycling">AgsChannelSetRecycling</link>, struct in <link linkend="ags-AgsChannelSetRecycling">AgsChannelSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsChannelSetRecyclingClass"><link linkend="AgsChannelSetRecyclingClass">AgsChannelSetRecyclingClass</link>, struct in <link linkend="ags-AgsChannelSetRecycling">AgsChannelSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-add-recall"><link linkend="ags-channel-add-recall">ags_channel_add_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-add-recall-container"><link linkend="ags-channel-add-recall-container">ags_channel_add_recall_container</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-add-recall-id"><link linkend="ags-channel-add-recall-id">ags_channel_add_recall_id</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-cancel"><link linkend="ags-channel-cancel">ags_channel_cancel</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-done"><link linkend="ags-channel-done">ags_channel_done</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-duplicate-recall"><link linkend="ags-channel-duplicate-recall">ags_channel_duplicate_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CHANNEL-ERROR:CAPS"><link linkend="AGS-CHANNEL-ERROR:CAPS">AGS_CHANNEL_ERROR</link>, macro in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-error-quark"><link linkend="ags-channel-error-quark">ags_channel_error_quark</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-find-recall"><link linkend="ags-channel-find-recall">ags_channel_find_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-first"><link linkend="ags-channel-first">ags_channel_first</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-first-with-recycling"><link linkend="ags-channel-first-with-recycling">ags_channel_first_with_recycling</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-init-recall"><link linkend="ags-channel-init-recall">ags_channel_init_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-iter-alloc"><link linkend="ags-channel-iter-alloc">ags_channel_iter_alloc</link>, function in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-iter-free"><link linkend="ags-channel-iter-free">ags_channel_iter_free</link>, function in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-iter-next"><link linkend="ags-channel-iter-next">ags_channel_iter_next</link>, function in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-iter-prev"><link linkend="ags-channel-iter-prev">ags_channel_iter_prev</link>, function in <link linkend="ags-ags-channel-iter">ags_channel_iter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-last"><link linkend="ags-channel-last">ags_channel_last</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-last-with-recycling"><link linkend="ags-channel-last-with-recycling">ags_channel_last_with_recycling</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-new"><link linkend="ags-channel-new">ags_channel_new</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-nth"><link linkend="ags-channel-nth">ags_channel_nth</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-pad-first"><link linkend="ags-channel-pad-first">ags_channel_pad_first</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-pad-last"><link linkend="ags-channel-pad-last">ags_channel_pad_last</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-pad-nth"><link linkend="ags-channel-pad-nth">ags_channel_pad_nth</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-play"><link linkend="ags-channel-play">ags_channel_play</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recall-id-set"><link linkend="ags-channel-recall-id-set">ags_channel_recall_id_set</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recursive-play"><link linkend="ags-channel-recursive-play">ags_channel_recursive_play</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recursive-play-init"><link linkend="ags-channel-recursive-play-init">ags_channel_recursive_play_init</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recursive-play-threaded"><link linkend="ags-channel-recursive-play-threaded">ags_channel_recursive_play_threaded</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recursive-reset-recall-ids"><link linkend="ags-channel-recursive-reset-recall-ids">ags_channel_recursive_reset_recall_ids</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-recycling-changed"><link linkend="ags-channel-recycling-changed">ags_channel_recycling_changed</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-remove-recall"><link linkend="ags-channel-remove-recall">ags_channel_remove_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-remove-recall-id"><link linkend="ags-channel-remove-recall-id">ags_channel_remove_recall_id</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-resolve-recall"><link linkend="ags-channel-resolve-recall">ags_channel_resolve_recall</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-safe-resize-audio-signal"><link linkend="ags-channel-safe-resize-audio-signal">ags_channel_safe_resize_audio_signal</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-set-devout"><link linkend="ags-channel-set-devout">ags_channel_set_devout</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-set-link"><link linkend="ags-channel-set-link">ags_channel_set_link</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-set-recycling"><link linkend="ags-channel-set-recycling">ags_channel_set_recycling</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-set-recycling-new"><link linkend="ags-channel-set-recycling-new">ags_channel_set_recycling_new</link>, function in <link linkend="ags-AgsChannelSetRecycling">AgsChannelSetRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-channel-tillrecycling-cancel"><link linkend="ags-channel-tillrecycling-cancel">ags_channel_tillrecycling_cancel</link>, function in <link linkend="ags-AgsChannel">AgsChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CLIPBOARD-DEFAULT-VERSION:CAPS"><link linkend="AGS-CLIPBOARD-DEFAULT-VERSION:CAPS">AGS_CLIPBOARD_DEFAULT_VERSION</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCloneChannel"><link linkend="AgsCloneChannel">AgsCloneChannel</link>, struct in <link linkend="ags-AgsCloneChannel">AgsCloneChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCloneChannelClass"><link linkend="AgsCloneChannelClass">AgsCloneChannelClass</link>, struct in <link linkend="ags-AgsCloneChannel">AgsCloneChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCloneChannelRun"><link linkend="AgsCloneChannelRun">AgsCloneChannelRun</link>, struct in <link linkend="ags-AgsCloneChannelRun">AgsCloneChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCloneChannelRunClass"><link linkend="AgsCloneChannelRunClass">AgsCloneChannelRunClass</link>, struct in <link linkend="ags-AgsCloneChannelRun">AgsCloneChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-clone-channel-new"><link linkend="ags-clone-channel-new">ags_clone_channel_new</link>, function in <link linkend="ags-AgsCloneChannel">AgsCloneChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-clone-channel-run-new"><link linkend="ags-clone-channel-run-new">ags_clone_channel_run_new</link>, function in <link linkend="ags-AgsCloneChannelRun">AgsCloneChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-combo-box-text-remove-all"><link linkend="ags-combo-box-text-remove-all">ags_combo_box_text_remove_all</link>, function in <link linkend="ags-ags-combo-box-text">ags_combo_box_text</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsConfig"><link linkend="AgsConfig">AgsConfig</link>, struct in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsConfigClass"><link linkend="AgsConfigClass">AgsConfigClass</link>, struct in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CONFIG-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-CONFIG-DEFAULT-BUILD-ID:CAPS">AGS_CONFIG_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CONFIG-DEFAULT-VERSION:CAPS"><link linkend="AGS-CONFIG-DEFAULT-VERSION:CAPS">AGS_CONFIG_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CONFIG-DEVOUT:CAPS"><link linkend="AGS-CONFIG-DEVOUT:CAPS">AGS_CONFIG_DEVOUT</link>, macro in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-get"><link linkend="ags-config-get">ags_config_get</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-load-defaults"><link linkend="ags-config-load-defaults">ags_config_load_defaults</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-load-from-file"><link linkend="ags-config-load-from-file">ags_config_load_from_file</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-new"><link linkend="ags-config-new">ags_config_new</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-save"><link linkend="ags-config-save">ags_config_save</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-config-set"><link linkend="ags-config-set">ags_config_set</link>, function in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-CONFIG-THREAD:CAPS"><link linkend="AGS-CONFIG-THREAD:CAPS">AGS_CONFIG_THREAD</link>, macro in <link linkend="ags-AgsConfig">AgsConfig</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-container-add-all"><link linkend="ags-container-add-all">ags_container_add_all</link>, function in <link linkend="ags-ags-container">ags_container</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsContext"><link linkend="AgsContext">AgsContext</link>, struct in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-context-alloc"><link linkend="ags-context-alloc">ags_context_alloc</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyAudioSignal"><link linkend="AgsCopyAudioSignal">AgsCopyAudioSignal</link>, struct in <link linkend="ags-AgsCopyAudioSignal">AgsCopyAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyAudioSignalClass"><link linkend="AgsCopyAudioSignalClass">AgsCopyAudioSignalClass</link>, struct in <link linkend="ags-AgsCopyAudioSignal">AgsCopyAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyChannel"><link linkend="AgsCopyChannel">AgsCopyChannel</link>, struct in <link linkend="ags-AgsCopyChannel">AgsCopyChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyChannelClass"><link linkend="AgsCopyChannelClass">AgsCopyChannelClass</link>, struct in <link linkend="ags-AgsCopyChannel">AgsCopyChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyChannelRun"><link linkend="AgsCopyChannelRun">AgsCopyChannelRun</link>, struct in <link linkend="ags-AgsCopyChannelRun">AgsCopyChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyChannelRunClass"><link linkend="AgsCopyChannelRunClass">AgsCopyChannelRunClass</link>, struct in <link linkend="ags-AgsCopyChannelRun">AgsCopyChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyChannelRunFlags"><link linkend="AgsCopyChannelRunFlags">AgsCopyChannelRunFlags</link>, enum in <link linkend="ags-AgsCopyChannelRun">AgsCopyChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyNotationAudio"><link linkend="AgsCopyNotationAudio">AgsCopyNotationAudio</link>, struct in <link linkend="ags-AgsCopyNotationAudio">AgsCopyNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyNotationAudioClass"><link linkend="AgsCopyNotationAudioClass">AgsCopyNotationAudioClass</link>, struct in <link linkend="ags-AgsCopyNotationAudio">AgsCopyNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyNotationAudioFlags"><link linkend="AgsCopyNotationAudioFlags">AgsCopyNotationAudioFlags</link>, enum in <link linkend="ags-AgsCopyNotationAudio">AgsCopyNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyNotationAudioRun"><link linkend="AgsCopyNotationAudioRun">AgsCopyNotationAudioRun</link>, struct in <link linkend="ags-AgsCopyNotationAudioRun">AgsCopyNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyNotationAudioRunClass"><link linkend="AgsCopyNotationAudioRunClass">AgsCopyNotationAudioRunClass</link>, struct in <link linkend="ags-AgsCopyNotationAudioRun">AgsCopyNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternAudio"><link linkend="AgsCopyPatternAudio">AgsCopyPatternAudio</link>, struct in <link linkend="ags-AgsCopyPatternAudio">AgsCopyPatternAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternAudioClass"><link linkend="AgsCopyPatternAudioClass">AgsCopyPatternAudioClass</link>, struct in <link linkend="ags-AgsCopyPatternAudio">AgsCopyPatternAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternAudioRun"><link linkend="AgsCopyPatternAudioRun">AgsCopyPatternAudioRun</link>, struct in <link linkend="ags-AgsCopyPatternAudioRun">AgsCopyPatternAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternAudioRunClass"><link linkend="AgsCopyPatternAudioRunClass">AgsCopyPatternAudioRunClass</link>, struct in <link linkend="ags-AgsCopyPatternAudioRun">AgsCopyPatternAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternChannel"><link linkend="AgsCopyPatternChannel">AgsCopyPatternChannel</link>, struct in <link linkend="ags-AgsCopyPatternChannel">AgsCopyPatternChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternChannelClass"><link linkend="AgsCopyPatternChannelClass">AgsCopyPatternChannelClass</link>, struct in <link linkend="ags-AgsCopyPatternChannel">AgsCopyPatternChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternChannelRun"><link linkend="AgsCopyPatternChannelRun">AgsCopyPatternChannelRun</link>, struct in <link linkend="ags-AgsCopyPatternChannelRun">AgsCopyPatternChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyPatternChannelRunClass"><link linkend="AgsCopyPatternChannelRunClass">AgsCopyPatternChannelRunClass</link>, struct in <link linkend="ags-AgsCopyPatternChannelRun">AgsCopyPatternChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyRecycling"><link linkend="AgsCopyRecycling">AgsCopyRecycling</link>, struct in <link linkend="ags-AgsCopyRecycling">AgsCopyRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCopyRecyclingClass"><link linkend="AgsCopyRecyclingClass">AgsCopyRecyclingClass</link>, struct in <link linkend="ags-AgsCopyRecycling">AgsCopyRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-audio-signal-new"><link linkend="ags-copy-audio-signal-new">ags_copy_audio_signal_new</link>, function in <link linkend="ags-AgsCopyAudioSignal">AgsCopyAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-channel-new"><link linkend="ags-copy-channel-new">ags_copy_channel_new</link>, function in <link linkend="ags-AgsCopyChannel">AgsCopyChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-channel-run-new"><link linkend="ags-copy-channel-run-new">ags_copy_channel_run_new</link>, function in <link linkend="ags-AgsCopyChannelRun">AgsCopyChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-notation-audio-new"><link linkend="ags-copy-notation-audio-new">ags_copy_notation_audio_new</link>, function in <link linkend="ags-AgsCopyNotationAudio">AgsCopyNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-notation-audio-run-new"><link linkend="ags-copy-notation-audio-run-new">ags_copy_notation_audio_run_new</link>, function in <link linkend="ags-AgsCopyNotationAudioRun">AgsCopyNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-pattern-audio-new"><link linkend="ags-copy-pattern-audio-new">ags_copy_pattern_audio_new</link>, function in <link linkend="ags-AgsCopyPatternAudio">AgsCopyPatternAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-pattern-audio-run-new"><link linkend="ags-copy-pattern-audio-run-new">ags_copy_pattern_audio_run_new</link>, function in <link linkend="ags-AgsCopyPatternAudioRun">AgsCopyPatternAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-pattern-channel-new"><link linkend="ags-copy-pattern-channel-new">ags_copy_pattern_channel_new</link>, function in <link linkend="ags-AgsCopyPatternChannel">AgsCopyPatternChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-pattern-channel-run-new"><link linkend="ags-copy-pattern-channel-run-new">ags_copy_pattern_channel_run_new</link>, function in <link linkend="ags-AgsCopyPatternChannelRun">AgsCopyPatternChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-pattern-channel-template-find-source-and-destination"><link linkend="ags-copy-pattern-channel-template-find-source-and-destination">ags_copy_pattern_channel_template_find_source_and_destination</link>, function in <link linkend="ags-AgsCopyPatternChannel">AgsCopyPatternChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-copy-recycling-new"><link linkend="ags-copy-recycling-new">ags_copy_recycling_new</link>, function in <link linkend="ags-AgsCopyRecycling">AgsCopyRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountable"><link linkend="AgsCountable">AgsCountable</link>, typedef in <link linkend="ags-AgsCountable">AgsCountable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountableInterface"><link linkend="AgsCountableInterface">AgsCountableInterface</link>, struct in <link linkend="ags-AgsCountable">AgsCountable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-countable-get-notation-counter"><link linkend="ags-countable-get-notation-counter">ags_countable_get_notation_counter</link>, function in <link linkend="ags-AgsCountable">AgsCountable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-countable-get-sequencer-counter"><link linkend="ags-countable-get-sequencer-counter">ags_countable_get_sequencer_counter</link>, function in <link linkend="ags-AgsCountable">AgsCountable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountBeatsAudio"><link linkend="AgsCountBeatsAudio">AgsCountBeatsAudio</link>, struct in <link linkend="ags-AgsCountBeatsAudio">AgsCountBeatsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountBeatsAudioClass"><link linkend="AgsCountBeatsAudioClass">AgsCountBeatsAudioClass</link>, struct in <link linkend="ags-AgsCountBeatsAudio">AgsCountBeatsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountBeatsAudioRun"><link linkend="AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link>, struct in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsCountBeatsAudioRunClass"><link linkend="AgsCountBeatsAudioRunClass">AgsCountBeatsAudioRunClass</link>, struct in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-new"><link linkend="ags-count-beats-audio-new">ags_count_beats_audio_new</link>, function in <link linkend="ags-AgsCountBeatsAudio">AgsCountBeatsAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-new"><link linkend="ags-count-beats-audio-run-new">ags_count_beats_audio_run_new</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-notation-loop"><link linkend="ags-count-beats-audio-run-notation-loop">ags_count_beats_audio_run_notation_loop</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-notation-start"><link linkend="ags-count-beats-audio-run-notation-start">ags_count_beats_audio_run_notation_start</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-notation-stop"><link linkend="ags-count-beats-audio-run-notation-stop">ags_count_beats_audio_run_notation_stop</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-sequencer-loop"><link linkend="ags-count-beats-audio-run-sequencer-loop">ags_count_beats_audio_run_sequencer_loop</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-sequencer-start"><link linkend="ags-count-beats-audio-run-sequencer-start">ags_count_beats_audio_run_sequencer_start</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-count-beats-audio-run-sequencer-stop"><link linkend="ags-count-beats-audio-run-sequencer-stop">ags_count_beats_audio_run_sequencer_stop</link>, function in <link linkend="ags-AgsCountBeatsAudioRun">AgsCountBeatsAudioRun</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>D</title>
-<indexentry><primaryie linkends="ags-default-log"><link linkend="ags-default-log">ags_default_log</link>, macro in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDelayAudio"><link linkend="AgsDelayAudio">AgsDelayAudio</link>, struct in <link linkend="ags-AgsDelayAudio">AgsDelayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDelayAudioClass"><link linkend="AgsDelayAudioClass">AgsDelayAudioClass</link>, struct in <link linkend="ags-AgsDelayAudio">AgsDelayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDelayAudioRun"><link linkend="AgsDelayAudioRun">AgsDelayAudioRun</link>, struct in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDelayAudioRunClass"><link linkend="AgsDelayAudioRunClass">AgsDelayAudioRunClass</link>, struct in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-new"><link linkend="ags-delay-audio-new">ags_delay_audio_new</link>, function in <link linkend="ags-AgsDelayAudio">AgsDelayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-notation-duration-changed"><link linkend="ags-delay-audio-notation-duration-changed">ags_delay_audio_notation_duration_changed</link>, function in <link linkend="ags-AgsDelayAudio">AgsDelayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-new"><link linkend="ags-delay-audio-run-new">ags_delay_audio_run_new</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-notation-alloc-input"><link linkend="ags-delay-audio-run-notation-alloc-input">ags_delay_audio_run_notation_alloc_input</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-notation-alloc-output"><link linkend="ags-delay-audio-run-notation-alloc-output">ags_delay_audio_run_notation_alloc_output</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-notation-count"><link linkend="ags-delay-audio-run-notation-count">ags_delay_audio_run_notation_count</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-sequencer-alloc-input"><link linkend="ags-delay-audio-run-sequencer-alloc-input">ags_delay_audio_run_sequencer_alloc_input</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-sequencer-alloc-output"><link linkend="ags-delay-audio-run-sequencer-alloc-output">ags_delay_audio_run_sequencer_alloc_output</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-run-sequencer-count"><link linkend="ags-delay-audio-run-sequencer-count">ags_delay_audio_run_sequencer_count</link>, function in <link linkend="ags-AgsDelayAudioRun">AgsDelayAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-delay-audio-sequencer-duration-changed"><link linkend="ags-delay-audio-sequencer-duration-changed">ags_delay_audio_sequencer_duration_changed</link>, function in <link linkend="ags-AgsDelayAudio">AgsDelayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevout"><link linkend="AgsDevout">AgsDevout</link>, struct in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutClass"><link linkend="AgsDevoutClass">AgsDevoutClass</link>, struct in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutError"><link linkend="AgsDevoutError">AgsDevoutError</link>, enum in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutFlags"><link linkend="AgsDevoutFlags">AgsDevoutFlags</link>, enum in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutPlay"><link linkend="AgsDevoutPlay">AgsDevoutPlay</link>, struct in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutPlayDomain"><link linkend="AgsDevoutPlayDomain">AgsDevoutPlayDomain</link>, struct in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutPlayFlags"><link linkend="AgsDevoutPlayFlags">AgsDevoutPlayFlags</link>, enum in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutResolutionMode"><link linkend="AgsDevoutResolutionMode">AgsDevoutResolutionMode</link>, enum in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutThread"><link linkend="AgsDevoutThread">AgsDevoutThread</link>, struct in <link linkend="ags-AgsDevoutThread">AgsDevoutThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDevoutThreadClass"><link linkend="AgsDevoutThreadClass">AgsDevoutThreadClass</link>, struct in <link linkend="ags-AgsDevoutThread">AgsDevoutThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-BPM:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-BPM:CAPS">AGS_DEVOUT_DEFAULT_BPM</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-BUFFER-SIZE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-BUFFER-SIZE:CAPS">AGS_DEVOUT_DEFAULT_BUFFER_SIZE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-DELAY:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-DELAY:CAPS">AGS_DEVOUT_DEFAULT_DELAY</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-FORMAT:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-FORMAT:CAPS">AGS_DEVOUT_DEFAULT_FORMAT</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-JIFFIE:CAPS">AGS_DEVOUT_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-SAMPLERATE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-SAMPLERATE:CAPS">AGS_DEVOUT_DEFAULT_SAMPLERATE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-SCALE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-SCALE:CAPS">AGS_DEVOUT_DEFAULT_SCALE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-TACT:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-TACT:CAPS">AGS_DEVOUT_DEFAULT_TACT</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-TACTRATE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-TACTRATE:CAPS">AGS_DEVOUT_DEFAULT_TACTRATE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-DEFAULT-TACT-JIFFIE:CAPS"><link linkend="AGS-DEVOUT-DEFAULT-TACT-JIFFIE:CAPS">AGS_DEVOUT_DEFAULT_TACT_JIFFIE</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-ERROR:CAPS"><link linkend="AGS-DEVOUT-ERROR:CAPS">AGS_DEVOUT_ERROR</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-error-quark"><link linkend="ags-devout-error-quark">ags_devout_error_quark</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-list-cards"><link linkend="ags-devout-list-cards">ags_devout_list_cards</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-new"><link linkend="ags-devout-new">ags_devout_new</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-note-offset-changed"><link linkend="ags-devout-note-offset-changed">ags_devout_note_offset_changed</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-pcm-info"><link linkend="ags-devout-pcm-info">ags_devout_pcm_info</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-PLAY:CAPS"><link linkend="AGS-DEVOUT-PLAY:CAPS">AGS_DEVOUT_PLAY</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-play-alloc"><link linkend="ags-devout-play-alloc">ags_devout_play_alloc</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-PLAY-DOMAIN:CAPS"><link linkend="AGS-DEVOUT-PLAY-DOMAIN:CAPS">AGS_DEVOUT_PLAY_DOMAIN</link>, macro in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-play-domain-alloc"><link linkend="ags-devout-play-domain-alloc">ags_devout_play_domain_alloc</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-play-domain-free"><link linkend="ags-devout-play-domain-free">ags_devout_play_domain_free</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-play-find-source"><link linkend="ags-devout-play-find-source">ags_devout_play_find_source</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-play-free"><link linkend="ags-devout-play-free">ags_devout_play_free</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DEVOUT-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-DEVOUT-THREAD-DEFAULT-JIFFIE:CAPS">AGS_DEVOUT_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsDevoutThread">AgsDevoutThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-thread-new"><link linkend="ags-devout-thread-new">ags_devout_thread_new</link>, function in <link linkend="ags-AgsDevoutThread">AgsDevoutThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-devout-tic"><link linkend="ags-devout-tic">ags_devout_tic</link>, function in <link linkend="ags-AgsDevout">AgsDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDial"><link linkend="AgsDial">AgsDial</link>, struct in <link linkend="ags-AgsDial">AgsDial</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDialClass"><link linkend="AgsDialClass">AgsDialClass</link>, struct in <link linkend="ags-AgsDial">AgsDial</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDialFlags"><link linkend="AgsDialFlags">AgsDialFlags</link>, enum in <link linkend="ags-AgsDial">AgsDial</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DIAL-DEFAULT-PRECISION:CAPS"><link linkend="AGS-DIAL-DEFAULT-PRECISION:CAPS">AGS_DIAL_DEFAULT_PRECISION</link>, macro in <link linkend="ags-AgsDial">AgsDial</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-dial-new"><link linkend="ags-dial-new">ags_dial_new</link>, function in <link linkend="ags-AgsDial">AgsDial</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDisplayTact"><link linkend="AgsDisplayTact">AgsDisplayTact</link>, struct in <link linkend="ags-AgsDisplayTact">AgsDisplayTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDisplayTactClass"><link linkend="AgsDisplayTactClass">AgsDisplayTactClass</link>, struct in <link linkend="ags-AgsDisplayTact">AgsDisplayTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-display-tact-new"><link linkend="ags-display-tact-new">ags_display_tact_new</link>, function in <link linkend="ags-AgsDisplayTact">AgsDisplayTact</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrum"><link linkend="AgsDrum">AgsDrum</link>, struct in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumClass"><link linkend="AgsDrumClass">AgsDrumClass</link>, struct in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumFlags"><link linkend="AgsDrumFlags">AgsDrumFlags</link>, enum in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumInputLine"><link linkend="AgsDrumInputLine">AgsDrumInputLine</link>, struct in <link linkend="ags-AgsDrumInputLine">AgsDrumInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumInputLineClass"><link linkend="AgsDrumInputLineClass">AgsDrumInputLineClass</link>, struct in <link linkend="ags-AgsDrumInputLine">AgsDrumInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumInputPad"><link linkend="AgsDrumInputPad">AgsDrumInputPad</link>, struct in <link linkend="ags-AgsDrumInputPad">AgsDrumInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumInputPadClass"><link linkend="AgsDrumInputPadClass">AgsDrumInputPadClass</link>, struct in <link linkend="ags-AgsDrumInputPad">AgsDrumInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumInputPadFlags"><link linkend="AgsDrumInputPadFlags">AgsDrumInputPadFlags</link>, enum in <link linkend="ags-AgsDrumInputPad">AgsDrumInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumOutputLine"><link linkend="AgsDrumOutputLine">AgsDrumOutputLine</link>, struct in <link linkend="ags-AgsDrumOutputLine">AgsDrumOutputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumOutputLineClass"><link linkend="AgsDrumOutputLineClass">AgsDrumOutputLineClass</link>, struct in <link linkend="ags-AgsDrumOutputLine">AgsDrumOutputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumOutputPad"><link linkend="AgsDrumOutputPad">AgsDrumOutputPad</link>, struct in <link linkend="ags-AgsDrumOutputPad">AgsDrumOutputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumOutputPadClass"><link linkend="AgsDrumOutputPadClass">AgsDrumOutputPadClass</link>, struct in <link linkend="ags-AgsDrumOutputPad">AgsDrumOutputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDrumOutputPadFlags"><link linkend="AgsDrumOutputPadFlags">AgsDrumOutputPadFlags</link>, enum in <link linkend="ags-AgsDrumOutputPad">AgsDrumOutputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-done-callback"><link linkend="ags-drum-done-callback">ags_drum_done_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-index0-callback"><link linkend="ags-drum-index0-callback">ags_drum_index0_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-index1-callback"><link linkend="ags-drum-index1-callback">ags_drum_index1_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-line-audio-set-pads-callback"><link linkend="ags-drum-input-line-audio-set-pads-callback">ags_drum_input_line_audio_set_pads_callback</link>, function in <link linkend="ags-ags-drum-input-line-callbacks">ags_drum_input_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-line-channel-done-callback"><link linkend="ags-drum-input-line-channel-done-callback">ags_drum_input_line_channel_done_callback</link>, function in <link linkend="ags-ags-drum-input-line-callbacks">ags_drum_input_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-line-map-recall"><link linkend="ags-drum-input-line-map-recall">ags_drum_input_line_map_recall</link>, function in <link linkend="ags-AgsDrumInputLine">AgsDrumInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-line-new"><link linkend="ags-drum-input-line-new">ags_drum_input_line_new</link>, function in <link linkend="ags-AgsDrumInputLine">AgsDrumInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-line-parent-set-callback"><link linkend="ags-drum-input-line-parent-set-callback">ags_drum_input_line_parent_set_callback</link>, function in <link linkend="ags-ags-drum-input-line-callbacks">ags_drum_input_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-pad-edit-callback"><link linkend="ags-drum-input-pad-edit-callback">ags_drum_input_pad_edit_callback</link>, function in <link linkend="ags-ags-drum-input-pad-callbacks">ags_drum_input_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-pad-new"><link linkend="ags-drum-input-pad-new">ags_drum_input_pad_new</link>, function in <link linkend="ags-AgsDrumInputPad">AgsDrumInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-pad-open-callback"><link linkend="ags-drum-input-pad-open-callback">ags_drum_input_pad_open_callback</link>, function in <link linkend="ags-ags-drum-input-pad-callbacks">ags_drum_input_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-input-pad-play-callback"><link linkend="ags-drum-input-pad-play-callback">ags_drum_input_pad_play_callback</link>, function in <link linkend="ags-ags-drum-input-pad-callbacks">ags_drum_input_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-length-spin-callback"><link linkend="ags-drum-length-spin-callback">ags_drum_length_spin_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-loop-button-callback"><link linkend="ags-drum-loop-button-callback">ags_drum_loop_button_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-new"><link linkend="ags-drum-new">ags_drum_new</link>, function in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-offset-callback"><link linkend="ags-drum-offset-callback">ags_drum_offset_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-open-callback"><link linkend="ags-drum-open-callback">ags_drum_open_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-line-add-default-recall"><link linkend="ags-drum-output-line-add-default-recall">ags_drum_output_line_add_default_recall</link>, function in <link linkend="ags-AgsDrumOutputLine">AgsDrumOutputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-line-new"><link linkend="ags-drum-output-line-new">ags_drum_output_line_new</link>, function in <link linkend="ags-AgsDrumOutputLine">AgsDrumOutputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-line-parent-set-callback"><link linkend="ags-drum-output-line-parent-set-callback">ags_drum_output_line_parent_set_callback</link>, function in <link linkend="ags-ags-drum-output-line-callbacks">ags_drum_output_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-pad-new"><link linkend="ags-drum-output-pad-new">ags_drum_output_pad_new</link>, function in <link linkend="ags-AgsDrumOutputPad">AgsDrumOutputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-pad-play-cancel"><link linkend="ags-drum-output-pad-play-cancel">ags_drum_output_pad_play_cancel</link>, function in <link linkend="ags-ags-drum-output-pad-callbacks">ags_drum_output_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-output-pad-play-done"><link linkend="ags-drum-output-pad-play-done">ags_drum_output_pad_play_done</link>, function in <link linkend="ags-ags-drum-output-pad-callbacks">ags_drum_output_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-pad-callback"><link linkend="ags-drum-pad-callback">ags_drum_pad_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-parent-set-callback"><link linkend="ags-drum-parent-set-callback">ags_drum_parent_set_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-DRUM-PATTERN-CONTROLS:CAPS"><link linkend="AGS-DRUM-PATTERN-CONTROLS:CAPS">AGS_DRUM_PATTERN_CONTROLS</link>, macro in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-set-pattern"><link linkend="ags-drum-set-pattern">ags_drum_set_pattern</link>, function in <link linkend="ags-AgsDrum">AgsDrum</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-drum-tact-callback"><link linkend="ags-drum-tact-callback">ags_drum_tact_callback</link>, function in <link linkend="ags-ags-drum-callbacks">ags_drum_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDynamicConnectable"><link linkend="AgsDynamicConnectable">AgsDynamicConnectable</link>, typedef in <link linkend="ags-AgsDynamicConnectable">AgsDynamicConnectable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsDynamicConnectableInterface"><link linkend="AgsDynamicConnectableInterface">AgsDynamicConnectableInterface</link>, struct in <link linkend="ags-AgsDynamicConnectable">AgsDynamicConnectable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-dynamic-connectable-connect"><link linkend="ags-dynamic-connectable-connect">ags_dynamic_connectable_connect</link>, function in <link linkend="ags-AgsDynamicConnectable">AgsDynamicConnectable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-dynamic-connectable-disconnect"><link linkend="ags-dynamic-connectable-disconnect">ags_dynamic_connectable_disconnect</link>, function in <link linkend="ags-AgsDynamicConnectable">AgsDynamicConnectable</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>E</title>
-<indexentry><primaryie linkends="ags-echo"><link linkend="ags-echo">ags_echo</link>, function in <link linkend="ags-ags-echo">ags_echo</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsEditor"><link linkend="AgsEditor">AgsEditor</link>, struct in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsEditorClass"><link linkend="AgsEditorClass">AgsEditorClass</link>, struct in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-change-position-callback"><link linkend="ags-editor-change-position-callback">ags_editor_change_position_callback</link>, function in <link linkend="ags-ags-editor-callbacks">ags_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EDITOR-DEFAULT:CAPS"><link linkend="AGS-EDITOR-DEFAULT:CAPS">AGS_EDITOR_DEFAULT</link>, macro in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EDITOR-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_EDITOR_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EDITOR-DEFAULT-VERSION:CAPS"><link linkend="AGS-EDITOR-DEFAULT-VERSION:CAPS">AGS_EDITOR_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-machine-changed"><link linkend="ags-editor-machine-changed">ags_editor_machine_changed</link>, function in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-machine-changed-callback"><link linkend="ags-editor-machine-changed-callback">ags_editor_machine_changed_callback</link>, function in <link linkend="ags-ags-editor-callbacks">ags_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-new"><link linkend="ags-editor-new">ags_editor_new</link>, function in <link linkend="ags-AgsEditor">AgsEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-parent-set-callback"><link linkend="ags-editor-parent-set-callback">ags_editor_parent_set_callback</link>, function in <link linkend="ags-ags-editor-callbacks">ags_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-set-audio-channels-callback"><link linkend="ags-editor-set-audio-channels-callback">ags_editor_set_audio_channels_callback</link>, function in <link linkend="ags-ags-editor-callbacks">ags_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-editor-set-pads-callback"><link linkend="ags-editor-set-pads-callback">ags_editor_set_pads_callback</link>, function in <link linkend="ags-ags-editor-callbacks">ags_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsEffect"><link linkend="AgsEffect">AgsEffect</link>, typedef in <link linkend="ags-AgsEffect">AgsEffect</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsEffectInterface"><link linkend="AgsEffectInterface">AgsEffectInterface</link>, struct in <link linkend="ags-AgsEffect">AgsEffect</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EFFECTS-DEFAULT-VERSION:CAPS"><link linkend="AGS-EFFECTS-DEFAULT-VERSION:CAPS">AGS_EFFECTS_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EFFECT-COPY-BUFFER:CAPS"><link linkend="AGS-EFFECT-COPY-BUFFER:CAPS">AGS_EFFECT_COPY_BUFFER</link>, macro in <link linkend="ags-ags-effect">ags_effect</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EFFECT-COPY-STREAM:CAPS"><link linkend="AGS-EFFECT-COPY-STREAM:CAPS">AGS_EFFECT_COPY_STREAM</link>, macro in <link linkend="ags-ags-effect">ags_effect</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EFFECT-DOWN-MIX:CAPS"><link linkend="AGS-EFFECT-DOWN-MIX:CAPS">AGS_EFFECT_DOWN_MIX</link>, macro in <link linkend="ags-ags-effect">ags_effect</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpander"><link linkend="AgsExpander">AgsExpander</link>, struct in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderChild"><link linkend="AgsExpanderChild">AgsExpanderChild</link>, struct in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderClass"><link linkend="AgsExpanderClass">AgsExpanderClass</link>, struct in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderFlags"><link linkend="AgsExpanderFlags">AgsExpanderFlags</link>, enum in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderSet"><link linkend="AgsExpanderSet">AgsExpanderSet</link>, struct in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderSetChild"><link linkend="AgsExpanderSetChild">AgsExpanderSetChild</link>, struct in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderSetClass"><link linkend="AgsExpanderSetClass">AgsExpanderSetClass</link>, struct in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExpanderSetFlags"><link linkend="AgsExpanderSetFlags">AgsExpanderSetFlags</link>, enum in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-add"><link linkend="ags-expander-add">ags_expander_add</link>, function in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EXPANDER-CHILD:CAPS"><link linkend="AGS-EXPANDER-CHILD:CAPS">AGS_EXPANDER_CHILD</link>, macro in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-child-alloc"><link linkend="ags-expander-child-alloc">ags_expander_child_alloc</link>, function in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-child-find"><link linkend="ags-expander-child-find">ags_expander_child_find</link>, function in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-new"><link linkend="ags-expander-new">ags_expander_new</link>, function in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-remove"><link linkend="ags-expander-remove">ags_expander_remove</link>, function in <link linkend="ags-AgsExpander">AgsExpander</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-add"><link linkend="ags-expander-set-add">ags_expander_set_add</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EXPANDER-SET-CHILD:CAPS"><link linkend="AGS-EXPANDER-SET-CHILD:CAPS">AGS_EXPANDER_SET_CHILD</link>, macro in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-child-alloc"><link linkend="ags-expander-set-child-alloc">ags_expander_set_child_alloc</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-child-find"><link linkend="ags-expander-set-child-find">ags_expander_set_child_find</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-new"><link linkend="ags-expander-set-new">ags_expander_set_new</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-remove"><link linkend="ags-expander-set-remove">ags_expander_set_remove</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-expander-set-set-flags"><link linkend="ags-expander-set-set-flags">ags_expander_set_set_flags</link>, function in <link linkend="ags-AgsExpanderSet">AgsExpanderSet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportOutput"><link linkend="AgsExportOutput">AgsExportOutput</link>, struct in <link linkend="ags-AgsExportOutput">AgsExportOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportOutputClass"><link linkend="AgsExportOutputClass">AgsExportOutputClass</link>, struct in <link linkend="ags-AgsExportOutput">AgsExportOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportThread"><link linkend="AgsExportThread">AgsExportThread</link>, struct in <link linkend="ags-AgsExportThread">AgsExportThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportThreadClass"><link linkend="AgsExportThreadClass">AgsExportThreadClass</link>, struct in <link linkend="ags-AgsExportThread">AgsExportThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportWindow"><link linkend="AgsExportWindow">AgsExportWindow</link>, struct in <link linkend="ags-AgsExportWindow">AgsExportWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportWindowClass"><link linkend="AgsExportWindowClass">AgsExportWindowClass</link>, struct in <link linkend="ags-AgsExportWindow">AgsExportWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsExportWindowFlags"><link linkend="AgsExportWindowFlags">AgsExportWindowFlags</link>, enum in <link linkend="ags-AgsExportWindow">AgsExportWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-output-new"><link linkend="ags-export-output-new">ags_export_output_new</link>, function in <link linkend="ags-AgsExportOutput">AgsExportOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EXPORT-THREAD-BUFFER-TIME:CAPS"><link linkend="AGS-EXPORT-THREAD-BUFFER-TIME:CAPS">AGS_EXPORT_THREAD_BUFFER_TIME</link>, macro in <link linkend="ags-AgsExportThread">AgsExportThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-EXPORT-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-EXPORT-THREAD-DEFAULT-JIFFIE:CAPS">AGS_EXPORT_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsExportThread">AgsExportThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-thread-new"><link linkend="ags-export-thread-new">ags_export_thread_new</link>, function in <link linkend="ags-AgsExportThread">AgsExportThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-window-export-callback"><link linkend="ags-export-window-export-callback">ags_export_window_export_callback</link>, function in <link linkend="ags-ags-export-window-callbacks">ags_export_window_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-window-file-chooser-button-callback"><link linkend="ags-export-window-file-chooser-button-callback">ags_export_window_file_chooser_button_callback</link>, function in <link linkend="ags-ags-export-window-callbacks">ags_export_window_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-window-new"><link linkend="ags-export-window-new">ags_export_window_new</link>, function in <link linkend="ags-AgsExportWindow">AgsExportWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-export-window-tact-callback"><link linkend="ags-export-window-tact-callback">ags_export_window_tact_callback</link>, function in <link linkend="ags-ags-export-window-callbacks">ags_export_window_callbacks</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>F</title>
-<indexentry><primaryie linkends="AgsFFPlayer"><link linkend="AgsFFPlayer">AgsFFPlayer</link>, struct in <link linkend="ags-AgsFFPlayer">AgsFFPlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFFPlayerClass"><link linkend="AgsFFPlayerClass">AgsFFPlayerClass</link>, struct in <link linkend="ags-AgsFFPlayer">AgsFFPlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-drawing-area-button-press-callback"><link linkend="ags-ffplayer-drawing-area-button-press-callback">ags_ffplayer_drawing_area_button_press_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-drawing-area-configure-callback"><link linkend="ags-ffplayer-drawing-area-configure-callback">ags_ffplayer_drawing_area_configure_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-drawing-area-expose-callback"><link linkend="ags-ffplayer-drawing-area-expose-callback">ags_ffplayer_drawing_area_expose_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-hscrollbar-value-changed"><link linkend="ags-ffplayer-hscrollbar-value-changed">ags_ffplayer_hscrollbar_value_changed</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-instrument-changed-callback"><link linkend="ags-ffplayer-instrument-changed-callback">ags_ffplayer_instrument_changed_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-new"><link linkend="ags-ffplayer-new">ags_ffplayer_new</link>, function in <link linkend="ags-AgsFFPlayer">AgsFFPlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-open-clicked-callback"><link linkend="ags-ffplayer-open-clicked-callback">ags_ffplayer_open_clicked_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-open-dialog-response-callback"><link linkend="ags-ffplayer-open-dialog-response-callback">ags_ffplayer_open_dialog_response_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-paint"><link linkend="ags-ffplayer-paint">ags_ffplayer_paint</link>, function in <link linkend="ags-AgsFFPlayer">AgsFFPlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-parent-set-callback"><link linkend="ags-ffplayer-parent-set-callback">ags_ffplayer_parent_set_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ffplayer-preset-changed-callback"><link linkend="ags-ffplayer-preset-changed-callback">ags_ffplayer_preset_changed_callback</link>, function in <link linkend="ags-ags-ffplayer-callbacks">ags_ffplayer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFile"><link linkend="AgsFile">AgsFile</link>, struct in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileClass"><link linkend="AgsFileClass">AgsFileClass</link>, struct in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileFlags"><link linkend="AgsFileFlags">AgsFileFlags</link>, enum in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileIdRef"><link linkend="AgsFileIdRef">AgsFileIdRef</link>, struct in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileIdRefClass"><link linkend="AgsFileIdRefClass">AgsFileIdRefClass</link>, struct in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLaunch"><link linkend="AgsFileLaunch">AgsFileLaunch</link>, struct in <link linkend="ags-AgsFileLaunch">AgsFileLaunch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLaunchClass"><link linkend="AgsFileLaunchClass">AgsFileLaunchClass</link>, struct in <link linkend="ags-AgsFileLaunch">AgsFileLaunch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLink"><link linkend="AgsFileLink">AgsFileLink</link>, struct in <link linkend="ags-AgsFileLink">AgsFileLink</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLinkClass"><link linkend="AgsFileLinkClass">AgsFileLinkClass</link>, struct in <link linkend="ags-AgsFileLink">AgsFileLink</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLookup"><link linkend="AgsFileLookup">AgsFileLookup</link>, struct in <link linkend="ags-AgsFileLookup">AgsFileLookup</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileLookupClass"><link linkend="AgsFileLookupClass">AgsFileLookupClass</link>, struct in <link linkend="ags-AgsFileLookup">AgsFileLookup</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileRead"><link linkend="AgsFileRead">AgsFileRead</link>, struct in <link linkend="ags-AgsFileRead">AgsFileRead</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileReadClass"><link linkend="AgsFileReadClass">AgsFileReadClass</link>, struct in <link linkend="ags-AgsFileRead">AgsFileRead</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileResolve"><link linkend="AgsFileResolve">AgsFileResolve</link>, user_function in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileSelection"><link linkend="AgsFileSelection">AgsFileSelection</link>, struct in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileSelectionClass"><link linkend="AgsFileSelectionClass">AgsFileSelectionClass</link>, struct in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileSelectionEntry"><link linkend="AgsFileSelectionEntry">AgsFileSelectionEntry</link>, struct in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileSelectionFlags"><link linkend="AgsFileSelectionFlags">AgsFileSelectionFlags</link>, enum in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileValueFactory"><link linkend="AgsFileValueFactory">AgsFileValueFactory</link>, struct in <link linkend="ags-AgsFileValueFactory">AgsFileValueFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileValueFactoryClass"><link linkend="AgsFileValueFactoryClass">AgsFileValueFactoryClass</link>, struct in <link linkend="ags-AgsFileValueFactory">AgsFileValueFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileWrite"><link linkend="AgsFileWrite">AgsFileWrite</link>, struct in <link linkend="ags-AgsFileWrite">AgsFileWrite</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFileWriteClass"><link linkend="AgsFileWriteClass">AgsFileWriteClass</link>, struct in <link linkend="ags-AgsFileWrite">AgsFileWrite</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-add-id-ref"><link linkend="ags-file-add-id-ref">ags_file_add_id_ref</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-add-launch"><link linkend="ags-file-add-launch">ags_file_add_launch</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-add-lookup"><link linkend="ags-file-add-lookup">ags_file_add_lookup</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-BOOLEAN-POINTER-PROP:CAPS"><link linkend="AGS-FILE-BOOLEAN-POINTER-PROP:CAPS">AGS_FILE_BOOLEAN_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-BOOLEAN-PROP:CAPS"><link linkend="AGS-FILE-BOOLEAN-PROP:CAPS">AGS_FILE_BOOLEAN_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-BUILD-ID-PROP:CAPS"><link linkend="AGS-FILE-BUILD-ID-PROP:CAPS">AGS_FILE_BUILD_ID_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-CHAR-POINTER-PROP:CAPS"><link linkend="AGS-FILE-CHAR-POINTER-PROP:CAPS">AGS_FILE_CHAR_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-CHAR-PROP:CAPS"><link linkend="AGS-FILE-CHAR-PROP:CAPS">AGS_FILE_CHAR_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-CHECKSUM-LENGTH:CAPS"><link linkend="AGS-FILE-CHECKSUM-LENGTH:CAPS">AGS_FILE_CHECKSUM_LENGTH</link>, macro in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DEFAULT-AUDIO-ENCODING:CAPS"><link linkend="AGS-FILE-DEFAULT-AUDIO-ENCODING:CAPS">AGS_FILE_DEFAULT_AUDIO_ENCODING</link>, macro in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DEFAULT-AUDIO-FORMAT:CAPS"><link linkend="AGS-FILE-DEFAULT-AUDIO-FORMAT:CAPS">AGS_FILE_DEFAULT_AUDIO_FORMAT</link>, macro in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DEFAULT-DTD:CAPS"><link linkend="AGS-FILE-DEFAULT-DTD:CAPS">AGS_FILE_DEFAULT_DTD</link>, macro in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DEFAULT-ENCODING:CAPS"><link linkend="AGS-FILE-DEFAULT-ENCODING:CAPS">AGS_FILE_DEFAULT_ENCODING</link>, macro in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DEFAULT-VERSION:CAPS"><link linkend="AGS-FILE-DEFAULT-VERSION:CAPS">AGS_FILE_DEFAULT_VERSION</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DOUBLE-POINTER-PROP:CAPS"><link linkend="AGS-FILE-DOUBLE-POINTER-PROP:CAPS">AGS_FILE_DOUBLE_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DOUBLE-PROP:CAPS"><link linkend="AGS-FILE-DOUBLE-PROP:CAPS">AGS_FILE_DOUBLE_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-BUTTON:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_BUTTON</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-CARTESIAN:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-CARTESIAN:CAPS">AGS_FILE_DYNAMIC_WIDGET_CARTESIAN</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-CHECK-BUTTON:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-CHECK-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_CHECK_BUTTON</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-DIAL:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-DIAL:CAPS">AGS_FILE_DYNAMIC_WIDGET_DIAL</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-HINDICATOR:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-HINDICATOR:CAPS">AGS_FILE_DYNAMIC_WIDGET_HINDICATOR</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-HSCALE:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-HSCALE:CAPS">AGS_FILE_DYNAMIC_WIDGET_HSCALE</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-LABEL:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-LABEL:CAPS">AGS_FILE_DYNAMIC_WIDGET_LABEL</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-LED:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-LED:CAPS">AGS_FILE_DYNAMIC_WIDGET_LED</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-SPIN-BUTTON:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-SPIN-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_SPIN_BUTTON</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-TOGGLE-BUTTON:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-TOGGLE-BUTTON:CAPS">AGS_FILE_DYNAMIC_WIDGET_TOGGLE_BUTTON</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-VINDICATOR:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-VINDICATOR:CAPS">AGS_FILE_DYNAMIC_WIDGET_VINDICATOR</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-VSCALE:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-VSCALE:CAPS">AGS_FILE_DYNAMIC_WIDGET_VSCALE</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-DYNAMIC-WIDGET-WAVEFORM:CAPS"><link linkend="AGS-FILE-DYNAMIC-WIDGET-WAVEFORM:CAPS">AGS_FILE_DYNAMIC_WIDGET_WAVEFORM</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-EFFECTS-DEFAULT-VERSION:CAPS"><link linkend="AGS-FILE-EFFECTS-DEFAULT-VERSION:CAPS">AGS_FILE_EFFECTS_DEFAULT_VERSION</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-FALSE:CAPS"><link linkend="AGS-FILE-FALSE:CAPS">AGS_FILE_FALSE</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-find-id-ref-by-node"><link linkend="ags-file-find-id-ref-by-node">ags_file_find_id_ref_by_node</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-find-id-ref-by-reference"><link linkend="ags-file-find-id-ref-by-reference">ags_file_find_id_ref_by_reference</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-find-id-ref-by-xpath"><link linkend="ags-file-find-id-ref-by-xpath">ags_file_find_id_ref_by_xpath</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-FLAGS-PROP:CAPS"><link linkend="AGS-FILE-FLAGS-PROP:CAPS">AGS_FILE_FLAGS_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-FLOAT-POINTER-PROP:CAPS"><link linkend="AGS-FILE-FLOAT-POINTER-PROP:CAPS">AGS_FILE_FLOAT_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-FLOAT-PROP:CAPS"><link linkend="AGS-FILE-FLOAT-PROP:CAPS">AGS_FILE_FLOAT_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-ID-PROP:CAPS"><link linkend="AGS-FILE-ID-PROP:CAPS">AGS_FILE_ID_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-id-ref-new"><link linkend="ags-file-id-ref-new">ags_file_id_ref_new</link>, function in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-id-ref-resolved"><link linkend="ags-file-id-ref-resolved">ags_file_id_ref_resolved</link>, function in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-ID-REF-RESOLVE-DATA:CAPS"><link linkend="AGS-FILE-ID-REF-RESOLVE-DATA:CAPS">AGS_FILE_ID_REF_RESOLVE_DATA</link>, macro in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-ID-REF-SERIALIZE-DATA:CAPS"><link linkend="AGS-FILE-ID-REF-SERIALIZE-DATA:CAPS">AGS_FILE_ID_REF_SERIALIZE_DATA</link>, macro in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-INT64-POINTER-PROP:CAPS"><link linkend="AGS-FILE-INT64-POINTER-PROP:CAPS">AGS_FILE_INT64_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-INT64-PROP:CAPS"><link linkend="AGS-FILE-INT64-PROP:CAPS">AGS_FILE_INT64_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-launch-new"><link linkend="ags-file-launch-new">ags_file_launch_new</link>, function in <link linkend="ags-AgsFileLaunch">AgsFileLaunch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-launch-start"><link linkend="ags-file-launch-start">ags_file_launch_start</link>, function in <link linkend="ags-AgsFileLaunch">AgsFileLaunch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-link-new"><link linkend="ags-file-link-new">ags_file_link_new</link>, function in <link linkend="ags-AgsFileLink">AgsFileLink</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-lookup-find-by-node"><link linkend="ags-file-lookup-find-by-node">ags_file_lookup_find_by_node</link>, function in <link linkend="ags-AgsFileLookup">AgsFileLookup</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-lookup-new"><link linkend="ags-file-lookup-new">ags_file_lookup_new</link>, function in <link linkend="ags-AgsFileLookup">AgsFileLookup</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-lookup-resolve"><link linkend="ags-file-lookup-resolve">ags_file_lookup_resolve</link>, function in <link linkend="ags-AgsFileLookup">AgsFileLookup</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-NAME-PROP:CAPS"><link linkend="AGS-FILE-NAME-PROP:CAPS">AGS_FILE_NAME_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-new"><link linkend="ags-file-new">ags_file_new</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-OBJECT-PROP:CAPS"><link linkend="AGS-FILE-OBJECT-PROP:CAPS">AGS_FILE_OBJECT_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-POINTER-PROP:CAPS"><link linkend="AGS-FILE-POINTER-PROP:CAPS">AGS_FILE_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read"><link linkend="ags-file-read">ags_file_read</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-audio"><link linkend="ags-file-read-audio">ags_file_read_audio</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-audio-list"><link linkend="ags-file-read-audio-list">ags_file_read_audio_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-audio-loop"><link linkend="ags-file-read-audio-loop">ags_file_read_audio_loop</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-audio-signal"><link linkend="ags-file-read-audio-signal">ags_file_read_audio_signal</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-audio-signal-list"><link linkend="ags-file-read-audio-signal-list">ags_file_read_audio_signal_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-channel"><link linkend="ags-file-read-channel">ags_file_read_channel</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-channel-list"><link linkend="ags-file-read-channel-list">ags_file_read_channel_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-devout"><link linkend="ags-file-read-devout">ags_file_read_devout</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-devout-list"><link linkend="ags-file-read-devout-list">ags_file_read_devout_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-devout-play"><link linkend="ags-file-read-devout-play">ags_file_read_devout_play</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-devout-play-list"><link linkend="ags-file-read-devout-play-list">ags_file_read_devout_play_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-dialog"><link linkend="ags-file-read-dialog">ags_file_read_dialog</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-dialog-list"><link linkend="ags-file-read-dialog-list">ags_file_read_dialog_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-editor"><link linkend="ags-file-read-editor">ags_file_read_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-embedded-audio"><link linkend="ags-file-read-embedded-audio">ags_file_read_embedded_audio</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-embedded-audio-list"><link linkend="ags-file-read-embedded-audio-list">ags_file_read_embedded_audio_list</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-file-link"><link linkend="ags-file-read-file-link">ags_file_read_file_link</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-file-link-list"><link linkend="ags-file-read-file-link-list">ags_file_read_file_link_list</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-input"><link linkend="ags-file-read-input">ags_file_read_input</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line"><link linkend="ags-file-read-line">ags_file_read_line</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line-editor"><link linkend="ags-file-read-line-editor">ags_file_read_line_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line-list"><link linkend="ags-file-read-line-list">ags_file_read_line_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line-member"><link linkend="ags-file-read-line-member">ags_file_read_line_member</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line-member-editor"><link linkend="ags-file-read-line-member-editor">ags_file_read_line_member_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-line-member-list"><link linkend="ags-file-read-line-member-list">ags_file_read_line_member_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-link-collection-editor"><link linkend="ags-file-read-link-collection-editor">ags_file_read_link_collection_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-link-editor"><link linkend="ags-file-read-link-editor">ags_file_read_link_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine"><link linkend="ags-file-read-machine">ags_file_read_machine</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-counter"><link linkend="ags-file-read-machine-counter">ags_file_read_machine_counter</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-counter-list"><link linkend="ags-file-read-machine-counter-list">ags_file_read_machine_counter_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-editor"><link linkend="ags-file-read-machine-editor">ags_file_read_machine_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-editor-list"><link linkend="ags-file-read-machine-editor-list">ags_file_read_machine_editor_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-list"><link linkend="ags-file-read-machine-list">ags_file_read_machine_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-machine-selector"><link linkend="ags-file-read-machine-selector">ags_file_read_machine_selector</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-main"><link linkend="ags-file-read-main">ags_file_read_main</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-menu-bar"><link linkend="ags-file-read-menu-bar">ags_file_read_menu_bar</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-mixer-input-pad"><link linkend="ags-file-read-mixer-input-pad">ags_file_read_mixer_input_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-mixer-output-pad"><link linkend="ags-file-read-mixer-output-pad">ags_file_read_mixer_output_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-navigation"><link linkend="ags-file-read-navigation">ags_file_read_navigation</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-new"><link linkend="ags-file-read-new">ags_file_read_new</link>, function in <link linkend="ags-AgsFileRead">AgsFileRead</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-notation"><link linkend="ags-file-read-notation">ags_file_read_notation</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-notation-list"><link linkend="ags-file-read-notation-list">ags_file_read_notation_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-note"><link linkend="ags-file-read-note">ags_file_read_note</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-notebook"><link linkend="ags-file-read-notebook">ags_file_read_notebook</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-notebook-tab"><link linkend="ags-file-read-notebook-tab">ags_file_read_notebook_tab</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-notebook-tab-list"><link linkend="ags-file-read-notebook-tab-list">ags_file_read_notebook_tab_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-note-list"><link linkend="ags-file-read-note-list">ags_file_read_note_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-oscillator"><link linkend="ags-file-read-oscillator">ags_file_read_oscillator</link>, function in <link linkend="ags-AgsOscillator">AgsOscillator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-output"><link linkend="ags-file-read-output">ags_file_read_output</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pad"><link linkend="ags-file-read-pad">ags_file_read_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pad-editor"><link linkend="ags-file-read-pad-editor">ags_file_read_pad_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pad-list"><link linkend="ags-file-read-pad-list">ags_file_read_pad_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pattern"><link linkend="ags-file-read-pattern">ags_file_read_pattern</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pattern-data"><link linkend="ags-file-read-pattern-data">ags_file_read_pattern_data</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pattern-data-list"><link linkend="ags-file-read-pattern-data-list">ags_file_read_pattern_data_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-pattern-list"><link linkend="ags-file-read-pattern-list">ags_file_read_pattern_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-port"><link linkend="ags-file-read-port">ags_file_read_port</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-port-list"><link linkend="ags-file-read-port-list">ags_file_read_port_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall"><link linkend="ags-file-read-recall">ags_file_read_recall</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-audio"><link linkend="ags-file-read-recall-audio">ags_file_read_recall_audio</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-audio-run"><link linkend="ags-file-read-recall-audio-run">ags_file_read_recall_audio_run</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-audio-signal"><link linkend="ags-file-read-recall-audio-signal">ags_file_read_recall_audio_signal</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-channel"><link linkend="ags-file-read-recall-channel">ags_file_read_recall_channel</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-channel-run"><link linkend="ags-file-read-recall-channel-run">ags_file_read_recall_channel_run</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-container"><link linkend="ags-file-read-recall-container">ags_file_read_recall_container</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-container-list"><link linkend="ags-file-read-recall-container-list">ags_file_read_recall_container_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-list"><link linkend="ags-file-read-recall-list">ags_file_read_recall_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recall-recycling"><link linkend="ags-file-read-recall-recycling">ags_file_read_recall_recycling</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recycling"><link linkend="ags-file-read-recycling">ags_file_read_recycling</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-recycling-list"><link linkend="ags-file-read-recycling-list">ags_file_read_recycling_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-resize-editor"><link linkend="ags-file-read-resize-editor">ags_file_read_resize_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-resolve"><link linkend="ags-file-read-resolve">ags_file_read_resolve</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-server"><link linkend="ags-file-read-server">ags_file_read_server</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-start"><link linkend="ags-file-read-start">ags_file_read_start</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-stream"><link linkend="ags-file-read-stream">ags_file_read_stream</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-stream-list"><link linkend="ags-file-read-stream-list">ags_file_read_stream_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-task"><link linkend="ags-file-read-task">ags_file_read_task</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-task-list"><link linkend="ags-file-read-task-list">ags_file_read_task_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-thread"><link linkend="ags-file-read-thread">ags_file_read_thread</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-thread-list"><link linkend="ags-file-read-thread-list">ags_file_read_thread_list</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-thread-pool"><link linkend="ags-file-read-thread-pool">ags_file_read_thread_pool</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-timestamp"><link linkend="ags-file-read-timestamp">ags_file_read_timestamp</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-timestamp-list"><link linkend="ags-file-read-timestamp-list">ags_file_read_timestamp_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-toolbar"><link linkend="ags-file-read-toolbar">ags_file_read_toolbar</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-widget"><link linkend="ags-file-read-widget">ags_file_read_widget</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-read-window"><link linkend="ags-file-read-window">ags_file_read_window</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-RESOLVE:CAPS"><link linkend="AGS-FILE-RESOLVE:CAPS">AGS_FILE_RESOLVE</link>, macro in <link linkend="ags-AgsFileIdRef">AgsFileIdRef</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-SCOPE-PROP:CAPS"><link linkend="AGS-FILE-SCOPE-PROP:CAPS">AGS_FILE_SCOPE_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-add-entry"><link linkend="ags-file-selection-add-entry">ags_file_selection_add_entry</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-completed"><link linkend="ags-file-selection-completed">ags_file_selection_completed</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-contains-file"><link linkend="ags-file-selection-contains-file">ags_file_selection_contains_file</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-SELECTION-ENTRY:CAPS"><link linkend="AGS-FILE-SELECTION-ENTRY:CAPS">AGS_FILE_SELECTION_ENTRY</link>, macro in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-entry-alloc"><link linkend="ags-file-selection-entry-alloc">ags_file_selection_entry_alloc</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-new"><link linkend="ags-file-selection-new">ags_file_selection_new</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-remove-callback"><link linkend="ags-file-selection-remove-callback">ags_file_selection_remove_callback</link>, function in <link linkend="ags-ags-file-selection-callbacks">ags_file_selection_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-remove-entry"><link linkend="ags-file-selection-remove-entry">ags_file_selection_remove_entry</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-selection-set-entry"><link linkend="ags-file-selection-set-entry">ags_file_selection_set_entry</link>, function in <link linkend="ags-AgsFileSelection">AgsFileSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-str2md5"><link linkend="ags-file-str2md5">ags_file_str2md5</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-TRUE:CAPS"><link linkend="AGS-FILE-TRUE:CAPS">AGS_FILE_TRUE</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-TYPE-PROP:CAPS"><link linkend="AGS-FILE-TYPE-PROP:CAPS">AGS_FILE_TYPE_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-UINT64-POINTER-PROP:CAPS"><link linkend="AGS-FILE-UINT64-POINTER-PROP:CAPS">AGS_FILE_UINT64_POINTER_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-UINT64-PROP:CAPS"><link linkend="AGS-FILE-UINT64-PROP:CAPS">AGS_FILE_UINT64_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-read-dependency"><link linkend="ags-file-util-read-dependency">ags_file_util_read_dependency</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-read-history"><link linkend="ags-file-util-read-history">ags_file_util_read_history</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-read-object"><link linkend="ags-file-util-read-object">ags_file_util_read_object</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-read-parameter"><link linkend="ags-file-util-read-parameter">ags_file_util_read_parameter</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-read-value"><link linkend="ags-file-util-read-value">ags_file_util_read_value</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-write-dependency"><link linkend="ags-file-util-write-dependency">ags_file_util_write_dependency</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-write-history"><link linkend="ags-file-util-write-history">ags_file_util_write_history</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-write-object"><link linkend="ags-file-util-write-object">ags_file_util_write_object</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-write-parameter"><link linkend="ags-file-util-write-parameter">ags_file_util_write_parameter</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-util-write-value"><link linkend="ags-file-util-write-value">ags_file_util_write_value</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-value-factory-new"><link linkend="ags-file-value-factory-new">ags_file_value_factory_new</link>, function in <link linkend="ags-AgsFileValueFactory">AgsFileValueFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-VERSION-PROP:CAPS"><link linkend="AGS-FILE-VERSION-PROP:CAPS">AGS_FILE_VERSION_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write"><link linkend="ags-file-write">ags_file_write</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-audio"><link linkend="ags-file-write-audio">ags_file_write_audio</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-audio-list"><link linkend="ags-file-write-audio-list">ags_file_write_audio_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-audio-loop"><link linkend="ags-file-write-audio-loop">ags_file_write_audio_loop</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-audio-signal"><link linkend="ags-file-write-audio-signal">ags_file_write_audio_signal</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-audio-signal-list"><link linkend="ags-file-write-audio-signal-list">ags_file_write_audio_signal_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-channel"><link linkend="ags-file-write-channel">ags_file_write_channel</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-channel-list"><link linkend="ags-file-write-channel-list">ags_file_write_channel_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-concurrent"><link linkend="ags-file-write-concurrent">ags_file_write_concurrent</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-devout"><link linkend="ags-file-write-devout">ags_file_write_devout</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-devout-list"><link linkend="ags-file-write-devout-list">ags_file_write_devout_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-devout-play"><link linkend="ags-file-write-devout-play">ags_file_write_devout_play</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-devout-play-list"><link linkend="ags-file-write-devout-play-list">ags_file_write_devout_play_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-dialog"><link linkend="ags-file-write-dialog">ags_file_write_dialog</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-dialog-list"><link linkend="ags-file-write-dialog-list">ags_file_write_dialog_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-editor"><link linkend="ags-file-write-editor">ags_file_write_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-embedded-audio"><link linkend="ags-file-write-embedded-audio">ags_file_write_embedded_audio</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-embedded-audio-list"><link linkend="ags-file-write-embedded-audio-list">ags_file_write_embedded_audio_list</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-file-link"><link linkend="ags-file-write-file-link">ags_file_write_file_link</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-file-link-list"><link linkend="ags-file-write-file-link-list">ags_file_write_file_link_list</link>, function in <link linkend="ags-ags-file-util">ags_file_util</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-input"><link linkend="ags-file-write-input">ags_file_write_input</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line"><link linkend="ags-file-write-line">ags_file_write_line</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line-editor"><link linkend="ags-file-write-line-editor">ags_file_write_line_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line-list"><link linkend="ags-file-write-line-list">ags_file_write_line_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line-member"><link linkend="ags-file-write-line-member">ags_file_write_line_member</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line-member-editor"><link linkend="ags-file-write-line-member-editor">ags_file_write_line_member_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-line-member-list"><link linkend="ags-file-write-line-member-list">ags_file_write_line_member_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-link-collection-editor"><link linkend="ags-file-write-link-collection-editor">ags_file_write_link_collection_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-link-editor"><link linkend="ags-file-write-link-editor">ags_file_write_link_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine"><link linkend="ags-file-write-machine">ags_file_write_machine</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-counter"><link linkend="ags-file-write-machine-counter">ags_file_write_machine_counter</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-counter-list"><link linkend="ags-file-write-machine-counter-list">ags_file_write_machine_counter_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-editor"><link linkend="ags-file-write-machine-editor">ags_file_write_machine_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-editor-list"><link linkend="ags-file-write-machine-editor-list">ags_file_write_machine_editor_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-list"><link linkend="ags-file-write-machine-list">ags_file_write_machine_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-machine-selector"><link linkend="ags-file-write-machine-selector">ags_file_write_machine_selector</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-main"><link linkend="ags-file-write-main">ags_file_write_main</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-menu-bar"><link linkend="ags-file-write-menu-bar">ags_file_write_menu_bar</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-mixer-input-pad"><link linkend="ags-file-write-mixer-input-pad">ags_file_write_mixer_input_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-mixer-output-pad"><link linkend="ags-file-write-mixer-output-pad">ags_file_write_mixer_output_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-navigation"><link linkend="ags-file-write-navigation">ags_file_write_navigation</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-new"><link linkend="ags-file-write-new">ags_file_write_new</link>, function in <link linkend="ags-AgsFileWrite">AgsFileWrite</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-notation"><link linkend="ags-file-write-notation">ags_file_write_notation</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-notation-list"><link linkend="ags-file-write-notation-list">ags_file_write_notation_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-note"><link linkend="ags-file-write-note">ags_file_write_note</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-notebook"><link linkend="ags-file-write-notebook">ags_file_write_notebook</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-notebook-tab"><link linkend="ags-file-write-notebook-tab">ags_file_write_notebook_tab</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-notebook-tab-list"><link linkend="ags-file-write-notebook-tab-list">ags_file_write_notebook_tab_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-note-list"><link linkend="ags-file-write-note-list">ags_file_write_note_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-oscillator"><link linkend="ags-file-write-oscillator">ags_file_write_oscillator</link>, function in <link linkend="ags-AgsOscillator">AgsOscillator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-output"><link linkend="ags-file-write-output">ags_file_write_output</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pad"><link linkend="ags-file-write-pad">ags_file_write_pad</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pad-editor"><link linkend="ags-file-write-pad-editor">ags_file_write_pad_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pad-list"><link linkend="ags-file-write-pad-list">ags_file_write_pad_list</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pattern"><link linkend="ags-file-write-pattern">ags_file_write_pattern</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pattern-data"><link linkend="ags-file-write-pattern-data">ags_file_write_pattern_data</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pattern-data-list"><link linkend="ags-file-write-pattern-data-list">ags_file_write_pattern_data_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-pattern-list"><link linkend="ags-file-write-pattern-list">ags_file_write_pattern_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-port"><link linkend="ags-file-write-port">ags_file_write_port</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-port-list"><link linkend="ags-file-write-port-list">ags_file_write_port_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall"><link linkend="ags-file-write-recall">ags_file_write_recall</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-audio"><link linkend="ags-file-write-recall-audio">ags_file_write_recall_audio</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-audio-run"><link linkend="ags-file-write-recall-audio-run">ags_file_write_recall_audio_run</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-audio-signal"><link linkend="ags-file-write-recall-audio-signal">ags_file_write_recall_audio_signal</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-channel"><link linkend="ags-file-write-recall-channel">ags_file_write_recall_channel</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-channel-run"><link linkend="ags-file-write-recall-channel-run">ags_file_write_recall_channel_run</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-container"><link linkend="ags-file-write-recall-container">ags_file_write_recall_container</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-container-list"><link linkend="ags-file-write-recall-container-list">ags_file_write_recall_container_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-list"><link linkend="ags-file-write-recall-list">ags_file_write_recall_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recall-recycling"><link linkend="ags-file-write-recall-recycling">ags_file_write_recall_recycling</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recycling"><link linkend="ags-file-write-recycling">ags_file_write_recycling</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-recycling-list"><link linkend="ags-file-write-recycling-list">ags_file_write_recycling_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-resize-editor"><link linkend="ags-file-write-resize-editor">ags_file_write_resize_editor</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-resolve"><link linkend="ags-file-write-resolve">ags_file_write_resolve</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-server"><link linkend="ags-file-write-server">ags_file_write_server</link>, function in <link linkend="ags-AgsFile">AgsFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-stream"><link linkend="ags-file-write-stream">ags_file_write_stream</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-stream-list"><link linkend="ags-file-write-stream-list">ags_file_write_stream_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-task"><link linkend="ags-file-write-task">ags_file_write_task</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-task-list"><link linkend="ags-file-write-task-list">ags_file_write_task_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-thread"><link linkend="ags-file-write-thread">ags_file_write_thread</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-thread-list"><link linkend="ags-file-write-thread-list">ags_file_write_thread_list</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-thread-pool"><link linkend="ags-file-write-thread-pool">ags_file_write_thread_pool</link>, function in <link linkend="ags-ags-file-thread">ags_file_thread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-timestamp"><link linkend="ags-file-write-timestamp">ags_file_write_timestamp</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-timestamp-list"><link linkend="ags-file-write-timestamp-list">ags_file_write_timestamp_list</link>, function in <link linkend="ags-ags-file-sound">ags_file_sound</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-toolbar"><link linkend="ags-file-write-toolbar">ags_file_write_toolbar</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-widget"><link linkend="ags-file-write-widget">ags_file_write_widget</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-file-write-window"><link linkend="ags-file-write-window">ags_file_write_window</link>, function in <link linkend="ags-ags-file-gui">ags_file_gui</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-FILE-XPATH-PROP:CAPS"><link linkend="AGS-FILE-XPATH-PROP:CAPS">AGS_FILE_XPATH_PROP</link>, macro in <link linkend="ags-ags-file-stock">ags_file_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFreeSelection"><link linkend="AgsFreeSelection">AgsFreeSelection</link>, struct in <link linkend="ags-AgsFreeSelection">AgsFreeSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsFreeSelectionClass"><link linkend="AgsFreeSelectionClass">AgsFreeSelectionClass</link>, struct in <link linkend="ags-AgsFreeSelection">AgsFreeSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-free-selection-new"><link linkend="ags-free-selection-new">ags_free_selection_new</link>, function in <link linkend="ags-AgsFreeSelection">AgsFreeSelection</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>G</title>
-<indexentry><primaryie linkends="AgsGarbageCollector"><link linkend="AgsGarbageCollector">AgsGarbageCollector</link>, struct in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGarbageCollectorClass"><link linkend="AgsGarbageCollectorClass">AgsGarbageCollectorClass</link>, struct in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGarbageCollectorFlags"><link linkend="AgsGarbageCollectorFlags">AgsGarbageCollectorFlags</link>, enum in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-garbage-collector-add"><link linkend="ags-garbage-collector-add">ags_garbage_collector_add</link>, function in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-garbage-collector-new"><link linkend="ags-garbage-collector-new">ags_garbage_collector_new</link>, function in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-garbage-collector-remove"><link linkend="ags-garbage-collector-remove">ags_garbage_collector_remove</link>, function in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-garbage-collector-run"><link linkend="ags-garbage-collector-run">ags_garbage_collector_run</link>, function in <link linkend="ags-AgsGarbageCollector">AgsGarbageCollector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGenericPreferences"><link linkend="AgsGenericPreferences">AgsGenericPreferences</link>, struct in <link linkend="ags-AgsGenericPreferences">AgsGenericPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGenericPreferencesClass"><link linkend="AgsGenericPreferencesClass">AgsGenericPreferencesClass</link>, struct in <link linkend="ags-AgsGenericPreferences">AgsGenericPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-generic-preferences-new"><link linkend="ags-generic-preferences-new">ags_generic_preferences_new</link>, function in <link linkend="ags-AgsGenericPreferences">AgsGenericPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGuiTaskThread"><link linkend="AgsGuiTaskThread">AgsGuiTaskThread</link>, struct in <link linkend="ags-AgsGuiTaskThread">AgsGuiTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGuiTaskThreadClass"><link linkend="AgsGuiTaskThreadClass">AgsGuiTaskThreadClass</link>, struct in <link linkend="ags-AgsGuiTaskThread">AgsGuiTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGuiThread"><link linkend="AgsGuiThread">AgsGuiThread</link>, struct in <link linkend="ags-AgsGuiThread">AgsGuiThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsGuiThreadClass"><link linkend="AgsGuiThreadClass">AgsGuiThreadClass</link>, struct in <link linkend="ags-AgsGuiThread">AgsGuiThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-gui-task-thread-new"><link linkend="ags-gui-task-thread-new">ags_gui_task_thread_new</link>, function in <link linkend="ags-AgsGuiTaskThread">AgsGuiTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-GUI-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-GUI-THREAD-DEFAULT-JIFFIE:CAPS">AGS_GUI_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsGuiThread">AgsGuiThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-gui-thread-new"><link linkend="ags-gui-thread-new">ags_gui_thread_new</link>, function in <link linkend="ags-AgsGuiThread">AgsGuiThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-BOOLEAN--OBJECT-OBJECT"><link linkend="g-cclosure-user-marshal-BOOLEAN--OBJECT-OBJECT">g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-OBJECT--OBJECT-OBJECT"><link linkend="g-cclosure-user-marshal-OBJECT--OBJECT-OBJECT">g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-OBJECT--OBJECT-POINTER-POINTER"><link linkend="g-cclosure-user-marshal-OBJECT--OBJECT-POINTER-POINTER">g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-OBJECT--STRING-STRING-STRING"><link linkend="g-cclosure-user-marshal-OBJECT--STRING-STRING-STRING">g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-OBJECT--VOID"><link linkend="g-cclosure-user-marshal-OBJECT--VOID">g_cclosure_user_marshal_OBJECT__VOID</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-STRING--ULONG-STRING-STRING-STRING-STRING-UINT-POINTER"><link linkend="g-cclosure-user-marshal-STRING--ULONG-STRING-STRING-STRING-STRING-UINT-POINTER">g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-ULONG--VOID"><link linkend="g-cclosure-user-marshal-ULONG--VOID">g_cclosure_user_marshal_ULONG__VOID</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--DOUBLE-DOUBLE"><link linkend="g-cclosure-user-marshal-VOID--DOUBLE-DOUBLE">g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--OBJECT-OBJECT"><link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT">g_cclosure_user_marshal_VOID__OBJECT_OBJECT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-INT-BOOLEAN"><link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-INT-BOOLEAN">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT"><link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-UINT-INT-BOOLEAN"><link linkend="g-cclosure-user-marshal-VOID--OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-OBJECT-UINT-INT-BOOLEAN">g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--OBJECT-UINT"><link linkend="g-cclosure-user-marshal-VOID--OBJECT-UINT">g_cclosure_user_marshal_VOID__OBJECT_UINT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--STRING-POINTER"><link linkend="g-cclosure-user-marshal-VOID--STRING-POINTER">g_cclosure_user_marshal_VOID__STRING_POINTER</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--UINT-DOUBLE"><link linkend="g-cclosure-user-marshal-VOID--UINT-DOUBLE">g_cclosure_user_marshal_VOID__UINT_DOUBLE</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--UINT-INT"><link linkend="g-cclosure-user-marshal-VOID--UINT-INT">g_cclosure_user_marshal_VOID__UINT_INT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--UINT-UINT"><link linkend="g-cclosure-user-marshal-VOID--UINT-UINT">g_cclosure_user_marshal_VOID__UINT_UINT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--UINT-UINT-UINT"><link linkend="g-cclosure-user-marshal-VOID--UINT-UINT-UINT">g_cclosure_user_marshal_VOID__UINT_UINT_UINT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--ULONG-UINT"><link linkend="g-cclosure-user-marshal-VOID--ULONG-UINT">g_cclosure_user_marshal_VOID__ULONG_UINT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="g-cclosure-user-marshal-VOID--ULONG-UINT-UINT"><link linkend="g-cclosure-user-marshal-VOID--ULONG-UINT-UINT">g_cclosure_user_marshal_VOID__ULONG_UINT_UINT</link>, function in <link linkend="ags-ags-marshal">ags_marshal</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>H</title>
-<indexentry><primaryie linkends="AgsHIndicator"><link linkend="AgsHIndicator">AgsHIndicator</link>, struct in <link linkend="ags-AgsHIndicator">AgsHIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHIndicatorClass"><link linkend="AgsHIndicatorClass">AgsHIndicatorClass</link>, struct in <link linkend="ags-AgsHIndicator">AgsHIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-hindicator-new"><link linkend="ags-hindicator-new">ags_hindicator_new</link>, function in <link linkend="ags-AgsHIndicator">AgsHIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHistory"><link linkend="AgsHistory">AgsHistory</link>, struct in <link linkend="ags-AgsHistory">AgsHistory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHistoryAppend"><link linkend="AgsHistoryAppend">AgsHistoryAppend</link>, struct in <link linkend="ags-AgsHistory">AgsHistory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHistoryClass"><link linkend="AgsHistoryClass">AgsHistoryClass</link>, struct in <link linkend="ags-AgsHistory">AgsHistory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-history-new"><link linkend="ags-history-new">ags_history_new</link>, function in <link linkend="ags-AgsHistory">AgsHistory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHTimebar"><link linkend="AgsHTimebar">AgsHTimebar</link>, struct in <link linkend="ags-AgsHTimebar">AgsHTimebar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsHTimebarClass"><link linkend="AgsHTimebarClass">AgsHTimebarClass</link>, struct in <link linkend="ags-AgsHTimebar">AgsHTimebar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-htimebar-new"><link linkend="ags-htimebar-new">ags_htimebar_new</link>, function in <link linkend="ags-AgsHTimebar">AgsHTimebar</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>I</title>
-<indexentry><primaryie linkends="ags-id-generator-create-uuid"><link linkend="ags-id-generator-create-uuid">ags_id_generator_create_uuid</link>, function in <link linkend="ags-ags-id-generator">ags_id_generator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIndicator"><link linkend="AgsIndicator">AgsIndicator</link>, struct in <link linkend="ags-AgsIndicator">AgsIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIndicatorClass"><link linkend="AgsIndicatorClass">AgsIndicatorClass</link>, struct in <link linkend="ags-AgsIndicator">AgsIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-indicator-new"><link linkend="ags-indicator-new">ags_indicator_new</link>, function in <link linkend="ags-AgsIndicator">AgsIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInitAudio"><link linkend="AgsInitAudio">AgsInitAudio</link>, struct in <link linkend="ags-AgsInitAudio">AgsInitAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInitAudioClass"><link linkend="AgsInitAudioClass">AgsInitAudioClass</link>, struct in <link linkend="ags-AgsInitAudio">AgsInitAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInitChannel"><link linkend="AgsInitChannel">AgsInitChannel</link>, struct in <link linkend="ags-AgsInitChannel">AgsInitChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInitChannelClass"><link linkend="AgsInitChannelClass">AgsInitChannelClass</link>, struct in <link linkend="ags-AgsInitChannel">AgsInitChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-init-audio-new"><link linkend="ags-init-audio-new">ags_init_audio_new</link>, function in <link linkend="ags-AgsInitAudio">AgsInitAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-init-channel-new"><link linkend="ags-init-channel-new">ags_init_channel_new</link>, function in <link linkend="ags-AgsInitChannel">AgsInitChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInlinePlayer"><link linkend="AgsInlinePlayer">AgsInlinePlayer</link>, struct in <link linkend="ags-AgsInlinePlayer">AgsInlinePlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInlinePlayerClass"><link linkend="AgsInlinePlayerClass">AgsInlinePlayerClass</link>, struct in <link linkend="ags-AgsInlinePlayer">AgsInlinePlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-inline-player-new"><link linkend="ags-inline-player-new">ags_inline_player_new</link>, function in <link linkend="ags-AgsInlinePlayer">AgsInlinePlayer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInput"><link linkend="AgsInput">AgsInput</link>, struct in <link linkend="ags-AgsInput">AgsInput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsInputClass"><link linkend="AgsInputClass">AgsInputClass</link>, struct in <link linkend="ags-AgsInput">AgsInput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-input-new"><link linkend="ags-input-new">ags_input_new</link>, function in <link linkend="ags-AgsInput">AgsInput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIpatch"><link linkend="AgsIpatch">AgsIpatch</link>, struct in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIpatchClass"><link linkend="AgsIpatchClass">AgsIpatchClass</link>, struct in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIpatchFlags"><link linkend="AgsIpatchFlags">AgsIpatchFlags</link>, enum in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIpatchSF2Reader"><link linkend="AgsIpatchSF2Reader">AgsIpatchSF2Reader</link>, struct in <link linkend="ags-AgsIpatchSF2Reader">AgsIpatchSF2Reader</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIpatchSF2ReaderClass"><link linkend="AgsIpatchSF2ReaderClass">AgsIpatchSF2ReaderClass</link>, struct in <link linkend="ags-AgsIpatchSF2Reader">AgsIpatchSF2Reader</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-IPATCH-DEFAULT-CHANNELS:CAPS"><link linkend="AGS-IPATCH-DEFAULT-CHANNELS:CAPS">AGS_IPATCH_DEFAULT_CHANNELS</link>, macro in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ipatch-new"><link linkend="ags-ipatch-new">ags_ipatch_new</link>, function in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-IPATCH-READ:CAPS"><link linkend="AGS-IPATCH-READ:CAPS">AGS_IPATCH_READ</link>, macro in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ipatch-sf2-reader-new"><link linkend="ags-ipatch-sf2-reader-new">ags_ipatch_sf2_reader_new</link>, function in <link linkend="ags-AgsIpatchSF2Reader">AgsIpatchSF2Reader</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-IPATCH-WRITE:CAPS"><link linkend="AGS-IPATCH-WRITE:CAPS">AGS_IPATCH_WRITE</link>, macro in <link linkend="ags-AgsIpatch">AgsIpatch</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIteratorThread"><link linkend="AgsIteratorThread">AgsIteratorThread</link>, struct in <link linkend="ags-AgsIteratorThread">AgsIteratorThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIteratorThreadClass"><link linkend="AgsIteratorThreadClass">AgsIteratorThreadClass</link>, struct in <link linkend="ags-AgsIteratorThread">AgsIteratorThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsIteratorThreadFlags"><link linkend="AgsIteratorThreadFlags">AgsIteratorThreadFlags</link>, enum in <link linkend="ags-AgsIteratorThread">AgsIteratorThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-iterator-thread-children-ready"><link linkend="ags-iterator-thread-children-ready">ags_iterator_thread_children_ready</link>, function in <link linkend="ags-AgsIteratorThread">AgsIteratorThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-iterator-thread-new"><link linkend="ags-iterator-thread-new">ags_iterator_thread_new</link>, function in <link linkend="ags-AgsIteratorThread">AgsIteratorThread</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>J</title>
-<indexentry><primaryie linkends="j-math-algebra-brackeds-out"><link linkend="j-math-algebra-brackeds-out">j_math_algebra_brackeds_out</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-algebra-functions-out"><link linkend="j-math-algebra-functions-out">j_math_algebra_functions_out</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-algebra-operations-out"><link linkend="j-math-algebra-operations-out">j_math_algebra_operations_out</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-algebra-solve"><link linkend="j-math-algebra-solve">j_math_algebra_solve</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-and"><link linkend="j-math-and">j_math_and</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-cut-leading-zeros"><link linkend="j-math-cut-leading-zeros">j_math_cut_leading_zeros</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-exclusive-or"><link linkend="j-math-exclusive-or">j_math_exclusive_or</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-exp"><link linkend="j-math-exp">j_math_exp</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-exp2"><link linkend="j-math-exp2">j_math_exp2</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-gauss"><link linkend="j-math-gauss">j_math_gauss</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-get-first-level-operator"><link linkend="j-math-get-first-level-operator">j_math_get_first_level_operator</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-get-second-level-operator"><link linkend="j-math-get-second-level-operator">j_math_get_second_level_operator</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-is-function"><link linkend="j-math-is-function">j_math_is_function</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-is-function-backward"><link linkend="j-math-is-function-backward">j_math_is_function_backward</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-is-operator"><link linkend="j-math-is-operator">j_math_is_operator</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-less"><link linkend="j-math-less">j_math_less</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-make-valid"><link linkend="j-math-make-valid">j_math_make_valid</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-more"><link linkend="j-math-more">j_math_more</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-or"><link linkend="j-math-or">j_math_or</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-put-null-at-beginning"><link linkend="j-math-put-null-at-beginning">j_math_put_null_at_beginning</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-put-null-at-end"><link linkend="j-math-put-null-at-end">j_math_put_null_at_end</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-root"><link linkend="j-math-root">j_math_root</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-root2"><link linkend="j-math-root2">j_math_root2</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-solve-arithmetic"><link linkend="j-math-solve-arithmetic">j_math_solve_arithmetic</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-sort-array"><link linkend="j-math-sort-array">j_math_sort_array</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-width"><link linkend="j-math-width">j_math_width</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-<indexentry><primaryie linkends="j-math-width-list"><link linkend="j-math-width-list">j_math_width_list</link>, function in <link linkend="ags-jmath">jmath</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>L</title>
-<indexentry><primaryie linkends="AgsLadspaBrowser"><link linkend="AgsLadspaBrowser">AgsLadspaBrowser</link>, struct in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaBrowserClass"><link linkend="AgsLadspaBrowserClass">AgsLadspaBrowserClass</link>, struct in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaManager"><link linkend="AgsLadspaManager">AgsLadspaManager</link>, struct in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaManagerClass"><link linkend="AgsLadspaManagerClass">AgsLadspaManagerClass</link>, struct in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaPlugin"><link linkend="AgsLadspaPlugin">AgsLadspaPlugin</link>, struct in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaPluginFlags"><link linkend="AgsLadspaPluginFlags">AgsLadspaPluginFlags</link>, enum in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLadspaPluginPreferences"><link linkend="AgsLadspaPluginPreferences">AgsLadspaPluginPreferences</link>, struct in <link linkend="ags-AgsPluginPreferences">AgsPluginPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-cancel-callback"><link linkend="ags-ladspa-browser-cancel-callback">ags_ladspa_browser_cancel_callback</link>, function in <link linkend="ags-ags-ladspa-browser-callbacks">ags_ladspa_browser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-combo-box-controls-new"><link linkend="ags-ladspa-browser-combo-box-controls-new">ags_ladspa_browser_combo_box_controls_new</link>, function in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-get-plugin-effect"><link linkend="ags-ladspa-browser-get-plugin-effect">ags_ladspa_browser_get_plugin_effect</link>, function in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-get-plugin-filename"><link linkend="ags-ladspa-browser-get-plugin-filename">ags_ladspa_browser_get_plugin_filename</link>, function in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-new"><link linkend="ags-ladspa-browser-new">ags_ladspa_browser_new</link>, function in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-ok-callback"><link linkend="ags-ladspa-browser-ok-callback">ags_ladspa_browser_ok_callback</link>, function in <link linkend="ags-ags-ladspa-browser-callbacks">ags_ladspa_browser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-plugin-effect-callback"><link linkend="ags-ladspa-browser-plugin-effect-callback">ags_ladspa_browser_plugin_effect_callback</link>, function in <link linkend="ags-ags-ladspa-browser-callbacks">ags_ladspa_browser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-plugin-filename-callback"><link linkend="ags-ladspa-browser-plugin-filename-callback">ags_ladspa_browser_plugin_filename_callback</link>, function in <link linkend="ags-ags-ladspa-browser-callbacks">ags_ladspa_browser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-preview-close-callback"><link linkend="ags-ladspa-browser-preview-close-callback">ags_ladspa_browser_preview_close_callback</link>, function in <link linkend="ags-ags-ladspa-browser-callbacks">ags_ladspa_browser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-browser-preview-new"><link linkend="ags-ladspa-browser-preview-new">ags_ladspa_browser_preview_new</link>, function in <link linkend="ags-AgsLadspaBrowser">AgsLadspaBrowser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-find-ladspa-plugin"><link linkend="ags-ladspa-manager-find-ladspa-plugin">ags_ladspa_manager_find_ladspa_plugin</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-get-filenames"><link linkend="ags-ladspa-manager-get-filenames">ags_ladspa_manager_get_filenames</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-get-instance"><link linkend="ags-ladspa-manager-get-instance">ags_ladspa_manager_get_instance</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-load-default-directory"><link linkend="ags-ladspa-manager-load-default-directory">ags_ladspa_manager_load_default_directory</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-load-file"><link linkend="ags-ladspa-manager-load-file">ags_ladspa_manager_load_file</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-manager-new"><link linkend="ags-ladspa-manager-new">ags_ladspa_manager_new</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LADSPA-PLUGIN:CAPS"><link linkend="AGS-LADSPA-PLUGIN:CAPS">AGS_LADSPA_PLUGIN</link>, macro in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-plugin-alloc"><link linkend="ags-ladspa-plugin-alloc">ags_ladspa_plugin_alloc</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-plugin-free"><link linkend="ags-ladspa-plugin-free">ags_ladspa_plugin_free</link>, function in <link linkend="ags-AgsLadspaManager">AgsLadspaManager</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ladspa-plugin-preferences-alloc"><link linkend="ags-ladspa-plugin-preferences-alloc">ags_ladspa_plugin_preferences_alloc</link>, function in <link linkend="ags-AgsPluginPreferences">AgsPluginPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLed"><link linkend="AgsLed">AgsLed</link>, struct in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLedClass"><link linkend="AgsLedClass">AgsLedClass</link>, struct in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLedFlags"><link linkend="AgsLedFlags">AgsLedFlags</link>, enum in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-led-new"><link linkend="ags-led-new">ags_led_new</link>, function in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-led-set-active"><link linkend="ags-led-set-active">ags_led_set_active</link>, function in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-led-unset-active"><link linkend="ags-led-unset-active">ags_led_unset_active</link>, function in <link linkend="ags-AgsLed">AgsLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibao"><link linkend="AgsLibao">AgsLibao</link>, struct in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoClass"><link linkend="AgsLibaoClass">AgsLibaoClass</link>, struct in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoError"><link linkend="AgsLibaoError">AgsLibaoError</link>, enum in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoFlags"><link linkend="AgsLibaoFlags">AgsLibaoFlags</link>, enum in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoPlay"><link linkend="AgsLibaoPlay">AgsLibaoPlay</link>, struct in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoPlayDomain"><link linkend="AgsLibaoPlayDomain">AgsLibaoPlayDomain</link>, struct in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoPlayFlags"><link linkend="AgsLibaoPlayFlags">AgsLibaoPlayFlags</link>, enum in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLibaoResolutionMode"><link linkend="AgsLibaoResolutionMode">AgsLibaoResolutionMode</link>, enum in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-BPM:CAPS"><link linkend="AGS-LIBAO-DEFAULT-BPM:CAPS">AGS_LIBAO_DEFAULT_BPM</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-BUFFER-SIZE:CAPS"><link linkend="AGS-LIBAO-DEFAULT-BUFFER-SIZE:CAPS">AGS_LIBAO_DEFAULT_BUFFER_SIZE</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-DELAY:CAPS"><link linkend="AGS-LIBAO-DEFAULT-DELAY:CAPS">AGS_LIBAO_DEFAULT_DELAY</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-LIBAO-DEFAULT-JIFFIE:CAPS">AGS_LIBAO_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-SAMPLERATE:CAPS"><link linkend="AGS-LIBAO-DEFAULT-SAMPLERATE:CAPS">AGS_LIBAO_DEFAULT_SAMPLERATE</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-TACT:CAPS"><link linkend="AGS-LIBAO-DEFAULT-TACT:CAPS">AGS_LIBAO_DEFAULT_TACT</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-TACTRATE:CAPS"><link linkend="AGS-LIBAO-DEFAULT-TACTRATE:CAPS">AGS_LIBAO_DEFAULT_TACTRATE</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-DEFAULT-TACT-JIFFIE:CAPS"><link linkend="AGS-LIBAO-DEFAULT-TACT-JIFFIE:CAPS">AGS_LIBAO_DEFAULT_TACT_JIFFIE</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-ERROR:CAPS"><link linkend="AGS-LIBAO-ERROR:CAPS">AGS_LIBAO_ERROR</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-error-quark"><link linkend="ags-libao-error-quark">ags_libao_error_quark</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-list-cards"><link linkend="ags-libao-list-cards">ags_libao_list_cards</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-new"><link linkend="ags-libao-new">ags_libao_new</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-note-offset-changed"><link linkend="ags-libao-note-offset-changed">ags_libao_note_offset_changed</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-pcm-info"><link linkend="ags-libao-pcm-info">ags_libao_pcm_info</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-PLAY:CAPS"><link linkend="AGS-LIBAO-PLAY:CAPS">AGS_LIBAO_PLAY</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-play-alloc"><link linkend="ags-libao-play-alloc">ags_libao_play_alloc</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LIBAO-PLAY-DOMAIN:CAPS"><link linkend="AGS-LIBAO-PLAY-DOMAIN:CAPS">AGS_LIBAO_PLAY_DOMAIN</link>, macro in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-play-domain-alloc"><link linkend="ags-libao-play-domain-alloc">ags_libao_play_domain_alloc</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-play-domain-free"><link linkend="ags-libao-play-domain-free">ags_libao_play_domain_free</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-play-free"><link linkend="ags-libao-play-free">ags_libao_play_free</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-libao-tic"><link linkend="ags-libao-tic">ags_libao_tic</link>, function in <link linkend="ags-AgsLibao">AgsLibao</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLine"><link linkend="AgsLine">AgsLine</link>, struct in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineClass"><link linkend="AgsLineClass">AgsLineClass</link>, struct in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineEditor"><link linkend="AgsLineEditor">AgsLineEditor</link>, struct in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineEditorClass"><link linkend="AgsLineEditorClass">AgsLineEditorClass</link>, struct in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineFlags"><link linkend="AgsLineFlags">AgsLineFlags</link>, enum in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineMember"><link linkend="AgsLineMember">AgsLineMember</link>, struct in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineMemberClass"><link linkend="AgsLineMemberClass">AgsLineMemberClass</link>, struct in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineMemberEditor"><link linkend="AgsLineMemberEditor">AgsLineMemberEditor</link>, struct in <link linkend="ags-AgsLineMemberEditor">AgsLineMemberEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineMemberEditorClass"><link linkend="AgsLineMemberEditorClass">AgsLineMemberEditorClass</link>, struct in <link linkend="ags-AgsLineMemberEditor">AgsLineMemberEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLineMemberFlags"><link linkend="AgsLineMemberFlags">AgsLineMemberFlags</link>, enum in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-channel-done-callback"><link linkend="ags-line-channel-done-callback">ags_line_channel_done_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-copy-pattern-cancel"><link linkend="ags-line-copy-pattern-cancel">ags_line_copy_pattern_cancel</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-copy-pattern-done"><link linkend="ags-line-copy-pattern-done">ags_line_copy_pattern_done</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LINE-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-LINE-DEFAULT-BUILD-ID:CAPS">AGS_LINE_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LINE-DEFAULT-VERSION:CAPS"><link linkend="AGS-LINE-DEFAULT-VERSION:CAPS">AGS_LINE_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LINE-EDITOR-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-LINE-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_LINE_EDITOR_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-LINE-EDITOR-DEFAULT-VERSION:CAPS"><link linkend="AGS-LINE-EDITOR-DEFAULT-VERSION:CAPS">AGS_LINE_EDITOR_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-editor-destroy-callback"><link linkend="ags-line-editor-destroy-callback">ags_line_editor_destroy_callback</link>, function in <link linkend="ags-ags-line-editor-callbacks">ags_line_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-editor-new"><link linkend="ags-line-editor-new">ags_line_editor_new</link>, function in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-editor-parent-set-callback"><link linkend="ags-line-editor-parent-set-callback">ags_line_editor_parent_set_callback</link>, function in <link linkend="ags-ags-line-editor-callbacks">ags_line_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-editor-set-channel"><link linkend="ags-line-editor-set-channel">ags_line_editor_set_channel</link>, function in <link linkend="ags-AgsLineEditor">AgsLineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-editor-show-callback"><link linkend="ags-line-editor-show-callback">ags_line_editor_show_callback</link>, function in <link linkend="ags-ags-line-editor-callbacks">ags_line_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-find-next-grouped"><link linkend="ags-line-find-next-grouped">ags_line_find_next_grouped</link>, function in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-find-port"><link linkend="ags-line-find-port">ags_line_find_port</link>, function in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-group-changed"><link linkend="ags-line-group-changed">ags_line_group_changed</link>, function in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-group-clicked-callback"><link linkend="ags-line-group-clicked-callback">ags_line_group_clicked_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-button-clicked-callback"><link linkend="ags-line-member-button-clicked-callback">ags_line_member_button_clicked_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-change-port"><link linkend="ags-line-member-change-port">ags_line_member_change_port</link>, function in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-check-button-clicked-callback"><link linkend="ags-line-member-check-button-clicked-callback">ags_line_member_check_button_clicked_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-dial-changed-callback"><link linkend="ags-line-member-dial-changed-callback">ags_line_member_dial_changed_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-editor-add-callback"><link linkend="ags-line-member-editor-add-callback">ags_line_member_editor_add_callback</link>, function in <link linkend="ags-ags-line-member-editor-callbacks">ags_line_member_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-editor-ladspa-browser-response-callback"><link linkend="ags-line-member-editor-ladspa-browser-response-callback">ags_line_member_editor_ladspa_browser_response_callback</link>, function in <link linkend="ags-ags-line-member-editor-callbacks">ags_line_member_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-editor-new"><link linkend="ags-line-member-editor-new">ags_line_member_editor_new</link>, function in <link linkend="ags-AgsLineMemberEditor">AgsLineMemberEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-editor-remove-callback"><link linkend="ags-line-member-editor-remove-callback">ags_line_member_editor_remove_callback</link>, function in <link linkend="ags-ags-line-member-editor-callbacks">ags_line_member_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-find-port"><link linkend="ags-line-member-find-port">ags_line_member_find_port</link>, function in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-get-widget"><link linkend="ags-line-member-get-widget">ags_line_member_get_widget</link>, function in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-hscale-changed-callback"><link linkend="ags-line-member-hscale-changed-callback">ags_line_member_hscale_changed_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-new"><link linkend="ags-line-member-new">ags_line_member_new</link>, function in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-parent-set-callback"><link linkend="ags-line-member-parent-set-callback">ags_line_member_parent_set_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-port-safe-write-callback"><link linkend="ags-line-member-port-safe-write-callback">ags_line_member_port_safe_write_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-set-label"><link linkend="ags-line-member-set-label">ags_line_member_set_label</link>, function in <link linkend="ags-AgsLineMember">AgsLineMember</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-spin-button-changed-callback"><link linkend="ags-line-member-spin-button-changed-callback">ags_line_member_spin_button_changed_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-toggle-button-clicked-callback"><link linkend="ags-line-member-toggle-button-clicked-callback">ags_line_member_toggle_button_clicked_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-member-vscale-changed-callback"><link linkend="ags-line-member-vscale-changed-callback">ags_line_member_vscale_changed_callback</link>, function in <link linkend="ags-ags-line-member-callbacks">ags_line_member_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-new"><link linkend="ags-line-new">ags_line_new</link>, function in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-parent-set-callback"><link linkend="ags-line-parent-set-callback">ags_line_parent_set_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-peak-run-post-callback"><link linkend="ags-line-peak-run-post-callback">ags_line_peak_run_post_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-play-channel-run-cancel"><link linkend="ags-line-play-channel-run-cancel">ags_line_play_channel_run_cancel</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-play-volume-cancel"><link linkend="ags-line-play-volume-cancel">ags_line_play_volume_cancel</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-play-volume-done"><link linkend="ags-line-play-volume-done">ags_line_play_volume_done</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-recall-volume-cancel"><link linkend="ags-line-recall-volume-cancel">ags_line_recall_volume_cancel</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-recall-volume-done"><link linkend="ags-line-recall-volume-done">ags_line_recall_volume_done</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-remove-recall-callback"><link linkend="ags-line-remove-recall-callback">ags_line_remove_recall_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-set-channel"><link linkend="ags-line-set-channel">ags_line_set_channel</link>, function in <link linkend="ags-AgsLine">AgsLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-line-volume-callback"><link linkend="ags-line-volume-callback">ags_line_volume_callback</link>, function in <link linkend="ags-ags-line-callbacks">ags_line_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkChannel"><link linkend="AgsLinkChannel">AgsLinkChannel</link>, struct in <link linkend="ags-AgsLinkChannel">AgsLinkChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkChannelClass"><link linkend="AgsLinkChannelClass">AgsLinkChannelClass</link>, struct in <link linkend="ags-AgsLinkChannel">AgsLinkChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkCollectionEditor"><link linkend="AgsLinkCollectionEditor">AgsLinkCollectionEditor</link>, struct in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkCollectionEditorClass"><link linkend="AgsLinkCollectionEditorClass">AgsLinkCollectionEditorClass</link>, struct in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkEditor"><link linkend="AgsLinkEditor">AgsLinkEditor</link>, struct in <link linkend="ags-AgsLinkEditor">AgsLinkEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkEditorClass"><link linkend="AgsLinkEditorClass">AgsLinkEditorClass</link>, struct in <link linkend="ags-AgsLinkEditor">AgsLinkEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLinkEditorFlags"><link linkend="AgsLinkEditorFlags">AgsLinkEditorFlags</link>, enum in <link linkend="ags-AgsLinkEditor">AgsLinkEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-channel-new"><link linkend="ags-link-channel-new">ags_link_channel_new</link>, function in <link linkend="ags-AgsLinkChannel">AgsLinkChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-check-count"><link linkend="ags-link-collection-editor-check-count">ags_link_collection_editor_check_count</link>, function in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-check-first-line"><link linkend="ags-link-collection-editor-check-first-line">ags_link_collection_editor_check_first_line</link>, function in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-check-first-link"><link linkend="ags-link-collection-editor-check-first-link">ags_link_collection_editor_check_first_link</link>, function in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-count-callback"><link linkend="ags-link-collection-editor-count-callback">ags_link_collection_editor_count_callback</link>, function in <link linkend="ags-ags-link-collection-editor-callbacks">ags_link_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-first-line-callback"><link linkend="ags-link-collection-editor-first-line-callback">ags_link_collection_editor_first_line_callback</link>, function in <link linkend="ags-ags-link-collection-editor-callbacks">ags_link_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-first-link-callback"><link linkend="ags-link-collection-editor-first-link-callback">ags_link_collection_editor_first_link_callback</link>, function in <link linkend="ags-ags-link-collection-editor-callbacks">ags_link_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-link-callback"><link linkend="ags-link-collection-editor-link-callback">ags_link_collection_editor_link_callback</link>, function in <link linkend="ags-ags-link-collection-editor-callbacks">ags_link_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-new"><link linkend="ags-link-collection-editor-new">ags_link_collection_editor_new</link>, function in <link linkend="ags-AgsLinkCollectionEditor">AgsLinkCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-collection-editor-parent-set-callback"><link linkend="ags-link-collection-editor-parent-set-callback">ags_link_collection_editor_parent_set_callback</link>, function in <link linkend="ags-ags-link-collection-editor-callbacks">ags_link_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-editor-combo-callback"><link linkend="ags-link-editor-combo-callback">ags_link_editor_combo_callback</link>, function in <link linkend="ags-ags-link-editor-callbacks">ags_link_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-editor-destroy-callback"><link linkend="ags-link-editor-destroy-callback">ags_link_editor_destroy_callback</link>, function in <link linkend="ags-ags-link-editor-callbacks">ags_link_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-editor-new"><link linkend="ags-link-editor-new">ags_link_editor_new</link>, function in <link linkend="ags-AgsLinkEditor">AgsLinkEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-editor-parent-set-callback"><link linkend="ags-link-editor-parent-set-callback">ags_link_editor_parent_set_callback</link>, function in <link linkend="ags-ags-link-editor-callbacks">ags_link_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-link-editor-show-callback"><link linkend="ags-link-editor-show-callback">ags_link_editor_show_callback</link>, function in <link linkend="ags-ags-link-editor-callbacks">ags_link_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsListingEditor"><link linkend="AgsListingEditor">AgsListingEditor</link>, struct in <link linkend="ags-AgsListingEditor">AgsListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsListingEditorClass"><link linkend="AgsListingEditorClass">AgsListingEditorClass</link>, struct in <link linkend="ags-AgsListingEditor">AgsListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-listing-editor-add-children"><link linkend="ags-listing-editor-add-children">ags_listing_editor_add_children</link>, function in <link linkend="ags-AgsListingEditor">AgsListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-listing-editor-new"><link linkend="ags-listing-editor-new">ags_listing_editor_new</link>, function in <link linkend="ags-AgsListingEditor">AgsListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-listing-editor-parent-set-callback"><link linkend="ags-listing-editor-parent-set-callback">ags_listing_editor_parent_set_callback</link>, function in <link linkend="ags-ags-listing-editor-callbacks">ags_listing_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-listing-editor-set-pads-callback"><link linkend="ags-listing-editor-set-pads-callback">ags_listing_editor_set_pads_callback</link>, function in <link linkend="ags-ags-listing-editor-callbacks">ags_listing_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-list-duplicate-list"><link linkend="ags-list-duplicate-list">ags_list_duplicate_list</link>, function in <link linkend="ags-ags-list">ags_list</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-list-free-and-free-link"><link linkend="ags-list-free-and-free-link">ags_list_free_and_free_link</link>, function in <link linkend="ags-ags-list">ags_list</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-list-free-and-unref-link"><link linkend="ags-list-free-and-unref-link">ags_list_free_and_unref_link</link>, function in <link linkend="ags-ags-list">ags_list</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLog"><link linkend="AgsLog">AgsLog</link>, struct in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLogClass"><link linkend="AgsLogClass">AgsLogClass</link>, struct in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLogFlags"><link linkend="AgsLogFlags">AgsLogFlags</link>, enum in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLogFormatedMessage"><link linkend="AgsLogFormatedMessage">AgsLogFormatedMessage</link>, struct in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLogMessage"><link linkend="AgsLogMessage">AgsLogMessage</link>, struct in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-log-debug"><link linkend="ags-log-debug">ags_log_debug</link>, function in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-log-message"><link linkend="ags-log-message">ags_log_message</link>, function in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-log-start-queue"><link linkend="ags-log-start-queue">ags_log_start_queue</link>, function in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-log-stop-queue"><link linkend="ags-log-stop-queue">ags_log_stop_queue</link>, function in <link linkend="ags-AgsLog">AgsLog</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLoopChannel"><link linkend="AgsLoopChannel">AgsLoopChannel</link>, struct in <link linkend="ags-AgsLoopChannel">AgsLoopChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLoopChannelClass"><link linkend="AgsLoopChannelClass">AgsLoopChannelClass</link>, struct in <link linkend="ags-AgsLoopChannel">AgsLoopChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLoopChannelRun"><link linkend="AgsLoopChannelRun">AgsLoopChannelRun</link>, struct in <link linkend="ags-AgsLoopChannelRun">AgsLoopChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsLoopChannelRunClass"><link linkend="AgsLoopChannelRunClass">AgsLoopChannelRunClass</link>, struct in <link linkend="ags-AgsLoopChannelRun">AgsLoopChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-loop-channel-new"><link linkend="ags-loop-channel-new">ags_loop_channel_new</link>, function in <link linkend="ags-AgsLoopChannel">AgsLoopChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-loop-channel-run-new"><link linkend="ags-loop-channel-run-new">ags_loop_channel_run_new</link>, function in <link linkend="ags-AgsLoopChannelRun">AgsLoopChannelRun</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>M</title>
-<indexentry><primaryie linkends="AgsMachine"><link linkend="AgsMachine">AgsMachine</link>, struct in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineClass"><link linkend="AgsMachineClass">AgsMachineClass</link>, struct in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineCounter"><link linkend="AgsMachineCounter">AgsMachineCounter</link>, struct in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineEditor"><link linkend="AgsMachineEditor">AgsMachineEditor</link>, struct in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineEditorClass"><link linkend="AgsMachineEditorClass">AgsMachineEditorClass</link>, struct in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineEditorFlags"><link linkend="AgsMachineEditorFlags">AgsMachineEditorFlags</link>, enum in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineFileInputFlags"><link linkend="AgsMachineFileInputFlags">AgsMachineFileInputFlags</link>, enum in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineFlags"><link linkend="AgsMachineFlags">AgsMachineFlags</link>, enum in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineRadioButton"><link linkend="AgsMachineRadioButton">AgsMachineRadioButton</link>, struct in <link linkend="ags-AgsMachineRadioButton">AgsMachineRadioButton</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineRadioButtonClass"><link linkend="AgsMachineRadioButtonClass">AgsMachineRadioButtonClass</link>, struct in <link linkend="ags-AgsMachineRadioButton">AgsMachineRadioButton</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineSelection"><link linkend="AgsMachineSelection">AgsMachineSelection</link>, struct in <link linkend="ags-AgsMachineSelection">AgsMachineSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineSelectionClass"><link linkend="AgsMachineSelectionClass">AgsMachineSelectionClass</link>, struct in <link linkend="ags-AgsMachineSelection">AgsMachineSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineSelector"><link linkend="AgsMachineSelector">AgsMachineSelector</link>, struct in <link linkend="ags-AgsMachineSelector">AgsMachineSelector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMachineSelectorClass"><link linkend="AgsMachineSelectorClass">AgsMachineSelectorClass</link>, struct in <link linkend="ags-AgsMachineSelector">AgsMachineSelector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-add-default-recalls"><link linkend="ags-machine-add-default-recalls">ags_machine_add_default_recalls</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-button-press-callback"><link linkend="ags-machine-button-press-callback">ags_machine_button_press_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MACHINE-COUNTER:CAPS"><link linkend="AGS-MACHINE-COUNTER:CAPS">AGS_MACHINE_COUNTER</link>, macro in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-counter-alloc"><link linkend="ags-machine-counter-alloc">ags_machine_counter_alloc</link>, function in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MACHINE-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-MACHINE-DEFAULT-BUILD-ID:CAPS">AGS_MACHINE_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MACHINE-DEFAULT-VERSION:CAPS"><link linkend="AGS-MACHINE-DEFAULT-VERSION:CAPS">AGS_MACHINE_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-destroy-callback"><link linkend="ags-machine-destroy-callback">ags_machine_destroy_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-done-callback"><link linkend="ags-machine-done-callback">ags_machine_done_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-add-callback"><link linkend="ags-machine-editor-add-callback">ags_machine_editor_add_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-add-children"><link linkend="ags-machine-editor-add-children">ags_machine_editor_add_children</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-add-input"><link linkend="ags-machine-editor-add-input">ags_machine_editor_add_input</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-add-output"><link linkend="ags-machine-editor-add-output">ags_machine_editor_add_output</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-apply-callback"><link linkend="ags-machine-editor-apply-callback">ags_machine_editor_apply_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-back-callback"><link linkend="ags-machine-editor-back-callback">ags_machine_editor_back_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-cancel-callback"><link linkend="ags-machine-editor-cancel-callback">ags_machine_editor_cancel_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MACHINE-EDITOR-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-MACHINE-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MACHINE-EDITOR-DEFAULT-VERSION:CAPS"><link linkend="AGS-MACHINE-EDITOR-DEFAULT-VERSION:CAPS">AGS_MACHINE_EDITOR_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-destroy-callback"><link linkend="ags-machine-editor-destroy-callback">ags_machine_editor_destroy_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-new"><link linkend="ags-machine-editor-new">ags_machine_editor_new</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-ok-callback"><link linkend="ags-machine-editor-ok-callback">ags_machine_editor_ok_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-parent-set-callback"><link linkend="ags-machine-editor-parent-set-callback">ags_machine_editor_parent_set_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-remove-callback"><link linkend="ags-machine-editor-remove-callback">ags_machine_editor_remove_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-remove-input"><link linkend="ags-machine-editor-remove-input">ags_machine_editor_remove_input</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-remove-output"><link linkend="ags-machine-editor-remove-output">ags_machine_editor_remove_output</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-set-machine"><link linkend="ags-machine-editor-set-machine">ags_machine_editor_set_machine</link>, function in <link linkend="ags-AgsMachineEditor">AgsMachineEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-show-callback"><link linkend="ags-machine-editor-show-callback">ags_machine_editor_show_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-editor-switch-page-callback"><link linkend="ags-machine-editor-switch-page-callback">ags_machine_editor_switch_page_callback</link>, function in <link linkend="ags-ags-machine-editor-callbacks">ags_machine_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-file-chooser-dialog-new"><link linkend="ags-machine-file-chooser-dialog-new">ags_machine_file_chooser_dialog_new</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-find-by-name"><link linkend="ags-machine-find-by-name">ags_machine_find_by_name</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-find-port"><link linkend="ags-machine-find-port">ags_machine_find_port</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-get-possible-links"><link linkend="ags-machine-get-possible-links">ags_machine_get_possible_links</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-new"><link linkend="ags-machine-new">ags_machine_new</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-open-files"><link linkend="ags-machine-open-files">ags_machine_open_files</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-open-response-callback"><link linkend="ags-machine-open-response-callback">ags_machine_open_response_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-parent-set-callback"><link linkend="ags-machine-parent-set-callback">ags_machine_parent_set_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-play-callback"><link linkend="ags-machine-play-callback">ags_machine_play_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-destroy-activate-callback"><link linkend="ags-machine-popup-destroy-activate-callback">ags_machine_popup_destroy_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-hide-activate-callback"><link linkend="ags-machine-popup-hide-activate-callback">ags_machine_popup_hide_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-move-down-activate-callback"><link linkend="ags-machine-popup-move-down-activate-callback">ags_machine_popup_move_down_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-move-up-activate-callback"><link linkend="ags-machine-popup-move-up-activate-callback">ags_machine_popup_move_up_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-properties-activate-callback"><link linkend="ags-machine-popup-properties-activate-callback">ags_machine_popup_properties_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-rename-activate-callback"><link linkend="ags-machine-popup-rename-activate-callback">ags_machine_popup_rename_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-popup-show-activate-callback"><link linkend="ags-machine-popup-show-activate-callback">ags_machine_popup_show_activate_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-radio-button-new"><link linkend="ags-machine-radio-button-new">ags_machine_radio_button_new</link>, function in <link linkend="ags-AgsMachineRadioButton">AgsMachineRadioButton</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selection-new"><link linkend="ags-machine-selection-new">ags_machine_selection_new</link>, function in <link linkend="ags-AgsMachineSelection">AgsMachineSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selection-run"><link linkend="ags-machine-selection-run">ags_machine_selection_run</link>, function in <link linkend="ags-AgsMachineSelection">AgsMachineSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-changed"><link linkend="ags-machine-selector-changed">ags_machine_selector_changed</link>, function in <link linkend="ags-AgsMachineSelector">AgsMachineSelector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-new"><link linkend="ags-machine-selector-new">ags_machine_selector_new</link>, function in <link linkend="ags-AgsMachineSelector">AgsMachineSelector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-add-index-callback"><link linkend="ags-machine-selector-popup-add-index-callback">ags_machine_selector_popup_add_index_callback</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-add-tab-callback"><link linkend="ags-machine-selector-popup-add-tab-callback">ags_machine_selector_popup_add_tab_callback</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-link-index-callback"><link linkend="ags-machine-selector-popup-link-index-callback">ags_machine_selector_popup_link_index_callback</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-new"><link linkend="ags-machine-selector-popup-new">ags_machine_selector_popup_new</link>, function in <link linkend="ags-AgsMachineSelector">AgsMachineSelector</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-remove-index-callback"><link linkend="ags-machine-selector-popup-remove-index-callback">ags_machine_selector_popup_remove_index_callback</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-popup-remove-tab-callback"><link linkend="ags-machine-selector-popup-remove-tab-callback">ags_machine_selector_popup_remove_tab_callback</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-selector-radio-changed"><link linkend="ags-machine-selector-radio-changed">ags_machine_selector_radio_changed</link>, function in <link linkend="ags-ags-machine-selector-callbacks">ags_machine_selector_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-set-run"><link linkend="ags-machine-set-run">ags_machine_set_run</link>, function in <link linkend="ags-AgsMachine">AgsMachine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-start-failure-callback"><link linkend="ags-machine-start-failure-callback">ags_machine_start_failure_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-machine-tact-callback"><link linkend="ags-machine-tact-callback">ags_machine_tact_callback</link>, function in <link linkend="ags-ags-machine-callbacks">ags_machine_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMain"><link linkend="AgsMain">AgsMain</link>, struct in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMainClass"><link linkend="AgsMainClass">AgsMainClass</link>, struct in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMainFlags"><link linkend="AgsMainFlags">AgsMainFlags</link>, enum in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMainLoop"><link linkend="AgsMainLoop">AgsMainLoop</link>, typedef in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMainLoopInterface"><link linkend="AgsMainLoopInterface">AgsMainLoopInterface</link>, struct in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-add-devout"><link linkend="ags-main-add-devout">ags_main_add_devout</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-load-config"><link linkend="ags-main-load-config">ags_main_load_config</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-get-async-queue"><link linkend="ags-main-loop-get-async-queue">ags_main_loop_get_async_queue</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-get-last-sync"><link linkend="ags-main-loop-get-last-sync">ags_main_loop_get_last_sync</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-get-tic"><link linkend="ags-main-loop-get-tic">ags_main_loop_get_tic</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-set-async-queue"><link linkend="ags-main-loop-set-async-queue">ags_main_loop_set_async_queue</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-set-last-sync"><link linkend="ags-main-loop-set-last-sync">ags_main_loop_set_last_sync</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-loop-set-tic"><link linkend="ags-main-loop-set-tic">ags_main_loop_set_tic</link>, function in <link linkend="ags-AgsMainLoop">AgsMainLoop</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-new"><link linkend="ags-main-new">ags_main_new</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-quit"><link linkend="ags-main-quit">ags_main_quit</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-register-machine-type"><link linkend="ags-main-register-machine-type">ags_main_register_machine_type</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-register-recall-type"><link linkend="ags-main-register-recall-type">ags_main_register_recall_type</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-register-task-type"><link linkend="ags-main-register-task-type">ags_main_register_task_type</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-register-thread-type"><link linkend="ags-main-register-thread-type">ags_main_register_thread_type</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-main-register-widget-type"><link linkend="ags-main-register-widget-type">ags_main_register_widget_type</link>, function in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMatrix"><link linkend="AgsMatrix">AgsMatrix</link>, struct in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMatrixClass"><link linkend="AgsMatrixClass">AgsMatrixClass</link>, struct in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-adjustment-value-changed-callback"><link linkend="ags-matrix-adjustment-value-changed-callback">ags_matrix_adjustment_value_changed_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-bpm-callback"><link linkend="ags-matrix-bpm-callback">ags_matrix_bpm_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MATRIX-CELL-HEIGHT:CAPS"><link linkend="AGS-MATRIX-CELL-HEIGHT:CAPS">AGS_MATRIX_CELL_HEIGHT</link>, macro in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MATRIX-CELL-WIDTH:CAPS"><link linkend="AGS-MATRIX-CELL-WIDTH:CAPS">AGS_MATRIX_CELL_WIDTH</link>, macro in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-done-callback"><link linkend="ags-matrix-done-callback">ags_matrix_done_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-drawing-area-button-press-callback"><link linkend="ags-matrix-drawing-area-button-press-callback">ags_matrix_drawing_area_button_press_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-drawing-area-expose-callback"><link linkend="ags-matrix-drawing-area-expose-callback">ags_matrix_drawing_area_expose_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-draw-gutter"><link linkend="ags-matrix-draw-gutter">ags_matrix_draw_gutter</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-draw-matrix"><link linkend="ags-matrix-draw-matrix">ags_matrix_draw_matrix</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-highlight-gutter-point"><link linkend="ags-matrix-highlight-gutter-point">ags_matrix_highlight_gutter_point</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-index-callback"><link linkend="ags-matrix-index-callback">ags_matrix_index_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-input-map-recall"><link linkend="ags-matrix-input-map-recall">ags_matrix_input_map_recall</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-length-spin-callback"><link linkend="ags-matrix-length-spin-callback">ags_matrix_length_spin_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-loop-button-callback"><link linkend="ags-matrix-loop-button-callback">ags_matrix_loop_button_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-new"><link linkend="ags-matrix-new">ags_matrix_new</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MATRIX-OCTAVE:CAPS"><link linkend="AGS-MATRIX-OCTAVE:CAPS">AGS_MATRIX_OCTAVE</link>, macro in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-output-map-recall"><link linkend="ags-matrix-output-map-recall">ags_matrix_output_map_recall</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-parent-set-callback"><link linkend="ags-matrix-parent-set-callback">ags_matrix_parent_set_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MATRIX-PATTERN-CONTROLS:CAPS"><link linkend="AGS-MATRIX-PATTERN-CONTROLS:CAPS">AGS_MATRIX_PATTERN_CONTROLS</link>, macro in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-redraw-gutter-point"><link linkend="ags-matrix-redraw-gutter-point">ags_matrix_redraw_gutter_point</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-tact-callback"><link linkend="ags-matrix-tact-callback">ags_matrix_tact_callback</link>, function in <link linkend="ags-ags-matrix-callbacks">ags_matrix_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-matrix-unpaint-gutter-point"><link linkend="ags-matrix-unpaint-gutter-point">ags_matrix_unpaint_gutter_point</link>, function in <link linkend="ags-AgsMatrix">AgsMatrix</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenu"><link linkend="AgsMenu">AgsMenu</link>, struct in <link linkend="ags-AgsMenu">AgsMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenuBar"><link linkend="AgsMenuBar">AgsMenuBar</link>, struct in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenuBarClass"><link linkend="AgsMenuBarClass">AgsMenuBarClass</link>, struct in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenuClass"><link linkend="AgsMenuClass">AgsMenuClass</link>, struct in <link linkend="ags-AgsMenu">AgsMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenuItem"><link linkend="AgsMenuItem">AgsMenuItem</link>, struct in <link linkend="ags-AgsMenuItem">AgsMenuItem</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMenuItemClass"><link linkend="AgsMenuItemClass">AgsMenuItemClass</link>, struct in <link linkend="ags-AgsMenuItem">AgsMenuItem</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-about-callback"><link linkend="ags-menu-bar-about-callback">ags_menu_bar_about_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-callback"><link linkend="ags-menu-bar-add-callback">ags_menu_bar_add_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-drum-callback"><link linkend="ags-menu-bar-add-drum-callback">ags_menu_bar_add_drum_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-ffplayer-callback"><link linkend="ags-menu-bar-add-ffplayer-callback">ags_menu_bar_add_ffplayer_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-matrix-callback"><link linkend="ags-menu-bar-add-matrix-callback">ags_menu_bar_add_matrix_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-mixer-callback"><link linkend="ags-menu-bar-add-mixer-callback">ags_menu_bar_add_mixer_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-panel-callback"><link linkend="ags-menu-bar-add-panel-callback">ags_menu_bar_add_panel_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-add-synth-callback"><link linkend="ags-menu-bar-add-synth-callback">ags_menu_bar_add_synth_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-destroy-callback"><link linkend="ags-menu-bar-destroy-callback">ags_menu_bar_destroy_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-export-callback"><link linkend="ags-menu-bar-export-callback">ags_menu_bar_export_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-new"><link linkend="ags-menu-bar-new">ags_menu_bar_new</link>, function in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-open-callback"><link linkend="ags-menu-bar-open-callback">ags_menu_bar_open_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-preferences-callback"><link linkend="ags-menu-bar-preferences-callback">ags_menu_bar_preferences_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-quit-callback"><link linkend="ags-menu-bar-quit-callback">ags_menu_bar_quit_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-remove-callback"><link linkend="ags-menu-bar-remove-callback">ags_menu_bar_remove_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-save-as-callback"><link linkend="ags-menu-bar-save-as-callback">ags_menu_bar_save_as_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-save-callback"><link linkend="ags-menu-bar-save-callback">ags_menu_bar_save_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-bar-show-callback"><link linkend="ags-menu-bar-show-callback">ags_menu_bar_show_callback</link>, function in <link linkend="ags-ags-menu-bar-callbacks">ags_menu_bar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-item-new"><link linkend="ags-menu-item-new">ags_menu_item_new</link>, function in <link linkend="ags-AgsMenuItem">AgsMenuItem</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-menu-new"><link linkend="ags-menu-new">ags_menu_new</link>, function in <link linkend="ags-AgsMenu">AgsMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMeter"><link linkend="AgsMeter">AgsMeter</link>, struct in <link linkend="ags-AgsMeter">AgsMeter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMeterClass"><link linkend="AgsMeterClass">AgsMeterClass</link>, struct in <link linkend="ags-AgsMeter">AgsMeter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-configure-event"><link linkend="ags-meter-configure-event">ags_meter_configure_event</link>, function in <link linkend="ags-ags-meter-callbacks">ags_meter_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-destroy-callback"><link linkend="ags-meter-destroy-callback">ags_meter_destroy_callback</link>, function in <link linkend="ags-ags-meter-callbacks">ags_meter_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-expose-event"><link linkend="ags-meter-expose-event">ags_meter_expose_event</link>, function in <link linkend="ags-ags-meter-callbacks">ags_meter_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-new"><link linkend="ags-meter-new">ags_meter_new</link>, function in <link linkend="ags-AgsMeter">AgsMeter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-paint"><link linkend="ags-meter-paint">ags_meter_paint</link>, function in <link linkend="ags-AgsMeter">AgsMeter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-show-callback"><link linkend="ags-meter-show-callback">ags_meter_show_callback</link>, function in <link linkend="ags-ags-meter-callbacks">ags_meter_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-meter-sound-string"><link linkend="ags-meter-sound-string">ags_meter_sound_string</link>, function in <link linkend="ags-AgsMeter">AgsMeter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-MICROSECONDS-PER-SECOND:CAPS"><link linkend="AGS-MICROSECONDS-PER-SECOND:CAPS">AGS_MICROSECONDS_PER_SECOND</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixer"><link linkend="AgsMixer">AgsMixer</link>, struct in <link linkend="ags-AgsMixer">AgsMixer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixerClass"><link linkend="AgsMixerClass">AgsMixerClass</link>, struct in <link linkend="ags-AgsMixer">AgsMixer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixerInputLine"><link linkend="AgsMixerInputLine">AgsMixerInputLine</link>, struct in <link linkend="ags-AgsMixerInputLine">AgsMixerInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixerInputLineClass"><link linkend="AgsMixerInputLineClass">AgsMixerInputLineClass</link>, struct in <link linkend="ags-AgsMixerInputLine">AgsMixerInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixerInputPad"><link linkend="AgsMixerInputPad">AgsMixerInputPad</link>, struct in <link linkend="ags-AgsMixerInputPad">AgsMixerInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMixerInputPadClass"><link linkend="AgsMixerInputPadClass">AgsMixerInputPadClass</link>, struct in <link linkend="ags-AgsMixerInputPad">AgsMixerInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mixer-input-line-map-recall"><link linkend="ags-mixer-input-line-map-recall">ags_mixer_input_line_map_recall</link>, function in <link linkend="ags-AgsMixerInputLine">AgsMixerInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mixer-input-line-new"><link linkend="ags-mixer-input-line-new">ags_mixer_input_line_new</link>, function in <link linkend="ags-AgsMixerInputLine">AgsMixerInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mixer-input-pad-new"><link linkend="ags-mixer-input-pad-new">ags_mixer_input_pad_new</link>, function in <link linkend="ags-AgsMixerInputPad">AgsMixerInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mixer-new"><link linkend="ags-mixer-new">ags_mixer_new</link>, function in <link linkend="ags-AgsMixer">AgsMixer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mixer-parent-set-callback"><link linkend="ags-mixer-parent-set-callback">ags_mixer_parent_set_callback</link>, function in <link linkend="ags-ags-mixer-callbacks">ags_mixer_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="MSEC-PER-SEC:CAPS"><link linkend="MSEC-PER-SEC:CAPS">MSEC_PER_SEC</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMutable"><link linkend="AgsMutable">AgsMutable</link>, typedef in <link linkend="ags-AgsMutable">AgsMutable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMutableInterface"><link linkend="AgsMutableInterface">AgsMutableInterface</link>, struct in <link linkend="ags-AgsMutable">AgsMutable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mutable-set-muted"><link linkend="ags-mutable-set-muted">ags_mutable_set_muted</link>, function in <link linkend="ags-AgsMutable">AgsMutable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteAudio"><link linkend="AgsMuteAudio">AgsMuteAudio</link>, struct in <link linkend="ags-AgsMuteAudio">AgsMuteAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteAudioClass"><link linkend="AgsMuteAudioClass">AgsMuteAudioClass</link>, struct in <link linkend="ags-AgsMuteAudio">AgsMuteAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteAudioSignal"><link linkend="AgsMuteAudioSignal">AgsMuteAudioSignal</link>, struct in <link linkend="ags-AgsMuteAudioSignal">AgsMuteAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteAudioSignalClass"><link linkend="AgsMuteAudioSignalClass">AgsMuteAudioSignalClass</link>, struct in <link linkend="ags-AgsMuteAudioSignal">AgsMuteAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteChannel"><link linkend="AgsMuteChannel">AgsMuteChannel</link>, struct in <link linkend="ags-AgsMuteChannel">AgsMuteChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteChannelClass"><link linkend="AgsMuteChannelClass">AgsMuteChannelClass</link>, struct in <link linkend="ags-AgsMuteChannel">AgsMuteChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteChannelRun"><link linkend="AgsMuteChannelRun">AgsMuteChannelRun</link>, struct in <link linkend="ags-AgsMuteChannelRun">AgsMuteChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteChannelRunClass"><link linkend="AgsMuteChannelRunClass">AgsMuteChannelRunClass</link>, struct in <link linkend="ags-AgsMuteChannelRun">AgsMuteChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteRecycling"><link linkend="AgsMuteRecycling">AgsMuteRecycling</link>, struct in <link linkend="ags-AgsMuteRecycling">AgsMuteRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsMuteRecyclingClass"><link linkend="AgsMuteRecyclingClass">AgsMuteRecyclingClass</link>, struct in <link linkend="ags-AgsMuteRecycling">AgsMuteRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mute-audio-new"><link linkend="ags-mute-audio-new">ags_mute_audio_new</link>, function in <link linkend="ags-AgsMuteAudio">AgsMuteAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mute-audio-signal-new"><link linkend="ags-mute-audio-signal-new">ags_mute_audio_signal_new</link>, function in <link linkend="ags-AgsMuteAudioSignal">AgsMuteAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mute-channel-new"><link linkend="ags-mute-channel-new">ags_mute_channel_new</link>, function in <link linkend="ags-AgsMuteChannel">AgsMuteChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mute-channel-run-new"><link linkend="ags-mute-channel-run-new">ags_mute_channel_run_new</link>, function in <link linkend="ags-AgsMuteChannelRun">AgsMuteChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-mute-recycling-new"><link linkend="ags-mute-recycling-new">ags_mute_recycling_new</link>, function in <link linkend="ags-AgsMuteRecycling">AgsMuteRecycling</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>N</title>
-<indexentry><primaryie linkends="AgsNavigation"><link linkend="AgsNavigation">AgsNavigation</link>, struct in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNavigationClass"><link linkend="AgsNavigationClass">AgsNavigationClass</link>, struct in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNavigationFlags"><link linkend="AgsNavigationFlags">AgsNavigationFlags</link>, enum in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-bpm-callback"><link linkend="ags-navigation-bpm-callback">ags_navigation_bpm_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-change-position"><link linkend="ags-navigation-change-position">ags_navigation_change_position</link>, function in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NAVIGATION-DEFAULT-TACT-STEP:CAPS"><link linkend="AGS-NAVIGATION-DEFAULT-TACT-STEP:CAPS">AGS_NAVIGATION_DEFAULT_TACT_STEP</link>, macro in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-destroy-callback"><link linkend="ags-navigation-destroy-callback">ags_navigation_destroy_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-duration-tact-callback"><link linkend="ags-navigation-duration-tact-callback">ags_navigation_duration_tact_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-expander-callback"><link linkend="ags-navigation-expander-callback">ags_navigation_expander_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-forward-callback"><link linkend="ags-navigation-forward-callback">ags_navigation_forward_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-loop-callback"><link linkend="ags-navigation-loop-callback">ags_navigation_loop_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-loop-left-tact-callback"><link linkend="ags-navigation-loop-left-tact-callback">ags_navigation_loop_left_tact_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-loop-right-tact-callback"><link linkend="ags-navigation-loop-right-tact-callback">ags_navigation_loop_right_tact_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-new"><link linkend="ags-navigation-new">ags_navigation_new</link>, function in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-next-callback"><link linkend="ags-navigation-next-callback">ags_navigation_next_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-parent-set-callback"><link linkend="ags-navigation-parent-set-callback">ags_navigation_parent_set_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-play-callback"><link linkend="ags-navigation-play-callback">ags_navigation_play_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-position-tact-callback"><link linkend="ags-navigation-position-tact-callback">ags_navigation_position_tact_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-prev-callback"><link linkend="ags-navigation-prev-callback">ags_navigation_prev_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-raster-callback"><link linkend="ags-navigation-raster-callback">ags_navigation_raster_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-rewind-callback"><link linkend="ags-navigation-rewind-callback">ags_navigation_rewind_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NAVIGATION-REWIND-STEPS:CAPS"><link linkend="AGS-NAVIGATION-REWIND-STEPS:CAPS">AGS_NAVIGATION_REWIND_STEPS</link>, macro in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NAVIGATION-SEEK-STEPS:CAPS"><link linkend="AGS-NAVIGATION-SEEK-STEPS:CAPS">AGS_NAVIGATION_SEEK_STEPS</link>, macro in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-set-seeking-sensitive"><link linkend="ags-navigation-set-seeking-sensitive">ags_navigation_set_seeking_sensitive</link>, function in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-show-callback"><link linkend="ags-navigation-show-callback">ags_navigation_show_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-stop-callback"><link linkend="ags-navigation-stop-callback">ags_navigation_stop_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-tact-to-time-string"><link linkend="ags-navigation-tact-to-time-string">ags_navigation_tact_to_time_string</link>, function in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-tic-callback"><link linkend="ags-navigation-tic-callback">ags_navigation_tic_callback</link>, function in <link linkend="ags-ags-navigation-callbacks">ags_navigation_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-navigation-update-time-string"><link linkend="ags-navigation-update-time-string">ags_navigation_update_time_string</link>, function in <link linkend="ags-AgsNavigation">AgsNavigation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotation"><link linkend="AgsNotation">AgsNotation</link>, struct in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotationClass"><link linkend="AgsNotationClass">AgsNotationClass</link>, struct in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotationFlags"><link linkend="AgsNotationFlags">AgsNotationFlags</link>, enum in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-add-note"><link linkend="ags-notation-add-note">ags_notation_add_note</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-add-point-to-selection"><link linkend="ags-notation-add-point-to-selection">ags_notation_add_point_to_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-add-region-to-selection"><link linkend="ags-notation-add-region-to-selection">ags_notation_add_region_to_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-copy-selection"><link linkend="ags-notation-copy-selection">ags_notation_copy_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-cut-selection"><link linkend="ags-notation-cut-selection">ags_notation_cut_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-DEFAULT-BPM:CAPS"><link linkend="AGS-NOTATION-DEFAULT-BPM:CAPS">AGS_NOTATION_DEFAULT_BPM</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-DEFAULT-DURATION:CAPS"><link linkend="AGS-NOTATION-DEFAULT-DURATION:CAPS">AGS_NOTATION_DEFAULT_DURATION</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-NOTATION-DEFAULT-JIFFIE:CAPS">AGS_NOTATION_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-DEFAULT-LENGTH:CAPS"><link linkend="AGS-NOTATION-DEFAULT-LENGTH:CAPS">AGS_NOTATION_DEFAULT_LENGTH</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-find-near-timestamp"><link linkend="ags-notation-find-near-timestamp">ags_notation_find_near_timestamp</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-find-point"><link linkend="ags-notation-find-point">ags_notation_find_point</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-find-region"><link linkend="ags-notation-find-region">ags_notation_find_region</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-free-selection"><link linkend="ags-notation-free-selection">ags_notation_free_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-get-current"><link linkend="ags-notation-get-current">ags_notation_get_current</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-get-selection"><link linkend="ags-notation-get-selection">ags_notation_get_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-insert-from-clipboard"><link linkend="ags-notation-insert-from-clipboard">ags_notation_insert_from_clipboard</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-is-note-selected"><link linkend="ags-notation-is-note-selected">ags_notation_is_note_selected</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-MAXIMUM-NOTE-LENGTH:CAPS"><link linkend="AGS-NOTATION-MAXIMUM-NOTE-LENGTH:CAPS">AGS_NOTATION_MAXIMUM_NOTE_LENGTH</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-MINIMUM-NOTE-LENGTH:CAPS"><link linkend="AGS-NOTATION-MINIMUM-NOTE-LENGTH:CAPS">AGS_NOTATION_MINIMUM_NOTE_LENGTH</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-new"><link linkend="ags-notation-new">ags_notation_new</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-remove-note-at-position"><link linkend="ags-notation-remove-note-at-position">ags_notation_remove_note_at_position</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-remove-point-from-selection"><link linkend="ags-notation-remove-point-from-selection">ags_notation_remove_point_from_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notation-remove-region-from-selection"><link linkend="ags-notation-remove-region-from-selection">ags_notation_remove_region_from_selection</link>, function in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTATION-TICS-PER-BEAT:CAPS"><link linkend="AGS-NOTATION-TICS-PER-BEAT:CAPS">AGS_NOTATION_TICS_PER_BEAT</link>, macro in <link linkend="ags-AgsNotation">AgsNotation</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNote"><link linkend="AgsNote">AgsNote</link>, struct in <link linkend="ags-AgsNote">AgsNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotebook"><link linkend="AgsNotebook">AgsNotebook</link>, struct in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotebookClass"><link linkend="AgsNotebookClass">AgsNotebookClass</link>, struct in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotebookTab"><link linkend="AgsNotebookTab">AgsNotebookTab</link>, struct in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNotebookTabFlags"><link linkend="AgsNotebookTabFlags">AgsNotebookTabFlags</link>, enum in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-add-child"><link linkend="ags-notebook-add-child">ags_notebook_add_child</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-add-tab"><link linkend="ags-notebook-add-tab">ags_notebook_add_tab</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-insert-tab"><link linkend="ags-notebook-insert-tab">ags_notebook_insert_tab</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-machine-changed-callback"><link linkend="ags-notebook-machine-changed-callback">ags_notebook_machine_changed_callback</link>, function in <link linkend="ags-ags-notebook-callbacks">ags_notebook_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-new"><link linkend="ags-notebook-new">ags_notebook_new</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-next-active-tab"><link linkend="ags-notebook-next-active-tab">ags_notebook_next_active_tab</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-remove-child"><link linkend="ags-notebook-remove-child">ags_notebook_remove_child</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-remove-tab"><link linkend="ags-notebook-remove-tab">ags_notebook_remove_tab</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTEBOOK-TAB:CAPS"><link linkend="AGS-NOTEBOOK-TAB:CAPS">AGS_NOTEBOOK_TAB</link>, macro in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-notebook-tab-index"><link linkend="ags-notebook-tab-index">ags_notebook_tab_index</link>, function in <link linkend="ags-AgsNotebook">AgsNotebook</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteClass"><link linkend="AgsNoteClass">AgsNoteClass</link>, struct in <link linkend="ags-AgsNote">AgsNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteEdit"><link linkend="AgsNoteEdit">AgsNoteEdit</link>, struct in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteEditClass"><link linkend="AgsNoteEditClass">AgsNoteEditClass</link>, struct in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteEditFlags"><link linkend="AgsNoteEditFlags">AgsNoteEditFlags</link>, enum in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteEditResetFlags"><link linkend="AgsNoteEditResetFlags">AgsNoteEditResetFlags</link>, enum in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsNoteFlags"><link linkend="AgsNoteFlags">AgsNoteFlags</link>, enum in <link linkend="ags-AgsNote">AgsNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-duplicate"><link linkend="ags-note-duplicate">ags_note_duplicate</link>, function in <link linkend="ags-AgsNote">AgsNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-drawing-area-button-press-event"><link linkend="ags-note-edit-drawing-area-button-press-event">ags_note_edit_drawing_area_button_press_event</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-drawing-area-button-release-event"><link linkend="ags-note-edit-drawing-area-button-release-event">ags_note_edit_drawing_area_button_release_event</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-drawing-area-configure-event"><link linkend="ags-note-edit-drawing-area-configure-event">ags_note_edit_drawing_area_configure_event</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-drawing-area-expose-event"><link linkend="ags-note-edit-drawing-area-expose-event">ags_note_edit_drawing_area_expose_event</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-drawing-area-motion-notify-event"><link linkend="ags-note-edit-drawing-area-motion-notify-event">ags_note_edit_drawing_area_motion_notify_event</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-draw-notation"><link linkend="ags-note-edit-draw-notation">ags_note_edit_draw_notation</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-draw-position"><link linkend="ags-note-edit-draw-position">ags_note_edit_draw_position</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-draw-scroll"><link linkend="ags-note-edit-draw-scroll">ags_note_edit_draw_scroll</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-draw-segment"><link linkend="ags-note-edit-draw-segment">ags_note_edit_draw_segment</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-hscrollbar-value-changed"><link linkend="ags-note-edit-hscrollbar-value-changed">ags_note_edit_hscrollbar_value_changed</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-NOTE-EDIT-MAX-CONTROLS:CAPS"><link linkend="AGS-NOTE-EDIT-MAX-CONTROLS:CAPS">AGS_NOTE_EDIT_MAX_CONTROLS</link>, macro in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-new"><link linkend="ags-note-edit-new">ags_note_edit_new</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-reset-horizontally"><link linkend="ags-note-edit-reset-horizontally">ags_note_edit_reset_horizontally</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-reset-vertically"><link linkend="ags-note-edit-reset-vertically">ags_note_edit_reset_vertically</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-set-map-height"><link linkend="ags-note-edit-set-map-height">ags_note_edit_set_map_height</link>, function in <link linkend="ags-AgsNoteEdit">AgsNoteEdit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-edit-vscrollbar-value-changed"><link linkend="ags-note-edit-vscrollbar-value-changed">ags_note_edit_vscrollbar_value_changed</link>, function in <link linkend="ags-ags-note-edit-callbacks">ags_note_edit_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-note-new"><link linkend="ags-note-new">ags_note_new</link>, function in <link linkend="ags-AgsNote">AgsNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="NSEC-PER-SEC:CAPS"><link linkend="NSEC-PER-SEC:CAPS">NSEC_PER_SEC</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>O</title>
-<indexentry><primaryie linkends="AgsOpenFile"><link linkend="AgsOpenFile">AgsOpenFile</link>, struct in <link linkend="ags-AgsOpenFile">AgsOpenFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOpenFileClass"><link linkend="AgsOpenFileClass">AgsOpenFileClass</link>, struct in <link linkend="ags-AgsOpenFile">AgsOpenFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOpenSingleFile"><link linkend="AgsOpenSingleFile">AgsOpenSingleFile</link>, struct in <link linkend="ags-AgsOpenSingleFile">AgsOpenSingleFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOpenSingleFileClass"><link linkend="AgsOpenSingleFileClass">AgsOpenSingleFileClass</link>, struct in <link linkend="ags-AgsOpenSingleFile">AgsOpenSingleFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-open-file-new"><link linkend="ags-open-file-new">ags_open_file_new</link>, function in <link linkend="ags-AgsOpenFile">AgsOpenFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-open-single-file-new"><link linkend="ags-open-single-file-new">ags_open_single_file_new</link>, function in <link linkend="ags-AgsOpenSingleFile">AgsOpenSingleFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOptionMenu"><link linkend="AgsOptionMenu">AgsOptionMenu</link>, struct in <link linkend="ags-AgsOptionMenu">AgsOptionMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOptionMenuClass"><link linkend="AgsOptionMenuClass">AgsOptionMenuClass</link>, struct in <link linkend="ags-AgsOptionMenu">AgsOptionMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-option-menu-new"><link linkend="ags-option-menu-new">ags_option_menu_new</link>, function in <link linkend="ags-AgsOptionMenu">AgsOptionMenu</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOscillator"><link linkend="AgsOscillator">AgsOscillator</link>, struct in <link linkend="ags-AgsOscillator">AgsOscillator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOscillatorClass"><link linkend="AgsOscillatorClass">AgsOscillatorClass</link>, struct in <link linkend="ags-AgsOscillator">AgsOscillator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-attack-callback"><link linkend="ags-oscillator-attack-callback">ags_oscillator_attack_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-frame-count-callback"><link linkend="ags-oscillator-frame-count-callback">ags_oscillator_frame_count_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-frequency-callback"><link linkend="ags-oscillator-frequency-callback">ags_oscillator_frequency_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-new"><link linkend="ags-oscillator-new">ags_oscillator_new</link>, function in <link linkend="ags-AgsOscillator">AgsOscillator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-phase-callback"><link linkend="ags-oscillator-phase-callback">ags_oscillator_phase_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-volume-callback"><link linkend="ags-oscillator-volume-callback">ags_oscillator_volume_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-oscillator-wave-callback"><link linkend="ags-oscillator-wave-callback">ags_oscillator_wave_callback</link>, function in <link linkend="ags-ags-oscillator-callbacks">ags_oscillator_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOutput"><link linkend="AgsOutput">AgsOutput</link>, struct in <link linkend="ags-AgsOutput">AgsOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsOutputClass"><link linkend="AgsOutputClass">AgsOutputClass</link>, struct in <link linkend="ags-AgsOutput">AgsOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-output-find-first-input-recycling"><link linkend="ags-output-find-first-input-recycling">ags_output_find_first_input_recycling</link>, function in <link linkend="ags-AgsOutput">AgsOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-output-find-last-input-recycling"><link linkend="ags-output-find-last-input-recycling">ags_output_find_last_input_recycling</link>, function in <link linkend="ags-AgsOutput">AgsOutput</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-output-new"><link linkend="ags-output-new">ags_output_new</link>, function in <link linkend="ags-AgsOutput">AgsOutput</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>P</title>
-<indexentry><primaryie linkends="AgsPackable"><link linkend="AgsPackable">AgsPackable</link>, typedef in <link linkend="ags-AgsPackable">AgsPackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPackableInterface"><link linkend="AgsPackableInterface">AgsPackableInterface</link>, struct in <link linkend="ags-AgsPackable">AgsPackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-packable-pack"><link linkend="ags-packable-pack">ags_packable_pack</link>, function in <link linkend="ags-AgsPackable">AgsPackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-packable-unpack"><link linkend="ags-packable-unpack">ags_packable_unpack</link>, function in <link linkend="ags-AgsPackable">AgsPackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPad"><link linkend="AgsPad">AgsPad</link>, struct in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPadClass"><link linkend="AgsPadClass">AgsPadClass</link>, struct in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPadEditor"><link linkend="AgsPadEditor">AgsPadEditor</link>, struct in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPadEditorClass"><link linkend="AgsPadEditorClass">AgsPadEditorClass</link>, struct in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPadFlags"><link linkend="AgsPadFlags">AgsPadFlags</link>, enum in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PAD-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-PAD-DEFAULT-BUILD-ID:CAPS">AGS_PAD_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PAD-DEFAULT-VERSION:CAPS"><link linkend="AGS-PAD-DEFAULT-VERSION:CAPS">AGS_PAD_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-destroy-callback"><link linkend="ags-pad-destroy-callback">ags_pad_destroy_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PAD-EDITOR-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-PAD-EDITOR-DEFAULT-BUILD-ID:CAPS">AGS_PAD_EDITOR_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PAD-EDITOR-DEFAULT-VERSION:CAPS"><link linkend="AGS-PAD-EDITOR-DEFAULT-VERSION:CAPS">AGS_PAD_EDITOR_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-destroy-callback"><link linkend="ags-pad-editor-destroy-callback">ags_pad_editor_destroy_callback</link>, function in <link linkend="ags-ags-pad-editor-callbacks">ags_pad_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-new"><link linkend="ags-pad-editor-new">ags_pad_editor_new</link>, function in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-parent-set-callback"><link linkend="ags-pad-editor-parent-set-callback">ags_pad_editor_parent_set_callback</link>, function in <link linkend="ags-ags-pad-editor-callbacks">ags_pad_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-set-audio-channels-callback"><link linkend="ags-pad-editor-set-audio-channels-callback">ags_pad_editor_set_audio_channels_callback</link>, function in <link linkend="ags-ags-pad-editor-callbacks">ags_pad_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-set-channel"><link linkend="ags-pad-editor-set-channel">ags_pad_editor_set_channel</link>, function in <link linkend="ags-AgsPadEditor">AgsPadEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-editor-show-callback"><link linkend="ags-pad-editor-show-callback">ags_pad_editor_show_callback</link>, function in <link linkend="ags-ags-pad-editor-callbacks">ags_pad_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-find-port"><link linkend="ags-pad-find-port">ags_pad_find_port</link>, function in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-group-clicked-callback"><link linkend="ags-pad-group-clicked-callback">ags_pad_group_clicked_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-mute-clicked-callback"><link linkend="ags-pad-mute-clicked-callback">ags_pad_mute_clicked_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-new"><link linkend="ags-pad-new">ags_pad_new</link>, function in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-option-changed-callback"><link linkend="ags-pad-option-changed-callback">ags_pad_option_changed_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-parent-set-callback"><link linkend="ags-pad-parent-set-callback">ags_pad_parent_set_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-resize-lines"><link linkend="ags-pad-resize-lines">ags_pad_resize_lines</link>, function in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-set-channel"><link linkend="ags-pad-set-channel">ags_pad_set_channel</link>, function in <link linkend="ags-AgsPad">AgsPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-show-callback"><link linkend="ags-pad-show-callback">ags_pad_show_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pad-solo-clicked-callback"><link linkend="ags-pad-solo-clicked-callback">ags_pad_solo_clicked_callback</link>, function in <link linkend="ags-ags-pad-callbacks">ags_pad_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanel"><link linkend="AgsPanel">AgsPanel</link>, struct in <link linkend="ags-AgsPanel">AgsPanel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanelClass"><link linkend="AgsPanelClass">AgsPanelClass</link>, struct in <link linkend="ags-AgsPanel">AgsPanel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanelInputLine"><link linkend="AgsPanelInputLine">AgsPanelInputLine</link>, struct in <link linkend="ags-AgsPanelInputLine">AgsPanelInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanelInputLineClass"><link linkend="AgsPanelInputLineClass">AgsPanelInputLineClass</link>, struct in <link linkend="ags-AgsPanelInputLine">AgsPanelInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanelInputPad"><link linkend="AgsPanelInputPad">AgsPanelInputPad</link>, struct in <link linkend="ags-AgsPanelInputPad">AgsPanelInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPanelInputPadClass"><link linkend="AgsPanelInputPadClass">AgsPanelInputPadClass</link>, struct in <link linkend="ags-AgsPanelInputPad">AgsPanelInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-panel-input-line-map-recall"><link linkend="ags-panel-input-line-map-recall">ags_panel_input_line_map_recall</link>, function in <link linkend="ags-AgsPanelInputLine">AgsPanelInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-panel-input-line-new"><link linkend="ags-panel-input-line-new">ags_panel_input_line_new</link>, function in <link linkend="ags-AgsPanelInputLine">AgsPanelInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-panel-input-pad-new"><link linkend="ags-panel-input-pad-new">ags_panel_input_pad_new</link>, function in <link linkend="ags-AgsPanelInputPad">AgsPanelInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-panel-new"><link linkend="ags-panel-new">ags_panel_new</link>, function in <link linkend="ags-AgsPanel">AgsPanel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-panel-parent-set-callback"><link linkend="ags-panel-parent-set-callback">ags_panel_parent_set_callback</link>, function in <link linkend="ags-ags-panel-callbacks">ags_panel_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-parameter-grow"><link linkend="ags-parameter-grow">ags_parameter_grow</link>, function in <link linkend="ags-ags-parameter">ags_parameter</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPattern"><link linkend="AgsPattern">AgsPattern</link>, struct in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPatternClass"><link linkend="AgsPatternClass">AgsPatternClass</link>, struct in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pattern-get-bit"><link linkend="ags-pattern-get-bit">ags_pattern_get_bit</link>, function in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pattern-get-by-timestamp"><link linkend="ags-pattern-get-by-timestamp">ags_pattern_get_by_timestamp</link>, function in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pattern-new"><link linkend="ags-pattern-new">ags_pattern_new</link>, function in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pattern-set-dim"><link linkend="ags-pattern-set-dim">ags_pattern_set_dim</link>, function in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-pattern-toggle-bit"><link linkend="ags-pattern-toggle-bit">ags_pattern_toggle_bit</link>, function in <link linkend="ags-AgsPattern">AgsPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPeakChannel"><link linkend="AgsPeakChannel">AgsPeakChannel</link>, struct in <link linkend="ags-AgsPeakChannel">AgsPeakChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPeakChannelClass"><link linkend="AgsPeakChannelClass">AgsPeakChannelClass</link>, struct in <link linkend="ags-AgsPeakChannel">AgsPeakChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPeakChannelRun"><link linkend="AgsPeakChannelRun">AgsPeakChannelRun</link>, struct in <link linkend="ags-AgsPeakChannelRun">AgsPeakChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPeakChannelRunClass"><link linkend="AgsPeakChannelRunClass">AgsPeakChannelRunClass</link>, struct in <link linkend="ags-AgsPeakChannelRun">AgsPeakChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-peak-channel-new"><link linkend="ags-peak-channel-new">ags_peak_channel_new</link>, function in <link linkend="ags-AgsPeakChannel">AgsPeakChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-peak-channel-retrieve-peak"><link linkend="ags-peak-channel-retrieve-peak">ags_peak_channel_retrieve_peak</link>, function in <link linkend="ags-AgsPeakChannel">AgsPeakChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-peak-channel-run-new"><link linkend="ags-peak-channel-run-new">ags_peak_channel_run_new</link>, function in <link linkend="ags-AgsPeakChannelRun">AgsPeakChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPerformancePreferences"><link linkend="AgsPerformancePreferences">AgsPerformancePreferences</link>, struct in <link linkend="ags-AgsPerformancePreferences">AgsPerformancePreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPerformancePreferencesClass"><link linkend="AgsPerformancePreferencesClass">AgsPerformancePreferencesClass</link>, struct in <link linkend="ags-AgsPerformancePreferences">AgsPerformancePreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-performance-preferences-new"><link linkend="ags-performance-preferences-new">ags_performance_preferences_new</link>, function in <link linkend="ags-AgsPerformancePreferences">AgsPerformancePreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPersistable"><link linkend="AgsPersistable">AgsPersistable</link>, typedef in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPersistableInterface"><link linkend="AgsPersistableInterface">AgsPersistableInterface</link>, struct in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-persistable-read"><link linkend="ags-persistable-read">ags_persistable_read</link>, function in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-persistable-read-link"><link linkend="ags-persistable-read-link">ags_persistable_read_link</link>, function in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-persistable-write"><link linkend="ags-persistable-write">ags_persistable_write</link>, function in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-persistable-write-link"><link linkend="ags-persistable-write-link">ags_persistable_write_link</link>, function in <link linkend="ags-AgsPersistable">AgsPersistable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayable"><link linkend="AgsPlayable">AgsPlayable</link>, typedef in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayableError"><link linkend="AgsPlayableError">AgsPlayableError</link>, enum in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayableInterface"><link linkend="AgsPlayableInterface">AgsPlayableInterface</link>, struct in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-close"><link linkend="ags-playable-close">ags_playable_close</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PLAYABLE-ERROR:CAPS"><link linkend="AGS-PLAYABLE-ERROR:CAPS">AGS_PLAYABLE_ERROR</link>, macro in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-error-quark"><link linkend="ags-playable-error-quark">ags_playable_error_quark</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-flush"><link linkend="ags-playable-flush">ags_playable_flush</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-info"><link linkend="ags-playable-info">ags_playable_info</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-iter-next"><link linkend="ags-playable-iter-next">ags_playable_iter_next</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-iter-start"><link linkend="ags-playable-iter-start">ags_playable_iter_start</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-level-count"><link linkend="ags-playable-level-count">ags_playable_level_count</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-level-select"><link linkend="ags-playable-level-select">ags_playable_level_select</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-level-up"><link linkend="ags-playable-level-up">ags_playable_level_up</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-nth-level"><link linkend="ags-playable-nth-level">ags_playable_nth_level</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-open"><link linkend="ags-playable-open">ags_playable_open</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-read"><link linkend="ags-playable-read">ags_playable_read</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-read-audio-signal"><link linkend="ags-playable-read-audio-signal">ags_playable_read_audio_signal</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-rw-open"><link linkend="ags-playable-rw-open">ags_playable_rw_open</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-seek"><link linkend="ags-playable-seek">ags_playable_seek</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-selected-level"><link linkend="ags-playable-selected-level">ags_playable_selected_level</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-sublevel-names"><link linkend="ags-playable-sublevel-names">ags_playable_sublevel_names</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-playable-write"><link linkend="ags-playable-write">ags_playable_write</link>, function in <link linkend="ags-AgsPlayable">AgsPlayable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudio"><link linkend="AgsPlayAudio">AgsPlayAudio</link>, struct in <link linkend="ags-AgsPlayAudio">AgsPlayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudioClass"><link linkend="AgsPlayAudioClass">AgsPlayAudioClass</link>, struct in <link linkend="ags-AgsPlayAudio">AgsPlayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudioFile"><link linkend="AgsPlayAudioFile">AgsPlayAudioFile</link>, struct in <link linkend="ags-AgsPlayAudioFile">AgsPlayAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudioFileClass"><link linkend="AgsPlayAudioFileClass">AgsPlayAudioFileClass</link>, struct in <link linkend="ags-AgsPlayAudioFile">AgsPlayAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudioSignal"><link linkend="AgsPlayAudioSignal">AgsPlayAudioSignal</link>, struct in <link linkend="ags-AgsPlayAudioSignal">AgsPlayAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayAudioSignalClass"><link linkend="AgsPlayAudioSignalClass">AgsPlayAudioSignalClass</link>, struct in <link linkend="ags-AgsPlayAudioSignal">AgsPlayAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannel"><link linkend="AgsPlayChannel">AgsPlayChannel</link>, struct in <link linkend="ags-AgsPlayChannel">AgsPlayChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelClass"><link linkend="AgsPlayChannelClass">AgsPlayChannelClass</link>, struct in <link linkend="ags-AgsPlayChannel">AgsPlayChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRun"><link linkend="AgsPlayChannelRun">AgsPlayChannelRun</link>, struct in <link linkend="ags-AgsPlayChannelRun">AgsPlayChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunClass"><link linkend="AgsPlayChannelRunClass">AgsPlayChannelRunClass</link>, struct in <link linkend="ags-AgsPlayChannelRun">AgsPlayChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunFlags"><link linkend="AgsPlayChannelRunFlags">AgsPlayChannelRunFlags</link>, enum in <link linkend="ags-AgsPlayChannelRun">AgsPlayChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunMaster"><link linkend="AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link>, struct in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunMasterClass"><link linkend="AgsPlayChannelRunMasterClass">AgsPlayChannelRunMasterClass</link>, struct in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunMasterFlags"><link linkend="AgsPlayChannelRunMasterFlags">AgsPlayChannelRunMasterFlags</link>, enum in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayChannelRunMasterStreamer"><link linkend="AgsPlayChannelRunMasterStreamer">AgsPlayChannelRunMasterStreamer</link>, struct in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNotationAudio"><link linkend="AgsPlayNotationAudio">AgsPlayNotationAudio</link>, struct in <link linkend="ags-AgsPlayNotationAudio">AgsPlayNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNotationAudioClass"><link linkend="AgsPlayNotationAudioClass">AgsPlayNotationAudioClass</link>, struct in <link linkend="ags-AgsPlayNotationAudio">AgsPlayNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNotationAudioRun"><link linkend="AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link>, struct in <link linkend="ags-AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNotationAudioRunClass"><link linkend="AgsPlayNotationAudioRunClass">AgsPlayNotationAudioRunClass</link>, struct in <link linkend="ags-AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNotationAudioRunFlags"><link linkend="AgsPlayNotationAudioRunFlags">AgsPlayNotationAudioRunFlags</link>, enum in <link linkend="ags-AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNote"><link linkend="AgsPlayNote">AgsPlayNote</link>, struct in <link linkend="ags-AgsPlayNote">AgsPlayNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayNoteClass"><link linkend="AgsPlayNoteClass">AgsPlayNoteClass</link>, struct in <link linkend="ags-AgsPlayNote">AgsPlayNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayPattern"><link linkend="AgsPlayPattern">AgsPlayPattern</link>, struct in <link linkend="ags-AgsPlayPattern">AgsPlayPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayPatternClass"><link linkend="AgsPlayPatternClass">AgsPlayPatternClass</link>, struct in <link linkend="ags-AgsPlayPattern">AgsPlayPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayRecycling"><link linkend="AgsPlayRecycling">AgsPlayRecycling</link>, struct in <link linkend="ags-AgsPlayRecycling">AgsPlayRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlayRecyclingClass"><link linkend="AgsPlayRecyclingClass">AgsPlayRecyclingClass</link>, struct in <link linkend="ags-AgsPlayRecycling">AgsPlayRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-audio-file-new"><link linkend="ags-play-audio-file-new">ags_play_audio_file_new</link>, function in <link linkend="ags-AgsPlayAudioFile">AgsPlayAudioFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-audio-new"><link linkend="ags-play-audio-new">ags_play_audio_new</link>, function in <link linkend="ags-AgsPlayAudio">AgsPlayAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-audio-signal-new"><link linkend="ags-play-audio-signal-new">ags_play_audio_signal_new</link>, function in <link linkend="ags-AgsPlayAudioSignal">AgsPlayAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-channel-new"><link linkend="ags-play-channel-new">ags_play_channel_new</link>, function in <link linkend="ags-AgsPlayChannel">AgsPlayChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-channel-run-master-find-streamer"><link linkend="ags-play-channel-run-master-find-streamer">ags_play_channel_run_master_find_streamer</link>, function in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-channel-run-master-new"><link linkend="ags-play-channel-run-master-new">ags_play_channel_run_master_new</link>, function in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PLAY-CHANNEL-RUN-MASTER-STREAMER:CAPS"><link linkend="AGS-PLAY-CHANNEL-RUN-MASTER-STREAMER:CAPS">AGS_PLAY_CHANNEL_RUN_MASTER_STREAMER</link>, macro in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-channel-run-master-streamer-alloc"><link linkend="ags-play-channel-run-master-streamer-alloc">ags_play_channel_run_master_streamer_alloc</link>, function in <link linkend="ags-AgsPlayChannelRunMaster">AgsPlayChannelRunMaster</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-channel-run-new"><link linkend="ags-play-channel-run-new">ags_play_channel_run_new</link>, function in <link linkend="ags-AgsPlayChannelRun">AgsPlayChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-notation-audio-new"><link linkend="ags-play-notation-audio-new">ags_play_notation_audio_new</link>, function in <link linkend="ags-AgsPlayNotationAudio">AgsPlayNotationAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-notation-audio-run-new"><link linkend="ags-play-notation-audio-run-new">ags_play_notation_audio_run_new</link>, function in <link linkend="ags-AgsPlayNotationAudioRun">AgsPlayNotationAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-note-new"><link linkend="ags-play-note-new">ags_play_note_new</link>, function in <link linkend="ags-AgsPlayNote">AgsPlayNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-pattern-connect"><link linkend="ags-play-pattern-connect">ags_play_pattern_connect</link>, function in <link linkend="ags-AgsPlayPattern">AgsPlayPattern</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-play-recycling-new"><link linkend="ags-play-recycling-new">ags_play_recycling_new</link>, function in <link linkend="ags-AgsPlayRecycling">AgsPlayRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPlugin"><link linkend="AgsPlugin">AgsPlugin</link>, typedef in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginFactory"><link linkend="AgsPluginFactory">AgsPluginFactory</link>, struct in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginFactoryClass"><link linkend="AgsPluginFactoryClass">AgsPluginFactoryClass</link>, struct in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginInterface"><link linkend="AgsPluginInterface">AgsPluginInterface</link>, struct in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginMetadata"><link linkend="AgsPluginMetadata">AgsPluginMetadata</link>, struct in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginPreferences"><link linkend="AgsPluginPreferences">AgsPluginPreferences</link>, struct in <link linkend="ags-AgsPluginPreferences">AgsPluginPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPluginPreferencesClass"><link linkend="AgsPluginPreferencesClass">AgsPluginPreferencesClass</link>, struct in <link linkend="ags-AgsPluginPreferences">AgsPluginPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-add"><link linkend="ags-plugin-factory-add">ags_plugin_factory_add</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-create"><link linkend="ags-plugin-factory-create">ags_plugin_factory_create</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-get-instance"><link linkend="ags-plugin-factory-get-instance">ags_plugin_factory_get_instance</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-list-by-name"><link linkend="ags-plugin-factory-list-by-name">ags_plugin_factory_list_by_name</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-new"><link linkend="ags-plugin-factory-new">ags_plugin_factory_new</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-new-from-file"><link linkend="ags-plugin-factory-new-from-file">ags_plugin_factory_new_from_file</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-factory-read-file"><link linkend="ags-plugin-factory-read-file">ags_plugin_factory_read_file</link>, function in <link linkend="ags-AgsPluginFactory">AgsPluginFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-get-build-id"><link linkend="ags-plugin-get-build-id">ags_plugin_get_build_id</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-get-name"><link linkend="ags-plugin-get-name">ags_plugin_get_name</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-get-ports"><link linkend="ags-plugin-get-ports">ags_plugin_get_ports</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-get-version"><link linkend="ags-plugin-get-version">ags_plugin_get_version</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-get-xml-type"><link linkend="ags-plugin-get-xml-type">ags_plugin_get_xml_type</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PLUGIN-NAME-VOLUME:CAPS"><link linkend="AGS-PLUGIN-NAME-VOLUME:CAPS">AGS_PLUGIN_NAME_VOLUME</link>, macro in <link linkend="ags-ags-plugin-stock">ags_plugin_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-preferences-new"><link linkend="ags-plugin-preferences-new">ags_plugin_preferences_new</link>, function in <link linkend="ags-AgsPluginPreferences">AgsPluginPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-read"><link linkend="ags-plugin-read">ags_plugin_read</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-set-build-id"><link linkend="ags-plugin-set-build-id">ags_plugin_set_build_id</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-set-name"><link linkend="ags-plugin-set-name">ags_plugin_set_name</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-set-ports"><link linkend="ags-plugin-set-ports">ags_plugin_set_ports</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-set-version"><link linkend="ags-plugin-set-version">ags_plugin_set_version</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-set-xml-type"><link linkend="ags-plugin-set-xml-type">ags_plugin_set_xml_type</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-plugin-write"><link linkend="ags-plugin-write">ags_plugin_write</link>, function in <link linkend="ags-AgsPlugin">AgsPlugin</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPort"><link linkend="AgsPort">AgsPort</link>, struct in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortableThread"><link linkend="AgsPortableThread">AgsPortableThread</link>, struct in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortableThreadClass"><link linkend="AgsPortableThreadClass">AgsPortableThreadClass</link>, struct in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortableThreadFlags"><link linkend="AgsPortableThreadFlags">AgsPortableThreadFlags</link>, enum in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-add-child"><link linkend="ags-portable-thread-add-child">ags_portable_thread_add_child</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-children-is-locked"><link linkend="ags-portable-thread-children-is-locked">ags_portable_thread_children_is_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-first"><link linkend="ags-portable-thread-first">ags_portable_thread_first</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-get-toplevel"><link linkend="ags-portable-thread-get-toplevel">ags_portable_thread_get_toplevel</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-is-current-ready"><link linkend="ags-portable-thread-is-current-ready">ags_portable_thread_is_current_ready</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-is-current-synced"><link linkend="ags-portable-thread-is-current-synced">ags_portable_thread_is_current_synced</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-is-tree-ready"><link linkend="ags-portable-thread-is-tree-ready">ags_portable_thread_is_tree_ready</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-is-tree-synced"><link linkend="ags-portable-thread-is-tree-synced">ags_portable_thread_is_tree_synced</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-last"><link linkend="ags-portable-thread-last">ags_portable_thread_last</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-lock"><link linkend="ags-portable-thread-lock">ags_portable_thread_lock</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-lock-all"><link linkend="ags-portable-thread-lock-all">ags_portable_thread_lock_all</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-lock-children"><link linkend="ags-portable-thread-lock-children">ags_portable_thread_lock_children</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-lock-parent"><link linkend="ags-portable-thread-lock-parent">ags_portable_thread_lock_parent</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-lock-sibling"><link linkend="ags-portable-thread-lock-sibling">ags_portable_thread_lock_sibling</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-main-loop-unlock-children"><link linkend="ags-portable-thread-main-loop-unlock-children">ags_portable_thread_main_loop_unlock_children</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-new"><link linkend="ags-portable-thread-new">ags_portable_thread_new</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-next-children-locked"><link linkend="ags-portable-thread-next-children-locked">ags_portable_thread_next_children_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-next-parent-locked"><link linkend="ags-portable-thread-next-parent-locked">ags_portable_thread_next_parent_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-next-sibling-locked"><link linkend="ags-portable-thread-next-sibling-locked">ags_portable_thread_next_sibling_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-parental-is-locked"><link linkend="ags-portable-thread-parental-is-locked">ags_portable_thread_parental_is_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-remove-child"><link linkend="ags-portable-thread-remove-child">ags_portable_thread_remove_child</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-run"><link linkend="ags-portable-thread-run">ags_portable_thread_run</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-sibling-is-locked"><link linkend="ags-portable-thread-sibling-is-locked">ags_portable_thread_sibling_is_locked</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-signal-children"><link linkend="ags-portable-thread-signal-children">ags_portable_thread_signal_children</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-signal-parent"><link linkend="ags-portable-thread-signal-parent">ags_portable_thread_signal_parent</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-signal-sibling"><link linkend="ags-portable-thread-signal-sibling">ags_portable_thread_signal_sibling</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-start"><link linkend="ags-portable-thread-start">ags_portable_thread_start</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-stop"><link linkend="ags-portable-thread-stop">ags_portable_thread_stop</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-timelock"><link linkend="ags-portable-thread-timelock">ags_portable_thread_timelock</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-trylock"><link linkend="ags-portable-thread-trylock">ags_portable_thread_trylock</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-unlock"><link linkend="ags-portable-thread-unlock">ags_portable_thread_unlock</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-unlock-all"><link linkend="ags-portable-thread-unlock-all">ags_portable_thread_unlock_all</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-unlock-children"><link linkend="ags-portable-thread-unlock-children">ags_portable_thread_unlock_children</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-unlock-parent"><link linkend="ags-portable-thread-unlock-parent">ags_portable_thread_unlock_parent</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-unlock-sibling"><link linkend="ags-portable-thread-unlock-sibling">ags_portable_thread_unlock_sibling</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-wait-children"><link linkend="ags-portable-thread-wait-children">ags_portable_thread_wait_children</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-wait-parent"><link linkend="ags-portable-thread-wait-parent">ags_portable_thread_wait_parent</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portable-thread-wait-sibling"><link linkend="ags-portable-thread-wait-sibling">ags_portable_thread_wait_sibling</link>, function in <link linkend="ags-AgsPortableThread">AgsPortableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortClass"><link linkend="AgsPortClass">AgsPortClass</link>, struct in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortlet"><link linkend="AgsPortlet">AgsPortlet</link>, typedef in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPortletInterface"><link linkend="AgsPortletInterface">AgsPortletInterface</link>, struct in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portlet-get-port"><link linkend="ags-portlet-get-port">ags_portlet_get_port</link>, function in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portlet-list-safe-properties"><link linkend="ags-portlet-list-safe-properties">ags_portlet_list_safe_properties</link>, function in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portlet-safe-get-property"><link linkend="ags-portlet-safe-get-property">ags_portlet_safe_get_property</link>, function in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portlet-safe-set-property"><link linkend="ags-portlet-safe-set-property">ags_portlet_safe_set_property</link>, function in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-portlet-set-port"><link linkend="ags-portlet-set-port">ags_portlet_set_port</link>, function in <link linkend="ags-AgsPortlet">AgsPortlet</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-find-specifier"><link linkend="ags-port-find-specifier">ags_port_find_specifier</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-new"><link linkend="ags-port-new">ags_port_new</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-safe-get-property"><link linkend="ags-port-safe-get-property">ags_port_safe_get_property</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-safe-read"><link linkend="ags-port-safe-read">ags_port_safe_read</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-safe-set-property"><link linkend="ags-port-safe-set-property">ags_port_safe_set_property</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-port-safe-write"><link linkend="ags-port-safe-write">ags_port_safe_write</link>, function in <link linkend="ags-AgsPort">AgsPort</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPreferences"><link linkend="AgsPreferences">AgsPreferences</link>, struct in <link linkend="ags-AgsPreferences">AgsPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPreferencesClass"><link linkend="AgsPreferencesClass">AgsPreferencesClass</link>, struct in <link linkend="ags-AgsPreferences">AgsPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPreferencesFlags"><link linkend="AgsPreferencesFlags">AgsPreferencesFlags</link>, enum in <link linkend="ags-AgsPreferences">AgsPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-preferences-new"><link linkend="ags-preferences-new">ags_preferences_new</link>, function in <link linkend="ags-AgsPreferences">AgsPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-preferences-response-callback"><link linkend="ags-preferences-response-callback">ags_preferences_response_callback</link>, function in <link linkend="ags-ags-preferences-callbacks">ags_preferences_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-PRIORITY:CAPS"><link linkend="AGS-PRIORITY:CAPS">AGS_PRIORITY</link>, macro in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyCollectionEditor"><link linkend="AgsPropertyCollectionEditor">AgsPropertyCollectionEditor</link>, struct in <link linkend="ags-AgsPropertyCollectionEditor">AgsPropertyCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyCollectionEditorClass"><link linkend="AgsPropertyCollectionEditorClass">AgsPropertyCollectionEditorClass</link>, struct in <link linkend="ags-AgsPropertyCollectionEditor">AgsPropertyCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyEditor"><link linkend="AgsPropertyEditor">AgsPropertyEditor</link>, struct in <link linkend="ags-AgsPropertyEditor">AgsPropertyEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyEditorClass"><link linkend="AgsPropertyEditorClass">AgsPropertyEditorClass</link>, struct in <link linkend="ags-AgsPropertyEditor">AgsPropertyEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyEditorFlags"><link linkend="AgsPropertyEditorFlags">AgsPropertyEditorFlags</link>, enum in <link linkend="ags-AgsPropertyEditor">AgsPropertyEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyListingEditor"><link linkend="AgsPropertyListingEditor">AgsPropertyListingEditor</link>, struct in <link linkend="ags-AgsPropertyListingEditor">AgsPropertyListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsPropertyListingEditorClass"><link linkend="AgsPropertyListingEditorClass">AgsPropertyListingEditorClass</link>, struct in <link linkend="ags-AgsPropertyListingEditor">AgsPropertyListingEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-collection-editor-add-collection-callback"><link linkend="ags-property-collection-editor-add-collection-callback">ags_property_collection_editor_add_collection_callback</link>, function in <link linkend="ags-ags-property-collection-editor-callbacks">ags_property_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-collection-editor-new"><link linkend="ags-property-collection-editor-new">ags_property_collection_editor_new</link>, function in <link linkend="ags-AgsPropertyCollectionEditor">AgsPropertyCollectionEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-collection-editor-remove-collection-callback"><link linkend="ags-property-collection-editor-remove-collection-callback">ags_property_collection_editor_remove_collection_callback</link>, function in <link linkend="ags-ags-property-collection-editor-callbacks">ags_property_collection_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-editor-enable-callback"><link linkend="ags-property-editor-enable-callback">ags_property_editor_enable_callback</link>, function in <link linkend="ags-ags-property-editor-callbacks">ags_property_editor_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-editor-new"><link linkend="ags-property-editor-new">ags_property_editor_new</link>, function in <link linkend="ags-AgsPropertyEditor">AgsPropertyEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-property-listing-editor-new"><link linkend="ags-property-listing-editor-new">ags_property_listing_editor_new</link>, function in <link linkend="ags-AgsPropertyListingEditor">AgsPropertyListingEditor</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>R</title>
-<indexentry><primaryie linkends="AgsRecall"><link linkend="AgsRecall">AgsRecall</link>, struct in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudio"><link linkend="AgsRecallAudio">AgsRecallAudio</link>, struct in <link linkend="ags-AgsRecallAudio">AgsRecallAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioClass"><link linkend="AgsRecallAudioClass">AgsRecallAudioClass</link>, struct in <link linkend="ags-AgsRecallAudio">AgsRecallAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioRun"><link linkend="AgsRecallAudioRun">AgsRecallAudioRun</link>, struct in <link linkend="ags-AgsRecallAudioRun">AgsRecallAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioRunClass"><link linkend="AgsRecallAudioRunClass">AgsRecallAudioRunClass</link>, struct in <link linkend="ags-AgsRecallAudioRun">AgsRecallAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioSignal"><link linkend="AgsRecallAudioSignal">AgsRecallAudioSignal</link>, struct in <link linkend="ags-AgsRecallAudioSignal">AgsRecallAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioSignalClass"><link linkend="AgsRecallAudioSignalClass">AgsRecallAudioSignalClass</link>, struct in <link linkend="ags-AgsRecallAudioSignal">AgsRecallAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallAudioSignalFlags"><link linkend="AgsRecallAudioSignalFlags">AgsRecallAudioSignalFlags</link>, enum in <link linkend="ags-AgsRecallAudioSignal">AgsRecallAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannel"><link linkend="AgsRecallChannel">AgsRecallChannel</link>, struct in <link linkend="ags-AgsRecallChannel">AgsRecallChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannelClass"><link linkend="AgsRecallChannelClass">AgsRecallChannelClass</link>, struct in <link linkend="ags-AgsRecallChannel">AgsRecallChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannelRun"><link linkend="AgsRecallChannelRun">AgsRecallChannelRun</link>, struct in <link linkend="ags-AgsRecallChannelRun">AgsRecallChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannelRunClass"><link linkend="AgsRecallChannelRunClass">AgsRecallChannelRunClass</link>, struct in <link linkend="ags-AgsRecallChannelRun">AgsRecallChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannelRunDummy"><link linkend="AgsRecallChannelRunDummy">AgsRecallChannelRunDummy</link>, struct in <link linkend="ags-AgsRecallChannelRunDummy">AgsRecallChannelRunDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallChannelRunDummyClass"><link linkend="AgsRecallChannelRunDummyClass">AgsRecallChannelRunDummyClass</link>, struct in <link linkend="ags-AgsRecallChannelRunDummy">AgsRecallChannelRunDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallClass"><link linkend="AgsRecallClass">AgsRecallClass</link>, struct in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallContainer"><link linkend="AgsRecallContainer">AgsRecallContainer</link>, struct in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallContainerClass"><link linkend="AgsRecallContainerClass">AgsRecallContainerClass</link>, struct in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallContainerFindFlags"><link linkend="AgsRecallContainerFindFlags">AgsRecallContainerFindFlags</link>, enum in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallContainerFlags"><link linkend="AgsRecallContainerFlags">AgsRecallContainerFlags</link>, enum in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallDependency"><link linkend="AgsRecallDependency">AgsRecallDependency</link>, struct in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallDependencyClass"><link linkend="AgsRecallDependencyClass">AgsRecallDependencyClass</link>, struct in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallFactory"><link linkend="AgsRecallFactory">AgsRecallFactory</link>, struct in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallFactoryClass"><link linkend="AgsRecallFactoryClass">AgsRecallFactoryClass</link>, struct in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallFactoryCreateFlags"><link linkend="AgsRecallFactoryCreateFlags">AgsRecallFactoryCreateFlags</link>, enum in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallFlags"><link linkend="AgsRecallFlags">AgsRecallFlags</link>, enum in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallHandler"><link linkend="AgsRecallHandler">AgsRecallHandler</link>, struct in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallID"><link linkend="AgsRecallID">AgsRecallID</link>, struct in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallIDClass"><link linkend="AgsRecallIDClass">AgsRecallIDClass</link>, struct in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallIDFlags"><link linkend="AgsRecallIDFlags">AgsRecallIDFlags</link>, enum in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallLadspa"><link linkend="AgsRecallLadspa">AgsRecallLadspa</link>, struct in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallLadspaClass"><link linkend="AgsRecallLadspaClass">AgsRecallLadspaClass</link>, struct in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallLadspaRun"><link linkend="AgsRecallLadspaRun">AgsRecallLadspaRun</link>, struct in <link linkend="ags-AgsRecallLadspaRun">AgsRecallLadspaRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallLadspaRunClass"><link linkend="AgsRecallLadspaRunClass">AgsRecallLadspaRunClass</link>, struct in <link linkend="ags-AgsRecallLadspaRun">AgsRecallLadspaRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallNotifyDependencyMode"><link linkend="AgsRecallNotifyDependencyMode">AgsRecallNotifyDependencyMode</link>, enum in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallRecycling"><link linkend="AgsRecallRecycling">AgsRecallRecycling</link>, struct in <link linkend="ags-AgsRecallRecycling">AgsRecallRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallRecyclingClass"><link linkend="AgsRecallRecyclingClass">AgsRecallRecyclingClass</link>, struct in <link linkend="ags-AgsRecallRecycling">AgsRecallRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallRecyclingDummy"><link linkend="AgsRecallRecyclingDummy">AgsRecallRecyclingDummy</link>, struct in <link linkend="ags-AgsRecallRecyclingDummy">AgsRecallRecyclingDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallRecyclingDummyClass"><link linkend="AgsRecallRecyclingDummyClass">AgsRecallRecyclingDummyClass</link>, struct in <link linkend="ags-AgsRecallRecyclingDummy">AgsRecallRecyclingDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecallRecyclingFlags"><link linkend="AgsRecallRecyclingFlags">AgsRecallRecyclingFlags</link>, enum in <link linkend="ags-AgsRecallRecycling">AgsRecallRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-add-child"><link linkend="ags-recall-add-child">ags_recall_add_child</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-add-dependency"><link linkend="ags-recall-add-dependency">ags_recall_add_dependency</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-add-handler"><link linkend="ags-recall-add-handler">ags_recall_add_handler</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-audio-new"><link linkend="ags-recall-audio-new">ags_recall_audio_new</link>, function in <link linkend="ags-AgsRecallAudio">AgsRecallAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-audio-run-new"><link linkend="ags-recall-audio-run-new">ags_recall_audio_run_new</link>, function in <link linkend="ags-AgsRecallAudioRun">AgsRecallAudioRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-audio-signal-new"><link linkend="ags-recall-audio-signal-new">ags_recall_audio_signal_new</link>, function in <link linkend="ags-AgsRecallAudioSignal">AgsRecallAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-cancel"><link linkend="ags-recall-cancel">ags_recall_cancel</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-find-channel"><link linkend="ags-recall-channel-find-channel">ags_recall_channel_find_channel</link>, function in <link linkend="ags-AgsRecallChannel">AgsRecallChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-new"><link linkend="ags-recall-channel-new">ags_recall_channel_new</link>, function in <link linkend="ags-AgsRecallChannel">AgsRecallChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-run-dummy-new"><link linkend="ags-recall-channel-run-dummy-new">ags_recall_channel_run_dummy_new</link>, function in <link linkend="ags-AgsRecallChannelRunDummy">AgsRecallChannelRunDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-run-get-run-order"><link linkend="ags-recall-channel-run-get-run-order">ags_recall_channel_run_get_run_order</link>, function in <link linkend="ags-AgsRecallChannelRun">AgsRecallChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-run-new"><link linkend="ags-recall-channel-run-new">ags_recall_channel_run_new</link>, function in <link linkend="ags-AgsRecallChannelRun">AgsRecallChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-channel-run-run-order-changed"><link linkend="ags-recall-channel-run-run-order-changed">ags_recall_channel_run_run_order_changed</link>, function in <link linkend="ags-AgsRecallChannelRun">AgsRecallChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-child-added"><link linkend="ags-recall-child-added">ags_recall_child_added</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-find"><link linkend="ags-recall-container-find">ags_recall_container_find</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-get-recall-audio"><link linkend="ags-recall-container-get-recall-audio">ags_recall_container_get_recall_audio</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-get-recall-audio-run"><link linkend="ags-recall-container-get-recall-audio-run">ags_recall_container_get_recall_audio_run</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-get-recall-channel"><link linkend="ags-recall-container-get-recall-channel">ags_recall_container_get_recall_channel</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-get-recall-channel-run"><link linkend="ags-recall-container-get-recall-channel-run">ags_recall_container_get_recall_channel_run</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-container-new"><link linkend="ags-recall-container-new">ags_recall_container_new</link>, function in <link linkend="ags-AgsRecallContainer">AgsRecallContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RECALL-DEFAULT-BUILD-ID:CAPS"><link linkend="AGS-RECALL-DEFAULT-BUILD-ID:CAPS">AGS_RECALL_DEFAULT_BUILD_ID</link>, macro in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RECALL-DEFAULT-VERSION:CAPS"><link linkend="AGS-RECALL-DEFAULT-VERSION:CAPS">AGS_RECALL_DEFAULT_VERSION</link>, macro in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-dependency-find-dependency"><link linkend="ags-recall-dependency-find-dependency">ags_recall_dependency_find_dependency</link>, function in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-dependency-find-dependency-by-provider"><link linkend="ags-recall-dependency-find-dependency-by-provider">ags_recall_dependency_find_dependency_by_provider</link>, function in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-dependency-new"><link linkend="ags-recall-dependency-new">ags_recall_dependency_new</link>, function in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-dependency-resolve"><link linkend="ags-recall-dependency-resolve">ags_recall_dependency_resolve</link>, function in <link linkend="ags-AgsRecallDependency">AgsRecallDependency</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-done"><link linkend="ags-recall-done">ags_recall_done</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-duplicate"><link linkend="ags-recall-duplicate">ags_recall_duplicate</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-factory-create"><link linkend="ags-recall-factory-create">ags_recall_factory_create</link>, function in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-factory-get-instance"><link linkend="ags-recall-factory-get-instance">ags_recall_factory_get_instance</link>, function in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-factory-new"><link linkend="ags-recall-factory-new">ags_recall_factory_new</link>, function in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-factory-remove"><link linkend="ags-recall-factory-remove">ags_recall_factory_remove</link>, function in <link linkend="ags-AgsRecallFactory">AgsRecallFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-by-effect"><link linkend="ags-recall-find-by-effect">ags_recall_find_by_effect</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-provider"><link linkend="ags-recall-find-provider">ags_recall_find_provider</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-provider-with-recycling-container"><link linkend="ags-recall-find-provider-with-recycling-container">ags_recall_find_provider_with_recycling_container</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-recycling-container"><link linkend="ags-recall-find-recycling-container">ags_recall_find_recycling_container</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-template"><link linkend="ags-recall-find-template">ags_recall_find_template</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-type"><link linkend="ags-recall-find-type">ags_recall_find_type</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-find-type-with-recycling-container"><link linkend="ags-recall-find-type-with-recycling-container">ags_recall_find_type_with_recycling_container</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-get-children"><link linkend="ags-recall-get-children">ags_recall_get_children</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-get-dependencies"><link linkend="ags-recall-get-dependencies">ags_recall_get_dependencies</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RECALL-HANDLER:CAPS"><link linkend="AGS-RECALL-HANDLER:CAPS">AGS_RECALL_HANDLER</link>, macro in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-handler-alloc"><link linkend="ags-recall-handler-alloc">ags_recall_handler_alloc</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-add"><link linkend="ags-recall-id-add">ags_recall_id_add</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-find-parent-recycling-container"><link linkend="ags-recall-id-find-parent-recycling-container">ags_recall_id_find_parent_recycling_container</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-find-recycling-container"><link linkend="ags-recall-id-find-recycling-container">ags_recall_id_find_recycling_container</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-get-run-stage"><link linkend="ags-recall-id-get-run-stage">ags_recall_id_get_run_stage</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-new"><link linkend="ags-recall-id-new">ags_recall_id_new</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-set-run-stage"><link linkend="ags-recall-id-set-run-stage">ags_recall_id_set_run_stage</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-id-unset-run-stage"><link linkend="ags-recall-id-unset-run-stage">ags_recall_id_unset_run_stage</link>, function in <link linkend="ags-AgsRecallID">AgsRecallID</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-is-done"><link linkend="ags-recall-is-done">ags_recall_is_done</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladpsa-find"><link linkend="ags-recall-ladpsa-find">ags_recall_ladpsa_find</link>, function in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladspa-float-to-short"><link linkend="ags-recall-ladspa-float-to-short">ags_recall_ladspa_float_to_short</link>, function in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladspa-load-ports"><link linkend="ags-recall-ladspa-load-ports">ags_recall_ladspa_load_ports</link>, function in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladspa-new"><link linkend="ags-recall-ladspa-new">ags_recall_ladspa_new</link>, function in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladspa-run-new"><link linkend="ags-recall-ladspa-run-new">ags_recall_ladspa_run_new</link>, function in <link linkend="ags-AgsRecallLadspaRun">AgsRecallLadspaRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-ladspa-short-to-float"><link linkend="ags-recall-ladspa-short-to-float">ags_recall_ladspa_short_to_float</link>, function in <link linkend="ags-AgsRecallLadspa">AgsRecallLadspa</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-new"><link linkend="ags-recall-new">ags_recall_new</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-notify-dependency"><link linkend="ags-recall-notify-dependency">ags_recall_notify_dependency</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-recycling-dummy-new"><link linkend="ags-recall-recycling-dummy-new">ags_recall_recycling_dummy_new</link>, function in <link linkend="ags-AgsRecallRecyclingDummy">AgsRecallRecyclingDummy</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-recycling-get-child-source"><link linkend="ags-recall-recycling-get-child-source">ags_recall_recycling_get_child_source</link>, function in <link linkend="ags-AgsRecallRecycling">AgsRecallRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-recycling-new"><link linkend="ags-recall-recycling-new">ags_recall_recycling_new</link>, function in <link linkend="ags-AgsRecallRecycling">AgsRecallRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-remove"><link linkend="ags-recall-remove">ags_recall_remove</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-remove-child"><link linkend="ags-recall-remove-child">ags_recall_remove_child</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-remove-dependency"><link linkend="ags-recall-remove-dependency">ags_recall_remove_dependency</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-remove-handler"><link linkend="ags-recall-remove-handler">ags_recall_remove_handler</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-resolve-dependencies"><link linkend="ags-recall-resolve-dependencies">ags_recall_resolve_dependencies</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-init"><link linkend="ags-recall-run-init">ags_recall_run_init</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-init-inter"><link linkend="ags-recall-run-init-inter">ags_recall_run_init_inter</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-init-post"><link linkend="ags-recall-run-init-post">ags_recall_run_init_post</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-init-pre"><link linkend="ags-recall-run-init-pre">ags_recall_run_init_pre</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-inter"><link linkend="ags-recall-run-inter">ags_recall_run_inter</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-post"><link linkend="ags-recall-run-post">ags_recall_run_post</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-run-pre"><link linkend="ags-recall-run-pre">ags_recall_run_pre</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-set-devout-recursive"><link linkend="ags-recall-set-devout-recursive">ags_recall_set_devout_recursive</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-set-effect"><link linkend="ags-recall-set-effect">ags_recall_set_effect</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-set-flags"><link linkend="ags-recall-set-flags">ags_recall_set_flags</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-set-recall-id"><link linkend="ags-recall-set-recall-id">ags_recall_set_recall_id</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-stop-persistent"><link linkend="ags-recall-stop-persistent">ags_recall_stop_persistent</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-template-find-provider"><link linkend="ags-recall-template-find-provider">ags_recall_template_find_provider</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recall-template-find-type"><link linkend="ags-recall-template-find-type">ags_recall_template_find_type</link>, function in <link linkend="ags-AgsRecall">AgsRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecordThread"><link linkend="AgsRecordThread">AgsRecordThread</link>, struct in <link linkend="ags-AgsRecordThread">AgsRecordThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecordThreadClass"><link linkend="AgsRecordThreadClass">AgsRecordThreadClass</link>, struct in <link linkend="ags-AgsRecordThread">AgsRecordThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RECORD-THREAD-DEFAULT-DELAY:CAPS"><link linkend="AGS-RECORD-THREAD-DEFAULT-DELAY:CAPS">AGS_RECORD_THREAD_DEFAULT_DELAY</link>, macro in <link linkend="ags-AgsRecordThread">AgsRecordThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-record-thread-new"><link linkend="ags-record-thread-new">ags_record_thread_new</link>, function in <link linkend="ags-AgsRecordThread">AgsRecordThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecycling"><link linkend="AgsRecycling">AgsRecycling</link>, struct in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingClass"><link linkend="AgsRecyclingClass">AgsRecyclingClass</link>, struct in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingContainer"><link linkend="AgsRecyclingContainer">AgsRecyclingContainer</link>, struct in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingContainerClass"><link linkend="AgsRecyclingContainerClass">AgsRecyclingContainerClass</link>, struct in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingFlags"><link linkend="AgsRecyclingFlags">AgsRecyclingFlags</link>, enum in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingThread"><link linkend="AgsRecyclingThread">AgsRecyclingThread</link>, struct in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingThreadClass"><link linkend="AgsRecyclingThreadClass">AgsRecyclingThreadClass</link>, struct in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRecyclingThreadFlags"><link linkend="AgsRecyclingThreadFlags">AgsRecyclingThreadFlags</link>, enum in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-add-audio-signal"><link linkend="ags-recycling-add-audio-signal">ags_recycling_add_audio_signal</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-add"><link linkend="ags-recycling-container-add">ags_recycling_container_add</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-add-child"><link linkend="ags-recycling-container-add-child">ags_recycling_container_add_child</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-find"><link linkend="ags-recycling-container-find">ags_recycling_container_find</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-find-child"><link linkend="ags-recycling-container-find-child">ags_recycling_container_find_child</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-find-parent"><link linkend="ags-recycling-container-find-parent">ags_recycling_container_find_parent</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-get-child-recall-id"><link linkend="ags-recycling-container-get-child-recall-id">ags_recycling_container_get_child_recall_id</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-get-toplevel"><link linkend="ags-recycling-container-get-toplevel">ags_recycling_container_get_toplevel</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-insert"><link linkend="ags-recycling-container-insert">ags_recycling_container_insert</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-new"><link linkend="ags-recycling-container-new">ags_recycling_container_new</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-remove"><link linkend="ags-recycling-container-remove">ags_recycling_container_remove</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-remove-child"><link linkend="ags-recycling-container-remove-child">ags_recycling_container_remove_child</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-replace"><link linkend="ags-recycling-container-replace">ags_recycling_container_replace</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-container-reset-recycling"><link linkend="ags-recycling-container-reset-recycling">ags_recycling_container_reset_recycling</link>, function in <link linkend="ags-AgsRecyclingContainer">AgsRecyclingContainer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-create-audio-signal-with-defaults"><link linkend="ags-recycling-create-audio-signal-with-defaults">ags_recycling_create_audio_signal_with_defaults</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-create-audio-signal-with-frame-count"><link linkend="ags-recycling-create-audio-signal-with-frame-count">ags_recycling_create_audio_signal_with_frame_count</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-find-next-channel"><link linkend="ags-recycling-find-next-channel">ags_recycling_find_next_channel</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-new"><link linkend="ags-recycling-new">ags_recycling_new</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-position"><link linkend="ags-recycling-position">ags_recycling_position</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-remove-audio-signal"><link linkend="ags-recycling-remove-audio-signal">ags_recycling_remove_audio_signal</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-set-devout"><link linkend="ags-recycling-set-devout">ags_recycling_set_devout</link>, function in <link linkend="ags-AgsRecycling">AgsRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RECYCLING-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-RECYCLING-THREAD-DEFAULT-JIFFIE:CAPS">AGS_RECYCLING_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-thread-iterate-callback"><link linkend="ags-recycling-thread-iterate-callback">ags_recycling_thread_iterate_callback</link>, function in <link linkend="ags-ags-recycling-thread-callbacks">ags_recycling_thread_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-thread-new"><link linkend="ags-recycling-thread-new">ags_recycling_thread_new</link>, function in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-thread-play-audio"><link linkend="ags-recycling-thread-play-audio">ags_recycling_thread_play_audio</link>, function in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-recycling-thread-play-channel"><link linkend="ags-recycling-thread-play-channel">ags_recycling_thread_play_channel</link>, function in <link linkend="ags-AgsRecyclingThread">AgsRecyclingThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRegistry"><link linkend="AgsRegistry">AgsRegistry</link>, struct in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRegistryClass"><link linkend="AgsRegistryClass">AgsRegistryClass</link>, struct in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRegistryEntry"><link linkend="AgsRegistryEntry">AgsRegistryEntry</link>, struct in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-registry-add"><link linkend="ags-registry-add">ags_registry_add</link>, function in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-REGISTRY-DEFAULT-ID-LENGTH:CAPS"><link linkend="AGS-REGISTRY-DEFAULT-ID-LENGTH:CAPS">AGS_REGISTRY_DEFAULT_ID_LENGTH</link>, macro in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-registry-entry-alloc"><link linkend="ags-registry-entry-alloc">ags_registry_entry_alloc</link>, function in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-registry-entry-bulk"><link linkend="ags-registry-entry-bulk">ags_registry_entry_bulk</link>, function in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-registry-entry-find"><link linkend="ags-registry-entry-find">ags_registry_entry_find</link>, function in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-registry-new"><link linkend="ags-registry-new">ags_registry_new</link>, function in <link linkend="ags-AgsRegistry">AgsRegistry</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoteTask"><link linkend="AgsRemoteTask">AgsRemoteTask</link>, struct in <link linkend="ags-AgsRemoteTask">AgsRemoteTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoteTaskClass"><link linkend="AgsRemoteTaskClass">AgsRemoteTaskClass</link>, struct in <link linkend="ags-AgsRemoteTask">AgsRemoteTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remote-task-launch"><link linkend="ags-remote-task-launch">ags_remote_task_launch</link>, function in <link linkend="ags-AgsRemoteTask">AgsRemoteTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remote-task-launch-timed"><link linkend="ags-remote-task-launch-timed">ags_remote_task_launch_timed</link>, function in <link linkend="ags-AgsRemoteTask">AgsRemoteTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remote-task-new"><link linkend="ags-remote-task-new">ags_remote_task_new</link>, function in <link linkend="ags-AgsRemoteTask">AgsRemoteTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveAudio"><link linkend="AgsRemoveAudio">AgsRemoveAudio</link>, struct in <link linkend="ags-AgsRemoveAudio">AgsRemoveAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveAudioClass"><link linkend="AgsRemoveAudioClass">AgsRemoveAudioClass</link>, struct in <link linkend="ags-AgsRemoveAudio">AgsRemoveAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveAudioSignal"><link linkend="AgsRemoveAudioSignal">AgsRemoveAudioSignal</link>, struct in <link linkend="ags-AgsRemoveAudioSignal">AgsRemoveAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveAudioSignalClass"><link linkend="AgsRemoveAudioSignalClass">AgsRemoveAudioSignalClass</link>, struct in <link linkend="ags-AgsRemoveAudioSignal">AgsRemoveAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveNote"><link linkend="AgsRemoveNote">AgsRemoveNote</link>, struct in <link linkend="ags-AgsRemoveNote">AgsRemoveNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveNoteClass"><link linkend="AgsRemoveNoteClass">AgsRemoveNoteClass</link>, struct in <link linkend="ags-AgsRemoveNote">AgsRemoveNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemovePointFromSelection"><link linkend="AgsRemovePointFromSelection">AgsRemovePointFromSelection</link>, struct in <link linkend="ags-AgsRemovePointFromSelection">AgsRemovePointFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemovePointFromSelectionClass"><link linkend="AgsRemovePointFromSelectionClass">AgsRemovePointFromSelectionClass</link>, struct in <link linkend="ags-AgsRemovePointFromSelection">AgsRemovePointFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveRecall"><link linkend="AgsRemoveRecall">AgsRemoveRecall</link>, struct in <link linkend="ags-AgsRemoveRecall">AgsRemoveRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveRecallClass"><link linkend="AgsRemoveRecallClass">AgsRemoveRecallClass</link>, struct in <link linkend="ags-AgsRemoveRecall">AgsRemoveRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveRegionFromSelection"><link linkend="AgsRemoveRegionFromSelection">AgsRemoveRegionFromSelection</link>, struct in <link linkend="ags-AgsRemoveRegionFromSelection">AgsRemoveRegionFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRemoveRegionFromSelectionClass"><link linkend="AgsRemoveRegionFromSelectionClass">AgsRemoveRegionFromSelectionClass</link>, struct in <link linkend="ags-AgsRemoveRegionFromSelection">AgsRemoveRegionFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-audio-new"><link linkend="ags-remove-audio-new">ags_remove_audio_new</link>, function in <link linkend="ags-AgsRemoveAudio">AgsRemoveAudio</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-audio-signal-new"><link linkend="ags-remove-audio-signal-new">ags_remove_audio_signal_new</link>, function in <link linkend="ags-AgsRemoveAudioSignal">AgsRemoveAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-note-new"><link linkend="ags-remove-note-new">ags_remove_note_new</link>, function in <link linkend="ags-AgsRemoveNote">AgsRemoveNote</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-point-from-selection-new"><link linkend="ags-remove-point-from-selection-new">ags_remove_point_from_selection_new</link>, function in <link linkend="ags-AgsRemovePointFromSelection">AgsRemovePointFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-recall-new"><link linkend="ags-remove-recall-new">ags_remove_recall_new</link>, function in <link linkend="ags-AgsRemoveRecall">AgsRemoveRecall</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-remove-region-from-selection-new"><link linkend="ags-remove-region-from-selection-new">ags_remove_region_from_selection_new</link>, function in <link linkend="ags-AgsRemoveRegionFromSelection">AgsRemoveRegionFromSelection</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsResizeEditor"><link linkend="AgsResizeEditor">AgsResizeEditor</link>, struct in <link linkend="ags-AgsResizeEditor">AgsResizeEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsResizeEditorClass"><link linkend="AgsResizeEditorClass">AgsResizeEditorClass</link>, struct in <link linkend="ags-AgsResizeEditor">AgsResizeEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-resize-editor-new"><link linkend="ags-resize-editor-new">ags_resize_editor_new</link>, function in <link linkend="ags-AgsResizeEditor">AgsResizeEditor</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsReturnableThread"><link linkend="AgsReturnableThread">AgsReturnableThread</link>, struct in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsReturnableThreadCallback"><link linkend="AgsReturnableThreadCallback">AgsReturnableThreadCallback</link>, user_function in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsReturnableThreadClass"><link linkend="AgsReturnableThreadClass">AgsReturnableThreadClass</link>, struct in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsReturnableThreadFlags"><link linkend="AgsReturnableThreadFlags">AgsReturnableThreadFlags</link>, enum in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-returnable-thread-connect-safe-run"><link linkend="ags-returnable-thread-connect-safe-run">ags_returnable_thread_connect_safe_run</link>, function in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-RETURNABLE-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-RETURNABLE-THREAD-DEFAULT-JIFFIE:CAPS">AGS_RETURNABLE_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-returnable-thread-disconnect-safe-run"><link linkend="ags-returnable-thread-disconnect-safe-run">ags_returnable_thread_disconnect_safe_run</link>, function in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-returnable-thread-new"><link linkend="ags-returnable-thread-new">ags_returnable_thread_new</link>, function in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-returnable-thread-safe-run"><link linkend="ags-returnable-thread-safe-run">ags_returnable_thread_safe_run</link>, function in <link linkend="ags-AgsReturnableThread">AgsReturnableThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRuler"><link linkend="AgsRuler">AgsRuler</link>, struct in <link linkend="ags-AgsRuler">AgsRuler</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRulerClass"><link linkend="AgsRulerClass">AgsRulerClass</link>, struct in <link linkend="ags-AgsRuler">AgsRuler</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ruler-configure-event"><link linkend="ags-ruler-configure-event">ags_ruler_configure_event</link>, function in <link linkend="ags-ags-ruler-callbacks">ags_ruler_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ruler-expose-event"><link linkend="ags-ruler-expose-event">ags_ruler_expose_event</link>, function in <link linkend="ags-ags-ruler-callbacks">ags_ruler_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-ruler-new"><link linkend="ags-ruler-new">ags_ruler_new</link>, function in <link linkend="ags-AgsRuler">AgsRuler</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRunnable"><link linkend="AgsRunnable">AgsRunnable</link>, typedef in <link linkend="ags-AgsRunnable">AgsRunnable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsRunnableInterface"><link linkend="AgsRunnableInterface">AgsRunnableInterface</link>, struct in <link linkend="ags-AgsRunnable">AgsRunnable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-runnable-run"><link linkend="ags-runnable-run">ags_runnable_run</link>, function in <link linkend="ags-AgsRunnable">AgsRunnable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-runnable-stop"><link linkend="ags-runnable-stop">ags_runnable_stop</link>, function in <link linkend="ags-AgsRunnable">AgsRunnable</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>S</title>
-<indexentry><primaryie linkends="AgsSaveFile"><link linkend="AgsSaveFile">AgsSaveFile</link>, struct in <link linkend="ags-AgsSaveFile">AgsSaveFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSaveFileClass"><link linkend="AgsSaveFileClass">AgsSaveFileClass</link>, struct in <link linkend="ags-AgsSaveFile">AgsSaveFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-save-file-new"><link linkend="ags-save-file-new">ags_save_file_new</link>, function in <link linkend="ags-AgsSaveFile">AgsSaveFile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsScrollOnPlay"><link linkend="AgsScrollOnPlay">AgsScrollOnPlay</link>, struct in <link linkend="ags-AgsScrollOnPlay">AgsScrollOnPlay</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsScrollOnPlayClass"><link linkend="AgsScrollOnPlayClass">AgsScrollOnPlayClass</link>, struct in <link linkend="ags-AgsScrollOnPlay">AgsScrollOnPlay</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-scroll-on-play-new"><link linkend="ags-scroll-on-play-new">ags_scroll_on_play_new</link>, function in <link linkend="ags-AgsScrollOnPlay">AgsScrollOnPlay</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSeekable"><link linkend="AgsSeekable">AgsSeekable</link>, typedef in <link linkend="ags-AgsSeekable">AgsSeekable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSeekableInterface"><link linkend="AgsSeekableInterface">AgsSeekableInterface</link>, struct in <link linkend="ags-AgsSeekable">AgsSeekable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-seekable-seek"><link linkend="ags-seekable-seek">ags_seekable_seek</link>, function in <link linkend="ags-AgsSeekable">AgsSeekable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSegment"><link linkend="AgsSegment">AgsSegment</link>, struct in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSegmentClass"><link linkend="AgsSegmentClass">AgsSegmentClass</link>, struct in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSegmentFields"><link linkend="AgsSegmentFields">AgsSegmentFields</link>, enum in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-segment-draw-string"><link linkend="ags-segment-draw-string">ags_segment_draw_string</link>, function in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-segment-field-off"><link linkend="ags-segment-field-off">ags_segment_field_off</link>, function in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-segment-field-on"><link linkend="ags-segment-field-on">ags_segment_field_on</link>, function in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-SEGMENT-FLAGS:CAPS"><link linkend="AGS-SEGMENT-FLAGS:CAPS">AGS_SEGMENT_FLAGS</link>, enum in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-segment-new"><link linkend="ags-segment-new">ags_segment_new</link>, function in <link linkend="ags-AgsSegment">AgsSegment</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsServer"><link linkend="AgsServer">AgsServer</link>, struct in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsServerClass"><link linkend="AgsServerClass">AgsServerClass</link>, struct in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsServerFlags"><link linkend="AgsServerFlags">AgsServerFlags</link>, enum in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsServerPreferences"><link linkend="AgsServerPreferences">AgsServerPreferences</link>, struct in <link linkend="ags-AgsServerPreferences">AgsServerPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsServerPreferencesClass"><link linkend="AgsServerPreferencesClass">AgsServerPreferencesClass</link>, struct in <link linkend="ags-AgsServerPreferences">AgsServerPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-create-object"><link linkend="ags-server-create-object">ags_server_create_object</link>, function in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-lookup"><link linkend="ags-server-lookup">ags_server_lookup</link>, function in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-new"><link linkend="ags-server-new">ags_server_new</link>, function in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-object-set-property"><link linkend="ags-server-object-set-property">ags_server_object_set_property</link>, function in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-preferences-new"><link linkend="ags-server-preferences-new">ags_server_preferences_new</link>, function in <link linkend="ags-AgsServerPreferences">AgsServerPreferences</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-server-start"><link linkend="ags-server-start">ags_server_start</link>, function in <link linkend="ags-AgsServer">AgsServer</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetAudioChannels"><link linkend="AgsSetAudioChannels">AgsSetAudioChannels</link>, struct in <link linkend="ags-AgsSetAudioChannels">AgsSetAudioChannels</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetAudioChannelsClass"><link linkend="AgsSetAudioChannelsClass">AgsSetAudioChannelsClass</link>, struct in <link linkend="ags-AgsSetAudioChannels">AgsSetAudioChannels</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetBufferSize"><link linkend="AgsSetBufferSize">AgsSetBufferSize</link>, struct in <link linkend="ags-AgsSetBufferSize">AgsSetBufferSize</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetBufferSizeClass"><link linkend="AgsSetBufferSizeClass">AgsSetBufferSizeClass</link>, struct in <link linkend="ags-AgsSetBufferSize">AgsSetBufferSize</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetDevoutPlayFlags"><link linkend="AgsSetDevoutPlayFlags">AgsSetDevoutPlayFlags</link>, struct in <link linkend="ags-AgsSetDevoutPlayFlags">AgsSetDevoutPlayFlags</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetDevoutPlayFlagsClass"><link linkend="AgsSetDevoutPlayFlagsClass">AgsSetDevoutPlayFlagsClass</link>, struct in <link linkend="ags-AgsSetDevoutPlayFlags">AgsSetDevoutPlayFlags</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetMuted"><link linkend="AgsSetMuted">AgsSetMuted</link>, struct in <link linkend="ags-AgsSetMuted">AgsSetMuted</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetMutedClass"><link linkend="AgsSetMutedClass">AgsSetMutedClass</link>, struct in <link linkend="ags-AgsSetMuted">AgsSetMuted</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetOutputDevice"><link linkend="AgsSetOutputDevice">AgsSetOutputDevice</link>, struct in <link linkend="ags-AgsSetOutputDevice">AgsSetOutputDevice</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetOutputDeviceClass"><link linkend="AgsSetOutputDeviceClass">AgsSetOutputDeviceClass</link>, struct in <link linkend="ags-AgsSetOutputDevice">AgsSetOutputDevice</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetSamplerate"><link linkend="AgsSetSamplerate">AgsSetSamplerate</link>, struct in <link linkend="ags-AgsSetSamplerate">AgsSetSamplerate</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSetSamplerateClass"><link linkend="AgsSetSamplerateClass">AgsSetSamplerateClass</link>, struct in <link linkend="ags-AgsSetSamplerate">AgsSetSamplerate</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-audio-channels-new"><link linkend="ags-set-audio-channels-new">ags_set_audio_channels_new</link>, function in <link linkend="ags-AgsSetAudioChannels">AgsSetAudioChannels</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-buffer-size-new"><link linkend="ags-set-buffer-size-new">ags_set_buffer_size_new</link>, function in <link linkend="ags-AgsSetBufferSize">AgsSetBufferSize</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-devout-play-flags-new"><link linkend="ags-set-devout-play-flags-new">ags_set_devout_play_flags_new</link>, function in <link linkend="ags-AgsSetDevoutPlayFlags">AgsSetDevoutPlayFlags</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-muted-new"><link linkend="ags-set-muted-new">ags_set_muted_new</link>, function in <link linkend="ags-AgsSetMuted">AgsSetMuted</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-output-device-new"><link linkend="ags-set-output-device-new">ags_set_output_device_new</link>, function in <link linkend="ags-AgsSetOutputDevice">AgsSetOutputDevice</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-set-samplerate-new"><link linkend="ags-set-samplerate-new">ags_set_samplerate_new</link>, function in <link linkend="ags-AgsSetSamplerate">AgsSetSamplerate</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSF2Chooser"><link linkend="AgsSF2Chooser">AgsSF2Chooser</link>, struct in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSF2ChooserClass"><link linkend="AgsSF2ChooserClass">AgsSF2ChooserClass</link>, struct in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSF2Levels"><link linkend="AgsSF2Levels">AgsSF2Levels</link>, enum in <link linkend="ags-AgsIpatchSF2Reader">AgsIpatchSF2Reader</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-completed"><link linkend="ags-sf2-chooser-completed">ags_sf2_chooser_completed</link>, function in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-instrument-changed"><link linkend="ags-sf2-chooser-instrument-changed">ags_sf2_chooser_instrument_changed</link>, function in <link linkend="ags-ags-sf2-chooser-callbacks">ags_sf2_chooser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-new"><link linkend="ags-sf2-chooser-new">ags_sf2_chooser_new</link>, function in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-open"><link linkend="ags-sf2-chooser-open">ags_sf2_chooser_open</link>, function in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-preset-changed"><link linkend="ags-sf2-chooser-preset-changed">ags_sf2_chooser_preset_changed</link>, function in <link linkend="ags-ags-sf2-chooser-callbacks">ags_sf2_chooser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-remove-all-from-combo"><link linkend="ags-sf2-chooser-remove-all-from-combo">ags_sf2_chooser_remove_all_from_combo</link>, function in <link linkend="ags-AgsSF2Chooser">AgsSF2Chooser</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sf2-chooser-sample-changed"><link linkend="ags-sf2-chooser-sample-changed">ags_sf2_chooser_sample_changed</link>, function in <link linkend="ags-ags-sf2-chooser-callbacks">ags_sf2_chooser_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSingleThread"><link linkend="AgsSingleThread">AgsSingleThread</link>, struct in <link linkend="ags-AgsSingleThread">AgsSingleThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSingleThreadClass"><link linkend="AgsSingleThreadClass">AgsSingleThreadClass</link>, struct in <link linkend="ags-AgsSingleThread">AgsSingleThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-SINGLE-THREAD-DEFAULT-GUI-JIFFIE:CAPS"><link linkend="AGS-SINGLE-THREAD-DEFAULT-GUI-JIFFIE:CAPS">AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE</link>, macro in <link linkend="ags-AgsSingleThread">AgsSingleThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-single-thread-new"><link linkend="ags-single-thread-new">ags_single_thread_new</link>, function in <link linkend="ags-AgsSingleThread">AgsSingleThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSndfile"><link linkend="AgsSndfile">AgsSndfile</link>, struct in <link linkend="ags-AgsSndfile">AgsSndfile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSndfileClass"><link linkend="AgsSndfileClass">AgsSndfileClass</link>, struct in <link linkend="ags-AgsSndfile">AgsSndfile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSndfileFlags"><link linkend="AgsSndfileFlags">AgsSndfileFlags</link>, enum in <link linkend="ags-AgsSndfile">AgsSndfile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-sndfile-new"><link linkend="ags-sndfile-new">ags_sndfile_new</link>, function in <link linkend="ags-AgsSndfile">AgsSndfile</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSoundcard"><link linkend="AgsSoundcard">AgsSoundcard</link>, typedef in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSoundcardInterface"><link linkend="AgsSoundcardInterface">AgsSoundcardInterface</link>, struct in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-soundcard-list-cards"><link linkend="ags-soundcard-list-cards">ags_soundcard_list_cards</link>, function in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-soundcard-offset-changed"><link linkend="ags-soundcard-offset-changed">ags_soundcard_offset_changed</link>, function in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-soundcard-pcm-info"><link linkend="ags-soundcard-pcm-info">ags_soundcard_pcm_info</link>, function in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-soundcard-tic"><link linkend="ags-soundcard-tic">ags_soundcard_tic</link>, function in <link linkend="ags-AgsSoundcard">AgsSoundcard</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStackable"><link linkend="AgsStackable">AgsStackable</link>, typedef in <link linkend="ags-AgsStackable">AgsStackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStackableInterface"><link linkend="AgsStackableInterface">AgsStackableInterface</link>, struct in <link linkend="ags-AgsStackable">AgsStackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stackable-pop"><link linkend="ags-stackable-pop">ags_stackable_pop</link>, function in <link linkend="ags-AgsStackable">AgsStackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stackable-push"><link linkend="ags-stackable-push">ags_stackable_push</link>, function in <link linkend="ags-AgsStackable">AgsStackable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStartDevout"><link linkend="AgsStartDevout">AgsStartDevout</link>, struct in <link linkend="ags-AgsStartDevout">AgsStartDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStartDevoutClass"><link linkend="AgsStartDevoutClass">AgsStartDevoutClass</link>, struct in <link linkend="ags-AgsStartDevout">AgsStartDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-start-devout-new"><link linkend="ags-start-devout-new">ags_start_devout_new</link>, function in <link linkend="ags-AgsStartDevout">AgsStartDevout</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream"><link linkend="ags-stream">ags_stream</link>, function in <link linkend="ags-AgsStream">AgsStream</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStream"><link linkend="AgsStream">AgsStream</link>, struct in <link linkend="ags-AgsStream">AgsStream</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamAudioSignal"><link linkend="AgsStreamAudioSignal">AgsStreamAudioSignal</link>, struct in <link linkend="ags-AgsStreamAudioSignal">AgsStreamAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamAudioSignalClass"><link linkend="AgsStreamAudioSignalClass">AgsStreamAudioSignalClass</link>, struct in <link linkend="ags-AgsStreamAudioSignal">AgsStreamAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamChannel"><link linkend="AgsStreamChannel">AgsStreamChannel</link>, struct in <link linkend="ags-AgsStreamChannel">AgsStreamChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamChannelClass"><link linkend="AgsStreamChannelClass">AgsStreamChannelClass</link>, struct in <link linkend="ags-AgsStreamChannel">AgsStreamChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamChannelRun"><link linkend="AgsStreamChannelRun">AgsStreamChannelRun</link>, struct in <link linkend="ags-AgsStreamChannelRun">AgsStreamChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamChannelRunClass"><link linkend="AgsStreamChannelRunClass">AgsStreamChannelRunClass</link>, struct in <link linkend="ags-AgsStreamChannelRun">AgsStreamChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamClass"><link linkend="AgsStreamClass">AgsStreamClass</link>, struct in <link linkend="ags-AgsStream">AgsStream</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamRecycling"><link linkend="AgsStreamRecycling">AgsStreamRecycling</link>, struct in <link linkend="ags-AgsStreamRecycling">AgsStreamRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsStreamRecyclingClass"><link linkend="AgsStreamRecyclingClass">AgsStreamRecyclingClass</link>, struct in <link linkend="ags-AgsStreamRecycling">AgsStreamRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-alloc"><link linkend="ags-stream-alloc">ags_stream_alloc</link>, function in <link linkend="ags-AgsAudioSignal">AgsAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-audio-signal-new"><link linkend="ags-stream-audio-signal-new">ags_stream_audio_signal_new</link>, function in <link linkend="ags-AgsStreamAudioSignal">AgsStreamAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-channel-new"><link linkend="ags-stream-channel-new">ags_stream_channel_new</link>, function in <link linkend="ags-AgsStreamChannel">AgsStreamChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-channel-run-new"><link linkend="ags-stream-channel-run-new">ags_stream_channel_run_new</link>, function in <link linkend="ags-AgsStreamChannelRun">AgsStreamChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-new"><link linkend="ags-stream-new">ags_stream_new</link>, function in <link linkend="ags-AgsStream">AgsStream</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-stream-recycling-new"><link linkend="ags-stream-recycling-new">ags_stream_recycling_new</link>, function in <link linkend="ags-AgsStreamRecycling">AgsStreamRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynth"><link linkend="AgsSynth">AgsSynth</link>, struct in <link linkend="ags-AgsSynth">AgsSynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthClass"><link linkend="AgsSynthClass">AgsSynthClass</link>, struct in <link linkend="ags-AgsSynth">AgsSynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthFlags"><link linkend="AgsSynthFlags">AgsSynthFlags</link>, enum in <link linkend="ags-AgsSynth">AgsSynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthInputLine"><link linkend="AgsSynthInputLine">AgsSynthInputLine</link>, struct in <link linkend="ags-AgsSynthInputLine">AgsSynthInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthInputLineClass"><link linkend="AgsSynthInputLineClass">AgsSynthInputLineClass</link>, struct in <link linkend="ags-AgsSynthInputLine">AgsSynthInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthInputPad"><link linkend="AgsSynthInputPad">AgsSynthInputPad</link>, struct in <link linkend="ags-AgsSynthInputPad">AgsSynthInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsSynthInputPadClass"><link linkend="AgsSynthInputPadClass">AgsSynthInputPadClass</link>, struct in <link linkend="ags-AgsSynthInputPad">AgsSynthInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-auto-update-callback"><link linkend="ags-synth-auto-update-callback">ags_synth_auto_update_callback</link>, function in <link linkend="ags-ags-synth-callbacks">ags_synth_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-input-line-map-recall"><link linkend="ags-synth-input-line-map-recall">ags_synth_input_line_map_recall</link>, function in <link linkend="ags-AgsSynthInputLine">AgsSynthInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-input-line-new"><link linkend="ags-synth-input-line-new">ags_synth_input_line_new</link>, function in <link linkend="ags-AgsSynthInputLine">AgsSynthInputLine</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-input-pad-new"><link linkend="ags-synth-input-pad-new">ags_synth_input_pad_new</link>, function in <link linkend="ags-AgsSynthInputPad">AgsSynthInputPad</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-lower-callback"><link linkend="ags-synth-lower-callback">ags_synth_lower_callback</link>, function in <link linkend="ags-ags-synth-callbacks">ags_synth_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-new"><link linkend="ags-synth-new">ags_synth_new</link>, function in <link linkend="ags-AgsSynth">AgsSynth</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-parent-set-callback"><link linkend="ags-synth-parent-set-callback">ags_synth_parent_set_callback</link>, function in <link linkend="ags-ags-synth-callbacks">ags_synth_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-saw"><link linkend="ags-synth-saw">ags_synth_saw</link>, function in <link linkend="ags-ags-synths">ags_synths</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-sin"><link linkend="ags-synth-sin">ags_synth_sin</link>, function in <link linkend="ags-ags-synths">ags_synths</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-square"><link linkend="ags-synth-square">ags_synth_square</link>, function in <link linkend="ags-ags-synths">ags_synths</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-triangle"><link linkend="ags-synth-triangle">ags_synth_triangle</link>, function in <link linkend="ags-ags-synths">ags_synths</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-synth-update-callback"><link linkend="ags-synth-update-callback">ags_synth_update_callback</link>, function in <link linkend="ags-ags-synth-callbacks">ags_synth_callbacks</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>T</title>
-<indexentry><primaryie linkends="AgsTable"><link linkend="AgsTable">AgsTable</link>, struct in <link linkend="ags-AgsTable">AgsTable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTableClass"><link linkend="AgsTableClass">AgsTableClass</link>, struct in <link linkend="ags-AgsTable">AgsTable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-table-new"><link linkend="ags-table-new">ags_table_new</link>, function in <link linkend="ags-AgsTable">AgsTable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTactable"><link linkend="AgsTactable">AgsTactable</link>, typedef in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTactableInterface"><link linkend="AgsTactableInterface">AgsTactableInterface</link>, struct in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tactable-change-bpm"><link linkend="ags-tactable-change-bpm">ags_tactable_change_bpm</link>, function in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tactable-change-notation-duration"><link linkend="ags-tactable-change-notation-duration">ags_tactable_change_notation_duration</link>, function in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tactable-change-sequencer-duration"><link linkend="ags-tactable-change-sequencer-duration">ags_tactable_change_sequencer_duration</link>, function in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tactable-change-tact"><link linkend="ags-tactable-change-tact">ags_tactable_change_tact</link>, function in <link linkend="ags-AgsTactable">AgsTactable</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tact-combo-box-new"><link linkend="ags-tact-combo-box-new">ags_tact_combo_box_new</link>, function in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tact-menu-new"><link linkend="ags-tact-menu-new">ags_tact_menu_new</link>, function in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTask"><link linkend="AgsTask">AgsTask</link>, struct in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTaskClass"><link linkend="AgsTaskClass">AgsTaskClass</link>, struct in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTaskFlags"><link linkend="AgsTaskFlags">AgsTaskFlags</link>, enum in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTaskThread"><link linkend="AgsTaskThread">AgsTaskThread</link>, struct in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTaskThreadAppend"><link linkend="AgsTaskThreadAppend">AgsTaskThreadAppend</link>, struct in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTaskThreadClass"><link linkend="AgsTaskThreadClass">AgsTaskThreadClass</link>, struct in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-failure"><link linkend="ags-task-failure">ags_task_failure</link>, function in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-launch"><link linkend="ags-task-launch">ags_task_launch</link>, function in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-new"><link linkend="ags-task-new">ags_task_new</link>, function in <link linkend="ags-AgsTask">AgsTask</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-thread-append-task"><link linkend="ags-task-thread-append-task">ags_task_thread_append_task</link>, function in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-thread-append-tasks"><link linkend="ags-task-thread-append-tasks">ags_task_thread_append_tasks</link>, function in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TASK-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-TASK-THREAD-DEFAULT-JIFFIE:CAPS">AGS_TASK_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-task-thread-new"><link linkend="ags-task-thread-new">ags_task_thread_new</link>, function in <link linkend="ags-AgsTaskThread">AgsTaskThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThread"><link linkend="AgsThread">AgsThread</link>, struct in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThreadClass"><link linkend="AgsThreadClass">AgsThreadClass</link>, struct in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThreadFlags"><link linkend="AgsThreadFlags">AgsThreadFlags</link>, enum in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThreadPool"><link linkend="AgsThreadPool">AgsThreadPool</link>, struct in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThreadPoolClass"><link linkend="AgsThreadPoolClass">AgsThreadPoolClass</link>, struct in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsThreadPoolFlags"><link linkend="AgsThreadPoolFlags">AgsThreadPoolFlags</link>, enum in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-add-child"><link linkend="ags-thread-add-child">ags_thread_add_child</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-children-is-locked"><link linkend="ags-thread-children-is-locked">ags_thread_children_is_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-DEFAULT-ATTACK:CAPS"><link linkend="AGS-THREAD-DEFAULT-ATTACK:CAPS">AGS_THREAD_DEFAULT_ATTACK</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-THREAD-DEFAULT-JIFFIE:CAPS">AGS_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-first"><link linkend="ags-thread-first">ags_thread_first</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-get-toplevel"><link linkend="ags-thread-get-toplevel">ags_thread_get_toplevel</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-hangcheck"><link linkend="ags-thread-hangcheck">ags_thread_hangcheck</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-is-current-ready"><link linkend="ags-thread-is-current-ready">ags_thread_is_current_ready</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-is-tree-ready"><link linkend="ags-thread-is-tree-ready">ags_thread_is_tree_ready</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-last"><link linkend="ags-thread-last">ags_thread_last</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-lock"><link linkend="ags-thread-lock">ags_thread_lock</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-lock-all"><link linkend="ags-thread-lock-all">ags_thread_lock_all</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-lock-children"><link linkend="ags-thread-lock-children">ags_thread_lock_children</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-lock-parent"><link linkend="ags-thread-lock-parent">ags_thread_lock_parent</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-lock-sibling"><link linkend="ags-thread-lock-sibling">ags_thread_lock_sibling</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-MAX-PRECISION:CAPS"><link linkend="AGS-THREAD-MAX-PRECISION:CAPS">AGS_THREAD_MAX_PRECISION</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-new"><link linkend="ags-thread-new">ags_thread_new</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-next-children-locked"><link linkend="ags-thread-next-children-locked">ags_thread_next_children_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-next-parent-locked"><link linkend="ags-thread-next-parent-locked">ags_thread_next_parent_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-next-sibling-locked"><link linkend="ags-thread-next-sibling-locked">ags_thread_next_sibling_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-parental-is-locked"><link linkend="ags-thread-parental-is-locked">ags_thread_parental_is_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-pool-new"><link linkend="ags-thread-pool-new">ags_thread_pool_new</link>, function in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-pool-pull"><link linkend="ags-thread-pool-pull">ags_thread_pool_pull</link>, function in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-pool-start"><link linkend="ags-thread-pool-start">ags_thread_pool_start</link>, function in <link linkend="ags-AgsThreadPool">AgsThreadPool</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-remove-child"><link linkend="ags-thread-remove-child">ags_thread_remove_child</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-resume"><link linkend="ags-thread-resume">ags_thread_resume</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-RESUME-SIG:CAPS"><link linkend="AGS-THREAD-RESUME-SIG:CAPS">AGS_THREAD_RESUME_SIG</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-run"><link linkend="ags-thread-run">ags_thread_run</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-set-sync"><link linkend="ags-thread-set-sync">ags_thread_set_sync</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-set-sync-all"><link linkend="ags-thread-set-sync-all">ags_thread_set_sync_all</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-sibling-is-locked"><link linkend="ags-thread-sibling-is-locked">ags_thread_sibling_is_locked</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-signal-children"><link linkend="ags-thread-signal-children">ags_thread_signal_children</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-signal-parent"><link linkend="ags-thread-signal-parent">ags_thread_signal_parent</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-signal-sibling"><link linkend="ags-thread-signal-sibling">ags_thread_signal_sibling</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-STACKSIZE:CAPS"><link linkend="AGS-THREAD-STACKSIZE:CAPS">AGS_THREAD_STACKSIZE</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-start"><link linkend="ags-thread-start">ags_thread_start</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-stop"><link linkend="ags-thread-stop">ags_thread_stop</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-suspend"><link linkend="ags-thread-suspend">ags_thread_suspend</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-THREAD-SUSPEND-SIG:CAPS"><link linkend="AGS-THREAD-SUSPEND-SIG:CAPS">AGS_THREAD_SUSPEND_SIG</link>, macro in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-timelock"><link linkend="ags-thread-timelock">ags_thread_timelock</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-trylock"><link linkend="ags-thread-trylock">ags_thread_trylock</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-unlock"><link linkend="ags-thread-unlock">ags_thread_unlock</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-unlock-all"><link linkend="ags-thread-unlock-all">ags_thread_unlock_all</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-unlock-children"><link linkend="ags-thread-unlock-children">ags_thread_unlock_children</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-unlock-parent"><link linkend="ags-thread-unlock-parent">ags_thread_unlock_parent</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-unlock-sibling"><link linkend="ags-thread-unlock-sibling">ags_thread_unlock_sibling</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-wait-children"><link linkend="ags-thread-wait-children">ags_thread_wait_children</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-wait-parent"><link linkend="ags-thread-wait-parent">ags_thread_wait_parent</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-thread-wait-sibling"><link linkend="ags-thread-wait-sibling">ags_thread_wait_sibling</link>, function in <link linkend="ags-AgsThread">AgsThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimebar"><link linkend="AgsTimebar">AgsTimebar</link>, struct in <link linkend="ags-AgsTimebar">AgsTimebar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimebarClass"><link linkend="AgsTimebarClass">AgsTimebarClass</link>, struct in <link linkend="ags-AgsTimebar">AgsTimebar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timebar-new"><link linkend="ags-timebar-new">ags_timebar_new</link>, function in <link linkend="ags-AgsTimebar">AgsTimebar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimer"><link linkend="AgsTimer">AgsTimer</link>, struct in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timer-alloc"><link linkend="ags-timer-alloc">ags_timer_alloc</link>, function in <link linkend="ags-AgsAsyncQueue">AgsAsyncQueue</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestamp"><link linkend="AgsTimestamp">AgsTimestamp</link>, struct in <link linkend="ags-AgsTimestamp">AgsTimestamp</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampClass"><link linkend="AgsTimestampClass">AgsTimestampClass</link>, struct in <link linkend="ags-AgsTimestamp">AgsTimestamp</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampFactory"><link linkend="AgsTimestampFactory">AgsTimestampFactory</link>, struct in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampFactoryClass"><link linkend="AgsTimestampFactoryClass">AgsTimestampFactoryClass</link>, struct in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampFactoryFlags"><link linkend="AgsTimestampFactoryFlags">AgsTimestampFactoryFlags</link>, enum in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampFlags"><link linkend="AgsTimestampFlags">AgsTimestampFlags</link>, enum in <link linkend="ags-AgsTimestamp">AgsTimestamp</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampThread"><link linkend="AgsTimestampThread">AgsTimestampThread</link>, struct in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTimestampThreadClass"><link linkend="AgsTimestampThreadClass">AgsTimestampThreadClass</link>, struct in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timestamp-factory-create"><link linkend="ags-timestamp-factory-create">ags_timestamp_factory_create</link>, function in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timestamp-factory-get-instance"><link linkend="ags-timestamp-factory-get-instance">ags_timestamp_factory_get_instance</link>, function in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timestamp-factory-new"><link linkend="ags-timestamp-factory-new">ags_timestamp_factory_new</link>, function in <link linkend="ags-AgsTimestampFactory">AgsTimestampFactory</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timestamp-new"><link linkend="ags-timestamp-new">ags_timestamp_new</link>, function in <link linkend="ags-AgsTimestamp">AgsTimestamp</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TIMESTAMP-THREAD-DEFAULT-BPM:CAPS"><link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-BPM:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_BPM</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TIMESTAMP-THREAD-DEFAULT-BUFFER-SIZE:CAPS"><link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-BUFFER-SIZE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_BUFFER_SIZE</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TIMESTAMP-THREAD-DEFAULT-JIFFIE:CAPS"><link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-JIFFIE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_JIFFIE</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TIMESTAMP-THREAD-DEFAULT-SAMPLERATE:CAPS"><link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-SAMPLERATE:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_SAMPLERATE</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TIMESTAMP-THREAD-DEFAULT-TIC:CAPS"><link linkend="AGS-TIMESTAMP-THREAD-DEFAULT-TIC:CAPS">AGS_TIMESTAMP_THREAD_DEFAULT_TIC</link>, macro in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-timestamp-thread-new"><link linkend="ags-timestamp-thread-new">ags_timestamp_thread_new</link>, function in <link linkend="ags-AgsTimestampThread">AgsTimestampThread</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsToggleLed"><link linkend="AgsToggleLed">AgsToggleLed</link>, struct in <link linkend="ags-AgsToggleLed">AgsToggleLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsToggleLedClass"><link linkend="AgsToggleLedClass">AgsToggleLedClass</link>, struct in <link linkend="ags-AgsToggleLed">AgsToggleLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTogglePatternBit"><link linkend="AgsTogglePatternBit">AgsTogglePatternBit</link>, struct in <link linkend="ags-AgsTogglePatternBit">AgsTogglePatternBit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTogglePatternBitClass"><link linkend="AgsTogglePatternBitClass">AgsTogglePatternBitClass</link>, struct in <link linkend="ags-AgsTogglePatternBit">AgsTogglePatternBit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toggle-led-new"><link linkend="ags-toggle-led-new">ags_toggle_led_new</link>, function in <link linkend="ags-AgsToggleLed">AgsToggleLed</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toggle-pattern-bit-new"><link linkend="ags-toggle-pattern-bit-new">ags_toggle_pattern_bit_new</link>, function in <link linkend="ags-AgsTogglePatternBit">AgsTogglePatternBit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toggle-pattern-bit-refresh-gui"><link linkend="ags-toggle-pattern-bit-refresh-gui">ags_toggle_pattern_bit_refresh_gui</link>, function in <link linkend="ags-AgsTogglePatternBit">AgsTogglePatternBit</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsToolbar"><link linkend="AgsToolbar">AgsToolbar</link>, struct in <link linkend="ags-AgsToolbar">AgsToolbar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsToolbarClass"><link linkend="AgsToolbarClass">AgsToolbarClass</link>, struct in <link linkend="ags-AgsToolbar">AgsToolbar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-clear-callback"><link linkend="ags-toolbar-clear-callback">ags_toolbar_clear_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-copy-or-cut-callback"><link linkend="ags-toolbar-copy-or-cut-callback">ags_toolbar_copy_or_cut_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-destroy-callback"><link linkend="ags-toolbar-destroy-callback">ags_toolbar_destroy_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-edit-callback"><link linkend="ags-toolbar-edit-callback">ags_toolbar_edit_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TOOLBAR-MODE-ALL-CHANNELS:CAPS"><link linkend="AGS-TOOLBAR-MODE-ALL-CHANNELS:CAPS">AGS_TOOLBAR_MODE_ALL_CHANNELS</link>, macro in <link linkend="ags-ags-toolbar-mode-stock">ags_toolbar_mode_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-mode-callback"><link linkend="ags-toolbar-mode-callback">ags_toolbar_mode_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TOOLBAR-MODE-MULTI-CHANNEL:CAPS"><link linkend="AGS-TOOLBAR-MODE-MULTI-CHANNEL:CAPS">AGS_TOOLBAR_MODE_MULTI_CHANNEL</link>, macro in <link linkend="ags-ags-toolbar-mode-stock">ags_toolbar_mode_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AGS-TOOLBAR-MODE-SINGLE-CHANNEL:CAPS"><link linkend="AGS-TOOLBAR-MODE-SINGLE-CHANNEL:CAPS">AGS_TOOLBAR_MODE_SINGLE_CHANNEL</link>, macro in <link linkend="ags-ags-toolbar-mode-stock">ags_toolbar_mode_stock</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-new"><link linkend="ags-toolbar-new">ags_toolbar_new</link>, function in <link linkend="ags-AgsToolbar">AgsToolbar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-paste-callback"><link linkend="ags-toolbar-paste-callback">ags_toolbar_paste_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-position-callback"><link linkend="ags-toolbar-position-callback">ags_toolbar_position_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-select-callback"><link linkend="ags-toolbar-select-callback">ags_toolbar_select_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-show-callback"><link linkend="ags-toolbar-show-callback">ags_toolbar_show_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-toolbar-zoom-callback"><link linkend="ags-toolbar-zoom-callback">ags_toolbar_zoom_callback</link>, function in <link linkend="ags-ags-toolbar-callbacks">ags_toolbar_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTreeIterator"><link linkend="AgsTreeIterator">AgsTreeIterator</link>, typedef in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsTreeIteratorInterface"><link linkend="AgsTreeIteratorInterface">AgsTreeIteratorInterface</link>, struct in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-is-inverse-mode"><link linkend="ags-tree-iterator-is-inverse-mode">ags_tree_iterator_is_inverse_mode</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-iterate"><link linkend="ags-tree-iterator-iterate">ags_tree_iterator_iterate</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-iterate-nested"><link linkend="ags-tree-iterator-iterate-nested">ags_tree_iterator_iterate_nested</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-safe-iterate"><link linkend="ags-tree-iterator-safe-iterate">ags_tree_iterator_safe_iterate</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-safe-iterate-nested"><link linkend="ags-tree-iterator-safe-iterate-nested">ags_tree_iterator_safe_iterate_nested</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-tree-iterator-set-inverse-mode"><link linkend="ags-tree-iterator-set-inverse-mode">ags_tree_iterator_set_inverse_mode</link>, function in <link linkend="ags-AgsTreeIterator">AgsTreeIterator</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>U</title>
-<indexentry><primaryie linkends="AgsUnrefAudioSignal"><link linkend="AgsUnrefAudioSignal">AgsUnrefAudioSignal</link>, struct in <link linkend="ags-AgsUnrefAudioSignal">AgsUnrefAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsUnrefAudioSignalClass"><link linkend="AgsUnrefAudioSignalClass">AgsUnrefAudioSignalClass</link>, struct in <link linkend="ags-AgsUnrefAudioSignal">AgsUnrefAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-unref-audio-signal-new"><link linkend="ags-unref-audio-signal-new">ags_unref_audio_signal_new</link>, function in <link linkend="ags-AgsUnrefAudioSignal">AgsUnrefAudioSignal</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>V</title>
-<indexentry><primaryie linkends="AGS-VERSION:CAPS"><link linkend="AGS-VERSION:CAPS">AGS_VERSION</link>, macro in <link linkend="ags-AgsMain">AgsMain</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVIndicator"><link linkend="AgsVIndicator">AgsVIndicator</link>, struct in <link linkend="ags-AgsVIndicator">AgsVIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVIndicatorClass"><link linkend="AgsVIndicatorClass">AgsVIndicatorClass</link>, struct in <link linkend="ags-AgsVIndicator">AgsVIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-vindicator-new"><link linkend="ags-vindicator-new">ags_vindicator_new</link>, function in <link linkend="ags-AgsVIndicator">AgsVIndicator</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeAudioSignal"><link linkend="AgsVolumeAudioSignal">AgsVolumeAudioSignal</link>, struct in <link linkend="ags-AgsVolumeAudioSignal">AgsVolumeAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeAudioSignalClass"><link linkend="AgsVolumeAudioSignalClass">AgsVolumeAudioSignalClass</link>, struct in <link linkend="ags-AgsVolumeAudioSignal">AgsVolumeAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeChannel"><link linkend="AgsVolumeChannel">AgsVolumeChannel</link>, struct in <link linkend="ags-AgsVolumeChannel">AgsVolumeChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeChannelClass"><link linkend="AgsVolumeChannelClass">AgsVolumeChannelClass</link>, struct in <link linkend="ags-AgsVolumeChannel">AgsVolumeChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeChannelRun"><link linkend="AgsVolumeChannelRun">AgsVolumeChannelRun</link>, struct in <link linkend="ags-AgsVolumeChannelRun">AgsVolumeChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeChannelRunClass"><link linkend="AgsVolumeChannelRunClass">AgsVolumeChannelRunClass</link>, struct in <link linkend="ags-AgsVolumeChannelRun">AgsVolumeChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeRecycling"><link linkend="AgsVolumeRecycling">AgsVolumeRecycling</link>, struct in <link linkend="ags-AgsVolumeRecycling">AgsVolumeRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsVolumeRecyclingClass"><link linkend="AgsVolumeRecyclingClass">AgsVolumeRecyclingClass</link>, struct in <link linkend="ags-AgsVolumeRecycling">AgsVolumeRecycling</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-volume-audio-signal-new"><link linkend="ags-volume-audio-signal-new">ags_volume_audio_signal_new</link>, function in <link linkend="ags-AgsVolumeAudioSignal">AgsVolumeAudioSignal</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-volume-channel-new"><link linkend="ags-volume-channel-new">ags_volume_channel_new</link>, function in <link linkend="ags-AgsVolumeChannel">AgsVolumeChannel</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-volume-channel-run-new"><link linkend="ags-volume-channel-run-new">ags_volume_channel_run_new</link>, function in <link linkend="ags-AgsVolumeChannelRun">AgsVolumeChannelRun</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-volume-recycling-new"><link linkend="ags-volume-recycling-new">ags_volume_recycling_new</link>, function in <link linkend="ags-AgsVolumeRecycling">AgsVolumeRecycling</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>W</title>
-<indexentry><primaryie linkends="AgsWaveform"><link linkend="AgsWaveform">AgsWaveform</link>, struct in <link linkend="ags-AgsWaveform">AgsWaveform</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsWaveformClass"><link linkend="AgsWaveformClass">AgsWaveformClass</link>, struct in <link linkend="ags-AgsWaveform">AgsWaveform</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-waveform-new"><link linkend="ags-waveform-new">ags_waveform_new</link>, function in <link linkend="ags-AgsWaveform">AgsWaveform</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsWindow"><link linkend="AgsWindow">AgsWindow</link>, struct in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsWindowClass"><link linkend="AgsWindowClass">AgsWindowClass</link>, struct in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="AgsWindowFlags"><link linkend="AgsWindowFlags">AgsWindowFlags</link>, enum in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-window-decrement-machine-counter"><link linkend="ags-window-decrement-machine-counter">ags_window_decrement_machine_counter</link>, function in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-window-delete-event-callback"><link linkend="ags-window-delete-event-callback">ags_window_delete_event_callback</link>, function in <link linkend="ags-ags-window-callbacks">ags_window_callbacks</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-window-find-machine-counter"><link linkend="ags-window-find-machine-counter">ags_window_find_machine_counter</link>, function in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-window-increment-machine-counter"><link linkend="ags-window-increment-machine-counter">ags_window_increment_machine_counter</link>, function in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-window-new"><link linkend="ags-window-new">ags_window_new</link>, function in <link linkend="ags-AgsWindow">AgsWindow</link></primaryie></indexentry>
-</indexdiv>
-<indexdiv><title>Z</title>
-<indexentry><primaryie linkends="ags-zoom-combo-box-new"><link linkend="ags-zoom-combo-box-new">ags_zoom_combo_box_new</link>, function in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-<indexentry><primaryie linkends="ags-zoom-menu-new"><link linkend="ags-zoom-menu-new">ags_zoom_menu_new</link>, function in <link linkend="ags-AgsMenuBar">AgsMenuBar</link></primaryie></indexentry>
-</indexdiv>
-</indexdiv>
diff --git a/doc/reference/ags/xml/jmath.xml b/doc/reference/ags/xml/jmath.xml
deleted file mode 100644
index f2ff621..0000000
--- a/doc/reference/ags/xml/jmath.xml
+++ /dev/null
@@ -1,251 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-jmath">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-jmath.top_of_page">jmath</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>jmath</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-jmath.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis><link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="j-math-algebra-brackeds-out">j_math_algebra_brackeds_out</link>         (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="j-math-algebra-functions-out">j_math_algebra_functions_out</link>        (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="j-math-algebra-operations-out">j_math_algebra_operations_out</link>       (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link> *               <link linkend="j-math-algebra-solve">j_math_algebra_solve</link>                (<parameter><link linkend="char"><type>char</type></link> *string</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *operation</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-and">j_math_and</link>                          (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="JList"><returnvalue>JList</returnvalue></link> *             <link linkend="j-math-cut-leading-zeros">j_math_cut_leading_zeros</link>            (<parameter><link linkend="JList"><type>JList</type></link> *value</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-exclusive-or">j_math_exclusive_or</link>                 (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-exp">j_math_exp</link>                          (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-exp2">j_math_exp2</link>                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link> *               <link linkend="j-math-gauss">j_math_gauss</link>                        (<parameter><link linkend="char"><type>char</type></link> **string</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> count</parameter>);
-<link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="j-math-get-first-level-operator">j_math_get_first_level_operator</link>     (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="char"><returnvalue>char</returnvalue></link> *              <link linkend="j-math-get-second-level-operator">j_math_get_second_level_operator</link>    (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            <link linkend="j-math-is-function">j_math_is_function</link>                  (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            <link linkend="j-math-is-function-backward">j_math_is_function_backward</link>         (<parameter><link linkend="char"><type>char</type></link> *start</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            <link linkend="j-math-is-operator">j_math_is_operator</link>                  (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            <link linkend="j-math-less">j_math_less</link>                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="j-math-make-valid">j_math_make_valid</link>                   (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            <link linkend="j-math-more">j_math_more</link>                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-or">j_math_or</link>                           (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="j-math-put-null-at-beginning">j_math_put_null_at_beginning</link>        (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> size</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="j-math-put-null-at-end">j_math_put_null_at_end</link>              (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> size</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-root">j_math_root</link>                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-root2">j_math_root2</link>                        (<parameter><link linkend="int"><type>int</type></link> a</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link>                 <link linkend="j-math-solve-arithmetic">j_math_solve_arithmetic</link>             (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);
-<link linkend="int"><returnvalue>int</returnvalue></link> *               <link linkend="j-math-sort-array">j_math_sort_array</link>                   (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> size</parameter>);
-<link linkend="uint"><returnvalue>uint</returnvalue></link>                <link linkend="j-math-width">j_math_width</link>                        (<parameter><link linkend="int"><type>int</type></link> a</parameter>);
-<link linkend="JList"><returnvalue>JList</returnvalue></link> *             <link linkend="j-math-width-list">j_math_width_list</link>                   (<parameter><link linkend="JList"><type>JList</type></link> *list</parameter>);
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-jmath.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-jmath.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="j-math-algebra-brackeds-out" role="function">
-<title>j_math_algebra_brackeds_out ()</title>
-<indexterm zone="j-math-algebra-brackeds-out"><primary>j_math_algebra_brackeds_out</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              j_math_algebra_brackeds_out         (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-algebra-functions-out" role="function">
-<title>j_math_algebra_functions_out ()</title>
-<indexterm zone="j-math-algebra-functions-out"><primary>j_math_algebra_functions_out</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              j_math_algebra_functions_out        (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-algebra-operations-out" role="function">
-<title>j_math_algebra_operations_out ()</title>
-<indexterm zone="j-math-algebra-operations-out"><primary>j_math_algebra_operations_out</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              j_math_algebra_operations_out       (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-algebra-solve" role="function">
-<title>j_math_algebra_solve ()</title>
-<indexterm zone="j-math-algebra-solve"><primary>j_math_algebra_solve</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link> *               j_math_algebra_solve                (<parameter><link linkend="char"><type>char</type></link> *string</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *operation</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-and" role="function">
-<title>j_math_and ()</title>
-<indexterm zone="j-math-and"><primary>j_math_and</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_and                          (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-cut-leading-zeros" role="function">
-<title>j_math_cut_leading_zeros ()</title>
-<indexterm zone="j-math-cut-leading-zeros"><primary>j_math_cut_leading_zeros</primary></indexterm>
-<programlisting><link linkend="JList"><returnvalue>JList</returnvalue></link> *             j_math_cut_leading_zeros            (<parameter><link linkend="JList"><type>JList</type></link> *value</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-exclusive-or" role="function">
-<title>j_math_exclusive_or ()</title>
-<indexterm zone="j-math-exclusive-or"><primary>j_math_exclusive_or</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_exclusive_or                 (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-exp" role="function">
-<title>j_math_exp ()</title>
-<indexterm zone="j-math-exp"><primary>j_math_exp</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_exp                          (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-exp2" role="function">
-<title>j_math_exp2 ()</title>
-<indexterm zone="j-math-exp2"><primary>j_math_exp2</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_exp2                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-gauss" role="function">
-<title>j_math_gauss ()</title>
-<indexterm zone="j-math-gauss"><primary>j_math_gauss</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link> *               j_math_gauss                        (<parameter><link linkend="char"><type>char</type></link> **string</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> count</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-get-first-level-operator" role="function">
-<title>j_math_get_first_level_operator ()</title>
-<indexterm zone="j-math-get-first-level-operator"><primary>j_math_get_first_level_operator</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              j_math_get_first_level_operator     (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-get-second-level-operator" role="function">
-<title>j_math_get_second_level_operator ()</title>
-<indexterm zone="j-math-get-second-level-operator"><primary>j_math_get_second_level_operator</primary></indexterm>
-<programlisting><link linkend="char"><returnvalue>char</returnvalue></link> *              j_math_get_second_level_operator    (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-is-function" role="function">
-<title>j_math_is_function ()</title>
-<indexterm zone="j-math-is-function"><primary>j_math_is_function</primary></indexterm>
-<programlisting><link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            j_math_is_function                  (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-is-function-backward" role="function">
-<title>j_math_is_function_backward ()</title>
-<indexterm zone="j-math-is-function-backward"><primary>j_math_is_function_backward</primary></indexterm>
-<programlisting><link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            j_math_is_function_backward         (<parameter><link linkend="char"><type>char</type></link> *start</parameter>,
-                                                         <parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-is-operator" role="function">
-<title>j_math_is_operator ()</title>
-<indexterm zone="j-math-is-operator"><primary>j_math_is_operator</primary></indexterm>
-<programlisting><link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            j_math_is_operator                  (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-less" role="function">
-<title>j_math_less ()</title>
-<indexterm zone="j-math-less"><primary>j_math_less</primary></indexterm>
-<programlisting><link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            j_math_less                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-make-valid" role="function">
-<title>j_math_make_valid ()</title>
-<indexterm zone="j-math-make-valid"><primary>j_math_make_valid</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                j_math_make_valid                   (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-more" role="function">
-<title>j_math_more ()</title>
-<indexterm zone="j-math-more"><primary>j_math_more</primary></indexterm>
-<programlisting><link linkend="jboolean"><returnvalue>jboolean</returnvalue></link>            j_math_more                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-or" role="function">
-<title>j_math_or ()</title>
-<indexterm zone="j-math-or"><primary>j_math_or</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_or                           (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-put-null-at-beginning" role="function">
-<title>j_math_put_null_at_beginning ()</title>
-<indexterm zone="j-math-put-null-at-beginning"><primary>j_math_put_null_at_beginning</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                j_math_put_null_at_beginning        (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-put-null-at-end" role="function">
-<title>j_math_put_null_at_end ()</title>
-<indexterm zone="j-math-put-null-at-end"><primary>j_math_put_null_at_end</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                j_math_put_null_at_end              (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="uint"><type>uint</type></link> size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-root" role="function">
-<title>j_math_root ()</title>
-<indexterm zone="j-math-root"><primary>j_math_root</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_root                         (<parameter><link linkend="int"><type>int</type></link> a</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> b</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-root2" role="function">
-<title>j_math_root2 ()</title>
-<indexterm zone="j-math-root2"><primary>j_math_root2</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_root2                        (<parameter><link linkend="int"><type>int</type></link> a</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-solve-arithmetic" role="function">
-<title>j_math_solve_arithmetic ()</title>
-<indexterm zone="j-math-solve-arithmetic"><primary>j_math_solve_arithmetic</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link>                 j_math_solve_arithmetic             (<parameter><link linkend="char"><type>char</type></link> *string</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-sort-array" role="function">
-<title>j_math_sort_array ()</title>
-<indexterm zone="j-math-sort-array"><primary>j_math_sort_array</primary></indexterm>
-<programlisting><link linkend="int"><returnvalue>int</returnvalue></link> *               j_math_sort_array                   (<parameter><link linkend="int"><type>int</type></link> *array</parameter>,
-                                                         <parameter><link linkend="int"><type>int</type></link> size</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-width" role="function">
-<title>j_math_width ()</title>
-<indexterm zone="j-math-width"><primary>j_math_width</primary></indexterm>
-<programlisting><link linkend="uint"><returnvalue>uint</returnvalue></link>                j_math_width                        (<parameter><link linkend="int"><type>int</type></link> a</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="j-math-width-list" role="function">
-<title>j_math_width_list ()</title>
-<indexterm zone="j-math-width-list"><primary>j_math_width_list</primary></indexterm>
-<programlisting><link linkend="JList"><returnvalue>JList</returnvalue></link> *             j_math_width_list                   (<parameter><link linkend="JList"><type>JList</type></link> *list</parameter>);</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/ags/xml/main.xml b/doc/reference/ags/xml/main.xml
deleted file mode 100644
index 0c07ccf..0000000
--- a/doc/reference/ags/xml/main.xml
+++ /dev/null
@@ -1,194 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
-[
-  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
-]>
-<refentry id="ags-AgsMain">
-<refmeta>
-<refentrytitle role="top_of_page" id="ags-AgsMain.top_of_page">AgsMain</refentrytitle>
-<manvolnum>3</manvolnum>
-<refmiscinfo>
-  AGS Library
-</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>AgsMain</refname>
-<refpurpose></refpurpose>
-</refnamediv>
-
-<refsynopsisdiv id="ags-AgsMain.synopsis" role="synopsis">
-<title role="synopsis.title">Synopsis</title>
-
-<synopsis>#define             <link linkend="AGS-BUILD-ID:CAPS">AGS_BUILD_ID</link>
-#define             <link linkend="AGS-EFFECTS-DEFAULT-VERSION:CAPS">AGS_EFFECTS_DEFAULT_VERSION</link>
-#define             <link linkend="AGS-PRIORITY:CAPS">AGS_PRIORITY</link>
-#define             <link linkend="AGS-VERSION:CAPS">AGS_VERSION</link>
-#define             <link linkend="ALSA-PCM-NEW-HW-PARAMS-API:CAPS">ALSA_PCM_NEW_HW_PARAMS_API</link>
-struct              <link linkend="AgsMain">AgsMain</link>;
-struct              <link linkend="AgsMainClass">AgsMainClass</link>;
-enum                <link linkend="AgsMainFlags">AgsMainFlags</link>;
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-add-devout">ags_main_add_devout</link>                 (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-load-config">ags_main_load_config</link>                (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);
-<link linkend="AgsMain"><returnvalue>AgsMain</returnvalue></link> *           <link linkend="ags-main-new">ags_main_new</link>                        ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-quit">ags_main_quit</link>                       (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-register-machine-type">ags_main_register_machine_type</link>      ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-register-recall-type">ags_main_register_recall_type</link>       ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-register-task-type">ags_main_register_task_type</link>         ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-register-thread-type">ags_main_register_thread_type</link>       ();
-<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="ags-main-register-widget-type">ags_main_register_widget_type</link>       ();
-</synopsis>
-</refsynopsisdiv>
-
-<refsect1 id="ags-AgsMain.description" role="desc">
-<title role="desc.title">Description</title>
-<para>
-</para>
-</refsect1>
-<refsect1 id="ags-AgsMain.details" role="details">
-<title role="details.title">Details</title>
-<refsect2 id="AGS-BUILD-ID:CAPS" role="macro">
-<title>AGS_BUILD_ID</title>
-<indexterm zone="AGS-BUILD-ID:CAPS"><primary>AGS_BUILD_ID</primary></indexterm>
-<programlisting>#define AGS_BUILD_ID "CEST 02-10-2014 19:36\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-EFFECTS-DEFAULT-VERSION:CAPS" role="macro">
-<title>AGS_EFFECTS_DEFAULT_VERSION</title>
-<indexterm zone="AGS-EFFECTS-DEFAULT-VERSION:CAPS"><primary>AGS_EFFECTS_DEFAULT_VERSION</primary></indexterm>
-<programlisting>#define AGS_EFFECTS_DEFAULT_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-PRIORITY:CAPS" role="macro">
-<title>AGS_PRIORITY</title>
-<indexterm zone="AGS-PRIORITY:CAPS"><primary>AGS_PRIORITY</primary></indexterm>
-<programlisting>#define AGS_PRIORITY (0)
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AGS-VERSION:CAPS" role="macro">
-<title>AGS_VERSION</title>
-<indexterm zone="AGS-VERSION:CAPS"><primary>AGS_VERSION</primary></indexterm>
-<programlisting>#define AGS_VERSION "0.4.2\0"
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ALSA-PCM-NEW-HW-PARAMS-API:CAPS" role="macro">
-<title>ALSA_PCM_NEW_HW_PARAMS_API</title>
-<indexterm zone="ALSA-PCM-NEW-HW-PARAMS-API:CAPS"><primary>ALSA_PCM_NEW_HW_PARAMS_API</primary></indexterm>
-<programlisting>#define ALSA_PCM_NEW_HW_PARAMS_API
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMain" role="struct">
-<title>struct AgsMain</title>
-<indexterm zone="AgsMain"><primary>AgsMain</primary></indexterm>
-<programlisting>struct AgsMain {
-  GObject object;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-#ifdef AGS_WITH_XMLRPC_C
-  xmlrpc_env env;
-#endif
-
-  AgsThread *main_loop;
-  AgsThread *autosave_thread;
-  AgsThreadPool *thread_pool;
-
-  AgsServer *server;
-
-  GList *devout;
-
-  AgsWindow *window;
-
-  AgsConfig *config;
-  AgsLog *log;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMainClass" role="struct">
-<title>struct AgsMainClass</title>
-<indexterm zone="AgsMainClass"><primary>AgsMainClass</primary></indexterm>
-<programlisting>struct AgsMainClass {
-  GObjectClass object;
-};
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="AgsMainFlags" role="enum">
-<title>enum AgsMainFlags</title>
-<indexterm zone="AgsMainFlags"><primary>AgsMainFlags</primary></indexterm>
-<programlisting>typedef enum {
-  AGS_MAIN_SINGLE_THREAD      = 1,
-  AGS_MAIN_CONNECTED          = 1 <<  1,
-} AgsMainFlags;
-</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-add-devout" role="function">
-<title>ags_main_add_devout ()</title>
-<indexterm zone="ags-main-add-devout"><primary>ags_main_add_devout</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_add_devout                 (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>,
-                                                         <parameter><link linkend="AgsDevout"><type>AgsDevout</type></link> *devout</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-load-config" role="function">
-<title>ags_main_load_config ()</title>
-<indexterm zone="ags-main-load-config"><primary>ags_main_load_config</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_load_config                (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-new" role="function">
-<title>ags_main_new ()</title>
-<indexterm zone="ags-main-new"><primary>ags_main_new</primary></indexterm>
-<programlisting><link linkend="AgsMain"><returnvalue>AgsMain</returnvalue></link> *           ags_main_new                        ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-quit" role="function">
-<title>ags_main_quit ()</title>
-<indexterm zone="ags-main-quit"><primary>ags_main_quit</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_quit                       (<parameter><link linkend="AgsMain"><type>AgsMain</type></link> *ags_main</parameter>);</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-register-machine-type" role="function">
-<title>ags_main_register_machine_type ()</title>
-<indexterm zone="ags-main-register-machine-type"><primary>ags_main_register_machine_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_register_machine_type      ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-register-recall-type" role="function">
-<title>ags_main_register_recall_type ()</title>
-<indexterm zone="ags-main-register-recall-type"><primary>ags_main_register_recall_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_register_recall_type       ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-register-task-type" role="function">
-<title>ags_main_register_task_type ()</title>
-<indexterm zone="ags-main-register-task-type"><primary>ags_main_register_task_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_register_task_type         ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-register-thread-type" role="function">
-<title>ags_main_register_thread_type ()</title>
-<indexterm zone="ags-main-register-thread-type"><primary>ags_main_register_thread_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_register_thread_type       ();</programlisting>
-<para>
-</para></refsect2>
-<refsect2 id="ags-main-register-widget-type" role="function">
-<title>ags_main_register_widget_type ()</title>
-<indexterm zone="ags-main-register-widget-type"><primary>ags_main_register_widget_type</primary></indexterm>
-<programlisting><link linkend="void"><returnvalue>void</returnvalue></link>                ags_main_register_widget_type       ();</programlisting>
-<para>
-</para></refsect2>
-
-</refsect1>
-
-</refentry>
diff --git a/doc/reference/html.stamp b/doc/reference/html.stamp
new file mode 100644
index 0000000..9788f70
--- /dev/null
+++ b/doc/reference/html.stamp
@@ -0,0 +1 @@
+timestamp
diff --git a/doc/usersBook.xml b/doc/usersBook.xml
index a2712cb..b2d7028 100644
--- a/doc/usersBook.xml
+++ b/doc/usersBook.xml
@@ -35,7 +35,6 @@
   <xi:include href="usersBook/chap1.xml"/>
   <xi:include href="usersBook/chap2.xml"/>
   <xi:include href="usersBook/chap3.xml"/>
-  <xi:include href="usersBook/chap4.xml"/>
   <xi:include href="appa.xml"/>
   <xi:include href="usersBook/appb.xml"/>
 
diff --git a/doc/usersBook/chap1.xml b/doc/usersBook/chap1.xml
index 5b4103b..ae69372 100644
--- a/doc/usersBook/chap1.xml
+++ b/doc/usersBook/chap1.xml
@@ -9,7 +9,6 @@
 ]>
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>The navigation</title>
-  <imagedata fileref="../images/ags_navigation.png" />
   <para>
     With the navigation you have overall control of your song. Settings you perform
     here may influence the behaviour of AGS.
@@ -25,10 +24,11 @@
     </para>
     <para>
       To calculate timings you divide 1 minute with the entered BPM and divide it
-      with basic. For example you have a BPM rate of 120:
+      with basic. For example you have a BPM rate of 120 and a 4/4 tact you would
+      calculate the timing as follow:
     </para>
     <equation>
-      <mathphrase>t = 1 / 120</mathphrase>
+      <mathphrase>t = 1 / 120 * (1 / 4)</mathphrase>
     </equation>
   </sect1>
 
@@ -84,37 +84,16 @@
   </sect1>
 
   <sect1>
-    <title>Loop</title>
+    <title>Song information</title>
     <para>
-      By enabling control notation loops. More loop related control see <see>Auto-Scroll</see>.
+      <!-- TODO:JK: write section -->
     </para>
   </sect1>
 
   <sect1>
-    <title>Position</title>
-    <para>
-      Display or change position of playback, consider <see>Loop</see> control.
-    </para>
-  </sect1>
-
-  <sect1>
-    <title>Duration</title>
-    <para>
-      Display or change duration of playback.
-    </para>
-  </sect1>
-
-  <sect1>
-    <title>Loop offset</title>
-    <para>
-      Set offset of loop, enable/disable by <see>Loop</see>.
-    </para>
-  </sect1>
-
-  <sect1>
-    <title>Auto-Scroll</title>
+    <title>Loop</title>
     <para>
-      Scroll during playback, influenced by <see>Position</see>.
+      <!-- TODO:JK: write section -->
     </para>
   </sect1>
 </chapter>
diff --git a/doc/usersBook/chap2.xml b/doc/usersBook/chap2.xml
index cff7fdc..28d231b 100644
--- a/doc/usersBook/chap2.xml
+++ b/doc/usersBook/chap2.xml
@@ -1,8 +1,6 @@
 <?xml version='1.0' encoding="utf-8"?>
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>Engines</title>
-  <imagedata fileref="../images/ags_menu.png" />
-
   <para>
     You can add engines by activating the appropriate menu item within
     the "add" submenu of the "edit" menu item. You may change the properties
diff --git a/doc/usersBook/chap3.xml b/doc/usersBook/chap3.xml
index b688fa5..147245d 100644
--- a/doc/usersBook/chap3.xml
+++ b/doc/usersBook/chap3.xml
@@ -11,7 +11,6 @@
 ]>
 <chapter xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>Editor</title>
-  <imagedata fileref="../images/ags_editor.png" />
   <para>
     The editor features a piano roll. After linking an editor index with an enginge
     You may perform tasks like adding notes or copy, cut and paste them. You may
@@ -30,7 +29,7 @@
 
   <sect1>
     <title>Toolbar</title>
-    <imagedata fileref="../images/ags-toolbar.png" />
+    <imagedata fileref="/home/jkraehemann/ags-code/doc/images/ags-toolbar.png" />
     <para>
       In the table below are the various buttons explained you may use for editing.
     </para>
diff --git a/libtool b/libtool
deleted file mode 100755
index f655986..0000000
--- a/libtool
+++ /dev/null
@@ -1,11690 +0,0 @@
-#! /bin/sh
-# Generated automatically by config.status (gsequencer) 0.4.3
-# Libtool was configured on host Device-03036C:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-# The names of the tagged configurations supported by this script.
-available_tags='CXX '
-
-# ### BEGIN LIBTOOL CONFIG
-
-# Assembler program.
-AS="as"
-
-# DLL creation program.
-DLLTOOL="dlltool"
-
-# Object dumper program.
-OBJDUMP="objdump"
-
-# Which release of libtool.m4 was used?
-macro_version=2.4.4
-macro_revision=2.4.4
-
-# Whether or not to build shared libraries.
-build_libtool_libs=yes
-
-# Whether or not to build static libraries.
-build_old_libs=yes
-
-# What type of objects to build.
-pic_mode=default
-
-# Whether or not to optimize for fast installation.
-fast_install=yes
-
-# Shared archive member basename,for filename based shared library versioning on AIX.
-shared_archive_member_spec=
-
-# Shell to use when invoking shell scripts.
-SHELL="/bin/sh"
-
-# An echo program that protects backslashes.
-ECHO="printf %s\\n"
-
-# The PATH separator for the build system.
-PATH_SEPARATOR=":"
-
-# The host system.
-host_alias=
-host=x86_64-unknown-linux-gnu
-host_os=linux-gnu
-
-# The build system.
-build_alias=
-build=x86_64-unknown-linux-gnu
-build_os=linux-gnu
-
-# A sed program that does not truncate output.
-SED="/bin/sed"
-
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
-Xsed="$SED -e 1s/^X//"
-
-# A grep program that handles long lines.
-GREP="/bin/grep"
-
-# An ERE matcher.
-EGREP="/bin/grep -E"
-
-# A literal string matcher.
-FGREP="/bin/grep -F"
-
-# A BSD- or MS-compatible name lister.
-NM="/usr/bin/nm -B"
-
-# Whether we need soft or hard links.
-LN_S="ln -s"
-
-# What is the maximum length of a command?
-max_cmd_len=1572864
-
-# Object file suffix (normally "o").
-objext=o
-
-# Executable file suffix (normally "").
-exeext=
-
-# whether the shell understands "unset".
-lt_unset=unset
-
-# turn spaces into newlines.
-SP2NL="tr \\040 \\012"
-
-# turn newlines into spaces.
-NL2SP="tr \\015\\012 \\040\\040"
-
-# convert $build file names to $host format.
-to_host_file_cmd=func_convert_file_noop
-
-# convert $build files to toolchain format.
-to_tool_file_cmd=func_convert_file_noop
-
-# Method to check whether dependent libraries are shared objects.
-deplibs_check_method="pass_all"
-
-# Command to use when deplibs_check_method = "file_magic".
-file_magic_cmd="\$MAGIC_CMD"
-
-# How to find potential files when deplibs_check_method = "file_magic".
-file_magic_glob=""
-
-# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
-want_nocaseglob="no"
-
-# Command to associate shared and link libraries.
-sharedlib_from_linklib_cmd="printf %s\\n"
-
-# The archiver.
-AR="ar"
-
-# Flags to create an archive.
-AR_FLAGS="cru"
-
-# How to feed a file listing to the archiver.
-archiver_list_spec="@"
-
-# A symbol stripping program.
-STRIP="strip"
-
-# Commands used to install an old-style archive.
-RANLIB="ranlib"
-old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$tool_oldlib"
-old_postuninstall_cmds=""
-
-# Whether to use a lock for old archive extraction.
-lock_old_archive_extraction=no
-
-# A C compiler.
-LTCC="gcc"
-
-# LTCC compiler flags.
-LTCFLAGS="-g -O2"
-
-# Take the output of nm and produce a listing of raw symbols and C names.
-global_symbol_pipe="sed -n -e 's/^.*[	 ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[	 ][	 ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'"
-
-# Transform the output of nm in a proper C declaration.
-global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"
-
-# Transform the output of nm into a list of symbols to manually relocate.
-global_symbol_to_import=""
-
-# Transform the output of nm in a C name address pair.
-global_symbol_to_c_name_address="sed -n -e 's/^: \\(.*\\) .*\$/  {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/  {\"\\1\", (void *) \\&\\1},/p'"
-
-# Transform the output of nm in a C name address pair when lib prefix is needed.
-global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\(.*\\) .*\$/  {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(lib.*\\)\$/  {\"\\1\", (void *) \\&\\1},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/  {\"lib\\1\", (void *) \\&\\1},/p'"
-
-# The name lister interface.
-nm_interface="BSD nm"
-
-# Specify filename containing input files for $NM.
-nm_file_list_spec="@"
-
-# The root where to search for dependent libraries,and where our libraries should be installed.
-lt_sysroot=
-
-# Command to truncate a binary pipe.
-lt_truncate_bin="/bin/dd bs=4096 count=1"
-
-# The name of the directory that contains temporary libtool files.
-objdir=.libs
-
-# Used to examine libraries when file_magic_cmd begins with "file".
-MAGIC_CMD=file
-
-# Must we lock files when doing compilation?
-need_locks="no"
-
-# Manifest tool.
-MANIFEST_TOOL=":"
-
-# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
-DSYMUTIL=""
-
-# Tool to change global to local symbols on Mac OS X.
-NMEDIT=""
-
-# Tool to manipulate fat objects and archives on Mac OS X.
-LIPO=""
-
-# ldd/readelf like tool for Mach-O binaries on Mac OS X.
-OTOOL=""
-
-# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
-OTOOL64=""
-
-# Old archive suffix (normally "a").
-libext=a
-
-# Shared library suffix (normally ".so").
-shrext_cmds=".so"
-
-# The commands to extract the exported symbol list from a shared archive.
-extract_expsyms_cmds=""
-
-# Variables whose values should be saved in libtool wrapper scripts and
-# restored at link time.
-variables_saved_for_relink="PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-
-# Do we need the "lib" prefix for modules?
-need_lib_prefix=no
-
-# Do we need a version for libraries?
-need_version=no
-
-# Library versioning type.
-version_type=linux
-
-# Shared library runtime path variable.
-runpath_var=LD_RUN_PATH
-
-# Shared library path variable.
-shlibpath_var=LD_LIBRARY_PATH
-
-# Is shlibpath searched before the hard-coded library search path?
-shlibpath_overrides_runpath=no
-
-# Format of library name prefix.
-libname_spec="lib\$name"
-
-# List of archive names.  First name is the real one, the rest are links.
-# The last name is the one that the linker finds with -lNAME
-library_names_spec="\$libname\$release\$shared_ext\$versuffix \$libname\$release\$shared_ext\$major \$libname\$shared_ext"
-
-# The coded name of the library, if different from the real name.
-soname_spec="\$libname\$release\$shared_ext\$major"
-
-# Permission mode override for installation of shared libraries.
-install_override_mode=""
-
-# Command to use after installation of a shared archive.
-postinstall_cmds=""
-
-# Command to use after uninstallation of a shared archive.
-postuninstall_cmds=""
-
-# Commands used to finish a libtool library installation in a directory.
-finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
-
-# As "finish_cmds", except a single script fragment to be evaled but
-# not shown.
-finish_eval=""
-
-# Whether we should hardcode library paths into libraries.
-hardcode_into_libs=yes
-
-# Compile-time system search path for libraries.
-sys_lib_search_path_spec="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib64 /lib64 /usr/lib /lib "
-
-# Run-time system search path for libraries.
-sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/local/lib /opt/lib /usr/X11/lib "
-
-# Whether dlopen is supported.
-dlopen_support=unknown
-
-# Whether dlopen of programs is supported.
-dlopen_self=unknown
-
-# Whether dlopen of statically linked programs is supported.
-dlopen_self_static=unknown
-
-# Commands to strip libraries.
-old_striplib="strip --strip-debug"
-striplib="strip --strip-unneeded"
-
-
-# The linker used to build libraries.
-LD="/usr/bin/ld -m elf_x86_64"
-
-# How to create reloadable object files.
-reload_flag=" -r"
-reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
-
-# Commands used to build an old-style archive.
-old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
-
-# A language specific compiler.
-CC="gcc"
-
-# Is the compiler the GNU compiler?
-with_gcc=yes
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=" -fno-builtin"
-
-# Additional compiler flags for building library objects.
-pic_flag=" -fPIC -DPIC"
-
-# How to pass a linker flag through the compiler.
-wl="-Wl,"
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag="-static"
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o="yes"
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=no
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=no
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec="\$wl--export-dynamic"
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive"
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object="no"
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=""
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=""
-
-# Commands used to build a shared archive.
-archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib"
-archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
-            cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
-            echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
-            \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib"
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=""
-module_expsym_cmds=""
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld="yes"
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=""
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=""
-
-# Flag to hardcode $libdir into a binary during linking.
-# This must work even if $libdir does not exist
-hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir"
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=""
-
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=no
-
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting $shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=no
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=no
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=unsupported
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=no
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=no
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=unknown
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=no
-
-# The commands to list exported symbols.
-export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*"
-
-# Symbols that must always be exported.
-include_expsyms=""
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=""
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=""
-
-# Specify filename containing input files.
-file_list_spec=""
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=immediate
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs=""
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects=""
-postdep_objects=""
-predeps=""
-postdeps=""
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path=""
-
-# ### END LIBTOOL CONFIG
-
-#! /bin/sh
-## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
-##               by inline-source v2014-01-03.01
-
-# libtool (GNU libtool) 2.4.4
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License,
-# if you distribute this file as part of a program or library that
-# is built using GNU Libtool, you may include this file under the
-# same distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-PROGRAM=libtool
-PACKAGE=libtool
-VERSION=2.4.4
-package_revision=2.4.4
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Run './libtool --help' for help with using this script from the
-# command line.
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# After configure completes, it has a better idea of some of the
-# shell tools we need than the defaults used by the functions shared
-# with bootstrap, so set those here where they can still be over-
-# ridden by the user, but otherwise take precedence.
-
-: ${AUTOCONF="autoconf"}
-: ${AUTOMAKE="automake"}
-
-
-## -------------------------- ##
-## Source external libraries. ##
-## -------------------------- ##
-
-# Much of our low-level functionality needs to be sourced from external
-# libraries, which are installed to $pkgauxdir.
-
-# Set a version string for this script.
-scriptversion=2014-01-03.01; # UTC
-
-# General shell script boiler plate, and helper functions.
-# Written by Gary V. Vaughan, 2004
-
-# Copyright (C) 2004-2014 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.
-
-# 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 3 of the License, or
-# (at your option) any later version.
-
-# As a special exception to the GNU General Public License, if you distribute
-# this file as part of a program or library that is built using GNU Libtool,
-# you may include this file under the same distribution terms that you use
-# for the rest of that program.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNES 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 <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Evaluate this file near the top of your script to gain access to
-# the functions and variables defined here:
-#
-#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
-#
-# If you need to override any of the default environment variable
-# settings, do that before evaluating this file.
-
-
-## -------------------- ##
-## Shell normalisation. ##
-## -------------------- ##
-
-# Some shells need a little help to be as Bourne compatible as possible.
-# Before doing anything else, make sure all that help has been provided!
-
-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
-
-# NLS nuisances: We save the old values in case they are required later.
-_G_user_locale=
-_G_safe_locale=
-for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-do
-  eval "if test set = \"\${$_G_var+set}\"; then
-          save_$_G_var=\$$_G_var
-          $_G_var=C
-	  export $_G_var
-	  _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
-	  _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
-	fi"
-done
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Make sure IFS has a sensible default
-sp=' '
-nl='
-'
-IFS="$sp	$nl"
-
-# There are apparently some retarded systems that use ';' as a PATH separator!
-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
-
-
-
-## ------------------------- ##
-## Locate command utilities. ##
-## ------------------------- ##
-
-
-# func_executable_p FILE
-# ----------------------
-# Check that FILE is an executable regular file.
-func_executable_p ()
-{
-    test -f "$1" && test -x "$1"
-}
-
-
-# func_path_progs PROGS_LIST CHECK_FUNC [PATH]
-# --------------------------------------------
-# Search for either a program that responds to --version with output
-# containing "GNU", or else returned by CHECK_FUNC otherwise, by
-# trying all the directories in PATH with each of the elements of
-# PROGS_LIST.
-#
-# CHECK_FUNC should accept the path to a candidate program, and
-# set $func_check_prog_result if it truncates its output less than
-# $_G_path_prog_max characters.
-func_path_progs ()
-{
-    _G_progs_list=$1
-    _G_check_func=$2
-    _G_PATH=${3-"$PATH"}
-
-    _G_path_prog_max=0
-    _G_path_prog_found=false
-    _G_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-    for _G_dir in $_G_PATH; do
-      IFS=$_G_save_IFS
-      test -z "$_G_dir" && _G_dir=.
-      for _G_prog_name in $_G_progs_list; do
-        for _exeext in '' .EXE; do
-          _G_path_prog=$_G_dir/$_G_prog_name$_exeext
-          func_executable_p "$_G_path_prog" || continue
-          case `"$_G_path_prog" --version 2>&1` in
-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
-            *)     $_G_check_func $_G_path_prog
-		   func_path_progs_result=$func_check_prog_result
-		   ;;
-          esac
-          $_G_path_prog_found && break 3
-        done
-      done
-    done
-    IFS=$_G_save_IFS
-    test -z "$func_path_progs_result" && {
-      echo "no acceptable sed could be found in \$PATH" >&2
-      exit 1
-    }
-}
-
-
-# We want to be able to use the functions in this file before configure
-# has figured out where the best binaries are kept, which means we have
-# to search for them ourselves - except when the results are already set
-# where we skip the searches.
-
-# Unless the user overrides by setting SED, search the path for either GNU
-# sed, or the sed that truncates its output the least.
-test -z "$SED" && {
-  _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-  for _G_i in 1 2 3 4 5 6 7; do
-    _G_sed_script=$_G_sed_script$nl$_G_sed_script
-  done
-  echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
-  _G_sed_script=
-
-  func_check_prog_sed ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo '' >> conftest.nl
-      "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
-  rm -f conftest.sed
-  SED=$func_path_progs_result
-}
-
-
-# Unless the user overrides by setting GREP, search the path for either GNU
-# grep, or the grep that truncates its output the least.
-test -z "$GREP" && {
-  func_check_prog_grep ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    _G_path_prog_max=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo 'GREP' >> conftest.nl
-      "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
-  GREP=$func_path_progs_result
-}
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# All uppercase variable names are used for environment variables.  These
-# variables can be overridden by the user before calling a script that
-# uses them if a suitable command of that name is not already available
-# in the command search PATH.
-
-: ${CP="cp -f"}
-: ${ECHO="printf %s\n"}
-: ${EGREP="$GREP -E"}
-: ${FGREP="$GREP -F"}
-: ${LN_S="ln -s"}
-: ${MAKE="make"}
-: ${MKDIR="mkdir"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
-
-
-## -------------------- ##
-## Useful sed snippets. ##
-## -------------------- ##
-
-sed_dirname='s|/[^/]*$||'
-sed_basename='s|^.*/||'
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
-
-# Same as above, but do not quote variable references.
-sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
-
-# Sed substitution that turns a string into a regex matching for the
-# string literally.
-sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
-
-# Sed substitution that converts a w32 file name or path
-# that contains forward slashes, into one that contains
-# (escaped) backslashes.  A very naive implementation.
-sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
-
-# Re-'\' parameter expansions in output of sed_double_quote_subst that
-# were '\'-ed in input to the same.  If an odd number of '\' preceded a
-# '$' in input to sed_double_quote_subst, that '$' was protected from
-# expansion.  Since each input '\' is now two '\'s, look for any number
-# of runs of four '\'s followed by two '\'s and then a '$'.  '\' that '$'.
-_G_bs='\\'
-_G_bs2='\\\\'
-_G_bs4='\\\\\\\\'
-_G_dollar='\$'
-sed_double_backslash="\
-  s/$_G_bs4/&\\
-/g
-  s/^$_G_bs2$_G_dollar/$_G_bs&/
-  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
-  s/\n//g"
-
-
-## ----------------- ##
-## Global variables. ##
-## ----------------- ##
-
-# Except for the global variables explicitly listed below, the following
-# functions in the '^func_' namespace, and the '^require_' namespace
-# variables initialised in the 'Resource management' section, sourcing
-# this file will not pollute your global namespace with anything
-# else. There's no portable way to scope variables in Bourne shell
-# though, so actually running these functions will sometimes place
-# results into a variable named after the function, and often use
-# temporary variables in the '^_G_' namespace. If you are careful to
-# avoid using those namespaces casually in your sourcing script, things
-# should continue to work as you expect. And, of course, you can freely
-# overwrite any of the functions or variables defined here before
-# calling anything to customize them.
-
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
-EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
-
-# Allow overriding, eg assuming that you follow the convention of
-# putting '$debug_cmd' at the start of all your functions, you can get
-# bash to show function call trace with:
-#
-#    debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
-debug_cmd=${debug_cmd-":"}
-exit_cmd=:
-
-# By convention, finish your script with:
-#
-#    exit $exit_status
-#
-# so that you can set exit_status to non-zero if you want to indicate
-# something went wrong during execution without actually bailing out at
-# the point of failure.
-exit_status=$EXIT_SUCCESS
-
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
-# is ksh but when the shell is invoked as "sh" and the current value of
-# the _XPG environment variable is not equal to 1 (one), the special
-# positional parameter $0, within a function call, is the name of the
-# function.
-progpath=$0
-
-# The name of this program.
-progname=`$ECHO "$progpath" |$SED "$sed_basename"`
-
-# Make sure we have an absolute progpath for reexecution:
-case $progpath in
-  [\\/]*|[A-Za-z]:\\*) ;;
-  *[\\/]*)
-     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
-     progdir=`cd "$progdir" && pwd`
-     progpath=$progdir/$progname
-     ;;
-  *)
-     _G_IFS=$IFS
-     IFS=${PATH_SEPARATOR-:}
-     for progdir in $PATH; do
-       IFS=$_G_IFS
-       test -x "$progdir/$progname" && break
-     done
-     IFS=$_G_IFS
-     test -n "$progdir" || progdir=`pwd`
-     progpath=$progdir/$progname
-     ;;
-esac
-
-
-## ----------------- ##
-## Standard options. ##
-## ----------------- ##
-
-# The following options affect the operation of the functions defined
-# below, and should be set appropriately depending on run-time para-
-# meters passed on the command line.
-
-opt_dry_run=false
-opt_quiet=false
-opt_verbose=false
-
-# Categories 'all' and 'none' are always available.  Append any others
-# you will pass as the first argument to func_warning from your own
-# code.
-warning_categories=
-
-# By default, display warnings according to 'opt_warning_types'.  Set
-# 'warning_func'  to ':' to elide all warnings, or func_fatal_error to
-# treat the next displayed warning as a fatal error.
-warning_func=func_warn_and_continue
-
-# Set to 'all' to display all warnings, 'none' to suppress all
-# warnings, or a space delimited list of some subset of
-# 'warning_categories' to display only the listed warnings.
-opt_warning_types=all
-
-
-## -------------------- ##
-## Resource management. ##
-## -------------------- ##
-
-# This section contains definitions for functions that each ensure a
-# particular resource (a file, or a non-empty configuration variable for
-# example) is available, and if appropriate to extract default values
-# from pertinent package files. Call them using their associated
-# 'require_*' variable to ensure that they are executed, at most, once.
-#
-# It's entirely deliberate that calling these functions can set
-# variables that don't obey the namespace limitations obeyed by the rest
-# of this file, in order that that they be as useful as possible to
-# callers.
-
-
-# require_term_colors
-# -------------------
-# Allow display of bold text on terminals that support it.
-require_term_colors=func_require_term_colors
-func_require_term_colors ()
-{
-    $debug_cmd
-
-    test -t 1 && {
-      # COLORTERM and USE_ANSI_COLORS environment variables take
-      # precedence, because most terminfo databases neglect to describe
-      # whether color sequences are supported.
-      test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
-
-      if test 1 = "$USE_ANSI_COLORS"; then
-        # Standard ANSI escape sequences
-        tc_reset=''
-        tc_bold='';   tc_standout=''
-        tc_red='';   tc_green=''
-        tc_blue='';  tc_cyan=''
-      else
-        # Otherwise trust the terminfo database after all.
-        test -n "`tput sgr0 2>/dev/null`" && {
-          tc_reset=`tput sgr0`
-          test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
-          tc_standout=$tc_bold
-          test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
-          test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
-          test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
-          test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
-          test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
-        }
-      fi
-    }
-
-    require_term_colors=:
-}
-
-
-## ----------------- ##
-## Function library. ##
-## ----------------- ##
-
-# This section contains a variety of useful functions to call in your
-# scripts. Take note of the portable wrappers for features provided by
-# some modern shells, which will fall back to slower equivalents on
-# less featureful shells.
-
-
-# func_append VAR VALUE
-# ---------------------
-# Append VALUE onto the existing contents of VAR.
-
-  # We should try to minimise forks, especially on Windows where they are
-  # unreasonably slow, so skip the feature probes when bash or zsh are
-  # being used:
-  if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
-    : ${_G_HAVE_ARITH_OP="yes"}
-    : ${_G_HAVE_XSI_OPS="yes"}
-    # The += operator was introduced in bash 3.1
-    case $BASH_VERSION in
-      [12].* | 3.0 | 3.0*) ;;
-      *)
-        : ${_G_HAVE_PLUSEQ_OP="yes"}
-        ;;
-    esac
-  fi
-
-  # _G_HAVE_PLUSEQ_OP
-  # Can be empty, in which case the shell is probed, "yes" if += is
-  # useable or anything else if it does not work.
-  test -z "$_G_HAVE_PLUSEQ_OP" \
-    && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
-    && _G_HAVE_PLUSEQ_OP=yes
-
-if test yes = "$_G_HAVE_PLUSEQ_OP"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_append ()
-  {
-    $debug_cmd
-
-    eval "$1+=\$2"
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_append ()
-  {
-    $debug_cmd
-
-    eval "$1=\$$1\$2"
-  }
-fi
-
-
-# func_append_quoted VAR VALUE
-# ----------------------------
-# Quote VALUE and append to the end of shell variable VAR, separated
-# by a space.
-if test yes = "$_G_HAVE_PLUSEQ_OP"; then
-  eval 'func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1+=\\ \$func_quote_for_eval_result"
-  }'
-else
-  func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1=\$$1\\ \$func_quote_for_eval_result"
-  }
-fi
-
-
-# func_append_uniq VAR VALUE
-# --------------------------
-# Append unique VALUE onto the existing contents of VAR, assuming
-# entries are delimited by the first character of VALUE.  For example:
-#
-#   func_append_uniq options " --another-option option-argument"
-#
-# will only append to $options if " --another-option option-argument "
-# is not already present somewhere in $options already (note spaces at
-# each end implied by leading space in second argument).
-func_append_uniq ()
-{
-    $debug_cmd
-
-    eval _G_current_value='`$ECHO $'$1'`'
-    _G_delim=`expr "$2" : '\(.\)'`
-
-    case $_G_delim$_G_current_value$_G_delim in
-      *"$2$_G_delim"*) ;;
-      *) func_append "$@" ;;
-    esac
-}
-
-
-# func_arith TERM...
-# ------------------
-# Set func_arith_result to the result of evaluating TERMs.
-  test -z "$_G_HAVE_ARITH_OP" \
-    && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
-    && _G_HAVE_ARITH_OP=yes
-
-if test yes = "$_G_HAVE_ARITH_OP"; then
-  eval 'func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=$(( $* ))
-  }'
-else
-  func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=`expr "$@"`
-  }
-fi
-
-
-# func_basename FILE
-# ------------------
-# Set func_basename_result to FILE with everything up to and including
-# the last / stripped.
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  # If this shell supports suffix pattern removal, then use it to avoid
-  # forking. Hide the definitions single quotes in case the shell chokes
-  # on unsupported syntax...
-  _b='func_basename_result=${1##*/}'
-  _d='case $1 in
-        */*) func_dirname_result=${1%/*}$2 ;;
-        *  ) func_dirname_result=$3        ;;
-      esac'
-
-else
-  # ...otherwise fall back to using sed.
-  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
-  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
-      if test "X$func_dirname_result" = "X$1"; then
-        func_dirname_result=$3
-      else
-        func_append func_dirname_result "$2"
-      fi'
-fi
-
-eval 'func_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-}'
-
-
-# func_dirname FILE APPEND NONDIR_REPLACEMENT
-# -------------------------------------------
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
-# otherwise set result to NONDIR_REPLACEMENT.
-eval 'func_dirname ()
-{
-    $debug_cmd
-
-    '"$_d"'
-}'
-
-
-# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
-# --------------------------------------------------------
-# Perform func_basename and func_dirname in a single function
-# call:
-#   dirname:  Compute the dirname of FILE.  If nonempty,
-#             add APPEND to the result, otherwise set result
-#             to NONDIR_REPLACEMENT.
-#             value returned in "$func_dirname_result"
-#   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
-# For efficiency, we do not delegate to the functions above but instead
-# duplicate the functionality here.
-eval 'func_dirname_and_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-    '"$_d"'
-}'
-
-
-# func_echo ARG...
-# ----------------
-# Echo program name prefixed message.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_echo_all ARG...
-# --------------------
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-
-# func_echo_infix_1 INFIX ARG...
-# ------------------------------
-# Echo program name, followed by INFIX on the first line, with any
-# additional lines not showing INFIX.
-func_echo_infix_1 ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    _G_infix=$1; shift
-    _G_indent=$_G_infix
-    _G_prefix="$progname: $_G_infix: "
-    _G_message=$*
-
-    # Strip color escape sequences before counting printable length
-    for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
-    do
-      test -n "$_G_tc" && {
-        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
-        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
-      }
-    done
-    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
-
-    func_echo_infix_1_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_infix_1_IFS
-      $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
-      _G_prefix=$_G_indent
-    done
-    IFS=$func_echo_infix_1_IFS
-}
-
-
-# func_error ARG...
-# -----------------
-# Echo program name prefixed message to standard error.
-func_error ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "  $tc_standout${tc_red}error$tc_reset" "$*" >&2
-}
-
-
-# func_fatal_error ARG...
-# -----------------------
-# Echo program name prefixed message to standard error, and exit.
-func_fatal_error ()
-{
-    $debug_cmd
-
-    func_error "$*"
-    exit $EXIT_FAILURE
-}
-
-
-# func_grep EXPRESSION FILENAME
-# -----------------------------
-# Check whether EXPRESSION matches any line of FILENAME, without output.
-func_grep ()
-{
-    $debug_cmd
-
-    $GREP "$1" "$2" >/dev/null 2>&1
-}
-
-
-# func_len STRING
-# ---------------
-# Set func_len_result to the length of STRING. STRING may not
-# start with a hyphen.
-  test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=${#1}
-  }'
-else
-  func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
-  }
-fi
-
-
-# func_mkdir_p DIRECTORY-PATH
-# ---------------------------
-# Make sure the entire path to DIRECTORY-PATH is available.
-func_mkdir_p ()
-{
-    $debug_cmd
-
-    _G_directory_path=$1
-    _G_dir_list=
-
-    if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
-
-      # Protect directory names starting with '-'
-      case $_G_directory_path in
-        -*) _G_directory_path=./$_G_directory_path ;;
-      esac
-
-      # While some portion of DIR does not yet exist...
-      while test ! -d "$_G_directory_path"; do
-        # ...make a list in topmost first order.  Use a colon delimited
-	# list incase some portion of path contains whitespace.
-        _G_dir_list=$_G_directory_path:$_G_dir_list
-
-        # If the last portion added has no slash in it, the list is done
-        case $_G_directory_path in */*) ;; *) break ;; esac
-
-        # ...otherwise throw away the child directory and loop
-        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
-      done
-      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
-
-      func_mkdir_p_IFS=$IFS; IFS=:
-      for _G_dir in $_G_dir_list; do
-	IFS=$func_mkdir_p_IFS
-        # mkdir can fail with a 'File exist' error if two processes
-        # try to create one of the directories concurrently.  Don't
-        # stop in that case!
-        $MKDIR "$_G_dir" 2>/dev/null || :
-      done
-      IFS=$func_mkdir_p_IFS
-
-      # Bail out if we (or some other process) failed to create a directory.
-      test -d "$_G_directory_path" || \
-        func_fatal_error "Failed to create '$1'"
-    fi
-}
-
-
-# func_mktempdir [BASENAME]
-# -------------------------
-# Make a temporary directory that won't clash with other running
-# libtool processes, and avoids race conditions if possible.  If
-# given, BASENAME is the basename for that directory.
-func_mktempdir ()
-{
-    $debug_cmd
-
-    _G_template=${TMPDIR-/tmp}/${1-$progname}
-
-    if test : = "$opt_dry_run"; then
-      # Return a directory name, but don't create it in dry-run mode
-      _G_tmpdir=$_G_template-$$
-    else
-
-      # If mktemp works, use that first and foremost
-      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
-
-      if test ! -d "$_G_tmpdir"; then
-        # Failing that, at least try and use $RANDOM to avoid a race
-        _G_tmpdir=$_G_template-${RANDOM-0}$$
-
-        func_mktempdir_umask=`umask`
-        umask 0077
-        $MKDIR "$_G_tmpdir"
-        umask $func_mktempdir_umask
-      fi
-
-      # If we're not in dry-run mode, bomb out on failure
-      test -d "$_G_tmpdir" || \
-        func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
-    fi
-
-    $ECHO "$_G_tmpdir"
-}
-
-
-# func_normal_abspath PATH
-# ------------------------
-# Remove doubled-up and trailing slashes, "." path components,
-# and cancel out any ".." path components in PATH after making
-# it an absolute path.
-func_normal_abspath ()
-{
-    $debug_cmd
-
-    # These SED scripts presuppose an absolute path with a trailing slash.
-    _G_pathcar='s|^/\([^/]*\).*$|\1|'
-    _G_pathcdr='s|^/[^/]*||'
-    _G_removedotparts=':dotsl
-		s|/\./|/|g
-		t dotsl
-		s|/\.$|/|'
-    _G_collapseslashes='s|/\{1,\}|/|g'
-    _G_finalslash='s|/*$|/|'
-
-    # Start from root dir and reassemble the path.
-    func_normal_abspath_result=
-    func_normal_abspath_tpath=$1
-    func_normal_abspath_altnamespace=
-    case $func_normal_abspath_tpath in
-      "")
-        # Empty path, that just means $cwd.
-        func_stripname '' '/' "`pwd`"
-        func_normal_abspath_result=$func_stripname_result
-        return
-        ;;
-      # The next three entries are used to spot a run of precisely
-      # two leading slashes without using negated character classes;
-      # we take advantage of case's first-match behaviour.
-      ///*)
-        # Unusual form of absolute path, do nothing.
-        ;;
-      //*)
-        # Not necessarily an ordinary path; POSIX reserves leading '//'
-        # and for example Cygwin uses it to access remote file shares
-        # over CIFS/SMB, so we conserve a leading double slash if found.
-        func_normal_abspath_altnamespace=/
-        ;;
-      /*)
-        # Absolute path, do nothing.
-        ;;
-      *)
-        # Relative path, prepend $cwd.
-        func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
-        ;;
-    esac
-
-    # Cancel out all the simple stuff to save iterations.  We also want
-    # the path to end with a slash for ease of parsing, so make sure
-    # there is one (and only one) here.
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
-    while :; do
-      # Processed it all yet?
-      if test / = "$func_normal_abspath_tpath"; then
-        # If we ascended to the root using ".." the result may be empty now.
-        if test -z "$func_normal_abspath_result"; then
-          func_normal_abspath_result=/
-        fi
-        break
-      fi
-      func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcar"`
-      func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcdr"`
-      # Figure out what to do with it
-      case $func_normal_abspath_tcomponent in
-        "")
-          # Trailing empty path component, ignore it.
-          ;;
-        ..)
-          # Parent dir; strip last assembled component from result.
-          func_dirname "$func_normal_abspath_result"
-          func_normal_abspath_result=$func_dirname_result
-          ;;
-        *)
-          # Actual path component, append it.
-          func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
-          ;;
-      esac
-    done
-    # Restore leading double-slash if one was found on entry.
-    func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
-}
-
-
-# func_notquiet ARG...
-# --------------------
-# Echo program name prefixed message only when not in quiet mode.
-func_notquiet ()
-{
-    $debug_cmd
-
-    $opt_quiet || func_echo ${1+"$@"}
-
-    # A bug in bash halts the script if the last line of a function
-    # fails when set -e is in force, so we need another command to
-    # work around that:
-    :
-}
-
-
-# func_relative_path SRCDIR DSTDIR
-# --------------------------------
-# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
-func_relative_path ()
-{
-    $debug_cmd
-
-    func_relative_path_result=
-    func_normal_abspath "$1"
-    func_relative_path_tlibdir=$func_normal_abspath_result
-    func_normal_abspath "$2"
-    func_relative_path_tbindir=$func_normal_abspath_result
-
-    # Ascend the tree starting from libdir
-    while :; do
-      # check if we have found a prefix of bindir
-      case $func_relative_path_tbindir in
-        $func_relative_path_tlibdir)
-          # found an exact match
-          func_relative_path_tcancelled=
-          break
-          ;;
-        $func_relative_path_tlibdir*)
-          # found a matching prefix
-          func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
-          func_relative_path_tcancelled=$func_stripname_result
-          if test -z "$func_relative_path_result"; then
-            func_relative_path_result=.
-          fi
-          break
-          ;;
-        *)
-          func_dirname $func_relative_path_tlibdir
-          func_relative_path_tlibdir=$func_dirname_result
-          if test -z "$func_relative_path_tlibdir"; then
-            # Have to descend all the way to the root!
-            func_relative_path_result=../$func_relative_path_result
-            func_relative_path_tcancelled=$func_relative_path_tbindir
-            break
-          fi
-          func_relative_path_result=../$func_relative_path_result
-          ;;
-      esac
-    done
-
-    # Now calculate path; take care to avoid doubling-up slashes.
-    func_stripname '' '/' "$func_relative_path_result"
-    func_relative_path_result=$func_stripname_result
-    func_stripname '/' '/' "$func_relative_path_tcancelled"
-    if test -n "$func_stripname_result"; then
-      func_append func_relative_path_result "/$func_stripname_result"
-    fi
-
-    # Normalisation. If bindir is libdir, return '.' else relative path.
-    if test -n "$func_relative_path_result"; then
-      func_stripname './' '' "$func_relative_path_result"
-      func_relative_path_result=$func_stripname_result
-    fi
-
-    test -n "$func_relative_path_result" || func_relative_path_result=.
-
-    :
-}
-
-
-# func_quote_for_eval ARG...
-# --------------------------
-# Aesthetically quote ARGs to be evaled later.
-# This function returns two values:
-#   i) func_quote_for_eval_result
-#      double-quoted, suitable for a subsequent eval
-#  ii) func_quote_for_eval_unquoted_result
-#      has all characters that are still active within double
-#      quotes backslashified.
-func_quote_for_eval ()
-{
-    $debug_cmd
-
-    func_quote_for_eval_unquoted_result=
-    func_quote_for_eval_result=
-    while test 0 -lt $#; do
-      case $1 in
-        *[\\\`\"\$]*)
-	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
-        *)
-          _G_unquoted_arg=$1 ;;
-      esac
-      if test -n "$func_quote_for_eval_unquoted_result"; then
-	func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
-      else
-        func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
-      fi
-
-      case $_G_unquoted_arg in
-        # Double-quote args containing shell metacharacters to delay
-        # word splitting, command substitution and variable expansion
-        # for a subsequent eval.
-        # Many Bourne shells cannot handle close brackets correctly
-        # in scan sets, so we specify it separately.
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-          _G_quoted_arg=\"$_G_unquoted_arg\"
-          ;;
-        *)
-          _G_quoted_arg=$_G_unquoted_arg
-	  ;;
-      esac
-
-      if test -n "$func_quote_for_eval_result"; then
-	func_append func_quote_for_eval_result " $_G_quoted_arg"
-      else
-        func_append func_quote_for_eval_result "$_G_quoted_arg"
-      fi
-      shift
-    done
-}
-
-
-# func_quote_for_expand ARG
-# -------------------------
-# Aesthetically quote ARG to be evaled later; same as above,
-# but do not quote variable references.
-func_quote_for_expand ()
-{
-    $debug_cmd
-
-    case $1 in
-      *[\\\`\"]*)
-	_G_arg=`$ECHO "$1" | $SED \
-	    -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
-      *)
-        _G_arg=$1 ;;
-    esac
-
-    case $_G_arg in
-      # Double-quote args containing shell metacharacters to delay
-      # word splitting and command substitution for a subsequent eval.
-      # Many Bourne shells cannot handle close brackets correctly
-      # in scan sets, so we specify it separately.
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-        _G_arg=\"$_G_arg\"
-        ;;
-    esac
-
-    func_quote_for_expand_result=$_G_arg
-}
-
-
-# func_stripname PREFIX SUFFIX NAME
-# ---------------------------------
-# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_stripname ()
-  {
-    $debug_cmd
-
-    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-    # positional parameters, so assign one to ordinary variable first.
-    func_stripname_result=$3
-    func_stripname_result=${func_stripname_result#"$1"}
-    func_stripname_result=${func_stripname_result%"$2"}
-  }'
-else
-  func_stripname ()
-  {
-    $debug_cmd
-
-    case $2 in
-      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
-      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
-    esac
-  }
-fi
-
-
-# func_show_eval CMD [FAIL_EXP]
-# -----------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.
-func_show_eval ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    func_quote_for_expand "$_G_cmd"
-    eval "func_notquiet $func_quote_for_expand_result"
-
-    $opt_dry_run || {
-      eval "$_G_cmd"
-      _G_status=$?
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_show_eval_locale CMD [FAIL_EXP]
-# ------------------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.  Use the saved locale for evaluation.
-func_show_eval_locale ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    $opt_quiet || {
-      func_quote_for_expand "$_G_cmd"
-      eval "func_echo $func_quote_for_expand_result"
-    }
-
-    $opt_dry_run || {
-      eval "$_G_user_locale
-	    $_G_cmd"
-      _G_status=$?
-      eval "$_G_safe_locale"
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_tr_sh
-# ----------
-# Turn $1 into a string suitable for a shell variable name.
-# Result is stored in $func_tr_sh_result.  All characters
-# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
-# if $1 begins with a digit, a '_' is prepended as well.
-func_tr_sh ()
-{
-    $debug_cmd
-
-    case $1 in
-    [0-9]* | *[!a-zA-Z0-9_]*)
-      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
-      ;;
-    * )
-      func_tr_sh_result=$1
-      ;;
-    esac
-}
-
-
-# func_verbose ARG...
-# -------------------
-# Echo program name prefixed message in verbose mode only.
-func_verbose ()
-{
-    $debug_cmd
-
-    $opt_verbose && func_echo "$*"
-
-    :
-}
-
-
-# func_warn_and_continue ARG...
-# -----------------------------
-# Echo program name prefixed warning message to standard error.
-func_warn_and_continue ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
-}
-
-
-# func_warning CATEGORY ARG...
-# ----------------------------
-# Echo program name prefixed warning message to standard error. Warning
-# messages can be filtered according to CATEGORY, where this function
-# elides messages where CATEGORY is not listed in the global variable
-# 'opt_warning_types'.
-func_warning ()
-{
-    $debug_cmd
-
-    # CATEGORY must be in the warning_categories list!
-    case " $warning_categories " in
-      *" $1 "*) ;;
-      *) func_internal_error "invalid warning category '$1'" ;;
-    esac
-
-    _G_category=$1
-    shift
-
-    case " $opt_warning_types " in
-      *" $_G_category "*) $warning_func ${1+"$@"} ;;
-    esac
-}
-
-
-# func_sort_ver VER1 VER2
-# -----------------------
-# 'sort -V' is not generally available.
-# Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
-# but this should suffice as we won't be specifying old
-# version formats or redundant trailing .0 in bootstrap.conf.
-# If we did want full compatibility then we should probably
-# use m4_version_compare from autoconf.
-func_sort_ver ()
-{
-    $debug_cmd
-
-    printf '%s\n%s\n' "$1" "$2" \
-      | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
-}
-
-# func_lt_ver PREV CURR
-# ---------------------
-# Return true if PREV and CURR are in the correct order according to
-# func_sort_ver, otherwise false.  Use it like this:
-#
-#  func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
-func_lt_ver ()
-{
-    $debug_cmd
-
-    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-#! /bin/sh
-
-# Set a version string for this script.
-scriptversion=2014-01-07.03; # UTC
-
-# A portable, pluggable option parser for Bourne shell.
-# Written by Gary V. Vaughan, 2010
-
-# Copyright (C) 2010-2014 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.
-
-# 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 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 <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# This file is a library for parsing options in your shell scripts along
-# with assorted other useful supporting features that you can make use
-# of too.
-#
-# For the simplest scripts you might need only:
-#
-#   #!/bin/sh
-#   . relative/path/to/funclib.sh
-#   . relative/path/to/options-parser
-#   scriptversion=1.0
-#   func_options ${1+"$@"}
-#   eval set dummy "$func_options_result"; shift
-#   ...rest of your script...
-#
-# In order for the '--version' option to work, you will need to have a
-# suitably formatted comment like the one at the top of this file
-# starting with '# Written by ' and ending with '# warranty; '.
-#
-# For '-h' and '--help' to work, you will also need a one line
-# description of your script's purpose in a comment directly above the
-# '# Written by ' line, like the one at the top of this file.
-#
-# The default options also support '--debug', which will turn on shell
-# execution tracing (see the comment above debug_cmd below for another
-# use), and '--verbose' and the func_verbose function to allow your script
-# to display verbose messages only when your user has specified
-# '--verbose'.
-#
-# After sourcing this file, you can plug processing for additional
-# options by amending the variables from the 'Configuration' section
-# below, and following the instructions in the 'Option parsing'
-# section further down.
-
-## -------------- ##
-## Configuration. ##
-## -------------- ##
-
-# You should override these variables in your script after sourcing this
-# file so that they reflect the customisations you have added to the
-# option parser.
-
-# The usage line for option parsing errors and the start of '-h' and
-# '--help' output messages. You can embed shell variables for delayed
-# expansion at the time the message is displayed, but you will need to
-# quote other shell meta-characters carefully to prevent them being
-# expanded when the contents are evaled.
-usage='$progpath [OPTION]...'
-
-# Short help message in response to '-h' and '--help'.  Add to this or
-# override it after sourcing this library to reflect the full set of
-# options your script accepts.
-usage_message="\
-       --debug        enable verbose shell tracing
-   -W, --warnings=CATEGORY
-                      report the warnings falling in CATEGORY [all]
-   -v, --verbose      verbosely report processing
-       --version      print version information and exit
-   -h, --help         print short or long help message and exit
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message="
-Warning categories include:
-       'all'          show all warnings
-       'none'         turn off all the warnings
-       'error'        warnings are treated as fatal errors"
-
-# Help message printed before fatal option parsing errors.
-fatal_help="Try '\$progname --help' for more information."
-
-
-
-## ------------------------- ##
-## Hook function management. ##
-## ------------------------- ##
-
-# This section contains functions for adding, removing, and running hooks
-# to the main code.  A hook is just a named list of of function, that can
-# be run in order later on.
-
-# func_hookable FUNC_NAME
-# -----------------------
-# Declare that FUNC_NAME will run hooks added with
-# 'func_add_hook FUNC_NAME ...'.
-func_hookable ()
-{
-    $debug_cmd
-
-    func_append hookable_fns " $1"
-}
-
-
-# func_add_hook FUNC_NAME HOOK_FUNC
-# ---------------------------------
-# Request that FUNC_NAME call HOOK_FUNC before it returns.  FUNC_NAME must
-# first have been declared "hookable" by a call to 'func_hookable'.
-func_add_hook ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not accept hook functions." ;;
-    esac
-
-    eval func_append ${1}_hooks '" $2"'
-}
-
-
-# func_remove_hook FUNC_NAME HOOK_FUNC
-# ------------------------------------
-# Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
-func_remove_hook ()
-{
-    $debug_cmd
-
-    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
-}
-
-
-# func_run_hooks FUNC_NAME [ARG]...
-# ---------------------------------
-# Run all hook functions registered to FUNC_NAME.
-# It is assumed that the list of hook functions contains nothing more
-# than a whitespace-delimited list of legal shell function names, and
-# no effort is wasted trying to catch shell meta-characters or preserve
-# whitespace.
-func_run_hooks ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
-    esac
-
-    eval _G_hook_fns=\$$1_hooks; shift
-
-    for _G_hook in $_G_hook_fns; do
-      eval $_G_hook '"$@"'
-
-      # store returned options list back into positional
-      # parameters for next 'cmd' execution.
-      eval _G_hook_result=\$${_G_hook}_result
-      eval set dummy "$_G_hook_result"; shift
-    done
-
-    func_quote_for_eval ${1+"$@"}
-    func_run_hooks_result=$func_quote_for_eval_result
-}
-
-
-
-## --------------- ##
-## Option parsing. ##
-## --------------- ##
-
-# In order to add your own option parsing hooks, you must accept the
-# full positional parameter list in your hook function, remove any
-# options that you action, and then pass back the remaining unprocessed
-# options in '<hooked_function_name>_result', escaped suitably for
-# 'eval'.  Like this:
-#
-#    my_options_prep ()
-#    {
-#        $debug_cmd
-#
-#        # Extend the existing usage message.
-#        usage_message=$usage_message'
-#      -s, --silent       don'\''t print informational messages
-#    '
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_options_prep_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_options_prep my_options_prep
-#
-#
-#    my_silent_option ()
-#    {
-#        $debug_cmd
-#
-#        # Note that for efficiency, we parse as many options as we can
-#        # recognise in a loop before passing the remainder back to the
-#        # caller on the first unrecognised argument we encounter.
-#        while test $# -gt 0; do
-#          opt=$1; shift
-#          case $opt in
-#            --silent|-s) opt_silent=: ;;
-#            # Separate non-argument short options:
-#            -s*)         func_split_short_opt "$_G_opt"
-#                         set dummy "$func_split_short_opt_name" \
-#                             "-$func_split_short_opt_arg" ${1+"$@"}
-#                         shift
-#                         ;;
-#            *)            set dummy "$_G_opt" "$*"; shift; break ;;
-#          esac
-#        done
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_silent_option_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_parse_options my_silent_option
-#
-#
-#    my_option_validation ()
-#    {
-#        $debug_cmd
-#
-#        $opt_silent && $opt_verbose && func_fatal_help "\
-#    '--silent' and '--verbose' options are mutually exclusive."
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_option_validation_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_validate_options my_option_validation
-#
-# You'll alse need to manually amend $usage_message to reflect the extra
-# options you parse.  It's preferable to append if you can, so that
-# multiple option parsing hooks can be added safely.
-
-
-# func_options [ARG]...
-# ---------------------
-# All the functions called inside func_options are hookable. See the
-# individual implementations for details.
-func_hookable func_options
-func_options ()
-{
-    $debug_cmd
-
-    func_options_prep ${1+"$@"}
-    eval func_parse_options \
-        ${func_options_prep_result+"$func_options_prep_result"}
-    eval func_validate_options \
-        ${func_parse_options_result+"$func_parse_options_result"}
-
-    eval func_run_hooks func_options \
-        ${func_validate_options_result+"$func_validate_options_result"}
-
-    # save modified positional parameters for caller
-    func_options_result=$func_run_hooks_result
-}
-
-
-# func_options_prep [ARG]...
-# --------------------------
-# All initialisations required before starting the option parse loop.
-# Note that when calling hook functions, we pass through the list of
-# positional parameters.  If a hook function modifies that list, and
-# needs to propogate that back to rest of this script, then the complete
-# modified list must be put in 'func_run_hooks_result' before
-# returning.
-func_hookable func_options_prep
-func_options_prep ()
-{
-    $debug_cmd
-
-    # Option defaults:
-    opt_verbose=false
-    opt_warning_types=
-
-    func_run_hooks func_options_prep ${1+"$@"}
-
-    # save modified positional parameters for caller
-    func_options_prep_result=$func_run_hooks_result
-}
-
-
-# func_parse_options [ARG]...
-# ---------------------------
-# The main option parsing loop.
-func_hookable func_parse_options
-func_parse_options ()
-{
-    $debug_cmd
-
-    func_parse_options_result=
-
-    # this just eases exit handling
-    while test $# -gt 0; do
-      # Defer to hook functions for initial option parsing, so they
-      # get priority in the event of reusing an option name.
-      func_run_hooks func_parse_options ${1+"$@"}
-
-      # Adjust func_parse_options positional parameters to match
-      eval set dummy "$func_run_hooks_result"; shift
-
-      # Break out of the loop if we already parsed every option.
-      test $# -gt 0 || break
-
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --debug|-x)   debug_cmd='set -x'
-                      func_echo "enabling shell trace mode"
-                      $debug_cmd
-                      ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                      set dummy --warnings none ${1+"$@"}
-                      shift
-		      ;;
-
-        --warnings|--warning|-W)
-                      test $# = 0 && func_missing_arg $_G_opt && break
-                      case " $warning_categories $1" in
-                        *" $1 "*)
-                          # trailing space prevents matching last $1 above
-                          func_append_uniq opt_warning_types " $1"
-                          ;;
-                        *all)
-                          opt_warning_types=$warning_categories
-                          ;;
-                        *none)
-                          opt_warning_types=none
-                          warning_func=:
-                          ;;
-                        *error)
-                          opt_warning_types=$warning_categories
-                          warning_func=func_fatal_error
-                          ;;
-                        *)
-                          func_fatal_error \
-                             "unsupported warning category: '$1'"
-                          ;;
-                      esac
-                      shift
-                      ;;
-
-        --verbose|-v) opt_verbose=: ;;
-        --version)    func_version ;;
-        -\?|-h)       func_usage ;;
-        --help)       func_help ;;
-
-	# Separate optargs to long options (plugins may need this):
-	--*=*)        func_split_equals "$_G_opt"
-	              set dummy "$func_split_equals_lhs" \
-                          "$func_split_equals_rhs" ${1+"$@"}
-                      shift
-                      ;;
-
-       # Separate optargs to short options:
-        -W*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        # Separate non-argument short options:
-        -\?*|-h*|-v*|-x*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "-$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        --)           break ;;
-        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
-        *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
-      esac
-    done
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    func_parse_options_result=$func_quote_for_eval_result
-}
-
-
-# func_validate_options [ARG]...
-# ------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-func_hookable func_validate_options
-func_validate_options ()
-{
-    $debug_cmd
-
-    # Display all warnings if -W was not given.
-    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
-
-    func_run_hooks func_validate_options ${1+"$@"}
-
-    # Bail if the options were screwed!
-    $exit_cmd $EXIT_FAILURE
-
-    # save modified positional parameters for caller
-    func_validate_options_result=$func_run_hooks_result
-}
-
-
-
-## ----------------- ##
-## Helper functions. ##
-## ----------------- ##
-
-# This section contains the helper functions used by the rest of the
-# hookable option parser framework in ascii-betical order.
-
-
-# func_fatal_help ARG...
-# ----------------------
-# Echo program name prefixed message to standard error, followed by
-# a help hint, and exit.
-func_fatal_help ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    eval \$ECHO \""$fatal_help"\"
-    func_error ${1+"$@"}
-    exit $EXIT_FAILURE
-}
-
-
-# func_help
-# ---------
-# Echo long help message to standard output and exit.
-func_help ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message"
-    exit 0
-}
-
-
-# func_missing_arg ARGNAME
-# ------------------------
-# Echo program name prefixed message to standard error and set global
-# exit_cmd.
-func_missing_arg ()
-{
-    $debug_cmd
-
-    func_error "Missing argument for '$1'."
-    exit_cmd=exit
-}
-
-
-# func_split_equals STRING
-# ------------------------
-# Set func_split_equals_lhs and func_split_equals_rhs shell variables after
-# splitting STRING at the '=' sign.
-test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=${1%%=*}
-      func_split_equals_rhs=${1#*=}
-      test "x$func_split_equals_lhs" = "x$1" \
-        && func_split_equals_rhs=
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
-      func_split_equals_rhs=
-      test "x$func_split_equals_lhs" = "x$1" \
-        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
-  }
-fi #func_split_equals
-
-
-# func_split_short_opt SHORTOPT
-# -----------------------------
-# Set func_split_short_opt_name and func_split_short_opt_arg shell
-# variables after splitting SHORTOPT after the 2nd character.
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_arg=${1#??}
-      func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
-      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
-  }
-fi #func_split_short_opt
-
-
-# func_usage
-# ----------
-# Echo short help message to standard output and exit.
-func_usage ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
-    exit 0
-}
-
-
-# func_usage_message
-# ------------------
-# Echo short help message to standard output.
-func_usage_message ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    echo
-    $SED -n 's|^# ||
-        /^Written by/{
-          x;p;x
-        }
-	h
-	/^Written by/q' < "$progpath"
-    echo
-    eval \$ECHO \""$usage_message"\"
-}
-
-
-# func_version
-# ------------
-# Echo version message to standard output and exit.
-func_version ()
-{
-    $debug_cmd
-
-    printf '%s\n' "$progname $scriptversion"
-    $SED -n '
-        /(C)/!b go
-        :more
-        /\./!{
-          N
-          s|\n# | |
-          b more
-        }
-        :go
-        /^# Written by /,/# warranty; / {
-          s|^# ||
-          s|^# *$||
-          s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
-          p
-        }
-        /^# Written by / {
-          s|^# ||
-          p
-        }
-        /^warranty; /q' < "$progpath"
-
-    exit $?
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-
-# Set a version string.
-scriptversion='(GNU libtool) 2.4.4'
-
-
-# func_echo ARG...
-# ----------------
-# Libtool also displays the current mode in messages, so override
-# funclib.sh func_echo with this custom definition.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_warning ARG...
-# -------------------
-# Libtool warnings are not categorized, so override funclib.sh
-# func_warning with this simpler definition.
-func_warning ()
-{
-    $debug_cmd
-
-    $warning_func ${1+"$@"}
-}
-
-
-## ---------------- ##
-## Options parsing. ##
-## ---------------- ##
-
-# Hook in the functions to make sure our own options are parsed during
-# the option parsing loop.
-
-usage='$progpath [OPTION]... [MODE-ARG]...'
-
-# Short help message in response to '-h'.
-usage_message="Options:
-       --config             show all configuration variables
-       --debug              enable verbose shell tracing
-   -n, --dry-run            display commands without modifying any files
-       --features           display basic configuration information and exit
-       --mode=MODE          use operation mode MODE
-       --no-warnings        equivalent to '-Wnone'
-       --preserve-dup-deps  don't remove duplicate dependency libraries
-       --quiet, --silent    don't print informational messages
-       --tag=TAG            use configuration variables from tag TAG
-   -v, --verbose            print more informational messages than default
-       --version            print version information
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [all]
-   -h, --help, --help-all   print short, long, or detailed help message
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message=$long_help_message"
-
-MODE must be one of the following:
-
-       clean           remove files from the build directory
-       compile         compile a source file into a libtool object
-       execute         automatically set library path, then run a program
-       finish          complete the installation of libtool libraries
-       install         install libraries or executables
-       link            create a library or an executable
-       uninstall       remove libraries from an installed directory
-
-MODE-ARGS vary depending on the MODE.  When passed as first option,
-'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
-Try '$progname --help --mode=MODE' for a more detailed description of MODE.
-
-When reporting a bug, please describe a test case to reproduce it and
-include the following information:
-
-       host-triplet:   $host
-       shell:          $SHELL
-       compiler:       $LTCC
-       compiler flags: $LTCFLAGS
-       linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.4
-       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
-       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
-
-Report bugs to <bug-libtool at gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
-
-
-# func_lo2o OBJECT-NAME
-# ---------------------
-# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
-# object suffix.
-
-lo2o=s/\\.lo\$/.$objext/
-o2lo=s/\\.$objext\$/.lo/
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_lo2o ()
-  {
-    case $1 in
-      *.lo) func_lo2o_result=${1%.lo}.$objext ;;
-      *   ) func_lo2o_result=$1               ;;
-    esac
-  }'
-
-  # func_xform LIBOBJ-OR-SOURCE
-  # ---------------------------
-  # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
-  # suffix to a '.lo' libtool-object suffix.
-  eval 'func_xform ()
-  {
-    func_xform_result=${1%.*}.lo
-  }'
-else
-  # ...otherwise fall back to using sed.
-  func_lo2o ()
-  {
-    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
-  }
-
-  func_xform ()
-  {
-    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
-  }
-fi
-
-
-# func_fatal_configuration ARG...
-# -------------------------------
-# Echo program name prefixed message to standard error, followed by
-# a configuration failure hint, and exit.
-func_fatal_configuration ()
-{
-    func__fatal_error ${1+"$@"} \
-      "See the $PACKAGE documentation for more information." \
-      "Fatal configuration error."
-}
-
-
-# func_config
-# -----------
-# Display the configuration for all the tags in this script.
-func_config ()
-{
-    re_begincf='^# ### BEGIN LIBTOOL'
-    re_endcf='^# ### END LIBTOOL'
-
-    # Default configuration.
-    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
-
-    # Now print the configurations for the tags.
-    for tagname in $taglist; do
-      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
-    done
-
-    exit $?
-}
-
-
-# func_features
-# -------------
-# Display the features supported by this script.
-func_features ()
-{
-    echo "host: $host"
-    if test yes = "$build_libtool_libs"; then
-      echo "enable shared libraries"
-    else
-      echo "disable shared libraries"
-    fi
-    if test yes = "$build_old_libs"; then
-      echo "enable static libraries"
-    else
-      echo "disable static libraries"
-    fi
-
-    exit $?
-}
-
-
-# func_enable_tag TAGNAME
-# -----------------------
-# Verify that TAGNAME is valid, and either flag an error and exit, or
-# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
-# variable here.
-func_enable_tag ()
-{
-    # Global variable:
-    tagname=$1
-
-    re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
-    re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
-    sed_extractcf=/$re_begincf/,/$re_endcf/p
-
-    # Validate tagname.
-    case $tagname in
-      *[!-_A-Za-z0-9,/]*)
-        func_fatal_error "invalid tag name: $tagname"
-        ;;
-    esac
-
-    # Don't test for the "default" C tag, as we know it's
-    # there but not specially marked.
-    case $tagname in
-        CC) ;;
-    *)
-        if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
-	  taglist="$taglist $tagname"
-
-	  # Evaluate the configuration.  Be careful to quote the path
-	  # and the sed script, to avoid splitting on whitespace, but
-	  # also don't use non-portable quotes within backquotes within
-	  # quotes we have to do it in 2 steps:
-	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
-	  eval "$extractedcf"
-        else
-	  func_error "ignoring unknown tag $tagname"
-        fi
-        ;;
-    esac
-}
-
-
-# func_check_version_match
-# ------------------------
-# Ensure that we are using m4 macros, and libtool script from the same
-# release of libtool.
-func_check_version_match ()
-{
-    if test "$package_revision" != "$macro_revision"; then
-      if test "$VERSION" != "$macro_version"; then
-        if test -z "$macro_version"; then
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from an older release.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        else
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        fi
-      else
-        cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
-$progname: but the definition of this LT_INIT comes from revision $macro_revision.
-$progname: You should recreate aclocal.m4 with macros from revision $package_revision
-$progname: of $PACKAGE $VERSION and run autoconf again.
-_LT_EOF
-      fi
-
-      exit $EXIT_MISMATCH
-    fi
-}
-
-
-# libtool_options_prep [ARG]...
-# -----------------------------
-# Preparation for options parsed by libtool.
-libtool_options_prep ()
-{
-    $debug_mode
-
-    # Option defaults:
-    opt_config=false
-    opt_dlopen=
-    opt_dry_run=false
-    opt_help=false
-    opt_mode=
-    opt_preserve_dup_deps=false
-    opt_quiet=false
-
-    nonopt=
-    preserve_args=
-
-    # Shorthand for --mode=foo, only valid as the first argument
-    case $1 in
-    clean|clea|cle|cl)
-      shift; set dummy --mode clean ${1+"$@"}; shift
-      ;;
-    compile|compil|compi|comp|com|co|c)
-      shift; set dummy --mode compile ${1+"$@"}; shift
-      ;;
-    execute|execut|execu|exec|exe|ex|e)
-      shift; set dummy --mode execute ${1+"$@"}; shift
-      ;;
-    finish|finis|fini|fin|fi|f)
-      shift; set dummy --mode finish ${1+"$@"}; shift
-      ;;
-    install|instal|insta|inst|ins|in|i)
-      shift; set dummy --mode install ${1+"$@"}; shift
-      ;;
-    link|lin|li|l)
-      shift; set dummy --mode link ${1+"$@"}; shift
-      ;;
-    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
-      shift; set dummy --mode uninstall ${1+"$@"}; shift
-      ;;
-    esac
-
-    # Pass back the list of options.
-    func_quote_for_eval ${1+"$@"}
-    libtool_options_prep_result=$func_quote_for_eval_result
-}
-func_add_hook func_options_prep libtool_options_prep
-
-
-# libtool_parse_options [ARG]...
-# ---------------------------------
-# Provide handling for libtool specific options.
-libtool_parse_options ()
-{
-    $debug_cmd
-
-    # Perform our own loop to consume as many options as possible in
-    # each iteration.
-    while test $# -gt 0; do
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --dry-run|--dryrun|-n)
-                        opt_dry_run=:
-                        ;;
-
-        --config)       func_config ;;
-
-        --dlopen|-dlopen)
-                        opt_dlopen="${opt_dlopen+$opt_dlopen
-}$1"
-                        shift
-                        ;;
-
-        --preserve-dup-deps)
-                        opt_preserve_dup_deps=: ;;
-
-        --features)     func_features ;;
-
-        --finish)       set dummy --mode finish ${1+"$@"}; shift ;;
-
-        --help)         opt_help=: ;;
-
-        --help-all)     opt_help=': help-all' ;;
-
-        --mode)         test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_mode=$1
-                        case $1 in
-                          # Valid mode arguments:
-                          clean|compile|execute|finish|install|link|relink|uninstall) ;;
-
-                          # Catch anything else as an error
-                          *) func_error "invalid argument for $_G_opt"
-                             exit_cmd=exit
-                             break
-                             ;;
-                        esac
-                        shift
-                        ;;
-
-        --no-silent|--no-quiet)
-                        opt_quiet=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                        opt_warning=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-verbose)
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --silent|--quiet)
-                        opt_quiet=:
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --tag)          test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_tag=$1
-                        func_append preserve_args " $_G_opt $1"
-                        func_enable_tag "$1"
-                        shift
-                        ;;
-
-        --verbose|-v)   opt_quiet=false
-                        opt_verbose=:
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-	# An option not handled by this hook function:
-        *)		set dummy "$_G_opt" ${1+"$@"};	shift; break  ;;
-      esac
-    done
-
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    libtool_parse_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_parse_options libtool_parse_options
-
-
-
-# libtool_validate_options [ARG]...
-# ---------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-libtool_validate_options ()
-{
-    # save first non-option argument
-    if test 0 -lt $#; then
-      nonopt=$1
-      shift
-    fi
-
-    # preserve --debug
-    test : = "$debug_cmd" || func_append preserve_args " --debug"
-
-    case $host in
-      # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
-        # don't eliminate duplications in $postdeps and $predeps
-        opt_duplicate_compiler_generated_deps=:
-        ;;
-      *)
-        opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
-        ;;
-    esac
-
-    $opt_help || {
-      # Sanity checks first:
-      func_check_version_match
-
-      test yes != "$build_libtool_libs" \
-        && test yes != "$build_old_libs" \
-        && func_fatal_configuration "not configured to build any kind of library"
-
-      # Darwin sucks
-      eval std_shrext=\"$shrext_cmds\"
-
-      # Only execute mode is allowed to have -dlopen flags.
-      if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
-        func_error "unrecognized option '-dlopen'"
-        $ECHO "$help" 1>&2
-        exit $EXIT_FAILURE
-      fi
-
-      # Change the help message to a mode-specific one.
-      generic_help=$help
-      help="Try '$progname --help --mode=$opt_mode' for more information."
-    }
-
-    # Pass back the unparsed argument list
-    func_quote_for_eval ${1+"$@"}
-    libtool_validate_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_validate_options libtool_validate_options
-
-
-# Process options as early as possible so that --help and --version
-# can return quickly.
-func_options ${1+"$@"}
-eval set dummy "$func_options_result"; shift
-
-
-
-## ----------- ##
-##    Main.    ##
-## ----------- ##
-
-magic='%%%MAGIC variable%%%'
-magic_exe='%%%MAGIC EXE variable%%%'
-
-# Global variables.
-extracted_archives=
-extracted_serial=0
-
-# If this variable is set in any of the actions, the command in it
-# will be execed at the end.  This prevents here-documents from being
-# left over by shells.
-exec_cmd=
-
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# func_generated_by_libtool
-# True iff stdin has been generated by Libtool. This function is only
-# a basic sanity check; it will hardly flush out determined imposters.
-func_generated_by_libtool_p ()
-{
-  $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
-}
-
-# func_lalib_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_lalib_p ()
-{
-    test -f "$1" &&
-      $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_lalib_unsafe_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function implements the same check as func_lalib_p without
-# resorting to external programs.  To this end, it redirects stdin and
-# closes it afterwards, without saving the original file descriptor.
-# As a safety measure, use it only where a negative result would be
-# fatal anyway.  Works if 'file' does not exist.
-func_lalib_unsafe_p ()
-{
-    lalib_p=no
-    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
-	for lalib_p_l in 1 2 3 4
-	do
-	    read lalib_p_line
-	    case $lalib_p_line in
-		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
-	    esac
-	done
-	exec 0<&5 5<&-
-    fi
-    test yes = "$lalib_p"
-}
-
-# func_ltwrapper_script_p file
-# True iff FILE is a libtool wrapper script
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_script_p ()
-{
-    test -f "$1" &&
-      $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_ltwrapper_executable_p file
-# True iff FILE is a libtool wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_executable_p ()
-{
-    func_ltwrapper_exec_suffix=
-    case $1 in
-    *.exe) ;;
-    *) func_ltwrapper_exec_suffix=.exe ;;
-    esac
-    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
-}
-
-# func_ltwrapper_scriptname file
-# Assumes file is an ltwrapper_executable
-# uses $file to determine the appropriate filename for a
-# temporary ltwrapper_script.
-func_ltwrapper_scriptname ()
-{
-    func_dirname_and_basename "$1" "" "."
-    func_stripname '' '.exe' "$func_basename_result"
-    func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
-}
-
-# func_ltwrapper_p file
-# True iff FILE is a libtool wrapper script or wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_p ()
-{
-    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
-}
-
-
-# func_execute_cmds commands fail_cmd
-# Execute tilde-delimited COMMANDS.
-# If FAIL_CMD is given, eval that upon failure.
-# FAIL_CMD may read-access the current command in variable CMD!
-func_execute_cmds ()
-{
-    $debug_cmd
-
-    save_ifs=$IFS; IFS='~'
-    for cmd in $1; do
-      IFS=$sp$nl
-      eval cmd=\"$cmd\"
-      IFS=$save_ifs
-      func_show_eval "$cmd" "${2-:}"
-    done
-    IFS=$save_ifs
-}
-
-
-# func_source file
-# Source FILE, adding directory component if necessary.
-# Note that it is not necessary on cygwin/mingw to append a dot to
-# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
-# behavior happens only for exec(3), not for open(2)!  Also, sourcing
-# 'FILE.' does not work on cygwin managed mounts.
-func_source ()
-{
-    $debug_cmd
-
-    case $1 in
-    */* | *\\*)	. "$1" ;;
-    *)		. "./$1" ;;
-    esac
-}
-
-
-# func_resolve_sysroot PATH
-# Replace a leading = in PATH with a sysroot.  Store the result into
-# func_resolve_sysroot_result
-func_resolve_sysroot ()
-{
-  func_resolve_sysroot_result=$1
-  case $func_resolve_sysroot_result in
-  =*)
-    func_stripname '=' '' "$func_resolve_sysroot_result"
-    func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
-    ;;
-  esac
-}
-
-# func_replace_sysroot PATH
-# If PATH begins with the sysroot, replace it with = and
-# store the result into func_replace_sysroot_result.
-func_replace_sysroot ()
-{
-  case $lt_sysroot:$1 in
-  ?*:"$lt_sysroot"*)
-    func_stripname "$lt_sysroot" '' "$1"
-    func_replace_sysroot_result='='$func_stripname_result
-    ;;
-  *)
-    # Including no sysroot.
-    func_replace_sysroot_result=$1
-    ;;
-  esac
-}
-
-# func_infer_tag arg
-# Infer tagged configuration to use if any are available and
-# if one wasn't chosen via the "--tag" command line option.
-# Only attempt this if the compiler in the base compile
-# command doesn't match the default compiler.
-# arg is usually of the form 'gcc ...'
-func_infer_tag ()
-{
-    $debug_cmd
-
-    if test -n "$available_tags" && test -z "$tagname"; then
-      CC_quoted=
-      for arg in $CC; do
-	func_append_quoted CC_quoted "$arg"
-      done
-      CC_expanded=`func_echo_all $CC`
-      CC_quoted_expanded=`func_echo_all $CC_quoted`
-      case $@ in
-      # Blanks in the command may have been stripped by the calling shell,
-      # but not from the CC environment variable when configure was run.
-      " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-      " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
-      # Blanks at the start of $base_compile will cause this to fail
-      # if we don't check for them as well.
-      *)
-	for z in $available_tags; do
-	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
-	    # Evaluate the configuration.
-	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
-	    CC_quoted=
-	    for arg in $CC; do
-	      # Double-quote args containing other shell metacharacters.
-	      func_append_quoted CC_quoted "$arg"
-	    done
-	    CC_expanded=`func_echo_all $CC`
-	    CC_quoted_expanded=`func_echo_all $CC_quoted`
-	    case "$@ " in
-	    " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-	    " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
-	      # The compiler in the base compile command matches
-	      # the one in the tagged configuration.
-	      # Assume this is the tagged configuration we want.
-	      tagname=$z
-	      break
-	      ;;
-	    esac
-	  fi
-	done
-	# If $tagname still isn't set, then no tagged configuration
-	# was found and let the user know that the "--tag" command
-	# line option must be used.
-	if test -z "$tagname"; then
-	  func_echo "unable to infer tagged configuration"
-	  func_fatal_error "specify a tag with '--tag'"
-#	else
-#	  func_verbose "using $tagname tagged configuration"
-	fi
-	;;
-      esac
-    fi
-}
-
-
-
-# func_write_libtool_object output_name pic_name nonpic_name
-# Create a libtool object file (analogous to a ".la" file),
-# but don't create it if we're doing a dry run.
-func_write_libtool_object ()
-{
-    write_libobj=$1
-    if test yes = "$build_libtool_libs"; then
-      write_lobj=\'$2\'
-    else
-      write_lobj=none
-    fi
-
-    if test yes = "$build_old_libs"; then
-      write_oldobj=\'$3\'
-    else
-      write_oldobj=none
-    fi
-
-    $opt_dry_run || {
-      cat >${write_libobj}T <<EOF
-# $write_libobj - a libtool object file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# Name of the PIC object.
-pic_object=$write_lobj
-
-# Name of the non-PIC object
-non_pic_object=$write_oldobj
-
-EOF
-      $MV "${write_libobj}T" "$write_libobj"
-    }
-}
-
-
-##################################################
-# FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
-##################################################
-
-# func_convert_core_file_wine_to_w32 ARG
-# Helper function used by file name conversion functions when $build is *nix,
-# and $host is mingw, cygwin, or some other w32 environment. Relies on a
-# correctly configured wine environment available, with the winepath program
-# in $build's $PATH.
-#
-# ARG is the $build file name to be converted to w32 format.
-# Result is available in $func_convert_core_file_wine_to_w32_result, and will
-# be empty on error (or when ARG is empty)
-func_convert_core_file_wine_to_w32 ()
-{
-  $debug_cmd
-
-  func_convert_core_file_wine_to_w32_result=$1
-  if test -n "$1"; then
-    # Unfortunately, winepath does not exit with a non-zero error code, so we
-    # are forced to check the contents of stdout. On the other hand, if the
-    # command is not found, the shell will set an exit code of 127 and print
-    # *an error message* to stdout. So we must check for both error code of
-    # zero AND non-empty stdout, which explains the odd construction:
-    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
-      func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$sed_naive_backslashify"`
-    else
-      func_convert_core_file_wine_to_w32_result=
-    fi
-  fi
-}
-# end: func_convert_core_file_wine_to_w32
-
-
-# func_convert_core_path_wine_to_w32 ARG
-# Helper function used by path conversion functions when $build is *nix, and
-# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
-# configured wine environment available, with the winepath program in $build's
-# $PATH. Assumes ARG has no leading or trailing path separator characters.
-#
-# ARG is path to be converted from $build format to win32.
-# Result is available in $func_convert_core_path_wine_to_w32_result.
-# Unconvertible file (directory) names in ARG are skipped; if no directory names
-# are convertible, then the result may be empty.
-func_convert_core_path_wine_to_w32 ()
-{
-  $debug_cmd
-
-  # unfortunately, winepath doesn't convert paths, only file names
-  func_convert_core_path_wine_to_w32_result=
-  if test -n "$1"; then
-    oldIFS=$IFS
-    IFS=:
-    for func_convert_core_path_wine_to_w32_f in $1; do
-      IFS=$oldIFS
-      func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
-      if test -n "$func_convert_core_file_wine_to_w32_result"; then
-        if test -z "$func_convert_core_path_wine_to_w32_result"; then
-          func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
-        else
-          func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
-        fi
-      fi
-    done
-    IFS=$oldIFS
-  fi
-}
-# end: func_convert_core_path_wine_to_w32
-
-
-# func_cygpath ARGS...
-# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
-# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
-# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
-# (2), returns the Cygwin file name or path in func_cygpath_result (input
-# file name or path is assumed to be in w32 format, as previously converted
-# from $build's *nix or MSYS format). In case (3), returns the w32 file name
-# or path in func_cygpath_result (input file name or path is assumed to be in
-# Cygwin format). Returns an empty string on error.
-#
-# ARGS are passed to cygpath, with the last one being the file name or path to
-# be converted.
-#
-# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
-# environment variable; do not put it in $PATH.
-func_cygpath ()
-{
-  $debug_cmd
-
-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
-    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
-    if test "$?" -ne 0; then
-      # on failure, ensure result is empty
-      func_cygpath_result=
-    fi
-  else
-    func_cygpath_result=
-    func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
-  fi
-}
-#end: func_cygpath
-
-
-# func_convert_core_msys_to_w32 ARG
-# Convert file name or path ARG from MSYS format to w32 format.  Return
-# result in func_convert_core_msys_to_w32_result.
-func_convert_core_msys_to_w32 ()
-{
-  $debug_cmd
-
-  # awkward: cmd appends spaces to result
-  func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
-}
-#end: func_convert_core_msys_to_w32
-
-
-# func_convert_file_check ARG1 ARG2
-# Verify that ARG1 (a file name in $build format) was converted to $host
-# format in ARG2. Otherwise, emit an error message, but continue (resetting
-# func_to_host_file_result to ARG1).
-func_convert_file_check ()
-{
-  $debug_cmd
-
-  if test -z "$2" && test -n "$1"; then
-    func_error "Could not determine host file name corresponding to"
-    func_error "  '$1'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback:
-    func_to_host_file_result=$1
-  fi
-}
-# end func_convert_file_check
-
-
-# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
-# Verify that FROM_PATH (a path in $build format) was converted to $host
-# format in TO_PATH. Otherwise, emit an error message, but continue, resetting
-# func_to_host_file_result to a simplistic fallback value (see below).
-func_convert_path_check ()
-{
-  $debug_cmd
-
-  if test -z "$4" && test -n "$3"; then
-    func_error "Could not determine the host path corresponding to"
-    func_error "  '$3'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback.  This is a deliberately simplistic "conversion" and
-    # should not be "improved".  See libtool.info.
-    if test "x$1" != "x$2"; then
-      lt_replace_pathsep_chars="s|$1|$2|g"
-      func_to_host_path_result=`echo "$3" |
-        $SED -e "$lt_replace_pathsep_chars"`
-    else
-      func_to_host_path_result=$3
-    fi
-  fi
-}
-# end func_convert_path_check
-
-
-# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
-# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
-# and appending REPL if ORIG matches BACKPAT.
-func_convert_path_front_back_pathsep ()
-{
-  $debug_cmd
-
-  case $4 in
-  $1 ) func_to_host_path_result=$3$func_to_host_path_result
-    ;;
-  esac
-  case $4 in
-  $2 ) func_append func_to_host_path_result "$3"
-    ;;
-  esac
-}
-# end func_convert_path_front_back_pathsep
-
-
-##################################################
-# $build to $host FILE NAME CONVERSION FUNCTIONS #
-##################################################
-# invoked via '$to_host_file_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# Result will be available in $func_to_host_file_result.
-
-
-# func_to_host_file ARG
-# Converts the file name ARG from $build format to $host format. Return result
-# in func_to_host_file_result.
-func_to_host_file ()
-{
-  $debug_cmd
-
-  $to_host_file_cmd "$1"
-}
-# end func_to_host_file
-
-
-# func_to_tool_file ARG LAZY
-# converts the file name ARG from $build format to toolchain format. Return
-# result in func_to_tool_file_result.  If the conversion in use is listed
-# in (the comma separated) LAZY, no conversion takes place.
-func_to_tool_file ()
-{
-  $debug_cmd
-
-  case ,$2, in
-    *,"$to_tool_file_cmd",*)
-      func_to_tool_file_result=$1
-      ;;
-    *)
-      $to_tool_file_cmd "$1"
-      func_to_tool_file_result=$func_to_host_file_result
-      ;;
-  esac
-}
-# end func_to_tool_file
-
-
-# func_convert_file_noop ARG
-# Copy ARG to func_to_host_file_result.
-func_convert_file_noop ()
-{
-  func_to_host_file_result=$1
-}
-# end func_convert_file_noop
-
-
-# func_convert_file_msys_to_w32 ARG
-# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_file_result.
-func_convert_file_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_msys_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_w32
-
-
-# func_convert_file_cygwin_to_w32 ARG
-# Convert file name ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_file_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
-    # LT_CYGPATH in this case.
-    func_to_host_file_result=`cygpath -m "$1"`
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_cygwin_to_w32
-
-
-# func_convert_file_nix_to_w32 ARG
-# Convert file name ARG from *nix to w32 format.  Requires a wine environment
-# and a working winepath. Returns result in func_to_host_file_result.
-func_convert_file_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_file_wine_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_w32
-
-
-# func_convert_file_msys_to_cygwin ARG
-# Convert file name ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_file_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_msys_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_cygwin
-
-
-# func_convert_file_nix_to_cygwin ARG
-# Convert file name ARG from *nix to Cygwin format.  Requires Cygwin installed
-# in a wine environment, working winepath, and LT_CYGPATH set.  Returns result
-# in func_to_host_file_result.
-func_convert_file_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
-    func_convert_core_file_wine_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_cygwin
-
-
-#############################################
-# $build to $host PATH CONVERSION FUNCTIONS #
-#############################################
-# invoked via '$to_host_path_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# The result will be available in $func_to_host_path_result.
-#
-# Path separators are also converted from $build format to $host format.  If
-# ARG begins or ends with a path separator character, it is preserved (but
-# converted to $host format) on output.
-#
-# All path conversion functions are named using the following convention:
-#   file name conversion function    : func_convert_file_X_to_Y ()
-#   path conversion function         : func_convert_path_X_to_Y ()
-# where, for any given $build/$host combination the 'X_to_Y' value is the
-# same.  If conversion functions are added for new $build/$host combinations,
-# the two new functions must follow this pattern, or func_init_to_host_path_cmd
-# will break.
-
-
-# func_init_to_host_path_cmd
-# Ensures that function "pointer" variable $to_host_path_cmd is set to the
-# appropriate value, based on the value of $to_host_file_cmd.
-to_host_path_cmd=
-func_init_to_host_path_cmd ()
-{
-  $debug_cmd
-
-  if test -z "$to_host_path_cmd"; then
-    func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
-    to_host_path_cmd=func_convert_path_$func_stripname_result
-  fi
-}
-
-
-# func_to_host_path ARG
-# Converts the path ARG from $build format to $host format. Return result
-# in func_to_host_path_result.
-func_to_host_path ()
-{
-  $debug_cmd
-
-  func_init_to_host_path_cmd
-  $to_host_path_cmd "$1"
-}
-# end func_to_host_path
-
-
-# func_convert_path_noop ARG
-# Copy ARG to func_to_host_path_result.
-func_convert_path_noop ()
-{
-  func_to_host_path_result=$1
-}
-# end func_convert_path_noop
-
-
-# func_convert_path_msys_to_w32 ARG
-# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_path_result.
-func_convert_path_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from ARG.  MSYS
-    # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
-    # and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_msys_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_msys_to_w32
-
-
-# func_convert_path_cygwin_to_w32 ARG
-# Convert path ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_path_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_cygwin_to_w32
-
-
-# func_convert_path_nix_to_w32 ARG
-# Convert path ARG from *nix to w32 format.  Requires a wine environment and
-# a working winepath.  Returns result in func_to_host_file_result.
-func_convert_path_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_nix_to_w32
-
-
-# func_convert_path_msys_to_cygwin ARG
-# Convert path ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_path_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_msys_to_cygwin
-
-
-# func_convert_path_nix_to_cygwin ARG
-# Convert path ARG from *nix to Cygwin format.  Requires Cygwin installed in a
-# a wine environment, working winepath, and LT_CYGPATH set.  Returns result in
-# func_to_host_file_result.
-func_convert_path_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from
-    # ARG. msys behavior is inconsistent here, cygpath turns them
-    # into '.;' and ';.', and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_nix_to_cygwin
-
-
-# func_dll_def_p FILE
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with _LT_DLL_DEF_P in libtool.m4
-func_dll_def_p ()
-{
-  $debug_cmd
-
-  func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[	 ]*//' \
-    -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p' \
-    -e q \
-    "$1"`
-  test DEF = "$func_dll_def_p_tmp"
-}
-
-
-# func_mode_compile arg...
-func_mode_compile ()
-{
-    $debug_cmd
-
-    # Get the compilation command and the source file.
-    base_compile=
-    srcfile=$nonopt  #  always keep a non-empty value in "srcfile"
-    suppress_opt=yes
-    suppress_output=
-    arg_mode=normal
-    libobj=
-    later=
-    pie_flag=
-
-    for arg
-    do
-      case $arg_mode in
-      arg  )
-	# do not "continue".  Instead, add this to base_compile
-	lastarg=$arg
-	arg_mode=normal
-	;;
-
-      target )
-	libobj=$arg
-	arg_mode=normal
-	continue
-	;;
-
-      normal )
-	# Accept any command-line options.
-	case $arg in
-	-o)
-	  test -n "$libobj" && \
-	    func_fatal_error "you cannot specify '-o' more than once"
-	  arg_mode=target
-	  continue
-	  ;;
-
-	-pie | -fpie | -fPIE)
-          func_append pie_flag " $arg"
-	  continue
-	  ;;
-
-	-shared | -static | -prefer-pic | -prefer-non-pic)
-	  func_append later " $arg"
-	  continue
-	  ;;
-
-	-no-suppress)
-	  suppress_opt=no
-	  continue
-	  ;;
-
-	-Xcompiler)
-	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
-	  continue      #  The current "srcfile" will either be retained or
-	  ;;            #  replaced later.  I would guess that would be a bug.
-
-	-Wc,*)
-	  func_stripname '-Wc,' '' "$arg"
-	  args=$func_stripname_result
-	  lastarg=
-	  save_ifs=$IFS; IFS=,
-	  for arg in $args; do
-	    IFS=$save_ifs
-	    func_append_quoted lastarg "$arg"
-	  done
-	  IFS=$save_ifs
-	  func_stripname ' ' '' "$lastarg"
-	  lastarg=$func_stripname_result
-
-	  # Add the arguments to base_compile.
-	  func_append base_compile " $lastarg"
-	  continue
-	  ;;
-
-	*)
-	  # Accept the current argument as the source file.
-	  # The previous "srcfile" becomes the current argument.
-	  #
-	  lastarg=$srcfile
-	  srcfile=$arg
-	  ;;
-	esac  #  case $arg
-	;;
-      esac    #  case $arg_mode
-
-      # Aesthetically quote the previous argument.
-      func_append_quoted base_compile "$lastarg"
-    done # for arg
-
-    case $arg_mode in
-    arg)
-      func_fatal_error "you must specify an argument for -Xcompile"
-      ;;
-    target)
-      func_fatal_error "you must specify a target with '-o'"
-      ;;
-    *)
-      # Get the name of the library object.
-      test -z "$libobj" && {
-	func_basename "$srcfile"
-	libobj=$func_basename_result
-      }
-      ;;
-    esac
-
-    # Recognize several different file suffixes.
-    # If the user specifies -o file.o, it is replaced with file.lo
-    case $libobj in
-    *.[cCFSifmso] | \
-    *.ada | *.adb | *.ads | *.asm | \
-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
-    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
-      func_xform "$libobj"
-      libobj=$func_xform_result
-      ;;
-    esac
-
-    case $libobj in
-    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
-    *)
-      func_fatal_error "cannot determine name of library object from '$libobj'"
-      ;;
-    esac
-
-    func_infer_tag $base_compile
-
-    for arg in $later; do
-      case $arg in
-      -shared)
-	test yes = "$build_libtool_libs" \
-	  || func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	continue
-	;;
-
-      -static)
-	build_libtool_libs=no
-	build_old_libs=yes
-	continue
-	;;
-
-      -prefer-pic)
-	pic_mode=yes
-	continue
-	;;
-
-      -prefer-non-pic)
-	pic_mode=no
-	continue
-	;;
-      esac
-    done
-
-    func_quote_for_eval "$libobj"
-    test "X$libobj" != "X$func_quote_for_eval_result" \
-      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
-      && func_warning "libobj name '$libobj' may not contain shell special characters."
-    func_dirname_and_basename "$obj" "/" ""
-    objname=$func_basename_result
-    xdir=$func_dirname_result
-    lobj=$xdir$objdir/$objname
-
-    test -z "$base_compile" && \
-      func_fatal_help "you must specify a compilation command"
-
-    # Delete any leftover library objects.
-    if test yes = "$build_old_libs"; then
-      removelist="$obj $lobj $libobj ${libobj}T"
-    else
-      removelist="$lobj $libobj ${libobj}T"
-    fi
-
-    # On Cygwin there's no "real" PIC flag so we must build both object types
-    case $host_os in
-    cygwin* | mingw* | pw32* | os2* | cegcc*)
-      pic_mode=default
-      ;;
-    esac
-    if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
-      # non-PIC code in shared libraries is not supported
-      pic_mode=default
-    fi
-
-    # Calculate the filename of the output object if compiler does
-    # not support -o with -c
-    if test no = "$compiler_c_o"; then
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
-      lockfile=$output_obj.lock
-    else
-      output_obj=
-      need_locks=no
-      lockfile=
-    fi
-
-    # Lock this critical section if it is needed
-    # We use this script file to make the link, it avoids creating a new file
-    if test yes = "$need_locks"; then
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    elif test warn = "$need_locks"; then
-      if test -f "$lockfile"; then
-	$ECHO "\
-*** ERROR, $lockfile exists and contains:
-`cat $lockfile 2>/dev/null`
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-      func_append removelist " $output_obj"
-      $ECHO "$srcfile" > "$lockfile"
-    fi
-
-    $opt_dry_run || $RM $removelist
-    func_append removelist " $lockfile"
-    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
-
-    func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
-    srcfile=$func_to_tool_file_result
-    func_quote_for_eval "$srcfile"
-    qsrcfile=$func_quote_for_eval_result
-
-    # Only build a PIC object if we are building libtool libraries.
-    if test yes = "$build_libtool_libs"; then
-      # Without this assignment, base_compile gets emptied.
-      fbsd_hideous_sh_bug=$base_compile
-
-      if test no != "$pic_mode"; then
-	command="$base_compile $qsrcfile $pic_flag"
-      else
-	# Don't build PIC code
-	command="$base_compile $qsrcfile"
-      fi
-
-      func_mkdir_p "$xdir$objdir"
-
-      if test -z "$output_obj"; then
-	# Place PIC objects in $objdir
-	func_append command " -o $lobj"
-      fi
-
-      func_show_eval_locale "$command"	\
-          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed, then go on to compile the next one
-      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
-	func_show_eval '$MV "$output_obj" "$lobj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-
-      # Allow error messages only from the first compilation.
-      if test yes = "$suppress_opt"; then
-	suppress_output=' >/dev/null 2>&1'
-      fi
-    fi
-
-    # Only build a position-dependent object if we build old libraries.
-    if test yes = "$build_old_libs"; then
-      if test yes != "$pic_mode"; then
-	# Don't build PIC code
-	command="$base_compile $qsrcfile$pie_flag"
-      else
-	command="$base_compile $qsrcfile $pic_flag"
-      fi
-      if test yes = "$compiler_c_o"; then
-	func_append command " -o $obj"
-      fi
-
-      # Suppress compiler output if we already did a PIC compilation.
-      func_append command "$suppress_output"
-      func_show_eval_locale "$command" \
-        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed
-      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
-	func_show_eval '$MV "$output_obj" "$obj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-    fi
-
-    $opt_dry_run || {
-      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
-
-      # Unlock the critical section if it was locked
-      if test no != "$need_locks"; then
-	removelist=$lockfile
-        $RM "$lockfile"
-      fi
-    }
-
-    exit $EXIT_SUCCESS
-}
-
-$opt_help || {
-  test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
-}
-
-func_mode_help ()
-{
-    # We need to display help for each of the modes.
-    case $opt_mode in
-      "")
-        # Generic help is extracted from the usage comments
-        # at the start of this file.
-        func_help
-        ;;
-
-      clean)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
-
-Remove files from the build directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, object or program, all the files associated
-with it are deleted. Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      compile)
-      $ECHO \
-"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
-
-Compile a source file into a libtool library object.
-
-This mode accepts the following additional options:
-
-  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
-  -no-suppress      do not suppress compiler output for multiple passes
-  -prefer-pic       try to build PIC objects only
-  -prefer-non-pic   try to build non-PIC objects only
-  -shared           do not build a '.o' file suitable for static linking
-  -static           only build a '.o' file suitable for static linking
-  -Wc,FLAG          pass FLAG directly to the compiler
-
-COMPILE-COMMAND is a command to be used in creating a 'standard' object file
-from the given SOURCEFILE.
-
-The output file name is determined by removing the directory component from
-SOURCEFILE, then substituting the C source code suffix '.c' with the
-library object suffix, '.lo'."
-        ;;
-
-      execute)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
-
-Automatically set library path, then run a program.
-
-This mode accepts the following additional options:
-
-  -dlopen FILE      add the directory containing FILE to the library path
-
-This mode sets the library path environment variable according to '-dlopen'
-flags.
-
-If any of the ARGS are libtool executable wrappers, then they are translated
-into their corresponding uninstalled binary, and any of their required library
-directories are added to the library path.
-
-Then, COMMAND is executed, with ARGS as arguments."
-        ;;
-
-      finish)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
-
-Complete the installation of libtool libraries.
-
-Each LIBDIR is a directory that contains libtool libraries.
-
-The commands that this mode executes may require superuser privileges.  Use
-the '--dry-run' option if you just want to see what would be executed."
-        ;;
-
-      install)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
-
-Install executables or libraries.
-
-INSTALL-COMMAND is the installation command.  The first component should be
-either the 'install' or 'cp' program.
-
-The following components of INSTALL-COMMAND are treated specially:
-
-  -inst-prefix-dir PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
-
-The rest of the components are interpreted as arguments to that command (only
-BSD-compatible install options are recognized)."
-        ;;
-
-      link)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
-
-Link object files or libraries together to form another library, or to
-create an executable program.
-
-LINK-COMMAND is a command using the C compiler that you would use to create
-a program from several object files.
-
-The following components of LINK-COMMAND are treated specially:
-
-  -all-static       do not do any dynamic linking at all
-  -avoid-version    do not add a version suffix if possible
-  -bindir BINDIR    specify path to binaries directory (for systems where
-                    libraries must be found in the PATH setting at runtime)
-  -dlopen FILE      '-dlpreopen' FILE if it cannot be dlopened at runtime
-  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
-  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
-  -export-symbols SYMFILE
-                    try to export only the symbols listed in SYMFILE
-  -export-symbols-regex REGEX
-                    try to export only the symbols matching REGEX
-  -LLIBDIR          search LIBDIR for required installed libraries
-  -lNAME            OUTPUT-FILE requires the installed library libNAME
-  -module           build a library that can dlopened
-  -no-fast-install  disable the fast-install mode
-  -no-install       link a not-installable executable
-  -no-undefined     declare that a library does not refer to external symbols
-  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
-  -objectlist FILE  use a list of object files found in FILE to specify objects
-  -os2dllname NAME  force a short DLL name on OS/2 (no effect on other OSes)
-  -precious-files-regex REGEX
-                    don't remove output files matching REGEX
-  -release RELEASE  specify package release information
-  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
-  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
-  -shared           only do dynamic linking of libtool libraries
-  -shrext SUFFIX    override the standard shared library file extension
-  -static           do not do any dynamic linking of uninstalled libtool libraries
-  -static-libtool-libs
-                    do not do any dynamic linking of libtool libraries
-  -version-info CURRENT[:REVISION[:AGE]]
-                    specify library version info [each variable defaults to 0]
-  -weak LIBNAME     declare that the target provides the LIBNAME interface
-  -Wc,FLAG
-  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
-  -Wl,FLAG
-  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
-  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
-
-All other options (arguments beginning with '-') are ignored.
-
-Every other argument is treated as a filename.  Files ending in '.la' are
-treated as uninstalled libtool libraries, other files are standard or library
-object files.
-
-If the OUTPUT-FILE ends in '.la', then a libtool library is created,
-only library objects ('.lo' files) may be specified, and '-rpath' is
-required, except when creating a convenience library.
-
-If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
-using 'ar' and 'ranlib', or on Windows using 'lib'.
-
-If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
-is created, otherwise an executable program is created."
-        ;;
-
-      uninstall)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
-
-Remove libraries from an installation directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, all the files associated with it are deleted.
-Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      *)
-        func_fatal_help "invalid operation mode '$opt_mode'"
-        ;;
-    esac
-
-    echo
-    $ECHO "Try '$progname --help' for more information about other modes."
-}
-
-# Now that we've collected a possible --mode arg, show help if necessary
-if $opt_help; then
-  if test : = "$opt_help"; then
-    func_mode_help
-  else
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	func_mode_help
-      done
-    } | $SED -n '1p; 2,$s/^Usage:/  or: /p'
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	echo
-	func_mode_help
-      done
-    } |
-    $SED '1d
-      /^When reporting/,/^Report/{
-	H
-	d
-      }
-      $x
-      /information about other modes/d
-      /more detailed .*MODE/d
-      s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
-  fi
-  exit $?
-fi
-
-
-# func_mode_execute arg...
-func_mode_execute ()
-{
-    $debug_cmd
-
-    # The first argument is the command name.
-    cmd=$nonopt
-    test -z "$cmd" && \
-      func_fatal_help "you must specify a COMMAND"
-
-    # Handle -dlopen flags immediately.
-    for file in $opt_dlopen; do
-      test -f "$file" \
-	|| func_fatal_help "'$file' is not a file"
-
-      dir=
-      case $file in
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$lib' is not a valid libtool archive"
-
-	# Read the libtool library.
-	dlname=
-	library_names=
-	func_source "$file"
-
-	# Skip this library if it cannot be dlopened.
-	if test -z "$dlname"; then
-	  # Warn if it was a shared library.
-	  test -n "$library_names" && \
-	    func_warning "'$file' was not linked with '-export-dynamic'"
-	  continue
-	fi
-
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-
-	if test -f "$dir/$objdir/$dlname"; then
-	  func_append dir "/$objdir"
-	else
-	  if test ! -f "$dir/$dlname"; then
-	    func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
-	  fi
-	fi
-	;;
-
-      *.lo)
-	# Just add the directory containing the .lo file.
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-	;;
-
-      *)
-	func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
-	continue
-	;;
-      esac
-
-      # Get the absolute pathname.
-      absdir=`cd "$dir" && pwd`
-      test -n "$absdir" && dir=$absdir
-
-      # Now add the directory to shlibpath_var.
-      if eval "test -z \"\$$shlibpath_var\""; then
-	eval "$shlibpath_var=\"\$dir\""
-      else
-	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
-      fi
-    done
-
-    # This variable tells wrapper scripts just to set shlibpath_var
-    # rather than running their programs.
-    libtool_execute_magic=$magic
-
-    # Check if any of the arguments is a wrapper script.
-    args=
-    for file
-    do
-      case $file in
-      -* | *.la | *.lo ) ;;
-      *)
-	# Do a test to see if this is really a libtool program.
-	if func_ltwrapper_script_p "$file"; then
-	  func_source "$file"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	elif func_ltwrapper_executable_p "$file"; then
-	  func_ltwrapper_scriptname "$file"
-	  func_source "$func_ltwrapper_scriptname_result"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	fi
-	;;
-      esac
-      # Quote arguments (to preserve shell metacharacters).
-      func_append_quoted args "$file"
-    done
-
-    if $opt_dry_run; then
-      # Display what would be done.
-      if test -n "$shlibpath_var"; then
-	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
-	echo "export $shlibpath_var"
-      fi
-      $ECHO "$cmd$args"
-      exit $EXIT_SUCCESS
-    else
-      if test -n "$shlibpath_var"; then
-	# Export the shlibpath_var.
-	eval "export $shlibpath_var"
-      fi
-
-      # Restore saved environment variables
-      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-      do
-	eval "if test \"\${save_$lt_var+set}\" = set; then
-                $lt_var=\$save_$lt_var; export $lt_var
-	      else
-		$lt_unset $lt_var
-	      fi"
-      done
-
-      # Now prepare to actually exec the command.
-      exec_cmd=\$cmd$args
-    fi
-}
-
-test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
-
-
-# func_mode_finish arg...
-func_mode_finish ()
-{
-    $debug_cmd
-
-    libs=
-    libdirs=
-    admincmds=
-
-    for opt in "$nonopt" ${1+"$@"}
-    do
-      if test -d "$opt"; then
-	func_append libdirs " $opt"
-
-      elif test -f "$opt"; then
-	if func_lalib_unsafe_p "$opt"; then
-	  func_append libs " $opt"
-	else
-	  func_warning "'$opt' is not a valid libtool archive"
-	fi
-
-      else
-	func_fatal_error "invalid argument '$opt'"
-      fi
-    done
-
-    if test -n "$libs"; then
-      if test -n "$lt_sysroot"; then
-        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
-      else
-        sysroot_cmd=
-      fi
-
-      # Remove sysroot references
-      if $opt_dry_run; then
-        for lib in $libs; do
-          echo "removing references to $lt_sysroot and '=' prefixes from $lib"
-        done
-      else
-        tmpdir=`func_mktempdir`
-        for lib in $libs; do
-	  $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
-	    > $tmpdir/tmp-la
-	  mv -f $tmpdir/tmp-la $lib
-	done
-        ${RM}r "$tmpdir"
-      fi
-    fi
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      for libdir in $libdirs; do
-	if test -n "$finish_cmds"; then
-	  # Do each command in the finish commands.
-	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
-'"$cmd"'"'
-	fi
-	if test -n "$finish_eval"; then
-	  # Do the single finish_eval.
-	  eval cmds=\"$finish_eval\"
-	  $opt_dry_run || eval "$cmds" || func_append admincmds "
-       $cmds"
-	fi
-      done
-    fi
-
-    # Exit here if they wanted silent mode.
-    $opt_quiet && exit $EXIT_SUCCESS
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      echo "----------------------------------------------------------------------"
-      echo "Libraries have been installed in:"
-      for libdir in $libdirs; do
-	$ECHO "   $libdir"
-      done
-      echo
-      echo "If you ever happen to want to link against installed libraries"
-      echo "in a given directory, LIBDIR, you must either use libtool, and"
-      echo "specify the full pathname of the library, or use the '-LLIBDIR'"
-      echo "flag during linking and do at least one of the following:"
-      if test -n "$shlibpath_var"; then
-	echo "   - add LIBDIR to the '$shlibpath_var' environment variable"
-	echo "     during execution"
-      fi
-      if test -n "$runpath_var"; then
-	echo "   - add LIBDIR to the '$runpath_var' environment variable"
-	echo "     during linking"
-      fi
-      if test -n "$hardcode_libdir_flag_spec"; then
-	libdir=LIBDIR
-	eval flag=\"$hardcode_libdir_flag_spec\"
-
-	$ECHO "   - use the '$flag' linker flag"
-      fi
-      if test -n "$admincmds"; then
-	$ECHO "   - have your system administrator run these commands:$admincmds"
-      fi
-      if test -f /etc/ld.so.conf; then
-	echo "   - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
-      fi
-      echo
-
-      echo "See any operating system documentation about shared libraries for"
-      case $host in
-	solaris2.[6789]|solaris2.1[0-9])
-	  echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
-	  echo "pages."
-	  ;;
-	*)
-	  echo "more information, such as the ld(1) and ld.so(8) manual pages."
-	  ;;
-      esac
-      echo "----------------------------------------------------------------------"
-    fi
-    exit $EXIT_SUCCESS
-}
-
-test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
-
-
-# func_mode_install arg...
-func_mode_install ()
-{
-    $debug_cmd
-
-    # There may be an optional sh(1) argument at the beginning of
-    # install_prog (especially on Windows NT).
-    if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
-       # Allow the use of GNU shtool's install command.
-       case $nonopt in *shtool*) :;; *) false;; esac
-    then
-      # Aesthetically quote it.
-      func_quote_for_eval "$nonopt"
-      install_prog="$func_quote_for_eval_result "
-      arg=$1
-      shift
-    else
-      install_prog=
-      arg=$nonopt
-    fi
-
-    # The real first argument should be the name of the installation program.
-    # Aesthetically quote it.
-    func_quote_for_eval "$arg"
-    func_append install_prog "$func_quote_for_eval_result"
-    install_shared_prog=$install_prog
-    case " $install_prog " in
-      *[\\\ /]cp\ *) install_cp=: ;;
-      *) install_cp=false ;;
-    esac
-
-    # We need to accept at least all the BSD install flags.
-    dest=
-    files=
-    opts=
-    prev=
-    install_type=
-    isdir=false
-    stripme=
-    no_mode=:
-    for arg
-    do
-      arg2=
-      if test -n "$dest"; then
-	func_append files " $dest"
-	dest=$arg
-	continue
-      fi
-
-      case $arg in
-      -d) isdir=: ;;
-      -f)
-	if $install_cp; then :; else
-	  prev=$arg
-	fi
-	;;
-      -g | -m | -o)
-	prev=$arg
-	;;
-      -s)
-	stripme=" -s"
-	continue
-	;;
-      -*)
-	;;
-      *)
-	# If the previous option needed an argument, then skip it.
-	if test -n "$prev"; then
-	  if test X-m = "X$prev" && test -n "$install_override_mode"; then
-	    arg2=$install_override_mode
-	    no_mode=false
-	  fi
-	  prev=
-	else
-	  dest=$arg
-	  continue
-	fi
-	;;
-      esac
-
-      # Aesthetically quote the argument.
-      func_quote_for_eval "$arg"
-      func_append install_prog " $func_quote_for_eval_result"
-      if test -n "$arg2"; then
-	func_quote_for_eval "$arg2"
-      fi
-      func_append install_shared_prog " $func_quote_for_eval_result"
-    done
-
-    test -z "$install_prog" && \
-      func_fatal_help "you must specify an install program"
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prev' option requires an argument"
-
-    if test -n "$install_override_mode" && $no_mode; then
-      if $install_cp; then :; else
-	func_quote_for_eval "$install_override_mode"
-	func_append install_shared_prog " -m $func_quote_for_eval_result"
-      fi
-    fi
-
-    if test -z "$files"; then
-      if test -z "$dest"; then
-	func_fatal_help "no file or destination specified"
-      else
-	func_fatal_help "you must specify a destination"
-      fi
-    fi
-
-    # Strip any trailing slash from the destination.
-    func_stripname '' '/' "$dest"
-    dest=$func_stripname_result
-
-    # Check to see that the destination is a directory.
-    test -d "$dest" && isdir=:
-    if $isdir; then
-      destdir=$dest
-      destname=
-    else
-      func_dirname_and_basename "$dest" "" "."
-      destdir=$func_dirname_result
-      destname=$func_basename_result
-
-      # Not a directory, so check to see that there is only one file specified.
-      set dummy $files; shift
-      test "$#" -gt 1 && \
-	func_fatal_help "'$dest' is not a directory"
-    fi
-    case $destdir in
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
-    *)
-      for file in $files; do
-	case $file in
-	*.lo) ;;
-	*)
-	  func_fatal_help "'$destdir' must be an absolute directory name"
-	  ;;
-	esac
-      done
-      ;;
-    esac
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    staticlibs=
-    future_libdirs=
-    current_libdirs=
-    for file in $files; do
-
-      # Do each installation.
-      case $file in
-      *.$libext)
-	# Do the static libraries later.
-	func_append staticlibs " $file"
-	;;
-
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$file' is not a valid libtool archive"
-
-	library_names=
-	old_library=
-	relink_command=
-	func_source "$file"
-
-	# Add the libdir to current_libdirs if it is the destination.
-	if test "X$destdir" = "X$libdir"; then
-	  case "$current_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append current_libdirs " $libdir" ;;
-	  esac
-	else
-	  # Note the libdir as a future libdir.
-	  case "$future_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append future_libdirs " $libdir" ;;
-	  esac
-	fi
-
-	func_dirname "$file" "/" ""
-	dir=$func_dirname_result
-	func_append dir "$objdir"
-
-	if test -n "$relink_command"; then
-	  # Determine the prefix the user has applied to our future dir.
-	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
-
-	  # Don't allow the user to place us outside of our expected
-	  # location b/c this prevents finding dependent libraries that
-	  # are installed to the same prefix.
-	  # At present, this check doesn't affect windows .dll's that
-	  # are installed into $libdir/../bin (currently, that works fine)
-	  # but it's something to keep an eye on.
-	  test "$inst_prefix_dir" = "$destdir" && \
-	    func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
-
-	  if test -n "$inst_prefix_dir"; then
-	    # Stick the inst_prefix_dir data into the link command.
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
-	  else
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
-	  fi
-
-	  func_warning "relinking '$file'"
-	  func_show_eval "$relink_command" \
-	    'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
-	fi
-
-	# See the names of the shared library.
-	set dummy $library_names; shift
-	if test -n "$1"; then
-	  realname=$1
-	  shift
-
-	  srcname=$realname
-	  test -n "$relink_command" && srcname=${realname}T
-
-	  # Install the shared library and build the symlinks.
-	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
-	      'exit $?'
-	  tstripme=$stripme
-	  case $host_os in
-	  cygwin* | mingw* | pw32* | cegcc*)
-	    case $realname in
-	    *.dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  os2*)
-	    case $realname in
-	    *_dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  esac
-	  if test -n "$tstripme" && test -n "$striplib"; then
-	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
-	  fi
-
-	  if test "$#" -gt 0; then
-	    # Delete the old symlinks, and create new ones.
-	    # Try 'ln -sf' first, because the 'ln' binary might depend on
-	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
-	    # so we also need to try rm && ln -s.
-	    for linkname
-	    do
-	      test "$linkname" != "$realname" \
-		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
-	    done
-	  fi
-
-	  # Do each command in the postinstall commands.
-	  lib=$destdir/$realname
-	  func_execute_cmds "$postinstall_cmds" 'exit $?'
-	fi
-
-	# Install the pseudo-library for information purposes.
-	func_basename "$file"
-	name=$func_basename_result
-	instname=$dir/${name}i
-	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-
-	# Maybe install the static library, too.
-	test -n "$old_library" && func_append staticlibs " $dir/$old_library"
-	;;
-
-      *.lo)
-	# Install (i.e. copy) a libtool object.
-
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# Deduce the name of the destination old-style object file.
-	case $destfile in
-	*.lo)
-	  func_lo2o "$destfile"
-	  staticdest=$func_lo2o_result
-	  ;;
-	*.$objext)
-	  staticdest=$destfile
-	  destfile=
-	  ;;
-	*)
-	  func_fatal_help "cannot copy a libtool object to '$destfile'"
-	  ;;
-	esac
-
-	# Install the libtool object if requested.
-	test -n "$destfile" && \
-	  func_show_eval "$install_prog $file $destfile" 'exit $?'
-
-	# Install the old object if enabled.
-	if test yes = "$build_old_libs"; then
-	  # Deduce the name of the old-style object file.
-	  func_lo2o "$file"
-	  staticobj=$func_lo2o_result
-	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
-	fi
-	exit $EXIT_SUCCESS
-	;;
-
-      *)
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# If the file is missing, and there is a .exe on the end, strip it
-	# because it is most likely a libtool script we actually want to
-	# install
-	stripped_ext=
-	case $file in
-	  *.exe)
-	    if test ! -f "$file"; then
-	      func_stripname '' '.exe' "$file"
-	      file=$func_stripname_result
-	      stripped_ext=.exe
-	    fi
-	    ;;
-	esac
-
-	# Do a test to see if this is really a libtool program.
-	case $host in
-	*cygwin* | *mingw*)
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      wrapper=$func_ltwrapper_scriptname_result
-	    else
-	      func_stripname '' '.exe' "$file"
-	      wrapper=$func_stripname_result
-	    fi
-	    ;;
-	*)
-	    wrapper=$file
-	    ;;
-	esac
-	if func_ltwrapper_script_p "$wrapper"; then
-	  notinst_deplibs=
-	  relink_command=
-
-	  func_source "$wrapper"
-
-	  # Check the variables that should have been set.
-	  test -z "$generated_by_libtool_version" && \
-	    func_fatal_error "invalid libtool wrapper script '$wrapper'"
-
-	  finalize=:
-	  for lib in $notinst_deplibs; do
-	    # Check to see that each library is installed.
-	    libdir=
-	    if test -f "$lib"; then
-	      func_source "$lib"
-	    fi
-	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
-	    if test -n "$libdir" && test ! -f "$libfile"; then
-	      func_warning "'$lib' has not been installed in '$libdir'"
-	      finalize=false
-	    fi
-	  done
-
-	  relink_command=
-	  func_source "$wrapper"
-
-	  outputname=
-	  if test no = "$fast_install" && test -n "$relink_command"; then
-	    $opt_dry_run || {
-	      if $finalize; then
-	        tmpdir=`func_mktempdir`
-		func_basename "$file$stripped_ext"
-		file=$func_basename_result
-	        outputname=$tmpdir/$file
-	        # Replace the output file specification.
-	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
-
-	        $opt_quiet || {
-	          func_quote_for_expand "$relink_command"
-		  eval "func_echo $func_quote_for_expand_result"
-	        }
-	        if eval "$relink_command"; then :
-	          else
-		  func_error "error: relink '$file' with the above command before installing it"
-		  $opt_dry_run || ${RM}r "$tmpdir"
-		  continue
-	        fi
-	        file=$outputname
-	      else
-	        func_warning "cannot relink '$file'"
-	      fi
-	    }
-	  else
-	    # Install the binary that we compiled earlier.
-	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
-	  fi
-	fi
-
-	# remove .exe since cygwin /usr/bin/install will append another
-	# one anyway
-	case $install_prog,$host in
-	*/usr/bin/install*,*cygwin*)
-	  case $file:$destfile in
-	  *.exe:*.exe)
-	    # this is ok
-	    ;;
-	  *.exe:*)
-	    destfile=$destfile.exe
-	    ;;
-	  *:*.exe)
-	    func_stripname '' '.exe' "$destfile"
-	    destfile=$func_stripname_result
-	    ;;
-	  esac
-	  ;;
-	esac
-	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
-	$opt_dry_run || if test -n "$outputname"; then
-	  ${RM}r "$tmpdir"
-	fi
-	;;
-      esac
-    done
-
-    for file in $staticlibs; do
-      func_basename "$file"
-      name=$func_basename_result
-
-      # Set up the ranlib parameters.
-      oldlib=$destdir/$name
-      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-      tool_oldlib=$func_to_tool_file_result
-
-      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
-
-      if test -n "$stripme" && test -n "$old_striplib"; then
-	func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
-      fi
-
-      # Do each command in the postinstall commands.
-      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
-    done
-
-    test -n "$future_libdirs" && \
-      func_warning "remember to run '$progname --finish$future_libdirs'"
-
-    if test -n "$current_libdirs"; then
-      # Maybe just do a dry run.
-      $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
-    else
-      exit $EXIT_SUCCESS
-    fi
-}
-
-test install = "$opt_mode" && func_mode_install ${1+"$@"}
-
-
-# func_generate_dlsyms outputname originator pic_p
-# Extract symbols from dlprefiles and create ${outputname}S.o with
-# a dlpreopen symbol table.
-func_generate_dlsyms ()
-{
-    $debug_cmd
-
-    my_outputname=$1
-    my_originator=$2
-    my_pic_p=${3-false}
-    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
-    my_dlsyms=
-
-    if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-      if test -n "$NM" && test -n "$global_symbol_pipe"; then
-	my_dlsyms=${my_outputname}S.c
-      else
-	func_error "not configured to extract global symbols from dlpreopened files"
-      fi
-    fi
-
-    if test -n "$my_dlsyms"; then
-      case $my_dlsyms in
-      "") ;;
-      *.c)
-	# Discover the nlist of each of the dlfiles.
-	nlist=$output_objdir/$my_outputname.nm
-
-	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
-
-	# Parse the name list into a source file.
-	func_verbose "creating $output_objdir/$my_dlsyms"
-
-	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
-/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
-/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
-
-#ifdef __cplusplus
-extern \"C\" {
-#endif
-
-#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
-#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
-#endif
-
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT_DLSYM_CONST
-#else
-# define LT_DLSYM_CONST const
-#endif
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* External symbol declarations for the compiler. */\
-"
-
-	if test yes = "$dlself"; then
-	  func_verbose "generating symbol list for '$output'"
-
-	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
-
-	  # Add our own program objects to the symbol list.
-	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	  for progfile in $progfiles; do
-	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
-	    func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
-	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
-	  done
-
-	  if test -n "$exclude_expsyms"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  if test -n "$export_symbols_regex"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  # Prepare the list of exported symbols
-	  if test -z "$export_symbols"; then
-	    export_symbols=$output_objdir/$outputname.exp
-	    $opt_dry_run || {
-	      $RM $export_symbols
-	      eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
-	      case $host in
-	      *cygwin* | *mingw* | *cegcc* )
-                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
-	        ;;
-	      esac
-	    }
-	  else
-	    $opt_dry_run || {
-	      eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
-	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	      case $host in
-	        *cygwin* | *mingw* | *cegcc* )
-	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
-	          ;;
-	      esac
-	    }
-	  fi
-	fi
-
-	for dlprefile in $dlprefiles; do
-	  func_verbose "extracting global C symbols from '$dlprefile'"
-	  func_basename "$dlprefile"
-	  name=$func_basename_result
-          case $host in
-	    *cygwin* | *mingw* | *cegcc* )
-	      # if an import library, we need to obtain dlname
-	      if func_win32_import_lib_p "$dlprefile"; then
-	        func_tr_sh "$dlprefile"
-	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
-	        dlprefile_dlbasename=
-	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
-	          # Use subshell, to avoid clobbering current variable values
-	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
-	          if test -n "$dlprefile_dlname"; then
-	            func_basename "$dlprefile_dlname"
-	            dlprefile_dlbasename=$func_basename_result
-	          else
-	            # no lafile. user explicitly requested -dlpreopen <import library>.
-	            $sharedlib_from_linklib_cmd "$dlprefile"
-	            dlprefile_dlbasename=$sharedlib_from_linklib_result
-	          fi
-	        fi
-	        $opt_dry_run || {
-	          if test -n "$dlprefile_dlbasename"; then
-	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
-	          else
-	            func_warning "Could not compute DLL name from $name"
-	            eval '$ECHO ": $name " >> "$nlist"'
-	          fi
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
-	            $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
-	        }
-	      else # not an import lib
-	        $opt_dry_run || {
-	          eval '$ECHO ": $name " >> "$nlist"'
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	        }
-	      fi
-	    ;;
-	    *)
-	      $opt_dry_run || {
-	        eval '$ECHO ": $name " >> "$nlist"'
-	        func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	        eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	      }
-	    ;;
-          esac
-	done
-
-	$opt_dry_run || {
-	  # Make sure we have at least an empty file.
-	  test -f "$nlist" || : > "$nlist"
-
-	  if test -n "$exclude_expsyms"; then
-	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
-	    $MV "$nlist"T "$nlist"
-	  fi
-
-	  # Try sorting and uniquifying the output.
-	  if $GREP -v "^: " < "$nlist" |
-	      if sort -k 3 </dev/null >/dev/null 2>&1; then
-		sort -k 3
-	      else
-		sort +2
-	      fi |
-	      uniq > "$nlist"S; then
-	    :
-	  else
-	    $GREP -v "^: " < "$nlist" > "$nlist"S
-	  fi
-
-	  if test -f "$nlist"S; then
-	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
-	  else
-	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
-	  fi
-
-	  func_show_eval '$RM "${nlist}I"'
-	  if test -n "$global_symbol_to_import"; then
-	    eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
-	  fi
-
-	  echo >> "$output_objdir/$my_dlsyms" "\
-
-/* The mapping between symbol names and symbols.  */
-typedef struct {
-  const char *name;
-  void *address;
-} lt_dlsymlist;
-extern LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[];\
-"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-static void lt_syminit(void)
-{
-  LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
-  for (; symbol->name; ++symbol)
-    {"
-	    $SED 's/.*/      if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
-	    echo >> "$output_objdir/$my_dlsyms" "\
-    }
-}"
-	  fi
-	  echo >> "$output_objdir/$my_dlsyms" "\
-LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[] =
-{ {\"$my_originator\", (void *) 0},"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-  {\"@INIT@\", (void *) &lt_syminit},"
-	  fi
-
-	  case $need_lib_prefix in
-	  no)
-	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  *)
-	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  esac
-	  echo >> "$output_objdir/$my_dlsyms" "\
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt_${my_prefix}_LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif\
-"
-	} # !$opt_dry_run
-
-	pic_flag_for_symtable=
-	case "$compile_command " in
-	*" -static "*) ;;
-	*)
-	  case $host in
-	  # compiling the symbol table file with pic_flag works around
-	  # a FreeBSD bug that causes programs to crash when -lm is
-	  # linked before any other PIC object.  But we must not use
-	  # pic_flag when linking with -static.  The problem exists in
-	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
-	  *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
-	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
-	  *-*-hpux*)
-	    pic_flag_for_symtable=" $pic_flag"  ;;
-	  *)
-	    $my_pic_p && pic_flag_for_symtable=" $pic_flag"
-	    ;;
-	  esac
-	  ;;
-	esac
-	symtab_cflags=
-	for arg in $LTCFLAGS; do
-	  case $arg in
-	  -pie | -fpie | -fPIE) ;;
-	  *) func_append symtab_cflags " $arg" ;;
-	  esac
-	done
-
-	# Now compile the dynamic symbol file.
-	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
-
-	# Clean up the generated files.
-	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
-
-	# Transform the symbol file into the correct name.
-	symfileobj=$output_objdir/${my_outputname}S.$objext
-	case $host in
-	*cygwin* | *mingw* | *cegcc* )
-	  if test -f "$output_objdir/$my_outputname.def"; then
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	  else
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  fi
-	  ;;
-	*)
-	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  ;;
-	esac
-	;;
-      *)
-	func_fatal_error "unknown suffix for '$my_dlsyms'"
-	;;
-      esac
-    else
-      # We keep going just in case the user didn't refer to
-      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
-      # really was required.
-
-      # Nullify the symbol file.
-      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
-      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
-    fi
-}
-
-# func_cygming_gnu_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is a GNU/binutils-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_gnu_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
-  test -n "$func_cygming_gnu_implib_tmp"
-}
-
-# func_cygming_ms_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is an MS-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_ms_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
-  test -n "$func_cygming_ms_implib_tmp"
-}
-
-# func_win32_libid arg
-# return the library type of file 'arg'
-#
-# Need a lot of goo to handle *both* DLLs and import libs
-# Has to be a shell function in order to 'eat' the argument
-# that is supplied when $file_magic_command is called.
-# Despite the name, also deal with 64 bit binaries.
-func_win32_libid ()
-{
-  $debug_cmd
-
-  win32_libid_type=unknown
-  win32_fileres=`file -L $1 2>/dev/null`
-  case $win32_fileres in
-  *ar\ archive\ import\ library*) # definitely import
-    win32_libid_type="x86 archive import"
-    ;;
-  *ar\ archive*) # could be an import, or static
-    # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
-    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
-       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
-      case $nm_interface in
-      "MS dumpbin")
-	if func_cygming_ms_implib_p "$1" ||
-	   func_cygming_gnu_implib_p "$1"
-	then
-	  win32_nmres=import
-	else
-	  win32_nmres=
-	fi
-	;;
-      *)
-	func_to_tool_file "$1" func_convert_file_msys_to_w32
-	win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
-	  $SED -n -e '
-	    1,100{
-		/ I /{
-		    s|.*|import|
-		    p
-		    q
-		}
-	    }'`
-	;;
-      esac
-      case $win32_nmres in
-      import*)  win32_libid_type="x86 archive import";;
-      *)        win32_libid_type="x86 archive static";;
-      esac
-    fi
-    ;;
-  *DLL*)
-    win32_libid_type="x86 DLL"
-    ;;
-  *executable*) # but shell scripts are "executable" too...
-    case $win32_fileres in
-    *MS\ Windows\ PE\ Intel*)
-      win32_libid_type="x86 DLL"
-      ;;
-    esac
-    ;;
-  esac
-  $ECHO "$win32_libid_type"
-}
-
-# func_cygming_dll_for_implib ARG
-#
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib ()
-{
-  $debug_cmd
-
-  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
-}
-
-# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
-#
-# The is the core of a fallback implementation of a
-# platform-specific function to extract the name of the
-# DLL associated with the specified import library LIBNAME.
-#
-# SECTION_NAME is either .idata$6 or .idata$7, depending
-# on the platform and compiler that created the implib.
-#
-# Echos the name of the DLL associated with the
-# specified import library.
-func_cygming_dll_for_implib_fallback_core ()
-{
-  $debug_cmd
-
-  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
-    $SED '/^Contents of section '"$match_literal"':/{
-      # Place marker at beginning of archive member dllname section
-      s/.*/====MARK====/
-      p
-      d
-    }
-    # These lines can sometimes be longer than 43 characters, but
-    # are always uninteresting
-    /:[	 ]*file format pe[i]\{,1\}-/d
-    /^In archive [^:]*:/d
-    # Ensure marker is printed
-    /^====MARK====/p
-    # Remove all lines with less than 43 characters
-    /^.\{43\}/!d
-    # From remaining lines, remove first 43 characters
-    s/^.\{43\}//' |
-    $SED -n '
-      # Join marker and all lines until next marker into a single line
-      /^====MARK====/ b para
-      H
-      $ b para
-      b
-      :para
-      x
-      s/\n//g
-      # Remove the marker
-      s/^====MARK====//
-      # Remove trailing dots and whitespace
-      s/[\. \t]*$//
-      # Print
-      /./p' |
-    # we now have a list, one entry per line, of the stringified
-    # contents of the appropriate section of all members of the
-    # archive that possess that section. Heuristic: eliminate
-    # all those that have a first or second character that is
-    # a '.' (that is, objdump's representation of an unprintable
-    # character.) This should work for all archives with less than
-    # 0x302f exports -- but will fail for DLLs whose name actually
-    # begins with a literal '.' or a single character followed by
-    # a '.'.
-    #
-    # Of those that remain, print the first one.
-    $SED -e '/^\./d;/^.\./d;q'
-}
-
-# func_cygming_dll_for_implib_fallback ARG
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-#
-# This fallback implementation is for use when $DLLTOOL
-# does not support the --identify-strict option.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib_fallback ()
-{
-  $debug_cmd
-
-  if func_cygming_gnu_implib_p "$1"; then
-    # binutils import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
-  elif func_cygming_ms_implib_p "$1"; then
-    # ms-generated import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
-  else
-    # unknown
-    sharedlib_from_linklib_result=
-  fi
-}
-
-
-# func_extract_an_archive dir oldlib
-func_extract_an_archive ()
-{
-    $debug_cmd
-
-    f_ex_an_ar_dir=$1; shift
-    f_ex_an_ar_oldlib=$1
-    if test yes = "$lock_old_archive_extraction"; then
-      lockfile=$f_ex_an_ar_oldlib.lock
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    fi
-    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
-		   'stat=$?; rm -f "$lockfile"; exit $stat'
-    if test yes = "$lock_old_archive_extraction"; then
-      $opt_dry_run || rm -f "$lockfile"
-    fi
-    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
-     :
-    else
-      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
-    fi
-}
-
-
-# func_extract_archives gentop oldlib ...
-func_extract_archives ()
-{
-    $debug_cmd
-
-    my_gentop=$1; shift
-    my_oldlibs=${1+"$@"}
-    my_oldobjs=
-    my_xlib=
-    my_xabs=
-    my_xdir=
-
-    for my_xlib in $my_oldlibs; do
-      # Extract the objects.
-      case $my_xlib in
-	[\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
-	*) my_xabs=`pwd`"/$my_xlib" ;;
-      esac
-      func_basename "$my_xlib"
-      my_xlib=$func_basename_result
-      my_xlib_u=$my_xlib
-      while :; do
-        case " $extracted_archives " in
-	*" $my_xlib_u "*)
-	  func_arith $extracted_serial + 1
-	  extracted_serial=$func_arith_result
-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
-	*) break ;;
-	esac
-      done
-      extracted_archives="$extracted_archives $my_xlib_u"
-      my_xdir=$my_gentop/$my_xlib_u
-
-      func_mkdir_p "$my_xdir"
-
-      case $host in
-      *-darwin*)
-	func_verbose "Extracting $my_xabs"
-	# Do not bother doing anything if just a dry run
-	$opt_dry_run || {
-	  darwin_orig_dir=`pwd`
-	  cd $my_xdir || exit $?
-	  darwin_archive=$my_xabs
-	  darwin_curdir=`pwd`
-	  func_basename "$darwin_archive"
-	  darwin_base_archive=$func_basename_result
-	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
-	  if test -n "$darwin_arches"; then
-	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
-	    darwin_arch=
-	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
-	    for darwin_arch in  $darwin_arches; do
-	      func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
-	      cd "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      func_extract_an_archive "`pwd`" "$darwin_base_archive"
-	      cd "$darwin_curdir"
-	      $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
-	    done # $darwin_arches
-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
-	    darwin_file=
-	    darwin_files=
-	    for darwin_file in $darwin_filelist; do
-	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
-	      $LIPO -create -output "$darwin_file" $darwin_files
-	    done # $darwin_filelist
-	    $RM -rf unfat-$$
-	    cd "$darwin_orig_dir"
-	  else
-	    cd $darwin_orig_dir
-	    func_extract_an_archive "$my_xdir" "$my_xabs"
-	  fi # $darwin_arches
-	} # !$opt_dry_run
-	;;
-      *)
-        func_extract_an_archive "$my_xdir" "$my_xabs"
-	;;
-      esac
-      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
-    done
-
-    func_extract_archives_result=$my_oldobjs
-}
-
-
-# func_emit_wrapper [arg=no]
-#
-# Emit a libtool wrapper script on stdout.
-# Don't directly open a file because we may want to
-# incorporate the script contents within a cygwin/mingw
-# wrapper executable.  Must ONLY be called from within
-# func_mode_link because it depends on a number of variables
-# set therein.
-#
-# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
-# variable will take.  If 'yes', then the emitted script
-# will assume that the directory where it is stored is
-# the $objdir directory.  This is a cygwin/mingw-specific
-# behavior.
-func_emit_wrapper ()
-{
-	func_emit_wrapper_arg1=${1-no}
-
-	$ECHO "\
-#! $SHELL
-
-# $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# The $output program cannot be directly executed until all the libtool
-# libraries that it depends on are installed.
-#
-# This wrapper script should never be moved out of the build directory.
-# If it is, it will not operate correctly.
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='$sed_quote_subst'
-
-# Be Bourne compatible
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
-  setopt NO_GLOB_SUBST
-else
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
-fi
-BIN_SH=xpg4; export BIN_SH # for Tru64
-DUALCASE=1; export DUALCASE # for MKS sh
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-relink_command=\"$relink_command\"
-
-# This environment variable determines our operation mode.
-if test \"\$libtool_install_magic\" = \"$magic\"; then
-  # install mode needs the following variables:
-  generated_by_libtool_version='$macro_version'
-  notinst_deplibs='$notinst_deplibs'
-else
-  # When we are sourced in execute mode, \$file and \$ECHO are already set.
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
-    file=\"\$0\""
-
-    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
-    $ECHO "\
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-    ECHO=\"$qECHO\"
-  fi
-
-# Very basic option parsing. These options are (a) specific to
-# the libtool wrapper, (b) are identical between the wrapper
-# /script/ and the wrapper /executable/ that is used only on
-# windows platforms, and (c) all begin with the string "--lt-"
-# (application programs are unlikely to have options that match
-# this pattern).
-#
-# There are only two supported options: --lt-debug and
-# --lt-dump-script. There is, deliberately, no --lt-help.
-#
-# The first argument to this parsing function should be the
-# script's $0 value, followed by "$@".
-lt_option_debug=
-func_parse_lt_options ()
-{
-  lt_script_arg0=\$0
-  shift
-  for lt_opt
-  do
-    case \"\$lt_opt\" in
-    --lt-debug) lt_option_debug=1 ;;
-    --lt-dump-script)
-        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
-        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
-        cat \"\$lt_dump_D/\$lt_dump_F\"
-        exit 0
-      ;;
-    --lt-*)
-        \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
-        exit 1
-      ;;
-    esac
-  done
-
-  # Print the debug banner immediately:
-  if test -n \"\$lt_option_debug\"; then
-    echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
-  fi
-}
-
-# Used when --lt-debug. Prints its arguments to stdout
-# (redirection is the responsibility of the caller)
-func_lt_dump_args ()
-{
-  lt_dump_args_N=1;
-  for lt_arg
-  do
-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
-    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
-  done
-}
-
-# Core function for launching the target application
-func_exec_program_core ()
-{
-"
-  case $host in
-  # Backslashes separate directories on plain windows
-  *-*-mingw | *-*-os2* | *-cegcc*)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
-"
-    ;;
-
-  *)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
-"
-    ;;
-  esac
-  $ECHO "\
-      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
-      exit 1
-}
-
-# A function to encapsulate launching the target application
-# Strips options in the --lt-* namespace from \$@ and
-# launches target application with the remaining arguments.
-func_exec_program ()
-{
-  case \" \$* \" in
-  *\\ --lt-*)
-    for lt_wr_arg
-    do
-      case \$lt_wr_arg in
-      --lt-*) ;;
-      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
-      esac
-      shift
-    done ;;
-  esac
-  func_exec_program_core \${1+\"\$@\"}
-}
-
-  # Parse options
-  func_parse_lt_options \"\$0\" \${1+\"\$@\"}
-
-  # Find the directory that this script lives in.
-  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
-
-  # Follow symbolic links until we get to the real thisdir.
-  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
-  while test -n \"\$file\"; do
-    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
-
-    # If there was a directory component, then change thisdir.
-    if test \"x\$destdir\" != \"x\$file\"; then
-      case \"\$destdir\" in
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
-      esac
-    fi
-
-    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
-    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
-  done
-
-  # Usually 'no', except on cygwin/mingw when embedded into
-  # the cwrapper.
-  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
-  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
-    # special case for '.'
-    if test \"\$thisdir\" = \".\"; then
-      thisdir=\`pwd\`
-    fi
-    # remove .libs from thisdir
-    case \"\$thisdir\" in
-    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
-    $objdir )   thisdir=. ;;
-    esac
-  fi
-
-  # Try to get the absolute directory name.
-  absdir=\`cd \"\$thisdir\" && pwd\`
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
-"
-
-	if test yes = "$fast_install"; then
-	  $ECHO "\
-  program=lt-'$outputname'$exeext
-  progdir=\"\$thisdir/$objdir\"
-
-  if test ! -f \"\$progdir/\$program\" ||
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
-
-    file=\"\$\$-\$program\"
-
-    if test ! -d \"\$progdir\"; then
-      $MKDIR \"\$progdir\"
-    else
-      $RM \"\$progdir/\$file\"
-    fi"
-
-	  $ECHO "\
-
-    # relink executable if necessary
-    if test -n \"\$relink_command\"; then
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
-      else
-	\$ECHO \"\$relink_command_output\" >&2
-	$RM \"\$progdir/\$file\"
-	exit 1
-      fi
-    fi
-
-    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
-    { $RM \"\$progdir/\$program\";
-      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
-    $RM \"\$progdir/\$file\"
-  fi"
-	else
-	  $ECHO "\
-  program='$outputname'
-  progdir=\"\$thisdir/$objdir\"
-"
-	fi
-
-	$ECHO "\
-
-  if test -f \"\$progdir/\$program\"; then"
-
-	# fixup the dll searchpath if we need to.
-	#
-	# Fix the DLL searchpath if we need to.  Do this before prepending
-	# to shlibpath, because on Windows, both are PATH and uninstalled
-	# libraries must come first.
-	if test -n "$dllsearchpath"; then
-	  $ECHO "\
-    # Add the dll search path components to the executable PATH
-    PATH=$dllsearchpath:\$PATH
-"
-	fi
-
-	# Export our shlibpath_var if we have one.
-	if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-	  $ECHO "\
-    # Add our own library path to $shlibpath_var
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
-
-    # Some systems cannot cope with colon-terminated $shlibpath_var
-    # The second colon is a workaround for a bug in BeOS R4 sed
-    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
-
-    export $shlibpath_var
-"
-	fi
-
-	$ECHO "\
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
-      # Run the actual program with our arguments.
-      func_exec_program \${1+\"\$@\"}
-    fi
-  else
-    # The program doesn't exist.
-    \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
-    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
-    \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
-    exit 1
-  fi
-fi\
-"
-}
-
-
-# func_emit_cwrapperexe_src
-# emit the source code for a wrapper executable on stdout
-# Must ONLY be called from within func_mode_link because
-# it depends on a number of variable set therein.
-func_emit_cwrapperexe_src ()
-{
-	cat <<EOF
-
-/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-
-   The $output program cannot be directly executed until all the libtool
-   libraries that it depends on are installed.
-
-   This wrapper executable should never be moved out of the build directory.
-   If it is, it will not operate correctly.
-*/
-EOF
-	    cat <<"EOF"
-#ifdef _MSC_VER
-# define _CRT_SECURE_NO_DEPRECATE 1
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#ifdef _MSC_VER
-# include <direct.h>
-# include <process.h>
-# include <io.h>
-#else
-# include <unistd.h>
-# include <stdint.h>
-# ifdef __CYGWIN__
-#  include <io.h>
-# endif
-#endif
-#include <malloc.h>
-#include <stdarg.h>
-#include <assert.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* declarations of non-ANSI functions */
-#if defined __MINGW32__
-# ifdef __STRICT_ANSI__
-int _putenv (const char *);
-# endif
-#elif defined __CYGWIN__
-# ifdef __STRICT_ANSI__
-char *realpath (const char *, char *);
-int putenv (char *);
-int setenv (const char *, const char *, int);
-# endif
-/* #elif defined other_platform || defined ... */
-#endif
-
-/* portability defines, excluding path handling macros */
-#if defined _MSC_VER
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-# define S_IXUSR _S_IEXEC
-#elif defined __MINGW32__
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-#elif defined __CYGWIN__
-# define HAVE_SETENV
-# define FOPEN_WB "wb"
-/* #elif defined other platforms ... */
-#endif
-
-#if defined PATH_MAX
-# define LT_PATHMAX PATH_MAX
-#elif defined MAXPATHLEN
-# define LT_PATHMAX MAXPATHLEN
-#else
-# define LT_PATHMAX 1024
-#endif
-
-#ifndef S_IXOTH
-# define S_IXOTH 0
-#endif
-#ifndef S_IXGRP
-# define S_IXGRP 0
-#endif
-
-/* path handling portability macros */
-#ifndef DIR_SEPARATOR
-# define DIR_SEPARATOR '/'
-# define PATH_SEPARATOR ':'
-#endif
-
-#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
-  defined __OS2__
-# define HAVE_DOS_BASED_FILE_SYSTEM
-# define FOPEN_WB "wb"
-# ifndef DIR_SEPARATOR_2
-#  define DIR_SEPARATOR_2 '\\'
-# endif
-# ifndef PATH_SEPARATOR_2
-#  define PATH_SEPARATOR_2 ';'
-# endif
-#endif
-
-#ifndef DIR_SEPARATOR_2
-# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
-#else /* DIR_SEPARATOR_2 */
-# define IS_DIR_SEPARATOR(ch) \
-	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
-#endif /* DIR_SEPARATOR_2 */
-
-#ifndef PATH_SEPARATOR_2
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
-#else /* PATH_SEPARATOR_2 */
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
-#endif /* PATH_SEPARATOR_2 */
-
-#ifndef FOPEN_WB
-# define FOPEN_WB "w"
-#endif
-#ifndef _O_BINARY
-# define _O_BINARY 0
-#endif
-
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
-#define XFREE(stale) do { \
-  if (stale) { free (stale); stale = 0; } \
-} while (0)
-
-#if defined LT_DEBUGWRAPPER
-static int lt_debug = 1;
-#else
-static int lt_debug = 0;
-#endif
-
-const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
-
-void *xmalloc (size_t num);
-char *xstrdup (const char *string);
-const char *base_name (const char *name);
-char *find_executable (const char *wrapper);
-char *chase_symlinks (const char *pathspec);
-int make_executable (const char *path);
-int check_executable (const char *path);
-char *strendzap (char *str, const char *pat);
-void lt_debugprintf (const char *file, int line, const char *fmt, ...);
-void lt_fatal (const char *file, int line, const char *message, ...);
-static const char *nonnull (const char *s);
-static const char *nonempty (const char *s);
-void lt_setenv (const char *name, const char *value);
-char *lt_extend_str (const char *orig_value, const char *add, int to_end);
-void lt_update_exe_path (const char *name, const char *value);
-void lt_update_lib_path (const char *name, const char *value);
-char **prepare_spawn (char **argv);
-void lt_dump_script (FILE *f);
-EOF
-
-	    cat <<EOF
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-# define externally_visible volatile
-#else
-# define externally_visible __attribute__((externally_visible)) volatile
-#endif
-externally_visible const char * MAGIC_EXE = "$magic_exe";
-const char * LIB_PATH_VARNAME = "$shlibpath_var";
-EOF
-
-	    if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-              func_to_host_path "$temp_rpath"
-	      cat <<EOF
-const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * LIB_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test -n "$dllsearchpath"; then
-              func_to_host_path "$dllsearchpath:"
-	      cat <<EOF
-const char * EXE_PATH_VARNAME = "PATH";
-const char * EXE_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * EXE_PATH_VARNAME = "";
-const char * EXE_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test yes = "$fast_install"; then
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
-EOF
-	    else
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
-EOF
-	    fi
-
-
-	    cat <<"EOF"
-
-#define LTWRAPPER_OPTION_PREFIX         "--lt-"
-
-static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
-static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
-static const char *debug_opt            = LTWRAPPER_OPTION_PREFIX "debug";
-
-int
-main (int argc, char *argv[])
-{
-  char **newargz;
-  int  newargc;
-  char *tmp_pathspec;
-  char *actual_cwrapper_path;
-  char *actual_cwrapper_name;
-  char *target_name;
-  char *lt_argv_zero;
-  int rval = 127;
-
-  int i;
-
-  program_name = (char *) xstrdup (base_name (argv[0]));
-  newargz = XMALLOC (char *, (size_t) argc + 1);
-
-  /* very simple arg parsing; don't want to rely on getopt
-   * also, copy all non cwrapper options to newargz, except
-   * argz[0], which is handled differently
-   */
-  newargc=0;
-  for (i = 1; i < argc; i++)
-    {
-      if (STREQ (argv[i], dumpscript_opt))
-	{
-EOF
-	    case $host in
-	      *mingw* | *cygwin* )
-		# make stdout use "unix" line endings
-		echo "          setmode(1,_O_BINARY);"
-		;;
-	      esac
-
-	    cat <<"EOF"
-	  lt_dump_script (stdout);
-	  return 0;
-	}
-      if (STREQ (argv[i], debug_opt))
-	{
-          lt_debug = 1;
-          continue;
-	}
-      if (STREQ (argv[i], ltwrapper_option_prefix))
-        {
-          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
-             namespace, but it is not one of the ones we know about and
-             have already dealt with, above (inluding dump-script), then
-             report an error. Otherwise, targets might begin to believe
-             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
-             namespace. The first time any user complains about this, we'll
-             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
-             or a configure.ac-settable value.
-           */
-          lt_fatal (__FILE__, __LINE__,
-		    "unrecognized %s option: '%s'",
-                    ltwrapper_option_prefix, argv[i]);
-        }
-      /* otherwise ... */
-      newargz[++newargc] = xstrdup (argv[i]);
-    }
-  newargz[++newargc] = NULL;
-
-EOF
-	    cat <<EOF
-  /* The GNU banner must be the first non-error debug message */
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
-EOF
-	    cat <<"EOF"
-  lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
-
-  tmp_pathspec = find_executable (argv[0]);
-  if (tmp_pathspec == NULL)
-    lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (before symlink chase) at: %s\n",
-		  tmp_pathspec);
-
-  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (after symlink chase) at: %s\n",
-		  actual_cwrapper_path);
-  XFREE (tmp_pathspec);
-
-  actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
-  strendzap (actual_cwrapper_path, actual_cwrapper_name);
-
-  /* wrapper name transforms */
-  strendzap (actual_cwrapper_name, ".exe");
-  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
-  XFREE (actual_cwrapper_name);
-  actual_cwrapper_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  /* target_name transforms -- use actual target program name; might have lt- prefix */
-  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
-  strendzap (target_name, ".exe");
-  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
-  XFREE (target_name);
-  target_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(main) libtool target name: %s\n",
-		  target_name);
-EOF
-
-	    cat <<EOF
-  newargz[0] =
-    XMALLOC (char, (strlen (actual_cwrapper_path) +
-		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
-  strcpy (newargz[0], actual_cwrapper_path);
-  strcat (newargz[0], "$objdir");
-  strcat (newargz[0], "/");
-EOF
-
-	    cat <<"EOF"
-  /* stop here, and copy so we don't have to do this twice */
-  tmp_pathspec = xstrdup (newargz[0]);
-
-  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
-  strcat (newargz[0], actual_cwrapper_name);
-
-  /* DO want the lt- prefix here if it exists, so use target_name */
-  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
-  XFREE (tmp_pathspec);
-  tmp_pathspec = NULL;
-EOF
-
-	    case $host_os in
-	      mingw*)
-	    cat <<"EOF"
-  {
-    char* p;
-    while ((p = strchr (newargz[0], '\\')) != NULL)
-      {
-	*p = '/';
-      }
-    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
-      {
-	*p = '/';
-      }
-  }
-EOF
-	    ;;
-	    esac
-
-	    cat <<"EOF"
-  XFREE (target_name);
-  XFREE (actual_cwrapper_path);
-  XFREE (actual_cwrapper_name);
-
-  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
-  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
-  /* Update the DLL searchpath.  EXE_PATH_VALUE ($dllsearchpath) must
-     be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
-     because on Windows, both *_VARNAMEs are PATH but uninstalled
-     libraries must come first. */
-  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
-  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
-
-  lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
-		  nonnull (lt_argv_zero));
-  for (i = 0; i < newargc; i++)
-    {
-      lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
-		      i, nonnull (newargz[i]));
-    }
-
-EOF
-
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-  /* execv doesn't actually work on mingw as expected on unix */
-  newargz = prepare_spawn (newargz);
-  rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
-  if (rval == -1)
-    {
-      /* failed to start process */
-      lt_debugprintf (__FILE__, __LINE__,
-		      "(main) failed to launch target \"%s\": %s\n",
-		      lt_argv_zero, nonnull (strerror (errno)));
-      return 127;
-    }
-  return rval;
-EOF
-		;;
-	      *)
-		cat <<"EOF"
-  execv (lt_argv_zero, newargz);
-  return rval; /* =127, but avoids unused variable warning */
-EOF
-		;;
-	    esac
-
-	    cat <<"EOF"
-}
-
-void *
-xmalloc (size_t num)
-{
-  void *p = (void *) malloc (num);
-  if (!p)
-    lt_fatal (__FILE__, __LINE__, "memory exhausted");
-
-  return p;
-}
-
-char *
-xstrdup (const char *string)
-{
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
-			  string) : NULL;
-}
-
-const char *
-base_name (const char *name)
-{
-  const char *base;
-
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  /* Skip over the disk name in MSDOS pathnames. */
-  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
-    name += 2;
-#endif
-
-  for (base = name; *name; name++)
-    if (IS_DIR_SEPARATOR (*name))
-      base = name + 1;
-  return base;
-}
-
-int
-check_executable (const char *path)
-{
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if ((stat (path, &st) >= 0)
-      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
-    return 1;
-  else
-    return 0;
-}
-
-int
-make_executable (const char *path)
-{
-  int rval = 0;
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if (stat (path, &st) >= 0)
-    {
-      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
-    }
-  return rval;
-}
-
-/* Searches for the full path of the wrapper.  Returns
-   newly allocated full path name if found, NULL otherwise
-   Does not chase symlinks, even on platforms that support them.
-*/
-char *
-find_executable (const char *wrapper)
-{
-  int has_slash = 0;
-  const char *p;
-  const char *p_next;
-  /* static buffer for getcwd */
-  char tmp[LT_PATHMAX + 1];
-  size_t tmp_len;
-  char *concat_name;
-
-  lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
-                  nonempty (wrapper));
-
-  if ((wrapper == NULL) || (*wrapper == '\0'))
-    return NULL;
-
-  /* Absolute path? */
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
-    {
-      concat_name = xstrdup (wrapper);
-      if (check_executable (concat_name))
-	return concat_name;
-      XFREE (concat_name);
-    }
-  else
-    {
-#endif
-      if (IS_DIR_SEPARATOR (wrapper[0]))
-	{
-	  concat_name = xstrdup (wrapper);
-	  if (check_executable (concat_name))
-	    return concat_name;
-	  XFREE (concat_name);
-	}
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-    }
-#endif
-
-  for (p = wrapper; *p; p++)
-    if (*p == '/')
-      {
-	has_slash = 1;
-	break;
-      }
-  if (!has_slash)
-    {
-      /* no slashes; search PATH */
-      const char *path = getenv ("PATH");
-      if (path != NULL)
-	{
-	  for (p = path; *p; p = p_next)
-	    {
-	      const char *q;
-	      size_t p_len;
-	      for (q = p; *q; q++)
-		if (IS_PATH_SEPARATOR (*q))
-		  break;
-	      p_len = (size_t) (q - p);
-	      p_next = (*q == '\0' ? q : q + 1);
-	      if (p_len == 0)
-		{
-		  /* empty path: current directory */
-		  if (getcwd (tmp, LT_PATHMAX) == NULL)
-		    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-                              nonnull (strerror (errno)));
-		  tmp_len = strlen (tmp);
-		  concat_name =
-		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, tmp, tmp_len);
-		  concat_name[tmp_len] = '/';
-		  strcpy (concat_name + tmp_len + 1, wrapper);
-		}
-	      else
-		{
-		  concat_name =
-		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, p, p_len);
-		  concat_name[p_len] = '/';
-		  strcpy (concat_name + p_len + 1, wrapper);
-		}
-	      if (check_executable (concat_name))
-		return concat_name;
-	      XFREE (concat_name);
-	    }
-	}
-      /* not found in PATH; assume curdir */
-    }
-  /* Relative path | not found in path: prepend cwd */
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
-    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-              nonnull (strerror (errno)));
-  tmp_len = strlen (tmp);
-  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-  memcpy (concat_name, tmp, tmp_len);
-  concat_name[tmp_len] = '/';
-  strcpy (concat_name + tmp_len + 1, wrapper);
-
-  if (check_executable (concat_name))
-    return concat_name;
-  XFREE (concat_name);
-  return NULL;
-}
-
-char *
-chase_symlinks (const char *pathspec)
-{
-#ifndef S_ISLNK
-  return xstrdup (pathspec);
-#else
-  char buf[LT_PATHMAX];
-  struct stat s;
-  char *tmp_pathspec = xstrdup (pathspec);
-  char *p;
-  int has_symlinks = 0;
-  while (strlen (tmp_pathspec) && !has_symlinks)
-    {
-      lt_debugprintf (__FILE__, __LINE__,
-		      "checking path component for symlinks: %s\n",
-		      tmp_pathspec);
-      if (lstat (tmp_pathspec, &s) == 0)
-	{
-	  if (S_ISLNK (s.st_mode) != 0)
-	    {
-	      has_symlinks = 1;
-	      break;
-	    }
-
-	  /* search backwards for last DIR_SEPARATOR */
-	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
-	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    p--;
-	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    {
-	      /* no more DIR_SEPARATORS left */
-	      break;
-	    }
-	  *p = '\0';
-	}
-      else
-	{
-	  lt_fatal (__FILE__, __LINE__,
-		    "error accessing file \"%s\": %s",
-		    tmp_pathspec, nonnull (strerror (errno)));
-	}
-    }
-  XFREE (tmp_pathspec);
-
-  if (!has_symlinks)
-    {
-      return xstrdup (pathspec);
-    }
-
-  tmp_pathspec = realpath (pathspec, buf);
-  if (tmp_pathspec == 0)
-    {
-      lt_fatal (__FILE__, __LINE__,
-		"could not follow symlinks for %s", pathspec);
-    }
-  return xstrdup (tmp_pathspec);
-#endif
-}
-
-char *
-strendzap (char *str, const char *pat)
-{
-  size_t len, patlen;
-
-  assert (str != NULL);
-  assert (pat != NULL);
-
-  len = strlen (str);
-  patlen = strlen (pat);
-
-  if (patlen <= len)
-    {
-      str += len - patlen;
-      if (STREQ (str, pat))
-	*str = '\0';
-    }
-  return str;
-}
-
-void
-lt_debugprintf (const char *file, int line, const char *fmt, ...)
-{
-  va_list args;
-  if (lt_debug)
-    {
-      (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
-      va_start (args, fmt);
-      (void) vfprintf (stderr, fmt, args);
-      va_end (args);
-    }
-}
-
-static void
-lt_error_core (int exit_status, const char *file,
-	       int line, const char *mode,
-	       const char *message, va_list ap)
-{
-  fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
-  vfprintf (stderr, message, ap);
-  fprintf (stderr, ".\n");
-
-  if (exit_status >= 0)
-    exit (exit_status);
-}
-
-void
-lt_fatal (const char *file, int line, const char *message, ...)
-{
-  va_list ap;
-  va_start (ap, message);
-  lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
-  va_end (ap);
-}
-
-static const char *
-nonnull (const char *s)
-{
-  return s ? s : "(null)";
-}
-
-static const char *
-nonempty (const char *s)
-{
-  return (s && !*s) ? "(empty)" : nonnull (s);
-}
-
-void
-lt_setenv (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_setenv) setting '%s' to '%s'\n",
-                  nonnull (name), nonnull (value));
-  {
-#ifdef HAVE_SETENV
-    /* always make a copy, for consistency with !HAVE_SETENV */
-    char *str = xstrdup (value);
-    setenv (name, str, 1);
-#else
-    size_t len = strlen (name) + 1 + strlen (value) + 1;
-    char *str = XMALLOC (char, len);
-    sprintf (str, "%s=%s", name, value);
-    if (putenv (str) != EXIT_SUCCESS)
-      {
-        XFREE (str);
-      }
-#endif
-  }
-}
-
-char *
-lt_extend_str (const char *orig_value, const char *add, int to_end)
-{
-  char *new_value;
-  if (orig_value && *orig_value)
-    {
-      size_t orig_value_len = strlen (orig_value);
-      size_t add_len = strlen (add);
-      new_value = XMALLOC (char, add_len + orig_value_len + 1);
-      if (to_end)
-        {
-          strcpy (new_value, orig_value);
-          strcpy (new_value + orig_value_len, add);
-        }
-      else
-        {
-          strcpy (new_value, add);
-          strcpy (new_value + add_len, orig_value);
-        }
-    }
-  else
-    {
-      new_value = xstrdup (add);
-    }
-  return new_value;
-}
-
-void
-lt_update_exe_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      /* some systems can't cope with a ':'-terminated path #' */
-      size_t len = strlen (new_value);
-      while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
-        {
-          new_value[--len] = '\0';
-        }
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-void
-lt_update_lib_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-EOF
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-
-/* Prepares an argument vector before calling spawn().
-   Note that spawn() does not by itself call the command interpreter
-     (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
-      ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
-         GetVersionEx(&v);
-         v.dwPlatformId == VER_PLATFORM_WIN32_NT;
-      }) ? "cmd.exe" : "command.com").
-   Instead it simply concatenates the arguments, separated by ' ', and calls
-   CreateProcess().  We must quote the arguments since Win32 CreateProcess()
-   interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
-   special way:
-   - Space and tab are interpreted as delimiters. They are not treated as
-     delimiters if they are surrounded by double quotes: "...".
-   - Unescaped double quotes are removed from the input. Their only effect is
-     that within double quotes, space and tab are treated like normal
-     characters.
-   - Backslashes not followed by double quotes are not special.
-   - But 2*n+1 backslashes followed by a double quote become
-     n backslashes followed by a double quote (n >= 0):
-       \" -> "
-       \\\" -> \"
-       \\\\\" -> \\"
- */
-#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-char **
-prepare_spawn (char **argv)
-{
-  size_t argc;
-  char **new_argv;
-  size_t i;
-
-  /* Count number of arguments.  */
-  for (argc = 0; argv[argc] != NULL; argc++)
-    ;
-
-  /* Allocate new argument vector.  */
-  new_argv = XMALLOC (char *, argc + 1);
-
-  /* Put quoted arguments into the new argument vector.  */
-  for (i = 0; i < argc; i++)
-    {
-      const char *string = argv[i];
-
-      if (string[0] == '\0')
-	new_argv[i] = xstrdup ("\"\"");
-      else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
-	{
-	  int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
-	  size_t length;
-	  unsigned int backslashes;
-	  const char *s;
-	  char *quoted_string;
-	  char *p;
-
-	  length = 0;
-	  backslashes = 0;
-	  if (quote_around)
-	    length++;
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		length += backslashes + 1;
-	      length++;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    length += backslashes + 1;
-
-	  quoted_string = XMALLOC (char, length + 1);
-
-	  p = quoted_string;
-	  backslashes = 0;
-	  if (quote_around)
-	    *p++ = '"';
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		{
-		  unsigned int j;
-		  for (j = backslashes + 1; j > 0; j--)
-		    *p++ = '\\';
-		}
-	      *p++ = c;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    {
-	      unsigned int j;
-	      for (j = backslashes; j > 0; j--)
-		*p++ = '\\';
-	      *p++ = '"';
-	    }
-	  *p = '\0';
-
-	  new_argv[i] = quoted_string;
-	}
-      else
-	new_argv[i] = (char *) string;
-    }
-  new_argv[argc] = NULL;
-
-  return new_argv;
-}
-EOF
-		;;
-	    esac
-
-            cat <<"EOF"
-void lt_dump_script (FILE* f)
-{
-EOF
-	    func_emit_wrapper yes |
-	      $SED -n -e '
-s/^\(.\{79\}\)\(..*\)/\1\
-\2/
-h
-s/\([\\"]\)/\\\1/g
-s/$/\\n/
-s/\([^\n]*\).*/  fputs ("\1", f);/p
-g
-D'
-            cat <<"EOF"
-}
-EOF
-}
-# end: func_emit_cwrapperexe_src
-
-# func_win32_import_lib_p ARG
-# True if ARG is an import lib, as indicated by $file_magic_cmd
-func_win32_import_lib_p ()
-{
-    $debug_cmd
-
-    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
-    *import*) : ;;
-    *) false ;;
-    esac
-}
-
-# func_mode_link arg...
-func_mode_link ()
-{
-    $debug_cmd
-
-    case $host in
-    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-      # It is impossible to link a dll without this setting, and
-      # we shouldn't force the makefile maintainer to figure out
-      # what system we are compiling for in order to pass an extra
-      # flag for every libtool invocation.
-      # allow_undefined=no
-
-      # FIXME: Unfortunately, there are problems with the above when trying
-      # to make a dll that has undefined symbols, in which case not
-      # even a static library is built.  For now, we need to specify
-      # -no-undefined on the libtool link line when we can be certain
-      # that all symbols are satisfied, otherwise we get a static library.
-      allow_undefined=yes
-      ;;
-    *)
-      allow_undefined=yes
-      ;;
-    esac
-    libtool_args=$nonopt
-    base_compile="$nonopt $@"
-    compile_command=$nonopt
-    finalize_command=$nonopt
-
-    compile_rpath=
-    finalize_rpath=
-    compile_shlibpath=
-    finalize_shlibpath=
-    convenience=
-    old_convenience=
-    deplibs=
-    old_deplibs=
-    compiler_flags=
-    linker_flags=
-    dllsearchpath=
-    lib_search_path=`pwd`
-    inst_prefix_dir=
-    new_inherited_linker_flags=
-
-    avoid_version=no
-    bindir=
-    dlfiles=
-    dlprefiles=
-    dlself=no
-    export_dynamic=no
-    export_symbols=
-    export_symbols_regex=
-    generated=
-    libobjs=
-    ltlibs=
-    module=no
-    no_install=no
-    objs=
-    os2dllname=
-    non_pic_objects=
-    precious_files_regex=
-    prefer_static_libs=no
-    preload=false
-    prev=
-    prevarg=
-    release=
-    rpath=
-    xrpath=
-    perm_rpath=
-    temp_rpath=
-    thread_safe=no
-    vinfo=
-    vinfo_number=no
-    weak_libs=
-    single_module=$wl-single_module
-    func_infer_tag $base_compile
-
-    # We need to know -static, to get the right output filenames.
-    for arg
-    do
-      case $arg in
-      -shared)
-	test yes != "$build_libtool_libs" \
-	  && func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	break
-	;;
-      -all-static | -static | -static-libtool-libs)
-	case $arg in
-	-all-static)
-	  if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
-	    func_warning "complete static linking is impossible in this configuration"
-	  fi
-	  if test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	-static)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=built
-	  ;;
-	-static-libtool-libs)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	esac
-	build_libtool_libs=no
-	build_old_libs=yes
-	break
-	;;
-      esac
-    done
-
-    # See if our shared archives depend on static archives.
-    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
-
-    # Go through the arguments, transforming them on the way.
-    while test "$#" -gt 0; do
-      arg=$1
-      shift
-      func_quote_for_eval "$arg"
-      qarg=$func_quote_for_eval_unquoted_result
-      func_append libtool_args " $func_quote_for_eval_result"
-
-      # If the previous option needs an argument, assign it.
-      if test -n "$prev"; then
-	case $prev in
-	output)
-	  func_append compile_command " @OUTPUT@"
-	  func_append finalize_command " @OUTPUT@"
-	  ;;
-	esac
-
-	case $prev in
-	bindir)
-	  bindir=$arg
-	  prev=
-	  continue
-	  ;;
-	dlfiles|dlprefiles)
-	  $preload || {
-	    # Add the symbol object into the linking commands.
-	    func_append compile_command " @SYMFILE@"
-	    func_append finalize_command " @SYMFILE@"
-	    preload=:
-	  }
-	  case $arg in
-	  *.la | *.lo) ;;  # We handle these cases below.
-	  force)
-	    if test no = "$dlself"; then
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  self)
-	    if test dlprefiles = "$prev"; then
-	      dlself=yes
-	    elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
-	      dlself=yes
-	    else
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  *)
-	    if test dlfiles = "$prev"; then
-	      func_append dlfiles " $arg"
-	    else
-	      func_append dlprefiles " $arg"
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  esac
-	  ;;
-	expsyms)
-	  export_symbols=$arg
-	  test -f "$arg" \
-	    || func_fatal_error "symbol file '$arg' does not exist"
-	  prev=
-	  continue
-	  ;;
-	expsyms_regex)
-	  export_symbols_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	framework)
-	  case $host in
-	    *-*-darwin*)
-	      case "$deplibs " in
-		*" $qarg.ltframework "*) ;;
-		*) func_append deplibs " $qarg.ltframework" # this is fixed later
-		   ;;
-	      esac
-	      ;;
-	  esac
-	  prev=
-	  continue
-	  ;;
-	inst_prefix)
-	  inst_prefix_dir=$arg
-	  prev=
-	  continue
-	  ;;
-	mllvm)
-	  # Clang does not use LLVM to link, so we can simply discard any
-	  # '-mllvm $arg' options when doing the link step.
-	  prev=
-	  continue
-	  ;;
-	objectlist)
-	  if test -f "$arg"; then
-	    save_arg=$arg
-	    moreargs=
-	    for fil in `cat "$save_arg"`
-	    do
-#	      func_append moreargs " $fil"
-	      arg=$fil
-	      # A libtool-controlled object.
-
-	      # Check to see that this really is a libtool object.
-	      if func_lalib_unsafe_p "$arg"; then
-		pic_object=
-		non_pic_object=
-
-		# Read the .lo file
-		func_source "$arg"
-
-		if test -z "$pic_object" ||
-		   test -z "$non_pic_object" ||
-		   test none = "$pic_object" &&
-		   test none = "$non_pic_object"; then
-		  func_fatal_error "cannot find name of object for '$arg'"
-		fi
-
-		# Extract subdirectory from the argument.
-		func_dirname "$arg" "/" ""
-		xdir=$func_dirname_result
-
-		if test none != "$pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  pic_object=$xdir$pic_object
-
-		  if test dlfiles = "$prev"; then
-		    if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		      func_append dlfiles " $pic_object"
-		      prev=
-		      continue
-		    else
-		      # If libtool objects are unsupported, then we need to preload.
-		      prev=dlprefiles
-		    fi
-		  fi
-
-		  # CHECK ME:  I think I busted this.  -Ossama
-		  if test dlprefiles = "$prev"; then
-		    # Preload the old-style object.
-		    func_append dlprefiles " $pic_object"
-		    prev=
-		  fi
-
-		  # A PIC object.
-		  func_append libobjs " $pic_object"
-		  arg=$pic_object
-		fi
-
-		# Non-PIC object.
-		if test none != "$non_pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  non_pic_object=$xdir$non_pic_object
-
-		  # A standard non-PIC object
-		  func_append non_pic_objects " $non_pic_object"
-		  if test -z "$pic_object" || test none = "$pic_object"; then
-		    arg=$non_pic_object
-		  fi
-		else
-		  # If the PIC object exists, use it instead.
-		  # $xdir was prepended to $pic_object above.
-		  non_pic_object=$pic_object
-		  func_append non_pic_objects " $non_pic_object"
-		fi
-	      else
-		# Only an error if not doing a dry-run.
-		if $opt_dry_run; then
-		  # Extract subdirectory from the argument.
-		  func_dirname "$arg" "/" ""
-		  xdir=$func_dirname_result
-
-		  func_lo2o "$arg"
-		  pic_object=$xdir$objdir/$func_lo2o_result
-		  non_pic_object=$xdir$func_lo2o_result
-		  func_append libobjs " $pic_object"
-		  func_append non_pic_objects " $non_pic_object"
-	        else
-		  func_fatal_error "'$arg' is not a valid libtool object"
-		fi
-	      fi
-	    done
-	  else
-	    func_fatal_error "link input file '$arg' does not exist"
-	  fi
-	  arg=$save_arg
-	  prev=
-	  continue
-	  ;;
-	os2dllname)
-	  os2dllname=$arg
-	  prev=
-	  continue
-	  ;;
-	precious_regex)
-	  precious_files_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	release)
-	  release=-$arg
-	  prev=
-	  continue
-	  ;;
-	rpath | xrpath)
-	  # We need an absolute path.
-	  case $arg in
-	  [\\/]* | [A-Za-z]:[\\/]*) ;;
-	  *)
-	    func_fatal_error "only absolute run-paths are allowed"
-	    ;;
-	  esac
-	  if test rpath = "$prev"; then
-	    case "$rpath " in
-	    *" $arg "*) ;;
-	    *) func_append rpath " $arg" ;;
-	    esac
-	  else
-	    case "$xrpath " in
-	    *" $arg "*) ;;
-	    *) func_append xrpath " $arg" ;;
-	    esac
-	  fi
-	  prev=
-	  continue
-	  ;;
-	shrext)
-	  shrext_cmds=$arg
-	  prev=
-	  continue
-	  ;;
-	weak)
-	  func_append weak_libs " $arg"
-	  prev=
-	  continue
-	  ;;
-	xcclinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xcompiler)
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xlinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $wl$qarg"
-	  prev=
-	  func_append compile_command " $wl$qarg"
-	  func_append finalize_command " $wl$qarg"
-	  continue
-	  ;;
-	*)
-	  eval "$prev=\"\$arg\""
-	  prev=
-	  continue
-	  ;;
-	esac
-      fi # test -n "$prev"
-
-      prevarg=$arg
-
-      case $arg in
-      -all-static)
-	if test -n "$link_static_flag"; then
-	  # See comment for -static flag below, for more details.
-	  func_append compile_command " $link_static_flag"
-	  func_append finalize_command " $link_static_flag"
-	fi
-	continue
-	;;
-
-      -allow-undefined)
-	# FIXME: remove this flag sometime in the future.
-	func_fatal_error "'-allow-undefined' must not be used because it is the default"
-	;;
-
-      -avoid-version)
-	avoid_version=yes
-	continue
-	;;
-
-      -bindir)
-	prev=bindir
-	continue
-	;;
-
-      -dlopen)
-	prev=dlfiles
-	continue
-	;;
-
-      -dlpreopen)
-	prev=dlprefiles
-	continue
-	;;
-
-      -export-dynamic)
-	export_dynamic=yes
-	continue
-	;;
-
-      -export-symbols | -export-symbols-regex)
-	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
-	  func_fatal_error "more than one -exported-symbols argument is not allowed"
-	fi
-	if test X-export-symbols = "X$arg"; then
-	  prev=expsyms
-	else
-	  prev=expsyms_regex
-	fi
-	continue
-	;;
-
-      -framework)
-	prev=framework
-	continue
-	;;
-
-      -inst-prefix-dir)
-	prev=inst_prefix
-	continue
-	;;
-
-      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
-      # so, if we see these flags be careful not to treat them like -L
-      -L[A-Z][A-Z]*:*)
-	case $with_gcc/$host in
-	no/*-*-irix* | /*-*-irix*)
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  ;;
-	esac
-	continue
-	;;
-
-      -L*)
-	func_stripname "-L" '' "$arg"
-	if test -z "$func_stripname_result"; then
-	  if test "$#" -gt 0; then
-	    func_fatal_error "require no space between '-L' and '$1'"
-	  else
-	    func_fatal_error "need path for '-L' option"
-	  fi
-	fi
-	func_resolve_sysroot "$func_stripname_result"
-	dir=$func_resolve_sysroot_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	*)
-	  absdir=`cd "$dir" && pwd`
-	  test -z "$absdir" && \
-	    func_fatal_error "cannot determine absolute directory name of '$dir'"
-	  dir=$absdir
-	  ;;
-	esac
-	case "$deplibs " in
-	*" -L$dir "* | *" $arg "*)
-	  # Will only happen for absolute or sysroot arguments
-	  ;;
-	*)
-	  # Preserve sysroot, but never include relative directories
-	  case $dir in
-	    [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
-	    *) func_append deplibs " -L$dir" ;;
-	  esac
-	  func_append lib_search_path " $dir"
-	  ;;
-	esac
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$dir:"*) ;;
-	  ::) dllsearchpath=$dir;;
-	  *) func_append dllsearchpath ":$dir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-	continue
-	;;
-
-      -l*)
-	if test X-lc = "X$arg" || test X-lm = "X$arg"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # These systems don't actually have a C or math library (as such)
-	    continue
-	    ;;
-	  *-*-os2*)
-	    # These systems don't actually have a C library (as such)
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	    # Do not include libc due to us having libc/libc_r.
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C and math libraries are in the System framework
-	    func_append deplibs " System.ltframework"
-	    continue
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  esac
-	elif test X-lc_r = "X$arg"; then
-	 case $host in
-	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	   # Do not include libc_r directly, use -pthread flag.
-	   continue
-	   ;;
-	 esac
-	fi
-	func_append deplibs " $arg"
-	continue
-	;;
-
-      -mllvm)
-	prev=mllvm
-	continue
-	;;
-
-      -module)
-	module=yes
-	continue
-	;;
-
-      # Tru64 UNIX uses -model [arg] to determine the layout of C++
-      # classes, name mangling, and exception handling.
-      # Darwin uses the -arch flag to determine output architecture.
-      -model|-arch|-isysroot|--sysroot)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	prev=xcompiler
-	continue
-	;;
-
-      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	case "$new_inherited_linker_flags " in
-	    *" $arg "*) ;;
-	    * ) func_append new_inherited_linker_flags " $arg" ;;
-	esac
-	continue
-	;;
-
-      -multi_module)
-	single_module=$wl-multi_module
-	continue
-	;;
-
-      -no-fast-install)
-	fast_install=no
-	continue
-	;;
-
-      -no-install)
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
-	  # The PATH hackery in wrapper scripts is required on Windows
-	  # and Darwin in order for the loader to find any dlls it needs.
-	  func_warning "'-no-install' is ignored for $host"
-	  func_warning "assuming '-no-fast-install' instead"
-	  fast_install=no
-	  ;;
-	*) no_install=yes ;;
-	esac
-	continue
-	;;
-
-      -no-undefined)
-	allow_undefined=no
-	continue
-	;;
-
-      -objectlist)
-	prev=objectlist
-	continue
-	;;
-
-      -os2dllname)
-	prev=os2dllname
-	continue
-	;;
-
-      -o) prev=output ;;
-
-      -precious-files-regex)
-	prev=precious_regex
-	continue
-	;;
-
-      -release)
-	prev=release
-	continue
-	;;
-
-      -rpath)
-	prev=rpath
-	continue
-	;;
-
-      -R)
-	prev=xrpath
-	continue
-	;;
-
-      -R*)
-	func_stripname '-R' '' "$arg"
-	dir=$func_stripname_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	=*)
-	  func_stripname '=' '' "$dir"
-	  dir=$lt_sysroot$func_stripname_result
-	  ;;
-	*)
-	  func_fatal_error "only absolute run-paths are allowed"
-	  ;;
-	esac
-	case "$xrpath " in
-	*" $dir "*) ;;
-	*) func_append xrpath " $dir" ;;
-	esac
-	continue
-	;;
-
-      -shared)
-	# The effects of -shared are defined in a previous loop.
-	continue
-	;;
-
-      -shrext)
-	prev=shrext
-	continue
-	;;
-
-      -static | -static-libtool-libs)
-	# The effects of -static are defined in a previous loop.
-	# We used to do the same as -all-static on platforms that
-	# didn't have a PIC flag, but the assumption that the effects
-	# would be equivalent was wrong.  It would break on at least
-	# Digital Unix and AIX.
-	continue
-	;;
-
-      -thread-safe)
-	thread_safe=yes
-	continue
-	;;
-
-      -version-info)
-	prev=vinfo
-	continue
-	;;
-
-      -version-number)
-	prev=vinfo
-	vinfo_number=yes
-	continue
-	;;
-
-      -weak)
-        prev=weak
-	continue
-	;;
-
-      -Wc,*)
-	func_stripname '-Wc,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $func_quote_for_eval_result"
-	  func_append compiler_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Wl,*)
-	func_stripname '-Wl,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $wl$func_quote_for_eval_result"
-	  func_append compiler_flags " $wl$func_quote_for_eval_result"
-	  func_append linker_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Xcompiler)
-	prev=xcompiler
-	continue
-	;;
-
-      -Xlinker)
-	prev=xlinker
-	continue
-	;;
-
-      -XCClinker)
-	prev=xcclinker
-	continue
-	;;
-
-      # -msg_* for osf cc
-      -msg_*)
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      # Flags to be passed through unchanged, with rationale:
-      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
-      # -r[0-9][0-9]*        specify processor for the SGI compiler
-      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
-      # +DA*, +DD*           enable 64-bit mode for the HP compiler
-      # -q*                  compiler args for the IBM compiler
-      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
-      # -F/path              path to uninstalled frameworks, gcc on darwin
-      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
-      # -fstack-protector*   stack protector flags for GCC
-      # @file                GCC response files
-      # -tp=*                Portland pgcc target processor selection
-      # --sysroot=*          for sysroot support
-      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
-      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-        func_append compile_command " $arg"
-        func_append finalize_command " $arg"
-        func_append compiler_flags " $arg"
-        continue
-        ;;
-
-      -Z*)
-        if test os2 = "`expr $host : '.*\(os2\)'`"; then
-          # OS/2 uses -Zxxx to specify OS/2-specific options
-	  compiler_flags="$compiler_flags $arg"
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  case $arg in
-	  -Zlinker | -Zstack)
-	    prev=xcompiler
-	    ;;
-	  esac
-	  continue
-        else
-	  # Otherwise treat like 'Some other compiler flag' below
-	  func_quote_for_eval "$arg"
-	  arg=$func_quote_for_eval_result
-        fi
-	;;
-
-      # Some other compiler flag.
-      -* | +*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      *.$objext)
-	# A standard object.
-	func_append objs " $arg"
-	;;
-
-      *.lo)
-	# A libtool-controlled object.
-
-	# Check to see that this really is a libtool object.
-	if func_lalib_unsafe_p "$arg"; then
-	  pic_object=
-	  non_pic_object=
-
-	  # Read the .lo file
-	  func_source "$arg"
-
-	  if test -z "$pic_object" ||
-	     test -z "$non_pic_object" ||
-	     test none = "$pic_object" &&
-	     test none = "$non_pic_object"; then
-	    func_fatal_error "cannot find name of object for '$arg'"
-	  fi
-
-	  # Extract subdirectory from the argument.
-	  func_dirname "$arg" "/" ""
-	  xdir=$func_dirname_result
-
-	  test none = "$pic_object" || {
-	    # Prepend the subdirectory the object is found in.
-	    pic_object=$xdir$pic_object
-
-	    if test dlfiles = "$prev"; then
-	      if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		func_append dlfiles " $pic_object"
-		prev=
-		continue
-	      else
-		# If libtool objects are unsupported, then we need to preload.
-		prev=dlprefiles
-	      fi
-	    fi
-
-	    # CHECK ME:  I think I busted this.  -Ossama
-	    if test dlprefiles = "$prev"; then
-	      # Preload the old-style object.
-	      func_append dlprefiles " $pic_object"
-	      prev=
-	    fi
-
-	    # A PIC object.
-	    func_append libobjs " $pic_object"
-	    arg=$pic_object
-	  }
-
-	  # Non-PIC object.
-	  if test none != "$non_pic_object"; then
-	    # Prepend the subdirectory the object is found in.
-	    non_pic_object=$xdir$non_pic_object
-
-	    # A standard non-PIC object
-	    func_append non_pic_objects " $non_pic_object"
-	    if test -z "$pic_object" || test none = "$pic_object"; then
-	      arg=$non_pic_object
-	    fi
-	  else
-	    # If the PIC object exists, use it instead.
-	    # $xdir was prepended to $pic_object above.
-	    non_pic_object=$pic_object
-	    func_append non_pic_objects " $non_pic_object"
-	  fi
-	else
-	  # Only an error if not doing a dry-run.
-	  if $opt_dry_run; then
-	    # Extract subdirectory from the argument.
-	    func_dirname "$arg" "/" ""
-	    xdir=$func_dirname_result
-
-	    func_lo2o "$arg"
-	    pic_object=$xdir$objdir/$func_lo2o_result
-	    non_pic_object=$xdir$func_lo2o_result
-	    func_append libobjs " $pic_object"
-	    func_append non_pic_objects " $non_pic_object"
-	  else
-	    func_fatal_error "'$arg' is not a valid libtool object"
-	  fi
-	fi
-	;;
-
-      *.$libext)
-	# An archive.
-	func_append deplibs " $arg"
-	func_append old_deplibs " $arg"
-	continue
-	;;
-
-      *.la)
-	# A libtool-controlled library.
-
-	func_resolve_sysroot "$arg"
-	if test dlfiles = "$prev"; then
-	  # This library was specified with -dlopen.
-	  func_append dlfiles " $func_resolve_sysroot_result"
-	  prev=
-	elif test dlprefiles = "$prev"; then
-	  # The library was specified with -dlpreopen.
-	  func_append dlprefiles " $func_resolve_sysroot_result"
-	  prev=
-	else
-	  func_append deplibs " $func_resolve_sysroot_result"
-	fi
-	continue
-	;;
-
-      # Some other compiler argument.
-      *)
-	# Unknown arguments in both finalize_command and compile_command need
-	# to be aesthetically quoted because they are evaled later.
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-      esac # arg
-
-      # Now actually substitute the argument into the commands.
-      if test -n "$arg"; then
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-      fi
-    done # argument parsing loop
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prevarg' option requires an argument"
-
-    if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
-      eval arg=\"$export_dynamic_flag_spec\"
-      func_append compile_command " $arg"
-      func_append finalize_command " $arg"
-    fi
-
-    oldlibs=
-    # calculate the name of the file, without its directory
-    func_basename "$output"
-    outputname=$func_basename_result
-    libobjs_save=$libobjs
-
-    if test -n "$shlibpath_var"; then
-      # get the directories listed in $shlibpath_var
-      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
-    else
-      shlib_search_path=
-    fi
-    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
-    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
-
-    func_dirname "$output" "/" ""
-    output_objdir=$func_dirname_result$objdir
-    func_to_tool_file "$output_objdir/"
-    tool_output_objdir=$func_to_tool_file_result
-    # Create the object directory.
-    func_mkdir_p "$output_objdir"
-
-    # Determine the type of output
-    case $output in
-    "")
-      func_fatal_help "you must specify an output file"
-      ;;
-    *.$libext) linkmode=oldlib ;;
-    *.lo | *.$objext) linkmode=obj ;;
-    *.la) linkmode=lib ;;
-    *) linkmode=prog ;; # Anything else should be a program.
-    esac
-
-    specialdeplibs=
-
-    libs=
-    # Find all interdependent deplibs by searching for libraries
-    # that are linked more than once (e.g. -la -lb -la)
-    for deplib in $deplibs; do
-      if $opt_preserve_dup_deps; then
-	case "$libs " in
-	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	esac
-      fi
-      func_append libs " $deplib"
-    done
-
-    if test lib = "$linkmode"; then
-      libs="$predeps $libs $compiler_lib_search_path $postdeps"
-
-      # Compute libraries that are listed more than once in $predeps
-      # $postdeps and mark them as special (i.e., whose duplicates are
-      # not to be eliminated).
-      pre_post_deps=
-      if $opt_duplicate_compiler_generated_deps; then
-	for pre_post_dep in $predeps $postdeps; do
-	  case "$pre_post_deps " in
-	  *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
-	  esac
-	  func_append pre_post_deps " $pre_post_dep"
-	done
-      fi
-      pre_post_deps=
-    fi
-
-    deplibs=
-    newdependency_libs=
-    newlib_search_path=
-    need_relink=no # whether we're linking any uninstalled libtool libraries
-    notinst_deplibs= # not-installed libtool libraries
-    notinst_path= # paths that contain not-installed libtool libraries
-
-    case $linkmode in
-    lib)
-	passes="conv dlpreopen link"
-	for file in $dlfiles $dlprefiles; do
-	  case $file in
-	  *.la) ;;
-	  *)
-	    func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
-	    ;;
-	  esac
-	done
-	;;
-    prog)
-	compile_deplibs=
-	finalize_deplibs=
-	alldeplibs=false
-	newdlfiles=
-	newdlprefiles=
-	passes="conv scan dlopen dlpreopen link"
-	;;
-    *)  passes="conv"
-	;;
-    esac
-
-    for pass in $passes; do
-      # The preopen pass in lib mode reverses $deplibs; put it back here
-      # so that -L comes before libs that need it for instance...
-      if test lib,link = "$linkmode,$pass"; then
-	## FIXME: Find the place where the list is rebuilt in the wrong
-	##        order, and fix it there properly
-        tmp_deplibs=
-	for deplib in $deplibs; do
-	  tmp_deplibs="$deplib $tmp_deplibs"
-	done
-	deplibs=$tmp_deplibs
-      fi
-
-      if test lib,link = "$linkmode,$pass" ||
-	 test prog,scan = "$linkmode,$pass"; then
-	libs=$deplibs
-	deplibs=
-      fi
-      if test prog = "$linkmode"; then
-	case $pass in
-	dlopen) libs=$dlfiles ;;
-	dlpreopen) libs=$dlprefiles ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
-	esac
-      fi
-      if test lib,dlpreopen = "$linkmode,$pass"; then
-	# Collect and forward deplibs of preopened libtool libs
-	for lib in $dlprefiles; do
-	  # Ignore non-libtool-libs
-	  dependency_libs=
-	  func_resolve_sysroot "$lib"
-	  case $lib in
-	  *.la)	func_source "$func_resolve_sysroot_result" ;;
-	  esac
-
-	  # Collect preopened libtool deplibs, except any this library
-	  # has declared as weak libs
-	  for deplib in $dependency_libs; do
-	    func_basename "$deplib"
-            deplib_base=$func_basename_result
-	    case " $weak_libs " in
-	    *" $deplib_base "*) ;;
-	    *) func_append deplibs " $deplib" ;;
-	    esac
-	  done
-	done
-	libs=$dlprefiles
-      fi
-      if test dlopen = "$pass"; then
-	# Collect dlpreopened libraries
-	save_deplibs=$deplibs
-	deplibs=
-      fi
-
-      for deplib in $libs; do
-	lib=
-	found=false
-	case $deplib in
-	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    func_append compiler_flags " $deplib"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-l*)
-	  if test lib != "$linkmode" && test prog != "$linkmode"; then
-	    func_warning "'-l' is ignored for archives/objects"
-	    continue
-	  fi
-	  func_stripname '-l' '' "$deplib"
-	  name=$func_stripname_result
-	  if test lib = "$linkmode"; then
-	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
-	  else
-	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
-	  fi
-	  for searchdir in $searchdirs; do
-	    for search_ext in .la $std_shrext .so .a; do
-	      # Search the libtool library
-	      lib=$searchdir/lib$name$search_ext
-	      if test -f "$lib"; then
-		if test .la = "$search_ext"; then
-		  found=:
-		else
-		  found=false
-		fi
-		break 2
-	      fi
-	    done
-	  done
-	  if $found; then
-	    # deplib is a libtool library
-	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
-	    # We need to do some special things here, and not later.
-	    if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	      case " $predeps $postdeps " in
-	      *" $deplib "*)
-		if func_lalib_p "$lib"; then
-		  library_names=
-		  old_library=
-		  func_source "$lib"
-		  for l in $old_library $library_names; do
-		    ll=$l
-		  done
-		  if test "X$ll" = "X$old_library"; then # only static version available
-		    found=false
-		    func_dirname "$lib" "" "."
-		    ladir=$func_dirname_result
-		    lib=$ladir/$old_library
-		    if test prog,link = "$linkmode,$pass"; then
-		      compile_deplibs="$deplib $compile_deplibs"
-		      finalize_deplibs="$deplib $finalize_deplibs"
-		    else
-		      deplibs="$deplib $deplibs"
-		      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-		    fi
-		    continue
-		  fi
-		fi
-		;;
-	      *) ;;
-	      esac
-	    fi
-	  else
-	    # deplib doesn't seem to be a libtool library
-	    if test prog,link = "$linkmode,$pass"; then
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      deplibs="$deplib $deplibs"
-	      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    continue
-	  fi
-	  ;; # -l
-	*.ltframework)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    deplibs="$deplib $deplibs"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-L*)
-	  case $linkmode in
-	  lib)
-	    deplibs="$deplib $deplibs"
-	    test conv = "$pass" && continue
-	    newdependency_libs="$deplib $newdependency_libs"
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  prog)
-	    if test conv = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	      continue
-	    fi
-	    if test scan = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  *)
-	    func_warning "'-L' is ignored for archives/objects"
-	    ;;
-	  esac # linkmode
-	  continue
-	  ;; # -L
-	-R*)
-	  if test link = "$pass"; then
-	    func_stripname '-R' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    dir=$func_resolve_sysroot_result
-	    # Make sure the xrpath contains only unique directories.
-	    case "$xrpath " in
-	    *" $dir "*) ;;
-	    *) func_append xrpath " $dir" ;;
-	    esac
-	  fi
-	  deplibs="$deplib $deplibs"
-	  continue
-	  ;;
-	*.la)
-	  func_resolve_sysroot "$deplib"
-	  lib=$func_resolve_sysroot_result
-	  ;;
-	*.$libext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	    continue
-	  fi
-	  case $linkmode in
-	  lib)
-	    # Linking convenience modules into shared libraries is allowed,
-	    # but linking other static libraries is non-portable.
-	    case " $dlpreconveniencelibs " in
-	    *" $deplib "*) ;;
-	    *)
-	      valid_a_lib=false
-	      case $deplibs_check_method in
-		match_pattern*)
-		  set dummy $deplibs_check_method; shift
-		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
-		    | $EGREP "$match_pattern_regex" > /dev/null; then
-		    valid_a_lib=:
-		  fi
-		;;
-		pass_all)
-		  valid_a_lib=:
-		;;
-	      esac
-	      if $valid_a_lib; then
-		echo
-		$ECHO "*** Warning: Linking the shared library $output against the"
-		$ECHO "*** static library $deplib is not portable!"
-		deplibs="$deplib $deplibs"
-	      else
-		echo
-		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because the file extensions .$libext of this argument makes me believe"
-		echo "*** that it is just a static archive that I should not use here."
-	      fi
-	      ;;
-	    esac
-	    continue
-	    ;;
-	  prog)
-	    if test link != "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    continue
-	    ;;
-	  esac # linkmode
-	  ;; # *.$libext
-	*.lo | *.$objext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	  elif test prog = "$linkmode"; then
-	    if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
-	      # If there is no dlopen support or we're linking statically,
-	      # we need to preload.
-	      func_append newdlprefiles " $deplib"
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      func_append newdlfiles " $deplib"
-	    fi
-	  fi
-	  continue
-	  ;;
-	%DEPLIBS%)
-	  alldeplibs=:
-	  continue
-	  ;;
-	esac # case $deplib
-
-	$found || test -f "$lib" \
-	  || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$lib" \
-	  || func_fatal_error "'$lib' is not a valid libtool archive"
-
-	func_dirname "$lib" "" "."
-	ladir=$func_dirname_result
-
-	dlname=
-	dlopen=
-	dlpreopen=
-	libdir=
-	library_names=
-	old_library=
-	inherited_linker_flags=
-	# If the library was installed with an old release of libtool,
-	# it will not redefine variables installed, or shouldnotlink
-	installed=yes
-	shouldnotlink=no
-	avoidtemprpath=
-
-
-	# Read the .la file
-	func_source "$lib"
-
-	# Convert "-framework foo" to "foo.ltframework"
-	if test -n "$inherited_linker_flags"; then
-	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
-	    case " $new_inherited_linker_flags " in
-	      *" $tmp_inherited_linker_flag "*) ;;
-	      *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
-	    esac
-	  done
-	fi
-	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	if test lib,link = "$linkmode,$pass" ||
-	   test prog,scan = "$linkmode,$pass" ||
-	   { test prog != "$linkmode" && test lib != "$linkmode"; }; then
-	  test -n "$dlopen" && func_append dlfiles " $dlopen"
-	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
-	fi
-
-	if test conv = "$pass"; then
-	  # Only check for convenience libraries
-	  deplibs="$lib $deplibs"
-	  if test -z "$libdir"; then
-	    if test -z "$old_library"; then
-	      func_fatal_error "cannot find name of link library for '$lib'"
-	    fi
-	    # It is a libtool convenience library, so add in its objects.
-	    func_append convenience " $ladir/$objdir/$old_library"
-	    func_append old_convenience " $ladir/$objdir/$old_library"
-	  elif test prog != "$linkmode" && test lib != "$linkmode"; then
-	    func_fatal_error "'$lib' is not a convenience library"
-	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
-	  continue
-	fi # $pass = conv
-
-
-	# Get the name of the library we link against.
-	linklib=
-	if test -n "$old_library" &&
-	   { test yes = "$prefer_static_libs" ||
-	     test built,no = "$prefer_static_libs,$installed"; }; then
-	  linklib=$old_library
-	else
-	  for l in $old_library $library_names; do
-	    linklib=$l
-	  done
-	fi
-	if test -z "$linklib"; then
-	  func_fatal_error "cannot find name of link library for '$lib'"
-	fi
-
-	# This library was specified with -dlopen.
-	if test dlopen = "$pass"; then
-	  test -z "$libdir" \
-	    && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
-	  if test -z "$dlname" ||
-	     test yes != "$dlopen_support" ||
-	     test no = "$build_libtool_libs"
-	  then
-	    # If there is no dlname, no dlopen support or we're linking
-	    # statically, we need to preload.  We also need to preload any
-	    # dependent libraries so libltdl's deplib preloader doesn't
-	    # bomb out in the load deplibs phase.
-	    func_append dlprefiles " $lib $dependency_libs"
-	  else
-	    func_append newdlfiles " $lib"
-	  fi
-	  continue
-	fi # $pass = dlopen
-
-	# We need an absolute path.
-	case $ladir in
-	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
-	*)
-	  abs_ladir=`cd "$ladir" && pwd`
-	  if test -z "$abs_ladir"; then
-	    func_warning "cannot determine absolute directory name of '$ladir'"
-	    func_warning "passing it literally to the linker, although it might fail"
-	    abs_ladir=$ladir
-	  fi
-	  ;;
-	esac
-	func_basename "$lib"
-	laname=$func_basename_result
-
-	# Find the relevant object directory and library name.
-	if test yes = "$installed"; then
-	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    func_warning "library '$lib' was moved."
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    libdir=$abs_ladir
-	  else
-	    dir=$lt_sysroot$libdir
-	    absdir=$lt_sysroot$libdir
-	  fi
-	  test yes = "$hardcode_automatic" && avoidtemprpath=yes
-	else
-	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  else
-	    dir=$ladir/$objdir
-	    absdir=$abs_ladir/$objdir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  fi
-	fi # $installed = yes
-	func_stripname 'lib' '.la' "$laname"
-	name=$func_stripname_result
-
-	# This library was specified with -dlpreopen.
-	if test dlpreopen = "$pass"; then
-	  if test -z "$libdir" && test prog = "$linkmode"; then
-	    func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
-	  fi
-	  case $host in
-	    # special handling for platforms with PE-DLLs.
-	    *cygwin* | *mingw* | *cegcc* )
-	      # Linker will automatically link against shared library if both
-	      # static and shared are present.  Therefore, ensure we extract
-	      # symbols from the import library if a shared library is present
-	      # (otherwise, the dlopen module name will be incorrect).  We do
-	      # this by putting the import library name into $newdlprefiles.
-	      # We recover the dlopen module name by 'saving' the la file
-	      # name in a special purpose variable, and (later) extracting the
-	      # dlname from the la file.
-	      if test -n "$dlname"; then
-	        func_tr_sh "$dir/$linklib"
-	        eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
-	        func_append newdlprefiles " $dir/$linklib"
-	      else
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      fi
-	    ;;
-	    * )
-	      # Prefer using a static library (so that no silly _DYNAMIC symbols
-	      # are required to link).
-	      if test -n "$old_library"; then
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      # Otherwise, use the dlname, so that lt_dlopen finds it.
-	      elif test -n "$dlname"; then
-	        func_append newdlprefiles " $dir/$dlname"
-	      else
-	        func_append newdlprefiles " $dir/$linklib"
-	      fi
-	    ;;
-	  esac
-	fi # $pass = dlpreopen
-
-	if test -z "$libdir"; then
-	  # Link the convenience library
-	  if test lib = "$linkmode"; then
-	    deplibs="$dir/$old_library $deplibs"
-	  elif test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$dir/$old_library $compile_deplibs"
-	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
-	  else
-	    deplibs="$lib $deplibs" # used for prog,scan pass
-	  fi
-	  continue
-	fi
-
-
-	if test prog = "$linkmode" && test link != "$pass"; then
-	  func_append newlib_search_path " $ladir"
-	  deplibs="$lib $deplibs"
-
-	  linkalldeplibs=false
-	  if test no != "$link_all_deplibs" || test -z "$library_names" ||
-	     test no = "$build_libtool_libs"; then
-	    linkalldeplibs=:
-	  fi
-
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    case $deplib in
-	    -L*) func_stripname '-L' '' "$deplib"
-	         func_resolve_sysroot "$func_stripname_result"
-	         func_append newlib_search_path " $func_resolve_sysroot_result"
-		 ;;
-	    esac
-	    # Need to link against all dependency_libs?
-	    if $linkalldeplibs; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      # Need to hardcode shared library paths
-	      # or/and link against static libraries
-	      newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done # for deplib
-	  continue
-	fi # $linkmode = prog...
-
-	if test prog,link = "$linkmode,$pass"; then
-	  if test -n "$library_names" &&
-	     { { test no = "$prefer_static_libs" ||
-	         test built,yes = "$prefer_static_libs,$installed"; } ||
-	       test -z "$old_library"; }; then
-	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
-	      # Make sure the rpath contains only unique directories.
-	      case $temp_rpath: in
-	      *"$absdir:"*) ;;
-	      *) func_append temp_rpath "$absdir:" ;;
-	      esac
-	    fi
-
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi # $linkmode,$pass = prog,link...
-
-	  if $alldeplibs &&
-	     { test pass_all = "$deplibs_check_method" ||
-	       { test yes = "$build_libtool_libs" &&
-		 test -n "$library_names"; }; }; then
-	    # We only need to search for static libraries
-	    continue
-	  fi
-	fi
-
-	link_static=no # Whether the deplib will be linked statically
-	use_static_libs=$prefer_static_libs
-	if test built = "$use_static_libs" && test yes = "$installed"; then
-	  use_static_libs=no
-	fi
-	if test -n "$library_names" &&
-	   { test no = "$use_static_libs" || test -z "$old_library"; }; then
-	  case $host in
-	  *cygwin* | *mingw* | *cegcc* | *os2*)
-	      # No point in relinking DLLs because paths are not encoded
-	      func_append notinst_deplibs " $lib"
-	      need_relink=no
-	    ;;
-	  *)
-	    if test no = "$installed"; then
-	      func_append notinst_deplibs " $lib"
-	      need_relink=yes
-	    fi
-	    ;;
-	  esac
-	  # This is a shared library
-
-	  # Warn about portability, can't link against -module's on some
-	  # systems (darwin).  Don't bleat about dlopened modules though!
-	  dlopenmodule=
-	  for dlpremoduletest in $dlprefiles; do
-	    if test "X$dlpremoduletest" = "X$lib"; then
-	      dlopenmodule=$dlpremoduletest
-	      break
-	    fi
-	  done
-	  if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
-	    echo
-	    if test prog = "$linkmode"; then
-	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
-	    else
-	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
-	    fi
-	    $ECHO "*** $linklib is not portable!"
-	  fi
-	  if test lib = "$linkmode" &&
-	     test yes = "$hardcode_into_libs"; then
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi
-
-	  if test -n "$old_archive_from_expsyms_cmds"; then
-	    # figure out the soname
-	    set dummy $library_names
-	    shift
-	    realname=$1
-	    shift
-	    libname=`eval "\\$ECHO \"$libname_spec\""`
-	    # use dlname if we got it. it's perfectly good, no?
-	    if test -n "$dlname"; then
-	      soname=$dlname
-	    elif test -n "$soname_spec"; then
-	      # bleh windows
-	      case $host in
-	      *cygwin* | mingw* | *cegcc* | *os2*)
-	        func_arith $current - $age
-		major=$func_arith_result
-		versuffix=-$major
-		;;
-	      esac
-	      eval soname=\"$soname_spec\"
-	    else
-	      soname=$realname
-	    fi
-
-	    # Make a new name for the extract_expsyms_cmds to use
-	    soroot=$soname
-	    func_basename "$soroot"
-	    soname=$func_basename_result
-	    func_stripname 'lib' '.dll' "$soname"
-	    newlib=libimp-$func_stripname_result.a
-
-	    # If the library has no export list, then create one now
-	    if test -f "$output_objdir/$soname-def"; then :
-	    else
-	      func_verbose "extracting exported symbol list from '$soname'"
-	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
-	    fi
-
-	    # Create $newlib
-	    if test -f "$output_objdir/$newlib"; then :; else
-	      func_verbose "generating import library for '$soname'"
-	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
-	    fi
-	    # make sure the library variables are pointing to the new library
-	    dir=$output_objdir
-	    linklib=$newlib
-	  fi # test -n "$old_archive_from_expsyms_cmds"
-
-	  if test prog = "$linkmode" || test relink != "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    lib_linked=yes
-	    case $hardcode_action in
-	    immediate | unsupported)
-	      if test no = "$hardcode_direct"; then
-		add=$dir/$linklib
-		case $host in
-		  *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
-		  *-*-sysv4*uw2*) add_dir=-L$dir ;;
-		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
-		    *-*-unixware7*) add_dir=-L$dir ;;
-		  *-*-darwin* )
-		    # if the lib is a (non-dlopened) module then we cannot
-		    # link against it, someone is ignoring the earlier warnings
-		    if /usr/bin/file -L $add 2> /dev/null |
-			 $GREP ": [^:]* bundle" >/dev/null; then
-		      if test "X$dlopenmodule" != "X$lib"; then
-			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
-			if test -z "$old_library"; then
-			  echo
-			  echo "*** And there doesn't seem to be a static archive available"
-			  echo "*** The link will probably fail, sorry"
-			else
-			  add=$dir/$old_library
-			fi
-		      elif test -n "$old_library"; then
-			add=$dir/$old_library
-		      fi
-		    fi
-		esac
-	      elif test no = "$hardcode_minus_L"; then
-		case $host in
-		*-*-sunos*) add_shlibpath=$dir ;;
-		esac
-		add_dir=-L$dir
-		add=-l$name
-	      elif test no = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    relink)
-	      if test yes = "$hardcode_direct" &&
-	         test no = "$hardcode_direct_absolute"; then
-		add=$dir/$linklib
-	      elif test yes = "$hardcode_minus_L"; then
-		add_dir=-L$absdir
-		# Try looking first in the location we're being installed to.
-		if test -n "$inst_prefix_dir"; then
-		  case $libdir in
-		    [\\/]*)
-		      func_append add_dir " -L$inst_prefix_dir$libdir"
-		      ;;
-		  esac
-		fi
-		add=-l$name
-	      elif test yes = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    *) lib_linked=no ;;
-	    esac
-
-	    if test yes != "$lib_linked"; then
-	      func_fatal_configuration "unsupported hardcode properties"
-	    fi
-
-	    if test -n "$add_shlibpath"; then
-	      case :$compile_shlibpath: in
-	      *":$add_shlibpath:"*) ;;
-	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
-	      esac
-	    fi
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
-	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	      if test yes != "$hardcode_direct" &&
-		 test yes != "$hardcode_minus_L" &&
-		 test yes = "$hardcode_shlibpath_var"; then
-		case :$finalize_shlibpath: in
-		*":$libdir:"*) ;;
-		*) func_append finalize_shlibpath "$libdir:" ;;
-		esac
-	      fi
-	    fi
-	  fi
-
-	  if test prog = "$linkmode" || test relink = "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    # Finalize command for both is simple: just hardcode it.
-	    if test yes = "$hardcode_direct" &&
-	       test no = "$hardcode_direct_absolute"; then
-	      add=$libdir/$linklib
-	    elif test yes = "$hardcode_minus_L"; then
-	      add_dir=-L$libdir
-	      add=-l$name
-	    elif test yes = "$hardcode_shlibpath_var"; then
-	      case :$finalize_shlibpath: in
-	      *":$libdir:"*) ;;
-	      *) func_append finalize_shlibpath "$libdir:" ;;
-	      esac
-	      add=-l$name
-	    elif test yes = "$hardcode_automatic"; then
-	      if test -n "$inst_prefix_dir" &&
-		 test -f "$inst_prefix_dir$libdir/$linklib"; then
-		add=$inst_prefix_dir$libdir/$linklib
-	      else
-		add=$libdir/$linklib
-	      fi
-	    else
-	      # We cannot seem to hardcode it, guess we'll fake it.
-	      add_dir=-L$libdir
-	      # Try looking first in the location we're being installed to.
-	      if test -n "$inst_prefix_dir"; then
-		case $libdir in
-		  [\\/]*)
-		    func_append add_dir " -L$inst_prefix_dir$libdir"
-		    ;;
-		esac
-	      fi
-	      add=-l$name
-	    fi
-
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
-	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	    fi
-	  fi
-	elif test prog = "$linkmode"; then
-	  # Here we assume that one of hardcode_direct or hardcode_minus_L
-	  # is not unsupported.  This is valid on all known static and
-	  # shared platforms.
-	  if test unsupported != "$hardcode_direct"; then
-	    test -n "$old_library" && linklib=$old_library
-	    compile_deplibs="$dir/$linklib $compile_deplibs"
-	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
-	  else
-	    compile_deplibs="-l$name -L$dir $compile_deplibs"
-	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
-	  fi
-	elif test yes = "$build_libtool_libs"; then
-	  # Not a shared library
-	  if test pass_all != "$deplibs_check_method"; then
-	    # We're trying link a shared library against a static one
-	    # but the system doesn't support it.
-
-	    # Just print a warning and add the library to dependency_libs so
-	    # that the program can be linked against the static library.
-	    echo
-	    $ECHO "*** Warning: This system cannot link to static lib archive $lib."
-	    echo "*** I have the capability to make that library automatically link in when"
-	    echo "*** you link to this library.  But I can only do this if you have a"
-	    echo "*** shared version of the library, which you do not appear to have."
-	    if test yes = "$module"; then
-	      echo "*** But as you try to build a module library, libtool will still create "
-	      echo "*** a static module, that should work as long as the dlopening application"
-	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
-	      if test -z "$global_symbol_pipe"; then
-		echo
-		echo "*** However, this would only work if libtool was able to extract symbol"
-		echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-		echo "*** not find such a program.  So, this module is probably useless."
-		echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	      fi
-	      if test no = "$build_old_libs"; then
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  else
-	    deplibs="$dir/$old_library $deplibs"
-	    link_static=yes
-	  fi
-	fi # link shared/static library?
-
-	if test lib = "$linkmode"; then
-	  if test -n "$dependency_libs" &&
-	     { test yes != "$hardcode_into_libs" ||
-	       test yes = "$build_old_libs" ||
-	       test yes = "$link_static"; }; then
-	    # Extract -R from dependency_libs
-	    temp_deplibs=
-	    for libdir in $dependency_libs; do
-	      case $libdir in
-	      -R*) func_stripname '-R' '' "$libdir"
-	           temp_xrpath=$func_stripname_result
-		   case " $xrpath " in
-		   *" $temp_xrpath "*) ;;
-		   *) func_append xrpath " $temp_xrpath";;
-		   esac;;
-	      *) func_append temp_deplibs " $libdir";;
-	      esac
-	    done
-	    dependency_libs=$temp_deplibs
-	  fi
-
-	  func_append newlib_search_path " $absdir"
-	  # Link against this library
-	  test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
-	  # ... and its dependency_libs
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    newdependency_libs="$deplib $newdependency_libs"
-	    case $deplib in
-              -L*) func_stripname '-L' '' "$deplib"
-                   func_resolve_sysroot "$func_stripname_result";;
-              *) func_resolve_sysroot "$deplib" ;;
-            esac
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $func_resolve_sysroot_result "*)
-                func_append specialdeplibs " $func_resolve_sysroot_result" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $func_resolve_sysroot_result"
-	  done
-
-	  if test no != "$link_all_deplibs"; then
-	    # Add the search paths of all dependency libraries
-	    for deplib in $dependency_libs; do
-	      path=
-	      case $deplib in
-	      -L*) path=$deplib ;;
-	      *.la)
-	        func_resolve_sysroot "$deplib"
-	        deplib=$func_resolve_sysroot_result
-	        func_dirname "$deplib" "" "."
-		dir=$func_dirname_result
-		# We need an absolute path.
-		case $dir in
-		[\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
-		*)
-		  absdir=`cd "$dir" && pwd`
-		  if test -z "$absdir"; then
-		    func_warning "cannot determine absolute directory name of '$dir'"
-		    absdir=$dir
-		  fi
-		  ;;
-		esac
-		if $GREP "^installed=no" $deplib > /dev/null; then
-		case $host in
-		*-*-darwin*)
-		  depdepl=
-		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  if test -n "$deplibrary_names"; then
-		    for tmp in $deplibrary_names; do
-		      depdepl=$tmp
-		    done
-		    if test -f "$absdir/$objdir/$depdepl"; then
-		      depdepl=$absdir/$objdir/$depdepl
-		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
-                      if test -z "$darwin_install_name"; then
-                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
-                      fi
-		      func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
-		      func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
-		      path=
-		    fi
-		  fi
-		  ;;
-		*)
-		  path=-L$absdir/$objdir
-		  ;;
-		esac
-		else
-		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
-		  test -z "$libdir" && \
-		    func_fatal_error "'$deplib' is not a valid libtool archive"
-		  test "$absdir" != "$libdir" && \
-		    func_warning "'$deplib' seems to be moved"
-
-		  path=-L$absdir
-		fi
-		;;
-	      esac
-	      case " $deplibs " in
-	      *" $path "*) ;;
-	      *) deplibs="$path $deplibs" ;;
-	      esac
-	    done
-	  fi # link_all_deplibs != no
-	fi # linkmode = lib
-      done # for deplib in $libs
-      if test link = "$pass"; then
-	if test prog = "$linkmode"; then
-	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
-	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
-	else
-	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	fi
-      fi
-      dependency_libs=$newdependency_libs
-      if test dlpreopen = "$pass"; then
-	# Link the dlpreopened libraries before other libraries
-	for deplib in $save_deplibs; do
-	  deplibs="$deplib $deplibs"
-	done
-      fi
-      if test dlopen != "$pass"; then
-	test conv = "$pass" || {
-	  # Make sure lib_search_path contains only unique directories.
-	  lib_search_path=
-	  for dir in $newlib_search_path; do
-	    case "$lib_search_path " in
-	    *" $dir "*) ;;
-	    *) func_append lib_search_path " $dir" ;;
-	    esac
-	  done
-	  newlib_search_path=
-	}
-
-	if test prog,link = "$linkmode,$pass"; then
-	  vars="compile_deplibs finalize_deplibs"
-	else
-	  vars=deplibs
-	fi
-	for var in $vars dependency_libs; do
-	  # Add libraries to $var in reverse order
-	  eval tmp_libs=\"\$$var\"
-	  new_libs=
-	  for deplib in $tmp_libs; do
-	    # FIXME: Pedantically, this is the right thing to do, so
-	    #        that some nasty dependency loop isn't accidentally
-	    #        broken:
-	    #new_libs="$deplib $new_libs"
-	    # Pragmatically, this seems to cause very few problems in
-	    # practice:
-	    case $deplib in
-	    -L*) new_libs="$deplib $new_libs" ;;
-	    -R*) ;;
-	    *)
-	      # And here is the reason: when a library appears more
-	      # than once as an explicit dependence of a library, or
-	      # is implicitly linked in more than once by the
-	      # compiler, it is considered special, and multiple
-	      # occurrences thereof are not removed.  Compare this
-	      # with having the same library being listed as a
-	      # dependency of multiple other libraries: in this case,
-	      # we know (pedantically, we assume) the library does not
-	      # need to be listed more than once, so we keep only the
-	      # last copy.  This is not always right, but it is rare
-	      # enough that we require users that really mean to play
-	      # such unportable linking tricks to link the library
-	      # using -Wl,-lname, so that libtool does not consider it
-	      # for duplicate removal.
-	      case " $specialdeplibs " in
-	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
-	      *)
-		case " $new_libs " in
-		*" $deplib "*) ;;
-		*) new_libs="$deplib $new_libs" ;;
-		esac
-		;;
-	      esac
-	      ;;
-	    esac
-	  done
-	  tmp_libs=
-	  for deplib in $new_libs; do
-	    case $deplib in
-	    -L*)
-	      case " $tmp_libs " in
-	      *" $deplib "*) ;;
-	      *) func_append tmp_libs " $deplib" ;;
-	      esac
-	      ;;
-	    *) func_append tmp_libs " $deplib" ;;
-	    esac
-	  done
-	  eval $var=\"$tmp_libs\"
-	done # for var
-      fi
-      # Last step: remove runtime libs from dependency_libs
-      # (they stay in deplibs)
-      tmp_libs=
-      for i in $dependency_libs; do
-	case " $predeps $postdeps $compiler_lib_search_path " in
-	*" $i "*)
-	  i=
-	  ;;
-	esac
-	if test -n "$i"; then
-	  func_append tmp_libs " $i"
-	fi
-      done
-      dependency_libs=$tmp_libs
-    done # for pass
-    if test prog = "$linkmode"; then
-      dlfiles=$newdlfiles
-    fi
-    if test prog = "$linkmode" || test lib = "$linkmode"; then
-      dlprefiles=$newdlprefiles
-    fi
-
-    case $linkmode in
-    oldlib)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for archives"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for archives" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for archives"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for archives"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info/-version-number' is ignored for archives"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for archives"
-
-      test -n "$export_symbols$export_symbols_regex" && \
-	func_warning "'-export-symbols' is ignored for archives"
-
-      # Now set the variables for building old libraries.
-      build_libtool_libs=no
-      oldlibs=$output
-      func_append objs "$old_deplibs"
-      ;;
-
-    lib)
-      # Make sure we only generate libraries of the form 'libNAME.la'.
-      case $outputname in
-      lib*)
-	func_stripname 'lib' '.la' "$outputname"
-	name=$func_stripname_result
-	eval shared_ext=\"$shrext_cmds\"
-	eval libname=\"$libname_spec\"
-	;;
-      *)
-	test no = "$module" \
-	  && func_fatal_help "libtool library '$output' must begin with 'lib'"
-
-	if test no != "$need_lib_prefix"; then
-	  # Add the "lib" prefix for modules if required
-	  func_stripname '' '.la' "$outputname"
-	  name=$func_stripname_result
-	  eval shared_ext=\"$shrext_cmds\"
-	  eval libname=\"$libname_spec\"
-	else
-	  func_stripname '' '.la' "$outputname"
-	  libname=$func_stripname_result
-	fi
-	;;
-      esac
-
-      if test -n "$objs"; then
-	if test pass_all != "$deplibs_check_method"; then
-	  func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
-	else
-	  echo
-	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
-	  $ECHO "*** objects $objs is not portable!"
-	  func_append libobjs " $objs"
-	fi
-      fi
-
-      test no = "$dlself" \
-	|| func_warning "'-dlopen self' is ignored for libtool libraries"
-
-      set dummy $rpath
-      shift
-      test 1 -lt "$#" \
-	&& func_warning "ignoring multiple '-rpath's for a libtool library"
-
-      install_libdir=$1
-
-      oldlibs=
-      if test -z "$rpath"; then
-	if test yes = "$build_libtool_libs"; then
-	  # Building a libtool convenience library.
-	  # Some compilers have problems with a '.al' extension so
-	  # convenience libraries should have the same extension an
-	  # archive normally would.
-	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
-	  build_libtool_libs=convenience
-	  build_old_libs=yes
-	fi
-
-	test -n "$vinfo" && \
-	  func_warning "'-version-info/-version-number' is ignored for convenience libraries"
-
-	test -n "$release" && \
-	  func_warning "'-release' is ignored for convenience libraries"
-      else
-
-	# Parse the version information argument.
-	save_ifs=$IFS; IFS=:
-	set dummy $vinfo 0 0 0
-	shift
-	IFS=$save_ifs
-
-	test -n "$7" && \
-	  func_fatal_help "too many parameters to '-version-info'"
-
-	# convert absolute version numbers to libtool ages
-	# this retains compatibility with .la files and attempts
-	# to make the code below a bit more comprehensible
-
-	case $vinfo_number in
-	yes)
-	  number_major=$1
-	  number_minor=$2
-	  number_revision=$3
-	  #
-	  # There are really only two kinds -- those that
-	  # use the current revision as the major version
-	  # and those that subtract age and use age as
-	  # a minor version.  But, then there is irix
-	  # that has an extra 1 added just for fun
-	  #
-	  case $version_type in
-	  # correct linux to gnu/linux during the next big refactor
-	  darwin|freebsd-elf|linux|osf|windows|none)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_revision
-	    ;;
-	  freebsd-aout|qnx|sunos)
-	    current=$number_major
-	    revision=$number_minor
-	    age=0
-	    ;;
-	  irix|nonstopux)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_minor
-	    lt_irix_increment=no
-	    ;;
-	  esac
-	  ;;
-	no)
-	  current=$1
-	  revision=$2
-	  age=$3
-	  ;;
-	esac
-
-	# Check that each of the things are valid numbers.
-	case $current in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "CURRENT '$current' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $revision in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "REVISION '$revision' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $age in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "AGE '$age' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	if test "$age" -gt "$current"; then
-	  func_error "AGE '$age' is greater than the current interface number '$current'"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	fi
-
-	# Calculate the version variables.
-	major=
-	versuffix=
-	verstring=
-	case $version_type in
-	none) ;;
-
-	darwin)
-	  # Like Linux, but with the current version available in
-	  # verstring for coding it into the library header
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  # Darwin ld doesn't like 0 for these options...
-	  func_arith $current + 1
-	  minor_current=$func_arith_result
-	  xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-          # On Darwin other compilers
-          case $CC in
-              nagfor*)
-                  verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-                  ;;
-              *)
-                  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-                  ;;
-          esac
-	  ;;
-
-	freebsd-aout)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	freebsd-elf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	irix | nonstopux)
-	  if test no = "$lt_irix_increment"; then
-	    func_arith $current - $age
-	  else
-	    func_arith $current - $age + 1
-	  fi
-	  major=$func_arith_result
-
-	  case $version_type in
-	    nonstopux) verstring_prefix=nonstopux ;;
-	    *)         verstring_prefix=sgi ;;
-	  esac
-	  verstring=$verstring_prefix$major.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$revision
-	  while test 0 -ne "$loop"; do
-	    func_arith $revision - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring_prefix$major.$iface:$verstring
-	  done
-
-	  # Before this point, $major must not contain '.'.
-	  major=.$major
-	  versuffix=$major.$revision
-	  ;;
-
-	linux) # correct to gnu/linux during the next big refactor
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	osf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=.$current.$age.$revision
-	  verstring=$current.$age.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$age
-	  while test 0 -ne "$loop"; do
-	    func_arith $current - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring:$iface.0
-	  done
-
-	  # Make executables depend on our current version.
-	  func_append verstring ":$current.0"
-	  ;;
-
-	qnx)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sco)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sunos)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	windows)
-	  # Use '-' rather than '.', since we only want one
-	  # extension on DOS 8.3 file systems.
-	  func_arith $current - $age
-	  major=$func_arith_result
-	  versuffix=-$major
-	  ;;
-
-	*)
-	  func_fatal_configuration "unknown library version type '$version_type'"
-	  ;;
-	esac
-
-	# Clear the version info if we defaulted, and they specified a release.
-	if test -z "$vinfo" && test -n "$release"; then
-	  major=
-	  case $version_type in
-	  darwin)
-	    # we can't check for "0.0" in archive_cmds due to quoting
-	    # problems, so we reset it completely
-	    verstring=
-	    ;;
-	  *)
-	    verstring=0.0
-	    ;;
-	  esac
-	  if test no = "$need_version"; then
-	    versuffix=
-	  else
-	    versuffix=.0.0
-	  fi
-	fi
-
-	# Remove version info from name if versioning should be avoided
-	if test yes,no = "$avoid_version,$need_version"; then
-	  major=
-	  versuffix=
-	  verstring=
-	fi
-
-	# Check to see if the archive will have undefined symbols.
-	if test yes = "$allow_undefined"; then
-	  if test unsupported = "$allow_undefined_flag"; then
-	    if test yes = "$build_old_libs"; then
-	      func_warning "undefined symbols not allowed in $host shared libraries; building static only"
-	      build_libtool_libs=no
-	    else
-	      func_fatal_error "can't build $host shared library unless -no-undefined is specified"
-	    fi
-	  fi
-	else
-	  # Don't allow undefined symbols.
-	  allow_undefined_flag=$no_undefined_flag
-	fi
-
-      fi
-
-      func_generate_dlsyms "$libname" "$libname" :
-      func_append libobjs " $symfileobj"
-      test " " = "$libobjs" && libobjs=
-
-      if test relink != "$opt_mode"; then
-	# Remove our outputs, but don't remove object files since they
-	# may have been created when compiling PIC objects.
-	removelist=
-	tempremovelist=`$ECHO "$output_objdir/*"`
-	for p in $tempremovelist; do
-	  case $p in
-	    *.$objext | *.gcno)
-	       ;;
-	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
-	       if test -n "$precious_files_regex"; then
-		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
-		 then
-		   continue
-		 fi
-	       fi
-	       func_append removelist " $p"
-	       ;;
-	    *) ;;
-	  esac
-	done
-	test -n "$removelist" && \
-	  func_show_eval "${RM}r \$removelist"
-      fi
-
-      # Now set the variables for building old libraries.
-      if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
-	func_append oldlibs " $output_objdir/$libname.$libext"
-
-	# Transform .lo files to .o files.
-	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
-      fi
-
-      # Eliminate all temporary directories.
-      #for path in $notinst_path; do
-      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
-      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
-      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
-      #done
-
-      if test -n "$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	temp_xrpath=
-	for libdir in $xrpath; do
-	  func_replace_sysroot "$libdir"
-	  func_append temp_xrpath " -R$func_replace_sysroot_result"
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-	if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
-	  dependency_libs="$temp_xrpath $dependency_libs"
-	fi
-      fi
-
-      # Make sure dlfiles contains only unique files that won't be dlpreopened
-      old_dlfiles=$dlfiles
-      dlfiles=
-      for lib in $old_dlfiles; do
-	case " $dlprefiles $dlfiles " in
-	*" $lib "*) ;;
-	*) func_append dlfiles " $lib" ;;
-	esac
-      done
-
-      # Make sure dlprefiles contains only unique files
-      old_dlprefiles=$dlprefiles
-      dlprefiles=
-      for lib in $old_dlprefiles; do
-	case "$dlprefiles " in
-	*" $lib "*) ;;
-	*) func_append dlprefiles " $lib" ;;
-	esac
-      done
-
-      if test yes = "$build_libtool_libs"; then
-	if test -n "$rpath"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # these systems don't actually have a c library (as such)!
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C library is in the System framework
-	    func_append deplibs " System.ltframework"
-	    ;;
-	  *-*-netbsd*)
-	    # Don't link with libc until the a.out ld.so is fixed.
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
-	    # Do not include libc due to us having libc/libc_r.
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    ;;
-	  *)
-	    # Add libc to deplibs on all other systems if necessary.
-	    if test yes = "$build_libtool_need_lc"; then
-	      func_append deplibs " -lc"
-	    fi
-	    ;;
-	  esac
-	fi
-
-	# Transform deplibs into only deplibs that can be linked in shared.
-	name_save=$name
-	libname_save=$libname
-	release_save=$release
-	versuffix_save=$versuffix
-	major_save=$major
-	# I'm not sure if I'm treating the release correctly.  I think
-	# release should show up in the -l (ie -lgmp5) so we don't want to
-	# add it in twice.  Is that correct?
-	release=
-	versuffix=
-	major=
-	newdeplibs=
-	droppeddeps=no
-	case $deplibs_check_method in
-	pass_all)
-	  # Don't check for shared/static.  Everything works.
-	  # This might be a little naive.  We might want to check
-	  # whether the library exists or not.  But this is on
-	  # osf3 & osf4 and I'm not really sure... Just
-	  # implementing what was already the behavior.
-	  newdeplibs=$deplibs
-	  ;;
-	test_compile)
-	  # This code stresses the "libraries are programs" paradigm to its
-	  # limits. Maybe even breaks it.  We compile a program, linking it
-	  # against the deplibs as a proxy for the library.  Then we can check
-	  # whether they linked in statically or dynamically with ldd.
-	  $opt_dry_run || $RM conftest.c
-	  cat > conftest.c <<EOF
-	  int main() { return 0; }
-EOF
-	  $opt_dry_run || $RM conftest
-	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
-	    ldd_output=`ldd conftest`
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		  case " $predeps $postdeps " in
-		  *" $i "*)
-		    func_append newdeplibs " $i"
-		    i=
-		    ;;
-		  esac
-		fi
-		if test -n "$i"; then
-		  libname=`eval "\\$ECHO \"$libname_spec\""`
-		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		  set dummy $deplib_matches; shift
-		  deplib_match=$1
-		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		    func_append newdeplibs " $i"
-		  else
-		    droppeddeps=yes
-		    echo
-		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		    echo "*** I have the capability to make that library automatically link in when"
-		    echo "*** you link to this library.  But I can only do this if you have a"
-		    echo "*** shared version of the library, which I believe you do not have"
-		    echo "*** because a test_compile did reveal that the linker did not use it for"
-		    echo "*** its dynamic dependency list that programs get resolved with at runtime."
-		  fi
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  else
-	    # Error occurred in the first compile.  Let's try to salvage
-	    # the situation: Compile a separate program for each library.
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		$opt_dry_run || $RM conftest
-		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
-		  ldd_output=`ldd conftest`
-		  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		    case " $predeps $postdeps " in
-		    *" $i "*)
-		      func_append newdeplibs " $i"
-		      i=
-		      ;;
-		    esac
-		  fi
-		  if test -n "$i"; then
-		    libname=`eval "\\$ECHO \"$libname_spec\""`
-		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		    set dummy $deplib_matches; shift
-		    deplib_match=$1
-		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		      func_append newdeplibs " $i"
-		    else
-		      droppeddeps=yes
-		      echo
-		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		      echo "*** I have the capability to make that library automatically link in when"
-		      echo "*** you link to this library.  But I can only do this if you have a"
-		      echo "*** shared version of the library, which you do not appear to have"
-		      echo "*** because a test_compile did reveal that the linker did not use this one"
-		      echo "*** as a dynamic dependency that programs can get resolved with at runtime."
-		    fi
-		  fi
-		else
-		  droppeddeps=yes
-		  echo
-		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
-		  echo "*** make it link in!  You will probably need to install it or some"
-		  echo "*** library that it depends on before this library will be fully"
-		  echo "*** functional.  Installing it before continuing would be even better."
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  fi
-	  ;;
-	file_magic*)
-	  set dummy $deplibs_check_method; shift
-	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		if test -n "$file_magic_glob"; then
-		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
-		else
-		  libnameglob=$libname
-		fi
-		test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  if test yes = "$want_nocaseglob"; then
-		    shopt -s nocaseglob
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		    $nocaseglob
-		  else
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		  fi
-		  for potent_lib in $potential_libs; do
-		      # Follow soft links.
-		      if ls -lLd "$potent_lib" 2>/dev/null |
-			 $GREP " -> " >/dev/null; then
-			continue
-		      fi
-		      # The statement above tries to avoid entering an
-		      # endless loop below, in case of cyclic links.
-		      # We might still enter an endless loop, since a link
-		      # loop can be closed while we follow links,
-		      # but so what?
-		      potlib=$potent_lib
-		      while test -h "$potlib" 2>/dev/null; do
-			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
-			case $potliblink in
-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
-			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
-			esac
-		      done
-		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
-			 $SED -e 10q |
-			 $EGREP "$file_magic_regex" > /dev/null; then
-			func_append newdeplibs " $a_deplib"
-			a_deplib=
-			break 2
-		      fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a file magic. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	match_pattern*)
-	  set dummy $deplibs_check_method; shift
-	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
-		  for potent_lib in $potential_libs; do
-		    potlib=$potent_lib # see symlink-check above in file_magic test
-		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
-		       $EGREP "$match_pattern_regex" > /dev/null; then
-		      func_append newdeplibs " $a_deplib"
-		      a_deplib=
-		      break 2
-		    fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	none | unknown | *)
-	  newdeplibs=
-	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	    for i in $predeps $postdeps; do
-	      # can't use Xsed below, because $i might contain '/'
-	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
-	    done
-	  fi
-	  case $tmp_deplibs in
-	  *[!\	\ ]*)
-	    echo
-	    if test none = "$deplibs_check_method"; then
-	      echo "*** Warning: inter-library dependencies are not supported in this platform."
-	    else
-	      echo "*** Warning: inter-library dependencies are not known to be supported."
-	    fi
-	    echo "*** All declared inter-library dependencies are being dropped."
-	    droppeddeps=yes
-	    ;;
-	  esac
-	  ;;
-	esac
-	versuffix=$versuffix_save
-	major=$major_save
-	release=$release_save
-	libname=$libname_save
-	name=$name_save
-
-	case $host in
-	*-*-rhapsody* | *-*-darwin1.[012])
-	  # On Rhapsody replace the C library with the System framework
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
-	  ;;
-	esac
-
-	if test yes = "$droppeddeps"; then
-	  if test yes = "$module"; then
-	    echo
-	    echo "*** Warning: libtool could not satisfy all declared inter-library"
-	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
-	    echo "*** a static module, that should work as long as the dlopening"
-	    echo "*** application is linked with the -dlopen flag."
-	    if test -z "$global_symbol_pipe"; then
-	      echo
-	      echo "*** However, this would only work if libtool was able to extract symbol"
-	      echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-	      echo "*** not find such a program.  So, this module is probably useless."
-	      echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	    fi
-	    if test no = "$build_old_libs"; then
-	      oldlibs=$output_objdir/$libname.$libext
-	      build_libtool_libs=module
-	      build_old_libs=yes
-	    else
-	      build_libtool_libs=no
-	    fi
-	  else
-	    echo "*** The inter-library dependencies that have been dropped here will be"
-	    echo "*** automatically added whenever a program is linked with this library"
-	    echo "*** or is declared to -dlopen it."
-
-	    if test no = "$allow_undefined"; then
-	      echo
-	      echo "*** Since this library must not contain undefined symbols,"
-	      echo "*** because either the platform does not support them or"
-	      echo "*** it was explicitly requested with -no-undefined,"
-	      echo "*** libtool will only create a static version of it."
-	      if test no = "$build_old_libs"; then
-		oldlibs=$output_objdir/$libname.$libext
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  fi
-	fi
-	# Done checking deplibs!
-	deplibs=$newdeplibs
-      fi
-      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
-      case $host in
-	*-*-darwin*)
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  ;;
-      esac
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      deplibs=$new_libs
-
-      # All the library-specific variables (install_libdir is set above).
-      library_names=
-      old_library=
-      dlname=
-
-      # Test again, we may have decided not to build it any more
-      if test yes = "$build_libtool_libs"; then
-	# Remove $wl instances when linking with ld.
-	# FIXME: should test the right _cmds variable.
-	case $archive_cmds in
-	  *\$LD\ *) wl= ;;
-        esac
-	if test yes = "$hardcode_into_libs"; then
-	  # Hardcode the library paths
-	  hardcode_libdirs=
-	  dep_rpath=
-	  rpath=$finalize_rpath
-	  test relink = "$opt_mode" || rpath=$compile_rpath$rpath
-	  for libdir in $rpath; do
-	    if test -n "$hardcode_libdir_flag_spec"; then
-	      if test -n "$hardcode_libdir_separator"; then
-		func_replace_sysroot "$libdir"
-		libdir=$func_replace_sysroot_result
-		if test -z "$hardcode_libdirs"; then
-		  hardcode_libdirs=$libdir
-		else
-		  # Just accumulate the unique libdirs.
-		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		    ;;
-		  *)
-		    func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		    ;;
-		  esac
-		fi
-	      else
-		eval flag=\"$hardcode_libdir_flag_spec\"
-		func_append dep_rpath " $flag"
-	      fi
-	    elif test -n "$runpath_var"; then
-	      case "$perm_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append perm_rpath " $libdir" ;;
-	      esac
-	    fi
-	  done
-	  # Substitute the hardcoded libdirs into the rpath.
-	  if test -n "$hardcode_libdir_separator" &&
-	     test -n "$hardcode_libdirs"; then
-	    libdir=$hardcode_libdirs
-	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
-	  fi
-	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
-	    # We should set the runpath_var.
-	    rpath=
-	    for dir in $perm_rpath; do
-	      func_append rpath "$dir:"
-	    done
-	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
-	  fi
-	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
-	fi
-
-	shlibpath=$finalize_shlibpath
-	test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
-	if test -n "$shlibpath"; then
-	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
-	fi
-
-	# Get the real and link names of the library.
-	eval shared_ext=\"$shrext_cmds\"
-	eval library_names=\"$library_names_spec\"
-	set dummy $library_names
-	shift
-	realname=$1
-	shift
-
-	if test -n "$soname_spec"; then
-	  eval soname=\"$soname_spec\"
-	else
-	  soname=$realname
-	fi
-	if test -z "$dlname"; then
-	  dlname=$soname
-	fi
-
-	lib=$output_objdir/$realname
-	linknames=
-	for link
-	do
-	  func_append linknames " $link"
-	done
-
-	# Use standard objects if they are pic
-	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	test "X$libobjs" = "X " && libobjs=
-
-	delfiles=
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
-	  export_symbols=$output_objdir/$libname.uexp
-	  func_append delfiles " $export_symbols"
-	fi
-
-	orig_export_symbols=
-	case $host_os in
-	cygwin* | mingw* | cegcc*)
-	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
-	    # exporting using user supplied symfile
-	    func_dll_def_p "$export_symbols" || {
-	      # and it's NOT already a .def file. Must figure out
-	      # which of the given symbols are data symbols and tag
-	      # them as such. So, trigger use of export_symbols_cmds.
-	      # export_symbols gets reassigned inside the "prepare
-	      # the list of exported symbols" if statement, so the
-	      # include_expsyms logic still works.
-	      orig_export_symbols=$export_symbols
-	      export_symbols=
-	      always_export_symbols=yes
-	    }
-	  fi
-	  ;;
-	esac
-
-	# Prepare the list of exported symbols
-	if test -z "$export_symbols"; then
-	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
-	    func_verbose "generating symbol list for '$libname.la'"
-	    export_symbols=$output_objdir/$libname.exp
-	    $opt_dry_run || $RM $export_symbols
-	    cmds=$export_symbols_cmds
-	    save_ifs=$IFS; IFS='~'
-	    for cmd1 in $cmds; do
-	      IFS=$save_ifs
-	      # Take the normal branch if the nm_file_list_spec branch
-	      # doesn't work or if tool conversion is not needed.
-	      case $nm_file_list_spec~$to_tool_file_cmd in
-		*~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
-		  try_normal_branch=yes
-		  eval cmd=\"$cmd1\"
-		  func_len " $cmd"
-		  len=$func_len_result
-		  ;;
-		*)
-		  try_normal_branch=no
-		  ;;
-	      esac
-	      if test yes = "$try_normal_branch" \
-		 && { test "$len" -lt "$max_cmd_len" \
-		      || test "$max_cmd_len" -le -1; }
-	      then
-		func_show_eval "$cmd" 'exit $?'
-		skipped_export=false
-	      elif test -n "$nm_file_list_spec"; then
-		func_basename "$output"
-		output_la=$func_basename_result
-		save_libobjs=$libobjs
-		save_output=$output
-		output=$output_objdir/$output_la.nm
-		func_to_tool_file "$output"
-		libobjs=$nm_file_list_spec$func_to_tool_file_result
-		func_append delfiles " $output"
-		func_verbose "creating $NM input file list: $output"
-		for obj in $save_libobjs; do
-		  func_to_tool_file "$obj"
-		  $ECHO "$func_to_tool_file_result"
-		done > "$output"
-		eval cmd=\"$cmd1\"
-		func_show_eval "$cmd" 'exit $?'
-		output=$save_output
-		libobjs=$save_libobjs
-		skipped_export=false
-	      else
-		# The command line is too long to execute in one step.
-		func_verbose "using reloadable object file for export list..."
-		skipped_export=:
-		# Break out early, otherwise skipped_export may be
-		# set to false by a later but shorter cmd.
-		break
-	      fi
-	    done
-	    IFS=$save_ifs
-	    if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-	fi
-
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  tmp_export_symbols=$export_symbols
-	  test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	fi
-
-	if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
-	  # The given exports_symbols file has to be filtered, so filter it.
-	  func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	  # 's' commands, which not all seds can handle. GNU sed should be fine
-	  # though. Also, the filter scales superlinearly with the number of
-	  # global variables. join(1) would be nice here, but unfortunately
-	  # isn't a blessed tool.
-	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	  func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	  export_symbols=$output_objdir/$libname.def
-	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	fi
-
-	tmp_deplibs=
-	for test_deplib in $deplibs; do
-	  case " $convenience " in
-	  *" $test_deplib "*) ;;
-	  *)
-	    func_append tmp_deplibs " $test_deplib"
-	    ;;
-	  esac
-	done
-	deplibs=$tmp_deplibs
-
-	if test -n "$convenience"; then
-	  if test -n "$whole_archive_flag_spec" &&
-	    test yes = "$compiler_needs_object" &&
-	    test -z "$libobjs"; then
-	    # extract the archives, so we have objects to list.
-	    # TODO: could optimize this to just extract one archive.
-	    whole_archive_flag_spec=
-	  fi
-	  if test -n "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  else
-	    gentop=$output_objdir/${outputname}x
-	    func_append generated " $gentop"
-
-	    func_extract_archives $gentop $convenience
-	    func_append libobjs " $func_extract_archives_result"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	fi
-
-	if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
-	  eval flag=\"$thread_safe_flag_spec\"
-	  func_append linker_flags " $flag"
-	fi
-
-	# Make a backup of the uninstalled library when relinking
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
-	fi
-
-	# Do each of the archive commands.
-	if test yes = "$module" && test -n "$module_cmds"; then
-	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	    eval test_cmds=\"$module_expsym_cmds\"
-	    cmds=$module_expsym_cmds
-	  else
-	    eval test_cmds=\"$module_cmds\"
-	    cmds=$module_cmds
-	  fi
-	else
-	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	    eval test_cmds=\"$archive_expsym_cmds\"
-	    cmds=$archive_expsym_cmds
-	  else
-	    eval test_cmds=\"$archive_cmds\"
-	    cmds=$archive_cmds
-	  fi
-	fi
-
-	if test : != "$skipped_export" &&
-	   func_len " $test_cmds" &&
-	   len=$func_len_result &&
-	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  :
-	else
-	  # The command line is too long to link in one step, link piecewise
-	  # or, if using GNU ld and skipped_export is not :, use a linker
-	  # script.
-
-	  # Save the value of $output and $libobjs because we want to
-	  # use them later.  If we have whole_archive_flag_spec, we
-	  # want to use save_libobjs as it was before
-	  # whole_archive_flag_spec was expanded, because we can't
-	  # assume the linker understands whole_archive_flag_spec.
-	  # This may have to be revisited, in case too many
-	  # convenience libraries get linked in and end up exceeding
-	  # the spec.
-	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	  fi
-	  save_output=$output
-	  func_basename "$output"
-	  output_la=$func_basename_result
-
-	  # Clear the reloadable object creation command queue and
-	  # initialize k to one.
-	  test_cmds=
-	  concat_cmds=
-	  objlist=
-	  last_robj=
-	  k=1
-
-	  if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
-	    output=$output_objdir/$output_la.lnkscript
-	    func_verbose "creating GNU ld script: $output"
-	    echo 'INPUT (' > $output
-	    for obj in $save_libobjs
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    echo ')' >> $output
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$func_to_tool_file_result
-	  elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
-	    output=$output_objdir/$output_la.lnk
-	    func_verbose "creating linker input file list: $output"
-	    : > $output
-	    set x $save_libobjs
-	    shift
-	    firstobj=
-	    if test yes = "$compiler_needs_object"; then
-	      firstobj="$1 "
-	      shift
-	    fi
-	    for obj
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
-	  else
-	    if test -n "$save_libobjs"; then
-	      func_verbose "creating reloadable object files..."
-	      output=$output_objdir/$output_la-$k.$objext
-	      eval test_cmds=\"$reload_cmds\"
-	      func_len " $test_cmds"
-	      len0=$func_len_result
-	      len=$len0
-
-	      # Loop over the list of objects to be linked.
-	      for obj in $save_libobjs
-	      do
-		func_len " $obj"
-		func_arith $len + $func_len_result
-		len=$func_arith_result
-		if test -z "$objlist" ||
-		   test "$len" -lt "$max_cmd_len"; then
-		  func_append objlist " $obj"
-		else
-		  # The command $test_cmds is almost too long, add a
-		  # command to the queue.
-		  if test 1 -eq "$k"; then
-		    # The first file doesn't have a previous command to add.
-		    reload_objs=$objlist
-		    eval concat_cmds=\"$reload_cmds\"
-		  else
-		    # All subsequent reloadable object files will link in
-		    # the last one created.
-		    reload_objs="$objlist $last_robj"
-		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
-		  fi
-		  last_robj=$output_objdir/$output_la-$k.$objext
-		  func_arith $k + 1
-		  k=$func_arith_result
-		  output=$output_objdir/$output_la-$k.$objext
-		  objlist=" $obj"
-		  func_len " $last_robj"
-		  func_arith $len0 + $func_len_result
-		  len=$func_arith_result
-		fi
-	      done
-	      # Handle the remaining objects by creating one last
-	      # reloadable object file.  All subsequent reloadable object
-	      # files will link in the last one created.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      reload_objs="$objlist $last_robj"
-	      eval concat_cmds=\"\$concat_cmds$reload_cmds\"
-	      if test -n "$last_robj"; then
-	        eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	      func_append delfiles " $output"
-
-	    else
-	      output=
-	    fi
-
-	    ${skipped_export-false} && {
-	      func_verbose "generating symbol list for '$libname.la'"
-	      export_symbols=$output_objdir/$libname.exp
-	      $opt_dry_run || $RM $export_symbols
-	      libobjs=$output
-	      # Append the command to create the export file.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
-	      if test -n "$last_robj"; then
-		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	    }
-
-	    test -n "$save_libobjs" &&
-	      func_verbose "creating a temporary reloadable object file: $output"
-
-	    # Loop through the commands generated above and execute them.
-	    save_ifs=$IFS; IFS='~'
-	    for cmd in $concat_cmds; do
-	      IFS=$save_ifs
-	      $opt_quiet || {
-		  func_quote_for_expand "$cmd"
-		  eval "func_echo $func_quote_for_expand_result"
-	      }
-	      $opt_dry_run || eval "$cmd" || {
-		lt_exit=$?
-
-		# Restore the uninstalled library and exit
-		if test relink = "$opt_mode"; then
-		  ( cd "$output_objdir" && \
-		    $RM "${realname}T" && \
-		    $MV "${realname}U" "$realname" )
-		fi
-
-		exit $lt_exit
-	      }
-	    done
-	    IFS=$save_ifs
-
-	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-
-          ${skipped_export-false} && {
-	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	      tmp_export_symbols=$export_symbols
-	      test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	    fi
-
-	    if test -n "$orig_export_symbols"; then
-	      # The given exports_symbols file has to be filtered, so filter it.
-	      func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	      # 's' commands, which not all seds can handle. GNU sed should be fine
-	      # though. Also, the filter scales superlinearly with the number of
-	      # global variables. join(1) would be nice here, but unfortunately
-	      # isn't a blessed tool.
-	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	      func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	      export_symbols=$output_objdir/$libname.def
-	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	    fi
-	  }
-
-	  libobjs=$output
-	  # Restore the value of output.
-	  output=$save_output
-
-	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	  # Expand the library linking commands again to reset the
-	  # value of $libobjs for piecewise linking.
-
-	  # Do each of the archive commands.
-	  if test yes = "$module" && test -n "$module_cmds"; then
-	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	      cmds=$module_expsym_cmds
-	    else
-	      cmds=$module_cmds
-	    fi
-	  else
-	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	      cmds=$archive_expsym_cmds
-	    else
-	      cmds=$archive_cmds
-	    fi
-	  fi
-	fi
-
-	if test -n "$delfiles"; then
-	  # Append the command to remove temporary files to $cmds.
-	  eval cmds=\"\$cmds~\$RM $delfiles\"
-	fi
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append libobjs " $func_extract_archives_result"
-	  test "X$libobjs" = "X " && libobjs=
-	fi
-
-	save_ifs=$IFS; IFS='~'
-	for cmd in $cmds; do
-	  IFS=$sp$nl
-	  eval cmd=\"$cmd\"
-	  IFS=$save_ifs
-	  $opt_quiet || {
-	    func_quote_for_expand "$cmd"
-	    eval "func_echo $func_quote_for_expand_result"
-	  }
-	  $opt_dry_run || eval "$cmd" || {
-	    lt_exit=$?
-
-	    # Restore the uninstalled library and exit
-	    if test relink = "$opt_mode"; then
-	      ( cd "$output_objdir" && \
-	        $RM "${realname}T" && \
-		$MV "${realname}U" "$realname" )
-	    fi
-
-	    exit $lt_exit
-	  }
-	done
-	IFS=$save_ifs
-
-	# Restore the uninstalled library and exit
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
-
-	  if test -n "$convenience"; then
-	    if test -z "$whole_archive_flag_spec"; then
-	      func_show_eval '${RM}r "$gentop"'
-	    fi
-	  fi
-
-	  exit $EXIT_SUCCESS
-	fi
-
-	# Create links to the real library.
-	for linkname in $linknames; do
-	  if test "$realname" != "$linkname"; then
-	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
-	  fi
-	done
-
-	# If -module or -export-dynamic was specified, set the dlname.
-	if test yes = "$module" || test yes = "$export_dynamic"; then
-	  # On all known operating systems, these are identical.
-	  dlname=$soname
-	fi
-      fi
-      ;;
-
-    obj)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for objects"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for objects" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for objects"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for objects"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for objects"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for objects"
-
-      case $output in
-      *.lo)
-	test -n "$objs$old_deplibs" && \
-	  func_fatal_error "cannot build library object '$output' from non-libtool objects"
-
-	libobj=$output
-	func_lo2o "$libobj"
-	obj=$func_lo2o_result
-	;;
-      *)
-	libobj=
-	obj=$output
-	;;
-      esac
-
-      # Delete the old objects.
-      $opt_dry_run || $RM $obj $libobj
-
-      # Objects from convenience libraries.  This assumes
-      # single-version convenience libraries.  Whenever we create
-      # different ones for PIC/non-PIC, this we'll have to duplicate
-      # the extraction.
-      reload_conv_objs=
-      gentop=
-      # if reload_cmds runs $LD directly, get rid of -Wl from
-      # whole_archive_flag_spec and hope we can get by with turning comma
-      # into space.
-      case $reload_cmds in
-        *\$LD[\ \$]*) wl= ;;
-      esac
-      if test -n "$convenience"; then
-	if test -n "$whole_archive_flag_spec"; then
-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
-	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
-	else
-	  gentop=$output_objdir/${obj}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $convenience
-	  reload_conv_objs="$reload_objs $func_extract_archives_result"
-	fi
-      fi
-
-      # If we're not building shared, we need to use non_pic_objs
-      test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
-
-      # Create the old-style object.
-      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
-
-      output=$obj
-      func_execute_cmds "$reload_cmds" 'exit $?'
-
-      # Exit if we aren't doing a library object file.
-      if test -z "$libobj"; then
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      test yes = "$build_libtool_libs" || {
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	# Create an invalid libtool object if no PIC, so that we don't
-	# accidentally link it into a program.
-	# $show "echo timestamp > $libobj"
-	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
-	exit $EXIT_SUCCESS
-      }
-
-      if test -n "$pic_flag" || test default != "$pic_mode"; then
-	# Only do commands if we really have different PIC objects.
-	reload_objs="$libobjs $reload_conv_objs"
-	output=$libobj
-	func_execute_cmds "$reload_cmds" 'exit $?'
-      fi
-
-      if test -n "$gentop"; then
-	func_show_eval '${RM}r "$gentop"'
-      fi
-
-      exit $EXIT_SUCCESS
-      ;;
-
-    prog)
-      case $host in
-	*cygwin*) func_stripname '' '.exe' "$output"
-	          output=$func_stripname_result.exe;;
-      esac
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for programs"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for programs"
-
-      $preload \
-	&& test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
-	&& func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
-
-      case $host in
-      *-*-rhapsody* | *-*-darwin1.[012])
-	# On Rhapsody replace the C library is the System framework
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	;;
-      esac
-
-      case $host in
-      *-*-darwin*)
-	# Don't allow lazy linking, it breaks C++ global constructors
-	# But is supposedly fixed on 10.4 or later (yay!).
-	if test CXX = "$tagname"; then
-	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
-	    10.[0123])
-	      func_append compile_command " $wl-bind_at_load"
-	      func_append finalize_command " $wl-bind_at_load"
-	    ;;
-	  esac
-	fi
-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	;;
-      esac
-
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $compile_deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $compile_deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      compile_deplibs=$new_libs
-
-
-      func_append compile_command " $compile_deplibs"
-      func_append finalize_command " $finalize_deplibs"
-
-      if test -n "$rpath$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	for libdir in $rpath $xrpath; do
-	  # This is the magic to use -rpath.
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-      fi
-
-      # Now hardcode the library paths
-      rpath=
-      hardcode_libdirs=
-      for libdir in $compile_rpath $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append perm_rpath " $libdir" ;;
-	  esac
-	fi
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$libdir:"*) ;;
-	  ::) dllsearchpath=$libdir;;
-	  *) func_append dllsearchpath ":$libdir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      compile_rpath=$rpath
-
-      rpath=
-      hardcode_libdirs=
-      for libdir in $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$finalize_perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_perm_rpath " $libdir" ;;
-	  esac
-	fi
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      finalize_rpath=$rpath
-
-      if test -n "$libobjs" && test yes = "$build_old_libs"; then
-	# Transform all the library objects into standard objects.
-	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-      fi
-
-      func_generate_dlsyms "$outputname" "@PROGRAM@" false
-
-      # template prelinking step
-      if test -n "$prelink_cmds"; then
-	func_execute_cmds "$prelink_cmds" 'exit $?'
-      fi
-
-      wrappers_required=:
-      case $host in
-      *cegcc* | *mingw32ce*)
-        # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
-        wrappers_required=false
-        ;;
-      *cygwin* | *mingw* )
-        test yes = "$build_libtool_libs" || wrappers_required=false
-        ;;
-      *)
-        if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
-          wrappers_required=false
-        fi
-        ;;
-      esac
-      $wrappers_required || {
-	# Replace the output file specification.
-	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	link_command=$compile_command$compile_rpath
-
-	# We have no uninstalled library dependencies, so finalize right now.
-	exit_status=0
-	func_show_eval "$link_command" 'exit_status=$?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	# Delete the generated files.
-	if test -f "$output_objdir/${outputname}S.$objext"; then
-	  func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
-	fi
-
-	exit $exit_status
-      }
-
-      if test -n "$compile_shlibpath$finalize_shlibpath"; then
-	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
-      fi
-      if test -n "$finalize_shlibpath"; then
-	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
-      fi
-
-      compile_var=
-      finalize_var=
-      if test -n "$runpath_var"; then
-	if test -n "$perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-	if test -n "$finalize_perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $finalize_perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-      fi
-
-      if test yes = "$no_install"; then
-	# We don't need to create a wrapper script.
-	link_command=$compile_var$compile_command$compile_rpath
-	# Replace the output file specification.
-	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	# Delete the old output file.
-	$opt_dry_run || $RM $output
-	# Link the executable and exit
-	func_show_eval "$link_command" 'exit $?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      case $hardcode_action,$fast_install in
-        relink,*)
-	  # Fast installation is not supported
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-
-	  func_warning "this platform does not like uninstalled shared libraries"
-	  func_warning "'$output' will be relinked during installation"
-	  ;;
-        *,yes)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
-          ;;
-	*,no)
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-          ;;
-	*,needless)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=
-          ;;
-      esac
-
-      # Replace the output file specification.
-      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
-
-      # Delete the old output files.
-      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
-
-      func_show_eval "$link_command" 'exit $?'
-
-      if test -n "$postlink_cmds"; then
-	func_to_tool_file "$output_objdir/$outputname"
-	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	func_execute_cmds "$postlink_cmds" 'exit $?'
-      fi
-
-      # Now create the wrapper script.
-      func_verbose "creating $output"
-
-      # Quote the relink command for shipping.
-      if test -n "$relink_command"; then
-	# Preserve any variables that may affect compiler behavior
-	for var in $variables_saved_for_relink; do
-	  if eval test -z \"\${$var+set}\"; then
-	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	  elif eval var_value=\$$var; test -z "$var_value"; then
-	    relink_command="$var=; export $var; $relink_command"
-	  else
-	    func_quote_for_eval "$var_value"
-	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	  fi
-	done
-	relink_command="(cd `pwd`; $relink_command)"
-	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      fi
-
-      # Only actually do things if not in dry run mode.
-      $opt_dry_run || {
-	# win32 will think the script is a binary if it has
-	# a .exe suffix, so we strip it off here.
-	case $output in
-	  *.exe) func_stripname '' '.exe' "$output"
-	         output=$func_stripname_result ;;
-	esac
-	# test for cygwin because mv fails w/o .exe extensions
-	case $host in
-	  *cygwin*)
-	    exeext=.exe
-	    func_stripname '' '.exe' "$outputname"
-	    outputname=$func_stripname_result ;;
-	  *) exeext= ;;
-	esac
-	case $host in
-	  *cygwin* | *mingw* )
-	    func_dirname_and_basename "$output" "" "."
-	    output_name=$func_basename_result
-	    output_path=$func_dirname_result
-	    cwrappersource=$output_path/$objdir/lt-$output_name.c
-	    cwrapper=$output_path/$output_name.exe
-	    $RM $cwrappersource $cwrapper
-	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_cwrapperexe_src > $cwrappersource
-
-	    # The wrapper executable is built using the $host compiler,
-	    # because it contains $host paths and files. If cross-
-	    # compiling, it, like the target executable, must be
-	    # executed on the $host or under an emulation environment.
-	    $opt_dry_run || {
-	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
-	      $STRIP $cwrapper
-	    }
-
-	    # Now, create the wrapper script for func_source use:
-	    func_ltwrapper_scriptname $cwrapper
-	    $RM $func_ltwrapper_scriptname_result
-	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
-	    $opt_dry_run || {
-	      # note: this script will not be executed, so do not chmod.
-	      if test "x$build" = "x$host"; then
-		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
-	      else
-		func_emit_wrapper no > $func_ltwrapper_scriptname_result
-	      fi
-	    }
-	  ;;
-	  * )
-	    $RM $output
-	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_wrapper no > $output
-	    chmod +x $output
-	  ;;
-	esac
-      }
-      exit $EXIT_SUCCESS
-      ;;
-    esac
-
-    # See if we need to build an old-fashioned archive.
-    for oldlib in $oldlibs; do
-
-      case $build_libtool_libs in
-        convenience)
-	  oldobjs="$libobjs_save $symfileobj"
-	  addlibs=$convenience
-	  build_libtool_libs=no
-	  ;;
-	module)
-	  oldobjs=$libobjs_save
-	  addlibs=$old_convenience
-	  build_libtool_libs=no
-          ;;
-	*)
-	  oldobjs="$old_deplibs $non_pic_objects"
-	  $preload && test -f "$symfileobj" \
-	    && func_append oldobjs " $symfileobj"
-	  addlibs=$old_convenience
-	  ;;
-      esac
-
-      if test -n "$addlibs"; then
-	gentop=$output_objdir/${outputname}x
-	func_append generated " $gentop"
-
-	func_extract_archives $gentop $addlibs
-	func_append oldobjs " $func_extract_archives_result"
-      fi
-
-      # Do each command in the archive commands.
-      if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
-	cmds=$old_archive_from_new_cmds
-      else
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append oldobjs " $func_extract_archives_result"
-	fi
-
-	# POSIX demands no paths to be encoded in archives.  We have
-	# to avoid creating archives with duplicate basenames if we
-	# might have to extract them afterwards, e.g., when creating a
-	# static archive out of a convenience library, or when linking
-	# the entirety of a libtool archive into another (currently
-	# not supported by libtool).
-	if (for obj in $oldobjs
-	    do
-	      func_basename "$obj"
-	      $ECHO "$func_basename_result"
-	    done | sort | sort -uc >/dev/null 2>&1); then
-	  :
-	else
-	  echo "copying selected object files to avoid basename conflicts..."
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-	  func_mkdir_p "$gentop"
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  counter=1
-	  for obj in $save_oldobjs
-	  do
-	    func_basename "$obj"
-	    objbase=$func_basename_result
-	    case " $oldobjs " in
-	    " ") oldobjs=$obj ;;
-	    *[\ /]"$objbase "*)
-	      while :; do
-		# Make sure we don't pick an alternate name that also
-		# overlaps.
-		newobj=lt$counter-$objbase
-		func_arith $counter + 1
-		counter=$func_arith_result
-		case " $oldobjs " in
-		*[\ /]"$newobj "*) ;;
-		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
-		esac
-	      done
-	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
-	      func_append oldobjs " $gentop/$newobj"
-	      ;;
-	    *) func_append oldobjs " $obj" ;;
-	    esac
-	  done
-	fi
-	func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-	tool_oldlib=$func_to_tool_file_result
-	eval cmds=\"$old_archive_cmds\"
-
-	func_len " $cmds"
-	len=$func_len_result
-	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  cmds=$old_archive_cmds
-	elif test -n "$archiver_list_spec"; then
-	  func_verbose "using command file archive linking..."
-	  for obj in $oldobjs
-	  do
-	    func_to_tool_file "$obj"
-	    $ECHO "$func_to_tool_file_result"
-	  done > $output_objdir/$libname.libcmd
-	  func_to_tool_file "$output_objdir/$libname.libcmd"
-	  oldobjs=" $archiver_list_spec$func_to_tool_file_result"
-	  cmds=$old_archive_cmds
-	else
-	  # the command line is too long to link in one step, link in parts
-	  func_verbose "using piecewise archive linking..."
-	  save_RANLIB=$RANLIB
-	  RANLIB=:
-	  objlist=
-	  concat_cmds=
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  # Is there a better way of finding the last object in the list?
-	  for obj in $save_oldobjs
-	  do
-	    last_oldobj=$obj
-	  done
-	  eval test_cmds=\"$old_archive_cmds\"
-	  func_len " $test_cmds"
-	  len0=$func_len_result
-	  len=$len0
-	  for obj in $save_oldobjs
-	  do
-	    func_len " $obj"
-	    func_arith $len + $func_len_result
-	    len=$func_arith_result
-	    func_append objlist " $obj"
-	    if test "$len" -lt "$max_cmd_len"; then
-	      :
-	    else
-	      # the above command should be used before it gets too long
-	      oldobjs=$objlist
-	      if test "$obj" = "$last_oldobj"; then
-		RANLIB=$save_RANLIB
-	      fi
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
-	      objlist=
-	      len=$len0
-	    fi
-	  done
-	  RANLIB=$save_RANLIB
-	  oldobjs=$objlist
-	  if test -z "$oldobjs"; then
-	    eval cmds=\"\$concat_cmds\"
-	  else
-	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
-	  fi
-	fi
-      fi
-      func_execute_cmds "$cmds" 'exit $?'
-    done
-
-    test -n "$generated" && \
-      func_show_eval "${RM}r$generated"
-
-    # Now create the libtool archive.
-    case $output in
-    *.la)
-      old_library=
-      test yes = "$build_old_libs" && old_library=$libname.$libext
-      func_verbose "creating $output"
-
-      # Preserve any variables that may affect compiler behavior
-      for var in $variables_saved_for_relink; do
-	if eval test -z \"\${$var+set}\"; then
-	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	elif eval var_value=\$$var; test -z "$var_value"; then
-	  relink_command="$var=; export $var; $relink_command"
-	else
-	  func_quote_for_eval "$var_value"
-	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	fi
-      done
-      # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
-      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      if test yes = "$hardcode_automatic"; then
-	relink_command=
-      fi
-
-      # Only create the output if not a dry run.
-      $opt_dry_run || {
-	for installed in no yes; do
-	  if test yes = "$installed"; then
-	    if test -z "$install_libdir"; then
-	      break
-	    fi
-	    output=$output_objdir/${outputname}i
-	    # Replace all uninstalled libtool libraries with the installed ones
-	    newdependency_libs=
-	    for deplib in $dependency_libs; do
-	      case $deplib in
-	      *.la)
-		func_basename "$deplib"
-		name=$func_basename_result
-		func_resolve_sysroot "$deplib"
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
-		test -z "$libdir" && \
-		  func_fatal_error "'$deplib' is not a valid libtool archive"
-		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      -L*)
-		func_stripname -L '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -L$func_replace_sysroot_result"
-		;;
-	      -R*)
-		func_stripname -R '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -R$func_replace_sysroot_result"
-		;;
-	      *) func_append newdependency_libs " $deplib" ;;
-	      esac
-	    done
-	    dependency_libs=$newdependency_libs
-	    newdlfiles=
-
-	    for lib in $dlfiles; do
-	      case $lib in
-	      *.la)
-	        func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      *) func_append newdlfiles " $lib" ;;
-	      esac
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-	      *.la)
-		# Only pass preopened files to the pseudo-archive (for
-		# eventual linking with the app. that links it) if we
-		# didn't already link the preopened objects directly into
-		# the library:
-		func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      esac
-	    done
-	    dlprefiles=$newdlprefiles
-	  else
-	    newdlfiles=
-	    for lib in $dlfiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlfiles " $abs"
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlprefiles " $abs"
-	    done
-	    dlprefiles=$newdlprefiles
-	  fi
-	  $RM $output
-	  # place dlname in correct position for cygwin
-	  # In fact, it would be nice if we could use this code for all target
-	  # systems that can't hard-code library paths into their executables
-	  # and that have no shared library path variable independent of PATH,
-	  # but it turns out we can't easily determine that from inspecting
-	  # libtool variables, so we have to hard-code the OSs to which it
-	  # applies here; at the moment, that means platforms that use the PE
-	  # object format with DLL files.  See the long comment at the top of
-	  # tests/bindir.at for full details.
-	  tdlname=$dlname
-	  case $host,$output,$installed,$module,$dlname in
-	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
-	      # If a -bindir argument was supplied, place the dll there.
-	      if test -n "$bindir"; then
-		func_relative_path "$install_libdir" "$bindir"
-		tdlname=$func_relative_path_result/$dlname
-	      else
-		# Otherwise fall back on heuristic.
-		tdlname=../bin/$dlname
-	      fi
-	      ;;
-	  esac
-	  $ECHO > $output "\
-# $outputname - a libtool library file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='$tdlname'
-
-# Names of this library.
-library_names='$library_names'
-
-# The name of the static archive.
-old_library='$old_library'
-
-# Linker flags that cannot go in dependency_libs.
-inherited_linker_flags='$new_inherited_linker_flags'
-
-# Libraries that this one depends upon.
-dependency_libs='$dependency_libs'
-
-# Names of additional weak libraries provided by this library
-weak_library_names='$weak_libs'
-
-# Version information for $libname.
-current=$current
-age=$age
-revision=$revision
-
-# Is this an already installed library?
-installed=$installed
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=$module
-
-# Files to dlopen/dlpreopen
-dlopen='$dlfiles'
-dlpreopen='$dlprefiles'
-
-# Directory that this library needs to be installed in:
-libdir='$install_libdir'"
-	  if test no,yes = "$installed,$need_relink"; then
-	    $ECHO >> $output "\
-relink_command=\"$relink_command\""
-	  fi
-	done
-      }
-
-      # Do a symbolic link so that the libtool archive can be found in
-      # LD_LIBRARY_PATH before the program is installed.
-      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
-      ;;
-    esac
-    exit $EXIT_SUCCESS
-}
-
-if test link = "$opt_mode" || test relink = "$opt_mode"; then
-  func_mode_link ${1+"$@"}
-fi
-
-
-# func_mode_uninstall arg...
-func_mode_uninstall ()
-{
-    $debug_cmd
-
-    RM=$nonopt
-    files=
-    rmforce=false
-    exit_status=0
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    for arg
-    do
-      case $arg in
-      -f) func_append RM " $arg"; rmforce=: ;;
-      -*) func_append RM " $arg" ;;
-      *) func_append files " $arg" ;;
-      esac
-    done
-
-    test -z "$RM" && \
-      func_fatal_help "you must specify an RM program"
-
-    rmdirs=
-
-    for file in $files; do
-      func_dirname "$file" "" "."
-      dir=$func_dirname_result
-      if test . = "$dir"; then
-	odir=$objdir
-      else
-	odir=$dir/$objdir
-      fi
-      func_basename "$file"
-      name=$func_basename_result
-      test uninstall = "$opt_mode" && odir=$dir
-
-      # Remember odir for removal later, being careful to avoid duplicates
-      if test clean = "$opt_mode"; then
-	case " $rmdirs " in
-	  *" $odir "*) ;;
-	  *) func_append rmdirs " $odir" ;;
-	esac
-      fi
-
-      # Don't error if the file doesn't exist and rm -f was used.
-      if { test -L "$file"; } >/dev/null 2>&1 ||
-	 { test -h "$file"; } >/dev/null 2>&1 ||
-	 test -f "$file"; then
-	:
-      elif test -d "$file"; then
-	exit_status=1
-	continue
-      elif $rmforce; then
-	continue
-      fi
-
-      rmfiles=$file
-
-      case $name in
-      *.la)
-	# Possibly a libtool archive, so verify it.
-	if func_lalib_p "$file"; then
-	  func_source $dir/$name
-
-	  # Delete the libtool libraries and symlinks.
-	  for n in $library_names; do
-	    func_append rmfiles " $odir/$n"
-	  done
-	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
-
-	  case $opt_mode in
-	  clean)
-	    case " $library_names " in
-	    *" $dlname "*) ;;
-	    *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
-	    esac
-	    test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
-	    ;;
-	  uninstall)
-	    if test -n "$library_names"; then
-	      # Do each command in the postuninstall commands.
-	      func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-
-	    if test -n "$old_library"; then
-	      # Do each command in the old_postuninstall commands.
-	      func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-	    # FIXME: should reinstall the best remaining shared library.
-	    ;;
-	  esac
-	fi
-	;;
-
-      *.lo)
-	# Possibly a libtool object, so verify it.
-	if func_lalib_p "$file"; then
-
-	  # Read the .lo file
-	  func_source $dir/$name
-
-	  # Add PIC object to the list of files to remove.
-	  if test -n "$pic_object" && test none != "$pic_object"; then
-	    func_append rmfiles " $dir/$pic_object"
-	  fi
-
-	  # Add non-PIC object to the list of files to remove.
-	  if test -n "$non_pic_object" && test none != "$non_pic_object"; then
-	    func_append rmfiles " $dir/$non_pic_object"
-	  fi
-	fi
-	;;
-
-      *)
-	if test clean = "$opt_mode"; then
-	  noexename=$name
-	  case $file in
-	  *.exe)
-	    func_stripname '' '.exe' "$file"
-	    file=$func_stripname_result
-	    func_stripname '' '.exe' "$name"
-	    noexename=$func_stripname_result
-	    # $file with .exe has already been added to rmfiles,
-	    # add $file without .exe
-	    func_append rmfiles " $file"
-	    ;;
-	  esac
-	  # Do a test to see if this is a libtool program.
-	  if func_ltwrapper_p "$file"; then
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      relink_command=
-	      func_source $func_ltwrapper_scriptname_result
-	      func_append rmfiles " $func_ltwrapper_scriptname_result"
-	    else
-	      relink_command=
-	      func_source $dir/$noexename
-	    fi
-
-	    # note $name still contains .exe if it was in $file originally
-	    # as does the version of $file that was added into $rmfiles
-	    func_append rmfiles " $odir/$name $odir/${name}S.$objext"
-	    if test yes = "$fast_install" && test -n "$relink_command"; then
-	      func_append rmfiles " $odir/lt-$name"
-	    fi
-	    if test "X$noexename" != "X$name"; then
-	      func_append rmfiles " $odir/lt-$noexename.c"
-	    fi
-	  fi
-	fi
-	;;
-      esac
-      func_show_eval "$RM $rmfiles" 'exit_status=1'
-    done
-
-    # Try to remove the $objdir's in the directories where we deleted files
-    for dir in $rmdirs; do
-      if test -d "$dir"; then
-	func_show_eval "rmdir $dir >/dev/null 2>&1"
-      fi
-    done
-
-    exit $exit_status
-}
-
-if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
-  func_mode_uninstall ${1+"$@"}
-fi
-
-test -z "$opt_mode" && {
-  help=$generic_help
-  func_fatal_help "you must specify a MODE"
-}
-
-test -z "$exec_cmd" && \
-  func_fatal_help "invalid operation mode '$opt_mode'"
-
-if test -n "$exec_cmd"; then
-  eval exec "$exec_cmd"
-  exit $EXIT_FAILURE
-fi
-
-exit $exit_status
-
-
-# The TAGs below are defined such that we never get into a situation
-# where we disable both kinds of libraries.  Given conflicting
-# choices, we go for a static library, that is the most portable,
-# since we can't tell whether shared libraries were disabled because
-# the user asked for that or because the platform doesn't support
-# them.  This is particularly important on AIX, because we don't
-# support having both static and shared libraries enabled at the same
-# time on that platform, so we default to a shared-only configuration.
-# If a disable-shared tag is given, we'll fallback to a static-only
-# configuration.  But we'll never go from static-only to shared-only.
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
-build_libtool_libs=no
-build_old_libs=yes
-# ### END LIBTOOL TAG CONFIG: disable-shared
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
-build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
-# ### END LIBTOOL TAG CONFIG: disable-static
-
-# Local Variables:
-# mode:shell-script
-# sh-indentation:2
-# End:
-
-# ### BEGIN LIBTOOL TAG CONFIG: CXX
-
-# The linker used to build libraries.
-LD="/usr/bin/ld -m elf_x86_64"
-
-# How to create reloadable object files.
-reload_flag=" -r"
-reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
-
-# Commands used to build an old-style archive.
-old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs~\$RANLIB \$tool_oldlib"
-
-# A language specific compiler.
-CC="g++"
-
-# Is the compiler the GNU compiler?
-with_gcc=yes
-
-# Compiler flag to turn off builtin functions.
-no_builtin_flag=" -fno-builtin"
-
-# Additional compiler flags for building library objects.
-pic_flag=" -fPIC -DPIC"
-
-# How to pass a linker flag through the compiler.
-wl="-Wl,"
-
-# Compiler flag to prevent dynamic linking.
-link_static_flag="-static"
-
-# Does compiler simultaneously support -c and -o options?
-compiler_c_o="yes"
-
-# Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=no
-
-# Whether or not to disallow shared libs when runtime libs are static.
-allow_libtool_libs_with_static_runtimes=no
-
-# Compiler flag to allow reflexive dlopens.
-export_dynamic_flag_spec="\$wl--export-dynamic"
-
-# Compiler flag to generate shared objects directly from archives.
-whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive"
-
-# Whether the compiler copes with passing no objects directly.
-compiler_needs_object="no"
-
-# Create an old-style archive from a shared archive.
-old_archive_from_new_cmds=""
-
-# Create a temporary old-style archive to link instead of a shared archive.
-old_archive_from_expsyms_cmds=""
-
-# Commands used to build a shared archive.
-archive_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \$wl-soname \$wl\$soname -o \$lib"
-archive_expsym_cmds="\$CC \$pic_flag -shared -nostdlib \$predep_objects \$libobjs \$deplibs \$postdep_objects \$compiler_flags \$wl-soname \$wl\$soname \$wl-retain-symbols-file \$wl\$export_symbols -o \$lib"
-
-# Commands used to build a loadable module if different from building
-# a shared archive.
-module_cmds=""
-module_expsym_cmds=""
-
-# Whether we are building with GNU ld or not.
-with_gnu_ld="yes"
-
-# Flag that allows shared libraries with undefined symbols to be built.
-allow_undefined_flag=""
-
-# Flag that enforces no undefined symbols.
-no_undefined_flag=""
-
-# Flag to hardcode $libdir into a binary during linking.
-# This must work even if $libdir does not exist
-hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir"
-
-# Whether we need a single "-rpath" flag with a separated argument.
-hardcode_libdir_separator=""
-
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-# DIR into the resulting binary.
-hardcode_direct=no
-
-# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-# DIR into the resulting binary and the resulting library dependency is
-# "absolute",i.e impossible to change by setting $shlibpath_var if the
-# library is relocated.
-hardcode_direct_absolute=no
-
-# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-# into the resulting binary.
-hardcode_minus_L=no
-
-# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-# into the resulting binary.
-hardcode_shlibpath_var=unsupported
-
-# Set to "yes" if building a shared library automatically hardcodes DIR
-# into the library and all subsequent libraries and executables linked
-# against it.
-hardcode_automatic=no
-
-# Set to yes if linker adds runtime paths of dependent libraries
-# to runtime path list.
-inherit_rpath=no
-
-# Whether libtool must link a program against all its dependency libraries.
-link_all_deplibs=unknown
-
-# Set to "yes" if exported symbols are required.
-always_export_symbols=no
-
-# The commands to list exported symbols.
-export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
-
-# Symbols that should not be listed in the preloaded symbols.
-exclude_expsyms="_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*"
-
-# Symbols that must always be exported.
-include_expsyms=""
-
-# Commands necessary for linking programs (against libraries) with templates.
-prelink_cmds=""
-
-# Commands necessary for finishing linking programs.
-postlink_cmds=""
-
-# Specify filename containing input files.
-file_list_spec=""
-
-# How to hardcode a shared library path into an executable.
-hardcode_action=immediate
-
-# The directories searched by this compiler when creating a shared library.
-compiler_lib_search_dirs="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 /lib/../lib64 /usr/lib/../lib64 /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../.."
-
-# Dependencies to place before and after the objects being linked to
-# create a shared library.
-predep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbeginS.o"
-postdep_objects="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtendS.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/crtn.o"
-predeps=""
-postdeps="-lstdc++ -lm -lgcc_s -lc -lgcc_s"
-
-# The library search path used internally by the compiler when linking
-# a shared library.
-compiler_lib_search_path="-L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../.."
-
-# ### END LIBTOOL TAG CONFIG: CXX
diff --git a/ltmain.sh b/ltmain.sh
deleted file mode 100644
index 5eca4ae..0000000
--- a/ltmain.sh
+++ /dev/null
@@ -1,11088 +0,0 @@
-#! /bin/sh
-## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
-##               by inline-source v2014-01-03.01
-
-# libtool (GNU libtool) 2.4.4
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License,
-# if you distribute this file as part of a program or library that
-# is built using GNU Libtool, you may include this file under the
-# same distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
-PROGRAM=libtool
-PACKAGE=libtool
-VERSION=2.4.4
-package_revision=2.4.4
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Run './libtool --help' for help with using this script from the
-# command line.
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# After configure completes, it has a better idea of some of the
-# shell tools we need than the defaults used by the functions shared
-# with bootstrap, so set those here where they can still be over-
-# ridden by the user, but otherwise take precedence.
-
-: ${AUTOCONF="autoconf"}
-: ${AUTOMAKE="automake"}
-
-
-## -------------------------- ##
-## Source external libraries. ##
-## -------------------------- ##
-
-# Much of our low-level functionality needs to be sourced from external
-# libraries, which are installed to $pkgauxdir.
-
-# Set a version string for this script.
-scriptversion=2014-01-03.01; # UTC
-
-# General shell script boiler plate, and helper functions.
-# Written by Gary V. Vaughan, 2004
-
-# Copyright (C) 2004-2014 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.
-
-# 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 3 of the License, or
-# (at your option) any later version.
-
-# As a special exception to the GNU General Public License, if you distribute
-# this file as part of a program or library that is built using GNU Libtool,
-# you may include this file under the same distribution terms that you use
-# for the rest of that program.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNES 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 <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# Evaluate this file near the top of your script to gain access to
-# the functions and variables defined here:
-#
-#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
-#
-# If you need to override any of the default environment variable
-# settings, do that before evaluating this file.
-
-
-## -------------------- ##
-## Shell normalisation. ##
-## -------------------- ##
-
-# Some shells need a little help to be as Bourne compatible as possible.
-# Before doing anything else, make sure all that help has been provided!
-
-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
-
-# NLS nuisances: We save the old values in case they are required later.
-_G_user_locale=
-_G_safe_locale=
-for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-do
-  eval "if test set = \"\${$_G_var+set}\"; then
-          save_$_G_var=\$$_G_var
-          $_G_var=C
-	  export $_G_var
-	  _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
-	  _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
-	fi"
-done
-
-# CDPATH.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-# Make sure IFS has a sensible default
-sp=' '
-nl='
-'
-IFS="$sp	$nl"
-
-# There are apparently some retarded systems that use ';' as a PATH separator!
-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
-
-
-
-## ------------------------- ##
-## Locate command utilities. ##
-## ------------------------- ##
-
-
-# func_executable_p FILE
-# ----------------------
-# Check that FILE is an executable regular file.
-func_executable_p ()
-{
-    test -f "$1" && test -x "$1"
-}
-
-
-# func_path_progs PROGS_LIST CHECK_FUNC [PATH]
-# --------------------------------------------
-# Search for either a program that responds to --version with output
-# containing "GNU", or else returned by CHECK_FUNC otherwise, by
-# trying all the directories in PATH with each of the elements of
-# PROGS_LIST.
-#
-# CHECK_FUNC should accept the path to a candidate program, and
-# set $func_check_prog_result if it truncates its output less than
-# $_G_path_prog_max characters.
-func_path_progs ()
-{
-    _G_progs_list=$1
-    _G_check_func=$2
-    _G_PATH=${3-"$PATH"}
-
-    _G_path_prog_max=0
-    _G_path_prog_found=false
-    _G_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-    for _G_dir in $_G_PATH; do
-      IFS=$_G_save_IFS
-      test -z "$_G_dir" && _G_dir=.
-      for _G_prog_name in $_G_progs_list; do
-        for _exeext in '' .EXE; do
-          _G_path_prog=$_G_dir/$_G_prog_name$_exeext
-          func_executable_p "$_G_path_prog" || continue
-          case `"$_G_path_prog" --version 2>&1` in
-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
-            *)     $_G_check_func $_G_path_prog
-		   func_path_progs_result=$func_check_prog_result
-		   ;;
-          esac
-          $_G_path_prog_found && break 3
-        done
-      done
-    done
-    IFS=$_G_save_IFS
-    test -z "$func_path_progs_result" && {
-      echo "no acceptable sed could be found in \$PATH" >&2
-      exit 1
-    }
-}
-
-
-# We want to be able to use the functions in this file before configure
-# has figured out where the best binaries are kept, which means we have
-# to search for them ourselves - except when the results are already set
-# where we skip the searches.
-
-# Unless the user overrides by setting SED, search the path for either GNU
-# sed, or the sed that truncates its output the least.
-test -z "$SED" && {
-  _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
-  for _G_i in 1 2 3 4 5 6 7; do
-    _G_sed_script=$_G_sed_script$nl$_G_sed_script
-  done
-  echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
-  _G_sed_script=
-
-  func_check_prog_sed ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo '' >> conftest.nl
-      "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
-  rm -f conftest.sed
-  SED=$func_path_progs_result
-}
-
-
-# Unless the user overrides by setting GREP, search the path for either GNU
-# grep, or the grep that truncates its output the least.
-test -z "$GREP" && {
-  func_check_prog_grep ()
-  {
-    _G_path_prog=$1
-
-    _G_count=0
-    _G_path_prog_max=0
-    printf 0123456789 >conftest.in
-    while :
-    do
-      cat conftest.in conftest.in >conftest.tmp
-      mv conftest.tmp conftest.in
-      cp conftest.in conftest.nl
-      echo 'GREP' >> conftest.nl
-      "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
-      _G_count=`expr $_G_count + 1`
-      if test "$_G_count" -gt "$_G_path_prog_max"; then
-        # Best one so far, save it but keep looking for a better one
-        func_check_prog_result=$_G_path_prog
-        _G_path_prog_max=$_G_count
-      fi
-      # 10*(2^10) chars as input seems more than enough
-      test 10 -lt "$_G_count" && break
-    done
-    rm -f conftest.in conftest.tmp conftest.nl conftest.out
-  }
-
-  func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
-  GREP=$func_path_progs_result
-}
-
-
-## ------------------------------- ##
-## User overridable command paths. ##
-## ------------------------------- ##
-
-# All uppercase variable names are used for environment variables.  These
-# variables can be overridden by the user before calling a script that
-# uses them if a suitable command of that name is not already available
-# in the command search PATH.
-
-: ${CP="cp -f"}
-: ${ECHO="printf %s\n"}
-: ${EGREP="$GREP -E"}
-: ${FGREP="$GREP -F"}
-: ${LN_S="ln -s"}
-: ${MAKE="make"}
-: ${MKDIR="mkdir"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
-
-
-## -------------------- ##
-## Useful sed snippets. ##
-## -------------------- ##
-
-sed_dirname='s|/[^/]*$||'
-sed_basename='s|^.*/||'
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
-
-# Same as above, but do not quote variable references.
-sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
-
-# Sed substitution that turns a string into a regex matching for the
-# string literally.
-sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
-
-# Sed substitution that converts a w32 file name or path
-# that contains forward slashes, into one that contains
-# (escaped) backslashes.  A very naive implementation.
-sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
-
-# Re-'\' parameter expansions in output of sed_double_quote_subst that
-# were '\'-ed in input to the same.  If an odd number of '\' preceded a
-# '$' in input to sed_double_quote_subst, that '$' was protected from
-# expansion.  Since each input '\' is now two '\'s, look for any number
-# of runs of four '\'s followed by two '\'s and then a '$'.  '\' that '$'.
-_G_bs='\\'
-_G_bs2='\\\\'
-_G_bs4='\\\\\\\\'
-_G_dollar='\$'
-sed_double_backslash="\
-  s/$_G_bs4/&\\
-/g
-  s/^$_G_bs2$_G_dollar/$_G_bs&/
-  s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
-  s/\n//g"
-
-
-## ----------------- ##
-## Global variables. ##
-## ----------------- ##
-
-# Except for the global variables explicitly listed below, the following
-# functions in the '^func_' namespace, and the '^require_' namespace
-# variables initialised in the 'Resource management' section, sourcing
-# this file will not pollute your global namespace with anything
-# else. There's no portable way to scope variables in Bourne shell
-# though, so actually running these functions will sometimes place
-# results into a variable named after the function, and often use
-# temporary variables in the '^_G_' namespace. If you are careful to
-# avoid using those namespaces casually in your sourcing script, things
-# should continue to work as you expect. And, of course, you can freely
-# overwrite any of the functions or variables defined here before
-# calling anything to customize them.
-
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
-EXIT_SKIP=77	  # $? = 77 is used to indicate a skipped test to automake.
-
-# Allow overriding, eg assuming that you follow the convention of
-# putting '$debug_cmd' at the start of all your functions, you can get
-# bash to show function call trace with:
-#
-#    debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
-debug_cmd=${debug_cmd-":"}
-exit_cmd=:
-
-# By convention, finish your script with:
-#
-#    exit $exit_status
-#
-# so that you can set exit_status to non-zero if you want to indicate
-# something went wrong during execution without actually bailing out at
-# the point of failure.
-exit_status=$EXIT_SUCCESS
-
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
-# is ksh but when the shell is invoked as "sh" and the current value of
-# the _XPG environment variable is not equal to 1 (one), the special
-# positional parameter $0, within a function call, is the name of the
-# function.
-progpath=$0
-
-# The name of this program.
-progname=`$ECHO "$progpath" |$SED "$sed_basename"`
-
-# Make sure we have an absolute progpath for reexecution:
-case $progpath in
-  [\\/]*|[A-Za-z]:\\*) ;;
-  *[\\/]*)
-     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
-     progdir=`cd "$progdir" && pwd`
-     progpath=$progdir/$progname
-     ;;
-  *)
-     _G_IFS=$IFS
-     IFS=${PATH_SEPARATOR-:}
-     for progdir in $PATH; do
-       IFS=$_G_IFS
-       test -x "$progdir/$progname" && break
-     done
-     IFS=$_G_IFS
-     test -n "$progdir" || progdir=`pwd`
-     progpath=$progdir/$progname
-     ;;
-esac
-
-
-## ----------------- ##
-## Standard options. ##
-## ----------------- ##
-
-# The following options affect the operation of the functions defined
-# below, and should be set appropriately depending on run-time para-
-# meters passed on the command line.
-
-opt_dry_run=false
-opt_quiet=false
-opt_verbose=false
-
-# Categories 'all' and 'none' are always available.  Append any others
-# you will pass as the first argument to func_warning from your own
-# code.
-warning_categories=
-
-# By default, display warnings according to 'opt_warning_types'.  Set
-# 'warning_func'  to ':' to elide all warnings, or func_fatal_error to
-# treat the next displayed warning as a fatal error.
-warning_func=func_warn_and_continue
-
-# Set to 'all' to display all warnings, 'none' to suppress all
-# warnings, or a space delimited list of some subset of
-# 'warning_categories' to display only the listed warnings.
-opt_warning_types=all
-
-
-## -------------------- ##
-## Resource management. ##
-## -------------------- ##
-
-# This section contains definitions for functions that each ensure a
-# particular resource (a file, or a non-empty configuration variable for
-# example) is available, and if appropriate to extract default values
-# from pertinent package files. Call them using their associated
-# 'require_*' variable to ensure that they are executed, at most, once.
-#
-# It's entirely deliberate that calling these functions can set
-# variables that don't obey the namespace limitations obeyed by the rest
-# of this file, in order that that they be as useful as possible to
-# callers.
-
-
-# require_term_colors
-# -------------------
-# Allow display of bold text on terminals that support it.
-require_term_colors=func_require_term_colors
-func_require_term_colors ()
-{
-    $debug_cmd
-
-    test -t 1 && {
-      # COLORTERM and USE_ANSI_COLORS environment variables take
-      # precedence, because most terminfo databases neglect to describe
-      # whether color sequences are supported.
-      test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
-
-      if test 1 = "$USE_ANSI_COLORS"; then
-        # Standard ANSI escape sequences
-        tc_reset=''
-        tc_bold='';   tc_standout=''
-        tc_red='';   tc_green=''
-        tc_blue='';  tc_cyan=''
-      else
-        # Otherwise trust the terminfo database after all.
-        test -n "`tput sgr0 2>/dev/null`" && {
-          tc_reset=`tput sgr0`
-          test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
-          tc_standout=$tc_bold
-          test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
-          test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
-          test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
-          test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
-          test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
-        }
-      fi
-    }
-
-    require_term_colors=:
-}
-
-
-## ----------------- ##
-## Function library. ##
-## ----------------- ##
-
-# This section contains a variety of useful functions to call in your
-# scripts. Take note of the portable wrappers for features provided by
-# some modern shells, which will fall back to slower equivalents on
-# less featureful shells.
-
-
-# func_append VAR VALUE
-# ---------------------
-# Append VALUE onto the existing contents of VAR.
-
-  # We should try to minimise forks, especially on Windows where they are
-  # unreasonably slow, so skip the feature probes when bash or zsh are
-  # being used:
-  if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
-    : ${_G_HAVE_ARITH_OP="yes"}
-    : ${_G_HAVE_XSI_OPS="yes"}
-    # The += operator was introduced in bash 3.1
-    case $BASH_VERSION in
-      [12].* | 3.0 | 3.0*) ;;
-      *)
-        : ${_G_HAVE_PLUSEQ_OP="yes"}
-        ;;
-    esac
-  fi
-
-  # _G_HAVE_PLUSEQ_OP
-  # Can be empty, in which case the shell is probed, "yes" if += is
-  # useable or anything else if it does not work.
-  test -z "$_G_HAVE_PLUSEQ_OP" \
-    && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
-    && _G_HAVE_PLUSEQ_OP=yes
-
-if test yes = "$_G_HAVE_PLUSEQ_OP"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_append ()
-  {
-    $debug_cmd
-
-    eval "$1+=\$2"
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_append ()
-  {
-    $debug_cmd
-
-    eval "$1=\$$1\$2"
-  }
-fi
-
-
-# func_append_quoted VAR VALUE
-# ----------------------------
-# Quote VALUE and append to the end of shell variable VAR, separated
-# by a space.
-if test yes = "$_G_HAVE_PLUSEQ_OP"; then
-  eval 'func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1+=\\ \$func_quote_for_eval_result"
-  }'
-else
-  func_append_quoted ()
-  {
-    $debug_cmd
-
-    func_quote_for_eval "$2"
-    eval "$1=\$$1\\ \$func_quote_for_eval_result"
-  }
-fi
-
-
-# func_append_uniq VAR VALUE
-# --------------------------
-# Append unique VALUE onto the existing contents of VAR, assuming
-# entries are delimited by the first character of VALUE.  For example:
-#
-#   func_append_uniq options " --another-option option-argument"
-#
-# will only append to $options if " --another-option option-argument "
-# is not already present somewhere in $options already (note spaces at
-# each end implied by leading space in second argument).
-func_append_uniq ()
-{
-    $debug_cmd
-
-    eval _G_current_value='`$ECHO $'$1'`'
-    _G_delim=`expr "$2" : '\(.\)'`
-
-    case $_G_delim$_G_current_value$_G_delim in
-      *"$2$_G_delim"*) ;;
-      *) func_append "$@" ;;
-    esac
-}
-
-
-# func_arith TERM...
-# ------------------
-# Set func_arith_result to the result of evaluating TERMs.
-  test -z "$_G_HAVE_ARITH_OP" \
-    && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
-    && _G_HAVE_ARITH_OP=yes
-
-if test yes = "$_G_HAVE_ARITH_OP"; then
-  eval 'func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=$(( $* ))
-  }'
-else
-  func_arith ()
-  {
-    $debug_cmd
-
-    func_arith_result=`expr "$@"`
-  }
-fi
-
-
-# func_basename FILE
-# ------------------
-# Set func_basename_result to FILE with everything up to and including
-# the last / stripped.
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  # If this shell supports suffix pattern removal, then use it to avoid
-  # forking. Hide the definitions single quotes in case the shell chokes
-  # on unsupported syntax...
-  _b='func_basename_result=${1##*/}'
-  _d='case $1 in
-        */*) func_dirname_result=${1%/*}$2 ;;
-        *  ) func_dirname_result=$3        ;;
-      esac'
-
-else
-  # ...otherwise fall back to using sed.
-  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
-  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
-      if test "X$func_dirname_result" = "X$1"; then
-        func_dirname_result=$3
-      else
-        func_append func_dirname_result "$2"
-      fi'
-fi
-
-eval 'func_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-}'
-
-
-# func_dirname FILE APPEND NONDIR_REPLACEMENT
-# -------------------------------------------
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
-# otherwise set result to NONDIR_REPLACEMENT.
-eval 'func_dirname ()
-{
-    $debug_cmd
-
-    '"$_d"'
-}'
-
-
-# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
-# --------------------------------------------------------
-# Perform func_basename and func_dirname in a single function
-# call:
-#   dirname:  Compute the dirname of FILE.  If nonempty,
-#             add APPEND to the result, otherwise set result
-#             to NONDIR_REPLACEMENT.
-#             value returned in "$func_dirname_result"
-#   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
-# For efficiency, we do not delegate to the functions above but instead
-# duplicate the functionality here.
-eval 'func_dirname_and_basename ()
-{
-    $debug_cmd
-
-    '"$_b"'
-    '"$_d"'
-}'
-
-
-# func_echo ARG...
-# ----------------
-# Echo program name prefixed message.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_echo_all ARG...
-# --------------------
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-
-# func_echo_infix_1 INFIX ARG...
-# ------------------------------
-# Echo program name, followed by INFIX on the first line, with any
-# additional lines not showing INFIX.
-func_echo_infix_1 ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    _G_infix=$1; shift
-    _G_indent=$_G_infix
-    _G_prefix="$progname: $_G_infix: "
-    _G_message=$*
-
-    # Strip color escape sequences before counting printable length
-    for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
-    do
-      test -n "$_G_tc" && {
-        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
-        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
-      }
-    done
-    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
-
-    func_echo_infix_1_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_infix_1_IFS
-      $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
-      _G_prefix=$_G_indent
-    done
-    IFS=$func_echo_infix_1_IFS
-}
-
-
-# func_error ARG...
-# -----------------
-# Echo program name prefixed message to standard error.
-func_error ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "  $tc_standout${tc_red}error$tc_reset" "$*" >&2
-}
-
-
-# func_fatal_error ARG...
-# -----------------------
-# Echo program name prefixed message to standard error, and exit.
-func_fatal_error ()
-{
-    $debug_cmd
-
-    func_error "$*"
-    exit $EXIT_FAILURE
-}
-
-
-# func_grep EXPRESSION FILENAME
-# -----------------------------
-# Check whether EXPRESSION matches any line of FILENAME, without output.
-func_grep ()
-{
-    $debug_cmd
-
-    $GREP "$1" "$2" >/dev/null 2>&1
-}
-
-
-# func_len STRING
-# ---------------
-# Set func_len_result to the length of STRING. STRING may not
-# start with a hyphen.
-  test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=${#1}
-  }'
-else
-  func_len ()
-  {
-    $debug_cmd
-
-    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
-  }
-fi
-
-
-# func_mkdir_p DIRECTORY-PATH
-# ---------------------------
-# Make sure the entire path to DIRECTORY-PATH is available.
-func_mkdir_p ()
-{
-    $debug_cmd
-
-    _G_directory_path=$1
-    _G_dir_list=
-
-    if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
-
-      # Protect directory names starting with '-'
-      case $_G_directory_path in
-        -*) _G_directory_path=./$_G_directory_path ;;
-      esac
-
-      # While some portion of DIR does not yet exist...
-      while test ! -d "$_G_directory_path"; do
-        # ...make a list in topmost first order.  Use a colon delimited
-	# list incase some portion of path contains whitespace.
-        _G_dir_list=$_G_directory_path:$_G_dir_list
-
-        # If the last portion added has no slash in it, the list is done
-        case $_G_directory_path in */*) ;; *) break ;; esac
-
-        # ...otherwise throw away the child directory and loop
-        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
-      done
-      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
-
-      func_mkdir_p_IFS=$IFS; IFS=:
-      for _G_dir in $_G_dir_list; do
-	IFS=$func_mkdir_p_IFS
-        # mkdir can fail with a 'File exist' error if two processes
-        # try to create one of the directories concurrently.  Don't
-        # stop in that case!
-        $MKDIR "$_G_dir" 2>/dev/null || :
-      done
-      IFS=$func_mkdir_p_IFS
-
-      # Bail out if we (or some other process) failed to create a directory.
-      test -d "$_G_directory_path" || \
-        func_fatal_error "Failed to create '$1'"
-    fi
-}
-
-
-# func_mktempdir [BASENAME]
-# -------------------------
-# Make a temporary directory that won't clash with other running
-# libtool processes, and avoids race conditions if possible.  If
-# given, BASENAME is the basename for that directory.
-func_mktempdir ()
-{
-    $debug_cmd
-
-    _G_template=${TMPDIR-/tmp}/${1-$progname}
-
-    if test : = "$opt_dry_run"; then
-      # Return a directory name, but don't create it in dry-run mode
-      _G_tmpdir=$_G_template-$$
-    else
-
-      # If mktemp works, use that first and foremost
-      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
-
-      if test ! -d "$_G_tmpdir"; then
-        # Failing that, at least try and use $RANDOM to avoid a race
-        _G_tmpdir=$_G_template-${RANDOM-0}$$
-
-        func_mktempdir_umask=`umask`
-        umask 0077
-        $MKDIR "$_G_tmpdir"
-        umask $func_mktempdir_umask
-      fi
-
-      # If we're not in dry-run mode, bomb out on failure
-      test -d "$_G_tmpdir" || \
-        func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
-    fi
-
-    $ECHO "$_G_tmpdir"
-}
-
-
-# func_normal_abspath PATH
-# ------------------------
-# Remove doubled-up and trailing slashes, "." path components,
-# and cancel out any ".." path components in PATH after making
-# it an absolute path.
-func_normal_abspath ()
-{
-    $debug_cmd
-
-    # These SED scripts presuppose an absolute path with a trailing slash.
-    _G_pathcar='s|^/\([^/]*\).*$|\1|'
-    _G_pathcdr='s|^/[^/]*||'
-    _G_removedotparts=':dotsl
-		s|/\./|/|g
-		t dotsl
-		s|/\.$|/|'
-    _G_collapseslashes='s|/\{1,\}|/|g'
-    _G_finalslash='s|/*$|/|'
-
-    # Start from root dir and reassemble the path.
-    func_normal_abspath_result=
-    func_normal_abspath_tpath=$1
-    func_normal_abspath_altnamespace=
-    case $func_normal_abspath_tpath in
-      "")
-        # Empty path, that just means $cwd.
-        func_stripname '' '/' "`pwd`"
-        func_normal_abspath_result=$func_stripname_result
-        return
-        ;;
-      # The next three entries are used to spot a run of precisely
-      # two leading slashes without using negated character classes;
-      # we take advantage of case's first-match behaviour.
-      ///*)
-        # Unusual form of absolute path, do nothing.
-        ;;
-      //*)
-        # Not necessarily an ordinary path; POSIX reserves leading '//'
-        # and for example Cygwin uses it to access remote file shares
-        # over CIFS/SMB, so we conserve a leading double slash if found.
-        func_normal_abspath_altnamespace=/
-        ;;
-      /*)
-        # Absolute path, do nothing.
-        ;;
-      *)
-        # Relative path, prepend $cwd.
-        func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
-        ;;
-    esac
-
-    # Cancel out all the simple stuff to save iterations.  We also want
-    # the path to end with a slash for ease of parsing, so make sure
-    # there is one (and only one) here.
-    func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
-    while :; do
-      # Processed it all yet?
-      if test / = "$func_normal_abspath_tpath"; then
-        # If we ascended to the root using ".." the result may be empty now.
-        if test -z "$func_normal_abspath_result"; then
-          func_normal_abspath_result=/
-        fi
-        break
-      fi
-      func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcar"`
-      func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
-          -e "$_G_pathcdr"`
-      # Figure out what to do with it
-      case $func_normal_abspath_tcomponent in
-        "")
-          # Trailing empty path component, ignore it.
-          ;;
-        ..)
-          # Parent dir; strip last assembled component from result.
-          func_dirname "$func_normal_abspath_result"
-          func_normal_abspath_result=$func_dirname_result
-          ;;
-        *)
-          # Actual path component, append it.
-          func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
-          ;;
-      esac
-    done
-    # Restore leading double-slash if one was found on entry.
-    func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
-}
-
-
-# func_notquiet ARG...
-# --------------------
-# Echo program name prefixed message only when not in quiet mode.
-func_notquiet ()
-{
-    $debug_cmd
-
-    $opt_quiet || func_echo ${1+"$@"}
-
-    # A bug in bash halts the script if the last line of a function
-    # fails when set -e is in force, so we need another command to
-    # work around that:
-    :
-}
-
-
-# func_relative_path SRCDIR DSTDIR
-# --------------------------------
-# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
-func_relative_path ()
-{
-    $debug_cmd
-
-    func_relative_path_result=
-    func_normal_abspath "$1"
-    func_relative_path_tlibdir=$func_normal_abspath_result
-    func_normal_abspath "$2"
-    func_relative_path_tbindir=$func_normal_abspath_result
-
-    # Ascend the tree starting from libdir
-    while :; do
-      # check if we have found a prefix of bindir
-      case $func_relative_path_tbindir in
-        $func_relative_path_tlibdir)
-          # found an exact match
-          func_relative_path_tcancelled=
-          break
-          ;;
-        $func_relative_path_tlibdir*)
-          # found a matching prefix
-          func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
-          func_relative_path_tcancelled=$func_stripname_result
-          if test -z "$func_relative_path_result"; then
-            func_relative_path_result=.
-          fi
-          break
-          ;;
-        *)
-          func_dirname $func_relative_path_tlibdir
-          func_relative_path_tlibdir=$func_dirname_result
-          if test -z "$func_relative_path_tlibdir"; then
-            # Have to descend all the way to the root!
-            func_relative_path_result=../$func_relative_path_result
-            func_relative_path_tcancelled=$func_relative_path_tbindir
-            break
-          fi
-          func_relative_path_result=../$func_relative_path_result
-          ;;
-      esac
-    done
-
-    # Now calculate path; take care to avoid doubling-up slashes.
-    func_stripname '' '/' "$func_relative_path_result"
-    func_relative_path_result=$func_stripname_result
-    func_stripname '/' '/' "$func_relative_path_tcancelled"
-    if test -n "$func_stripname_result"; then
-      func_append func_relative_path_result "/$func_stripname_result"
-    fi
-
-    # Normalisation. If bindir is libdir, return '.' else relative path.
-    if test -n "$func_relative_path_result"; then
-      func_stripname './' '' "$func_relative_path_result"
-      func_relative_path_result=$func_stripname_result
-    fi
-
-    test -n "$func_relative_path_result" || func_relative_path_result=.
-
-    :
-}
-
-
-# func_quote_for_eval ARG...
-# --------------------------
-# Aesthetically quote ARGs to be evaled later.
-# This function returns two values:
-#   i) func_quote_for_eval_result
-#      double-quoted, suitable for a subsequent eval
-#  ii) func_quote_for_eval_unquoted_result
-#      has all characters that are still active within double
-#      quotes backslashified.
-func_quote_for_eval ()
-{
-    $debug_cmd
-
-    func_quote_for_eval_unquoted_result=
-    func_quote_for_eval_result=
-    while test 0 -lt $#; do
-      case $1 in
-        *[\\\`\"\$]*)
-	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
-        *)
-          _G_unquoted_arg=$1 ;;
-      esac
-      if test -n "$func_quote_for_eval_unquoted_result"; then
-	func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
-      else
-        func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
-      fi
-
-      case $_G_unquoted_arg in
-        # Double-quote args containing shell metacharacters to delay
-        # word splitting, command substitution and variable expansion
-        # for a subsequent eval.
-        # Many Bourne shells cannot handle close brackets correctly
-        # in scan sets, so we specify it separately.
-        *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-          _G_quoted_arg=\"$_G_unquoted_arg\"
-          ;;
-        *)
-          _G_quoted_arg=$_G_unquoted_arg
-	  ;;
-      esac
-
-      if test -n "$func_quote_for_eval_result"; then
-	func_append func_quote_for_eval_result " $_G_quoted_arg"
-      else
-        func_append func_quote_for_eval_result "$_G_quoted_arg"
-      fi
-      shift
-    done
-}
-
-
-# func_quote_for_expand ARG
-# -------------------------
-# Aesthetically quote ARG to be evaled later; same as above,
-# but do not quote variable references.
-func_quote_for_expand ()
-{
-    $debug_cmd
-
-    case $1 in
-      *[\\\`\"]*)
-	_G_arg=`$ECHO "$1" | $SED \
-	    -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
-      *)
-        _G_arg=$1 ;;
-    esac
-
-    case $_G_arg in
-      # Double-quote args containing shell metacharacters to delay
-      # word splitting and command substitution for a subsequent eval.
-      # Many Bourne shells cannot handle close brackets correctly
-      # in scan sets, so we specify it separately.
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
-        _G_arg=\"$_G_arg\"
-        ;;
-    esac
-
-    func_quote_for_expand_result=$_G_arg
-}
-
-
-# func_stripname PREFIX SUFFIX NAME
-# ---------------------------------
-# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_stripname ()
-  {
-    $debug_cmd
-
-    # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
-    # positional parameters, so assign one to ordinary variable first.
-    func_stripname_result=$3
-    func_stripname_result=${func_stripname_result#"$1"}
-    func_stripname_result=${func_stripname_result%"$2"}
-  }'
-else
-  func_stripname ()
-  {
-    $debug_cmd
-
-    case $2 in
-      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
-      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
-    esac
-  }
-fi
-
-
-# func_show_eval CMD [FAIL_EXP]
-# -----------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.
-func_show_eval ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    func_quote_for_expand "$_G_cmd"
-    eval "func_notquiet $func_quote_for_expand_result"
-
-    $opt_dry_run || {
-      eval "$_G_cmd"
-      _G_status=$?
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_show_eval_locale CMD [FAIL_EXP]
-# ------------------------------------
-# Unless opt_quiet is true, then output CMD.  Then, if opt_dryrun is
-# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
-# is given, then evaluate it.  Use the saved locale for evaluation.
-func_show_eval_locale ()
-{
-    $debug_cmd
-
-    _G_cmd=$1
-    _G_fail_exp=${2-':'}
-
-    $opt_quiet || {
-      func_quote_for_expand "$_G_cmd"
-      eval "func_echo $func_quote_for_expand_result"
-    }
-
-    $opt_dry_run || {
-      eval "$_G_user_locale
-	    $_G_cmd"
-      _G_status=$?
-      eval "$_G_safe_locale"
-      if test 0 -ne "$_G_status"; then
-	eval "(exit $_G_status); $_G_fail_exp"
-      fi
-    }
-}
-
-
-# func_tr_sh
-# ----------
-# Turn $1 into a string suitable for a shell variable name.
-# Result is stored in $func_tr_sh_result.  All characters
-# not in the set a-zA-Z0-9_ are replaced with '_'. Further,
-# if $1 begins with a digit, a '_' is prepended as well.
-func_tr_sh ()
-{
-    $debug_cmd
-
-    case $1 in
-    [0-9]* | *[!a-zA-Z0-9_]*)
-      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
-      ;;
-    * )
-      func_tr_sh_result=$1
-      ;;
-    esac
-}
-
-
-# func_verbose ARG...
-# -------------------
-# Echo program name prefixed message in verbose mode only.
-func_verbose ()
-{
-    $debug_cmd
-
-    $opt_verbose && func_echo "$*"
-
-    :
-}
-
-
-# func_warn_and_continue ARG...
-# -----------------------------
-# Echo program name prefixed warning message to standard error.
-func_warn_and_continue ()
-{
-    $debug_cmd
-
-    $require_term_colors
-
-    func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
-}
-
-
-# func_warning CATEGORY ARG...
-# ----------------------------
-# Echo program name prefixed warning message to standard error. Warning
-# messages can be filtered according to CATEGORY, where this function
-# elides messages where CATEGORY is not listed in the global variable
-# 'opt_warning_types'.
-func_warning ()
-{
-    $debug_cmd
-
-    # CATEGORY must be in the warning_categories list!
-    case " $warning_categories " in
-      *" $1 "*) ;;
-      *) func_internal_error "invalid warning category '$1'" ;;
-    esac
-
-    _G_category=$1
-    shift
-
-    case " $opt_warning_types " in
-      *" $_G_category "*) $warning_func ${1+"$@"} ;;
-    esac
-}
-
-
-# func_sort_ver VER1 VER2
-# -----------------------
-# 'sort -V' is not generally available.
-# Note this deviates from the version comparison in automake
-# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
-# but this should suffice as we won't be specifying old
-# version formats or redundant trailing .0 in bootstrap.conf.
-# If we did want full compatibility then we should probably
-# use m4_version_compare from autoconf.
-func_sort_ver ()
-{
-    $debug_cmd
-
-    printf '%s\n%s\n' "$1" "$2" \
-      | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
-}
-
-# func_lt_ver PREV CURR
-# ---------------------
-# Return true if PREV and CURR are in the correct order according to
-# func_sort_ver, otherwise false.  Use it like this:
-#
-#  func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
-func_lt_ver ()
-{
-    $debug_cmd
-
-    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-#! /bin/sh
-
-# Set a version string for this script.
-scriptversion=2014-01-07.03; # UTC
-
-# A portable, pluggable option parser for Bourne shell.
-# Written by Gary V. Vaughan, 2010
-
-# Copyright (C) 2010-2014 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.
-
-# 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 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 <http://www.gnu.org/licenses/>.
-
-# Please report bugs or propose patches to gary at gnu.org.
-
-
-## ------ ##
-## Usage. ##
-## ------ ##
-
-# This file is a library for parsing options in your shell scripts along
-# with assorted other useful supporting features that you can make use
-# of too.
-#
-# For the simplest scripts you might need only:
-#
-#   #!/bin/sh
-#   . relative/path/to/funclib.sh
-#   . relative/path/to/options-parser
-#   scriptversion=1.0
-#   func_options ${1+"$@"}
-#   eval set dummy "$func_options_result"; shift
-#   ...rest of your script...
-#
-# In order for the '--version' option to work, you will need to have a
-# suitably formatted comment like the one at the top of this file
-# starting with '# Written by ' and ending with '# warranty; '.
-#
-# For '-h' and '--help' to work, you will also need a one line
-# description of your script's purpose in a comment directly above the
-# '# Written by ' line, like the one at the top of this file.
-#
-# The default options also support '--debug', which will turn on shell
-# execution tracing (see the comment above debug_cmd below for another
-# use), and '--verbose' and the func_verbose function to allow your script
-# to display verbose messages only when your user has specified
-# '--verbose'.
-#
-# After sourcing this file, you can plug processing for additional
-# options by amending the variables from the 'Configuration' section
-# below, and following the instructions in the 'Option parsing'
-# section further down.
-
-## -------------- ##
-## Configuration. ##
-## -------------- ##
-
-# You should override these variables in your script after sourcing this
-# file so that they reflect the customisations you have added to the
-# option parser.
-
-# The usage line for option parsing errors and the start of '-h' and
-# '--help' output messages. You can embed shell variables for delayed
-# expansion at the time the message is displayed, but you will need to
-# quote other shell meta-characters carefully to prevent them being
-# expanded when the contents are evaled.
-usage='$progpath [OPTION]...'
-
-# Short help message in response to '-h' and '--help'.  Add to this or
-# override it after sourcing this library to reflect the full set of
-# options your script accepts.
-usage_message="\
-       --debug        enable verbose shell tracing
-   -W, --warnings=CATEGORY
-                      report the warnings falling in CATEGORY [all]
-   -v, --verbose      verbosely report processing
-       --version      print version information and exit
-   -h, --help         print short or long help message and exit
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message="
-Warning categories include:
-       'all'          show all warnings
-       'none'         turn off all the warnings
-       'error'        warnings are treated as fatal errors"
-
-# Help message printed before fatal option parsing errors.
-fatal_help="Try '\$progname --help' for more information."
-
-
-
-## ------------------------- ##
-## Hook function management. ##
-## ------------------------- ##
-
-# This section contains functions for adding, removing, and running hooks
-# to the main code.  A hook is just a named list of of function, that can
-# be run in order later on.
-
-# func_hookable FUNC_NAME
-# -----------------------
-# Declare that FUNC_NAME will run hooks added with
-# 'func_add_hook FUNC_NAME ...'.
-func_hookable ()
-{
-    $debug_cmd
-
-    func_append hookable_fns " $1"
-}
-
-
-# func_add_hook FUNC_NAME HOOK_FUNC
-# ---------------------------------
-# Request that FUNC_NAME call HOOK_FUNC before it returns.  FUNC_NAME must
-# first have been declared "hookable" by a call to 'func_hookable'.
-func_add_hook ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not accept hook functions." ;;
-    esac
-
-    eval func_append ${1}_hooks '" $2"'
-}
-
-
-# func_remove_hook FUNC_NAME HOOK_FUNC
-# ------------------------------------
-# Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
-func_remove_hook ()
-{
-    $debug_cmd
-
-    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
-}
-
-
-# func_run_hooks FUNC_NAME [ARG]...
-# ---------------------------------
-# Run all hook functions registered to FUNC_NAME.
-# It is assumed that the list of hook functions contains nothing more
-# than a whitespace-delimited list of legal shell function names, and
-# no effort is wasted trying to catch shell meta-characters or preserve
-# whitespace.
-func_run_hooks ()
-{
-    $debug_cmd
-
-    case " $hookable_fns " in
-      *" $1 "*) ;;
-      *) func_fatal_error "'$1' does not support hook funcions.n" ;;
-    esac
-
-    eval _G_hook_fns=\$$1_hooks; shift
-
-    for _G_hook in $_G_hook_fns; do
-      eval $_G_hook '"$@"'
-
-      # store returned options list back into positional
-      # parameters for next 'cmd' execution.
-      eval _G_hook_result=\$${_G_hook}_result
-      eval set dummy "$_G_hook_result"; shift
-    done
-
-    func_quote_for_eval ${1+"$@"}
-    func_run_hooks_result=$func_quote_for_eval_result
-}
-
-
-
-## --------------- ##
-## Option parsing. ##
-## --------------- ##
-
-# In order to add your own option parsing hooks, you must accept the
-# full positional parameter list in your hook function, remove any
-# options that you action, and then pass back the remaining unprocessed
-# options in '<hooked_function_name>_result', escaped suitably for
-# 'eval'.  Like this:
-#
-#    my_options_prep ()
-#    {
-#        $debug_cmd
-#
-#        # Extend the existing usage message.
-#        usage_message=$usage_message'
-#      -s, --silent       don'\''t print informational messages
-#    '
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_options_prep_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_options_prep my_options_prep
-#
-#
-#    my_silent_option ()
-#    {
-#        $debug_cmd
-#
-#        # Note that for efficiency, we parse as many options as we can
-#        # recognise in a loop before passing the remainder back to the
-#        # caller on the first unrecognised argument we encounter.
-#        while test $# -gt 0; do
-#          opt=$1; shift
-#          case $opt in
-#            --silent|-s) opt_silent=: ;;
-#            # Separate non-argument short options:
-#            -s*)         func_split_short_opt "$_G_opt"
-#                         set dummy "$func_split_short_opt_name" \
-#                             "-$func_split_short_opt_arg" ${1+"$@"}
-#                         shift
-#                         ;;
-#            *)            set dummy "$_G_opt" "$*"; shift; break ;;
-#          esac
-#        done
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_silent_option_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_parse_options my_silent_option
-#
-#
-#    my_option_validation ()
-#    {
-#        $debug_cmd
-#
-#        $opt_silent && $opt_verbose && func_fatal_help "\
-#    '--silent' and '--verbose' options are mutually exclusive."
-#
-#        func_quote_for_eval ${1+"$@"}
-#        my_option_validation_result=$func_quote_for_eval_result
-#    }
-#    func_add_hook func_validate_options my_option_validation
-#
-# You'll alse need to manually amend $usage_message to reflect the extra
-# options you parse.  It's preferable to append if you can, so that
-# multiple option parsing hooks can be added safely.
-
-
-# func_options [ARG]...
-# ---------------------
-# All the functions called inside func_options are hookable. See the
-# individual implementations for details.
-func_hookable func_options
-func_options ()
-{
-    $debug_cmd
-
-    func_options_prep ${1+"$@"}
-    eval func_parse_options \
-        ${func_options_prep_result+"$func_options_prep_result"}
-    eval func_validate_options \
-        ${func_parse_options_result+"$func_parse_options_result"}
-
-    eval func_run_hooks func_options \
-        ${func_validate_options_result+"$func_validate_options_result"}
-
-    # save modified positional parameters for caller
-    func_options_result=$func_run_hooks_result
-}
-
-
-# func_options_prep [ARG]...
-# --------------------------
-# All initialisations required before starting the option parse loop.
-# Note that when calling hook functions, we pass through the list of
-# positional parameters.  If a hook function modifies that list, and
-# needs to propogate that back to rest of this script, then the complete
-# modified list must be put in 'func_run_hooks_result' before
-# returning.
-func_hookable func_options_prep
-func_options_prep ()
-{
-    $debug_cmd
-
-    # Option defaults:
-    opt_verbose=false
-    opt_warning_types=
-
-    func_run_hooks func_options_prep ${1+"$@"}
-
-    # save modified positional parameters for caller
-    func_options_prep_result=$func_run_hooks_result
-}
-
-
-# func_parse_options [ARG]...
-# ---------------------------
-# The main option parsing loop.
-func_hookable func_parse_options
-func_parse_options ()
-{
-    $debug_cmd
-
-    func_parse_options_result=
-
-    # this just eases exit handling
-    while test $# -gt 0; do
-      # Defer to hook functions for initial option parsing, so they
-      # get priority in the event of reusing an option name.
-      func_run_hooks func_parse_options ${1+"$@"}
-
-      # Adjust func_parse_options positional parameters to match
-      eval set dummy "$func_run_hooks_result"; shift
-
-      # Break out of the loop if we already parsed every option.
-      test $# -gt 0 || break
-
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --debug|-x)   debug_cmd='set -x'
-                      func_echo "enabling shell trace mode"
-                      $debug_cmd
-                      ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                      set dummy --warnings none ${1+"$@"}
-                      shift
-		      ;;
-
-        --warnings|--warning|-W)
-                      test $# = 0 && func_missing_arg $_G_opt && break
-                      case " $warning_categories $1" in
-                        *" $1 "*)
-                          # trailing space prevents matching last $1 above
-                          func_append_uniq opt_warning_types " $1"
-                          ;;
-                        *all)
-                          opt_warning_types=$warning_categories
-                          ;;
-                        *none)
-                          opt_warning_types=none
-                          warning_func=:
-                          ;;
-                        *error)
-                          opt_warning_types=$warning_categories
-                          warning_func=func_fatal_error
-                          ;;
-                        *)
-                          func_fatal_error \
-                             "unsupported warning category: '$1'"
-                          ;;
-                      esac
-                      shift
-                      ;;
-
-        --verbose|-v) opt_verbose=: ;;
-        --version)    func_version ;;
-        -\?|-h)       func_usage ;;
-        --help)       func_help ;;
-
-	# Separate optargs to long options (plugins may need this):
-	--*=*)        func_split_equals "$_G_opt"
-	              set dummy "$func_split_equals_lhs" \
-                          "$func_split_equals_rhs" ${1+"$@"}
-                      shift
-                      ;;
-
-       # Separate optargs to short options:
-        -W*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        # Separate non-argument short options:
-        -\?*|-h*|-v*|-x*)
-                      func_split_short_opt "$_G_opt"
-                      set dummy "$func_split_short_opt_name" \
-                          "-$func_split_short_opt_arg" ${1+"$@"}
-                      shift
-                      ;;
-
-        --)           break ;;
-        -*)           func_fatal_help "unrecognised option: '$_G_opt'" ;;
-        *)            set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
-      esac
-    done
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    func_parse_options_result=$func_quote_for_eval_result
-}
-
-
-# func_validate_options [ARG]...
-# ------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-func_hookable func_validate_options
-func_validate_options ()
-{
-    $debug_cmd
-
-    # Display all warnings if -W was not given.
-    test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
-
-    func_run_hooks func_validate_options ${1+"$@"}
-
-    # Bail if the options were screwed!
-    $exit_cmd $EXIT_FAILURE
-
-    # save modified positional parameters for caller
-    func_validate_options_result=$func_run_hooks_result
-}
-
-
-
-## ----------------- ##
-## Helper functions. ##
-## ----------------- ##
-
-# This section contains the helper functions used by the rest of the
-# hookable option parser framework in ascii-betical order.
-
-
-# func_fatal_help ARG...
-# ----------------------
-# Echo program name prefixed message to standard error, followed by
-# a help hint, and exit.
-func_fatal_help ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    eval \$ECHO \""$fatal_help"\"
-    func_error ${1+"$@"}
-    exit $EXIT_FAILURE
-}
-
-
-# func_help
-# ---------
-# Echo long help message to standard output and exit.
-func_help ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "$long_help_message"
-    exit 0
-}
-
-
-# func_missing_arg ARGNAME
-# ------------------------
-# Echo program name prefixed message to standard error and set global
-# exit_cmd.
-func_missing_arg ()
-{
-    $debug_cmd
-
-    func_error "Missing argument for '$1'."
-    exit_cmd=exit
-}
-
-
-# func_split_equals STRING
-# ------------------------
-# Set func_split_equals_lhs and func_split_equals_rhs shell variables after
-# splitting STRING at the '=' sign.
-test -z "$_G_HAVE_XSI_OPS" \
-    && (eval 'x=a/b/c;
-      test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
-    && _G_HAVE_XSI_OPS=yes
-
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=${1%%=*}
-      func_split_equals_rhs=${1#*=}
-      test "x$func_split_equals_lhs" = "x$1" \
-        && func_split_equals_rhs=
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_equals ()
-  {
-      $debug_cmd
-
-      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
-      func_split_equals_rhs=
-      test "x$func_split_equals_lhs" = "x$1" \
-        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
-  }
-fi #func_split_equals
-
-
-# func_split_short_opt SHORTOPT
-# -----------------------------
-# Set func_split_short_opt_name and func_split_short_opt_arg shell
-# variables after splitting SHORTOPT after the 2nd character.
-if test yes = "$_G_HAVE_XSI_OPS"
-then
-  # This is an XSI compatible shell, allowing a faster implementation...
-  eval 'func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_arg=${1#??}
-      func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
-  }'
-else
-  # ...otherwise fall back to using expr, which is often a shell builtin.
-  func_split_short_opt ()
-  {
-      $debug_cmd
-
-      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
-      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
-  }
-fi #func_split_short_opt
-
-
-# func_usage
-# ----------
-# Echo short help message to standard output and exit.
-func_usage ()
-{
-    $debug_cmd
-
-    func_usage_message
-    $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
-    exit 0
-}
-
-
-# func_usage_message
-# ------------------
-# Echo short help message to standard output.
-func_usage_message ()
-{
-    $debug_cmd
-
-    eval \$ECHO \""Usage: $usage"\"
-    echo
-    $SED -n 's|^# ||
-        /^Written by/{
-          x;p;x
-        }
-	h
-	/^Written by/q' < "$progpath"
-    echo
-    eval \$ECHO \""$usage_message"\"
-}
-
-
-# func_version
-# ------------
-# Echo version message to standard output and exit.
-func_version ()
-{
-    $debug_cmd
-
-    printf '%s\n' "$progname $scriptversion"
-    $SED -n '
-        /(C)/!b go
-        :more
-        /\./!{
-          N
-          s|\n# | |
-          b more
-        }
-        :go
-        /^# Written by /,/# warranty; / {
-          s|^# ||
-          s|^# *$||
-          s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
-          p
-        }
-        /^# Written by / {
-          s|^# ||
-          p
-        }
-        /^warranty; /q' < "$progpath"
-
-    exit $?
-}
-
-
-# Local variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
-# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
-# time-stamp-time-zone: "UTC"
-# End:
-
-# Set a version string.
-scriptversion='(GNU libtool) 2.4.4'
-
-
-# func_echo ARG...
-# ----------------
-# Libtool also displays the current mode in messages, so override
-# funclib.sh func_echo with this custom definition.
-func_echo ()
-{
-    $debug_cmd
-
-    _G_message=$*
-
-    func_echo_IFS=$IFS
-    IFS=$nl
-    for _G_line in $_G_message; do
-      IFS=$func_echo_IFS
-      $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
-    done
-    IFS=$func_echo_IFS
-}
-
-
-# func_warning ARG...
-# -------------------
-# Libtool warnings are not categorized, so override funclib.sh
-# func_warning with this simpler definition.
-func_warning ()
-{
-    $debug_cmd
-
-    $warning_func ${1+"$@"}
-}
-
-
-## ---------------- ##
-## Options parsing. ##
-## ---------------- ##
-
-# Hook in the functions to make sure our own options are parsed during
-# the option parsing loop.
-
-usage='$progpath [OPTION]... [MODE-ARG]...'
-
-# Short help message in response to '-h'.
-usage_message="Options:
-       --config             show all configuration variables
-       --debug              enable verbose shell tracing
-   -n, --dry-run            display commands without modifying any files
-       --features           display basic configuration information and exit
-       --mode=MODE          use operation mode MODE
-       --no-warnings        equivalent to '-Wnone'
-       --preserve-dup-deps  don't remove duplicate dependency libraries
-       --quiet, --silent    don't print informational messages
-       --tag=TAG            use configuration variables from tag TAG
-   -v, --verbose            print more informational messages than default
-       --version            print version information
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY [all]
-   -h, --help, --help-all   print short, long, or detailed help message
-"
-
-# Additional text appended to 'usage_message' in response to '--help'.
-long_help_message=$long_help_message"
-
-MODE must be one of the following:
-
-       clean           remove files from the build directory
-       compile         compile a source file into a libtool object
-       execute         automatically set library path, then run a program
-       finish          complete the installation of libtool libraries
-       install         install libraries or executables
-       link            create a library or an executable
-       uninstall       remove libraries from an installed directory
-
-MODE-ARGS vary depending on the MODE.  When passed as first option,
-'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
-Try '$progname --help --mode=MODE' for a more detailed description of MODE.
-
-When reporting a bug, please describe a test case to reproduce it and
-include the following information:
-
-       host-triplet:   $host
-       shell:          $SHELL
-       compiler:       $LTCC
-       compiler flags: $LTCFLAGS
-       linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.4
-       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
-       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
-
-Report bugs to <bug-libtool at gnu.org>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-General help using GNU software: <http://www.gnu.org/gethelp/>."
-
-
-# func_lo2o OBJECT-NAME
-# ---------------------
-# Transform OBJECT-NAME from a '.lo' suffix to the platform specific
-# object suffix.
-
-lo2o=s/\\.lo\$/.$objext/
-o2lo=s/\\.$objext\$/.lo/
-
-if test yes = "$_G_HAVE_XSI_OPS"; then
-  eval 'func_lo2o ()
-  {
-    case $1 in
-      *.lo) func_lo2o_result=${1%.lo}.$objext ;;
-      *   ) func_lo2o_result=$1               ;;
-    esac
-  }'
-
-  # func_xform LIBOBJ-OR-SOURCE
-  # ---------------------------
-  # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
-  # suffix to a '.lo' libtool-object suffix.
-  eval 'func_xform ()
-  {
-    func_xform_result=${1%.*}.lo
-  }'
-else
-  # ...otherwise fall back to using sed.
-  func_lo2o ()
-  {
-    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
-  }
-
-  func_xform ()
-  {
-    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
-  }
-fi
-
-
-# func_fatal_configuration ARG...
-# -------------------------------
-# Echo program name prefixed message to standard error, followed by
-# a configuration failure hint, and exit.
-func_fatal_configuration ()
-{
-    func__fatal_error ${1+"$@"} \
-      "See the $PACKAGE documentation for more information." \
-      "Fatal configuration error."
-}
-
-
-# func_config
-# -----------
-# Display the configuration for all the tags in this script.
-func_config ()
-{
-    re_begincf='^# ### BEGIN LIBTOOL'
-    re_endcf='^# ### END LIBTOOL'
-
-    # Default configuration.
-    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
-
-    # Now print the configurations for the tags.
-    for tagname in $taglist; do
-      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
-    done
-
-    exit $?
-}
-
-
-# func_features
-# -------------
-# Display the features supported by this script.
-func_features ()
-{
-    echo "host: $host"
-    if test yes = "$build_libtool_libs"; then
-      echo "enable shared libraries"
-    else
-      echo "disable shared libraries"
-    fi
-    if test yes = "$build_old_libs"; then
-      echo "enable static libraries"
-    else
-      echo "disable static libraries"
-    fi
-
-    exit $?
-}
-
-
-# func_enable_tag TAGNAME
-# -----------------------
-# Verify that TAGNAME is valid, and either flag an error and exit, or
-# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
-# variable here.
-func_enable_tag ()
-{
-    # Global variable:
-    tagname=$1
-
-    re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
-    re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
-    sed_extractcf=/$re_begincf/,/$re_endcf/p
-
-    # Validate tagname.
-    case $tagname in
-      *[!-_A-Za-z0-9,/]*)
-        func_fatal_error "invalid tag name: $tagname"
-        ;;
-    esac
-
-    # Don't test for the "default" C tag, as we know it's
-    # there but not specially marked.
-    case $tagname in
-        CC) ;;
-    *)
-        if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
-	  taglist="$taglist $tagname"
-
-	  # Evaluate the configuration.  Be careful to quote the path
-	  # and the sed script, to avoid splitting on whitespace, but
-	  # also don't use non-portable quotes within backquotes within
-	  # quotes we have to do it in 2 steps:
-	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
-	  eval "$extractedcf"
-        else
-	  func_error "ignoring unknown tag $tagname"
-        fi
-        ;;
-    esac
-}
-
-
-# func_check_version_match
-# ------------------------
-# Ensure that we are using m4 macros, and libtool script from the same
-# release of libtool.
-func_check_version_match ()
-{
-    if test "$package_revision" != "$macro_revision"; then
-      if test "$VERSION" != "$macro_version"; then
-        if test -z "$macro_version"; then
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from an older release.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        else
-          cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-        fi
-      else
-        cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
-$progname: but the definition of this LT_INIT comes from revision $macro_revision.
-$progname: You should recreate aclocal.m4 with macros from revision $package_revision
-$progname: of $PACKAGE $VERSION and run autoconf again.
-_LT_EOF
-      fi
-
-      exit $EXIT_MISMATCH
-    fi
-}
-
-
-# libtool_options_prep [ARG]...
-# -----------------------------
-# Preparation for options parsed by libtool.
-libtool_options_prep ()
-{
-    $debug_mode
-
-    # Option defaults:
-    opt_config=false
-    opt_dlopen=
-    opt_dry_run=false
-    opt_help=false
-    opt_mode=
-    opt_preserve_dup_deps=false
-    opt_quiet=false
-
-    nonopt=
-    preserve_args=
-
-    # Shorthand for --mode=foo, only valid as the first argument
-    case $1 in
-    clean|clea|cle|cl)
-      shift; set dummy --mode clean ${1+"$@"}; shift
-      ;;
-    compile|compil|compi|comp|com|co|c)
-      shift; set dummy --mode compile ${1+"$@"}; shift
-      ;;
-    execute|execut|execu|exec|exe|ex|e)
-      shift; set dummy --mode execute ${1+"$@"}; shift
-      ;;
-    finish|finis|fini|fin|fi|f)
-      shift; set dummy --mode finish ${1+"$@"}; shift
-      ;;
-    install|instal|insta|inst|ins|in|i)
-      shift; set dummy --mode install ${1+"$@"}; shift
-      ;;
-    link|lin|li|l)
-      shift; set dummy --mode link ${1+"$@"}; shift
-      ;;
-    uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
-      shift; set dummy --mode uninstall ${1+"$@"}; shift
-      ;;
-    esac
-
-    # Pass back the list of options.
-    func_quote_for_eval ${1+"$@"}
-    libtool_options_prep_result=$func_quote_for_eval_result
-}
-func_add_hook func_options_prep libtool_options_prep
-
-
-# libtool_parse_options [ARG]...
-# ---------------------------------
-# Provide handling for libtool specific options.
-libtool_parse_options ()
-{
-    $debug_cmd
-
-    # Perform our own loop to consume as many options as possible in
-    # each iteration.
-    while test $# -gt 0; do
-      _G_opt=$1
-      shift
-      case $_G_opt in
-        --dry-run|--dryrun|-n)
-                        opt_dry_run=:
-                        ;;
-
-        --config)       func_config ;;
-
-        --dlopen|-dlopen)
-                        opt_dlopen="${opt_dlopen+$opt_dlopen
-}$1"
-                        shift
-                        ;;
-
-        --preserve-dup-deps)
-                        opt_preserve_dup_deps=: ;;
-
-        --features)     func_features ;;
-
-        --finish)       set dummy --mode finish ${1+"$@"}; shift ;;
-
-        --help)         opt_help=: ;;
-
-        --help-all)     opt_help=': help-all' ;;
-
-        --mode)         test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_mode=$1
-                        case $1 in
-                          # Valid mode arguments:
-                          clean|compile|execute|finish|install|link|relink|uninstall) ;;
-
-                          # Catch anything else as an error
-                          *) func_error "invalid argument for $_G_opt"
-                             exit_cmd=exit
-                             break
-                             ;;
-                        esac
-                        shift
-                        ;;
-
-        --no-silent|--no-quiet)
-                        opt_quiet=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-warnings|--no-warning|--no-warn)
-                        opt_warning=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --no-verbose)
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --silent|--quiet)
-                        opt_quiet=:
-                        opt_verbose=false
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-        --tag)          test $# = 0 && func_missing_arg $_G_opt && break
-                        opt_tag=$1
-                        func_append preserve_args " $_G_opt $1"
-                        func_enable_tag "$1"
-                        shift
-                        ;;
-
-        --verbose|-v)   opt_quiet=false
-                        opt_verbose=:
-                        func_append preserve_args " $_G_opt"
-                        ;;
-
-	# An option not handled by this hook function:
-        *)		set dummy "$_G_opt" ${1+"$@"};	shift; break  ;;
-      esac
-    done
-
-
-    # save modified positional parameters for caller
-    func_quote_for_eval ${1+"$@"}
-    libtool_parse_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_parse_options libtool_parse_options
-
-
-
-# libtool_validate_options [ARG]...
-# ---------------------------------
-# Perform any sanity checks on option settings and/or unconsumed
-# arguments.
-libtool_validate_options ()
-{
-    # save first non-option argument
-    if test 0 -lt $#; then
-      nonopt=$1
-      shift
-    fi
-
-    # preserve --debug
-    test : = "$debug_cmd" || func_append preserve_args " --debug"
-
-    case $host in
-      # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
-      # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
-      *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
-        # don't eliminate duplications in $postdeps and $predeps
-        opt_duplicate_compiler_generated_deps=:
-        ;;
-      *)
-        opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
-        ;;
-    esac
-
-    $opt_help || {
-      # Sanity checks first:
-      func_check_version_match
-
-      test yes != "$build_libtool_libs" \
-        && test yes != "$build_old_libs" \
-        && func_fatal_configuration "not configured to build any kind of library"
-
-      # Darwin sucks
-      eval std_shrext=\"$shrext_cmds\"
-
-      # Only execute mode is allowed to have -dlopen flags.
-      if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
-        func_error "unrecognized option '-dlopen'"
-        $ECHO "$help" 1>&2
-        exit $EXIT_FAILURE
-      fi
-
-      # Change the help message to a mode-specific one.
-      generic_help=$help
-      help="Try '$progname --help --mode=$opt_mode' for more information."
-    }
-
-    # Pass back the unparsed argument list
-    func_quote_for_eval ${1+"$@"}
-    libtool_validate_options_result=$func_quote_for_eval_result
-}
-func_add_hook func_validate_options libtool_validate_options
-
-
-# Process options as early as possible so that --help and --version
-# can return quickly.
-func_options ${1+"$@"}
-eval set dummy "$func_options_result"; shift
-
-
-
-## ----------- ##
-##    Main.    ##
-## ----------- ##
-
-magic='%%%MAGIC variable%%%'
-magic_exe='%%%MAGIC EXE variable%%%'
-
-# Global variables.
-extracted_archives=
-extracted_serial=0
-
-# If this variable is set in any of the actions, the command in it
-# will be execed at the end.  This prevents here-documents from being
-# left over by shells.
-exec_cmd=
-
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-$1
-_LTECHO_EOF'
-}
-
-# func_generated_by_libtool
-# True iff stdin has been generated by Libtool. This function is only
-# a basic sanity check; it will hardly flush out determined imposters.
-func_generated_by_libtool_p ()
-{
-  $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
-}
-
-# func_lalib_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_lalib_p ()
-{
-    test -f "$1" &&
-      $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_lalib_unsafe_p file
-# True iff FILE is a libtool '.la' library or '.lo' object file.
-# This function implements the same check as func_lalib_p without
-# resorting to external programs.  To this end, it redirects stdin and
-# closes it afterwards, without saving the original file descriptor.
-# As a safety measure, use it only where a negative result would be
-# fatal anyway.  Works if 'file' does not exist.
-func_lalib_unsafe_p ()
-{
-    lalib_p=no
-    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
-	for lalib_p_l in 1 2 3 4
-	do
-	    read lalib_p_line
-	    case $lalib_p_line in
-		\#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
-	    esac
-	done
-	exec 0<&5 5<&-
-    fi
-    test yes = "$lalib_p"
-}
-
-# func_ltwrapper_script_p file
-# True iff FILE is a libtool wrapper script
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_script_p ()
-{
-    test -f "$1" &&
-      $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
-}
-
-# func_ltwrapper_executable_p file
-# True iff FILE is a libtool wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_executable_p ()
-{
-    func_ltwrapper_exec_suffix=
-    case $1 in
-    *.exe) ;;
-    *) func_ltwrapper_exec_suffix=.exe ;;
-    esac
-    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
-}
-
-# func_ltwrapper_scriptname file
-# Assumes file is an ltwrapper_executable
-# uses $file to determine the appropriate filename for a
-# temporary ltwrapper_script.
-func_ltwrapper_scriptname ()
-{
-    func_dirname_and_basename "$1" "" "."
-    func_stripname '' '.exe' "$func_basename_result"
-    func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
-}
-
-# func_ltwrapper_p file
-# True iff FILE is a libtool wrapper script or wrapper executable
-# This function is only a basic sanity check; it will hardly flush out
-# determined imposters.
-func_ltwrapper_p ()
-{
-    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
-}
-
-
-# func_execute_cmds commands fail_cmd
-# Execute tilde-delimited COMMANDS.
-# If FAIL_CMD is given, eval that upon failure.
-# FAIL_CMD may read-access the current command in variable CMD!
-func_execute_cmds ()
-{
-    $debug_cmd
-
-    save_ifs=$IFS; IFS='~'
-    for cmd in $1; do
-      IFS=$sp$nl
-      eval cmd=\"$cmd\"
-      IFS=$save_ifs
-      func_show_eval "$cmd" "${2-:}"
-    done
-    IFS=$save_ifs
-}
-
-
-# func_source file
-# Source FILE, adding directory component if necessary.
-# Note that it is not necessary on cygwin/mingw to append a dot to
-# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
-# behavior happens only for exec(3), not for open(2)!  Also, sourcing
-# 'FILE.' does not work on cygwin managed mounts.
-func_source ()
-{
-    $debug_cmd
-
-    case $1 in
-    */* | *\\*)	. "$1" ;;
-    *)		. "./$1" ;;
-    esac
-}
-
-
-# func_resolve_sysroot PATH
-# Replace a leading = in PATH with a sysroot.  Store the result into
-# func_resolve_sysroot_result
-func_resolve_sysroot ()
-{
-  func_resolve_sysroot_result=$1
-  case $func_resolve_sysroot_result in
-  =*)
-    func_stripname '=' '' "$func_resolve_sysroot_result"
-    func_resolve_sysroot_result=$lt_sysroot$func_stripname_result
-    ;;
-  esac
-}
-
-# func_replace_sysroot PATH
-# If PATH begins with the sysroot, replace it with = and
-# store the result into func_replace_sysroot_result.
-func_replace_sysroot ()
-{
-  case $lt_sysroot:$1 in
-  ?*:"$lt_sysroot"*)
-    func_stripname "$lt_sysroot" '' "$1"
-    func_replace_sysroot_result='='$func_stripname_result
-    ;;
-  *)
-    # Including no sysroot.
-    func_replace_sysroot_result=$1
-    ;;
-  esac
-}
-
-# func_infer_tag arg
-# Infer tagged configuration to use if any are available and
-# if one wasn't chosen via the "--tag" command line option.
-# Only attempt this if the compiler in the base compile
-# command doesn't match the default compiler.
-# arg is usually of the form 'gcc ...'
-func_infer_tag ()
-{
-    $debug_cmd
-
-    if test -n "$available_tags" && test -z "$tagname"; then
-      CC_quoted=
-      for arg in $CC; do
-	func_append_quoted CC_quoted "$arg"
-      done
-      CC_expanded=`func_echo_all $CC`
-      CC_quoted_expanded=`func_echo_all $CC_quoted`
-      case $@ in
-      # Blanks in the command may have been stripped by the calling shell,
-      # but not from the CC environment variable when configure was run.
-      " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-      " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;;
-      # Blanks at the start of $base_compile will cause this to fail
-      # if we don't check for them as well.
-      *)
-	for z in $available_tags; do
-	  if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
-	    # Evaluate the configuration.
-	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
-	    CC_quoted=
-	    for arg in $CC; do
-	      # Double-quote args containing other shell metacharacters.
-	      func_append_quoted CC_quoted "$arg"
-	    done
-	    CC_expanded=`func_echo_all $CC`
-	    CC_quoted_expanded=`func_echo_all $CC_quoted`
-	    case "$@ " in
-	    " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \
-	    " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*)
-	      # The compiler in the base compile command matches
-	      # the one in the tagged configuration.
-	      # Assume this is the tagged configuration we want.
-	      tagname=$z
-	      break
-	      ;;
-	    esac
-	  fi
-	done
-	# If $tagname still isn't set, then no tagged configuration
-	# was found and let the user know that the "--tag" command
-	# line option must be used.
-	if test -z "$tagname"; then
-	  func_echo "unable to infer tagged configuration"
-	  func_fatal_error "specify a tag with '--tag'"
-#	else
-#	  func_verbose "using $tagname tagged configuration"
-	fi
-	;;
-      esac
-    fi
-}
-
-
-
-# func_write_libtool_object output_name pic_name nonpic_name
-# Create a libtool object file (analogous to a ".la" file),
-# but don't create it if we're doing a dry run.
-func_write_libtool_object ()
-{
-    write_libobj=$1
-    if test yes = "$build_libtool_libs"; then
-      write_lobj=\'$2\'
-    else
-      write_lobj=none
-    fi
-
-    if test yes = "$build_old_libs"; then
-      write_oldobj=\'$3\'
-    else
-      write_oldobj=none
-    fi
-
-    $opt_dry_run || {
-      cat >${write_libobj}T <<EOF
-# $write_libobj - a libtool object file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# Name of the PIC object.
-pic_object=$write_lobj
-
-# Name of the non-PIC object
-non_pic_object=$write_oldobj
-
-EOF
-      $MV "${write_libobj}T" "$write_libobj"
-    }
-}
-
-
-##################################################
-# FILE NAME AND PATH CONVERSION HELPER FUNCTIONS #
-##################################################
-
-# func_convert_core_file_wine_to_w32 ARG
-# Helper function used by file name conversion functions when $build is *nix,
-# and $host is mingw, cygwin, or some other w32 environment. Relies on a
-# correctly configured wine environment available, with the winepath program
-# in $build's $PATH.
-#
-# ARG is the $build file name to be converted to w32 format.
-# Result is available in $func_convert_core_file_wine_to_w32_result, and will
-# be empty on error (or when ARG is empty)
-func_convert_core_file_wine_to_w32 ()
-{
-  $debug_cmd
-
-  func_convert_core_file_wine_to_w32_result=$1
-  if test -n "$1"; then
-    # Unfortunately, winepath does not exit with a non-zero error code, so we
-    # are forced to check the contents of stdout. On the other hand, if the
-    # command is not found, the shell will set an exit code of 127 and print
-    # *an error message* to stdout. So we must check for both error code of
-    # zero AND non-empty stdout, which explains the odd construction:
-    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
-      func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
-        $SED -e "$sed_naive_backslashify"`
-    else
-      func_convert_core_file_wine_to_w32_result=
-    fi
-  fi
-}
-# end: func_convert_core_file_wine_to_w32
-
-
-# func_convert_core_path_wine_to_w32 ARG
-# Helper function used by path conversion functions when $build is *nix, and
-# $host is mingw, cygwin, or some other w32 environment. Relies on a correctly
-# configured wine environment available, with the winepath program in $build's
-# $PATH. Assumes ARG has no leading or trailing path separator characters.
-#
-# ARG is path to be converted from $build format to win32.
-# Result is available in $func_convert_core_path_wine_to_w32_result.
-# Unconvertible file (directory) names in ARG are skipped; if no directory names
-# are convertible, then the result may be empty.
-func_convert_core_path_wine_to_w32 ()
-{
-  $debug_cmd
-
-  # unfortunately, winepath doesn't convert paths, only file names
-  func_convert_core_path_wine_to_w32_result=
-  if test -n "$1"; then
-    oldIFS=$IFS
-    IFS=:
-    for func_convert_core_path_wine_to_w32_f in $1; do
-      IFS=$oldIFS
-      func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
-      if test -n "$func_convert_core_file_wine_to_w32_result"; then
-        if test -z "$func_convert_core_path_wine_to_w32_result"; then
-          func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
-        else
-          func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
-        fi
-      fi
-    done
-    IFS=$oldIFS
-  fi
-}
-# end: func_convert_core_path_wine_to_w32
-
-
-# func_cygpath ARGS...
-# Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
-# when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
-# $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or
-# (2), returns the Cygwin file name or path in func_cygpath_result (input
-# file name or path is assumed to be in w32 format, as previously converted
-# from $build's *nix or MSYS format). In case (3), returns the w32 file name
-# or path in func_cygpath_result (input file name or path is assumed to be in
-# Cygwin format). Returns an empty string on error.
-#
-# ARGS are passed to cygpath, with the last one being the file name or path to
-# be converted.
-#
-# Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH
-# environment variable; do not put it in $PATH.
-func_cygpath ()
-{
-  $debug_cmd
-
-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
-    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
-    if test "$?" -ne 0; then
-      # on failure, ensure result is empty
-      func_cygpath_result=
-    fi
-  else
-    func_cygpath_result=
-    func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
-  fi
-}
-#end: func_cygpath
-
-
-# func_convert_core_msys_to_w32 ARG
-# Convert file name or path ARG from MSYS format to w32 format.  Return
-# result in func_convert_core_msys_to_w32_result.
-func_convert_core_msys_to_w32 ()
-{
-  $debug_cmd
-
-  # awkward: cmd appends spaces to result
-  func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
-    $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
-}
-#end: func_convert_core_msys_to_w32
-
-
-# func_convert_file_check ARG1 ARG2
-# Verify that ARG1 (a file name in $build format) was converted to $host
-# format in ARG2. Otherwise, emit an error message, but continue (resetting
-# func_to_host_file_result to ARG1).
-func_convert_file_check ()
-{
-  $debug_cmd
-
-  if test -z "$2" && test -n "$1"; then
-    func_error "Could not determine host file name corresponding to"
-    func_error "  '$1'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback:
-    func_to_host_file_result=$1
-  fi
-}
-# end func_convert_file_check
-
-
-# func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH
-# Verify that FROM_PATH (a path in $build format) was converted to $host
-# format in TO_PATH. Otherwise, emit an error message, but continue, resetting
-# func_to_host_file_result to a simplistic fallback value (see below).
-func_convert_path_check ()
-{
-  $debug_cmd
-
-  if test -z "$4" && test -n "$3"; then
-    func_error "Could not determine the host path corresponding to"
-    func_error "  '$3'"
-    func_error "Continuing, but uninstalled executables may not work."
-    # Fallback.  This is a deliberately simplistic "conversion" and
-    # should not be "improved".  See libtool.info.
-    if test "x$1" != "x$2"; then
-      lt_replace_pathsep_chars="s|$1|$2|g"
-      func_to_host_path_result=`echo "$3" |
-        $SED -e "$lt_replace_pathsep_chars"`
-    else
-      func_to_host_path_result=$3
-    fi
-  fi
-}
-# end func_convert_path_check
-
-
-# func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG
-# Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT
-# and appending REPL if ORIG matches BACKPAT.
-func_convert_path_front_back_pathsep ()
-{
-  $debug_cmd
-
-  case $4 in
-  $1 ) func_to_host_path_result=$3$func_to_host_path_result
-    ;;
-  esac
-  case $4 in
-  $2 ) func_append func_to_host_path_result "$3"
-    ;;
-  esac
-}
-# end func_convert_path_front_back_pathsep
-
-
-##################################################
-# $build to $host FILE NAME CONVERSION FUNCTIONS #
-##################################################
-# invoked via '$to_host_file_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# Result will be available in $func_to_host_file_result.
-
-
-# func_to_host_file ARG
-# Converts the file name ARG from $build format to $host format. Return result
-# in func_to_host_file_result.
-func_to_host_file ()
-{
-  $debug_cmd
-
-  $to_host_file_cmd "$1"
-}
-# end func_to_host_file
-
-
-# func_to_tool_file ARG LAZY
-# converts the file name ARG from $build format to toolchain format. Return
-# result in func_to_tool_file_result.  If the conversion in use is listed
-# in (the comma separated) LAZY, no conversion takes place.
-func_to_tool_file ()
-{
-  $debug_cmd
-
-  case ,$2, in
-    *,"$to_tool_file_cmd",*)
-      func_to_tool_file_result=$1
-      ;;
-    *)
-      $to_tool_file_cmd "$1"
-      func_to_tool_file_result=$func_to_host_file_result
-      ;;
-  esac
-}
-# end func_to_tool_file
-
-
-# func_convert_file_noop ARG
-# Copy ARG to func_to_host_file_result.
-func_convert_file_noop ()
-{
-  func_to_host_file_result=$1
-}
-# end func_convert_file_noop
-
-
-# func_convert_file_msys_to_w32 ARG
-# Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_file_result.
-func_convert_file_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_msys_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_w32
-
-
-# func_convert_file_cygwin_to_w32 ARG
-# Convert file name ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_file_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
-    # LT_CYGPATH in this case.
-    func_to_host_file_result=`cygpath -m "$1"`
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_cygwin_to_w32
-
-
-# func_convert_file_nix_to_w32 ARG
-# Convert file name ARG from *nix to w32 format.  Requires a wine environment
-# and a working winepath. Returns result in func_to_host_file_result.
-func_convert_file_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_file_wine_to_w32 "$1"
-    func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_w32
-
-
-# func_convert_file_msys_to_cygwin ARG
-# Convert file name ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_file_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    func_convert_core_msys_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_msys_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_msys_to_cygwin
-
-
-# func_convert_file_nix_to_cygwin ARG
-# Convert file name ARG from *nix to Cygwin format.  Requires Cygwin installed
-# in a wine environment, working winepath, and LT_CYGPATH set.  Returns result
-# in func_to_host_file_result.
-func_convert_file_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_file_result=$1
-  if test -n "$1"; then
-    # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
-    func_convert_core_file_wine_to_w32 "$1"
-    func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
-    func_to_host_file_result=$func_cygpath_result
-  fi
-  func_convert_file_check "$1" "$func_to_host_file_result"
-}
-# end func_convert_file_nix_to_cygwin
-
-
-#############################################
-# $build to $host PATH CONVERSION FUNCTIONS #
-#############################################
-# invoked via '$to_host_path_cmd ARG'
-#
-# In each case, ARG is the path to be converted from $build to $host format.
-# The result will be available in $func_to_host_path_result.
-#
-# Path separators are also converted from $build format to $host format.  If
-# ARG begins or ends with a path separator character, it is preserved (but
-# converted to $host format) on output.
-#
-# All path conversion functions are named using the following convention:
-#   file name conversion function    : func_convert_file_X_to_Y ()
-#   path conversion function         : func_convert_path_X_to_Y ()
-# where, for any given $build/$host combination the 'X_to_Y' value is the
-# same.  If conversion functions are added for new $build/$host combinations,
-# the two new functions must follow this pattern, or func_init_to_host_path_cmd
-# will break.
-
-
-# func_init_to_host_path_cmd
-# Ensures that function "pointer" variable $to_host_path_cmd is set to the
-# appropriate value, based on the value of $to_host_file_cmd.
-to_host_path_cmd=
-func_init_to_host_path_cmd ()
-{
-  $debug_cmd
-
-  if test -z "$to_host_path_cmd"; then
-    func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
-    to_host_path_cmd=func_convert_path_$func_stripname_result
-  fi
-}
-
-
-# func_to_host_path ARG
-# Converts the path ARG from $build format to $host format. Return result
-# in func_to_host_path_result.
-func_to_host_path ()
-{
-  $debug_cmd
-
-  func_init_to_host_path_cmd
-  $to_host_path_cmd "$1"
-}
-# end func_to_host_path
-
-
-# func_convert_path_noop ARG
-# Copy ARG to func_to_host_path_result.
-func_convert_path_noop ()
-{
-  func_to_host_path_result=$1
-}
-# end func_convert_path_noop
-
-
-# func_convert_path_msys_to_w32 ARG
-# Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic
-# conversion to w32 is not available inside the cwrapper.  Returns result in
-# func_to_host_path_result.
-func_convert_path_msys_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from ARG.  MSYS
-    # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
-    # and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_msys_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_msys_to_w32
-
-
-# func_convert_path_cygwin_to_w32 ARG
-# Convert path ARG from Cygwin to w32 format.  Returns result in
-# func_to_host_file_result.
-func_convert_path_cygwin_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_cygwin_to_w32
-
-
-# func_convert_path_nix_to_w32 ARG
-# Convert path ARG from *nix to w32 format.  Requires a wine environment and
-# a working winepath.  Returns result in func_to_host_file_result.
-func_convert_path_nix_to_w32 ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
-    func_convert_path_check : ";" \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
-  fi
-}
-# end func_convert_path_nix_to_w32
-
-
-# func_convert_path_msys_to_cygwin ARG
-# Convert path ARG from MSYS to Cygwin format.  Requires LT_CYGPATH set.
-# Returns result in func_to_host_file_result.
-func_convert_path_msys_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # See func_convert_path_msys_to_w32:
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_msys_to_cygwin
-
-
-# func_convert_path_nix_to_cygwin ARG
-# Convert path ARG from *nix to Cygwin format.  Requires Cygwin installed in a
-# a wine environment, working winepath, and LT_CYGPATH set.  Returns result in
-# func_to_host_file_result.
-func_convert_path_nix_to_cygwin ()
-{
-  $debug_cmd
-
-  func_to_host_path_result=$1
-  if test -n "$1"; then
-    # Remove leading and trailing path separator characters from
-    # ARG. msys behavior is inconsistent here, cygpath turns them
-    # into '.;' and ';.', and winepath ignores them completely.
-    func_stripname : : "$1"
-    func_to_host_path_tmp1=$func_stripname_result
-    func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
-    func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
-    func_to_host_path_result=$func_cygpath_result
-    func_convert_path_check : : \
-      "$func_to_host_path_tmp1" "$func_to_host_path_result"
-    func_convert_path_front_back_pathsep ":*" "*:" : "$1"
-  fi
-}
-# end func_convert_path_nix_to_cygwin
-
-
-# func_dll_def_p FILE
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with _LT_DLL_DEF_P in libtool.m4
-func_dll_def_p ()
-{
-  $debug_cmd
-
-  func_dll_def_p_tmp=`$SED -n \
-    -e 's/^[	 ]*//' \
-    -e '/^\(;.*\)*$/d' \
-    -e 's/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p' \
-    -e q \
-    "$1"`
-  test DEF = "$func_dll_def_p_tmp"
-}
-
-
-# func_mode_compile arg...
-func_mode_compile ()
-{
-    $debug_cmd
-
-    # Get the compilation command and the source file.
-    base_compile=
-    srcfile=$nonopt  #  always keep a non-empty value in "srcfile"
-    suppress_opt=yes
-    suppress_output=
-    arg_mode=normal
-    libobj=
-    later=
-    pie_flag=
-
-    for arg
-    do
-      case $arg_mode in
-      arg  )
-	# do not "continue".  Instead, add this to base_compile
-	lastarg=$arg
-	arg_mode=normal
-	;;
-
-      target )
-	libobj=$arg
-	arg_mode=normal
-	continue
-	;;
-
-      normal )
-	# Accept any command-line options.
-	case $arg in
-	-o)
-	  test -n "$libobj" && \
-	    func_fatal_error "you cannot specify '-o' more than once"
-	  arg_mode=target
-	  continue
-	  ;;
-
-	-pie | -fpie | -fPIE)
-          func_append pie_flag " $arg"
-	  continue
-	  ;;
-
-	-shared | -static | -prefer-pic | -prefer-non-pic)
-	  func_append later " $arg"
-	  continue
-	  ;;
-
-	-no-suppress)
-	  suppress_opt=no
-	  continue
-	  ;;
-
-	-Xcompiler)
-	  arg_mode=arg  #  the next one goes into the "base_compile" arg list
-	  continue      #  The current "srcfile" will either be retained or
-	  ;;            #  replaced later.  I would guess that would be a bug.
-
-	-Wc,*)
-	  func_stripname '-Wc,' '' "$arg"
-	  args=$func_stripname_result
-	  lastarg=
-	  save_ifs=$IFS; IFS=,
-	  for arg in $args; do
-	    IFS=$save_ifs
-	    func_append_quoted lastarg "$arg"
-	  done
-	  IFS=$save_ifs
-	  func_stripname ' ' '' "$lastarg"
-	  lastarg=$func_stripname_result
-
-	  # Add the arguments to base_compile.
-	  func_append base_compile " $lastarg"
-	  continue
-	  ;;
-
-	*)
-	  # Accept the current argument as the source file.
-	  # The previous "srcfile" becomes the current argument.
-	  #
-	  lastarg=$srcfile
-	  srcfile=$arg
-	  ;;
-	esac  #  case $arg
-	;;
-      esac    #  case $arg_mode
-
-      # Aesthetically quote the previous argument.
-      func_append_quoted base_compile "$lastarg"
-    done # for arg
-
-    case $arg_mode in
-    arg)
-      func_fatal_error "you must specify an argument for -Xcompile"
-      ;;
-    target)
-      func_fatal_error "you must specify a target with '-o'"
-      ;;
-    *)
-      # Get the name of the library object.
-      test -z "$libobj" && {
-	func_basename "$srcfile"
-	libobj=$func_basename_result
-      }
-      ;;
-    esac
-
-    # Recognize several different file suffixes.
-    # If the user specifies -o file.o, it is replaced with file.lo
-    case $libobj in
-    *.[cCFSifmso] | \
-    *.ada | *.adb | *.ads | *.asm | \
-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
-    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
-      func_xform "$libobj"
-      libobj=$func_xform_result
-      ;;
-    esac
-
-    case $libobj in
-    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
-    *)
-      func_fatal_error "cannot determine name of library object from '$libobj'"
-      ;;
-    esac
-
-    func_infer_tag $base_compile
-
-    for arg in $later; do
-      case $arg in
-      -shared)
-	test yes = "$build_libtool_libs" \
-	  || func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	continue
-	;;
-
-      -static)
-	build_libtool_libs=no
-	build_old_libs=yes
-	continue
-	;;
-
-      -prefer-pic)
-	pic_mode=yes
-	continue
-	;;
-
-      -prefer-non-pic)
-	pic_mode=no
-	continue
-	;;
-      esac
-    done
-
-    func_quote_for_eval "$libobj"
-    test "X$libobj" != "X$func_quote_for_eval_result" \
-      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'	 &()|`$[]' \
-      && func_warning "libobj name '$libobj' may not contain shell special characters."
-    func_dirname_and_basename "$obj" "/" ""
-    objname=$func_basename_result
-    xdir=$func_dirname_result
-    lobj=$xdir$objdir/$objname
-
-    test -z "$base_compile" && \
-      func_fatal_help "you must specify a compilation command"
-
-    # Delete any leftover library objects.
-    if test yes = "$build_old_libs"; then
-      removelist="$obj $lobj $libobj ${libobj}T"
-    else
-      removelist="$lobj $libobj ${libobj}T"
-    fi
-
-    # On Cygwin there's no "real" PIC flag so we must build both object types
-    case $host_os in
-    cygwin* | mingw* | pw32* | os2* | cegcc*)
-      pic_mode=default
-      ;;
-    esac
-    if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
-      # non-PIC code in shared libraries is not supported
-      pic_mode=default
-    fi
-
-    # Calculate the filename of the output object if compiler does
-    # not support -o with -c
-    if test no = "$compiler_c_o"; then
-      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
-      lockfile=$output_obj.lock
-    else
-      output_obj=
-      need_locks=no
-      lockfile=
-    fi
-
-    # Lock this critical section if it is needed
-    # We use this script file to make the link, it avoids creating a new file
-    if test yes = "$need_locks"; then
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    elif test warn = "$need_locks"; then
-      if test -f "$lockfile"; then
-	$ECHO "\
-*** ERROR, $lockfile exists and contains:
-`cat $lockfile 2>/dev/null`
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-      func_append removelist " $output_obj"
-      $ECHO "$srcfile" > "$lockfile"
-    fi
-
-    $opt_dry_run || $RM $removelist
-    func_append removelist " $lockfile"
-    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
-
-    func_to_tool_file "$srcfile" func_convert_file_msys_to_w32
-    srcfile=$func_to_tool_file_result
-    func_quote_for_eval "$srcfile"
-    qsrcfile=$func_quote_for_eval_result
-
-    # Only build a PIC object if we are building libtool libraries.
-    if test yes = "$build_libtool_libs"; then
-      # Without this assignment, base_compile gets emptied.
-      fbsd_hideous_sh_bug=$base_compile
-
-      if test no != "$pic_mode"; then
-	command="$base_compile $qsrcfile $pic_flag"
-      else
-	# Don't build PIC code
-	command="$base_compile $qsrcfile"
-      fi
-
-      func_mkdir_p "$xdir$objdir"
-
-      if test -z "$output_obj"; then
-	# Place PIC objects in $objdir
-	func_append command " -o $lobj"
-      fi
-
-      func_show_eval_locale "$command"	\
-          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed, then go on to compile the next one
-      if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
-	func_show_eval '$MV "$output_obj" "$lobj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-
-      # Allow error messages only from the first compilation.
-      if test yes = "$suppress_opt"; then
-	suppress_output=' >/dev/null 2>&1'
-      fi
-    fi
-
-    # Only build a position-dependent object if we build old libraries.
-    if test yes = "$build_old_libs"; then
-      if test yes != "$pic_mode"; then
-	# Don't build PIC code
-	command="$base_compile $qsrcfile$pie_flag"
-      else
-	command="$base_compile $qsrcfile $pic_flag"
-      fi
-      if test yes = "$compiler_c_o"; then
-	func_append command " -o $obj"
-      fi
-
-      # Suppress compiler output if we already did a PIC compilation.
-      func_append command "$suppress_output"
-      func_show_eval_locale "$command" \
-        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
-
-      if test warn = "$need_locks" &&
-	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
-	$ECHO "\
-*** ERROR, $lockfile contains:
-`cat $lockfile 2>/dev/null`
-
-but it should contain:
-$srcfile
-
-This indicates that another process is trying to use the same
-temporary object file, and libtool could not work around it because
-your compiler does not support '-c' and '-o' together.  If you
-repeat this compilation, it may succeed, by chance, but you had better
-avoid parallel builds (make -j) in this platform, or get a better
-compiler."
-
-	$opt_dry_run || $RM $removelist
-	exit $EXIT_FAILURE
-      fi
-
-      # Just move the object if needed
-      if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
-	func_show_eval '$MV "$output_obj" "$obj"' \
-	  'error=$?; $opt_dry_run || $RM $removelist; exit $error'
-      fi
-    fi
-
-    $opt_dry_run || {
-      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
-
-      # Unlock the critical section if it was locked
-      if test no != "$need_locks"; then
-	removelist=$lockfile
-        $RM "$lockfile"
-      fi
-    }
-
-    exit $EXIT_SUCCESS
-}
-
-$opt_help || {
-  test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
-}
-
-func_mode_help ()
-{
-    # We need to display help for each of the modes.
-    case $opt_mode in
-      "")
-        # Generic help is extracted from the usage comments
-        # at the start of this file.
-        func_help
-        ;;
-
-      clean)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
-
-Remove files from the build directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, object or program, all the files associated
-with it are deleted. Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      compile)
-      $ECHO \
-"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
-
-Compile a source file into a libtool library object.
-
-This mode accepts the following additional options:
-
-  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
-  -no-suppress      do not suppress compiler output for multiple passes
-  -prefer-pic       try to build PIC objects only
-  -prefer-non-pic   try to build non-PIC objects only
-  -shared           do not build a '.o' file suitable for static linking
-  -static           only build a '.o' file suitable for static linking
-  -Wc,FLAG          pass FLAG directly to the compiler
-
-COMPILE-COMMAND is a command to be used in creating a 'standard' object file
-from the given SOURCEFILE.
-
-The output file name is determined by removing the directory component from
-SOURCEFILE, then substituting the C source code suffix '.c' with the
-library object suffix, '.lo'."
-        ;;
-
-      execute)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
-
-Automatically set library path, then run a program.
-
-This mode accepts the following additional options:
-
-  -dlopen FILE      add the directory containing FILE to the library path
-
-This mode sets the library path environment variable according to '-dlopen'
-flags.
-
-If any of the ARGS are libtool executable wrappers, then they are translated
-into their corresponding uninstalled binary, and any of their required library
-directories are added to the library path.
-
-Then, COMMAND is executed, with ARGS as arguments."
-        ;;
-
-      finish)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
-
-Complete the installation of libtool libraries.
-
-Each LIBDIR is a directory that contains libtool libraries.
-
-The commands that this mode executes may require superuser privileges.  Use
-the '--dry-run' option if you just want to see what would be executed."
-        ;;
-
-      install)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
-
-Install executables or libraries.
-
-INSTALL-COMMAND is the installation command.  The first component should be
-either the 'install' or 'cp' program.
-
-The following components of INSTALL-COMMAND are treated specially:
-
-  -inst-prefix-dir PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
-
-The rest of the components are interpreted as arguments to that command (only
-BSD-compatible install options are recognized)."
-        ;;
-
-      link)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
-
-Link object files or libraries together to form another library, or to
-create an executable program.
-
-LINK-COMMAND is a command using the C compiler that you would use to create
-a program from several object files.
-
-The following components of LINK-COMMAND are treated specially:
-
-  -all-static       do not do any dynamic linking at all
-  -avoid-version    do not add a version suffix if possible
-  -bindir BINDIR    specify path to binaries directory (for systems where
-                    libraries must be found in the PATH setting at runtime)
-  -dlopen FILE      '-dlpreopen' FILE if it cannot be dlopened at runtime
-  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
-  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
-  -export-symbols SYMFILE
-                    try to export only the symbols listed in SYMFILE
-  -export-symbols-regex REGEX
-                    try to export only the symbols matching REGEX
-  -LLIBDIR          search LIBDIR for required installed libraries
-  -lNAME            OUTPUT-FILE requires the installed library libNAME
-  -module           build a library that can dlopened
-  -no-fast-install  disable the fast-install mode
-  -no-install       link a not-installable executable
-  -no-undefined     declare that a library does not refer to external symbols
-  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
-  -objectlist FILE  use a list of object files found in FILE to specify objects
-  -os2dllname NAME  force a short DLL name on OS/2 (no effect on other OSes)
-  -precious-files-regex REGEX
-                    don't remove output files matching REGEX
-  -release RELEASE  specify package release information
-  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
-  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
-  -shared           only do dynamic linking of libtool libraries
-  -shrext SUFFIX    override the standard shared library file extension
-  -static           do not do any dynamic linking of uninstalled libtool libraries
-  -static-libtool-libs
-                    do not do any dynamic linking of libtool libraries
-  -version-info CURRENT[:REVISION[:AGE]]
-                    specify library version info [each variable defaults to 0]
-  -weak LIBNAME     declare that the target provides the LIBNAME interface
-  -Wc,FLAG
-  -Xcompiler FLAG   pass linker-specific FLAG directly to the compiler
-  -Wl,FLAG
-  -Xlinker FLAG     pass linker-specific FLAG directly to the linker
-  -XCClinker FLAG   pass link-specific FLAG to the compiler driver (CC)
-
-All other options (arguments beginning with '-') are ignored.
-
-Every other argument is treated as a filename.  Files ending in '.la' are
-treated as uninstalled libtool libraries, other files are standard or library
-object files.
-
-If the OUTPUT-FILE ends in '.la', then a libtool library is created,
-only library objects ('.lo' files) may be specified, and '-rpath' is
-required, except when creating a convenience library.
-
-If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
-using 'ar' and 'ranlib', or on Windows using 'lib'.
-
-If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
-is created, otherwise an executable program is created."
-        ;;
-
-      uninstall)
-        $ECHO \
-"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
-
-Remove libraries from an installation directory.
-
-RM is the name of the program to use to delete files associated with each FILE
-(typically '/bin/rm').  RM-OPTIONS are options (such as '-f') to be passed
-to RM.
-
-If FILE is a libtool library, all the files associated with it are deleted.
-Otherwise, only FILE itself is deleted using RM."
-        ;;
-
-      *)
-        func_fatal_help "invalid operation mode '$opt_mode'"
-        ;;
-    esac
-
-    echo
-    $ECHO "Try '$progname --help' for more information about other modes."
-}
-
-# Now that we've collected a possible --mode arg, show help if necessary
-if $opt_help; then
-  if test : = "$opt_help"; then
-    func_mode_help
-  else
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	func_mode_help
-      done
-    } | $SED -n '1p; 2,$s/^Usage:/  or: /p'
-    {
-      func_help noexit
-      for opt_mode in compile link execute install finish uninstall clean; do
-	echo
-	func_mode_help
-      done
-    } |
-    $SED '1d
-      /^When reporting/,/^Report/{
-	H
-	d
-      }
-      $x
-      /information about other modes/d
-      /more detailed .*MODE/d
-      s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/'
-  fi
-  exit $?
-fi
-
-
-# func_mode_execute arg...
-func_mode_execute ()
-{
-    $debug_cmd
-
-    # The first argument is the command name.
-    cmd=$nonopt
-    test -z "$cmd" && \
-      func_fatal_help "you must specify a COMMAND"
-
-    # Handle -dlopen flags immediately.
-    for file in $opt_dlopen; do
-      test -f "$file" \
-	|| func_fatal_help "'$file' is not a file"
-
-      dir=
-      case $file in
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$lib' is not a valid libtool archive"
-
-	# Read the libtool library.
-	dlname=
-	library_names=
-	func_source "$file"
-
-	# Skip this library if it cannot be dlopened.
-	if test -z "$dlname"; then
-	  # Warn if it was a shared library.
-	  test -n "$library_names" && \
-	    func_warning "'$file' was not linked with '-export-dynamic'"
-	  continue
-	fi
-
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-
-	if test -f "$dir/$objdir/$dlname"; then
-	  func_append dir "/$objdir"
-	else
-	  if test ! -f "$dir/$dlname"; then
-	    func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
-	  fi
-	fi
-	;;
-
-      *.lo)
-	# Just add the directory containing the .lo file.
-	func_dirname "$file" "" "."
-	dir=$func_dirname_result
-	;;
-
-      *)
-	func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
-	continue
-	;;
-      esac
-
-      # Get the absolute pathname.
-      absdir=`cd "$dir" && pwd`
-      test -n "$absdir" && dir=$absdir
-
-      # Now add the directory to shlibpath_var.
-      if eval "test -z \"\$$shlibpath_var\""; then
-	eval "$shlibpath_var=\"\$dir\""
-      else
-	eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
-      fi
-    done
-
-    # This variable tells wrapper scripts just to set shlibpath_var
-    # rather than running their programs.
-    libtool_execute_magic=$magic
-
-    # Check if any of the arguments is a wrapper script.
-    args=
-    for file
-    do
-      case $file in
-      -* | *.la | *.lo ) ;;
-      *)
-	# Do a test to see if this is really a libtool program.
-	if func_ltwrapper_script_p "$file"; then
-	  func_source "$file"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	elif func_ltwrapper_executable_p "$file"; then
-	  func_ltwrapper_scriptname "$file"
-	  func_source "$func_ltwrapper_scriptname_result"
-	  # Transform arg to wrapped name.
-	  file=$progdir/$program
-	fi
-	;;
-      esac
-      # Quote arguments (to preserve shell metacharacters).
-      func_append_quoted args "$file"
-    done
-
-    if $opt_dry_run; then
-      # Display what would be done.
-      if test -n "$shlibpath_var"; then
-	eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
-	echo "export $shlibpath_var"
-      fi
-      $ECHO "$cmd$args"
-      exit $EXIT_SUCCESS
-    else
-      if test -n "$shlibpath_var"; then
-	# Export the shlibpath_var.
-	eval "export $shlibpath_var"
-      fi
-
-      # Restore saved environment variables
-      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
-      do
-	eval "if test \"\${save_$lt_var+set}\" = set; then
-                $lt_var=\$save_$lt_var; export $lt_var
-	      else
-		$lt_unset $lt_var
-	      fi"
-      done
-
-      # Now prepare to actually exec the command.
-      exec_cmd=\$cmd$args
-    fi
-}
-
-test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
-
-
-# func_mode_finish arg...
-func_mode_finish ()
-{
-    $debug_cmd
-
-    libs=
-    libdirs=
-    admincmds=
-
-    for opt in "$nonopt" ${1+"$@"}
-    do
-      if test -d "$opt"; then
-	func_append libdirs " $opt"
-
-      elif test -f "$opt"; then
-	if func_lalib_unsafe_p "$opt"; then
-	  func_append libs " $opt"
-	else
-	  func_warning "'$opt' is not a valid libtool archive"
-	fi
-
-      else
-	func_fatal_error "invalid argument '$opt'"
-      fi
-    done
-
-    if test -n "$libs"; then
-      if test -n "$lt_sysroot"; then
-        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
-      else
-        sysroot_cmd=
-      fi
-
-      # Remove sysroot references
-      if $opt_dry_run; then
-        for lib in $libs; do
-          echo "removing references to $lt_sysroot and '=' prefixes from $lib"
-        done
-      else
-        tmpdir=`func_mktempdir`
-        for lib in $libs; do
-	  $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
-	    > $tmpdir/tmp-la
-	  mv -f $tmpdir/tmp-la $lib
-	done
-        ${RM}r "$tmpdir"
-      fi
-    fi
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      for libdir in $libdirs; do
-	if test -n "$finish_cmds"; then
-	  # Do each command in the finish commands.
-	  func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
-'"$cmd"'"'
-	fi
-	if test -n "$finish_eval"; then
-	  # Do the single finish_eval.
-	  eval cmds=\"$finish_eval\"
-	  $opt_dry_run || eval "$cmds" || func_append admincmds "
-       $cmds"
-	fi
-      done
-    fi
-
-    # Exit here if they wanted silent mode.
-    $opt_quiet && exit $EXIT_SUCCESS
-
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
-      echo "----------------------------------------------------------------------"
-      echo "Libraries have been installed in:"
-      for libdir in $libdirs; do
-	$ECHO "   $libdir"
-      done
-      echo
-      echo "If you ever happen to want to link against installed libraries"
-      echo "in a given directory, LIBDIR, you must either use libtool, and"
-      echo "specify the full pathname of the library, or use the '-LLIBDIR'"
-      echo "flag during linking and do at least one of the following:"
-      if test -n "$shlibpath_var"; then
-	echo "   - add LIBDIR to the '$shlibpath_var' environment variable"
-	echo "     during execution"
-      fi
-      if test -n "$runpath_var"; then
-	echo "   - add LIBDIR to the '$runpath_var' environment variable"
-	echo "     during linking"
-      fi
-      if test -n "$hardcode_libdir_flag_spec"; then
-	libdir=LIBDIR
-	eval flag=\"$hardcode_libdir_flag_spec\"
-
-	$ECHO "   - use the '$flag' linker flag"
-      fi
-      if test -n "$admincmds"; then
-	$ECHO "   - have your system administrator run these commands:$admincmds"
-      fi
-      if test -f /etc/ld.so.conf; then
-	echo "   - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
-      fi
-      echo
-
-      echo "See any operating system documentation about shared libraries for"
-      case $host in
-	solaris2.[6789]|solaris2.1[0-9])
-	  echo "more information, such as the ld(1), crle(1) and ld.so(8) manual"
-	  echo "pages."
-	  ;;
-	*)
-	  echo "more information, such as the ld(1) and ld.so(8) manual pages."
-	  ;;
-      esac
-      echo "----------------------------------------------------------------------"
-    fi
-    exit $EXIT_SUCCESS
-}
-
-test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
-
-
-# func_mode_install arg...
-func_mode_install ()
-{
-    $debug_cmd
-
-    # There may be an optional sh(1) argument at the beginning of
-    # install_prog (especially on Windows NT).
-    if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
-       # Allow the use of GNU shtool's install command.
-       case $nonopt in *shtool*) :;; *) false;; esac
-    then
-      # Aesthetically quote it.
-      func_quote_for_eval "$nonopt"
-      install_prog="$func_quote_for_eval_result "
-      arg=$1
-      shift
-    else
-      install_prog=
-      arg=$nonopt
-    fi
-
-    # The real first argument should be the name of the installation program.
-    # Aesthetically quote it.
-    func_quote_for_eval "$arg"
-    func_append install_prog "$func_quote_for_eval_result"
-    install_shared_prog=$install_prog
-    case " $install_prog " in
-      *[\\\ /]cp\ *) install_cp=: ;;
-      *) install_cp=false ;;
-    esac
-
-    # We need to accept at least all the BSD install flags.
-    dest=
-    files=
-    opts=
-    prev=
-    install_type=
-    isdir=false
-    stripme=
-    no_mode=:
-    for arg
-    do
-      arg2=
-      if test -n "$dest"; then
-	func_append files " $dest"
-	dest=$arg
-	continue
-      fi
-
-      case $arg in
-      -d) isdir=: ;;
-      -f)
-	if $install_cp; then :; else
-	  prev=$arg
-	fi
-	;;
-      -g | -m | -o)
-	prev=$arg
-	;;
-      -s)
-	stripme=" -s"
-	continue
-	;;
-      -*)
-	;;
-      *)
-	# If the previous option needed an argument, then skip it.
-	if test -n "$prev"; then
-	  if test X-m = "X$prev" && test -n "$install_override_mode"; then
-	    arg2=$install_override_mode
-	    no_mode=false
-	  fi
-	  prev=
-	else
-	  dest=$arg
-	  continue
-	fi
-	;;
-      esac
-
-      # Aesthetically quote the argument.
-      func_quote_for_eval "$arg"
-      func_append install_prog " $func_quote_for_eval_result"
-      if test -n "$arg2"; then
-	func_quote_for_eval "$arg2"
-      fi
-      func_append install_shared_prog " $func_quote_for_eval_result"
-    done
-
-    test -z "$install_prog" && \
-      func_fatal_help "you must specify an install program"
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prev' option requires an argument"
-
-    if test -n "$install_override_mode" && $no_mode; then
-      if $install_cp; then :; else
-	func_quote_for_eval "$install_override_mode"
-	func_append install_shared_prog " -m $func_quote_for_eval_result"
-      fi
-    fi
-
-    if test -z "$files"; then
-      if test -z "$dest"; then
-	func_fatal_help "no file or destination specified"
-      else
-	func_fatal_help "you must specify a destination"
-      fi
-    fi
-
-    # Strip any trailing slash from the destination.
-    func_stripname '' '/' "$dest"
-    dest=$func_stripname_result
-
-    # Check to see that the destination is a directory.
-    test -d "$dest" && isdir=:
-    if $isdir; then
-      destdir=$dest
-      destname=
-    else
-      func_dirname_and_basename "$dest" "" "."
-      destdir=$func_dirname_result
-      destname=$func_basename_result
-
-      # Not a directory, so check to see that there is only one file specified.
-      set dummy $files; shift
-      test "$#" -gt 1 && \
-	func_fatal_help "'$dest' is not a directory"
-    fi
-    case $destdir in
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
-    *)
-      for file in $files; do
-	case $file in
-	*.lo) ;;
-	*)
-	  func_fatal_help "'$destdir' must be an absolute directory name"
-	  ;;
-	esac
-      done
-      ;;
-    esac
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    staticlibs=
-    future_libdirs=
-    current_libdirs=
-    for file in $files; do
-
-      # Do each installation.
-      case $file in
-      *.$libext)
-	# Do the static libraries later.
-	func_append staticlibs " $file"
-	;;
-
-      *.la)
-	func_resolve_sysroot "$file"
-	file=$func_resolve_sysroot_result
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$file" \
-	  || func_fatal_help "'$file' is not a valid libtool archive"
-
-	library_names=
-	old_library=
-	relink_command=
-	func_source "$file"
-
-	# Add the libdir to current_libdirs if it is the destination.
-	if test "X$destdir" = "X$libdir"; then
-	  case "$current_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append current_libdirs " $libdir" ;;
-	  esac
-	else
-	  # Note the libdir as a future libdir.
-	  case "$future_libdirs " in
-	  *" $libdir "*) ;;
-	  *) func_append future_libdirs " $libdir" ;;
-	  esac
-	fi
-
-	func_dirname "$file" "/" ""
-	dir=$func_dirname_result
-	func_append dir "$objdir"
-
-	if test -n "$relink_command"; then
-	  # Determine the prefix the user has applied to our future dir.
-	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
-
-	  # Don't allow the user to place us outside of our expected
-	  # location b/c this prevents finding dependent libraries that
-	  # are installed to the same prefix.
-	  # At present, this check doesn't affect windows .dll's that
-	  # are installed into $libdir/../bin (currently, that works fine)
-	  # but it's something to keep an eye on.
-	  test "$inst_prefix_dir" = "$destdir" && \
-	    func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
-
-	  if test -n "$inst_prefix_dir"; then
-	    # Stick the inst_prefix_dir data into the link command.
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
-	  else
-	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
-	  fi
-
-	  func_warning "relinking '$file'"
-	  func_show_eval "$relink_command" \
-	    'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
-	fi
-
-	# See the names of the shared library.
-	set dummy $library_names; shift
-	if test -n "$1"; then
-	  realname=$1
-	  shift
-
-	  srcname=$realname
-	  test -n "$relink_command" && srcname=${realname}T
-
-	  # Install the shared library and build the symlinks.
-	  func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
-	      'exit $?'
-	  tstripme=$stripme
-	  case $host_os in
-	  cygwin* | mingw* | pw32* | cegcc*)
-	    case $realname in
-	    *.dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  os2*)
-	    case $realname in
-	    *_dll.a)
-	      tstripme=
-	      ;;
-	    esac
-	    ;;
-	  esac
-	  if test -n "$tstripme" && test -n "$striplib"; then
-	    func_show_eval "$striplib $destdir/$realname" 'exit $?'
-	  fi
-
-	  if test "$#" -gt 0; then
-	    # Delete the old symlinks, and create new ones.
-	    # Try 'ln -sf' first, because the 'ln' binary might depend on
-	    # the symlink we replace!  Solaris /bin/ln does not understand -f,
-	    # so we also need to try rm && ln -s.
-	    for linkname
-	    do
-	      test "$linkname" != "$realname" \
-		&& func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
-	    done
-	  fi
-
-	  # Do each command in the postinstall commands.
-	  lib=$destdir/$realname
-	  func_execute_cmds "$postinstall_cmds" 'exit $?'
-	fi
-
-	# Install the pseudo-library for information purposes.
-	func_basename "$file"
-	name=$func_basename_result
-	instname=$dir/${name}i
-	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-
-	# Maybe install the static library, too.
-	test -n "$old_library" && func_append staticlibs " $dir/$old_library"
-	;;
-
-      *.lo)
-	# Install (i.e. copy) a libtool object.
-
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# Deduce the name of the destination old-style object file.
-	case $destfile in
-	*.lo)
-	  func_lo2o "$destfile"
-	  staticdest=$func_lo2o_result
-	  ;;
-	*.$objext)
-	  staticdest=$destfile
-	  destfile=
-	  ;;
-	*)
-	  func_fatal_help "cannot copy a libtool object to '$destfile'"
-	  ;;
-	esac
-
-	# Install the libtool object if requested.
-	test -n "$destfile" && \
-	  func_show_eval "$install_prog $file $destfile" 'exit $?'
-
-	# Install the old object if enabled.
-	if test yes = "$build_old_libs"; then
-	  # Deduce the name of the old-style object file.
-	  func_lo2o "$file"
-	  staticobj=$func_lo2o_result
-	  func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
-	fi
-	exit $EXIT_SUCCESS
-	;;
-
-      *)
-	# Figure out destination file name, if it wasn't already specified.
-	if test -n "$destname"; then
-	  destfile=$destdir/$destname
-	else
-	  func_basename "$file"
-	  destfile=$func_basename_result
-	  destfile=$destdir/$destfile
-	fi
-
-	# If the file is missing, and there is a .exe on the end, strip it
-	# because it is most likely a libtool script we actually want to
-	# install
-	stripped_ext=
-	case $file in
-	  *.exe)
-	    if test ! -f "$file"; then
-	      func_stripname '' '.exe' "$file"
-	      file=$func_stripname_result
-	      stripped_ext=.exe
-	    fi
-	    ;;
-	esac
-
-	# Do a test to see if this is really a libtool program.
-	case $host in
-	*cygwin* | *mingw*)
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      wrapper=$func_ltwrapper_scriptname_result
-	    else
-	      func_stripname '' '.exe' "$file"
-	      wrapper=$func_stripname_result
-	    fi
-	    ;;
-	*)
-	    wrapper=$file
-	    ;;
-	esac
-	if func_ltwrapper_script_p "$wrapper"; then
-	  notinst_deplibs=
-	  relink_command=
-
-	  func_source "$wrapper"
-
-	  # Check the variables that should have been set.
-	  test -z "$generated_by_libtool_version" && \
-	    func_fatal_error "invalid libtool wrapper script '$wrapper'"
-
-	  finalize=:
-	  for lib in $notinst_deplibs; do
-	    # Check to see that each library is installed.
-	    libdir=
-	    if test -f "$lib"; then
-	      func_source "$lib"
-	    fi
-	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
-	    if test -n "$libdir" && test ! -f "$libfile"; then
-	      func_warning "'$lib' has not been installed in '$libdir'"
-	      finalize=false
-	    fi
-	  done
-
-	  relink_command=
-	  func_source "$wrapper"
-
-	  outputname=
-	  if test no = "$fast_install" && test -n "$relink_command"; then
-	    $opt_dry_run || {
-	      if $finalize; then
-	        tmpdir=`func_mktempdir`
-		func_basename "$file$stripped_ext"
-		file=$func_basename_result
-	        outputname=$tmpdir/$file
-	        # Replace the output file specification.
-	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
-
-	        $opt_quiet || {
-	          func_quote_for_expand "$relink_command"
-		  eval "func_echo $func_quote_for_expand_result"
-	        }
-	        if eval "$relink_command"; then :
-	          else
-		  func_error "error: relink '$file' with the above command before installing it"
-		  $opt_dry_run || ${RM}r "$tmpdir"
-		  continue
-	        fi
-	        file=$outputname
-	      else
-	        func_warning "cannot relink '$file'"
-	      fi
-	    }
-	  else
-	    # Install the binary that we compiled earlier.
-	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
-	  fi
-	fi
-
-	# remove .exe since cygwin /usr/bin/install will append another
-	# one anyway
-	case $install_prog,$host in
-	*/usr/bin/install*,*cygwin*)
-	  case $file:$destfile in
-	  *.exe:*.exe)
-	    # this is ok
-	    ;;
-	  *.exe:*)
-	    destfile=$destfile.exe
-	    ;;
-	  *:*.exe)
-	    func_stripname '' '.exe' "$destfile"
-	    destfile=$func_stripname_result
-	    ;;
-	  esac
-	  ;;
-	esac
-	func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
-	$opt_dry_run || if test -n "$outputname"; then
-	  ${RM}r "$tmpdir"
-	fi
-	;;
-      esac
-    done
-
-    for file in $staticlibs; do
-      func_basename "$file"
-      name=$func_basename_result
-
-      # Set up the ranlib parameters.
-      oldlib=$destdir/$name
-      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-      tool_oldlib=$func_to_tool_file_result
-
-      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
-
-      if test -n "$stripme" && test -n "$old_striplib"; then
-	func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
-      fi
-
-      # Do each command in the postinstall commands.
-      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
-    done
-
-    test -n "$future_libdirs" && \
-      func_warning "remember to run '$progname --finish$future_libdirs'"
-
-    if test -n "$current_libdirs"; then
-      # Maybe just do a dry run.
-      $opt_dry_run && current_libdirs=" -n$current_libdirs"
-      exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
-    else
-      exit $EXIT_SUCCESS
-    fi
-}
-
-test install = "$opt_mode" && func_mode_install ${1+"$@"}
-
-
-# func_generate_dlsyms outputname originator pic_p
-# Extract symbols from dlprefiles and create ${outputname}S.o with
-# a dlpreopen symbol table.
-func_generate_dlsyms ()
-{
-    $debug_cmd
-
-    my_outputname=$1
-    my_originator=$2
-    my_pic_p=${3-false}
-    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
-    my_dlsyms=
-
-    if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-      if test -n "$NM" && test -n "$global_symbol_pipe"; then
-	my_dlsyms=${my_outputname}S.c
-      else
-	func_error "not configured to extract global symbols from dlpreopened files"
-      fi
-    fi
-
-    if test -n "$my_dlsyms"; then
-      case $my_dlsyms in
-      "") ;;
-      *.c)
-	# Discover the nlist of each of the dlfiles.
-	nlist=$output_objdir/$my_outputname.nm
-
-	func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
-
-	# Parse the name list into a source file.
-	func_verbose "creating $output_objdir/$my_dlsyms"
-
-	$opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
-/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
-/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
-
-#ifdef __cplusplus
-extern \"C\" {
-#endif
-
-#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
-#pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
-#endif
-
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT_DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT_DLSYM_CONST
-#else
-# define LT_DLSYM_CONST const
-#endif
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* External symbol declarations for the compiler. */\
-"
-
-	if test yes = "$dlself"; then
-	  func_verbose "generating symbol list for '$output'"
-
-	  $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
-
-	  # Add our own program objects to the symbol list.
-	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	  for progfile in $progfiles; do
-	    func_to_tool_file "$progfile" func_convert_file_msys_to_w32
-	    func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
-	    $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
-	  done
-
-	  if test -n "$exclude_expsyms"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  if test -n "$export_symbols_regex"; then
-	    $opt_dry_run || {
-	      eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	    }
-	  fi
-
-	  # Prepare the list of exported symbols
-	  if test -z "$export_symbols"; then
-	    export_symbols=$output_objdir/$outputname.exp
-	    $opt_dry_run || {
-	      $RM $export_symbols
-	      eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
-	      case $host in
-	      *cygwin* | *mingw* | *cegcc* )
-                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
-	        ;;
-	      esac
-	    }
-	  else
-	    $opt_dry_run || {
-	      eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
-	      eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
-	      eval '$MV "$nlist"T "$nlist"'
-	      case $host in
-	        *cygwin* | *mingw* | *cegcc* )
-	          eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
-	          eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
-	          ;;
-	      esac
-	    }
-	  fi
-	fi
-
-	for dlprefile in $dlprefiles; do
-	  func_verbose "extracting global C symbols from '$dlprefile'"
-	  func_basename "$dlprefile"
-	  name=$func_basename_result
-          case $host in
-	    *cygwin* | *mingw* | *cegcc* )
-	      # if an import library, we need to obtain dlname
-	      if func_win32_import_lib_p "$dlprefile"; then
-	        func_tr_sh "$dlprefile"
-	        eval "curr_lafile=\$libfile_$func_tr_sh_result"
-	        dlprefile_dlbasename=
-	        if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
-	          # Use subshell, to avoid clobbering current variable values
-	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
-	          if test -n "$dlprefile_dlname"; then
-	            func_basename "$dlprefile_dlname"
-	            dlprefile_dlbasename=$func_basename_result
-	          else
-	            # no lafile. user explicitly requested -dlpreopen <import library>.
-	            $sharedlib_from_linklib_cmd "$dlprefile"
-	            dlprefile_dlbasename=$sharedlib_from_linklib_result
-	          fi
-	        fi
-	        $opt_dry_run || {
-	          if test -n "$dlprefile_dlbasename"; then
-	            eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
-	          else
-	            func_warning "Could not compute DLL name from $name"
-	            eval '$ECHO ": $name " >> "$nlist"'
-	          fi
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe |
-	            $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'"
-	        }
-	      else # not an import lib
-	        $opt_dry_run || {
-	          eval '$ECHO ": $name " >> "$nlist"'
-	          func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	          eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	        }
-	      fi
-	    ;;
-	    *)
-	      $opt_dry_run || {
-	        eval '$ECHO ": $name " >> "$nlist"'
-	        func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32
-	        eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'"
-	      }
-	    ;;
-          esac
-	done
-
-	$opt_dry_run || {
-	  # Make sure we have at least an empty file.
-	  test -f "$nlist" || : > "$nlist"
-
-	  if test -n "$exclude_expsyms"; then
-	    $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
-	    $MV "$nlist"T "$nlist"
-	  fi
-
-	  # Try sorting and uniquifying the output.
-	  if $GREP -v "^: " < "$nlist" |
-	      if sort -k 3 </dev/null >/dev/null 2>&1; then
-		sort -k 3
-	      else
-		sort +2
-	      fi |
-	      uniq > "$nlist"S; then
-	    :
-	  else
-	    $GREP -v "^: " < "$nlist" > "$nlist"S
-	  fi
-
-	  if test -f "$nlist"S; then
-	    eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
-	  else
-	    echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
-	  fi
-
-	  func_show_eval '$RM "${nlist}I"'
-	  if test -n "$global_symbol_to_import"; then
-	    eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
-	  fi
-
-	  echo >> "$output_objdir/$my_dlsyms" "\
-
-/* The mapping between symbol names and symbols.  */
-typedef struct {
-  const char *name;
-  void *address;
-} lt_dlsymlist;
-extern LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[];\
-"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-static void lt_syminit(void)
-{
-  LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
-  for (; symbol->name; ++symbol)
-    {"
-	    $SED 's/.*/      if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
-	    echo >> "$output_objdir/$my_dlsyms" "\
-    }
-}"
-	  fi
-	  echo >> "$output_objdir/$my_dlsyms" "\
-LT_DLSYM_CONST lt_dlsymlist
-lt_${my_prefix}_LTX_preloaded_symbols[] =
-{ {\"$my_originator\", (void *) 0},"
-
-	  if test -s "$nlist"I; then
-	    echo >> "$output_objdir/$my_dlsyms" "\
-  {\"@INIT@\", (void *) &lt_syminit},"
-	  fi
-
-	  case $need_lib_prefix in
-	  no)
-	    eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  *)
-	    eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
-	    ;;
-	  esac
-	  echo >> "$output_objdir/$my_dlsyms" "\
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt_${my_prefix}_LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif\
-"
-	} # !$opt_dry_run
-
-	pic_flag_for_symtable=
-	case "$compile_command " in
-	*" -static "*) ;;
-	*)
-	  case $host in
-	  # compiling the symbol table file with pic_flag works around
-	  # a FreeBSD bug that causes programs to crash when -lm is
-	  # linked before any other PIC object.  But we must not use
-	  # pic_flag when linking with -static.  The problem exists in
-	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
-	  *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
-	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
-	  *-*-hpux*)
-	    pic_flag_for_symtable=" $pic_flag"  ;;
-	  *)
-	    $my_pic_p && pic_flag_for_symtable=" $pic_flag"
-	    ;;
-	  esac
-	  ;;
-	esac
-	symtab_cflags=
-	for arg in $LTCFLAGS; do
-	  case $arg in
-	  -pie | -fpie | -fPIE) ;;
-	  *) func_append symtab_cflags " $arg" ;;
-	  esac
-	done
-
-	# Now compile the dynamic symbol file.
-	func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
-
-	# Clean up the generated files.
-	func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
-
-	# Transform the symbol file into the correct name.
-	symfileobj=$output_objdir/${my_outputname}S.$objext
-	case $host in
-	*cygwin* | *mingw* | *cegcc* )
-	  if test -f "$output_objdir/$my_outputname.def"; then
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
-	  else
-	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  fi
-	  ;;
-	*)
-	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
-	  ;;
-	esac
-	;;
-      *)
-	func_fatal_error "unknown suffix for '$my_dlsyms'"
-	;;
-      esac
-    else
-      # We keep going just in case the user didn't refer to
-      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
-      # really was required.
-
-      # Nullify the symbol file.
-      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
-      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
-    fi
-}
-
-# func_cygming_gnu_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is a GNU/binutils-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_gnu_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
-  test -n "$func_cygming_gnu_implib_tmp"
-}
-
-# func_cygming_ms_implib_p ARG
-# This predicate returns with zero status (TRUE) if
-# ARG is an MS-style import library. Returns
-# with nonzero status (FALSE) otherwise.
-func_cygming_ms_implib_p ()
-{
-  $debug_cmd
-
-  func_to_tool_file "$1" func_convert_file_msys_to_w32
-  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
-  test -n "$func_cygming_ms_implib_tmp"
-}
-
-# func_win32_libid arg
-# return the library type of file 'arg'
-#
-# Need a lot of goo to handle *both* DLLs and import libs
-# Has to be a shell function in order to 'eat' the argument
-# that is supplied when $file_magic_command is called.
-# Despite the name, also deal with 64 bit binaries.
-func_win32_libid ()
-{
-  $debug_cmd
-
-  win32_libid_type=unknown
-  win32_fileres=`file -L $1 2>/dev/null`
-  case $win32_fileres in
-  *ar\ archive\ import\ library*) # definitely import
-    win32_libid_type="x86 archive import"
-    ;;
-  *ar\ archive*) # could be an import, or static
-    # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
-    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
-       $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
-      case $nm_interface in
-      "MS dumpbin")
-	if func_cygming_ms_implib_p "$1" ||
-	   func_cygming_gnu_implib_p "$1"
-	then
-	  win32_nmres=import
-	else
-	  win32_nmres=
-	fi
-	;;
-      *)
-	func_to_tool_file "$1" func_convert_file_msys_to_w32
-	win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
-	  $SED -n -e '
-	    1,100{
-		/ I /{
-		    s|.*|import|
-		    p
-		    q
-		}
-	    }'`
-	;;
-      esac
-      case $win32_nmres in
-      import*)  win32_libid_type="x86 archive import";;
-      *)        win32_libid_type="x86 archive static";;
-      esac
-    fi
-    ;;
-  *DLL*)
-    win32_libid_type="x86 DLL"
-    ;;
-  *executable*) # but shell scripts are "executable" too...
-    case $win32_fileres in
-    *MS\ Windows\ PE\ Intel*)
-      win32_libid_type="x86 DLL"
-      ;;
-    esac
-    ;;
-  esac
-  $ECHO "$win32_libid_type"
-}
-
-# func_cygming_dll_for_implib ARG
-#
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib ()
-{
-  $debug_cmd
-
-  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
-}
-
-# func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs
-#
-# The is the core of a fallback implementation of a
-# platform-specific function to extract the name of the
-# DLL associated with the specified import library LIBNAME.
-#
-# SECTION_NAME is either .idata$6 or .idata$7, depending
-# on the platform and compiler that created the implib.
-#
-# Echos the name of the DLL associated with the
-# specified import library.
-func_cygming_dll_for_implib_fallback_core ()
-{
-  $debug_cmd
-
-  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
-    $SED '/^Contents of section '"$match_literal"':/{
-      # Place marker at beginning of archive member dllname section
-      s/.*/====MARK====/
-      p
-      d
-    }
-    # These lines can sometimes be longer than 43 characters, but
-    # are always uninteresting
-    /:[	 ]*file format pe[i]\{,1\}-/d
-    /^In archive [^:]*:/d
-    # Ensure marker is printed
-    /^====MARK====/p
-    # Remove all lines with less than 43 characters
-    /^.\{43\}/!d
-    # From remaining lines, remove first 43 characters
-    s/^.\{43\}//' |
-    $SED -n '
-      # Join marker and all lines until next marker into a single line
-      /^====MARK====/ b para
-      H
-      $ b para
-      b
-      :para
-      x
-      s/\n//g
-      # Remove the marker
-      s/^====MARK====//
-      # Remove trailing dots and whitespace
-      s/[\. \t]*$//
-      # Print
-      /./p' |
-    # we now have a list, one entry per line, of the stringified
-    # contents of the appropriate section of all members of the
-    # archive that possess that section. Heuristic: eliminate
-    # all those that have a first or second character that is
-    # a '.' (that is, objdump's representation of an unprintable
-    # character.) This should work for all archives with less than
-    # 0x302f exports -- but will fail for DLLs whose name actually
-    # begins with a literal '.' or a single character followed by
-    # a '.'.
-    #
-    # Of those that remain, print the first one.
-    $SED -e '/^\./d;/^.\./d;q'
-}
-
-# func_cygming_dll_for_implib_fallback ARG
-# Platform-specific function to extract the
-# name of the DLL associated with the specified
-# import library ARG.
-#
-# This fallback implementation is for use when $DLLTOOL
-# does not support the --identify-strict option.
-# Invoked by eval'ing the libtool variable
-#    $sharedlib_from_linklib_cmd
-# Result is available in the variable
-#    $sharedlib_from_linklib_result
-func_cygming_dll_for_implib_fallback ()
-{
-  $debug_cmd
-
-  if func_cygming_gnu_implib_p "$1"; then
-    # binutils import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
-  elif func_cygming_ms_implib_p "$1"; then
-    # ms-generated import library
-    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
-  else
-    # unknown
-    sharedlib_from_linklib_result=
-  fi
-}
-
-
-# func_extract_an_archive dir oldlib
-func_extract_an_archive ()
-{
-    $debug_cmd
-
-    f_ex_an_ar_dir=$1; shift
-    f_ex_an_ar_oldlib=$1
-    if test yes = "$lock_old_archive_extraction"; then
-      lockfile=$f_ex_an_ar_oldlib.lock
-      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
-	func_echo "Waiting for $lockfile to be removed"
-	sleep 2
-      done
-    fi
-    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
-		   'stat=$?; rm -f "$lockfile"; exit $stat'
-    if test yes = "$lock_old_archive_extraction"; then
-      $opt_dry_run || rm -f "$lockfile"
-    fi
-    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
-     :
-    else
-      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
-    fi
-}
-
-
-# func_extract_archives gentop oldlib ...
-func_extract_archives ()
-{
-    $debug_cmd
-
-    my_gentop=$1; shift
-    my_oldlibs=${1+"$@"}
-    my_oldobjs=
-    my_xlib=
-    my_xabs=
-    my_xdir=
-
-    for my_xlib in $my_oldlibs; do
-      # Extract the objects.
-      case $my_xlib in
-	[\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
-	*) my_xabs=`pwd`"/$my_xlib" ;;
-      esac
-      func_basename "$my_xlib"
-      my_xlib=$func_basename_result
-      my_xlib_u=$my_xlib
-      while :; do
-        case " $extracted_archives " in
-	*" $my_xlib_u "*)
-	  func_arith $extracted_serial + 1
-	  extracted_serial=$func_arith_result
-	  my_xlib_u=lt$extracted_serial-$my_xlib ;;
-	*) break ;;
-	esac
-      done
-      extracted_archives="$extracted_archives $my_xlib_u"
-      my_xdir=$my_gentop/$my_xlib_u
-
-      func_mkdir_p "$my_xdir"
-
-      case $host in
-      *-darwin*)
-	func_verbose "Extracting $my_xabs"
-	# Do not bother doing anything if just a dry run
-	$opt_dry_run || {
-	  darwin_orig_dir=`pwd`
-	  cd $my_xdir || exit $?
-	  darwin_archive=$my_xabs
-	  darwin_curdir=`pwd`
-	  func_basename "$darwin_archive"
-	  darwin_base_archive=$func_basename_result
-	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
-	  if test -n "$darwin_arches"; then
-	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
-	    darwin_arch=
-	    func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
-	    for darwin_arch in  $darwin_arches; do
-	      func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
-	      cd "unfat-$$/$darwin_base_archive-$darwin_arch"
-	      func_extract_an_archive "`pwd`" "$darwin_base_archive"
-	      cd "$darwin_curdir"
-	      $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
-	    done # $darwin_arches
-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
-	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
-	    darwin_file=
-	    darwin_files=
-	    for darwin_file in $darwin_filelist; do
-	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
-	      $LIPO -create -output "$darwin_file" $darwin_files
-	    done # $darwin_filelist
-	    $RM -rf unfat-$$
-	    cd "$darwin_orig_dir"
-	  else
-	    cd $darwin_orig_dir
-	    func_extract_an_archive "$my_xdir" "$my_xabs"
-	  fi # $darwin_arches
-	} # !$opt_dry_run
-	;;
-      *)
-        func_extract_an_archive "$my_xdir" "$my_xabs"
-	;;
-      esac
-      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
-    done
-
-    func_extract_archives_result=$my_oldobjs
-}
-
-
-# func_emit_wrapper [arg=no]
-#
-# Emit a libtool wrapper script on stdout.
-# Don't directly open a file because we may want to
-# incorporate the script contents within a cygwin/mingw
-# wrapper executable.  Must ONLY be called from within
-# func_mode_link because it depends on a number of variables
-# set therein.
-#
-# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
-# variable will take.  If 'yes', then the emitted script
-# will assume that the directory where it is stored is
-# the $objdir directory.  This is a cygwin/mingw-specific
-# behavior.
-func_emit_wrapper ()
-{
-	func_emit_wrapper_arg1=${1-no}
-
-	$ECHO "\
-#! $SHELL
-
-# $output - temporary wrapper script for $objdir/$outputname
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# The $output program cannot be directly executed until all the libtool
-# libraries that it depends on are installed.
-#
-# This wrapper script should never be moved out of the build directory.
-# If it is, it will not operate correctly.
-
-# Sed substitution that helps us do robust quoting.  It backslashifies
-# metacharacters that are still active within double-quoted strings.
-sed_quote_subst='$sed_quote_subst'
-
-# Be Bourne compatible
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
-  setopt NO_GLOB_SUBST
-else
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
-fi
-BIN_SH=xpg4; export BIN_SH # for Tru64
-DUALCASE=1; export DUALCASE # for MKS sh
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-relink_command=\"$relink_command\"
-
-# This environment variable determines our operation mode.
-if test \"\$libtool_install_magic\" = \"$magic\"; then
-  # install mode needs the following variables:
-  generated_by_libtool_version='$macro_version'
-  notinst_deplibs='$notinst_deplibs'
-else
-  # When we are sourced in execute mode, \$file and \$ECHO are already set.
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
-    file=\"\$0\""
-
-    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
-    $ECHO "\
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$1
-_LTECHO_EOF'
-}
-    ECHO=\"$qECHO\"
-  fi
-
-# Very basic option parsing. These options are (a) specific to
-# the libtool wrapper, (b) are identical between the wrapper
-# /script/ and the wrapper /executable/ that is used only on
-# windows platforms, and (c) all begin with the string "--lt-"
-# (application programs are unlikely to have options that match
-# this pattern).
-#
-# There are only two supported options: --lt-debug and
-# --lt-dump-script. There is, deliberately, no --lt-help.
-#
-# The first argument to this parsing function should be the
-# script's $0 value, followed by "$@".
-lt_option_debug=
-func_parse_lt_options ()
-{
-  lt_script_arg0=\$0
-  shift
-  for lt_opt
-  do
-    case \"\$lt_opt\" in
-    --lt-debug) lt_option_debug=1 ;;
-    --lt-dump-script)
-        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
-        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
-        cat \"\$lt_dump_D/\$lt_dump_F\"
-        exit 0
-      ;;
-    --lt-*)
-        \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2
-        exit 1
-      ;;
-    esac
-  done
-
-  # Print the debug banner immediately:
-  if test -n \"\$lt_option_debug\"; then
-    echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
-  fi
-}
-
-# Used when --lt-debug. Prints its arguments to stdout
-# (redirection is the responsibility of the caller)
-func_lt_dump_args ()
-{
-  lt_dump_args_N=1;
-  for lt_arg
-  do
-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
-    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
-  done
-}
-
-# Core function for launching the target application
-func_exec_program_core ()
-{
-"
-  case $host in
-  # Backslashes separate directories on plain windows
-  *-*-mingw | *-*-os2* | *-cegcc*)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
-"
-    ;;
-
-  *)
-    $ECHO "\
-      if test -n \"\$lt_option_debug\"; then
-        \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
-        func_lt_dump_args \${1+\"\$@\"} 1>&2
-      fi
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
-"
-    ;;
-  esac
-  $ECHO "\
-      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
-      exit 1
-}
-
-# A function to encapsulate launching the target application
-# Strips options in the --lt-* namespace from \$@ and
-# launches target application with the remaining arguments.
-func_exec_program ()
-{
-  case \" \$* \" in
-  *\\ --lt-*)
-    for lt_wr_arg
-    do
-      case \$lt_wr_arg in
-      --lt-*) ;;
-      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
-      esac
-      shift
-    done ;;
-  esac
-  func_exec_program_core \${1+\"\$@\"}
-}
-
-  # Parse options
-  func_parse_lt_options \"\$0\" \${1+\"\$@\"}
-
-  # Find the directory that this script lives in.
-  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
-
-  # Follow symbolic links until we get to the real thisdir.
-  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
-  while test -n \"\$file\"; do
-    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
-
-    # If there was a directory component, then change thisdir.
-    if test \"x\$destdir\" != \"x\$file\"; then
-      case \"\$destdir\" in
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
-      esac
-    fi
-
-    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
-    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
-  done
-
-  # Usually 'no', except on cygwin/mingw when embedded into
-  # the cwrapper.
-  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
-  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
-    # special case for '.'
-    if test \"\$thisdir\" = \".\"; then
-      thisdir=\`pwd\`
-    fi
-    # remove .libs from thisdir
-    case \"\$thisdir\" in
-    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
-    $objdir )   thisdir=. ;;
-    esac
-  fi
-
-  # Try to get the absolute directory name.
-  absdir=\`cd \"\$thisdir\" && pwd\`
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
-"
-
-	if test yes = "$fast_install"; then
-	  $ECHO "\
-  program=lt-'$outputname'$exeext
-  progdir=\"\$thisdir/$objdir\"
-
-  if test ! -f \"\$progdir/\$program\" ||
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
-
-    file=\"\$\$-\$program\"
-
-    if test ! -d \"\$progdir\"; then
-      $MKDIR \"\$progdir\"
-    else
-      $RM \"\$progdir/\$file\"
-    fi"
-
-	  $ECHO "\
-
-    # relink executable if necessary
-    if test -n \"\$relink_command\"; then
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
-      else
-	\$ECHO \"\$relink_command_output\" >&2
-	$RM \"\$progdir/\$file\"
-	exit 1
-      fi
-    fi
-
-    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
-    { $RM \"\$progdir/\$program\";
-      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
-    $RM \"\$progdir/\$file\"
-  fi"
-	else
-	  $ECHO "\
-  program='$outputname'
-  progdir=\"\$thisdir/$objdir\"
-"
-	fi
-
-	$ECHO "\
-
-  if test -f \"\$progdir/\$program\"; then"
-
-	# fixup the dll searchpath if we need to.
-	#
-	# Fix the DLL searchpath if we need to.  Do this before prepending
-	# to shlibpath, because on Windows, both are PATH and uninstalled
-	# libraries must come first.
-	if test -n "$dllsearchpath"; then
-	  $ECHO "\
-    # Add the dll search path components to the executable PATH
-    PATH=$dllsearchpath:\$PATH
-"
-	fi
-
-	# Export our shlibpath_var if we have one.
-	if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-	  $ECHO "\
-    # Add our own library path to $shlibpath_var
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
-
-    # Some systems cannot cope with colon-terminated $shlibpath_var
-    # The second colon is a workaround for a bug in BeOS R4 sed
-    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
-
-    export $shlibpath_var
-"
-	fi
-
-	$ECHO "\
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
-      # Run the actual program with our arguments.
-      func_exec_program \${1+\"\$@\"}
-    fi
-  else
-    # The program doesn't exist.
-    \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
-    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
-    \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
-    exit 1
-  fi
-fi\
-"
-}
-
-
-# func_emit_cwrapperexe_src
-# emit the source code for a wrapper executable on stdout
-# Must ONLY be called from within func_mode_link because
-# it depends on a number of variable set therein.
-func_emit_cwrapperexe_src ()
-{
-	cat <<EOF
-
-/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
-   Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-
-   The $output program cannot be directly executed until all the libtool
-   libraries that it depends on are installed.
-
-   This wrapper executable should never be moved out of the build directory.
-   If it is, it will not operate correctly.
-*/
-EOF
-	    cat <<"EOF"
-#ifdef _MSC_VER
-# define _CRT_SECURE_NO_DEPRECATE 1
-#endif
-#include <stdio.h>
-#include <stdlib.h>
-#ifdef _MSC_VER
-# include <direct.h>
-# include <process.h>
-# include <io.h>
-#else
-# include <unistd.h>
-# include <stdint.h>
-# ifdef __CYGWIN__
-#  include <io.h>
-# endif
-#endif
-#include <malloc.h>
-#include <stdarg.h>
-#include <assert.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/stat.h>
-
-#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
-
-/* declarations of non-ANSI functions */
-#if defined __MINGW32__
-# ifdef __STRICT_ANSI__
-int _putenv (const char *);
-# endif
-#elif defined __CYGWIN__
-# ifdef __STRICT_ANSI__
-char *realpath (const char *, char *);
-int putenv (char *);
-int setenv (const char *, const char *, int);
-# endif
-/* #elif defined other_platform || defined ... */
-#endif
-
-/* portability defines, excluding path handling macros */
-#if defined _MSC_VER
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-# define S_IXUSR _S_IEXEC
-#elif defined __MINGW32__
-# define setmode _setmode
-# define stat    _stat
-# define chmod   _chmod
-# define getcwd  _getcwd
-# define putenv  _putenv
-#elif defined __CYGWIN__
-# define HAVE_SETENV
-# define FOPEN_WB "wb"
-/* #elif defined other platforms ... */
-#endif
-
-#if defined PATH_MAX
-# define LT_PATHMAX PATH_MAX
-#elif defined MAXPATHLEN
-# define LT_PATHMAX MAXPATHLEN
-#else
-# define LT_PATHMAX 1024
-#endif
-
-#ifndef S_IXOTH
-# define S_IXOTH 0
-#endif
-#ifndef S_IXGRP
-# define S_IXGRP 0
-#endif
-
-/* path handling portability macros */
-#ifndef DIR_SEPARATOR
-# define DIR_SEPARATOR '/'
-# define PATH_SEPARATOR ':'
-#endif
-
-#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
-  defined __OS2__
-# define HAVE_DOS_BASED_FILE_SYSTEM
-# define FOPEN_WB "wb"
-# ifndef DIR_SEPARATOR_2
-#  define DIR_SEPARATOR_2 '\\'
-# endif
-# ifndef PATH_SEPARATOR_2
-#  define PATH_SEPARATOR_2 ';'
-# endif
-#endif
-
-#ifndef DIR_SEPARATOR_2
-# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
-#else /* DIR_SEPARATOR_2 */
-# define IS_DIR_SEPARATOR(ch) \
-	(((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
-#endif /* DIR_SEPARATOR_2 */
-
-#ifndef PATH_SEPARATOR_2
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
-#else /* PATH_SEPARATOR_2 */
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
-#endif /* PATH_SEPARATOR_2 */
-
-#ifndef FOPEN_WB
-# define FOPEN_WB "w"
-#endif
-#ifndef _O_BINARY
-# define _O_BINARY 0
-#endif
-
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
-#define XFREE(stale) do { \
-  if (stale) { free (stale); stale = 0; } \
-} while (0)
-
-#if defined LT_DEBUGWRAPPER
-static int lt_debug = 1;
-#else
-static int lt_debug = 0;
-#endif
-
-const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
-
-void *xmalloc (size_t num);
-char *xstrdup (const char *string);
-const char *base_name (const char *name);
-char *find_executable (const char *wrapper);
-char *chase_symlinks (const char *pathspec);
-int make_executable (const char *path);
-int check_executable (const char *path);
-char *strendzap (char *str, const char *pat);
-void lt_debugprintf (const char *file, int line, const char *fmt, ...);
-void lt_fatal (const char *file, int line, const char *message, ...);
-static const char *nonnull (const char *s);
-static const char *nonempty (const char *s);
-void lt_setenv (const char *name, const char *value);
-char *lt_extend_str (const char *orig_value, const char *add, int to_end);
-void lt_update_exe_path (const char *name, const char *value);
-void lt_update_lib_path (const char *name, const char *value);
-char **prepare_spawn (char **argv);
-void lt_dump_script (FILE *f);
-EOF
-
-	    cat <<EOF
-#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
-# define externally_visible volatile
-#else
-# define externally_visible __attribute__((externally_visible)) volatile
-#endif
-externally_visible const char * MAGIC_EXE = "$magic_exe";
-const char * LIB_PATH_VARNAME = "$shlibpath_var";
-EOF
-
-	    if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
-              func_to_host_path "$temp_rpath"
-	      cat <<EOF
-const char * LIB_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * LIB_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test -n "$dllsearchpath"; then
-              func_to_host_path "$dllsearchpath:"
-	      cat <<EOF
-const char * EXE_PATH_VARNAME = "PATH";
-const char * EXE_PATH_VALUE   = "$func_to_host_path_result";
-EOF
-	    else
-	      cat <<"EOF"
-const char * EXE_PATH_VARNAME = "";
-const char * EXE_PATH_VALUE   = "";
-EOF
-	    fi
-
-	    if test yes = "$fast_install"; then
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
-EOF
-	    else
-	      cat <<EOF
-const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
-EOF
-	    fi
-
-
-	    cat <<"EOF"
-
-#define LTWRAPPER_OPTION_PREFIX         "--lt-"
-
-static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
-static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
-static const char *debug_opt            = LTWRAPPER_OPTION_PREFIX "debug";
-
-int
-main (int argc, char *argv[])
-{
-  char **newargz;
-  int  newargc;
-  char *tmp_pathspec;
-  char *actual_cwrapper_path;
-  char *actual_cwrapper_name;
-  char *target_name;
-  char *lt_argv_zero;
-  int rval = 127;
-
-  int i;
-
-  program_name = (char *) xstrdup (base_name (argv[0]));
-  newargz = XMALLOC (char *, (size_t) argc + 1);
-
-  /* very simple arg parsing; don't want to rely on getopt
-   * also, copy all non cwrapper options to newargz, except
-   * argz[0], which is handled differently
-   */
-  newargc=0;
-  for (i = 1; i < argc; i++)
-    {
-      if (STREQ (argv[i], dumpscript_opt))
-	{
-EOF
-	    case $host in
-	      *mingw* | *cygwin* )
-		# make stdout use "unix" line endings
-		echo "          setmode(1,_O_BINARY);"
-		;;
-	      esac
-
-	    cat <<"EOF"
-	  lt_dump_script (stdout);
-	  return 0;
-	}
-      if (STREQ (argv[i], debug_opt))
-	{
-          lt_debug = 1;
-          continue;
-	}
-      if (STREQ (argv[i], ltwrapper_option_prefix))
-        {
-          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
-             namespace, but it is not one of the ones we know about and
-             have already dealt with, above (inluding dump-script), then
-             report an error. Otherwise, targets might begin to believe
-             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
-             namespace. The first time any user complains about this, we'll
-             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
-             or a configure.ac-settable value.
-           */
-          lt_fatal (__FILE__, __LINE__,
-		    "unrecognized %s option: '%s'",
-                    ltwrapper_option_prefix, argv[i]);
-        }
-      /* otherwise ... */
-      newargz[++newargc] = xstrdup (argv[i]);
-    }
-  newargz[++newargc] = NULL;
-
-EOF
-	    cat <<EOF
-  /* The GNU banner must be the first non-error debug message */
-  lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
-EOF
-	    cat <<"EOF"
-  lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name);
-
-  tmp_pathspec = find_executable (argv[0]);
-  if (tmp_pathspec == NULL)
-    lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (before symlink chase) at: %s\n",
-		  tmp_pathspec);
-
-  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
-  lt_debugprintf (__FILE__, __LINE__,
-                  "(main) found exe (after symlink chase) at: %s\n",
-		  actual_cwrapper_path);
-  XFREE (tmp_pathspec);
-
-  actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path));
-  strendzap (actual_cwrapper_path, actual_cwrapper_name);
-
-  /* wrapper name transforms */
-  strendzap (actual_cwrapper_name, ".exe");
-  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
-  XFREE (actual_cwrapper_name);
-  actual_cwrapper_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  /* target_name transforms -- use actual target program name; might have lt- prefix */
-  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
-  strendzap (target_name, ".exe");
-  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
-  XFREE (target_name);
-  target_name = tmp_pathspec;
-  tmp_pathspec = 0;
-
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(main) libtool target name: %s\n",
-		  target_name);
-EOF
-
-	    cat <<EOF
-  newargz[0] =
-    XMALLOC (char, (strlen (actual_cwrapper_path) +
-		    strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
-  strcpy (newargz[0], actual_cwrapper_path);
-  strcat (newargz[0], "$objdir");
-  strcat (newargz[0], "/");
-EOF
-
-	    cat <<"EOF"
-  /* stop here, and copy so we don't have to do this twice */
-  tmp_pathspec = xstrdup (newargz[0]);
-
-  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
-  strcat (newargz[0], actual_cwrapper_name);
-
-  /* DO want the lt- prefix here if it exists, so use target_name */
-  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
-  XFREE (tmp_pathspec);
-  tmp_pathspec = NULL;
-EOF
-
-	    case $host_os in
-	      mingw*)
-	    cat <<"EOF"
-  {
-    char* p;
-    while ((p = strchr (newargz[0], '\\')) != NULL)
-      {
-	*p = '/';
-      }
-    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
-      {
-	*p = '/';
-      }
-  }
-EOF
-	    ;;
-	    esac
-
-	    cat <<"EOF"
-  XFREE (target_name);
-  XFREE (actual_cwrapper_path);
-  XFREE (actual_cwrapper_name);
-
-  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
-  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
-  /* Update the DLL searchpath.  EXE_PATH_VALUE ($dllsearchpath) must
-     be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
-     because on Windows, both *_VARNAMEs are PATH but uninstalled
-     libraries must come first. */
-  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
-  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
-
-  lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n",
-		  nonnull (lt_argv_zero));
-  for (i = 0; i < newargc; i++)
-    {
-      lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n",
-		      i, nonnull (newargz[i]));
-    }
-
-EOF
-
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-  /* execv doesn't actually work on mingw as expected on unix */
-  newargz = prepare_spawn (newargz);
-  rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
-  if (rval == -1)
-    {
-      /* failed to start process */
-      lt_debugprintf (__FILE__, __LINE__,
-		      "(main) failed to launch target \"%s\": %s\n",
-		      lt_argv_zero, nonnull (strerror (errno)));
-      return 127;
-    }
-  return rval;
-EOF
-		;;
-	      *)
-		cat <<"EOF"
-  execv (lt_argv_zero, newargz);
-  return rval; /* =127, but avoids unused variable warning */
-EOF
-		;;
-	    esac
-
-	    cat <<"EOF"
-}
-
-void *
-xmalloc (size_t num)
-{
-  void *p = (void *) malloc (num);
-  if (!p)
-    lt_fatal (__FILE__, __LINE__, "memory exhausted");
-
-  return p;
-}
-
-char *
-xstrdup (const char *string)
-{
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
-			  string) : NULL;
-}
-
-const char *
-base_name (const char *name)
-{
-  const char *base;
-
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  /* Skip over the disk name in MSDOS pathnames. */
-  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
-    name += 2;
-#endif
-
-  for (base = name; *name; name++)
-    if (IS_DIR_SEPARATOR (*name))
-      base = name + 1;
-  return base;
-}
-
-int
-check_executable (const char *path)
-{
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if ((stat (path, &st) >= 0)
-      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
-    return 1;
-  else
-    return 0;
-}
-
-int
-make_executable (const char *path)
-{
-  int rval = 0;
-  struct stat st;
-
-  lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n",
-                  nonempty (path));
-  if ((!path) || (!*path))
-    return 0;
-
-  if (stat (path, &st) >= 0)
-    {
-      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
-    }
-  return rval;
-}
-
-/* Searches for the full path of the wrapper.  Returns
-   newly allocated full path name if found, NULL otherwise
-   Does not chase symlinks, even on platforms that support them.
-*/
-char *
-find_executable (const char *wrapper)
-{
-  int has_slash = 0;
-  const char *p;
-  const char *p_next;
-  /* static buffer for getcwd */
-  char tmp[LT_PATHMAX + 1];
-  size_t tmp_len;
-  char *concat_name;
-
-  lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
-                  nonempty (wrapper));
-
-  if ((wrapper == NULL) || (*wrapper == '\0'))
-    return NULL;
-
-  /* Absolute path? */
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
-    {
-      concat_name = xstrdup (wrapper);
-      if (check_executable (concat_name))
-	return concat_name;
-      XFREE (concat_name);
-    }
-  else
-    {
-#endif
-      if (IS_DIR_SEPARATOR (wrapper[0]))
-	{
-	  concat_name = xstrdup (wrapper);
-	  if (check_executable (concat_name))
-	    return concat_name;
-	  XFREE (concat_name);
-	}
-#if defined HAVE_DOS_BASED_FILE_SYSTEM
-    }
-#endif
-
-  for (p = wrapper; *p; p++)
-    if (*p == '/')
-      {
-	has_slash = 1;
-	break;
-      }
-  if (!has_slash)
-    {
-      /* no slashes; search PATH */
-      const char *path = getenv ("PATH");
-      if (path != NULL)
-	{
-	  for (p = path; *p; p = p_next)
-	    {
-	      const char *q;
-	      size_t p_len;
-	      for (q = p; *q; q++)
-		if (IS_PATH_SEPARATOR (*q))
-		  break;
-	      p_len = (size_t) (q - p);
-	      p_next = (*q == '\0' ? q : q + 1);
-	      if (p_len == 0)
-		{
-		  /* empty path: current directory */
-		  if (getcwd (tmp, LT_PATHMAX) == NULL)
-		    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-                              nonnull (strerror (errno)));
-		  tmp_len = strlen (tmp);
-		  concat_name =
-		    XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, tmp, tmp_len);
-		  concat_name[tmp_len] = '/';
-		  strcpy (concat_name + tmp_len + 1, wrapper);
-		}
-	      else
-		{
-		  concat_name =
-		    XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
-		  memcpy (concat_name, p, p_len);
-		  concat_name[p_len] = '/';
-		  strcpy (concat_name + p_len + 1, wrapper);
-		}
-	      if (check_executable (concat_name))
-		return concat_name;
-	      XFREE (concat_name);
-	    }
-	}
-      /* not found in PATH; assume curdir */
-    }
-  /* Relative path | not found in path: prepend cwd */
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
-    lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
-              nonnull (strerror (errno)));
-  tmp_len = strlen (tmp);
-  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
-  memcpy (concat_name, tmp, tmp_len);
-  concat_name[tmp_len] = '/';
-  strcpy (concat_name + tmp_len + 1, wrapper);
-
-  if (check_executable (concat_name))
-    return concat_name;
-  XFREE (concat_name);
-  return NULL;
-}
-
-char *
-chase_symlinks (const char *pathspec)
-{
-#ifndef S_ISLNK
-  return xstrdup (pathspec);
-#else
-  char buf[LT_PATHMAX];
-  struct stat s;
-  char *tmp_pathspec = xstrdup (pathspec);
-  char *p;
-  int has_symlinks = 0;
-  while (strlen (tmp_pathspec) && !has_symlinks)
-    {
-      lt_debugprintf (__FILE__, __LINE__,
-		      "checking path component for symlinks: %s\n",
-		      tmp_pathspec);
-      if (lstat (tmp_pathspec, &s) == 0)
-	{
-	  if (S_ISLNK (s.st_mode) != 0)
-	    {
-	      has_symlinks = 1;
-	      break;
-	    }
-
-	  /* search backwards for last DIR_SEPARATOR */
-	  p = tmp_pathspec + strlen (tmp_pathspec) - 1;
-	  while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    p--;
-	  if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
-	    {
-	      /* no more DIR_SEPARATORS left */
-	      break;
-	    }
-	  *p = '\0';
-	}
-      else
-	{
-	  lt_fatal (__FILE__, __LINE__,
-		    "error accessing file \"%s\": %s",
-		    tmp_pathspec, nonnull (strerror (errno)));
-	}
-    }
-  XFREE (tmp_pathspec);
-
-  if (!has_symlinks)
-    {
-      return xstrdup (pathspec);
-    }
-
-  tmp_pathspec = realpath (pathspec, buf);
-  if (tmp_pathspec == 0)
-    {
-      lt_fatal (__FILE__, __LINE__,
-		"could not follow symlinks for %s", pathspec);
-    }
-  return xstrdup (tmp_pathspec);
-#endif
-}
-
-char *
-strendzap (char *str, const char *pat)
-{
-  size_t len, patlen;
-
-  assert (str != NULL);
-  assert (pat != NULL);
-
-  len = strlen (str);
-  patlen = strlen (pat);
-
-  if (patlen <= len)
-    {
-      str += len - patlen;
-      if (STREQ (str, pat))
-	*str = '\0';
-    }
-  return str;
-}
-
-void
-lt_debugprintf (const char *file, int line, const char *fmt, ...)
-{
-  va_list args;
-  if (lt_debug)
-    {
-      (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line);
-      va_start (args, fmt);
-      (void) vfprintf (stderr, fmt, args);
-      va_end (args);
-    }
-}
-
-static void
-lt_error_core (int exit_status, const char *file,
-	       int line, const char *mode,
-	       const char *message, va_list ap)
-{
-  fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode);
-  vfprintf (stderr, message, ap);
-  fprintf (stderr, ".\n");
-
-  if (exit_status >= 0)
-    exit (exit_status);
-}
-
-void
-lt_fatal (const char *file, int line, const char *message, ...)
-{
-  va_list ap;
-  va_start (ap, message);
-  lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
-  va_end (ap);
-}
-
-static const char *
-nonnull (const char *s)
-{
-  return s ? s : "(null)";
-}
-
-static const char *
-nonempty (const char *s)
-{
-  return (s && !*s) ? "(empty)" : nonnull (s);
-}
-
-void
-lt_setenv (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_setenv) setting '%s' to '%s'\n",
-                  nonnull (name), nonnull (value));
-  {
-#ifdef HAVE_SETENV
-    /* always make a copy, for consistency with !HAVE_SETENV */
-    char *str = xstrdup (value);
-    setenv (name, str, 1);
-#else
-    size_t len = strlen (name) + 1 + strlen (value) + 1;
-    char *str = XMALLOC (char, len);
-    sprintf (str, "%s=%s", name, value);
-    if (putenv (str) != EXIT_SUCCESS)
-      {
-        XFREE (str);
-      }
-#endif
-  }
-}
-
-char *
-lt_extend_str (const char *orig_value, const char *add, int to_end)
-{
-  char *new_value;
-  if (orig_value && *orig_value)
-    {
-      size_t orig_value_len = strlen (orig_value);
-      size_t add_len = strlen (add);
-      new_value = XMALLOC (char, add_len + orig_value_len + 1);
-      if (to_end)
-        {
-          strcpy (new_value, orig_value);
-          strcpy (new_value + orig_value_len, add);
-        }
-      else
-        {
-          strcpy (new_value, add);
-          strcpy (new_value + add_len, orig_value);
-        }
-    }
-  else
-    {
-      new_value = xstrdup (add);
-    }
-  return new_value;
-}
-
-void
-lt_update_exe_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      /* some systems can't cope with a ':'-terminated path #' */
-      size_t len = strlen (new_value);
-      while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
-        {
-          new_value[--len] = '\0';
-        }
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-void
-lt_update_lib_path (const char *name, const char *value)
-{
-  lt_debugprintf (__FILE__, __LINE__,
-		  "(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
-                  nonnull (name), nonnull (value));
-
-  if (name && *name && value && *value)
-    {
-      char *new_value = lt_extend_str (getenv (name), value, 0);
-      lt_setenv (name, new_value);
-      XFREE (new_value);
-    }
-}
-
-EOF
-	    case $host_os in
-	      mingw*)
-		cat <<"EOF"
-
-/* Prepares an argument vector before calling spawn().
-   Note that spawn() does not by itself call the command interpreter
-     (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") :
-      ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
-         GetVersionEx(&v);
-         v.dwPlatformId == VER_PLATFORM_WIN32_NT;
-      }) ? "cmd.exe" : "command.com").
-   Instead it simply concatenates the arguments, separated by ' ', and calls
-   CreateProcess().  We must quote the arguments since Win32 CreateProcess()
-   interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a
-   special way:
-   - Space and tab are interpreted as delimiters. They are not treated as
-     delimiters if they are surrounded by double quotes: "...".
-   - Unescaped double quotes are removed from the input. Their only effect is
-     that within double quotes, space and tab are treated like normal
-     characters.
-   - Backslashes not followed by double quotes are not special.
-   - But 2*n+1 backslashes followed by a double quote become
-     n backslashes followed by a double quote (n >= 0):
-       \" -> "
-       \\\" -> \"
-       \\\\\" -> \\"
- */
-#define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-#define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037"
-char **
-prepare_spawn (char **argv)
-{
-  size_t argc;
-  char **new_argv;
-  size_t i;
-
-  /* Count number of arguments.  */
-  for (argc = 0; argv[argc] != NULL; argc++)
-    ;
-
-  /* Allocate new argument vector.  */
-  new_argv = XMALLOC (char *, argc + 1);
-
-  /* Put quoted arguments into the new argument vector.  */
-  for (i = 0; i < argc; i++)
-    {
-      const char *string = argv[i];
-
-      if (string[0] == '\0')
-	new_argv[i] = xstrdup ("\"\"");
-      else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
-	{
-	  int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
-	  size_t length;
-	  unsigned int backslashes;
-	  const char *s;
-	  char *quoted_string;
-	  char *p;
-
-	  length = 0;
-	  backslashes = 0;
-	  if (quote_around)
-	    length++;
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		length += backslashes + 1;
-	      length++;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    length += backslashes + 1;
-
-	  quoted_string = XMALLOC (char, length + 1);
-
-	  p = quoted_string;
-	  backslashes = 0;
-	  if (quote_around)
-	    *p++ = '"';
-	  for (s = string; *s != '\0'; s++)
-	    {
-	      char c = *s;
-	      if (c == '"')
-		{
-		  unsigned int j;
-		  for (j = backslashes + 1; j > 0; j--)
-		    *p++ = '\\';
-		}
-	      *p++ = c;
-	      if (c == '\\')
-		backslashes++;
-	      else
-		backslashes = 0;
-	    }
-	  if (quote_around)
-	    {
-	      unsigned int j;
-	      for (j = backslashes; j > 0; j--)
-		*p++ = '\\';
-	      *p++ = '"';
-	    }
-	  *p = '\0';
-
-	  new_argv[i] = quoted_string;
-	}
-      else
-	new_argv[i] = (char *) string;
-    }
-  new_argv[argc] = NULL;
-
-  return new_argv;
-}
-EOF
-		;;
-	    esac
-
-            cat <<"EOF"
-void lt_dump_script (FILE* f)
-{
-EOF
-	    func_emit_wrapper yes |
-	      $SED -n -e '
-s/^\(.\{79\}\)\(..*\)/\1\
-\2/
-h
-s/\([\\"]\)/\\\1/g
-s/$/\\n/
-s/\([^\n]*\).*/  fputs ("\1", f);/p
-g
-D'
-            cat <<"EOF"
-}
-EOF
-}
-# end: func_emit_cwrapperexe_src
-
-# func_win32_import_lib_p ARG
-# True if ARG is an import lib, as indicated by $file_magic_cmd
-func_win32_import_lib_p ()
-{
-    $debug_cmd
-
-    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
-    *import*) : ;;
-    *) false ;;
-    esac
-}
-
-# func_mode_link arg...
-func_mode_link ()
-{
-    $debug_cmd
-
-    case $host in
-    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-      # It is impossible to link a dll without this setting, and
-      # we shouldn't force the makefile maintainer to figure out
-      # what system we are compiling for in order to pass an extra
-      # flag for every libtool invocation.
-      # allow_undefined=no
-
-      # FIXME: Unfortunately, there are problems with the above when trying
-      # to make a dll that has undefined symbols, in which case not
-      # even a static library is built.  For now, we need to specify
-      # -no-undefined on the libtool link line when we can be certain
-      # that all symbols are satisfied, otherwise we get a static library.
-      allow_undefined=yes
-      ;;
-    *)
-      allow_undefined=yes
-      ;;
-    esac
-    libtool_args=$nonopt
-    base_compile="$nonopt $@"
-    compile_command=$nonopt
-    finalize_command=$nonopt
-
-    compile_rpath=
-    finalize_rpath=
-    compile_shlibpath=
-    finalize_shlibpath=
-    convenience=
-    old_convenience=
-    deplibs=
-    old_deplibs=
-    compiler_flags=
-    linker_flags=
-    dllsearchpath=
-    lib_search_path=`pwd`
-    inst_prefix_dir=
-    new_inherited_linker_flags=
-
-    avoid_version=no
-    bindir=
-    dlfiles=
-    dlprefiles=
-    dlself=no
-    export_dynamic=no
-    export_symbols=
-    export_symbols_regex=
-    generated=
-    libobjs=
-    ltlibs=
-    module=no
-    no_install=no
-    objs=
-    os2dllname=
-    non_pic_objects=
-    precious_files_regex=
-    prefer_static_libs=no
-    preload=false
-    prev=
-    prevarg=
-    release=
-    rpath=
-    xrpath=
-    perm_rpath=
-    temp_rpath=
-    thread_safe=no
-    vinfo=
-    vinfo_number=no
-    weak_libs=
-    single_module=$wl-single_module
-    func_infer_tag $base_compile
-
-    # We need to know -static, to get the right output filenames.
-    for arg
-    do
-      case $arg in
-      -shared)
-	test yes != "$build_libtool_libs" \
-	  && func_fatal_configuration "cannot build a shared library"
-	build_old_libs=no
-	break
-	;;
-      -all-static | -static | -static-libtool-libs)
-	case $arg in
-	-all-static)
-	  if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
-	    func_warning "complete static linking is impossible in this configuration"
-	  fi
-	  if test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	-static)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=built
-	  ;;
-	-static-libtool-libs)
-	  if test -z "$pic_flag" && test -n "$link_static_flag"; then
-	    dlopen_self=$dlopen_self_static
-	  fi
-	  prefer_static_libs=yes
-	  ;;
-	esac
-	build_libtool_libs=no
-	build_old_libs=yes
-	break
-	;;
-      esac
-    done
-
-    # See if our shared archives depend on static archives.
-    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
-
-    # Go through the arguments, transforming them on the way.
-    while test "$#" -gt 0; do
-      arg=$1
-      shift
-      func_quote_for_eval "$arg"
-      qarg=$func_quote_for_eval_unquoted_result
-      func_append libtool_args " $func_quote_for_eval_result"
-
-      # If the previous option needs an argument, assign it.
-      if test -n "$prev"; then
-	case $prev in
-	output)
-	  func_append compile_command " @OUTPUT@"
-	  func_append finalize_command " @OUTPUT@"
-	  ;;
-	esac
-
-	case $prev in
-	bindir)
-	  bindir=$arg
-	  prev=
-	  continue
-	  ;;
-	dlfiles|dlprefiles)
-	  $preload || {
-	    # Add the symbol object into the linking commands.
-	    func_append compile_command " @SYMFILE@"
-	    func_append finalize_command " @SYMFILE@"
-	    preload=:
-	  }
-	  case $arg in
-	  *.la | *.lo) ;;  # We handle these cases below.
-	  force)
-	    if test no = "$dlself"; then
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  self)
-	    if test dlprefiles = "$prev"; then
-	      dlself=yes
-	    elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
-	      dlself=yes
-	    else
-	      dlself=needless
-	      export_dynamic=yes
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  *)
-	    if test dlfiles = "$prev"; then
-	      func_append dlfiles " $arg"
-	    else
-	      func_append dlprefiles " $arg"
-	    fi
-	    prev=
-	    continue
-	    ;;
-	  esac
-	  ;;
-	expsyms)
-	  export_symbols=$arg
-	  test -f "$arg" \
-	    || func_fatal_error "symbol file '$arg' does not exist"
-	  prev=
-	  continue
-	  ;;
-	expsyms_regex)
-	  export_symbols_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	framework)
-	  case $host in
-	    *-*-darwin*)
-	      case "$deplibs " in
-		*" $qarg.ltframework "*) ;;
-		*) func_append deplibs " $qarg.ltframework" # this is fixed later
-		   ;;
-	      esac
-	      ;;
-	  esac
-	  prev=
-	  continue
-	  ;;
-	inst_prefix)
-	  inst_prefix_dir=$arg
-	  prev=
-	  continue
-	  ;;
-	mllvm)
-	  # Clang does not use LLVM to link, so we can simply discard any
-	  # '-mllvm $arg' options when doing the link step.
-	  prev=
-	  continue
-	  ;;
-	objectlist)
-	  if test -f "$arg"; then
-	    save_arg=$arg
-	    moreargs=
-	    for fil in `cat "$save_arg"`
-	    do
-#	      func_append moreargs " $fil"
-	      arg=$fil
-	      # A libtool-controlled object.
-
-	      # Check to see that this really is a libtool object.
-	      if func_lalib_unsafe_p "$arg"; then
-		pic_object=
-		non_pic_object=
-
-		# Read the .lo file
-		func_source "$arg"
-
-		if test -z "$pic_object" ||
-		   test -z "$non_pic_object" ||
-		   test none = "$pic_object" &&
-		   test none = "$non_pic_object"; then
-		  func_fatal_error "cannot find name of object for '$arg'"
-		fi
-
-		# Extract subdirectory from the argument.
-		func_dirname "$arg" "/" ""
-		xdir=$func_dirname_result
-
-		if test none != "$pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  pic_object=$xdir$pic_object
-
-		  if test dlfiles = "$prev"; then
-		    if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		      func_append dlfiles " $pic_object"
-		      prev=
-		      continue
-		    else
-		      # If libtool objects are unsupported, then we need to preload.
-		      prev=dlprefiles
-		    fi
-		  fi
-
-		  # CHECK ME:  I think I busted this.  -Ossama
-		  if test dlprefiles = "$prev"; then
-		    # Preload the old-style object.
-		    func_append dlprefiles " $pic_object"
-		    prev=
-		  fi
-
-		  # A PIC object.
-		  func_append libobjs " $pic_object"
-		  arg=$pic_object
-		fi
-
-		# Non-PIC object.
-		if test none != "$non_pic_object"; then
-		  # Prepend the subdirectory the object is found in.
-		  non_pic_object=$xdir$non_pic_object
-
-		  # A standard non-PIC object
-		  func_append non_pic_objects " $non_pic_object"
-		  if test -z "$pic_object" || test none = "$pic_object"; then
-		    arg=$non_pic_object
-		  fi
-		else
-		  # If the PIC object exists, use it instead.
-		  # $xdir was prepended to $pic_object above.
-		  non_pic_object=$pic_object
-		  func_append non_pic_objects " $non_pic_object"
-		fi
-	      else
-		# Only an error if not doing a dry-run.
-		if $opt_dry_run; then
-		  # Extract subdirectory from the argument.
-		  func_dirname "$arg" "/" ""
-		  xdir=$func_dirname_result
-
-		  func_lo2o "$arg"
-		  pic_object=$xdir$objdir/$func_lo2o_result
-		  non_pic_object=$xdir$func_lo2o_result
-		  func_append libobjs " $pic_object"
-		  func_append non_pic_objects " $non_pic_object"
-	        else
-		  func_fatal_error "'$arg' is not a valid libtool object"
-		fi
-	      fi
-	    done
-	  else
-	    func_fatal_error "link input file '$arg' does not exist"
-	  fi
-	  arg=$save_arg
-	  prev=
-	  continue
-	  ;;
-	os2dllname)
-	  os2dllname=$arg
-	  prev=
-	  continue
-	  ;;
-	precious_regex)
-	  precious_files_regex=$arg
-	  prev=
-	  continue
-	  ;;
-	release)
-	  release=-$arg
-	  prev=
-	  continue
-	  ;;
-	rpath | xrpath)
-	  # We need an absolute path.
-	  case $arg in
-	  [\\/]* | [A-Za-z]:[\\/]*) ;;
-	  *)
-	    func_fatal_error "only absolute run-paths are allowed"
-	    ;;
-	  esac
-	  if test rpath = "$prev"; then
-	    case "$rpath " in
-	    *" $arg "*) ;;
-	    *) func_append rpath " $arg" ;;
-	    esac
-	  else
-	    case "$xrpath " in
-	    *" $arg "*) ;;
-	    *) func_append xrpath " $arg" ;;
-	    esac
-	  fi
-	  prev=
-	  continue
-	  ;;
-	shrext)
-	  shrext_cmds=$arg
-	  prev=
-	  continue
-	  ;;
-	weak)
-	  func_append weak_libs " $arg"
-	  prev=
-	  continue
-	  ;;
-	xcclinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xcompiler)
-	  func_append compiler_flags " $qarg"
-	  prev=
-	  func_append compile_command " $qarg"
-	  func_append finalize_command " $qarg"
-	  continue
-	  ;;
-	xlinker)
-	  func_append linker_flags " $qarg"
-	  func_append compiler_flags " $wl$qarg"
-	  prev=
-	  func_append compile_command " $wl$qarg"
-	  func_append finalize_command " $wl$qarg"
-	  continue
-	  ;;
-	*)
-	  eval "$prev=\"\$arg\""
-	  prev=
-	  continue
-	  ;;
-	esac
-      fi # test -n "$prev"
-
-      prevarg=$arg
-
-      case $arg in
-      -all-static)
-	if test -n "$link_static_flag"; then
-	  # See comment for -static flag below, for more details.
-	  func_append compile_command " $link_static_flag"
-	  func_append finalize_command " $link_static_flag"
-	fi
-	continue
-	;;
-
-      -allow-undefined)
-	# FIXME: remove this flag sometime in the future.
-	func_fatal_error "'-allow-undefined' must not be used because it is the default"
-	;;
-
-      -avoid-version)
-	avoid_version=yes
-	continue
-	;;
-
-      -bindir)
-	prev=bindir
-	continue
-	;;
-
-      -dlopen)
-	prev=dlfiles
-	continue
-	;;
-
-      -dlpreopen)
-	prev=dlprefiles
-	continue
-	;;
-
-      -export-dynamic)
-	export_dynamic=yes
-	continue
-	;;
-
-      -export-symbols | -export-symbols-regex)
-	if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
-	  func_fatal_error "more than one -exported-symbols argument is not allowed"
-	fi
-	if test X-export-symbols = "X$arg"; then
-	  prev=expsyms
-	else
-	  prev=expsyms_regex
-	fi
-	continue
-	;;
-
-      -framework)
-	prev=framework
-	continue
-	;;
-
-      -inst-prefix-dir)
-	prev=inst_prefix
-	continue
-	;;
-
-      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
-      # so, if we see these flags be careful not to treat them like -L
-      -L[A-Z][A-Z]*:*)
-	case $with_gcc/$host in
-	no/*-*-irix* | /*-*-irix*)
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  ;;
-	esac
-	continue
-	;;
-
-      -L*)
-	func_stripname "-L" '' "$arg"
-	if test -z "$func_stripname_result"; then
-	  if test "$#" -gt 0; then
-	    func_fatal_error "require no space between '-L' and '$1'"
-	  else
-	    func_fatal_error "need path for '-L' option"
-	  fi
-	fi
-	func_resolve_sysroot "$func_stripname_result"
-	dir=$func_resolve_sysroot_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	*)
-	  absdir=`cd "$dir" && pwd`
-	  test -z "$absdir" && \
-	    func_fatal_error "cannot determine absolute directory name of '$dir'"
-	  dir=$absdir
-	  ;;
-	esac
-	case "$deplibs " in
-	*" -L$dir "* | *" $arg "*)
-	  # Will only happen for absolute or sysroot arguments
-	  ;;
-	*)
-	  # Preserve sysroot, but never include relative directories
-	  case $dir in
-	    [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;;
-	    *) func_append deplibs " -L$dir" ;;
-	  esac
-	  func_append lib_search_path " $dir"
-	  ;;
-	esac
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$dir:"*) ;;
-	  ::) dllsearchpath=$dir;;
-	  *) func_append dllsearchpath ":$dir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-	continue
-	;;
-
-      -l*)
-	if test X-lc = "X$arg" || test X-lm = "X$arg"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # These systems don't actually have a C or math library (as such)
-	    continue
-	    ;;
-	  *-*-os2*)
-	    # These systems don't actually have a C library (as such)
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	    # Do not include libc due to us having libc/libc_r.
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C and math libraries are in the System framework
-	    func_append deplibs " System.ltframework"
-	    continue
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    test X-lc = "X$arg" && continue
-	    ;;
-	  esac
-	elif test X-lc_r = "X$arg"; then
-	 case $host in
-	 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
-	   # Do not include libc_r directly, use -pthread flag.
-	   continue
-	   ;;
-	 esac
-	fi
-	func_append deplibs " $arg"
-	continue
-	;;
-
-      -mllvm)
-	prev=mllvm
-	continue
-	;;
-
-      -module)
-	module=yes
-	continue
-	;;
-
-      # Tru64 UNIX uses -model [arg] to determine the layout of C++
-      # classes, name mangling, and exception handling.
-      # Darwin uses the -arch flag to determine output architecture.
-      -model|-arch|-isysroot|--sysroot)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	prev=xcompiler
-	continue
-	;;
-
-      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	func_append compiler_flags " $arg"
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-	case "$new_inherited_linker_flags " in
-	    *" $arg "*) ;;
-	    * ) func_append new_inherited_linker_flags " $arg" ;;
-	esac
-	continue
-	;;
-
-      -multi_module)
-	single_module=$wl-multi_module
-	continue
-	;;
-
-      -no-fast-install)
-	fast_install=no
-	continue
-	;;
-
-      -no-install)
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
-	  # The PATH hackery in wrapper scripts is required on Windows
-	  # and Darwin in order for the loader to find any dlls it needs.
-	  func_warning "'-no-install' is ignored for $host"
-	  func_warning "assuming '-no-fast-install' instead"
-	  fast_install=no
-	  ;;
-	*) no_install=yes ;;
-	esac
-	continue
-	;;
-
-      -no-undefined)
-	allow_undefined=no
-	continue
-	;;
-
-      -objectlist)
-	prev=objectlist
-	continue
-	;;
-
-      -os2dllname)
-	prev=os2dllname
-	continue
-	;;
-
-      -o) prev=output ;;
-
-      -precious-files-regex)
-	prev=precious_regex
-	continue
-	;;
-
-      -release)
-	prev=release
-	continue
-	;;
-
-      -rpath)
-	prev=rpath
-	continue
-	;;
-
-      -R)
-	prev=xrpath
-	continue
-	;;
-
-      -R*)
-	func_stripname '-R' '' "$arg"
-	dir=$func_stripname_result
-	# We need an absolute path.
-	case $dir in
-	[\\/]* | [A-Za-z]:[\\/]*) ;;
-	=*)
-	  func_stripname '=' '' "$dir"
-	  dir=$lt_sysroot$func_stripname_result
-	  ;;
-	*)
-	  func_fatal_error "only absolute run-paths are allowed"
-	  ;;
-	esac
-	case "$xrpath " in
-	*" $dir "*) ;;
-	*) func_append xrpath " $dir" ;;
-	esac
-	continue
-	;;
-
-      -shared)
-	# The effects of -shared are defined in a previous loop.
-	continue
-	;;
-
-      -shrext)
-	prev=shrext
-	continue
-	;;
-
-      -static | -static-libtool-libs)
-	# The effects of -static are defined in a previous loop.
-	# We used to do the same as -all-static on platforms that
-	# didn't have a PIC flag, but the assumption that the effects
-	# would be equivalent was wrong.  It would break on at least
-	# Digital Unix and AIX.
-	continue
-	;;
-
-      -thread-safe)
-	thread_safe=yes
-	continue
-	;;
-
-      -version-info)
-	prev=vinfo
-	continue
-	;;
-
-      -version-number)
-	prev=vinfo
-	vinfo_number=yes
-	continue
-	;;
-
-      -weak)
-        prev=weak
-	continue
-	;;
-
-      -Wc,*)
-	func_stripname '-Wc,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $func_quote_for_eval_result"
-	  func_append compiler_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Wl,*)
-	func_stripname '-Wl,' '' "$arg"
-	args=$func_stripname_result
-	arg=
-	save_ifs=$IFS; IFS=,
-	for flag in $args; do
-	  IFS=$save_ifs
-          func_quote_for_eval "$flag"
-	  func_append arg " $wl$func_quote_for_eval_result"
-	  func_append compiler_flags " $wl$func_quote_for_eval_result"
-	  func_append linker_flags " $func_quote_for_eval_result"
-	done
-	IFS=$save_ifs
-	func_stripname ' ' '' "$arg"
-	arg=$func_stripname_result
-	;;
-
-      -Xcompiler)
-	prev=xcompiler
-	continue
-	;;
-
-      -Xlinker)
-	prev=xlinker
-	continue
-	;;
-
-      -XCClinker)
-	prev=xcclinker
-	continue
-	;;
-
-      # -msg_* for osf cc
-      -msg_*)
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      # Flags to be passed through unchanged, with rationale:
-      # -64, -mips[0-9]      enable 64-bit mode for the SGI compiler
-      # -r[0-9][0-9]*        specify processor for the SGI compiler
-      # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler
-      # +DA*, +DD*           enable 64-bit mode for the HP compiler
-      # -q*                  compiler args for the IBM compiler
-      # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
-      # -F/path              path to uninstalled frameworks, gcc on darwin
-      # -p, -pg, --coverage, -fprofile-*  profiling flags for GCC
-      # -fstack-protector*   stack protector flags for GCC
-      # @file                GCC response files
-      # -tp=*                Portland pgcc target processor selection
-      # --sysroot=*          for sysroot support
-      # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
-      # -stdlib=*            select c++ std lib with clang
-      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-        func_append compile_command " $arg"
-        func_append finalize_command " $arg"
-        func_append compiler_flags " $arg"
-        continue
-        ;;
-
-      -Z*)
-        if test os2 = "`expr $host : '.*\(os2\)'`"; then
-          # OS/2 uses -Zxxx to specify OS/2-specific options
-	  compiler_flags="$compiler_flags $arg"
-	  func_append compile_command " $arg"
-	  func_append finalize_command " $arg"
-	  case $arg in
-	  -Zlinker | -Zstack)
-	    prev=xcompiler
-	    ;;
-	  esac
-	  continue
-        else
-	  # Otherwise treat like 'Some other compiler flag' below
-	  func_quote_for_eval "$arg"
-	  arg=$func_quote_for_eval_result
-        fi
-	;;
-
-      # Some other compiler flag.
-      -* | +*)
-        func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-
-      *.$objext)
-	# A standard object.
-	func_append objs " $arg"
-	;;
-
-      *.lo)
-	# A libtool-controlled object.
-
-	# Check to see that this really is a libtool object.
-	if func_lalib_unsafe_p "$arg"; then
-	  pic_object=
-	  non_pic_object=
-
-	  # Read the .lo file
-	  func_source "$arg"
-
-	  if test -z "$pic_object" ||
-	     test -z "$non_pic_object" ||
-	     test none = "$pic_object" &&
-	     test none = "$non_pic_object"; then
-	    func_fatal_error "cannot find name of object for '$arg'"
-	  fi
-
-	  # Extract subdirectory from the argument.
-	  func_dirname "$arg" "/" ""
-	  xdir=$func_dirname_result
-
-	  test none = "$pic_object" || {
-	    # Prepend the subdirectory the object is found in.
-	    pic_object=$xdir$pic_object
-
-	    if test dlfiles = "$prev"; then
-	      if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
-		func_append dlfiles " $pic_object"
-		prev=
-		continue
-	      else
-		# If libtool objects are unsupported, then we need to preload.
-		prev=dlprefiles
-	      fi
-	    fi
-
-	    # CHECK ME:  I think I busted this.  -Ossama
-	    if test dlprefiles = "$prev"; then
-	      # Preload the old-style object.
-	      func_append dlprefiles " $pic_object"
-	      prev=
-	    fi
-
-	    # A PIC object.
-	    func_append libobjs " $pic_object"
-	    arg=$pic_object
-	  }
-
-	  # Non-PIC object.
-	  if test none != "$non_pic_object"; then
-	    # Prepend the subdirectory the object is found in.
-	    non_pic_object=$xdir$non_pic_object
-
-	    # A standard non-PIC object
-	    func_append non_pic_objects " $non_pic_object"
-	    if test -z "$pic_object" || test none = "$pic_object"; then
-	      arg=$non_pic_object
-	    fi
-	  else
-	    # If the PIC object exists, use it instead.
-	    # $xdir was prepended to $pic_object above.
-	    non_pic_object=$pic_object
-	    func_append non_pic_objects " $non_pic_object"
-	  fi
-	else
-	  # Only an error if not doing a dry-run.
-	  if $opt_dry_run; then
-	    # Extract subdirectory from the argument.
-	    func_dirname "$arg" "/" ""
-	    xdir=$func_dirname_result
-
-	    func_lo2o "$arg"
-	    pic_object=$xdir$objdir/$func_lo2o_result
-	    non_pic_object=$xdir$func_lo2o_result
-	    func_append libobjs " $pic_object"
-	    func_append non_pic_objects " $non_pic_object"
-	  else
-	    func_fatal_error "'$arg' is not a valid libtool object"
-	  fi
-	fi
-	;;
-
-      *.$libext)
-	# An archive.
-	func_append deplibs " $arg"
-	func_append old_deplibs " $arg"
-	continue
-	;;
-
-      *.la)
-	# A libtool-controlled library.
-
-	func_resolve_sysroot "$arg"
-	if test dlfiles = "$prev"; then
-	  # This library was specified with -dlopen.
-	  func_append dlfiles " $func_resolve_sysroot_result"
-	  prev=
-	elif test dlprefiles = "$prev"; then
-	  # The library was specified with -dlpreopen.
-	  func_append dlprefiles " $func_resolve_sysroot_result"
-	  prev=
-	else
-	  func_append deplibs " $func_resolve_sysroot_result"
-	fi
-	continue
-	;;
-
-      # Some other compiler argument.
-      *)
-	# Unknown arguments in both finalize_command and compile_command need
-	# to be aesthetically quoted because they are evaled later.
-	func_quote_for_eval "$arg"
-	arg=$func_quote_for_eval_result
-	;;
-      esac # arg
-
-      # Now actually substitute the argument into the commands.
-      if test -n "$arg"; then
-	func_append compile_command " $arg"
-	func_append finalize_command " $arg"
-      fi
-    done # argument parsing loop
-
-    test -n "$prev" && \
-      func_fatal_help "the '$prevarg' option requires an argument"
-
-    if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
-      eval arg=\"$export_dynamic_flag_spec\"
-      func_append compile_command " $arg"
-      func_append finalize_command " $arg"
-    fi
-
-    oldlibs=
-    # calculate the name of the file, without its directory
-    func_basename "$output"
-    outputname=$func_basename_result
-    libobjs_save=$libobjs
-
-    if test -n "$shlibpath_var"; then
-      # get the directories listed in $shlibpath_var
-      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
-    else
-      shlib_search_path=
-    fi
-    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
-    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
-
-    func_dirname "$output" "/" ""
-    output_objdir=$func_dirname_result$objdir
-    func_to_tool_file "$output_objdir/"
-    tool_output_objdir=$func_to_tool_file_result
-    # Create the object directory.
-    func_mkdir_p "$output_objdir"
-
-    # Determine the type of output
-    case $output in
-    "")
-      func_fatal_help "you must specify an output file"
-      ;;
-    *.$libext) linkmode=oldlib ;;
-    *.lo | *.$objext) linkmode=obj ;;
-    *.la) linkmode=lib ;;
-    *) linkmode=prog ;; # Anything else should be a program.
-    esac
-
-    specialdeplibs=
-
-    libs=
-    # Find all interdependent deplibs by searching for libraries
-    # that are linked more than once (e.g. -la -lb -la)
-    for deplib in $deplibs; do
-      if $opt_preserve_dup_deps; then
-	case "$libs " in
-	*" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	esac
-      fi
-      func_append libs " $deplib"
-    done
-
-    if test lib = "$linkmode"; then
-      libs="$predeps $libs $compiler_lib_search_path $postdeps"
-
-      # Compute libraries that are listed more than once in $predeps
-      # $postdeps and mark them as special (i.e., whose duplicates are
-      # not to be eliminated).
-      pre_post_deps=
-      if $opt_duplicate_compiler_generated_deps; then
-	for pre_post_dep in $predeps $postdeps; do
-	  case "$pre_post_deps " in
-	  *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;;
-	  esac
-	  func_append pre_post_deps " $pre_post_dep"
-	done
-      fi
-      pre_post_deps=
-    fi
-
-    deplibs=
-    newdependency_libs=
-    newlib_search_path=
-    need_relink=no # whether we're linking any uninstalled libtool libraries
-    notinst_deplibs= # not-installed libtool libraries
-    notinst_path= # paths that contain not-installed libtool libraries
-
-    case $linkmode in
-    lib)
-	passes="conv dlpreopen link"
-	for file in $dlfiles $dlprefiles; do
-	  case $file in
-	  *.la) ;;
-	  *)
-	    func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
-	    ;;
-	  esac
-	done
-	;;
-    prog)
-	compile_deplibs=
-	finalize_deplibs=
-	alldeplibs=false
-	newdlfiles=
-	newdlprefiles=
-	passes="conv scan dlopen dlpreopen link"
-	;;
-    *)  passes="conv"
-	;;
-    esac
-
-    for pass in $passes; do
-      # The preopen pass in lib mode reverses $deplibs; put it back here
-      # so that -L comes before libs that need it for instance...
-      if test lib,link = "$linkmode,$pass"; then
-	## FIXME: Find the place where the list is rebuilt in the wrong
-	##        order, and fix it there properly
-        tmp_deplibs=
-	for deplib in $deplibs; do
-	  tmp_deplibs="$deplib $tmp_deplibs"
-	done
-	deplibs=$tmp_deplibs
-      fi
-
-      if test lib,link = "$linkmode,$pass" ||
-	 test prog,scan = "$linkmode,$pass"; then
-	libs=$deplibs
-	deplibs=
-      fi
-      if test prog = "$linkmode"; then
-	case $pass in
-	dlopen) libs=$dlfiles ;;
-	dlpreopen) libs=$dlprefiles ;;
-	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
-	esac
-      fi
-      if test lib,dlpreopen = "$linkmode,$pass"; then
-	# Collect and forward deplibs of preopened libtool libs
-	for lib in $dlprefiles; do
-	  # Ignore non-libtool-libs
-	  dependency_libs=
-	  func_resolve_sysroot "$lib"
-	  case $lib in
-	  *.la)	func_source "$func_resolve_sysroot_result" ;;
-	  esac
-
-	  # Collect preopened libtool deplibs, except any this library
-	  # has declared as weak libs
-	  for deplib in $dependency_libs; do
-	    func_basename "$deplib"
-            deplib_base=$func_basename_result
-	    case " $weak_libs " in
-	    *" $deplib_base "*) ;;
-	    *) func_append deplibs " $deplib" ;;
-	    esac
-	  done
-	done
-	libs=$dlprefiles
-      fi
-      if test dlopen = "$pass"; then
-	# Collect dlpreopened libraries
-	save_deplibs=$deplibs
-	deplibs=
-      fi
-
-      for deplib in $libs; do
-	lib=
-	found=false
-	case $deplib in
-	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    func_append compiler_flags " $deplib"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-l*)
-	  if test lib != "$linkmode" && test prog != "$linkmode"; then
-	    func_warning "'-l' is ignored for archives/objects"
-	    continue
-	  fi
-	  func_stripname '-l' '' "$deplib"
-	  name=$func_stripname_result
-	  if test lib = "$linkmode"; then
-	    searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
-	  else
-	    searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
-	  fi
-	  for searchdir in $searchdirs; do
-	    for search_ext in .la $std_shrext .so .a; do
-	      # Search the libtool library
-	      lib=$searchdir/lib$name$search_ext
-	      if test -f "$lib"; then
-		if test .la = "$search_ext"; then
-		  found=:
-		else
-		  found=false
-		fi
-		break 2
-	      fi
-	    done
-	  done
-	  if $found; then
-	    # deplib is a libtool library
-	    # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
-	    # We need to do some special things here, and not later.
-	    if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	      case " $predeps $postdeps " in
-	      *" $deplib "*)
-		if func_lalib_p "$lib"; then
-		  library_names=
-		  old_library=
-		  func_source "$lib"
-		  for l in $old_library $library_names; do
-		    ll=$l
-		  done
-		  if test "X$ll" = "X$old_library"; then # only static version available
-		    found=false
-		    func_dirname "$lib" "" "."
-		    ladir=$func_dirname_result
-		    lib=$ladir/$old_library
-		    if test prog,link = "$linkmode,$pass"; then
-		      compile_deplibs="$deplib $compile_deplibs"
-		      finalize_deplibs="$deplib $finalize_deplibs"
-		    else
-		      deplibs="$deplib $deplibs"
-		      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-		    fi
-		    continue
-		  fi
-		fi
-		;;
-	      *) ;;
-	      esac
-	    fi
-	  else
-	    # deplib doesn't seem to be a libtool library
-	    if test prog,link = "$linkmode,$pass"; then
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      deplibs="$deplib $deplibs"
-	      test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    continue
-	  fi
-	  ;; # -l
-	*.ltframework)
-	  if test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$deplib $compile_deplibs"
-	    finalize_deplibs="$deplib $finalize_deplibs"
-	  else
-	    deplibs="$deplib $deplibs"
-	    if test lib = "$linkmode"; then
-		case "$new_inherited_linker_flags " in
-		    *" $deplib "*) ;;
-		    * ) func_append new_inherited_linker_flags " $deplib" ;;
-		esac
-	    fi
-	  fi
-	  continue
-	  ;;
-	-L*)
-	  case $linkmode in
-	  lib)
-	    deplibs="$deplib $deplibs"
-	    test conv = "$pass" && continue
-	    newdependency_libs="$deplib $newdependency_libs"
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  prog)
-	    if test conv = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	      continue
-	    fi
-	    if test scan = "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    func_stripname '-L' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    func_append newlib_search_path " $func_resolve_sysroot_result"
-	    ;;
-	  *)
-	    func_warning "'-L' is ignored for archives/objects"
-	    ;;
-	  esac # linkmode
-	  continue
-	  ;; # -L
-	-R*)
-	  if test link = "$pass"; then
-	    func_stripname '-R' '' "$deplib"
-	    func_resolve_sysroot "$func_stripname_result"
-	    dir=$func_resolve_sysroot_result
-	    # Make sure the xrpath contains only unique directories.
-	    case "$xrpath " in
-	    *" $dir "*) ;;
-	    *) func_append xrpath " $dir" ;;
-	    esac
-	  fi
-	  deplibs="$deplib $deplibs"
-	  continue
-	  ;;
-	*.la)
-	  func_resolve_sysroot "$deplib"
-	  lib=$func_resolve_sysroot_result
-	  ;;
-	*.$libext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	    continue
-	  fi
-	  case $linkmode in
-	  lib)
-	    # Linking convenience modules into shared libraries is allowed,
-	    # but linking other static libraries is non-portable.
-	    case " $dlpreconveniencelibs " in
-	    *" $deplib "*) ;;
-	    *)
-	      valid_a_lib=false
-	      case $deplibs_check_method in
-		match_pattern*)
-		  set dummy $deplibs_check_method; shift
-		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
-		    | $EGREP "$match_pattern_regex" > /dev/null; then
-		    valid_a_lib=:
-		  fi
-		;;
-		pass_all)
-		  valid_a_lib=:
-		;;
-	      esac
-	      if $valid_a_lib; then
-		echo
-		$ECHO "*** Warning: Linking the shared library $output against the"
-		$ECHO "*** static library $deplib is not portable!"
-		deplibs="$deplib $deplibs"
-	      else
-		echo
-		$ECHO "*** Warning: Trying to link with static lib archive $deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because the file extensions .$libext of this argument makes me believe"
-		echo "*** that it is just a static archive that I should not use here."
-	      fi
-	      ;;
-	    esac
-	    continue
-	    ;;
-	  prog)
-	    if test link != "$pass"; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    fi
-	    continue
-	    ;;
-	  esac # linkmode
-	  ;; # *.$libext
-	*.lo | *.$objext)
-	  if test conv = "$pass"; then
-	    deplibs="$deplib $deplibs"
-	  elif test prog = "$linkmode"; then
-	    if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
-	      # If there is no dlopen support or we're linking statically,
-	      # we need to preload.
-	      func_append newdlprefiles " $deplib"
-	      compile_deplibs="$deplib $compile_deplibs"
-	      finalize_deplibs="$deplib $finalize_deplibs"
-	    else
-	      func_append newdlfiles " $deplib"
-	    fi
-	  fi
-	  continue
-	  ;;
-	%DEPLIBS%)
-	  alldeplibs=:
-	  continue
-	  ;;
-	esac # case $deplib
-
-	$found || test -f "$lib" \
-	  || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
-
-	# Check to see that this really is a libtool archive.
-	func_lalib_unsafe_p "$lib" \
-	  || func_fatal_error "'$lib' is not a valid libtool archive"
-
-	func_dirname "$lib" "" "."
-	ladir=$func_dirname_result
-
-	dlname=
-	dlopen=
-	dlpreopen=
-	libdir=
-	library_names=
-	old_library=
-	inherited_linker_flags=
-	# If the library was installed with an old release of libtool,
-	# it will not redefine variables installed, or shouldnotlink
-	installed=yes
-	shouldnotlink=no
-	avoidtemprpath=
-
-
-	# Read the .la file
-	func_source "$lib"
-
-	# Convert "-framework foo" to "foo.ltframework"
-	if test -n "$inherited_linker_flags"; then
-	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
-	    case " $new_inherited_linker_flags " in
-	      *" $tmp_inherited_linker_flag "*) ;;
-	      *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";;
-	    esac
-	  done
-	fi
-	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	if test lib,link = "$linkmode,$pass" ||
-	   test prog,scan = "$linkmode,$pass" ||
-	   { test prog != "$linkmode" && test lib != "$linkmode"; }; then
-	  test -n "$dlopen" && func_append dlfiles " $dlopen"
-	  test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
-	fi
-
-	if test conv = "$pass"; then
-	  # Only check for convenience libraries
-	  deplibs="$lib $deplibs"
-	  if test -z "$libdir"; then
-	    if test -z "$old_library"; then
-	      func_fatal_error "cannot find name of link library for '$lib'"
-	    fi
-	    # It is a libtool convenience library, so add in its objects.
-	    func_append convenience " $ladir/$objdir/$old_library"
-	    func_append old_convenience " $ladir/$objdir/$old_library"
-	  elif test prog != "$linkmode" && test lib != "$linkmode"; then
-	    func_fatal_error "'$lib' is not a convenience library"
-	  fi
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    deplibs="$deplib $deplibs"
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done
-	  continue
-	fi # $pass = conv
-
-
-	# Get the name of the library we link against.
-	linklib=
-	if test -n "$old_library" &&
-	   { test yes = "$prefer_static_libs" ||
-	     test built,no = "$prefer_static_libs,$installed"; }; then
-	  linklib=$old_library
-	else
-	  for l in $old_library $library_names; do
-	    linklib=$l
-	  done
-	fi
-	if test -z "$linklib"; then
-	  func_fatal_error "cannot find name of link library for '$lib'"
-	fi
-
-	# This library was specified with -dlopen.
-	if test dlopen = "$pass"; then
-	  test -z "$libdir" \
-	    && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
-	  if test -z "$dlname" ||
-	     test yes != "$dlopen_support" ||
-	     test no = "$build_libtool_libs"
-	  then
-	    # If there is no dlname, no dlopen support or we're linking
-	    # statically, we need to preload.  We also need to preload any
-	    # dependent libraries so libltdl's deplib preloader doesn't
-	    # bomb out in the load deplibs phase.
-	    func_append dlprefiles " $lib $dependency_libs"
-	  else
-	    func_append newdlfiles " $lib"
-	  fi
-	  continue
-	fi # $pass = dlopen
-
-	# We need an absolute path.
-	case $ladir in
-	[\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
-	*)
-	  abs_ladir=`cd "$ladir" && pwd`
-	  if test -z "$abs_ladir"; then
-	    func_warning "cannot determine absolute directory name of '$ladir'"
-	    func_warning "passing it literally to the linker, although it might fail"
-	    abs_ladir=$ladir
-	  fi
-	  ;;
-	esac
-	func_basename "$lib"
-	laname=$func_basename_result
-
-	# Find the relevant object directory and library name.
-	if test yes = "$installed"; then
-	  if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    func_warning "library '$lib' was moved."
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    libdir=$abs_ladir
-	  else
-	    dir=$lt_sysroot$libdir
-	    absdir=$lt_sysroot$libdir
-	  fi
-	  test yes = "$hardcode_automatic" && avoidtemprpath=yes
-	else
-	  if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
-	    dir=$ladir
-	    absdir=$abs_ladir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  else
-	    dir=$ladir/$objdir
-	    absdir=$abs_ladir/$objdir
-	    # Remove this search path later
-	    func_append notinst_path " $abs_ladir"
-	  fi
-	fi # $installed = yes
-	func_stripname 'lib' '.la' "$laname"
-	name=$func_stripname_result
-
-	# This library was specified with -dlpreopen.
-	if test dlpreopen = "$pass"; then
-	  if test -z "$libdir" && test prog = "$linkmode"; then
-	    func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
-	  fi
-	  case $host in
-	    # special handling for platforms with PE-DLLs.
-	    *cygwin* | *mingw* | *cegcc* )
-	      # Linker will automatically link against shared library if both
-	      # static and shared are present.  Therefore, ensure we extract
-	      # symbols from the import library if a shared library is present
-	      # (otherwise, the dlopen module name will be incorrect).  We do
-	      # this by putting the import library name into $newdlprefiles.
-	      # We recover the dlopen module name by 'saving' the la file
-	      # name in a special purpose variable, and (later) extracting the
-	      # dlname from the la file.
-	      if test -n "$dlname"; then
-	        func_tr_sh "$dir/$linklib"
-	        eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname"
-	        func_append newdlprefiles " $dir/$linklib"
-	      else
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      fi
-	    ;;
-	    * )
-	      # Prefer using a static library (so that no silly _DYNAMIC symbols
-	      # are required to link).
-	      if test -n "$old_library"; then
-	        func_append newdlprefiles " $dir/$old_library"
-	        # Keep a list of preopened convenience libraries to check
-	        # that they are being used correctly in the link pass.
-	        test -z "$libdir" && \
-	          func_append dlpreconveniencelibs " $dir/$old_library"
-	      # Otherwise, use the dlname, so that lt_dlopen finds it.
-	      elif test -n "$dlname"; then
-	        func_append newdlprefiles " $dir/$dlname"
-	      else
-	        func_append newdlprefiles " $dir/$linklib"
-	      fi
-	    ;;
-	  esac
-	fi # $pass = dlpreopen
-
-	if test -z "$libdir"; then
-	  # Link the convenience library
-	  if test lib = "$linkmode"; then
-	    deplibs="$dir/$old_library $deplibs"
-	  elif test prog,link = "$linkmode,$pass"; then
-	    compile_deplibs="$dir/$old_library $compile_deplibs"
-	    finalize_deplibs="$dir/$old_library $finalize_deplibs"
-	  else
-	    deplibs="$lib $deplibs" # used for prog,scan pass
-	  fi
-	  continue
-	fi
-
-
-	if test prog = "$linkmode" && test link != "$pass"; then
-	  func_append newlib_search_path " $ladir"
-	  deplibs="$lib $deplibs"
-
-	  linkalldeplibs=false
-	  if test no != "$link_all_deplibs" || test -z "$library_names" ||
-	     test no = "$build_libtool_libs"; then
-	    linkalldeplibs=:
-	  fi
-
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    case $deplib in
-	    -L*) func_stripname '-L' '' "$deplib"
-	         func_resolve_sysroot "$func_stripname_result"
-	         func_append newlib_search_path " $func_resolve_sysroot_result"
-		 ;;
-	    esac
-	    # Need to link against all dependency_libs?
-	    if $linkalldeplibs; then
-	      deplibs="$deplib $deplibs"
-	    else
-	      # Need to hardcode shared library paths
-	      # or/and link against static libraries
-	      newdependency_libs="$deplib $newdependency_libs"
-	    fi
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $deplib"
-	  done # for deplib
-	  continue
-	fi # $linkmode = prog...
-
-	if test prog,link = "$linkmode,$pass"; then
-	  if test -n "$library_names" &&
-	     { { test no = "$prefer_static_libs" ||
-	         test built,yes = "$prefer_static_libs,$installed"; } ||
-	       test -z "$old_library"; }; then
-	    # We need to hardcode the library path
-	    if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
-	      # Make sure the rpath contains only unique directories.
-	      case $temp_rpath: in
-	      *"$absdir:"*) ;;
-	      *) func_append temp_rpath "$absdir:" ;;
-	      esac
-	    fi
-
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi # $linkmode,$pass = prog,link...
-
-	  if $alldeplibs &&
-	     { test pass_all = "$deplibs_check_method" ||
-	       { test yes = "$build_libtool_libs" &&
-		 test -n "$library_names"; }; }; then
-	    # We only need to search for static libraries
-	    continue
-	  fi
-	fi
-
-	link_static=no # Whether the deplib will be linked statically
-	use_static_libs=$prefer_static_libs
-	if test built = "$use_static_libs" && test yes = "$installed"; then
-	  use_static_libs=no
-	fi
-	if test -n "$library_names" &&
-	   { test no = "$use_static_libs" || test -z "$old_library"; }; then
-	  case $host in
-	  *cygwin* | *mingw* | *cegcc* | *os2*)
-	      # No point in relinking DLLs because paths are not encoded
-	      func_append notinst_deplibs " $lib"
-	      need_relink=no
-	    ;;
-	  *)
-	    if test no = "$installed"; then
-	      func_append notinst_deplibs " $lib"
-	      need_relink=yes
-	    fi
-	    ;;
-	  esac
-	  # This is a shared library
-
-	  # Warn about portability, can't link against -module's on some
-	  # systems (darwin).  Don't bleat about dlopened modules though!
-	  dlopenmodule=
-	  for dlpremoduletest in $dlprefiles; do
-	    if test "X$dlpremoduletest" = "X$lib"; then
-	      dlopenmodule=$dlpremoduletest
-	      break
-	    fi
-	  done
-	  if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
-	    echo
-	    if test prog = "$linkmode"; then
-	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
-	    else
-	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
-	    fi
-	    $ECHO "*** $linklib is not portable!"
-	  fi
-	  if test lib = "$linkmode" &&
-	     test yes = "$hardcode_into_libs"; then
-	    # Hardcode the library path.
-	    # Skip directories that are in the system default run-time
-	    # search path.
-	    case " $sys_lib_dlsearch_path " in
-	    *" $absdir "*) ;;
-	    *)
-	      case "$compile_rpath " in
-	      *" $absdir "*) ;;
-	      *) func_append compile_rpath " $absdir" ;;
-	      esac
-	      ;;
-	    esac
-	    case " $sys_lib_dlsearch_path " in
-	    *" $libdir "*) ;;
-	    *)
-	      case "$finalize_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append finalize_rpath " $libdir" ;;
-	      esac
-	      ;;
-	    esac
-	  fi
-
-	  if test -n "$old_archive_from_expsyms_cmds"; then
-	    # figure out the soname
-	    set dummy $library_names
-	    shift
-	    realname=$1
-	    shift
-	    libname=`eval "\\$ECHO \"$libname_spec\""`
-	    # use dlname if we got it. it's perfectly good, no?
-	    if test -n "$dlname"; then
-	      soname=$dlname
-	    elif test -n "$soname_spec"; then
-	      # bleh windows
-	      case $host in
-	      *cygwin* | mingw* | *cegcc* | *os2*)
-	        func_arith $current - $age
-		major=$func_arith_result
-		versuffix=-$major
-		;;
-	      esac
-	      eval soname=\"$soname_spec\"
-	    else
-	      soname=$realname
-	    fi
-
-	    # Make a new name for the extract_expsyms_cmds to use
-	    soroot=$soname
-	    func_basename "$soroot"
-	    soname=$func_basename_result
-	    func_stripname 'lib' '.dll' "$soname"
-	    newlib=libimp-$func_stripname_result.a
-
-	    # If the library has no export list, then create one now
-	    if test -f "$output_objdir/$soname-def"; then :
-	    else
-	      func_verbose "extracting exported symbol list from '$soname'"
-	      func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
-	    fi
-
-	    # Create $newlib
-	    if test -f "$output_objdir/$newlib"; then :; else
-	      func_verbose "generating import library for '$soname'"
-	      func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
-	    fi
-	    # make sure the library variables are pointing to the new library
-	    dir=$output_objdir
-	    linklib=$newlib
-	  fi # test -n "$old_archive_from_expsyms_cmds"
-
-	  if test prog = "$linkmode" || test relink != "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    lib_linked=yes
-	    case $hardcode_action in
-	    immediate | unsupported)
-	      if test no = "$hardcode_direct"; then
-		add=$dir/$linklib
-		case $host in
-		  *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
-		  *-*-sysv4*uw2*) add_dir=-L$dir ;;
-		  *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
-		    *-*-unixware7*) add_dir=-L$dir ;;
-		  *-*-darwin* )
-		    # if the lib is a (non-dlopened) module then we cannot
-		    # link against it, someone is ignoring the earlier warnings
-		    if /usr/bin/file -L $add 2> /dev/null |
-			 $GREP ": [^:]* bundle" >/dev/null; then
-		      if test "X$dlopenmodule" != "X$lib"; then
-			$ECHO "*** Warning: lib $linklib is a module, not a shared library"
-			if test -z "$old_library"; then
-			  echo
-			  echo "*** And there doesn't seem to be a static archive available"
-			  echo "*** The link will probably fail, sorry"
-			else
-			  add=$dir/$old_library
-			fi
-		      elif test -n "$old_library"; then
-			add=$dir/$old_library
-		      fi
-		    fi
-		esac
-	      elif test no = "$hardcode_minus_L"; then
-		case $host in
-		*-*-sunos*) add_shlibpath=$dir ;;
-		esac
-		add_dir=-L$dir
-		add=-l$name
-	      elif test no = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    relink)
-	      if test yes = "$hardcode_direct" &&
-	         test no = "$hardcode_direct_absolute"; then
-		add=$dir/$linklib
-	      elif test yes = "$hardcode_minus_L"; then
-		add_dir=-L$absdir
-		# Try looking first in the location we're being installed to.
-		if test -n "$inst_prefix_dir"; then
-		  case $libdir in
-		    [\\/]*)
-		      func_append add_dir " -L$inst_prefix_dir$libdir"
-		      ;;
-		  esac
-		fi
-		add=-l$name
-	      elif test yes = "$hardcode_shlibpath_var"; then
-		add_shlibpath=$dir
-		add=-l$name
-	      else
-		lib_linked=no
-	      fi
-	      ;;
-	    *) lib_linked=no ;;
-	    esac
-
-	    if test yes != "$lib_linked"; then
-	      func_fatal_configuration "unsupported hardcode properties"
-	    fi
-
-	    if test -n "$add_shlibpath"; then
-	      case :$compile_shlibpath: in
-	      *":$add_shlibpath:"*) ;;
-	      *) func_append compile_shlibpath "$add_shlibpath:" ;;
-	      esac
-	    fi
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
-	      test -n "$add" && compile_deplibs="$add $compile_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	      if test yes != "$hardcode_direct" &&
-		 test yes != "$hardcode_minus_L" &&
-		 test yes = "$hardcode_shlibpath_var"; then
-		case :$finalize_shlibpath: in
-		*":$libdir:"*) ;;
-		*) func_append finalize_shlibpath "$libdir:" ;;
-		esac
-	      fi
-	    fi
-	  fi
-
-	  if test prog = "$linkmode" || test relink = "$opt_mode"; then
-	    add_shlibpath=
-	    add_dir=
-	    add=
-	    # Finalize command for both is simple: just hardcode it.
-	    if test yes = "$hardcode_direct" &&
-	       test no = "$hardcode_direct_absolute"; then
-	      add=$libdir/$linklib
-	    elif test yes = "$hardcode_minus_L"; then
-	      add_dir=-L$libdir
-	      add=-l$name
-	    elif test yes = "$hardcode_shlibpath_var"; then
-	      case :$finalize_shlibpath: in
-	      *":$libdir:"*) ;;
-	      *) func_append finalize_shlibpath "$libdir:" ;;
-	      esac
-	      add=-l$name
-	    elif test yes = "$hardcode_automatic"; then
-	      if test -n "$inst_prefix_dir" &&
-		 test -f "$inst_prefix_dir$libdir/$linklib"; then
-		add=$inst_prefix_dir$libdir/$linklib
-	      else
-		add=$libdir/$linklib
-	      fi
-	    else
-	      # We cannot seem to hardcode it, guess we'll fake it.
-	      add_dir=-L$libdir
-	      # Try looking first in the location we're being installed to.
-	      if test -n "$inst_prefix_dir"; then
-		case $libdir in
-		  [\\/]*)
-		    func_append add_dir " -L$inst_prefix_dir$libdir"
-		    ;;
-		esac
-	      fi
-	      add=-l$name
-	    fi
-
-	    if test prog = "$linkmode"; then
-	      test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
-	      test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
-	    else
-	      test -n "$add_dir" && deplibs="$add_dir $deplibs"
-	      test -n "$add" && deplibs="$add $deplibs"
-	    fi
-	  fi
-	elif test prog = "$linkmode"; then
-	  # Here we assume that one of hardcode_direct or hardcode_minus_L
-	  # is not unsupported.  This is valid on all known static and
-	  # shared platforms.
-	  if test unsupported != "$hardcode_direct"; then
-	    test -n "$old_library" && linklib=$old_library
-	    compile_deplibs="$dir/$linklib $compile_deplibs"
-	    finalize_deplibs="$dir/$linklib $finalize_deplibs"
-	  else
-	    compile_deplibs="-l$name -L$dir $compile_deplibs"
-	    finalize_deplibs="-l$name -L$dir $finalize_deplibs"
-	  fi
-	elif test yes = "$build_libtool_libs"; then
-	  # Not a shared library
-	  if test pass_all != "$deplibs_check_method"; then
-	    # We're trying link a shared library against a static one
-	    # but the system doesn't support it.
-
-	    # Just print a warning and add the library to dependency_libs so
-	    # that the program can be linked against the static library.
-	    echo
-	    $ECHO "*** Warning: This system cannot link to static lib archive $lib."
-	    echo "*** I have the capability to make that library automatically link in when"
-	    echo "*** you link to this library.  But I can only do this if you have a"
-	    echo "*** shared version of the library, which you do not appear to have."
-	    if test yes = "$module"; then
-	      echo "*** But as you try to build a module library, libtool will still create "
-	      echo "*** a static module, that should work as long as the dlopening application"
-	      echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
-	      if test -z "$global_symbol_pipe"; then
-		echo
-		echo "*** However, this would only work if libtool was able to extract symbol"
-		echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-		echo "*** not find such a program.  So, this module is probably useless."
-		echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	      fi
-	      if test no = "$build_old_libs"; then
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  else
-	    deplibs="$dir/$old_library $deplibs"
-	    link_static=yes
-	  fi
-	fi # link shared/static library?
-
-	if test lib = "$linkmode"; then
-	  if test -n "$dependency_libs" &&
-	     { test yes != "$hardcode_into_libs" ||
-	       test yes = "$build_old_libs" ||
-	       test yes = "$link_static"; }; then
-	    # Extract -R from dependency_libs
-	    temp_deplibs=
-	    for libdir in $dependency_libs; do
-	      case $libdir in
-	      -R*) func_stripname '-R' '' "$libdir"
-	           temp_xrpath=$func_stripname_result
-		   case " $xrpath " in
-		   *" $temp_xrpath "*) ;;
-		   *) func_append xrpath " $temp_xrpath";;
-		   esac;;
-	      *) func_append temp_deplibs " $libdir";;
-	      esac
-	    done
-	    dependency_libs=$temp_deplibs
-	  fi
-
-	  func_append newlib_search_path " $absdir"
-	  # Link against this library
-	  test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
-	  # ... and its dependency_libs
-	  tmp_libs=
-	  for deplib in $dependency_libs; do
-	    newdependency_libs="$deplib $newdependency_libs"
-	    case $deplib in
-              -L*) func_stripname '-L' '' "$deplib"
-                   func_resolve_sysroot "$func_stripname_result";;
-              *) func_resolve_sysroot "$deplib" ;;
-            esac
-	    if $opt_preserve_dup_deps; then
-	      case "$tmp_libs " in
-	      *" $func_resolve_sysroot_result "*)
-                func_append specialdeplibs " $func_resolve_sysroot_result" ;;
-	      esac
-	    fi
-	    func_append tmp_libs " $func_resolve_sysroot_result"
-	  done
-
-	  if test no != "$link_all_deplibs"; then
-	    # Add the search paths of all dependency libraries
-	    for deplib in $dependency_libs; do
-	      path=
-	      case $deplib in
-	      -L*) path=$deplib ;;
-	      *.la)
-	        func_resolve_sysroot "$deplib"
-	        deplib=$func_resolve_sysroot_result
-	        func_dirname "$deplib" "" "."
-		dir=$func_dirname_result
-		# We need an absolute path.
-		case $dir in
-		[\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
-		*)
-		  absdir=`cd "$dir" && pwd`
-		  if test -z "$absdir"; then
-		    func_warning "cannot determine absolute directory name of '$dir'"
-		    absdir=$dir
-		  fi
-		  ;;
-		esac
-		if $GREP "^installed=no" $deplib > /dev/null; then
-		case $host in
-		*-*-darwin*)
-		  depdepl=
-		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
-		  if test -n "$deplibrary_names"; then
-		    for tmp in $deplibrary_names; do
-		      depdepl=$tmp
-		    done
-		    if test -f "$absdir/$objdir/$depdepl"; then
-		      depdepl=$absdir/$objdir/$depdepl
-		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
-                      if test -z "$darwin_install_name"; then
-                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
-                      fi
-		      func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
-		      func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
-		      path=
-		    fi
-		  fi
-		  ;;
-		*)
-		  path=-L$absdir/$objdir
-		  ;;
-		esac
-		else
-		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
-		  test -z "$libdir" && \
-		    func_fatal_error "'$deplib' is not a valid libtool archive"
-		  test "$absdir" != "$libdir" && \
-		    func_warning "'$deplib' seems to be moved"
-
-		  path=-L$absdir
-		fi
-		;;
-	      esac
-	      case " $deplibs " in
-	      *" $path "*) ;;
-	      *) deplibs="$path $deplibs" ;;
-	      esac
-	    done
-	  fi # link_all_deplibs != no
-	fi # linkmode = lib
-      done # for deplib in $libs
-      if test link = "$pass"; then
-	if test prog = "$linkmode"; then
-	  compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
-	  finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
-	else
-	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	fi
-      fi
-      dependency_libs=$newdependency_libs
-      if test dlpreopen = "$pass"; then
-	# Link the dlpreopened libraries before other libraries
-	for deplib in $save_deplibs; do
-	  deplibs="$deplib $deplibs"
-	done
-      fi
-      if test dlopen != "$pass"; then
-	test conv = "$pass" || {
-	  # Make sure lib_search_path contains only unique directories.
-	  lib_search_path=
-	  for dir in $newlib_search_path; do
-	    case "$lib_search_path " in
-	    *" $dir "*) ;;
-	    *) func_append lib_search_path " $dir" ;;
-	    esac
-	  done
-	  newlib_search_path=
-	}
-
-	if test prog,link = "$linkmode,$pass"; then
-	  vars="compile_deplibs finalize_deplibs"
-	else
-	  vars=deplibs
-	fi
-	for var in $vars dependency_libs; do
-	  # Add libraries to $var in reverse order
-	  eval tmp_libs=\"\$$var\"
-	  new_libs=
-	  for deplib in $tmp_libs; do
-	    # FIXME: Pedantically, this is the right thing to do, so
-	    #        that some nasty dependency loop isn't accidentally
-	    #        broken:
-	    #new_libs="$deplib $new_libs"
-	    # Pragmatically, this seems to cause very few problems in
-	    # practice:
-	    case $deplib in
-	    -L*) new_libs="$deplib $new_libs" ;;
-	    -R*) ;;
-	    *)
-	      # And here is the reason: when a library appears more
-	      # than once as an explicit dependence of a library, or
-	      # is implicitly linked in more than once by the
-	      # compiler, it is considered special, and multiple
-	      # occurrences thereof are not removed.  Compare this
-	      # with having the same library being listed as a
-	      # dependency of multiple other libraries: in this case,
-	      # we know (pedantically, we assume) the library does not
-	      # need to be listed more than once, so we keep only the
-	      # last copy.  This is not always right, but it is rare
-	      # enough that we require users that really mean to play
-	      # such unportable linking tricks to link the library
-	      # using -Wl,-lname, so that libtool does not consider it
-	      # for duplicate removal.
-	      case " $specialdeplibs " in
-	      *" $deplib "*) new_libs="$deplib $new_libs" ;;
-	      *)
-		case " $new_libs " in
-		*" $deplib "*) ;;
-		*) new_libs="$deplib $new_libs" ;;
-		esac
-		;;
-	      esac
-	      ;;
-	    esac
-	  done
-	  tmp_libs=
-	  for deplib in $new_libs; do
-	    case $deplib in
-	    -L*)
-	      case " $tmp_libs " in
-	      *" $deplib "*) ;;
-	      *) func_append tmp_libs " $deplib" ;;
-	      esac
-	      ;;
-	    *) func_append tmp_libs " $deplib" ;;
-	    esac
-	  done
-	  eval $var=\"$tmp_libs\"
-	done # for var
-      fi
-      # Last step: remove runtime libs from dependency_libs
-      # (they stay in deplibs)
-      tmp_libs=
-      for i in $dependency_libs; do
-	case " $predeps $postdeps $compiler_lib_search_path " in
-	*" $i "*)
-	  i=
-	  ;;
-	esac
-	if test -n "$i"; then
-	  func_append tmp_libs " $i"
-	fi
-      done
-      dependency_libs=$tmp_libs
-    done # for pass
-    if test prog = "$linkmode"; then
-      dlfiles=$newdlfiles
-    fi
-    if test prog = "$linkmode" || test lib = "$linkmode"; then
-      dlprefiles=$newdlprefiles
-    fi
-
-    case $linkmode in
-    oldlib)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for archives"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for archives" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for archives"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for archives"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info/-version-number' is ignored for archives"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for archives"
-
-      test -n "$export_symbols$export_symbols_regex" && \
-	func_warning "'-export-symbols' is ignored for archives"
-
-      # Now set the variables for building old libraries.
-      build_libtool_libs=no
-      oldlibs=$output
-      func_append objs "$old_deplibs"
-      ;;
-
-    lib)
-      # Make sure we only generate libraries of the form 'libNAME.la'.
-      case $outputname in
-      lib*)
-	func_stripname 'lib' '.la' "$outputname"
-	name=$func_stripname_result
-	eval shared_ext=\"$shrext_cmds\"
-	eval libname=\"$libname_spec\"
-	;;
-      *)
-	test no = "$module" \
-	  && func_fatal_help "libtool library '$output' must begin with 'lib'"
-
-	if test no != "$need_lib_prefix"; then
-	  # Add the "lib" prefix for modules if required
-	  func_stripname '' '.la' "$outputname"
-	  name=$func_stripname_result
-	  eval shared_ext=\"$shrext_cmds\"
-	  eval libname=\"$libname_spec\"
-	else
-	  func_stripname '' '.la' "$outputname"
-	  libname=$func_stripname_result
-	fi
-	;;
-      esac
-
-      if test -n "$objs"; then
-	if test pass_all != "$deplibs_check_method"; then
-	  func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
-	else
-	  echo
-	  $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
-	  $ECHO "*** objects $objs is not portable!"
-	  func_append libobjs " $objs"
-	fi
-      fi
-
-      test no = "$dlself" \
-	|| func_warning "'-dlopen self' is ignored for libtool libraries"
-
-      set dummy $rpath
-      shift
-      test 1 -lt "$#" \
-	&& func_warning "ignoring multiple '-rpath's for a libtool library"
-
-      install_libdir=$1
-
-      oldlibs=
-      if test -z "$rpath"; then
-	if test yes = "$build_libtool_libs"; then
-	  # Building a libtool convenience library.
-	  # Some compilers have problems with a '.al' extension so
-	  # convenience libraries should have the same extension an
-	  # archive normally would.
-	  oldlibs="$output_objdir/$libname.$libext $oldlibs"
-	  build_libtool_libs=convenience
-	  build_old_libs=yes
-	fi
-
-	test -n "$vinfo" && \
-	  func_warning "'-version-info/-version-number' is ignored for convenience libraries"
-
-	test -n "$release" && \
-	  func_warning "'-release' is ignored for convenience libraries"
-      else
-
-	# Parse the version information argument.
-	save_ifs=$IFS; IFS=:
-	set dummy $vinfo 0 0 0
-	shift
-	IFS=$save_ifs
-
-	test -n "$7" && \
-	  func_fatal_help "too many parameters to '-version-info'"
-
-	# convert absolute version numbers to libtool ages
-	# this retains compatibility with .la files and attempts
-	# to make the code below a bit more comprehensible
-
-	case $vinfo_number in
-	yes)
-	  number_major=$1
-	  number_minor=$2
-	  number_revision=$3
-	  #
-	  # There are really only two kinds -- those that
-	  # use the current revision as the major version
-	  # and those that subtract age and use age as
-	  # a minor version.  But, then there is irix
-	  # that has an extra 1 added just for fun
-	  #
-	  case $version_type in
-	  # correct linux to gnu/linux during the next big refactor
-	  darwin|freebsd-elf|linux|osf|windows|none)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_revision
-	    ;;
-	  freebsd-aout|qnx|sunos)
-	    current=$number_major
-	    revision=$number_minor
-	    age=0
-	    ;;
-	  irix|nonstopux)
-	    func_arith $number_major + $number_minor
-	    current=$func_arith_result
-	    age=$number_minor
-	    revision=$number_minor
-	    lt_irix_increment=no
-	    ;;
-	  esac
-	  ;;
-	no)
-	  current=$1
-	  revision=$2
-	  age=$3
-	  ;;
-	esac
-
-	# Check that each of the things are valid numbers.
-	case $current in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "CURRENT '$current' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $revision in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "REVISION '$revision' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	case $age in
-	0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
-	*)
-	  func_error "AGE '$age' must be a nonnegative integer"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	  ;;
-	esac
-
-	if test "$age" -gt "$current"; then
-	  func_error "AGE '$age' is greater than the current interface number '$current'"
-	  func_fatal_error "'$vinfo' is not valid version information"
-	fi
-
-	# Calculate the version variables.
-	major=
-	versuffix=
-	verstring=
-	case $version_type in
-	none) ;;
-
-	darwin)
-	  # Like Linux, but with the current version available in
-	  # verstring for coding it into the library header
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  # Darwin ld doesn't like 0 for these options...
-	  func_arith $current + 1
-	  minor_current=$func_arith_result
-	  xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-          # On Darwin other compilers
-          case $CC in
-              nagfor*)
-                  verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
-                  ;;
-              *)
-                  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
-                  ;;
-          esac
-	  ;;
-
-	freebsd-aout)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	freebsd-elf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	irix | nonstopux)
-	  if test no = "$lt_irix_increment"; then
-	    func_arith $current - $age
-	  else
-	    func_arith $current - $age + 1
-	  fi
-	  major=$func_arith_result
-
-	  case $version_type in
-	    nonstopux) verstring_prefix=nonstopux ;;
-	    *)         verstring_prefix=sgi ;;
-	  esac
-	  verstring=$verstring_prefix$major.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$revision
-	  while test 0 -ne "$loop"; do
-	    func_arith $revision - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring_prefix$major.$iface:$verstring
-	  done
-
-	  # Before this point, $major must not contain '.'.
-	  major=.$major
-	  versuffix=$major.$revision
-	  ;;
-
-	linux) # correct to gnu/linux during the next big refactor
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=$major.$age.$revision
-	  ;;
-
-	osf)
-	  func_arith $current - $age
-	  major=.$func_arith_result
-	  versuffix=.$current.$age.$revision
-	  verstring=$current.$age.$revision
-
-	  # Add in all the interfaces that we are compatible with.
-	  loop=$age
-	  while test 0 -ne "$loop"; do
-	    func_arith $current - $loop
-	    iface=$func_arith_result
-	    func_arith $loop - 1
-	    loop=$func_arith_result
-	    verstring=$verstring:$iface.0
-	  done
-
-	  # Make executables depend on our current version.
-	  func_append verstring ":$current.0"
-	  ;;
-
-	qnx)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sco)
-	  major=.$current
-	  versuffix=.$current
-	  ;;
-
-	sunos)
-	  major=.$current
-	  versuffix=.$current.$revision
-	  ;;
-
-	windows)
-	  # Use '-' rather than '.', since we only want one
-	  # extension on DOS 8.3 file systems.
-	  func_arith $current - $age
-	  major=$func_arith_result
-	  versuffix=-$major
-	  ;;
-
-	*)
-	  func_fatal_configuration "unknown library version type '$version_type'"
-	  ;;
-	esac
-
-	# Clear the version info if we defaulted, and they specified a release.
-	if test -z "$vinfo" && test -n "$release"; then
-	  major=
-	  case $version_type in
-	  darwin)
-	    # we can't check for "0.0" in archive_cmds due to quoting
-	    # problems, so we reset it completely
-	    verstring=
-	    ;;
-	  *)
-	    verstring=0.0
-	    ;;
-	  esac
-	  if test no = "$need_version"; then
-	    versuffix=
-	  else
-	    versuffix=.0.0
-	  fi
-	fi
-
-	# Remove version info from name if versioning should be avoided
-	if test yes,no = "$avoid_version,$need_version"; then
-	  major=
-	  versuffix=
-	  verstring=
-	fi
-
-	# Check to see if the archive will have undefined symbols.
-	if test yes = "$allow_undefined"; then
-	  if test unsupported = "$allow_undefined_flag"; then
-	    if test yes = "$build_old_libs"; then
-	      func_warning "undefined symbols not allowed in $host shared libraries; building static only"
-	      build_libtool_libs=no
-	    else
-	      func_fatal_error "can't build $host shared library unless -no-undefined is specified"
-	    fi
-	  fi
-	else
-	  # Don't allow undefined symbols.
-	  allow_undefined_flag=$no_undefined_flag
-	fi
-
-      fi
-
-      func_generate_dlsyms "$libname" "$libname" :
-      func_append libobjs " $symfileobj"
-      test " " = "$libobjs" && libobjs=
-
-      if test relink != "$opt_mode"; then
-	# Remove our outputs, but don't remove object files since they
-	# may have been created when compiling PIC objects.
-	removelist=
-	tempremovelist=`$ECHO "$output_objdir/*"`
-	for p in $tempremovelist; do
-	  case $p in
-	    *.$objext | *.gcno)
-	       ;;
-	    $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
-	       if test -n "$precious_files_regex"; then
-		 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
-		 then
-		   continue
-		 fi
-	       fi
-	       func_append removelist " $p"
-	       ;;
-	    *) ;;
-	  esac
-	done
-	test -n "$removelist" && \
-	  func_show_eval "${RM}r \$removelist"
-      fi
-
-      # Now set the variables for building old libraries.
-      if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
-	func_append oldlibs " $output_objdir/$libname.$libext"
-
-	# Transform .lo files to .o files.
-	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
-      fi
-
-      # Eliminate all temporary directories.
-      #for path in $notinst_path; do
-      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
-      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
-      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
-      #done
-
-      if test -n "$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	temp_xrpath=
-	for libdir in $xrpath; do
-	  func_replace_sysroot "$libdir"
-	  func_append temp_xrpath " -R$func_replace_sysroot_result"
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-	if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
-	  dependency_libs="$temp_xrpath $dependency_libs"
-	fi
-      fi
-
-      # Make sure dlfiles contains only unique files that won't be dlpreopened
-      old_dlfiles=$dlfiles
-      dlfiles=
-      for lib in $old_dlfiles; do
-	case " $dlprefiles $dlfiles " in
-	*" $lib "*) ;;
-	*) func_append dlfiles " $lib" ;;
-	esac
-      done
-
-      # Make sure dlprefiles contains only unique files
-      old_dlprefiles=$dlprefiles
-      dlprefiles=
-      for lib in $old_dlprefiles; do
-	case "$dlprefiles " in
-	*" $lib "*) ;;
-	*) func_append dlprefiles " $lib" ;;
-	esac
-      done
-
-      if test yes = "$build_libtool_libs"; then
-	if test -n "$rpath"; then
-	  case $host in
-	  *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
-	    # these systems don't actually have a c library (as such)!
-	    ;;
-	  *-*-rhapsody* | *-*-darwin1.[012])
-	    # Rhapsody C library is in the System framework
-	    func_append deplibs " System.ltframework"
-	    ;;
-	  *-*-netbsd*)
-	    # Don't link with libc until the a.out ld.so is fixed.
-	    ;;
-	  *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
-	    # Do not include libc due to us having libc/libc_r.
-	    ;;
-	  *-*-sco3.2v5* | *-*-sco5v6*)
-	    # Causes problems with __ctype
-	    ;;
-	  *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
-	    # Compiler inserts libc in the correct place for threads to work
-	    ;;
-	  *)
-	    # Add libc to deplibs on all other systems if necessary.
-	    if test yes = "$build_libtool_need_lc"; then
-	      func_append deplibs " -lc"
-	    fi
-	    ;;
-	  esac
-	fi
-
-	# Transform deplibs into only deplibs that can be linked in shared.
-	name_save=$name
-	libname_save=$libname
-	release_save=$release
-	versuffix_save=$versuffix
-	major_save=$major
-	# I'm not sure if I'm treating the release correctly.  I think
-	# release should show up in the -l (ie -lgmp5) so we don't want to
-	# add it in twice.  Is that correct?
-	release=
-	versuffix=
-	major=
-	newdeplibs=
-	droppeddeps=no
-	case $deplibs_check_method in
-	pass_all)
-	  # Don't check for shared/static.  Everything works.
-	  # This might be a little naive.  We might want to check
-	  # whether the library exists or not.  But this is on
-	  # osf3 & osf4 and I'm not really sure... Just
-	  # implementing what was already the behavior.
-	  newdeplibs=$deplibs
-	  ;;
-	test_compile)
-	  # This code stresses the "libraries are programs" paradigm to its
-	  # limits. Maybe even breaks it.  We compile a program, linking it
-	  # against the deplibs as a proxy for the library.  Then we can check
-	  # whether they linked in statically or dynamically with ldd.
-	  $opt_dry_run || $RM conftest.c
-	  cat > conftest.c <<EOF
-	  int main() { return 0; }
-EOF
-	  $opt_dry_run || $RM conftest
-	  if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
-	    ldd_output=`ldd conftest`
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		  case " $predeps $postdeps " in
-		  *" $i "*)
-		    func_append newdeplibs " $i"
-		    i=
-		    ;;
-		  esac
-		fi
-		if test -n "$i"; then
-		  libname=`eval "\\$ECHO \"$libname_spec\""`
-		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		  set dummy $deplib_matches; shift
-		  deplib_match=$1
-		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		    func_append newdeplibs " $i"
-		  else
-		    droppeddeps=yes
-		    echo
-		    $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		    echo "*** I have the capability to make that library automatically link in when"
-		    echo "*** you link to this library.  But I can only do this if you have a"
-		    echo "*** shared version of the library, which I believe you do not have"
-		    echo "*** because a test_compile did reveal that the linker did not use it for"
-		    echo "*** its dynamic dependency list that programs get resolved with at runtime."
-		  fi
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  else
-	    # Error occurred in the first compile.  Let's try to salvage
-	    # the situation: Compile a separate program for each library.
-	    for i in $deplibs; do
-	      case $i in
-	      -l*)
-		func_stripname -l '' "$i"
-		name=$func_stripname_result
-		$opt_dry_run || $RM conftest
-		if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
-		  ldd_output=`ldd conftest`
-		  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		    case " $predeps $postdeps " in
-		    *" $i "*)
-		      func_append newdeplibs " $i"
-		      i=
-		      ;;
-		    esac
-		  fi
-		  if test -n "$i"; then
-		    libname=`eval "\\$ECHO \"$libname_spec\""`
-		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
-		    set dummy $deplib_matches; shift
-		    deplib_match=$1
-		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
-		      func_append newdeplibs " $i"
-		    else
-		      droppeddeps=yes
-		      echo
-		      $ECHO "*** Warning: dynamic linker does not accept needed library $i."
-		      echo "*** I have the capability to make that library automatically link in when"
-		      echo "*** you link to this library.  But I can only do this if you have a"
-		      echo "*** shared version of the library, which you do not appear to have"
-		      echo "*** because a test_compile did reveal that the linker did not use this one"
-		      echo "*** as a dynamic dependency that programs can get resolved with at runtime."
-		    fi
-		  fi
-		else
-		  droppeddeps=yes
-		  echo
-		  $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
-		  echo "*** make it link in!  You will probably need to install it or some"
-		  echo "*** library that it depends on before this library will be fully"
-		  echo "*** functional.  Installing it before continuing would be even better."
-		fi
-		;;
-	      *)
-		func_append newdeplibs " $i"
-		;;
-	      esac
-	    done
-	  fi
-	  ;;
-	file_magic*)
-	  set dummy $deplibs_check_method; shift
-	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		if test -n "$file_magic_glob"; then
-		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
-		else
-		  libnameglob=$libname
-		fi
-		test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  if test yes = "$want_nocaseglob"; then
-		    shopt -s nocaseglob
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		    $nocaseglob
-		  else
-		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
-		  fi
-		  for potent_lib in $potential_libs; do
-		      # Follow soft links.
-		      if ls -lLd "$potent_lib" 2>/dev/null |
-			 $GREP " -> " >/dev/null; then
-			continue
-		      fi
-		      # The statement above tries to avoid entering an
-		      # endless loop below, in case of cyclic links.
-		      # We might still enter an endless loop, since a link
-		      # loop can be closed while we follow links,
-		      # but so what?
-		      potlib=$potent_lib
-		      while test -h "$potlib" 2>/dev/null; do
-			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
-			case $potliblink in
-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
-			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
-			esac
-		      done
-		      if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
-			 $SED -e 10q |
-			 $EGREP "$file_magic_regex" > /dev/null; then
-			func_append newdeplibs " $a_deplib"
-			a_deplib=
-			break 2
-		      fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a file magic. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	match_pattern*)
-	  set dummy $deplibs_check_method; shift
-	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
-	  for a_deplib in $deplibs; do
-	    case $a_deplib in
-	    -l*)
-	      func_stripname -l '' "$a_deplib"
-	      name=$func_stripname_result
-	      if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-		case " $predeps $postdeps " in
-		*" $a_deplib "*)
-		  func_append newdeplibs " $a_deplib"
-		  a_deplib=
-		  ;;
-		esac
-	      fi
-	      if test -n "$a_deplib"; then
-		libname=`eval "\\$ECHO \"$libname_spec\""`
-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
-		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
-		  for potent_lib in $potential_libs; do
-		    potlib=$potent_lib # see symlink-check above in file_magic test
-		    if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
-		       $EGREP "$match_pattern_regex" > /dev/null; then
-		      func_append newdeplibs " $a_deplib"
-		      a_deplib=
-		      break 2
-		    fi
-		  done
-		done
-	      fi
-	      if test -n "$a_deplib"; then
-		droppeddeps=yes
-		echo
-		$ECHO "*** Warning: linker path does not have real file for library $a_deplib."
-		echo "*** I have the capability to make that library automatically link in when"
-		echo "*** you link to this library.  But I can only do this if you have a"
-		echo "*** shared version of the library, which you do not appear to have"
-		echo "*** because I did check the linker path looking for a file starting"
-		if test -z "$potlib"; then
-		  $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
-		else
-		  $ECHO "*** with $libname and none of the candidates passed a file format test"
-		  $ECHO "*** using a regex pattern. Last file checked: $potlib"
-		fi
-	      fi
-	      ;;
-	    *)
-	      # Add a -L argument.
-	      func_append newdeplibs " $a_deplib"
-	      ;;
-	    esac
-	  done # Gone through all deplibs.
-	  ;;
-	none | unknown | *)
-	  newdeplibs=
-	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
-	    for i in $predeps $postdeps; do
-	      # can't use Xsed below, because $i might contain '/'
-	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
-	    done
-	  fi
-	  case $tmp_deplibs in
-	  *[!\	\ ]*)
-	    echo
-	    if test none = "$deplibs_check_method"; then
-	      echo "*** Warning: inter-library dependencies are not supported in this platform."
-	    else
-	      echo "*** Warning: inter-library dependencies are not known to be supported."
-	    fi
-	    echo "*** All declared inter-library dependencies are being dropped."
-	    droppeddeps=yes
-	    ;;
-	  esac
-	  ;;
-	esac
-	versuffix=$versuffix_save
-	major=$major_save
-	release=$release_save
-	libname=$libname_save
-	name=$name_save
-
-	case $host in
-	*-*-rhapsody* | *-*-darwin1.[012])
-	  # On Rhapsody replace the C library with the System framework
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
-	  ;;
-	esac
-
-	if test yes = "$droppeddeps"; then
-	  if test yes = "$module"; then
-	    echo
-	    echo "*** Warning: libtool could not satisfy all declared inter-library"
-	    $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
-	    echo "*** a static module, that should work as long as the dlopening"
-	    echo "*** application is linked with the -dlopen flag."
-	    if test -z "$global_symbol_pipe"; then
-	      echo
-	      echo "*** However, this would only work if libtool was able to extract symbol"
-	      echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
-	      echo "*** not find such a program.  So, this module is probably useless."
-	      echo "*** 'nm' from GNU binutils and a full rebuild may help."
-	    fi
-	    if test no = "$build_old_libs"; then
-	      oldlibs=$output_objdir/$libname.$libext
-	      build_libtool_libs=module
-	      build_old_libs=yes
-	    else
-	      build_libtool_libs=no
-	    fi
-	  else
-	    echo "*** The inter-library dependencies that have been dropped here will be"
-	    echo "*** automatically added whenever a program is linked with this library"
-	    echo "*** or is declared to -dlopen it."
-
-	    if test no = "$allow_undefined"; then
-	      echo
-	      echo "*** Since this library must not contain undefined symbols,"
-	      echo "*** because either the platform does not support them or"
-	      echo "*** it was explicitly requested with -no-undefined,"
-	      echo "*** libtool will only create a static version of it."
-	      if test no = "$build_old_libs"; then
-		oldlibs=$output_objdir/$libname.$libext
-		build_libtool_libs=module
-		build_old_libs=yes
-	      else
-		build_libtool_libs=no
-	      fi
-	    fi
-	  fi
-	fi
-	# Done checking deplibs!
-	deplibs=$newdeplibs
-      fi
-      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
-      case $host in
-	*-*-darwin*)
-	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	  ;;
-      esac
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      deplibs=$new_libs
-
-      # All the library-specific variables (install_libdir is set above).
-      library_names=
-      old_library=
-      dlname=
-
-      # Test again, we may have decided not to build it any more
-      if test yes = "$build_libtool_libs"; then
-	# Remove $wl instances when linking with ld.
-	# FIXME: should test the right _cmds variable.
-	case $archive_cmds in
-	  *\$LD\ *) wl= ;;
-        esac
-	if test yes = "$hardcode_into_libs"; then
-	  # Hardcode the library paths
-	  hardcode_libdirs=
-	  dep_rpath=
-	  rpath=$finalize_rpath
-	  test relink = "$opt_mode" || rpath=$compile_rpath$rpath
-	  for libdir in $rpath; do
-	    if test -n "$hardcode_libdir_flag_spec"; then
-	      if test -n "$hardcode_libdir_separator"; then
-		func_replace_sysroot "$libdir"
-		libdir=$func_replace_sysroot_result
-		if test -z "$hardcode_libdirs"; then
-		  hardcode_libdirs=$libdir
-		else
-		  # Just accumulate the unique libdirs.
-		  case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-		  *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		    ;;
-		  *)
-		    func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		    ;;
-		  esac
-		fi
-	      else
-		eval flag=\"$hardcode_libdir_flag_spec\"
-		func_append dep_rpath " $flag"
-	      fi
-	    elif test -n "$runpath_var"; then
-	      case "$perm_rpath " in
-	      *" $libdir "*) ;;
-	      *) func_append perm_rpath " $libdir" ;;
-	      esac
-	    fi
-	  done
-	  # Substitute the hardcoded libdirs into the rpath.
-	  if test -n "$hardcode_libdir_separator" &&
-	     test -n "$hardcode_libdirs"; then
-	    libdir=$hardcode_libdirs
-	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
-	  fi
-	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
-	    # We should set the runpath_var.
-	    rpath=
-	    for dir in $perm_rpath; do
-	      func_append rpath "$dir:"
-	    done
-	    eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
-	  fi
-	  test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
-	fi
-
-	shlibpath=$finalize_shlibpath
-	test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
-	if test -n "$shlibpath"; then
-	  eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
-	fi
-
-	# Get the real and link names of the library.
-	eval shared_ext=\"$shrext_cmds\"
-	eval library_names=\"$library_names_spec\"
-	set dummy $library_names
-	shift
-	realname=$1
-	shift
-
-	if test -n "$soname_spec"; then
-	  eval soname=\"$soname_spec\"
-	else
-	  soname=$realname
-	fi
-	if test -z "$dlname"; then
-	  dlname=$soname
-	fi
-
-	lib=$output_objdir/$realname
-	linknames=
-	for link
-	do
-	  func_append linknames " $link"
-	done
-
-	# Use standard objects if they are pic
-	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	test "X$libobjs" = "X " && libobjs=
-
-	delfiles=
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
-	  export_symbols=$output_objdir/$libname.uexp
-	  func_append delfiles " $export_symbols"
-	fi
-
-	orig_export_symbols=
-	case $host_os in
-	cygwin* | mingw* | cegcc*)
-	  if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
-	    # exporting using user supplied symfile
-	    func_dll_def_p "$export_symbols" || {
-	      # and it's NOT already a .def file. Must figure out
-	      # which of the given symbols are data symbols and tag
-	      # them as such. So, trigger use of export_symbols_cmds.
-	      # export_symbols gets reassigned inside the "prepare
-	      # the list of exported symbols" if statement, so the
-	      # include_expsyms logic still works.
-	      orig_export_symbols=$export_symbols
-	      export_symbols=
-	      always_export_symbols=yes
-	    }
-	  fi
-	  ;;
-	esac
-
-	# Prepare the list of exported symbols
-	if test -z "$export_symbols"; then
-	  if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
-	    func_verbose "generating symbol list for '$libname.la'"
-	    export_symbols=$output_objdir/$libname.exp
-	    $opt_dry_run || $RM $export_symbols
-	    cmds=$export_symbols_cmds
-	    save_ifs=$IFS; IFS='~'
-	    for cmd1 in $cmds; do
-	      IFS=$save_ifs
-	      # Take the normal branch if the nm_file_list_spec branch
-	      # doesn't work or if tool conversion is not needed.
-	      case $nm_file_list_spec~$to_tool_file_cmd in
-		*~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*)
-		  try_normal_branch=yes
-		  eval cmd=\"$cmd1\"
-		  func_len " $cmd"
-		  len=$func_len_result
-		  ;;
-		*)
-		  try_normal_branch=no
-		  ;;
-	      esac
-	      if test yes = "$try_normal_branch" \
-		 && { test "$len" -lt "$max_cmd_len" \
-		      || test "$max_cmd_len" -le -1; }
-	      then
-		func_show_eval "$cmd" 'exit $?'
-		skipped_export=false
-	      elif test -n "$nm_file_list_spec"; then
-		func_basename "$output"
-		output_la=$func_basename_result
-		save_libobjs=$libobjs
-		save_output=$output
-		output=$output_objdir/$output_la.nm
-		func_to_tool_file "$output"
-		libobjs=$nm_file_list_spec$func_to_tool_file_result
-		func_append delfiles " $output"
-		func_verbose "creating $NM input file list: $output"
-		for obj in $save_libobjs; do
-		  func_to_tool_file "$obj"
-		  $ECHO "$func_to_tool_file_result"
-		done > "$output"
-		eval cmd=\"$cmd1\"
-		func_show_eval "$cmd" 'exit $?'
-		output=$save_output
-		libobjs=$save_libobjs
-		skipped_export=false
-	      else
-		# The command line is too long to execute in one step.
-		func_verbose "using reloadable object file for export list..."
-		skipped_export=:
-		# Break out early, otherwise skipped_export may be
-		# set to false by a later but shorter cmd.
-		break
-	      fi
-	    done
-	    IFS=$save_ifs
-	    if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-	fi
-
-	if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	  tmp_export_symbols=$export_symbols
-	  test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	  $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	fi
-
-	if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
-	  # The given exports_symbols file has to be filtered, so filter it.
-	  func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	  # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	  # 's' commands, which not all seds can handle. GNU sed should be fine
-	  # though. Also, the filter scales superlinearly with the number of
-	  # global variables. join(1) would be nice here, but unfortunately
-	  # isn't a blessed tool.
-	  $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	  func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	  export_symbols=$output_objdir/$libname.def
-	  $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	fi
-
-	tmp_deplibs=
-	for test_deplib in $deplibs; do
-	  case " $convenience " in
-	  *" $test_deplib "*) ;;
-	  *)
-	    func_append tmp_deplibs " $test_deplib"
-	    ;;
-	  esac
-	done
-	deplibs=$tmp_deplibs
-
-	if test -n "$convenience"; then
-	  if test -n "$whole_archive_flag_spec" &&
-	    test yes = "$compiler_needs_object" &&
-	    test -z "$libobjs"; then
-	    # extract the archives, so we have objects to list.
-	    # TODO: could optimize this to just extract one archive.
-	    whole_archive_flag_spec=
-	  fi
-	  if test -n "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  else
-	    gentop=$output_objdir/${outputname}x
-	    func_append generated " $gentop"
-
-	    func_extract_archives $gentop $convenience
-	    func_append libobjs " $func_extract_archives_result"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	fi
-
-	if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
-	  eval flag=\"$thread_safe_flag_spec\"
-	  func_append linker_flags " $flag"
-	fi
-
-	# Make a backup of the uninstalled library when relinking
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
-	fi
-
-	# Do each of the archive commands.
-	if test yes = "$module" && test -n "$module_cmds"; then
-	  if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	    eval test_cmds=\"$module_expsym_cmds\"
-	    cmds=$module_expsym_cmds
-	  else
-	    eval test_cmds=\"$module_cmds\"
-	    cmds=$module_cmds
-	  fi
-	else
-	  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	    eval test_cmds=\"$archive_expsym_cmds\"
-	    cmds=$archive_expsym_cmds
-	  else
-	    eval test_cmds=\"$archive_cmds\"
-	    cmds=$archive_cmds
-	  fi
-	fi
-
-	if test : != "$skipped_export" &&
-	   func_len " $test_cmds" &&
-	   len=$func_len_result &&
-	   test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  :
-	else
-	  # The command line is too long to link in one step, link piecewise
-	  # or, if using GNU ld and skipped_export is not :, use a linker
-	  # script.
-
-	  # Save the value of $output and $libobjs because we want to
-	  # use them later.  If we have whole_archive_flag_spec, we
-	  # want to use save_libobjs as it was before
-	  # whole_archive_flag_spec was expanded, because we can't
-	  # assume the linker understands whole_archive_flag_spec.
-	  # This may have to be revisited, in case too many
-	  # convenience libraries get linked in and end up exceeding
-	  # the spec.
-	  if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
-	    save_libobjs=$libobjs
-	  fi
-	  save_output=$output
-	  func_basename "$output"
-	  output_la=$func_basename_result
-
-	  # Clear the reloadable object creation command queue and
-	  # initialize k to one.
-	  test_cmds=
-	  concat_cmds=
-	  objlist=
-	  last_robj=
-	  k=1
-
-	  if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
-	    output=$output_objdir/$output_la.lnkscript
-	    func_verbose "creating GNU ld script: $output"
-	    echo 'INPUT (' > $output
-	    for obj in $save_libobjs
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    echo ')' >> $output
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$func_to_tool_file_result
-	  elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
-	    output=$output_objdir/$output_la.lnk
-	    func_verbose "creating linker input file list: $output"
-	    : > $output
-	    set x $save_libobjs
-	    shift
-	    firstobj=
-	    if test yes = "$compiler_needs_object"; then
-	      firstobj="$1 "
-	      shift
-	    fi
-	    for obj
-	    do
-	      func_to_tool_file "$obj"
-	      $ECHO "$func_to_tool_file_result" >> $output
-	    done
-	    func_append delfiles " $output"
-	    func_to_tool_file "$output"
-	    output=$firstobj\"$file_list_spec$func_to_tool_file_result\"
-	  else
-	    if test -n "$save_libobjs"; then
-	      func_verbose "creating reloadable object files..."
-	      output=$output_objdir/$output_la-$k.$objext
-	      eval test_cmds=\"$reload_cmds\"
-	      func_len " $test_cmds"
-	      len0=$func_len_result
-	      len=$len0
-
-	      # Loop over the list of objects to be linked.
-	      for obj in $save_libobjs
-	      do
-		func_len " $obj"
-		func_arith $len + $func_len_result
-		len=$func_arith_result
-		if test -z "$objlist" ||
-		   test "$len" -lt "$max_cmd_len"; then
-		  func_append objlist " $obj"
-		else
-		  # The command $test_cmds is almost too long, add a
-		  # command to the queue.
-		  if test 1 -eq "$k"; then
-		    # The first file doesn't have a previous command to add.
-		    reload_objs=$objlist
-		    eval concat_cmds=\"$reload_cmds\"
-		  else
-		    # All subsequent reloadable object files will link in
-		    # the last one created.
-		    reload_objs="$objlist $last_robj"
-		    eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
-		  fi
-		  last_robj=$output_objdir/$output_la-$k.$objext
-		  func_arith $k + 1
-		  k=$func_arith_result
-		  output=$output_objdir/$output_la-$k.$objext
-		  objlist=" $obj"
-		  func_len " $last_robj"
-		  func_arith $len0 + $func_len_result
-		  len=$func_arith_result
-		fi
-	      done
-	      # Handle the remaining objects by creating one last
-	      # reloadable object file.  All subsequent reloadable object
-	      # files will link in the last one created.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      reload_objs="$objlist $last_robj"
-	      eval concat_cmds=\"\$concat_cmds$reload_cmds\"
-	      if test -n "$last_robj"; then
-	        eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	      func_append delfiles " $output"
-
-	    else
-	      output=
-	    fi
-
-	    ${skipped_export-false} && {
-	      func_verbose "generating symbol list for '$libname.la'"
-	      export_symbols=$output_objdir/$libname.exp
-	      $opt_dry_run || $RM $export_symbols
-	      libobjs=$output
-	      # Append the command to create the export file.
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
-	      if test -n "$last_robj"; then
-		eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
-	      fi
-	    }
-
-	    test -n "$save_libobjs" &&
-	      func_verbose "creating a temporary reloadable object file: $output"
-
-	    # Loop through the commands generated above and execute them.
-	    save_ifs=$IFS; IFS='~'
-	    for cmd in $concat_cmds; do
-	      IFS=$save_ifs
-	      $opt_quiet || {
-		  func_quote_for_expand "$cmd"
-		  eval "func_echo $func_quote_for_expand_result"
-	      }
-	      $opt_dry_run || eval "$cmd" || {
-		lt_exit=$?
-
-		# Restore the uninstalled library and exit
-		if test relink = "$opt_mode"; then
-		  ( cd "$output_objdir" && \
-		    $RM "${realname}T" && \
-		    $MV "${realname}U" "$realname" )
-		fi
-
-		exit $lt_exit
-	      }
-	    done
-	    IFS=$save_ifs
-
-	    if test -n "$export_symbols_regex" && ${skipped_export-false}; then
-	      func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
-	      func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
-	    fi
-	  fi
-
-          ${skipped_export-false} && {
-	    if test -n "$export_symbols" && test -n "$include_expsyms"; then
-	      tmp_export_symbols=$export_symbols
-	      test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
-	      $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
-	    fi
-
-	    if test -n "$orig_export_symbols"; then
-	      # The given exports_symbols file has to be filtered, so filter it.
-	      func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
-	      # FIXME: $output_objdir/$libname.filter potentially contains lots of
-	      # 's' commands, which not all seds can handle. GNU sed should be fine
-	      # though. Also, the filter scales superlinearly with the number of
-	      # global variables. join(1) would be nice here, but unfortunately
-	      # isn't a blessed tool.
-	      $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
-	      func_append delfiles " $export_symbols $output_objdir/$libname.filter"
-	      export_symbols=$output_objdir/$libname.def
-	      $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
-	    fi
-	  }
-
-	  libobjs=$output
-	  # Restore the value of output.
-	  output=$save_output
-
-	  if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
-	    eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
-	    test "X$libobjs" = "X " && libobjs=
-	  fi
-	  # Expand the library linking commands again to reset the
-	  # value of $libobjs for piecewise linking.
-
-	  # Do each of the archive commands.
-	  if test yes = "$module" && test -n "$module_cmds"; then
-	    if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
-	      cmds=$module_expsym_cmds
-	    else
-	      cmds=$module_cmds
-	    fi
-	  else
-	    if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
-	      cmds=$archive_expsym_cmds
-	    else
-	      cmds=$archive_cmds
-	    fi
-	  fi
-	fi
-
-	if test -n "$delfiles"; then
-	  # Append the command to remove temporary files to $cmds.
-	  eval cmds=\"\$cmds~\$RM $delfiles\"
-	fi
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append libobjs " $func_extract_archives_result"
-	  test "X$libobjs" = "X " && libobjs=
-	fi
-
-	save_ifs=$IFS; IFS='~'
-	for cmd in $cmds; do
-	  IFS=$sp$nl
-	  eval cmd=\"$cmd\"
-	  IFS=$save_ifs
-	  $opt_quiet || {
-	    func_quote_for_expand "$cmd"
-	    eval "func_echo $func_quote_for_expand_result"
-	  }
-	  $opt_dry_run || eval "$cmd" || {
-	    lt_exit=$?
-
-	    # Restore the uninstalled library and exit
-	    if test relink = "$opt_mode"; then
-	      ( cd "$output_objdir" && \
-	        $RM "${realname}T" && \
-		$MV "${realname}U" "$realname" )
-	    fi
-
-	    exit $lt_exit
-	  }
-	done
-	IFS=$save_ifs
-
-	# Restore the uninstalled library and exit
-	if test relink = "$opt_mode"; then
-	  $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
-
-	  if test -n "$convenience"; then
-	    if test -z "$whole_archive_flag_spec"; then
-	      func_show_eval '${RM}r "$gentop"'
-	    fi
-	  fi
-
-	  exit $EXIT_SUCCESS
-	fi
-
-	# Create links to the real library.
-	for linkname in $linknames; do
-	  if test "$realname" != "$linkname"; then
-	    func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
-	  fi
-	done
-
-	# If -module or -export-dynamic was specified, set the dlname.
-	if test yes = "$module" || test yes = "$export_dynamic"; then
-	  # On all known operating systems, these are identical.
-	  dlname=$soname
-	fi
-      fi
-      ;;
-
-    obj)
-      if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
-	func_warning "'-dlopen' is ignored for objects"
-      fi
-
-      case " $deplibs" in
-      *\ -l* | *\ -L*)
-	func_warning "'-l' and '-L' are ignored for objects" ;;
-      esac
-
-      test -n "$rpath" && \
-	func_warning "'-rpath' is ignored for objects"
-
-      test -n "$xrpath" && \
-	func_warning "'-R' is ignored for objects"
-
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for objects"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for objects"
-
-      case $output in
-      *.lo)
-	test -n "$objs$old_deplibs" && \
-	  func_fatal_error "cannot build library object '$output' from non-libtool objects"
-
-	libobj=$output
-	func_lo2o "$libobj"
-	obj=$func_lo2o_result
-	;;
-      *)
-	libobj=
-	obj=$output
-	;;
-      esac
-
-      # Delete the old objects.
-      $opt_dry_run || $RM $obj $libobj
-
-      # Objects from convenience libraries.  This assumes
-      # single-version convenience libraries.  Whenever we create
-      # different ones for PIC/non-PIC, this we'll have to duplicate
-      # the extraction.
-      reload_conv_objs=
-      gentop=
-      # if reload_cmds runs $LD directly, get rid of -Wl from
-      # whole_archive_flag_spec and hope we can get by with turning comma
-      # into space.
-      case $reload_cmds in
-        *\$LD[\ \$]*) wl= ;;
-      esac
-      if test -n "$convenience"; then
-	if test -n "$whole_archive_flag_spec"; then
-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
-	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
-	else
-	  gentop=$output_objdir/${obj}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $convenience
-	  reload_conv_objs="$reload_objs $func_extract_archives_result"
-	fi
-      fi
-
-      # If we're not building shared, we need to use non_pic_objs
-      test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
-
-      # Create the old-style object.
-      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
-
-      output=$obj
-      func_execute_cmds "$reload_cmds" 'exit $?'
-
-      # Exit if we aren't doing a library object file.
-      if test -z "$libobj"; then
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      test yes = "$build_libtool_libs" || {
-	if test -n "$gentop"; then
-	  func_show_eval '${RM}r "$gentop"'
-	fi
-
-	# Create an invalid libtool object if no PIC, so that we don't
-	# accidentally link it into a program.
-	# $show "echo timestamp > $libobj"
-	# $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
-	exit $EXIT_SUCCESS
-      }
-
-      if test -n "$pic_flag" || test default != "$pic_mode"; then
-	# Only do commands if we really have different PIC objects.
-	reload_objs="$libobjs $reload_conv_objs"
-	output=$libobj
-	func_execute_cmds "$reload_cmds" 'exit $?'
-      fi
-
-      if test -n "$gentop"; then
-	func_show_eval '${RM}r "$gentop"'
-      fi
-
-      exit $EXIT_SUCCESS
-      ;;
-
-    prog)
-      case $host in
-	*cygwin*) func_stripname '' '.exe' "$output"
-	          output=$func_stripname_result.exe;;
-      esac
-      test -n "$vinfo" && \
-	func_warning "'-version-info' is ignored for programs"
-
-      test -n "$release" && \
-	func_warning "'-release' is ignored for programs"
-
-      $preload \
-	&& test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
-	&& func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
-
-      case $host in
-      *-*-rhapsody* | *-*-darwin1.[012])
-	# On Rhapsody replace the C library is the System framework
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
-	;;
-      esac
-
-      case $host in
-      *-*-darwin*)
-	# Don't allow lazy linking, it breaks C++ global constructors
-	# But is supposedly fixed on 10.4 or later (yay!).
-	if test CXX = "$tagname"; then
-	  case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
-	    10.[0123])
-	      func_append compile_command " $wl-bind_at_load"
-	      func_append finalize_command " $wl-bind_at_load"
-	    ;;
-	  esac
-	fi
-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
-	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
-	;;
-      esac
-
-
-      # move library search paths that coincide with paths to not yet
-      # installed libraries to the beginning of the library search list
-      new_libs=
-      for path in $notinst_path; do
-	case " $new_libs " in
-	*" -L$path/$objdir "*) ;;
-	*)
-	  case " $compile_deplibs " in
-	  *" -L$path/$objdir "*)
-	    func_append new_libs " -L$path/$objdir" ;;
-	  esac
-	  ;;
-	esac
-      done
-      for deplib in $compile_deplibs; do
-	case $deplib in
-	-L*)
-	  case " $new_libs " in
-	  *" $deplib "*) ;;
-	  *) func_append new_libs " $deplib" ;;
-	  esac
-	  ;;
-	*) func_append new_libs " $deplib" ;;
-	esac
-      done
-      compile_deplibs=$new_libs
-
-
-      func_append compile_command " $compile_deplibs"
-      func_append finalize_command " $finalize_deplibs"
-
-      if test -n "$rpath$xrpath"; then
-	# If the user specified any rpath flags, then add them.
-	for libdir in $rpath $xrpath; do
-	  # This is the magic to use -rpath.
-	  case "$finalize_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_rpath " $libdir" ;;
-	  esac
-	done
-      fi
-
-      # Now hardcode the library paths
-      rpath=
-      hardcode_libdirs=
-      for libdir in $compile_rpath $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append perm_rpath " $libdir" ;;
-	  esac
-	fi
-	case $host in
-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
-	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
-	  case :$dllsearchpath: in
-	  *":$libdir:"*) ;;
-	  ::) dllsearchpath=$libdir;;
-	  *) func_append dllsearchpath ":$libdir";;
-	  esac
-	  case :$dllsearchpath: in
-	  *":$testbindir:"*) ;;
-	  ::) dllsearchpath=$testbindir;;
-	  *) func_append dllsearchpath ":$testbindir";;
-	  esac
-	  ;;
-	esac
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      compile_rpath=$rpath
-
-      rpath=
-      hardcode_libdirs=
-      for libdir in $finalize_rpath; do
-	if test -n "$hardcode_libdir_flag_spec"; then
-	  if test -n "$hardcode_libdir_separator"; then
-	    if test -z "$hardcode_libdirs"; then
-	      hardcode_libdirs=$libdir
-	    else
-	      # Just accumulate the unique libdirs.
-	      case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
-	      *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
-		;;
-	      *)
-		func_append hardcode_libdirs "$hardcode_libdir_separator$libdir"
-		;;
-	      esac
-	    fi
-	  else
-	    eval flag=\"$hardcode_libdir_flag_spec\"
-	    func_append rpath " $flag"
-	  fi
-	elif test -n "$runpath_var"; then
-	  case "$finalize_perm_rpath " in
-	  *" $libdir "*) ;;
-	  *) func_append finalize_perm_rpath " $libdir" ;;
-	  esac
-	fi
-      done
-      # Substitute the hardcoded libdirs into the rpath.
-      if test -n "$hardcode_libdir_separator" &&
-	 test -n "$hardcode_libdirs"; then
-	libdir=$hardcode_libdirs
-	eval rpath=\" $hardcode_libdir_flag_spec\"
-      fi
-      finalize_rpath=$rpath
-
-      if test -n "$libobjs" && test yes = "$build_old_libs"; then
-	# Transform all the library objects into standard objects.
-	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
-      fi
-
-      func_generate_dlsyms "$outputname" "@PROGRAM@" false
-
-      # template prelinking step
-      if test -n "$prelink_cmds"; then
-	func_execute_cmds "$prelink_cmds" 'exit $?'
-      fi
-
-      wrappers_required=:
-      case $host in
-      *cegcc* | *mingw32ce*)
-        # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
-        wrappers_required=false
-        ;;
-      *cygwin* | *mingw* )
-        test yes = "$build_libtool_libs" || wrappers_required=false
-        ;;
-      *)
-        if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
-          wrappers_required=false
-        fi
-        ;;
-      esac
-      $wrappers_required || {
-	# Replace the output file specification.
-	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	link_command=$compile_command$compile_rpath
-
-	# We have no uninstalled library dependencies, so finalize right now.
-	exit_status=0
-	func_show_eval "$link_command" 'exit_status=$?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	# Delete the generated files.
-	if test -f "$output_objdir/${outputname}S.$objext"; then
-	  func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
-	fi
-
-	exit $exit_status
-      }
-
-      if test -n "$compile_shlibpath$finalize_shlibpath"; then
-	compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
-      fi
-      if test -n "$finalize_shlibpath"; then
-	finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
-      fi
-
-      compile_var=
-      finalize_var=
-      if test -n "$runpath_var"; then
-	if test -n "$perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-	if test -n "$finalize_perm_rpath"; then
-	  # We should set the runpath_var.
-	  rpath=
-	  for dir in $finalize_perm_rpath; do
-	    func_append rpath "$dir:"
-	  done
-	  finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
-	fi
-      fi
-
-      if test yes = "$no_install"; then
-	# We don't need to create a wrapper script.
-	link_command=$compile_var$compile_command$compile_rpath
-	# Replace the output file specification.
-	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
-	# Delete the old output file.
-	$opt_dry_run || $RM $output
-	# Link the executable and exit
-	func_show_eval "$link_command" 'exit $?'
-
-	if test -n "$postlink_cmds"; then
-	  func_to_tool_file "$output"
-	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	  func_execute_cmds "$postlink_cmds" 'exit $?'
-	fi
-
-	exit $EXIT_SUCCESS
-      fi
-
-      case $hardcode_action,$fast_install in
-        relink,*)
-	  # Fast installation is not supported
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-
-	  func_warning "this platform does not like uninstalled shared libraries"
-	  func_warning "'$output' will be relinked during installation"
-	  ;;
-        *,yes)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
-          ;;
-	*,no)
-	  link_command=$compile_var$compile_command$compile_rpath
-	  relink_command=$finalize_var$finalize_command$finalize_rpath
-          ;;
-	*,needless)
-	  link_command=$finalize_var$compile_command$finalize_rpath
-	  relink_command=
-          ;;
-      esac
-
-      # Replace the output file specification.
-      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
-
-      # Delete the old output files.
-      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
-
-      func_show_eval "$link_command" 'exit $?'
-
-      if test -n "$postlink_cmds"; then
-	func_to_tool_file "$output_objdir/$outputname"
-	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
-	func_execute_cmds "$postlink_cmds" 'exit $?'
-      fi
-
-      # Now create the wrapper script.
-      func_verbose "creating $output"
-
-      # Quote the relink command for shipping.
-      if test -n "$relink_command"; then
-	# Preserve any variables that may affect compiler behavior
-	for var in $variables_saved_for_relink; do
-	  if eval test -z \"\${$var+set}\"; then
-	    relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	  elif eval var_value=\$$var; test -z "$var_value"; then
-	    relink_command="$var=; export $var; $relink_command"
-	  else
-	    func_quote_for_eval "$var_value"
-	    relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	  fi
-	done
-	relink_command="(cd `pwd`; $relink_command)"
-	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      fi
-
-      # Only actually do things if not in dry run mode.
-      $opt_dry_run || {
-	# win32 will think the script is a binary if it has
-	# a .exe suffix, so we strip it off here.
-	case $output in
-	  *.exe) func_stripname '' '.exe' "$output"
-	         output=$func_stripname_result ;;
-	esac
-	# test for cygwin because mv fails w/o .exe extensions
-	case $host in
-	  *cygwin*)
-	    exeext=.exe
-	    func_stripname '' '.exe' "$outputname"
-	    outputname=$func_stripname_result ;;
-	  *) exeext= ;;
-	esac
-	case $host in
-	  *cygwin* | *mingw* )
-	    func_dirname_and_basename "$output" "" "."
-	    output_name=$func_basename_result
-	    output_path=$func_dirname_result
-	    cwrappersource=$output_path/$objdir/lt-$output_name.c
-	    cwrapper=$output_path/$output_name.exe
-	    $RM $cwrappersource $cwrapper
-	    trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_cwrapperexe_src > $cwrappersource
-
-	    # The wrapper executable is built using the $host compiler,
-	    # because it contains $host paths and files. If cross-
-	    # compiling, it, like the target executable, must be
-	    # executed on the $host or under an emulation environment.
-	    $opt_dry_run || {
-	      $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
-	      $STRIP $cwrapper
-	    }
-
-	    # Now, create the wrapper script for func_source use:
-	    func_ltwrapper_scriptname $cwrapper
-	    $RM $func_ltwrapper_scriptname_result
-	    trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
-	    $opt_dry_run || {
-	      # note: this script will not be executed, so do not chmod.
-	      if test "x$build" = "x$host"; then
-		$cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
-	      else
-		func_emit_wrapper no > $func_ltwrapper_scriptname_result
-	      fi
-	    }
-	  ;;
-	  * )
-	    $RM $output
-	    trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
-
-	    func_emit_wrapper no > $output
-	    chmod +x $output
-	  ;;
-	esac
-      }
-      exit $EXIT_SUCCESS
-      ;;
-    esac
-
-    # See if we need to build an old-fashioned archive.
-    for oldlib in $oldlibs; do
-
-      case $build_libtool_libs in
-        convenience)
-	  oldobjs="$libobjs_save $symfileobj"
-	  addlibs=$convenience
-	  build_libtool_libs=no
-	  ;;
-	module)
-	  oldobjs=$libobjs_save
-	  addlibs=$old_convenience
-	  build_libtool_libs=no
-          ;;
-	*)
-	  oldobjs="$old_deplibs $non_pic_objects"
-	  $preload && test -f "$symfileobj" \
-	    && func_append oldobjs " $symfileobj"
-	  addlibs=$old_convenience
-	  ;;
-      esac
-
-      if test -n "$addlibs"; then
-	gentop=$output_objdir/${outputname}x
-	func_append generated " $gentop"
-
-	func_extract_archives $gentop $addlibs
-	func_append oldobjs " $func_extract_archives_result"
-      fi
-
-      # Do each command in the archive commands.
-      if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
-	cmds=$old_archive_from_new_cmds
-      else
-
-	# Add any objects from preloaded convenience libraries
-	if test -n "$dlprefiles"; then
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-
-	  func_extract_archives $gentop $dlprefiles
-	  func_append oldobjs " $func_extract_archives_result"
-	fi
-
-	# POSIX demands no paths to be encoded in archives.  We have
-	# to avoid creating archives with duplicate basenames if we
-	# might have to extract them afterwards, e.g., when creating a
-	# static archive out of a convenience library, or when linking
-	# the entirety of a libtool archive into another (currently
-	# not supported by libtool).
-	if (for obj in $oldobjs
-	    do
-	      func_basename "$obj"
-	      $ECHO "$func_basename_result"
-	    done | sort | sort -uc >/dev/null 2>&1); then
-	  :
-	else
-	  echo "copying selected object files to avoid basename conflicts..."
-	  gentop=$output_objdir/${outputname}x
-	  func_append generated " $gentop"
-	  func_mkdir_p "$gentop"
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  counter=1
-	  for obj in $save_oldobjs
-	  do
-	    func_basename "$obj"
-	    objbase=$func_basename_result
-	    case " $oldobjs " in
-	    " ") oldobjs=$obj ;;
-	    *[\ /]"$objbase "*)
-	      while :; do
-		# Make sure we don't pick an alternate name that also
-		# overlaps.
-		newobj=lt$counter-$objbase
-		func_arith $counter + 1
-		counter=$func_arith_result
-		case " $oldobjs " in
-		*[\ /]"$newobj "*) ;;
-		*) if test ! -f "$gentop/$newobj"; then break; fi ;;
-		esac
-	      done
-	      func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
-	      func_append oldobjs " $gentop/$newobj"
-	      ;;
-	    *) func_append oldobjs " $obj" ;;
-	    esac
-	  done
-	fi
-	func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-	tool_oldlib=$func_to_tool_file_result
-	eval cmds=\"$old_archive_cmds\"
-
-	func_len " $cmds"
-	len=$func_len_result
-	if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
-	  cmds=$old_archive_cmds
-	elif test -n "$archiver_list_spec"; then
-	  func_verbose "using command file archive linking..."
-	  for obj in $oldobjs
-	  do
-	    func_to_tool_file "$obj"
-	    $ECHO "$func_to_tool_file_result"
-	  done > $output_objdir/$libname.libcmd
-	  func_to_tool_file "$output_objdir/$libname.libcmd"
-	  oldobjs=" $archiver_list_spec$func_to_tool_file_result"
-	  cmds=$old_archive_cmds
-	else
-	  # the command line is too long to link in one step, link in parts
-	  func_verbose "using piecewise archive linking..."
-	  save_RANLIB=$RANLIB
-	  RANLIB=:
-	  objlist=
-	  concat_cmds=
-	  save_oldobjs=$oldobjs
-	  oldobjs=
-	  # Is there a better way of finding the last object in the list?
-	  for obj in $save_oldobjs
-	  do
-	    last_oldobj=$obj
-	  done
-	  eval test_cmds=\"$old_archive_cmds\"
-	  func_len " $test_cmds"
-	  len0=$func_len_result
-	  len=$len0
-	  for obj in $save_oldobjs
-	  do
-	    func_len " $obj"
-	    func_arith $len + $func_len_result
-	    len=$func_arith_result
-	    func_append objlist " $obj"
-	    if test "$len" -lt "$max_cmd_len"; then
-	      :
-	    else
-	      # the above command should be used before it gets too long
-	      oldobjs=$objlist
-	      if test "$obj" = "$last_oldobj"; then
-		RANLIB=$save_RANLIB
-	      fi
-	      test -z "$concat_cmds" || concat_cmds=$concat_cmds~
-	      eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
-	      objlist=
-	      len=$len0
-	    fi
-	  done
-	  RANLIB=$save_RANLIB
-	  oldobjs=$objlist
-	  if test -z "$oldobjs"; then
-	    eval cmds=\"\$concat_cmds\"
-	  else
-	    eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
-	  fi
-	fi
-      fi
-      func_execute_cmds "$cmds" 'exit $?'
-    done
-
-    test -n "$generated" && \
-      func_show_eval "${RM}r$generated"
-
-    # Now create the libtool archive.
-    case $output in
-    *.la)
-      old_library=
-      test yes = "$build_old_libs" && old_library=$libname.$libext
-      func_verbose "creating $output"
-
-      # Preserve any variables that may affect compiler behavior
-      for var in $variables_saved_for_relink; do
-	if eval test -z \"\${$var+set}\"; then
-	  relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
-	elif eval var_value=\$$var; test -z "$var_value"; then
-	  relink_command="$var=; export $var; $relink_command"
-	else
-	  func_quote_for_eval "$var_value"
-	  relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
-	fi
-      done
-      # Quote the link command for shipping.
-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
-      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
-      if test yes = "$hardcode_automatic"; then
-	relink_command=
-      fi
-
-      # Only create the output if not a dry run.
-      $opt_dry_run || {
-	for installed in no yes; do
-	  if test yes = "$installed"; then
-	    if test -z "$install_libdir"; then
-	      break
-	    fi
-	    output=$output_objdir/${outputname}i
-	    # Replace all uninstalled libtool libraries with the installed ones
-	    newdependency_libs=
-	    for deplib in $dependency_libs; do
-	      case $deplib in
-	      *.la)
-		func_basename "$deplib"
-		name=$func_basename_result
-		func_resolve_sysroot "$deplib"
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
-		test -z "$libdir" && \
-		  func_fatal_error "'$deplib' is not a valid libtool archive"
-		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      -L*)
-		func_stripname -L '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -L$func_replace_sysroot_result"
-		;;
-	      -R*)
-		func_stripname -R '' "$deplib"
-		func_replace_sysroot "$func_stripname_result"
-		func_append newdependency_libs " -R$func_replace_sysroot_result"
-		;;
-	      *) func_append newdependency_libs " $deplib" ;;
-	      esac
-	    done
-	    dependency_libs=$newdependency_libs
-	    newdlfiles=
-
-	    for lib in $dlfiles; do
-	      case $lib in
-	      *.la)
-	        func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      *) func_append newdlfiles " $lib" ;;
-	      esac
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-	      *.la)
-		# Only pass preopened files to the pseudo-archive (for
-		# eventual linking with the app. that links it) if we
-		# didn't already link the preopened objects directly into
-		# the library:
-		func_basename "$lib"
-		name=$func_basename_result
-		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
-		test -z "$libdir" && \
-		  func_fatal_error "'$lib' is not a valid libtool archive"
-		func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
-		;;
-	      esac
-	    done
-	    dlprefiles=$newdlprefiles
-	  else
-	    newdlfiles=
-	    for lib in $dlfiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlfiles " $abs"
-	    done
-	    dlfiles=$newdlfiles
-	    newdlprefiles=
-	    for lib in $dlprefiles; do
-	      case $lib in
-		[\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
-		*) abs=`pwd`"/$lib" ;;
-	      esac
-	      func_append newdlprefiles " $abs"
-	    done
-	    dlprefiles=$newdlprefiles
-	  fi
-	  $RM $output
-	  # place dlname in correct position for cygwin
-	  # In fact, it would be nice if we could use this code for all target
-	  # systems that can't hard-code library paths into their executables
-	  # and that have no shared library path variable independent of PATH,
-	  # but it turns out we can't easily determine that from inspecting
-	  # libtool variables, so we have to hard-code the OSs to which it
-	  # applies here; at the moment, that means platforms that use the PE
-	  # object format with DLL files.  See the long comment at the top of
-	  # tests/bindir.at for full details.
-	  tdlname=$dlname
-	  case $host,$output,$installed,$module,$dlname in
-	    *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
-	      # If a -bindir argument was supplied, place the dll there.
-	      if test -n "$bindir"; then
-		func_relative_path "$install_libdir" "$bindir"
-		tdlname=$func_relative_path_result/$dlname
-	      else
-		# Otherwise fall back on heuristic.
-		tdlname=../bin/$dlname
-	      fi
-	      ;;
-	  esac
-	  $ECHO > $output "\
-# $outputname - a libtool library file
-# Generated by $PROGRAM (GNU $PACKAGE) $VERSION
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='$tdlname'
-
-# Names of this library.
-library_names='$library_names'
-
-# The name of the static archive.
-old_library='$old_library'
-
-# Linker flags that cannot go in dependency_libs.
-inherited_linker_flags='$new_inherited_linker_flags'
-
-# Libraries that this one depends upon.
-dependency_libs='$dependency_libs'
-
-# Names of additional weak libraries provided by this library
-weak_library_names='$weak_libs'
-
-# Version information for $libname.
-current=$current
-age=$age
-revision=$revision
-
-# Is this an already installed library?
-installed=$installed
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=$module
-
-# Files to dlopen/dlpreopen
-dlopen='$dlfiles'
-dlpreopen='$dlprefiles'
-
-# Directory that this library needs to be installed in:
-libdir='$install_libdir'"
-	  if test no,yes = "$installed,$need_relink"; then
-	    $ECHO >> $output "\
-relink_command=\"$relink_command\""
-	  fi
-	done
-      }
-
-      # Do a symbolic link so that the libtool archive can be found in
-      # LD_LIBRARY_PATH before the program is installed.
-      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
-      ;;
-    esac
-    exit $EXIT_SUCCESS
-}
-
-if test link = "$opt_mode" || test relink = "$opt_mode"; then
-  func_mode_link ${1+"$@"}
-fi
-
-
-# func_mode_uninstall arg...
-func_mode_uninstall ()
-{
-    $debug_cmd
-
-    RM=$nonopt
-    files=
-    rmforce=false
-    exit_status=0
-
-    # This variable tells wrapper scripts just to set variables rather
-    # than running their programs.
-    libtool_install_magic=$magic
-
-    for arg
-    do
-      case $arg in
-      -f) func_append RM " $arg"; rmforce=: ;;
-      -*) func_append RM " $arg" ;;
-      *) func_append files " $arg" ;;
-      esac
-    done
-
-    test -z "$RM" && \
-      func_fatal_help "you must specify an RM program"
-
-    rmdirs=
-
-    for file in $files; do
-      func_dirname "$file" "" "."
-      dir=$func_dirname_result
-      if test . = "$dir"; then
-	odir=$objdir
-      else
-	odir=$dir/$objdir
-      fi
-      func_basename "$file"
-      name=$func_basename_result
-      test uninstall = "$opt_mode" && odir=$dir
-
-      # Remember odir for removal later, being careful to avoid duplicates
-      if test clean = "$opt_mode"; then
-	case " $rmdirs " in
-	  *" $odir "*) ;;
-	  *) func_append rmdirs " $odir" ;;
-	esac
-      fi
-
-      # Don't error if the file doesn't exist and rm -f was used.
-      if { test -L "$file"; } >/dev/null 2>&1 ||
-	 { test -h "$file"; } >/dev/null 2>&1 ||
-	 test -f "$file"; then
-	:
-      elif test -d "$file"; then
-	exit_status=1
-	continue
-      elif $rmforce; then
-	continue
-      fi
-
-      rmfiles=$file
-
-      case $name in
-      *.la)
-	# Possibly a libtool archive, so verify it.
-	if func_lalib_p "$file"; then
-	  func_source $dir/$name
-
-	  # Delete the libtool libraries and symlinks.
-	  for n in $library_names; do
-	    func_append rmfiles " $odir/$n"
-	  done
-	  test -n "$old_library" && func_append rmfiles " $odir/$old_library"
-
-	  case $opt_mode in
-	  clean)
-	    case " $library_names " in
-	    *" $dlname "*) ;;
-	    *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;;
-	    esac
-	    test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i"
-	    ;;
-	  uninstall)
-	    if test -n "$library_names"; then
-	      # Do each command in the postuninstall commands.
-	      func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-
-	    if test -n "$old_library"; then
-	      # Do each command in the old_postuninstall commands.
-	      func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
-	    fi
-	    # FIXME: should reinstall the best remaining shared library.
-	    ;;
-	  esac
-	fi
-	;;
-
-      *.lo)
-	# Possibly a libtool object, so verify it.
-	if func_lalib_p "$file"; then
-
-	  # Read the .lo file
-	  func_source $dir/$name
-
-	  # Add PIC object to the list of files to remove.
-	  if test -n "$pic_object" && test none != "$pic_object"; then
-	    func_append rmfiles " $dir/$pic_object"
-	  fi
-
-	  # Add non-PIC object to the list of files to remove.
-	  if test -n "$non_pic_object" && test none != "$non_pic_object"; then
-	    func_append rmfiles " $dir/$non_pic_object"
-	  fi
-	fi
-	;;
-
-      *)
-	if test clean = "$opt_mode"; then
-	  noexename=$name
-	  case $file in
-	  *.exe)
-	    func_stripname '' '.exe' "$file"
-	    file=$func_stripname_result
-	    func_stripname '' '.exe' "$name"
-	    noexename=$func_stripname_result
-	    # $file with .exe has already been added to rmfiles,
-	    # add $file without .exe
-	    func_append rmfiles " $file"
-	    ;;
-	  esac
-	  # Do a test to see if this is a libtool program.
-	  if func_ltwrapper_p "$file"; then
-	    if func_ltwrapper_executable_p "$file"; then
-	      func_ltwrapper_scriptname "$file"
-	      relink_command=
-	      func_source $func_ltwrapper_scriptname_result
-	      func_append rmfiles " $func_ltwrapper_scriptname_result"
-	    else
-	      relink_command=
-	      func_source $dir/$noexename
-	    fi
-
-	    # note $name still contains .exe if it was in $file originally
-	    # as does the version of $file that was added into $rmfiles
-	    func_append rmfiles " $odir/$name $odir/${name}S.$objext"
-	    if test yes = "$fast_install" && test -n "$relink_command"; then
-	      func_append rmfiles " $odir/lt-$name"
-	    fi
-	    if test "X$noexename" != "X$name"; then
-	      func_append rmfiles " $odir/lt-$noexename.c"
-	    fi
-	  fi
-	fi
-	;;
-      esac
-      func_show_eval "$RM $rmfiles" 'exit_status=1'
-    done
-
-    # Try to remove the $objdir's in the directories where we deleted files
-    for dir in $rmdirs; do
-      if test -d "$dir"; then
-	func_show_eval "rmdir $dir >/dev/null 2>&1"
-      fi
-    done
-
-    exit $exit_status
-}
-
-if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
-  func_mode_uninstall ${1+"$@"}
-fi
-
-test -z "$opt_mode" && {
-  help=$generic_help
-  func_fatal_help "you must specify a MODE"
-}
-
-test -z "$exec_cmd" && \
-  func_fatal_help "invalid operation mode '$opt_mode'"
-
-if test -n "$exec_cmd"; then
-  eval exec "$exec_cmd"
-  exit $EXIT_FAILURE
-fi
-
-exit $exit_status
-
-
-# The TAGs below are defined such that we never get into a situation
-# where we disable both kinds of libraries.  Given conflicting
-# choices, we go for a static library, that is the most portable,
-# since we can't tell whether shared libraries were disabled because
-# the user asked for that or because the platform doesn't support
-# them.  This is particularly important on AIX, because we don't
-# support having both static and shared libraries enabled at the same
-# time on that platform, so we default to a shared-only configuration.
-# If a disable-shared tag is given, we'll fallback to a static-only
-# configuration.  But we'll never go from static-only to shared-only.
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-shared
-build_libtool_libs=no
-build_old_libs=yes
-# ### END LIBTOOL TAG CONFIG: disable-shared
-
-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
-build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
-# ### END LIBTOOL TAG CONFIG: disable-static
-
-# Local Variables:
-# mode:shell-script
-# sh-indentation:2
-# End:
diff --git a/m4/libtool.m4 b/m4/libtool.m4
deleted file mode 100644
index 9c089e0..0000000
--- a/m4/libtool.m4
+++ /dev/null
@@ -1,8318 +0,0 @@
-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
-#
-#   Copyright (C) 1996-2001, 2003-2014 Free Software Foundation, Inc.
-#   Written by Gordon Matzigkeit, 1996
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-m4_define([_LT_COPYING], [dnl
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# This is free software; see the source for copying conditions.  There is NO
-# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-# GNU Libtool is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of of the License, or
-# (at your option) any later version.
-#
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program or library that is built
-# using GNU Libtool, you may include this file under the  same
-# distribution terms that you use for the rest of that program.
-#
-# GNU Libtool is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-])
-
-# serial 58 LT_INIT
-
-
-# LT_PREREQ(VERSION)
-# ------------------
-# Complain and exit if this libtool version is less that VERSION.
-m4_defun([LT_PREREQ],
-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
-       [m4_default([$3],
-		   [m4_fatal([Libtool version $1 or higher is required],
-		             63)])],
-       [$2])])
-
-
-# _LT_CHECK_BUILDDIR
-# ------------------
-# Complain if the absolute build directory name contains unusual characters
-m4_defun([_LT_CHECK_BUILDDIR],
-[case `pwd` in
-  *\ * | *\	*)
-    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
-esac
-])
-
-
-# LT_INIT([OPTIONS])
-# ------------------
-AC_DEFUN([LT_INIT],
-[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
-AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-AC_BEFORE([$0], [LT_LANG])dnl
-AC_BEFORE([$0], [LT_OUTPUT])dnl
-AC_BEFORE([$0], [LTDL_INIT])dnl
-m4_require([_LT_CHECK_BUILDDIR])dnl
-
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
-dnl unless we require an AC_DEFUNed macro:
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
-AC_REQUIRE([LTSUGAR_VERSION])dnl
-AC_REQUIRE([LTVERSION_VERSION])dnl
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
-m4_require([_LT_PROG_LTMAIN])dnl
-
-_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
-
-dnl Parse OPTIONS
-_LT_SET_OPTIONS([$0], [$1])
-
-# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS=$ltmain
-
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-AC_SUBST(LIBTOOL)dnl
-
-_LT_SETUP
-
-# Only expand once:
-m4_define([LT_INIT])
-])# LT_INIT
-
-# Old names:
-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
-
-
-# _LT_CC_BASENAME(CC)
-# -------------------
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
-m4_defun([_LT_CC_BASENAME],
-[for cc_temp in $1""; do
-  case $cc_temp in
-    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
-    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
-    \-*) ;;
-    *) break;;
-  esac
-done
-cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
-])
-
-
-# _LT_FILEUTILS_DEFAULTS
-# ----------------------
-# It is okay to use these file commands and assume they have been set
-# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
-m4_defun([_LT_FILEUTILS_DEFAULTS],
-[: ${CP="cp -f"}
-: ${MV="mv -f"}
-: ${RM="rm -f"}
-])# _LT_FILEUTILS_DEFAULTS
-
-
-# _LT_SETUP
-# ---------
-m4_defun([_LT_SETUP],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
-
-_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
-dnl
-_LT_DECL([], [host_alias], [0], [The host system])dnl
-_LT_DECL([], [host], [0])dnl
-_LT_DECL([], [host_os], [0])dnl
-dnl
-_LT_DECL([], [build_alias], [0], [The build system])dnl
-_LT_DECL([], [build], [0])dnl
-_LT_DECL([], [build_os], [0])dnl
-dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-dnl
-AC_REQUIRE([AC_PROG_LN_S])dnl
-test -z "$LN_S" && LN_S="ln -s"
-_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
-dnl
-AC_REQUIRE([LT_CMD_MAX_LEN])dnl
-_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
-_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
-dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
-m4_require([_LT_CMD_RELOAD])dnl
-m4_require([_LT_CHECK_MAGIC_METHOD])dnl
-m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
-m4_require([_LT_CMD_OLD_ARCHIVE])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_WITH_SYSROOT])dnl
-m4_require([_LT_CMD_TRUNCATE])dnl
-
-_LT_CONFIG_LIBTOOL_INIT([
-# See if we are running on zsh, and set the options that allow our
-# commands through without removal of \ escapes INIT.
-if test -n "\${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-])
-if test -n "${ZSH_VERSION+set}"; then
-   setopt NO_GLOB_SUBST
-fi
-
-_LT_CHECK_OBJDIR
-
-m4_require([_LT_TAG_COMPILER])dnl
-
-case $host_os in
-aix3*)
-  # AIX sometimes has problems with the GCC collect2 program.  For some
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
-  # vanish in a puff of smoke.
-  if test set != "${COLLECT_NAMES+set}"; then
-    COLLECT_NAMES=
-    export COLLECT_NAMES
-  fi
-  ;;
-esac
-
-# Global variables:
-ofile=libtool
-can_build_shared=yes
-
-# All known linkers require a '.a' archive for static linking (except MSVC,
-# which needs '.lib').
-libext=a
-
-with_gnu_ld=$lt_cv_prog_gnu_ld
-
-old_CC=$CC
-old_CFLAGS=$CFLAGS
-
-# Set sane defaults for various variables
-test -z "$CC" && CC=cc
-test -z "$LTCC" && LTCC=$CC
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
-test -z "$LD" && LD=ld
-test -z "$ac_objext" && ac_objext=o
-
-_LT_CC_BASENAME([$compiler])
-
-# Only perform the check for file, if the check method requires it
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
-case $deplibs_check_method in
-file_magic*)
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-    _LT_PATH_MAGIC
-  fi
-  ;;
-esac
-
-# Use C for the default configuration in the libtool script
-LT_SUPPORTED_TAG([CC])
-_LT_LANG_C_CONFIG
-_LT_LANG_DEFAULT_CONFIG
-_LT_CONFIG_COMMANDS
-])# _LT_SETUP
-
-
-# _LT_PREPARE_SED_QUOTE_VARS
-# --------------------------
-# Define a few sed substitution that help us do robust quoting.
-m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
-[# Backslashify metacharacters that are still active within
-# double-quoted strings.
-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
-
-# Same as above, but do not quote variable references.
-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
-
-# Sed substitution to delay expansion of an escaped shell variable in a
-# double_quote_subst'ed string.
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
-
-# Sed substitution to delay expansion of an escaped single quote.
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
-
-# Sed substitution to avoid accidental globbing in evaled expressions
-no_glob_subst='s/\*/\\\*/g'
-])
-
-# _LT_PROG_LTMAIN
-# ---------------
-# Note that this code is called both from 'configure', and 'config.status'
-# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
-# 'config.status' has no value for ac_aux_dir unless we are using Automake,
-# so we pass a copy along to make sure it has a sensible value anyway.
-m4_defun([_LT_PROG_LTMAIN],
-[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
-_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
-ltmain=$ac_aux_dir/ltmain.sh
-])# _LT_PROG_LTMAIN
-
-
-## ------------------------------------- ##
-## Accumulate code for creating libtool. ##
-## ------------------------------------- ##
-
-# So that we can recreate a full libtool script including additional
-# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
-# in macros and then make a single call at the end using the 'libtool'
-# label.
-
-
-# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
-# ----------------------------------------
-# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL_INIT],
-[m4_ifval([$1],
-          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
-                     [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_INIT])
-
-
-# _LT_CONFIG_LIBTOOL([COMMANDS])
-# ------------------------------
-# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
-m4_define([_LT_CONFIG_LIBTOOL],
-[m4_ifval([$1],
-          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
-                     [$1
-])])])
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
-
-
-# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
-# -----------------------------------------------------
-m4_defun([_LT_CONFIG_SAVE_COMMANDS],
-[_LT_CONFIG_LIBTOOL([$1])
-_LT_CONFIG_LIBTOOL_INIT([$2])
-])
-
-
-# _LT_FORMAT_COMMENT([COMMENT])
-# -----------------------------
-# Add leading comment marks to the start of each line, and a trailing
-# full-stop to the whole comment if one is not present already.
-m4_define([_LT_FORMAT_COMMENT],
-[m4_ifval([$1], [
-m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
-              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
-)])
-
-
-
-## ------------------------ ##
-## FIXME: Eliminate VARNAME ##
-## ------------------------ ##
-
-
-# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
-# -------------------------------------------------------------------
-# CONFIGNAME is the name given to the value in the libtool script.
-# VARNAME is the (base) name used in the configure script.
-# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
-# VARNAME.  Any other value will be used directly.
-m4_define([_LT_DECL],
-[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
-    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
-	[m4_ifval([$1], [$1], [$2])])
-    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
-    m4_ifval([$4],
-	[lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
-    lt_dict_add_subkey([lt_decl_dict], [$2],
-	[tagged?], [m4_ifval([$5], [yes], [no])])])
-])
-
-
-# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
-# --------------------------------------------------------
-m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
-
-
-# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_tag_varnames],
-[_lt_decl_filter([tagged?], [yes], $@)])
-
-
-# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
-# ---------------------------------------------------------
-m4_define([_lt_decl_filter],
-[m4_case([$#],
-  [0], [m4_fatal([$0: too few arguments: $#])],
-  [1], [m4_fatal([$0: too few arguments: $#: $1])],
-  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
-  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
-  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
-])
-
-
-# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
-# --------------------------------------------------
-m4_define([lt_decl_quote_varnames],
-[_lt_decl_filter([value], [1], $@)])
-
-
-# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_dquote_varnames],
-[_lt_decl_filter([value], [2], $@)])
-
-
-# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
-# ---------------------------------------------------
-m4_define([lt_decl_varnames_tagged],
-[m4_assert([$# <= 2])dnl
-_$0(m4_quote(m4_default([$1], [[, ]])),
-    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
-    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
-m4_define([_lt_decl_varnames_tagged],
-[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
-
-
-# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
-# ------------------------------------------------
-m4_define([lt_decl_all_varnames],
-[_$0(m4_quote(m4_default([$1], [[, ]])),
-     m4_if([$2], [],
-	   m4_quote(lt_decl_varnames),
-	m4_quote(m4_shift($@))))[]dnl
-])
-m4_define([_lt_decl_all_varnames],
-[lt_join($@, lt_decl_varnames_tagged([$1],
-			lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
-])
-
-
-# _LT_CONFIG_STATUS_DECLARE([VARNAME])
-# ------------------------------------
-# Quote a variable value, and forward it to 'config.status' so that its
-# declaration there will have the same value as in 'configure'.  VARNAME
-# must have a single quote delimited value for this to work.
-m4_define([_LT_CONFIG_STATUS_DECLARE],
-[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
-
-
-# _LT_CONFIG_STATUS_DECLARATIONS
-# ------------------------------
-# We delimit libtool config variables with single quotes, so when
-# we write them to config.status, we have to be sure to quote all
-# embedded single quotes properly.  In configure, this macro expands
-# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
-#
-#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
-    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAGS
-# ----------------
-# Output comment and list of tags supported by the script
-m4_defun([_LT_LIBTOOL_TAGS],
-[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
-available_tags='_LT_TAGS'dnl
-])
-
-
-# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
-# -----------------------------------
-# Extract the dictionary values for VARNAME (optionally with TAG) and
-# expand to a commented shell variable setting:
-#
-#    # Some comment about what VAR is for.
-#    visible_name=$lt_internal_name
-m4_define([_LT_LIBTOOL_DECLARE],
-[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
-					   [description])))[]dnl
-m4_pushdef([_libtool_name],
-    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
-m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
-    [0], [_libtool_name=[$]$1],
-    [1], [_libtool_name=$lt_[]$1],
-    [2], [_libtool_name=$lt_[]$1],
-    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
-m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
-])
-
-
-# _LT_LIBTOOL_CONFIG_VARS
-# -----------------------
-# Produce commented declarations of non-tagged libtool config variables
-# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
-# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
-# section) are produced by _LT_LIBTOOL_TAG_VARS.
-m4_defun([_LT_LIBTOOL_CONFIG_VARS],
-[m4_foreach([_lt_var],
-    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
-
-
-# _LT_LIBTOOL_TAG_VARS(TAG)
-# -------------------------
-m4_define([_LT_LIBTOOL_TAG_VARS],
-[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
-
-
-# _LT_TAGVAR(VARNAME, [TAGNAME])
-# ------------------------------
-m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
-
-
-# _LT_CONFIG_COMMANDS
-# -------------------
-# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
-# variables for single and double quote escaping we saved from calls
-# to _LT_DECL, we can put quote escaped variables declarations
-# into 'config.status', and then the shell code to quote escape them in
-# for loops in 'config.status'.  Finally, any additional code accumulated
-# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
-m4_defun([_LT_CONFIG_COMMANDS],
-[AC_PROVIDE_IFELSE([LT_OUTPUT],
-	dnl If the libtool generation code has been placed in $CONFIG_LT,
-	dnl instead of duplicating it all over again into config.status,
-	dnl then we will have config.status run $CONFIG_LT later, so it
-	dnl needs to know what name is stored there:
-        [AC_CONFIG_COMMANDS([libtool],
-            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
-    dnl If the libtool generation code is destined for config.status,
-    dnl expand the accumulated commands and init code now:
-    [AC_CONFIG_COMMANDS([libtool],
-        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
-])#_LT_CONFIG_COMMANDS
-
-
-# Initialize.
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
-[
-
-# The HP-UX ksh and POSIX shell print the target directory to stdout
-# if CDPATH is set.
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
-sed_quote_subst='$sed_quote_subst'
-double_quote_subst='$double_quote_subst'
-delay_variable_subst='$delay_variable_subst'
-_LT_CONFIG_STATUS_DECLARATIONS
-LTCC='$LTCC'
-LTCFLAGS='$LTCFLAGS'
-compiler='$compiler_DEFAULT'
-
-# A function that is used when there is no print builtin or printf.
-func_fallback_echo ()
-{
-  eval 'cat <<_LTECHO_EOF
-\$[]1
-_LTECHO_EOF'
-}
-
-# Quote evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_quote_varnames); do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-# Double-quote double-evaled strings.
-for var in lt_decl_all_varnames([[ \
-]], lt_decl_dquote_varnames); do
-    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
-    *[[\\\\\\\`\\"\\\$]]*)
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
-      ;;
-    *)
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
-      ;;
-    esac
-done
-
-_LT_OUTPUT_LIBTOOL_INIT
-])
-
-# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
-# ------------------------------------
-# Generate a child script FILE with all initialization necessary to
-# reuse the environment learned by the parent script, and make the
-# file executable.  If COMMENT is supplied, it is inserted after the
-# '#!' sequence but before initialization text begins.  After this
-# macro, additional text can be appended to FILE to form the body of
-# the child script.  The macro ends with non-zero status if the
-# file could not be fully written (such as if the disk is full).
-m4_ifdef([AS_INIT_GENERATED],
-[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
-[m4_defun([_LT_GENERATED_FILE_INIT],
-[m4_require([AS_PREPARE])]dnl
-[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
-[lt_write_fail=0
-cat >$1 <<_ASEOF || lt_write_fail=1
-#! $SHELL
-# Generated by $as_me.
-$2
-SHELL=\${CONFIG_SHELL-$SHELL}
-export SHELL
-_ASEOF
-cat >>$1 <<\_ASEOF || lt_write_fail=1
-AS_SHELL_SANITIZE
-_AS_PREPARE
-exec AS_MESSAGE_FD>&1
-_ASEOF
-test 0 = "$lt_write_fail" && chmod +x $1[]dnl
-m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
-
-# LT_OUTPUT
-# ---------
-# This macro allows early generation of the libtool script (before
-# AC_OUTPUT is called), incase it is used in configure for compilation
-# tests.
-AC_DEFUN([LT_OUTPUT],
-[: ${CONFIG_LT=./config.lt}
-AC_MSG_NOTICE([creating $CONFIG_LT])
-_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
-[# Run this file to recreate a libtool stub with the current configuration.])
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-lt_cl_silent=false
-exec AS_MESSAGE_LOG_FD>>config.log
-{
-  echo
-  AS_BOX([Running $as_me.])
-} >&AS_MESSAGE_LOG_FD
-
-lt_cl_help="\
-'$as_me' creates a local libtool stub from the current configuration,
-for use in further configure time tests before the real libtool is
-generated.
-
-Usage: $[0] [[OPTIONS]]
-
-  -h, --help      print this help, then exit
-  -V, --version   print version number, then exit
-  -q, --quiet     do not print progress messages
-  -d, --debug     don't remove temporary files
-
-Report bugs to <bug-libtool at gnu.org>."
-
-lt_cl_version="\
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
-configured by $[0], generated by m4_PACKAGE_STRING.
-
-Copyright (C) 2011 Free Software Foundation, Inc.
-This config.lt script is free software; the Free Software Foundation
-gives unlimited permision to copy, distribute and modify it."
-
-while test 0 != $[#]
-do
-  case $[1] in
-    --version | --v* | -V )
-      echo "$lt_cl_version"; exit 0 ;;
-    --help | --h* | -h )
-      echo "$lt_cl_help"; exit 0 ;;
-    --debug | --d* | -d )
-      debug=: ;;
-    --quiet | --q* | --silent | --s* | -q )
-      lt_cl_silent=: ;;
-
-    -*) AC_MSG_ERROR([unrecognized option: $[1]
-Try '$[0] --help' for more information.]) ;;
-
-    *) AC_MSG_ERROR([unrecognized argument: $[1]
-Try '$[0] --help' for more information.]) ;;
-  esac
-  shift
-done
-
-if $lt_cl_silent; then
-  exec AS_MESSAGE_FD>/dev/null
-fi
-_LTEOF
-
-cat >>"$CONFIG_LT" <<_LTEOF
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
-_LTEOF
-
-cat >>"$CONFIG_LT" <<\_LTEOF
-AC_MSG_NOTICE([creating $ofile])
-_LT_OUTPUT_LIBTOOL_COMMANDS
-AS_EXIT(0)
-_LTEOF
-chmod +x "$CONFIG_LT"
-
-# configure is writing to config.log, but config.lt does its own redirection,
-# appending to config.log, which fails on DOS, as config.log is still kept
-# open by configure.  Here we exec the FD to /dev/null, effectively closing
-# config.log, so it can be properly (re)opened and appended to by config.lt.
-lt_cl_success=:
-test yes = "$silent" &&
-  lt_config_lt_args="$lt_config_lt_args --quiet"
-exec AS_MESSAGE_LOG_FD>/dev/null
-$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
-exec AS_MESSAGE_LOG_FD>>config.log
-$lt_cl_success || AS_EXIT(1)
-])# LT_OUTPUT
-
-
-# _LT_CONFIG(TAG)
-# ---------------
-# If TAG is the built-in tag, create an initial libtool script with a
-# default configuration from the untagged config vars.  Otherwise add code
-# to config.status for appending the configuration named by TAG from the
-# matching tagged config vars.
-m4_defun([_LT_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_CONFIG_SAVE_COMMANDS([
-  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
-  m4_if(_LT_TAG, [C], [
-    # See if we are running on zsh, and set the options that allow our
-    # commands through without removal of \ escapes.
-    if test -n "${ZSH_VERSION+set}"; then
-      setopt NO_GLOB_SUBST
-    fi
-
-    cfgfile=${ofile}T
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
-    $RM "$cfgfile"
-
-    cat <<_LT_EOF >> "$cfgfile"
-#! $SHELL
-# Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
-
-# Provide generalized library-building support services.
-# Written by Gordon Matzigkeit, 1996
-
-_LT_COPYING
-_LT_LIBTOOL_TAGS
-
-# ### BEGIN LIBTOOL CONFIG
-_LT_LIBTOOL_CONFIG_VARS
-_LT_LIBTOOL_TAG_VARS
-# ### END LIBTOOL CONFIG
-
-_LT_EOF
-
-  case $host_os in
-  aix3*)
-    cat <<\_LT_EOF >> "$cfgfile"
-# AIX sometimes has problems with the GCC collect2 program.  For some
-# reason, if we set the COLLECT_NAMES environment variable, the problems
-# vanish in a puff of smoke.
-if test set != "${COLLECT_NAMES+set}"; then
-  COLLECT_NAMES=
-  export COLLECT_NAMES
-fi
-_LT_EOF
-    ;;
-  esac
-
-  _LT_PROG_LTMAIN
-
-  # We use sed instead of cat because bash on DJGPP gets confused if
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
-  # text mode, it properly converts lines to CR/LF.  This bash problem
-  # is reportedly fixed, but why not run on old versions too?
-  sed '$q' "$ltmain" >> "$cfgfile" \
-     || (rm -f "$cfgfile"; exit 1)
-
-   mv -f "$cfgfile" "$ofile" ||
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
-  chmod +x "$ofile"
-],
-[cat <<_LT_EOF >> "$ofile"
-
-dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
-dnl in a comment (ie after a #).
-# ### BEGIN LIBTOOL TAG CONFIG: $1
-_LT_LIBTOOL_TAG_VARS(_LT_TAG)
-# ### END LIBTOOL TAG CONFIG: $1
-_LT_EOF
-])dnl /m4_if
-],
-[m4_if([$1], [], [
-    PACKAGE='$PACKAGE'
-    VERSION='$VERSION'
-    RM='$RM'
-    ofile='$ofile'], [])
-])dnl /_LT_CONFIG_SAVE_COMMANDS
-])# _LT_CONFIG
-
-
-# LT_SUPPORTED_TAG(TAG)
-# ---------------------
-# Trace this macro to discover what tags are supported by the libtool
-# --tag option, using:
-#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
-AC_DEFUN([LT_SUPPORTED_TAG], [])
-
-
-# C support is built-in for now
-m4_define([_LT_LANG_C_enabled], [])
-m4_define([_LT_TAGS], [])
-
-
-# LT_LANG(LANG)
-# -------------
-# Enable libtool support for the given language if not already enabled.
-AC_DEFUN([LT_LANG],
-[AC_BEFORE([$0], [LT_OUTPUT])dnl
-m4_case([$1],
-  [C],			[_LT_LANG(C)],
-  [C++],		[_LT_LANG(CXX)],
-  [Go],			[_LT_LANG(GO)],
-  [Java],		[_LT_LANG(GCJ)],
-  [Fortran 77],		[_LT_LANG(F77)],
-  [Fortran],		[_LT_LANG(FC)],
-  [Windows Resource],	[_LT_LANG(RC)],
-  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
-    [_LT_LANG($1)],
-    [m4_fatal([$0: unsupported language: "$1"])])])dnl
-])# LT_LANG
-
-
-# _LT_LANG(LANGNAME)
-# ------------------
-m4_defun([_LT_LANG],
-[m4_ifdef([_LT_LANG_]$1[_enabled], [],
-  [LT_SUPPORTED_TAG([$1])dnl
-  m4_append([_LT_TAGS], [$1 ])dnl
-  m4_define([_LT_LANG_]$1[_enabled], [])dnl
-  _LT_LANG_$1_CONFIG($1)])dnl
-])# _LT_LANG
-
-
-m4_ifndef([AC_PROG_GO], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into   #
-#  GNU Autoconf as AC_PROG_GO.  When it is available in    #
-#  a released version of Autoconf we should remove this    #
-#  macro and use it instead.                               #
-############################################################
-m4_defun([AC_PROG_GO],
-[AC_LANG_PUSH(Go)dnl
-AC_ARG_VAR([GOC],     [Go compiler command])dnl
-AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
-_AC_ARG_VAR_LDFLAGS()dnl
-AC_CHECK_TOOL(GOC, gccgo)
-if test -z "$GOC"; then
-  if test -n "$ac_tool_prefix"; then
-    AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
-  fi
-fi
-if test -z "$GOC"; then
-  AC_CHECK_PROG(GOC, gccgo, gccgo, false)
-fi
-])#m4_defun
-])#m4_ifndef
-
-
-# _LT_LANG_DEFAULT_CONFIG
-# -----------------------
-m4_defun([_LT_LANG_DEFAULT_CONFIG],
-[AC_PROVIDE_IFELSE([AC_PROG_CXX],
-  [LT_LANG(CXX)],
-  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_F77],
-  [LT_LANG(F77)],
-  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
-
-AC_PROVIDE_IFELSE([AC_PROG_FC],
-  [LT_LANG(FC)],
-  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
-
-dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
-dnl pulling things in needlessly.
-AC_PROVIDE_IFELSE([AC_PROG_GCJ],
-  [LT_LANG(GCJ)],
-  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
-    [LT_LANG(GCJ)],
-    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
-      [LT_LANG(GCJ)],
-      [m4_ifdef([AC_PROG_GCJ],
-	[m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
-       m4_ifdef([A][M_PROG_GCJ],
-	[m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
-       m4_ifdef([LT_PROG_GCJ],
-	[m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
-
-AC_PROVIDE_IFELSE([AC_PROG_GO],
-  [LT_LANG(GO)],
-  [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
-
-AC_PROVIDE_IFELSE([LT_PROG_RC],
-  [LT_LANG(RC)],
-  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
-])# _LT_LANG_DEFAULT_CONFIG
-
-# Obsolete macros:
-AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
-AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
-AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
-AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
-AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
-dnl AC_DEFUN([AC_LIBTOOL_F77], [])
-dnl AC_DEFUN([AC_LIBTOOL_FC], [])
-dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
-dnl AC_DEFUN([AC_LIBTOOL_RC], [])
-
-
-# _LT_TAG_COMPILER
-# ----------------
-m4_defun([_LT_TAG_COMPILER],
-[AC_REQUIRE([AC_PROG_CC])dnl
-
-_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
-_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
-_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
-
-# If no C compiler was specified, use CC.
-LTCC=${LTCC-"$CC"}
-
-# If no C compiler flags were specified, use CFLAGS.
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
-
-# Allow CC to be a program name with arguments.
-compiler=$CC
-])# _LT_TAG_COMPILER
-
-
-# _LT_COMPILER_BOILERPLATE
-# ------------------------
-# Check for compiler boilerplate output or warnings with
-# the simple compiler test code.
-m4_defun([_LT_COMPILER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_compiler_boilerplate=`cat conftest.err`
-$RM conftest*
-])# _LT_COMPILER_BOILERPLATE
-
-
-# _LT_LINKER_BOILERPLATE
-# ----------------------
-# Check for linker boilerplate output or warnings with
-# the simple link test code.
-m4_defun([_LT_LINKER_BOILERPLATE],
-[m4_require([_LT_DECL_SED])dnl
-ac_outfile=conftest.$ac_objext
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
-_lt_linker_boilerplate=`cat conftest.err`
-$RM -r conftest*
-])# _LT_LINKER_BOILERPLATE
-
-# _LT_REQUIRED_DARWIN_CHECKS
-# -------------------------
-m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
-  case $host_os in
-    rhapsody* | darwin*)
-    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
-    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
-    AC_CHECK_TOOL([LIPO], [lipo], [:])
-    AC_CHECK_TOOL([OTOOL], [otool], [:])
-    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
-    _LT_DECL([], [DSYMUTIL], [1],
-      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
-    _LT_DECL([], [NMEDIT], [1],
-      [Tool to change global to local symbols on Mac OS X])
-    _LT_DECL([], [LIPO], [1],
-      [Tool to manipulate fat objects and archives on Mac OS X])
-    _LT_DECL([], [OTOOL], [1],
-      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
-    _LT_DECL([], [OTOOL64], [1],
-      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
-
-    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
-      [lt_cv_apple_cc_single_mod=no
-      if test -z "$LT_MULTI_MODULE"; then
-	# By default we will add the -single_module flag. You can override
-	# by either setting the environment variable LT_MULTI_MODULE
-	# non-empty at configure time, or by adding -multi_module to the
-	# link flags.
-	rm -rf libconftest.dylib*
-	echo "int foo(void){return 1;}" > conftest.c
-	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
--dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
-	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
-	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
-        _lt_result=$?
-	# If there is a non-empty error log, and "single_module"
-	# appears in it, assume the flag caused a linker warning
-        if test -s conftest.err && $GREP single_module conftest.err; then
-	  cat conftest.err >&AS_MESSAGE_LOG_FD
-	# Otherwise, if the output was created with a 0 exit code from
-	# the compiler, it worked.
-	elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
-	  lt_cv_apple_cc_single_mod=yes
-	else
-	  cat conftest.err >&AS_MESSAGE_LOG_FD
-	fi
-	rm -rf libconftest.dylib*
-	rm -f conftest.*
-      fi])
-
-    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
-      [lt_cv_ld_exported_symbols_list],
-      [lt_cv_ld_exported_symbols_list=no
-      save_LDFLAGS=$LDFLAGS
-      echo "_main" > conftest.sym
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-	[lt_cv_ld_exported_symbols_list=yes],
-	[lt_cv_ld_exported_symbols_list=no])
-	LDFLAGS=$save_LDFLAGS
-    ])
-
-    AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
-      [lt_cv_ld_force_load=no
-      cat > conftest.c << _LT_EOF
-int forced_loaded() { return 2;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
-      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
-      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
-      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
-      echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
-      $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
-      cat > conftest.c << _LT_EOF
-int main() { return 0;}
-_LT_EOF
-      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
-      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
-      _lt_result=$?
-      if test -s conftest.err && $GREP force_load conftest.err; then
-	cat conftest.err >&AS_MESSAGE_LOG_FD
-      elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
-	lt_cv_ld_force_load=yes
-      else
-	cat conftest.err >&AS_MESSAGE_LOG_FD
-      fi
-        rm -f conftest.err libconftest.a conftest conftest.c
-        rm -rf conftest.dSYM
-    ])
-    case $host_os in
-    rhapsody* | darwin1.[[012]])
-      _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
-    darwin1.*)
-      _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-    darwin*) # darwin 5.x on
-      # if running on 10.5 or later, the deployment target defaults
-      # to the OS version, if on x86, and 10.4, the deployment
-      # target defaults to 10.4. Don't you love it?
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-	10.[[012]][[,.]]*)
-	  _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
-	10.*)
-	  _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
-      esac
-    ;;
-  esac
-    if test yes = "$lt_cv_apple_cc_single_mod"; then
-      _lt_dar_single_mod='$single_module'
-    fi
-    if test yes = "$lt_cv_ld_exported_symbols_list"; then
-      _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
-    else
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
-    fi
-    if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
-    else
-      _lt_dsymutil=
-    fi
-    ;;
-  esac
-])
-
-
-# _LT_DARWIN_LINKER_FEATURES([TAG])
-# ---------------------------------
-# Checks for linker and compiler features on darwin
-m4_defun([_LT_DARWIN_LINKER_FEATURES],
-[
-  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-  _LT_TAGVAR(hardcode_direct, $1)=no
-  _LT_TAGVAR(hardcode_automatic, $1)=yes
-  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-  if test yes = "$lt_cv_ld_force_load"; then
-    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
-                  [FC],  [_LT_TAGVAR(compiler_needs_object, $1)=yes])
-  else
-    _LT_TAGVAR(whole_archive_flag_spec, $1)=''
-  fi
-  _LT_TAGVAR(link_all_deplibs, $1)=yes
-  _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
-  case $cc_basename in
-     ifort*|nagfor*) _lt_dar_can_shared=yes ;;
-     *) _lt_dar_can_shared=$GCC ;;
-  esac
-  if test yes = "$_lt_dar_can_shared"; then
-    output_verbose_link_cmd=func_echo_all
-    _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
-    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
-    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
-    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
-    m4_if([$1], [CXX],
-[   if test yes != "$lt_cv_apple_cc_single_mod"; then
-      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
-      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
-    fi
-],[])
-  else
-  _LT_TAGVAR(ld_shlibs, $1)=no
-  fi
-])
-
-# _LT_SYS_MODULE_PATH_AIX([TAGNAME])
-# ----------------------------------
-# Links a minimal program and checks the executable
-# for the system default hardcoded library path. In most cases,
-# this is /usr/lib:/lib, but when the MPI compilers are used
-# the location of the communication and MPI libs are included too.
-# If we don't find anything, use the default library path according
-# to the aix ld manual.
-# Store the results from the different compilers for each TAGNAME.
-# Allow to override them for all tags through lt_cv_aix_libpath.
-m4_defun([_LT_SYS_MODULE_PATH_AIX],
-[m4_require([_LT_DECL_SED])dnl
-if test set = "${lt_cv_aix_libpath+set}"; then
-  aix_libpath=$lt_cv_aix_libpath
-else
-  AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
-  [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
-  lt_aix_libpath_sed='[
-      /Import File Strings/,/^$/ {
-	  /^0/ {
-	      s/^0  *\([^ ]*\) *$/\1/
-	      p
-	  }
-      }]'
-  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  # Check for a 64-bit object if we didn't find anything.
-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
-    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
-  fi],[])
-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
-    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
-  fi
-  ])
-  aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
-fi
-])# _LT_SYS_MODULE_PATH_AIX
-
-
-# _LT_SHELL_INIT(ARG)
-# -------------------
-m4_define([_LT_SHELL_INIT],
-[m4_divert_text([M4SH-INIT], [$1
-])])# _LT_SHELL_INIT
-
-
-
-# _LT_PROG_ECHO_BACKSLASH
-# -----------------------
-# Find how we can fake an echo command that does not interpret backslash.
-# In particular, with Autoconf 2.60 or later we add some code to the start
-# of the generated configure script that will find a shell with a builtin
-# printf (that we can use as an echo command).
-m4_defun([_LT_PROG_ECHO_BACKSLASH],
-[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-
-AC_MSG_CHECKING([how to print strings])
-# Test print first, because it will be a builtin if present.
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='print -r --'
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
-  ECHO='printf %s\n'
-else
-  # Use this function as a fallback that always works.
-  func_fallback_echo ()
-  {
-    eval 'cat <<_LTECHO_EOF
-$[]1
-_LTECHO_EOF'
-  }
-  ECHO='func_fallback_echo'
-fi
-
-# func_echo_all arg...
-# Invoke $ECHO with all args, space-separated.
-func_echo_all ()
-{
-    $ECHO "$*"
-}
-
-case $ECHO in
-  printf*) AC_MSG_RESULT([printf]) ;;
-  print*) AC_MSG_RESULT([print -r]) ;;
-  *) AC_MSG_RESULT([cat]) ;;
-esac
-
-m4_ifdef([_AS_DETECT_SUGGESTED],
-[_AS_DETECT_SUGGESTED([
-  test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
-    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
-    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
-    PATH=/empty FPATH=/empty; export PATH FPATH
-    test "X`printf %s $ECHO`" = "X$ECHO" \
-      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
-
-_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
-_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
-])# _LT_PROG_ECHO_BACKSLASH
-
-
-# _LT_WITH_SYSROOT
-# ----------------
-AC_DEFUN([_LT_WITH_SYSROOT],
-[AC_MSG_CHECKING([for sysroot])
-AC_ARG_WITH([sysroot],
-[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
-  [Search for dependent libraries within DIR (or the compiler's sysroot
-   if not specified).])],
-[], [with_sysroot=no])
-
-dnl lt_sysroot will always be passed unquoted.  We quote it here
-dnl in case the user passed a directory name.
-lt_sysroot=
-case $with_sysroot in #(
- yes)
-   if test yes = "$GCC"; then
-     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
-   fi
-   ;; #(
- /*)
-   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
-   ;; #(
- no|'')
-   ;; #(
- *)
-   AC_MSG_RESULT([$with_sysroot])
-   AC_MSG_ERROR([The sysroot must be an absolute path.])
-   ;;
-esac
-
- AC_MSG_RESULT([${lt_sysroot:-no}])
-_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
-[dependent libraries, and where our libraries should be installed.])])
-
-# _LT_ENABLE_LOCK
-# ---------------
-m4_defun([_LT_ENABLE_LOCK],
-[AC_ARG_ENABLE([libtool-lock],
-  [AS_HELP_STRING([--disable-libtool-lock],
-    [avoid locking (might break parallel builds)])])
-test no = "$enable_libtool_lock" || enable_libtool_lock=yes
-
-# Some flags need to be propagated to the compiler or linker for good
-# libtool support.
-case $host in
-ia64-*-hpux*)
-  # Find out what ABI is being produced by ac_compile, and set mode
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.$ac_objext` in
-      *ELF-32*)
-	HPUX_IA64_MODE=32
-	;;
-      *ELF-64*)
-	HPUX_IA64_MODE=64
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-*-*-irix6*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    if test yes = "$lt_cv_prog_gnu_ld"; then
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -melf32bsmip"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -melf32bmipn32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -melf64bmip"
-	;;
-      esac
-    else
-      case `/usr/bin/file conftest.$ac_objext` in
-	*32-bit*)
-	  LD="${LD-ld} -32"
-	  ;;
-	*N32*)
-	  LD="${LD-ld} -n32"
-	  ;;
-	*64-bit*)
-	  LD="${LD-ld} -64"
-	  ;;
-      esac
-    fi
-  fi
-  rm -rf conftest*
-  ;;
-
-mips64*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    emul=elf
-    case `/usr/bin/file conftest.$ac_objext` in
-      *32-bit*)
-	emul="${emul}32"
-	;;
-      *64-bit*)
-	emul="${emul}64"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *MSB*)
-	emul="${emul}btsmip"
-	;;
-      *LSB*)
-	emul="${emul}ltsmip"
-	;;
-    esac
-    case `/usr/bin/file conftest.$ac_objext` in
-      *N32*)
-	emul="${emul}n32"
-	;;
-    esac
-    LD="${LD-ld} -m $emul"
-  fi
-  rm -rf conftest*
-  ;;
-
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.  Note that the listed cases only cover the
-  # situations where additional linker options are needed (such as when
-  # doing 32-bit compilation for a host where ld defaults to 64-bit, or
-  # vice versa); the common cases where no linker options are needed do
-  # not appear in the list.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.o` in
-      *32-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_i386_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    case `/usr/bin/file conftest.o` in
-	      *x86-64*)
-		LD="${LD-ld} -m elf32_x86_64"
-		;;
-	      *)
-		LD="${LD-ld} -m elf_i386"
-		;;
-	    esac
-	    ;;
-	  powerpc64le-*linux*)
-	    LD="${LD-ld} -m elf32lppclinux"
-	    ;;
-	  powerpc64-*linux*)
-	    LD="${LD-ld} -m elf32ppclinux"
-	    ;;
-	  s390x-*linux*)
-	    LD="${LD-ld} -m elf_s390"
-	    ;;
-	  sparc64-*linux*)
-	    LD="${LD-ld} -m elf32_sparc"
-	    ;;
-	esac
-	;;
-      *64-bit*)
-	case $host in
-	  x86_64-*kfreebsd*-gnu)
-	    LD="${LD-ld} -m elf_x86_64_fbsd"
-	    ;;
-	  x86_64-*linux*)
-	    LD="${LD-ld} -m elf_x86_64"
-	    ;;
-	  powerpcle-*linux*)
-	    LD="${LD-ld} -m elf64lppc"
-	    ;;
-	  powerpc-*linux*)
-	    LD="${LD-ld} -m elf64ppc"
-	    ;;
-	  s390*-*linux*|s390*-*tpf*)
-	    LD="${LD-ld} -m elf64_s390"
-	    ;;
-	  sparc*-*linux*)
-	    LD="${LD-ld} -m elf64_sparc"
-	    ;;
-	esac
-	;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-
-*-*-sco3.2v5*)
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
-  SAVE_CFLAGS=$CFLAGS
-  CFLAGS="$CFLAGS -belf"
-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
-    [AC_LANG_PUSH(C)
-     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
-     AC_LANG_POP])
-  if test yes != "$lt_cv_cc_needs_belf"; then
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
-    CFLAGS=$SAVE_CFLAGS
-  fi
-  ;;
-*-*solaris*)
-  # Find out what ABI is being produced by ac_compile, and set linker
-  # options accordingly.
-  echo 'int i;' > conftest.$ac_ext
-  if AC_TRY_EVAL(ac_compile); then
-    case `/usr/bin/file conftest.o` in
-    *64-bit*)
-      case $lt_cv_prog_gnu_ld in
-      yes*)
-        case $host in
-        i?86-*-solaris*|x86_64-*-solaris*)
-          LD="${LD-ld} -m elf_x86_64"
-          ;;
-        sparc*-*-solaris*)
-          LD="${LD-ld} -m elf64_sparc"
-          ;;
-        esac
-        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
-        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
-          LD=${LD-ld}_sol2
-        fi
-        ;;
-      *)
-	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
-	  LD="${LD-ld} -64"
-	fi
-	;;
-      esac
-      ;;
-    esac
-  fi
-  rm -rf conftest*
-  ;;
-esac
-
-need_locks=$enable_libtool_lock
-])# _LT_ENABLE_LOCK
-
-
-# _LT_PROG_AR
-# -----------
-m4_defun([_LT_PROG_AR],
-[AC_CHECK_TOOLS(AR, [ar], false)
-: ${AR=ar}
-: ${AR_FLAGS=cru}
-_LT_DECL([], [AR], [1], [The archiver])
-_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
-
-AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
-  [lt_cv_ar_at_file=no
-   AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
-     [echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
-      AC_TRY_EVAL([lt_ar_try])
-      if test 0 -eq "$ac_status"; then
-	# Ensure the archiver fails upon bogus file names.
-	rm -f conftest.$ac_objext libconftest.a
-	AC_TRY_EVAL([lt_ar_try])
-	if test 0 -ne "$ac_status"; then
-          lt_cv_ar_at_file=@
-        fi
-      fi
-      rm -f conftest.* libconftest.a
-     ])
-  ])
-
-if test no = "$lt_cv_ar_at_file"; then
-  archiver_list_spec=
-else
-  archiver_list_spec=$lt_cv_ar_at_file
-fi
-_LT_DECL([], [archiver_list_spec], [1],
-  [How to feed a file listing to the archiver])
-])# _LT_PROG_AR
-
-
-# _LT_CMD_OLD_ARCHIVE
-# -------------------
-m4_defun([_LT_CMD_OLD_ARCHIVE],
-[_LT_PROG_AR
-
-AC_CHECK_TOOL(STRIP, strip, :)
-test -z "$STRIP" && STRIP=:
-_LT_DECL([], [STRIP], [1], [A symbol stripping program])
-
-AC_CHECK_TOOL(RANLIB, ranlib, :)
-test -z "$RANLIB" && RANLIB=:
-_LT_DECL([], [RANLIB], [1],
-    [Commands used to install an old-style archive])
-
-# Determine commands to create old-style static archives.
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
-old_postinstall_cmds='chmod 644 $oldlib'
-old_postuninstall_cmds=
-
-if test -n "$RANLIB"; then
-  case $host_os in
-  bitrig* | openbsd*)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
-    ;;
-  *)
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
-    ;;
-  esac
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
-fi
-
-case $host_os in
-  darwin*)
-    lock_old_archive_extraction=yes ;;
-  *)
-    lock_old_archive_extraction=no ;;
-esac
-_LT_DECL([], [old_postinstall_cmds], [2])
-_LT_DECL([], [old_postuninstall_cmds], [2])
-_LT_TAGDECL([], [old_archive_cmds], [2],
-    [Commands used to build an old-style archive])
-_LT_DECL([], [lock_old_archive_extraction], [0],
-    [Whether to use a lock for old archive extraction])
-])# _LT_CMD_OLD_ARCHIVE
-
-
-# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------------------
-# Check whether the given compiler option works
-AC_DEFUN([_LT_COMPILER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-   lt_compiler_flag="$3"  ## exclude from sc_useless_quotes_in_assignment
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   # The option is referenced via a variable to avoid confusing sed.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>conftest.err)
-   ac_status=$?
-   cat conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s "$ac_outfile"; then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings other than the usual output.
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
-       $2=yes
-     fi
-   fi
-   $RM conftest*
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$5], , :, [$5])
-else
-    m4_if([$6], , :, [$6])
-fi
-])# _LT_COMPILER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
-
-
-# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
-#                  [ACTION-SUCCESS], [ACTION-FAILURE])
-# ----------------------------------------------------
-# Check whether the given linker option works
-AC_DEFUN([_LT_LINKER_OPTION],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_SED])dnl
-AC_CACHE_CHECK([$1], [$2],
-  [$2=no
-   save_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS $3"
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
-     # The linker can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     if test -s conftest.err; then
-       # Append any errors to the config.log.
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
-       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
-       if diff conftest.exp conftest.er2 >/dev/null; then
-         $2=yes
-       fi
-     else
-       $2=yes
-     fi
-   fi
-   $RM -r conftest*
-   LDFLAGS=$save_LDFLAGS
-])
-
-if test yes = "[$]$2"; then
-    m4_if([$4], , :, [$4])
-else
-    m4_if([$5], , :, [$5])
-fi
-])# _LT_LINKER_OPTION
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
-
-
-# LT_CMD_MAX_LEN
-#---------------
-AC_DEFUN([LT_CMD_MAX_LEN],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-# find the maximum length of command line arguments
-AC_MSG_CHECKING([the maximum length of command line arguments])
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
-  i=0
-  teststring=ABCD
-
-  case $build_os in
-  msdosdjgpp*)
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
-    # during glob expansion).  Even if it were fixed, the result of this
-    # check would be larger than it should be.
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
-    ;;
-
-  gnu*)
-    # Under GNU Hurd, this test is not required because there is
-    # no limit to the length of command line arguments.
-    # Libtool will interpret -1 as no limit whatsoever
-    lt_cv_sys_max_cmd_len=-1;
-    ;;
-
-  cygwin* | mingw* | cegcc*)
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
-    # about 5 minutes as the teststring grows exponentially.
-    # Worse, since 9x/ME are not pre-emptively multitasking,
-    # you end up with a "frozen" computer, even though with patience
-    # the test eventually succeeds (with a max line length of 256k).
-    # Instead, let's just punt: use the minimum linelength reported by
-    # all of the supported platforms: 8192 (on NT/2K/XP).
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  mint*)
-    # On MiNT this can take a long time and run out of memory.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  amigaos*)
-    # On AmigaOS with pdksh, this test takes hours, literally.
-    # So we just punt and use a minimum line length of 8192.
-    lt_cv_sys_max_cmd_len=8192;
-    ;;
-
-  bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
-    # This has been around since 386BSD, at least.  Likely further.
-    if test -x /sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
-    elif test -x /usr/sbin/sysctl; then
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
-    else
-      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
-    fi
-    # And add a safety zone
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    ;;
-
-  interix*)
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
-    lt_cv_sys_max_cmd_len=196608
-    ;;
-
-  os2*)
-    # The test takes a long time on OS/2.
-    lt_cv_sys_max_cmd_len=8192
-    ;;
-
-  osf*)
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
-    # nice to cause kernel panics so lets avoid the loop below.
-    # First set a reasonable default.
-    lt_cv_sys_max_cmd_len=16384
-    #
-    if test -x /sbin/sysconfig; then
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
-      esac
-    fi
-    ;;
-  sco3.2v5*)
-    lt_cv_sys_max_cmd_len=102400
-    ;;
-  sysv5* | sco5v6* | sysv4.2uw2*)
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
-    if test -n "$kargmax"; then
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
-    else
-      lt_cv_sys_max_cmd_len=32768
-    fi
-    ;;
-  *)
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
-    else
-      # Make teststring a little bigger before we do anything with it.
-      # a 1K string should be a reasonable start.
-      for i in 1 2 3 4 5 6 7 8; do
-        teststring=$teststring$teststring
-      done
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
-      # If test is not a shell built-in, we'll probably end up computing a
-      # maximum length that is only half of the actual maximum length, but
-      # we can't tell.
-      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
-	      test 17 != "$i" # 1/2 MB should be enough
-      do
-        i=`expr $i + 1`
-        teststring=$teststring$teststring
-      done
-      # Only check the string length outside the loop.
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
-      teststring=
-      # Add a significant safety factor because C++ compilers can tack on
-      # massive amounts of additional arguments before passing them to the
-      # linker.  It appears as though 1/2 is a usable value.
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
-    fi
-    ;;
-  esac
-])
-if test -n "$lt_cv_sys_max_cmd_len"; then
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
-else
-  AC_MSG_RESULT(none)
-fi
-max_cmd_len=$lt_cv_sys_max_cmd_len
-_LT_DECL([], [max_cmd_len], [0],
-    [What is the maximum length of a command?])
-])# LT_CMD_MAX_LEN
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
-
-
-# _LT_HEADER_DLFCN
-# ----------------
-m4_defun([_LT_HEADER_DLFCN],
-[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
-])# _LT_HEADER_DLFCN
-
-
-# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
-#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
-# ----------------------------------------------------------------
-m4_defun([_LT_TRY_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes = "$cross_compiling"; then :
-  [$4]
-else
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-  lt_status=$lt_dlunknown
-  cat > conftest.$ac_ext <<_LT_EOF
-[#line $LINENO "configure"
-#include "confdefs.h"
-
-#if HAVE_DLFCN_H
-#include <dlfcn.h>
-#endif
-
-#include <stdio.h>
-
-#ifdef RTLD_GLOBAL
-#  define LT_DLGLOBAL		RTLD_GLOBAL
-#else
-#  ifdef DL_GLOBAL
-#    define LT_DLGLOBAL		DL_GLOBAL
-#  else
-#    define LT_DLGLOBAL		0
-#  endif
-#endif
-
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
-   find out it does not work in some platform. */
-#ifndef LT_DLLAZY_OR_NOW
-#  ifdef RTLD_LAZY
-#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
-#  else
-#    ifdef DL_LAZY
-#      define LT_DLLAZY_OR_NOW		DL_LAZY
-#    else
-#      ifdef RTLD_NOW
-#        define LT_DLLAZY_OR_NOW	RTLD_NOW
-#      else
-#        ifdef DL_NOW
-#          define LT_DLLAZY_OR_NOW	DL_NOW
-#        else
-#          define LT_DLLAZY_OR_NOW	0
-#        endif
-#      endif
-#    endif
-#  endif
-#endif
-
-/* When -fvisibility=hidden is used, assume the code has been annotated
-   correspondingly for the symbols needed.  */
-#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
-int fnord () __attribute__((visibility("default")));
-#endif
-
-int fnord () { return 42; }
-int main ()
-{
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
-  int status = $lt_dlunknown;
-
-  if (self)
-    {
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
-      else
-        {
-	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
-          else puts (dlerror ());
-	}
-      /* dlclose (self); */
-    }
-  else
-    puts (dlerror ());
-
-  return status;
-}]
-_LT_EOF
-  if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
-    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
-    lt_status=$?
-    case x$lt_status in
-      x$lt_dlno_uscore) $1 ;;
-      x$lt_dlneed_uscore) $2 ;;
-      x$lt_dlunknown|x*) $3 ;;
-    esac
-  else :
-    # compilation failed
-    $3
-  fi
-fi
-rm -fr conftest*
-])# _LT_TRY_DLOPEN_SELF
-
-
-# LT_SYS_DLOPEN_SELF
-# ------------------
-AC_DEFUN([LT_SYS_DLOPEN_SELF],
-[m4_require([_LT_HEADER_DLFCN])dnl
-if test yes != "$enable_dlopen"; then
-  enable_dlopen=unknown
-  enable_dlopen_self=unknown
-  enable_dlopen_self_static=unknown
-else
-  lt_cv_dlopen=no
-  lt_cv_dlopen_libs=
-
-  case $host_os in
-  beos*)
-    lt_cv_dlopen=load_add_on
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ;;
-
-  mingw* | pw32* | cegcc*)
-    lt_cv_dlopen=LoadLibrary
-    lt_cv_dlopen_libs=
-    ;;
-
-  cygwin*)
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    ;;
-
-  darwin*)
-    # if libdl is installed we need to link against it
-    AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
-    lt_cv_dlopen=dyld
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=yes
-    ])
-    ;;
-
-  tpf*)
-    # Don't try to run any link tests for TPF.  We know it's impossible
-    # because TPF is a cross-compiler, and we know how we open DSOs.
-    lt_cv_dlopen=dlopen
-    lt_cv_dlopen_libs=
-    lt_cv_dlopen_self=no
-    ;;
-
-  *)
-    AC_CHECK_FUNC([shl_load],
-	  [lt_cv_dlopen=shl_load],
-      [AC_CHECK_LIB([dld], [shl_load],
-	    [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
-	[AC_CHECK_FUNC([dlopen],
-	      [lt_cv_dlopen=dlopen],
-	  [AC_CHECK_LIB([dl], [dlopen],
-		[lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
-	    [AC_CHECK_LIB([svld], [dlopen],
-		  [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
-	      [AC_CHECK_LIB([dld], [dld_link],
-		    [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
-	      ])
-	    ])
-	  ])
-	])
-      ])
-    ;;
-  esac
-
-  if test no = "$lt_cv_dlopen"; then
-    enable_dlopen=no
-  else
-    enable_dlopen=yes
-  fi
-
-  case $lt_cv_dlopen in
-  dlopen)
-    save_CPPFLAGS=$CPPFLAGS
-    test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
-
-    save_LDFLAGS=$LDFLAGS
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
-
-    save_LIBS=$LIBS
-    LIBS="$lt_cv_dlopen_libs $LIBS"
-
-    AC_CACHE_CHECK([whether a program can dlopen itself],
-	  lt_cv_dlopen_self, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
-	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
-    ])
-
-    if test yes = "$lt_cv_dlopen_self"; then
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
-	  lt_cv_dlopen_self_static, [dnl
-	  _LT_TRY_DLOPEN_SELF(
-	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
-	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
-      ])
-    fi
-
-    CPPFLAGS=$save_CPPFLAGS
-    LDFLAGS=$save_LDFLAGS
-    LIBS=$save_LIBS
-    ;;
-  esac
-
-  case $lt_cv_dlopen_self in
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
-  *) enable_dlopen_self=unknown ;;
-  esac
-
-  case $lt_cv_dlopen_self_static in
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
-  *) enable_dlopen_self_static=unknown ;;
-  esac
-fi
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
-	 [Whether dlopen is supported])
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
-	 [Whether dlopen of programs is supported])
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
-	 [Whether dlopen of statically linked programs is supported])
-])# LT_SYS_DLOPEN_SELF
-
-# Old name:
-AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
-
-
-# _LT_COMPILER_C_O([TAGNAME])
-# ---------------------------
-# Check to see if options -c and -o are simultaneously supported by compiler.
-# This macro does not hard code the compiler like AC_PROG_CC_C_O.
-m4_defun([_LT_COMPILER_C_O],
-[m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
-   $RM -r conftest 2>/dev/null
-   mkdir conftest
-   cd conftest
-   mkdir out
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
-   # Insert the option either (1) after the last *FLAGS variable, or
-   # (2) before a word containing "conftest.", or (3) at the end.
-   # Note that $ac_compile itself does not contain backslashes and begins
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
-   lt_compile=`echo "$ac_compile" | $SED \
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
-   -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
-   (eval "$lt_compile" 2>out/conftest.err)
-   ac_status=$?
-   cat out/conftest.err >&AS_MESSAGE_LOG_FD
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
-   then
-     # The compiler can only warn and ignore the option if not recognized
-     # So say no if there are warnings
-     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
-       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
-     fi
-   fi
-   chmod u+w . 2>&AS_MESSAGE_LOG_FD
-   $RM conftest*
-   # SGI C++ compiler will create directory out/ii_files/ for
-   # template instantiation
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
-   $RM out/* && rmdir out
-   cd ..
-   $RM -r conftest
-   $RM conftest*
-])
-_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
-	[Does compiler simultaneously support -c and -o options?])
-])# _LT_COMPILER_C_O
-
-
-# _LT_COMPILER_FILE_LOCKS([TAGNAME])
-# ----------------------------------
-# Check to see if we can do hard links to lock some files if needed
-m4_defun([_LT_COMPILER_FILE_LOCKS],
-[m4_require([_LT_ENABLE_LOCK])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-_LT_COMPILER_C_O([$1])
-
-hard_links=nottested
-if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
-  # do not overwrite the value of need_locks provided by the user
-  AC_MSG_CHECKING([if we can lock with hard links])
-  hard_links=yes
-  $RM conftest*
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  touch conftest.a
-  ln conftest.a conftest.b 2>&5 || hard_links=no
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
-  AC_MSG_RESULT([$hard_links])
-  if test no = "$hard_links"; then
-    AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
-    need_locks=warn
-  fi
-else
-  need_locks=no
-fi
-_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
-])# _LT_COMPILER_FILE_LOCKS
-
-
-# _LT_CHECK_OBJDIR
-# ----------------
-m4_defun([_LT_CHECK_OBJDIR],
-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
-[rm -f .libs 2>/dev/null
-mkdir .libs 2>/dev/null
-if test -d .libs; then
-  lt_cv_objdir=.libs
-else
-  # MS-DOS does not allow filenames that begin with a dot.
-  lt_cv_objdir=_libs
-fi
-rmdir .libs 2>/dev/null])
-objdir=$lt_cv_objdir
-_LT_DECL([], [objdir], [0],
-         [The name of the directory that contains temporary libtool files])dnl
-m4_pattern_allow([LT_OBJDIR])dnl
-AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
-  [Define to the sub-directory where libtool stores uninstalled libraries.])
-])# _LT_CHECK_OBJDIR
-
-
-# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
-# --------------------------------------
-# Check hardcoding attributes.
-m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
-[AC_MSG_CHECKING([how to hardcode library paths into programs])
-_LT_TAGVAR(hardcode_action, $1)=
-if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
-   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
-   test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
-
-  # We can hardcode non-existent directories.
-  if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
-     # have to relink, otherwise we might link with an installed library
-     # when we should be linking with a yet-to-be-installed one
-     ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
-     test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
-    # Linking always hardcodes the temporary library directory.
-    _LT_TAGVAR(hardcode_action, $1)=relink
-  else
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
-    _LT_TAGVAR(hardcode_action, $1)=immediate
-  fi
-else
-  # We cannot hardcode anything, or else we can only hardcode existing
-  # directories.
-  _LT_TAGVAR(hardcode_action, $1)=unsupported
-fi
-AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
-
-if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
-   test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
-  # Fast installation is not supported
-  enable_fast_install=no
-elif test yes = "$shlibpath_overrides_runpath" ||
-     test no = "$enable_shared"; then
-  # Fast installation is not necessary
-  enable_fast_install=needless
-fi
-_LT_TAGDECL([], [hardcode_action], [0],
-    [How to hardcode a shared library path into an executable])
-])# _LT_LINKER_HARDCODE_LIBPATH
-
-
-# _LT_CMD_STRIPLIB
-# ----------------
-m4_defun([_LT_CMD_STRIPLIB],
-[m4_require([_LT_DECL_EGREP])
-striplib=
-old_striplib=
-AC_MSG_CHECKING([whether stripping libraries is possible])
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-  AC_MSG_RESULT([yes])
-else
-# FIXME - insert some real tests, host_os isn't really good enough
-  case $host_os in
-  darwin*)
-    if test -n "$STRIP"; then
-      striplib="$STRIP -x"
-      old_striplib="$STRIP -S"
-      AC_MSG_RESULT([yes])
-    else
-      AC_MSG_RESULT([no])
-    fi
-    ;;
-  *)
-    AC_MSG_RESULT([no])
-    ;;
-  esac
-fi
-_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
-_LT_DECL([], [striplib], [1])
-])# _LT_CMD_STRIPLIB
-
-
-# _LT_SYS_DYNAMIC_LINKER([TAG])
-# -----------------------------
-# PORTME Fill in your ld.so characteristics
-m4_defun([_LT_SYS_DYNAMIC_LINKER],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_OBJDUMP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
-AC_MSG_CHECKING([dynamic linker characteristics])
-m4_if([$1],
-	[], [
-if test yes = "$GCC"; then
-  case $host_os in
-    darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
-    *) lt_awk_arg='/^libraries:/' ;;
-  esac
-  case $host_os in
-    mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
-    *) lt_sed_strip_eq='s|=/|/|g' ;;
-  esac
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
-  case $lt_search_path_spec in
-  *\;*)
-    # if the path contains ";" then we assume it to be the separator
-    # otherwise default to the standard path separator (i.e. ":") - it is
-    # assumed that no part of a normal pathname contains ";" but that should
-    # okay in the real world where ";" in dirpaths is itself problematic.
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
-    ;;
-  *)
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
-    ;;
-  esac
-  # Ok, now we have the path, separated by spaces, we can step through it
-  # and add multilib dir if necessary...
-  lt_tmp_lt_search_path_spec=
-  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
-  # ...but if some path component already ends with the multilib dir we assume
-  # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
-  case "$lt_multi_os_dir; $lt_search_path_spec " in
-  "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
-    lt_multi_os_dir=
-    ;;
-  esac
-  for lt_sys_path in $lt_search_path_spec; do
-    if test -d "$lt_sys_path$lt_multi_os_dir"; then
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
-    elif test -n "$lt_multi_os_dir"; then
-      test -d "$lt_sys_path" && \
-	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
-    fi
-  done
-  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
-BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
-  lt_count = 0;
-  for (lt_i = NF; lt_i > 0; lt_i--) {
-    if ($lt_i != "" && $lt_i != ".") {
-      if ($lt_i == "..") {
-        lt_count++;
-      } else {
-        if (lt_count == 0) {
-          lt_foo = "/" $lt_i lt_foo;
-        } else {
-          lt_count--;
-        }
-      }
-    }
-  }
-  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
-  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
-}'`
-  # AWK program above erroneously prepends '/' to C:/dos/paths
-  # for these hosts.
-  case $host_os in
-    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
-      $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
-  esac
-  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
-else
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-fi])
-library_names_spec=
-libname_spec='lib$name'
-soname_spec=
-shrext_cmds=.so
-postinstall_cmds=
-postuninstall_cmds=
-finish_cmds=
-finish_eval=
-shlibpath_var=
-shlibpath_overrides_runpath=unknown
-version_type=none
-dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
-need_lib_prefix=unknown
-hardcode_into_libs=no
-
-# when you set need_version to no, make sure it does not cause -set_version
-# flags to be left without arguments
-need_version=unknown
-
-case $host_os in
-aix3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
-  shlibpath_var=LIBPATH
-
-  # AIX 3 has no versioning support, so we append a major version to the name.
-  soname_spec='$libname$release$shared_ext$major'
-  ;;
-
-aix[[4-9]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  hardcode_into_libs=yes
-  if test ia64 = "$host_cpu"; then
-    # AIX 5 supports IA64
-    library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
-    shlibpath_var=LD_LIBRARY_PATH
-  else
-    # With GCC up to 2.95.x, collect2 would create an import file
-    # for dependence libraries.  The import file would start with
-    # the line '#! .'.  This would cause the generated library to
-    # depend on '.', always an invalid library.  This was fixed in
-    # development snapshots of GCC prior to 3.0.
-    case $host_os in
-      aix4 | aix4.[[01]] | aix4.[[01]].*)
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
-	   echo ' yes '
-	   echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
-	:
-      else
-	can_build_shared=no
-      fi
-      ;;
-    esac
-    # Using Import Files as archive members, it is possible to support
-    # filename-based versioning of shared library archives on AIX. While
-    # this would work for both with and without runtime linking, it will
-    # prevent static linking of such archives. So we do filename-based
-    # shared library versioning with .so extension only, which is used
-    # when both runtime linking and shared linking is enabled.
-    # Unfortunately, runtime linking may impact performance, so we do
-    # not want this to be the default eventually. Also, we use the
-    # versioned .so libs for executables only if there is the -brtl
-    # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
-    # To allow for filename-based versioning support, we need to create
-    # libNAME.so.V as an archive file, containing:
-    # *) an Import File, referring to the versioned filename of the
-    #    archive as well as the shared archive member, telling the
-    #    bitwidth (32 or 64) of that shared object, and providing the
-    #    list of exported symbols of that shared object, eventually
-    #    decorated with the 'weak' keyword
-    # *) the shared object with the F_LOADONLY flag set, to really avoid
-    #    it being seen by the linker.
-    # At run time we better use the real file rather than another symlink,
-    # but for link time we create the symlink libNAME.so -> libNAME.so.V
-
-    case $with_aix_soname,$aix_use_runtimelinking in
-    # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
-    # soname into executable. Probably we can add versioning support to
-    # collect2, so additional links can be useful in future.
-    aix,yes) # traditional libtool
-      dynamic_linker='AIX unversionable lib.so'
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
-      # instead of lib<name>.a to let people know that these are not
-      # typical AIX shared libraries.
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      ;;
-    aix,no) # traditional AIX only
-      dynamic_linker='AIX lib.a[(]lib.so.V[)]'
-      # We preserve .a as extension for shared libraries through AIX4.2
-      # and later when we are not doing run time linking.
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      ;;
-    svr4,*) # full svr4 only
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,yes) # both, prefer svr4
-      dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
-      library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
-      # unpreferred sharedlib libNAME.a needs extra handling
-      postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
-      postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
-      # We do not specify a path in Import Files, so LIBPATH fires.
-      shlibpath_overrides_runpath=yes
-      ;;
-    *,no) # both, prefer aix
-      dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
-      library_names_spec='$libname$release.a $libname.a'
-      soname_spec='$libname$release$shared_ext$major'
-      # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
-      postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
-      postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
-      ;;
-    esac
-    shlibpath_var=LIBPATH
-  fi
-  ;;
-
-amigaos*)
-  case $host_cpu in
-  powerpc)
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    ;;
-  m68k)
-    library_names_spec='$libname.ixlibrary $libname.a'
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
-    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
-    ;;
-  esac
-  ;;
-
-beos*)
-  library_names_spec='$libname$shared_ext'
-  dynamic_linker="$host_os ld.so"
-  shlibpath_var=LIBRARY_PATH
-  ;;
-
-bsdi[[45]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
-  # the default ld.so.conf also contains /usr/contrib/lib and
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
-  # libtool to hard-code these into programs
-  ;;
-
-cygwin* | mingw* | pw32* | cegcc*)
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-
-  case $GCC,$cc_basename in
-  yes,*)
-    # gcc
-    library_names_spec='$libname.dll.a'
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname~
-      chmod a+x \$dldir/$dlname~
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-      fi'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-
-    case $host_os in
-    cygwin*)
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
-      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-m4_if([$1], [],[
-      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
-      ;;
-    mingw* | cegcc*)
-      # MinGW DLLs use traditional 'lib' prefix
-      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-      ;;
-    pw32*)
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
-      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-      ;;
-    esac
-    dynamic_linker='Win32 ld.exe'
-    ;;
-
-  *,cl*)
-    # Native MSVC
-    libname_spec='$name'
-    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
-    library_names_spec='$libname.dll.lib'
-
-    case $build_os in
-    mingw*)
-      sys_lib_search_path_spec=
-      lt_save_ifs=$IFS
-      IFS=';'
-      for lt_path in $LIB
-      do
-        IFS=$lt_save_ifs
-        # Let DOS variable expansion print the short 8.3 style file name.
-        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
-      done
-      IFS=$lt_save_ifs
-      # Convert to MSYS style.
-      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
-      ;;
-    cygwin*)
-      # Convert to unix form, then to dos form, then back to unix form
-      # but this time dos style (no spaces!) so that the unix form looks
-      # like /cygdrive/c/PROGRA~1:/cygdr...
-      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
-      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
-      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      ;;
-    *)
-      sys_lib_search_path_spec=$LIB
-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
-        # It is most probably a Windows format PATH.
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
-      else
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
-      fi
-      # FIXME: find the short name or the path components, as spaces are
-      # common. (e.g. "Program Files" -> "PROGRA~1")
-      ;;
-    esac
-
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
-    postinstall_cmds='base_file=`basename \$file`~
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
-      dldir=$destdir/`dirname \$dlpath`~
-      test -d \$dldir || mkdir -p \$dldir~
-      $install_prog $dir/$dlname \$dldir/$dlname'
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
-      dlpath=$dir/\$dldll~
-       $RM \$dlpath'
-    shlibpath_overrides_runpath=yes
-    dynamic_linker='Win32 link.exe'
-    ;;
-
-  *)
-    # Assume MSVC wrapper
-    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
-    dynamic_linker='Win32 ld.exe'
-    ;;
-  esac
-  # FIXME: first we should search . and the directory the executable is in
-  shlibpath_var=PATH
-  ;;
-
-darwin* | rhapsody*)
-  dynamic_linker="$host_os dyld"
-  version_type=darwin
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$major$shared_ext'
-  shlibpath_overrides_runpath=yes
-  shlibpath_var=DYLD_LIBRARY_PATH
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
-m4_if([$1], [],[
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
-  ;;
-
-dgux*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-freebsd* | dragonfly*)
-  # DragonFly does not have aout.  When/if they implement a new
-  # versioning mechanism, adjust this.
-  if test -x /usr/bin/objformat; then
-    objformat=`/usr/bin/objformat`
-  else
-    case $host_os in
-    freebsd[[23]].*) objformat=aout ;;
-    *) objformat=elf ;;
-    esac
-  fi
-  version_type=freebsd-$objformat
-  case $version_type in
-    freebsd-elf*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-      need_version=no
-      need_lib_prefix=no
-      ;;
-    freebsd-*)
-      library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-      need_version=yes
-      ;;
-  esac
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_os in
-  freebsd2.*)
-    shlibpath_overrides_runpath=yes
-    ;;
-  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
-  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
-    shlibpath_overrides_runpath=no
-    hardcode_into_libs=yes
-    ;;
-  *) # from 4.6 on, and DragonFly
-    shlibpath_overrides_runpath=yes
-    hardcode_into_libs=yes
-    ;;
-  esac
-  ;;
-
-haiku*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  dynamic_linker="$host_os runtime_loader"
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
-  hardcode_into_libs=yes
-  ;;
-
-hpux9* | hpux10* | hpux11*)
-  # Give a soname corresponding to the major version so that dld.sl refuses to
-  # link against other versions.
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  case $host_cpu in
-  ia64*)
-    shrext_cmds='.so'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.so"
-    shlibpath_var=LD_LIBRARY_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    if test 32 = "$HPUX_IA64_MODE"; then
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
-    else
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
-    fi
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  hppa*64*)
-    shrext_cmds='.sl'
-    hardcode_into_libs=yes
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-    ;;
-  *)
-    shrext_cmds='.sl'
-    dynamic_linker="$host_os dld.sl"
-    shlibpath_var=SHLIB_PATH
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    ;;
-  esac
-  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
-  postinstall_cmds='chmod 555 $lib'
-  # or fails outright, so override atomically:
-  install_override_mode=555
-  ;;
-
-interix[[3-9]]*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $host_os in
-    nonstopux*) version_type=nonstopux ;;
-    *)
-	if test yes = "$lt_cv_prog_gnu_ld"; then
-		version_type=linux # correct to gnu/linux during the next big refactor
-	else
-		version_type=irix
-	fi ;;
-  esac
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
-  case $host_os in
-  irix5* | nonstopux*)
-    libsuff= shlibsuff=
-    ;;
-  *)
-    case $LD in # libtool.m4 will add one of these switches to LD
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
-      libsuff= shlibsuff= libmagic=32-bit;;
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
-    *) libsuff= shlibsuff= libmagic=never-match;;
-    esac
-    ;;
-  esac
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
-  shlibpath_overrides_runpath=no
-  sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
-  sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
-  hardcode_into_libs=yes
-  ;;
-
-# No shared lib support for Linux oldld, aout, or coff.
-linux*oldld* | linux*aout* | linux*coff*)
-  dynamic_linker=no
-  ;;
-
-linux*android*)
-  version_type=none # Android doesn't support versioned libraries.
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext'
-  soname_spec='$libname$release$shared_ext'
-  finish_cmds=
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  dynamic_linker='Android linker'
-  # Don't embed -rpath directories since the linker doesn't support them.
-  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-
-  # Some binutils ld are patched to set DT_RUNPATH
-  AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
-    [lt_cv_shlibpath_overrides_runpath=no
-    save_LDFLAGS=$LDFLAGS
-    save_libdir=$libdir
-    eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
-	 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
-    AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
-      [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
-	 [lt_cv_shlibpath_overrides_runpath=yes])])
-    LDFLAGS=$save_LDFLAGS
-    libdir=$save_libdir
-    ])
-  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
-
-  # This implies no fast_install, which is unacceptable.
-  # Some rework will be needed to allow for fast_install
-  # before this can be enabled.
-  hardcode_into_libs=yes
-
-  # Append ld.so.conf contents to the search path
-  if test -f /etc/ld.so.conf; then
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
-  fi
-
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
-  # powerpc, because MkLinux only supported shared libraries with the
-  # GNU dynamic linker.  Since this was broken with cross compilers,
-  # most powerpc-linux boxes support dynamic linking these days and
-  # people can always --disable-shared, the test was removed, and we
-  # assume the GNU/Linux dynamic linker is in use.
-  dynamic_linker='GNU/Linux ld.so'
-  ;;
-
-netbsd*)
-  version_type=sunos
-  need_lib_prefix=no
-  need_version=no
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-    dynamic_linker='NetBSD (a.out) ld.so'
-  else
-    library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-    soname_spec='$libname$release$shared_ext$major'
-    dynamic_linker='NetBSD ld.elf_so'
-  fi
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  ;;
-
-newsos6)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-*nto* | *qnx*)
-  version_type=qnx
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='ldqnx.so'
-  ;;
-
-openbsd* | bitrig*)
-  version_type=sunos
-  sys_lib_dlsearch_path_spec=/usr/lib
-  need_lib_prefix=no
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    need_version=no
-  else
-    need_version=yes
-  fi
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  ;;
-
-os2*)
-  libname_spec='$name'
-  version_type=windows
-  shrext_cmds=.dll
-  need_version=no
-  need_lib_prefix=no
-  # OS/2 can only load a DLL with a base name of 8 characters or less.
-  soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
-    v=$($ECHO $release$versuffix | tr -d .-);
-    n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
-    $ECHO $n$v`$shared_ext'
-  library_names_spec='${libname}_dll.$libext'
-  dynamic_linker='OS/2 ld.exe'
-  shlibpath_var=BEGINLIBPATH
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  postinstall_cmds='base_file=`basename \$file`~
-    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
-    dldir=$destdir/`dirname \$dlpath`~
-    test -d \$dldir || mkdir -p \$dldir~
-    $install_prog $dir/$dlname \$dldir/$dlname~
-    chmod a+x \$dldir/$dlname~
-    if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
-      eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
-    fi'
-  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
-    dlpath=$dir/\$dldll~
-    $RM \$dlpath'
-  ;;
-
-osf3* | osf4* | osf5*)
-  version_type=osf
-  need_lib_prefix=no
-  need_version=no
-  soname_spec='$libname$release$shared_ext$major'
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
-  ;;
-
-rdos*)
-  dynamic_linker=no
-  ;;
-
-solaris*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  # ldd complains unless libraries are executable
-  postinstall_cmds='chmod +x $lib'
-  ;;
-
-sunos4*)
-  version_type=sunos
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  if test yes = "$with_gnu_ld"; then
-    need_lib_prefix=no
-  fi
-  need_version=yes
-  ;;
-
-sysv4 | sysv4.3*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  case $host_vendor in
-    sni)
-      shlibpath_overrides_runpath=no
-      need_lib_prefix=no
-      runpath_var=LD_RUN_PATH
-      ;;
-    siemens)
-      need_lib_prefix=no
-      ;;
-    motorola)
-      need_lib_prefix=no
-      need_version=no
-      shlibpath_overrides_runpath=no
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
-      ;;
-  esac
-  ;;
-
-sysv4*MP*)
-  if test -d /usr/nec; then
-    version_type=linux # correct to gnu/linux during the next big refactor
-    library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
-    soname_spec='$libname$shared_ext.$major'
-    shlibpath_var=LD_LIBRARY_PATH
-  fi
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  version_type=sco
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=yes
-  hardcode_into_libs=yes
-  if test yes = "$with_gnu_ld"; then
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
-  else
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
-    case $host_os in
-      sco3.2v5*)
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
-	;;
-    esac
-  fi
-  sys_lib_dlsearch_path_spec='/usr/lib'
-  ;;
-
-tpf*)
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
-uts4*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
-  soname_spec='$libname$release$shared_ext$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  ;;
-
-*)
-  dynamic_linker=no
-  ;;
-esac
-AC_MSG_RESULT([$dynamic_linker])
-test no = "$dynamic_linker" && can_build_shared=no
-
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
-if test yes = "$GCC"; then
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
-fi
-
-if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
-  sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
-fi
-if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
-  sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
-fi
-
-_LT_DECL([], [variables_saved_for_relink], [1],
-    [Variables whose values should be saved in libtool wrapper scripts and
-    restored at link time])
-_LT_DECL([], [need_lib_prefix], [0],
-    [Do we need the "lib" prefix for modules?])
-_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
-_LT_DECL([], [version_type], [0], [Library versioning type])
-_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
-_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
-_LT_DECL([], [shlibpath_overrides_runpath], [0],
-    [Is shlibpath searched before the hard-coded library search path?])
-_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
-_LT_DECL([], [library_names_spec], [1],
-    [[List of archive names.  First name is the real one, the rest are links.
-    The last name is the one that the linker finds with -lNAME]])
-_LT_DECL([], [soname_spec], [1],
-    [[The coded name of the library, if different from the real name]])
-_LT_DECL([], [install_override_mode], [1],
-    [Permission mode override for installation of shared libraries])
-_LT_DECL([], [postinstall_cmds], [2],
-    [Command to use after installation of a shared archive])
-_LT_DECL([], [postuninstall_cmds], [2],
-    [Command to use after uninstallation of a shared archive])
-_LT_DECL([], [finish_cmds], [2],
-    [Commands used to finish a libtool library installation in a directory])
-_LT_DECL([], [finish_eval], [1],
-    [[As "finish_cmds", except a single script fragment to be evaled but
-    not shown]])
-_LT_DECL([], [hardcode_into_libs], [0],
-    [Whether we should hardcode library paths into libraries])
-_LT_DECL([], [sys_lib_search_path_spec], [2],
-    [Compile-time system search path for libraries])
-_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
-    [Run-time system search path for libraries])
-])# _LT_SYS_DYNAMIC_LINKER
-
-
-# _LT_PATH_TOOL_PREFIX(TOOL)
-# --------------------------
-# find a file program that can recognize shared library
-AC_DEFUN([_LT_PATH_TOOL_PREFIX],
-[m4_require([_LT_DECL_EGREP])dnl
-AC_MSG_CHECKING([for $1])
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
-[case $MAGIC_CMD in
-[[\\/*] |  ?:[\\/]*])
-  lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
-  ;;
-*)
-  lt_save_MAGIC_CMD=$MAGIC_CMD
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-dnl $ac_dummy forces splitting on constant user-supplied paths.
-dnl POSIX.2 word splitting is done only on the output of word expansions,
-dnl not every word.  This closes a longstanding sh security hole.
-  ac_dummy="m4_if([$2], , $PATH, [$2])"
-  for ac_dir in $ac_dummy; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$1"; then
-      lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
-      if test -n "$file_magic_test_file"; then
-	case $deplibs_check_method in
-	"file_magic "*)
-	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
-	    $EGREP "$file_magic_regex" > /dev/null; then
-	    :
-	  else
-	    cat <<_LT_EOF 1>&2
-
-*** Warning: the command libtool uses to detect shared libraries,
-*** $file_magic_cmd, produces output that libtool cannot recognize.
-*** The result is that libtool may fail to recognize shared libraries
-*** as such.  This will affect the creation of libtool libraries that
-*** depend on shared libraries, but programs linked with such libtool
-*** libraries will work regardless of this problem.  Nevertheless, you
-*** may want to report the problem to your system manager and/or to
-*** bug-libtool at gnu.org
-
-_LT_EOF
-	  fi ;;
-	esac
-      fi
-      break
-    fi
-  done
-  IFS=$lt_save_ifs
-  MAGIC_CMD=$lt_save_MAGIC_CMD
-  ;;
-esac])
-MAGIC_CMD=$lt_cv_path_MAGIC_CMD
-if test -n "$MAGIC_CMD"; then
-  AC_MSG_RESULT($MAGIC_CMD)
-else
-  AC_MSG_RESULT(no)
-fi
-_LT_DECL([], [MAGIC_CMD], [0],
-	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
-])# _LT_PATH_TOOL_PREFIX
-
-# Old name:
-AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
-
-
-# _LT_PATH_MAGIC
-# --------------
-# find a file program that can recognize a shared library
-m4_defun([_LT_PATH_MAGIC],
-[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
-if test -z "$lt_cv_path_MAGIC_CMD"; then
-  if test -n "$ac_tool_prefix"; then
-    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
-  else
-    MAGIC_CMD=:
-  fi
-fi
-])# _LT_PATH_MAGIC
-
-
-# LT_PATH_LD
-# ----------
-# find the pathname to the GNU or non-GNU linker
-AC_DEFUN([LT_PATH_LD],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
-
-AC_ARG_WITH([gnu-ld],
-    [AS_HELP_STRING([--with-gnu-ld],
-	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
-    [test no = "$withval" || with_gnu_ld=yes],
-    [with_gnu_ld=no])dnl
-
-ac_prog=ld
-if test yes = "$GCC"; then
-  # Check if gcc -print-prog-name=ld gives a path.
-  AC_MSG_CHECKING([for ld used by $CC])
-  case $host in
-  *-*-mingw*)
-    # gcc leaves a trailing carriage return, which upsets mingw
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
-  *)
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
-  esac
-  case $ac_prog in
-    # Accept absolute paths.
-    [[\\/]]* | ?:[[\\/]]*)
-      re_direlt='/[[^/]][[^/]]*/\.\./'
-      # Canonicalize the pathname of ld
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
-	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
-      done
-      test -z "$LD" && LD=$ac_prog
-      ;;
-  "")
-    # If it fails, then pretend we aren't using GCC.
-    ac_prog=ld
-    ;;
-  *)
-    # If it is relative, then search for the first ld in PATH.
-    with_gnu_ld=unknown
-    ;;
-  esac
-elif test yes = "$with_gnu_ld"; then
-  AC_MSG_CHECKING([for GNU ld])
-else
-  AC_MSG_CHECKING([for non-GNU ld])
-fi
-AC_CACHE_VAL(lt_cv_path_LD,
-[if test -z "$LD"; then
-  lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-  for ac_dir in $PATH; do
-    IFS=$lt_save_ifs
-    test -z "$ac_dir" && ac_dir=.
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
-      lt_cv_path_LD=$ac_dir/$ac_prog
-      # Check to see if the program is GNU ld.  I'd rather use --version,
-      # but apparently some variants of GNU ld only accept -v.
-      # Break only if it was the GNU/non-GNU ld that we prefer.
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
-      *GNU* | *'with BFD'*)
-	test no != "$with_gnu_ld" && break
-	;;
-      *)
-	test yes != "$with_gnu_ld" && break
-	;;
-      esac
-    fi
-  done
-  IFS=$lt_save_ifs
-else
-  lt_cv_path_LD=$LD # Let the user override the test with a path.
-fi])
-LD=$lt_cv_path_LD
-if test -n "$LD"; then
-  AC_MSG_RESULT($LD)
-else
-  AC_MSG_RESULT(no)
-fi
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
-_LT_PATH_LD_GNU
-AC_SUBST([LD])
-
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
-])# LT_PATH_LD
-
-# Old names:
-AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
-AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_LD], [])
-dnl AC_DEFUN([AC_PROG_LD], [])
-
-
-# _LT_PATH_LD_GNU
-#- --------------
-m4_defun([_LT_PATH_LD_GNU],
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
-case `$LD -v 2>&1 </dev/null` in
-*GNU* | *'with BFD'*)
-  lt_cv_prog_gnu_ld=yes
-  ;;
-*)
-  lt_cv_prog_gnu_ld=no
-  ;;
-esac])
-with_gnu_ld=$lt_cv_prog_gnu_ld
-])# _LT_PATH_LD_GNU
-
-
-# _LT_CMD_RELOAD
-# --------------
-# find reload flag for linker
-#   -- PORTME Some linkers may need a different reload flag.
-m4_defun([_LT_CMD_RELOAD],
-[AC_CACHE_CHECK([for $LD option to reload object files],
-  lt_cv_ld_reload_flag,
-  [lt_cv_ld_reload_flag='-r'])
-reload_flag=$lt_cv_ld_reload_flag
-case $reload_flag in
-"" | " "*) ;;
-*) reload_flag=" $reload_flag" ;;
-esac
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
-case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    if test yes != "$GCC"; then
-      reload_cmds=false
-    fi
-    ;;
-  darwin*)
-    if test yes = "$GCC"; then
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
-    else
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
-    fi
-    ;;
-esac
-_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
-_LT_TAGDECL([], [reload_cmds], [2])dnl
-])# _LT_CMD_RELOAD
-
-
-# _LT_PATH_DD
-# -----------
-# find a working dd
-m4_defun([_LT_PATH_DD],
-[AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-: ${lt_DD:=$DD}
-AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
-[if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
-fi])
-rm -f conftest.i conftest2.i conftest.out])
-])# _LT_PATH_DD
-
-
-# _LT_CMD_TRUNCATE
-# ----------------
-# find command to truncate a binary pipe
-m4_defun([_LT_CMD_TRUNCATE],
-[m4_require([_LT_PATH_DD])
-AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
-[printf 0123456789abcdef0123456789abcdef >conftest.i
-cat conftest.i conftest.i >conftest2.i
-lt_cv_truncate_bin=
-if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
-  cmp -s conftest.i conftest.out \
-  && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
-fi
-rm -f conftest.i conftest2.i conftest.out
-test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
-_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
-  [Command to truncate a binary pipe])
-])# _LT_CMD_TRUNCATE
-
-
-# _LT_CHECK_MAGIC_METHOD
-# ----------------------
-# how to check for library dependencies
-#  -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_MAGIC_METHOD],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-AC_CACHE_CHECK([how to recognize dependent libraries],
-lt_cv_deplibs_check_method,
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_deplibs_check_method='unknown'
-# Need to set the preceding variable on all platforms that support
-# interlibrary dependencies.
-# 'none' -- dependencies not supported.
-# 'unknown' -- same as none, but documents that we really don't know.
-# 'pass_all' -- all dependencies passed with no checks.
-# 'test_compile' -- check by making test program.
-# 'file_magic [[regex]]' -- check by looking for files in library path
-# that responds to the $file_magic_cmd with a given extended regex.
-# If you have 'file' or equivalent on your system and you're not sure
-# whether 'pass_all' will *always* work, you probably want this one.
-
-case $host_os in
-aix[[4-9]]*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-beos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-bsdi[[45]]*)
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
-  lt_cv_file_magic_test_file=/shlib/libc.so
-  ;;
-
-cygwin*)
-  # func_win32_libid is a shell function defined in ltmain.sh
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-  lt_cv_file_magic_cmd='func_win32_libid'
-  ;;
-
-mingw* | pw32*)
-  # Base MSYS/MinGW do not provide the 'file' command needed by
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
-  # unless we find 'file', for example because we are cross-compiling.
-  if ( file / ) >/dev/null 2>&1; then
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
-    lt_cv_file_magic_cmd='func_win32_libid'
-  else
-    # Keep this pattern in sync with the one in func_win32_libid.
-    lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
-  fi
-  ;;
-
-cegcc*)
-  # use the weaker test based on 'objdump'. See mingw*.
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
-  ;;
-
-darwin* | rhapsody*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-freebsd* | dragonfly*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    case $host_cpu in
-    i*86 )
-      # Not sure whether the presence of OpenBSD here was a mistake.
-      # Let's accept both of them until this is cleared up.
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
-      lt_cv_file_magic_cmd=/usr/bin/file
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
-      ;;
-    esac
-  else
-    lt_cv_deplibs_check_method=pass_all
-  fi
-  ;;
-
-haiku*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-hpux10.20* | hpux11*)
-  lt_cv_file_magic_cmd=/usr/bin/file
-  case $host_cpu in
-  ia64*)
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
-    ;;
-  hppa*64*)
-    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
-    ;;
-  *)
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
-    ;;
-  esac
-  ;;
-
-interix[[3-9]]*)
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
-  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
-  ;;
-
-irix5* | irix6* | nonstopux*)
-  case $LD in
-  *-32|*"-32 ") libmagic=32-bit;;
-  *-n32|*"-n32 ") libmagic=N32;;
-  *-64|*"-64 ") libmagic=64-bit;;
-  *) libmagic=never-match;;
-  esac
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-# This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-netbsd*)
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
-  fi
-  ;;
-
-newos6*)
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
-  lt_cv_file_magic_cmd=/usr/bin/file
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
-  ;;
-
-*nto* | *qnx*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-openbsd* | bitrig*)
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
-  else
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
-  fi
-  ;;
-
-osf3* | osf4* | osf5*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-rdos*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-solaris*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
-sysv4 | sysv4.3*)
-  case $host_vendor in
-  motorola)
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]'
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
-    ;;
-  ncr)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  sequent)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
-    ;;
-  sni)
-    lt_cv_file_magic_cmd='/bin/file'
-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
-    lt_cv_file_magic_test_file=/lib/libc.so
-    ;;
-  siemens)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  pc)
-    lt_cv_deplibs_check_method=pass_all
-    ;;
-  esac
-  ;;
-
-tpf*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-os2*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-esac
-])
-
-file_magic_glob=
-want_nocaseglob=no
-if test "$build" = "$host"; then
-  case $host_os in
-  mingw* | pw32*)
-    if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
-      want_nocaseglob=yes
-    else
-      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
-    fi
-    ;;
-  esac
-fi
-
-file_magic_cmd=$lt_cv_file_magic_cmd
-deplibs_check_method=$lt_cv_deplibs_check_method
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
-
-_LT_DECL([], [deplibs_check_method], [1],
-    [Method to check whether dependent libraries are shared objects])
-_LT_DECL([], [file_magic_cmd], [1],
-    [Command to use when deplibs_check_method = "file_magic"])
-_LT_DECL([], [file_magic_glob], [1],
-    [How to find potential files when deplibs_check_method = "file_magic"])
-_LT_DECL([], [want_nocaseglob], [1],
-    [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
-])# _LT_CHECK_MAGIC_METHOD
-
-
-# LT_PATH_NM
-# ----------
-# find the pathname to a BSD- or MS-compatible name lister
-AC_DEFUN([LT_PATH_NM],
-[AC_REQUIRE([AC_PROG_CC])dnl
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
-[if test -n "$NM"; then
-  # Let the user override the test.
-  lt_cv_path_NM=$NM
-else
-  lt_nm_to_check=${ac_tool_prefix}nm
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
-    lt_nm_to_check="$lt_nm_to_check nm"
-  fi
-  for lt_tmp_nm in $lt_nm_to_check; do
-    lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
-      IFS=$lt_save_ifs
-      test -z "$ac_dir" && ac_dir=.
-      tmp_nm=$ac_dir/$lt_tmp_nm
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
-	# Check to see if the nm accepts a BSD-compat flag.
-	# Adding the 'sed 1q' prevents false positives on HP-UX, which says:
-	#   nm: unknown option "B" ignored
-	# Tru64's nm complains that /dev/null is an invalid object file
-	# MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
-	case $build_os in
-	mingw*) lt_bad_file=conftest.nm/nofile ;;
-	*) lt_bad_file=/dev/null ;;
-	esac
-	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
-	*$lt_bad_file* | *'Invalid file or object type'*)
-	  lt_cv_path_NM="$tmp_nm -B"
-	  break 2
-	  ;;
-	*)
-	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
-	  */dev/null*)
-	    lt_cv_path_NM="$tmp_nm -p"
-	    break 2
-	    ;;
-	  *)
-	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
-	    continue # so that we can try to find one that supports BSD flags
-	    ;;
-	  esac
-	  ;;
-	esac
-      fi
-    done
-    IFS=$lt_save_ifs
-  done
-  : ${lt_cv_path_NM=no}
-fi])
-if test no != "$lt_cv_path_NM"; then
-  NM=$lt_cv_path_NM
-else
-  # Didn't find any BSD compatible name lister, look for dumpbin.
-  if test -n "$DUMPBIN"; then :
-    # Let the user override the test.
-  else
-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
-    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
-    *COFF*)
-      DUMPBIN="$DUMPBIN -symbols -headers"
-      ;;
-    *)
-      DUMPBIN=:
-      ;;
-    esac
-  fi
-  AC_SUBST([DUMPBIN])
-  if test : != "$DUMPBIN"; then
-    NM=$DUMPBIN
-  fi
-fi
-test -z "$NM" && NM=nm
-AC_SUBST([NM])
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
-
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
-  [lt_cv_nm_interface="BSD nm"
-  echo "int some_variable = 0;" > conftest.$ac_ext
-  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$ac_compile" 2>conftest.err)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
-  cat conftest.out >&AS_MESSAGE_LOG_FD
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
-    lt_cv_nm_interface="MS dumpbin"
-  fi
-  rm -f conftest*])
-])# LT_PATH_NM
-
-# Old names:
-AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
-AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_PROG_NM], [])
-dnl AC_DEFUN([AC_PROG_NM], [])
-
-# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-# --------------------------------
-# how to determine the name of the shared library
-# associated with a specific link library.
-#  -- PORTME fill in with the dynamic library characteristics
-m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
-[m4_require([_LT_DECL_EGREP])
-m4_require([_LT_DECL_OBJDUMP])
-m4_require([_LT_DECL_DLLTOOL])
-AC_CACHE_CHECK([how to associate runtime and link libraries],
-lt_cv_sharedlib_from_linklib_cmd,
-[lt_cv_sharedlib_from_linklib_cmd='unknown'
-
-case $host_os in
-cygwin* | mingw* | pw32* | cegcc*)
-  # two different shell functions defined in ltmain.sh;
-  # decide which one to use based on capabilities of $DLLTOOL
-  case `$DLLTOOL --help 2>&1` in
-  *--identify-strict*)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
-    ;;
-  *)
-    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
-    ;;
-  esac
-  ;;
-*)
-  # fallback: assume linklib IS sharedlib
-  lt_cv_sharedlib_from_linklib_cmd=$ECHO
-  ;;
-esac
-])
-sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
-test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
-
-_LT_DECL([], [sharedlib_from_linklib_cmd], [1],
-    [Command to associate shared and link libraries])
-])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
-
-
-# _LT_PATH_MANIFEST_TOOL
-# ----------------------
-# locate the manifest tool
-m4_defun([_LT_PATH_MANIFEST_TOOL],
-[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
-test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
-AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
-  [lt_cv_path_mainfest_tool=no
-  echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
-  $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
-  cat conftest.err >&AS_MESSAGE_LOG_FD
-  if $GREP 'Manifest Tool' conftest.out > /dev/null; then
-    lt_cv_path_mainfest_tool=yes
-  fi
-  rm -f conftest*])
-if test yes != "$lt_cv_path_mainfest_tool"; then
-  MANIFEST_TOOL=:
-fi
-_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
-])# _LT_PATH_MANIFEST_TOOL
-
-
-# _LT_DLL_DEF_P([FILE])
-# ---------------------
-# True iff FILE is a Windows DLL '.def' file.
-# Keep in sync with func_dll_def_p in the libtool script
-AC_DEFUN([_LT_DLL_DEF_P],
-[dnl
-  test DEF = "`$SED -n dnl
-    -e '\''s/^[[	 ]]*//'\'' dnl Strip leading whitespace
-    -e '\''/^\(;.*\)*$/d'\'' dnl      Delete empty lines and comments
-    -e '\''s/^\(EXPORTS\|LIBRARY\)\([[	 ]].*\)*$/DEF/p'\'' dnl
-    -e q dnl                          Only consider the first "real" line
-    $1`" dnl
-])# _LT_DLL_DEF_P
-
-
-# LT_LIB_M
-# --------
-# check for math library
-AC_DEFUN([LT_LIB_M],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-LIBM=
-case $host in
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
-  # These system don't have libm, or don't need it
-  ;;
-*-ncr-sysv4.3*)
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
-  ;;
-*)
-  AC_CHECK_LIB(m, cos, LIBM=-lm)
-  ;;
-esac
-AC_SUBST([LIBM])
-])# LT_LIB_M
-
-# Old name:
-AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_CHECK_LIBM], [])
-
-
-# _LT_COMPILER_NO_RTTI([TAGNAME])
-# -------------------------------
-m4_defun([_LT_COMPILER_NO_RTTI],
-[m4_require([_LT_TAG_COMPILER])dnl
-
-_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
-
-if test yes = "$GCC"; then
-  case $cc_basename in
-  nvcc*)
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
-  *)
-    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
-  esac
-
-  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
-    lt_cv_prog_compiler_rtti_exceptions,
-    [-fno-rtti -fno-exceptions], [],
-    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
-fi
-_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
-	[Compiler flag to turn off builtin functions])
-])# _LT_COMPILER_NO_RTTI
-
-
-# _LT_CMD_GLOBAL_SYMBOLS
-# ----------------------
-m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_PROG_CC])dnl
-AC_REQUIRE([AC_PROG_AWK])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-AC_REQUIRE([LT_PATH_LD])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-
-# Check for command to grab the raw symbol name followed by C symbol from nm.
-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
-[
-# These are sane defaults that work on at least a few old systems.
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
-
-# Character class describing NM global symbol codes.
-symcode='[[BCDEGRST]]'
-
-# Regexp to match symbols that can be accessed directly from C.
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
-
-# Define system-specific variables.
-case $host_os in
-aix*)
-  symcode='[[BCDT]]'
-  ;;
-cygwin* | mingw* | pw32* | cegcc*)
-  symcode='[[ABCDGISTW]]'
-  ;;
-hpux*)
-  if test ia64 = "$host_cpu"; then
-    symcode='[[ABCDEGRST]]'
-  fi
-  ;;
-irix* | nonstopux*)
-  symcode='[[BCDEGRST]]'
-  ;;
-osf*)
-  symcode='[[BCDEGQRST]]'
-  ;;
-solaris*)
-  symcode='[[BDRT]]'
-  ;;
-sco3.2v5*)
-  symcode='[[DT]]'
-  ;;
-sysv4.2uw2*)
-  symcode='[[DT]]'
-  ;;
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
-  symcode='[[ABDT]]'
-  ;;
-sysv4)
-  symcode='[[DFNSTU]]'
-  ;;
-esac
-
-# If we're using GNU nm, then use its standard symbol codes.
-case `$NM -V 2>&1` in
-*GNU* | *'with BFD'*)
-  symcode='[[ABCDGIRSTW]]' ;;
-esac
-
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  # Gets list of data symbols to import.
-  lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
-  # Adjust the below global symbol transforms to fixup imported variables.
-  lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
-  lt_c_name_hook=" -e 's/^I .* \(.*\)$/  {\"\1\", (void *) 0},/p'"
-  lt_c_name_lib_hook="\
-  -e 's/^I .* \(lib.*\)$/  {\"\1\", (void *) 0},/p'\
-  -e 's/^I .* \(.*\)$/  {\"lib\1\", (void *) 0},/p'"
-else
-  # Disable hooks by default.
-  lt_cv_sys_global_symbol_to_import=
-  lt_cdecl_hook=
-  lt_c_name_hook=
-  lt_c_name_lib_hook=
-fi
-
-# Transform an extracted symbol line into a proper C declaration.
-# Some systems (esp. on ia64) link data and code symbols differently,
-# so use this general approach.
-lt_cv_sys_global_symbol_to_cdecl="sed -n"\
-$lt_cdecl_hook\
-" -e 's/^T .* \(.*\)$/extern int \1();/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
-
-# Transform an extracted symbol line into symbol name and symbol address
-lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
-$lt_c_name_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/p'"
-
-# Transform an extracted symbol line into symbol name with lib prefix and
-# symbol address.
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
-$lt_c_name_lib_hook\
-" -e 's/^: \(.*\) .*$/  {\"\1\", (void *) 0},/p'"\
-" -e 's/^$symcode$symcode* .* \(lib.*\)$/  {\"\1\", (void *) \&\1},/p'"\
-" -e 's/^$symcode$symcode* .* \(.*\)$/  {\"lib\1\", (void *) \&\1},/p'"
-
-# Handle CRLF in mingw tool chain
-opt_cr=
-case $build_os in
-mingw*)
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
-  ;;
-esac
-
-# Try without a prefix underscore, then with it.
-for ac_symprfx in "" "_"; do
-
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
-
-  # Write the raw and C identifiers.
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-    # Fake it for dumpbin and say T for any non-static function,
-    # D for any global variable and I for any imported variable.
-    # Also find C++ and __fastcall symbols from MSVC++,
-    # which start with @ or ?.
-    lt_cv_sys_global_symbol_pipe="$AWK ['"\
-"     {last_section=section; section=\$ 3};"\
-"     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
-"     /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
-"     /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
-"     /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
-"     \$ 0!~/External *\|/{next};"\
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
-"     {if(hide[section]) next};"\
-"     {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
-"     {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
-"     s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
-"     s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
-"     ' prfx=^$ac_symprfx]"
-  else
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
-  fi
-  lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
-
-  # Check to see that the pipe works correctly.
-  pipe_works=no
-
-  rm -f conftest*
-  cat > conftest.$ac_ext <<_LT_EOF
-#ifdef __cplusplus
-extern "C" {
-#endif
-char nm_test_var;
-void nm_test_func(void);
-void nm_test_func(void){}
-#ifdef __cplusplus
-}
-#endif
-int main(){nm_test_var='a';nm_test_func();return(0);}
-_LT_EOF
-
-  if AC_TRY_EVAL(ac_compile); then
-    # Now try to grab the symbols.
-    nlist=conftest.nm
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
-      # Try sorting and uniquifying the output.
-      if sort "$nlist" | uniq > "$nlist"T; then
-	mv -f "$nlist"T "$nlist"
-      else
-	rm -f "$nlist"T
-      fi
-
-      # Make sure that we snagged all the symbols we need.
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
-	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
-	  cat <<_LT_EOF > conftest.$ac_ext
-/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests.  */
-#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
-/* DATA imports from DLLs on WIN32 can't be const, because runtime
-   relocations are performed -- see ld's documentation on pseudo-relocs.  */
-# define LT@&t at _DLSYM_CONST
-#elif defined __osf__
-/* This system does not cope well with relocations in const data.  */
-# define LT@&t at _DLSYM_CONST
-#else
-# define LT@&t at _DLSYM_CONST const
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-_LT_EOF
-	  # Now generate the symbol file.
-	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
-
-	  cat <<_LT_EOF >> conftest.$ac_ext
-
-/* The mapping between symbol names and symbols.  */
-LT@&t at _DLSYM_CONST struct {
-  const char *name;
-  void       *address;
-}
-lt__PROGRAM__LTX_preloaded_symbols[[]] =
-{
-  { "@PROGRAM@", (void *) 0 },
-_LT_EOF
-	  $SED "s/^$symcode$symcode* .* \(.*\)$/  {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
-	  cat <<\_LT_EOF >> conftest.$ac_ext
-  {0, (void *) 0}
-};
-
-/* This works around a problem in FreeBSD linker */
-#ifdef FREEBSD_WORKAROUND
-static const void *lt_preloaded_setup() {
-  return lt__PROGRAM__LTX_preloaded_symbols;
-}
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-_LT_EOF
-	  # Now try linking the two files.
-	  mv conftest.$ac_objext conftstm.$ac_objext
-	  lt_globsym_save_LIBS=$LIBS
-	  lt_globsym_save_CFLAGS=$CFLAGS
-	  LIBS=conftstm.$ac_objext
-	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
-	  if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
-	    pipe_works=yes
-	  fi
-	  LIBS=$lt_globsym_save_LIBS
-	  CFLAGS=$lt_globsym_save_CFLAGS
-	else
-	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
-	fi
-      else
-	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
-      fi
-    else
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
-    fi
-  else
-    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
-    cat conftest.$ac_ext >&5
-  fi
-  rm -rf conftest* conftst*
-
-  # Do not use the global_symbol_pipe unless it works.
-  if test yes = "$pipe_works"; then
-    break
-  else
-    lt_cv_sys_global_symbol_pipe=
-  fi
-done
-])
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
-  lt_cv_sys_global_symbol_to_cdecl=
-fi
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
-  AC_MSG_RESULT(failed)
-else
-  AC_MSG_RESULT(ok)
-fi
-
-# Response file support.
-if test "$lt_cv_nm_interface" = "MS dumpbin"; then
-  nm_file_list_spec='@'
-elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
-  nm_file_list_spec='@'
-fi
-
-_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
-    [Take the output of nm and produce a listing of raw symbols and C names])
-_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
-    [Transform the output of nm in a proper C declaration])
-_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
-    [Transform the output of nm into a list of symbols to manually relocate])
-_LT_DECL([global_symbol_to_c_name_address],
-    [lt_cv_sys_global_symbol_to_c_name_address], [1],
-    [Transform the output of nm in a C name address pair])
-_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
-    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
-    [Transform the output of nm in a C name address pair when lib prefix is needed])
-_LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
-    [The name lister interface])
-_LT_DECL([], [nm_file_list_spec], [1],
-    [Specify filename containing input files for $NM])
-]) # _LT_CMD_GLOBAL_SYMBOLS
-
-
-# _LT_COMPILER_PIC([TAGNAME])
-# ---------------------------
-m4_defun([_LT_COMPILER_PIC],
-[m4_require([_LT_TAG_COMPILER])dnl
-_LT_TAGVAR(lt_prog_compiler_wl, $1)=
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=
-_LT_TAGVAR(lt_prog_compiler_static, $1)=
-
-m4_if([$1], [CXX], [
-  # C++ specific cases for pic, static, wl, etc.
-  if test yes = "$GXX"; then
-    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
-    case $host_os in
-    aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      ;;
-    *djgpp*)
-      # DJGPP does not support shared libraries at all
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-      ;;
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
-      ;;
-    interix[[3-9]]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
-      fi
-      ;;
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	;;
-      esac
-      ;;
-    *qnx* | *nto*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-    *)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-    esac
-  else
-    case $host_os in
-      aix[[4-9]]*)
-	# All AIX code is PIC.
-	if test ia64 = "$host_cpu"; then
-	  # AIX 5 now supports IA64 processor
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	else
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
-	fi
-	;;
-      chorus*)
-	case $cc_basename in
-	cxch68*)
-	  # Green Hills C++ Compiler
-	  # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
-	  ;;
-	esac
-	;;
-      mingw* | cygwin* | os2* | pw32* | cegcc*)
-	# This hack is so that the source file can tell whether it is being
-	# built for inclusion in a dll (and should export symbols for example).
-	m4_if([$1], [GCJ], [],
-	  [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-	;;
-      dgux*)
-	case $cc_basename in
-	  ec++*)
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    ;;
-	  ghcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      freebsd* | dragonfly*)
-	# FreeBSD uses GNU C++
-	;;
-      hpux9* | hpux10* | hpux11*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-	    if test ia64 != "$host_cpu"; then
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	    fi
-	    ;;
-	  aCC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-	    case $host_cpu in
-	    hppa*64*|ia64*)
-	      # +Z the default
-	      ;;
-	    *)
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	      ;;
-	    esac
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      interix*)
-	# This is c89, which is MS Visual C++ (no shared libs)
-	# Anyone wants to do a port?
-	;;
-      irix5* | irix6* | nonstopux*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    # CC pic flag -KPIC is the default.
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-	case $cc_basename in
-	  KCC*)
-	    # KAI C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	    ;;
-	  ecpc* )
-	    # old Intel C++ for x86_64, which still supported -KPIC.
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	    ;;
-	  icpc* )
-	    # Intel C++, used to be incompatible with GCC.
-	    # ICC 10 doesn't accept -KPIC any more.
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	    ;;
-	  pgCC* | pgcpp*)
-	    # Portland Group C++ compiler
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	  cxx*)
-	    # Compaq C++
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    ;;
-	  xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
-	    # IBM XL 8.0, 9.0 on PPC and BlueGene
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-      lynxos*)
-	;;
-      m88k*)
-	;;
-      mvs*)
-	case $cc_basename in
-	  cxx*)
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      netbsd*)
-	;;
-      *qnx* | *nto*)
-        # QNX uses GNU C++, but need to define -shared option too, otherwise
-        # it will coredump.
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-        ;;
-      osf3* | osf4* | osf5*)
-	case $cc_basename in
-	  KCC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
-	    ;;
-	  RCC*)
-	    # Rational C++ 2.4.1
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  cxx*)
-	    # Digital/Compaq C++
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    # Make sure the PIC flag is empty.  It appears that all Alpha
-	    # Linux and Compaq Tru64 Unix objects are PIC.
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      psos*)
-	;;
-      solaris*)
-	case $cc_basename in
-	  CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	    ;;
-	  gcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sunos4*)
-	case $cc_basename in
-	  CC*)
-	    # Sun C++ 4.x
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	  lcc*)
-	    # Lucid
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-	case $cc_basename in
-	  CC*)
-	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	    ;;
-	esac
-	;;
-      tandem*)
-	case $cc_basename in
-	  NCC*)
-	    # NonStop-UX NCC 3.20
-	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	    ;;
-	  *)
-	    ;;
-	esac
-	;;
-      vxworks*)
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-	;;
-    esac
-  fi
-],
-[
-  if test yes = "$GCC"; then
-    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-
-    case $host_os in
-      aix*)
-      # All AIX code is PIC.
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-        ;;
-      m68k)
-            # FIXME: we need at least 68020 code to build shared libraries, but
-            # adding the '-m68020' flag to GCC prevents building anything better,
-            # like '-m68040'.
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
-        ;;
-      esac
-      ;;
-
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
-      # PIC is the default for these OSes.
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
-      # (--disable-auto-import) libraries
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      ;;
-
-    haiku*)
-      # PIC is the default for Haiku.
-      # The "-static" flag exists, but is broken.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)=
-      ;;
-
-    hpux*)
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
-      # sets the default TLS model and affects inlining.
-      case $host_cpu in
-      hppa*64*)
-	# +Z the default
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	;;
-      esac
-      ;;
-
-    interix[[3-9]]*)
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
-      # Instead, we relocate shared libraries at runtime.
-      ;;
-
-    msdosdjgpp*)
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
-      # on systems that don't support them.
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      enable_shared=no
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
-      fi
-      ;;
-
-    *)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-      ;;
-    esac
-
-    case $cc_basename in
-    nvcc*) # Cuda Compiler Driver 2.2
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
-      if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
-      fi
-      ;;
-    esac
-  else
-    # PORTME Check for flag to pass linker flags through the system compiler.
-    case $host_os in
-    aix*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      if test ia64 = "$host_cpu"; then
-	# AIX 5 now supports IA64 processor
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      else
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
-      fi
-      ;;
-
-    darwin* | rhapsody*)
-      # PIC is the default on this platform
-      # Common symbols not allowed in MH_DYLIB files
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
-      case $cc_basename in
-      nagfor*)
-        # NAG Fortran compiler
-        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
-        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-        _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-        ;;
-      esac
-      ;;
-
-    mingw* | cygwin* | pw32* | os2* | cegcc*)
-      # This hack is so that the source file can tell whether it is being
-      # built for inclusion in a dll (and should export symbols for example).
-      m4_if([$1], [GCJ], [],
-	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
-      case $host_os in
-      os2*)
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
-	;;
-      esac
-      ;;
-
-    hpux9* | hpux10* | hpux11*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
-      # not for PA HP-UX.
-      case $host_cpu in
-      hppa*64*|ia64*)
-	# +Z the default
-	;;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
-	;;
-      esac
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # PIC (with -KPIC) is the default.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-      case $cc_basename in
-      # old Intel for x86_64, which still supported -KPIC.
-      ecc*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-        ;;
-      # icc used to be incompatible with GCC.
-      # ICC 10 doesn't accept -KPIC any more.
-      icc* | ifort*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-        ;;
-      # Lahey Fortran 8.1.
-      lf95*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
-	;;
-      nagfor*)
-	# NAG Fortran compiler
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	;;
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	;;
-      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
-        # Portland Group compilers (*not* the Pentium gcc compiler,
-	# which looks to be a dead project)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-        ;;
-      ccc*)
-        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-        # All Alpha code is PIC.
-        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-        ;;
-      xl* | bgxl* | bgf* | mpixl*)
-	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
-	;;
-      *)
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
-	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
-	  ;;
-	*Sun\ F* | *Sun*Fortran*)
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-	  ;;
-	*Sun\ C*)
-	  # Sun C 5.9
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  ;;
-        *Intel*\ [[CF]]*Compiler*)
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
-	  ;;
-	*Portland\ Group*)
-	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
-	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-	  ;;
-	esac
-	;;
-      esac
-      ;;
-
-    newsos6)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    *nto* | *qnx*)
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
-      # it will coredump.
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
-      ;;
-
-    osf3* | osf4* | osf5*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      # All OSF/1 code is PIC.
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    rdos*)
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
-      ;;
-
-    solaris*)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      case $cc_basename in
-      f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
-      *)
-	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
-      esac
-      ;;
-
-    sunos4*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    sysv4 | sysv4.2uw2* | sysv4.3*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
-	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      fi
-      ;;
-
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    unicos*)
-      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      ;;
-
-    uts4*)
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
-      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
-      ;;
-
-    *)
-      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
-      ;;
-    esac
-  fi
-])
-case $host_os in
-  # For platforms that do not support PIC, -DPIC is meaningless:
-  *djgpp*)
-    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
-    ;;
-  *)
-    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
-    ;;
-esac
-
-AC_CACHE_CHECK([for $compiler option to produce PIC],
-  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
-  [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
-
-#
-# Check to make sure the PIC flag actually works.
-#
-if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
-  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
-    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
-    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t at m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
-    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
-     "" | " "*) ;;
-     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
-     esac],
-    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
-     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
-fi
-_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
-	[Additional compiler flags for building library objects])
-
-_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
-	[How to pass a linker flag through the compiler])
-#
-# Check to make sure the static flag actually works.
-#
-wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
-_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
-  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
-  $lt_tmp_static_flag,
-  [],
-  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
-_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
-	[Compiler flag to prevent dynamic linking])
-])# _LT_COMPILER_PIC
-
-
-# _LT_LINKER_SHLIBS([TAGNAME])
-# ----------------------------
-# See if the linker supports building shared libraries.
-m4_defun([_LT_LINKER_SHLIBS],
-[AC_REQUIRE([LT_PATH_LD])dnl
-AC_REQUIRE([LT_PATH_NM])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_DECL_SED])dnl
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
-m4_require([_LT_TAG_COMPILER])dnl
-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
-m4_if([$1], [CXX], [
-  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
-  case $host_os in
-  aix[[4-9]]*)
-    # If we're using GNU nm, then we don't want the "-C" option.
-    # -C means demangle to GNU nm, but means don't demangle to AIX nm.
-    # Without the "-l" option, or with the "-B" option, AIX nm treats
-    # weak defined symbols like other global defined symbols, whereas
-    # GNU nm marks them as "W".
-    # While the 'weak' keyword is ignored in the Export File, we need
-    # it in the Import File for the 'aix-soname' feature, so we have
-    # to replace the "-B" option with "-P" for AIX nm.
-    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-    else
-      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-    fi
-    ;;
-  pw32*)
-    _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
-    ;;
-  cygwin* | mingw* | cegcc*)
-    case $cc_basename in
-    cl*)
-      _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-      ;;
-    *)
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
-      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
-      ;;
-    esac
-    ;;
-  *)
-    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-    ;;
-  esac
-], [
-  runpath_var=
-  _LT_TAGVAR(allow_undefined_flag, $1)=
-  _LT_TAGVAR(always_export_symbols, $1)=no
-  _LT_TAGVAR(archive_cmds, $1)=
-  _LT_TAGVAR(archive_expsym_cmds, $1)=
-  _LT_TAGVAR(compiler_needs_object, $1)=no
-  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
-  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-  _LT_TAGVAR(hardcode_automatic, $1)=no
-  _LT_TAGVAR(hardcode_direct, $1)=no
-  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
-  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-  _LT_TAGVAR(hardcode_libdir_separator, $1)=
-  _LT_TAGVAR(hardcode_minus_L, $1)=no
-  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-  _LT_TAGVAR(inherit_rpath, $1)=no
-  _LT_TAGVAR(link_all_deplibs, $1)=unknown
-  _LT_TAGVAR(module_cmds, $1)=
-  _LT_TAGVAR(module_expsym_cmds, $1)=
-  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
-  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
-  _LT_TAGVAR(thread_safe_flag_spec, $1)=
-  _LT_TAGVAR(whole_archive_flag_spec, $1)=
-  # include_expsyms should be a list of space-separated symbols to be *always*
-  # included in the symbol list
-  _LT_TAGVAR(include_expsyms, $1)=
-  # exclude_expsyms can be an extended regexp of symbols to exclude
-  # it will be wrapped by ' (' and ')$', so one must not match beginning or
-  # end of line.  Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
-  # as well as any symbol that contains 'd'.
-  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
-  # platforms (ab)use it in PIC code, but their linkers get confused if
-  # the symbol is explicitly referenced.  Since portable code cannot
-  # rely on this symbol name, it's probably fine to never include it in
-  # preloaded symbol tables.
-  # Exclude shared library initialization/finalization symbols.
-dnl Note also adjust exclude_expsyms for C++ above.
-  extract_expsyms_cmds=
-
-  case $host_os in
-  cygwin* | mingw* | pw32* | cegcc*)
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
-    # When not using gcc, we currently assume that we are using
-    # Microsoft Visual C++.
-    if test yes != "$GCC"; then
-      with_gnu_ld=no
-    fi
-    ;;
-  interix*)
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
-    with_gnu_ld=yes
-    ;;
-  openbsd* | bitrig*)
-    with_gnu_ld=no
-    ;;
-  esac
-
-  _LT_TAGVAR(ld_shlibs, $1)=yes
-
-  # On some targets, GNU ld is compatible enough with the native linker
-  # that we're better off using the native interface for both.
-  lt_use_gnu_ld_interface=no
-  if test yes = "$with_gnu_ld"; then
-    case $host_os in
-      aix*)
-	# The AIX port of GNU ld has always aspired to compatibility
-	# with the native linker.  However, as the warning in the GNU ld
-	# block says, versions before 2.19.5* couldn't really create working
-	# shared libraries, regardless of the interface used.
-	case `$LD -v 2>&1` in
-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
-	  *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
-	  *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
-	  *)
-	    lt_use_gnu_ld_interface=yes
-	    ;;
-	esac
-	;;
-      *)
-	lt_use_gnu_ld_interface=yes
-	;;
-    esac
-  fi
-
-  if test yes = "$lt_use_gnu_ld_interface"; then
-    # If archive_cmds runs LD, not CC, wlarc should be empty
-    wlarc='$wl'
-
-    # Set some defaults for GNU ld with shared library support. These
-    # are reset later if shared libraries are not supported. Putting them
-    # here allows them to be overridden if necessary.
-    runpath_var=LD_RUN_PATH
-    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-    # ancient GNU ld didn't support --whole-archive et. al.
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-    else
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
-    fi
-    supports_anon_versioning=no
-    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
-      *GNU\ gold*) supports_anon_versioning=yes ;;
-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
-      *\ 2.11.*) ;; # other 2.11 versions
-      *) supports_anon_versioning=yes ;;
-    esac
-
-    # See if GNU ld supports shared libraries.
-    case $host_os in
-    aix[[3-9]]*)
-      # On AIX/PPC, the GNU linker is very broken
-      if test ia64 != "$host_cpu"; then
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: the GNU linker, at least up to release 2.19, is reported
-*** to be unable to reliably create shared libraries on AIX.
-*** Therefore, libtool is disabling shared libraries support.  If you
-*** really care for shared libraries, you may want to install binutils
-*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
-*** You will then need to restart the configuration process.
-
-_LT_EOF
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            _LT_TAGVAR(archive_expsym_cmds, $1)=''
-        ;;
-      m68k)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes
-        ;;
-      esac
-      ;;
-
-    beos*)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	# Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	# support --undefined.  This deserves some investigation.  FIXME
-	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
-      # as there is no search path for DLLs.
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      _LT_TAGVAR(always_export_symbols, $1)=no
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
-      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
-
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	# If the export-symbols file already is a .def file, use it as
-	# is; otherwise, prepend EXPORTS...
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-          cp $export_symbols $output_objdir/$soname.def;
-        else
-          echo EXPORTS > $output_objdir/$soname.def;
-          cat $export_symbols >> $output_objdir/$soname.def;
-        fi~
-        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    haiku*)
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    os2*)
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      ;;
-
-    interix[[3-9]]*)
-      _LT_TAGVAR(hardcode_direct, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
-      # default) and relocated if they conflict, which is a slow very memory
-      # consuming and fragmenting process.  To avoid this, we pick a random,
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-      ;;
-
-    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
-      tmp_diet=no
-      if test linux-dietlibc = "$host_os"; then
-	case $cc_basename in
-	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
-	esac
-      fi
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
-	 && test no = "$tmp_diet"
-      then
-	tmp_addflag=' $pic_flag'
-	tmp_sharedflag='-shared'
-	case $cc_basename,$host_cpu in
-        pgcc*)				# Portland Group C compiler
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag'
-	  ;;
-	pgf77* | pgf90* | pgf95* | pgfortran*)
-					# Portland Group f77 and f90 compilers
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  tmp_addflag=' $pic_flag -Mnomain' ;;
-	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
-	  tmp_addflag=' -i_dynamic' ;;
-	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
-	  tmp_addflag=' -i_dynamic -nofor_main' ;;
-	ifc* | ifort*)			# Intel Fortran compiler
-	  tmp_addflag=' -nofor_main' ;;
-	lf95*)				# Lahey Fortran 8.1
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
-	  tmp_sharedflag='--shared' ;;
-        nagfor*)                        # NAGFOR 5.3
-          tmp_sharedflag='-Wl,-shared' ;;
-	xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
-	  tmp_sharedflag='-qmkshrobj'
-	  tmp_addflag= ;;
-	nvcc*)	# Cuda Compiler Driver 2.2
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
-	  ;;
-	esac
-	case `$CC -V 2>&1 | sed 5q` in
-	*Sun\ C*)			# Sun C 5.9
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
-	  tmp_sharedflag='-G' ;;
-	*Sun\ F*)			# Sun Fortran 8.3
-	  tmp_sharedflag='-G' ;;
-	esac
-	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-
-        if test yes = "$supports_anon_versioning"; then
-          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-            cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-            echo "local: *; };" >> $output_objdir/$libname.ver~
-            $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-        fi
-
-	case $cc_basename in
-	tcc*)
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
-	  ;;
-	xlf* | bgf* | bgxlf* | mpixlf*)
-	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
-	  if test yes = "$supports_anon_versioning"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-              cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-              echo "local: *; };" >> $output_objdir/$libname.ver~
-              $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
-	  fi
-	  ;;
-	esac
-      else
-        _LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
-	wlarc=
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      fi
-      ;;
-
-    solaris*)
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
-*** create shared libraries on Solaris systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.9.1 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
-      case `$LD -v 2>&1` in
-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	cat <<_LT_EOF 1>&2
-
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
-*** is disabling shared libraries support.  We urge you to upgrade GNU
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
-*** your PATH or compiler configuration so that the native linker is
-*** used, and then restart.
-
-_LT_EOF
-	;;
-	*)
-	  # For security reasons, it is highly recommended that you always
-	  # use absolute paths for naming shared libraries, and exclude the
-	  # DT_RUNPATH tag from executables and libraries.  But doing so
-	  # requires that you compile everything twice, which is a pain.
-	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	  else
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	  fi
-	;;
-      esac
-      ;;
-
-    sunos4*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      wlarc=
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *)
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-    esac
-
-    if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
-      runpath_var=
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
-    fi
-  else
-    # PORTME fill in a description of your system's linker (not GNU ld)
-    case $host_os in
-    aix3*)
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      _LT_TAGVAR(always_export_symbols, $1)=yes
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
-      # Note: this linker hardcodes the directories in LIBPATH if there
-      # are no directories specified by -L.
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
-	# Neither direct hardcoding nor static linking is supported with a
-	# broken collect2.
-	_LT_TAGVAR(hardcode_direct, $1)=unsupported
-      fi
-      ;;
-
-    aix[[4-9]]*)
-      if test ia64 = "$host_cpu"; then
-	# On IA64, the linker does run time linking by default, so we don't
-	# have to do anything special.
-	aix_use_runtimelinking=no
-	exp_sym_flag='-Bexport'
-	no_entry_flag=
-      else
-	# If we're using GNU nm, then we don't want the "-C" option.
-	# -C means demangle to GNU nm, but means don't demangle to AIX nm.
-	# Without the "-l" option, or with the "-B" option, AIX nm treats
-	# weak defined symbols like other global defined symbols, whereas
-	# GNU nm marks them as "W".
-	# While the 'weak' keyword is ignored in the Export File, we need
-	# it in the Import File for the 'aix-soname' feature, so we have
-	# to replace the "-B" option with "-P" for AIX nm.
-	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
-	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
-	else
-	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
-	fi
-	aix_use_runtimelinking=no
-
-	# Test if we are trying to use run time linking or normal
-	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
-	# have runtime linking enabled, and use it for executables.
-	# For shared libraries, we enable/disable runtime linking
-	# depending on the kind of the shared library created -
-	# when "with_aix_soname,aix_use_runtimelinking" is:
-	# "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "aix,yes"  lib.so          shared, rtl:yes, for executables
-	#            lib.a           static archive
-	# "both,no"  lib.so.V(shr.o) shared, rtl:yes
-	#            lib.a(lib.so.V) shared, rtl:no,  for executables
-	# "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a(lib.so.V) shared, rtl:no
-	# "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-	#            lib.a           static archive
-	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
-	  for ld_flag in $LDFLAGS; do
-	  if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
-	    aix_use_runtimelinking=yes
-	    break
-	  fi
-	  done
-	  if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	    # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	    # so we don't have lib.a shared libs to link our executables.
-	    # We have to force runtime linking in this case.
-	    aix_use_runtimelinking=yes
-	    LDFLAGS="$LDFLAGS -Wl,-brtl"
-	  fi
-	  ;;
-	esac
-
-	exp_sym_flag='-bexport'
-	no_entry_flag='-bnoentry'
-      fi
-
-      # When large executables or shared objects are built, AIX ld can
-      # have problems creating the table of contents.  If linking a library
-      # or program results in "error TOC overflow" add -mminimal-toc to
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-      _LT_TAGVAR(archive_cmds, $1)=''
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-      case $with_aix_soname,$aix_use_runtimelinking in
-      aix,*) ;; # traditional, no import file
-      svr4,* | *,yes) # use import file
-	# The Import File defines what to hardcode.
-	_LT_TAGVAR(hardcode_direct, $1)=no
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-	;;
-      esac
-
-      if test yes = "$GCC"; then
-	case $host_os in aix4.[[012]]|aix4.[[012]].*)
-	# We only want to do this on AIX 4.2 and lower, the check
-	# below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	  # We have reworked collect2
-	  :
-	  else
-	  # We have old collect2
-	  _LT_TAGVAR(hardcode_direct, $1)=unsupported
-	  # It fails to find uninstalled libraries when the uninstalled
-	  # path is not listed in the libpath.  Setting hardcode_minus_L
-	  # to unsupported forces relinking
-	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	  _LT_TAGVAR(hardcode_libdir_separator, $1)=
-	  fi
-	  ;;
-	esac
-	shared_flag='-shared'
-	if test yes = "$aix_use_runtimelinking"; then
-	  shared_flag="$shared_flag "'$wl-G'
-	fi
-	# Need to ensure runtime linking is disabled for the traditional
-	# shared library, or the linker may eventually find shared libraries
-	# /with/ Import File - we do not want to mix them.
-	shared_flag_aix='-shared'
-	shared_flag_svr4='-shared $wl-G'
-      else
-	# not using gcc
-	if test ia64 = "$host_cpu"; then
-	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	# chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-	else
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag='$wl-G'
-	  else
-	    shared_flag='$wl-bM:SRE'
-	  fi
-	  shared_flag_aix='$wl-bM:SRE'
-	  shared_flag_svr4='$wl-G'
-	fi
-      fi
-
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
-      # It seems that -bexpall does not export symbols beginning with
-      # underscore (_), so it is better to generate a list of symbols to export.
-      _LT_TAGVAR(always_export_symbols, $1)=yes
-      if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-	# Warning - without using the other runtime loading flags (-brtl),
-	# -berok will link without error, but may produce a broken library.
-	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
-        # Determine the default libpath from the value encoded in an
-        # empty executable.
-        _LT_SYS_MODULE_PATH_AIX([$1])
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-      else
-	if test ia64 = "$host_cpu"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
-	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-	else
-	 # Determine the default libpath from the value encoded in an
-	 # empty executable.
-	 _LT_SYS_MODULE_PATH_AIX([$1])
-	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-	  # Warning - without using the other run time loading flags,
-	  # -berok will link without error, but may produce a broken library.
-	  _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	  _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	  if test yes = "$with_gnu_ld"; then
-	    # We only use this code for GNU lds that support --whole-archive.
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	  else
-	    # Exported symbols can be pulled into shared objects from archives
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-	  fi
-	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
-	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	  if test svr4 != "$with_aix_soname"; then
-	    # This is similar to how AIX traditionally builds its shared libraries.
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	  fi
-	  if test aix != "$with_aix_soname"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	  else
-	    # used by -dlpreopen to get the symbols
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	  fi
-	  _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
-	fi
-      fi
-      ;;
-
-    amigaos*)
-      case $host_cpu in
-      powerpc)
-            # see comment about AmigaOS4 .so support
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-            _LT_TAGVAR(archive_expsym_cmds, $1)=''
-        ;;
-      m68k)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes
-        ;;
-      esac
-      ;;
-
-    bsdi[[45]]*)
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
-      ;;
-
-    cygwin* | mingw* | pw32* | cegcc*)
-      # When not using gcc, we currently assume that we are using
-      # Microsoft Visual C++.
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
-      # no search path for DLLs.
-      case $cc_basename in
-      cl*)
-	# Native MSVC
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	_LT_TAGVAR(always_export_symbols, $1)=yes
-	_LT_TAGVAR(file_list_spec, $1)='@'
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	_LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-            cp "$export_symbols" "$output_objdir/$soname.def";
-            echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-          else
-            $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-          fi~
-          $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-          linknames='
-	# The linker will not automatically build a static lib if we build a DLL.
-	# _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	_LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
-	_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
-	# Don't use ranlib
-	_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
-	_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-          lt_tool_outputfile="@TOOL_OUTPUT@"~
-          case $lt_outputfile in
-            *.exe|*.EXE) ;;
-            *)
-              lt_outputfile=$lt_outputfile.exe
-              lt_tool_outputfile=$lt_tool_outputfile.exe
-              ;;
-          esac~
-          if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-            $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-            $RM "$lt_outputfile.manifest";
-          fi'
-	;;
-      *)
-	# Assume MSVC wrapper
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	# Tell ltmain to make .lib files, not .a files.
-	libext=lib
-	# Tell ltmain to make .dll files, not .so files.
-	shrext_cmds=.dll
-	# FIXME: Setting linknames here is a bad hack.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
-	# The linker will automatically build a .lib file if we build a DLL.
-	_LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	# FIXME: Should let the user specify the lib program.
-	_LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	;;
-      esac
-      ;;
-
-    darwin* | rhapsody*)
-      _LT_DARWIN_LINKER_FEATURES($1)
-      ;;
-
-    dgux*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
-    # does not break anything, and helps significantly (at the cost of a little
-    # extra space).
-    freebsd2.2*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
-    freebsd2.*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
-    freebsd* | dragonfly*)
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    hpux9*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-
-      # hardcode_minus_L: Not really in the search PATH,
-      # but as the default location of the library.
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-      ;;
-
-    hpux10*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
-	_LT_TAGVAR(hardcode_direct, $1)=yes
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	# hardcode_minus_L: Not really in the search PATH,
-	# but as the default location of the library.
-	_LT_TAGVAR(hardcode_minus_L, $1)=yes
-      fi
-      ;;
-
-    hpux11*)
-      if test yes,no = "$GCC,$with_gnu_ld"; then
-	case $host_cpu in
-	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	esac
-      else
-	case $host_cpu in
-	hppa*64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	ia64*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	m4_if($1, [], [
-	  # Older versions of the 11.00 compiler do not understand -b yet
-	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
-	  _LT_LINKER_OPTION([if $CC understands -b],
-	    _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
-	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
-	    [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
-	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
-	  ;;
-	esac
-      fi
-      if test no = "$with_gnu_ld"; then
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	case $host_cpu in
-	hppa*64*|ia64*)
-	  _LT_TAGVAR(hardcode_direct, $1)=no
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	  ;;
-	*)
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-
-	  # hardcode_minus_L: Not really in the search PATH,
-	  # but as the default location of the library.
-	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	  ;;
-	esac
-      fi
-      ;;
-
-    irix5* | irix6* | nonstopux*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	# Try to use the -exported_symbol ld option, if it does not
-	# work, assume that -exports_file does not work either and
-	# implicitly export all symbols.
-	# This should be the same for all languages, so no per-tag cache variable.
-	AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
-	  [lt_cv_irix_exported_symbol],
-	  [save_LDFLAGS=$LDFLAGS
-	   LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
-	   AC_LINK_IFELSE(
-	     [AC_LANG_SOURCE(
-	        [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
-			      [C++], [[int foo (void) { return 0; }]],
-			      [Fortran 77], [[
-      subroutine foo
-      end]],
-			      [Fortran], [[
-      subroutine foo
-      end]])])],
-	      [lt_cv_irix_exported_symbol=yes],
-	      [lt_cv_irix_exported_symbol=no])
-           LDFLAGS=$save_LDFLAGS])
-	if test yes = "$lt_cv_irix_exported_symbol"; then
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
-	fi
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(inherit_rpath, $1)=yes
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    linux*)
-      case $cc_basename in
-      tcc*)
-	# Fabrice Bellard et al's Tiny C Compiler
-	_LT_TAGVAR(ld_shlibs, $1)=yes
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	;;
-      esac
-      ;;
-
-    netbsd*)
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    newsos6)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *nto* | *qnx*)
-      ;;
-
-    openbsd* | bitrig*)
-      if test -f /usr/libexec/ld.so; then
-	_LT_TAGVAR(hardcode_direct, $1)=yes
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	else
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	fi
-      else
-	_LT_TAGVAR(ld_shlibs, $1)=no
-      fi
-      ;;
-
-    os2*)
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-      shrext_cmds=.dll
-      _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	$ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	$ECHO EXPORTS >> $output_objdir/$libname.def~
-	prefix_cmds="$SED"~
-	if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	  prefix_cmds="$prefix_cmds -e 1d";
-	fi~
-	prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	emximp -o $lib $output_objdir/$libname.def'
-      _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-      ;;
-
-    osf3*)
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-      else
-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      ;;
-
-    osf4* | osf5*)	# as osf3* with the addition of -msym flag
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-      else
-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
-          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
-
-	# Both c and cxx compiler support -rpath directly
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-      fi
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-      ;;
-
-    solaris*)
-      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
-      if test yes = "$GCC"; then
-	wlarc='$wl'
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-          $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-      else
-	case `$CC -V 2>&1` in
-	*"Compilers 5.0"*)
-	  wlarc=''
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
-	  ;;
-	*)
-	  wlarc='$wl'
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-            $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
-	  ;;
-	esac
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      case $host_os in
-      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-      *)
-	# The compiler driver will combine and reorder linker options,
-	# but understands '-z linker_flag'.  GCC discards it without '$wl',
-	# but is careful enough not to reorder.
-	# Supported since Solaris 2.6 (maybe 2.5.1?)
-	if test yes = "$GCC"; then
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-	else
-	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
-	fi
-	;;
-      esac
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      ;;
-
-    sunos4*)
-      if test sequent = "$host_vendor"; then
-	# Use $CC to link under sequent, because it throws in some extra .o
-	# files that make .init and .fini sections work.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
-      fi
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_direct, $1)=yes
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    sysv4)
-      case $host_vendor in
-	sni)
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
-	;;
-	siemens)
-	  ## LD is ld it makes a PLAMLIB
-	  ## CC just makes a GrossModule.
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
-	  _LT_TAGVAR(hardcode_direct, $1)=no
-        ;;
-	motorola)
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	  _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
-	;;
-      esac
-      runpath_var='LD_RUN_PATH'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    sysv4.3*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
-      ;;
-
-    sysv4*MP*)
-      if test -d /usr/nec; then
-	_LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	runpath_var=LD_RUN_PATH
-	hardcode_runpath_var=yes
-	_LT_TAGVAR(ld_shlibs, $1)=yes
-      fi
-      ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    sysv5* | sco3.2v5* | sco5v6*)
-      # Note: We CANNOT use -z defs as we might desire, because we do not
-      # link with -lc, and that would cause any symbols used from libc to
-      # always be unresolved, which means just about no library would
-      # ever link correctly.  If we're not using GNU ld we use -z text
-      # though, which does catch some bad symbols but isn't as heavy-handed
-      # as -z defs.
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
-      runpath_var='LD_RUN_PATH'
-
-      if test yes = "$GCC"; then
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      else
-	_LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-      fi
-      ;;
-
-    uts4*)
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      ;;
-
-    *)
-      _LT_TAGVAR(ld_shlibs, $1)=no
-      ;;
-    esac
-
-    if test sni = "$host_vendor"; then
-      case $host in
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
-	;;
-      esac
-    fi
-  fi
-])
-AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
-_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
-
-_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
-_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
-_LT_DECL([], [extract_expsyms_cmds], [2],
-    [The commands to extract the exported symbol list from a shared archive])
-
-#
-# Do we need to explicitly link libc?
-#
-case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
-x|xyes)
-  # Assume -lc should be added
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-
-  if test yes,yes = "$GCC,$enable_shared"; then
-    case $_LT_TAGVAR(archive_cmds, $1) in
-    *'~'*)
-      # FIXME: we may have to deal with multi-command sequences.
-      ;;
-    '$CC '*)
-      # Test whether the compiler implicitly links with -lc since on some
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
-      # to ld, don't add -lc before -lgcc.
-      AC_CACHE_CHECK([whether -lc should be explicitly linked in],
-	[lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
-	[$RM conftest*
-	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
-
-	if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
-	  soname=conftest
-	  lib=conftest
-	  libobjs=conftest.$ac_objext
-	  deplibs=
-	  wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
-	  pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
-	  compiler_flags=-v
-	  linker_flags=-v
-	  verstring=
-	  output_objdir=.
-	  libname=conftest
-	  lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
-	  _LT_TAGVAR(allow_undefined_flag, $1)=
-	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
-	  then
-	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	  else
-	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	  fi
-	  _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
-	else
-	  cat conftest.err 1>&5
-	fi
-	$RM conftest*
-	])
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
-      ;;
-    esac
-  fi
-  ;;
-esac
-
-_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
-    [Whether or not to add -lc for building shared libraries])
-_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
-    [enable_shared_with_static_runtimes], [0],
-    [Whether or not to disallow shared libs when runtime libs are static])
-_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
-    [Compiler flag to allow reflexive dlopens])
-_LT_TAGDECL([], [whole_archive_flag_spec], [1],
-    [Compiler flag to generate shared objects directly from archives])
-_LT_TAGDECL([], [compiler_needs_object], [1],
-    [Whether the compiler copes with passing no objects directly])
-_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
-    [Create an old-style archive from a shared archive])
-_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
-    [Create a temporary old-style archive to link instead of a shared archive])
-_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
-_LT_TAGDECL([], [archive_expsym_cmds], [2])
-_LT_TAGDECL([], [module_cmds], [2],
-    [Commands used to build a loadable module if different from building
-    a shared archive.])
-_LT_TAGDECL([], [module_expsym_cmds], [2])
-_LT_TAGDECL([], [with_gnu_ld], [1],
-    [Whether we are building with GNU ld or not])
-_LT_TAGDECL([], [allow_undefined_flag], [1],
-    [Flag that allows shared libraries with undefined symbols to be built])
-_LT_TAGDECL([], [no_undefined_flag], [1],
-    [Flag that enforces no undefined symbols])
-_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
-    [Flag to hardcode $libdir into a binary during linking.
-    This must work even if $libdir does not exist])
-_LT_TAGDECL([], [hardcode_libdir_separator], [1],
-    [Whether we need a single "-rpath" flag with a separated argument])
-_LT_TAGDECL([], [hardcode_direct], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-    DIR into the resulting binary])
-_LT_TAGDECL([], [hardcode_direct_absolute], [0],
-    [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
-    DIR into the resulting binary and the resulting library dependency is
-    "absolute", i.e impossible to change by setting $shlibpath_var if the
-    library is relocated])
-_LT_TAGDECL([], [hardcode_minus_L], [0],
-    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
-    into the resulting binary])
-_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
-    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
-    into the resulting binary])
-_LT_TAGDECL([], [hardcode_automatic], [0],
-    [Set to "yes" if building a shared library automatically hardcodes DIR
-    into the library and all subsequent libraries and executables linked
-    against it])
-_LT_TAGDECL([], [inherit_rpath], [0],
-    [Set to yes if linker adds runtime paths of dependent libraries
-    to runtime path list])
-_LT_TAGDECL([], [link_all_deplibs], [0],
-    [Whether libtool must link a program against all its dependency libraries])
-_LT_TAGDECL([], [always_export_symbols], [0],
-    [Set to "yes" if exported symbols are required])
-_LT_TAGDECL([], [export_symbols_cmds], [2],
-    [The commands to list exported symbols])
-_LT_TAGDECL([], [exclude_expsyms], [1],
-    [Symbols that should not be listed in the preloaded symbols])
-_LT_TAGDECL([], [include_expsyms], [1],
-    [Symbols that must always be exported])
-_LT_TAGDECL([], [prelink_cmds], [2],
-    [Commands necessary for linking programs (against libraries) with templates])
-_LT_TAGDECL([], [postlink_cmds], [2],
-    [Commands necessary for finishing linking programs])
-_LT_TAGDECL([], [file_list_spec], [1],
-    [Specify filename containing input files])
-dnl FIXME: Not yet implemented
-dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
-dnl    [Compiler flag to generate thread safe objects])
-])# _LT_LINKER_SHLIBS
-
-
-# _LT_LANG_C_CONFIG([TAG])
-# ------------------------
-# Ensure that the configuration variables for a C compiler are suitably
-# defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_C_CONFIG],
-[m4_require([_LT_DECL_EGREP])dnl
-lt_save_CC=$CC
-AC_LANG_PUSH(C)
-
-# Source file extension for C test sources.
-ac_ext=c
-
-# Object file extension for compiled C test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="int some_variable = 0;"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='int main(){return(0);}'
-
-_LT_TAG_COMPILER
-# Save the default compiler, since it gets overwritten when the other
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
-compiler_DEFAULT=$CC
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_SYS_DYNAMIC_LINKER($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-  LT_SYS_DLOPEN_SELF
-  _LT_CMD_STRIPLIB
-
-  # Report what library types will actually be built
-  AC_MSG_CHECKING([if libtool supports shared libraries])
-  AC_MSG_RESULT([$can_build_shared])
-
-  AC_MSG_CHECKING([whether to build shared libraries])
-  test no = "$can_build_shared" && enable_shared=no
-
-  # On AIX, shared libraries and static libraries use the same namespace, and
-  # are all built from PIC.
-  case $host_os in
-  aix3*)
-    test yes = "$enable_shared" && enable_static=no
-    if test -n "$RANLIB"; then
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
-      postinstall_cmds='$RANLIB $lib'
-    fi
-    ;;
-
-  aix[[4-9]]*)
-    if test ia64 != "$host_cpu"; then
-      case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-      yes,aix,yes) ;;			# shared object as lib.so file only
-      yes,svr4,*) ;;			# shared object as lib.so archive member only
-      yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-      esac
-    fi
-    ;;
-  esac
-  AC_MSG_RESULT([$enable_shared])
-
-  AC_MSG_CHECKING([whether to build static libraries])
-  # Make sure either enable_shared or enable_static is yes.
-  test yes = "$enable_shared" || enable_static=yes
-  AC_MSG_RESULT([$enable_static])
-
-  _LT_CONFIG($1)
-fi
-AC_LANG_POP
-CC=$lt_save_CC
-])# _LT_LANG_C_CONFIG
-
-
-# _LT_LANG_CXX_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a C++ compiler are suitably
-# defined.  These variables are subsequently used by _LT_CONFIG to write
-# the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_CXX_CONFIG],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-m4_require([_LT_DECL_EGREP])dnl
-m4_require([_LT_PATH_MANIFEST_TOOL])dnl
-if test -n "$CXX" && ( test no != "$CXX" &&
-    ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
-    (test g++ != "$CXX"))); then
-  AC_PROG_CXXCPP
-else
-  _lt_caught_CXX_error=yes
-fi
-
-AC_LANG_PUSH(C++)
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(compiler_needs_object, $1)=no
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for C++ test sources.
-ac_ext=cpp
-
-# Object file extension for compiled C++ test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the CXX compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_caught_CXX_error"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="int some_variable = 0;"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_CFLAGS=$CFLAGS
-  lt_save_LD=$LD
-  lt_save_GCC=$GCC
-  GCC=$GXX
-  lt_save_with_gnu_ld=$with_gnu_ld
-  lt_save_path_LD=$lt_cv_path_LD
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
-  else
-    $as_unset lt_cv_prog_gnu_ld
-  fi
-  if test -n "${lt_cv_path_LDCXX+set}"; then
-    lt_cv_path_LD=$lt_cv_path_LDCXX
-  else
-    $as_unset lt_cv_path_LD
-  fi
-  test -z "${LDCXX+set}" || LD=$LDCXX
-  CC=${CXX-"c++"}
-  CFLAGS=$CXXFLAGS
-  compiler=$CC
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-
-  if test -n "$compiler"; then
-    # We don't want -fno-exception when compiling C++ code, so set the
-    # no_builtin_flag separately
-    if test yes = "$GXX"; then
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
-    else
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
-    fi
-
-    if test yes = "$GXX"; then
-      # Set up default GNU C++ configuration
-
-      LT_PATH_LD
-
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
-      # archiving commands below assume that GNU ld is being used.
-      if test yes = "$with_gnu_ld"; then
-        _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
-        # If archive_cmds runs LD, not CC, wlarc should be empty
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
-        #     investigate it a little bit more. (MM)
-        wlarc='$wl'
-
-        # ancient GNU ld didn't support --whole-archive et. al.
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
-	  $GREP 'no-whole-archive' > /dev/null; then
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-        else
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=
-        fi
-      else
-        with_gnu_ld=no
-        wlarc=
-
-        # A generic and very simple default shared library creation
-        # command for GNU C++ for the case where it uses the native
-        # linker, instead of GNU ld.  If possible, this setting should
-        # overridden to take advantage of the native linker features on
-        # the platform it is being used on.
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-      fi
-
-      # Commands to make compiler produce verbose output that lists
-      # what "hidden" libraries, object files and flags are used when
-      # linking a shared library.
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-    else
-      GXX=no
-      with_gnu_ld=no
-      wlarc=
-    fi
-
-    # PORTME: fill in a description of your system's C++ link characteristics
-    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
-    _LT_TAGVAR(ld_shlibs, $1)=yes
-    case $host_os in
-      aix3*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-      aix[[4-9]]*)
-        if test ia64 = "$host_cpu"; then
-          # On IA64, the linker does run time linking by default, so we don't
-          # have to do anything special.
-          aix_use_runtimelinking=no
-          exp_sym_flag='-Bexport'
-          no_entry_flag=
-        else
-          aix_use_runtimelinking=no
-
-          # Test if we are trying to use run time linking or normal
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
-          # have runtime linking enabled, and use it for executables.
-          # For shared libraries, we enable/disable runtime linking
-          # depending on the kind of the shared library created -
-          # when "with_aix_soname,aix_use_runtimelinking" is:
-          # "aix,no"   lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "aix,yes"  lib.so          shared, rtl:yes, for executables
-          #            lib.a           static archive
-          # "both,no"  lib.so.V(shr.o) shared, rtl:yes
-          #            lib.a(lib.so.V) shared, rtl:no,  for executables
-          # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a(lib.so.V) shared, rtl:no
-          # "svr4,*"   lib.so.V(shr.o) shared, rtl:yes, for executables
-          #            lib.a           static archive
-          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
-	    for ld_flag in $LDFLAGS; do
-	      case $ld_flag in
-	      *-brtl*)
-	        aix_use_runtimelinking=yes
-	        break
-	        ;;
-	      esac
-	    done
-	    if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
-	      # With aix-soname=svr4, we create the lib.so.V shared archives only,
-	      # so we don't have lib.a shared libs to link our executables.
-	      # We have to force runtime linking in this case.
-	      aix_use_runtimelinking=yes
-	      LDFLAGS="$LDFLAGS -Wl,-brtl"
-	    fi
-	    ;;
-          esac
-
-          exp_sym_flag='-bexport'
-          no_entry_flag='-bnoentry'
-        fi
-
-        # When large executables or shared objects are built, AIX ld can
-        # have problems creating the table of contents.  If linking a library
-        # or program results in "error TOC overflow" add -mminimal-toc to
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
-
-        _LT_TAGVAR(archive_cmds, $1)=''
-        _LT_TAGVAR(hardcode_direct, $1)=yes
-        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
-        _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
-        case $with_aix_soname,$aix_use_runtimelinking in
-        aix,*) ;;	# no import file
-        svr4,* | *,yes) # use import file
-          # The Import File defines what to hardcode.
-          _LT_TAGVAR(hardcode_direct, $1)=no
-          _LT_TAGVAR(hardcode_direct_absolute, $1)=no
-          ;;
-        esac
-
-        if test yes = "$GXX"; then
-          case $host_os in aix4.[[012]]|aix4.[[012]].*)
-          # We only want to do this on AIX 4.2 and lower, the check
-          # below for broken collect2 doesn't work under 4.3+
-	  collect2name=`$CC -print-prog-name=collect2`
-	  if test -f "$collect2name" &&
-	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
-	  then
-	    # We have reworked collect2
-	    :
-	  else
-	    # We have old collect2
-	    _LT_TAGVAR(hardcode_direct, $1)=unsupported
-	    # It fails to find uninstalled libraries when the uninstalled
-	    # path is not listed in the libpath.  Setting hardcode_minus_L
-	    # to unsupported forces relinking
-	    _LT_TAGVAR(hardcode_minus_L, $1)=yes
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=
-	  fi
-          esac
-          shared_flag='-shared'
-	  if test yes = "$aix_use_runtimelinking"; then
-	    shared_flag=$shared_flag' $wl-G'
-	  fi
-	  # Need to ensure runtime linking is disabled for the traditional
-	  # shared library, or the linker may eventually find shared libraries
-	  # /with/ Import File - we do not want to mix them.
-	  shared_flag_aix='-shared'
-	  shared_flag_svr4='-shared $wl-G'
-        else
-          # not using gcc
-          if test ia64 = "$host_cpu"; then
-	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
-	  # chokes on -Wl,-G. The following line is correct:
-	  shared_flag='-G'
-          else
-	    if test yes = "$aix_use_runtimelinking"; then
-	      shared_flag='$wl-G'
-	    else
-	      shared_flag='$wl-bM:SRE'
-	    fi
-	    shared_flag_aix='$wl-bM:SRE'
-	    shared_flag_svr4='$wl-G'
-          fi
-        fi
-
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
-        # It seems that -bexpall does not export symbols beginning with
-        # underscore (_), so it is better to generate a list of symbols to
-	# export.
-        _LT_TAGVAR(always_export_symbols, $1)=yes
-	if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
-          # Warning - without using the other runtime loading flags (-brtl),
-          # -berok will link without error, but may produce a broken library.
-          # The "-G" linker flag allows undefined symbols.
-          _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
-          # Determine the default libpath from the value encoded in an empty
-          # executable.
-          _LT_SYS_MODULE_PATH_AIX([$1])
-          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-
-          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
-        else
-          if test ia64 = "$host_cpu"; then
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
-	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
-          else
-	    # Determine the default libpath from the value encoded in an
-	    # empty executable.
-	    _LT_SYS_MODULE_PATH_AIX([$1])
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
-	    # Warning - without using the other run time loading flags,
-	    # -berok will link without error, but may produce a broken library.
-	    _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
-	    _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
-	    if test yes = "$with_gnu_ld"; then
-	      # We only use this code for GNU lds that support --whole-archive.
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    else
-	      # Exported symbols can be pulled into shared objects from archives
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
-	    fi
-	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
-	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
-	    if test svr4 != "$with_aix_soname"; then
-	      # This is similar to how AIX traditionally builds its shared
-	      # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
-	    fi
-	    if test aix != "$with_aix_soname"; then
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
-	    else
-	      # used by -dlpreopen to get the symbols
-	      _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV  $output_objdir/$realname.d/$soname $output_objdir'
-	    fi
-	    _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
-          fi
-        fi
-        ;;
-
-      beos*)
-	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  # Joseph Beckenbach <jrb3 at best.com> says some releases of gcc
-	  # support --undefined.  This deserves some investigation.  FIXME
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	else
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	fi
-	;;
-
-      chorus*)
-        case $cc_basename in
-          *)
-	  # FIXME: insert proper C++ library support
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	  ;;
-        esac
-        ;;
-
-      cygwin* | mingw* | pw32* | cegcc*)
-	case $GXX,$cc_basename in
-	,cl* | no,cl*)
-	  # Native MSVC
-	  # hardcode_libdir_flag_spec is actually meaningless, as there is
-	  # no search path for DLLs.
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  _LT_TAGVAR(always_export_symbols, $1)=yes
-	  _LT_TAGVAR(file_list_spec, $1)='@'
-	  # Tell ltmain to make .lib files, not .a files.
-	  libext=lib
-	  # Tell ltmain to make .dll files, not .so files.
-	  shrext_cmds=.dll
-	  # FIXME: Setting linknames here is a bad hack.
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp "$export_symbols" "$output_objdir/$soname.def";
-              echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
-            else
-              $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
-            fi~
-            $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
-            linknames='
-	  # The linker will not automatically build a static lib if we build a DLL.
-	  # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
-	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	  # Don't use ranlib
-	  _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
-	  _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
-            lt_tool_outputfile="@TOOL_OUTPUT@"~
-            case $lt_outputfile in
-              *.exe|*.EXE) ;;
-              *)
-                lt_outputfile=$lt_outputfile.exe
-                lt_tool_outputfile=$lt_tool_outputfile.exe
-                ;;
-            esac~
-            func_to_tool_file "$lt_outputfile"~
-            if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
-              $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
-              $RM "$lt_outputfile.manifest";
-            fi'
-	  ;;
-	*)
-	  # g++
-	  # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
-	  # as there is no search path for DLLs.
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
-	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	  _LT_TAGVAR(always_export_symbols, $1)=no
-	  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-
-	  if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	    # If the export-symbols file already is a .def file, use it as
-	    # is; otherwise, prepend EXPORTS...
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
-              cp $export_symbols $output_objdir/$soname.def;
-            else
-              echo EXPORTS > $output_objdir/$soname.def;
-              cat $export_symbols >> $output_objdir/$soname.def;
-            fi~
-            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
-	  else
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	  fi
-	  ;;
-	esac
-	;;
-      darwin* | rhapsody*)
-        _LT_DARWIN_LINKER_FEATURES($1)
-	;;
-
-      os2*)
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-	_LT_TAGVAR(hardcode_minus_L, $1)=yes
-	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
-	shrext_cmds=.dll
-	_LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
-	  $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
-	  $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
-	  $ECHO EXPORTS >> $output_objdir/$libname.def~
-	  prefix_cmds="$SED"~
-	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
-	    prefix_cmds="$prefix_cmds -e 1d";
-	  fi~
-	  prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
-	  cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
-	  $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
-	  emximp -o $lib $output_objdir/$libname.def'
-	_LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
-	_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
-	;;
-
-      dgux*)
-        case $cc_basename in
-          ec++*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          ghcx*)
-	    # Green Hills C++ Compiler
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      freebsd2.*)
-        # C++ shared libraries reported to be fairly broken before
-	# switch to ELF
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      freebsd-elf*)
-        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-        ;;
-
-      freebsd* | dragonfly*)
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
-        # conventions
-        _LT_TAGVAR(ld_shlibs, $1)=yes
-        ;;
-
-      haiku*)
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
-        ;;
-
-      hpux9*)
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-        _LT_TAGVAR(hardcode_direct, $1)=yes
-        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-				             # but as the default
-				             # location of the library.
-
-        case $cc_basename in
-          CC*)
-            # FIXME: insert proper C++ library support
-            _LT_TAGVAR(ld_shlibs, $1)=no
-            ;;
-          aCC*)
-            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            # Commands to make compiler produce verbose output that lists
-            # what "hidden" libraries, object files and flags are used when
-            # linking a shared library.
-            #
-            # There doesn't appear to be a way to prevent this compiler from
-            # explicitly linking system object files so we need to strip them
-            # from the output so that they don't get included in the library
-            # dependencies.
-            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-            ;;
-          *)
-            if test yes = "$GXX"; then
-              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
-            else
-              # FIXME: insert proper C++ library support
-              _LT_TAGVAR(ld_shlibs, $1)=no
-            fi
-            ;;
-        esac
-        ;;
-
-      hpux10*|hpux11*)
-        if test no = "$with_gnu_ld"; then
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
-	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-          case $host_cpu in
-            hppa*64*|ia64*)
-              ;;
-            *)
-	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-              ;;
-          esac
-        fi
-        case $host_cpu in
-          hppa*64*|ia64*)
-            _LT_TAGVAR(hardcode_direct, $1)=no
-            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-            ;;
-          *)
-            _LT_TAGVAR(hardcode_direct, $1)=yes
-            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
-					         # but as the default
-					         # location of the library.
-            ;;
-        esac
-
-        case $cc_basename in
-          CC*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          aCC*)
-	    case $host_cpu in
-	      hppa*64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      ia64*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	      *)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	        ;;
-	    esac
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        case $host_cpu in
-	          hppa*64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          ia64*)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	          *)
-	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	            ;;
-	        esac
-	      fi
-	    else
-	      # FIXME: insert proper C++ library support
-	      _LT_TAGVAR(ld_shlibs, $1)=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      interix[[3-9]]*)
-	_LT_TAGVAR(hardcode_direct, $1)=no
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
-	# Instead, shared libraries are loaded at an image base (0x10000000 by
-	# default) and relocated if they conflict, which is a slow very memory
-	# consuming and fragmenting process.  To avoid this, we pick a random,
-	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
-	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
-	;;
-      irix5* | irix6*)
-        case $cc_basename in
-          CC*)
-	    # SGI C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    if test yes = "$GXX"; then
-	      if test no = "$with_gnu_ld"; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-	      else
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
-	      fi
-	    fi
-	    _LT_TAGVAR(link_all_deplibs, $1)=yes
-	    ;;
-        esac
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-        _LT_TAGVAR(inherit_rpath, $1)=yes
-        ;;
-
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
-	    ;;
-	  icpc* | ecpc* )
-	    # Intel C++
-	    with_gnu_ld=yes
-	    # version 8.0 and above of icpc choke on multiply defined symbols
-	    # if we add $predep_objects and $postdep_objects, however 7.1 and
-	    # earlier do not add the objects themselves.
-	    case `$CC -V 2>&1` in
-	      *"Version 7."*)
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	      *)  # Version 8.0 or newer
-	        tmp_idyn=
-	        case $host_cpu in
-		  ia64*) tmp_idyn=' -i_dynamic';;
-		esac
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-		_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-		;;
-	    esac
-	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
-	    ;;
-          pgCC* | pgcpp*)
-            # Portland Group C++ compiler
-	    case `$CC -V` in
-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
-	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
-               rm -rf $tpldir~
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
-               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
-                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
-                $RANLIB $oldlib'
-	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
-                rm -rf $tpldir~
-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
-                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    *) # Version 6 and above use weak symbols
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
-	      ;;
-	    esac
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-            ;;
-	  cxx*)
-	    # Compaq C++
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname  -o $lib $wl-retain-symbols-file $wl$export_symbols'
-
-	    runpath_var=LD_RUN_PATH
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
-	    ;;
-	  xl* | mpixl* | bgxl*)
-	    # IBM XL 8.0 on PPC, with GNU ld
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
-	    if test yes = "$supports_anon_versioning"; then
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
-                cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
-                echo "local: *; };" >> $output_objdir/$libname.ver~
-                $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
-	    fi
-	    ;;
-	  *)
-	    case `$CC -V 2>&1 | sed 5q` in
-	    *Sun\ C*)
-	      # Sun C++ 5.9
-	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	      _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	      _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
-
-	      # Not sure whether something based on
-	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
-	      # would be better.
-	      output_verbose_link_cmd='func_echo_all'
-
-	      # Archives containing C++ object files must be created using
-	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	      # necessary to make sure instantiated templates are included
-	      # in the archive.
-	      _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
-	      ;;
-	    esac
-	    ;;
-	esac
-	;;
-
-      lynxos*)
-        # FIXME: insert proper C++ library support
-	_LT_TAGVAR(ld_shlibs, $1)=no
-	;;
-
-      m88k*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-	;;
-
-      mvs*)
-        case $cc_basename in
-          cxx*)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-	  *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-	esac
-	;;
-
-      netbsd*)
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
-	  _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
-	  wlarc=
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	fi
-	# Workaround some broken pre-1.5 toolchains
-	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
-	;;
-
-      *nto* | *qnx*)
-        _LT_TAGVAR(ld_shlibs, $1)=yes
-	;;
-
-      openbsd* | bitrig*)
-	if test -f /usr/libexec/ld.so; then
-	  _LT_TAGVAR(hardcode_direct, $1)=yes
-	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
-	    _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
-	  fi
-	  output_verbose_link_cmd=func_echo_all
-	else
-	  _LT_TAGVAR(ld_shlibs, $1)=no
-	fi
-	;;
-
-      osf3* | osf4* | osf5*)
-        case $cc_basename in
-          KCC*)
-	    # Kuck and Associates, Inc. (KAI) C++ Compiler
-
-	    # KCC will only create a shared library if the output file
-	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
-	    # to its proper name (with version) after linking.
-	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Archives containing C++ object files must be created using
-	    # the KAI C++ compiler.
-	    case $host in
-	      osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
-	      *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
-	    esac
-	    ;;
-          RCC*)
-	    # Rational C++ 2.4.1
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          cxx*)
-	    case $host in
-	      osf3*)
-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-		;;
-	      *)
-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
-                  echo "-hidden">> $lib.exp~
-                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
-                  $RM $lib.exp'
-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
-		;;
-	    esac
-
-	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	    # Commands to make compiler produce verbose output that lists
-	    # what "hidden" libraries, object files and flags are used when
-	    # linking a shared library.
-	    #
-	    # There doesn't appear to be a way to prevent this compiler from
-	    # explicitly linking system object files so we need to strip them
-	    # from the output so that they don't get included in the library
-	    # dependencies.
-	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
-	    ;;
-	  *)
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
-	      case $host in
-	        osf3*)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	        *)
-	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
-		  ;;
-	      esac
-
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
-	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
-
-	      # Commands to make compiler produce verbose output that lists
-	      # what "hidden" libraries, object files and flags are used when
-	      # linking a shared library.
-	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-
-	    else
-	      # FIXME: insert proper C++ library support
-	      _LT_TAGVAR(ld_shlibs, $1)=no
-	    fi
-	    ;;
-        esac
-        ;;
-
-      psos*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      sunos4*)
-        case $cc_basename in
-          CC*)
-	    # Sun C++ 4.x
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          lcc*)
-	    # Lucid
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      solaris*)
-        case $cc_basename in
-          CC* | sunCC*)
-	    # Sun C++ 4.2, 5.x and Centerline C++
-            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
-	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-              $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
-	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	    case $host_os in
-	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-	      *)
-		# The compiler driver will combine and reorder linker options,
-		# but understands '-z linker_flag'.
-	        # Supported since Solaris 2.6 (maybe 2.5.1?)
-		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
-	        ;;
-	    esac
-	    _LT_TAGVAR(link_all_deplibs, $1)=yes
-
-	    output_verbose_link_cmd='func_echo_all'
-
-	    # Archives containing C++ object files must be created using
-	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
-	    # necessary to make sure instantiated templates are included
-	    # in the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
-	    ;;
-          gcx*)
-	    # Green Hills C++ Compiler
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-
-	    # The C++ compiler must be used to create the archive.
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
-	    ;;
-          *)
-	    # GNU C++ compiler with Solaris linker
-	    if test yes,no = "$GXX,$with_gnu_ld"; then
-	      _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
-	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      else
-	        # g++ 2.7 appears to require '-G' NOT '-shared' on this
-	        # platform.
-	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
-	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
-                  $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
-
-	        # Commands to make compiler produce verbose output that lists
-	        # what "hidden" libraries, object files and flags are used when
-	        # linking a shared library.
-	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
-	      fi
-
-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
-	      case $host_os in
-		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
-		*)
-		  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
-		  ;;
-	      esac
-	    fi
-	    ;;
-        esac
-        ;;
-
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
-      _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-      runpath_var='LD_RUN_PATH'
-
-      case $cc_basename in
-        CC*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-	*)
-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	  ;;
-      esac
-      ;;
-
-      sysv5* | sco3.2v5* | sco5v6*)
-	# Note: We CANNOT use -z defs as we might desire, because we do not
-	# link with -lc, and that would cause any symbols used from libc to
-	# always be unresolved, which means just about no library would
-	# ever link correctly.  If we're not using GNU ld we use -z text
-	# though, which does catch some bad symbols but isn't as heavy-handed
-	# as -z defs.
-	_LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
-	_LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
-	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
-	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
-	_LT_TAGVAR(link_all_deplibs, $1)=yes
-	_LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
-	runpath_var='LD_RUN_PATH'
-
-	case $cc_basename in
-          CC*)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
-              '"$_LT_TAGVAR(old_archive_cmds, $1)"
-	    _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
-              '"$_LT_TAGVAR(reload_cmds, $1)"
-	    ;;
-	  *)
-	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
-	    ;;
-	esac
-      ;;
-
-      tandem*)
-        case $cc_basename in
-          NCC*)
-	    # NonStop-UX NCC 3.20
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-          *)
-	    # FIXME: insert proper C++ library support
-	    _LT_TAGVAR(ld_shlibs, $1)=no
-	    ;;
-        esac
-        ;;
-
-      vxworks*)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-
-      *)
-        # FIXME: insert proper C++ library support
-        _LT_TAGVAR(ld_shlibs, $1)=no
-        ;;
-    esac
-
-    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
-    test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
-
-    _LT_TAGVAR(GCC, $1)=$GXX
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_SYS_HIDDEN_LIBDEPS($1)
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-  LDCXX=$LD
-  LD=$lt_save_LD
-  GCC=$lt_save_GCC
-  with_gnu_ld=$lt_save_with_gnu_ld
-  lt_cv_path_LDCXX=$lt_cv_path_LD
-  lt_cv_path_LD=$lt_save_path_LD
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
-fi # test yes != "$_lt_caught_CXX_error"
-
-AC_LANG_POP
-])# _LT_LANG_CXX_CONFIG
-
-
-# _LT_FUNC_STRIPNAME_CNF
-# ----------------------
-# func_stripname_cnf prefix suffix name
-# strip PREFIX and SUFFIX off of NAME.
-# PREFIX and SUFFIX must not contain globbing or regex special
-# characters, hashes, percent signs, but SUFFIX may contain a leading
-# dot (in which case that matches only a dot).
-#
-# This function is identical to the (non-XSI) version of func_stripname,
-# except this one can be used by m4 code that may be executed by configure,
-# rather than the libtool script.
-m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
-AC_REQUIRE([_LT_DECL_SED])
-AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
-func_stripname_cnf ()
-{
-  case @S|@2 in
-  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
-  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
-  esac
-} # func_stripname_cnf
-])# _LT_FUNC_STRIPNAME_CNF
-
-# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
-# ---------------------------------
-# Figure out "hidden" library dependencies from verbose
-# compiler output when linking a shared library.
-# Parse the compiler output and extract the necessary
-# objects, libraries and library flags.
-m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
-AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
-# Dependencies to place before and after the object being linked:
-_LT_TAGVAR(predep_objects, $1)=
-_LT_TAGVAR(postdep_objects, $1)=
-_LT_TAGVAR(predeps, $1)=
-_LT_TAGVAR(postdeps, $1)=
-_LT_TAGVAR(compiler_lib_search_path, $1)=
-
-dnl we can't use the lt_simple_compile_test_code here,
-dnl because it contains code intended for an executable,
-dnl not a library.  It's possible we should let each
-dnl tag define a new lt_????_link_test_code variable,
-dnl but it's only used here...
-m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
-int a;
-void foo (void) { a = 0; }
-_LT_EOF
-], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
-class Foo
-{
-public:
-  Foo (void) { a = 0; }
-private:
-  int a;
-};
-_LT_EOF
-], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
-      subroutine foo
-      implicit none
-      integer*4 a
-      a=0
-      return
-      end
-_LT_EOF
-], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
-      subroutine foo
-      implicit none
-      integer a
-      a=0
-      return
-      end
-_LT_EOF
-], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
-public class foo {
-  private int a;
-  public void bar (void) {
-    a = 0;
-  }
-};
-_LT_EOF
-], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
-package foo
-func foo() {
-}
-_LT_EOF
-])
-
-_lt_libdeps_save_CFLAGS=$CFLAGS
-case "$CC $CFLAGS " in #(
-*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
-*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
-*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
-esac
-
-dnl Parse the compiler output and extract the necessary
-dnl objects, libraries and library flags.
-if AC_TRY_EVAL(ac_compile); then
-  # Parse the compiler output and extract the necessary
-  # objects, libraries and library flags.
-
-  # Sentinel used to keep track of whether or not we are before
-  # the conftest object file.
-  pre_test_object_deps_done=no
-
-  for p in `eval "$output_verbose_link_cmd"`; do
-    case $prev$p in
-
-    -L* | -R* | -l*)
-       # Some compilers place space between "-{L,R}" and the path.
-       # Remove the space.
-       if test x-L = "$p" ||
-          test x-R = "$p"; then
-	 prev=$p
-	 continue
-       fi
-
-       # Expand the sysroot to ease extracting the directories later.
-       if test -z "$prev"; then
-         case $p in
-         -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
-         -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
-         -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
-         esac
-       fi
-       case $p in
-       =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
-       esac
-       if test no = "$pre_test_object_deps_done"; then
-	 case $prev in
-	 -L | -R)
-	   # Internal compiler library paths should come after those
-	   # provided the user.  The postdeps already come after the
-	   # user supplied libs so there is no need to process them.
-	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
-	     _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
-	   else
-	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
-	   fi
-	   ;;
-	 # The "-l" case would never come before the object being
-	 # linked, so don't bother handling this case.
-	 esac
-       else
-	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
-	   _LT_TAGVAR(postdeps, $1)=$prev$p
-	 else
-	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
-	 fi
-       fi
-       prev=
-       ;;
-
-    *.lto.$objext) ;; # Ignore GCC LTO objects
-    *.$objext)
-       # This assumes that the test object file only shows up
-       # once in the compiler output.
-       if test "$p" = "conftest.$objext"; then
-	 pre_test_object_deps_done=yes
-	 continue
-       fi
-
-       if test no = "$pre_test_object_deps_done"; then
-	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
-	   _LT_TAGVAR(predep_objects, $1)=$p
-	 else
-	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
-	 fi
-       else
-	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
-	   _LT_TAGVAR(postdep_objects, $1)=$p
-	 else
-	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
-	 fi
-       fi
-       ;;
-
-    *) ;; # Ignore the rest.
-
-    esac
-  done
-
-  # Clean up.
-  rm -f a.out a.exe
-else
-  echo "libtool.m4: error: problem compiling $1 test program"
-fi
-
-$RM -f confest.$objext
-CFLAGS=$_lt_libdeps_save_CFLAGS
-
-# PORTME: override above test on systems where it is broken
-m4_if([$1], [CXX],
-[case $host_os in
-interix[[3-9]]*)
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
-  # hack all around it, let's just trust "g++" to DTRT.
-  _LT_TAGVAR(predep_objects,$1)=
-  _LT_TAGVAR(postdep_objects,$1)=
-  _LT_TAGVAR(postdeps,$1)=
-  ;;
-
-linux*)
-  case `$CC -V 2>&1 | sed 5q` in
-  *Sun\ C*)
-    # Sun C++ 5.9
-
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    if test yes != "$solaris_use_stlport4"; then
-      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-
-solaris*)
-  case $cc_basename in
-  CC* | sunCC*)
-    # The more standards-conforming stlport4 library is
-    # incompatible with the Cstd library. Avoid specifying
-    # it if it's in CXXFLAGS. Ignore libCrun as
-    # -library=stlport4 depends on it.
-    case " $CXX $CXXFLAGS " in
-    *" -library=stlport4 "*)
-      solaris_use_stlport4=yes
-      ;;
-    esac
-
-    # Adding this requires a known-good setup of shared libraries for
-    # Sun compiler versions before 5.6, else PIC objects from an old
-    # archive will be linked into the output, leading to subtle bugs.
-    if test yes != "$solaris_use_stlport4"; then
-      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
-    fi
-    ;;
-  esac
-  ;;
-esac
-])
-
-case " $_LT_TAGVAR(postdeps, $1) " in
-*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
-esac
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=
-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
-fi
-_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
-    [The directories searched by this compiler when creating a shared library])
-_LT_TAGDECL([], [predep_objects], [1],
-    [Dependencies to place before and after the objects being linked to
-    create a shared library])
-_LT_TAGDECL([], [postdep_objects], [1])
-_LT_TAGDECL([], [predeps], [1])
-_LT_TAGDECL([], [postdeps], [1])
-_LT_TAGDECL([], [compiler_lib_search_path], [1],
-    [The library search path used internally by the compiler when linking
-    a shared library])
-])# _LT_SYS_HIDDEN_LIBDEPS
-
-
-# _LT_LANG_F77_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for a Fortran 77 compiler are
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_F77_CONFIG],
-[AC_LANG_PUSH(Fortran 77)
-if test -z "$F77" || test no = "$F77"; then
-  _lt_disable_F77=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for f77 test sources.
-ac_ext=f
-
-# Object file extension for compiled f77 test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the F77 compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_F77"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="\
-      subroutine t
-      return
-      end
-"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code="\
-      program t
-      end
-"
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_GCC=$GCC
-  lt_save_CFLAGS=$CFLAGS
-  CC=${F77-"f77"}
-  CFLAGS=$FFLAGS
-  compiler=$CC
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-  GCC=$G77
-  if test -n "$compiler"; then
-    AC_MSG_CHECKING([if libtool supports shared libraries])
-    AC_MSG_RESULT([$can_build_shared])
-
-    AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
-
-    # On AIX, shared libraries and static libraries use the same namespace, and
-    # are all built from PIC.
-    case $host_os in
-      aix3*)
-        test yes = "$enable_shared" && enable_static=no
-        if test -n "$RANLIB"; then
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
-          postinstall_cmds='$RANLIB $lib'
-        fi
-        ;;
-      aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
-	fi
-        ;;
-    esac
-    AC_MSG_RESULT([$enable_shared])
-
-    AC_MSG_CHECKING([whether to build static libraries])
-    # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
-    AC_MSG_RESULT([$enable_static])
-
-    _LT_TAGVAR(GCC, $1)=$G77
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  GCC=$lt_save_GCC
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_F77"
-
-AC_LANG_POP
-])# _LT_LANG_F77_CONFIG
-
-
-# _LT_LANG_FC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for a Fortran compiler are
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_FC_CONFIG],
-[AC_LANG_PUSH(Fortran)
-
-if test -z "$FC" || test no = "$FC"; then
-  _lt_disable_FC=yes
-fi
-
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-_LT_TAGVAR(allow_undefined_flag, $1)=
-_LT_TAGVAR(always_export_symbols, $1)=no
-_LT_TAGVAR(archive_expsym_cmds, $1)=
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
-_LT_TAGVAR(hardcode_direct, $1)=no
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
-_LT_TAGVAR(hardcode_minus_L, $1)=no
-_LT_TAGVAR(hardcode_automatic, $1)=no
-_LT_TAGVAR(inherit_rpath, $1)=no
-_LT_TAGVAR(module_cmds, $1)=
-_LT_TAGVAR(module_expsym_cmds, $1)=
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-_LT_TAGVAR(no_undefined_flag, $1)=
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
-
-# Source file extension for fc test sources.
-ac_ext=${ac_fc_srcext-f}
-
-# Object file extension for compiled fc test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# No sense in running all these tests if we already determined that
-# the FC compiler isn't working.  Some variables (like enable_shared)
-# are currently assumed to apply to all compilers on this platform,
-# and will be corrupted by setting them based on a non-working compiler.
-if test yes != "$_lt_disable_FC"; then
-  # Code to be used in simple compile tests
-  lt_simple_compile_test_code="\
-      subroutine t
-      return
-      end
-"
-
-  # Code to be used in simple link tests
-  lt_simple_link_test_code="\
-      program t
-      end
-"
-
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
-  _LT_TAG_COMPILER
-
-  # save warnings/boilerplate of simple test code
-  _LT_COMPILER_BOILERPLATE
-  _LT_LINKER_BOILERPLATE
-
-  # Allow CC to be a program name with arguments.
-  lt_save_CC=$CC
-  lt_save_GCC=$GCC
-  lt_save_CFLAGS=$CFLAGS
-  CC=${FC-"f95"}
-  CFLAGS=$FCFLAGS
-  compiler=$CC
-  GCC=$ac_cv_fc_compiler_gnu
-
-  _LT_TAGVAR(compiler, $1)=$CC
-  _LT_CC_BASENAME([$compiler])
-
-  if test -n "$compiler"; then
-    AC_MSG_CHECKING([if libtool supports shared libraries])
-    AC_MSG_RESULT([$can_build_shared])
-
-    AC_MSG_CHECKING([whether to build shared libraries])
-    test no = "$can_build_shared" && enable_shared=no
-
-    # On AIX, shared libraries and static libraries use the same namespace, and
-    # are all built from PIC.
-    case $host_os in
-      aix3*)
-        test yes = "$enable_shared" && enable_static=no
-        if test -n "$RANLIB"; then
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
-          postinstall_cmds='$RANLIB $lib'
-        fi
-        ;;
-      aix[[4-9]]*)
-	if test ia64 != "$host_cpu"; then
-	  case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
-	  yes,aix,yes) ;;		# shared object as lib.so file only
-	  yes,svr4,*) ;;		# shared object as lib.so archive member only
-	  yes,*) enable_static=no ;;	# shared object in lib.a archive as well
-	  esac
-	fi
-        ;;
-    esac
-    AC_MSG_RESULT([$enable_shared])
-
-    AC_MSG_CHECKING([whether to build static libraries])
-    # Make sure either enable_shared or enable_static is yes.
-    test yes = "$enable_shared" || enable_static=yes
-    AC_MSG_RESULT([$enable_static])
-
-    _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
-    _LT_TAGVAR(LD, $1)=$LD
-
-    ## CAVEAT EMPTOR:
-    ## There is no encapsulation within the following macros, do not change
-    ## the running order or otherwise move them around unless you know exactly
-    ## what you are doing...
-    _LT_SYS_HIDDEN_LIBDEPS($1)
-    _LT_COMPILER_PIC($1)
-    _LT_COMPILER_C_O($1)
-    _LT_COMPILER_FILE_LOCKS($1)
-    _LT_LINKER_SHLIBS($1)
-    _LT_SYS_DYNAMIC_LINKER($1)
-    _LT_LINKER_HARDCODE_LIBPATH($1)
-
-    _LT_CONFIG($1)
-  fi # test -n "$compiler"
-
-  GCC=$lt_save_GCC
-  CC=$lt_save_CC
-  CFLAGS=$lt_save_CFLAGS
-fi # test yes != "$_lt_disable_FC"
-
-AC_LANG_POP
-])# _LT_LANG_FC_CONFIG
-
-
-# _LT_LANG_GCJ_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Java Compiler compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GCJ_CONFIG],
-[AC_REQUIRE([LT_PROG_GCJ])dnl
-AC_LANG_SAVE
-
-# Source file extension for Java test sources.
-ac_ext=java
-
-# Object file extension for compiled Java test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="class foo {}"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GCJ-"gcj"}
-CFLAGS=$GCJFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-
-  _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GCJ_CONFIG
-
-
-# _LT_LANG_GO_CONFIG([TAG])
-# --------------------------
-# Ensure that the configuration variables for the GNU Go compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_GO_CONFIG],
-[AC_REQUIRE([LT_PROG_GO])dnl
-AC_LANG_SAVE
-
-# Source file extension for Go test sources.
-ac_ext=go
-
-# Object file extension for compiled Go test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code="package main; func main() { }"
-
-# Code to be used in simple link tests
-lt_simple_link_test_code='package main; func main() { }'
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=yes
-CC=${GOC-"gccgo"}
-CFLAGS=$GOFLAGS
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_TAGVAR(LD, $1)=$LD
-_LT_CC_BASENAME([$compiler])
-
-# Go did not exist at the time GCC didn't implicitly link libc in.
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
-
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
-_LT_TAGVAR(reload_flag, $1)=$reload_flag
-_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
-
-## CAVEAT EMPTOR:
-## There is no encapsulation within the following macros, do not change
-## the running order or otherwise move them around unless you know exactly
-## what you are doing...
-if test -n "$compiler"; then
-  _LT_COMPILER_NO_RTTI($1)
-  _LT_COMPILER_PIC($1)
-  _LT_COMPILER_C_O($1)
-  _LT_COMPILER_FILE_LOCKS($1)
-  _LT_LINKER_SHLIBS($1)
-  _LT_LINKER_HARDCODE_LIBPATH($1)
-
-  _LT_CONFIG($1)
-fi
-
-AC_LANG_RESTORE
-
-GCC=$lt_save_GCC
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_GO_CONFIG
-
-
-# _LT_LANG_RC_CONFIG([TAG])
-# -------------------------
-# Ensure that the configuration variables for the Windows resource compiler
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
-# to write the compiler configuration to 'libtool'.
-m4_defun([_LT_LANG_RC_CONFIG],
-[AC_REQUIRE([LT_PROG_RC])dnl
-AC_LANG_SAVE
-
-# Source file extension for RC test sources.
-ac_ext=rc
-
-# Object file extension for compiled RC test sources.
-objext=o
-_LT_TAGVAR(objext, $1)=$objext
-
-# Code to be used in simple compile tests
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
-
-# Code to be used in simple link tests
-lt_simple_link_test_code=$lt_simple_compile_test_code
-
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
-_LT_TAG_COMPILER
-
-# save warnings/boilerplate of simple test code
-_LT_COMPILER_BOILERPLATE
-_LT_LINKER_BOILERPLATE
-
-# Allow CC to be a program name with arguments.
-lt_save_CC=$CC
-lt_save_CFLAGS=$CFLAGS
-lt_save_GCC=$GCC
-GCC=
-CC=${RC-"windres"}
-CFLAGS=
-compiler=$CC
-_LT_TAGVAR(compiler, $1)=$CC
-_LT_CC_BASENAME([$compiler])
-_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
-
-if test -n "$compiler"; then
-  :
-  _LT_CONFIG($1)
-fi
-
-GCC=$lt_save_GCC
-AC_LANG_RESTORE
-CC=$lt_save_CC
-CFLAGS=$lt_save_CFLAGS
-])# _LT_LANG_RC_CONFIG
-
-
-# LT_PROG_GCJ
-# -----------
-AC_DEFUN([LT_PROG_GCJ],
-[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
-  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
-    [AC_CHECK_TOOL(GCJ, gcj,)
-      test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
-      AC_SUBST(GCJFLAGS)])])[]dnl
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
-
-
-# LT_PROG_GO
-# ----------
-AC_DEFUN([LT_PROG_GO],
-[AC_CHECK_TOOL(GOC, gccgo,)
-])
-
-
-# LT_PROG_RC
-# ----------
-AC_DEFUN([LT_PROG_RC],
-[AC_CHECK_TOOL(RC, windres,)
-])
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_RC], [])
-
-
-# _LT_DECL_EGREP
-# --------------
-# If we don't have a new enough Autoconf to choose the best grep
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_EGREP],
-[AC_REQUIRE([AC_PROG_EGREP])dnl
-AC_REQUIRE([AC_PROG_FGREP])dnl
-test -z "$GREP" && GREP=grep
-_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
-_LT_DECL([], [EGREP], [1], [An ERE matcher])
-_LT_DECL([], [FGREP], [1], [A literal string matcher])
-dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
-AC_SUBST([GREP])
-])
-
-
-# _LT_DECL_OBJDUMP
-# --------------
-# If we don't have a new enough Autoconf to choose the best objdump
-# available, choose the one first in the user's PATH.
-m4_defun([_LT_DECL_OBJDUMP],
-[AC_CHECK_TOOL(OBJDUMP, objdump, false)
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
-AC_SUBST([OBJDUMP])
-])
-
-# _LT_DECL_DLLTOOL
-# ----------------
-# Ensure DLLTOOL variable is set.
-m4_defun([_LT_DECL_DLLTOOL],
-[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])
-AC_SUBST([DLLTOOL])
-])
-
-# _LT_DECL_SED
-# ------------
-# Check for a fully-functional sed program, that truncates
-# as few characters as possible.  Prefer GNU sed if found.
-m4_defun([_LT_DECL_SED],
-[AC_PROG_SED
-test -z "$SED" && SED=sed
-Xsed="$SED -e 1s/^X//"
-_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
-_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
-    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
-])# _LT_DECL_SED
-
-m4_ifndef([AC_PROG_SED], [
-############################################################
-# NOTE: This macro has been submitted for inclusion into   #
-#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
-#  a released version of Autoconf we should remove this    #
-#  macro and use it instead.                               #
-############################################################
-
-m4_defun([AC_PROG_SED],
-[AC_MSG_CHECKING([for a sed that does not truncate output])
-AC_CACHE_VAL(lt_cv_path_SED,
-[# Loop through the user's path and test for sed and gsed.
-# Then use that list of sed's as ones to test for truncation.
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  for lt_ac_prog in sed gsed; do
-    for ac_exec_ext in '' $ac_executable_extensions; do
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
-      fi
-    done
-  done
-done
-IFS=$as_save_IFS
-lt_ac_max=0
-lt_ac_count=0
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
-# along with /bin/sed that truncates output.
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
-  test ! -f "$lt_ac_sed" && continue
-  cat /dev/null > conftest.in
-  lt_ac_count=0
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
-  # Check for GNU sed and select it if it is found.
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
-    lt_cv_path_SED=$lt_ac_sed
-    break
-  fi
-  while true; do
-    cat conftest.in conftest.in >conftest.tmp
-    mv conftest.tmp conftest.in
-    cp conftest.in conftest.nl
-    echo >>conftest.nl
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
-    cmp -s conftest.out conftest.nl || break
-    # 10000 chars as input seems more than enough
-    test 10 -lt "$lt_ac_count" && break
-    lt_ac_count=`expr $lt_ac_count + 1`
-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
-      lt_ac_max=$lt_ac_count
-      lt_cv_path_SED=$lt_ac_sed
-    fi
-  done
-done
-])
-SED=$lt_cv_path_SED
-AC_SUBST([SED])
-AC_MSG_RESULT([$SED])
-])#AC_PROG_SED
-])#m4_ifndef
-
-# Old name:
-AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([LT_AC_PROG_SED], [])
-
-
-# _LT_CHECK_SHELL_FEATURES
-# ------------------------
-# Find out whether the shell is Bourne or XSI compatible,
-# or has some other useful features.
-m4_defun([_LT_CHECK_SHELL_FEATURES],
-[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  lt_unset=unset
-else
-  lt_unset=false
-fi
-_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
-
-# test EBCDIC or ASCII
-case `echo X|tr X '\101'` in
- A) # ASCII based system
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
-  lt_SP2NL='tr \040 \012'
-  lt_NL2SP='tr \015\012 \040\040'
-  ;;
- *) # EBCDIC based system
-  lt_SP2NL='tr \100 \n'
-  lt_NL2SP='tr \r\n \100\100'
-  ;;
-esac
-_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
-_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
-])# _LT_CHECK_SHELL_FEATURES
-
-
-# _LT_PATH_CONVERSION_FUNCTIONS
-# -----------------------------
-# Determine what file name conversion functions should be used by
-# func_to_host_file (and, implicitly, by func_to_host_path).  These are needed
-# for certain cross-compile configurations and native mingw.
-m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
-AC_MSG_CHECKING([how to convert $build file names to $host format])
-AC_CACHE_VAL(lt_cv_to_host_file_cmd,
-[case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
-        ;;
-    esac
-    ;;
-  *-*-cygwin* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
-        ;;
-      *-*-cygwin* )
-        lt_cv_to_host_file_cmd=func_convert_file_noop
-        ;;
-      * ) # otherwise, assume *nix
-        lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
-        ;;
-    esac
-    ;;
-  * ) # unhandled hosts (and "normal" native builds)
-    lt_cv_to_host_file_cmd=func_convert_file_noop
-    ;;
-esac
-])
-to_host_file_cmd=$lt_cv_to_host_file_cmd
-AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
-_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
-         [0], [convert $build file names to $host format])dnl
-
-AC_MSG_CHECKING([how to convert $build file names to toolchain format])
-AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
-[#assume ordinary cross tools, or native build.
-lt_cv_to_tool_file_cmd=func_convert_file_noop
-case $host in
-  *-*-mingw* )
-    case $build in
-      *-*-mingw* ) # actually msys
-        lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
-        ;;
-    esac
-    ;;
-esac
-])
-to_tool_file_cmd=$lt_cv_to_tool_file_cmd
-AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
-_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
-         [0], [convert $build files to toolchain format])dnl
-])# _LT_PATH_CONVERSION_FUNCTIONS
diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4
deleted file mode 100644
index f51ec8c..0000000
--- a/m4/ltoptions.m4
+++ /dev/null
@@ -1,437 +0,0 @@
-# Helper functions for option handling.                    -*- Autoconf -*-
-#
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2014 Free Software
-#   Foundation, Inc.
-#   Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 8 ltoptions.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
-
-
-# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
-# ------------------------------------------
-m4_define([_LT_MANGLE_OPTION],
-[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
-
-
-# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
-# ---------------------------------------
-# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
-# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
-# saved as a flag.
-m4_define([_LT_SET_OPTION],
-[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
-m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
-        _LT_MANGLE_DEFUN([$1], [$2]),
-    [m4_warning([Unknown $1 option '$2'])])[]dnl
-])
-
-
-# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
-# ------------------------------------------------------------
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-m4_define([_LT_IF_OPTION],
-[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
-
-
-# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
-# -------------------------------------------------------
-# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
-# are set.
-m4_define([_LT_UNLESS_OPTIONS],
-[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
-	    [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
-		      [m4_define([$0_found])])])[]dnl
-m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
-])[]dnl
-])
-
-
-# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
-# ----------------------------------------
-# OPTION-LIST is a space-separated list of Libtool options associated
-# with MACRO-NAME.  If any OPTION has a matching handler declared with
-# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
-# the unknown option and exit.
-m4_defun([_LT_SET_OPTIONS],
-[# Set options
-m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
-    [_LT_SET_OPTION([$1], _LT_Option)])
-
-m4_if([$1],[LT_INIT],[
-  dnl
-  dnl Simply set some default values (i.e off) if boolean options were not
-  dnl specified:
-  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
-  ])
-  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
-  ])
-  dnl
-  dnl If no reference was made to various pairs of opposing options, then
-  dnl we run the default mode handler for the pair.  For example, if neither
-  dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
-  dnl archives by default:
-  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
-  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
-  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
-  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
-		   [_LT_ENABLE_FAST_INSTALL])
-  _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
-		   [_LT_WITH_AIX_SONAME([aix])])
-  ])
-])# _LT_SET_OPTIONS
-
-
-## --------------------------------- ##
-## Macros to handle LT_INIT options. ##
-## --------------------------------- ##
-
-# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
-# -----------------------------------------
-m4_define([_LT_MANGLE_DEFUN],
-[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
-
-
-# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
-# -----------------------------------------------
-m4_define([LT_OPTION_DEFINE],
-[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
-])# LT_OPTION_DEFINE
-
-
-# dlopen
-# ------
-LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
-])
-
-AU_DEFUN([AC_LIBTOOL_DLOPEN],
-[_LT_SET_OPTION([LT_INIT], [dlopen])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'dlopen' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
-
-
-# win32-dll
-# ---------
-# Declare package support for building win32 dll's.
-LT_OPTION_DEFINE([LT_INIT], [win32-dll],
-[enable_win32_dll=yes
-
-case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
-  AC_CHECK_TOOL(AS, as, false)
-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
-  ;;
-esac
-
-test -z "$AS" && AS=as
-_LT_DECL([], [AS],      [1], [Assembler program])dnl
-
-test -z "$DLLTOOL" && DLLTOOL=dlltool
-_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
-
-test -z "$OBJDUMP" && OBJDUMP=objdump
-_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
-])# win32-dll
-
-AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
-_LT_SET_OPTION([LT_INIT], [win32-dll])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'win32-dll' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
-
-
-# _LT_ENABLE_SHARED([DEFAULT])
-# ----------------------------
-# implement the --enable-shared flag, and supports the 'shared' and
-# 'disable-shared' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_SHARED],
-[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([shared],
-    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
-	[build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_shared=yes ;;
-    no) enable_shared=no ;;
-    *)
-      enable_shared=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_shared=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
-
-    _LT_DECL([build_libtool_libs], [enable_shared], [0],
-	[Whether or not to build shared libraries])
-])# _LT_ENABLE_SHARED
-
-LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
-])
-
-AC_DEFUN([AC_DISABLE_SHARED],
-[_LT_SET_OPTION([LT_INIT], [disable-shared])
-])
-
-AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
-AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_SHARED], [])
-dnl AC_DEFUN([AM_DISABLE_SHARED], [])
-
-
-
-# _LT_ENABLE_STATIC([DEFAULT])
-# ----------------------------
-# implement the --enable-static flag, and support the 'static' and
-# 'disable-static' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_STATIC],
-[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([static],
-    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
-	[build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_static=yes ;;
-    no) enable_static=no ;;
-    *)
-     enable_static=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_static=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
-
-    _LT_DECL([build_old_libs], [enable_static], [0],
-	[Whether or not to build static libraries])
-])# _LT_ENABLE_STATIC
-
-LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
-
-# Old names:
-AC_DEFUN([AC_ENABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
-])
-
-AC_DEFUN([AC_DISABLE_STATIC],
-[_LT_SET_OPTION([LT_INIT], [disable-static])
-])
-
-AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
-AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AM_ENABLE_STATIC], [])
-dnl AC_DEFUN([AM_DISABLE_STATIC], [])
-
-
-
-# _LT_ENABLE_FAST_INSTALL([DEFAULT])
-# ----------------------------------
-# implement the --enable-fast-install flag, and support the 'fast-install'
-# and 'disable-fast-install' LT_INIT options.
-# DEFAULT is either 'yes' or 'no'.  If omitted, it defaults to 'yes'.
-m4_define([_LT_ENABLE_FAST_INSTALL],
-[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
-AC_ARG_ENABLE([fast-install],
-    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
-    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
-    [p=${PACKAGE-default}
-    case $enableval in
-    yes) enable_fast_install=yes ;;
-    no) enable_fast_install=no ;;
-    *)
-      enable_fast_install=no
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for pkg in $enableval; do
-	IFS=$lt_save_ifs
-	if test "X$pkg" = "X$p"; then
-	  enable_fast_install=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
-
-_LT_DECL([fast_install], [enable_fast_install], [0],
-	 [Whether or not to optimize for fast installation])dnl
-])# _LT_ENABLE_FAST_INSTALL
-
-LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
-LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
-
-# Old names:
-AU_DEFUN([AC_ENABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'fast-install' option into LT_INIT's first parameter.])
-])
-
-AU_DEFUN([AC_DISABLE_FAST_INSTALL],
-[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
-the 'disable-fast-install' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
-dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
-
-
-# _LT_WITH_AIX_SONAME([DEFAULT])
-# ----------------------------------
-# implement the --with-aix-soname flag, and support the `aix-soname=aix'
-# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
-# is either `aix', `both' or `svr4'.  If omitted, it defaults to `aix'.
-m4_define([_LT_WITH_AIX_SONAME],
-[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
-shared_archive_member_spec=
-case $host,$enable_shared in
-power*-*-aix[[5-9]]*,yes)
-  AC_MSG_CHECKING([which variant of shared library versioning to provide])
-  AC_ARG_WITH([aix-soname],
-    [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
-      [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
-    [case $withval in
-    aix|svr4|both)
-      ;;
-    *)
-      AC_MSG_ERROR([Unknown argument to --with-aix-soname])
-      ;;
-    esac
-    lt_cv_with_aix_soname=$with_aix_soname],
-    [AC_CACHE_VAL([lt_cv_with_aix_soname],
-      [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
-    with_aix_soname=$lt_cv_with_aix_soname])
-  AC_MSG_RESULT([$with_aix_soname])
-  if test aix != "$with_aix_soname"; then
-    # For the AIX way of multilib, we name the shared archive member
-    # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
-    # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
-    # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
-    # the AIX toolchain works better with OBJECT_MODE set (default 32).
-    if test 64 = "${OBJECT_MODE-32}"; then
-      shared_archive_member_spec=shr_64
-    else
-      shared_archive_member_spec=shr
-    fi
-  fi
-  ;;
-*)
-  with_aix_soname=aix
-  ;;
-esac
-
-_LT_DECL([], [shared_archive_member_spec], [0],
-    [Shared archive member basename, for filename based shared library versioning on AIX])dnl
-])# _LT_WITH_AIX_SONAME
-
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
-LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
-
-
-# _LT_WITH_PIC([MODE])
-# --------------------
-# implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
-# LT_INIT options.
-# MODE is either 'yes' or 'no'.  If omitted, it defaults to 'both'.
-m4_define([_LT_WITH_PIC],
-[AC_ARG_WITH([pic],
-    [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
-	[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
-    [lt_p=${PACKAGE-default}
-    case $withval in
-    yes|no) pic_mode=$withval ;;
-    *)
-      pic_mode=default
-      # Look at the argument we got.  We use all the common list separators.
-      lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
-      for lt_pkg in $withval; do
-	IFS=$lt_save_ifs
-	if test "X$lt_pkg" = "X$lt_p"; then
-	  pic_mode=yes
-	fi
-      done
-      IFS=$lt_save_ifs
-      ;;
-    esac],
-    [pic_mode=m4_default([$1], [default])])
-
-_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
-])# _LT_WITH_PIC
-
-LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
-LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
-
-# Old name:
-AU_DEFUN([AC_LIBTOOL_PICMODE],
-[_LT_SET_OPTION([LT_INIT], [pic-only])
-AC_DIAGNOSE([obsolete],
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
-put the 'pic-only' option into LT_INIT's first parameter.])
-])
-
-dnl aclocal-1.4 backwards compatibility:
-dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
-
-## ----------------- ##
-## LTDL_INIT Options ##
-## ----------------- ##
-
-m4_define([_LTDL_MODE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
-		 [m4_define([_LTDL_MODE], [nonrecursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [recursive],
-		 [m4_define([_LTDL_MODE], [recursive])])
-LT_OPTION_DEFINE([LTDL_INIT], [subproject],
-		 [m4_define([_LTDL_MODE], [subproject])])
-
-m4_define([_LTDL_TYPE], [])
-LT_OPTION_DEFINE([LTDL_INIT], [installable],
-		 [m4_define([_LTDL_TYPE], [installable])])
-LT_OPTION_DEFINE([LTDL_INIT], [convenience],
-		 [m4_define([_LTDL_TYPE], [convenience])])
diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4
deleted file mode 100644
index da4ac6b..0000000
--- a/m4/ltsugar.m4
+++ /dev/null
@@ -1,124 +0,0 @@
-# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
-#
-# Copyright (C) 2004-2005, 2007-2008, 2011-2014 Free Software
-# Foundation, Inc.
-# Written by Gary V. Vaughan, 2004
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 6 ltsugar.m4
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
-
-
-# lt_join(SEP, ARG1, [ARG2...])
-# -----------------------------
-# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
-# associated separator.
-# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
-# versions in m4sugar had bugs.
-m4_define([lt_join],
-[m4_if([$#], [1], [],
-       [$#], [2], [[$2]],
-       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
-m4_define([_lt_join],
-[m4_if([$#$2], [2], [],
-       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
-
-
-# lt_car(LIST)
-# lt_cdr(LIST)
-# ------------
-# Manipulate m4 lists.
-# These macros are necessary as long as will still need to support
-# Autoconf-2.59, which quotes differently.
-m4_define([lt_car], [[$1]])
-m4_define([lt_cdr],
-[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
-       [$#], 1, [],
-       [m4_dquote(m4_shift($@))])])
-m4_define([lt_unquote], $1)
-
-
-# lt_append(MACRO-NAME, STRING, [SEPARATOR])
-# ------------------------------------------
-# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
-# Note that neither SEPARATOR nor STRING are expanded; they are appended
-# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
-# No SEPARATOR is output if MACRO-NAME was previously undefined (different
-# than defined and empty).
-#
-# This macro is needed until we can rely on Autoconf 2.62, since earlier
-# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
-m4_define([lt_append],
-[m4_define([$1],
-	   m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
-
-
-
-# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
-# ----------------------------------------------------------
-# Produce a SEP delimited list of all paired combinations of elements of
-# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
-# has the form PREFIXmINFIXSUFFIXn.
-# Needed until we can rely on m4_combine added in Autoconf 2.62.
-m4_define([lt_combine],
-[m4_if(m4_eval([$# > 3]), [1],
-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
-[[m4_foreach([_Lt_prefix], [$2],
-	     [m4_foreach([_Lt_suffix],
-		]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
-	[_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
-
-
-# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
-# -----------------------------------------------------------------------
-# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
-# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
-m4_define([lt_if_append_uniq],
-[m4_ifdef([$1],
-	  [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
-		 [lt_append([$1], [$2], [$3])$4],
-		 [$5])],
-	  [lt_append([$1], [$2], [$3])$4])])
-
-
-# lt_dict_add(DICT, KEY, VALUE)
-# -----------------------------
-m4_define([lt_dict_add],
-[m4_define([$1($2)], [$3])])
-
-
-# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
-# --------------------------------------------
-m4_define([lt_dict_add_subkey],
-[m4_define([$1($2:$3)], [$4])])
-
-
-# lt_dict_fetch(DICT, KEY, [SUBKEY])
-# ----------------------------------
-m4_define([lt_dict_fetch],
-[m4_ifval([$3],
-	m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
-    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
-
-
-# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
-# -----------------------------------------------------------------
-m4_define([lt_if_dict_fetch],
-[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
-	[$5],
-    [$6])])
-
-
-# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
-# --------------------------------------------------------------
-m4_define([lt_dict_filter],
-[m4_if([$5], [], [],
-  [lt_join(m4_quote(m4_default([$4], [[, ]])),
-           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
-		      [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
-])
diff --git a/m4/ltversion.m4 b/m4/ltversion.m4
deleted file mode 100644
index cb6da68..0000000
--- a/m4/ltversion.m4
+++ /dev/null
@@ -1,23 +0,0 @@
-# ltversion.m4 -- version numbers			-*- Autoconf -*-
-#
-#   Copyright (C) 2004, 2011-2014 Free Software Foundation, Inc.
-#   Written by Scott James Remnant, 2004
-#
-# 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.
-
-# @configure_input@
-
-# serial 4151 ltversion.m4
-# This file is part of GNU Libtool
-
-m4_define([LT_PACKAGE_VERSION], [2.4.4])
-m4_define([LT_PACKAGE_REVISION], [2.4.4])
-
-AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.4.4'
-macro_revision='2.4.4'
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
-_LT_DECL(, macro_revision, 0)
-])
diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4
deleted file mode 100644
index 6975098..0000000
--- a/m4/lt~obsolete.m4
+++ /dev/null
@@ -1,99 +0,0 @@
-# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
-#
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2014 Free Software
-#   Foundation, Inc.
-#   Written by Scott James Remnant, 2004.
-#
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-
-# serial 5 lt~obsolete.m4
-
-# These exist entirely to fool aclocal when bootstrapping libtool.
-#
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
-# which have later been changed to m4_define as they aren't part of the
-# exported API, or moved to Autoconf or Automake where they belong.
-#
-# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
-# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
-# using a macro with the same name in our local m4/libtool.m4 it'll
-# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
-# and doesn't know about Autoconf macros at all.)
-#
-# So we provide this file, which has a silly filename so it's always
-# included after everything else.  This provides aclocal with the
-# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
-# because those macros already exist, or will be overwritten later.
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
-#
-# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
-# Yes, that means every name once taken will need to remain here until
-# we give up compatibility with versions before 1.7, at which point
-# we need to keep only those names which we still refer to.
-
-# This is to help aclocal find these macros, as it can't see m4_define.
-AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
-
-m4_ifndef([AC_LIBTOOL_LINKER_OPTION],	[AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
-m4_ifndef([AC_PROG_EGREP],		[AC_DEFUN([AC_PROG_EGREP])])
-m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_AC_SHELL_INIT],		[AC_DEFUN([_LT_AC_SHELL_INIT])])
-m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],	[AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
-m4_ifndef([_LT_PROG_LTMAIN],		[AC_DEFUN([_LT_PROG_LTMAIN])])
-m4_ifndef([_LT_AC_TAGVAR],		[AC_DEFUN([_LT_AC_TAGVAR])])
-m4_ifndef([AC_LTDL_ENABLE_INSTALL],	[AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
-m4_ifndef([AC_LTDL_PREOPEN],		[AC_DEFUN([AC_LTDL_PREOPEN])])
-m4_ifndef([_LT_AC_SYS_COMPILER],	[AC_DEFUN([_LT_AC_SYS_COMPILER])])
-m4_ifndef([_LT_AC_LOCK],		[AC_DEFUN([_LT_AC_LOCK])])
-m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],	[AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
-m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],	[AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
-m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],	[AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
-m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
-m4_ifndef([AC_LIBTOOL_OBJDIR],		[AC_DEFUN([AC_LIBTOOL_OBJDIR])])
-m4_ifndef([AC_LTDL_OBJDIR],		[AC_DEFUN([AC_LTDL_OBJDIR])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
-m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],	[AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
-m4_ifndef([AC_PATH_MAGIC],		[AC_DEFUN([AC_PATH_MAGIC])])
-m4_ifndef([AC_PROG_LD_GNU],		[AC_DEFUN([AC_PROG_LD_GNU])])
-m4_ifndef([AC_PROG_LD_RELOAD_FLAG],	[AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
-m4_ifndef([AC_DEPLIBS_CHECK_METHOD],	[AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
-m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
-m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS],	[AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
-m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP],	[AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
-m4_ifndef([LT_AC_PROG_EGREP],		[AC_DEFUN([LT_AC_PROG_EGREP])])
-m4_ifndef([LT_AC_PROG_SED],		[AC_DEFUN([LT_AC_PROG_SED])])
-m4_ifndef([_LT_CC_BASENAME],		[AC_DEFUN([_LT_CC_BASENAME])])
-m4_ifndef([_LT_COMPILER_BOILERPLATE],	[AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
-m4_ifndef([_LT_LINKER_BOILERPLATE],	[AC_DEFUN([_LT_LINKER_BOILERPLATE])])
-m4_ifndef([_AC_PROG_LIBTOOL],		[AC_DEFUN([_AC_PROG_LIBTOOL])])
-m4_ifndef([AC_LIBTOOL_SETUP],		[AC_DEFUN([AC_LIBTOOL_SETUP])])
-m4_ifndef([_LT_AC_CHECK_DLFCN],		[AC_DEFUN([_LT_AC_CHECK_DLFCN])])
-m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],	[AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
-m4_ifndef([_LT_AC_TAGCONFIG],		[AC_DEFUN([_LT_AC_TAGCONFIG])])
-m4_ifndef([AC_DISABLE_FAST_INSTALL],	[AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
-m4_ifndef([_LT_AC_LANG_CXX],		[AC_DEFUN([_LT_AC_LANG_CXX])])
-m4_ifndef([_LT_AC_LANG_F77],		[AC_DEFUN([_LT_AC_LANG_F77])])
-m4_ifndef([_LT_AC_LANG_GCJ],		[AC_DEFUN([_LT_AC_LANG_GCJ])])
-m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
-m4_ifndef([_LT_AC_LANG_C_CONFIG],	[AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
-m4_ifndef([_LT_AC_LANG_CXX_CONFIG],	[AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
-m4_ifndef([_LT_AC_LANG_F77_CONFIG],	[AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
-m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],	[AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
-m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG],	[AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
-m4_ifndef([_LT_AC_LANG_RC_CONFIG],	[AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
-m4_ifndef([AC_LIBTOOL_CONFIG],		[AC_DEFUN([AC_LIBTOOL_CONFIG])])
-m4_ifndef([_LT_AC_FILE_LTDLL_C],	[AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
-m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS],	[AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
-m4_ifndef([_LT_AC_PROG_CXXCPP],		[AC_DEFUN([_LT_AC_PROG_CXXCPP])])
-m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS],	[AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
-m4_ifndef([_LT_PROG_ECHO_BACKSLASH],	[AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
-m4_ifndef([_LT_PROG_F77],		[AC_DEFUN([_LT_PROG_F77])])
-m4_ifndef([_LT_PROG_FC],		[AC_DEFUN([_LT_PROG_FC])])
-m4_ifndef([_LT_PROG_CXX],		[AC_DEFUN([_LT_PROG_CXX])])
diff --git a/po/Makefile b/po/Makefile
deleted file mode 100644
index bb6d58c..0000000
--- a/po/Makefile
+++ /dev/null
@@ -1,453 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# po/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = po
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/po
-abs_srcdir = /usr/src/ags-devel/po
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../
-top_builddir = ..
-top_srcdir = ..
-tlns = 
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign po/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign po/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/po/Makefile.am b/po/Makefile.am
deleted file mode 100644
index 3d1645f..0000000
--- a/po/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-tlns = 
diff --git a/po/Makefile.in b/po/Makefile.in
deleted file mode 100644
index b0f8450..0000000
--- a/po/Makefile.in
+++ /dev/null
@@ -1,453 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = po
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-tlns = 
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign po/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign po/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/recall b/recall
deleted file mode 100644
index e69de29..0000000
diff --git a/recursive b/recursive
deleted file mode 100644
index e69de29..0000000
diff --git a/src/ags-lib/object/ags_connectable.c b/src/ags-lib/object/ags_connectable.c
index ebc0cc0..1714cb6 100644
--- a/src/ags-lib/object/ags_connectable.c
+++ b/src/ags-lib/object/ags_connectable.c
@@ -18,16 +18,6 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
-/**
- * SECTION:ags_connectable
- * @short_description: unique access to recalls
- * @title: AgsConnectable
- * @section_id:
- * @include: ags/object/ags_connectable.h
- *
- * The #AgsConnectable interface gives you a unique access to objects.
- */
-
 void ags_connectable_base_init(AgsConnectableInterface *interface);
 
 GType
@@ -113,9 +103,9 @@ ags_connectable_connect(AgsConnectable *connectable)
   connectable_interface = AGS_CONNECTABLE_GET_INTERFACE(connectable);
   g_return_if_fail(connectable_interface->connect);
 
-  if(!ags_connectable_is_ready(connectable)){
-    return;
-  }
+  //  if(!ags_connectable_is_ready(connectable)){
+  //    return;
+  //  }
 
   connectable_interface->connect(connectable);
 }
diff --git a/src/ags/Makefile b/src/ags/Makefile
deleted file mode 100644
index b365a24..0000000
--- a/src/ags/Makefile
+++ /dev/null
@@ -1,458 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags
-abs_srcdir = /usr/src/ags-devel/src/ags
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../
-top_builddir = ../..
-top_srcdir = ../..
-gsequencer_main_h_sources = \
-	main.h
-
-gsequencer_main_c_sources = \
-	main.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/Makefile.am b/src/ags/Makefile.am
deleted file mode 100644
index 14fa675..0000000
--- a/src/ags/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-gsequencer_main_h_sources = \
-	main.h
-
-gsequencer_main_c_sources = \
-	main.c
diff --git a/src/ags/Makefile.in b/src/ags/Makefile.in
deleted file mode 100644
index e759339..0000000
--- a/src/ags/Makefile.in
+++ /dev/null
@@ -1,458 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-gsequencer_main_h_sources = \
-	main.h
-
-gsequencer_main_c_sources = \
-	main.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/Makefile b/src/ags/X/Makefile
deleted file mode 100644
index 4b707c5..0000000
--- a/src/ags/X/Makefile
+++ /dev/null
@@ -1,584 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/X/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/X
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/X
-abs_srcdir = /usr/src/ags-devel/src/ags/X
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_gsequencer_xorg_h_sources = 
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	ags_audio_preferences_callbacks.h	\
-	ags_audio_preferences.h			\
-	ags_automation_editor_callbacks.h	\
-	ags_automation_editor.h			\
-	ags_editor_callbacks.h			\
-	ags_editor.h				\
-	ags_effect_bridge_callbacks.h		\
-	ags_effect_bridge.h			\
-	ags_effect_bulk_callbacks.h		\
-	ags_effect_bulk.h			\
-	ags_effect_line_callbacks.h		\
-	ags_effect_line.h			\
-	ags_effect_pad_callbacks.h		\
-	ags_effect_pad.h			\
-	ags_export_window_callbacks.h		\
-	ags_export_window.h			\
-	ags_generic_preferences_callbacks.h	\
-	ags_generic_preferences.h		\
-	ags_ladspa_browser_callbacks.h		\
-	ags_ladspa_browser.h			\
-	ags_line_callbacks.h 			\
-	ags_line_editor_callbacks.h		\
-	ags_line_editor.h			\
-	ags_line.h				\
-	ags_line_member_callbacks.h		\
-	ags_line_member_editor_callbacks.h	\
-	ags_line_member_editor.h		\
-	ags_line_member.h			\
-	ags_link_collection_editor_callbacks.h	\
-	ags_link_collection_editor.h		\
-	ags_link_editor_callbacks.h		\
-	ags_link_editor.h			\
-	ags_listing_editor_callbacks.h		\
-	ags_listing_editor.h			\
-	ags_machine_callbacks.h			\
-	ags_machine_editor_callbacks.h		\
-	ags_machine_editor.h			\
-	ags_machine.h				\
-	ags_menu_bar_callbacks.h		\
-	ags_menu_bar.h 				\
-	ags_navigation_callbacks.h		\
-	ags_navigation.h			\
-	ags_pad_callbacks.h			\
-	ags_pad_editor_callbacks.h 		\
-	ags_pad_editor.h			\
-	ags_pad.h				\
-	ags_performance_preferences_callbacks.h	\
-	ags_performance_preferences.h		\
-	ags_plugin_preferences_callbacks.h	\
-	ags_plugin_preferences.h		\
-	ags_preferences_callbacks.h		\
-	ags_preferences.h			\
-	ags_property_collection_editor_callbacks.h \
-	ags_property_collection_editor.h	\
-	ags_property_editor_callbacks.h		\
-	ags_property_editor.h			\
-	ags_property_listing_editor.h		\
-	ags_resize_editor.h			\
-	ags_server_preferences_callbacks.h	\
-	ags_server_preferences.h		\
-	ags_window_callbacks.h			\
-	ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) \
-	ags_audio_preferences_callbacks.c	\
-	ags_audio_preferences.c			\
-	ags_automation_editor_callbacks.c	\
-	ags_automation_editor.c			\
-	ags_editor_callbacks.c			\
-	ags_editor.c				\
-	ags_effect_bridge_callbacks.c		\
-	ags_effect_bridge.c			\
-	ags_effect_bulk_callbacks.c		\
-	ags_effect_bulk.c			\
-	ags_effect_line_callbacks.c		\
-	ags_effect_line.c			\
-	ags_effect_pad_callbacks.c		\
-	ags_effect_pad.c			\
-	ags_export_window_callbacks.c		\
-	ags_export_window.c			\
-	ags_generic_preferences_callbacks.c	\
-	ags_generic_preferences.c		\
-	ags_ladspa_browser_callbacks.c		\
-	ags_ladspa_browser.c			\
-	ags_line_callbacks.c 			\
-	ags_line_editor_callbacks.c		\
-	ags_line_editor.c			\
-	ags_line.c				\
-	ags_line_member_callbacks.c		\
-	ags_line_member_editor_callbacks.c	\
-	ags_line_member_editor.c		\
-	ags_line_member.c			\
-	ags_link_collection_editor_callbacks.c	\
-	ags_link_collection_editor.c		\
-	ags_link_editor_callbacks.c		\
-	ags_link_editor.c			\
-	ags_listing_editor_callbacks.c		\
-	ags_listing_editor.c			\
-	ags_machine_callbacks.c			\
-	ags_machine_editor_callbacks.c		\
-	ags_machine_editor.c			\
-	ags_machine.c				\
-	ags_menu_bar_callbacks.c		\
-	ags_menu_bar.c 				\
-	ags_navigation_callbacks.c		\
-	ags_navigation.c			\
-	ags_pad_callbacks.c			\
-	ags_pad_editor_callbacks.c 		\
-	ags_pad_editor.c			\
-	ags_pad.c				\
-	ags_performance_preferences_callbacks.c	\
-	ags_performance_preferences.c		\
-	ags_plugin_preferences_callbacks.c	\
-	ags_plugin_preferences.c		\
-	ags_preferences_callbacks.c		\
-	ags_preferences.c			\
-	ags_property_collection_editor_callbacks.c \
-	ags_property_collection_editor.c	\
-	ags_property_editor_callbacks.c		\
-	ags_property_editor.c			\
-	ags_property_listing_editor.c		\
-	ags_resize_editor.c			\
-	ags_server_preferences_callbacks.c	\
-	ags_server_preferences.c		\
-	ags_window_callbacks.c			\
-	ags_window.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/Makefile.am b/src/ags/X/Makefile.am
deleted file mode 100644
index ed2b3e9..0000000
--- a/src/ags/X/Makefile.am
+++ /dev/null
@@ -1,133 +0,0 @@
-deprecated_gsequencer_xorg_h_sources =
-
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	ags_audio_preferences_callbacks.h	\
-	ags_audio_preferences.h			\
-	ags_automation_editor_callbacks.h	\
-	ags_automation_editor.h			\
-	ags_editor_callbacks.h			\
-	ags_editor.h				\
-	ags_effect_bridge_callbacks.h		\
-	ags_effect_bridge.h			\
-	ags_effect_bulk_callbacks.h		\
-	ags_effect_bulk.h			\
-	ags_effect_line_callbacks.h		\
-	ags_effect_line.h			\
-	ags_effect_pad_callbacks.h		\
-	ags_effect_pad.h			\
-	ags_export_window_callbacks.h		\
-	ags_export_window.h			\
-	ags_generic_preferences_callbacks.h	\
-	ags_generic_preferences.h		\
-	ags_ladspa_browser_callbacks.h		\
-	ags_ladspa_browser.h			\
-	ags_line_callbacks.h 			\
-	ags_line_editor_callbacks.h		\
-	ags_line_editor.h			\
-	ags_line.h				\
-	ags_line_member_callbacks.h		\
-	ags_line_member_editor_callbacks.h	\
-	ags_line_member_editor.h		\
-	ags_line_member.h			\
-	ags_link_collection_editor_callbacks.h	\
-	ags_link_collection_editor.h		\
-	ags_link_editor_callbacks.h		\
-	ags_link_editor.h			\
-	ags_listing_editor_callbacks.h		\
-	ags_listing_editor.h			\
-	ags_machine_callbacks.h			\
-	ags_machine_editor_callbacks.h		\
-	ags_machine_editor.h			\
-	ags_machine.h				\
-	ags_menu_bar_callbacks.h		\
-	ags_menu_bar.h 				\
-	ags_navigation_callbacks.h		\
-	ags_navigation.h			\
-	ags_pad_callbacks.h			\
-	ags_pad_editor_callbacks.h 		\
-	ags_pad_editor.h			\
-	ags_pad.h				\
-	ags_performance_preferences_callbacks.h	\
-	ags_performance_preferences.h		\
-	ags_plugin_preferences_callbacks.h	\
-	ags_plugin_preferences.h		\
-	ags_preferences_callbacks.h		\
-	ags_preferences.h			\
-	ags_property_collection_editor_callbacks.h \
-	ags_property_collection_editor.h	\
-	ags_property_editor_callbacks.h		\
-	ags_property_editor.h			\
-	ags_property_listing_editor.h		\
-	ags_resize_editor.h			\
-	ags_server_preferences_callbacks.h	\
-	ags_server_preferences.h		\
-	ags_window_callbacks.h			\
-	ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) \
-	ags_audio_preferences_callbacks.c	\
-	ags_audio_preferences.c			\
-	ags_automation_editor_callbacks.c	\
-	ags_automation_editor.c			\
-	ags_editor_callbacks.c			\
-	ags_editor.c				\
-	ags_effect_bridge_callbacks.c		\
-	ags_effect_bridge.c			\
-	ags_effect_bulk_callbacks.c		\
-	ags_effect_bulk.c			\
-	ags_effect_line_callbacks.c		\
-	ags_effect_line.c			\
-	ags_effect_pad_callbacks.c		\
-	ags_effect_pad.c			\
-	ags_export_window_callbacks.c		\
-	ags_export_window.c			\
-	ags_generic_preferences_callbacks.c	\
-	ags_generic_preferences.c		\
-	ags_ladspa_browser_callbacks.c		\
-	ags_ladspa_browser.c			\
-	ags_line_callbacks.c 			\
-	ags_line_editor_callbacks.c		\
-	ags_line_editor.c			\
-	ags_line.c				\
-	ags_line_member_callbacks.c		\
-	ags_line_member_editor_callbacks.c	\
-	ags_line_member_editor.c		\
-	ags_line_member.c			\
-	ags_link_collection_editor_callbacks.c	\
-	ags_link_collection_editor.c		\
-	ags_link_editor_callbacks.c		\
-	ags_link_editor.c			\
-	ags_listing_editor_callbacks.c		\
-	ags_listing_editor.c			\
-	ags_machine_callbacks.c			\
-	ags_machine_editor_callbacks.c		\
-	ags_machine_editor.c			\
-	ags_machine.c				\
-	ags_menu_bar_callbacks.c		\
-	ags_menu_bar.c 				\
-	ags_navigation_callbacks.c		\
-	ags_navigation.c			\
-	ags_pad_callbacks.c			\
-	ags_pad_editor_callbacks.c 		\
-	ags_pad_editor.c			\
-	ags_pad.c				\
-	ags_performance_preferences_callbacks.c	\
-	ags_performance_preferences.c		\
-	ags_plugin_preferences_callbacks.c	\
-	ags_plugin_preferences.c		\
-	ags_preferences_callbacks.c		\
-	ags_preferences.c			\
-	ags_property_collection_editor_callbacks.c \
-	ags_property_collection_editor.c	\
-	ags_property_editor_callbacks.c		\
-	ags_property_editor.c			\
-	ags_property_listing_editor.c		\
-	ags_resize_editor.c			\
-	ags_server_preferences_callbacks.c	\
-	ags_server_preferences.c		\
-	ags_window_callbacks.c			\
-	ags_window.c
diff --git a/src/ags/X/Makefile.in b/src/ags/X/Makefile.in
deleted file mode 100644
index a46be27..0000000
--- a/src/ags/X/Makefile.in
+++ /dev/null
@@ -1,584 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/X
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_gsequencer_xorg_h_sources = 
-gsequencer_xorg_h_sources = \
-	$(deprecated_gsequencer_xorg_h_sources)	\
-	ags_audio_preferences_callbacks.h	\
-	ags_audio_preferences.h			\
-	ags_automation_editor_callbacks.h	\
-	ags_automation_editor.h			\
-	ags_editor_callbacks.h			\
-	ags_editor.h				\
-	ags_effect_bridge_callbacks.h		\
-	ags_effect_bridge.h			\
-	ags_effect_bulk_callbacks.h		\
-	ags_effect_bulk.h			\
-	ags_effect_line_callbacks.h		\
-	ags_effect_line.h			\
-	ags_effect_pad_callbacks.h		\
-	ags_effect_pad.h			\
-	ags_export_window_callbacks.h		\
-	ags_export_window.h			\
-	ags_generic_preferences_callbacks.h	\
-	ags_generic_preferences.h		\
-	ags_ladspa_browser_callbacks.h		\
-	ags_ladspa_browser.h			\
-	ags_line_callbacks.h 			\
-	ags_line_editor_callbacks.h		\
-	ags_line_editor.h			\
-	ags_line.h				\
-	ags_line_member_callbacks.h		\
-	ags_line_member_editor_callbacks.h	\
-	ags_line_member_editor.h		\
-	ags_line_member.h			\
-	ags_link_collection_editor_callbacks.h	\
-	ags_link_collection_editor.h		\
-	ags_link_editor_callbacks.h		\
-	ags_link_editor.h			\
-	ags_listing_editor_callbacks.h		\
-	ags_listing_editor.h			\
-	ags_machine_callbacks.h			\
-	ags_machine_editor_callbacks.h		\
-	ags_machine_editor.h			\
-	ags_machine.h				\
-	ags_menu_bar_callbacks.h		\
-	ags_menu_bar.h 				\
-	ags_navigation_callbacks.h		\
-	ags_navigation.h			\
-	ags_pad_callbacks.h			\
-	ags_pad_editor_callbacks.h 		\
-	ags_pad_editor.h			\
-	ags_pad.h				\
-	ags_performance_preferences_callbacks.h	\
-	ags_performance_preferences.h		\
-	ags_plugin_preferences_callbacks.h	\
-	ags_plugin_preferences.h		\
-	ags_preferences_callbacks.h		\
-	ags_preferences.h			\
-	ags_property_collection_editor_callbacks.h \
-	ags_property_collection_editor.h	\
-	ags_property_editor_callbacks.h		\
-	ags_property_editor.h			\
-	ags_property_listing_editor.h		\
-	ags_resize_editor.h			\
-	ags_server_preferences_callbacks.h	\
-	ags_server_preferences.h		\
-	ags_window_callbacks.h			\
-	ags_window.h
-
-deprecated_gsequencer_xorg_c_sources = 
-gsequencer_xorg_c_sources = \
-	$(deprecated_gsequencer_xorg_c_sources) \
-	ags_audio_preferences_callbacks.c	\
-	ags_audio_preferences.c			\
-	ags_automation_editor_callbacks.c	\
-	ags_automation_editor.c			\
-	ags_editor_callbacks.c			\
-	ags_editor.c				\
-	ags_effect_bridge_callbacks.c		\
-	ags_effect_bridge.c			\
-	ags_effect_bulk_callbacks.c		\
-	ags_effect_bulk.c			\
-	ags_effect_line_callbacks.c		\
-	ags_effect_line.c			\
-	ags_effect_pad_callbacks.c		\
-	ags_effect_pad.c			\
-	ags_export_window_callbacks.c		\
-	ags_export_window.c			\
-	ags_generic_preferences_callbacks.c	\
-	ags_generic_preferences.c		\
-	ags_ladspa_browser_callbacks.c		\
-	ags_ladspa_browser.c			\
-	ags_line_callbacks.c 			\
-	ags_line_editor_callbacks.c		\
-	ags_line_editor.c			\
-	ags_line.c				\
-	ags_line_member_callbacks.c		\
-	ags_line_member_editor_callbacks.c	\
-	ags_line_member_editor.c		\
-	ags_line_member.c			\
-	ags_link_collection_editor_callbacks.c	\
-	ags_link_collection_editor.c		\
-	ags_link_editor_callbacks.c		\
-	ags_link_editor.c			\
-	ags_listing_editor_callbacks.c		\
-	ags_listing_editor.c			\
-	ags_machine_callbacks.c			\
-	ags_machine_editor_callbacks.c		\
-	ags_machine_editor.c			\
-	ags_machine.c				\
-	ags_menu_bar_callbacks.c		\
-	ags_menu_bar.c 				\
-	ags_navigation_callbacks.c		\
-	ags_navigation.c			\
-	ags_pad_callbacks.c			\
-	ags_pad_editor_callbacks.c 		\
-	ags_pad_editor.c			\
-	ags_pad.c				\
-	ags_performance_preferences_callbacks.c	\
-	ags_performance_preferences.c		\
-	ags_plugin_preferences_callbacks.c	\
-	ags_plugin_preferences.c		\
-	ags_preferences_callbacks.c		\
-	ags_preferences.c			\
-	ags_property_collection_editor_callbacks.c \
-	ags_property_collection_editor.c	\
-	ags_property_editor_callbacks.c		\
-	ags_property_editor.c			\
-	ags_property_listing_editor.c		\
-	ags_resize_editor.c			\
-	ags_server_preferences_callbacks.c	\
-	ags_server_preferences.c		\
-	ags_window_callbacks.c			\
-	ags_window.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/ags_audio_preferences.c b/src/ags/X/ags_audio_preferences.c
index 8d4711c..265a5f6 100644
--- a/src/ags/X/ags_audio_preferences.c
+++ b/src/ags/X/ags_audio_preferences.c
@@ -19,11 +19,14 @@
 #include <ags/X/ags_audio_preferences.h>
 #include <ags/X/ags_audio_preferences_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
+
 #include <ags/object/ags_applicable.h>
-#include <ags/object/ags_soundcard.h>
+
+#include <ags/audio/ags_devout.h>
+#include <ags/audio/ags_config.h>
 
 #include <ags/X/ags_window.h>
 #include <ags/X/ags_preferences.h>
@@ -276,8 +279,7 @@ void
 ags_audio_preferences_apply(AgsApplicable *applicable)
 {
   AgsPreferences *preferences;
-  AgsAudioPreferences *audio_preferences;
-  AgsApplicationContext *application_context;
+  AgsAudioPreferences *audio_preferences; 
   AgsConfig *config;
   GList *card_id, *card_name;
   char *device;
@@ -291,43 +293,40 @@ ags_audio_preferences_apply(AgsApplicable *applicable)
 
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
 							   AGS_TYPE_PREFERENCES);
+  config = AGS_CONFIG(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main)->config);
 
-  application_context = AGS_WINDOW(preferences->parent)->application_context;
-
-  config = application_context->config;
-  
   /* samplerate */
   str = g_strdup_printf("%u\0",
 			(guint) gtk_spin_button_get_value(audio_preferences->samplerate));
-  ags_config_set_value(config,
-		       AGS_CONFIG_DEVOUT,
-		       "samplerate\0",
-		       str);
+  ags_config_set(config,
+		 AGS_CONFIG_DEVOUT,
+		 "samplerate\0",
+		 str);
   g_free(str);
 
   /* buffer size */
   str = g_strdup_printf("%u\0",
 			(guint) gtk_spin_button_get_value(audio_preferences->buffer_size));
-  ags_config_set_value(config,
-		       AGS_CONFIG_DEVOUT,
-		       "buffer-size\0",
-		       str);
+  ags_config_set(config,
+		 AGS_CONFIG_DEVOUT,
+		 "buffer-size\0",
+		 str);
   g_free(str);
 
   /* dsp channels */
   str = g_strdup_printf("%u\0",
 			(guint) gtk_spin_button_get_value(audio_preferences->audio_channels));
-  ags_config_set_value(config,
-		       AGS_CONFIG_DEVOUT,
-		       "dsp-channels\0",
-		       str);
+  ags_config_set(config,
+		 AGS_CONFIG_DEVOUT,
+		 "dsp-channels\0",
+		 str);
   g_free(str);
 
   /* card */
-  ags_config_set_value(config,
-		       AGS_CONFIG_DEVOUT,
-		       "alsa-handle\0",
-		       gtk_combo_box_text_get_active_text(audio_preferences->card));
+  ags_config_set(config,
+		 AGS_CONFIG_DEVOUT,
+		 "alsa-handle\0",
+		 gtk_combo_box_text_get_active_text(audio_preferences->card));
 }
 
 void
@@ -336,7 +335,7 @@ ags_audio_preferences_reset(AgsApplicable *applicable)
   AgsWindow *window;
   AgsPreferences *preferences;
   AgsAudioPreferences *audio_preferences;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   GtkListStore *model;
   GtkTreeIter iter;
   GList *card_id, *card_name;
@@ -352,13 +351,10 @@ ags_audio_preferences_reset(AgsApplicable *applicable)
   /*  */
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
 							   AGS_TYPE_PREFERENCES);
-  window = AGS_WINDOW(preferences->parent);
-
-  soundcard = AGS_SOUNDCARD(window->soundcard);
+  window = AGS_WINDOW(preferences->window);
 
   /* refresh */
-  ags_soundcard_list_cards(AGS_SOUNDCARD(soundcard),
-			   &card_id, &card_name);
+  ags_devout_list_cards(&card_id, &card_name);
   model = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_STRING);
 
   while(card_id != NULL){
@@ -379,11 +375,12 @@ ags_audio_preferences_reset(AgsApplicable *applicable)
 			  GTK_TREE_MODEL(model));
 
   /*  */
-  g_object_get(G_OBJECT(soundcard),
+  devout = window->devout;
+  g_object_get(G_OBJECT(devout),
 	       "device\0", &device,
-	       "pcm-channels\0", &channels,
+	       "pcm_channels\0", &channels,
 	       "frequency\0", &rate,
-	       "buffer-size\0", &buffer_size,
+	       "buffer_size\0", &buffer_size,
 	       NULL);
 
 
@@ -403,13 +400,12 @@ ags_audio_preferences_reset(AgsApplicable *applicable)
 			    (gdouble) buffer_size);
 
   /*  */
-  ags_soundcard_pcm_info(soundcard,
-			 gtk_combo_box_get_active_text(audio_preferences->card),
-			 &channels_min, &channels_max,
-			 &rate_min, &rate_max,
-			 &buffer_size_min, &buffer_size_max,
-			 &error);
-  
+  ags_devout_pcm_info(gtk_combo_box_get_active_text(audio_preferences->card),
+  		      &channels_min, &channels_max,
+  		      &rate_min, &rate_max,
+  		      &buffer_size_min, &buffer_size_max,
+  		      &error);
+
   if(error != NULL){
     GtkMessageDialog *dialog;
 
diff --git a/src/ags/X/ags_audio_preferences_callbacks.c b/src/ags/X/ags_audio_preferences_callbacks.c
index 9eef34a..f971e92 100644
--- a/src/ags/X/ags_audio_preferences_callbacks.c
+++ b/src/ags/X/ags_audio_preferences_callbacks.c
@@ -18,11 +18,12 @@
 
 #include <ags/X/ags_audio_preferences_callbacks.h>
 
-#include <ags/object/ags_soundcard.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_task.h>
 
 #include <ags/audio/task/ags_set_output_device.h>
@@ -38,29 +39,19 @@ ags_audio_preferences_card_changed_callback(GtkComboBox *combo,
 					    AgsAudioPreferences *audio_preferences)
 {
   AgsWindow *window;
-  AgsApplicationContext *application_context;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsSetOutputDevice *set_output_device;
 
   window = AGS_WINDOW(AGS_PREFERENCES(gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
-							      AGS_TYPE_PREFERENCES))->parent);
-  soundcard = AGS_SOUNDCARD(window->soundcard);
+							      AGS_TYPE_PREFERENCES))->window);
+  devout = AGS_DEVOUT(window->devout);
 
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
   /* create set output device task */
-  set_output_device = ags_set_output_device_new((GObject *) soundcard,
+  set_output_device = ags_set_output_device_new((GObject *) devout,
 						gtk_combo_box_get_active_text(audio_preferences->card));
 
   /* append AgsSetOutputDevice */
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(set_output_device));
   
   /* reset dialog */
@@ -72,29 +63,19 @@ ags_audio_preferences_audio_channels_changed(GtkSpinButton *spin_button,
 					     AgsAudioPreferences *audio_preferences)
 {
   AgsWindow *window;
-  AgsApplicationContext *application_context;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsSetAudioChannels *set_audio_channels;
 
   window = AGS_WINDOW(AGS_PREFERENCES(gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
-							      AGS_TYPE_PREFERENCES))->parent);
-  soundcard = AGS_SOUNDCARD(window->soundcard);
-
-  application_context = window->application_context;
-    
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+							      AGS_TYPE_PREFERENCES))->window);
+  devout = AGS_DEVOUT(window->devout);
 
   /* create set output device task */
-  set_audio_channels = ags_set_audio_channels_new(soundcard,
+  set_audio_channels = ags_set_audio_channels_new(devout,
 						  (guint) gtk_spin_button_get_value(spin_button));
 
   /* append AgsSetAudioChannels */
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(set_audio_channels));
 }
 
@@ -103,29 +84,19 @@ ags_audio_preferences_samplerate_changed(GtkSpinButton *spin_button,
 					 AgsAudioPreferences *audio_preferences)
 {
   AgsWindow *window;
-  AgsApplicationContext *application_context;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsSetSamplerate *set_samplerate;
 
   window = AGS_WINDOW(AGS_PREFERENCES(gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
-							      AGS_TYPE_PREFERENCES))->parent);
-  soundcard = AGS_SOUNDCARD(window->soundcard);
-
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+							      AGS_TYPE_PREFERENCES))->window);
+  devout = AGS_DEVOUT(window->devout);
 
   /* create set output device task */
-  set_samplerate = ags_set_samplerate_new((GObject *) soundcard,
+  set_samplerate = ags_set_samplerate_new((GObject *) devout,
 					  (guint) gtk_spin_button_get_value(spin_button));
 
   /* append AgsSetSamplerate */
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(set_samplerate));
 }
 
@@ -134,28 +105,18 @@ ags_audio_preferences_buffer_size_changed(GtkSpinButton *spin_button,
 					  AgsAudioPreferences *audio_preferences)
 {
   AgsWindow *window;
-  AgsApplicationContext *application_context;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsSetBufferSize *set_buffer_size;
 
   window = AGS_WINDOW(AGS_PREFERENCES(gtk_widget_get_ancestor(GTK_WIDGET(audio_preferences),
-									 AGS_TYPE_PREFERENCES))->parent);
-  soundcard = AGS_SOUNDCARD(window->soundcard);
-
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+									 AGS_TYPE_PREFERENCES))->window);
+  devout = AGS_DEVOUT(window->devout);
 
   /* create set output device task */
-  set_buffer_size = ags_set_buffer_size_new((GObject *) soundcard,
+  set_buffer_size = ags_set_buffer_size_new((GObject *) devout,
 					    (guint) gtk_spin_button_get_value(spin_button));
 
   /* append AgsSetBufferSize */
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(set_buffer_size));
 }
diff --git a/src/ags/X/ags_automation_editor.c b/src/ags/X/ags_automation_editor.c
deleted file mode 100644
index ca93202..0000000
--- a/src/ags/X/ags_automation_editor.c
+++ /dev/null
@@ -1,254 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_automation_editor.h>
-#include <ags/X/ags_automation_editor_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/X/ags_window.h>
-
-void ags_automation_editor_class_init(AgsAutomationEditorClass *automation_editor);
-void ags_automation_editor_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_automation_editor_init(AgsAutomationEditor *automation_editor);
-void ags_automation_editor_connect(AgsConnectable *connectable);
-void ags_automation_editor_disconnect(AgsConnectable *connectable);
-void ags_automation_editor_finalize(GObject *gobject);
-
-void ags_automation_editor_real_machine_changed(AgsAutomationEditor *automation_editor, AgsMachine *machine);
-
-enum{
-  MACHINE_CHANGED,
-  LAST_SIGNAL,
-};
-
-static gpointer ags_automation_editor_parent_class = NULL;
-static guint automation_editor_signals[LAST_SIGNAL];
-
-/**
- * SECTION:ags_automation_editor
- * @short_description: machine radio buttons
- * @title: AgsAutomationEditor
- * @section_id:
- * @include: ags/X/editor/ags_automation_editor.h
- *
- * The #AgsAutomationEditor enables you make choice of an #AgsMachine.
- */
-
-GType
-ags_automation_editor_get_type(void)
-{
-  static GType ags_type_automation_editor = 0;
-
-  if(!ags_type_automation_editor){
-    static const GTypeInfo ags_automation_editor_info = {
-      sizeof (AgsAutomationEditorClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_automation_editor_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAutomationEditor),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_automation_editor_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_automation_editor_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_automation_editor = g_type_register_static(GTK_TYPE_DIALOG,
-							"AgsAutomationEditor\0", &ags_automation_editor_info,
-							0);
-    
-    g_type_add_interface_static(ags_type_automation_editor,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_automation_editor);
-}
-
-void
-ags_automation_editor_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_automation_editor_connect;
-  connectable->disconnect = ags_automation_editor_disconnect;
-}
-
-void
-ags_automation_editor_class_init(AgsAutomationEditorClass *automation_editor)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_automation_editor_parent_class = g_type_class_peek_parent(automation_editor);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) automation_editor;
-
-  gobject->finalize = ags_automation_editor_finalize;
-
-  /* AgsEditorClass */
-  automation_editor->machine_changed = ags_automation_editor_real_machine_changed;
-
-  /* signals */
-  /**
-   * AgsEditor::machine-changed:
-   * @editor: the object to change machine.
-   * @machine: the #AgsMachine to set
-   *
-   * The ::machine-changed signal notifies about changed machine.
-   */
-  automation_editor_signals[MACHINE_CHANGED] =
-    g_signal_new("machine-changed\0",
-                 G_TYPE_FROM_CLASS(automation_editor),
-                 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsAutomationEditorClass, machine_changed),
-                 NULL, NULL,
-                 g_cclosure_marshal_VOID__OBJECT,
-                 G_TYPE_NONE, 1,
-		 G_TYPE_OBJECT);
-}
-
-void
-ags_automation_editor_init(AgsAutomationEditor *automation_editor)
-{
-  GtkTable *table;
-
-  g_object_set(G_OBJECT(automation_editor),
-	       "title\0", "edit automation\0",
-	       NULL);
-
-  table = gtk_table_new(2,
-			2,
-			FALSE);
-  gtk_box_pack_start(gtk_dialog_get_content_area(automation_editor),
-		     GTK_WIDGET(table),
-		     TRUE, TRUE,
-		     0);
-
-  automation_editor->automation_toolbar = ags_automation_toolbar_new();
-  gtk_table_attach(table,
-		   GTK_WIDGET(automation_editor->automation_toolbar),
-		   0, 2,
-		   0, 1,
-		   GTK_FILL, 0,
-		   0, 0);
-		   
-  automation_editor->machine_selector = ags_machine_selector_new();
-  gtk_table_attach(table,
-		   GTK_WIDGET(automation_editor->machine_selector),
-		   0, 1,
-		   1, 2,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-
-  automation_editor->automation_edit = ags_automation_edit_new();
-  gtk_table_attach(table,
-		   GTK_WIDGET(automation_editor->automation_edit),
-		   1, 2,
-		   1, 2,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		   0, 0);
-}
-
-void
-ags_automation_editor_connect(AgsConnectable *connectable)
-{
-  AgsAutomationEditor *automation_editor;
-
-  automation_editor = AGS_AUTOMATION_EDITOR(connectable);
-
-  /*  */
-  g_signal_connect_after(automation_editor, "delete-event\0",
-			 G_CALLBACK(ags_automation_editor_delete_event_callback), NULL);
-
-  g_signal_connect((GObject *) automation_editor->machine_selector, "changed\0",
-		   G_CALLBACK(ags_automation_editor_machine_changed_callback), (gpointer) automation_editor);
-
-  /* */
-  ags_connectable_connect(AGS_CONNECTABLE(automation_editor->automation_toolbar));
-  ags_connectable_connect(AGS_CONNECTABLE(automation_editor->automation_edit));
-}
-
-void
-ags_automation_editor_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_editor_finalize(GObject *gobject)
-{
-  //TODO:JK: implement me
-
-  G_OBJECT_CLASS(ags_automation_editor_parent_class)->finalize(gobject);
-}
-
-void
-ags_automation_editor_real_machine_changed(AgsAutomationEditor *automation_editor, AgsMachine *machine)
-{
-  automation_editor->selected_machine = machine;
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_editor_machine_changed:
- * @automation_editor: an #AgsAutomationEditor
- * @machine: the new #AgsMachine
- *
- * Is emitted as machine changed of automation editor.
- *
- * Since: 0.4
- */
-void
-ags_automation_editor_machine_changed(AgsAutomationEditor *automation_editor, AgsMachine *machine)
-{
-  g_return_if_fail(AGS_IS_AUTOMATION_EDITOR(automation_editor));
-
-  g_object_ref((GObject *) automation_editor);
-  g_signal_emit((GObject *) automation_editor,
-		automation_editor_signals[MACHINE_CHANGED], 0,
-		machine);
-  g_object_unref((GObject *) automation_editor);
-}
-
-/**
- * ags_automation_editor_new:
- *
- * Create a new #AgsAutomationEditor.
- *
- * Since: 0.4
- */
-AgsAutomationEditor*
-ags_automation_editor_new(GObject *window)
-{
-  AgsAutomationEditor *automation_editor;
-
-  automation_editor = (AgsAutomationEditor *) g_object_new(AGS_TYPE_AUTOMATION_EDITOR,
-							   NULL);
-  automation_editor->window = window;
-
-  return(automation_editor);
-}
diff --git a/src/ags/X/ags_automation_editor.h b/src/ags/X/ags_automation_editor.h
deleted file mode 100644
index e309354..0000000
--- a/src/ags/X/ags_automation_editor.h
+++ /dev/null
@@ -1,76 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_EDITOR_H__
-#define __AGS_AUTOMATION_EDITOR_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_automation_toolbar.h>
-#include <ags/X/editor/ags_notebook.h>
-#include <ags/X/editor/ags_machine_selector.h>
-#include <ags/X/editor/ags_automation_edit.h>
-
-#define AGS_TYPE_AUTOMATION_EDITOR                (ags_automation_editor_get_type())
-#define AGS_AUTOMATION_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditor))
-#define AGS_AUTOMATION_EDITOR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))
-#define AGS_IS_AUTOMATION_EDITOR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDITOR))
-#define AGS_IS_AUTOMATION_EDITOR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_EDITOR))
-#define AGS_AUTOMATION_EDITOR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDITOR, AgsAutomationEditorClass))
-
-typedef struct _AgsAutomationEditor AgsAutomationEditor;
-typedef struct _AgsAutomationEditorClass AgsAutomationEditorClass;
-
-struct _AgsAutomationEditor
-{
-  GtkDialog dialog;
-
-  gchar *version;
-  gchar *build_id;
-
-  GObject *window;
-
-  AgsMachineSelector *machine_selector;
-  AgsMachine *selected_machine;
-  gulong set_audio_channels_handler;
-  gulong set_pads_handler;
-
-  AgsAutomationToolbar *automation_toolbar;
-
-  AgsAutomationEdit *automation_edit;
-};
-
-struct _AgsAutomationEditorClass
-{
-  GtkDialogClass dialog;
-
-  void (*machine_changed)(AgsAutomationEditor *automation_editor,
-			  AgsMachine *machine);
-};
-
-GType ags_automation_editor_get_type(void);
-
-void ags_automation_editor_machine_changed(AgsAutomationEditor *automation_editor,
-					   AgsMachine *machine);
-
-AgsAutomationEditor* ags_automation_editor_new(GObject *window);
-
-#endif /*__AGS_AUTOMATION_EDITOR_H__*/
diff --git a/src/ags/X/ags_automation_editor_callbacks.c b/src/ags/X/ags_automation_editor_callbacks.c
deleted file mode 100644
index 74566af..0000000
--- a/src/ags/X/ags_automation_editor_callbacks.c
+++ /dev/null
@@ -1,67 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_automation_editor_callbacks.h>
-
-gboolean
-ags_automation_editor_delete_event_callback(GtkWidget *automation_editor,
-					    gpointer data)
-{
-  gtk_widget_hide(automation_editor);
-
-  return(TRUE);
-}
-
-void
-ags_automation_editor_set_audio_channels_callback(AgsAudio *audio,
-						  guint audio_channels, guint audio_channels_old,
-						  AgsAutomationEditor *automation_editor)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_editor_set_pads_callback(AgsAudio *audio,
-					GType channel_type,
-					guint pads, guint pads_old,
-					AgsAutomationEditor *automation_editor)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_editor_machine_changed_callback(AgsMachineSelector *machine_selector, AgsMachine *machine,
-					       AgsAutomationEditor *automation_editor)
-{
-  ags_automation_editor_machine_changed(automation_editor,
-					machine);
-}
-
-void
-ags_automation_editor_change_position_callback(AgsNavigation *navigation, gdouble tact,
-					       AgsAutomationEditor *automation_editor)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_editor_edit_vscrollbar_value_changed_callback(GtkWidget *note_edit,
-							     AgsAutomationEditor *automation_editor)
-{
-  //TODO:JK: implement me
-}
diff --git a/src/ags/X/ags_automation_editor_callbacks.h b/src/ags/X/ags_automation_editor_callbacks.h
deleted file mode 100644
index 1506aff..0000000
--- a/src/ags/X/ags_automation_editor_callbacks.h
+++ /dev/null
@@ -1,53 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_EDITOR_CALLBACKS_H__
-#define __AGS_AUTOMATION_EDITOR_CALLBACKS_H__
-
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_audio.h>
-
-#include <ags/X/ags_automation_editor.h>
-#include <ags/X/ags_navigation.h>
-#include <ags/X/ags_machine.h>
-
-#include <ags/X/editor/ags_machine_selector.h>
-
-gboolean ags_automation_editor_delete_event_callback(GtkWidget *automation_editor,
-						     gpointer data);
-
-void ags_automation_editor_set_audio_channels_callback(AgsAudio *audio,
-						       guint audio_channels, guint audio_channels_old,
-						       AgsAutomationEditor *automation_editor);
-void ags_automation_editor_set_pads_callback(AgsAudio *audio,
-					     GType channel_type,
-					     guint pads, guint pads_old,
-					     AgsAutomationEditor *automation_editor);
-
-void ags_automation_editor_machine_changed_callback(AgsMachineSelector *machine_selector, AgsMachine *machine,
-						    AgsAutomationEditor *automation_editor);
-
-void ags_automation_editor_change_position_callback(AgsNavigation *navigation, gdouble tact,
-						    AgsAutomationEditor *automation_editor);
-
-void ags_automation_editor_edit_vscrollbar_value_changed_callback(GtkWidget *note_edit,
-								  AgsAutomationEditor *automation_editor);
-
-#endif /*__AGS_AUTOMATION_EDITOR_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_bulk_member.c b/src/ags/X/ags_bulk_member.c
deleted file mode 100644
index 9181628..0000000
--- a/src/ags/X/ags_bulk_member.c
+++ /dev/null
@@ -1,876 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_bulk_member.h>
-#include <ags/X/ags_bulk_member_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_task_thread.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_output.h>
-#include <ags/audio/ags_input.h>
-#include <ags/audio/ags_devout.h>
-
-#include <ags/widget/ags_dial.h>
-
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_effect_bulk.h>
-
-void ags_bulk_member_class_init(AgsBulkMemberClass *bulk_member);
-void ags_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_bulk_member_init(AgsBulkMember *bulk_member);
-void ags_bulk_member_set_property(GObject *gobject,
-				  guint prop_id,
-				  const GValue *value,
-				  GParamSpec *param_spec);
-void ags_bulk_member_get_property(GObject *gobject,
-				  guint prop_id,
-				  GValue *value,
-				  GParamSpec *param_spec);
-void ags_bulk_member_connect(AgsConnectable *connectable);
-void ags_bulk_member_disconnect(AgsConnectable *connectable);
-void ags_bulk_member_finalize(GObject *gobject);
-
-void ags_bulk_member_real_change_port(AgsBulkMember *bulk_member,
-				      gpointer port_data);
-
-/**
- * SECTION:ags_bulk_member
- * @short_description: Modify assigned recall's port
- * @title: AgsBulkMember
- * @section_id:
- * @include: ags/X/ags_bulk_member.h
- *
- * #AgsBulkMember is a composite widget to modify ports of recalls. A bulk member
- * controls only one specific port of a recall but distinguishes between simple/complex
- * recall. It is generally packed into a #AgsBulk.
- */
-
-enum{
-  CHANGE_PORT,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_WIDGET_TYPE,
-  PROP_WIDGET_LABEL,
-  PROP_PLUGIN_NAME,
-  PROP_FILENAME,
-  PROP_EFFECT,
-  PROP_SPECIFIER,
-  PROP_CONTROL_PORT,
-  PROP_TASK_TYPE,
-};
-
-static gpointer ags_bulk_member_parent_class = NULL;
-static guint bulk_member_signals[LAST_SIGNAL];
-
-GType
-ags_bulk_member_get_type(void)
-{
-  static GType ags_type_bulk_member = 0;
-
-  if(!ags_type_bulk_member){
-    static const GTypeInfo ags_bulk_member_info = {
-      sizeof(AgsBulkMemberClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_bulk_member_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsBulkMember),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_bulk_member_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_bulk_member_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_bulk_member = g_type_register_static(GTK_TYPE_FRAME,
-						  "AgsBulkMember\0", &ags_bulk_member_info,
-						  0);
-
-    g_type_add_interface_static(ags_type_bulk_member,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_bulk_member);
-}
-
-void
-ags_bulk_member_class_init(AgsBulkMemberClass *bulk_member)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_bulk_member_parent_class = g_type_class_peek_parent(bulk_member);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(bulk_member);
-
-  gobject->set_property = ags_bulk_member_set_property;
-  gobject->get_property = ags_bulk_member_get_property;
-
-  gobject->finalize = ags_bulk_member_finalize;
-
-  /* properties */
-  /**
-   * AgsBulkMember:widget-type:
-   *
-   * The widget type to instantiate and use as control.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_ulong("widget-type\0",
-				  "widget type of bulk member\0",
-				  "The widget type this bulk member packs\0",
-				  0, G_MAXULONG, 
-				  G_TYPE_NONE,
-				  G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_WIDGET_TYPE,
-				  param_spec);
-
-  /**
-   * AgsBulkMember:widget-label:
-   *
-   * The widget's label to use.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("widget-label\0",
-				   "label to display\0",
-				   "The label to display\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_WIDGET_LABEL,
-				  param_spec);
-
-  /**
-   * AgsBulkMember:plugin-name:
-   *
-   * The plugin name of the recall to use.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("plugin-name\0",
-				   "plugin name to control\0",
-				   "The plugin's name to control\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_PLUGIN_NAME,
-				  param_spec);
-
-  /**
-   * AgsBulkMember:specifier:
-   *
-   * The plugin specifier of the recall to apply.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("specifier\0",
-				   "port specifier\0",
-				   "The specifier of the port\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_SPECIFIER,
-				  param_spec);
-
-  /**
-   * AgsBulkMember:filename:
-   *
-   * The plugin filename of the recall to apply.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("filename\0",
-				   "the filename\0",
-				   "The filename of the plugin\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_FILENAME,
-				  param_spec);
-
-    /**
-   * AgsBulkMember:effect:
-   *
-   * The plugin effect of the recall to apply.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("effect\0",
-				   "the effect\0",
-				   "The effect of the plugin\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_EFFECT,
-				  param_spec);
-
-  /**
-   * AgsBulkMember:control-port:
-   *
-   * The control port of the recall.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_string("control-port\0",
-				   "control port index\0",
-				   "The index of the port to control\0",
-				   NULL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CONTROL_PORT,
-				  param_spec);
-
-  /* AgsBulkMember */
-  bulk_member->change_port = ags_bulk_member_real_change_port;
-
-  /* signals */
-  /**
-   * AgsBulkMember::change-port:
-   * @bulk_member: the #AgsBulkMember
-   * @port_data: the port's data
-   *
-   * The ::change-port signal notifies modified port.
-   */
-  bulk_member_signals[CHANGE_PORT] =
-    g_signal_new("change-port\0",
-		 G_TYPE_FROM_CLASS(bulk_member),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsBulkMemberClass, change_port),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__POINTER,
-		 G_TYPE_NONE, 1,
-		 G_TYPE_POINTER);
-}
-
-void
-ags_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->connect = ags_bulk_member_connect;
-  connectable->disconnect = ags_bulk_member_disconnect;
-}
-
-void
-ags_bulk_member_init(AgsBulkMember *bulk_member)
-{
-  GtkWidget *control;
-
-  g_signal_connect_after((GObject *) bulk_member, "parent_set\0",
-			 G_CALLBACK(ags_bulk_member_parent_set_callback), (gpointer) bulk_member);
-
-  bulk_member->flags = (AGS_BULK_MEMBER_RESET_BY_ATOMIC |
-			AGS_BULK_MEMBER_APPLY_RECALL);
-
-  bulk_member->widget_type = AGS_TYPE_DIAL;
-  control = (GtkWidget *) g_object_new(AGS_TYPE_DIAL,
-				       "adjustment\0", gtk_adjustment_new(0.0, 0.0, 1.0, 0.1, 0.1, 0.0),
-				       NULL);
-  gtk_container_add(GTK_CONTAINER(bulk_member),
-		    control);
-
-  bulk_member->widget_label = NULL;
-
-  bulk_member->plugin_name = NULL;
-  
-  bulk_member->filename = NULL;
-  bulk_member->effect = NULL;
-  bulk_member->specifier = NULL;
-
-  bulk_member->control_port = NULL;
-
-  bulk_member->bulk_port = NULL;
-
-  bulk_member->task_type = G_TYPE_NONE;
-}
-
-void
-ags_bulk_member_set_property(GObject *gobject,
-			     guint prop_id,
-			     const GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsBulkMember *bulk_member;
-
-  bulk_member = AGS_BULK_MEMBER(gobject);
-
-  switch(prop_id){
-  case PROP_WIDGET_TYPE:
-    {
-      GtkWidget *child, *new_child;
-      GType widget_type;
-
-      widget_type = g_value_get_ulong(value);
-
-      if(widget_type == bulk_member->widget_type){
-	return;
-      }
-
-      child = gtk_bin_get_child(GTK_BIN(bulk_member));
-
-      if(child != NULL){
-	gtk_widget_destroy(child);
-      }
-
-      bulk_member->widget_type = widget_type;
-      new_child = (GtkWidget *) g_object_new(widget_type,
-					     NULL);
-
-      gtk_container_add(GTK_CONTAINER(bulk_member),
-			new_child);
-			
-    }
-    break;
-  case PROP_WIDGET_LABEL:
-    {
-      gchar *label;
-
-      label = g_value_get_string(value);
-
-      if(label == bulk_member->widget_label){
-	return;
-      }
-
-      bulk_member->widget_label = g_strdup(label);
-      ags_bulk_member_set_label(bulk_member, label);
-    }
-    break;
-  case PROP_PLUGIN_NAME:
-    {
-      gchar *plugin_name;
-
-      plugin_name = g_value_get_string(value);
-
-      if(plugin_name == bulk_member->plugin_name){
-	return;
-      }
-
-      bulk_member->plugin_name = g_strdup(plugin_name);
-    }
-    break;
-  case PROP_FILENAME:
-    {
-      gchar *filename;
-
-      filename = g_value_get_string(value);
-
-      if(filename == bulk_member->filename){
-	return;
-      }
-
-      bulk_member->filename = g_strdup(filename);
-    }
-    break;
-  case PROP_EFFECT:
-    {
-      gchar *effect;
-
-      effect = g_value_get_string(value);
-
-      if(effect == bulk_member->effect){
-	return;
-      }
-
-      bulk_member->effect = g_strdup(effect);
-    }
-    break;
-  case PROP_SPECIFIER:
-    {
-      gchar *specifier;
-
-      specifier = g_value_get_string(value);
-
-      if(specifier == bulk_member->specifier){
-	return;
-      }
-
-      bulk_member->specifier = g_strdup(specifier);
-    }
-    break;
-  case PROP_CONTROL_PORT:
-    {
-      gchar *control_port;
-
-      control_port = g_value_get_string(value);
-
-      if(control_port == bulk_member->control_port){
-	return;
-      }
-
-      bulk_member->control_port = g_strdup(control_port);
-    }
-    break;
-  case PROP_TASK_TYPE:
-    {
-      GType type;
-
-      type = g_value_get_ulong(value);
-      
-      if(bulk_member->task_type == type){
-	return;
-      }
-      
-      bulk_member->task_type = type;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_bulk_member_get_property(GObject *gobject,
-			     guint prop_id,
-			     GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsBulkMember *bulk_member;
-
-  bulk_member = AGS_BULK_MEMBER(gobject);
-
-  switch(prop_id){
-  case PROP_WIDGET_TYPE:
-    {
-      g_value_set_ulong(value, bulk_member->widget_type);
-    }
-    break;
-  case PROP_WIDGET_LABEL:
-    {
-      g_value_set_string(value, bulk_member->widget_label);
-    }
-    break;
-  case PROP_PLUGIN_NAME:
-    {
-      g_value_set_string(value, bulk_member->plugin_name);
-    }
-    break;
-  case PROP_FILENAME:
-    {
-      g_value_set_string(value, bulk_member->filename);
-    }
-    break;
-  case PROP_EFFECT:
-    {
-      g_value_set_string(value, bulk_member->effect);
-    }
-    break;
-  case PROP_SPECIFIER:
-    {
-      g_value_set_string(value, bulk_member->specifier);
-    }
-    break;
-  case PROP_CONTROL_PORT:
-    {
-      g_value_set_string(value, bulk_member->control_port);
-    }
-    break;
-  case PROP_TASK_TYPE:
-    {
-      g_value_set_ulong(value, bulk_member->task_type);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_bulk_member_connect(AgsConnectable *connectable)
-{
-  AgsBulkMember *bulk_member;
-  GtkWidget *control;
-
-  bulk_member = AGS_BULK_MEMBER(connectable);
-
-  control = gtk_bin_get_child(GTK_BIN(bulk_member));
-
-  /* widget callback */
-  if(bulk_member->widget_type == AGS_TYPE_DIAL){
-    g_signal_connect(GTK_WIDGET(control), "value-changed\0",
-		     G_CALLBACK(ags_bulk_member_dial_changed_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_VSCALE){
-    g_signal_connect(GTK_WIDGET(control), "value-changed\0",
-		     G_CALLBACK(ags_bulk_member_vscale_changed_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_HSCALE){
-    g_signal_connect(GTK_WIDGET(control), "value-changed\0",
-		     G_CALLBACK(ags_bulk_member_hscale_changed_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_SPIN_BUTTON){
-    g_signal_connect(GTK_WIDGET(control), "value-changed\0",
-		     G_CALLBACK(ags_bulk_member_spin_button_changed_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_CHECK_BUTTON){
-    g_signal_connect(GTK_WIDGET(control), "clicked\0",
-		     G_CALLBACK(ags_bulk_member_check_button_clicked_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_TOGGLE_BUTTON){
-    g_signal_connect(GTK_WIDGET(control), "clicked\0",
-		     G_CALLBACK(ags_bulk_member_toggle_button_clicked_callback), bulk_member);
-  }else if(bulk_member->widget_type == GTK_TYPE_BUTTON){
-    g_signal_connect(GTK_WIDGET(control), "clicked\0",
-		     G_CALLBACK(ags_bulk_member_button_clicked_callback), bulk_member);
-  }
-}
-
-void
-ags_bulk_member_disconnect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_bulk_member_finalize(GObject *gobject)
-{
-  /* empty */
-}
-
-GtkWidget*
-ags_bulk_member_get_widget(AgsBulkMember *bulk_member)
-{
-  return(gtk_bin_get_child(bulk_member));
-}
-
-AgsBulkPort*
-ags_bulk_port_alloc(AgsPort *port,
-		    AgsPort *recall_port)
-{
-  AgsBulkPort *bulk_port;
-
-  bulk_port = (AgsBulkPort *) malloc(sizeof(AgsBulkPort));
-
-  bulk_port->port = port;
-  bulk_port->port_data = &(port->port_value);
-  bulk_port->active = FALSE;
-  
-  bulk_port->recall_port = recall_port;
-  bulk_port->recall_port_data = &(port->port_value);
-  bulk_port->active = FALSE;
-
-  return(bulk_port);
-}
-
-/**
- * ags_bulk_member_set_label:
- * @bulk_member: an #AgsBulkMember
- * @label: the label of the control
- *
- * Modify the label of the bulk member.
- */
-void
-ags_bulk_member_set_label(AgsBulkMember *bulk_member,
-			  gchar *label)
-{
-  GtkWidget *child_widget;
-
-  if(g_type_is_a(bulk_member->widget_type, GTK_TYPE_BUTTON) ||
-     bulk_member->widget_type == GTK_TYPE_SPIN_BUTTON){
-    child_widget = gtk_bin_get_child(GTK_BIN(bulk_member));
-
-    g_object_set(G_OBJECT(child_widget),
-		 "label\0", label,
-		 NULL);
-  }else{
-    GtkLabel *label;
-
-    //TODO:JK: implement me
-  }
-
-
-  bulk_member->widget_label = label;
-}
-
-void
-ags_bulk_member_real_change_port(AgsBulkMember *bulk_member,
-				 gpointer port_data)
-{
-  AgsWindow *window;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  
-  AgsApplicationContext *application_context;
-  
-  window = gtk_widget_get_ancestor(bulk_member,
-				   AGS_TYPE_WINDOW);
-  
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
-  if((AGS_BULK_MEMBER_RESET_BY_ATOMIC & (bulk_member->flags)) != 0){
-    AgsPort *port;
-    GList *list;
-    GValue value = {0,};
-
-    list = bulk_member->bulk_port;
-
-    while(list != NULL){
-      port = AGS_BULK_PORT(list->data)->port;
-      
-      if(!port->port_value_is_pointer){
-	if(port->port_value_type == G_TYPE_BOOLEAN){
-	  g_value_init(&value,
-		       G_TYPE_BOOLEAN);
-
-	  g_value_set_boolean(&value,
-			      ((gboolean *) port_data)[0]);
-	}else if(port->port_value_type == G_TYPE_INT64){
-	  g_value_init(&value,
-		       G_TYPE_INT64);
-	  g_value_set_int64(&value,
-			    ((gint *) port_data)[0]);
-	}else if(port->port_value_type == G_TYPE_UINT64){
-	  g_value_init(&value,
-		       G_TYPE_UINT64);
-
-	  g_value_set_uint64(&value,
-			     ((guint *) port_data)[0]);
-	}else if(port->port_value_type == G_TYPE_FLOAT){
-	  g_value_init(&value,
-		       G_TYPE_DOUBLE);
-
-	  g_value_set_double(&value,
-			     ((gdouble *) port_data)[0]);
-	}else if(port->port_value_type == G_TYPE_DOUBLE){
-	  g_value_init(&value,
-		       G_TYPE_DOUBLE);
-
-	  g_value_set_double(&value,
-			     ((gdouble *) port_data)[0]);
-	}
-      }else{
-	if(port->port_value_type == G_TYPE_OBJECT){
-	  g_value_init(&value,
-		       G_TYPE_OBJECT);
-	  g_value_set_object(&value,
-			     port_data);
-	}else{
-	  if(port->port_value_type == G_TYPE_BOOLEAN ||
-	     port->port_value_type == G_TYPE_INT64 ||
-	     port->port_value_type == G_TYPE_UINT64 ||
-	     port->port_value_type == G_TYPE_FLOAT ||
-	     port->port_value_type == G_TYPE_DOUBLE ||
-	     port->port_value_type == G_TYPE_POINTER){
-	    g_value_init(&value,
-			 G_TYPE_POINTER);
-
-	    g_value_set_pointer(&value,
-				port_data);
-
-	  }
-	}
-      }
-
-      ags_port_safe_write(bulk_member->bulk_port,
-			  &value);
-
-      if((AGS_BULK_MEMBER_APPLY_RECALL & (bulk_member->flags)) != 0){
-	ags_port_safe_write(AGS_BULK_PORT(list->data)->recall_port,
-			    &value);
-      }
-
-      list = list->next;
-    }
-  }
-
-  if((AGS_BULK_MEMBER_RESET_BY_TASK & (bulk_member->flags)) != 0){
-    AgsEffectBulk *effect_bulk;
-    AgsTaskThread *task_thread;
-    AgsTask *task;
-
-    effect_bulk = (AgsEffectBulk *) gtk_widget_get_ancestor(GTK_WIDGET(bulk_member),
-							    AGS_TYPE_EFFECT_BULK);
-    
-    task = (AgsTask *) g_object_new(bulk_member->task_type,
-				    bulk_member->control_port, port_data,
-				    NULL);
-
-    ags_task_thread_append_task(task_thread,
-				task);
-  }
-}
-
-/**
- * ags_bulk_change_port:
- * @bulk_member: an #AgsBulkMember
- * @port_data: the port's value
- *
- * Is emitted as port's value is modified.
- *
- * Since: 0.4
- */
-void
-ags_bulk_member_change_port(AgsBulkMember *bulk_member,
-			    gpointer port_data)
-{
-  g_return_if_fail(AGS_IS_BULK_MEMBER(bulk_member));
-
-  g_object_ref((GObject *) bulk_member);
-  g_signal_emit(G_OBJECT(bulk_member),
-		bulk_member_signals[CHANGE_PORT], 0,
-		port_data);
-  g_object_unref((GObject *) bulk_member);
-}
-
-/**
- * ags_bulk_member_find_port:
- * @bulk_member: an #AgsBulkMember
- *
- * Lookup ports of assigned recall.
- *
- * Since: 0.4
- */
-void
-ags_bulk_member_find_port(AgsBulkMember *bulk_member)
-{
-  GtkWidget *effect_bulk;
-  AgsAudio *audio;
-  AgsChannel *channel;
-  AgsPort *audio_port, *channel_port;
-  AgsPort *recall_audio_port, *recall_channel_port;
-  GList *recall;
-  gchar *specifier;
-
-  auto AgsPort* ags_bulk_member_find_specifier(GList *recall);
-
-  AgsPort* ags_bulk_member_find_specifier(GList *recall){
-    GList *port;
-    
-    while(recall != NULL){
-      port = AGS_RECALL(recall->data)->port;
-
-#ifdef AGS_DEBUG
-      g_message("search port in %s\0", G_OBJECT_TYPE_NAME(recall->data));
-#endif
-
-      while(port != NULL){
-	if(!g_strcmp0(AGS_PORT(port->data)->specifier,
-		      specifier)){
-	  return(AGS_PORT(port->data));
-	}
-
-	port = port->next;
-      }
-
-      recall = recall->next;
-    }
-
-    return(NULL);
-  }
-
-
-  if(bulk_member == NULL){
-    return;
-  }
-
-  specifier = bulk_member->specifier;
-
-  if(!AGS_IS_BULK_MEMBER(bulk_member) || specifier == NULL){
-    return;
-  }
-
-  effect_bulk = gtk_widget_get_ancestor(GTK_WIDGET(bulk_member),
-					AGS_TYPE_EFFECT_BULK);
-
-  audio = AGS_EFFECT_BULK(effect_bulk)->audio;
-  
-  audio_port = NULL;
-  channel_port = NULL;
-  
-  recall_audio_port = NULL;
-  recall_channel_port = NULL;
-  
-  /* search channels */
-  channel = NULL;
-  
-  if(AGS_EFFECT_BULK(effect_bulk)->channel_type == AGS_TYPE_OUTPUT){
-    channel = audio->output;
-  }else if(AGS_EFFECT_BULK(effect_bulk)->channel_type == AGS_TYPE_INPUT){
-    channel = audio->input;
-  }
-
-  while(channel != NULL){
-    recall = channel->play;
-    channel_port = ags_bulk_member_find_specifier(recall);
-
-    recall = channel->recall;
-    recall_channel_port = ags_bulk_member_find_specifier(recall);
-
-    if(channel_port != NULL){
-      bulk_member->bulk_port = g_list_prepend(bulk_member->bulk_port,
-					      ags_bulk_port_alloc(channel_port,
-								  recall_channel_port));
-    }
-
-    channel = channel->next;
-  }
-  
-  /* search audio */
-  if(channel_port == NULL){
-    recall = audio->play;
-    audio_port = ags_bulk_member_find_specifier(recall);
-
-    recall = audio->recall;
-    recall_audio_port = ags_bulk_member_find_specifier(recall);
-
-    if(audio_port != NULL){
-      g_object_set(G_OBJECT(bulk_member),
-		   "port\0", audio_port,
-		   NULL);
-
-      g_object_set(G_OBJECT(bulk_member),
-		   "recall-port\0", recall_audio_port,
-		   NULL);
-    }
-  }
-}
-
-/**
- * ags_bulk_member_new:
- *
- * Creates an #AgsBulkMember
- *
- * Returns: a new #AgsBulkMember
- *
- * Since: 0.4
- */
-AgsBulkMember*
-ags_bulk_member_new()
-{
-  AgsBulkMember *bulk_member;
-
-  bulk_member = (AgsBulkMember *) g_object_new(AGS_TYPE_BULK_MEMBER,
-					       NULL);
-
-  return(bulk_member);
-}
diff --git a/src/ags/X/ags_bulk_member.h b/src/ags/X/ags_bulk_member.h
deleted file mode 100644
index 730a949..0000000
--- a/src/ags/X/ags_bulk_member.h
+++ /dev/null
@@ -1,107 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_BULK_MEMBER_H__
-#define __AGS_BULK_MEMBER_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_recall.h>
-#include <ags/audio/ags_port.h>
-#include <ags/audio/ags_task.h>
-
-#define AGS_TYPE_BULK_MEMBER                (ags_bulk_member_get_type())
-#define AGS_BULK_MEMBER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_BULK_MEMBER, AgsBulkMember))
-#define AGS_BULK_MEMBER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_BULK_MEMBER, AgsBulkMemberClass))
-#define AGS_IS_BULK_MEMBER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_BULK_MEMBER))
-#define AGS_IS_BULK_MEMBER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_BULK_MEMBER))
-#define AGS_BULK_MEMBER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_BULK_MEMBER, AgsBulkMemberClass))
-
-#define AGS_BULK_PORT(ptr) ((AgsBulkPort *)(ptr))
-
-typedef struct _AgsBulkMember AgsBulkMember;
-typedef struct _AgsBulkMemberClass AgsBulkMemberClass;
-typedef struct _AgsBulkPort AgsBulkPort;
-
-typedef enum{
-  AGS_BULK_MEMBER_DEFAULT_TEMPLATE      = 1,
-  AGS_BULK_MEMBER_RESET_BY_ATOMIC       = 1 << 1,
-  AGS_BULK_MEMBER_RESET_BY_TASK         = 1 << 2,
-  AGS_BULK_MEMBER_APPLY_RECALL          = 1 << 3,
-}AgsBulkMemberFlags;
-
-struct _AgsBulkMember
-{
-  GtkFrame frame;
-
-  guint flags;
-
-  GType widget_type;
-  gchar *widget_label;
-
-  gchar *filename;
-  gchar *effect;
-  
-  gchar *plugin_name;
-  gchar *specifier;
-
-  gchar *control_port;
-
-  GList *bulk_port;
-  
-  GType task_type;
-};
-
-struct _AgsBulkMemberClass
-{
-  GtkFrameClass frame;
-
-  void (*change_port)(AgsBulkMember *bulk_member,
-		      gpointer port_data);
-};
-
-struct _AgsBulkPort
-{
-  AgsPort *port;
-  gpointer port_data;
-  gboolean active;
-
-  AgsPort *recall_port;
-  gpointer recall_port_data;
-  gboolean recall_active;
-};
-
-GType ags_bulk_member_get_type(void);
-
-AgsBulkPort* ags_bulk_port_alloc(AgsPort *port,
-				 AgsPort *recall_port);
-
-GtkWidget* ags_bulk_member_get_widget(AgsBulkMember *bulk_member);
-void ags_bulk_member_set_label(AgsBulkMember *bulk_member,
-			       gchar *label);
-
-void ags_bulk_member_change_port(AgsBulkMember *bulk_member,
-				 gpointer port_data);
-
-void ags_bulk_member_find_port(AgsBulkMember *bulk_member);
-
-AgsBulkMember* ags_bulk_member_new();
-
-#endif /*__AGS_BULK_MEMBER_H__*/
diff --git a/src/ags/X/ags_bulk_member_callbacks.c b/src/ags/X/ags_bulk_member_callbacks.c
deleted file mode 100644
index 7dff93c..0000000
--- a/src/ags/X/ags_bulk_member_callbacks.c
+++ /dev/null
@@ -1,104 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_bulk_member_callbacks.h>
-
-int
-ags_bulk_member_parent_set_callback(GtkWidget *widget, GtkObject *old_parent, AgsBulkMember *bulk_member)
-{
-  if(old_parent == NULL){
-    //TODO:JK: implement me
-  }
-}
-
-void
-ags_bulk_member_dial_changed_callback(GtkWidget *dial, AgsBulkMember *bulk_member)
-{
-  GtkAdjustment *adjustment;
-
-  g_object_get(dial,
-	       "adjustment\0", &adjustment,
-	       NULL);
-  ags_bulk_member_change_port(bulk_member,
-			      (gpointer) &(adjustment->value));
-}
-
-void
-ags_bulk_member_vscale_changed_callback(GtkWidget *vscale, AgsBulkMember *bulk_member)
-{
-  GtkAdjustment *adjustment;
-
-  adjustment = gtk_range_get_adjustment(GTK_RANGE(vscale));
-  ags_bulk_member_change_port(bulk_member,
-			      (gpointer) &(adjustment->value));
-}
-
-void
-ags_bulk_member_hscale_changed_callback(GtkWidget *hscale, AgsBulkMember *bulk_member)
-{
-  GtkAdjustment *adjustment;
-
-  adjustment = gtk_range_get_adjustment(GTK_RANGE(hscale));
-  ags_bulk_member_change_port(bulk_member,
-			      &(adjustment->value));
-}
-
-void
-ags_bulk_member_spin_button_changed_callback(GtkWidget *spin_button, AgsBulkMember *bulk_member)
-{
-  GtkAdjustment *adjustment;
-
-  adjustment = gtk_spin_button_get_adjustment(spin_button);
-  ags_bulk_member_change_port(bulk_member,
-			      &(adjustment->value));
-}
-
-void
-ags_bulk_member_check_button_clicked_callback(GtkWidget *check_button, AgsBulkMember *bulk_member)
-{
-  gboolean active;
-
-  active = gtk_toggle_button_get_active((GtkToggleButton *) check_button);
-  ags_bulk_member_change_port(bulk_member,
-			      &(active));
-}
-
-void
-ags_bulk_member_toggle_button_clicked_callback(GtkWidget *toggle_button, AgsBulkMember *bulk_member)
-{
-  gboolean active;
-
-  active = gtk_toggle_button_get_active((GtkToggleButton *) toggle_button);
-  ags_bulk_member_change_port(bulk_member,
-			      &(active));
-}
-
-void
-ags_bulk_member_button_clicked_callback(GtkWidget *button, AgsBulkMember *bulk_member)
-{
-  gboolean active;
-
-  ags_bulk_member_change_port(bulk_member,
-			      &(active));
-}
-void
-ags_bulk_member_port_safe_write_callback(AgsPort *port, GValue *value,
-					 AgsBulkMember *bulk_member)
-{
-  //TODO:JK: implement me
-}
diff --git a/src/ags/X/ags_bulk_member_callbacks.h b/src/ags/X/ags_bulk_member_callbacks.h
deleted file mode 100644
index 63c19b9..0000000
--- a/src/ags/X/ags_bulk_member_callbacks.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_BULK_MEMBER_CALLBACKS_H__
-#define __AGS_BULK_MEMBER_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_bulk_member.h>
-
-int ags_bulk_member_parent_set_callback(GtkWidget *widget, GtkObject *old_parent, AgsBulkMember *bulk_member);
-
-void ags_bulk_member_dial_changed_callback(GtkWidget *dial, AgsBulkMember *bulk_member);
-void ags_bulk_member_vscale_changed_callback(GtkWidget *vscale, AgsBulkMember *bulk_member);
-void ags_bulk_member_hscale_changed_callback(GtkWidget *hscale, AgsBulkMember *bulk_member);
-void ags_bulk_member_spin_button_changed_callback(GtkWidget *spin_button, AgsBulkMember *bulk_member);
-void ags_bulk_member_check_button_clicked_callback(GtkWidget *check_button, AgsBulkMember *bulk_member);
-void ags_bulk_member_toggle_button_clicked_callback(GtkWidget *toggle_button, AgsBulkMember *bulk_member);
-void ags_bulk_member_button_clicked_callback(GtkWidget *button, AgsBulkMember *bulk_member);
-
-void ags_bulk_member_port_safe_write_callback(AgsPort *port, GValue *value,
-					      AgsBulkMember *bulk_member);
-
-#endif /*__AGS_BULK_MEMBER_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_editor.c b/src/ags/X/ags_editor.c
index e7e2bd0..a1a58eb 100644
--- a/src/ags/X/ags_editor.c
+++ b/src/ags/X/ags_editor.c
@@ -46,6 +46,8 @@ void ags_editor_disconnect(AgsConnectable *connectable);
 void ags_editor_destroy(GtkObject *object);
 void ags_editor_show(GtkWidget *widget);
 
+void ags_editor_real_audio_channels_changed(AgsEditor *editor, guint audio_channels);
+void ags_editor_real_pads_changed(AgsEditor *editor, guint pads);
 void ags_editor_real_machine_changed(AgsEditor *editor, AgsMachine *machine);
 
 /**
@@ -66,7 +68,7 @@ enum{
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
 };
 
 static gpointer ags_editor_parent_class = NULL;
@@ -129,19 +131,19 @@ ags_editor_class_init(AgsEditorClass *editor)
 
   /* properties */
   /**
-   * AgsEditor:soundcard:
+   * AgsEditor:devout:
    *
-   * The assigned #AgsSoundcard acting as default sink.
+   * The assigned #AgsDevout acting as default sink.
    * 
    * Since: 0.4
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /* AgsEditorClass */
@@ -180,6 +182,7 @@ ags_editor_init(AgsEditor *editor)
 {
   GtkHPaned *paned;
   GtkScrolledWindow *scrolled_window;
+  GtkTable *table;
 
   g_signal_connect_after((GObject *) editor, "parent-set\0",
 			 G_CALLBACK(ags_editor_parent_set_callback), editor);
@@ -189,7 +192,7 @@ ags_editor_init(AgsEditor *editor)
   editor->version = AGS_EDITOR_DEFAULT_VERSION;
   editor->build_id = AGS_EDITOR_DEFAULT_BUILD_ID;
 
-  editor->soundcard = NULL;
+  editor->devout = NULL;
 
   editor->toolbar = ags_toolbar_new();
   gtk_box_pack_start((GtkBox *) editor,
@@ -210,17 +213,26 @@ ags_editor_init(AgsEditor *editor)
 
   editor->selected_machine = NULL;
 
-  editor->table = (GtkTable *) gtk_table_new(4, 3, FALSE);
-  gtk_paned_pack2((GtkPaned *) paned, (GtkWidget *) editor->table, TRUE, FALSE);
+  table = (GtkTable *) gtk_table_new(4, 3, FALSE);
+  gtk_paned_pack2((GtkPaned *) paned, (GtkWidget *) table, TRUE, FALSE);
   
   editor->notebook = ags_notebook_new();
-  gtk_table_attach(editor->table, (GtkWidget *) editor->notebook,
+  gtk_table_attach(table, (GtkWidget *) editor->notebook,
 		   0, 3, 0, 1,
 		   GTK_FILL|GTK_EXPAND, GTK_FILL,
 		   0, 0);
 
-  editor->piano.meter = NULL;
-  editor->edit.note_edit = NULL;
+  editor->meter = ags_meter_new();
+  gtk_table_attach(table, (GtkWidget *) editor->meter,
+		   0, 1, 1, 2,
+		   GTK_FILL, GTK_FILL,
+		   0, 0);
+
+  editor->note_edit = ags_note_edit_new();
+  gtk_table_attach(table, (GtkWidget *) editor->note_edit,
+		   1, 2, 1, 2,
+		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
+		   0, 0);
 
   editor->tact_counter = 0;
 }
@@ -236,19 +248,19 @@ ags_editor_set_property(GObject *gobject,
   editor = AGS_EDITOR(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = (GObject *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      if(editor->soundcard == soundcard)
+      if(editor->devout == devout)
 	return;
 
-      if(soundcard != NULL)
-	g_object_ref(soundcard);
+      if(devout != NULL)
+	g_object_ref(devout);
 
-      editor->soundcard = soundcard;
+      editor->devout = devout;
     }
     break;
   default:
@@ -268,8 +280,8 @@ ags_editor_get_property(GObject *gobject,
   editor = AGS_EDITOR(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, editor->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, editor->devout);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -304,6 +316,8 @@ ags_editor_connect(AgsConnectable *connectable)
   ags_connectable_connect(AGS_CONNECTABLE(editor->toolbar));
   ags_connectable_connect(AGS_CONNECTABLE(editor->machine_selector));
   ags_connectable_connect(AGS_CONNECTABLE(editor->notebook));
+  ags_connectable_connect(AGS_CONNECTABLE(editor->meter));
+  ags_connectable_connect(AGS_CONNECTABLE(editor->note_edit));
 }
 
 void
@@ -315,7 +329,6 @@ ags_editor_disconnect(AgsConnectable *connectable)
 void
 ags_editor_real_machine_changed(AgsEditor *editor, AgsMachine *machine)
 {
-  GtkTable *table;
   guint pads;
 
   if(editor->selected_machine == machine){
@@ -328,8 +341,6 @@ ags_editor_real_machine_changed(AgsEditor *editor, AgsMachine *machine)
     return;
   }
 
-  table = editor->table;
-
   editor->set_audio_channels_handler = g_signal_connect(machine->audio, "set-audio-channels\0",
 							G_CALLBACK(ags_editor_set_audio_channels_callback), editor);
   editor->set_pads_handler = g_signal_connect(machine->audio, "set-pads\0",
@@ -341,57 +352,8 @@ ags_editor_real_machine_changed(AgsEditor *editor, AgsMachine *machine)
     pads = machine->audio->output_pads;
   }
 
-  if((AGS_MACHINE_IS_SYNTHESIZER & (machine->flags)) != 0){
-    editor->flags |= AGS_EDITOR_TOOL_NOTE_EDIT;
-
-    editor->piano.meter = ags_meter_new();
-    gtk_table_attach(editor->table, (GtkWidget *) editor->piano.meter,
-		     0, 1, 1, 2,
-		     GTK_FILL, GTK_FILL,
-		     0, 0);
-    ags_connectable_connect(AGS_CONNECTABLE(editor->piano.meter));
-    gtk_widget_show_all(editor->piano.meter);
-
-    editor->edit.note_edit = ags_note_edit_new();
-    gtk_table_attach(table, (GtkWidget *) editor->edit.note_edit,
-		     1, 2, 1, 2,
-		     GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		     0, 0);
-
-    g_signal_connect(editor->edit.note_edit->vscrollbar, "value-changed\0",
-		     G_CALLBACK(ags_editor_edit_vscrollbar_value_changed_callback), editor);
-    ags_connectable_connect(AGS_CONNECTABLE(editor->edit.note_edit));
-    gtk_widget_show_all(editor->edit.note_edit);
-
-    ags_note_edit_set_map_height(editor->edit.note_edit,
-				 pads * editor->edit.note_edit->control_height);
-  }else if((AGS_MACHINE_IS_SEQUENCER & (machine->flags)) != 0){
-    editor->flags |= AGS_EDITOR_TOOL_PATTERN_EDIT;
-
-    editor->piano.soundset = ags_soundset_new();
-    gtk_table_attach(editor->table, (GtkWidget *) editor->piano.soundset,
-		     0, 1, 1, 2,
-		     GTK_FILL, GTK_FILL,
-		     0, 0);
-    ags_connectable_connect(AGS_CONNECTABLE(editor->piano.soundset));
-    gtk_widget_show_all(editor->piano.soundset);
-
-    editor->edit.pattern_edit = ags_pattern_edit_new();
-    gtk_table_attach(table, (GtkWidget *) editor->edit.pattern_edit,
-		     1, 2, 1, 2,
-		     GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		     0, 0);
-
-    g_signal_connect(editor->edit.pattern_edit->vscrollbar, "value-changed\0",
-		     G_CALLBACK(ags_editor_edit_vscrollbar_value_changed_callback), editor);
-    ags_connectable_connect(AGS_CONNECTABLE(editor->edit.pattern_edit));
-    gtk_widget_show_all(editor->edit.pattern_edit);
-    
-    ags_pattern_edit_set_map_height(editor->edit.pattern_edit,
- 				    pads * editor->edit.pattern_edit->control_height);
-  }else{
-    /* empty */
-  }
+  ags_note_edit_set_map_height(editor->note_edit,
+			       pads * editor->note_edit->control_height);
 }
 
 /**
diff --git a/src/ags/X/ags_editor.h b/src/ags/X/ags_editor.h
index c43c118..b5e7920 100644
--- a/src/ags/X/ags_editor.h
+++ b/src/ags/X/ags_editor.h
@@ -24,8 +24,7 @@
 
 #include <gtk/gtk.h>
 
-#include <ags/object/ags_soundcard.h>
-
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_note.h>
 
@@ -35,10 +34,7 @@
 #include <ags/X/editor/ags_machine_selector.h>
 #include <ags/X/editor/ags_notebook.h>
 #include <ags/X/editor/ags_meter.h>
-#include <ags/X/editor/ags_soundset.h>
 #include <ags/X/editor/ags_note_edit.h>
-#include <ags/X/editor/ags_pattern_edit.h>
-#include <ags/X/editor/ags_automation_edit.h>
 
 #define AGS_TYPE_EDITOR                (ags_editor_get_type ())
 #define AGS_EDITOR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EDITOR, AgsEditor))
@@ -55,12 +51,6 @@
 typedef struct _AgsEditor AgsEditor;
 typedef struct _AgsEditorClass AgsEditorClass;
 
-typedef enum{
-  AGS_EDITOR_TOOL_NOTE_EDIT        = 1,
-  AGS_EDITOR_TOOL_PATTERN_EDIT     = 1 << 1,
-  AGS_EDITOR_TOOL_AUTOMATION_EDIT  = 1 << 2,
-};
-
 struct _AgsEditor
 {
   GtkVBox vbox;
@@ -70,9 +60,7 @@ struct _AgsEditor
   gchar *version;
   gchar *build_id;
 
-  GObject *soundcard;
-
-  GtkTable *table;
+  AgsDevout *devout;
 
   AgsMachineSelector *machine_selector;
   AgsMachine *selected_machine;
@@ -83,16 +71,8 @@ struct _AgsEditor
 
   AgsNotebook *notebook;
 
-  union AgsPiano{
-    AgsMeter *meter;
-    AgsSoundset *soundset;
-  }piano;
-
-  union AgsEdit{
-    AgsNoteEdit *note_edit;
-    AgsPatternEdit *pattern_edit;
-    AgsAutomationEdit *automation_edit;
-  }edit;
+  AgsMeter *meter;
+  AgsNoteEdit *note_edit;
 
   guint tact_counter;
 };
@@ -101,14 +81,12 @@ struct _AgsEditorClass
 {
   GtkVBoxClass vbox;
 
-  void (*machine_changed)(AgsEditor *editor,
-			  AgsMachine *machine);
+  void (*machine_changed)(AgsEditor *editor, AgsMachine *machine);
 };
 
 GType ags_editor_get_type(void);
 
-void ags_editor_machine_changed(AgsEditor *editor,
-				AgsMachine *machine);
+void ags_editor_machine_changed(AgsEditor *editor, AgsMachine *machine);
 
 AgsEditor* ags_editor_new();
 
diff --git a/src/ags/X/ags_editor_callbacks.c b/src/ags/X/ags_editor_callbacks.c
index 9cb9017..a521f71 100644
--- a/src/ags/X/ags_editor_callbacks.c
+++ b/src/ags/X/ags_editor_callbacks.c
@@ -21,12 +21,15 @@
 #include <ags/main.h>
 
 #include <ags/thread/ags_audio_loop.h>
+#include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_output.h>
 #include <ags/audio/ags_input.h>
 
+#include <ags/audio/task/ags_scroll_on_play.h>
+
 #include <ags/X/ags_window.h>
 
 #include <ags/X/editor/ags_toolbar.h>
@@ -43,6 +46,10 @@ ags_editor_parent_set_callback(GtkWidget  *widget, GtkObject *old_parent, AgsEdi
 {
   if(old_parent != NULL)
     return;
+  
+  editor->note_edit->flags |= AGS_NOTE_EDIT_RESETING_HORIZONTALLY;
+  ags_note_edit_reset_horizontally(editor->note_edit, AGS_NOTE_EDIT_RESET_HSCROLLBAR);
+  editor->note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
 }
 
 void
@@ -92,16 +99,15 @@ ags_editor_set_pads_callback(AgsAudio *audio,
     }
   }
 
-  ags_note_edit_set_map_height(editor->edit.note_edit,
-			       pads * editor->edit.note_edit->control_height);
+  ags_note_edit_set_map_height(editor->note_edit,
+			       pads * editor->note_edit->control_height);
 }
 
 void
 ags_editor_machine_changed_callback(AgsMachineSelector *machine_selector, AgsMachine *machine,
 				    AgsEditor *editor)
 {
-  ags_editor_machine_changed(editor,
-			     machine);
+  ags_editor_machine_changed(editor, machine);
 }
 
 void
@@ -120,26 +126,15 @@ ags_editor_change_position_callback(AgsNavigation *navigation, gdouble tact,
   loop_end = gtk_spin_button_get_value(navigation->loop_right_tact);
 
   if(!gtk_toggle_button_get_active(navigation->loop) || tact <= loop_end){
-    position = tact * editor->edit.note_edit->control_current.control_width;
+    position = tact * editor->note_edit->control_current.control_width;
   }else{
-    position = loop_start * editor->edit.note_edit->control_current.control_width;
+    position = loop_start * editor->note_edit->control_current.control_width;
   }
 
   /* scroll */
-  if(position - (0.125 * editor->edit.note_edit->control_current.control_width) > 0.0){
-    gtk_range_set_value(GTK_RANGE(editor->edit.note_edit->hscrollbar),
-			position - (0.125 * editor->edit.note_edit->control_current.control_width));
+  if(position - (0.125 * editor->note_edit->control_current.control_width) > 0.0){
+    gtk_range_set_value(GTK_RANGE(editor->note_edit->hscrollbar),
+			position - (0.125 * editor->note_edit->control_current.control_width));
   }
 }
 
-void
-ags_editor_edit_vscrollbar_value_changed_callback(GtkWidget *note_edit,
-						  AgsEditor *editor)
-{
-  if((AGS_MACHINE_IS_SYNTHESIZER & (editor->selected_machine->flags)) != 0){
-    gtk_widget_queue_draw(editor->piano.meter);
-  }else if((AGS_MACHINE_IS_SEQUENCER & (editor->selected_machine->flags)) != 0){
-    gtk_widget_queue_draw(editor->piano.soundset);
-  }else{
-  }
-}
diff --git a/src/ags/X/ags_editor_callbacks.h b/src/ags/X/ags_editor_callbacks.h
index fe1e910..d9a98af 100644
--- a/src/ags/X/ags_editor_callbacks.h
+++ b/src/ags/X/ags_editor_callbacks.h
@@ -23,14 +23,10 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
-#include <ags/audio/ags_audio.h>
-
 #include <ags/X/ags_editor.h>
 #include <ags/X/ags_navigation.h>
 #include <ags/X/ags_machine.h>
 
-#include <ags/X/editor/ags_machine_selector.h>
-
 void ags_editor_parent_set_callback(GtkWidget  *widget, GtkObject *old_parent,
 				    AgsEditor *editor);
 
@@ -48,7 +44,4 @@ void ags_editor_machine_changed_callback(AgsMachineSelector *machine_selector, A
 void ags_editor_change_position_callback(AgsNavigation *navigation, gdouble tact,
 					 AgsEditor *editor);
 
-void ags_editor_edit_vscrollbar_value_changed_callback(GtkWidget *note_edit,
-						       AgsEditor *editor);
-
 #endif /*__AGS_EDITOR_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_effect_bridge.c b/src/ags/X/ags_effect_bridge.c
deleted file mode 100644
index 4dd2c6c..0000000
--- a/src/ags/X/ags_effect_bridge.c
+++ /dev/null
@@ -1,767 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_bridge_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_input.h>
-#include <ags/audio/ags_output.h>
-
-#include <ags/X/ags_machine.h>
-#include <ags/X/ags_effect_pad.h>
-
-void ags_effect_bridge_class_init(AgsEffectBridgeClass *effect_bridge);
-void ags_effect_bridge_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_effect_bridge_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_effect_bridge_init(AgsEffectBridge *effect_bridge);
-void ags_effect_bridge_set_property(GObject *gobject,
-				    guint prop_id,
-				    const GValue *value,
-				    GParamSpec *param_spec);
-void ags_effect_bridge_get_property(GObject *gobject,
-				    guint prop_id,
-				    GValue *value,
-				    GParamSpec *param_spec);
-void ags_effect_bridge_connect(AgsConnectable *connectable);
-void ags_effect_bridge_disconnect(AgsConnectable *connectable);
-gchar* ags_effect_bridge_get_name(AgsPlugin *plugin);
-void ags_effect_bridge_set_name(AgsPlugin *plugin, gchar *name);
-gchar* ags_effect_bridge_get_version(AgsPlugin *plugin);
-void ags_effect_bridge_set_version(AgsPlugin *plugin, gchar *version);
-gchar* ags_effect_bridge_get_build_id(AgsPlugin *plugin);
-void ags_effect_bridge_set_build_id(AgsPlugin *plugin, gchar *build_id);
-
-void ags_effect_bridge_real_resize_audio_channels(AgsEffectBridge *effect_bridge,
-						  guint new_size, guint old_size);
-void ags_effect_bridge_real_resize_pads(AgsEffectBridge *effect_bridge,
-					GType channel_type,
-					guint new_size, guint old_size);
-
-/**
- * SECTION:ags_effect_bridge
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsEffectBridge
- * @section_id:
- * @include: ags/X/ags_effect_bridge.h
- *
- * #AgsEffectBridge is a composite widget to visualize all #AgsChannel. It should be
- * packed by an #AgsMachine.
- */
-
-enum{
-  RESIZE_AUDIO_CHANNELS,
-  RESIZE_PADS,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_AUDIO,
-};
-
-static gpointer ags_effect_bridge_parent_class = NULL;
-static guint effect_bridge_signals[LAST_SIGNAL];
-
-GType
-ags_effect_bridge_get_type(void)
-{
-  static GType ags_type_effect_bridge = 0;
-
-  if(!ags_type_effect_bridge){
-    static const GTypeInfo ags_effect_bridge_info = {
-      sizeof(AgsEffectBridgeClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_effect_bridge_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsEffectBridge),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_effect_bridge_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_effect_bridge_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_effect_bridge_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_effect_bridge = g_type_register_static(GTK_TYPE_VBOX,
-						    "AgsEffectBridge\0", &ags_effect_bridge_info,
-						    0);
-
-    g_type_add_interface_static(ags_type_effect_bridge,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_effect_bridge,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_effect_bridge);
-}
-
-void
-ags_effect_bridge_class_init(AgsEffectBridgeClass *effect_bridge)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_effect_bridge_parent_class = g_type_class_peek_parent(effect_bridge);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) effect_bridge;
-
-  gobject->set_property = ags_effect_bridge_set_property;
-  gobject->get_property = ags_effect_bridge_get_property;
-
-  /* properties */
-  /**
-   * AgsEffectBridge:audio:
-   *
-   * The start of a bunch of #AgsAudio to visualize.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("audio\0",
-				   "assigned audio\0",
-				   "The audio it is assigned with\0",
-				   AGS_TYPE_AUDIO,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_AUDIO,
-				  param_spec);
-
-  /* AgsEffectBridgeClass */
-  effect_bridge->resize_pads = ags_effect_bridge_real_resize_pads;
-  effect_bridge->resize_audio_channels = ags_effect_bridge_real_resize_audio_channels;
-
-  /* signals */
-  /**
-   * AgsEffectBridge::resize-audio-channels:
-   * @effect_bridge: the #AgsEffectBridge to modify
-   * @channel: the #AgsChannel to set
-   * @new_size: the new size
-   * @old_size: the old size
-   *
-   * The ::resize-audio-channels signal notifies about changed channel allocation within
-   * audio.
-   */
-  effect_bridge_signals[RESIZE_AUDIO_CHANNELS] =
-    g_signal_new("resize-audio-channels\0",
-		 G_TYPE_FROM_CLASS(effect_bridge),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBridgeClass, resize_audio_channels),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__UINT_UINT,
-		 G_TYPE_NONE, 2,
-		 G_TYPE_UINT,
-		 G_TYPE_UINT);
-
-  /**
-   * AgsEffectBridge::resize-pads:
-   * @effect_bridge: the #AgsEffectBridge to modify
-   * @channel: the #AgsChannel to set
-   * @channel_type: either %AGS_TYPE_INPUT or %AGS_TYPE_OUTPUT
-   * @new_size: the new size
-   * @old_size: the old size
-   *
-   * The ::resize-pads signal notifies about changed channel allocation within
-   * audio.
-   */
-  effect_bridge_signals[RESIZE_PADS] =
-    g_signal_new("resize-pads\0",
-		 G_TYPE_FROM_CLASS(effect_bridge),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBridgeClass, resize_pads),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__ULONG_UINT_UINT,
-		 G_TYPE_NONE, 3,
-		 G_TYPE_ULONG,
-		 G_TYPE_UINT,
-		 G_TYPE_UINT);
-}
-
-void
-ags_effect_bridge_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_effect_bridge_connect;
-  connectable->disconnect = ags_effect_bridge_disconnect;
-}
-
-void
-ags_effect_bridge_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = ags_effect_bridge_get_name;
-  plugin->set_name = ags_effect_bridge_set_name;
-  plugin->get_version = ags_effect_bridge_get_version;
-  plugin->set_version = ags_effect_bridge_set_version;
-  plugin->get_build_id = ags_effect_bridge_get_build_id;
-  plugin->set_build_id = ags_effect_bridge_set_build_id;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_effect_bridge_init(AgsEffectBridge *effect_bridge)
-{
-  effect_bridge->flags = 0;
-
-  effect_bridge->name = NULL;
-  effect_bridge->version = AGS_EFFECT_BRIDGE_DEFAULT_VERSION;
-  effect_bridge->build_id = AGS_EFFECT_BRIDGE_DEFAULT_BUILD_ID;
-
-  effect_bridge->audio = NULL;
-
-  /* output */
-  effect_bridge->output_pad_type = G_TYPE_NONE;
-  effect_bridge->output_line_type = G_TYPE_NONE;
-  
-  effect_bridge->bulk_output_type = G_TYPE_NONE;
-
-  effect_bridge->bulk_output = NULL;
-
-  effect_bridge->output = NULL;
-  
-  /* input */
-  effect_bridge->input_pad_type = G_TYPE_NONE;
-  effect_bridge->input_line_type = G_TYPE_NONE;  
-
-  effect_bridge->bulk_input_type = G_TYPE_NONE;
-
-  effect_bridge->bulk_input = NULL;
-
-  effect_bridge->input = NULL;
-}
-
-void
-ags_effect_bridge_set_property(GObject *gobject,
-			       guint prop_id,
-			       const GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(gobject);
-
-  switch(prop_id){
-  case PROP_AUDIO:
-    {
-      AgsAudio *audio;
-      
-      audio = (AgsAudio *) g_value_get_object(value);
-      
-      if(effect_bridge->audio == audio){
-	return;
-      }
-
-      if(effect_bridge->audio != NULL){
-	GList *effect_pad;
-
-	g_signal_handler_disconnect(effect_bridge->audio,
-				    effect_bridge->set_audio_channels_handler);
-	g_signal_handler_disconnect(effect_bridge->audio,
-				    effect_bridge->set_pads_handler);
-	
-	g_object_unref(effect_bridge->audio);
-	
-	if(audio == NULL){
-	  /* destroy pad */
-	  effect_pad = gtk_container_get_children(effect_bridge->output);
-	  
-	  while(effect_pad != NULL){
-	    gtk_widget_destroy(effect_pad->data);
-
-	    effect_pad = effect_pad->next;
-	  }
-
-	  effect_pad = gtk_container_get_children(effect_bridge->input);
-	  
-	  while(effect_pad != NULL){
-	    gtk_widget_destroy(effect_pad->data);
-	    
-	    effect_pad = effect_pad->next;
-	  }
-	}
-      }
-
-      if(audio != NULL){
-	AgsChannel *input, *output;
-	GList *effect_pad, *effect_line;
-	guint i;
-	
-	g_object_ref(audio);
-
-	if((AGS_EFFECT_BRIDGE_CONNECTED & (effect_bridge->flags)) != 0){
-	  effect_bridge->set_audio_channels_handler = g_signal_connect_after(G_OBJECT(audio), "set-audio-channels\0",
-									     G_CALLBACK(ags_effect_bridge_set_audio_channels_callback), effect_bridge);
-	  
-	  effect_bridge->set_pads_handler = g_signal_connect_after(G_OBJECT(audio), "set-pads\0",
-								   G_CALLBACK(ags_effect_bridge_set_pads_callback), effect_bridge);
-	}
-
-	/* set channel and resize for AgsOutput */
-	if(effect_bridge->output_pad_type != G_TYPE_NONE){
-	  output = audio->output;
-	  effect_pad = gtk_container_get_children(effect_bridge->output);
-
-	  /* reset */
-	  i = 0;
-
-	  while(effect_pad != NULL && output != NULL){
-	    effect_line = gtk_container_get_children(GTK_CONTAINER(AGS_EFFECT_PAD(effect_pad->data)->table));
-
-	    ags_effect_pad_resize_lines(AGS_EFFECT_PAD(effect_pad->data), effect_bridge->output_line_type,
-					audio->audio_channels, g_list_length(effect_line));
-	    g_object_set(G_OBJECT(effect_pad->data),
-			 "channel\0", output,
-			 NULL);
-
-	    output = output->next_pad;
-	    effect_pad = effect_pad->next;
-	    i++;
-	  }
-
-	  if(output != NULL){
-	    AgsEffectPad *effect_pad;
-
-	    /* add effect pad */
-	    for(; i < audio->output_pads; i++){
-	      effect_pad = g_object_new(effect_bridge->output_pad_type,
-					"channel\0", output,
-					NULL);
-	      gtk_container_add(effect_bridge->output,
-				GTK_WIDGET(effect_pad));
-
-	      ags_effect_pad_resize_lines(effect_pad, effect_bridge->output_line_type,
-					  audio->audio_channels, 0);
-
-	      output = output->next_pad;
-	    }
-	  }else{
-	    /* destroy effect pad */
-	    effect_pad = gtk_container_get_children(effect_bridge->output);
-	    effect_pad = g_list_nth(effect_pad, audio->output_pads);
-
-	    while(effect_pad != NULL){
-	      gtk_widget_destroy(effect_pad->data);
-
-	      effect_pad = effect_pad->next;
-	    }	      
-	  }
-	}
-	
-	/* set channel and resize for AgsInput */
-	if(effect_bridge->input_pad_type != G_TYPE_NONE){
-	  input = audio->input;
-	  effect_pad = gtk_container_get_children(effect_bridge->input);
-
-	  i = 0;
-
-	  while(effect_pad != NULL && input != NULL){
-	    effect_line = gtk_container_get_children(GTK_CONTAINER(AGS_EFFECT_PAD(effect_pad->data)->table));
-
-	    ags_effect_pad_resize_lines(AGS_EFFECT_PAD(effect_pad->data), effect_bridge->input_line_type,
-					audio->audio_channels, g_list_length(effect_line));
-	    g_object_set(G_OBJECT(effect_pad->data),
-			 "channel\0", input,
-			 NULL);
-
-	    input = input->next_pad;
-	    effect_pad = effect_pad->next;
-	    i++;
-	  }
-
-	  if(input != NULL){
-	    AgsEffectPad *effect_pad;
-
-	    /* add effect pad */
-	    for(; i < audio->input_pads; i++){
-	      effect_pad = g_object_new(effect_bridge->input_pad_type,
-					"channel\0", input,
-					NULL);
-	      gtk_container_add(effect_bridge->input,
-				GTK_WIDGET(effect_pad));
-
-	      ags_effect_pad_resize_lines(effect_pad, effect_bridge->input_line_type,
-					  audio->audio_channels, 0);
-
-	      input = input->next_pad;
-	    }
-	  }else{
-	    /* destroy effect pad */
-	    effect_pad = gtk_container_get_children(effect_bridge->input);
-	    effect_pad = g_list_nth(effect_pad, audio->input_pads);
-
-	    while(effect_pad != NULL){
-	      gtk_widget_destroy(effect_pad->data);
-
-	      effect_pad = effect_pad->next;
-	    }	      
-	  }
-	}
-      }
-      
-      effect_bridge->audio = audio;
-
-      if(effect_bridge->bulk_output != NULL){
-	g_object_set(effect_bridge->bulk_output,
-		     "audio\0", audio,
-		     NULL);
-      }
-
-      if(effect_bridge->bulk_input != NULL){
-	g_object_set(effect_bridge->bulk_input,
-		     "audio\0", audio,
-		     NULL);
-      }
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_bridge_get_property(GObject *gobject,
-			       guint prop_id,
-			       GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(gobject);
-
-  switch(prop_id){
-  case PROP_AUDIO:
-    {
-      g_value_set_object(value, effect_bridge->audio);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_bridge_connect(AgsConnectable *connectable)
-{
-  AgsEffectBridge *effect_bridge;
-  GList *effect_pad_list;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(connectable);
-
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (effect_bridge->flags)) != 0){
-    return;
-  }
-
-  effect_bridge->flags |= AGS_EFFECT_BRIDGE_CONNECTED;
-
-  /* AgsEffectBulk - input */
-  if(effect_bridge->bulk_input != NULL){
-    ags_connectable_connect(AGS_CONNECTABLE(effect_bridge->bulk_input));
-  }
-  
-  /* AgsEffectBulk - output */
-  if(effect_bridge->bulk_output != NULL){
-    ags_connectable_connect(AGS_CONNECTABLE(effect_bridge->bulk_output));
-  }
-  
-  /* AgsEffectPad - input */
-  if(effect_bridge->input != NULL){
-    effect_pad_list = gtk_container_get_children(GTK_CONTAINER(effect_bridge->input));
-
-    while(effect_pad_list != NULL){
-      ags_connectable_connect(AGS_CONNECTABLE(effect_pad_list->data));
-      
-      effect_pad_list = effect_pad_list->next;
-    }
-  }
-
-  /* AgsEffectPad - output */
-  if(effect_bridge->output != NULL){
-    effect_pad_list = gtk_container_get_children(GTK_CONTAINER(effect_bridge->output));
-    
-    while(effect_pad_list != NULL){
-      ags_connectable_connect(AGS_CONNECTABLE(effect_pad_list->data));
-      
-      effect_pad_list = effect_pad_list->next;
-    }
-  }
-
-  /* AgsAudio */
-  effect_bridge->set_audio_channels_handler = g_signal_connect_after(G_OBJECT(effect_bridge->audio), "set-audio-channels\0",
-								     G_CALLBACK(ags_effect_bridge_set_audio_channels_callback), effect_bridge);
-  
-  effect_bridge->set_pads_handler = g_signal_connect_after(G_OBJECT(effect_bridge->audio), "set-pads\0",
-							   G_CALLBACK(ags_effect_bridge_set_pads_callback), effect_bridge);
-}
-
-void
-ags_effect_bridge_disconnect(AgsConnectable *connectable)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(connectable);
-  
-  g_signal_handler_disconnect(effect_bridge->audio,
-			      effect_bridge->set_audio_channels_handler);
-  g_signal_handler_disconnect(effect_bridge->audio,
-			      effect_bridge->set_pads_handler);
-}
-
-gchar*
-ags_effect_bridge_get_name(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BRIDGE(plugin)->name);
-}
-
-void
-ags_effect_bridge_set_name(AgsPlugin *plugin, gchar *name)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(plugin);
-
-  effect_bridge->name = name;
-}
-
-gchar*
-ags_effect_bridge_get_version(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BRIDGE(plugin)->version);
-}
-
-void
-ags_effect_bridge_set_version(AgsPlugin *plugin, gchar *version)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(plugin);
-
-  effect_bridge->version = version;
-}
-
-gchar*
-ags_effect_bridge_get_build_id(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BRIDGE(plugin)->build_id);
-}
-
-void
-ags_effect_bridge_set_build_id(AgsPlugin *plugin, gchar *build_id)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = AGS_EFFECT_BRIDGE(plugin);
-
-  effect_bridge->build_id = build_id;
-}
-
-void
-ags_effect_bridge_real_resize_audio_channels(AgsEffectBridge *effect_bridge,
-					     guint new_size,
-					     guint old_size)
-{
-  GtkTable *table;
-  AgsAudio *audio;
-  AgsChannel *start, *current;
-  GList *list;
-  
-  audio = effect_bridge->audio;
-
-  if(audio == NULL){
-    return;
-  }
-
-  /* output */
-  list = gtk_container_get_children(effect_bridge->output);
-
-  while(list != NULL){
-    ags_effect_pad_resize_lines(AGS_EFFECT_PAD(list->data), effect_bridge->output_line_type,
-				new_size, old_size);
-
-    list = list->next;
-  }
-  
-  /* input */
-  list = gtk_container_get_children(effect_bridge->input);
-
-  while(list != NULL){
-    ags_effect_pad_resize_lines(AGS_EFFECT_PAD(list->data), effect_bridge->input_line_type,
-				new_size, old_size);
-
-    list = list->next;
-  }
-}
-
-void
-ags_effect_bridge_resize_audio_channels(AgsEffectBridge *effect_bridge,
-					guint new_size,
-					guint old_size)
-{
-  g_return_if_fail(AGS_IS_EFFECT_BRIDGE(effect_bridge));
-
-  g_object_ref((GObject *) effect_bridge);
-  g_signal_emit(G_OBJECT(effect_bridge),
-		effect_bridge_signals[RESIZE_AUDIO_CHANNELS], 0,
-		new_size,
-		old_size);
-  g_object_unref((GObject *) effect_bridge);
-}
-
-
-void
-ags_effect_bridge_real_resize_pads(AgsEffectBridge *effect_bridge,
-				   GType channel_type,
-				   guint new_size,
-				   guint old_size)
-{
-  AgsEffectPad *effect_pad;
-  GtkTable *table;
-  AgsAudio *audio;
-  AgsChannel *start, *current;
-  GList *list, *list_next;
-  guint i;
-  
-  audio = effect_bridge->audio;
-
-  if(audio == NULL){
-    return;
-  }
-
-  if(new_size > old_size){
-    if(channel_type == AGS_TYPE_OUTPUT){
-      start =
-	current = ags_channel_nth(audio->output,
-				  old_size * audio->audio_channels);
-
-    }else{
-      start =
-	current = ags_channel_nth(audio->input,
-				  old_size * audio->audio_channels);
-    }
-    
-    for(i = 0; i < new_size - old_size; i++){
-      if(channel_type == AGS_TYPE_OUTPUT){
-	if(effect_bridge->output_pad_type != G_TYPE_NONE){
-	  effect_pad = g_object_new(effect_bridge->output_pad_type,
-				    "channel\0", current,
-				    NULL);
-	  ags_effect_pad_resize_lines(effect_pad, effect_bridge->output_line_type,
-				      audio->audio_channels, 0);
-	  gtk_container_add(GTK_CONTAINER(effect_bridge->output),
-			  GTK_WIDGET(effect_pad));
-	}
-      }else{
-	if(effect_bridge->input_pad_type != G_TYPE_NONE){
-	  effect_pad = g_object_new(effect_bridge->input_pad_type,
-				    "channel\0", current,
-				    NULL);
-	  ags_effect_pad_resize_lines(effect_pad, effect_bridge->input_line_type,
-				      audio->audio_channels, 0);
-	  gtk_container_add(GTK_CONTAINER(effect_bridge->input),
-			  GTK_WIDGET(effect_pad));
-	}
-      }
-
-      current = current->next_pad;
-    }
-  }else{
-    if(channel_type == AGS_TYPE_OUTPUT){
-      list = gtk_container_get_children(effect_bridge->output);
-      list = g_list_nth(list,
-			new_size);
-    }else{
-      list = gtk_container_get_children(effect_bridge->input);
-      list = g_list_nth(list,
-			new_size);
-    }
-    
-    for(i = 0; i < new_size - old_size; i++){
-      list_next = list->next;
-      
-      gtk_widget_destroy(list->data);
-
-      list = list_next;
-    }
-  }
-}
-
-void
-ags_effect_bridge_resize_pads(AgsEffectBridge *effect_bridge,
-			      GType channel_type,
-			      guint new_size,
-			      guint old_size)
-{
-  g_return_if_fail(AGS_IS_EFFECT_BRIDGE(effect_bridge));
-
-  g_object_ref((GObject *) effect_bridge);
-  g_signal_emit(G_OBJECT(effect_bridge),
-		effect_bridge_signals[RESIZE_PADS], 0,
-		channel_type,
-		new_size,
-		old_size);
-  g_object_unref((GObject *) effect_bridge);
-}
-
-/**
- * ags_effect_bridge_new:
- * @effect_bridge: the parent effect_bridge
- * @audio: the #AgsAudio to visualize
- *
- * Creates an #AgsEffectBridge
- *
- * Returns: a new #AgsEffectBridge
- *
- * Since: 0.4
- */
-AgsEffectBridge*
-ags_effect_bridge_new(AgsAudio *audio)
-{
-  AgsEffectBridge *effect_bridge;
-
-  effect_bridge = (AgsEffectBridge *) g_object_new(AGS_TYPE_EFFECT_BRIDGE,
-						   "audio\0", audio,
-						   NULL);
-
-  return(effect_bridge);
-}
diff --git a/src/ags/X/ags_effect_bridge.h b/src/ags/X/ags_effect_bridge.h
deleted file mode 100644
index 10e3ea6..0000000
--- a/src/ags/X/ags_effect_bridge.h
+++ /dev/null
@@ -1,102 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_BRIDGE_H__
-#define __AGS_EFFECT_BRIDGE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_audio.h>
-
-#define AGS_TYPE_EFFECT_BRIDGE                (ags_effect_bridge_get_type())
-#define AGS_EFFECT_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_BRIDGE, AgsEffectBridge))
-#define AGS_EFFECT_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_BRIDGE, AgsEffectBridgeClass))
-#define AGS_IS_EFFECT_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_BRIDGE))
-#define AGS_IS_EFFECT_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_BRIDGE))
-#define AGS_EFFECT_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_BRIDGE, AgsEffectBridgeClass))
-
-#define AGS_EFFECT_BRIDGE_DEFAULT_VERSION "0.4.3\0"
-#define AGS_EFFECT_BRIDGE_DEFAULT_BUILD_ID "CEST 15-03-2015 13:40\0"
-
-#define AGS_EFFECT_BRIDGE_MAX_COLUMNS (2)
-
-typedef struct _AgsEffectBridge AgsEffectBridge;
-typedef struct _AgsEffectBridgeClass AgsEffectBridgeClass;
-
-typedef enum{
-  AGS_EFFECT_BRIDGE_CONNECTED        = 1,
-  AGS_EFFECT_BRIDGE_DISPLAY_INPUT    = 1 <<  1,
-  AGS_EFFECT_BRIDGE_BULK_OUTPUT      = 1 <<  2,
-  AGS_EFFECT_BRIDGE_DISPLAY_OUTPUT   = 1 <<  3,
-  AGS_EFFECT_BRIDGE_BULK_INPUT       = 1 <<  4,
-}AgsEffectBridgeFlags;
-
-struct _AgsEffectBridge
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-  
-  AgsAudio *audio;
-  gulong set_audio_channels_handler;
-  gulong set_pads_handler;
-  
-  GType bulk_output_type;
-  GtkWidget *bulk_output;
-  
-  GType output_pad_type;
-  GType output_line_type;
-  GtkHBox *output;
-  
-  GType bulk_input_type;
-  GtkWidget *bulk_input;
-
-  GType input_pad_type;
-  GType input_line_type;
-  GtkHBox *input;
-};
-
-struct _AgsEffectBridgeClass
-{
-  GtkVBoxClass vbox;
-
-  void (*resize_audio_channels)(AgsEffectBridge *effect_bridge,
-				guint new_size, guint old_size);
-  void (*resize_pads)(AgsEffectBridge *effect_bridge,
-		      GType channel_type,
-		      guint new_size, guint old_size);
-};
-
-GType ags_effect_bridge_get_type(void);
-
-void ags_effect_bridge_resize_audio_channels(AgsEffectBridge *effect_bridge,
-					     guint new_size, guint old_size);
-void ags_effect_bridge_resize_pads(AgsEffectBridge *effect_bridge,
-				   GType channel_type,
-				   guint new_size, guint old_size);
-
-AgsEffectBridge* ags_effect_bridge_new(AgsAudio *audio);
-
-#endif /*__AGS_EFFECT_BRIDGE_H__*/
diff --git a/src/ags/X/ags_effect_bridge_callbacks.c b/src/ags/X/ags_effect_bridge_callbacks.c
deleted file mode 100644
index 1186a7e..0000000
--- a/src/ags/X/ags_effect_bridge_callbacks.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_bridge_callbacks.h>
-
-void
-ags_effect_bridge_set_audio_channels_callback(AgsAudio *audio,
-					      guint audio_channels, guint audio_channels_old,
-					      AgsEffectBridge *effect_bridge)
-{
-  ags_effect_bridge_resize_audio_channels(effect_bridge,
-					  audio_channels, audio_channels_old);
-}
-
-void
-ags_effect_bridge_set_pads_callback(AgsAudio *audio,
-				    GType channel_type,
-				    guint pads, guint pads_old,
-				    AgsEffectBridge *effect_bridge)
-{  
-  ags_effect_bridge_resize_pads(effect_bridge,
-				channel_type,
-				pads, pads_old);
-}
-
diff --git a/src/ags/X/ags_effect_bridge_callbacks.h b/src/ags/X/ags_effect_bridge_callbacks.h
deleted file mode 100644
index fcb0560..0000000
--- a/src/ags/X/ags_effect_bridge_callbacks.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_BRIDGE_CALLBACKS_H__
-#define __AGS_EFFECT_BRIDGE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_bridge.h>
-
-void ags_effect_bridge_set_audio_channels_callback(AgsAudio *audio,
-						   guint audio_channels, guint audio_channels_old,
-						   AgsEffectBridge *effect_bridge);
-
-void ags_effect_bridge_set_pads_callback(AgsAudio *audio,
-					 GType channel_type,
-					 guint pads, guint pads_old,
-					 AgsEffectBridge *effect_bridge);
-
-#endif /*__AGS_EFFECT_BRIDGE_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_effect_bulk.c b/src/ags/X/ags_effect_bulk.c
deleted file mode 100644
index a84c451..0000000
--- a/src/ags/X/ags_effect_bulk.c
+++ /dev/null
@@ -1,1254 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_bulk.h>
-#include <ags/X/ags_effect_bulk_callbacks.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/plugin/ags_ladspa_manager.h>
-
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_task_thread.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_output.h>
-#include <ags/audio/ags_input.h>
-#include <ags/audio/ags_recall.h>
-#include <ags/audio/ags_recall_audio.h>
-#include <ags/audio/ags_recall_audio_run.h>
-#include <ags/audio/ags_recall_channel.h>
-#include <ags/audio/ags_recall_channel_run.h>
-#include <ags/audio/ags_recall_container.h>
-#include <ags/audio/ags_recall_channel_run_dummy.h>
-#include <ags/audio/ags_recall_recycling_dummy.h>
-#include <ags/audio/ags_recall_ladspa.h>
-#include <ags/audio/ags_recall_ladspa_run.h>
-
-#include <ags/audio/task/ags_add_bulk_member.h>
-#include <ags/audio/task/ags_update_bulk_member.h>
-#include <ags/audio/task/ags_add_recall_container.h>
-#include <ags/audio/task/ags_add_recall.h>
-
-#include <ags/widget/ags_dial.h>
-
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_ladspa_browser.h>
-#include <ags/X/ags_bulk_member.h>
-
-#include <dlfcn.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <unistd.h>
-
-#include <ladspa.h>
-
-void ags_effect_bulk_class_init(AgsEffectBulkClass *effect_bulk);
-void ags_effect_bulk_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_effect_bulk_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_effect_bulk_init(AgsEffectBulk *effect_bulk);
-void ags_effect_bulk_set_property(GObject *gobject,
-				  guint prop_id,
-				  const GValue *value,
-				  GParamSpec *param_spec);
-void ags_effect_bulk_get_property(GObject *gobject,
-				  guint prop_id,
-				  GValue *value,
-				  GParamSpec *param_spec);
-void ags_effect_bulk_connect(AgsConnectable *connectable);
-void ags_effect_bulk_disconnect(AgsConnectable *connectable);
-gchar* ags_effect_bulk_get_name(AgsPlugin *plugin);
-void ags_effect_bulk_set_name(AgsPlugin *plugin, gchar *name);
-gchar* ags_effect_bulk_get_version(AgsPlugin *plugin);
-void ags_effect_bulk_set_version(AgsPlugin *plugin, gchar *version);
-gchar* ags_effect_bulk_get_build_id(AgsPlugin *plugin);
-void ags_effect_bulk_set_build_id(AgsPlugin *plugin, gchar *build_id);
-
-GList* ags_effect_bulk_real_add_effect(AgsEffectBulk *effect_bulk,
-				       gchar *filename,
-				       gchar *effect);
-void ags_effect_bulk_real_remove_effect(AgsEffectBulk *effect_bulk,
-					guint nth);
-
-void ags_effect_bulk_real_resize_audio_channels(AgsEffectBulk *effect_bulk,
-				      guint new_size,
-				      guint old_size);
-void ags_effect_bulk_real_resize_pads(AgsEffectBulk *effect_bulk,
-				      guint new_size,
-				      guint old_size);
-
-/**
- * SECTION:ags_effect_bulk
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsEffectBulk
- * @section_id:
- * @include: ags/X/ags_effect_bulk.h
- *
- * #AgsEffectBulk is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsEffectBulk.
- */
-
-enum{
-  ADD_EFFECT,
-  REMOVE_EFFECT,
-  RESIZE_AUDIO_CHANNELS,
-  RESIZE_PADS,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_AUDIO,
-  PROP_CHANNEL_TYPE,
-};
-
-static gpointer ags_effect_bulk_parent_class = NULL;
-static guint effect_bulk_signals[LAST_SIGNAL];
-
-GType
-ags_effect_bulk_get_type(void)
-{
-  static GType ags_type_effect_bulk = 0;
-
-  if(!ags_type_effect_bulk){
-    static const GTypeInfo ags_effect_bulk_info = {
-      sizeof(AgsEffectBulkClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_effect_bulk_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsEffectBulk),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_effect_bulk_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_effect_bulk_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_effect_bulk_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_effect_bulk = g_type_register_static(GTK_TYPE_VBOX,
-						  "AgsEffectBulk\0", &ags_effect_bulk_info,
-						  0);
-
-    g_type_add_interface_static(ags_type_effect_bulk,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_effect_bulk,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_effect_bulk);
-}
-
-void
-ags_effect_bulk_class_init(AgsEffectBulkClass *effect_bulk)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_effect_bulk_parent_class = g_type_class_peek_parent(effect_bulk);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(effect_bulk);
-
-  gobject->set_property = ags_effect_bulk_set_property;
-  gobject->get_property = ags_effect_bulk_get_property;
-
-  
-  /* properties */
-  /**
-   * AgsEffectBulk:audio:
-   *
-   * The #AgsAudio to visualize.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("audio\0",
-				   "assigned audio\0",
-				   "The audio it is assigned with\0",
-				   AGS_TYPE_AUDIO,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_AUDIO,
-				  param_spec);
-
-  /**
-   * AgsEffectBulk:channel-type:
-   *
-   * The target channel.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_gtype("channel-type\0",
-				  "assigned channel type\0",
-				  "The channel type it is assigned with\0",
-				  AGS_TYPE_CHANNEL,
-				  G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CHANNEL_TYPE,
-				  param_spec);
-
-  /* AgsEffectBulkClass */
-  effect_bulk->add_effect = ags_effect_bulk_real_add_effect;
-  effect_bulk->remove_effect = ags_effect_bulk_real_remove_effect;
-
-  effect_bulk->resize_audio_channels = ags_effect_bulk_real_resize_audio_channels;
-  effect_bulk->resize_pads = ags_effect_bulk_real_resize_pads;
-
-  /* signals */
-  /**
-   * AgsEffectBulk::add-effect:
-   * @effect_bulk: the #AgsEffectBulk to modify
-   * @effect: the effect's name
-   *
-   * The ::add-effect signal notifies about added effect.
-   */
-  effect_bulk_signals[ADD_EFFECT] =
-    g_signal_new("add-effect\0",
-		 G_TYPE_FROM_CLASS(effect_bulk),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBulkClass, add_effect),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_POINTER__STRING_STRING,
-		 G_TYPE_POINTER, 2,
-		 G_TYPE_STRING,
-		 G_TYPE_STRING);
-
-  /**
-   * AgsEffectBulk::remove-effect:
-   * @effect_bulk: the #AgsEffectBulk to modify
-   * @nth: the nth effect
-   *
-   * The ::remove-effect signal notifies about removed effect.
-   */
-  effect_bulk_signals[REMOVE_EFFECT] =
-    g_signal_new("remove-effect\0",
-		 G_TYPE_FROM_CLASS(effect_bulk),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBulkClass, remove_effect),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__UINT,
-		 G_TYPE_NONE, 1,
-		 G_TYPE_UINT);
-
-  /**
-   * AgsEffectBulk::resize-audio-channels:
-   * @effect_bulk: the object to adjust the channels.
-   * @new_size: new audio channel count
-   * @old_size: old audio channel count
-   *
-   * The ::resize-audio-channels signal notifies about changes in channel
-   * alignment.
-   */
-  effect_bulk_signals[RESIZE_AUDIO_CHANNELS] = 
-    g_signal_new("resize-audio-channels\0",
-		 G_TYPE_FROM_CLASS(effect_bulk),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBulkClass, resize_audio_channels),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__UINT_UINT,
-		 G_TYPE_NONE, 2,
-		 G_TYPE_UINT, G_TYPE_UINT);
-
-  /**
-   * AgsEffectBulk::resize-pads:
-   * @effect_bulk: the object to adjust the channels.
-   * @new_size: new pad count
-   * @old_size: old pad count
-   *
-   * The ::resize-pads signal notifies about changes in channel
-   * alignment.
-   */
-  effect_bulk_signals[RESIZE_PADS] = 
-    g_signal_new("resize_pads\0",
-		 G_TYPE_FROM_CLASS(effect_bulk),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectBulkClass, resize_pads),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__UINT_UINT,
-		 G_TYPE_NONE, 2,
-		 G_TYPE_UINT, G_TYPE_UINT);
-}
-
-void
-ags_effect_bulk_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_effect_bulk_connect;
-  connectable->disconnect = ags_effect_bulk_disconnect;
-}
-
-void
-ags_effect_bulk_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_version = ags_effect_bulk_get_version;
-  plugin->set_version = ags_effect_bulk_set_version;
-  plugin->get_build_id = ags_effect_bulk_get_build_id;
-  plugin->set_build_id = ags_effect_bulk_set_build_id;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_effect_bulk_init(AgsEffectBulk *effect_bulk)
-{
-  GtkAlignment *alignment;
-  GtkHBox *hbox;
-  
-  effect_bulk->flags = 0;
-
-  effect_bulk->name = NULL;
-  
-  effect_bulk->version = AGS_EFFECT_BULK_DEFAULT_VERSION;
-  effect_bulk->build_id = AGS_EFFECT_BULK_DEFAULT_BUILD_ID;
-
-  effect_bulk->channel_type = G_TYPE_NONE;
-  effect_bulk->audio = NULL;
-
-  effect_bulk->plugin = NULL;
-
-  alignment = g_object_new(GTK_TYPE_ALIGNMENT,
-			   "xalign\0", 1.0,
-			   NULL);
-  gtk_box_pack_start(effect_bulk,
-		     alignment,
-		     FALSE, FALSE,
-		     0);
-
-  hbox = gtk_hbox_new(FALSE, 0);
-  gtk_container_add(alignment,
-		    hbox);
-
-  effect_bulk->add = gtk_button_new_from_stock(GTK_STOCK_ADD);
-  gtk_box_pack_start(hbox,
-		     effect_bulk->add,
-		     FALSE, FALSE,
-		     0);
-
-  effect_bulk->remove = gtk_button_new_from_stock(GTK_STOCK_REMOVE);
-  gtk_box_pack_start(hbox,
-		     effect_bulk->remove,
-		     FALSE, FALSE,
-		     0);
-
-  hbox = gtk_hbox_new(FALSE, 0);
-  gtk_box_pack_start(effect_bulk,
-		     hbox,
-		     FALSE, FALSE,
-		     0);
-
-  effect_bulk->bulk_member = (GtkVBox *) gtk_vbox_new(FALSE, 0);
-  gtk_box_pack_start(hbox,
-		     effect_bulk->bulk_member,
-		     FALSE, FALSE,
-		     0);
-
-  effect_bulk->table = (GtkTable *) gtk_table_new(1, AGS_EFFECT_BULK_COLUMNS_COUNT,
-						  FALSE);
-  gtk_box_pack_start(hbox,
-		     effect_bulk->table,
-		     FALSE, FALSE,
-		     0);
-
-  effect_bulk->ladspa_browser = ags_ladspa_browser_new(effect_bulk);
-}
-
-void
-ags_effect_bulk_set_property(GObject *gobject,
-			     guint prop_id,
-			     const GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(gobject);
-
-  switch(prop_id){
-  case PROP_AUDIO:
-    {
-      AgsAudio *audio;
-
-      audio = (AgsAudio *) g_value_get_object(value);
-
-      if(effect_bulk->audio == audio){
-	return;
-      }
-
-      if(effect_bulk->audio != NULL){
-	if((AGS_EFFECT_BULK_CONNECTED & (effect_bulk->flags)) != 0){
-	  g_signal_handler_disconnect(effect_bulk->audio,
-				      effect_bulk->set_audio_channels_handler);
-	  g_signal_handler_disconnect(effect_bulk->audio,
-				      effect_bulk->set_pads_handler);
-	}
-
-	if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-	  ags_effect_bulk_resize_pads(effect_bulk,
-				      0,
-				      effect_bulk->audio->output_pads);
-	}else{
-	  ags_effect_bulk_resize_pads(effect_bulk,
-				      0,
-				      effect_bulk->audio->input_pads);
-	}
-	
-	g_object_unref(effect_bulk->audio);
-      }
-
-      if(audio != NULL){
-	g_object_ref(audio);
-      }
-
-      effect_bulk->audio = audio;
-
-      if(audio != NULL){
-      	if((AGS_EFFECT_BULK_CONNECTED & (effect_bulk->flags)) != 0){
-	  effect_bulk->set_audio_channels_handler = g_signal_connect_after(effect_bulk->audio, "set-audio-channels\0",
-									   G_CALLBACK(ags_effect_bulk_set_audio_channels_callback), effect_bulk);
-
-	  effect_bulk->set_pads_handler = g_signal_connect_after(effect_bulk->audio, "set-pads\0",
-								 G_CALLBACK(ags_effect_bulk_set_pads_callback), effect_bulk);
-	  if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-	    ags_effect_bulk_resize_pads(effect_bulk,
-					audio->output_pads,
-					0);
-	  }else{
-	    ags_effect_bulk_resize_pads(effect_bulk,
-					audio->input_pads,
-					0);
-	  }
-	}
-      }
-    }
-  case PROP_CHANNEL_TYPE:
-    {
-      GType channel_type;
-
-      channel_type = (GType) g_value_get_gtype(value);
-
-      effect_bulk->channel_type = channel_type;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_bulk_get_property(GObject *gobject,
-			     guint prop_id,
-			     GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(gobject);
-
-  switch(prop_id){
-  case PROP_AUDIO:
-    {
-      g_value_set_object(value,
-			 effect_bulk->audio);
-    }
-    break;
-  case PROP_CHANNEL_TYPE:
-    {
-      g_value_set_gtype(value,
-			effect_bulk->channel_type);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_bulk_connect(AgsConnectable *connectable)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(connectable);
-
-  if((AGS_EFFECT_BULK_CONNECTED & (effect_bulk->flags)) != 0){
-    return;
-  }
-
-  g_signal_connect(G_OBJECT(effect_bulk->add), "clicked\0",
-		   G_CALLBACK(ags_effect_bulk_add_callback), effect_bulk);
-
-  g_signal_connect(G_OBJECT(effect_bulk->remove), "clicked\0",
-		   G_CALLBACK(ags_effect_bulk_remove_callback), effect_bulk);
-
-  ags_connectable_connect(AGS_CONNECTABLE(effect_bulk->ladspa_browser));
-
-  g_signal_connect(G_OBJECT(effect_bulk->ladspa_browser), "response\0",
-		   G_CALLBACK(ags_effect_bulk_ladspa_browser_response_callback), effect_bulk);
-
-  if(effect_bulk->audio != NULL){
-    effect_bulk->set_audio_channels_handler = g_signal_connect_after(effect_bulk->audio, "set-audio-channels\0",
-								     G_CALLBACK(ags_effect_bulk_set_audio_channels_callback), effect_bulk);
-
-    effect_bulk->set_pads_handler = g_signal_connect_after(effect_bulk->audio, "set-pads\0",
-							   G_CALLBACK(ags_effect_bulk_set_pads_callback), effect_bulk);
-  }
-}
-
-void
-ags_effect_bulk_disconnect(AgsConnectable *connectable)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(connectable);
-
-  if((AGS_EFFECT_BULK_CONNECTED & (effect_bulk->flags)) == 0){
-    return;
-  }
-
-  //TODO:JK: implement me
-}
-
-gchar*
-ags_effect_bulk_get_name(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BULK(plugin)->name);
-}
-
-void
-ags_effect_bulk_set_name(AgsPlugin *plugin, gchar *name)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(plugin);
-
-  effect_bulk->name = name;
-}
-
-gchar*
-ags_effect_bulk_get_version(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BULK(plugin)->version);
-}
-
-void
-ags_effect_bulk_set_version(AgsPlugin *plugin, gchar *version)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(plugin);
-
-  effect_bulk->version = version;
-}
-
-gchar*
-ags_effect_bulk_get_build_id(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_BULK(plugin)->build_id);
-}
-
-void
-ags_effect_bulk_set_build_id(AgsPlugin *plugin, gchar *build_id)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = AGS_EFFECT_BULK(plugin);
-
-  effect_bulk->build_id = build_id;
-}
-
-AgsEffectBulkPlugin*
-ags_effect_bulk_plugin_alloc(gchar *filename,
-			     gchar *effect)
-{
-  AgsEffectBulkPlugin *effect_plugin;
-
-  effect_plugin = (AgsEffectBulkPlugin *) malloc(sizeof(AgsEffectBulkPlugin));
-
-  effect_plugin->filename = filename;
-  effect_plugin->effect = effect;
-  
-  return(effect_plugin);
-}
-
-GList*
-ags_effect_bulk_real_add_effect(AgsEffectBulk *effect_bulk,
-				gchar *filename,
-				gchar *effect)
-{
-  AgsWindow *window;
-  AgsBulkMember *bulk_member;
-  AgsAddBulkMember *add_bulk_member;
-  AgsUpdateBulkMember *update_bulk_member;
-  GtkAdjustment *adjustment;
-
-  AgsChannel *current;
-  AgsRecallContainer *recall_container;
-  AgsRecallChannelRunDummy *recall_channel_run_dummy;
-  AgsRecallLadspa *recall_ladspa;
-  AgsLadspaPlugin *ladspa_plugin;
-  AgsAddRecallContainer *add_recall_container;
-  AgsAddRecall *add_recall;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *port, *recall_port;
-  GList *list, *list_start;
-  GList *task;
-  guint pads, audio_channels;
-  gdouble step;
-  guint x, y;
-  guint i, j;
-
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  LADSPA_PortDescriptor *port_descriptor;
-  LADSPA_Data lower_bound, upper_bound;
-  unsigned long index;
-  unsigned long k;
-
-  effect_bulk->plugin = g_list_append(effect_bulk->plugin,
-				      ags_effect_bulk_plugin_alloc(filename,
-								   effect));
-
-  window = gtk_widget_get_ancestor(effect_bulk,
-				   AGS_TYPE_WINDOW);
-  
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
-  audio_channels = effect_bulk->audio->audio_channels;
-
-  if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-    current = effect_bulk->audio->output;
-    
-    pads = effect_bulk->audio->output_pads;
-  }else{
-    current = effect_bulk->audio->input;
-
-    pads = effect_bulk->audio->input_pads;
-  }
-
-  /*  */
-  index = ags_ladspa_manager_effect_index(filename,
-					  effect);
-
-  task = NULL;
-  
-  /* load plugin */
-  ags_ladspa_manager_load_file(filename);
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
-
-  plugin_so = ladspa_plugin->plugin_so;
-
-  for(i = 0; i < pads; i++){
-    for(j = 0; j < audio_channels; j++){
-
-      /* ladspa play */
-      recall_container = ags_recall_container_new();
-
-      add_recall_container = ags_add_recall_container_new(current->audio,
-							  recall_container);
-      task = g_list_prepend(task,
-			    add_recall_container);
-
-      recall_ladspa = ags_recall_ladspa_new(current,
-					    filename,
-					    effect,
-					    index);
-      g_object_set(G_OBJECT(recall_ladspa),
-		   "soundcard\0", AGS_AUDIO(current->audio)->soundcard,
-		   "recall-container\0", recall_container,
-		   NULL);
-      AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
-      ags_recall_ladspa_load(recall_ladspa);
-      port = ags_recall_ladspa_load_ports(recall_ladspa);
-
-      add_recall = ags_add_recall_new(current,
-				      recall_ladspa,
-				      TRUE);
-      task = g_list_prepend(task,
-			    add_recall);
-
-      /* dummy */
-      recall_channel_run_dummy = ags_recall_channel_run_dummy_new(current,
-								  AGS_TYPE_RECALL_RECYCLING_DUMMY,
-								  AGS_TYPE_RECALL_LADSPA_RUN);
-      AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
-      g_object_set(G_OBJECT(recall_channel_run_dummy),
-		   "soundcard\0", AGS_AUDIO(current->audio)->soundcard,
-		   "recall-container\0", recall_container,
-		   "recall-channel\0", recall_ladspa,
-		   NULL);
-
-      add_recall = ags_add_recall_new(current,
-				      recall_channel_run_dummy,
-				      TRUE);
-      task = g_list_prepend(task,
-			    add_recall);
-
-      /* ladspa recall */
-      recall_container = ags_recall_container_new();
-
-      add_recall_container = ags_add_recall_container_new(current->audio,
-							  recall_container);
-      task = g_list_prepend(task,
-			    add_recall_container);
-
-      recall_ladspa = ags_recall_ladspa_new(current,
-					    filename,
-					    effect,
-					    index);
-      g_object_set(G_OBJECT(recall_ladspa),
-		   "soundcard\0", AGS_AUDIO(current->audio)->soundcard,
-		   "recall-container\0", recall_container,
-		   NULL);
-      AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
-      ags_recall_ladspa_load(recall_ladspa);
-      recall_port = ags_recall_ladspa_load_ports(recall_ladspa);
-            
-      add_recall = ags_add_recall_new(current,
-				      recall_ladspa,
-				      FALSE);
-      task = g_list_prepend(task,
-			    add_recall);
-
-      /* dummy */
-      recall_channel_run_dummy = ags_recall_channel_run_dummy_new(current,
-								  AGS_TYPE_RECALL_RECYCLING_DUMMY,
-								  AGS_TYPE_RECALL_LADSPA_RUN);
-      AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
-      g_object_set(G_OBJECT(recall_channel_run_dummy),
-		   "soundcard\0", AGS_AUDIO(current->audio)->soundcard,
-		   "recall-container\0", recall_container,
-		   "recall-channel\0", recall_ladspa,
-		   NULL);
-
-      add_recall = ags_add_recall_new(current,
-				      recall_channel_run_dummy,
-				      FALSE);
-      task = g_list_prepend(task,
-			    add_recall);
-
-      
-      current = current->next;
-    }
-  }
-
-  /* retrieve position within table  */
-  x = 0;
-  y = 0;
-  
-  list_start = 
-    list = effect_bulk->table->children;
-
-  while(list != NULL){
-    if(y <= ((GtkTableChild *) list->data)->top_attach){
-      y = ((GtkTableChild *) list->data)->top_attach + 1;
-    }
-
-    list = list->next;
-  }
-  
-  /* load ports */
-  if(index != -1 &&
-     plugin_so){
-    ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
-							   "ladspa_descriptor\0");
-
-    if(dlerror() == NULL && ladspa_descriptor){
-      plugin_descriptor = ladspa_descriptor(index);
-
-      port_descriptor = plugin_descriptor->PortDescriptors;
-
-      for(k = 0; k < plugin_descriptor->PortCount; k++){
-	if((LADSPA_IS_PORT_CONTROL(port_descriptor[k]) && 
-	    (LADSPA_IS_PORT_INPUT(port_descriptor[k]) ||
-	     LADSPA_IS_PORT_OUTPUT(port_descriptor[k])))){
-	  AgsDial *dial;
-	  GtkAdjustment *adjustment;
-
-	  if(x == AGS_EFFECT_BULK_COLUMNS_COUNT){
-	    x = 0;
-	    y++;
-	    gtk_table_resize(effect_bulk->table,
-			     y + 1, AGS_EFFECT_BULK_COLUMNS_COUNT);
-	  }
-
-	  /* add bulk member */
-	  bulk_member = (AgsBulkMember *) g_object_new(AGS_TYPE_BULK_MEMBER,
-						       "widget-type\0", AGS_TYPE_DIAL,
-						       "widget-label\0", plugin_descriptor->PortNames[k],
-						       "plugin-name\0", g_strdup_printf("ladspa-%lu\0", plugin_descriptor->UniqueID),
-						       "filename\0", filename,
-						       "effect\0", effect,
-						       "specifier\0", g_strdup(plugin_descriptor->PortNames[k]),
-						       "control-port\0", g_strdup_printf("%d/%d\0",
-											 k,
-											 plugin_descriptor->PortCount),
-						       NULL);
-	  dial = ags_bulk_member_get_widget(bulk_member);
-	  gtk_widget_set_size_request(dial,
-				      2 * dial->radius + 2 * dial->outline_strength + dial->button_width + 1,
-				      2 * dial->radius + 2 * dial->outline_strength + 1);
-		
-	  /* add controls of ports and apply range  */
-	  lower_bound = plugin_descriptor->PortRangeHints[k].LowerBound;
-	  upper_bound = plugin_descriptor->PortRangeHints[k].UpperBound;
-
-	  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 0.1, 0.1, 0.0);
-	  g_object_set(dial,
-		       "adjustment", adjustment,
-		       NULL);
-
-	  if(upper_bound >= 0.0 && lower_bound >= 0.0){
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else if(upper_bound < 0.0 && lower_bound < 0.0){
-	    step = -1.0 * (lower_bound - upper_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else{
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }
-
-	  gtk_adjustment_set_step_increment(adjustment,
-					    step);
-	  gtk_adjustment_set_lower(adjustment,
-				   lower_bound);
-	  gtk_adjustment_set_upper(adjustment,
-				   upper_bound);
-	  gtk_adjustment_set_value(adjustment,
-				   lower_bound);
-
-	  g_message("%f %f\0", lower_bound, upper_bound);
-	  
-	  /* create task */
-	  add_bulk_member = ags_add_bulk_member_new(effect_bulk,
-						    bulk_member,
-						    x, y,
-						    1, 1);
-	  task = g_list_prepend(task,
-				add_bulk_member);
-
-	  /* update ports */
-	  update_bulk_member = ags_update_bulk_member_new(effect_bulk,
-							  bulk_member,
-							  pads,
-							  0,
-							  TRUE);
-	  task = g_list_prepend(task,
-				update_bulk_member);
-
-	  x++;
-	}
-      }
-    }
-  }
-
-  /* launch tasks */
-  task = g_list_reverse(task);      
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-
-  return(port);
-}
-
-GList*
-ags_effect_bulk_add_effect(AgsEffectBulk *effect_bulk,
-			   gchar *filename,
-			   gchar *effect)
-{
-  GList *list;
-  
-  g_return_val_if_fail(AGS_IS_EFFECT_BULK(effect_bulk), NULL);
-
-  g_object_ref((GObject *) effect_bulk);
-  g_signal_emit(G_OBJECT(effect_bulk),
-		effect_bulk_signals[ADD_EFFECT], 0,
-		filename,
-		effect,
-		&list);
-  g_object_unref((GObject *) effect_bulk);
-
-  return(list);
-}
-
-void
-ags_effect_bulk_real_remove_effect(AgsEffectBulk *effect_bulk,
-				   guint nth)
-{
-  AgsAddBulkMember *add_bulk_member;
-  GtkAdjustment *adjustment;
-  
-  AgsChannel *current;
-
-  AgsEffectBulkPlugin *effect_bulk_plugin;
-  GList *list, *list_next;
-  gchar *filename, *effect;
-  guint pads, audio_channels;
-  guint i, j;
-
-  /* free plugin specification */
-  effect_bulk_plugin = g_list_nth_data(effect_bulk->plugin,
-				       nth);
-  effect_bulk->plugin = g_list_remove(effect_bulk->plugin,
-				      effect_bulk_plugin);
-  free(effect_bulk_plugin);
-
-  /* retrieve channel */
-  audio_channels = effect_bulk->audio->audio_channels;
-
-  if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-    current = effect_bulk->audio->output;
-    
-    pads = effect_bulk->audio->output_pads;
-  }else{
-    current = effect_bulk->audio->input;
-
-    pads = effect_bulk->audio->input_pads;
-  }
-
-  /* destroy control */
-  list = gtk_container_get_children(effect_bulk->table);
-
-  filename = AGS_BULK_MEMBER(list->data)->filename;
-  effect = AGS_BULK_MEMBER(list->data)->effect;
-
-  i = 0;
-  
-  while(list != NULL && i <= nth){
-    list_next = list->next;
-    
-    if(AGS_IS_BULK_MEMBER(list->data)){
-      if(!(!g_strcmp0(AGS_BULK_MEMBER(list->data)->filename, filename) &&
-	   !g_strcmp0(AGS_BULK_MEMBER(list->data)->effect, effect))){
-	filename = AGS_BULK_MEMBER(list->data)->filename;
-	effect = AGS_BULK_MEMBER(list->data)->effect;
-
-	i++;
-      }
-      
-      if(i == nth){
-	gtk_widget_destroy(list->data);
-      }
-      
-    }
-
-    list = list_next;
-  }
-  
-  /* remove recalls */
-  for(i = 0; i < pads; i++){
-    for(j = 0; j < audio_channels; j++){
-      ags_channel_remove_effect(current,
-				nth);
-
-      current = current->next;
-    }
-  }
-}
-
-void
-ags_effect_bulk_remove_effect(AgsEffectBulk *effect_bulk,
-			      guint nth)
-{
-  g_return_if_fail(AGS_IS_EFFECT_BULK(effect_bulk));
-
-  g_object_ref((GObject *) effect_bulk);
-  g_signal_emit(G_OBJECT(effect_bulk),
-		effect_bulk_signals[REMOVE_EFFECT], 0,
-		nth);
-  g_object_unref((GObject *) effect_bulk);
-}
-
-void
-ags_effect_bulk_real_resize_audio_channels(AgsEffectBulk *effect_bulk,
-					   guint new_size,
-					   guint old_size)
-{
-  AgsWindow *window;
-  AgsUpdateBulkMember *update_bulk_member;
-
-  AgsChannel *current;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *task;
-  GList *bulk_member;
-  GList *effect_bulk_plugin;
-  GList *list;
-  guint pads;
-  guint i, j;
-
-  window = gtk_widget_get_ancestor(effect_bulk,
-				   AGS_TYPE_WINDOW);
-  
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
-  /* retrieve channel */
-  if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-    current = effect_bulk->audio->output;
-    
-    pads = effect_bulk->audio->output_pads;
-  }else{
-    current = effect_bulk->audio->input;
-
-    pads = effect_bulk->audio->input_pads;
-  }
-
-  /* collect bulk member */
-  task = NULL;
-  bulk_member = NULL;
-
-  list = gtk_container_get_children(effect_bulk->table);
-
-  while(list != NULL){
-    if(AGS_IS_BULK_MEMBER(list->data)){
-      bulk_member = g_list_prepend(bulk_member,
-				   list->data);
-    }
-      
-    list = list->next;
-  }
-
-  bulk_member = g_list_reverse(bulk_member);
-
-  /* create task */
-  update_bulk_member = ags_update_bulk_member_new(effect_bulk,
-						  bulk_member,
-						  new_size,
-						  old_size,
-						  FALSE);
-  task = g_list_prepend(task,
-			update_bulk_member);
-
-  if(new_size > old_size){  
-    /* add effect */
-    for(i = 0; i < pads; i++){
-      current = ags_channel_nth(current,
-				old_size);
-    
-      for(j = old_size; j < new_size; j++){
-	effect_bulk_plugin = effect_bulk->plugin;
-
-	while(effect_bulk_plugin != NULL){
-	  ags_channel_add_effect(current,
-				 AGS_EFFECT_BULK_PLUGIN(effect_bulk_plugin->data)->filename,
-				 AGS_EFFECT_BULK_PLUGIN(effect_bulk_plugin->data)->effect);
-
-	  effect_bulk_plugin = effect_bulk_plugin->next;
-	}
-
-	current = current->next;
-      }
-    }
-  }
-  
-  /* launch tasks */
-  task = g_list_reverse(task);      
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-}
-
-void
-ags_effect_bulk_resize_audio_channels(AgsEffectBulk *effect_bulk,
-				      guint new_size,
-				      guint old_size)
-{
-  g_return_if_fail(AGS_IS_EFFECT_BULK(effect_bulk));
-
-  g_object_ref((GObject *) effect_bulk);
-  g_signal_emit(G_OBJECT(effect_bulk),
-		effect_bulk_signals[RESIZE_AUDIO_CHANNELS], 0,
-		new_size,
-		old_size);
-  g_object_unref((GObject *) effect_bulk);
-}
-
-void
-ags_effect_bulk_real_resize_pads(AgsEffectBulk *effect_bulk,
-				 guint new_size,
-				 guint old_size)
-{
-  AgsWindow *window;
-  AgsUpdateBulkMember *update_bulk_member;
-
-  AgsChannel *current;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *task;
-  GList *bulk_member;
-  GList *effect_bulk_plugin;
-  GList *list;
-  guint audio_channels;
-  guint i, j;
-
-  window = gtk_widget_get_ancestor(effect_bulk,
-				   AGS_TYPE_WINDOW);
-  
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
-  audio_channels = effect_bulk->audio->audio_channels;
-  
-  /* retrieve channel */
-  if(effect_bulk->channel_type == AGS_TYPE_OUTPUT){
-    current = effect_bulk->audio->output;
-  }else{
-    current = effect_bulk->audio->input;
-  }
-
-  /* collect bulk member */
-  task = NULL;
-  bulk_member = NULL;
-
-  list = gtk_container_get_children(effect_bulk->table);
-
-  while(list != NULL){
-    if(AGS_IS_BULK_MEMBER(list->data)){
-      bulk_member = g_list_prepend(bulk_member,
-				   list->data);
-    }
-      
-    list = list->next;
-  }
-
-  bulk_member = g_list_reverse(bulk_member);
-
-  /* create task */
-  update_bulk_member = ags_update_bulk_member_new(effect_bulk,
-						  bulk_member,
-						  new_size,
-						  old_size,
-						  TRUE);
-  task = g_list_prepend(task,
-			update_bulk_member);
-   
-  if(new_size > old_size){ 
-    /* add effect */
-    current = ags_channel_pad_nth(current,
-				  old_size);
-
-    for(i = old_size; i < new_size; i++){
-      for(j = 0; j < audio_channels; j++){    
-	effect_bulk_plugin = effect_bulk->plugin;
-
-	while(effect_bulk_plugin != NULL){
-	  ags_channel_add_effect(current,
-				 AGS_EFFECT_BULK_PLUGIN(effect_bulk_plugin->data)->filename,
-				 AGS_EFFECT_BULK_PLUGIN(effect_bulk_plugin->data)->effect);
-
-	  effect_bulk_plugin = effect_bulk_plugin->next;
-	}
-
-	current = current->next;
-      }
-    }
-  }
-  
-  /* launch tasks */
-  task = g_list_reverse(task);      
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-}
-
-void
-ags_effect_bulk_resize_pads(AgsEffectBulk *effect_bulk,
-			    guint new_size,
-			    guint old_size)
-{
-  g_return_if_fail(AGS_IS_EFFECT_BULK(effect_bulk));
-
-  g_object_ref((GObject *) effect_bulk);
-  g_signal_emit(G_OBJECT(effect_bulk),
-		effect_bulk_signals[RESIZE_PADS], 0,
-		new_size,
-		old_size);
-  g_object_unref((GObject *) effect_bulk);
-}
-
-/**
- * ags_effect_bulk_new:
- * @effect_bulk: the parent effect_bulk
- * @audio: the #AgsAudio to visualize
- * @channel_type: either %AGS_TYPE_INPUT or %AGS_TYPE_OUTPUT
- *
- * Creates an #AgsEffectBulk
- *
- * Returns: a new #AgsEffectBulk
- *
- * Since: 0.4
- */
-AgsEffectBulk*
-ags_effect_bulk_new(AgsAudio *audio,
-		    GType channel_type)
-{
-  AgsEffectBulk *effect_bulk;
-
-  effect_bulk = (AgsEffectBulk *) g_object_new(AGS_TYPE_EFFECT_BULK,
-					       "audio\0", audio,
-					       "channel-type\0", channel_type,
-					       NULL);
-
-  return(effect_bulk);
-}
diff --git a/src/ags/X/ags_effect_bulk.h b/src/ags/X/ags_effect_bulk.h
deleted file mode 100644
index 9ed612c..0000000
--- a/src/ags/X/ags_effect_bulk.h
+++ /dev/null
@@ -1,122 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_BULK_H__
-#define __AGS_EFFECT_BULK_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_audio.h>
-
-#define AGS_TYPE_EFFECT_BULK                (ags_effect_bulk_get_type())
-#define AGS_EFFECT_BULK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_BULK, AgsEffectBulk))
-#define AGS_EFFECT_BULK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_BULK, AgsEffectBulkClass))
-#define AGS_IS_EFFECT_BULK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_BULK))
-#define AGS_IS_EFFECT_BULK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_BULK))
-#define AGS_EFFECT_BULK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_BULK, AgsEffectBulkClass))
-
-#define AGS_EFFECT_BULK_PLUGIN(ptr) ((AgsEffectBulkPlugin *)(ptr))
-
-#define AGS_EFFECT_BULK_DEFAULT_VERSION "0.4.3\0"
-#define AGS_EFFECT_BULK_DEFAULT_BUILD_ID "CEST 20-03-2015 08:24\0"
-
-#define AGS_EFFECT_BULK_COLUMNS_COUNT (4)
-
-typedef struct _AgsEffectBulk AgsEffectBulk;
-typedef struct _AgsEffectBulkClass AgsEffectBulkClass;
-
-typedef struct _AgsEffectBulkPlugin AgsEffectBulkPlugin;
-
-typedef enum{
-  AGS_EFFECT_BULK_CONNECTED        = 1,
-}AgsEffectBulkFlags;
-
-struct _AgsEffectBulk
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  GType *channel_type;
-  AgsAudio *audio;
-  gulong set_audio_channels_handler;
-  gulong set_pads_handler;
-
-  GtkButton *add;
-  GtkButton *remove;
-
-  GtkVBox *bulk_member;
-  GtkTable *table;
-
-  GList *plugin;
-  GtkDialog *ladspa_browser;
-};
-
-struct _AgsEffectBulkClass
-{
-  GtkVBoxClass vbox;
-
-  GList* (*add_effect)(AgsEffectBulk *effect_bulk,
-		       gchar *filename,
-		       gchar *effect);
-  void (*remove_effect)(AgsEffectBulk *effect_bulk,
-			guint nth);
-
-  void (*resize_audio_channels)(AgsEffectBulk *effect_bulk,
-				guint new_size,
-				guint old_size);
-  void (*resize_pads)(AgsEffectBulk *effect_bulk,
-		      guint new_size,
-		      guint old_size);
-};
-
-struct _AgsEffectBulkPlugin
-{
-  gchar *filename;
-  gchar *effect;
-};
-
-GType ags_effect_bulk_get_type(void);
-
-AgsEffectBulkPlugin* ags_effect_bulk_plugin_alloc(gchar *filename,
-						  gchar *effect);
-
-GList* ags_effect_bulk_add_effect(AgsEffectBulk *effect_bulk,
-				  gchar *filename,
-				  gchar *effect);
-void ags_effect_bulk_remove_effect(AgsEffectBulk *effect_bulk,
-				   guint nth);
-
-void ags_effect_bulk_resize_audio_channels(AgsEffectBulk *effect_bulk,
-					   guint new_size,
-					   guint old_size);
-void ags_effect_bulk_resize_pads(AgsEffectBulk *effect_bulk,
-				 guint new_size,
-				 guint old_size);
-
-AgsEffectBulk* ags_effect_bulk_new(AgsAudio *audio,
-				   GType channel_type);
-
-#endif /*__AGS_EFFECT_BULK_H__*/
diff --git a/src/ags/X/ags_effect_bulk_callbacks.c b/src/ags/X/ags_effect_bulk_callbacks.c
deleted file mode 100644
index 910b617..0000000
--- a/src/ags/X/ags_effect_bulk_callbacks.c
+++ /dev/null
@@ -1,148 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_bulk_callbacks.h>
-
-#include <ags/X/ags_ladspa_browser.h>
-
-void
-ags_effect_bulk_add_callback(GtkWidget *button,
-			     AgsEffectBulk *effect_bulk)
-{
-  gtk_widget_show_all(effect_bulk->ladspa_browser);
-}
-
-void
-ags_effect_bulk_remove_callback(GtkWidget *button,
-				AgsEffectBulk *effect_bulk)
-{
-  GList *bulk_member;
-  GList *children;
-  guint nth;
-  
-  auto void ags_effect_bulk_editor_ladspa_browser_response_destroy_entry();
-  
-  void ags_effect_bulk_editor_ladspa_browser_response_destroy_entry(){
-    /* destroy bulk member entry */
-    gtk_widget_destroy(GTK_WIDGET(bulk_member->data));
-  }
-  
-  if(button == NULL ||
-     effect_bulk == NULL){
-    return;
-  }
-
-  bulk_member = gtk_container_get_children(effect_bulk->bulk_member);
-  
-  /* iterate bulk member */
-  for(nth = 0; bulk_member != NULL; nth++){
-    children = gtk_container_get_children(GTK_CONTAINER(bulk_member->data));
-
-    if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(children->data))){
-      ags_effect_bulk_editor_ladspa_browser_response_destroy_entry();
-	
-      /* remove effect */
-      ags_effect_bulk_remove_effect(effect_bulk,
-				    nth);
-    }
-      
-    bulk_member = bulk_member->next;
-  }
-}
-
-void
-ags_effect_bulk_ladspa_browser_response_callback(GtkDialog *dialog,
-						 gint response,
-						 AgsEffectBulk *effect_bulk)
-{
-  gchar *filename, *effect;
-  
-  auto void ags_effect_bulk_ladspa_browser_response_create_entry();
-  
-  void ags_effect_bulk_ladspa_browser_response_create_entry(){
-    GtkHBox *hbox;
-    GtkCheckButton *check_button;
-    GtkLabel *label;
-
-    /* create entry */
-    hbox = (GtkHBox *) gtk_hbox_new(FALSE, 0);
-    gtk_box_pack_start(GTK_BOX(effect_bulk->bulk_member),
-		       GTK_WIDGET(hbox),
-		       FALSE, FALSE,
-		       0);
-      
-    check_button = (GtkCheckButton *) gtk_check_button_new();
-    gtk_box_pack_start(GTK_BOX(hbox),
-		       GTK_WIDGET(check_button),
-		       FALSE, FALSE,
-		       0);
-
-    //TODO:JK: ugly
-    label = (GtkLabel *) gtk_label_new(g_strdup_printf("%s - %s\0",
-						       filename,
-						       effect));
-    gtk_box_pack_start(GTK_BOX(hbox),
-		       GTK_WIDGET(label),
-		       FALSE, FALSE,
-		       0);
-    gtk_widget_show_all((GtkWidget *) hbox);
-  }
-  
-  switch(response){
-  case GTK_RESPONSE_ACCEPT:
-    {
-      /* retrieve plugin */
-      filename = ags_ladspa_browser_get_plugin_filename(effect_bulk->ladspa_browser);
-      effect = ags_ladspa_browser_get_plugin_effect(effect_bulk->ladspa_browser);
-
-      ags_effect_bulk_ladspa_browser_response_create_entry();
-	
-      /* add effect */
-      ags_effect_bulk_add_effect(effect_bulk,
-				 filename,
-				 effect);
-    }
-    break;
-  }
-}
-
-void
-ags_effect_bulk_set_audio_channels_callback(AgsAudio *audio,
-					    guint audio_channels,
-					    guint audio_channels_old,
-					    AgsEffectBulk *effect_bulk)
-{
-  ags_effect_bulk_resize_audio_channels(effect_bulk,
-					audio_channels,
-					audio_channels_old);
-}
-
-void
-ags_effect_bulk_set_pads_callback(AgsAudio *audio,
-				  GType channel_type,
-				  guint pads,
-				  guint pads_old,
-				  AgsEffectBulk *effect_bulk)
-{
-  if(channel_type == effect_bulk->channel_type){
-    ags_effect_bulk_resize_pads(effect_bulk,
-				pads,
-				pads_old);    
-  }
-}
-
diff --git a/src/ags/X/ags_effect_bulk_callbacks.h b/src/ags/X/ags_effect_bulk_callbacks.h
deleted file mode 100644
index 247620e..0000000
--- a/src/ags/X/ags_effect_bulk_callbacks.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_BULK_CALLBACKS_H__
-#define __AGS_EFFECT_BULK_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-void ags_effect_bulk_add_callback(GtkWidget *button,
-				  AgsEffectBulk *effect_bulk);
-void ags_effect_bulk_remove_callback(GtkWidget *button,
-				     AgsEffectBulk *effect_bulk);
-
-void ags_effect_bulk_ladspa_browser_response_callback(GtkDialog *dialog,
-						      gint response,
-						      AgsEffectBulk *effect_bulk);
-
-void ags_effect_bulk_set_audio_channels_callback(AgsAudio *audio,
-						 guint audio_channels,
-						 guint audio_channels_old,
-						 AgsEffectBulk *effect_bulk);
-void ags_effect_bulk_set_pads_callback(AgsAudio *audio,
-				       GType channel_type,
-				       guint pads,
-				       guint pads_old,
-				       AgsEffectBulk *effect_bulk);
-
-#endif /*__AGS_EFFECT_BULK_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_effect_line.c b/src/ags/X/ags_effect_line.c
deleted file mode 100644
index 10fcb56..0000000
--- a/src/ags/X/ags_effect_line.c
+++ /dev/null
@@ -1,656 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_line.h>
-#include <ags/X/ags_effect_line_callbacks.h>
-
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_marshal.h>
-#include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/plugin/ags_ladspa_manager.h>
-
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_task_thread.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_recall_ladspa.h>
-
-#include <ags/audio/task/ags_add_line_member.h>
-
-#include <ags/widget/ags_dial.h>
-
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_machine.h>
-#include <ags/X/ags_line_member.h>
-
-#include <dlfcn.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <unistd.h>
-
-#include <ladspa.h>
-
-void ags_effect_line_class_init(AgsEffectLineClass *effect_line);
-void ags_effect_line_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_effect_line_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_effect_line_init(AgsEffectLine *effect_line);
-void ags_effect_line_set_property(GObject *gobject,
-				  guint prop_id,
-				  const GValue *value,
-				  GParamSpec *param_spec);
-void ags_effect_line_get_property(GObject *gobject,
-				  guint prop_id,
-				  GValue *value,
-				  GParamSpec *param_spec);
-void ags_effect_line_connect(AgsConnectable *connectable);
-void ags_effect_line_disconnect(AgsConnectable *connectable);
-gchar* ags_effect_line_get_name(AgsPlugin *plugin);
-void ags_effect_line_set_name(AgsPlugin *plugin, gchar *name);
-gchar* ags_effect_line_get_version(AgsPlugin *plugin);
-void ags_effect_line_set_version(AgsPlugin *plugin, gchar *version);
-gchar* ags_effect_line_get_build_id(AgsPlugin *plugin);
-void ags_effect_line_set_build_id(AgsPlugin *plugin, gchar *build_id);
-
-GList* ags_effect_line_real_add_effect(AgsEffectLine *effect_line,
-				       gchar *filename,
-				       gchar *effect);
-void ags_effect_line_real_remove_effect(AgsEffectLine *effect_line,
-					guint nth);
-
-/**
- * SECTION:ags_effect_line
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsEffectLine
- * @section_id:
- * @include: ags/X/ags_effect_line.h
- *
- * #AgsEffectLine is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsEffectLine.
- */
-
-enum{
-  ADD_EFFECT,
-  REMOVE_EFFECT,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_CHANNEL,
-};
-
-static gpointer ags_effect_line_parent_class = NULL;
-static guint effect_line_signals[LAST_SIGNAL];
-
-GType
-ags_effect_line_get_type(void)
-{
-  static GType ags_type_effect_line = 0;
-
-  if(!ags_type_effect_line){
-    static const GTypeInfo ags_effect_line_info = {
-      sizeof(AgsEffectLineClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_effect_line_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsEffectLine),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_effect_line_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_effect_line_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_effect_line_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_effect_line = g_type_register_static(GTK_TYPE_VBOX,
-						  "AgsEffectLine\0", &ags_effect_line_info,
-						  0);
-
-    g_type_add_interface_static(ags_type_effect_line,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_effect_line,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_effect_line);
-}
-
-void
-ags_effect_line_class_init(AgsEffectLineClass *effect_line)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_effect_line_parent_class = g_type_class_peek_parent(effect_line);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(effect_line);
-
-  gobject->set_property = ags_effect_line_set_property;
-  gobject->get_property = ags_effect_line_get_property;
-
-  /* AgsEffectLineClass */
-  effect_line->add_effect = ags_effect_line_real_add_effect;
-  effect_line->remove_effect = ags_effect_line_real_remove_effect;
-  
-  /* signals */
-  /**
-   * AgsEffectLine::add-effect:
-   * @effect_line: the #AgsEffectLine to modify
-   * @effect: the effect's name
-   *
-   * The ::add-effect signal notifies about added effect.
-   */
-  effect_line_signals[ADD_EFFECT] =
-    g_signal_new("add-effect\0",
-		 G_TYPE_FROM_CLASS(effect_line),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectLineClass, add_effect),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_POINTER__STRING_STRING,
-		 G_TYPE_POINTER, 2,
-		 G_TYPE_STRING,
-		 G_TYPE_STRING);
-
-  /**
-   * AgsEffectLine::remove-effect:
-   * @effect_line: the #AgsEffectLine to modify
-   * @nth: the nth effect
-   *
-   * The ::remove-effect signal notifies about removed effect.
-   */
-  effect_line_signals[REMOVE_EFFECT] =
-    g_signal_new("remove-effect\0",
-		 G_TYPE_FROM_CLASS(effect_line),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectLineClass, remove_effect),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__UINT,
-		 G_TYPE_NONE, 1,
-		 G_TYPE_UINT);
-
-  /* properties */
-  /**
-   * AgsEffectLine:channel:
-   *
-   * The start of a bunch of #AgsChannel to visualize.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("channel\0",
-				   "assigned channel\0",
-				   "The channel it is assigned with\0",
-				   AGS_TYPE_CHANNEL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CHANNEL,
-				  param_spec);
-}
-
-void
-ags_effect_line_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_effect_line_connect;
-  connectable->disconnect = ags_effect_line_disconnect;
-}
-
-void
-ags_effect_line_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_version = ags_effect_line_get_version;
-  plugin->set_version = ags_effect_line_set_version;
-  plugin->get_build_id = ags_effect_line_get_build_id;
-  plugin->set_build_id = ags_effect_line_set_build_id;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_effect_line_init(AgsEffectLine *effect_line)
-{
-  effect_line->flags = 0;
-
-  effect_line->name = NULL;
-  
-  effect_line->version = AGS_EFFECT_LINE_DEFAULT_VERSION;
-  effect_line->build_id = AGS_EFFECT_LINE_DEFAULT_BUILD_ID;
-
-  effect_line->channel = NULL;
-
-  effect_line->label = g_object_new(GTK_TYPE_LABEL,
-				    NULL);
-  gtk_box_pack_start(GTK_BOX(effect_line),
-		     GTK_WIDGET(effect_line->label),
-		     FALSE, FALSE,
-		     0);
-
-  effect_line->table = gtk_table_new(1, AGS_EFFECT_LINE_COLUMNS_COUNT,
-				    TRUE);
-  gtk_box_pack_start(GTK_BOX(effect_line),
-		     GTK_WIDGET(effect_line->table),
-		     FALSE, FALSE,
-		     0);
-}
-
-void
-ags_effect_line_set_property(GObject *gobject,
-			     guint prop_id,
-			     const GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = AGS_EFFECT_LINE(gobject);
-
-  switch(prop_id){
-  case PROP_CHANNEL:
-    {
-      AgsChannel *channel;
-
-      channel = (AgsChannel *) g_value_get_object(value);
-
-      if(effect_line->channel == channel){
-	return;
-      }
-
-      if(effect_line->channel != NULL){
-	g_object_unref(effect_line->channel);
-      }
-
-      if(channel != NULL){
-	g_object_ref(channel);
-      }
-
-      effect_line->channel = channel;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_line_get_property(GObject *gobject,
-			     guint prop_id,
-			     GValue *value,
-			     GParamSpec *param_spec)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = AGS_EFFECT_LINE(gobject);
-
-  switch(prop_id){
-  case PROP_CHANNEL:
-    {
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_line_connect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_effect_line_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-gchar*
-ags_effect_line_get_name(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_LINE(plugin)->name);
-}
-
-void
-ags_effect_line_set_name(AgsPlugin *plugin, gchar *name)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = AGS_EFFECT_LINE(plugin);
-
-  effect_line->name = name;
-}
-
-gchar*
-ags_effect_line_get_version(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_LINE(plugin)->version);
-}
-
-void
-ags_effect_line_set_version(AgsPlugin *plugin, gchar *version)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = AGS_EFFECT_LINE(plugin);
-
-  effect_line->version = version;
-}
-
-gchar*
-ags_effect_line_get_build_id(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_LINE(plugin)->build_id);
-}
-
-void
-ags_effect_line_set_build_id(AgsPlugin *plugin, gchar *build_id)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = AGS_EFFECT_LINE(plugin);
-
-  effect_line->build_id = build_id;
-}
-
-GList*
-ags_effect_line_real_add_effect(AgsEffectLine *effect_line,
-				gchar *filename,
-				gchar *effect)
-{
-  AgsWindow *window;
-  AgsMachine *machine;
-  AgsLineMember *line_member;
-  AgsAddLineMember *add_line_member;
-  GtkAdjustment *adjustment;
-
-  AgsLadspaPlugin *ladspa_plugin;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *list, *list_start;
-  GList *port;
-  GList *task;
-  gdouble step;
-  guint x, y;
-  
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  LADSPA_PortDescriptor *port_descriptor;
-  LADSPA_Data lower_bound, upper_bound;
-  unsigned long index;
-  unsigned long i;
-
-  machine = gtk_widget_get_ancestor(effect_line,
-				    AGS_TYPE_MACHINE);
-
-  window = gtk_widget_get_ancestor(machine,
-				   AGS_TYPE_WINDOW);
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  if(ags_recall_ladpsa_find(effect_line->channel->recall,
-			    filename, effect) != NULL){
-    /* return if duplicated */
-    return(NULL);
-  }
-
-  index = ags_ladspa_manager_effect_index(filename,
-					  effect);
-
-  task = NULL;
-  
-  /* load plugin */
-  ags_ladspa_manager_load_file(filename);
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
-
-  plugin_so = ladspa_plugin->plugin_so;
-
-  /* retrieve position within table  */
-  x = 0;
-  y = 0;
-  i = 0;
-
-  list_start = 
-    list = effect_line->table->children;
-
-  while(list != NULL){
-    if(y <= ((GtkTableChild *) list->data)->top_attach){
-      y = ((GtkTableChild *) list->data)->top_attach + 1;
-    }
-
-    list = list->next;
-  }
-
-  /* add effect to channel */
-  port = ags_channel_add_effect(effect_line->channel,
-				filename,
-				effect);
-
-  /* load ports */
-  if(index != -1 &&
-     plugin_so){
-    ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
-							   "ladspa_descriptor\0");
-
-    if(dlerror() == NULL && ladspa_descriptor){
-      plugin_descriptor = ladspa_descriptor(index);
-
-      port_descriptor = plugin_descriptor->PortDescriptors;   
-
-      while(port != NULL){
-	if((LADSPA_IS_PORT_CONTROL(port_descriptor[i]) && 
-	    (LADSPA_IS_PORT_INPUT(port_descriptor[i]) ||
-	     LADSPA_IS_PORT_OUTPUT(port_descriptor[i])))){
-	  AgsDial *dial;
-	  GtkAdjustment *adjustment;
-
-	  if(x == AGS_EFFECT_LINE_COLUMNS_COUNT){
-	    x = 0;
-	    y++;
-	    gtk_table_resize(effect_line->table,
-			     y + 1, AGS_EFFECT_LINE_COLUMNS_COUNT);
-	  }
-
-	  /* add line member */
-	  line_member = (AgsLineMember *) g_object_new(AGS_TYPE_LINE_MEMBER,
-						       "widget-type\0", AGS_TYPE_DIAL,
-						       "widget-label\0", plugin_descriptor->PortNames[i],
-						       "plugin-name\0", AGS_PORT(port->data)->plugin_name,
-						       "specifier\0", AGS_PORT(port->data)->specifier,
-						       "control-port\0", AGS_PORT(port->data)->control_port,
-						       NULL);
-	  dial = ags_line_member_get_widget(line_member);
-	  gtk_widget_set_size_request(dial,
-				      2 * dial->radius + 2 * dial->outline_strength + dial->button_width + 1,
-				      2 * dial->radius + 2 * dial->outline_strength + 1);
-		
-	  /* add controls of ports and apply range  */
-	  lower_bound = plugin_descriptor->PortRangeHints[i].LowerBound;
-	  upper_bound = plugin_descriptor->PortRangeHints[i].UpperBound;
-
-	  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 0.1, 0.1, 0.0);
-	  g_object_set(dial,
-		       "adjustment", adjustment,
-		       NULL);
-
-	  if(upper_bound >= 0.0 && lower_bound >= 0.0){
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else if(upper_bound < 0.0 && lower_bound < 0.0){
-	    step = -1.0 * (upper_bound + lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else{
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }
-
-	  gtk_adjustment_set_step_increment(adjustment,
-					    step);
-	  gtk_adjustment_set_lower(adjustment,
-				   lower_bound);
-	  gtk_adjustment_set_upper(adjustment,
-				   upper_bound);
-	  gtk_adjustment_set_value(adjustment,
-				   lower_bound);
-
-	  /* create task */
-	  add_line_member = ags_add_line_member_new(effect_line,
-						    line_member,
-						    x, y,
-						    1, 1);
-	  task = g_list_prepend(task,
-				add_line_member);
-	  
-	  x++;
-	  port = port->next;
-	}
-
-	i++;
-      }
-    }
-  }
-  
-  /* launch tasks */
-  task = g_list_reverse(task);      
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-
-  return(port);
-}
-
-GList*
-ags_effect_line_add_effect(AgsEffectLine *effect_line,
-			   gchar *filename,
-			   gchar *effect)
-{
-  GList *port;
-  
-  g_return_val_if_fail(AGS_IS_EFFECT_LINE(effect_line), NULL);
-
-  g_object_ref((GObject *) effect_line);
-  g_signal_emit(G_OBJECT(effect_line),
-		effect_line_signals[ADD_EFFECT], 0,
-		filename,
-		effect,
-		&port);
-  g_object_unref((GObject *) effect_line);
-
-  return(port);
-}
-
-void
-ags_effect_line_real_remove_effect(AgsEffectLine *effect_line,
-				   guint nth)
-{
-  GList *control;
-  GList *play_ladspa;
-  GList *port;
-
-  play_ladspa = ags_recall_template_find_type(effect_line->channel->play,
-					      AGS_TYPE_RECALL_LADSPA);
-
-  /* destroy controls */
-  port = AGS_RECALL(g_list_nth(play_ladspa,
-			       nth)->data)->port;
-    
-  while(port != NULL){
-    control = gtk_container_get_children(effect_line->table);
-      
-    while(control != NULL){
-      if(AGS_IS_LINE_MEMBER(control->data) &&
-	 AGS_LINE_MEMBER(control->data)->port == port->data){
-	gtk_widget_destroy(control->data);
-	break;
-      }
-	
-      control = control->next;
-    }
-      
-    port = port->next;
-  }
-
-  /* remove recalls */
-  ags_channel_remove_effect(effect_line->channel,
-			    nth);
-}
-
-void
-ags_effect_line_remove_effect(AgsEffectLine *effect_line,
-			      guint nth)
-{
-  g_return_if_fail(AGS_IS_EFFECT_LINE(effect_line));
-
-  g_object_ref((GObject *) effect_line);
-  g_signal_emit(G_OBJECT(effect_line),
-		effect_line_signals[REMOVE_EFFECT], 0,
-		nth);
-  g_object_unref((GObject *) effect_line);
-}
-
-/**
- * ags_effect_line_new:
- * @effect_line: the parent effect_line
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsEffectLine
- *
- * Returns: a new #AgsEffectLine
- *
- * Since: 0.4
- */
-AgsEffectLine*
-ags_effect_line_new(AgsChannel *channel)
-{
-  AgsEffectLine *effect_line;
-
-  effect_line = (AgsEffectLine *) g_object_new(AGS_TYPE_EFFECT_LINE,
-					       "channel\0", channel,
-					       NULL);
-
-  return(effect_line);
-}
diff --git a/src/ags/X/ags_effect_line.h b/src/ags/X/ags_effect_line.h
deleted file mode 100644
index 6a99d5c..0000000
--- a/src/ags/X/ags_effect_line.h
+++ /dev/null
@@ -1,86 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_LINE_H__
-#define __AGS_EFFECT_LINE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#define AGS_TYPE_EFFECT_LINE                (ags_effect_line_get_type())
-#define AGS_EFFECT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_LINE, AgsEffectLine))
-#define AGS_EFFECT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_LINE, AgsEffectLineClass))
-#define AGS_IS_EFFECT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_LINE))
-#define AGS_IS_EFFECT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_LINE))
-#define AGS_EFFECT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_LINE, AgsEffectLineClass))
-
-#define AGS_EFFECT_LINE_DEFAULT_VERSION "0.4.3\0"
-#define AGS_EFFECT_LINE_DEFAULT_BUILD_ID "CEST 20-03-2015 08:24\0"
-
-#define AGS_EFFECT_LINE_COLUMNS_COUNT (2)
-
-typedef struct _AgsEffectLine AgsEffectLine;
-typedef struct _AgsEffectLineClass AgsEffectLineClass;
-
-typedef enum{
-  AGS_EFFECT_LINE_CONNECTED        = 1,
-}AgsEffectLineFlags;
-
-struct _AgsEffectLine
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-  
-  AgsChannel *channel;
-
-  GtkLabel *label;
-  
-  GtkTable *table;
-};
-
-struct _AgsEffectLineClass
-{
-  GtkVBoxClass vbox;
-
-  GList* (*add_effect)(AgsEffectLine *effect_line,
-		       gchar *filename,
-		       gchar *effect);
-  void (*remove_effect)(AgsEffectLine *effect_line,
-			guint nth);
-};
-
-GType ags_effect_line_get_type(void);
-
-GList* ags_effect_line_add_effect(AgsEffectLine *effect_line,
-				  gchar *filename,
-				  gchar *effect);
-void ags_effect_line_remove_effect(AgsEffectLine *effect_line,
-				   guint nth);
-
-AgsEffectLine* ags_effect_line_new(AgsChannel *channel);
-
-#endif /*__AGS_EFFECT_LINE_H__*/
diff --git a/src/ags/X/ags_effect_line_callbacks.c b/src/ags/X/ags_effect_line_callbacks.c
deleted file mode 100644
index 5b9890d..0000000
--- a/src/ags/X/ags_effect_line_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_line_callbacks.h>
diff --git a/src/ags/X/ags_effect_line_callbacks.h b/src/ags/X/ags_effect_line_callbacks.h
deleted file mode 100644
index 8e971fc..0000000
--- a/src/ags/X/ags_effect_line_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_LINE_CALLBACKS_H__
-#define __AGS_EFFECT_LINE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_line.h>
-
-#endif /*__AGS_EFFECT_LINE_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_effect_pad.c b/src/ags/X/ags_effect_pad.c
deleted file mode 100644
index 3464c44..0000000
--- a/src/ags/X/ags_effect_pad.c
+++ /dev/null
@@ -1,428 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_pad.h>
-#include <ags/X/ags_effect_pad_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_line.h>
-
-void ags_effect_pad_class_init(AgsEffectPadClass *effect_pad);
-void ags_effect_pad_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_effect_pad_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_effect_pad_init(AgsEffectPad *effect_pad);
-void ags_effect_pad_set_property(GObject *gobject,
-				 guint prop_id,
-				 const GValue *value,
-				 GParamSpec *param_spec);
-void ags_effect_pad_get_property(GObject *gobject,
-				 guint prop_id,
-				 GValue *value,
-				 GParamSpec *param_spec);
-void ags_effect_pad_connect(AgsConnectable *connectable);
-void ags_effect_pad_disconnect(AgsConnectable *connectable);
-gchar* ags_effect_pad_get_name(AgsPlugin *plugin);
-void ags_effect_pad_set_name(AgsPlugin *plugin, gchar *name);
-gchar* ags_effect_pad_get_version(AgsPlugin *plugin);
-void ags_effect_pad_set_version(AgsPlugin *plugin, gchar *version);
-gchar* ags_effect_pad_get_build_id(AgsPlugin *plugin);
-void ags_effect_pad_set_build_id(AgsPlugin *plugin, gchar *build_id);
-
-void ags_effect_pad_real_resize_lines(AgsEffectPad *effect_pad, GType line_type,
-				      guint audio_channels, guint audio_channels_old);
-
-/**
- * SECTION:ags_effect_pad
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsEffectPad
- * @section_id:
- * @include: ags/X/ags_effect_pad.h
- *
- * #AgsEffectPad is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsEffectPad.
- */
-
-enum{
-  RESIZE_LINES,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_CHANNEL,
-};
-
-static gpointer ags_effect_pad_parent_class = NULL;
-static guint effect_pad_signals[LAST_SIGNAL];
-
-GType
-ags_effect_pad_get_type(void)
-{
-  static GType ags_type_effect_pad = 0;
-
-  if(!ags_type_effect_pad){
-    static const GTypeInfo ags_effect_pad_info = {
-      sizeof(AgsEffectPadClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_effect_pad_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsEffectPad),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_effect_pad_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_effect_pad_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_effect_pad_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_effect_pad = g_type_register_static(GTK_TYPE_VBOX,
-						 "AgsEffectPad\0", &ags_effect_pad_info,
-						 0);
-
-    g_type_add_interface_static(ags_type_effect_pad,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_effect_pad,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_effect_pad);
-}
-
-void
-ags_effect_pad_class_init(AgsEffectPadClass *effect_pad)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_effect_pad_parent_class = g_type_class_peek_parent(effect_pad);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(effect_pad);
-
-  gobject->set_property = ags_effect_pad_set_property;
-  gobject->get_property = ags_effect_pad_get_property;
-
-  /* AgsEffectPadClass */
-  effect_pad->resize_lines = ags_effect_pad_real_resize_lines;
-  
-  /* properties */
-  /**
-   * AgsEffectPad:channel:
-   *
-   * The start of a bunch of #AgsChannel to visualize.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("channel\0",
-				   "assigned channel\0",
-				   "The channel it is assigned with\0",
-				   AGS_TYPE_CHANNEL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CHANNEL,
-				  param_spec);
-
-  /**
-   * AgsPad::resize-lines:
-   * @pad: the #AgsPad to resize
-   * @line_type: the channel type
-   * @audio_channels: count of lines
-   * @audio_channels_old: old count of lines
-   *
-   * The ::resize-lines is emitted as count of lines pack is modified.
-   */
-  effect_pad_signals[RESIZE_LINES] =
-    g_signal_new("resize-lines\0",
-		 G_TYPE_FROM_CLASS(effect_pad),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsEffectPadClass, resize_lines),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__ULONG_UINT_UINT,
-		 G_TYPE_NONE, 3,
-		 G_TYPE_ULONG, G_TYPE_UINT, G_TYPE_UINT);
-}
-
-void
-ags_effect_pad_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_effect_pad_connect;
-  connectable->disconnect = ags_effect_pad_disconnect;
-}
-
-void
-ags_effect_pad_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_version = ags_effect_pad_get_version;
-  plugin->set_version = ags_effect_pad_set_version;
-  plugin->get_build_id = ags_effect_pad_get_build_id;
-  plugin->set_build_id = ags_effect_pad_set_build_id;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_effect_pad_init(AgsEffectPad *effect_pad)
-{  
-  effect_pad->flags = 0;
-
-  effect_pad->name = NULL;
-  
-  effect_pad->version = AGS_EFFECT_PAD_DEFAULT_VERSION;
-  effect_pad->build_id = AGS_EFFECT_PAD_DEFAULT_BUILD_ID;
-
-  effect_pad->channel = NULL;
-
-  effect_pad->cols = AGS_EFFECT_PAD_COLUMNS_COUNT;
-  effect_pad->table = gtk_table_new(1, AGS_EFFECT_PAD_COLUMNS_COUNT,
-				    TRUE);
-  gtk_box_pack_start(GTK_BOX(effect_pad),
-		     GTK_WIDGET(effect_pad->table),
-		     FALSE, TRUE,
-		     0);
-}
-
-void
-ags_effect_pad_set_property(GObject *gobject,
-			    guint prop_id,
-			    const GValue *value,
-			    GParamSpec *param_spec)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = AGS_EFFECT_PAD(gobject);
-
-  switch(prop_id){
-  case PROP_CHANNEL:
-    {
-      AgsChannel *channel;
-
-      channel = (AgsChannel *) g_value_get_object(value);
-
-      if(effect_pad->channel == channel){
-	return;
-      }
-
-      if(effect_pad->channel != NULL){
-	g_object_unref(effect_pad->channel);
-      }
-
-      if(channel != NULL){
-	g_object_ref(channel);
-      }
-
-      effect_pad->channel = channel;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_pad_get_property(GObject *gobject,
-			    guint prop_id,
-			    GValue *value,
-			    GParamSpec *param_spec)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = AGS_EFFECT_PAD(gobject);
-
-  switch(prop_id){
-  case PROP_CHANNEL:
-    {
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_effect_pad_connect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_effect_pad_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-gchar*
-ags_effect_pad_get_name(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_PAD(plugin)->name);
-}
-
-void
-ags_effect_pad_set_name(AgsPlugin *plugin, gchar *name)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = AGS_EFFECT_PAD(plugin);
-
-  effect_pad->name = name;
-}
-
-gchar*
-ags_effect_pad_get_version(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_PAD(plugin)->version);
-}
-
-void
-ags_effect_pad_set_version(AgsPlugin *plugin, gchar *version)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = AGS_EFFECT_PAD(plugin);
-
-  effect_pad->version = version;
-}
-
-gchar*
-ags_effect_pad_get_build_id(AgsPlugin *plugin)
-{
-  return(AGS_EFFECT_PAD(plugin)->build_id);
-}
-
-void
-ags_effect_pad_set_build_id(AgsPlugin *plugin, gchar *build_id)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = AGS_EFFECT_PAD(plugin);
-
-  effect_pad->build_id = build_id;
-}
-
-void
-ags_effect_pad_real_resize_lines(AgsEffectPad *effect_pad, GType effect_line_type,
-				 guint audio_channels, guint audio_channels_old)
-{
-  AgsEffectBridge *effect_bridge;
-  AgsEffectLine *effect_line;
-  AgsChannel *channel;
-  GList *list, *list_next;
-  guint i, j;
-  
-  effect_bridge = (AgsEffectBridge *) gtk_widget_get_ancestor((GtkWidget *) effect_pad,
-							      AGS_TYPE_EFFECT_BRIDGE);
-  
-  if(audio_channels > audio_channels_old){
-    channel = ags_channel_nth(effect_pad->channel,
-			      audio_channels_old);
-
-    for(i = audio_channels_old; i < audio_channels;){
-      for(j = audio_channels_old % effect_pad->cols; j < effect_pad->cols && i < audio_channels; j++, i++){
-	effect_line = (AgsEffectLine *) g_object_new(effect_line_type,
-						     "channel\0", channel,
-						     NULL);
-	gtk_table_attach(effect_pad->table,
-			 (GtkWidget *) effect_line,
-			 j, j + 1,
-			 i / effect_pad->cols, i / effect_pad->cols + 1,
-			 FALSE, FALSE,
-			 0, 0);
-	
-	channel = channel->next;
-      }
-    }
-  }else{
-    list = gtk_container_get_children(effect_pad->table);
-    list = g_list_nth(list,
-		      audio_channels);
-
-    while(list = list->next){
-      list_next = list->next;
-      
-      gtk_widget_destroy(list->data);
-
-      list = list_next;
-    }
-  }
-}
-
-void
-ags_effect_pad_resize_lines(AgsEffectPad *effect_pad, GType line_type,
-			    guint audio_channels, guint audio_channels_old)
-{
-  g_return_if_fail(AGS_IS_EFFECT_PAD(effect_pad));
-  
-  g_object_ref((GObject *) effect_pad);
-  g_signal_emit(G_OBJECT(effect_pad),
-		effect_pad_signals[RESIZE_LINES], 0,
-		line_type,
-		audio_channels, audio_channels_old);
-  g_object_unref((GObject *) effect_pad);
-}
-
-/**
- * ags_effect_pad_new:
- * @effect_pad: the parent effect_pad
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsEffectPad
- *
- * Returns: a new #AgsEffectPad
- *
- * Since: 0.4
- */
-AgsEffectPad*
-ags_effect_pad_new(AgsChannel *channel)
-{
-  AgsEffectPad *effect_pad;
-
-  effect_pad = (AgsEffectPad *) g_object_new(AGS_TYPE_EFFECT_PAD,
-					     "channel\0", channel,
-					     NULL);
-
-  return(effect_pad);
-}
diff --git a/src/ags/X/ags_effect_pad.h b/src/ags/X/ags_effect_pad.h
deleted file mode 100644
index d04ab4d..0000000
--- a/src/ags/X/ags_effect_pad.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_PAD_H__
-#define __AGS_EFFECT_PAD_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#define AGS_TYPE_EFFECT_PAD                (ags_effect_pad_get_type())
-#define AGS_EFFECT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EFFECT_PAD, AgsEffectPad))
-#define AGS_EFFECT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EFFECT_PAD, AgsEffectPadClass))
-#define AGS_IS_EFFECT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_EFFECT_PAD))
-#define AGS_IS_EFFECT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_EFFECT_PAD))
-#define AGS_EFFECT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_EFFECT_PAD, AgsEffectPadClass))
-
-#define AGS_EFFECT_PAD_DEFAULT_VERSION "0.4.3\0"
-#define AGS_EFFECT_PAD_DEFAULT_BUILD_ID "CEST 20-03-2015 08:24\0"
-
-#define AGS_EFFECT_PAD_COLUMNS_COUNT (2)
-
-typedef struct _AgsEffectPad AgsEffectPad;
-typedef struct _AgsEffectPadClass AgsEffectPadClass;
-
-typedef enum{
-  AGS_EFFECT_PAD_CONNECTED        = 1,
-}AgsEffectPadFlags;
-
-struct _AgsEffectPad
-{
-  GtkVBox vbox;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-  
-  AgsChannel *channel;
-  
-  guint cols;
-  GtkTable *table;
-};
-
-struct _AgsEffectPadClass
-{
-  GtkVBoxClass vbox;
-
-  void (*resize_lines)(AgsEffectPad *effect_pad, GType line_type,
-		       guint audio_channels, guint audio_channels_old);
-};
-
-GType ags_effect_pad_get_type(void);
-
-void ags_effect_pad_resize_lines(AgsEffectPad *effect_pad, GType line_type,
-				 guint audio_channels, guint audio_channels_old);
-
-AgsEffectPad* ags_effect_pad_new(AgsChannel *channel);
-
-#endif /*__AGS_EFFECT_PAD_H__*/
diff --git a/src/ags/X/ags_effect_pad_callbacks.c b/src/ags/X/ags_effect_pad_callbacks.c
deleted file mode 100644
index 8c3a977..0000000
--- a/src/ags/X/ags_effect_pad_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_effect_pad_callbacks.h>
diff --git a/src/ags/X/ags_effect_pad_callbacks.h b/src/ags/X/ags_effect_pad_callbacks.h
deleted file mode 100644
index af7c25f..0000000
--- a/src/ags/X/ags_effect_pad_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_EFFECT_PAD_CALLBACKS_H__
-#define __AGS_EFFECT_PAD_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_pad.h>
-
-#endif /*__AGS_EFFECT_PAD_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_export_window.c b/src/ags/X/ags_export_window.c
index 72804cd..ae92dfa 100644
--- a/src/ags/X/ags_export_window.c
+++ b/src/ags/X/ags_export_window.c
@@ -20,13 +20,10 @@
 #include <ags/X/ags_export_window_callbacks.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
-#include <ags/audio/ags_devout.h>
-#include <ags/audio/ags_notation.h>
+#include <ags/main.h>
 
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_navigation.h>
+#include <ags/audio/ags_notation.h>
 
 #include <stdlib.h>
 
@@ -60,7 +57,8 @@ gboolean ags_export_window_delete_event(GtkWidget *widget, GdkEventAny *event);
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
+  PROP_MAIN,
 };
 
 static gpointer ags_export_window_parent_class = NULL;
@@ -120,21 +118,38 @@ ags_export_window_class_init(AgsExportWindowClass *export_window)
 
   /* properties */
   /**
-   * AgsExportWindow:soundcard:
+   * AgsExportWindow:devout:
+   *
+   * The assigned #AgsDevout acting as default sink.
+   * 
+   * Since: 0.4
+   */
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
+				   G_TYPE_OBJECT,
+				   G_PARAM_READABLE | G_PARAM_WRITABLE);
+  g_object_class_install_property(gobject,
+				  PROP_DEVOUT,
+				  param_spec);
+
+  /**
+   * AgsExportWindow:ags-main:
    *
-   * The assigned #AgsSoundcard acting as default sink.
+   * The assigned #AgsMain to give control of application.
    * 
    * Since: 0.4
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
+  param_spec = g_param_spec_object("ags-main\0",
+				   "assigned ags main\0",
+				   "The AgsMain it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_MAIN,
 				  param_spec);
 
+
   /* GtkWidgetClass */
   widget = (GtkWidgetClass *) export_window;
 
@@ -158,14 +173,9 @@ ags_export_window_init(AgsExportWindow *export_window)
   GtkHBox *hbox;
   GtkTable *table;
   GtkLabel *label;
-  gchar *str;
-  gdouble bpm;
 
   export_window->flags = 0;
 
-  export_window->parent = NULL;
-  export_window->soundcard = NULL;
-  
   g_object_set(export_window,
 	       "title\0", "export to audio data\0",
 	       NULL);
@@ -294,10 +304,7 @@ ags_export_window_init(AgsExportWindow *export_window)
 		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
 		   0, 0);
 
-  bpm = AGS_DEVOUT_DEFAULT_BPM; // AGS_NAVIGATION(AGS_WINDOW(AGS_APPLICATION_CONTEXT(export_window->application_context)->window)->navigation)->bpm->adjustment->value
-  str = ags_navigation_tact_to_time_string(0.0,
-					   bpm);
-  export_window->duration = gtk_label_new(str);
+  export_window->duration = gtk_label_new(ags_navigation_tact_to_time_string(0.0));
   gtk_box_pack_start(GTK_BOX(hbox),
 		     GTK_WIDGET(export_window->duration),
 		     FALSE, FALSE,
@@ -353,19 +360,39 @@ ags_export_window_set_property(GObject *gobject,
   export_window = AGS_EXPORT_WINDOW(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = g_value_get_object(value);
+      devout = g_value_get_object(value);
 
-      if(export_window->soundcard == soundcard)
+      if(export_window->devout == devout)
 	return;
 
-      if(soundcard != NULL)
-	g_object_ref(soundcard);
+      if(devout != NULL)
+	g_object_ref(devout);
 
-      export_window->soundcard = soundcard;
+      export_window->devout = devout;
+    }
+    break;
+  case PROP_MAIN:
+    {
+      AgsMain *ags_main;
+
+      ags_main = g_value_get_object(value);
+
+      if(export_window->ags_main == ags_main)
+	return;
+
+      if(export_window->ags_main != NULL){
+	g_object_unref(export_window->ags_main);
+      }
+
+      if(ags_main != NULL){
+	g_object_ref(ags_main);
+      }
+
+      export_window->ags_main = ags_main;
     }
     break;
   default:
@@ -385,8 +412,11 @@ ags_export_window_get_property(GObject *gobject,
   export_window = AGS_EXPORT_WINDOW(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, export_window->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, export_window->devout);
+    break;
+  case PROP_MAIN:
+    g_value_set_object(value, export_window->ags_main);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -453,8 +483,7 @@ ags_export_window_new()
 {
   AgsExportWindow *export_window;
 
-  export_window = (AgsExportWindow *) g_object_new(AGS_TYPE_EXPORT_WINDOW,
-						   NULL);
+  export_window = (AgsExportWindow *) g_object_new(AGS_TYPE_EXPORT_WINDOW, NULL);
 
   return(export_window);
 }
diff --git a/src/ags/X/ags_export_window.h b/src/ags/X/ags_export_window.h
index df31411..4721688 100644
--- a/src/ags/X/ags_export_window.h
+++ b/src/ags/X/ags_export_window.h
@@ -23,6 +23,8 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
+#include <ags/audio/ags_devout.h>
+
 #define AGS_TYPE_EXPORT_WINDOW                (ags_export_window_get_type())
 #define AGS_EXPORT_WINDOW(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_WINDOW, AgsExportWindow))
 #define AGS_EXPORT_WINDOW_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_WINDOW, AgsExportWindowClass))
@@ -43,8 +45,8 @@ struct _AgsExportWindow
 
   guint flags;
 
-  GtkWindow *parent;
-  GObject *soundcard;
+  GObject *ags_main;
+  AgsDevout *devout;
 
   GtkCheckButton *live_export;
 
diff --git a/src/ags/X/ags_export_window_callbacks.c b/src/ags/X/ags_export_window_callbacks.c
index 9d8b2a9..927b91b 100644
--- a/src/ags/X/ags_export_window_callbacks.c
+++ b/src/ags/X/ags_export_window_callbacks.c
@@ -18,9 +18,9 @@
 
 #include <ags/X/ags_export_window_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 #include <ags/thread/ags_export_thread.h>
 
@@ -61,50 +61,23 @@ void
 ags_export_window_tact_callback(GtkWidget *spin_button,
 				AgsExportWindow *export_window)
 {
-  gdouble bpm;
-
-  bpm = AGS_NAVIGATION(AGS_WINDOW(export_window->parent)->navigation)->bpm->adjustment->value;
-
   gtk_label_set_text(export_window->duration,
-		     ags_navigation_tact_to_time_string(gtk_spin_button_get_value(export_window->tact),
-							bpm));
+		     ags_navigation_tact_to_time_string(gtk_spin_button_get_value(export_window->tact)));
 }
 
 void
 ags_export_window_export_callback(GtkWidget *toggle_button,
 				  AgsExportWindow *export_window)
 {
+  AgsAudioLoop *audio_loop;
   AgsWindow *window;
   AgsMachine *machine;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  AgsSoundcard *soundcard;
-  
   GList *machines_start;
-  guint delay, attack;
-  guint tic_counter_incr;
   gboolean success;
 
-  window = export_window->parent;
-
-  application_context = window->application_context;
+  window = AGS_MAIN(export_window->ags_main)->window;
+  audio_loop = AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop);
   
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
-  soundcard = AGS_SOUNDCARD(window->soundcard);
-  
-  delay = AGS_DEVOUT_DEFAULT_DELAY;
-
-  if(soundcard != NULL){
-    attack = ags_soundcard_get_attack(soundcard);
-    delay = ags_soundcard_get_delay(soundcard);
-  }
-
   machines_start = NULL;
 
   if(gtk_toggle_button_get_active(toggle_button)){
@@ -114,8 +87,7 @@ ags_export_window_export_callback(GtkWidget *toggle_button,
     gchar *filename;
     gboolean live_performance;
 
-    export_thread = ags_thread_find_type(main_loop,
-					 AGS_TYPE_EXPORT_THREAD);
+    export_thread = audio_loop->export_thread;
 
     filename = gtk_entry_get_text(export_window->filename);
 
@@ -149,19 +121,22 @@ ags_export_window_export_callback(GtkWidget *toggle_button,
     /* create start task */
     if(success){
       guint tic;
+      gdouble delay;
+
+      delay = (1.0 / window->devout->frequency / window->devout->buffer_size) * (60.0 / AGS_DEVOUT_DEFAULT_BPM);
 
       tic = (gtk_spin_button_get_value(export_window->tact) + 1) * delay;
 
       export_output = ags_export_output_new(export_thread,
-					    window->soundcard,
+					    window->devout,
 					    filename,
 					    tic,
 					    live_performance);
       g_signal_connect(export_thread, "stop\0",
 		       G_CALLBACK(ags_export_window_stop_callback), export_window);
 
-      /* append AgsStartSoundcard */
-      ags_task_thread_append_task(task_thread,
+      /* append AgsStartDevout */
+      ags_task_thread_append_task(AGS_TASK_THREAD(audio_loop->task_thread),
 				  export_output);
 
       ags_navigation_set_seeking_sensitive(window->navigation,
diff --git a/src/ags/X/ags_generic_preferences.c b/src/ags/X/ags_generic_preferences.c
index 59118fa..60867e3 100644
--- a/src/ags/X/ags_generic_preferences.c
+++ b/src/ags/X/ags_generic_preferences.c
@@ -19,12 +19,14 @@
 #include <ags/X/ags_generic_preferences.h>
 #include <ags/X/ags_generic_preferences_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/object/ags_applicable.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <ags/X/ags_window.h>
 #include <ags/X/ags_preferences.h>
 
@@ -172,28 +174,24 @@ ags_generic_preferences_apply(AgsApplicable *applicable)
 {
   AgsPreferences *preferences;
   AgsGenericPreferences *generic_preferences; 
-
-  AgsApplicationContext *application_context;
   AgsConfig *config;
-  
+ 
   generic_preferences = AGS_GENERIC_PREFERENCES(applicable);
 
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(generic_preferences),
 							   AGS_TYPE_PREFERENCES);
-
-  application_context = AGS_WINDOW(preferences->parent)->application_context;
-  config = application_context->config;
+  config = AGS_CONFIG(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main)->config);
   
   if(gtk_toggle_button_get_active(generic_preferences->autosave_thread)){
-    ags_config_set_value(config,
-			 AGS_CONFIG_GENERIC,
-			 "autosave-thread\0",
-			 "true\0");
+    ags_config_set(config,
+		   AGS_CONFIG_GENERIC,
+		   "autosave-thread\0",
+		   "true\0");
   }else{
-    ags_config_set_value(config,
-			 AGS_CONFIG_GENERIC,
-			 "autosave-thread\0",
-			 "false\0");
+    ags_config_set(config,
+		   AGS_CONFIG_GENERIC,
+		   "autosave-thread\0",
+		   "false\0");
   }
 }
 
@@ -202,22 +200,18 @@ ags_generic_preferences_reset(AgsApplicable *applicable)
 {
   AgsPreferences *preferences;
   AgsGenericPreferences *generic_preferences; 
-
-  AgsApplicationContext *application_context;
   AgsConfig *config;
  
   generic_preferences = AGS_GENERIC_PREFERENCES(applicable);
 
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(generic_preferences),
 							   AGS_TYPE_PREFERENCES);
-
-  application_context = AGS_WINDOW(preferences->parent)->application_context;
-  config = application_context->config;
+  config = AGS_CONFIG(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main)->config);
   
   gtk_toggle_button_set_active(generic_preferences->autosave_thread,
-			       ((!strncmp(ags_config_get_value( config,
-								AGS_CONFIG_GENERIC,
-								"autosave-thread\0"),
+			       ((!strncmp(ags_config_get(config,
+							 AGS_CONFIG_GENERIC,
+							 "autosave-thread\0"),
 					  "true\0",
 					  5)) ? TRUE: FALSE));
 }
diff --git a/src/ags/X/ags_generic_preferences_callbacks.c b/src/ags/X/ags_generic_preferences_callbacks.c
index b107a1c..1ae637c 100644
--- a/src/ags/X/ags_generic_preferences_callbacks.c
+++ b/src/ags/X/ags_generic_preferences_callbacks.c
@@ -18,9 +18,8 @@
 
 #include <ags/X/ags_generic_preferences_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread_application_context.h>
 #include <ags/thread/ags_thread-posix.h>
 #include <ags/thread/ags_autosave_thread.h>
 
@@ -31,21 +30,14 @@ void
 ags_generic_preferences_autosave_thread_clicked_callback(GtkWidget *check_button,
 							 AgsGenericPreferences *generic_preferences)
 {
-  AgsWindow *window;
-  AgsPreferences *preferences;
-
+  AgsMain *ags_main;
   AgsAutosaveThread *autosave_thread;
-  
-  AgsApplicationContext *application_context;
+  AgsPreferences *preferences;
 
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(generic_preferences),
 							   AGS_TYPE_PREFERENCES);
-
-  window = preferences->parent;
-
-  application_context = window->application_context;
-  
-  autosave_thread = application_context->autosave_thread;
+  ags_main = AGS_WINDOW(preferences->window)->ags_main;
+  autosave_thread = ags_main->autosave_thread;
 
   if(gtk_toggle_button_get_active(check_button)){
     ags_thread_start(autosave_thread);
diff --git a/src/ags/X/ags_ladspa_browser.c b/src/ags/X/ags_ladspa_browser.c
index d6a241e..2f53449 100644
--- a/src/ags/X/ags_ladspa_browser.c
+++ b/src/ags/X/ags_ladspa_browser.c
@@ -30,15 +30,6 @@
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
-#include <dlfcn.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <unistd.h>
-
-#include <ladspa.h>
-
 void ags_ladspa_browser_class_init(AgsLadspaBrowserClass *ladspa_browser);
 void ags_ladspa_browser_init(AgsLadspaBrowser *ladspa_browser);
 void ags_ladspa_browser_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -362,51 +353,14 @@ ags_ladspa_browser_get_plugin_filename(AgsLadspaBrowser *ladspa_browser)
 gchar*
 ags_ladspa_browser_get_plugin_effect(AgsLadspaBrowser *ladspa_browser)
 {
-  GtkComboBoxText *filename, *effect;
-  AgsLadspaPlugin *ladspa_plugin;
-  GList *list, *list_start;
-  gchar *effect_name;
-
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  unsigned long index;
-
-  /* retrieve filename and effect */
-  list_start = 
-    list = gtk_container_get_children(GTK_CONTAINER(ladspa_browser->plugin));
-
-  filename = GTK_COMBO_BOX(list->next->data);
-  effect = GTK_COMBO_BOX(list->next->next->next->data);
-
-  g_list_free(list_start);
-
-  /* update description */
-  list_start = 
-    list = gtk_container_get_children(GTK_CONTAINER(ladspa_browser->description));
-
-  ags_ladspa_manager_load_file(gtk_combo_box_text_get_active_text(filename));
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(gtk_combo_box_text_get_active_text(filename));
-  
-  plugin_so = ladspa_plugin->plugin_so;
-
-  effect_name = NULL;
-  
-  index = (unsigned long) gtk_combo_box_get_active(effect);
-  
-  if(index != -1 &&
-     plugin_so){
-    ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
-							   "ladspa_descriptor\0");
-
-    if(dlerror() == NULL && ladspa_descriptor){
-      plugin_descriptor = ladspa_descriptor(index);
+  GtkComboBoxText *effect;
+  GList *list;
 
-      effect_name = plugin_descriptor->Name;
-    }
-  }
+  list = gtk_container_get_children(GTK_CONTAINER(ladspa_browser->plugin));
+  effect = GTK_COMBO_BOX_TEXT(list->next->next->next->data);
+  g_list_free(list);
 
-  return(effect_name);
+  return(gtk_combo_box_text_get_active_text(effect));
 }
 
 /**
diff --git a/src/ags/X/ags_ladspa_browser_callbacks.c b/src/ags/X/ags_ladspa_browser_callbacks.c
index 306ac20..b77bb24 100644
--- a/src/ags/X/ags_ladspa_browser_callbacks.c
+++ b/src/ags/X/ags_ladspa_browser_callbacks.c
@@ -40,6 +40,7 @@ ags_ladspa_browser_plugin_filename_callback(GtkComboBoxText *combo_box,
   GtkComboBoxText *filename, *effect;
   AgsLadspaPlugin *ladspa_plugin;
   GList *list;
+  gchar *path;
 
   void *plugin_so;
   LADSPA_Descriptor_Function ladspa_descriptor;
@@ -62,7 +63,7 @@ ags_ladspa_browser_plugin_filename_callback(GtkComboBoxText *combo_box,
 							   "ladspa_descriptor\0");
 
     if(dlerror() == NULL && ladspa_descriptor){
-      unsigned long index;
+      long index;
 
       /* We've successfully found a ladspa_descriptor function. Pass
 	 it to the callback function. */
@@ -116,7 +117,7 @@ ags_ladspa_browser_plugin_effect_callback(GtkComboBoxText *combo_box,
   
   plugin_so = ladspa_plugin->plugin_so;
 
-  index = (unsigned long) gtk_combo_box_get_active(effect);
+  index = gtk_combo_box_get_active(effect);
 
   if(index != -1 &&
      plugin_so){
diff --git a/src/ags/X/ags_line.c b/src/ags/X/ags_line.c
index f086a00..f880a24 100644
--- a/src/ags/X/ags_line.c
+++ b/src/ags/X/ags_line.c
@@ -19,28 +19,19 @@
 #include <ags/X/ags_line.h>
 #include <ags/X/ags_line_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_plugin.h>
 
-#include <ags/plugin/ags_ladspa_manager.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_task_thread.h>
+#include <ags/object/ags_marshal.h>
+#include <ags/object/ags_plugin.h>
+
+#include <ags/X/ags_pad.h>
 
 #include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_recall_ladspa.h>
 
 #include <ags/audio/recall/ags_peak_channel_run.h>
 
-#include <ags/audio/task/ags_add_line_member.h>
-
-#include <ags/widget/ags_dial.h>
-
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_machine.h>
-#include <ags/X/ags_pad.h>
 #include <ags/X/ags_line_member.h>
 
 void ags_line_class_init(AgsLineClass *line);
@@ -62,11 +53,6 @@ void ags_line_set_version(AgsPlugin *plugin, gchar *version);
 gchar* ags_line_get_build_id(AgsPlugin *plugin);
 void ags_line_set_build_id(AgsPlugin *plugin, gchar *build_id);
 
-GList* ags_line_real_add_effect(AgsLine *line,
-				gchar *filename,
-				gchar *effect);
-void ags_line_real_remove_effect(AgsLine *line,
-				 guint nth);
 void ags_line_real_set_channel(AgsLine *line, AgsChannel *channel);
 void ags_line_real_map_recall(AgsLine *line,
 			      guint output_pad_start);
@@ -85,8 +71,6 @@ GList* ags_line_real_find_port(AgsLine *line);
  */
 
 enum{
-  ADD_EFFECT,
-  REMOVE_EFFECT,
   SET_CHANNEL,
   GROUP_CHANGED,
   MAP_RECALL,
@@ -199,48 +183,11 @@ ags_line_class_init(AgsLineClass *line)
   /* AgsLineClass */
   line->set_channel = ags_line_real_set_channel;
 
-  line->add_effect = ags_line_real_add_effect;
-  line->remove_effect = ags_line_real_remove_effect;
   line->group_changed = NULL;
   line->map_recall = ags_line_real_map_recall;
   line->find_port = ags_line_real_find_port;
-  
-  /* signals */
-  /**
-   * AgsLine::add-effect:
-   * @line: the #AgsLine to modify
-   * @effect: the effect's name
-   *
-   * The ::add-effect signal notifies about added effect.
-   */
-  line_signals[ADD_EFFECT] =
-    g_signal_new("add-effect\0",
-		 G_TYPE_FROM_CLASS(line),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsLineClass, add_effect),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_POINTER__STRING_STRING,
-		 G_TYPE_POINTER, 2,
-		 G_TYPE_STRING,
-		 G_TYPE_STRING);
-
-  /**
-   * AgsLine::remove-effect:
-   * @line: the #AgsLine to modify
-   * @nth: the nth effect
-   *
-   * The ::remove-effect signal notifies about removed effect.
-   */
-  line_signals[REMOVE_EFFECT] =
-    g_signal_new("remove-effect\0",
-		 G_TYPE_FROM_CLASS(line),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsLineClass, remove_effect),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__UINT,
-		 G_TYPE_NONE, 1,
-		 G_TYPE_UINT);
 
+  /* signals */
   /**
    * AgsLine::set-channel:
    * @line: the #AgsLine to modify
@@ -463,10 +410,12 @@ ags_line_connect(AgsConnectable *connectable)
   if((AGS_LINE_PREMAPPED_RECALL & (line->flags)) == 0){
     if((AGS_LINE_MAPPED_RECALL & (line->flags)) == 0){
       ags_line_map_recall(line,
-			  0);
+			 0);
     }
   }else{
-    line->flags &= (~AGS_LINE_PREMAPPED_RECALL);
+    //    line->flags &= (~AGS_LINE_PREMAPPED_RECALL);
+
+    ags_line_find_port(line);
   }
 
   /* AgsMachine */
@@ -589,246 +538,6 @@ ags_line_group_changed(AgsLine *line)
   g_object_unref((GObject *) line);
 }
 
-GList*
-ags_line_real_add_effect(AgsLine *line,
-			 gchar *filename,
-			 gchar *effect)
-{
-  AgsWindow *window;
-  AgsMachine *machine;
-  AgsLineMember *line_member;
-  AgsAddLineMember *add_line_member;
-  GtkAdjustment *adjustment;
-
-  AgsLadspaPlugin *ladspa_plugin;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *list;
-  GList *port;
-  GList *task;
-  gdouble step;
-  guint x, y;
-  
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  LADSPA_PortDescriptor *port_descriptor;
-  LADSPA_Data lower_bound, upper_bound;
-  unsigned long index;
-  unsigned long i;
-
-  machine = gtk_widget_get_ancestor(line,
-				    AGS_TYPE_MACHINE);
-  
-  window = gtk_widget_get_ancestor(machine,
-				   AGS_TYPE_WINDOW);
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  if(ags_recall_ladpsa_find(line->channel->recall,
-			    filename, effect) != NULL){
-    /* return if duplicated */
-    return;
-  }
-
-  index = ags_ladspa_manager_effect_index(filename,
-					  effect);
-
-  task = NULL;
-  
-  /* load plugin */
-  ags_ladspa_manager_load_file(filename);
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
-
-  plugin_so = ladspa_plugin->plugin_so;
-
-  /* retrieve position within table  */
-  x = 0;
-  y = 0;
-  i = 0;
-
-  list = line->expander->children;
-
-  while(list != NULL){
-    if(y <= AGS_EXPANDER_CHILD(list->data)->y){
-      y = AGS_EXPANDER_CHILD(list->data)->y + 1;
-    }
-
-    list = list->next;
-  }
-
-  /* add effect to channel */
-  port = ags_channel_add_effect(line->channel,
-				filename,
-				effect);
-
-  /* load ports */
-  if(index != -1 &&
-     plugin_so){
-    ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
-							   "ladspa_descriptor\0");
-
-    if(dlerror() == NULL && ladspa_descriptor){
-      plugin_descriptor = ladspa_descriptor(index);
-
-      port_descriptor = plugin_descriptor->PortDescriptors;   
-
-      while(port != NULL){
-	if((LADSPA_IS_PORT_CONTROL(port_descriptor[i]) && 
-	    (LADSPA_IS_PORT_INPUT(port_descriptor[i]) ||
-	     LADSPA_IS_PORT_OUTPUT(port_descriptor[i])))){
-	  AgsDial *dial;
-	  GtkAdjustment *adjustment;
-
-	  if(x == 2){
-	    x = 0;
-	    y++;
-	  }
-	  
-	  g_message("line_add_effect - add line member\0");
-
-	  /* add line member */
-	  line_member = (AgsLineMember *) g_object_new(AGS_TYPE_LINE_MEMBER,
-						       "widget-type\0", AGS_TYPE_DIAL,
-						       "widget-label\0", plugin_descriptor->PortNames[i],
-						       "plugin-name\0", AGS_PORT(port->data)->plugin_name,
-						       "specifier\0", AGS_PORT(port->data)->specifier,
-						       "control-port\0", AGS_PORT(port->data)->control_port,
-						       NULL);
-	  dial = ags_line_member_get_widget(line_member);
-	  gtk_widget_set_size_request(dial,
-				      2 * dial->radius + 2 * dial->outline_strength + dial->button_width + 1,
-				      2 * dial->radius + 2 * dial->outline_strength + 1);
-		
-	  /* add controls of ports and apply range  */
-	  lower_bound = plugin_descriptor->PortRangeHints[i].LowerBound;
-	  upper_bound = plugin_descriptor->PortRangeHints[i].UpperBound;
-
-	  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 0.1, 0.1, 0.0);
-	  g_object_set(dial,
-		       "adjustment", adjustment,
-		       NULL);
-
-	  if(upper_bound >= 0.0 && lower_bound >= 0.0){
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else if(upper_bound < 0.0 && lower_bound < 0.0){
-	    step = -1.0 * (lower_bound - upper_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }else{
-	    step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
-	  }
-
-	  gtk_adjustment_set_step_increment(adjustment,
-					    step);
-	  gtk_adjustment_set_lower(adjustment,
-				   lower_bound);
-	  gtk_adjustment_set_upper(adjustment,
-				   upper_bound);
-	  gtk_adjustment_set_value(adjustment,
-				   lower_bound);
-
-	  /* create task */
-	  add_line_member = ags_add_line_member_new(line,
-						    line_member,
-						    x, y,
-						    1, 1);
-	  task = g_list_prepend(task,
-				add_line_member);
-	  
-	  x++;
-	  port = port->next;
-	}
-
-	i++;
-      }
-    }
-  }
-  
-  /* launch tasks */
-  task = g_list_reverse(task);      
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-
-  return(port);
-}
-
-GList*
-ags_line_add_effect(AgsLine *line,
-		    gchar *filename,
-		    gchar *effect)
-{
-  GList *port;
-  
-  g_return_val_if_fail(AGS_IS_LINE(line), NULL);
-
-  g_object_ref((GObject *) line);
-  g_signal_emit(G_OBJECT(line),
-		line_signals[ADD_EFFECT], 0,
-		filename,
-		effect,
-		&port);
-  g_object_unref((GObject *) line);
-  
-  return(port);
-}
-
-void
-ags_line_real_remove_effect(AgsLine *line,
-			    guint nth)
-{
-  GList *control;
-  GList *play_ladspa;
-  GList *port;
-
-  play_ladspa = ags_recall_template_find_type(line->channel->play,
-					      AGS_TYPE_RECALL_LADSPA);
-
-  /* destroy controls */
-  port = AGS_RECALL(g_list_nth(play_ladspa,
-			       nth)->data)->port;
-    
-  while(port != NULL){
-    control = gtk_container_get_children(line->expander->table);
-      
-    while(control != NULL){
-      if(AGS_IS_LINE_MEMBER(control->data) &&
-	 AGS_LINE_MEMBER(control->data)->port == port->data){
-	ags_expander_remove(line->expander,
-			    control->data);
-	break;
-      }
-	
-      control = control->next;
-    }
-      
-    port = port->next;
-  }
-
-  /* remove recalls */
-  ags_channel_remove_effect(line->channel,
-			    nth);
-}
-
-void
-ags_line_remove_effect(AgsLine *line,
-		       guint nth)
-{
-  g_return_if_fail(AGS_IS_LINE(line));
-
-  g_object_ref((GObject *) line);
-  g_signal_emit(G_OBJECT(line),
-		line_signals[REMOVE_EFFECT], 0,
-		nth);
-  g_object_unref((GObject *) line);
-}
-
 void
 ags_line_real_map_recall(AgsLine *line,
 			 guint ouput_pad_start)
diff --git a/src/ags/X/ags_line.h b/src/ags/X/ags_line.h
index b69f1de..7e0228a 100644
--- a/src/ags/X/ags_line.h
+++ b/src/ags/X/ags_line.h
@@ -75,13 +75,7 @@ struct _AgsLineClass
   void (*set_channel)(AgsLine *line, AgsChannel *channel);
 
   void (*group_changed)(AgsLine *line);
-  
-  GList* (*add_effect)(AgsLine *line,
-		     gchar *filename,
-		     gchar *effect);
-  void (*remove_effect)(AgsLine *line,
-			guint nth);
-  
+
   void (*map_recall)(AgsLine *line,
 		     guint output_pad_start);
   GList (*find_port)(AgsLine *line);
@@ -95,12 +89,6 @@ void ags_line_group_changed(AgsLine *line);
 
 GList* ags_line_find_next_grouped(GList *line);
 
-GList* ags_line_add_effect(AgsLine *line,
-			   gchar *filename,
-			   gchar *effect);
-void ags_line_remove_effect(AgsLine *line,
-			    guint nth);
-
 void ags_line_map_recall(AgsLine *line,
 			 guint output_pad_start);
 GList* ags_line_find_port(AgsLine *line);
diff --git a/src/ags/X/ags_line_callbacks.c b/src/ags/X/ags_line_callbacks.c
index 396d633..f20bcfd 100644
--- a/src/ags/X/ags_line_callbacks.c
+++ b/src/ags/X/ags_line_callbacks.c
@@ -18,7 +18,7 @@
 
 #include <ags/X/ags_line_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
 #include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_recall.h>
@@ -36,7 +36,6 @@
 
 #include <ags/widget/ags_vindicator.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_machine.h>
 #include <ags/X/ags_pad.h>
 #include <ags/X/ags_line_member.h>
@@ -160,30 +159,15 @@ void
 ags_line_peak_run_post_callback(AgsRecall *peak_channel,
 				AgsLine *line)
 {
-  AgsWindow *window;
-  AgsMachine *machine;
-  AgsChangeIndicator *change_indicator;
-
-  AgsThread *main_loop;
   AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
+  AgsChangeIndicator *change_indicator;
+  AgsMachine *machine;
   GList *list, *list_start;
 
   machine = (AgsMachine *) gtk_widget_get_ancestor(line,
 						   AGS_TYPE_MACHINE);
+  task_thread = AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(machine->audio->devout)->ags_main)->main_loop)->task_thread;
 
-  window = gtk_widget_get_ancestor(machine,
-				   AGS_TYPE_WINDOW);
-
-  application_context = window->application_context;
-
-  main_loop = application_context->main_loop;
-  
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  
   list_start = 
     list = gtk_container_get_children(AGS_LINE(line)->expander->table);
 
diff --git a/src/ags/X/ags_line_member.c b/src/ags/X/ags_line_member.c
index 8d06b44..fb547ea 100644
--- a/src/ags/X/ags_line_member.c
+++ b/src/ags/X/ags_line_member.c
@@ -19,21 +19,19 @@
 #include <ags/X/ags_line_member.h>
 #include <ags/X/ags_line_member_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
-#include <ags/audio/ags_devout.h>
-#include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
+#include <ags/audio/ags_devout.h>
 
 #include <ags/widget/ags_dial.h>
 
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_line.h>
-#include <ags/X/ags_effect_line.h>
+#include <ags/X/ags_pad.h>
 
 void ags_line_member_class_init(AgsLineMemberClass *line_member);
 void ags_line_member_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -764,27 +762,14 @@ ags_line_member_real_change_port(AgsLineMember *line_member,
   }
 
   if((AGS_LINE_MEMBER_RESET_BY_TASK & (line_member->flags)) != 0){
-    AgsWindow *window;
     AgsLine *line;
-    
-    AgsThread *main_loop;
     AgsTaskThread *task_thread;
     AgsTask *task;
 
-    AgsApplicationContext *application_context;
-
-    //TODO:JK: add support for effect_line
     line = (AgsLine *) gtk_widget_get_ancestor(GTK_WIDGET(line_member),
 					       AGS_TYPE_LINE);
-
-    window = gtk_widget_get_ancestor(line,
-				     AGS_TYPE_WINDOW);
-
-    application_context = window->application_context;
     
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
+    task_thread = AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(line->channel->devout)->ags_main)->main_loop)->task_thread);
 
     task = (AgsTask *) g_object_new(line_member->task_type,
 				    line_member->control_port, port_data,
@@ -828,7 +813,8 @@ ags_line_member_change_port(AgsLineMember *line_member,
 void
 ags_line_member_find_port(AgsLineMember *line_member)
 {
-  GtkWidget *line;
+  AgsMachine *machine;
+  AgsLine *line;
   AgsAudio *audio;
   AgsChannel *channel;
   AgsPort *audio_port, *channel_port;
@@ -874,21 +860,12 @@ ags_line_member_find_port(AgsLineMember *line_member)
     return;
   }
 
-  line = gtk_widget_get_ancestor(GTK_WIDGET(line_member),
-				 AGS_TYPE_LINE);
+  line = (AgsLine *) gtk_widget_get_ancestor(GTK_WIDGET(line_member),
+					     AGS_TYPE_LINE);
 
-  if(line != NULL){
-    channel = AGS_LINE(line)->channel;
-  }else{
-    line = gtk_widget_get_ancestor(GTK_WIDGET(line_member),
-				   AGS_TYPE_EFFECT_LINE);
+  audio = AGS_AUDIO(line->channel->audio);
 
-    if(line != NULL){
-      channel = AGS_EFFECT_LINE(line)->channel;
-    }
-  }
-  
-  audio = AGS_AUDIO(channel->audio);
+  machine = AGS_MACHINE(audio->machine);
 
   audio_port = NULL;
   channel_port = NULL;
@@ -897,6 +874,8 @@ ags_line_member_find_port(AgsLineMember *line_member)
   recall_channel_port = NULL;
   
   /* search channels */
+  channel = line->channel;
+
   recall = channel->play;
   channel_port = ags_line_member_find_specifier(recall);
 
diff --git a/src/ags/X/ags_line_member.h b/src/ags/X/ags_line_member.h
index 8c12153..da26353 100644
--- a/src/ags/X/ags_line_member.h
+++ b/src/ags/X/ags_line_member.h
@@ -1,3 +1,4 @@
+
 /* AGS - Advanced GTK Sequencer
  * Copyright (C) 2013 Joël Krähemann
  *
diff --git a/src/ags/X/ags_line_member_editor_callbacks.c b/src/ags/X/ags_line_member_editor_callbacks.c
index 1f4eeae..1b574e1 100644
--- a/src/ags/X/ags_line_member_editor_callbacks.c
+++ b/src/ags/X/ags_line_member_editor_callbacks.c
@@ -24,14 +24,30 @@
 
 #include <ags/object/ags_plugin.h>
 
+#include <ags/widget/ags_dial.h>
+
+#include <ags/thread/ags_audio_loop.h>
+#include <ags/thread/ags_task_thread.h>
+
+#include <ags/audio/ags_devout.h>
+#include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_output.h>
+#include <ags/audio/ags_recall_container.h>
+#include <ags/audio/ags_recall_channel_run_dummy.h>
+#include <ags/audio/ags_recall_recycling_dummy.h>
+#include <ags/audio/ags_recall_ladspa.h>
+#include <ags/audio/ags_recall_ladspa_run.h>
+#include <ags/audio/ags_port.h>
+
+#include <ags/audio/task/ags_add_recall_container.h>
+#include <ags/audio/task/ags_add_recall.h>
+#include <ags/audio/task/ags_add_line_member.h>
+#include <ags/audio/task/ags_remove_recall.h>
+#include <ags/audio/task/ags_remove_recall_container.h>
 
 #include <ags/X/ags_machine.h>
 #include <ags/X/ags_pad.h>
 #include <ags/X/ags_line.h>
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_pad.h>
-#include <ags/X/ags_effect_line.h>
 #include <ags/X/ags_line_member.h>
 #include <ags/X/ags_machine_editor.h>
 #include <ags/X/ags_line_editor.h>
@@ -57,170 +73,321 @@ ags_line_member_editor_ladspa_browser_response_callback(GtkDialog *dialog,
 							gint response,
 							AgsLineMemberEditor *line_member_editor)
 {
-  AgsMachine *machine;
-  AgsMachineEditor *machine_editor;
-  AgsLineEditor *line_editor;
-
-  GList *pad, *pad_start;
-  GList *list, *list_start;
-  gchar *filename, *effect;
-  gboolean has_bridge;
-  gboolean is_output;
-  
-  auto void ags_line_member_editor_ladspa_browser_response_create_entry();
-  
-  void ags_line_member_editor_ladspa_browser_response_create_entry(){
-    GtkHBox *hbox;
-    GtkCheckButton *check_button;
-    GtkLabel *label;
-
-    /* create entry */
-    hbox = (GtkHBox *) gtk_hbox_new(FALSE, 0);
-    gtk_box_pack_start(GTK_BOX(line_member_editor->line_member),
-		       GTK_WIDGET(hbox),
-		       FALSE, FALSE,
-		       0);
-      
-    check_button = (GtkCheckButton *) gtk_check_button_new();
-    gtk_box_pack_start(GTK_BOX(hbox),
-		       GTK_WIDGET(check_button),
-		       FALSE, FALSE,
-		       0);
-
-    //TODO:JK: ugly
-    label = (GtkLabel *) gtk_label_new(g_strdup_printf("%s - %s\0",
-						       filename,
-						       effect));
-    gtk_box_pack_start(GTK_BOX(hbox),
-		       GTK_WIDGET(label),
-		       FALSE, FALSE,
-		       0);
-    gtk_widget_show_all((GtkWidget *) hbox);
-  }
-  
   switch(response){
   case GTK_RESPONSE_ACCEPT:
     {
+      AgsAudioLoop *audio_loop;
+      AgsTaskThread *task_thread;
+      AgsLine *line;
+      AgsLineMember *line_member;
+      AgsMachineEditor *machine_editor;
+      AgsLineEditor *line_editor;
+      GtkHBox *hbox;
+      GtkCheckButton *check_button;
+      GtkLabel *label;
+      AgsAddRecallContainer *add_recall_container;
+      AgsAddRecall *add_recall;
+      AgsAddLineMember *add_line_member;
+      AgsRecallContainer *recall_container;
+      AgsRecallChannelRunDummy *recall_channel_run_dummy;
+      AgsRecallLadspa *recall_ladspa;
+      GtkAdjustment *adjustment;
+      AgsLadspaPlugin *ladspa_plugin;
+      GList *plugin;
+      GList *task;
+      GList *port;
+      GList *pad, *pad_start;
+      GList *list, *list_start;
+      gchar *filename, *effect;
+      gdouble step;
+      long index;
+      guint x, y;
+
+      void *plugin_so;
+      LADSPA_Descriptor_Function ladspa_descriptor;
+      LADSPA_Descriptor *plugin_descriptor;
+      LADSPA_PortDescriptor *port_descriptor;
+      LADSPA_Data lower_bound, upper_bound;
+      long i;
+
       machine_editor = (AgsMachineEditor *) gtk_widget_get_ancestor(line_member_editor,
 								    AGS_TYPE_MACHINE_EDITOR);
       line_editor = (AgsLineEditor *) gtk_widget_get_ancestor(line_member_editor,
 							      AGS_TYPE_LINE_EDITOR);
-
-      machine = machine_editor->machine;
+      
+      line = NULL;
 
       if(AGS_IS_OUTPUT(line_editor->channel)){
-	is_output = TRUE;
+	pad_start = 
+	  pad = gtk_container_get_children(machine_editor->machine->output);
       }else{
-	is_output = FALSE;
+	pad_start = 
+	  pad = gtk_container_get_children(machine_editor->machine->input);
       }
 
-      if(machine->bridge != NULL){
-	has_bridge = TRUE;
-      }else{
-	has_bridge = FALSE;
-      }
-      
-      if(!has_bridge){	
-	AgsLine *line;
-	
-	/* find pad and line */
-	line = NULL;
-	
-	if(is_output){
-	  pad_start = 
-	    pad = gtk_container_get_children(machine_editor->machine->output);
-	}else{
-	  pad_start = 
-	    pad = gtk_container_get_children(machine_editor->machine->input);
-	}
-
-	pad = g_list_nth(pad,
-			 line_editor->channel->pad);
+      pad = g_list_nth(pad,
+		       line_editor->channel->pad);
 
-	if(pad != NULL){
-	  list_start =
-	    list = gtk_container_get_children(AGS_PAD(pad->data)->expander_set);
+      if(pad != NULL){
+	list_start =
+	  list = gtk_container_get_children(AGS_PAD(pad->data)->expander_set);
 
-	  while(list != NULL){
-	    if(AGS_LINE(list->data)->channel == line_editor->channel){
-	      break;
-	    }
-
-	    list = list->next;
+	while(list != NULL){
+	  if(AGS_LINE(list->data)->channel == line_editor->channel){
+	    break;
 	  }
 
-	  if(list != NULL){
-	    line = AGS_LINE(list->data);
-	    g_list_free(list_start);
-	  }
+	  list = list->next;
 	}
 
-	g_list_free(pad_start);
+	if(list != NULL){
+	  line = AGS_LINE(list->data);
+	  g_list_free(list_start);
+	}
+      }
 
-	/* retrieve plugin */
-	filename = ags_ladspa_browser_get_plugin_filename(line_member_editor->ladspa_browser);
-	effect = ags_ladspa_browser_get_plugin_effect(line_member_editor->ladspa_browser);
+      g_list_free(pad_start);
 
-	if(line != NULL){
-	  ags_line_member_editor_ladspa_browser_response_create_entry();
-	
-	  /* add effect */
-	  ags_line_add_effect(line,
-			      filename,
-			      effect);
-	}
-      }else{
-	AgsEffectBridge *effect_bridge;
-	AgsEffectLine *effect_line;
-	
-	effect_bridge = machine->bridge;
-	
-	if(is_output){
-	  pad_start = 
-	    pad = gtk_container_get_children(effect_bridge->output);
-	}else{
-	  pad_start = 
-	    pad = gtk_container_get_children(effect_bridge->input);
-	}
+      if(line == NULL){
+	return;
+      }
+      
+      audio_loop = (AgsAudioLoop *) AGS_MAIN(AGS_DEVOUT(AGS_MACHINE(machine_editor->machine)->audio->devout)->ags_main)->main_loop;
+      task_thread = (AgsTaskThread *) audio_loop->task_thread;
 
-	pad = g_list_nth(pad,
-			 line_editor->channel->pad);
+      /* retrieve plugin */
+      filename = ags_ladspa_browser_get_plugin_filename(line_member_editor->ladspa_browser);
+      effect = ags_ladspa_browser_get_plugin_effect(line_member_editor->ladspa_browser);
 
-	if(pad != NULL){
-	  list_start =
-	    list = gtk_container_get_children(AGS_EFFECT_PAD(pad->data)->table);
+      if(ags_recall_ladpsa_find(line->channel->recall,
+				filename, effect) != NULL){
+	/* return if duplicated */
+	return;
+      }
 
-	  while(list != NULL){
-	    if(AGS_EFFECT_LINE(list->data)->channel == line_editor->channel){
-	      break;
-	    }
+      plugin = gtk_container_get_children(GTK_CONTAINER(line_member_editor->ladspa_browser->plugin));
+      index = gtk_combo_box_get_active(GTK_COMBO_BOX(plugin->next->next->next->data));
 
-	    list = list->next;
-	  }
+      g_list_free(plugin);
 
-	  if(list != NULL){
-	    effect_line = AGS_EFFECT_LINE(list->data);
-	    g_list_free(list_start);
-	  }
-	}
+      /* load plugin */
+      ags_ladspa_manager_load_file(filename);
+      ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
 
-	g_list_free(pad_start);
+      plugin_so = ladspa_plugin->plugin_so;
 
-	/* retrieve plugin */
-	filename = ags_ladspa_browser_get_plugin_filename(line_member_editor->ladspa_browser);
-	effect = ags_ladspa_browser_get_plugin_effect(line_member_editor->ladspa_browser);
+      /* create entry */
+      hbox = (GtkHBox *) gtk_hbox_new(FALSE, 0);
+      gtk_box_pack_start(GTK_BOX(line_member_editor->line_member),
+			 GTK_WIDGET(hbox),
+			 FALSE, FALSE,
+			 0);
+      
+      check_button = (GtkCheckButton *) gtk_check_button_new();
+      gtk_box_pack_start(GTK_BOX(hbox),
+			 GTK_WIDGET(check_button),
+			 FALSE, FALSE,
+			 0);
+
+      label = (GtkLabel *) gtk_label_new(g_strdup_printf("%s - %s\0",
+							 filename,
+							 effect));
+      gtk_box_pack_start(GTK_BOX(hbox),
+			 GTK_WIDGET(label),
+			 FALSE, FALSE,
+			 0);
+      gtk_widget_show_all((GtkWidget *) hbox);
+
+      if(line != NULL){
+	x = 0;
+	y = 0;
+	i = 0;
+
+	list = line->expander->children;
+
+	while(list != NULL){
+	  if(y <= AGS_EXPANDER_CHILD(list->data)->y){
+	    y = AGS_EXPANDER_CHILD(list->data)->y + 1;
+	  }
 
-	if(effect_line != NULL){
-	  ags_line_member_editor_ladspa_browser_response_create_entry();
+	  list = list->next;
+	}
+      }
 
-	  /* add effect */
-	  ags_effect_line_add_effect(effect_line,
-				     filename,
-				     effect);
+      /* tasks */
+      task = NULL;
+
+      /* ladspa play */
+      recall_container = ags_recall_container_new();
+
+      add_recall_container = ags_add_recall_container_new(line_editor->channel->audio,
+							  recall_container);
+      task = g_list_prepend(task,
+			    add_recall_container);
+
+      recall_ladspa = ags_recall_ladspa_new(line_editor->channel,
+					    filename,
+					    effect,
+					    index);
+      g_object_set(G_OBJECT(recall_ladspa),
+		   "devout\0", AGS_AUDIO(line_editor->channel->audio)->devout,
+		   "recall-container\0", recall_container,
+		   NULL);
+      AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
+      ags_recall_ladspa_load(recall_ladspa);
+      ags_recall_ladspa_load_ports(recall_ladspa);
+
+      add_recall = ags_add_recall_new(line_editor->channel,
+				      recall_ladspa,
+				      TRUE);
+      task = g_list_prepend(task,
+			    add_recall);
+
+      /* dummy */
+      recall_channel_run_dummy = ags_recall_channel_run_dummy_new(line_editor->channel,
+								  AGS_TYPE_RECALL_RECYCLING_DUMMY,
+								  AGS_TYPE_RECALL_LADSPA_RUN);
+      AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
+      g_object_set(G_OBJECT(recall_channel_run_dummy),
+		   "devout\0", AGS_AUDIO(line_editor->channel->audio)->devout,
+		   "recall-container\0", recall_container,
+		   "recall-channel\0", recall_ladspa,
+		   NULL);
+
+      add_recall = ags_add_recall_new(line_editor->channel,
+				      recall_channel_run_dummy,
+				      TRUE);
+      task = g_list_prepend(task,
+			    add_recall);
+
+      /* ladspa recall */
+      recall_container = ags_recall_container_new();
+
+      add_recall_container = ags_add_recall_container_new(line_editor->channel->audio,
+							  recall_container);
+      task = g_list_prepend(task,
+			    add_recall_container);
+
+      recall_ladspa = ags_recall_ladspa_new(line_editor->channel,
+					    filename,
+					    effect,
+					    index);
+      g_object_set(G_OBJECT(recall_ladspa),
+		   "devout\0", AGS_AUDIO(line_editor->channel->audio)->devout,
+		   "recall-container\0", recall_container,
+		   NULL);
+      AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
+      ags_recall_ladspa_load(recall_ladspa);
+      port = ags_recall_ladspa_load_ports(recall_ladspa);
+
+      add_recall = ags_add_recall_new(line_editor->channel,
+				      recall_ladspa,
+				      FALSE);
+      task = g_list_prepend(task,
+			    add_recall);
+
+      /* dummy */
+      recall_channel_run_dummy = ags_recall_channel_run_dummy_new(line_editor->channel,
+								  AGS_TYPE_RECALL_RECYCLING_DUMMY,
+								  AGS_TYPE_RECALL_LADSPA_RUN);
+      AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
+      g_object_set(G_OBJECT(recall_channel_run_dummy),
+		   "devout\0", AGS_AUDIO(line_editor->channel->audio)->devout,
+		   "recall-container\0", recall_container,
+		   "recall-channel\0", recall_ladspa,
+		   NULL);
+
+      add_recall = ags_add_recall_new(line_editor->channel,
+				      recall_channel_run_dummy,
+				      FALSE);
+      task = g_list_prepend(task,
+			    add_recall);
+
+      /* add controls of ports and apply range  */
+      if(line != NULL){
+	if(index != -1 &&
+	   plugin_so){
+	  ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
+								 "ladspa_descriptor\0");
+
+	  if(dlerror() == NULL && ladspa_descriptor){
+	    plugin_descriptor = ladspa_descriptor(index);
+
+	    port_descriptor = plugin_descriptor->PortDescriptors;   
+
+	    while(port != NULL){
+	      if((LADSPA_IS_PORT_CONTROL(port_descriptor[i]) && 
+		   (LADSPA_IS_PORT_INPUT(port_descriptor[i]) ||
+		    LADSPA_IS_PORT_OUTPUT(port_descriptor[i])))){
+		AgsDial *dial;
+		GtkAdjustment *adjustment;
+
+		if(x == 2){
+		  x = 0;
+		  y++;
+		}
+
+		line_member = (AgsLineMember *) g_object_new(AGS_TYPE_LINE_MEMBER,
+							     "widget-type\0", AGS_TYPE_DIAL,
+							     "widget-label\0", plugin_descriptor->PortNames[i],
+							     "plugin-name\0", AGS_PORT(port->data)->plugin_name,
+							     "specifier\0", AGS_PORT(port->data)->specifier,
+							     "control-port\0", AGS_PORT(port->data)->control_port,
+							     NULL);
+		dial = ags_line_member_get_widget(line_member);
+		gtk_widget_set_size_request(dial,
+					    2 * dial->radius + 2 * dial->outline_strength + dial->button_width + 1,
+					    2 * dial->radius + 2 * dial->outline_strength + 1);
+		
+		lower_bound = plugin_descriptor->PortRangeHints[i].LowerBound;
+		upper_bound = plugin_descriptor->PortRangeHints[i].UpperBound;
+
+		adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 0.1, 0.1, 0.0);
+		g_object_set(dial,
+			     "adjustment", adjustment,
+			     NULL);
+
+		if(upper_bound >= 0.0 && lower_bound >= 0.0){
+		  step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
+		}else if(upper_bound < 0.0 && lower_bound < 0.0){
+		  step = -1.0 * (lower_bound - upper_bound) / AGS_DIAL_DEFAULT_PRECISION;
+		}else{
+		  step = (upper_bound - lower_bound) / AGS_DIAL_DEFAULT_PRECISION;
+		}
+
+		gtk_adjustment_set_step_increment(adjustment,
+						  step);
+		gtk_adjustment_set_lower(adjustment,
+					 lower_bound);
+		gtk_adjustment_set_upper(adjustment,
+					 upper_bound);
+		gtk_adjustment_set_value(adjustment,
+					 lower_bound);
+
+		add_line_member = ags_add_line_member_new(line,
+							  line_member,
+							  x, y,
+							  1, 1);
+		task = g_list_prepend(task,
+				      add_line_member);
+	  
+		x++;
+		port = port->next;
+	      }
+
+	      i++;
+	    }
+	  }
 	}
       }
+
+      task = g_list_reverse(task);
+      
+      /* launch tasks */
+      ags_task_thread_append_tasks(task_thread,
+				   task);
     }
-    break;      
+    break;
   }
 }
 
@@ -228,24 +395,22 @@ void
 ags_line_member_editor_remove_callback(GtkWidget *button,
 				       AgsLineMemberEditor *line_member_editor)
 {
-  AgsMachine *machine;
+  AgsAudioLoop *audio_loop;
+  AgsTaskThread *task_thread;
+  AgsLine *line;
   AgsMachineEditor *machine_editor;
   AgsLineEditor *line_editor;
-
+  AgsRemoveRecall *remove_recall;
+  AgsRemoveRecallContainer *remove_recall_container;
+  GList *control;
   GList *line_member;
-  GList *list, *list_start, *pad, *pad_start;
   GList *children;
-  guint nth;
-  gboolean has_bridge;
-  gboolean is_output;
-  
-  auto void ags_line_member_editor_ladspa_browser_response_destroy_entry();
-  
-  void ags_line_member_editor_ladspa_browser_response_destroy_entry(){
-    /* destroy line member editor entry */
-    gtk_widget_destroy(GTK_WIDGET(line_member->data));
-  }
-  
+  GList *play_ladspa, *play_ladspa_start, *recall_ladspa, *recall_ladspa_start;
+  GList *port;
+  GList *task;
+  GList *list, *list_start, *pad, *pad_start;
+  guint index;
+
   if(button == NULL ||
      line_member_editor == NULL){
     return;
@@ -256,129 +421,135 @@ ags_line_member_editor_remove_callback(GtkWidget *button,
   line_editor = (AgsLineEditor *) gtk_widget_get_ancestor(line_member_editor,
 							  AGS_TYPE_LINE_EDITOR);
 
+  audio_loop = (AgsAudioLoop *) AGS_MAIN(AGS_DEVOUT(AGS_MACHINE(machine_editor->machine)->audio->devout)->ags_main)->main_loop;
+  task_thread = (AgsTaskThread *) audio_loop->task_thread;
+
   line_member = gtk_container_get_children(GTK_CONTAINER(line_member_editor->line_member));
+  task = NULL;
 
-  machine = machine_editor->machine;
+  line = NULL;
 
   if(AGS_IS_OUTPUT(line_editor->channel)){
-    is_output = TRUE;
+    pad_start = 
+      pad = gtk_container_get_children(machine_editor->machine->output);
   }else{
-    is_output = FALSE;
+    pad_start = 
+      pad = gtk_container_get_children(machine_editor->machine->input);
   }
 
-  if(machine->bridge != NULL){
-    has_bridge = TRUE;
-  }else{
-    has_bridge = FALSE;
-  }
-
-  if(!has_bridge){	
-    AgsLine *line;
-    
-    /* retrieve line and pad */
-    line = NULL;
-
-    if(AGS_IS_OUTPUT(line_editor->channel)){
-      pad_start = 
-	pad = gtk_container_get_children(machine->output);
-    }else{
-      pad_start = 
-	pad = gtk_container_get_children(machine->input);
-    }
+  pad = g_list_nth(pad,
+		   line_editor->channel->pad);
 
-    pad = g_list_nth(pad,
-		     line_editor->channel->pad);
+  if(pad != NULL){
+    list_start =
+      list = gtk_container_get_children(AGS_PAD(pad->data)->expander_set);
 
-    if(pad != NULL){
-      list_start =
-	list = gtk_container_get_children(AGS_PAD(pad->data)->expander_set);
-
-      while(list != NULL){
-	if(AGS_LINE(list->data)->channel == line_editor->channel){
-	  break;
-	}
-
-	list = list->next;
+    while(list != NULL){
+      if(AGS_LINE(list->data)->channel == line_editor->channel){
+	break;
       }
 
-      if(list != NULL){
-	line = AGS_LINE(list->data);
-	g_list_free(list_start);
-      }
+      list = list->next;
     }
 
-    g_list_free(pad_start);
-
-    /* iterate line member */
-    if(line != NULL){
-      for(nth = 0; line_member != NULL; nth++){
-
-	children = gtk_container_get_children(GTK_CONTAINER(line_member->data));
-
-	if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(children->data))){
-	  ags_line_member_editor_ladspa_browser_response_destroy_entry();
-	
-	  /* remove effect */
-	  ags_line_remove_effect(line,
-				 nth);
-	}
-      
-	line_member = line_member->next;
-      }
-    }
-  }else{
-    AgsEffectBridge *effect_bridge;
-    AgsEffectLine *effect_line;
-	
-    effect_bridge = machine->bridge;
-	
-    if(is_output){
-      pad_start = 
-	pad = gtk_container_get_children(effect_bridge->output);
-    }else{
-      pad_start = 
-	pad = gtk_container_get_children(effect_bridge->input);
+    if(list != NULL){
+      line = AGS_LINE(list->data);
+      g_list_free(list_start);
     }
+  }
 
-    pad = g_list_nth(pad,
-		     line_editor->channel->pad);
-
-    if(pad != NULL){
-      list_start =
-	list = gtk_container_get_children(AGS_EFFECT_PAD(pad->data)->table);
-
-      while(list != NULL){
-	if(AGS_EFFECT_LINE(list->data)->channel == line_editor->channel){
-	  break;
+  g_list_free(pad_start);
+
+  play_ladspa = 
+    play_ladspa_start = ags_recall_template_find_type(line_editor->channel->play,
+						      AGS_TYPE_RECALL_LADSPA);
+  recall_ladspa = 
+    recall_ladspa_start = ags_recall_template_find_type(line_editor->channel->recall,
+							AGS_TYPE_RECALL_LADSPA);
+
+  for(index = 0; line_member != NULL; index++){
+
+    children = gtk_container_get_children(GTK_CONTAINER(line_member->data));
+
+    if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(children->data))){
+      task = NULL;
+
+      /* play context */
+      remove_recall = ags_remove_recall_new(line_editor->channel,
+					    g_list_nth(play_ladspa,
+						       index)->data,
+					    TRUE,
+					    TRUE);
+      task = g_list_prepend(task,
+			    remove_recall);
+
+      remove_recall = ags_remove_recall_new(line_editor->channel,
+					    ags_recall_find_template(AGS_RECALL_CONTAINER(AGS_RECALL(g_list_nth(play_ladspa,
+														index)->data)->container)->recall_channel_run)->data,
+					    TRUE,
+					    TRUE);
+      task = g_list_prepend(task,
+			    remove_recall);
+
+      remove_recall_container = ags_remove_recall_container_new(line_editor->channel->audio,
+								AGS_RECALL(g_list_nth(play_ladspa,
+										      index)->data)->container);
+      task = g_list_prepend(task,
+			    remove_recall_container);
+
+      /* recall context */
+      remove_recall = ags_remove_recall_new(line_editor->channel,
+					    g_list_nth(recall_ladspa,
+						       index)->data,
+					    FALSE,
+					    TRUE);
+      task = g_list_prepend(task,
+			    remove_recall);
+
+      remove_recall = ags_remove_recall_new(line_editor->channel,
+					    ags_recall_find_template(AGS_RECALL_CONTAINER(AGS_RECALL(g_list_nth(recall_ladspa,
+														index)->data)->container)->recall_channel_run)->data,
+					    FALSE,
+					    TRUE);
+      task = g_list_prepend(task,
+			    remove_recall);
+
+      remove_recall_container = ags_remove_recall_container_new(line_editor->channel->audio,
+								AGS_RECALL(g_list_nth(recall_ladspa,
+										      index)->data)->container);
+      task = g_list_prepend(task,
+			    remove_recall_container);
+
+      /* destroy line member editor entry */
+      gtk_widget_destroy(GTK_WIDGET(line_member->data));
+
+      /* destroy controls */
+      if(line != NULL){
+	port = AGS_RECALL(g_list_nth(play_ladspa,
+				     index)->data)->port;
+
+	while(port != NULL){
+	  control = gtk_container_get_children(line->expander->table);
+	    
+	    while(control != NULL){
+	      if(AGS_IS_LINE_MEMBER(control->data) &&
+		 AGS_LINE_MEMBER(control->data)->port == port->data){
+		ags_expander_remove(line->expander,
+				    control->data);
+		break;
+	      }
+	      
+	      control = control->next;
+	    }
+	  
+	  port = port->next;
 	}
-
-	list = list->next;
-      }
-
-      if(list != NULL){
-	effect_line = AGS_EFFECT_LINE(list->data);
-	g_list_free(list_start);
       }
     }
 
-    g_list_free(pad_start);
-
-    /* iterate line member */
-    if(effect_line != NULL){
-      for(nth = 0; line_member != NULL; nth++){
-
-	children = gtk_container_get_children(GTK_CONTAINER(line_member->data));
-
-	if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(children->data))){
-	  ags_line_member_editor_ladspa_browser_response_destroy_entry();
-	
-	  /* remove effect */
-	  ags_effect_line_remove_effect(effect_line,
-					nth);
-	}
-      
-	line_member = line_member->next;
-      }
-    }
+    line_member = line_member->next;
   }
+
+  ags_task_thread_append_tasks(task_thread,
+			       task);
 }
diff --git a/src/ags/X/ags_link_collection_editor.c b/src/ags/X/ags_link_collection_editor.c
index dcb2975..24b8a80 100644
--- a/src/ags/X/ags_link_collection_editor.c
+++ b/src/ags/X/ags_link_collection_editor.c
@@ -19,11 +19,13 @@
 #include <ags/X/ags_link_collection_editor.h>
 #include <ags/X/ags_link_collection_editor_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
+
 #include <ags/object/ags_applicable.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_devout.h>
@@ -32,7 +34,6 @@
 
 #include <ags/audio/task/ags_link_channel.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_machine.h>
 #include <ags/X/ags_machine_editor.h>
 
@@ -399,46 +400,27 @@ ags_link_collection_editor_apply(AgsApplicable *applicable)
 
   if(gtk_combo_box_get_active_iter(link_collection_editor->link,
 				   &iter)){
-    AgsWindow *window;
     AgsMachine *machine, *link_machine;
     AgsMachineEditor *machine_editor;
-    GtkTreeModel *model;
-
     AgsChannel *channel, *link;
     AgsLinkChannel *link_channel;
-
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-    
+    GtkTreeModel *model;
     GList *task;
     guint first_line, count;
     guint i;
-    
     GError *error;
 
     machine_editor = AGS_MACHINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(link_collection_editor),
 								AGS_TYPE_MACHINE_EDITOR));
-
-    window = machine_editor->parent;
-    
-    application_context = window->application_context;
-    
     machine = machine_editor->machine;
 
     first_line = (guint) gtk_spin_button_get_value_as_int(link_collection_editor->first_line);
 
-    if(link_collection_editor->channel_type == AGS_TYPE_INPUT){
+    if(link_collection_editor->channel_type == AGS_TYPE_INPUT)
       channel = ags_channel_nth(machine_editor->machine->audio->input, first_line);
-    }else{
+    else
       channel = ags_channel_nth(machine_editor->machine->audio->output, first_line);
-    }
 
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
     model = gtk_combo_box_get_model(link_collection_editor->link);
     gtk_tree_model_get(model,
 		       &iter,
@@ -462,8 +444,8 @@ ags_link_collection_editor_apply(AgsApplicable *applicable)
       
       /* append AgsLinkChannel */
       task = g_list_reverse(task);
-      ags_task_thread_append_tasks(task_thread,
-				   task);
+      ags_task_thread_append_tasks(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(machine->audio->devout)->ags_main)->main_loop)->task_thread),
+				  task);
     }else{
       guint first_link;
 
@@ -486,8 +468,8 @@ ags_link_collection_editor_apply(AgsApplicable *applicable)
 
 
       task = g_list_reverse(task);
-      ags_task_thread_append_tasks(task_thread,
-				   task);
+      ags_task_thread_append_tasks(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(machine->audio->devout)->ags_main)->main_loop)->task_thread),
+				  task);
     }
   }
 }
diff --git a/src/ags/X/ags_link_editor.c b/src/ags/X/ags_link_editor.c
index 4ab402a..45d9eaf 100644
--- a/src/ags/X/ags_link_editor.c
+++ b/src/ags/X/ags_link_editor.c
@@ -19,11 +19,13 @@
 #include <ags/X/ags_link_editor.h>
 #include <ags/X/ags_link_editor_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
+
 #include <ags/object/ags_applicable.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_audio.h>
@@ -32,9 +34,7 @@
 
 #include <ags/audio/task/ags_link_channel.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_machine.h>
-#include <ags/X/ags_machine_editor.h>
 #include <ags/X/ags_line_editor.h>
 
 void ags_link_editor_class_init(AgsLinkEditorClass *link_editor);
@@ -213,36 +213,17 @@ ags_link_editor_apply(AgsApplicable *applicable)
 
   if(gtk_combo_box_get_active_iter(link_editor->combo,
 				   &iter)){
-    AgsWindow *window;
     AgsMachine *link_machine;
-    AgsMachineEditor *machine_editor;
     AgsLineEditor *line_editor;
-    GtkTreeModel *model;
-
     AgsChannel *channel, *link;
     AgsLinkChannel *link_channel;
+    GtkTreeModel *model;
 
-    AgsThread *main_loop, *current;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-    
     line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(link_editor),
 							  AGS_TYPE_LINE_EDITOR));
 
-    machine_editor = gtk_widget_get_ancestor(line_editor,
-					     AGS_TYPE_MACHINE_EDITOR);
-
-    window = machine_editor->parent;
-      
-    application_context = window->application_context;
-
     channel = line_editor->channel;
 
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-
     model = gtk_combo_box_get_model(link_editor->combo);
     gtk_tree_model_get(model,
 		       &iter,
@@ -254,7 +235,7 @@ ags_link_editor_apply(AgsApplicable *applicable)
       link_channel = ags_link_channel_new(channel, NULL);
       
       /* append AgsLinkChannel */
-      ags_task_thread_append_task(task_thread,
+      ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout)->ags_main)->main_loop)->task_thread),
 				  AGS_TASK(link_channel));
     }else{
       guint link_line;
@@ -272,7 +253,7 @@ ags_link_editor_apply(AgsApplicable *applicable)
       link_channel = ags_link_channel_new(channel, link);
       
       /* append AgsLinkChannel */
-      ags_task_thread_append_task(task_thread,
+      ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout)->ags_main)->main_loop)->task_thread),
 				  AGS_TASK(link_channel));
     }
   }
diff --git a/src/ags/X/ags_machine.c b/src/ags/X/ags_machine.c
index 2911b9c..b44a5ac 100644
--- a/src/ags/X/ags_machine.c
+++ b/src/ags/X/ags_machine.c
@@ -19,9 +19,11 @@
 #include <ags/X/ags_machine.h>
 #include <ags/X/ags_machine_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
+#include <ags/object/ags_marshal.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/thread/ags_audio_loop.h>
@@ -31,7 +33,6 @@
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 
-#include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_output.h>
 #include <ags/audio/ags_input.h>
 
@@ -280,8 +281,6 @@ ags_machine_init(AgsMachine *machine)
   machine->output = NULL;
   machine->input = NULL;
 
-  machine->bridge = NULL;
-
   machine->port = NULL;
 
   machine->popup = ags_machine_popup_new(machine);
@@ -306,13 +305,16 @@ ags_machine_set_property(GObject *gobject,
   case PROP_AUDIO:
     {
       AgsAudio *audio;
+      gboolean reset;
 
       audio = (AgsAudio *) g_value_get_object(value);
       
+      reset = TRUE;
+
       if(machine->audio != NULL){
 	GList *pad;
 
-	ags_devout_remove_audio(window->soundcard,
+	ags_devout_remove_audio(window->devout,
 				machine->audio);
 	g_object_unref(G_OBJECT(machine->audio));
 
@@ -335,123 +337,156 @@ ags_machine_set_property(GObject *gobject,
 	    
 	    pad = pad->next;
 	  }
+	  
+	  reset = FALSE;
 	}
       }
       
       if(audio != NULL){
-	AgsChannel *input, *output;
-	GList *pad;
-	GList *line;
-	guint i;
-
 	g_object_ref(G_OBJECT(audio));
+	machine->audio = audio;
 
-	/* set channel and resize for AgsOutput */
-	if(machine->output_pad_type != G_TYPE_NONE){
-	  output = audio->output;
-	  pad = gtk_container_get_children(machine->output);
+	if(reset){
+	  AgsChannel *input, *output;
+	  GList *pad;
+	  GList *line;
+	  guint i;
 
-	  /* reset */
-	  i = 0;
+	  /* set channel and resize for AgsOutput */
+	  if(machine->output_pad_type != G_TYPE_NONE){
+	    output = audio->output;
+	    pad = gtk_container_get_children(machine->output);
 
-	  while(pad != NULL && output != NULL){
-	    line = gtk_container_get_children(GTK_CONTAINER(AGS_PAD(pad->data)->expander_set));
+	    i = 0;
 
-	    ags_pad_resize_lines(AGS_PAD(pad->data), machine->output_line_type,
-				 audio->audio_channels, g_list_length(line));
-	    g_object_set(G_OBJECT(pad->data),
-			 "channel\0", output,
-			 NULL);
+	    while(pad != NULL && output != NULL){
+	      line = gtk_container_get_children(GTK_CONTAINER(AGS_PAD(pad->data)->expander_set));
 
-	    output = output->next_pad;
-	    pad = pad->next;
-	    i++;
+	      ags_pad_resize_lines(AGS_PAD(pad->data), machine->output_line_type,
+				   audio->audio_channels, g_list_length(line));
+	      g_object_set(G_OBJECT(pad->data),
+			   "channel\0", output,
+			   NULL);
+
+	      output = output->next_pad;
+	      pad = pad->next;
+	      i++;
+	    }
+
+	    if(output != NULL){
+	      AgsPad *pad;
+
+	      /* add pad */
+	      for(; i < audio->output_pads; i++){
+		pad = g_object_new(machine->output_pad_type,
+				   "channel\0", output,
+				   NULL);
+		gtk_container_add(machine->output,
+				  GTK_WIDGET(pad));
+
+		ags_pad_resize_lines(pad, machine->output_line_type,
+				     audio->audio_channels, 0);
+	      }
+	    }else{
+	      /* destroy pad */
+	      pad = gtk_container_get_children(machine->output);
+	      pad = g_list_nth(pad, audio->output_pads);
+
+	      while(pad != NULL){
+		gtk_widget_destroy(pad->data);
+
+		pad = pad->next;
+	      }	      
+	    }
 	  }
 
-	  if(output != NULL){
-	    AgsPad *pad;
+	  /* set channel and resize for AgsOutput */
+	  if(machine->input_pad_type != G_TYPE_NONE){
+	    input = audio->input;
+	    pad = gtk_container_get_children(machine->input);
 
-	    /* add pad */
-	    for(; i < audio->output_pads; i++){
-	      pad = g_object_new(machine->output_pad_type,
-				 "channel\0", output,
-				 NULL);
-	      gtk_container_add(machine->output,
-				GTK_WIDGET(pad));
+	    i = 0;
 
-	      ags_pad_resize_lines(pad, machine->output_line_type,
-				   audio->audio_channels, 0);
-	    }
-	  }else{
-	    /* destroy pad */
-	    pad = gtk_container_get_children(machine->output);
-	    pad = g_list_nth(pad, audio->output_pads);
+	    while(pad != NULL && input != NULL){
+	      line = gtk_container_get_children(GTK_CONTAINER(AGS_PAD(pad->data)->expander_set));
 
-	    while(pad != NULL){
-	      gtk_widget_destroy(pad->data);
+	      ags_pad_resize_lines(AGS_PAD(pad->data), machine->input_line_type,
+				   audio->audio_channels, g_list_length(line));
+	      g_object_set(G_OBJECT(pad->data),
+			   "channel\0", input,
+			   NULL);
 
+	      input = input->next_pad;
 	      pad = pad->next;
-	    }	      
-	  }
-	}
-	
-	/* set channel and resize for AgsInput */
-	if(machine->input_pad_type != G_TYPE_NONE){
-	  input = audio->input;
-	  pad = gtk_container_get_children(machine->input);
+	      i++;
+	    }
 
-	  i = 0;
+	    if(input != NULL){
+	      AgsPad *pad;
+
+	      /* add pad */
+	      for(; i < audio->input_pads; i++){
+		pad = g_object_new(machine->input_pad_type,
+				   "channel\0", input,
+				   NULL);
+		gtk_container_add(machine->input,
+				  GTK_WIDGET(pad));
+
+		ags_pad_resize_lines(pad, machine->input_line_type,
+				     audio->audio_channels, 0);
+	      }
+	    }else{
+	      /* destroy pad */
+	      pad = gtk_container_get_children(machine->input);
+	      pad = g_list_nth(pad, audio->input_pads);
+
+	      while(pad != NULL){
+		gtk_widget_destroy(pad->data);
+
+		pad = pad->next;
+	      }	      
+	    }
+	  }
+	}else{
+	  AgsPad *pad;
+	  AgsChannel *channel;
+	  guint i;
 
-	  while(pad != NULL && input != NULL){
-	    line = gtk_container_get_children(GTK_CONTAINER(AGS_PAD(pad->data)->expander_set));
+	  /* add pad */
+	  if(machine->output_pad_type != G_TYPE_NONE){
+	    channel = audio->output;
 
-	    ags_pad_resize_lines(AGS_PAD(pad->data), machine->input_line_type,
-				 audio->audio_channels, g_list_length(line));
-	    g_object_set(G_OBJECT(pad->data),
-			 "channel\0", input,
-			 NULL);
+	    for(i = 0; i < audio->output_pads; i++){
+	      pad = g_object_new(machine->output_pad_type,
+				 "channel\0", channel,
+				 NULL);
+	      gtk_container_add(machine->output,
+				GTK_WIDGET(pad));	  
+	      ags_pad_resize_lines(pad, machine->output_line_type,
+				   audio->audio_channels, 0);
 
-	    input = input->next_pad;
-	    pad = pad->next;
-	    i++;
+	      channel = channel->next_pad;
+	    }
 	  }
 
-	  if(input != NULL){
-	    AgsPad *pad;
+	  if(machine->input_pad_type != G_TYPE_NONE){
+	    channel = audio->input;
 
-	    /* add pad */
-	    for(; i < audio->input_pads; i++){
+	    for(i = 0; i < audio->input_pads; i++){
 	      pad = g_object_new(machine->input_pad_type,
-				 "channel\0", input,
+				 "channel\0", channel,
 				 NULL);
-	      gtk_container_add(machine->input,
+	      gtk_container_add(machine->output,
 				GTK_WIDGET(pad));
-
 	      ags_pad_resize_lines(pad, machine->input_line_type,
 				   audio->audio_channels, 0);
 
-	      input = input->next_pad;
+	      channel = channel->next_pad;
 	    }
-	  }else{
-	    /* destroy pad */
-	    pad = gtk_container_get_children(machine->input);
-	    pad = g_list_nth(pad, audio->input_pads);
-
-	    while(pad != NULL){
-	      gtk_widget_destroy(pad->data);
-
-	      pad = pad->next;
-	    }	      
 	  }
 	}
-      }
-
-      machine->audio = audio;
-
-      if(machine->bridge != NULL){
-	g_object_set(machine->bridge,
-		     "audio\0", audio,
-		     NULL);
+      }else{
+	machine->audio = NULL;
       }
     }
     break;
@@ -538,11 +573,6 @@ ags_machine_connect(AgsConnectable *connectable)
     }
   }
 
-  /* AgsEffectBridge */
-  if(machine->bridge != NULL){
-    ags_connectable_connect(AGS_CONNECTABLE(machine->bridge));
-  }
-  
   /* audio */
   g_signal_connect_after(machine->audio, "tact\0",
 			 G_CALLBACK(ags_machine_tact_callback), machine);
@@ -614,6 +644,8 @@ ags_machine_show(GtkWidget *widget)
 
   machine = (AgsMachine *) widget;
 
+  GTK_WIDGET_CLASS(ags_machine_parent_class)->show(widget);
+
   window = (AgsWindow *) gtk_widget_get_toplevel(widget);
 
   frame = (GtkFrame *) gtk_container_get_children((GtkContainer *) machine)->data;
@@ -770,20 +802,10 @@ ags_machine_set_run(AgsMachine *machine,
 		    gboolean run)
 {
   AgsWindow *window;
-  
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
+  AgsThread *task_thread;
 
-  AgsApplicationContext *application_context;
-  
   window = (AgsWindow *) gtk_widget_get_toplevel(machine);
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  task_thread = (AgsTaskThread *) AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread;
 
   if(run){
     AgsInitAudio *init_audio;
@@ -799,14 +821,14 @@ ags_machine_set_run(AgsMachine *machine,
     list = g_list_prepend(list, init_audio);
     
     /* create append task */
-    append_audio = ags_append_audio_new(application_context->main_loop,
+    append_audio = ags_append_audio_new(G_OBJECT(AGS_MAIN(window->ags_main)->main_loop),
 					(GObject *) machine->audio);
       
     list = g_list_prepend(list, append_audio);
 
     /* create start task */
     if(list != NULL){
-      start_devout = ags_start_devout_new(window->soundcard);
+      start_devout = ags_start_devout_new(window->devout);
       g_signal_connect_after(G_OBJECT(start_devout), "failure\0",
 			     G_CALLBACK(ags_machine_start_failure_callback), machine);
       list = g_list_prepend(list, start_devout);
@@ -1096,38 +1118,21 @@ ags_machine_open_files(AgsMachine *machine,
 		       gboolean overwrite_channels,
 		       gboolean create_channels)
 {
-  AgsWindow *window;
-  
   AgsOpenFile *open_file;
 
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-
-  window = gtk_widget_get_ancestor(machine,
-				   AGS_TYPE_WINDOW);
-  
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
   open_file = ags_open_file_new(machine->audio,
 				filenames,
 				overwrite_channels,
 				create_channels);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(machine->audio->devout)->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(open_file));
 
 }
 
 /**
  * ags_machine_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsMachine
  *
@@ -1136,7 +1141,7 @@ ags_machine_open_files(AgsMachine *machine,
  * Since: 0.3
  */
 AgsMachine*
-ags_machine_new(GObject *soundcard)
+ags_machine_new(GObject *devout)
 {
   AgsMachine *machine;
   GValue value;
@@ -1145,9 +1150,9 @@ ags_machine_new(GObject *soundcard)
 					NULL);
   
   g_value_init(&value, G_TYPE_OBJECT);
-  g_value_set_object(&value, soundcard);
+  g_value_set_object(&value, devout);
   g_object_set_property(G_OBJECT(machine->audio),
-			"soundcard\0", &value);
+			"devout\0", &value);
   g_value_unset(&value);
 
   return(machine);
diff --git a/src/ags/X/ags_machine.h b/src/ags/X/ags_machine.h
index a69152d..bdf4fd8 100644
--- a/src/ags/X/ags_machine.h
+++ b/src/ags/X/ags_machine.h
@@ -83,8 +83,6 @@ struct _AgsMachine
   GType input_line_type;
   GtkContainer *input;
 
-  GtkContainer *bridge;
-  
   GList *port;
 
   GtkMenu *popup;
diff --git a/src/ags/X/ags_machine_callbacks.c b/src/ags/X/ags_machine_callbacks.c
index b37bc0b..37d1914 100644
--- a/src/ags/X/ags_machine_callbacks.c
+++ b/src/ags/X/ags_machine_callbacks.c
@@ -18,8 +18,10 @@
 
 #include <ags/X/ags_machine_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
+
 #include <ags/object/ags_applicable.h>
 
 #include <ags/thread/ags_audio_loop.h>
@@ -33,11 +35,11 @@
 
 #include <ags/X/editor/ags_file_selection.h>
 
-#define AGS_RENAME_ENTRY "AgsRenameEntry\0"
-
 int ags_machine_popup_rename_response_callback(GtkWidget *widget, gint response, AgsMachine *machine);
 void ags_machine_start_failure_response(GtkWidget *dialog, AgsMachine *machine);
 
+#define AGS_RENAME_ENTRY "AgsRenameEntry"
+
 int
 ags_machine_button_press_callback(GtkWidget *handle_box, GdkEventButton *event, AgsMachine *machine)
 {
@@ -117,25 +119,13 @@ void
 ags_machine_popup_destroy_activate_callback(GtkWidget *widget, AgsMachine *machine)
 {
   AgsWindow *window;
-  
   AgsRemoveAudio *remove_audio;
-  
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
 
-  AgsApplicationContext *application_context;
-  
   window = (AgsWindow *) gtk_widget_get_toplevel((GtkWidget *) machine);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  remove_audio = ags_remove_audio_new(window->soundcard,
+  remove_audio = ags_remove_audio_new(window->devout,
 				      machine->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(remove_audio));
 
   ags_connectable_disconnect(AGS_CONNECTABLE(machine));
@@ -459,8 +449,7 @@ ags_machine_start_failure_callback(AgsTask *task, GError *error,
   AgsAudioLoop *audio_loop;
 
   /* show error message */
-  window = gtk_widget_get_ancestor(machine,
-				   AGS_TYPE_MACHINE);
+  window = AGS_MAIN(AGS_START_DEVOUT(task)->devout->ags_main)->window;
   
   dialog = (GtkMessageDialog *) gtk_message_dialog_new(GTK_WINDOW(window),
 						       GTK_DIALOG_MODAL,
diff --git a/src/ags/X/ags_machine_editor.c b/src/ags/X/ags_machine_editor.c
index f726740..82f5fee 100644
--- a/src/ags/X/ags_machine_editor.c
+++ b/src/ags/X/ags_machine_editor.c
@@ -200,7 +200,6 @@ ags_machine_editor_init(AgsMachineEditor *machine_editor)
   machine_editor->version = AGS_MACHINE_EDITOR_DEFAULT_VERSION;
   machine_editor->build_id = AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID;
 
-  machine_editor->parent = NULL;
   machine_editor->machine = NULL;
 
   machine_editor->notebook =
diff --git a/src/ags/X/ags_machine_editor.h b/src/ags/X/ags_machine_editor.h
index afb23e5..95f2664 100644
--- a/src/ags/X/ags_machine_editor.h
+++ b/src/ags/X/ags_machine_editor.h
@@ -54,7 +54,6 @@ struct _AgsMachineEditor
   gchar *version;
   gchar *build_id;
 
-  GtkWindow *parent;
   AgsMachine *machine;
 
   GtkNotebook *notebook;
diff --git a/src/ags/X/ags_machine_editor_callbacks.c b/src/ags/X/ags_machine_editor_callbacks.c
index f206303..db86c70 100644
--- a/src/ags/X/ags_machine_editor_callbacks.c
+++ b/src/ags/X/ags_machine_editor_callbacks.c
@@ -86,6 +86,7 @@ int
 ags_machine_editor_apply_callback(GtkWidget *widget, AgsMachineEditor *machine_editor)
 {
   ags_applicable_apply(AGS_APPLICABLE(machine_editor));
+
   //TODO:JK: remove me
   //  ags_applicable_reset(AGS_APPLICABLE(machine_editor));
 
diff --git a/src/ags/X/ags_menu_bar.c b/src/ags/X/ags_menu_bar.c
index 5292b5e..2c87a7d 100644
--- a/src/ags/X/ags_menu_bar.c
+++ b/src/ags/X/ags_menu_bar.c
@@ -149,22 +149,22 @@ ags_menu_bar_init(AgsMenuBar *menu_bar)
   menu_bar->add = (GtkMenu *) gtk_menu_new();
   gtk_menu_item_set_submenu((GtkMenuItem*) item, (GtkWidget*) menu_bar->add);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Panel\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("Panel\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Mixer\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("Mixer\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Drum\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("Drum\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Matrix\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("Matrix\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Synth\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("Synth\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("FPlayer\0");
+  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label(g_strdup("FPlayer\0"));
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->add, (GtkWidget*) item);
 
   item = (GtkImageMenuItem *) gtk_image_menu_item_new_from_stock(GTK_STOCK_REMOVE, NULL);
@@ -173,12 +173,6 @@ ags_menu_bar_init(AgsMenuBar *menu_bar)
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->edit,
 			(GtkWidget*) gtk_separator_menu_item_new());
 
-  item = (GtkImageMenuItem *) gtk_image_menu_item_new_with_label("Automation Editor\0");
-  gtk_menu_shell_append((GtkMenuShell*) menu_bar->edit, (GtkWidget*) item);
-
-  gtk_menu_shell_append((GtkMenuShell*) menu_bar->edit,
-			(GtkWidget*) gtk_separator_menu_item_new());
-
   item = (GtkImageMenuItem *) gtk_image_menu_item_new_from_stock(GTK_STOCK_PREFERENCES, NULL);
   gtk_menu_shell_append((GtkMenuShell*) menu_bar->edit, (GtkWidget*) item);
 
@@ -278,11 +272,6 @@ ags_menu_bar_connect(AgsConnectable *connectable)
   list1 = list1->next;
 
   g_signal_connect (G_OBJECT (list1->data), "activate\0",
-                    G_CALLBACK (ags_menu_bar_automation_editor_callback), (gpointer) menu_bar);
-  list1 = list1->next;
-  list1 = list1->next;
-
-  g_signal_connect (G_OBJECT (list1->data), "activate\0",
                     G_CALLBACK (ags_menu_bar_preferences_callback), (gpointer) menu_bar);
 
   g_list_free(list1_start);
@@ -330,8 +319,7 @@ ags_menu_bar_new()
 {
   AgsMenuBar *menu_bar;
 
-  menu_bar = (AgsMenuBar *) g_object_new(AGS_TYPE_MENU_BAR,
-					 NULL);
+  menu_bar = (AgsMenuBar *) g_object_new(AGS_TYPE_MENU_BAR, NULL);
 
   return(menu_bar);
 }
diff --git a/src/ags/X/ags_menu_bar_callbacks.c b/src/ags/X/ags_menu_bar_callbacks.c
index 70260e1..62ce29e 100644
--- a/src/ags/X/ags_menu_bar_callbacks.c
+++ b/src/ags/X/ags_menu_bar_callbacks.c
@@ -18,16 +18,15 @@
 
 #include <ags/X/ags_menu_bar_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_applicable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file.h>
 
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_task_thread.h>
-
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_input.h>
 #include <ags/audio/ags_output.h>
 
@@ -128,10 +127,13 @@ ags_menu_bar_save_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
 
   //TODO:JK: revise me
   file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				  "application-context\0", window->application_context,
+				  "main\0", window->ags_main,
 				  "filename\0", g_strdup(window->name),
 				  NULL);
+  ags_file_rw_open(file,
+		   TRUE);
   ags_file_write(file);
+  ags_file_close(file);
   g_object_unref(G_OBJECT(file));
 }
 
@@ -157,32 +159,19 @@ ags_menu_bar_save_as_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   response = gtk_dialog_run(GTK_DIALOG(file_chooser));
 
   if(response == GTK_RESPONSE_ACCEPT){
-    AgsSaveFile *save_file;
-
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-
     AgsFile *file;
+    AgsSaveFile *save_file;
     char *filename;
 
-    application_context = window->application_context;
-    
-    main_loop = application_context->main_loop;
-    
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-
     filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(file_chooser));
 
     file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				    "application-context\0", application_context,
+				    "main\0", window->ags_main,
 				    "filename\0", filename,
 				    NULL);
 
     save_file = ags_save_file_new(file);
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 				AGS_TASK(save_file));
   }
 
@@ -205,13 +194,10 @@ ags_menu_bar_quit_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   GtkDialog *dialog;
   GtkWidget *cancel_button;
-  AgsApplicationContext *application_context;
   gint response;
 
   window = (AgsWindow *) gtk_widget_get_toplevel((GtkWidget *) menu_bar);
 
-  application_context = window->application_context;
-  
   /* ask the user if he wants save to a file */
   dialog = (GtkDialog *) gtk_message_dialog_new(GTK_WINDOW(window),
 						GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -230,7 +216,7 @@ ags_menu_bar_quit_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
 
     //TODO:JK: revise me
     file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				    "main\0", application_context,
+				    "main\0", window->ags_main,
 				    "filename\0", g_strdup(window->name),
 				    NULL);
 
@@ -239,7 +225,7 @@ ags_menu_bar_quit_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   }
 
   if(response != GTK_RESPONSE_CANCEL){
-    ags_main_quit(application_context);
+    ags_main_quit(AGS_MAIN(window->ags_main));
   }else{
     gtk_widget_destroy(GTK_WIDGET(dialog));
   }
@@ -258,42 +244,29 @@ ags_menu_bar_add_panel_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsPanel *panel;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  panel = ags_panel_new(G_OBJECT(window->soundcard));
+  panel = ags_panel_new(G_OBJECT(window->devout));
 
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(panel)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
 
   gtk_box_pack_start((GtkBox *) window->machines,
 		     GTK_WIDGET(panel),
 		     FALSE, FALSE, 0);
 
-  ags_connectable_connect(AGS_CONNECTABLE(panel));
-
-  gtk_widget_show_all(GTK_WIDGET(panel));
-
   AGS_MACHINE(panel)->audio->audio_channels = 2;
   ags_audio_set_pads(AGS_MACHINE(panel)->audio,
 		     AGS_TYPE_INPUT, 1);
   ags_audio_set_pads(AGS_MACHINE(panel)->audio,
 		     AGS_TYPE_OUTPUT, 1);
 
-  ags_machine_find_port(AGS_MACHINE(panel));
+  ags_connectable_connect(AGS_CONNECTABLE(panel));
 
-  gtk_widget_show_all(panel->vbox);
+  gtk_widget_show_all(GTK_WIDGET(panel));
 }
 
 void
@@ -302,42 +275,29 @@ ags_menu_bar_add_mixer_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsMixer *mixer;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  mixer = ags_mixer_new(G_OBJECT(window->devout));
 
-  mixer = ags_mixer_new(G_OBJECT(window->soundcard));
-
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(mixer)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
 
   gtk_box_pack_start((GtkBox *) window->machines,
 		     GTK_WIDGET(mixer),
 		     FALSE, FALSE, 0);
 
-  ags_connectable_connect(AGS_CONNECTABLE(mixer));
-
-  gtk_widget_show_all(GTK_WIDGET(mixer));
-
   mixer->machine.audio->audio_channels = 2;
   ags_audio_set_pads(mixer->machine.audio,
 		     AGS_TYPE_INPUT, 8);
   ags_audio_set_pads(mixer->machine.audio,
 		     AGS_TYPE_OUTPUT, 1);
 
-  ags_machine_find_port(AGS_MACHINE(mixer));
+  ags_connectable_connect(AGS_CONNECTABLE(mixer));
 
-  gtk_widget_show_all(mixer->input_pad);
+  gtk_widget_show_all(GTK_WIDGET(mixer));
 }
 
 void
@@ -346,35 +306,20 @@ ags_menu_bar_add_drum_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsDrum *drum;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  drum = ags_drum_new(G_OBJECT(window->soundcard));
+  drum = ags_drum_new(G_OBJECT(window->devout));
 
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(drum)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
-  
+
   gtk_box_pack_start((GtkBox *) window->machines,
 		     GTK_WIDGET(drum),
 		     FALSE, FALSE, 0);
 
-  /* connect everything */
-  ags_connectable_connect(AGS_CONNECTABLE(drum));
-
-  /* */
-  gtk_widget_show_all(GTK_WIDGET(drum));
-
   /* */
   drum->machine.audio->audio_channels = 2;
 
@@ -382,10 +327,11 @@ ags_menu_bar_add_drum_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   ags_audio_set_pads(drum->machine.audio, AGS_TYPE_INPUT, 8);
   ags_audio_set_pads(drum->machine.audio, AGS_TYPE_OUTPUT, 1);
 
-  ags_machine_find_port(AGS_MACHINE(drum));
+  /* connect everything */
+  ags_connectable_connect(AGS_CONNECTABLE(drum));
 
-  gtk_widget_show_all(drum->output_pad);
-  gtk_widget_show_all(drum->input_pad);
+  /* */
+  gtk_widget_show_all(GTK_WIDGET(drum));
 }
 
 void
@@ -394,35 +340,20 @@ ags_menu_bar_add_matrix_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsMatrix *matrix;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  matrix = ags_matrix_new(G_OBJECT(window->soundcard));
+  matrix = ags_matrix_new(G_OBJECT(window->devout));
 
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(matrix)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
   
   gtk_box_pack_start((GtkBox *) window->machines,
 		     GTK_WIDGET(matrix),
 		     FALSE, FALSE, 0);
-
-  /* connect everything */
-  ags_connectable_connect(AGS_CONNECTABLE(matrix));
-
-  /* */
-  gtk_widget_show_all(GTK_WIDGET(matrix));
-
+  
   /* */
   matrix->machine.audio->audio_channels = 1;
 
@@ -430,7 +361,11 @@ ags_menu_bar_add_matrix_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   ags_audio_set_pads(matrix->machine.audio, AGS_TYPE_INPUT, 78);
   ags_audio_set_pads(matrix->machine.audio, AGS_TYPE_OUTPUT, 1);
 
-  ags_machine_find_port(AGS_MACHINE(matrix));
+  /* connect everything */
+  ags_connectable_connect(AGS_CONNECTABLE(matrix));
+
+  /* */
+  gtk_widget_show_all(GTK_WIDGET(matrix));
 }
 
 void
@@ -439,36 +374,25 @@ ags_menu_bar_add_synth_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsSynth *synth;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  synth = ags_synth_new(G_OBJECT(window->devout));
 
-  synth = ags_synth_new(G_OBJECT(window->soundcard));
-
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(synth)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
 
   gtk_box_pack_start((GtkBox *) window->machines,
 		     (GtkWidget *) synth,
 		     FALSE, FALSE, 0);
 
-  ags_connectable_connect(AGS_CONNECTABLE(synth));
-
   synth->machine.audio->audio_channels = 1;
   ags_audio_set_pads((AgsAudio*) synth->machine.audio, AGS_TYPE_INPUT, 2);
   ags_audio_set_pads((AgsAudio*) synth->machine.audio, AGS_TYPE_OUTPUT, 78);
 
-  ags_machine_find_port(AGS_MACHINE(synth));
+  ags_connectable_connect(AGS_CONNECTABLE(synth));
 
   gtk_widget_show_all((GtkWidget *) synth);
 }
@@ -479,38 +403,26 @@ ags_menu_bar_add_ffplayer_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   AgsWindow *window;
   AgsFFPlayer *ffplayer;
   AgsAddAudio *add_audio;
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
 
   window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  ffplayer = ags_ffplayer_new(G_OBJECT(window->devout));
 
-  ffplayer = ags_ffplayer_new(G_OBJECT(window->soundcard));
-
-  add_audio = ags_add_audio_new(window->soundcard,
+  add_audio = ags_add_audio_new(window->devout,
 				AGS_MACHINE(ffplayer)->audio);
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(add_audio));
 
   gtk_box_pack_start((GtkBox *) window->machines,
 		     (GtkWidget *) ffplayer,
 		     FALSE, FALSE, 0);
 
-  ags_connectable_connect(AGS_CONNECTABLE(ffplayer));
-
-  //  ffplayer->machine.audio->frequence = ;
+    //  ffplayer->machine.audio->frequence = ;
   ffplayer->machine.audio->audio_channels = 2;
   ags_audio_set_pads(AGS_MACHINE(ffplayer)->audio, AGS_TYPE_INPUT, 78);
   ags_audio_set_pads(AGS_MACHINE(ffplayer)->audio, AGS_TYPE_OUTPUT, 1);
 
-  ags_machine_find_port(AGS_MACHINE(ffplayer));
-
+  ags_connectable_connect(AGS_CONNECTABLE(ffplayer));
   gtk_widget_show_all((GtkWidget *) ffplayer);
 }
 
@@ -518,17 +430,6 @@ ags_menu_bar_add_ffplayer_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
 void
 ags_menu_bar_remove_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
 {
-  //TODO:JK: implement me
-}
-
-void
-ags_menu_bar_automation_editor_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
-{
-  AgsWindow *window;
-
-  window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) menu_bar, AGS_TYPE_WINDOW);
-  
-  gtk_widget_show_all(window->automation_editor);
 }
 
 void
@@ -543,7 +444,7 @@ ags_menu_bar_preferences_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
   }
 
   window->preferences = ags_preferences_new();
-  window->preferences->parent = GTK_WINDOW(window);
+  window->preferences->window = GTK_WINDOW(window);
 
   ags_applicable_reset(AGS_APPLICABLE(window->preferences));
 
diff --git a/src/ags/X/ags_menu_bar_callbacks.h b/src/ags/X/ags_menu_bar_callbacks.h
index 6804152..f8b2c50 100644
--- a/src/ags/X/ags_menu_bar_callbacks.h
+++ b/src/ags/X/ags_menu_bar_callbacks.h
@@ -45,9 +45,6 @@ void ags_menu_bar_add_synth_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar)
 void ags_menu_bar_add_ffplayer_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar);
 
 void ags_menu_bar_remove_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar);
-
-void ags_menu_bar_automation_editor_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar);
-
 void ags_menu_bar_preferences_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar);
 
 void ags_menu_bar_about_callback(GtkWidget *menu_item, AgsMenuBar *menu_bar);
diff --git a/src/ags/X/ags_navigation.c b/src/ags/X/ags_navigation.c
index f178fa8..f6cf461 100644
--- a/src/ags/X/ags_navigation.c
+++ b/src/ags/X/ags_navigation.c
@@ -21,8 +21,6 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/object/ags_marshal.h>
-
 #include <ags/X/ags_editor.h>
 
 void ags_navigation_class_init(AgsNavigationClass *navigation);
@@ -43,8 +41,7 @@ void ags_navigation_destroy(GtkObject *object);
 void ags_navigation_show(GtkWidget *widget);
 
 void ags_navigation_real_change_position(AgsNavigation *navigation,
-					 gdouble tact,
-					 gdouble bpm);
+					 gdouble tact);
 
 /**
  * SECTION:ags_navigation
@@ -59,7 +56,7 @@ void ags_navigation_real_change_position(AgsNavigation *navigation,
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
 };
 
 enum{
@@ -125,19 +122,19 @@ ags_navigation_class_init(AgsNavigationClass *navigation)
 
   /* properties */
   /**
-   * AgsNavigation:soundcard:
+   * AgsNavigation:devout:
    *
-   * The assigned #GObject to use as default sink.
+   * The assigned #AgsDevout to use as default sink.
    * 
    * Since: 0.4
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /* AgsNavigationClass */
@@ -157,7 +154,7 @@ ags_navigation_class_init(AgsNavigationClass *navigation)
 		 G_SIGNAL_RUN_LAST,
 		 G_STRUCT_OFFSET (AgsNavigationClass, change_position),
 		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE,
+		 g_cclosure_marshal_VOID__DOUBLE,
 		 G_TYPE_NONE, 1,
 		 G_TYPE_DOUBLE);
 }
@@ -177,9 +174,9 @@ ags_navigation_init(AgsNavigation *navigation)
   GtkHBox *hbox;
   GtkLabel *label;
 
-  navigation->flags = 0;
+  navigation->flags = AGS_NAVIGATION_BLOCK_TIC;
 
-  navigation->soundcard = NULL;
+  navigation->devout = NULL;
 
   g_signal_connect_after(G_OBJECT(navigation), "parent-set\0",
 			 G_CALLBACK(ags_navigation_parent_set_callback), NULL);
@@ -298,19 +295,19 @@ ags_navigation_set_property(GObject *gobject,
   navigation = AGS_NAVIGATION(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = (GObject *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      if(navigation->soundcard == soundcard)
+      if(navigation->devout == devout)
 	return;
 
-      if(soundcard != NULL)
-	g_object_ref(soundcard);
+      if(devout != NULL)
+	g_object_ref(devout);
 
-      navigation->soundcard = soundcard;
+      navigation->devout = devout;
     }
     break;
   default:
@@ -330,8 +327,8 @@ ags_navigation_get_property(GObject *gobject,
   navigation = AGS_NAVIGATION(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, navigation->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, navigation->devout);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -385,10 +382,13 @@ ags_navigation_connect(AgsConnectable *connectable)
   g_signal_connect((GObject *) navigation->duration_tact, "value-changed\0",
 		   G_CALLBACK(ags_navigation_duration_tact_callback), (gpointer) navigation);
 
-  /* soundcard */
-  g_signal_connect_after((GObject *) navigation->soundcard, "tic\0",
+  /* devout */
+  g_signal_connect_after((GObject *) navigation->devout, "tic\0",
   			 G_CALLBACK(ags_navigation_tic_callback), (gpointer) navigation);
 
+  g_signal_connect_after((GObject *) navigation->devout, "stop\0",
+  			 G_CALLBACK(ags_navigation_devout_stop_callback), (gpointer) navigation);
+
   /* expansion */
   g_signal_connect((GObject *) navigation->loop_left_tact, "value-changed\0",
 		   G_CALLBACK(ags_navigation_loop_left_tact_callback), (gpointer) navigation);
@@ -427,8 +427,7 @@ ags_navigation_show(GtkWidget *widget)
 
 void
 ags_navigation_real_change_position(AgsNavigation *navigation,
-				    gdouble tact,
-				    gdouble bpm)
+				    gdouble tact)
 {
   gchar *timestr, *str;
 
@@ -436,8 +435,7 @@ ags_navigation_real_change_position(AgsNavigation *navigation,
 	       "label\0", &str,
 	       NULL);
   ags_navigation_update_time_string(tact,
-  				    str,
-				    bpm);
+  				    str);
   //  g_object_set(navigation->duration_time,
   //	       "label\0", str,
   //	       NULL);
@@ -456,15 +454,14 @@ ags_navigation_real_change_position(AgsNavigation *navigation,
  */
 void
 ags_navigation_change_position(AgsNavigation *navigation,
-			       gdouble tact,
-			       gdouble bpm)
+			       gdouble tact)
 {
   g_return_if_fail(AGS_IS_NAVIGATION(navigation));
 
   g_object_ref(G_OBJECT(navigation));
   g_signal_emit(G_OBJECT(navigation),
 		navigation_signals[CHANGE_POSITION], 0,
-		tact, bpm);
+		tact);
   g_object_unref(G_OBJECT(navigation));
 }
 
@@ -479,8 +476,7 @@ ags_navigation_change_position(AgsNavigation *navigation,
  * Since: 0.4 
  */
 gchar*
-ags_navigation_tact_to_time_string(gdouble tact,
-				   gdouble bpm)
+ags_navigation_tact_to_time_string(gdouble tact)
 {
   static gdouble delay_min, delay_sec, delay_hsec;
   static gboolean initialized = FALSE;
@@ -489,7 +485,7 @@ ags_navigation_tact_to_time_string(gdouble tact,
   guint min, sec, hsec;
 
   if(!initialized){
-    delay_min = bpm;
+    delay_min = AGS_DEVOUT_DEFAULT_BPM;
     delay_sec = delay_min / 60.0;
     delay_hsec = delay_sec / 100.0;
 
@@ -528,8 +524,7 @@ ags_navigation_tact_to_time_string(gdouble tact,
  */
 void
 ags_navigation_update_time_string(double tact,
-				  gchar *time_string,
-				  gdouble bpm)
+				  gchar *time_string)
 {
   static gdouble delay_min, delay_sec, delay_hsec;
   static gboolean initialized = FALSE;
@@ -538,7 +533,7 @@ ags_navigation_update_time_string(double tact,
   guint min, sec, hsec;
 
   if(!initialized){
-    delay_min = bpm;
+    delay_min = AGS_DEVOUT_DEFAULT_BPM;
     delay_sec = delay_min / 60.0;
     delay_hsec = delay_sec / 100.0;
 
diff --git a/src/ags/X/ags_navigation.h b/src/ags/X/ags_navigation.h
index d7c5747..a9ca171 100644
--- a/src/ags/X/ags_navigation.h
+++ b/src/ags/X/ags_navigation.h
@@ -23,7 +23,7 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
-#include <ags/object/ags_soundcard.h>
+#include <ags/audio/ags_devout.h>
 
 #define AGS_TYPE_NAVIGATION                (ags_navigation_get_type())
 #define AGS_NAVIGATION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NAVIGATION, AgsNavigation))
@@ -42,6 +42,7 @@ typedef struct _AgsNavigationClass AgsNavigationClass;
 typedef enum{
   AGS_NAVIGATION_BLOCK_TACT   = 1,
   AGS_NAVIGATION_BLOCK_PLAY   = 1 << 1,
+  AGS_NAVIGATION_BLOCK_TIC    = 1 << 2,
 }AgsNavigationFlags;
 
 struct _AgsNavigation
@@ -50,7 +51,7 @@ struct _AgsNavigation
 
   guint flags;
 
-  GObject *soundcard;
+  AgsDevout *devout;
 
   GtkToggleButton *expander;
 
@@ -88,18 +89,15 @@ struct _AgsNavigationClass
 
 GType ags_navigation_get_type(void);
 
-gchar* ags_navigation_tact_to_time_string(gdouble tact,
-					  gdouble bpm);
+gchar* ags_navigation_tact_to_time_string(gdouble tact);
 void ags_navigation_update_time_string(double tact,
-				       gchar *time_string,
-				       gdouble bpm);
+				       gchar *time_string);
 
 void ags_navigation_set_seeking_sensitive(AgsNavigation *navigation,
 					  gboolean enabled);
 
 void ags_navigation_change_position(AgsNavigation *navigation,
-				    gdouble tact,
-				    gdouble bpm);
+				    gdouble tact);
 
 AgsNavigation* ags_navigation_new();
 
diff --git a/src/ags/X/ags_navigation_callbacks.c b/src/ags/X/ags_navigation_callbacks.c
index 48c6167..8da48e4 100644
--- a/src/ags/X/ags_navigation_callbacks.c
+++ b/src/ags/X/ags_navigation_callbacks.c
@@ -18,7 +18,7 @@
 
 #include <ags/X/ags_navigation_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
@@ -47,7 +47,7 @@ ags_navigation_parent_set_callback(GtkWidget *widget, GtkObject *old_parent,
 					      AGS_TYPE_WINDOW));
   navigation = AGS_NAVIGATION(widget);
 
-  navigation->soundcard = window->soundcard;
+  navigation->devout = window->devout;
 }
 
 gboolean
@@ -97,25 +97,13 @@ ags_navigation_bpm_callback(GtkWidget *widget,
   AgsWindow *window;
   AgsApplyBpm *apply_bpm;
   
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
   window = AGS_WINDOW(gtk_widget_get_ancestor(widget,
 					      AGS_TYPE_WINDOW));
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  apply_bpm = ags_apply_bpm_new(G_OBJECT(window->soundcard),
+  apply_bpm = ags_apply_bpm_new(G_OBJECT(window->devout),
 				navigation->bpm->adjustment->value);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(apply_bpm));
 }
 
@@ -276,12 +264,8 @@ void
 ags_navigation_position_tact_callback(GtkWidget *widget,
 				      AgsNavigation *navigation)
 {
-  gdouble bpm;
-
-  bpm = navigation->bpm->adjustment->value;
   ags_navigation_change_position(navigation,
-				 gtk_spin_button_get_value(widget),
-				 bpm);
+				 gtk_spin_button_get_value(widget));
 }
 
 void
@@ -386,30 +370,26 @@ ags_navigation_loop_right_tact_callback(GtkWidget *widget,
 }
 
 void
-ags_navigation_tic_callback(AgsSoundcard *soundcard,
+ags_navigation_tic_callback(AgsDevout *devout,
 			    AgsNavigation *navigation)
-{ 
-  AgsThread *main_loop;
+{
   AgsTaskThread *task_thread;
-  
   AgsChangeTact *change_tact;
   AgsDisplayTact *display_tact;
-
-  AgsApplicationContext *application_context;
-  
   GList *list;
 
-  application_context = ags_soundcard_get_application_context(soundcard);
-  
-  main_loop = application_context->main_loop;
+  if((AGS_NAVIGATION_BLOCK_TIC & (navigation->flags)) != 0){
+    navigation->flags &= (~AGS_NAVIGATION_BLOCK_TIC);
+    return;
+  }
+
+  task_thread = AGS_AUDIO_LOOP(AGS_MAIN(navigation->devout->ags_main)->main_loop)->task_thread;
 
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
   list = NULL;
 
-  change_tact = ags_change_tact_new(navigation);
-  list = g_list_prepend(list,
-			change_tact);
+  //  change_tact = ags_change_tact_new(navigation);
+  //  list = g_list_prepend(list,
+  //			change_tact);
 
   display_tact = ags_display_tact_new(navigation);
   list = g_list_prepend(list,
@@ -420,3 +400,10 @@ ags_navigation_tic_callback(AgsSoundcard *soundcard,
   ags_task_thread_append_tasks(task_thread,
 			       list);
 }
+
+void
+ags_navigation_devout_stop_callback(AgsDevout *devout,
+				    AgsNavigation *navigation)
+{
+  navigation->flags |= AGS_NAVIGATION_BLOCK_TIC;
+}
diff --git a/src/ags/X/ags_navigation_callbacks.h b/src/ags/X/ags_navigation_callbacks.h
index 0e5a87c..5b6fd20 100644
--- a/src/ags/X/ags_navigation_callbacks.h
+++ b/src/ags/X/ags_navigation_callbacks.h
@@ -69,7 +69,9 @@ void ags_navigation_loop_right_tact_callback(GtkWidget *widget,
 void ags_navigation_raster_callback(GtkWidget *widget,
 				    AgsNavigation *navigation);
 
-void ags_navigation_tic_callback(AgsSoundcard *soundcard,
+void ags_navigation_tic_callback(AgsDevout *devout,
 				 AgsNavigation *navigation);
+void ags_navigation_devout_stop_callback(AgsDevout *devout,
+					 AgsNavigation *navigation);
 
 #endif /*__AGS_NAVIGATION_CALLBACKS_H__*/
diff --git a/src/ags/X/ags_pad.c b/src/ags/X/ags_pad.c
index 9c2ad41..150ce2d 100644
--- a/src/ags/X/ags_pad.c
+++ b/src/ags/X/ags_pad.c
@@ -369,6 +369,8 @@ ags_pad_connect(AgsConnectable *connectable)
     }
   }else{
     pad->flags &= (~AGS_PAD_PREMAPPED_RECALL);
+
+    ags_pad_find_port(pad);
   }
 
   /* GtkObject */
@@ -474,11 +476,15 @@ ags_pad_real_set_channel(AgsPad *pad, AgsChannel *channel)
 
   pad->channel = channel;
 
+  if(channel == NULL){
+    return;
+  }
+
   line_start = 
     line = gtk_container_get_children(GTK_CONTAINER(AGS_PAD(pad)->expander_set));
-  current = pad->channel;
-  
-  while(line != NULL){
+  current = channel;
+
+  while(line != NULL && current != NULL){
     g_object_set(G_OBJECT(line->data),
 		 "channel\0", current,
 		 NULL);
@@ -521,7 +527,7 @@ ags_pad_real_resize_lines(AgsPad *pad, GType line_type,
   guint i, j;
 
   //  fprintf(stdout, "ags_pad_real_resize_lines: audio_channels = %u ; audio_channels_old = %u\n\0", audio_channels, audio_channels_old);
-  machine = (AgsMachine *) gtk_widget_get_ancestor((GtkWidget *) pad, AGS_TYPE_MACHINE);
+    machine = (AgsMachine *) gtk_widget_get_ancestor((GtkWidget *) pad, AGS_TYPE_MACHINE);
 
   if(audio_channels > audio_channels_old){
     channel = ags_channel_nth(pad->channel, audio_channels_old);
@@ -533,13 +539,19 @@ ags_pad_real_resize_lines(AgsPad *pad, GType line_type,
 					"pad\0", pad,
 					"channel\0", channel,
 					NULL);
-	channel->line_widget = (GtkWidget *) line;
+
+	if(channel != NULL){
+	  channel->line_widget = (GtkWidget *) line;
+	}
+
 	ags_expander_set_add(pad->expander_set,
 			     (GtkWidget *) line,
 			     j, i / pad->cols,
 			     1, 1);
 	
-	channel = channel->next;
+	if(channel != NULL){
+	  channel = channel->next;
+	}
       }
     }
   }else if(audio_channels < audio_channels_old){
diff --git a/src/ags/X/ags_pad_callbacks.c b/src/ags/X/ags_pad_callbacks.c
index d4058c4..8140f37 100644
--- a/src/ags/X/ags_pad_callbacks.c
+++ b/src/ags/X/ags_pad_callbacks.c
@@ -18,9 +18,9 @@
 
 #include <ags/X/ags_pad_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_devout.h>
@@ -30,7 +30,6 @@
 
 #include <ags/audio/task/recall/ags_set_muted.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_machine.h>
 
 int
@@ -109,29 +108,16 @@ ags_pad_group_clicked_callback(GtkWidget *widget, AgsPad *pad)
 int
 ags_pad_mute_clicked_callback(GtkWidget *widget, AgsPad *pad)
 {
-  AgsWindow *window;
   AgsMachine *machine;
   GtkContainer *container;
-  AgsChannel *channel;
-  AgsSetMuted *set_muted;
-  AgsThread *main_loop, *current;
   AgsTaskThread *task_thread;
-  AgsApplicationContext *application_context;
+  AgsChannel *current;
+  AgsSetMuted *set_muted;
   GList *list, *list_start, *tasks;
 
-  machine = (AgsMachine *) gtk_widget_get_ancestor((GtkWidget *) pad,
-						   AGS_TYPE_MACHINE);
-
-  window = gtk_widget_get_ancestor((GtkWidget *) pad,
-				   AGS_TYPE_WINDOW);
+  task_thread = AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(pad->channel->audio)->devout)->ags_main)->main_loop)->task_thread);
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = NULL;
-  
-  channel = pad->channel;
+  current = pad->channel;
   tasks = NULL;
 
   if(gtk_toggle_button_get_active(pad->mute)){
@@ -139,14 +125,16 @@ ags_pad_mute_clicked_callback(GtkWidget *widget, AgsPad *pad)
       gtk_toggle_button_set_active(pad->solo, FALSE);
 
     /* mute */
-    while(channel != pad->channel->next_pad){
-      set_muted = ags_set_muted_new(G_OBJECT(channel),
+    while(current != pad->channel->next_pad){
+      set_muted = ags_set_muted_new(G_OBJECT(current),
 				    TRUE);
       tasks = g_list_prepend(tasks, set_muted);
 
-      channel = channel->next;
+      current = current->next;
     }
   }else{
+    machine = (AgsMachine *) gtk_widget_get_ancestor((GtkWidget *) pad, AGS_TYPE_MACHINE);
+
     if((AGS_MACHINE_SOLO & (machine->flags)) != 0){
       container = (GtkContainer *) (AGS_IS_OUTPUT(pad->channel) ? machine->output: machine->input);
       list_start = 
@@ -163,12 +151,12 @@ ags_pad_mute_clicked_callback(GtkWidget *widget, AgsPad *pad)
     }
 
     /* unmute */
-    while(channel != pad->channel->next_pad){
-      set_muted = ags_set_muted_new(G_OBJECT(channel),
+    while(current != pad->channel->next_pad){
+      set_muted = ags_set_muted_new(G_OBJECT(current),
 				    FALSE);
       tasks = g_list_prepend(tasks, set_muted);
 
-      channel = channel->next;
+      current = current->next;
     }
   }
 
diff --git a/src/ags/X/ags_performance_preferences.c b/src/ags/X/ags_performance_preferences.c
index c96b760..f6170f9 100644
--- a/src/ags/X/ags_performance_preferences.c
+++ b/src/ags/X/ags_performance_preferences.c
@@ -19,8 +19,8 @@
 #include <ags/X/ags_performance_preferences.h>
 #include <ags/X/ags_performance_preferences_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/object/ags_applicable.h>
@@ -175,10 +175,8 @@ ags_performance_preferences_set_update(AgsApplicable *applicable, gboolean updat
 void
 ags_performance_preferences_apply(AgsApplicable *applicable)
 {
-  AgsWindow *window;
   AgsPreferences *preferences;
-  AgsPerformancePreferences *performance_preferences;
-  AgsApplicationContext *application_context;
+  AgsPerformancePreferences *performance_preferences; 
   AgsConfig *config;
   gchar *str;
   
@@ -186,19 +184,14 @@ ags_performance_preferences_apply(AgsApplicable *applicable)
 
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(performance_preferences),
 							   AGS_TYPE_PREFERENCES);
+  config = AGS_CONFIG(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main)->config);
 
-  window = preferences->parent;
-
-  application_context = window->application_context;
-
-  config = application_context->config;
-  
   /* auto-sense */
   str = g_strdup(((gtk_toggle_button_get_active(performance_preferences->stream_auto_sense)) ? "true\0": "false\0"));
-  ags_config_set_value(config,
-		       AGS_CONFIG_RECALL,
-		       "auto-sense\0",
-		       str);
+  ags_config_set(config,
+		 AGS_CONFIG_RECALL,
+		 "auto-sense\0",
+		 str);
   g_free(str);
 
   //TODO:JK: implement me
@@ -210,25 +203,20 @@ ags_performance_preferences_reset(AgsApplicable *applicable)
   AgsWindow *window;
   AgsPreferences *preferences;
   AgsPerformancePreferences *performance_preferences;
-  AgsApplicationContext *application_context;
   AgsConfig *config;
   gchar *str;
   
   performance_preferences = AGS_PERFORMANCE_PREFERENCES(applicable);
 
+  /*  */
   preferences = (AgsPreferences *) gtk_widget_get_ancestor(GTK_WIDGET(performance_preferences),
 							   AGS_TYPE_PREFERENCES);
-  window = AGS_WINDOW(preferences->parent);
-
-  
-  application_context = window->application_context;
+  window = AGS_WINDOW(preferences->window);
+  config = AGS_CONFIG(AGS_MAIN(window->ags_main)->config);
 
-  config = application_context->config;
-
-  /*  */
-  str = ags_config_get_value(config,
-			     AGS_CONFIG_RECALL,
-			     "auto-sense\0");
+  str = ags_config_get(config,
+		       AGS_CONFIG_RECALL,
+		       "auto-sense\0");
   gtk_toggle_button_set_active(performance_preferences->stream_auto_sense,
 			       !g_strcmp0("true\0",
 					  str));
diff --git a/src/ags/X/ags_performance_preferences.h b/src/ags/X/ags_performance_preferences.h
index 35688a4..e8b6390 100644
--- a/src/ags/X/ags_performance_preferences.h
+++ b/src/ags/X/ags_performance_preferences.h
@@ -35,8 +35,8 @@ struct _AgsPerformancePreferences
 {
   GtkVBox vbox;
 
-  GtkCheckButton *super_threaded;
   GtkCheckButton *stream_auto_sense;
+  GtkCheckButton *super_threaded;
 };
 
 struct _AgsPerformancePreferencesClass
diff --git a/src/ags/X/ags_preferences.c b/src/ags/X/ags_preferences.c
index 7bc23b7..0e5beb9 100644
--- a/src/ags/X/ags_preferences.c
+++ b/src/ags/X/ags_preferences.c
@@ -19,12 +19,14 @@
 #include <ags/X/ags_preferences.h>
 #include <ags/X/ags_preferences_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/object/ags_applicable.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <ags/X/ags_window.h>
 
 #include <sys/types.h>
@@ -145,7 +147,7 @@ ags_preferences_init(AgsPreferences *preferences)
 
   preferences->flags = 0;
 
-  preferences->parent = NULL;
+  preferences->window = NULL;
 
   gtk_window_set_title(GTK_WINDOW(preferences),
 		       g_strdup("preferences\0"));
@@ -230,9 +232,7 @@ ags_preferences_set_update(AgsApplicable *applicable, gboolean update)
 void
 ags_preferences_apply(AgsApplicable *applicable)
 {
-  AgsWindow *window;
   AgsPreferences *preferences;
-  AgsApplicationContext *application_context;
   AgsConfig *config;
   AgsFile *file;
   struct passwd *pw;
@@ -242,12 +242,9 @@ ags_preferences_apply(AgsApplicable *applicable)
   GError *error;
 
   preferences = AGS_PREFERENCES(applicable);
-  window = preferences->parent;
 
-  application_context = window->application_context;
+  config = AGS_CONFIG(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main)->config);
 
-  config = application_context->config;
-  
   ags_applicable_apply(AGS_APPLICABLE(preferences->generic_preferences));
   ags_applicable_apply(AGS_APPLICABLE(preferences->audio_preferences));
   ags_applicable_apply(AGS_APPLICABLE(preferences->performance_preferences));
@@ -264,7 +261,7 @@ ags_preferences_apply(AgsApplicable *applicable)
 			     AGS_PREFERENCES_DEFAULT_FILENAME);
     
   file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				  "application-context\0", application_context,
+				  "main\0", AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main),
 				  "filename\0", filename,
 				  NULL);
   ags_file_write_concurrent(file);
@@ -276,7 +273,7 @@ ags_preferences_apply(AgsApplicable *applicable)
 					     filename),
 			     &error);
 
-  ags_main_quit(application_context);
+  ags_main_quit(AGS_MAIN(AGS_WINDOW(preferences->window)->ags_main));
 }
 
 void
diff --git a/src/ags/X/ags_preferences.h b/src/ags/X/ags_preferences.h
index 8a94a80..15cff11 100644
--- a/src/ags/X/ags_preferences.h
+++ b/src/ags/X/ags_preferences.h
@@ -48,7 +48,7 @@ struct _AgsPreferences
 
   guint flags;
 
-  GtkWindow *parent;
+  GtkWindow *window;
 
   AgsGenericPreferences *generic_preferences;
   AgsAudioPreferences *audio_preferences;
diff --git a/src/ags/X/ags_preferences_callbacks.c b/src/ags/X/ags_preferences_callbacks.c
index 2a2caa9..f5339ef 100644
--- a/src/ags/X/ags_preferences_callbacks.c
+++ b/src/ags/X/ags_preferences_callbacks.c
@@ -37,7 +37,12 @@ ags_preferences_response_callback(GtkDialog *dialog, gint response_id, gpointer
   case GTK_RESPONSE_OK:
     {
       ags_applicable_apply(AGS_APPLICABLE(dialog));
-
+      gtk_dialog_run(gtk_message_dialog_new(dialog,
+					    GTK_DIALOG_MODAL,
+					    GTK_MESSAGE_WARNING,
+					    GTK_BUTTONS_OK,
+					    "Restart Advanced Gtk+ Sequencer now!\0"));
+      
       if(apply){
 	ags_applicable_reset(AGS_APPLICABLE(dialog));
 
@@ -47,7 +52,7 @@ ags_preferences_response_callback(GtkDialog *dialog, gint response_id, gpointer
   case GTK_RESPONSE_CANCEL:
     {
       AGS_PREFERENCES(dialog)->flags |= AGS_PREFERENCES_SHUTDOWN;
-      AGS_WINDOW(AGS_PREFERENCES(dialog)->parent)->preferences = NULL;
+      AGS_WINDOW(AGS_PREFERENCES(dialog)->window)->preferences = NULL;
       gtk_widget_destroy(GTK_WIDGET(dialog));
     }
   }
diff --git a/src/ags/X/ags_resize_editor.c b/src/ags/X/ags_resize_editor.c
index c655453..bef8c43 100644
--- a/src/ags/X/ags_resize_editor.c
+++ b/src/ags/X/ags_resize_editor.c
@@ -18,12 +18,13 @@
 
 #include <ags/X/ags_resize_editor.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/object/ags_applicable.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_audio.h>
@@ -32,7 +33,6 @@
 
 #include <ags/audio/task/ags_resize_audio.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_machine_editor.h>
 
 void ags_resize_editor_class_init(AgsResizeEditorClass *resize_editor);
@@ -254,18 +254,11 @@ ags_resize_editor_set_update(AgsApplicable *applicable, gboolean update)
 void
 ags_resize_editor_apply(AgsApplicable *applicable)
 {
-  AgsWindow *window;
   AgsMachineEditor *machine_editor;
   AgsResizeEditor *resize_editor;
-
   AgsAudio *audio;
   AgsResizeAudio *resize_audio;
-  
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
 
-  AgsApplicationContext *application_context;
-  
   resize_editor = AGS_RESIZE_EDITOR(applicable);
 
   if((AGS_PROPERTY_EDITOR_ENABLED & (AGS_PROPERTY_EDITOR(resize_editor)->flags)) == 0)
@@ -274,15 +267,6 @@ ags_resize_editor_apply(AgsApplicable *applicable)
   machine_editor = AGS_MACHINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(resize_editor),
 							      AGS_TYPE_MACHINE_EDITOR));
 
-  window = machine_editor->parent;
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
   audio = machine_editor->machine->audio;
 
   /* create task */
@@ -292,7 +276,7 @@ ags_resize_editor_apply(AgsApplicable *applicable)
 				      (guint) gtk_spin_button_get_value_as_int(resize_editor->audio_channels));
       
   /* append AgsResizeAudio */
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(audio->devout)->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(resize_audio));
 }
 
diff --git a/src/ags/X/ags_server_preferences.c b/src/ags/X/ags_server_preferences.c
index 29c73e3..198fdde 100644
--- a/src/ags/X/ags_server_preferences.c
+++ b/src/ags/X/ags_server_preferences.c
@@ -19,12 +19,14 @@
 #include <ags/X/ags_server_preferences.h>
 #include <ags/X/ags_server_preferences_callbacks.h>
 
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/object/ags_applicable.h>
 
 #include <ags/audio/ags_devout.h>
+#include <ags/audio/ags_config.h>
 
 #include <ags/X/ags_window.h>
 #include <ags/X/ags_preferences.h>
diff --git a/src/ags/X/ags_window.c b/src/ags/X/ags_window.c
index 9f65e71..ef8ae3a 100644
--- a/src/ags/X/ags_window.c
+++ b/src/ags/X/ags_window.c
@@ -21,6 +21,8 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/main.h>
+
 #include <ags/X/machine/ags_panel.h>
 #include <ags/X/machine/ags_mixer.h>
 #include <ags/X/machine/ags_drum.h>
@@ -61,8 +63,8 @@ static GList* ags_window_standard_machine_counter();
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
-  PROP_APPLICATION_CONTEXT,
+  PROP_DEVOUT,
+  PROP_MAIN,
 };
 
 static gpointer ags_window_parent_class = NULL;
@@ -121,22 +123,22 @@ ags_window_class_init(AgsWindowClass *window)
   gobject->finalize = ags_window_finalize;
 
   /* properties */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
-  param_spec = g_param_spec_object("application-context\0",
-				   "assigned application_context\0",
-				   "The AgsApplicationContext it is assigned with\0",
+  param_spec = g_param_spec_object("ags-main\0",
+				   "assigned ags_main\0",
+				   "The AgsMain it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
+				  PROP_MAIN,
 				  param_spec);
 
 
@@ -167,15 +169,14 @@ ags_window_init(AgsWindow *window)
 
   error = NULL;
   
-  window->name = g_strdup("unnamed\0");
   g_object_set(G_OBJECT(window),
   	       "icon\0", gdk_pixbuf_new_from_file("./doc/images/jumper.png\0", &error),
   	       NULL);
 
-  window->application_context = NULL;
-  window->application_mutex = NULL;
-  
-  window->soundcard = NULL;
+  window->ags_main = NULL;
+  window->devout = NULL;
+
+  window->name = g_strdup("unnamed\0");
 
   gtk_window_set_title((GtkWindow *) window, g_strconcat("ags - \0", window->name, NULL));
 
@@ -206,11 +207,7 @@ ags_window_init(AgsWindow *window)
 		     (GtkWidget *) window->navigation,
 		     FALSE, FALSE, 0);
 
-  window->automation_editor = ags_automation_editor_new(window);
-
   window->export_window = ags_export_window_new();
-  window->export_window->parent = window;
-
   window->preferences = NULL;
 
   window->machine_counter = ags_window_standard_machine_counter();
@@ -229,55 +226,55 @@ ags_window_set_property(GObject *gobject,
   window = AGS_WINDOW(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = g_value_get_object(value);
+      devout = g_value_get_object(value);
 
-      if(window->soundcard == soundcard)
+      if(window->devout == devout)
 	return;
 
-      if(soundcard != NULL)
-	g_object_ref(soundcard);
+      if(devout != NULL)
+	g_object_ref(devout);
 
-      window->soundcard = soundcard;
+      window->devout = devout;
 
       g_object_set(G_OBJECT(window->editor),
-		   "soundcard\0", soundcard,
+		   "devout\0", devout,
 		   NULL);
 
       g_object_set(G_OBJECT(window->navigation),
-		   "soundcard\0", soundcard,
+		   "devout\0", devout,
 		   NULL);
 
       g_object_set(G_OBJECT(window->export_window),
-		   "soundcard\0", soundcard,
+		   "devout\0", devout,
 		   NULL);
     }
     break;
-  case PROP_APPLICATION_CONTEXT:
+  case PROP_MAIN:
     {
-      AgsApplicationContext *application_context;
+      AgsMain *ags_main;
 
-      application_context = g_value_get_object(value);
+      ags_main = g_value_get_object(value);
 
-      if(window->application_context == application_context)
+      if(window->ags_main == ags_main)
 	return;
 
-      if(window->application_context != NULL){
-	g_object_unref(window->application_context);
+      if(window->ags_main != NULL){
+	g_object_unref(window->ags_main);
       }
 
-      if(application_context != NULL){
-	g_object_ref(application_context);
-
-	window->application_mutex = &(application_context->mutex);
-      }else{
-	window->application_mutex = NULL;
+      if(ags_main != NULL){
+	g_object_ref(ags_main);
       }
 
-      window->application_context = application_context;
+      window->ags_main = ags_main;
+
+      g_object_set(G_OBJECT(window->export_window),
+		   "ags-main\0", ags_main,
+		   NULL);
     }
     break;
   default:
@@ -297,11 +294,11 @@ ags_window_get_property(GObject *gobject,
   window = AGS_WINDOW(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, window->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, window->devout);
     break;
-  case PROP_APPLICATION_CONTEXT:
-    g_value_set_object(value, window->application_context);
+  case PROP_MAIN:
+    g_value_set_object(value, window->ags_main);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -336,8 +333,6 @@ ags_window_connect(AgsConnectable *connectable)
   ags_connectable_connect(AGS_CONNECTABLE(window->editor));
   ags_connectable_connect(AGS_CONNECTABLE(window->navigation));
 
-  ags_connectable_connect(AGS_CONNECTABLE(window->automation_editor));
-
   ags_connectable_connect(AGS_CONNECTABLE(window->export_window));
 }
 
@@ -355,7 +350,7 @@ ags_window_finalize(GObject *gobject)
 
   window = (AgsWindow *) gobject;
 
-  g_object_unref(G_OBJECT(window->soundcard));
+  g_object_unref(G_OBJECT(window->devout));
   g_object_unref(G_OBJECT(window->export_window));
 
   free(window->name);
@@ -512,7 +507,7 @@ ags_machine_counter_alloc(gchar *version, gchar *build_id,
 
 /**
  * ags_window_new:
- * @application_context: the application object.
+ * @ags_main: the application object.
  *
  * Creates an #AgsWindow
  *
@@ -521,12 +516,12 @@ ags_machine_counter_alloc(gchar *version, gchar *build_id,
  * Since: 0.3
  */
 AgsWindow*
-ags_window_new(GObject *application_context)
+ags_window_new(GObject *ags_main)
 {
   AgsWindow *window;
 
   window = (AgsWindow *) g_object_new(AGS_TYPE_WINDOW,
-				      "application-context", application_context,
+				      "ags-main", ags_main,
 				      NULL);
 
   return(window);
diff --git a/src/ags/X/ags_window.h b/src/ags/X/ags_window.h
index 4e2218f..71aecb3 100644
--- a/src/ags/X/ags_window.h
+++ b/src/ags/X/ags_window.h
@@ -23,9 +23,7 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/X/ags_automation_editor.h>
+#include <ags/audio/ags_devout.h>
 
 #include <ags/X/ags_menu_bar.h>
 #include <ags/X/ags_machine.h>
@@ -60,12 +58,11 @@ struct _AgsWindow
 
   guint flags;
 
-  char *name;
+  GObject *ags_main;
 
-  GObject *application_context;
-  pthread_mutex_t *application_mutex;
-  
-  GObject *soundcard;
+  AgsDevout *devout;
+
+  char *name;
 
   AgsMenuBar *menu_bar;
 
@@ -78,8 +75,6 @@ struct _AgsWindow
   AgsEditor *editor;
   AgsNavigation *navigation;
 
-  AgsAutomationEditor *automation_editor;
-
   AgsExportWindow *export_window;
   AgsPreferences *preferences;
 };
@@ -111,6 +106,6 @@ void ags_window_decrement_machine_counter(AgsWindow *window,
 AgsMachineCounter* ags_machine_counter_alloc(gchar *version, gchar *build_id,
 					     GType machine_type, guint initial_value);
 
-AgsWindow* ags_window_new(GObject *application_context);
+AgsWindow* ags_window_new(GObject *ags_main);
 
 #endif /*__AGS_WINDOW_H__*/
diff --git a/src/ags/X/ags_window_callbacks.c b/src/ags/X/ags_window_callbacks.c
index 09e8017..8d78f9b 100644
--- a/src/ags/X/ags_window_callbacks.c
+++ b/src/ags/X/ags_window_callbacks.c
@@ -18,12 +18,9 @@
 
 #include <ags/X/ags_window_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
-
 #include <ags/file/ags_file.h>
 
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_task_thread.h>
+#include <ags/main.h>
 
 #include <ags/audio/task/ags_save_file.h>
 
@@ -33,15 +30,10 @@ ags_window_delete_event_callback(GtkWidget *widget, gpointer data)
   AgsWindow *window;
   GtkDialog *dialog;
   GtkWidget *cancel_button;
-
-  AgsApplicationContext *application_context;
-
   gint response;
 
   window = AGS_WINDOW(widget);
 
-  application_context = window->application_context;
-
   /* ask the user if he wants save to a file */
   dialog = (GtkDialog *) gtk_message_dialog_new(GTK_WINDOW(window),
 						GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -56,35 +48,26 @@ ags_window_delete_event_callback(GtkWidget *widget, gpointer data)
   response = gtk_dialog_run(dialog);
 
   if(response == GTK_RESPONSE_YES){
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-    AgsSaveFile *save_file;
-    
     AgsFile *file;
-    
+    AgsSaveFile *save_file;
     char *filename;
-    
-    main_loop = application_context->main_loop;
-    
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
 
     filename = window->name;
 
     file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				    "application-context\0", application_context,
+				    "main\0", window->ags_main,
 				    "filename\0", g_strdup(filename),
 				    NULL);
 
     save_file = ags_save_file_new(file);
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 				AGS_TASK(save_file));
 
     g_object_unref(G_OBJECT(file));
   }
 
   if(response != GTK_RESPONSE_CANCEL){
-    ags_main_quit(application_context);
+    ags_main_quit(AGS_MAIN(window->ags_main));
   }else{
     gtk_widget_destroy(GTK_WIDGET(dialog));
   }
diff --git a/src/ags/X/ags_xorg_application_context.c b/src/ags/X/ags_xorg_application_context.c
deleted file mode 100644
index 79c5f6a..0000000
--- a/src/ags/X/ags_xorg_application_context.c
+++ /dev/null
@@ -1,482 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_xorg_application_context.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/file/ags_file.h>
-#include <ags/file/ags_file_gui.h>
-#include <ags/file/ags_file_stock.h>
-#include <ags/file/ags_file_id_ref.h>
-
-#include <ags/thread/ags_gui_thread.h>
-#include <ags/thread/ags_concurrency_provider.h>
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_thread_pool.h>
-
-#include <ags/audio/ags_sound_provider.h>
-
-void ags_xorg_application_context_class_init(AgsXorgApplicationContextClass *xorg_application_context);
-void ags_xorg_application_context_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_xorg_application_context_concurrency_provider_interface_init(AgsConcurrencyProviderInterface *concurrency_provider);
-void ags_xorg_application_context_sound_provider_interface_init(AgsSoundProviderInterface *sound_provider);
-void ags_xorg_application_context_init(AgsXorgApplicationContext *xorg_application_context);
-void ags_xorg_application_context_set_property(GObject *gobject,
-					       guint prop_id,
-					       const GValue *value,
-					       GParamSpec *param_spec);
-void ags_xorg_application_context_get_property(GObject *gobject,
-					       guint prop_id,
-					       GValue *value,
-					       GParamSpec *param_spec);
-void ags_xorg_application_context_connect(AgsConnectable *connectable);
-void ags_xorg_application_context_disconnect(AgsConnectable *connectable);
-AgsThread* ags_xorg_application_context_get_main_loop(AgsConcurrencyProvider *concurrency_provider);
-AgsThreadPool* ags_xorg_application_context_get_thread_pool(AgsConcurrencyProvider *concurrency_provider);
-GList* ags_xorg_application_context_get_soundcard(AgsSoundProvider *sound_provider);
-void ags_xorg_application_context_finalize(GObject *gobject);
-
-void ags_xorg_application_context_load_config(AgsApplicationContext *application_context);
-void ags_xorg_application_context_register_types(AgsApplicationContext *application_context);
-
-void ags_xorg_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context);
-xmlNode* ags_xorg_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context);
-
-static gpointer ags_xorg_application_context_parent_class = NULL;
-static AgsConnectableInterface* ags_xorg_application_context_parent_connectable_interface;
-
-enum{
-  PROP_0,
-  PROP_WINDOW,
-};
-
-extern AgsXorgApplicationContext *ags_xorg_application_context;
-
-GType
-ags_xorg_application_context_get_type()
-{
-  static GType ags_type_xorg_application_context = 0;
-
-  if(!ags_type_xorg_application_context){
-    static const GTypeInfo ags_xorg_application_context_info = {
-      sizeof (AgsXorgApplicationContextClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_xorg_application_context_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsXorgApplicationContext),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_xorg_application_context_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_xorg_application_context_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_concurrency_provider_interface_info = {
-      (GInterfaceInitFunc) ags_xorg_application_context_concurrency_provider_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_sound_provider_interface_info = {
-      (GInterfaceInitFunc) ags_xorg_application_context_sound_provider_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_xorg_application_context = g_type_register_static(AGS_TYPE_APPLICATION_CONTEXT,
-							       "AgsXorgApplicationContext\0",
-							       &ags_xorg_application_context_info,
-							       0);
-
-    g_type_add_interface_static(ags_type_xorg_application_context,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_xorg_application_context,
-				AGS_TYPE_CONCURRENCY_PROVIDER,
-				&ags_concurrency_provider_interface_info);
-
-    g_type_add_interface_static(ags_type_xorg_application_context,
-				AGS_TYPE_SOUND_PROVIDER,
-				&ags_sound_provider_interface_info);
-  }
-
-  return (ags_type_xorg_application_context);
-}
-
-void
-ags_xorg_application_context_class_init(AgsXorgApplicationContextClass *xorg_application_context)
-{
-  GObjectClass *gobject;
-  AgsApplicationContextClass *application_context;
-  GParamSpec *param_spec;
-
-  ags_xorg_application_context_parent_class = g_type_class_peek_parent(xorg_application_context);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) xorg_application_context;
-
-  gobject->set_property = ags_xorg_application_context_set_property;
-  gobject->get_property = ags_xorg_application_context_get_property;
-
-  gobject->finalize = ags_xorg_application_context_finalize;
-  
-  /**
-   * AgsXorgApplicationContext:window:
-   *
-   * The assigned window.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("window\0",
-				   "window of xorg application context\0",
-				   "The window which this xorg application context assigned to\0",
-				   AGS_TYPE_WINDOW,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_WINDOW,
-				  param_spec);
-
-  /* AgsXorgApplicationContextClass */
-  application_context = (AgsApplicationContextClass *) xorg_application_context;
-  
-  application_context->load_config = ags_xorg_application_context_load_config;
-  application_context->register_types = ags_xorg_application_context_register_types;
-}
-
-void
-ags_xorg_application_context_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_xorg_application_context_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_xorg_application_context_connect;
-  connectable->disconnect = ags_xorg_application_context_disconnect;
-}
-
-void
-ags_xorg_application_context_concurrency_provider_interface_init(AgsConcurrencyProviderInterface *concurrency_provider)
-{
-  concurrency_provider->get_main_loop = ags_xorg_application_context_get_main_loop;
-  concurrency_provider->get_thread_pool = ags_xorg_application_context_get_thread_pool;
-}
-
-void
-ags_xorg_application_context_sound_provider_interface_init(AgsSoundProviderInterface *sound_provider)
-{
-  sound_provider->get_soundcard = ags_xorg_application_context_get_soundcard;
-}
-
-void
-ags_xorg_application_context_init(AgsXorgApplicationContext *xorg_application_context)
-{
-  xorg_application_context->thread_pool = NULL;
-  xorg_application_context->server = NULL;
-  xorg_application_context->soundcard = NULL;
-  xorg_application_context->window = NULL;
-}
-
-void
-ags_xorg_application_context_set_property(GObject *gobject,
-					  guint prop_id,
-					  const GValue *value,
-					  GParamSpec *param_spec)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  xorg_application_context = AGS_XORG_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_WINDOW:
-    {
-      AgsWindow *window;
-      
-      window = (AgsWindow *) g_value_get_object(value);
-
-      if(window == xorg_application_context->window)
-	return;
-
-      if(xorg_application_context->window != NULL)
-	g_object_unref(xorg_application_context->window);
-
-      if(window != NULL)
-	g_object_ref(G_OBJECT(window));
-
-      xorg_application_context->window = window;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_xorg_application_context_get_property(GObject *gobject,
-					  guint prop_id,
-					  GValue *value,
-					  GParamSpec *param_spec)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  xorg_application_context = AGS_XORG_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_WINDOW:
-    {
-      g_value_set_object(value, xorg_application_context->window);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_xorg_application_context_connect(AgsConnectable *connectable)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  xorg_application_context = AGS_XORG_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(xorg_application_context)->flags)) != 0){
-    return;
-  }
-
-  ags_xorg_application_context_parent_connectable_interface->connect(connectable);
-
-  g_message("connecting gui\0");
-
-  ags_connectable_connect(AGS_CONNECTABLE(xorg_application_context->window));
-}
-
-void
-ags_xorg_application_context_disconnect(AgsConnectable *connectable)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  xorg_application_context = AGS_XORG_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(xorg_application_context)->flags)) == 0){
-    return;
-  }
-
-  ags_xorg_application_context_parent_connectable_interface->disconnect(connectable);
-}
-
-AgsThread*
-ags_xorg_application_context_get_main_loop(AgsConcurrencyProvider *concurrency_provider)
-{
-  return(AGS_APPLICATION_CONTEXT(concurrency_provider)->main_loop);
-}
-
-AgsThreadPool*
-ags_xorg_application_context_get_thread_pool(AgsConcurrencyProvider *concurrency_provider)
-{
-  return(AGS_XORG_APPLICATION_CONTEXT(concurrency_provider)->thread_pool);
-}
-
-GList*
-ags_xorg_application_context_get_soundcard(AgsSoundProvider *sound_provider)
-{
-  return(AGS_XORG_APPLICATION_CONTEXT(sound_provider)->soundcard);
-}
-
-void
-ags_xorg_application_context_finalize(GObject *gobject)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  G_OBJECT_CLASS(ags_xorg_application_context_parent_class)->finalize(gobject);
-
-  xorg_application_context = AGS_XORG_APPLICATION_CONTEXT(gobject);
-}
-
-void
-ags_xorg_application_context_load_config(AgsApplicationContext *application_context)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_xorg_application_context_register_types(AgsApplicationContext *application_context)
-{
-  ags_gui_thread_get_type();
-
-  /* gui */
-  //TODO:JK: move me
-  ags_dial_get_type();
-
-  /* register machine */
-  ags_panel_get_type();
-  ags_panel_input_pad_get_type();
-  ags_panel_input_line_get_type();
-
-  ags_mixer_get_type();
-  ags_mixer_input_pad_get_type();
-  ags_mixer_input_line_get_type();
-
-  ags_drum_get_type();
-  ags_drum_output_pad_get_type();
-  ags_drum_output_line_get_type();
-  ags_drum_input_pad_get_type();
-  ags_drum_input_line_get_type();
-
-  ags_matrix_get_type();
-
-  ags_synth_get_type();
-  ags_synth_input_pad_get_type();
-  ags_synth_input_line_get_type();
-
-  ags_ffplayer_get_type();
-}
-
-void
-ags_xorg_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context)
-{
-  AgsXorgApplicationContext *gobject;
-  GList *list;
-  xmlNode *child;
-
-  if(*application_context == NULL){
-    gobject = g_object_new(AGS_TYPE_XORG_APPLICATION_CONTEXT,
-			   NULL);
-
-    *application_context = (GObject *) gobject;
-  }else{
-    gobject = (AgsApplicationContext *) *application_context;
-  }
-
-  file->application_context = gobject;
-
-  g_object_set(G_OBJECT(file),
-	       "application-context\0", gobject,
-	       NULL);
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
-				   "reference\0", gobject,
-				   NULL));
-  
-  /* properties */
-  AGS_APPLICATION_CONTEXT(gobject)->flags = (guint) g_ascii_strtoull(xmlGetProp(node, AGS_FILE_FLAGS_PROP),
-					    NULL,
-					    16);
-
-  AGS_APPLICATION_CONTEXT(gobject)->version = xmlGetProp(node,
-							 AGS_FILE_VERSION_PROP);
-
-  AGS_APPLICATION_CONTEXT(gobject)->build_id = xmlGetProp(node,
-							  AGS_FILE_BUILD_ID_PROP);
-
-  //TODO:JK: check version compatibelity
-
-  /* child elements */
-  child = node->children;
-
-  while(child != NULL){
-    if(child->type == XML_ELEMENT_NODE){
-      if(!xmlStrncmp("ags-window\0",
-			   child->name,
-			   11)){
-	ags_file_read_window(file,
-			     child,
-			     &(gobject->window));
-      }
-    }
-
-    child = child->next;
-  }
-}
-
-xmlNode*
-ags_xorg_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context)
-{
-  xmlNode *node, *child;
-  gchar *id;
-
-  id = ags_id_generator_create_uuid();
-
-  node = xmlNewNode(NULL,
-		    "ags-application-context\0");
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
-				   "reference\0", application_context,
-				   NULL));
-
-  xmlNewProp(node,
-	     AGS_FILE_CONTEXT_PROP,
-	     "xorg\0");
-
-  xmlNewProp(node,
-	     AGS_FILE_ID_PROP,
-	     id);
-
-  xmlNewProp(node,
-	     AGS_FILE_FLAGS_PROP,
-	     g_strdup_printf("%x\0", ((~AGS_APPLICATION_CONTEXT_CONNECTED) & (AGS_APPLICATION_CONTEXT(application_context)->flags))));
-
-  xmlNewProp(node,
-	     AGS_FILE_VERSION_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->version);
-
-  xmlNewProp(node,
-	     AGS_FILE_BUILD_ID_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->build_id);
-
-  /* add to parent */
-  xmlAddChild(parent,
-	      node);
-
-  ags_file_write_window(file,
-			node,
-			AGS_XORG_APPLICATION_CONTEXT(application_context)->window);
-
-  return(node);
-}
-
-AgsXorgApplicationContext*
-ags_xorg_application_context_new(GObject *main_loop,
-				 AgsConfig *config)
-{
-  AgsXorgApplicationContext *xorg_application_context;
-
-  xorg_application_context = (AgsXorgApplicationContext *) g_object_new(AGS_TYPE_XORG_APPLICATION_CONTEXT,
-									"main-loop\0", main_loop,
-									"config\0", config,
-									NULL);
-
-  return(xorg_application_context);
-}
-
-
diff --git a/src/ags/X/ags_xorg_application_context.h b/src/ags/X/ags_xorg_application_context.h
deleted file mode 100644
index b3246b1..0000000
--- a/src/ags/X/ags_xorg_application_context.h
+++ /dev/null
@@ -1,75 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_XORG_APPLICATION_CONTEXT_H__
-#define __AGS_XORG_APPLICATION_CONTEXT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/thread/ags_thread_pool.h>
-
-#include <ags/server/ags_server.h>
-
-#include <ags/X/ags_window.h>
-
-#define AGS_TYPE_XORG_APPLICATION_CONTEXT                (ags_xorg_application_context_get_type())
-#define AGS_XORG_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_XORG_APPLICATION_CONTEXT, AgsXorgApplicationContext))
-#define AGS_XORG_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_XORG_APPLICATION_CONTEXT, AgsXorgApplicationContextClass))
-#define AGS_IS_XORG_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_XORG_APPLICATION_CONTEXT))
-#define AGS_IS_XORG_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_XORG_APPLICATION_CONTEXT))
-#define AGS_XORG_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_XORG_APPLICATION_CONTEXT, AgsXorgApplicationContextClass))
-
-#define AGS_XORG_VERSION "0.4.3\0"
-#define AGS_XORG_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"
-
-typedef struct _AgsXorgApplicationContext AgsXorgApplicationContext;
-typedef struct _AgsXorgApplicationContextClass AgsXorgApplicationContextClass;
-
-typedef enum{
-  AGS_XORG_APPLICATION_CONTEXT_SHOW_GUI      = 1,
-}AgsXorgApplicationContextFlags;
-
-struct _AgsXorgApplicationContext
-{
-  AgsApplicationContext application_context;
-
-  AgsThreadPool *thread_pool;
-
-  AgsServer *server;
-  
-  GList *soundcard;
-  
-  AgsWindow *window;
-};
-
-struct _AgsXorgApplicationContextClass
-{
-  AgsApplicationContextClass application_context;
-};
-
-GType ags_xorg_application_context_get_type();
-
-AgsXorgApplicationContext* ags_xorg_application_context_new(GObject *main_loop,
-							    AgsConfig *config);
-
-#endif /*__AGS_XORG_APPLICATION_CONTEXT_H__*/
diff --git a/src/ags/X/ags_xorg_init.c b/src/ags/X/ags_xorg_init.c
deleted file mode 100644
index 486901d..0000000
--- a/src/ags/X/ags_xorg_init.c
+++ /dev/null
@@ -1,267 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/ags_xorg_init.h>
-
-#include <ags/audio/ags_audio_init.h>
-
-#include <ags/widget/ags_gui_init.h>
-
-void ags_xorg_colors_alloc();
-
-extern GtkStyle *matrix_style;
-extern GtkStyle *ffplayer_style;
-extern GtkStyle *editor_style;
-extern GtkStyle *notebook_style;
-extern GtkStyle *meter_style;
-extern GtkStyle *note_edit_style;
-
-void
-ags_xorg_colors_alloc()
-{
-  static gboolean allocated = FALSE;
-
-  if(!allocated){
-    allocated = TRUE;
-
-    matrix_style = gtk_style_new();
-    matrix_style->fg[0].red = 120 * (65535/255);
-    matrix_style->fg[0].green = 220 * (65535/255);
-    matrix_style->fg[0].blue = 120 * (65535/255);
-    matrix_style->fg[0].pixel = (gulong)(120*65536 + 220*256 + 120);
-
-    matrix_style->light[0].red = 100 * (65535/255);
-    matrix_style->light[0].green = 200 * (65535/255);
-    matrix_style->light[0].blue = 100 * (65535/255);
-    matrix_style->light[0].pixel = (gulong)(100*65536 + 200*256 + 100);
-
-    matrix_style->bg[0].red = 0 * (65535/255);
-    matrix_style->bg[0].green = 80 * (65535/255);
-    matrix_style->bg[0].blue = 0 * (65535/255);
-    matrix_style->bg[0].pixel = (gulong)(0*65536 + 80*256 + 0);
-
-    matrix_style->bg[1].red = 120 * (65535/255);
-    matrix_style->bg[1].green = 220 * (65535/255);
-    matrix_style->bg[1].blue = 120 * (65535/255);
-    matrix_style->bg[1].pixel = (gulong)(120*65536 + 220*256 + 120);
-
-    matrix_style->bg[2].red = 120 * (65535/255);
-    matrix_style->bg[2].green = 220 * (65535/255);
-    matrix_style->bg[2].blue = 120 * (65535/255);
-    matrix_style->bg[2].pixel = (gulong)(120*65536 + 220*256 + 120);
-
-    matrix_style->base[0].red = 120 * (65535/255);
-    matrix_style->base[0].green = 220 * (65535/255);
-    matrix_style->base[0].blue = 120 * (65535/255);
-    matrix_style->base[0].pixel = (gulong)(120*65536 + 220*256 + 120);
-
-
-    /*  matrix_style->fg[1] = matrix_green;
-	matrix_style->fg[2] = matrix_green;
-	matrix_style->fg[3] = matrix_green;
-	matrix_style->fg[4] = matrix_green;
-
-	matrix_style->bg[0] = matrix_led_bg;
-	matrix_style->bg[1] = matrix_led_bg;
-	matrix_style->bg[2] = matrix_led_bg;
-	matrix_style->bg[2] = matrix_led_bg;
-	matrix_style->bg[3] = matrix_led_bg;
-	matrix_style->bg[4] = matrix_led_bg;
-    */
-
-    /* ffplayer style */
-    ffplayer_style = gtk_style_new();
-    ffplayer_style->fg[0].red = 180 * (65535/255);
-    ffplayer_style->fg[0].green = 180 * (65535/255);
-    ffplayer_style->fg[0].blue = 250 * (65535/255);
-    ffplayer_style->fg[0].pixel = (gulong)(120*65536 + 120*256 + 220);
-
-    ffplayer_style->bg[0].red = 4 * (65535/255);
-    ffplayer_style->bg[0].green = 8 * (65535/255);
-    ffplayer_style->bg[0].blue = 56 * (65535/255);
-    ffplayer_style->bg[0].pixel = (gulong)(4*65536 + 8*256 + 56);
-
-    ffplayer_style->bg[1].red = 120 * (65535/255);
-    ffplayer_style->bg[1].green = 120 *(65535/255);
-    ffplayer_style->bg[1].blue = 120 * (65535/255);
-    ffplayer_style->bg[1].pixel = (gulong)(120*65536 + 120*256 + 120);
-
-    ffplayer_style->bg[2].red = 120 * (65535/255);
-    ffplayer_style->bg[2].green = 120 *(65535/255);
-    ffplayer_style->bg[2].blue = 120 * (65535/255);
-    ffplayer_style->bg[2].pixel = (gulong)(255*65536 + 255*256 + 255);
-
-    ffplayer_style->mid[0].red = 4 * (65535/255);
-    ffplayer_style->mid[0].green = 8 * (65535/255);
-    ffplayer_style->mid[0].blue = 56 * (65535/255);
-    ffplayer_style->mid[0].pixel = (gulong)(4*65536 + 8*256 + 56);
-
-    ffplayer_style->light[0].red = 120 * (65535/255);
-    ffplayer_style->light[0].green = 120 * (65535/255);
-    ffplayer_style->light[0].blue = 220 * (65535/255);
-    ffplayer_style->light[0].pixel = (gulong)(120*65536 + 120*256 + 220);
-
-    ffplayer_style->base[0].red = 120 * (65535/255);
-    ffplayer_style->base[0].green = 120 * (65535/255);
-    ffplayer_style->base[0].blue = 220 * (65535/255);
-    ffplayer_style->base[0].pixel = (gulong)(120*65536 + 120*256 + 220);
-
-
-    /* editor style */
-    editor_style = gtk_style_new();
-    editor_style->fg[0].red = 255 * (65535/255);
-    editor_style->fg[0].green = 240 *(65535/255);
-    editor_style->fg[0].blue = 200 * (65535/255);
-    editor_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
-
-    editor_style->bg[0].red = 255 * (65535/255);
-    editor_style->bg[0].green = 255 *(65535/255);
-    editor_style->bg[0].blue = 100 * (65535/255);
-    editor_style->bg[0].pixel = (gulong)(255*65536 + 255*256 + 255);
-
-    editor_style->mid[0].red = 250 * (65535/255);
-    editor_style->mid[0].green = 0 *(65535/255);
-    editor_style->mid[0].blue = 250 * (65535/255);
-    editor_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
-
-
-    editor_style->base[0].red = 250 * (65535/255);
-    editor_style->base[0].green = 250 *(65535/255);
-    editor_style->base[0].blue = 250 * (65535/255);
-    editor_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
-
-
-    /* notebook style */
-    notebook_style = gtk_style_new();
-    notebook_style->fg[0].red = 255 * (65535/255);
-    notebook_style->fg[0].green = 255 *(65535/255);
-    notebook_style->fg[0].blue = 0 * (65535/255);
-    notebook_style->fg[0].pixel = (gulong)(255*65536 + 255*256 + 0);
-
-    notebook_style->bg[0].red = 40 * (65535/255);
-    notebook_style->bg[0].green = 40 *(65535/255);
-    notebook_style->bg[0].blue = 40 * (65535/255);
-    notebook_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
-
-    notebook_style->mid[0].red = 10 * (65535/255);
-    notebook_style->mid[0].green = 20 *(65535/255);
-    notebook_style->mid[0].blue = 230 * (65535/255);
-    notebook_style->mid[0].pixel = (gulong)(10*65536 + 20*256 + 230);
-
-    notebook_style->dark[0].red = 192 * (65535/255);
-    notebook_style->dark[0].green = 192 *(65535/255);
-    notebook_style->dark[0].blue = 0 * (65535/255);
-    notebook_style->dark[0].pixel = (gulong)(150*65536 + 150*256 + 250);
-
-    notebook_style->light[0].red = 255 * (65535/255);
-    notebook_style->light[0].green = 255 *(65535/255);
-    notebook_style->light[0].blue = 63 * (65535/255);
-    notebook_style->light[0].pixel = (gulong)(255*65536 + 255*256 + 63);
-
-    notebook_style->base[0].red = 0 * (65535/255);
-    notebook_style->base[0].green = 0 *(65535/255);
-    notebook_style->base[0].blue = 0 * (65535/255);
-    notebook_style->base[0].pixel = (gulong)(0*65536 + 0*256 + 0);
-
-
-    /* ruler style */
-    //TODO:JK: deprecated
-    //    ruler_style = gtk_style_new();
-    //    ruler_style->fg[0].red = 255 * (65535/255);
-    //    ruler_style->fg[0].green = 240 *(65535/255);
-    //    ruler_style->fg[0].blue = 200 * (65535/255);
-    //    ruler_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
-
-    //    ruler_style->bg[0].red = 40 * (65535/255);
-    //    ruler_style->bg[0].green = 40 *(65535/255);
-    //    ruler_style->bg[0].blue = 40 * (65535/255);
-    //    ruler_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
-
-    //    ruler_style->mid[0].red = 250 * (65535/255);
-    //    ruler_style->mid[0].green = 0 *(65535/255);
-    //    ruler_style->mid[0].blue = 250 * (65535/255);
-    //    ruler_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
-
-    //    ruler_style->base[0].red = 250 * (65535/255);
-    //    ruler_style->base[0].green = 250 *(65535/255);
-    //    ruler_style->base[0].blue = 250 * (65535/255);
-    //    ruler_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
-
-
-    /* meter style */
-    meter_style = gtk_style_new();
-    meter_style->fg[0].red = 100 * (65535/255);
-    meter_style->fg[0].green = 200 *(65535/255);
-    meter_style->fg[0].blue = 255 * (65535/255);
-    meter_style->fg[0].pixel = (gulong)(100*65536 + 200*256 + 255);
-
-    meter_style->bg[0].red = 40 * (65535/255);
-    meter_style->bg[0].green = 40 *(65535/255);
-    meter_style->bg[0].blue = 40 * (65535/255);
-    meter_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
-
-    meter_style->mid[0].red = 10 * (65535/255);
-    meter_style->mid[0].green = 20 *(65535/255);
-    meter_style->mid[0].blue = 230 * (65535/255);
-    meter_style->mid[0].pixel = (gulong)(10*65536 + 20*256 + 230);
-
-    meter_style->light[0].red = 0 * (65535/255);
-    meter_style->light[0].green = 150 *(65535/255);
-    meter_style->light[0].blue = 255 * (65535/255);
-    meter_style->light[0].pixel = (gulong)(150*65536 + 150*256 + 250);
-
-    meter_style->base[0].red = 0 * (65535/255);
-    meter_style->base[0].green = 0 *(65535/255);
-    meter_style->base[0].blue = 0 * (65535/255);
-    meter_style->base[0].pixel = (gulong)(0*65536 + 0*256 + 0);
-
-
-    /* note_edit style */
-    note_edit_style = gtk_style_new();
-    note_edit_style->fg[0].red = 255 * (65535/255);
-    note_edit_style->fg[0].green = 240 *(65535/255);
-    note_edit_style->fg[0].blue = 200 * (65535/255);
-    note_edit_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
-
-    note_edit_style->bg[0].red = 255 * (65535/255);
-    note_edit_style->bg[0].green = 255 *(65535/255);
-    note_edit_style->bg[0].blue = 100 * (65535/255);
-    note_edit_style->bg[0].pixel = (gulong)(255*65536 + 255*256 + 255);
-
-    note_edit_style->mid[0].red = 250 * (65535/255);
-    note_edit_style->mid[0].green = 0 *(65535/255);
-    note_edit_style->mid[0].blue = 250 * (65535/255);
-    note_edit_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
-
-
-    note_edit_style->base[0].red = 250 * (65535/255);
-    note_edit_style->base[0].green = 250 *(65535/255);
-    note_edit_style->base[0].blue = 250 * (65535/255);
-    note_edit_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
-  }
-}
-
-void
-ags_xorg_init_context(AgsApplicationContext *application_context)
-{
-  /* complete thread pool */
-
-  /* map x11 collors */
-  ags_xorg_colors_alloc();
-}
-
diff --git a/src/ags/X/ags_xorg_init.c~ b/src/ags/X/ags_xorg_init.c~
deleted file mode 100644
index 35d6401..0000000
--- a/src/ags/X/ags_xorg_init.c~
+++ /dev/null
@@ -1,23 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-void
-ags_xorg_init(int *argc, gchar ***argv)
-{
-}
-
diff --git a/src/ags/X/ags_xorg_init.h b/src/ags/X/ags_xorg_init.h
deleted file mode 100644
index 584eba0..0000000
--- a/src/ags/X/ags_xorg_init.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_XORG_INIT_H__
-#define __AGS_XORG_INIT_H__
-
-#include <glib-object.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/object/ags_application_context.h>
-
-void ags_xorg_init_context(AgsApplicationContext *application_context);
-
-#endif /*__AGS_XORG_INIT_H__*/
diff --git a/src/ags/X/ags_xorg_init.h~ b/src/ags/X/ags_xorg_init.h~
deleted file mode 100644
index cbe87ab..0000000
--- a/src/ags/X/ags_xorg_init.h~
+++ /dev/null
@@ -1,24 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_XORG_INIT_H__
-#define __AGS_XORG_INIT_H__
-
-#include <glib-object.h>
-
-#endif /*__AGS_XORG_INIT_H__*/
diff --git a/src/ags/X/editor/Makefile b/src/ags/X/editor/Makefile
deleted file mode 100644
index fcf64b7..0000000
--- a/src/ags/X/editor/Makefile
+++ /dev/null
@@ -1,522 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/X/editor/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/X/editor
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/X/editor
-abs_srcdir = /usr/src/ags-devel/src/ags/X/editor
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../
-top_builddir = ../../../..
-top_srcdir = ../../../..
-deprecated_ags_editor_h_sources = 
-ags_editor_h_sources = \
-	$(deprecated_ags_editor_h_sources) \
-	ags_automation_area_callbacks.h		\
-	ags_automation_area.h			\
-	ags_automation_edit_callbacks.h		\
-	ags_automation_edit.h			\
-	ags_automation_toolbar_callbacks.h	\
-	ags_automation_toolbar.h		\
-	ags_file_selection_callbacks.h		\
-	ags_file_selection.h			\
-	ags_inline_player_callbacks.h		\
-	ags_inline_player.h			\
-	ags_machine_radio_button.h		\
-	ags_machine_selection.h			\
-	ags_machine_selector_callbacks.h	\
-	ags_machine_selector.h			\
-	ags_meter_callbacks.h			\
-	ags_meter.h				\
-	ags_notebook_callbacks.h		\
-	ags_notebook.h				\
-	ags_note_edit_callbacks.h		\
-	ags_note_edit.h				\
-	ags_pattern_edit_callbacks.h		\
-	ags_pattern_edit.h			\
-	ags_port_selection_callbacks.h		\
-	ags_port_selection.h			\
-	ags_sf2_chooser_callbacks.h		\
-	ags_sf2_chooser.h			\
-	ags_soundset_callbacks.h		\
-	ags_soundset.h				\
-	ags_toolbar_callbacks.h			\
-	ags_toolbar.h				\
-	ags_toolbar_mode_stock.h
-
-deprecated_ags_editor_c_sources = 
-ags_editor_c_sources = \
-	$(deprecated_ags_editor_c_sources) \
-	ags_automation_area_callbacks.c		\
-	ags_automation_area.c			\
-	ags_automation_edit_callbacks.c		\
-	ags_automation_edit.c			\
-	ags_automation_toolbar_callbacks.c	\
-	ags_automation_toolbar.c		\
-	ags_file_selection_callbacks.c		\
-	ags_file_selection.c			\
-	ags_inline_player_callbacks.c		\
-	ags_inline_player.c			\
-	ags_machine_radio_button.c		\
-	ags_machine_selection.c			\
-	ags_machine_selector_callbacks.c	\
-	ags_machine_selector.c			\
-	ags_meter_callbacks.c			\
-	ags_meter.c				\
-	ags_notebook_callbacks.c		\
-	ags_notebook.c				\
-	ags_note_edit_callbacks.c		\
-	ags_note_edit.c				\
-	ags_pattern_edit_callbacks.c		\
-	ags_pattern_edit.c			\
-	ags_port_selection_callbacks.c		\
-	ags_port_selection.c			\
-	ags_sf2_chooser_callbacks.c		\
-	ags_sf2_chooser.c			\
-	ags_soundset_callbacks.c		\
-	ags_soundset.c				\
-	ags_toolbar_callbacks.c			\
-	ags_toolbar.c				\
-	ags_toolbar_mode_stock.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/editor/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/editor/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/editor/Makefile.am b/src/ags/X/editor/Makefile.am
deleted file mode 100644
index 0e56b42..0000000
--- a/src/ags/X/editor/Makefile.am
+++ /dev/null
@@ -1,71 +0,0 @@
-deprecated_ags_editor_h_sources = 
-
-ags_editor_h_sources = \
-	$(deprecated_ags_editor_h_sources) \
-	ags_automation_area_callbacks.h		\
-	ags_automation_area.h			\
-	ags_automation_edit_callbacks.h		\
-	ags_automation_edit.h			\
-	ags_automation_toolbar_callbacks.h	\
-	ags_automation_toolbar.h		\
-	ags_file_selection_callbacks.h		\
-	ags_file_selection.h			\
-	ags_inline_player_callbacks.h		\
-	ags_inline_player.h			\
-	ags_machine_radio_button.h		\
-	ags_machine_selection.h			\
-	ags_machine_selector_callbacks.h	\
-	ags_machine_selector.h			\
-	ags_meter_callbacks.h			\
-	ags_meter.h				\
-	ags_notebook_callbacks.h		\
-	ags_notebook.h				\
-	ags_note_edit_callbacks.h		\
-	ags_note_edit.h				\
-	ags_pattern_edit_callbacks.h		\
-	ags_pattern_edit.h			\
-	ags_port_selection_callbacks.h		\
-	ags_port_selection.h			\
-	ags_sf2_chooser_callbacks.h		\
-	ags_sf2_chooser.h			\
-	ags_soundset_callbacks.h		\
-	ags_soundset.h				\
-	ags_toolbar_callbacks.h			\
-	ags_toolbar.h				\
-	ags_toolbar_mode_stock.h
-
-deprecated_ags_editor_c_sources = 
-
-ags_editor_c_sources = \
-	$(deprecated_ags_editor_c_sources) \
-	ags_automation_area_callbacks.c		\
-	ags_automation_area.c			\
-	ags_automation_edit_callbacks.c		\
-	ags_automation_edit.c			\
-	ags_automation_toolbar_callbacks.c	\
-	ags_automation_toolbar.c		\
-	ags_file_selection_callbacks.c		\
-	ags_file_selection.c			\
-	ags_inline_player_callbacks.c		\
-	ags_inline_player.c			\
-	ags_machine_radio_button.c		\
-	ags_machine_selection.c			\
-	ags_machine_selector_callbacks.c	\
-	ags_machine_selector.c			\
-	ags_meter_callbacks.c			\
-	ags_meter.c				\
-	ags_notebook_callbacks.c		\
-	ags_notebook.c				\
-	ags_note_edit_callbacks.c		\
-	ags_note_edit.c				\
-	ags_pattern_edit_callbacks.c		\
-	ags_pattern_edit.c			\
-	ags_port_selection_callbacks.c		\
-	ags_port_selection.c			\
-	ags_sf2_chooser_callbacks.c		\
-	ags_sf2_chooser.c			\
-	ags_soundset_callbacks.c		\
-	ags_soundset.c				\
-	ags_toolbar_callbacks.c			\
-	ags_toolbar.c				\
-	ags_toolbar_mode_stock.c
diff --git a/src/ags/X/editor/Makefile.in b/src/ags/X/editor/Makefile.in
deleted file mode 100644
index 84839d5..0000000
--- a/src/ags/X/editor/Makefile.in
+++ /dev/null
@@ -1,522 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/X/editor
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_editor_h_sources = 
-ags_editor_h_sources = \
-	$(deprecated_ags_editor_h_sources) \
-	ags_automation_area_callbacks.h		\
-	ags_automation_area.h			\
-	ags_automation_edit_callbacks.h		\
-	ags_automation_edit.h			\
-	ags_automation_toolbar_callbacks.h	\
-	ags_automation_toolbar.h		\
-	ags_file_selection_callbacks.h		\
-	ags_file_selection.h			\
-	ags_inline_player_callbacks.h		\
-	ags_inline_player.h			\
-	ags_machine_radio_button.h		\
-	ags_machine_selection.h			\
-	ags_machine_selector_callbacks.h	\
-	ags_machine_selector.h			\
-	ags_meter_callbacks.h			\
-	ags_meter.h				\
-	ags_notebook_callbacks.h		\
-	ags_notebook.h				\
-	ags_note_edit_callbacks.h		\
-	ags_note_edit.h				\
-	ags_pattern_edit_callbacks.h		\
-	ags_pattern_edit.h			\
-	ags_port_selection_callbacks.h		\
-	ags_port_selection.h			\
-	ags_sf2_chooser_callbacks.h		\
-	ags_sf2_chooser.h			\
-	ags_soundset_callbacks.h		\
-	ags_soundset.h				\
-	ags_toolbar_callbacks.h			\
-	ags_toolbar.h				\
-	ags_toolbar_mode_stock.h
-
-deprecated_ags_editor_c_sources = 
-ags_editor_c_sources = \
-	$(deprecated_ags_editor_c_sources) \
-	ags_automation_area_callbacks.c		\
-	ags_automation_area.c			\
-	ags_automation_edit_callbacks.c		\
-	ags_automation_edit.c			\
-	ags_automation_toolbar_callbacks.c	\
-	ags_automation_toolbar.c		\
-	ags_file_selection_callbacks.c		\
-	ags_file_selection.c			\
-	ags_inline_player_callbacks.c		\
-	ags_inline_player.c			\
-	ags_machine_radio_button.c		\
-	ags_machine_selection.c			\
-	ags_machine_selector_callbacks.c	\
-	ags_machine_selector.c			\
-	ags_meter_callbacks.c			\
-	ags_meter.c				\
-	ags_notebook_callbacks.c		\
-	ags_notebook.c				\
-	ags_note_edit_callbacks.c		\
-	ags_note_edit.c				\
-	ags_pattern_edit_callbacks.c		\
-	ags_pattern_edit.c			\
-	ags_port_selection_callbacks.c		\
-	ags_port_selection.c			\
-	ags_sf2_chooser_callbacks.c		\
-	ags_sf2_chooser.c			\
-	ags_soundset_callbacks.c		\
-	ags_soundset.c				\
-	ags_toolbar_callbacks.c			\
-	ags_toolbar.c				\
-	ags_toolbar_mode_stock.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/editor/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/editor/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/editor/ags_automation_area.c b/src/ags/X/editor/ags_automation_area.c
deleted file mode 100644
index 8ab8267..0000000
--- a/src/ags/X/editor/ags_automation_area.c
+++ /dev/null
@@ -1,463 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_area.h>
-#include <ags/X/editor/ags_automation_area_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/X/editor/ags_automation_edit.h>
-
-void ags_automation_area_class_init(AgsAutomationAreaClass *automation_area);
-void ags_automation_area_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_automation_area_init(AgsAutomationArea *automation_area);
-void ags_automation_area_set_property(GObject *gobject,
-				      guint prop_id,
-				      const GValue *value,
-				      GParamSpec *param_spec);
-void ags_automation_area_get_property(GObject *gobject,
-				      guint prop_id,
-				      GValue *value,
-				      GParamSpec *param_spec);
-void ags_automation_area_connect(AgsConnectable *connectable);
-void ags_automation_area_disconnect(AgsConnectable *connectable);
-
-void ags_automation_area_paint(AgsAutomationArea *automation_area);
-
-/**
- * SECTION:ags_automation_area
- * @short_description: area automations
- * @title: AgsAutomationArea
- * @section_id:
- * @include: ags/X/areaor/ags_automation_area.h
- *
- * The #AgsAutomationArea lets you area automations.
- */
-
-enum{
-  PROP_0,
-  PROP_AUTOMATION,
-};
-
-static gpointer ags_automation_area_parent_class = NULL;
-GtkStyle *automation_area_style;
-
-GType
-ags_automation_area_get_type(void)
-{
-  static GType ags_type_automation_area = 0;
-
-  if(!ags_type_automation_area){
-    static const GTypeInfo ags_automation_area_info = {
-      sizeof (AgsAutomationAreaClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_automation_area_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAutomationArea),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_automation_area_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_automation_area_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_automation_area = g_type_register_static(GTK_TYPE_DRAWING_AREA,
-						      "AgsAutomationArea\0", &ags_automation_area_info,
-						      0);
-    
-    g_type_add_interface_static(ags_type_automation_area,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_automation_area);
-}
-
-void
-ags_automation_area_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_automation_area_connect;
-  connectable->disconnect = ags_automation_area_disconnect;
-}
-
-void
-ags_automation_area_class_init(AgsAutomationAreaClass *automation_area)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_automation_area_parent_class = g_type_class_peek_parent(automation_area);
-
-  gobject = (GObjectClass *) automation_area;
-
-  gobject->set_property = ags_automation_area_set_property;
-  gobject->get_property = ags_automation_area_get_property;
-
-  /* properties */
-  /**
-   * AgsAutomationArea:automation:
-   *
-   * The assigned #AgsAutomation
-   * 
-   * Since: 0.4.0
-   */
-  param_spec = g_param_spec_object("automation\0",
-				   "automation of automation area\0",
-				   "The automation of automation area\0",
-				   AGS_TYPE_AUTOMATION,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_AUTOMATION,
-				  param_spec);
-}
-
-void
-ags_automation_area_init(AgsAutomationArea *automation_area)
-{
-  automation_area->automation = NULL;
-
-  gtk_widget_set_style((GtkWidget *) automation_area, automation_area_style);
-  gtk_widget_set_events(GTK_WIDGET (automation_area), GDK_EXPOSURE_MASK
-			| GDK_LEAVE_NOTIFY_MASK
-			| GDK_BUTTON_PRESS_MASK
-			| GDK_BUTTON_RELEASE_MASK
-			| GDK_POINTER_MOTION_MASK
-			| GDK_POINTER_MOTION_HINT_MASK
-			);
-}
-
-void
-ags_automation_area_set_property(GObject *gobject,
-				 guint prop_id,
-				 const GValue *value,
-				 GParamSpec *param_spec)
-{
-  AgsAutomationArea *automation_area;
-
-  automation_area = AGS_AUTOMATION_AREA(gobject);
-
-  switch(prop_id){
-  case PROP_AUTOMATION:
-    {
-      AgsAutomation *automation;
-
-      automation = g_value_get_object(value);
-
-      if(automation == automation_area->automation){
-	return;
-      }
-
-      if(automation_area->automation != NULL){
-	g_object_unref(automation_area->automation);
-      }
-
-      if(automation != NULL){
-	g_object_ref(automation);
-      }
-
-      automation_area->automation = automation;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_automation_area_get_property(GObject *gobject,
-				 guint prop_id,
-				 GValue *value,
-				 GParamSpec *param_spec)
-{
-  AgsAutomationArea *automation_area;
-
-  automation_area = AGS_AUTOMATION_AREA(gobject);
-
-  switch(prop_id){
-  case PROP_AUTOMATION:
-    {
-      g_value_set_object(value, automation_area->automation);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_automation_area_connect(AgsConnectable *connectable)
-{
-  AgsAutomationArea *automation_area;
-
-  automation_area = AGS_AUTOMATION_AREA(connectable);
-
-  g_signal_connect_after((GObject *) automation_area, "expose_event\0",
-			 G_CALLBACK (ags_automation_area_expose_event), (gpointer) automation_area);
-
-  g_signal_connect_after((GObject *) automation_area, "configure_event\0",
-			 G_CALLBACK (ags_automation_area_configure_event), (gpointer) automation_area);
-}
-
-void
-ags_automation_area_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_area_draw_strip:
- * @automation_area: the #AgsAutomationArea
- * @cr: the #cairo_t surface
- * @channel: the #AgsChannel
- *
- * Plot data.
- *
- * Since: 0.4
- */
-void
-ags_automation_area_draw_strip(AgsAutomationArea *automation_area, cairo_t *cr)
-{
-  AgsAutomationEdit *automation_edit;
-  gchar *control_name;
-  gdouble width, height;
-
-  automation_edit = gtk_widget_get_ancestor(automation_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-  control_name = automation_area->automation->control_name;
-
-  width = (gdouble) GTK_WIDGET(automation_area)->allocation.width;
-  height = (gdouble) GTK_WIDGET(automation_area)->allocation.height;
-
-  /* background */
-  cairo_set_source_rgb(cr, 0.5, 0.4, 0.0);
-  cairo_rectangle(cr, 0.0, 0.0, width, height);
-  cairo_fill(cr);
-
-  cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-  cairo_set_line_width(cr, 1.0);
-  cairo_rectangle(cr, 0.0, 0.0, width, height);
-  cairo_stroke(cr);
-
-  /*  */
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_area_draw_scale:
- * @automation_area: the #AgsAutomationArea
- * @cr: the #cairo_t surface
- *
- * Draw a scale and its boundaries.
- *
- * Since: 0.4
- */
-void
-ags_automation_area_draw_scale(AgsAutomationArea *automation_area, cairo_t *cr)
-{
-  AgsAutomationEdit *automation_edit;
-  gdouble lower, upper;
-  gdouble width, height;
-  gdouble translated_ground;
-  
-  const static double dashes = {
-    0.25,
-  };
-
-  automation_edit = gtk_widget_get_ancestor(automation_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-  lower = automation_area->automation->lower;
-  upper = automation_area->automation->upper;
-
-  width = (gdouble) GTK_WIDGET(automation_area)->allocation.width;
-  height = (gdouble) GTK_WIDGET(automation_area)->allocation.height;
-
-  if(lower < 0.0){
-    if(upper < 0.0){
-      translated_ground = (-1.0 * (lower - upper)) / 2.0;
-    }else{
-      translated_ground = (upper - lower) / 2.0;
-    }
-  }else{
-    if(upper > 0.0){
-      translated_ground = (upper - lower) / 2.0;
-    }else{
-      g_warning("invalid boundaries for scale\0");
-    }
-  }
-
-  cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-
-  cairo_move_to(cr,
-		0.0, translated_ground);
-  cairo_line_to(cr,
-		width, translated_ground);
-
-  cairo_set_dash(cr,
-		 &dashes,
-		 1,
-		 0.0);
-  cairo_stroke(cr);
-}
-
-/**
- * ags_automation_area_draw_automation:
- * @automation_area: a #AgsAutomationArea
- * @cr: the #cairo_t surface
- *
- * Draw the #AgsAutomation of selected #AgsMachine on @automation_edit.
- *
- * Since: 0.4
- */
-void
-ags_automation_area_draw_automation(AgsAutomationArea *automation_area, cairo_t *cr)
-{
-  AgsAutomationEdit *automation_edit;
-  AgsAcceleration *current, *prev;
-  guint width, height;
-  gdouble x0, x1;
-  GList *list;
-
-  automation_edit = gtk_widget_get_ancestor(automation_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-
-  width = GTK_WIDGET(automation_area)->allocation.width;
-  height = GTK_WIDGET(automation_area)->allocation.height;
-
-  x0 = gtk_scrolled_window_get_hadjustment(automation_edit->scrolled_window)->value;
-  x1 = x0 + width;
-
-  /*  */	
-  list = AGS_ACCELERATION(automation_area->automation->acceleration);
-  prev = NULL;
-
-  while(list != NULL){
-    current = AGS_ACCELERATION(list->data);
-
-    if(prev != NULL){
-      ags_automation_area_draw_surface(automation_area, cr,
-				       prev->x, prev->y,
-				       current->x, current->y);
-    }
-
-    prev = current;
-
-    list = list->next;
-  }
-}
-
-/**
- * ags_automation_area_draw_surface:
- * @automation_area: the #AgsAutomationArea
- * @cr: the #cairo_t surface
- * @x0: x offset
- * @y0: y offset
- * @x1: x offset
- * @y1: y offset
- *
- * Draw a portion of data.
- *
- * Since: 0.4
- */
-void
-ags_automation_area_draw_surface(AgsAutomationArea *automation_area, cairo_t *cr,
-				 gdouble x0, gdouble y0,
-				 gdouble x1, gdouble y1)
-{
-  AgsAutomationEdit *automation_edit;
-  gdouble width, height;
-
-  automation_edit = gtk_widget_get_ancestor(automation_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-  width = (gdouble) GTK_WIDGET(automation_area)->allocation.width;
-  height = (gdouble) GTK_WIDGET(automation_area)->allocation.height;
-
-  cairo_set_source_rgb(cr, 1.0, 1.0, 0.0);
-
-  /* area */
-  cairo_rectangle(cr, x0, 0.0, x1 - x0, ((y0 < y1) ? y0: y1));
-  cairo_fill(cr);
-
-  /* acceleration */
-  cairo_move_to(cr,
-		x0, y0);
-  cairo_line_to(cr,
-		x1, y1);
-
-  if(y0 > y1){
-    cairo_line_to(cr,
-		  x0, y0);
-  }else{
-    cairo_line_to(cr,
-		  x1, y1);
-  }
-
-  cairo_close_path(cr);
-  cairo_fill(cr);
-}
-
-void
-ags_automation_area_paint(AgsAutomationArea *automation_area)
-{
-  if(GTK_WIDGET_VISIBLE(automation_area)){
-   cairo_t *cr;
-
-   cr = gdk_cairo_create(GTK_WIDGET(automation_area)->window);
-
-   cairo_push_group(cr);
-    
-    ags_automation_area_draw_strip(automation_area,
-				   cr);
-    ags_automation_area_draw_scale(automation_area,
-				   cr);
-    ags_automation_area_draw_automation(automation_area,
-					cr);
-
-    cairo_pop_group_to_source(cr);
-    cairo_paint(cr);
-  }
-}
-
-/**
- * ags_automation_area_new:
- *
- * Create a new #AgsAutomationArea.
- *
- * Since: 0.4
- */
-AgsAutomationArea*
-ags_automation_area_new()
-{
-  AgsAutomationArea *automation_area;
-
-  automation_area = (AgsAutomationArea *) g_object_new(AGS_TYPE_AUTOMATION_AREA, NULL);
-
-  return(automation_area);
-}
diff --git a/src/ags/X/editor/ags_automation_area.h b/src/ags/X/editor/ags_automation_area.h
deleted file mode 100644
index b7242ec..0000000
--- a/src/ags/X/editor/ags_automation_area.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_AREA_H__
-#define __AGS_AUTOMATION_AREA_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_automation.h>
-
-#define AGS_TYPE_AUTOMATION_AREA                (ags_automation_area_get_type())
-#define AGS_AUTOMATION_AREA(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_AREA, AgsAutomationArea))
-#define AGS_AUTOMATION_AREA_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_AREA, AgsAutomationAreaClass))
-#define AGS_IS_AUTOMATION_AREA(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_AREA))
-#define AGS_IS_AUTOMATION_AREA_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_AREA))
-#define AGS_AUTOMATION_AREA_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_AREA, AgsAutomationAreaClass))
-
-#define AGS_AUTOMATION_AREA_DEFAULT_HEIGHT (128)
-
-typedef struct _AgsAutomationArea AgsAutomationArea;
-typedef struct _AgsAutomationAreaClass AgsAutomationAreaClass;
-
-struct _AgsAutomationArea
-{
-  GtkDrawingArea drawing_area;
-
-  AgsAutomation *automation;
-};
-
-struct _AgsAutomationAreaClass
-{
-  GtkDrawingAreaClass drawing_area;
-};
-
-GType ags_automation_area_get_type(void);
-
-void ags_automation_area_draw_strip(AgsAutomationArea *automation_area, cairo_t *cr);
-void ags_automation_area_draw_scale(AgsAutomationArea *automation_area, cairo_t *cr);
-void ags_automation_area_draw_automation(AgsAutomationArea *automation_area, cairo_t *cr);
-void ags_automation_area_draw_surface(AgsAutomationArea *automation_area, cairo_t *cr,
-				      gdouble x0, gdouble y0,
-				      gdouble x1, gdouble y1);
-
-AgsAutomationArea* ags_automation_area_new();
-
-#endif /*__AGS_AUTOMATION_AREA_H__*/
diff --git a/src/ags/X/editor/ags_automation_area_callbacks.c b/src/ags/X/editor/ags_automation_area_callbacks.c
deleted file mode 100644
index 07619f9..0000000
--- a/src/ags/X/editor/ags_automation_area_callbacks.c
+++ /dev/null
@@ -1,86 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_area_callbacks.h>
-
-#include <ags/X/ags_automation_editor_callbacks.h>
-
-gboolean
-ags_automation_area_expose_event(GtkWidget *widget, GdkEventExpose *event,
-				 AgsAutomationArea *automation_area)
-{
-  AgsAutomationEditor *automation_editor;
-  cairo_t *cr;
-
-  g_message("debug: c");
-  
-  automation_editor = gtk_widget_get_ancestor(automation_area,
-					      AGS_TYPE_AUTOMATION_EDITOR);
-
-  cr = gdk_cairo_create(widget->window);
-  cairo_push_group(cr);
-
-  ags_automation_area_draw_strip(automation_area,
-				 cr);
-  ags_automation_area_draw_scale(automation_area,
-				 cr);
-  ags_automation_area_draw_automation(automation_area,
-				      cr);
-
-  cairo_pop_group_to_source(cr);
-  cairo_paint(cr);
-
-  return(TRUE);
-}
-
-gboolean
-ags_automation_area_configure_event(GtkWidget *widget, GdkEventConfigure *event,
-				    AgsAutomationArea *automation_area)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
-gboolean
-ags_automation_area_button_press_event(GtkWidget *widget, GdkEventButton *event,
-				       AgsAutomationArea *automation_area)
-{
-  //TODO:JK: implement me
-
-  return(TRUE);
-}
-
-gboolean
-ags_automation_area_button_release_event(GtkWidget *widget, GdkEventButton *event,
-					 AgsAutomationArea *automation_area)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
-gboolean
-ags_automation_area_motion_notify_event(GtkWidget *widget, GdkEventMotion *event,
-					AgsAutomationArea *automation_area)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
diff --git a/src/ags/X/editor/ags_automation_area_callbacks.h b/src/ags/X/editor/ags_automation_area_callbacks.h
deleted file mode 100644
index 8f9be2d..0000000
--- a/src/ags/X/editor/ags_automation_area_callbacks.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_AREA_CALLBACKS_H__
-#define __AGS_AUTOMATION_AREA_CALLBACKS_H__
-
-#include <ags/X/editor/ags_automation_area.h>
-
-gboolean ags_automation_area_expose_event(GtkWidget *widget, GdkEventExpose *event,
-					  AgsAutomationArea *automation_area);
-gboolean ags_automation_area_configure_event(GtkWidget *widget, GdkEventConfigure *event,
-					     AgsAutomationArea *automation_area);
-gboolean ags_automation_area_button_press_event(GtkWidget *widget, GdkEventButton *event,
-						AgsAutomationArea *automation_area);
-gboolean ags_automation_area_button_release_event(GtkWidget *widget, GdkEventButton *event,
-						  AgsAutomationArea *automation_area);
-gboolean ags_automation_area_motion_notify_event(GtkWidget *widget, GdkEventMotion *event,
-						 AgsAutomationArea *automation_area);
-
-#endif /*__AGS_AUTOMATION_AREA_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_automation_edit.c b/src/ags/X/editor/ags_automation_edit.c
deleted file mode 100644
index dfd2a52..0000000
--- a/src/ags/X/editor/ags_automation_edit.c
+++ /dev/null
@@ -1,320 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_edit.h>
-#include <ags/X/editor/ags_automation_edit_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/X/ags_automation_editor.h>
-
-#include <ags/X/editor/ags_automation_edit.h>
-#include <ags/X/editor/ags_automation_area.h>
-
-void ags_automation_edit_class_init(AgsAutomationEditClass *automation_edit);
-void ags_automation_edit_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_automation_edit_init(AgsAutomationEdit *automation_edit);
-void ags_automation_edit_connect(AgsConnectable *connectable);
-void ags_automation_edit_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_automation_edit
- * @short_description: edit automations
- * @title: AgsAutomationEdit
- * @section_id:
- * @include: ags/X/editor/ags_automation_edit.h
- *
- * The #AgsAutomationEdit lets you edit automations.
- */
-
-static gpointer ags_automation_edit_parent_class = NULL;
-
-GType
-ags_automation_edit_get_type(void)
-{
-  static GType ags_type_automation_edit = 0;
-
-  if(!ags_type_automation_edit){
-    static const GTypeInfo ags_automation_edit_info = {
-      sizeof (AgsAutomationEditClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_automation_edit_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAutomationEdit),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_automation_edit_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_automation_edit_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_automation_edit = g_type_register_static(GTK_TYPE_TABLE,
-						      "AgsAutomationEdit\0", &ags_automation_edit_info,
-						      0);
-    
-    g_type_add_interface_static(ags_type_automation_edit,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_automation_edit);
-}
-
-void
-ags_automation_edit_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_automation_edit_connect;
-  connectable->disconnect = ags_automation_edit_disconnect;
-}
-
-void
-ags_automation_edit_class_init(AgsAutomationEditClass *automation_edit)
-{
-  ags_automation_edit_parent_class = g_type_class_peek_parent(automation_edit);
-}
-
-void
-ags_automation_edit_init(AgsAutomationEdit *automation_edit)
-{
-  GtkAdjustment *adjustment;
-
-  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 1.0, 1.0, 1.0);
-
-  automation_edit->ruler = ags_ruler_new();
-  gtk_table_attach(GTK_TABLE(automation_edit), (GtkWidget *) automation_edit->ruler,
-		   0, 1, 0, 1,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL,
-		   0, 0);
-
-  automation_edit->map_width = AGS_AUTOMATION_EDIT_MAX_CONTROLS * 64;
-  automation_edit->map_height = 0;
-
-  /* drawing area box and its viewport */
-  automation_edit->scrolled_window = gtk_scrolled_window_new(NULL,
-							     NULL);
-  gtk_widget_set_events(GTK_WIDGET(automation_edit->scrolled_window), GDK_EXPOSURE_MASK
-			| GDK_LEAVE_NOTIFY_MASK
-			| GDK_BUTTON_PRESS_MASK
-			| GDK_BUTTON_RELEASE_MASK
-			| GDK_POINTER_MOTION_MASK
-			| GDK_POINTER_MOTION_HINT_MASK
-			);
-  gtk_table_attach(GTK_TABLE(automation_edit), (GtkWidget *) automation_edit->scrolled_window,
-		   0, 1, 1, 2,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		   0, 0);
-
-  automation_edit->drawing_area = gtk_vbox_new(FALSE, 0);
-  gtk_scrolled_window_add_with_viewport(automation_edit->scrolled_window,
-					automation_edit->drawing_area);
-}
-
-void
-ags_automation_edit_connect(AgsConnectable *connectable)
-{
-  AgsAutomationEdit *automation_edit;
-
-  automation_edit = AGS_AUTOMATION_EDIT(connectable);
-
-  /*  */
-  g_signal_connect_after((GObject *) automation_edit->scrolled_window, "expose_event\0",
-			 G_CALLBACK (ags_automation_edit_scrolled_window_expose_event), (gpointer) automation_edit);
-
-  g_signal_connect_after((GObject *) automation_edit->scrolled_window, "configure_event\0",
-			 G_CALLBACK (ags_automation_edit_scrolled_window_configure_event), (gpointer) automation_edit);
-
-  /*  */
-
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_edit_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_edit_reset_vertically:
- * @automation_edit: the #AgsAutomationEdit
- * @flags: the #AgsAutomationEditResetFlags
- *
- * Reset @automation_edit as configured vertically.
- *
- * Since: 0.4
- */
-void
-ags_automation_edit_reset_vertically(AgsAutomationEdit *automation_edit, guint flags)
-{
-  if((AGS_AUTOMATION_EDIT_RESET_VSCROLLBAR & flags) != 0){
-    GtkAdjustment *vadjustment;
-    guint height;
-
-    height = GTK_WIDGET(automation_edit->drawing_area)->allocation.height;
-
-    vadjustment = gtk_scrolled_window_get_vadjustment(automation_edit->scrolled_window);
-
-    gtk_adjustment_set_upper(vadjustment,
-			     (gdouble) (automation_edit->map_height - height));
-
-    if(vadjustment->value > vadjustment->upper){
-      gtk_adjustment_set_value(vadjustment, vadjustment->upper);
-    }
-  }
-}
-
-/**
- * ags_automation_edit_reset_horizontally:
- * @automation_edit: the #AgsAutomationEdit
- * @flags: the #AgsAutomationEditResetFlags
- *
- * Reset @automation_edit as configured horizontally.
- *
- * Since: 0.4
- */
-void
-ags_automation_edit_reset_horizontally(AgsAutomationEdit *automation_edit, guint flags)
-{
-  if((AGS_AUTOMATION_EDIT_RESET_HSCROLLBAR & flags) != 0){
-    GtkAdjustment *hadjustment;
-    guint width;
-
-    width = GTK_WIDGET(automation_edit->drawing_area)->allocation.width;
-
-    hadjustment = gtk_scrolled_window_get_hadjustment(automation_edit->scrolled_window);
-
-    gtk_adjustment_set_upper(hadjustment,
-			     (gdouble) (automation_edit->map_width - width));
-
-    if(hadjustment->value > hadjustment->upper){
-      gtk_adjustment_set_value(hadjustment, hadjustment->upper);
-    }
-  }
-}
-
-/**
- * ags_automation_edit_draw_position:
- * @drawing_area: the #GtkVBox containing drawing area
- *
- * Draws the cursor.
- *
- * Since: 0.4
- */
-void
-ags_automation_edit_draw_position(GtkVBox *drawing_area)
-{
-  AgsAutomationEdit *automation_edit;
-  gdouble width, height;
-
-  automation_edit = gtk_widget_get_ancestor(drawing_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-  width = (gdouble) GTK_WIDGET(drawing_area)->allocation.width;
-  height = (gdouble) GTK_WIDGET(drawing_area)->allocation.height;
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_edit_draw_scroll:
- * @automation_edit: the #AgsAutomationEdit
- * @cr: the #cairo_t surface
- * @position: the new position
- *
- * Change visible x-position of @automation_edit.
- *
- * Since: 0.4
- */
-void
-ags_automation_edit_draw_scroll(GtkVBox *drawing_area,
-				gdouble position)
-{
-  AgsAutomationEdit *automation_edit;
-  gdouble width, height;
-
-  automation_edit = gtk_widget_get_ancestor(drawing_area,
-					    AGS_TYPE_AUTOMATION_EDIT);
-
-  width = (gdouble) GTK_WIDGET(drawing_area)->allocation.width;
-  height = (gdouble) GTK_WIDGET(drawing_area)->allocation.height;
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_edit_add_drawing_area:
- * @automation_edit:
- * @automation:
- * 
- * 
- */
-GtkDrawingArea*
-ags_automation_edit_add_drawing_area(AgsAutomationEdit *automation_edit,
-				     AgsAutomation *automation)
-{
-  GtkDrawingArea *drawing_area;
-  guint width;
-  
-  width = GTK_WIDGET(automation_edit->drawing_area)->allocation.width;
-
-  /* resize */
-  automation_edit->map_height += AGS_AUTOMATION_AREA_DEFAULT_HEIGHT;
-
-  automation_edit->flags |= AGS_AUTOMATION_EDIT_RESETING_VERTICALLY;
-  ags_automation_edit_reset_vertically(automation_edit, AGS_AUTOMATION_EDIT_RESET_VSCROLLBAR);
-  automation_edit->flags &= (~AGS_AUTOMATION_EDIT_RESETING_VERTICALLY);
-
-  /* add */
-  drawing_area = (GtkDrawingArea *) g_object_new(AGS_TYPE_AUTOMATION_AREA,
-						 "automation\0", automation,
-						 NULL);
-  gtk_widget_set_size_request(drawing_area,
-			      width, AGS_AUTOMATION_AREA_DEFAULT_HEIGHT);
-  gtk_box_pack_start(automation_edit->drawing_area,
-		     drawing_area,
-		     FALSE, FALSE,
-		     0);
-  ags_connectable_connect(AGS_CONNECTABLE(drawing_area));
-  gtk_widget_show(drawing_area);
-
-  return(drawing_area);
-}
-
-/**
- * ags_automation_edit_new:
- *
- * Create a new #AgsAutomationEdit.
- *
- * Since: 0.4
- */
-AgsAutomationEdit*
-ags_automation_edit_new()
-{
-  AgsAutomationEdit *automation_edit;
-
-  automation_edit = (AgsAutomationEdit *) g_object_new(AGS_TYPE_AUTOMATION_EDIT, NULL);
-
-  return(automation_edit);
-}
diff --git a/src/ags/X/editor/ags_automation_edit.h b/src/ags/X/editor/ags_automation_edit.h
deleted file mode 100644
index 35d6e5e..0000000
--- a/src/ags/X/editor/ags_automation_edit.h
+++ /dev/null
@@ -1,94 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_EDIT_H__
-#define __AGS_AUTOMATION_EDIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/widget/ags_ruler.h>
-
-#include <ags/audio/ags_audio.h>
-#include <ags/audio/ags_automation.h>
-
-#define AGS_TYPE_AUTOMATION_EDIT                (ags_automation_edit_get_type())
-#define AGS_AUTOMATION_EDIT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEdit))
-#define AGS_AUTOMATION_EDIT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
-#define AGS_IS_AUTOMATION_EDIT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_EDIT))
-#define AGS_IS_AUTOMATION_EDIT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_EDIT))
-#define AGS_AUTOMATION_EDIT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_EDIT, AgsAutomationEditClass))
-
-#define AGS_AUTOMATION_EDIT_MAX_CONTROLS 1200
-
-typedef struct _AgsAutomationEdit AgsAutomationEdit;
-typedef struct _AgsAutomationEditClass AgsAutomationEditClass;
-
-typedef enum{
-  AGS_AUTOMATION_EDIT_RESETING_VERTICALLY    = 1,
-  AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY  = 1 <<  1,
-  AGS_AUTOMATION_EDIT_POSITION_CURSOR        = 1 <<  2,
-  AGS_AUTOMATION_EDIT_ADDING_AUTOMATION         = 1 <<  3,
-  AGS_AUTOMATION_EDIT_DELETING_AUTOMATION       = 1 <<  4,
-  AGS_AUTOMATION_EDIT_SELECTING_AUTOMATIONS     = 1 <<  5,
-}AgsAutomationEditFlags;
-
-typedef enum{
-  AGS_AUTOMATION_EDIT_RESET_VSCROLLBAR   = 1,
-  AGS_AUTOMATION_EDIT_RESET_HSCROLLBAR   = 1 <<  1,
-  AGS_AUTOMATION_EDIT_RESET_WIDTH        = 1 <<  2,
-  AGS_AUTOMATION_EDIT_RESET_HEIGHT       = 1 <<  3, // reserved
-}AgsAutomationEditResetFlags;
-
-struct _AgsAutomationEdit
-{
-  GtkTable table;
-
-  guint flags;
-
-  AgsRuler *ruler;
-
-  guint map_width;
-  guint map_height;
-
-  GtkScrolledWindow *scrolled_window;
-  GtkVBox *drawing_area;
-};
-
-struct _AgsAutomationEditClass
-{
-  GtkTableClass table;
-};
-
-GType ags_automation_edit_get_type(void);
-
-void ags_automation_edit_reset_vertically(AgsAutomationEdit *automation_edit, guint flags);
-void ags_automation_edit_reset_horizontally(AgsAutomationEdit *automation_edit, guint flags);
-
-void ags_automation_edit_draw_position(GtkVBox *drawing_area);
-void ags_automation_edit_draw_scroll(GtkVBox *drawing_area,
-				     gdouble position);
-
-GtkDrawingArea* ags_automation_edit_add_area(AgsAutomationEdit *automation_edit,
-					     AgsAutomation *automation);
-
-AgsAutomationEdit* ags_automation_edit_new();
-
-#endif /*__AGS_AUTOMATION_EDIT_H__*/
diff --git a/src/ags/X/editor/ags_automation_edit_callbacks.c b/src/ags/X/editor/ags_automation_edit_callbacks.c
deleted file mode 100644
index ed53ca9..0000000
--- a/src/ags/X/editor/ags_automation_edit_callbacks.c
+++ /dev/null
@@ -1,109 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_edit_callbacks.h>
-
-#include <ags/X/ags_editor.h>
-
-#include <ags/X/machine/ags_panel.h>
-#include <ags/X/machine/ags_mixer.h>
-#include <ags/X/machine/ags_drum.h>
-#include <ags/X/machine/ags_matrix.h>
-#include <ags/X/machine/ags_synth.h>
-#include <ags/X/machine/ags_ffplayer.h>
-
-gboolean
-ags_automation_edit_scrolled_window_expose_event(GtkWidget *widget, GdkEventExpose *event,
-						 AgsAutomationEdit *automation_edit)
-{
-  //TODO:JK: implement me
-
-  return(TRUE);
-}
-
-gboolean
-ags_automation_edit_scrolled_window_configure_event(GtkWidget *widget, GdkEventConfigure *event,
-						    AgsAutomationEdit *automation_edit)
-{
-  automation_edit->flags |= AGS_AUTOMATION_EDIT_RESETING_VERTICALLY;
-  ags_automation_edit_reset_vertically(automation_edit, AGS_AUTOMATION_EDIT_RESET_VSCROLLBAR);
-  automation_edit->flags &= (~AGS_AUTOMATION_EDIT_RESETING_VERTICALLY);
-
-  automation_edit->flags |= AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY;
-  ags_automation_edit_reset_horizontally(automation_edit, AGS_AUTOMATION_EDIT_RESET_HSCROLLBAR);
-  automation_edit->flags &= (~AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY);  
-
-  return(FALSE);
-}
-
-gboolean
-ags_automation_edit_scrolled_window_button_press_event(GtkWidget *widget, GdkEventButton *event,
-						       AgsAutomationEdit *automation_edit)
-{
-  //TODO:JK: implement me
-
-  return(TRUE);
-}
-
-gboolean
-ags_automation_edit_scrolled_window_button_release_event(GtkWidget *widget, GdkEventButton *event,
-							 AgsAutomationEdit *automation_edit)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
-gboolean
-ags_automation_edit_scrolled_window_motion_notify_event(GtkWidget *widget, GdkEventMotion *event,
-							AgsAutomationEdit *automation_edit)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
-void
-ags_automation_edit_vscrollbar_value_changed(GtkRange *range, AgsAutomationEdit *automation_edit)
-{
-  if((AGS_AUTOMATION_EDIT_RESETING_VERTICALLY & automation_edit->flags) != 0){
-    return;
-  }
-
-  automation_edit->flags |= AGS_AUTOMATION_EDIT_RESETING_VERTICALLY;
-  ags_automation_edit_reset_vertically(automation_edit, 0);
-  automation_edit->flags &= (~AGS_AUTOMATION_EDIT_RESETING_VERTICALLY);
-}
-
-void
-ags_automation_edit_hscrollbar_value_changed(GtkRange *range, AgsAutomationEdit *automation_edit)
-{
-  if((AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY & automation_edit->flags) != 0){
-    return;
-  }
-
-  /* reset ruler */
-  gtk_adjustment_set_value(automation_edit->ruler->adjustment,
-			   GTK_RANGE(gtk_scrolled_window_get_hadjustment(automation_edit->scrolled_window))->adjustment->value);
-  gtk_widget_queue_draw(automation_edit->ruler);
-
-  /* update automation edit */
-  automation_edit->flags |= AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY;
-  ags_automation_edit_reset_horizontally(automation_edit, 0);
-  automation_edit->flags &= (~AGS_AUTOMATION_EDIT_RESETING_HORIZONTALLY);
-}
diff --git a/src/ags/X/editor/ags_automation_edit_callbacks.h b/src/ags/X/editor/ags_automation_edit_callbacks.h
deleted file mode 100644
index 38a4922..0000000
--- a/src/ags/X/editor/ags_automation_edit_callbacks.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_EDIT_CALLBACKS_H__
-#define __AGS_AUTOMATION_EDIT_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_automation_edit.h>
-
-gboolean ags_automation_edit_scrolled_window_expose_event(GtkWidget *widget, GdkEventExpose *event,
-							  AgsAutomationEdit *automation_edit);
-gboolean ags_automation_edit_scrolled_window_configure_event(GtkWidget *widget, GdkEventConfigure *event,
-							     AgsAutomationEdit *automation_edit);
-gboolean ags_automation_edit_scrolled_window_button_press_event(GtkWidget *widget, GdkEventButton *event,
-								AgsAutomationEdit *automation_edit);
-gboolean ags_automation_edit_scrolled_window_button_release_event(GtkWidget *widget, GdkEventButton *event,
-								  AgsAutomationEdit *automation_edit);
-gboolean ags_automation_edit_scrolled_window_motion_notify_event(GtkWidget *widget, GdkEventMotion *event,
-								 AgsAutomationEdit *automation_edit);
-
-void ags_automation_edit_vscrollbar_value_changed(GtkRange *range, AgsAutomationEdit *automation_edit);
-void ags_automation_edit_hscrollbar_value_changed(GtkRange *range, AgsAutomationEdit *automation_edit);
-
-#endif /*__AGS_AUTOMATION_EDIT_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_automation_toolbar.c b/src/ags/X/editor/ags_automation_toolbar.c
deleted file mode 100644
index 98aa598..0000000
--- a/src/ags/X/editor/ags_automation_toolbar.c
+++ /dev/null
@@ -1,230 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_toolbar.h>
-#include <ags/X/editor/ags_automation_toolbar_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_output.h>
-#include <ags/audio/ags_input.h>
-#include <ags/audio/ags_port.h>
-
-#include <ags/X/ags_automation_editor.h>
-#include <ags/X/ags_pad.h>
-#include <ags/X/ags_line.h>
-#include <ags/X/ags_line_member.h>
-
-void ags_automation_toolbar_class_init(AgsAutomationToolbarClass *automation_toolbar);
-void ags_automation_toolbar_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_automation_toolbar_init(AgsAutomationToolbar *automation_toolbar);
-void ags_automation_toolbar_connect(AgsConnectable *connectable);
-void ags_automation_toolbar_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_automation_toolbar
- * @short_description: edit tool
- * @title: AgsAutomationToolbar
- * @section_id:
- * @include: ags/X/editor/ags_note_edit.h
- *
- * The #AgsAutomationToolbar lets you choose edit tool.
- */
-
-GType
-ags_automation_toolbar_get_type(void)
-{
-  static GType ags_type_automation_toolbar = 0;
-
-  if (!ags_type_automation_toolbar){
-    static const GTypeInfo ags_automation_toolbar_info = {
-      sizeof (AgsAutomationToolbarClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_automation_toolbar_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAutomationToolbar),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_automation_toolbar_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_automation_toolbar_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_automation_toolbar = g_type_register_static(GTK_TYPE_TOOLBAR,
-							 "AgsAutomationToolbar\0", &ags_automation_toolbar_info,
-							 0);
-    
-    g_type_add_interface_static(ags_type_automation_toolbar,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_automation_toolbar);
-}
-
-void
-ags_automation_toolbar_class_init(AgsAutomationToolbarClass *automation_toolbar)
-{
-}
-
-void
-ags_automation_toolbar_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_automation_toolbar_connect;
-  connectable->disconnect = ags_automation_toolbar_disconnect;
-}
-
-void
-ags_automation_toolbar_init(AgsAutomationToolbar *automation_toolbar)
-{
-  GtkMenuToolButton *menu_tool_button;
-  GtkMenu *menu;
-  GtkLabel *label;
-
-  automation_toolbar->position = g_object_new(GTK_TYPE_TOGGLE_BUTTON,
-					      "image\0", gtk_image_new_from_stock(GTK_STOCK_JUMP_TO,
-										  GTK_ICON_SIZE_LARGE_TOOLBAR),
-					      "relief\0", GTK_RELIEF_NONE,
-					      NULL);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    (GtkWidget *) automation_toolbar->position,
-			    "position cursor\0",
-			    NULL);
-
-  automation_toolbar->edit = g_object_new(GTK_TYPE_TOGGLE_BUTTON,
-					  "image\0", gtk_image_new_from_stock(GTK_STOCK_EDIT,
-									      GTK_ICON_SIZE_LARGE_TOOLBAR),
-					  "relief\0", GTK_RELIEF_NONE,
-					  NULL);
-  automation_toolbar->selected_edit_mode = automation_toolbar->edit;
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    (GtkWidget *) automation_toolbar->edit,
-			    "edit automation\0",
-			    NULL);
-
-  automation_toolbar->clear = g_object_new(GTK_TYPE_TOGGLE_BUTTON,
-					   "image\0", gtk_image_new_from_stock(GTK_STOCK_CLEAR,
-									       GTK_ICON_SIZE_LARGE_TOOLBAR),
-					   "relief\0", GTK_RELIEF_NONE,
-					   NULL);
-  
-  automation_toolbar->select = g_object_new(GTK_TYPE_TOGGLE_BUTTON,
-					    "image\0", gtk_image_new_from_stock(GTK_STOCK_SELECT_ALL,
-										GTK_ICON_SIZE_LARGE_TOOLBAR),
-					    "relief\0", GTK_RELIEF_NONE,
-					    NULL);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    (GtkWidget *) automation_toolbar->select,
-			    "select automation\0",
-			    NULL);
-
-  automation_toolbar->copy = (GtkButton *) g_object_new(GTK_TYPE_BUTTON,
-					     "image\0", gtk_image_new_from_stock(GTK_STOCK_COPY,
-										 GTK_ICON_SIZE_LARGE_TOOLBAR),
-					     "relief\0", GTK_RELIEF_NONE,
-					     NULL);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    automation_toolbar->copy,
-			    "copy automation\0",
-			    NULL);
-
-  automation_toolbar->cut = (GtkButton *) g_object_new(GTK_TYPE_BUTTON,
-						       "image\0", gtk_image_new_from_stock(GTK_STOCK_CUT,
-											   GTK_ICON_SIZE_LARGE_TOOLBAR),
-						       "relief\0", GTK_RELIEF_NONE,
-						       NULL);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    automation_toolbar->cut,
-			    "cut automation\0",
-			    NULL);
-
-  automation_toolbar->paste = (GtkButton *) g_object_new(GTK_TYPE_BUTTON,
-							 "image\0", gtk_image_new_from_stock(GTK_STOCK_PASTE,
-											     GTK_ICON_SIZE_LARGE_TOOLBAR),
-							 "relief\0", GTK_RELIEF_NONE,
-							 NULL);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    automation_toolbar->paste,
-			    "paste automation\0",
-			    NULL);
-
-  /*  */
-  label = gtk_label_new("zoom\0");
-  gtk_container_add(GTK_CONTAINER(automation_toolbar),
-		    label);
-
-  automation_toolbar->zoom = ags_zoom_combo_box_new();
-  gtk_combo_box_set_active(automation_toolbar->zoom, 4);
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    (GtkWidget *) automation_toolbar->zoom,
-			    NULL,
-			    NULL);
-
-  /*  */
-  automation_toolbar->port_selection = ags_port_selection_new();
-  gtk_toolbar_append_widget((GtkToolbar *) automation_toolbar,
-			    (GtkWidget *) automation_toolbar->port_selection,
-			    NULL,
-			    NULL);
-}
-
-void
-ags_automation_toolbar_connect(AgsConnectable *connectable)
-{
-  AgsAutomationEditor *automation_editor;
-  AgsAutomationToolbar *automation_toolbar;
-
-  automation_toolbar = AGS_AUTOMATION_TOOLBAR(connectable);
-  automation_editor = gtk_widget_get_ancestor(automation_toolbar,
-					      AGS_TYPE_AUTOMATION_EDITOR);
-
-  /*  */
-  g_signal_connect_after(G_OBJECT(automation_editor), "machine-changed\0",
-			 G_CALLBACK(ags_automation_toolbar_machine_changed_callback), automation_toolbar);
-}
-
-void
-ags_automation_toolbar_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_automation_toolbar_new:
- *
- * Create a new #AgsAutomationToolbar.
- *
- * Since: 0.4
- */
-AgsAutomationToolbar*
-ags_automation_toolbar_new()
-{
-  AgsAutomationToolbar *automation_toolbar;
-
-  automation_toolbar = (AgsAutomationToolbar *) g_object_new(AGS_TYPE_AUTOMATION_TOOLBAR, NULL);
-
-  return(automation_toolbar);
-}
diff --git a/src/ags/X/editor/ags_automation_toolbar.h b/src/ags/X/editor/ags_automation_toolbar.h
deleted file mode 100644
index 3acd466..0000000
--- a/src/ags/X/editor/ags_automation_toolbar.h
+++ /dev/null
@@ -1,69 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_TOOLBAR_H__
-#define __AGS_AUTOMATION_TOOLBAR_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_port_selection.h>
-
-#define AGS_TYPE_AUTOMATION_TOOLBAR                (ags_automation_toolbar_get_type())
-#define AGS_AUTOMATION_TOOLBAR(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbar))
-#define AGS_AUTOMATION_TOOLBAR_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
-#define AGS_IS_AUTOMATION_TOOLBAR(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION_TOOLBAR))
-#define AGS_IS_AUTOMATION_TOOLBAR_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION_TOOLBAR))
-#define AGS_AUTOMATION_TOOLBAR_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION_TOOLBAR, AgsAutomationToolbarClass))
-
-#define AGS_AUTOMATION_TOOLBAR_DATA_CHANNEL "ags-channel\0"
-#define AGS_AUTOMATION_TOOLBAR_DATA_PORT "ags-port\0"
-
-typedef struct _AgsAutomationToolbar AgsAutomationToolbar;
-typedef struct _AgsAutomationToolbarClass AgsAutomationToolbarClass;
-
-struct _AgsAutomationToolbar
-{
-  GtkToolbar toolbar;
-
-  GtkToggleButton *selected_edit_mode;
-  GtkToggleButton *position;
-  GtkToggleButton *edit;
-  GtkToggleButton *clear;
-  GtkToggleButton *select;
-
-  GtkMenuItem *copy;
-  GtkMenuItem *cut;
-  GtkMenuItem *paste;
-
-  GtkComboBox *zoom;
-
-  AgsPortSelection *port_selection;
-};
-
-struct _AgsAutomationToolbarClass
-{
-  GtkToolbarClass toolbar;
-};
-
-GType ags_automation_toolbar_get_type(void);
-
-AgsAutomationToolbar* ags_automation_toolbar_new();
-
-#endif /*__AGS_AUTOMATION_TOOLBAR_H__*/
diff --git a/src/ags/X/editor/ags_automation_toolbar_callbacks.c b/src/ags/X/editor/ags_automation_toolbar_callbacks.c
deleted file mode 100644
index 6037908..0000000
--- a/src/ags/X/editor/ags_automation_toolbar_callbacks.c
+++ /dev/null
@@ -1,70 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_automation_toolbar_callbacks.h>
-
-void
-ags_automation_toolbar_machine_changed_callback(AgsAutomationEditor *automation_editor,
-						AgsMachine *machine,
-						AgsAutomationToolbar *toolbar)
-{
-  AgsAutomationEdit *automation_edit;
-  AgsAutomation *automation;
-  GList *port;
-  GList *list, *list_start;
-
-  auto GList* ags_automation_toolbar_enabled_ports(GList *automation);
-
-  GList* ags_automation_toolbar_enabled_ports(GList *automation){
-    GList *list;
-
-    list = NULL;
-
-    while(automation != NULL){
-      list = g_list_prepend(list,
-			    AGS_AUTOMATION(automation->data)->port);
-
-      automation = automation->next;
-    }
-    
-    list = g_list_reverse(list);
-
-    return(list);
-  }
-
-  automation_edit = automation_editor->automation_edit;
-
-  /* destroy old and create new drawing area vbox */
-  gtk_widget_destroy(automation_edit->drawing_area);
-
-  automation_edit->drawing_area = gtk_vbox_new(FALSE, 0);
-  gtk_table_attach(GTK_TABLE(automation_edit), (GtkWidget *) automation_edit->drawing_area,
-		   0, 1, 1, 2,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		   0, 0);
-  gtk_widget_show(automation_edit->drawing_area);
-
-  /* load ports */
-  ags_port_selection_load_ports(toolbar->port_selection);
-
-  /* enable ports */
-  port = ags_automation_toolbar_enabled_ports(machine->audio->automation);
-
-  ags_port_selection_enable_ports(toolbar->port_selection,
-				  port);
-}
diff --git a/src/ags/X/editor/ags_automation_toolbar_callbacks.h b/src/ags/X/editor/ags_automation_toolbar_callbacks.h
deleted file mode 100644
index 849a711..0000000
--- a/src/ags/X/editor/ags_automation_toolbar_callbacks.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_TOOLBAR_CALLBACKS_H__
-#define __AGS_AUTOMATION_TOOLBAR_CALLBACKS_H__
-
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_machine.h>
-#include <ags/X/ags_automation_editor.h>
-
-#include <ags/X/editor/ags_automation_toolbar.h>
-
-void ags_automation_toolbar_machine_changed_callback(AgsAutomationEditor *automation_editor,
-						     AgsMachine *machine,
-						     AgsAutomationToolbar *toolbar);
-
-#endif /*__AGS_AUTOMATION_TOOLBAR_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_machine_selection.c b/src/ags/X/editor/ags_machine_selection.c
index 6a78da3..bfc517c 100644
--- a/src/ags/X/editor/ags_machine_selection.c
+++ b/src/ags/X/editor/ags_machine_selection.c
@@ -119,14 +119,23 @@ ags_machine_selection_disconnect(AgsConnectable *connectable)
   //TODO:JK: implement me
 }
 
-void
-ags_machine_selection_load_default(AgsMachineSelection *machine_selection)
+/**
+ * ags_machine_selection_run:
+ * @machine_selection: the #AgsMachineSelection
+ *
+ * Run the dialog.
+ *
+ * Returns: the #AgsMachine
+ */
+AgsMachine*
+ags_machine_selection_run(AgsMachineSelection *machine_selection)
 {
   AgsMachine *machine;
   GtkVBox *vbox;
   GtkContainer *content_area;
-  GList *list, *list_start;
   GtkRadioButton *group;
+  GList *list, *list_start, *index, *index_start;
+  gint response;
 
   machine_selection->machine =
     list = gtk_container_get_children(GTK_CONTAINER(machine_selection->window->machines));
@@ -158,32 +167,9 @@ ags_machine_selection_load_default(AgsMachineSelection *machine_selection)
   }
 
   gtk_widget_show_all(vbox);
-}
-
-/**
- * ags_machine_selection_run:
- * @machine_selection: the #AgsMachineSelection
- *
- * Run the dialog.
- *
- * Returns: the #AgsMachine
- */
-AgsMachine*
-ags_machine_selection_run(AgsMachineSelection *machine_selection)
-{
-  AgsMachine *machine;
-  GtkVBox *vbox;
-  GtkContainer *content_area;
-  GList *list, *list_start, *index, *index_start;
-  gint response;
 
   response = gtk_dialog_run(GTK_DIALOG(machine_selection));
 
-  content_area = gtk_dialog_get_content_area(GTK_DIALOG(machine_selection));
-  machine = NULL;
-
-  vbox = gtk_bin_get_child(content_area);
-
   if(response == GTK_RESPONSE_ACCEPT){
     list_start = 
       list = gtk_container_get_children(GTK_CONTAINER(machine_selection->window->machines));
diff --git a/src/ags/X/editor/ags_machine_selection.h b/src/ags/X/editor/ags_machine_selection.h
index 84f97bf..74b22fb 100644
--- a/src/ags/X/editor/ags_machine_selection.h
+++ b/src/ags/X/editor/ags_machine_selection.h
@@ -51,7 +51,6 @@ struct _AgsMachineSelectionClass
 
 GType ags_machine_selection_get_type(void);
 
-void ags_machine_selection_load_default(AgsMachineSelection *machine_selection);
 AgsMachine* ags_machine_selection_run(AgsMachineSelection *machine_selection);
 
 AgsMachineSelection* ags_machine_selection_new(AgsWindow *window);
diff --git a/src/ags/X/editor/ags_machine_selector_callbacks.c b/src/ags/X/editor/ags_machine_selector_callbacks.c
index 9b78265..20f40e5 100644
--- a/src/ags/X/editor/ags_machine_selector_callbacks.c
+++ b/src/ags/X/editor/ags_machine_selector_callbacks.c
@@ -3,10 +3,6 @@
 #include <ags/X/editor/ags_machine_selection.h>
 #include <ags/X/editor/ags_machine_radio_button.h>
 
-void ags_machine_selector_selection_response(GtkWidget *machine_selection,
-					     gint response,
-					     AgsMachineSelector *machine_selector);
-
 void
 ags_machine_selector_popup_add_tab_callback(GtkWidget *menu_item, AgsMachineSelector *machine_selector)
 {
@@ -80,86 +76,32 @@ ags_machine_selector_popup_remove_index_callback(GtkWidget *menu_item, AgsMachin
 void
 ags_machine_selector_popup_link_index_callback(GtkWidget *menu_item, AgsMachineSelector *machine_selector)
 {
-  AgsWindow *window;
   AgsMachine *machine;
   AgsMachineSelection *machine_selection;
   AgsMachineRadioButton *machine_radio_button;
-  GList *list;
-
-  list = gtk_window_list_toplevels();
-
-  while(list != NULL && !AGS_IS_WINDOW(list->data)) list = list->next;
-
-  window = list->data;
-
-  machine_selection = (AgsMachineSelection *) ags_machine_selection_new(window);
-  ags_machine_selection_load_default(machine_selection);
-  g_signal_connect(G_OBJECT(machine_selection), "response\0",
-		   G_CALLBACK(ags_machine_selector_selection_response), machine_selector);
-  gtk_widget_show_all(machine_selection);
-}
-
-void
-ags_machine_selector_selection_response(GtkWidget *machine_selection,
-					gint response,
-					AgsMachineSelector *machine_selector)
-{
-  AgsMachine *machine;
-  AgsMachineRadioButton *machine_radio_button;
-  GtkVBox *vbox;
-  GtkContainer *content_area;
-  GList *list, *list_start, *index, *index_start;;
-
-  if(response == GTK_RESPONSE_ACCEPT){
+  GList *list, *list_start;
 
-    list_start = 
-      list = gtk_container_get_children(GTK_CONTAINER(machine_selector));
-    list = list->next;
+  list_start = 
+    list = gtk_container_get_children(GTK_CONTAINER(machine_selector));
+  list = list->next;
   
-    while(list != NULL){
-      machine_radio_button = AGS_MACHINE_RADIO_BUTTON(list->data);
-
-      if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(machine_radio_button))){
-	break;
-      }
-
-      list = list->next;
-    }
-
-    g_list_free(list_start);
-
-    content_area = gtk_dialog_get_content_area(GTK_DIALOG(machine_selection));
-    machine = NULL;
-
-    vbox = gtk_container_get_children(content_area)->data;
-
-    if(response == GTK_RESPONSE_ACCEPT){
-      list_start = 
-	list = gtk_container_get_children(GTK_CONTAINER(AGS_MACHINE_SELECTION(machine_selection)->window->machines));
-      index_start = 
-	index = gtk_container_get_children(vbox);
-
-      while(index != NULL){
-	if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(index->data))){
-	  machine = AGS_MACHINE(list->data);
-	
-	  break;
-	}
-
-	index = index->next;
-	list = list->next;
-      }
+  while(list != NULL){
+    machine_radio_button = AGS_MACHINE_RADIO_BUTTON(list->data);
 
-      g_list_free(list_start);
-      g_list_free(index_start);
+    if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(machine_radio_button))){
+      break;
     }
 
-    g_object_set(G_OBJECT(machine_radio_button),
-		 "machine\0", machine,
-		 NULL);
+    list = list->next;
   }
 
-  gtk_widget_destroy(machine_selection);
+  g_list_free(list_start);
+
+  machine_selection = (AgsMachineSelection *) ags_machine_selection_new(gtk_widget_get_toplevel(machine_selector));
+  machine = ags_machine_selection_run(machine_selection);
+  g_object_set(G_OBJECT(machine_radio_button),
+	       "machine\0", machine,
+	       NULL);
 }
 
 void
diff --git a/src/ags/X/editor/ags_meter.c b/src/ags/X/editor/ags_meter.c
index f80d7d2..1e07e01 100644
--- a/src/ags/X/editor/ags_meter.c
+++ b/src/ags/X/editor/ags_meter.c
@@ -117,6 +117,12 @@ ags_meter_connect(AgsConnectable *connectable)
 
   meter = AGS_METER(connectable);
 
+  g_signal_connect((GObject *) meter, "destroy\0",
+		   G_CALLBACK(ags_meter_destroy_callback), (gpointer) meter);
+
+  g_signal_connect_after((GObject *) meter, "show\0",
+			 G_CALLBACK(ags_meter_show_callback), (gpointer) meter);
+
   g_signal_connect((GObject *) meter, "expose_event\0",
   		   G_CALLBACK(ags_meter_expose_event), (gpointer) meter);
 
@@ -127,7 +133,16 @@ ags_meter_connect(AgsConnectable *connectable)
 void
 ags_meter_disconnect(AgsConnectable *connectable)
 {
-  //TODO:JK: implement me
+}
+
+void
+ags_meter_destroy(GtkObject *object)
+{
+}
+
+void
+ags_meter_show(GtkWidget *widget)
+{
 }
 
 void
@@ -148,17 +163,17 @@ ags_meter_paint(AgsMeter *meter)
 
   bitmap = 0x52a52a; // description of the keyboard
 
-  j = (guint) ceil(GTK_RANGE(editor->edit.note_edit->vscrollbar)->adjustment->value / (double) editor->edit.note_edit->control_height);
+  j = (guint) ceil(GTK_RANGE(editor->note_edit->vscrollbar)->adjustment->value / (double) editor->note_edit->control_height);
   j = j % 12;
 
-  y[0] = (guint) round(GTK_RANGE(editor->edit.note_edit->vscrollbar)->adjustment->value) % editor->edit.note_edit->control_height;
+  y[0] = (guint) round(GTK_RANGE(editor->note_edit->vscrollbar)->adjustment->value) % editor->note_edit->control_height;
 
   if(y[0] != 0){
-    y[0] = editor->edit.note_edit->control_height - y[0];
+    y[0] = editor->note_edit->control_height - y[0];
   }
 
-  y[1] = ((guint) (widget->allocation.height - border_top) - y[0]) % editor->edit.note_edit->control_height;
-  i_stop = ((widget->allocation.height - border_top) - y[0] - y[1]) / editor->edit.note_edit->control_height;
+  y[1] = ((guint) (widget->allocation.height - border_top) - y[0]) % editor->note_edit->control_height;
+  i_stop = ((widget->allocation.height - border_top) - y[0] - y[1]) / editor->note_edit->control_height;
 
   cr = gdk_cairo_create(widget->window);
 
@@ -180,9 +195,9 @@ ags_meter_paint(AgsMeter *meter)
 
       cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
 
-      if(y[0] > editor->edit.note_edit->control_height / 2){
-	cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (y[0] - editor->edit.note_edit->control_height / 2) + border_top);
-	cairo_line_to(cr, (double) widget->allocation.width, (double) (y[0] - editor->edit.note_edit->control_height / 2) + border_top);
+      if(y[0] > editor->note_edit->control_height / 2){
+	cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (y[0] - editor->note_edit->control_height / 2) + border_top);
+	cairo_line_to(cr, (double) widget->allocation.width, (double) (y[0] - editor->note_edit->control_height / 2) + border_top);
 	cairo_stroke(cr);
       }
 
@@ -207,28 +222,28 @@ ags_meter_paint(AgsMeter *meter)
       // draw semi tone key
       cairo_set_source_rgb(cr, 0.2, 0.2, 0.2);
 
-      cairo_rectangle(cr, 0.0, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top), 2.0 / 3.0 * (double) widget->allocation.width, (double) editor->edit.note_edit->control_height);
+      cairo_rectangle(cr, 0.0, (double) (i * editor->note_edit->control_height + y[0] + border_top), 2.0 / 3.0 * (double) widget->allocation.width, (double) editor->note_edit->control_height);
       cairo_fill(cr); 	
 
       cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
 
-      cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height / 2));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height / 2));
+      cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height / 2));
+      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height / 2));
       cairo_stroke(cr);
 
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height));
+      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top));
+      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height));
       cairo_stroke(cr);
     }else{
       // no semi tone key
       if(((1 << (j + 1)) & bitmap) == 0){
-	cairo_move_to(cr, 0.0, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height));
-	cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height));
+	cairo_move_to(cr, 0.0, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height));
+	cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height));
 	cairo_stroke(cr);
       }
 
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.note_edit->control_height + y[0] + border_top + editor->edit.note_edit->control_height));
+      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top));
+      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->note_edit->control_height + y[0] + border_top + editor->note_edit->control_height));
       cairo_stroke(cr);
     }
 
@@ -249,9 +264,9 @@ ags_meter_paint(AgsMeter *meter)
 
       cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
 
-      if(y[1] > editor->edit.note_edit->control_height / 2){
-	cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (widget->allocation.height - y[1] + editor->edit.note_edit->control_height / 2));
-	cairo_line_to(cr, (double) widget->allocation.width, (double) ((widget->allocation.height) - y[1] + editor->edit.note_edit->control_height / 2));
+      if(y[1] > editor->note_edit->control_height / 2){
+	cairo_move_to(cr, 2.0 / 3.0 * (double) widget->allocation.width, (double) (widget->allocation.height - y[1] + editor->note_edit->control_height / 2));
+	cairo_line_to(cr, (double) widget->allocation.width, (double) ((widget->allocation.height) - y[1] + editor->note_edit->control_height / 2));
 	cairo_stroke(cr);
       }
 
diff --git a/src/ags/X/editor/ags_meter_callbacks.c b/src/ags/X/editor/ags_meter_callbacks.c
index 9fc41ee..678d736 100644
--- a/src/ags/X/editor/ags_meter_callbacks.c
+++ b/src/ags/X/editor/ags_meter_callbacks.c
@@ -23,8 +23,40 @@
 #include <math.h>
 
 gboolean
+ags_meter_destroy_callback(GtkObject *object, AgsMeter *meter)
+{
+  ags_meter_destroy(object);
+
+  return(FALSE);
+}
+
+void
+ags_meter_show_callback(GtkWidget *widget, AgsMeter *meter)
+{
+  ags_meter_show(widget);
+}
+
+gboolean
 ags_meter_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsMeter *meter)
 {
+  /*
+  AgsEditor *editor;
+  AgsMachine *machine;
+  guint rows, nth_y, y0;
+
+  editor = (AgsEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_EDITOR);
+  nth_y = ceil(GTK_RANGE(editor->vscrollbar)->adjustment->value / (double)editor->control_height);
+  y0 = editor->control_height - (guint)(GTK_RANGE(editor->vscrollbar)->adjustment->value) % editor->control_height;
+
+  if(editor->selected != NULL){
+    machine = (AgsMachine *) g_object_get_data((GObject *) editor->selected, g_type_name(AGS_TYPE_MACHINE));
+    rows = (machine != NULL) ? machine->audio->input_pads: 0;
+  }else
+    rows = 0;
+
+  ags_meter_paint(meter, rows, nth_y, y0);
+  */
+
   ags_meter_paint(meter);
 
   return(TRUE);
@@ -33,6 +65,24 @@ ags_meter_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsMeter *meter
 gboolean
 ags_meter_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsMeter *meter)
 {
+  /*
+  AgsEditor *editor;
+  AgsMachine *machine;
+  guint rows, nth_y, y0;
+
+  editor = (AgsEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_EDITOR);
+  nth_y = ceil(GTK_RANGE(editor->vscrollbar)->adjustment->value / (double)editor->control_height);
+  y0 = editor->control_height - (guint)(GTK_RANGE(editor->vscrollbar)->adjustment->value) % editor->control_height;
+
+  if(editor->selected != NULL){
+    machine = (AgsMachine *) g_object_get_data((GObject *) editor->selected, g_type_name(AGS_TYPE_MACHINE));
+    rows = (machine != NULL) ? machine->audio->input_pads: 0;
+  }else
+    rows = 0;
+
+  ags_meter_paint(meter, rows, nth_y, y0);
+  */
+
   ags_meter_paint(meter);
 
   return(FALSE);
diff --git a/src/ags/X/editor/ags_meter_callbacks.h b/src/ags/X/editor/ags_meter_callbacks.h
index 4bddad5..a71d8f4 100644
--- a/src/ags/X/editor/ags_meter_callbacks.h
+++ b/src/ags/X/editor/ags_meter_callbacks.h
@@ -25,6 +25,9 @@
 
 #include <ags/X/editor/ags_meter.h>
 
+gboolean ags_meter_destroy_callback(GtkObject *object, AgsMeter *meter);
+void ags_meter_show_callback(GtkWidget *widget, AgsMeter *meter);
+
 gboolean ags_meter_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsMeter *meter); 
 gboolean ags_meter_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsMeter *meter); 
 
diff --git a/src/ags/X/editor/ags_note_edit.c b/src/ags/X/editor/ags_note_edit.c
index 2570ddb..446564d 100644
--- a/src/ags/X/editor/ags_note_edit.c
+++ b/src/ags/X/editor/ags_note_edit.c
@@ -100,8 +100,6 @@ ags_note_edit_init(AgsNoteEdit *note_edit)
 {
   GtkAdjustment *adjustment;
 
-  note_edit->flags = 0;
-
   adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 1.0, 1.0, 1.0);
 
   note_edit->ruler = ags_ruler_new();
@@ -300,6 +298,8 @@ ags_note_edit_reset_vertically(AgsNoteEdit *note_edit, guint flags)
 
     /* refresh display */
     if(GTK_WIDGET_VISIBLE(editor)){
+      ags_meter_paint(editor->meter);
+
       cr = gdk_cairo_create(GTK_WIDGET(note_edit->drawing_area)->window);
       cairo_push_group(cr);
 
@@ -335,7 +335,7 @@ ags_note_edit_reset_horizontally(AgsNoteEdit *note_edit, guint flags)
   editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(note_edit),
 						 AGS_TYPE_EDITOR);
 
-  zoom_factor = 1.0 / 4.0;
+  zoom_factor = 0.25;
 
   tact_factor = exp2(8.0 - (double) gtk_combo_box_get_active(editor->toolbar->zoom));
   tact = exp2((double) gtk_combo_box_get_active(editor->toolbar->zoom) - 4.0);
@@ -347,6 +347,7 @@ ags_note_edit_reset_horizontally(AgsNoteEdit *note_edit, guint flags)
     note_edit->control_current.control_width = (note_edit->control_width * zoom_factor * tact_factor * tact);
 
     note_edit->map_width = (guint) ((double) note_edit->control_current.control_count * (double) note_edit->control_current.control_width);
+
     /* reset ruler */
     note_edit->ruler->factor = tact_factor;
     note_edit->ruler->precision = tact;
diff --git a/src/ags/X/editor/ags_note_edit.h b/src/ags/X/editor/ags_note_edit.h
index 793fb31..c011cde 100644
--- a/src/ags/X/editor/ags_note_edit.h
+++ b/src/ags/X/editor/ags_note_edit.h
@@ -36,7 +36,7 @@
 #define AGS_IS_NOTE_EDIT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_NOTE_EDIT))
 #define AGS_NOTE_EDIT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTE_EDIT, AgsNoteEditClass))
 
-#define AGS_NOTE_EDIT_MAX_CONTROLS (400) // gives you 400 * 16
+#define AGS_NOTE_EDIT_MAX_CONTROLS 1200
 
 typedef struct _AgsNoteEdit AgsNoteEdit;
 typedef struct _AgsNoteEditClass AgsNoteEditClass;
diff --git a/src/ags/X/editor/ags_note_edit_callbacks.c b/src/ags/X/editor/ags_note_edit_callbacks.c
index d8d1bbf..a59d5ef 100644
--- a/src/ags/X/editor/ags_note_edit_callbacks.c
+++ b/src/ags/X/editor/ags_note_edit_callbacks.c
@@ -49,15 +49,19 @@ ags_note_edit_drawing_area_expose_event(GtkWidget *widget, GdkEventExpose *event
       if(AGS_IS_PANEL(machine)){
       }else if(AGS_IS_MIXER(machine)){
       }else if(AGS_IS_DRUM(machine)){
+	ags_meter_paint(editor->meter);
 	ags_note_edit_draw_segment(note_edit, cr);
 	ags_note_edit_draw_notation(note_edit, cr);
       }else if(AGS_IS_MATRIX(machine)){
+	ags_meter_paint(editor->meter);
 	ags_note_edit_draw_segment(note_edit, cr);
 	ags_note_edit_draw_notation(note_edit, cr);
       }else if(AGS_IS_SYNTH(machine)){
+	ags_meter_paint(editor->meter);
 	ags_note_edit_draw_segment(note_edit, cr);
 	ags_note_edit_draw_notation(note_edit, cr);
       }else if(AGS_IS_FFPLAYER(machine)){
+	ags_meter_paint(editor->meter);
 	ags_note_edit_draw_segment(note_edit, cr);
 	ags_note_edit_draw_notation(note_edit, cr);
       }
diff --git a/src/ags/X/editor/ags_pattern_edit.c b/src/ags/X/editor/ags_pattern_edit.c
deleted file mode 100644
index e4d8e6f..0000000
--- a/src/ags/X/editor/ags_pattern_edit.c
+++ /dev/null
@@ -1,898 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2005-2011, 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_pattern_edit.h>
-#include <ags/X/editor/ags_pattern_edit_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/X/ags_editor.h>
-
-#include <ags/X/editor/ags_pattern_edit.h>
-
-void ags_pattern_edit_class_init(AgsPatternEditClass *pattern_edit);
-void ags_pattern_edit_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_pattern_edit_init(AgsPatternEdit *pattern_edit);
-void ags_pattern_edit_connect(AgsConnectable *connectable);
-void ags_pattern_edit_disconnect(AgsConnectable *connectable);
-
-void ags_pattern_edit_paint(AgsPatternEdit *pattern_edit);
-
-/**
- * SECTION:ags_pattern_edit
- * @short_description: edit notes
- * @title: AgsPatternEdit
- * @section_id:
- * @include: ags/X/editor/ags_pattern_edit.h
- *
- * The #AgsPatternEdit lets you edit notes.
- */
-
-GtkStyle *pattern_edit_style;
-
-GType
-ags_pattern_edit_get_type(void)
-{
-  static GType ags_type_pattern_edit = 0;
-
-  if(!ags_type_pattern_edit){
-    static const GTypeInfo ags_pattern_edit_info = {
-      sizeof (AgsPatternEditClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_pattern_edit_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsPatternEdit),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_pattern_edit_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_pattern_edit_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_pattern_edit = g_type_register_static(GTK_TYPE_TABLE,
-						"AgsPatternEdit\0", &ags_pattern_edit_info,
-						0);
-    
-    g_type_add_interface_static(ags_type_pattern_edit,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_pattern_edit);
-}
-
-void
-ags_pattern_edit_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_pattern_edit_connect;
-  connectable->disconnect = ags_pattern_edit_disconnect;
-}
-
-void
-ags_pattern_edit_class_init(AgsPatternEditClass *pattern_edit)
-{
-}
-
-void
-ags_pattern_edit_init(AgsPatternEdit *pattern_edit)
-{
-  GtkAdjustment *adjustment;
-
-  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 1.0, 1.0, 1.0);
-
-  pattern_edit->ruler = ags_ruler_new();
-  gtk_table_attach(GTK_TABLE(pattern_edit), (GtkWidget *) pattern_edit->ruler,
-		   0, 1, 0, 1,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL,
-		   0, 0);
-
-  pattern_edit->drawing_area = (GtkDrawingArea *) gtk_drawing_area_new();
-  gtk_widget_set_style((GtkWidget *) pattern_edit->drawing_area, pattern_edit_style);
-  gtk_widget_set_events (GTK_WIDGET (pattern_edit->drawing_area), GDK_EXPOSURE_MASK
-                         | GDK_LEAVE_NOTIFY_MASK
-                         | GDK_BUTTON_PRESS_MASK
-			 | GDK_BUTTON_RELEASE_MASK
-                         | GDK_POINTER_MOTION_MASK
-			 | GDK_POINTER_MOTION_HINT_MASK
-			 );
-
-  gtk_table_attach(GTK_TABLE(pattern_edit), (GtkWidget *) pattern_edit->drawing_area,
-		   0, 1, 1, 2,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		   0, 0);
-
-  pattern_edit->control.note = ags_note_new();
-
-  pattern_edit->width = 0;
-  pattern_edit->height = 0;
-  pattern_edit->map_width = AGS_PATTERN_EDIT_MAX_CONTROLS * 64;
-  pattern_edit->map_height = 78;
-
-  pattern_edit->control_height = 14;
-  pattern_edit->control_margin_y = 2;
-
-  pattern_edit->control_width = 16;
-
-  pattern_edit->y0 = 0;
-  pattern_edit->y1 = 0;
-
-  pattern_edit->nth_y = 0;
-  pattern_edit->stop_y = 0;
-
-  /* AgsPatternEditControlCurrent is used by ags_pattern_edit_draw_segment */
-  pattern_edit->control_current.control_count = AGS_PATTERN_EDIT_MAX_CONTROLS;
-  pattern_edit->control_current.control_width = 64;
-
-  pattern_edit->control_current.x0 = 0;
-  pattern_edit->control_current.x1 = 0;
-
-  pattern_edit->control_current.nth_x = 0;
-
-  /* AgsPatternEditControlUnit is used by ags_pattern_edit_draw_notation */
-  pattern_edit->control_unit.control_count = 16 * AGS_PATTERN_EDIT_MAX_CONTROLS;
-  pattern_edit->control_unit.control_width = 1 * 4;
-
-  pattern_edit->control_unit.x0 = 0;
-  pattern_edit->control_unit.x1 = 0;
-
-  pattern_edit->control_unit.nth_x = 0;
-  pattern_edit->control_unit.stop_x = 0;
-
-  /* offset for pasting from clipboard */
-  pattern_edit->selected_x = 0;
-  pattern_edit->selected_y = 0;
-
-  /* GtkScrollbars */
-  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 1.0, 1.0, 1.0);
-  pattern_edit->vscrollbar = (GtkVScrollbar *) gtk_vscrollbar_new(adjustment);
-  gtk_table_attach(GTK_TABLE(pattern_edit), (GtkWidget *) pattern_edit->vscrollbar,
-		   1, 2, 1, 2,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-
-  adjustment = (GtkAdjustment *) gtk_adjustment_new(0.0, 0.0, 1.0, 1.0, 1.0, 1.0);
-  pattern_edit->hscrollbar = (GtkHScrollbar *) gtk_hscrollbar_new(adjustment);
-  gtk_table_attach(GTK_TABLE(pattern_edit), (GtkWidget *) pattern_edit->hscrollbar,
-		   0, 1, 2, 3,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-}
-
-void
-ags_pattern_edit_connect(AgsConnectable *connectable)
-{
-  AgsPatternEdit *pattern_edit;
-
-  pattern_edit = AGS_PATTERN_EDIT(connectable);
-
-  g_signal_connect_after((GObject *) pattern_edit->drawing_area, "expose_event\0",
-			 G_CALLBACK (ags_pattern_edit_drawing_area_expose_event), (gpointer) pattern_edit);
-
-  g_signal_connect_after((GObject *) pattern_edit->drawing_area, "configure_event\0",
-			 G_CALLBACK (ags_pattern_edit_drawing_area_configure_event), (gpointer) pattern_edit);
-
-  g_signal_connect((GObject *) pattern_edit->drawing_area, "button_press_event\0",
-		   G_CALLBACK (ags_pattern_edit_drawing_area_button_press_event), (gpointer) pattern_edit);
-
-  g_signal_connect((GObject *) pattern_edit->drawing_area, "button_release_event\0",
-		   G_CALLBACK (ags_pattern_edit_drawing_area_button_release_event), (gpointer) pattern_edit);
-
-  g_signal_connect((GObject *) pattern_edit->drawing_area, "motion_notify_event\0",
-		   G_CALLBACK (ags_pattern_edit_drawing_area_motion_notify_event), (gpointer) pattern_edit);
-
-  g_signal_connect_after((GObject *) pattern_edit->vscrollbar, "value-changed\0",
-			 G_CALLBACK (ags_pattern_edit_vscrollbar_value_changed), (gpointer) pattern_edit);
-
-  g_signal_connect_after((GObject *) pattern_edit->hscrollbar, "value-changed\0",
-			 G_CALLBACK (ags_pattern_edit_hscrollbar_value_changed), (gpointer) pattern_edit);
-
-}
-
-void
-ags_pattern_edit_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_pattern_edit_set_map_height:
- * @pattern_edit: the #AgsPatternEdit
- * @map_height: the new height
- *
- * Set the map height in pixel.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_set_map_height(AgsPatternEdit *pattern_edit, guint map_height)
-{
-  pattern_edit->map_height = map_height;
-  
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_VERTICALLY;
-  ags_pattern_edit_reset_vertically(pattern_edit, AGS_PATTERN_EDIT_RESET_VSCROLLBAR);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_VERTICALLY);
-  
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_HORIZONTALLY;
-  ags_pattern_edit_reset_horizontally(pattern_edit, AGS_PATTERN_EDIT_RESET_HSCROLLBAR);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_HORIZONTALLY);
-}
-
-/**
- * ags_pattern_edit_reset_vertically:
- * @pattern_edit: the #AgsPatternEdit
- * @flags: the #AgsPatternEditResetFlags
- *
- * Reset @pattern_edit as configured vertically.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_reset_vertically(AgsPatternEdit *pattern_edit, guint flags)
-{
-  AgsEditor *editor;
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine != NULL){
-    cairo_t *cr;
-    gdouble value;
-
-    value = GTK_RANGE(pattern_edit->vscrollbar)->adjustment->value;
-
-    if((AGS_PATTERN_EDIT_RESET_VSCROLLBAR & flags) != 0){
-      GtkWidget *widget;
-      GtkAdjustment *adjustment;
-      guint height;
-
-      widget = GTK_WIDGET(pattern_edit->drawing_area);
-      adjustment = GTK_RANGE(pattern_edit->vscrollbar)->adjustment;
-      
-      if(pattern_edit->map_height > widget->allocation.height){
-	height = widget->allocation.height;
-	gtk_adjustment_set_upper(adjustment,
-				 (gdouble) (pattern_edit->map_height - height));
-	gtk_adjustment_set_value(adjustment, 0.0);
-      }else{
-	height = pattern_edit->map_height;
-	
-	gtk_adjustment_set_upper(adjustment, 0.0);
-	gtk_adjustment_set_value(adjustment, 0.0);
-      }
-      
-      pattern_edit->height = height;
-    }
-
-    pattern_edit->y0 = ((guint) round((double) value)) % pattern_edit->control_height;
-
-    if(pattern_edit->y0 != 0){
-      pattern_edit->y0 = pattern_edit->control_height - pattern_edit->y0;
-    }
-
-    pattern_edit->y1 = (pattern_edit->height - pattern_edit->y0) % pattern_edit->control_height;
-
-    pattern_edit->nth_y = (guint) ceil(round((double) value) / (double)(pattern_edit->control_height));
-    pattern_edit->stop_y = pattern_edit->nth_y + (pattern_edit->height - pattern_edit->y0 - pattern_edit->y1) / pattern_edit->control_height;
-
-    /* refresh display */
-    if(GTK_WIDGET_VISIBLE(editor)){
-      cr = gdk_cairo_create(GTK_WIDGET(pattern_edit->drawing_area)->window);
-      cairo_push_group(cr);
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-
-      if(editor->toolbar->selected_edit_mode == editor->toolbar->position){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }
-
-      cairo_pop_group_to_source(cr);
-      cairo_paint(cr);
-    }
-  }
-}
-
-/**
- * ags_pattern_edit_reset_horizontally:
- * @pattern_edit: the #AgsPatternEdit
- * @flags: the #AgsPatternEditResetFlags
- *
- * Reset @pattern_edit as configured horizontally.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_reset_horizontally(AgsPatternEdit *pattern_edit, guint flags)
-{
-  AgsEditor *editor;
-  double tact_factor, zoom_factor;
-  double tact;
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  zoom_factor = 0.25;
-
-  tact_factor = exp2(8.0 - (double) gtk_combo_box_get_active(editor->toolbar->zoom));
-  tact = exp2((double) gtk_combo_box_get_active(editor->toolbar->zoom) - 4.0);
-
-  if((AGS_PATTERN_EDIT_RESET_WIDTH & flags) != 0){
-    pattern_edit->control_unit.control_width = (guint) (((double) pattern_edit->control_width * zoom_factor * tact));
-
-    pattern_edit->control_current.control_count = (guint) ((double) pattern_edit->control_unit.control_count * tact);
-    pattern_edit->control_current.control_width = (pattern_edit->control_width * zoom_factor * tact_factor * tact);
-
-    pattern_edit->map_width = (guint) ((double) pattern_edit->control_current.control_count * (double) pattern_edit->control_current.control_width);
-    /* reset ruler */
-    pattern_edit->ruler->factor = tact_factor;
-    pattern_edit->ruler->precision = tact;
-    pattern_edit->ruler->scale_precision = 1.0 / tact;
-
-    gtk_widget_queue_draw(pattern_edit->ruler);
-  }
-
-  if(editor->selected_machine != NULL){
-    cairo_t *cr;
-    gdouble value;
-
-    value = GTK_RANGE(pattern_edit->hscrollbar)->adjustment->value;
-
-    if((AGS_PATTERN_EDIT_RESET_HSCROLLBAR & flags) != 0){
-      GtkWidget *widget;
-      GtkAdjustment *adjustment;
-      guint width;
-
-      widget = GTK_WIDGET(pattern_edit->drawing_area);
-      adjustment = GTK_RANGE(pattern_edit->hscrollbar)->adjustment;
-
-      if(pattern_edit->map_width > widget->allocation.width){
-	width = widget->allocation.width;
-	//	gtk_adjustment_set_upper(adjustment, (double) (pattern_edit->map_width - width));
-	gtk_adjustment_set_upper(adjustment,
-				 (gdouble) (pattern_edit->map_width - width));
-	gtk_adjustment_set_upper(pattern_edit->ruler->adjustment,
-				 (gdouble) (pattern_edit->map_width - width) / pattern_edit->control_current.control_width);
-
-	if(adjustment->value > adjustment->upper){
-	  gtk_adjustment_set_value(adjustment, adjustment->upper);
-
-	  /* reset ruler */
-	  gtk_adjustment_set_value(pattern_edit->ruler->adjustment, pattern_edit->ruler->adjustment->upper);
-	  gtk_widget_queue_draw(pattern_edit->ruler);
-	}
-      }else{
-	width = pattern_edit->map_width;
-
-	gtk_adjustment_set_upper(adjustment, 0.0);
-	gtk_adjustment_set_value(adjustment, 0.0);
-	
-	/* reset ruler */
-	gtk_adjustment_set_upper(pattern_edit->ruler->adjustment, 0.0);
-	gtk_adjustment_set_value(pattern_edit->ruler->adjustment, 0.0);
-	gtk_widget_queue_draw(pattern_edit->ruler);
-      }
-
-      pattern_edit->width = width;
-    }
-
-    /* reset AgsPatternEditControlCurrent */
-    if(pattern_edit->map_width > pattern_edit->width){
-      pattern_edit->control_current.x0 = ((guint) round((double) value)) % pattern_edit->control_current.control_width;
-
-      if(pattern_edit->control_current.x0 != 0){
-	pattern_edit->control_current.x0 = pattern_edit->control_current.control_width - pattern_edit->control_current.x0;
-      }
-
-      pattern_edit->control_current.x1 = (pattern_edit->width - pattern_edit->control_current.x0) % pattern_edit->control_current.control_width;
-
-      pattern_edit->control_current.nth_x = (guint) ceil((double)(value) / (double)(pattern_edit->control_current.control_width));
-    }else{
-      pattern_edit->control_current.x0 = 0;
-      pattern_edit->control_current.x1 = 0;
-      pattern_edit->control_current.nth_x = 0;
-    }
-
-    /* reset AgsPatternEditControlUnit */
-    if(pattern_edit->map_width > pattern_edit->width){
-      pattern_edit->control_unit.x0 = ((guint)round((double) value)) % pattern_edit->control_unit.control_width;
-
-      if(pattern_edit->control_unit.x0 != 0)
-	pattern_edit->control_unit.x0 = pattern_edit->control_unit.control_width - pattern_edit->control_unit.x0;
-      
-      pattern_edit->control_unit.x1 = (pattern_edit->width - pattern_edit->control_unit.x0) % pattern_edit->control_unit.control_width;
-      
-      pattern_edit->control_unit.nth_x = (guint) ceil(round((double) value) / (double) (pattern_edit->control_unit.control_width));
-      pattern_edit->control_unit.stop_x = pattern_edit->control_unit.nth_x + (pattern_edit->width - pattern_edit->control_unit.x0 - pattern_edit->control_unit.x1) / pattern_edit->control_unit.control_width;
-    }else{
-      pattern_edit->control_unit.x0 = 0;
-      pattern_edit->control_unit.x1 = 0;
-      pattern_edit->control_unit.nth_x = 0;
-    }
-
-    /* refresh display */
-    if(GTK_WIDGET_VISIBLE(editor)){
-      gdouble position;
-      
-      cr = gdk_cairo_create(GTK_WIDGET(pattern_edit->drawing_area)->window);
-      cairo_push_group(cr);
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-
-      if(editor->toolbar->selected_edit_mode == editor->toolbar->position){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }
-
-      //TODO:JK: implement me
-      //      position = gtk_range_get_value(GTK_RANGE(pattern_edit->hscrollbar));
-      //      position -= floor(position / pattern_edit->control_current.control_width);
-      //      ags_pattern_edit_draw_scroll(pattern_edit, cr,
-      //				position);
-
-      cairo_pop_group_to_source(cr);
-      cairo_paint(cr);
-    }
-  }
-}
-
-/**
- * ags_pattern_edit_draw_segment:
- * @pattern_edit: the #AgsPatternEdit
- * @cr: the #cairo_t surface
- *
- * Draws horizontal and vertical lines.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_draw_segment(AgsPatternEdit *pattern_edit, cairo_t *cr)
-{
-  AgsEditor *editor;
-  GtkWidget *widget;
-  double tact;
-  guint i, j;
-  guint j_set;
-
-  widget = (GtkWidget *) pattern_edit->drawing_area;
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-  cairo_rectangle(cr, 0.0, 0.0, (double) widget->allocation.width, (double) widget->allocation.height);
-  cairo_fill(cr);
-
-  cairo_set_line_width(cr, 1.0);
-
-  cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-
-  for(i = pattern_edit->y0 ; i < pattern_edit->height;){
-    cairo_move_to(cr, 0.0, (double) i);
-    cairo_line_to(cr, (double) pattern_edit->width, (double) i);
-    cairo_stroke(cr);
-
-    i += pattern_edit->control_height;
-  }
-
-  cairo_move_to(cr, 0.0, (double) i);
-  cairo_line_to(cr, (double) pattern_edit->width, (double) i);
-  cairo_stroke(cr);
-
-  tact = exp2((double) gtk_combo_box_get_active(editor->toolbar->zoom) - 4.0);
-
-  i = pattern_edit->control_current.x0;
-  
-  if(i < pattern_edit->width &&
-     tact > 1.0 ){
-    j_set = pattern_edit->control_current.nth_x % ((guint) tact);
-    cairo_set_source_rgb(cr, 0.6, 0.6, 0.6);
-
-    if(j_set != 0){
-      j = j_set;
-      goto ags_pattern_edit_draw_segment0;
-    }
-  }
-
-  for(; i < pattern_edit->width; ){
-    cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-    
-    cairo_move_to(cr, (double) i, 0.0);
-    cairo_line_to(cr, (double) i, (double) pattern_edit->height);
-    cairo_stroke(cr);
-    
-    i += pattern_edit->control_current.control_width;
-    
-    cairo_set_source_rgb(cr, 0.6, 0.6, 0.6);
-    
-    for(j = 1; i < pattern_edit->width && j < tact; j++){
-    ags_pattern_edit_draw_segment0:
-      cairo_move_to(cr, (double) i, 0.0);
-      cairo_line_to(cr, (double) i, (double) pattern_edit->height);
-      cairo_stroke(cr);
-      
-      i += pattern_edit->control_current.control_width;
-    }
-  }
-}
-
-/**
- * ags_pattern_edit_draw_position:
- * @pattern_edit: the #AgsPatternEdit
- * @cr: the #cairo_t surface
- *
- * Draws the cursor.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_draw_position(AgsPatternEdit *pattern_edit, cairo_t *cr)
-{
-  guint selected_x, selected_y;
-  guint x_offset[2], y_offset[2];
-  guint x, y, width, height;
-  gint size_width, size_height;
-
-  selected_x = pattern_edit->selected_x * pattern_edit->control_unit.control_width;
-  selected_y = pattern_edit->selected_y * pattern_edit->control_height;
-
-  size_width = GTK_WIDGET(pattern_edit->drawing_area)->allocation.width;
-  size_height = GTK_WIDGET(pattern_edit->drawing_area)->allocation.height;
-
-  x_offset[0] = (guint) gtk_range_get_value(GTK_RANGE(pattern_edit->hscrollbar));
-  x_offset[1] = x_offset[0] + (guint) size_width;
-
-  y_offset[0] = (guint) gtk_range_get_value(GTK_RANGE(pattern_edit->vscrollbar));
-  y_offset[1] = y_offset[0] + (guint) size_height;
-
-  /* calculate horizontally values */
-  if(selected_x < x_offset[0]){
-    if(selected_x + pattern_edit->control_current.control_width > x_offset[0]){
-      x = 0;
-      width = selected_x + pattern_edit->control_current.control_width - x_offset[0];
-    }else{
-      return;
-    }
-  }else if(selected_x > x_offset[1]){
-    return;
-  }else{
-    x = selected_x - x_offset[0];
-
-    if(selected_x + pattern_edit->control_current.control_width < x_offset[1]){
-      width = pattern_edit->control_current.control_width;
-    }else{
-      width = x_offset[1] - (selected_x + pattern_edit->control_current.control_width);
-    }
-  }
-
-  /* calculate vertically values */
-  if(selected_y < y_offset[0]){
-    if(selected_y + pattern_edit->control_height > y_offset[0]){
-      y = 0;
-      height = selected_y + pattern_edit->control_height - y_offset[0];
-    }else{
-      return;
-    }
-  }else if(selected_y > y_offset[1]){
-    return;
-  }else{
-    y = selected_y - y_offset[0];
-
-    if(selected_y + pattern_edit->control_height < y_offset[1]){
-      height = pattern_edit->control_height;
-    }else{
-      height = y_offset[1] - (selected_y + pattern_edit->control_height);
-    }
-  }
-
-  /* draw */
-  cairo_set_source_rgba(cr, 0.25, 0.5, 1.0, 0.5);
-  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-  cairo_fill(cr);
-}
-
-/**
- * ags_pattern_edit_draw_notation:
- * @pattern_edit: the #AgsPatternEdit
- * @cr: the #cairo_t surface
- *
- * Draw the #AgsNotation of selected #AgsMachine on @pattern_edit.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_draw_notation(AgsPatternEdit *pattern_edit, cairo_t *cr)
-{
-  AgsMachine *machine;
-  AgsEditor *editor;
-  GtkWidget *widget;
-  AgsNote *note;
-  GList *list_notation, *list_note;
-  guint x_offset;
-  guint control_height;
-  guint x, y, width, height;
-  gint selected_channel;
-  gint i;
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine == NULL ||
-     (machine = editor->selected_machine) == NULL ||
-     machine->audio->notation == NULL)
-    return;
-
-  widget = (GtkWidget *) pattern_edit->drawing_area;
-
-  cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-
-  i = 0;
-
-  while((selected_channel = ags_notebook_next_active_tab(editor->notebook,
-							 i)) != -1){
-    list_notation = g_list_nth(machine->audio->notation,
-			       selected_channel);
-    list_note = AGS_NOTATION(list_notation->data)->notes;
-
-    control_height = pattern_edit->control_height - 2 * pattern_edit->control_margin_y;
-
-    x_offset = (guint) GTK_RANGE(pattern_edit->hscrollbar)->adjustment->value;
-
-    /* draw controls smaller than pattern_edit->nth_x */
-    while(list_note != NULL && (note = (AgsNote *) list_note->data)->x[0] < pattern_edit->control_unit.nth_x){
-      if(note->x[1] >= pattern_edit->control_unit.nth_x){
-	if(note->y >= pattern_edit->nth_y && note->y <= pattern_edit->stop_y){
-	  x = 0;
-	  y = (note->y - pattern_edit->nth_y) * pattern_edit->control_height + pattern_edit->y0 + pattern_edit->control_margin_y;
-
-	  width = (guint) ((double) note->x[1] * pattern_edit->control_unit.control_width - (double) x_offset);
-
-	  if(width > widget->allocation.width)
-	    width = widget->allocation.width;
-
-	  height = control_height;
-
-	  /* draw note */
-	  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	  cairo_fill(cr);
-
-	  /* check if note is selected */
-	  if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	    cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-
-	    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	    cairo_stroke(cr);
-
-	    cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	  }
-	}else if(note->y == (pattern_edit->nth_y - 1) && pattern_edit->y0 != 0){
-	  if(pattern_edit->y0 > pattern_edit->control_margin_y){
-	    x = 0;
-	    width = (guint) ((double) note->x[1] * (double) pattern_edit->control_unit.control_width - x_offset);
-
-	    if(width > widget->allocation.width)
-	      width = widget->allocation.width;
-
-	    if(pattern_edit->y0 > control_height + pattern_edit->control_margin_y){
-	      y = pattern_edit->y0 - (control_height + pattern_edit->control_margin_y);
-	      height = control_height;
-	    }else{
-	      y = 0;
-	      height = pattern_edit->y0 - pattern_edit->control_margin_y;
-	    }
-
-	    /* draw note */
-	    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	    cairo_fill(cr);
-
-	    /* check if note is selected */
-	    if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	      cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-	    
-	      cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	      cairo_stroke(cr);
-	    
-	      cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	    }
-	  }
-	}else if(note->y == (pattern_edit->stop_y + 1) && pattern_edit->y1 != 0){
-	  if(pattern_edit->y1 > pattern_edit->control_margin_y){
-	    x = 0;
-	    width = note->x[1] * pattern_edit->control_unit.control_width - x_offset;
-
-	    if(width > widget->allocation.width)
-	      width = widget->allocation.width;
-
-	    y = (note->y - pattern_edit->nth_y) * pattern_edit->control_height + pattern_edit->control_margin_y;
-
-	    if(pattern_edit->y1 > control_height + pattern_edit->control_margin_y){
-	      height = control_height;
-	    }else{
-	      height = pattern_edit->y1 - pattern_edit->control_margin_y;
-	    }
-
-	    /* draw note */
-	    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	    cairo_fill(cr);
-	  
-	    /* check if note is selected */
-	    if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	      cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-	    
-	      cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	      cairo_stroke(cr);
-	    
-	      cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	    }
-	  }
-	}
-      }
-
-      list_note = list_note->next;
-    }
-
-    /* draw controls equal or greater than pattern_edit->nth_x */
-    while(list_note != NULL && (note = (AgsNote *) list_note->data)->x[0] <= pattern_edit->control_unit.stop_x){
-      if(note->y >= pattern_edit->nth_y && note->y <= pattern_edit->stop_y){
-	x = (guint) note->x[0] * pattern_edit->control_unit.control_width;
-	y = (note->y - pattern_edit->nth_y) * pattern_edit->control_height +
-	  pattern_edit->y0 +
-	  pattern_edit->control_margin_y;
-
-	width = note->x[1] * pattern_edit->control_unit.control_width - x;
-	x -= x_offset;
-
-	if(x + width > widget->allocation.width)
-	  width = widget->allocation.width - x;
-
-	height = control_height;
-
-	/* draw note*/
-	cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	cairo_fill(cr);
-
-	/* check if note is selected */
-	if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	  cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-	
-	  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	  cairo_stroke(cr);
-	
-	  cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	}
-      }else if(note->y == (pattern_edit->nth_y - 1) && pattern_edit->y0 != 0){
-	if(pattern_edit->y0 > pattern_edit->control_margin_y){
-	  x = note->x[0] * pattern_edit->control_unit.control_width - x_offset;
-	  width = note->x[1] * pattern_edit->control_unit.control_width - x_offset - x;
-      
-	  if(x + width > widget->allocation.width)
-	    width = widget->allocation.width - x;
-
-	  if(pattern_edit->y0 > control_height + pattern_edit->control_margin_y){
-	    y = pattern_edit->y0 - (control_height + pattern_edit->control_margin_y);
-	    height = control_height;
-	  }else{
-	    y = 0;
-	    height = pattern_edit->y0 - pattern_edit->control_margin_y;
-	  }
-
-	  /* draw note */
-	  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	  cairo_fill(cr);
-
-	  /* check if note is selected */
-	  if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	    cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-
-	    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	    cairo_stroke(cr);
-
-	    cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	  }
-	}
-      }else if(note->y == (pattern_edit->stop_y + 1) && pattern_edit->y1 != 0){
-	if(pattern_edit->y1 > pattern_edit->control_margin_y){
-	  x = note->x[0] * pattern_edit->control_unit.control_width - x_offset;
-	  width = note->x[1] * pattern_edit->control_unit.control_width - x_offset - x;
-      
-	  if(x + width > widget->allocation.width)
-	    width = widget->allocation.width - x;
-
-	  y = (note->y - pattern_edit->nth_y) * pattern_edit->control_height + pattern_edit->control_margin_y;
-
-	  if(pattern_edit->y1 > control_height + pattern_edit->control_margin_y){
-	    height = control_height;
-	  }else{
-	    height = pattern_edit->y1 - pattern_edit->control_margin_y;
-	  }
-
-	  /* draw note */
-	  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	  cairo_fill(cr);
-
-	  /* check if note is selected */
-	  if((AGS_NOTE_IS_SELECTED & (note->flags)) != 0){
-	    cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.7);
-
-	    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-	    cairo_stroke(cr);
-
-	    cairo_set_source_rgb(cr, 1.0, 1.0, 1.0);
-	  }
-	}
-      }
-
-      list_note = list_note->next;
-    }
-
-    i++;
-  }
-}
-
-/**
- * ags_pattern_edit_draw_scroll:
- * @pattern_edit: the #AgsPatternEdit
- * @cr: the #cairo_t surface
- * @position: the new position
- *
- * Change visible x-position of @pattern_edit.
- *
- * Since: 0.4
- */
-void
-ags_pattern_edit_draw_scroll(AgsPatternEdit *pattern_edit, cairo_t *cr,
-			  gdouble position)
-{
-  double x, y;
-  double width, height;
-
-  y = 0.0;
-  x = (position) - (GTK_RANGE(pattern_edit->hscrollbar)->adjustment->value * pattern_edit->control_current.control_width);
-
-  height = (double) GTK_WIDGET(pattern_edit->drawing_area)->allocation.height;
-  width = 3.0;
-
-  /* draw */
-  cairo_set_source_rgba(cr, 0.79, 0.0, 1.0, 0.5);
-  cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-  cairo_fill(cr);
-}
-
-/**
- * ags_pattern_edit_new:
- *
- * Create a new #AgsPatternEdit.
- *
- * Since: 0.4
- */
-AgsPatternEdit*
-ags_pattern_edit_new()
-{
-  AgsPatternEdit *pattern_edit;
-
-  pattern_edit = (AgsPatternEdit *) g_object_new(AGS_TYPE_PATTERN_EDIT, NULL);
-
-  return(pattern_edit);
-}
-
diff --git a/src/ags/X/editor/ags_pattern_edit.h b/src/ags/X/editor/ags_pattern_edit.h
deleted file mode 100644
index ea7332a..0000000
--- a/src/ags/X/editor/ags_pattern_edit.h
+++ /dev/null
@@ -1,150 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2005-2011, 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_PATTERN_EDIT_H__
-#define __AGS_PATTERN_EDIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/widget/ags_ruler.h>
-
-#include <ags/audio/ags_audio.h>
-#include <ags/audio/ags_notation.h>
-
-#define AGS_TYPE_PATTERN_EDIT                (ags_pattern_edit_get_type())
-#define AGS_PATTERN_EDIT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PATTERN_EDIT, AgsPatternEdit))
-#define AGS_PATTERN_EDIT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PATTERN_EDIT, AgsPatternEditClass))
-#define AGS_IS_PATTERN_EDIT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PATTERN_EDIT))
-#define AGS_IS_PATTERN_EDIT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PATTERN_EDIT))
-#define AGS_PATTERN_EDIT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PATTERN_EDIT, AgsPatternEditClass))
-
-#define AGS_PATTERN_EDIT_MAX_CONTROLS 1200
-
-typedef struct _AgsPatternEdit AgsPatternEdit;
-typedef struct _AgsPatternEditClass AgsPatternEditClass;
-
-typedef enum{
-  AGS_PATTERN_EDIT_RESETING_VERTICALLY    = 1,
-  AGS_PATTERN_EDIT_RESETING_HORIZONTALLY  = 1 <<  1,
-  AGS_PATTERN_EDIT_POSITION_CURSOR        = 1 <<  2,
-  AGS_PATTERN_EDIT_ADDING_NOTE            = 1 <<  3,
-  AGS_PATTERN_EDIT_DELETING_NOTE          = 1 <<  4,
-  AGS_PATTERN_EDIT_SELECTING_NOTES        = 1 <<  5,
-}AgsPatternEditFlags;
-
-typedef enum{
-  AGS_PATTERN_EDIT_RESET_VSCROLLBAR   = 1,
-  AGS_PATTERN_EDIT_RESET_HSCROLLBAR   = 1 <<  1,
-  AGS_PATTERN_EDIT_RESET_WIDTH        = 1 <<  2,
-  AGS_PATTERN_EDIT_RESET_HEIGHT       = 1 <<  3, // reserved
-}AgsPatternEditResetFlags;
-
-struct _AgsPatternEdit
-{
-  GtkTable table;
-
-  guint flags;
-
-  AgsRuler *ruler;
-  GtkDrawingArea *drawing_area;
-
-  struct _AgsPatternEditControl{ // values retrieved by mouse pressed and released callback
-    AgsNote *note;
-
-    guint x0_offset;
-    guint y0_offset;
-    guint x0;
-    guint y0;
-
-    guint x1_offset;
-    guint y1_offset;
-    guint x1;
-    guint y1;
-  }control;
-
-  guint width;
-  guint height;
-  guint map_width;
-  guint map_height;
-
-  guint control_height;
-  guint control_margin_y;
-
-  guint control_width;
-
-  guint y0;
-  guint y1;
-
-  guint nth_y;
-  guint stop_y;
-
-  struct _AgsPatternEditControlCurrent{ // values for drawing refering to current tic and zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-  }control_current;
-
-  struct _AgsPatternEditControlUnit{ // values for drawing refering to smallest tic and current zoom
-    guint control_count;
-
-    guint control_width;
-
-    guint x0;
-    guint x1;
-
-    guint nth_x;
-    guint stop_x;
-  }control_unit;
-
-  guint selected_x;
-  guint selected_y;
-  
-  GtkVScrollbar *vscrollbar;
-  GtkHScrollbar *hscrollbar;
-};
-
-struct _AgsPatternEditClass
-{
-  GtkTableClass table;
-};
-
-GType ags_pattern_edit_get_type(void);
-
-void ags_pattern_edit_set_map_height(AgsPatternEdit *pattern_edit, guint map_height);
-
-void ags_pattern_edit_reset_vertically(AgsPatternEdit *pattern_edit, guint flags);
-void ags_pattern_edit_reset_horizontally(AgsPatternEdit *pattern_edit, guint flags);
-
-void ags_pattern_edit_draw_segment(AgsPatternEdit *pattern_edit, cairo_t *cr);
-void ags_pattern_edit_draw_position(AgsPatternEdit *pattern_edit, cairo_t *cr);
-void ags_pattern_edit_draw_notation(AgsPatternEdit *pattern_edit, cairo_t *cr);
-
-void ags_pattern_edit_draw_scroll(AgsPatternEdit *pattern_edit, cairo_t *cr,
-				  gdouble position);
-
-AgsPatternEdit* ags_pattern_edit_new();
-
-#endif /*__AGS_PATTERN_EDIT_H__*/
diff --git a/src/ags/X/editor/ags_pattern_edit_callbacks.c b/src/ags/X/editor/ags_pattern_edit_callbacks.c
deleted file mode 100644
index f876874..0000000
--- a/src/ags/X/editor/ags_pattern_edit_callbacks.c
+++ /dev/null
@@ -1,774 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2005-2011 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_pattern_edit_callbacks.h>
-
-#include <ags/X/ags_editor.h>
-
-#include <ags/X/machine/ags_panel.h>
-#include <ags/X/machine/ags_mixer.h>
-#include <ags/X/machine/ags_drum.h>
-#include <ags/X/machine/ags_matrix.h>
-#include <ags/X/machine/ags_synth.h>
-#include <ags/X/machine/ags_ffplayer.h>
-
-gboolean
-ags_pattern_edit_drawing_area_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsPatternEdit *pattern_edit)
-{
-  AgsEditor *editor;
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine != NULL){
-    AgsMachine *machine;
-
-    machine = editor->selected_machine;
-
-    if(machine != NULL){
-      cairo_t *cr;
-
-      cr = gdk_cairo_create(widget->window);
-      cairo_push_group(cr);
-
-      if(AGS_IS_PANEL(machine)){
-      }else if(AGS_IS_MIXER(machine)){
-      }else if(AGS_IS_DRUM(machine)){
-	ags_pattern_edit_draw_segment(pattern_edit, cr);
-	ags_pattern_edit_draw_notation(pattern_edit, cr);
-      }else if(AGS_IS_MATRIX(machine)){
-	ags_pattern_edit_draw_segment(pattern_edit, cr);
-	ags_pattern_edit_draw_notation(pattern_edit, cr);
-      }else if(AGS_IS_SYNTH(machine)){
-	ags_pattern_edit_draw_segment(pattern_edit, cr);
-	ags_pattern_edit_draw_notation(pattern_edit, cr);
-      }else if(AGS_IS_FFPLAYER(machine)){
-	ags_pattern_edit_draw_segment(pattern_edit, cr);
-	ags_pattern_edit_draw_notation(pattern_edit, cr);
-      }
-
-      if(editor->toolbar->selected_edit_mode == editor->toolbar->position){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }
-
-      cairo_pop_group_to_source(cr);
-      cairo_paint(cr);
-    }
-  }
-
-  return(TRUE);
-}
-
-gboolean
-ags_pattern_edit_drawing_area_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsPatternEdit *pattern_edit)
-{
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_VERTICALLY;
-  ags_pattern_edit_reset_vertically(pattern_edit, AGS_PATTERN_EDIT_RESET_VSCROLLBAR);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_VERTICALLY);
-
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_HORIZONTALLY;
-  ags_pattern_edit_reset_horizontally(pattern_edit, AGS_PATTERN_EDIT_RESET_HSCROLLBAR);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_HORIZONTALLY);  
-
-  return(FALSE);
-}
-
-gboolean
-ags_pattern_edit_drawing_area_button_press_event (GtkWidget *widget, GdkEventButton *event, AgsPatternEdit *pattern_edit)
-{
-  AgsMachine *machine;
-  AgsEditor *editor;
-  double tact, zoom;
-
-  auto void ags_pattern_edit_drawing_area_button_press_event_set_control();
-
-  void ags_pattern_edit_drawing_area_button_press_event_set_control(){
-    AgsNote *note;
-    guint note_offset_x0, note_offset_y0;
-    guint note_x, note_y;
-
-    if(pattern_edit->control.y0 >= pattern_edit->map_height || pattern_edit->control.x0 >= pattern_edit->map_width)
-      return;
-
-    note_offset_x0 = (guint) (ceil((double) (pattern_edit->control.x0_offset) / (double) (pattern_edit->control_current.control_width)));
-
-    if(pattern_edit->control.x0 >= pattern_edit->control_current.x0)
-      note_x = (guint) (floor((double) (pattern_edit->control.x0 - pattern_edit->control_current.x0) / (double) (pattern_edit->control_current.control_width)));
-    else{
-      note_offset_x0 -= 1;
-      note_x = 0;
-    }
-
-    note_offset_y0 = (guint) ceil((double) (pattern_edit->control.y0_offset) / (double) (pattern_edit->control_height));
-
-    if(pattern_edit->control.y0 >= pattern_edit->y0)
-      note_y = (guint) floor((double) (pattern_edit->control.y0 - pattern_edit->y0) / (double) (pattern_edit->control_height));
-    else{
-      note_offset_y0 -= 1;
-      note_y = 0;
-    }
-
-    note = pattern_edit->control.note;
-    note->flags = AGS_NOTE_GUI;
-    note->x[0] = (note_x * tact) + (note_offset_x0 * tact);
-    note->x[1] = note->x[0] + 1;
-    note->y = note_y + note_offset_y0;
-  }
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine != NULL &&
-     event->button == 1 &&
-     (machine = editor->selected_machine) != NULL){
-    AgsToolbar *toolbar;
-
-    toolbar = editor->toolbar;
-
-    if(toolbar->selected_edit_mode == toolbar->position){
-      pattern_edit->flags |= AGS_PATTERN_EDIT_POSITION_CURSOR;
-    }else if(toolbar->selected_edit_mode == toolbar->edit){
-      pattern_edit->flags |= AGS_PATTERN_EDIT_ADDING_NOTE;
-    }else if(toolbar->selected_edit_mode == toolbar->clear){
-      pattern_edit->flags |= AGS_PATTERN_EDIT_DELETING_NOTE;
-    }else if(toolbar->selected_edit_mode == toolbar->select){
-      pattern_edit->flags |= AGS_PATTERN_EDIT_SELECTING_NOTES;
-    }
-
-    /* store the events position */
-    pattern_edit->control.x0_offset = (guint) round((double) GTK_RANGE(pattern_edit->hscrollbar)->adjustment->value);
-    pattern_edit->control.y0_offset = (guint) round((double) GTK_RANGE(pattern_edit->vscrollbar)->adjustment->value);
-
-    pattern_edit->control.x0 = (guint) event->x;
-    pattern_edit->control.y0 = (guint) event->y;
-
-    if((AGS_PATTERN_EDIT_ADDING_NOTE & (pattern_edit->flags)) != 0 ||
-       (AGS_PATTERN_EDIT_POSITION_CURSOR & (pattern_edit->flags)) != 0){
-      tact = exp2(8.0 - (double) gtk_combo_box_get_active(editor->toolbar->zoom));
-      
-      if(AGS_IS_PANEL(machine)){
-      }else if(AGS_IS_MIXER(machine)){
-      }else if(AGS_IS_DRUM(machine)){
-	ags_pattern_edit_drawing_area_button_press_event_set_control();
-      }else if(AGS_IS_MATRIX(machine)){
-	ags_pattern_edit_drawing_area_button_press_event_set_control();
-      }else if(AGS_IS_SYNTH(machine)){
-	ags_pattern_edit_drawing_area_button_press_event_set_control();
-      }else if(AGS_IS_FFPLAYER(machine)){
-	ags_pattern_edit_drawing_area_button_press_event_set_control();
-      }
-    }
-  }
-
-  return(TRUE);
-}
-
-gboolean
-ags_pattern_edit_drawing_area_button_release_event(GtkWidget *widget, GdkEventButton *event, AgsPatternEdit *pattern_edit)
-{
-  AgsMachine *machine;
-  AgsEditor *editor;
-  AgsNote *note, *note0;
-  double tact;
-  
-  auto void ags_pattern_edit_drawing_area_button_release_event_set_control();
-  auto void ags_pattern_edit_drawing_area_button_release_event_draw_control(cairo_t *cr);
-  auto void ags_pattern_edit_drawing_area_button_release_event_delete_point();
-  auto void ags_pattern_edit_drawing_area_button_release_event_select_region();
-
-  void ags_pattern_edit_drawing_area_button_release_event_set_control(){
-    GList *list_notation;
-    guint note_x, note_y;
-    guint note_offset_x1;
-    gint history;
-    gint selected_channel;
-
-    if(pattern_edit->control.x0 >= pattern_edit->map_width)
-      pattern_edit->control.x0 = pattern_edit->map_width - 1;
-
-    note_offset_x1 = (guint) (ceil((double) (pattern_edit->control.x1_offset)  / (double) (pattern_edit->control_current.control_width)));
-
-    if(pattern_edit->control.x1 >= pattern_edit->control_current.x0)
-      note_x = (guint) (ceil((double) (pattern_edit->control.x1 - pattern_edit->control_current.x0) / (double) (pattern_edit->control_current.control_width)));
-    else{
-      note_offset_x1 -= 1;
-      note_x = 0;
-    }
-
-    list_notation = machine->audio->notation;
-    history = gtk_combo_box_get_active(editor->toolbar->mode);
-
-    switch(history){
-    case 0:
-      {
-	if(editor->notebook->tabs != NULL){
-	  list_notation = g_list_nth(list_notation,
-				     ags_notebook_next_active_tab(editor->notebook,
-								  0));
-
-	  note0 = ags_note_duplicate(note);
-
-	  ags_notation_add_note(AGS_NOTATION(list_notation->data), note0, FALSE);
-	}
-      }
-      break;
-    case 1:
-      {
-	gint i;
-
-	i = 0;
-
-	while((selected_channel = ags_notebook_next_active_tab(editor->notebook,
-							       i)) != -1){
-	  list_notation = g_list_nth(machine->audio->notation,
-				     selected_channel);
-
-	  note0 = ags_note_duplicate(note);
-
-	  ags_notation_add_note(AGS_NOTATION(list_notation->data), note0, FALSE);
-
-	  i++;
-	}
-      }
-      break;
-    case 2:
-      {
-	while(list_notation != NULL){
-	  note0 = ags_note_duplicate(note);
-
-	  ags_notation_add_note(AGS_NOTATION(list_notation->data), note0, FALSE);
-
-	  list_notation = list_notation->next;
-	}
-      }
-      break;
-    }
-
-    fprintf(stdout, "x0 = %llu\nx1 = %llu\ny  = %llu\n\n\0", (long long unsigned int) note->x[0], (long long unsigned int) note->x[1], (long long unsigned int) note->y);
-  }
-  void ags_pattern_edit_drawing_area_button_release_event_draw_control(cairo_t *cr){
-    guint x, y, width, height;
-
-    widget = (GtkWidget *) pattern_edit->drawing_area;
-    //    cr = gdk_cairo_create(widget->window);
-
-    x = note->x[0] * pattern_edit->control_unit.control_width;
-    width = note->x[1] * pattern_edit->control_unit.control_width;
-
-    if(x < pattern_edit->control.x1_offset){
-      if(width > pattern_edit->control.x1_offset){
-	width -= (guint) x;
-	x = 0;
-      }else{
-	return;
-      }
-    }else if(x < pattern_edit->control.x1_offset + widget->allocation.width){
-      width -= x;
-      x -= pattern_edit->control.x1_offset;
-    }else{
-      return;
-    }
-
-    if(x + width > widget->allocation.width)
-      width = widget->allocation.width - x;
-
-    y = note->y * pattern_edit->control_height;
-
-    if(y < pattern_edit->control.y1_offset){
-      if(y + pattern_edit->control_height - pattern_edit->control_margin_y < pattern_edit->control.y1_offset){
-	return;
-      }else{
-	if(y + pattern_edit->control_margin_y < pattern_edit->control.y1_offset){
-	  height = pattern_edit->control_height;
-	  y = y + pattern_edit->control_margin_y - pattern_edit->control.y1_offset;
-	}else{
-	  height = pattern_edit->y0;
-	  y -= pattern_edit->control.y1_offset;
-	}
-      }
-    }else if(y < pattern_edit->control.y1_offset + widget->allocation.height - pattern_edit->control_height){
-      height = pattern_edit->control_height - 2 * pattern_edit->control_margin_y;
-      y = y - pattern_edit->control.y1_offset + pattern_edit->control_margin_y;
-    }else{
-      if(y > pattern_edit->control.y1_offset + widget->allocation.height - pattern_edit->y1 + pattern_edit->control_margin_y){
-	return;
-      }else{
-	height = pattern_edit->y0;
-	y = y - pattern_edit->control.y1_offset + pattern_edit->control_margin_y;
-      }
-    }
-
-    cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-    cairo_fill(cr);
-  }
-  void ags_pattern_edit_drawing_area_button_release_event_delete_point(){
-    GList *list_notation;
-    guint x, y;
-    gint history;
-    gint selected_channel;
-
-    x = pattern_edit->control.x0_offset + pattern_edit->control.x0 - 1;
-    y = pattern_edit->control.y0_offset + pattern_edit->control.y0;
-
-    x = (guint) ceil((double) x / (double) (pattern_edit->control_unit.control_width));
-    y = (guint) floor((double) y / (double) (pattern_edit->control_height));
-
-    g_message("%d, %d\0", x, y);
-
-    /* select notes */
-    list_notation = machine->audio->notation;
-
-    history = gtk_combo_box_get_active(editor->toolbar->mode);
-
-    if(history == 0){
-      if(editor->notebook->tabs != NULL){
-	list_notation = g_list_nth(list_notation,
-				   ags_notebook_next_active_tab(editor->notebook,
-								0));
-
-	ags_notation_remove_note_at_position(AGS_NOTATION(list_notation->data),
-					     x, y);
-      }
-    }else if(history == 1){
-      gint i;
-
-      i = 0;
-
-      while((selected_channel = ags_notebook_next_active_tab(editor->notebook,
-							     i)) != -1){
-	list_notation = g_list_nth(machine->audio->notation,
-				   selected_channel);
-
-	ags_notation_remove_note_at_position(AGS_NOTATION(list_notation->data),
-					     x, y);
-
-	list_notation = list_notation->next;
-	i++;
-      }
-    }else if(history == 2){
-      while(list_notation != NULL){
-	ags_notation_remove_note_at_position(AGS_NOTATION(list_notation->data),
-					     x, y);
-
-	list_notation = list_notation->next;
-      }
-    }
-  }
-  void ags_pattern_edit_drawing_area_button_release_event_select_region(){
-    GList *list_notation;
-    guint x0, x1, y0, y1;
-
-    /* get real size and offset */
-    x0 = pattern_edit->control.x0_offset + pattern_edit->control.x0;
-    x1 = pattern_edit->control.x1_offset + pattern_edit->control.x1;
-
-    if(x0 > x1){
-      guint tmp;
-
-      tmp = x1;
-      x1 = x0;
-      x0 = tmp;
-    }
-
-    /* convert to region */
-    x0 = (guint) (floor((double) x0 / (double) (pattern_edit->control_current.control_width)) * tact);
-    x1 = (guint) (ceil((double) x1 / (double) (pattern_edit->control_current.control_width)) * tact);
-
-    /* get real size and offset */
-    y0 = pattern_edit->control.y0_offset + pattern_edit->control.y0;
-    y1 = pattern_edit->control.y1_offset + pattern_edit->control.y1;
-
-    if(y0 > y1){
-      guint tmp;
-
-      tmp = y1;
-      y1 = y0;
-      y0 = tmp;
-    }
-
-    /* convert to region */
-    y0 = (guint) floor((double) y0 / (double) (pattern_edit->control_height));
-    y1 = (guint) ceil((double) y1 / (double) (pattern_edit->control_height));
-
-    /* select notes */
-    list_notation = machine->audio->notation;
-
-    if(gtk_combo_box_get_active(editor->toolbar->mode) == 0){
-      if(editor->notebook->tabs != NULL){
-	list_notation = g_list_nth(list_notation,
-				   ags_notebook_next_active_tab(editor->notebook,
-				   0));
-
-	ags_notation_add_region_to_selection(AGS_NOTATION(list_notation->data),
-					     x0, y0,
-					     x1, y1,
-					     TRUE);
-      }
-    }else{
-      while(list_notation != NULL ){
-	ags_notation_add_region_to_selection(AGS_NOTATION(list_notation->data),
-					     x0, y0,
-					     x1, y1,
-					     TRUE);
-
-	list_notation = list_notation->next;
-      }
-    }
-
-  }
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine != NULL && event->button == 1){
-    cairo_t *cr;
-
-    pattern_edit->control.x1 = (guint) event->x;
-    pattern_edit->control.y1 = (guint) event->y;
-
-    machine = editor->selected_machine;
-    note = pattern_edit->control.note;
-
-    /* store the events position */
-    pattern_edit->control.x1_offset = (guint) round((double) pattern_edit->hscrollbar->scrollbar.range.adjustment->value);
-    pattern_edit->control.y1_offset = (guint) round((double) pattern_edit->vscrollbar->scrollbar.range.adjustment->value);
-
-    tact = exp2(8.0 - (double) gtk_combo_box_get_active(editor->toolbar->zoom));
-
-    cr = gdk_cairo_create(widget->window);
-    cairo_push_group(cr);
-
-    if((AGS_PATTERN_EDIT_POSITION_CURSOR & (pattern_edit->flags)) != 0){
-      pattern_edit->flags &= (~AGS_PATTERN_EDIT_POSITION_CURSOR);
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-
-      pattern_edit->selected_x = pattern_edit->control.note->x[0];
-      pattern_edit->selected_y = pattern_edit->control.note->y;
-
-      if(AGS_IS_PANEL(machine)){
-      }else if(AGS_IS_MIXER(machine)){
-      }else if(AGS_IS_DRUM(machine)){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }else if(AGS_IS_MATRIX(machine)){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }else if(AGS_IS_FFPLAYER(machine)){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }else if(AGS_IS_SYNTH(machine)){
-	ags_pattern_edit_draw_position(pattern_edit, cr);
-      }
-    }else if((AGS_PATTERN_EDIT_ADDING_NOTE & (pattern_edit->flags)) != 0){
-      pattern_edit->flags &= (~AGS_PATTERN_EDIT_ADDING_NOTE);
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-
-      if(AGS_IS_PANEL(machine)){
-      }else if(AGS_IS_MIXER(machine)){
-      }else if(AGS_IS_DRUM(machine)){
-	ags_pattern_edit_drawing_area_button_release_event_set_control();
-	ags_pattern_edit_drawing_area_button_release_event_draw_control(cr);
-      }else if(AGS_IS_MATRIX(machine)){
-	ags_pattern_edit_drawing_area_button_release_event_set_control();
-	ags_pattern_edit_drawing_area_button_release_event_draw_control(cr);
-      }else if(AGS_IS_FFPLAYER(machine)){
-	ags_pattern_edit_drawing_area_button_release_event_set_control();
-	ags_pattern_edit_drawing_area_button_release_event_draw_control(cr);
-      }else if(AGS_IS_SYNTH(machine)){
-	ags_pattern_edit_drawing_area_button_release_event_set_control();
-	ags_pattern_edit_drawing_area_button_release_event_draw_control(cr);
-      }
-    }else if((AGS_PATTERN_EDIT_DELETING_NOTE & (pattern_edit->flags)) != 0){
-      pattern_edit->flags &= (~AGS_PATTERN_EDIT_DELETING_NOTE);
-
-      ags_pattern_edit_drawing_area_button_release_event_delete_point();
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-    }else if((AGS_PATTERN_EDIT_SELECTING_NOTES & (pattern_edit->flags)) != 0){
-      pattern_edit->flags &= (~AGS_PATTERN_EDIT_SELECTING_NOTES);
-
-      ags_pattern_edit_drawing_area_button_release_event_select_region();
-
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-    }
-
-    cairo_pop_group_to_source(cr);
-    cairo_paint(cr);
-  }
-
-  return(FALSE);
-}
-
-gboolean
-ags_pattern_edit_drawing_area_motion_notify_event (GtkWidget *widget, GdkEventMotion *event, AgsPatternEdit *pattern_edit)
-{
-  AgsMachine *machine;
-  AgsEditor *editor;
-  AgsNote *note, *note0;
-  double value[2];
-  double tact;
-  guint note_x1;
-  guint prev_x1;
-  void ags_pattern_edit_drawing_area_motion_notify_event_set_control(){
-    GList *list_notation;
-    guint note_x, note_y;
-    guint note_offset_x1;
-
-    if(pattern_edit->control.x0 >= pattern_edit->map_width)
-      pattern_edit->control.x0 = pattern_edit->map_width - 1;
-
-    note_offset_x1 = (guint) (ceil(pattern_edit->control.x1_offset / (double) (pattern_edit->control_current.control_width)));
-
-    if(pattern_edit->control.x1 >= pattern_edit->control_current.x0)
-      note_x = (guint) (ceil((double) (pattern_edit->control.x1 - pattern_edit->control_current.x0) / (double) (pattern_edit->control_current.control_width)));
-    else{
-      note_offset_x1 -= 1;
-      note_x = 0;
-    }
-
-    note_x1 = (note_x * tact) + (note_offset_x1 * tact);
-
-    list_notation = machine->audio->notation;
-
-    fprintf(stdout, "x0 = %llu\nx1 = %llu\ny  = %llu\n\n\0", (long long unsigned int) note->x[0], (long long unsigned int) note->x[1], (long long unsigned int) note->y);
-  }
-  void ags_pattern_edit_drawing_area_motion_notify_event_draw_control(cairo_t *cr){
-    guint x, y, width, height;
-
-    widget = (GtkWidget *) pattern_edit->drawing_area;
-
-    x = note->x[0] * pattern_edit->control_unit.control_width;
-    width = note_x1 * pattern_edit->control_unit.control_width;
-
-    if(x < pattern_edit->control.x1_offset){
-      if(width > pattern_edit->control.x1_offset){
-	width -= x;
-	x = 0;
-      }else{
-	return;
-      }
-    }else if(x < pattern_edit->control.x1_offset + widget->allocation.width){
-      width -= x;
-      x -= pattern_edit->control.x1_offset;
-    }else{
-      return;
-    }
-
-    width = pattern_edit->control_unit.control_width;
-
-    if(x + width > widget->allocation.width)
-      width = widget->allocation.width - x;
-
-    y = note->y * pattern_edit->control_height;
-
-    if(y < pattern_edit->control.y1_offset){
-      if(y + pattern_edit->control_height - pattern_edit->control_margin_y < pattern_edit->control.y1_offset){
-	return;
-      }else{
-	if(y + pattern_edit->control_margin_y < pattern_edit->control.y1_offset){
-	  height = pattern_edit->control_height;
-	  y = y + pattern_edit->control_margin_y - pattern_edit->control.y1_offset;
-	}else{
-	  height = pattern_edit->y0;
-	  y -= pattern_edit->control.y1_offset;
-	}
-      }
-    }else if(y < pattern_edit->control.y1_offset + widget->allocation.height - pattern_edit->control_height){
-      height = pattern_edit->control_height - 2 * pattern_edit->control_margin_y;
-      y = y - pattern_edit->control.y1_offset + pattern_edit->control_margin_y;
-    }else{
-      if(y > pattern_edit->control.y1_offset + widget->allocation.height - pattern_edit->y1 + pattern_edit->control_margin_y){
-	return;
-      }else{
-	height = pattern_edit->y0;
-	y = y - pattern_edit->control.y1_offset + pattern_edit->control_margin_y;
-      }
-    }
-
-    cairo_set_source_rgb(cr, 0.0, 0.0, 0.0);
-    cairo_rectangle(cr, (double) x, (double) y, (double) width, (double) height);
-    cairo_fill(cr);
-  }
-  void ags_pattern_edit_drawing_area_motion_notify_event_draw_selection(cairo_t *cr){
-    GtkAllocation allocation;
-    guint x0_offset, x1_offset, y0_offset, y1_offset;
-    guint x0, x1, y0, y1, width, height;
-    guint x0_viewport, x1_viewport, y0_viewport, y1_viewport;
-
-    /* get viewport */
-    gtk_widget_get_allocation(widget, &allocation);
-
-    x0_viewport = pattern_edit->control.x1_offset;
-    x1_viewport = pattern_edit->control.x1_offset + allocation.width;
-
-    y0_viewport = pattern_edit->control.y1_offset;
-    y1_viewport = pattern_edit->control.y1_offset + allocation.height;
-
-    /* get real size and offset */
-    x0 = pattern_edit->control.x0_offset + pattern_edit->control.x0;
-    x1 = pattern_edit->control.x1_offset + pattern_edit->control.x1;
-
-    if(x0 > x1){
-      x0_offset = x1;
-      x1_offset = x0;
-
-      x1 = x0_offset;
-      x0 = x1_offset;
-    }else{
-      x0_offset = x0;
-      x1_offset = x1;
-    }
-
-    /* get drawable size and offset */
-    if(x0 < x0_viewport){
-      //      x0 = 0;
-      //      width = x1_offset - x0_viewport;
-      x0 -= x0_viewport;
-      width = x1 - x0;
-    }else{
-      x0 -= x0_viewport;
-      width = x1 - x0;
-    }
-
-    if(x1 > x1_viewport){
-      width -= (x1 - x1_viewport);
-    }else{
-      width -= x0_viewport;
-    }
-
-    /* get real size and offset */
-    y0 = pattern_edit->control.y0_offset + pattern_edit->control.y0;
-    y1 = pattern_edit->control.y1_offset + pattern_edit->control.y1;
-
-    if(y0 > y1){
-      y0_offset = y1;
-      y1_offset = y0;
-
-      y1 = y0_offset;
-      y0 = y1_offset;
-    }else{
-      y0_offset = y0;
-      y1_offset = y1;
-    }
-
-    /* get drawable size and offset */
-    if(y0 < y0_viewport){
-      y0 = 0;
-      height = y1_offset - y0_viewport;
-    }else{
-      y0 -= y0_viewport;
-      height = y1 - y0;
-    }
-
-    if(y1 > y1_viewport){
-      height -= (y1 - y1_viewport);
-    }else{
-      height -= y0_viewport;
-    }
-
-    cairo_set_source_rgba(cr, 1.0, 0.0, 0.0, 0.3);
-    cairo_rectangle(cr, (double) x0, (double) y0, (double) width, (double) height);
-    cairo_fill(cr);
-  }
-
-  editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(pattern_edit),
-						 AGS_TYPE_EDITOR);
-
-  if(editor->selected_machine != NULL){
-    cairo_t *cr;
-
-    prev_x1 = pattern_edit->control.x1;
-    pattern_edit->control.x1 = (guint) event->x;
-    pattern_edit->control.y1 = (guint) event->y;
-
-    machine = editor->selected_machine;
-    note = pattern_edit->control.note;
-
-    pattern_edit->control.x1_offset = (guint) round((double) pattern_edit->hscrollbar->scrollbar.range.adjustment->value);
-    pattern_edit->control.y1_offset = (guint) round((double) pattern_edit->vscrollbar->scrollbar.range.adjustment->value);
-
-    tact = exp2(8.0 - (double) gtk_combo_box_get_active(editor->toolbar->zoom));
-
-    cr = gdk_cairo_create(widget->window);
-    cairo_push_group(cr);
-
-    if((AGS_PATTERN_EDIT_ADDING_NOTE & (pattern_edit->flags)) != 0){
-      if(prev_x1 > pattern_edit->control.x1){
-	ags_pattern_edit_draw_segment(pattern_edit, cr);
-	ags_pattern_edit_draw_notation(pattern_edit, cr);
-      }
-
-      if(AGS_IS_PANEL(machine)){
-      }else if(AGS_IS_MIXER(machine)){
-      }else if(AGS_IS_DRUM(machine)){
-	ags_pattern_edit_drawing_area_motion_notify_event_set_control();
-	ags_pattern_edit_drawing_area_motion_notify_event_draw_control(cr);
-      }else if(AGS_IS_MATRIX(machine)){
-	ags_pattern_edit_drawing_area_motion_notify_event_set_control();
-	ags_pattern_edit_drawing_area_motion_notify_event_draw_control(cr);
-      }else if(AGS_IS_FFPLAYER(machine)){
-	ags_pattern_edit_drawing_area_motion_notify_event_set_control();
-	ags_pattern_edit_drawing_area_motion_notify_event_draw_control(cr);
-      }
-    }else if((AGS_PATTERN_EDIT_SELECTING_NOTES & (pattern_edit->flags)) != 0){
-      ags_pattern_edit_draw_segment(pattern_edit, cr);
-      ags_pattern_edit_draw_notation(pattern_edit, cr);
-
-      ags_pattern_edit_drawing_area_motion_notify_event_draw_selection(cr);
-    }
-    
-    cairo_pop_group_to_source(cr);
-    cairo_paint(cr);
-  }
-
-  return(FALSE);
-}
-
-void
-ags_pattern_edit_vscrollbar_value_changed(GtkRange *range, AgsPatternEdit *pattern_edit)
-{
-  if((AGS_PATTERN_EDIT_RESETING_VERTICALLY & pattern_edit->flags) != 0){
-    return;
-  }
-
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_VERTICALLY;
-  ags_pattern_edit_reset_vertically(pattern_edit, 0);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_VERTICALLY);
-}
-
-void
-ags_pattern_edit_hscrollbar_value_changed(GtkRange *range, AgsPatternEdit *pattern_edit)
-{
-  if((AGS_PATTERN_EDIT_RESETING_HORIZONTALLY & pattern_edit->flags) != 0){
-    return;
-  }
-
-  /* reset ruler */
-  gtk_adjustment_set_value(pattern_edit->ruler->adjustment,
-			   GTK_RANGE(pattern_edit->hscrollbar)->adjustment->value / (double) pattern_edit->control_current.control_width);
-  gtk_widget_queue_draw(pattern_edit->ruler);
-
-  /* update note edit */
-  pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_HORIZONTALLY;
-  ags_pattern_edit_reset_horizontally(pattern_edit, 0);
-  pattern_edit->flags &= (~AGS_PATTERN_EDIT_RESETING_HORIZONTALLY);
-}
diff --git a/src/ags/X/editor/ags_pattern_edit_callbacks.h b/src/ags/X/editor/ags_pattern_edit_callbacks.h
deleted file mode 100644
index a4f0c80..0000000
--- a/src/ags/X/editor/ags_pattern_edit_callbacks.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2005-2011 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_PATTERN_EDIT_CALLBACKS_H__
-#define __AGS_PATTERN_EDIT_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_pattern_edit.h>
-
-gboolean ags_pattern_edit_drawing_area_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsPatternEdit *pattern_edit);
-gboolean ags_pattern_edit_drawing_area_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsPatternEdit *pattern_edit);
-gboolean ags_pattern_edit_drawing_area_button_press_event(GtkWidget *widget, GdkEventButton *event, AgsPatternEdit *pattern_edit);
-gboolean ags_pattern_edit_drawing_area_button_release_event(GtkWidget *widget, GdkEventButton *event, AgsPatternEdit *pattern_edit);
-gboolean ags_pattern_edit_drawing_area_motion_notify_event(GtkWidget *widget, GdkEventMotion *event, AgsPatternEdit *pattern_edit);
-
-void ags_pattern_edit_vscrollbar_value_changed(GtkRange *range, AgsPatternEdit *pattern_edit);
-void ags_pattern_edit_hscrollbar_value_changed(GtkRange *range, AgsPatternEdit *pattern_edit);
-
-#endif /*__AGS_PATTERN_EDIT_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_port_selection.c b/src/ags/X/editor/ags_port_selection.c
deleted file mode 100644
index 4298a12..0000000
--- a/src/ags/X/editor/ags_port_selection.c
+++ /dev/null
@@ -1,369 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_port_selection.h>
-#include <ags/X/editor/ags_port_selection_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_output.h>
-#include <ags/audio/ags_input.h>
-
-#include <ags/X/ags_automation_editor.h>
-#include <ags/X/ags_machine.h>
-#include <ags/X/ags_pad.h>
-#include <ags/X/ags_line.h>
-#include <ags/X/ags_line_member.h>
-
-void ags_port_selection_class_init(AgsPortSelectionClass *port_selection);
-void ags_port_selection_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_port_selection_init(AgsPortSelection *port_selection);
-void ags_port_selection_connect(AgsConnectable *connectable);
-void ags_port_selection_disconnect(AgsConnectable *connectable);
-
-void ags_port_selection_real_add_port(AgsPortSelection *port_selection,
-				      AgsPort *port);
-
-/**
- * SECTION:ags_port_selection
- * @short_description: edit tool
- * @title: AgsPortSelection
- * @section_id:
- * @include: ags/X/editor/ags_note_edit.h
- *
- * The #AgsPortSelection lets you add ports to automation.
- */
-
-enum{
-  ADD_PORT,
-  LAST_SIGNAL,
-};
-
-static guint port_selection_signals[LAST_SIGNAL];
-
-GType
-ags_port_selection_get_type(void)
-{
-  static GType ags_type_port_selection = 0;
-
-  if (!ags_type_port_selection){
-    static const GTypeInfo ags_port_selection_info = {
-      sizeof (AgsPortSelectionClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_port_selection_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsPortSelection),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_port_selection_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_port_selection_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_port_selection = g_type_register_static(GTK_TYPE_MENU_TOOL_BUTTON,
-						     "AgsPortSelection\0", &ags_port_selection_info,
-						     0);
-    
-    g_type_add_interface_static(ags_type_port_selection,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_port_selection);
-}
-
-void
-ags_port_selection_class_init(AgsPortSelectionClass *port_selection)
-{
-  /* AgsPortSelectionClass */
-  port_selection->add_port = ags_port_selection_real_add_port;
-
-  port_selection_signals[ADD_PORT] =
-    g_signal_new("add-port\0",
-                 G_TYPE_FROM_CLASS(port_selection),
-                 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsPortSelectionClass, add_port),
-                 NULL, NULL,
-                 g_cclosure_marshal_VOID__OBJECT,
-                 G_TYPE_NONE, 1,
-		 G_TYPE_OBJECT);
-}
-
-void
-ags_port_selection_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_port_selection_connect;
-  connectable->disconnect = ags_port_selection_disconnect;
-}
-
-void
-ags_port_selection_init(AgsPortSelection *port_selection)
-{
-  g_object_set(G_OBJECT(port_selection),
-	       "menu\0", NULL,
-	       "stock-id\0", GTK_STOCK_EXECUTE,
-	       NULL);
-}
-
-void
-ags_port_selection_connect(AgsConnectable *connectable)
-{
-  AgsPortSelection *port_selection;
-
-  port_selection = AGS_PORT_SELECTION(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_port_selection_disconnect(AgsConnectable *connectable)
-{
-  AgsPortSelection *port_selection;
-
-  port_selection = AGS_PORT_SELECTION(connectable);
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_port_selection_load_ports:
- * @selection: 
- *
- * 
- */
-void
-ags_port_selection_load_ports(AgsPortSelection *selection)
-{
-  AgsAutomationEditor *automation_editor;
-  AgsMachine *machine;
-  AgsAudio *audio;
-  GtkMenu *menu;
-  GtkMenuItem *item;
-  AgsChannel *channel;
-  GList *port;
-
-  auto GList* ags_port_selection_list_ports(GType type);
-
-  GList* ags_port_selection_list_ports(GType type){
-    GList *pad, *pad_start;
-    GList *line, *line_start;
-    GList *line_member, *line_member_start;
-    GList *port;
-
-    pad_start =
-      pad = gtk_container_get_children(((type == AGS_TYPE_OUTPUT) ? machine->output: machine->input));
-    port = NULL;
-  
-    while(pad != NULL){
-      line_start =
-	line = gtk_container_get_children(AGS_PAD(pad->data)->expander_set);
-      
-      while(line != NULL){
-	channel = AGS_LINE(line->data)->channel;
-
-	line_member_start = 
-	  line_member = gtk_container_get_children(AGS_LINE(line->data)->expander->table);
-
-	while(line_member != NULL){
-	  if(AGS_IS_LINE_MEMBER(line_member->data)){
-	    /* fill list */
-	    port = g_list_prepend(port,
-				  AGS_LINE_MEMBER(line_member->data)->port);
-
-	    /* add menu item */
-	    item = gtk_check_menu_item_new_with_label(g_strdup_printf("[%d] %s: %s\0",
-								      channel->line,
-								      AGS_PORT(port->data)->plugin_name,
-								      AGS_PORT(port->data)->specifier));
-	    g_object_set_data(G_OBJECT(item),
-			      AGS_PORT_SELECTION_DATA_CHANNEL,
-			      channel);
-	    g_object_set_data(G_OBJECT(item),
-			      AGS_PORT_SELECTION_DATA_PORT,
-			      port->data);
-	    gtk_menu_shell_append(GTK_MENU_SHELL(menu),
-				  GTK_WIDGET(item));
-	    g_signal_connect(item, "toggled\0",
-			     G_CALLBACK(ags_port_selection_ports_toggled_callback), selection); 
-
-	  }
-
-	  line_member = line_member->next;
-	}
-	
-	g_list_free(line_member_start);
-
-	line = line->next;
-      }
-
-      g_list_free(line_start);
-
-      pad = pad->next;
-    }
-
-    g_list_free(pad_start);
-
-    port = g_list_reverse(port);
-
-    return(port);
-  }
-
-  automation_editor = gtk_widget_get_ancestor(selection,
-					      AGS_TYPE_AUTOMATION_EDITOR);
-
-  if(automation_editor->selected_machine == NULL){
-    return;
-  }
-
-  machine = automation_editor->selected_machine;
-  audio = machine->audio;
-
-  port = NULL;
-
-  /* retrieve port specifiers */
-  menu = gtk_menu_new();
-
-  /* read output ports of line member */
-  if(automation_editor->selected_machine->output != NULL){
-    port = ags_port_selection_list_ports(AGS_TYPE_OUTPUT);
-    g_list_free(port);
-  }
-
-  /* read input ports of line member */
-  if(automation_editor->selected_machine->input != NULL){
-    port = ags_port_selection_list_ports(AGS_TYPE_INPUT);
-    g_list_free(port);
-  }
-    
-  g_object_set(selection,
-	       "menu\0", menu,
-	       NULL);
-  gtk_widget_show_all(menu);
-}
-
-/**
- * ags_port_selection_enable_ports:
- * @port_selection: 
- * @ports:
- *
- * 
- */
-void
-ags_port_selection_enable_ports(AgsPortSelection *port_selection,
-				GList *ports)
-{
-  GtkMenu *menu;
-  AgsPort *current;
-  GList *list, *list_start;
-
-  g_object_get(port_selection,
-	       "menu\0", &menu,
-	       NULL);
-
-  /*  */
-  list_start = 
-    list = gtk_container_get_children(menu);
-
-  while(list != NULL &&
-	ports != NULL){
-    current = g_object_get_data(list->data,
-				AGS_PORT_SELECTION_DATA_PORT);
-
-    if(current == ports->data){
-      gtk_check_menu_item_set_active(list->data,
-				     TRUE);
-
-      ports = ports->next;
-    }
-
-    list = list->next;
-  }
-
-  g_list_free(list_start);
-}
-
-void
-ags_port_selection_real_add_port(AgsPortSelection *port_selection,
-				 AgsPort *port)
-{
-  AgsAutomationEditor *automation_editor;
-  AgsAutomationEdit *automation_edit;
-  AgsAutomation *automation;
-  GtkDrawingArea *drawing_area;
-
-  automation_editor = gtk_widget_get_ancestor(port_selection,
-					      AGS_TYPE_AUTOMATION_EDITOR);
-  automation_edit = automation_editor->automation_edit;
-
-  /* add automation */
-  automation = g_object_new(AGS_TYPE_AUTOMATION,
-			    "port\0", port,
-			    NULL);
-  ags_audio_add_automation(automation_editor->selected_machine->audio,
-			   automation);
-
-  /* add automation area */
-  drawing_area = ags_automation_edit_add_drawing_area(automation_edit,
-						      automation);
-}
-
-/**
- * ags_port_selection_add_port:
- * @port_selection:
- * @port: 
- *
- * 
- */
-void
-ags_port_selection_add_port(AgsPortSelection *port_selection,
-			    AgsPort *port)
-{
-  g_return_if_fail(AGS_IS_PORT_SELECTION(port_selection));
-
-  g_object_ref((GObject *) port_selection);
-  g_signal_emit(G_OBJECT(port_selection),
-		port_selection_signals[ADD_PORT], 0,
-		port);
-  g_object_unref((GObject *) port_selection);
-}
-
-/**
- * ags_port_selection_new:
- *
- * Create a new #AgsPortSelection.
- *
- * Since: 0.4
- */
-AgsPortSelection*
-ags_port_selection_new()
-{
-  AgsPortSelection *port_selection;
-
-  port_selection = (AgsPortSelection *) g_object_new(AGS_TYPE_PORT_SELECTION,
-						     NULL);
-
-  return(port_selection);
-}
diff --git a/src/ags/X/editor/ags_port_selection.h b/src/ags/X/editor/ags_port_selection.h
deleted file mode 100644
index 0a2e5dd..0000000
--- a/src/ags/X/editor/ags_port_selection.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_PORT_SELECTION_H__
-#define __AGS_PORT_SELECTION_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_port.h>
-
-#define AGS_TYPE_PORT_SELECTION                (ags_port_selection_get_type())
-#define AGS_PORT_SELECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PORT_SELECTION, AgsPortSelection))
-#define AGS_PORT_SELECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PORT_SELECTION, AgsPortSelectionClass))
-#define AGS_IS_PORT_SELECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_PORT_SELECTION))
-#define AGS_IS_PORT_SELECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PORT_SELECTION))
-#define AGS_PORT_SELECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PORT_SELECTION, AgsPortSelectionClass))
-
-#define AGS_PORT_SELECTION_DATA_CHANNEL "ags-channel\0"
-#define AGS_PORT_SELECTION_DATA_PORT "ags-port\0"
-
-typedef struct _AgsPortSelection AgsPortSelection;
-typedef struct _AgsPortSelectionClass AgsPortSelectionClass;
-
-struct _AgsPortSelection
-{
-  GtkMenuToolButton menu_tool_button;
-};
-
-struct _AgsPortSelectionClass
-{
-  GtkMenuToolButtonClass menu_tool_button;
-
-  void (*add_port)(AgsPortSelection *port_selection,
-		   AgsPort *port);
-};
-
-GType ags_port_selection_get_type(void);
-
-void ags_port_selection_load_ports(AgsPortSelection *selection);
-void ags_port_selection_enable_ports(AgsPortSelection *selection,
-				     GList *ports);
-
-void ags_port_selection_add_port(AgsPortSelection *port_selection,
-				 AgsPort *port);
-
-AgsPortSelection* ags_port_selection_new();
-
-#endif /*__AGS_PORT_SELECTION_H__*/
diff --git a/src/ags/X/editor/ags_port_selection_callbacks.c b/src/ags/X/editor/ags_port_selection_callbacks.c
deleted file mode 100644
index 4250381..0000000
--- a/src/ags/X/editor/ags_port_selection_callbacks.c
+++ /dev/null
@@ -1,33 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_port_selection_callbacks.h>
-
-#include <ags/audio/ags_port.h>
-
-void
-ags_port_selection_ports_toggled_callback(GtkWidget *menu_item,
-					  AgsPortSelection *selection)
-{
-  AgsPort *port;
-
-  port = g_object_get_data(menu_item,
-			   AGS_PORT_SELECTION_DATA_PORT);
-  ags_port_selection_add_port(selection,
-			      port);
-}
diff --git a/src/ags/X/editor/ags_port_selection_callbacks.h b/src/ags/X/editor/ags_port_selection_callbacks.h
deleted file mode 100644
index d85c599..0000000
--- a/src/ags/X/editor/ags_port_selection_callbacks.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_PORT_SELECTION_CALLBACKS_H__
-#define __AGS_PORT_SELECTION_CALLBACKS_H__
-
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_port_selection.h>
-
-void ags_port_selection_ports_toggled_callback(GtkWidget *menu_item,
-					       AgsPortSelection *selection);
-
-#endif /*__AGS_PORT_SELECTION_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_soundset.c b/src/ags/X/editor/ags_soundset.c
deleted file mode 100644
index b2d9d57..0000000
--- a/src/ags/X/editor/ags_soundset.c
+++ /dev/null
@@ -1,281 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_soundset.h>
-#include <ags/X/editor/ags_soundset_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/X/ags_editor.h>
-
-#include <math.h>
-
-void ags_soundset_class_init(AgsSoundsetClass *soundset);
-void ags_soundset_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_soundset_init(AgsSoundset *soundset);
-void ags_soundset_connect(AgsConnectable *connectable);
-void ags_soundset_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_soundset
- * @short_description: piano widget
- * @title: AgsSoundset
- * @section_id:
- * @include: ags/X/editor/ags_soundset.h
- *
- * The #AgsSoundset draws you a piano.
- */
-
-GtkStyle *soundset_style;
-
-GType
-ags_soundset_get_type(void)
-{
-  static GType ags_type_soundset = 0;
-
-  if (!ags_type_soundset){
-    static const GTypeInfo ags_soundset_info = {
-      sizeof (AgsSoundsetClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_soundset_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsSoundset),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_soundset_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_soundset_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_soundset = g_type_register_static(GTK_TYPE_DRAWING_AREA,
-					       "AgsSoundset\0", &ags_soundset_info,
-					       0);
-    
-    g_type_add_interface_static(ags_type_soundset,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_soundset);
-}
-
-void
-ags_soundset_class_init(AgsSoundsetClass *soundset)
-{
-}
-
-void
-ags_soundset_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_soundset_connect;
-  connectable->disconnect = ags_soundset_disconnect;
-}
-
-void
-ags_soundset_init(AgsSoundset *soundset)
-{
-  GtkWidget *widget;
-
-  widget = (GtkWidget *) soundset;
-  gtk_widget_set_style(widget, soundset_style);
-  gtk_widget_set_size_request(widget, 60, -1);
-  gtk_widget_set_events (GTK_WIDGET (soundset), GDK_EXPOSURE_MASK
-                         | GDK_LEAVE_NOTIFY_MASK
-                         | GDK_BUTTON_PRESS_MASK
-			 | GDK_BUTTON_RELEASE_MASK
-			 );
-}
-
-void
-ags_soundset_connect(AgsConnectable *connectable)
-{
-  AgsSoundset *soundset;
-
-  soundset = AGS_SOUNDSET(connectable);
-
-  g_signal_connect((GObject *) soundset, "expose_event\0",
-  		   G_CALLBACK(ags_soundset_expose_event), (gpointer) soundset);
-
-  g_signal_connect((GObject *) soundset, "configure_event\0",
-  		   G_CALLBACK(ags_soundset_configure_event), (gpointer) soundset);
-}
-
-void
-ags_soundset_disconnect(AgsConnectable *connectable)
-{
-}
-
-void
-ags_soundset_paint(AgsSoundset *soundset)
-{
-  AgsEditor *editor;
-  GtkWidget *widget;
-  cairo_t *cr;
-  guint bitmap;
-  guint y[2];
-  guint i, i_stop, j, j0;
-  guint border_top;
-
-  widget = (GtkWidget *) soundset;
-  editor = (AgsEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_EDITOR);
-
-  border_top = 24; // see ags_ruler.c
-
-  bitmap = 0x555555; // description of the keyboard
-
-  j = (guint) ceil(GTK_RANGE(editor->edit.pattern_edit->vscrollbar)->adjustment->value / (double) editor->edit.pattern_edit->control_height);
-  j = j % 12;
-
-  y[0] = (guint) round(GTK_RANGE(editor->edit.pattern_edit->vscrollbar)->adjustment->value) % editor->edit.pattern_edit->control_height;
-
-  if(y[0] != 0){
-    y[0] = editor->edit.pattern_edit->control_height - y[0];
-  }
-
-  y[1] = ((guint) (widget->allocation.height - border_top) - y[0]) % editor->edit.pattern_edit->control_height;
-  i_stop = ((widget->allocation.height - border_top) - y[0] - y[1]) / editor->edit.pattern_edit->control_height;
-
-  cr = gdk_cairo_create(widget->window);
-
-  cairo_set_source_rgb(cr, 0.88, 0.8, 0.0);
-  cairo_rectangle(cr, 0.0, (double) border_top, (double) widget->allocation.width, (double) widget->allocation.height - border_top);
-  cairo_fill(cr);
-
-  cairo_set_line_width(cr, 1.0);
-  cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
-
-  if(y[0] != 0){
-    j0 = (j != 0) ? j -1: 11;
-
-    if(((1 << j0) & bitmap) != 0){
-      cairo_set_source_rgb(cr, 0.2, 0.2, 0.2);
-
-      cairo_rectangle(cr, 0.0, 0.0, (double) widget->allocation.width, (double) y[0] + border_top);
-      cairo_fill(cr); 	
-
-      cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
-
-      if(y[0] > editor->edit.pattern_edit->control_height / 2){
-	cairo_move_to(cr, (double) widget->allocation.width, (double) (y[0] - editor->edit.pattern_edit->control_height / 2) + border_top);
-	cairo_line_to(cr, (double) widget->allocation.width, (double) (y[0] - editor->edit.pattern_edit->control_height / 2) + border_top);
-	cairo_stroke(cr);
-      }
-
-      cairo_move_to(cr, (double) widget->allocation.width, border_top);
-      cairo_line_to(cr, (double) widget->allocation.width, (double) y[0] + border_top);
-      cairo_stroke(cr);
-    }else{
-      if(((1 << (j0 + 1)) & bitmap) == 0){
-	cairo_move_to(cr, 0.0, (double) y[0]);
-	cairo_line_to(cr, (double) widget->allocation.width, (double) y[0] + border_top);
-	cairo_stroke(cr);
-      }
-
-      cairo_move_to(cr, (double) widget->allocation.width,  border_top);
-      cairo_line_to(cr, (double) widget->allocation.width, (double) y[0] + border_top);
-      cairo_stroke(cr);
-    }
-  }
-
-  for(i = 0; i < i_stop; i++){
-    if(((1 << j) & bitmap) != 0){
-      // draw semi tone key
-      cairo_set_source_rgb(cr, 0.2, 0.2, 0.2);
-
-      cairo_rectangle(cr, 0.0, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top), (double) widget->allocation.width, (double) editor->edit.pattern_edit->control_height);
-      cairo_fill(cr); 	
-
-      cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
-
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height / 2));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height / 2));
-      cairo_stroke(cr);
-
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height));
-      cairo_stroke(cr);
-    }else{
-      // no semi tone key
-      if(((1 << (j + 1)) & bitmap) == 0){
-	cairo_move_to(cr, 0.0, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height));
-	cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height));
-	cairo_stroke(cr);
-      }
-
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) (i * editor->edit.pattern_edit->control_height + y[0] + border_top + editor->edit.pattern_edit->control_height));
-      cairo_stroke(cr);
-    }
-
-    if(j == 11)
-      j = 0;
-    else
-      j++;
-  }
-
-  if(y[1] != 0){
-    j0 = j;
-
-    if(((1 << j0) & bitmap) != 0){
-      cairo_set_source_rgb(cr, 0.2, 0.2, 0.2);
-
-      cairo_rectangle(cr, 0.0, (double) (widget->allocation.height - y[1]), (double) widget->allocation.width, (double) y[1]);
-      cairo_fill(cr); 	
-
-      cairo_set_source_rgb(cr, 0.68, 0.68, 0.68);
-
-      if(y[1] > editor->edit.pattern_edit->control_height / 2){
-	cairo_move_to(cr, (double) widget->allocation.width, (double) (widget->allocation.height - y[1] + editor->edit.pattern_edit->control_height / 2));
-	cairo_line_to(cr, (double) widget->allocation.width, (double) ((widget->allocation.height) - y[1] + editor->edit.pattern_edit->control_height / 2));
-	cairo_stroke(cr);
-      }
-
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (widget->allocation.height - y[1]));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) widget->allocation.height);
-      cairo_stroke(cr);
-    }else{
-      cairo_move_to(cr, (double) widget->allocation.width, (double) (widget->allocation.height - y[1]));
-      cairo_line_to(cr, (double) widget->allocation.width, (double) widget->allocation.height);
-      cairo_stroke(cr);
-    }
-  }
-}
-
-/**
- * ags_soundset_new:
- *
- * Create a new #AgsSoundset.
- *
- * Since: 0.4
- */
-AgsSoundset*
-ags_soundset_new()
-{
-  AgsSoundset *soundset;
-
-  soundset = (AgsSoundset *) g_object_new(AGS_TYPE_SOUNDSET, NULL);
-
-  return(soundset);
-}
diff --git a/src/ags/X/editor/ags_soundset.h b/src/ags/X/editor/ags_soundset.h
deleted file mode 100644
index b8196c5..0000000
--- a/src/ags/X/editor/ags_soundset.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-#ifndef __AGS_SOUNDSET_H__
-#define __AGS_SOUNDSET_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <cairo.h>
-
-#define AGS_TYPE_SOUNDSET                (ags_soundset_get_type())
-#define AGS_SOUNDSET(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDSET, AgsSoundset))
-#define AGS_SOUNDSET_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SOUNDSET, AgsSoundsetClass))
-#define AGS_IS_SOUNDSET(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SOUNDSET))
-#define AGS_IS_SOUNDSET_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SOUNDSET))
-#define AGS_SOUNDSET_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SOUNDSET, AgsSoundsetClass))
-
-typedef struct _AgsSoundset AgsSoundset;
-typedef struct _AgsSoundsetClass AgsSoundsetClass;
-
-struct _AgsSoundset
-{
-  GtkDrawingArea drawing_area;
-};
-
-struct _AgsSoundsetClass
-{
-  GtkDrawingAreaClass drawing_area;
-};
-
-GType ags_soundset_get_type(void);
-
-char* ags_soundset_sound_string();
-void ags_soundset_paint(AgsSoundset *soundset); // , guint rows, guint nth_y, guint y0
-
-AgsSoundset* ags_soundset_new();
-
-#endif /*__AGS_SOUNDSET_H__*/
diff --git a/src/ags/X/editor/ags_soundset_callbacks.c b/src/ags/X/editor/ags_soundset_callbacks.c
deleted file mode 100644
index f7c7e0d..0000000
--- a/src/ags/X/editor/ags_soundset_callbacks.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/editor/ags_soundset_callbacks.h>
-
-#include <ags/X/ags_editor.h>
-
-#include <math.h>
-
-gboolean
-ags_soundset_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsSoundset *soundset)
-{
-  ags_soundset_paint(soundset);
-
-  return(TRUE);
-}
-
-gboolean
-ags_soundset_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsSoundset *soundset)
-{
-  ags_soundset_paint(soundset);
-
-  return(FALSE);
-}
diff --git a/src/ags/X/editor/ags_soundset_callbacks.h b/src/ags/X/editor/ags_soundset_callbacks.h
deleted file mode 100644
index 0d892bd..0000000
--- a/src/ags/X/editor/ags_soundset_callbacks.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SOUNDSET_CALLBACKS_H__
-#define __AGS_SOUNDSET_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/editor/ags_soundset.h>
-
-gboolean ags_soundset_expose_event(GtkWidget *widget, GdkEventExpose *event, AgsSoundset *soundset); 
-gboolean ags_soundset_configure_event(GtkWidget *widget, GdkEventConfigure *event, AgsSoundset *soundset); 
-
-#endif /*__AGS_SOUNDSET_CALLBACKS_H__*/
diff --git a/src/ags/X/editor/ags_toolbar_callbacks.c b/src/ags/X/editor/ags_toolbar_callbacks.c
index 2daa86a..29eee65 100644
--- a/src/ags/X/editor/ags_toolbar_callbacks.c
+++ b/src/ags/X/editor/ags_toolbar_callbacks.c
@@ -40,20 +40,28 @@ ags_toolbar_position_callback(GtkToggleButton *toggle_button, AgsToolbar *toolba
   editor = (AgsEditor *) gtk_widget_get_ancestor(GTK_WIDGET(toolbar), AGS_TYPE_EDITOR);
 
   if(toggle_button == toolbar->selected_edit_mode){
-    GtkWidget *child;
-    GList *list;
     GdkRectangle *rectangle;
     gint width, height;
     
-    list = gtk_container_get_children(editor->table);
-
-    /* 3rd - 1 */
-    child = g_list_nth(editor->table,
-		       2)->data;
-
     /* refresh editor */
-    gtk_widget_queue_draw(child);
-
+    gtk_widget_get_size_request(GTK_WIDGET(editor->note_edit->drawing_area),
+				&width,
+				&height);
+    
+    rectangle = g_new(GdkRectangle, 1);
+    rectangle->x = 0;
+    rectangle->y = 0;
+    rectangle->width = width;
+    rectangle->height = height;
+    
+    gdk_window_invalidate_rect(GTK_WIDGET(editor->note_edit->drawing_area)->window,
+			       rectangle,
+			       TRUE);
+    gdk_window_process_updates(GTK_WIDGET(editor->note_edit->drawing_area)->window,
+			       TRUE);
+    
+    g_free(rectangle);
+    
     if(!gtk_toggle_button_get_active(toggle_button)){
       gtk_toggle_button_set_active(toggle_button, TRUE);
     }
@@ -65,16 +73,10 @@ ags_toolbar_position_callback(GtkToggleButton *toggle_button, AgsToolbar *toolba
     toolbar->selected_edit_mode = toggle_button;
     gtk_toggle_button_set_active(old_selected_edit_mode, FALSE);
 
-    /* refresh note_edit */    
-    if((AGS_EDITOR_TOOL_NOTE_EDIT & (editor->flags)) != 0){
-      cr = gdk_cairo_create(GTK_WIDGET(editor->edit.note_edit->drawing_area)->window);
-      ags_note_edit_draw_position(editor->edit.note_edit, cr);
-    }else if((AGS_EDITOR_TOOL_PATTERN_EDIT & (editor->flags)) != 0){
-      cr = gdk_cairo_create(GTK_WIDGET(editor->edit.pattern_edit->drawing_area)->window);
-      ags_pattern_edit_draw_position(editor->edit.pattern_edit, cr);
-    }else if((AGS_EDITOR_TOOL_AUTOMATION_EDIT & (editor->flags)) != 0){
-      //TODO:JK: implement me
-    }
+    /* refresh note_edit */
+    cr = gdk_cairo_create(GTK_WIDGET(editor->note_edit->drawing_area)->window);
+    
+    ags_note_edit_draw_position(editor->note_edit, cr);
   }
 }
 
@@ -254,19 +256,8 @@ ags_toolbar_paste_callback(GtkWidget *widget, AgsToolbar *toolbar)
     if(toolbar->selected_edit_mode == toolbar->position){
       paste_from_position = TRUE;
 
-      if((AGS_EDITOR_TOOL_NOTE_EDIT & (editor->flags)) != 0){
-	position_x = editor->edit.note_edit->selected_x;
-	position_y = editor->edit.note_edit->selected_y;
-      }else if((AGS_EDITOR_TOOL_PATTERN_EDIT & (editor->flags)) != 0){
-	position_x = editor->edit.pattern_edit->selected_x;
-	position_y = editor->edit.pattern_edit->selected_y;
-      }else if((AGS_EDITOR_TOOL_AUTOMATION_EDIT & (editor->flags)) != 0){
-	//TODO:JK: implement me
-	position_x = 0;
-	position_y = 0;
-	//	position_x = editor->edit.automation_edit->selected_x;
-	//	position_y = editor->edit.automation_edit->selected_y;
-      }
+      position_x = editor->note_edit->selected_x;
+      position_y = editor->note_edit->selected_y;
 
       printf("pasting at position: [%u,%u]\n\0", position_x, position_y);
     }else{
@@ -314,19 +305,10 @@ ags_toolbar_zoom_callback(GtkComboBox *combo_box, AgsToolbar *toolbar)
 
   toolbar->zoom_history = history;
 
-  if((AGS_EDITOR_TOOL_NOTE_EDIT & (editor->flags)) != 0){
-    editor->edit.note_edit->flags |= AGS_NOTE_EDIT_RESETING_HORIZONTALLY;
-    ags_note_edit_reset_horizontally(editor->edit.note_edit, AGS_NOTE_EDIT_RESET_HSCROLLBAR |
-				     AGS_NOTE_EDIT_RESET_WIDTH);
-    editor->edit.note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
-  }else if((AGS_EDITOR_TOOL_PATTERN_EDIT & (editor->flags)) != 0){
-    editor->edit.pattern_edit->flags |= AGS_PATTERN_EDIT_RESETING_HORIZONTALLY;
-    ags_pattern_edit_reset_horizontally(editor->edit.pattern_edit, AGS_PATTERN_EDIT_RESET_HSCROLLBAR |
-					AGS_PATTERN_EDIT_RESET_WIDTH);
-    editor->edit.note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
-  }else if((AGS_EDITOR_TOOL_AUTOMATION_EDIT & (editor->flags)) != 0){
-    //TODO:JK: implement me
-  }
+  editor->note_edit->flags |= AGS_NOTE_EDIT_RESETING_HORIZONTALLY;
+  ags_note_edit_reset_horizontally(editor->note_edit, AGS_NOTE_EDIT_RESET_HSCROLLBAR |
+				   AGS_NOTE_EDIT_RESET_WIDTH);
+  editor->note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
 }
 
 void
diff --git a/src/ags/X/machine/Makefile b/src/ags/X/machine/Makefile
deleted file mode 100644
index a4fc41e..0000000
--- a/src/ags/X/machine/Makefile
+++ /dev/null
@@ -1,560 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/X/machine/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/X/machine
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/X/machine
-abs_srcdir = /usr/src/ags-devel/src/ags/X/machine
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../
-top_builddir = ../../../..
-top_srcdir = ../../../..
-deprecated_ags_machine_h_sources = 
-ags_machine_h_sources = \
-	$(deprecated_ags_machine_h_sources) \
-	ags_drum_callbacks.h			\
-	ags_drum.h				\
-	ags_drum_input_line_callbacks.h		\
-	ags_drum_input_line.h			\
-	ags_drum_input_pad_callbacks.h		\
-	ags_drum_input_pad.h			\
-	ags_drum_output_line_callbacks.h	\
-	ags_drum_output_line.h			\
-	ags_drum_output_pad_callbacks.h		\
-	ags_drum_output_pad.h			\
-	ags_ffplayer_bridge_callbacks.h		\
-	ags_ffplayer_bridge.h			\
-	ags_ffplayer_bulk_input_callbacks.h	\
-	ags_ffplayer_bulk_input.h		\
-	ags_ffplayer_callbacks.h		\
-	ags_ffplayer.h				\
-	ags_ffplayer_input_line_callbacks.h	\
-	ags_ffplayer_input_line.h		\
-	ags_ffplayer_input_pad_callbacks.h	\
-	ags_ffplayer_input_pad.h		\
-	ags_ladspa_bridge_callbacks.h		\
-	ags_ladspa_bridge.h			\
-	ags_matrix_bridge_callbacks.h		\
-	ags_matrix_bridge.h			\
-	ags_matrix_bulk_input_callbacks.h	\
-	ags_matrix_bulk_input.h			\
-	ags_matrix_callbacks.h			\
-	ags_matrix.h				\
-	ags_mixer_callbacks.h			\
-	ags_mixer.h				\
-	ags_mixer_input_line.h			\
-	ags_mixer_input_pad.h			\
-	ags_oscillator_callbacks.h		\
-	ags_oscillator.h			\
-	ags_panel_callbacks.h			\
-	ags_panel.h				\
-	ags_panel_input_line.h			\
-	ags_panel_input_pad.h			\
-	ags_synth_bridge_callbacks.h		\
-	ags_synth_bridge.h			\
-	ags_synth_bulk_output_callbacks.h	\
-	ags_synth_bulk_output.h			\
-	ags_synth_callbacks.h			\
-	ags_synth.h				\
-	ags_synth_input_line.h			\
-	ags_synth_input_pad.h			\
-	ags_synth_output_line_callbacks.h	\
-	ags_synth_output_line.h			\
-	ags_synth_output_pad_callbacks.h	\
-	ags_synth_output_pad.h
-
-deprecated_ags_machine_c_sources = 
-ags_machine_c_sources = \
-	$(deprecated_ags_machine_c_sources) \
-	ags_drum_callbacks.c			\
-	ags_drum.c				\
-	ags_drum_input_line_callbacks.c		\
-	ags_drum_input_line.c			\
-	ags_drum_input_pad_callbacks.c		\
-	ags_drum_input_pad.c			\
-	ags_drum_output_line_callbacks.c	\
-	ags_drum_output_line.c			\
-	ags_drum_output_pad_callbacks.c		\
-	ags_drum_output_pad.c			\
-	ags_ffplayer_bridge_callbacks.c		\
-	ags_ffplayer_bridge.c			\
-	ags_ffplayer_bulk_input_callbacks.c	\
-	ags_ffplayer_bulk_input.c		\
-	ags_ffplayer_callbacks.c		\
-	ags_ffplayer.c				\
-	ags_ffplayer_input_line_callbacks.c	\
-	ags_ffplayer_input_line.c		\
-	ags_ffplayer_input_pad_callbacks.c	\
-	ags_ffplayer_input_pad.c		\
-	ags_ladspa_bridge_callbacks.c		\
-	ags_ladspa_bridge.c			\
-	ags_matrix_bridge_callbacks.c		\
-	ags_matrix_bridge.c			\
-	ags_matrix_bulk_input_callbacks.c	\
-	ags_matrix_bulk_input.c			\
-	ags_matrix_callbacks.c			\
-	ags_matrix.c				\
-	ags_mixer_callbacks.c			\
-	ags_mixer.c				\
-	ags_mixer_input_line.c			\
-	ags_mixer_input_pad.c			\
-	ags_oscillator_callbacks.c		\
-	ags_oscillator.c			\
-	ags_panel_callbacks.c			\
-	ags_panel.c				\
-	ags_panel_input_line.c			\
-	ags_panel_input_pad.c			\
-	ags_synth_bridge_callbacks.c		\
-	ags_synth_bridge.c			\
-	ags_synth_bulk_output_callbacks.c	\
-	ags_synth_bulk_output.c			\
-	ags_synth_callbacks.c			\
-	ags_synth.c				\
-	ags_synth_input_line.c			\
-	ags_synth_input_pad.c			\
-	ags_synth_output_line_callbacks.c	\
-	ags_synth_output_line.c			\
-	ags_synth_output_pad_callbacks.c	\
-	ags_synth_output_pad.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/machine/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/machine/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/machine/Makefile.am b/src/ags/X/machine/Makefile.am
deleted file mode 100644
index 21a6ce8..0000000
--- a/src/ags/X/machine/Makefile.am
+++ /dev/null
@@ -1,109 +0,0 @@
-deprecated_ags_machine_h_sources =
-
-ags_machine_h_sources = \
-	$(deprecated_ags_machine_h_sources) \
-	ags_drum_callbacks.h			\
-	ags_drum.h				\
-	ags_drum_input_line_callbacks.h		\
-	ags_drum_input_line.h			\
-	ags_drum_input_pad_callbacks.h		\
-	ags_drum_input_pad.h			\
-	ags_drum_output_line_callbacks.h	\
-	ags_drum_output_line.h			\
-	ags_drum_output_pad_callbacks.h		\
-	ags_drum_output_pad.h			\
-	ags_ffplayer_bridge_callbacks.h		\
-	ags_ffplayer_bridge.h			\
-	ags_ffplayer_bulk_input_callbacks.h	\
-	ags_ffplayer_bulk_input.h		\
-	ags_ffplayer_callbacks.h		\
-	ags_ffplayer.h				\
-	ags_ffplayer_input_line_callbacks.h	\
-	ags_ffplayer_input_line.h		\
-	ags_ffplayer_input_pad_callbacks.h	\
-	ags_ffplayer_input_pad.h		\
-	ags_ladspa_bridge_callbacks.h		\
-	ags_ladspa_bridge.h			\
-	ags_matrix_bridge_callbacks.h		\
-	ags_matrix_bridge.h			\
-	ags_matrix_bulk_input_callbacks.h	\
-	ags_matrix_bulk_input.h			\
-	ags_matrix_callbacks.h			\
-	ags_matrix.h				\
-	ags_mixer_callbacks.h			\
-	ags_mixer.h				\
-	ags_mixer_input_line.h			\
-	ags_mixer_input_pad.h			\
-	ags_oscillator_callbacks.h		\
-	ags_oscillator.h			\
-	ags_panel_callbacks.h			\
-	ags_panel.h				\
-	ags_panel_input_line.h			\
-	ags_panel_input_pad.h			\
-	ags_synth_bridge_callbacks.h		\
-	ags_synth_bridge.h			\
-	ags_synth_bulk_output_callbacks.h	\
-	ags_synth_bulk_output.h			\
-	ags_synth_callbacks.h			\
-	ags_synth.h				\
-	ags_synth_input_line.h			\
-	ags_synth_input_pad.h			\
-	ags_synth_output_line_callbacks.h	\
-	ags_synth_output_line.h			\
-	ags_synth_output_pad_callbacks.h	\
-	ags_synth_output_pad.h
-
-deprecated_ags_machine_c_sources = 
-
-ags_machine_c_sources = \
-	$(deprecated_ags_machine_c_sources) \
-	ags_drum_callbacks.c			\
-	ags_drum.c				\
-	ags_drum_input_line_callbacks.c		\
-	ags_drum_input_line.c			\
-	ags_drum_input_pad_callbacks.c		\
-	ags_drum_input_pad.c			\
-	ags_drum_output_line_callbacks.c	\
-	ags_drum_output_line.c			\
-	ags_drum_output_pad_callbacks.c		\
-	ags_drum_output_pad.c			\
-	ags_ffplayer_bridge_callbacks.c		\
-	ags_ffplayer_bridge.c			\
-	ags_ffplayer_bulk_input_callbacks.c	\
-	ags_ffplayer_bulk_input.c		\
-	ags_ffplayer_callbacks.c		\
-	ags_ffplayer.c				\
-	ags_ffplayer_input_line_callbacks.c	\
-	ags_ffplayer_input_line.c		\
-	ags_ffplayer_input_pad_callbacks.c	\
-	ags_ffplayer_input_pad.c		\
-	ags_ladspa_bridge_callbacks.c		\
-	ags_ladspa_bridge.c			\
-	ags_matrix_bridge_callbacks.c		\
-	ags_matrix_bridge.c			\
-	ags_matrix_bulk_input_callbacks.c	\
-	ags_matrix_bulk_input.c			\
-	ags_matrix_callbacks.c			\
-	ags_matrix.c				\
-	ags_mixer_callbacks.c			\
-	ags_mixer.c				\
-	ags_mixer_input_line.c			\
-	ags_mixer_input_pad.c			\
-	ags_oscillator_callbacks.c		\
-	ags_oscillator.c			\
-	ags_panel_callbacks.c			\
-	ags_panel.c				\
-	ags_panel_input_line.c			\
-	ags_panel_input_pad.c			\
-	ags_synth_bridge_callbacks.c		\
-	ags_synth_bridge.c			\
-	ags_synth_bulk_output_callbacks.c	\
-	ags_synth_bulk_output.c			\
-	ags_synth_callbacks.c			\
-	ags_synth.c				\
-	ags_synth_input_line.c			\
-	ags_synth_input_pad.c			\
-	ags_synth_output_line_callbacks.c	\
-	ags_synth_output_line.c			\
-	ags_synth_output_pad_callbacks.c	\
-	ags_synth_output_pad.c
diff --git a/src/ags/X/machine/Makefile.in b/src/ags/X/machine/Makefile.in
deleted file mode 100644
index ebcf5ed..0000000
--- a/src/ags/X/machine/Makefile.in
+++ /dev/null
@@ -1,560 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/X/machine
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_machine_h_sources = 
-ags_machine_h_sources = \
-	$(deprecated_ags_machine_h_sources) \
-	ags_drum_callbacks.h			\
-	ags_drum.h				\
-	ags_drum_input_line_callbacks.h		\
-	ags_drum_input_line.h			\
-	ags_drum_input_pad_callbacks.h		\
-	ags_drum_input_pad.h			\
-	ags_drum_output_line_callbacks.h	\
-	ags_drum_output_line.h			\
-	ags_drum_output_pad_callbacks.h		\
-	ags_drum_output_pad.h			\
-	ags_ffplayer_bridge_callbacks.h		\
-	ags_ffplayer_bridge.h			\
-	ags_ffplayer_bulk_input_callbacks.h	\
-	ags_ffplayer_bulk_input.h		\
-	ags_ffplayer_callbacks.h		\
-	ags_ffplayer.h				\
-	ags_ffplayer_input_line_callbacks.h	\
-	ags_ffplayer_input_line.h		\
-	ags_ffplayer_input_pad_callbacks.h	\
-	ags_ffplayer_input_pad.h		\
-	ags_ladspa_bridge_callbacks.h		\
-	ags_ladspa_bridge.h			\
-	ags_matrix_bridge_callbacks.h		\
-	ags_matrix_bridge.h			\
-	ags_matrix_bulk_input_callbacks.h	\
-	ags_matrix_bulk_input.h			\
-	ags_matrix_callbacks.h			\
-	ags_matrix.h				\
-	ags_mixer_callbacks.h			\
-	ags_mixer.h				\
-	ags_mixer_input_line.h			\
-	ags_mixer_input_pad.h			\
-	ags_oscillator_callbacks.h		\
-	ags_oscillator.h			\
-	ags_panel_callbacks.h			\
-	ags_panel.h				\
-	ags_panel_input_line.h			\
-	ags_panel_input_pad.h			\
-	ags_synth_bridge_callbacks.h		\
-	ags_synth_bridge.h			\
-	ags_synth_bulk_output_callbacks.h	\
-	ags_synth_bulk_output.h			\
-	ags_synth_callbacks.h			\
-	ags_synth.h				\
-	ags_synth_input_line.h			\
-	ags_synth_input_pad.h			\
-	ags_synth_output_line_callbacks.h	\
-	ags_synth_output_line.h			\
-	ags_synth_output_pad_callbacks.h	\
-	ags_synth_output_pad.h
-
-deprecated_ags_machine_c_sources = 
-ags_machine_c_sources = \
-	$(deprecated_ags_machine_c_sources) \
-	ags_drum_callbacks.c			\
-	ags_drum.c				\
-	ags_drum_input_line_callbacks.c		\
-	ags_drum_input_line.c			\
-	ags_drum_input_pad_callbacks.c		\
-	ags_drum_input_pad.c			\
-	ags_drum_output_line_callbacks.c	\
-	ags_drum_output_line.c			\
-	ags_drum_output_pad_callbacks.c		\
-	ags_drum_output_pad.c			\
-	ags_ffplayer_bridge_callbacks.c		\
-	ags_ffplayer_bridge.c			\
-	ags_ffplayer_bulk_input_callbacks.c	\
-	ags_ffplayer_bulk_input.c		\
-	ags_ffplayer_callbacks.c		\
-	ags_ffplayer.c				\
-	ags_ffplayer_input_line_callbacks.c	\
-	ags_ffplayer_input_line.c		\
-	ags_ffplayer_input_pad_callbacks.c	\
-	ags_ffplayer_input_pad.c		\
-	ags_ladspa_bridge_callbacks.c		\
-	ags_ladspa_bridge.c			\
-	ags_matrix_bridge_callbacks.c		\
-	ags_matrix_bridge.c			\
-	ags_matrix_bulk_input_callbacks.c	\
-	ags_matrix_bulk_input.c			\
-	ags_matrix_callbacks.c			\
-	ags_matrix.c				\
-	ags_mixer_callbacks.c			\
-	ags_mixer.c				\
-	ags_mixer_input_line.c			\
-	ags_mixer_input_pad.c			\
-	ags_oscillator_callbacks.c		\
-	ags_oscillator.c			\
-	ags_panel_callbacks.c			\
-	ags_panel.c				\
-	ags_panel_input_line.c			\
-	ags_panel_input_pad.c			\
-	ags_synth_bridge_callbacks.c		\
-	ags_synth_bridge.c			\
-	ags_synth_bulk_output_callbacks.c	\
-	ags_synth_bulk_output.c			\
-	ags_synth_callbacks.c			\
-	ags_synth.c				\
-	ags_synth_input_line.c			\
-	ags_synth_input_pad.c			\
-	ags_synth_output_line_callbacks.c	\
-	ags_synth_output_line.c			\
-	ags_synth_output_pad_callbacks.c	\
-	ags_synth_output_pad.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/X/machine/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/X/machine/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/X/machine/ags_drum.c b/src/ags/X/machine/ags_drum.c
index f7a91da..47b1b9f 100644
--- a/src/ags/X/machine/ags_drum.c
+++ b/src/ags/X/machine/ags_drum.c
@@ -19,13 +19,38 @@
 #include <ags/X/machine/ags_drum.h>
 #include <ags/X/machine/ags_drum_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_portlet.h>
 #include <ags/object/ags_plugin.h>
 
+#include <ags/file/ags_file.h>
+#include <ags/file/ags_file_stock.h>
+#include <ags/file/ags_file_id_ref.h>
+#include <ags/file/ags_file_lookup.h>
+#include <ags/file/ags_file_launch.h>
+#include <ags/file/ags_file_gui.h>
+
+#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
+
+#include <ags/widget/ags_led.h>
+
+#include <ags/X/machine/ags_drum_input_pad.h>
+#include <ags/X/machine/ags_drum_input_line.h>
+#include <ags/X/machine/ags_drum_output_pad.h>
+#include <ags/X/machine/ags_drum_output_line.h>
+#include <ags/X/machine/ags_drum_input_line_callbacks.h>
+
+#include <ags/X/ags_window.h>
+#include <ags/X/ags_menu_bar.h>
+#include <ags/X/ags_pad.h>
+#include <ags/X/ags_line.h>
+
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_input.h>
@@ -48,29 +73,6 @@
 
 #include <ags/audio/task/recall/ags_apply_sequencer_length.h>
 
-#include <ags/file/ags_file.h>
-#include <ags/file/ags_file_stock.h>
-#include <ags/file/ags_file_id_ref.h>
-#include <ags/file/ags_file_lookup.h>
-#include <ags/file/ags_file_launch.h>
-#include <ags/file/ags_file_gui.h>
-
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_audio_loop.h>
-
-#include <ags/widget/ags_led.h>
-
-#include <ags/X/ags_window.h>
-#include <ags/X/ags_menu_bar.h>
-#include <ags/X/ags_pad.h>
-#include <ags/X/ags_line.h>
-
-#include <ags/X/machine/ags_drum_input_pad.h>
-#include <ags/X/machine/ags_drum_input_line.h>
-#include <ags/X/machine/ags_drum_output_pad.h>
-#include <ags/X/machine/ags_drum_output_line.h>
-#include <ags/X/machine/ags_drum_input_line_callbacks.h>
-
 #include <math.h>
 
 void ags_drum_class_init(AgsDrumClass *drum);
@@ -497,13 +499,9 @@ ags_drum_show(GtkWidget *widget)
 void
 ags_drum_show_all(GtkWidget *widget)
 {
-  AgsDrum *drum;
-  
   GTK_WIDGET_CLASS(ags_drum_parent_class)->show_all(widget);
 
-  drum = AGS_DRUM(widget);
-  
-  ags_drum_set_pattern(drum);
+  ags_drum_set_pattern(AGS_DRUM(widget));
 }
 
 void
@@ -630,7 +628,7 @@ ags_drum_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -775,7 +773,7 @@ ags_drum_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_drum_callbacks.c b/src/ags/X/machine/ags_drum_callbacks.c
index 6048bb1..79d5889 100644
--- a/src/ags/X/machine/ags_drum_callbacks.c
+++ b/src/ags/X/machine/ags_drum_callbacks.c
@@ -21,9 +21,11 @@
 #include <ags/X/ags_machine.h>
 #include <ags/X/ags_machine_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/widget/ags_led.h>
+
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_devout.h>
@@ -54,8 +56,6 @@
 
 #include <ags/audio/file/ags_audio_file.h>
 
-#include <ags/widget/ags_led.h>
-
 #include <ags/X/ags_window.h>
 #include <ags/X/ags_pad.h>
 #include <ags/X/ags_navigation.h>
@@ -152,31 +152,17 @@ void
 ags_drum_length_spin_callback(GtkWidget *spin_button, AgsDrum *drum)
 {
   AgsWindow *window;
-  
   AgsApplySequencerLength *apply_sequencer_length;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
   gdouble length;
-  
-  window = (AgsWindow *) gtk_widget_get_toplevel(GTK_WIDGET(drum));
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  window = (AgsWindow *) gtk_widget_get_toplevel(GTK_WIDGET(drum));
 
   length = GTK_SPIN_BUTTON(spin_button)->adjustment->value;
 
   apply_sequencer_length = ags_apply_sequencer_length_new(G_OBJECT(AGS_MACHINE(drum)->audio),
 							  length);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(apply_sequencer_length));
 }
 
@@ -293,16 +279,9 @@ ags_drum_index1_callback(GtkWidget *widget, AgsDrum *drum)
 void
 ags_drum_pad_callback(GtkWidget *toggle_button, AgsDrum *drum)
 {
-  AgsWindow *window;
   AgsLine *selected_line;
   AgsPattern *pattern;
   AgsTogglePatternBit *toggle_pattern_bit;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
   GList *list, *list_start;
   GList *line, *line_start;
   GList *tasks;
@@ -319,15 +298,6 @@ ags_drum_pad_callback(GtkWidget *toggle_button, AgsDrum *drum)
 
     return;
   }
-    
-  window = (AgsWindow *) gtk_widget_get_toplevel(GTK_WIDGET(drum));
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
 
   /* calculate offset */
   list_start = 
@@ -383,7 +353,7 @@ ags_drum_pad_callback(GtkWidget *toggle_button, AgsDrum *drum)
   g_list_free(line_start);
 
   /* append AgsTogglePatternBit */
-  ags_task_thread_append_tasks(task_thread,
+  ags_task_thread_append_tasks(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_MACHINE(drum)->audio->devout)->ags_main)->main_loop)->task_thread),
 			       tasks);
 }
 
@@ -399,30 +369,15 @@ ags_drum_tact_callback(AgsAudio *audio,
 		       AgsDrum *drum)
 {
   AgsWindow *window;
-  AgsToggleLed *toggle_led;
-
   AgsCountBeatsAudio *play_count_beats_audio;
   AgsCountBeatsAudioRun *play_count_beats_audio_run;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
+  AgsToggleLed *toggle_led;
   GList *list, *tmp;
   guint counter, active_led;
   gdouble active_led_old, active_led_new;
   GValue value = {0,};
-
-  window = (AgsWindow *) gtk_widget_get_ancestor((GtkWidget *) drum,
-						 AGS_TYPE_WINDOW);
-
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
   
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  window = AGS_WINDOW(gtk_widget_get_ancestor((GtkWidget *) drum, AGS_TYPE_WINDOW));
 
   /* get some recalls */
   list = ags_recall_find_type(audio->play,
@@ -459,7 +414,7 @@ ags_drum_tact_callback(AgsAudio *audio,
 				  (guint) active_led_new,
 				  (guint) active_led_old);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(toggle_led));
 }
 
diff --git a/src/ags/X/machine/ags_drum_input_line.c b/src/ags/X/machine/ags_drum_input_line.c
index 5dd2c73..1bf4c4d 100644
--- a/src/ags/X/machine/ags_drum_input_line.c
+++ b/src/ags/X/machine/ags_drum_input_line.c
@@ -19,10 +19,10 @@
 #include <ags/X/machine/ags_drum_input_line.h>
 #include <ags/X/machine/ags_drum_input_line_callbacks.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 #include <ags/object/ags_portlet.h>
 
@@ -68,6 +68,8 @@
 
 #include <ags/X/machine/ags_drum.h>
 
+#include <ags/audio/ags_config.h>
+
 void ags_drum_input_line_class_init(AgsDrumInputLineClass *drum_input_line);
 void ags_drum_input_line_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_drum_input_line_plugin_interface_init(AgsPluginInterface *plugin);
@@ -87,6 +89,8 @@ void ags_drum_input_line_group_changed(AgsLine *line);
 void ags_drum_input_line_map_recall(AgsLine *line,
 				    guint output_pad_start);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_drum_input_line
  * @short_description: drum sequencer input line
@@ -338,10 +342,10 @@ ags_drum_input_line_set_channel(AgsLine *line, AgsChannel *channel)
 
   if(channel != NULL){
     if(channel->audio != NULL &&
-       AGS_AUDIO(channel->audio)->soundcard != NULL){
+       AGS_AUDIO(channel->audio)->devout != NULL){
       AgsAudioSignal *audio_signal;
 
-      audio_signal = ags_audio_signal_new(AGS_AUDIO(channel->audio)->soundcard,
+      audio_signal = ags_audio_signal_new(AGS_AUDIO(channel->audio)->devout,
 					  channel->first_recycling,
 					  NULL);
       audio_signal->flags |= AGS_AUDIO_SIGNAL_TEMPLATE;
@@ -606,7 +610,7 @@ ags_drum_input_line_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -633,7 +637,7 @@ ags_drum_input_line_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_drum_input_pad.c b/src/ags/X/machine/ags_drum_input_pad.c
index 0745e0e..980d06a 100644
--- a/src/ags/X/machine/ags_drum_input_pad.c
+++ b/src/ags/X/machine/ags_drum_input_pad.c
@@ -19,10 +19,10 @@
 #include <ags/X/machine/ags_drum_input_pad.h>
 #include <ags/X/machine/ags_drum_input_pad_callbacks.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -275,7 +275,7 @@ ags_drum_input_pad_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -336,7 +336,7 @@ ags_drum_input_pad_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
     ags_file_add_id_ref(file,
 			g_object_new(AGS_TYPE_FILE_ID_REF,
-				     "application-context\0", file->application_context,
+				     "main\0", file->ags_main,
 				     "file\0", file,
 				     "node\0", node,
 				     "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_drum_input_pad_callbacks.c b/src/ags/X/machine/ags_drum_input_pad_callbacks.c
index b3e1881..a28e6ab 100644
--- a/src/ags/X/machine/ags_drum_input_pad_callbacks.c
+++ b/src/ags/X/machine/ags_drum_input_pad_callbacks.c
@@ -20,10 +20,9 @@
 #include <ags/X/machine/ags_drum_input_line_callbacks.h>
 #include <ags/X/machine/ags_drum.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_soundcard.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_devout.h>
@@ -48,7 +47,6 @@
 
 #include <ags/audio/file/ags_audio_file.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_line_callbacks.h>
 
 #include <math.h>
@@ -118,7 +116,7 @@ void
 ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInputPad *drum_input_pad)
 {
   GtkFileChooserDialog *file_chooser;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   GList *list, *tasks;
   gchar *name0, *name1;
 
@@ -126,38 +124,20 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
   name0 = (gchar *) gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(file_chooser));
   name1 = g_object_get_data((GObject *) file_chooser, AGS_DRUM_INPUT_PAD_OPEN_AUDIO_FILE_NAME);
 
-  soundcard = AGS_SOUNDCARD(AGS_AUDIO(AGS_PAD(drum_input_pad)->channel->audio)->soundcard);
+  devout = AGS_DEVOUT(AGS_AUDIO(AGS_PAD(drum_input_pad)->channel->audio)->devout);
 
   if(toggle_button->active){
-    AgsWindow *window;
-    
-    AgsAudioFile *audio_file;
     AgsDevoutPlay *devout_play;
     AgsPlayAudioSignal *play_audio_signal;
     AgsStreamAudioSignal *stream_audio_signal;
     AgsStartDevout *start_devout;
     AgsAppendRecall *append_recall;
-
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-    
+    AgsAudioFile *audio_file;
     GList *audio_signal;
     guint i;
-    guint pcm_channels;
 
     drum_input_pad->flags &= (~AGS_DRUM_INPUT_PAD_OPEN_PLAY_DONE);
 
-    /*  */
-    window = gtk_widget_get_toplevel(drum_input_pad);
-
-    application_context = window->application_context;
-    
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
     /* AgsAudioFile */
     if(!g_strcmp0(name0, name1)){
       audio_file = (AgsAudioFile *) g_object_get_data((GObject *) file_chooser, g_type_name(AGS_TYPE_AUDIO_FILE));
@@ -167,15 +147,9 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
 	g_object_unref(G_OBJECT(audio_file));
       }
 
-      ags_soundcard_get_presets(soundcard,
-				&pcm_channels,
-				NULL,
-				NULL,
-				NULL);
-      
       audio_file = ags_audio_file_new(name0,
-				      soundcard,
-				      0, pcm_channels);
+				      devout,
+				      0, devout->pcm_channels);
       g_object_set_data((GObject *) file_chooser, (char *) g_type_name(AGS_TYPE_AUDIO_FILE), audio_file);
 
       ags_audio_file_open(audio_file);
@@ -192,7 +166,7 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
     while(audio_signal != NULL){
       /* AgsPlayAudioSignal recall */
       play_audio_signal = ags_play_audio_signal_new(AGS_AUDIO_SIGNAL(audio_signal->data),
-						    soundcard,
+						    devout,
 						    i);
       g_object_ref(play_audio_signal);
       AGS_AUDIO_SIGNAL(audio_signal->data)->flags &= (~AGS_AUDIO_SIGNAL_TEMPLATE);
@@ -210,7 +184,7 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
       devout_play->flags = AGS_DEVOUT_PLAY_PLAYBACK;
       devout_play->source = G_OBJECT(play_audio_signal);
 
-      append_recall = ags_append_recall_new(main_loop,
+      append_recall = ags_append_recall_new(G_OBJECT(AGS_MAIN(devout->ags_main)->main_loop),
 					    devout_play);
     
       tasks = g_list_prepend(tasks, append_recall);
@@ -231,7 +205,7 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
       devout_play->flags = AGS_DEVOUT_PLAY_PLAYBACK;
       devout_play->source = G_OBJECT(stream_audio_signal);
 
-      append_recall = ags_append_recall_new(main_loop,
+      append_recall = ags_append_recall_new(G_OBJECT(AGS_MAIN(devout->ags_main)->main_loop),
 					    devout_play);
     
       tasks = g_list_prepend(tasks, append_recall);
@@ -245,10 +219,10 @@ ags_drum_input_pad_open_play_callback(GtkToggleButton *toggle_button, AgsDrumInp
     tasks = g_list_reverse(tasks);
 
     /* create start task */
-    start_devout = ags_start_devout_new(soundcard);
+    start_devout = ags_start_devout_new(devout);
     tasks = g_list_prepend(tasks, start_devout);
 
-    ags_task_thread_append_tasks(task_thread,
+    ags_task_thread_append_tasks(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 				 tasks);
   }else{
     if((AGS_DRUM_INPUT_PAD_OPEN_PLAY_DONE & (drum_input_pad->flags)) == 0){
@@ -305,33 +279,17 @@ void
 ags_drum_input_pad_open_response_callback(GtkWidget *widget, gint response, AgsDrumInputPad *drum_input_pad)
 {
   AgsDrum *drum;
-  GtkFileChooserDialog *file_chooser;
-
   AgsAudioFile *audio_file;
+  GtkFileChooserDialog *file_chooser;
+  GtkSpinButton *spin_button;
+  AgsOpenSingleFile *open_single_file;
+  char *name0, *name1;
 
   drum = (AgsDrum *) gtk_widget_get_ancestor(GTK_WIDGET(drum_input_pad), AGS_TYPE_DRUM);
 
   file_chooser = drum_input_pad->file_chooser;
 
   if(response == GTK_RESPONSE_ACCEPT){
-    AgsWindow *window;
-    GtkSpinButton *spin_button;
-
-    AgsOpenSingleFile *open_single_file;
-
-    AgsThread *main_loop, *current;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-    
-    char *name0, *name1;
-
-    window = gtk_widget_get_toplevel(drum);
-    
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-
     name0 = gtk_file_chooser_get_filename((GtkFileChooser *) file_chooser);
     name1 = (char *) g_object_get_data((GObject *) file_chooser, AGS_DRUM_INPUT_PAD_OPEN_AUDIO_FILE_NAME);
 
@@ -350,7 +308,7 @@ ags_drum_input_pad_open_response_callback(GtkWidget *widget, gint response, AgsD
     /* task */
     if(AGS_PAD(drum_input_pad)->group->active){
       open_single_file = ags_open_single_file_new(AGS_PAD(drum_input_pad)->channel,
-						  AGS_DEVOUT(AGS_AUDIO(AGS_MACHINE(drum)->audio)->soundcard),
+						  AGS_DEVOUT(AGS_AUDIO(AGS_MACHINE(drum)->audio)->devout),
 						  name0,
 						  0, AGS_AUDIO(AGS_MACHINE(drum)->audio)->audio_channels);
     }else{
@@ -361,15 +319,15 @@ ags_drum_input_pad_open_response_callback(GtkWidget *widget, gint response, AgsD
       line = AGS_LINE(ags_line_find_next_grouped(list)->data);
 
       open_single_file = ags_open_single_file_new(line->channel,
-						  AGS_SOUNDCARD(AGS_AUDIO(AGS_MACHINE(drum)->audio)->soundcard),
+						  AGS_DEVOUT(AGS_AUDIO(AGS_MACHINE(drum)->audio)->devout),
 						  name0,
 						  (guint) spin_button->adjustment->value, 1);
 
       g_list_free(list);
     }
 
-    ags_task_thread_append_task(task_thread,
-				AGS_TASK(open_single_file));
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(AGS_MACHINE(drum)->audio)->devout)->ags_main)->main_loop)->task_thread),
+									AGS_TASK(open_single_file));
 
     gtk_widget_destroy((GtkWidget *) file_chooser);
   }else if(response == GTK_RESPONSE_CANCEL){
@@ -388,34 +346,21 @@ ags_drum_input_pad_open_response_callback(GtkWidget *widget, gint response, AgsD
 void
 ags_drum_input_pad_play_callback(GtkToggleButton *toggle_button, AgsDrumInputPad *drum_input_pad)
 {
-  AgsWindow *window;
   AgsDrum *drum;
-
-  AgsChannel *channel;
-
-  AgsThread *main_loop, *current;
+  AgsDevout *devout;
+  AgsAudioLoop *audio_loop;
   AgsTaskThread *task_thread;
   AgsDevoutThread *devout_thread;
-
-  AgsApplicationContext *application_context;
-  AgsSoundcard *soundcard;
-
+  AgsChannel *channel;
   GList *tasks;
 
   drum = (AgsDrum *) gtk_widget_get_ancestor((GtkWidget *) drum_input_pad, AGS_TYPE_DRUM);
 
-  window = gtk_widget_get_toplevel(drum);
+  devout = AGS_DEVOUT(AGS_MACHINE(drum)->audio->devout);
 
-  application_context = window->application_context;
-  
-  soundcard = AGS_SOUNDCARD(AGS_MACHINE(drum)->audio->soundcard);
-
-  main_loop = application_context->main_loop;
-  
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-  devout_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_DEVOUT_THREAD);
+  audio_loop = AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop);
+  task_thread = AGS_TASK_THREAD(audio_loop->task_thread);
+  devout_thread = AGS_DEVOUT_THREAD(audio_loop->devout_thread);
 
   tasks = NULL;
 
@@ -446,7 +391,7 @@ ags_drum_input_pad_play_callback(GtkToggleButton *toggle_button, AgsDrumInputPad
 
       while(channel != next_pad){
 	/* append channel for playback */
-	append_channel = ags_append_channel_new(G_OBJECT(main_loop),
+	append_channel = ags_append_channel_new(G_OBJECT(audio_loop),
 						channel);
 	tasks = g_list_prepend(tasks, append_channel);
 
@@ -461,7 +406,7 @@ ags_drum_input_pad_play_callback(GtkToggleButton *toggle_button, AgsDrumInputPad
       line = AGS_LINE(ags_line_find_next_grouped(list)->data);
 
       /* append channel for playback */
-      append_channel = ags_append_channel_new(G_OBJECT(main_loop),
+      append_channel = ags_append_channel_new(G_OBJECT(audio_loop),
 					      line->channel);
       tasks = g_list_prepend(tasks, append_channel);
 
@@ -470,7 +415,7 @@ ags_drum_input_pad_play_callback(GtkToggleButton *toggle_button, AgsDrumInputPad
     }
 
     /* create start task */
-    start_devout = ags_start_devout_new(soundcard);
+    start_devout = ags_start_devout_new(devout);
     tasks = g_list_prepend(tasks,
 			   start_devout);
 
@@ -584,7 +529,7 @@ ags_drum_input_pad_init_channel_launch_callback(AgsTask *task,
       while(recycling != channel->last_recycling->next){
 	add_audio_signal = ags_add_audio_signal_new(recycling,
 						    NULL,
-						    AGS_AUDIO(channel->audio)->soundcard,
+						    AGS_AUDIO(channel->audio)->devout,
 						    AGS_RECALL(recall->data)->recall_id,
 						    0);
 
diff --git a/src/ags/X/machine/ags_drum_output_line.c b/src/ags/X/machine/ags_drum_output_line.c
index 47de2b5..dd8ad25 100644
--- a/src/ags/X/machine/ags_drum_output_line.c
+++ b/src/ags/X/machine/ags_drum_output_line.c
@@ -19,10 +19,10 @@
 #include <ags/X/machine/ags_drum_output_line.h>
 #include <ags/X/machine/ags_drum_output_line_callbacks.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -229,16 +229,16 @@ ags_drum_output_line_set_channel(AgsLine *line, AgsChannel *channel)
   drum_output_line = AGS_DRUM_OUTPUT_LINE(line);
 
   if(channel != NULL){
-    AgsSoundcard *soundcard;
+    AgsDevout *devout;
     AgsAudioSignal *audio_signal;
     gdouble delay;
     guint stop;
 
     if(channel->audio != NULL &&
-       AGS_AUDIO(channel->audio)->soundcard != NULL){
-      soundcard = AGS_SOUNDCARD(AGS_AUDIO(channel->audio)->soundcard);
+       AGS_AUDIO(channel->audio)->devout != NULL){
+      devout = AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout);
 
-      audio_signal = ags_audio_signal_new(soundcard,
+      audio_signal = ags_audio_signal_new(devout,
 					  channel->first_recycling,
 					  NULL);
       audio_signal->flags |= AGS_AUDIO_SIGNAL_TEMPLATE;
@@ -310,7 +310,7 @@ ags_drum_output_line_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -337,7 +337,7 @@ ags_drum_output_line_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_drum_output_pad.c b/src/ags/X/machine/ags_drum_output_pad.c
index 0341d1b..c2f67ff 100644
--- a/src/ags/X/machine/ags_drum_output_pad.c
+++ b/src/ags/X/machine/ags_drum_output_pad.c
@@ -19,9 +19,10 @@
 #include <ags/X/machine/ags_drum_output_pad.h>
 #include <ags/X/machine/ags_drum_output_pad_callbacks.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/X/ags_line.h>
diff --git a/src/ags/X/machine/ags_ffplayer.c b/src/ags/X/machine/ags_ffplayer.c
index 52a4736..6db71c2 100644
--- a/src/ags/X/machine/ags_ffplayer.c
+++ b/src/ags/X/machine/ags_ffplayer.c
@@ -19,10 +19,12 @@
 #include <ags/X/machine/ags_ffplayer.h>
 #include <ags/X/machine/ags_ffplayer_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_playable.h>
 #include <ags/object/ags_plugin.h>
 
@@ -56,11 +58,8 @@
 #include <ags/audio/recall/ags_play_notation_audio.h>
 #include <ags/audio/recall/ags_play_notation_audio_run.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_editor.h>
 
-#include <ags/X/machine/ags_ffplayer_bridge.h>
-
 #include <math.h>
 
 void ags_ffplayer_class_init(AgsFFPlayerClass *ffplayer);
@@ -140,8 +139,8 @@ ags_ffplayer_get_type(void)
     };
 
     ags_type_ffplayer = g_type_register_static(AGS_TYPE_MACHINE,
-					       "AgsFFPlayer\0", &ags_ffplayer_info,
-					       0);
+					    "AgsFFPlayer\0", &ags_ffplayer_info,
+					    0);
     
     g_type_add_interface_static(ags_type_ffplayer,
 				AGS_TYPE_CONNECTABLE,
@@ -183,6 +182,8 @@ ags_ffplayer_class_init(AgsFFPlayerClass *ffplayer)
 void
 ags_ffplayer_connectable_interface_init(AgsConnectableInterface *connectable)
 {
+  AgsConnectableInterface *ags_ffplayer_connectable_parent_interface;
+
   ags_ffplayer_parent_connectable_interface = g_type_interface_peek_parent(connectable);
 
   connectable->connect = ags_ffplayer_connect;
@@ -230,7 +231,7 @@ ags_ffplayer_init(AgsFFPlayer *ffplayer)
   AGS_MACHINE(ffplayer)->input_line_type = G_TYPE_NONE;
   AGS_MACHINE(ffplayer)->output_pad_type = G_TYPE_NONE;
   AGS_MACHINE(ffplayer)->output_line_type = G_TYPE_NONE;
-
+  
   g_signal_connect_after(G_OBJECT(ffplayer->machine.audio), "set_audio_channels\0",
 			 G_CALLBACK(ags_ffplayer_set_audio_channels), NULL);
 
@@ -244,7 +245,7 @@ ags_ffplayer_init(AgsFFPlayer *ffplayer)
   ffplayer->xml_type = "ags-ffplayer\0";
 
   /* create widgets */
-  table = (GtkTable *) gtk_table_new(4, 3, FALSE);
+  table = (GtkTable *) gtk_table_new(3, 2, FALSE);
   gtk_container_add((GtkContainer *) (gtk_bin_get_child((GtkBin *) ffplayer)), (GtkWidget *) table);
 
   hbox = (GtkHBox *) gtk_hbox_new(FALSE, 0);
@@ -324,18 +325,6 @@ ags_ffplayer_init(AgsFFPlayer *ffplayer)
   hscrollbar = (GtkHScrollbar *) gtk_hscrollbar_new(ffplayer->hadjustment);
   gtk_widget_set_style((GtkWidget *) hscrollbar, ffplayer_style);
   gtk_box_pack_start((GtkBox *) vbox, (GtkWidget *) hscrollbar, FALSE, FALSE, 0);
-
-  /* effect bridge */
-  AGS_MACHINE(ffplayer)->bridge = ags_ffplayer_bridge_new(audio);
-  gtk_table_attach(table,
-		   (GtkWidget *) AGS_MACHINE(ffplayer)->bridge,
-		   2, 3,
-		   0, 4,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-  g_object_set(AGS_MACHINE(ffplayer)->bridge,
-	       "audio\0", AGS_MACHINE(ffplayer)->audio,
-	       NULL);
 }
 
 void
@@ -550,7 +539,7 @@ ags_ffplayer_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -621,7 +610,7 @@ ags_ffplayer_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -680,7 +669,7 @@ ags_ffplayer_launch_task(AgsFileLaunch *file_launch, AgsFFPlayer *ffplayer)
 			    "mode\0", AGS_IPATCH_READ,
 			    "filename\0", filename,
 			    NULL);
-    ipatch->soundcard = window->soundcard;
+    ipatch->devout = window->devout;
     ags_ipatch_open(ipatch, filename);
 
     playable = AGS_PLAYABLE(ipatch);
@@ -1142,7 +1131,7 @@ ags_ffplayer_paint(AgsFFPlayer *ffplayer)
 
 /**
  * ags_ffplayer_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsFFPlayer
  *
@@ -1151,7 +1140,7 @@ ags_ffplayer_paint(AgsFFPlayer *ffplayer)
  * Since: 0.3
  */
 AgsFFPlayer*
-ags_ffplayer_new(GObject *soundcard)
+ags_ffplayer_new(GObject *devout)
 {
   AgsFFPlayer *ffplayer;
   GValue value = {0,};
@@ -1159,11 +1148,11 @@ ags_ffplayer_new(GObject *soundcard)
   ffplayer = (AgsFFPlayer *) g_object_new(AGS_TYPE_FFPLAYER,
 					  NULL);
 
-  if(soundcard != NULL){
+  if(devout != NULL){
     g_value_init(&value, G_TYPE_OBJECT);
-    g_value_set_object(&value, soundcard);
+    g_value_set_object(&value, devout);
     g_object_set_property(G_OBJECT(ffplayer->machine.audio),
-			  "soundcard\0", &value);
+			  "devout\0", &value);
     g_value_unset(&value);
   }
 
diff --git a/src/ags/X/machine/ags_ffplayer_bridge.c b/src/ags/X/machine/ags_ffplayer_bridge.c
deleted file mode 100644
index 9ec0df4..0000000
--- a/src/ags/X/machine/ags_ffplayer_bridge.c
+++ /dev/null
@@ -1,222 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_bridge.h>
-#include <ags/X/machine/ags_ffplayer_bridge_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-#include <ags/X/machine/ags_ffplayer_bulk_input.h>
-#include <ags/X/machine/ags_ffplayer_input_pad.h>
-#include <ags/X/machine/ags_ffplayer_input_line.h>
-
-void ags_ffplayer_bridge_class_init(AgsFFPlayerBridgeClass *ffplayer_bridge);
-void ags_ffplayer_bridge_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_ffplayer_bridge_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_ffplayer_bridge_init(AgsFFPlayerBridge *ffplayer_bridge);
-void ags_ffplayer_bridge_connect(AgsConnectable *connectable);
-void ags_ffplayer_bridge_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_ffplayer_bridge
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsFFPlayerBridge
- * @section_id:
- * @include: ags/X/ags_ffplayer_bridge.h
- *
- * #AgsFFPlayerBridge is a composite widget to visualize all #AgsChannel. It should be
- * packed by an #AgsMachine.
- */
-
-static gpointer ags_ffplayer_bridge_parent_class = NULL;
-static AgsConnectableInterface *ags_ffplayer_bridge_parent_connectable_interface;
-
-GType
-ags_ffplayer_bridge_get_type(void)
-{
-  static GType ags_type_ffplayer_bridge = 0;
-
-  if(!ags_type_ffplayer_bridge){
-    static const GTypeInfo ags_ffplayer_bridge_info = {
-      sizeof(AgsFFPlayerBridgeClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_ffplayer_bridge_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsFFPlayerBridge),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_ffplayer_bridge_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_bridge_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_bridge_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_ffplayer_bridge = g_type_register_static(AGS_TYPE_EFFECT_BRIDGE,
-						      "AgsFFPlayerBridge\0", &ags_ffplayer_bridge_info,
-						      0);
-
-    g_type_add_interface_static(ags_type_ffplayer_bridge,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_ffplayer_bridge,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_ffplayer_bridge);
-}
-
-void
-ags_ffplayer_bridge_class_init(AgsFFPlayerBridgeClass *ffplayer_bridge)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_ffplayer_bridge_parent_class = g_type_class_peek_parent(ffplayer_bridge);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(ffplayer_bridge);
-}
-
-void
-ags_ffplayer_bridge_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_ffplayer_bridge_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_ffplayer_bridge_connect;
-  connectable->disconnect = ags_ffplayer_bridge_disconnect;
-}
-
-void
-ags_ffplayer_bridge_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_ffplayer_bridge_init(AgsFFPlayerBridge *ffplayer_bridge)
-{
-  GtkFrame *frame;
-  GtkExpander *expander;
-  GtkTable *table;
-
-  AGS_EFFECT_BRIDGE(ffplayer_bridge)->input_pad_type = AGS_TYPE_FFPLAYER_INPUT_PAD;
-  AGS_EFFECT_BRIDGE(ffplayer_bridge)->input_line_type = AGS_TYPE_FFPLAYER_INPUT_LINE;
-
-  frame = (GtkFrame *) gtk_frame_new("input bridge\0");
-  gtk_box_pack_start(AGS_EFFECT_BRIDGE(ffplayer_bridge),
-		     frame,
-		     FALSE, FALSE,
-		     0);
-
-  expander = gtk_expander_new("show/hide\0");
-  gtk_container_add(frame,
-		    expander);
-
-  table = (GtkTable *) gtk_table_new(1, 2, FALSE);
-  gtk_container_add(expander,
-		    table);
-
-  AGS_EFFECT_BRIDGE(ffplayer_bridge)->bulk_input = (GtkWidget *) g_object_new(AGS_TYPE_FFPLAYER_BULK_INPUT,
-									      NULL);
-  gtk_table_attach(table,
-		   AGS_EFFECT_BRIDGE(ffplayer_bridge)->bulk_input,
-		   0, 1,
-		   0, 1,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-  
-  AGS_EFFECT_BRIDGE(ffplayer_bridge)->input = (GtkHBox *) gtk_hbox_new(FALSE, 0);
-  gtk_table_attach(table,
-		   AGS_EFFECT_BRIDGE(ffplayer_bridge)->input,
-		   1, 2,
-		   0, 1,
-		   GTK_FILL|GTK_EXPAND, GTK_FILL|GTK_EXPAND,
-		   0, 0);
-}
-
-void
-ags_ffplayer_bridge_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_ffplayer_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_ffplayer_bridge_disconnect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) == 0){
-    return;
-  }
-
-  ags_ffplayer_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_ffplayer_bridge_new:
- * @ffplayer_bridge: the parent ffplayer_bridge
- * @audio: the #AgsAudio to visualize
- *
- * Creates an #AgsFFPlayerBridge
- *
- * Returns: a new #AgsFFPlayerBridge
- *
- * Since: 0.4
- */
-AgsFFPlayerBridge*
-ags_ffplayer_bridge_new(AgsAudio *audio)
-{
-  AgsFFPlayerBridge *ffplayer_bridge;
-
-  ffplayer_bridge = (AgsFFPlayerBridge *) g_object_new(AGS_TYPE_FFPLAYER_BRIDGE,
-						       "audio\0", audio,
-						       NULL);
-
-  return(ffplayer_bridge);
-}
diff --git a/src/ags/X/machine/ags_ffplayer_bridge.h b/src/ags/X/machine/ags_ffplayer_bridge.h
deleted file mode 100644
index f2de9a7..0000000
--- a/src/ags/X/machine/ags_ffplayer_bridge.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_BRIDGE_H__
-#define __AGS_FFPLAYER_BRIDGE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_audio.h>
-
-#include <ags/X/ags_effect_bridge.h>
-
-#define AGS_TYPE_FFPLAYER_BRIDGE                (ags_ffplayer_bridge_get_type())
-#define AGS_FFPLAYER_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridge))
-#define AGS_FFPLAYER_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))
-#define AGS_IS_FFPLAYER_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_BRIDGE))
-#define AGS_IS_FFPLAYER_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_FFPLAYER_BRIDGE))
-#define AGS_FFPLAYER_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_FFPLAYER_BRIDGE, AgsFFPlayerBridgeClass))
-
-typedef struct _AgsFFPlayerBridge AgsFFPlayerBridge;
-typedef struct _AgsFFPlayerBridgeClass AgsFFPlayerBridgeClass;
-
-struct _AgsFFPlayerBridge
-{
-  AgsEffectBridge effect_bridge;
-};
-
-struct _AgsFFPlayerBridgeClass
-{
-  AgsEffectBridgeClass effect_bridge;
-};
-
-GType ags_ffplayer_bridge_get_type(void);
-
-AgsFFPlayerBridge* ags_ffplayer_bridge_new(AgsAudio *audio);
-
-#endif /*__AGS_FFPLAYER_BRIDGE_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c b/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
deleted file mode 100644
index 053acdc..0000000
--- a/src/ags/X/machine/ags_ffplayer_bridge_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_bridge_callbacks.h>
diff --git a/src/ags/X/machine/ags_ffplayer_bridge_callbacks.h b/src/ags/X/machine/ags_ffplayer_bridge_callbacks.h
deleted file mode 100644
index 7e6c0b5..0000000
--- a/src/ags/X/machine/ags_ffplayer_bridge_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_BRIDGE_CALLBACKS_H__
-#define __AGS_FFPLAYER_BRIDGE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_ffplayer_bridge.h>
-
-#endif /*__AGS_FFPLAYER_BRIDGE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_bulk_input.c b/src/ags/X/machine/ags_ffplayer_bulk_input.c
deleted file mode 100644
index 751268e..0000000
--- a/src/ags/X/machine/ags_ffplayer_bulk_input.c
+++ /dev/null
@@ -1,179 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_bulk_input.h>
-#include <ags/X/machine/ags_ffplayer_bulk_input_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-void ags_ffplayer_bulk_input_class_init(AgsFFPlayerBulkInputClass *ffplayer_bulk_input);
-void ags_ffplayer_bulk_input_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_ffplayer_bulk_input_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_ffplayer_bulk_input_init(AgsFFPlayerBulkInput *ffplayer_bulk_input);
-void ags_ffplayer_bulk_input_connect(AgsConnectable *connectable);
-void ags_ffplayer_bulk_input_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_ffplayer_bulk_input
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsFFPlayerBulkInput
- * @section_id:
- * @include: ags/X/ags_ffplayer_bulk_input.h
- *
- * #AgsFFPlayerBulkInput is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsFFPlayerBulkInput.
- */
-
-static gpointer ags_ffplayer_bulk_input_parent_class = NULL;
-static AgsConnectableInterface *ags_ffplayer_bulk_input_parent_connectable_interface;
-
-GType
-ags_ffplayer_bulk_input_get_type(void)
-{
-  static GType ags_type_ffplayer_bulk_input = 0;
-
-  if(!ags_type_ffplayer_bulk_input){
-    static const GTypeInfo ags_ffplayer_bulk_input_info = {
-      sizeof(AgsFFPlayerBulkInputClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_ffplayer_bulk_input_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsFFPlayerBulkInput),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_ffplayer_bulk_input_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_bulk_input_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_bulk_input_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_ffplayer_bulk_input = g_type_register_static(AGS_TYPE_EFFECT_BULK,
-							  "AgsFFPlayerBulkInput\0", &ags_ffplayer_bulk_input_info,
-							  0);
-
-    g_type_add_interface_static(ags_type_ffplayer_bulk_input,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_ffplayer_bulk_input,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_ffplayer_bulk_input);
-}
-
-void
-ags_ffplayer_bulk_input_class_init(AgsFFPlayerBulkInputClass *ffplayer_bulk_input)
-{
-  GObjectClass *gobject;
-
-  ags_ffplayer_bulk_input_parent_class = g_type_class_peek_parent(ffplayer_bulk_input);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) ffplayer_bulk_input;
-}
-
-void
-ags_ffplayer_bulk_input_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_ffplayer_bulk_input_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_ffplayer_bulk_input_connect;
-  connectable->disconnect = ags_ffplayer_bulk_input_disconnect;
-}
-
-void
-ags_ffplayer_bulk_input_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_ffplayer_bulk_input_init(AgsFFPlayerBulkInput *ffplayer_bulk_input)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_ffplayer_bulk_input_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BULK_CONNECTED & (AGS_EFFECT_BULK(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_ffplayer_bulk_input_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_ffplayer_bulk_input_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_ffplayer_bulk_input_new:
- * @ffplayer_bulk_input: the parent ffplayer_bulk_input
- * @audio: the #AgsAudio to visualize
- * @channel_type: either %AGS_TYPE_INPUT or %AGS_TYPE_OUTPUT
- *
- * Creates an #AgsFFPlayerBulkInput
- *
- * Returns: a new #AgsFFPlayerBulkInput
- *
- * Since: 0.4
- */
-AgsFFPlayerBulkInput*
-ags_ffplayer_bulk_input_new(AgsAudio *audio,
-			    GType channel_type)
-{
-  AgsFFPlayerBulkInput *ffplayer_bulk_input;
-
-  ffplayer_bulk_input = (AgsFFPlayerBulkInput *) g_object_new(AGS_TYPE_FFPLAYER_BULK_INPUT,
-							      "audio\0", audio,
-							      "channel-type\0", channel_type,
-							      NULL);
-
-  return(ffplayer_bulk_input);
-}
diff --git a/src/ags/X/machine/ags_ffplayer_bulk_input.h b/src/ags/X/machine/ags_ffplayer_bulk_input.h
deleted file mode 100644
index 6eedbf5..0000000
--- a/src/ags/X/machine/ags_ffplayer_bulk_input.h
+++ /dev/null
@@ -1,60 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_BULK_INPUT_H__
-#define __AGS_FFPLAYER_BULK_INPUT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-#define AGS_TYPE_FFPLAYER_BULK_INPUT                (ags_ffplayer_bulk_input_get_type())
-#define AGS_FFPLAYER_BULK_INPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_BULK_INPUT, AgsFFPlayerBulkInput))
-#define AGS_FFPLAYER_BULK_INPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_BULK_INPUT, AgsFFPlayerBulkInputClass))
-#define AGS_IS_FFPLAYER_BULK_INPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_BULK_INPUT))
-#define AGS_IS_FFPLAYER_BULK_INPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FFPLAYER_BULK_INPUT))
-#define AGS_FFPLAYER_BULK_INPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_BULK_INPUT, AgsFFPlayerBulkInputClass))
-
-#define AGS_FFPLAYER_BULK_INPUT_DEFAULT_VERSION "0.4.3\0"
-#define AGS_FFPLAYER_BULK_INPUT_DEFAULT_BUILD_ID "CEST 20-03-2015 08:24\0"
-
-typedef struct _AgsFFPlayerBulkInput AgsFFPlayerBulkInput;
-typedef struct _AgsFFPlayerBulkInputClass AgsFFPlayerBulkInputClass;
-
-typedef enum{
-  AGS_FFPLAYER_BULK_INPUT_CONNECTED        = 1,
-}AgsFFPlayerBulkInputFlags;
-
-struct _AgsFFPlayerBulkInput
-{
-  AgsEffectBulk effect_bulk;
-};
-
-struct _AgsFFPlayerBulkInputClass
-{
-  AgsEffectBulkClass effect_bulk;
-};
-
-GType ags_ffplayer_bulk_input_get_type(void);
-
-AgsFFPlayerBulkInput* ags_ffplayer_bulk_input_new(AgsAudio *audio,
-						  GType channel_type);
-
-#endif /*__AGS_FFPLAYER_BULK_INPUT_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c b/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
deleted file mode 100644
index 658d9f3..0000000
--- a/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_bulk_input_callbacks.h>
diff --git a/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h b/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h
deleted file mode 100644
index c64567d..0000000
--- a/src/ags/X/machine/ags_ffplayer_bulk_input_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_BULK_INPUT_CALLBACKS_H__
-#define __AGS_FFPLAYER_BULK_INPUT_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_ffplayer_bulk_input.h>
-
-#endif /*__AGS_FFPLAYER_BULK_INPUT_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_callbacks.c b/src/ags/X/machine/ags_ffplayer_callbacks.c
index 0bedc2d..08b154d 100644
--- a/src/ags/X/machine/ags_ffplayer_callbacks.c
+++ b/src/ags/X/machine/ags_ffplayer_callbacks.c
@@ -57,7 +57,7 @@ ags_ffplayer_parent_set_callback(GtkWidget *widget, GtkObject *old_parent, AgsFF
 
   window = (AgsWindow *) gtk_widget_get_toplevel(widget);
   audio = ffplayer->machine.audio;
-  audio->soundcard = (GObject *) window->soundcard;
+  audio->devout = (GObject *) window->devout;
   
   AGS_MACHINE(ffplayer)->name = g_strdup_printf("Default %d\0",
 						ags_window_find_machine_counter(window, AGS_TYPE_FFPLAYER)->counter);
@@ -87,7 +87,7 @@ ags_ffplayer_open_dialog_response_callback(GtkWidget *widget, gint response,
   AgsWindow *window;
   AgsFFPlayer *ffplayer;
   GtkFileChooserDialog *file_chooser;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
 
   window = AGS_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(machine)));
   ffplayer = AGS_FFPLAYER(machine);
@@ -114,7 +114,7 @@ ags_ffplayer_open_dialog_response_callback(GtkWidget *widget, gint response,
 			    "filename\0", filename,
 			    NULL);
       ffplayer->ipatch = ipatch;
-      ipatch->soundcard = window->soundcard;
+      ipatch->devout = window->devout;
 
       playable = AGS_PLAYABLE(ipatch);
 
@@ -263,7 +263,7 @@ ags_ffplayer_instrument_changed_callback(GtkComboBox *instrument, AgsFFPlayer *f
 
   while(channel != NULL && has_more){
     list = ags_playable_read_audio_signal(playable,
-					  AGS_MACHINE(ffplayer)->audio->soundcard,
+					  AGS_MACHINE(ffplayer)->audio->devout,
 					  channel->audio_channel, AGS_IPATCH_DEFAULT_CHANNELS);
 
     for(i = 0; i < AGS_IPATCH_DEFAULT_CHANNELS && list != NULL; i++){
@@ -277,7 +277,7 @@ ags_ffplayer_instrument_changed_callback(GtkComboBox *instrument, AgsFFPlayer *f
 				     AGS_AUDIO_SIGNAL(list->data));
       //      add_audio_signal = ags_add_audio_signal_new(channel->first_recycling,
       //					  AGS_AUDIO_SIGNAL(list->data),
-      //					  AGS_MACHINE(ffplayer)->audio->soundcard,
+      //					  AGS_MACHINE(ffplayer)->audio->devout,
       //					  NULL,
       //					  AGS_AUDIO_SIGNAL_TEMPLATE);
       //      task = g_list_prepend(task,
@@ -293,7 +293,7 @@ ags_ffplayer_instrument_changed_callback(GtkComboBox *instrument, AgsFFPlayer *f
       
   /* append tasks */
   //  task = g_list_reverse(task);
-  //  ags_task_thread_append_tasks(AGS_AUDIO_LOOP(AGS_MAIN(AGS_SOUNDCARD(AGS_MACHINE(ffplayer)->audio->soundcard)->ags_main)->main_loop)->task_thread,
+  //  ags_task_thread_append_tasks(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_MACHINE(ffplayer)->audio->devout)->ags_main)->main_loop)->task_thread,
   //			       task);
 }
 
diff --git a/src/ags/X/machine/ags_ffplayer_input_line.c b/src/ags/X/machine/ags_ffplayer_input_line.c
deleted file mode 100644
index 35f8dc5..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_line.c
+++ /dev/null
@@ -1,199 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_input_line.h>
-#include <ags/X/machine/ags_ffplayer_input_line_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_line.h>
-
-void ags_ffplayer_input_line_class_init(AgsFFPlayerInputLineClass *ffplayer_input_line);
-void ags_ffplayer_input_line_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_ffplayer_input_line_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_ffplayer_input_line_init(AgsFFPlayerInputLine *ffplayer_input_line);
-void ags_ffplayer_input_line_set_property(GObject *gobject,
-					  guint prop_id,
-					  const GValue *value,
-					  GParamSpec *param_spec);
-void ags_ffplayer_input_line_get_property(GObject *gobject,
-					  guint prop_id,
-					  GValue *value,
-					  GParamSpec *param_spec);
-void ags_ffplayer_input_line_connect(AgsConnectable *connectable);
-void ags_ffplayer_input_line_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_ffplayer_input_line
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsFFPlayerInputLine
- * @section_id:
- * @include: ags/X/ags_ffplayer_input_line.h
- *
- * #AgsFFPlayerInputLine is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsFFPlayerInputLine.
- */
-
-enum{
-  RESIZE_LINES,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_CHANNEL,
-};
-
-static gpointer ags_ffplayer_input_line_parent_class = NULL;
-static AgsConnectableInterface *ags_ffplayer_input_line_parent_connectable_interface;
-
-static guint ffplayer_input_line_signals[LAST_SIGNAL];
-
-GType
-ags_ffplayer_input_line_get_type(void)
-{
-  static GType ags_type_ffplayer_input_line = 0;
-
-  if(!ags_type_ffplayer_input_line){
-    static const GTypeInfo ags_ffplayer_input_line_info = {
-      sizeof(AgsFFPlayerInputLineClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_ffplayer_input_line_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsFFPlayerInputLine),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_ffplayer_input_line_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_input_line_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_input_line_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_ffplayer_input_line = g_type_register_static(AGS_TYPE_EFFECT_LINE,
-							  "AgsFFPlayerInputLine\0", &ags_ffplayer_input_line_info,
-							  0);
-
-    g_type_add_interface_static(ags_type_ffplayer_input_line,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_ffplayer_input_line,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_ffplayer_input_line);
-}
-
-void
-ags_ffplayer_input_line_class_init(AgsFFPlayerInputLineClass *ffplayer_input_line)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_ffplayer_input_line_parent_class = g_type_class_peek_parent(ffplayer_input_line);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(ffplayer_input_line);
-}
-
-void
-ags_ffplayer_input_line_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_ffplayer_input_line_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_ffplayer_input_line_connect;
-  connectable->disconnect = ags_ffplayer_input_line_disconnect;
-}
-
-void
-ags_ffplayer_input_line_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_ffplayer_input_line_init(AgsFFPlayerInputLine *ffplayer_input_line)
-{
-  g_signal_connect_after(ffplayer_input_line, "notify::channel",
-			 G_CALLBACK(ags_ffplayer_input_line_notify_channel_callback), NULL);
-}
-
-void
-ags_ffplayer_input_line_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_LINE_CONNECTED & (AGS_EFFECT_LINE(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_ffplayer_input_line_parent_connectable_interface->connect(connectable);
-}
-
-void
-ags_ffplayer_input_line_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_ffplayer_input_line_new:
- * @ffplayer_input_line: the parent ffplayer_input_line
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsFFPlayerInputLine
- *
- * Returns: a new #AgsFFPlayerInputLine
- *
- * Since: 0.4
- */
-AgsFFPlayerInputLine*
-ags_ffplayer_input_line_new(AgsChannel *channel)
-{
-  AgsFFPlayerInputLine *ffplayer_input_line;
-
-  ffplayer_input_line = (AgsFFPlayerInputLine *) g_object_new(AGS_TYPE_FFPLAYER_INPUT_LINE,
-							      "channel\0", channel,
-							      NULL);
-
-  return(ffplayer_input_line);
-}
diff --git a/src/ags/X/machine/ags_ffplayer_input_line.h b/src/ags/X/machine/ags_ffplayer_input_line.h
deleted file mode 100644
index 38dffbd..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_line.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_INPUT_LINE_H__
-#define __AGS_FFPLAYER_INPUT_LINE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_line.h>
-
-#define AGS_TYPE_FFPLAYER_INPUT_LINE                (ags_ffplayer_input_line_get_type())
-#define AGS_FFPLAYER_INPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLine))
-#define AGS_FFPLAYER_INPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))
-#define AGS_IS_FFPLAYER_INPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_LINE))
-#define AGS_IS_FFPLAYER_INPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FFPLAYER_INPUT_LINE))
-#define AGS_FFPLAYER_INPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_LINE, AgsFFPlayerInputLineClass))
-
-typedef struct _AgsFFPlayerInputLine AgsFFPlayerInputLine;
-typedef struct _AgsFFPlayerInputLineClass AgsFFPlayerInputLineClass;
-
-struct _AgsFFPlayerInputLine
-{
-  AgsEffectLine effect_line;
-
-  GtkLabel *label;
-};
-
-struct _AgsFFPlayerInputLineClass
-{
-  AgsEffectLineClass effect_line;
-};
-
-GType ags_ffplayer_input_line_get_type(void);
-
-AgsFFPlayerInputLine* ags_ffplayer_input_line_new(AgsChannel *channel);
-
-#endif /*__AGS_FFPLAYER_INPUT_LINE_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c b/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
deleted file mode 100644
index 37c3377..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_line_callbacks.c
+++ /dev/null
@@ -1,34 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_input_line_callbacks.h>
-
-void
-ags_ffplayer_input_line_notify_channel_callback(GObject *gobject,
-						GParamSpec *pspec,
-						gpointer user_data)
-{
-  AgsFFPlayerInputLine *ffplayer_input_line;
-
-  ffplayer_input_line = AGS_FFPLAYER_INPUT_LINE(gobject);
-  gtk_label_set_text(AGS_EFFECT_LINE(ffplayer_input_line)->label,
-		     g_strdup_printf("in:%d,%d",
-				     AGS_EFFECT_LINE(ffplayer_input_line)->channel->pad,
-				     AGS_EFFECT_LINE(ffplayer_input_line)->channel->audio_channel));
-}
-
diff --git a/src/ags/X/machine/ags_ffplayer_input_line_callbacks.h b/src/ags/X/machine/ags_ffplayer_input_line_callbacks.h
deleted file mode 100644
index 749835f..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_line_callbacks.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_INPUT_LINE_CALLBACKS_H__
-#define __AGS_FFPLAYER_INPUT_LINE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_ffplayer_input_line.h>
-
-void ags_ffplayer_input_line_notify_channel_callback(GObject *gobject,
-						     GParamSpec *pspec,
-						     gpointer user_data);
-
-#endif /*__AGS_FFPLAYER_INPUT_LINE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_input_pad.c b/src/ags/X/machine/ags_ffplayer_input_pad.c
deleted file mode 100644
index c96224c..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_pad.c
+++ /dev/null
@@ -1,187 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_input_pad.h>
-#include <ags/X/machine/ags_ffplayer_input_pad_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_line.h>
-
-void ags_ffplayer_input_pad_class_init(AgsFFPlayerInputPadClass *ffplayer_input_pad);
-void ags_ffplayer_input_pad_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_ffplayer_input_pad_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_ffplayer_input_pad_init(AgsFFPlayerInputPad *ffplayer_input_pad);
-void ags_ffplayer_input_pad_set_property(GObject *gobject,
-					 guint prop_id,
-					 const GValue *value,
-					 GParamSpec *param_spec);
-void ags_ffplayer_input_pad_get_property(GObject *gobject,
-					 guint prop_id,
-					 GValue *value,
-					 GParamSpec *param_spec);
-void ags_ffplayer_input_pad_connect(AgsConnectable *connectable);
-void ags_ffplayer_input_pad_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_ffplayer_input_pad
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsFFPlayerInputPad
- * @section_id:
- * @include: ags/X/ags_ffplayer_input_pad.h
- *
- * #AgsFFPlayerInputPad is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsFFPlayerInputPad.
- */
-
-static gpointer ags_ffplayer_input_pad_parent_class = NULL;
-static AgsConnectableInterface *ags_ffplayer_input_pad_parent_connectable_interface;
-
-GType
-ags_ffplayer_input_pad_get_type(void)
-{
-  static GType ags_type_ffplayer_input_pad = 0;
-
-  if(!ags_type_ffplayer_input_pad){
-    static const GTypeInfo ags_ffplayer_input_pad_info = {
-      sizeof(AgsFFPlayerInputPadClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_ffplayer_input_pad_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsFFPlayerInputPad),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_ffplayer_input_pad_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_input_pad_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_ffplayer_input_pad_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_ffplayer_input_pad = g_type_register_static(AGS_TYPE_EFFECT_PAD,
-							 "AgsFFPlayerInputPad\0", &ags_ffplayer_input_pad_info,
-							 0);
-
-    g_type_add_interface_static(ags_type_ffplayer_input_pad,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_ffplayer_input_pad,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_ffplayer_input_pad);
-}
-
-void
-ags_ffplayer_input_pad_class_init(AgsFFPlayerInputPadClass *ffplayer_input_pad)
-{
-  GObjectClass *gobject;
-
-  ags_ffplayer_input_pad_parent_class = g_type_class_peek_parent(ffplayer_input_pad);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) ffplayer_input_pad;
-}
-
-void
-ags_ffplayer_input_pad_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_ffplayer_input_pad_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_ffplayer_input_pad_connect;
-  connectable->disconnect = ags_ffplayer_input_pad_disconnect;
-}
-
-void
-ags_ffplayer_input_pad_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_ffplayer_input_pad_init(AgsFFPlayerInputPad *ffplayer_input_pad)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_ffplayer_input_pad_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_PAD_CONNECTED & (AGS_EFFECT_PAD(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_ffplayer_input_pad_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_ffplayer_input_pad_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_ffplayer_input_pad_new:
- * @ffplayer_input_pad: the parent ffplayer_input_pad
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsFFPlayerInputPad
- *
- * Returns: a new #AgsFFPlayerInputPad
- *
- * Since: 0.4
- */
-AgsFFPlayerInputPad*
-ags_ffplayer_input_pad_new(AgsChannel *channel)
-{
-  AgsFFPlayerInputPad *ffplayer_input_pad;
-
-  ffplayer_input_pad = (AgsFFPlayerInputPad *) g_object_new(AGS_TYPE_FFPLAYER_INPUT_PAD,
-							    "channel\0", channel,
-							    NULL);
-
-  return(ffplayer_input_pad);
-}
diff --git a/src/ags/X/machine/ags_ffplayer_input_pad.h b/src/ags/X/machine/ags_ffplayer_input_pad.h
deleted file mode 100644
index bc44630..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_pad.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_INPUT_PAD_H__
-#define __AGS_FFPLAYER_INPUT_PAD_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_pad.h>
-
-#define AGS_TYPE_FFPLAYER_INPUT_PAD                (ags_ffplayer_input_pad_get_type())
-#define AGS_FFPLAYER_INPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPad))
-#define AGS_FFPLAYER_INPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))
-#define AGS_IS_FFPLAYER_INPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_FFPLAYER_INPUT_PAD))
-#define AGS_IS_FFPLAYER_INPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_FFPLAYER_INPUT_PAD))
-#define AGS_FFPLAYER_INPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_FFPLAYER_INPUT_PAD, AgsFFPlayerInputPadClass))
-
-typedef struct _AgsFFPlayerInputPad AgsFFPlayerInputPad;
-typedef struct _AgsFFPlayerInputPadClass AgsFFPlayerInputPadClass;
-
-struct _AgsFFPlayerInputPad
-{
-  AgsEffectPad effect_pad;
-};
-
-struct _AgsFFPlayerInputPadClass
-{
-  AgsEffectPadClass effect_pad;
-};
-
-GType ags_ffplayer_input_pad_get_type(void);
-
-AgsFFPlayerInputPad* ags_ffplayer_input_pad_new(AgsChannel *channel);
-
-#endif /*__AGS_FFPLAYER_INPUT_PAD_H__*/
diff --git a/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c b/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
deleted file mode 100644
index 0d85c97..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ffplayer_input_pad_callbacks.h>
diff --git a/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h b/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h
deleted file mode 100644
index 9b33029..0000000
--- a/src/ags/X/machine/ags_ffplayer_input_pad_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_FFPLAYER_INPUT_PAD_CALLBACKS_H__
-#define __AGS_FFPLAYER_INPUT_PAD_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_ffplayer_input_pad.h>
-
-#endif /*__AGS_FFPLAYER_INPUT_PAD_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_ladspa_bridge.c b/src/ags/X/machine/ags_ladspa_bridge.c
deleted file mode 100644
index 438d533..0000000
--- a/src/ags/X/machine/ags_ladspa_bridge.c
+++ /dev/null
@@ -1,251 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ladspa_bridge.h>
-#include <ags/X/machine/ags_ladspa_bridge_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-void ags_ladspa_bridge_class_init(AgsLadspaBridgeClass *ladspa_bridge);
-void ags_ladspa_bridge_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_ladspa_bridge_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_ladspa_bridge_init(AgsLadspaBridge *ladspa_bridge);
-void ags_ladspa_bridge_set_property(GObject *gobject,
-				    guint prop_id,
-				    const GValue *value,
-				    GParamSpec *param_spec);
-void ags_ladspa_bridge_get_property(GObject *gobject,
-				    guint prop_id,
-				    GValue *value,
-				    GParamSpec *param_spec);
-void ags_ladspa_bridge_connect(AgsConnectable *connectable);
-void ags_ladspa_bridge_disconnect(AgsConnectable *connectable);
-gchar* ags_ladspa_bridge_get_version(AgsPlugin *plugin);
-void ags_ladspa_bridge_set_version(AgsPlugin *plugin, gchar *version);
-gchar* ags_ladspa_bridge_get_build_id(AgsPlugin *plugin);
-void ags_ladspa_bridge_set_build_id(AgsPlugin *plugin, gchar *build_id);
-
-/**
- * SECTION:ags_ladspa_bridge
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsLadspaBridge
- * @section_id:
- * @include: ags/X/ags_ladspa_bridge.h
- *
- * #AgsLadspaBridge is a composite widget to visualize all #AgsChannel. It should be
- * packed by an #AgsMachine.
- */
-
-static gpointer ags_ladspa_bridge_parent_class = NULL;
-
-GType
-ags_ladspa_bridge_get_type(void)
-{
-  static GType ags_type_ladspa_bridge = 0;
-
-  if(!ags_type_ladspa_bridge){
-    static const GTypeInfo ags_ladspa_bridge_info = {
-      sizeof(AgsLadspaBridgeClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_ladspa_bridge_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsLadspaBridge),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_ladspa_bridge_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_ladspa_bridge_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_ladspa_bridge_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_ladspa_bridge = g_type_register_static(AGS_TYPE_MACHINE,
-						    "AgsLadspaBridge\0", &ags_ladspa_bridge_info,
-						    0);
-
-    g_type_add_interface_static(ags_type_ladspa_bridge,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_ladspa_bridge,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_ladspa_bridge);
-}
-
-void
-ags_ladspa_bridge_class_init(AgsLadspaBridgeClass *ladspa_bridge)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_ladspa_bridge_parent_class = g_type_class_peek_parent(ladspa_bridge);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(ladspa_bridge);
-
-  gobject->set_property = ags_ladspa_bridge_set_property;
-  gobject->get_property = ags_ladspa_bridge_get_property;
-}
-
-void
-ags_ladspa_bridge_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_ladspa_bridge_connect;
-  connectable->disconnect = ags_ladspa_bridge_disconnect;
-}
-
-void
-ags_ladspa_bridge_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_version = ags_ladspa_bridge_get_version;
-  plugin->set_version = ags_ladspa_bridge_set_version;
-  plugin->get_build_id = ags_ladspa_bridge_get_build_id;
-  plugin->set_build_id = ags_ladspa_bridge_set_build_id;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_ladspa_bridge_init(AgsLadspaBridge *ladspa_bridge)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_ladspa_bridge_set_property(GObject *gobject,
-			       guint prop_id,
-			       const GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsLadspaBridge *ladspa_bridge;
-
-  ladspa_bridge = AGS_LADSPA_BRIDGE(gobject);
-
-  switch(prop_id){
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_ladspa_bridge_get_property(GObject *gobject,
-			       guint prop_id,
-			       GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsLadspaBridge *ladspa_bridge;
-
-  ladspa_bridge = AGS_LADSPA_BRIDGE(gobject);
-
-  switch(prop_id){
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_ladspa_bridge_connect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_ladspa_bridge_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-gchar*
-ags_ladspa_bridge_get_version(AgsPlugin *plugin)
-{
-  return(AGS_LADSPA_BRIDGE(plugin)->version);
-}
-
-void
-ags_ladspa_bridge_set_version(AgsPlugin *plugin, gchar *version)
-{
-  AgsLadspaBridge *ladspa_bridge;
-
-  ladspa_bridge = AGS_LADSPA_BRIDGE(plugin);
-
-  ladspa_bridge->version = version;
-}
-
-gchar*
-ags_ladspa_bridge_get_build_id(AgsPlugin *plugin)
-{
-  return(AGS_LADSPA_BRIDGE(plugin)->build_id);
-}
-
-void
-ags_ladspa_bridge_set_build_id(AgsPlugin *plugin, gchar *build_id)
-{
-  AgsLadspaBridge *ladspa_bridge;
-
-  ladspa_bridge = AGS_LADSPA_BRIDGE(plugin);
-
-  ladspa_bridge->build_id = build_id;
-}
-
-/**
- * ags_ladspa_bridge_new:
- * @ladspa_bridge: the parent ladspa_bridge
- *
- * Creates an #AgsLadspaBridge
- *
- * Returns: a new #AgsLadspaBridge
- *
- * Since: 0.4
- */
-AgsLadspaBridge*
-ags_ladspa_bridge_new()
-{
-  AgsLadspaBridge *ladspa_bridge;
-
-  ladspa_bridge = (AgsLadspaBridge *) g_object_new(AGS_TYPE_LADSPA_BRIDGE,
-						   NULL);
-
-  return(ladspa_bridge);
-}
diff --git a/src/ags/X/machine/ags_ladspa_bridge.h b/src/ags/X/machine/ags_ladspa_bridge.h
deleted file mode 100644
index 184ea58..0000000
--- a/src/ags/X/machine/ags_ladspa_bridge.h
+++ /dev/null
@@ -1,73 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_LADSPA_BRIDGE_H__
-#define __AGS_LADSPA_BRIDGE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_machine.h>
-
-#define AGS_TYPE_LADSPA_BRIDGE                (ags_ladspa_bridge_get_type())
-#define AGS_LADSPA_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridge))
-#define AGS_LADSPA_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))
-#define AGS_IS_LADSPA_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_LADSPA_BRIDGE))
-#define AGS_IS_LADSPA_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_LADSPA_BRIDGE))
-#define AGS_LADSPA_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_LADSPA_BRIDGE, AgsLadspaBridgeClass))
-
-#define AGS_LADSPA_BRIDGE_DEFAULT_VERSION "0.4.3\0"
-#define AGS_LADSPA_BRIDGE_DEFAULT_BUILD_ID "CEST 15-03-2015 13:40\0"
-
-typedef struct _AgsLadspaBridge AgsLadspaBridge;
-typedef struct _AgsLadspaBridgeClass AgsLadspaBridgeClass;
-
-typedef enum{
-  AGS_LADSPA_BRIDGE_DISPLAY_INPUT    = 1,
-  AGS_LADSPA_BRIDGE_BULK_OUTPUT      = 1 <<  1,
-  AGS_LADSPA_BRIDGE_DISPLAY_OUTPUT   = 1 <<  2,
-  AGS_LADSPA_BRIDGE_BULK_INPUT       = 1 <<  3,
-}AgsLadspaBridgeFlags;
-
-struct _AgsLadspaBridge
-{
-  AgsMachine machine;
-
-  guint flags;
-
-  gchar *name;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsAudio *audio;
-};
-
-struct _AgsLadspaBridgeClass
-{
-  AgsMachineClass machine;
-};
-
-GType ags_ladspa_bridge_get_type(void);
-
-AgsLadspaBridge* ags_ladspa_bridge_new();
-
-#endif /*__AGS_LADSPA_BRIDGE_H__*/
diff --git a/src/ags/X/machine/ags_ladspa_bridge_callbacks.c b/src/ags/X/machine/ags_ladspa_bridge_callbacks.c
deleted file mode 100644
index cf09835..0000000
--- a/src/ags/X/machine/ags_ladspa_bridge_callbacks.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_ladspa_bridge_callbacks.h>
-
diff --git a/src/ags/X/machine/ags_ladspa_bridge_callbacks.h b/src/ags/X/machine/ags_ladspa_bridge_callbacks.h
deleted file mode 100644
index ab4d3a9..0000000
--- a/src/ags/X/machine/ags_ladspa_bridge_callbacks.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_LADSPA_BRIDGE_CALLBACKS_H__
-#define __AGS_LADSPA_BRIDGE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_ladspa_bridge.h>
-
-
-
-#endif /*__AGS_LADSPA_BRIDGE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_matrix.c b/src/ags/X/machine/ags_matrix.c
index 19dbca8..517054d 100644
--- a/src/ags/X/machine/ags_matrix.c
+++ b/src/ags/X/machine/ags_matrix.c
@@ -19,10 +19,12 @@
 #include <ags/X/machine/ags_matrix.h>
 #include <ags/X/machine/ags_matrix_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_portlet.h>
 #include <ags/object/ags_plugin.h>
 
@@ -32,6 +34,9 @@
 #include <ags/file/ags_file_lookup.h>
 #include <ags/file/ags_file_launch.h>
 
+#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_audio_loop.h>
+
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_input.h>
@@ -60,11 +65,8 @@
 
 #include <ags/widget/ags_led.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_menu_bar.h>
 
-#include <ags/X/machine/ags_matrix_bridge.h>
-
 #include <math.h>
 
 #define AGS_MATRIX_INPUT_LINE_MAPPED_KEY "AGS_MATRIX_INPUT_LINE_MAPPED_KEY"
@@ -357,15 +359,6 @@ ags_matrix_init(AgsMatrix *matrix)
 
   matrix->loop_button = (GtkCheckButton *) gtk_check_button_new_with_label("loop\0");
   gtk_box_pack_start((GtkBox *) vbox, (GtkWidget *) matrix->loop_button, FALSE, FALSE, 0);
-
-  /* effect bridge */
-  AGS_MACHINE(matrix)->bridge = ags_matrix_bridge_new(audio);
-  gtk_table_attach(matrix->table,
-		   (GtkWidget *) AGS_MACHINE(matrix)->bridge,
-		   0, 4,
-		   2, 3,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
 }
 
 void
@@ -532,20 +525,18 @@ ags_matrix_set_pads(AgsAudio *audio, GType type,
       source = ags_channel_nth(audio->output, pads_old);
 
       if(source != NULL){
+	AgsDevout *devout;
 	AgsAudioSignal *audio_signal;
-	
-	AgsSoundcard *soundcard;
-
 	gdouble delay;
 	guint stop;
 	
-	soundcard = AGS_SOUNDCARD(AGS_AUDIO(source->audio)->soundcard);
+	devout = AGS_DEVOUT(AGS_AUDIO(source->audio)->devout);
 
-	delay = ags_soundcard_get_delay(soundcard);
+	delay = (1.0 / devout->frequency / devout->buffer_size) * (60.0 / AGS_DEVOUT_DEFAULT_BPM);
 
 	stop = (guint) ceil(16.0 * delay * exp2(8.0 - 4.0) + 1.0);
 
-	audio_signal = ags_audio_signal_new(soundcard,
+	audio_signal = ags_audio_signal_new(devout,
 					    source->first_recycling,
 					    NULL);
 	audio_signal->flags |= AGS_AUDIO_SIGNAL_TEMPLATE;
@@ -736,10 +727,6 @@ ags_matrix_input_map_recall(AgsMatrix *matrix, guint input_pad_start)
   source = ags_channel_nth(audio->input,
 			   input_pad_start * audio->audio_channels);
 
-  if(source == NULL){
-    return;
-  }
-  
   current = source;
 
   while(current != NULL){
@@ -811,6 +798,8 @@ ags_matrix_output_map_recall(AgsMatrix *matrix, guint output_pad_start)
 
   AgsDelayAudio *recall_delay_audio;
   AgsCountBeatsAudioRun *recall_count_beats_audio_run;
+  AgsLoopChannel *recall_loop_channel;
+  AgsLoopChannelRun *recall_loop_channel_run;
 
   GList *list;
 
@@ -823,10 +812,6 @@ ags_matrix_output_map_recall(AgsMatrix *matrix, guint output_pad_start)
   source = ags_channel_nth(audio->output,
 			   output_pad_start * audio->audio_channels);
 
-  if(source == NULL){
-    return;
-  }
-  
   /* get some recalls */
   list = ags_recall_find_type(audio->play, AGS_TYPE_DELAY_AUDIO);
 
@@ -844,9 +829,22 @@ ags_matrix_output_map_recall(AgsMatrix *matrix, guint output_pad_start)
     recall_count_beats_audio_run = NULL;
   }
 
+  list = ags_recall_find_type(source->play, AGS_TYPE_LOOP_CHANNEL_RUN);
+
+  if(list != NULL){
+    recall_loop_channel_run = AGS_LOOP_CHANNEL_RUN(list->data);
+
+    /* set dependency */
+    g_object_set(G_OBJECT(recall_loop_channel_run),
+		 "count-beats-audio-run\0", recall_count_beats_audio_run,
+		 NULL);
+  }else{
+    recall_loop_channel_run = NULL;
+  }
+
   /* ags-stream */
   ags_recall_factory_create(audio,
-  			    NULL, NULL,
+			    NULL, NULL,
 			    "ags-stream\0",
 			    source->audio_channel, source->audio_channel + 1,
 			    output_pad_start, audio->output_pads,
@@ -988,7 +986,7 @@ ags_matrix_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1066,7 +1064,7 @@ ags_matrix_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "appliaction-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1095,7 +1093,7 @@ ags_matrix_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
 /**
  * ags_matrix_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsMatrix
  *
@@ -1104,7 +1102,7 @@ ags_matrix_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
  * Since: 0.3
  */
 AgsMatrix*
-ags_matrix_new(GObject *soundcard)
+ags_matrix_new(GObject *devout)
 {
   AgsMatrix *matrix;
   GValue value = {0,};
@@ -1112,11 +1110,11 @@ ags_matrix_new(GObject *soundcard)
   matrix = (AgsMatrix *) g_object_new(AGS_TYPE_MATRIX,
 				      NULL);
 
-  if(soundcard != NULL){
+  if(devout != NULL){
     g_value_init(&value, G_TYPE_OBJECT);
-    g_value_set_object(&value, soundcard);
+    g_value_set_object(&value, devout);
     g_object_set_property(G_OBJECT(AGS_MACHINE(matrix)->audio),
-			  "soundcard\0", &value);
+			  "devout\0", &value);
     g_value_unset(&value);
   }
 
diff --git a/src/ags/X/machine/ags_matrix_bridge.c b/src/ags/X/machine/ags_matrix_bridge.c
deleted file mode 100644
index 1df3177..0000000
--- a/src/ags/X/machine/ags_matrix_bridge.c
+++ /dev/null
@@ -1,208 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_matrix_bridge.h>
-#include <ags/X/machine/ags_matrix_bridge_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_plugin.h>
-
-#include <ags/audio/ags_input.h>
-
-#include <ags/X/machine/ags_matrix_bulk_input.h>
-
-void ags_matrix_bridge_class_init(AgsMatrixBridgeClass *matrix_bridge);
-void ags_matrix_bridge_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_matrix_bridge_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_matrix_bridge_init(AgsMatrixBridge *matrix_bridge);
-void ags_matrix_bridge_connect(AgsConnectable *connectable);
-void ags_matrix_bridge_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_matrix_bridge
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsMatrixBridge
- * @section_id:
- * @include: ags/X/ags_matrix_bridge.h
- *
- * #AgsMatrixBridge is a composite widget to visualize all #AgsChannel. It should be
- * packed by an #AgsMachine.
- */
-
-static gpointer ags_matrix_bridge_parent_class = NULL;
-static AgsConnectableInterface *ags_matrix_bridge_parent_connectable_interface;
-
-GType
-ags_matrix_bridge_get_type(void)
-{
-  static GType ags_type_matrix_bridge = 0;
-
-  if(!ags_type_matrix_bridge){
-    static const GTypeInfo ags_matrix_bridge_info = {
-      sizeof(AgsMatrixBridgeClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_matrix_bridge_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsMatrixBridge),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_matrix_bridge_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_matrix_bridge_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_matrix_bridge_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_matrix_bridge = g_type_register_static(AGS_TYPE_EFFECT_BRIDGE,
-						    "AgsMatrixBridge\0", &ags_matrix_bridge_info,
-						    0);
-
-    g_type_add_interface_static(ags_type_matrix_bridge,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_matrix_bridge,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_matrix_bridge);
-}
-
-void
-ags_matrix_bridge_class_init(AgsMatrixBridgeClass *matrix_bridge)
-{
-  GObjectClass *gobject;
-
-  ags_matrix_bridge_parent_class = g_type_class_peek_parent(matrix_bridge);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(matrix_bridge);
-}
-
-void
-ags_matrix_bridge_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_matrix_bridge_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_matrix_bridge_connect;
-  connectable->disconnect = ags_matrix_bridge_disconnect;
-}
-
-void
-ags_matrix_bridge_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_matrix_bridge_init(AgsMatrixBridge *matrix_bridge)
-{
-  GtkFrame *frame;
-  GtkExpander *expander;
-  GtkTable *table;
-
-  frame = (GtkFrame *) gtk_frame_new("input bridge\0");
-  gtk_box_pack_start(AGS_EFFECT_BRIDGE(matrix_bridge),
-		     frame,
-		     FALSE, FALSE,
-		     0);
-
-  expander = gtk_expander_new("show/hide\0");
-  gtk_container_add(frame,
-		    expander);
-
-  table = (GtkTable *) gtk_table_new(1, 2, FALSE);
-  gtk_container_add(expander,
-		    table);
-
-  AGS_EFFECT_BRIDGE(matrix_bridge)->bulk_input = (GtkWidget *) ags_matrix_bulk_input_new(NULL,
-											 AGS_TYPE_INPUT);
-  gtk_table_attach(table,
-		   AGS_EFFECT_BRIDGE(matrix_bridge)->bulk_input,
-		   0, 1,
-		   0, 1,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-}
-
-void
-ags_matrix_bridge_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_matrix_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_matrix_bridge_disconnect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) == 0){
-    return;
-  }
-
-  ags_matrix_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_matrix_bridge_new:
- * @matrix_bridge: the parent matrix_bridge
- * @audio: the #AgsAudio to visualize
- *
- * Creates an #AgsMatrixBridge
- *
- * Returns: a new #AgsMatrixBridge
- *
- * Since: 0.4
- */
-AgsMatrixBridge*
-ags_matrix_bridge_new(AgsAudio *audio)
-{
-  AgsMatrixBridge *matrix_bridge;
-
-  matrix_bridge = (AgsMatrixBridge *) g_object_new(AGS_TYPE_MATRIX_BRIDGE,
-						   "audio\0", audio,
-						   NULL);
-
-  return(matrix_bridge);
-}
diff --git a/src/ags/X/machine/ags_matrix_bridge.h b/src/ags/X/machine/ags_matrix_bridge.h
deleted file mode 100644
index 6ba81f5..0000000
--- a/src/ags/X/machine/ags_matrix_bridge.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_MATRIX_BRIDGE_H__
-#define __AGS_MATRIX_BRIDGE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/ags_effect_bridge.h>
-
-#define AGS_TYPE_MATRIX_BRIDGE                (ags_matrix_bridge_get_type())
-#define AGS_MATRIX_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridge))
-#define AGS_MATRIX_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridgeClass))
-#define AGS_IS_MATRIX_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MATRIX_BRIDGE))
-#define AGS_IS_MATRIX_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MATRIX_BRIDGE))
-#define AGS_MATRIX_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridgeClass))
-
-typedef struct _AgsMatrixBridge AgsMatrixBridge;
-typedef struct _AgsMatrixBridgeClass AgsMatrixBridgeClass;
-
-struct _AgsMatrixBridge
-{
-  AgsEffectBridge effect_bridge;
-};
-
-struct _AgsMatrixBridgeClass
-{
-  AgsEffectBridgeClass effect_bridge;
-};
-
-GType ags_matrix_bridge_get_type(void);
-
-AgsMatrixBridge* ags_matrix_bridge_new(AgsAudio *audio);
-
-#endif /*__AGS_MATRIX_BRIDGE_H__*/
diff --git a/src/ags/X/machine/ags_matrix_bridge_callbacks.c b/src/ags/X/machine/ags_matrix_bridge_callbacks.c
deleted file mode 100644
index 04e940f..0000000
--- a/src/ags/X/machine/ags_matrix_bridge_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_matrix_bridge_callbacks.h>
diff --git a/src/ags/X/machine/ags_matrix_bridge_callbacks.h b/src/ags/X/machine/ags_matrix_bridge_callbacks.h
deleted file mode 100644
index ffbf434..0000000
--- a/src/ags/X/machine/ags_matrix_bridge_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_MATRIX_BRIDGE_CALLBACKS_H__
-#define __AGS_MATRIX_BRIDGE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_matrix_bridge.h>
-
-#endif /*__AGS_MATRIX_BRIDGE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_matrix_bulk_input.c b/src/ags/X/machine/ags_matrix_bulk_input.c
deleted file mode 100644
index 3e15919..0000000
--- a/src/ags/X/machine/ags_matrix_bulk_input.c
+++ /dev/null
@@ -1,186 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_matrix_bulk_input.h>
-#include <ags/X/machine/ags_matrix_bulk_input_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-void ags_matrix_bulk_input_class_init(AgsMatrixBulkInputClass *matrix_bulk_input);
-void ags_matrix_bulk_input_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_matrix_bulk_input_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_matrix_bulk_input_init(AgsMatrixBulkInput *matrix_bulk_input);
-void ags_matrix_bulk_input_connect(AgsConnectable *connectable);
-void ags_matrix_bulk_input_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_matrix_bulk_input
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsMatrixBulkInput
- * @section_id:
- * @include: ags/X/ags_matrix_bulk_input.h
- *
- * #AgsMatrixBulkInput is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsMatrixBulkInput.
- */
-
-static gpointer ags_matrix_bulk_input_parent_class = NULL;
-static AgsConnectableInterface *ags_matrix_bulk_input_parent_connectable_interface;
-
-GType
-ags_matrix_bulk_input_get_type(void)
-{
-  static GType ags_type_matrix_bulk_input = 0;
-
-  if(!ags_type_matrix_bulk_input){
-    static const GTypeInfo ags_matrix_bulk_input_info = {
-      sizeof(AgsMatrixBulkInputClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_matrix_bulk_input_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsMatrixBulkInput),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_matrix_bulk_input_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_matrix_bulk_input_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_matrix_bulk_input_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_matrix_bulk_input = g_type_register_static(AGS_TYPE_EFFECT_BULK,
-							"AgsMatrixBulkInput\0", &ags_matrix_bulk_input_info,
-							0);
-
-    g_type_add_interface_static(ags_type_matrix_bulk_input,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_matrix_bulk_input,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_matrix_bulk_input);
-}
-
-void
-ags_matrix_bulk_input_class_init(AgsMatrixBulkInputClass *matrix_bulk_input)
-{
-  GObjectClass *gobject;
-
-  ags_matrix_bulk_input_parent_class = g_type_class_peek_parent(matrix_bulk_input);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(matrix_bulk_input);
-}
-
-void
-ags_matrix_bulk_input_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_matrix_bulk_input_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_matrix_bulk_input_connect;
-  connectable->disconnect = ags_matrix_bulk_input_disconnect;
-}
-
-void
-ags_matrix_bulk_input_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_matrix_bulk_input_init(AgsMatrixBulkInput *matrix_bulk_input)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_matrix_bulk_input_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BULK_CONNECTED & (AGS_EFFECT_BULK(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_matrix_bulk_input_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_matrix_bulk_input_disconnect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BULK_CONNECTED & (AGS_EFFECT_BULK(connectable)->flags)) == 0){
-    return;
-  }
-
-  ags_matrix_bulk_input_parent_connectable_interface->disconnect(connectable);
-
-  //TODO:JK: implement me
-}
-
-
-/**
- * ags_matrix_bulk_input_new:
- * @matrix_bulk_input: the parent matrix_bulk_input
- * @audio: the #AgsAudio to visualize
- * @channel_type: either %AGS_TYPE_INPUT or %AGS_TYPE_OUTPUT
- *
- * Creates an #AgsMatrixBulkInput
- *
- * Returns: a new #AgsMatrixBulkInput
- *
- * Since: 0.4
- */
-AgsMatrixBulkInput*
-ags_matrix_bulk_input_new(AgsAudio *audio,
-			  GType channel_type)
-{
-  AgsMatrixBulkInput *matrix_bulk_input;
-
-  matrix_bulk_input = (AgsMatrixBulkInput *) g_object_new(AGS_TYPE_MATRIX_BULK_INPUT,
-							  "audio\0", audio,
-							  "channel-type\0", channel_type,
-							  NULL);
-
-  return(matrix_bulk_input);
-}
diff --git a/src/ags/X/machine/ags_matrix_bulk_input.h b/src/ags/X/machine/ags_matrix_bulk_input.h
deleted file mode 100644
index e296878..0000000
--- a/src/ags/X/machine/ags_matrix_bulk_input.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_MATRIX_BULK_INPUT_H__
-#define __AGS_MATRIX_BULK_INPUT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-#define AGS_TYPE_MATRIX_BULK_INPUT                (ags_matrix_bulk_input_get_type())
-#define AGS_MATRIX_BULK_INPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MATRIX_BULK_INPUT, AgsMatrixBulkInput))
-#define AGS_MATRIX_BULK_INPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MATRIX_BULK_INPUT, AgsMatrixBulkInputClass))
-#define AGS_IS_MATRIX_BULK_INPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MATRIX_BULK_INPUT))
-#define AGS_IS_MATRIX_BULK_INPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_MATRIX_BULK_INPUT))
-#define AGS_MATRIX_BULK_INPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MATRIX_BULK_INPUT, AgsMatrixBulkInputClass))
-
-typedef struct _AgsMatrixBulkInput AgsMatrixBulkInput;
-typedef struct _AgsMatrixBulkInputClass AgsMatrixBulkInputClass;
-
-struct _AgsMatrixBulkInput
-{
-  AgsEffectBulk effect_bulk;
-};
-
-struct _AgsMatrixBulkInputClass
-{
-  AgsEffectBulkClass effect_bulk;
-};
-
-GType ags_matrix_bulk_input_get_type(void);
-
-AgsMatrixBulkInput* ags_matrix_bulk_input_new(AgsAudio *audio,
-					      GType channel_type);
-
-#endif /*__AGS_MATRIX_BULK_INPUT_H__*/
diff --git a/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c b/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
deleted file mode 100644
index a64d696..0000000
--- a/src/ags/X/machine/ags_matrix_bulk_input_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_matrix_bulk_input_callbacks.h>
diff --git a/src/ags/X/machine/ags_matrix_bulk_input_callbacks.h b/src/ags/X/machine/ags_matrix_bulk_input_callbacks.h
deleted file mode 100644
index 7639566..0000000
--- a/src/ags/X/machine/ags_matrix_bulk_input_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_MATRIX_BULK_INPUT_CALLBACKS_H__
-#define __AGS_MATRIX_BULK_INPUT_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_matrix_bulk_input.h>
-
-#endif /*__AGS_MATRIX_BULK_INPUT_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_matrix_callbacks.c b/src/ags/X/machine/ags_matrix_callbacks.c
index 6d805cf..5cc222a 100644
--- a/src/ags/X/machine/ags_matrix_callbacks.c
+++ b/src/ags/X/machine/ags_matrix_callbacks.c
@@ -18,9 +18,11 @@
 
 #include <ags/X/machine/ags_matrix_callbacks.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/main.h>
 
-#include <ags/thread/ags_thread-posix.h>
+#include <ags/widget/ags_led.h>
+
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
 #include <ags/audio/ags_channel.h>
@@ -43,8 +45,6 @@
 #include <ags/audio/recall/ags_copy_pattern_channel.h>
 #include <ags/audio/recall/ags_copy_pattern_channel_run.h>
 
-#include <ags/widget/ags_led.h>
-
 #include <ags/X/ags_window.h>
 #include <ags/X/ags_navigation.h>
 
@@ -131,26 +131,10 @@ gboolean
 ags_matrix_drawing_area_button_press_callback(GtkWidget *widget, GdkEventButton *event, AgsMatrix *matrix)
 {
   if (event->button == 1){
-    AgsWindow *window;
-    
-    AgsChannel *channel;
     AgsTogglePatternBit *toggle_pattern_bit;
-    
-    AgsThread *main_loop, *current;
-    AgsTaskThread *task_thread;
-
-    AgsApplicationContext *application_context;
-    
+    AgsChannel *channel;
     guint i, j;
 
-    window = gtk_widget_get_toplevel(matrix);
-
-    application_context = window->application_context;
-    
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-
     i = (guint) floor((double) event->y / (double) AGS_MATRIX_CELL_HEIGHT);
     j = (guint) floor((double) event->x / (double) AGS_MATRIX_CELL_WIDTH);
 
@@ -163,7 +147,7 @@ ags_matrix_drawing_area_button_press_callback(GtkWidget *widget, GdkEventButton
     g_signal_connect(G_OBJECT(toggle_pattern_bit), "refresh-gui\0",
 		     G_CALLBACK(ags_matrix_refresh_gui_callback), matrix);
 
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_MACHINE(matrix)->audio->devout)->ags_main)->main_loop)->task_thread),
 				AGS_TASK(toggle_pattern_bit));
   }else if (event->button == 3){
   }
@@ -181,30 +165,17 @@ void
 ags_matrix_length_spin_callback(GtkWidget *spin_button, AgsMatrix *matrix)
 {
   AgsWindow *window;
-
   AgsApplySequencerLength *apply_sequencer_length;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
   gdouble length;
 
   window = (AgsWindow *) gtk_widget_get_toplevel(GTK_WIDGET(matrix));
 
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
   length = GTK_SPIN_BUTTON(spin_button)->adjustment->value;
 
   apply_sequencer_length = ags_apply_sequencer_length_new(G_OBJECT(AGS_MACHINE(matrix)->audio),
 							  length);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(apply_sequencer_length));
 }
 
@@ -259,29 +230,15 @@ ags_matrix_tact_callback(AgsAudio *audio,
 			 AgsMatrix *matrix)
 {
   AgsWindow *window;
-
   AgsCountBeatsAudio *play_count_beats_audio;
   AgsCountBeatsAudioRun *play_count_beats_audio_run;
   AgsToggleLed *toggle_led;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
   GList *list;
   guint counter, active_led;
   gdouble active_led_old, active_led_new;
-
   GValue value = {0,};
-
-  window = AGS_WINDOW(gtk_widget_get_ancestor((GtkWidget *) matrix, AGS_TYPE_WINDOW));
-
-  application_context = window->application_context;
   
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
+  window = AGS_WINDOW(gtk_widget_get_ancestor((GtkWidget *) matrix, AGS_TYPE_WINDOW));
 
   /* get some recalls */
   list = ags_recall_find_type(audio->play,
@@ -318,7 +275,7 @@ ags_matrix_tact_callback(AgsAudio *audio,
 				  (guint) active_led_new,
 				  (guint) active_led_old);
 
-  ags_task_thread_append_task(task_thread,
+  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(window->ags_main)->main_loop)->task_thread),
 			      AGS_TASK(toggle_led));
 }
 
diff --git a/src/ags/X/machine/ags_mixer.c b/src/ags/X/machine/ags_mixer.c
index 4c8cb8e..f4f5cab 100644
--- a/src/ags/X/machine/ags_mixer.c
+++ b/src/ags/X/machine/ags_mixer.c
@@ -19,10 +19,12 @@
 #include <ags/X/machine/ags_mixer.h>
 #include <ags/X/machine/ags_mixer_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -37,7 +39,6 @@
 #include <ags/audio/ags_recall_factory.h>
 #include <ags/audio/ags_recall.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_pad.h>
 #include <ags/X/ags_line.h>
 
@@ -292,7 +293,7 @@ ags_mixer_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -356,7 +357,7 @@ ags_mixer_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -387,7 +388,7 @@ ags_mixer_set_pads(AgsAudio *audio, GType type,
 
 /**
  * ags_mixer_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsMixer
  *
@@ -396,7 +397,7 @@ ags_mixer_set_pads(AgsAudio *audio, GType type,
  * Since: 0.3
  */
 AgsMixer*
-ags_mixer_new(GObject *soundcard)
+ags_mixer_new(GObject *devout)
 {
   AgsMixer *mixer;
 
@@ -404,7 +405,7 @@ ags_mixer_new(GObject *soundcard)
 				    NULL);
 
   g_object_set(G_OBJECT(AGS_MACHINE(mixer)->audio),
-	       "soundcard\0", soundcard,
+	       "devout\0", devout,
 	       NULL);
 
   return(mixer);
diff --git a/src/ags/X/machine/ags_oscillator.c b/src/ags/X/machine/ags_oscillator.c
index 30e4e3c..ff8390f 100644
--- a/src/ags/X/machine/ags_oscillator.c
+++ b/src/ags/X/machine/ags_oscillator.c
@@ -19,10 +19,12 @@
 #include <ags/X/machine/ags_oscillator.h>
 #include <ags/X/machine/ags_oscillator_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file_stock.h>
@@ -267,7 +269,7 @@ ags_file_read_oscillator(AgsFile *file, xmlNode *node, AgsOscillator **oscillato
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -341,7 +343,7 @@ ags_file_write_oscillator(AgsFile *file, xmlNode *parent, AgsOscillator *oscilla
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_panel.c b/src/ags/X/machine/ags_panel.c
index d3f9dff..4b6f398 100644
--- a/src/ags/X/machine/ags_panel.c
+++ b/src/ags/X/machine/ags_panel.c
@@ -19,10 +19,10 @@
 #include <ags/X/machine/ags_panel.h>
 #include <ags/X/machine/ags_panel_callbacks.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -303,7 +303,7 @@ ags_panel_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -369,7 +369,7 @@ ags_panel_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -400,7 +400,7 @@ ags_panel_set_pads(AgsAudio *audio, GType type,
 
 /**
  * ags_panel_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsPanel
  *
@@ -409,7 +409,7 @@ ags_panel_set_pads(AgsAudio *audio, GType type,
  * Since: 0.3
  */
 AgsPanel*
-ags_panel_new(GObject *soundcard)
+ags_panel_new(GObject *devout)
 {
   AgsPanel *panel;
   GValue value = {0,};
@@ -417,11 +417,11 @@ ags_panel_new(GObject *soundcard)
   panel = (AgsPanel *) g_object_new(AGS_TYPE_PANEL,
 				    NULL);
 
-  if(soundcard != NULL){
+  if(devout != NULL){
     g_value_init(&value, G_TYPE_OBJECT);
-    g_value_set_object(&value, soundcard);
+    g_value_set_object(&value, devout);
     g_object_set_property(G_OBJECT(AGS_MACHINE(panel)->audio),
-			  "soundcard\0", &value);
+			  "devout\0", &value);
     g_value_unset(&value);
   }
 
diff --git a/src/ags/X/machine/ags_synth.c b/src/ags/X/machine/ags_synth.c
index cbed695..60df855 100644
--- a/src/ags/X/machine/ags_synth.c
+++ b/src/ags/X/machine/ags_synth.c
@@ -19,10 +19,12 @@
 #include <ags/X/machine/ags_synth.h>
 #include <ags/X/machine/ags_synth_callbacks.h>
 
-#include <ags/util/ags_id_generator.h>
+#include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/util/ags_id_generator.h>
+
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -60,7 +62,6 @@
 #include <ags/X/ags_pad.h>
 #include <ags/X/ags_line.h>
 
-#include <ags/X/machine/ags_synth_bridge.h>
 #include <ags/X/machine/ags_synth_input_pad.h>
 #include <ags/X/machine/ags_synth_input_line.h>
 #include <ags/X/machine/ags_oscillator.h>
@@ -272,7 +273,7 @@ ags_synth_init(AgsSynth *synth)
   gtk_box_pack_start((GtkBox *) vbox, (GtkWidget *) synth->update, FALSE, FALSE, 0);
 
 
-  table = (GtkTable *) gtk_table_new(4, 2, FALSE);
+  table = (GtkTable *) gtk_table_new(3, 2, FALSE);
   gtk_box_pack_start((GtkBox *) vbox, (GtkWidget *) table, FALSE, FALSE, 0);
 
   
@@ -334,12 +335,6 @@ ags_synth_init(AgsSynth *synth)
 		   2, 3,
 		   GTK_FILL, GTK_FILL,
 		   0, 0);
-
-  AGS_MACHINE(synth)->bridge = ags_synth_bridge_new(audio);
-  gtk_box_pack_start((GtkBox *) hbox,
-		     (GtkWidget *) AGS_MACHINE(synth)->bridge,
-		     FALSE, FALSE,
-		     0);
 }
 
 void
@@ -448,7 +443,7 @@ ags_synth_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -526,7 +521,7 @@ ags_synth_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -570,19 +565,10 @@ ags_synth_set_pads(AgsAudio *audio, GType type,
 void
 ags_synth_update(AgsSynth *synth)
 {
-  AgsWindow *window;
   AgsOscillator *oscillator;
-
+  AgsDevout *devout;
   AgsChannel *channel;
   AgsApplySynth *apply_synth;
-
-  AgsThread *main_loop, *current;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  AgsSoundcard *soundcard;
-
   GList *input_pad, *input_pad_start;
   GList *input_line, *input_line_start;
   guint wave;
@@ -591,15 +577,7 @@ ags_synth_update(AgsSynth *synth)
   guint loop_start, loop_end;
   gdouble volume;
 
-  window = gtk_widget_get_toplevel(synth);
-  
-  application_context = window->application_context;
-  
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  soundcard = AGS_SOUNDCARD(AGS_MACHINE(synth)->audio->soundcard);
+  devout = AGS_DEVOUT(AGS_MACHINE(synth)->audio->devout);
 
   start = (guint) gtk_spin_button_get_value_as_int(synth->lower);
 
@@ -629,7 +607,7 @@ ags_synth_update(AgsSynth *synth)
 				      volume,
 				      loop_start, loop_end);
 
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 				AGS_TASK(apply_synth));
 
     channel = channel->next;
@@ -661,7 +639,7 @@ ags_synth_update(AgsSynth *synth)
 				      volume,
 				      loop_start, loop_end);
 
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 				AGS_TASK(apply_synth));
 
     input_pad = input_pad->next;
@@ -672,7 +650,7 @@ ags_synth_update(AgsSynth *synth)
 
 /**
  * ags_synth_new:
- * @soundcard: the assigned soundcard.
+ * @devout: the assigned devout.
  *
  * Creates an #AgsSynth
  *
@@ -681,7 +659,7 @@ ags_synth_update(AgsSynth *synth)
  * Since: 0.3
  */
 AgsSynth*
-ags_synth_new(GObject *soundcard)
+ags_synth_new(GObject *devout)
 {
   AgsSynth *synth;
 
@@ -689,7 +667,7 @@ ags_synth_new(GObject *soundcard)
 				    NULL);
 
   g_object_set(G_OBJECT(AGS_MACHINE(synth)->audio),
-	       "soundcard\0", soundcard,
+	       "devout\0", devout,
 	       NULL);
 
   return(synth);
diff --git a/src/ags/X/machine/ags_synth_bridge.c b/src/ags/X/machine/ags_synth_bridge.c
deleted file mode 100644
index e76994f..0000000
--- a/src/ags/X/machine/ags_synth_bridge.c
+++ /dev/null
@@ -1,221 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_bridge.h>
-#include <ags/X/machine/ags_synth_bridge_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-#include <ags/X/machine/ags_synth_bulk_output.h>
-#include <ags/X/machine/ags_synth_output_pad.h>
-#include <ags/X/machine/ags_synth_output_line.h>
-
-void ags_synth_bridge_class_init(AgsSynthBridgeClass *synth_bridge);
-void ags_synth_bridge_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_synth_bridge_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_synth_bridge_init(AgsSynthBridge *synth_bridge);
-void ags_synth_bridge_connect(AgsConnectable *connectable);
-void ags_synth_bridge_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_synth_bridge
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsSynthBridge
- * @section_id:
- * @include: ags/X/ags_synth_bridge.h
- *
- * #AgsSynthBridge is a composite widget to visualize all #AgsChannel. It should be
- * packed by an #AgsMachine.
- */
-
-static gpointer ags_synth_bridge_parent_class = NULL;
-static AgsConnectableInterface *ags_synth_bridge_parent_connectable_interface;
-
-GType
-ags_synth_bridge_get_type(void)
-{
-  static GType ags_type_synth_bridge = 0;
-
-  if(!ags_type_synth_bridge){
-    static const GTypeInfo ags_synth_bridge_info = {
-      sizeof(AgsSynthBridgeClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_synth_bridge_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsSynthBridge),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_synth_bridge_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_synth_bridge_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_synth_bridge_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_synth_bridge = g_type_register_static(AGS_TYPE_EFFECT_BRIDGE,
-						   "AgsSynthBridge\0", &ags_synth_bridge_info,
-						   0);
-
-    g_type_add_interface_static(ags_type_synth_bridge,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_synth_bridge,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_synth_bridge);
-}
-
-void
-ags_synth_bridge_class_init(AgsSynthBridgeClass *synth_bridge)
-{
-  GObjectClass *gobject;
-
-  ags_synth_bridge_parent_class = g_type_class_peek_parent(synth_bridge);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) synth_bridge;
-}
-
-void
-ags_synth_bridge_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_synth_bridge_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_synth_bridge_connect;
-  connectable->disconnect = ags_synth_bridge_disconnect;
-}
-
-void
-ags_synth_bridge_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_synth_bridge_init(AgsSynthBridge *synth_bridge)
-{
-  GtkFrame *frame;
-  GtkExpander *expander;
-  GtkTable *table;
-
-  AGS_EFFECT_BRIDGE(synth_bridge)->output_pad_type = AGS_TYPE_SYNTH_OUTPUT_PAD;
-  AGS_EFFECT_BRIDGE(synth_bridge)->output_line_type = AGS_TYPE_SYNTH_OUTPUT_LINE;
-
-  frame = (GtkFrame *) gtk_frame_new("output bridge\0");
-  gtk_box_pack_start(AGS_EFFECT_BRIDGE(synth_bridge),
-		     frame,
-		     FALSE, FALSE,
-		     0);
-
-  expander = gtk_expander_new("show/hide\0");
-  gtk_container_add(frame,
-		    expander);
-
-  table = (GtkTable *) gtk_table_new(1, 2, FALSE);
-  gtk_container_add(expander,
-		    table);
-
-  AGS_EFFECT_BRIDGE(synth_bridge)->bulk_output = (GtkWidget *) g_object_new(AGS_TYPE_SYNTH_BULK_OUTPUT,
-									    NULL);
-  gtk_table_attach(table,
-		   AGS_EFFECT_BRIDGE(synth_bridge)->bulk_output,
-		   0, 1,
-		   0, 1,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-
-  AGS_EFFECT_BRIDGE(synth_bridge)->output = (GtkHBox *) gtk_hbox_new(FALSE, 0);
-  gtk_table_attach(table,
-		   AGS_EFFECT_BRIDGE(synth_bridge)->output,
-		   1, 2,
-		   0, 1,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-}
-
-void
-ags_synth_bridge_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_synth_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_bridge_disconnect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BRIDGE_CONNECTED & (AGS_EFFECT_BRIDGE(connectable)->flags)) == 0){
-    return;
-  }
-
-  ags_synth_bridge_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-/**
- * ags_synth_bridge_new:
- * @synth_bridge: the parent synth_bridge
- * @audio: the #AgsAudio to visualize
- *
- * Creates an #AgsSynthBridge
- *
- * Returns: a new #AgsSynthBridge
- *
- * Since: 0.4
- */
-AgsSynthBridge*
-ags_synth_bridge_new(AgsAudio *audio)
-{
-  AgsSynthBridge *synth_bridge;
-
-  synth_bridge = (AgsSynthBridge *) g_object_new(AGS_TYPE_SYNTH_BRIDGE,
-						 "audio\0", audio,
-						 NULL);
-
-  return(synth_bridge);
-}
diff --git a/src/ags/X/machine/ags_synth_bridge.h b/src/ags/X/machine/ags_synth_bridge.h
deleted file mode 100644
index ceedd63..0000000
--- a/src/ags/X/machine/ags_synth_bridge.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_BRIDGE_H__
-#define __AGS_SYNTH_BRIDGE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_audio.h>
-
-#include <ags/X/ags_effect_bridge.h>
-
-#define AGS_TYPE_SYNTH_BRIDGE                (ags_synth_bridge_get_type())
-#define AGS_SYNTH_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_BRIDGE, AgsSynthBridge))
-#define AGS_SYNTH_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH_BRIDGE, AgsSynthBridgeClass))
-#define AGS_IS_SYNTH_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_BRIDGE))
-#define AGS_IS_SYNTH_BRIDGE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SYNTH_BRIDGE))
-#define AGS_SYNTH_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_SYNTH_BRIDGE, AgsSynthBridgeClass))
-
-typedef struct _AgsSynthBridge AgsSynthBridge;
-typedef struct _AgsSynthBridgeClass AgsSynthBridgeClass;
-
-struct _AgsSynthBridge
-{
-  AgsEffectBridge effect_bridge;
-};
-
-struct _AgsSynthBridgeClass
-{
-  AgsEffectBridgeClass effect_bridge;
-};
-
-GType ags_synth_bridge_get_type(void);
-
-AgsSynthBridge* ags_synth_bridge_new(AgsAudio *audio);
-
-#endif /*__AGS_SYNTH_BRIDGE_H__*/
diff --git a/src/ags/X/machine/ags_synth_bridge_callbacks.c b/src/ags/X/machine/ags_synth_bridge_callbacks.c
deleted file mode 100644
index e9d6d93..0000000
--- a/src/ags/X/machine/ags_synth_bridge_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_bridge_callbacks.h>
diff --git a/src/ags/X/machine/ags_synth_bridge_callbacks.h b/src/ags/X/machine/ags_synth_bridge_callbacks.h
deleted file mode 100644
index f8f35d6..0000000
--- a/src/ags/X/machine/ags_synth_bridge_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_BRIDGE_CALLBACKS_H__
-#define __AGS_SYNTH_BRIDGE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_synth_bridge.h>
-
-#endif /*__AGS_SYNTH_BRIDGE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_synth_bulk_output.c b/src/ags/X/machine/ags_synth_bulk_output.c
deleted file mode 100644
index ebcf5f5..0000000
--- a/src/ags/X/machine/ags_synth_bulk_output.c
+++ /dev/null
@@ -1,179 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_bulk_output.h>
-#include <ags/X/machine/ags_synth_bulk_output_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-void ags_synth_bulk_output_class_init(AgsSynthBulkOutputClass *synth_bulk_output);
-void ags_synth_bulk_output_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_synth_bulk_output_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_synth_bulk_output_init(AgsSynthBulkOutput *synth_bulk_output);
-void ags_synth_bulk_output_connect(AgsConnectable *connectable);
-void ags_synth_bulk_output_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_synth_bulk_output
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsSynthBulkOutput
- * @section_id:
- * @include: ags/X/ags_synth_bulk_output.h
- *
- * #AgsSynthBulkOutput is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsSynthBulkOutput.
- */
-
-static gpointer ags_synth_bulk_output_parent_class = NULL;
-static AgsConnectableInterface *ags_synth_bulk_input_parent_connectable_interface;
-
-GType
-ags_synth_bulk_output_get_type(void)
-{
-  static GType ags_type_synth_bulk_output = 0;
-
-  if(!ags_type_synth_bulk_output){
-    static const GTypeInfo ags_synth_bulk_output_info = {
-      sizeof(AgsSynthBulkOutputClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_synth_bulk_output_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsSynthBulkOutput),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_synth_bulk_output_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_synth_bulk_output_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_synth_bulk_output_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_synth_bulk_output = g_type_register_static(AGS_TYPE_EFFECT_BULK,
-							"AgsSynthBulkOutput\0", &ags_synth_bulk_output_info,
-							0);
-
-    g_type_add_interface_static(ags_type_synth_bulk_output,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_synth_bulk_output,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_synth_bulk_output);
-}
-
-void
-ags_synth_bulk_output_class_init(AgsSynthBulkOutputClass *synth_bulk_output)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_synth_bulk_output_parent_class = g_type_class_peek_parent(synth_bulk_output);
-
-  /* GObjectClass */
-  gobject = G_OBJECT_CLASS(synth_bulk_output);
-}
-
-void
-ags_synth_bulk_output_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_synth_bulk_input_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_synth_bulk_output_connect;
-  connectable->disconnect = ags_synth_bulk_output_disconnect;
-}
-
-void
-ags_synth_bulk_output_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_synth_bulk_output_init(AgsSynthBulkOutput *synth_bulk_output)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_bulk_output_connect(AgsConnectable *connectable)
-{
-  if((AGS_EFFECT_BULK_CONNECTED & (AGS_EFFECT_BULK(connectable)->flags)) != 0){
-    return;
-  }
-
-  ags_synth_bulk_input_parent_connectable_interface->connect(connectable);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_bulk_output_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_synth_bulk_output_new:
- * @synth_bulk_output: the parent synth_bulk_output
- * @audio: the #AgsAudio to visualize
- * @channel_type: either %AGS_TYPE_INPUT or %AGS_TYPE_OUTPUT
- *
- * Creates an #AgsSynthBulkOutput
- *
- * Returns: a new #AgsSynthBulkOutput
- *
- * Since: 0.4
- */
-AgsSynthBulkOutput*
-ags_synth_bulk_output_new(AgsAudio *audio,
-			  GType channel_type)
-{
-  AgsSynthBulkOutput *synth_bulk_output;
-
-  synth_bulk_output = (AgsSynthBulkOutput *) g_object_new(AGS_TYPE_SYNTH_BULK_OUTPUT,
-							  "audio\0", audio,
-							  NULL);
-
-  return(synth_bulk_output);
-}
diff --git a/src/ags/X/machine/ags_synth_bulk_output.h b/src/ags/X/machine/ags_synth_bulk_output.h
deleted file mode 100644
index 57fbf23..0000000
--- a/src/ags/X/machine/ags_synth_bulk_output.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_BULK_OUTPUT_H__
-#define __AGS_SYNTH_BULK_OUTPUT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-#define AGS_TYPE_SYNTH_BULK_OUTPUT                (ags_synth_bulk_output_get_type())
-#define AGS_SYNTH_BULK_OUTPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_BULK_OUTPUT, AgsSynthBulkOutput))
-#define AGS_SYNTH_BULK_OUTPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH_BULK_OUTPUT, AgsSynthBulkOutputClass))
-#define AGS_IS_SYNTH_BULK_OUTPUT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_BULK_OUTPUT))
-#define AGS_IS_SYNTH_BULK_OUTPUT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_BULK_OUTPUT))
-#define AGS_SYNTH_BULK_OUTPUT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH_BULK_OUTPUT, AgsSynthBulkOutputClass))
-
-typedef struct _AgsSynthBulkOutput AgsSynthBulkOutput;
-typedef struct _AgsSynthBulkOutputClass AgsSynthBulkOutputClass;
-
-struct _AgsSynthBulkOutput
-{
-  AgsEffectBulk effect_bulk;
-};
-
-struct _AgsSynthBulkOutputClass
-{
-  AgsEffectBulkClass effect_bulk;
-};
-
-GType ags_synth_bulk_output_get_type(void);
-
-AgsSynthBulkOutput* ags_synth_bulk_output_new(AgsAudio *audio,
-					      GType channel_type);
-
-#endif /*__AGS_SYNTH_BULK_OUTPUT_H__*/
diff --git a/src/ags/X/machine/ags_synth_bulk_output_callbacks.c b/src/ags/X/machine/ags_synth_bulk_output_callbacks.c
deleted file mode 100644
index d7a964f..0000000
--- a/src/ags/X/machine/ags_synth_bulk_output_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_bulk_output_callbacks.h>
diff --git a/src/ags/X/machine/ags_synth_bulk_output_callbacks.h b/src/ags/X/machine/ags_synth_bulk_output_callbacks.h
deleted file mode 100644
index 3dd50a3..0000000
--- a/src/ags/X/machine/ags_synth_bulk_output_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_BULK_OUTPUT_CALLBACKS_H__
-#define __AGS_SYNTH_BULK_OUTPUT_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_synth_bulk_output.h>
-
-#endif /*__AGS_SYNTH_BULK_OUTPUT_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_synth_input_line.c b/src/ags/X/machine/ags_synth_input_line.c
index b955d4b..dcb2137 100644
--- a/src/ags/X/machine/ags_synth_input_line.c
+++ b/src/ags/X/machine/ags_synth_input_line.c
@@ -18,12 +18,14 @@
 
 #include <ags/X/machine/ags_synth_input_line.h>
 
+#include <ags/main.h>
+
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
 #include <ags/plugin/ags_plugin_stock.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -270,7 +272,7 @@ ags_synth_input_line_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -333,7 +335,7 @@ ags_synth_input_line_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_synth_input_pad.c b/src/ags/X/machine/ags_synth_input_pad.c
index 312ea96..da1c17e 100644
--- a/src/ags/X/machine/ags_synth_input_pad.c
+++ b/src/ags/X/machine/ags_synth_input_pad.c
@@ -18,10 +18,10 @@
 
 #include <ags/X/machine/ags_synth_input_pad.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
 
 #include <ags/file/ags_file.h>
@@ -215,7 +215,7 @@ ags_synth_input_pad_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -243,7 +243,7 @@ ags_synth_input_pad_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/X/machine/ags_synth_output_line.c b/src/ags/X/machine/ags_synth_output_line.c
deleted file mode 100644
index 77440cc..0000000
--- a/src/ags/X/machine/ags_synth_output_line.c
+++ /dev/null
@@ -1,179 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_output_line.h>
-#include <ags/X/machine/ags_synth_output_line_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_line.h>
-
-void ags_synth_output_line_class_init(AgsSynthOutputLineClass *synth_output_line);
-void ags_synth_output_line_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_synth_output_line_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_synth_output_line_init(AgsSynthOutputLine *synth_output_line);
-void ags_synth_output_line_set_property(GObject *gobject,
-					guint prop_id,
-					const GValue *value,
-					GParamSpec *param_spec);
-void ags_synth_output_line_get_property(GObject *gobject,
-					guint prop_id,
-					GValue *value,
-					GParamSpec *param_spec);
-void ags_synth_output_line_connect(AgsConnectable *connectable);
-void ags_synth_output_line_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_synth_output_line
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsSynthOutputLine
- * @section_id:
- * @include: ags/X/ags_synth_output_line.h
- *
- * #AgsSynthOutputLine is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsSynthOutputLine.
- */
-
-static gpointer ags_synth_output_line_parent_class = NULL;
-
-GType
-ags_synth_output_line_get_type(void)
-{
-  static GType ags_type_synth_output_line = 0;
-
-  if(!ags_type_synth_output_line){
-    static const GTypeInfo ags_synth_output_line_info = {
-      sizeof(AgsSynthOutputLineClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_synth_output_line_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsSynthOutputLine),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_synth_output_line_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_synth_output_line_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_synth_output_line_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_synth_output_line = g_type_register_static(AGS_TYPE_EFFECT_LINE,
-							"AgsSynthOutputLine\0", &ags_synth_output_line_info,
-							0);
-
-    g_type_add_interface_static(ags_type_synth_output_line,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_synth_output_line,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_synth_output_line);
-}
-
-void
-ags_synth_output_line_class_init(AgsSynthOutputLineClass *synth_output_line)
-{
-  GObjectClass *gobject;
-
-  ags_synth_output_line_parent_class = g_type_class_peek_parent(synth_output_line);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) synth_output_line;
-}
-
-void
-ags_synth_output_line_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_synth_output_line_connect;
-  connectable->disconnect = ags_synth_output_line_disconnect;
-}
-
-void
-ags_synth_output_line_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_synth_output_line_init(AgsSynthOutputLine *synth_output_line)
-{
-  g_signal_connect_after(synth_output_line, "notify::channel",
-			 G_CALLBACK(ags_synth_output_line_notify_channel_callback), NULL);
-}
-
-void
-ags_synth_output_line_connect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_output_line_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_synth_output_line_new:
- * @synth_output_line: the parent synth_output_line
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsSynthOutputLine
- *
- * Returns: a new #AgsSynthOutputLine
- *
- * Since: 0.4
- */
-AgsSynthOutputLine*
-ags_synth_output_line_new(AgsChannel *channel)
-{
-  AgsSynthOutputLine *synth_output_line;
-
-  synth_output_line = (AgsSynthOutputLine *) g_object_new(AGS_TYPE_SYNTH_OUTPUT_LINE,
-							  "channel\0", channel,
-							  NULL);
-
-  return(synth_output_line);
-}
diff --git a/src/ags/X/machine/ags_synth_output_line.h b/src/ags/X/machine/ags_synth_output_line.h
deleted file mode 100644
index 3b1213f..0000000
--- a/src/ags/X/machine/ags_synth_output_line.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_OUTPUT_LINE_H__
-#define __AGS_SYNTH_OUTPUT_LINE_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_line.h>
-
-#define AGS_TYPE_SYNTH_OUTPUT_LINE                (ags_synth_output_line_get_type())
-#define AGS_SYNTH_OUTPUT_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_OUTPUT_LINE, AgsSynthOutputLine))
-#define AGS_SYNTH_OUTPUT_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH_OUTPUT_LINE, AgsSynthOutputLineClass))
-#define AGS_IS_SYNTH_OUTPUT_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_OUTPUT_LINE))
-#define AGS_IS_SYNTH_OUTPUT_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_OUTPUT_LINE))
-#define AGS_SYNTH_OUTPUT_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH_OUTPUT_LINE, AgsSynthOutputLineClass))
-
-typedef struct _AgsSynthOutputLine AgsSynthOutputLine;
-typedef struct _AgsSynthOutputLineClass AgsSynthOutputLineClass;
-
-struct _AgsSynthOutputLine
-{
-  AgsEffectLine effect_line;
-};
-
-struct _AgsSynthOutputLineClass
-{
-  AgsEffectLineClass effect_line;
-};
-
-GType ags_synth_output_line_get_type(void);
-
-AgsSynthOutputLine* ags_synth_output_line_new(AgsChannel *channel);
-
-#endif /*__AGS_SYNTH_OUTPUT_LINE_H__*/
diff --git a/src/ags/X/machine/ags_synth_output_line_callbacks.c b/src/ags/X/machine/ags_synth_output_line_callbacks.c
deleted file mode 100644
index 74d932b..0000000
--- a/src/ags/X/machine/ags_synth_output_line_callbacks.c
+++ /dev/null
@@ -1,33 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_output_line_callbacks.h>
-
-void
-ags_synth_output_line_notify_channel_callback(GObject *gobject,
-						GParamSpec *pspec,
-						gpointer user_data)
-{
-  AgsSynthOutputLine *synth_output_line;
-
-  synth_output_line = AGS_SYNTH_OUTPUT_LINE(gobject);
-  gtk_label_set_text(AGS_EFFECT_LINE(synth_output_line)->label,
-		     g_strdup_printf("out:%d,%d",
-				     AGS_EFFECT_LINE(synth_output_line)->channel->pad,
-				     AGS_EFFECT_LINE(synth_output_line)->channel->audio_channel));
-}
diff --git a/src/ags/X/machine/ags_synth_output_line_callbacks.h b/src/ags/X/machine/ags_synth_output_line_callbacks.h
deleted file mode 100644
index 990a032..0000000
--- a/src/ags/X/machine/ags_synth_output_line_callbacks.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_OUTPUT_LINE_CALLBACKS_H__
-#define __AGS_SYNTH_OUTPUT_LINE_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_synth_output_line.h>
-
-void ags_synth_output_line_notify_channel_callback(GObject *gobject,
-						   GParamSpec *pspec,
-						   gpointer user_data);
-
-#endif /*__AGS_SYNTH_OUTPUT_LINE_CALLBACKS_H__*/
diff --git a/src/ags/X/machine/ags_synth_output_pad.c b/src/ags/X/machine/ags_synth_output_pad.c
deleted file mode 100644
index 329dc12..0000000
--- a/src/ags/X/machine/ags_synth_output_pad.c
+++ /dev/null
@@ -1,178 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_output_pad.h>
-#include <ags/X/machine/ags_synth_output_pad_callbacks.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/main.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_plugin.h>
-
-#include <ags/X/ags_effect_bridge.h>
-#include <ags/X/ags_effect_line.h>
-
-void ags_synth_output_pad_class_init(AgsSynthOutputPadClass *synth_output_pad);
-void ags_synth_output_pad_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_synth_output_pad_plugin_interface_init(AgsPluginInterface *plugin);
-void ags_synth_output_pad_init(AgsSynthOutputPad *synth_output_pad);
-void ags_synth_output_pad_set_property(GObject *gobject,
-				       guint prop_id,
-				       const GValue *value,
-				       GParamSpec *param_spec);
-void ags_synth_output_pad_get_property(GObject *gobject,
-				       guint prop_id,
-				       GValue *value,
-				       GParamSpec *param_spec);
-void ags_synth_output_pad_connect(AgsConnectable *connectable);
-void ags_synth_output_pad_disconnect(AgsConnectable *connectable);
-
-/**
- * SECTION:ags_synth_output_pad
- * @short_description: A composite widget to visualize a bunch of #AgsChannel
- * @title: AgsSynthOutputPad
- * @section_id:
- * @include: ags/X/ags_synth_output_pad.h
- *
- * #AgsSynthOutputPad is a composite widget to visualize one #AgsChannel. It should be
- * packed by an #AgsSynthOutputPad.
- */
-
-static gpointer ags_synth_output_pad_parent_class = NULL;
-
-GType
-ags_synth_output_pad_get_type(void)
-{
-  static GType ags_type_synth_output_pad = 0;
-
-  if(!ags_type_synth_output_pad){
-    static const GTypeInfo ags_synth_output_pad_info = {
-      sizeof(AgsSynthOutputPadClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_synth_output_pad_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof(AgsSynthOutputPad),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_synth_output_pad_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_synth_output_pad_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_plugin_interface_info = {
-      (GInterfaceInitFunc) ags_synth_output_pad_plugin_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_synth_output_pad = g_type_register_static(AGS_TYPE_EFFECT_PAD,
-						       "AgsSynthOutputPad\0", &ags_synth_output_pad_info,
-						       0);
-
-    g_type_add_interface_static(ags_type_synth_output_pad,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_synth_output_pad,
-				AGS_TYPE_PLUGIN,
-				&ags_plugin_interface_info);
-  }
-
-  return(ags_type_synth_output_pad);
-}
-
-void
-ags_synth_output_pad_class_init(AgsSynthOutputPadClass *synth_output_pad)
-{
-  GObjectClass *gobject;
-
-  ags_synth_output_pad_parent_class = g_type_class_peek_parent(synth_output_pad);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) synth_output_pad;
-}
-
-void
-ags_synth_output_pad_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_synth_output_pad_connect;
-  connectable->disconnect = ags_synth_output_pad_disconnect;
-}
-
-void
-ags_synth_output_pad_plugin_interface_init(AgsPluginInterface *plugin)
-{
-  plugin->get_name = NULL;
-  plugin->set_name = NULL;
-  plugin->get_xml_type = NULL;
-  plugin->set_xml_type = NULL;
-  plugin->get_ports = NULL;
-  plugin->read = NULL;
-  plugin->write = NULL;
-  plugin->set_ports = NULL;
-}
-
-void
-ags_synth_output_pad_init(AgsSynthOutputPad *synth_output_pad)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_output_pad_connect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_synth_output_pad_disconnect(AgsConnectable *connectable)
-{
-  //TODO:JK: implement me
-}
-
-/**
- * ags_synth_output_pad_new:
- * @synth_output_pad: the parent synth_output_pad
- * @channel: the #AgsChannel to visualize
- *
- * Creates an #AgsSynthOutputPad
- *
- * Returns: a new #AgsSynthOutputPad
- *
- * Since: 0.4
- */
-AgsSynthOutputPad*
-ags_synth_output_pad_new(AgsChannel *channel)
-{
-  AgsSynthOutputPad *synth_output_pad;
-
-  synth_output_pad = (AgsSynthOutputPad *) g_object_new(AGS_TYPE_SYNTH_OUTPUT_PAD,
-							"channel\0", channel,
-							NULL);
-
-  return(synth_output_pad);
-}
diff --git a/src/ags/X/machine/ags_synth_output_pad.h b/src/ags/X/machine/ags_synth_output_pad.h
deleted file mode 100644
index 6141ba1..0000000
--- a/src/ags/X/machine/ags_synth_output_pad.h
+++ /dev/null
@@ -1,54 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_OUTPUT_PAD_H__
-#define __AGS_SYNTH_OUTPUT_PAD_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_pad.h>
-
-#define AGS_TYPE_SYNTH_OUTPUT_PAD                (ags_synth_output_pad_get_type())
-#define AGS_SYNTH_OUTPUT_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SYNTH_OUTPUT_PAD, AgsSynthOutputPad))
-#define AGS_SYNTH_OUTPUT_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SYNTH_OUTPUT_PAD, AgsSynthOutputPadClass))
-#define AGS_IS_SYNTH_OUTPUT_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SYNTH_OUTPUT_PAD))
-#define AGS_IS_SYNTH_OUTPUT_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SYNTH_OUTPUT_PAD))
-#define AGS_SYNTH_OUTPUT_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SYNTH_OUTPUT_PAD, AgsSynthOutputPadClass))
-
-typedef struct _AgsSynthOutputPad AgsSynthOutputPad;
-typedef struct _AgsSynthOutputPadClass AgsSynthOutputPadClass;
-
-struct _AgsSynthOutputPad
-{
-  AgsEffectPad effect_pad;
-};
-
-struct _AgsSynthOutputPadClass
-{
-  AgsEffectPadClass effect_pad;
-};
-
-GType ags_synth_output_pad_get_type(void);
-
-AgsSynthOutputPad* ags_synth_output_pad_new(AgsChannel *channel);
-
-#endif /*__AGS_SYNTH_OUTPUT_PAD_H__*/
diff --git a/src/ags/X/machine/ags_synth_output_pad_callbacks.c b/src/ags/X/machine/ags_synth_output_pad_callbacks.c
deleted file mode 100644
index 0e2684f..0000000
--- a/src/ags/X/machine/ags_synth_output_pad_callbacks.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/X/machine/ags_synth_output_pad_callbacks.h>
diff --git a/src/ags/X/machine/ags_synth_output_pad_callbacks.h b/src/ags/X/machine/ags_synth_output_pad_callbacks.h
deleted file mode 100644
index f05977f..0000000
--- a/src/ags/X/machine/ags_synth_output_pad_callbacks.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SYNTH_OUTPUT_PAD_CALLBACKS_H__
-#define __AGS_SYNTH_OUTPUT_PAD_CALLBACKS_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <gtk/gtk.h>
-
-#include <ags/X/machine/ags_synth_output_pad.h>
-
-#endif /*__AGS_SYNTH_OUTPUT_PAD_CALLBACKS_H__*/
diff --git a/src/ags/audio/Makefile b/src/ags/audio/Makefile
deleted file mode 100644
index 65e2310..0000000
--- a/src/ags/audio/Makefile
+++ /dev/null
@@ -1,540 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/audio/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/audio
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/audio
-abs_srcdir = /usr/src/ags-devel/src/ags/audio
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_audio_h_sources = \
-	ags_garbage_collector.h	\
-	ags_effect.h		\
-	ags_libao.h		\
-	ags_timestamp.h		\
-	ags_timestamp_factory.h	
-
-ags_audio_h_sources = \
-	$(deprecated_ags_audio_h_sources) \
-	ags_acceleration.h	\
-	ags_audio.h		\
-	ags_audio_signal.h	\
-	ags_automation.h	\
-	ags_channel.h		\
-	ags_channel_iter.h	\
-	ags_config.h		\
-	ags_devout.h		\
-	ags_input.h		\
-	ags_notation.h		\
-	ags_note.h		\
-	ags_output.h		\
-	ags_pattern.h		\
-	ags_port.h		\
-	ags_recall_audio.h	\
-	ags_recall_audio_run.h	\
-	ags_recall_audio_signal.h \
-	ags_recall_channel.h	\
-	ags_recall_channel_run_dummy.h \
-	ags_recall_channel_run.h \
-	ags_recall_container.h	\
-	ags_recall_dependency.h	\
-	ags_recall.h		\
-	ags_recall_id.h		\
-	ags_recall_ladspa.h	\
-	ags_recall_ladspa_run.h	\
-	ags_recall_recycling_dummy.h \
-	ags_recall_recycling.h	\
-	ags_recall_recycling_container.h \
-	ags_recycling.h		\
-	ags_synths.h		\
-	ags_task.h		\
-	ags_timestamp_factory.h	\
-	ags_timestamp.h
-
-deprecated_ags_audio_c_sources = \
-	ags_garbage_collector.c	\
-	ags_effect.c		\
-	ags_libao.c		\
-	ags_timestamp.c		\
-	ags_timestamp_factory.c	
-
-ags_audio_c_sources = \
-	$(deprecated_ags_audio_c_sources) \
-	ags_acceleration.c	\
-	ags_audio.c		\
-	ags_audio_signal.c	\
-	ags_automation.c	\
-	ags_channel.c		\
-	ags_channel_iter.c	\
-	ags_config.c		\
-	ags_devout.c		\
-	ags_input.c		\
-	ags_notation.c		\
-	ags_note.c		\
-	ags_output.c		\
-	ags_pattern.c		\
-	ags_port.c		\
-	ags_recall_audio.c	\
-	ags_recall_audio_run.c	\
-	ags_recall_audio_signal.c \
-	ags_recall_channel.c	\
-	ags_recall_channel_run_dummy.c \
-	ags_recall_channel_run.c \
-	ags_recall_container.c	\
-	ags_recall_dependency.c	\
-	ags_recall.c		\
-	ags_recall_id.c		\
-	ags_recall_ladspa.c	\
-	ags_recall_ladspa_run.c	\
-	ags_recall_recycling_dummy.c \
-	ags_recall_recycling.c	\
-	ags_recall_recycling_container.c \
-	ags_recycling.c		\
-	ags_synths.c		\
-	ags_task.c		\
-	ags_timestamp_factory.c	\
-	ags_timestamp.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/Makefile.am b/src/ags/audio/Makefile.am
deleted file mode 100644
index 916ec81..0000000
--- a/src/ags/audio/Makefile.am
+++ /dev/null
@@ -1,87 +0,0 @@
-deprecated_ags_audio_h_sources = \
-	ags_garbage_collector.h	\
-	ags_effect.h		\
-	ags_libao.h		\
-	ags_timestamp.h		\
-	ags_timestamp_factory.h	
-
-ags_audio_h_sources = 		\
-	$(deprecated_ags_audio_h_sources) \
-	ags_acceleration.h	\
-	ags_audio.h		\
-	ags_audio_signal.h	\
-	ags_automation.h	\
-	ags_channel.h		\
-	ags_channel_iter.h	\
-	ags_config.h		\
-	ags_devout.h		\
-	ags_input.h		\
-	ags_notation.h		\
-	ags_note.h		\
-	ags_output.h		\
-	ags_pattern.h		\
-	ags_port.h		\
-	ags_recall_audio.h	\
-	ags_recall_audio_run.h	\
-	ags_recall_audio_signal.h \
-	ags_recall_channel.h	\
-	ags_recall_channel_run_dummy.h \
-	ags_recall_channel_run.h \
-	ags_recall_container.h	\
-	ags_recall_dependency.h	\
-	ags_recall.h		\
-	ags_recall_id.h		\
-	ags_recall_ladspa.h	\
-	ags_recall_ladspa_run.h	\
-	ags_recall_recycling_dummy.h \
-	ags_recall_recycling.h	\
-	ags_recall_recycling_container.h \
-	ags_recycling.h		\
-	ags_synths.h		\
-	ags_task.h		\
-	ags_timestamp_factory.h	\
-	ags_timestamp.h
-
-deprecated_ags_audio_c_sources =  \
-	ags_garbage_collector.c	\
-	ags_effect.c		\
-	ags_libao.c		\
-	ags_timestamp.c		\
-	ags_timestamp_factory.c	
-
-ags_audio_c_sources =  		\
-	$(deprecated_ags_audio_c_sources) \
-	ags_acceleration.c	\
-	ags_audio.c		\
-	ags_audio_signal.c	\
-	ags_automation.c	\
-	ags_channel.c		\
-	ags_channel_iter.c	\
-	ags_config.c		\
-	ags_devout.c		\
-	ags_input.c		\
-	ags_notation.c		\
-	ags_note.c		\
-	ags_output.c		\
-	ags_pattern.c		\
-	ags_port.c		\
-	ags_recall_audio.c	\
-	ags_recall_audio_run.c	\
-	ags_recall_audio_signal.c \
-	ags_recall_channel.c	\
-	ags_recall_channel_run_dummy.c \
-	ags_recall_channel_run.c \
-	ags_recall_container.c	\
-	ags_recall_dependency.c	\
-	ags_recall.c		\
-	ags_recall_id.c		\
-	ags_recall_ladspa.c	\
-	ags_recall_ladspa_run.c	\
-	ags_recall_recycling_dummy.c \
-	ags_recall_recycling.c	\
-	ags_recall_recycling_container.c \
-	ags_recycling.c		\
-	ags_synths.c		\
-	ags_task.c		\
-	ags_timestamp_factory.c	\
-	ags_timestamp.c
diff --git a/src/ags/audio/Makefile.in b/src/ags/audio/Makefile.in
deleted file mode 100644
index 9d0336c..0000000
--- a/src/ags/audio/Makefile.in
+++ /dev/null
@@ -1,540 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/audio
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_audio_h_sources = \
-	ags_garbage_collector.h	\
-	ags_effect.h		\
-	ags_libao.h		\
-	ags_timestamp.h		\
-	ags_timestamp_factory.h	
-
-ags_audio_h_sources = \
-	$(deprecated_ags_audio_h_sources) \
-	ags_acceleration.h	\
-	ags_audio.h		\
-	ags_audio_signal.h	\
-	ags_automation.h	\
-	ags_channel.h		\
-	ags_channel_iter.h	\
-	ags_config.h		\
-	ags_devout.h		\
-	ags_input.h		\
-	ags_notation.h		\
-	ags_note.h		\
-	ags_output.h		\
-	ags_pattern.h		\
-	ags_port.h		\
-	ags_recall_audio.h	\
-	ags_recall_audio_run.h	\
-	ags_recall_audio_signal.h \
-	ags_recall_channel.h	\
-	ags_recall_channel_run_dummy.h \
-	ags_recall_channel_run.h \
-	ags_recall_container.h	\
-	ags_recall_dependency.h	\
-	ags_recall.h		\
-	ags_recall_id.h		\
-	ags_recall_ladspa.h	\
-	ags_recall_ladspa_run.h	\
-	ags_recall_recycling_dummy.h \
-	ags_recall_recycling.h	\
-	ags_recall_recycling_container.h \
-	ags_recycling.h		\
-	ags_synths.h		\
-	ags_task.h		\
-	ags_timestamp_factory.h	\
-	ags_timestamp.h
-
-deprecated_ags_audio_c_sources = \
-	ags_garbage_collector.c	\
-	ags_effect.c		\
-	ags_libao.c		\
-	ags_timestamp.c		\
-	ags_timestamp_factory.c	
-
-ags_audio_c_sources = \
-	$(deprecated_ags_audio_c_sources) \
-	ags_acceleration.c	\
-	ags_audio.c		\
-	ags_audio_signal.c	\
-	ags_automation.c	\
-	ags_channel.c		\
-	ags_channel_iter.c	\
-	ags_config.c		\
-	ags_devout.c		\
-	ags_input.c		\
-	ags_notation.c		\
-	ags_note.c		\
-	ags_output.c		\
-	ags_pattern.c		\
-	ags_port.c		\
-	ags_recall_audio.c	\
-	ags_recall_audio_run.c	\
-	ags_recall_audio_signal.c \
-	ags_recall_channel.c	\
-	ags_recall_channel_run_dummy.c \
-	ags_recall_channel_run.c \
-	ags_recall_container.c	\
-	ags_recall_dependency.c	\
-	ags_recall.c		\
-	ags_recall_id.c		\
-	ags_recall_ladspa.c	\
-	ags_recall_ladspa_run.c	\
-	ags_recall_recycling_dummy.c \
-	ags_recall_recycling.c	\
-	ags_recall_recycling_container.c \
-	ags_recycling.c		\
-	ags_synths.c		\
-	ags_task.c		\
-	ags_timestamp_factory.c	\
-	ags_timestamp.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/ags_acceleration.c b/src/ags/audio/ags_acceleration.c
deleted file mode 100644
index 3efbd11..0000000
--- a/src/ags/audio/ags_acceleration.c
+++ /dev/null
@@ -1,174 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_acceleration.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <stdlib.h>
-
-void ags_acceleration_class_init(AgsAccelerationClass *acceleration);
-void ags_acceleration_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_acceleration_init(AgsAcceleration *acceleration);
-void ags_acceleration_connect(AgsConnectable *connectable);
-void ags_acceleration_disconnect(AgsConnectable *connectable);
-void ags_acceleration_finalize(GObject *object);
-
-/**
- * SECTION:ags_acceleration
- * @short_description: Acceleration class.
- * @title: AgsAcceleration
- * @section_id:
- * @include: ags/audio/ags_acceleration.h
- *
- * #AgsAcceleration represents a downhill-grade.
- */
-
-static gpointer ags_acceleration_parent_class = NULL;
-
-GType
-ags_acceleration_get_type()
-{
-  static GType ags_type_acceleration = 0;
-
-  if(!ags_type_acceleration){
-    static const GTypeInfo ags_acceleration_info = {
-      sizeof(AgsAccelerationClass),
-      NULL,
-      NULL,
-      (GClassInitFunc) ags_acceleration_class_init,
-      NULL,
-      NULL,
-      sizeof(AgsAcceleration),
-      0,
-      (GInstanceInitFunc) ags_acceleration_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_acceleration_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_acceleration = g_type_register_static(G_TYPE_OBJECT,
-					   "AgsAcceleration\0",
-					   &ags_acceleration_info,
-					   0);
-    
-    g_type_add_interface_static(ags_type_acceleration,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return(ags_type_acceleration);
-}
-
-void 
-ags_acceleration_class_init(AgsAccelerationClass *acceleration)
-{
-  GObjectClass *gobject;
-
-  ags_acceleration_parent_class = g_type_class_peek_parent(acceleration);
-
-  gobject = (GObjectClass *) acceleration;
-
-  gobject->finalize = ags_acceleration_finalize;
-}
-
-void
-ags_acceleration_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->connect = ags_acceleration_connect;
-  connectable->disconnect = ags_acceleration_disconnect;
-}
-
-void
-ags_acceleration_init(AgsAcceleration *acceleration)
-{
-  acceleration->flags = 0;
-
-  acceleration->x = 0;
-  acceleration->y = 0;
-
-  acceleration->name = NULL;
-  acceleration->frequency = 440.0;
-}
-
-void
-ags_acceleration_connect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_acceleration_disconnect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_acceleration_finalize(GObject *gobject)
-{
-  /* empty */
-
-  G_OBJECT_CLASS(ags_acceleration_parent_class)->finalize(gobject);
-}
-
-/**
- * ags_acceleration_duplicate:
- * @acceleration: an #AgsAcceleration
- * 
- * Duplicate a acceleration.
- *
- * Returns: the duplicated #AgsAcceleration.
- *
- * Since: 0.4
- */
-AgsAcceleration*
-ags_acceleration_duplicate(AgsAcceleration *acceleration)
-{
-  AgsAcceleration *copy;
-
-  copy = ags_acceleration_new();
-
-  copy->flags = 0;
-
-  copy->x = acceleration->x;
-  copy->y = acceleration->y;
-
-  return(copy);
-}
-
-/**
- * ags_acceleration_new:
- *
- * Creates an #AgsAcceleration
- *
- * Returns: a new #AgsAcceleration
- *
- * Since: 0.4
- */
-AgsAcceleration*
-ags_acceleration_new()
-{
-  AgsAcceleration *acceleration;
-
-  acceleration = (AgsAcceleration *) g_object_new(AGS_TYPE_ACCELERATION, NULL);
-
-  return(acceleration);
-}
diff --git a/src/ags/audio/ags_acceleration.h b/src/ags/audio/ags_acceleration.h
deleted file mode 100644
index 15afb85..0000000
--- a/src/ags/audio/ags_acceleration.h
+++ /dev/null
@@ -1,68 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_ACCELERATION_H__
-#define __AGS_ACCELERATION_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#define AGS_TYPE_ACCELERATION                (ags_acceleration_get_type())
-#define AGS_ACCELERATION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ACCELERATION, AgsAcceleration))
-#define AGS_ACCELERATION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ACCELERATION, AgsAccelerationClass))
-#define AGS_IS_ACCELERATION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ACCELERATION))
-#define AGS_IS_ACCELERATION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ACCELERATION))
-#define AGS_ACCELERATION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ACCELERATION, AgsAccelerationClass))
-
-typedef struct _AgsAcceleration AgsAcceleration;
-typedef struct _AgsAccelerationClass AgsAccelerationClass;
-
-typedef enum{
-  AGS_ACCELERATION_GUI             =  1,
-  AGS_ACCELERATION_RUNTIME         =  1 <<  1,
-  AGS_ACCELERATION_HUMAN_READABLE  =  1 <<  2,
-  AGS_ACCELERATION_DEFAULT_LENGTH  =  1 <<  3,
-  AGS_ACCELERATION_IS_SELECTED     =  1 <<  4,
-}AgsAccelerationFlags;
-
-struct _AgsAcceleration
-{
-  GObject object;
-
-  guint flags;
-
-  // gui format, convert easy to visualization
-  guint x;
-  guint y;
-
-  gchar *name;
-  gdouble frequency;
-};
-
-struct _AgsAccelerationClass
-{
-  GObjectClass object;
-};
-
-GType ags_acceleration_get_type();
-
-AgsAcceleration* ags_acceleration_duplicate(AgsAcceleration *acceleration);
-
-AgsAcceleration* ags_acceleration_new();
-
-#endif /*__AGS_ACCELERATION_H__*/
diff --git a/src/ags/audio/ags_audio.c b/src/ags/audio/ags_audio.c
index 6312835..c82e63e 100644
--- a/src/ags/audio/ags_audio.c
+++ b/src/ags/audio/ags_audio.c
@@ -18,20 +18,18 @@
 
 #include <ags/audio/ags_audio.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/lib/ags_list.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_marshal.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
-#include <ags/server/ags_server_application_context.h>
-#include <ags/server/ags_server.h>
-
 #include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_output.h>
 #include <ags/audio/ags_input.h>
@@ -100,7 +98,7 @@ enum{
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
 };
 
 static gpointer ags_audio_parent_class = NULL;
@@ -161,19 +159,19 @@ ags_audio_class_init(AgsAudioClass *audio)
 
   /* properties */
   /**
-   * AgsAudio:soundcard:
+   * AgsAudio:devout:
    *
-   * The assigned #AgsSoundcard acting as default sink.
+   * The assigned #AgsDevout acting as default sink.
    * 
    * Since: 0.4
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
-				   G_TYPE_OBJECT,
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
+				   AGS_TYPE_DEVOUT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /* AgsAudioClass */
@@ -297,7 +295,7 @@ ags_audio_init(AgsAudio *audio)
 {
   audio->flags = 0;
 
-  audio->soundcard = NULL;
+  audio->devout = NULL;
 
   audio->sequence_length = 0;
   audio->audio_channels = 0;
@@ -315,7 +313,6 @@ ags_audio_init(AgsAudio *audio)
   AGS_DEVOUT_PLAY_DOMAIN(audio->devout_play_domain)->domain = audio;
 
   audio->notation = NULL;
-  audio->automation = NULL;
 
   audio->recall_id = NULL;
   audio->recycling_container = NULL;
@@ -341,13 +338,13 @@ ags_audio_set_property(GObject *gobject,
   audio = AGS_AUDIO(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = (GObject *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      ags_audio_set_soundcard(audio, (GObject *) soundcard);
+      ags_audio_set_devout(audio, (GObject *) devout);
     }
     break;
   default:
@@ -367,8 +364,8 @@ ags_audio_get_property(GObject *gobject,
   audio = AGS_AUDIO(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, audio->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, audio->devout);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -384,8 +381,8 @@ ags_audio_finalize(GObject *gobject)
 
   audio = AGS_AUDIO(gobject);
 
-  if(audio->soundcard != NULL)
-    g_object_unref(audio->soundcard);
+  if(audio->devout != NULL)
+    g_object_unref(audio->devout);
 
   /* output */
   channel = audio->output;
@@ -429,7 +426,7 @@ ags_audio_finalize(GObject *gobject)
 void
 ags_audio_add_to_registry(AgsConnectable *connectable)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
   AgsServer *server;
   AgsAudio *audio;
   AgsChannel *channel;
@@ -438,20 +435,10 @@ ags_audio_add_to_registry(AgsConnectable *connectable)
   
   audio = AGS_AUDIO(connectable);
 
-  application_context = ags_soundcard_get_application_context(AGS_SOUNDCARD(audio->soundcard));
+  ags_main = AGS_MAIN(AGS_DEVOUT(audio->devout)->ags_main);
 
-  server = NULL;
-  list = application_context->sibling;
+  server = ags_main->server;
 
-  while(list != NULL){
-    if(AGS_IS_SERVER_APPLICATION_CONTEXT(list->data)){
-      server = AGS_SERVER_APPLICATION_CONTEXT(list->data)->server;
-      break;
-    }
-
-    list = list->next;
-  }
-  
   entry = ags_registry_entry_alloc(server->registry);
   g_value_set_object(&(entry->entry),
 		     (gpointer) audio);
@@ -628,12 +615,12 @@ ags_audio_set_flags(AgsAudio *audio, guint flags)
 	  
       if(channel != NULL){
 	start_recycling = 
-	  recycling = ags_recycling_new(audio->soundcard);
+	  recycling = ags_recycling_new(audio->devout);
 	goto ags_audio_set_flags_OUTPUT_RECYCLING;
       }
 
       while(channel != NULL){
-	recycling->next = ags_recycling_new(audio->soundcard);
+	recycling->next = ags_recycling_new(audio->devout);
       ags_audio_set_flags_OUTPUT_RECYCLING:
 	recycling->next->prev = recycling;
 	recycling = recycling->next;
@@ -666,21 +653,13 @@ ags_audio_set_flags(AgsAudio *audio, guint flags)
   }
   void ags_audio_set_flags_add_recycling_task(GParameter *parameter){
     AgsAudioSetRecycling *audio_set_recycling;
-    AgsThread *main_loop, *current;
-    AgsTaskThread *task_thread;
-    AgsApplicationContext *application_context;
-
-    application_context = ags_soundcard_get_application_context(audio->soundcard);
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
+
     /* create set recycling task */
     audio_set_recycling = ags_audio_set_recycling_new(audio,
 						      parameter);
 
     /* append AgsAudioSetRecycling */
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(audio->devout)->ags_main)->main_loop)->task_thread),
 				AGS_TASK(audio_set_recycling));
   }
 
@@ -768,21 +747,13 @@ ags_audio_unset_flags(AgsAudio *audio, guint flags)
   }
   void ags_audio_unset_flags_add_recycling_task(GParameter *parameter){
     AgsAudioSetRecycling *audio_set_recycling;
-    AgsThread *main_loop, *current;
-    AgsTaskThread *task_thread;
-    AgsApplicationContext *application_context;
-
-    application_context = ags_soundcard_get_application_context(audio->soundcard);
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
+
     /* create set recycling task */
     audio_set_recycling = ags_audio_set_recycling_new(audio,
 						      parameter);
 
     /* append AgsAudioSetRecycling */
-    ags_task_thread_append_task(task_thread,
+    ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(audio->devout)->ags_main)->main_loop)->task_thread),
 				AGS_TASK(audio_set_recycling));
   }
 
@@ -886,7 +857,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
     if(alloc_recycling){
       recycling =
 	channel->first_recycling =
-	channel->last_recycling = ags_recycling_new(audio->soundcard);
+	channel->last_recycling = ags_recycling_new(audio->devout);
 
       channel->first_recycling->channel = (GObject *) channel;
 
@@ -921,7 +892,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
 
       if(alloc_recycling){
 	channel->first_recycling =
-	  channel->last_recycling = ags_recycling_new(audio->soundcard);
+	  channel->last_recycling = ags_recycling_new(audio->devout);
 
 	if(link_recycling){
 	  recycling->next = channel->first_recycling;
@@ -970,7 +941,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
     if(alloc_recycling){
       recycling =
 	channel->first_recycling =
-	channel->last_recycling = ags_recycling_new(audio->soundcard);
+	channel->last_recycling = ags_recycling_new(audio->devout);
 
       if(link_recycling){
 	prev_channel->last_recycling->next = recycling;
@@ -1028,7 +999,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
 
       if(alloc_recycling){
 	channel->first_recycling =
-	  channel->last_recycling = ags_recycling_new(audio->soundcard);
+	  channel->last_recycling = ags_recycling_new(audio->devout);
 
 	if(link_recycling){
 	  recycling->next = channel->first_recycling;
@@ -1129,7 +1100,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
 
 	if(alloc_recycling){
 	  channel->first_recycling =
-	    channel->last_recycling = ags_recycling_new(audio->soundcard);
+	    channel->last_recycling = ags_recycling_new(audio->devout);
 
 	  if(link_recycling){
 	    recycling->next = channel->first_recycling;
@@ -1203,7 +1174,7 @@ ags_audio_real_set_audio_channels(AgsAudio *audio,
 
       if(alloc_recycling){
 	channel->first_recycling =
-	  channel->last_recycling = ags_recycling_new(audio->soundcard);
+	  channel->last_recycling = ags_recycling_new(audio->devout);
 
 	if(link_recycling){
 	  recycling->next = channel->first_recycling;
@@ -1518,7 +1489,7 @@ ags_audio_real_set_pads(AgsAudio *audio,
 
     if(alloc_recycling){
       channel->first_recycling =
-	channel->last_recycling = ags_recycling_new(audio->soundcard);
+	channel->last_recycling = ags_recycling_new(audio->devout);
 
       channel->first_recycling->channel = (GObject *) channel;
 
@@ -1551,7 +1522,7 @@ ags_audio_real_set_pads(AgsAudio *audio,
 
       if(alloc_recycling){
 	channel->first_recycling =
-	  channel->last_recycling = ags_recycling_new(audio->soundcard);
+	  channel->last_recycling = ags_recycling_new(audio->devout);
 
 	channel->first_recycling->channel = (GObject *) channel;
 
@@ -1651,7 +1622,7 @@ ags_audio_real_set_pads(AgsAudio *audio,
 
 	if(alloc_recycling){
 	  channel->first_recycling =
-	    channel->last_recycling = ags_recycling_new(audio->soundcard);
+	    channel->last_recycling = ags_recycling_new(audio->devout);
 
 	  if(link_recycling){
 	    recycling = recycling_iter->data;
@@ -2026,6 +1997,13 @@ ags_audio_real_set_pads(AgsAudio *audio,
 	recall_id = audio->recall_id;
 
 	while(recall_id != NULL){
+	  if(AGS_RECALL_ID(recall_id->data)->recycling != NULL &&
+	     AGS_IS_OUTPUT(AGS_RECYCLING(AGS_RECALL_ID(recall_id->data)->recycling)->channel)){
+	    recall_id = recall_id->next;
+	    
+	    continue;
+	  }
+	  
 	  current_recall_id = g_object_new(AGS_TYPE_RECALL_ID,
 					   "recycling\0", current->first_recycling,
 					   "recycling-container\0", AGS_RECALL_ID(recall_id->data)->recycling_container,
@@ -2084,6 +2062,13 @@ ags_audio_real_set_pads(AgsAudio *audio,
 	  recall_id = audio->recall_id;
 
 	  while(recall_id != NULL){
+	    if(AGS_RECALL_ID(recall_id->data)->recycling != NULL &&
+	       AGS_IS_OUTPUT(AGS_RECYCLING(AGS_RECALL_ID(recall_id->data)->recycling)->channel)){
+	      recall_id = recall_id->next;
+	    
+	      continue;
+	    }
+	    
 	    current_recall_id = g_object_new(AGS_TYPE_RECALL_ID,
 					     "recycling\0", current->first_recycling,
 					     "recycling-container\0", AGS_RECALL_ID(recall_id->data)->recycling_container,
@@ -2119,6 +2104,13 @@ ags_audio_real_set_pads(AgsAudio *audio,
     recall_id = audio->recall_id;
 
     while(recall_id != NULL){
+      if(AGS_RECALL_ID(recall_id->data)->recycling != NULL &&
+	 AGS_IS_INPUT(AGS_RECYCLING(AGS_RECALL_ID(recall_id->data)->recycling)->channel)){
+	recall_id = recall_id->next;
+	
+	continue;
+      }
+  
       if((AGS_AUDIO_ASYNC & (audio->flags)) == 0){
 	channel = ags_channel_nth(audio->input,
 				  AGS_CHANNEL(AGS_RECYCLING(AGS_RECALL_ID(recall_id->data)->recycling)->channel)->line);
@@ -2127,36 +2119,27 @@ ags_audio_real_set_pads(AgsAudio *audio,
 				  AGS_CHANNEL(AGS_RECYCLING(AGS_RECALL_ID(recall_id->data)->recycling)->channel)->audio_channel);
       }
 
-      old_first_recycling =
-	first_recycling = channel->first_recycling;
+      first_recycling = channel->first_recycling;
     
       old_recycling_container = (AgsRecyclingContainer *) AGS_RECALL_ID(recall_id->data)->recycling_container;
 
-      if((old_first_recycling != NULL &&
-	  ags_recycling_container_find(old_recycling_container,
-				       old_first_recycling) != -1) ||
-	 (first_recycling->parent == NULL ||
-	  ags_recycling_container_find_parent(old_recycling_container,
-					      first_recycling->parent) == -1)){
-	recall_id = recall_id->next;
-	
-	continue;
+      if((AGS_AUDIO_ASYNC & (audio->flags)) == 0){
+	recycling_container = ags_recycling_container_reset_recycling(old_recycling_container,
+								      NULL, NULL,
+								      channel->first_recycling, channel->last_recycling);
+      }else{
+	recycling_container = ags_recycling_container_reset_recycling(old_recycling_container,
+								      NULL, NULL,
+								      channel->first_recycling, ags_channel_pad_last(channel)->last_recycling);
       }
-  
-      recycling_container = ags_recycling_container_reset_recycling(old_recycling_container,
-								    NULL, NULL,
-								    channel->first_recycling, ags_channel_pad_last(channel)->last_recycling);
-
+      
       ags_audio_add_recycling_container(audio,
 					recycling_container);
+      ags_channel_recursive_reset_recycling_container(ags_channel_nth(audio->output,
+								      (((AGS_AUDIO_ASYNC & (audio->flags)) != 0) ? channel->audio_channel: channel->line)),
+						      old_recycling_container,
+						      recycling_container);
 
-      while(channel != NULL){
-	ags_channel_recursive_reset_recycling_container(channel,
-							old_recycling_container,
-							recycling_container);
-
-	channel = channel->next_pad;
-      }
       
       recall_id = recall_id->next;
     }
@@ -2274,75 +2257,35 @@ ags_audio_set_sequence_length(AgsAudio *audio, guint sequence_length)
 }
 
 /**
- * ags_audio_add_notation:
- * @audio: an #AgsAudio
- * @notation: the #AgsNotation
- *
- * Adds a notation.
- *
- * Since: 0.4
- */
-void
-ags_audio_add_notation(AgsAudio *audio,
-		       GObject *notation)
-{
-  g_object_ref(notation);
-  audio->automation = g_list_prepend(audio->notation,
-				     notation);
-}
-
-/**
- * ags_audio_remove_notation:
- * @audio: an #AgsAudio
- * @notation: the #AgsNotation
- *
- * Removes a notation.
- *
- * Since: 0.4
- */
-void
-ags_audio_remove_notation(AgsAudio *audio,
-			  GObject *notation)
-{
-  g_object_unref(notation);
-  audio->automation = g_list_remove(audio->notation,
-				    notation);
-}
-
-/**
- * ags_audio_add_automation:
+ * ags_audio_add_recycling_container:
  * @audio: an #AgsAudio
- * @automation: the #AgsAutomation
+ * @recycling_container: the #AgsRecyclingContainer
  *
- * Adds an automation.
+ * Adds a recycling container.
  *
  * Since: 0.4
  */
 void
-ags_audio_add_automation(AgsAudio *audio,
-			 GObject *automation)
+ags_audio_add_recycling_container(AgsAudio *audio, GObject *recycling_container)
 {
-  g_object_ref(automation);
-  audio->automation = g_list_prepend(audio->automation,
-				     automation);
+  g_object_ref(recycling_container);
+  audio->recycling_container = g_list_prepend(audio->recycling_container, recycling_container);
 }
 
 /**
- * ags_audio_remove_automation:
+ * ags_audio_remove_recycling_container:
  * @audio: an #AgsAudio
- * @automation: the #AgsAutomation
+ * @recycling_container: the #AgsRecyclingContainer
  *
- * Removes an automation.
+ * Removes a recycling container.
  *
  * Since: 0.4
  */
 void
-ags_audio_remove_automation(AgsAudio *audio,
-			    GObject *automation)
+ags_audio_remove_recycling_container(AgsAudio *audio, GObject *recycling_container)
 {
-  g_object_unref(automation);
-  audio->automation = g_list_remove(audio->automation,
-				    automation);
+  audio->recycling_container = g_list_remove(audio->recycling_container, recycling_container);
+  g_object_unref(recycling_container);
 }
 
 /**
@@ -2385,38 +2328,6 @@ ags_audio_remove_recall_id(AgsAudio *audio, GObject *recall_id)
 }
 
 /**
- * ags_audio_add_recycling_container:
- * @audio: an #AgsAudio
- * @recycling_container: the #AgsRecyclingContainer
- *
- * Adds a recycling container.
- *
- * Since: 0.4
- */
-void
-ags_audio_add_recycling_container(AgsAudio *audio, GObject *recycling_container)
-{
-  g_object_ref(recycling_container);
-  audio->recycling_container = g_list_prepend(audio->recycling_container, recycling_container);
-}
-
-/**
- * ags_audio_remove_recycling_container:
- * @audio: an #AgsAudio
- * @recycling_container: the #AgsRecyclingContainer
- *
- * Removes a recycling container.
- *
- * Since: 0.4
- */
-void
-ags_audio_remove_recycling_container(AgsAudio *audio, GObject *recycling_container)
-{
-  audio->recycling_container = g_list_remove(audio->recycling_container, recycling_container);
-  g_object_unref(recycling_container);
-}
-
-/**
  * ags_audio_add_recall_container:
  * @audio: an #AgsAudio
  * @recall_container: the #AgsRecallContainer
@@ -3014,38 +2925,38 @@ ags_audio_cancel(AgsAudio *audio,
 }
 
 /**
- * ags_audio_set_soundcard:
+ * ags_audio_set_devout:
  * @audio: the #AgsAudio
- * @soundcard: an #AgsSoundcard
+ * @devout: an #AgsDevout
  *
- * Sets a soundcard object on audio.
+ * Sets a devout object on audio.
  *
  * Since: 0.4
  */
 void
-ags_audio_set_soundcard(AgsAudio *audio, GObject *soundcard)
+ags_audio_set_devout(AgsAudio *audio, GObject *devout)
 {
   AgsChannel *channel;
   GList *list;
 
   /* audio */
-  if(audio->soundcard == soundcard)
+  if(audio->devout == devout)
     return;
 
-  if(audio->soundcard != NULL)
-    g_object_unref(audio->soundcard);
+  if(audio->devout != NULL)
+    g_object_unref(audio->devout);
 
-  if(soundcard != NULL)
-    g_object_ref(soundcard);
+  if(devout != NULL)
+    g_object_ref(devout);
 
-  audio->soundcard = (GObject *) soundcard;
+  audio->devout = (GObject *) devout;
 
   /* recall */
   list = audio->play;
   
   while(list != NULL){
     g_object_set(G_OBJECT(list->data),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
     
     list = list->next;
@@ -3055,7 +2966,7 @@ ags_audio_set_soundcard(AgsAudio *audio, GObject *soundcard)
   
   while(list != NULL){
     g_object_set(G_OBJECT(list->data),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
     
     list = list->next;
@@ -3066,7 +2977,7 @@ ags_audio_set_soundcard(AgsAudio *audio, GObject *soundcard)
 
   while(channel != NULL){
     g_object_set(G_OBJECT(channel),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
     
     channel = channel->next;
@@ -3077,7 +2988,7 @@ ags_audio_set_soundcard(AgsAudio *audio, GObject *soundcard)
 
   while(channel != NULL){
     g_object_set(G_OBJECT(channel),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
     
     channel = channel->next;
@@ -3116,7 +3027,7 @@ ags_audio_open_files(AgsAudio *audio,
     if(channel != NULL){
       for(i = 0; i < audio->input_pads && filenames != NULL; i++){
 	audio_file = ags_audio_file_new((gchar *) filenames->data,
-					(GObject *) audio->soundcard,
+					(AgsDevout *) audio->devout,
 					0, audio->audio_channels);
 	if(!ags_audio_file_open(audio_file)){
 	  filenames = filenames->next;
@@ -3175,7 +3086,7 @@ ags_audio_open_files(AgsAudio *audio,
     
     while(filenames != NULL){
       audio_file = ags_audio_file_new((gchar *) filenames->data,
-				      (GObject *) audio->soundcard,
+				      (AgsDevout *) audio->devout,
 				      0, audio->audio_channels);
       if(!ags_audio_file_open(audio_file)){
 	filenames = filenames->next;
@@ -3274,21 +3185,21 @@ ags_audio_find_port(AgsAudio *audio)
 
 /**
  * ags_audio_new:
- * @soundcard: an #AgsSoundcard
+ * @devout: an #AgsDevout
  *
- * Creates an #AgsAudio, with defaults of @soundcard.
+ * Creates an #AgsAudio, with defaults of @devout.
  *
  * Returns: a new #AgsAudio
  *
  * Since: 0.3
  */
 AgsAudio*
-ags_audio_new(GObject *soundcard)
+ags_audio_new(AgsDevout *devout)
 {
   AgsAudio *audio;
 
   audio = (AgsAudio *) g_object_new(AGS_TYPE_AUDIO,
-				    "soundcard\0", soundcard,
+				    "devout\0", devout,
 				    NULL);
 
   return(audio);
diff --git a/src/ags/audio/ags_audio.h b/src/ags/audio/ags_audio.h
index 01736c2..d1dd26b 100644
--- a/src/ags/audio/ags_audio.h
+++ b/src/ags/audio/ags_audio.h
@@ -52,7 +52,7 @@ struct _AgsAudio
 
   guint flags;
 
-  GObject *soundcard;
+  GObject *devout;
   guint level;
   
   guint sequence_length;
@@ -71,8 +71,7 @@ struct _AgsAudio
   gpointer devout_play_domain;
 
   GList *notation;
-  GList *automation;
-  
+
   GList *recall_id;
   GList *recycling_container;
 
@@ -115,24 +114,14 @@ void ags_audio_done(AgsAudio *audio, AgsRecallID *recall_id);
 
 void ags_audio_set_sequence_length(AgsAudio *audio, guint sequence_length);
 
-void ags_audio_set_soundcard(AgsAudio *audio, GObject *soundcard);
+void ags_audio_set_devout(AgsAudio *audio, GObject *devout);
 
-void ags_audio_add_notation(AgsAudio *audio,
-			      GObject *notation);
-void ags_audio_remove_notation(AgsAudio *audio,
-			       GObject *notation);
-
-void ags_audio_add_automation(AgsAudio *audio,
-			      GObject *automation);
-void ags_audio_remove_automation(AgsAudio *audio,
-				 GObject *automation);
+void ags_audio_add_recycling_container(AgsAudio *audio, GObject *recycling_container);
+void ags_audio_remove_recycling_container(AgsAudio *audio, GObject *recycling_container);
 
 void ags_audio_add_recall_id(AgsAudio *audio, GObject *recall_id);
 void ags_audio_remove_recall_id(AgsAudio *audio, GObject *recall_id);
 
-void ags_audio_add_recycling_container(AgsAudio *audio, GObject *recycling_container);
-void ags_audio_remove_recycling_container(AgsAudio *audio, GObject *recycling_container);
-
 void ags_audio_add_recall_container(AgsAudio *audio, GObject *recall_container);
 void ags_audio_remove_recall_container(AgsAudio *audio, GObject *recall_container);
 
@@ -169,6 +158,6 @@ void ags_audio_open_files(AgsAudio *audio,
 
 GList* ags_audio_find_port(AgsAudio *audio);
 
-AgsAudio* ags_audio_new(GObject *soundcard);
+AgsAudio* ags_audio_new();
 
 #endif /*__AGS_AUDIO_H__*/
diff --git a/src/ags/audio/ags_audio_application_context.c b/src/ags/audio/ags_audio_application_context.c
deleted file mode 100644
index a7a93d6..0000000
--- a/src/ags/audio/ags_audio_application_context.c
+++ /dev/null
@@ -1,578 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_audio_application_context.h>
-
-#include <ags/object/ags_config.h>
-#include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/file/ags_file.h>
-#include <ags/file/ags_file_sound.h>
-#include <ags/file/ags_file_stock.h>
-#include <ags/file/ags_file_id_ref.h>
-
-#include <ags/audio/ags_devout.h>
-
-void ags_audio_application_context_class_init(AgsAudioApplicationContextClass *audio_application_context);
-void ags_audio_application_context_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_audio_application_context_init(AgsAudioApplicationContext *audio_application_context);
-void ags_audio_application_context_set_property(GObject *gobject,
-						guint prop_id,
-						const GValue *value,
-						GParamSpec *param_spec);
-void ags_audio_application_context_get_property(GObject *gobject,
-						guint prop_id,
-						GValue *value,
-						GParamSpec *param_spec);
-void ags_audio_application_context_connect(AgsConnectable *connectable);
-void ags_audio_application_context_disconnect(AgsConnectable *connectable);
-void ags_audio_application_context_finalize(GObject *gobject);
-
-void ags_audio_application_context_load_config(AgsApplicationContext *application_context);
-void ags_audio_application_context_register_types(AgsApplicationContext *application_context);
-void ags_audio_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context);
-xmlNode* ags_audio_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context);
-
-void ags_audio_application_context_set_value_callback(AgsConfig *config, gchar *group, gchar *key, gchar *value,
-						      AgsAudioApplicationContext *audio_application_context);
-
-static gpointer ags_audio_application_context_parent_class = NULL;
-static AgsConnectableInterface* ags_audio_application_context_parent_connectable_interface;
-
-enum{
-  PROP_0,
-  PROP_SOUNDCARD,
-};
-
-GType
-ags_audio_application_context_get_type()
-{
-  static GType ags_type_audio_application_context = 0;
-
-  if(!ags_type_audio_application_context){
-    static const GTypeInfo ags_audio_application_context_info = {
-      sizeof (AgsAudioApplicationContextClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_audio_application_context_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAudioApplicationContext),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_audio_application_context_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_audio_application_context_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_audio_application_context = g_type_register_static(AGS_TYPE_APPLICATION_CONTEXT,
-								"AgsAudioApplicationContext\0",
-								&ags_audio_application_context_info,
-								0);
-
-    g_type_add_interface_static(ags_type_audio_application_context,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_audio_application_context);
-}
-
-void
-ags_audio_application_context_class_init(AgsAudioApplicationContextClass *audio_application_context)
-{
-  GObjectClass *gobject;
-  AgsApplicationContextClass *application_context;
-  GParamSpec *param_spec;
-  
-  ags_audio_application_context_parent_class = g_type_class_peek_parent(audio_application_context);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) audio_application_context;
-
-  gobject->set_property = ags_audio_application_context_set_property;
-  gobject->get_property = ags_audio_application_context_get_property;
-
-  gobject->finalize = ags_audio_application_context_finalize;
-  
-  /**
-   * AgsAudioApplicationContext:soundcard:
-   *
-   * The assigned soundcard.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "soundcard of audio application context\0",
-				   "The soundcard which this audio application context assigned to\0",
-				   G_TYPE_OBJECT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
-				  param_spec);
-
-  /* AgsAudioApplicationContextClass */
-  application_context = (AgsApplicationContextClass *) audio_application_context;
-  
-  application_context->load_config = ags_audio_application_context_load_config;
-  application_context->register_types = ags_audio_application_context_register_types;
-  application_context->read = ags_audio_application_context_read;
-  application_context->write = ags_audio_application_context_write;
-}
-
-void
-ags_audio_application_context_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_audio_application_context_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_audio_application_context_connect;
-  connectable->disconnect = ags_audio_application_context_disconnect;
-}
-
-void
-ags_audio_application_context_init(AgsAudioApplicationContext *audio_application_context)
-{
-  audio_application_context->flags = 0;
-
-  audio_application_context->soundcard = NULL;
-}
-
-void
-ags_audio_application_context_set_property(GObject *gobject,
-					   guint prop_id,
-					   const GValue *value,
-					   GParamSpec *param_spec)
-{
-  AgsAudioApplicationContext *audio_application_context;
-
-  audio_application_context = AGS_AUDIO_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_SOUNDCARD:
-    {
-      GObject *soundcard;
-      
-      soundcard = (GObject *) g_value_get_object(value);
-
-      if(soundcard == NULL){
-	return;
-      }
-      
-      if(g_list_find(audio_application_context->soundcard, soundcard) == NULL){
-	g_object_ref(G_OBJECT(soundcard));
-
-	audio_application_context->soundcard = g_list_prepend(audio_application_context->soundcard,
-							       soundcard);
-      }
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_audio_application_context_get_property(GObject *gobject,
-					   guint prop_id,
-					   GValue *value,
-					   GParamSpec *param_spec)
-{
-  AgsAudioApplicationContext *audio_application_context;
-
-  audio_application_context = AGS_AUDIO_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_SOUNDCARD:
-    {
-      g_value_set_pointer(value, audio_application_context->soundcard);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_audio_application_context_connect(AgsConnectable *connectable)
-{
-  AgsAudioApplicationContext *audio_application_context;
-  GList *list;
-  
-  audio_application_context = AGS_AUDIO_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (audio_application_context->flags)) != 0){
-    return;
-  }
-
-  ags_audio_application_context_parent_connectable_interface->connect(connectable);
-
-  g_message("connecting audio\0");
-  
-  list = audio_application_context->soundcard;
-
-  while(list != NULL){
-    ags_connectable_connect(AGS_CONNECTABLE(list->data));
-
-    list = list->next;
-  }
-}
-
-void
-ags_audio_application_context_disconnect(AgsConnectable *connectable)
-{
-  AgsAudioApplicationContext *audio_application_context;
-
-  audio_application_context = AGS_AUDIO_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (audio_application_context->flags)) == 0){
-    return;
-  }
-
-  ags_audio_application_context_parent_connectable_interface->disconnect(connectable);
-}
-
-void
-ags_audio_application_context_finalize(GObject *gobject)
-{
-  AgsAudioApplicationContext *audio_application_context;
-
-  G_OBJECT_CLASS(ags_audio_application_context_parent_class)->finalize(gobject);
-
-  audio_application_context = AGS_AUDIO_APPLICATION_CONTEXT(gobject);
-}
-
-void
-ags_audio_application_context_load_config(AgsApplicationContext *application_context)
-{
-  AgsConfig *config;
-  AgsSoundcard *soundcard;
-  GList *list;
-  
-  gchar *alsa_handle;
-  guint samplerate;
-  guint buffer_size;
-  guint pcm_channels, dsp_channels;
-
-  config = application_context->config;
-  
-  list = AGS_AUDIO_APPLICATION_CONTEXT(application_context)->soundcard;
-
-  while(soundcard != NULL){
-    soundcard = AGS_SOUNDCARD(list->data);
-    
-    alsa_handle = ags_config_get_value(config,
-				 AGS_CONFIG_DEVOUT,
-				 "alsa-handle\0");
-
-    dsp_channels = strtoul(ags_config_get_value(config,
-					  AGS_CONFIG_DEVOUT,
-					  "dsp-channels\0"),
-			   NULL,
-			   10);
-    
-    pcm_channels = strtoul(ags_config_get_value(config,
-					  AGS_CONFIG_DEVOUT,
-					  "pcm-channels\0"),
-			   NULL,
-			   10);
-
-    samplerate = strtoul(ags_config_get_value(config,
-					AGS_CONFIG_DEVOUT,
-					"samplerate\0"),
-			 NULL,
-			 10);
-
-    buffer_size = strtoul(ags_config_get_value(config,
-					 AGS_CONFIG_DEVOUT,
-					 "buffer-size\0"),
-			  NULL,
-			  10);
-    
-    g_object_set(G_OBJECT(soundcard),
-		 "device\0", alsa_handle,
-		 "dsp-channels\0", dsp_channels,
-		 "pcm-channels\0", pcm_channels,
-		 "frequency\0", samplerate,
-		 "buffer-size\0", buffer_size,
-		 NULL);
-
-    list = list->next;
-  }
-}
-
-void
-ags_audio_application_context_set_value_callback(AgsConfig *config, gchar *group, gchar *key, gchar *value,
-						 AgsAudioApplicationContext *audio_application_context)
-{
-  if(!strncmp(group,
-	      AGS_CONFIG_DEVOUT,
-	      7)){
-    AgsSoundcard *soundcard;
-
-    if(audio_application_context == NULL ||
-       audio_application_context->soundcard == NULL){
-      return;
-    }
-
-    soundcard = audio_application_context->soundcard->data;
-
-    if(!strncmp(key,
-		"samplerate\0",
-		10)){    
-      guint samplerate;
-
-      samplerate = strtoul(value,
-			   NULL,
-			   10);
-
-      g_object_set(G_OBJECT(soundcard),
-		   "frequency\0", samplerate,
-		   NULL);
-    }else if(!strncmp(key,
-		      "buffer-size\0",
-		      11)){
-      guint buffer_size;
-    
-      buffer_size = strtoul(value,
-			    NULL,
-			    10);
-
-      g_object_set(G_OBJECT(soundcard),
-		   "buffer-size\0", buffer_size,
-		   NULL);
-    }else if(!strncmp(key,
-		      "pcm-channels\0",
-		      12)){
-      guint pcm_channels;
-
-      pcm_channels = strtoul(value,
-			     NULL,
-			     10);
-      
-      g_object_set(G_OBJECT(soundcard),
-		   "pcm-channels\0", pcm_channels,
-		   NULL);
-    }else if(!strncmp(key,
-		      "dsp-channels\0",
-		      12)){
-      guint dsp_channels;
-
-      dsp_channels = strtoul(value,
-			     NULL,
-			     10);
-      
-      g_object_set(G_OBJECT(soundcard),
-		   "dsp-channels\0", dsp_channels,
-		   NULL);
-    }else if(!strncmp(key,
-		      "alsa-handle\0",
-		      11)){
-      gchar *alsa_handle;
-    
-      alsa_handle = value;
-      g_object_set(G_OBJECT(soundcard),
-		   "device\0", alsa_handle,
-		   NULL);
-    }
-  }
-}
-
-void
-ags_audio_application_context_register_types(AgsApplicationContext *application_context)
-{
-  ags_audio_loop_get_type();
-  ags_devout_thread_get_type();
-  ags_recycling_thread_get_type();
-
-  /* register recalls */
-  ags_play_audio_get_type();
-  ags_play_channel_get_type();
-  ags_play_channel_run_get_type();
-  ags_play_channel_run_master_get_type();
-
-  ags_stream_channel_get_type();
-  ags_stream_channel_run_get_type();
-
-  ags_loop_channel_get_type();
-  ags_loop_channel_run_get_type();
-
-  ags_copy_channel_get_type();
-  ags_copy_channel_run_get_type();
-
-  ags_volume_channel_get_type();
-  ags_volume_channel_run_get_type();
-
-  ags_peak_channel_get_type();
-  ags_peak_channel_run_get_type();
-
-  ags_recall_ladspa_get_type();
-  ags_recall_channel_run_dummy_get_type();
-  ags_recall_ladspa_run_get_type();
-
-  ags_delay_audio_get_type();
-  ags_delay_audio_run_get_type();
-
-  ags_count_beats_audio_get_type();
-  ags_count_beats_audio_run_get_type();
-
-  ags_copy_pattern_audio_get_type();
-  ags_copy_pattern_audio_run_get_type();
-  ags_copy_pattern_channel_get_type();
-  ags_copy_pattern_channel_run_get_type();
-
-  ags_buffer_channel_get_type();
-  ags_buffer_channel_run_get_type();
-
-  ags_play_notation_audio_get_type();
-  ags_play_notation_audio_run_get_type();
-}
-
-void
-ags_audio_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context)
-{
-  AgsAudioApplicationContext *gobject;
-  GList *list;
-  xmlNode *child;
-
-  if(*application_context == NULL){
-    gobject = g_object_new(AGS_TYPE_AUDIO_APPLICATION_CONTEXT,
-			   NULL);
-
-    *application_context = (GObject *) gobject;
-  }else{
-    gobject = (AgsApplicationContext *) *application_context;
-  }
-
-  file->application_context = gobject;
-
-  g_object_set(G_OBJECT(file),
-	       "application-context\0", gobject,
-	       NULL);
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
-				   "reference\0", gobject,
-				   NULL));
-  
-  /* properties */
-  AGS_APPLICATION_CONTEXT(gobject)->flags = (guint) g_ascii_strtoull(xmlGetProp(node, AGS_FILE_FLAGS_PROP),
-								     NULL,
-								     16);
-
-  AGS_APPLICATION_CONTEXT(gobject)->version = xmlGetProp(node,
-							 AGS_FILE_VERSION_PROP);
-
-  AGS_APPLICATION_CONTEXT(gobject)->build_id = xmlGetProp(node,
-							  AGS_FILE_BUILD_ID_PROP);
-
-  //TODO:JK: check version compatibelity
-
-  /* child elements */
-  child = node->children;
-
-  while(child != NULL){
-    if(child->type == XML_ELEMENT_NODE){
-      if(!xmlStrncmp("ags-devout-list\0",
-			   child->name,
-			   16)){
-	ags_file_read_devout_list(file,
-				  child,
-				  &(gobject->soundcard));
-      }
-    }
-
-    child = child->next;
-  }
-}
-
-xmlNode*
-ags_audio_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context)
-{
-  xmlNode *node, *child;
-  gchar *id;
-
-  id = ags_id_generator_create_uuid();
-
-  node = xmlNewNode(NULL,
-		    "ags-application-context\0");
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
-				   "reference\0", application_context,
-				   NULL));
-
-  xmlNewProp(node,
-	     AGS_FILE_CONTEXT_PROP,
-	     "audio\0");
-
-  xmlNewProp(node,
-	     AGS_FILE_ID_PROP,
-	     id);
-
-  xmlNewProp(node,
-	     AGS_FILE_FLAGS_PROP,
-	     g_strdup_printf("%x\0", ((~AGS_APPLICATION_CONTEXT_CONNECTED) & (AGS_APPLICATION_CONTEXT(application_context)->flags))));
-
-  xmlNewProp(node,
-	     AGS_FILE_VERSION_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->version);
-
-  xmlNewProp(node,
-	     AGS_FILE_BUILD_ID_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->build_id);
-
-  /* add to parent */
-  xmlAddChild(parent,
-	      node);
-
-  ags_file_write_devout_list(file,
-			     node,
-			     AGS_AUDIO_APPLICATION_CONTEXT(application_context)->soundcard);
-
-  return(node);
-}
-
-AgsAudioApplicationContext*
-ags_audio_application_context_new(GObject *main_loop,
-				  AgsConfig *config)
-{
-  AgsAudioApplicationContext *audio_application_context;
-
-  audio_application_context = (AgsAudioApplicationContext *) g_object_new(AGS_TYPE_AUDIO_APPLICATION_CONTEXT,
-									  "main-loop\0", main_loop,
-									  "config\0", config,
-									  NULL);
-
-  return(audio_application_context);
-}
-
-
diff --git a/src/ags/audio/ags_audio_application_context.h b/src/ags/audio/ags_audio_application_context.h
deleted file mode 100644
index 48f9b11..0000000
--- a/src/ags/audio/ags_audio_application_context.h
+++ /dev/null
@@ -1,71 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUDIO_APPLICATION_CONTEXT_H__
-#define __AGS_AUDIO_APPLICATION_CONTEXT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_soundcard.h>
-
-#define AGS_TYPE_AUDIO_APPLICATION_CONTEXT                (ags_audio_application_context_get_type())
-#define AGS_AUDIO_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContext))
-#define AGS_AUDIO_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContextClass))
-#define AGS_IS_AUDIO_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUDIO_APPLICATION_CONTEXT))
-#define AGS_IS_AUDIO_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUDIO_APPLICATION_CONTEXT))
-#define AGS_AUDIO_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUDIO_APPLICATION_CONTEXT, AgsAudioApplicationContextClass))
-
-#define AGS_AUDIO_RT_PRIORITY (49)
-
-#define AGS_AUDIO_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"
-#define AGS_AUDIO_DEFAULT_VERSION "0.4.3\0"
-
-#define AGS_EFFECTS_DEFAULT_VERSION "0.4.2\0"
-
-typedef struct _AgsAudioApplicationContext AgsAudioApplicationContext;
-typedef struct _AgsAudioApplicationContextClass AgsAudioApplicationContextClass;
-
-typedef enum{
-  AGS_AUDIO_APPLICATION_CONTEXT_USE_ALSA      = 1,
-}AgsAudioApplicationContextFlags;
-
-struct _AgsAudioApplicationContext
-{
-  AgsApplicationContext appliacation_context;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  GList *soundcard;
-};
-
-struct _AgsAudioApplicationContextClass
-{
-  AgsApplicationContextClass appliacation_context;
-};
-
-GType ags_audio_application_context_get_type();
-
-AgsAudioApplicationContext* ags_audio_application_context_new(GObject *main_loop,
-							      AgsConfig *config);
-
-#endif /*__AGS_AUDIO_APPLICATION_CONTEXT_H__*/
diff --git a/src/ags/audio/ags_audio_init.c b/src/ags/audio/ags_audio_init.c
deleted file mode 100644
index 6f66421..0000000
--- a/src/ags/audio/ags_audio_init.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_audio_init.h>
-
-#include <ags/audio/ags_audio_application_context.h>
-
-void
-ags_audio_init_context(AgsApplicationContext *application_context)
-{
-  //TODO:JK: implement me
-}
diff --git a/src/ags/audio/ags_audio_init.c~ b/src/ags/audio/ags_audio_init.c~
deleted file mode 100644
index 8a55670..0000000
--- a/src/ags/audio/ags_audio_init.c~
+++ /dev/null
@@ -1,25 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_audio_init.h>
-
-void
-ags_audio_init(int *argc, gchar ***argv)
-{
-  ao_initialize();
-}
diff --git a/src/ags/audio/ags_audio_init.h b/src/ags/audio/ags_audio_init.h
deleted file mode 100644
index 846c644..0000000
--- a/src/ags/audio/ags_audio_init.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUDIO_INIT_H__
-#define __AGS_AUDIO_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-void ags_audio_init_context(AgsApplicationContext *application_context);
-
-#endif /*__AGS_AUDIO_INIT_H__*/
diff --git a/src/ags/audio/ags_audio_init.h~ b/src/ags/audio/ags_audio_init.h~
deleted file mode 100644
index 587423b..0000000
--- a/src/ags/audio/ags_audio_init.h~
+++ /dev/null
@@ -1 +0,0 @@
-void ags_audio_init(int *argc, gchar ***argv);
diff --git a/src/ags/audio/ags_audio_signal.c b/src/ags/audio/ags_audio_signal.c
index 743d0a2..597de29 100644
--- a/src/ags/audio/ags_audio_signal.c
+++ b/src/ags/audio/ags_audio_signal.c
@@ -18,11 +18,10 @@
 
 #include <ags/audio/ags_audio_signal.h>
 
-#include <ags/object/ags_config.h>
 #include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_config.h>
 #include <ags/audio/ags_devout.h>
 
 #include <stdint.h>
@@ -62,7 +61,7 @@ void ags_audio_signal_real_morph_samplerate(AgsAudioSignal *audio_signal, guint
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
   PROP_RECYCLING,
   PROP_RECALL_ID,
 };
@@ -73,6 +72,8 @@ enum{
   LAST_SIGNAL,
 };
 
+extern AgsConfig *config;
+
 static gpointer ags_audio_signal_parent_class = NULL;
 static guint audio_signal_signals[LAST_SIGNAL];
 
@@ -131,19 +132,19 @@ ags_audio_signal_class_init(AgsAudioSignalClass *audio_signal)
 
   /* properties */
   /**
-   * AgsAudioSignal:soundcard:
+   * AgsAudioSignal:devout:
    *
-   * The assigned #AgsSoundcard providing default settings.
+   * The assigned #AgsDevout providing default settings.
    * 
    * Since: 0.4.0
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
-				   G_TYPE_OBJECT,
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
+				   AGS_TYPE_DEVOUT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /**
@@ -232,16 +233,23 @@ ags_audio_signal_init(AgsAudioSignal *audio_signal)
 {
   audio_signal->flags = 0;
 
-  audio_signal->soundcard = NULL;
+  audio_signal->devout = NULL;
 
   audio_signal->recycling = NULL;
   audio_signal->recall_id = NULL;
 
-  audio_signal->samplerate = AGS_DEVOUT_DEFAULT_SAMPLERATE;
-  audio_signal->buffer_size = AGS_DEVOUT_DEFAULT_BUFFER_SIZE;
+  audio_signal->samplerate = g_ascii_strtoull(ags_config_get(config,
+							     AGS_CONFIG_DEVOUT,
+							     "samplerate\0"),
+					      NULL,
+					      10);
+  audio_signal->buffer_size = g_ascii_strtoull(ags_config_get(config,
+							      AGS_CONFIG_DEVOUT,
+							      "buffer-size\0"),
+					       NULL,
+					       10);
   audio_signal->resolution = AGS_DEVOUT_RESOLUTION_16_BIT;
 
-  
   audio_signal->length = 0;
   audio_signal->last_frame = 0;
   audio_signal->loop_start = 0;
@@ -268,35 +276,22 @@ ags_audio_signal_set_property(GObject *gobject,
   audio_signal = AGS_AUDIO_SIGNAL(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      GObject *devout;
 
-      soundcard = g_value_get_object(value);
+      devout = g_value_get_object(value);
 
-      if(audio_signal->soundcard == soundcard)
+      if(audio_signal->devout == devout)
 	return;
 
-      if(audio_signal->soundcard != NULL)
-	g_object_unref(audio_signal->soundcard);
-
-      if(soundcard != NULL){
-	guint samplerate, buffer_size, bits;
-	
-	g_object_ref(soundcard);
+      if(audio_signal->devout != NULL)
+	g_object_unref(audio_signal->devout);
 
-	ags_soundcard_get_presets(AGS_SOUNDCARD(soundcard),
-				  NULL,
-				  &samplerate,
-				  &buffer_size,
-				  &bits);
+      if(devout != NULL)
+	g_object_ref(devout);
 
-	audio_signal->samplerate = samplerate;
-	audio_signal->buffer_size = buffer_size;
-	audio_signal->resolution = bits;
-      }
-      
-      audio_signal->soundcard = soundcard;
+      audio_signal->devout = devout;
     }
     break;
   case PROP_RECYCLING:
@@ -352,8 +347,8 @@ ags_audio_signal_get_property(GObject *gobject,
   audio_signal = AGS_AUDIO_SIGNAL(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, audio_signal->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, audio_signal->devout);
     break;
   case PROP_RECYCLING:
     g_value_set_object(value, audio_signal->recycling);
@@ -381,8 +376,8 @@ ags_audio_signal_finalize(GObject *gobject)
   if((AGS_AUDIO_SIGNAL_TEMPLATE & (audio_signal->flags)) != 0)
     g_warning("AGS_AUDIO_SIGNAL_TEMPLATE: destroying\n\0");
 
-  if(audio_signal->soundcard != NULL)
-    g_object_unref(audio_signal->soundcard);
+  if(audio_signal->devout != NULL)
+    g_object_unref(audio_signal->devout);
 
   if(audio_signal->recycling != NULL)
     g_object_unref(audio_signal->recycling);
@@ -1017,7 +1012,7 @@ ags_audio_signal_tile(AgsAudioSignal *audio_signal,
 		      AgsAudioSignal *template,
 		      guint frame_count)
 {
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   GList *template_stream, *audio_signal_stream, *audio_signal_stream_end;
   signed short *template_buffer, *audio_signal_buffer;
   guint template_size;
@@ -1026,7 +1021,7 @@ ags_audio_signal_tile(AgsAudioSignal *audio_signal,
   guint k, k_end;
   gboolean alloc_buffer;
   
-  soundcard = AGS_SOUNDCARD(audio_signal->soundcard);
+  devout = AGS_DEVOUT(audio_signal->devout);
 
   audio_signal_stream = NULL;
   template_stream = template->stream_beginning;
@@ -1753,11 +1748,11 @@ ags_audio_signal_scale(AgsAudioSignal *audio_signal,
 
 /**
  * ags_audio_signal_new:
- * @soundcard: the assigned #AgsSoundcard
+ * @devout: the assigned #AgsDevout
  * @recycling: the #AgsRecycling
  * @recall_id: the #AgsRecallID, it can be NULL if %AGS_AUDIO_SIGNAL_TEMPLATE is set
  *
- * Creates a #AgsAudioSignal, with defaults of @soundcard, linking @recycling tree
+ * Creates a #AgsAudioSignal, with defaults of @devout, linking @recycling tree
  * and refering to @recall_id.
  *
  * Returns: a new #AgsAudioSignal
@@ -1765,14 +1760,14 @@ ags_audio_signal_scale(AgsAudioSignal *audio_signal,
  * Since: 0.3
  */
 AgsAudioSignal*
-ags_audio_signal_new(GObject *soundcard,
+ags_audio_signal_new(GObject *devout,
 		     GObject *recycling,
 		     GObject *recall_id)
 {
   AgsAudioSignal *audio_signal;
 
   audio_signal = (AgsAudioSignal *) g_object_new(AGS_TYPE_AUDIO_SIGNAL,
-						 "soundcard\0", soundcard,
+						 "devout\0", devout,
 						 "recycling\0", recycling,
 						 "recall-id\0", recall_id,
 						 NULL);
@@ -1782,12 +1777,12 @@ ags_audio_signal_new(GObject *soundcard,
 
 /**
  * ags_audio_signal_new_with_length:
- * @soundcard: the assigned #AgsSoundcard
+ * @devout: the assigned #AgsDevout
  * @recycling: the #AgsRecycling
  * @recall_id: the #AgsRecallID, it can be NULL if %AGS_AUDIO_SIGNAL_TEMPLATE is set
  * @length: audio data frame count
  *
- * Creates a #AgsAudioSignal, with defaults of @soundcard, linking @recycling tree
+ * Creates a #AgsAudioSignal, with defaults of @devout, linking @recycling tree
  * and refering to @recall_id.
  * The audio data is tiled to @length frame count.
  *
@@ -1796,7 +1791,7 @@ ags_audio_signal_new(GObject *soundcard,
  * Since: 0.4
  */
 AgsAudioSignal*
-ags_audio_signal_new_with_length(GObject *soundcard,
+ags_audio_signal_new_with_length(GObject *devout,
 				 GObject *recycling,
 				 GObject *recall_id,
 				 guint length)
@@ -1804,7 +1799,7 @@ ags_audio_signal_new_with_length(GObject *soundcard,
   AgsAudioSignal *audio_signal, *template;
 
   audio_signal = (AgsAudioSignal *) g_object_new(AGS_TYPE_AUDIO_SIGNAL,
-						 "soundcard\0", soundcard,
+						 "devout\0", devout,
 						 "recycling\0", recycling,
 						 "recall-id\0", recall_id,
 						 NULL);
diff --git a/src/ags/audio/ags_audio_signal.h b/src/ags/audio/ags_audio_signal.h
index 6465e80..0cf32d5 100644
--- a/src/ags/audio/ags_audio_signal.h
+++ b/src/ags/audio/ags_audio_signal.h
@@ -49,7 +49,7 @@ struct _AgsAudioSignal
 
   guint flags;
 
-  GObject *soundcard;
+  GObject *devout;
 
   GObject *recycling;
   GObject *recall_id; // AGS_TYPE_RECALL_ID to identify the AgsAudioSignal
@@ -124,11 +124,11 @@ void ags_audio_signal_scale(AgsAudioSignal *audio_signal,
 			    AgsAudioSignal *template,
 			    guint length);
 
-AgsAudioSignal* ags_audio_signal_new(GObject *soundcard,
+AgsAudioSignal* ags_audio_signal_new(GObject *devout,
 				     GObject *recycling,
 				     GObject *recall_id);
 
-AgsAudioSignal* ags_audio_signal_new_with_length(GObject *soundcard,
+AgsAudioSignal* ags_audio_signal_new_with_length(GObject *devout,
 						 GObject *recycling,
 						 GObject *recall_id,
 						 guint length);
diff --git a/src/ags/audio/ags_automation.c b/src/ags/audio/ags_automation.c
deleted file mode 100644
index a097400..0000000
--- a/src/ags/audio/ags_automation.c
+++ /dev/null
@@ -1,534 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_automation.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/object/ags_tactable.h>
-#include <ags/object/ags_portlet.h>
-
-#include <ags/audio/ags_devout.h>
-#include <ags/audio/ags_port.h>
-#include <ags/audio/ags_timestamp.h>
-
-#include <stdlib.h>
-#include <errno.h>
-
-void ags_automation_class_init(AgsAutomationClass *automation);
-void ags_automation_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_automation_portlet_interface_init(AgsPortletInterface *portlet);
-void ags_automation_init(AgsAutomation *automation);
-void ags_automation_set_property(GObject *gobject,
-				 guint prop_id,
-				 const GValue *value,
-				 GParamSpec *param_spec);
-void ags_automation_get_property(GObject *gobject,
-				 guint prop_id,
-				 GValue *value,
-				 GParamSpec *param_spec);
-void ags_automation_connect(AgsConnectable *connectable);
-void ags_automation_disconnect(AgsConnectable *connectable);
-void ags_automation_finalize(GObject *object);
-
-void ags_automation_set_port(AgsPortlet *portlet, AgsPort *port);
-AgsPort* ags_automation_get_port(AgsPortlet *portlet);
-GList* ags_automation_list_safe_properties(AgsPortlet *portlet);
-void ags_automation_safe_set_property(AgsPortlet *portlet, gchar *property_name, GValue *value);
-void ags_automation_safe_get_property(AgsPortlet *portlet, gchar *property_name, GValue *value);
-
-/**
- * SECTION:ags_automation
- * @short_description: Automation class supporting selection and clipboard.
- * @title: AgsAutomation
- * @section_id:
- * @include: ags/audio/ags_automation.h
- *
- * #AgsAutomation acts as a container of #AgsNote.
- */
-
-#define AGS_AUTOMATION_CLIPBOARD_VERSION "0.4.3\0"
-#define AGS_AUTOMATION_CLIPBOARD_TYPE "AgsAutomationClipboardXml\0"
-#define AGS_AUTOMATION_CLIPBOARD_FORMAT "AgsAutomationNativePiano\0"
-
-enum{
-  PROP_0,
-  PROP_PORT,
-  PROP_CURRENT_ACCELERATIONS,
-  PROP_NEXT_ACCELERATIONS,
-};
-
-static gpointer ags_automation_parent_class = NULL;
-
-GType
-ags_automation_get_type()
-{
-  static GType ags_type_automation = 0;
-
-  if(!ags_type_automation){
-    static const GTypeInfo ags_automation_info = {
-      sizeof(AgsAutomationClass),
-      NULL,
-      NULL,
-      (GClassInitFunc) ags_automation_class_init,
-      NULL,
-      NULL,
-      sizeof(AgsAutomation),
-      0,
-      (GInstanceInitFunc) ags_automation_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_automation_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    static const GInterfaceInfo ags_portlet_interface_info = {
-      (GInterfaceInitFunc) ags_automation_portlet_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_automation = g_type_register_static(G_TYPE_OBJECT,
-						 "AgsAutomation\0",
-						 &ags_automation_info,
-						 0);
-
-    g_type_add_interface_static(ags_type_automation,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_automation,
-				AGS_TYPE_PORTLET,
-				&ags_portlet_interface_info);
-  }
-
-  return(ags_type_automation);
-}
-
-void 
-ags_automation_class_init(AgsAutomationClass *automation)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_automation_parent_class = g_type_class_peek_parent(automation);
-
-  gobject = (GObjectClass *) automation;
-
-  gobject->set_property = ags_automation_set_property;
-  gobject->get_property = ags_automation_get_property;
-
-  gobject->finalize = ags_automation_finalize;
-
-  /* properties */
-  /**
-   * AgsAutomation:port:
-   *
-   * The assigned #AgsPort
-   * 
-   * Since: 0.4.0
-   */
-  param_spec = g_param_spec_object("port\0",
-				   "port of automation\0",
-				   "The port of automation\0",
-				   AGS_TYPE_PORT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_PORT,
-				  param_spec);
-
-  /**
-   * AgsAutomation:current-accelerations:
-   *
-   * Offset of current position.
-   * 
-   * Since: 0.4.0
-   */
-  param_spec = g_param_spec_pointer("current-accelerations\0",
-				    "current accelerations for offset\0",
-				    "The current accelerations for offset\0",
-				    G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CURRENT_ACCELERATIONS,
-				  param_spec);
-
-  /**
-   * AgsAutomation:next-accelerations:
-   *
-   * Offset of next position.
-   * 
-   * Since: 0.4.0
-   */
-  param_spec = g_param_spec_pointer("next-accelerations\0",
-				    "next accelerations for offset\0",
-				    "The next accelerations for offset\0",
-				    G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_NEXT_ACCELERATIONS,
-				  param_spec);
-}
-
-void
-ags_automation_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->is_ready = NULL;
-  connectable->is_connected = NULL;
-  connectable->connect = ags_automation_connect;
-  connectable->disconnect = ags_automation_disconnect;
-}
-
-void
-ags_automation_portlet_interface_init(AgsPortletInterface *portlet)
-{
-  portlet->set_port = ags_automation_set_port;
-  portlet->get_port = ags_automation_get_port;
-  portlet->list_safe_properties = ags_automation_list_safe_properties;
-  portlet->safe_set_property = ags_automation_safe_set_property;
-  portlet->safe_get_property = ags_automation_safe_get_property;
-}
-
-void
-ags_automation_init(AgsAutomation *automation)
-{
-  automation->flags = 0;
-
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_connect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_automation_disconnect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_automation_set_property(GObject *gobject,
-			    guint prop_id,
-			    const GValue *value,
-			    GParamSpec *param_spec)
-{
-  AgsAutomation *automation;
-
-  automation = AGS_AUTOMATION(gobject);
-
-  switch(prop_id){
-  case PROP_PORT:
-    {
-      AgsPort *port;
-
-      port = g_value_get_object(value);
-
-      if(port == automation->port){
-	return;
-      }
-
-      if(automation->port != NULL){
-	g_object_unref(automation->port);
-      }
-
-      if(port != NULL){
-	g_object_ref(port);
-      }
-
-      automation->port = port;
-    }
-    break;
-  case PROP_CURRENT_ACCELERATIONS:
-    {
-      GList *current_accelerations;
-
-      current_accelerations = g_value_get_pointer(value);
-
-      if(automation->current_accelerations == current_accelerations){
-	return;
-      }
-
-      automation->current_accelerations = current_accelerations;
-    }
-    break;
-  case PROP_NEXT_ACCELERATIONS:
-    {
-      GList *next_accelerations;
-
-      next_accelerations = g_value_get_pointer(value);
-
-      if(automation->next_accelerations == next_accelerations){
-	return;
-      }
-
-      automation->next_accelerations = next_accelerations;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_automation_get_property(GObject *gobject,
-			    guint prop_id,
-			    GValue *value,
-			    GParamSpec *param_spec)
-{
-  AgsAutomation *automation;
-
-  automation = AGS_AUTOMATION(gobject);
-
-  switch(prop_id){
-  case PROP_PORT:
-    {
-      g_value_set_object(value, automation->port);
-    }
-    break;
-  case PROP_CURRENT_ACCELERATIONS:
-    {
-      g_value_set_pointer(value, automation->current_accelerations);
-    }
-    break;
-  case PROP_NEXT_ACCELERATIONS:
-    {
-      g_value_set_pointer(value, automation->next_accelerations);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_automation_finalize(GObject *gobject)
-{
-  G_OBJECT_CLASS(ags_automation_parent_class)->finalize(gobject);
-}
-
-void
-ags_automation_set_port(AgsPortlet *portlet, AgsPort *port)
-{
-  g_object_set(G_OBJECT(portlet),
-	       "port\0", port,
-	       NULL);
-}
-
-AgsPort*
-ags_automation_get_port(AgsPortlet *portlet)
-{
-  AgsPort *port;
-
-  g_object_get(G_OBJECT(portlet),
-	       "port\0", &port,
-	       NULL);
-
-  return(port);
-}
-
-GList*
-ags_automation_list_safe_properties(AgsPortlet *portlet)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-void
-ags_automation_safe_set_property(AgsPortlet *portlet, gchar *property_name, GValue *value)
-{
-  //TODO:JK: add check for safe property
-
-  g_object_set_property(G_OBJECT(portlet),
-			property_name, value);
-}
-
-void
-ags_automation_safe_get_property(AgsPortlet *portlet, gchar *property_name, GValue *value)
-{
-  //TODO:JK: add check for safe property
-
-  g_object_get_property(G_OBJECT(portlet),
-			property_name, value);
-}
-
-GList*
-ags_automation_find_near_timestamp(GList *automation, guint line,
-				   GObject *timestamp)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-void
-ags_automation_add_acceleration(AgsAutomation *automation,
-				AgsAcceleration *acceleration,
-				gboolean use_selection_list)
-{
-  //TODO:JK: implement me
-
-}
-
-gboolean
-ags_automation_remove_acceleration_at_position(AgsAutomation *automation,
-					       guint x, guint y)
-{
-  //TODO:JK: implement me
-
-}
-
-GList*
-ags_automation_get_selection(AgsAutomation *automation)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-gboolean
-ags_automation_is_acceleration_selected(AgsAutomation *automation, AgsAcceleration *acceleration)
-{
-  //TODO:JK: implement me
-
-  return(FALSE);
-}
-
-AgsAcceleration*
-ags_automation_find_point(AgsAutomation *automation,
-			  guint x, guint y,
-			  gboolean use_selection_list)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-GList*
-ags_automation_find_region(AgsAutomation *automation,
-			   guint x0, guint y0,
-			   guint x1, guint y1,
-			   gboolean use_selection_list)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-void
-ags_automation_free_selection(AgsAutomation *automation)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_add_point_to_selection(AgsAutomation *automation,
-				      guint x, guint y,
-				      gboolean replace_current_selection)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_remove_point_from_selection(AgsAutomation *automation,
-					   guint x, guint y)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_add_region_to_selection(AgsAutomation *automation,
-				       guint x0, guint y0,
-				       guint x1, guint y1,
-				       gboolean replace_current_selection)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_automation_remove_region_from_selection(AgsAutomation *automation,
-					    guint x0, guint y0,
-					    guint x1, guint y1)
-{
-  //TODO:JK: implement me
-}
-
-xmlNodePtr
-ags_automation_copy_selection(AgsAutomation *automation)
-{
-  xmlNodePtr node;
-  
-  node = NULL;
-
-  //TODO:JK: implement me
-
-  return(node);
-}
-
-xmlNodePtr
-ags_automation_cut_selection(AgsAutomation *automation)
-{
-  xmlNodePtr node;
-  
-  node = NULL;
-
-  //TODO:JK: implement me
-
-  return(node);
-}
-
-void
-ags_automation_insert_from_clipboard(AgsAutomation *automation,
-				     xmlNodePtr content,
-				     gboolean reset_x_offset, guint x_offset,
-				     gboolean reset_y_offset, guint y_offset)
-{
-  //TODO:JK: implement me
-}
-
-GList*
-ags_automation_get_current(AgsAutomation *automation)
-{
-  //TODO:JK: implement me
-
-  return(NULL);
-}
-
-/**
- * ags_automation_new:
- *
- * Creates a #AgsAutomation.
- *
- * Returns: a new #AgsAutomation
- *
- * Since: 0.4
- */
-AgsAutomation*
-ags_automation_new(guint audio_channel)
-{
-  AgsAutomation *automation;
-
-  automation = (AgsAutomation *) g_object_new(AGS_TYPE_AUTOMATION, NULL);
-
-  return(automation);
-}
diff --git a/src/ags/audio/ags_automation.h b/src/ags/audio/ags_automation.h
deleted file mode 100644
index a29e769..0000000
--- a/src/ags/audio/ags_automation.h
+++ /dev/null
@@ -1,126 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_AUTOMATION_H__
-#define __AGS_AUTOMATION_H__
-
-#include <glib.h>
-#include <glib-object.h>
-#include <libxml/tree.h>
-
-#include <ags/audio/ags_acceleration.h>
-
-#define AGS_TYPE_AUTOMATION                (ags_automation_get_type())
-#define AGS_AUTOMATION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOMATION, AgsAutomation))
-#define AGS_AUTOMATION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUTOMATION, AgsAutomationClass))
-#define AGS_IS_AUTOMATION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTOMATION))
-#define AGS_IS_AUTOMATION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTOMATION))
-#define AGS_AUTOMATION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_AUTOMATION, AgsAutomationClass))
-
-typedef struct _AgsAutomation AgsAutomation;
-typedef struct _AgsAutomationClass AgsAutomationClass;
-
-struct _AgsAutomation
-{
-  GObject gobject;
-
-  guint flags;
-
-  GObject *timestamp;
-
-  GObject *audio;
-  guint line;
-  GType channel_type;
-  gchar *control_name;
-
-  guint steps;
-  gdouble upper;
-  gdouble lower;
-
-  GList *acceleration;
-
-  gdouble start_loop;
-  gdouble end_loop;
-  gdouble offset;
-
-  GList *selection;
-
-  GObject *port;
-
-  GList *current_accelerations;
-  GList *next_accelerations;
-};
-
-struct _AgsAutomationClass
-{
-  GObjectClass gobject;
-};
-
-GType ags_automation_get_type(void);
-
-GList* ags_automation_find_near_timestamp(GList *automation, guint line,
-					  GObject *timestamp);
-
-void ags_automation_add_acceleration(AgsAutomation *automation,
-				     AgsAcceleration *acceleration,
-				     gboolean use_selection_list);
-
-gboolean ags_automation_remove_acceleration_at_position(AgsAutomation *automation,
-							guint x, guint y);
-
-GList* ags_automation_get_selection(AgsAutomation *automation);
-
-gboolean ags_automation_is_acceleration_selected(AgsAutomation *automation, AgsAcceleration *acceleration);
-
-AgsAcceleration* ags_automation_find_point(AgsAutomation *automation,
-					   guint x, guint y,
-					   gboolean use_selection_list);
-GList* ags_automation_find_region(AgsAutomation *automation,
-				  guint x0, guint y0,
-				  guint x1, guint y1,
-				  gboolean use_selection_list);
-
-void ags_automation_free_selection(AgsAutomation *automation);
-
-void ags_automation_add_point_to_selection(AgsAutomation *automation,
-					   guint x, guint y,
-					   gboolean replace_current_selection);
-void ags_automation_remove_point_from_selection(AgsAutomation *automation,
-						guint x, guint y);
-
-void ags_automation_add_region_to_selection(AgsAutomation *automation,
-					    guint x0, guint y0,
-					    guint x1, guint y1,
-					    gboolean replace_current_selection);
-void ags_automation_remove_region_from_selection(AgsAutomation *automation,
-						 guint x0, guint y0,
-						 guint x1, guint y1);
-
-xmlNodePtr ags_automation_copy_selection(AgsAutomation *automation);
-xmlNodePtr ags_automation_cut_selection(AgsAutomation *automation);
-
-void ags_automation_insert_from_clipboard(AgsAutomation *automation,
-					  xmlNodePtr content,
-					  gboolean reset_x_offset, guint x_offset,
-					  gboolean reset_y_offset, guint y_offset);
-
-GList* ags_automation_get_current(AgsAutomation *automation);
-
-AgsAutomation* ags_automation_new();
-
-#endif /*__AGS_AUTOMATION_H__*/
diff --git a/src/ags/audio/ags_channel.c b/src/ags/audio/ags_channel.c
index 2e5ca73..7ef0fff 100644
--- a/src/ags/audio/ags_channel.c
+++ b/src/ags/audio/ags_channel.c
@@ -22,21 +22,13 @@
 
 #include <ags/lib/ags_list.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/plugin/ags_ladspa_manager.h>
+#include <ags/object/ags_marshal.h>
 
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_task_thread.h>
 #include <ags/thread/ags_recycling_thread.h>
 
-#include <ags/server/ags_server_application_context.h>
-#include <ags/server/ags_server.h>
-
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_output.h>
 #include <ags/audio/ags_input.h>
@@ -47,19 +39,8 @@
 #include <ags/audio/ags_recall_audio_run.h>
 #include <ags/audio/ags_recall_channel.h>
 #include <ags/audio/ags_recall_channel_run.h>
-#include <ags/audio/ags_recall_container.h>
-#include <ags/audio/ags_recall_channel_run_dummy.h>
-#include <ags/audio/ags_recall_recycling_dummy.h>
-#include <ags/audio/ags_recall_ladspa.h>
-#include <ags/audio/ags_recall_ladspa_run.h>
-#include <ags/audio/ags_port.h>
 #include <ags/audio/ags_recall_id.h>
 
-#include <ags/audio/task/ags_add_recall_container.h>
-#include <ags/audio/task/ags_add_recall.h>
-#include <ags/audio/task/ags_remove_recall.h>
-#include <ags/audio/task/ags_remove_recall_container.h>
-
 #include <stdio.h>
 
 /**
@@ -93,16 +74,7 @@ void ags_channel_connect(AgsConnectable *connectable);
 void ags_channel_disconnect(AgsConnectable *connectable);
 static void ags_channel_finalize(GObject *gobject);
 
-GList* ags_channel_real_add_effect(AgsChannel *channel,
-				   gchar *filename,
-				   gchar *effect);
-void ags_channel_real_remove_effect(AgsChannel *channel,
-				    guint nth);
-
-
 enum{
-  ADD_EFFECT,
-  REMOVE_EFFECT,
   RECYCLING_CHANGED,
   DONE,
   LAST_SIGNAL,
@@ -111,7 +83,7 @@ enum{
 enum{
   PROP_0,
   PROP_AUDIO,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
 };
 
 static gpointer ags_channel_parent_class = NULL;
@@ -187,65 +159,27 @@ ags_channel_class_init(AgsChannelClass *channel)
 				  param_spec);
 
   /**
-   * AgsChannel:soundcard:
+   * AgsChannel:devout:
    *
-   * The assigned #AgsSoundcard acting as default sink.
+   * The assigned #AgsDevout acting as default sink.
    * 
    * Since: 0.4.0
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
 				   G_TYPE_OBJECT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /* AgsChannelClass */
-  channel->add_effect = ags_channel_real_add_effect;
-  channel->remove_effect = ags_channel_real_remove_effect;
-
   channel->recycling_changed = NULL;
   channel->done = NULL;
 
   /* signals */
   /**
-   * AgsChannel::add-effect:
-   * @channel: the #AgsChannel to modify
-   * @effect: the effect's name
-   *
-   * The ::add-effect signal notifies about added effect.
-   */
-  channel_signals[ADD_EFFECT] =
-    g_signal_new("add-effect\0",
-		 G_TYPE_FROM_CLASS(channel),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsChannelClass, add_effect),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_POINTER__STRING_STRING,
-		 G_TYPE_POINTER, 2,
-		 G_TYPE_STRING,
-		 G_TYPE_STRING);
-
-  /**
-   * AgsChannel::remove-effect:
-   * @channel: the #AgsChannel to modify
-   * @nth: the nth effect
-   *
-   * The ::remove-effect signal notifies about removed effect.
-   */
-  channel_signals[REMOVE_EFFECT] =
-    g_signal_new("remove-effect\0",
-		 G_TYPE_FROM_CLASS(channel),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET(AgsChannelClass, remove_effect),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__UINT,
-		 G_TYPE_NONE, 1,
-		 G_TYPE_UINT);
-
-  /**
    * AgsChannel::recycling-changed:
    * @channel the object recycling changed
    * @old_start_region: first recycling
@@ -313,7 +247,7 @@ ags_channel_init(AgsChannel *channel)
   channel->flags = 0;
 
   channel->audio = NULL;
-  channel->soundcard = NULL;
+  channel->devout = NULL;
 
   channel->prev = NULL;
   channel->prev_pad = NULL;
@@ -379,13 +313,13 @@ ags_channel_set_property(GObject *gobject,
       channel->audio = (GObject *) audio;
     }
     break;
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      AgsSoundcard *soundcard;
+      AgsDevout *devout;
 
-      soundcard = (AgsSoundcard *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      ags_channel_set_soundcard(channel, (GObject *) soundcard);
+      ags_channel_set_devout(channel, (GObject *) devout);
     }
     break;
   default:
@@ -408,8 +342,8 @@ ags_channel_get_property(GObject *gobject,
   case PROP_AUDIO:
     g_value_set_object(value, channel->audio);
     break;
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, channel->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, channel->devout);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -420,7 +354,7 @@ ags_channel_get_property(GObject *gobject,
 void
 ags_channel_add_to_registry(AgsConnectable *connectable)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
   AgsServer *server;
   AgsChannel *channel;
   AgsRegistryEntry *entry;
@@ -428,18 +362,9 @@ ags_channel_add_to_registry(AgsConnectable *connectable)
   
   channel = AGS_CHANNEL(connectable);
 
-  application_context = ags_soundcard_get_application_context(channel->soundcard);
-
-  list = application_context->sibling;
-
-  while(list != NULL){
-    if(AGS_IS_SERVER_APPLICATION_CONTEXT(list->data)){
-      server = AGS_SERVER_APPLICATION_CONTEXT(list->data)->server;
-      break;
-    }
+  ags_main = AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout)->ags_main);
 
-    list = list->next;
-  }
+  server = ags_main->server;
 
   entry = ags_registry_entry_alloc(server->registry);
   g_value_set_object(&(entry->entry),
@@ -808,37 +733,37 @@ ags_channel_last_with_recycling(AgsChannel *channel)
 }
 
 /**
- * ags_channel_set_soundcard:
+ * ags_channel_set_devout:
  * @channel: an #AgsChannel
- * @soundcard: an #AgsSoundcard
+ * @devout: an #AgsDevout
  *
- * Sets soundcard.
+ * Sets devout.
  *
  * Since: 0.4
  */
 void
-ags_channel_set_soundcard(AgsChannel *channel, GObject *soundcard)
+ags_channel_set_devout(AgsChannel *channel, GObject *devout)
 {
   GList *list;
 
   /* channel */
-  if(channel->soundcard == soundcard)
+  if(channel->devout == devout)
     return;
 
-  if(channel->soundcard != NULL)
-    g_object_unref(channel->soundcard);
+  if(channel->devout != NULL)
+    g_object_unref(channel->devout);
 
-  if(soundcard != NULL)
-    g_object_ref(soundcard);
+  if(devout != NULL)
+    g_object_ref(devout);
 
-  channel->soundcard = (GObject *) soundcard;
+  channel->devout = (GObject *) devout;
 
   /* recall */
   list = channel->play;
 
   while(list != NULL){
     g_object_set(G_OBJECT(list->data),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
 
     list = list->next;
@@ -848,7 +773,7 @@ ags_channel_set_soundcard(AgsChannel *channel, GObject *soundcard)
 
   while(list != NULL){
     g_object_set(G_OBJECT(list->data),
-		 "soundcard\0", soundcard,
+		 "devout\0", devout,
 		 NULL);
 
     list = list->next;
@@ -865,7 +790,7 @@ ags_channel_set_soundcard(AgsChannel *channel, GObject *soundcard)
 
     while(recycling != channel->last_recycling->next){
       g_object_set(G_OBJECT(recycling),
-		   "soundcard\0", soundcard,
+		   "devout\0", devout,
 		   NULL); 
 
       recycling = recycling->next;
@@ -1008,259 +933,6 @@ ags_channel_add_recall(AgsChannel *channel, GObject *recall, gboolean play)
   }
 }
 
-GList*
-ags_channel_real_add_effect(AgsChannel *channel,
-			    char *filename,
-			    gchar *effect)
-{
-  AgsRecallContainer *recall_container;
-  AgsRecallChannelRunDummy *recall_channel_run_dummy;
-  AgsRecallLadspa *recall_ladspa;
-  AgsLadspaPlugin *ladspa_plugin;
-  AgsAddRecallContainer *add_recall_container;
-  AgsAddRecall *add_recall;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *port;
-  GList *task;
-
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  LADSPA_PortDescriptor *port_descriptor;
-  LADSPA_Data lower_bound, upper_bound;
-  unsigned long index;
-
-  application_context = ags_soundcard_get_application_context;
-  main_loop = application_context->main_loop;
-  task_thread = ags_thread_find_type(main_loop,
-				     AGS_TYPE_TASK_THREAD);
-
-  index = ags_ladspa_manager_effect_index(filename,
-					  effect);
-
-  /* load plugin */
-  ags_ladspa_manager_load_file(filename);
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
-
-    /* tasks */
-  task = NULL;
-
-  /* ladspa play */
-  recall_container = ags_recall_container_new();
-
-  add_recall_container = ags_add_recall_container_new(channel->audio,
-						      recall_container);
-  task = g_list_prepend(task,
-			add_recall_container);
-
-  recall_ladspa = ags_recall_ladspa_new(channel,
-					filename,
-					effect,
-					index);
-  g_object_set(G_OBJECT(recall_ladspa),
-	       "soundcard\0", AGS_AUDIO(channel->audio)->soundcard,
-	       "recall-container\0", recall_container,
-	       NULL);
-  AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
-  ags_recall_ladspa_load(recall_ladspa);
-  port = ags_recall_ladspa_load_ports(recall_ladspa);
-
-  add_recall = ags_add_recall_new(channel,
-				  recall_ladspa,
-				  TRUE);
-  task = g_list_prepend(task,
-			add_recall);
-
-  /* dummy */
-  recall_channel_run_dummy = ags_recall_channel_run_dummy_new(channel,
-							      AGS_TYPE_RECALL_RECYCLING_DUMMY,
-							      AGS_TYPE_RECALL_LADSPA_RUN);
-  AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
-  g_object_set(G_OBJECT(recall_channel_run_dummy),
-	       "soundcard\0", AGS_AUDIO(channel->audio)->soundcard,
-	       "recall-container\0", recall_container,
-	       "recall-channel\0", recall_ladspa,
-	       NULL);
-
-  add_recall = ags_add_recall_new(channel,
-				  recall_channel_run_dummy,
-				  TRUE);
-  task = g_list_prepend(task,
-			add_recall);
-
-  /* ladspa recall */
-  recall_container = ags_recall_container_new();
-
-  add_recall_container = ags_add_recall_container_new(channel->audio,
-						      recall_container);
-  task = g_list_prepend(task,
-			add_recall_container);
-
-  recall_ladspa = ags_recall_ladspa_new(channel,
-					filename,
-					effect,
-					index);
-  g_object_set(G_OBJECT(recall_ladspa),
-	       "soundcard\0", AGS_AUDIO(channel->audio)->soundcard,
-	       "recall-container\0", recall_container,
-	       NULL);
-  AGS_RECALL(recall_ladspa)->flags |= AGS_RECALL_TEMPLATE;
-  ags_recall_ladspa_load(recall_ladspa);
-
-  if(port != NULL){
-    port = g_list_concat(port,
-			 ags_recall_ladspa_load_ports(recall_ladspa));
-  }
-  
-  add_recall = ags_add_recall_new(channel,
-				  recall_ladspa,
-				  FALSE);
-  task = g_list_prepend(task,
-			add_recall);
-
-  /* dummy */
-  recall_channel_run_dummy = ags_recall_channel_run_dummy_new(channel,
-							      AGS_TYPE_RECALL_RECYCLING_DUMMY,
-							      AGS_TYPE_RECALL_LADSPA_RUN);
-  AGS_RECALL(recall_channel_run_dummy)->flags |= AGS_RECALL_TEMPLATE;
-  g_object_set(G_OBJECT(recall_channel_run_dummy),
-	       "soundcard\0", AGS_AUDIO(channel->audio)->soundcard,
-	       "recall-container\0", recall_container,
-	       "recall-channel\0", recall_ladspa,
-	       NULL);
-
-  add_recall = ags_add_recall_new(channel,
-				  recall_channel_run_dummy,
-				  FALSE);
-  task = g_list_prepend(task,
-			add_recall);
-
-  task = g_list_reverse(task);
-      
-  /* launch tasks */
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-
-  return(port);
-}
-
-GList*
-ags_channel_add_effect(AgsChannel *channel,
-		       char *filename,
-		       gchar *effect)
-{
-  GList *port;
-
-  g_return_val_if_fail(AGS_IS_CHANNEL(channel), NULL);
-
-  g_object_ref((GObject *) channel);
-  g_signal_emit(G_OBJECT(channel),
-		channel_signals[ADD_EFFECT], 0,
-		filename,
-		effect,
-		&port);
-  g_object_unref((GObject *) channel);
-
-  return(port);
-}
-
-void
-ags_channel_real_remove_effect(AgsChannel *channel,
-			       guint nth)
-{
-  AgsRemoveRecallContainer *remove_recall_container;
-  AgsRemoveRecall *remove_recall;
-
-  AgsThread *main_loop;
-  AgsTaskThread *task_thread;
-
-  AgsApplicationContext *application_context;
-  
-  GList *play_ladspa, *recall_ladspa;
-  GList *task;
-
-  application_context = ags_soundcard_get_application_context(AGS_AUDIO(channel->audio)->soundcard);
-  main_loop = application_context->main_loop;
-  task_thread = (AgsTaskThread *) ags_thread_find_type(main_loop,
-						       AGS_TYPE_TASK_THREAD);
-
-  play_ladspa = ags_recall_template_find_type(channel->play,
-					      AGS_TYPE_RECALL_LADSPA);
-  
-  recall_ladspa = ags_recall_template_find_type(channel->recall,
-						AGS_TYPE_RECALL_LADSPA);
-  
-  task = NULL;
-
-  /* play context */
-  remove_recall = ags_remove_recall_new(channel,
-					g_list_nth(play_ladspa,
-						   nth)->data,
-					TRUE,
-					TRUE);
-  task = g_list_prepend(task,
-			remove_recall);
-
-  remove_recall = ags_remove_recall_new(channel,
-					ags_recall_find_template(AGS_RECALL_CONTAINER(AGS_RECALL(g_list_nth(play_ladspa,
-													    nth)->data)->container)->recall_channel_run)->data,
-					TRUE,
-					TRUE);
-  task = g_list_prepend(task,
-			remove_recall);
-
-  remove_recall_container = ags_remove_recall_container_new(channel->audio,
-							    AGS_RECALL(g_list_nth(play_ladspa,
-										  nth)->data)->container);
-  task = g_list_prepend(task,
-			remove_recall_container);
-
-  /* recall context */
-  remove_recall = ags_remove_recall_new(channel,
-					g_list_nth(recall_ladspa,
-						   nth)->data,
-					FALSE,
-					TRUE);
-  task = g_list_prepend(task,
-			remove_recall);
-
-  remove_recall = ags_remove_recall_new(channel,
-					ags_recall_find_template(AGS_RECALL_CONTAINER(AGS_RECALL(g_list_nth(recall_ladspa,
-													    nth)->data)->container)->recall_channel_run)->data,
-					FALSE,
-					TRUE);
-  task = g_list_prepend(task,
-			remove_recall);
-
-  remove_recall_container = ags_remove_recall_container_new(channel->audio,
-							    AGS_RECALL(g_list_nth(recall_ladspa,
-										  nth)->data)->container);
-  task = g_list_prepend(task,
-			remove_recall_container);
-
-  /* launch task */
-  ags_task_thread_append_tasks(task_thread,
-			       task);
-}
-
-void
-ags_channel_remove_effect(AgsChannel *channel,
-			  guint nth)
-{
-  g_return_if_fail(AGS_IS_CHANNEL(channel));
-    
-  g_object_ref((GObject *) channel);
-  g_signal_emit(G_OBJECT(channel),
-		channel_signals[REMOVE_EFFECT], 0,
-		nth);
-  g_object_unref((GObject *) channel);
-}
-
 /**
  * ags_channel_set_link:
  * @channel: an #AgsChannel to link
@@ -1310,50 +982,63 @@ ags_channel_set_link(AgsChannel *channel, AgsChannel *link,
     AgsAudio *audio, *current_audio;
     AgsChannel *current_channel;
 
-    /* retrieve next channel */
-    if(AGS_IS_OUTPUT(channel)){
-      audio = AGS_AUDIO(link->audio);
+    audio = AGS_AUDIO(channel->audio);
 
+    if(AGS_IS_OUTPUT(channel)){
+      current_channel = channel->link;
+    }else{
       if((AGS_AUDIO_ASYNC & (audio->flags)) != 0){
 	current_channel = ags_channel_nth(audio->output, link->audio_channel);
+
+	if(current_channel != NULL){
+	  current_channel = current_channel->link;
+	}
       }else{
 	current_channel = ags_channel_nth(audio->output, link->line);
-      }
-    }else{
-      audio = AGS_AUDIO(channel->audio);
 
-      if((AGS_AUDIO_ASYNC & (audio->flags)) != 0){
-	current_channel = ags_channel_nth(audio->output, channel->audio_channel);
-      }else{
-	current_channel = ags_channel_nth(audio->output, channel->line);
+      	if(current_channel != NULL){
+	  current_channel = current_channel->link;
+	}
       }
     }
 
-    /* check for loop */
-    while(current_channel != NULL &&
-	  current_channel->link != NULL){
+    if(current_channel != NULL){
+      current_audio = AGS_AUDIO(current_channel->audio);
 
-      current_audio = AGS_AUDIO(current_channel->link->audio);
+      //TODO:JK: buggy
+      while(FALSE){
+	if(current_audio == audio){
+	  if(error != NULL){
+	    g_set_error(error,
+			AGS_CHANNEL_ERROR,
+			AGS_CHANNEL_ERROR_LOOP_IN_LINK,
+			"failed to link channel %u from %s with channel %u from %s\0",
+			channel->line, G_OBJECT_TYPE_NAME(audio),
+			link->line, G_OBJECT_TYPE_NAME(link->audio));
+	  }
+	  
+	  return;
+	}
 
-      if((AGS_AUDIO_ASYNC & (current_audio->flags)) != 0){
-	current_channel = ags_channel_nth(current_audio->output, current_channel->link->audio_channel);
-      }else{
-	current_channel = ags_channel_nth(current_audio->output, current_channel->link->line);
-      }
+	if(current_channel->link == NULL)
+	  break;
+
+	current_audio = AGS_AUDIO(current_channel->link->audio);
+
+	if((AGS_AUDIO_ASYNC & (current_audio->flags)) != 0){
+	  current_channel = ags_channel_nth(current_audio->output, current_channel->audio_channel)->link;
+
+	  if(current_channel != NULL){
+	    current_channel = current_channel->link;
+	  }	  
+	}else{
+	  current_channel = ags_channel_nth(current_audio->output, current_channel->line)->link;
 
-      if(current_audio == audio){
-	if(error != NULL){
-	  g_set_error(error,
-		      AGS_CHANNEL_ERROR,
-		      AGS_CHANNEL_ERROR_LOOP_IN_LINK,
-		      "failed to link channel %u from %s with channel %u from %s\0",
-		      channel->line, G_OBJECT_TYPE_NAME(audio),
-		      link->line, G_OBJECT_TYPE_NAME(link->audio));
+	  if(current_channel != NULL){
+	    current_channel = current_channel->link;
+	  }
 	}
-	  
-	return;
       }
-
     }
   }
 
@@ -4794,8 +4479,7 @@ ags_channel_tillrecycling_cancel(AgsChannel *channel,
     AgsRecallID *audio_recall_id, *default_recall_id;
     GList *list;
 
-    if(output == NULL ||
-       recall_id == NULL){
+    if(output == NULL || recall_id == NULL){
       return;
     }
 
@@ -5028,8 +4712,7 @@ ags_channel_tillrecycling_cancel(AgsChannel *channel,
     AgsRecallID *audio_recall_id, *default_recall_id;
     GList *list;
 
-    if(output == NULL ||
-       recall_id == NULL){
+    if(output == NULL || recall_id == NULL){
       return;
     }
 
@@ -5037,7 +4720,8 @@ ags_channel_tillrecycling_cancel(AgsChannel *channel,
     audio = AGS_AUDIO(output->audio);
 
     if((AGS_AUDIO_OUTPUT_HAS_RECYCLING & (audio->flags)) != 0){
-      if(recall_id->recycling_container->parent != NULL){
+      if(recall_id->recycling_container != NULL &&
+	 recall_id->recycling_container->parent != NULL){
 	list = output->recall_id;
 	
 	while(list != NULL){
diff --git a/src/ags/audio/ags_channel.h b/src/ags/audio/ags_channel.h
index 3e77cbb..b9c1e39 100644
--- a/src/ags/audio/ags_channel.h
+++ b/src/ags/audio/ags_channel.h
@@ -61,7 +61,7 @@ struct _AgsChannel
   guint flags;
 
   GObject *audio;
-  GObject *soundcard;
+  GObject *devout;
 
   AgsChannel *prev;
   AgsChannel *prev_pad;
@@ -99,12 +99,6 @@ struct _AgsChannelClass
 {
   GObjectClass object;
 
-  GList* (*add_effect)(AgsChannel *channel,
-		       gchar *filename,
-		       gchar *effect);
-  void (*remove_effect)(AgsChannel *channel,
-			guint nth);
-  
   void (*recycling_changed)(AgsChannel *channel,
 			    AgsRecycling *old_start_region, AgsRecycling *old_end_region,
 			    AgsRecycling *new_start_region, AgsRecycling *new_end_region,
@@ -132,7 +126,7 @@ AgsChannel* ags_channel_pad_nth(AgsChannel *channel, guint nth);
 AgsChannel* ags_channel_first_with_recycling(AgsChannel *channel);
 AgsChannel* ags_channel_last_with_recycling(AgsChannel *channel);
 
-void ags_channel_set_soundcard(AgsChannel *channel, GObject *soundcard);
+void ags_channel_set_devout(AgsChannel *channel, GObject *devout);
 
 void ags_channel_remove_recall_id(AgsChannel *channel, AgsRecallID *recall_id);
 void ags_channel_add_recall_id(AgsChannel *channel, AgsRecallID *recall_id);
@@ -143,12 +137,6 @@ void ags_channel_remove_recall_container(AgsChannel *channel, GObject *recall_co
 void ags_channel_remove_recall(AgsChannel *channel, GObject *recall, gboolean play);
 void ags_channel_add_recall(AgsChannel *channel, GObject *recall, gboolean play);
 
-GList* ags_channel_add_effect(AgsChannel *channel,
-			      char *filename,
-			      gchar *effect);
-void ags_channel_remove_effect(AgsChannel *channel,
-			       guint nth);
-
 void ags_channel_set_link(AgsChannel *channel, AgsChannel *link,
 			  GError **error);
 void ags_channel_set_recycling(AgsChannel *channel, AgsRecycling *first_recycling, AgsRecycling *last_recycling, gboolean update, gboolean destroy_old);
diff --git a/src/ags/object/ags_config.c b/src/ags/audio/ags_config.c
similarity index 55%
rename from src/ags/object/ags_config.c
rename to src/ags/audio/ags_config.c
index e51c1b2..1923288 100644
--- a/src/ags/object/ags_config.c
+++ b/src/ags/audio/ags_config.c
@@ -16,16 +16,16 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-#include <ags/object/ags_config.h>
+#include <ags/audio/ags_config.h>
 
 #include <ags/main.h>
 
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/object/ags_marshal.h>
-#include <ags/object/ags_application_context.h>
+#include <ags/thread/ags_thread-posix.h>
+#include <ags/thread/ags_autosave_thread.h>
 
-#include <gio/gio.h>
+#include <ags/audio/ags_devout.h>
 
 #include <sys/types.h>
 #include <stdlib.h>
@@ -36,14 +36,6 @@
 void ags_config_class_init(AgsConfigClass *config_class);
 void ags_config_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_config_init(AgsConfig *config);
-void ags_config_set_property(GObject *gobject,
-			     guint prop_id,
-			     const GValue *value,
-			     GParamSpec *param_spec);
-void ags_config_get_property(GObject *gobject,
-			     guint prop_id,
-			     GValue *value,
-			     GParamSpec *param_spec);
 void ags_config_add_to_registry(AgsConnectable *connectable);
 void ags_config_remove_from_registry(AgsConnectable *connectable);
 gboolean ags_config_is_connected(AgsConnectable *connectable);
@@ -55,10 +47,6 @@ void ags_config_set_version(AgsConfig *config, gchar *version);
 gchar* ags_config_get_build_id(AgsConfig *config);
 void ags_config_set_build_id(AgsConfig *config, gchar *build_id);
 
-void ags_config_real_load_defaults(AgsConfig *config);
-void ags_config_real_set_value(AgsConfig *config, gchar *group, gchar *key, gchar *value);
-gchar* ags_config_real_get_value(AgsConfig *config, gchar *group, gchar *key);
-
 /**
  * SECTION:ags_config
  * @short_description: Config Advanced Gtk+ Sequencer
@@ -69,21 +57,13 @@ gchar* ags_config_real_get_value(AgsConfig *config, gchar *group, gchar *key);
  * #AgsConfig provides configuration to Advanced Gtk+ Sequencer.
  */
 
-enum{
-  LOAD_DEFAULTS,
-  SET_VALUE,
-  GET_VALUE,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_APPLICATION_CONTEXT,
-};
-
-extern AgsConfig *ags_config = NULL;
+AgsConfig *config;
 static gpointer ags_config_parent_class = NULL;
-static guint config_signals[LAST_SIGNAL];
+
+static const gchar *ags_config_generic = AGS_CONFIG_GENERIC;
+static const gchar *ags_config_thread = AGS_CONFIG_THREAD;
+static const gchar *ags_config_devout = AGS_CONFIG_DEVOUT;
+static const gchar *ags_config_recall = AGS_CONFIG_RECALL;
 
 GType
 ags_config_get_type (void)
@@ -127,93 +107,13 @@ void
 ags_config_class_init(AgsConfigClass *config)
 {
   GObjectClass *gobject;
-  GParamSpec *param_spec;
 
   ags_config_parent_class = g_type_class_peek_parent(config);
 
   /* GObjectClass */
   gobject = (GObjectClass *) config;
 
-  gobject->set_property = ags_config_set_property;
-  gobject->get_property = ags_config_get_property;
-
   gobject->finalize = ags_config_finalize;
-
-  /* properties */
-  /**
-   * AgsConfig:devout:
-   *
-   * The assigned devout.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("application context\0",
-				   "application context of config\0",
-				   "The application context which this config is packed into\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
-				  param_spec);
-
-  /* AgsConfigClass */
-  config->load_defaults = ags_config_real_load_defaults;
-  config->set_value = ags_config_real_set_value;
-  config->get_value = ags_config_real_get_value;
-
-  /* signals */
-  /**
-   * AgsConfig::load-defaults:
-   * @config: the object to resolve
-   *
-   * The ::load-defaults signal notifies about loading defaults
-   */
-  config_signals[LOAD_DEFAULTS] =
-    g_signal_new("load-defaults\0",
-		 G_TYPE_FROM_CLASS (config),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET (AgsConfigClass, load_defaults),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__VOID,
-		 G_TYPE_NONE, 0);
-
-  /**
-   * AgsConfig::set-value:
-   * @config: the object to resolve
-   * @group: the group to apply to
-   * @key: the key to set
-   * @value: the value to apply
-   *
-   * The ::set-value signal notifies about value been setting.
-   */
-  config_signals[SET_VALUE] =
-    g_signal_new("set-value\0",
-		 G_TYPE_FROM_CLASS (config),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET (AgsConfigClass, set_value),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_VOID__STRING_STRING_STRING,
-		 G_TYPE_NONE, 3,
-		 G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
-
-  /**
-   * AgsConfig::get-value:
-   * @config: the object to resolve
-   * @group: the group to retrieve from
-   * @key: the key to get
-   * Returns: the value
-   *
-   * The ::get-value signal notifies about value been getting.
-   */
-  config_signals[GET_VALUE] =
-    g_signal_new("get-value\0",
-		 G_TYPE_FROM_CLASS (config),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET (AgsConfigClass, get_value),
-		 NULL, NULL,
-		 g_cclosure_user_marshal_STRING__STRING_STRING,
-		 G_TYPE_STRING, 2,
-		 G_TYPE_STRING, G_TYPE_STRING);
 }
 
 void
@@ -234,69 +134,12 @@ ags_config_init(AgsConfig *config)
   config->version = AGS_CONFIG_DEFAULT_VERSION;
   config->build_id = AGS_CONFIG_DEFAULT_BUILD_ID;
 
-  config->application_context == NULL;
+  config->ags_main == NULL;
 
   config->key_file = g_key_file_new();
 }
 
 void
-ags_config_set_property(GObject *gobject,
-			guint prop_id,
-			const GValue *value,
-			GParamSpec *param_spec)
-{
-  AgsConfig *config;
-
-  config = AGS_CONFIG(gobject);
-
-  switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      AgsApplicationContext *application_context;
-      
-      application_context = (AgsApplicationContext *) g_value_get_object(value);
-
-      if(application_context == ((AgsApplicationContext *) config->application_context))
-	return;
-
-      if(config->application_context != NULL)
-	g_object_unref(config->application_context);
-
-      if(application_context != NULL)
-	g_object_ref(G_OBJECT(application_context));
-
-      config->application_context = (GObject *) application_context;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_config_get_property(GObject *gobject,
-			guint prop_id,
-			GValue *value,
-			GParamSpec *param_spec)
-{
-  AgsConfig *config;
-
-  config = AGS_CONFIG(gobject);
-
-  switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      g_value_set_object(value, config->application_context);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
 ags_config_add_to_registry(AgsConnectable *connectable)
 {
   //TODO:JK: implement me
@@ -359,24 +202,6 @@ ags_config_set_build_id(AgsConfig *config, gchar *build_id)
   config->build_id = build_id;
 }
 
-void
-ags_config_real_load_defaults(AgsConfig *config)
-{
-  ags_config_set_value(config, AGS_CONFIG_GENERIC, "autosave-thread\0", "false\0");
-
-  ags_config_set_value(config, AGS_CONFIG_THREAD, "model\0", "multi-threaded\0");
-  ags_config_set_value(config, AGS_CONFIG_THREAD, "lock-global\0", "ags-thread\0");
-  ags_config_set_value(config, AGS_CONFIG_THREAD, "lock-parent\0", "ags-recycling-thread\0");
-
-  ags_config_set_value(config, AGS_CONFIG_DEVOUT, "samplerate\0", "44100\0");
-  ags_config_set_value(config, AGS_CONFIG_DEVOUT, "buffer-size\0", "940\0");
-  ags_config_set_value(config, AGS_CONFIG_DEVOUT, "pcm-channels\0", "2\0");
-  ags_config_set_value(config, AGS_CONFIG_DEVOUT, "dsp-channels\0", "2\0");
-  ags_config_set_value(config, AGS_CONFIG_DEVOUT, "alsa-handle\0", "hw:0,0\0");
-
-  ags_config_set_value(config, AGS_CONFIG_RECALL, "auto-sense\0", "true\0");
-}
-
 /**
  * ags_config_load_defaults:
  * @config: the #AgsConfig
@@ -388,12 +213,19 @@ ags_config_real_load_defaults(AgsConfig *config)
 void
 ags_config_load_defaults(AgsConfig *config)
 {
-  g_return_if_fail(AGS_IS_CONFIG(config));
+  ags_config_set(config, ags_config_generic, "autosave-thread\0", "false\0");
+
+  ags_config_set(config, ags_config_thread, "model\0", "multi-threaded\0");
+  ags_config_set(config, ags_config_thread, "lock-global\0", "ags-thread\0");
+  ags_config_set(config, ags_config_thread, "lock-parent\0", "ags-recycling-thread\0");
 
-  g_object_ref(G_OBJECT(config));
-  g_signal_emit(G_OBJECT(config),
-		config_signals[LOAD_DEFAULTS], 0);
-  g_object_unref(G_OBJECT(config));
+  ags_config_set(config, ags_config_devout, "samplerate\0", "44100\0");
+  ags_config_set(config, ags_config_devout, "buffer-size\0", "940\0");
+  ags_config_set(config, ags_config_devout, "pcm-channels\0", "2\0");
+  ags_config_set(config, ags_config_devout, "dsp-channels\0", "2\0");
+  ags_config_set(config, ags_config_devout, "alsa-handle\0", "hw:0,0\0");
+
+  ags_config_set(config, ags_config_recall, "auto-sense\0", "true\0");
 }
 
 /**
@@ -451,7 +283,7 @@ ags_config_load_from_file(AgsConfig *config, gchar *filename)
 				     *keys,
 				     NULL);
 
-	ags_config_set_value(config,
+	ags_config_set(config,
 		       *groups,
 		       *keys,
 		       value);
@@ -511,6 +343,7 @@ ags_config_save(AgsConfig *config)
 				 &error);
     
     if(error != NULL){
+      g_message(error->message);
       //TODO:JK: do recovery
       goto ags_config_save_END;
     }
@@ -530,18 +363,8 @@ ags_config_save(AgsConfig *config)
   g_free(path);
 }
 
-void
-ags_config_real_set_value(AgsConfig *config, gchar *group, gchar *key, gchar *value)
-{
-  AgsApplicationContext *application_context;
-
-  application_context = config->application_context;
-
-  g_key_file_set_value(config->key_file, group, key, value);
-}
-
 /**
- * ags_config_set_value:
+ * ags_config_set:
  * @config: the #AgsConfig
  * @group: the config group identifier
  * @key: the key of the property
@@ -552,38 +375,137 @@ ags_config_real_set_value(AgsConfig *config, gchar *group, gchar *key, gchar *va
  * Since: 0.4
  */
 void
-ags_config_set_value(AgsConfig *config, gchar *group, gchar *key, gchar *value)
+ags_config_set(AgsConfig *config, gchar *group, gchar *key, gchar *value)
 {
-  g_return_if_fail(AGS_IS_CONFIG(config));
-
-  g_object_ref(G_OBJECT(config));
-  g_signal_emit(G_OBJECT(config),
-		config_signals[SET_VALUE], 0,
-		group, key, value);
-  g_object_unref(G_OBJECT(config));
-}
-
-gchar*
-ags_config_real_get_value(AgsConfig *config, gchar *group, gchar *key)
-{
-  gchar *str;
+  AgsMain *ags_main;
+  gchar *old_value;
   GError *error;
   
-  pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
+  ags_main = config->ags_main;
 
-  pthread_mutex_lock(&mutex);
-  
   error = NULL;
+  old_value = g_key_file_get_value(config->key_file, group, key, &error);
 
-  str = g_key_file_get_value(config->key_file, group, key, &error);
+  if(error != NULL && old_value != NULL){
+    g_free(old_value);
+  }
+  
+  g_key_file_set_value(config->key_file, group, key, g_strdup(value));
+
+  if(!strncmp(group,
+	      ags_config_generic,
+	      8)){
+    if(!strncmp(key,
+		"autosave-thread\0",
+		15)){
+      AgsAutosaveThread *autosave_thread;
+
+      if(ags_main == NULL ||
+	 ags_main->autosave_thread == NULL){
+	return;
+      }
+      
+      autosave_thread = ags_main->autosave_thread;
+
+      if(!strncmp(value,
+		  "true\0",
+		  5)){
+	ags_thread_start(autosave_thread);
+      }else{
+	ags_thread_stop(autosave_thread);
+      }
+    }
+  }else if(!strncmp(group,
+		    ags_config_thread,
+		    7)){
+    if(!strncmp(key,
+		"model\0",
+		6)){
+      //TODO:JK: implement me
+    }else if(!strncmp(key,
+		      "lock-global\0",
+		      11)){
+      //TODO:JK: implement me
+    }else if(!strncmp(key,
+		      "lock-parent\0",
+		      11)){
+      //TODO:JK: implement me
+    }
+  }else if(!strncmp(group,
+		    ags_config_devout,
+		    7)){
+    AgsDevout *devout;
+
+    if(ags_main == NULL ||
+       ags_main->devout == NULL){
+      return;
+    }
 
-  pthread_mutex_unlock(&mutex);
+    devout = ags_main->devout->data;
 
-  return(str);
+    if(!strncmp(key,
+		"samplerate\0",
+		10)){    
+      guint samplerate;
+
+      samplerate = strtoul(value,
+			   NULL,
+			   10);
+
+      g_object_set(G_OBJECT(devout),
+		   "frequency\0", samplerate,
+		   NULL);
+    }else if(!strncmp(key,
+		      "buffer-size\0",
+		      11)){
+      guint buffer_size;
+    
+      buffer_size = strtoul(value,
+			    NULL,
+			    10);
+
+      g_object_set(G_OBJECT(devout),
+		   "buffer-size\0", buffer_size,
+		   NULL);
+    }else if(!strncmp(key,
+		      "pcm-channels\0",
+		      12)){
+      guint pcm_channels;
+
+      pcm_channels = strtoul(value,
+			     NULL,
+			     10);
+      
+      g_object_set(G_OBJECT(devout),
+		   "pcm-channels\0", pcm_channels,
+		   NULL);
+    }else if(!strncmp(key,
+		      "dsp-channels\0",
+		      12)){
+      guint dsp_channels;
+
+      dsp_channels = strtoul(value,
+			     NULL,
+			     10);
+      
+      g_object_set(G_OBJECT(devout),
+		   "dsp-channels\0", dsp_channels,
+		   NULL);
+    }else if(!strncmp(key,
+		      "alsa-handle\0",
+		      11)){
+      gchar *alsa_handle;
+    
+      alsa_handle = value;
+      g_object_set(G_OBJECT(devout),
+		   "device\0", alsa_handle,
+		   NULL);
+    }
+  }
 }
 
 /**
- * ags_config_get_value:
+ * ags_config_get:
  * @config: the #AgsConfig
  * @group: the config group identifier
  * @key: the key of the property
@@ -595,20 +517,22 @@ ags_config_real_get_value(AgsConfig *config, gchar *group, gchar *key)
  * Since: 0.4
  */
 gchar*
-ags_config_get_value(AgsConfig *config, gchar *group, gchar *key)
+ags_config_get(AgsConfig *config, gchar *group, gchar *key)
 {
-  gchar *value;
+  gchar *str;
+  GError *error;
+  
+  pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
+
+  pthread_mutex_lock(&mutex);
   
-  g_return_val_if_fail(AGS_IS_CONFIG(config), NULL);
+  error = NULL;
 
-  g_object_ref(G_OBJECT(config));
-  g_signal_emit(G_OBJECT(config),
-		config_signals[GET_VALUE], 0,
-		group, key,
-		&value);
-  g_object_unref(G_OBJECT(config));
+  str = g_key_file_get_value(config->key_file, group, key, &error);
 
-  return(value);
+  pthread_mutex_unlock(&mutex);
+
+  return(str);
 }
 
 /**
@@ -621,12 +545,11 @@ ags_config_get_value(AgsConfig *config, gchar *group, gchar *key)
  * Since: 0.4
  */
 AgsConfig*
-ags_config_new(GObject *application_context)
+ags_config_new()
 {
   AgsConfig *config;
 
   config = (AgsConfig *) g_object_new(AGS_TYPE_CONFIG,
-				      "application-context\0", application_context,
 				      NULL);
 
   return(config);
diff --git a/src/ags/object/ags_config.h b/src/ags/audio/ags_config.h
similarity index 77%
rename from src/ags/object/ags_config.h
rename to src/ags/audio/ags_config.h
index 173fcb3..5d690b8 100644
--- a/src/ags/object/ags_config.h
+++ b/src/ags/audio/ags_config.h
@@ -20,6 +20,7 @@
 #define __AGS_CONFIG_H__
 
 #include <glib-object.h>
+#include <gtk/gtk.h>
 
 #define AGS_TYPE_CONFIG                (ags_config_get_type ())
 #define AGS_CONFIG(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONFIG, AgsConfig))
@@ -28,10 +29,8 @@
 #define AGS_IS_CONFIG_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_CONFIG))
 #define AGS_CONFIG_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONFIG, AgsConfigClass))
 
-#define AGS_CONFIG_DEFAULT_VERSION "0.4.3\0"
-#define AGS_CONFIG_DEFAULT_BUILD_ID "Sat Apr  4 02:44:55 GMT 2015\0"
-
-#define AGS_INIT_CONTEXT_TSD_CONFIG "ags-config\0"
+#define AGS_CONFIG_DEFAULT_VERSION "0.4.2\0"
+#define AGS_CONFIG_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"
 
 #define AGS_CONFIG_GENERIC "generic\0"
 #define AGS_CONFIG_THREAD "thread\0"
@@ -48,7 +47,7 @@ struct _AgsConfig
   guint version;
   gchar *build_id;
   
-  GObject *application_context;
+  GObject *ags_main;
 
   GKeyFile *key_file;
 };
@@ -56,11 +55,6 @@ struct _AgsConfig
 struct _AgsConfigClass
 {
   GObjectClass object;
-
-  void (*load_defaults)(AgsConfig *config);
-
-  void (*set_value)(AgsConfig *config, gchar *group, gchar *key, gchar *value);
-  gchar* (*get_value)(AgsConfig *config, gchar *group, gchar *key);
 };
 
 GType ags_config_get_type();
@@ -68,11 +62,11 @@ GType ags_config_get_type();
 void ags_config_load_defaults(AgsConfig *config);
 void ags_config_load_from_file(AgsConfig *config, gchar *filename);
 
-void ags_config_set_value(AgsConfig *config, gchar *group, gchar *key, gchar *value);
-gchar* ags_config_get_value(AgsConfig *config, gchar *group, gchar *key);
-
 void ags_config_save(AgsConfig *config);
 
-AgsConfig* ags_config_new(GObject *application_context);
+void ags_config_set(AgsConfig *config, gchar *group, gchar *key, gchar *value);
+gchar* ags_config_get(AgsConfig *config, gchar *group, gchar *key);
+
+AgsConfig* ags_config_new();
 
 #endif /*__AGS_CONFIG_H__*/
diff --git a/src/ags/audio/ags_devout.c b/src/ags/audio/ags_devout.c
index c82252e..cc96e89 100644
--- a/src/ags/audio/ags_devout.c
+++ b/src/ags/audio/ags_devout.c
@@ -18,16 +18,10 @@
 
 #include <ags/audio/ags_devout.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/main.h>
 
-#include <ags/object/ags_config.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/audio/ags_notation.h>
-
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <fcntl.h>
@@ -39,6 +33,9 @@
 #include <math.h>
 #include <time.h>
 
+#include <ags/audio/ags_config.h>
+#include <ags/audio/ags_notation.h>
+
 /**
  * SECTION:ags_devout
  * @short_description: Outputting to soundcard
@@ -51,7 +48,6 @@
 
 void ags_devout_class_init(AgsDevoutClass *devout);
 void ags_devout_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_devout_soundcard_interface_init(AgsSoundcardInterface *soundcard);
 void ags_devout_init(AgsDevout *devout);
 void ags_devout_set_property(GObject *gobject,
 			     guint prop_id,
@@ -71,30 +67,15 @@ void ags_devout_switch_buffer_flag(AgsDevout *devout);
 
 void ags_devout_play_functions(AgsDevout *devout);
 
-void ags_devout_list_cards(AgsSoundcard *soundcard,
-			   GList **card_id, GList **card_name);
-void ags_devout_pcm_info(AgsSoundcard *soundcard, gchar *card_id,
-			 guint *channels_min, guint *channels_max,
-			 guint *rate_min, guint *rate_max,
-			 guint *buffer_size_min, guint *buffer_size_max,
-			 GError **error);
-
-void ags_devout_alsa_init(AgsSoundcard *soundcard,
+void ags_devout_alsa_init(AgsDevout *devout,
 			  GError **error);
-void ags_devout_alsa_play(AgsSoundcard *soundcard,
+void ags_devout_alsa_play(AgsDevout *devout,
 			  GError **error);
-void ags_devout_alsa_free(AgsSoundcard *soundcard);
-
-signed short* ags_devout_get_buffer(AgsSoundcard *soundcard);
-signed short* ags_devout_get_next_buffer(AgsSoundcard *soundcard);
-
-void ags_devout_set_note_offset(AgsSoundcard *soundcard,
-				guint note_offset);
-guint ags_devout_get_note_offset(AgsSoundcard *soundcard);
+void ags_devout_alsa_free(AgsDevout *devout);
 
 enum{
   PROP_0,
-  PROP_APPLICATION_CONTEXT,
+  PROP_MAIN,
   PROP_DEVICE,
   PROP_DSP_CHANNELS,
   PROP_PCM_CHANNELS,
@@ -106,7 +87,20 @@ enum{
   PROP_ATTACK,
 };
 
+enum{
+  RUN,
+  STOP,
+  TIC,
+  LAST_SIGNAL,
+};
+
+extern AgsConfig *config;
+
 static gpointer ags_devout_parent_class = NULL;
+static guint devout_signals[LAST_SIGNAL];
+
+/* dangerous - produces a lot of output */
+static gboolean DEBUG_DEVOUT = FALSE;
 
 GType
 ags_devout_get_type (void)
@@ -132,12 +126,6 @@ ags_devout_get_type (void)
       NULL, /* interface_data */
     };
 
-    static const GInterfaceInfo ags_soundcard_interface_info = {
-      (GInterfaceInitFunc) ags_devout_soundcard_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
     ags_type_devout = g_type_register_static(G_TYPE_OBJECT,
 					     "AgsDevout\0",
 					     &ags_devout_info,
@@ -146,10 +134,6 @@ ags_devout_get_type (void)
     g_type_add_interface_static(ags_type_devout,
 				AGS_TYPE_CONNECTABLE,
 				&ags_connectable_interface_info);
-
-    g_type_add_interface_static(ags_type_devout,
-				AGS_TYPE_SOUNDCARD,
-				&ags_soundcard_interface_info);
   }
 
   return (ags_type_devout);
@@ -173,19 +157,19 @@ ags_devout_class_init(AgsDevoutClass *devout)
 
   /* properties */
   /**
-   * AgsDevout:application-context:
+   * AgsDevout:main:
    *
-   * The assigned #AgsApplicationContext
+   * The assigned #AgsMain
    * 
    * Since: 0.4.0
    */
-  param_spec = g_param_spec_object("application-context\0",
-				   "the application context object\0",
-				   "The application context object\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
+  param_spec = g_param_spec_object("main\0",
+				   "the main object\0",
+				   "The main object\0",
+				   AGS_TYPE_MAIN,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
+				  PROP_MAIN,
 				  param_spec);
 
   /**
@@ -346,7 +330,28 @@ ags_devout_class_init(AgsDevoutClass *devout)
 
 
   /* AgsDevoutClass */
-  //empty
+  devout->play_init = ags_devout_alsa_init;
+  devout->play = ags_devout_alsa_play;
+  devout->stop = ags_devout_alsa_free;
+
+  devout->tic = NULL;
+  devout->note_offset_changed = NULL;
+
+  /* signals */
+  /**
+   * AgsDevout::tic:
+   * @devout: the object tics
+   *
+   * The ::tic signal is emited during playback after buffer time interval.
+   */
+  devout_signals[TIC] =
+    g_signal_new("tic\0",
+		 G_TYPE_FROM_CLASS (devout),
+		 G_SIGNAL_RUN_LAST,
+		 G_STRUCT_OFFSET (AgsDevoutClass, tic),
+		 NULL, NULL,
+		 g_cclosure_marshal_VOID__VOID,
+		 G_TYPE_NONE, 0);
 }
 
 GQuark
@@ -365,20 +370,6 @@ ags_devout_connectable_interface_init(AgsConnectableInterface *connectable)
 }
 
 void
-ags_devout_soundcard_interface_init(AgsSoundcardInterface *soundcard)
-{
-  soundcard->list_cards = ags_devout_list_cards;
-  soundcard->pcm_info = ags_devout_pcm_info;
-  soundcard->play_init = ags_devout_alsa_init;
-  soundcard->play = ags_devout_alsa_play;
-  soundcard->stop = ags_devout_alsa_free;
-  soundcard->get_buffer = ags_devout_get_buffer;
-  soundcard->get_next_buffer = ags_devout_get_next_buffer;
-  soundcard->set_note_offset = ags_devout_set_note_offset;
-  soundcard->get_note_offset = ags_devout_get_note_offset;
-}
-
-void
 ags_devout_init(AgsDevout *devout)
 {
   gdouble delay;
@@ -390,15 +381,33 @@ ags_devout_init(AgsDevout *devout)
   devout->flags = (AGS_DEVOUT_ALSA);
 
   /* quality */
-  devout->dsp_channels = AGS_DEVOUT_DEFAULT_DSP_CHANNELS;
-  devout->pcm_channels = AGS_DEVOUT_DEFAULT_PCM_CHANNELS;
+  devout->dsp_channels = g_ascii_strtoull(ags_config_get(config,
+							 AGS_CONFIG_DEVOUT,
+							 "dsp-channels\0"),
+					  NULL,
+					  10);
+  devout->pcm_channels = g_ascii_strtoull(ags_config_get(config,
+							 AGS_CONFIG_DEVOUT,
+							 "pcm-channels\0"),
+					  NULL,
+					  10);
   devout->bits = AGS_DEVOUT_DEFAULT_FORMAT;
-  devout->buffer_size = AGS_DEVOUT_DEFAULT_BUFFER_SIZE;
-  devout->frequency = AGS_DEVOUT_DEFAULT_SAMPLERATE;
+  devout->buffer_size = g_ascii_strtoull(ags_config_get(config,
+							AGS_CONFIG_DEVOUT,
+							"buffer-size\0"),
+					 NULL,
+					 10);
+  devout->frequency = g_ascii_strtoull(ags_config_get(config,
+						      AGS_CONFIG_DEVOUT,
+						      "samplerate\0"),
+				       NULL,
+				       10);
 
   //  devout->out.oss.device = NULL;
   devout->out.alsa.handle = NULL;
-  devout->out.alsa.device = AGS_DEVOUT_DEFAULT_DEVICE;
+  devout->out.alsa.device = g_strdup(ags_config_get(config,
+						    AGS_CONFIG_DEVOUT,
+						    "alsa-handle\0"));
 
   /* buffer */
   devout->buffer = (signed short **) malloc(4 * sizeof(signed short*));
@@ -416,8 +425,6 @@ ags_devout_init(AgsDevout *devout)
   
   devout->attack = (guint *) malloc((int) 2 * AGS_DEVOUT_DEFAULT_PERIOD *
 				    sizeof(guint));
-
-  devout->note_offset = 0;
   
   delay = ((gdouble) devout->frequency / (gdouble) devout->buffer_size) * (gdouble)(60.0 / devout->bpm);
   //  g_message("delay : %f\0", delay);
@@ -442,8 +449,7 @@ ags_devout_init(AgsDevout *devout)
   devout->tic_counter = 0;
 
   /* parent */
-  devout->application_context = NULL;
-  devout->application_mutex = NULL;
+  devout->ags_main = NULL;
 
   /* all AgsAudio */
   devout->audio = NULL;
@@ -462,61 +468,25 @@ ags_devout_set_property(GObject *gobject,
   //TODO:JK: implement set functionality
   
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
+  case PROP_MAIN:
     {
-      AgsApplicationContext *application_context;
+      AgsMain *ags_main;
 
-      application_context = g_value_get_object(value);
+      ags_main = g_value_get_object(value);
 
-      if(devout->application_context == application_context){
+      if(devout->ags_main == ags_main){
 	return;
       }
 
-      if(devout->application_context != NULL){
-	g_object_unref(G_OBJECT(devout->application_context));
+      if(devout->ags_main != NULL){
+	g_object_unref(G_OBJECT(devout->ags_main));
       }
 
-      if(application_context != NULL){
-	AgsConfig *config;
-	
-	g_object_ref(G_OBJECT(application_context));
-
-	devout->application_mutex = &(application_context->mutex);
-	
-	config = application_context->config;
-	
-	devout->dsp_channels = g_ascii_strtoull(ags_config_get_value(config,
-								     AGS_CONFIG_DEVOUT,
-								     "dsp-channels\0"),
-						NULL,
-						10);
-	devout->pcm_channels = g_ascii_strtoull(ags_config_get_value(config,
-								     AGS_CONFIG_DEVOUT,
-								     "pcm-channels\0"),
-						NULL,
-						10);
-	devout->bits = AGS_DEVOUT_DEFAULT_FORMAT;
-	devout->buffer_size = g_ascii_strtoull(ags_config_get_value(config,
-								    AGS_CONFIG_DEVOUT,
-								    "buffer-size\0"),
-					       NULL,
-					       10);
-	devout->frequency = g_ascii_strtoull(ags_config_get_value(config,
-								  AGS_CONFIG_DEVOUT,
-								  "samplerate\0"),
-					     NULL,
-					     10);
-
-	//  devout->out.oss.device = NULL;
-	devout->out.alsa.handle = NULL;
-	devout->out.alsa.device = g_strdup(ags_config_get_value(config,
-								AGS_CONFIG_DEVOUT,
-								"alsa-handle\0"));
-      }else{
-	devout->application_mutex = NULL;
+      if(ags_main != NULL){
+	g_object_ref(G_OBJECT(ags_main));
       }
 
-      devout->application_context = application_context;
+      devout->ags_main = ags_main;
     }
     break;
   case PROP_DEVICE:
@@ -638,11 +608,6 @@ ags_devout_get_property(GObject *gobject,
   devout = AGS_DEVOUT(gobject);
   
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      g_value_set_object(value, devout->application_context);
-    }
-    break;
   case PROP_DEVICE:
     {
       if((AGS_DEVOUT_LIBAO & (devout->flags)) != 0){
@@ -872,7 +837,6 @@ ags_devout_play_find_source(GList *devout_play,
 
 /**
  * ags_devout_list_cards:
- * @soundcard: the #AgsSoundcard
  * @card_id: alsa identifier
  * @card_name: card name
  *
@@ -881,8 +845,7 @@ ags_devout_play_find_source(GList *devout_play,
  * Since: 0.4
  */
 void
-ags_devout_list_cards(AgsSoundcard *soundcard,
-		      GList **card_id, GList **card_name)
+ags_devout_list_cards(GList **card_id, GList **card_name)
 {
   snd_ctl_t *card_handle;
   snd_ctl_card_info_t *card_info;
@@ -934,7 +897,6 @@ ags_devout_list_cards(AgsSoundcard *soundcard,
 
 /**
  * ags_devout_pcm_info:
- * @soundcard: the #AgsSoundcard
  * @card_id: alsa identifier
  * @channels_min: minimum channels supported
  * @channels_max: maximum channels supported
@@ -949,8 +911,7 @@ ags_devout_list_cards(AgsSoundcard *soundcard,
  * Since: 0.4
  */
 void
-ags_devout_pcm_info(AgsSoundcard *soundcard,
-		    char *card_id,
+ags_devout_pcm_info(char *card_id,
 		    guint *channels_min, guint *channels_max,
 		    guint *rate_min, guint *rate_max,
 		    guint *buffer_size_min, guint *buffer_size_max,
@@ -1015,12 +976,102 @@ ags_devout_pcm_info(AgsSoundcard *soundcard,
   snd_pcm_close(handle);
 }
 
+/**
+ * ags_devout_add_audio:
+ * @devout: an #AgsDevout
+ * @audio: the #AgsAudio to add
+ *
+ * Add audio to devout.
+ *
+ * Since: 0.4
+ */
 void
-ags_devout_alsa_init(AgsSoundcard *soundcard,
+ags_devout_add_audio(AgsDevout *devout, GObject *audio)
+{
+  if(g_list_find(devout->audio,
+		 audio) != NULL){
+    return;
+  }
+
+  g_object_ref(G_OBJECT(audio));
+  devout->audio = g_list_prepend(devout->audio,
+				 audio);
+}
+
+/**
+ * ags_devout_remove_audio:
+ * @devout: an #AgsDevout
+ * @audio: the #AgsAudio to remove
+ *
+ * Remove audio of devout.
+ *
+ * Since: 0.4
+ */
+void
+ags_devout_remove_audio(AgsDevout *devout, GObject *audio)
+{
+  devout->audio = g_list_remove(devout->audio,
+				audio);
+  g_object_unref(G_OBJECT(audio));
+}
+
+/**
+ * ags_devout_tic:
+ * @devout: an #AgsDevout
+ *
+ * The tic of devout.
+ *
+ * Since: 0.4
+ */
+void
+ags_devout_tic(AgsDevout *devout)
+{
+  g_return_if_fail(AGS_IS_DEVOUT(devout));
+
+  if((AGS_DEVOUT_PLAY & devout->flags) == 0){
+    g_message("ags_devout_tic: not playing\0");
+    return;
+  }
+
+  g_object_ref((GObject *) devout);
+  g_signal_emit(G_OBJECT(devout),
+		devout_signals[TIC], 0);
+  g_object_unref((GObject *) devout);
+}
+
+/**
+ * ags_devout_switch_buffer_flag:
+ * @devout: an #AgsDevout
+ *
+ * The buffer flag indicates the currently played buffer.
+ *
+ * Since: 0.3
+ */
+void
+ags_devout_switch_buffer_flag(AgsDevout *devout)
+{
+  if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
+    devout->flags &= (~AGS_DEVOUT_BUFFER0);
+    devout->flags |= AGS_DEVOUT_BUFFER1;
+  }else if((AGS_DEVOUT_BUFFER1 & (devout->flags)) != 0){
+    devout->flags &= (~AGS_DEVOUT_BUFFER1);
+    devout->flags |= AGS_DEVOUT_BUFFER2;
+  }else if((AGS_DEVOUT_BUFFER2 & (devout->flags)) != 0){
+    devout->flags &= (~AGS_DEVOUT_BUFFER2);
+    devout->flags |= AGS_DEVOUT_BUFFER3;
+  }else if((AGS_DEVOUT_BUFFER3 & (devout->flags)) != 0){
+    devout->flags &= (~AGS_DEVOUT_BUFFER3);
+    devout->flags |= AGS_DEVOUT_BUFFER0;
+  }
+}
+
+void
+ags_devout_alsa_init(AgsDevout *devout,
 		     GError **error)
 {
-  AgsDevout *devout;
-  
+  static unsigned int period_time = 100000;
+  static snd_pcm_format_t format = SND_PCM_FORMAT_S16;
+
   int rc;
   snd_pcm_t *handle;
   snd_pcm_hw_params_t *hwparams;
@@ -1036,13 +1087,6 @@ ags_devout_alsa_init(AgsSoundcard *soundcard,
   int period_event = 0;
   int err, dir;
 
-  static unsigned int period_time = 100000;
-  static snd_pcm_format_t format = SND_PCM_FORMAT_S16;
-
-  devout = AGS_DEVOUT(soundcard);
-
-  devout->note_offset = 0;
-  
   /* Open PCM device for playback. */
   if ((err = snd_pcm_open(&handle, devout->out.alsa.device, SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
     printf("Playback open error: %s\n", snd_strerror(err));
@@ -1178,14 +1222,11 @@ ags_devout_alsa_init(AgsSoundcard *soundcard,
 }
 
 void
-ags_devout_alsa_play(AgsSoundcard *soundcard,
+ags_devout_alsa_play(AgsDevout *devout,
 		     GError **error)
 {
-  AgsDevout *devout;
   gdouble delay;
 
-  devout = AGS_DEVOUT(soundcard);
-  
   /*  */
   if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
     memset(devout->buffer[3], 0, (size_t) devout->dsp_channels * devout->buffer_size * sizeof(signed short));
@@ -1342,12 +1383,10 @@ ags_devout_alsa_play(AgsSoundcard *soundcard,
 
     /* delay */
     devout->delay_counter = 0.0;
-    ags_soundcard_offset_changed(soundcard,
-				 devout->note_offset);
   } 
 
   /* tic */
-  ags_soundcard_tic(soundcard);
+  ags_devout_tic(devout);
 
   /* switch buffer flags */
   ags_devout_switch_buffer_flag(devout);
@@ -1356,163 +1395,35 @@ ags_devout_alsa_play(AgsSoundcard *soundcard,
 }
 
 void
-ags_devout_alsa_free(AgsSoundcard *soundcard)
+ags_devout_alsa_free(AgsDevout *devout)
 {
-  AgsDevout *devout;
-
-  devout = AGS_DEVOUT(soundcard);
-  
   snd_pcm_drain(devout->out.alsa.handle);
   snd_pcm_close(devout->out.alsa.handle);
   devout->out.alsa.handle = NULL;
-  devout->flags &= (~(AGS_DEVOUT_BUFFER0 &
-		      AGS_DEVOUT_BUFFER1 &
-		      AGS_DEVOUT_BUFFER2 &
-		      AGS_DEVOUT_BUFFER3));
-}
-
-signed short*
-ags_devout_get_buffer(AgsSoundcard *soundcard)
-{
-  AgsDevout *devout;
-  signed short *buffer;
-  
-  devout = AGS_DEVOUT(soundcard);
-
-  if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
-    buffer = devout->buffer[0];
-  }else if((AGS_DEVOUT_BUFFER1 & (devout->flags)) != 0){
-    buffer = devout->buffer[1];
-  }else if((AGS_DEVOUT_BUFFER2 & (devout->flags)) != 0){
-    buffer = devout->buffer[2];
-  }else if((AGS_DEVOUT_BUFFER3 & (devout->flags)) != 0){
-    buffer = devout->buffer[3];
-  }else{
-    buffer = NULL;
-  }
-
-  return(buffer);
-}
-
-signed short*
-ags_devout_get_next_buffer(AgsSoundcard *soundcard)
-{
-  AgsDevout *devout;
-  signed short *buffer;
-  
-  devout = AGS_DEVOUT(soundcard);
-
-  if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
-    buffer = devout->buffer[1];
-  }else if((AGS_DEVOUT_BUFFER1 & (devout->flags)) != 0){
-    buffer = devout->buffer[2];
-  }else if((AGS_DEVOUT_BUFFER2 & (devout->flags)) != 0){
-    buffer = devout->buffer[3];
-  }else if((AGS_DEVOUT_BUFFER3 & (devout->flags)) != 0){
-    buffer = devout->buffer[0];
-  }else{
-    buffer = NULL;
-  }
-
-  return(buffer);
-}
-
-void
-ags_devout_set_note_offset(AgsSoundcard *soundcard,
-			   guint note_offset)
-{
-  AGS_DEVOUT(soundcard)->note_offset = note_offset;
-}
-
-guint
-ags_devout_get_note_offset(AgsSoundcard *soundcard)
-{
-  return(AGS_DEVOUT(soundcard)->note_offset);
-}
-
-/**
- * ags_devout_switch_buffer_flag:
- * @devout: an #AgsDevout
- *
- * The buffer flag indicates the currently played buffer.
- *
- * Since: 0.3
- */
-void
-ags_devout_switch_buffer_flag(AgsDevout *devout)
-{
-  if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
-    devout->flags &= (~AGS_DEVOUT_BUFFER0);
-    devout->flags |= AGS_DEVOUT_BUFFER1;
-  }else if((AGS_DEVOUT_BUFFER1 & (devout->flags)) != 0){
-    devout->flags &= (~AGS_DEVOUT_BUFFER1);
-    devout->flags |= AGS_DEVOUT_BUFFER2;
-  }else if((AGS_DEVOUT_BUFFER2 & (devout->flags)) != 0){
-    devout->flags &= (~AGS_DEVOUT_BUFFER2);
-    devout->flags |= AGS_DEVOUT_BUFFER3;
-  }else if((AGS_DEVOUT_BUFFER3 & (devout->flags)) != 0){
-    devout->flags &= (~AGS_DEVOUT_BUFFER3);
-    devout->flags |= AGS_DEVOUT_BUFFER0;
-  }
-}
-
-/**
- * ags_devout_add_audio:
- * @devout: an #AgsDevout
- * @audio: the #AgsAudio to add
- *
- * Add audio to devout.
- *
- * Since: 0.4
- */
-void
-ags_devout_add_audio(AgsDevout *devout, GObject *audio)
-{
-  if(g_list_find(devout->audio,
-		 audio) != NULL){
-    return;
-  }
-
-  g_object_ref(G_OBJECT(audio));
-  devout->audio = g_list_prepend(devout->audio,
-				 audio);
-}
-
-/**
- * ags_devout_remove_audio:
- * @devout: an #AgsDevout
- * @audio: the #AgsAudio to remove
- *
- * Remove audio of devout.
- *
- * Since: 0.4
- */
-void
-ags_devout_remove_audio(AgsDevout *devout, GObject *audio)
-{
-  devout->audio = g_list_remove(devout->audio,
-				audio);
-  g_object_unref(G_OBJECT(audio));
-}
+} 
 
 /**
  * ags_devout_new:
- * @application_context: the #AgsApplicationContext
+ * @ags_main: the #AgsMain
  *
- * Creates an #AgsDevout, refering to @application_context.
+ * Creates an #AgsDevout, refering to @ags_main.
  *
  * Returns: a new #AgsDevout
  *
  * Since: 0.3
  */
 AgsDevout*
-ags_devout_new(GObject *application_context)
+ags_devout_new(GObject *ags_main)
 {
   AgsDevout *devout;
 
-  devout = (AgsDevout *) g_object_new(AGS_TYPE_DEVOUT,
-				      "application_context\0", application_context,
-				      NULL);
+  devout = (AgsDevout *) g_object_new(AGS_TYPE_DEVOUT, NULL);
   
+  if(ags_main != NULL){
+    //TODO:JK: use set_property
+    g_object_ref(G_OBJECT(ags_main));
+    devout->ags_main = ags_main;
+  }
+
   return(devout);
 }
diff --git a/src/ags/audio/ags_devout.h b/src/ags/audio/ags_devout.h
index cb23fbd..e1757ba 100644
--- a/src/ags/audio/ags_devout.h
+++ b/src/ags/audio/ags_devout.h
@@ -45,12 +45,9 @@
 #define AGS_DEVOUT_PLAY_DOMAIN(ptr)    ((AgsDevoutPlayDomain *)(ptr))
 #define AGS_DEVOUT_PLAY(ptr)           ((AgsDevoutPlay *)(ptr))
 
-#define AGS_DEVOUT_DEFAULT_DSP_CHANNELS (2)
-#define AGS_DEVOUT_DEFAULT_PCM_CHANNELS (2)
 #define AGS_DEVOUT_DEFAULT_SAMPLERATE (44100.0)
 #define AGS_DEVOUT_DEFAULT_FORMAT (AGS_DEVOUT_RESOLUTION_16_BIT)
 #define AGS_DEVOUT_DEFAULT_BUFFER_SIZE (944)
-#define AGS_DEVOUT_DEFAULT_DEVICE "hw:0"
 #define AGS_DEVOUT_DEFAULT_BPM (120.0)
 #define AGS_DEVOUT_DEFAULT_JIFFIE ((double) AGS_DEVOUT_DEFAULT_SAMPLERATE / (double) AGS_DEVOUT_DEFAULT_BUFFER_SIZE)
 
@@ -141,8 +138,6 @@ struct _AgsDevout
   gdouble delay_counter; // next time attack changeing when delay_counter == delay
   guint tic_counter; // in the range of default period
 
-  guint note_offset;
-  
   union{
     struct _AgsOss{
       int device_fd;
@@ -157,8 +152,7 @@ struct _AgsDevout
     }alsa;
   }out;
 
-  GObject *application_context;
-  pthread_mutex_t *application_mutex;
+  GObject *ags_main;
   
   GList *audio;
 };
@@ -166,6 +160,16 @@ struct _AgsDevout
 struct _AgsDevoutClass
 {
   GObjectClass object;
+
+  void (*play_init)(AgsDevout *devout,
+		    GError **error);
+  void (*play)(AgsDevout *devout,
+	       GError **error);
+  void (*stop)(AgsDevout *devout);
+
+  void (*tic)(AgsDevout *devout);
+
+  void (*note_offset_changed)(AgsDevout *devout, guint note_offset);
 };
 
 /**
@@ -218,20 +222,23 @@ GType ags_devout_get_type();
 GQuark ags_devout_error_quark();
 
 AgsDevoutPlayDomain* ags_devout_play_domain_alloc();
-
 void ags_devout_play_domain_free(AgsDevoutPlayDomain *devout_play_domain);
 
 AgsDevoutPlay* ags_devout_play_alloc();
-
 void ags_devout_play_free(AgsDevoutPlay *devout_play);
-
 AgsDevoutPlay* ags_devout_play_find_source(GList *devout_play,
 					   GObject *source);
 
-void ags_devout_add_audio(AgsDevout *devout, GObject *audio);
+void ags_devout_list_cards(GList **card_id, GList **card_name);
+void ags_devout_pcm_info(char *card_id,
+			 guint *channels_min, guint *channels_max,
+			 guint *rate_min, guint *rate_max,
+			 guint *buffer_size_min, guint *buffer_size_max,
+			 GError **error);
+void ags_devout_tic(AgsDevout *devout);
 
-void ags_devout_remove_audio(AgsDevout *devout, GObject *audio);
+void ags_devout_note_offset_changed(AgsDevout *devout, guint note_offset);
 
-AgsDevout* ags_devout_new(GObject *application_context);
+AgsDevout* ags_devout_new(GObject *ags_main);
 
 #endif /*__AGS_DEVOUT_H__*/
diff --git a/src/ags/audio/ags_init.c~ b/src/ags/audio/ags_init.c~
deleted file mode 100644
index de1ba31..0000000
--- a/src/ags/audio/ags_init.c~
+++ /dev/null
@@ -1 +0,0 @@
-  ao_initialize();
diff --git a/src/ags/audio/ags_libao.c b/src/ags/audio/ags_libao.c
index 5916b00..4c5ed76 100644
--- a/src/ags/audio/ags_libao.c
+++ b/src/ags/audio/ags_libao.c
@@ -18,7 +18,6 @@
 
 #include <ags/audio/ags_libao.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/main.h>
@@ -56,7 +55,7 @@ void ags_libao_output_free(AgsLibao *libao);
 
 enum{
   PROP_0,
-  PROP_APPLICATION_CONTEXT,
+  PROP_MAIN,
   PROP_DEVICE,
   PROP_DSP_CHANNELS,
   PROP_PCM_CHANNELS,
@@ -136,13 +135,13 @@ ags_libao_class_init(AgsLibaoClass *libao)
   gobject->finalize = ags_libao_finalize;
 
   /* properties */
-  param_spec = g_param_spec_object("application-context\0",
-				   "the application context object\0",
-				   "The application context object\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
+  param_spec = g_param_spec_object("main\0",
+				   "the main object\0",
+				   "The main object\0",
+				   AGS_TYPE_MAIN,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
+				  PROP_MAIN,
 				  param_spec);
 
   param_spec = g_param_spec_string("device\0",
@@ -336,7 +335,7 @@ ags_libao_init(AgsLibao *libao)
   libao->tic_counter = 0;
 
   /* parent */
-  libao->application_context = NULL;
+  libao->ags_main = NULL;
 
   /* all AgsAudio */
   libao->audio = NULL;
@@ -355,25 +354,25 @@ ags_libao_set_property(GObject *gobject,
   //TODO:JK: implement set functionality
   
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
+  case PROP_MAIN:
     {
-      AgsApplicationContext *application_context;
+      AgsMain *ags_main;
 
-      application_context = g_value_get_object(value);
+      ags_main = g_value_get_object(value);
 
-      if(libao->application_context == application_context){
+      if(libao->ags_main == ags_main){
 	return;
       }
 
-      if(libao->application_context != NULL){
-	g_object_unref(G_OBJECT(libao->application_context));
+      if(libao->ags_main != NULL){
+	g_object_unref(G_OBJECT(libao->ags_main));
       }
 
-      if(application_context != NULL){
-	g_object_ref(G_OBJECT(application_context));
+      if(ags_main != NULL){
+	g_object_ref(G_OBJECT(ags_main));
       }
 
-      libao->application_context = application_context;
+      libao->ags_main = ags_main;
     }
     break;
   case PROP_DEVICE:
@@ -786,7 +785,7 @@ ags_libao_output_play(AgsLibao *libao,
   */
 
   /* determine if attack should be switched */
-  libao->delay_counter += (AGS_LIBAO_DEFAULT_DELAY *
+  libao->delay_counter += (AGS_DEVOUT_DEFAULT_DELAY *
 			   AGS_NOTATION_MINIMUM_NOTE_LENGTH);
 
   if(libao->delay_counter >= libao->delay[libao->tic_counter]){
@@ -814,13 +813,16 @@ ags_libao_output_free(AgsLibao *libao)
 }
 
 AgsLibao*
-ags_libao_new(GObject *application_context)
+ags_libao_new(GObject *ags_main)
 {
   AgsLibao *libao;
 
-  libao = (AgsLibao *) g_object_new(AGS_TYPE_LIBAO,
-				    "application-context", application_context,
-				    NULL);  
+  libao = (AgsLibao *) g_object_new(AGS_TYPE_LIBAO, NULL);
+  
+  if(ags_main != NULL){
+    g_object_ref(G_OBJECT(ags_main));
+    libao->ags_main = ags_main;
+  }
 
   return(libao);
 }
diff --git a/src/ags/audio/ags_libao.h b/src/ags/audio/ags_libao.h
index 9e1609d..bd1d591 100644
--- a/src/ags/audio/ags_libao.h
+++ b/src/ags/audio/ags_libao.h
@@ -144,7 +144,7 @@ struct _AgsLibao
     }ao;
   }out;
 
-  GObject *application_context;
+  GObject *ags_main;
   
   GList *audio;
 };
@@ -207,7 +207,7 @@ void ags_libao_tic(AgsLibao *libao);
 
 void ags_libao_note_offset_changed(AgsLibao *libao, guint note_offset);
 
-AgsLibao* ags_libao_new(GObject *application_context);
+AgsLibao* ags_libao_new(GObject *ags_main);
 
 #endif /*__AGS_LIBAO_H__*/
 
diff --git a/src/ags/audio/ags_output.c b/src/ags/audio/ags_output.c
index fdc934e..09ffd2a 100644
--- a/src/ags/audio/ags_output.c
+++ b/src/ags/audio/ags_output.c
@@ -19,8 +19,8 @@
 #include <ags/audio/ags_output.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 
 void ags_output_class_init(AgsOutputClass *output_class);
@@ -142,7 +142,7 @@ ags_output_disconnect(AgsConnectable *connectable)
 GList*
 ags_output_map_audio_signal(AgsOutput *output, AgsRecallID *recall_id)
 {
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsAudioSignal *audio_signal;
   GList *list_destination;
 
@@ -152,7 +152,7 @@ ags_output_map_audio_signal(AgsOutput *output, AgsRecallID *recall_id)
   }else
     return(NULL);
 
-  soundcard = AGS_SOUNDCARD(AGS_AUDIO(AGS_CHANNEL(output)->audio)->soundcard);
+  devout = AGS_DEVOUT(AGS_AUDIO(AGS_CHANNEL(output)->audio)->devout);
   
   while(output != NULL){
     list_destination->next = g_list_alloc();
@@ -161,7 +161,7 @@ ags_output_map_audio_signal(AgsOutput *output, AgsRecallID *recall_id)
   ags_copy_pattern_map_destination0:
     g_message("ags_output_map_audio_signal\n\0");
 
-    audio_signal = ags_audio_signal_new((GObject *) soundcard,
+    audio_signal = ags_audio_signal_new((GObject *) devout,
 					(GObject *) output->channel.first_recycling,
 					(GObject *) recall_id);
     ags_connectable_connect(AGS_CONNECTABLE(audio_signal));
diff --git a/src/ags/audio/ags_port.c b/src/ags/audio/ags_port.c
index df8d62a..90ed708 100644
--- a/src/ags/audio/ags_port.c
+++ b/src/ags/audio/ags_port.c
@@ -645,13 +645,13 @@ ags_port_safe_write(AgsPort *port, GValue *value)
 void
 ags_port_real_safe_get_property(AgsPort *port, gchar *property_name, GValue *value)
 {
-  //  pthread_mutex_lock(&(port->mutex));
+  pthread_mutex_lock(&(port->mutex));
 
   g_object_get_property(port->port_value.ags_port_object,
 			property_name,
 			value);
 
-  //  pthread_mutex_unlock(&(port->mutex));
+  pthread_mutex_unlock(&(port->mutex));
 }
 
 /**
@@ -678,13 +678,13 @@ ags_port_safe_get_property(AgsPort *port, gchar *property_name, GValue *value)
 void
 ags_port_real_safe_set_property(AgsPort *port, gchar *property_name, GValue *value)
 {
-  //  pthread_mutex_lock(&(port->mutex));
+  pthread_mutex_lock(&(port->mutex));
 
   g_object_set_property(port->port_value.ags_port_object,
 			property_name,
 			value);
 
-  //  pthread_mutex_unlock(&(port->mutex));
+  pthread_mutex_unlock(&(port->mutex));
 }
 
 /**
diff --git a/src/ags/audio/ags_recall.c b/src/ags/audio/ags_recall.c
index 8c08242..2f0a55b 100644
--- a/src/ags/audio/ags_recall.c
+++ b/src/ags/audio/ags_recall.c
@@ -20,24 +20,22 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
 #include <ags/lib/ags_parameter.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags/object/ags_marshal.h>
 #include <ags/object/ags_packable.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/server/ags_service_provider.h>
-#include <ags/server/ags_server.h>
 
 #include <ags/file/ags_file.h>
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_recycling.h>
@@ -141,7 +139,7 @@ enum{
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
   PROP_CONTAINER,
   PROP_DEPENDENCY,
   PROP_RECALL_ID,
@@ -237,19 +235,19 @@ ags_recall_class_init(AgsRecallClass *recall)
 
   /* properties */
   /**
-   * AgsRecall:soundcard:
+   * AgsRecall:devout:
    *
-   * The assigned soundcard.
+   * The assigned devout.
    * 
    * Since: 0.4
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "soundcard of recall\0",
-				   "The soundcard which this recall is packed into\0",
-				   G_TYPE_OBJECT,
+  param_spec = g_param_spec_object("devout\0",
+				   "devout of recall\0",
+				   "The devout which this recall is packed into\0",
+				   AGS_TYPE_DEVOUT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /**
@@ -635,7 +633,7 @@ ags_recall_init(AgsRecall *recall)
 {
   recall->flags = 0;
 
-  recall->soundcard = NULL;
+  recall->devout = NULL;
   recall->container = NULL;
 
   recall->version = NULL;
@@ -673,29 +671,29 @@ ags_recall_set_property(GObject *gobject,
   recall = AGS_RECALL(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
       GList *current;
       
-      soundcard = (GObject *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      if(soundcard == ((GObject *) recall->soundcard))
+      if(devout == ((AgsDevout *) recall->devout))
 	return;
 
-      if(recall->soundcard != NULL)
-	g_object_unref(recall->soundcard);
+      if(recall->devout != NULL)
+	g_object_unref(recall->devout);
 
-      if(soundcard != NULL)
-	g_object_ref(G_OBJECT(soundcard));
+      if(devout != NULL)
+	g_object_ref(G_OBJECT(devout));
 
-      recall->soundcard = (GObject *) soundcard;
+      recall->devout = (GObject *) devout;
 
       current = recall->children;
 
       while(current != NULL){
 	g_object_set(G_OBJECT(current->data),
-		     "soundcard\0", soundcard,
+		     "devout\0", devout,
 		     NULL);
 
 	current = current->next;
@@ -812,9 +810,9 @@ ags_recall_get_property(GObject *gobject,
   recall = AGS_RECALL(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      g_value_set_object(value, recall->soundcard);
+      g_value_set_object(value, recall->devout);
     }
     break;
   case PROP_CONTAINER:
@@ -841,25 +839,23 @@ ags_recall_get_property(GObject *gobject,
 void
 ags_recall_add_to_registry(AgsConnectable *connectable)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
+  AgsServer *server;
   AgsRecall *recall;
+  AgsRegistryEntry *entry;
+  GList *list;
   
   recall = AGS_RECALL(connectable);
 
-  application_context = ags_soundcard_get_application_context(recall->soundcard);
+  ags_main = AGS_MAIN(AGS_DEVOUT(recall->devout)->ags_main);
 
-  if(AGS_IS_SERVICE_PROVIDER(application_context)){
-    AgsServer *server;
-    AgsRegistryEntry *entry;
-    
-    server = ags_service_provider_get_server(AGS_SERVICE_PROVIDER(application_context));
-  
-    entry = ags_registry_entry_alloc(server->registry);
-    g_value_set_object(&(entry->entry),
-		       (gpointer) recall);
-    ags_registry_add(server->registry,
-		     entry);
-  }
+  server = ags_main->server;
+
+  entry = ags_registry_entry_alloc(server->registry);
+  g_value_set_object(&(entry->entry),
+		     (gpointer) recall);
+  ags_registry_add(server->registry,
+		   entry);
 }
 
 void
@@ -1103,7 +1099,7 @@ ags_recall_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
 				   "reference\0", recall,
@@ -1129,7 +1125,7 @@ ags_recall_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
 				   "reference\0", recall,
@@ -1152,8 +1148,8 @@ ags_recall_finalize(GObject *gobject)
   g_message("finalize %s\n\0", G_OBJECT_TYPE_NAME(gobject));
 #endif
 
-  if(recall->soundcard != NULL){
-    g_object_unref(recall->soundcard);
+  if(recall->devout != NULL){
+    g_object_unref(recall->devout);
   }
 
   if((AGS_RECALL_CONNECTED & (recall->flags)) != 0){
@@ -1523,6 +1519,10 @@ ags_recall_real_stop_persistent(AgsRecall *recall)
 void
 ags_recall_stop_persistent(AgsRecall *recall)
 {
+  if((AGS_RECALL_DONE & (recall->flags)) != 0){
+    return;
+  }
+
   recall->flags &= (~(AGS_RECALL_PERSISTENT |
 		      AGS_RECALL_PERSISTENT_PLAYBACK |
 		      AGS_RECALL_PERSISTENT_SEQUENCER |
@@ -1534,6 +1534,10 @@ ags_recall_stop_persistent(AgsRecall *recall)
 void
 ags_recall_real_done(AgsRecall *recall)
 {
+  if((AGS_RECALL_DONE & (recall->flags)) != 0){
+    return;
+  }
+  
   recall->flags |= AGS_RECALL_DONE;
 
   ags_recall_remove(recall);
@@ -1577,13 +1581,13 @@ ags_recall_real_cancel(AgsRecall *recall)
   }
 
   /* call cancel for children */
-  list = recall->children;
+  //  list = recall->children;
 
-  while(list != NULL){
-    ags_recall_cancel(AGS_RECALL(list->data));
+  //  while(list != NULL){
+  //    ags_recall_cancel(AGS_RECALL(list->data));
 
-    list = list->next;
-  }
+  //    list = list->next;
+  //  }
 
   if((AGS_RECALL_PERSISTENT & (recall->flags)) != 0 ||
      (AGS_RECALL_PERSISTENT_PLAYBACK & (recall->flags)) != 0){
@@ -1630,9 +1634,11 @@ ags_recall_real_remove(AgsRecall *recall)
   }else{
     parent = AGS_RECALL(recall->parent);
 
-    parent->children = g_list_remove(parent->children, recall);
+    ags_recall_remove_child(parent,
+			    recall);
   }
 
+  /* propagate done */
   if(parent != NULL &&
      (AGS_RECALL_PROPAGATE_DONE & (parent->flags)) != 0 &&
      (AGS_RECALL_PERSISTENT & (parent->flags)) == 0 &&
@@ -1714,7 +1720,7 @@ ags_recall_real_duplicate(AgsRecall *recall,
 
   parameter = ags_parameter_grow(G_OBJECT_TYPE(recall),
 				 parameter, n_params,
-				 "soundcard\0", recall->soundcard,
+				 "devout\0", recall->devout,
 				 "recall_id\0", recall_id,
 				 "recall_container\0", recall->container,
 				 NULL);
@@ -1912,9 +1918,16 @@ ags_recall_get_dependencies(AgsRecall *recall)
 void
 ags_recall_remove_child(AgsRecall *recall, AgsRecall *child)
 {
+  if(recall == NULL ||
+     child == NULL ||
+     child->parent != recall){
+    return;
+  }
+  
   recall->children = g_list_remove(recall->children,
 				   child);
-
+  child->parent = NULL;
+  
   g_object_unref(recall);
   g_object_unref(child);
 }
@@ -1972,11 +1985,11 @@ ags_recall_add_child(AgsRecall *parent, AgsRecall *child)
     parent->children = g_list_prepend(parent->children, child);
 
     g_object_set(G_OBJECT(child),
-		 "soundcard\0", parent->soundcard,
+		 "devout\0", parent->devout,
 		 "recall_id\0", parent->recall_id,
 		 NULL);
     g_signal_connect(G_OBJECT(child), "done\0",
-		     G_CALLBACK(ags_recall_child_done), parent);
+    		     G_CALLBACK(ags_recall_child_done), parent);
   }
   
   child->parent = parent;
@@ -2129,9 +2142,8 @@ ags_recall_template_find_type(GList *recall_i, GType type)
     recall = AGS_RECALL(recall_i->data);
 
     if((AGS_RECALL_TEMPLATE & (recall->flags)) != 0 &&
-       G_TYPE_CHECK_INSTANCE_TYPE((recall), type)){
+       G_OBJECT_TYPE(recall) == type)
       break;
-    }
 
     recall_i = recall_i->next;
   }
@@ -2411,6 +2423,11 @@ void
 ags_recall_child_done(AgsRecall *child,
 		      AgsRecall *parent)
 {
+  if(child == NULL ||
+     parent == NULL){
+    return;
+  }
+  
   ags_recall_remove_child(parent,
 			  child);
 }
diff --git a/src/ags/audio/ags_recall.h b/src/ags/audio/ags_recall.h
index be23cfd..d2518a3 100644
--- a/src/ags/audio/ags_recall.h
+++ b/src/ags/audio/ags_recall.h
@@ -65,7 +65,6 @@ typedef enum{
   AGS_RECALL_PERSISTENT_SEQUENCER  = 1 << 18,
   AGS_RECALL_PERSISTENT_NOTATION   = 1 << 19,
   AGS_RECALL_SKIP_DEPENDENCIES     = 1 << 20,
-  AGS_RECALL_BULK_MODE             = 1 << 21,
 }AgsRecallFlags;
 
 typedef enum{
@@ -83,7 +82,7 @@ struct _AgsRecall
 
   guint flags;
 
-  GObject *soundcard;
+  GObject *devout;
   GObject *container; // see AgsRecallContainer
 
   gchar *version;
@@ -183,7 +182,7 @@ AgsRecall* ags_recall_duplicate(AgsRecall *recall,
 				AgsRecallID *recall_id);
 
 void ags_recall_set_recall_id(AgsRecall *recall, AgsRecallID *recall_id);
-void ags_recall_set_soundcard_recursive(AgsRecall *recall, GObject *soundcard);
+void ags_recall_set_devout_recursive(AgsRecall *recall, GObject *devout);
 
 void ags_recall_notify_dependency(AgsRecall *recall, guint dependency, gint count);
 
diff --git a/src/ags/audio/ags_recall_audio_signal.c b/src/ags/audio/ags_recall_audio_signal.c
index b75b740..b536e12 100644
--- a/src/ags/audio/ags_recall_audio_signal.c
+++ b/src/ags/audio/ags_recall_audio_signal.c
@@ -24,8 +24,8 @@
 
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio_signal.h>
 #include <ags/audio/ags_recycling.h>
 #include <ags/audio/ags_channel.h>
@@ -64,9 +64,9 @@ AgsRecall* ags_recall_audio_signal_duplicate(AgsRecall *recall,
 					     AgsRecallID *recall_id,
 					     guint *n_params, GParameter *parameter);
 
-void ags_recall_audio_signal_notify_soundcard(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
+void ags_recall_audio_signal_notify_devout(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
 					   gpointer data);
-void ags_recall_audio_signal_notify_soundcard_after(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
+void ags_recall_audio_signal_notify_devout_after(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
 						 gpointer data);
 
 /**
@@ -244,10 +244,10 @@ ags_recall_audio_signal_dynamic_connectable_interface_init(AgsDynamicConnectable
 void
 ags_recall_audio_signal_init(AgsRecallAudioSignal *recall_audio_signal)
 {
-  //  g_signal_connect(G_OBJECT(recall_audio_signal), "notify::soundcard\0",
-  //		   G_CALLBACK(ags_recall_audio_signal_notify_soundcard), NULL);
-  //  g_signal_connect_after(G_OBJECT(recall_audio_signal), "notify::soundcard\0",
-  //			 G_CALLBACK(ags_recall_audio_signal_notify_soundcard_after), NULL);
+  //  g_signal_connect(G_OBJECT(recall_audio_signal), "notify::devout\0",
+  //		   G_CALLBACK(ags_recall_audio_signal_notify_devout), NULL);
+  //  g_signal_connect_after(G_OBJECT(recall_audio_signal), "notify::devout\0",
+  //			 G_CALLBACK(ags_recall_audio_signal_notify_devout_after), NULL);
 
   recall_audio_signal->flags = AGS_RECALL_INITIAL_RUN;
   recall_audio_signal->audio_channel = 0;
@@ -409,7 +409,7 @@ ags_recall_audio_signal_duplicate(AgsRecall *recall,
   recall_audio_signal = AGS_RECALL_AUDIO_SIGNAL(recall);
   parameter = ags_parameter_grow(G_OBJECT_TYPE(recall),
 				 parameter, n_params,
-				 "soundcard\0", AGS_RECALL(recall_audio_signal)->soundcard,
+				 "devout\0", AGS_RECALL(recall_audio_signal)->devout,
 				 "audio_channel\0", recall_audio_signal->audio_channel,
 				 "destination\0", recall_audio_signal->destination,
 				 "source\0", recall_audio_signal->source,
@@ -529,14 +529,14 @@ ags_recall_audio_signal_done(AgsRecall *recall)
 }
 
 void
-ags_recall_audio_signal_notify_soundcard(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
+ags_recall_audio_signal_notify_devout(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
 				      gpointer data)
 {
   //TODO:JK: implement me
 }
 
 void
-ags_recall_audio_signal_notify_soundcard_after(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
+ags_recall_audio_signal_notify_devout_after(AgsRecallAudioSignal *recall_audio_signal, GParamSpec *param,
 					    gpointer data)
 {
   //TODO:JK: implement me
@@ -546,7 +546,7 @@ ags_recall_audio_signal_notify_soundcard_after(AgsRecallAudioSignal *recall_audi
  * ags_recall_audio_signal_new:
  * @destination: destination #AgsAudioSignal
  * @source: source #AgsAudioSignal
- * @soundcard: default sink #AgsSoundcard
+ * @devout: default sink #AgsDevout
  *
  * Creates an #AgsRecallAudioSignal.
  *
@@ -557,12 +557,12 @@ ags_recall_audio_signal_notify_soundcard_after(AgsRecallAudioSignal *recall_audi
 AgsRecallAudioSignal*
 ags_recall_audio_signal_new(AgsAudioSignal *destination,
 			    AgsAudioSignal *source,
-			    GObject *soundcard)
+			    AgsDevout *devout)
 {
   AgsRecallAudioSignal *recall_audio_signal;
 
   recall_audio_signal = (AgsRecallAudioSignal *) g_object_new(AGS_TYPE_RECALL_AUDIO_SIGNAL,
-							      "soundcard\0", soundcard,
+							      "devout\0", devout,
 							      "destination\0", destination,
 							      "source\0", source, 
 							      NULL);
diff --git a/src/ags/audio/ags_recall_audio_signal.h b/src/ags/audio/ags_recall_audio_signal.h
index 993fcdd..dfd3cf1 100644
--- a/src/ags/audio/ags_recall_audio_signal.h
+++ b/src/ags/audio/ags_recall_audio_signal.h
@@ -63,7 +63,7 @@ GType ags_recall_audio_signal_get_type();
 
 AgsRecallAudioSignal* ags_recall_audio_signal_new(AgsAudioSignal *destination,
 						  AgsAudioSignal *source,
-						  GObject *devout);
+						  AgsDevout *devout);
 
 #endif /*__AGS_RECALL_AUDIO_SIGNAL_H__*/
 
diff --git a/src/ags/audio/ags_recall_channel_run.c b/src/ags/audio/ags_recall_channel_run.c
index bb96917..f322235 100644
--- a/src/ags/audio/ags_recall_channel_run.c
+++ b/src/ags/audio/ags_recall_channel_run.c
@@ -18,14 +18,14 @@
 
 #include <ags/audio/ags_recall_channel_run.h>
 
+#include <ags/main.h>
+
 #include <ags/lib/ags_parameter.h>
 
 #include <ags/object/ags_marshal.h>
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_packable.h>
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
@@ -777,7 +777,7 @@ ags_recall_channel_run_duplicate(AgsRecall *recall,
 
   parameter = ags_parameter_grow(G_OBJECT_TYPE(recall),
 				 parameter, n_params,
-				 "soundcard\0", AGS_RECALL(recall_channel_run)->soundcard,
+				 "devout\0", AGS_RECALL(recall_channel_run)->devout,
 				 "recall_channel\0", recall_channel_run->recall_channel,
 				 "audio_channel\0", recall_channel_run->audio_channel,
 				 "source\0", recall_channel_run->source,
@@ -890,7 +890,7 @@ ags_recall_channel_run_map_recall_recycling(AgsRecallChannelRun *recall_channel_
 
       do{
 	recall_recycling = g_object_new(AGS_RECALL(recall_channel_run)->child_type,
-					"soundcard\0", AGS_RECALL(recall_channel_run)->soundcard,
+					"devout\0", AGS_RECALL(recall_channel_run)->devout,
 					"recall_id\0", AGS_RECALL(recall_channel_run)->recall_id,
 					"audio_channel\0", recall_channel_run->audio_channel,
 					"source\0", source_recycling,
@@ -925,21 +925,11 @@ ags_recall_channel_run_remap_child_source(AgsRecallChannelRun *recall_channel_ru
 
   /* remove old */
   if(old_start_changed_region != NULL){
-    AgsCancelRecall *cancel_recall;
+    AgsDevout *devout;
     AgsRecall *recall;
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-    GObject *soundcard;
-    AgsApplicationContext *application_context;
-
-    soundcard = AGS_SOUNDCARD(AGS_AUDIO(recall_channel_run->source->audio)->soundcard);
-
-    application_context = ags_soundcard_get_application_context(soundcard);
+    AgsCancelRecall *cancel_recall;
 
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
+    devout = AGS_DEVOUT(AGS_AUDIO(recall_channel_run->source->audio)->devout);
     source_recycling = old_start_changed_region;
 
     while(source_recycling != old_end_changed_region->next){
@@ -953,7 +943,7 @@ ags_recall_channel_run_remap_child_source(AgsRecallChannelRun *recall_channel_ru
 	  cancel_recall = ags_cancel_recall_new(recall,
 						NULL);
 
-	  ags_task_thread_append_task(task_thread,
+	  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 				      (AgsTask *) cancel_recall);
 	}
 
@@ -970,7 +960,7 @@ ags_recall_channel_run_remap_child_source(AgsRecallChannelRun *recall_channel_ru
       
     while(source_recycling != new_end_changed_region->next){
       recall_recycling = g_object_new(AGS_RECALL(recall_channel_run)->child_type,
-				      "soundcard\0", AGS_RECALL(recall_channel_run)->soundcard,
+				      "devout\0", AGS_RECALL(recall_channel_run)->devout,
 				      "recall_id\0", AGS_RECALL(recall_channel_run)->recall_id,
 				      "audio_channel\0", recall_channel_run->audio_channel,
 				      "source\0", source_recycling,
@@ -1001,21 +991,11 @@ ags_recall_channel_run_remap_child_destination(AgsRecallChannelRun *recall_chann
 
   /* remove old */
   if(old_start_changed_region != NULL){
+    AgsDevout *devout;
     AgsRecall *recall;
     AgsCancelRecall *cancel_recall;
-    AgsThread *main_loop;
-    AgsTaskThread *task_thread;
-    GObject *soundcard;
-    AgsApplicationContext *application_context;
-
-    soundcard = AGS_SOUNDCARD(AGS_AUDIO(recall_channel_run->source->audio)->soundcard);
-    
-    application_context = ags_soundcard_get_application_context(soundcard);
 
-    main_loop = application_context->main_loop;
-    task_thread = ags_thread_find_type(main_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
+    devout = AGS_DEVOUT(AGS_AUDIO(recall_channel_run->source->audio)->devout);
     destination_recycling = old_start_changed_region;
     
     while(destination_recycling != old_end_changed_region->next){
@@ -1029,7 +1009,7 @@ ags_recall_channel_run_remap_child_destination(AgsRecallChannelRun *recall_chann
 	  cancel_recall = ags_cancel_recall_new(recall,
 						NULL);
 
-	  ags_task_thread_append_task(task_thread,
+	  ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 				      (AgsTask *) cancel_recall);
 	}
 
@@ -1053,7 +1033,7 @@ ags_recall_channel_run_remap_child_destination(AgsRecallChannelRun *recall_chann
 	
 	while(source_recycling != recall_channel_run->source->last_recycling->next){
 	  recall_recycling = g_object_new(AGS_RECALL(recall_channel_run)->child_type,
-					  "soundcard\0", AGS_RECALL(recall_channel_run)->soundcard,
+					  "devout\0", AGS_RECALL(recall_channel_run)->devout,
 					  "recall_id\0", AGS_RECALL(recall_channel_run)->recall_id,
 					  "audio_channel\0", recall_channel_run->audio_channel,
 					  "source\0", source_recycling,
diff --git a/src/ags/audio/ags_recall_channel_run_dummy.c b/src/ags/audio/ags_recall_channel_run_dummy.c
index 332f394..ef88014 100644
--- a/src/ags/audio/ags_recall_channel_run_dummy.c
+++ b/src/ags/audio/ags_recall_channel_run_dummy.c
@@ -19,10 +19,12 @@
 #include <ags/audio/ags_recall_channel_run_dummy.h>
 #include <ags/audio/ags_recall_recycling_dummy.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
 
@@ -179,8 +181,8 @@ void
 ags_recall_channel_run_dummy_init(AgsRecallChannelRunDummy *recall_channel_run_dummy)
 {
   AGS_RECALL(recall_channel_run_dummy)->name = "ags-dummy";
-  AGS_RECALL(recall_channel_run_dummy)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(recall_channel_run_dummy)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(recall_channel_run_dummy)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(recall_channel_run_dummy)->build_id = AGS_BUILD_ID;
   AGS_RECALL(recall_channel_run_dummy)->xml_type = "ags-recall-channel-run-dummy\0";
   AGS_RECALL(recall_channel_run_dummy)->port = NULL;
 
@@ -276,7 +278,7 @@ ags_recall_channel_run_dummy_read(AgsFile *file, xmlNode *node, AgsPlugin *plugi
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -306,7 +308,7 @@ ags_recall_channel_run_dummy_write(AgsFile *file, xmlNode *parent, AgsPlugin *pl
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/audio/ags_recall_factory.c b/src/ags/audio/ags_recall_factory.c
index db26fed..2f4acbd 100644
--- a/src/ags/audio/ags_recall_factory.c
+++ b/src/ags/audio/ags_recall_factory.c
@@ -19,7 +19,6 @@
 #include <ags/audio/ags_recall_factory.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/audio/ags_recall.h>
 #include <ags/audio/ags_recall_channel_run_dummy.h>
@@ -329,7 +328,7 @@ ags_recall_factory_create_play(AgsAudio *audio,
 
 	/* AgsPlayChannel */
 	play_channel = (AgsPlayChannel *) g_object_new(AGS_TYPE_PLAY_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", play_container,
 						       NULL);
@@ -342,7 +341,7 @@ ags_recall_factory_create_play(AgsAudio *audio,
 
 	/* AgsPlayChannelRun */
 	play_channel_run = (AgsPlayChannelRun *) g_object_new(AGS_TYPE_PLAY_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", play_channel,
 							      "recall_container\0", play_container,
@@ -381,7 +380,7 @@ ags_recall_factory_create_play(AgsAudio *audio,
 
 	/* AgsPlayChannel */
 	play_channel = (AgsPlayChannel *) g_object_new(AGS_TYPE_PLAY_CHANNEL,
-						       "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+						       "devout\0", AGS_DEVOUT(audio->devout),
 						       "source\0", channel,
 						       "recall_container\0", recall_container,
 						       NULL);
@@ -394,7 +393,7 @@ ags_recall_factory_create_play(AgsAudio *audio,
 
 	/* AgsPlayChannelRun */
 	play_channel_run = (AgsPlayChannelRun *) g_object_new(AGS_TYPE_PLAY_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", play_channel,
 							      "recall_container\0", recall_container,
@@ -459,7 +458,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
 
       /*  */
       play_audio = (AgsPlayAudio *) g_object_new(AGS_TYPE_PLAY_AUDIO,
-						 "soundcard\0", audio->soundcard,
+						 "devout\0", audio->devout,
 						 "audio\0", audio,
 						 "recall_container\0", play_container,
 						 NULL);
@@ -492,7 +491,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
 
 	/* AgsPlayChannel */
 	play_channel = (AgsPlayChannel *) g_object_new(AGS_TYPE_PLAY_CHANNEL,
-						       "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+						       "devout\0", AGS_DEVOUT(audio->devout),
 						       "source\0", channel,
 						       "recall_container\0", play_container,
 						       NULL);
@@ -507,7 +506,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
       
 	/* AgsPlayChannelRun */
 	play_channel_run_master = (AgsPlayChannelRunMaster *) g_object_new(AGS_TYPE_PLAY_CHANNEL_RUN_MASTER,
-									   "soundcard\0", audio->soundcard,
+									   "devout\0", audio->devout,
 									   "source\0", channel,
 									   "recall_channel\0", play_channel,
 									   "recall_container\0", play_container,
@@ -542,7 +541,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
 
       /*  */
       play_audio = (AgsPlayAudio *) g_object_new(AGS_TYPE_PLAY_AUDIO,
-						 "soundcard\0", audio->soundcard,
+						 "devout\0", audio->devout,
 						 "audio\0", audio,
 						 "recall_container\0", recall_container,
 						 NULL);
@@ -575,7 +574,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
 
 	/* AgsPlayChannel */
 	play_channel = (AgsPlayChannel *) g_object_new(AGS_TYPE_PLAY_CHANNEL,
-						       "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+						       "devout\0", AGS_DEVOUT(audio->devout),
 						       "source\0", channel,
 						       "recall_container\0", recall_container,
 						       NULL);
@@ -590,7 +589,7 @@ ags_recall_factory_create_play_master(AgsAudio *audio,
 	
 	/* AgsPlayChannelRun */
 	play_channel_run_master = (AgsPlayChannelRunMaster *) g_object_new(AGS_TYPE_PLAY_CHANNEL_RUN_MASTER,
-									   "soundcard\0", audio->soundcard,
+									   "devout\0", audio->devout,
 									   "source\0", channel,
 									   "recall_channel\0", play_channel,
 									   "recall_container\0", recall_container,
@@ -662,7 +661,7 @@ ags_recall_factory_create_copy(AgsAudio *audio,
 
 	/* AgsCopyChannel */
 	copy_channel = (AgsCopyChannel *) g_object_new(AGS_TYPE_COPY_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", play_container,
 						       NULL);
@@ -676,7 +675,7 @@ ags_recall_factory_create_copy(AgsAudio *audio,
 
 	/* AgsCopyChannelRun */
 	copy_channel_run = (AgsCopyChannelRun *) g_object_new(AGS_TYPE_COPY_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", copy_channel,
 							      "recall_container\0", play_container,
@@ -717,7 +716,7 @@ ags_recall_factory_create_copy(AgsAudio *audio,
 
 	/* AgsCopyChannel */
 	copy_channel = (AgsCopyChannel *) g_object_new(AGS_TYPE_COPY_CHANNEL,
-						       "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+						       "devout\0", AGS_DEVOUT(audio->devout),
 						       "source\0", channel,
 						       "recall_container\0", recall_container,
 						       NULL);
@@ -731,7 +730,7 @@ ags_recall_factory_create_copy(AgsAudio *audio,
 
 	/* AgsCopyChannelRun */
 	copy_channel_run = (AgsCopyChannelRun *) g_object_new(AGS_TYPE_COPY_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", copy_channel,
 							      "recall_container\0", recall_container,
@@ -803,7 +802,7 @@ ags_recall_factory_create_stream(AgsAudio *audio,
 
 	/* AgsStreamChannel */
 	stream_channel = (AgsStreamChannel *) g_object_new(AGS_TYPE_STREAM_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", play_container,
 							   NULL);
@@ -818,7 +817,7 @@ ags_recall_factory_create_stream(AgsAudio *audio,
 
 	/* AgsStreamChannelRun */
 	stream_channel_run = (AgsStreamChannelRun *) g_object_new(AGS_TYPE_STREAM_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall-channel\0", stream_channel,
 								  "source\0", channel,
 								  "recall_container\0", play_container,
@@ -859,7 +858,7 @@ ags_recall_factory_create_stream(AgsAudio *audio,
 
 	/* AgsStreamChannel */
 	stream_channel = (AgsStreamChannel *) g_object_new(AGS_TYPE_STREAM_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", recall_container,
 							   NULL);
@@ -874,7 +873,7 @@ ags_recall_factory_create_stream(AgsAudio *audio,
 
 	/* AgsStreamChannelRun */
 	stream_channel_run = (AgsStreamChannelRun *) g_object_new(AGS_TYPE_STREAM_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall_channel\0", stream_channel,
 								  "source\0", channel,
 								  "recall_container\0", recall_container,
@@ -946,7 +945,7 @@ ags_recall_factory_create_buffer(AgsAudio *audio,
 
 	/* AgsBufferChannel */
 	buffer_channel = (AgsBufferChannel *) g_object_new(AGS_TYPE_BUFFER_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", play_container,
 							   NULL);
@@ -961,7 +960,7 @@ ags_recall_factory_create_buffer(AgsAudio *audio,
 
 	/* AgsBufferChannelRun */
 	buffer_channel_run = (AgsBufferChannelRun *) g_object_new(AGS_TYPE_BUFFER_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall_channel\0", buffer_channel,
 								  "source\0", channel,
 								  "destination\0", ags_channel_nth(audio->output,
@@ -1004,7 +1003,7 @@ ags_recall_factory_create_buffer(AgsAudio *audio,
 
 	/* AgsBufferChannel */
 	buffer_channel = (AgsBufferChannel *) g_object_new(AGS_TYPE_BUFFER_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", recall_container,
 							   NULL);
@@ -1019,7 +1018,7 @@ ags_recall_factory_create_buffer(AgsAudio *audio,
 
 	/* AgsBufferChannelRun */
 	buffer_channel_run = (AgsBufferChannelRun *) g_object_new(AGS_TYPE_BUFFER_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall_channel\0", buffer_channel,
 								  "source\0", channel,
 								  "destination\0", ags_channel_nth(audio->output,
@@ -1085,7 +1084,7 @@ ags_recall_factory_create_delay(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) play_container);
 
     delay_audio = (AgsDelayAudio *) g_object_new(AGS_TYPE_DELAY_AUDIO,
-						 "soundcard\0", audio->soundcard,
+						 "devout\0", audio->devout,
 						 "audio\0", audio,
 						 "recall_container\0", play_container,
 						 NULL);
@@ -1098,7 +1097,7 @@ ags_recall_factory_create_delay(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(delay_audio));
 
     delay_audio_run = (AgsDelayAudioRun *) g_object_new(AGS_TYPE_DELAY_AUDIO_RUN,
-							"soundcard\0", audio->soundcard,
+							"devout\0", audio->devout,
 							"recall_audio\0", delay_audio,
 							"recall_container\0", play_container,
 							NULL);
@@ -1120,7 +1119,7 @@ ags_recall_factory_create_delay(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) recall_container);
 
     delay_audio = (AgsDelayAudio *) g_object_new(AGS_TYPE_DELAY_AUDIO,
-						 "soundcard\0", audio->soundcard,
+						 "devout\0", audio->devout,
 						 "audio\0", audio,
 						 "recall_container\0", recall_container,
 						 NULL);
@@ -1133,7 +1132,7 @@ ags_recall_factory_create_delay(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(delay_audio));
 
     delay_audio_run = (AgsDelayAudioRun *) g_object_new(AGS_TYPE_DELAY_AUDIO_RUN,
-							"soundcard\0", audio->soundcard,
+							"devout\0", audio->devout,
 							"recall_audio\0", delay_audio,
 							"recall_container\0", recall_container,
 							//TODO:JK: add missing dependency "delay-audio\0"
@@ -1189,7 +1188,7 @@ ags_recall_factory_create_count_beats(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) play_container);
 
     count_beats_audio = (AgsCountBeatsAudio *) g_object_new(AGS_TYPE_COUNT_BEATS_AUDIO,
-							    "soundcard\0", audio->soundcard,
+							    "devout\0", audio->devout,
 							    "audio\0", audio,
 							    "recall_container\0", play_container,
 							    NULL);
@@ -1202,7 +1201,7 @@ ags_recall_factory_create_count_beats(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(count_beats_audio));
 
     count_beats_audio_run = (AgsCountBeatsAudioRun *) g_object_new(AGS_TYPE_COUNT_BEATS_AUDIO_RUN,
-								   "soundcard\0", audio->soundcard,
+								   "devout\0", audio->devout,
 								   "recall_audio\0", count_beats_audio,
 								   "recall_container\0", play_container,
 								   NULL);
@@ -1224,7 +1223,7 @@ ags_recall_factory_create_count_beats(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) recall_container);
 
     count_beats_audio = (AgsCountBeatsAudio *) g_object_new(AGS_TYPE_COUNT_BEATS_AUDIO,
-							    "soundcard\0", audio->soundcard,
+							    "devout\0", audio->devout,
 							    "audio\0", audio,
 							    "recall_container\0", recall_container,
 							    NULL);
@@ -1237,7 +1236,7 @@ ags_recall_factory_create_count_beats(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(count_beats_audio));
 
     count_beats_audio_run = (AgsCountBeatsAudioRun *) g_object_new(AGS_TYPE_COUNT_BEATS_AUDIO_RUN,
-								   "soundcard\0", audio->soundcard,
+								   "devout\0", audio->devout,
 								   "recall_audio\0", count_beats_audio,
 								   "recall_container\0", recall_container,
 								   //TODO:JK: add missing dependency "delay-audio\0"
@@ -1305,7 +1304,7 @@ ags_recall_factory_create_loop(AgsAudio *audio,
 
 	/* AgsLoopChannel */
 	loop_channel = (AgsLoopChannel *) g_object_new(AGS_TYPE_LOOP_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", play_container,
 						       //TODO:JK: add missing dependency "delay_audio\0"
@@ -1320,7 +1319,7 @@ ags_recall_factory_create_loop(AgsAudio *audio,
 
 	/* AgsLoopChannelRun */
 	loop_channel_run = (AgsLoopChannelRun *) g_object_new(AGS_TYPE_LOOP_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", loop_channel,
 							      "recall_container\0", play_container,
@@ -1366,7 +1365,7 @@ ags_recall_factory_create_loop(AgsAudio *audio,
 
 	/* AgsLoopChannel */
 	loop_channel = (AgsLoopChannel *) g_object_new(AGS_TYPE_LOOP_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", recall_container,
 						       //TODO:JK: add missing dependency "delay_audio\0"
@@ -1381,7 +1380,7 @@ ags_recall_factory_create_loop(AgsAudio *audio,
 
 	/* AgsLoopChannelRun */
 	loop_channel_run = (AgsLoopChannelRun *) g_object_new(AGS_TYPE_LOOP_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "source\0", channel,
 							      "recall_channel\0", loop_channel,
 							      "recall_container\0", recall_container,
@@ -1450,7 +1449,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
       /* AgsCopyPatternAudio */
       copy_pattern_audio = (AgsCopyPatternAudio *) g_object_new(AGS_TYPE_COPY_PATTERN_AUDIO,
-								"soundcard\0", audio->soundcard,
+								"devout\0", audio->devout,
 								"audio\0", audio,
 								"recall_container\0", play_container,
 								NULL);
@@ -1461,7 +1460,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
       /* AgsCopyPatternAudioRun */
       copy_pattern_audio_run = (AgsCopyPatternAudioRun *) g_object_new(AGS_TYPE_COPY_PATTERN_AUDIO_RUN,
-								       "soundcard\0", audio->soundcard,
+								       "devout\0", audio->devout,
 								       // "recall_audio\0", copy_pattern_audio,
 								       "recall_container\0", play_container,
 								       //TODO:JK: add missing dependency "count_beats_audio_run\0"
@@ -1499,7 +1498,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
 	/* AgsCopyPatternChannel in channel->recall */
 	copy_pattern_channel = (AgsCopyPatternChannel *) g_object_new(AGS_TYPE_COPY_PATTERN_CHANNEL,
-								      "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+								      "devout\0", AGS_DEVOUT(audio->devout),
 								      "source\0", channel,
 								      // "destination\0", destination,
 								      "recall_container\0", play_container,
@@ -1513,7 +1512,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
 	/* AgsCopyPatternChannelRun */
 	copy_pattern_channel_run = (AgsCopyPatternChannelRun *) g_object_new(AGS_TYPE_COPY_PATTERN_CHANNEL_RUN,
-									     "soundcard\0", audio->soundcard,
+									     "devout\0", audio->devout,
 									     "source\0", channel,
 									     // "destination\0", destination,
 									     // "recall_channel\0", copy_pattern_channel,
@@ -1548,7 +1547,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
       /* AgsCopyPatternAudio */
       copy_pattern_audio = (AgsCopyPatternAudio *) g_object_new(AGS_TYPE_COPY_PATTERN_AUDIO,
-								"soundcard\0", audio->soundcard,
+								"devout\0", audio->devout,
 								"audio\0", audio,
 								"recall_container\0", recall_container,
 								NULL);
@@ -1559,7 +1558,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
       /* AgsCopyPatternAudioRun */
       copy_pattern_audio_run = (AgsCopyPatternAudioRun *) g_object_new(AGS_TYPE_COPY_PATTERN_AUDIO_RUN,
-								       "soundcard\0", audio->soundcard,
+								       "devout\0", audio->devout,
 								       // "recall_audio\0", copy_pattern_audio,
 								       "recall_container\0", recall_container,
 								       //TODO:JK: add missing dependency "count_beats_audio_run\0"
@@ -1602,7 +1601,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
 	/* AgsCopyPatternChannel in channel->recall */
 	copy_pattern_channel = (AgsCopyPatternChannel *) g_object_new(AGS_TYPE_COPY_PATTERN_CHANNEL,
-								      "soundcard\0", AGS_SOUNDCARD(audio->soundcard),
+								      "devout\0", AGS_DEVOUT(audio->devout),
 								      "source\0", channel,
 								      // "destination\0", destination,
 								      "recall_container\0", recall_container,
@@ -1616,7 +1615,7 @@ ags_recall_factory_create_copy_pattern(AgsAudio *audio,
 
 	/* AgsCopyPatternChannelRun */
 	copy_pattern_channel_run = (AgsCopyPatternChannelRun *) g_object_new(AGS_TYPE_COPY_PATTERN_CHANNEL_RUN,
-									     "soundcard\0", audio->soundcard,
+									     "devout\0", audio->devout,
 									     "source\0", channel,
 									     // "destination\0", destination,
 									     // "recall_channel\0", copy_pattern_channel,
@@ -1680,7 +1679,7 @@ ags_recall_factory_create_play_notation(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) play_container);
 
     play_notation_audio = (AgsPlayNotationAudio *) g_object_new(AGS_TYPE_PLAY_NOTATION_AUDIO,
-								"soundcard\0", audio->soundcard,
+								"devout\0", audio->devout,
 								"audio\0", audio,
 								"recall_container\0", play_container,
 								NULL);
@@ -1693,7 +1692,7 @@ ags_recall_factory_create_play_notation(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(play_notation_audio));
 
     play_notation_audio_run = (AgsPlayNotationAudioRun *) g_object_new(AGS_TYPE_PLAY_NOTATION_AUDIO_RUN,
-								       "soundcard\0", audio->soundcard,
+								       "devout\0", audio->devout,
 								       "recall_audio\0", play_notation_audio,
 								       "recall_container\0", play_container,
 								       NULL);
@@ -1715,7 +1714,7 @@ ags_recall_factory_create_play_notation(AgsAudio *audio,
     ags_audio_add_recall_container(audio, (GObject *) recall_container);
 
     play_notation_audio = (AgsPlayNotationAudio *) g_object_new(AGS_TYPE_PLAY_NOTATION_AUDIO,
-								"soundcard\0", audio->soundcard,
+								"devout\0", audio->devout,
 								"audio\0", audio,
 								"recall_container\0", recall_container,
 								NULL);
@@ -1728,7 +1727,7 @@ ags_recall_factory_create_play_notation(AgsAudio *audio,
     ags_connectable_connect(AGS_CONNECTABLE(play_notation_audio));
 
     play_notation_audio_run = (AgsPlayNotationAudioRun *) g_object_new(AGS_TYPE_PLAY_NOTATION_AUDIO_RUN,
-								       "soundcard\0", audio->soundcard,
+								       "devout\0", audio->devout,
 								       "recall_audio\0", play_notation_audio,
 								       "recall_container\0", recall_container,
 								       //TODO:JK: add missing dependency "delay-audio\0"
@@ -1792,7 +1791,7 @@ ags_recall_factory_create_peak(AgsAudio *audio,
 
 	/* AgsPeakChannel */
 	peak_channel = (AgsPeakChannel *) g_object_new(AGS_TYPE_PEAK_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", play_container,
 						       NULL);
@@ -1808,7 +1807,7 @@ ags_recall_factory_create_peak(AgsAudio *audio,
 
 	/* AgsPeakChannelRun */
 	peak_channel_run = (AgsPeakChannelRun *) g_object_new(AGS_TYPE_PEAK_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "recall-channel\0", peak_channel,
 							      "source\0", channel,
 							      "recall_container\0", recall_container,
@@ -1849,7 +1848,7 @@ ags_recall_factory_create_peak(AgsAudio *audio,
 
 	/* AgsPeakChannel */
 	peak_channel = (AgsPeakChannel *) g_object_new(AGS_TYPE_PEAK_CHANNEL,
-						       "soundcard\0", audio->soundcard,
+						       "devout\0", audio->devout,
 						       "source\0", channel,
 						       "recall_container\0", recall_container,
 						       NULL);
@@ -1864,7 +1863,7 @@ ags_recall_factory_create_peak(AgsAudio *audio,
 
 	/* AgsPeakChannelRun */
 	peak_channel_run = (AgsPeakChannelRun *) g_object_new(AGS_TYPE_PEAK_CHANNEL_RUN,
-							      "soundcard\0", audio->soundcard,
+							      "devout\0", audio->devout,
 							      "recall-channel\0", peak_channel,
 							      "source\0", channel,
 							      "recall_container\0", recall_container,
@@ -1936,7 +1935,7 @@ ags_recall_factory_create_volume(AgsAudio *audio,
 
 	/* AgsVolumeChannel */
 	volume_channel = (AgsVolumeChannel *) g_object_new(AGS_TYPE_VOLUME_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", play_container,
 							   NULL);
@@ -1951,7 +1950,7 @@ ags_recall_factory_create_volume(AgsAudio *audio,
 
 	/* AgsVolumeChannelRun */
 	volume_channel_run = (AgsVolumeChannelRun *) g_object_new(AGS_TYPE_VOLUME_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall-channel\0", volume_channel,
 								  "source\0", channel,
 								  "recall_container\0", play_container,
@@ -1992,7 +1991,7 @@ ags_recall_factory_create_volume(AgsAudio *audio,
 
 	/* AgsVolumeChannel */
 	volume_channel = (AgsVolumeChannel *) g_object_new(AGS_TYPE_VOLUME_CHANNEL,
-							   "soundcard\0", audio->soundcard,
+							   "devout\0", audio->devout,
 							   "source\0", channel,
 							   "recall_container\0", recall_container,
 							   NULL);
@@ -2007,7 +2006,7 @@ ags_recall_factory_create_volume(AgsAudio *audio,
 
 	/* AgsVolumeChannelRun */
 	volume_channel_run = (AgsVolumeChannelRun *) g_object_new(AGS_TYPE_VOLUME_CHANNEL_RUN,
-								  "soundcard\0", audio->soundcard,
+								  "devout\0", audio->devout,
 								  "recall_channel\0", volume_channel,
 								  "source\0", channel,
 								  "recall_container\0", recall_container,
@@ -2079,7 +2078,7 @@ ags_recall_factory_create_ladspa(AgsAudio *audio,
 
 	/* AgsRecallLadspa */
 	recall_ladspa = (AgsRecallLadspa *) g_object_new(AGS_TYPE_RECALL_LADSPA,
-							 "soundcard\0", audio->soundcard,
+							 "devout\0", audio->devout,
 							 "source\0", channel,
 							 "recall_container\0", play_container,
 							 NULL);
@@ -2098,7 +2097,7 @@ ags_recall_factory_create_ladspa(AgsAudio *audio,
 								    AGS_TYPE_RECALL_LADSPA_RUN);
 
 	g_object_set(recall_channel_run_dummy,
-		     "soundcard\0", audio->soundcard,
+		     "devout\0", audio->devout,
 		     // "recall_channel\0", recall_ladspa,
 		     "source\0", channel,
 		     "recall_container\0", play_container,
@@ -2139,7 +2138,7 @@ ags_recall_factory_create_ladspa(AgsAudio *audio,
 
 	/* AgsRecallLadspa */
 	recall_ladspa = (AgsRecallLadspa *) g_object_new(AGS_TYPE_RECALL_LADSPA,
-							 "soundcard\0", audio->soundcard,
+							 "devout\0", audio->devout,
 							 "source\0", channel,
 							 "recall_container\0", recall_container,
 							 NULL);
@@ -2157,7 +2156,7 @@ ags_recall_factory_create_ladspa(AgsAudio *audio,
 								    AGS_TYPE_RECALL_RECYCLING_DUMMY,
 								    AGS_TYPE_RECALL_LADSPA_RUN);
 	g_object_set(recall_channel_run_dummy,
-		     "soundcard\0", audio->soundcard,
+		     "devout\0", audio->devout,
 		     // "recall_channel\0", recall_ladspa,
 		     "source\0", channel,
 		     "recall_container\0", recall_container,
diff --git a/src/ags/audio/ags_recall_id.c b/src/ags/audio/ags_recall_id.c
old mode 100755
new mode 100644
diff --git a/src/ags/audio/ags_recall_ladspa.c b/src/ags/audio/ags_recall_ladspa.c
index bc40a47..8526e93 100644
--- a/src/ags/audio/ags_recall_ladspa.c
+++ b/src/ags/audio/ags_recall_ladspa.c
@@ -18,19 +18,22 @@
 
 #include <ags/audio/ags_recall_ladspa.h>
 
+#include <ags/main.h>
+
+#include <ags-lib/object/ags_connectable.h>
+
 #include <ags/util/ags_id_generator.h>
 
 #include <ags/plugin/ags_ladspa_manager.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file.h>
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 
+#include <ags/audio/ags_config.h>
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_port.h>
 
 #include <dlfcn.h>
@@ -81,6 +84,8 @@ enum{
   PROP_INDEX,
 };
 
+extern AgsConfig *config;
+
 static gpointer ags_recall_ladspa_parent_class = NULL;
 static AgsConnectableInterface* ags_recall_ladspa_parent_connectable_interface;
 static AgsPluginInterface* ags_recall_ladspa_parent_plugin_interface;
@@ -224,8 +229,8 @@ void
 ags_recall_ladspa_init(AgsRecallLadspa *recall_ladspa)
 {
   AGS_RECALL(recall_ladspa)->name = "ags-ladspa\0";
-  AGS_RECALL(recall_ladspa)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(recall_ladspa)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(recall_ladspa)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(recall_ladspa)->build_id = AGS_BUILD_ID;
   AGS_RECALL(recall_ladspa)->xml_type = "ags-recall-ladspa\0";
   AGS_RECALL(recall_ladspa)->port = NULL;
 
@@ -255,7 +260,7 @@ ags_recall_ladspa_set_property(GObject *gobject,
   switch(prop_id){
   case PROP_FILENAME:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
       gchar *filename;
 
       filename = g_value_get_string(value);
@@ -326,7 +331,7 @@ ags_recall_ladspa_get_property(GObject *gobject,
     break;
   case PROP_INDEX:
     {
-      g_value_set_ulong(value, recall_ladspa->index);
+      g_value_set_uint(value, recall_ladspa->index);
     }
     break;
   default:
@@ -414,22 +419,22 @@ ags_recall_ladspa_set_ports(AgsPlugin *plugin, GList *port)
 	}else if(LADSPA_IS_PORT_AUDIO(port_descriptor[i])){
 	  if(LADSPA_IS_PORT_INPUT(port_descriptor[i])){
 	    if(recall_ladspa->input_port == NULL){
-	      recall_ladspa->input_port = (guint *) malloc(sizeof(guint));
+	      recall_ladspa->input_port = (unsigned long *) malloc(sizeof(unsigned long));
 	      recall_ladspa->input_port[0] = i;
 	    }else{
-	      recall_ladspa->input_port = (guint *) realloc(recall_ladspa->input_port,
-							    (recall_ladspa->input_lines + 1) * sizeof(guint));
+	      recall_ladspa->input_port = (unsigned long *) realloc(recall_ladspa->input_port,
+							    (recall_ladspa->input_lines + 1) * sizeof(unsigned long));
 	      recall_ladspa->input_port[recall_ladspa->input_lines] = i;
 	    }
 
 	    recall_ladspa->input_lines += 1;
 	  }else if(LADSPA_IS_PORT_OUTPUT(port_descriptor[i])){
 	    if(recall_ladspa->output_port == NULL){
-	      recall_ladspa->output_port = (guint *) malloc(sizeof(guint));
+	      recall_ladspa->output_port = (unsigned long *) malloc(sizeof(unsigned long));
 	      recall_ladspa->output_port[0] = i;
 	    }else{
-	      recall_ladspa->output_port = (guint *) realloc(recall_ladspa->output_port,
-							    (recall_ladspa->output_lines + 1) * sizeof(guint));
+	      recall_ladspa->output_port = (unsigned long *) realloc(recall_ladspa->output_port,
+							    (recall_ladspa->output_lines + 1) * sizeof(unsigned long));
 	      recall_ladspa->output_port[recall_ladspa->output_lines] = i;
 	    }
 
@@ -466,7 +471,7 @@ ags_recall_ladspa_read(AgsFile *file, xmlNode *node, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -496,9 +501,7 @@ ags_recall_ladspa_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 {
   AgsRecallLadspa *recall_ladspa;
   xmlNode *node;
-  GList *list;
   gchar *id;
-  guint i;
 
   recall_ladspa = AGS_RECALL_LADSPA(plugin);
 
@@ -512,7 +515,7 @@ ags_recall_ladspa_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -645,22 +648,22 @@ ags_recall_ladspa_load_ports(AgsRecallLadspa *recall_ladspa)
 	}else if(LADSPA_IS_PORT_AUDIO(port_descriptor[i])){
 	  if(LADSPA_IS_PORT_INPUT(port_descriptor[i])){
 	    if(recall_ladspa->input_port == NULL){
-	      recall_ladspa->input_port = (unsigned long *) malloc(sizeof(unsigned long));
+	      recall_ladspa->input_port = (guint *) malloc(sizeof(guint));
 	      recall_ladspa->input_port[0] = i;
 	    }else{
-	      recall_ladspa->input_port = (unsigned long *) realloc(recall_ladspa->input_port,
-								    (recall_ladspa->input_lines + 1) * sizeof(unsigned long));
+	      recall_ladspa->input_port = (guint *) realloc(recall_ladspa->input_port,
+							    (recall_ladspa->input_lines + 1) * sizeof(guint));
 	      recall_ladspa->input_port[recall_ladspa->input_lines] = i;
 	    }
 
 	    recall_ladspa->input_lines += 1;
 	  }else if(LADSPA_IS_PORT_OUTPUT(port_descriptor[i])){
 	    if(recall_ladspa->output_port == NULL){
-	      recall_ladspa->output_port = (unsigned long *) malloc(sizeof(unsigned long));
+	      recall_ladspa->output_port = (guint *) malloc(sizeof(guint));
 	      recall_ladspa->output_port[0] = i;
 	    }else{
-	      recall_ladspa->output_port = (unsigned long *) realloc(recall_ladspa->output_port,
-								     (recall_ladspa->output_lines + 1) * sizeof(unsigned long));
+	      recall_ladspa->output_port = (guint *) realloc(recall_ladspa->output_port,
+							    (recall_ladspa->output_lines + 1) * sizeof(guint));
 	      recall_ladspa->output_port[recall_ladspa->output_lines] = i;
 	    }
 
@@ -776,17 +779,17 @@ ags_recall_ladspa_new(AgsChannel *source,
 		      gchar *effect,
 		      unsigned long index)
 {
-  GObject *soundcard;
+  AgsDevout *devout;
   AgsRecallLadspa *recall_ladspa;
 
   if(source != NULL){
-    soundcard = AGS_AUDIO(source->audio)->soundcard;
+    devout = AGS_AUDIO(source->audio)->devout;
   }else{
-    soundcard = NULL;
+    devout = NULL;
   }
 
   recall_ladspa = (AgsRecallLadspa *) g_object_new(AGS_TYPE_RECALL_LADSPA,
-						   "soundcard\0", soundcard,
+						   "devout\0", devout,
 						   "source\0", source,
 						   "filename\0", filename,
 						   "effect\0", effect,
diff --git a/src/ags/audio/ags_recall_ladspa_run.c b/src/ags/audio/ags_recall_ladspa_run.c
index 0547a5c..b8aa3ba 100644
--- a/src/ags/audio/ags_recall_ladspa_run.c
+++ b/src/ags/audio/ags_recall_ladspa_run.c
@@ -19,13 +19,15 @@
 #include <ags/audio/ags_recall_ladspa.h>
 #include <ags/audio/ags_recall_ladspa_run.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
+#include <ags/main.h>
+
 #include <ags-lib/object/ags_connectable.h>
+
 #include <ags/object/ags_plugin.h>
 
 #include <ags/plugin/ags_ladspa_manager.h>
 
+#include <ags/audio/ags_config.h>
 #include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_port.h>
 
@@ -58,6 +60,7 @@ void ags_recall_ladspa_run_load_ports(AgsRecallLadspaRun *recall_ladspa_run);
  * #AgsRecallLadspaRun provides LADSPA support.
  */
 
+extern AgsConfig *config;
 static gpointer ags_recall_ladspa_run_parent_class = NULL;
 static AgsConnectableInterface* ags_recall_ladspa_run_parent_connectable_interface;
 
@@ -187,7 +190,6 @@ ags_recall_ladspa_run_run_init_pre(AgsRecall *recall)
   AgsRecallLadspa *recall_ladspa;
   AgsRecallLadspaRun *recall_ladspa_run;
   AgsAudioSignal *audio_signal;
-  AgsConfig *config;
   unsigned long samplerate;
   unsigned long buffer_size;
   unsigned long i;
@@ -199,13 +201,18 @@ ags_recall_ladspa_run_run_init_pre(AgsRecall *recall)
 
   recall_ladspa_run = AGS_RECALL_LADSPA_RUN(recall);
   recall_ladspa = AGS_RECALL_LADSPA(AGS_RECALL_CHANNEL_RUN(recall->parent->parent)->recall_channel);
-  
-  /* set up buffer */
-  audio_signal = AGS_RECALL_AUDIO_SIGNAL(recall_ladspa_run)->source;
-  
+
   /* set up buffer */ 
-  samplerate = audio_signal->samplerate;
-  buffer_size = audio_signal->buffer_size;
+  samplerate = (unsigned long) g_ascii_strtoull(ags_config_get(config,
+							       AGS_CONFIG_DEVOUT,
+							       "samplerate\0"),
+						NULL,
+						10);
+  buffer_size = (unsigned long) g_ascii_strtoull(ags_config_get(config,
+								AGS_CONFIG_DEVOUT,
+								"buffer-size\0"),
+						 NULL,
+						 10);
 
   recall_ladspa_run->input = (LADSPA_Data *) malloc(recall_ladspa->input_lines *
 						    buffer_size *
diff --git a/src/ags/audio/ags_recall_recycling.c b/src/ags/audio/ags_recall_recycling.c
index b244ee5..8b509cc 100644
--- a/src/ags/audio/ags_recall_recycling.c
+++ b/src/ags/audio/ags_recall_recycling.c
@@ -26,11 +26,11 @@
 #include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_task_thread.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_output.h>
 #include <ags/audio/ags_input.h>
@@ -591,7 +591,7 @@ ags_recall_recycling_duplicate(AgsRecall *recall,
 
   parameter = ags_parameter_grow(G_OBJECT_TYPE(recall),
 				 parameter, n_params,
-				 "soundcard\0", recall->soundcard,
+				 "devout\0", recall->devout,
 				 "audio_channel\0", recall_recycling->audio_channel,
 				 "destination\0", recall_recycling->destination,
 				 "source\0", recall_recycling->source,
@@ -686,7 +686,7 @@ ags_recall_recycling_source_add_audio_signal_callback(AgsRecycling *source,
 
     if(AGS_RECALL(recall_recycling)->child_type != G_TYPE_NONE){
       recall_audio_signal = g_object_new(AGS_RECALL(recall_recycling)->child_type,
-					 "soundcard\0", recall->soundcard,
+					 "devout\0", recall->devout,
 					 "audio_channel\0", recall_recycling->audio_channel,
 					 "destination\0", recall_recycling->child_destination,
 					 "source\0", audio_signal,
@@ -702,7 +702,7 @@ ags_recall_recycling_source_remove_audio_signal_callback(AgsRecycling *source,
 							 AgsAudioSignal *audio_signal,
 							 AgsRecallRecycling *recall_recycling)
 {
-  GObject *soundcard;
+  AgsDevout *devout;
   AgsChannel *channel;
   AgsRecall *recall;
   AgsCancelRecall *cancel_recall;
@@ -731,7 +731,7 @@ ags_recall_recycling_source_remove_audio_signal_callback(AgsRecycling *source,
 	      AGS_CHANNEL(recall_recycling->source->channel)->line);
 #endif
 
-    soundcard = AGS_AUDIO(AGS_CHANNEL(source->channel)->audio)->soundcard;
+    devout = AGS_DEVOUT(AGS_AUDIO(AGS_CHANNEL(source->channel)->audio)->devout);
 
     list = ags_recall_get_children(recall);
 
@@ -743,7 +743,7 @@ ags_recall_recycling_source_remove_audio_signal_callback(AgsRecycling *source,
 	//   	cancel_recall = ags_cancel_recall_new(AGS_RECALL(recall_audio_signal),
 	//				      NULL);
 	
-	//	ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(soundcard->ags_main)->main_loop)->task_thread),
+	//	ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 	//			    (AgsTask *) cancel_recall);
 
 	break;
@@ -818,7 +818,7 @@ ags_recall_recycling_destination_remove_audio_signal_callback(AgsRecycling *dest
 							      AgsAudioSignal *audio_signal,
 							      AgsRecallRecycling *recall_recycling)
 {
-  GObject *soundcard;
+  AgsDevout *devout;
   AgsRecall *recall;
   AgsCancelRecall *cancel_recall;
   AgsRecallAudioSignal *recall_audio_signal;
@@ -844,7 +844,7 @@ ags_recall_recycling_destination_remove_audio_signal_callback(AgsRecycling *dest
     	      AGS_CHANNEL(recall_recycling->source->channel)->line);
 #endif
 
-    soundcard = AGS_AUDIO(AGS_CHANNEL(destination->channel)->audio)->soundcard;
+    devout = AGS_DEVOUT(AGS_AUDIO(AGS_CHANNEL(destination->channel)->audio)->devout);
 
     list = ags_recall_get_children(AGS_RECALL(recall_recycling));
 
@@ -856,7 +856,7 @@ ags_recall_recycling_destination_remove_audio_signal_callback(AgsRecycling *dest
 	//	cancel_recall = ags_cancel_recall_new(AGS_RECALL(recall_audio_signal),
 	//				      NULL);
 
-	//	ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(soundcard->ags_main)->main_loop)->task_thread),
+	//	ags_task_thread_append_task(AGS_TASK_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->task_thread),
 	//			    (AgsTask *) cancel_recall);
       }
 
diff --git a/src/ags/audio/ags_recall_recycling_dummy.c b/src/ags/audio/ags_recall_recycling_dummy.c
index 5d6950e..0bb6849 100644
--- a/src/ags/audio/ags_recall_recycling_dummy.c
+++ b/src/ags/audio/ags_recall_recycling_dummy.c
@@ -149,8 +149,8 @@ void
 ags_recall_recycling_dummy_init(AgsRecallRecyclingDummy *recall_recycling_dummy)
 {
   AGS_RECALL(recall_recycling_dummy)->name = "ags-recall\0";
-  AGS_RECALL(recall_recycling_dummy)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(recall_recycling_dummy)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(recall_recycling_dummy)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(recall_recycling_dummy)->build_id = AGS_BUILD_ID;
   AGS_RECALL(recall_recycling_dummy)->xml_type = "ags-recall-recycling-dummy\0";
   AGS_RECALL(recall_recycling_dummy)->port = NULL;
 
diff --git a/src/ags/audio/ags_recycling.c b/src/ags/audio/ags_recycling.c
index ddcdd86..0e4405f 100644
--- a/src/ags/audio/ags_recycling.c
+++ b/src/ags/audio/ags_recycling.c
@@ -22,8 +22,8 @@
 
 #include <ags/object/ags_marshal.h>
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 
@@ -64,7 +64,7 @@ void ags_recycling_real_remove_audio_signal(AgsRecycling *recycling,
 
 enum{
   PROP_0,
-  PROP_SOUNDCARD,
+  PROP_DEVOUT,
 };
 
 enum{
@@ -135,19 +135,19 @@ ags_recycling_class_init(AgsRecyclingClass *recycling)
 
   /* properties */
   /**
-   * AgsRecycling:soundcard:
+   * AgsRecycling:devout:
    *
-   * The assigned #AgsSoundcard acting as default sink.
+   * The assigned #AgsDevout acting as default sink.
    * 
    * Since: 0.4.0
    */
-  param_spec = g_param_spec_object("soundcard\0",
-				   "assigned soundcard\0",
-				   "The soundcard it is assigned with\0",
-				   G_TYPE_OBJECT,
+  param_spec = g_param_spec_object("devout\0",
+				   "assigned devout\0",
+				   "The devout it is assigned with\0",
+				   AGS_TYPE_DEVOUT,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_SOUNDCARD,
+				  PROP_DEVOUT,
 				  param_spec);
 
   /*  */
@@ -203,7 +203,8 @@ ags_recycling_init(AgsRecycling *recycling)
 {
   recycling->flags = 0;
 
-  recycling->soundcard = NULL;
+  recycling->devout = NULL;
+
   recycling->channel = NULL;
 
   recycling->parent = NULL;
@@ -225,13 +226,13 @@ ags_recycling_set_property(GObject *gobject,
   recycling = AGS_RECYCLING(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
+  case PROP_DEVOUT:
     {
-      GObject *soundcard;
+      AgsDevout *devout;
 
-      soundcard = (GObject *) g_value_get_object(value);
+      devout = (AgsDevout *) g_value_get_object(value);
 
-      ags_recycling_set_soundcard(recycling, (GObject *) soundcard);
+      ags_recycling_set_devout(recycling, (GObject *) devout);
     }
     break;
   default:
@@ -251,8 +252,8 @@ ags_recycling_get_property(GObject *gobject,
   recycling = AGS_RECYCLING(gobject);
 
   switch(prop_id){
-  case PROP_SOUNDCARD:
-    g_value_set_object(value, recycling->soundcard);
+  case PROP_DEVOUT:
+    g_value_set_object(value, recycling->devout);
     break;
   default:
     G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
@@ -288,28 +289,28 @@ ags_recycling_finalize(GObject *gobject)
 }
 
 /**
- * ags_recycling_set_soundcard:
+ * ags_recycling_set_devout:
  * @recycling:  an #AgsRecycling
- * @soundcard: the #AgsSoundcard to set
+ * @devout: the #AgsDevout to set
  *
- * Sets #AgsSoundcard to recycling.
+ * Sets #AgsDevout to recycling.
  *
  * Since: 0.3
  */
 void
-ags_recycling_set_soundcard(AgsRecycling *recycling, GObject *soundcard)
+ags_recycling_set_devout(AgsRecycling *recycling, GObject *devout)
 {
   /* recycling */
-  if(recycling->soundcard == soundcard)
+  if(recycling->devout == devout)
     return;
 
-  if(recycling->soundcard != NULL)
-    g_object_unref(recycling->soundcard);
+  if(recycling->devout != NULL)
+    g_object_unref(recycling->devout);
 
-  if(soundcard != NULL)
-    g_object_ref(soundcard);
+  if(devout != NULL)
+    g_object_ref(devout);
 
-  recycling->soundcard = (GObject *) soundcard;
+  recycling->devout = (GObject *) devout;
 }
 
 /**
@@ -408,7 +409,7 @@ ags_recycling_create_audio_signal_with_defaults(AgsRecycling *recycling,
     return;
   }
 
-  audio_signal->soundcard = template->soundcard;
+  audio_signal->devout = template->devout;
 
   audio_signal->recycling = (GObject *) recycling;
 
@@ -457,7 +458,7 @@ ags_recycling_create_audio_signal_with_frame_count(AgsRecycling *recycling,
 						   guint frame_count,
 						   gdouble delay, guint attack)
 {
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsAudioSignal *template;
   GList *stream, *template_stream, *template_loop;
   guint frames_copied;
@@ -467,9 +468,9 @@ ags_recycling_create_audio_signal_with_frame_count(AgsRecycling *recycling,
   /* some init */
   template = ags_audio_signal_get_template(recycling->audio_signal);
 
-  audio_signal->soundcard = template->soundcard;
+  audio_signal->devout = template->devout;
 
-  soundcard = AGS_SOUNDCARD(audio_signal->soundcard);
+  devout = AGS_DEVOUT(audio_signal->devout);
 
   audio_signal->recycling = (GObject *) recycling;
 
@@ -626,23 +627,23 @@ ags_recycling_position(AgsRecycling *start_recycling, AgsRecycling *end_region,
 
 /**
  * ags_recycling_new:
- * @soundcard: the #AgsSoundcard
+ * @devout: the #AgsDevout
  *
- * Creates a #AgsRecycling, with defaults of @soundcard.
+ * Creates a #AgsRecycling, with defaults of @devout.
  *
  * Returns: a new #AgsRecycling
  *
  * Since: 0.3
  */
 AgsRecycling*
-ags_recycling_new(GObject *soundcard)
+ags_recycling_new(GObject *devout)
 {
   AgsRecycling *recycling;
   AgsAudioSignal *audio_signal;
 
   recycling = (AgsRecycling *) g_object_new(AGS_TYPE_RECYCLING, NULL);
 
-  audio_signal = ags_audio_signal_new(soundcard,
+  audio_signal = ags_audio_signal_new(devout,
 				      (GObject *) recycling,
 				      NULL);
   audio_signal->flags |= AGS_AUDIO_SIGNAL_TEMPLATE;
diff --git a/src/ags/audio/ags_recycling.h b/src/ags/audio/ags_recycling.h
index 9aa3eae..48e4eb3 100644
--- a/src/ags/audio/ags_recycling.h
+++ b/src/ags/audio/ags_recycling.h
@@ -44,7 +44,7 @@ struct _AgsRecycling
   guint flags;
 
   GObject *channel;
-  GObject *soundcard;
+  GObject *devout;
 
   AgsRecycling *parent;
 
@@ -66,7 +66,7 @@ struct _AgsRecyclingClass
 
 GType ags_recycling_get_type();
 
-void ags_recycling_set_soundcard(AgsRecycling *recycling, GObject *soundcard);
+void ags_recycling_set_devout(AgsRecycling *recycling, GObject *devout);
 
 void ags_recycling_add_audio_signal(AgsRecycling *recycling,
 				    AgsAudioSignal *audio_signal);
@@ -86,6 +86,6 @@ gint ags_recycling_position(AgsRecycling *start_recycling, AgsRecycling *end_reg
 AgsRecycling* ags_recycling_find_next_channel(AgsRecycling *start_region, AgsRecycling *end_region,
 					      GObject *prev_channel);
 
-AgsRecycling* ags_recycling_new(GObject *soundcard);
+AgsRecycling* ags_recycling_new(GObject *devout);
 
 #endif /*__AGS_RECYCLING_H__*/
diff --git a/src/ags/audio/ags_sound_provider.c b/src/ags/audio/ags_sound_provider.c
deleted file mode 100644
index 0ad53ec..0000000
--- a/src/ags/audio/ags_sound_provider.c
+++ /dev/null
@@ -1,57 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/ags_sound_provider.h>
-
-#include <math.h>
-
-void ags_sound_provider_class_init(AgsSoundProviderInterface *interface);
-
-GType
-ags_sound_provider_get_type()
-{
-  static GType ags_type_sound_provider = 0;
-
-  if(!ags_type_sound_provider){
-    ags_type_sound_provider = g_type_register_static_simple(G_TYPE_INTERFACE,
-							    "AgsSoundProvider\0",
-							    sizeof(AgsSoundProviderInterface),
-							    (GClassInitFunc) ags_sound_provider_class_init,
-							    0, NULL, 0);
-  }
-
-  return(ags_type_sound_provider);
-}
-
-void
-ags_sound_provider_class_init(AgsSoundProviderInterface *interface)
-{
-  /* empty */
-}
-
-GList*
-ags_sound_provider_get_soundcard(AgsSoundProvider *sound_provider)
-{
-  AgsSoundProviderInterface *sound_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUND_PROVIDER(sound_provider), NULL);
-  sound_provider_interface = AGS_SOUND_PROVIDER_GET_INTERFACE(sound_provider);
-  g_return_val_if_fail(sound_provider_interface->get_soundcard, NULL);
-
-  return(sound_provider_interface->get_soundcard(sound_provider));
-}
diff --git a/src/ags/audio/ags_sound_provider.c~ b/src/ags/audio/ags_sound_provider.c~
deleted file mode 100644
index bdabd69..0000000
--- a/src/ags/audio/ags_sound_provider.c~
+++ /dev/null
@@ -1,50 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/object/ags_soundcard.h>
-
-#include <math.h>
-
-void ags_soundcard_class_init(AgsSoundcardInterface *interface);
-
-GType
-ags_soundcard_get_type()
-{
-  static GType ags_type_soundcard = 0;
-
-  if(!ags_type_soundcard){
-    ags_type_soundcard = g_type_register_static_simple(G_TYPE_INTERFACE,
-						       "AgsSoundcard\0",
-						       sizeof(AgsSoundcardInterface),
-						       (GClassInitFunc) ags_soundcard_class_init,
-						       0, NULL, 0);
-  }
-
-  return(ags_type_soundcard);
-}
-
-void
-ags_soundcard_class_init(AgsSoundcardInterface *interface)
-{
-}
-
-
-GList*
-ags_sound_provider_get_soundcard(AgsSoundProvider *sound_provider)
-{
-}
diff --git a/src/ags/audio/ags_sound_provider.h b/src/ags/audio/ags_sound_provider.h
deleted file mode 100644
index 3638290..0000000
--- a/src/ags/audio/ags_sound_provider.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SOUND_PROVIDER_H__
-#define __AGS_SOUND_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/object/ags_soundcard.h>
-
-#define AGS_TYPE_SOUND_PROVIDER                    (ags_sound_provider_get_type())
-#define AGS_SOUND_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUND_PROVIDER, AgsSoundProvider))
-#define AGS_SOUND_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SOUND_PROVIDER, AgsSoundProviderInterface))
-#define AGS_IS_SOUND_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SOUND_PROVIDER))
-#define AGS_IS_SOUND_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SOUND_PROVIDER))
-#define AGS_SOUND_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SOUND_PROVIDER, AgsSoundProviderInterface))
-
-typedef void AgsSoundProvider;
-typedef struct _AgsSoundProviderInterface AgsSoundProviderInterface;
-
-struct _AgsSoundProviderInterface
-{
-  GTypeInterface interface;
-
-  GList* (*get_soundcard)(AgsSoundProvider *sound_provider);
-};
-
-GType ags_sound_provider_get_type();
-
-GList* ags_sound_provider_get_soundcard(AgsSoundProvider *sound_provider);
-
-#endif /*__AGS_SOUND_PROVIDER_H__*/
diff --git a/src/ags/audio/ags_sound_provider.h~ b/src/ags/audio/ags_sound_provider.h~
deleted file mode 100644
index a0552fd..0000000
--- a/src/ags/audio/ags_sound_provider.h~
+++ /dev/null
@@ -1,47 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SOUND_PROVIDER_H__
-#define __AGS_SOUND_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/object/ags_soundcard.h>
-
-#define AGS_TYPE_SOUND_PROVIDER                    (ags_sound_provider_get_type())
-#define AGS_SOUND_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUND_PROVIDER, AgsSoundProvider))
-#define AGS_SOUND_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SOUND_PROVIDER, AgsSoundProviderInterface))
-#define AGS_IS_SOUND_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SOUND_PROVIDER))
-#define AGS_IS_SOUND_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SOUND_PROVIDER))
-#define AGS_SOUND_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SOUND_PROVIDER, AgsSoundProviderInterface))
-
-typedef void AgsSoundProvider;
-typedef struct _AgsSoundProviderInterface AgsSoundProviderInterface;
-
-struct _AgsSoundProviderInterface
-{
-  GTypeInterface interface;
-
-  AgsSoundcard* (*get_soundcard)(AgsSoundProvider *sound_provider);
-};
-
-GType ags_sound_provider_get_type();
-
-AgsSoundcard* ags_sound_provider_get_soundcard(AgsSoundProvider *sound_provider);
-
-#endif /*__AGS_SOUND_PROVIDER_H__*/
diff --git a/src/ags/audio/file/Makefile b/src/ags/audio/file/Makefile
deleted file mode 100644
index aaa2e1a..0000000
--- a/src/ags/audio/file/Makefile
+++ /dev/null
@@ -1,472 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/audio/file/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/audio/file
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/audio/file
-abs_srcdir = /usr/src/ags-devel/src/ags/audio/file
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../
-top_builddir = ../../../..
-top_srcdir = ../../../..
-deprecated_ags_audio_file_h_sources = \
-	ags_audio_file_xml.h	
-
-ags_audio_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	ags_audio_file.h	\
-	ags_ipatch.h		\
-	ags_ipatch_sf2_reader.h	\
-	ags_sndfile.h
-
-deprecated_ags_audio_file_c_sources = \
-	ags_audio_file_xml.c
-
-ags_audio_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	ags_audio_file.c	\
-	ags_ipatch.c		\
-	ags_ipatch_sf2_reader.c	\
-	ags_sndfile.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/file/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/file/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/file/Makefile.am b/src/ags/audio/file/Makefile.am
deleted file mode 100644
index a3f9f32..0000000
--- a/src/ags/audio/file/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-deprecated_ags_audio_file_h_sources = \
-	ags_audio_file_xml.h	
-
-ags_audio_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	ags_audio_file.h	\
-	ags_ipatch.h		\
-	ags_ipatch_sf2_reader.h	\
-	ags_sndfile.h
-
-deprecated_ags_audio_file_c_sources = \
-	ags_audio_file_xml.c
-
-ags_audio_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	ags_audio_file.c	\
-	ags_ipatch.c		\
-	ags_ipatch_sf2_reader.c	\
-	ags_sndfile.c
diff --git a/src/ags/audio/file/Makefile.in b/src/ags/audio/file/Makefile.in
deleted file mode 100644
index f5a8368..0000000
--- a/src/ags/audio/file/Makefile.in
+++ /dev/null
@@ -1,472 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/audio/file
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_audio_file_h_sources = \
-	ags_audio_file_xml.h	
-
-ags_audio_audio_file_h_sources = \
-	$(deprecated_ags_audio_file_h_sources) \
-	ags_audio_file.h	\
-	ags_ipatch.h		\
-	ags_ipatch_sf2_reader.h	\
-	ags_sndfile.h
-
-deprecated_ags_audio_file_c_sources = \
-	ags_audio_file_xml.c
-
-ags_audio_audio_file_c_sources = \
-	$(deprecated_ags_audio_file_c_sources) \
-	ags_audio_file.c	\
-	ags_ipatch.c		\
-	ags_ipatch_sf2_reader.c	\
-	ags_sndfile.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/file/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/file/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/file/ags_audio_file.c b/src/ags/audio/file/ags_audio_file.c
index 5318fae..d3e9913 100644
--- a/src/ags/audio/file/ags_audio_file.c
+++ b/src/ags/audio/file/ags_audio_file.c
@@ -18,15 +18,15 @@
 
 #include <ags/audio/file/ags_audio_file.h>
 
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_playable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/audio/ags_audio_signal.h>
 
 #include <ags/audio/file/ags_sndfile.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <math.h>
@@ -40,6 +40,8 @@ void ags_audio_file_connect(AgsConnectable *connectable);
 void ags_audio_file_disconnect(AgsConnectable *connectable);
 void ags_audio_file_finalize(GObject *object);
 
+extern AgsConfig *config;
+
 enum{
   READ_BUFFER,
   LAST_SIGNAL,
@@ -119,11 +121,15 @@ ags_audio_file_connectable_interface_init(AgsConnectableInterface *connectable)
 void
 ags_audio_file_init(AgsAudioFile *audio_file)
 {
-  audio_file->soundcard = NULL;
+  audio_file->devout = NULL;
 
   audio_file->name = NULL;
 
-  audio_file->samplerate = AGS_DEVOUT_DEFAULT_SAMPLERATE;
+  audio_file->samplerate = g_ascii_strtoull(ags_config_get(config,
+							   AGS_CONFIG_DEVOUT,
+							   "samplerate\0"),
+					    NULL,
+					    10);
   audio_file->frames = 0;
   audio_file->channels = 2;
   audio_file->format = SF_FORMAT_WAV | SF_FORMAT_PCM_16;
@@ -358,7 +364,7 @@ ags_audio_file_read_audio_signal(AgsAudioFile *audio_file)
   GList *list;
 
   list = ags_playable_read_audio_signal(AGS_PLAYABLE(audio_file->file),
-					audio_file->soundcard,
+					audio_file->devout,
 					audio_file->start_channel, audio_file->audio_channels);
 
   audio_file->audio_signal = list;
@@ -416,7 +422,7 @@ ags_audio_file_flush(AgsAudioFile *audio_file)
 /**
  * ags_audio_file_new:
  * @name: the filename
- * @soundcard: defaults of #AgsSoundcard
+ * @devout: defaults of #AgsDevout
  * @start_channel: ommited channels
  * @audio_channels: number of channels to read
  *
@@ -428,7 +434,7 @@ ags_audio_file_flush(AgsAudioFile *audio_file)
  */
 AgsAudioFile*
 ags_audio_file_new(gchar *name,
-		   GObject *soundcard,
+		   AgsDevout *devout,
 		   guint start_channel, guint audio_channels)
 {
   AgsAudioFile *audio_file;
@@ -436,7 +442,7 @@ ags_audio_file_new(gchar *name,
   audio_file = (AgsAudioFile *) g_object_new(AGS_TYPE_AUDIO_FILE, NULL);
 
   audio_file->name = g_strdup(name);
-  audio_file->soundcard = soundcard;
+  audio_file->devout = devout;
   audio_file->start_channel = start_channel;
   audio_file->audio_channels = audio_channels;
 
diff --git a/src/ags/audio/file/ags_audio_file.h b/src/ags/audio/file/ags_audio_file.h
index ccf925f..2804528 100644
--- a/src/ags/audio/file/ags_audio_file.h
+++ b/src/ags/audio/file/ags_audio_file.h
@@ -22,6 +22,13 @@
 #include <glib.h>
 #include <glib-object.h>
 
+#ifndef AGS_USE_AO
+#include <ags/audio/ags_devout.h>
+#else
+#include <ags/audio/ags_libao.h>
+#endif
+
+
 #define AGS_TYPE_AUDIO_FILE                (ags_audio_file_get_type())
 #define AGS_AUDIO_FILE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUDIO_FILE, AgsAudioFile))
 #define AGS_AUDIO_FILE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_AUDIO_FILE, AgsAudioFileClass))
@@ -36,8 +43,8 @@ struct _AgsAudioFile
 {
   GObject object;
 
-  GObject *soundcard;
-  
+  AgsDevout *devout;
+
   gchar *name;
   guint samplerate;
   guint frames;
@@ -72,7 +79,7 @@ void ags_audio_file_write(AgsAudioFile *audio_file,
 void ags_audio_file_flush(AgsAudioFile *audio_file);
 
 AgsAudioFile* ags_audio_file_new(gchar *name,
-				 GObject *soundcard,
+				 AgsDevout *devout,
 				 guint start_channel, guint audio_channels);
 
 #endif /*__AGS_AUDIO_FILE_H__*/
diff --git a/src/ags/audio/file/ags_ipatch.c b/src/ags/audio/file/ags_ipatch.c
index b4506dd..3ac2657 100644
--- a/src/ags/audio/file/ags_ipatch.c
+++ b/src/ags/audio/file/ags_ipatch.c
@@ -19,7 +19,6 @@
 #include <ags/audio/file/ags_ipatch.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 #include <ags/object/ags_playable.h>
 
 #include <ags/audio/file/ags_ipatch_sf2_reader.h>
@@ -58,7 +57,7 @@ signed short* ags_ipatch_read(AgsPlayable *playable, guint channel,
 			      GError **error);
 void ags_ipatch_close(AgsPlayable *playable);
 GList* ags_ipatch_read_audio_signal(AgsPlayable *playable,
-				    AgsSoundcard *soundcard,
+				    AgsDevout *devout,
 				    guint start_channel, guint channels);
 
 /**
@@ -197,7 +196,7 @@ ags_ipatch_init(AgsIpatch *ipatch)
 {
   ipatch->flags = 0;
 
-  ipatch->soundcard = NULL;
+  ipatch->devout = NULL;
   ipatch->audio_signal= NULL;
 
   ipatch->file = NULL;
@@ -844,7 +843,7 @@ ags_ipatch_finalize(GObject *gobject)
  */
 GList*
 ags_ipatch_read_audio_signal(AgsPlayable *playable,
-			     AgsSoundcard *soundcard,
+			     AgsDevout *devout,
 			     guint start_channel, guint channels)
 {
   AgsIpatch *ipatch;
@@ -853,7 +852,7 @@ ags_ipatch_read_audio_signal(AgsPlayable *playable,
   ipatch = AGS_IPATCH(playable);
 
   list = ags_playable_read_audio_signal(AGS_PLAYABLE(ipatch->reader),
-					ipatch->soundcard,
+					ipatch->devout,
 					0, 2);
 
   ipatch->audio_signal = list;
diff --git a/src/ags/audio/file/ags_ipatch.h b/src/ags/audio/file/ags_ipatch.h
index cd5584d..7390941 100644
--- a/src/ags/audio/file/ags_ipatch.h
+++ b/src/ags/audio/file/ags_ipatch.h
@@ -23,6 +23,8 @@
 #include <glib-object.h>
 #include <libinstpatch/libinstpatch.h>
 
+#include <ags/audio/ags_devout.h>
+
 #define AGS_TYPE_IPATCH                (ags_ipatch_get_type())
 #define AGS_IPATCH(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH, AgsIpatch))
 #define AGS_IPATCH_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH, AgsIpatchClass))
@@ -50,7 +52,7 @@ struct _AgsIpatch
 
   guint flags;
 
-  GObject *soundcard;
+  AgsDevout *devout;
   GList *audio_signal;
 
   IpatchFile *file;
diff --git a/src/ags/audio/recall/Makefile b/src/ags/audio/recall/Makefile
deleted file mode 100644
index b35249b..0000000
--- a/src/ags/audio/recall/Makefile
+++ /dev/null
@@ -1,568 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/audio/recall/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/audio/recall
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/audio/recall
-abs_srcdir = /usr/src/ags-devel/src/ags/audio/recall
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../
-top_builddir = ../../../..
-top_srcdir = ../../../..
-deprecated_ags_recall_audio_h_sources = \
-	ags_amplifier.h			\
-	ags_clone_channel.h		\
-	ags_clone_channel_run.h		\
-	ags_down_mix.h			\
-	ags_echo.h			\
-	ags_loop_channel.h		\
-	ags_loop_channel_run.h		\
-	ags_play_note.h			\
-	ags_stream.h			\
-	ags_synths.h
-
-ags_recall_audio_h_sources = \
-	$(deprecated_ags_recall_audio_h_sources) \
-	ags_buffer_audio_signal.h	\
-	ags_buffer_channel.h		\
-	ags_buffer_channel_run.h	\
-	ags_buffer_recycling.h		\
-	ags_copy_audio_signal.h		\
-	ags_copy_channel.h		\
-	ags_copy_channel_run.h		\
-	ags_copy_notation_audio.h	\
-	ags_copy_notation_audio_run.h	\
-	ags_copy_pattern_audio.h	\
-	ags_copy_pattern_audio_run.h	\
-	ags_copy_pattern_channel.h	\
-	ags_copy_pattern_channel_run.h	\
-	ags_copy_recycling.h		\
-	ags_count_beats_audio.h		\
-	ags_count_beats_audio_run.h	\
-	ags_delay_audio.h 		\
-	ags_delay_audio_run.h		\
-	ags_mute_audio.h		\
-	ags_mute_audio_signal.h		\
-	ags_mute_channel.h		\
-	ags_mute_channel_run.h		\
-	ags_mute_recycling.h		\
-	ags_peak_channel.h		\
-	ags_peak_channel_run.h		\
-	ags_play_audio_file.h		\
-	ags_play_audio.h		\
-	ags_play_audio_signal.h		\
-	ags_play_channel.h		\
-	ags_play_channel_run.h		\
-	ags_play_channel_run_master.h	\
-	ags_play_notation_audio.h	\
-	ags_play_notation_audio_run.h	\
-	ags_play_pattern.h		\
-	ags_play_recycling.h		\
-	ags_stream_audio_signal.h	\
-	ags_stream_channel.h		\
-	ags_stream_channel_run.h	\
-	ags_stream_recycling.h		\
-	ags_volume_audio_signal.h	\
-	ags_volume_channel.h		\
-	ags_volume_channel_run.h	\
-	ags_volume_recycling.h
-
-deprecated_ags_recall_audio_c_sources = \
-	ags_amplifier.c			\
-	ags_clone_channel.c		\
-	ags_clone_channel_run.c		\
-	ags_down_mix.c			\
-	ags_echo.c			\
-	ags_loop_channel.c		\
-	ags_loop_channel_run.c		\
-	ags_play_note.c			\
-	ags_stream.c			\
-	ags_synths.c
-
-ags_recall_audio_c_sources = \
-	$(deprecated_ags_recall_audio_c_sources) \
-	ags_buffer_audio_signal.c	\
-	ags_buffer_channel.c		\
-	ags_buffer_channel_run.c	\
-	ags_buffer_recycling.c		\
-	ags_copy_audio_signal.c		\
-	ags_copy_channel.c		\
-	ags_copy_channel_run.c		\
-	ags_copy_notation_audio.c	\
-	ags_copy_notation_audio_run.c	\
-	ags_copy_pattern_audio.c	\
-	ags_copy_pattern_audio_run.c	\
-	ags_copy_pattern_channel.c	\
-	ags_copy_pattern_channel_run.c	\
-	ags_copy_recycling.c		\
-	ags_count_beats_audio.c		\
-	ags_count_beats_audio_run.c	\
-	ags_delay_audio.c 		\
-	ags_delay_audio_run.c		\
-	ags_mute_audio.c		\
-	ags_mute_audio_signal.c		\
-	ags_mute_channel.c		\
-	ags_mute_channel_run.c		\
-	ags_mute_recycling.c		\
-	ags_peak_channel.c		\
-	ags_peak_channel_run.c		\
-	ags_play_audio_file.c		\
-	ags_play_audio.c		\
-	ags_play_audio_signal.c		\
-	ags_play_channel.c		\
-	ags_play_channel_run.c		\
-	ags_play_channel_run_master.c	\
-	ags_play_notation_audio.c	\
-	ags_play_notation_audio_run.c	\
-	ags_play_pattern.c		\
-	ags_play_recycling.c		\
-	ags_stream_audio_signal.c	\
-	ags_stream_channel.c		\
-	ags_stream_channel_run.c	\
-	ags_stream_recycling.c		\
-	ags_volume_audio_signal.c	\
-	ags_volume_channel.c		\
-	ags_volume_channel_run.c	\
-	ags_volume_recycling.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/recall/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/recall/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/recall/Makefile.am b/src/ags/audio/recall/Makefile.am
deleted file mode 100644
index 0ae626f..0000000
--- a/src/ags/audio/recall/Makefile.am
+++ /dev/null
@@ -1,115 +0,0 @@
-deprecated_ags_recall_audio_h_sources = \
-	ags_amplifier.h			\
-	ags_clone_channel.h		\
-	ags_clone_channel_run.h		\
-	ags_down_mix.h			\
-	ags_echo.h			\
-	ags_loop_channel.h		\
-	ags_loop_channel_run.h		\
-	ags_play_note.h			\
-	ags_stream.h			\
-	ags_synths.h
-
-ags_recall_audio_h_sources = \
-	$(deprecated_ags_recall_audio_h_sources) \
-	ags_buffer_audio_signal.h	\
-	ags_buffer_channel.h		\
-	ags_buffer_channel_run.h	\
-	ags_buffer_recycling.h		\
-	ags_copy_audio_signal.h		\
-	ags_copy_channel.h		\
-	ags_copy_channel_run.h		\
-	ags_copy_notation_audio.h	\
-	ags_copy_notation_audio_run.h	\
-	ags_copy_pattern_audio.h	\
-	ags_copy_pattern_audio_run.h	\
-	ags_copy_pattern_channel.h	\
-	ags_copy_pattern_channel_run.h	\
-	ags_copy_recycling.h		\
-	ags_count_beats_audio.h		\
-	ags_count_beats_audio_run.h	\
-	ags_delay_audio.h 		\
-	ags_delay_audio_run.h		\
-	ags_mute_audio.h		\
-	ags_mute_audio_signal.h		\
-	ags_mute_channel.h		\
-	ags_mute_channel_run.h		\
-	ags_mute_recycling.h		\
-	ags_peak_channel.h		\
-	ags_peak_channel_run.h		\
-	ags_play_audio_file.h		\
-	ags_play_audio.h		\
-	ags_play_audio_signal.h		\
-	ags_play_channel.h		\
-	ags_play_channel_run.h		\
-	ags_play_channel_run_master.h	\
-	ags_play_notation_audio.h	\
-	ags_play_notation_audio_run.h	\
-	ags_play_pattern.h		\
-	ags_play_recycling.h		\
-	ags_stream_audio_signal.h	\
-	ags_stream_channel.h		\
-	ags_stream_channel_run.h	\
-	ags_stream_recycling.h		\
-	ags_volume_audio_signal.h	\
-	ags_volume_channel.h		\
-	ags_volume_channel_run.h	\
-	ags_volume_recycling.h
-
-deprecated_ags_recall_audio_c_sources =  \
-	ags_amplifier.c			\
-	ags_clone_channel.c		\
-	ags_clone_channel_run.c		\
-	ags_down_mix.c			\
-	ags_echo.c			\
-	ags_loop_channel.c		\
-	ags_loop_channel_run.c		\
-	ags_play_note.c			\
-	ags_stream.c			\
-	ags_synths.c
-
-ags_recall_audio_c_sources = \
-	$(deprecated_ags_recall_audio_c_sources) \
-	ags_buffer_audio_signal.c	\
-	ags_buffer_channel.c		\
-	ags_buffer_channel_run.c	\
-	ags_buffer_recycling.c		\
-	ags_copy_audio_signal.c		\
-	ags_copy_channel.c		\
-	ags_copy_channel_run.c		\
-	ags_copy_notation_audio.c	\
-	ags_copy_notation_audio_run.c	\
-	ags_copy_pattern_audio.c	\
-	ags_copy_pattern_audio_run.c	\
-	ags_copy_pattern_channel.c	\
-	ags_copy_pattern_channel_run.c	\
-	ags_copy_recycling.c		\
-	ags_count_beats_audio.c		\
-	ags_count_beats_audio_run.c	\
-	ags_delay_audio.c 		\
-	ags_delay_audio_run.c		\
-	ags_mute_audio.c		\
-	ags_mute_audio_signal.c		\
-	ags_mute_channel.c		\
-	ags_mute_channel_run.c		\
-	ags_mute_recycling.c		\
-	ags_peak_channel.c		\
-	ags_peak_channel_run.c		\
-	ags_play_audio_file.c		\
-	ags_play_audio.c		\
-	ags_play_audio_signal.c		\
-	ags_play_channel.c		\
-	ags_play_channel_run.c		\
-	ags_play_channel_run_master.c	\
-	ags_play_notation_audio.c	\
-	ags_play_notation_audio_run.c	\
-	ags_play_pattern.c		\
-	ags_play_recycling.c		\
-	ags_stream_audio_signal.c	\
-	ags_stream_channel.c		\
-	ags_stream_channel_run.c	\
-	ags_stream_recycling.c		\
-	ags_volume_audio_signal.c	\
-	ags_volume_channel.c		\
-	ags_volume_channel_run.c	\
-	ags_volume_recycling.c
diff --git a/src/ags/audio/recall/Makefile.in b/src/ags/audio/recall/Makefile.in
deleted file mode 100644
index 3929aff..0000000
--- a/src/ags/audio/recall/Makefile.in
+++ /dev/null
@@ -1,568 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/audio/recall
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_recall_audio_h_sources = \
-	ags_amplifier.h			\
-	ags_clone_channel.h		\
-	ags_clone_channel_run.h		\
-	ags_down_mix.h			\
-	ags_echo.h			\
-	ags_loop_channel.h		\
-	ags_loop_channel_run.h		\
-	ags_play_note.h			\
-	ags_stream.h			\
-	ags_synths.h
-
-ags_recall_audio_h_sources = \
-	$(deprecated_ags_recall_audio_h_sources) \
-	ags_buffer_audio_signal.h	\
-	ags_buffer_channel.h		\
-	ags_buffer_channel_run.h	\
-	ags_buffer_recycling.h		\
-	ags_copy_audio_signal.h		\
-	ags_copy_channel.h		\
-	ags_copy_channel_run.h		\
-	ags_copy_notation_audio.h	\
-	ags_copy_notation_audio_run.h	\
-	ags_copy_pattern_audio.h	\
-	ags_copy_pattern_audio_run.h	\
-	ags_copy_pattern_channel.h	\
-	ags_copy_pattern_channel_run.h	\
-	ags_copy_recycling.h		\
-	ags_count_beats_audio.h		\
-	ags_count_beats_audio_run.h	\
-	ags_delay_audio.h 		\
-	ags_delay_audio_run.h		\
-	ags_mute_audio.h		\
-	ags_mute_audio_signal.h		\
-	ags_mute_channel.h		\
-	ags_mute_channel_run.h		\
-	ags_mute_recycling.h		\
-	ags_peak_channel.h		\
-	ags_peak_channel_run.h		\
-	ags_play_audio_file.h		\
-	ags_play_audio.h		\
-	ags_play_audio_signal.h		\
-	ags_play_channel.h		\
-	ags_play_channel_run.h		\
-	ags_play_channel_run_master.h	\
-	ags_play_notation_audio.h	\
-	ags_play_notation_audio_run.h	\
-	ags_play_pattern.h		\
-	ags_play_recycling.h		\
-	ags_stream_audio_signal.h	\
-	ags_stream_channel.h		\
-	ags_stream_channel_run.h	\
-	ags_stream_recycling.h		\
-	ags_volume_audio_signal.h	\
-	ags_volume_channel.h		\
-	ags_volume_channel_run.h	\
-	ags_volume_recycling.h
-
-deprecated_ags_recall_audio_c_sources = \
-	ags_amplifier.c			\
-	ags_clone_channel.c		\
-	ags_clone_channel_run.c		\
-	ags_down_mix.c			\
-	ags_echo.c			\
-	ags_loop_channel.c		\
-	ags_loop_channel_run.c		\
-	ags_play_note.c			\
-	ags_stream.c			\
-	ags_synths.c
-
-ags_recall_audio_c_sources = \
-	$(deprecated_ags_recall_audio_c_sources) \
-	ags_buffer_audio_signal.c	\
-	ags_buffer_channel.c		\
-	ags_buffer_channel_run.c	\
-	ags_buffer_recycling.c		\
-	ags_copy_audio_signal.c		\
-	ags_copy_channel.c		\
-	ags_copy_channel_run.c		\
-	ags_copy_notation_audio.c	\
-	ags_copy_notation_audio_run.c	\
-	ags_copy_pattern_audio.c	\
-	ags_copy_pattern_audio_run.c	\
-	ags_copy_pattern_channel.c	\
-	ags_copy_pattern_channel_run.c	\
-	ags_copy_recycling.c		\
-	ags_count_beats_audio.c		\
-	ags_count_beats_audio_run.c	\
-	ags_delay_audio.c 		\
-	ags_delay_audio_run.c		\
-	ags_mute_audio.c		\
-	ags_mute_audio_signal.c		\
-	ags_mute_channel.c		\
-	ags_mute_channel_run.c		\
-	ags_mute_recycling.c		\
-	ags_peak_channel.c		\
-	ags_peak_channel_run.c		\
-	ags_play_audio_file.c		\
-	ags_play_audio.c		\
-	ags_play_audio_signal.c		\
-	ags_play_channel.c		\
-	ags_play_channel_run.c		\
-	ags_play_channel_run_master.c	\
-	ags_play_notation_audio.c	\
-	ags_play_notation_audio_run.c	\
-	ags_play_pattern.c		\
-	ags_play_recycling.c		\
-	ags_stream_audio_signal.c	\
-	ags_stream_channel.c		\
-	ags_stream_channel_run.c	\
-	ags_stream_recycling.c		\
-	ags_volume_audio_signal.c	\
-	ags_volume_channel.c		\
-	ags_volume_channel_run.c	\
-	ags_volume_recycling.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/recall/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/recall/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/recall/ags_buffer_audio_signal.c b/src/ags/audio/recall/ags_buffer_audio_signal.c
index e86abcd..d1c90a8 100644
--- a/src/ags/audio/recall/ags_buffer_audio_signal.c
+++ b/src/ags/audio/recall/ags_buffer_audio_signal.c
@@ -21,15 +21,20 @@
 #include <ags/audio/recall/ags_buffer_channel.h>
 
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_recycling.h>
 #include <ags/audio/ags_audio_signal.h>
 #include <ags/audio/ags_recall_channel.h>
 #include <ags/audio/ags_recall_channel_run.h>
 #include <ags/audio/ags_recall_recycling.h>
 
+#include <ags/audio/ags_config.h>
+ 
 void ags_buffer_audio_signal_class_init(AgsBufferAudioSignalClass *buffer_audio_signal);
 void ags_buffer_audio_signal_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_buffer_audio_signal_dynamic_connectable_interface_init(AgsDynamicConnectableInterface *dynamic_connectable);
@@ -47,6 +52,8 @@ AgsRecall* ags_buffer_audio_signal_duplicate(AgsRecall *recall,
 					     AgsRecallID *recall_id,
 					     guint *n_params, GParameter *parameter);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_buffer_audio_signal
  * @short_description: buffers audio signal
@@ -153,8 +160,8 @@ void
 ags_buffer_audio_signal_init(AgsBufferAudioSignal *buffer_audio_signal)
 {
   AGS_RECALL(buffer_audio_signal)->name = "ags-buffer\0";
-  AGS_RECALL(buffer_audio_signal)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(buffer_audio_signal)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(buffer_audio_signal)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(buffer_audio_signal)->build_id = AGS_BUILD_ID;
   AGS_RECALL(buffer_audio_signal)->xml_type = "ags-buffer-audio-signal\0";
   AGS_RECALL(buffer_audio_signal)->port = NULL;
 
@@ -209,11 +216,11 @@ ags_buffer_audio_signal_disconnect_dynamic(AgsDynamicConnectable *dynamic_connec
 void
 ags_buffer_audio_signal_run_init_pre(AgsRecall *recall)
 {
+  AgsDevout *devout;
   AgsRecycling *recycling;
   AgsAudioSignal *destination;
   AgsBufferRecycling *buffer_recycling;
   AgsBufferAudioSignal *buffer_audio_signal;
-  AgsSoundcard *soundcard;
   GList *stream;
   guint buffer_size;
   guint samplerate;
@@ -222,21 +229,27 @@ ags_buffer_audio_signal_run_init_pre(AgsRecall *recall)
   buffer_audio_signal = AGS_BUFFER_AUDIO_SIGNAL(recall);
   buffer_recycling = AGS_BUFFER_RECYCLING(recall->parent);
 
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(buffer_audio_signal)->soundcard);
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
-  
+  devout = AGS_DEVOUT(AGS_RECALL(buffer_audio_signal)->devout);
+
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
+
   //  recall->flags &= (~AGS_RECALL_PERSISTENT);
   recycling = AGS_RECALL_RECYCLING(buffer_recycling)->destination;
 
   /* create new audio signal */
-  destination = ags_audio_signal_new((GObject *) soundcard,
+  destination = ags_audio_signal_new((GObject *) devout,
 				     (GObject *) recycling,
 				     (GObject *) recall->recall_id->recycling_container->parent->recall_id);
-  length =  (guint) (2.0 * ags_soundcard_get_delay(soundcard)) + 1;
+  length =  (guint) (2.0 * devout->delay[devout->tic_counter]) + 1;
   ags_audio_signal_stream_resize(destination,
 				 length);
   stream = destination->stream_beginning;
@@ -273,6 +286,7 @@ ags_buffer_audio_signal_run_pre(AgsRecall *recall)
 void
 ags_buffer_audio_signal_run_inter(AgsRecall *recall)
 {
+  AgsDevout *devout;
   AgsRecycling *recycling;
   AgsAudioSignal *source, *destination;
   AgsBufferChannel *buffer_channel;
@@ -290,6 +304,7 @@ ags_buffer_audio_signal_run_inter(AgsRecall *recall)
   buffer_recycling = AGS_BUFFER_RECYCLING(recall->parent);
   buffer_channel = AGS_BUFFER_CHANNEL(AGS_RECALL_CHANNEL_RUN(AGS_RECALL(buffer_recycling)->parent)->recall_channel);
 
+  devout = AGS_DEVOUT(AGS_RECALL(buffer_audio_signal)->devout);
   source = AGS_RECALL_AUDIO_SIGNAL(buffer_audio_signal)->source;
   stream_source = source->stream_current;
 
diff --git a/src/ags/audio/recall/ags_buffer_channel.c b/src/ags/audio/recall/ags_buffer_channel.c
index c227892..a5a5e41 100644
--- a/src/ags/audio/recall/ags_buffer_channel.c
+++ b/src/ags/audio/recall/ags_buffer_channel.c
@@ -189,8 +189,8 @@ ags_buffer_channel_init(AgsBufferChannel *buffer_channel)
   GList *port;
 
   AGS_RECALL(buffer_channel)->name = "ags-buffer\0";
-  AGS_RECALL(buffer_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(buffer_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(buffer_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(buffer_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(buffer_channel)->xml_type = "ags-buffer-channel\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_buffer_channel_run.c b/src/ags/audio/recall/ags_buffer_channel_run.c
index ea5583e..323791d 100644
--- a/src/ags/audio/recall/ags_buffer_channel_run.c
+++ b/src/ags/audio/recall/ags_buffer_channel_run.c
@@ -167,8 +167,8 @@ void
 ags_buffer_channel_run_init(AgsBufferChannelRun *buffer_channel_run)
 {
   AGS_RECALL(buffer_channel_run)->name = "ags-buffer\0";
-  AGS_RECALL(buffer_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(buffer_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(buffer_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(buffer_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(buffer_channel_run)->xml_type = "ags-buffer-channel-run\0";
   AGS_RECALL(buffer_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_buffer_recycling.c b/src/ags/audio/recall/ags_buffer_recycling.c
index f801a49..497f466 100644
--- a/src/ags/audio/recall/ags_buffer_recycling.c
+++ b/src/ags/audio/recall/ags_buffer_recycling.c
@@ -150,8 +150,8 @@ void
 ags_buffer_recycling_init(AgsBufferRecycling *buffer_recycling)
 {
   AGS_RECALL(buffer_recycling)->name = "ags-buffer\0";
-  AGS_RECALL(buffer_recycling)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(buffer_recycling)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(buffer_recycling)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(buffer_recycling)->build_id = AGS_BUILD_ID;
   AGS_RECALL(buffer_recycling)->xml_type = "ags-buffer-recycling\0";
   AGS_RECALL(buffer_recycling)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_copy_audio_signal.c b/src/ags/audio/recall/ags_copy_audio_signal.c
index ccda08c..e2a45c1 100644
--- a/src/ags/audio/recall/ags_copy_audio_signal.c
+++ b/src/ags/audio/recall/ags_copy_audio_signal.c
@@ -19,9 +19,12 @@
 #include <ags/audio/recall/ags_copy_audio_signal.h>
 
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio_signal.h>
 #include <ags/audio/ags_recycling.h>
 #include <ags/audio/ags_channel.h>
@@ -156,8 +159,8 @@ void
 ags_copy_audio_signal_init(AgsCopyAudioSignal *copy_audio_signal)
 {
   AGS_RECALL(copy_audio_signal)->name = "ags-copy\0";
-  AGS_RECALL(copy_audio_signal)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_audio_signal)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_audio_signal)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_audio_signal)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_audio_signal)->xml_type = "ags-copy-audio-signal\0";
   AGS_RECALL(copy_audio_signal)->port = NULL;
 
@@ -212,6 +215,7 @@ ags_copy_audio_signal_finalize(GObject *gobject)
 void
 ags_copy_audio_signal_run_inter(AgsRecall *recall)
 {
+  AgsDevout *devout;
   AgsCopyChannel *copy_channel;
   AgsCopyAudioSignal *copy_audio_signal;
   AgsAudioSignal *source, *destination;
@@ -224,6 +228,7 @@ ags_copy_audio_signal_run_inter(AgsRecall *recall)
 
   copy_audio_signal = AGS_COPY_AUDIO_SIGNAL(recall);
 
+  devout = AGS_DEVOUT(AGS_RECALL(copy_audio_signal)->devout);
   source = AGS_RECALL_AUDIO_SIGNAL(copy_audio_signal)->source;
   stream_source = source->stream_current;
 
@@ -292,7 +297,7 @@ ags_copy_audio_signal_duplicate(AgsRecall *recall,
  * ags_copy_audio_signal_new:
  * @destination: the destination #AgsAudioSignal
  * @source: the source #AgsAudioSignal
- * @soundcard: the #AgsSoundcard defaulting to
+ * @devout: the #AgsDevout defaulting to
  * @attack: the attack
  *
  * Creates an #AgsCopyAudioSignal
@@ -304,7 +309,7 @@ ags_copy_audio_signal_duplicate(AgsRecall *recall,
 AgsCopyAudioSignal*
 ags_copy_audio_signal_new(AgsAudioSignal *destination,
 			  AgsAudioSignal *source,
-			  GObject *soundcard,
+			  AgsDevout *devout,
 			  AgsAttack *attack)
 {
   AgsCopyAudioSignal *copy_audio_signal;
@@ -312,7 +317,7 @@ ags_copy_audio_signal_new(AgsAudioSignal *destination,
   copy_audio_signal = (AgsCopyAudioSignal *) g_object_new(AGS_TYPE_COPY_AUDIO_SIGNAL,
 							  "destination\0", destination,
 							  "source\0", source,
-							  "soundcard\0", soundcard,
+							  "devout\0", devout,
 							  "attack\0", attack,
 							  NULL);
 
diff --git a/src/ags/audio/recall/ags_copy_audio_signal.h b/src/ags/audio/recall/ags_copy_audio_signal.h
index f3d41cc..ca72f06 100644
--- a/src/ags/audio/recall/ags_copy_audio_signal.h
+++ b/src/ags/audio/recall/ags_copy_audio_signal.h
@@ -48,7 +48,7 @@ GType ags_copy_audio_signal_get_type();
 
 AgsCopyAudioSignal* ags_copy_audio_signal_new(AgsAudioSignal *destination,
 					      AgsAudioSignal *source,
-					      GObject *soundcard,
+					      AgsDevout *devout,
 					      AgsAttack *attack);
 
 #endif /*__AGS_COPY_AUDIO_SIGNAL_H__*/
diff --git a/src/ags/audio/recall/ags_copy_channel.c b/src/ags/audio/recall/ags_copy_channel.c
index 3e35cff..80eeae3 100644
--- a/src/ags/audio/recall/ags_copy_channel.c
+++ b/src/ags/audio/recall/ags_copy_channel.c
@@ -188,8 +188,8 @@ ags_copy_channel_init(AgsCopyChannel *copy_channel)
   GList *port;
 
   AGS_RECALL(copy_channel)->name = "ags-copy\0";
-  AGS_RECALL(copy_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_channel)->xml_type = "ags-copy-channel\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_copy_channel_run.c b/src/ags/audio/recall/ags_copy_channel_run.c
index f39ecde..1880647 100644
--- a/src/ags/audio/recall/ags_copy_channel_run.c
+++ b/src/ags/audio/recall/ags_copy_channel_run.c
@@ -167,8 +167,8 @@ void
 ags_copy_channel_run_init(AgsCopyChannelRun *copy_channel_run)
 {
   AGS_RECALL(copy_channel_run)->name = "ags-copy\0";
-  AGS_RECALL(copy_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_channel_run)->xml_type = "ags-copy-channel-run\0";
   AGS_RECALL(copy_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_copy_pattern_audio.c b/src/ags/audio/recall/ags_copy_pattern_audio.c
index cfd6ce6..6effb64 100644
--- a/src/ags/audio/recall/ags_copy_pattern_audio.c
+++ b/src/ags/audio/recall/ags_copy_pattern_audio.c
@@ -152,8 +152,8 @@ ags_copy_pattern_audio_init(AgsCopyPatternAudio *copy_pattern_audio)
   GList *port;
 
   AGS_RECALL(copy_pattern_audio)->name = "ags-copy-pattern\0";
-  AGS_RECALL(copy_pattern_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_pattern_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_pattern_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_pattern_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_pattern_audio)->xml_type = "ags-copy-pattern-audio\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_copy_pattern_audio_run.c b/src/ags/audio/recall/ags_copy_pattern_audio_run.c
index 1282407..0d861e9 100644
--- a/src/ags/audio/recall/ags_copy_pattern_audio_run.c
+++ b/src/ags/audio/recall/ags_copy_pattern_audio_run.c
@@ -219,8 +219,8 @@ void
 ags_copy_pattern_audio_run_init(AgsCopyPatternAudioRun *copy_pattern_audio_run)
 {
   AGS_RECALL(copy_pattern_audio_run)->name = "ags-copy-pattern\0";
-  AGS_RECALL(copy_pattern_audio_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_pattern_audio_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_pattern_audio_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_pattern_audio_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_pattern_audio_run)->xml_type = "ags-copy-pattern-audio-run\0";
   AGS_RECALL(copy_pattern_audio_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_copy_pattern_channel.c b/src/ags/audio/recall/ags_copy_pattern_channel.c
index ded9692..9e12077 100644
--- a/src/ags/audio/recall/ags_copy_pattern_channel.c
+++ b/src/ags/audio/recall/ags_copy_pattern_channel.c
@@ -140,8 +140,8 @@ ags_copy_pattern_channel_init(AgsCopyPatternChannel *copy_pattern_channel)
   GList *port;
 
   AGS_RECALL(copy_pattern_channel)->name = "ags-copy-pattern\0";
-  AGS_RECALL(copy_pattern_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_pattern_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_pattern_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_pattern_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_pattern_channel)->xml_type = "ags-copy-pattern-channel\0";
   
   port = NULL;
diff --git a/src/ags/audio/recall/ags_copy_pattern_channel_run.c b/src/ags/audio/recall/ags_copy_pattern_channel_run.c
index 6dbe3bd..1002821 100644
--- a/src/ags/audio/recall/ags_copy_pattern_channel_run.c
+++ b/src/ags/audio/recall/ags_copy_pattern_channel_run.c
@@ -19,6 +19,9 @@
 #include <ags/audio/recall/ags_copy_pattern_channel_run.h>
 
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
 
@@ -188,8 +191,8 @@ void
 ags_copy_pattern_channel_run_init(AgsCopyPatternChannelRun *copy_pattern_channel_run)
 {
   AGS_RECALL(copy_pattern_channel_run)->name = "ags-copy-pattern\0";
-  AGS_RECALL(copy_pattern_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_pattern_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_pattern_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_pattern_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_pattern_channel_run)->xml_type = "ags-copy-pattern-channel-run\0";
   AGS_RECALL(copy_pattern_channel_run)->port = NULL;
 
@@ -400,10 +403,13 @@ ags_copy_pattern_channel_run_sequencer_alloc_callback(AgsDelayAudioRun *delay_au
   current_bit = g_value_get_boolean(&current_bit_value);
 
   if(current_bit){
+    AgsDevout *devout;
     AgsRecycling *recycling;
     AgsAudioSignal *audio_signal;
     gdouble delay;
     guint attack;
+  
+    devout = AGS_DEVOUT(AGS_RECALL(copy_pattern_channel_run)->devout);
 
     //    g_message("ags_copy_pattern_channel_run_sequencer_alloc_callback - playing channel: %u; playing pattern: %u\0",
     //	      AGS_RECALL_CHANNEL(copy_pattern_channel)->source->line,
@@ -444,7 +450,7 @@ ags_copy_pattern_channel_run_sequencer_alloc_callback(AgsDelayAudioRun *delay_au
 	  }
 	}
 
-	audio_signal = ags_audio_signal_new(AGS_RECALL(copy_pattern_audio)->soundcard,
+	audio_signal = ags_audio_signal_new(AGS_RECALL(copy_pattern_audio)->devout,
 					    recycling,
 					    child_recall_id);
 	ags_recycling_create_audio_signal_with_defaults(recycling,
diff --git a/src/ags/audio/recall/ags_copy_recycling.c b/src/ags/audio/recall/ags_copy_recycling.c
index 3f689cb..e51da31 100644
--- a/src/ags/audio/recall/ags_copy_recycling.c
+++ b/src/ags/audio/recall/ags_copy_recycling.c
@@ -156,8 +156,8 @@ void
 ags_copy_recycling_init(AgsCopyRecycling *copy_recycling)
 {
   AGS_RECALL(copy_recycling)->name = "ags-copy\0";
-  AGS_RECALL(copy_recycling)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(copy_recycling)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(copy_recycling)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(copy_recycling)->build_id = AGS_BUILD_ID;
   AGS_RECALL(copy_recycling)->xml_type = "ags-copy-recycling\0";
   AGS_RECALL(copy_recycling)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_count_beats_audio.c b/src/ags/audio/recall/ags_count_beats_audio.c
index d7d99e9..dd6b7fb 100644
--- a/src/ags/audio/recall/ags_count_beats_audio.c
+++ b/src/ags/audio/recall/ags_count_beats_audio.c
@@ -244,8 +244,8 @@ ags_count_beats_audio_init(AgsCountBeatsAudio *count_beats_audio)
   GList *port;
 
   AGS_RECALL(count_beats_audio)->name = "ags-count-beats\0";
-  AGS_RECALL(count_beats_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(count_beats_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(count_beats_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(count_beats_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(count_beats_audio)->xml_type = "ags-count-beats-audio\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_count_beats_audio_run.c b/src/ags/audio/recall/ags_count_beats_audio_run.c
index f426244..03f2793 100644
--- a/src/ags/audio/recall/ags_count_beats_audio_run.c
+++ b/src/ags/audio/recall/ags_count_beats_audio_run.c
@@ -19,15 +19,16 @@
 #include <ags/audio/recall/ags_count_beats_audio_run.h>
 #include <ags/audio/recall/ags_count_beats_audio.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_countable.h>
 #include <ags/object/ags_seekable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
@@ -443,8 +444,8 @@ void
 ags_count_beats_audio_run_init(AgsCountBeatsAudioRun *count_beats_audio_run)
 {
   AGS_RECALL(count_beats_audio_run)->name = "ags-count-beats\0";
-  AGS_RECALL(count_beats_audio_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(count_beats_audio_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(count_beats_audio_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(count_beats_audio_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(count_beats_audio_run)->xml_type = "ags-count-beats-audio-run\0";
   AGS_RECALL(count_beats_audio_run)->port = NULL;
 
@@ -1365,18 +1366,15 @@ void
 ags_count_beats_audio_run_stop(AgsCountBeatsAudioRun *count_beats_audio_run,
 			       gboolean notation)
 {
-  AgsThread *main_loop;
+  AgsAudioLoop *audio_loop;
   AgsAudio *audio;
   AgsChannel *channel;
   AgsRecallID *recall_id;
-  AgsApplicationContext *application_context;
   GList *devout_play;
   gboolean all_done;
 
   audio = AGS_RECALL_AUDIO_RUN(count_beats_audio_run)->recall_audio->audio;
-
-  application_context = ags_soundcard_get_application_context(AGS_SOUNDCARD(audio->soundcard));
-  main_loop = application_context->main_loop;
+  audio_loop = AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(audio->devout)->ags_main)->main_loop);
 
   channel = audio->output;
   devout_play = AGS_DEVOUT_PLAY_DOMAIN(audio->devout_play_domain)->devout_play;
@@ -1444,7 +1442,7 @@ ags_count_beats_audio_run_stop(AgsCountBeatsAudioRun *count_beats_audio_run,
   }
 
   if(all_done){
-    ags_audio_loop_remove_audio(AGS_AUDIO_LOOP(main_loop),
+    ags_audio_loop_remove_audio(audio_loop,
 				audio);
   }
 } 
diff --git a/src/ags/audio/recall/ags_delay_audio.c b/src/ags/audio/recall/ags_delay_audio.c
index 7c2b8bb..2fc7429 100644
--- a/src/ags/audio/recall/ags_delay_audio.c
+++ b/src/ags/audio/recall/ags_delay_audio.c
@@ -19,12 +19,15 @@
 #include <ags/audio/recall/ags_delay_audio.h>
 #include <ags/audio/recall/ags_delay_audio_run.h>
 
+#include <ags/main.h>
+
 #include <ags/object/ags_tactable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/audio/ags_devout.h>
 
+#include <ags/audio/ags_config.h>
+
 void ags_delay_audio_class_init(AgsDelayAudioClass *delay_audio);
 void ags_delay_audio_tactable_interface_init(AgsTactableInterface *tactable);
 void ags_delay_audio_plugin_interface_init(AgsPluginInterface *plugin);
@@ -40,7 +43,7 @@ void ags_delay_audio_get_property(GObject *gobject,
 void ags_delay_audio_set_ports(AgsPlugin *plugin, GList *port);
 void ags_delay_audio_finalize(GObject *gobject);
 
-void ags_delay_audio_notify_soundcard_callback(GObject *gobject,
+void ags_delay_audio_notify_devout_callback(GObject *gobject,
 					    GParamSpec *pspec,
 					    gpointer user_data);
 
@@ -49,6 +52,8 @@ void ags_delay_audio_change_tact(AgsTactable *tactable, gdouble tact);
 void ags_delay_audio_change_sequencer_duration(AgsTactable *tactable, gdouble duration);
 void ags_delay_audio_change_notation_duration(AgsTactable *tactable, gdouble duration);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_delay_audio
  * @short_description: delay audio 
@@ -311,12 +316,12 @@ void
 ags_delay_audio_init(AgsDelayAudio *delay_audio)
 {
   AGS_RECALL(delay_audio)->name = "ags-delay\0";
-  AGS_RECALL(delay_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(delay_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(delay_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(delay_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(delay_audio)->xml_type = "ags-delay-audio\0";
 
-  g_signal_connect_after(delay_audio, "notify::soundcard",
-			 G_CALLBACK(ags_delay_audio_notify_soundcard_callback), NULL);
+  g_signal_connect_after(delay_audio, "notify::devout",
+			 G_CALLBACK(ags_delay_audio_notify_devout_callback), NULL);
 }
 
 void
@@ -579,32 +584,36 @@ ags_delay_audio_finalize(GObject *gobject)
 }
 
 void
-ags_delay_audio_notify_soundcard_callback(GObject *gobject,
-					  GParamSpec *pspec,
-					  gpointer user_data)
+ags_delay_audio_notify_devout_callback(GObject *gobject,
+				       GParamSpec *pspec,
+				       gpointer user_data)
 {
   AgsDelayAudio *delay_audio;
   GList *port;
   guint buffer_size;
   guint samplerate;
 
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   gdouble bpm;
   gdouble delay;
 
   delay_audio = AGS_DELAY_AUDIO(gobject);
 
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(delay_audio)->soundcard);
+  devout = AGS_RECALL(delay_audio)->devout;
   port = NULL;
 
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
-  
-  bpm = ags_soundcard_get_bpm(soundcard);
-  delay = ags_soundcard_get_delay(soundcard);
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
+  bpm = devout->bpm;
+  delay = devout->delay[devout->tic_counter];
 
   /* bpm */
   delay_audio->bpm = g_object_new(AGS_TYPE_PORT,
@@ -703,6 +712,7 @@ ags_delay_audio_notify_soundcard_callback(GObject *gobject,
 void
 ags_delay_audio_change_bpm(AgsTactable *tactable, gdouble new_bpm)
 {
+  AgsDevout *devout;
   AgsDelayAudio *delay_audio;
   gdouble old_bpm;
   gdouble sequencer_delay, notation_delay;
@@ -711,6 +721,8 @@ ags_delay_audio_change_bpm(AgsTactable *tactable, gdouble new_bpm)
 
   delay_audio = AGS_DELAY_AUDIO(tactable);
 
+  devout = AGS_DEVOUT(AGS_RECALL(delay_audio)->devout);
+
   /* retrieve old bpm */
   g_value_init(&value, G_TYPE_DOUBLE);
 
@@ -781,6 +793,7 @@ ags_delay_audio_change_bpm(AgsTactable *tactable, gdouble new_bpm)
 void
 ags_delay_audio_change_tact(AgsTactable *tactable, gdouble new_tact)
 {
+  AgsDevout *devout;
   AgsDelayAudio *delay_audio;
   gdouble old_tact;
   gdouble sequencer_delay, notation_delay;
@@ -790,6 +803,8 @@ ags_delay_audio_change_tact(AgsTactable *tactable, gdouble new_tact)
   
   delay_audio = AGS_DELAY_AUDIO(tactable);
 
+  devout = AGS_DEVOUT(AGS_RECALL(delay_audio)->devout);
+
   /* retrieve old tact */
   g_value_init(&value, G_TYPE_DOUBLE);
 
@@ -863,23 +878,23 @@ void
 ags_delay_audio_change_sequencer_duration(AgsTactable *tactable, gdouble duration)
 {
   AgsDelayAudio *delay_audio;
-  AgsSoundcard *soundcard;
   guint buffer_size;
   guint samplerate;
-  gdouble bpm;
   gdouble delay;
   GValue value = {0,};
   
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(delay_audio)->soundcard);
-
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
-  bpm = ags_soundcard_get_bpm(soundcard);
-  
-  delay = ((gdouble) samplerate / (gdouble) buffer_size) * (60.0 / bpm);
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
+
+  delay = ((gdouble) samplerate / (gdouble) buffer_size) * (60.0 / AGS_DEVOUT_DEFAULT_BPM);
 
   delay_audio = AGS_DELAY_AUDIO(tactable);
 
@@ -893,25 +908,25 @@ void
 ags_delay_audio_change_notation_duration(AgsTactable *tactable, gdouble duration)
 {
   AgsDelayAudio *delay_audio;
-  AgsSoundcard *soundcard;
   guint buffer_size;
   guint samplerate;
-  gdouble bpm;
   gdouble delay;
   GValue value = {0,};
   
   delay_audio = AGS_DELAY_AUDIO(tactable);
 
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(delay_audio)->soundcard);
-
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
-  bpm = ags_soundcard_get_bpm(soundcard);
-  
-  delay = ((gdouble) samplerate / (gdouble) buffer_size) * (60.0 / bpm);
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
+
+  delay = ((gdouble) samplerate / (gdouble) buffer_size) * (60.0 / AGS_DEVOUT_DEFAULT_BPM);
 
   g_value_init(&value, G_TYPE_DOUBLE);
   g_value_set_double(&value, duration * delay * AGS_DEVOUT_DEFAULT_SCALE);
diff --git a/src/ags/audio/recall/ags_delay_audio_run.c b/src/ags/audio/recall/ags_delay_audio_run.c
index dcc2247..5a6bee5 100644
--- a/src/ags/audio/recall/ags_delay_audio_run.c
+++ b/src/ags/audio/recall/ags_delay_audio_run.c
@@ -20,15 +20,18 @@
 #include <ags/audio/recall/ags_delay_audio.h>
 
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_marshal.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 #include <ags/file/ags_file_lookup.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_recall_audio.h>
 #include <ags/audio/ags_recall_id.h>
 
@@ -338,8 +341,8 @@ ags_delay_audio_run_init(AgsDelayAudioRun *delay_audio_run)
   AGS_RECALL(delay_audio_run)->flags |= AGS_RECALL_PERSISTENT;
 
   AGS_RECALL(delay_audio_run)->name = "ags-delay\0";
-  AGS_RECALL(delay_audio_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(delay_audio_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(delay_audio_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(delay_audio_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(delay_audio_run)->xml_type = "ags-delay-audio-run\0";
   AGS_RECALL(delay_audio_run)->port = NULL;
 
@@ -410,6 +413,7 @@ ags_delay_audio_run_write(AgsFile *file, xmlNode *parent, AgsPlugin *plugin)
 void
 ags_delay_audio_run_run_init_pre(AgsRecall *recall)
 {
+  AgsDevout *devout;
   AgsDelayAudio *delay_audio;
   AgsDelayAudioRun *delay_audio_run;
 
@@ -420,6 +424,8 @@ ags_delay_audio_run_run_init_pre(AgsRecall *recall)
   delay_audio = AGS_DELAY_AUDIO(AGS_RECALL_AUDIO_RUN(recall)->recall_audio);
   delay_audio_run = AGS_DELAY_AUDIO_RUN(recall);
 
+  devout = AGS_DEVOUT(AGS_RECALL_AUDIO(delay_audio)->audio->devout);
+
   /* run order */
   delay_audio_run->hide_ref_counter = 0;
 }
@@ -484,10 +490,13 @@ ags_delay_audio_run_run_pre(AgsRecall *recall)
 
   if(delay_audio_run->notation_counter == 0 &&
      delay_audio_run->hide_ref_counter == 0){
+    AgsDevout *devout;
     guint run_order;
     gdouble delay;
     guint attack;
 
+    devout = AGS_DEVOUT(AGS_RECALL_AUDIO(delay_audio)->audio->devout);
+
     run_order = delay_audio_run->hide_ref_counter;
 
     /* delay and attack */
@@ -518,10 +527,13 @@ ags_delay_audio_run_run_pre(AgsRecall *recall)
 
   if(delay_audio_run->sequencer_counter == 0 &&
      delay_audio_run->hide_ref_counter == 0){
+    AgsDevout *devout;
     guint run_order;
     gdouble delay;
     guint attack;
 
+    devout = AGS_DEVOUT(AGS_RECALL_AUDIO(delay_audio)->audio->devout);
+
     /* delay and attack */
     //TODO:JK: unclear
     attack = 0; // devout->attack[((devout->tic_counter + 1 == AGS_NOTATION_TICS_PER_BEAT) ?
diff --git a/src/ags/audio/recall/ags_loop_channel.c b/src/ags/audio/recall/ags_loop_channel.c
index e790aff..e4adc64 100644
--- a/src/ags/audio/recall/ags_loop_channel.c
+++ b/src/ags/audio/recall/ags_loop_channel.c
@@ -164,8 +164,8 @@ void
 ags_loop_channel_init(AgsLoopChannel *loop_channel)
 {
   AGS_RECALL(loop_channel)->name = "ags-loop\0";
-  AGS_RECALL(loop_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(loop_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(loop_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(loop_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(loop_channel)->xml_type = "ags-loop-channel\0";
   AGS_RECALL(loop_channel)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_loop_channel_run.c b/src/ags/audio/recall/ags_loop_channel_run.c
index 4ce169a..59e7906 100644
--- a/src/ags/audio/recall/ags_loop_channel_run.c
+++ b/src/ags/audio/recall/ags_loop_channel_run.c
@@ -18,20 +18,24 @@
 
 #include <ags/audio/recall/ags_loop_channel_run.h>
 
+#include <ags/object/ags_dynamic_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
 #include <ags/lib/ags_list.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
+
 #include <ags/object/ags_countable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_dynamic_connectable.h>
 
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 #include <ags/file/ags_file_lookup.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_recall_container.h>
 #include <ags/audio/ags_recall_id.h>
@@ -222,8 +226,8 @@ void
 ags_loop_channel_run_init(AgsLoopChannelRun *loop_channel_run)
 {
   AGS_RECALL(loop_channel_run)->name = "ags-loop\0";
-  AGS_RECALL(loop_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(loop_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(loop_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(loop_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(loop_channel_run)->xml_type = "ags-loop-channel-run\0";
   AGS_RECALL(loop_channel_run)->port = NULL;
 
@@ -572,20 +576,23 @@ ags_loop_channel_run_duplicate(AgsRecall *recall,
 void
 ags_loop_channel_run_create_audio_signals(AgsLoopChannelRun *loop_channel_run)
 {
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsRecycling *recycling;
   AgsAudioSignal *audio_signal;
   gdouble delay;
   guint attack;
+  guint tic_counter_incr;
 
   //  g_message("debug\0");
 
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(loop_channel_run)->soundcard);
+  devout = AGS_DEVOUT(AGS_RECALL(loop_channel_run)->devout);
 
   /* recycling */
   recycling = AGS_RECALL_CHANNEL_RUN(loop_channel_run)->source->first_recycling;
 
   /* delay and attack */
+  tic_counter_incr = devout->tic_counter + 1;
+
   //TODO:JK: unclear
   attack = 0;// devout->attack[((tic_counter_incr == AGS_NOTATION_TICS_PER_BEAT) ?
   //		   0:
@@ -595,7 +602,7 @@ ags_loop_channel_run_create_audio_signals(AgsLoopChannelRun *loop_channel_run)
   //			 tic_counter_incr)];
 
   while(recycling != AGS_RECALL_CHANNEL_RUN(loop_channel_run)->source->last_recycling->next){
-    audio_signal = ags_audio_signal_new((GObject *) soundcard,
+    audio_signal = ags_audio_signal_new((GObject *) devout,
 					(GObject *) recycling,
 					(GObject *) AGS_RECALL(loop_channel_run)->recall_id);
     audio_signal->stream_current = audio_signal->stream_beginning;
diff --git a/src/ags/audio/recall/ags_mute_audio.c b/src/ags/audio/recall/ags_mute_audio.c
index 1ae2f1c..b5c1603 100644
--- a/src/ags/audio/recall/ags_mute_audio.c
+++ b/src/ags/audio/recall/ags_mute_audio.c
@@ -177,8 +177,8 @@ ags_mute_audio_init(AgsMuteAudio *mute_audio)
   GList *port;
 
   AGS_RECALL(mute_audio)->name = "ags-mute\0";
-  AGS_RECALL(mute_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(mute_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(mute_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(mute_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(mute_audio)->xml_type = "ags-mute-audio\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_mute_audio_signal.c b/src/ags/audio/recall/ags_mute_audio_signal.c
index e0c4a1a..cdefbd4 100644
--- a/src/ags/audio/recall/ags_mute_audio_signal.c
+++ b/src/ags/audio/recall/ags_mute_audio_signal.c
@@ -156,8 +156,8 @@ void
 ags_mute_audio_signal_init(AgsMuteAudioSignal *mute_audio_signal)
 {
   AGS_RECALL(mute_audio_signal)->name = "ags-mute\0";
-  AGS_RECALL(mute_audio_signal)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(mute_audio_signal)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(mute_audio_signal)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(mute_audio_signal)->build_id = AGS_BUILD_ID;
   AGS_RECALL(mute_audio_signal)->xml_type = "ags-mute-audio-signal\0";
   AGS_RECALL(mute_audio_signal)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_mute_channel.c b/src/ags/audio/recall/ags_mute_channel.c
index aeecd52..e6d981e 100644
--- a/src/ags/audio/recall/ags_mute_channel.c
+++ b/src/ags/audio/recall/ags_mute_channel.c
@@ -177,8 +177,8 @@ ags_mute_channel_init(AgsMuteChannel *mute_channel)
   GList *port;
 
   AGS_RECALL(mute_channel)->name = "ags-mute\0";
-  AGS_RECALL(mute_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(mute_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(mute_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(mute_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(mute_channel)->xml_type = "ags-mute-channel\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_mute_channel_run.c b/src/ags/audio/recall/ags_mute_channel_run.c
index 94b1841..1dc8d1f 100644
--- a/src/ags/audio/recall/ags_mute_channel_run.c
+++ b/src/ags/audio/recall/ags_mute_channel_run.c
@@ -136,8 +136,8 @@ void
 ags_mute_channel_run_init(AgsMuteChannelRun *mute_channel_run)
 {
   AGS_RECALL(mute_channel_run)->name = "ags-mute\0";
-  AGS_RECALL(mute_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(mute_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(mute_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(mute_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(mute_channel_run)->xml_type = "ags-mute-channel-run\0";
   AGS_RECALL(mute_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_mute_recycling.c b/src/ags/audio/recall/ags_mute_recycling.c
index 7613180..c354102 100644
--- a/src/ags/audio/recall/ags_mute_recycling.c
+++ b/src/ags/audio/recall/ags_mute_recycling.c
@@ -156,8 +156,8 @@ void
 ags_mute_recycling_init(AgsMuteRecycling *mute_recycling)
 {
   AGS_RECALL(mute_recycling)->name = "ags-mute\0";
-  AGS_RECALL(mute_recycling)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(mute_recycling)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(mute_recycling)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(mute_recycling)->build_id = AGS_BUILD_ID;
   AGS_RECALL(mute_recycling)->xml_type = "ags-mute-recycling\0";
   AGS_RECALL(mute_recycling)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_peak_channel.c b/src/ags/audio/recall/ags_peak_channel.c
index bac9275..655676e 100644
--- a/src/ags/audio/recall/ags_peak_channel.c
+++ b/src/ags/audio/recall/ags_peak_channel.c
@@ -20,9 +20,10 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/main.h>
+
 #include <ags/object/ags_mutable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 void ags_peak_channel_class_init(AgsPeakChannelClass *peak_channel);
 void ags_peak_channel_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -41,6 +42,8 @@ void ags_peak_channel_disconnect(AgsConnectable *connectable);
 void ags_peak_channel_set_ports(AgsPlugin *plugin, GList *port);
 void ags_peak_channel_finalize(GObject *gobject);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_peak_channel
  * @short_description: peaks channel
@@ -169,8 +172,8 @@ ags_peak_channel_init(AgsPeakChannel *peak_channel)
   GList *port;
 
   AGS_RECALL(peak_channel)->name = "ags-peak\0";
-  AGS_RECALL(peak_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(peak_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(peak_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(peak_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(peak_channel)->xml_type = "ags-peak-channel\0";
 
   port = NULL;
@@ -306,7 +309,6 @@ ags_peak_channel_retrieve_peak(AgsPeakChannel *peak_channel,
   AgsRecall *recall;
   AgsChannel *source;
   AgsRecycling *recycling;
-  AgsSoundcard *soundcard;
   GList *audio_signal;
   double *buffer;
   double current_value;
@@ -320,20 +322,17 @@ ags_peak_channel_retrieve_peak(AgsPeakChannel *peak_channel,
   }
 
   recall = (AgsRecall *) peak_channel;
-  soundcard = AGS_SOUNDCARD(recall->soundcard);
-  
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+
   source = AGS_RECALL_CHANNEL(peak_channel)->source;
   recycling = source->first_recycling;
 
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    NULL,
-			    &buffer_size,
-			    NULL);
-  
   /* initialize buffer */
   buffer = (double *) malloc(buffer_size * sizeof(double));
-  
   for(i = 0; i < buffer_size; i++) buffer[i] = 0.0;
 
   while(recycling != source->last_recycling->next){
@@ -352,12 +351,6 @@ ags_peak_channel_retrieve_peak(AgsPeakChannel *peak_channel,
 
     recycling = recycling->next;
   }
-    
-  /* 
-   * The idea is that accoustics has it's highest pressure at 440 Hz that's why it is called harmonic oscillation in air pressure.
-   * The trigonemetric functions sin and atan are combined as alike average value. They should have many common points or at least
-   * near points what equals pressure = 1.0 and if not then rather = 0.0. Then you can scale using factor.
-   */
 
   /* calculate average value */
   current_value = 0.0;
@@ -365,7 +358,7 @@ ags_peak_channel_retrieve_peak(AgsPeakChannel *peak_channel,
   for(i = 0; i < buffer_size; i++){
     current_value +=  (1.0 / (1.0 / G_MAXUINT16 * buffer[i]));
   }
-
+  
   /* break down to scale */
   //TODO:JK: verify me
   current_value = scale_precision * (atan(1.0 / 440.0) / sin(current_value / 440.0));
diff --git a/src/ags/audio/recall/ags_peak_channel_run.c b/src/ags/audio/recall/ags_peak_channel_run.c
index d7d590c..d559eb4 100644
--- a/src/ags/audio/recall/ags_peak_channel_run.c
+++ b/src/ags/audio/recall/ags_peak_channel_run.c
@@ -151,8 +151,8 @@ void
 ags_peak_channel_run_init(AgsPeakChannelRun *peak_channel_run)
 {
   AGS_RECALL(peak_channel_run)->name = "ags-peak\0";
-  AGS_RECALL(peak_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(peak_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(peak_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(peak_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(peak_channel_run)->xml_type = "ags-peak-channel-run\0";
   AGS_RECALL(peak_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_play_audio.c b/src/ags/audio/recall/ags_play_audio.c
index f822375..54218cb 100644
--- a/src/ags/audio/recall/ags_play_audio.c
+++ b/src/ags/audio/recall/ags_play_audio.c
@@ -81,8 +81,8 @@ void
 ags_play_audio_init(AgsPlayAudio *play_audio)
 {
   AGS_RECALL(play_audio)->name = "ags-play\0";
-  AGS_RECALL(play_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_audio)->xml_type = "ags-play-audio\0";
 }
 
diff --git a/src/ags/audio/recall/ags_play_audio_signal.c b/src/ags/audio/recall/ags_play_audio_signal.c
index 1c473bb..3fcd82e 100644
--- a/src/ags/audio/recall/ags_play_audio_signal.c
+++ b/src/ags/audio/recall/ags_play_audio_signal.c
@@ -20,8 +20,8 @@
 
 #include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio_signal.h>
 #include <ags/audio/ags_recycling.h>
 #include <ags/audio/ags_channel.h>
@@ -211,7 +211,7 @@ ags_play_audio_signal_run_init_pre(AgsRecall *recall)
 void
 ags_play_audio_signal_run_inter(AgsRecall *recall)
 {
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsRecycling *recycling;
   AgsAudioSignal *source;
   AgsRecallChannelRun *play_channel_run;
@@ -220,7 +220,6 @@ ags_play_audio_signal_run_inter(AgsRecall *recall)
   GList *stream;
   signed short *buffer0, *buffer1;
   guint audio_channel;
-  guint pcm_channels;
   guint buffer_size;
   gboolean muted;
   GValue muted_value = {0,};
@@ -228,12 +227,12 @@ ags_play_audio_signal_run_inter(AgsRecall *recall)
 
   play_audio_signal = AGS_PLAY_AUDIO_SIGNAL(recall);
 
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(play_audio_signal)->soundcard);
+  devout = AGS_DEVOUT(AGS_RECALL(play_audio_signal)->devout);
   source = AGS_AUDIO_SIGNAL(AGS_RECALL_AUDIO_SIGNAL(play_audio_signal)->source);
   stream = source->stream_current;
 
-  if(soundcard == NULL){
-    g_warning("no soundcard\0");
+  if(devout == NULL){
+    g_warning("no devout\0");
     return;
   }
 
@@ -243,16 +242,19 @@ ags_play_audio_signal_run_inter(AgsRecall *recall)
     return;
   }
 
-  buffer0 = ags_soundcard_get_buffer(soundcard);
-  buffer1 = ags_soundcard_get_next_buffer(soundcard);
-
-  ags_soundcard_get_presets(soundcard,
-			    &pcm_channels,
-			    NULL,
-			    NULL,
-			    NULL);
-  
-  if(buffer0 == NULL){
+  if((AGS_DEVOUT_BUFFER0 & devout->flags) != 0){
+    buffer0 = devout->buffer[1];
+    buffer1 = devout->buffer[2];
+  }else if((AGS_DEVOUT_BUFFER1 & devout->flags) != 0){
+    buffer0 = devout->buffer[2];
+    buffer1 = devout->buffer[3];
+  }else if((AGS_DEVOUT_BUFFER2 & devout->flags) != 0){
+    buffer0 = devout->buffer[3];
+    buffer1 = devout->buffer[0];
+  }else if((AGS_DEVOUT_BUFFER3 & devout->flags) != 0){
+    buffer0 = devout->buffer[0];
+    buffer1 = devout->buffer[1];
+  }else{
     g_warning("no output buffer\0");
     return;
   }
@@ -288,12 +290,12 @@ ags_play_audio_signal_run_inter(AgsRecall *recall)
 
   if((AGS_RECALL_INITIAL_RUN & (AGS_RECALL_AUDIO_SIGNAL(recall)->flags)) != 0){
     AGS_RECALL_AUDIO_SIGNAL(recall)->flags &= (~AGS_RECALL_INITIAL_RUN);
-    ags_audio_signal_copy_buffer_to_buffer(&(buffer0[audio_channel + source->attack * pcm_channels]),
-					   pcm_channels,
+    ags_audio_signal_copy_buffer_to_buffer(&(buffer0[audio_channel + source->attack * devout->pcm_channels]),
+					   devout->pcm_channels,
 					   (signed short *) stream->data, 1,
 					   buffer_size - source->attack);
   }else{
-    ags_audio_signal_copy_buffer_to_buffer(&(buffer0[audio_channel]), pcm_channels,
+    ags_audio_signal_copy_buffer_to_buffer(&(buffer0[audio_channel]), devout->pcm_channels,
 					   (signed short *) stream->data, 1,
 					   buffer_size);
   }
@@ -318,7 +320,7 @@ ags_play_audio_signal_duplicate(AgsRecall *recall,
 /**
  * ags_play_audio_signal_new:
  * @source: the source #AgsAudioSignal
- * @soundcard: the #AgsSoundcard outputting to
+ * @devout: the #AgsDevout outputting to
  * @attack: the attack
  *
  * Creates an #AgsPlayAudioSignal
@@ -329,14 +331,14 @@ ags_play_audio_signal_duplicate(AgsRecall *recall,
  */
 AgsPlayAudioSignal*
 ags_play_audio_signal_new(AgsAudioSignal *source,
-			  GObject *soundcard,
+			  AgsDevout *devout,
 			  guint audio_channel)
 {
   AgsPlayAudioSignal *play_audio_signal;
 
   play_audio_signal = (AgsPlayAudioSignal *) g_object_new(AGS_TYPE_PLAY_AUDIO_SIGNAL,
 							  "source\0", source,
-							  "soundcard\0", soundcard,
+							  "devout\0", devout,
 							  "audio_channel\0", audio_channel,
 							  NULL);
 
diff --git a/src/ags/audio/recall/ags_play_audio_signal.h b/src/ags/audio/recall/ags_play_audio_signal.h
index da2d06e..350b695 100644
--- a/src/ags/audio/recall/ags_play_audio_signal.h
+++ b/src/ags/audio/recall/ags_play_audio_signal.h
@@ -47,7 +47,7 @@ struct _AgsPlayAudioSignalClass
 GType ags_play_audio_signal_get_type();
 
 AgsPlayAudioSignal* ags_play_audio_signal_new(AgsAudioSignal *source,
-					      GObject *soundcard,
+					      AgsDevout *devout,
 					      guint audio_channel);
 
 #endif /*__AGS_PLAY_AUDIO_SIGNAL__H__*/
diff --git a/src/ags/audio/recall/ags_play_channel.c b/src/ags/audio/recall/ags_play_channel.c
index 84b43fc..51fe4c7 100644
--- a/src/ags/audio/recall/ags_play_channel.c
+++ b/src/ags/audio/recall/ags_play_channel.c
@@ -207,8 +207,8 @@ ags_play_channel_init(AgsPlayChannel *play_channel)
   GList *port;
 
   AGS_RECALL(play_channel)->name = "ags-play\0";
-  AGS_RECALL(play_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_channel)->xml_type = "ags-play-channel\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_play_channel_run.c b/src/ags/audio/recall/ags_play_channel_run.c
index 49d3cc1..ed1f1b3 100644
--- a/src/ags/audio/recall/ags_play_channel_run.c
+++ b/src/ags/audio/recall/ags_play_channel_run.c
@@ -18,12 +18,14 @@
 
 #include <ags/audio/recall/ags_play_channel_run.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_recycling.h>
 #include <ags/audio/ags_recall_id.h>
@@ -223,8 +225,8 @@ void
 ags_play_channel_run_init(AgsPlayChannelRun *play_channel_run)
 {
   AGS_RECALL(play_channel_run)->name = "ags-play\0";
-  AGS_RECALL(play_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_channel_run)->xml_type = "ags-play-channel-run\0";
   AGS_RECALL(play_channel_run)->port = NULL;
 
@@ -373,12 +375,15 @@ void
 ags_play_channel_run_run_pre(AgsRecall *recall)
 {
   AgsChannel *source;
+  AgsDevout *devout;
   AgsRecycling *recycling;
   AgsAudioSignal *audio_signal;
   gdouble delay;
   guint attack;
   guint tic_counter_incr;
 
+  devout = AGS_DEVOUT(recall->devout);
+
   //    g_message("ags_copy_pattern_channel_run_sequencer_alloc_callback - playing channel: %u; playing pattern: %u\0",
   //	      AGS_RECALL_CHANNEL(copy_pattern_channel)->source->line,
   //	      copy_pattern_audio_run->count_beats_audio_run->sequencer_counter);
@@ -389,6 +394,8 @@ ags_play_channel_run_run_pre(AgsRecall *recall)
   /* create new audio signals */
   recycling = source->first_recycling;
 
+  tic_counter_incr = devout->tic_counter + 1;
+    
   //TODO:JK: unclear
   attack = 0; //devout->attack[((tic_counter_incr == AGS_NOTATION_TICS_PER_BEAT) ?
     //		   0:
@@ -399,7 +406,7 @@ ags_play_channel_run_run_pre(AgsRecall *recall)
 
   if(recycling != NULL){
     while(recycling != source->last_recycling->next){    
-      audio_signal = ags_audio_signal_new((GObject *) recall->soundcard,
+      audio_signal = ags_audio_signal_new((GObject *) recall->devout,
 					  (GObject *) recycling,
 					  (GObject *) recall->recall_id);
       ags_recycling_create_audio_signal_with_defaults(recycling,
@@ -551,23 +558,12 @@ ags_play_channel_run_stream_audio_signal_done_callback(AgsRecall *recall,
 void
 ags_play_channel_run_stop(AgsPlayChannelRun *play_channel_run)
 {
+  AgsThread *task_thread;
   AgsChannel *channel;
   AgsCancelChannel *cancel_channel;
-  AgsThread *main_loop;
-  AgsThread *task_thread;
-  AgsApplicationContext *application_context;
-  AgsSoundcard *soundcard;
 
   channel = AGS_RECALL_CHANNEL_RUN(play_channel_run)->source;
-
-  soundcard = AGS_SOUNDCARD(AGS_RECALL(play_channel_run)->soundcard);
-
-  application_context = ags_soundcard_get_application_context(soundcard);
-
-  main_loop = application_context->main_loop;
-  
-  task_thread = (AgsTaskThread *) ags_thread_find_type(main_loop,
-						       AGS_TYPE_TASK_THREAD);
+  task_thread = (AgsTaskThread *) AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout)->ags_main)->main_loop)->task_thread;
 
   /* create append task */
   cancel_channel = ags_cancel_channel_new(channel,
diff --git a/src/ags/audio/recall/ags_play_channel_run_master.c b/src/ags/audio/recall/ags_play_channel_run_master.c
index 91c0965..f1e90c3 100644
--- a/src/ags/audio/recall/ags_play_channel_run_master.c
+++ b/src/ags/audio/recall/ags_play_channel_run_master.c
@@ -225,8 +225,8 @@ void
 ags_play_channel_run_master_init(AgsPlayChannelRunMaster *play_channel_run_master)
 {
   AGS_RECALL(play_channel_run_master)->name = "ags-play\0";
-  AGS_RECALL(play_channel_run_master)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_channel_run_master)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_channel_run_master)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_channel_run_master)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_channel_run_master)->xml_type = "ags-play-channel-run-master\0";
   AGS_RECALL(play_channel_run_master)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_play_notation_audio.c b/src/ags/audio/recall/ags_play_notation_audio.c
index 43a9220..19005a9 100644
--- a/src/ags/audio/recall/ags_play_notation_audio.c
+++ b/src/ags/audio/recall/ags_play_notation_audio.c
@@ -141,8 +141,8 @@ ags_play_notation_audio_init(AgsPlayNotationAudio *play_notation_audio)
   GList *port;
 
   AGS_RECALL(play_notation_audio)->name = "ags-play-notation\0";
-  AGS_RECALL(play_notation_audio)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_notation_audio)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_notation_audio)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_notation_audio)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_notation_audio)->xml_type = "ags-play-notation-audio\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_play_notation_audio_run.c b/src/ags/audio/recall/ags_play_notation_audio_run.c
index 937b37f..c3b7ae8 100644
--- a/src/ags/audio/recall/ags_play_notation_audio_run.c
+++ b/src/ags/audio/recall/ags_play_notation_audio_run.c
@@ -19,12 +19,14 @@
 #include <ags/audio/recall/ags_play_notation_audio_run.h>
 #include <ags/audio/recall/ags_play_notation_audio.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_dynamic_connectable.h>
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
@@ -37,6 +39,8 @@
 #include <ags/audio/ags_recall_id.h>
 #include <ags/audio/ags_recall_container.h>
 
+#include <ags/audio/ags_config.h>
+
 void ags_play_notation_audio_run_class_init(AgsPlayNotationAudioRunClass *play_notation_audio_run);
 void ags_play_notation_audio_run_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_play_notation_audio_run_dynamic_connectable_interface_init(AgsDynamicConnectableInterface *dynamic_connectable);
@@ -74,6 +78,8 @@ void ags_play_notation_audio_run_write_resolve_dependency(AgsFileLookup *file_lo
 void ags_play_notation_audio_run_read_resolve_dependency(AgsFileLookup *file_lookup,
 						       GObject *recall);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_play_notation_audio_run
  * @short_description: play notation
@@ -226,8 +232,8 @@ void
 ags_play_notation_audio_run_init(AgsPlayNotationAudioRun *play_notation_audio_run)
 {
   AGS_RECALL(play_notation_audio_run)->name = "ags-play-notation\0";
-  AGS_RECALL(play_notation_audio_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(play_notation_audio_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(play_notation_audio_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(play_notation_audio_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(play_notation_audio_run)->xml_type = "ags-play-notation-audio-run\0";
   AGS_RECALL(play_notation_audio_run)->port = NULL;
 
@@ -626,15 +632,13 @@ ags_play_notation_audio_run_alloc_input_callback(AgsDelayAudioRun *delay_audio_r
 						 gdouble delay, guint attack,
 						 AgsPlayNotationAudioRun *play_notation_audio_run)
 {
+  AgsTimestampThread *timestamp_thread;
+  AgsDevout *devout;
   AgsAudio *audio;
   AgsChannel *selected_channel, *channel, *next_pad;
   AgsAudioSignal *audio_signal;
   AgsNotation *notation;
   AgsPlayNotationAudio *play_notation_audio;
-  AgsThread *main_loop;
-  AgsTimestampThread *timestamp_thread;
-  AgsApplicationContext *application_context;
-  AgsSoundcard *soundcard;
   GList *current_position;
   AgsNote *note;
   AgsRecycling *recycling;
@@ -648,13 +652,18 @@ ags_play_notation_audio_run_alloc_input_callback(AgsDelayAudioRun *delay_audio_r
   play_notation_audio = AGS_PLAY_NOTATION_AUDIO(AGS_RECALL_AUDIO_RUN(play_notation_audio_run)->recall_audio);
 
   audio = AGS_RECALL_AUDIO(play_notation_audio)->audio;
-  soundcard = AGS_SOUNDCARD(audio->soundcard);
-
-  ags_soundcard_get_presets(soundcard,
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
+  devout = AGS_DEVOUT(audio->devout);
+
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
 
   g_value_init(&value, G_TYPE_POINTER);
   ags_port_safe_read(play_notation_audio->notation,
@@ -676,12 +685,7 @@ ags_play_notation_audio_run_alloc_input_callback(AgsDelayAudioRun *delay_audio_r
 			      audio_channel);
   }
 
-  application_context = ags_soundcard_get_application_context(soundcard);
-
-  main_loop = application_context->main_loop;
-  
-  timestamp_thread = ags_thread_find_type(main_loop,
-					  AGS_TYPE_TIMESTAMP_THREAD);
+  timestamp_thread = AGS_DEVOUT_THREAD(AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop)->devout_thread)->timestamp_thread;
   
   //TODO:JK: make it advanced
   notation = AGS_NOTATION(g_list_nth(list, audio_channel)->data);//AGS_NOTATION(ags_notation_find_near_timestamp(list, audio_channel,
@@ -704,7 +708,7 @@ ags_play_notation_audio_run_alloc_input_callback(AgsDelayAudioRun *delay_audio_r
 	//#endif
 
 	while(recycling != selected_channel->last_recycling->next){
-	  audio_signal = ags_audio_signal_new((GObject *) audio->soundcard,
+	  audio_signal = ags_audio_signal_new((GObject *) audio->devout,
 					      (GObject *) recycling,
 					      (GObject *) AGS_RECALL(play_notation_audio_run)->recall_id);
 	  ags_recycling_create_audio_signal_with_frame_count(recycling,
diff --git a/src/ags/audio/recall/ags_stream_audio_signal.c b/src/ags/audio/recall/ags_stream_audio_signal.c
index 096e62a..b58bc6b 100644
--- a/src/ags/audio/recall/ags_stream_audio_signal.c
+++ b/src/ags/audio/recall/ags_stream_audio_signal.c
@@ -150,8 +150,8 @@ void
 ags_stream_audio_signal_init(AgsStreamAudioSignal *stream_audio_signal)
 {
   AGS_RECALL(stream_audio_signal)->name = "ags-stream\0";
-  AGS_RECALL(stream_audio_signal)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(stream_audio_signal)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(stream_audio_signal)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(stream_audio_signal)->build_id = AGS_BUILD_ID;
   AGS_RECALL(stream_audio_signal)->xml_type = "ags-stream-audio-signal\0";
   AGS_RECALL(stream_audio_signal)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_stream_channel.c b/src/ags/audio/recall/ags_stream_channel.c
index e2d3f6a..43772ed 100644
--- a/src/ags/audio/recall/ags_stream_channel.c
+++ b/src/ags/audio/recall/ags_stream_channel.c
@@ -18,11 +18,11 @@
 
 #include <ags/audio/recall/ags_stream_channel.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_plugin.h>
-#include <ags/object/ags_soundcard.h>
 
 void ags_stream_channel_class_init(AgsStreamChannelClass *stream_channel);
 void ags_stream_channel_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -60,6 +60,8 @@ static gpointer ags_stream_channel_parent_class = NULL;
 static AgsConnectableInterface *ags_stream_channel_parent_connectable_interface;
 static AgsPluginInterface *ags_stream_channel_parent_plugin_interface;
 
+extern AgsConfig *config;
+
 static const gchar *ags_stream_channel_plugin_name = "ags-stream\0";
 static const gchar *ags_stream_channel_plugin_specifier[] = {
   "./auto-sense[0]\0",
@@ -167,8 +169,8 @@ ags_stream_channel_init(AgsStreamChannel *stream_channel)
   GList *port;
 
   AGS_RECALL(stream_channel)->name = "ags-stream\0";
-  AGS_RECALL(stream_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(stream_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(stream_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(stream_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(stream_channel)->xml_type = "ags-stream-channel\0";
 
   port = NULL;
@@ -182,7 +184,10 @@ ags_stream_channel_init(AgsStreamChannel *stream_channel)
 				     "port-value-size\0", sizeof(gboolean),
 				     "port-value-length\0", 1,
 				     NULL);
-  stream_channel->auto_sense->port_value.ags_port_boolean = TRUE;
+  stream_channel->auto_sense->port_value.ags_port_boolean = ((!g_strcmp0(ags_config_get(config,
+											AGS_CONFIG_RECALL,
+											"auto-sense\0"), "true\0")
+							      ) ? TRUE: FALSE);
   
   port = g_list_prepend(port, stream_channel->auto_sense);
 
diff --git a/src/ags/audio/recall/ags_stream_channel_run.c b/src/ags/audio/recall/ags_stream_channel_run.c
index cb857f8..e464930 100644
--- a/src/ags/audio/recall/ags_stream_channel_run.c
+++ b/src/ags/audio/recall/ags_stream_channel_run.c
@@ -167,8 +167,8 @@ void
 ags_stream_channel_run_init(AgsStreamChannelRun *stream_channel_run)
 {
   AGS_RECALL(stream_channel_run)->name = "ags-stream\0";
-  AGS_RECALL(stream_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(stream_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(stream_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(stream_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(stream_channel_run)->xml_type = "ags-stream-channel-run\0";
   AGS_RECALL(stream_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_stream_recycling.c b/src/ags/audio/recall/ags_stream_recycling.c
index bc61290..0ba371d 100644
--- a/src/ags/audio/recall/ags_stream_recycling.c
+++ b/src/ags/audio/recall/ags_stream_recycling.c
@@ -156,8 +156,8 @@ void
 ags_stream_recycling_init(AgsStreamRecycling *stream_recycling)
 {
   AGS_RECALL(stream_recycling)->name = "ags-stream\0";
-  AGS_RECALL(stream_recycling)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(stream_recycling)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(stream_recycling)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(stream_recycling)->build_id = AGS_BUILD_ID;
   AGS_RECALL(stream_recycling)->xml_type = "ags-stream-recycling\0";
   AGS_RECALL(stream_recycling)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_volume_audio_signal.c b/src/ags/audio/recall/ags_volume_audio_signal.c
index 9b7d37c..dbe4d0c 100644
--- a/src/ags/audio/recall/ags_volume_audio_signal.c
+++ b/src/ags/audio/recall/ags_volume_audio_signal.c
@@ -161,8 +161,8 @@ void
 ags_volume_audio_signal_init(AgsVolumeAudioSignal *volume_audio_signal)
 {
   AGS_RECALL(volume_audio_signal)->name = "ags-volume\0";
-  AGS_RECALL(volume_audio_signal)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(volume_audio_signal)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(volume_audio_signal)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(volume_audio_signal)->build_id = AGS_BUILD_ID;
   AGS_RECALL(volume_audio_signal)->xml_type = "ags-volume-audio-signal\0";
   AGS_RECALL(volume_audio_signal)->port = NULL;
 }
diff --git a/src/ags/audio/recall/ags_volume_channel.c b/src/ags/audio/recall/ags_volume_channel.c
index 84dc698..dd8033b 100644
--- a/src/ags/audio/recall/ags_volume_channel.c
+++ b/src/ags/audio/recall/ags_volume_channel.c
@@ -163,8 +163,8 @@ ags_volume_channel_init(AgsVolumeChannel *volume_channel)
   GList *port;
 
   AGS_RECALL(volume_channel)->name = "ags-volume\0";
-  AGS_RECALL(volume_channel)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(volume_channel)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(volume_channel)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(volume_channel)->build_id = AGS_BUILD_ID;
   AGS_RECALL(volume_channel)->xml_type = "ags-volume-channel\0";
 
   port = NULL;
diff --git a/src/ags/audio/recall/ags_volume_channel_run.c b/src/ags/audio/recall/ags_volume_channel_run.c
index 4801134..d8e5b8c 100644
--- a/src/ags/audio/recall/ags_volume_channel_run.c
+++ b/src/ags/audio/recall/ags_volume_channel_run.c
@@ -152,8 +152,8 @@ void
 ags_volume_channel_run_init(AgsVolumeChannelRun *volume_channel_run)
 {
   AGS_RECALL(volume_channel_run)->name = "ags-volume\0";
-  AGS_RECALL(volume_channel_run)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(volume_channel_run)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(volume_channel_run)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(volume_channel_run)->build_id = AGS_BUILD_ID;
   AGS_RECALL(volume_channel_run)->xml_type = "ags-volume-channel-run\0";
   AGS_RECALL(volume_channel_run)->port = NULL;
 
diff --git a/src/ags/audio/recall/ags_volume_recycling.c b/src/ags/audio/recall/ags_volume_recycling.c
index dd5d456..640705a 100644
--- a/src/ags/audio/recall/ags_volume_recycling.c
+++ b/src/ags/audio/recall/ags_volume_recycling.c
@@ -148,8 +148,8 @@ void
 ags_volume_recycling_init(AgsVolumeRecycling *volume_recycling)
 {
   AGS_RECALL(volume_recycling)->name = "ags-volume\0";
-  AGS_RECALL(volume_recycling)->version = AGS_RECALL_DEFAULT_VERSION;
-  AGS_RECALL(volume_recycling)->build_id = AGS_RECALL_DEFAULT_BUILD_ID;
+  AGS_RECALL(volume_recycling)->version = AGS_EFFECTS_DEFAULT_VERSION;
+  AGS_RECALL(volume_recycling)->build_id = AGS_BUILD_ID;
   AGS_RECALL(volume_recycling)->xml_type = "ags-volume-recycling\0";
   AGS_RECALL(volume_recycling)->port = NULL;
 
diff --git a/src/ags/audio/task/Makefile b/src/ags/audio/task/Makefile
deleted file mode 100644
index 5a4c103..0000000
--- a/src/ags/audio/task/Makefile
+++ /dev/null
@@ -1,562 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/audio/task/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/audio/task
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/audio/task
-abs_srcdir = /usr/src/ags-devel/src/ags/audio/task
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../
-top_builddir = ../../../..
-top_srcdir = ../../../..
-deprecated_ags_task_h_sources = \
-	ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	ags_add_audio.h		\
-	ags_add_audio_signal.h	\
-	ags_add_line_member.h	\
-	ags_add_note.h		\
-	ags_add_recall_container.h \
-	ags_add_recall.h	\
-	ags_append_audio.h	\
-	ags_append_audio_threaded.h \
-	ags_append_channel.h	\
-	ags_append_recall.h	\
-	ags_apply_synth.h	\
-	ags_audio_set_recycling.h \
-	ags_cancel_audio.h	\
-	ags_cancel_channel.h	\
-	ags_cancel_recall.h	\
-	ags_channel_set_recycling.h \
-	ags_export_output.h	\
-	ags_init_audio.h	\
-	ags_init_channel.h	\
-	ags_link_channel.h	\
-	ags_open_file.h		\
-	ags_open_single_file.h	\
-	ags_remove_audio.h	\
-	ags_remove_audio_signal.h \
-	ags_remove_note.h	\
-	ags_remove_recall_container.h \
-	ags_remove_recall.h	\
-	ags_remove_region_from_selection.h \
-	ags_resize_audio.h	\
-	ags_set_audio_channels.h \
-	ags_set_buffer_size.h	\
-	ags_set_devout_play_flags.h \
-	ags_set_output_device.h	\
-	ags_set_samplerate.h	\
-	ags_start_devout.h	\
-	ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = \
-	ags_add_point_to_selection.h	\
-	ags_add_region_to_selection.h	\
-	ags_change_indicator.h		\
-	ags_change_tact.h		\
-	ags_display_tact.h		\
-	ags_free_selection.h		\
-	ags_remove_point_from_selection.h \
-	ags_save_file.h			\
-	ags_scroll_on_play.h		\
-	ags_toggle_led.h		\
-	ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	ags_add_audio.c		\
-	ags_add_audio_signal.c	\
-	ags_add_line_member.c	\
-	ags_add_note.c		\
-	ags_add_recall_container.c \
-	ags_add_recall.c	\
-	ags_append_audio.c	\
-	ags_append_audio_threaded.c \
-	ags_append_channel.c	\
-	ags_append_recall.c	\
-	ags_apply_synth.c	\
-	ags_audio_set_recycling.c \
-	ags_cancel_audio.c	\
-	ags_cancel_channel.c	\
-	ags_cancel_recall.c	\
-	ags_channel_set_recycling.c \
-	ags_export_output.c	\
-	ags_init_audio.c	\
-	ags_init_channel.c	\
-	ags_link_channel.c	\
-	ags_open_file.c		\
-	ags_open_single_file.c	\
-	ags_remove_audio.c	\
-	ags_remove_audio_signal.c \
-	ags_remove_note.c	\
-	ags_remove_recall_container.c \
-	ags_remove_recall.c	\
-	ags_remove_region_from_selection.c \
-	ags_resize_audio.c	\
-	ags_set_audio_channels.c \
-	ags_set_buffer_size.c	\
-	ags_set_devout_play_flags.c \
-	ags_set_output_device.c	\
-	ags_set_samplerate.c	\
-	ags_start_devout.c	\
-	ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = \
-	ags_add_point_to_selection.c	\
-	ags_add_region_to_selection.c	\
-	ags_change_indicator.c		\
-	ags_change_tact.c		\
-	ags_display_tact.c		\
-	ags_free_selection.c		\
-	ags_remove_point_from_selection.c \
-	ags_save_file.c			\
-	ags_scroll_on_play.c		\
-	ags_toggle_led.c		\
-	ags_toggle_pattern_bit.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/task/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/task/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/task/Makefile.am b/src/ags/audio/task/Makefile.am
deleted file mode 100644
index 87d48c8..0000000
--- a/src/ags/audio/task/Makefile.am
+++ /dev/null
@@ -1,109 +0,0 @@
-deprecated_ags_task_h_sources = \
-	ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	ags_add_audio.h		\
-	ags_add_audio_signal.h	\
-	ags_add_line_member.h	\
-	ags_add_note.h		\
-	ags_add_recall_container.h \
-	ags_add_recall.h	\
-	ags_append_audio.h	\
-	ags_append_audio_threaded.h \
-	ags_append_channel.h	\
-	ags_append_recall.h	\
-	ags_apply_synth.h	\
-	ags_audio_set_recycling.h \
-	ags_cancel_audio.h	\
-	ags_cancel_channel.h	\
-	ags_cancel_recall.h	\
-	ags_channel_set_recycling.h \
-	ags_export_output.h	\
-	ags_init_audio.h	\
-	ags_init_channel.h	\
-	ags_link_channel.h	\
-	ags_open_file.h		\
-	ags_open_single_file.h	\
-	ags_remove_audio.h	\
-	ags_remove_audio_signal.h \
-	ags_remove_note.h	\
-	ags_remove_recall_container.h \
-	ags_remove_recall.h	\
-	ags_remove_region_from_selection.h \
-	ags_resize_audio.h	\
-	ags_set_audio_channels.h \
-	ags_set_buffer_size.h	\
-	ags_set_devout_play_flags.h \
-	ags_set_output_device.h	\
-	ags_set_samplerate.h	\
-	ags_start_devout.h	\
-	ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = 		\
-	ags_add_point_to_selection.h	\
-	ags_add_region_to_selection.h	\
-	ags_change_indicator.h		\
-	ags_change_tact.h		\
-	ags_display_tact.h		\
-	ags_free_selection.h		\
-	ags_remove_point_from_selection.h \
-	ags_save_file.h			\
-	ags_scroll_on_play.h		\
-	ags_toggle_led.h		\
-	ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	ags_add_audio.c		\
-	ags_add_audio_signal.c	\
-	ags_add_line_member.c	\
-	ags_add_note.c		\
-	ags_add_recall_container.c \
-	ags_add_recall.c	\
-	ags_append_audio.c	\
-	ags_append_audio_threaded.c \
-	ags_append_channel.c	\
-	ags_append_recall.c	\
-	ags_apply_synth.c	\
-	ags_audio_set_recycling.c \
-	ags_cancel_audio.c	\
-	ags_cancel_channel.c	\
-	ags_cancel_recall.c	\
-	ags_channel_set_recycling.c \
-	ags_export_output.c	\
-	ags_init_audio.c	\
-	ags_init_channel.c	\
-	ags_link_channel.c	\
-	ags_open_file.c		\
-	ags_open_single_file.c	\
-	ags_remove_audio.c	\
-	ags_remove_audio_signal.c \
-	ags_remove_note.c	\
-	ags_remove_recall_container.c \
-	ags_remove_recall.c	\
-	ags_remove_region_from_selection.c \
-	ags_resize_audio.c	\
-	ags_set_audio_channels.c \
-	ags_set_buffer_size.c	\
-	ags_set_devout_play_flags.c \
-	ags_set_output_device.c	\
-	ags_set_samplerate.c	\
-	ags_start_devout.c	\
-	ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = 		\
-	ags_add_point_to_selection.c	\
-	ags_add_region_to_selection.c	\
-	ags_change_indicator.c		\
-	ags_change_tact.c		\
-	ags_display_tact.c		\
-	ags_free_selection.c		\
-	ags_remove_point_from_selection.c \
-	ags_save_file.c			\
-	ags_scroll_on_play.c		\
-	ags_toggle_led.c		\
-	ags_toggle_pattern_bit.c
diff --git a/src/ags/audio/task/Makefile.in b/src/ags/audio/task/Makefile.in
deleted file mode 100644
index 9d0dccd..0000000
--- a/src/ags/audio/task/Makefile.in
+++ /dev/null
@@ -1,562 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/audio/task
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_task_h_sources = \
-	ags_apply_wavetable.h
-
-ags_audio_task_h_sources = \
-	$(deprecated_ags_audio_task_h_sources) \
-	ags_add_audio.h		\
-	ags_add_audio_signal.h	\
-	ags_add_line_member.h	\
-	ags_add_note.h		\
-	ags_add_recall_container.h \
-	ags_add_recall.h	\
-	ags_append_audio.h	\
-	ags_append_audio_threaded.h \
-	ags_append_channel.h	\
-	ags_append_recall.h	\
-	ags_apply_synth.h	\
-	ags_audio_set_recycling.h \
-	ags_cancel_audio.h	\
-	ags_cancel_channel.h	\
-	ags_cancel_recall.h	\
-	ags_channel_set_recycling.h \
-	ags_export_output.h	\
-	ags_init_audio.h	\
-	ags_init_channel.h	\
-	ags_link_channel.h	\
-	ags_open_file.h		\
-	ags_open_single_file.h	\
-	ags_remove_audio.h	\
-	ags_remove_audio_signal.h \
-	ags_remove_note.h	\
-	ags_remove_recall_container.h \
-	ags_remove_recall.h	\
-	ags_remove_region_from_selection.h \
-	ags_resize_audio.h	\
-	ags_set_audio_channels.h \
-	ags_set_buffer_size.h	\
-	ags_set_devout_play_flags.h \
-	ags_set_output_device.h	\
-	ags_set_samplerate.h	\
-	ags_start_devout.h	\
-	ags_unref_audio_signal.h
-
-ags_xorg_task_h_sources = \
-	ags_add_point_to_selection.h	\
-	ags_add_region_to_selection.h	\
-	ags_change_indicator.h		\
-	ags_change_tact.h		\
-	ags_display_tact.h		\
-	ags_free_selection.h		\
-	ags_remove_point_from_selection.h \
-	ags_save_file.h			\
-	ags_scroll_on_play.h		\
-	ags_toggle_led.h		\
-	ags_toggle_pattern_bit.h
-
-deprecated_ags_task_c_sources = \
-	ags_apply_wavetable.c
-
-ags_audio_task_c_sources = \
-	$(deprecated_ags_audio_task_c_sources) \
-	ags_add_audio.c		\
-	ags_add_audio_signal.c	\
-	ags_add_line_member.c	\
-	ags_add_note.c		\
-	ags_add_recall_container.c \
-	ags_add_recall.c	\
-	ags_append_audio.c	\
-	ags_append_audio_threaded.c \
-	ags_append_channel.c	\
-	ags_append_recall.c	\
-	ags_apply_synth.c	\
-	ags_audio_set_recycling.c \
-	ags_cancel_audio.c	\
-	ags_cancel_channel.c	\
-	ags_cancel_recall.c	\
-	ags_channel_set_recycling.c \
-	ags_export_output.c	\
-	ags_init_audio.c	\
-	ags_init_channel.c	\
-	ags_link_channel.c	\
-	ags_open_file.c		\
-	ags_open_single_file.c	\
-	ags_remove_audio.c	\
-	ags_remove_audio_signal.c \
-	ags_remove_note.c	\
-	ags_remove_recall_container.c \
-	ags_remove_recall.c	\
-	ags_remove_region_from_selection.c \
-	ags_resize_audio.c	\
-	ags_set_audio_channels.c \
-	ags_set_buffer_size.c	\
-	ags_set_devout_play_flags.c \
-	ags_set_output_device.c	\
-	ags_set_samplerate.c	\
-	ags_start_devout.c	\
-	ags_unref_audio_signal.c
-
-ags_xorg_task_c_sources = \
-	ags_add_point_to_selection.c	\
-	ags_add_region_to_selection.c	\
-	ags_change_indicator.c		\
-	ags_change_tact.c		\
-	ags_display_tact.c		\
-	ags_free_selection.c		\
-	ags_remove_point_from_selection.c \
-	ags_save_file.c			\
-	ags_scroll_on_play.c		\
-	ags_toggle_led.c		\
-	ags_toggle_pattern_bit.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/task/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/task/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/task/ags_add_audio.c b/src/ags/audio/task/ags_add_audio.c
index 7a1f8bc..5b4a888 100644
--- a/src/ags/audio/task/ags_add_audio.c
+++ b/src/ags/audio/task/ags_add_audio.c
@@ -31,12 +31,12 @@ void ags_add_audio_launch(AgsTask *task);
 
 /**
  * SECTION:ags_add_audio
- * @short_description: add audio object to soundcard
+ * @short_description: add audio object to devout
  * @title: AgsAddAudio
  * @section_id:
  * @include: ags/audio/task/ags_add_audio.h
  *
- * The #AgsAddAudio task adds #AgsAudio to #AgsSoundcard.
+ * The #AgsAddAudio task adds #AgsAudio to #AgsDevout.
  */
 
 static gpointer ags_add_audio_parent_class = NULL;
@@ -110,7 +110,7 @@ ags_add_audio_connectable_interface_init(AgsConnectableInterface *connectable)
 void
 ags_add_audio_init(AgsAddAudio *add_audio)
 {
-  add_audio->soundcard = NULL;
+  add_audio->devout = NULL;
   add_audio->audio = NULL;
 }
 
@@ -145,10 +145,8 @@ ags_add_audio_launch(AgsTask *task)
 
   add_audio = AGS_ADD_AUDIO(task);
 
-  //TODO:JK: use AgsSoundcard
-  
   /* add audio */
-  ags_devout_add_audio(add_audio->soundcard,
+  ags_devout_add_audio(add_audio->devout,
 		       G_OBJECT(add_audio->audio));
 
   /* AgsAudio */
@@ -157,7 +155,7 @@ ags_add_audio_launch(AgsTask *task)
 
 /**
  * ags_add_audio_new:
- * @soundcard: the #AgsSoundcard
+ * @devout: the #AgsDevout
  * @audio: the #AgsAudio to add
  *
  * Creates an #AgsAddAudio.
@@ -167,7 +165,7 @@ ags_add_audio_launch(AgsTask *task)
  * Since: 0.4
  */
 AgsAddAudio*
-ags_add_audio_new(GObject *soundcard,
+ags_add_audio_new(AgsDevout *devout,
 		  AgsAudio *audio)
 {
   AgsAddAudio *add_audio;
@@ -175,7 +173,7 @@ ags_add_audio_new(GObject *soundcard,
   add_audio = (AgsAddAudio *) g_object_new(AGS_TYPE_ADD_AUDIO,
 					   NULL);
 
-  add_audio->soundcard = soundcard;
+  add_audio->devout = devout;
   add_audio->audio = audio;
 
   return(add_audio);
diff --git a/src/ags/audio/task/ags_add_audio.h b/src/ags/audio/task/ags_add_audio.h
index 213d7b0..9c52bf1 100644
--- a/src/ags/audio/task/ags_add_audio.h
+++ b/src/ags/audio/task/ags_add_audio.h
@@ -22,6 +22,7 @@
 #include <glib-object.h>
 
 #include <ags/audio/ags_task.h>
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 
 #define AGS_TYPE_ADD_AUDIO                (ags_add_audio_get_type())
@@ -38,7 +39,7 @@ struct _AgsAddAudio
 {
   AgsTask task;
 
-  GObject *soundcard;
+  AgsDevout *devout;
   AgsAudio *audio;
 };
 
@@ -49,7 +50,7 @@ struct _AgsAddAudioClass
 
 GType ags_add_audio_get_type();
 
-AgsAddAudio* ags_add_audio_new(GObject *soundcard,
+AgsAddAudio* ags_add_audio_new(AgsDevout *devout,
 			       AgsAudio *audio);
 
 #endif /*__AGS_ADD_AUDIO_H__*/
diff --git a/src/ags/audio/task/ags_add_bulk_member.c b/src/ags/audio/task/ags_add_bulk_member.c
deleted file mode 100644
index e804fdc..0000000
--- a/src/ags/audio/task/ags_add_bulk_member.c
+++ /dev/null
@@ -1,200 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/task/ags_add_bulk_member.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/audio/ags_audio.h>
-#include <ags/audio/ags_channel.h>
-
-#include <ags/X/ags_effect_bulk.h>
-
-void ags_add_bulk_member_class_init(AgsAddBulkMemberClass *add_bulk_member);
-void ags_add_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_add_bulk_member_init(AgsAddBulkMember *add_bulk_member);
-void ags_add_bulk_member_connect(AgsConnectable *connectable);
-void ags_add_bulk_member_disconnect(AgsConnectable *connectable);
-void ags_add_bulk_member_finalize(GObject *gobject);
-
-void ags_add_bulk_member_launch(AgsTask *task);
-
-/**
- * SECTION:ags_add_bulk_member
- * @short_description: add line_member object to line
- * @title: AgsAddBulkMember
- * @section_id:
- * @include: ags/audio/task/ags_add_bulk_member.h
- *
- * The #AgsAddBulkMember task addspacks #AgsLineMember to #AgsLine.
- */
-
-static gpointer ags_add_bulk_member_parent_class = NULL;
-static AgsConnectableInterface *ags_add_bulk_member_parent_connectable_interface;
-
-GType
-ags_add_bulk_member_get_type()
-{
-  static GType ags_type_add_bulk_member = 0;
-
-  if(!ags_type_add_bulk_member){
-    static const GTypeInfo ags_add_bulk_member_info = {
-      sizeof (AgsAddBulkMemberClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_add_bulk_member_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsAddBulkMember),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_add_bulk_member_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_add_bulk_member_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_add_bulk_member = g_type_register_static(AGS_TYPE_TASK,
-						 "AgsAddBulkMember\0",
-						 &ags_add_bulk_member_info,
-						 0);
-
-    g_type_add_interface_static(ags_type_add_bulk_member,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-  
-  return (ags_type_add_bulk_member);
-}
-
-void
-ags_add_bulk_member_class_init(AgsAddBulkMemberClass *add_bulk_member)
-{
-  GObjectClass *gobject;
-  AgsTaskClass *task;
-
-  ags_add_bulk_member_parent_class = g_type_class_peek_parent(add_bulk_member);
-
-  /* gobject */
-  gobject = (GObjectClass *) add_bulk_member;
-
-  gobject->finalize = ags_add_bulk_member_finalize;
-
-  /* task */
-  task = (AgsTaskClass *) add_bulk_member;
-
-  task->launch = ags_add_bulk_member_launch;
-}
-
-void
-ags_add_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_add_bulk_member_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_add_bulk_member_connect;
-  connectable->disconnect = ags_add_bulk_member_disconnect;
-}
-
-void
-ags_add_bulk_member_init(AgsAddBulkMember *add_bulk_member)
-{
-  add_bulk_member->effect_bulk = NULL;
-  add_bulk_member->bulk_member = NULL;
-  add_bulk_member->x = 0;
-  add_bulk_member->y = 0;
-  add_bulk_member->width = 0;
-  add_bulk_member->height = 0;
-}
-
-void
-ags_add_bulk_member_connect(AgsConnectable *connectable)
-{
-  ags_add_bulk_member_parent_connectable_interface->connect(connectable);
-
-  /* empty */
-}
-
-void
-ags_add_bulk_member_disconnect(AgsConnectable *connectable)
-{
-  ags_add_bulk_member_parent_connectable_interface->disconnect(connectable);
-
-  /* empty */
-}
-
-void
-ags_add_bulk_member_finalize(GObject *gobject)
-{
-  G_OBJECT_CLASS(ags_add_bulk_member_parent_class)->finalize(gobject);
-
-  /* empty */
-}
-
-void
-ags_add_bulk_member_launch(AgsTask *task)
-{
-  AgsAddBulkMember *add_bulk_member;
-
-  add_bulk_member = AGS_ADD_BULK_MEMBER(task);
-
-  gtk_table_attach(AGS_EFFECT_BULK(add_bulk_member->effect_bulk)->table,
-		   add_bulk_member->bulk_member,
-		   add_bulk_member->x, add_bulk_member->x + add_bulk_member->width,
-		   add_bulk_member->y, add_bulk_member->y + add_bulk_member->height,
-		   GTK_FILL, GTK_FILL,
-		   0, 0);
-  gtk_widget_show_all(AGS_EFFECT_BULK(add_bulk_member->effect_bulk)->table);
-}
-
-/**
- * ags_add_bulk_member_new:
- * @line: the #AgsLine or #AgsEffectLine
- * @line_member: the #AgsLineMember to add
- * @x: pack start x
- * @y: pack start y
- * @width: pack width
- * @height: pack height
- *
- * Creates an #AgsAddBulkMember.
- *
- * Returns: an new #AgsAddBulkMember.
- *
- * Since: 0.4
- */
-AgsAddBulkMember*
-ags_add_bulk_member_new(GtkWidget *effect_bulk,
-			AgsLineMember *bulk_member,
-			guint x, guint y,
-			guint width, guint height)
-{
-  AgsAddBulkMember *add_bulk_member;
-
-  add_bulk_member = (AgsAddBulkMember *) g_object_new(AGS_TYPE_ADD_BULK_MEMBER,
-						      NULL);
-
-  add_bulk_member->effect_bulk = effect_bulk;
-  add_bulk_member->bulk_member = bulk_member;
-  add_bulk_member->x = x;
-  add_bulk_member->y = y;
-  add_bulk_member->width = width;
-  add_bulk_member->height = height;
-
-  return(add_bulk_member);
-}
diff --git a/src/ags/audio/task/ags_add_bulk_member.h b/src/ags/audio/task/ags_add_bulk_member.h
deleted file mode 100644
index a0455ed..0000000
--- a/src/ags/audio/task/ags_add_bulk_member.h
+++ /dev/null
@@ -1,63 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_ADD_BULK_MEMBER_H__
-#define __AGS_ADD_BULK_MEMBER_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/audio/ags_task.h>
-#include <ags/X/ags_line_member.h>
-
-#define AGS_TYPE_ADD_BULK_MEMBER                (ags_add_bulk_member_get_type())
-#define AGS_ADD_BULK_MEMBER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_ADD_BULK_MEMBER, AgsAddBulkMember))
-#define AGS_ADD_BULK_MEMBER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_ADD_BULK_MEMBER, AgsAddBulkMemberClass))
-#define AGS_IS_ADD_BULK_MEMBER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_ADD_BULK_MEMBER))
-#define AGS_IS_ADD_BULK_MEMBER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_ADD_BULK_MEMBER))
-#define AGS_ADD_BULK_MEMBER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_ADD_BULK_MEMBER, AgsAddBulkMemberClass))
-
-typedef struct _AgsAddBulkMember AgsAddBulkMember;
-typedef struct _AgsAddBulkMemberClass AgsAddBulkMemberClass;
-
-struct _AgsAddBulkMember
-{
-  AgsTask task;
-
-  GtkWidget *effect_bulk;
-  AgsLineMember *bulk_member;
-
-  guint x;
-  guint y;
-  guint width;
-  guint height;
-};
-
-struct _AgsAddBulkMemberClass
-{
-  AgsTaskClass task;
-};
-
-GType ags_add_bulk_member_get_type();
-
-AgsAddBulkMember* ags_add_bulk_member_new(GtkWidget *effect_bulk,
-					  AgsLineMember *bulk_member,
-					  guint x, guint y,
-					  guint width, guint height);
-
-#endif /*__AGS_ADD_BULK_MEMBER_H__*/
diff --git a/src/ags/audio/task/ags_add_line_member.c b/src/ags/audio/task/ags_add_line_member.c
index c8c1995..1722591 100644
--- a/src/ags/audio/task/ags_add_line_member.c
+++ b/src/ags/audio/task/ags_add_line_member.c
@@ -23,9 +23,6 @@
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 
-#include <ags/X/ags_line.h>
-#include <ags/X/ags_effect_line.h>
-
 void ags_add_line_member_class_init(AgsAddLineMemberClass *add_line_member);
 void ags_add_line_member_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_add_line_member_init(AgsAddLineMember *add_line_member);
@@ -155,23 +152,11 @@ ags_add_line_member_launch(AgsTask *task)
 
   add_line_member = AGS_ADD_LINE_MEMBER(task);
 
-  if(AGS_IS_LINE(add_line_member->line)){
-    ags_expander_add(AGS_LINE(add_line_member->line)->expander,
-		     add_line_member->line_member,
-		     add_line_member->x, add_line_member->y,
-		     add_line_member->width, add_line_member->height);
-  }else if(AGS_IS_EFFECT_LINE(add_line_member->line)){
-    gtk_table_attach(AGS_EFFECT_LINE(add_line_member->line)->table,
-		     add_line_member->line_member,
-		     add_line_member->x, add_line_member->x + add_line_member->width,
-		     add_line_member->y, add_line_member->y + add_line_member->height,
-		     GTK_FILL, GTK_FILL,
-		     0, 0);
-    gtk_widget_show_all(AGS_EFFECT_LINE(add_line_member->line)->table);
-  }else{
-    g_warning("ags_add_line_member.c - unknow line type");
-  }
-  
+  ags_expander_add(add_line_member->line->expander,
+		   add_line_member->line_member,
+		   add_line_member->x, add_line_member->y,
+		   add_line_member->width, add_line_member->height);
+
   ags_line_member_find_port(add_line_member->line_member);
 
   //  gtk_widget_set_child_visible(GTK_BIN(add_line_member->line->expander)->child,
@@ -180,7 +165,7 @@ ags_add_line_member_launch(AgsTask *task)
 
 /**
  * ags_add_line_member_new:
- * @line: the #AgsLine or #AgsEffectLine
+ * @line: the #AgsLine
  * @line_member: the #AgsLineMember to add
  * @x: pack start x
  * @y: pack start y
@@ -194,7 +179,7 @@ ags_add_line_member_launch(AgsTask *task)
  * Since: 0.4
  */
 AgsAddLineMember*
-ags_add_line_member_new(GtkWidget *line,
+ags_add_line_member_new(AgsLine *line,
 			AgsLineMember *line_member,
 			guint x, guint y,
 			guint width, guint height)
diff --git a/src/ags/audio/task/ags_add_line_member.h b/src/ags/audio/task/ags_add_line_member.h
index fc43da0..01979aa 100644
--- a/src/ags/audio/task/ags_add_line_member.h
+++ b/src/ags/audio/task/ags_add_line_member.h
@@ -23,6 +23,7 @@
 #include <glib-object.h>
 
 #include <ags/audio/ags_task.h>
+#include <ags/X/ags_line.h>
 #include <ags/X/ags_line_member.h>
 
 #define AGS_TYPE_ADD_LINE_MEMBER                (ags_add_line_member_get_type())
@@ -39,7 +40,7 @@ struct _AgsAddLineMember
 {
   AgsTask task;
 
-  GtkWidget *line;
+  AgsLine *line;
   AgsLineMember *line_member;
 
   guint x;
@@ -55,7 +56,7 @@ struct _AgsAddLineMemberClass
 
 GType ags_add_line_member_get_type();
 
-AgsAddLineMember* ags_add_line_member_new(GtkWidget *line,
+AgsAddLineMember* ags_add_line_member_new(AgsLine *line,
 					  AgsLineMember *line_member,
 					  guint x, guint y,
 					  guint width, guint height);
diff --git a/src/ags/audio/task/ags_append_audio.c b/src/ags/audio/task/ags_append_audio.c
index d080e59..1cdb137 100644
--- a/src/ags/audio/task/ags_append_audio.c
+++ b/src/ags/audio/task/ags_append_audio.c
@@ -18,11 +18,9 @@
 
 #include <ags/audio/task/ags_append_audio.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/server/ags_server_application_context.h>
-#include <ags/server/ags_server.h>
+#include <ags/main.h>
 
 void ags_append_audio_class_init(AgsAppendAudioClass *append_audio);
 void ags_append_audio_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -145,35 +143,20 @@ ags_append_audio_finalize(GObject *gobject)
 void
 ags_append_audio_launch(AgsTask *task)
 {
-  AgsApplicationContext *application_context;
   AgsServer *server;
   AgsAppendAudio *append_audio;
   AgsAudioLoop *audio_loop;
 
-  GList *list;
-
   append_audio = AGS_APPEND_AUDIO(task);
 
   audio_loop = AGS_AUDIO_LOOP(append_audio->audio_loop);
 
-  application_context = AGS_APPLICATION_CONTEXT(audio_loop->application_context);
-
   /* append to AgsDevout */
   ags_audio_loop_add_audio(audio_loop,
 			   append_audio->audio);
 
   /* add to server registry */
-  server = NULL;
-  list = application_context->sibling;
-
-  while(list != NULL){
-    if(AGS_IS_SERVER_APPLICATION_CONTEXT(list->data)){
-      server = AGS_SERVER_APPLICATION_CONTEXT(list->data)->server;
-      break;
-    }
-
-    list = list->next;
-  }
+  server = AGS_MAIN(audio_loop->ags_main)->server;
 
   if(server != NULL && (AGS_SERVER_RUNNING & (server->flags)) != 0){
     ags_connectable_add_to_registry(AGS_CONNECTABLE(append_audio->audio));
diff --git a/src/ags/audio/task/ags_append_channel.c b/src/ags/audio/task/ags_append_channel.c
index f263e65..49aa45f 100644
--- a/src/ags/audio/task/ags_append_channel.c
+++ b/src/ags/audio/task/ags_append_channel.c
@@ -18,11 +18,9 @@
 
 #include <ags/audio/task/ags_append_channel.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/server/ags_server_application_context.h>
-#include <ags/server/ags_server.h>
+#include <ags/main.h>
 
 void ags_append_channel_class_init(AgsAppendChannelClass *append_channel);
 void ags_append_channel_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -145,35 +143,20 @@ ags_append_channel_finalize(GObject *gobject)
 void
 ags_append_channel_launch(AgsTask *task)
 {
-  AgsApplicationContext *application_context;
   AgsServer *server;
   AgsAppendChannel *append_channel;
   AgsAudioLoop *audio_loop;
 
-  GList *list;
-
   append_channel = AGS_APPEND_CHANNEL(task);
 
   audio_loop = AGS_AUDIO_LOOP(append_channel->audio_loop);
 
-  application_context = AGS_APPLICATION_CONTEXT(audio_loop->application_context);
-  
   /* append to AgsDevout */
   ags_audio_loop_add_channel(audio_loop,
 			     append_channel->channel);
 
   /* add to server registry */
-  server = NULL;
-  list = application_context->sibling;
-
-  while(list != NULL){
-    if(AGS_IS_SERVER_APPLICATION_CONTEXT(list->data)){
-      server = AGS_SERVER_APPLICATION_CONTEXT(list->data)->server;
-      break;
-    }
-
-    list = list->next;
-  }
+  server = AGS_MAIN(audio_loop->ags_main)->server;
 
   if(server != NULL && (AGS_SERVER_RUNNING & (server->flags)) != 0){
     ags_connectable_add_to_registry(AGS_CONNECTABLE(append_channel->channel));
diff --git a/src/ags/audio/task/ags_apply_synth.c b/src/ags/audio/task/ags_apply_synth.c
index 06a341a..1e05ec8 100644
--- a/src/ags/audio/task/ags_apply_synth.c
+++ b/src/ags/audio/task/ags_apply_synth.c
@@ -18,14 +18,14 @@
 
 #include <ags/audio/task/ags_apply_synth.h>
 
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_audio_signal.h>
 #include <ags/audio/ags_synths.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <math.h>
 
 void ags_apply_synth_class_init(AgsApplySynthClass *apply_synth);
@@ -37,6 +37,8 @@ void ags_apply_synth_finalize(GObject *gobject);
 
 void ags_apply_synth_launch(AgsTask *task);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_apply_synth
  * @short_description: apply synth to channel
@@ -159,10 +161,10 @@ ags_apply_synth_finalize(GObject *gobject)
 void
 ags_apply_synth_launch(AgsTask *task)
 {
+  AgsDevout *devout;
   AgsApplySynth *apply_synth;
   AgsChannel *channel;
   AgsAudioSignal *audio_signal;
-  GObject *soundcard;
   GList *stream;
   gint wave;
   guint attack, frame_count, stop, phase, frequency;
@@ -186,20 +188,20 @@ ags_apply_synth_launch(AgsTask *task)
 				    double volume){
     switch(wave){
     case AGS_APPLY_SYNTH_SIN:
-      ags_synth_sin(soundcard, (signed short *) stream->data,
+      ags_synth_sin(devout, (signed short *) stream->data,
 		    offset, frequency, phase, frame_count,
 		    volume);
       break;
     case AGS_APPLY_SYNTH_SAW:
-      ags_synth_saw(soundcard, (signed short *) stream->data,
+      ags_synth_saw(devout, (signed short *) stream->data,
 		    offset, frequency, phase, frame_count,
 		    volume);
       break;
     case AGS_APPLY_SYNTH_SQUARE:
-      ags_synth_square(soundcard, (signed short *) stream->data, offset, frequency, phase, frame_count, volume);
+      ags_synth_square(devout, (signed short *) stream->data, offset, frequency, phase, frame_count, volume);
       break;
     case AGS_APPLY_SYNTH_TRIANGLE:
-      ags_synth_triangle(soundcard, (signed short *) stream->data, offset, frequency, phase, frame_count, volume);
+      ags_synth_triangle(devout, (signed short *) stream->data, offset, frequency, phase, frame_count, volume);
       break;
     default:
       g_warning("ags_apply_synth_launch_write: warning no wave selected\n\0");
@@ -208,12 +210,17 @@ ags_apply_synth_launch(AgsTask *task)
 
   apply_synth = AGS_APPLY_SYNTH(task);
   channel = apply_synth->start_channel;
-  soundcard = AGS_AUDIO(channel->audio)->soundcard;
-  ags_soundcard_get_presets(AGS_SOUNDCARD(soundcard),
-			    NULL,
-			    &samplerate,
-			    &buffer_size,
-			    NULL);
+  devout = AGS_DEVOUT(AGS_AUDIO(channel->audio)->devout);
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
   
   wave = (gint) apply_synth->wave;
   g_message("wave = %d\n\0", wave);
diff --git a/src/ags/audio/task/ags_display_tact.c b/src/ags/audio/task/ags_display_tact.c
index f8826c2..1c2cdfd 100644
--- a/src/ags/audio/task/ags_display_tact.c
+++ b/src/ags/audio/task/ags_display_tact.c
@@ -155,8 +155,7 @@ ags_display_tact_launch(AgsTask *task)
   //  gtk_adjustment_set_value(navigation->position_tact->adjustment,
   //			   navigation->position_tact->adjustment->value + (exp2(-4.0)));
 
-  timestr = ags_navigation_tact_to_time_string(navigation->position_tact->adjustment->value,
-					       navigation->bpm->adjustment->value);
+  timestr = ags_navigation_tact_to_time_string(navigation->position_tact->adjustment->value);
   gtk_label_set_text(navigation->duration_time, timestr);
 
   g_free(timestr);
diff --git a/src/ags/audio/task/ags_export_output.c b/src/ags/audio/task/ags_export_output.c
index f552922..17717fd 100644
--- a/src/ags/audio/task/ags_export_output.c
+++ b/src/ags/audio/task/ags_export_output.c
@@ -19,10 +19,13 @@
 #include <ags/audio/task/ags_export_output.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
+
+#include <ags/main.h>
 
 #include <ags/thread/ags_export_thread.h>
 
+#include <ags/audio/ags_devout.h>
+
 #include <ags/audio/file/ags_audio_file.h>
 
 void ags_export_output_class_init(AgsExportOutputClass *export_output);
@@ -41,7 +44,7 @@ void ags_export_output_launch(AgsTask *task);
  * @section_id:
  * @include: ags/audio/task/ags_export_output.h
  *
- * The #AgsExportOutput task exports #AgsSoundcard to file.
+ * The #AgsExportOutput task exports #AgsDevout to file.
  */
 
 static gpointer ags_export_output_parent_class = NULL;
@@ -116,7 +119,7 @@ void
 ags_export_output_init(AgsExportOutput *export_output)
 {
   export_output->export_thread = NULL;
-  export_output->soundcard = NULL;
+  export_output->devout = NULL;
   export_output->filename = NULL;
   export_output->tic = 0;
   export_output->live_performance = TRUE;
@@ -151,35 +154,25 @@ ags_export_output_launch(AgsTask *task)
 {
   AgsExportOutput *export_output;
   AgsExportThread *export_thread;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsAudioFile *audio_file;
   gchar *filename;
-  guint samplerate, dsp_channels;
   guint tic;
   guint val;
   
   export_output = AGS_EXPORT_OUTPUT(task);
-
-  soundcard = export_output->soundcard;
+  devout = export_output->devout;
   export_thread = export_output->export_thread;
-
   filename = export_output->filename;
-
-  ags_soundcard_get_presets(soundcard,
-			    &dsp_channels,
-			    &samplerate,
-			    NULL,
-			    NULL);
-  
   tic = export_output->tic;
 
   /* open read/write audio file */
   audio_file = ags_audio_file_new(filename,
-				  soundcard,
-				  0, dsp_channels);
+				  devout,
+				  0, devout->dsp_channels);
 
-  audio_file->samplerate = (int) samplerate;
-  audio_file->channels = dsp_channels;
+  audio_file->samplerate = (int) devout->frequency;
+  audio_file->channels = devout->dsp_channels;
 
   ags_audio_file_rw_open(audio_file,
 			 TRUE);
@@ -189,7 +182,7 @@ ags_export_output_launch(AgsTask *task)
   /* start export thread */
   export_thread->tic = tic;
   g_object_set(G_OBJECT(export_thread),
-	       "soundcard\0", soundcard,
+	       "devout\0", devout,
 	       "audio-file\0", audio_file,
 	       NULL);
   ags_thread_start(export_thread);
@@ -218,7 +211,7 @@ ags_export_output_launch(AgsTask *task)
 /**
  * ags_export_output_new:
  * @export_thread: the #AgsExportThread to start
- * @soundcard: the #AgsSoundcard to export
+ * @devout: the #AgsDevout to export
  * @filename: the filename to save
  * @tic: stream duration in tact
  * @live_performance: if %TRUE export is done during real-time
@@ -231,7 +224,7 @@ ags_export_output_launch(AgsTask *task)
  */
 AgsExportOutput*
 ags_export_output_new(AgsExportThread *export_thread,
-		      GObject *soundcard,
+		      AgsDevout *devout,
 		      gchar *filename,
 		      guint tic,
 		      gboolean live_performance)
@@ -242,7 +235,7 @@ ags_export_output_new(AgsExportThread *export_thread,
 						   NULL);
 
   export_output->export_thread = export_thread;
-  export_output->soundcard = soundcard;
+  export_output->devout = devout;
   export_output->filename = filename;
   export_output->tic = tic;
   export_output->live_performance = live_performance;
diff --git a/src/ags/audio/task/ags_export_output.h b/src/ags/audio/task/ags_export_output.h
index 40abc95..3dab04e 100644
--- a/src/ags/audio/task/ags_export_output.h
+++ b/src/ags/audio/task/ags_export_output.h
@@ -22,9 +22,10 @@
 #include <glib.h>
 #include <glib-object.h>
 
-#include <ags/audio/ags_task.h>
 #include <ags/thread/ags_export_thread.h>
 
+#include <ags/X/ags_window.h>
+
 #define AGS_TYPE_EXPORT_OUTPUT                (ags_export_output_get_type())
 #define AGS_EXPORT_OUTPUT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutput))
 #define AGS_EXPORT_OUTPUT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_EXPORT_OUTPUT, AgsExportOutputClass))
@@ -40,7 +41,7 @@ struct _AgsExportOutput
   AgsTask task;
 
   AgsExportThread *export_thread;
-  GObject *soundcard;
+  AgsDevout *devout;
   gchar *filename;
   guint tic;
   gboolean live_performance;
@@ -54,7 +55,7 @@ struct _AgsExportOutputClass
 GType ags_export_output_get_type();
 
 AgsExportOutput* ags_export_output_new(AgsExportThread *export_thread,
-				       GObject *soundcard,
+				       AgsDevout *devout,
 				       gchar *filename,
 				       guint tic,
 				       gboolean live_performance);
diff --git a/src/ags/audio/task/ags_open_file.c b/src/ags/audio/task/ags_open_file.c
index 345e680..a77f027 100644
--- a/src/ags/audio/task/ags_open_file.c
+++ b/src/ags/audio/task/ags_open_file.c
@@ -19,10 +19,10 @@
 #include <ags/audio/task/ags_open_file.h>
 
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
 
 #include <ags/file/ags_file_link.h>
 
+#include <ags/audio/ags_devout.h>
 #include <ags/audio/ags_audio.h>
 #include <ags/audio/ags_channel.h>
 #include <ags/audio/ags_input.h>
@@ -228,7 +228,7 @@ ags_open_file_launch(AgsTask *task)
     current_filename = (gchar *) current->data;
 
     audio_file = ags_audio_file_new((gchar *) current_filename,
-				    audio->soundcard,
+				    AGS_DEVOUT(audio->devout),
 				    0, open_file->audio->audio_channels);
 
     ags_audio_file_open(audio_file);
diff --git a/src/ags/audio/task/ags_remove_recall.c b/src/ags/audio/task/ags_remove_recall.c
index 34d2005..d154bdc 100644
--- a/src/ags/audio/task/ags_remove_recall.c
+++ b/src/ags/audio/task/ags_remove_recall.c
@@ -156,10 +156,6 @@ ags_remove_recall_launch(AgsTask *task)
   remove_recall = AGS_REMOVE_RECALL(task);
 
   if(AGS_IS_AUDIO(remove_recall->context)){
-    ags_audio_remove_recall(AGS_AUDIO(remove_recall->context),
-			    remove_recall->recall,
-			    remove_recall->is_play);
-
     if(remove_recall->remove_all){
       GList *list;
 
@@ -167,19 +163,22 @@ ags_remove_recall_launch(AgsTask *task)
 	list = AGS_RECALL_CONTAINER(remove_recall->recall->container)->recall_audio_run;
 
 	while(list != NULL){
-          ags_audio_remove_recall(AGS_AUDIO(remove_recall->context),
-			    list->data,
-			    remove_recall->is_play);
-
+	  if(list->data != remove_recall->recall){
+	    ags_audio_remove_recall(AGS_AUDIO(remove_recall->context),
+				    list->data,
+				    remove_recall->is_play);
+	  }
+	  
 	  list = list->next;	  
 	}
       }
     }
-  }else if(AGS_IS_CHANNEL(remove_recall->context)){
-    ags_channel_remove_recall(AGS_CHANNEL(remove_recall->context),
-			      remove_recall->recall,
-			      remove_recall->is_play);
 
+    ags_audio_remove_recall(AGS_AUDIO(remove_recall->context),
+			    remove_recall->recall,
+			    remove_recall->is_play);
+
+  }else if(AGS_IS_CHANNEL(remove_recall->context)){
     if(remove_recall->remove_all){
       GList *list;
 
@@ -187,14 +186,20 @@ ags_remove_recall_launch(AgsTask *task)
 	list = AGS_RECALL_CONTAINER(remove_recall->recall->container)->recall_channel_run;
 
 	while(list != NULL){
-	  ags_channel_remove_recall(AGS_CHANNEL(remove_recall->context),
-				    list->data,
-				    remove_recall->is_play);
-
+	  if(list->data != remove_recall->recall){
+	    ags_channel_remove_recall(AGS_CHANNEL(remove_recall->context),
+				      list->data,
+				      remove_recall->is_play);
+	  }
+	  
 	  list = list->next;
 	}
-      }      
+      }
     }
+
+    ags_channel_remove_recall(AGS_CHANNEL(remove_recall->context),
+			      remove_recall->recall,
+			      remove_recall->is_play);
   }else if(AGS_IS_RECALL(remove_recall->context)){
     ags_recall_remove_child(AGS_RECALL(remove_recall->context),
 			    remove_recall->recall);
diff --git a/src/ags/audio/task/ags_scroll_on_play.c b/src/ags/audio/task/ags_scroll_on_play.c
index a2efcdc..f48f555 100644
--- a/src/ags/audio/task/ags_scroll_on_play.c
+++ b/src/ags/audio/task/ags_scroll_on_play.c
@@ -20,7 +20,6 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/X/ags_window.h>
 #include <ags/X/ags_editor.h>
 
 #include <ags/main.h>
@@ -165,22 +164,22 @@ ags_scroll_on_play_launch(AgsTask *task)
   tact = gtk_spin_button_get_value(window->navigation->position_tact);
 
   if(!gtk_toggle_button_get_active(window->navigation->loop) || tact <= loop_end){
-    position = tact * editor->edit.note_edit->control_current.control_width;
+    position = tact * editor->note_edit->control_current.control_width;
   }else{
-    position = loop_start * editor->edit.note_edit->control_current.control_width;
+    position = loop_start * editor->note_edit->control_current.control_width;
   }
 
   /* scroll */
-  if(position - (0.125 * editor->edit.note_edit->control_current.control_width) > 0.0){
-    gtk_range_set_value(GTK_RANGE(editor->edit.note_edit->hscrollbar),
-			position - (0.125 * editor->edit.note_edit->control_current.control_width));
+  if(position - (0.125 * editor->note_edit->control_current.control_width) > 0.0){
+    gtk_range_set_value(GTK_RANGE(editor->note_edit->hscrollbar),
+			position - (0.125 * editor->note_edit->control_current.control_width));
   }
 
   /* draw fader */
   cairo_push_group(cr);
 
-  cr = gdk_cairo_create(GTK_WIDGET(editor->edit.note_edit->drawing_area)->window);
-  ags_note_edit_draw_scroll(editor->edit.note_edit, cr,
+  cr = gdk_cairo_create(GTK_WIDGET(editor->note_edit->drawing_area)->window);
+  ags_note_edit_draw_scroll(editor->note_edit, cr,
 			    position);
 
   cairo_pop_group_to_source(cr);
diff --git a/src/ags/audio/task/ags_start_devout.c b/src/ags/audio/task/ags_start_devout.c
index a957751..2c8bc6a 100644
--- a/src/ags/audio/task/ags_start_devout.c
+++ b/src/ags/audio/task/ags_start_devout.c
@@ -18,9 +18,10 @@
 
 #include <ags/audio/task/ags_start_devout.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/main.h>
+
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_devout_thread.h>
 
@@ -159,7 +160,7 @@ ags_start_devout_launch(AgsTask *task)
     return;
   }
 
-  audio_loop = AGS_AUDIO_LOOP(AGS_APPLICATION_CONTEXT(devout->application_context)->main_loop);
+  audio_loop = AGS_AUDIO_LOOP(AGS_MAIN(devout->ags_main)->main_loop);
   devout_thread = AGS_DEVOUT_THREAD(audio_loop->devout_thread);
 
   /* append to AgsDevout */
diff --git a/src/ags/audio/task/ags_update_bulk_member.c b/src/ags/audio/task/ags_update_bulk_member.c
deleted file mode 100644
index ee05140..0000000
--- a/src/ags/audio/task/ags_update_bulk_member.c
+++ /dev/null
@@ -1,345 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/audio/task/ags_update_bulk_member.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/audio/ags_audio.h>
-#include <ags/audio/ags_channel.h>
-#include <ags/audio/ags_output.h>
-#include <ags/audio/ags_input.h>
-#include <ags/audio/ags_recall.h>
-#include <ags/audio/ags_recall_ladspa.h>
-#include <ags/audio/ags_port.h>
-
-#include <ags/X/ags_effect_bulk.h>
-#include <ags/X/ags_bulk_member.h>
-
-void ags_update_bulk_member_class_init(AgsUpdateBulkMemberClass *update_bulk_member);
-void ags_update_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_update_bulk_member_init(AgsUpdateBulkMember *update_bulk_member);
-void ags_update_bulk_member_connect(AgsConnectable *connectable);
-void ags_update_bulk_member_disconnect(AgsConnectable *connectable);
-void ags_update_bulk_member_finalize(GObject *gobject);
-
-void ags_update_bulk_member_launch(AgsTask *task);
-
-/**
- * SECTION:ags_update_bulk_member
- * @short_description: add line_member object to line
- * @title: AgsUpdateBulkMember
- * @section_id:
- * @include: ags/audio/task/ags_update_bulk_member.h
- *
- * The #AgsUpdateBulkMember task addspacks #AgsLineMember to #AgsLine.
- */
-
-static gpointer ags_update_bulk_member_parent_class = NULL;
-static AgsConnectableInterface *ags_update_bulk_member_parent_connectable_interface;
-
-GType
-ags_update_bulk_member_get_type()
-{
-  static GType ags_type_update_bulk_member = 0;
-
-  if(!ags_type_update_bulk_member){
-    static const GTypeInfo ags_update_bulk_member_info = {
-      sizeof (AgsUpdateBulkMemberClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_update_bulk_member_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsUpdateBulkMember),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_update_bulk_member_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_update_bulk_member_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_update_bulk_member = g_type_register_static(AGS_TYPE_TASK,
-						 "AgsUpdateBulkMember\0",
-						 &ags_update_bulk_member_info,
-						 0);
-
-    g_type_add_interface_static(ags_type_update_bulk_member,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-  
-  return (ags_type_update_bulk_member);
-}
-
-void
-ags_update_bulk_member_class_init(AgsUpdateBulkMemberClass *update_bulk_member)
-{
-  GObjectClass *gobject;
-  AgsTaskClass *task;
-
-  ags_update_bulk_member_parent_class = g_type_class_peek_parent(update_bulk_member);
-
-  /* gobject */
-  gobject = (GObjectClass *) update_bulk_member;
-
-  gobject->finalize = ags_update_bulk_member_finalize;
-
-  /* task */
-  task = (AgsTaskClass *) update_bulk_member;
-
-  task->launch = ags_update_bulk_member_launch;
-}
-
-void
-ags_update_bulk_member_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_update_bulk_member_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_update_bulk_member_connect;
-  connectable->disconnect = ags_update_bulk_member_disconnect;
-}
-
-void
-ags_update_bulk_member_init(AgsUpdateBulkMember *update_bulk_member)
-{
-  update_bulk_member->effect_bulk = NULL;
-  update_bulk_member->bulk_member = NULL;
-  update_bulk_member->new_size = 0;
-  update_bulk_member->old_size = 0;
-  update_bulk_member->pads = FALSE;
-}
-
-void
-ags_update_bulk_member_connect(AgsConnectable *connectable)
-{
-  ags_update_bulk_member_parent_connectable_interface->connect(connectable);
-
-  /* empty */
-}
-
-void
-ags_update_bulk_member_disconnect(AgsConnectable *connectable)
-{
-  ags_update_bulk_member_parent_connectable_interface->disconnect(connectable);
-
-  /* empty */
-}
-
-void
-ags_update_bulk_member_finalize(GObject *gobject)
-{
-  G_OBJECT_CLASS(ags_update_bulk_member_parent_class)->finalize(gobject);
-
-  /* empty */
-}
-
-void
-ags_update_bulk_member_launch(AgsTask *task)
-{
-  AgsUpdateBulkMember *update_bulk_member;
-  AgsChannel *current;
-  AgsBulkPort *bulk_port;
-
-  GList *list, *list_next;
-  GList *recall, *play;
-  GList *port, *recall_port;
-  guint pads, pads_old, audio_channels, audio_channels_old;
-  guint i, j, k;
-  
-  update_bulk_member = AGS_UPDATE_BULK_MEMBER(task);
-
-  if(!update_bulk_member->pads){
-    audio_channels = update_bulk_member->new_size;
-    audio_channels_old = update_bulk_member->old_size;
-  }else{
-    audio_channels = AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->audio->audio_channels;
-    audio_channels_old = 0;
-  }
-
-  /* retrieve channel */
-  if(AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->channel_type == AGS_TYPE_OUTPUT){
-    current = AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->audio->output;
-
-    if(update_bulk_member->pads){
-      pads = update_bulk_member->new_size;
-      pads_old = update_bulk_member->old_size;
-    }else{
-      pads = AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->audio->output_pads;
-      pads_old = 0;
-    }
-  }else{
-    current = AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->audio->input;
-
-    if(update_bulk_member->pads){
-      pads = update_bulk_member->new_size;
-      pads_old = update_bulk_member->old_size;
-    }else{
-      pads = AGS_EFFECT_BULK(update_bulk_member->effect_bulk)->audio->input_pads;
-      pads_old = 0;
-    }
-  }
-
-  if(update_bulk_member->new_size > update_bulk_member->old_size){
-    g_message("%s %s\0", update_bulk_member->bulk_member->filename, update_bulk_member->bulk_member->effect);
-	      
-    /* grow bulk port */
-    if(update_bulk_member->pads){
-      current = ags_channel_pad_nth(current,
-				    pads_old);
-    }
-
-    for(i = pads_old; i < pads; i++){
-      if(!update_bulk_member->pads){
-	current = ags_channel_nth(current,
-				  audio_channels_old);
-      }
-      
-      for(j = audio_channels_old; j < audio_channels; j++){
-	//TODO:JK: verify list order
-	k = 0;
-
-	play = current->play;
-	recall = current->recall;
-	
-	while((play = ags_recall_template_find_type(play, AGS_TYPE_RECALL_LADSPA)) != NULL){
-	  recall = ags_recall_template_find_type(recall, AGS_TYPE_RECALL_LADSPA);
-	   
-	  if(AGS_IS_RECALL_LADSPA(play->data)){
-	  
-	    if(!g_strcmp0(AGS_RECALL_LADSPA(play->data)->filename,
-			  update_bulk_member->bulk_member->filename) &&
-	       !g_strcmp0(AGS_RECALL_LADSPA(play->data)->effect,
-			  update_bulk_member->bulk_member->effect)){
-	      port = AGS_RECALL(play->data)->port;
-	      recall_port = AGS_RECALL(recall->data)->port;
-
-	      while(port != NULL){
-		bulk_port = ags_bulk_port_alloc(port->data,
-						recall_port->data);
-		if(k != 0){
-		  update_bulk_member->bulk_member->bulk_port = g_list_insert(update_bulk_member->bulk_member->bulk_port,
-									     bulk_port,
-									     k);
-		}else{
-		  update_bulk_member->bulk_member->bulk_port = g_list_prepend(update_bulk_member->bulk_member->bulk_port,
-									      bulk_port);
-		}
-		
-		k++;
-		port = port->next;
-		recall_port = recall_port->next;
-	      }
-
-	      break;
-	    }else{
-	      k += g_list_length(AGS_RECALL(recall->data)->port);
-	    }
-	  }
-	  
-	  play = play->next;
-	  recall = recall->next;
-	}
-
-	current = current->next;
-      }
-    }
-  }else{
-    /* shrink bulk port */
-    if(update_bulk_member->pads){
-      current = ags_channel_pad_nth(current,
-				    pads_old);
-    }
-
-    for(i = pads_old; i < pads; i++){
-      if(!update_bulk_member->pads){
-	current = ags_channel_nth(current,
-				  audio_channels_old);
-      }
-      
-      for(j = audio_channels_old; j < audio_channels; j++){
-	//TODO:JK: verify list order
-	recall = current->recall;
-	play = current->play;
-
-	k = 0;
-	
-	while(play != NULL){
-	  if(AGS_IS_RECALL_LADSPA(play->data)){
-	    if(!g_strcmp0(AGS_RECALL_LADSPA(play->data)->filename,
-			  update_bulk_member->bulk_member->filename) &&
-	       !g_strcmp0(AGS_RECALL_LADSPA(play->data)->effect,
-			  update_bulk_member->bulk_member->effect)){
-	      list = update_bulk_member->bulk_member->bulk_port;
-	    
-	      while(list != NULL){
-		list_next = list->next;
-		port = AGS_RECALL(recall->data)->port;
-	    
-		while(port != NULL){
-		  if(!g_strcmp0(AGS_PORT(port->data)->specifier,
-				update_bulk_member->bulk_member->specifier)){
-		    goto ags_update_bulk_member_launch_REMOVE_CURRENT_END;
-		  }
-		
-		  port = port->next;
-		}
-	      
-		update_bulk_member->bulk_member->bulk_port = g_list_remove(update_bulk_member->bulk_member->bulk_port,
-									   list->data);
-	      
-	      ags_update_bulk_member_launch_REMOVE_CURRENT_END:
-		list = list_next;
-	      }
-	    }
-	  }
-	  
-	  play = play->next;
-	  recall = recall->next;
-	}
-
-	current = current->next;
-      }
-    }
-  }
-}
-
-AgsUpdateBulkMember*
-ags_update_bulk_member_new(GtkWidget *effect_bulk,
-			   AgsBulkMember *bulk_member,
-			   guint new_size,
-			   guint old_size,
-			   gboolean pads)
-{
-  AgsUpdateBulkMember *update_bulk_member;
-
-  update_bulk_member = (AgsUpdateBulkMember *) g_object_new(AGS_TYPE_UPDATE_BULK_MEMBER,
-							    NULL);
-
-  update_bulk_member->effect_bulk = effect_bulk;
-  update_bulk_member->bulk_member = bulk_member;
-  update_bulk_member->new_size = new_size;
-  update_bulk_member->old_size = old_size;
-  update_bulk_member->pads = pads;
-  
-  return(update_bulk_member);
-}
-
diff --git a/src/ags/audio/task/ags_update_bulk_member.h b/src/ags/audio/task/ags_update_bulk_member.h
deleted file mode 100644
index 754bad2..0000000
--- a/src/ags/audio/task/ags_update_bulk_member.h
+++ /dev/null
@@ -1,64 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_UPDATE_BULK_MEMBER_H__
-#define __AGS_UPDATE_BULK_MEMBER_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/audio/ags_task.h>
-#include <ags/X/ags_bulk_member.h>
-
-#define AGS_TYPE_UPDATE_BULK_MEMBER                (ags_update_bulk_member_get_type())
-#define AGS_UPDATE_BULK_MEMBER(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_UPDATE_BULK_MEMBER, AgsUpdateBulkMember))
-#define AGS_UPDATE_BULK_MEMBER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_UPDATE_BULK_MEMBER, AgsUpdateBulkMemberClass))
-#define AGS_IS_UPDATE_BULK_MEMBER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_UPDATE_BULK_MEMBER))
-#define AGS_IS_UPDATE_BULK_MEMBER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_UPDATE_BULK_MEMBER))
-#define AGS_UPDATE_BULK_MEMBER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_UPDATE_BULK_MEMBER, AgsUpdateBulkMemberClass))
-
-typedef struct _AgsUpdateBulkMember AgsUpdateBulkMember;
-typedef struct _AgsUpdateBulkMemberClass AgsUpdateBulkMemberClass;
-
-struct _AgsUpdateBulkMember
-{
-  AgsTask task;
-
-  GtkWidget *effect_bulk;
-  AgsBulkMember *bulk_member;
-
-  guint new_size;
-  guint old_size;
-
-  gboolean pads;
-};
-
-struct _AgsUpdateBulkMemberClass
-{
-  AgsTaskClass task;
-};
-
-GType ags_update_bulk_member_get_type();
-
-AgsUpdateBulkMember* ags_update_bulk_member_new(GtkWidget *effect_bulk,
-						AgsBulkMember *bulk_member,
-						guint new_size,
-						guint old_size,
-						gboolean pads);
-
-#endif /*__AGS_UPDATE_BULK_MEMBER_H__*/
diff --git a/src/ags/audio/task/recall/Makefile b/src/ags/audio/task/recall/Makefile
deleted file mode 100644
index d9d4a0a..0000000
--- a/src/ags/audio/task/recall/Makefile
+++ /dev/null
@@ -1,468 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/audio/task/recall/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/audio/task/recall
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/audio/task/recall
-abs_srcdir = /usr/src/ags-devel/src/ags/audio/task/recall
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../../../
-top_builddir = ../../../../..
-top_srcdir = ../../../../..
-deprecated_ags_audio_task_recall_h_sources = 
-ags_audio_recall_task_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	ags_apply_bpm.h		\
-	ags_apply_sequencer_length.h \
-	ags_apply_tact.h	\
-	ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources = 
-ags_audio_recall_task_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	ags_apply_bpm.c		\
-	ags_apply_sequencer_length.c \
-	ags_apply_tact.c	\
-	ags_set_muted.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/task/recall/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/task/recall/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/audio/task/recall/Makefile.am b/src/ags/audio/task/recall/Makefile.am
deleted file mode 100644
index a0ba081..0000000
--- a/src/ags/audio/task/recall/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-deprecated_ags_audio_task_recall_h_sources =
-
-ags_audio_recall_task_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	ags_apply_bpm.h		\
-	ags_apply_sequencer_length.h \
-	ags_apply_tact.h	\
-	ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources =
-
-ags_audio_recall_task_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	ags_apply_bpm.c		\
-	ags_apply_sequencer_length.c \
-	ags_apply_tact.c	\
-	ags_set_muted.c
diff --git a/src/ags/audio/task/recall/Makefile.in b/src/ags/audio/task/recall/Makefile.in
deleted file mode 100644
index a1e9536..0000000
--- a/src/ags/audio/task/recall/Makefile.in
+++ /dev/null
@@ -1,468 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/audio/task/recall
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_audio_task_recall_h_sources = 
-ags_audio_recall_task_h_sources = \
-	$(deprecated_ags_audio_task_recall_h_sources) \
-	ags_apply_bpm.h		\
-	ags_apply_sequencer_length.h \
-	ags_apply_tact.h	\
-	ags_set_muted.h
-
-deprecated_ags_audio_task_recall_c_sources = 
-ags_audio_recall_task_c_sources = \
-	$(deprecated_ags_audio_task_recall_c_sources) \
-	ags_apply_bpm.c		\
-	ags_apply_sequencer_length.c \
-	ags_apply_tact.c	\
-	ags_set_muted.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/audio/task/recall/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/audio/task/recall/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/file/Makefile b/src/ags/file/Makefile
deleted file mode 100644
index f1c369d..0000000
--- a/src/ags/file/Makefile
+++ /dev/null
@@ -1,486 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/file/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/file
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/file
-abs_srcdir = /usr/src/ags-devel/src/ags/file
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_file_h_sources = 
-ags_file_h_sources = \
-	$(deprecated_ags_file_h_sources) \
-	ags_file_gui.h			\
-	ags_file.h			\
-	ags_file_id_ref.h		\
-	ags_file_launch.h		\
-	ags_file_link.h			\
-	ags_file_lookup.h		\
-	ags_file_read.h			\
-	ags_file_sound.h		\
-	ags_file_stock.h		\
-	ags_file_thread.h		\
-	ags_file_util.h			\
-	ags_file_value_factory.h	\
-	ags_file_write.h
-
-deprecated_ags_file_c_sources = 
-ags_file_c_sources = \
-	$(deprecated_ags_file_c_sources) \
-	ags_file_gui.c			\
-	ags_file.c			\
-	ags_file_id_ref.c		\
-	ags_file_launch.c		\
-	ags_file_link.c			\
-	ags_file_lookup.c		\
-	ags_file_read.c			\
-	ags_file_sound.c		\
-	ags_file_stock.c		\
-	ags_file_thread.c		\
-	ags_file_util.c			\
-	ags_file_value_factory.c	\
-	ags_file_write.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/file/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/file/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/file/Makefile.am b/src/ags/file/Makefile.am
deleted file mode 100644
index e1fed15..0000000
--- a/src/ags/file/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-deprecated_ags_file_h_sources =
-
-ags_file_h_sources = \
-	$(deprecated_ags_file_h_sources) \
-	ags_file_gui.h			\
-	ags_file.h			\
-	ags_file_id_ref.h		\
-	ags_file_launch.h		\
-	ags_file_link.h			\
-	ags_file_lookup.h		\
-	ags_file_read.h			\
-	ags_file_sound.h		\
-	ags_file_stock.h		\
-	ags_file_thread.h		\
-	ags_file_util.h			\
-	ags_file_value_factory.h	\
-	ags_file_write.h
-
-deprecated_ags_file_c_sources = 
-
-ags_file_c_sources = \
-	$(deprecated_ags_file_c_sources) \
-	ags_file_gui.c			\
-	ags_file.c			\
-	ags_file_id_ref.c		\
-	ags_file_launch.c		\
-	ags_file_link.c			\
-	ags_file_lookup.c		\
-	ags_file_read.c			\
-	ags_file_sound.c		\
-	ags_file_stock.c		\
-	ags_file_thread.c		\
-	ags_file_util.c			\
-	ags_file_value_factory.c	\
-	ags_file_write.c
diff --git a/src/ags/file/Makefile.in b/src/ags/file/Makefile.in
deleted file mode 100644
index 67a3c99..0000000
--- a/src/ags/file/Makefile.in
+++ /dev/null
@@ -1,486 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/file
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_file_h_sources = 
-ags_file_h_sources = \
-	$(deprecated_ags_file_h_sources) \
-	ags_file_gui.h			\
-	ags_file.h			\
-	ags_file_id_ref.h		\
-	ags_file_launch.h		\
-	ags_file_link.h			\
-	ags_file_lookup.h		\
-	ags_file_read.h			\
-	ags_file_sound.h		\
-	ags_file_stock.h		\
-	ags_file_thread.h		\
-	ags_file_util.h			\
-	ags_file_value_factory.h	\
-	ags_file_write.h
-
-deprecated_ags_file_c_sources = 
-ags_file_c_sources = \
-	$(deprecated_ags_file_c_sources) \
-	ags_file_gui.c			\
-	ags_file.c			\
-	ags_file_id_ref.c		\
-	ags_file_launch.c		\
-	ags_file_link.c			\
-	ags_file_lookup.c		\
-	ags_file_read.c			\
-	ags_file_sound.c		\
-	ags_file_stock.c		\
-	ags_file_thread.c		\
-	ags_file_util.c			\
-	ags_file_value_factory.c	\
-	ags_file_write.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/file/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/file/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/file/ags_file.c b/src/ags/file/ags_file.c
index 54b3d9c..879d627 100644
--- a/src/ags/file/ags_file.c
+++ b/src/ags/file/ags_file.c
@@ -22,10 +22,12 @@
 #include <ags/file/ags_file_gui.h>
 #include <ags/file/ags_file_stock.h>
 
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags-lib/object/ags_connectable.h>
 #include <ags/object/ags_marshal.h>
 
 #include <ags/file/ags_file_lookup.h>
@@ -194,10 +196,10 @@ ags_file_class_init(AgsFileClass *file)
 				  PROP_AUDIO_ENCODING,
 				  param_spec);
 
-  param_spec = g_param_spec_object("application-context\0",
+  param_spec = g_param_spec_object("main\0",
 				   "main object of file\0",
 				   "The main object to write to file.\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
+				   AGS_TYPE_MAIN,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
 				  PROP_MAIN,
@@ -318,7 +320,7 @@ ags_file_init(AgsFile *file)
   file->lookup = NULL;
   file->launch = NULL;
 
-  file->application_context = NULL;
+  file->ags_main = NULL;
 
   file->clipboard = NULL;
   file->property = NULL;
@@ -386,23 +388,23 @@ ags_file_set_property(GObject *gobject,
     break;
   case PROP_MAIN:
     {
-      GObject *application_context;
+      GObject *ags_main;
 
-      application_context = g_value_get_object(value);
+      ags_main = g_value_get_object(value);
 
-      if(file->application_context == application_context){
+      if(file->ags_main == ags_main){
 	return;
       }
 
-      if(file->application_context != NULL){
-	g_object_unref(file->application_context);
+      if(file->ags_main != NULL){
+	g_object_unref(file->ags_main);
       }
 
-      if(application_context != NULL){
-	g_object_ref(application_context);
+      if(ags_main != NULL){
+	g_object_ref(ags_main);
       }
 
-      file->application_context = application_context;
+      file->ags_main = ags_main;
     }
     break;
   default:
@@ -444,7 +446,7 @@ ags_file_get_property(GObject *gobject,
     break;
   case PROP_MAIN:
     {
-      g_value_set_object(value, file->application_context);
+      g_value_set_object(value, file->ags_main);
     }
     break;
   default:
@@ -764,7 +766,7 @@ ags_file_close(AgsFile *file)
 void
 ags_file_real_write(AgsFile *file)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
   GList *list;
   int size;
 
@@ -787,9 +789,9 @@ ags_file_real_write(AgsFile *file)
   //TODO:JK: implement me
 
   /* write main */
-  ags_file_write_application_context(file,
-				     file->root_node,
-				     file->application_context);
+  ags_file_write_main(file,
+		      file->root_node,
+		      file->ags_main);
 
   /* write embedded audio */
   //TODO:JK: implement me
@@ -827,7 +829,7 @@ ags_file_write(AgsFile *file)
 void
 ags_file_real_write_concurrent(AgsFile *file)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
   AgsThread *main_loop, *gui_thread, *task_thread;
   xmlNode *root_node;
   FILE *file_out;
@@ -838,11 +840,11 @@ ags_file_real_write_concurrent(AgsFile *file)
   xmlNode *parent, *node, *child;
   gchar *id;
 
-  main_loop = AGS_APPLICATION_CONTEXT(file->application_context)->main_loop;
-  //gui_thread = AGS_AUDIO_LOOP(main_loop)->gui_thread;
-  //task_thread = AGS_AUDIO_LOOP(main_loop)->task_thread;
+  main_loop = AGS_MAIN(file->ags_main)->main_loop;
+  gui_thread = AGS_AUDIO_LOOP(main_loop)->gui_thread;
+  task_thread = AGS_AUDIO_LOOP(main_loop)->task_thread;
 
-  application_context = file->application_context;
+  ags_main = file->ags_main;
 
   file->doc = xmlNewDoc("1.0\0");
   root_node = xmlNewNode(NULL, "ags\0");
@@ -866,7 +868,79 @@ ags_file_real_write_concurrent(AgsFile *file)
   //TODO:JK: implement me
 
   /* the main code - write main */
-  //TODO:JK: implement me
+  ags_thread_lock(main_loop);
+
+  id = ags_id_generator_create_uuid();
+
+  node = xmlNewNode(NULL,
+		    "ags-main\0");
+
+  ags_file_add_id_ref(file,
+		      g_object_new(AGS_TYPE_FILE_ID_REF,
+				   "main\0", file->ags_main,
+				   "file\0", file,
+				   "node\0", node,
+				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
+				   "reference\0", ags_main,
+				   NULL));
+
+  xmlNewProp(node,
+	     AGS_FILE_ID_PROP,
+	     id);
+
+  xmlNewProp(node,
+	     AGS_FILE_FLAGS_PROP,
+	     g_strdup_printf("%x\0", ((~AGS_MAIN_CONNECTED) & (AGS_MAIN(ags_main)->flags))));
+
+  xmlNewProp(node,
+	     AGS_FILE_VERSION_PROP,
+	     AGS_MAIN(ags_main)->version);
+
+  xmlNewProp(node,
+	     AGS_FILE_BUILD_ID_PROP,
+	     AGS_MAIN(ags_main)->build_id);
+
+  /* add to parent */
+  xmlAddChild(parent,
+	      node);
+
+  ags_thread_unlock(main_loop);
+
+  /* child elements */
+  /* thread */
+  ags_thread_lock(main_loop);
+
+  ags_file_write_thread(file,
+			node,
+			AGS_THREAD(AGS_MAIN(ags_main)->main_loop));
+
+  ags_thread_unlock(main_loop);
+
+  /* thread pool */
+  ags_thread_lock(main_loop);
+
+  ags_file_write_thread_pool(file,
+			     node,
+			     AGS_THREAD_POOL(AGS_MAIN(ags_main)->thread_pool));
+
+  ags_thread_unlock(main_loop);
+
+  /* write audio */
+  ags_thread_lock(task_thread);
+
+  ags_file_write_devout_list(file,
+			     node,
+			     AGS_MAIN(ags_main)->devout);
+
+  ags_thread_unlock(task_thread);
+
+  ags_thread_lock(gui_thread);
+
+  ags_file_write_window(file,
+			node,
+			AGS_MAIN(ags_main)->window);
+
+  ags_thread_unlock(gui_thread);
 
   /* write embedded audio */
   //TODO:JK: implement me
@@ -947,24 +1021,45 @@ ags_file_write_resolve(AgsFile *file)
 void
 ags_file_real_read(AgsFile *file)
 {
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
   xmlNode *root_node, *child;
   pid_t pid_num;
 
   root_node = file->root_node;
-  
+
   /* child elements */
   child = root_node->children;
-  application_context = file->application_context;
-  
+
   while(child != NULL){
     if(child->type == XML_ELEMENT_NODE){
-      if(!xmlStrncmp("ags-application-context\0",
+      if(!xmlStrncmp("ags-clip-board\0",
 		     child->name,
-		     9)){
-	ags_file_read_application_context(file,
-					  child,
-					  (GObject **) &application_context);
+		     15)){
+	//TODO:JK: implement me
+      }else if(!xmlStrncmp("ags-script-list\0",
+			   child->name,
+			   16)){
+	//TODO:JK: implement me
+      }else if(!xmlStrncmp("ags-cluster\0",
+			   child->name,
+			   12)){
+	//TODO:JK: implement me
+      }else if(!xmlStrncmp("ags-client\0",
+			   child->name,
+			   11)){
+	//TODO:JK: implement me
+      }else if(!xmlStrncmp("ags-server\0",
+			   child->name,
+			   11)){
+	//TODO:JK: implement me
+      }else if(!xmlStrncmp("ags-main\0",
+			   child->name,
+			   9)){
+	ags_main = NULL;
+
+	ags_file_read_main(file,
+			   child,
+			   (GObject **) &ags_main);
       }else if(!xmlStrncmp("ags-embedded-audio-list\0",
 			   child->name,
 			   24)){
@@ -985,10 +1080,12 @@ ags_file_real_read(AgsFile *file)
 
   /* resolve */
   ags_file_read_resolve(file);
+
+  gtk_widget_show_all(GTK_WIDGET(ags_main->window));
   
   g_message("XML file resolved\0");
 
-  ags_connectable_connect(AGS_CONNECTABLE(application_context));
+  ags_connectable_connect(AGS_CONNECTABLE(ags_main));
 
   g_message("XML file connected\0");
 
@@ -1060,25 +1157,173 @@ ags_file_read_start(AgsFile *file)
 }
 
 void
-ags_file_read_application_context(AgsFile *file, xmlNode *node, GObject **application_context)
+ags_file_read_server(AgsFile *file, xmlNode *node, GObject **server)
+{
+  //TODO:JK: implement me
+}
+
+void
+ags_file_write_server(AgsFile *file, xmlNode *parent, GObject *server)
+{
+  //TODO:JK: implement me
+}
+
+void
+ags_file_read_main(AgsFile *file, xmlNode *node, GObject **ags_main)
 {
+  AgsMain *gobject;
   GList *list;
-  gchar *context;
+  xmlNode *child;
+  int argc;
+  static const gchar *argv[] = {
+    "ags\0",
+  };
 
-  context = xmlGetProp(node,
-		       "context\0");
+  if(*ags_main == NULL){
+    gobject = g_object_new(AGS_TYPE_MAIN,
+			   NULL);
+
+    *ags_main = (GObject *) gobject;
+  }else{
+    gobject = (AgsMain *) *ags_main;
+  }
+
+  file->ags_main = gobject;
+
+  argc = 1;
+  g_object_set(G_OBJECT(file),
+	       "main\0", gobject,
+	       NULL);
+
+  ags_file_add_id_ref(file,
+		      g_object_new(AGS_TYPE_FILE_ID_REF,
+				   "main\0", file->ags_main,
+				   "file\0", file,
+				   "node\0", node,
+				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
+				   "reference\0", gobject,
+				   NULL));
   
-  AGS_APPLICATION_CONTEXT_GET_CLASS(file->application_context)->read(file,
-								    node,
-								    application_context);
+  /* properties */
+  gobject->flags = (guint) g_ascii_strtoull(xmlGetProp(node, AGS_FILE_FLAGS_PROP),
+					    NULL,
+					    16);
+
+  gobject->version = xmlGetProp(node,
+				AGS_FILE_VERSION_PROP);
+
+  gobject->build_id = xmlGetProp(node,
+				 AGS_FILE_BUILD_ID_PROP);
+
+  //TODO:JK: check version compatibelity
+
+  /* child elements */
+  child = node->children;
+
+  while(child != NULL){
+    if(child->type == XML_ELEMENT_NODE){
+      if(!xmlStrncmp("ags-thread\0",
+		     child->name,
+		     11)){
+	ags_file_read_thread(file,
+			     child,
+			     (AgsThread **) &(gobject->main_loop));
+	
+	AGS_AUDIO_LOOP(gobject->main_loop)->ags_main = gobject;
+      }else if(!xmlStrncmp("ags-thread-pool\0",
+			   child->name,
+			   16)){
+	ags_file_read_thread_pool(file,
+				  child,
+				  (AgsThreadPool **) &(gobject->thread_pool));
+      }else if(!xmlStrncmp("ags-devout-list\0",
+			   child->name,
+			   16)){
+	ags_file_read_devout_list(file,
+				  child,
+				  &(gobject->devout));
+      }else if(!xmlStrncmp("ags-window\0",
+			   child->name,
+			   11)){
+	ags_file_read_window(file,
+			     child,
+			     &(gobject->window));
+      }
+    }
+
+    child = child->next;
+  }
+
+  //TODO:JK: should be resolved
+  AGS_TASK_THREAD(AGS_AUDIO_LOOP(gobject->main_loop)->task_thread)->thread_pool = gobject->thread_pool;
+  AGS_THREAD_POOL(gobject->thread_pool)->parent = AGS_THREAD(AGS_AUDIO_LOOP(gobject->main_loop)->task_thread);
+
+  list = AGS_THREAD_POOL(gobject->thread_pool)->returnable_thread;
+
+  while(list != NULL){
+    ags_thread_add_child(AGS_THREAD(AGS_AUDIO_LOOP(gobject->main_loop)->task_thread),
+			 AGS_THREAD(list->data));
+
+    list = list->next;
+  }
 }
 
 void
-ags_file_write_application_context(AgsFile *file, xmlNode *parent, GObject *application_context)
+ags_file_write_main(AgsFile *file, xmlNode *parent, GObject *ags_main)
 {
-  AGS_APPLICATION_CONTEXT_GET_CLASS(application_context)->write(file,
-								parent,
-								application_context);
+  xmlNode *node, *child;
+  gchar *id;
+
+  id = ags_id_generator_create_uuid();
+
+  node = xmlNewNode(NULL,
+		    "ags-main\0");
+
+  ags_file_add_id_ref(file,
+		      g_object_new(AGS_TYPE_FILE_ID_REF,
+				   "main\0", file->ags_main,
+				   "file\0", file,
+				   "node\0", node,
+				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
+				   "reference\0", ags_main,
+				   NULL));
+
+  xmlNewProp(node,
+	     AGS_FILE_ID_PROP,
+	     id);
+
+  xmlNewProp(node,
+	     AGS_FILE_FLAGS_PROP,
+	     g_strdup_printf("%x\0", ((~AGS_MAIN_CONNECTED) & (AGS_MAIN(ags_main)->flags))));
+
+  xmlNewProp(node,
+	     AGS_FILE_VERSION_PROP,
+	     AGS_MAIN(ags_main)->version);
+
+  xmlNewProp(node,
+	     AGS_FILE_BUILD_ID_PROP,
+	     AGS_MAIN(ags_main)->build_id);
+
+  /* add to parent */
+  xmlAddChild(parent,
+	      node);
+
+  /* child elements */
+  ags_file_write_thread(file,
+			node,
+			AGS_THREAD(AGS_MAIN(ags_main)->main_loop));
+
+  ags_file_write_thread_pool(file,
+			     node,
+			     AGS_THREAD_POOL(AGS_MAIN(ags_main)->thread_pool));
+
+  ags_file_write_devout_list(file,
+			     node,
+			     AGS_MAIN(ags_main)->devout);
+
+  ags_file_write_window(file,
+			node,
+			AGS_MAIN(ags_main)->window);
 }
 
 /**
diff --git a/src/ags/file/ags_file.h b/src/ags/file/ags_file.h
index 0381443..ff72d52 100644
--- a/src/ags/file/ags_file.h
+++ b/src/ags/file/ags_file.h
@@ -74,7 +74,7 @@ struct _AgsFile
   GList *lookup;
   GList *launch;
 
-  GObject *application_context;
+  GObject *ags_main;
 
   GObject *clipboard;
   GList *property;
@@ -143,8 +143,12 @@ void ags_file_read_resolve(AgsFile *file);
 void ags_file_read_start(AgsFile *file);
 
 /*  */
-void ags_file_read_application_context(AgsFile *file, xmlNode *node, GObject **application_context);
-void ags_file_write_application_context(AgsFile *file, xmlNode *parent, GObject *application_context);
+void ags_file_read_server(AgsFile *file, xmlNode *node, GObject **server);
+void ags_file_write_server(AgsFile *file, xmlNode *parent, GObject *server);
+
+/*  */
+void ags_file_read_main(AgsFile *file, xmlNode *node, GObject **main);
+void ags_file_write_main(AgsFile *file, xmlNode *parent, GObject *main);
 
 /* */
 AgsFile* ags_file_new();
diff --git a/src/ags/file/ags_file_gui.c b/src/ags/file/ags_file_gui.c
index e4e4d1d..26ce7a1 100644
--- a/src/ags/file/ags_file_gui.c
+++ b/src/ags/file/ags_file_gui.c
@@ -107,12 +107,12 @@ ags_file_read_window(AgsFile *file, xmlNode *node, AgsWindow **window)
   }
 
   g_object_set(G_OBJECT(gobject),
-	       "application-context\0", file->application_context,
+	       "ags-main\0", file->ags_main,
 	       NULL);
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -204,11 +204,9 @@ ags_file_read_window_resolve_devout(AgsFileLookup *file_lookup,
 
   if(id_ref != NULL){
     g_object_set(G_OBJECT(window),
-		 "soundcard\0", (AgsWindow *) id_ref->ref,
+		 "devout\0", (AgsWindow *) id_ref->ref,
 		 NULL);
   }
-
-  gtk_widget_show_all(window);
 }
 
 xmlNode*
@@ -228,7 +226,7 @@ ags_file_write_window(AgsFile *file, xmlNode *parent, AgsWindow *window)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -281,7 +279,7 @@ ags_file_write_window_resolve_devout(AgsFileLookup *file_lookup,
   AgsFileIdRef *id_ref;
   gchar *id;
 
-  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, window->soundcard);
+  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, window->devout);
 
   id = xmlGetProp(id_ref->node, AGS_FILE_ID_PROP);
 
@@ -307,7 +305,7 @@ ags_file_read_menu_bar(AgsFile *file, xmlNode *node, AgsMenuBar **menu_bar)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -332,7 +330,7 @@ ags_file_write_menu_bar(AgsFile *file, xmlNode *parent, AgsMenuBar *menu_bar)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -360,7 +358,7 @@ ags_file_read_machine_counter(AgsFile *file, xmlNode *node, AgsMachineCounter **
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -399,7 +397,7 @@ ags_file_write_machine_counter(AgsFile *file, xmlNode *parent, AgsMachineCounter
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -453,7 +451,7 @@ ags_file_read_machine_counter_list(AgsFile *file, xmlNode *node, GList **machine
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -479,7 +477,7 @@ ags_file_write_machine_counter_list(AgsFile *file, xmlNode *parent, GList *machi
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -512,7 +510,7 @@ ags_file_read_machine(AgsFile *file, xmlNode *node, AgsMachine **machine)
 
   if(*machine == NULL){
     if(!machine_type_is_registered){
-      //      ags_main_register_machine_type();
+      ags_main_register_machine_type();
 
       machine_type_is_registered = TRUE;
     }
@@ -529,7 +527,7 @@ ags_file_read_machine(AgsFile *file, xmlNode *node, AgsMachine **machine)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -735,7 +733,7 @@ ags_file_write_machine(AgsFile *file, xmlNode *parent, AgsMachine *machine)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -906,7 +904,7 @@ ags_file_read_machine_list(AgsFile *file, xmlNode *node, GList **machine)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -932,7 +930,7 @@ ags_file_write_machine_list(AgsFile *file, xmlNode *parent, GList *machine)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -977,7 +975,7 @@ ags_file_read_pad(AgsFile *file, xmlNode *node, AgsPad **pad)
   
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1202,7 +1200,7 @@ ags_file_write_pad(AgsFile *file, xmlNode *parent, AgsPad *pad)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1299,7 +1297,7 @@ ags_file_read_pad_list(AgsFile *file, xmlNode *node, GList **pad)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1325,7 +1323,7 @@ ags_file_write_pad_list(AgsFile *file, xmlNode *parent, GList *pad)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1367,7 +1365,7 @@ ags_file_read_line(AgsFile *file, xmlNode *node, AgsLine **line)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1642,7 +1640,7 @@ ags_file_write_line(AgsFile *file, xmlNode *parent, AgsLine *line)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1753,7 +1751,7 @@ ags_file_read_line_list(AgsFile *file, xmlNode *node, GList **line)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1778,7 +1776,7 @@ ags_file_write_line_list(AgsFile *file, xmlNode *parent, GList *line)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1828,7 +1826,7 @@ ags_file_read_line_member(AgsFile *file, xmlNode *node, AgsLineMember **line_mem
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1836,7 +1834,7 @@ ags_file_read_line_member(AgsFile *file, xmlNode *node, AgsLineMember **line_mem
 				   NULL));
 
   if(!widget_type_is_registered){
-    //    ags_main_register_widget_type();
+    ags_main_register_widget_type();
 
     widget_type_is_registered = TRUE;
   }
@@ -2038,7 +2036,7 @@ ags_file_write_line_member(AgsFile *file, xmlNode *parent, AgsLineMember *line_m
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2229,7 +2227,7 @@ ags_file_read_line_member_list(AgsFile *file, xmlNode *node, GList **line_member
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2254,7 +2252,7 @@ ags_file_write_line_member_list(AgsFile *file, xmlNode *parent, GList *line_memb
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2323,7 +2321,7 @@ ags_file_write_machine_editor(AgsFile *file, xmlNode *parent, AgsMachineEditor *
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2437,7 +2435,7 @@ ags_file_read_editor(AgsFile *file, xmlNode *node, AgsEditor **editor)
   
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2552,18 +2550,18 @@ ags_file_read_editor_launch(AgsFileLaunch *file_launch,
 
   editor->toolbar->zoom_history = history;
 
-  editor->edit.note_edit->flags |= AGS_NOTE_EDIT_RESETING_HORIZONTALLY;
-  ags_note_edit_reset_horizontally(editor->edit.note_edit, AGS_NOTE_EDIT_RESET_HSCROLLBAR |
+  editor->note_edit->flags |= AGS_NOTE_EDIT_RESETING_HORIZONTALLY;
+  ags_note_edit_reset_horizontally(editor->note_edit, AGS_NOTE_EDIT_RESET_HSCROLLBAR |
 				   AGS_NOTE_EDIT_RESET_WIDTH);
-  editor->edit.note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
+  editor->note_edit->flags &= (~AGS_NOTE_EDIT_RESETING_HORIZONTALLY);
 
   /* reset ruler */
-  editor->edit.note_edit->ruler->factor = tact_factor;
-  editor->edit.note_edit->ruler->precision = tact;
-  editor->edit.note_edit->ruler->scale_precision = 1.0 / tact;
+  editor->note_edit->ruler->factor = tact_factor;
+  editor->note_edit->ruler->precision = tact;
+  editor->note_edit->ruler->scale_precision = 1.0 / tact;
 
-  gtk_widget_queue_draw(editor->edit.note_edit->ruler);
-  gtk_widget_queue_draw(editor->edit.note_edit);
+  gtk_widget_queue_draw(editor->note_edit->ruler);
+  gtk_widget_queue_draw(editor->note_edit);
 }
 
 xmlNode*
@@ -2583,7 +2581,7 @@ ags_file_write_editor(AgsFile *file, xmlNode *parent, AgsEditor *editor)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2631,7 +2629,7 @@ ags_file_read_toolbar(AgsFile *file, xmlNode *node, AgsToolbar **toolbar)
   
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2724,7 +2722,7 @@ ags_file_write_toolbar(AgsFile *file, xmlNode *parent, AgsToolbar *toolbar)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2927,7 +2925,7 @@ ags_file_write_machine_selector(AgsFile *file, xmlNode *parent, AgsMachineSelect
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3066,7 +3064,7 @@ ags_file_write_navigation(AgsFile *file, xmlNode *parent, AgsNavigation *navigat
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "main\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/file/ags_file_sound.c b/src/ags/file/ags_file_sound.c
index 0b91978..ecb3dc0 100644
--- a/src/ags/file/ags_file_sound.c
+++ b/src/ags/file/ags_file_sound.c
@@ -23,9 +23,10 @@
 #include <libxml/xlink.h>
 #include <libxml/xpath.h>
 
+#include <ags/main.h>
+
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags/object/ags_plugin.h>
 #include <ags/object/ags_packable.h>
 
@@ -100,12 +101,12 @@ ags_file_read_devout(AgsFile *file, xmlNode *node, AgsDevout **devout)
   }
 
   g_object_set(G_OBJECT(gobject),
-	       "application-context\0", file->application_context,
+	       "main\0", file->ags_main,
 	       NULL);
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -159,7 +160,7 @@ ags_file_read_devout(AgsFile *file, xmlNode *node, AgsDevout **devout)
 
 	while(list != NULL){
 	  g_object_set(G_OBJECT(list->data),
-		       "soundcard\0", gobject,
+		       "devout\0", gobject,
 		       NULL);
 
 	  ags_devout_add_audio(gobject,
@@ -256,7 +257,7 @@ ags_file_write_devout(AgsFile *file, xmlNode *parent, AgsDevout *devout)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -399,7 +400,7 @@ ags_file_read_devout_list(AgsFile *file, xmlNode *node, GList **devout)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -425,7 +426,7 @@ ags_file_write_devout_list(AgsFile *file, xmlNode *parent, GList *devout)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -464,7 +465,7 @@ ags_file_read_devout_play(AgsFile *file, xmlNode *node, AgsDevoutPlay **play)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -498,7 +499,7 @@ ags_file_write_devout_play(AgsFile *file, xmlNode *parent, AgsDevoutPlay *play)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -552,7 +553,7 @@ ags_file_read_devout_play_list(AgsFile *file, xmlNode *node, GList **play)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -578,7 +579,7 @@ ags_file_write_devout_play_list(AgsFile *file, xmlNode *parent, GList *play)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -617,7 +618,7 @@ ags_file_read_audio(AgsFile *file, xmlNode *node, AgsAudio **audio)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -822,7 +823,7 @@ ags_file_read_audio_resolve_devout(AgsFileLookup *file_lookup,
     devout = (AgsDevout *) id_ref->ref;
 
     g_object_set(G_OBJECT(audio),
-		 "soundcard\0", devout,
+		 "devout\0", devout,
 		 NULL);
 
     /* create output audio signal template */
@@ -877,7 +878,7 @@ ags_file_write_audio(AgsFile *file, xmlNode *parent, AgsAudio *audio)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -994,7 +995,7 @@ ags_file_write_audio_resolve_devout(AgsFileLookup *file_lookup,
   AgsFileIdRef *id_ref;
   gchar *id;
 
-  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, audio->soundcard);
+  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, audio->devout);
 
   id = xmlGetProp(id_ref->node, AGS_FILE_ID_PROP);
 
@@ -1015,7 +1016,7 @@ ags_file_read_audio_list(AgsFile *file, xmlNode *node, GList **audio)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1062,7 +1063,7 @@ ags_file_write_audio_list(AgsFile *file, xmlNode *parent, GList *audio)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1137,7 +1138,7 @@ ags_file_read_channel(AgsFile *file, xmlNode *node, AgsChannel **channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1311,7 +1312,7 @@ ags_file_write_channel(AgsFile *file, xmlNode *parent, AgsChannel *channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1462,7 +1463,7 @@ ags_file_read_channel_list(AgsFile *file, xmlNode *node, GList **channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1487,7 +1488,7 @@ ags_file_write_channel_list(AgsFile *file, xmlNode *parent, GList *channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1520,7 +1521,7 @@ ags_file_read_input(AgsFile *file, xmlNode *node, AgsChannel *channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1563,7 +1564,7 @@ ags_file_write_input(AgsFile *file, xmlNode *parent, AgsChannel *channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1591,7 +1592,7 @@ ags_file_read_output(AgsFile *file, xmlNode *node, AgsChannel *channel)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1618,7 +1619,7 @@ ags_file_write_output(AgsFile *file, xmlNode *parent, AgsChannel *channel)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1638,7 +1639,14 @@ ags_file_read_recall(AgsFile *file, xmlNode *node, AgsRecall **recall)
   AgsRecall *gobject;
   xmlNode *child;
   xmlChar *type_name;
+  static gboolean recall_type_is_registered = FALSE;
+
+  if(!recall_type_is_registered){
+    ags_main_register_recall_type();
 
+    recall_type_is_registered = TRUE;
+  }
+  
   if(*recall == NULL){
     GType type;
 
@@ -1657,7 +1665,7 @@ ags_file_read_recall(AgsFile *file, xmlNode *node, AgsRecall **recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1898,7 +1906,7 @@ ags_file_read_recall_resolve_devout(AgsFileLookup *file_lookup,
 							  xpath);
 
   if(id_ref != NULL){
-    recall->soundcard = (GObject *) id_ref->ref;
+    recall->devout = (GObject *) id_ref->ref;
   }
 }
 
@@ -1925,7 +1933,7 @@ ags_file_write_recall(AgsFile *file, xmlNode *parent, AgsRecall *recall)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2025,7 +2033,7 @@ ags_file_write_recall_resolve_devout(AgsFileLookup *file_lookup,
   AgsFileIdRef *id_ref;
   gchar *id;
 
-  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, recall->soundcard);
+  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, recall->devout);
 
   id = xmlGetProp(id_ref->node, AGS_FILE_ID_PROP);
 
@@ -2068,7 +2076,7 @@ ags_file_read_recall_list(AgsFile *file, xmlNode *node, GList **recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2093,7 +2101,7 @@ ags_file_write_recall_list(AgsFile *file, xmlNode *parent, GList *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2135,7 +2143,7 @@ ags_file_read_recall_container(AgsFile *file, xmlNode *node, AgsRecallContainer
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2269,7 +2277,7 @@ ags_file_write_recall_container(AgsFile *file, xmlNode *parent, AgsRecallContain
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2325,7 +2333,7 @@ ags_file_read_recall_container_list(AgsFile *file, xmlNode *node, GList **recall
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2372,7 +2380,7 @@ ags_file_write_recall_container_list(AgsFile *file, xmlNode *parent, GList *reca
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2405,7 +2413,7 @@ ags_file_read_recall_audio(AgsFile *file, xmlNode *node, AgsRecall *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2448,7 +2456,7 @@ ags_file_write_recall_audio(AgsFile *file, xmlNode *parent, AgsRecall *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2476,7 +2484,7 @@ ags_file_read_recall_audio_run(AgsFile *file, xmlNode *node, AgsRecall *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2519,7 +2527,7 @@ ags_file_write_recall_audio_run(AgsFile *file, xmlNode *parent, AgsRecall *recal
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2547,7 +2555,7 @@ ags_file_read_recall_channel(AgsFile *file, xmlNode *node, AgsRecall *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2590,7 +2598,7 @@ ags_file_write_recall_channel(AgsFile *file, xmlNode *parent, AgsRecall *recall)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2618,7 +2626,7 @@ ags_file_read_recall_channel_run(AgsFile *file, xmlNode *node, AgsRecall *recall
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2661,7 +2669,7 @@ ags_file_write_recall_channel_run(AgsFile *file, xmlNode *parent, AgsRecall *rec
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2689,7 +2697,7 @@ ags_file_read_recall_recycling(AgsFile *file, xmlNode *node, AgsRecall *recall)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2733,7 +2741,7 @@ ags_file_write_recall_recycling(AgsFile *file, xmlNode *parent, AgsRecall *recal
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2761,7 +2769,7 @@ ags_file_read_recall_audio_signal(AgsFile *file, xmlNode *node, AgsRecall *recal
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2804,7 +2812,7 @@ ags_file_write_recall_audio_signal(AgsFile *file, xmlNode *parent, AgsRecall *re
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -2840,7 +2848,7 @@ ags_file_read_port(AgsFile *file, xmlNode *node, AgsPort **port)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -2944,7 +2952,7 @@ ags_file_write_port(AgsFile *file, xmlNode *parent, AgsPort *port)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3144,7 +3152,7 @@ ags_file_read_port_list(AgsFile *file, xmlNode *node, GList **port)
   /* add id ref */
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3169,7 +3177,7 @@ ags_file_write_port_list(AgsFile *file, xmlNode *parent, GList *port)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3210,7 +3218,7 @@ ags_file_read_recycling(AgsFile *file, xmlNode *node, AgsRecycling **recycling)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3258,7 +3266,7 @@ ags_file_write_recycling(AgsFile *file, xmlNode *parent, AgsRecycling *recycling
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3315,7 +3323,7 @@ ags_file_read_recycling_list(AgsFile *file, xmlNode *node, GList **recycling)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3340,7 +3348,7 @@ ags_file_write_recycling_list(AgsFile *file, xmlNode *parent, GList *recycling)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3380,7 +3388,7 @@ ags_file_read_audio_signal(AgsFile *file, xmlNode *node, AgsAudioSignal **audio_
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3471,7 +3479,7 @@ ags_file_write_audio_signal(AgsFile *file, xmlNode *parent, AgsAudioSignal *audi
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3562,7 +3570,7 @@ ags_file_read_audio_signal_list(AgsFile *file, xmlNode *node, GList **audio_sign
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3587,7 +3595,7 @@ ags_file_write_audio_signal_list(AgsFile *file, xmlNode *parent, GList *audio_si
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3630,7 +3638,7 @@ ags_file_read_stream(AgsFile *file, xmlNode *node,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3688,7 +3696,7 @@ ags_file_write_stream(AgsFile *file, xmlNode *parent,
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3799,7 +3807,7 @@ ags_file_read_stream_list(AgsFile *file, xmlNode *node,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3827,7 +3835,7 @@ ags_file_write_stream_list(AgsFile *file, xmlNode *parent,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -3870,7 +3878,7 @@ ags_file_read_pattern(AgsFile *file, xmlNode *node, AgsPattern **pattern)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -3976,7 +3984,7 @@ ags_file_write_pattern(AgsFile *file, xmlNode *parent, AgsPattern *pattern)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4094,7 +4102,7 @@ ags_file_read_pattern_list(AgsFile *file, xmlNode *node, GList **pattern)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4120,7 +4128,7 @@ ags_file_write_pattern_list(AgsFile *file, xmlNode *parent, GList *pattern)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4168,7 +4176,7 @@ ags_file_read_pattern_data(AgsFile *file, xmlNode *node,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4214,7 +4222,7 @@ ags_file_write_pattern_data(AgsFile *file, xmlNode *parent,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4278,7 +4286,7 @@ ags_file_read_pattern_data_list(AgsFile *file, xmlNode *node,
   
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4306,7 +4314,7 @@ ags_file_write_pattern_data_list(AgsFile *file, xmlNode *parent,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4346,7 +4354,7 @@ ags_file_read_notation(AgsFile *file, xmlNode *node, AgsNotation **notation)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4473,7 +4481,7 @@ ags_file_write_notation(AgsFile *file, xmlNode *parent, AgsNotation *notation)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4595,7 +4603,7 @@ ags_file_read_notation_list(AgsFile *file, xmlNode *node, GList **notation)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4620,7 +4628,7 @@ ags_file_write_notation_list(AgsFile *file, xmlNode *parent, GList *notation)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4660,7 +4668,7 @@ ags_file_read_note(AgsFile *file, xmlNode *node, AgsNote **note)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4711,7 +4719,7 @@ ags_file_write_note(AgsFile *file, xmlNode *parent, AgsNote *note)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4781,7 +4789,7 @@ ags_file_read_note_list(AgsFile *file, xmlNode *node, GList **note)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4806,7 +4814,7 @@ ags_file_write_note_list(AgsFile *file, xmlNode *parent, GList *note)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -4837,6 +4845,7 @@ ags_file_read_task(AgsFile *file, xmlNode *node, AgsTask **task)
   xmlNode *child;
   xmlChar *type_name;
   guint n_params;
+  static gboolean task_type_is_registered = FALSE;
 
   if(*task == NULL){
     GType type;
@@ -4844,6 +4853,12 @@ ags_file_read_task(AgsFile *file, xmlNode *node, AgsTask **task)
     type_name = xmlGetProp(node,
 			   AGS_FILE_TYPE_PROP);
 
+    if(!task_type_is_registered){
+      ags_main_register_task_type();
+
+      task_type_is_registered = TRUE;
+    }
+
     type = g_type_from_name(type_name);
 
     gobject = g_object_new(type,
@@ -4856,7 +4871,7 @@ ags_file_read_task(AgsFile *file, xmlNode *node, AgsTask **task)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -4957,7 +4972,7 @@ ags_file_write_task(AgsFile *file, xmlNode *parent, AgsTask *task)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -5059,7 +5074,7 @@ ags_file_read_task_list(AgsFile *file, xmlNode *node, GList **task)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -5084,7 +5099,7 @@ ags_file_write_task_list(AgsFile *file, xmlNode *parent, GList *task)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -5124,7 +5139,7 @@ ags_file_read_timestamp(AgsFile *file, xmlNode *node, AgsTimestamp **timestamp)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -5171,7 +5186,7 @@ ags_file_write_timestamp(AgsFile *file, xmlNode *parent, AgsTimestamp *timestamp
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -5232,7 +5247,7 @@ ags_file_read_timestamp_list(AgsFile *file, xmlNode *node, GList **timestamp)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -5257,7 +5272,7 @@ ags_file_write_timestamp_list(AgsFile *file, xmlNode *parent, GList *timestamp)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/file/ags_file_stock.h b/src/ags/file/ags_file_stock.h
index 91fa1a7..ddaa881 100644
--- a/src/ags/file/ags_file_stock.h
+++ b/src/ags/file/ags_file_stock.h
@@ -58,7 +58,6 @@
 #define AGS_FILE_ID_PROP "id\0"
 #define AGS_FILE_NAME_PROP "name\0"
 #define AGS_FILE_TYPE_PROP "type\0"
-#define AGS_FILE_CONTEXT_PROP "context\0"
 #define AGS_FILE_SCOPE_PROP "scope\0"
 #define AGS_FILE_VERSION_PROP "version\0"
 #define AGS_FILE_BUILD_ID_PROP "build-id\0"
diff --git a/src/ags/file/ags_file_thread.c b/src/ags/file/ags_file_thread.c
index 8deb960..9501ecb 100644
--- a/src/ags/file/ags_file_thread.c
+++ b/src/ags/file/ags_file_thread.c
@@ -24,8 +24,6 @@
 
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 #include <ags/file/ags_file_lookup.h>
@@ -37,6 +35,11 @@
 
 void ags_file_read_thread_start(AgsFileLaunch *file_launch, AgsThread *thread);
 
+void ags_file_read_thread_resolve_devout(AgsFileLookup *file_lookup,
+					 AgsThread *thread);
+void ags_file_write_thread_resolve_devout(AgsFileLookup *file_lookup,
+					  AgsThread *thread);
+
 void ags_file_read_thread_pool_start(AgsFileLaunch *file_launch, AgsThreadPool *thread_pool);
 
 void ags_file_read_audio_loop_resolve_task_thread(AgsFileLookup *file_lookup,
@@ -60,6 +63,7 @@ ags_file_read_thread(AgsFile *file, xmlNode *node, AgsThread **thread)
   AgsThread *gobject;
   xmlNode *child;
   xmlChar *type_name;
+  static gboolean thread_type_is_registered = FALSE;
 
   if(*thread != NULL &&
      AGS_IS_RETURNABLE_THREAD(*thread)){
@@ -69,6 +73,12 @@ ags_file_read_thread(AgsFile *file, xmlNode *node, AgsThread **thread)
   if(*thread == NULL){
     GType type;
 
+    if(!thread_type_is_registered){
+      ags_main_register_thread_type();
+
+      thread_type_is_registered = TRUE;
+    }
+
     type_name = xmlGetProp(node,
 			   AGS_FILE_TYPE_PROP);
 
@@ -90,7 +100,7 @@ ags_file_read_thread(AgsFile *file, xmlNode *node, AgsThread **thread)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -118,6 +128,16 @@ ags_file_read_thread(AgsFile *file, xmlNode *node, AgsThread **thread)
     }
   }
 
+  /* devout */
+  file_lookup = (AgsFileLookup *) g_object_new(AGS_TYPE_FILE_LOOKUP,
+					       "file\0", file,
+					       "node\0", node,
+					       "reference\0", gobject,
+					       NULL);
+  ags_file_add_lookup(file, (GObject *) file_lookup);
+  g_signal_connect(G_OBJECT(file_lookup), "resolve\0",
+		   G_CALLBACK(ags_file_read_thread_resolve_devout), gobject);
+
   /* read children */
   child = node->children;
 
@@ -212,6 +232,25 @@ ags_file_read_thread(AgsFile *file, xmlNode *node, AgsThread **thread)
   }
 }
 
+void 
+ags_file_read_thread_resolve_devout(AgsFileLookup *file_lookup,
+				    AgsThread *thread)
+{
+  AgsFileIdRef *id_ref;
+  gchar *xpath;
+
+  xpath = (gchar *) xmlGetProp(file_lookup->node,
+			       "devout\0");
+
+  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_xpath(file_lookup->file, xpath);
+
+  if(id_ref != NULL){
+    g_object_set(G_OBJECT(thread),
+		 "devout\0", id_ref->ref,
+		 NULL);
+  }
+}
+
 void
 ags_file_read_thread_start(AgsFileLaunch *file_launch, AgsThread *thread)
 {
@@ -251,7 +290,7 @@ ags_file_write_thread(AgsFile *file, xmlNode *parent, AgsThread *thread)
  
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -266,6 +305,16 @@ ags_file_write_thread(AgsFile *file, xmlNode *parent, AgsThread *thread)
 	     AGS_FILE_FLAGS_PROP,
 	     g_strdup_printf("%x\0", thread->flags));
 
+  /* devout */
+  file_lookup = (AgsFileLookup *) g_object_new(AGS_TYPE_FILE_LOOKUP,
+					       "file\0", file,
+					       "node\0", node,
+					       "reference\0", thread,
+					       NULL);
+  ags_file_add_lookup(file, (GObject *) file_lookup);
+  g_signal_connect(G_OBJECT(file_lookup), "resolve\0",
+		   G_CALLBACK(ags_file_write_thread_resolve_devout), thread);
+
   xmlAddChild(parent,
 	      node);
 
@@ -292,6 +341,22 @@ ags_file_write_thread(AgsFile *file, xmlNode *parent, AgsThread *thread)
 }
 
 void
+ags_file_write_thread_resolve_devout(AgsFileLookup *file_lookup,
+				     AgsThread *thread)
+{
+  AgsFileIdRef *id_ref;
+  gchar *id;
+
+  id_ref = (AgsFileIdRef *) ags_file_find_id_ref_by_reference(file_lookup->file, thread->devout);
+
+  id = xmlGetProp(id_ref->node, AGS_FILE_ID_PROP);
+
+  xmlNewProp(file_lookup->node,
+	     "devout\0",
+	     g_strdup_printf("xpath=//ags-devout[@id='%s']\0", id));
+}
+
+void
 ags_file_read_thread_list(AgsFile *file, xmlNode *node, GList **thread)
 {
   AgsThread *current;
@@ -323,7 +388,7 @@ ags_file_read_thread_list(AgsFile *file, xmlNode *node, GList **thread)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -349,7 +414,7 @@ ags_file_write_thread_list(AgsFile *file, xmlNode *parent, GList *thread)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -390,12 +455,12 @@ ags_file_read_thread_pool(AgsFile *file, xmlNode *node, AgsThreadPool **thread_p
 
   //TODO:JK: implement me
   //  g_object_set(G_OBJECT(gobject),
-  //	       "ags-main\0", file->application_context,
+  //	       "ags-main\0", file->ags_main,
   //	       NULL);
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -425,7 +490,7 @@ ags_file_write_thread_pool(AgsFile *file, xmlNode *parent, AgsThreadPool *thread
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -453,7 +518,7 @@ ags_file_read_audio_loop(AgsFile *file, xmlNode *node, AgsAudioLoop *audio_loop)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -565,7 +630,7 @@ ags_file_write_audio_loop(AgsFile *file, xmlNode *parent, AgsAudioLoop *audio_lo
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/file/ags_file_util.c b/src/ags/file/ags_file_util.c
index e5a3189..f6cc366 100644
--- a/src/ags/file/ags_file_util.c
+++ b/src/ags/file/ags_file_util.c
@@ -24,9 +24,6 @@
 
 #include <ags/util/ags_id_generator.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_soundcard.h>
-
 #include <ags/file/ags_file_stock.h>
 #include <ags/file/ags_file_id_ref.h>
 #include <ags/file/ags_file_lookup.h>
@@ -775,7 +772,7 @@ ags_file_util_read_object(AgsFile *file,
   
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
 				   "reference\0", gobject,
@@ -844,7 +841,7 @@ ags_file_util_write_object(AgsFile *file,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//[@id='%s']\0", id),
 				   "reference\0", gobject,
@@ -924,7 +921,7 @@ ags_file_read_embedded_audio(AgsFile *file, xmlNode *node,
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -952,7 +949,7 @@ ags_file_write_embedded_audio(AgsFile *file, xmlNode *parent, gchar *embedded_au
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1006,7 +1003,7 @@ ags_file_read_embedded_audio_list(AgsFile *file, xmlNode *node, GList **embedded
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1032,7 +1029,7 @@ ags_file_write_embedded_audio_list(AgsFile *file, xmlNode *parent, GList *embedd
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1070,7 +1067,7 @@ ags_file_read_file_link(AgsFile *file, xmlNode *node, AgsFileLink **file_link)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
@@ -1092,7 +1089,7 @@ ags_file_util_read_file_link_launch(AgsFileLaunch *file_launch,
 				    AgsFileLink *file_link)
 {
   AgsFileIdRef *id_ref;
-  AgsSoundcard *soundcard;
+  AgsDevout *devout;
   AgsChannel *input;
   AgsAudioFile *audio_file;
   GList *audio_signal;
@@ -1116,7 +1113,7 @@ ags_file_util_read_file_link_launch(AgsFileLaunch *file_launch,
     input = (AgsChannel *) id_ref->ref;
   }
 
-  soundcard = AGS_AUDIO(input->audio)->soundcard;
+  devout = AGS_AUDIO(input->audio)->devout;
 
   type = xmlGetProp(node,
 		    "type\0");
@@ -1127,7 +1124,7 @@ ags_file_util_read_file_link_launch(AgsFileLaunch *file_launch,
     filename = xmlGetProp(node,
 			  "filename\0");
     audio_file = ags_audio_file_new((gchar *) filename,
-				    soundcard,
+				    devout,
 				    0, AGS_AUDIO(input->audio)->audio_channels);
 
     ags_audio_file_open(audio_file);
@@ -1207,7 +1204,7 @@ ags_file_util_read_file_link_launch(AgsFileLaunch *file_launch,
 	gchar *data;
 
 	audio_file = ags_audio_file_new(NULL,
-					soundcard,
+					devout,
 					0, AGS_AUDIO(input->audio)->audio_channels);
 	data = child->content;
 
@@ -1243,7 +1240,7 @@ ags_file_write_file_link(AgsFile *file, xmlNode *parent, AgsFileLink *file_link)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1309,7 +1306,7 @@ ags_file_read_file_link_list(AgsFile *file, xmlNode *node, GList **file_link)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
@@ -1335,7 +1332,7 @@ ags_file_write_file_link_list(AgsFile *file, xmlNode *parent, GList *file_link)
 
   ags_file_add_id_ref(file,
 		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
+				   "main\0", file->ags_main,
 				   "file\0", file,
 				   "node\0", node,
 				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
diff --git a/src/ags/lib/Makefile b/src/ags/lib/Makefile
deleted file mode 100644
index 9b8a976..0000000
--- a/src/ags/lib/Makefile
+++ /dev/null
@@ -1,470 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/lib/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/lib
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/lib
-abs_srcdir = /usr/src/ags-devel/src/ags/lib
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_lib_h_sources = 
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	ags_combo_box_text.h		\
-	ags_container.h			\
-	ags_list.h			\
-	ags_log.h			\
-	ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	ags_combo_box_text.c		\
-	ags_container.c			\
-	ags_list.c			\
-	ags_log.c			\
-	ags_parameter.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/lib/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/lib/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/lib/Makefile.am b/src/ags/lib/Makefile.am
deleted file mode 100644
index e032c62..0000000
--- a/src/ags/lib/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-deprecated_ags_lib_h_sources =
-
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	ags_combo_box_text.h		\
-	ags_container.h			\
-	ags_list.h			\
-	ags_log.h			\
-	ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	ags_combo_box_text.c		\
-	ags_container.c			\
-	ags_list.c			\
-	ags_log.c			\
-	ags_parameter.c
-
diff --git a/src/ags/lib/Makefile.in b/src/ags/lib/Makefile.in
deleted file mode 100644
index 4a0762d..0000000
--- a/src/ags/lib/Makefile.in
+++ /dev/null
@@ -1,470 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/lib
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_lib_h_sources = 
-ags_lib_h_sources = \
-	$(deprecated_ags_lib_h_sources) \
-	ags_combo_box_text.h		\
-	ags_container.h			\
-	ags_list.h			\
-	ags_log.h			\
-	ags_parameter.h
-
-deprecated_ags_lib_c_sources = 
-ags_lib_c_sources = \
-	$(deprecated_ags_lib_c_sources) \
-	ags_combo_box_text.c		\
-	ags_container.c			\
-	ags_list.c			\
-	ags_log.c			\
-	ags_parameter.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/lib/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/lib/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/main.c b/src/ags/main.c
index ffe16bb..39c3b51 100644
--- a/src/ags/main.c
+++ b/src/ags/main.c
@@ -15,34 +15,34 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
-
 #include <ags/main.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
-#include <ags/object/ags_soundcard.h>
-
-#include <ags/thread/ags_thread_init.h>
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_single_thread.h>
-#include <ags/thread/ags_autosave_thread.h>
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_task_thread.h>
-#include <ags/thread/ags_concurrency_provider.h>
-#include <ags/thread/ags_thread_pool.h>
 
-#include <ags/server/ags_server.h>
+#include <ags/object/ags_main_loop.h>
 
 #include <ags/plugin/ags_ladspa_manager.h>
 
-#include <ags/audio/ags_sound_provider.h>
+#include <ags/file/ags_file.h>
 
-#include <ags/X/ags_xorg_init.h>
-#include <ags/X/ags_xorg_application_context.h>
+#include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_gui_thread.h>
-#include <ags/X/ags_window.h>
+#include <ags/thread/ags_autosave_thread.h>
+#include <ags/thread/ags_single_thread.h>
+
+#include <ags/audio/ags_channel.h>
+#include <ags/audio/ags_output.h>
+#include <ags/audio/ags_input.h>
+#include <ags/audio/ags_recycling.h>
 
+#include <ags/X/machine/ags_matrix.h>
+#include <ags/X/machine/ags_synth.h>
+
+#include <ags/audio/ags_synths.h>
+
+#include <sys/mman.h>
+
+#include <gtk/gtk.h>
 #include <libintl.h>
 #include <stdio.h>
 #include <signal.h>
@@ -50,103 +50,725 @@
 #include <sys/resource.h>
 #include <mcheck.h>
 
-#include <ao/ao.h>
-
 #include <X11/Xlib.h>
 
-#include <glib.h>
-#include <glib-object.h>
-#include <gio/gio.h>
-
 #include <gdk/gdk.h>
-#include <gtk/gtk.h>
 
 #include <sys/types.h>
 #include <pwd.h>
 
-#include <sys/mman.h>
+#include "config.h"
+
+void ags_main_class_init(AgsMainClass *ags_main);
+void ags_main_connectable_interface_init(AgsConnectableInterface *connectable);
+void ags_main_init(AgsMain *ags_main);
+void ags_main_connect(AgsConnectable *connectable);
+void ags_main_disconnect(AgsConnectable *connectable);
+void ags_main_finalize(GObject *gobject);
+
+void ags_colors_alloc();
 
 static void ags_signal_cleanup();
 void ags_signal_handler(int signr);
 
+static gpointer ags_main_parent_class = NULL;
+static sigset_t ags_wait_mask;
+
+pthread_mutex_t ags_application_mutex = PTHREAD_MUTEX_INITIALIZER;
+static const gchar *ags_config_thread = AGS_CONFIG_THREAD;
+static const gchar *ags_config_devout = AGS_CONFIG_DEVOUT;
+
 extern void ags_thread_resume_handler(int sig);
 extern void ags_thread_suspend_handler(int sig);
 
-static sigset_t ags_wait_mask;
+extern AgsConfig *config;
+
+extern GtkStyle *matrix_style;
+extern GtkStyle *ffplayer_style;
+extern GtkStyle *editor_style;
+extern GtkStyle *notebook_style;
+extern GtkStyle *meter_style;
+extern GtkStyle *note_edit_style;
 
 extern AgsLadspaManager *ags_ladspa_manager;
 
 struct sigaction ags_sigact;
 
+GType
+ags_main_get_type()
+{
+  static GType ags_type_main = 0;
+
+  if(!ags_type_main){
+    static const GTypeInfo ags_main_info = {
+      sizeof (AgsMainClass),
+      NULL, /* base_init */
+      NULL, /* base_finalize */
+      (GClassInitFunc) ags_main_class_init,
+      NULL, /* class_finalize */
+      NULL, /* class_data */
+      sizeof (AgsMain),
+      0,    /* n_preallocs */
+      (GInstanceInitFunc) ags_main_init,
+    };
+
+    static const GInterfaceInfo ags_connectable_interface_info = {
+      (GInterfaceInitFunc) ags_main_connectable_interface_init,
+      NULL, /* interface_finalize */
+      NULL, /* interface_data */
+    };
+
+    ags_type_main = g_type_register_static(G_TYPE_OBJECT,
+					   "AgsMain\0",
+					   &ags_main_info,
+					   0);
+
+    g_type_add_interface_static(ags_type_main,
+				AGS_TYPE_CONNECTABLE,
+				&ags_connectable_interface_info);
+  }
+
+  return (ags_type_main);
+}
+
 void
-ags_signal_handler(int signr)
+ags_main_class_init(AgsMainClass *ags_main)
 {
-  if(signr == SIGINT){
-    //TODO:JK: do backup
+  GObjectClass *gobject;
+
+  ags_main_parent_class = g_type_class_peek_parent(ags_main);
+
+  /* GObjectClass */
+  gobject = (GObjectClass *) ags_main;
+
+  gobject->finalize = ags_main_finalize;
+}
+
+void
+ags_main_connectable_interface_init(AgsConnectableInterface *connectable)
+{
+  connectable->connect = ags_main_connect;
+  connectable->disconnect = ags_main_disconnect;
+}
+
+void
+ags_main_init(AgsMain *ags_main)
+{
+  GFile *file;
+  struct sigaction sa;
+  struct passwd *pw;
+  uid_t uid;
+  gchar *wdir, *filename;
     
-    exit(-1);
-  }else{
-    sigemptyset(&(ags_sigact.sa_mask));
+  uid = getuid();
+  pw = getpwuid(uid);
+  
+  wdir = g_strdup_printf("%s/%s\0",
+			 pw->pw_dir,
+			 AGS_DEFAULT_DIRECTORY);
 
-    //    if(signr == AGS_ASYNC_QUEUE_SIGNAL_HIGH){
-      // pthread_yield();
-    //    }
+  file = g_file_new_for_path(wdir);
+
+  g_file_make_directory(file,
+			NULL,
+			NULL);
+
+  ags_main->flags = 0;
+
+  ags_main->version = AGS_VERSION;
+  ags_main->build_id = AGS_BUILD_ID;
+
+  ags_main->log = (AgsLog *) g_object_new(AGS_TYPE_LOG,
+					  "file\0", stdout,
+					  NULL);
+  ags_colors_alloc();
+
+  ags_main->main_loop = NULL;
+
+  /* AgsAutosaveThread */
+  ags_main->autosave_thread = NULL;
+  ags_main->autosave_thread = ags_autosave_thread_new(NULL, ags_main);
+  g_object_ref(G_OBJECT(ags_main->autosave_thread));
+  ags_connectable_connect(AGS_CONNECTABLE(ags_main->autosave_thread));
+  
+  ags_main->thread_pool = ags_thread_pool_new(NULL);
+  ags_main->server = NULL;
+  ags_main->devout = NULL;
+  ags_main->window = NULL;
+  // ags_log_message(ags_default_log, "starting Advanced Gtk+ Sequencer\n\0");
+
+  sigfillset(&(ags_wait_mask));
+  sigdelset(&(ags_wait_mask), AGS_THREAD_SUSPEND_SIG);
+  sigdelset(&(ags_wait_mask), AGS_THREAD_RESUME_SIG);
+
+  sigfillset(&(sa.sa_mask));
+  sa.sa_flags = 0;
+
+  sa.sa_handler = ags_thread_resume_handler;
+  sigaction(AGS_THREAD_RESUME_SIG, &sa, NULL);
+
+  sa.sa_handler = ags_thread_suspend_handler;
+  sigaction(AGS_THREAD_SUSPEND_SIG, &sa, NULL);
+  
+  filename = g_strdup_printf("%s/%s\0",
+			     wdir,
+			     AGS_DEFAULT_CONFIG);
+
+  ags_main->config = config;
+  //TODO:JK: ugly
+  config->ags_main = ags_main;
+
+  g_free(filename);
+  g_free(wdir);
+}
+
+void
+ags_main_connect(AgsConnectable *connectable)
+{
+  AgsMain *ags_main;
+  GList *list;
+
+  ags_main = AGS_MAIN(connectable);
+
+  if((AGS_MAIN_CONNECTED & (ags_main->flags)) != 0)
+    return;
+
+  ags_main->flags |= AGS_MAIN_CONNECTED;
+
+  ags_connectable_connect(AGS_CONNECTABLE(ags_main->main_loop));
+  ags_connectable_connect(AGS_CONNECTABLE(ags_main->thread_pool));
+
+  g_message("connected threads\0");
+
+  list = ags_main->devout;
+
+  while(list != NULL){
+    ags_connectable_connect(AGS_CONNECTABLE(list->data));
+
+    list = list->next;
   }
+
+  g_message("connected audio\0");
+
+  ags_connectable_connect(AGS_CONNECTABLE(ags_main->window));
+  g_message("connected gui\0");
 }
 
-static void
-ags_signal_cleanup()
+void
+ags_main_disconnect(AgsConnectable *connectable)
 {
-  sigemptyset(&(ags_sigact.sa_mask));
+  /* empty */
 }
 
 void
-ags_main_quit(AgsApplicationContext *application_context)
+ags_main_finalize(GObject *gobject)
 {
-  AgsThread *gui_thread;
-  AgsThread *children;
+  AgsMain *ags_main;
 
-  /* find gui thread */
-  children = AGS_THREAD(application_context->main_loop)->children;
+  ags_main = AGS_MAIN(gobject);
+
+  G_OBJECT_CLASS(ags_main_parent_class)->finalize(gobject);
+}
+
+void
+ags_colors_alloc()
+{
+  static gboolean allocated = FALSE;
+
+  if(!allocated){
+    allocated = TRUE;
+
+    matrix_style = gtk_style_new();
+    matrix_style->fg[0].red = 120 * (65535/255);
+    matrix_style->fg[0].green = 220 * (65535/255);
+    matrix_style->fg[0].blue = 120 * (65535/255);
+    matrix_style->fg[0].pixel = (gulong)(120*65536 + 220*256 + 120);
+
+    matrix_style->light[0].red = 100 * (65535/255);
+    matrix_style->light[0].green = 200 * (65535/255);
+    matrix_style->light[0].blue = 100 * (65535/255);
+    matrix_style->light[0].pixel = (gulong)(100*65536 + 200*256 + 100);
+
+    matrix_style->bg[0].red = 0 * (65535/255);
+    matrix_style->bg[0].green = 80 * (65535/255);
+    matrix_style->bg[0].blue = 0 * (65535/255);
+    matrix_style->bg[0].pixel = (gulong)(0*65536 + 80*256 + 0);
+
+    matrix_style->bg[1].red = 120 * (65535/255);
+    matrix_style->bg[1].green = 220 * (65535/255);
+    matrix_style->bg[1].blue = 120 * (65535/255);
+    matrix_style->bg[1].pixel = (gulong)(120*65536 + 220*256 + 120);
+
+    matrix_style->bg[2].red = 120 * (65535/255);
+    matrix_style->bg[2].green = 220 * (65535/255);
+    matrix_style->bg[2].blue = 120 * (65535/255);
+    matrix_style->bg[2].pixel = (gulong)(120*65536 + 220*256 + 120);
+
+    matrix_style->base[0].red = 120 * (65535/255);
+    matrix_style->base[0].green = 220 * (65535/255);
+    matrix_style->base[0].blue = 120 * (65535/255);
+    matrix_style->base[0].pixel = (gulong)(120*65536 + 220*256 + 120);
+
+
+    /*  matrix_style->fg[1] = matrix_green;
+	matrix_style->fg[2] = matrix_green;
+	matrix_style->fg[3] = matrix_green;
+	matrix_style->fg[4] = matrix_green;
+
+	matrix_style->bg[0] = matrix_led_bg;
+	matrix_style->bg[1] = matrix_led_bg;
+	matrix_style->bg[2] = matrix_led_bg;
+	matrix_style->bg[2] = matrix_led_bg;
+	matrix_style->bg[3] = matrix_led_bg;
+	matrix_style->bg[4] = matrix_led_bg;
+    */
+
+    /* ffplayer style */
+    ffplayer_style = gtk_style_new();
+    ffplayer_style->fg[0].red = 180 * (65535/255);
+    ffplayer_style->fg[0].green = 180 * (65535/255);
+    ffplayer_style->fg[0].blue = 250 * (65535/255);
+    ffplayer_style->fg[0].pixel = (gulong)(120*65536 + 120*256 + 220);
+
+    ffplayer_style->bg[0].red = 4 * (65535/255);
+    ffplayer_style->bg[0].green = 8 * (65535/255);
+    ffplayer_style->bg[0].blue = 56 * (65535/255);
+    ffplayer_style->bg[0].pixel = (gulong)(4*65536 + 8*256 + 56);
+
+    ffplayer_style->bg[1].red = 120 * (65535/255);
+    ffplayer_style->bg[1].green = 120 *(65535/255);
+    ffplayer_style->bg[1].blue = 120 * (65535/255);
+    ffplayer_style->bg[1].pixel = (gulong)(120*65536 + 120*256 + 120);
+
+    ffplayer_style->bg[2].red = 120 * (65535/255);
+    ffplayer_style->bg[2].green = 120 *(65535/255);
+    ffplayer_style->bg[2].blue = 120 * (65535/255);
+    ffplayer_style->bg[2].pixel = (gulong)(255*65536 + 255*256 + 255);
+
+    ffplayer_style->mid[0].red = 4 * (65535/255);
+    ffplayer_style->mid[0].green = 8 * (65535/255);
+    ffplayer_style->mid[0].blue = 56 * (65535/255);
+    ffplayer_style->mid[0].pixel = (gulong)(4*65536 + 8*256 + 56);
+
+    ffplayer_style->light[0].red = 120 * (65535/255);
+    ffplayer_style->light[0].green = 120 * (65535/255);
+    ffplayer_style->light[0].blue = 220 * (65535/255);
+    ffplayer_style->light[0].pixel = (gulong)(120*65536 + 120*256 + 220);
+
+    ffplayer_style->base[0].red = 120 * (65535/255);
+    ffplayer_style->base[0].green = 120 * (65535/255);
+    ffplayer_style->base[0].blue = 220 * (65535/255);
+    ffplayer_style->base[0].pixel = (gulong)(120*65536 + 120*256 + 220);
+
+
+    /* editor style */
+    editor_style = gtk_style_new();
+    editor_style->fg[0].red = 255 * (65535/255);
+    editor_style->fg[0].green = 240 *(65535/255);
+    editor_style->fg[0].blue = 200 * (65535/255);
+    editor_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
+
+    editor_style->bg[0].red = 255 * (65535/255);
+    editor_style->bg[0].green = 255 *(65535/255);
+    editor_style->bg[0].blue = 100 * (65535/255);
+    editor_style->bg[0].pixel = (gulong)(255*65536 + 255*256 + 255);
+
+    editor_style->mid[0].red = 250 * (65535/255);
+    editor_style->mid[0].green = 0 *(65535/255);
+    editor_style->mid[0].blue = 250 * (65535/255);
+    editor_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
+
+
+    editor_style->base[0].red = 250 * (65535/255);
+    editor_style->base[0].green = 250 *(65535/255);
+    editor_style->base[0].blue = 250 * (65535/255);
+    editor_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
+
+
+    /* notebook style */
+    notebook_style = gtk_style_new();
+    notebook_style->fg[0].red = 255 * (65535/255);
+    notebook_style->fg[0].green = 255 *(65535/255);
+    notebook_style->fg[0].blue = 0 * (65535/255);
+    notebook_style->fg[0].pixel = (gulong)(255*65536 + 255*256 + 0);
+
+    notebook_style->bg[0].red = 40 * (65535/255);
+    notebook_style->bg[0].green = 40 *(65535/255);
+    notebook_style->bg[0].blue = 40 * (65535/255);
+    notebook_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
+
+    notebook_style->mid[0].red = 10 * (65535/255);
+    notebook_style->mid[0].green = 20 *(65535/255);
+    notebook_style->mid[0].blue = 230 * (65535/255);
+    notebook_style->mid[0].pixel = (gulong)(10*65536 + 20*256 + 230);
+
+    notebook_style->dark[0].red = 192 * (65535/255);
+    notebook_style->dark[0].green = 192 *(65535/255);
+    notebook_style->dark[0].blue = 0 * (65535/255);
+    notebook_style->dark[0].pixel = (gulong)(150*65536 + 150*256 + 250);
+
+    notebook_style->light[0].red = 255 * (65535/255);
+    notebook_style->light[0].green = 255 *(65535/255);
+    notebook_style->light[0].blue = 63 * (65535/255);
+    notebook_style->light[0].pixel = (gulong)(255*65536 + 255*256 + 63);
+
+    notebook_style->base[0].red = 0 * (65535/255);
+    notebook_style->base[0].green = 0 *(65535/255);
+    notebook_style->base[0].blue = 0 * (65535/255);
+    notebook_style->base[0].pixel = (gulong)(0*65536 + 0*256 + 0);
+
+
+    /* ruler style */
+    //TODO:JK: deprecated
+    //    ruler_style = gtk_style_new();
+    //    ruler_style->fg[0].red = 255 * (65535/255);
+    //    ruler_style->fg[0].green = 240 *(65535/255);
+    //    ruler_style->fg[0].blue = 200 * (65535/255);
+    //    ruler_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
+
+    //    ruler_style->bg[0].red = 40 * (65535/255);
+    //    ruler_style->bg[0].green = 40 *(65535/255);
+    //    ruler_style->bg[0].blue = 40 * (65535/255);
+    //    ruler_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
+
+    //    ruler_style->mid[0].red = 250 * (65535/255);
+    //    ruler_style->mid[0].green = 0 *(65535/255);
+    //    ruler_style->mid[0].blue = 250 * (65535/255);
+    //    ruler_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
+
+    //    ruler_style->base[0].red = 250 * (65535/255);
+    //    ruler_style->base[0].green = 250 *(65535/255);
+    //    ruler_style->base[0].blue = 250 * (65535/255);
+    //    ruler_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
+
+
+    /* meter style */
+    meter_style = gtk_style_new();
+    meter_style->fg[0].red = 100 * (65535/255);
+    meter_style->fg[0].green = 200 *(65535/255);
+    meter_style->fg[0].blue = 255 * (65535/255);
+    meter_style->fg[0].pixel = (gulong)(100*65536 + 200*256 + 255);
+
+    meter_style->bg[0].red = 40 * (65535/255);
+    meter_style->bg[0].green = 40 *(65535/255);
+    meter_style->bg[0].blue = 40 * (65535/255);
+    meter_style->bg[0].pixel = (gulong)(40*65536 + 40*256 + 40);
+
+    meter_style->mid[0].red = 10 * (65535/255);
+    meter_style->mid[0].green = 20 *(65535/255);
+    meter_style->mid[0].blue = 230 * (65535/255);
+    meter_style->mid[0].pixel = (gulong)(10*65536 + 20*256 + 230);
+
+    meter_style->light[0].red = 0 * (65535/255);
+    meter_style->light[0].green = 150 *(65535/255);
+    meter_style->light[0].blue = 255 * (65535/255);
+    meter_style->light[0].pixel = (gulong)(150*65536 + 150*256 + 250);
+
+    meter_style->base[0].red = 0 * (65535/255);
+    meter_style->base[0].green = 0 *(65535/255);
+    meter_style->base[0].blue = 0 * (65535/255);
+    meter_style->base[0].pixel = (gulong)(0*65536 + 0*256 + 0);
+
+
+    /* note_edit style */
+    note_edit_style = gtk_style_new();
+    note_edit_style->fg[0].red = 255 * (65535/255);
+    note_edit_style->fg[0].green = 240 *(65535/255);
+    note_edit_style->fg[0].blue = 200 * (65535/255);
+    note_edit_style->fg[0].pixel = (gulong)(255*65536 + 240*256 + 200);
+
+    note_edit_style->bg[0].red = 255 * (65535/255);
+    note_edit_style->bg[0].green = 255 *(65535/255);
+    note_edit_style->bg[0].blue = 100 * (65535/255);
+    note_edit_style->bg[0].pixel = (gulong)(255*65536 + 255*256 + 255);
+
+    note_edit_style->mid[0].red = 250 * (65535/255);
+    note_edit_style->mid[0].green = 0 *(65535/255);
+    note_edit_style->mid[0].blue = 250 * (65535/255);
+    note_edit_style->mid[0].pixel = (gulong)(150*65536 + 150*256 + 250);
+
+
+    note_edit_style->base[0].red = 250 * (65535/255);
+    note_edit_style->base[0].green = 250 *(65535/255);
+    note_edit_style->base[0].blue = 250 * (65535/255);
+    note_edit_style->base[0].pixel = (gulong)(250*65536 + 250*256 + 250);
+  }
+}
+
+void
+ags_main_load_config(AgsMain *ags_main)
+{
+  AgsConfig *config;
+  GList *list;
 
-  while(children != NULL){
-    if(AGS_IS_GUI_THREAD(children)){
-      gui_thread = children;
+  auto void ags_main_load_config_thread(AgsThread *thread);
+  auto void ags_main_load_config_devout(AgsDevout *devout);
 
-      break;
+  void ags_main_load_config_thread(AgsThread *thread){
+    gchar *model;
+    
+    model = ags_config_get(config,
+			   ags_config_devout,
+			   "model\0");
+    
+    if(model != NULL){
+      if(!strncmp(model,
+		  "single-threaded\0",
+		  16)){
+	//TODO:JK: implement me
+	
+      }else if(!strncmp(model,
+			"multi-threaded",
+			15)){
+	//TODO:JK: implement me
+      }else if(!strncmp(model,
+			"super-threaded",
+			15)){
+	//TODO:JK: implement me
+      }
     }
+  }
+  void ags_main_load_config_devout(AgsDevout *devout){
+    gchar *alsa_handle;
+    guint samplerate;
+    guint buffer_size;
+    guint pcm_channels, dsp_channels;
+
+    alsa_handle = ags_config_get(config,
+				 ags_config_devout,
+				 "alsa-handle\0");
+
+    dsp_channels = strtoul(ags_config_get(config,
+					  ags_config_devout,
+					  "dsp-channels\0"),
+			   NULL,
+			   10);
+    
+    pcm_channels = strtoul(ags_config_get(config,
+					  ags_config_devout,
+					  "pcm-channels\0"),
+			   NULL,
+			   10);
+
+    samplerate = strtoul(ags_config_get(config,
+					ags_config_devout,
+					"samplerate\0"),
+			 NULL,
+			 10);
+
+    buffer_size = strtoul(ags_config_get(config,
+					 ags_config_devout,
+					 "buffer-size\0"),
+			  NULL,
+			  10);
+    
+    g_object_set(G_OBJECT(devout),
+		 "device\0", alsa_handle,
+		 "dsp-channels\0", dsp_channels,
+		 "pcm-channels\0", pcm_channels,
+		 "frequency\0", samplerate,
+		 "buffer-size\0", buffer_size,
+		 NULL);
+  }
+  
+  if(ags_main == NULL){
+    return;
+  }
+
+  config = ags_main->config;
 
-    children = children->next;
+  if(config == NULL){
+    return;
   }
 
-  ags_thread_stop(gui_thread);
+  /* thread */
+  ags_main_load_config_thread(ags_main->main_loop);
+
+  /* devout */
+  list = ags_main->devout;
+
+  while(list != NULL){
+    ags_main_load_config_devout(AGS_DEVOUT(list->data));
+
+    list = list->next;
+  }
+}
+
+void
+ags_main_add_devout(AgsMain *ags_main,
+		    AgsDevout *devout)
+{
+  if(ags_main == NULL ||
+     devout == NULL){
+    return;
+  }
+
+  g_object_ref(G_OBJECT(devout));
+  ags_main->devout = g_list_prepend(ags_main->devout,
+				    devout);
+}
+
+void
+ags_main_register_recall_type()
+{
+  ags_play_audio_get_type();
+  ags_play_channel_get_type();
+  ags_play_channel_run_get_type();
+  ags_play_channel_run_master_get_type();
+
+  ags_stream_channel_get_type();
+  ags_stream_channel_run_get_type();
+
+  ags_loop_channel_get_type();
+  ags_loop_channel_run_get_type();
+
+  ags_copy_channel_get_type();
+  ags_copy_channel_run_get_type();
+
+  ags_volume_channel_get_type();
+  ags_volume_channel_run_get_type();
+
+  ags_peak_channel_get_type();
+  ags_peak_channel_run_get_type();
+
+  ags_recall_ladspa_get_type();
+  ags_recall_channel_run_dummy_get_type();
+  ags_recall_ladspa_run_get_type();
+
+  ags_delay_audio_get_type();
+  ags_delay_audio_run_get_type();
+
+  ags_count_beats_audio_get_type();
+  ags_count_beats_audio_run_get_type();
+
+  ags_copy_pattern_audio_get_type();
+  ags_copy_pattern_audio_run_get_type();
+  ags_copy_pattern_channel_get_type();
+  ags_copy_pattern_channel_run_get_type();
+
+  ags_buffer_channel_get_type();
+  ags_buffer_channel_run_get_type();
+
+  ags_play_notation_audio_get_type();
+  ags_play_notation_audio_run_get_type();
+}
+
+void
+ags_main_register_task_type()
+{
+  //TODO:JK: implement me
+}
+
+void
+ags_main_register_widget_type()
+{
+  ags_dial_get_type();
+}
+
+void
+ags_main_register_machine_type()
+{
+  ags_panel_get_type();
+  ags_panel_input_pad_get_type();
+  ags_panel_input_line_get_type();
+
+  ags_mixer_get_type();
+  ags_mixer_input_pad_get_type();
+  ags_mixer_input_line_get_type();
+
+  ags_drum_get_type();
+  ags_drum_output_pad_get_type();
+  ags_drum_output_line_get_type();
+  ags_drum_input_pad_get_type();
+  ags_drum_input_line_get_type();
+
+  ags_matrix_get_type();
+
+  ags_synth_get_type();
+  ags_synth_input_pad_get_type();
+  ags_synth_input_line_get_type();
+
+  ags_ffplayer_get_type();
+}
+
+void
+ags_main_register_thread_type()
+{
+  ags_thread_get_type();
+
+  ags_audio_loop_get_type();
+  ags_task_thread_get_type();
+  ags_devout_thread_get_type();
+  ags_iterator_thread_get_type();
+  ags_recycling_thread_get_type();
+  ags_timestamp_thread_get_type();
+  ags_gui_thread_get_type();
+
+  ags_thread_pool_get_type();
+  ags_returnable_thread_get_type();
+}
+
+void
+ags_main_quit(AgsMain *ags_main)
+{
+  ags_thread_stop(AGS_AUDIO_LOOP(ags_main->main_loop)->gui_thread);
+}
+
+AgsMain*
+ags_main_new()
+{
+  AgsMain *ags_main;
+
+  ags_main = (AgsMain *) g_object_new(AGS_TYPE_MAIN,
+				      NULL);
+
+  return(ags_main);
+}
+
+void
+ags_signal_handler(int signr)
+{
+  if(signr == SIGINT){
+    //TODO:JK: do backup
+    
+    exit(-1);
+  }else{
+    sigemptyset(&(ags_sigact.sa_mask));
+
+    if(signr == AGS_ASYNC_QUEUE_SIGNAL_HIGH){
+      // pthread_yield();
+    }
+  }
+}
+
+static void
+ags_signal_cleanup()
+{
+  sigemptyset(&(ags_sigact.sa_mask));
 }
 
 int
 main(int argc, char **argv)
 {
-  AgsThread *audio_loop;
-  AgsThread *task_thread;
-  AgsThread *gui_thread;
-  AgsConfig *config;
-  AgsApplicationContext *application_context;
+  AgsMain *ags_main;
+  AgsDevout *devout;
+  AgsWindow *window;
+  AgsGuiThread *gui_thread;
   GFile *autosave_file;
-    
+  struct sched_param param;
+  struct rlimit rl;
   gchar *filename, *autosave_filename;
-  gboolean single_thread = FALSE;
-  guint i;
 
   struct passwd *pw;
   uid_t uid;
-
-  struct sched_param param;
-  struct rlimit rl;
-  struct sigaction sa;
-
+  gchar *wdir, *config_file;
   int result;
+  gboolean single_thread = FALSE;
+  guint i;
+
+  const char *error;
+  const rlim_t kStackSize = 128L * 1024L * 1024L;   // min stack size = 128 Mb
 
-  const rlim_t kStackSize = 64L * 1024L * 1024L;   // min stack size = 64 Mb
-  
   //  mtrace();
   atexit(ags_signal_cleanup);
 
@@ -178,56 +800,19 @@ main(int argc, char **argv)
   sigaction(SIGINT, &ags_sigact, (struct sigaction *) NULL);
   sigaction(SA_RESTART, &ags_sigact, (struct sigaction *) NULL);
 
-  /* register signal handler */
-  sigfillset(&(ags_wait_mask));
-  sigdelset(&(ags_wait_mask), AGS_THREAD_SUSPEND_SIG);
-  sigdelset(&(ags_wait_mask), AGS_THREAD_RESUME_SIG);
-
-  sigfillset(&(sa.sa_mask));
-  sa.sa_flags = 0;
-
-  sa.sa_handler = ags_thread_resume_handler;
-  sigaction(AGS_THREAD_RESUME_SIG, &sa, NULL);
-
-  sa.sa_handler = ags_thread_suspend_handler;
-  sigaction(AGS_THREAD_SUSPEND_SIG, &sa, NULL);
-
-  /* get user info */
-  uid = getuid();
-  pw = getpwuid(uid);
-
-  /* init gsequencer */
+  /**/
   LIBXML_TEST_VERSION;
-  
-  ao_initialize();
 
-  g_thread_init(NULL);  
-  gtk_init(&argc, &argv);
+  XInitThreads();
 
-  config = ags_config_new(NULL);
+  g_thread_init(NULL);
+  gdk_threads_init();
 
-  application_context = ags_xorg_application_context_new(NULL,
-							 config);
-  g_object_set(config,
-	       "application-context\0", application_context,
-	       NULL);
-  
-  ags_init_context(application_context);
-  ags_thread_init_context(application_context);
-  ags_audio_init_context(application_context);
-  ags_gui_init_context(application_context);
-  ags_xorg_init_context(application_context);
-
-  /* Declare ourself as a real time task */
-  param.sched_priority = AGS_RT_PRIORITY;
-
-  if(sched_setscheduler(0, SCHED_FIFO, &param) == -1) {
-    //    perror("sched_setscheduler failed\0");
-  }
+  gtk_init(&argc, &argv);
+  ipatch_init();
 
-  mlockall(MCL_CURRENT | MCL_FUTURE);
+  ao_initialize();
 
-  /* parse command line parameter */
   filename = NULL;
 
   for(i = 0; i < argc; i++){
@@ -239,6 +824,24 @@ main(int argc, char **argv)
     }
   }
 
+  config = ags_config_new();
+  uid = getuid();
+  pw = getpwuid(uid);
+  
+  wdir = g_strdup_printf("%s/%s\0",
+			 pw->pw_dir,
+			 AGS_DEFAULT_DIRECTORY);
+
+  config_file = g_strdup_printf("%s/%s\0",
+				wdir,
+				AGS_DEFAULT_CONFIG);
+
+  ags_config_load_from_file(config,
+			    config_file);
+
+  g_free(wdir);
+  g_free(config_file);
+
   if(filename != NULL){
     AgsFile *file;
 
@@ -247,120 +850,144 @@ main(int argc, char **argv)
 			NULL);
     ags_file_open(file);
     ags_file_read(file);
+
+    ags_main = AGS_MAIN(file->ags_main);
     ags_file_close(file);
+
+    ags_thread_start(ags_main->main_loop);
+
+    /* complete thread pool */
+    ags_main->thread_pool->parent = AGS_THREAD(ags_main->main_loop);
+    ags_thread_pool_start(ags_main->thread_pool);
+
+#ifdef _USE_PTH
+    pth_join(AGS_AUDIO_LOOP(ags_main->main_loop)->gui_thread->thread,
+	     NULL);
+#else
+    pthread_join(AGS_AUDIO_LOOP(ags_main->main_loop)->gui_thread->thread,
+		 NULL);
+#endif
   }else{
-    AgsWindow *window;
+    ags_main = ags_main_new();
 
-    AgsServer *server;
+    if(single_thread){
+      ags_main->flags = AGS_MAIN_SINGLE_THREAD;
+    }
 
-    AgsThreadPool *thread_pool;
-    
-    AgsSoundcard *soundcard;
+    /* Declare ourself as a real time task */
+    param.sched_priority = AGS_PRIORITY;
 
-    struct passwd *pw;
-    uid_t uid;
-    gchar *wdir, *config_file;
-  
-    uid = getuid();
-    pw = getpwuid(uid);
+    if(sched_setscheduler(0, SCHED_FIFO, &param) == -1) {
+      perror("sched_setscheduler failed\0");
+    }
 
-    wdir = g_strdup_printf("%s/%s\0",
-			   pw->pw_dir,
-			   AGS_DEFAULT_DIRECTORY);
+    mlockall(MCL_CURRENT | MCL_FUTURE);
 
-    config_file = g_strdup_printf("%s/%s\0",
-				  wdir,
-				  AGS_DEFAULT_CONFIG);
+    if((AGS_MAIN_SINGLE_THREAD & (ags_main->flags)) == 0){
+      //      GdkFrameClock *frame_clock;
 
-    ags_config_load_from_file(config,
-			      config_file);
+#ifdef AGS_WITH_XMLRPC_C
+      AbyssInit(&error);
 
-    g_free(wdir);
-    g_free(config_file);
+      xmlrpc_env_init(&(ags_main->env));
+#endif /* AGS_WITH_XMLRPC_C */
 
-    /* AgsSoundcard */
-    soundcard = ags_devout_new(application_context);
-    AGS_XORG_APPLICATION_CONTEXT(application_context)->soundcard = soundcard;
-    g_object_ref(G_OBJECT(soundcard));
-    
-    /* AgsWindow */
-    window = ags_window_new(application_context);
-    g_object_set(window,
-		 "soundcard\0", soundcard,
-		 NULL);
-    AGS_XORG_APPLICATION_CONTEXT(application_context)->window = window;
-    g_object_ref(G_OBJECT(window));
+      /* AgsDevout */
+      devout = ags_devout_new((GObject *) ags_main);
+      ags_main_add_devout(ags_main,
+			  devout);
 
-    gtk_window_set_default_size((GtkWindow *) window, 500, 500);
-    gtk_paned_set_position((GtkPaned *) window->paned, 300);
+      /*  */
+      g_object_set(G_OBJECT(ags_main->autosave_thread),
+		   "devout\0", devout,
+		   NULL);
 
-    ags_connectable_connect(AGS_CONNECTABLE(window));
-    gtk_widget_show_all((GtkWidget *) window);
+      /* AgsWindow */
+      ags_main->window =
+	window = ags_window_new((GObject *) ags_main);
+      g_object_set(G_OBJECT(window),
+		   "devout\0", devout,
+		   NULL);
+      g_object_ref(G_OBJECT(window));
 
-    /* AgsServer */
-    server = ags_server_new(application_context);
+      gtk_window_set_default_size((GtkWindow *) window, 500, 500);
+      gtk_paned_set_position((GtkPaned *) window->paned, 300);
 
-    /* AgsMainLoop */
-    audio_loop = (AgsThread *) ags_audio_loop_new((GObject *) soundcard,
-						  application_context);
-    g_object_set(application_context,
-		 "main-loop\0", audio_loop,
-		 NULL);
+      ags_connectable_connect(window);
+      gtk_widget_show_all((GtkWidget *) window);
 
-    g_object_ref(audio_loop);
-    ags_connectable_connect(AGS_CONNECTABLE(audio_loop));
+      /* AgsServer */
+      ags_main->server = ags_server_new((GObject *) ags_main);
 
-    /* thread pool */
-    task_thread = ags_thread_find_type(audio_loop,
-				       AGS_TYPE_TASK_THREAD);
-    
-    thread_pool = 
-      AGS_XORG_APPLICATION_CONTEXT(application_context)->thread_pool = ags_thread_pool_new(task_thread);
+      /* AgsMainLoop */
+      ags_main->main_loop = AGS_MAIN_LOOP(ags_audio_loop_new((GObject *) devout, (GObject *) ags_main));
+      g_object_ref(G_OBJECT(ags_main->main_loop));
+      ags_connectable_connect(AGS_CONNECTABLE(ags_main->main_loop));
 
-    /* complete thread pool */
-    thread_pool = ags_concurrency_provider_get_thread_pool(application_context);
+      /* start thread tree */
+      ags_thread_start(ags_main->main_loop);
 
-    ags_thread_pool_start(thread_pool);
-  }
+      /* complete thread pool */
+      ags_main->thread_pool->parent = AGS_THREAD(ags_main->main_loop);
+      ags_thread_pool_start(ags_main->thread_pool);
+    }else{
+      AgsSingleThread *single_thread;
+
+      devout = ags_devout_new((GObject *) ags_main);
+      ags_main_add_devout(ags_main,
+			  devout);
+
+      g_object_set(G_OBJECT(ags_main->autosave_thread),
+		   "devout\0", devout,
+		   NULL);
 
-  if(!single_thread){
-    GList *children;
+      /* threads */
+      single_thread = ags_single_thread_new((GObject *) devout);
 
-    /* find gui thread */
-    gui_thread = ags_thread_find_type(audio_loop,
-				      AGS_TYPE_GUI_THREAD);
+      /* AgsWindow */
+      ags_main->window = 
+	window = ags_window_new((GObject *) ags_main);
+      g_object_set(G_OBJECT(window),
+		   "devout\0", devout,
+		   NULL);
+      gtk_window_set_default_size((GtkWindow *) window, 500, 500);
+      gtk_paned_set_position((GtkPaned *) window->paned, 300);
 
-    /* start main loop */
-    ags_thread_start(AGS_THREAD(application_context->main_loop));
+      ags_connectable_connect(window);
+      gtk_widget_show_all((GtkWidget *) window);
 
-    /* join gui thread */
+      /* AgsMainLoop */
+      ags_main->main_loop = AGS_MAIN_LOOP(ags_audio_loop_new((GObject *) devout, (GObject *) ags_main));
+      g_object_ref(G_OBJECT(ags_main->main_loop));
+
+      /* complete thread pool */
+      ags_main->thread_pool->parent = AGS_THREAD(ags_main->main_loop);
+      ags_thread_pool_start(ags_main->thread_pool);
+
+      /* start thread tree */
+      ags_thread_start((AgsThread *) single_thread);
+    }
+
+    if(!single_thread){
+      /* join gui thread */
 #ifdef _USE_PTH
-    pth_join(gui_thread->thread,
-	     NULL);
+      pth_join(AGS_AUDIO_LOOP(ags_main->main_loop)->gui_thread->thread,
+	       NULL);
 #else
-    pthread_join(gui_thread->thread,
-		 NULL);
+      pthread_join(AGS_AUDIO_LOOP(ags_main->main_loop)->gui_thread->thread,
+		   NULL);
 #endif
-  }else{
-    AgsSingleThread *single_thread;
-
-    /* single thread */
-    single_thread = ags_single_thread_new((GObject *) ags_sound_provider_get_soundcard(application_context)->data);
-
-    /* add known threads to single_thread */
-    ags_thread_add_child(AGS_THREAD(single_thread),
-			 audio_loop);
-    
-    /* start thread tree */
-    ags_thread_start((AgsThread *) single_thread);
+    }
   }
-    
+
   /* free managers */
   if(ags_ladspa_manager != NULL){
     g_object_unref(ags_ladspa_manager_get_instance());
   }
+
+  uid = getuid();
+  pw = getpwuid(uid);
   
-  /* delete autosave file */  
   autosave_filename = g_strdup_printf("%s/%s/%d-%s\0",
 				      pw->pw_dir,
 				      AGS_DEFAULT_DIRECTORY,
diff --git a/src/ags/main.h b/src/ags/main.h
index 43a683e..2ada69d 100644
--- a/src/ags/main.h
+++ b/src/ags/main.h
@@ -23,14 +23,101 @@
 #define _GNU_SOURCE
 #define ALSA_PCM_NEW_HW_PARAMS_API
 
+#ifdef AGS_WITH_XMLRPC_C
+#include <xmlrpc-c/base.h>
+#include <xmlrpc-c/abyss.h>
+#include <xmlrpc-c/server.h>
+#include <xmlrpc-c/server_abyss.h>
+#endif
+
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtk.h>
 
-#include <ags/object/ags_application_context.h>
+#ifdef AGS_USE_LINUX_THREADS
+#include <ags/thread/ags_thread-kthreads.h>
+#else
+#include <ags/thread/ags_thread-posix.h>
+#endif 
+
+#include <ags/lib/ags_log.h>
+
+#include <ags/thread/ags_thread_pool.h>
+#include <ags/server/ags_server.h>
+#include <ags/audio/ags_config.h>
+#include <ags/audio/ags_devout.h>
+#include <ags/X/ags_window.h>
+
+#define AGS_TYPE_MAIN                (ags_main_get_type())
+#define AGS_MAIN(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MAIN, AgsMain))
+#define AGS_MAIN_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_MAIN, AgsMainClass))
+#define AGS_IS_MAIN(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MAIN))
+#define AGS_IS_MAIN_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MAIN))
+#define AGS_MAIN_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_MAIN, AgsMainClass))
+
+#define AGS_VERSION "0.4.2\0"
+#define AGS_BUILD_ID "CEST 02-10-2014 19:36\0"
+#define AGS_EFFECTS_DEFAULT_VERSION "0.4.2\0"
+#define AGS_DEFAULT_DIRECTORY ".gsequencer\0"
+#define AGS_DEFAULT_CONFIG "ags.conf\0"
+#define AGS_PRIORITY (49)
+
+typedef struct _AgsMain AgsMain;
+typedef struct _AgsMainClass AgsMainClass;
+
+typedef enum{
+  AGS_MAIN_SINGLE_THREAD      = 1,
+  AGS_MAIN_CONNECTED          = 1 <<  1,
+}AgsMainFlags;
+
+struct _AgsMain
+{
+  GObject object;
+
+  guint flags;
+
+  gchar *version;
+  gchar *build_id;
+
+#ifdef AGS_WITH_XMLRPC_C
+  xmlrpc_env env;
+#endif
+
+  AgsThread *main_loop;
+  AgsThread *autosave_thread;
+  AgsThreadPool *thread_pool;
+
+  AgsServer *server;
+
+  GList *devout;
+
+  AgsWindow *window;
+
+  AgsConfig *config;
+  AgsLog *log;
+};
+
+struct _AgsMainClass
+{
+  GObjectClass object;
+};
+
+GType ags_main_get_type();
+
+void ags_main_load_config(AgsMain *ags_main);
+
+void ags_main_add_devout(AgsMain *ags_main,
+			 AgsDevout *devout);
+
+void ags_main_register_thread_type();
+
+void ags_main_register_recall_type();
+void ags_main_register_task_type();
+
+void ags_main_register_widget_type();
+void ags_main_register_machine_type();
 
-#define AGS_RT_PRIORITY (49)
+void ags_main_quit(AgsMain *ags_main);
 
-void ags_main_quit(AgsApplicationContext *application_context);
+AgsMain* ags_main_new();
 
 #endif /*__AGS_MAIN_H__*/
diff --git a/src/ags/object/Makefile b/src/ags/object/Makefile
deleted file mode 100644
index e4a0fa6..0000000
--- a/src/ags/object/Makefile
+++ /dev/null
@@ -1,496 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/object/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/object
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/object
-abs_srcdir = /usr/src/ags-devel/src/ags/object
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_object_h_sources = 
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	ags_applicable.h		\
-	ags_countable.h			\
-	ags_dynamic_connectable.h	\
-	ags_effect.h			\
-	ags_main_loop.h			\
-	ags_marshal.h			\
-	ags_mutable.h			\
-	ags_packable.h			\
-	ags_persistable.h		\
-	ags_playable.h			\
-	ags_plugin.h			\
-	ags_portlet.h			\
-	ags_runnable.h			\
-	ags_seekable.h			\
-	ags_soundcard.h			\
-	ags_stackable.h			\
-	ags_tactable.h			\
-	ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	ags_applicable.c		\
-	ags_countable.c			\
-	ags_dynamic_connectable.c	\
-	ags_effect.c			\
-	ags_main_loop.c			\
-	ags_marshal.c			\
-	ags_mutable.c			\
-	ags_packable.c			\
-	ags_persistable.c		\
-	ags_playable.c			\
-	ags_plugin.c			\
-	ags_portlet.c			\
-	ags_runnable.c			\
-	ags_seekable.c			\
-	ags_soundcard.c			\
-	ags_stackable.c			\
-	ags_tactable.c			\
-	ags_tree_iterator.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/object/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/object/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/object/Makefile.am b/src/ags/object/Makefile.am
deleted file mode 100644
index 15ff47a..0000000
--- a/src/ags/object/Makefile.am
+++ /dev/null
@@ -1,46 +0,0 @@
-deprecated_ags_object_h_sources =
-
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	ags_applicable.h		\
-	ags_countable.h			\
-	ags_dynamic_connectable.h	\
-	ags_effect.h			\
-	ags_main_loop.h			\
-	ags_marshal.h			\
-	ags_mutable.h			\
-	ags_packable.h			\
-	ags_persistable.h		\
-	ags_playable.h			\
-	ags_plugin.h			\
-	ags_portlet.h			\
-	ags_runnable.h			\
-	ags_seekable.h			\
-	ags_soundcard.h			\
-	ags_stackable.h			\
-	ags_tactable.h			\
-	ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	ags_applicable.c		\
-	ags_countable.c			\
-	ags_dynamic_connectable.c	\
-	ags_effect.c			\
-	ags_main_loop.c			\
-	ags_marshal.c			\
-	ags_mutable.c			\
-	ags_packable.c			\
-	ags_persistable.c		\
-	ags_playable.c			\
-	ags_plugin.c			\
-	ags_portlet.c			\
-	ags_runnable.c			\
-	ags_seekable.c			\
-	ags_soundcard.c			\
-	ags_stackable.c			\
-	ags_tactable.c			\
-	ags_tree_iterator.c
-
diff --git a/src/ags/object/Makefile.in b/src/ags/object/Makefile.in
deleted file mode 100644
index 40d5f96..0000000
--- a/src/ags/object/Makefile.in
+++ /dev/null
@@ -1,496 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/object
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_object_h_sources = 
-ags_object_h_sources = \
-	$(deprecated_ags_object_h_sources) \
-	ags_applicable.h		\
-	ags_countable.h			\
-	ags_dynamic_connectable.h	\
-	ags_effect.h			\
-	ags_main_loop.h			\
-	ags_marshal.h			\
-	ags_mutable.h			\
-	ags_packable.h			\
-	ags_persistable.h		\
-	ags_playable.h			\
-	ags_plugin.h			\
-	ags_portlet.h			\
-	ags_runnable.h			\
-	ags_seekable.h			\
-	ags_soundcard.h			\
-	ags_stackable.h			\
-	ags_tactable.h			\
-	ags_tree_iterator.h
-
-deprecated_ags_object_c_sources = 
-ags_object_c_sources = \
-	$(deprecated_ags_object_c_sources) \
-	ags_applicable.c		\
-	ags_countable.c			\
-	ags_dynamic_connectable.c	\
-	ags_effect.c			\
-	ags_main_loop.c			\
-	ags_marshal.c			\
-	ags_mutable.c			\
-	ags_packable.c			\
-	ags_persistable.c		\
-	ags_playable.c			\
-	ags_plugin.c			\
-	ags_portlet.c			\
-	ags_runnable.c			\
-	ags_seekable.c			\
-	ags_soundcard.c			\
-	ags_stackable.c			\
-	ags_tactable.c			\
-	ags_tree_iterator.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/object/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/object/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/object/ags.c~ b/src/ags/object/ags.c~
deleted file mode 100644
index 3e92d65..0000000
--- a/src/ags/object/ags.c~
+++ /dev/null
@@ -1,17 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
diff --git a/src/ags/object/ags_applicable.c b/src/ags/object/ags_applicable.c
index 037f0e3..b0302ef 100644
--- a/src/ags/object/ags_applicable.c
+++ b/src/ags/object/ags_applicable.c
@@ -64,6 +64,8 @@ ags_applicable_base_init(AgsApplicableInterface *interface)
  * @update: if %TRUE do ::reset after ::update
  *
  * Update behaviour.
+ *
+ * Since: 0.3
  */
 void
 ags_applicable_set_update(AgsApplicable *applicable, gboolean update)
@@ -80,7 +82,9 @@ ags_applicable_set_update(AgsApplicable *applicable, gboolean update)
  * ags_applicable_apply:
  * @applicable: an #AgsApplicable
  *
- * Apply.
+ * Apply all changes done so far.
+ *
+ * Since: 0.3
  */
 void
 ags_applicable_apply(AgsApplicable *applicable)
@@ -97,7 +101,9 @@ ags_applicable_apply(AgsApplicable *applicable)
  * ags_applicable_reset:
  * @applicable: an #AgsApplicable
  *
- * Reset.
+ * Reset all changes within the user interface.
+ *
+ * Since: 0.3
  */
 void
 ags_applicable_reset(AgsApplicable *applicable)
diff --git a/src/ags/object/ags_application_context.c b/src/ags/object/ags_application_context.c
deleted file mode 100644
index 49e0cc6..0000000
--- a/src/ags/object/ags_application_context.c
+++ /dev/null
@@ -1,476 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/object/ags_application_context.h>
-
-#include <ags/object/ags_marshal.h>
-#include <ags-lib/object/ags_connectable.h>
-
-#include <gio/gio.h>
-
-#include <sys/types.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#include <pwd.h>
-
-void ags_application_context_class_init(AgsApplicationContextClass *application_context);
-void ags_application_context_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_application_context_init(AgsApplicationContext *application_context);
-void ags_application_context_set_property(GObject *gobject,
-					  guint prop_id,
-					  const GValue *value,
-					  GParamSpec *param_spec);
-void ags_application_context_get_property(GObject *gobject,
-					  guint prop_id,
-					  GValue *value,
-					  GParamSpec *param_spec);
-void ags_application_context_connect(AgsConnectable *connectable);
-void ags_application_context_disconnect(AgsConnectable *connectable);
-void ags_application_context_finalize(GObject *gobject);
-
-void ags_application_context_real_load_config(AgsApplicationContext *application_context);
-void ags_application_context_real_register_types(AgsApplicationContext *application_context);
-
-enum{
-  LOAD_CONFIG,
-  REGISTER_TYPES,
-  LAST_SIGNAL,
-};
-
-enum{
-  PROP_0,
-  PROP_APPLICATION_MUTEX,
-  PROP_MAIN_LOOP,
-  PROP_CONFIG,
-};
-
-static gpointer ags_application_context_parent_class = NULL;
-static guint application_context_signals[LAST_SIGNAL];
-
-GType
-ags_application_context_get_type()
-{
-  static GType ags_type_application_context = 0;
-
-  if(!ags_type_application_context){
-    static const GTypeInfo ags_application_context_info = {
-      sizeof (AgsApplicationContextClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_application_context_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsApplicationContext),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_application_context_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_application_context_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_application_context = g_type_register_static(G_TYPE_OBJECT,
-							  "AgsApplicationContext\0",
-							  &ags_application_context_info,
-							  0);
-
-    g_type_add_interface_static(ags_type_application_context,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_application_context);
-}
-
-void
-ags_application_context_class_init(AgsApplicationContextClass *application_context)
-{
-  GObjectClass *gobject;
-  GParamSpec *param_spec;
-
-  ags_application_context_parent_class = g_type_class_peek_parent(application_context);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) application_context;
-
-  gobject->set_property = ags_application_context_set_property;
-  gobject->get_property = ags_application_context_get_property;
-
-  gobject->finalize = ags_application_context_finalize;
-
-  /* properties */
-  /**
-   * AgsApplicationContext:main-loop:
-   *
-   * The assigned main-loop.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("main-loop\0",
-				   "main-loop of application context\0",
-				   "The main-loop what application context is running in\0",
-				   G_TYPE_OBJECT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_MAIN_LOOP,
-				  param_spec);
-
-  /**
-   * AgsApplicationContext:config:
-   *
-   * The assigned config.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("config\0",
-				   "config of application context\0",
-				   "The config what application context is running in\0",
-				   G_TYPE_OBJECT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_CONFIG,
-				  param_spec);
-
-  /* AgsApplicationContextClass */
-  application_context->load_config = ags_application_context_real_load_config;
-  application_context->register_types = ags_application_context_real_register_types;
-  
-  /* signals */
-  /**
-   * AgsApplicationContext::load-config:
-   * @application_context: the object to play
-   *
-   * The ::load-config signal notifies about running
-   * stage 2.
-   */
-  application_context_signals[LOAD_CONFIG] =
-    g_signal_new("load-config\0",
-		 G_TYPE_FROM_CLASS (application_context),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET (AgsApplicationContextClass, load_config),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__VOID,
-		 G_TYPE_NONE, 0);
-
-  /**
-   * AgsApplicationContext::register-types:
-   * @application_context: the object to play
-   *
-   * The ::register-types signal notifies about running
-   * stage 2.
-   */
-  application_context_signals[REGISTER_TYPES] =
-    g_signal_new("register-types\0",
-		 G_TYPE_FROM_CLASS (application_context),
-		 G_SIGNAL_RUN_LAST,
-		 G_STRUCT_OFFSET (AgsApplicationContextClass, register_types),
-		 NULL, NULL,
-		 g_cclosure_marshal_VOID__VOID,
-		 G_TYPE_NONE, 0);
-}
-
-void
-ags_application_context_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  connectable->connect = ags_application_context_connect;
-  connectable->disconnect = ags_application_context_disconnect;
-}
-
-void
-ags_application_context_init(AgsApplicationContext *application_context)
-{
-  GFile *file;
-  struct passwd *pw;
-  //  uid_t uid;
-  //  gchar *wdir, *filename;
-  pthread_mutexattr_t mutexattr;
-  /*
-  uid = getuid();
-  pw = getpwuid(uid);
-  
-  wdir = g_strdup_printf("%s/%s\0",
-			 pw->pw_dir,
-			 AGS_DEFAULT_DIRECTORY);
-
-  file = g_file_new_for_path(wdir);
-
-  g_file_make_directory(file,
-			NULL,
-			NULL);
-  */
-  application_context->flags = 0;
-
-  application_context->version = AGS_VERSION;
-  application_context->build_id = AGS_BUILD_ID;
-
-  application_context->log = (AgsLog *) g_object_new(AGS_TYPE_LOG,
-						     "file\0", stdout,
-						     NULL);
-  
-  application_context->domain = NULL;
-  application_context->config = NULL;
-
-  pthread_mutexattr_init(&(mutexattr));
-  pthread_mutexattr_settype(&(mutexattr), PTHREAD_MUTEX_RECURSIVE);
-
-  pthread_mutex_init(&(application_context->mutex), &(mutexattr));
-
-  application_context->main_loop = NULL;
-  application_context->autosave_thread = NULL;
-  
-  application_context->file = NULL;
-
-  // ags_log_message(ags_default_log, "starting Advanced Gtk+ Sequencer\n\0");
-}
-
-void
-ags_application_context_set_property(GObject *gobject,
-				     guint prop_id,
-				     const GValue *value,
-				     GParamSpec *param_spec)
-{
-  AgsApplicationContext *application_context;
-
-  application_context = AGS_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_CONFIG:
-    {
-      AgsConfig *config;
-      
-      config = (AgsApplicationContext *) g_value_get_object(value);
-
-      if(config == application_context->config)
-	return;
-
-      if(application_context->config != NULL)
-	g_object_unref(application_context->config);
-
-      if(config != NULL)
-	g_object_ref(G_OBJECT(config));
-
-      application_context->config = (GObject *) config;
-    }
-    break;
-  case PROP_MAIN_LOOP:
-    {
-      GObject *main_loop;
-      
-      main_loop = (GObject *) g_value_get_object(value);
-
-      if(main_loop == application_context->main_loop)
-	return;
-
-      if(application_context->main_loop != NULL)
-	g_object_unref(application_context->main_loop);
-
-      if(main_loop != NULL)
-	g_object_ref(G_OBJECT(main_loop));
-
-      application_context->main_loop = main_loop;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-  
-}
-
-void
-ags_application_context_get_property(GObject *gobject,
-				     guint prop_id,
-				     GValue *value,
-				     GParamSpec *param_spec)
-{
-  AgsApplicationContext *application_context;
-
-  application_context = AGS_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_CONFIG:
-    {
-      g_value_set_object(value, application_context->config);
-    }
-    break;
-  case PROP_MAIN_LOOP:
-    {
-      g_value_set_object(value, application_context->main_loop);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_application_context_connect(AgsConnectable *connectable)
-{
-  AgsApplicationContext *application_context;
-
-  application_context = AGS_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (application_context->flags)) != 0)
-    return;
-
-  application_context->flags |= AGS_APPLICATION_CONTEXT_CONNECTED;
-
-  if((AGS_APPLICATION_CONTEXT_DEFAULT & (application_context->flags)) != 0){
-    GList *list;
-
-    list = application_context->sibling;
-
-    while(list != NULL){
-      if(application_context != list->data){
-	ags_connectable_connect(AGS_CONNECTABLE(list->data));
-      }
-
-      list = list->next;
-    }
-  }
-
-  /* note main loop won't connect here */
-}
-
-void
-ags_application_context_disconnect(AgsConnectable *connectable)
-{
-  /* empty */
-}
-
-void
-ags_application_context_finalize(GObject *gobject)
-{
-  AgsApplicationContext *application_context;
-
-  G_OBJECT_CLASS(ags_application_context_parent_class)->finalize(gobject);
-
-  application_context = AGS_APPLICATION_CONTEXT(gobject);
-
-  //TODO:JK: implement me
-}
-
-void
-ags_application_context_real_load_config(AgsApplicationContext *application_context)
-{
-  AgsConfig *config;
-
-  if(application_context == NULL){
-    return;
-  }
-
-  config = application_context->config;
-
-  if(config == NULL){
-    return;
-  }
-
-  //TODO:JK: implement me
-}
-
-void
-ags_application_context_load_config(AgsApplicationContext *application_context)
-{
-  g_return_if_fail(AGS_IS_APPLICATION_CONTEXT(application_context));
-
-  g_object_ref(G_OBJECT(application_context));
-  g_signal_emit(G_OBJECT(application_context),
-		application_context_signals[LOAD_CONFIG], 0);
-  g_object_unref(G_OBJECT(application_context));
-  g_object_unref(application_context);
-}
-
-void
-ags_application_context_real_register_types(AgsApplicationContext *application_context)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_application_context_register_types(AgsApplicationContext *application_context)
-{
-  g_return_if_fail(AGS_IS_APPLICATION_CONTEXT(application_context));
-
-  g_object_ref(G_OBJECT(application_context));
-  g_signal_emit(G_OBJECT(application_context),
-		application_context_signals[REGISTER_TYPES], 0);
-  g_object_unref(G_OBJECT(application_context));
-  g_object_unref(application_context);
-}
-
-void
-ags_application_context_add_sibling(AgsApplicationContext *application_context,
-				    AgsApplicationContext *sibling)
-{
-  //TODO:JK: implement me
-}
-
-void
-ags_application_context_remove_sibling(AgsApplicationContext *application_context,
-				       AgsApplicationContext *sibling)
-{
-  //TODO:JK: implement me
-}
-
-AgsApplicationContext*
-ags_application_context_find_default(GList *application_context)
-{
-  while(application_context != NULL){
-    if((AGS_APPLICATION_CONTEXT_DEFAULT & (AGS_APPLICATION_CONTEXT(application_context->data)->flags)) != 0){
-      return(application_context->data);
-    }
-    
-    application_context = application_context->next;
-  }
-
-  return(NULL);
-}
-
-GList*
-ags_application_context_find_main_loop(GList *application_context)
-{
-  while(application_context != NULL){
-    if(AGS_APPLICATION_CONTEXT(application_context->data)->main_loop != NULL){
-      break;
-    }
-    
-    application_context = application_context->next;
-  }
-  
-  return(application_context);
-}
-
-AgsApplicationContext*
-ags_application_context_new(GObject *main_loop,
-			    AgsConfig *config)
-{
-  AgsApplicationContext *application_context;
-
-  application_context = (AgsApplicationContext *) g_object_new(AGS_TYPE_APPLICATION_CONTEXT,
-							       "main-loop\0", main_loop,
-							       "config\0", config,
-							       NULL);
-
-  return(application_context);
-}
-
-
diff --git a/src/ags/object/ags_application_context.h b/src/ags/object/ags_application_context.h
deleted file mode 100644
index 4aa3a7e..0000000
--- a/src/ags/object/ags_application_context.h
+++ /dev/null
@@ -1,112 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_APPLICATION_CONTEXT_H__
-#define __AGS_APPLICATION_CONTEXT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/lib/ags_log.h>
-
-#include <ags/object/ags_config.h>
-
-#include <ags/file/ags_file.h>
-
-#define AGS_TYPE_APPLICATION_CONTEXT                (ags_application_context_get_type())
-#define AGS_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLICATION_CONTEXT, AgsApplicationContext))
-#define AGS_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_APPLICATION_CONTEXT, AgsApplicationContextClass))
-#define AGS_IS_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_APPLICATION_CONTEXT))
-#define AGS_IS_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_APPLICATION_CONTEXT))
-#define AGS_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_APPLICATION_CONTEXT, AgsApplicationContextClass))
-
-#define AGS_VERSION "0.4.3\0"
-#define AGS_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"
-
-#define AGS_DEFAULT_DIRECTORY ".gsequencer\0"
-#define AGS_DEFAULT_CONFIG "ags.conf\0"
-
-#define AGS_INIT_CONTEXT_TSD_APPLICATION_CONTEXT "ags-application-context\0"
-
-typedef struct _AgsApplicationContext AgsApplicationContext;
-typedef struct _AgsApplicationContextClass AgsApplicationContextClass;
-
-typedef enum{
-  AGS_APPLICATION_CONTEXT_DEFAULT            = 1,
-  AGS_APPLICATION_CONTEXT_REGISTER_TYPES     = 1 << 1,
-  AGS_APPLICATION_CONTEXT_ADD_TO_REGISTRY    = 1 << 2,
-  AGS_APPLICATION_CONTEXT_CONNECT            = 1 << 3,
-  AGS_APPLICATION_CONTEXT_TYPES_REGISTERED   = 1 << 4,
-  AGS_APPLICATION_CONTEXT_READY              = 1 << 5,
-  AGS_APPLICATION_CONTEXT_CONNECTED          = 1 << 6,
-}AgsApplicationContextFlags;
-
-struct _AgsApplicationContext
-{
-  GObject object;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-  AgsLog *log;
-
-  gchar *domain;
-  GList *sibling;
-  
-  AgsConfig *config;
-
-  pthread_mutex_t mutex;
-  GObject *main_loop;
-  GObject *autosave_thread;
-  
-  AgsFile *file;
-};
-
-struct _AgsApplicationContextClass
-{
-  GObjectClass object;
-
-  void (*load_config)(AgsApplicationContext *application_context);
-  
-  void (*register_types)(AgsApplicationContext *application_context);
-
-  void (*read)(AgsFile *file, xmlNode *node, GObject **gobject);
-  xmlNode* (*write)(AgsFile *file, xmlNode *parent, GObject *gobject);
-};
-
-GType ags_application_context_get_type();
-
-void ags_application_context_load_config(AgsApplicationContext *application_context);
-
-void ags_application_read(AgsFile *file, xmlNode *node, GObject **gobject);
-xmlNode* ags_application_write(AgsFile *file, xmlNode *parent, GObject *gobject);
-
-void ags_application_context_add_sibling(AgsApplicationContext *application_context,
-					 AgsApplicationContext *sibling);
-void ags_application_context_remove_sibling(AgsApplicationContext *application_context,
-					    AgsApplicationContext *sibling);
-
-AgsApplicationContext* ags_application_context_find_default(GList *application_context);
-GList* ags_application_context_find_main_loop(GList *application_context);
-
-AgsApplicationContext* ags_application_context_new(GObject *main_loop,
-						   AgsConfig *config);
-
-#endif /*__AGS_APPLICATION_CONTEXT_H__*/
diff --git a/src/ags/object/ags_countable.c b/src/ags/object/ags_countable.c
index 42c5722..5e18bfb 100644
--- a/src/ags/object/ags_countable.c
+++ b/src/ags/object/ags_countable.c
@@ -22,6 +22,18 @@
 
 void ags_countable_base_init(AgsCountableInterface *interface);
 
+/**
+ * SECTION:ags_countable
+ * @short_description: unique access to dialogs
+ * @title: AgsCountable
+ * @section_id:
+ * @include: ags/object/ags_countable.h
+ *
+ * The #AgsCountable interface gives you a unique access to counters. Generally we
+ * distinguish between notation and sequencer counters. Those may have their own
+ * relative positions, especially the sequencers may loop.
+ */
+
 GType
 ags_countable_get_type()
 {
@@ -48,6 +60,16 @@ ags_countable_base_init(AgsCountableInterface *interface)
   /* empty */
 }
 
+/**
+ * ags_countable_get_notation_counter:
+ * @countable: an #AgsCountable
+ *
+ * Retrieve current position of notation.
+ *
+ * Returns: the current position
+ *
+ * Since: 0.4
+ */
 guint
 ags_countable_get_notation_counter(AgsCountable *countable)
 {
@@ -59,6 +81,16 @@ ags_countable_get_notation_counter(AgsCountable *countable)
   countable_interface->get_notation_counter(countable);
 }
 
+/**
+ * ags_countable_get_sequencer_counter:
+ * @countable: an #AgsCountable
+ *
+ * Retrieve current position of sequencer.
+ *
+ * Returns: the current position
+ *
+ * Since: 0.4
+ */
 guint
 ags_countable_get_sequencer_counter(AgsCountable *countable)
 {
diff --git a/src/ags/object/ags_dynamic_connectable.c b/src/ags/object/ags_dynamic_connectable.c
index 3f14c91..0dc4dc2 100644
--- a/src/ags/object/ags_dynamic_connectable.c
+++ b/src/ags/object/ags_dynamic_connectable.c
@@ -18,6 +18,8 @@
 
 #include <ags/object/ags_dynamic_connectable.h>
 
+#include <stdio.h>
+
 void ags_dynamic_connectable_base_init(AgsDynamicConnectableInterface *interface);
 
 /**
@@ -27,7 +29,10 @@ void ags_dynamic_connectable_base_init(AgsDynamicConnectableInterface *interface
  * @section_id:
  * @include: ags/object/ags_dynamic_connectable.h
  *
- * The #AgsDynamicConnectable interface gives you a unique access to recalls.
+ * The #AgsDynamicConnectable interface gives you a unique access to recalls. Its main
+ * purpose is to setup up signal handlers with dynamic context for ::connect-dynamic.
+ * A dynamic context would be a dependency that has to be resolved first within run
+ * initialization.
  */
 
 GType
@@ -60,7 +65,9 @@ ags_dynamic_connectable_base_init(AgsDynamicConnectableInterface *interface)
  * ags_dynamic_connectable_connect_dynamic:
  * @connectable: an #AgsDynamicConnectable
  *
- * Connect dynamic.
+ * Connect signal handlers within dynamic context.
+ *
+ * Since: 0.3
  */
 void
 ags_dynamic_connectable_connect_dynamic(AgsDynamicConnectable *connectable)
@@ -77,7 +84,9 @@ ags_dynamic_connectable_connect_dynamic(AgsDynamicConnectable *connectable)
  * ags_dynamic_connectable_disconnect_dynamic:
  * @connectable: an #AgsDynamicConnectable
  *
- * Disconnect dynamic.
+ * Disconnect signal handlers within dynamic context.
+ *
+ * Since: 0.3
  */
 void
 ags_dynamic_connectable_disconnect_dynamic(AgsDynamicConnectable *connectable)
diff --git a/src/ags/object/ags_init.c b/src/ags/object/ags_init.c
deleted file mode 100644
index 307084e..0000000
--- a/src/ags/object/ags_init.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/object/ags_init.h>
-
-void
-ags_init_context(AgsApplicationContext *application_context)
-{
-  /* empty */
-}
diff --git a/src/ags/object/ags_init.c~ b/src/ags/object/ags_init.c~
deleted file mode 100644
index dc1ed56..0000000
--- a/src/ags/object/ags_init.c~
+++ /dev/null
@@ -1,18 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
diff --git a/src/ags/object/ags_init.h b/src/ags/object/ags_init.h
deleted file mode 100644
index 864320f..0000000
--- a/src/ags/object/ags_init.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_INIT_H__
-#define __AGS_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-void ags_init_context(AgsApplicationContext *application_context);
-
-#endif /*__AGS_INIT_H__*/
diff --git a/src/ags/object/ags_init.h~ b/src/ags/object/ags_init.h~
deleted file mode 100644
index 3e92d65..0000000
--- a/src/ags/object/ags_init.h~
+++ /dev/null
@@ -1,17 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
diff --git a/src/ags/object/ags_main_loop.c b/src/ags/object/ags_main_loop.c
index 0956a15..c1306e7 100644
--- a/src/ags/object/ags_main_loop.c
+++ b/src/ags/object/ags_main_loop.c
@@ -30,7 +30,7 @@ void ags_main_loop_base_init(AgsMainLoopInterface *interface);
  * @include: ags/object/ags_main_loop.h
  *
  * The #AgsMainLoop interface gives you a unique access to toplevel
- * threads.
+ * threads and has to be implemented for it.
  */
 
 GType
@@ -59,26 +59,45 @@ ags_main_loop_base_init(AgsMainLoopInterface *interface)
   /* empty */
 }
 
+/**
+ * ags_main_loop_set_async_queue:
+ * @main_loop: the #AgsMainLoop
+ * @async_queue: the #AgsAsyncQueue
+ *
+ * Sets the asynchronous queue.
+ *
+ * Since: 0.4
+ */
 void
-ags_main_loop_set_application_context(AgsMainLoop *main_loop, AgsApplicationContext *application_context)
+ags_main_loop_set_async_queue(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue)
 {
   AgsMainLoopInterface *main_loop_interface;
 
   g_return_if_fail(AGS_IS_MAIN_LOOP(main_loop));
   main_loop_interface = AGS_MAIN_LOOP_GET_INTERFACE(main_loop);
-  g_return_if_fail(main_loop_interface->set_application_context);
-  main_loop_interface->set_application_context(main_loop, application_context);
+  g_return_if_fail(main_loop_interface->set_async_queue);
+  main_loop_interface->set_async_queue(main_loop, async_queue);
 }
 
-AgsApplicationContext*
-ags_main_loop_get_application_context(AgsMainLoop *main_loop)
+/**
+ * ags_main_loop_get_async_queue:
+ * @main_loop: the #AgsMainLoop
+ *
+ * Retrieve the #AgsAsyncQueue.
+ *
+ * Returns: the #AgsAsyncQueue
+ *
+ * Since: 0.4
+ */
+AgsAsyncQueue*
+ags_main_loop_get_async_queue(AgsMainLoop *main_loop)
 {
   AgsMainLoopInterface *main_loop_interface;
 
   g_return_val_if_fail(AGS_IS_MAIN_LOOP(main_loop), NULL);
   main_loop_interface = AGS_MAIN_LOOP_GET_INTERFACE(main_loop);
-  g_return_val_if_fail(main_loop_interface->get_application_context, NULL);
-  main_loop_interface->get_application_context(main_loop);
+  g_return_val_if_fail(main_loop_interface->get_async_queue, NULL);
+  main_loop_interface->get_async_queue(main_loop);
 }
 
 /**
@@ -87,6 +106,8 @@ ags_main_loop_get_application_context(AgsMainLoop *main_loop)
  * @tic: tic
  *
  * Sets tic to @tic. 
+ *
+ * Since: 0.4
  */
 void
 ags_main_loop_set_tic(AgsMainLoop *main_loop, guint tic)
@@ -103,9 +124,11 @@ ags_main_loop_set_tic(AgsMainLoop *main_loop, guint tic)
  * ags_main_loop_get_tic:
  * @main_loop: the #AgsMainLoop
  *
- * Retrieve tic.
+ * Retrieve current tic of synchronization context.
  *
- * Returns: tic
+ * Returns: current tic
+ *
+ * Since: 0.4
  */
 guint
 ags_main_loop_get_tic(AgsMainLoop *main_loop)
@@ -124,6 +147,8 @@ ags_main_loop_get_tic(AgsMainLoop *main_loop)
  * @last_sync: last sync
  *
  * Sets last sync to @last_sync. 
+ *
+ * Since: 0.4
  */
 void
 ags_main_loop_set_last_sync(AgsMainLoop *main_loop, guint last_sync)
@@ -140,9 +165,11 @@ ags_main_loop_set_last_sync(AgsMainLoop *main_loop, guint last_sync)
  * ags_main_loop_get_last_sync:
  * @main_loop: the #AgsMainLoop
  *
- * Retrieve last sync.
+ * Retrieve last sync as tic of synchronization context.
+ *
+ * Returns: last synced tic
  *
- * Returns: last sync
+ * Since: 0.4
  */
 guint
 ags_main_loop_get_last_sync(AgsMainLoop *main_loop)
diff --git a/src/ags/object/ags_main_loop.h b/src/ags/object/ags_main_loop.h
index d46bfba..37307f2 100644
--- a/src/ags/object/ags_main_loop.h
+++ b/src/ags/object/ags_main_loop.h
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/thread/ags_async_queue.h>
 
 #define AGS_TYPE_MAIN_LOOP                    (ags_main_loop_get_type())
 #define AGS_MAIN_LOOP(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MAIN_LOOP, AgsMainLoop))
@@ -37,8 +37,8 @@ struct _AgsMainLoopInterface
 {
   GTypeInterface interface;
 
-  void (*set_application_context)(AgsMainLoop *main_loop, AgsApplicationContext *application_context);
-  AgsApplicationContext* (*get_application_context)(AgsMainLoop *main_loop);
+  void (*set_async_queue)(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue);
+  AgsAsyncQueue* (*get_async_queue)(AgsMainLoop *main_loop);
   
   void (*set_tic)(AgsMainLoop *main_loop, guint tic);
   guint (*get_tic)(AgsMainLoop *main_loop);
@@ -49,8 +49,8 @@ struct _AgsMainLoopInterface
 
 GType ags_main_loop_get_type();
 
-void ags_main_loop_set_application_context(AgsMainLoop *main_loop, AgsApplicationContext *application_context);
-AgsApplicationContext* ags_main_loop_get_application_context(AgsMainLoop *main_loop);
+void ags_main_loop_set_async_queue(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue);
+AgsAsyncQueue* ags_main_loop_get_async_queue(AgsMainLoop *main_loop);
 
 void ags_main_loop_set_tic(AgsMainLoop *main_loop, guint tic);
 guint ags_main_loop_get_tic(AgsMainLoop *main_loop);
diff --git a/src/ags/object/ags_marshal.c b/src/ags/object/ags_marshal.c
index 4d2a5fe..157b693 100644
--- a/src/ags/object/ags_marshal.c
+++ b/src/ags/object/ags_marshal.c
@@ -312,46 +312,7 @@ g_cclosure_user_marshal_VOID__ULONG_UINT (GClosure     *closure,
             data2);
 }
 
-/* VOID:ULONG,UINT,BOOLEAN (ags_marshallers.list:8) */
-void
-g_cclosure_user_marshal_VOID__ULONG_UINT_BOOLEAN (GClosure     *closure,
-                                                  GValue       *return_value G_GNUC_UNUSED,
-                                                  guint         n_param_values,
-                                                  const GValue *param_values,
-                                                  gpointer      invocation_hint G_GNUC_UNUSED,
-                                                  gpointer      marshal_data)
-{
-  typedef void (*GMarshalFunc_VOID__ULONG_UINT_BOOLEAN) (gpointer     data1,
-                                                         gulong       arg_1,
-                                                         guint        arg_2,
-                                                         gboolean     arg_3,
-                                                         gpointer     data2);
-  register GMarshalFunc_VOID__ULONG_UINT_BOOLEAN callback;
-  register GCClosure *cc = (GCClosure*) closure;
-  register gpointer data1, data2;
-
-  g_return_if_fail (n_param_values == 4);
-
-  if (G_CCLOSURE_SWAP_DATA (closure))
-    {
-      data1 = closure->data;
-      data2 = g_value_peek_pointer (param_values + 0);
-    }
-  else
-    {
-      data1 = g_value_peek_pointer (param_values + 0);
-      data2 = closure->data;
-    }
-  callback = (GMarshalFunc_VOID__ULONG_UINT_BOOLEAN) (marshal_data ? marshal_data : cc->callback);
-
-  callback (data1,
-            g_marshal_value_peek_ulong (param_values + 1),
-            g_marshal_value_peek_uint (param_values + 2),
-            g_marshal_value_peek_boolean (param_values + 3),
-            data2);
-}
-
-/* VOID:DOUBLE,DOUBLE (ags_marshallers.list:9) */
+/* VOID:DOUBLE,DOUBLE (ags_marshallers.list:8) */
 void
 g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
                                              GValue       *return_value G_GNUC_UNUSED,
@@ -388,7 +349,7 @@ g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
             data2);
 }
 
-/* VOID:ULONG,UINT,UINT (ags_marshallers.list:10) */
+/* VOID:ULONG,UINT,UINT (ags_marshallers.list:9) */
 void
 g_cclosure_user_marshal_VOID__ULONG_UINT_UINT (GClosure     *closure,
                                                GValue       *return_value G_GNUC_UNUSED,
@@ -427,7 +388,7 @@ g_cclosure_user_marshal_VOID__ULONG_UINT_UINT (GClosure     *closure,
             data2);
 }
 
-/* VOID:STRING,UINT (ags_marshallers.list:11) */
+/* VOID:STRING,UINT (ags_marshallers.list:10) */
 void
 g_cclosure_user_marshal_VOID__STRING_UINT (GClosure     *closure,
                                            GValue       *return_value G_GNUC_UNUSED,
@@ -464,7 +425,7 @@ g_cclosure_user_marshal_VOID__STRING_UINT (GClosure     *closure,
             data2);
 }
 
-/* VOID:STRING,POINTER (ags_marshallers.list:12) */
+/* VOID:STRING,POINTER (ags_marshallers.list:11) */
 void
 g_cclosure_user_marshal_VOID__STRING_POINTER (GClosure     *closure,
                                               GValue       *return_value G_GNUC_UNUSED,
@@ -501,46 +462,7 @@ g_cclosure_user_marshal_VOID__STRING_POINTER (GClosure     *closure,
             data2);
 }
 
-/* VOID:STRING,STRING,STRING (ags_marshallers.list:13) */
-void
-g_cclosure_user_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
-                                                    GValue       *return_value G_GNUC_UNUSED,
-                                                    guint         n_param_values,
-                                                    const GValue *param_values,
-                                                    gpointer      invocation_hint G_GNUC_UNUSED,
-                                                    gpointer      marshal_data)
-{
-  typedef void (*GMarshalFunc_VOID__STRING_STRING_STRING) (gpointer     data1,
-                                                           gpointer     arg_1,
-                                                           gpointer     arg_2,
-                                                           gpointer     arg_3,
-                                                           gpointer     data2);
-  register GMarshalFunc_VOID__STRING_STRING_STRING callback;
-  register GCClosure *cc = (GCClosure*) closure;
-  register gpointer data1, data2;
-
-  g_return_if_fail (n_param_values == 4);
-
-  if (G_CCLOSURE_SWAP_DATA (closure))
-    {
-      data1 = closure->data;
-      data2 = g_value_peek_pointer (param_values + 0);
-    }
-  else
-    {
-      data1 = g_value_peek_pointer (param_values + 0);
-      data2 = closure->data;
-    }
-  callback = (GMarshalFunc_VOID__STRING_STRING_STRING) (marshal_data ? marshal_data : cc->callback);
-
-  callback (data1,
-            g_marshal_value_peek_string (param_values + 1),
-            g_marshal_value_peek_string (param_values + 2),
-            g_marshal_value_peek_string (param_values + 3),
-            data2);
-}
-
-/* VOID:OBJECT,UINT (ags_marshallers.list:14) */
+/* VOID:OBJECT,UINT (ags_marshallers.list:12) */
 void
 g_cclosure_user_marshal_VOID__OBJECT_UINT (GClosure     *closure,
                                            GValue       *return_value G_GNUC_UNUSED,
@@ -577,7 +499,7 @@ g_cclosure_user_marshal_VOID__OBJECT_UINT (GClosure     *closure,
             data2);
 }
 
-/* VOID:OBJECT,OBJECT (ags_marshallers.list:15) */
+/* VOID:OBJECT,OBJECT (ags_marshallers.list:13) */
 void
 g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
                                              GValue       *return_value G_GNUC_UNUSED,
@@ -614,7 +536,7 @@ g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
             data2);
 }
 
-/* VOID:OBJECT,OBJECT,OBJECT,INT,BOOLEAN (ags_marshallers.list:16) */
+/* VOID:OBJECT,OBJECT,OBJECT,INT,BOOLEAN (ags_marshallers.list:14) */
 void
 g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN (GClosure     *closure,
                                                                 GValue       *return_value G_GNUC_UNUSED,
@@ -657,7 +579,7 @@ g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN (GClosure     *cl
             data2);
 }
 
-/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,UINT,INT,BOOLEAN (ags_marshallers.list:17) */
+/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,UINT,INT,BOOLEAN (ags_marshallers.list:15) */
 void
 g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN (GClosure     *closure,
                                                                                           GValue       *return_value G_GNUC_UNUSED,
@@ -708,7 +630,7 @@ g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT
             data2);
 }
 
-/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT (ags_marshallers.list:18) */
+/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT (ags_marshallers.list:16) */
 void
 g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT (GClosure     *closure,
                                                                                        GValue       *return_value G_GNUC_UNUSED,
@@ -757,7 +679,7 @@ g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_O
             data2);
 }
 
-/* BOOLEAN:OBJECT,OBJECT (ags_marshallers.list:19) */
+/* BOOLEAN:OBJECT,OBJECT (ags_marshallers.list:17) */
 void
 g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT (GClosure     *closure,
                                                 GValue       *return_value G_GNUC_UNUSED,
@@ -798,48 +720,7 @@ g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT (GClosure     *closure,
   g_value_set_boolean (return_value, v_return);
 }
 
-/* STRING:STRING,STRING (ags_marshallers.list:20) */
-void
-g_cclosure_user_marshal_STRING__STRING_STRING (GClosure     *closure,
-                                               GValue       *return_value G_GNUC_UNUSED,
-                                               guint         n_param_values,
-                                               const GValue *param_values,
-                                               gpointer      invocation_hint G_GNUC_UNUSED,
-                                               gpointer      marshal_data)
-{
-  typedef gchar* (*GMarshalFunc_STRING__STRING_STRING) (gpointer     data1,
-                                                        gpointer     arg_1,
-                                                        gpointer     arg_2,
-                                                        gpointer     data2);
-  register GMarshalFunc_STRING__STRING_STRING callback;
-  register GCClosure *cc = (GCClosure*) closure;
-  register gpointer data1, data2;
-  gchar* v_return;
-
-  g_return_if_fail (return_value != NULL);
-  g_return_if_fail (n_param_values == 3);
-
-  if (G_CCLOSURE_SWAP_DATA (closure))
-    {
-      data1 = closure->data;
-      data2 = g_value_peek_pointer (param_values + 0);
-    }
-  else
-    {
-      data1 = g_value_peek_pointer (param_values + 0);
-      data2 = closure->data;
-    }
-  callback = (GMarshalFunc_STRING__STRING_STRING) (marshal_data ? marshal_data : cc->callback);
-
-  v_return = callback (data1,
-                       g_marshal_value_peek_string (param_values + 1),
-                       g_marshal_value_peek_string (param_values + 2),
-                       data2);
-
-  g_value_take_string (return_value, v_return);
-}
-
-/* STRING:ULONG,STRING,STRING,STRING,STRING,UINT,POINTER (ags_marshallers.list:21) */
+/* STRING:ULONG,STRING,STRING,STRING,STRING,UINT,POINTER (ags_marshallers.list:18) */
 void
 g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER (GClosure     *closure,
                                                                                 GValue       *return_value G_GNUC_UNUSED,
@@ -890,7 +771,7 @@ g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER (
   g_value_take_string (return_value, v_return);
 }
 
-/* POINTER:VOID (ags_marshallers.list:22) */
+/* POINTER:VOID (ags_marshallers.list:19) */
 void
 g_cclosure_user_marshal_POINTER__VOID (GClosure     *closure,
                                        GValue       *return_value G_GNUC_UNUSED,
@@ -927,48 +808,7 @@ g_cclosure_user_marshal_POINTER__VOID (GClosure     *closure,
   g_value_set_pointer (return_value, v_return);
 }
 
-/* POINTER:STRING,STRING (ags_marshallers.list:23) */
-void
-g_cclosure_user_marshal_POINTER__STRING_STRING (GClosure     *closure,
-                                                GValue       *return_value G_GNUC_UNUSED,
-                                                guint         n_param_values,
-                                                const GValue *param_values,
-                                                gpointer      invocation_hint G_GNUC_UNUSED,
-                                                gpointer      marshal_data)
-{
-  typedef gpointer (*GMarshalFunc_POINTER__STRING_STRING) (gpointer     data1,
-                                                           gpointer     arg_1,
-                                                           gpointer     arg_2,
-                                                           gpointer     data2);
-  register GMarshalFunc_POINTER__STRING_STRING callback;
-  register GCClosure *cc = (GCClosure*) closure;
-  register gpointer data1, data2;
-  gpointer v_return;
-
-  g_return_if_fail (return_value != NULL);
-  g_return_if_fail (n_param_values == 3);
-
-  if (G_CCLOSURE_SWAP_DATA (closure))
-    {
-      data1 = closure->data;
-      data2 = g_value_peek_pointer (param_values + 0);
-    }
-  else
-    {
-      data1 = g_value_peek_pointer (param_values + 0);
-      data2 = closure->data;
-    }
-  callback = (GMarshalFunc_POINTER__STRING_STRING) (marshal_data ? marshal_data : cc->callback);
-
-  v_return = callback (data1,
-                       g_marshal_value_peek_string (param_values + 1),
-                       g_marshal_value_peek_string (param_values + 2),
-                       data2);
-
-  g_value_set_pointer (return_value, v_return);
-}
-
-/* OBJECT:VOID (ags_marshallers.list:24) */
+/* OBJECT:VOID (ags_marshallers.list:20) */
 void
 g_cclosure_user_marshal_OBJECT__VOID (GClosure     *closure,
                                       GValue       *return_value G_GNUC_UNUSED,
@@ -1005,7 +845,7 @@ g_cclosure_user_marshal_OBJECT__VOID (GClosure     *closure,
   g_value_take_object (return_value, v_return);
 }
 
-/* OBJECT:STRING,STRING,STRING (ags_marshallers.list:25) */
+/* OBJECT:STRING,STRING,STRING (ags_marshallers.list:21) */
 void
 g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING (GClosure     *closure,
                                                       GValue       *return_value G_GNUC_UNUSED,
@@ -1048,7 +888,7 @@ g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING (GClosure     *closure,
   g_value_take_object (return_value, v_return);
 }
 
-/* OBJECT:OBJECT,POINTER,POINTER (ags_marshallers.list:26) */
+/* OBJECT:OBJECT,POINTER,POINTER (ags_marshallers.list:22) */
 void
 g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER (GClosure     *closure,
                                                         GValue       *return_value G_GNUC_UNUSED,
@@ -1091,7 +931,7 @@ g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER (GClosure     *closure,
   g_value_take_object (return_value, v_return);
 }
 
-/* OBJECT:OBJECT,OBJECT (ags_marshallers.list:27) */
+/* OBJECT:OBJECT,OBJECT (ags_marshallers.list:23) */
 void
 g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT (GClosure     *closure,
                                                GValue       *return_value G_GNUC_UNUSED,
diff --git a/src/ags/object/ags_marshal.h b/src/ags/object/ags_marshal.h
index 07a297d..d2085d7 100644
--- a/src/ags/object/ags_marshal.h
+++ b/src/ags/object/ags_marshal.h
@@ -62,15 +62,7 @@ extern void g_cclosure_user_marshal_VOID__ULONG_UINT (GClosure     *closure,
                                                       gpointer      invocation_hint,
                                                       gpointer      marshal_data);
 
-/* VOID:ULONG,UINT,BOOLEAN (ags_marshallers.list:8) */
-extern void g_cclosure_user_marshal_VOID__ULONG_UINT_BOOLEAN (GClosure     *closure,
-                                                              GValue       *return_value,
-                                                              guint         n_param_values,
-                                                              const GValue *param_values,
-                                                              gpointer      invocation_hint,
-                                                              gpointer      marshal_data);
-
-/* VOID:DOUBLE,DOUBLE (ags_marshallers.list:9) */
+/* VOID:DOUBLE,DOUBLE (ags_marshallers.list:8) */
 extern void g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
                                                          GValue       *return_value,
                                                          guint         n_param_values,
@@ -78,7 +70,7 @@ extern void g_cclosure_user_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
                                                          gpointer      invocation_hint,
                                                          gpointer      marshal_data);
 
-/* VOID:ULONG,UINT,UINT (ags_marshallers.list:10) */
+/* VOID:ULONG,UINT,UINT (ags_marshallers.list:9) */
 extern void g_cclosure_user_marshal_VOID__ULONG_UINT_UINT (GClosure     *closure,
                                                            GValue       *return_value,
                                                            guint         n_param_values,
@@ -86,7 +78,7 @@ extern void g_cclosure_user_marshal_VOID__ULONG_UINT_UINT (GClosure     *closure
                                                            gpointer      invocation_hint,
                                                            gpointer      marshal_data);
 
-/* VOID:STRING,UINT (ags_marshallers.list:11) */
+/* VOID:STRING,UINT (ags_marshallers.list:10) */
 extern void g_cclosure_user_marshal_VOID__STRING_UINT (GClosure     *closure,
                                                        GValue       *return_value,
                                                        guint         n_param_values,
@@ -94,7 +86,7 @@ extern void g_cclosure_user_marshal_VOID__STRING_UINT (GClosure     *closure,
                                                        gpointer      invocation_hint,
                                                        gpointer      marshal_data);
 
-/* VOID:STRING,POINTER (ags_marshallers.list:12) */
+/* VOID:STRING,POINTER (ags_marshallers.list:11) */
 extern void g_cclosure_user_marshal_VOID__STRING_POINTER (GClosure     *closure,
                                                           GValue       *return_value,
                                                           guint         n_param_values,
@@ -102,15 +94,7 @@ extern void g_cclosure_user_marshal_VOID__STRING_POINTER (GClosure     *closure,
                                                           gpointer      invocation_hint,
                                                           gpointer      marshal_data);
 
-/* VOID:STRING,STRING,STRING (ags_marshallers.list:13) */
-extern void g_cclosure_user_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
-                                                                GValue       *return_value,
-                                                                guint         n_param_values,
-                                                                const GValue *param_values,
-                                                                gpointer      invocation_hint,
-                                                                gpointer      marshal_data);
-
-/* VOID:OBJECT,UINT (ags_marshallers.list:14) */
+/* VOID:OBJECT,UINT (ags_marshallers.list:12) */
 extern void g_cclosure_user_marshal_VOID__OBJECT_UINT (GClosure     *closure,
                                                        GValue       *return_value,
                                                        guint         n_param_values,
@@ -118,7 +102,7 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_UINT (GClosure     *closure,
                                                        gpointer      invocation_hint,
                                                        gpointer      marshal_data);
 
-/* VOID:OBJECT,OBJECT (ags_marshallers.list:15) */
+/* VOID:OBJECT,OBJECT (ags_marshallers.list:13) */
 extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
                                                          GValue       *return_value,
                                                          guint         n_param_values,
@@ -126,7 +110,7 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
                                                          gpointer      invocation_hint,
                                                          gpointer      marshal_data);
 
-/* VOID:OBJECT,OBJECT,OBJECT,INT,BOOLEAN (ags_marshallers.list:16) */
+/* VOID:OBJECT,OBJECT,OBJECT,INT,BOOLEAN (ags_marshallers.list:14) */
 extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN (GClosure     *closure,
                                                                             GValue       *return_value,
                                                                             guint         n_param_values,
@@ -134,7 +118,7 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN (GClo
                                                                             gpointer      invocation_hint,
                                                                             gpointer      marshal_data);
 
-/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,UINT,INT,BOOLEAN (ags_marshallers.list:17) */
+/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,UINT,INT,BOOLEAN (ags_marshallers.list:15) */
 extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN (GClosure     *closure,
                                                                                                       GValue       *return_value,
                                                                                                       guint         n_param_values,
@@ -142,7 +126,7 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJ
                                                                                                       gpointer      invocation_hint,
                                                                                                       gpointer      marshal_data);
 
-/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT (ags_marshallers.list:18) */
+/* VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT (ags_marshallers.list:16) */
 extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT (GClosure     *closure,
                                                                                                    GValue       *return_value,
                                                                                                    guint         n_param_values,
@@ -150,7 +134,7 @@ extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJ
                                                                                                    gpointer      invocation_hint,
                                                                                                    gpointer      marshal_data);
 
-/* BOOLEAN:OBJECT,OBJECT (ags_marshallers.list:19) */
+/* BOOLEAN:OBJECT,OBJECT (ags_marshallers.list:17) */
 extern void g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT (GClosure     *closure,
                                                             GValue       *return_value,
                                                             guint         n_param_values,
@@ -158,15 +142,7 @@ extern void g_cclosure_user_marshal_BOOLEAN__OBJECT_OBJECT (GClosure     *closur
                                                             gpointer      invocation_hint,
                                                             gpointer      marshal_data);
 
-/* STRING:STRING,STRING (ags_marshallers.list:20) */
-extern void g_cclosure_user_marshal_STRING__STRING_STRING (GClosure     *closure,
-                                                           GValue       *return_value,
-                                                           guint         n_param_values,
-                                                           const GValue *param_values,
-                                                           gpointer      invocation_hint,
-                                                           gpointer      marshal_data);
-
-/* STRING:ULONG,STRING,STRING,STRING,STRING,UINT,POINTER (ags_marshallers.list:21) */
+/* STRING:ULONG,STRING,STRING,STRING,STRING,UINT,POINTER (ags_marshallers.list:18) */
 extern void g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UINT_POINTER (GClosure     *closure,
                                                                                             GValue       *return_value,
                                                                                             guint         n_param_values,
@@ -174,7 +150,7 @@ extern void g_cclosure_user_marshal_STRING__ULONG_STRING_STRING_STRING_STRING_UI
                                                                                             gpointer      invocation_hint,
                                                                                             gpointer      marshal_data);
 
-/* POINTER:VOID (ags_marshallers.list:22) */
+/* POINTER:VOID (ags_marshallers.list:19) */
 extern void g_cclosure_user_marshal_POINTER__VOID (GClosure     *closure,
                                                    GValue       *return_value,
                                                    guint         n_param_values,
@@ -182,15 +158,7 @@ extern void g_cclosure_user_marshal_POINTER__VOID (GClosure     *closure,
                                                    gpointer      invocation_hint,
                                                    gpointer      marshal_data);
 
-/* POINTER:STRING,STRING (ags_marshallers.list:23) */
-extern void g_cclosure_user_marshal_POINTER__STRING_STRING (GClosure     *closure,
-                                                            GValue       *return_value,
-                                                            guint         n_param_values,
-                                                            const GValue *param_values,
-                                                            gpointer      invocation_hint,
-                                                            gpointer      marshal_data);
-
-/* OBJECT:VOID (ags_marshallers.list:24) */
+/* OBJECT:VOID (ags_marshallers.list:20) */
 extern void g_cclosure_user_marshal_OBJECT__VOID (GClosure     *closure,
                                                   GValue       *return_value,
                                                   guint         n_param_values,
@@ -198,7 +166,7 @@ extern void g_cclosure_user_marshal_OBJECT__VOID (GClosure     *closure,
                                                   gpointer      invocation_hint,
                                                   gpointer      marshal_data);
 
-/* OBJECT:STRING,STRING,STRING (ags_marshallers.list:25) */
+/* OBJECT:STRING,STRING,STRING (ags_marshallers.list:21) */
 extern void g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING (GClosure     *closure,
                                                                   GValue       *return_value,
                                                                   guint         n_param_values,
@@ -206,7 +174,7 @@ extern void g_cclosure_user_marshal_OBJECT__STRING_STRING_STRING (GClosure     *
                                                                   gpointer      invocation_hint,
                                                                   gpointer      marshal_data);
 
-/* OBJECT:OBJECT,POINTER,POINTER (ags_marshallers.list:26) */
+/* OBJECT:OBJECT,POINTER,POINTER (ags_marshallers.list:22) */
 extern void g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER (GClosure     *closure,
                                                                     GValue       *return_value,
                                                                     guint         n_param_values,
@@ -214,7 +182,7 @@ extern void g_cclosure_user_marshal_OBJECT__OBJECT_POINTER_POINTER (GClosure
                                                                     gpointer      invocation_hint,
                                                                     gpointer      marshal_data);
 
-/* OBJECT:OBJECT,OBJECT (ags_marshallers.list:27) */
+/* OBJECT:OBJECT,OBJECT (ags_marshallers.list:23) */
 extern void g_cclosure_user_marshal_OBJECT__OBJECT_OBJECT (GClosure     *closure,
                                                            GValue       *return_value,
                                                            guint         n_param_values,
diff --git a/src/ags/object/ags_marshallers.list b/src/ags/object/ags_marshallers.list
index 447157e..ce088a2 100644
--- a/src/ags/object/ags_marshallers.list
+++ b/src/ags/object/ags_marshallers.list
@@ -5,22 +5,18 @@ VOID:UINT,DOUBLE,UINT
 VOID:UINT,INT
 VOID:UINT,DOUBLE
 VOID:ULONG,UINT
-VOID:ULONG,UINT,BOOLEAN
 VOID:DOUBLE,DOUBLE
 VOID:ULONG,UINT,UINT
 VOID:STRING,UINT
 VOID:STRING,POINTER
-VOID:STRING,STRING,STRING
 VOID:OBJECT,UINT
 VOID:OBJECT,OBJECT
 VOID:OBJECT,OBJECT,OBJECT,INT,BOOLEAN
 VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,UINT,INT,BOOLEAN
 VOID:OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT,OBJECT
 BOOLEAN:OBJECT,OBJECT
-STRING:STRING,STRING
 STRING:ULONG,STRING,STRING,STRING,STRING,UINT,POINTER
 POINTER:VOID
-POINTER:STRING,STRING
 OBJECT:VOID
 OBJECT:STRING,STRING,STRING
 OBJECT:OBJECT,POINTER,POINTER
diff --git a/src/ags/object/ags_mutable.c b/src/ags/object/ags_mutable.c
index 3bdd38a..6ce19c4 100644
--- a/src/ags/object/ags_mutable.c
+++ b/src/ags/object/ags_mutable.c
@@ -20,6 +20,17 @@
 
 void ags_mutable_base_init(AgsMutableInterface *interface);
 
+/**
+ * SECTION:ags_mutable
+ * @short_description: unique access to dialogs
+ * @title: AgsMutable
+ * @section_id:
+ * @include: ags/object/ags_mutable.h
+ *
+ * The #AgsMutable interface gives you a unique access to recalls. Its
+ * purpose is to mute playback.
+ */
+
 GType
 ags_mutable_get_type()
 {
@@ -46,6 +57,15 @@ ags_mutable_base_init(AgsMutableInterface *interface)
   /* empty */
 }
 
+/**
+ * ags_mutable_set_update:
+ * @mutable: an #AgsMutable
+ * @update: if %TRUE then muted, else playing
+ *
+ * Mute an #AgsChannel within run iteration.
+ *
+ * Since: 0.4
+ */
 void
 ags_mutable_set_muted(AgsMutable *mutable, gboolean muted)
 {
diff --git a/src/ags/object/ags_packable.c b/src/ags/object/ags_packable.c
index 5838374..fa1f790 100644
--- a/src/ags/object/ags_packable.c
+++ b/src/ags/object/ags_packable.c
@@ -64,6 +64,8 @@ ags_packable_base_init(AgsPackableInterface *interface)
  * Pack to container.
  *
  * Returns: %TRUE on success
+ *
+ * Since: 0.4
  */
 gboolean
 ags_packable_pack(AgsPackable *packable, GObject *container)
@@ -84,6 +86,8 @@ ags_packable_pack(AgsPackable *packable, GObject *container)
  * Unpack of container.
  *
  * Returns: %TRUE on success
+ *
+ * Since: 0.4
  */
 gboolean
 ags_packable_unpack(AgsPackable *packable)
diff --git a/src/ags/object/ags_playable.c b/src/ags/object/ags_playable.c
index 1e32555..b7e3079 100644
--- a/src/ags/object/ags_playable.c
+++ b/src/ags/object/ags_playable.c
@@ -18,13 +18,16 @@
 
 #include <ags/object/ags_playable.h>
 
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <math.h>
 
 void ags_playable_base_init(AgsPlayableInterface *interface);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_playable
  * @short_description: read/write audio
@@ -437,7 +440,6 @@ ags_playable_read_audio_signal(AgsPlayable *playable,
 			       guint start_channel, guint channels_to_read)
 {
   AgsAudioSignal *audio_signal;
-  AgsConfig *config;
   GList *stream, *list, *list_beginning;
   short *buffer;
   guint channels;
@@ -450,21 +452,19 @@ ags_playable_read_audio_signal(AgsPlayable *playable,
   guint i, j, k, i_stop, j_stop;
   GError *error;
 
-  config = AGS_APPLICATION_CONTEXT(devout->application_context)->config;
-  
   ags_playable_info(playable,
 		    &channels, &frames,
 		    &loop_start, &loop_end,
 		    &error);
 
-  samplerate = g_ascii_strtoull(ags_config_get_value(config,
-						     AGS_CONFIG_DEVOUT,
-						     "samplerate\0"),
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
 				NULL,
 				10);
-  buffer_size = g_ascii_strtoull(ags_config_get_value(config,
-						      AGS_CONFIG_DEVOUT,
-						      "buffer-size\0"),
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
 				 NULL,
 				 10);
   length = (guint) ceil((double)(frames) / (double)(buffer_size));
diff --git a/src/ags/object/ags_soundcard.c b/src/ags/object/ags_soundcard.c
index b9d2678..402c9cc 100644
--- a/src/ags/object/ags_soundcard.c
+++ b/src/ags/object/ags_soundcard.c
@@ -20,7 +20,7 @@
 
 #include <math.h>
 
-void ags_soundcard_class_init(AgsSoundcardInterface *interface);
+void ags_soundcard_base_init(AgsSoundcardInterface *interface);
 
 GType
 ags_soundcard_get_type()
@@ -28,16 +28,21 @@ ags_soundcard_get_type()
   static GType ags_type_soundcard = 0;
 
   if(!ags_type_soundcard){
-    ags_type_soundcard = g_type_register_static_simple(G_TYPE_INTERFACE,
-						       "AgsSoundcard\0",
-						       sizeof(AgsSoundcardInterface),
-						       (GClassInitFunc) ags_soundcard_class_init,
-						       0, NULL, 0);
+    static const GTypeInfo ags_soundcard_info = {
+      sizeof(AgsSoundcardInterface),
+      (GBaseInitFunc) ags_soundcard_base_init,
+      NULL, /* base_finalize */
+    };
+
+    ags_type_soundcard = g_type_register_static(G_TYPE_INTERFACE,
+						"AgsSoundcard\0", &ags_soundcard_info,
+						0);
   }
 
   return(ags_type_soundcard);
 }
 
+
 GQuark
 ags_soundcard_error_quark()
 {
@@ -45,102 +50,9 @@ ags_soundcard_error_quark()
 }
 
 void
-ags_soundcard_class_init(AgsSoundcardInterface *interface)
-{
-  /**
-   * AgsSoundcard::tic:
-   * @soundcard: the object
-   *
-   * The ::tic signal is emitted every tic of the soundcard. This notifies
-   * about a newly played buffer.
-   */
-  g_signal_new("tic\0",
-	       G_TYPE_FROM_INTERFACE(interface),
-	       G_SIGNAL_RUN_LAST,
-	       G_STRUCT_OFFSET(AgsSoundcardInterface, tic),
-	       NULL, NULL,
-	       g_cclosure_marshal_VOID__VOID,
-	       G_TYPE_NONE, 0);
-
-  /**
-   * AgsSoundcard::offset-changed:
-   * @soundcard: the object
-   * @note_offset: new notation offset
-   *
-   * The ::offset-changed signal notifies about changed position within
-   * notation.
-   */
-  g_signal_new("offset-changed\0",
-	       G_TYPE_FROM_INTERFACE(interface),
-	       G_SIGNAL_RUN_LAST,
-	       G_STRUCT_OFFSET(AgsSoundcardInterface, offset_changed),
-	       NULL, NULL,
-	       g_cclosure_marshal_VOID__UINT,
-	       G_TYPE_NONE, 1,
-	       G_TYPE_UINT);
-}
-
-AgsApplicationContext*
-ags_soundcard_get_application_context(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), NULL);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_application_context, NULL);
-
-  return(soundcard_interface->get_application_context(soundcard));
-}
-
-void
-ags_soundcard_set_application_context(AgsSoundcard *soundcard,
-				      AgsApplicationContext *application_context)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_if_fail(AGS_IS_SOUNDCARD(soundcard));
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_if_fail(soundcard_interface->set_application_context);
-  soundcard_interface->set_application_context(soundcard,
-					       application_context);
-}
-
-void
-ags_soundcard_set_presets(AgsSoundcard *soundcard,
-			  guint channels,
-			  guint rate,
-			  guint buffer_size,
-			  guint format)
+ags_soundcard_base_init(AgsSoundcardInterface *interface)
 {
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_if_fail(AGS_IS_SOUNDCARD(soundcard));
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_if_fail(soundcard_interface->set_presets);
-  soundcard_interface->set_presets(soundcard,
-				   channels,
-				   rate,
-				   buffer_size,
-				   format);
-}
-
-void
-ags_soundcard_get_presets(AgsSoundcard *soundcard,
-			  guint *channels,
-			  guint *rate,
-			  guint *buffer_size,
-			  guint *format)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_if_fail(AGS_IS_SOUNDCARD(soundcard));
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_if_fail(soundcard_interface->get_presets);
-  soundcard_interface->get_presets(soundcard,
-				   channels,
-				   rate,
-				   buffer_size,
-				   format);
+  /* empty */
 }
 
 /**
@@ -304,7 +216,6 @@ ags_soundcard_get_buffer(AgsSoundcard *soundcard)
   g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), NULL);
   soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
   g_return_val_if_fail(soundcard_interface->get_buffer, NULL);
-
   return(soundcard_interface->get_buffer(soundcard));
 }
 
@@ -322,92 +233,5 @@ ags_soundcard_get_next_buffer(AgsSoundcard *soundcard)
   g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), NULL);
   soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
   g_return_val_if_fail(soundcard_interface->get_next_buffer, NULL);
-
   return(soundcard_interface->get_next_buffer(soundcard));
 }
-
-gdouble
-ags_soundcard_get_bpm(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), G_MAXUINT);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_bpm, G_MAXUINT);
-
-  return(soundcard_interface->get_bpm(soundcard));
-}
-
-gdouble
-ags_soundcard_get_delay(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), G_MAXUINT);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_delay, G_MAXUINT);
-
-  return(soundcard_interface->get_delay(soundcard));
-}
-
-guint
-ags_soundcard_get_attack(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), G_MAXUINT);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_attack, G_MAXUINT);
-
-  return(soundcard_interface->get_attack(soundcard));
-}
-
-void
-ags_soundcard_set_note_offset(AgsSoundcard *soundcard,
-			      guint note_offset)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_if_fail(AGS_IS_SOUNDCARD(soundcard));
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_if_fail(soundcard_interface->set_note_offset);
-  soundcard_interface->set_note_offset(soundcard,
-				       note_offset);
-}
-
-guint
-ags_soundcard_get_note_offset(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), G_MAXUINT);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_note_offset, G_MAXUINT);
-
-  return(soundcard_interface->get_note_offset(soundcard));
-}
-
-GList*
-ags_soundcard_get_audio(AgsSoundcard *soundcard)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_val_if_fail(AGS_IS_SOUNDCARD(soundcard), NULL);
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_val_if_fail(soundcard_interface->get_audio, NULL);
-
-  return(soundcard_interface->get_audio(soundcard));
-}
-
-void
-ags_soundcard_set_audio(AgsSoundcard *soundcard,
-			GList *audio)
-{
-  AgsSoundcardInterface *soundcard_interface;
-
-  g_return_if_fail(AGS_IS_SOUNDCARD(soundcard));
-  soundcard_interface = AGS_SOUNDCARD_GET_INTERFACE(soundcard);
-  g_return_if_fail(soundcard_interface->set_audio);
-  soundcard_interface->set_audio(soundcard,
-				 audio);
-}
diff --git a/src/ags/object/ags_soundcard.h b/src/ags/object/ags_soundcard.h
index 9bb5036..0498510 100644
--- a/src/ags/object/ags_soundcard.h
+++ b/src/ags/object/ags_soundcard.h
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 
-#include <ags/object/ags_application_context.h>
+#include <ags/file/ags_file.h>
 
 #define AGS_TYPE_SOUNDCARD                    (ags_soundcard_get_type())
 #define AGS_SOUNDCARD(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SOUNDCARD, AgsSoundcard))
@@ -37,21 +37,6 @@ struct _AgsSoundcardInterface
 {
   GTypeInterface interface;
 
-  AgsApplicationContext* (*get_application_context)(AgsSoundcard *soundcard);
-  void (*set_application_context)(AgsSoundcard *soundcard,
-				  AgsApplicationContext *application_context);
-  
-  void (*set_presets)(AgsSoundcard *soundcard,
-		      guint channels,
-		      guint rate,
-		      guint buffer_size,
-		      guint format);
-  void (*get_presets)(AgsSoundcard *soundcard,
-		      guint *channels,
-		      guint *rate,
-		      guint *buffer_size,
-		      guint *format);
-  
   void (*list_cards)(AgsSoundcard *soundcard,
 		     GList **card_id, GList **card_name);
   void (*pcm_info)(AgsSoundcard *soundcard, gchar *card_id,
@@ -71,37 +56,10 @@ struct _AgsSoundcardInterface
 
   signed short* (*get_buffer)(AgsSoundcard *soundcard);
   signed short* (*get_next_buffer)(AgsSoundcard *soundcard);  
-
-  gdouble (*get_bpm)(AgsSoundcard *soundcard);
-  gdouble (*get_delay)(AgsSoundcard *soundcard);
-  guint (*get_attack)(AgsSoundcard *soundcard);
-  
-  void (*set_note_offset)(AgsSoundcard *soundcard,
-			  guint note_offset);
-  guint (*get_note_offset)(AgsSoundcard *soundcard);
-
-  void (*set_audio)(AgsSoundcard *soundcard,
-		    GList *audio);
-  GList* (*get_audio)(AgsSoundcard *soundcard);
 };
 
 GType ags_soundcard_get_type();
 
-AgsApplicationContext* ags_soundcard_get_application_context(AgsSoundcard *soundcard);
-void ags_soundcard_set_application_context(AgsSoundcard *soundcard,
-					   AgsApplicationContext *application_context);
-
-void ags_soundcard_set_presets(AgsSoundcard *soundcard,
-			       guint channels,
-			       guint rate,
-			       guint buffer_size,
-			       guint format);
-void ags_soundcard_get_presets(AgsSoundcard *soundcard,
-			       guint *channels,
-			       guint *rate,
-			       guint *buffer_size,
-			       guint *format);
-
 void ags_soundcard_list_cards(AgsSoundcard *soundcard,
 			      GList **card_id, GList **card_name);
 void ags_soundcard_pcm_info(AgsSoundcard *soundcard, gchar *card_id,
@@ -110,28 +68,10 @@ void ags_soundcard_pcm_info(AgsSoundcard *soundcard, gchar *card_id,
 			    guint *buffer_size_min, guint *buffer_size_max,
 			    GError **error);
 
-void ags_soundcard_play_init(AgsSoundcard *soundcard,
-			     GError **error);
-void ags_soundcard_play(AgsSoundcard *soundcard,
-			GError **error);
-void ags_soundcard_stop(AgsSoundcard *soundcard);
-
 void ags_soundcard_tic(AgsSoundcard *soundcard);
 void ags_soundcard_offset_changed(AgsSoundcard *soundcard, guint note_offset);
 
 signed short* ags_soundcard_get_buffer(AgsSoundcard *soundcard);
 signed short* ags_soundcard_get_next_buffer(AgsSoundcard *soundcard);
 
-gdouble ags_soundcard_get_bpm(AgsSoundcard *soundcard);
-gdouble ags_soundcard_get_delay(AgsSoundcard *soundcard);
-guint ags_soundcard_get_attack(AgsSoundcard *soundcard);
-
-void ags_soundcard_set_note_offset(AgsSoundcard *soundcard,
-				   guint note_offset);
-guint ags_soundcard_get_note_offset(AgsSoundcard *soundcard);
-
-GList* ags_soundcard_get_audio(AgsSoundcard *soundcard);
-void ags_soundcard_set_audio(AgsSoundcard *soundcard,
-			     GList *audio);
-
 #endif /*__AGS_SOUNDCARD_H__*/
diff --git a/src/ags/object/ags_tactable.c b/src/ags/object/ags_tactable.c
index 0d31e88..610f14f 100644
--- a/src/ags/object/ags_tactable.c
+++ b/src/ags/object/ags_tactable.c
@@ -38,11 +38,11 @@ ags_tactable_get_type()
   static GType tactable_type = 0;
 
   if(!tactable_type){
-    tactable_type = g_type_register_static_simple(G_TYPE_INTERFACE,
-						  "AgsTactable\0",
-						  sizeof (AgsTactableInterface),
-						  (GClassInitFunc) ags_tactable_class_init,
-						  0, NULL, 0);
+    tactable_type = g_type_register_static_simple (G_TYPE_INTERFACE,
+						   "AgsTactable\0",
+						   sizeof (AgsTactableInterface),
+						   (GClassInitFunc) ags_tactable_class_init,
+						   0, NULL, 0);
   }
   
   return tactable_type;
diff --git a/src/ags/plugin/Makefile b/src/ags/plugin/Makefile
deleted file mode 100644
index fd84329..0000000
--- a/src/ags/plugin/Makefile
+++ /dev/null
@@ -1,465 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/plugin/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/plugin
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/plugin
-abs_srcdir = /usr/src/ags-devel/src/ags/plugin
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_plugin_h_sources = 
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	ags_ladspa_manager.h		\
-	ags_plugin_factory.h		\
-	ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	ags_ladspa_manager.c		\
-	ags_plugin_factory.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/plugin/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/plugin/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/plugin/Makefile.am b/src/ags/plugin/Makefile.am
deleted file mode 100644
index cdf3bd1..0000000
--- a/src/ags/plugin/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-deprecated_ags_plugin_h_sources =
-
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	ags_ladspa_manager.h		\
-	ags_plugin_factory.h		\
-	ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	ags_ladspa_manager.c		\
-	ags_plugin_factory.c
diff --git a/src/ags/plugin/Makefile.in b/src/ags/plugin/Makefile.in
deleted file mode 100644
index 5ca35c0..0000000
--- a/src/ags/plugin/Makefile.in
+++ /dev/null
@@ -1,465 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/plugin
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_plugin_h_sources = 
-ags_plugin_h_sources = \
-	$(deprecated_ags_plugin_h_sources) \
-	ags_ladspa_manager.h		\
-	ags_plugin_factory.h		\
-	ags_plugin_stock.h
-
-deprecated_ags_plugin_c_sources = 
-ags_plugin_c_sources = \
-	$(deprecated_ags_plugin_c_sources) \
-	ags_ladspa_manager.c		\
-	ags_plugin_factory.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/plugin/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/plugin/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/plugin/ags_ladspa_manager.c b/src/ags/plugin/ags_ladspa_manager.c
index fa15c6b..10e2f75 100644
--- a/src/ags/plugin/ags_ladspa_manager.c
+++ b/src/ags/plugin/ags_ladspa_manager.c
@@ -309,63 +309,6 @@ ags_ladspa_manager_load_default_directory()
 }
 
 /**
- * ags_ladspa_manager_effect_index:
- * @filename: the plugin.so filename
- * @effect: the effect's name within plugin
- *
- * Retrieve the effect's index within @filename
- *
- * Returns: the index, G_MAXULONG if not found
- *
- * Since: 0.4
- */
-unsigned long
-ags_ladspa_manager_effect_index(gchar *filename,
-				gchar *effect)
-{
-  AgsLadspaPlugin *ladspa_plugin;
-
-  void *plugin_so;
-  LADSPA_Descriptor_Function ladspa_descriptor;
-  LADSPA_Descriptor *plugin_descriptor;
-  LADSPA_PortDescriptor *port_descriptor;
-
-  unsigned long index;
-  unsigned long i;
-
-  if(filename == NULL ||
-     effect == NULL){
-    return(G_MAXULONG);
-  }
-  
-  /* load plugin */
-  ags_ladspa_manager_load_file(filename);
-  ladspa_plugin = ags_ladspa_manager_find_ladspa_plugin(filename);
-
-  plugin_so = ladspa_plugin->plugin_so;
-
-  index = G_MAXULONG;
-
-  if(plugin_so){
-    ladspa_descriptor = (LADSPA_Descriptor_Function) dlsym(plugin_so,
-							   "ladspa_descriptor\0");
-    
-    if(dlerror() == NULL && ladspa_descriptor){
-      for(i = 0; (plugin_descriptor = ladspa_descriptor(i)) != NULL; i++){
-	if(!strncmp(plugin_descriptor->Name,
-		    effect,
-		    strlen(effect))){
-	  index = i;
-	  break;
-	}
-      }
-    }
-  }
-  
-  return(index);
-}
-
-/**
  * ags_ladspa_manager_get_instance:
  *
  * Get instance.
diff --git a/src/ags/plugin/ags_ladspa_manager.h b/src/ags/plugin/ags_ladspa_manager.h
index 7736532..ed4660b 100644
--- a/src/ags/plugin/ags_ladspa_manager.h
+++ b/src/ags/plugin/ags_ladspa_manager.h
@@ -70,9 +70,6 @@ AgsLadspaPlugin* ags_ladspa_manager_find_ladspa_plugin(gchar *filename);
 void ags_ladspa_manager_load_file(gchar *filename);
 void ags_ladspa_manager_load_default_directory();
 
-unsigned long ags_ladspa_manager_effect_index(gchar *filename,
-					      gchar *effect);
-
 /*  */
 AgsLadspaManager* ags_ladspa_manager_get_instance();
 
diff --git a/src/ags/server/#ags_server_init.c# b/src/ags/server/#ags_server_init.c#
deleted file mode 100644
index a9a4c65..0000000
--- a/src/ags/server/#ags_server_init.c#
+++ /dev/null
@@ -1,33 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/server/ags_server_init.h>
-
-#include <ags/object/ags_application_context.h>
-
-void
-ags_server_init_context(AgsApplicationContext *application_context)
-{
-  const char *error;
-
-#ifdef AGS_WITH_XMLRPC_C
-  AbyssInit(&error);
-
-  xmlrpc_env_init(&(ags_main->env));
-#endif
-}
diff --git a/src/ags/server/.#ags_server_init.c b/src/ags/server/.#ags_server_init.c
deleted file mode 120000
index 33a253d..0000000
--- a/src/ags/server/.#ags_server_init.c
+++ /dev/null
@@ -1 +0,0 @@
-minos at Device-03036C.27864:1428021034
\ No newline at end of file
diff --git a/src/ags/server/Makefile b/src/ags/server/Makefile
deleted file mode 100644
index da5f19c..0000000
--- a/src/ags/server/Makefile
+++ /dev/null
@@ -1,466 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/server/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/server
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/server
-abs_srcdir = /usr/src/ags-devel/src/ags/server
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_server_h_sources = 
-ags_server_h_sources = \
-	$(deprecated_ags_server_h_sources) \
-	ags_registry.h			\
-	ags_remote_task.h		\
-	ags_server.h
-
-deprecated_ags_server_c_sources = 
-ags_server_c_sources = \
-	$(deprecated_ags_server_c_sources) \
-	ags_registry.c			\
-	ags_remote_task.c		\
-	ags_server.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/server/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/server/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/server/Makefile.am b/src/ags/server/Makefile.am
deleted file mode 100644
index 0a3ad82..0000000
--- a/src/ags/server/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-deprecated_ags_server_h_sources = 
-
-ags_server_h_sources = \
-	$(deprecated_ags_server_h_sources) \
-	ags_registry.h			\
-	ags_remote_task.h		\
-	ags_server.h
-
-deprecated_ags_server_c_sources = 
-
-ags_server_c_sources = \
-	$(deprecated_ags_server_c_sources) \
-	ags_registry.c			\
-	ags_remote_task.c		\
-	ags_server.c
-
diff --git a/src/ags/server/Makefile.in b/src/ags/server/Makefile.in
deleted file mode 100644
index c2e69c5..0000000
--- a/src/ags/server/Makefile.in
+++ /dev/null
@@ -1,466 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/server
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_server_h_sources = 
-ags_server_h_sources = \
-	$(deprecated_ags_server_h_sources) \
-	ags_registry.h			\
-	ags_remote_task.h		\
-	ags_server.h
-
-deprecated_ags_server_c_sources = 
-ags_server_c_sources = \
-	$(deprecated_ags_server_c_sources) \
-	ags_registry.c			\
-	ags_remote_task.c		\
-	ags_server.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/server/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/server/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/server/ags_server.c b/src/ags/server/ags_server.c
index 7cdccfb..39f9509 100644
--- a/src/ags/server/ags_server.c
+++ b/src/ags/server/ags_server.c
@@ -19,21 +19,11 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/object/ags_application_context.h>
-
-#include <ags/server/ags_server_application_context.h>
+#include <ags/main.h>
 
 void ags_server_class_init(AgsServerClass *server);
 void ags_server_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_server_init(AgsServer *server);
-void ags_server_set_property(GObject *gobject,
-			     guint prop_id,
-			     const GValue *value,
-			     GParamSpec *param_spec);
-void ags_server_get_property(GObject *gobject,
-			     guint prop_id,
-			     GValue *value,
-			     GParamSpec *param_spec);
 void ags_server_add_to_registry(AgsConnectable *connectable);
 void ags_server_remove_from_registry(AgsConnectable *connectable);
 void ags_server_connect(AgsConnectable *connectable);
@@ -43,11 +33,6 @@ void ags_server_finalize(GObject *gobject);
 void ags_server_real_start(AgsServer *server);
 
 enum{
-  PROP_0,
-  PROP_APPLICATION_CONTEXT,
-};
-
-enum{
   START,
   LAST_SIGNAL,
 };
@@ -98,35 +83,14 @@ void
 ags_server_class_init(AgsServerClass *server)
 {
   GObjectClass *gobject;
-  GParamSpec *param_spec;
-  
+
   ags_server_parent_class = g_type_class_peek_parent(server);
 
   /* GObjectClass */
   gobject = (GObjectClass *) server;
 
-  gobject->set_property = ags_server_set_property;
-  gobject->get_property = ags_server_get_property;
-
   gobject->finalize = ags_server_finalize;
 
-  /* properties */
-  /**
-   * AgsServer:application-context:
-   *
-   * The assigned #AgsApplicationContext
-   * 
-   * Since: 0.4.0
-   */
-  param_spec = g_param_spec_object("application-context\0",
-				   "the application context object\0",
-				   "The application context object\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
-				  param_spec);
-
   /* AgsServer */
   server->start = ags_server_real_start;
 
@@ -161,79 +125,11 @@ ags_server_init(AgsServer *server)
 
   server->server_info = NULL;
 
-  server->application_context = NULL;
-  server->application_mutex = NULL;
+  server->main = NULL;
 
   server->registry = ags_registry_new();
   server->remote_task = ags_remote_task_new();
 }
-void
-ags_server_set_property(GObject *gobject,
-			guint prop_id,
-			const GValue *value,
-			GParamSpec *param_spec)
-{
-  AgsServer *server;
-
-  server = AGS_SERVER(gobject);
-
-  //TODO:JK: implement set functionality
-  
-  switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      AgsApplicationContext *application_context;
-
-      application_context = g_value_get_object(value);
-
-      if(server->application_context == application_context){
-	return;
-      }
-
-      if(server->application_context != NULL){
-	g_object_unref(G_OBJECT(server->application_context));
-      }
-
-      if(application_context != NULL){
-	AgsConfig *config;
-	
-	g_object_ref(G_OBJECT(application_context));
-
-	server->application_mutex = &(application_context->mutex);
-      }else{
-	server->application_mutex = NULL;
-      }
-
-      server->application_context = application_context;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_server_get_property(GObject *gobject,
-			guint prop_id,
-			GValue *value,
-			GParamSpec *param_spec)
-{
-  AgsServer *server;
-
-  server = AGS_SERVER(gobject);
-  
-  switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      g_value_set_object(value, server->application_context);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
 
 void
 ags_server_add_to_registry(AgsConnectable *connectable)
@@ -256,7 +152,7 @@ ags_server_add_to_registry(AgsConnectable *connectable)
   method_info->methodName = "ags_server_create_object\0";
   method_info->methodFunction = &ags_server_create_object;
   method_info->serverInfo = NULL;
-  xmlrpc_registry_add_method3(&(ags_service_provider_get_env(AGS_SERVICE_PROVIDER(server->application_context))),
+  xmlrpc_registry_add_method3(&(AGS_MAIN(server->main)->env),
 			      registry->registry,
 			      method_info);
 
@@ -265,7 +161,7 @@ ags_server_add_to_registry(AgsConnectable *connectable)
   method_info->methodName = "ags_server_object_set_property\0";
   method_info->methodFunction = &ags_server_object_set_property;
   method_info->serverInfo = NULL;
-  xmlrpc_registry_add_method3(&(ags_service_provider_get_env(AGS_SERVICE_PROVIDER(server->application_context))),
+  xmlrpc_registry_add_method3(&(AGS_MAIN(server->main)->env),
 			      registry->registry,
 			      method_info);
 #endif /* AGS_WITH_XMLRPC_C */
@@ -306,15 +202,21 @@ ags_server_finalize(GObject *gobject)
 void
 ags_server_real_start(AgsServer *server)
 {
+  AgsMain *main;
   AgsRegistry *registry;
   const char *error;
 
+  main = AGS_MAIN(server->main);
+
   registry = AGS_REGISTRY(server->registry);
 #ifdef AGS_WITH_XMLRPC_C
-  registry->registry = xmlrpc_registry_new(&(ags_service_provider_get_env(AGS_SERVICE_PROVIDER(server->application_context))));
+  registry->registry = xmlrpc_registry_new(&(main->env));
 #endif /* AGS_WITH_XMLRPC_C */
 
-  ags_connectable_add_to_registry(AGS_CONNECTABLE(server->application_context));
+  ags_connectable_add_to_registry(AGS_CONNECTABLE(main->main_loop));
+  ags_connectable_add_to_registry(AGS_CONNECTABLE(server));
+  ags_connectable_add_to_registry(AGS_CONNECTABLE(main->devout));
+  ags_connectable_add_to_registry(AGS_CONNECTABLE(main->window));
 
   //  xmlrpc_registry_set_shutdown(registry,
   //			       &requestShutdown, &terminationRequested);
@@ -514,13 +416,14 @@ ags_server_object_set_property(xmlrpc_env *env,
 #endif /* AGS_WITH_XMLRPC_C */
 
 AgsServer*
-ags_server_new(GObject *application_context)
+ags_server_new(GObject *main)
 {
   AgsServer *server;
 
   server = (AgsServer *) g_object_new(AGS_TYPE_SERVER,
-				      "application-context\0", application_context,
 				      NULL);
 
+  server->main = main;
+
   return(server);
 }
diff --git a/src/ags/server/ags_server.h b/src/ags/server/ags_server.h
index 695254b..3b26cf2 100644
--- a/src/ags/server/ags_server.h
+++ b/src/ags/server/ags_server.h
@@ -52,10 +52,9 @@ struct _AgsServer
   struct sockaddr_in address;
 
   void *server_info;
-
-  GObject *application_context;
-  pthread_mutex_t *application_mutex;
   
+  GObject *main;
+
   AgsRegistry *registry;
   AgsRemoteTask *remote_task;
 };
@@ -83,6 +82,6 @@ xmlrpc_value* ags_server_object_set_property(xmlrpc_env *env,
 					     void *server_info);
 #endif
 
-AgsServer* ags_server_new(GObject *application_context);
+AgsServer* ags_server_new(GObject *main);
 
 #endif /*__AGS_SERVER_H__*/
diff --git a/src/ags/server/ags_server_application_context.c b/src/ags/server/ags_server_application_context.c
deleted file mode 100644
index 9945c25..0000000
--- a/src/ags/server/ags_server_application_context.c
+++ /dev/null
@@ -1,202 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/server/ags_server_application_context.h>
-
-#include <ags-lib/object/ags_connectable.h>
-
-void ags_server_application_context_class_init(AgsServerApplicationContextClass *server_application_context);
-void ags_server_application_context_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_server_application_context_init(AgsServerApplicationContext *server_application_context);
-void ags_server_application_context_set_property(GObject *gobject,
-						 guint prop_id,
-						 const GValue *value,
-						 GParamSpec *param_spec);
-void ags_server_application_context_get_property(GObject *gobject,
-						 guint prop_id,
-						 GValue *value,
-						 GParamSpec *param_spec);
-void ags_server_application_context_connect(AgsConnectable *connectable);
-void ags_server_application_context_disconnect(AgsConnectable *connectable);
-void ags_server_application_context_finalize(GObject *gobject);
-
-static gpointer ags_server_application_context_parent_class = NULL;
-static AgsConnectableInterface* ags_server_application_context_parent_connectable_interface;
-
-AgsServerApplicationContext *ags_server_application_context = NULL;
-
-GType
-ags_server_application_context_get_type()
-{
-  static GType ags_type_server_application_context = 0;
-
-  if(!ags_type_server_application_context){
-    static const GTypeInfo ags_server_application_context_info = {
-      sizeof (AgsServerApplicationContextClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_server_application_context_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsServerApplicationContext),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_server_application_context_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_server_application_context_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_server_application_context = g_type_register_static(AGS_TYPE_APPLICATION_CONTEXT,
-								 "AgsServerApplicationContext\0",
-								 &ags_server_application_context_info,
-								 0);
-
-    g_type_add_interface_static(ags_type_server_application_context,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_server_application_context);
-}
-
-void
-ags_server_application_context_class_init(AgsServerApplicationContextClass *server_application_context)
-{
-  GObjectClass *gobject;
-  AgsApplicationContextClass *application_context;
-
-  ags_server_application_context_parent_class = g_type_class_peek_parent(ags_server_application_context);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) server_application_context;
-
-  gobject->set_property = ags_server_application_context_set_property;
-  gobject->get_property = ags_server_application_context_get_property;
-
-  gobject->finalize = ags_server_application_context_finalize;
-
-  /* AgsServerApplicationContextClass */
-  application_context = (AgsApplicationContextClass *) server_application_context;
-  
-  application_context->load_config = NULL;
-  application_context->register_types = NULL;
-}
-
-void
-ags_server_application_context_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_server_application_context_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_server_application_context_connect;
-  connectable->disconnect = ags_server_application_context_disconnect;
-}
-
-void
-ags_server_application_context_init(AgsServerApplicationContext *server_application_context)
-{
-  server_application_context->flags = 0;
-}
-
-void
-ags_server_application_context_set_property(GObject *gobject,
-					    guint prop_id,
-					    const GValue *value,
-					    GParamSpec *param_spec)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  server_application_context = AGS_SERVER_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_server_application_context_get_property(GObject *gobject,
-					    guint prop_id,
-					    GValue *value,
-					    GParamSpec *param_spec)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  server_application_context = AGS_SERVER_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_server_application_context_connect(AgsConnectable *connectable)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  server_application_context = AGS_SERVER_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(server_application_context)->flags)) != 0){
-    return;
-  }
-
-  ags_server_application_context_parent_connectable_interface->connect(connectable);
-}
-
-void
-ags_server_application_context_disconnect(AgsConnectable *connectable)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  server_application_context = AGS_SERVER_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(server_application_context)->flags)) == 0){
-    return;
-  }
-
-  ags_server_application_context_parent_connectable_interface->disconnect(connectable);
-}
-
-void
-ags_server_application_context_finalize(GObject *gobject)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  G_OBJECT_CLASS(ags_server_application_context_parent_class)->finalize(gobject);
-
-  server_application_context = AGS_SERVER_APPLICATION_CONTEXT(gobject);
-}
-
-AgsServerApplicationContext*
-ags_server_application_context_new(GObject *main_loop,
-				   AgsConfig *config)
-{
-  AgsServerApplicationContext *server_application_context;
-
-  server_application_context = (AgsServerApplicationContext *) g_object_new(AGS_TYPE_SERVER_APPLICATION_CONTEXT,
-									    "main-loop\0", main_loop,
-									    "config\0", config,
-									    NULL);
-
-  return(server_application_context);
-}
diff --git a/src/ags/server/ags_server_application_context.h b/src/ags/server/ags_server_application_context.h
deleted file mode 100644
index 3a406c6..0000000
--- a/src/ags/server/ags_server_application_context.h
+++ /dev/null
@@ -1,79 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SERVER_APPLICATION_CONTEXT_H__
-#define __AGS_SERVER_APPLICATION_CONTEXT_H__
-
-#ifdef AGS_WITH_XMLRPC_C
-#include <xmlrpc-c/base.h>
-#include <xmlrpc-c/abyss.h>
-#include <xmlrpc-c/server.h>
-#include <xmlrpc-c/server_abyss.h>
-#endif
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-#include <ags/server/ags_server.h>
-
-#define AGS_TYPE_SERVER_APPLICATION_CONTEXT                (ags_server_application_context_get_type())
-#define AGS_SERVER_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContext))
-#define AGS_SERVER_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContextClass))
-#define AGS_IS_SERVER_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SERVER_APPLICATION_CONTEXT))
-#define AGS_IS_SERVER_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SERVER_APPLICATION_CONTEXT))
-#define AGS_SERVER_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SERVER_APPLICATION_CONTEXT, AgsServerApplicationContextClass))
-
-#define AGS_SERVER_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"
-#define AGS_SERVER_DEFAULT_VERSION "0.4.3\0"
-
-typedef struct _AgsServerApplicationContext AgsServerApplicationContext;
-typedef struct _AgsServerApplicationContextClass AgsServerApplicationContextClass;
-
-typedef enum{
-  AGS_SERVER_APPLICATION_CONTEXT_ENABLE_SERVER      = 1,
-}AgsServerApplicationContextFlags;
-
-struct _AgsServerApplicationContext
-{
-  AgsApplicationContext application_context;
-
-  guint flags;
-
-  gchar *version;
-  gchar *build_id;
-
-#ifdef AGS_WITH_XMLRPC_C
-  xmlrpc_env env;
-#endif
-
-  AgsServer *server;
-};
-
-struct _AgsServerApplicationContextClass
-{
-  AgsApplicationContextClass application_context;
-};
-
-GType ags_server_application_context_get_type();
-
-AgsServerApplicationContext* ags_server_application_context_new(GObject *main_loop,
-								AgsConfig *config);
-
-#endif /*__AGS_SERVER_APPLICATION_CONTEXT_H__*/
diff --git a/src/ags/server/ags_server_init.c b/src/ags/server/ags_server_init.c
deleted file mode 100644
index 604fa56..0000000
--- a/src/ags/server/ags_server_init.c
+++ /dev/null
@@ -1,35 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/server/ags_server_init.h>
-
-#include <ags/object/ags_application_context.h>
-
-#include <ags/server/ags_server_application_context.h>
-
-void
-ags_server_init_context(AgsApplicationContext *application_context)
-{
-  const char *error;
-
-#ifdef AGS_WITH_XMLRPC_C
-  AbyssInit(&error);
-
-  xmlrpc_env_init(&(ags_main->env));
-#endif
-}
diff --git a/src/ags/server/ags_server_init.c~ b/src/ags/server/ags_server_init.c~
deleted file mode 100644
index d48ffd4..0000000
--- a/src/ags/server/ags_server_init.c~
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef AGS_WITH_XMLRPC_C
-      AbyssInit(&error);
-
-      xmlrpc_env_init(&(ags_main->env));
-#endif /* AGS_WITH_XMLRPC_C */
diff --git a/src/ags/server/ags_server_init.h b/src/ags/server/ags_server_init.h
deleted file mode 100644
index af25ceb..0000000
--- a/src/ags/server/ags_server_init.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SERVER_INIT_H__
-#define __AGS_SERVER_INIT_H__
-
-#include <glib-object.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-#include <ags/object/ags_application_context.h>
-
-void ags_server_init_context(AgsApplicationContext *application_context);
-
-#endif /*__AGS_SERVER_INIT_H__*/
diff --git a/src/ags/server/ags_service_provider.c b/src/ags/server/ags_service_provider.c
deleted file mode 100644
index f6fd72d..0000000
--- a/src/ags/server/ags_service_provider.c
+++ /dev/null
@@ -1,59 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/server/ags_service_provider.h>
-
-#include <ags/server/ags_server.h>
-
-#include <math.h>
-
-void ags_service_provider_class_init(AgsServiceProviderInterface *interface);
-
-GType
-ags_service_provider_get_type()
-{
-  static GType ags_type_service_provider = 0;
-
-  if(!ags_type_service_provider){
-    ags_type_service_provider = g_type_register_static_simple(G_TYPE_INTERFACE,
-							    "AgsServiceProvider\0",
-							    sizeof(AgsServiceProviderInterface),
-							    (GClassInitFunc) ags_service_provider_class_init,
-							    0, NULL, 0);
-  }
-
-  return(ags_type_service_provider);
-}
-
-void
-ags_service_provider_class_init(AgsServiceProviderInterface *interface)
-{
-  /* empty */
-}
-
-AgsServer*
-ags_service_provider_get_server(AgsServiceProvider *service_provider)
-{
-  AgsServiceProviderInterface *service_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_SERVICE_PROVIDER(service_provider), NULL);
-  service_provider_interface = AGS_SERVICE_PROVIDER_GET_INTERFACE(service_provider);
-  g_return_val_if_fail(service_provider_interface->get_server, NULL);
-
-  return(service_provider_interface->get_server(service_provider));
-}
diff --git a/src/ags/server/ags_service_provider.c~ b/src/ags/server/ags_service_provider.c~
deleted file mode 100644
index 215b587..0000000
--- a/src/ags/server/ags_service_provider.c~
+++ /dev/null
@@ -1,57 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/object/ags_service_provider.h>
-
-#include <math.h>
-
-void ags_service_provider_class_init(AgsServiceProviderInterface *interface);
-
-GType
-ags_service_provider_get_type()
-{
-  static GType ags_type_service_provider = 0;
-
-  if(!ags_type_service_provider){
-    ags_type_service_provider = g_type_register_static_simple(G_TYPE_INTERFACE,
-							    "AgsServiceProvider\0",
-							    sizeof(AgsServiceProviderInterface),
-							    (GClassInitFunc) ags_service_provider_class_init,
-							    0, NULL, 0);
-  }
-
-  return(ags_type_service_provider);
-}
-
-void
-ags_service_provider_class_init(AgsServiceProviderInterface *interface)
-{
-  /* empty */
-}
-
-GList*
-ags_service_provider_get_servicecard(AgsServiceProvider *service_provider)
-{
-  AgsService_ProviderInterface *service_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_SERVICE_PROVIDER(service_provider), NULL);
-  service_provider_interface = AGS_SERVICE_PROVIDER_GET_INTERFACE(service_provider);
-  g_return_val_if_fail(service_provider_interface->get_soundcard, NULL);
-
-  return(service_provider_interface->get_soundcard(service_provider));
-}
diff --git a/src/ags/server/ags_service_provider.h b/src/ags/server/ags_service_provider.h
deleted file mode 100644
index 87474e2..0000000
--- a/src/ags/server/ags_service_provider.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SERVICE_PROVIDER_H__
-#define __AGS_SERVICE_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/server/ags_server.h>
-
-#define AGS_TYPE_SERVICE_PROVIDER                    (ags_service_provider_get_type())
-#define AGS_SERVICE_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProvider))
-#define AGS_SERVICE_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProviderInterface))
-#define AGS_IS_SERVICE_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SERVICE_PROVIDER))
-#define AGS_IS_SERVICE_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SERVICE_PROVIDER))
-#define AGS_SERVICE_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProviderInterface))
-
-typedef void AgsServiceProvider;
-typedef struct _AgsServiceProviderInterface AgsServiceProviderInterface;
-
-struct _AgsServiceProviderInterface
-{
-  GTypeInterface interface;
-
-  AgsServer* (*get_server)(AgsServiceProvider *service_provider);
-};
-
-GType ags_service_provider_get_type();
-
-AgsServer* ags_service_provider_get_server(AgsServiceProvider *service_provider);
-
-#endif /*__AGS_SERVICE_PROVIDER_H__*/
diff --git a/src/ags/server/ags_service_provider.h~ b/src/ags/server/ags_service_provider.h~
deleted file mode 100644
index ce067ea..0000000
--- a/src/ags/server/ags_service_provider.h~
+++ /dev/null
@@ -1,43 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_SERVICE_PROVIDER_H__
-#define __AGS_SERVICE_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-#define AGS_TYPE_SERVICE_PROVIDER                    (ags_service_provider_get_type())
-#define AGS_SERVICE_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProvider))
-#define AGS_SERVICE_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProviderInterface))
-#define AGS_IS_SERVICE_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SERVICE_PROVIDER))
-#define AGS_IS_SERVICE_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_SERVICE_PROVIDER))
-#define AGS_SERVICE_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_SERVICE_PROVIDER, AgsServiceProviderInterface))
-
-typedef void AgsServiceProvider;
-typedef struct _AgsServiceProviderInterface AgsServiceProviderInterface;
-
-struct _AgsServiceProviderInterface
-{
-  GTypeInterface interface;
-};
-
-GType ags_service_provider_get_type();
-
-#endif /*__AGS_SERVICE_PROVIDER_H__*/
diff --git a/src/ags/thread/Makefile b/src/ags/thread/Makefile
deleted file mode 100644
index c7781c9..0000000
--- a/src/ags/thread/Makefile
+++ /dev/null
@@ -1,498 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/thread/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/thread
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/thread
-abs_srcdir = /usr/src/ags-devel/src/ags/thread
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_thread_h_sources = \
-	ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	ags_async_queue.h		\
-	ags_audio_loop.h		\
-	ags_autosave_thread.h		\
-	ags_devout_thread.h		\
-	ags_export_thread.h		\
-	ags_gui_task_thread.h		\
-	ags_gui_thread.h		\
-	ags_iterator_thread.h		\
-	ags_portable_thread.h		\
-	ags_record_thread.h		\
-	ags_recycling_thread_callbacks.h \
-	ags_recycling_thread.h		\
-	ags_returnable_thread.h		\
-	ags_single_thread.h		\
-	ags_task_thread.h		\
-	ags_thread_pool.h		\
-	ags_thread-posix.h		\
-	ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	ags_async_queue.c		\
-	ags_audio_loop.c		\
-	ags_autosave_thread.c		\
-	ags_devout_thread.c		\
-	ags_export_thread.c		\
-	ags_gui_task_thread.c		\
-	ags_gui_thread.c		\
-	ags_iterator_thread.c		\
-	ags_portable_thread.c		\
-	ags_record_thread.c		\
-	ags_recycling_thread_callbacks.c \
-	ags_recycling_thread.c		\
-	ags_returnable_thread.c		\
-	ags_single_thread.c		\
-	ags_task_thread.c		\
-	ags_thread_pool.c		\
-	ags_thread-posix.c		\
-	ags_timestamp_thread.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/thread/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/thread/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/thread/Makefile.am b/src/ags/thread/Makefile.am
deleted file mode 100644
index 120f005..0000000
--- a/src/ags/thread/Makefile.am
+++ /dev/null
@@ -1,46 +0,0 @@
-deprecated_ags_thread_h_sources = \
-	ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	ags_async_queue.h		\
-	ags_audio_loop.h		\
-	ags_autosave_thread.h		\
-	ags_devout_thread.h		\
-	ags_export_thread.h		\
-	ags_gui_task_thread.h		\
-	ags_gui_thread.h		\
-	ags_iterator_thread.h		\
-	ags_portable_thread.h		\
-	ags_record_thread.h		\
-	ags_recycling_thread_callbacks.h \
-	ags_recycling_thread.h		\
-	ags_returnable_thread.h		\
-	ags_single_thread.h		\
-	ags_task_thread.h		\
-	ags_thread_pool.h		\
-	ags_thread-posix.h		\
-	ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	ags_async_queue.c		\
-	ags_audio_loop.c		\
-	ags_autosave_thread.c		\
-	ags_devout_thread.c		\
-	ags_export_thread.c		\
-	ags_gui_task_thread.c		\
-	ags_gui_thread.c		\
-	ags_iterator_thread.c		\
-	ags_portable_thread.c		\
-	ags_record_thread.c		\
-	ags_recycling_thread_callbacks.c \
-	ags_recycling_thread.c		\
-	ags_returnable_thread.c		\
-	ags_single_thread.c		\
-	ags_task_thread.c		\
-	ags_thread_pool.c		\
-	ags_thread-posix.c		\
-	ags_timestamp_thread.c
diff --git a/src/ags/thread/Makefile.in b/src/ags/thread/Makefile.in
deleted file mode 100644
index 12fa5ab..0000000
--- a/src/ags/thread/Makefile.in
+++ /dev/null
@@ -1,498 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/thread
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_thread_h_sources = \
-	ags_history.h
-
-ags_thread_h_sources = \
-	$(deprecated_ags_thread_h_sources) \
-	ags_async_queue.h		\
-	ags_audio_loop.h		\
-	ags_autosave_thread.h		\
-	ags_devout_thread.h		\
-	ags_export_thread.h		\
-	ags_gui_task_thread.h		\
-	ags_gui_thread.h		\
-	ags_iterator_thread.h		\
-	ags_portable_thread.h		\
-	ags_record_thread.h		\
-	ags_recycling_thread_callbacks.h \
-	ags_recycling_thread.h		\
-	ags_returnable_thread.h		\
-	ags_single_thread.h		\
-	ags_task_thread.h		\
-	ags_thread_pool.h		\
-	ags_thread-posix.h		\
-	ags_timestamp_thread.h
-
-deprecated_ags_thread_c_sources = 
-ags_thread_c_sources = \
-	$(deprecated_ags_thread_c_sources) \
-	ags_async_queue.c		\
-	ags_audio_loop.c		\
-	ags_autosave_thread.c		\
-	ags_devout_thread.c		\
-	ags_export_thread.c		\
-	ags_gui_task_thread.c		\
-	ags_gui_thread.c		\
-	ags_iterator_thread.c		\
-	ags_portable_thread.c		\
-	ags_record_thread.c		\
-	ags_recycling_thread_callbacks.c \
-	ags_recycling_thread.c		\
-	ags_returnable_thread.c		\
-	ags_single_thread.c		\
-	ags_task_thread.c		\
-	ags_thread_pool.c		\
-	ags_thread-posix.c		\
-	ags_timestamp_thread.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/thread/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/thread/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/thread/ags_async_queue.c b/src/ags/thread/ags_async_queue.c
index 442e68e..3941f54 100644
--- a/src/ags/thread/ags_async_queue.c
+++ b/src/ags/thread/ags_async_queue.c
@@ -139,6 +139,7 @@ ags_async_queue_init(AgsAsyncQueue *async_queue)
 {
   struct sigevent sev;
 
+  /* deprecated
   async_queue->flags = AGS_ASYNC_QUEUE_POSIX_THREADS;
 
   async_queue->output_sum = AGS_DEVOUT_DEFAULT_BUFFER_SIZE;
@@ -159,6 +160,7 @@ ags_async_queue_init(AgsAsyncQueue *async_queue)
 
   async_queue->context = NULL;
   async_queue->unref_context = NULL;
+  */
 }
 
 void
diff --git a/src/ags/thread/ags_audio_loop.c b/src/ags/thread/ags_audio_loop.c
index b5437a9..548f3c9 100644
--- a/src/ags/thread/ags_audio_loop.c
+++ b/src/ags/thread/ags_audio_loop.c
@@ -18,8 +18,10 @@
 
 #include <ags/thread/ags_audio_loop.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
 #include <ags/object/ags_main_loop.h>
 
 #include <ags/thread/ags_export_thread.h>
@@ -44,8 +46,8 @@ void ags_audio_loop_get_property(GObject *gobject,
 				 GParamSpec *param_spec);
 void ags_audio_loop_connect(AgsConnectable *connectable);
 void ags_audio_loop_disconnect(AgsConnectable *connectable);
-void ags_audio_loop_set_application_context(AgsMainLoop *main_loop, AgsApplicationContext *application_context);
-AgsApplicationContext* ags_audio_loop_get_application_context(AgsMainLoop *main_loop);
+void ags_audio_loop_set_async_queue(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue);
+AgsAsyncQueue* ags_audio_loop_get_async_queue(AgsMainLoop *main_loop);
 void ags_audio_loop_set_tic(AgsMainLoop *main_loop, guint tic);
 guint ags_audio_loop_get_tic(AgsMainLoop *main_loop);
 void ags_audio_loop_set_last_sync(AgsMainLoop *main_loop, guint last_sync);
@@ -72,9 +74,6 @@ void ags_audio_loop_play_audio(AgsAudioLoop *audio_loop);
 
 enum{
   PROP_0,
-  PROP_APPLICATION_CONTEXT,
-  PROP_APPLICATION_MUTEX,
-  PROP_DEVOUT,
   PROP_TASK_THREAD,
   PROP_GUI_THREAD,
   PROP_DEVOUT_THREAD,
@@ -84,6 +83,8 @@ enum{
   PROP_PLAY_AUDIO,
 };
 
+extern pthread_mutex_t ags_application_mutex;
+
 static gpointer ags_audio_loop_parent_class = NULL;
 static AgsConnectableInterface *ags_audio_loop_parent_connectable_interface;
 
@@ -153,53 +154,6 @@ ags_audio_loop_class_init(AgsAudioLoopClass *audio_loop)
 
   /* properties */
   /**
-   * AgsAudioLoop:application-context:
-   *
-   * The assigned #AgsApplicationContext.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("application-context\0",
-				   "task thread to run\0",
-				   "The task thread to run\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
-				   G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
-				  param_spec);
-
-  /**
-   * AgsAudioLoop:application-mutex:
-   *
-   * The assigned #AgsApplicationMutex.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_pointer("application-mutex\0",
-				    "task thread to run\0",
-				    "The task thread to run\0",
-				    G_PARAM_READABLE);
-  g_object_class_install_property(gobject,
-				  PROP_APPLICATION_MUTEX,
-				  param_spec);
-
-  /**
-   * AgsAudioLoop:devout:
-   *
-   * The assigned #AgsDevout.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("devout\0",
-				   "devout assigned to\0",
-				   "The AgsDevout it is assigned to.\0",
-				   AGS_TYPE_DEVOUT,
-				   G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_DEVOUT,
-				  param_spec);
-
-  /**
    * AgsAudioLoop:task-thread:
    *
    * The assigned #AgsTaskThread.
@@ -332,8 +286,8 @@ ags_audio_loop_connectable_interface_init(AgsConnectableInterface *connectable)
 void
 ags_audio_loop_main_loop_interface_init(AgsMainLoopInterface *main_loop)
 {
-  main_loop->set_application_context = ags_audio_loop_set_application_context;
-  main_loop->get_application_context = ags_audio_loop_get_application_context;
+  main_loop->set_async_queue = ags_audio_loop_set_async_queue;
+  main_loop->get_async_queue = ags_audio_loop_get_async_queue;
   main_loop->set_tic = ags_audio_loop_set_tic;
   main_loop->get_tic = ags_audio_loop_get_tic;
   main_loop->set_last_sync = ags_audio_loop_set_last_sync;
@@ -357,11 +311,10 @@ ags_audio_loop_init(AgsAudioLoop *audio_loop)
   g_atomic_int_set(&(audio_loop->tic), 0);
   g_atomic_int_set(&(audio_loop->last_sync), 0);
 
-  /* AgsApplicationContext */
-  audio_loop->application_context = NULL;
-  audio_loop->application_mutex = NULL;
-  
-  audio_loop->devout = NULL;
+  audio_loop->ags_main = NULL;
+
+  /* AgsAsyncQueue */
+  audio_loop->async_queue = ags_async_queue_new();
 
   /* AgsTaskThread */  
   audio_loop->task_thread = (AgsThread *) ags_task_thread_new(NULL);
@@ -408,49 +361,6 @@ ags_audio_loop_set_property(GObject *gobject,
   audio_loop = AGS_AUDIO_LOOP(gobject);
 
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      AgsApplicationContext *application_context;
-
-      application_context = (AgsApplicationContext *) g_value_get_object(value);
-
-      if(audio_loop->application_context != NULL){
-	g_object_unref(G_OBJECT(audio_loop->application_context));
-      }
-
-      if(application_context != NULL){
-	g_object_ref(G_OBJECT(application_context));
-
-	audio_loop->application_mutex = &(application_context->mutex);
-      }
-
-      audio_loop->application_context = application_context;
-    }
-    break;
-  case PROP_DEVOUT:
-    {
-      AgsDevout *devout;
-
-      devout = (AgsDevout *) g_value_get_object(value);
-
-      if(audio_loop->devout != NULL){
-	g_object_unref(G_OBJECT(audio_loop->devout));
-      }
-
-      if(devout != NULL){
-	g_object_ref(G_OBJECT(devout));
-      }
-
-      audio_loop->devout = G_OBJECT(devout);
-
-      g_object_set(audio_loop->export_thread,
-		   "devout\0", devout,
-		   NULL);
-      g_object_set(audio_loop->devout_thread,
-		   "devout\0", devout,
-		   NULL);
-    }
-    break;
   case PROP_TASK_THREAD:
     {
       AgsThread *thread;
@@ -572,21 +482,6 @@ ags_audio_loop_get_property(GObject *gobject,
   audio_loop = AGS_AUDIO_LOOP(gobject);
 
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
-    {
-      g_value_set_object(value, audio_loop->application_context);
-    }
-    break;
-  case PROP_APPLICATION_MUTEX:
-    {
-      g_value_set_pointer(value, audio_loop->application_mutex);
-    }
-    break;
-  case PROP_DEVOUT:
-    {
-      g_value_set_object(value, G_OBJECT(audio_loop->devout));
-    }
-    break;
   case PROP_TASK_THREAD:
     {
       g_value_set_object(value, audio_loop->task_thread);
@@ -645,15 +540,15 @@ ags_audio_loop_disconnect(AgsConnectable *connectable)
 }
 
 void
-ags_audio_loop_set_application_context(AgsMainLoop *main_loop, AgsApplicationContext *application_context)
+ags_audio_loop_set_async_queue(AgsMainLoop *main_loop, AgsAsyncQueue *async_queue)
 {
-  AGS_AUDIO_LOOP(main_loop)->application_context = application_context;
+  AGS_AUDIO_LOOP(main_loop)->async_queue = async_queue;
 }
 
-AgsApplicationContext*
-ags_audio_loop_get_application_context(AgsMainLoop *main_loop)
+AgsAsyncQueue*
+ags_audio_loop_get_async_queue(AgsMainLoop *main_loop)
 {
-  return(AGS_AUDIO_LOOP(main_loop)->application_context);
+  return(AGS_AUDIO_LOOP(main_loop)->async_queue);
 }
 
 void
@@ -698,10 +593,6 @@ ags_audio_loop_finalize(GObject *gobject)
   ags_list_free_and_free_link(audio_loop->play_channel);
   ags_list_free_and_free_link(audio_loop->play_audio);
 
-  if(audio_loop->devout != NULL){
-    g_object_unref(G_OBJECT(audio_loop->devout));
-  }
-
   /* call parent */
   G_OBJECT_CLASS(ags_audio_loop_parent_class)->finalize(gobject);
 }
@@ -726,23 +617,17 @@ ags_audio_loop_start(AgsThread *thread)
 void
 ags_audio_loop_run(AgsThread *thread)
 {
+  GMutex mutex;
+  GCond cond;
   AgsAudioLoop *audio_loop;
   AgsDevout *devout;
-
-  pthread_mutex_t *application_mutex;
-
   guint val;
 
   audio_loop = AGS_AUDIO_LOOP(thread);
 
-  g_object_get(audio_loop,
-	       "application-mutex\0", &application_mutex,
-	       NULL);
-
-  pthread_mutex_lock(application_mutex);
-
-  devout = AGS_DEVOUT(audio_loop->devout);
+  devout = AGS_DEVOUT(AGS_THREAD(audio_loop)->devout);
 
+  pthread_mutex_lock(&(ags_application_mutex));
   pthread_mutex_lock(&(audio_loop->recall_mutex));
 
   /* play recall */
@@ -772,6 +657,8 @@ ags_audio_loop_run(AgsThread *thread)
     }
   }
 
+  pthread_mutex_unlock(&(ags_application_mutex));
+
   /* decide if we stop */
   if(audio_loop->play_recall_ref == 0 &&
      audio_loop->play_channel_ref == 0 &&
@@ -787,7 +674,6 @@ ags_audio_loop_run(AgsThread *thread)
   }
 
   pthread_mutex_unlock(&(audio_loop->recall_mutex));
-  pthread_mutex_unlock(application_mutex);
 
   /* wait for task thread */
   pthread_mutex_lock(&(audio_loop->task_thread->start_mutex));
@@ -1231,7 +1117,7 @@ ags_audio_loop_remove_recall(AgsAudioLoop *audio_loop, gpointer devout_play)
 /**
  * ags_audio_loop_new:
  * @devout: the #AgsDevout
- * @application_context: the #AgsMain
+ * @ags_main: the #AgsMain
  *
  * Create a new #AgsAudioLoop.
  *
@@ -1240,14 +1126,18 @@ ags_audio_loop_remove_recall(AgsAudioLoop *audio_loop, gpointer devout_play)
  * Since: 0.4
  */
 AgsAudioLoop*
-ags_audio_loop_new(GObject *devout, GObject *application_context)
+ags_audio_loop_new(GObject *devout, GObject *ags_main)
 {
   AgsAudioLoop *audio_loop;
 
   audio_loop = (AgsAudioLoop *) g_object_new(AGS_TYPE_AUDIO_LOOP,
-					     "application-context\0", application_context,
 					     "devout\0", devout,
 					     NULL);
 
+  if(ags_main != NULL){
+    g_object_ref(G_OBJECT(ags_main));
+    audio_loop->ags_main = ags_main;
+  }
+
   return(audio_loop);
 }
diff --git a/src/ags/thread/ags_audio_loop.h b/src/ags/thread/ags_audio_loop.h
index cd75e01..628bec2 100644
--- a/src/ags/thread/ags_audio_loop.h
+++ b/src/ags/thread/ags_audio_loop.h
@@ -71,11 +71,8 @@ struct _AgsAudioLoop
 
   gdouble frequency;
 
-  GObject *application_context;
-  pthread_mutex_t *application_mutex;
-  
-  GObject *devout;
-  
+  GObject *ags_main;
+
   AgsAsyncQueue *async_queue;
   
   AgsThread *task_thread;
@@ -116,6 +113,6 @@ void ags_audio_loop_remove_channel(AgsAudioLoop *audio_loop, GObject *channel);
 void ags_audio_loop_add_recall(AgsAudioLoop *audio_loop, gpointer devout_play);
 void ags_audio_loop_remove_recall(AgsAudioLoop *audio_loop, gpointer devout_play);
 
-AgsAudioLoop* ags_audio_loop_new(GObject *devout, GObject *application_context);
+AgsAudioLoop* ags_audio_loop_new(GObject *devout, GObject *ags_main);
 
 #endif /*__AGS_AUDIO_LOOP_H__*/
diff --git a/src/ags/thread/ags_autosave_thread.c b/src/ags/thread/ags_autosave_thread.c
index 789bce1..a6a47d8 100644
--- a/src/ags/thread/ags_autosave_thread.c
+++ b/src/ags/thread/ags_autosave_thread.c
@@ -18,7 +18,6 @@
 
 #include <ags/thread/ags_autosave_thread.h>
 
-#include <ags/object/ags_application_context.h>
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/audio/ags_devout.h>
@@ -61,7 +60,7 @@ void ags_autosave_thread_run(AgsThread *thread);
 
 enum{
   PROP_0,
-  PROP_APPLICATION_CONTEXT,
+  PROP_AGS_MAIN,
 };
 
 static gpointer ags_autosave_thread_parent_class = NULL;
@@ -132,13 +131,13 @@ ags_autosave_thread_class_init(AgsAutosaveThreadClass *autosave_thread)
   gobject->finalize = ags_autosave_thread_finalize;
 
   /* properties */
-  param_spec = g_param_spec_object("application-context\0",
-				   "application context to check against\0",
-				   "The application context to check against serialization.\0",
-				   AGS_TYPE_APPLICATION_CONTEXT,
+  param_spec = g_param_spec_object("ags_main\0",
+				   "ags_main to check against\0",
+				   "The ags_main to check against serialization.\0",
+				   AGS_TYPE_MAIN,
 				   G_PARAM_READABLE | G_PARAM_WRITABLE);
   g_object_class_install_property(gobject,
-				  PROP_APPLICATION_CONTEXT,
+				  PROP_AGS_MAIN,
 				  param_spec);
 
   /* AgsThread */
@@ -182,7 +181,7 @@ ags_autosave_thread_init(AgsAutosaveThread *autosave_thread)
   g_atomic_int_set(&(autosave_thread->tic), 0);
   g_atomic_int_set(&(autosave_thread->last_sync), 0);
 
-  autosave_thread->application_context = NULL;
+  autosave_thread->ags_main = NULL;
   autosave_thread->counter = 0;
 }
 
@@ -197,25 +196,25 @@ ags_autosave_thread_set_property(GObject *gobject,
   autosave_thread = AGS_AUTOSAVE_THREAD(gobject);
 
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
+  case PROP_AGS_MAIN:
     {
-      AgsApplicationContext *application_context;
+      AgsMain *ags_main;
 
-      application_context = g_value_get_object(value);
+      ags_main = g_value_get_object(value);
 
-      if(autosave_thread->application_context == application_context){
+      if(autosave_thread->ags_main == ags_main){
 	return;
       }
 
-      if(autosave_thread->application_context != NULL){
-	g_object_unref(autosave_thread->application_context);
+      if(autosave_thread->ags_main != NULL){
+	g_object_unref(autosave_thread->ags_main);
       }
 
-      if(application_context != NULL){
-	g_object_ref(application_context);
+      if(ags_main != NULL){
+	g_object_ref(ags_main);
       }
 
-      autosave_thread->application_context = application_context;
+      autosave_thread->ags_main = ags_main;
     }
     break;
   default:
@@ -235,9 +234,9 @@ ags_autosave_thread_get_property(GObject *gobject,
   autosave_thread = AGS_AUTOSAVE_THREAD(gobject);
 
   switch(prop_id){
-  case PROP_APPLICATION_CONTEXT:
+  case PROP_AGS_MAIN:
     {
-      g_value_set_object(value, autosave_thread->application_context);
+      g_value_set_object(value, autosave_thread->ags_main);
     }
     break;
   default:
@@ -338,7 +337,7 @@ ags_autosave_thread_run(AgsThread *thread)
 			       AGS_AUTOSAVE_THREAD_DEFAULT_FILENAME);
     
     file = (AgsFile *) g_object_new(AGS_TYPE_FILE,
-				    "application-context\0", autosave_thread->application_context,
+				    "main\0", autosave_thread->ags_main,
 				    "filename\0", filename,
 				    NULL);
     ags_file_write_concurrent(file);
@@ -351,7 +350,7 @@ ags_autosave_thread_run(AgsThread *thread)
 /**
  * ags_autosave_thread_new:
  * @devout: the #AgsDevout
- * @application_context: the #AgsApplicationContext
+ * @ags_main: the #AgsMain
  *
  * Create a new #AgsAutosaveThread.
  *
@@ -360,13 +359,13 @@ ags_autosave_thread_run(AgsThread *thread)
  * Since: 0.4
  */
 AgsAutosaveThread*
-ags_autosave_thread_new(GObject *devout, GObject *application_context)
+ags_autosave_thread_new(GObject *devout, AgsMain *ags_main)
 {
   AgsAutosaveThread *autosave_thread;
 
   autosave_thread = (AgsAutosaveThread *) g_object_new(AGS_TYPE_AUTOSAVE_THREAD,
 						       "devout\0", devout,
-						       "application-context\0", application_context,
+						       "ags-main\0", ags_main,
 						       NULL);
 
   return(autosave_thread);
diff --git a/src/ags/thread/ags_autosave_thread.h b/src/ags/thread/ags_autosave_thread.h
index 9443aa2..23d4da6 100644
--- a/src/ags/thread/ags_autosave_thread.h
+++ b/src/ags/thread/ags_autosave_thread.h
@@ -28,6 +28,8 @@
 #include <ags/thread/ags_thread-posix.h>
 #endif 
 
+#include <ags/main.h>
+
 #define AGS_TYPE_AUTOSAVE_THREAD                (ags_autosave_thread_get_type())
 #define AGS_AUTOSAVE_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTOSAVE_THREAD, AgsAutosaveThread))
 #define AGS_AUTOSAVE_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUTOSAVE_THREAD, AgsAutosaveThreadClass))
@@ -45,10 +47,11 @@ struct _AgsAutosaveThread
 {
   AgsThread thread;
 
+
   volatile guint tic;
   volatile guint last_sync;
 
-  GObject *application_context;
+  AgsMain *ags_main;
 
   guint delay;
   guint counter;
@@ -61,6 +64,6 @@ struct _AgsAutosaveThreadClass
 
 GType ags_autosave_thread_get_type();
 
-AgsAutosaveThread* ags_autosave_thread_new(GObject *devout, GObject *application_context);
+AgsAutosaveThread* ags_autosave_thread_new(GObject *devout, AgsMain *ags_main);
 
 #endif /*__AGS_AUTOSAVE_THREAD_H__*/
diff --git a/src/ags/thread/ags_concurrency_provider.c b/src/ags/thread/ags_concurrency_provider.c
deleted file mode 100644
index 514339b..0000000
--- a/src/ags/thread/ags_concurrency_provider.c
+++ /dev/null
@@ -1,70 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/thread/ags_concurrency_provider.h>
-
-#include <math.h>
-
-void ags_concurrency_provider_class_init(AgsConcurrencyProviderInterface *interface);
-
-GType
-ags_concurrency_provider_get_type()
-{
-  static GType ags_type_concurrency_provider = 0;
-
-  if(!ags_type_concurrency_provider){
-    ags_type_concurrency_provider = g_type_register_static_simple(G_TYPE_INTERFACE,
-								  "AgsConcurrencyProvider\0",
-								  sizeof(AgsConcurrencyProviderInterface),
-								  (GClassInitFunc) ags_concurrency_provider_class_init,
-								  0, NULL, 0);
-  }
-
-  return(ags_type_concurrency_provider);
-}
-
-void
-ags_concurrency_provider_class_init(AgsConcurrencyProviderInterface *interface)
-{
-  /* empty */
-}
-
-AgsThread*
-ags_concurrency_provider_get_main_loop(AgsConcurrencyProvider *concurrency_provider)
-{
-  AgsConcurrencyProviderInterface *concurrency_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_CONCURRENCY_PROVIDER(concurrency_provider), NULL);
-  concurrency_provider_interface = AGS_CONCURRENCY_PROVIDER_GET_INTERFACE(concurrency_provider);
-  g_return_val_if_fail(concurrency_provider_interface->get_main_loop, NULL);
-
-  return(concurrency_provider_interface->get_main_loop(concurrency_provider));
-}
-
-AgsThreadPool*
-ags_concurrency_provider_get_thread_pool(AgsConcurrencyProvider *concurrency_provider)
-{
-  AgsConcurrencyProviderInterface *concurrency_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_CONCURRENCY_PROVIDER(concurrency_provider), NULL);
-  concurrency_provider_interface = AGS_CONCURRENCY_PROVIDER_GET_INTERFACE(concurrency_provider);
-  g_return_val_if_fail(concurrency_provider_interface->get_thread_pool, NULL);
-
-  return(concurrency_provider_interface->get_thread_pool(concurrency_provider));
-}
-
diff --git a/src/ags/thread/ags_concurrency_provider.c~ b/src/ags/thread/ags_concurrency_provider.c~
deleted file mode 100644
index 2f3f7f9..0000000
--- a/src/ags/thread/ags_concurrency_provider.c~
+++ /dev/null
@@ -1,57 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2014 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/object/ags_concurrency_provider.h>
-
-#include <math.h>
-
-void ags_concurrency_provider_class_init(AgsConcurrencyProviderInterface *interface);
-
-GType
-ags_concurrency_provider_get_type()
-{
-  static GType ags_type_concurrency_provider = 0;
-
-  if(!ags_type_concurrency_provider){
-    ags_type_concurrency_provider = g_type_register_static_simple(G_TYPE_INTERFACE,
-							    "AgsConcurrencyProvider\0",
-							    sizeof(AgsConcurrencyProviderInterface),
-							    (GClassInitFunc) ags_concurrency_provider_class_init,
-							    0, NULL, 0);
-  }
-
-  return(ags_type_concurrency_provider);
-}
-
-void
-ags_concurrency_provider_class_init(AgsConcurrencyProviderInterface *interface)
-{
-  /* empty */
-}
-
-GObject*
-ags_concurrency_provider_get_server(AgsConcurrencyProvider *concurrency_provider)
-{
-  AgsConcurrencyProviderInterface *concurrency_provider_interface;
-
-  g_return_val_if_fail(AGS_IS_CONCURRENCY_PROVIDER(concurrency_provider), NULL);
-  concurrency_provider_interface = AGS_CONCURRENCY_PROVIDER_GET_INTERFACE(concurrency_provider);
-  g_return_val_if_fail(concurrency_provider_interface->get_server, NULL);
-
-  return(concurrency_provider_interface->get_server(concurrency_provider));
-}
diff --git a/src/ags/thread/ags_concurrency_provider.h b/src/ags/thread/ags_concurrency_provider.h
deleted file mode 100644
index a7402ba..0000000
--- a/src/ags/thread/ags_concurrency_provider.h
+++ /dev/null
@@ -1,50 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_CONCURRENCY_PROVIDER_H__
-#define __AGS_CONCURRENCY_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_thread_pool.h>
-
-#define AGS_TYPE_CONCURRENCY_PROVIDER                    (ags_concurrency_provider_get_type())
-#define AGS_CONCURRENCY_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProvider))
-#define AGS_CONCURRENCY_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProviderInterface))
-#define AGS_IS_CONCURRENCY_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CONCURRENCY_PROVIDER))
-#define AGS_IS_CONCURRENCY_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_CONCURRENCY_PROVIDER))
-#define AGS_CONCURRENCY_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProviderInterface))
-
-typedef void AgsConcurrencyProvider;
-typedef struct _AgsConcurrencyProviderInterface AgsConcurrencyProviderInterface;
-
-struct _AgsConcurrencyProviderInterface
-{
-  GTypeInterface interface;
-
-  AgsThread* (*get_main_loop)(AgsConcurrencyProvider *concurrency_provider);
-  AgsThreadPool* (*get_thread_pool)(AgsConcurrencyProvider *concurrency_provider);
-};
-
-GType ags_concurrency_provider_get_type();
-
-AgsThread* ags_concurrency_provider_get_main_loop(AgsConcurrencyProvider *concurrency_provider);
-AgsThreadPool* ags_concurrency_provider_get_thread_pool(AgsConcurrencyProvider *concurrency_provider);
-
-#endif /*__AGS_CONCURRENCY_PROVIDER_H__*/
diff --git a/src/ags/thread/ags_concurrency_provider.h~ b/src/ags/thread/ags_concurrency_provider.h~
deleted file mode 100644
index f5436ff..0000000
--- a/src/ags/thread/ags_concurrency_provider.h~
+++ /dev/null
@@ -1,47 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_CONCURRENCY_PROVIDER_H__
-#define __AGS_CONCURRENCY_PROVIDER_H__
-
-#include <glib-object.h>
-
-#include <ags/server/ags_server.h>
-
-#define AGS_TYPE_CONCURRENCY_PROVIDER                    (ags_concurrency_provider_get_type())
-#define AGS_CONCURRENCY_PROVIDER(obj)                    (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProvider))
-#define AGS_CONCURRENCY_PROVIDER_INTERFACE(vtable)       (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProviderInterface))
-#define AGS_IS_CONCURRENCY_PROVIDER(obj)                 (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_CONCURRENCY_PROVIDER))
-#define AGS_IS_CONCURRENCY_PROVIDER_INTERFACE(vtable)    (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_CONCURRENCY_PROVIDER))
-#define AGS_CONCURRENCY_PROVIDER_GET_INTERFACE(obj)      (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_CONCURRENCY_PROVIDER, AgsConcurrencyProviderInterface))
-
-typedef void AgsConcurrencyProvider;
-typedef struct _AgsConcurrencyProviderInterface AgsConcurrencyProviderInterface;
-
-struct _AgsConcurrencyProviderInterface
-{
-  GTypeInterface interface;
-
-  AgsServer* (*get_server)(AgsConcurrencyProvider *concurrency_provider);
-};
-
-GType ags_concurrency_provider_get_type();
-
-AgsServer* ags_concurrency_provider_get_server(AgsConcurrencyProvider *concurrency_provider);
-
-#endif /*__AGS_CONCURRENCY_PROVIDER_H__*/
diff --git a/src/ags/thread/ags_devout_thread.c b/src/ags/thread/ags_devout_thread.c
index d27c4b3..ef7f2d5 100644
--- a/src/ags/thread/ags_devout_thread.c
+++ b/src/ags/thread/ags_devout_thread.c
@@ -18,27 +18,19 @@
 
 #include <ags/thread/ags_devout_thread.h>
 
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/object/ags_soundcard.h>
+#include <ags/main.h>
 
 #include <ags/thread/ags_timestamp_thread.h>
 
 #include <ags/audio/ags_devout.h>
 
+#include <ags/audio/ags_config.h>
+
 void ags_devout_thread_class_init(AgsDevoutThreadClass *devout_thread);
 void ags_devout_thread_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_devout_thread_init(AgsDevoutThread *devout_thread);
-void ags_devout_thread_set_property(GObject *gobject,
-				    guint prop_id,
-				    const GValue *value,
-				    GParamSpec *param_spec);
-void ags_devout_thread_get_property(GObject *gobject,
-				    guint prop_id,
-				    GValue *value,
-				    GParamSpec *param_spec);
 void ags_devout_thread_connect(AgsConnectable *connectable);
 void ags_devout_thread_disconnect(AgsConnectable *connectable);
 void ags_devout_thread_finalize(GObject *gobject);
@@ -47,6 +39,8 @@ void ags_devout_thread_start(AgsThread *thread);
 void ags_devout_thread_run(AgsThread *thread);
 void ags_devout_thread_stop(AgsThread *thread);
 
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_devout_thread
  * @short_description: devout thread
@@ -57,14 +51,10 @@ void ags_devout_thread_stop(AgsThread *thread);
  * The #AgsDevoutThread acts as audio output thread to soundcard.
  */
 
+extern pthread_mutex_t ags_application_mutex;
 static gpointer ags_devout_thread_parent_class = NULL;
 static AgsConnectableInterface *ags_devout_thread_parent_connectable_interface;
 
-enum{
-  PROP_0,
-  PROP_DEVOUT,
-};
-
 GType
 ags_devout_thread_get_type()
 {
@@ -107,34 +97,14 @@ ags_devout_thread_class_init(AgsDevoutThreadClass *devout_thread)
 {
   GObjectClass *gobject;
   AgsThreadClass *thread;
-  GParamSpec *param_spec;
-  
+
   ags_devout_thread_parent_class = g_type_class_peek_parent(devout_thread);
 
   /* GObject */
   gobject = (GObjectClass *) devout_thread;
 
-  gobject->set_property = ags_devout_thread_set_property;
-  gobject->get_property = ags_devout_thread_get_property;
-
   gobject->finalize = ags_devout_thread_finalize;
 
-  /**
-   * AgsThread:devout:
-   *
-   * The assigned #AgsDevout.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("devout\0",
-				   "devout assigned to\0",
-				   "The AgsDevout it is assigned to.\0",
-				   AGS_TYPE_DEVOUT,
-				   G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_DEVOUT,
-				  param_spec);
-
   /* AgsThread */
   thread = (AgsThreadClass *) devout_thread;
 
@@ -156,13 +126,23 @@ void
 ags_devout_thread_init(AgsDevoutThread *devout_thread)
 {
   AgsThread *thread;
-  
-  thread = AGS_THREAD(devout_thread);
-  
-  thread->freq = AGS_DEVOUT_THREAD_DEFAULT_JIFFIE;
+  guint buffer_size;
+  guint samplerate;
 
-  devout_thread->devout = NULL;
+  thread = AGS_THREAD(devout_thread);
 
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate"),
+				NULL,
+				10);
+
+  thread->freq = samplerate / buffer_size;
   devout_thread->timestamp_thread = ags_timestamp_thread_new();
   ags_thread_add_child(thread, devout_thread->timestamp_thread);
 
@@ -170,59 +150,6 @@ ags_devout_thread_init(AgsDevoutThread *devout_thread)
 }
 
 void
-ags_devout_thread_set_property(GObject *gobject,
-			       guint prop_id,
-			       const GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsDevoutThread *devout_thread;
-
-  devout_thread = AGS_DEVOUT_THREAD(gobject);
-
-  switch(prop_id){
-  case PROP_DEVOUT:
-    {
-      AgsDevout *devout;
-
-      devout = (AgsDevout *) g_value_get_object(value);
-
-      if(devout_thread->devout != NULL){
-	g_object_unref(G_OBJECT(devout_thread->devout));
-      }
-
-      if(devout != NULL){
-	g_object_ref(G_OBJECT(devout));
-      }
-
-      devout_thread->devout = G_OBJECT(devout);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_devout_thread_get_property(GObject *gobject,
-			       guint prop_id,
-			       GValue *value,
-			       GParamSpec *param_spec)
-{
-  AgsDevoutThread *devout_thread;
-
-  devout_thread = AGS_DEVOUT_THREAD(gobject);
-
-  switch(prop_id){
-  case PROP_DEVOUT:
-    {
-      g_value_set_object(value, G_OBJECT(devout_thread->devout));
-    }
-    break;
-  }
-}
-
-void
 ags_devout_thread_connect(AgsConnectable *connectable)
 {
   ags_devout_thread_parent_connectable_interface->connect(connectable);
@@ -256,7 +183,7 @@ ags_devout_thread_start(AgsThread *thread)
 
   devout_thread = AGS_DEVOUT_THREAD(thread);
 
-  devout = AGS_DEVOUT(devout_thread->devout);
+  devout = AGS_DEVOUT(thread->devout);
 
   /*  */
   devout->flags |= (AGS_DEVOUT_BUFFER3 |
@@ -267,9 +194,9 @@ ags_devout_thread_start(AgsThread *thread)
   devout_thread->error = NULL;
 
   if((AGS_DEVOUT_ALSA & (devout->flags)) != 0){
-    if(ags_soundcard_get_buffer(AGS_SOUNDCARD(devout)) == NULL){
-      ags_soundcard_play_init(AGS_SOUNDCARD(devout),
-			      &(devout_thread->error));
+    if(devout->out.alsa.handle == NULL){
+      ags_devout_alsa_init(devout,
+      			   &(devout_thread->error));
       
       if(devout_thread->error == NULL){
 	devout->flags &= (~AGS_DEVOUT_START_PLAY);
@@ -305,7 +232,9 @@ ags_devout_thread_run(AgsThread *thread)
 
   devout_thread = AGS_DEVOUT_THREAD(thread);
 
-  devout = AGS_DEVOUT(devout_thread->devout);
+  pthread_mutex_lock(&(ags_application_mutex));
+
+  devout = AGS_DEVOUT(thread->devout);
 
   //  delay = (long) floor(NSEC_PER_SEC / devout->frequency * devout->buffer_size);
 
@@ -316,13 +245,15 @@ ags_devout_thread_run(AgsThread *thread)
   //  g_message("play\0");
   if((AGS_DEVOUT_PLAY & (devout->flags)) != 0){
     error = NULL;
-    ags_soundcard_play(AGS_SOUNDCARD(devout),
-		       &error);
+    ags_devout_alsa_play(devout,
+			 &error);
   }
 
   if(error != NULL){
     //TODO:JK: implement me
   }
+
+  pthread_mutex_unlock(&(ags_application_mutex));
 }
 
 void
@@ -334,8 +265,8 @@ ags_devout_thread_stop(AgsThread *thread)
 
   devout_thread = AGS_DEVOUT_THREAD(thread);
 
-  devout = AGS_DEVOUT(devout_thread->devout);
-  audio_loop = ags_thread_get_toplevel(thread);
+  devout = AGS_DEVOUT(thread->devout);
+  audio_loop = AGS_AUDIO_LOOP(thread->parent);
 
   if((AGS_DEVOUT_START_PLAY & (devout->flags)) != 0){
 #ifdef AGS_DEBUG
diff --git a/src/ags/thread/ags_devout_thread.h b/src/ags/thread/ags_devout_thread.h
index 96b1091..2635f9f 100644
--- a/src/ags/thread/ags_devout_thread.h
+++ b/src/ags/thread/ags_devout_thread.h
@@ -46,8 +46,6 @@ struct _AgsDevoutThread
 
   time_t time_val;
 
-  GObject *devout;
-  
   AgsThread *timestamp_thread;
 
   GError *error;
diff --git a/src/ags/thread/ags_export_thread.c b/src/ags/thread/ags_export_thread.c
index 11217d4..9d2bd60 100644
--- a/src/ags/thread/ags_export_thread.c
+++ b/src/ags/thread/ags_export_thread.c
@@ -53,7 +53,6 @@ void ags_export_thread_stop(AgsThread *thread);
 
 enum{
   PROP_0,
-  PROP_DEVOUT,
   PROP_AUDIO_FILE,
 };
 
@@ -115,29 +114,6 @@ ags_export_thread_class_init(AgsExportThreadClass *export_thread)
   gobject->finalize = ags_export_thread_finalize;
 
   /* properties */
-  /**
-   * AgsExportThread:devout:
-   *
-   * The assigned #AgsDevout.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("devout\0",
-				   "devout assigned to\0",
-				   "The AgsDevout it is assigned to.\0",
-				   AGS_TYPE_DEVOUT,
-				   G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_DEVOUT,
-				  param_spec);
-
-  /**
-   * AgsExportThread:audio-file:
-   *
-   * The assigned #AgsAudioFile.
-   * 
-   * Since: 0.4
-   */
   param_spec = g_param_spec_object("audio-file\0",
 				   "audio file to write\0",
 				   "The audio file to write output.\0",
@@ -176,9 +152,6 @@ ags_export_thread_init(AgsExportThread *export_thread)
 
   export_thread->tic = 0;
   export_thread->counter = 0;
-
-  export_thread->devout = NULL;
-
   export_thread->audio_file = NULL;
 }
 
@@ -193,23 +166,6 @@ ags_export_thread_set_property(GObject *gobject,
   export_thread = AGS_EXPORT_THREAD(gobject);
 
   switch(prop_id){
-  case PROP_DEVOUT:
-    {
-      AgsDevout *devout;
-
-      devout = (AgsDevout *) g_value_get_object(value);
-
-      if(export_thread->devout != NULL){
-	g_object_unref(G_OBJECT(export_thread->devout));
-      }
-
-      if(devout != NULL){
-	g_object_ref(G_OBJECT(devout));
-      }
-
-      export_thread->devout = G_OBJECT(devout);
-    }
-    break;
   case PROP_AUDIO_FILE:
     {
       AgsAudioFile *audio_file;
@@ -248,11 +204,6 @@ ags_export_thread_get_property(GObject *gobject,
   export_thread = AGS_EXPORT_THREAD(gobject);
 
   switch(prop_id){
-  case PROP_DEVOUT:
-    {
-      g_value_set_object(value, G_OBJECT(export_thread->devout));
-    }
-    break;
   case PROP_AUDIO_FILE:
     {
       g_value_set_object(value, export_thread->audio_file);
@@ -313,7 +264,7 @@ ags_export_thread_run(AgsThread *thread)
     export_thread->counter += 1;
   }
 
-  devout = export_thread->devout;
+  devout =  thread->devout;
 
   if((AGS_DEVOUT_BUFFER0 & (devout->flags)) != 0){
     devout_buffer = devout->buffer[0];
diff --git a/src/ags/thread/ags_export_thread.h b/src/ags/thread/ags_export_thread.h
index 79b6db5..47c93cc 100644
--- a/src/ags/thread/ags_export_thread.h
+++ b/src/ags/thread/ags_export_thread.h
@@ -56,7 +56,6 @@ struct _AgsExportThread
   guint tic;
   guint counter;
 
-  GObject *devout;
   AgsAudioFile *audio_file;
 };
 
diff --git a/src/ags/thread/ags_gui_task_thread.c b/src/ags/thread/ags_gui_task_thread.c
new file mode 100644
index 0000000..efbad74
--- /dev/null
+++ b/src/ags/thread/ags_gui_task_thread.c
@@ -0,0 +1,188 @@
+/* AGS - Advanced GTK Sequencer
+ * Copyright (C) 2014 Joël Krähemann
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#include <ags/thread/ags_gui_task_thread.h>
+#include <ags/thread/ags_gui_thread.h>
+
+#include <ags-lib/object/ags_connectable.h>
+
+#include <ags/main.h>
+
+#include <math.h>
+
+void ags_gui_task_thread_class_init(AgsGuiTaskThreadClass *gui_task_thread);
+void ags_gui_task_thread_connectable_interface_init(AgsConnectableInterface *connectable);
+void ags_gui_task_thread_init(AgsGuiTaskThread *gui_task_thread);
+void ags_gui_task_thread_connect(AgsConnectable *connectable);
+void ags_gui_task_thread_disconnect(AgsConnectable *connectable);
+void ags_gui_task_thread_finalize(GObject *gobject);
+
+void ags_gui_task_thread_start(AgsThread *thread);
+void ags_gui_task_thread_run(AgsThread *thread);
+
+static gpointer ags_gui_task_thread_parent_class = NULL;
+static AgsConnectableInterface *ags_gui_task_thread_parent_connectable_interface;
+
+GType
+ags_gui_task_thread_get_type()
+{
+  static GType ags_type_gui_task_thread = 0;
+
+  if(!ags_type_gui_task_thread){
+    static const GTypeInfo ags_gui_task_thread_info = {
+      sizeof (AgsGuiTaskThreadClass),
+      NULL, /* base_init */
+      NULL, /* base_finalize */
+      (GClassInitFunc) ags_gui_task_thread_class_init,
+      NULL, /* class_finalize */
+      NULL, /* class_data */
+      sizeof (AgsGuiTaskThread),
+      0,    /* n_preallocs */
+      (GInstanceInitFunc) ags_gui_task_thread_init,
+    };
+
+    static const GInterfaceInfo ags_connectable_interface_info = {
+      (GInterfaceInitFunc) ags_gui_task_thread_connectable_interface_init,
+      NULL, /* interface_finalize */
+      NULL, /* interface_data */
+    };
+
+    ags_type_gui_task_thread = g_type_register_static(AGS_TYPE_TASK_THREAD,
+						      "AgsGuiTaskThread\0",
+						      &ags_gui_task_thread_info,
+						      0);
+    
+    g_type_add_interface_static(ags_type_gui_task_thread,
+				AGS_TYPE_CONNECTABLE,
+				&ags_connectable_interface_info);
+  }
+  
+  return (ags_type_gui_task_thread);
+}
+
+void
+ags_gui_task_thread_class_init(AgsGuiTaskThreadClass *gui_task_thread)
+{
+  GObjectClass *gobject;
+  AgsThreadClass *thread;
+
+  ags_gui_task_thread_parent_class = g_type_class_peek_parent(gui_task_thread);
+
+  /* GObject */
+  gobject = (GObjectClass *) gui_task_thread;
+
+  gobject->finalize = ags_gui_task_thread_finalize;
+
+  /* AgsThread */
+  thread = (AgsThreadClass *) gui_task_thread;
+
+  thread->start = ags_gui_task_thread_start;
+  thread->run = ags_gui_task_thread_run;
+}
+
+void
+ags_gui_task_thread_connectable_interface_init(AgsConnectableInterface *connectable)
+{
+  ags_gui_task_thread_parent_connectable_interface = g_type_interface_peek_parent(connectable);
+
+  connectable->connect = ags_gui_task_thread_connect;
+  connectable->disconnect = ags_gui_task_thread_disconnect;
+}
+
+void
+ags_gui_task_thread_init(AgsGuiTaskThread *gui_task_thread)
+{
+  /* empty */
+}
+
+void
+ags_gui_task_thread_connect(AgsConnectable *connectable)
+{
+  AgsGuiTaskThread *gui_task_thread;
+
+  ags_gui_task_thread_parent_connectable_interface->connect(connectable);
+}
+
+void
+ags_gui_task_thread_disconnect(AgsConnectable *connectable)
+{
+  ags_gui_task_thread_parent_connectable_interface->disconnect(connectable);
+
+  /* empty */
+}
+
+void
+ags_gui_task_thread_finalize(GObject *gobject)
+{
+  /*  */
+  G_OBJECT_CLASS(ags_gui_task_thread_parent_class)->finalize(gobject);
+}
+
+void
+ags_gui_task_thread_start(AgsThread *thread)
+{
+  AgsGuiTaskThread *gui_task_thread;
+
+  gui_task_thread = AGS_GUI_TASK_THREAD(thread);
+
+  if((AGS_THREAD_SINGLE_LOOP & (g_atomic_int_get(&(thread->flags)))) == 0){
+    AGS_THREAD_CLASS(ags_gui_task_thread_parent_class)->start(thread);
+  }
+}
+
+void
+ags_gui_task_thread_run(AgsThread *thread)
+{
+  AgsGuiThread *gui_thread;
+  GMainContext *main_context;
+
+  gui_thread = AGS_AUDIO_LOOP(AGS_MAIN(AGS_DEVOUT(thread->devout)->ags_main)->main_loop)->gui_thread;
+  main_context = g_main_context_default();
+
+  if(!g_main_context_acquire(main_context)){
+    gboolean got_ownership = FALSE;
+
+    while(!got_ownership){
+      got_ownership = g_main_context_wait(main_context,
+					  &(gui_thread->cond),
+					  &(gui_thread->mutex));
+    }
+  }
+
+  gdk_threads_enter();
+  gdk_threads_leave();
+
+  g_main_context_iteration(main_context, FALSE);
+
+  AGS_THREAD_CLASS(ags_gui_task_thread_parent_class)->run(thread);
+
+  g_main_context_release(main_context);
+}
+ 
+AgsGuiTaskThread*
+ags_gui_task_thread_new(GObject *devout)
+{
+  AgsGuiTaskThread *gui_task_thread;
+
+  gui_task_thread = (AgsGuiTaskThread *) g_object_new(AGS_TYPE_GUI_TASK_THREAD,
+						      "devout\0", devout,
+						      NULL);
+
+
+  return(gui_task_thread);
+}
diff --git a/src/ags/thread/ags_gui_task_thread.h b/src/ags/thread/ags_gui_task_thread.h
new file mode 100644
index 0000000..7a406da
--- /dev/null
+++ b/src/ags/thread/ags_gui_task_thread.h
@@ -0,0 +1,52 @@
+/* AGS - Advanced GTK Sequencer
+ * Copyright (C) 2014 Joël Krähemann
+ *
+ * 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 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __AGS_GUI_TASK_THREAD_H__
+#define __AGS_GUI_TASK_THREAD_H__
+
+#include <glib.h>
+#include <glib-object.h>
+
+#include <ags/thread/ags_task_thread.h>
+
+#define AGS_TYPE_GUI_TASK_THREAD                (ags_gui_task_thread_get_type())
+#define AGS_GUI_TASK_THREAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThread))
+#define AGS_GUI_TASK_THREAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThread))
+#define AGS_IS_GUI_TASK_THREAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_GUI_TASK_THREAD))
+#define AGS_IS_GUI_TASK_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_GUI_TASK_THREAD))
+#define AGS_GUI_TASK_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_GUI_TASK_THREAD, AgsGuiTaskThreadClass))
+
+typedef struct _AgsGuiTaskThread AgsGuiTaskThread;
+typedef struct _AgsGuiTaskThreadClass AgsGuiTaskThreadClass;
+
+struct _AgsGuiTaskThread
+{
+  AgsTaskThread task_thread;
+};
+
+struct _AgsGuiTaskThreadClass
+{
+  AgsTaskThreadClass task_thread;
+};
+
+
+GType ags_gui_task_thread_get_type();
+
+AgsGuiTaskThread* ags_gui_task_thread_new(GObject *devout);
+
+#endif /*__AGS_GUI_TASK_THREAD_H__*/
diff --git a/src/ags/thread/ags_gui_thread.c b/src/ags/thread/ags_gui_thread.c
index 38530d7..dfc25a2 100644
--- a/src/ags/thread/ags_gui_thread.c
+++ b/src/ags/thread/ags_gui_thread.c
@@ -17,9 +17,12 @@
  */
 
 #include <ags/thread/ags_gui_thread.h>
+#include <ags/thread/ags_gui_task_thread.h>
 
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/main.h>
+
 #include <ags/audio/ags_devout.h>
 
 #include <math.h>
@@ -49,6 +52,8 @@ void ags_gui_thread_suspend_handler(int sig);
  * The #AgsGuiThread acts as graphical user interface thread.
  */
 
+extern pthread_mutex_t ags_application_mutex;
+
 static gpointer ags_gui_thread_parent_class = NULL;
 static AgsConnectableInterface *ags_gui_thread_parent_connectable_interface;
 
@@ -248,6 +253,8 @@ ags_gui_thread_run(AgsThread *thread)
     g_main_context_release(main_context);
   }
 
+  pthread_mutex_lock(&(ags_application_mutex));
+
   gui_thread = AGS_GUI_THREAD(thread);
   audio_loop = AGS_AUDIO_LOOP(thread->parent);
   task_thread = AGS_TASK_THREAD(audio_loop->task_thread);
@@ -256,6 +263,8 @@ ags_gui_thread_run(AgsThread *thread)
   main_context = g_main_context_default();
 
   ags_gui_thread_do_gtk_iteration();
+
+  pthread_mutex_unlock(&(ags_application_mutex));
 }
 
 void
diff --git a/src/ags/thread/ags_single_thread.c b/src/ags/thread/ags_single_thread.c
index b5214d2..acb6523 100644
--- a/src/ags/thread/ags_single_thread.c
+++ b/src/ags/thread/ags_single_thread.c
@@ -20,6 +20,8 @@
 
 #include <ags-lib/object/ags_connectable.h>
 
+#include <ags/audio/ags_devout.h>
+
 void ags_single_thread_class_init(AgsSingleThreadClass *single_thread);
 void ags_single_thread_connectable_interface_init(AgsConnectableInterface *connectable);
 void ags_single_thread_init(AgsSingleThread *single_thread);
@@ -106,7 +108,23 @@ ags_single_thread_connectable_interface_init(AgsConnectableInterface *connectabl
 void
 ags_single_thread_init(AgsSingleThread *single_thread)
 {
-  /* empty */
+  AgsThread *thread;
+  AgsAudioLoop *audio_loop;
+
+  thread = AGS_THREAD(single_thread);
+
+  audio_loop = 
+    single_thread->audio_loop = ags_audio_loop_new(NULL, NULL);
+  AGS_THREAD(single_thread->audio_loop)->flags |= AGS_THREAD_SINGLE_LOOP;
+
+  single_thread->task_thread = AGS_TASK_THREAD(audio_loop->task_thread);
+  AGS_THREAD(single_thread->task_thread)->flags |= AGS_THREAD_SINGLE_LOOP;
+
+  single_thread->devout_thread = AGS_DEVOUT_THREAD(audio_loop->devout_thread);
+  AGS_THREAD(single_thread->task_thread)->flags |= AGS_THREAD_SINGLE_LOOP;
+
+  single_thread->gui_thread = AGS_GUI_THREAD(audio_loop->gui_thread);
+  AGS_THREAD(single_thread->gui_thread)->flags |= AGS_THREAD_SINGLE_LOOP;
 }
 
 void
@@ -137,14 +155,44 @@ void
 ags_single_thread_start(AgsThread *thread)
 {
   AgsSingleThread *single_thread;
+  AgsDevout *devout;
 
   single_thread = AGS_SINGLE_THREAD(thread);
 
+  devout = AGS_DEVOUT(thread->devout);
+  devout->flags |= AGS_DEVOUT_NONBLOCKING;
+
+  g_object_set(G_OBJECT(single_thread->audio_loop),
+	       "devout\0", devout,
+	       NULL);
+
+  g_object_set(G_OBJECT(single_thread->task_thread),
+	       "devout\0", devout,
+	       NULL);
+
+  g_object_set(G_OBJECT(single_thread->devout_thread),
+	       "devout\0", devout,
+	       NULL);
+
+  g_object_set(G_OBJECT(single_thread->gui_thread),
+	       "devout\0", devout,
+	       NULL);
+
   g_atomic_int_or(&(thread->flags),
 		  (AGS_THREAD_RUNNING |
 		   AGS_THREAD_INITIAL_RUN));
 
   ags_single_thread_run(thread);
+
+  //  pthread_create(&(AGS_THREAD(single_thread)->thread), NULL,
+  //		 &(ags_single_thread_loop), thread);
+
+  ags_thread_start((AgsThread *) single_thread->audio_loop);
+
+  ags_thread_start((AgsThread *) single_thread->task_thread);
+
+  ags_thread_start((AgsThread *) single_thread->gui_thread);
+
 }
 
 void*
@@ -159,28 +207,28 @@ void
 ags_single_thread_run(AgsThread *thread)
 {
   AgsSingleThread *single_thread;
-
-  GList *list;
-  
   struct timespec play_start, play_exceeded, play_idle, current;
 
   single_thread = AGS_SINGLE_THREAD(thread);
 
   play_idle.tv_sec = 0;
-  play_idle.tv_nsec = floor((double) NSEC_PER_SEC / (double) AGS_SINGLE_THREAD_DEFAULT_JIFFIE);
+  play_idle.tv_nsec = floor((double) NSEC_PER_SEC / (double) AGS_AUDIO_LOOP_DEFAULT_JIFFIE);
 
   while((AGS_THREAD_RUNNING & (g_atomic_int_get(&thread->flags))) != 0){
     /* initial value to calculate timing */
     clock_gettime(CLOCK_MONOTONIC, &play_start);
 
-    list = AGS_THREAD(single_thread)->children;
+    /*  */
+    ags_thread_run((AgsThread *) single_thread->audio_loop);
 
-    while(list != NULL){
-      ags_thread_run(AGS_THREAD(list->data));
+    ags_thread_run((AgsThread *) single_thread->task_thread);
 
-      list = list->next;
+    if((AGS_THREAD_RUNNING & (AGS_THREAD(single_thread->devout_thread)->flags)) != 0){
+      ags_thread_run((AgsThread *) single_thread->devout_thread);
     }
-    
+
+    ags_thread_run((AgsThread *) single_thread->gui_thread);
+
     /* do timing */
     clock_gettime(CLOCK_MONOTONIC, &play_exceeded);
 
@@ -205,25 +253,25 @@ void
 ags_single_thread_stop(AgsThread *thread)
 {
   AgsSingleThread *single_thread;
-  GList *list;
-  
+
   single_thread = AGS_SINGLE_THREAD(thread);
 
-  list = AGS_THREAD(single_thread)->children;
+  ags_thread_stop((AgsThread *) single_thread->audio_loop);
+
+  ags_thread_stop((AgsThread *) single_thread->task_thread);
 
-  while(list != NULL){
-    ags_thread_run(AGS_THREAD(list->data));
+  ags_thread_stop((AgsThread *) single_thread->devout_thread);
 
-    list = list->next;
-  }    
+  ags_thread_stop((AgsThread *) single_thread->gui_thread);
 }
 
 AgsSingleThread*
-ags_single_thread_new()
+ags_single_thread_new(GObject *devout)
 {
   AgsSingleThread *single_thread;
 
   single_thread = (AgsSingleThread *) g_object_new(AGS_TYPE_SINGLE_THREAD,
+						   "devout\0", devout,
 						   NULL);
 
 
diff --git a/src/ags/thread/ags_single_thread.h b/src/ags/thread/ags_single_thread.h
index fd25d7c..51334a7 100644
--- a/src/ags/thread/ags_single_thread.h
+++ b/src/ags/thread/ags_single_thread.h
@@ -28,6 +28,11 @@
 #include <ags/thread/ags_thread-posix.h>
 #endif 
 
+#include <ags/thread/ags_audio_loop.h>
+#include <ags/thread/ags_devout_thread.h>
+#include <ags/thread/ags_task_thread.h>
+#include <ags/thread/ags_gui_thread.h>
+
 #include <unistd.h>
 
 #define AGS_TYPE_SINGLE_THREAD                (ags_single_thread_get_type())
@@ -37,7 +42,7 @@
 #define AGS_IS_SINGLE_THREAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SINGLE_THREAD))
 #define AGS_SINGLE_THREAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SINGLE_THREAD, AgsSingleThreadClass))
 
-#define AGS_SINGLE_THREAD_DEFAULT_JIFFIE (48.0)
+#define AGS_SINGLE_THREAD_DEFAULT_GUI_JIFFIE (30)
 
 typedef struct _AgsSingleThread AgsSingleThread;
 typedef struct _AgsSingleThreadClass AgsSingleThreadClass;
@@ -45,6 +50,11 @@ typedef struct _AgsSingleThreadClass AgsSingleThreadClass;
 struct _AgsSingleThread
 {
   AgsThread thread;
+
+  AgsAudioLoop *audio_loop;
+  AgsDevoutThread *devout_thread;
+  AgsTaskThread *task_thread;
+  AgsGuiThread *gui_thread;
 };
 
 struct _AgsSingleThreadClass
diff --git a/src/ags/thread/ags_task_thread.c b/src/ags/thread/ags_task_thread.c
index 1efec8a..9a6f430 100644
--- a/src/ags/thread/ags_task_thread.c
+++ b/src/ags/thread/ags_task_thread.c
@@ -18,18 +18,19 @@
 
 #include <ags/thread/ags_task_thread.h>
 
-#include <ags/lib/ags_list.h>
-
-#include <ags/object/ags_application_context.h>
-#include <ags/object/ags_config.h>
 #include <ags-lib/object/ags_connectable.h>
 
-#include <ags/thread/ags_concurrency_provider.h>
+#include <ags/main.h>
+
+#include <ags/lib/ags_list.h>
+
 #include <ags/thread/ags_audio_loop.h>
 #include <ags/thread/ags_returnable_thread.h>
 
 #include <ags/audio/ags_devout.h>
 
+#include <ags/audio/ags_config.h>
+
 #include <math.h>
 
 void ags_task_thread_class_init(AgsTaskThreadClass *task_thread);
@@ -45,6 +46,9 @@ void ags_task_thread_run(AgsThread *thread);
 void ags_task_thread_append_task_queue(AgsReturnableThread *returnable_thread, gpointer data);
 void ags_task_thread_append_tasks_queue(AgsReturnableThread *returnable_thread, gpointer data);
 
+extern pthread_mutex_t ags_application_mutex;
+extern AgsConfig *config;
+
 /**
  * SECTION:ags_task_thread
  * @short_description: task thread
@@ -58,6 +62,8 @@ void ags_task_thread_append_tasks_queue(AgsReturnableThread *returnable_thread,
 static gpointer ags_task_thread_parent_class = NULL;
 static AgsConnectableInterface *ags_task_thread_parent_connectable_interface;
 
+static gboolean DEBUG;
+
 GType
 ags_task_thread_get_type()
 {
@@ -150,14 +156,20 @@ ags_task_thread_init(AgsTaskThread *task_thread)
   g_atomic_pointer_set(&(task_thread->exec), NULL);
   g_atomic_pointer_set(&(task_thread->queue),
 		       NULL);
+
+  task_thread->thread_pool = NULL;
 }
 
 void
 ags_task_thread_connect(AgsConnectable *connectable)
 {
+  AgsTaskThread *task_thread;
+
   ags_task_thread_parent_connectable_interface->connect(connectable);
 
-  /* empty */
+  task_thread = AGS_TASK_THREAD(connectable);
+  task_thread->thread_pool = AGS_MAIN(AGS_AUDIO_LOOP(AGS_THREAD(task_thread)->parent)->ags_main)->thread_pool;
+  task_thread->thread_pool->parent = task_thread;
 }
 
 void
@@ -186,83 +198,53 @@ ags_task_thread_finalize(GObject *gobject)
 void
 ags_task_thread_start(AgsThread *thread)
 {
-  AgsThread *main_loop;
   AgsTaskThread *task_thread;
-  AgsThreadPool *thread_pool;
-
-  AgsApplicationContext *application_context;
 
-  pthread_mutex_t *application_mutex;
-  
   task_thread = AGS_TASK_THREAD(thread);
 
-  main_loop = ags_thread_get_toplevel(thread);
+  if((AGS_THREAD_RUNNING & (g_atomic_int_get(&(task_thread->thread_pool->flags)))) == 0){
+    ags_thread_pool_start(task_thread->thread_pool);
+
+    while((AGS_THREAD_POOL_READY & (g_atomic_int_get(&(task_thread->thread_pool->flags)))) == 0){
+      usleep(500000);
+    }
+  }
 
-  g_object_get(main_loop,
-	       "application-mutex\0", &application_mutex,
-	       NULL);
-  
-  pthread_mutex_lock(application_mutex);
-  
-  application_context = ags_main_loop_get_application_context(main_loop);
-  
   if((AGS_THREAD_SINGLE_LOOP & (g_atomic_int_get(&(thread->flags)))) == 0){
     AGS_THREAD_CLASS(ags_task_thread_parent_class)->start(thread);
   }
-
-  pthread_mutex_unlock(application_mutex);
 }
 
 void
 ags_task_thread_run(AgsThread *thread)
 {
+  AgsDevout *devout;
   AgsTaskThread *task_thread;
-
   GList *list;
-
+  guint buffer_size;
+  guint samplerate;
   static struct timespec play_idle;
   static useconds_t idle;
   guint prev_pending;
   static gboolean initialized = FALSE;
 
+  pthread_mutex_lock(&(ags_application_mutex));
+  
   task_thread = AGS_TASK_THREAD(thread);
+  devout = AGS_DEVOUT(thread->devout);
+
+  buffer_size = g_ascii_strtoull(ags_config_get(config,
+						AGS_CONFIG_DEVOUT,
+						"buffer-size\0"),
+				 NULL,
+				 10);
+  samplerate = g_ascii_strtoull(ags_config_get(config,
+					       AGS_CONFIG_DEVOUT,
+					       "samplerate\0"),
+				NULL,
+				10);
 
   if(!initialized){
-    AgsThread *main_loop;
-
-    AgsApplicationContext *application_context;
-    AgsConfig *config;
-
-    guint buffer_size;
-    guint samplerate;
-
-    pthread_mutex_t *application_mutex;
-    
-    main_loop = ags_thread_get_toplevel(thread);
-
-    g_object_get(main_loop,
-		 "application-mutex\0", &application_mutex,
-		 NULL);
-
-    pthread_mutex_lock(application_mutex);
-    
-    application_context = ags_main_loop_get_application_context(main_loop);
-
-    config = application_context->config;
-    
-    buffer_size = g_ascii_strtoull(ags_config_get_value(config,
-							AGS_CONFIG_DEVOUT,
-							"buffer-size\0"),
-				   NULL,
-				   10);
-    samplerate = g_ascii_strtoull(ags_config_get_value(config,
-						       AGS_CONFIG_DEVOUT,
-						       "samplerate\0"),
-				  NULL,
-				  10);
-
-    pthread_mutex_unlock(application_mutex);
-    
     play_idle.tv_sec = 0;
     play_idle.tv_nsec = 10 * round(sysconf(_SC_CLK_TCK) * (double) buffer_size  / (double) samplerate);
     //    idle = sysconf(_SC_CLK_TCK) * round(sysconf(_SC_CLK_TCK) * (double) buffer_size  / (double) samplerate / 8.0);
@@ -270,6 +252,8 @@ ags_task_thread_run(AgsThread *thread)
     initialized = TRUE;
   }
 
+  pthread_mutex_unlock(&(ags_application_mutex));
+
   /*  */
   pthread_mutex_lock(&(task_thread->read_mutex));
 
@@ -372,33 +356,13 @@ ags_task_thread_append_task_queue(AgsReturnableThread *returnable_thread, gpoint
 void
 ags_task_thread_append_task(AgsTaskThread *task_thread, AgsTask *task)
 {
-  AgsThread *main_loop;
   AgsTaskThreadAppend *append;
   AgsThread *thread;
-  AgsThreadPool *thread_pool;
-  
-  AgsApplicationContext *application_context;
-
-  pthread_mutex_t *application_mutex;
 
 #ifdef AGS_DEBUG
   g_message("append task\0");
 #endif
-  
-  main_loop = ags_thread_get_toplevel(task_thread);
-
-  g_object_get(main_loop,
-	       "application-mutex\0", &application_mutex,
-	       NULL);
 
-  pthread_mutex_lock(application_mutex);
-  
-  application_context = ags_main_loop_get_application_context(AGS_MAIN_LOOP(main_loop));
-
-  thread_pool = ags_concurrency_provider_get_thread_pool(AGS_CONCURRENCY_PROVIDER(application_context));
-
-  pthread_mutex_unlock(application_mutex);
-  
   append = (AgsTaskThreadAppend *) malloc(sizeof(AgsTaskThreadAppend));
 
   g_atomic_pointer_set(&(append->task_thread),
@@ -406,7 +370,7 @@ ags_task_thread_append_task(AgsTaskThread *task_thread, AgsTask *task)
   g_atomic_pointer_set(&(append->data),
 		       task);
 
-  thread = ags_thread_pool_pull(thread_pool);
+  thread = ags_thread_pool_pull(task_thread->thread_pool);
   
   pthread_mutex_lock(&(AGS_RETURNABLE_THREAD(thread)->reset_mutex));
 
@@ -428,7 +392,6 @@ ags_task_thread_append_tasks_queue(AgsReturnableThread *returnable_thread, gpoin
   AgsTask *task;
   AgsTaskThread *task_thread;
   AgsTaskThreadAppend *append;
-
   GList *list, *tmplist;
   gboolean initial_wait;
   int ret;
@@ -471,33 +434,13 @@ ags_task_thread_append_tasks_queue(AgsReturnableThread *returnable_thread, gpoin
 void
 ags_task_thread_append_tasks(AgsTaskThread *task_thread, GList *list)
 {
-  AgsThread *main_loop;
   AgsTaskThreadAppend *append;
   AgsThread *thread;
-  AgsThreadPool *thread_pool;
-  
-  AgsApplicationContext *application_context;
 
-  pthread_mutex_t *application_mutex;
-    
 #ifdef AGS_DEBUG
   g_message("append tasks\0");
 #endif
 
-  main_loop = ags_thread_get_toplevel(task_thread);
-
-  g_object_get(main_loop,
-	       "application-mutex\0", &application_mutex,
-	       NULL);
-
-  pthread_mutex_lock(application_mutex);
-  
-  application_context = ags_main_loop_get_application_context(AGS_MAIN_LOOP(main_loop));
-
-  thread_pool = ags_concurrency_provider_get_thread_pool(AGS_CONCURRENCY_PROVIDER(application_context));
-
-  pthread_mutex_unlock(application_mutex);
-
   append = (AgsTaskThreadAppend *) malloc(sizeof(AgsTaskThreadAppend));
 
   g_atomic_pointer_set(&(append->task_thread),
@@ -505,7 +448,7 @@ ags_task_thread_append_tasks(AgsTaskThread *task_thread, GList *list)
   g_atomic_pointer_set(&(append->data),
 		       list);
 
-  thread = ags_thread_pool_pull(thread_pool);
+  thread = ags_thread_pool_pull(task_thread->thread_pool);
 
   pthread_mutex_lock(&(AGS_RETURNABLE_THREAD(thread)->reset_mutex));
 
@@ -523,6 +466,7 @@ ags_task_thread_append_tasks(AgsTaskThread *task_thread, GList *list)
 
 /**
  * ags_task_thread_new:
+ * @devout: the #AgsDevout
  *
  * Create a new #AgsTaskThread.
  *
@@ -531,11 +475,12 @@ ags_task_thread_append_tasks(AgsTaskThread *task_thread, GList *list)
  * Since: 0.4
  */ 
 AgsTaskThread*
-ags_task_thread_new()
+ags_task_thread_new(GObject *devout)
 {
   AgsTaskThread *task_thread;
 
   task_thread = (AgsTaskThread *) g_object_new(AGS_TYPE_TASK_THREAD,
+					       "devout\0", devout,
 					       NULL);
 
 
diff --git a/src/ags/thread/ags_task_thread.h b/src/ags/thread/ags_task_thread.h
index a612b01..46e4fe8 100644
--- a/src/ags/thread/ags_task_thread.h
+++ b/src/ags/thread/ags_task_thread.h
@@ -62,6 +62,8 @@ struct _AgsTaskThread
 
   volatile GList *exec;
   volatile GList *queue;
+
+  AgsThreadPool *thread_pool;
 };
 
 struct _AgsTaskThreadClass
@@ -80,6 +82,6 @@ GType ags_task_thread_get_type();
 void ags_task_thread_append_task(AgsTaskThread *task_thread, AgsTask *task);
 void ags_task_thread_append_tasks(AgsTaskThread *task_thread, GList *list);
 
-AgsTaskThread* ags_task_thread_new();
+AgsTaskThread* ags_task_thread_new(GObject *devout);
 
 #endif /*__AGS_TASK_THREAD_H__*/
diff --git a/src/ags/thread/ags_thread-posix.c b/src/ags/thread/ags_thread-posix.c
index e9809f6..8e40757 100644
--- a/src/ags/thread/ags_thread-posix.c
+++ b/src/ags/thread/ags_thread-posix.c
@@ -24,10 +24,13 @@
 #include <ags/object/ags_stackable.h>
 #include <ags/object/ags_main_loop.h>
 
+#include <ags/thread/ags_async_queue.h>
 #include <ags/thread/ags_task_thread.h>
 #include <ags/thread/ags_gui_thread.h>
 #include <ags/thread/ags_returnable_thread.h>
 
+#include <ags/audio/ags_devout.h>
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
@@ -55,6 +58,8 @@ void ags_thread_finalize(GObject *gobject);
 void ags_thread_resume_handler(int sig);
 void ags_thread_suspend_handler(int sig);
 
+void ags_thread_set_devout(AgsThread *thread, GObject *devout);
+
 void ags_thread_real_start(AgsThread *thread);
 void* ags_thread_loop(void *ptr);
 void ags_thread_real_timelock(AgsThread *thread);
@@ -74,6 +79,7 @@ void ags_thread_real_stop(AgsThread *thread);
 
 enum{
   PROP_0,
+  PROP_DEVOUT,
   PROP_FREQUENCY,
 };
 
@@ -167,6 +173,22 @@ ags_thread_class_init(AgsThreadClass *thread)
 
   /* properties */
   /**
+   * AgsThread:devout:
+   *
+   * The assigned #AgsDevout.
+   * 
+   * Since: 0.4
+   */
+  param_spec = g_param_spec_object("devout\0",
+				   "devout assigned to\0",
+				   "The AgsDevout it is assigned to.\0",
+				   AGS_TYPE_DEVOUT,
+				   G_PARAM_WRITABLE);
+  g_object_class_install_property(gobject,
+				  PROP_DEVOUT,
+				  param_spec);
+
+  /**
    * AgsThread:frequency:
    *
    * The frequency to run at in Hz.
@@ -343,12 +365,14 @@ ags_thread_init(AgsThread *thread)
 
   thread->timelock.tv_sec = 0;
   thread->timelock.tv_nsec = floor(NSEC_PER_SEC /
-				   (AGS_THREAD_DEFAULT_JIFFIE + 1));
+				   (AGS_AUDIO_LOOP_DEFAULT_JIFFIE + 1));
 
   thread->greedy_locks = NULL;
 
   pthread_mutex_init(&(thread->suspend_mutex), NULL);
 
+  thread->devout = NULL;
+
   thread->parent = NULL;
   thread->next = NULL;
   thread->prev = NULL;
@@ -368,6 +392,34 @@ ags_thread_set_property(GObject *gobject,
   thread = AGS_THREAD(gobject);
 
   switch(prop_id){
+  case PROP_DEVOUT:
+    {
+      AgsDevout *devout;
+      AgsThread *current;
+
+      devout = (AgsDevout *) g_value_get_object(value);
+
+      if(thread->devout != NULL){
+	g_object_unref(G_OBJECT(thread->devout));
+      }
+
+      if(devout != NULL){
+	g_object_ref(G_OBJECT(devout));
+      }
+
+      thread->devout = G_OBJECT(devout);
+
+      current = thread->children;
+
+      while(current != NULL){
+	g_object_set(G_OBJECT(current),
+		     "devout\0", devout,
+		     NULL);
+
+	current = current->next;
+      }
+    }
+    break;
   case PROP_FREQUENCY:
     {
       gdouble freq;
@@ -398,6 +450,11 @@ ags_thread_get_property(GObject *gobject,
   thread = AGS_THREAD(gobject);
 
   switch(prop_id){
+  case PROP_DEVOUT:
+    {
+      g_value_set_object(value, G_OBJECT(thread->devout));
+    }
+    break;
   case PROP_FREQUENCY:
     {
       g_value_set_double(value, thread->freq);
@@ -447,12 +504,11 @@ ags_thread_finalize(GObject *gobject)
 {
   AgsThread *thread;
   void *stackaddr;
-  size_t stacksize;
 
   thread = AGS_THREAD(gobject);
 
-  pthread_attr_getstack(&(thread->thread_attr),
-			&stackaddr, &stacksize);
+  pthread_attr_getstackaddr(&(thread->thread_attr),
+			    &stackaddr);
 
   pthread_attr_destroy(&(thread->thread_attr));
 
@@ -471,6 +527,10 @@ ags_thread_finalize(GObject *gobject)
 
   pthread_mutex_destroy(&(thread->suspend_mutex));
 
+  if(thread->devout != NULL){
+    g_object_unref(G_OBJECT(thread->devout));
+  }
+
   /* call parent */
   G_OBJECT_CLASS(ags_thread_parent_class)->finalize(gobject);
 
@@ -545,6 +605,12 @@ ags_accounting_table_set_sanity(GList *table,
   }
 }
 
+void
+ags_thread_set_devout(AgsThread *thread, GObject *devout)
+{
+  //TODO:JK: implement me
+}
+
 /**
  * ags_thread_set_sync:
  * @thread: an #AgsThread
@@ -896,7 +962,7 @@ ags_thread_add_child(AgsThread *thread, AgsThread *child)
 
   /*  */
   ags_thread_lock(main_loop);
-  
+
   if(thread->children == NULL){
     thread->children = child;
     child->parent = thread;
@@ -911,7 +977,7 @@ ags_thread_add_child(AgsThread *thread, AgsThread *child)
   }
 
   ags_thread_unlock(main_loop);
-    
+
   if((AGS_THREAD_RUNNING & (g_atomic_int_get(&(thread->flags)))) != 0){
     ags_thread_start(child);
   }
@@ -1766,6 +1832,7 @@ ags_thread_signal_children(AgsThread *thread, gboolean broadcast)
 void
 ags_thread_real_start(AgsThread *thread)
 {
+  AgsAsyncQueue *async_queue;
   AgsMainLoop *main_loop;
   guint val;
 
@@ -1774,11 +1841,16 @@ ags_thread_real_start(AgsThread *thread)
   }
 
   main_loop = AGS_MAIN_LOOP(ags_thread_get_toplevel(thread));
+  async_queue = ags_main_loop_get_async_queue(main_loop);
 
 #ifdef AGS_DEBUG
   g_message("thread start: %s\0", G_OBJECT_TYPE_NAME(thread));
 #endif
 
+  /* add to async queue */
+  //  ags_async_queue_add(async_queue,
+  //		      AGS_STACKABLE(thread));
+
   /* */
   val = g_atomic_int_get(&(thread->flags));
   
@@ -1814,6 +1886,7 @@ ags_thread_start(AgsThread *thread)
 void*
 ags_thread_loop(void *ptr)
 {
+  AgsAsyncQueue *async_queue;
   AgsThread *thread, *main_loop;
   gboolean is_in_sync;
   gboolean wait_for_parent, wait_for_sibling, wait_for_children;
@@ -1883,6 +1956,8 @@ ags_thread_loop(void *ptr)
       ags_main_loop_set_last_sync(AGS_MAIN_LOOP(main_loop), current_tic);
       ags_main_loop_set_tic(AGS_MAIN_LOOP(main_loop), next_tic);
     }else{
+      ags_async_queue_clean(ags_main_loop_get_async_queue(main_loop));
+
       ags_thread_set_sync_all(main_loop, current_tic);
       pthread_mutex_unlock(&(main_loop->mutex));
 
@@ -1897,6 +1972,7 @@ ags_thread_loop(void *ptr)
     thread = AGS_THREAD(ptr);
 
   main_loop = ags_thread_get_toplevel(thread);
+  async_queue = ags_main_loop_get_async_queue(main_loop);
 
   /*  */
   current_tic = ags_main_loop_get_tic(AGS_MAIN_LOOP(main_loop));
@@ -2291,20 +2367,47 @@ ags_thread_loop(void *ptr)
 			      current_tic) &&
      current_tic == ags_main_loop_get_tic(AGS_MAIN_LOOP(main_loop))){
 
+    ags_async_queue_clean(ags_main_loop_get_async_queue(AGS_MAIN_LOOP(main_loop)));
+
     ags_thread_set_sync_all(main_loop, current_tic);
 
+    if((AGS_THREAD_UNREF_ON_EXIT & (g_atomic_int_get(&(thread->flags)))) != 0){
+      AgsAsyncQueue *async_queue;
+
+      async_queue = ags_main_loop_get_async_queue(AGS_MAIN_LOOP(main_loop));
+
+      async_queue->unref_context = g_list_prepend(async_queue->unref_context,
+						  thread);
+    }
+
     pthread_mutex_unlock(&(main_loop->mutex));
 
     ags_main_loop_set_last_sync(AGS_MAIN_LOOP(main_loop), current_tic);
     ags_main_loop_set_tic(AGS_MAIN_LOOP(main_loop), next_tic);
   }else{
+
+    if((AGS_THREAD_UNREF_ON_EXIT & (g_atomic_int_get(&(thread->flags)))) != 0){
+      AgsAsyncQueue *async_queue;
+
+      async_queue = ags_main_loop_get_async_queue(AGS_MAIN_LOOP(main_loop));
+
+      async_queue->unref_context = g_list_prepend(async_queue->unref_context,
+						  thread);
+    }
+
     pthread_mutex_unlock(&(main_loop->mutex));
   }
 
+
 #ifdef AGS_DEBUG
   g_message("thread finished\0");
 #endif  
 
+
+  /* remove of AgsAsyncQueue */  
+  //  ags_async_queue_remove(async_queue,
+  //			 AGS_STACKABLE(thread));
+
   /* exit thread */
   pthread_exit(NULL);
 }
@@ -2669,34 +2772,6 @@ ags_thread_hangcheck(AgsThread *thread)
   }
 }
 
-AgsThread*
-ags_thread_find_type(AgsThread *thread, GType type)
-{
-  AgsThread *current, *retval;
-
-  if(thread == NULL || type == G_TYPE_NONE){
-    return(NULL);
-  }
-
-  if(g_type_is_a(G_OBJECT_TYPE(thread), type)){
-    return(thread);
-  }
-  
-  current = thread->children;
-
-  while(current != NULL){
-    if((retval = ags_thread_find_type(current, type)) != NULL){
-      return(retval);
-    }
-    
-    current = current->next;
-  }
-
-  
-  return(NULL);
-}
-
-
 /**
  * ags_thread_new:
  * @data: an #GObject
diff --git a/src/ags/thread/ags_thread-posix.h b/src/ags/thread/ags_thread-posix.h
index 9a9cff6..131cfd8 100644
--- a/src/ags/thread/ags_thread-posix.h
+++ b/src/ags/thread/ags_thread-posix.h
@@ -127,6 +127,7 @@ struct _AgsThread
   pthread_mutex_t suspend_mutex;
   volatile gboolean critical_region;
 
+  GObject *devout;
   AgsThread *parent;
 
   AgsThread *next;
@@ -215,8 +216,6 @@ void ags_thread_stop(AgsThread *thread);
 
 void ags_thread_hangcheck(AgsThread *thread);
 
-AgsThread* ags_thread_find_type(AgsThread *thread, GType type);
-
 AgsThread* ags_thread_new(gpointer data);
 
 #endif /*__AGS_THREAD_H__*/
diff --git a/src/ags/thread/ags_thread_application_context.c b/src/ags/thread/ags_thread_application_context.c
deleted file mode 100644
index 6de7f72..0000000
--- a/src/ags/thread/ags_thread_application_context.c
+++ /dev/null
@@ -1,537 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/thread/ags_thread_application_context.h>
-
-#include <ags/object/ags_config.h>
-#include <ags-lib/object/ags_connectable.h>
-
-#include <ags/file/ags_file.h>
-#include <ags/file/ags_file_thread.h>
-#include <ags/file/ags_file_stock.h>
-#include <ags/file/ags_file_id_ref.h>
-
-#include <ags/thread/ags_audio_loop.h>
-#include <ags/thread/ags_gui_thread.h>
-#include <ags/thread/ags_autosave_thread.h>
-#include <ags/thread/ags_single_thread.h>
-
-void ags_thread_application_context_class_init(AgsThreadApplicationContextClass *thread_application_context);
-void ags_thread_application_context_connectable_interface_init(AgsConnectableInterface *connectable);
-void ags_thread_application_context_init(AgsThreadApplicationContext *thread_application_context);
-void ags_thread_application_context_set_property(GObject *gobject,
-						 guint prop_id,
-						 const GValue *value,
-						 GParamSpec *param_spec);
-void ags_thread_application_context_get_property(GObject *gobject,
-						 guint prop_id,
-						 GValue *value,
-						 GParamSpec *param_spec);
-void ags_thread_application_context_connect(AgsConnectable *connectable);
-void ags_thread_application_context_disconnect(AgsConnectable *connectable);
-void ags_thread_application_context_finalize(GObject *gobject);
-
-void ags_thread_application_context_load_config(AgsApplicationContext *application_context);
-void ags_thread_application_context_register_types(AgsApplicationContext *application_context);
-void ags_thread_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context);
-xmlNode* ags_thread_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context);
-
-void ags_thread_application_context_set_value_callback(AgsConfig *config, gchar *group, gchar *key, gchar *value,
-						       AgsThreadApplicationContext *thread_application_context);
-
-static gpointer ags_thread_application_context_parent_class = NULL;
-static AgsConnectableInterface* ags_thread_application_context_parent_connectable_interface;
-
-enum{
-  PROP_0,
-  PROP_AUTOSAVE_THREAD,
-  PROP_THREAD_POOL,
-};
-
-GType
-ags_thread_application_context_get_type()
-{
-  static GType ags_type_thread_application_context = 0;
-
-  if(!ags_type_thread_application_context){
-    static const GTypeInfo ags_thread_application_context_info = {
-      sizeof (AgsThreadApplicationContextClass),
-      NULL, /* base_init */
-      NULL, /* base_finalize */
-      (GClassInitFunc) ags_thread_application_context_class_init,
-      NULL, /* class_finalize */
-      NULL, /* class_data */
-      sizeof (AgsThreadApplicationContext),
-      0,    /* n_preallocs */
-      (GInstanceInitFunc) ags_thread_application_context_init,
-    };
-
-    static const GInterfaceInfo ags_connectable_interface_info = {
-      (GInterfaceInitFunc) ags_thread_application_context_connectable_interface_init,
-      NULL, /* interface_finalize */
-      NULL, /* interface_data */
-    };
-
-    ags_type_thread_application_context = g_type_register_static(AGS_TYPE_APPLICATION_CONTEXT,
-								 "AgsThreadApplicationContext\0",
-								 &ags_thread_application_context_info,
-								 0);
-
-    g_type_add_interface_static(ags_type_thread_application_context,
-				AGS_TYPE_CONNECTABLE,
-				&ags_connectable_interface_info);
-  }
-
-  return (ags_type_thread_application_context);
-}
-
-void
-ags_thread_application_context_class_init(AgsThreadApplicationContextClass *thread_application_context)
-{
-  GObjectClass *gobject;
-  AgsApplicationContextClass *application_context;
-  GParamSpec *param_spec;
-  
-  ags_thread_application_context_parent_class = g_type_class_peek_parent(thread_application_context);
-
-  /* GObjectClass */
-  gobject = (GObjectClass *) thread_application_context;
-
-  gobject->set_property = ags_thread_application_context_set_property;
-  gobject->get_property = ags_thread_application_context_get_property;
-
-  gobject->finalize = ags_thread_application_context_finalize;
-
-  /**
-   * AgsThreadApplicationContext:autosave-thread:
-   *
-   * The assigned thread pool.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("autosave-thread\0",
-				   "thread pool of thread application context\0",
-				   "The thread pool which this thread application context assigned to\0",
-				   AGS_TYPE_AUTOSAVE_THREAD,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_THREAD_POOL,
-				  param_spec);
-
-
-  /**
-   * AgsThreadApplicationContext:thread-pool:
-   *
-   * The assigned thread pool.
-   * 
-   * Since: 0.4
-   */
-  param_spec = g_param_spec_object("thread-pool\0",
-				   "thread pool of thread application context\0",
-				   "The thread pool which this thread application context assigned to\0",
-				   AGS_TYPE_THREAD_POOL,
-				   G_PARAM_READABLE | G_PARAM_WRITABLE);
-  g_object_class_install_property(gobject,
-				  PROP_THREAD_POOL,
-				  param_spec);
-
-  /* AgsThreadApplicationContextClass */
-  application_context = (AgsApplicationContextClass *) thread_application_context;
-  
-  application_context->load_config = ags_thread_application_context_load_config;
-  application_context->register_types = ags_thread_application_context_register_types;
-  application_context->read = ags_thread_application_context_read;
-  application_context->write = ags_thread_application_context_write;
-}
-
-void
-ags_thread_application_context_connectable_interface_init(AgsConnectableInterface *connectable)
-{
-  ags_thread_application_context_parent_connectable_interface = g_type_interface_peek_parent(connectable);
-
-  connectable->connect = ags_thread_application_context_connect;
-  connectable->disconnect = ags_thread_application_context_disconnect;
-}
-
-void
-ags_thread_application_context_init(AgsThreadApplicationContext *thread_application_context)
-{
-  thread_application_context->flags = 0;
-
-  g_object_set(thread_application_context,
-	       "autosave-thread", ags_autosave_thread_new(NULL, NULL),
-	       "thread-pool\0", ags_thread_pool_new(NULL),
-	       NULL);
-}
-
-void
-ags_thread_application_context_set_property(GObject *gobject,
-					    guint prop_id,
-					    const GValue *value,
-					    GParamSpec *param_spec)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  thread_application_context = AGS_THREAD_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_AUTOSAVE_THREAD:
-    {
-      AgsAutosaveThread *autosave_thread;
-      
-      autosave_thread = (AgsAutosaveThread *) g_value_get_object(value);
-
-      if(autosave_thread == thread_application_context->autosave_thread)
-	return;
-
-      if(thread_application_context->autosave_thread != NULL)
-	g_object_unref(thread_application_context->autosave_thread);
-
-      if(autosave_thread != NULL)
-	g_object_ref(G_OBJECT(autosave_thread));
-
-      thread_application_context->autosave_thread = autosave_thread;
-    }
-    break;
-  case PROP_THREAD_POOL:
-    {
-      AgsThreadPool *thread_pool;
-      
-      thread_pool = (AgsThreadPool *) g_value_get_object(value);
-
-      if(thread_pool == thread_application_context->thread_pool)
-	return;
-
-      if(thread_application_context->thread_pool != NULL)
-	g_object_unref(thread_application_context->thread_pool);
-
-      if(thread_pool != NULL)
-	g_object_ref(G_OBJECT(thread_pool));
-
-      thread_application_context->thread_pool = thread_pool;
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_thread_application_context_get_property(GObject *gobject,
-					    guint prop_id,
-					    GValue *value,
-					    GParamSpec *param_spec)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  thread_application_context = AGS_THREAD_APPLICATION_CONTEXT(gobject);
-
-  switch(prop_id){
-  case PROP_AUTOSAVE_THREAD:
-    {
-      g_value_set_object(value, thread_application_context->autosave_thread);
-    }
-    break;
-  case PROP_THREAD_POOL:
-    {
-      g_value_set_object(value, thread_application_context->thread_pool);
-    }
-    break;
-  default:
-    G_OBJECT_WARN_INVALID_PROPERTY_ID(gobject, prop_id, param_spec);
-    break;
-  }
-}
-
-void
-ags_thread_application_context_connect(AgsConnectable *connectable)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  thread_application_context = AGS_THREAD_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(thread_application_context)->flags)) != 0){
-    return;
-  }
-
-  ags_thread_application_context_parent_connectable_interface->connect(connectable);
-
-  g_message("connecting threads\0");
-  
-  ags_connectable_connect(AGS_CONNECTABLE(thread_application_context->autosave_thread));
-
-  ags_connectable_connect(AGS_CONNECTABLE(AGS_APPLICATION_CONTEXT(thread_application_context)->main_loop));
-  ags_connectable_connect(AGS_CONNECTABLE(thread_application_context->thread_pool));
-}
-
-void
-ags_thread_application_context_disconnect(AgsConnectable *connectable)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  thread_application_context = AGS_THREAD_APPLICATION_CONTEXT(connectable);
-
-  if((AGS_APPLICATION_CONTEXT_CONNECTED & (AGS_APPLICATION_CONTEXT(thread_application_context)->flags)) == 0){
-    return;
-  }
-
-  ags_thread_application_context_parent_connectable_interface->disconnect(connectable);
-}
-
-void
-ags_thread_application_context_finalize(GObject *gobject)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  G_OBJECT_CLASS(ags_thread_application_context_parent_class)->finalize(gobject);
-
-  thread_application_context = AGS_THREAD_APPLICATION_CONTEXT(gobject);
-}
-
-void
-ags_thread_application_context_load_config(AgsApplicationContext *application_context)
-{
-  AgsConfig *config;
-  gchar *model;
-
-  config = application_context->config;
-  
-  model = ags_config_get_value(config,
-			       AGS_CONFIG_THREAD,
-			       "model\0");
-    
-  if(model != NULL){
-    if(!strncmp(model,
-		"single-threaded\0",
-		16)){
-      //TODO:JK: implement me
-	
-    }else if(!strncmp(model,
-		      "multi-threaded",
-		      15)){
-      //TODO:JK: implement me
-    }else if(!strncmp(model,
-		      "super-threaded",
-		      15)){
-      //TODO:JK: implement me
-    }
-  }
-}
-
-void
-ags_thread_application_context_register_types(AgsApplicationContext *application_context)
-{
-  ags_thread_get_type();
-
-  ags_task_thread_get_type();
-  ags_iterator_thread_get_type();
-
-  ags_timestamp_thread_get_type();
-
-  ags_thread_pool_get_type();
-  ags_returnable_thread_get_type();
-}
-
-void
-ags_thread_application_context_read(AgsFile *file, xmlNode *node, GObject **application_context)
-{
-  AgsThreadApplicationContext *gobject;
-  GList *list;
-  xmlNode *child;
-
-  if(*application_context == NULL){
-    gobject = g_object_new(AGS_TYPE_THREAD_APPLICATION_CONTEXT,
-			   NULL);
-
-    *application_context = (GObject *) gobject;
-  }else{
-    gobject = (AgsApplicationContext *) *application_context;
-  }
-
-  file->application_context = gobject;
-
-  g_object_set(G_OBJECT(file),
-	       "application-context\0", gobject,
-	       NULL);
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", xmlGetProp(node, AGS_FILE_ID_PROP)),
-				   "reference\0", gobject,
-				   NULL));
-  
-  /* properties */
-  AGS_APPLICATION_CONTEXT(gobject)->flags = (guint) g_ascii_strtoull(xmlGetProp(node, AGS_FILE_FLAGS_PROP),
-								     NULL,
-								     16);
-
-  AGS_APPLICATION_CONTEXT(gobject)->version = xmlGetProp(node,
-							 AGS_FILE_VERSION_PROP);
-
-  AGS_APPLICATION_CONTEXT(gobject)->build_id = xmlGetProp(node,
-							  AGS_FILE_BUILD_ID_PROP);
-
-  //TODO:JK: check version compatibelity
-
-  /* child elements */
-  child = node->children;
-
-  while(child != NULL){
-    if(child->type == XML_ELEMENT_NODE){
-      if(!xmlStrncmp("ags-thread\0",
-		     child->name,
-		     11)){
-	ags_file_read_thread(file,
-			     child,
-			     (AgsThread **) &(AGS_APPLICATION_CONTEXT(gobject)->main_loop));
-	
-	AGS_AUDIO_LOOP(gobject->main_loop)->application_context = gobject;
-      }else if(!xmlStrncmp("ags-thread-pool\0",
-			   child->name,
-			   16)){
-	ags_file_read_thread_pool(file,
-				  child,
-				  (AgsThreadPool **) &(gobject->thread_pool));
-      }
-    }
-
-    child = child->next;
-  }
-
-  //TODO:JK: decide about returnable thread
-}
-
-xmlNode*
-ags_thread_application_context_write(AgsFile *file, xmlNode *parent, GObject *application_context)
-{
-  xmlNode *node, *child;
-  gchar *id;
-
-  id = ags_id_generator_create_uuid();
-
-  node = xmlNewNode(NULL,
-		    "ags-application-context\0");
-
-  ags_file_add_id_ref(file,
-		      g_object_new(AGS_TYPE_FILE_ID_REF,
-				   "application-context\0", file->application_context,
-				   "file\0", file,
-				   "node\0", node,
-				   "xpath\0", g_strdup_printf("xpath=//*[@id='%s']\0", id),
-				   "reference\0", application_context,
-				   NULL));
-
-  xmlNewProp(node,
-	     AGS_FILE_CONTEXT_PROP,
-	     "thread\0");
-
-  xmlNewProp(node,
-	     AGS_FILE_ID_PROP,
-	     id);
-
-  xmlNewProp(node,
-	     AGS_FILE_FLAGS_PROP,
-	     g_strdup_printf("%x\0", ((~AGS_APPLICATION_CONTEXT_CONNECTED) & (AGS_APPLICATION_CONTEXT(application_context)->flags))));
-
-  xmlNewProp(node,
-	     AGS_FILE_VERSION_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->version);
-
-  xmlNewProp(node,
-	     AGS_FILE_BUILD_ID_PROP,
-	     AGS_APPLICATION_CONTEXT(application_context)->build_id);
-
-  /* add to parent */
-  xmlAddChild(parent,
-	      node);
-
-  /* child elements */
-  ags_file_write_thread(file,
-			node,
-			AGS_THREAD(AGS_THREAD_APPLICATION_CONTEXT(application_context)->main_loop));
-
-  ags_file_write_thread_pool(file,
-			     node,
-			     AGS_THREAD_POOL(AGS_THREAD_APPLICATION_CONTEXT(application_context)->thread_pool));
-
-  return(node);
-}
-
-void
-ags_thread_application_context_set_value_callback(AgsConfig *config, gchar *group, gchar *key, gchar *value,
-						  AgsThreadApplicationContext *thread_application_context)
-{
-  if(!strncmp(group,
-	      AGS_CONFIG_GENERIC,
-	      8)){
-    if(!strncmp(key,
-		"autosave-thread\0",
-		15)){
-      AgsAutosaveThread *autosave_thread;
-
-      if(thread_application_context == NULL ||
-	 thread_application_context->autosave_thread == NULL){
-	return;
-      }
-      
-      autosave_thread = thread_application_context->autosave_thread;
-
-      if(!strncmp(value,
-		  "true\0",
-		  5)){
-	ags_thread_start(autosave_thread);
-      }else{
-	ags_thread_stop(autosave_thread);
-      }
-    }
-  }else if(!strncmp(group,
-		    AGS_CONFIG_THREAD,
-		    7)){
-    if(!strncmp(key,
-		"model\0",
-		6)){
-      //TODO:JK: implement me
-    }else if(!strncmp(key,
-		      "lock-global\0",
-		      11)){
-      //TODO:JK: implement me
-    }else if(!strncmp(key,
-		      "lock-parent\0",
-		      11)){
-      //TODO:JK: implement me
-    }
-  }
-}
-
-AgsThreadApplicationContext*
-ags_thread_application_context_new(AgsMainLoop *main_loop,
-				   AgsConfig *config)
-{
-  AgsThreadApplicationContext *thread_application_context;
-
-  thread_application_context = (AgsThreadApplicationContext *) g_object_new(AGS_TYPE_THREAD_APPLICATION_CONTEXT,
-									    "main-loop\0", main_loop,
-									    "config\0", config,
-									    NULL);
-
-  return(thread_application_context);
-}
diff --git a/src/ags/thread/ags_thread_application_context.h b/src/ags/thread/ags_thread_application_context.h
deleted file mode 100644
index 3afccc8..0000000
--- a/src/ags/thread/ags_thread_application_context.h
+++ /dev/null
@@ -1,68 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_THREAD_APPLICATION_CONTEXT_H__
-#define __AGS_THREAD_APPLICATION_CONTEXT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-#include <ags/thread/ags_thread-posix.h>
-#include <ags/thread/ags_thread_pool.h>
-
-#define AGS_TYPE_THREAD_APPLICATION_CONTEXT                (ags_thread_application_context_get_type())
-#define AGS_THREAD_APPLICATION_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_THREAD_APPLICATION_CONTEXT, AgsThreadApplicationContext))
-#define AGS_THREAD_APPLICATION_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_THREAD_APPLICATION_CONTEXT, AgsThreadApplicationContextClass))
-#define AGS_IS_THREAD_APPLICATION_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_THREAD_APPLICATION_CONTEXT))
-#define AGS_IS_THREAD_APPLICATION_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_THREAD_APPLICATION_CONTEXT))
-#define AGS_THREAD_APPLICATION_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_THREAD_APPLICATION_CONTEXT, AgsThreadApplicationContextClass))
-
-#define AGS_THREAD_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"
-#define AGS_THREAD_DEFAULT_VERSION "0.4.3\0"
-
-typedef struct _AgsThreadApplicationContext AgsThreadApplicationContext;
-typedef struct _AgsThreadApplicationContextClass AgsThreadApplicationContextClass;
-
-typedef enum{
-  AGS_THREAD_APPLICATION_CONTEXT_SINGLE_THREAD      = 1,
-}AgsThreadApplicationContextFlags;
-
-struct _AgsThreadApplicationContext
-{
-  AgsApplicationContextClass application_contex;
-
-  guint flags;
-
-  AgsThread *main_loop;
-  AgsThread *autosave_thread;
-  AgsThreadPool *thread_pool;
-};
-
-struct _AgsThreadApplicationContextClass
-{
-  AgsApplicationContextClass application_contex;
-};
-
-GType ags_thread_application_context_get_type();
-
-AgsThreadApplicationContext* ags_thread_application_context_new(AgsMainLoop *main_loop,
-								AgsConfig *config);
-
-#endif /*__AGS_THREAD_APPLICATION_CONTEXT_H__*/
diff --git a/src/ags/thread/ags_thread_init.c b/src/ags/thread/ags_thread_init.c
deleted file mode 100644
index 4331d3e..0000000
--- a/src/ags/thread/ags_thread_init.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/thread/ags_thread_init.h>
-
-#include <ags/object/ags_init.h>
-
-#include <ags/thread/ags_thread_application_context.h>
-
-void
-ags_thread_init_context(AgsApplicationContext *application_context)
-{
-  /* empty */
-}
diff --git a/src/ags/thread/ags_thread_init.c~ b/src/ags/thread/ags_thread_init.c~
deleted file mode 100644
index c03908c..0000000
--- a/src/ags/thread/ags_thread_init.c~
+++ /dev/null
@@ -1,25 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/thread/ags_thread_init.h>
-
-void
-ags_thread_init(int *argc, gchar ***argv)
-{
-  ao_initialize();
-}
diff --git a/src/ags/thread/ags_thread_init.h b/src/ags/thread/ags_thread_init.h
deleted file mode 100644
index e956aa9..0000000
--- a/src/ags/thread/ags_thread_init.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_THREAD_INIT_H__
-#define __AGS_THREAD_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <ags/object/ags_application_context.h>
-
-void ags_thread_init_context(AgsApplicationContext *application_context);
-
-#endif /*__AGS_THREAD_INIT_H__*/
diff --git a/src/ags/thread/ags_thread_init.h~ b/src/ags/thread/ags_thread_init.h~
deleted file mode 100644
index 5d7520c..0000000
--- a/src/ags/thread/ags_thread_init.h~
+++ /dev/null
@@ -1,27 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_THREAD_INIT_H__
-#define __AGS_THREAD_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-void ags_thread_init(int *argc, gchar ***argv);
-
-#endif /*__AGS_THREAD_INIT_H__*/
diff --git a/src/ags/thread/ags_timestamp_thread.c b/src/ags/thread/ags_timestamp_thread.c
index e11bfb9..e56daa9 100644
--- a/src/ags/thread/ags_timestamp_thread.c
+++ b/src/ags/thread/ags_timestamp_thread.c
@@ -21,6 +21,7 @@
 #include <ags-lib/object/ags_connectable.h>
 
 #include <ags/audio/ags_timestamp.h>
+#include <ags/audio/ags_devout.h>
 
 void ags_timestamp_thread_class_init(AgsTimestampThreadClass *timestamp_thread);
 void ags_timestamp_thread_connectable_interface_init(AgsConnectableInterface *connectable);
@@ -142,19 +143,15 @@ void
 ags_timestamp_thread_run(AgsThread *thread)
 {
   AgsTimestampThread *timestamp_thread;
-  //  AgsDevout *devout;
+  AgsDevout *devout;
   guint duration;
   time_t timer;
 
   timestamp_thread = AGS_TIMESTAMP_THREAD(thread);
-  //  devout = AGS_DEVOUT(thread->devout);
+  devout = AGS_DEVOUT(thread->devout);
 
-  //  duration = (devout->tic_counter /
-  //	      (devout->frequency / devout->buffer_size) *
-  //	      AGS_MICROSECONDS_PER_SECOND);
-
-  //FIXME:JK: definitely wrong
-  duration = (AGS_THREAD_DEFAULT_JIFFIE *
+  duration = (devout->tic_counter /
+	      (devout->frequency / devout->buffer_size) *
 	      AGS_MICROSECONDS_PER_SECOND);
   
   timer = time(&(AGS_TIMESTAMP(timestamp_thread->current_timestamp)->timer.unix_time.time_val));
diff --git a/src/ags/util/Makefile b/src/ags/util/Makefile
deleted file mode 100644
index 007ae32..0000000
--- a/src/ags/util/Makefile
+++ /dev/null
@@ -1,462 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/util/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/util
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/util
-abs_srcdir = /usr/src/ags-devel/src/ags/util
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-deprecated_ags_util_h_sources = 
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	ags_util.h
-
-deprecated_ags_util_c_sources = 
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	ags_util.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/util/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/util/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/util/Makefile.am b/src/ags/util/Makefile.am
deleted file mode 100644
index be20b19..0000000
--- a/src/ags/util/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-deprecated_ags_util_h_sources =
-
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	ags_util.h
-
-deprecated_ags_util_c_sources = 
-
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	ags_util.c
diff --git a/src/ags/util/Makefile.in b/src/ags/util/Makefile.in
deleted file mode 100644
index b88ba20..0000000
--- a/src/ags/util/Makefile.in
+++ /dev/null
@@ -1,462 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/util
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-deprecated_ags_util_h_sources = 
-ags_util_h_sources = \
-	$(deprecated_ags_util_h_sources) \
-	ags_util.h
-
-deprecated_ags_util_c_sources = 
-ags_util_c_sources = \
-	$(deprecated_ags_util_c_sources) \
-	ags_util.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/util/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/util/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/util/ags_id_generator.c b/src/ags/util/ags_id_generator.c
index b89d186..7f117e3 100644
--- a/src/ags/util/ags_id_generator.c
+++ b/src/ags/util/ags_id_generator.c
@@ -19,9 +19,9 @@
 /**
  * ags_id_generator_create_uuid:
  *
- * Creates an new string containing UUID. 
+ * Creates a new string containing UUID. 
  *
- * Returns: a new string
+ * Returns: the string
  *
  * Since: 0.4
  */
diff --git a/src/ags/widget/Makefile b/src/ags/widget/Makefile
deleted file mode 100644
index 8801a73..0000000
--- a/src/ags/widget/Makefile
+++ /dev/null
@@ -1,494 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# src/ags/widget/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/gsequencer
-pkgincludedir = $(includedir)/gsequencer
-pkglibdir = $(libdir)/gsequencer
-pkglibexecdir = $(libexecdir)/gsequencer
-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 = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
-subdir = src/ags/widget
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_$(V))
-am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_$(V))
-am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_$(V))
-am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /usr/src/ags-devel/missing aclocal-1.14
-AMTAR = $${TAR-tar}
-AM_DEFAULT_VERBOSITY = 1
-AR = ar
-AS = as
-AUTOCONF = ${SHELL} /usr/src/ags-devel/missing autoconf
-AUTOHEADER = ${SHELL} /usr/src/ags-devel/missing autoheader
-AUTOMAKE = ${SHELL} /usr/src/ags-devel/missing automake-1.14
-AWK = gawk
-CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/X11/include 
-CAIRO_LIBS = -lcairo 
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DLLTOOL = dlltool
-DSYMUTIL = 
-DUMPBIN = 
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-FGREP = /bin/grep -F
-GDKPIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GDKPIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 
-GOBJECT_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-GOBJECT_LIBS = -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 
-GREP = /bin/grep
-GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/X11/include 
-GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
-LDFLAGS = 
-LIBAO_CFLAGS = 
-LIBAO_LIBS = -lao 
-LIBASOUND2_CFLAGS = -I/usr/include/alsa 
-LIBASOUND2_LIBS = -lasound 
-LIBINSTPATCH_CFLAGS = -I/usr/include/libinstpatch-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-LIBINSTPATCH_LIBS = -linstpatch-1.0 -lgobject-2.0 -lglib-2.0 -lsndfile 
-LIBOBJS = 
-LIBS = -lrt -lm -lgmp 
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LIBXML2_CFLAGS = -I/usr/include/libxml2 
-LIBXML2_LIBS = -lxml2 
-LIPO = 
-LN_S = ln -s
-LTLIBOBJS = 
-MAKEINFO = ${SHELL} /usr/src/ags-devel/missing makeinfo
-MANIFEST_TOOL = :
-MKDIR_P = /bin/mkdir -p
-NM = /usr/bin/nm -B
-NMEDIT = 
-OBJDUMP = objdump
-OBJEXT = o
-OTOOL = 
-OTOOL64 = 
-PACKAGE = gsequencer
-PACKAGE_BUGREPORT = weedlight at gmail.com
-PACKAGE_NAME = gsequencer
-PACKAGE_STRING = gsequencer 0.4.3
-PACKAGE_TARNAME = gsequencer
-PACKAGE_URL = 
-PACKAGE_VERSION = 0.4.3
-PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/pkg-config
-PKG_CONFIG_LIBDIR = 
-PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/X11/lib/pkgconfig:/usr/X11/share/pkgconfig
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-SNDFILE_CFLAGS = 
-SNDFILE_LIBS = -lsndfile 
-STRIP = strip
-UUID_CFLAGS = -I/usr/include/uuid 
-UUID_LIBS = -luuid 
-VERSION = 0.4.3
-XMKMF = 
-abs_builddir = /usr/src/ags-devel/src/ags/widget
-abs_srcdir = /usr/src/ags-devel/src/ags/widget
-abs_top_builddir = /usr/src/ags-devel
-abs_top_srcdir = /usr/src/ags-devel
-ac_ct_AR = ar
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_DUMPBIN = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = $${TAR-tar} chof - "$$tardir"
-am__untar = $${TAR-tar} xf -
-bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
-build_alias = 
-build_cpu = x86_64
-build_os = linux-gnu
-build_vendor = unknown
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
-host_alias = 
-host_cpu = x86_64
-host_os = linux-gnu
-host_vendor = unknown
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = ${SHELL} /usr/src/ags-devel/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = $(MKDIR_P)
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-subdirs =  po doc src/ags src/ags/X src/ags/X/editor src/ags/X/machine src/ags/audio src/ags/audio/file src/ags/audio/recall src/ags/audio/task src/ags/audio/task/recall src/ags/file src/ags/lib src/ags/object src/ags/plugin src/ags/server src/ags/thread src/ags/util src/ags/widget
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_build_prefix = ../../../
-top_builddir = ../../..
-top_srcdir = ../../..
-odeprecated_ags_widget_h_sources = 
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	ags_cartesian.h			\
-	ags_dial.h 			\
-	ags_expander.h			\
-	ags_expander_set.h		\
-	ags_hindicator.h		\
-	ags_htimebar.h			\
-	ags_indicator.h			\
-	ags_led.h			\
-	ags_menu.h			\
-	ags_menu_item.h			\
-	ags_option_menu.h		\
-	ags_ruler.h			\
-	ags_segment.h			\
-	ags_table.h			\
-	ags_timebar.h			\
-	ags_vindicator.h		\
-	ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	ags_cartesian.c			\
-	ags_dial.c 			\
-	ags_expander.c			\
-	ags_expander_set.c		\
-	ags_hindicator.c		\
-	ags_htimebar.c			\
-	ags_indicator.c			\
-	ags_led.c			\
-	ags_menu.c			\
-	ags_menu_item.c			\
-	ags_option_menu.c		\
-	ags_ruler.c			\
-	ags_segment.c			\
-	ags_table.c			\
-	ags_timebar.c			\
-	ags_vindicator.c		\
-	ags_waveform.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/widget/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/widget/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/widget/Makefile.am b/src/ags/widget/Makefile.am
deleted file mode 100644
index 4204164..0000000
--- a/src/ags/widget/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-odeprecated_ags_widget_h_sources = 
-
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	ags_cartesian.h			\
-	ags_dial.h 			\
-	ags_expander.h			\
-	ags_expander_set.h		\
-	ags_hindicator.h		\
-	ags_htimebar.h			\
-	ags_indicator.h			\
-	ags_led.h			\
-	ags_menu.h			\
-	ags_menu_item.h			\
-	ags_option_menu.h		\
-	ags_ruler.h			\
-	ags_segment.h			\
-	ags_table.h			\
-	ags_timebar.h			\
-	ags_vindicator.h		\
-	ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	ags_cartesian.c			\
-	ags_dial.c 			\
-	ags_expander.c			\
-	ags_expander_set.c		\
-	ags_hindicator.c		\
-	ags_htimebar.c			\
-	ags_indicator.c			\
-	ags_led.c			\
-	ags_menu.c			\
-	ags_menu_item.c			\
-	ags_option_menu.c		\
-	ags_ruler.c			\
-	ags_segment.c			\
-	ags_table.c			\
-	ags_timebar.c			\
-	ags_vindicator.c		\
-	ags_waveform.c
diff --git a/src/ags/widget/Makefile.in b/src/ags/widget/Makefile.in
deleted file mode 100644
index 26b66d9..0000000
--- a/src/ags/widget/Makefile.in
+++ /dev/null
@@ -1,494 +0,0 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
-
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
-am__make_running_with_option = \
-  case $${target_option-} in \
-      ?) ;; \
-      *) echo "am__make_running_with_option: internal error: invalid" \
-              "target option '$${target_option-}' specified" >&2; \
-         exit 1;; \
-  esac; \
-  has_opt=no; \
-  sane_makeflags=$$MAKEFLAGS; \
-  if $(am__is_gnu_make); then \
-    sane_makeflags=$$MFLAGS; \
-  else \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        bs=\\; \
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
-    esac; \
-  fi; \
-  skip_next=no; \
-  strip_trailopt () \
-  { \
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
-  }; \
-  for flg in $$sane_makeflags; do \
-    test $$skip_next = yes && { skip_next=no; continue; }; \
-    case $$flg in \
-      *=*|--*) continue;; \
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
-      -*I?*) strip_trailopt 'I';; \
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
-      -*O?*) strip_trailopt 'O';; \
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
-      -*l?*) strip_trailopt 'l';; \
-      -[dEDm]) skip_next=yes;; \
-      -[JT]) skip_next=yes;; \
-    esac; \
-    case $$flg in \
-      *$$target_option*) has_opt=yes; break;; \
-    esac; \
-  done; \
-  test $$has_opt = yes
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = src/ags/widget
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES =
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_P = $(am__v_P_ at AM_V@)
-am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
-am__v_P_0 = false
-am__v_P_1 = :
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN     " $@;
-am__v_GEN_1 = 
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-am__v_at_1 = 
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AS = @AS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CAIRO_CFLAGS = @CAIRO_CFLAGS@
-CAIRO_LIBS = @CAIRO_LIBS@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GDKPIXBUF_CFLAGS = @GDKPIXBUF_CFLAGS@
-GDKPIXBUF_LIBS = @GDKPIXBUF_LIBS@
-GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
-GOBJECT_LIBS = @GOBJECT_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBAO_CFLAGS = @LIBAO_CFLAGS@
-LIBAO_LIBS = @LIBAO_LIBS@
-LIBASOUND2_CFLAGS = @LIBASOUND2_CFLAGS@
-LIBASOUND2_LIBS = @LIBASOUND2_LIBS@
-LIBINSTPATCH_CFLAGS = @LIBINSTPATCH_CFLAGS@
-LIBINSTPATCH_LIBS = @LIBINSTPATCH_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
-LIBXML2_LIBS = @LIBXML2_LIBS@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-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@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
-SNDFILE_LIBS = @SNDFILE_LIBS@
-STRIP = @STRIP@
-UUID_CFLAGS = @UUID_CFLAGS@
-UUID_LIBS = @UUID_LIBS@
-VERSION = @VERSION@
-XMKMF = @XMKMF@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-subdirs = @subdirs@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-odeprecated_ags_widget_h_sources = 
-ags_widget_h_sources = \
-	$(deprecated_ags_widget_h_sources) \
-	ags_cartesian.h			\
-	ags_dial.h 			\
-	ags_expander.h			\
-	ags_expander_set.h		\
-	ags_hindicator.h		\
-	ags_htimebar.h			\
-	ags_indicator.h			\
-	ags_led.h			\
-	ags_menu.h			\
-	ags_menu_item.h			\
-	ags_option_menu.h		\
-	ags_ruler.h			\
-	ags_segment.h			\
-	ags_table.h			\
-	ags_timebar.h			\
-	ags_vindicator.h		\
-	ags_waveform.h
-
-deprecated_ags_widget_c_sources = 
-ags_widget_c_sources = \
-	$(deprecated_ags_widget_c_sources) \
-	ags_cartesian.c			\
-	ags_dial.c 			\
-	ags_expander.c			\
-	ags_expander_set.c		\
-	ags_hindicator.c		\
-	ags_htimebar.c			\
-	ags_indicator.c			\
-	ags_led.c			\
-	ags_menu.c			\
-	ags_menu_item.c			\
-	ags_option_menu.c		\
-	ags_ruler.c			\
-	ags_segment.c			\
-	ags_table.c			\
-	ags_timebar.c			\
-	ags_vindicator.c		\
-	ags_waveform.c
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(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) --foreign src/ags/widget/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign src/ags/widget/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags TAGS:
-
-ctags CTAGS:
-
-cscope cscopelist:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist-am ctags-am distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/ags/widget/ags_dial.c b/src/ags/widget/ags_dial.c
index 2753c98..69475eb 100644
--- a/src/ags/widget/ags_dial.c
+++ b/src/ags/widget/ags_dial.c
@@ -716,8 +716,7 @@ ags_dial_draw(AgsDial *dial)
   }
 
   if(range == 0.0){
-    g_warning("ags_dial.c: range = 0, lower = %f, upper = %f\0", dial->adjustment->lower, dial->adjustment->upper);
-    return;
+    g_warning("ags_dial.c - range = 0.0\0");
   }
   
   if(dial->adjustment->lower < 0.0){
diff --git a/src/ags/widget/ags_gui_init.c b/src/ags/widget/ags_gui_init.c
deleted file mode 100644
index 38d460d..0000000
--- a/src/ags/widget/ags_gui_init.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#include <ags/widget/ags_gui_init.h>
-
-#include <ags/thread/ags_thread_init.h>
-
-void
-ags_gui_init_context(int *argc, gchar ***argv)
-{
-  //TODO:JK: implement me
-}
diff --git a/src/ags/widget/ags_gui_init.c~ b/src/ags/widget/ags_gui_init.c~
deleted file mode 100644
index f423560..0000000
--- a/src/ags/widget/ags_gui_init.c~
+++ /dev/null
@@ -1 +0,0 @@
-  gtk_init(argc, argv);
diff --git a/src/ags/widget/ags_gui_init.h b/src/ags/widget/ags_gui_init.h
deleted file mode 100644
index 2ad3d43..0000000
--- a/src/ags/widget/ags_gui_init.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_GUI_INIT_H__
-#define __AGS_GUI_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
-
-void ags_gui_init_context(int *argc, gchar ***argv);
-
-#endif /*__AGS_GUI_INIT_H__*/
diff --git a/src/ags/widget/ags_gui_init.h~ b/src/ags/widget/ags_gui_init.h~
deleted file mode 100644
index 4f89d3a..0000000
--- a/src/ags/widget/ags_gui_init.h~
+++ /dev/null
@@ -1,27 +0,0 @@
-/* AGS - Advanced GTK Sequencer
- * Copyright (C) 2015 Joël Krähemann
- *
- * 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 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __AGS_GUI_INIT_H__
-#define __AGS_GUI_INIT_H__
-
-#include <glib.h>
-#include <glib-object.h>
-
-void ags_gui_init(int *argc, gchar ***argv);
-
-#endif /*__AGS_GUI_INIT_H__*/

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list